@charset "UTF-8";
/* Playfair Display - normal */
@font-face {
  font-family: "Playfair Display";
  src: url("../Fonts/PlayfairDisplay/PlayfairDisplay-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
/* Playfair Display - italic */
@font-face {
  font-family: "Playfair Display";
  src: url("../Fonts/PlayfairDisplay/PlayfairDisplay-Italic-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
/* Roboto - normal */
@font-face {
  font-family: "Roboto";
  src: url("../Fonts/Roboto/Roboto-VariableFont_wdth,wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
/* Roboto - italic */
@font-face {
  font-family: "Roboto";
  src: url("../Fonts/Roboto/Roboto-Italic-VariableFont_wdth,wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
.fsize-11 p {
  font-size: 11px;
}

.fsize-12 p {
  font-size: 12px;
}

.fsize-13 p {
  font-size: 13px;
}

.fsize-14 p {
  font-size: 14px;
}

.fsize-15 p {
  font-size: 15px;
}

.fsize-16 p {
  font-size: 16px;
}

.fsize-17 p {
  font-size: 17px;
}

.fsize-18 p {
  font-size: 18px;
}

.fsize-19 p {
  font-size: 19px;
}

.fsize-20 p {
  font-size: 20px;
}

.fsize-21 p {
  font-size: 21px;
}

.fsize-22 p {
  font-size: 22px;
}

.fsize-23 p {
  font-size: 23px;
}

.fsize-24 p {
  font-size: 24px;
}

.fsize-25 p {
  font-size: 25px;
}

.fsize-26 p {
  font-size: 26px;
}

.fsize-27 p {
  font-size: 27px;
}

.fsize-28 p {
  font-size: 28px;
}

.fsize-29 p {
  font-size: 29px;
}

.fsize-30 p {
  font-size: 30px;
}

.fsize-31 p {
  font-size: 31px;
}

.fsize-32 p {
  font-size: 32px;
}

.fsize-33 p {
  font-size: 33px;
}
@media screen and (max-width: 767px) {
  .fsize-33 p {
    font-size: 32px;
  }
}

.fsize-34 p {
  font-size: 34px;
}
@media screen and (max-width: 767px) {
  .fsize-34 p {
    font-size: 32px;
  }
}

.fsize-35 p {
  font-size: 35px;
}
@media screen and (max-width: 767px) {
  .fsize-35 p {
    font-size: 32px;
  }
}

.fsize-36 p {
  font-size: 36px;
}
@media screen and (max-width: 767px) {
  .fsize-36 p {
    font-size: 32px;
  }
}

.fsize-37 p {
  font-size: 37px;
}
@media screen and (max-width: 767px) {
  .fsize-37 p {
    font-size: 32px;
  }
}

.fsize-38 p {
  font-size: 38px;
}
@media screen and (max-width: 767px) {
  .fsize-38 p {
    font-size: 32px;
  }
}

.fsize-39 p {
  font-size: 39px;
}
@media screen and (max-width: 767px) {
  .fsize-39 p {
    font-size: 32px;
  }
}

.fsize-40 p {
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .fsize-40 p {
    font-size: 32px;
  }
}

.fsize-41 p {
  font-size: 41px;
}
@media screen and (max-width: 767px) {
  .fsize-41 p {
    font-size: 32px;
  }
}

.fsize-42 p {
  font-size: 42px;
}
@media screen and (max-width: 767px) {
  .fsize-42 p {
    font-size: 32px;
  }
}

html, body {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 400;
  color: #000;
  margin: 0;
}

#content {
  background: #FEF8F3;
}

p,
li,
span,
a {
  font-weight: 300;
  line-height: 1.3;
}

b, strong {
  font-weight: 500;
}

li:not(.menu-item) {
  margin-bottom: 10px;
}

p,
h1,
h2,
h3 {
  margin: 0;
}

h1,
h2,
h3 {
  font-family: "Playfair Display", sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.3;
}

img {
  max-width: 100%;
}

.block-text[style] * {
  color: inherit !important;
}

.wp-element-button {
  background-color: var(--secondary-color);
  color: #FEF8F3;
  border: none;
  border-radius: 3px;
  transition: all 0.3s ease-out;
  padding: 20px 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
.wp-element-button:hover {
  background-color: #B0321E;
  color: #FEF8F3;
}

.btn-1,
.btn-2 {
  line-height: 1;
  text-decoration: none !important;
}
.btn-1:hover,
.btn-2:hover {
  text-decoration: none !important;
}
.btn-1:disabled,
.btn-2:disabled {
  opacity: 0.5;
}

.btn-3 {
  color: var(--secondary-color);
  font-size: 13px;
  padding-right: 15px;
  margin-left: 4px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  position: relative;
  font-weight: 400;
}
.btn-3:hover {
  text-decoration: underline;
}
.btn-3::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 10px;
  width: 10px;
  background-image: url("../images/Forward.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.btn-3.dark-version {
  color: #FEF8F3;
}
.btn-3.dark-version::before {
  filter: brightness(10);
}

.page-template-404 {
  min-height: 100vh;
  background: #080000;
}

.page-template-404 .site-header:not(.sticky-menu),
.post-template-default .site-header:not(.sticky-menu),
.realisation-template-default .site-header:not(.sticky-menu),
.page-template-default:not(.home) .site-header:not(.sticky-menu) {
  position: relative;
  background: #080000;
}
.page-template-404 .site-header:not(.sticky-menu) .header-inner,
.post-template-default .site-header:not(.sticky-menu) .header-inner,
.realisation-template-default .site-header:not(.sticky-menu) .header-inner,
.page-template-default:not(.home) .site-header:not(.sticky-menu) .header-inner {
  padding-bottom: 5px;
  padding-top: 10px;
}
.page-template-404 .site-header.sticky-menu + #content,
.post-template-default .site-header.sticky-menu + #content,
.realisation-template-default .site-header.sticky-menu + #content,
.page-template-default:not(.home) .site-header.sticky-menu + #content {
  padding-top: 103px;
}

body.menu-open {
  overflow: hidden;
}

.site-header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.site-header .burger-menu {
  display: none;
  position: relative;
  top: 0;
  right: 30px;
  z-index: 9999;
  width: 30px;
  cursor: pointer;
}
.site-header .burger-menu span {
  display: block;
  height: 3px;
  background: #FFF;
  margin: 6px 0;
  transition: 0.3s;
}
.site-header .burger-menu.open span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}
.site-header .burger-menu.open span:nth-child(2) {
  opacity: 0;
}
.site-header .burger-menu.open span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}
@media screen and (max-width: 767px) {
  .site-header.sticky-menu {
    position: fixed;
    background: #080000;
  }
  .site-header.sticky-menu .header-inner {
    padding: 10px 30px 5px 30px;
  }
  .site-header.sticky-menu .header-inner .site-logo {
    max-width: 120px;
  }
  .site-header.sticky-menu .burger-menu {
    right: 0;
  }
  .site-header .burger-menu {
    display: block;
  }
}
.site-header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
}
.site-header .header-inner .site-logo {
  max-width: 150px;
}
.site-header .header-inner .site-logo img {
  max-width: 100%;
  height: auto;
}
.site-header .header-inner .site-nav .nav-menu {
  display: flex;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header .header-inner .site-nav .nav-menu > .menu-item {
  position: relative;
}
.site-header .header-inner .site-nav .nav-menu > .menu-item a {
  color: #FFF;
  text-decoration: none;
  font-weight: 400;
  padding-bottom: 10px;
}
.site-header .header-inner .site-nav .nav-menu > .menu-item .sub-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  background-color: var(--secondary-color);
  list-style: none;
  margin: 0;
  padding: 10px 0;
  min-width: 200px;
  max-height: 0;
  border-radius: 3px;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .site-header .header-inner .site-nav .nav-menu > .menu-item .sub-menu {
    position: relative;
    top: unset;
    left: unset;
    background: none;
    padding: 0 0 0 10px;
    min-width: unset;
    opacity: 1;
    visibility: visible;
    overflow: auto;
    max-height: unset;
  }
}
.site-header .header-inner .site-nav .nav-menu > .menu-item .sub-menu li {
  display: flex;
}
.site-header .header-inner .site-nav .nav-menu > .menu-item .sub-menu li:hover > a {
  padding-left: 25px;
}
.site-header .header-inner .site-nav .nav-menu > .menu-item .sub-menu li a {
  color: #FFF;
  text-decoration: none;
  transition: all 0.3s ease;
  padding: 10px 20px;
  width: 100%;
}
.site-header .header-inner .site-nav .nav-menu > .menu-item:hover > .sub-menu {
  max-height: 500px;
  opacity: 1;
  visibility: visible;
}
.site-header .header-inner .site-nav .nav-menu > .menu-item:last-of-type a {
  font-family: "Playfair Display", sans-serif;
  font-size: 17px;
  font-style: italic;
  line-height: 17px;
}

#main-nav .mobile-logo {
  display: none;
}

@media screen and (max-width: 767px) {
  .btn-1, .btn-2, .wp-element-button {
    max-height: 46px;
  }
  .btn-1.wpcf7-submit {
    padding: 15px;
  }
  .site-nav .nav-menu {
    display: none;
  }
  .burger-menu {
    display: block;
  }
  #main-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: var(--primary-color);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    transition: all 0.35s ease;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 40px 80px 10%;
    gap: 40px;
    justify-content: space-between;
  }
  #main-nav::before {
    content: "";
    position: absolute;
    background-image: url("../images/texture_blanc.svg");
    background-repeat: no-repeat;
    background-size: 300%;
    opacity: 0.15;
    z-index: 1;
    width: 100%;
    height: 30vh;
    left: 0;
    bottom: 0;
    background-position: top center;
  }
  #main-nav .menu-main-menu-container {
    position: relative;
    z-index: 2;
    width: 100%;
  }
  #main-nav .mobile-logo {
    display: block;
    position: relative;
    z-index: 2;
  }
  #main-nav .mobile-logo img {
    width: 140px;
    height: auto;
  }
  #main-nav .header-menu-top {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
  }
  #main-nav .nav-menu {
    display: flex !important;
    flex-direction: column;
    gap: 24px;
    width: 100%;
  }
  #main-nav .nav-menu > li {
    display: flex;
    flex-wrap: wrap;
  }
  #main-nav .nav-menu > li a {
    color: #FFF;
    font-size: 22px;
    font-weight: 400;
    text-align: left;
    width: 100%;
    display: flex;
    padding-bottom: 0;
  }
  #main-nav .nav-menu > li.menu-item-has-children a {
    width: 80%;
  }
  #main-nav .nav-menu > li.menu-item-has-children.open-sub .submenu-toggle {
    transform: rotate(-180deg);
  }
  #main-nav .nav-menu > li.menu-item-has-children.open-sub > .sub-menu {
    display: flex;
    flex-direction: column;
    width: 80%;
  }
  #main-nav .nav-menu > li.menu-item-has-children .submenu-toggle {
    display: flex;
    width: 20%;
    justify-content: center;
    height: 20px;
    background: url("../images/picto-arrow.svg") center center/contain no-repeat;
    align-self: center;
    transition: all 0.2s ease-in-out;
  }
  #main-nav .nav-menu > li .sub-menu {
    display: none;
    gap: 20px;
    margin-top: 20px;
  }
  #main-nav .nav-menu > li .sub-menu li a {
    font-size: 20px;
    opacity: 0.8;
    padding: 0 0 0 20px;
    position: relative;
  }
  #main-nav .nav-menu > li .sub-menu li a::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 1px;
    background: #FFF;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  #main-nav .header-social {
    display: flex;
    gap: 40px;
    z-index: 9;
  }
  #main-nav.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .btn-1,
  .btn-2 {
    width: 100% !important;
    justify-content: center;
  }
  .buttons {
    width: 100%;
  }
  .wp-block-columns.pictos-mobile {
    flex-wrap: wrap !important;
  }
  .wp-block-columns.pictos-mobile > .wp-block-column {
    width: calc(50% - 16px);
    flex-basis: auto;
  }
}
#breadcrumbs > span {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0;
}
#breadcrumbs > span > span {
  font-size: 12px;
}
#breadcrumbs > span > span a {
  color: #080000;
  text-decoration: none;
}
#breadcrumbs > span > span:not(.breadcrumb_last) a {
  opacity: 0.5;
  transition: all 0.2s ease-out;
}
#breadcrumbs > span > span:not(.breadcrumb_last) a:hover {
  opacity: 1;
}
#breadcrumbs > span > span:not(.breadcrumb_last)::after {
  content: url("../images/arrow-right.svg");
  margin: 0 8px;
}

