:root {
  --primary-color: hsla(201, 45%, 35%, 1);
  --primary-color-lighten:hsla(201, 45%, 45%, 1);
  --primary-color-darken: hsla(201, 45%, 25%, 1);

  --secondary-color: hsla(200, 62%, 16%, 1);
  --secondary-color-lighten: hsla(200, 62%, 26%, 1);
  --secondary-color-darken:  hsla(200, 62%, 6%, 1);

  --accent-color: hsla(356, 69%, 46%, 1);
  --accent-color-lighten: hsla(356, 69%, 56%, 1);
  --accent-color-darken: hsla(356, 69%, 36%, 1);

  --background-color: hsla(0, 0%, 98%, 1);
  --text-color: hsla(0, 0%, 8%, 1);
  --text-color-lighten: hsla(0, 0%, 19%, 1);

  --primary-background-color: hsla(201, 45%, 88%, 1);
  --secondary-background-color: hsla(200, 62%, 94%, 1);
  --accent-background-color: hsla(356, 69%, 95%, 1);

  --success-color: hsla(122, 39%, 49%, 1);
  --error-color: hsla(4, 90%, 58%, 1);
  --info-color: hsla(199, 98%, 48%, 1);

  --font-primary: 'Roboto', sans-serif;
  --font-secondary: 'Source Serif Pro', serif;

  --card-border-radius: 0;
  --button-border-radius: .25rem;
}

/* UTILES */
/* ====== */
a.logo img + img {
  display: none;
}




footer a.logo img + img {
  display: block;
}
#paiement_form textarea {
  height: 130px;
  border: 1px solid #C2C2C2;
  border-radius: var(--button-border-radius);
}

#paiement_form input[type="submit"] {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 14px 20px;
  width: 100%;
  font-family: inherit;
  font-size: 16px;
  text-decoration: none;
  color: #FFFFFF;
  line-height: 24px;
  text-align: center;
  border: none;
  border-radius: var(--button-border-radius);
  outline: 0;
  background-color: var(--primary-color);
  vertical-align: middle;
  transition: background-color .3s ease-in-out;
}
#paiement_form input[type="submit"]:hover {
  background-color: var(--primary-color-darken);
}




#paiment_form label {
  float: left;
  line-height: 22px;
  margin: 0;
  padding: 5px 5px 10px;
}


/****** TABLEAU TARIFS *******/


.contain_tableau {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-around;
}


.contain_tableau tr {
    background: #f3f3f3;
    border:1px solid #fff
}
.contain_tableau .tableau h2 {
	color: rgb(0 0 0);
}

.contain_tableau table tr td {
    width: 100%;
    text-align: left;
    padding: 5px;
    display: block;
}
.contain_tableau table tr td:first-child {
	text-align: left;
	background-color:#ececec;

}

.contain_tableau .tableau:nth-child(2){
/* background: #5D5D5D;*/ 

}

.contain_tableau .tableau{
	/*background-color: rgba(189,207,23,0.5);*/
	width: 100%;
	padding: 15px;
	margin: 20px 0;
}

a.lien-maps:hover {
  opacity: 0.8;
}

.tel-cont {
  display: block;
  margin-top: 9px;
  margin-bottom: 8px;
}


.fancy-box-body .logo .flex-row.s-align-items-center {
  justify-content: center;
}

.fancy-box-body .brand a {
  display: block;
  width: 100%;
  max-width: 100%;
  font-size: 0.8em;
}

.fancy-box-body h2::before {

  width: 0px;
  height: 0px;

}


.fancy-box-body h2 {
  display: block;
  text-align: center;
}


.fancy-box-body h2 {
font-size: 13px !important;
padding-bottom: 8px;
margin-bottom: 0px;
}

body.fancy-box-body {
 padding: 0 15px;
}

body.fancy-box-body form.generateur p.erreur {
padding:0 5px;
margin:0 0 3px;
}


body.fancy-box-body  a.logo img {
  width: 132px;
}



section.ac-doubleColonne img {
  width: 100%;
  height: auto;
}


section.ac-colonne.ac-colonne_1.ui-sortable img {
  width: 100%;
  height: auto;
}

