@font-face {
  font-family: "Roboto";
  src: url("../Fonts/Roboto/Roboto-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Copperplate";
  src: url("../Fonts/Copperplate/copperplate-cc.heavy.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  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: #090400;
  margin: 0;
}

#content {
  background: #F9F9F9;
}

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

p {
  line-height: 1.4;
  font-weight: 300;
}

b, strong {
  font-weight: 500;
}

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

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

h1,
h2 {
  font-family: "Copperplate", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.3;
  color: #090400;
  font-size: 38px;
}

h3 {
  font-family: "Copperplate", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.3;
  color: #090400;
  font-size: 24px;
}

p.dark-version {
  color: #FFFFFF;
}

img {
  max-width: 100%;
}

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

.wp-element-button {
  background-color: #d0817d;
  border: 1px solid #d0817d;
  color: #FFFFFF;
  border-radius: 50px;
  transition: all 0.3s ease-out;
  padding: 18px 32px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
.wp-element-button:hover {
  background-color: transparent;
  color: #d0817d;
}
@media screen and (max-width: 767px) {
  .wp-element-button {
    padding: 10px 16px;
  }
}

a.btn-1,
a.btn-2 {
  line-height: 1;
  font-weight: 400;
  border: 1px solid var(--primary-color);
  text-decoration: none !important;
}
a.btn-1:hover,
a.btn-2:hover {
  text-decoration: none !important;
  background: transparent;
  color: var(--primary-color);
}
a.btn-1:disabled,
a.btn-2:disabled {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  a.btn-1,
  a.btn-2 {
    padding: 10px 16px;
  }
}
a.btn-1.icon-cellule,
a.btn-2.icon-cellule {
  padding: 10px 32px 10px 56px;
  display: flex;
  align-items: center;
  position: relative;
  transition: all 0.3s ease;
}
a.btn-1.icon-cellule::before,
a.btn-2.icon-cellule::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 50%;
  width: 24px;
  height: 24px;
  background-size: cover;
  transform: translateY(-50%);
  filter: brightness(2);
  background: url("../images/picto-cellule.svg") no-repeat center;
  transition: all 0.3s ease;
}
a.btn-1.icon-cellule:hover::before,
a.btn-2.icon-cellule:hover::before {
  filter: brightness(1);
}
@media screen and (max-width: 767px) {
  a.btn-1.icon-cellule,
  a.btn-2.icon-cellule {
    padding: 10px 16px 10px 42px;
  }
  a.btn-1.icon-cellule::before,
  a.btn-2.icon-cellule::before {
    left: 12px;
  }
}

.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: #F9F9F9;
}
.btn-3.dark-version::before {
  filter: brightness(10);
}

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

body.menu-open {
  overflow: hidden;
}