.hero {
  position: relative;
  height: 720px;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .hero {
    height: auto !important;
  }
}
.hero.hero-banner {
  height: 420px;
}
.hero .hero-overlay {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.55) 10%, rgba(0, 0, 0, 0.35) 30%, rgba(0, 0, 0, 0.35) 70%, rgba(0, 0, 0, 0.55) 90%, rgba(0, 0, 0, 0.75) 100%);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.hero .hero-overlay .hero-content {
  text-align: left;
  color: #FFF;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.hero .hero-overlay .hero-content h1 {
  font-size: 62px;
  font-weight: 300;
  font-family: "Roboto", Arial, sans-serif;
  color: #FFF;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .hero .hero-overlay .hero-content h1 {
    font-size: 38px;
    line-height: 42px;
    text-align: center;
    width: 100%;
  }
}
.hero .hero-overlay .hero-content h1 span {
  font-style: italic;
  font-family: "Playfair Display", sans-serif;
}
@media screen and (min-width: 768px) {
  .hero .hero-overlay .hero-content .hero-buttons {
    padding-left: 40px;
    border-left: 1px solid #FFF;
  }
  .hero .hero-overlay .hero-content .hero-buttons .buttons {
    display: flex;
    gap: 40px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .hero .hero-overlay .hero-content .hero-buttons {
    margin-top: 20px;
    text-align: center;
    width: 100%;
  }
  .hero .hero-overlay .hero-content .hero-buttons .buttons {
    gap: 10px;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
  }
  .hero .hero-overlay .hero-content .hero-buttons .buttons a {
    width: 100%;
    justify-content: center;
  }
}
.hero .hero-overlay .hero-content .hero-buttons p {
  font-size: 28px;
  font-style: italic;
  font-family: "Playfair Display", sans-serif;
  margin: 0;
  font-weight: 400;
  color: #FFF;
}
.hero .hero-overlay .hero-content .hero-buttons-internpages .buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .hero .hero-overlay .hero-content .hero-buttons-internpages {
    margin-top: 20px;
    text-align: center;
    width: 100%;
  }
  .hero .hero-overlay .hero-content .hero-buttons-internpages .buttons {
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
  }
  .hero .hero-overlay .hero-content .hero-buttons-internpages .buttons a {
    width: 100%;
    justify-content: center;
  }
}
.hero .hero-overlay .hero-content .hero-submenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.hero .hero-overlay .hero-content .hero-submenu ul li {
  display: flex;
  flex-wrap: wrap;
}
.hero .hero-overlay .container {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .hero .hero-overlay .container {
    margin-bottom: 40px;
    padding-top: 160px;
  }
}

.breadcrumb-container {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  z-index: 5;
}

.breadcrumb-content {
  padding-bottom: 30px;
  font-size: 12px;
  margin: 30px 0 0 0;
  border-bottom: 1px solid var(--primary-color);
}
.breadcrumb-content .breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumb-content .breadcrumb-item a.breadcrumb-link {
  color: #080000;
  text-decoration: none;
  font-weight: 300;
  opacity: 0.5;
}
.breadcrumb-content .breadcrumb-item a.breadcrumb-link:hover {
  text-decoration: underline;
}
.breadcrumb-content .breadcrumb-sep-wrapper {
  display: inline-flex;
  align-items: center;
  margin: 0 4px;
}
.breadcrumb-content .breadcrumb-sep-wrapper .breadcrumb-sep {
  display: inline-block;
  width: 11px;
  height: 12px;
  vertical-align: middle;
  font-weight: 600;
}
.breadcrumb-content .breadcrumb-sep-wrapper .breadcrumb-sep img {
  width: 11px;
  height: auto;
}
.breadcrumb-content .breadcrumb-current {
  color: #080000;
  font-weight: 300;
}

.primary-title {
  font-family: "Playfair Display", sans-serif;
  font-style: italic;
  font-size: 32px;
  font-weight: 400;
  color: var(--primary-color);
}

.txtalign-left h1,
.txtalign-left h2,
.txtalign-left h3,
.txtalign-left p,
.txtalign-left span,
.txtalign-left strong,
.txtalign-left a {
  text-align: left;
}
.txtalign-center h1,
.txtalign-center h2,
.txtalign-center h3,
.txtalign-center p,
.txtalign-center span,
.txtalign-center strong,
.txtalign-center a {
  text-align: center;
}
.txtalign-right h1,
.txtalign-right h2,
.txtalign-right h3,
.txtalign-right p,
.txtalign-right span,
.txtalign-right strong,
.txtalign-right a {
  text-align: right;
}

.ctaalign-left {
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .ctaalign-left {
    justify-content: center;
  }
}
.ctaalign-center {
  display: flex;
  justify-content: center;
}
.ctaalign-right {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .ctaalign-right {
    justify-content: center;
  }
}

[class^=bg-] .container, [class*=" bg-"] .container {
  position: relative;
  z-index: 2;
}