section.ac-colonne.ac-colonne_2.ui-sortable img {
  width: 100%;
  height: auto;
}


.sc-content .ac-doubleColonne .ac-colonne {
  object-fit: cover;
}

.contact-page #fil_ariane a {
  color: hsl(0deg 0% 100%);
}

@media screen and (min-width: 601px) {

  .sc-content .ac-doubleColonne .ac-colonne {
      width: 100%;
  }
    section.ac-colonne.ac-colonne_2.ui-sortable img {
      width: 100%;
      height: 300px;
      object-fit: cover;
  }
    section.ac-colonne.ac-colonne_1.ui-sortable img {
      width: 100%;
      height: 300px;
      object-fit: cover;
  }
    
    
  }
  
  
  @media screen and (min-width: 768px) {
  .sc-content .ac-doubleColonne .ac-colonne {
      width: 50%;
  }
    
    section.ac-colonne.ac-colonne_2.ui-sortable img {
      width: 100%;
      height: 100%;
      object-fit: cover;
  }
    
    section.ac-colonne.ac-colonne_1.ui-sortable img {
      width: 100%;
      height: 100%;
      object-fit: cover;
  }
    
  }
@media screen and (min-width: 993px) {

  
.sticky.js-scroll a.logo img {
  width: 150px;
}


  .sc-content .ac-doubleColonne {
    align-items: center;
}
  .flex-row .offset-l1 {
    margin-left: 8.33333%;
  }
  .flex-row.l-row-reverse {
    display: flex;
    flex-direction: row-reverse;
  }
}

/* GLOBAL */
/* ====== */

.center-align .reseaux-sociaux > ul {
  justify-content: center;
}
a[class^="btn"] .material-icons {
  font-size: 1.5rem;
  line-height: 0;
}
input {
  font-family: var(--font-primary);
}
input[type="text"]:not(.browser-default), input[type="email"]:not(.browser-default), input[type="url"]:not(.browser-default), input[type="time"]:not(.browser-default), input[type="date"]:not(.browser-default), input[type="datetime"]:not(.browser-default), input[type="datetime-local"]:not(.browser-default), input[type="tel"]:not(.browser-default), input[type="number"]:not(.browser-default), input[type="search"]:not(.browser-default), textarea {
  background-color: #FFFFFF !important;
}
form.generateur label:not(.noFloatingLabel) {
  margin-bottom: 0 !important;
}
.slick-next::before,
.slick-prev::before {
  font-family: 'Material Icons Outlined';
}
.slick-dotted {
  margin-bottom: 5rem !important;
}
.slick-dotted .slick-dots {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 1.5rem;
  top: 100%;
  bottom: auto;
}
.slick-dotted .slick-dots li {
  display: block;
  margin-right: .25rem;
  margin-left: .25rem;
}
.slick-dotted .slick-dots li,
.slick-dotted .slick-dots li button,
.slick-dotted .slick-dots li button::before {
  width: 1.5rem;
  height: 1.5rem;
}
.slick-dotted .slick-dots li button {
  padding: .5rem;
}
.slick-dotted .slick-dots li button::before {
  font-size: .5rem;
  line-height: 1.5rem;
}
.slick-dotted .slick-dots li button,
.slick-dotted .slick-dots li button::before {
  color: currentColor;
}
[class*="slick-"] a {
  outline: none !important;
}
#fil_ariane > strong:first-child {
  font-weight: normal;
}
.paginationControl {
  display: block;
  width: 100%;
  margin-top: 1.5rem;
}
.paginationControl span,
.paginationControl a {
  display: inline-block;
  width: auto;
  padding: .25rem;
  font-size: 1.125rem;
  line-height: 1;
}
.paginationControl .disabled,
.paginationControl .selected {
  color: #CCCCCC;
}
.paginationControl a {
  color: var(--primary-color);
}
.paginationControl a:hover {
  color: var(--primary-color-darken);
}
.slider-slick .slick-list {
  overflow: hidden !important;
}
.fancybox-lock {
  margin: 0 !important;
}
.fancybox-lock .fancybox-overlay {
  overflow-y: unset;
}
@media screen and (max-width: 992px) {
  .paginationControl {
    text-align: center;
  }
  .paginationControl span,
  .paginationControl a {
    margin: 0 .25rem;
    padding: .75rem;
    line-height: 1.5rem;
  }
  .paginationControl a {
    background-color: #FFFFFF;
  }
}