.site-header {
  position: relative;
  top: 0;
  width: 100%;
  z-index: 10;
  background: #FFFFFF;
}
.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: var(--primary-color);
  margin: 6px 0;
  transition: 0.3s;
}
.site-header .burger-menu.open span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
  background: white;
}
.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);
  background: white;
}
.site-header.sticky-menu {
  position: sticky;
}
.site-header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
}
.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 .header-social {
  display: flex;
  gap: 40px;
  justify-content: flex-end;
  align-items: center;
}
.site-header .header-inner .site-nav .header-social .header-rs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.site-header .header-inner .site-nav .header-social .header-rs a {
  display: flex;
}
.site-header .header-inner .site-nav .nav-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header .header-inner .site-nav .nav-menu > .menu-item {
  position: relative;
  display: flex;
}
.site-header .header-inner .site-nav .nav-menu > .menu-item a {
  color: #090400;
  text-decoration: none;
  font-weight: 400;
  font-size: 15px;
  line-height: 15px;
  padding: 16px 24px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1023px) {
  .site-header .header-inner .site-nav .nav-menu > .menu-item a {
    padding: 8px 12px;
  }
}
.site-header .header-inner .site-nav .nav-menu > .menu-item a:hover {
  background: #F9F9F9;
}
.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 > li.menu-item > a {
  padding-left: 52px;
  display: flex;
  align-items: center;
  line-height: 1.3;
  transition: all 0.3s ease;
}
.site-header .header-inner .site-nav .nav-menu > li.menu-item > a::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 50%;
  width: 24px;
  height: 24px;
  background-size: cover;
  transform: translateY(-50%);
  filter: brightness(0);
  transition: all 0.3s ease;
}
@media screen and (max-width: 1023px) {
  .site-header .header-inner .site-nav .nav-menu > li.menu-item > a {
    padding-left: 40px;
  }
  .site-header .header-inner .site-nav .nav-menu > li.menu-item > a::before {
    left: 12px;
  }
}
.site-header .header-inner .site-nav .nav-menu > li.menu-item.icon-home > a::before {
  background: url("../images/home.svg") no-repeat center;
}
.site-header .header-inner .site-nav .nav-menu > li.menu-item.icon-boutique > a::before {
  background: url("../images/picto-shop.svg") no-repeat center;
}
.site-header .header-inner .site-nav .nav-menu > li.menu-item.icon-info > a::before {
  background: url("../images/picto-info.svg") no-repeat center;
}
.site-header .header-inner .site-nav .nav-menu > li.menu-item.icon-dialog > a::before {
  background: url("../images/picto-dialog.svg") no-repeat center;
}
.site-header .header-inner .site-nav .nav-menu > li.menu-item.icon-book > a::before {
  background: url("../images/picto-book.svg") no-repeat center;
}
.site-header .header-inner .site-nav .nav-menu > li.menu-item:last-of-type a {
  color: var(--primary-color);
}
.site-header .header-inner .site-nav .nav-menu > li.menu-item:last-of-type a::before {
  filter: brightness(100%);
  transition: all 0.3s ease;
}
.site-header .header-inner .site-nav .nav-menu > li.menu-item:last-of-type a:hover {
  background: var(--primary-color);
  color: #FFF;
}
.site-header .header-inner .site-nav .nav-menu > li.menu-item:last-of-type a:hover:before {
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 767px) {
  .site-header .header-inner {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .site-header .header-inner .site-logo {
    max-width: 100px;
  }
  .site-header .burger-menu {
    right: 0;
    display: block;
  }
}

#main-nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#main-nav .mobile-logo {
  display: none;
}

@media screen and (max-width: 767px) {
  .btn-1.wpcf7-submit {
    padding: 10px 16px;
  }
  .site-nav .nav-menu {
    display: none;
  }
  .burger-menu {
    display: block;
  }
  #main-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #090400;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    transition: all 0.35s ease;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 40px;
    gap: 40px;
  }
  #main-nav .nav-menu#menu-main-menu > li.menu-item:last-of-type a::before {
    filter: brightness(1);
  }
  #main-nav .nav-menu#menu-main-menu > li.menu-item:last-of-type a:hover {
    background: none;
    color: var(--primary-color);
  }
  #main-nav .nav-menu#menu-main-menu > li.menu-item > a {
    padding-left: 32px;
  }
  #main-nav .nav-menu#menu-main-menu > li.menu-item > a::before {
    filter: brightness(2);
    left: 0;
  }
  #main-nav .nav-menu > .menu-item a {
    padding: 8px 0 8px 0;
  }
  #main-nav .nav-menu > .menu-item a:hover {
    background: none;
  }
  #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;
    order: 1;
  }
  #main-nav .header-social {
    order: 2;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #main-nav .header-social .featured-menu {
    width: 100%;
  }
  #main-nav .header-social .featured-menu > a {
    margin: 0;
  }
  #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.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .btn-1,
  .btn-2 {
    justify-content: center;
    margin: 0 auto;
  }
  .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: 30px 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;
  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: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .hero .hero-overlay {
    padding: 100px 0 134px 0;
  }
}
.hero .hero-overlay > .container {
  z-index: 1;
}
.hero .hero-overlay .hero-content {
  text-align: left;
  color: #FFF;
  max-width: 740px;
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding-top: 64px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 767px) {
  .hero .hero-overlay .hero-content {
    padding-top: 32px;
    gap: 32px;
  }
}
.hero .hero-overlay .hero-content h1 {
  font-size: 62px;
  font-weight: 300;
  font-family: "Copperplate", 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 .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 p {
  max-width: 540px;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .hero .hero-overlay .hero-content p {
    max-width: 100%;
    text-align: center;
  }
}
.hero .hero-overlay .hero-content a.btn-1:hover {
  background: white;
}
.hero .hero-overlay::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 721px;
  height: 323px;
  background: url("../images/illus-laubette.png") no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .hero .hero-overlay::before {
    width: 233px;
    height: 104px;
    right: 50%;
    transform: translateX(50%);
  }
}

