@charset "UTF-8";
/* 
Theme Name: Saint Charles Ardenne
Text Domain: saint-charles-ardenne
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       ***********/
/******************************************/
h3 {
  font-family: "roboto_condensedbold";
  border-bottom: 1px solid #ce4518;
  padding-bottom: 5px;
  font-size: 25px !important;
}

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

/******************************************/
/***********      BASE        ***********/
/******************************************/
.right {
  text-align: right;
}

*:focus {
  outline: unset;
}

.h2_accueil {
  padding-top: 50px;
  font-family: "quicksandlight";
  font-size: 37px;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
}
@media screen and (max-width: 1200px) {
  .h2_accueil {
    width: 80%;
  }
}
@media screen and (max-width: 992px) {
  .h2_accueil {
    font-size: 30px;
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .h2_accueil {
    width: 100%;
  }
}

.h2_accueil span:after {
  content: " ";
  display: block;
  margin: 0 auto;
  height: 1px;
  width: 22%;
  background-color: #ce4518;
  position: relative;
  top: 10px;
}

.h5_accueil {
  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;
}
@media screen and (max-width: 1200px) {
  .h5_accueil {
    width: 50%;
  }
}
@media screen and (max-width: 992px) {
  .h5_accueil {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .h5_accueil {
    font-size: 12px;
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .h5_accueil {
    font-size: 12px;
    width: 80%;
  }
}
@media screen and (max-width: 560px) {
  .h5_accueil {
    font-size: 12px;
    width: 100%;
  }
}

.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 .nom_ehpad {
  font-size: 25px;
  line-height: 25px;
  margin-left: 160px;
}
@media screen and (max-width: 768px) {
  body.navbar-shrink header .nom_ehpad {
    margin-left: 120px;
    margin-top: 10px;
  }
}
@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: 120px;
  margin-top: 5px;
}
@media screen and (max-width: 992px) {
  body.navbar-shrink header .logo_header a .logo {
    width: 110px;
    margin-top: 0px;
  }
}
@media screen and (max-width: 768px) {
  body.navbar-shrink header .logo_header a .logo {
    width: 70px;
  }
}
body.navbar-shrink header #main_menu {
  padding: 0px 0px 0px 160px;
}
body.navbar-shrink main {
  padding-top: 150px;
}

/******************************************/
/***********      HEADER       ***********/
/******************************************/
header {
  top: 0px;
  background-color: #fff;
  text-align: center;
  position: fixed;
  width: 100%;
  z-index: 9999;
  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;
}
header .don {
  border-bottom: 13px solid #ce4518;
  margin-right: 0;
  font-family: "roboto_condensedbold";
  font-size: 16px;
  position: absolute;
  z-index: 9999;
  right: 0px;
  top: 5px;
  width: 280px;
  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;
}
@media screen and (max-width: 992px) {
  header .don {
    font-size: 14px;
    width: 240px;
  }
}
@media screen and (max-width: 768px) {
  header .don {
    display: none;
  }
}
header .don:hover {
  width: 260px;
}
@media screen and (max-width: 992px) {
  header .don:hover {
    font-size: 14px;
    width: 230px;
  }
}
header .bi {
  color: #ce4518;
  position: absolute;
  right: 30px;
  top: 40px;
}
@media screen and (min-width: 576px) {
  header .bi {
    display: none;
  }
}
header .nom_ehpad {
  margin-left: 200px;
  margin-top: 20px;
  text-align: left;
  font-family: "quicksandlight";
  font-size: 40px;
  line-height: 40px;
  color: #8e8e8e;
  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 .nom_ehpad {
    font-size: 35px;
    line-height: 35px;
    margin-left: 160px;
    margin-right: 95px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 576px) {
  header .nom_ehpad {
    font-size: 27px;
    line-height: 30px;
    margin-left: 110px;
    margin-right: 80px;
    margin-bottom: 10px;
  }
}
header .nom_ehpad p {
  margin-bottom: 0px;
}
header .nom_ehpad span {
  font-family: "quicksandbold";
  color: #000;
}
header .logo_header {
  top: 0px;
  left: 0px;
  position: absolute;
  text-align: left;
  width: 100%;
}
@media screen and (max-width: 768px) {
  header .logo_header {
    left: 20px;
  }
}
header .logo_header a {
  background-color: #fff;
  padding: 20px 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: 30px 20px 0px 20px;
  }
}
@media screen and (max-width: 768px) {
  header .logo_header a {
    padding: 25px 15px 0px 15px;
  }
}
@media screen and (max-width: 576px) {
  header .logo_header a {
    padding: 25px 15px 0px 0px;
  }
}
header .logo_header a .logo {
  display: inline-block;
  z-index: 100;
  width: 160px;
  margin-top: 0px;
  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: 1200px) {
  header .logo_header a .logo {
    width: 150px;
  }
}
@media screen and (max-width: 992px) {
  header .logo_header a .logo {
    width: 130px;
  }
}
@media screen and (max-width: 768px) {
  header .logo_header a .logo {
    width: 90px;
  }
}
@media screen and (max-width: 576px) {
  header .logo_header a .logo {
    width: 70px;
  }
}
header #main_menu > li > a:first-child {
  padding-left: 0px;
}
@media screen and (min-width: 768px) {
  header #main_menu > li:last-child {
    display: none;
  }
}
header #main_menu > li {
  padding-right: 20px;
}
header #main_menu {
  margin: 10px 0px 0px 0px;
  list-style: none;
  border-top: 2px solid #353535;
  border-bottom: 13px solid #a2c54f;
  display: inline-block;
  text-align: left;
  width: 100%;
  padding: 0px 0px 0px 200px;
  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: 10px;
  text-transform: uppercase;
}
header #main_menu li a {
  color: #353535;
  padding: 5px 15px;
  display: inline-block;
  font-family: "roboto_condensedlight";
  font-size: 18px;
}
@media screen and (max-width: 992px) {
  header #main_menu li a {
    padding: 5px 0px;
    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 ul li:last-child {
  margin-bottom: 1px;
}
header #main_menu li ul li:last-child a {
  border-bottom: none;
}

