@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
:root {
  --font-size: 16px;
  --font-family: "Montserrat", sans-serif;
  --poppins: "Poppins", sans-serif;
  --noir: #030522;
  --noir-15: rgba(3, 5, 34, 0.15);
  --noir-65: rgba(3, 5, 34, 0.65);
  --noir-f: #000;
  --blanc: #FFFAFA;
  --blanc-2: #F3F3F4;
  --gris-2: #0203240F;
  --blanc-33: rgba(255, 255, 255, 0.33);
  --gris-c: #EAEAEA;
  --rouge: #DD6F6B;
  --rouge-c: #F9E0DF;
  --rouge-f: #C94A47;
  --violet: #6E358E;
  --violet-c: #F6E5FF;
  --transition: 0.5s all ease-in-out;
  --smalltransition: 0.25s all ease-in-out;
}

html {
  overflow-x: clip;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--font-family);
  font-size: var(--font-size);
  color: var(--noir);
  background: var(--blanc);
}

.e-con-inner {
  margin: 0 !important;
  max-width: 100% !important;
  padding: 0 !important;
  display: block !important;
}

.no-result, .p404 {
  text-align: center;
  width: 100%;
  margin: 40px auto;
  font-size: 22px;
  color: var(--rouge);
  font-weight: 500;
}
@media (width < 992px) {
  .no-result, .p404 {
    margin-top: 80px;
    font-size: 18px;
  }
}

.elementor-widget-image img {
  border-radius: 12px;
}
@media (width < 992px) {
  .elementor-widget-image img {
    border-radius: 8px;
  }
}

p {
  font-size: var(--font-size);
}

.no-scroll {
  overflow: hidden;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background: white;
}

::-webkit-scrollbar-thumb {
  background: var(--rouge);
  border-radius: 30px;
}

main {
  position: relative;
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

.container {
  position: relative;
  width: min(100vw - 48px, 1600px);
  margin: 0 auto;
}
.container--flex {
  display: flex;
  justify-content: space-between;
  gap: 70px;
}
@media (width < 992px) {
  .container--flex {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
}
@media (width < 992px) {
  .container {
    width: min(100vw - 24px, 1600px);
  }
}

.flex {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (width < 992px) {
  .flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}

p {
  line-height: 1.5;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
}

ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}

#wpadminbar ul#wp-admin-bar-root-default #wp-admin-bar-simple-history, #wpadminbar ul#wp-admin-bar-root-default #wp-admin-bar-wp-logo, #wpadminbar ul#wp-admin-bar-root-default #wp-admin-bar-wpforms-menu, #wpadminbar ul#wp-admin-bar-root-default #wp-admin-bar-customize, #wpadminbar ul#wp-admin-bar-root-default #wp-admin-bar-comments {
  display: none !important;
}
#wpadminbar ul#wp-admin-bar-top-secondary #wp-admin-bar-search {
  display: none !important;
}

.header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  background: #fff;
  border-bottom: 1px solid var(--rouge-c);
}
@media (width < 992px) {
  .header {
    overflow: hidden;
  }
}
.header .container {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto 1fr;
}
.header .logo {
  padding: 1.5rem 0;
  margin-top: -0.5rem;
}
@media (width < 992px) {
  .header .logo {
    padding: 0;
  }
}
.header .logo img {
  width: 13.5714285714vw;
  max-width: 200px;
  max-height: 52px;
  object-fit: cover;
}
.header .menu {
  display: flex;
  align-items: center;
  height: 100%;
}
.header .menu nav {
  display: flex;
  align-items: center;
  height: 100%;
}
.header .menu nav ul {
  display: flex;
  align-items: center;
  height: 100%;
  column-gap: 2.5714285714vw;
}
@media (width > 1920px) {
  .header .menu nav ul {
    column-gap: 50px;
  }
}
@media (width < 1200px) {
  .header .menu nav ul {
    column-gap: 1.7142857143vw;
  }
}
.header .menu nav ul li {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
.header .menu nav ul li a {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  font-weight: 400;
  transition: var(--smalltransition);
}
.header .menu nav ul li a .fleche-submenu {
  transition: var(--smalltransition);
  height: 42px;
  width: 42px;
  margin: -10px -10px -10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .menu nav ul li a .fleche-submenu svg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  transition: var(--smalltransition);
}
@media (width > 991px) {
  .header .menu nav ul li a .fleche-submenu svg {
    width: 14px;
    height: 14px;
  }
}
@media (width < 992px) {
  .header .menu nav ul li a .rotate {
    transform: rotate(180deg);
  }
}
@media (991px < width) {
  .header .menu nav ul li:hover a, .header .menu nav ul li:focus a, .header .menu nav ul li:focus-visible a, .header .menu nav ul li.active a {
    color: var(--rouge);
  }
  .header .menu nav ul li:hover a svg, .header .menu nav ul li:focus a svg, .header .menu nav ul li:focus-visible a svg, .header .menu nav ul li.active a svg {
    fill: var(--rouge);
  }
}
.header .menu nav ul li .sous-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  background: white;
  height: initial;
  flex-direction: column;
  opacity: 0;
  padding: 16px 20px;
  transition: var(--transition);
  overflow: hidden;
  pointer-events: none;
  border-top: 1px solid var(--rouge);
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.25);
  border-radius: 0 0 10px 10px;
}
.header .menu nav ul li .sous-menu li {
  flex-direction: column;
  width: 100%;
  text-align: center;
}
.header .menu nav ul li .sous-menu li a {
  color: var(--noir);
  padding: 10px 20px;
  display: block;
  font-weight: 400;
  transition: var(--smalltransition);
}
@media (991px < width) {
  .header .menu nav ul li .sous-menu li a:hover, .header .menu nav ul li .sous-menu li a:focus, .header .menu nav ul li .sous-menu li a:focus-visible, .header .menu nav ul li .sous-menu li a.active {
    color: var(--rouge);
  }
}
@media (991px < width) {
  .header .menu nav ul li:hover .sous-menu, .header .menu nav ul li:focus .sous-menu, .header .menu nav ul li:focus-visible .sous-menu, .header .menu nav ul li.active .sous-menu {
    display: block;
    z-index: 1;
    opacity: 1;
    pointer-events: all;
  }
}
@media (width > 991px) {
  .header .menu nav ul .sous-menu > a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 1px;
    background: var(--rouge);
  }
}
.header .btn-mobile, .header .btn-menu, .header .btn-close {
  display: none;
}
@media (width < 992px) {
  .header .container {
    display: flex;
    align-items: center;
    padding: 1rem 0;
  }
  .header .menu {
    position: fixed;
    overflow: auto;
    right: -100vw;
    top: 0;
    height: 100vh;
    width: 100vw;
    margin-top: 75px;
    padding: 0 0 89px;
    z-index: 3;
    background-color: white;
    border-top: 1px solid var(--rouge);
    transition: var(--transition);
    scrollbar-width: thin;
  }
  .header .menu nav {
    width: 100%;
    padding: 20px;
  }
  .header .menu nav ul {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    width: 100%;
  }
  .header .menu nav ul li {
    display: block;
    height: auto;
    width: 100%;
  }
  .header .menu nav ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    text-align: center;
    font-size: 18px;
    width: 100%;
    height: auto;
  }
  .header .menu nav ul li .sous-menu {
    max-height: 0;
    opacity: 0;
    transition: var(--transition);
    position: relative;
    transform: none;
    inset: 0;
    margin: 0;
    padding: 0 0 0 8px;
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    gap: 4px;
  }
  .header .menu nav ul li .sous-menu li a {
    text-align: left;
    font-size: 16px;
  }
  .header .menu nav ul li .sous-menu li a::before {
    display: none;
  }
  .header .menu nav ul li .sous-menu.active {
    max-height: 100vh;
    opacity: 1;
    pointer-events: all;
  }
  .header .menu.open {
    right: 0;
  }
  .header .btn-menu, .header .btn-close {
    align-items: center;
    margin-left: 12px;
  }
  .header .btn-menu svg, .header .btn-close svg {
    width: 34px;
  }
  .header .btn-mobile {
    display: flex;
    align-items: center;
    margin: auto 0 auto auto;
    cursor: pointer;
  }
  .header .btn-header {
    display: none;
  }
  .header .btn-menu {
    display: flex;
  }
  .header .logo {
    margin-top: 0;
  }
  .header .logo img {
    width: 120px;
  }
}

.admin-bar .header {
  top: 32px;
}

