:root {
  --primary-color: hsla(339, 72%, 69%, 1);
  --primary-color-lighten: hsla(339, 72%, 79%, 1);
  --primary-color-darken: hsla(339, 72%, 59%, 1);

  --secondary-color: hsla(298, 71%, 18%, 1);
  --secondary-color-lighten: hsla(298, 71%, 28%, 1);
  --secondary-color-darken: hsla(298, 71%, 8%, 1);

  --accent-color: hsla(342, 71%, 52%, 1);
  --accent-color-lighten: hsla(342, 71%, 62%, 1);
  --accent-color-darken: hsla(342, 71%, 42%, 1);

  --background-color: hsla(0, 100%, 100%, 1);
  --text-color: hsla(0, 0%, 16%, 1);
  --text-color-lighten: hsla(0, 0%, 26%, 1);

  --primary-background-color: hsla(339, 72%, 96%, 1);
  --secondary-background-color: hsla(298, 71%, 75%, 1);
  --accent-background-color:hsla(342, 71%, 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: 'Montserrat Alternates', sans-serif;
  --font-secondary: 'Montserrat Alternates', sans-serif;

  --card-border-radius: 4px;
  --button-border-radius: 4px;

}
.index-page .slick-list {
  overflow: hidden!important;
}

.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;
}

.top-bar .none {
  display: none;
}

.contact-page #encart-contact h4, #encart-contact .title-4 {
    font-size: 1rem;
 
}

.contact-page .encart-contact h4, .encart-contact .title-4 {
    font-size: 1rem;
 
}

.coordonnees  a.tel.accent-text.tel-important {
    color: #fff;
}

#logo-four {

    justify-content: center;
}

.contact-page #infos-pratiques {
    background: hsl(0deg 0% 100%);
}

#bloc-03 ul{
  list-style: circle;
  color:var(--primary-color);
}

#newsletter label {
  display: none;
}

.no-mobile{
  display: none;
}

iframe body {
  padding-top: 0;
}

.slick-dotted {
  margin-bottom: 3rem !important;
}
.slick-dotted .slick-dots {
  margin-top: .5rem;
  top: 100%;
  bottom: auto;
}

/* MENU */
/* ==== */

.top-bar .main-nav ul li {
  padding: 0 !important;
}

/* ================================================== MEAT BALLS */

#nav-meatballs .brand a .flex-row{
  flex-direction: column;
}

#nav-meatballs .brand a{
  margin:0 auto;
  display: block;
}

/* ================================================== FOLD */

.fold .brand a .flex-row{
   flex-direction: column;
}

.fold .brand a .flex-row .col{
  text-align: center;
}

.fold .accent-text{
  display: block;
  margin:10px 0px;
}

.fold ul li{
  list-style: none;
  margin:10px;
}

.fold ul{
  display: flex;
  justify-content: center;
  flex-direction: row;
  margin-left:0px;
}

.fold ul li svg{
  fill:#292929;
}

.fold .brand svg .b{
  fill:#292929;
}



#nav-meatballs .brand svg .b{
  fill:#292929;
}


.fold ul li img{
	display: inline-block;
}
.contact-page .fold{
  padding-bottom:5px;
}
/* ==================================== ENCART INFOS */

#encart-infos{
  position: relative;
}

#encart-infos .feuille svg{
  margin: 0 auto;
  display: block;
}


.index-page #encart-infos .primary{
  background-color: rgba(0,0,0,0)!important;
}

.index-page #encart-infos .material-icons{
  color:#292929;
}

#encart-infos .coordonnees ul li{
  display: flex;
  align-items: center;
  text-align: left;
}



/* =====================================ENCART PRESTATIONS */

#encart-prestations .card{
  background:rgba(0,0,0,0);
  box-shadow: 0px 0px 0px rgba(0,0,0,0)!important;
}

#encart-prestations .card a{
  color:#fff;
}

#encart-prestations .slick-dots button::before {
  color: #FFFFFF;
}
#encart-prestations li .card img {
  max-height: 350px;
  object-fit: cover;
}

/* ==================================== ENCART AVIS */

.encart-avis #encart_avis .slick-prev, .encart-avis #encart_avis .slick-next{
  top:110%!important;
}

.encart-avis .center-align {
  margin-top:50px;
}

/* =====================================POINTS FORTS */

#points-forts .title-2 {
  text-align: center;
	margin: 1.33333rem 0 3.5rem 0;
}

#points-forts ul.slick-points-forts li.point-fort {
  outline: none !important;
}

#points-forts li.point-fort > div.max-width {
  max-width: 320px;
  margin: 0 auto;
}

#points-forts li.point-fort svg {
  fill: var(--secondary-color);
  width: 100%;
  max-width: 40px;
  height: auto;
  max-height: 40px;
}

