@charset "UTF-8";
/* 
Theme Name: Résidence services Willy
Text Domain: willy
Author: Martin
*/
@import url(fonts/Quicksand/stylesheet.css);
@import url(fonts/Raleway/stylesheet.css);
@import url(fonts/Roboto/stylesheet.css);
@import url(fonts/Raleway/stylesheet.css);
/******************************************/
/***********      COULEURS      ***********/
/******************************************/
/*noir*/
/*noir foncé*/
/*noir footer*/
/*rouge*/
/*blanc*/
/*blanc_fonce*/
/*gris clair*/
/*gris*/
/*gris du fond*/
/*gris EHPAD*/
/*vert validation*/
/*vert logo*/
/******************************************/
/***********      FONTS        ***********/
/******************************************/
/******************************************/
/***********      TITLES       ***********/
/******************************************/
h2 {
  font-family: "quicksandbold";
  font-size: 40px;
  margin: 20px 0px 40px 0px;
}
h2 strong {
  color: #ce4518;
}

h3 {
  font-family: "roboto_condensedbold";
  border-bottom: 1px solid #ce4518;
  padding-bottom: 5px;
  font-size: 25px !important;
}

.bouton {
  display: inline-block;
  font-family: "quicksandbold";
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  background-color: #ce4518;
  border: 1px solid #ce4518;
  padding: 10px 20px;
  text-transform: uppercase;
  border-radius: 20px;
  margin: 10px 0px;
}

.bouton:hover {
  background-color: #fff;
  color: #ce4518;
  text-decoration: none;
}

/******************************************/
/***********      FIXES       ***********/
/******************************************/
.wp-block-image img {
  height: auto !important;
  border-radius: 30px;
}

/******************************************/
/***********      BASE        ***********/
/******************************************/
@media screen and (max-width: 768px) {
  html {
    overflow-x: hidden;
  }
}

body {
  font-family: "ralewaylight";
  font-size: 16px;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
}

.right {
  text-align: right;
}

*:focus {
  outline: unset;
}

a {
  text-decoration: none;
}

.intro {
  text-align: center;
  display: block;
  font-family: "ralewaylight";
  font-size: 17px;
  line-height: 22px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  color: #8d8d8d;
  margin-top: 20px;
}

/******************************************/
/***********      BODY       ***********/
/******************************************/
body.navbar-shrink header {
  height: 140px;
}
@media screen and (max-width: 768px) {
  body.navbar-shrink header {
    height: 110px;
  }
}
@media screen and (max-width: 768px) {
  body.navbar-shrink header .logo_header a {
    padding: 10px 15px 0px 15px;
  }
}
@media screen and (max-width: 576px) {
  body.navbar-shrink header .logo_header a {
    padding-left: 0px;
  }
}
body.navbar-shrink header .logo_header a .logo {
  width: 160px;
  margin-top: 5px;
}
@media screen and (max-width: 992px) {
  body.navbar-shrink header .logo_header a .logo {
    width: 155px;
    margin-top: 0px;
  }
}
@media screen and (max-width: 768px) {
  body.navbar-shrink header .logo_header a .logo {
    width: 140px;
  }
}
body.navbar-shrink header #main_menu {
  padding: 0px 0px 0px 0px;
  margin-top: 75px;
}
body.navbar-shrink main {
  padding-top: 150px;
}

/******************************************/
/***********      HEADER       ***********/
/******************************************/
header {
  top: 0px;
  background-color: #fff;
  text-align: center;
  position: fixed;
  width: 100%;
  z-index: 9999;
  height: 167px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
}
@media screen and (max-width: 768px) {
  header {
    height: 140px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  }
}
header .appel {
  border: 1px solid #ce4518;
  border-radius: 25px;
  margin-right: 0px;
  font-family: "quicksandbold";
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  z-index: 9999;
  right: 30px;
  top: 30px;
  padding: 15px 20px 15px 60px;
  color: #000;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  background-image: url(img/phone.svg);
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-position: 20px center;
}
header .appel a {
  color: #353535;
  text-transform: none;
  font-weight: bold;
  text-decoration: none;
}
@media screen and (max-width: 992px) {
  header .appel {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  header .appel {
    width: 130px;
    padding-top: 20px;
  }
}
@media screen and (max-width: 576px) {
  header .appel {
    display: none;
  }
}
header .logo_header {
  position: absolute;
  text-align: center;
  width: 100%;
}
header .logo_header a {
  background-color: #fff;
  padding: 10px 20px 0px 20px;
  display: inline-block;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
}
@media screen and (max-width: 992px) {
  header .logo_header a {
    padding: 20px 10px 0px 10px;
  }
}
@media screen and (max-width: 768px) {
  header .logo_header a {
    padding: 15px 0px 0px 0px;
  }
}
header .logo_header a .logo {
  display: inline-block;
  z-index: 100;
  width: 210px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
}
@media screen and (max-width: 992px) {
  header .logo_header a .logo {
    width: 185px;
  }
}
@media screen and (max-width: 768px) {
  header .logo_header a .logo {
    width: 175px;
  }
}
header #main_menu {
  margin: 97px 0px 0px 0px;
  list-style: none;
  border-bottom: 13px solid #a2c54f;
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 0;
  height: 70px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
}
@media screen and (max-width: 768px) {
  header #main_menu {
    border-top: 0px;
  }
}
@media screen and (max-width: 576px) {
  header #main_menu {
    border-top: 0px;
  }
}
header #main_menu li {
  display: inline-block;
  position: relative;
  text-align: left;
  padding-top: 0px;
  text-transform: uppercase;
}
header #main_menu li a {
  color: #353535;
  padding: 5px 15px;
  display: inline-block;
  font-family: "roboto_condensedlight";
  font-size: 18px;
  text-decoration: none;
}
@media screen and (max-width: 992px) {
  header #main_menu li a {
    padding: 5px 10px;
    font-size: 16px;
  }
}
header #main_menu li a:hover {
  color: #ce4518;
  text-decoration: none;
}
header #main_menu li ul {
  display: none;
  position: absolute;
  padding: 0;
  width: 130%;
}
header #main_menu li ul li {
  display: block;
}
header #main_menu li ul li a {
  font-family: "roboto_condensedlight";
  font-size: 16px;
  border-bottom: 1px solid #F3F2F2;
  text-transform: initial;
}
@media screen and (max-width: 992px) {
  header #main_menu li ul li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  header #main_menu li ul li a {
    border-bottom: none;
  }
}
@media screen and (max-width: 576px) {
  header #main_menu li ul li a {
    border-bottom: none;
  }
}
header #main_menu li:hover ul {
  display: block;
  background-color: #fff;
}
header #main_menu > li:nth-child(2) {
  margin-right: 80px;
}
@media screen and (max-width: 992px) {
  header #main_menu > li:nth-child(2) {
    margin-right: 0px;
  }
}
header #main_menu > li:nth-child(3) {
  margin-left: 210px;
  border: 0px none;
}
@media screen and (max-width: 992px) {
  header #main_menu > li:nth-child(3) {
    margin-left: 210px;
  }
}
header #main_menu li ul li:last-child {
  margin-bottom: 1px;
}
header #main_menu li ul li:last-child a {
  border-bottom: none;
}