.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: "Copperplate", Arial, sans-serif;
  font-size: 38px;
  font-weight: 400;
  color: #090400;
}
.primary-title.pos-title-center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .primary-title {
    font-size: 32px;
  }
}

.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;
}

.titrealign-left.primary-title {
  text-align: left;
}
.titrealign-center.primary-title {
  text-align: center;
}

.ctaalign-left .buttons {
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .ctaalign-left .buttons {
    justify-content: center;
  }
}
.ctaalign-center .buttons {
  display: flex;
  justify-content: center;
}
.ctaalign-right .buttons {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .ctaalign-right .buttons {
    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-white {
  background: #FFF;
}
.bg-gray {
  background: #F9F9F9;
}

.sep-bottom {
  position: relative;
  padding-bottom: 152px;
}
.sep-bottom::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 152px;
  background: url("../images/arche_banner.svg") repeat center;
}

.illustration-wrapper {
  position: relative;
  height: 45px;
  min-height: 45px;
  width: 100%;
}
.illustration-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  background: url("../images/illus-laubette-titre.svg") no-repeat center;
  height: 100%;
  background-size: cover;
  width: 87px;
}
.illustration-wrapper.illus-onleft::before {
  left: 0;
}
.illustration-wrapper.illus-center::before {
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .illustration-wrapper {
    height: 29px;
    min-height: 29px;
  }
  .illustration-wrapper::before {
    width: 56px;
  }
}

@media screen and (min-width: 768px) {
  .row .col.txtgauche {
    padding-right: 20px;
  }
  .row .col.txtdroite {
    padding-left: 20px;
  }
}
.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: "Copperplate", Arial, 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 .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 > .container > .row > .col.txt-side {
    order: 1;
  }
  .media-txt_block > .container > .row > .col {
    order: 2;
  }
}
.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;
  border-radius: 16px;
}
@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 .buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

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

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

.content_block > .container > .row > .col:not(.carousel_block) {
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: relative;
}
.content_block.banner_block {
  overflow: hidden;
  background: white;
}
.content_block.banner_block > .container > .row > .col {
  min-height: 152px;
}
.content_block.banner_block > .container > .row > .col::before {
  content: "";
  background: url("../images/arche_banner.svg");
  position: absolute;
  height: 152px;
  width: 100%;
  bottom: 0;
  left: 100%;
}
.content_block.banner_block > .container > .row > .col::after {
  content: "";
  background: url("../images/arche_banner.svg");
  position: absolute;
  height: 152px;
  width: 100%;
  bottom: 0;
  right: 100%;
  background-position: right center;
}