.row.mt-breadcrumb {
  margin-top: 94px;
}

.row.pt-breadcrumb {
  padding-top: 94px;
}

.bg-primary {
  position: relative;
}
.bg-primary::before {
  content: "";
  position: absolute;
  background: var(--primary-color);
  z-index: 0;
}
.bg-primary .sep-top {
  border-top: 1px solid #FEF8F3;
}
.bg-primary .sep-bottom {
  border-bottom: 1px solid #FEF8F3;
}
.bg-primary .sep-both {
  border-top: 1px solid #FEF8F3;
  border-bottom: 1px solid #FEF8F3;
}
.bg-secondary {
  position: relative;
}
.bg-secondary::before {
  content: "";
  position: absolute;
  background: var(--secondary-color);
  z-index: 0;
}
.bg-secondary .sep-top {
  border-top: 1px solid #FEF8F3;
}
.bg-secondary .sep-bottom {
  border-bottom: 1px solid #FEF8F3;
}
.bg-secondary .sep-both {
  border-top: 1px solid #FEF8F3;
  border-bottom: 1px solid #FEF8F3;
}
.bg-none .sep-top {
  border-top: 1px solid var(--primary-color);
}
.bg-none .sep-bottom {
  border-bottom: 1px solid var(--primary-color);
}
.bg-none .sep-both {
  border-top: 1px solid var(--primary-color);
  border-bottom: 1px solid var(--primary-color);
}
.bg-pos-all::before {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.bg-pos-onleft::before {
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .bg-pos-onleft::before {
    width: 100%;
  }
}
.bg-pos-onright::before {
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .bg-pos-onright::before {
    width: 100%;
  }
}
.bg-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.bg-img::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
}

.illustration-wrapper {
  position: relative;
  overflow: hidden;
}
.illustration-wrapper::before {
  content: "";
  position: absolute;
  background-image: url("../images/texture_marron.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.2;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .illustration-wrapper::before {
    opacity: 0.1;
  }
}
.illustration-wrapper.illus-onleft::before, .illustration-wrapper.illus-onright::before {
  background-image: url("../images/texture_marron_v.svg");
}
.illustration-wrapper:not(.illus-bg-none)::before {
  background-image: url("../images/texture_blanc.svg");
}
.illustration-wrapper:not(.illus-bg-none).illus-onleft::before, .illustration-wrapper:not(.illus-bg-none).illus-onright::before {
  background-image: url("../images/texture_blanc_v.svg");
}
.illustration-wrapper.illus-onleft::before {
  height: 100%;
  width: 50%;
  top: 0;
  left: 0;
}
.illustration-wrapper.illus-onright::before {
  height: 100%;
  width: calc(50% + 30px);
  right: 0;
  top: 0;
  background-position: top center;
}
.illustration-wrapper.illus-onbottom::before {
  width: 100%;
  height: 200px;
  left: 0;
  bottom: 0;
  background-position: top center;
}
.illustration-wrapper.illus-ontop::before {
  width: 100%;
  height: 200px;
  left: 0;
  top: 0;
  background-position: bottom center;
}
.illustration-wrapper.illus-all::before {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.project_block .buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding: 45px 0;
}
@media screen and (max-width: 767px) {
  .project_block .buttons {
    gap: 10px;
  }
}

@media screen and (min-width: 768px) {
  .row .col.txtgauche {
    padding-right: 30px;
  }
  .row .col.txtdroite {
    padding-left: 30px;
  }
  .header-social {
    display: none;
  }
}
.form-txt_block .align-items-center {
  align-items: center;
}
.form-txt_block .txt-side {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.form-txt_block .txt-side .block-text {
  width: 100%;
}
.form-txt_block .txt-side .primary-title {
  margin: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  font-size: 55px;
  color: var(--secondary-color);
}
@media screen and (max-width: 767px) {
  .form-txt_block .txt-side .primary-title {
    font-size: 38px;
  }
}
.form-txt_block .txt-side .primary-title .first-title {
  width: 100%;
  font-family: "Roboto", Arial, sans-serif;
  font-style: normal;
}
.form-txt_block .txt-side .primary-title .second-title {
  width: 100%;
  font-family: "Playfair Display", sans-serif;
}
.form-txt_block .form-side {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 40px 0 40px;
}
.form-txt_block .form-side h2 {
  text-align: center;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--primary-color);
}
.form-txt_block .form-side .myContactForm > p:last-child {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .form-txt_block .form-side {
    margin-top: 20px;
  }
  .form-txt_block .form-side h2 {
    font-size: 26px;
  }
}
.form-txt_block:not(.bg-none) .sep-top, .form-txt_block:not(.bg-none) .sep-bottom, .form-txt_block:not(.bg-none) .sep-both {
  border-color: #FEF8F3;
}
.form-txt_block .buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.media-txt_block .align-items-center {
  align-items: center;
}
.media-txt_block .txt-side {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.media-txt_block .txt-side .block-text {
  width: 100%;
}
.media-txt_block .txt-side .primary-title {
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .media-txt_block .txtdroite {
    margin-top: 20px;
  }
  .media-txt_block > .container > .row > .col {
    order: 2;
  }
  .media-txt_block > .container > .row > .col.txt-side {
    order: 1;
  }
}
.media-txt_block .img-side {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .media-txt_block .img-side {
    padding-top: 20px;
  }
}
.media-txt_block .img-side img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 767px) {
  .media-txt_block .img-side img {
    min-height: 260px !important;
    max-height: 260px !important;
  }
}
.media-txt_block .img-side.img-wborder img {
  border: 1px solid var(--primary-color);
}
.media-txt_block:not(.bg-none) .img-side.img-wborder img {
  border-color: #FEF8F3;
}
.media-txt_block:not(.bg-none) .sep-top, .media-txt_block:not(.bg-none) .sep-bottom, .media-txt_block:not(.bg-none) .sep-both {
  border-color: #FEF8F3;
}
.media-txt_block .buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.fstyle-title p {
  font-family: "Playfair Display", sans-serif;
  font-style: italic;
}
.fstyle-content p {
  font-family: "Roboto", Arial, sans-serif;
}

.flex-content {
  display: flex;
  flex-wrap: wrap;
}