/***************  MENU MOBILE  ***************/
/******************************************/
/***********      FOOTER      ***********/
/******************************************/
footer {
  background-color: #f5f5f5;
  padding: 20px;
  font-family: "ralewaybold";
  font-size: 16px;
  line-height: 120%;
}
@media screen and (max-width: 768px) {
  footer {
    text-align: center;
  }
}
footer p {
  margin: 0px;
  padding: 0px;
}
footer .adresse {
  padding: 15px 20px 15px 60px;
  background-image: url(img/home.svg);
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-position: 20px center;
}
@media screen and (max-width: 768px) {
  footer .adresse {
    display: inline-block;
    text-align: left;
  }
}
footer .mail {
  padding: 15px 20px 15px 60px;
  background-image: url(img/mail.svg);
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-position: 20px center;
}
@media screen and (max-width: 768px) {
  footer .mail {
    display: inline-block;
    text-align: left;
  }
}
footer .tel {
  display: inline-block;
  border: 1px solid #ce4518;
  border-radius: 25px;
  margin-right: 0px;
  font-family: "quicksandbold";
  font-size: 20px;
  line-height: 20px;
  padding: 15px 20px 15px 60px;
  color: #000;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  background-image: url(img/phone.svg);
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-position: 20px center;
}
footer .tel p {
  margin: 0px;
  padding: 0px;
  display: inline-block;
}
footer .tel a {
  color: #353535;
  text-transform: none;
  font-weight: bold;
  text-decoration: none;
}
footer .fondation {
  text-align: center;
}
footer .fondation a {
  font-family: "roboto_condensedbold";
  font-size: 18px;
  color: #000;
  padding-top: 60px;
  margin-bottom: 40px;
  display: inline-block;
}
footer .fondation a span:after {
  content: " ";
  display: block;
  margin: 0 auto;
  height: 13px;
  width: 90%;
  background-color: #ce4518;
  position: relative;
  top: 5px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
}
footer .fondation a span:hover:after {
  content: " ";
  display: block;
  margin: 0 auto;
  height: 13px;
  width: 70%;
  background-color: #ce4518;
  position: relative;
  top: 5px;
}
footer .fondation a:hover {
  text-decoration: none;
  color: #000;
}

.credits {
  padding: 10px;
  text-align: center;
}
.credits p {
  margin: 0px;
  padding: 0px;
  display: inline-block;
}
.credits a {
  color: #353535;
  text-transform: none;
}
.credits a:hover {
  text-transform: none;
}