/* TYPOGRAPHIE */
/* =========== */

h1,
.title-1,
h2,
.title-2,
h3,
.title-3 {
  font-family: var(--font-secondary);
  font-weight: 700;
}
@media screen and (max-width: 992px) {
  .reseaux-sociaux > ul {
    margin: -.25rem;
  }
  .reseaux-sociaux > ul > li {
    padding: .25rem;
  }
  .reseaux-sociaux a {
    padding: .75rem;
  }
  .reseaux-sociaux svg {
    width: 1.5rem;
    height: auto;
  }
}

/* LOGO */
/* ==== */

@media screen and (max-width: 600px) {
  .brand {
    text-align: center;
  }
  .brand a.logo > .flex-row {
    flex-direction: column;
  }
  .brand a.logo > .flex-row > .col:first-child {
    padding-bottom: .5rem;
  }
  .brand a.logo > .flex-row > .col:last-child {
    text-align: center;
  }
}
@media screen and (min-width: 993px) {
  .brand a.logo .baseline {
    font-size: .875rem;
  }
}

/* TOP-BAR */
/* ======= */

.menu-mobile {
  background-color: #FFFFFF;
}
.top-bar .lien-maps {
  display: inline-block;
}
.top-bar .lien-maps > span:first-of-type {
  display: block;
}
.top-bar .main-nav ul li.sous_menu > a::after {
  font-family: 'Material Icons Outlined';
}
.top-bar .reseaux-sociaux svg {
  fill: currentColor;
}
@media screen and (min-width: 601px) {
  .top-bar .lien-maps {
    padding-top: .75rem;
    padding-bottom: .75rem;
    line-height: 1.5rem;
  }
  .top-bar .lien-maps > span:first-of-type {
    display: inline;
  }
  .top-bar .lien-maps > span:first-of-type::after {
    content: ',';
  }
}
@media screen and (max-width: 992px) {
  .top-bar .lien-maps {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }
  .top-bar .main-nav {
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 993px) {
  .top-bar {
    font-size: .75em;
    border-bottom: solid 1px rgba(0,0,0,.08);
  }
  .top-bar .reseaux-sociaux > ul {
    margin-right: -.375rem;
    margin-left: -.375rem;
  }
  .top-bar .reseaux-sociaux > ul > li {
    padding-right: .375rem;
    padding-left: .375rem;
  }
  .top-bar .reseaux-sociaux svg {
    width: 1.125rem;
    height: 1.125rem;
  }
  .top-bar a.lien-maps:hover {
    color: var(--primary-color);
  }
  .top-bar .main-nav > ul > li > a {
    margin-bottom: -1px;
  }
  .top-bar .main-nav > ul > li.sous_menu > ul.dropdown {
    margin-top: 1px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.08);
  }
  .top-bar .main-nav ul li.sous_menu ul.dropdown li.sous_menu {
    position: relative;
  }
  .top-bar .main-nav > ul > li.sous_menu > ul.dropdown > li > a {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }
  .top-bar .main-nav ul li.sous_menu ul.dropdown li a {
    font-size: inherit;
  }
  .top-bar .main-nav > ul > li.sous_menu > ul.dropdown > li:hover > a {
    color: #FFFFFF;
    background-color: var(--primary-color);
  }
  .top-bar .main-nav ul li.sous_menu ul.dropdown li.sous_menu a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .top-bar .main-nav ul li.sous_menu ul.dropdown li.sous_menu > a::after {
    margin-top: 0;
    content: '\e5cc ';
  }
  .top-bar .main-nav ul li.sous_menu ul.dropdown li.sous_menu ul.ssdropdown {
    display: none;
    width: max-content;
    max-width: 400px;
    background-color: rgba(255,255,255,1);
    position: absolute;
    top: 0;
    left: 100%;
    box-shadow: 0 0 1rem 0 rgba(0,0,0,.08);
    z-index: 2;
  }
  .top-bar .main-nav ul li.sous_menu ul.dropdown li.sous_menu:hover ul.ssdropdown {
    display: block;
  }
  .top-bar .main-nav ul li.sous_menu ul.dropdown li.sous_menu:hover ul.ssdropdown a {
    font-weight: normal;
  }
}

