/*!
 Theme name: Theme enfant de Divi
 Template: Divi
 !*/
@import "../Divi/style.css";
@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;
}
@media (max-width: 980px) {
  #top-header > .container {
    width: calc(100% - 60px);
  }
}
#top-header > .container #et-info {
  float: inherit;
  text-align: center;
  color: white;
}
#top-header > .container #et-info #et-info-phone {
  position: relative;
  font-size: 1.2em;
}
#top-header > .container #et-info #et-info-phone::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 19px;
  background: url("images/icon-phone.png") no-repeat center center;
  background-size: contain;
}
@media (max-width: 479px) {
  #top-header > .container #et-info #et-info-phone {
    display: block;
    margin: 0 0 5px 0 !important;
  }
}
#top-header > .container #et-info #et-info-phone a {
  color: white;
}
#top-header > .container #et-info #info-adresse-postale {
  font-size: 1.2em;
  line-height: 20px;
}
#top-header > .container #et-info #info-adresse-postale::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 2px;
  width: 22px;
  height: 19px;
  background: url("images/icon-home.png") no-repeat center center;
  background-size: contain;
}
#top-header > .container #et-info #et-info-email {
  display: none;
}
@media (max-width: 980px) {
  #main-header > .container.et_menu_container {
    width: calc(100% - 60px);
  }
  #main-header > .container.et_menu_container #logo {
    max-width: 75%;
    max-height: 80px;
  }
}
#main-header > .container.et_menu_container #et-top-navigation {
  padding: 10px 0;
}
#main-header > .container.et_menu_container #et-top-navigation #top-menu-nav li {
  padding: 30px 12.5px;
  font-size: 16px;
}
@media (max-width: 1405px) {
  #main-header > .container.et_menu_container #et-top-navigation #top-menu-nav li {
    font-size: 12px;
  }
}
#main-header > .container.et_menu_container #et-top-navigation #top-menu-nav li:first-of-type {
  padding-left: 0;
}
#main-header > .container.et_menu_container #et-top-navigation #top-menu-nav li.centered-inline-logo-wrap {
  padding-top: 0;
  padding-bottom: 0;
}
#main-header > .container.et_menu_container #et-top-navigation #top-menu-nav li.current_page_item a::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  margin: auto;
  border-bottom: 2px solid #f00;
}
#main-header > .container.et_menu_container #et-top-navigation #top-menu-nav li:last-of-type {
  padding-right: 0;
}
#main-header > .container.et_menu_container #et-top-navigation #top-menu-nav li a {
  padding-bottom: 0;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
#main-header > .container.et_menu_container #et-top-navigation #et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar:before {
  content: "\4d";
}
#main-header > .container.et_menu_container #et-top-navigation #et_mobile_nav_menu .mobile_nav .select_page {
  display: inline-block;
  vertical-align: middle;
  line-height: 32px;
}
#main-header > .container.et_menu_container #et-top-navigation #et_mobile_nav_menu .mobile_nav .mobile_menu_bar {
  top: 50%;
  padding-bottom: 0;
  transform: translateY(-50%);
}
#main-header > .container.et_menu_container #et-top-navigation #et_mobile_nav_menu .mobile_nav #mobile_menu {
  width: calc(100% + 60px);
  margin-left: -30px;
  padding: 5%;
}
#cookie-notice {
  background-color: #f00 !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: #f00 !important;
  text-shadow: none !important;
}
.row_align_items_center {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.row_align_items_center.reverse {
  flex-wrap: wrap-reverse;
}
.row_align_items_center.reverse .et_pb_column:first-of-type {
  margin-bottom: 0;
}
.row_align_items_center.reverse .et_pb_column:last-of-type {
  margin-bottom: 30px;
}
#main-content .container:before, #main-content .container #sidebar {
  display: none;
}
#main-content .container #left-area {
  width: 100%;
}
#main-content .top-section .et_pb_slides .et_pb_slide {
  min-height: 65vh;
}
#main-content .top-section .et_pb_slides .et_pb_slide::before {
  content: '';
  opacity: 0.4;
  width: 100%;
  height: 100%;
  background-color: black;
  position: absolute;
  top: 0;
  left: 0;
}
#main-content .top-section .et_pb_slides .et_pb_slide .et_pb_slide_title {
  font-size: 40px;
}
#main-content .et_pb_bg_layout_dark p a {
  color: white;
  text-decoration: underline;
}
#main-slider .et_pb_slide_description {
  display: flex;
  flex-direction: column-reverse;
}
#main-slider .et_pb_slide_description .et_pb_slide_title {
  font-size: 18px !important;
  text-transform: uppercase;
  line-height: 1.5;
  letter-spacing: 1.8px;
}
#main-slider .et_pb_slide_description .et_pb_slide_content h2 {
  margin-bottom: 10px;
  font-size: 42px;
  letter-spacing: 7.5px;
  line-height: 1.2;
}
@media (max-width: 980px) {
  #main-slider .et_pb_slide_description .et_pb_slide_content h2 {
    font-size: 35px;
  }
}
#entreprise.et_pb_section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 15%;
  height: 100%;
  clip-path: polygon(0% 0%, 80% 0, 40% 50%, 80% 100%, 0% 100%);
  background: #f00;
}
@media (max-width: 479px) {
  #entreprise.et_pb_section::before {
    display: none;
  }
}
#entreprise.et_pb_section .et_pb_row {
  width: 70%;
  max-width: 100%;
}
@media (min-width: 981px) {
  #entreprise.et_pb_section .et_pb_row {
    padding: 3% 15%;
  }
}
#entreprise.et_pb_section .et_pb_row .et_pb_text {
  text-align: center;
}
#entreprise.et_pb_section .et_pb_row .et_pb_text h2 {
  display: inline-block;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