/******************************************/
/***********      ACCUEIL_BANNER      ***********/
/******************************************/
main {
  padding-top: 167px;
  position: relative;
  width: 100%;
  /******************************************/
  /***********      AVANTAGES     ***********/
  /******************************************/
  /******************************************/
  /***********      COMPTEUR       ***********/
  /******************************************/
  /******************************************/
  /***********      Gallerie       ***********/
  /******************************************/
}
main a {
  color: #ce4518;
}
main a:hover {
  color: #ce4518;
}
@media screen and (max-width: 768px) {
  main {
    padding-top: 140px;
  }
}
main .bandeau {
  padding: 0px !important;
}
main .bandeau .carousel-hero {
  height: calc(100vh - 180px);
  min-height: 500px;
  max-height: 700px;
  border-radius: 0px 0px 80px 0px;
  overflow: hidden;
}
main .bandeau .carousel-hero .owl-stage-outer {
  height: 100%;
}
main .bandeau .carousel-hero .owl-stage-outer .owl-stage {
  height: 100%;
}
main .bandeau .carousel-hero .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}
@media screen and (max-width: 768px) {
  main .bandeau .carousel-hero .owl-stage-outer .owl-stage .owl-item {
    padding-top: 150px;
  }
}
main .bandeau .carousel-hero .owl-stage-outer .owl-stage .owl-item .item {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 0px;
}
main .bandeau .carousel-hero .owl-stage-outer .owl-stage .owl-item .item .texte {
  background: #fff;
  padding: 50px 50px;
  display: inline-block;
  border-radius: 0px 0px 80px 0px;
}
@media screen and (max-width: 768px) {
  main .bandeau .carousel-hero .owl-stage-outer .owl-stage .owl-item .item .texte {
    width: 100%;
    padding: 30px 40px 10px 40px;
    border-radius: 0px 0px 40px 40px;
    text-align: center;
    position: relative;
    top: -150px;
  }
}
main .bandeau .carousel-hero .owl-stage-outer .owl-stage .owl-item .item .texte h2.titre {
  font-size: 40px;
  line-height: 120%;
  margin: 0px 0px 0px 0px;
}
@media screen and (max-width: 768px) {
  main .bandeau .carousel-hero .owl-stage-outer .owl-stage .owl-item .item .texte h2.titre {
    font-size: 30px;
  }
}
main .bandeau .carousel-hero .owl-stage-outer .owl-stage .owl-item .item .texte .desc p, main .bandeau .carousel-hero .owl-stage-outer .owl-stage .owl-item .item .texte .desc h1, main .bandeau .carousel-hero .owl-stage-outer .owl-stage .owl-item .item .texte .desc h2, main .bandeau .carousel-hero .owl-stage-outer .owl-stage .owl-item .item .texte .desc h3, main .bandeau .carousel-hero .owl-stage-outer .owl-stage .owl-item .item .texte .desc h4 {
  font-size: 24px;
  font-family: "quicksandbold";
  line-height: 120%;
  color: #ce4518;
}
main .bandeau .carousel-hero .owl-stage-outer .owl-stage .owl-item .item .texte .bouton {
  margin: 30px 0px;
}
@media screen and (max-width: 768px) {
  main .bandeau .carousel-hero .owl-stage-outer .owl-stage .owl-item .item .texte .bouton {
    margin: 15px 0px;
  }
}
main .bandeau .carousel-hero .owl-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  background-color: #fff;
  padding: 10px 30px 8px 30px;
  border-radius: 20px 20px 0px 0px;
}
main .bandeau .carousel-hero .owl-dots button.owl-dot span {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #ce4518;
  margin: 0px 5px;
  background-color: #fff;
}
main .bandeau .carousel-hero .owl-dots button.owl-dot.active span {
  background-color: #ce4518;
}
main .bandeau .carousel-hero .owl-dots button.owl-dot:active,
main .bandeau .carousel-hero .owl-dots button.owl-dot:focus {
  border: 0px none;
  outline: none;
}
main .avantages {
  margin: 60px 0px 0px 0px;
}
main .avantages .titre h1, main .avantages .titre h2, main .avantages .titre h3, main .avantages .titre p {
  font-family: "quicksandbold";
  font-size: 40px;
  line-height: 120%;
  color: #353535;
  font-weight: normal;
}
main .avantages .titre h1 strong, main .avantages .titre h2 strong, main .avantages .titre h3 strong, main .avantages .titre p strong {
  color: #ce4518;
  font-weight: normal;
}
main .avantages .pictos .col-picto {
  font-family: "roboto_condensedbold";
  font-size: 24px;
  line-height: 120%;
  color: #353535;
  background-image: url(img/checked.svg);
  background-position: left center;
  background-size: 56px 56px;
  background-repeat: no-repeat;
  margin: 15px 0px;
}
@media screen and (max-width: 768px) {
  main .avantages .pictos .col-picto {
    background-position: 20px center;
  }
}
main .avantages .pictos .col-picto span {
  display: inline-block;
  line-height: 30px;
  padding: 13px 0px 13px 60px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  main .avantages .pictos .col-picto span {
    padding: 13px 0px 13px 80px;
  }
}
main .avantages .visuel .background {
  margin-left: 50px;
  width: 80%;
  background-color: #a2c54f;
  position: relative;
  z-index: 200;
  left: 30px;
  top: 30px;
  border-radius: 60px;
}
main .avantages .visuel .background img {
  border-radius: 60px;
  width: 100%;
  height: auto;
  position: relative;
  left: -30px;
  top: -30px;
}
main .citation {
  top: -50px;
  z-index: 180;
  background-color: #ce4518;
  padding-top: 120px;
  padding-bottom: 120px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  main .citation {
    padding-left: 40px;
    padding-right: 40px;
  }
}
main .citation p {
  display: inline-block;
  padding: 0px;
  margin: 0px;
  font-family: "quicksandbold";
  font-size: 32px;
  line-height: 120%;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  main .citation p {
    font-size: 26px;
  }
}
main .citation p::before {
  content: "“";
  display: block;
  position: absolute;
  left: -110px;
  top: -30px;
  font-family: "quicksandbold";
  font-size: 180px;
  color: #a2c54f;
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 768px) {
  main .citation p::before {
    left: -43px;
  }
}
main .citation p::after {
  content: "”";
  display: block;
  position: absolute;
  right: -80px;
  bottom: -130px;
  font-family: "quicksandbold";
  font-size: 180px;
  color: #a2c54f;
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 768px) {
  main .citation p::after {
    right: -5px;
  }
}
main .residence {
  padding-top: 80px;
  padding-bottom: 80px;
}
main .residence .visuel .background {
  margin-left: 50px;
  width: 80%;
  background-color: #a2c54f;
  position: relative;
  z-index: 200;
  left: 30px;
  top: 30px;
  border-radius: 60px;
}
main .residence .visuel .background img {
  border-radius: 60px;
  width: 100%;
  height: auto;
  position: relative;
  left: -30px;
  top: -30px;
}
main .compteur {
  margin-top: 120px;
  margin-bottom: 50px;
  background-color: #a2c54f;
}
main .compteur .row .col_compteur {
  padding-top: 30px;
  padding-bottom: 30px;
  margin: 30px 0px;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  main .compteur .row .col_compteur {
    margin: 20px 0px;
  }
}
@media screen and (max-width: 574px) {
  main .compteur .row .col_compteur {
    border-right: none;
    border-bottom: 1px solid #fff;
    margin: 0px 120px;
  }
}
main .compteur .row .col_compteur .nombre {
  font-family: "roboto_condensedbold";
  display: inline-block;
  font-size: 84px;
  color: #fff;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  main .compteur .row .col_compteur .nombre {
    font-size: 50px;
    margin-right: 5px;
  }
}
@media screen and (max-width: 574px) {
  main .compteur .row .col_compteur .nombre {
    font-size: 70px;
    line-height: 100px;
    margin-bottom: 0px;
  }
}
main .compteur .row .col_compteur .lib {
  display: inline-block;
}
main .compteur .row .col_compteur .lib h3 {
  text-transform: uppercase;
  font-family: "roboto_condensedbold";
  font-size: 23px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 0px;
  text-align: left;
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  main .compteur .row .col_compteur .lib h3 {
    font-size: 16px;
    line-height: 17px;
  }
}
@media screen and (max-width: 574px) {
  main .compteur .row .col_compteur .lib h3 {
    font-size: 20px;
    line-height: 21px;
    text-align: center;
  }
}
main .compteur .row .col_compteur .lib p {
  font-family: "roboto_condensedregular";
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 768px) {
  main .compteur .row .col_compteur .lib p {
    font-size: 11px;
    line-height: 11px;
  }
}
@media screen and (max-width: 574px) {
  main .compteur .row .col_compteur .lib p {
    font-size: 14px;
    line-height: 14px;
    text-align: center;
  }
}
main .compteur .row .col_compteur .clear {
  clear: both;
}
@media screen and (max-width: 475px) {
  main .compteur .row .col_compteur:first-child {
    margin: 50px 120px 0px 120px;
    padding-top: 0px;
  }
}
main .compteur .row .col_compteur:last-child {
  border: none;
}
@media screen and (max-width: 475px) {
  main .compteur .row .col_compteur:last-child {
    margin: 0px 120px 50px 120px;
    padding-bottom: 0px;
  }
}
main .gallery {
  margin-top: 50px;
}
main .gallery .item {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
}
main .gallery .picture_gallery {
  border-radius: 15px;
  padding: 0px 5px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
}
main .gallery .owl-nav {
  position: absolute;
  width: 100%;
}
main .gallery .owl-nav button:focus {
  outline: none !important;
}
main .gallery .owl-nav .owl-prev {
  background: url(img/arrow.svg) no-repeat center center !important;
  width: 50px;
  height: 50px;
  left: 15px;
  top: -190px;
  position: absolute;
}
main .gallery .owl-nav .owl-prev span {
  display: none;
}
@media screen and (max-width: 2000px) {
  main .gallery .owl-nav .owl-prev {
    top: -280px;
  }
}
@media screen and (max-width: 1700px) {
  main .gallery .owl-nav .owl-prev {
    top: -260px;
  }
}
@media screen and (max-width: 1600px) {
  main .gallery .owl-nav .owl-prev {
    top: -230px;
  }
}
@media screen and (max-width: 1450px) {
  main .gallery .owl-nav .owl-prev {
    top: -200px;
  }
}
@media screen and (max-width: 1150px) {
  main .gallery .owl-nav .owl-prev {
    top: -170px;
  }
}
@media screen and (max-width: 992px) {
  main .gallery .owl-nav .owl-prev {
    top: -150px;
  }
}
@media screen and (max-width: 870px) {
  main .gallery .owl-nav .owl-prev {
    top: -140px;
    width: 40px;
  }
}
@media screen and (max-width: 768px) {
  main .gallery .owl-nav .owl-prev {
    top: -120px;
    width: 35px;
  }
}
@media screen and (max-width: 600px) {
  main .gallery .owl-nav .owl-prev {
    top: -190px;
    width: 50px;
  }
}
@media screen and (max-width: 492px) {
  main .gallery .owl-nav .owl-prev {
    top: -160px;
    width: 50px;
  }
}
@media screen and (max-width: 430px) {
  main .gallery .owl-nav .owl-prev {
    top: -140px;
    width: 50px;
  }
}
main .gallery .owl-nav .owl-next {
  background: url(img/arrow.svg) no-repeat center center !important;
  transform: rotate(180deg);
  width: 50px;
  height: 50px;
  right: 15px;
  top: -190px;
  position: absolute;
}
main .gallery .owl-nav .owl-next span {
  display: none;
}
@media screen and (max-width: 2000px) {
  main .gallery .owl-nav .owl-next {
    top: -280px;
  }
}
@media screen and (max-width: 1700px) {
  main .gallery .owl-nav .owl-next {
    top: -260px;
  }
}
@media screen and (max-width: 1600px) {
  main .gallery .owl-nav .owl-next {
    top: -230px;
  }
}
@media screen and (max-width: 1450px) {
  main .gallery .owl-nav .owl-next {
    top: -200px;
  }
}
@media screen and (max-width: 1150px) {
  main .gallery .owl-nav .owl-next {
    top: -170px;
  }
}
@media screen and (max-width: 992px) {
  main .gallery .owl-nav .owl-next {
    top: -150px;
  }
}
@media screen and (max-width: 870px) {
  main .gallery .owl-nav .owl-next {
    top: -140px;
    width: 40px;
  }
}
@media screen and (max-width: 768px) {
  main .gallery .owl-nav .owl-next {
    top: -120px;
    width: 35px;
  }
}
@media screen and (max-width: 600px) {
  main .gallery .owl-nav .owl-next {
    top: -190px;
    width: 50px;
  }
}
@media screen and (max-width: 492px) {
  main .gallery .owl-nav .owl-next {
    top: -160px;
    width: 50px;
  }
}
@media screen and (max-width: 430px) {
  main .gallery .owl-nav .owl-next {
    top: -140px;
    width: 50px;
  }
}
main .voir_tout {
  font-family: "roboto_condensedbold";
  font-size: 18px;
  color: #000;
  padding-top: 60px;
  margin-bottom: 40px;
  display: inline-block;
}
main .voir_tout span:after {
  content: " ";
  display: block;
  margin: 0 auto;
  height: 13px;
  width: 90%;
  background-color: #ce4518;
  position: relative;
  top: 5px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
}
main .voir_tout span:hover:after {
  content: " ";
  display: block;
  margin: 0 auto;
  height: 13px;
  width: 70%;
  background-color: #ce4518;
  position: relative;
  top: 5px;
}
main .voir_tout:hover {
  text-decoration: none;
  color: #000;
}