.footer {
  margin-top: 130px;
  color: var(--blanc);
  background: var(--noir-f);
  font-family: var(--poppins);
}
.footer__top {
  padding: 60px 0;
}
.footer__top .container {
  position: relative;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto 1fr;
}
.footer__top .container::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -160px;
  left: 0;
  width: 62px;
  height: 67px;
  background: url("../img/autres/small-doodle.png") no-repeat;
}
.footer__top .container::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
  top: -410px;
  right: 0;
  width: 250px;
  height: 500px;
  border-radius: 50%;
  background-color: rgba(221, 111, 107, 0.39);
  filter: blur(109px);
}
@media (width < 992px) {
  .footer__top .container {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
  .footer__top .container::before, .footer__top .container::after {
    display: none;
  }
}
.footer__top-img {
  margin-top: -0.5rem;
}
.footer__top-img img {
  width: 21.4285714286vw;
  max-width: 340px;
}
@media (width < 992px) {
  .footer__top-img {
    margin: 0 auto;
    max-width: 340px;
  }
  .footer__top-img img {
    width: auto;
    padding: 0 60px;
  }
}
.footer__top-infos {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.footer__top-infos-line {
  display: flex;
  justify-content: space-between;
  column-gap: 40px;
}
.footer__top-infos-line a {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
.footer__top-infos-line a svg {
  width: 16px;
}
@media (width < 992px) {
  .footer__top-infos {
    row-gap: 15px;
  }
  .footer__top-infos-line {
    flex-direction: column;
    row-gap: 15px;
  }
  .footer__top-infos-line a {
    font-size: 14px;
    justify-content: center;
  }
}
@media (width < 992px) {
  .footer__top {
    padding: 30px 0;
  }
}
.footer__bottom {
  border-top: 1px solid var(--blanc-33);
  padding: 30px 0;
}
@media (width < 992px) {
  .footer__bottom .container {
    row-gap: 20px;
  }
  .footer__bottom .container > a {
    font-size: 14px;
  }
}
.footer__bottom ul {
  display: flex;
  align-items: center;
  column-gap: 30px;
}
@media (width < 992px) {
  .footer__bottom {
    padding: 15px 0;
  }
  .footer__bottom ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    column-gap: 12px;
  }
  .footer__bottom ul li a {
    font-size: 12px;
  }
}
@media (width < 992px) {
  .footer {
    margin: 40px 0 0;
  }
}

.home section {
  margin: 80px auto;
}
@media (width < 768px) {
  .home section {
    margin: 40px auto;
  }
}
.home section:first-of-type {
  margin-top: 20px;
}
.home section:last-of-type {
  margin-bottom: 0;
}
.home .home-header {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.home .home-header-tag {
  display: flex;
  align-items: center;
  padding-right: 58px;
  column-gap: 6px;
  position: relative;
  width: fit-content;
  font-family: var(--poppins);
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}
.home .home-header-tag span {
  color: var(--rouge);
  font-weight: 600;
}
.home .home-header-tag::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 46px;
  height: 1px;
  background: var(--rouge);
}
@media (width < 992px) {
  .home .home-header-tag {
    padding-right: 48px;
    font-size: 15px;
  }
  .home .home-header-tag:before {
    width: 36px;
  }
}
.home .home-header-h2 {
  margin: 0;
  font-size: clamp(30px, 2.92vw, 56px);
  font-weight: 600;
}
@media (width < 992px) {
  .home .home-header-h2 {
    font-size: 24px;
  }
}
@media (width < 992px) {
  .home .home-header {
    row-gap: 6px;
  }
}
.home .home-une {
  position: relative;
}
@media (width > 991px) {
  .home .home-une::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: -250px;
    left: -250px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background-color: rgba(221, 111, 107, 0.39);
    filter: blur(218px);
    transform: scale(0.5);
  }
  .home .home-une::after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: -320px;
    width: 540px;
    height: 560px;
    z-index: -1;
    transform: scale(0.8);
    background: url("../img/svg/looper.svg") no-repeat;
  }
}
.home .home-une .container {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media (width < 768px) {
  .home .home-une .container {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.home .home-une__left {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 20px;
}
.home .home-une__left-avis {
  display: flex;
  align-items: center;
  column-gap: 12px;
  font-family: var(--poppins);
  font-weight: 500;
  font-size: 14px;
}
.home .home-une__left-avis span {
  margin-top: 3px;
}
@media (width < 992px) {
  .home .home-une__left-avis {
    column-gap: 8px;
    font-size: 12px;
  }
  .home .home-une__left-avis img {
    width: 90px;
  }
}
.home .home-une__left-chapo {
  margin: 15px 80px 0 0;
}
@media (width < 992px) {
  .home .home-une__left-chapo {
    margin: 0;
    font-size: 15px;
  }
}
.home .home-une__left-flex {
  margin-top: 35px;
  display: flex;
  column-gap: 16px;
}
.home .home-une__left-flex .btn-standard {
  padding: 16px 26px;
  border-radius: 50px;
}
@media (width < 992px) {
  .home .home-une__left-flex .btn-standard {
    padding: 14px 20px;
    font-size: 13px;
    gap: 8px;
  }
}
.home .home-une__left-flex .btn-home-fonce {
  color: var(--blanc);
  background: var(--rouge);
}
.home .home-une__left-flex .btn-home-fonce svg path {
  fill: var(--blanc);
}
@media (991px < width) {
  .home .home-une__left-flex .btn-home-fonce:hover, .home .home-une__left-flex .btn-home-fonce:focus, .home .home-une__left-flex .btn-home-fonce:focus-visible, .home .home-une__left-flex .btn-home-fonce.active {
    background: var(--blanc);
    color: var(--rouge);
  }
  .home .home-une__left-flex .btn-home-fonce:hover svg path, .home .home-une__left-flex .btn-home-fonce:focus svg path, .home .home-une__left-flex .btn-home-fonce:focus-visible svg path, .home .home-une__left-flex .btn-home-fonce.active svg path {
    fill: #DD6F6B;
  }
}
.home .home-une__left-flex .btn-home-clair svg {
  width: 19px;
  height: 19px;
}
.home .home-une__left-flex .btn-home-clair svg path {
  stroke: var(--rouge);
}
@media (width < 992px) {
  .home .home-une__left-flex {
    margin-top: 14px;
    column-gap: 12px;
  }
}
@media (width > 991px) {
  .home .home-une__left::before {
    content: "";
    position: absolute;
    top: 40px;
    right: 160px;
    width: 19px;
    height: 20px;
    z-index: -1;
    transform: scale(0.8);
    background: url("../img/svg/contactez-nous-triangle.svg") no-repeat;
  }
  .home .home-une__left::after {
    content: "";
    position: absolute;
    bottom: -40px;
    right: 0;
    width: 137px;
    height: 269px;
    z-index: 1;
    transform: scale(0.8);
    background: url("../img/svg/une-eclair.svg") no-repeat;
  }
}
@media (width < 768px) {
  .home .home-une__left {
    row-gap: 14px;
  }
  .home .home-une__left h1 {
    font-size: 28px;
  }
}
.home .home-une__right {
  position: relative;
}
@media (width > 991px) {
  .home .home-une__right::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: -125px;
    left: -250px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background-color: rgba(221, 111, 107, 0.39);
    filter: blur(218px);
    transform: scale(0.5);
  }
  .home .home-une__right::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 125px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background-color: rgba(221, 111, 107, 0.39);
    filter: blur(218px);
    transform: scale(0.5);
  }
}
.home .home-une__right-images {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, auto);
  column-gap: 10px;
}
.home .home-une__right-images-haut {
  position: relative;
  grid-column: 2;
  grid-row: 1;
  margin: -10px -10px 0 -140px;
  z-index: 1;
}
.home .home-une__right-images-haut::before {
  content: "";
  inset: 10px 50% 6px 0px;
  position: absolute;
  border-radius: 30px 0 0 30px;
  z-index: -40;
  background: linear-gradient(0deg, rgba(255, 246, 246, 0.7411764706), #fef5f5);
}
@media (width < 1400px) {
  .home .home-une__right-images-haut::before {
    background: linear-gradient(0deg, rgba(255, 246, 246, 0.7411764706), #feeeee);
  }
}
@media (width < 1200px) {
  .home .home-une__right-images-haut::before {
    background: linear-gradient(0deg, rgb(251, 232, 232), #fbeaea);
  }
}
.home .home-une__right-images-haut img {
  position: relative;
  border-radius: 30px;
  width: 499px;
  max-width: 100%;
  aspect-ratio: 499/204;
  object-fit: cover;
  border: 10px solid transparent;
  z-index: -1;
}
@media (width < 992px) {
  .home .home-une__right-images-haut img {
    border-left-color: var(--blanc);
    border-bottom-color: var(--blanc);
  }
}
@media (width < 992px) {
  .home .home-une__right-images-haut {
    margin: -10px -10px 0 -100px;
  }
  .home .home-une__right-images-haut img {
    border-radius: 25px;
  }
}
@media (width > 991px) {
  .home .home-une__right-images-haut::after {
    content: "";
    position: absolute;
    top: 50px;
    right: -50px;
    width: 23px;
    height: 23px;
    z-index: -1;
    background: url("../img/svg/small-croix.svg") no-repeat;
  }
}
.home .home-une__right-images-gauche {
  width: 100%;
  grid-column: 1/span 1;
  grid-row: 1/span 2;
  margin: auto 0 0;
}
.home .home-une__right-images-gauche img {
  position: relative;
  border-radius: 30px;
  width: 380px;
  max-width: 100%;
  aspect-ratio: 380/500;
  object-fit: cover;
  z-index: -2;
}
@media (width < 992px) {
  .home .home-une__right-images-gauche img {
    border-radius: 25px;
  }
}
.home .home-une__right-images-droite {
  grid-column: 2;
  grid-row: 2;
  width: 100%;
}
.home .home-une__right-images-droite img {
  border-radius: 0 30px 30px 30px;
  width: 315px;
  max-width: 100%;
  aspect-ratio: 315/325;
  object-fit: cover;
  margin-top: -6px;
}
@media (width < 992px) {
  .home .home-une__right-images-droite img {
    border-radius: 0 25px 25px 25px;
  }
}
@media (width > 991px) {
  .home .home-une__right-images::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 125px;
    left: 250px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background-color: rgba(221, 111, 107, 0.39);
    filter: blur(218px);
    transform: scale(0.5);
  }
  .home .home-une__right-images::after {
    content: "";
    position: absolute;
    bottom: 150px;
    right: -150px;
    width: 432px;
    height: 323px;
    z-index: -1;
    background: url("../img/svg/home-looper.svg") no-repeat;
  }
}
@media (width < 768px) {
  .home .home-une__right {
    grid-area: 1/1/2/2;
  }
}
.home .home-propos .container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media (width < 768px) {
  .home .home-propos .container {
    grid-template-columns: 1fr;
  }
}
@media (width > 991px) {
  .home .home-propos .container::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 23px;
    height: 23px;
    z-index: -1;
    background: url("../img/svg/small-croix.svg") no-repeat;
  }
}
.home .home-propos__left {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home .home-propos__left .home-propos-images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.home .home-propos__left .home-propos-images-gauche {
  position: relative;
  z-index: 1;
  align-self: flex-start;
  margin: -10px 10px 0px -10px;
}
.home .home-propos__left .home-propos-images-gauche img {
  aspect-ratio: 215/287;
  height: 100%;
  width: 215px;
  max-width: 100%;
  object-fit: cover;
  border: 10px solid var(--blanc);
}
.home .home-propos__left .home-propos-images-milieu {
  position: relative;
  z-index: 0;
  margin: 0px -70px 0 -70px;
}
.home .home-propos__left .home-propos-images-milieu > img {
  aspect-ratio: 360/480;
  height: 100%;
  width: 360px;
  max-width: 100%;
  object-fit: cover;
}
.home .home-propos__left .home-propos-images-milieu--tag {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  width: fit-content;
  padding: 8px 16px;
  column-gap: 8px;
  font-weight: 600;
  box-shadow: 0 20px 20px rgba(221, 111, 107, 0.18);
  background: var(--blanc);
  border-radius: 20px;
}
.home .home-propos__left .home-propos-images-milieu--tag-star {
  top: 120px;
  right: -110px;
}
.home .home-propos__left .home-propos-images-milieu--tag-zone {
  bottom: 50px;
  left: -70px;
}
@media (width < 992px) {
  .home .home-propos__left .home-propos-images-milieu--tag {
    display: none;
  }
}
.home .home-propos__left .home-propos-images-droite {
  position: relative;
  z-index: 1;
  align-self: flex-end;
  margin: -10px 0 -10px 10px;
}
.home .home-propos__left .home-propos-images-droite img {
  aspect-ratio: 195/260;
  height: 100%;
  width: 195px;
  max-width: 100%;
  object-fit: cover;
  border: 10px solid var(--blanc);
}
.home .home-propos__left .home-propos-images img {
  border-radius: 30px;
}
@media (width < 992px) {
  .home .home-propos__left .home-propos-images img {
    border-radius: 25px;
  }
  .home .home-propos__left .home-propos-images-gauche {
    margin: -10px -10px 0px -10px;
  }
  .home .home-propos__left .home-propos-images-droite {
    margin: -10px -10px -10px -20px;
  }
}
.home .home-propos__right {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home .home-propos__right p {
  margin: 30px 0;
}
@media (width > 991px) {
  .home .home-propos__right::after {
    content: "";
    position: absolute;
    top: -20px;
    right: 0;
    width: 137px;
    height: 269px;
    z-index: 1;
    transform: scale(0.8);
    background: url("../img/autres/small-doodle.png") no-repeat;
  }
}
.home .home-services {
  position: relative;
}
.home .home-services .home-header {
  position: relative;
  align-items: center;
}
@media (width > 991px) {
  .home .home-services .home-header::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -125px;
    left: -125px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background-color: rgba(221, 111, 107, 0.39);
    filter: blur(218px);
    transform: scale(0.5);
  }
  .home .home-services .home-header::after {
    content: "";
    position: absolute;
    top: -80px;
    right: 250px;
    width: 192px;
    height: 219px;
    z-index: -1;
    transform: scale(0.8);
    background: url("../img/autres/ampoule.png") no-repeat;
  }
}
@media (width < 992px) {
  .home .home-services .home-header-h2 {
    text-align: center;
  }
}
@media (width > 991px) {
  .home .home-services::after {
    content: "";
    position: absolute;
    bottom: 40px;
    left: -14px;
    width: 127px;
    height: 85px;
    z-index: -1;
    transform: scale(0.8);
    background: url("../img/autres/doodle-stico.png") no-repeat;
  }
}
.home .home-services .home-grid {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.home .home-services .home-grid .home-service {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  width: 100%;
  max-width: 410px;
  margin-left: auto;
  margin-right: auto;
}
.home .home-services .home-grid .home-service__front {
  position: relative;
}
.home .home-services .home-grid .home-service__front-image {
  line-height: 0;
  border-radius: 30px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
.home .home-services .home-grid .home-service__front-image img {
  position: relative;
  z-index: -1;
  width: 100%;
  border-radius: 30px;
  aspect-ratio: 1;
  object-fit: cover;
}
.home .home-services .home-grid .home-service__front-titre {
  position: absolute;
  bottom: 24px;
  left: 20px;
  right: 20px;
  color: var(--blanc);
  font-size: clamp(16px, 1.57vw, 28px);
  font-weight: 600;
  text-align: center;
}
.home .home-services .home-grid .home-service__front::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: var(--rouge-c);
  width: clamp(30px, 2.86vw, 55px);
  height: clamp(30px, 2.86vw, 55px);
  border-radius: 0 clamp(15px, 1.43vw, 27.5px) 0 clamp(15px, 1.43vw, 27.5px);
  pointer-events: none;
}
.home .home-services .home-grid .home-service__front svg {
  position: absolute;
  content: "";
  pointer-events: none;
  top: clamp(7.5px, 0.715vw, 13.75px);
  right: clamp(7.5px, 0.715vw, 13.75px);
  width: clamp(15px, 1.43vw, 27.5px);
  aspect-ratio: 1;
}
.home .home-services .home-grid .home-service__back {
  position: absolute;
  z-index: 1;
  top: -100%;
  right: -100%;
  bottom: 100%;
  transition: var(--transition);
  background: var(--rouge-c);
  aspect-ratio: 1;
  width: 100%;
  padding: 30px 20px 20px;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
}
.home .home-services .home-grid .home-service__back-titre {
  text-align: center;
  color: var(--rouge);
  font-size: clamp(16px, 1.3vw, 24px);
  font-weight: 500;
}
.home .home-services .home-grid .home-service__back-texte {
  margin-top: clamp(16px, 1.6vw, 24px);
  font-family: var(--poppins);
  color: var(--noir-65);
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 1600px) {
  .home .home-services .home-grid .home-service__back-texte {
    -webkit-line-clamp: 5;
  }
}
@media screen and (max-width: 1500px) {
  .home .home-services .home-grid .home-service__back-texte {
    -webkit-line-clamp: 4;
  }
}
@media screen and (max-width: 1300px) {
  .home .home-services .home-grid .home-service__back-texte {
    -webkit-line-clamp: 3;
  }
}
@media (width < 1200px) {
  .home .home-services .home-grid .home-service__back-texte {
    -webkit-line-clamp: 3;
    font-size: 14px;
  }
}
.home .home-services .home-grid .home-service__back .btn-service {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto 0 0;
  gap: 12px;
  padding: 16px 40px;
  border-radius: 12px;
  font-weight: 500;
  color: var(--rouge);
  border: 1px solid var(--rouge);
  transition: var(--smalltransition);
}
.home .home-services .home-grid .home-service__back .btn-service svg {
  width: 16px;
  height: 16px;
}
.home .home-services .home-grid .home-service__back .btn-service svg path {
  transition: var(--smalltransition);
}
@media (991px < width) {
  .home .home-services .home-grid .home-service__back .btn-service:hover, .home .home-services .home-grid .home-service__back .btn-service:focus, .home .home-services .home-grid .home-service__back .btn-service:focus-visible, .home .home-services .home-grid .home-service__back .btn-service.active {
    background: var(--rouge);
    color: var(--blanc);
  }
  .home .home-services .home-grid .home-service__back .btn-service:hover svg, .home .home-services .home-grid .home-service__back .btn-service:focus svg, .home .home-services .home-grid .home-service__back .btn-service:focus-visible svg, .home .home-services .home-grid .home-service__back .btn-service.active svg {
    --rouge: var(--blanc);
  }
}
@media (width < 1200px) {
  .home .home-services .home-grid .home-service__back .btn-service {
    padding: 12px 20px;
    font-size: 14px;
  }
}
@media (991px < width) {
  .home .home-services .home-grid .home-service:hover .home-service__back, .home .home-services .home-grid .home-service:focus .home-service__back, .home .home-services .home-grid .home-service:focus-visible .home-service__back, .home .home-services .home-grid .home-service.active .home-service__back {
    top: 0;
    right: 0;
    bottom: 0;
  }
}
@media (width < 1200px) {
  .home .home-services .home-grid {
    gap: 20px;
  }
}
@media (width < 992px) {
  .home .home-services .home-grid {
    gap: 10px;
  }
}
@media (width < 768px) {
  .home .home-services .home-grid {
    margin-top: 30px;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .home .home-services .home-grid .home-service {
    border-radius: 8px;
  }
  .home .home-services .home-grid .home-service__front-titre {
    bottom: 12px;
    transform: none;
  }
  .home .home-services .home-grid .home-service__front::before, .home .home-services .home-grid .home-service__front svg {
    display: none;
  }
  .home .home-services .home-grid .home-service__front-image {
    border-radius: 8px;
  }
  .home .home-services .home-grid .home-service__front-image img {
    border-radius: 8px;
  }
}
@media (width < 565px) {
  .home .home-services .home-grid .home-service__front-titre {
    font-size: 13px;
    line-height: 1.25;
  }
}
.home .home-services .btn-standard {
  margin: 50px 0 -10px auto;
}
@media (width < 992px) {
  .home .home-services .btn-standard {
    margin: 30px auto -10px auto;
    padding: 14px 20px;
  }
}
.home .home-zone {
  background: var(--rouge);
}
.home .home-zone .container {
  padding: 50px 60px 80px;
}
@media (width < 1400px) {
  .home .home-zone .container {
    padding: 50px 30px 80px;
  }
}
@media (width < 1200px) {
  .home .home-zone .container {
    padding: 50px 0 80px;
  }
}
@media (width > 991px) {
  .home .home-zone .container::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 50px;
    width: 111px;
    height: 159px;
    transform: scale(0.8);
    background: url("../img/svg/zone-intervention_arrow.svg") no-repeat;
  }
}
@media (width < 992px) {
  .home .home-zone .container {
    padding: 50px 0;
  }
}
.home .home-zone .home-header-h2 {
  margin: 0 auto;
  position: relative;
  width: fit-content;
  color: var(--blanc);
  font-size: clamp(24px, 3.06vw, 58px);
}
.home .home-zone .home-header-h2::after {
  content: "";
  position: absolute;
  top: -20px;
  right: -46px;
  width: 57px;
  height: 51px;
  transform: scale(0.8);
  background: url("../img/svg/zone-intervention_line.svg") no-repeat;
}
@media (width < 992px) {
  .home .home-zone .home-header-h2 {
    text-align: center;
  }
}
.home .home-zone .home-zone__chapo {
  color: var(--blanc);
  text-align: center;
  margin: 30px 0;
}
@media (width < 992px) {
  .home .home-zone #map {
    margin-top: 30px;
    height: 400px;
  }
}
.home .home-realisations {
  margin-top: 80px;
}
@media (width > 991px) {
  .home .home-realisations > .container::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 100px;
    width: 62px;
    height: 67px;
    transform: scale(0.8);
    background: url("../img/autres/small-doodle.png") no-repeat;
  }
}
.home .home-realisations .home-header {
  position: relative;
  align-items: center;
}
@media (width > 991px) {
  .home .home-realisations .home-header::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 30%;
    transform: translateX(-50%);
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background-color: rgba(221, 111, 107, 0.39);
    filter: blur(218px);
  }
}
@media (width < 992px) {
  .home .home-realisations .home-header-h2 {
    text-align: center;
  }
}
.home .home-realisations .list-realisations {
  margin-top: 60px;
}
@media (width > 991px) {
  .home .home-realisations .list-realisations .container::after {
    content: "";
    position: absolute;
    bottom: 20px;
    right: -50px;
    width: 39px;
    height: 39px;
    transform: scale(0.8);
    background: url("../img/svg/home-realisation-croix.svg") no-repeat;
  }
}
@media (width < 1200px) {
  .home .home-realisations .list-realisations .container :nth-child(7), .home .home-realisations .list-realisations .container :nth-child(8) {
    display: none;
  }
}
@media (width < 768px) {
  .home .home-realisations .list-realisations .container :nth-child(7), .home .home-realisations .list-realisations .container :nth-child(8) {
    display: block;
  }
}
.home .home-realisations .btn-standard {
  margin: 50px auto -10px auto;
}
@media (width < 992px) {
  .home .home-realisations .btn-standard {
    margin: 30px auto -10px auto;
    padding: 14px 20px;
  }
}
@media (width < 992px) {
  .home .home-realisations {
    margin-top: 40px;
  }
  .home .home-realisations .list-realisations {
    margin-top: 30px;
  }
}
.home .home-blockquote {
  margin: 120px 0 100px;
}
.home .home-blockquote .blockquote-container {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 100px;
  width: 100%;
  max-width: 100%;
}
.home .home-blockquote .blockquote-container .blockquote-slider {
  width: 100%;
  max-width: 100%;
  padding-bottom: 80px;
}
.home .home-blockquote .blockquote-container .blockquote-slider .slick-arrow {
  position: absolute;
  padding: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--smalltransition);
  background: var(--gris-2);
  border-radius: 50%;
  bottom: 0;
}
.home .home-blockquote .blockquote-container .blockquote-slider .slick-arrow svg path {
  transition: var(--smalltransition);
}
@media (991px < width) {
  .home .home-blockquote .blockquote-container .blockquote-slider .slick-arrow:hover, .home .home-blockquote .blockquote-container .blockquote-slider .slick-arrow:focus, .home .home-blockquote .blockquote-container .blockquote-slider .slick-arrow:focus-visible, .home .home-blockquote .blockquote-container .blockquote-slider .slick-arrow.active {
    background: var(--rouge);
  }
  .home .home-blockquote .blockquote-container .blockquote-slider .slick-arrow:hover svg path, .home .home-blockquote .blockquote-container .blockquote-slider .slick-arrow:focus svg path, .home .home-blockquote .blockquote-container .blockquote-slider .slick-arrow:focus-visible svg path, .home .home-blockquote .blockquote-container .blockquote-slider .slick-arrow.active svg path {
    fill: var(--blanc);
  }
}
.home .home-blockquote .blockquote-container .blockquote-slider .slick-prev {
  left: 0;
}
.home .home-blockquote .blockquote-container .blockquote-slider .slick-next {
  left: 70px;
}
.home .home-blockquote .blockquote-container .blockquote {
  margin: 0 80px 0 0;
}
.home .home-blockquote .blockquote-container .blockquote::after {
  display: none;
}
.home .home-blockquote .blockquote-container .blockquote-right {
  position: relative;
  width: 100%;
  max-width: 100%;
}
@media (width > 991px) {
  .home .home-blockquote .blockquote-container .blockquote-right::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -150px;
    left: -200px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background-color: rgba(221, 111, 107, 0.39);
    filter: blur(218px);
    transform: scale(0.5);
  }
}
.home .home-blockquote .blockquote-container .blockquote-right::after {
  content: "";
  position: absolute;
  top: -80px;
  right: 0px;
  width: 133px;
  z-index: 1;
  height: 89px;
  transform: scale(0.8);
  background: url("../img/svg/quotes.svg") no-repeat;
}
@media (width < 992px) {
  .home .home-blockquote .blockquote-container .blockquote-right::after {
    transform: scale(0.4);
    top: -40px;
    right: -30px;
  }
}
.home .home-blockquote .blockquote-container .blockquote-left {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media (width < 992px) {
  .home .home-blockquote .blockquote-container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 60px;
  }
  .home .home-blockquote .blockquote-container .blockquote {
    margin: 0;
  }
  .home .home-blockquote .blockquote-container .blockquote-left {
    display: none;
    margin: 0 10px;
  }
  .home .home-blockquote .blockquote-container .blockquote-svg {
    margin-left: 0;
  }
}
.home .home-blockquote .blockquote-svg {
  position: relative;
  margin-left: 30px;
  flex: 1;
}
.home .home-blockquote .blockquote-svg .blockquote-fond {
  position: absolute;
  bottom: 0;
  z-index: -1;
  width: 100%;
}
.home .home-blockquote .blockquote-svg .blockquote-slider-unit {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: 100%;
}
.home .home-blockquote .blockquote-svg .blockquote-slider-unit div img {
  margin: auto;
  width: 15vw;
  max-width: 220px;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
}
@media (width < 1200px) {
  .home .home-blockquote .blockquote-svg .blockquote-slider-unit div img {
    width: 13vw;
  }
}
@media (width < 1200px) {
  .home .home-blockquote .blockquote-svg .blockquote-slider-unit {
    bottom: -20px;
  }
}
.home .home-blockquote .blockquote-svg .blockquote-perso {
  position: absolute;
  inset: 0;
}
.home .home-blockquote .blockquote-svg .blockquote-perso img {
  width: 100%;
  border-radius: 50%;
  aspect-ratio: 1;
  object-fit: cover;
  border: 2px solid var(--blanc);
}
.home .home-blockquote .blockquote-svg .blockquote-perso div {
  position: absolute;
  width: 50px;
  height: 50px;
}
.home .home-blockquote .blockquote-svg .blockquote-perso > :nth-child(1) {
  bottom: -10px;
  left: -15px;
}
@media (width < 1200px) {
  .home .home-blockquote .blockquote-svg .blockquote-perso > :nth-child(1) {
    width: 45px;
    height: 45px;
  }
}
.home .home-blockquote .blockquote-svg .blockquote-perso > :nth-child(2) {
  width: 60px;
  height: 60px;
  top: 30%;
  transform: translateY(-50%);
  left: 90px;
}
@media (width < 1600px) {
  .home .home-blockquote .blockquote-svg .blockquote-perso > :nth-child(2) {
    left: 85px;
  }
}
@media (width < 1550px) {
  .home .home-blockquote .blockquote-svg .blockquote-perso > :nth-child(2) {
    left: 80px;
  }
}
@media (width < 1500px) {
  .home .home-blockquote .blockquote-svg .blockquote-perso > :nth-child(2) {
    left: 75px;
  }
}
@media (width < 1450px) {
  .home .home-blockquote .blockquote-svg .blockquote-perso > :nth-child(2) {
    left: 70px;
  }
}
@media (width < 1400px) {
  .home .home-blockquote .blockquote-svg .blockquote-perso > :nth-child(2) {
    left: 60px;
  }
}
@media (width < 1200px) {
  .home .home-blockquote .blockquote-svg .blockquote-perso > :nth-child(2) {
    width: 50px;
    height: 60px;
    left: 60px;
  }
}
.home .home-blockquote .blockquote-svg .blockquote-perso > :nth-child(3) {
  width: 70px;
  height: 70px;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}