.content_block.br-block {
  padding-left: 10px;
  border-left: 1px solid var(--primary-color);
}
.content_block.br-block .col {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.content_block.br-block .col img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.reassurance_block .items-grid {
  border: 1px solid #FEF8F3;
  padding: 20px;
}
.reassurance_block .items-grid .item-wrapper {
  padding: 20px;
  justify-content: center;
  align-items: center;
}
.reassurance_block .items-grid .item-wrapper .item {
  height: auto;
  max-height: 100%;
}
.reassurance_block .items-grid.has-separators .item-wrapper:last-child::before {
  content: none;
}

@media screen and (max-width: 767px) {
  .listing-items_block .items-grid .item {
    min-height: 280px !important;
    height: auto;
  }
}

.listing-items_block .item-custom-illus,
.reassurance_block .item-custom-illus {
  border: 1px solid var(--primary-color);
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .listing-items_block .item-custom-illus,
  .reassurance_block .item-custom-illus {
    min-height: auto !important;
    padding-bottom: 60px;
  }
}
.listing-items_block .primary-title,
.reassurance_block .primary-title {
  margin-bottom: 40px;
  width: 100%;
}
.listing-items_block .block-text,
.reassurance_block .block-text {
  margin-bottom: 40px;
}
.listing-items_block .block-header,
.reassurance_block .block-header {
  flex-wrap: wrap;
}
.listing-items_block .items-grid,
.reassurance_block .items-grid {
  display: grid;
  grid-template-columns: repeat(var(--cols, 4), 1fr);
  width: 100%;
}
@media (max-width: 991px) {
  .listing-items_block .items-grid,
  .reassurance_block .items-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .listing-items_block .items-grid,
  .reassurance_block .items-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px !important;
  }
}
.listing-items_block .items-grid.has-separators .item-wrapper:not(.swiper-slide)::before,
.reassurance_block .items-grid.has-separators .item-wrapper:not(.swiper-slide)::before {
  content: "";
  position: absolute;
  top: 0;
  right: calc(var(--gap, 80px) / -2);
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}
.listing-items_block .items-grid.has-separators[style*="--cols: 3"] .item-wrapper:nth-child(3n)::before, .listing-items_block .items-grid.has-separators[style*="--cols: 4"] .item-wrapper:nth-child(4n)::before, .listing-items_block .items-grid.has-separators[style*="--cols: 2"] .item-wrapper:nth-child(2n)::before, .listing-items_block .items-grid.has-separators[style*="--cols: 1"] .item-wrapper:nth-child(1n)::before,
.reassurance_block .items-grid.has-separators[style*="--cols: 3"] .item-wrapper:nth-child(3n)::before,
.reassurance_block .items-grid.has-separators[style*="--cols: 4"] .item-wrapper:nth-child(4n)::before,
.reassurance_block .items-grid.has-separators[style*="--cols: 2"] .item-wrapper:nth-child(2n)::before,
.reassurance_block .items-grid.has-separators[style*="--cols: 1"] .item-wrapper:nth-child(1n)::before {
  content: none;
}
.listing-items_block .items-grid .item-wrapper,
.reassurance_block .items-grid .item-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
}
.listing-items_block .items-grid .item,
.reassurance_block .items-grid .item {
  display: block;
  text-decoration: none;
  position: relative;
  background-size: cover;
  background-position: center;
  height: 100%;
}
.listing-items_block .items-grid .item:not(.noclick):hover .item-content .item-title::before,
.reassurance_block .items-grid .item:not(.noclick):hover .item-content .item-title::before {
  width: 100%;
  opacity: 1;
}
.listing-items_block .items-grid .item:not(.noclick):hover .item-content::before,
.reassurance_block .items-grid .item:not(.noclick):hover .item-content::before {
  height: 100%;
}
.listing-items_block .items-grid .item .item-content,
.reassurance_block .items-grid .item .item-content {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  padding: 30px 0;
  position: relative;
  z-index: 2;
}
.listing-items_block .items-grid .item .item-content .item-cat,
.reassurance_block .items-grid .item .item-content .item-cat {
  width: 100%;
  text-align: center;
  color: #FEF8F3;
}
.listing-items_block .items-grid .item .item-content .flex-content,
.reassurance_block .items-grid .item .item-content .flex-content {
  gap: 20px;
}
.listing-items_block .items-grid .item .item-content .item-title,
.reassurance_block .items-grid .item .item-content .item-title {
  color: #FEF8F3;
  font-weight: 400;
  font-size: 24px;
  line-height: 27px;
  font-family: "Playfair Display", sans-serif;
  font-style: italic;
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.listing-items_block .items-grid .item .item-content .item-title::before,
.reassurance_block .items-grid .item .item-content .item-title::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  background: #FEF8F3;
  box-shadow: 1px 1px 4px #CCC;
  width: 0;
  height: 1px;
  opacity: 0;
  transition: all 0.3s ease;
}
.listing-items_block .items-grid .item .item-content .item-desc,
.reassurance_block .items-grid .item .item-content .item-desc {
  width: 100%;
  color: #FEF8F3;
}
.listing-items_block .items-grid .item .item-content .item-desc p,
.reassurance_block .items-grid .item .item-content .item-desc p {
  color: #FEF8F3;
}
.listing-items_block .items-grid .item .item-content::before,
.reassurance_block .items-grid .item .item-content::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  background: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  bottom: 0;
  left: 0;
  transition: all 0.3s ease;
}
.listing-items_block .items-grid .item.no-img,
.reassurance_block .items-grid .item.no-img {
  border: 1px solid var(--primary-color);
  border-radius: 3px;
}
.listing-items_block .items-grid .item.no-img::before,
.reassurance_block .items-grid .item.no-img::before {
  content: "";
  position: absolute;
  background-image: url("../images/texture_marron.svg");
  opacity: 0.5;
  z-index: 1;
  height: 30%;
  top: 0;
  left: 0;
  width: 100%;
  background-size: 600% auto;
  background-position: 22% 0%;
  transform: scaleY(-1);
  background-repeat: no-repeat;
}
.listing-items_block .items-grid .item.no-img .item-content .item-title,
.reassurance_block .items-grid .item.no-img .item-content .item-title {
  color: var(--primary-color);
  font-weight: 400;
  font-size: 24px;
  line-height: 27px;
  text-shadow: none;
}
.listing-items_block .items-grid .item.no-img .item-content .item-title::before,
.reassurance_block .items-grid .item.no-img .item-content .item-title::before {
  background: var(--primary-color);
  box-shadow: none;
}
.listing-items_block .items-grid .item.no-img .item-content .item-desc,
.reassurance_block .items-grid .item.no-img .item-content .item-desc {
  color: var(--primary-color);
}
.listing-items_block .items-grid .item.no-img .item-content::before,
.reassurance_block .items-grid .item.no-img .item-content::before {
  content: none;
}
.listing-items_block .items-grid .item.item-custom-illus,
.reassurance_block .items-grid .item.item-custom-illus {
  border: 1px solid var(--primary-color);
  border-radius: 3px;
}
.listing-items_block .items-grid .item.item-custom-illus::before,
.reassurance_block .items-grid .item.item-custom-illus::before {
  content: "";
  position: absolute;
  background-image: url("../images/texture_marron.svg");
  opacity: 0.5;
  z-index: 1;
  height: 30%;
  bottom: 0;
  left: 0;
  width: 100%;
  background-size: 600% auto;
  background-position: 22% 0%;
  background-repeat: no-repeat;
}
.listing-items_block .items-grid .item.item-custom-illus .item-content,
.reassurance_block .items-grid .item.item-custom-illus .item-content {
  align-items: flex-start;
  padding: 20px 10px;
}
.listing-items_block .items-grid .item.item-custom-illus .item-content .item-title,
.reassurance_block .items-grid .item.item-custom-illus .item-content .item-title {
  color: var(--primary-color);
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  text-shadow: none;
  margin: 0;
}
.listing-items_block .items-grid .item.item-custom-illus .item-content .item-title::before,
.reassurance_block .items-grid .item.item-custom-illus .item-content .item-title::before {
  background: var(--primary-color);
  box-shadow: none;
}
.listing-items_block .items-grid .item.item-custom-illus .item-content .item-desc,
.reassurance_block .items-grid .item.item-custom-illus .item-content .item-desc {
  color: var(--primary-color);
}
.listing-items_block .items-grid .item.item-custom-illus .item-content::before,
.reassurance_block .items-grid .item.item-custom-illus .item-content::before {
  content: none;
}
.listing-items_block .items-grid .item.empty-style .item-content,
.reassurance_block .items-grid .item.empty-style .item-content {
  align-items: flex-start;
  padding: 20px 10px;
}
.listing-items_block .items-grid .item.empty-style .item-content .flex-content,
.reassurance_block .items-grid .item.empty-style .item-content .flex-content {
  height: 100%;
  align-items: stretch;
}
.listing-items_block .items-grid .item.empty-style .item-content .item-title,
.reassurance_block .items-grid .item.empty-style .item-content .item-title {
  font-size: 18px;
}
.listing-items_block .items-grid .item.empty-style .item-content .item-desc,
.reassurance_block .items-grid .item.empty-style .item-content .item-desc {
  text-align: center;
}
.listing-items_block .items-grid .item.empty-style .item-content .item-desc p,
.reassurance_block .items-grid .item.empty-style .item-content .item-desc p {
  font-size: 14px;
}
.listing-items_block .items-grid .item.empty-style .item-content::before,
.reassurance_block .items-grid .item.empty-style .item-content::before {
  content: none;
}
.listing-items_block .items-grid .item-thumb,
.reassurance_block .items-grid .item-thumb {
  width: 100%;
  overflow: hidden;
}
.listing-items_block .items-grid .item-thumb img,
.reassurance_block .items-grid .item-thumb img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.listing-items_block.bg-img .items-grid .item.no-img, .listing-items_block.bg-primary .items-grid .item.no-img,
.reassurance_block.bg-img .items-grid .item.no-img,
.reassurance_block.bg-primary .items-grid .item.no-img {
  border-color: #FEF8F3;
}
.listing-items_block.bg-img .items-grid .item.no-img::before, .listing-items_block.bg-primary .items-grid .item.no-img::before,
.reassurance_block.bg-img .items-grid .item.no-img::before,
.reassurance_block.bg-primary .items-grid .item.no-img::before {
  background-image: url("../images/texture_blanc.svg");
}
.listing-items_block.bg-img .items-grid .item.no-img .item-content .item-title, .listing-items_block.bg-primary .items-grid .item.no-img .item-content .item-title,
.reassurance_block.bg-img .items-grid .item.no-img .item-content .item-title,
.reassurance_block.bg-primary .items-grid .item.no-img .item-content .item-title {
  color: #FEF8F3;
}
.listing-items_block.bg-img .items-grid .item.no-img .item-content .item-title::before, .listing-items_block.bg-primary .items-grid .item.no-img .item-content .item-title::before,
.reassurance_block.bg-img .items-grid .item.no-img .item-content .item-title::before,
.reassurance_block.bg-primary .items-grid .item.no-img .item-content .item-title::before {
  background: #FEF8F3;
  box-shadow: none;
}
.listing-items_block.bg-img .items-grid .item.no-img .item-content .item-desc, .listing-items_block.bg-primary .items-grid .item.no-img .item-content .item-desc,
.reassurance_block.bg-img .items-grid .item.no-img .item-content .item-desc,
.reassurance_block.bg-primary .items-grid .item.no-img .item-content .item-desc {
  color: #FEF8F3;
}
.listing-items_block.bg-img .items-grid .item.item-custom-illus, .listing-items_block.bg-primary .items-grid .item.item-custom-illus,
.reassurance_block.bg-img .items-grid .item.item-custom-illus,
.reassurance_block.bg-primary .items-grid .item.item-custom-illus {
  border-color: #FEF8F3;
}
.listing-items_block.bg-img .items-grid .item.item-custom-illus::before, .listing-items_block.bg-primary .items-grid .item.item-custom-illus::before,
.reassurance_block.bg-img .items-grid .item.item-custom-illus::before,
.reassurance_block.bg-primary .items-grid .item.item-custom-illus::before {
  background-image: url("../images/texture_blanc.svg");
}
.listing-items_block.bg-img .items-grid .item.item-custom-illus .item-content .item-title, .listing-items_block.bg-primary .items-grid .item.item-custom-illus .item-content .item-title,
.reassurance_block.bg-img .items-grid .item.item-custom-illus .item-content .item-title,
.reassurance_block.bg-primary .items-grid .item.item-custom-illus .item-content .item-title {
  color: #FEF8F3;
}
.listing-items_block.bg-img .items-grid .item.item-custom-illus .item-content .item-title::before, .listing-items_block.bg-primary .items-grid .item.item-custom-illus .item-content .item-title::before,
.reassurance_block.bg-img .items-grid .item.item-custom-illus .item-content .item-title::before,
.reassurance_block.bg-primary .items-grid .item.item-custom-illus .item-content .item-title::before {
  background: #FEF8F3;
  box-shadow: none;
}
.listing-items_block.bg-img .items-grid .item.item-custom-illus .item-content .item-desc, .listing-items_block.bg-primary .items-grid .item.item-custom-illus .item-content .item-desc,
.reassurance_block.bg-img .items-grid .item.item-custom-illus .item-content .item-desc,
.reassurance_block.bg-primary .items-grid .item.item-custom-illus .item-content .item-desc {
  color: #FEF8F3;
}

