:root {
  --primary-color: hsla(0, 0%, 49%, 1);
  --primary-color-lighten: hsla(0, 0%, 59%, 1);
  --primary-color-darken: hsla(0, 0%, 39%, 1);

  --secondary-color: hsla(0, 0%, 19%, 1);
  --secondary-color-lighten: hsla(0, 0%, 29%, 1);
  --secondary-color-darken: hsla(0, 0%, 9%, 1);

  --accent-color: 	hsla(43, 44%, 50%, 1);
  --accent-color-lighten: hsla(43, 44%, 60%, 1);
  --accent-color-darken:hsla(43, 44%, 40%, 1);

  --background-color: hsla(0, 0%, 96%, 1);
  --text-color: hsla(0, 3%, 18%, 1);
  --text-color-lighten: hsla(0, 3%, 28%, 1);

  --primary-background-color: hsla(0, 0%, 89%, 1);
  --secondary-background-color: hsla(0, 0%, 94%, 1);
  --accent-background-color: hsla(75, 65%, 88%, 1);

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

  --font-primary: Barlow, sans-serif;
  --font-secondary: Barlow, sans-serif;

  --card-border-radius: 4px;
  --button-border-radius: 4px;

}

.slide-img.slide-01 {
  background-image: url('../assets/gifs/slider/slide-01.jpg');
}

.slide-img.slide-02 {
  background-image: url('../assets/gifs/slider/slide-02.jpg');
}

.slide-img.slide-03 {
  background-image: url('../assets/gifs/slider/slide-03.jpg');
}

html, .index-page{
  overflow-x:hidden!important;
  }

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

.index-page h1 {
  margin-top: 0;
}
main p a,
#fil_ariane a {
  text-decoration: underline;
}
main p a:hover,
#fil_ariane a:hover {
  text-decoration: none;
}
.contact-page #fil_ariane a {
  color: var(--background-color) !important;
}

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

.brand a {
  max-width: 100%;
}

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

#img-404 {
  font-size: 8rem;
  text-align: center;
}
.page-404 main .btn-contact {
  margin-top: 1.5rem;
}
@media screen and (min-width: 401px) {
  #img-404 {
    font-size: 10rem;
  }
}
@media screen and (min-width: 601px) {
  #img-404 {
    font-size: 8rem;
  }
}
@media screen and (min-width: 993px) {
  #img-404 {
    font-size: 12rem;
  }
}

/* MENU */
/* ==== */

.top-bar .main-nav ul li {
  padding: 0 !important;
}
@media screen and (max-width: 992px) {
  #main-nav {
    overflow: auto;
  }
  .top-bar .main-nav ul li a {
    text-align: right;
  }
  .top-bar .container .main-nav {
    background-color: var(--primary-color-darken);
  }
  .top-bar .container .main-nav ul li a.selected,
  .top-bar .container .main-nav ul li:hover > a {
    color: var(--background-color);
    opacity: .64;
  }
}
@media screen and (min-width: 993px) {
  .top-bar .main-nav ul li a {
    color: inherit;
  }
  .top-bar .main-nav ul li.sous_menu ul.dropdown {
    width: max-content;
    max-width: 320px;
  }
  .top-bar .main-nav ul li.sous_menu ul.dropdown li a {
    text-align: left;
  }
}

/* ///////////////////////////// SSDROPDOWN ////////////////////////////// */
@media screen and (min-width: 993px) {
  .top-bar .main-nav > ul > li > a {
    min-width: max-content;
  }
  .top-bar .main-nav ul li.sous_menu ul.dropdown {
    padding: 0.5rem 0 0;
  }
  .top-bar .main-nav ul li.sous_menu ul.dropdown li a {
    padding: .5rem 1rem .5rem .75rem;
  }
  .top-bar .main-nav ul li.sous_menu ul.dropdown li:last-child > a {
    padding-bottom: 1rem;
  }
  .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.sous_menu a {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .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);
  }
  .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;
  }
}