@media (width < 1200px) {
  .home .home-blockquote .blockquote-svg .blockquote-perso > :nth-child(3) {
    width: 60px;
    height: 60px;
    top: -30px;
  }
}
.home .home-blockquote .blockquote-svg .blockquote-perso > :nth-child(4) {
  width: 60px;
  height: 60px;
  top: 30%;
  transform: translateY(-50%);
  right: 90px;
}
@media (width < 1600px) {
  .home .home-blockquote .blockquote-svg .blockquote-perso > :nth-child(4) {
    right: 85px;
  }
}
@media (width < 1550px) {
  .home .home-blockquote .blockquote-svg .blockquote-perso > :nth-child(4) {
    right: 80px;
  }
}
@media (width < 1500px) {
  .home .home-blockquote .blockquote-svg .blockquote-perso > :nth-child(4) {
    right: 75px;
  }
}
@media (width < 1450px) {
  .home .home-blockquote .blockquote-svg .blockquote-perso > :nth-child(4) {
    right: 70px;
  }
}
@media (width < 1400px) {
  .home .home-blockquote .blockquote-svg .blockquote-perso > :nth-child(4) {
    right: 60px;
  }
}
@media (width < 1200px) {
  .home .home-blockquote .blockquote-svg .blockquote-perso > :nth-child(4) {
    width: 50px;
    height: 60px;
    top: 30%;
    transform: translateY(-50%);
    right: 60px;
  }
}
.home .home-blockquote .blockquote-svg .blockquote-perso > :nth-child(5) {
  bottom: -10px;
  right: -15px;
}
@media (width < 1200px) {
  .home .home-blockquote .blockquote-svg .blockquote-perso > :nth-child(5) {
    width: 45px;
    height: 45px;
  }
}
@media (width < 992px) {
  .home .home-blockquote {
    margin: 60px 0;
  }
  .home .home-blockquote .blockquote-container .blockquote-slider {
    padding-bottom: 0;
  }
  .home .home-blockquote .blockquote-container .blockquote-slider .slick-arrow {
    display: none !important;
  }
}
.home .home-accordions .accordions {
  position: relative;
  margin-top: 40px;
}
@media (width > 991px) {
  .home .home-accordions .accordions::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -250px;
    left: -60px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background-color: rgba(221, 111, 107, 0.39);
    filter: blur(218px);
    transform: scale(0.5);
  }
  .home .home-accordions .accordions::after {
    content: "";
    position: absolute;
    top: -300px;
    right: 200px;
    width: 137px;
    height: 269px;
    z-index: -1;
    transform: scale(0.8);
    background: url("../img/svg/home-eclair.svg") no-repeat;
  }
}
@media (width < 992px) {
  .home .home-accordions .accordions {
    margin-top: 30px;
  }
}
.home-faq {
  overflow: visible;
}
@media (width > 991px) {
  .home-faq .home-accordions .accordions::before, .home-faq .home-accordions .accordions::after {
    display: none;
  }
}
@media (width > 991px) {
  .home .home-spotlight .container::after {
    content: "";
    position: absolute;
    top: -50px;
    left: 300px;
    width: 19px;
    height: 20px;
    z-index: 1;
    transform: scale(0.8);
    background: url("../img/svg/contactez-nous-triangle.svg") no-repeat;
  }
}
.home .home-contact {
  position: relative;
}
@media (width > 991px) {
  .home .home-contact::after {
    content: "";
    position: absolute;
    top: 0;
    left: -14px;
    width: 127px;
    height: 85px;
    z-index: 1;
    transform: scale(0.8);
    background: url("../img/autres/doodle-stico.png") no-repeat;
  }
}
@media (width < 992px) {
  .home .home-contact {
    margin: 0;
  }
}
.home .home-contact .home-header {
  position: relative;
  align-items: center;
}
@media (width > 991px) {
  .home .home-contact .home-header::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -170px;
    left: 30%;
    transform: translateX(-50%) scale(0.5);
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background-color: rgba(221, 111, 107, 0.39);
    filter: blur(218px);
  }
}
.home .home-contact .home-header-h2 {
  position: relative;
  width: auto;
}
@media (width > 991px) {
  .home .home-contact .home-header-h2::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: -100px;
    width: 90px;
    height: 154px;
    transform: scale(0.8);
    background: url("../img/svg/contact-arrow.svg") no-repeat;
  }
}
@media (width < 992px) {
  .home .home-contact .home-header-h2 {
    text-align: center;
  }
}
.home .home-contact .formulaire {
  position: relative;
  margin-top: 60px;
}
@media (width > 991px) {
  .home .home-contact .formulaire::after {
    content: "";
    position: absolute;
    top: -160px;
    right: 150px;
    width: 39px;
    height: 39px;
    z-index: 1;
    transform: scale(0.8);
    background: url("../img/svg/home-realisation-croix.svg") no-repeat;
  }
}
@media (width < 992px) {
  .home .home-contact .formulaire {
    margin-top: 30px;
  }
}