.swiper-wrapper {
  cursor: grab;
}

.single-slide_block > .container {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}
.single-slide_block > .container .swiper-slide .txtdroite,
.single-slide_block > .container .swiper-slide .txtgauche {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.single-slide_block > .container .swiper-slide .txtdroite .contain-content,
.single-slide_block > .container .swiper-slide .txtgauche .contain-content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.single-slide_block > .container .swiper-slide .txtdroite .contain-content .primary-title,
.single-slide_block > .container .swiper-slide .txtgauche .contain-content .primary-title {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .single-slide_block > .container .swiper-slide .txtdroite .contain-content .primary-title,
  .single-slide_block > .container .swiper-slide .txtgauche .contain-content .primary-title {
    padding-top: 10px;
  }
}
.single-slide_block > .container .swiper-slide .txtdroite .contain-content .block-text,
.single-slide_block > .container .swiper-slide .txtgauche .contain-content .block-text {
  width: 100%;
}
.single-slide_block > .container .img-side {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.single-slide_block > .container .img-side img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 767px) {
  .single-slide_block > .container .img-side img {
    min-height: 260px !important;
    max-height: 260px !important;
  }
}

.carousel_block .swiper {
  overflow: hidden;
}
.carousel_block .swiper .swiper-slide {
  width: 33.33333vw;
  transition: all 0.5s ease-out;
}
.carousel_block .swiper .swiper-slide.swiper-slide-active {
  width: 50vw;
  margin-left: -10vw;
}
.carousel_block .swiper .swiper-slide:last-child {
  margin-right: -10vw;
}
.carousel_block .swiper .swiper-slide.swiper-slide-next .carousel-link {
  pointer-events: all;
}
.carousel_block .swiper .swiper-slide.swiper-slide-next .carousel-item .carousel-content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.carousel_block .swiper .swiper-slide.swiper-slide-next .carousel-item::before {
  opacity: 1;
  height: 50%;
  background: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.75) 100%);
  transition: height 0.3s ease-out;
}
.carousel_block .swiper .swiper-slide .carousel-link {
  pointer-events: none;
}
.carousel_block .swiper .swiper-slide .carousel-link:hover .carousel-item::before {
  height: 100%;
}
.carousel_block .swiper .swiper-slide .carousel-link:hover .carousel-item .carousel-content .carousel-title::before {
  width: 100%;
  opacity: 1;
}
.carousel_block .swiper .swiper-slide .carousel-item {
  min-height: 520px;
  padding: 60px 40px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  position: relative;
}
.carousel_block .swiper .swiper-slide .carousel-item .carousel-content {
  display: none;
  width: 100%;
  gap: 20px;
  z-index: 2;
}
.carousel_block .swiper .swiper-slide .carousel-item .carousel-content .carousel-title {
  color: #FEF8F3;
  font-family: "Playfair Display", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 26px;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.carousel_block .swiper .swiper-slide .carousel-item .carousel-content .carousel-title::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  background: #FEF8F3;
  box-shadow: 1px 1px 4px #CCC;
  width: 0;
  height: 1px;
  opacity: 0;
  transition: all 0.3s ease;
}
.carousel_block .swiper .swiper-slide .carousel-item .carousel-content .carousel-taxonomy {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  padding-left: 20px;
  position: relative;
}
.carousel_block .swiper .swiper-slide .carousel-item .carousel-content .carousel-taxonomy .carousel-taxonomy-label {
  color: #FEF8F3;
  font-size: 14px;
}
.carousel_block .swiper .swiper-slide .carousel-item .carousel-content .carousel-taxonomy::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: cover;
  background: url("../images/SM-Typederealisation.svg");
  filter: brightness(100);
}
.carousel_block .swiper .swiper-slide .carousel-item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #FFF;
  opacity: 0.3;
}
@media screen and (max-width: 767px) {
  .carousel_block .swiper .swiper-slide .carousel-item {
    min-height: 400px;
    padding: 40px 20px;
    align-items: center;
  }
  .carousel_block .swiper .swiper-slide .carousel-item .carousel-content {
    justify-content: center;
  }
}
@media screen and (max-width: 1024px) {
  .carousel_block .swiper .swiper-slide.swiper-slide-active {
    width: 40vw;
    margin-left: -5vw;
  }
  .carousel_block .swiper .swiper-slide:last-child {
    margin-right: -5vw;
  }
  .carousel_block .swiper .swiper-slide .carousel-content {
    min-height: 380px;
  }
}
@media screen and (max-width: 767px) {
  .carousel_block .swiper .swiper-slide.swiper-slide-prev {
    width: 80vw;
    margin: 0;
  }
  .carousel_block .swiper .swiper-slide.swiper-slide-prev .carousel-link {
    pointer-events: none;
  }
  .carousel_block .swiper .swiper-slide.swiper-slide-prev .carousel-item .carousel-content {
    display: none;
  }
  .carousel_block .swiper .swiper-slide.swiper-slide-prev .carousel-item::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #FFF;
    opacity: 0.3;
  }
  .carousel_block .swiper .swiper-slide.swiper-slide-active {
    width: 80vw;
    margin: 0;
  }
  .carousel_block .swiper .swiper-slide.swiper-slide-active .carousel-link {
    pointer-events: all;
  }
  .carousel_block .swiper .swiper-slide.swiper-slide-active .carousel-item .carousel-content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .carousel_block .swiper .swiper-slide.swiper-slide-active .carousel-item::before {
    opacity: 1;
    height: 50%;
    background: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.75) 100%);
    transition: height 0.3s ease-out;
  }
  .carousel_block .swiper .swiper-slide.swiper-slide-next {
    width: 20vw;
    margin: 0;
  }
  .carousel_block .swiper .swiper-slide.swiper-slide-next .carousel-link {
    pointer-events: none;
  }
  .carousel_block .swiper .swiper-slide.swiper-slide-next .carousel-item .carousel-content {
    display: none;
  }
  .carousel_block .swiper .swiper-slide.swiper-slide-next .carousel-item::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #FFF;
    opacity: 0.3;
  }
  .carousel_block .swiper .swiper-slide .carousel-content {
    min-height: 250px;
  }
}
.carousel_block .swiper-nav-top {
  justify-content: flex-end;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .reassurance_block .container .items-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.swiper-nav-bottom,
.swiper-nav-top {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}
.swiper-nav-bottom .swiper-button-next,
.swiper-nav-bottom .swiper-button-prev,
.swiper-nav-top .swiper-button-next,
.swiper-nav-top .swiper-button-prev {
  transition: all 0.3s ease-out;
  left: unset;
  right: unset;
  position: relative;
  display: flex;
  height: 52px;
  top: unset;
  bottom: unset;
  width: 52px;
  margin: 0;
  border: none;
  padding: 12px;
  border-radius: 3px;
  background: transparent;
}
.swiper-nav-bottom .swiper-button-next:hover,
.swiper-nav-bottom .swiper-button-prev:hover,
.swiper-nav-top .swiper-button-next:hover,
.swiper-nav-top .swiper-button-prev:hover {
  background: var(--secondary-color);
}
.swiper-nav-bottom .swiper-button-next::after,
.swiper-nav-bottom .swiper-button-prev::after,
.swiper-nav-top .swiper-button-next::after,
.swiper-nav-top .swiper-button-prev::after {
  content: none;
}
.swiper-nav-bottom .custom-nav svg path,
.swiper-nav-top .custom-nav svg path {
  transition: all 0.3s ease-out;
}
.swiper-nav-bottom .custom-nav:hover svg path,
.swiper-nav-top .custom-nav:hover svg path {
  fill: #FEF8F3;
}

@media (max-width: 767px) {
  .hideonmob {
    display: none !important;
  }
  .hideondesk {
    display: block;
  }
}
@media (min-width: 768px) {
  .hideondesk {
    display: none !important;
  }
  .hideonmob {
    display: block;
  }
}
/* PAGE TEMPLATE PHP */
.page-archive {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .page-archive {
    padding-top: 40px;
  }
  .page-archive .wp-block-spacer {
    display: none;
  }
}
.page-archive .contain-articles {
  display: flex;
  flex-wrap: wrap;
}
.page-archive .contain-articles .article-card {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-archive .contain-articles .article-card {
    margin-bottom: 30px;
  }
}
.page-archive .contain-articles .article-card:not(:last-child)::before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--primary-color);
}
@media screen and (max-width: 767px) {
  .page-archive .contain-articles .article-card:not(:last-child)::before {
    content: none;
  }
}
.page-archive .contain-articles .article-card .article-card-link {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.page-archive .contain-articles .article-card .article-card-link .img-side {
  width: 50%;
  overflow: hidden;
}
.page-archive .contain-articles .article-card .article-card-link .img-side img {
  display: block;
  max-height: 270px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  transition: all 0.2s ease-out;
}
@media screen and (max-width: 767px) {
  .page-archive .contain-articles .article-card .article-card-link .img-side {
    width: 100%;
    padding: 0;
    margin: 0 10px;
  }
}
.page-archive .contain-articles .article-card .article-card-link .txt-side {
  padding-left: 20px;
  width: 50%;
  display: flex;
  align-items: center;
}
.page-archive .contain-articles .article-card .article-card-link .txt-side .contain-txt {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  width: 100%;
}
.page-archive .contain-articles .article-card .article-card-link .txt-side .contain-txt .article-title {
  border-top: 1px solid var(--primary-color);
  border-bottom: 1px solid var(--primary-color);
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  padding: 8px 0;
  display: flex;
  transition: all 0.2s ease-out;
}
.page-archive .contain-articles .article-card .article-card-link .txt-side .contain-txt .block-text {
  width: 100%;
}
.page-archive .contain-articles .article-card .article-card-link .txt-side .contain-txt .block-text p {
  font-size: 14px;
  line-height: 17px;
}
.page-archive .contain-articles .article-card .article-card-link .txt-side .contain-txt .link-title {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  color: var(--secondary-color);
  opacity: 0.7;
  transition: all 0.2s ease-out;
}
@media screen and (max-width: 767px) {
  .page-archive .contain-articles .article-card .article-card-link .txt-side {
    width: 100%;
    padding: 8px 10px 0 10px;
  }
}
.page-archive .contain-articles .article-card .article-card-link:hover .img-side img {
  transform: scale(1.02);
}
.page-archive .contain-articles .article-card .article-card-link:hover .txt-side .contain-txt .article-title {
  border-top-color: var(--secondary-color);
  border-bottom-color: var(--secondary-color);
}
.page-archive .contain-articles .article-card .article-card-link:hover .txt-side .contain-txt .link-title {
  opacity: 1;
}
.page-archive .pagination-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  width: 100%;
}
.page-archive .pagination-wrapper .page-numbers {
  font-weight: 300;
  width: 27px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--secondary-color);
  border-radius: 3px;
  background: transparent;
  transition: all 0.2s ease-out;
}
.page-archive .pagination-wrapper .page-numbers.current, .page-archive .pagination-wrapper .page-numbers:not(.dots):hover {
  background: var(--secondary-color);
  color: #FEF8F3;
}