/******************************************/
/***********      FOOTER      ***********/
/******************************************/
footer .infos_footer {
  background-color: #282828;
  height: auto;
  margin-top: 60px;
  padding-bottom: 50px;
}
footer .infos_footer .row > div {
  padding-right: 40px;
}
footer .infos_footer h2 {
  font-size: 25px;
  font-family: "roboto_condensedbold";
  color: #fff;
  text-align: left;
  padding-top: 50px;
}
@media screen and (max-width: 992px) {
  footer .infos_footer h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  footer .infos_footer h2 {
    font-size: 25px;
    padding-top: 40px;
  }
}
footer .infos_footer h2 span:after {
  content: " ";
  display: block;
  margin: 0 auto;
  height: 1px;
  width: 100%;
  background-color: #ce4518;
  position: relative;
  top: 15px;
}
footer .infos_footer h4 {
  font-size: 14px;
  font-family: "roboto_condensedbold";
  color: #fff;
  text-align: left;
  padding-top: 30px;
  margin-bottom: 2px;
}
@media screen and (max-width: 992px) {
  footer .infos_footer h4 {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  footer .infos_footer h4 {
    font-size: 14px;
  }
}
footer .infos_footer p {
  font-size: 14px;
  font-family: "ralewaylight";
  color: #fff;
  text-align: left;
  padding-right: 60px;
}
@media screen and (max-width: 992px) {
  footer .infos_footer p {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  footer .infos_footer p {
    font-size: 14px;
  }
}
footer .infos_footer .reseaux {
  text-align: left;
}
footer .infos_footer .reseaux .picto_footer {
  width: 50px;
  height: 50px;
  margin-top: 30px;
  margin-right: 20px;
  border-radius: 5px;
}
@media screen and (max-width: 992px) {
  footer .infos_footer .reseaux .picto_footer {
    width: 30px;
  }
}
@media screen and (max-width: 768px) {
  footer .infos_footer .reseaux .picto_footer {
    width: 40px;
  }
}
footer .infos_footer .reseaux .picto_footer:hover {
  background-color: #ce4518 !important;
}
footer .infos_footer .newsletter_footer {
  margin-top: 20px;
}
footer .infos_footer .newsletter_footer .tnp-field.tnp-field-email {
  text-align: left;
}
footer .infos_footer .newsletter_footer .tnp-field.tnp-field-email label {
  display: none;
}
footer .infos_footer .newsletter_footer .tnp-field.tnp-field-email .tnp-email {
  margin-top: 40px;
  border-radius: 25px;
  width: 100%;
  border: none;
  color: #8d8d8d;
  font-family: "ralewaylight";
  font-size: 14px;
  height: 40px;
  outline: none;
  padding: 10px 20px;
}
footer .infos_footer .newsletter_footer .tnp-field.tnp-field-checkbox.tnp-field-privacy {
  padding-top: 10px;
  text-align: left;
}
footer .infos_footer .newsletter_footer .tnp-field.tnp-field-checkbox.tnp-field-privacy input {
  display: block;
  float: left;
  margin-right: 5px;
  margin-bottom: 15px;
}
@media screen and (max-width: 992px) {
  footer .infos_footer .newsletter_footer .tnp-field.tnp-field-checkbox.tnp-field-privacy input {
    margin-bottom: 20px;
  }
}
footer .infos_footer .newsletter_footer .tnp-field.tnp-field-checkbox.tnp-field-privacy label {
  display: block;
  color: #fff;
  font-size: 10px;
  font-family: "ralewaylight";
  line-height: 15px;
  padding-right: 50px;
}
@media screen and (max-width: 992px) {
  footer .infos_footer .newsletter_footer .tnp-field.tnp-field-checkbox.tnp-field-privacy label {
    padding-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  footer .infos_footer .newsletter_footer .tnp-field.tnp-field-checkbox.tnp-field-privacy label {
    font-size: 12px;
  }
}
@media screen and (max-width: 540px) {
  footer .infos_footer .newsletter_footer .tnp-field.tnp-field-checkbox.tnp-field-privacy label {
    font-size: 11px;
  }
}
footer .infos_footer .newsletter_footer .tnp-button {
  border: none;
  background: none;
  color: #fff;
  font-family: "roboto_condensedbold";
  font-size: 18px;
  background: url(img/border.svg) no-repeat center bottom;
  padding-bottom: 17px;
  padding-top: 0px;
  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;
}
@media screen and (max-width: 992px) {
  footer .infos_footer .newsletter_footer .tnp-button {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  footer .infos_footer .newsletter_footer .tnp-button {
    font-size: 18px;
  }
}
footer .infos_footer .newsletter_footer .tnp-button:hover {
  background-position-y: 30px;
}
footer .infos_footer .newsletter_footer .tnp-subscription label {
  padding: 0px;
}
footer h6 {
  font-size: 14px;
  font-family: "ralewaylight";
  color: #8d8d8d;
  padding-bottom: 10px;
  padding-top: 15px;
}
footer .mentions_legales {
  color: #8d8d8d;
}
footer .mentions_legales:hover {
  color: #8d8d8d;
}

/******************************************/
/***********      ACCUEIL_BANNER      ***********/
/******************************************/
main {
  padding-top: 182px;
  position: relative;
  width: 100%;
  /******************************************/
  /***********      ACCUEIL PICTO       ***********/
  /******************************************/
  /******************************************/
  /***********      COMPTEUR       ***********/
  /******************************************/
  /******************************************/
  /***********      Gallerie       ***********/
  /******************************************/
}
main a {
  color: #ce4518;
}
main a:hover {
  color: #ce4518;
}
@media screen and (max-width: 768px) {
  main {
    padding-top: 110px;
  }
}
main .bandeau {
  background: url(img/bandeau.jpg) no-repeat center bottom/cover;
  padding: 0px !important;
}
main .bandeau .row {
  height: 800px;
  padding: 0px !important;
  margin: 0px !important;
}
main .bandeau .row > div:nth-child(2) {
  padding-right: 0px !important;
}
main .bandeau .row a {
  display: block;
  margin: auto;
}
main .bandeau .row a .arrow {
  width: 80px;
}
main .bandeau .row .ca3-scroll-down-link {
  animation: ca3_fade_move_down 2s ease-in-out infinite;
}
@keyframes ca3_fade_move_down {
  0% {
    transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 20px);
    opacity: 0;
  }
}
main .bandeau .row .col-sm-6 {
  padding: 0px;
}
main .bandeau .row .fondation {
  margin-top: 200px;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
}
main .bandeau .row .fondation .h1 {
  font-size: 81px;
  line-height: 85px;
  border-bottom: 7px solid #fff;
  padding-bottom: 18px;
  padding-top: 18px;
  text-align: left;
  display: block;
  margin-left: 30px;
  margin-top: 20px;
  font-family: "roboto_condensedbold";
  width: 530px;
  text-align: justify;
}
@media screen and (max-width: 992px) {
  main .bandeau .row .fondation .h1 {
    font-size: 51px;
    line-height: 55px;
    width: 330px;
  }
}
@media screen and (max-width: 768px) {
  main .bandeau .row .fondation .h1 {
    font-size: 40px;
    line-height: 44px;
    width: 280px;
  }
}
@media screen and (max-width: 576px) {
  main .bandeau .row .fondation .h1 {
    font-size: 40px;
    line-height: 44px;
    width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
}
main .bandeau .row .fondation .h3 {
  padding-bottom: 25px;
  text-align: left;
  display: block;
  margin-left: 30px;
  margin-top: 20px;
  font-family: "quicksandlight";
  font-size: 27px;
  text-align: justify;
  border: none;
}
@media screen and (max-width: 992px) {
  main .bandeau .row .fondation .h3 {
    font-size: 19px;
  }
}
@media screen and (max-width: 768px) {
  main .bandeau .row .fondation .h3 {
    font-size: 15px;
  }
}
@media screen and (max-width: 576px) {
  main .bandeau .row .fondation .h3 {
    font-size: 15px;
    width: 52%;
    margin: 0 auto;
  }
}
main #acces {
  margin-top: -100px;
  padding-top: 100px;
}
main .scroll_padding {
  padding-top: 80px;
}
main .col-picto {
  padding-top: 40px;
}
main .col-picto .picto {
  width: 50%;
  margin: 0 auto;
  display: block;
}
main .col-picto .h4_picto {
  padding-top: 30px;
  font-size: 18px;
  color: #000;
  font-family: "roboto_condensedbold";
  text-align: center;
  margin: 0 auto;
  display: inline-block;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  main .col-picto .h4_picto {
    font-size: 14px;
  }
}
@media screen and (max-width: 574px) {
  main .col-picto .h4_picto {
    font-size: 18px;
  }
}
main .col-picto .h4_picto 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 .col-picto span:hover:after {
  content: " ";
  display: block;
  margin: 0 auto;
  height: 13px;
  width: 70%;
  background-color: #ce4518;
  position: relative;
  top: 5px;
}
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: url(img/bandeau.jpg) no-repeat center center/cover;
  width: 100%;
}
.page_background .band_titre {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}
.page_background .band_titre h1 {
  text-align: center;
  font-size: 85px;
  font-family: "roboto_condensedbold";
  color: #fff;
}
@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;
}
.main_content h3 {
  font-family: "roboto_condensedbold";
  text-align: left;
  margin-top: 40px;
  margin-bottom: 15px;
  font-size: 25px !important;
  border: none;
}
.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 figcaption {
  font-family: "ralewaylight";
}
.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 blockquote.no_margin {
  margin-top: 0px;
}
.main_content .highlight {
  background-color: #efefed;
  border-top: 13px solid #ce4518;
  border-bottom: 1px solid #ce4518;
  padding: 20px 50px 20px 50px;
}
.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;
  text-transform: uppercase;
  font-family: "roboto_condensedregular";
  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;
  text-align: left;
  padding-bottom: 10px;
}
.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  **********/
button.rmp_menu_trigger {
  z-index: 9999 !important;
}