h1 {
  margin: 0;
  font-size: clamp(30px, 3.33vw, 64px);
  font-weight: 600;
}
@media (width < 992px) {
  h1 {
    font-size: 30px;
  }
}

.chiffres {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media (width < 992px) {
  .chiffres {
    gap: 20px;
  }
  .chiffres .chiffre_texte {
    font-size: 12px;
    line-height: 1.25;
  }
}

.page-contact .wysiwyg h2 {
  margin: 0 !important;
}

.wysiwyg {
  font-family: var(--poppins);
}
.wysiwyg a:not([class]) {
  text-decoration: underline;
  color: var(--rouge);
}
.wysiwyg h2 {
  font-family: var(--font-family);
  margin: 0 0 30px;
  font-size: 2.6388888889vw;
  font-weight: 600;
}
@media (width > 1920px) {
  .wysiwyg h2 {
    font-size: 51px;
  }
}
@media (width < 992px) {
  .wysiwyg h2 {
    font-size: 26px;
  }
}
.wysiwyg h3 {
  font-family: var(--font-family);
  margin: 0 0 30px;
  font-size: 2.3611111111vw;
  font-weight: 600;
  color: var(--rouge);
}
@media (width > 1920px) {
  .wysiwyg h3 {
    font-size: 45px;
  }
}
@media (width < 992px) {
  .wysiwyg h3 {
    font-size: 24px;
  }
}
.wysiwyg h4 {
  font-family: var(--font-family);
  margin: 0 0 30px;
  font-size: 2.0833333333vw;
  font-weight: 600;
}
@media (width > 1920px) {
  .wysiwyg h4 {
    font-size: 40px;
  }
}
@media (width < 992px) {
  .wysiwyg h4 {
    font-size: 22px;
  }
}
.wysiwyg h5 {
  font-family: var(--font-family);
  margin: 0 0 30px;
  font-size: 1.8055555556vw;
  font-weight: 600;
}
@media (width > 1920px) {
  .wysiwyg h5 {
    font-size: 35px;
  }
}
@media (width < 992px) {
  .wysiwyg h5 {
    font-size: 20px;
  }
}
.wysiwyg h6 {
  font-family: var(--font-family);
  margin: 0 0 30px;
  font-size: 1.5277777778vw;
  font-weight: 600;
}
@media (width > 1920px) {
  .wysiwyg h6 {
    font-size: 29px;
  }
}
@media (width < 992px) {
  .wysiwyg h6 {
    font-size: 18px;
  }
}
.wysiwyg > * {
  margin-bottom: 30px;
}
.wysiwyg > p {
  line-height: 1.5;
}
.wysiwyg ul:not([class]) {
  padding-left: 0;
}
.wysiwyg ul:not([class]) li {
  position: relative;
  margin-top: 20px;
  padding-left: 28px;
  font-size: 16px;
  line-height: 25px;
}
.wysiwyg ul:not([class]) li::before {
  position: absolute;
  content: "";
  display: block;
  top: 4px;
  left: 8px;
  width: 12px;
  height: 16px;
  background: url("../img/svg/puce.svg");
}
.wysiwyg ul:not([class]) ul li {
  padding-left: 20px;
  color: var(--vertF);
}
.wysiwyg ul:not([class]) ul li::before {
  position: absolute;
  content: "";
  display: block;
  top: 9px;
  left: -2px;
  width: 6px;
  height: 6px;
  background: none;
  border-radius: 50%;
  border: 1px solid var(--rouge);
}
.wysiwyg ol:not([class]) {
  padding-left: 28px;
}
.wysiwyg ol:not([class]) li {
  list-style: decimal;
}
.wysiwyg ol:not([class]) li::marker {
  font-weight: 500;
  color: var(--rouge);
}
.wysiwyg ol:not([class]) > li {
  margin-top: 20px;
}
.wysiwyg ol:not([class]) ol > li {
  font-weight: 400;
}
.wysiwyg iframe {
  width: 100%;
  aspect-ratio: 16/9;
  max-width: 960px;
}
.wysiwyg table {
  width: 100%;
  border-collapse: collapse;
}
.wysiwyg table thead {
  background: var(--rouge);
}
.wysiwyg table thead td, .wysiwyg table thead th {
  position: relative;
  font-weight: 600;
  font-size: 16px;
  font-family: var(--poppins);
  color: var(--blanc);
  line-height: 23px;
  text-transform: uppercase;
  padding: 12px 24px;
  border-left: 1px solid var(--rouge-c);
}
.wysiwyg table thead td:first-child, .wysiwyg table thead th:first-child {
  border-left: none;
}
.wysiwyg table tbody {
  position: relative;
}
.wysiwyg table tbody tr:first-child {
  padding-top: 45px;
}
.wysiwyg table tbody tr td {
  font-weight: 400;
  min-width: 230px;
  font-size: 16px;
  line-height: 1.5;
  padding: 15px 21px;
  border-left: 1px solid var(--rouge-c);
}
@media (width < 992px) {
  .wysiwyg table tbody tr td {
    padding: 8px 12px;
  }
}
.wysiwyg table tbody tr td:first-child {
  border-left: none;
}
.wysiwyg table tbody > :nth-child(odd) {
  background-color: var(--rouge-c);
}
.wysiwyg table tbody > :nth-child(odd) td {
  border-left: 1px solid var(--blanc);
}
.wysiwyg .gallery {
  margin: 20px -10px;
}
.wysiwyg .gallery .gallery-item {
  padding: 0 10px;
  margin: 10px 0 !important;
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-radius: 30px;
  transition: var(--smalltransition);
}
.wysiwyg .gallery .gallery-item .gallery-icon {
  border-radius: 30px;
  background: #000000;
}
.wysiwyg .gallery .gallery-item img {
  display: block;
  transition: var(--smalltransition);
  width: 100%;
  border-radius: 30px;
  aspect-ratio: 1;
  object-fit: cover;
}
.wysiwyg .gallery .gallery-item::before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% - 94px), -50%);
  width: 16px;
  height: 16px;
  background: url("../img/svg/zoom.svg");
  opacity: 0;
  transition: var(--smalltransition);
  pointer-events: none;
  z-index: 9;
}
.wysiwyg .gallery .gallery-item::after {
  content: "Cliquez pour agrandir";
  position: absolute;
  top: 50%;
  text-align: center;
  left: 16px;
  right: 0;
  transform: translateY(-50%);
  color: white;
  font-size: 16px;
  opacity: 0;
  transition: var(--smalltransition);
  pointer-events: none;
}
@media (991px < width) {
  .wysiwyg .gallery .gallery-item:hover img, .wysiwyg .gallery .gallery-item:focus img, .wysiwyg .gallery .gallery-item:focus-visible img, .wysiwyg .gallery .gallery-item.active img {
    opacity: 0.5;
  }
  .wysiwyg .gallery .gallery-item:hover::before, .wysiwyg .gallery .gallery-item:hover::after, .wysiwyg .gallery .gallery-item:focus::before, .wysiwyg .gallery .gallery-item:focus::after, .wysiwyg .gallery .gallery-item:focus-visible::before, .wysiwyg .gallery .gallery-item:focus-visible::after, .wysiwyg .gallery .gallery-item.active::before, .wysiwyg .gallery .gallery-item.active::after {
    opacity: 1;
  }
}
@media (width < 992px) {
  .wysiwyg .gallery .gallery-item img {
    border-radius: 8px;
  }
}
.wysiwyg .overlay-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
  z-index: 10000;
}
.wysiwyg .overlay-arrow.left {
  left: 20px;
}
.wysiwyg .overlay-arrow.right {
  right: 20px;
}

