/*!
Theme name: Theme enfant de Divi
Template: Divi
!*/
@import url("https://fonts.googleapis.com/css?family=Lora");
@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;
}
@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes draw-cadre {
  from {
    width: 0%;
    height: 1px;
    opacity: 1;
  }
  50% {
    width: 100%;
    height: 1px;
  }
  to {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
}
#top-header {
  padding: 5px;
  background-color: #1b416a;
}
#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;
}
#main-header > .container.et_menu_container {
  max-width: 100%;
  width: 1500px;
  padding: 0 10px;
}
@media (min-width: 981px) {
  #main-header > .container.et_menu_container .logo_container {
    padding-left: 0px !important;
  }
}
#main-header > .container.et_menu_container .logo_container #logo {
  max-height: 230px;
}
@media (max-width: 1405px) {
  #main-header > .container.et_menu_container .logo_container #logo {
    max-height: 125px;
  }
}
@media (max-width: 479px) {
  #main-header > .container.et_menu_container .logo_container #logo {
    max-width: 100%;
  }
}
#main-header > .container.et_menu_container .mobile_nav.opened .mobile_menu_bar:before {
  content: "M";
  color: white;
}
#main-header > .container.et_menu_container .mobile_nav .mobile_menu_bar:before {
  color: white;
}
#main-header > .container.et_menu_container .mobile_nav #mobile_menu {
  margin-left: -30px;
  padding: 5%;
  width: calc(100% + 60px);
}
@media (max-width: 980px) {
  #main-header > .container.et_menu_container #mobile_menu li:has(a[href*="facebook"]) {
    display: none;
  }
  #main-header > .container.et_menu_container #mobile_menu li:has(a[href*="instagram"]) {
    display: none;
  }
  #main-header > .container.et_menu_container #mobile_menu li:has(a[href*="linkedin"]) {
    display: none;
  }
}
#main-header > .container.et_menu_container #et-top-navigation {
  padding-left: 0 !important;
}
#main-header > .container.et_menu_container #et-top-navigation #top-menu {
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  #main-header > .container.et_menu_container #et-top-navigation #top-menu {
    flex-wrap: wrap;
    width: 780px;
  }
}
@media (max-width: 980px) {
  #main-header > .container.et_menu_container #et-top-navigation #top-menu {
    width: 100%;
  }
}
#main-header > .container.et_menu_container #et-top-navigation #top-menu .current-menu-item a {
  color: #739acb;
}
@media (max-width: 1405px) {
  #main-header > .container.et_menu_container #et-top-navigation #top-menu li {
    padding-right: 15px;
  }
}
#main-header > .container.et_menu_container #et-top-navigation #top-menu li:has(a[href*="facebook"]) {
  padding: 0 5px;
}
#main-header > .container.et_menu_container #et-top-navigation #top-menu li:has(a[href*="instagram"]) {
  padding: 0 5px;
}
#main-header > .container.et_menu_container #et-top-navigation #top-menu li:has(a[href*="linkedin"]) {
  padding: 0 5px;
}
@media (max-width: 980px) {
  #main-header > .container.et_menu_container #et-top-navigation #top-menu li:not(li:has(a[href*="facebook"]), li:has(a[href*="instagram"]), li:has(a[href*="linkedin"])) {
    display: none;
  }
}
#main-header > .container.et_menu_container #et-top-navigation #top-menu a {
  font-family: "Cinzel";
  font-size: 17px !important;
}
@media (max-width: 1405px) {
  #main-header > .container.et_menu_container #et-top-navigation #top-menu a {
    font-size: 15px !important;
  }
}
#main-header > .container.et_menu_container #et-top-navigation #top-menu a[href*="facebook"] {
  display: flex;
  font-size: 0 !important;
}
#main-header > .container.et_menu_container #et-top-navigation #top-menu a[href*="facebook"]::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url("../../../wp-content/uploads/2024/07/facebook.png") center no-repeat;
  background-size: contain;
}
#main-header > .container.et_menu_container #et-top-navigation #top-menu a[href*="instagram"] {
  display: flex;
  font-size: 0 !important;
}
#main-header > .container.et_menu_container #et-top-navigation #top-menu a[href*="instagram"]::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url("../../../wp-content/uploads/2024/07/instagram.png") center no-repeat;
  background-size: contain;
}
#main-header > .container.et_menu_container #et-top-navigation #top-menu a[href*="linkedin"] {
  display: flex;
  font-size: 0 !important;
}
#main-header > .container.et_menu_container #et-top-navigation #top-menu a[href*="linkedin"]::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url("../../../wp-content/uploads/2024/07/linkedin.png") center no-repeat;
  background-size: contain;
}
@media (max-width: 1405px) {
  #main-header > .container.et_menu_container #et-top-navigation #top-menu a {
    font-size: 14px;
  }
}
#cookie-notice {
  background-color: #1b416a !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: #1b416a !important;
  text-shadow: none !important;
}
@media (max-width: 479px) {
  h2 {
    font-size: 28px !important;
  }
}
.list_ul ul li {
  margin: 15px 0;
}
#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 h1 {
  padding: 20px 40px;
  display: inline-block;
  color: red;
  font-size: 40px !important;
}
#main-content .et_pb_module h1 .subtitle_word {
  display: block;
  font-size: 30px;
}
#main-content .et_pb_bg_layout_dark p a {
  color: white;
  text-decoration: underline;
}
.entry-content > p:first-child {
  padding: 0;
}
body:not(.page-id-81) .grecaptcha-badge {
  display: none;
}
.et_pb_section#video_home {
  padding: 0;
  background-color: black;
}
.et_pb_section#video_home::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.et_pb_section#video_home .et_pb_row {
  display: flex;
  align-content: center;
  max-width: 100%;
  min-height: 80vh;
  width: 100%;
  padding: 0;
}
.et_pb_section#video_home .et_pb_row .et_pb_column {
  margin: auto;
}
.et_pb_section#video_home .et_pb_row .et_pb_column .et_pb_image.style-svg {
  margin-bottom: 5px;
}
.et_pb_section#video_home .et_pb_row .et_pb_column .et_pb_image.style-svg .et_pb_image_wrap {
  text-align: center;
}
.et_pb_section#video_home .et_pb_row .et_pb_column .et_pb_image.style-svg .et_pb_image_wrap img {
  display: none;
}
.et_pb_section#video_home .et_pb_row .et_pb_column .et_pb_image.style-svg .et_pb_image_wrap svg {
  max-width: 125px;
  opacity: 0;
  stroke-width: 1px;
}
.et_pb_section#video_home .et_pb_row .et_pb_column .et_pb_image.style-svg .et_pb_image_wrap svg polygon {
  fill: none;
  stroke-linecap: round;
  stroke: white;
}
.et_pb_section#video_home .et_pb_row .et_pb_column .et_pb_image.style-svg .et_pb_image_wrap svg.anim-svg polygon {
  animation: draw 2s forwards;
}
.et_pb_section#video_home .et_pb_row .et_pb_column .et_pb_text {
  margin-bottom: 5px;
}
.et_pb_section#video_home .et_pb_row .et_pb_column .et_pb_text .et_pb_text_inner > * {
  color: white;
  text-align: center;
  font-family: "Lora", serif;
  letter-spacing: 5px;
  padding: 0;
  font-size: 35px;
  text-transform: uppercase;
}
#section-presentation {
  padding: 4% 0;
}
@media (max-width: 1200px) {
  #section-presentation {
    padding: 10% 0;
  }
}
@media (max-width: 980px) {
  #section-presentation {
    background-image: none !important;
    text-align: center;
  }
}
@media (max-width: 479px) {
  #section-presentation {
    padding: 0 0 20%;
  }
}
#section-presentation .et_pb_row {
  max-width: 1380px !important;
}
#section-presentation #ligne-bouton {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  width: unset;
}
@media (max-width: 980px) {
  #section-presentation #ligne-bouton {
    right: unset;
    width: 100%;
  }
}
@media (max-width: 479px) {
  #section-presentation #ligne-bouton {
    position: initial;
  }
}
#section-presentation #ligne-bouton .et_pb_button {
  background-color: #1b416a;
  color: white;
  border: none;
  border-radius: 0;
  padding: 20px 55px;
  font-weight: 300;
  font-size: 20px;
  position: relative;
  transition: all 0.3s;
}
#section-presentation #ligne-bouton .et_pb_button:hover {
  background-color: #0c141e;
}
#section-presentation #ligne-bouton .et_pb_button::before {
  content: " ";
  display: inline-block !important;
  background-image: url("./images/icon-phone.png");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
  height: 25px;
  width: 25px;
  position: relative;
  vertical-align: text-bottom;
  margin-right: 12px;
}
#section-presentation #ligne-bouton .et_pb_button::after {
  display: none;
}
#section-presentation h1 {
  padding: 0 0 3% !important;
}
#section-presentation .et_pb_text h2 {
  font-size: 40px;
  padding-bottom: 22px;
}
@media (max-width: 980px) {
  #section-presentation .et_pb_text h2 {
    font-size: 35px;
  }
}
#nous_recrutons .et_pb_row {
  max-width: 900px !important;
  width: 100%;
  padding: 3%;
}
#nous_recrutons .et_pb_row h2 {
  padding-bottom: 30px;
  font-size: 50px;
}
#nous_recrutons .et_pb_row .et_pb_promo_description {
  padding-bottom: 30px;
}
#nous_recrutons .et_pb_row .et_pb_promo_description p {
  font-size: 16px;
  line-height: 1.4;
}
#section-nos-prestations {
  background-color: #0c141e;
  padding: 0;
}
#section-nos-prestations #ligne-titre-prestations {
  padding: 5% 0 3%;
}
#section-nos-prestations #ligne-titre-prestations .et_pb_image#svg-prestations {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 80px;
  margin: 0;
}
#section-nos-prestations #ligne-titre-prestations .et_pb_image#svg-prestations svg {
  opacity: 0;
  stroke-width: 1px;
}
#section-nos-prestations #ligne-titre-prestations .et_pb_image#svg-prestations svg path {
  fill: none;
  stroke: #6F8EAF;
}
#section-nos-prestations #ligne-titre-prestations .et_pb_image#svg-prestations svg.anim-svg path {
  animation: draw 2s forwards;
}
#section-nos-prestations #ligne-titre-prestations .et_pb_text .et_pb_text_inner > * {
  text-align: center;
  color: white;
  font-size: 50px;
}
#section-nos-prestations .et_pb_row:not(#ligne-titre-prestations) {
  width: 100%;
  max-width: none;
  padding: 0;
}
#section-nos-prestations .et_pb_row:not(#ligne-titre-prestations) .et_pb_column {
  margin: 0;
  width: 50%;
}
@media (max-width: 980px) {
  #section-nos-prestations .et_pb_row:not(#ligne-titre-prestations) .et_pb_column {
    width: 100%;
  }
}
#section-nos-prestations .et_pb_row:not(#ligne-titre-prestations) .et_pb_column.et_pb_column_4_4 {
  width: 100%;
}
#section-nos-prestations .et_pb_row:not(#ligne-titre-prestations) .et_pb_column.et_pb_column_4_4 .et_pb_promo {
  padding: 6% 0 !important;
}
@media (max-width: 980px) {
  #section-nos-prestations .et_pb_row:not(#ligne-titre-prestations) .et_pb_column.et_pb_column_4_4 .et_pb_promo {
    padding: 15% 0 !important;
  }
}
#section-nos-prestations .et_pb_row:not(#ligne-titre-prestations) .et_pb_column .et_pb_promo {
  padding: 15% 0 !important;
  height: 100%;
  background-size: 100%;
  overflow: hidden;
  transition: all 3s;
}
@media (max-width: 980px) {
  #section-nos-prestations .et_pb_row:not(#ligne-titre-prestations) .et_pb_column .et_pb_promo {
    background-size: cover;
  }
}
#section-nos-prestations .et_pb_row:not(#ligne-titre-prestations) .et_pb_column .et_pb_promo:hover::before {
  opacity: 0.78;
}
#section-nos-prestations .et_pb_row:not(#ligne-titre-prestations) .et_pb_column .et_pb_promo:hover .et_pb_promo_description {
  transform: translateY(0);
  opacity: 1;
}
#section-nos-prestations .et_pb_row:not(#ligne-titre-prestations) .et_pb_column .et_pb_promo:hover .et_pb_promo_description .et_pb_module_header::after {
  width: 15%;
}
#section-nos-prestations .et_pb_row:not(#ligne-titre-prestations) .et_pb_column .et_pb_promo:hover .et_pb_button_wrapper .et_pb_button {
  opacity: 1;
}
#section-nos-prestations .et_pb_row:not(#ligne-titre-prestations) .et_pb_column .et_pb_promo::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #0c2b4d;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
  opacity: 0;
}
@media (max-width: 479px) {
  #section-nos-prestations .et_pb_row:not(#ligne-titre-prestations) .et_pb_column .et_pb_promo::before {
    opacity: 0.78;
  }
}
#section-nos-prestations .et_pb_row:not(#ligne-titre-prestations) .et_pb_column .et_pb_promo .et_pb_promo_description {
  max-width: 450px;
  margin: auto;
  transform: translateY(-100%);
  transition: all 600ms;
  opacity: 0;
}
@media (max-width: 479px) {
  #section-nos-prestations .et_pb_row:not(#ligne-titre-prestations) .et_pb_column .et_pb_promo .et_pb_promo_description {
    opacity: 1;
    transform: none;
  }
}
#section-nos-prestations .et_pb_row:not(#ligne-titre-prestations) .et_pb_column .et_pb_promo .et_pb_promo_description .et_pb_module_header {
  transition: all 0.4s;
  padding: 0;
  font-family: "Lora", serif;
  letter-spacing: 2px;
}
#section-nos-prestations .et_pb_row:not(#ligne-titre-prestations) .et_pb_column .et_pb_promo .et_pb_promo_description .et_pb_module_header::after {
  content: " ";
  display: block;
  width: 0%;
  height: 1px;
  background-color: white;
  margin: 15px auto;
  transition: width 0.4s 0.6s;
}
#section-nos-prestations .et_pb_row:not(#ligne-titre-prestations) .et_pb_column .et_pb_promo .et_pb_promo_description p {
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.5px;
}
#section-nos-prestations .et_pb_row:not(#ligne-titre-prestations) .et_pb_column .et_pb_promo .et_pb_promo_description p a {
  color: white;
  text-decoration: underline;
}
#section-nos-prestations .et_pb_row:not(#ligne-titre-prestations) .et_pb_column .et_pb_promo .et_pb_button_wrapper .et_pb_button {
  opacity: 0;
  border: none;
  font-family: "Lora", serif;
  border-radius: 0;
  font-size: 18px;
  padding: 5px 15px;
  opacity: 0;
  transition: opacity 0.4s 0.6s;
}
@media (max-width: 479px) {
  #section-nos-prestations .et_pb_row:not(#ligne-titre-prestations) .et_pb_column .et_pb_promo .et_pb_button_wrapper .et_pb_button {
    opacity: 1;
  }
}
#section-nos-prestations .et_pb_row:not(#ligne-titre-prestations) .et_pb_column .et_pb_promo .et_pb_button_wrapper .et_pb_button:hover {
  background-color: unset;
}
#section-nos-prestations .et_pb_row:not(#ligne-titre-prestations) .et_pb_column .et_pb_promo .et_pb_button_wrapper .et_pb_button:hover::before, #section-nos-prestations .et_pb_row:not(#ligne-titre-prestations) .et_pb_column .et_pb_promo .et_pb_button_wrapper .et_pb_button:hover::after {
  animation-name: draw-cadre;
}
#section-nos-prestations .et_pb_row:not(#ligne-titre-prestations) .et_pb_column .et_pb_promo .et_pb_button_wrapper .et_pb_button::before, #section-nos-prestations .et_pb_row:not(#ligne-titre-prestations) .et_pb_column .et_pb_promo .et_pb_button_wrapper .et_pb_button::after {
  content: " ";
  width: 0%;
  height: 0%;
  display: block;
  position: absolute;
  box-sizing: border-box;
  margin-left: 0;
  opacity: 0;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