/******************************************/
/***********      BANDEAU_PAGE      ***********/
/******************************************/
.page_background {
  background-color: #f5f5f5;
  width: 100%;
}
.page_background .band_titre {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}
.page_background .band_titre h1 {
  text-align: center;
  font-size: 85px;
  font-family: "roboto_condensedbold";
  color: #353535;
}
@media screen and (max-width: 992px) {
  .page_background .band_titre h1 {
    font-size: 65px;
  }
}
@media screen and (max-width: 768px) {
  .page_background .band_titre h1 {
    font-size: 45px;
  }
}

/******************************************/
/***********      MAIN_CONTENT (PAGE/ARTICLE ETC)     ***********/
/******************************************/
.main_content {
  margin-top: 40px;
}
.main_content h2 {
  font-size: 37px;
  color: #353535;
  font-family: "quicksandlight";
  text-align: center;
  margin-top: 40px;
  background: url(img/h2_border.svg) no-repeat center bottom;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .main_content h2 {
    margin-bottom: 15px;
  }
}
.main_content h3 {
  font-family: "roboto_condensedbold";
  margin-top: 40px;
  margin-bottom: 15px;
  font-size: 25px !important;
  border: none;
}
@media screen and (max-width: 768px) {
  .main_content h3 {
    margin-top: 15px;
  }
}
.main_content figcaption {
  font-family: "ralewaylight";
}
.main_content .intro {
  text-align: center;
  display: block;
  font-family: "ralewaylight";
  font-size: 17px;
  line-height: 22px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  color: #8d8d8d;
  margin-top: 20px;
}
.main_content p {
  color: #353535;
  font-size: 17px;
  font-family: "ralewaylight";
}
.main_content ul {
  list-style: none;
}
.main_content ul li {
  color: #353535;
  padding-top: 5px;
  font-size: 17px;
  line-height: 25px;
  font-family: "ralewaylight";
}
.main_content ul li:before {
  content: "•";
  color: #ce4518;
  font-weight: bold;
  display: inline-block;
  position: relative;
  top: 3px;
  width: 1em;
  margin-left: -1em;
  font-size: 25px;
  font-family: "ralewaylight";
}
.main_content blockquote {
  background-color: #efefed;
  border-top: 13px solid #ce4518;
  border-bottom: 1px solid #ce4518;
  margin-top: 40px;
}
.main_content blockquote p {
  font-size: 18px;
  font-family: "roboto_condensedbold";
  color: #000;
  padding-top: 10px;
  padding: 20px;
}
.main_content .highlight {
  background-color: #efefed;
  border-top: 13px solid #ce4518;
  border-bottom: 1px solid #ce4518;
  padding: 20px 50px 20px 50px;
  border-radius: 30px;
}
.main_content .highlight li {
  font-family: "roboto_condensedbold";
  font-size: 18px;
  color: #000;
  line-height: 22px;
}
.main_content .col_highlight {
  background-color: #efefed;
  border-top: 13px solid #ce4518;
  border-bottom: 1px solid #ce4518;
  padding: 20px 20px 20px 20px;
}
.main_content .col_highlight h4 {
  padding-left: 15px;
}
.main_content .vert {
  background-color: #a2c54f;
  padding-bottom: 30px;
}
.main_content .vert h3 {
  font-size: 24px;
  font-family: "roboto_condensedregular";
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  background: url(img/h3_border.svg) no-repeat center bottom;
  padding-bottom: 20px;
  margin-bottom: 30px;
  text-transform: uppercase;
  border-bottom: none;
}
.main_content .vert p {
  font-size: 14px;
  font-family: "ralewaylight";
  color: #fff;
  padding: 5px 30px;
}
.main_content .vert span {
  font-family: "ralewaybold";
}
.main_content .vert hr {
  margin-left: 30px;
  margin-right: 30px;
  border-top: 1px dashed #fff;
}
.main_content .vert ul li {
  list-style-type: none !important;
  color: #fff;
}
.main_content .vert ul li:before {
  content: "";
}
.main_content .telechargement {
  background-color: #a2c54f;
  padding: 20px 30px 0px 30px;
}
.main_content .telechargement h3 {
  text-transform: uppercase;
  font-size: 24px;
  font-family: "roboto_condensedregular";
  color: #fff;
  text-align: center;
  background: url(img/h3_border.svg) no-repeat center bottom;
  padding-bottom: 20px;
  margin-bottom: 0px;
  border-bottom: none;
  margin-top: 10px;
}
.main_content .telechargement ul {
  padding: 0px;
}
.main_content .telechargement ul li {
  background: url(img/pdf_icon.svg) no-repeat center left;
  background-size: 25px;
  border-bottom: 1px dashed #fff;
  width: 100%;
  padding-left: 40px;
  padding-top: 25px;
  padding-bottom: 20px;
}
.main_content .telechargement ul li a {
  color: #fff;
  text-decoration: none;
}
.main_content .telechargement ul li:last-child {
  border-bottom: none;
}
.main_content .telechargement ul li:before {
  display: none;
}
.main_content .introduction {
  text-align: center;
  margin-bottom: 40px;
}
.main_content .introduction em {
  font-size: 18px;
  font-family: "ralewaylight";
  color: #000;
}
.main_content h4 {
  font-family: "roboto_condensedbold";
  font-size: 20px;
  padding-bottom: 10px;
}
.main_content h4 strong {
  color: #ce4518;
}
.main_content .h4_definition {
  font-family: "roboto_condensedbold";
  font-size: 18px;
  text-align: left;
  padding-bottom: 10px;
}
.main_content .service a {
  color: #353535;
}
.main_content .service a:hover {
  color: #ce4518;
  opacity: 1.5;
}