/* ===================================== ENCART CONTACT */

.card-content a.tel{
  font-size: 25px;
  margin-bottom:15px;
  display: block;
}

.card li:nth-child(2) .card-content{
  padding: 25px 0px 10px;
}

.card .card-title{
  font-size: 1em;
}

/* ===================================== BLOCS */

#bloc-01 .col.m6{
  min-height: 250px;
}


/* ===================================== NEWSLETTER */

.encart-newsletter {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-image: url(../assets/gifs/newsletter.png);
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 0;
}

.newsletterInput #js_submit{
  border:1px solid #fff;
  color:#fff;
}

.encart-newsletter:before{
  position: absolute;
  width:100%;
  height: 100%;
  display: block;
  background:var(--secondary-color-darken);
  opacity:0.6;
  content:' ';
  top:0;
  left:0;
  right:0;
  z-index: 0;;
}

.encart-newsletter .container{
  position: relative;
  color:white;
}

.encart-newsletter form{
  margin-top:15px;
}

.encart-newsletter div{
  text-align:center;

}

/* ENCART ACTUALITES */
/* ================= */

#encart-actualites .slick-dotted .card {
  margin-bottom: 0 !important;
}
#encart-actualites ul.slick-dots {
  display: block !important;
  width: 100% !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
#encart-actualites ul.slick-dots li {
  width: auto !important;
  margin: 0 .25rem!important;
  padding: 0 !important;
  float: none !important;
}

#encart-actualites .card .date-actualite {
  margin-bottom: .5rem;
}
#encart-actualites .card .card-title a {
  color: var(--primary-color) !important;
  text-decoration: underline;
}
#encart-actualites .card .card-title a:hover {
  text-decoration: none;
}

/* ===================================== FOOTER */

footer{
  text-align: center;
}

footer .reseaux-sociaux ul{
  justify-content: center;
  margin:10px 0px;
}

footer .flex-row{
  flex-direction: column;
}

footer nav a{
  display: block;
}

footer .brand div{
  text-align: center;
}

footer .brand svg{
  fill:#fff;
}

footer address {
  display: flex;
  justify-content: center;
}

footer address span {
  margin-right: 5px;
}
/* ===================================== PAGE CONTACT */

.contact-page #fil_ariane a {
  color: #fff;
}
.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;
}
div#encart-infos {
    color: #fff;
}


div#encart-infos a.tel.accent-text.tel-important {
    color: #fff;
}

#points-forts {
    color: #fff;
}

#points-forts li.point-fort svg {
    fill: hsl(0deg 0% 100%);
    width: 100%;
    max-width: 40px;
    height: auto;
    max-height: 40px;
}

.index-page #encart-infos .material-icons {
    color: #ffffff;
}

.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%;
}

.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 .baseline {
    font-size: 10px;
}

body.fancy-box-body a.logo img {
    width: 55px;
}

body.fancy-box-body form.generateur p.erreur {
padding:0 5px;
margin:0 0 3px;
}


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;
}

.top-bar .container .main-nav {

    padding-bottom: 80px;
}


@media screen and (min-width: 601px){
	
	div#moyens-de-paiement ul {
    max-width: 500px;
    margin: auto;
}

   /* ===================================== HEADER */

   header{
    position: relative;
  }

  /* ===================================== FOLD */
  .fold .no-mobile{
    display: block;
  }

  .fold .romarin{
    transform:rotate(-75deg);
    position: absolute;
    left:25%;
    bottom:10%;
    z-index: -1;
  }

  .fold img.no-mobile{
    display: none;
  }

  .fold{
    position: relative;
  }

  /* ===================================== ENCART INFOS */

  #encart-infos .feuille{
    position: absolute;
    bottom:0;
    left:-105px;
  }

  #encart-infos .title-5{
    text-align: left;
  }

  /* ===================================== ENCART PRESTATIONS */

  #encart-prestations .card:hover{
    transform:translateY(-15px);
    transition:0.5s ease-in-out;
  }


  #encart-prestations .card:hover .card-image{
    -webkit-box-shadow: 0px 7px 33px 3px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 7px 33px 3px rgba(0,0,0,0.35);
    box-shadow: 0px 7px 33px 3px rgba(0,0,0,0.35);
    transition: 0.5s ease-in-out;
  }
  

  #encart-prestations .slick-list{
    overflow: visible;
  }
  #encart-prestations .card {
    overflow: visible;
  }

   /* ===================================== ENCART CONTACT */

   .encart-contact .row > .col:not(:first-child) > .card {
     min-height: 266px;
   }

  /* ===================================== BLOC 04 */

  #bloc-04 .no-mobile{
    display: block;
  }

  #bloc-04 .m-fit-content{
    display: flex;
    flex-wrap: wrap;
  }

  /* ===================================== NEWSLETTER */

  .newsletterInput{
    max-width: 450px!important;
    margin:0 auto;
  }

  /* ===================================== FOOTER */

  footer .flex-row{
    flex-direction: row;
  }

  footer .reseaux-sociaux{
    display: flex;
    align-items: center;
  }

  footer span{
    margin-right: 10px;
  }

  footer .col{
    margin-bottom:10px;
  }

  footer .col nav{
    display: flex;
    justify-content: center;
  }

  footer .col nav a{
    padding:0px 5px;
  }

  footer .reseaux-sociaux ul {
    margin: 0px 0px 0px 10px;
  }
  
  footer .reseaux-sociaux ul li {
    padding: 0px 5px;
  }

  footer .flex-row.m-align-items-flex-end .col:nth-child(1) address {
    margin-bottom: 20px;
  }
  /* =============================== PAGE INTERNE */

  body:not(.index-page) .fold .brand .flex-row{
    flex-direction: row;
    justify-content: flex-start;
    text-align: left!important;
  }

  body:not(.index-page) .brand .bold{
    text-align:left;
  }

  body:not(.index-page) .brand svg{
    max-width: 130px;
  }
  /* =============================== PAGE ACTUS */

  .bloc_listing_actu p.bouton2{
    text-align: center;
  }
 .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: 718px) {
  .encart-contact .row > .col:not(:first-child) > .card {
    min-height: 242px;
  }
}