#jig1 {
  padding-bottom: 100px;
}

.galerie {
  height: 100%;
  margin: 50px 0px 100px 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%;
}

/******************************************/
/***********      TEMPLATE OFFRES ARCHIVES    ***********/
/******************************************/
.margin {
  margin: 0px 50px;
}

.owl-carousel {
  margin-top: 30px;
}
.owl-carousel a {
  margin: 0px;
}
.owl-carousel a .item_offre {
  background-color: #f6f6f6;
  min-height: 380px;
  padding: 20px;
}
.owl-carousel a .item_offre h5 {
  text-align: center;
  font-size: 20px;
  font-family: "roboto_condensedbold";
  color: #000;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ce4518;
  text-transform: uppercase;
}
.owl-carousel a .item_offre .link_text {
  z-index: 20;
  position: absolute;
  top: 45%;
  right: 2%;
  text-align: center;
  width: 100%;
  opacity: 0;
  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;
}
.owl-carousel a .item_offre .link_text span {
  border: 1px solid #ce4518;
  padding: 10px 10px 10px 10px;
  background-color: #fff;
  display: inline-block;
  font-family: "roboto_condensedbold";
  color: #ce4518;
}
.owl-carousel a .item_offre .cache {
  margin: 0px;
  z-index: 10;
  top: 0px;
  left: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  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;
}
.owl-carousel a .item_offre .lien_ehpad span {
  color: #ce4518;
  font-family: "ralewaylight";
  font-weight: bold;
}
.owl-carousel a .item_offre .profil {
  margin: 0px;
}
.owl-carousel a:hover {
  text-decoration: none;
}
.owl-carousel a:hover .link_text {
  opacity: 1;
}
.owl-carousel a:hover .cache {
  opacity: 0.4;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #ce4518 !important;
  opacity: 1;
}