/* PAGES INTERNES */
/* ============== */

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

.infos-content span.material-icons,
.contact-page .coordonnees span.material-icons {
  flex-shrink: 0;
}
.contact-page .coordonnees li {
  align-items: center;
  display: flex;
}
.contact-page #clock li{
  align-items: stretch;
  padding: .5rem 0;
}
.contact-page #clock li span.material-icons{
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  height: auto !important;
}

/* SECTIONS */
.sc-content section.ac-doubleColonne {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/* RESPONSIVE IMG */
.sc-content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

/* LIENS DE RELANCE */
#relance {
  margin: 2rem 0 4rem;
  text-align: center;
}
#relance p.titre-relance {
  font-size: 1rem;
  font-weight: 700;
}
#relance ul {
  margin-left: 0 !important;
}
#relance ul li {
  list-style: none !important;
}
#relance ul li a {
  text-decoration: underline;
  color: var(--secondary-color);
}
#relance ul li a:hover {
  text-decoration: none;
}
@media screen and (min-width: 601px) {
  #relance ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: baseline;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 -.75rem;
  }
  #relance ul li {
    margin: 0;
    padding: 0 .75rem;
  }
}

/* COORDONNEES */
/* =========== */

.coordonnees li span span {
  display: inline;
  vertical-align: baseline;
}

/* FORMULAIRES */
/* =========== */

::placeholder {
  color: var(--text-color);
  opacity: .4;
}
form.generateur label[for=field_15] {
  display: none;
}
form.generateur p.submit {
  margin-left: 0 !important;
  padding: 0 !important;
}

/* NEWSLETTER */
/* ========== */

#newsletter label {
  display: none;
}
.newsletterInput #js_submit {
  line-height: 1rem;
}
@media screen and (min-width: 993px) {
  .newsletterInput {
    display: block;
    width: 100%;
  }
  .newsletterInput #input_newsletter {
    display: block;
    width: 100%;
    padding-right: 148px !important;
  }
  .newsletterInput #js_submit {
    position: absolute;
    top: 0;
    right: 8px;
    transform: none !important;
  }
}

/* CORRECTIF SLICK-DOTS */

.slick-dotted {
  margin-bottom: 2.5rem;
}
ul.slick-dots {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
}
ul.slick-dots li {
  width: 20px !important;
  padding: 0 !important;
  float: none !important;
}


#newsletter label{
  display: none;
}

.no-mobile{
  display: none;
}

.white-bg{
  background:#fff;
}

.italic{
  font-style: italic;
}

.objectif-fit{
  object-fit: cover;
}


.date-actualite{
  padding-top:15px;
}

/*================================================ HEADER */

header .top-bar ul.list-nostyle{
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
}

header .top-bar ul.list-nostyle li{
  margin-left:20px;
}

.plan-site header ul li{
  list-style: none;
}
/*
.top-bar .xl1 ul li:hover{
  opacity: 0.5;
  transition:0.5s;
}
*/
/*===================== BRAND */

.brand svg{
  fill:var(--primary-color)!important;
}

.fold .brand{
  color:var(--primary-color);
  padding:20px 0px 40px;
}

.brand .bold{
  font-size: 2rem;
  text-align: center;
}

.brand .baseline{
  font-size: 1rem;
  text-align: center;
}

@media screen and (min-width: 500px) {
  .brand .bold{
    text-align: left;
  }
  
  .brand .baseline{
    text-align: left;
  }
}


.top-bar .brand a{
  display: block;
  margin:0 auto;
  color:var(--primary-color);
}

.brand:hover a{
  opacity: 0.5;
  transition:0.5s;
}

.fold .title-1 {
  text-align: center;
}
/*======================= MEATBALLS */

#nav-meatballs .section a.tel{
  display: block;
  margin-bottom:25px;
}

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

#tel-header {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 -.25rem;
}
#tel-header > * {
  padding: 0 .25rem;
}
#tel-header a.tel {
  font-size: 1.5rem;
}