.chiffre {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
}
.chiffre_nombre {
  display: flex;
  align-items: end;
  column-gap: 6px;
  font-size: clamp(30px, 2.64vw, 51px);
  font-weight: 500;
}
.chiffre_nombre span {
  font-size: clamp(20px, 1.9444444444vw, 37px);
  font-weight: 600;
  color: var(--rouge);
  margin-bottom: 2px;
}
.chiffre_texte {
  line-height: 1.5;
}

.table-responsive {
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  border-spacing: 0;
}

@keyframes progress {
  0% {
    --percentage: 0;
  }
  100% {
    --percentage: var(--value);
  }
}
@property --percentage {
  syntax: "<number>";
  inherits: true;
  initial-value: 0;
}
[role=progressbar] {
  --percentage: var(--value);
  animation: progress 2s 0.5s forwards;
  width: 100%;
  aspect-ratio: 1.95/1;
  border-radius: 50%/100% 100% 0 0;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  z-index: -1;
}

[role=progressbar]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: conic-gradient(from 0.75turn at 50% 100%, var(--rouge) calc(var(--percentage) * 1% / 2), var(--rouge-c) calc(var(--percentage) * 1% / 2 + 0.1%));
  mask: radial-gradient(at 50% 100%, white 65%, transparent 65.5%);
  mask-mode: alpha;
  -webkit-mask: radial-gradient(at 50% 100%, rgba(0, 0, 0, 0) 65%, #000 65.5%);
  -webkit-mask-mode: alpha;
}