/* HEADER-CONTENT */
/* ============== */

#header-content {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
#header-content .numero-telephone a.tel {
  display: block;
  font-size: 1.5rem;
  line-height: 1;
  position: relative;
}
#header-content .numero-telephone a.tel::before {
  display: block;
  margin-bottom: .5rem;
  content: 'Num\00e9 ro de t\00e9 l\00e9 phone';
  font-size: .75rem;
  font-weight: 400;
  color: var(--text-color-lighten);
  letter-spacing: .024em;
}
@media screen and (max-width: 992px) {
  #header-content .brand {
    margin-bottom: 1.5rem;
  }
  #header-content .numero-telephone a.tel {
    display: inline-block;
    padding: .75rem;
  }
}
@media screen and (max-width: 600px) {
  #header-content .numero-telephone {
    margin-bottom: .5rem;
  }
}
@media screen and (min-width: 993px) {
  #header-content {
    transition: padding .3s ease-in-out;
  }
  .js-scroll #header-content {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

/* STICKY */
/* ====== */

.sticky {
  background-color: #FFFFFF;
}
@media screen and (max-width: 600px) {
  .sticky {
    padding-bottom: 1.5rem;
  }
  .index-page .sticky {
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 992px) {
  .sticky {
    display: flex;
    flex-direction: column;
  }
  .top-bar {
    order: 3;
  }
}
@media screen and (min-width: 993px) {
  .sticky {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.04);
  }
}

/* FOLD */
/* ==== */

@media screen and (min-width: 601px) and (max-width: 992px) {
  .slider-slick {
    height: 20rem;
  }
  .slide-img {
    min-height: 20rem;
  }
}

/* ENCART PRESTATIONS */
/* ================== */

#encart-prestations {
  margin-top: -2.5rem;
}
.prestation {
  background-color: #FFFFFF;
  border-radius: var(--button-border-radius);
  box-shadow: 0 .25rem .5rem rgba(0,0,0,.16);
  position: relative;
}
.prestation::after {
  display: block;
  width: 50%;
  height: 0 !important;
  content: '';
  border-top: solid .125rem var(--primary-color);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.prestation-content {
  padding: 2rem;
}
.prestation-image {
  margin-bottom: 1.5rem;
}
.prestation-image > a {
  display: inline-block;
}
.prestation-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 2.625rem;
  height: 2.625rem;
  border-radius: var(--button-border-radius);
}
.prestation-icon svg {
  display: inline-block;
  line-height: 1;
}
.prestation-icon.primary svg {
  fill: #FFFFFF;
}
.prestation-name > a {
  display: inline-block;
  min-height: 3rem;
  font-size: 1.125rem;
  line-height: 1.5rem;
  position: static !important;
}
.prestation-name > a::after {
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background: none !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
svg[aria-labelledby="droit-du-travail-icon"] {
  width: 2rem;
  height: 2rem;
}
@media screen and (min-width: 601px) {
  #encart-prestations {
    margin-top: -5rem;
  }

  .contain_tableau table tr td {

    text-align: center;
 
}
	.contain_tableau tr {

    display: flex;
}
	
	.contain_tableau  table {
    width: 100%;
}

}
@media screen and (min-width: 993px) {
  .prestation::after {
    transition: width .3s ease-in-out;
  }
  .prestation:hover::after {
    width: 75%;
  }
}

/* BLOCS */
/* ===== */