.page-template-archive-realisation .project_block .buttons {
  border-bottom: 1px solid var(--primary-color);
}

.page-realisations {
  padding-bottom: 40px;
}
.page-realisations .section-articles {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
}
.page-realisations .section-articles .filters-realisations {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  width: 100%;
  justify-content: center;
}
.page-realisations .section-articles .filters-realisations a {
  padding: 19px 30px;
  font-weight: 400;
  color: var(--secondary-color);
  border: 1px solid var(--secondary-color);
  border-radius: 3px;
  background: transparent;
  transition: all 0.3s ease-in-out;
  line-height: 1;
}
.page-realisations .section-articles .filters-realisations a.active, .page-realisations .section-articles .filters-realisations a:hover {
  background: var(--secondary-color);
  color: #FEF8F3;
}
@media screen and (max-width: 767px) {
  .page-realisations .section-articles {
    gap: 30px;
  }
  .page-realisations .section-articles .filters-realisations {
    gap: 10px;
  }
}
.page-realisations .pagination-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  width: 100%;
}
.page-realisations .pagination-wrapper .page-numbers {
  font-weight: 300;
  width: 27px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--secondary-color);
  border-radius: 3px;
  background: transparent;
  transition: all 0.2s ease-out;
}
.page-realisations .pagination-wrapper .page-numbers.current, .page-realisations .pagination-wrapper .page-numbers:not(.dots):hover {
  background: var(--secondary-color);
  color: #FEF8F3;
}

.rea-firstsection {
  background: var(--primary-color);
}
.rea-firstsection .counter-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 0 80px 0;
}
@media screen and (max-width: 767px) {
  .rea-firstsection .counter-box {
    padding: 20px 0;
  }
}
.rea-firstsection .counter-box .counter-number {
  color: #FEF8F3;
  font-family: "Playfair Display", sans-serif;
  font-size: 100px;
  font-style: italic;
  font-weight: 400;
}
.rea-firstsection .counter-box .counter-text {
  color: #FEF8F3;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 300;
  font-size: 20px;
}
.rea-secondsection .contain-realisations {
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .wp-block-spacer,
  .content-supp-separator {
    max-height: 40px;
  }
}