/******************************************/
/***********      PAGE CONFIRMATION NEWSLETTER     ***********/
/******************************************/
.newsletter_confirmation {
  text-align: center;
  padding-top: 30px;
  font-size: 25px !important;
  font-family: "roboto_condensedbold" !important;
}

/******************************************/
/***********      TARIFS    ***********/
/******************************************/
.tarifs {
  /***********      TABLEAU    ***********/
  /***********      ENCADRÉ   ***********/
}
.tarifs h2 {
  font-size: 37px;
  color: #353535;
  font-family: "quicksandlight";
  text-align: center;
  margin-top: 40px;
  background: url(img/h2_border.svg) no-repeat center bottom;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.tarifs table {
  width: 100%;
  margin-top: 30px;
  /***********      HEBERGEMENT PERMANENT    ***********/
  /*** GRIS ***/
  /*** BLANC ***/
  /***********      HEBERGEMENT TEMPORAIRE   ***********/
  /*** GRIS ***/
  /*** BLANC ***/
}
.tarifs table td {
  border: 1px solid #ce4518;
}
.tarifs table td:first-child {
  border: none;
}
.tarifs table .top_libelle {
  background-color: #fff;
  font-family: "roboto_condensedbold";
  font-size: 18px;
  height: 80px;
}
@media screen and (max-width: 992px) {
  .tarifs table .top_libelle {
    height: 60px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .tarifs table .top_libelle {
    height: 40px;
    font-size: 12px;
  }
}
.tarifs table .top_libelle td {
  padding: 10px 10px;
  border-bottom: none;
}
.tarifs table .top_libelle td span {
  font-family: "ralewaylight";
  font-size: 14px;
}
@media screen and (max-width: 992px) {
  .tarifs table .top_libelle td span {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .tarifs table .top_libelle td span {
    font-size: 10px;
  }
}
.tarifs table .top_libelle td:first-child {
  background-color: #fff;
  border-left: none;
}
.tarifs table .top_libelle td:nth-child(2) {
  background-color: #fff;
  border: none;
}
.tarifs table .permanent_moins_gris {
  border: 1px solid #ce4518;
  border-bottom: none;
}
.tarifs table .permanent_moins_gris td {
  background-color: #efefed;
  border: 1px solid #ce4518;
  border-bottom: none;
  border-top: none;
  font-family: "ralewaylight";
  height: 60px;
  font-size: 18px;
}
@media screen and (max-width: 992px) {
  .tarifs table .permanent_moins_gris td {
    height: 40px;
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .tarifs table .permanent_moins_gris td {
    height: 30px;
    font-size: 13px;
  }
}
.tarifs table .permanent_moins_gris td span {
  font-family: "roboto_condensedbold";
}
.tarifs table .permanent_moins_gris td:first-child {
  border: none;
  text-align: left;
  font-family: "roboto_condensedbold";
  padding-left: 20px;
  font-size: 23px;
}
@media screen and (max-width: 992px) {
  .tarifs table .permanent_moins_gris td:first-child {
    font-size: 20px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .tarifs table .permanent_moins_gris td:first-child {
    font-size: 18px;
    padding-left: 5px;
  }
}
@media screen and (max-width: 680px) {
  .tarifs table .permanent_moins_gris td:first-child {
    font-size: 15px;
    padding-left: 5px;
  }
}
.tarifs table .permanent_moins_gris .age {
  font-family: "ralewaybold";
  font-size: 17px;
  color: #fff;
  border: none;
}
@media screen and (max-width: 992px) {
  .tarifs table .permanent_moins_gris .age {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .tarifs table .permanent_moins_gris .age {
    font-size: 10px;
  }
}
.tarifs table .permanent_moins_gris .age p {
  background-color: #ce4518;
  margin: 0px 10px 0px 0px;
}
.tarifs table .permanent_plus_gris {
  border: 1px solid #ce4518;
  border-top: none;
}
.tarifs table .permanent_plus_gris td {
  background-color: #efefed;
  border: 1px solid #ce4518;
  border-top: none;
  font-family: "ralewaylight";
  height: 60px;
  font-size: 18px;
}
@media screen and (max-width: 992px) {
  .tarifs table .permanent_plus_gris td {
    height: 40px;
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .tarifs table .permanent_plus_gris td {
    height: 30px;
    font-size: 13px;
  }
}
.tarifs table .permanent_plus_gris td span {
  font-family: "roboto_condensedbold";
}
.tarifs table .permanent_plus_gris td:first-child {
  border: none;
  text-align: left;
  font-family: "quicksandlight";
  padding-left: 20px;
  font-size: 23px;
}
@media screen and (max-width: 992px) {
  .tarifs table .permanent_plus_gris td:first-child {
    font-size: 20px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .tarifs table .permanent_plus_gris td:first-child {
    font-size: 18px;
    padding-left: 5px;
  }
}
@media screen and (max-width: 680px) {
  .tarifs table .permanent_plus_gris td:first-child {
    font-size: 15px;
    padding-left: 5px;
  }
}
.tarifs table .permanent_plus_gris .age {
  font-family: "ralewaybold";
  font-size: 17px;
  color: #fff;
  border: none;
}
@media screen and (max-width: 992px) {
  .tarifs table .permanent_plus_gris .age {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .tarifs table .permanent_plus_gris .age {
    font-size: 10px;
  }
}
.tarifs table .permanent_plus_gris .age p {
  background-color: #ce4518;
  margin: 0px 10px 0px 0px;
}
.tarifs table .permanent_moins_blanc {
  border: 1px solid #ce4518;
  border-bottom: none;
}
.tarifs table .permanent_moins_blanc td {
  background-color: #fff;
  border: 1px solid #ce4518;
  border-bottom: none;
  font-family: "ralewaylight";
  height: 60px;
  font-size: 18px;
}
@media screen and (max-width: 992px) {
  .tarifs table .permanent_moins_blanc td {
    height: 40px;
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .tarifs table .permanent_moins_blanc td {
    height: 30px;
    font-size: 13px;
  }
}
.tarifs table .permanent_moins_blanc td span {
  font-family: "roboto_condensedbold";
}
.tarifs table .permanent_moins_blanc td:first-child {
  border: none;
  text-align: left;
  font-family: "roboto_condensedbold";
  padding-left: 20px;
  font-size: 23px;
}
@media screen and (max-width: 992px) {
  .tarifs table .permanent_moins_blanc td:first-child {
    font-size: 20px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .tarifs table .permanent_moins_blanc td:first-child {
    font-size: 18px;
    padding-left: 5px;
  }
}
@media screen and (max-width: 680px) {
  .tarifs table .permanent_moins_blanc td:first-child {
    font-size: 15px;
    padding-left: 5px;
  }
}
.tarifs table .permanent_moins_blanc .age {
  font-family: "ralewaybold";
  font-size: 17px;
  color: #fff;
  border: none;
}
@media screen and (max-width: 992px) {
  .tarifs table .permanent_moins_blanc .age {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .tarifs table .permanent_moins_blanc .age {
    font-size: 10px;
  }
}
.tarifs table .permanent_moins_blanc .age p {
  background-color: #ce4518;
  margin: 0px 10px 0px 0px;
}
.tarifs table .permanent_plus_blanc {
  border: 1px solid #ce4518;
  border-top: none;
}
.tarifs table .permanent_plus_blanc td {
  background-color: #fff;
  border: 1px solid #ce4518;
  border-top: none;
  font-family: "ralewaylight";
  height: 60px;
  font-size: 18px;
}
@media screen and (max-width: 992px) {
  .tarifs table .permanent_plus_blanc td {
    height: 40px;
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .tarifs table .permanent_plus_blanc td {
    height: 30px;
    font-size: 13px;
  }
}
.tarifs table .permanent_plus_blanc td span {
  font-family: "roboto_condensedbold";
}
.tarifs table .permanent_plus_blanc td:first-child {
  border: none;
  text-align: left;
  font-family: "quicksandlight";
  padding-left: 20px;
  font-size: 23px;
}
@media screen and (max-width: 992px) {
  .tarifs table .permanent_plus_blanc td:first-child {
    font-size: 20px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .tarifs table .permanent_plus_blanc td:first-child {
    font-size: 18px;
    padding-left: 5px;
  }
}
@media screen and (max-width: 680px) {
  .tarifs table .permanent_plus_blanc td:first-child {
    font-size: 15px;
    padding-left: 5px;
  }
}
.tarifs table .permanent_plus_blanc .age {
  font-family: "ralewaybold";
  font-size: 17px;
  color: #fff;
  border: none;
}
@media screen and (max-width: 992px) {
  .tarifs table .permanent_plus_blanc .age {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .tarifs table .permanent_plus_blanc .age {
    font-size: 10px;
  }
}
.tarifs table .permanent_plus_blanc .age p {
  background-color: #ce4518;
  margin: 0px 10px 0px 0px;
}
.tarifs table .temporaire_moins_gris {
  border: 1px solid #ce4518;
  border-bottom: none;
}
.tarifs table .temporaire_moins_gris td {
  background-color: #efefed;
  border: 1px solid #ce4518;
  border-bottom: none;
  font-family: "ralewaylight";
  height: 60px;
  font-size: 18px;
}
@media screen and (max-width: 992px) {
  .tarifs table .temporaire_moins_gris td {
    height: 40px;
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .tarifs table .temporaire_moins_gris td {
    height: 30px;
    font-size: 13px;
  }
}
.tarifs table .temporaire_moins_gris td span {
  font-family: "roboto_condensedbold";
}
.tarifs table .temporaire_moins_gris td:first-child {
  border: none;
  text-align: left;
  font-family: "roboto_condensedbold";
  padding-left: 20px;
  font-size: 23px;
}
@media screen and (max-width: 992px) {
  .tarifs table .temporaire_moins_gris td:first-child {
    font-size: 20px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .tarifs table .temporaire_moins_gris td:first-child {
    font-size: 18px;
    padding-left: 5px;
  }
}
@media screen and (max-width: 680px) {
  .tarifs table .temporaire_moins_gris td:first-child {
    font-size: 15px;
    padding-left: 5px;
  }
}
.tarifs table .temporaire_moins_gris .age {
  font-family: "ralewaybold";
  font-size: 17px;
  color: #fff;
  border: none;
}
@media screen and (max-width: 992px) {
  .tarifs table .temporaire_moins_gris .age {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .tarifs table .temporaire_moins_gris .age {
    font-size: 10px;
  }
}
.tarifs table .temporaire_moins_gris .age p {
  background-color: #ce4518;
  margin: 0px 10px 0px 0px;
}
.tarifs table .temporaire_plus_gris {
  border: 1px solid #ce4518;
  border-top: none;
}
.tarifs table .temporaire_plus_gris td {
  background-color: #efefed;
  border: 1px solid #ce4518;
  border-top: none;
  font-family: "ralewaylight";
  height: 60px;
  font-size: 18px;
}
@media screen and (max-width: 992px) {
  .tarifs table .temporaire_plus_gris td {
    height: 40px;
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .tarifs table .temporaire_plus_gris td {
    height: 30px;
    font-size: 13px;
  }
}
.tarifs table .temporaire_plus_gris td span {
  font-family: "roboto_condensedbold";
}
.tarifs table .temporaire_plus_gris td:first-child {
  border: none;
  text-align: left;
  font-family: "quicksandlight";
  padding-left: 20px;
  font-size: 23px;
}
@media screen and (max-width: 992px) {
  .tarifs table .temporaire_plus_gris td:first-child {
    font-size: 20px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .tarifs table .temporaire_plus_gris td:first-child {
    font-size: 18px;
    padding-left: 5px;
  }
}
@media screen and (max-width: 680px) {
  .tarifs table .temporaire_plus_gris td:first-child {
    font-size: 15px;
    padding-left: 5px;
  }
}
.tarifs table .temporaire_plus_gris .age {
  font-family: "ralewaybold";
  font-size: 17px;
  color: #fff;
  border: none;
}
@media screen and (max-width: 992px) {
  .tarifs table .temporaire_plus_gris .age {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .tarifs table .temporaire_plus_gris .age {
    font-size: 10px;
  }
}
.tarifs table .temporaire_plus_gris .age p {
  background-color: #ce4518;
  margin: 0px 10px 0px 0px;
}
.tarifs table .temporaire_moins_blanc {
  border: 1px solid #ce4518;
  border-bottom: none;
}
.tarifs table .temporaire_moins_blanc td {
  background-color: #fff;
  border: 1px solid #ce4518;
  border-bottom: none;
  font-family: "ralewaylight";
  height: 60px;
  font-size: 18px;
}
@media screen and (max-width: 992px) {
  .tarifs table .temporaire_moins_blanc td {
    height: 40px;
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .tarifs table .temporaire_moins_blanc td {
    height: 30px;
    font-size: 13px;
  }
}
.tarifs table .temporaire_moins_blanc td span {
  font-family: "roboto_condensedbold";
}
.tarifs table .temporaire_moins_blanc td:first-child {
  border: none;
  text-align: left;
  font-family: "roboto_condensedbold";
  padding-left: 20px;
  font-size: 23px;
}
@media screen and (max-width: 992px) {
  .tarifs table .temporaire_moins_blanc td:first-child {
    font-size: 20px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .tarifs table .temporaire_moins_blanc td:first-child {
    font-size: 18px;
    padding-left: 5px;
  }
}
@media screen and (max-width: 680px) {
  .tarifs table .temporaire_moins_blanc td:first-child {
    font-size: 15px;
    padding-left: 5px;
  }
}
.tarifs table .temporaire_moins_blanc .age {
  font-family: "ralewaybold";
  font-size: 17px;
  color: #fff;
  border: none;
}
@media screen and (max-width: 992px) {
  .tarifs table .temporaire_moins_blanc .age {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .tarifs table .temporaire_moins_blanc .age {
    font-size: 10px;
  }
}
.tarifs table .temporaire_moins_blanc .age p {
  background-color: #ce4518;
  margin: 0px 10px 0px 0px;
}
.tarifs table .temporaire_plus_blanc {
  border: 1px solid #ce4518;
  border-top: none;
}
.tarifs table .temporaire_plus_blanc td {
  background-color: #fff;
  border: 1px solid #ce4518;
  border-top: none;
  font-family: "ralewaylight";
  height: 60px;
  font-size: 18px;
}
@media screen and (max-width: 992px) {
  .tarifs table .temporaire_plus_blanc td {
    height: 40px;
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .tarifs table .temporaire_plus_blanc td {
    height: 30px;
    font-size: 13px;
  }
}
.tarifs table .temporaire_plus_blanc td span {
  font-family: "roboto_condensedbold";
}
.tarifs table .temporaire_plus_blanc td:first-child {
  border: none;
  text-align: left;
  font-family: "quicksandlight";
  padding-left: 20px;
  font-size: 23px;
}
@media screen and (max-width: 992px) {
  .tarifs table .temporaire_plus_blanc td:first-child {
    font-size: 20px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .tarifs table .temporaire_plus_blanc td:first-child {
    font-size: 18px;
    padding-left: 5px;
  }
}
@media screen and (max-width: 680px) {
  .tarifs table .temporaire_plus_blanc td:first-child {
    font-size: 15px;
    padding-left: 5px;
  }
}
.tarifs table .temporaire_plus_blanc .age {
  font-family: "ralewaybold";
  font-size: 17px;
  color: #fff;
  border: none;
}
@media screen and (max-width: 992px) {
  .tarifs table .temporaire_plus_blanc .age {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .tarifs table .temporaire_plus_blanc .age {
    font-size: 10px;
  }
}
.tarifs table .temporaire_plus_blanc .age p {
  background-color: #ce4518;
  margin: 0px 10px 0px 0px;
}
.tarifs table .temporaire_plus_blanc:last-of-type td {
  border-bottom: 1px solid #ce4518;
}
.tarifs table .temporaire_plus_blanc:last-of-type td:first-child {
  border-bottom: none;
}
.tarifs table .temporaire_plus_blanc:last-of-type .age {
  border-bottom: none;
}
.tarifs .encadre {
  background-color: #efefed;
  margin-top: 80px;
  border-top: 13px solid #ce4518;
  border-bottom: 1px solid #ce4518;
}
.tarifs .encadre h4 {
  font-family: "roboto_condensedbold";
  font-size: 18px;
  line-height: 18px;
  margin: 20px 0px 0px 17px;
}
.tarifs .encadre ul {
  list-style: none;
}
.tarifs .encadre ul li {
  color: #353535;
  padding-top: 5px;
  font-size: 17px;
  line-height: 18px;
  font-family: "roboto_condensedregular";
}
.tarifs .encadre ul li:before {
  content: "•";
  color: #ce4518;
  font-weight: bold;
  display: inline-block;
  position: relative;
  top: 3px;
  width: 1em;
  margin-left: -1em;
  font-size: 25px;
  font-family: "ralewaylight";
}
.tarifs .encadre span {
  font-family: "ralewaylight";
  font-size: 14px;
}
.tarifs .encadre p {
  font-family: "roboto_condensedregular";
  margin-left: 17px;
}

/*********  GALERIE  **********/
#jig1 {
  padding-bottom: 100px;
}

.galerie {
  height: 100%;
  margin: 0px 0px 0px 0px;
}

#jig1 .jig-caption-title {
  font-weight: normal !important;
}

.galerie .row {
  margin: 0px;
  padding: 0px 10px;
}
.galerie .row .col-md-3 {
  margin: 0px;
  padding: 10px 10px;
}
.galerie .row .col-md-3 .vignette {
  width: 100%;
  border-radius: 30px;
}

/******************************************/
/***********      TEMPLATE CONTACT    ***********/
/******************************************/
body.page-template-contact .infos_footer {
  margin: 0px;
}

.informations_contact h4 {
  font-size: 25px;
  margin-top: 30px;
  text-align: left;
  font-family: "roboto_condensedbold";
}
.informations_contact p {
  font-size: 16px;
  text-align: left;
  font-family: "ralewaylight";
}
.informations_contact .mail a {
  color: #ce4518;
  font-size: 16px;
}
.informations_contact .mail a:hover {
  color: #ce4518;
  opacity: 1.5;
}

.formulaire_contact {
  margin-top: 30px;
}

#map {
  margin-top: 60px;
  min-height: 500px;
}

/******************************************/
/***********      FORMULAIRE DE CONTACT     ***********/
/******************************************/
#formulaire-responsive {
  max-width: 600px;
  margin: 0 auto;
  width: 100%;
}

.rang-form {
  width: 100%;
}

.demi-colonne, .colonne {
  font-size: 16px;
  font-weight: bold;
  font-family: "ralewaylight";
  float: left;
  position: relative;
  padding: 0.65rem;
  width: 100%;
  box-sizing: border-box;
}
.demi-colonne span, .colonne span {
  display: block;
  padding-top: 10px;
}

.your-etablissement .wpcf7-select {
  width: 100%;
  background-color: white;
  border-color: #ccc;
  border-radius: 3px;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) {
  .demi-colonne {
    width: 50%;
  }
}
.wpcf7-submit {
  display: inline-block;
  font-family: "quicksandbold";
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  background-color: #ce4518;
  border: 1px solid #ce4518;
  padding: 10px 20px;
  text-transform: uppercase;
  border-radius: 20px;
  margin: 10px 0px;
}

.wpcf7-submit:hover {
  background-color: #fff;
  color: #ce4518;
  text-decoration: none;
}

.wpcf7-submit:focus {
  outline: none;
}

.wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 textarea {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-sizing: border-box;
}

.wpcf7 input[type=text]:focus {
  background: #fff;
}

span.wpcf7-not-valid-tip {
  text-shadow: none;
  font-size: 12px;
  color: #ce4518;
  padding: 5px;
}

.wpcf7 form.invalid .wpcf7-response-output {
  border: none;
  text-shadow: none;
  font-size: 20px;
  font-family: "roboto_condensedregular";
  color: #ce4518;
  text-align: center;
}

.wpcf7 form.sent .wpcf7-response-output {
  border: none;
  text-shadow: none;
  font-size: 20px;
  font-family: "roboto_condensedregular";
  color: #228B22;
  text-align: center;
}

/******************************************/
/***********      TEMPLATE CONTACT ET LOCALISATION    ***********/
/******************************************/
.informations_contact_localisation {
  margin-top: 60px;
}
.informations_contact_localisation h4 {
  font-size: 25px;
  margin-top: 30px;
  text-align: left;
  font-family: "roboto_condensedbold";
}
.informations_contact_localisation p {
  font-size: 16px;
  text-align: left;
  font-family: "ralewaylight";
}
.informations_contact_localisation .mail a {
  color: #ce4518;
  font-size: 16px;
}
.informations_contact_localisation .mail a:hover {
  color: #ce4518;
  opacity: 1.5;
}

/******************************************/
/***********      CARDS DOCUMENTS    ***********/
/******************************************/
.documents {
  background-color: #f5f5f5;
  padding: 20px 30px 0px 30px;
  margin-top: 20px;
}
.documents h5 {
  text-align: center;
  font-size: 20px;
  font-family: "roboto_condensedbold";
  color: #000;
  padding: 10px 10px;
  margin-bottom: 0px;
  border-bottom: 1px solid #ce4518;
  text-transform: uppercase;
}
.documents .libelle {
  padding: 10px 0px 0px 0px;
  margin-bottom: 0px;
  color: #000;
  font-family: "roboto_condensedbold";
}
.documents ul {
  padding: 10px 0px 0px 0px;
}
.documents ul li {
  background: url(img/pdf_icon_orange.svg) no-repeat top left;
  background-size: 30px;
  width: 100%;
  padding-left: 40px;
  padding-bottom: 20px;
}
.documents ul li a {
  color: #353535;
  text-decoration: none;
}
.documents ul li:last-child {
  border-bottom: 1px dashed #ce4518;
}
.documents ul li:before {
  display: none;
}
.documents ul:last-of-type li:last-child {
  border: none;
}

/******************************************/
/********      BLOCKS GUTENBERG   *********/
/******************************************/
.wp-block-buttons {
  margin-top: 30px;
  text-align: center;
}
.wp-block-buttons .wp-block-button .wp-block-button__link {
  display: inline-block;
  font-family: "quicksandbold";
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  background-color: #ce4518;
  border: 1px solid #ce4518;
  padding: 10px 20px;
  text-transform: uppercase;
  border-radius: 20px;
  margin: 10px 0px;
}
.wp-block-buttons .wp-block-button .wp-block-button__link:hover {
  background-color: #fff;
  color: #ce4518;
  text-decoration: none;
}

hr.wp-block-separator {
  background: url(img/border_gris.svg) no-repeat center bottom;
  margin: 5px 0px 15px 0px;
  height: 2px;
  border: 0px none;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .wp-block-spacer {
    display: none;
  }
}
/******************************************/
/***********      RECAPTCHA      ***********/
/******************************************/
body:not(.page-template-contact, .page-id-418) .grecaptcha-badge {
  opacity: 0;
  visibility: hidden;
}/*# sourceMappingURL=style.css.map */