/*!
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;
}
#top-header {
  padding: 5px;
  background-color: #f2333a;
}
#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-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 {
  display: inline-block;
  background-repeat: no-repeat;
  position: relative;
  background-size: contain;
  content: "";
  width: 22px;
  height: 19px;
  background-image: url("images/icon-phone.png");
}
#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;
  background-repeat: no-repeat;
  position: relative;
  background-size: contain;
  content: "";
  width: 22px;
  height: 19px;
  background-image: url("images/icon-home.png");
}
#top-header #et-info #text-3 .textwidget {
  display: inline-block;
}
#top-header #et-info #text-3 .textwidget p {
  font-size: 1.2em;
}
@media (max-width: 980px) {
  #main-header > .container.et_menu_container {
    width: calc(100% - 60px);
  }
}
#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 (min-width: 981px) {
  #main-header > .container.et_menu_container #logo {
    background-color: white;
    padding: 10px 20px;
    border-radius: 40px;
    max-height: 150%;
  }
}
#main-header > .container.et_menu_container #et-top-navigation {
  padding-top: 0;
}
#main-header > .container.et_menu_container #et-top-navigation .menu-item {
  padding: 0;
}
#main-header > .container.et_menu_container #et-top-navigation .menu-item.current-menu-item {
  background-color: #f2333a;
}
#main-header > .container.et_menu_container #et-top-navigation .menu-item a {
  padding: 25px 18px;
  font-size: 12px;
}
#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::before {
  content: "";
  display: block;
  width: 100%;
  border-top: 2px solid #f2333a;
}
#main-content .et_pb_module.et_pb_post_title .et_pb_title_container h1 {
  padding: 20px 40px;
  display: inline-block;
  color: white;
}
#main-content .et_pb_module.et_pb_post_title .et_pb_title_container::after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 2px solid #f2333a;
}
.entry-content > p:first-child {
  padding: 0;
}
.last-word {
  color: #f2333a;
}
#main-content, .et_pb_section {
  background-color: #343434;
}
#top-section .et_pb_slide {
  height: 55vh;
}
#top-section .et_pb_slide h2, #top-section .et_pb_slide h3 {
  text-transform: uppercase;
}
#top-section .et_pb_slide h4 {
  font-family: "Lato", Helvetica, Arial, Lucida, sans-serif;
  font-style: italic;
  font-weight: 300;
}
#section-presentation {
  padding: 0;
}
#section-presentation .et_pb_row {
  padding: 0;
  max-width: none !important;
  width: 100% !important;
  overflow: hidden;
}
#section-presentation .et_pb_row .et_pb_column {
  width: 50%;
  margin: 0;
}
@media (max-width: 980px) {
  #section-presentation .et_pb_row .et_pb_column .et_pb_image .et_pb_image_wrap {
    width: 100%;
  }
  #section-presentation .et_pb_row .et_pb_column .et_pb_image .et_pb_image_wrap img {
    width: 100%;
  }
}
@media (min-width: 981px) and (max-width: 1188px) {
  #section-presentation .et_pb_row .et_pb_column .et_pb_image .et_pb_image_wrap img {
    height: 475px;
    width: auto;
    max-width: none;
    left: 50%;
    transform: translateX(-50%);
  }
}
#section-presentation .et_pb_row .et_pb_column .et_pb_text {
  height: 100%;
  padding: 50px;
  background-size: contain;
  color: white;
}
#section-presentation .et_pb_row .et_pb_column .et_pb_text::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #302e2e;
  opacity: 0.9;
  height: 100%;
  width: 100%;
}
@media (min-width: 981px) {
  #section-presentation .et_pb_row .et_pb_column .et_pb_text .et_pb_text_inner {
    width: 65%;
    top: 50%;
    transform: translateY(-50%);
  }
}
#section-presentation .et_pb_row .et_pb_column .et_pb_text .et_pb_text_inner h2 {
  color: white;
  padding-bottom: 35px;
}
#section-fabrication p, #section-fabrication h2 {
  color: white;
  text-align: center;
}
@media (max-width: 980px) {
  #maison_lefebvre .et_pb_row {
    display: flex;
    flex-direction: column-reverse;
    max-width: 100%;
    width: 100%;
  }
}
#maison_lefebvre .et_pb_row .et_pb_column:first-of-type {
  width: 35%;
  margin: 0;
}
@media (max-width: 980px) {
  #maison_lefebvre .et_pb_row .et_pb_column:first-of-type {
    width: 100%;
    background: white;
  }
}
#maison_lefebvre .et_pb_row .et_pb_column:first-of-type .et_pb_image {
  height: 100%;
}
@media (max-width: 980px) {
  #maison_lefebvre .et_pb_row .et_pb_column:first-of-type .et_pb_image {
    width: 50%;
  }
}
@media (max-width: 479px) {
  #maison_lefebvre .et_pb_row .et_pb_column:first-of-type .et_pb_image {
    width: 80%;
  }
}
#maison_lefebvre .et_pb_row .et_pb_column:first-of-type .et_pb_image .et_pb_image_wrap {
  height: 100%;
}
#maison_lefebvre .et_pb_row .et_pb_column:first-of-type .et_pb_image .et_pb_image_wrap img {
  height: 100%;
}
#maison_lefebvre .et_pb_row .et_pb_column:last-of-type {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5%;
  width: 65%;
}
@media (max-width: 980px) {
  #maison_lefebvre .et_pb_row .et_pb_column:last-of-type {
    width: 100%;
  }
}
#maison_lefebvre .et_pb_row .et_pb_column:last-of-type h2 {
  margin-bottom: 20px;
}
#back_page {
  margin: 30px auto;
  text-align: right;
}
#back_page button {
  padding: 10px 20px;
  background-color: #302e2e;
  color: white;
  cursor: pointer;
  border: none;
}
.category-actualites #left-area {
  padding: 0;
}
@media (min-width: 981px) {
  .category-actualites #left-area article {
    margin-bottom: 60px;
    width: 29.666%;
    margin-right: 5.5%;
    float: left;
    max-width: 100%;
  }
  .category-actualites #left-area article:nth-child(3n) {
    margin-right: 0 !important;
  }
}
.category-actualites #left-area article img {
  margin-bottom: 30px;
}
.category-actualites #left-area article h2 {
  text-align: left;
  font-family: "Lato", Helvetica, Arial, Lucida, sans-serif;
  text-transform: none;
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 20px;
}
.category-actualites #left-area article h2::after {
  display: none;
}
#section-formulaire .et_pb_column > * {
  height: 100%;
  color: white;
  background-color: #f2333a;
  padding: 20px;
  border-radius: 4px;
  text-align: center;
}
#section-formulaire .et_pb_column > * .et_pb_text_inner {
  top: 50%;
  transform: translateY(-50%);
}
#section-formulaire .et_pb_column > * form input {
  max-width: 100%;
}
#section-formulaire .et_pb_column > * form input[type=submit] {
  background-color: #302e2e;
  color: white;
  padding: 8px 15px;
  border: none;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
  border-radius: 4px;
}
#section-formulaire .et_pb_column > * form input[type=submit]:hover {
  padding: 8px 35px;
  border-radius: 7px;
}
#section-formulaire .et_pb_column > * form input:focus {
  border-color: #2d3940;
  color: #3e3e3e;
}
#section-formulaire .et_pb_column > * form textarea {
  max-width: 100%;
  width: 80%;
}
@media (max-width: 767px) {
  #section-formulaire .et_pb_column > * form textarea {
    width: 100%;
  }
}
#section-map .et_pb_code_inner {
  line-height: 0;
}
#section-map .et_pb_code_inner iframe {
  width: 100%;
}
#main-footer {
  background-color: #f2333a;
}
#main-footer > .container #footer-widgets {
  padding: 50px 0 0 0;
}
#main-footer > .container #footer-widgets .footer-widget {
  text-align: center;
}
#main-footer > .container #footer-widgets .footer-widget h4.title {
  margin-bottom: 10px;
  padding: 0 15px 5px 15px;
}
#main-footer > .container #footer-widgets .footer-widget:nth-of-type(1) img {
  background-color: white;
  padding: 10px 20px;
  border-radius: 40px;
}
@media (max-width: 980px) {
  #main-footer > .container #footer-widgets .footer-widget:nth-of-type(4) {
    margin-bottom: 9.5% !important;
  }
}
#main-footer > .container #footer-widgets .footer-widget:nth-of-type(4) ul.menu {
  column-count: 2;
  text-align: left;
}
#main-footer > .container #footer-widgets .footer-widget:nth-of-type(4) ul.menu li::before {
  display: none;
}
@media (max-width: 980px) {
  #main-footer > .container #footer-widgets .footer-widget .fwidget {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
  }
}
#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;
}