.reassurance_block .items-grid {
  border: 1px solid #F9F9F9;
  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 .primary-title {
  margin-bottom: 40px;
  width: 100%;
}
.listing-items_block .block-text {
  margin-bottom: 40px;
}
.listing-items_block .block-header {
  flex-wrap: wrap;
}
.listing-items_block .items-grid {
  display: grid;
  grid-template-columns: repeat(var(--cols, 4), 1fr);
  width: 100%;
}
@media (max-width: 991px) {
  .listing-items_block .items-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .listing-items_block .items-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px !important;
  }
}
.listing-items_block .items-grid .item-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
}
.listing-items_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 {
  background: #090400;
  color: #FFF;
}
.listing-items_block .items-grid .item:not(.noclick):hover .item-content .item-title::after {
  opacity: 1;
}
.listing-items_block .items-grid .item:not(.noclick):hover .item-content::before {
  height: 100%;
}
.listing-items_block .items-grid .item .item-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  z-index: 2;
}
.listing-items_block .items-grid .item .item-content .item-image {
  width: 100%;
  height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 16px;
}
.listing-items_block .items-grid .item .item-content .item-image .flex-content {
  gap: 20px;
}
.listing-items_block .items-grid .item .item-content .item-image .flex-content .item-cat {
  background: #F9F9F9;
  padding: 8px 16px;
  border-radius: 41px;
  display: flex;
  gap: 8px;
}
.listing-items_block .items-grid .item .item-content .item-image .flex-content .item-cat span {
  font-size: 12px;
  line-height: 16px;
  color: #090400;
}
.listing-items_block .items-grid .item .item-content .item-image .flex-content .item-cat span.icon-categorie {
  width: 16px;
  height: 16px;
  background-size: cover;
}
.listing-items_block .items-grid .item .item-content .item-image .flex-content .item-cat span.icon-categorie.icon-hotellerie {
  background-image: url("../images/hotel.svg");
}
.listing-items_block .items-grid .item .item-content .item-image .flex-content .item-cat span.icon-categorie.icon-culture-jeux-multimedia {
  background-image: url("../images/culture.svg");
}
.listing-items_block .items-grid .item .item-content .item-image .flex-content .item-cat span.icon-categorie.icon-decoration-maison-cadeau {
  background-image: url("../images/maison.svg");
}
.listing-items_block .items-grid .item .item-content .item-image .flex-content .item-cat span.icon-categorie.icon-mode {
  background-image: url("../images/mode.svg");
}
.listing-items_block .items-grid .item .item-content .item-image .flex-content .item-cat span.icon-categorie.icon-parfumerie {
  background-image: url("../images/parfum.svg");
}
.listing-items_block .items-grid .item .item-content .item-image .flex-content .item-cat span.icon-categorie.icon-restauration {
  background-image: url("../images/restauration.svg");
}
.listing-items_block .items-grid .item .item-content .item-image .flex-content .item-cat span.icon-categorie.icon-technologie {
  background-image: url("../images/Technologie.png");
}
.listing-items_block .items-grid .item .item-content .item-title {
  width: 100%;
  color: #090400;
  background-color: #F9F9F9;
  font-weight: 600;
  font-size: 23px;
  line-height: 27px;
  font-family: "Roboto", Arial, sans-serif;
  position: relative;
  padding: 24px 84px 24px 24px;
  flex-grow: 1;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}
.listing-items_block .items-grid .item .item-content .item-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  background: url("../images/arrow-vector.png") no-repeat center;
  width: 52px;
  height: 52px;
  border-radius: 44px;
  opacity: 0;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.listing-items_block .items-grid .item .item-content .item-title::before {
  content: "";
  position: absolute;
  left: 0;
  transform: translateY(-50%);
  top: 50%;
}
.listing-items_block .items-grid .item .item-content .item-title-container .logo-container {
  position: absolute;
  background: #FFF;
  right: 32px;
  width: 128px;
  height: 128px;
  top: 139px;
}
.listing-items_block .items-grid .item .item-content .item-title-container .logo-container .logo {
  width: calc(100% - 32px);
  margin-left: 16px;
  height: calc(100% - 32px);
  margin-top: 16px;
}
.listing-items_block .items-grid .item .item-content .item-desc {
  width: 100%;
  color: #F9F9F9;
}
.listing-items_block .items-grid .item .item-content .item-desc p {
  color: #F9F9F9;
}
.listing-items_block .items-grid .item .item-content::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease;
}
.listing-items_block .items-grid .item-thumb {
  width: 100%;
  overflow: hidden;
}
.listing-items_block .items-grid .item-thumb img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.listing-items_block .items-grid.custom-items-grid .item {
  background: rgba(208, 129, 125, 0.2);
  border-radius: 300px 300px 2px 2px;
  padding: 20px;
}
.listing-items_block .items-grid.custom-items-grid .item .item-content {
  border-radius: 0;
}
.listing-items_block .items-grid.custom-items-grid .item .item-content .flex-content {
  justify-content: center;
  flex-direction: column;
  width: 100%;
  gap: 24px;
}
.listing-items_block .items-grid.custom-items-grid .item .item-content .flex-content .item-icone {
  padding: 24px;
}
.listing-items_block .items-grid.custom-items-grid .item .item-content .flex-content .item-title {
  background: none;
  padding: 0;
  font-family: "Copperplate", Arial, sans-serif;
  font-size: 21px;
  width: 100%;
}
.listing-items_block .items-grid.custom-items-grid .item .item-content .flex-content .item-title::before, .listing-items_block .items-grid.custom-items-grid .item .item-content .flex-content .item-title::after {
  content: none;
}
.listing-items_block .items-grid.custom-items-grid .item .item-content .flex-content .item-desc p {
  color: #090400;
  width: 100%;
}
.listing-items_block .items-grid.custom-items-grid .item .item-content::before {
  content: none;
}