/* CONTENU EXISTANT */
.contain-realisations {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  align-items: stretch;
}
.contain-realisations .realisation-card-link {
  width: calc(33.333% - 32px);
  display: block;
  text-decoration: none;
}
.contain-realisations .realisation-card-link .realisation-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 20px;
}
.contain-realisations .realisation-card-link .realisation-card .img-wrapper {
  overflow: hidden;
}
.contain-realisations .realisation-card-link .realisation-card .img-wrapper img {
  max-height: 262px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  display: block;
  transition: all 0.2s ease-out;
}
.contain-realisations .realisation-card-link .realisation-card .realisation-bottom {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 16px;
}
.contain-realisations .realisation-card-link .realisation-card .realisation-bottom .realisation-header {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  flex-shrink: 0;
}
.contain-realisations .realisation-card-link .realisation-card .realisation-bottom .realisation-header .realisation-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.contain-realisations .realisation-card-link .realisation-card .realisation-bottom .realisation-header .realisation-tags .realisation-tag {
  padding: 8px;
  background: var(--secondary-color);
  color: #FEF8F3;
  font-size: 12px;
  font-weight: 400;
  border-radius: 3px;
}
.contain-realisations .realisation-card-link .realisation-card .realisation-bottom .realisation-header .realisation-title {
  border-top: 1px solid var(--primary-color);
  border-bottom: 1px solid var(--primary-color);
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  padding: 8px 0;
  transition: all 0.2s ease-out;
}
.contain-realisations .realisation-card-link .realisation-card .realisation-bottom .block-text {
  width: 100%;
  flex: 1;
}
.contain-realisations .realisation-card-link .realisation-card .realisation-bottom .block-text p {
  font-size: 14px;
  line-height: 17px;
}
.contain-realisations .realisation-card-link .realisation-card .realisation-bottom .link-title {
  margin-top: auto;
  width: 100%;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  color: var(--secondary-color);
  opacity: 0.7;
  transition: all 0.2s ease-out;
}
.contain-realisations .realisation-card-link:hover .realisation-card img {
  transform: scale(1.02);
}
.contain-realisations .realisation-card-link:hover .realisation-card .realisation-bottom .realisation-header .realisation-title {
  border-top-color: var(--secondary-color);
  border-bottom-color: var(--secondary-color);
}
.contain-realisations .realisation-card-link:hover .realisation-card .realisation-bottom .link-title {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .contain-realisations.catalog-all-rea .realisation-card-link {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .related-swiper .contain-realisations:not(.catalog-all-rea) {
    gap: 16px !important;
    padding: 0 10px;
  }
  .related-swiper .contain-realisations:not(.catalog-all-rea) .realisation-card-link {
    width: 100% !important;
  }
  .related-swiper .contain-realisations:not(.catalog-all-rea).swiper-wrapper {
    display: flex !important;
    flex-wrap: nowrap !important;
  }
  .related-swiper .contain-realisations:not(.catalog-all-rea) .swiper-slide {
    flex-shrink: 0;
    width: 80%;
    max-width: 280px;
  }
  .related-swiper .contain-realisations:not(.catalog-all-rea) .page-rea .rea-secondsection {
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
  .related-swiper .contain-realisations:not(.catalog-all-rea).swiper-wrapper {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 48px;
    transform: none !important;
  }
  .related-swiper .contain-realisations:not(.catalog-all-rea).swiper-wrapper .swiper-slide {
    width: calc(33.333% - 32px) !important;
    flex-shrink: 0 !important;
    height: auto !important;
    transform: none !important;
  }
  .related-swiper .contain-realisations:not(.catalog-all-rea).swiper-wrapper .swiper-slide .realisation-card-link {
    width: 100% !important;
  }
  .related-swiper .contain-realisations:not(.catalog-all-rea) .related-swiper {
    overflow: visible !important;
  }
}

.page-post {
  padding-bottom: 60px;
}
.page-post .actu-title {
  padding: 40px 0;
  text-align: center;
}
.page-post .actu-img {
  display: flex;
  flex-wrap: wrap;
}
.page-post .actu-img img {
  max-height: 460px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid var(--primary-color);
}
.page-post .actu-content {
  padding: 80px 0;
  border-bottom: 1px solid var(--primary-color);
}
.page-post .actu-content .container {
  padding: 0;
}
.page-post .actu-share {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 0;
}
.page-post .actu-share .fake-title {
  font-size: 28px;
  font-family: "Playfair Display", sans-serif;
  font-style: italic;
}
.page-post .actu-share .pictos-rs {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .page-post .actu-share {
    justify-content: center;
    gap: 30px;
  }
  .page-post .actu-share .fake-title {
    font-size: 24px;
    width: 100%;
    text-align: center;
  }
  .page-post .actu-share .pictos-rs {
    gap: 20px;
  }
}

.block-text .container {
  padding: 0;
}

.page-rea:not(.no-second-section) {
  padding-bottom: 60px;
}
.page-rea .illustration-wrapper {
  padding-bottom: 80px;
}
.page-rea .illustration-wrapper .txt-side {
  display: flex;
  gap: 40px;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .page-rea .illustration-wrapper .txt-side {
    margin-bottom: 40px;
  }
}
.page-rea .illustration-wrapper .txt-side .primary-title {
  font-size: 28px;
}
.page-rea .illustration-wrapper .txt-side .rea-taxonomies {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.page-rea .illustration-wrapper .txt-side .rea-taxonomies .type-de-chantier,
.page-rea .illustration-wrapper .txt-side .rea-taxonomies .type-de-bois,
.page-rea .illustration-wrapper .txt-side .rea-taxonomies .localisation {
  padding-left: 25px;
  position: relative;
}
.page-rea .illustration-wrapper .txt-side .rea-taxonomies .type-de-chantier::before,
.page-rea .illustration-wrapper .txt-side .rea-taxonomies .type-de-bois::before,
.page-rea .illustration-wrapper .txt-side .rea-taxonomies .localisation::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: cover;
}
.page-rea .illustration-wrapper .txt-side .rea-taxonomies .type-de-chantier::before {
  background: url("../images/SM-Typedechantier.svg");
}
.page-rea .illustration-wrapper .txt-side .rea-taxonomies .type-de-bois::before {
  background: url("../images/SM-Typedebois.svg");
}
.page-rea .illustration-wrapper .txt-side .rea-taxonomies .localisation::before {
  background: url("../images/SM-Localisation.svg");
}
.page-rea .illustration-wrapper .img-side {
  display: flex;
  flex-wrap: wrap;
}
.page-rea .illustration-wrapper .img-side img {
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid var(--primary-color);
  max-height: 680px;
  width: 100%;
}
.page-rea .rea-secondsection {
  padding-top: 80px;
}

.title-section-realisation {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

/* END */
/* FORMULAIRES */
.myContactForm {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 20px;
}
.myContactForm .w50 {
  width: calc(50% - 10px);
}
@media screen and (max-width: 767px) {
  .myContactForm {
    gap: 20px;
  }
  .myContactForm .w50 {
    width: 100%;
  }
  .myContactForm > p:last-of-type {
    width: 100%;
  }
}
.myContactForm .w100 {
  width: 100%;
}
.myContactForm .mt-40 {
  margin-top: 40px;
}
.myContactForm .field {
  position: relative;
  padding-top: 8px;
}
.myContactForm .field label {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  cursor: text;
}
.myContactForm .field label .wpcf7-form-control-wrap {
  width: 100%;
}
.myContactForm .field label input,
.myContactForm .field label textarea {
  width: 100%;
  border: none;
  font-family: "Roboto", Arial, sans-serif;
  border-bottom: 1px solid var(--primary-color);
  background: transparent;
  font-size: 16px;
  padding: 8px 0 4px 0;
  outline: none;
}
.myContactForm .field label .floating-label {
  position: absolute;
  left: 0;
  top: 0px;
  font-size: 16px;
  color: var(--primary-color);
  pointer-events: none;
  transition: 0.2s ease all;
}
.myContactForm .field label.focused .floating-label, .myContactForm .field label.filled .floating-label {
  top: -16px;
  font-size: 12px;
  color: #000;
}
.myContactForm .field textarea {
  resize: vertical;
}
.myContactForm .field .wpcf7-form-control.wpcf7-acceptance {
  display: flex;
  flex-wrap: wrap;
}
.myContactForm .field .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
  cursor: pointer;
}
.myContactForm .field .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label {
  padding-left: 30px;
  cursor: inherit;
}
.myContactForm .field .wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label input {
  width: auto;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.wpcf7 .wpcf7-form .wpcf7-response-output {
  border: none;
  margin: 20px 0;
  padding: 15px 30px;
  border-radius: 5px;
  color: white;
}
.wpcf7 .wpcf7-form.invalid .wpcf7-response-output, .wpcf7 .wpcf7-form.unaccepted .wpcf7-response-output, .wpcf7 .wpcf7-form.spam .wpcf7-response-output {
  background: #e55c21;
}
.wpcf7 .wpcf7-form.failed .wpcf7-response-output, .wpcf7 .wpcf7-form.aborted .wpcf7-response-output {
  background: #B0321E;
}
.wpcf7 .wpcf7-form.sent .wpcf7-response-output {
  background: #009b72;
}

.contact-form {
  gap: 0;
}
.contact-form .font-primary {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid var(--primary-color);
  font-size: 28px;
  color: var(--primary-color);
}
.contact-form > .wp-block-column:first-child .container:not(:first-child) {
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .contact-form {
    flex-wrap: wrap-reverse !important;
  }
  .contact-form > .wp-block-column:first-child {
    margin-bottom: 40px;
  }
  .contact-form > .wp-block-column:last-child .font-primary {
    border-bottom: 0;
  }
  .contact-form .font-primary {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}

.leaflet-popup-content {
  font-family: "Roboto";
}

/* END */
/* FOOTER */
button#wpfront-scroll-top-container {
  padding: 18px;
  background-color: var(--secondary-color);
  border-radius: 3px;
  bottom: 20px;
}
@media screen and (max-width: 767px) {
  button#wpfront-scroll-top-container {
    padding: 12px;
  }
}

.site-footer {
  background-color: #0b0000;
  color: #fff;
  padding: 80px 0 40px 0;
  /* Bloc du haut : logo + newsletter */
  /* Bloc du milieu : coordonnées + menus */
  /* Bas du footer */
}
.site-footer a {
  color: #fff;
  text-decoration: none;
}
.site-footer a:hover {
  color: #fff;
  text-decoration: underline;
}
.site-footer .footer-firstsection {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 80px;
}
.site-footer .footer-firstsection .footer-brand .custom-logo {
  max-width: 256px;
  height: auto;
  display: block;
}
.site-footer .footer-firstsection .footer-brand .custom-logo-link {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}
.site-footer .footer-firstsection .footer-brand .footer-tagline {
  font-style: italic;
  font-family: "Playfair Display", sans-serif;
  font-size: 24px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .site-footer .footer-firstsection .footer-brand .custom-logo-link {
    width: 100%;
    justify-content: center;
  }
  .site-footer .footer-firstsection .footer-brand .custom-logo-link .custom-logo {
    max-width: 154px;
  }
}
@media screen and (min-width: 768px) {
  .site-footer .footer-firstsection .footer-newsletter {
    padding-left: 80px;
  }
}
.site-footer .footer-firstsection .footer-newsletter h3 {
  font-style: italic;
  font-size: 24px;
  font-family: "Playfair Display", sans-serif;
  margin-bottom: 20px;
  font-weight: 400;
  color: #FFF;
}
.site-footer .footer-firstsection .footer-newsletter .newsletter-form {
  display: flex;
  flex-wrap: wrap;
}
.site-footer .footer-firstsection .footer-newsletter .newsletter-form .sib_signup_box_inside_1 {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
}
.site-footer .footer-firstsection .footer-newsletter .newsletter-form .sib_signup_box_inside_1 input[type=email] {
  flex: 1;
  padding: 10px 20px;
  border: 1px solid #fff;
  border-right: none;
  border-radius: 3px 0 0 3px;
  background-color: transparent;
  color: #fff;
  font-size: 0.9rem;
  outline: none;
}
.site-footer .footer-firstsection .footer-newsletter .newsletter-form .sib_signup_box_inside_1 input[type=email]::-moz-placeholder {
  color: #aaa;
  font-size: 16px;
}
.site-footer .footer-firstsection .footer-newsletter .newsletter-form .sib_signup_box_inside_1 input[type=email]::placeholder {
  color: #aaa;
  font-size: 16px;
}
.site-footer .footer-firstsection .footer-newsletter .newsletter-form .sib_signup_box_inside_1 .btn {
  padding: 15px 60px;
  font-size: 20px;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 300;
  border-radius: 0 3px 3px 0;
  border: none;
  background: var(--secondary-color);
  transition: all 0.3s ease-out;
  color: #FFF;
}
.site-footer .footer-firstsection .footer-newsletter .newsletter-form .sib_signup_box_inside_1 .btn:hover {
  cursor: pointer;
  background: #B0321E;
}
@media screen and (max-width: 767px) {
  .site-footer .footer-firstsection .footer-newsletter .newsletter-form .sib_signup_box_inside_1 .btn {
    padding: 15px 20px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .site-footer .footer-firstsection .footer-newsletter h3 {
    font-size: 18px;
    text-align: center;
  }
}
.site-footer .footer-secondsection {
  margin-bottom: 60px;
  /* Menus */
}
@media screen and (max-width: 767px) {
  .site-footer .footer-secondsection {
    margin-bottom: 0;
  }
}
.site-footer .footer-secondsection .footer-social {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .site-footer .footer-secondsection .footer-social {
    text-align: center;
  }
}
.site-footer .footer-secondsection .footer-social a {
  margin-right: 20px;
}
.site-footer .footer-secondsection .footer-address {
  font-style: normal;
  font-size: 16px;
  line-height: 21px;
}
@media screen and (max-width: 767px) {
  .site-footer .footer-secondsection .footer-address {
    text-align: center;
  }
}
.site-footer .footer-secondsection .footer-address a {
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
}
.site-footer .footer-secondsection .footer-download {
  padding: 0 40px;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .site-footer .footer-secondsection .footer-download {
    justify-content: center;
    margin-top: 40px;
  }
}
.site-footer .footer-secondsection .footer-download a {
  border-bottom: 1px solid #fff;
  padding-bottom: 16px;
  display: inline-block;
}
.site-footer .footer-secondsection .footer-download a:hover {
  text-decoration: none;
}
.site-footer .footer-secondsection .footer-download a.picto-arrow {
  padding-right: 30px;
  position: relative;
}
.site-footer .footer-secondsection .footer-download a.picto-arrow:before {
  content: "";
  background: url("../images/picto-arrow.svg");
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
  height: 15px;
  transition: all 0.2s ease;
}
.site-footer .footer-secondsection .footer-download a.picto-arrow:hover:before {
  top: 5px;
}
.site-footer .footer-secondsection .footer-menus {
  display: flex;
  flex-wrap: wrap;
}
.site-footer .footer-secondsection .footer-menus > .row {
  width: 100%;
}
.site-footer .footer-secondsection .footer-menus .footer-menu {
  min-width: 150px;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .site-footer .footer-secondsection .footer-menus .footer-menu {
    margin-bottom: 40px;
  }
}
.site-footer .footer-secondsection .footer-menus .footer-menu:not(:first-of-type) {
  border-left: 1px solid #FFF;
}
@media screen and (max-width: 767px) {
  .site-footer .footer-secondsection .footer-menus .footer-menu:not(:first-of-type) {
    border-left: 0;
  }
}
.site-footer .footer-secondsection .footer-menus .footer-menu .footer-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .footer-secondsection .footer-menus .footer-menu .footer-nav .menu-item a {
  font-style: italic;
  font-size: 18px;
  font-family: "Playfair Display", sans-serif;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}
.site-footer .footer-secondsection .footer-menus .footer-menu .footer-nav .menu-item:not(:last-of-type) {
  margin-bottom: 30px;
}
.site-footer .footer-secondsection .footer-menus .footer-menu .footer-nav .menu-item.menu-item-has-children > a {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 30px;
}
.site-footer .footer-secondsection .footer-menus .footer-menu .footer-nav .menu-item .sub-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-footer .footer-secondsection .footer-menus .footer-menu .footer-nav .menu-item .sub-menu .menu-item > a {
  font-style: normal;
  font-size: 16px;
  font-family: "Roboto", Arial, sans-serif;
}
.site-footer .footer-secondsection .footer-menus .footer-menu .footer-nav .menu-item .sub-menu .menu-item:not(:last-of-type) {
  margin-bottom: 20px;
}
.site-footer .footer-secondsection .footer-menus .footer-menu:last-child h4 {
  border-right: none;
}
.site-footer .footer-bottom {
  border-top: 1px solid #fff;
  padding-top: 40px;
}
.site-footer .footer-bottom .footer-legal ul.menu {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .site-footer .footer-bottom .footer-legal ul.menu {
    flex-direction: column;
    align-items: center;
  }
}
.site-footer .footer-bottom .footer-legal a {
  margin-right: 15px;
  font-size: 16px;
}
.site-footer .footer-bottom .footer-copy {
  text-align: right;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .site-footer {
    padding: 40px 0 40px 0;
  }
  .site-footer .footer-firstsection {
    margin-bottom: 40px;
  }
  .site-footer .footer-firstsection .footer-brand {
    margin-bottom: 40px;
  }
  .site-footer .footer-secondsection {
    flex-wrap: wrap-reverse;
    gap: 40px;
    margin-bottom: 40px;
  }
  .site-footer .footer-secondsection .footer-menus .footer-menu {
    margin-bottom: 0;
  }
  .site-footer .footer-secondsection .footer-menus .footer-menu .footer-nav .menu-item {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .site-footer .footer-secondsection .footer-menus .footer-menu .footer-nav .menu-item.menu-item-has-children > a {
    margin-bottom: 20px;
  }
  .site-footer .footer-secondsection .footer-menus .footer-menu .footer-nav .menu-item:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .site-footer .footer-secondsection .footer-menus .footer-menu .sub-menu {
    display: none;
  }
  .site-footer .footer-top {
    flex-direction: column;
  }
  .site-footer .footer-top .footer-newsletter {
    margin-top: 2rem;
  }
  .site-footer .footer-bottom {
    flex-direction: column;
  }
  .site-footer .footer-bottom .footer-copy {
    text-align: center;
    margin-top: 1rem;
  }
}

@media screen and (min-width: 768px) {
  #map {
    filter: grayscale(1) brightness(0.6);
    transition: all 0.2s ease-in-out;
  }
  #map:hover {
    filter: none;
  }
}
.wpcf7 input[type=checkbox] {
  width: 16px !important;
  height: 16px !important;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid var(--primary-color) !important;
  border-radius: 2px;
  display: inline-block;
  position: relative;
}

.wpcf7 input[type=checkbox]:checked {
  background: var(--primary-color) !important;
  border-color: var(--primary-color);
}

.wpcf7 input[type=checkbox]:checked::after {
  content: "";
  background: url("../images/Done.png");
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Classes custom */
.primary-color {
  color: var(--primary-color);
}

.secondary-color {
  color: var(--secondary-color);
}

.font-primary {
  font-family: "Playfair Display", sans-serif;
  font-style: italic;
  font-weight: 300;
}

.font-secondary {
  font-family: "Roboto", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.reduced-txt {
  width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .reduced-txt {
    width: 100%;
  }
}

/* End *//*# sourceMappingURL=custom.css.map */