.fold .center-align .flow-text{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom:20px;
}

#bloc-02 .card-title{
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
}

.index-page > header > .fold > .container{
  position: relative;
}

.contact-header .col:nth-child(2){
  width:100%;
}

.slider-slick {
  display: none;
}

.fold .btn-contact{
  margin-top:10px;
}
@media screen and (max-width: 992px) {
  #fold-content {
    margin-bottom: 1.5rem;
  }
}

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

ul.points-forts li p span{
  display: block;
  font-weight: 400;
  color:var(--text-color);
  font-size: 0.95rem;
}

ul.points-forts li span.material-icons{
  display: block;
  text-align: center;
}

ul.points-forts li p{
  font-size: 1.25rem;
  text-align: center;
}

ul.points-forts li{
  margin:20px;
  width: 100%;
}

@media screen and (min-width: 601px) {
  ul.points-forts li{
    width: 40%;
  }
}

@media screen and (min-width: 992px) {
  ul.points-forts li{
    width: auto;
  }

  ul.points-forts li span.material-icons{
    text-align: left;
  }

  ul.points-forts li p{
    text-align: left;
  }
}

ul.points-forts{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}


/*================================================ ENCART EQUIPE */

#encart-equipe ul.slick-dots {
  bottom: -2.5rem;
}
#encart-equipe ul.slick-dots li button::before {
  color: #FFFFFF;
}

#encart-equipe .card.full-image .card-image:before{
  display: none!important;
}

#encart-equipe .fiche-equipe .title-4{
  position: relative;
  background:var(--secondary-color);
  margin:0px;
  padding:30px 10px;
  transform:translateY(13px);
  width:85%;
}

#encart-equipe .card{
  overflow: visible;
}
/*================================================ AVIS */

@media screen and (max-width: 479px) {
  #encart-avis #encart_avis .slick-prev,
  #encart-avis #encart_avis .slick-next {
    top: 110% !important;
  }
}
.encart-avis button{
  display: none!important;
}


/*================================================ FORMULAIRE ACCUEIL */

.container form.generateur .submit{
  margin-left:0px!important;
}

#ministere{
  display: flex;
  align-items: center;
  justify-content: center;
}

#ministere .title-4{
  padding-right:10px;
}

.title-contact{
  font-size: 22px;
}

body:not(.index-page) #encart-map .col:nth-child(1){
  display: none;
}
body:not(.index-page) #encart-map .col:nth-child(2){
 width:100%!important;
}
/*================================================ FRAMEWORK */

.title-4{
  font-size: 16px;
}

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

footer .brand svg{
  fill:#fff!important;
}

footer > .section {
  padding-bottom: 3rem;
}

footer a:hover{
  opacity: 0.5;
  transition:0.5s;
}

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

.contact-page #fil_ariane a{
  color:#fff;
}

.contact-page .intro{
  color:#fff!important;
}
/* ENCART CONTACT */
/* ========= */
#encart-contact a.tel, .encart-contact a.tel {
  min-height: 52px;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*================================================ PAGE ACTUALITES */

.bloc_listing_actu:hover{
  background-color: transparent!important;
  box-shadow:0 0 0px #fff!important;
}

@media screen and (max-width: 600px) {
  .slick-equipe {
    margin-top: 2rem;
  }
  #tel-header {
    margin-bottom: .5rem;
  }
}


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

/*================================================ HEADER */

.index-page > header > .fold > .container > div.contact-header {
    margin: 15px;
}
.slider-slick {
  position: relative;
  z-index: 0;
}
.slider-slick .slide-img {
  position: relative;
}
.slider-slick .slide-img::before {
  display: block;
  width: 100%;
  height: 100%;
  content: '';
  background-image: linear-gradient(to bottom, rgba(0,0,0,.64) 0%, transparent 100%);
  position: absolute;
  top:0;right:0;bottom:0;left:0;
  z-index: 1;
}
#bloc-h1 .title-1 {
  color: #fff;
}
.contact-header .col:nth-child(2){
  width:auto;
}