.swiper-wrapper {
  cursor: grab;
}

.carousel_block .row {
  align-items: center;
}
.carousel_block .row .swiper {
  padding-bottom: 30px;
}
.carousel_block .row .swiper .swiper-wrapper {
  align-items: stretch;
}
.carousel_block .row .swiper .swiper-wrapper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  background: white;
}
.carousel_block .row .swiper .swiper-wrapper .swiper-slide .carousel-link {
  display: flex;
  align-items: center;
}
.carousel_block .row .swiper .swiper-wrapper .swiper-slide .carousel-item {
  display: flex;
  padding: 16px;
}
.carousel_block .row .swiper .swiper-wrapper .swiper-slide .carousel-item img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.carousel_block .row .swiper .swiper-pagination {
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .carousel_block .row .swiper .swiper-pagination {
    display: none;
  }
}
.carousel_block .row .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--primary-color);
}
.carousel_block .swiper-button-next,
.carousel_block .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: 17px;
  border-radius: 44px;
  background: var(--primary-color);
}
.carousel_block .swiper-button-next:hover,
.carousel_block .swiper-button-prev:hover {
  background: #a8625e;
}
.carousel_block .swiper-button-next::after,
.carousel_block .swiper-button-prev::after {
  content: none;
}
.carousel_block .swiper-button-next svg path,
.carousel_block .swiper-button-prev svg path {
  fill: white;
}

.galerie-img .row-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .galerie-img .row-gallery {
    padding: 0 10px;
  }
}
.galerie-img .row-gallery .card-gallery {
  display: flex;
  width: calc(25% - 7.5px);
}
.galerie-img .row-gallery .card-gallery img {
  border-radius: 150px 150px 0 0;
  height: 520px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .galerie-img .row-gallery .card-gallery {
    width: calc(50% - 5px);
  }
  .galerie-img .row-gallery .card-gallery img {
    height: 315px;
    width: 100%;
  }
  .galerie-img .row-gallery .card-gallery:nth-child(3n) {
    width: 100%;
  }
  .galerie-img .row-gallery .card-gallery:nth-child(3n) img {
    border-radius: 16px;
    height: 200px;
  }
  .galerie-img .row-gallery .card-gallery:last-of-type:nth-child(3n+1) {
    width: 100%;
  }
  .galerie-img .row-gallery .card-gallery:last-of-type:nth-child(3n+1) img {
    border-radius: 16px;
    height: 200px;
  }
}

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

.custom-nav svg path {
  transition: all 0.3s ease-out;
}
.custom-nav:hover svg path {
  fill: #F9F9F9;
}

@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: #F9F9F9;
}