.list-tags {
  margin: 3.4722222222vw 0 5.2083333333vw;
}
@media (width > 1920px) {
  .list-tags {
    margin: 66px 0 100px;
  }
}
.list-tags ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.list-tags ul li a {
  display: block;
  padding: 12px 16px;
  border: 1px solid var(--rouge);
  transition: var(--smalltransition);
  text-wrap: nowrap;
}
@media (991px < width) {
  .list-tags ul li a:hover, .list-tags ul li a:focus, .list-tags ul li a:focus-visible, .list-tags ul li a.active {
    background-color: var(--rouge);
    color: var(--blanc);
  }
}
.list-tags ul .active a {
  background-color: var(--rouge);
  color: var(--blanc);
}
@media (width < 992px) {
  .list-tags ul li a {
    padding: 8px 12px;
    font-size: 14px;
  }
}

.realisation {
  position: relative;
  border-radius: 30px;
}
.realisation::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  border-radius: 30px;
  z-index: 1;
}
@media (width < 768px) {
  .realisation::after {
    border-radius: 8px;
  }
}
.realisation-image {
  line-height: 0;
  border-radius: 30px;
  overflow: hidden;
}
.realisation-image img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  aspect-ratio: 1;
  object-fit: cover;
  transition: var(--smalltransition);
}
.realisation-tags {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  z-index: 2;
}
.realisation-tags > * {
  padding: 8px;
  border-radius: 8px;
  font-size: 9px;
  font-weight: 500;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 4px;
}
.realisation-tags > * svg {
  width: 10px;
  height: 10px;
}
@media (width < 1200px) {
  .realisation-tags > * {
    font-size: 8px;
  }
}
.realisation-tags__localisation {
  background-color: var(--violet-c);
  color: var(--violet);
}
.realisation-tags__categorie {
  background-color: var(--rouge-c);
  color: var(--rouge);
}
@media (width < 992px) {
  .realisation-tags {
    top: 10px;
    left: 10px;
    right: 10px;
    gap: 4px;
  }
}
.realisation-titre {
  position: absolute;
  bottom: clamp(20px, 1.29vw, 25px);
  left: 40px;
  right: 40px;
  text-align: center;
  color: var(--blanc);
  font-size: clamp(17px, 1.29vw, 25px);
  font-weight: 600;
  line-height: 1.5;
  z-index: 2;
}
@media (991px < width) {
  .realisation:hover .realisation-image img, .realisation:focus .realisation-image img, .realisation:focus-visible .realisation-image img, .realisation.active .realisation-image img {
    transform: scale(1.15);
  }
}