@media screen and (max-width: 992px) {
  #bloc-01 h1:first-child {
    margin-top: 0;
  }
}
@media screen and (min-width: 993px) {
  [id^="bloc-"]:not(#bloc-01).section {
    padding-top: 0;
    padding-bottom: 0;
  }
  #bloc-02.section, #bloc-03.section, #bloc-05.section {
    background-image: linear-gradient(to right, var(--primary-color) 50%, var(--background-color) 50%);
  }
  #bloc-04.section {
    background-image: linear-gradient(to right, var(--background-color) 50%, var(--primary-color) 50%);
  }
  [id^="bloc-"]:not(#bloc-01) > .container > .flex-row {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: var(--background-color);
    position: relative;
  }
  #bloc-04 > .container > .flex-row {
    flex-direction: row-reverse;
  }
  [id^="bloc-"]:not(#bloc-01) > .container > .flex-row::before {
    display: block;
    height: 100%;
    content: '';
    background-color: var(--primary-color);
    position: absolute;
    top: 0;
    bottom: 0;
  }
  #bloc-02 > .container > .flex-row::before, #bloc-03 > .container > .flex-row::before, #bloc-05 > .container > .flex-row::before {
    width: 33.33333%;
    width: calc(33.33333% - .75rem);
    left: 0;
  }
  #bloc-04 > .container > .flex-row::before {
    width: 25%;
    width: calc(25% - .75rem);
    right: 0;
  }
}

/* ENCART POINTS FORTS */
/* =================== */

.points-forts-wrapper {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  border-style: solid;
  border-width: 1px 0;
  border-color: rgba(0,0,0,.08);
}
.point-fort svg {
  display: block;
  width: 2rem;
  height: 2rem;
  margin: 0 auto;
  fill: var(--primary-color);
}
@media screen and (max-width: 600px) {
  .point-fort {
    margin-bottom: 1.5rem;
  }
  .point-fort svg {
    width: 3rem;
    height: 3rem;
    margin-bottom: .5rem;
  }
}

/* ENCART AVIS */
/* =========== */

#avis .titre_avis {
  font-family: var(--font-secondary);
  text-align: center;
}
#encart_avis .bloc-avis {
  margin-right: .75rem;
  margin-bottom: 1rem;
  margin-left: .75rem;
  border: none;
  border-radius: var(--card-border-radius);
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.08);
}
.js-more .avis::after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%) !important;
}
@media screen and (max-width: 992px) {
  #avis {
    margin-bottom: 0 !important;
  }
  #avis #encart_avis.slick-initialized {
    margin-bottom: 4rem;
  }
  #avis #encart_avis .slick-prev,
  #avis #encart_avis .slick-next {
    margin-top: .5rem;
    top: 100% !important;
    transform: none;
  }
  #avis #encart_avis .slick-prev {
    margin-right: .25rem;
    right: 50% !important;
    left: auto !important;
  }
  #avis #encart_avis .slick-next {
    margin-left: .25rem;
    right: auto !important;
    left: 50% !important;
  }
}

/* ENCART CONTACT */
/* ============== */

.bloc-encart-contact {
  padding: 2rem 1rem;
  background-color: #FFFFFF;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.08);
  position: relative;
}
#encart-contact .bloc-encart-contact .flex-row {
  display: block !important;
  text-align: center;
}
#encart-contact .bloc-encart-contact li.col:not(:first-child) {
  margin-top: 1rem;
}
.encart-contact-text {
  display: inline-block;
  margin-bottom: .5rem;
  font-size: .875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .064em;
  color: var(--primary-color);
}
@media screen and (min-width: 601px) {
  .bloc-encart-contact {
    padding: 2rem 2.5rem;
  }
}
@media screen and (max-width: 992px) {
  .encart-contact .bloc-encart-contact .flex-row {
    text-align: center;
  }
  .encart-contact .bloc-encart-contact li.col:not(:first-child) {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 993px) {
  #encart-contact.section {
    margin-bottom: 4rem;
    padding-top: 0;
    padding-bottom: 0;
    background-image: linear-gradient(to right, var(--background-color) 50%, var(--primary-color) 50%);
  }
  #encart-contact > .container > .flex-row {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: var(--background-color);
    position: relative;
  }
  #encart-contact > .container > .flex-row::before {
    display: block;
    width: 58.33333%;
    width: calc(58.33333% - .75rem);
    height: 100%;
    content: '';
    background-color: var(--primary-color);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
  }
}

/* ENCART FORMULAIRE */
/* ================= */