.page-enseigne .section-enseigne-header {
  padding-top: 5px;
  padding-bottom: 80px;
  align-items: center;
}
.page-enseigne .section-enseigne-header .intro-enseigne {
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: relative;
  height: 100%;
}
.page-enseigne .section-enseigne-header .intro-enseigne .type-d-enseigne {
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 16px;
  border: 1px solid var(--primary-color);
  border-radius: 41px;
  display: flex;
  gap: 8px;
  align-items: center;
}
.page-enseigne .section-enseigne-header .intro-enseigne .type-d-enseigne span {
  font-size: 12px;
  line-height: 1;
}
.page-enseigne .section-enseigne-header .intro-enseigne .type-d-enseigne span.icon-categorie {
  width: 16px;
  height: 16px;
  background-size: cover;
}
.page-enseigne .section-enseigne-header .intro-enseigne .type-d-enseigne span.icon-categorie.icon-hotellerie {
  background-image: url("../images/hotel.svg");
}
.page-enseigne .section-enseigne-header .intro-enseigne .type-d-enseigne span.icon-categorie.icon-culture-jeux-multimedia {
  background-image: url("../images/culture.svg");
}
.page-enseigne .section-enseigne-header .intro-enseigne .type-d-enseigne span.icon-categorie.icon-decoration-maison-cadeau {
  background-image: url("../images/maison.svg");
}
.page-enseigne .section-enseigne-header .intro-enseigne .type-d-enseigne span.icon-categorie.icon-mode {
  background-image: url("../images/mode.svg");
}
.page-enseigne .section-enseigne-header .intro-enseigne .type-d-enseigne span.icon-categorie.icon-parfumerie {
  background-image: url("../images/parfum.svg");
}
.page-enseigne .section-enseigne-header .intro-enseigne .type-d-enseigne span.icon-categorie.icon-restauration {
  background-image: url("../images/restauration.svg");
}
.page-enseigne .section-enseigne-header .intro-enseigne .type-d-enseigne span.icon-categorie.icon-technologie {
  background-image: url("../images/Technologie.png");
}
.page-enseigne .section-enseigne-header .intro-enseigne .block-text p {
  margin-bottom: 20px;
}
.page-enseigne .section-enseigne-header .intro-enseigne .block-text .subtitle-service {
  font-weight: 600;
  color: var(--primary-color);
}
.page-enseigne .section-enseigne-header .intro-enseigne .horaire-card {
  padding: 24px 16px;
  gap: 8px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  background: #FFF;
  min-height: 85px;
}
.page-enseigne .section-enseigne-header .intro-enseigne .horaire-card span {
  color: var(--primary-color);
  width: calc(100% - 32px);
  font-size: 14px;
}
.page-enseigne .section-enseigne-header .intro-enseigne .horaire-card span.icon-horaire {
  width: 24px;
  height: 24px;
  background: url("../images/Horaires.svg");
}
.page-enseigne .section-enseigne-header .intro-enseigne .buttons-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .page-enseigne .section-enseigne-header .intro-enseigne .buttons-card {
    margin: 20px 0;
    flex-direction: row;
  }
}
.page-enseigne .section-enseigne-header .intro-enseigne .buttons-card a.btn-1 {
  font-size: 14px;
  padding: 8px 16px;
  line-height: 1.3;
}
.page-enseigne .section-enseigne-header .intro-enseigne .buttons-card a.btn-1.icon-numtel {
  padding-left: 40px;
  position: relative;
}
.page-enseigne .section-enseigne-header .intro-enseigne .buttons-card a.btn-1.icon-numtel::before {
  content: "";
  position: absolute;
  background-image: url("../images/num_telephone.svg");
  filter: brightness(2);
  background-size: cover;
  background-repeat: no-repeat;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  transition: all 0.3s ease;
}
.page-enseigne .section-enseigne-header .intro-enseigne .buttons-card a.btn-1.icon-numtel:hover::before {
  filter: brightness(1);
}
.page-enseigne .section-enseigne-header .intro-enseigne .buttons-card a.btn-1.icon-weburl {
  padding-left: 40px;
  position: relative;
}
.page-enseigne .section-enseigne-header .intro-enseigne .buttons-card a.btn-1.icon-weburl::before {
  content: "";
  position: absolute;
  background-image: url("../images/site_internet.svg");
  filter: brightness(2);
  background-size: cover;
  background-repeat: no-repeat;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  transition: all 0.3s ease;
}
.page-enseigne .section-enseigne-header .intro-enseigne .buttons-card a.btn-1.icon-weburl:hover::before {
  filter: brightness(1);
}
.page-enseigne .section-enseigne-header .img-side img {
  border-radius: 16px;
}