.slider-slick {
  display: block;
  height: 320px;
  overflow: hidden;
}
.slider-slick .slide-img {
  height: 320px;
}

.fold .title-1 {
  position: absolute;
  top: 50%;
  left: 10%;

}

.fold {
  position: relative;
}

/*================================================ BLOC 02 */

  #bloc-02 img{
    max-width: 100%;
    height: 900px;
  }

  #bloc-02 .citation{
    width:80%;
    display: block;
    margin:0 auto;
    padding-top:50px;
  }
  /*
  #bloc-02 #encart-prestation li .card {
    align-items: center !important;
  }
  */

  @media screen and (min-width: 1200px) {
    #bloc-02 #encart-prestation li .card {
      min-height: 280px;
    }
  }

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

#encart-points-forts .flex-row .col.center-align{
  text-align:left!important;
  padding-left:0px;
  padding-bottom:10px;
}

/*================================================ EQUIPE */

#encart-equipe .col.l8{
  margin-bottom:30px;
}


/*================================================ MAP + FORMULAIRE */

#encart-map .map-container{
  height: 100%;
}

#encart-map .map-container iframe{
  height: 100%;
}

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


footer a.lien-maps,
footer .siret,
footer a.tel,
footer nav a {
  font-size: .875rem;
}

footer .brand .bold{
  font-size: 1.5rem;
}

footer .brand .baseline{
  font-size: 0.8rem;
}

footer .brand{
  margin-bottom:20px;
}

}

@media screen and (max-width: 992px) {
  #bloc-h1 .container .flex-row .m10 {
    width: 100%;
    text-align: center;
  }
  body > header .top-bar {
    margin-bottom: 1.5rem;
  }
}