#formulaire-accueil,
#bloc-aide-juridictionnelle {
  padding: 2rem 1rem;
  background-color: #FFFFFF;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.08);
}
.encart-formulaire-left {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 601px) {
  #formulaire-accueil,
  #bloc-aide-juridictionnelle {
    padding: 2rem 2.5rem;
  }
  #bloc-aide-juridictionnelle {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 992px) {
  .encart-formulaire-left .image-wrapper {
    margin-bottom: 1.5rem;
  }
  #bloc-aide-juridictionnelle {
    text-align: center;
  }
}
@media screen and (min-width: 993px) {
  .encart-formulaire-left {
    flex-direction: column-reverse;
    height: 100%;
  }
}

/* ENCART ACTUALITES & NEWSLETTER */
/* ============================== */

#encart-actualites.section,
#encart-actualites-newsletter.section {
  background-image: linear-gradient(to bottom, transparent 50%, var(--primary-color) 50%);
}
#encart-actualites ul,
#encart-actualites-newsletter ul {
  margin-bottom: 0 !important;
}
#encart-actualites-newsletter ul {
  margin: 0 !important;
}
#encart-actualites ul.slick-dotted,
#encart-actualites-newsletter ul.slick-dotted {
  margin-bottom: 2.5rem !important;
}
#encart-actualites-newsletter ul.slick-actualites .slick-list {
  overflow: hidden !important;
}
#encart-actualites ul.slick-dots,
#encart-actualites-newsletter ul.slick-dots {
  top: 100%;
  bottom: auto;
}
#encart-actualites-newsletter > .container > .flex-row > .col [id^="bloc-"] {
  min-height: 100%;
  padding: 2rem 1rem;
  background-color: #FFFFFF;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.08);
}
#bloc-actualites .btn-3 {
  display: none;
}
#encart-actualites #bloc-actualites ul:not(.slick-dots) li .card {
  margin: 0;
  padding: 2rem 1rem;
  background-color: #FFFFFF !important;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.08) !important;
}
#encart-actualites-newsletter #bloc-actualites ul:not(.slick-dots) li .card {
  margin: 0;
  padding: 0 !important;
  background-color: transparent !important;
  box-shadow: none !important;
}
#bloc-actualites .date-actualite {
  display: none;
}
#bloc-actualites .card-title {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}
#bloc-actualites .card-title > a {
  color: var(--primary-color) !important;
  text-decoration: underline;
}
#bloc-actualites .card-title > a:hover {
  text-decoration: none;
}
#bloc-newsletter p {
  margin-bottom: 1.5rem;
}
#bloc-newsletter label {
  display: none;
}
#bloc-newsletter .newsletterInput {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  max-width: 520px;
  margin-bottom: 1.5rem;
}
#bloc-newsletter .newsletterInput #input_newsletter {
  height: 52px;
  margin-bottom: .5rem;
  padding-right: 20px;
}
#bloc-newsletter .newsletterInput #js_submit {
  display: block;
  margin: 0;
  color: #FFFFFF !important;
  border-color: var(--primary-color) !important;
  background-color: var(--primary-color) !important;
  position: static;
}
#bloc-newsletter .newsletterInput #js_submit:hover {
  color: #FFFFFF !important;
  border-color: var(--primary-color-darken) !important;
  background-color: var(--primary-color-darken) !important;
}
#mess_newsletter {
  color: var(--error-color);
}
@media screen and (max-width: 600px) {
  #bloc-actualites > div:last-child > div:last-child.center-align {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 601px) {
  #encart-actualites-newsletter > .container > .flex-row > .col:not(:only-child) [id^="bloc-"] {
    padding: 2rem 2.5rem;
  }
  #bloc-actualites .btn-3 {
    margin-top: -1rem;
    display: inline-block;
  }
  #bloc-actualites .btn-3 span[class^="material-icons"] {
    margin-top: -.125rem;
  }
  #encart-actualites #bloc-actualites ul:not(.slick-dots) li .card {
    padding: 2rem 2.5rem;
  }
  #bloc-actualites > div:last-child > div:last-child.center-align {
    display: none;
  }
  #encart-actualites-newsletter > .container > .flex-row > .col:only-child #bloc-newsletter {
    text-align: center;
  }
  #encart-actualites-newsletter > .container > .flex-row > .col:only-child #bloc-newsletter .newsletterInput {
    margin: 0 auto 1.5rem;
  }
  #bloc-newsletter .newsletterInput {
    display: flex;
    flex-direction: row;
    align-items: stretch;
  }
  #bloc-newsletter .newsletterInput #input_newsletter {
    margin-bottom: 0;
  }
  #bloc-newsletter .newsletterInput #js_submit {
    margin-left: 1rem;
  }
}
@media screen and (min-width: 601px) and (max-width: 992px) {
  #encart-actualites-newsletter.section {
    background-image: linear-gradient(to bottom, transparent 25%, var(--primary-color) 25%);
  }
  #bloc-actualites {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 993px) {
  #bloc-newsletter {
    position: relative;
  }
  #bloc-newsletter .newsletterInput {
    margin: 0 auto 1.5rem;
  }
  #encart-actualites-newsletter > .container > .flex-row > .col:not(:only-child) #bloc-newsletter .newsletterInput {
    display: block;
  }
  #encart-actualites-newsletter > .container > .flex-row > .col:not(:only-child) #bloc-newsletter .newsletterInput #input_newsletter {
    margin-bottom: .5rem;
  }
  #encart-actualites-newsletter > .container > .flex-row > .col:not(:only-child) #bloc-newsletter .newsletterInput #js_submit {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (min-width: 1200px) {
  #encart-actualites-newsletter > .container > .flex-row > .col:not(:only-child) #bloc-newsletter .newsletterInput {
    display: flex;
  }
  #encart-actualites-newsletter > .container > .flex-row > .col:not(:only-child) #bloc-newsletter .newsletterInput #input_newsletter {
    margin-bottom: 0;
  }
  #encart-actualites-newsletter > .container > .flex-row > .col:not(:only-child) #bloc-newsletter .newsletterInput #js_submit {
    width: auto;
    margin-left: 1rem;
  }
}