.list-realisations {
  position: relative;
}
.list-realisations-h2 {
  margin-top: 80px !important;
}
.list-realisations::before {
  content: "";
  position: absolute;
  top: -79px;
  right: 40px;
  background: url("../img/svg/realisations.svg") no-repeat;
  width: 40px;
  height: 79px;
  transform: scale(0.75);
}
@media (width < 992px) {
  .list-realisations::before {
    display: none;
  }
}
.list-realisations .container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (width < 1200px) {
  .list-realisations .container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (width < 992px) {
  .list-realisations .container {
    gap: 12px;
  }
}
@media (width < 768px) {
  .list-realisations .container {
    grid-template-columns: repeat(2, 1fr);
  }
  .list-realisations .container .realisation {
    border-radius: 8px;
  }
  .list-realisations .container .realisation-image {
    border-radius: 8px;
  }
  .list-realisations .container .realisation-image img {
    border-radius: 8px;
  }
  .list-realisations .container .realisation-titre {
    bottom: 12px;
    left: 20px;
    right: 20px;
    font-size: clamp(16px, 1.57vw, 28px);
  }
  .list-realisations .container .realisation-tags > * {
    padding: 4px;
    border-radius: 4px;
    font-size: 8px;
    font-weight: 500;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .list-realisations .container .realisation-tags > * svg {
    width: 8px;
    height: 8px;
  }
}
@media (width < 768px) {
  .list-realisations .container {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .list-realisations .container .realisation {
    width: 100%;
    max-width: 410px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (width < 565px) {
  .list-realisations .container .realisation-titre {
    font-size: 13px;
    line-height: 1.25;
  }
}

.list-services {
  position: relative;
  margin: 5.2083333333vw 0 0;
}
@media (width > 1920px) {
  .list-services {
    margin: 100px 0 0;
  }
}
.list-services .container .wysiwyg {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
}
.list-services .container .wysiwyg > :nth-child(2n) .service-one {
  grid-area: 1/3/2/6;
}
.list-services .container .wysiwyg > :nth-child(2n) .service-two {
  grid-area: 2/3/4/6;
}
.list-services .container .wysiwyg > :nth-child(2n) .service-three {
  grid-area: 1/1/4/3;
}
@media (width < 992px) {
  .list-services .container .wysiwyg > :nth-child(2n) .service-one {
    grid-area: 1/1/2/2;
  }
  .list-services .container .wysiwyg > :nth-child(2n) .service-two {
    grid-area: 3/1/4/2;
  }
  .list-services .container .wysiwyg > :nth-child(2n) .service-three {
    grid-area: 2/1/3/2;
  }
}
@media (width < 992px) {
  .list-services .container .wysiwyg {
    gap: 20px;
  }
}
@media (width > 991px) {
  .list-services .wysiwyg .service:nth-child(odd):not(:nth-last-child(1)):not(:nth-last-child(2))::after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: -350px;
    right: -250px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background-color: rgba(221, 111, 107, 0.39);
    filter: blur(218px);
  }
  .list-services .wysiwyg .service:nth-child(even):not(:nth-last-child(1)):not(:nth-last-child(2))::after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: -350px;
    left: -250px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background-color: rgba(221, 111, 107, 0.39);
    filter: blur(218px);
  }
}
.list-services .service {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  row-gap: 40px;
  column-gap: 4.1666666667vw;
}
@media (width > 1920px) {
  .list-services .service {
    column-gap: 80px;
  }
}
.list-services .service-one {
  grid-area: 1/1/2/4;
}
.list-services .service-one h2 {
  margin: 0;
}
@media (width < 992px) {
  .list-services .service-one h2 {
    text-align: center;
  }
}
.list-services .service-two {
  grid-area: 2/1/4/4;
}
.list-services .service-two > div {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-services .service-two p {
  margin: 0;
  line-height: 1.5;
}
.list-services .service-two .btn-standard {
  margin-top: 40px;
}
@media (width < 992px) {
  .list-services .service-two .btn-standard {
    margin: 20px auto 0 auto;
  }
}
.list-services .service-three {
  grid-area: 1/4/4/6;
}
.list-services .service-three img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  max-height: 400px;
  border-radius: 30px;
}
@media (width < 992px) {
  .list-services .service {
    grid-template-columns: 1fr;
    row-gap: 20px;
    column-gap: 0;
  }
  .list-services .service img {
    width: 100%;
    height: 200px;
    border-radius: 8px;
    object-fit: cover;
  }
  .list-services .service-one {
    grid-area: 1/1/2/2;
  }
  .list-services .service-two {
    grid-area: 3/1/4/2;
  }
  .list-services .service-three {
    grid-area: 2/1/3/2;
  }
}

.liste-accordions {
  position: relative;
  margin-top: 40px;
}
.liste-accordions::before {
  content: "";
  position: absolute;
  bottom: -142px;
  left: -120px;
  background: url("../img/autres/doodle.png") no-repeat;
  width: 178px;
  height: 190px;
  transform: scale(0.4);
}
@media (width < 992px) {
  .liste-accordions::before {
    display: none;
  }
}

.detail-service img {
  height: 100%;
  max-height: 400px;
  object-fit: cover;
}

.access-rs {
  position: fixed;
  z-index: 9;
  right: 25px;
  bottom: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 1.0416666667vw;
}
@media (width < 992px) {
  .access-rs {
    right: 15px;
    bottom: 15px;
    row-gap: 8px;
  }
}
.access-rs a {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--rouge);
  border-radius: 50%;
  border: 1px solid var(--blanc);
}
.access-rs a svg {
  width: 18px;
}

.accordion {
  display: grid;
  grid-template-rows: 48px 0;
  margin-bottom: 10px;
  overflow: hidden;
  transition: var(--transition);
  padding: 12px 30px;
  border-radius: 24px;
}
@media (width < 992px) {
  .accordion {
    padding: 12px;
  }
}
.accordion:first-child {
  margin-top: 0 !important;
}
.accordion__title {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  padding: 0 72px;
  text-align: left;
  border: none;
  color: var(--noir);
  background: transparent;
  transition: var(--transition);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  min-height: 48px;
  align-items: center;
  width: 100%;
  letter-spacing: 0.02em;
}
@media (width < 992px) {
  .accordion__title {
    font-size: 16px;
    padding-left: 60px;
    padding-right: 50px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.accordion__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 48px;
  height: 48px;
  transform: translateY(-50%);
  background: url("../img/svg/accordeon.svg") no-repeat center;
}
.accordion__title::after {
  content: "";
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border: 1px solid var(--gris-c);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  transition: var(--transition);
  background: url("../img/svg/plus.svg") no-repeat center;
  background-size: 18px;
}
@media (width < 992px) {
  .accordion__title::after {
    transition: none;
  }
}
.accordion__content {
  color: var(--noir-65);
  transition: var(--transition);
  overflow: hidden;
  max-height: 0;
  padding: 0 48px 0 72px;
  line-height: 1.5;
}
@media (width < 768px) {
  .accordion__content {
    padding: 0 6px;
  }
}
.accordion.active {
  background: #fff;
  grid-template-rows: 48px 100%;
  padding: 24px 30px;
  margin: 20px 0;
  box-shadow: 0 100px 200px 0 rgba(1, 23, 54, 0.1);
}
@media (width < 992px) {
  .accordion.active {
    padding: 12px;
  }
}
.accordion.active .accordion__content {
  max-height: 100vh;
}
.accordion.active .accordion__title::after {
  content: "";
  background: url("../img/svg/minus.svg") no-repeat center;
  background-size: 18px;
  transform: translateY(-50%) rotate(180deg);
}

.ariane {
  display: flex;
  align-items: center;
  gap: 0 30px;
  flex-wrap: wrap;
}
.ariane li {
  position: relative;
  font-family: var(--poppins);
}
.ariane li::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -18px;
  width: 7px;
  height: 12px;
  background: url("../img/font-awesome/ariane.svg") no-repeat center;
  transform: translateY(-50%) scale(0.85);
}
.ariane li a {
  text-decoration: underline;
}
.ariane li:last-child::before {
  display: none;
}
@media (width < 992px) {
  .ariane li {
    font-size: 14px;
  }
}

.banner-list, .banner-list-service, .banner-list-rea {
  padding: 4.1666666667vw 0;
  background: var(--rouge-c);
  display: flex;
  align-items: center;
  min-height: 130px;
  margin-bottom: 2.7777777778vw;
}
@media (width > 1920px) {
  .banner-list, .banner-list-service, .banner-list-rea {
    padding: 80px 0;
    margin-bottom: 54px;
  }
}
.banner-list .container, .banner-list-service .container, .banner-list-rea .container {
  position: relative;
}
.banner-list .container::before, .banner-list-service .container::before, .banner-list-rea .container::before {
  content: "";
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  right: 0;
  width: 12.3611111111vw;
  height: 13.1944444444vw;
  background: url("../img/autres/doodle.png") no-repeat center;
  background-size: cover;
}
@media (width > 1920px) {
  .banner-list .container::before, .banner-list-service .container::before, .banner-list-rea .container::before {
    width: 238px;
    height: 254px;
  }
}
.banner-list h1, .banner-list-service h1, .banner-list-rea h1 {
  margin: 0;
  color: var(--rouge);
  font-size: clamp(0px, 2.9166666667vw, 56px);
  font-weight: 600;
}
@media (width < 992px) {
  .banner-list h1, .banner-list-service h1, .banner-list-rea h1 {
    font-size: 28px;
  }
}

.banner-list .container {
  display: flex;
  flex-direction: column;
  row-gap: 1.25vw;
}
@media (width > 1920px) {
  .banner-list .container {
    row-gap: 24px;
  }
}
@media (width < 992px) {
  .banner-list .container {
    row-gap: 16px;
  }
}

.banner-list-service, .banner-list-rea {
  padding: 2.0833333333vw 0;
}
.banner-list-service .container::before, .banner-list-rea .container::before {
  content: "";
  position: absolute;
  bottom: -2.0833333333vw;
  transform: scale(0.75);
  right: 250px;
}
.banner-list-service .banner-list-grid, .banner-list-rea .banner-list-grid {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, auto);
  column-gap: 1.6666666667vw;
}
@media (width < 768px) {
  .banner-list-service .banner-list-grid, .banner-list-rea .banner-list-grid {
    grid-template-columns: 1fr;
    row-gap: 16px;
  }
}
.banner-list-service .banner-list-img, .banner-list-rea .banner-list-img {
  text-align: right;
}
.banner-list-service .banner-list-img img, .banner-list-rea .banner-list-img img {
  position: relative;
  width: 300px;
  height: 200px;
  z-index: 1;
  aspect-ratio: 300/200;
  object-fit: cover;
  border-radius: 20px;
}
.banner-list-service .banner-list-flex, .banner-list-rea .banner-list-flex {
  display: flex;
  flex-direction: column;
  row-gap: 1.25vw;
}
@media (width < 992px) {
  .banner-list-service .banner-list-flex, .banner-list-rea .banner-list-flex {
    row-gap: 16px;
  }
}

.banner-list-rea .container::before {
  right: 150px;
}
.banner-list-rea .banner-list-flex {
  height: 100%;
}
.banner-list-rea .banner-list-img img {
  border-radius: 16px;
  width: 200px;
  aspect-ratio: 1;
}
.banner-list-rea .banner-tags {
  margin: auto 0 0;
  display: flex;
  gap: 16px;
}
.banner-list-rea .banner-tags .banner-tag {
  padding: 8px 10px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.2;
  font-family: var(--poppins);
  display: flex;
  align-items: center;
  gap: 8px;
}
.banner-list-rea .banner-tags .banner-tag svg {
  margin-top: -2px;
  width: 16px;
  height: 16px;
}
.banner-list-rea .banner-tags .banner-tag__loc {
  color: var(--violet);
  border: 1px solid var(--violet);
}
.banner-list-rea .banner-tags .banner-tag__cat {
  color: var(--rouge);
  border: 1px solid var(--rouge);
}
@media (width < 992px) {
  .banner-list-rea .banner-tags {
    gap: 12px;
  }
  .banner-list-rea .banner-tags .banner-tag {
    padding: 6px 8px;
    font-size: 11px;
  }
  .banner-list-rea .banner-tags .banner-tag svg {
    width: 14px;
    height: 14px;
  }
}

@media (width < 992px) {
  .banner-list-service, .banner-list-rea {
    padding: 20px 0;
  }
  .banner-list-service .banner-list-img img, .banner-list-rea .banner-list-img img {
    aspect-ratio: auto;
    width: 100%;
    height: 200px;
  }
}

.blockquote {
  position: relative;
  margin: 80px 0 40px;
  padding: 0;
}
.blockquote::after {
  content: "";
  position: absolute;
  top: -80px;
  right: 0px;
  width: 133px;
  z-index: 1;
  height: 89px;
  transform: scale(0.8);
  background: url("../img/svg/quotes.svg") no-repeat;
}
.blockquote p {
  margin: 30px 0;
  font-family: var(--poppins);
  font-weight: 400;
  line-height: 1.75;
  color: var(--noir-65);
}
.blockquote-infos {
  display: flex;
  justify-content: space-between;
}
.blockquote-infos__left {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.blockquote-infos__left cite {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
}
@media (width < 992px) {
  .blockquote-infos__left {
    row-gap: 4px;
  }
  .blockquote-infos__left cite {
    font-size: 16px;
  }
}
.blockquote-infos__date {
  font-family: var(--poppins);
  font-weight: 400;
  line-height: 1.75;
  color: var(--noir-65);
}
.blockquote-infos__right img {
  margin-top: 4px;
}
@media (width < 992px) {
  .blockquote-infos__right {
    margin-top: -6px;
    transform: scale(0.75);
  }
}
@media (width < 992px) {
  .blockquote::after {
    top: -70px;
    right: -30px;
    transform: scale(0.4);
  }
}

input[type=submit], button {
  background: none;
  border: none;
  font-family: inherit;
  font-size: inherit;
  cursor: pointer;
}

input[type=checkbox], input[type=radio] {
  accent-color: var(--rouge);
}

.btn-header, .btn-footer {
  display: flex;
  align-items: center;
  margin: auto 0 auto auto;
  width: fit-content;
  column-gap: 0.7291666667vw;
  font-weight: 500;
  padding: 0.8854166667vw 1.4583333333vw;
  border-radius: 30px;
  text-transform: uppercase;
  color: var(--blanc);
  background: var(--rouge);
  transition: var(--smalltransition);
}
@media (991px < width) {
  .btn-header:hover, .btn-header:focus, .btn-header:focus-visible, .btn-header.active, .btn-footer:hover, .btn-footer:focus, .btn-footer:focus-visible, .btn-footer.active {
    background: var(--rouge-f);
  }
}
@media (width > 1920px) {
  .btn-header, .btn-footer {
    column-gap: 14px;
    padding: 17px 28px;
  }
}
@media (width < 1200px) {
  .btn-header, .btn-footer {
    font-size: 14px;
  }
  .btn-header svg, .btn-footer svg {
    width: 21px;
    height: 21px;
  }
}
@media (width < 992px) {
  .btn-header, .btn-footer {
    column-gap: 8px;
    font-weight: 500;
    padding: 8px 12px;
  }
}

.btn-footer {
  padding: 1.3571428571vw 2.0714285714vw;
}
@media (width > 1920px) {
  .btn-footer {
    padding: 26px 40px;
  }
}
@media (width < 992px) {
  .btn-footer {
    font-size: 12px;
    padding: 16px 24px;
    margin: auto;
  }
}

.btn-standard, input.btn-standard, button.btn-standard {
  font-family: var(--poppins);
  font-weight: 400;
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 12px;
  padding: 16px 40px;
  border-radius: 12px;
  color: var(--rouge);
  border: 1px solid var(--rouge);
  background: var(--blanc);
  transition: var(--smalltransition);
}
.btn-standard svg, input.btn-standard svg, button.btn-standard svg {
  width: 16px;
  height: 16px;
}
.btn-standard svg path, input.btn-standard svg path, button.btn-standard svg path {
  transition: var(--smalltransition);
}
@media (991px < width) {
  .btn-standard:hover, .btn-standard:focus, .btn-standard:focus-visible, .btn-standard.active, input.btn-standard:hover, input.btn-standard:focus, input.btn-standard:focus-visible, input.btn-standard.active, button.btn-standard:hover, button.btn-standard:focus, button.btn-standard:focus-visible, button.btn-standard.active {
    background: var(--rouge);
    color: var(--blanc);
  }
  .btn-standard:hover svg, .btn-standard:focus svg, .btn-standard:focus-visible svg, .btn-standard.active svg, input.btn-standard:hover svg, input.btn-standard:focus svg, input.btn-standard:focus-visible svg, input.btn-standard.active svg, button.btn-standard:hover svg, button.btn-standard:focus svg, button.btn-standard:focus-visible svg, button.btn-standard.active svg {
    --rouge: var(--blanc);
  }
}
.btn-standard-fonce, input.btn-standard-fonce, button.btn-standard-fonce {
  background: var(--rouge);
  color: var(--blanc);
}
.btn-standard-fonce svg, input.btn-standard-fonce svg, button.btn-standard-fonce svg {
  --rouge: var(--blanc);
}
@media (991px < width) {
  .btn-standard-fonce:hover, .btn-standard-fonce:focus, .btn-standard-fonce:focus-visible, .btn-standard-fonce.active, input.btn-standard-fonce:hover, input.btn-standard-fonce:focus, input.btn-standard-fonce:focus-visible, input.btn-standard-fonce.active, button.btn-standard-fonce:hover, button.btn-standard-fonce:focus, button.btn-standard-fonce:focus-visible, button.btn-standard-fonce.active {
    background: var(--blanc);
    color: var(--rouge);
  }
  .btn-standard-fonce:hover svg, .btn-standard-fonce:focus svg, .btn-standard-fonce:focus-visible svg, .btn-standard-fonce.active svg, input.btn-standard-fonce:hover svg, input.btn-standard-fonce:focus svg, input.btn-standard-fonce:focus-visible svg, input.btn-standard-fonce.active svg, button.btn-standard-fonce:hover svg, button.btn-standard-fonce:focus svg, button.btn-standard-fonce:focus-visible svg, button.btn-standard-fonce.active svg {
    --rouge: var(--rouge);
  }
}
@media (width < 1200px) {
  .btn-standard, input.btn-standard, button.btn-standard {
    font-size: 14px;
  }
}

.btn-transparent {
  background: none;
}

.btn-contact, input[type=submit].btn-contact, button.btn-contact {
  border-radius: 30px;
  padding: 16px 56px;
  color: var(--blanc);
  background: var(--rouge);
  gap: 8px;
}
.btn-contact svg, input[type=submit].btn-contact svg, button.btn-contact svg {
  margin-top: 2px;
}
@media (width < 992px) {
  .btn-contact, input[type=submit].btn-contact, button.btn-contact {
    margin: auto;
  }
}
@media (991px < width) {
  .btn-contact:hover, .btn-contact:focus, .btn-contact:focus-visible, .btn-contact.active, input[type=submit].btn-contact:hover, input[type=submit].btn-contact:focus, input[type=submit].btn-contact:focus-visible, input[type=submit].btn-contact.active, button.btn-contact:hover, button.btn-contact:focus, button.btn-contact:focus-visible, button.btn-contact.active {
    background: var(--blanc);
    color: var(--rouge);
  }
  .btn-contact:hover svg, .btn-contact:focus svg, .btn-contact:focus-visible svg, .btn-contact.active svg, input[type=submit].btn-contact:hover svg, input[type=submit].btn-contact:focus svg, input[type=submit].btn-contact:focus-visible svg, input[type=submit].btn-contact.active svg, button.btn-contact:hover svg, button.btn-contact:focus svg, button.btn-contact:focus-visible svg, button.btn-contact.active svg {
    --rouge: #DD6F6B;
  }
  .btn-contact:hover svg path, .btn-contact:focus svg path, .btn-contact:focus-visible svg path, .btn-contact.active svg path, input[type=submit].btn-contact:hover svg path, input[type=submit].btn-contact:focus svg path, input[type=submit].btn-contact:focus-visible svg path, input[type=submit].btn-contact.active svg path, button.btn-contact:hover svg path, button.btn-contact:focus svg path, button.btn-contact:focus-visible svg path, button.btn-contact.active svg path {
    stroke: var(--rouge);
  }
}
.formulaire {
  display: grid;
  grid-template-columns: 2fr 1fr;
  align-items: flex-start;
  gap: 40px;
}
.formulaire .contact-form {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  width: 100%;
}
.formulaire .contact-form p {
  margin: 0 !important;
}
.formulaire .contact-form__line {
  display: flex;
  gap: 20px;
}
.formulaire .contact-form__input {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
}
.formulaire .contact-form__input input, .formulaire .contact-form__input textarea {
  width: 100%;
  padding: 20px 26px;
  border: 1px solid var(--noir-15);
  border-radius: 75px;
  background: var(--blanc-2);
  font-size: 14px;
  transition: var(--smalltransition);
  font-family: var(--poppins);
  outline-color: var(--noir-15);
}
.formulaire .contact-form__input input::placeholder, .formulaire .contact-form__input textarea::placeholder {
  font-size: 16px;
  color: var(--noir-65);
}
.formulaire .contact-form__input input:focus, .formulaire .contact-form__input input:focus-visible, .formulaire .contact-form__input textarea:focus, .formulaire .contact-form__input textarea:focus-visible {
  outline: 1px solid var(--rouge);
  border-color: var(--rouge);
  background: var(--blanc);
}
@media (width < 992px) {
  .formulaire .contact-form__input input, .formulaire .contact-form__input textarea {
    padding: 12px 20px;
    font-size: 14px;
  }
  .formulaire .contact-form__input input::placeholder, .formulaire .contact-form__input textarea::placeholder {
    font-size: 14px;
    color: var(--noir-65);
  }
}
.formulaire .contact-form__input textarea {
  border-radius: 30px;
  min-height: 250px;
  resize: vertical;
}
@media (width < 992px) {
  .formulaire .contact-form__input textarea {
    min-height: 150px;
  }
}
.formulaire > p img {
  margin-top: 20px;
}
@media (width < 992px) {
  .formulaire {
    grid-template-columns: 1fr;
  }
  .formulaire .contact-form .contact-form__line {
    flex-direction: column;
  }
  .formulaire > p img {
    display: none;
  }
}

.pagination {
  margin: 75px auto 0;
}
.pagination ul {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.pagination ul li a {
  display: grid;
  width: 40px;
  height: 40px;
  font-weight: 500;
  place-content: center;
  transition: var(--smalltransition);
}
.pagination ul li a:not(.fleche) {
  border: 1px solid var(--rouge);
  border-radius: 50%;
}
@media (991px < width) {
  .pagination ul li a:not(.fleche):hover, .pagination ul li a:not(.fleche):focus, .pagination ul li a:not(.fleche):focus-visible, .pagination ul li a:not(.fleche).active {
    color: var(--blanc);
    background: var(--rouge);
  }
}
.pagination ul li .fleche {
  width: 30px;
}
.pagination ul li .fleche svg * {
  transition: var(--smalltransition);
}
@media (991px < width) {
  .pagination ul li .fleche:hover, .pagination ul li .fleche:focus, .pagination ul li .fleche:focus-visible, .pagination ul li .fleche.active {
    --rouge: var(--rouge-f);
  }
}

.spotlight {
  position: relative;
  color: var(--blanc);
  background: var(--rouge);
  padding: 60px;
  border-radius: 28px;
  margin: 50px 0;
}
@media (width < 992px) {
  .spotlight {
    margin: 30px 0;
    padding: 30px;
  }
}
.spotlight::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/autres/spotlight.webp") no-repeat top center;
}
.spotlight__titre {
  position: relative;
  z-index: 1;
  text-align: center;
}
.spotlight__titre h2 {
  font-size: clamp(24px, 2.92vw, 56px);
}
.spotlight__content {
  position: relative;
  z-index: 1;
  text-align: center;
}
.spotlight__content .btn-standard {
  margin: 60px auto 0 auto;
  padding: 16px 26px;
  border-radius: 50px;
  border: 1px solid var(--rouge);
}
@media (width < 992px) {
  .spotlight__content .btn-standard {
    margin: 30px auto 0 auto;
  }
}
.spotlight__content .btn-standard svg {
  width: 24px;
  height: 24px;
}
.spotlight__content .btn-standard svg path {
  stroke: var(--rouge);
}
@media (991px < width) {
  .spotlight__content .btn-standard:hover, .spotlight__content .btn-standard:focus, .spotlight__content .btn-standard:focus-visible, .spotlight__content .btn-standard.active {
    border: 1px solid var(--blanc);
  }
}

#map {
  pointer-events: none;
  margin-top: 40px;
  height: 500px;
  max-width: 100%;
  z-index: 0;
  border-radius: 30px;
}

.leaflet-popup-content {
  text-align: center;
}

.leaflet-bottom {
  display: none;
}

.d-photo__grid {
  margin: 20px -10px;
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, 1fr);
}
@media (width < 992px) {
  .d-photo__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }
}
@media (width < 768px) {
  .d-photo__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}