.owl-dots {
  margin-top: 30px;
}
.owl-dots span {
  background: #ce4518 !important;
  opacity: 0.5;
}
.owl-dots button:focus {
  outline: none !important;
}

.owl-nav {
  position: absolute;
  width: 100%;
}
.owl-nav button:focus {
  outline: none !important;
}
.owl-nav .owl-prev {
  background: url(img/arrow.svg) no-repeat center center !important;
  width: 50px;
  height: 50px;
  left: -70px;
  top: -250px;
  position: absolute;
}
.owl-nav .owl-prev span {
  display: none;
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  .owl-nav .owl-prev {
    top: -350px;
  }
}
@media screen and (max-width: 768px) {
  .owl-nav .owl-prev {
    top: -290px;
  }
}
.owl-nav .owl-next {
  background: url(img/arrow.svg) no-repeat center center !important;
  transform: rotate(180deg);
  width: 50px;
  height: 50px;
  right: -70px;
  top: -250px;
  position: absolute;
}
.owl-nav .owl-next span {
  display: none;
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  .owl-nav .owl-next {
    top: -350px;
  }
}
@media screen and (max-width: 768px) {
  .owl-nav .owl-next {
    top: -290px;
  }
}

/******************************************/
/***********      TEMPLATE SINGLE OFFRE   ***********/
/******************************************/
@media screen and (min-width: 1400px) {
  .offre .container-fluid {
    padding: 0px 50px;
  }
}
.offre .bouton_projet .wp-block-buttons {
  margin: 50px auto;
}
@media screen and (min-width: 992px) {
  .offre .bouton_projet .wp-block-buttons {
    margin: 40px auto;
  }
}
@media screen and (min-width: 768px) {
  .offre .bouton_projet .wp-block-buttons {
    margin: 30px auto;
  }
}
@media screen and (min-width: 576px) {
  .offre .bouton_projet .wp-block-buttons {
    margin: 20px auto;
  }
}
.offre h3 {
  margin-bottom: 50px;
  font-family: "roboto_condensedregular";
  font-size: 37px;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  border: none;
}
.offre h3 span:after {
  content: " ";
  display: block;
  margin: 0 auto;
  height: 1px;
  width: 30%;
  background-color: #ce4518;
  position: relative;
  top: 10px;
}
.offre .offre_libelle {
  width: 50%;
}
.offre .photos {
  margin-top: 40px;
  margin-bottom: 20px;
}
.offre .video {
  margin-top: 40px;
  margin-bottom: 20px;
}
.offre .col_video {
  margin-top: 20px;
}
.offre .col_video iframe {
  width: 100%;
}
.offre p {
  color: #353535;
  font-size: 17px;
  font-family: "ralewaylight";
  text-align: left !important;
}
.offre .profil {
  margin: 0px;
}
.offre .col_offre {
  padding: 20px 60px 20px 20px;
  text-align: center !important;
}
.offre .col_offre .wp-block-buttons {
  margin-bottom: 50px;
}
.offre .col_offre a.pdf_link {
  background: url(img/pdf_icon.svg) no-repeat center left;
  background-color: #ce4518;
  background-size: 25px;
  background-position: 15px center;
  padding: 15px 15px 15px 50px;
  display: inline-block;
  color: white;
}
.offre .col_offre a.pdf_link:hover {
  text-decoration: none;
}
.offre .col_offre .addtoany_shortcode {
  text-align: right;
}
.offre .col_ehpad {
  padding: 20px;
}
.offre a .postule {
  padding-top: 30px;
  font-size: 18px;
  color: #000;
  font-family: "roboto_condensedbold";
  margin: 0 auto;
  display: inline-block;
  text-transform: uppercase;
  margin-top: 50px;
}
.offre a .postule 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;
}
.offre a span:hover:after {
  content: " ";
  display: block;
  margin: 0 auto;
  height: 13px;
  width: 70%;
  background-color: #ce4518;
  position: relative;
  top: 5px;
}
.offre #def {
  margin-top: 20px;
  font-size: 12px;
  font-family: "ralewaylight" !important;
  text-align: left !important;
}
.offre .section_ehpad .visuel {
  width: 100%;
}
.offre .section_ehpad .adresse {
  margin-top: 20px;
}
.offre .section_ehpad .border_ehpad {
  border-bottom: 1px solid #ce4518;
  padding-bottom: 30px;
}
.offre .section_ehpad .more_ehpad h3 {
  text-align: left;
}
.offre .section_ehpad .more_ehpad h3 span:after {
  content: " ";
  display: block;
  margin: 0px;
  height: 1px;
  width: 30%;
  background-color: #ce4518;
  position: relative;
  top: 10px;
}
.offre .section_ehpad .section_pictos {
  margin-top: 10px;
}
.offre .section_ehpad .section_pictos img {
  width: 80px;
  margin-bottom: 20px;
}
.offre .section_ehpad .section_pictos p {
  font-family: "roboto_condensedbold";
  text-align: center !important;
}
.offre .section_ehpad .section_pictos a p {
  font-family: "roboto_condensedbold";
}
.offre .section_ehpad .section_pictos a:hover {
  text-decoration: none;
}
.offre .section_ehpad .section_pictos ul {
  text-align: left !important;
}
.offre .section_ehpad .section_pictos ul li {
  font-family: "roboto_condensedbold";
}
.offre .section_ehpad .visuels_projets {
  width: 100%;
}
.offre .section_ehpad .col_photos {
  margin-top: 20px;
}
.offre ul li {
  text-align: left;
}