/* ACTUALITES DETAIL */
/* ======= */

.actualitesDetailContenu ul, .actualitesDetailContenu ol {
  margin-left: 40px;
}

/* ENCART-MAP */
/* ========== */

#encart-map.section {
  padding-bottom: 0;
  background-image: linear-gradient(to bottom, transparent 75%, var(--secondary-color) 75%);
}
#encart-actualites + #encart-map.section,
#encart-actualites-newsletter + #encart-map.section {
  background-image: linear-gradient(to bottom, var(--primary-color) 75%, var(--secondary-color) 75%);
}

/* FOOTER */
/* ====== */

body > footer .brand > a.logo svg,
body > footer .brand > a.logo svg * {
  fill: #FFFFFF;
}
#footer-content .section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
#footer-content address > .flex-row {
  flex-wrap: nowrap;
}
#footer-content address > .flex-row > .col:first-child {
  flex-shrink: 0;
}
#footer-content .numero-telephone a.tel {
  font-size: 1.5rem;
}
#footer-content .numero-telephone a.tel.accent-text {
  color: var(--accent-color-lighten);
}
#bottom-bar {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
#bottom-bar .siret {
  margin-bottom: 1rem;
}
@media screen and (max-width: 600px) {
  #footer-content .flex-row:not([class*="s-align-items-"]) > .col:not(:first-child) {
    padding-top: .5rem;
  }
  #footer-content .flex-row:not([class*="s-align-items-"]) > .col:not(:last-child) {
    padding-bottom: .5rem;
  }
}
@media screen and (max-width: 992px) {
  #footer-content > .container > .flex-row > .col:not(:first-child) {
    padding-top: .75rem;
  }
  #footer-content > .container > .flex-row > .col:not(:last-child) {
    padding-bottom: .75rem;
  }
  #footer-content .brand {
    margin-bottom: 1rem;
  }
  #footer-content address {
    width: max-content;
    max-width: 100%;
    margin: 1rem auto 0;
  }
}
@media screen and (min-width: 601px) {
  #footer-content address > .flex-row {
    margin-top: -.75rem;
    margin-bottom: -.75rem;
  }
  #footer-content address > .flex-row > .col {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }
}
@media screen and (min-width: 993px) {
  #footer-content .reseaux-sociaux svg {
    width: 1.25rem;
    height: 1.25rem;
  }
  #footer-content > .container > .flex-row > .col:nth-child(3) {
    min-width: 50%;
  }
  #bottom-bar {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-size: .875rem;
    line-height: 1rem;
  }
  #bottom-bar .siret {
    margin-bottom: 0;
  }
  #bottom-bar nav a {
    transition: opacity .3s ease-in-out;
  }
  #bottom-bar nav a:hover {
    opacity: .72;
  }
}