@media screen and (min-width: 993px) {
  .fold {
    position: relative;
  }
  #fold-content {
    width: 100%;
    height: 100%;
    padding-top: 1.5rem;
  }
  body:not(.index-page) #fold-content {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  body.index-page #fold-content {
    position: absolute;
    top: 0;
    z-index: 1;
  }
  #fold-content > .container {
    position: relative;
    height: 100%;
  }
  #bloc-h1 .title-1 {
    margin-top: 0;
    text-shadow: .125rem .125rem 0 rgba(0,0,0,.16);
  }

  .top-bar {
    font-size: .75em;
  }
  .main-nav {
    font-weight: 700;
  }

  .no-mobile{
    display: block;
  }


  /*================================================ HEADER */

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

  .top-bar .brand .bold{
    font-size: 1.2rem;
  }

  .top-bar .brand .baseline{
    font-size: 0.8rem;
  
  }

  .top-bar .brand a{
    float: left;
    padding:20px 0px;
    color:#fff!important;
    position: relative;
    transition: padding .2s ease-out;
  }

  .top-bar .brand svg{
    fill:#fff!important;
  }

  .top-bar{
    background:#fff;
  }

  .top-bar .brand a:before{
    content:' ';
    position: absolute;
    height: 120%;
    width:215%;
    background-color:var(--secondary-color);
    display: block;
    left:-100%;
    top:0;
    z-index: -1;
  }

  .top-bar .reseaux-sociaux ul.list-nostyle li {
    margin-left: 0 !important;
  }
  .top-bar .reseaux-sociaux ul.list-nostyle li svg {
    width: 1rem;
    height: 1rem;
  }

  /*
  .js-scroll .brand{
    display: none;
  }
  */
  .sticky.js-scroll .brand a {
    padding: 10px 0;
    transition-duration: .3s;
  }
  .slider-slick {
    height: 500px;
  }
  .slider-slick .slide-img {
    height: 500px;
  }

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

  #bloc-h1 {
    width: 100%;
    height: 80%;
    max-width: 1200px;
    margin: 0 auto;
    color: #FFFFFF;
    text-align: left;
    position: absolute;
    top:0;
    right:0;
    left:0;
    z-index: 1;
  }

  #bloc-h1 > .flex-row{
    position: relative;
  }

  #bloc-h1 .col.l9{
    text-align: left;
    margin:0 auto;
    padding-left:0px;
  }

  #bloc-h1 h1{
    width:60%;
  }


  .index-page > header > .fold > .container > div.contact-header {
    width: 100%;
    margin: 0;
    position: absolute;
    z-index: 9;
    padding-top:15px;
  }

  .index-page .contact-header .accent-text {
    color:#fff;
  }

  .slider-slick .slick-arrow {
    z-index: 9999;
  }
  .slider-slick .slick-arrow::before {
    color: var(--background-color) !important;
  }
  .slider-slick .slick-prev {
    left: 2rem;
  }
  .slider-slick .slick-next {
    right: 2rem;
  }

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

  #encart-points-forts .container .l10{
    margin:0 auto;
  }


  #encart-points-forts{
    margin-top: -6.5rem;
    margin-bottom: 1.5rem;
    position: relative;
  }

  #encart-points-forts .center-align{
    text-shadow: 1px 1px 8px white; 
  }

  
  /*================================================ ENCART EQUIPE */

  #encart-equipe button{
    display: block!important;
  }

  #encart-equipe .slick-slicker .slick-arrow:before{
    color:#fff!important;
    /*
    border:2px solid #fff;
    border-radius: 25px;
    */
  }

  #encart-equipe .col.l8{
    margin:0 auto;
    display: block;
    float:none;
    padding:10px 0px 40px;
  }

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

  #bloc-02 img{
    max-width: 100%;
    /*height: auto!important;*/
  }

  #bloc-02 .col.l6{
    margin-left:0px;
  }

  #bloc-03 .col.l5{
    margin-left:0px;
  }
  /*================================================ PRESTATIONS */

  #bloc-02 #encart-prestation li span.primary-text{
    padding-top:30px;
  }

  #bloc-02 #encart-prestation li .card-title{
    padding-top:20px;
  }

  #encart-prestation li .prestation {
    transition: all .3s ease-in-out;
  }

  #encart-prestation li .prestation:hover {
    transform: translateY(-15px);
    -webkit-box-shadow: 1px 10px 24px -2px rgba(0,0,0,0.31);
    -moz-box-shadow: 1px 10px 24px -2px rgba(0,0,0,0.31);
    box-shadow: 1px 10px 24px -2px rgba(0,0,0,0.31);
  }

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

  .encart-avis button{
    display: block!important;
  }
}

#bloc-h1 .container{
  position: relative;
}

footer > .section > .container > .flex-row > .col:last-child > .flex-row > .col {
  margin-left: .5rem;
}


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

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

  footer a.lien-maps{
    font-size: 0.90rem;
  }
  footer .col:nth-child(4) a{
    font-size:0.90rem;
  }
  .top-bar .brand a:before{
    left:-200%;
    width:315%;
  }

  footer > .section > .container > .flex-row > .col:last-child > .flex-row > .col {
    margin-left: 1.5rem;
  }
  
}
/*================================================ SOMMAIRE */
html {
  scroll-behavior: smooth;
 }

.sommaire{
  background-color: var(--primary-background-color);
  position: relative;
  padding:40px 0px;
  z-index: 1;
}

.sommaire:before{
  background-color: var(--primary-background-color);
  position: absolute;
  width:100%;
  height: 100%;
  left:-70%;
  top:0;
  content:'';
  z-index: -1;
}

.sommaire:after{
  background-color: var(--primary-background-color);
  position: absolute;
  width:100%;
  height: 100%;
  right:-70%;
  top:0;
  content:'';
  z-index: -1;
}

.sommaire ol li{
  padding:15px 0px;
  text-decoration: underline;
  font-size: 16px;
  font-weight: 700;
}