/******************************************/
/***********      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 {
  float: right;
  border: none;
  background-color: #fff;
  font-family: "roboto_condensedbold";
  font-size: 25px;
  color: #000;
  padding-bottom: 18px;
  background: url(img/border.svg) no-repeat center bottom;
  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;
}

.wpcf7-submit:hover {
  background-position-y: 37px;
}

.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: #f6f6f6;
  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;
}

/******************************************/
/***********      BOUTON DON   ***********/
/******************************************/
.wp-block-buttons {
  margin-top: 50px;
  text-align: center;
}
.wp-block-buttons .wp-block-button {
  color: #fff;
  font-family: "roboto_condensedbold";
  font-size: 18px;
}
.wp-block-buttons .wp-block-button .wp-block-button__link {
  border: 1px solid #ce4518;
  border-radius: 0px;
  background-color: #ce4518;
  text-decoration: none;
  font-size: 18px;
  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;
}

.wp-block-buttons:hover {
  margin-top: 50px;
  text-align: center;
}
.wp-block-buttons:hover .wp-block-button {
  color: #fff;
  font-family: "roboto_condensedbold";
  font-size: 18px;
}
.wp-block-buttons:hover .wp-block-button .wp-block-button__link {
  text-decoration: none;
  font-size: 18px;
  background-color: #fff;
  color: #ce4518;
  border: 1px solid #ce4518;
  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;
}

/******************************************/
/***********      RECAPTCHA      ***********/
/******************************************/
body:not(.page-template-contact, .page-id-551) .grecaptcha-badge {
  opacity: 0;
  visibility: hidden;
}/*# sourceMappingURL=style.css.map */