@media screen and (min-width: 755px) {
  .bloc_listing_actu p.bouton2 {
    text-align: right;
  }
	
	.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: 849px) {
  .encart-contact .row > .col:not(:first-child) > .card {
    min-height: 220px;
  }
}

@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) {
	
	#points-forts ul.slick-points-forts li.point-fort {
 
    width: 20%;
}
	
	
	.top-bar .container .main-nav {

    padding-bottom: 0px;
}
	
	

  .top-bar {
    font-size: .75em;
  }
  .main-nav {
    font-weight: 700;
  }
/* ========== MENU ========= */
/* ==========*/
  .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;
  }
 

  /* ===================================== HEADER */



  /* ===================================== FOLD */
  
  /*  Affichage des images dans le fold */

.fold img.no-mobile{
  display: block;
}

.fold .no-mobile div:nth-child(2){
  position: absolute;
  left:26%;
  top:-6px;
}

.fold .romarin{
  left:40%!important;
  bottom:10%;
}

.fold .romarin svg{
  height: 370px;
  width:370px;
}


.fold .l8 div:nth-child(3){
  position: absolute;
  bottom:23px;
  left:26%;
}

  /*  FIN Affichage des images dans le fold */

.fold .l8{
  padding:45px 0px;
}



.fold .col.l4 ul{
  padding:20px 0px 10px;
}

  /* ===================================== ENCART INFOS */
#encart-infos table tbody tr {
  min-width: 300px;
}

#encart-infos table tbody {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 9rem;
}

.index-page #encart-infos .feuille{
  left:initial;
  right:-95px;
  bottom:-10px;
}

 /* ===================================== BLOCS */

 #bloc-04 .m-fit-content{
   position: relative;
     width:100%;
     height:574px;
 }

 #bloc-04 .m-fit-content img:nth-child(1){
   position: absolute;
   width:48%;
   left:0;
 }
 #bloc-04 img{
   height: 48%;
   object-fit: cover;
 }

 #bloc-04 .m-fit-content img:nth-child(2){
  position: absolute;
  right:0;
  width:48%;
}

#bloc-04 .m-fit-content img:nth-child(3){
  position: absolute;
  bottom:0;
}

#bloc-04{
  position: relative;
  padding-top:5rem;
}

  /* ===================================== POINTS FORTS */

  #points-forts .container {
    position: relative;
  }

 #points-forts .container:before{
  left: -26%;
  top: -50px;
  width: 300px;
  height:150px;
  display: block;
  transform: rotate(15deg);
  content: ' ';
  z-index:9;
  background-image: url(../assets/gifs/romarin3.png);
  background-size: contain;
  background-position: center;
  position: absolute;
  background-repeat: no-repeat;
 }

 /* ===================================== ENCARTS CONTACT */

 #encart-contact {
   padding-bottom:7rem;
   position: relative;
 }

 #encart-contact:before{
  right: -8%;
  bottom: -151px;
  width: 400px;
  height:350px;
  display: block;
  content: ' ';
  z-index:9;
  transform: rotate(130deg);
  background-image: url(../assets/gifs/romarin2.png);
  background-size: contain;
  background-position: center;
  position: absolute;
 }

  .encart-contact .card {
    min-height: 266px !important;
  }

 /* ===================================== NEWSLETTER */
  