.sommaire ol{
  display: flex;
  flex-direction: column;
  width: 100%;
  flex-wrap: wrap;
  margin-left: 20px;
}

.sommaire ol li a{
  margin-left:10px;
}

.sommaire ol li::marker{
  margin-right: 5px;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (min-width:902px){
  
.sommaire ol{
  max-height: 250px;
}

.sommaire{
  padding:48px 0px;
}
}
/*PLAN DU SITE*/
.plan-site li {
  color: inherit;
  list-style: unset;
}
.plan-site .col-plan > ul {
  margin-left: 0;
}
.plan-site .col-plan > ul > li.firstLi {
  list-style: none;
}
.plan-site .col-plan > ul > li > a {
  color: var(--secondary-color);
  text-decoration: underline;
}
.plan-site .col-plan > ul > li > a:hover {
  text-decoration: none;
}
.plan-site .col-plan > ul > li.firstLi > a[href='#'] {
  color: inherit !important;
  text-decoration: none !important;
  opacity: .4;
  pointer-events: none !important;
}
.plan-site .col-plan > ul > li.firstLi > a[href='#']::after {
  content: '\00A0 :';
}

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

img.footer-only {
  display: none;
}
body > footer .logo img.footer-only {
  display: block;
}
body > footer .logo img.header-only {
  display: none;
}


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

.page-404 header {
  background-color: #FFFFFF;
}
.page-404 header .container {
  display: flex;
  flex-direction: column-reverse;
}

.page-404 img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.page-404 {
  padding-top: 0px;
  background: var(--background-color);
}

.intro-404 {
  font-size: 1.3em;
}


.page-404 .section ul {
  list-style: none;
  margin: 30px 0px 30px 30px;
}

.page-404 .section ul li {
  position: relative;
}

.page-404 .top-bar .brand a {
  z-index: 3;
}

.page-404 .section ul li:before {
  position: absolute;
  left: -30px;
  top: 7px;
  content: ' ';
  width: 16px;
  height: 16px;
  background-image: url('../assets/gifs/icons/cancel.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.page-404 .right-404 {
  background: #fff;
  padding: 15px;
  border: 1px solid #EBEBEB;
  border-radius: 4px;
  margin: 50px 0px;
}

.page-404 .title {
  color: var(--primary-color);
  font-size: 40px;
  font-weight: 700;
  margin: 20px 0px;
}

.page-404 .btn-accueil svg .a {
  fill: transparent;
}

.page-404 .btn-accueil svg .b {
  fill:#fff;
}

.page-404 .btn-accueil svg {
  transform: translate3d(-5px, 2px, 0px);
}

.page-404 .container .flex-content {
  flex-direction: column-reverse;
}

.page-404 .col.m12 span.material-icons {
  transform: translate3d(-10px, -4px, 0px);
}

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

  .page-404 .container .flex-content {
    flex-direction: row-reverse;
  }

  .page-404 .right-404 {
    padding: 25px;
  }
  
  .page-404 .top-bar .col:nth-child(2) {
    text-align: center;
  }

}

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

  .page-404 .right-404 {
    padding: 48px;
  }

  .page-404 .top-bar {
    padding: 0px;
  }

  .page-404 .top-bar .col:nth-child(2) {
    text-align: right;
  }

}

/* GdC */
/* === */

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

.fancy-box-body {
  padding-top: 10px;
}

.rappel_telephonique .brand {
  text-align: center;
}

.rappel_telephonique .brand a .col {
  margin: auto;
}

@media screen and (max-width:992px) {
  .rappel_telephonique .brand a .bold,
  .rappel_telephonique .brand a .baseline {
    text-align: center;
  }
  
  .rappel_telephonique .brand a .bold {
    font-size: 1.2rem;
  }
  
  .rappel_telephonique .brand a .baseline {
    font-size: 0.8rem;
  }
  
  .rappel_telephonique h2 {
    font-size: 16px;
    margin: 1.33333rem 0 1rem 0;
  }
}