.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: #F9F9F9;
  font-family: "Copperplate", Arial, sans-serif;
  font-size: 100px;
  font-style: italic;
  font-weight: 400;
}
.rea-firstsection .counter-box .counter-text {
  color: #F9F9F9;
  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: #F9F9F9;
  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: "Copperplate", Arial, 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 .w50 {
    width: 100%;
  }
  .myContactForm > p:last-of-type {
    width: 100%;
  }
  .myContactForm {
    gap: 20px;
  }
}
.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: #a8625e;
}
.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 */
.wp-block-gallery .wp-block-image img {
  cursor: pointer;
}

.lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
  cursor: zoom-out;
}
.lightbox.open {
  display: flex;
}
.lightbox .lightbox-image {
  max-width: 90%;
  max-height: 90%;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}
.lightbox .lightbox-close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

/* 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 {
  position: relative;
  background-color: #0b0000;
  color: #fff;
  padding: 40px 0;
}
.site-footer > .container {
  z-index: 1;
  position: relative;
}
.site-footer a {
  color: #fff;
  text-decoration: none;
}
.site-footer a:hover {
  color: #fff;
  text-decoration: underline;
}
.site-footer h3 {
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .site-footer h3 {
    margin-bottom: 10px;
  }
}
.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;
}
@media screen and (max-width: 767px) {
  .site-footer .footer-firstsection .footer-brand .custom-logo-link {
    margin: 0 auto;
  }
}
.site-footer .footer-firstsection .footer_btns div {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .site-footer .footer-firstsection {
    gap: 40px;
    flex-direction: column;
    margin: 0 auto 40px auto;
  }
  .site-footer .footer-firstsection .footer-brand {
    margin-top: 40px;
  }
  .site-footer .footer-firstsection .footer_btns {
    margin: 0 auto;
  }
  .site-footer .footer-firstsection .footer_btns div {
    flex-direction: column;
  }
}
.site-footer .footer-secondsection {
  margin-bottom: 40px;
}
.site-footer .footer-secondsection .footer-menus {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .site-footer .footer-secondsection .footer-menus {
    gap: 84px;
  }
}
.site-footer .footer-secondsection .footer-menus .footer-menu {
  margin-bottom: 0;
}
.site-footer .footer-secondsection .footer-menus .footer-menu .footer-nav {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.site-footer .footer-secondsection .footer-menus .footer-menu .footer-nav .menu-item {
  display: flex;
}
.site-footer .footer-secondsection .footer-menus .footer-menu .footer-nav .menu-item > a {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .site-footer .footer-secondsection .footer-menus .footer-menu .footer-nav .menu-item > a {
    font-size: 16px;
  }
}
.site-footer .footer-secondsection .footer-menus .footer-menu .sub-menu {
  display: none;
}
.site-footer .footer-secondsection .footer-menus .footer-contact {
  flex-direction: column;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.site-footer .footer-secondsection .footer-menus .footer-contact .footer-mail {
  width: 100%;
}
.site-footer .footer-secondsection .footer-menus .footer-contact .footer-tel {
  width: 100%;
}
.site-footer .footer-secondsection .footer-menus .footer-schedule {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 10px;
}
.site-footer .footer-secondsection .footer-menus .footer-social {
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .site-footer .footer-secondsection .footer-menus {
    flex-direction: column;
  }
  .site-footer .footer-secondsection .footer-menus .footer-menu {
    margin: 0 auto;
  }
  .site-footer .footer-secondsection .footer-menus .footer-menu .footer-nav {
    align-items: center;
    gap: 10px;
  }
  .site-footer .footer-secondsection .footer-menus .footer-schedule {
    text-align: center;
    margin: 0 auto;
  }
  .site-footer .footer-secondsection .footer-menus .footer-contact {
    display: none;
  }
}
.site-footer .footer-secondsection .footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 1023px) {
  .site-footer .footer-secondsection .footer-social {
    margin: 0 auto;
  }
  .site-footer .footer-secondsection .footer-social h3 {
    display: none;
  }
}
.site-footer .footer-secondsection .footer-social .pictos-rs {
  display: flex;
  gap: 10px;
}
.site-footer .footer-secondsection .footer-social .pictos-rs a {
  display: flex;
}
@media screen and (max-width: 767px) {
  .site-footer .footer-secondsection {
    margin-bottom: 0;
  }
}
.site-footer .footer-bottom {
  justify-content: space-between;
  padding: 0 10px;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .site-footer .footer-bottom {
    justify-content: center;
    padding-top: 40px;
  }
  .site-footer .footer-bottom::before {
    content: "";
    position: absolute;
    top: 0;
    left: 10px;
    width: calc(100% - 20px);
    background: white;
    height: 1px;
  }
  .site-footer .footer-bottom .footer-copy {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }
}
.site-footer .footer-bottom .footer-legal {
  display: flex;
  align-items: center;
}
.site-footer .footer-bottom .footer-copy {
  text-align: right;
  display: flex;
  align-items: center;
  gap: 4px;
}
.site-footer .footer-bottom .footer-copy .logo_idealice {
  display: flex;
  align-items: center;
  gap: 5px;
  line-height: 13px;
}
.site-footer .footer-bottom .footer-copy .logo_idealice img {
  max-width: 19px;
}
.site-footer .footer-bottom .footer-copy .logo_ppmkt {
  max-height: 29px;
  display: inline-block;
  overflow: hidden;
}
.site-footer .footer-bottom .footer-copy .logo_ppmkt img {
  transition: all 0.2s ease;
  height: 60px;
}
.site-footer .footer-bottom .footer-copy .logo_ppmkt:hover img {
  transform: translateY(-30px);
}
@media screen and (max-width: 767px) {
  .site-footer .footer-bottom .footer-copy {
    margin-top: 20px;
  }
}
.site-footer .footer-bottom #menu-menu-footer {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.site-footer .footer-bottom #menu-menu-footer li {
  color: var(--primary-color);
}
.site-footer .footer-bottom #menu-menu-footer li::marker {
  content: "";
}
.site-footer .footer-bottom #menu-menu-footer a {
  color: var(--primary-color);
}
@media screen and (max-width: 767px) {
  .site-footer .footer-bottom #menu-menu-footer {
    gap: 10px;
    list-style: none;
    flex-direction: column;
  }
  .site-footer .footer-bottom #menu-menu-footer li {
    text-align: center;
  }
}
.site-footer::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 711px;
  height: 361px;
  background: url("../images/illus-laubette-dark.png") no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .site-footer::before {
    content: none;
  }
}

.zone-map {
  overflow: hidden;
  justify-content: center;
  display: flex;
}

@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%);
}

/* WPML */
.custom-lang-switcher {
  position: relative;
  display: inline-block;
}
.custom-lang-switcher .lang-current {
  display: flex;
  align-items: center;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
  font-weight: 600;
  font-size: 15px;
}
.custom-lang-switcher .lang-current img {
  width: 33px;
  border-radius: 33px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .custom-lang-switcher .lang-current span {
    color: #FFF;
  }
}
.custom-lang-switcher .lang-item {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  text-decoration: none;
  color: inherit;
}
.custom-lang-switcher .lang-item img {
  width: 24px;
  border-radius: 24px;
  height: auto;
}
.custom-lang-switcher .lang-item:hover {
  background: #f5f5f5;
}
.custom-lang-switcher .lang-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  padding: 8px 0;
  display: none;
  z-index: 1;
  min-width: 100px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}
.custom-lang-switcher.open .lang-dropdown {
  display: block;
}

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

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

.font-primary {
  font-family: "Copperplate", Arial, 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 */