/* PAGE CONTACT */
/* ============ */

.contact-page h1 {
  margin-bottom: 2rem;
  line-height: 1.42875;
  font-size: 28px;
  color: #FFFFFF;
}

.contact-page p.intro {
  color: #FFFFFF;
}
.contact-page .coordonnees li,
.contact-page #clock li {
  font-size: 1rem;
}
.contact-page .coordonnees li a.tel {
  color: var(--accent-color-lighten);
}
.contact-page .contact-double-map .contact-map1 {
  margin-bottom: 2.5rem;
}
.contact-page .contact-double-map .map-container iframe {
  height: 300px;
}
.contact-page .contact-double-map .infos-pratiques {
  background: var(--primary-background-color);
  padding: 2rem;
  margin-top: 1.5rem;
  border: 1px solid var(--primary-color);
}
.contact-page .contact-double-map .infos-pratiques .infos-content {
  display: flex;
  margin-bottom: 1rem;
}
.contact-page .contact-double-map .infos-pratiques div {
  margin-left: 1rem;
}
.contact-page .contact-double-map .infos-pratiques div p {
  color: var(--text-color);
  margin-bottom: 0;
}
.contact-page .image-wrapper {
  display: none;
}
.contact-page .contact-map1 iframe {
  width: 590px;
  height: 800px;
}
@media screen and (min-width: 601px) {
  .contact-page h1 {
    margin-top: 1rem;
    font-size: 3rem;
  }
}
@media screen and (min-width: 993px) {
  .contact-page .image-wrapper {
    display: block;
    height: 710px;
  }
  .contact-page .image-wrapper > img {
    display: block;
    width: auto !important;
    max-width: none !important;
    min-width: 1000%;
    height: auto;
    min-height: 1000%;
    margin: auto;
    position: absolute;
    top: -10000%;
    right: -10000%;
    bottom: -10000%;
    left: -10000%;
    transform: scale(.1);
  }
}

/* PAGE 404 */
/* ======== */

body.page-404 {
  padding-top: 0;
}
.page-404 .right-404 {
  margin: 2.5rem 0 1.5rem;
  padding: 2rem 1rem;
  border-radius: var(--card-border-radius);
  background-color: #FFFFFF;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.04);
}
.page-404 .right-404 ul {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 601px) {
  body.page-404 > main > .section > .container > .flex-row {
    flex-direction: row-reverse;
  }
  .page-404 .right-404 {
    margin: 3rem 0;
    padding: 2rem 2.5rem;
  }
}

/* DEMANDE DE RAPPEL */
/* ================= */

body.fancy-box-body {
  padding-top: 1.5rem;
}
.rappel_telephonique .brand a.logo {
  pointer-events: none;
}
.rappel_telephonique h2 {
  margin-top: 1rem;
  margin-bottom: .5rem;
  font-size: 1rem;
  text-align: center;
}
@media screen and (min-width: 401px) {
  .rappel_telephonique .brand {
    margin-bottom: 0;
  }
  .rappel_telephonique .brand .logo .flex-row {
    flex-direction: row;
  }
  .rappel_telephonique .brand .logo .flex-row > .col:first-child {
    margin-bottom: 0;
  }
  .rappel_telephonique .brand .logo .flex-row > .col:last-child {
    text-align: left;
  }
}

/* GESTION DE CONTENU */
/* ================== */

input[class*="mce-"] {
  width: 320px;
  max-width: 100%;
  box-sizing: border-box;
}
.mce-label {
  position: static !important;
}


@media screen and (max-width:993px) {
  .contact-page .contact-map1 iframe {
    width: 100%;
    height: 250px;
  }

  #encart-map iframe {
    width: 100%;
    height: 250px;
  }
}