.d-photo__grid figure {
  position: relative;
  line-height: 0;
}
.d-photo__grid figcaption {
  position: absolute;
  bottom: 8px;
  display: none;
  text-align: center;
  font-size: 14px;
}
.d-photo__grid-item {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-radius: 30px;
  transition: var(--smalltransition);
  background: var(--noir);
}
.d-photo__grid-item .gallery-icon {
  border-radius: 30px;
  background: #000000;
}
.d-photo__grid-item img {
  display: block;
  transition: var(--smalltransition);
  width: 100%;
  border-radius: 30px;
  aspect-ratio: 1;
  object-fit: cover;
}
.d-photo__grid-item::before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(calc(-50% - 94px), -50%);
  width: 16px;
  height: 16px;
  background: url("../img/svg/zoom.svg");
  opacity: 0;
  transition: var(--smalltransition);
  pointer-events: none;
  z-index: 9;
}
.d-photo__grid-item::after {
  content: "Cliquez pour agrandir";
  position: absolute;
  top: 50%;
  text-align: center;
  left: 16px;
  right: 0;
  transform: translateY(-50%);
  color: white;
  font-size: 16px;
  opacity: 0;
  transition: var(--smalltransition);
  pointer-events: none;
}
@media (991px < width) {
  .d-photo__grid-item:hover img, .d-photo__grid-item:focus img, .d-photo__grid-item:focus-visible img, .d-photo__grid-item.active img {
    opacity: 0.5;
  }
  .d-photo__grid-item:hover::before, .d-photo__grid-item:hover::after, .d-photo__grid-item:focus::before, .d-photo__grid-item:focus::after, .d-photo__grid-item:focus-visible::before, .d-photo__grid-item:focus-visible::after, .d-photo__grid-item.active::before, .d-photo__grid-item.active::after {
    opacity: 1;
  }
}
@media (width < 992px) {
  .d-photo__grid-item img {
    border-radius: 8px;
  }
}

/*# sourceMappingURL=styles.css.map */
