body {
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #464646;
}
body .mainHeader {
  padding-top: 30px;
}
body.home .mainHeader {
  min-height: 610px;
  background: url('../img/banner2.jpg');
  background-size: cover;
  background-position: top center;
}
body .mainHeader {
  min-height: 150px;
  background: url('../img/bandeau.jpg');
  background: #e6e7e9;
  background-position: 0px 40px;
  padding-top: 30px;
  background-repeat: no-repeat;
}
body .mainTitle {
  margin: 0;
  padding: 0;
}
body .mainTitle span {
  visibility: hidden;
  display: none;
}
body.page-template-page_contact .mainHeader {
  min-height: inherit;
  background: none;
}
body.page-template-page_contact .bgPink {
  margin-top: -85px;
  padding-top: 115px;
  padding-bottom: 40px;
}
body.page-template-page_contact hr.small {
  margin-bottom: 50px;
}
body.page-template-page_contact .contact iframe {
  text-align: center;
}
body.page-template-page_contact .contactForm {
  margin-top: 15px;
}
strong,
strong a {
  font-weight: 700 !important;
}
/* NAVBAR */
.navbar {
  border: 0;
  min-height: inherit;
  border-radius: 0;
  margin-bottom: 0;
}
.navbar li {
  padding: 0 10px;
}
.navbar li a {
  font-size: 16px;
  text-transform: uppercase;
  color: #363636;
  font-weight: 300;
  padding: 15px 0;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar li a:active,
.navbar li a:hover,
.navbar li a:focus {
  color: #870245;
  background: transparent;
}
.navbar li a:hover,
.navbar li a:active {
  border-bottom: 2px solid #870245;
}
.navbar-toggle {
  background-color: #870245;
  color: white;
  text-shadow: 0;
  padding: 8px 10px 5px 10px;
}
.navbar-toggle i {
  font-weight: normal;
  font-size: 18px;
}
.navbar-brand {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar-brand img {
  width: 90px;
  margin-top: -30%;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nosticky,
.sticky {
  background: white;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  z-index: 5;
}
.nosticky {
  position: relative;
}
.sticky {
  position: fixed;
  top: 0;
  z-index: 999;
}
.sticky .navbar-brand img {
  width: 55px;
  margin-top: -8px;
  position: relative;
}
/* BACKGROUNDS */
.bgGray {
  background: #e6e7e9;
}
.bgWhite {
  background: white;
}
/* TYPOGRAPHY */
h2 {
  color: #870245;
  font-weight: 600;
  font-style: italic;
  font-size: 22px;
  padding-bottom: 10px;
  border-bottom: 2px solid #d2c1aa;
}
h2.quote {
  color: #464646;
  font-size: 28px;
  font-weight: 400;
}
h2.quote i {
  color: #870245;
}
/*.banner {
    min-height: 500px;
    margin-top: -73px;
    }*/
.temoignages {
  padding: 30px 0;
}
/* HOMEPAGE */
.apropos {
  background: white;
  margin-top: -200px;
  max-height: 396px;
  overflow: hidden;
}
.apropos article {
  padding: 30px 30px 10px 30px;
}
.apropos article.first {
  padding-left: 30px;
}
.apropos article p {
  margin-bottom: 15px;
}
.apropos article p:last-child {
  margin-bottom: 10px;
}
.apropos [class*="col-"] {
  padding: 0;
}
.apropos h1,
.apropos h2,
.apropos h3 {
  margin-top: 0;
}
.aboutImgOuter {
  padding-right: 0;
  overflow: hidden;
  height: 100%;
}
.home .programmes {
  margin-top: 30px;
}
.home .programmes .item h2 {
  margin-bottom: 10px;
}
.programmes {
  padding-bottom: 30px;
}
.programmes header {
  background: white;
  padding-bottom: 7px;
}
.programmes .item {
  padding: 0;
}
.programmes .item .zoomImgOuter {
  overflow: hidden;
  position: relative;
}
.programmes .item .zoomImgOuter:hover .zoomIn {
  opacity: 1;
}
.programmes .item .zoomIn {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.programmes .item .zoomIn i {
  color: white;
  position: relative;
  display: block;
  font-size: 40px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* compatibilité : ie9+ */
}
.programmes .item h2 {
  font-size: 28px;
  font-weight: 900;
  font-style: normal;
  color: #464c51;
  border-bottom: 0;
  padding: 15px 20px 10px 20px;
  line-height: 26px;
  margin-top: 0;
  margin-bottom: 0px;
}
.programmes .item h2 span {
  font-style: italic;
  font-weight: 400;
  color: #b0b5bc;
  font-size: 24px;
}
.programmes .item .btnPgm {
  padding: 10px 15px;
  display: block;
  background: white;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.programmes .item .btnPgm a {
  color: #870245;
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.programmes .item .btnPgm:hover {
  background: #870245;
}
.programmes .item .btnPgm:hover a {
  color: white;
  text-decoration: none;
}
.programmes .item p {
  padding: 10px 15px;
  margin: 0;
}
.programmes .item a {
  color: #870245;
  font-weight: 600;
}
/* PAGES INTERNES */
.page-template-default article,
.error-404 {
  padding: 5px 20px;
  margin-bottom: 30px;
}
.error-404 {
  padding-bottom: 30px;
}
img.aligncenter {
  display: block;
  margin: 0 auto;
}
/* CAROUSEL EFFECT */
.carousel-fade .carousel-inner {
  list-style: none;
  padding: 0;
  margin: 0;
}
.carousel-fade .carousel-inner .item {
  transition-property: opacity;
  padding: 0;
  margin: 0;
}
.carousel-fade .carousel-inner .item img {
  width: auto;
  height: 100%;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
/* VIDEOS */
.videoOuter {
  padding: 20px 0;
}
.videoWrapper {
  position: relative;
  padding-bottom: 49.3%;
  padding-top: 25px;
  height: 0;
  -webkit-box-shadow: 5px 5px 0 0 #ddd;
  box-shadow: 5px 5px 0 0 #ddd;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* IMAGES */
img {
  max-width: 100%;
}
/* BOUTONS */
.btnMore {
  background: #870245;
  padding: 5px;
  color: white;
  font-size: 16px;
  font-weight: 600;
  font-style: italic;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btnMore span {
  border: 1px solid white;
  padding: 5px 8px;
  display: inline-block;
}
.btnMore:hover,
.btnMore:focus,
.btnMore:active {
  color: #870245;
  background: #e6e7e9;
}
.btnMore:hover span,
.btnMore:focus span,
.btnMore:active span {
  border: 1px solid #870245;
}
/* GMAP Fullwidth */
.google-maps-full {
  position: relative;
  padding-bottom: 75% !important;
  height: 0;
  overflow: hidden;
}
.google-maps-full iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
/* FOOTER */
footer.main,
.bgPink {
  background-image: url('../img/bg_footer.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
footer.main h2,
.bgPink h2 {
  margin: 40px 0 0 0;
  color: white;
  text-align: center;
  font-size: 35px;
  font-weight: 400;
  border-bottom: 0;
  padding-bottom: 10px;
}
footer.main hr,
.bgPink hr {
  margin-bottom: 30px;
}
footer.main .btn-submit,
.bgPink .btn-submit {
  background: white;
  color: #870245;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  border: 2px solid transparent !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer.main .btn-submit:hover,
.bgPink .btn-submit:hover {
  background: #870245;
  border: 2px solid white!important;
  color: white;
}
.contact {
  color: white;
  padding-bottom: 10px;
}
.contact .contactForm input,
.contact .contactForm textarea,
.contact .contactForm button {
  border-radius: 0;
  box-shadow: none;
  border: 0;
}
.contact .contactForm .row {
  margin-bottom: 10px;
}
.contact textarea.form-control {
  height: 120px;
}
.contact iframe {
  max-width: 100%;
  margin-bottom: 30px;
}
div.wpcf7-mail-sent-ok {
  border: 2px solid #d2c1aa !important;
}
div.wpcf7-response-output {
  margin: 20px 0 20px 0 !important;
  padding: 10px !important;
}
iframe {
  border: 0;
}
hr.small {
  border: 0;
  border-bottom: 1px solid white;
  width: 80px;
  margin: 0 auto;
  padding: 0;
}
.copyright {
  background: #e6e7e9;
}
.copyright p {
  margin: 0;
  font-size: 12px;
  padding: 10px;
}
.copyright a {
  color: #870245;
}
.elementor-widget:not(:last-child) {
  margin-bottom: 0!important;
}
/* MISC */
.text-italic {
  font-style: italic;
}
/* DIVI */
.et_divi_builder #et_builder_outer_content .et_pb_section {
  padding: 0 !important;
}
.et_divi_builder #et_builder_outer_content .et_pb_row {
  max-width: inherit !important;
}
.et_divi_builder #et_builder_outer_content .et_pb_row {
  padding: 0 !important;
}
.et_divi_builder #et_builder_outer_content .et_pb_gutters3 .et_pb_column_4_4 .et_pb_module,
.et_divi_builder #et_builder_outer_content .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_module {
  margin-bottom: 0 !important;
}
#et_builder_outer_content h3 {
  color: #870245 !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  padding-bottom: 10px;
  margin-top: 10px !important;
}
#et_builder_outer_content h4 {
  color: #464c51 !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  padding-bottom: 10px;
  margin-top: 10px !important;
  border-bottom: 2px solid #d2c1aa !important;
  margin-bottom: 10px !important;
  padding-bottom: 7px !important;
}
@media (min-width: 768px) {
  .videoWrapper {
    padding-bottom: 52.9%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-nav {
    padding: 4px 0;
  }
  .navbar li {
    padding: 0 5px;
  }
  .navbar li a {
    font-size: 15px;
    padding: 0;
  }
  .navbar-collapse {
    width: 85%;
    float: left;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .apropos article {
    padding: 30px 30px 10px 0;
  }
  .videoWrapper {
    padding-bottom: 50.9%;
  }
}
@media (max-width: 991px) {
  .contact .contactForm input[type="email"] {
    margin-bottom: 10px !important;
  }
  .apropos {
    max-height: inherit;
    overflow: auto;
  }
  .videoWrapper {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .videoWrapper {
    padding-bottom: 51.8%;
  }
}
@media (max-width: 767px) {
  .navbar-nav {
    margin-top: 35px;
  }
  .navbar-nav li {
    padding: 0 20px;
  }
  .navbar-nav li:hover {
    background: #870245;
  }
  .navbar-nav li:hover a {
    color: white;
  }
  .navbar-nav li a {
    padding: 7px 0;
    border-bottom: 0;
  }
  .navbar-nav li a:hover {
    border-bottom: 0;
  }
  .apropos article {
    text-align: center;
    margin-bottom: 20px;
  }
  .apropos article.first {
    margin-bottom: 0;
    border-bottom: 10px solid #e6e7e9;
    padding-bottom: 30px;
  }
  .programmes .item {
    margin-bottom: 20px;
  }
  body.home .mainHeader {
    min-height: 410px;
  }
}
