@charset "UTF-8";
/*
  Theme name: Theme enfant de Divi
  Template: Divi
*/
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
#top-header {
  padding: 5px;
  background-color: #282828;
}
#top-header #et-info {
  float: right;
  padding-bottom: 0.5em !important;
  line-height: 1.7em !important;
}
@media (max-width: 767px) {
  #top-header #et-info {
    margin: 0 auto;
    float: none !important;
  }
  #top-header #et-info .et_pb_widget {
    float: none;
    display: inline-block;
  }
}
#top-header #et-info .et-social-icons {
  float: right;
}
#top-header #et-info #et-info-phone {
  margin-left: 50px;
  position: relative;
  font-size: 1.2em;
}
@media (max-width: 479px) {
  #top-header #et-info #et-info-phone {
    margin: 0 !important;
  }
}
#top-header #et-info #et-info-phone::before {
  content: "";
  display: inline-block;
  top: 0;
  width: 8px;
  height: 8px;
  background: #18bc3c;
  border-radius: 50%;
  margin-right: 10px;
}
#top-header #et-info #et-info-email {
  display: none;
}
#top-header #et-info #text-3 {
  position: relative;
}
#top-header #et-info #text-3::before {
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  background: #18bc3c;
  border-radius: 50%;
  margin-right: 10px;
}
#top-header #et-info #text-3 .textwidget {
  display: inline-block;
}
#top-header #et-info #text-3 .textwidget p {
  font-size: 1.2em;
}
#main-header > .container.et_menu_container {
  width: 98%;
  max-width: 1405px !important;
  padding: 0;
}
@media (max-width: 980px) {
  #main-header > .container.et_menu_container {
    width: calc(100% - 60px);
  }
}
#main-header > .container.et_menu_container #logo {
  height: 90%;
  max-height: none;
}
@media (max-width: 1100px) {
  #main-header > .container.et_menu_container #logo {
    height: 60%;
  }
}
@media (max-width: 980px) {
  #main-header > .container.et_menu_container #logo {
    height: 90%;
  }
}
#main-header > .container.et_menu_container .mobile_nav.opened .mobile_menu_bar:before {
  content: "M";
}
#main-header > .container.et_menu_container .mobile_nav #mobile_menu {
  margin-left: -30px;
  padding: 5%;
  width: calc(100% + 60px);
}
@media (max-width: 1100px) {
  #main-header #et-top-navigation {
    padding-left: 10px !important;
  }
}
#main-header #et-top-navigation #top-menu-nav #top-menu {
  padding-bottom: 10px;
}
#main-header #et-top-navigation #top-menu-nav #top-menu li {
  max-width: 125px;
  text-align: center;
  height: auto;
  vertical-align: middle;
  padding-right: 0;
}
#main-header #et-top-navigation #top-menu-nav #top-menu li.current-menu-item a {
  border-bottom: 4px solid #18bc3c;
}
#main-header #et-top-navigation #top-menu-nav #top-menu li a {
  padding: 0 10px 15px !important;
}
@media (max-width: 1405px) {
  #main-header #et-top-navigation #top-menu-nav #top-menu li a {
    padding: 0 5px 15px !important;
  }
}
@media (max-width: 1100px) {
  #main-header #et-top-navigation #top-menu-nav #top-menu li a {
    font-size: 11px;
  }
}
@media (min-width: 981px) and (max-width: 1100px) {
  #main-header #et-top-navigation .et-social-icons {
    position: absolute;
    top: 25%;
    right: 0;
  }
}
@media (max-width: 980px) {
  #main-header #et-top-navigation .et-social-icons {
    margin: 0 15px 5px;
    float: inherit;
  }
}
#main-header #et-top-navigation .et-social-icons li {
  margin-left: 0;
}
#main-header #et-top-navigation .et-social-icons .et-social-facebook a.icon:before {
  content: "";
  background: url("/wp-content/uploads/2019/01/facebook-logo-copie.svg") no-repeat;
  width: 30px;
  height: 30px;
  display: block;
}
#cookie-notice {
  background-color: #282828 !important;
}
#cookie-notice .cookie-notice-container a {
  border: 2px solid white !important;
  background-color: white !important;
  background-image: none !important;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 15px !important;
  color: #282828 !important;
  text-shadow: none !important;
}
#main-content .container:before, #main-content .container #sidebar {
  display: none;
}
#main-content .container #left-area {
  width: 100%;
}
#main-content .et_pb_module.et_pb_post_title {
  text-align: center;
}
#main-content .et_pb_module.et_pb_post_title .et_pb_title_container {
  display: inline-block;
}
#main-content .et_pb_module.et_pb_post_title .et_pb_title_container h1 {
  padding: 20px 40px;
  display: inline-block;
  color: red;
}
#main-content .et_pb_bg_layout_light .et_pb_promo_button {
  color: white;
}
#main-content .et_portfolio_image .et_overlay::before {
  color: white;
}
.entry-content > p:first-child {
  padding: 0;
}
.grecaptcha-badge {
  display: none;
}
body.home .top-section .et_pb_slides .et_pb_slide::before {
  content: "";
  background: url("/wp-content/uploads/2019/01/motif-castel-bois_logo.svg") no-repeat;
  position: absolute;
  width: 540px;
  height: 240px;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: cover;
}
.top-section {
  position: relative;
}
.top-section .et_pb_slides .et_pb_slide {
  min-height: 75vh;
}
.top-section .et_pb_slides .et_pb_slide .et_pb_slide_description {
  animation: none;
}
.top-section .et_pb_slides .et_pb_slide .et_pb_slide_description .et_pb_slide_title {
  font-weight: bold;
}
.top-section .et_pb_slides .et_pb_slide::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
  background-color: #282828 !important;
  z-index: 1;
}
.top-section .et-pb-controllers a {
  width: 12px;
  height: 12px;
  border: 2px solid rgba(255, 255, 255, 0.4) !important;
  border-radius: unset !important;
  background-color: unset;
}
.top-section .et-pb-controllers .et-pb-active-control {
  border: 2px solid #0cce6b !important;
  background-color: unset;
}
#section-bois {
  padding-bottom: 10%;
}
#section-bois .et_pb_text {
  text-align: center;
  padding: 15% 0 15% 0;
  position: relative;
}
#section-bois .et_pb_text h3 {
  position: relative;
  margin-bottom: 15px;
}
#section-bois .et_pb_text h3::after {
  content: "";
  position: absolute;
  left: 10%;
  bottom: 0;
  width: 0;
  height: 2px;
  border-bottom: solid #18bc3c;
  transition: width 0.3s;
}
#section-bois .et_pb_text:hover h3::after {
  width: 80%;
  left: 10%;
}
@media (max-width: 980px) {
  #section-bois .et_pb_row:last-child .et_pb_text:last-child {
    margin-bottom: 20%;
  }
}
#section-bois::after {
  content: "";
  background: url("/wp-content/uploads/2019/01/motif-castel-bois_logo-blanc.svg") no-repeat;
  width: 500px;
  height: 245px;
  position: absolute;
  bottom: 10%;
  right: 0;
}
@media (max-width: 980px) {
  #section-bois::after {
    width: 350px;
    height: 170px;
    bottom: 0;
  }
}
.et_pb_section .titre-section {
  margin-bottom: 0 !important;
}
#section-materiaux .et_pb_gallery_item {
  width: 22%;
  margin-right: 20px;
  margin-bottom: 30px;
  clear: none;
}
#section-materiaux .et_pb_gallery_item:first-child {
  width: 48% !important;
}
#section-materiaux .et_pb_gallery_item:nth-child(4) {
  margin-bottom: 0 !important;
  clear: none !important;
}
#section-materiaux .et_pb_gallery_item:last-child {
  margin-bottom: 0 !important;
  clear: none;
}
#section-contact::before {
  content: "";
  border-left: 53px solid transparent;
  border-right: 53px solid transparent;
  border-top: 55px solid white;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#section-contact .et_pb_blurb_container {
  vertical-align: middle !important;
}
#section-contact h2, #section-contact h3, #section-contact p {
  color: #ffffff;
  font-weight: normal;
}
#section-contact h2 {
  letter-spacing: 6.3px;
}
#section-contact h3 {
  letter-spacing: 1.8px;
  padding-bottom: 24px;
}
#section-contact .et_pb_row .et_pb_column:nth-child(2) .et_pb_text_inner {
  position: unset;
}
#section-contact .et_pb_row .et_pb_column:nth-child(2) form > p:first-of-type {
  font-size: 0;
}
@media (max-width: 479px) {
  #section-contact .et_pb_row .et_pb_column:nth-child(2) form > p:first-of-type span.wpcf7-form-control-wrap {
    width: 100% !important;
  }
}
#section-contact .et_pb_row .et_pb_column:nth-child(2) form > p:first-of-type span.wpcf7-form-control-wrap:not(:nth-of-type(8), :nth-of-type(5)) {
  display: inline-block;
  margin-bottom: 2%;
}
@media (min-width: 501px) {
  #section-contact .et_pb_row .et_pb_column:nth-child(2) form > p:first-of-type span.wpcf7-form-control-wrap:not(:nth-of-type(8), :nth-of-type(5)) {
    width: 48%;
  }
  #section-contact .et_pb_row .et_pb_column:nth-child(2) form > p:first-of-type span.wpcf7-form-control-wrap:not(:nth-of-type(8), :nth-of-type(5)):nth-of-type(odd) {
    margin-right: 4%;
  }
}
#section-contact .et_pb_row .et_pb_column:nth-child(2) form > p:first-of-type span.wpcf7-form-control-wrap input {
  width: 100%;
  height: 50px;
  padding: 16px;
  font-size: 13px;
  border-radius: 2px;
  background-color: #ffffff;
  border: 0 none;
}
#section-contact .et_pb_row .et_pb_column:nth-child(2) form > p:first-of-type span.wpcf7-form-control-wrap input::placeholder {
  color: #666363;
}
#section-contact .et_pb_row .et_pb_column:nth-child(2) form > p:first-of-type span.wpcf7-form-control-wrap:nth-of-type(6) {
  margin-top: 2%;
  margin-right: 4%;
}
#section-contact .et_pb_row .et_pb_column:nth-child(2) form > p:first-of-type span.wpcf7-form-control-wrap:nth-of-type(7) {
  margin-right: 0 !important;
}
#section-contact .et_pb_row .et_pb_column:nth-child(2) form > p:first-of-type span.wpcf7-form-control-wrap:nth-of-type(8) {
  display: block;
}
#section-contact .et_pb_row .et_pb_column:nth-child(2) form > p:first-of-type span.wpcf7-form-control-wrap:nth-of-type(8) textarea {
  width: 100%;
  max-width: 100%;
  height: 175px;
  max-height: 275px;
  padding: 16px;
  font-size: 13px;
  border-radius: 2px;
  background-color: #ffffff;
  border: 0 none;
}
#section-contact .et_pb_row .et_pb_column:nth-child(2) form > p:first-of-type span.wpcf7-form-control-wrap:nth-of-type(8) textarea::placeholder {
  color: #666363;
}
#section-contact .et_pb_row .et_pb_column:nth-child(2) form > p:first-of-type span.wpcf7-form-control-wrap:nth-of-type(9) {
  width: 100% !important;
  color: black;
}
#section-contact .et_pb_row .et_pb_column:nth-child(2) form > p:first-of-type span.wpcf7-form-control-wrap:nth-of-type(9)::before {
  content: "Ajouter une pièce jointe (facultatif) :";
  display: block;
  margin-bottom: 5px;
  font-size: 15px;
  color: white;
}
#section-contact .et_pb_row .et_pb_column:nth-child(2) form > p:first-of-type span.wpcf7-form-control-wrap:nth-of-type(10) {
  width: 100% !important;
}
#section-contact .et_pb_row .et_pb_column:nth-child(2) form > p:first-of-type span.wpcf7-form-control-wrap:nth-of-type(10) .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 10px;
}
#section-contact .et_pb_row .et_pb_column:nth-child(2) form > p:first-of-type span.wpcf7-form-control-wrap:nth-of-type(10) .wpcf7-list-item label span {
  font-size: 15px;
}
#section-contact .et_pb_row .et_pb_column:nth-child(2) form > p:first-of-type span.wpcf7-form-control-wrap:nth-of-type(10) .wpcf7-list-item label input {
  width: auto;
}
#section-contact .et_pb_row .et_pb_column:nth-child(2) form p:not(.has-background):last-of-type {
  position: absolute;
  bottom: 0;
}
@media (max-width: 980px) {
  #section-contact .et_pb_row .et_pb_column:nth-child(2) form p:not(.has-background):last-of-type {
    position: initial;
    bottom: initial;
  }
}
#section-contact .et_pb_row .et_pb_column:nth-child(2) form input[type=submit] {
  background-color: #18bc3c;
  color: white;
  padding: 13px 35px;
  display: block;
  float: right;
  text-transform: uppercase;
  border: 2px solid #18bc3c;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 4.2px;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
}
#section-contact .et_pb_row .et_pb_column:nth-child(2) form input[type=submit]:hover {
  background-color: rgba(24, 188, 60, 0.3);
  border: 2px solid #18bc3c;
}
#section-contact .et_pb_row .et_pb_column:nth-child(2) form > .wpcf7-form-control-wrap {
  display: inline-block;
}
#section-contact .et_pb_row .et_pb_column:nth-child(2) form .wpcf7-response-output {
  float: left;
}
#section-contact::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.45) 100%);
}
#back_page {
  margin: 30px auto;
  text-align: right;
}
#back_page button {
  padding: 10px 20px;
  background-color: #18bc3c;
  color: white;
  cursor: pointer;
  border: none;
}
body.page-id-81 .grecaptcha-badge {
  display: block;
}
#section-formulaire {
  background-color: rgba(0, 0, 0, 0.03);
}
#section-formulaire .et_pb_row {
  align-items: center;
}
#section-formulaire .et_pb_row .et_pb_column {
  height: 100%;
  color: #282828;
  padding: 20px;
}
#section-formulaire .et_pb_row .et_pb_column h2 {
  color: #ffffff;
}
#section-formulaire .et_pb_row .et_pb_column form > p:first-of-type {
  font-size: 0;
}
#section-formulaire .et_pb_row .et_pb_column form > p:first-of-type span.wpcf7-form-control-wrap:not(:nth-of-type(8)) {
  display: inline-block;
  margin-bottom: 3%;
}
@media (min-width: 501px) {
  #section-formulaire .et_pb_row .et_pb_column form > p:first-of-type span.wpcf7-form-control-wrap:not(:nth-of-type(8)) {
    width: 48%;
  }
  #section-formulaire .et_pb_row .et_pb_column form > p:first-of-type span.wpcf7-form-control-wrap:not(:nth-of-type(8)):first-of-type, #section-formulaire .et_pb_row .et_pb_column form > p:first-of-type span.wpcf7-form-control-wrap:not(:nth-of-type(8)):nth-of-type(3), #section-formulaire .et_pb_row .et_pb_column form > p:first-of-type span.wpcf7-form-control-wrap:not(:nth-of-type(8)):nth-of-type(6) {
    margin-right: 4%;
  }
}
#section-formulaire .et_pb_row .et_pb_column form > p:first-of-type span.wpcf7-form-control-wrap:not(:nth-of-type(8)).adresse {
  width: 100%;
}
#section-formulaire .et_pb_row .et_pb_column form > p:first-of-type span.wpcf7-form-control-wrap input {
  width: 100%;
  padding: 16px;
  font-size: 20px;
  background-color: transparent;
  transition: all 0.4s;
  color: #dedede;
}
#section-formulaire .et_pb_row .et_pb_column form > p:first-of-type span.wpcf7-form-control-wrap input:focus {
  border-color: #18bc3c;
}
#section-formulaire .et_pb_row .et_pb_column form > p:first-of-type span.wpcf7-form-control-wrap:nth-of-type(5) {
  width: 100%;
}
#section-formulaire .et_pb_row .et_pb_column form > p:first-of-type span.wpcf7-form-control-wrap:nth-of-type(8) {
  display: block;
}
#section-formulaire .et_pb_row .et_pb_column form > p:first-of-type span.wpcf7-form-control-wrap:nth-of-type(8) textarea {
  width: 100%;
  padding: 16px;
  font-size: 20px;
  background-color: transparent;
  color: #dedede;
  transition: all 0.4s;
}
#section-formulaire .et_pb_row .et_pb_column form > p:first-of-type span.wpcf7-form-control-wrap:nth-of-type(8) textarea:focus {
  border-color: #18bc3c;
}
#section-formulaire .et_pb_row .et_pb_column form > p:first-of-type span.wpcf7-form-control-wrap:nth-of-type(9) {
  width: 100% !important;
}
#section-formulaire .et_pb_row .et_pb_column form > p:first-of-type span.wpcf7-form-control-wrap:nth-of-type(9)::before {
  content: "Ajouter une pièce jointe (facultatif) :";
  display: block;
  margin-bottom: 5px;
  font-size: 15px;
  color: white;
}
#section-formulaire .et_pb_row .et_pb_column form > p:first-of-type span.wpcf7-form-control-wrap:nth-of-type(9) input {
  padding: 10px 0 40px;
}
@media (max-width: 479px) {
  #section-formulaire .et_pb_row .et_pb_column form > p:first-of-type span.wpcf7-form-control-wrap:nth-of-type(9) input {
    font-size: 17px;
  }
}
#section-formulaire .et_pb_row .et_pb_column form > p:first-of-type span.wpcf7-form-control-wrap:nth-of-type(10) {
  width: 100% !important;
}
#section-formulaire .et_pb_row .et_pb_column form > p:first-of-type span.wpcf7-form-control-wrap:nth-of-type(10) label {
  display: flex;
  align-items: center;
  gap: 10px;
}
#section-formulaire .et_pb_row .et_pb_column form > p:first-of-type span.wpcf7-form-control-wrap:nth-of-type(10) label span {
  font-size: 15px;
}
#section-formulaire .et_pb_row .et_pb_column form > p:first-of-type span.wpcf7-form-control-wrap:nth-of-type(10) label input {
  width: auto;
}
#section-formulaire .et_pb_row .et_pb_column form > p:nth-last-child(3) {
  color: white;
}
#section-formulaire .et_pb_row .et_pb_column form .wpcf7-list-item {
  margin: 0;
}
#section-formulaire .et_pb_row .et_pb_column form .wpcf7-list-item .wpcf7-list-item-label {
  color: white;
}
#section-formulaire .et_pb_row .et_pb_column form input[type=submit] {
  background-color: #18bc3c;
  color: white;
  padding: 16px;
  font-size: 14px;
  text-transform: uppercase;
  float: right;
  border: 2px solid #18bc3c;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
}
#section-formulaire .et_pb_row .et_pb_column form input[type=submit]:hover {
  border-color: white;
}
#section-formulaire .et_pb_row .et_pb_column form > .wpcf7-form-control-wrap {
  color: #dedede;
  display: inline-block;
}
#section-formulaire .et_pb_row .et_pb_column form .wpcf7-response-output {
  color: white;
}
#section-formulaire .et_pb_row .et_pb_column:nth-child(2) {
  background-color: white;
  box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.3);
}
#section-formulaire .et_pb_row .et_pb_column:nth-child(2) address .bp-name, #section-formulaire .et_pb_row .et_pb_column:nth-child(2) address .bp-address, #section-formulaire .et_pb_row .et_pb_column:nth-child(2) address .bp-directions, #section-formulaire .et_pb_row .et_pb_column:nth-child(2) address .bp-phone {
  text-align: center;
  font-size: 16px;
}
#section-formulaire .et_pb_row .et_pb_column:nth-child(2) address .bp-directions a {
  color: #282828;
}
#section-horaires-map::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(40, 40, 40, 0.5);
}
#section-horaires-map .et_pb_column {
  background-color: #282828;
  color: white;
}
#section-horaires-map .et_pb_column:first-child {
  padding: 20px;
}
#section-horaires-map .et_pb_column:first-child address .bp-opening-hours {
  max-width: none;
  font-size: 20px;
}
#section-horaires-map .et_pb_column:first-child address .bp-opening-hours .bp-weekday {
  margin-top: 10px;
}
#section-horaires-map .et_pb_column:first-child address .bp-opening-hours .bp-weekday .bp-weekday-name {
  text-transform: capitalize;
}
#section-horaires-map .et_pb_column:nth-child(2) .et_pb_code {
  height: 100%;
}
#section-horaires-map .et_pb_column:nth-child(2) .et_pb_code .et_pb_code_inner {
  height: 100%;
}
#section-horaires-map .et_pb_column:nth-child(2) .et_pb_code .et_pb_code_inner iframe {
  height: 100%;
}
#main-footer {
  position: relative;
}
#main-footer > .container #footer-widgets .footer-widget h4.title {
  color: white;
  padding-bottom: 25px;
  letter-spacing: 1.8px;
  font-weight: bold;
}
#main-footer > .container #footer-widgets .footer-widget:nth-of-type(4) li::before {
  display: none;
}
#main-footer > .container #footer-widgets .footer-widget #menu-menu-plan-du-site {
  column-count: 2;
}
#main-footer > .container #footer-widgets .footer-widget:nth-child(2) .fwidget {
  float: right;
}
#main-footer #footer-bottom #footer-info {
  width: 100%;
  text-align: center;
}
#main-footer #footer-bottom .et-social-icons {
  position: absolute;
  bottom: 0;
  right: 0;
}
article.et_pb_post .entry-content > img:first-child {
  float: left;
  width: 50%;
  margin-right: 20px;
}