.newsletterInput #js_submit{
  border:1px solid var(--primary-color);
  color:var(--primary-color);
}
.newsletterInput{
  max-width:40%;
  margin:0 auto;
}

.encart-newsletter{
  padding:6em 20px;
}



 /* ===================================== AVIS GOOGLE */

 .encart-avis #encart_avis .slick-prev, .encart-avis #encart_avis .slick-next{
   top:50%!important;
 }

 /* ===================================== FOOTER */

 footer .brand{
   display: flex;
 }
 
 footer .flex-row.m-align-items-flex-end .col:nth-child(1) address {
  margin-bottom: 0px;
}

 footer .brand:hover{
  opacity: 0.5;
  transition:0.5s;
}

 footer .brand .bold{
   text-align: left!important;
 }

 footer .brand svg{
   max-width: 100px;
   height: auto;
 }

 footer .col.l3 .col.xl3{
   position: relative;
 }

 footer .col{
   font-size: 0.8em;
   position: relative;
 }

 footer .col address::before {
  position: absolute;
  content:' ';
  left:-10px;
  top:0;
  bottom:0;
  margin: auto;
  height: 20px;
  width:1px;
  background:#fff;
  display: block;
 }

 footer .col:nth-child(1) address::before{
  width:0px!important;
 }

 footer nav{
  justify-content: flex-end!important;
}

 footer .col address a.lien-maps{
   text-align:left;
   display: inline-block;
 }

 footer address{
   align-items: center;
   display: flex;
 }

 footer .flex-row.l-justify-content-space-between {
   margin-top: 15px;
 }

 footer .col address{
  position: relative;
  justify-content: center;
}

footer .col {
  margin-bottom: 0px;
}

footer .flex-row{
  align-items: center;
}

  /* =============================== PAGE INTERNE */

  body:not(.index-page) .fold .brand{
    float: left;
  }

  body:not(.index-page) .brand .baseline{
    text-align:left;
  }

  body:not(.index-page) .fold .accent-text{
    margin-right: 10px;
    margin-top:5px;
  }


}

@media screen and (min-width: 1082px) {
  .encart-contact .card {
    min-height: 242px !important;
  }
}

@media screen and (min-width: 1201px){

  /* ===================================== FOLD */

  .fold .brand .bold{
    font-size: 25px;;
  }
  .fold .xl5{
    padding:0px 3%;
  }
  .fold .romarin{
    left:36%;
  }
  .index-page .fold .container{
    position: relative;
  }
  .index-page .fold .container:before{
    right:-10%;
    top:-50px;
    width:250px;
    height: 200px;
    display: block;
    content:' ';
    background-image: url(../assets/gifs/romarin.png);
    background-size: contain;
    background-position: center;
    position: absolute;
  }

  /* ===================================== POINTS FORTS */

  ul.slick-points-forts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  #points-forts li.point-fort > div.max-width {
    text-align: left;
  }
  #points-forts li.point-fort > div.max-width > .flex-row {
    flex-wrap: nowrap;
  }
  #points-forts li.point-fort > div.max-width > .flex-row > .col:first-child {
    flex-shrink: 0;
  }

  /* ===================================== ENCART INFOS */
  #encart-infos .container{
    position: relative;
  }
  
  /* ===================================== FOOTER */

  footer .col.l3:before, footer .col.l4:before, footer .col.l2:before{
    left:-12%;
  }
  footer .brand .bold{
    font-size: 1.5em;
  }
  footer .brand .baseline{
    font-size: 1.2em;
  }
}





@media screen and (min-width: 1278px) {
	.flow-text {
    font-size: 1.68rem;
}

	
  .encart-contact .card {
    min-height: 220px !important;
  }
}

@media screen and (min-width: 1300px) {
  .index-page #encart-infos .feuille{
    right:20px;
    bottom:20px;
  }
  /* ===================================== BLOCS */
  #bloc-04::before {
    left: -10%;
    bottom: -46px;
    width: 400px;
    height: 150px;
    content: ' ';
    z-index: 9;
    background-image: url(../assets/gifs/romarin3.png);
    background-size: contain;
    background-position: center;
    position: absolute;
    background-repeat: no-repeat;
   }
}

/*================================================ 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;
}

/* MEATBALLS */
/* ========= */

#nav-meatballs a.tel {
  display: inline-block;
}

/* PAGE 404 */
/* ==== */

.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 .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);
}

.page-404 .divider {
  opacity: 0.2;
}

@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) {
	a.lien-maps:hover {
		opacity: 0.8;
}
	
#lien-f:hover { opacity: 0.8;}	
	.flow-text {
    font-size: 1.4rem;
}
	

  .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;
}