#section-nos-prestations .et_pb_row:not(#ligne-titre-prestations) .et_pb_column .et_pb_promo .et_pb_button_wrapper .et_pb_button::before {
  bottom: 0;
  left: 0;
  border-bottom: 1px solid white;
  border-right: 1px solid white;
}
#section-nos-prestations .et_pb_row:not(#ligne-titre-prestations) .et_pb_column .et_pb_promo .et_pb_button_wrapper .et_pb_button::after {
  top: 0;
  right: 0;
  border-top: 1px solid white;
  border-left: 1px solid white;
  animation-delay: 1s;
}
#section-nos-realisations {
  background-position: bottom;
  padding-bottom: 40vh;
}
@media (max-width: 980px) {
  #section-nos-realisations {
    padding-bottom: 20vh;
  }
}
#section-nos-realisations::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 55vh;
  bottom: 0;
  right: 0;
  background-image: url("../../uploads/2019/03/toit-couverturedelaulne-coupee.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
}
@media (max-width: 980px) {
  #section-nos-realisations::before {
    height: 30vh;
  }
}
#section-nos-realisations .et_pb_text {
  max-width: 700px;
  margin: 0 auto 2.75%;
  text-align: center;
}
#section-nos-realisations .et_pb_text h2 {
  font-size: 50px;
  padding-bottom: 30px;
}
#section-nos-realisations .et_pb_slider .et_pb_slide_description {
  padding: 0;
}
#section-nos-realisations .et_pb_slider .et_pb_slide_description .et_pb_slide_content > div {
  width: 100% !important;
}
#section-nos-realisations .et_pb_slider .et-pb-arrow-next::before, #section-nos-realisations .et_pb_slider .et-pb-arrow-prev::before {
  color: #1b416a;
}
#section-nos-realisations .et_pb_slider .et-pb-controllers {
  position: relative;
  bottom: unset;
  margin-top: 10px;
}
#section-nos-realisations .et_pb_slider .et-pb-controllers a {
  background-color: #c4c4c4;
}
#section-nos-realisations .et_pb_slider .et-pb-controllers a.et-pb-active-control {
  background-color: #1b416a;
}
#section-divider {
  min-height: 50vh;
}
#back_page {
  margin: 30px auto;
  text-align: right;
}
#back_page button {
  padding: 10px 20px;
  background-color: #0c141e;
  color: white;
  cursor: pointer;
  border: none;
}
.top-section .et_pb_slides .et_pb_slide {
  min-height: 55vh;
}
.top-section .et_pb_slides .et_pb_slide::before {
  content: "";
  opacity: 0.5;
  width: 100%;
  height: 100%;
  background-color: #0c141e;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 479px) {
  .top-section .et_pb_slides .et_pb_slide .et_pb_slide_description {
    padding: 0;
  }
}
@media (max-width: 479px) {
  .top-section .et_pb_slides .et_pb_slide .et_pb_slide_description h1 {
    padding: 0 !important;
  }
}
.section-contactez-nous {
  background-color: #1b416a;
}
.section-titre-nos-realisations {
  background-color: #0c141e;
  padding-bottom: 100px !important;
}
.section-titre-nos-realisations .et_pb_row .et_pb_image.svg-realisations {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 80px;
  margin: 0;
}
.section-titre-nos-realisations .et_pb_row .et_pb_image.svg-realisations svg {
  opacity: 0;
  stroke-width: 1px;
}
.section-titre-nos-realisations .et_pb_row .et_pb_image.svg-realisations svg path {
  fill: none;
  stroke: #6F8EAF;
}
.section-titre-nos-realisations .et_pb_row .et_pb_image.svg-realisations svg.anim-svg path {
  animation: draw 2s forwards;
}
.section-titre-nos-realisations .et_pb_row .et_pb_text .et_pb_text_inner > * {
  text-align: center;
  color: white;
  font-size: 50px;
}
#couverture-section-realisation .et_pb_row {
  align-items: center;
}
#couverture-section-realisation .et_pb_row .et_pb_text ul {
  column-count: 2;
}
#couverture-section-pourquoi .et_pb_text {
  text-align: center;
}
#restauration-section-restaurer .et_pb_row {
  align-items: center;
}
.et_builder_inner_content #section-formulaire {
  background-color: rgba(0, 0, 0, 0.03);
}
.et_builder_inner_content #section-formulaire .et_pb_row {
  align-items: center;
}
.et_builder_inner_content #section-formulaire .et_pb_row .et_pb_column {
  height: 100%;
  color: #1b416a;
  padding: 20px;
}
.et_builder_inner_content #section-formulaire .et_pb_row .et_pb_column form > p:first-of-type {
  font-size: 0;
}
.et_builder_inner_content #section-formulaire .et_pb_row .et_pb_column form > p:first-of-type span.wpcf7-form-control-wrap:not(:nth-of-type(5)) {
  display: inline-block;
  margin-bottom: 3%;
}
@media (min-width: 501px) {
  .et_builder_inner_content #section-formulaire .et_pb_row .et_pb_column form > p:first-of-type span.wpcf7-form-control-wrap:not(:nth-of-type(5)) {
    width: 48%;
  }
  .et_builder_inner_content #section-formulaire .et_pb_row .et_pb_column form > p:first-of-type span.wpcf7-form-control-wrap:not(:nth-of-type(5)):nth-of-type(odd) {
    margin-right: 4%;
  }
}
.et_builder_inner_content #section-formulaire .et_pb_row .et_pb_column form > p:first-of-type span.wpcf7-form-control-wrap:not(:nth-of-type(5)) input {
  width: 100%;
  padding: 16px;
  font-size: 20px;
  background-color: transparent;
  transition: all 0.3s;
}
.et_builder_inner_content #section-formulaire .et_pb_row .et_pb_column form > p:first-of-type span.wpcf7-form-control-wrap:not(:nth-of-type(5)) input:focus {
  border-color: #1b416a;
}
.et_builder_inner_content #section-formulaire .et_pb_row .et_pb_column form > p:first-of-type span.wpcf7-form-control-wrap:nth-of-type(5) {
  display: block;
}
.et_builder_inner_content #section-formulaire .et_pb_row .et_pb_column form > p:first-of-type span.wpcf7-form-control-wrap:nth-of-type(5) textarea {
  width: 100%;
  padding: 16px;
  font-size: 20px;
  background-color: transparent;
  transition: all 0.3s;
}
.et_builder_inner_content #section-formulaire .et_pb_row .et_pb_column form > p:first-of-type span.wpcf7-form-control-wrap:nth-of-type(5) textarea:focus {
  border-color: #1b416a;
}
.et_builder_inner_content #section-formulaire .et_pb_row .et_pb_column form > p:nth-last-child(3) {
  float: right;
}
.et_builder_inner_content #section-formulaire .et_pb_row .et_pb_column form > p:nth-last-child(3) input[type=submit] {
  background-color: #0c141e;
  color: white;
  padding: 16px;
  font-size: 16px;
  text-transform: uppercase;
  float: right;
  border: 2px solid #0c141e;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
}
.et_builder_inner_content #section-formulaire .et_pb_row .et_pb_column form > p:nth-last-child(3) input[type=submit]:hover {
  border-color: white;
}
.et_builder_inner_content #section-formulaire .et_pb_row .et_pb_column form > .wpcf7-form-control-wrap {
  display: inline-block;
}
.et_builder_inner_content #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);
}
.et_builder_inner_content #section-formulaire .et_pb_row .et_pb_column:nth-child(2) address .bp-name, .et_builder_inner_content #section-formulaire .et_pb_row .et_pb_column:nth-child(2) address .bp-address, .et_builder_inner_content #section-formulaire .et_pb_row .et_pb_column:nth-child(2) address .bp-directions, .et_builder_inner_content #section-formulaire .et_pb_row .et_pb_column:nth-child(2) address .bp-phone {
  text-align: center;
  font-size: 18px;
}
.et_builder_inner_content #section-formulaire .et_pb_row .et_pb_column:nth-child(2) address .bp-directions a {
  color: #1b416a;
}
.et_builder_inner_content #section-horaires-map::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(27, 65, 106, 0.5);
}
.et_builder_inner_content #section-horaires-map .et_pb_column {
  background-color: #1b416a;
  color: white;
}
.et_builder_inner_content #section-horaires-map .et_pb_column:first-child {
  padding: 20px;
}
.et_builder_inner_content #section-horaires-map .et_pb_column:first-child address .bp-opening-hours {
  max-width: none;
  font-size: 20px;
}
.et_builder_inner_content #section-horaires-map .et_pb_column:first-child address .bp-opening-hours .bp-weekday {
  margin-top: 10px;
}
.et_builder_inner_content #section-horaires-map .et_pb_column:first-child address .bp-opening-hours .bp-weekday .bp-weekday-name {
  text-transform: capitalize;
}
.et_builder_inner_content #section-horaires-map .et_pb_column:nth-child(2) .et_pb_code {
  height: 100%;
}
.et_builder_inner_content #section-horaires-map .et_pb_column:nth-child(2) .et_pb_code .et_pb_code_inner {
  height: 100%;
}
.et_builder_inner_content #section-horaires-map .et_pb_column:nth-child(2) .et_pb_code .et_pb_code_inner iframe {
  height: 100%;
  width: 100%;
}
.et_builder_inner_content > .bp-contact-card {
  display: none;
}
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 #1b416a;
}
body.search #container-top-results #search-form-on-results input#searchsubmit {
  padding: 10px 20px;
  border-radius: 25px;
  background-color: #1b416a;
  color: white;
  border: 1px solid #1b416a;
  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: 20px;
}
body.search #content-area #left-area ul.search-items li span.price {
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #1b416a;
  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 #1b416a;
  display: inline-block;
}
.et_pb_row {
  max-width: 1380px !important;
}
@media (min-width: 981px) {
  .et_pb_text_inner, .et_pb_promo_description {
    font-size: 15px !important;
  }
}
#main-footer {
  background-color: #1b416a;
}
#main-footer > .container #footer-widgets {
  padding: 20px 0;
}
#main-footer > .container #footer-widgets .footer-widget:nth-of-type(1) p:last-of-type {
  display: flex;
  gap: 10px;
}
@media (max-width: 980px) {
  #main-footer > .container #footer-widgets .footer-widget:nth-of-type(1) p:last-of-type {
    justify-content: center;
  }
}
#main-footer > .container #footer-widgets .footer-widget .fwidget {
  width: 100%;
}
@media (max-width: 980px) {
  #main-footer > .container #footer-widgets .footer-widget .fwidget {
    text-align: center;
  }
}
#main-footer > .container #footer-widgets .footer-widget .fwidget h4.title {
  color: white;
  font-family: "Lora", serif;
  margin-bottom: 20px;
  letter-spacing: 2px;
}
#main-footer > .container #footer-widgets .footer-widget .fwidget #menu-menu-plan-du-site {
  column-count: 2;
}
#main-footer > .container #footer-widgets .footer-widget .fwidget #menu-menu-plan-du-site li {
  padding: 0;
  font-weight: 300;
}
#main-footer > .container #footer-widgets .footer-widget .fwidget #menu-menu-plan-du-site li::before {
  display: none;
}
#main-footer > .container #footer-widgets .footer-widget .fwidget #menu-menu-plan-du-site li.current-menu-item {
  font-weight: 600;
}
#main-footer > .container #footer-widgets .footer-widget .fwidget.widget_media_image {
  text-align: center;
}
#main-footer > .container #footer-widgets .footer-widget .fwidget.widget_media_image img {
  max-width: 150px !important;
}
#main-footer #footer-bottom #footer-info {
  width: 100%;
  text-align: center;
}
@media (min-width: 981px) {
  #main-footer .footer-widget, #main-footer .footer-widget li, #main-footer .footer-widget li a, #main-footer #footer-info {
    font-size: 18px !important;
  }
}
article.et_pb_post .entry-content > img:first-child {
  float: left;
  width: 50%;
  margin-right: 20px;
  padding-bottom: 50px;
}
body.single article {
  margin-top: 5%;
}