#entreprise.et_pb_section .et_pb_row .et_pb_text h2 .nth-word {
  font-family: Lato;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 3px;
}
#entreprise.et_pb_section .et_pb_row .et_pb_text h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 3px;
  border-bottom: 3px solid #f00;
}
#entreprise.et_pb_section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 15%;
  height: 100%;
  clip-path: polygon(87% 0, 94% 0, 54% 50%, 94% 100%, 87% 100%, 47% 50%);
  background: #035ad7;
}
@media (max-width: 479px) {
  #entreprise.et_pb_section::after {
    display: none;
  }
}
#activite.et_pb_section {
  text-align: center;
}
@media (min-width: 768px) {
  #activite.et_pb_section .et_pb_row {
    display: flex;
  }
}
#activite.et_pb_section .et_pb_row#img-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  padding: 0;
  filter: grayscale(1);
}
#activite.et_pb_section .et_pb_row#img-background::before {
  content: '';
  opacity: 0.4;
  width: 100%;
  height: 100%;
  background-color: black;
  position: absolute;
  top: 0;
  left: 0;
}
#activite.et_pb_section .et_pb_row#img-background::before {
  z-index: 99;
}
#activite.et_pb_section .et_pb_row#img-background .et_pb_column {
  width: 100%;
  height: 100%;
}
#activite.et_pb_section .et_pb_row#img-background .et_pb_column .et_pb_image {
  width: 100%;
  height: 100%;
}
#activite.et_pb_section .et_pb_row#img-background .et_pb_column .et_pb_image .et_pb_image_wrap {
  width: 100%;
  height: 100%;
}
#activite.et_pb_section .et_pb_row#img-background .et_pb_column .et_pb_image .et_pb_image_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#activite.et_pb_section .et_pb_row:nth-of-type(2) .et_pb_column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 980px) {
  #activite.et_pb_section .et_pb_row:nth-of-type(2) .et_pb_column {
    padding-right: 20px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  #activite.et_pb_section .et_pb_row:nth-of-type(2) .et_pb_column {
    margin-top: 15px;
  }
}
#activite.et_pb_section .et_pb_row:nth-of-type(2) .et_pb_column .et_pb_blurb .et_pb_blurb_container {
  text-align: center;
}
#activite.et_pb_section .et_pb_row:nth-of-type(2) .et_pb_column .et_pb_blurb .et_pb_blurb_container h2 {
  display: inline-block;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 40px;
  margin-bottom: 20px;
}
#activite.et_pb_section .et_pb_row:nth-of-type(2) .et_pb_column .et_pb_blurb .et_pb_blurb_container h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  border-bottom: 2px solid #f00;
}
#activite.et_pb_section .et_pb_row:nth-of-type(2) .et_pb_column .et_pb_button_module_wrapper a {
  border: 3px #f00 solid;
  border-radius: 0;
  background-color: rgba(247, 247, 247, 0.15);
}
@media (max-width: 479px) {
  #activite.et_pb_section .et_pb_row:nth-of-type(2) .et_pb_column .et_pb_button_module_wrapper a {
    font-size: 15px;
  }
}
#rayon.et_pb_section {
  color: black;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3.6px;
  line-height: 1.5;
}
@media (max-width: 980px) {
  #rayon.et_pb_section {
    font-size: 16px !important;
  }
}
#rayon.et_pb_section .et_pb_row:first-child {
  display: flex;
  align-items: center;
}
#rayon.et_pb_section .et_pb_row:last-child {
  margin-top: 50px;
  border: 3px solid #f00;
}
.nos_travaux {
  background-color: #035ad7;
}
.nos_travaux::before {
  content: '';
  opacity: 0.5;
  width: 100%;
  height: 100%;
  background-color: black;
  position: absolute;
  top: 0;
  left: 0;
}
.contact_bas_de_page::before {
  content: '';
  opacity: 0.4;
  width: 100%;
  height: 100%;
  background-color: black;
  position: absolute;
  top: 0;
  left: 0;
}
.contact_bas_de_page .et_pb_button_module_wrapper a {
  border: 3px #f00 solid;
  border-radius: 0;
  background-color: rgba(247, 247, 247, 0.15);
}
@media (max-width: 479px) {
  .contact_bas_de_page .et_pb_button_module_wrapper a {
    font-size: 15px;
  }
}
@media (min-width: 981px) {
  #icone .et_pb_row:nth-of-type(2) .et_pb_column:first-of-type, #icone .et_pb_row:nth-of-type(2) .et_pb_column:nth-of-type(2) {
    width: 15%;
    margin-right: 3%;
  }
}
@media (min-width: 981px) {
  #icone .et_pb_row:nth-of-type(2) .et_pb_column:last-of-type {
    width: 64%;
  }
}
#icone .et_pb_row:nth-of-type(2) .et_pb_column:last-of-type .baie_before_after_image {
  max-width: 100% !important;
  max-height: 100% !important;
  width: 100%;
}
#icone .et_pb_row:nth-of-type(2) .et_pb_column:last-of-type .baie_before_after_image img:last-of-type {
  height: 100%;
}
#back_page {
  margin: 30px auto;
  text-align: right;
}
#back_page button {
  padding: 10px 20px;
  background-color: #035ad7;
  color: white;
  cursor: pointer;
  border: none;
}
#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%;
  padding: 20px;
  color: #035ad7;
}
#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(.your-message):not(.acceptance-965) {
  display: inline-block;
  margin-bottom: 3%;
}
@media (min-width: 768px) {
  #section-formulaire .et_pb_row .et_pb_column form > p:first-of-type span.wpcf7-form-control-wrap:not(.your-message):not(.acceptance-965) {
    width: 48%;
  }
  #section-formulaire .et_pb_row .et_pb_column form > p:first-of-type span.wpcf7-form-control-wrap:not(.your-message):not(.acceptance-965):nth-of-type(odd) {
    margin-right: 4%;
  }
}
#section-formulaire .et_pb_row .et_pb_column form > p:first-of-type span.wpcf7-form-control-wrap:not(.your-message):not(.acceptance-965) input {
  width: 100%;
  padding: 16px;
  font-size: 20px;
  background-color: transparent;
  transition: all 0.3s;
}
#section-formulaire .et_pb_row .et_pb_column form > p:first-of-type span.wpcf7-form-control-wrap:not(.your-message):not(.acceptance-965) input:focus {
  border-color: #f00;
}
#section-formulaire .et_pb_row .et_pb_column form > p:first-of-type span.wpcf7-form-control-wrap.your-message {
  display: block;
}
#section-formulaire .et_pb_row .et_pb_column form > p:first-of-type span.wpcf7-form-control-wrap.your-message textarea {
  width: 100%;
  padding: 16px;
  font-size: 20px;
  resize: vertical;
  max-height: 70vh;
  background-color: transparent;
  transition: all 0.3s;
}
#section-formulaire .et_pb_row .et_pb_column form > p:first-of-type span.wpcf7-form-control-wrap.your-message textarea:focus {
  border-color: #f00;
}
#section-formulaire .et_pb_row .et_pb_column form > p:first-of-type span.wpcf7-form-control-wrap.acceptance-965 {
  font-size: 14px;
  color: #141414;
}
#section-formulaire .et_pb_row .et_pb_column form > p:nth-last-child(3) {
  float: right;
}
#section-formulaire .et_pb_row .et_pb_column form > p:nth-last-child(3) input[type=submit] {
  background-color: #035ad7;
  color: white;
  padding: 16px;
  font-size: 14px;
  text-transform: uppercase;
  float: right;
  border: 2px solid #035ad7;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
}
#section-formulaire .et_pb_row .et_pb_column form > p:nth-last-child(3) input[type=submit]:hover {
  border-color: white;
}
#section-formulaire .et_pb_row .et_pb_column form > .wpcf7-form-control-wrap {
  display: inline-block;
}
#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, #section-formulaire .et_pb_row .et_pb_column:nth-child(2) address .bp-phone a {
  color: #035ad7;
}
#section-horaires-map::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #036;
}
#section-horaires-map .et_pb_column {
  background-color: #f00;
  color: white;
}
#section-horaires-map .et_pb_column:first-child {
  padding: 20px;
  background-color: white;
  color: black;
}
#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%;
  line-height: 0;
}
#section-horaires-map .et_pb_column:nth-child(2) .et_pb_code .et_pb_code_inner iframe {
  height: 100%;
  width: 100%;
  min-height: 40vh;
}
body.search #container-top-results {
  background-color: #f7f7f7;
  box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.3);
  padding: 3% 0;
}
body.search #container-top-results h1#title-on-results {
  text-align: center;
}
body.search #container-top-results #search-form-on-results {
  text-align: center;
  margin: 20px 0;
}
body.search #container-top-results #search-form-on-results input#s {
  padding: 10px;
  border-radius: 25px;
  border: 1px solid #f00;
}
body.search #container-top-results #search-form-on-results input#searchsubmit {
  padding: 10px 20px;
  border-radius: 25px;
  background-color: #f00;
  color: white;
  border: 1px solid #f00;
  display: block;
  margin: auto;
}
body.search #content-area #left-area {
  padding: 0;
}
body.search #content-area #left-area ul.search-items {
  list-style: none;
}
body.search #content-area #left-area ul.search-items li {
  width: 28.353%;
  margin-right: 7.47%;
  text-align: center;
  float: left;
  clear: none;
}
body.search #content-area #left-area ul.search-items li:nth-child(3n+1) {
  clear: both;
}
body.search #content-area #left-area ul.search-items li:nth-child(3n) {
  margin-right: 0;
}
body.search #content-area #left-area ul.search-items li a.entry-featured-image-url {
  margin-bottom: 15px;
}
body.search #content-area #left-area ul.search-items li h2.entry-title {
  text-align: center;
  color: black;
  font-size: 18px;
}
body.search #content-area #left-area ul.search-items li span.price {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #f00;
  margin-bottom: 5px;
}
body.search #content-area #left-area ul.search-items li a.lien-vers-produit {
  text-transform: uppercase;
  color: black;
  font-weight: 600;
  padding: 8px 15px;
  border: 1px solid #f00;
  display: inline-block;
}
#main-footer {
  display: inline-block;
  width: 100%;
  background: url("images/couverture ardoise rénovation nbcopie2.jpg") no-repeat center center;
  background-size: cover;
}
#main-footer > .container #footer-widgets {
  max-width: 90%;
  width: 400px;
  margin: 10% auto;
  background-color: #fff;
}
#main-footer > .container #footer-widgets .footer-widget {
  width: 100% !important;
  text-align: center;
}
@media (max-width: 980px) {
  #main-footer > .container #footer-widgets .footer-widget {
    margin-bottom: 5.5% !important;
  }
}
#main-footer > .container #footer-widgets .footer-widget #media_image-2 {
  width: 70%;
  margin-left: 15%;
}
#main-footer > .container #footer-widgets .footer-widget #text-2 {
  width: 100%;
}
#main-footer > .container #footer-widgets .footer-widget #nav_menu-3 {
  width: 100%;
}
@media (max-width: 980px) {
  #main-footer > .container #footer-widgets .footer-widget:nth-of-type(3) {
    margin-bottom: 0 !important;
  }
}
#main-footer > .container #footer-widgets .footer-widget:nth-of-type(3) li::before {
  display: none;
}
#main-footer #footer-bottom #footer-info {
  width: 100%;
  text-align: center;
}
article.et_pb_post .entry-content > img:first-child {
  float: left;
  width: 50%;
  margin-right: 20px;
}
