@charset "UTF-8";
/**
  * Theme Name: AEH - Alliance Energie Habitat
  * Description: Une template réalisée pour Alliance Energie Habitat de Agence Webideal
  * Author Name: M'hamed TAHIR
  * Version: 1.0
  **/
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
:root {
  --white: #ffffff;
  --white-rgb: 255,255,255;
  --greenlighten: #8ec33f;
  --greenlighten-rgb: 142, 195, 63;
  --greendarken: #089755;
  --greendarkenfull: rgb(28, 54, 42);
  --greendarkenfull-rgb: 28, 54, 42;
  --greendarken-rgb: 0, 104, 55;
  --black: #000000;
  --black-rgb: 0, 0, 0;
  --light: #f9f9f9;
  --gray: #dadada;
  --yellow: #f8af10;
}

nav {
  background-color: var(--white);
}
@media screen and (max-width: 768px) {
  nav {
    text-align: center;
  }
}
nav .navbar-brand img {
  width: auto;
  height: 50px;
}

.navbar.scrolled {
  background-color: var(--greendarken);
  transition: background-color 0.3s ease;
}

.card {
  border-radius: 1em !important;
}

.bg-bluedarken {
  background-color: var(--bluedarken);
}

.text-yellow {
  color: var(--yellow);
}

.text-green {
  color: var(--greendarken) !important;
}

.btn {
  padding: 14.006px 25.994px !important;
  font-weight: 400 !important;
  font-size: clamp(0.7rem, 5vw, 1rem) !important;
  text-transform: uppercase;
}

.btn-theme-01 {
  background-color: var(--greendarken) !important;
  color: var(--white) !important;
}

.btn-theme-01:hover {
  background-color: var(--greendarkenfull) !important;
  color: var(--white) !important;
  transition: all 0.2s;
}

.btn-theme-02 {
  background-color: var(--greenlighten) !important;
  color: var(--white) !important;
  font-weight: bold !important;
}

.btn-theme-03 {
  background-color: var(--greendarkenfull) !important;
  color: var(--white) !important;
}

.header {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  background-image: url("http://aeh.agencewebideal.fr/wp-content/uploads/themes/header.webp");
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .header {
    height: calc(100vh - 76px); /* Ajout d'espaces autour du "-" */
  }
}
@media screen and (max-width: 768px) {
  .header {
    height: calc(100vh - 76px); /* Ajout d'espaces autour du "-" */
  }
}
@media screen and (max-width: 768px) {
  .header {
    background-position: right;
  }
}
@media screen and (min-width: 769px) {
  .header {
    background-position: bottom left;
  }
}
.header i {
  color: var(--greendarkenfull);
}
.header .list-group, .header .list-group-item {
  background-color: none !important;
  margin-bottom: 1em !important;
}
.header .list-group-flush {
  border-color: var(--greendarken) !important;
}
.header ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none !important;
}
@media screen and (max-width: 468px) {
  .header ul {
    display: none !important;
  }
}
.header li {
  font-size: clamp(0.4em, 5vw, 1.2em) !important;
  color: var(--black) !important;
}
.header .overlay-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .header .overlay-header {
    background: rgba(var(--greendarkenfull-rgb), 0.75);
  }
}
@media screen and (min-width: 769px) {
  .header .overlay-header {
    background: rgba(var(--greendarkenfull-rgb), 0.75);
  }
}
.header .container {
  position: relative !important;
}
.header h1 {
  position: relative !important;
  color: var(--white);
  margin-bottom: 1em;
  font-size: clamp(2.05em, 5vw, 3.5em) !important;
  font-weight: bold !important;
}
@media screen and (max-width: 768px) {
  .header h1 {
    text-align: center;
  }
}
.header h1 span {
  font-size: clamp(0.35em, 5vw, 0.6em) !important;
}
@media screen and (min-width: 768px) {
  .header h1 span {
    color: var(--greendarken);
  }
}
@media screen and (max-width: 768px) {
  .header h1 span {
    color: var(--greendarkenfull);
  }
}
@media screen and (max-width: 768px) {
  .header h1 {
    text-align: center;
  }
}
.header h2 {
  position: relative !important;
  color: var(--greendarken);
  font-style: italic;
  font-weight: bold !important;
  font-size: clamp(2em, 5vw, 2.75em) !important;
}
@media screen and (max-width: 468px) {
  .header h2 {
    text-align: center;
  }
}
.header p {
  position: relative !important;
  font-size: 1.25em;
  color: var(--white);
  text-align: center;
  max-width: 80%;
  margin: 0.75em auto;
}
.header form {
  position: relative;
  padding: 2em 1.5em;
  background: rgba(var(--white-rgb), 0.85);
  border-radius: 1em;
}
.header .btn {
  margin-bottom: 1em;
}

.header-bar-th-174 {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  background-image: url("http://aeh.agencewebideal.fr/wp-content/uploads/themes/header-barth174.webp");
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .header-bar-th-174 {
    height: 90vh;
  }
}
@media screen and (max-width: 768px) {
  .header-bar-th-174 {
    height: 60vh;
  }
}
@media screen and (max-width: 768px) {
  .header-bar-th-174 {
    background-position: right;
  }
}
@media screen and (min-width: 769px) {
  .header-bar-th-174 {
    background-position: bottom left;
  }
}
.header-bar-th-174 i {
  color: var(--greendarkenfull);
}
.header-bar-th-174 .list-group, .header-bar-th-174 .list-group-item {
  background-color: none !important;
  margin-bottom: 1em !important;
}
.header-bar-th-174 .list-group-flush {
  border-color: var(--greendarken) !important;
}
.header-bar-th-174 ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none !important;
}
@media screen and (max-width: 468px) {
  .header-bar-th-174 ul {
    display: none !important;
  }
}
.header-bar-th-174 li {
  font-size: clamp(0.4em, 5vw, 1.2em) !important;
  color: var(--black) !important;
}
.header-bar-th-174 .overlay-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .header-bar-th-174 .overlay-header {
    background: linear-gradient(180deg, rgba(var(--white-rgb), 0.25), rgba(var(--white-rgb), 0.75), rgba(var(--white-rgb), 1));
  }
}
@media screen and (min-width: 769px) {
  .header-bar-th-174 .overlay-header {
    background: linear-gradient(60deg, rgba(var(--white-rgb), 1), rgba(var(--white-rgb), 1), rgba(var(--greendarken-rgb), 0.75), rgba(var(--greendarken-rgb), 1));
  }
}
.header-bar-th-174 .container {
  position: relative !important;
}
.header-bar-th-174 h1 {
  position: relative !important;
  color: var(--greendarkenfull);
  font-size: clamp(2.5em, 5vw, 3.5em) !important;
  font-weight: bold !important;
}
.header-bar-th-174 h1 span {
  font-size: clamp(0.35em, 5vw, 0.6em) !important;
}
@media screen and (min-width: 768px) {
  .header-bar-th-174 h1 span {
    color: var(--greendarken);
  }
}
@media screen and (max-width: 768px) {
  .header-bar-th-174 h1 span {
    color: var(--greendarkenfull);
  }
}
@media screen and (max-width: 768px) {
  .header-bar-th-174 h1 {
    text-align: center;
  }
}
.header-bar-th-174 h2 {
  position: relative !important;
  color: var(--greendarken);
  font-style: italic;
  font-weight: bold !important;
  font-size: clamp(2em, 5vw, 2.75em) !important;
}
@media screen and (max-width: 468px) {
  .header-bar-th-174 h2 {
    text-align: center;
  }
}
.header-bar-th-174 p {
  position: relative !important;
  font-size: 1.1em;
}
@media screen and (max-width: 468px) {
  .header-bar-th-174 .col-lg-6 > div {
    display: flex;
    justify-content: center;
  }
}

.header-bar-th-173 {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  background-image: url("http://aeh.agencewebideal.fr/wp-content/uploads/themes/header-barth173.webp");
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .header-bar-th-173 {
    height: 90vh;
  }
}
@media screen and (max-width: 768px) {
  .header-bar-th-173 {
    height: 80vh;
  }
}
@media screen and (max-width: 768px) {
  .header-bar-th-173 {
    background-position: right;
  }
}
@media screen and (min-width: 769px) {
  .header-bar-th-173 {
    background-position: center left;
  }
}
.header-bar-th-173 i {
  color: var(--greendarkenfull);
}
.header-bar-th-173 .list-group, .header-bar-th-173 .list-group-item {
  background-color: none !important;
  margin-bottom: 1em !important;
}
.header-bar-th-173 .list-group-flush {
  border-color: var(--greendarken) !important;
}
.header-bar-th-173 ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none !important;
}
.header-bar-th-173 li {
  font-size: clamp(0.4em, 5vw, 1.1em) !important;
  color: var(--black) !important;
}
.header-bar-th-173 .overlay-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .header-bar-th-173 .overlay-header {
    background: linear-gradient(180deg, rgba(var(--white-rgb), 0.25), rgba(var(--white-rgb), 0.75), rgba(var(--white-rgb), 1));
  }
}
@media screen and (min-width: 769px) {
  .header-bar-th-173 .overlay-header {
    background: linear-gradient(60deg, rgba(var(--white-rgb), 1), rgba(var(--white-rgb), 1), rgba(var(--greendarken-rgb), 0.75), rgba(var(--greendarken-rgb), 1));
  }
}
.header-bar-th-173 .container {
  position: relative !important;
}
.header-bar-th-173 h1 {
  position: relative !important;
  color: var(--greendarkenfull);
  font-size: clamp(2em, 5vw, 3.5em) !important;
  font-weight: bold !important;
}
.header-bar-th-173 h1 span {
  font-size: clamp(0.35em, 5vw, 0.6em) !important;
}
@media screen and (min-width: 768px) {
  .header-bar-th-173 h1 span {
    color: var(--greendarken);
  }
}
@media screen and (max-width: 768px) {
  .header-bar-th-173 h1 span {
    color: var(--greendarkenfull);
  }
}
@media screen and (max-width: 768px) {
  .header-bar-th-173 h1 {
    text-align: center;
  }
}
.header-bar-th-173 h2 {
  position: relative !important;
  color: var(--greendarken);
  font-style: italic;
  font-weight: bold !important;
  font-size: clamp(2em, 5vw, 2.75em) !important;
}
@media screen and (max-width: 468px) {
  .header-bar-th-173 h2 {
    text-align: center;
  }
}
.header-bar-th-173 p {
  position: relative !important;
  font-size: 1.1em;
}
@media screen and (max-width: 468px) {
  .header-bar-th-173 .col-lg-6 > div {
    display: flex;
    justify-content: center;
  }
}

.header-page {
  position: relative;
  width: 100%;
  min-height: 10em;
  padding: 3em 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--greendarkenfull);
  color: var(--white);
}
.header-page i {
  margin-top: 1em;
}

section {
  padding: 4em 1em;
}
section h2 {
  position: relative !important;
  font-size: clamp(2.2em, 5vw, 3.2em) !important;
  font-weight: bold !important;
  margin-bottom: 1.5em;
  text-align: center;
}
section span.headtitle {
  color: var(--greendarken);
  text-align: center !important;
  display: block;
  font-size: 1.3em;
  margin-bottom: 1.2em;
  position: relative; /* Nécessaire pour le positionnement du pseudo-élément */
}
section span.headtitle::after {
  content: "";
  display: block;
  width: 100px; /* Largeur fixe de la bordure */
  height: 5px; /* Épaisseur de la bordure */
  background-color: var(--greendarken); /* Couleur de la bordure */
  position: absolute;
  left: 50%;
  transform: translateX(-50%); /* Centrer la bordure sous le texte */
  bottom: -20px; /* Ajuster la distance entre le texte et la bordure si nécessaire */
}

.for { /* Bénéfices */ }

.process h2 {
  text-align: left;
  margin-bottom: 0.5em;
}
.services h4 {
  font-size: clamp(1.25em, 5vw, 1.85em);
  font-weight: 700;
  text-align: center;
}
.services .card {
  min-height: 38em;
  margin-top: 1em;
  margin-bottom: 2em;
}
.services .card-title {
  text-align: center;
  min-height: 3em;
}
.services ul {
  min-height: 28em;
}
.services .card-footer {
  background: none;
  border: 0;
}
.services .card-footer .btn {
  width: 100%;
}

.when img {
  border-radius: 1em;
  margin-bottom: 2em;
  width: 100%;
  max-height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
}
.when span {
  font-size: clamp(1em, 5vw, 2em);
  font-weight: 700;
  color: var(--bluedarken);
}
.when span.display-2 {
  color: var(--white);
}
.when h3 {
  font-size: clamp(1em, 5vw, 1.25em);
  color: var(--white);
  text-align: center !important;
  font-weight: 700;
}
.when p {
  text-align: center;
}
.when .bi {
  font-size: 3em;
  color: var(--greendarken);
}
.when .btn {
  position: relative;
  display: block;
}
.when .col-lg-2 {
  margin-bottom: 1.5em !important;
}
.when .card {
  border: 0;
  box-shadow: 0 0.15rem 0.25rem rgba(var(--bluedarken-rgb), 0.35);
  height: 100% !important;
  background: var(--greendarken);
  text-align: center;
  color: var(--white);
}
.when .card-body {
  background: var(--light);
  color: var(--greendarkenfull);
  border-bottom-left-radius: calc(var(--bs-border-radius) - (var(--bs-border-width))) !important;
  border-bottom-right-radius: calc(var(--bs-border-radius) - (var(--bs-border-width))) !important;
}
.when .card-footer {
  border: 0;
  background: none;
  padding-bottom: 1em;
}
.when .block {
  position: relative;
  z-index: 1;
}
.when .step {
  position: absolute !important;
  top: -10em !important;
  z-index: 2;
}

.help {
  background-color: var(--greendarkenfull);
  color: var(--white);
}
.help h2 {
  margin-bottom: 1em !important;
}

.help-partner {
  text-align: center;
}
.help-partner img {
  max-height: 100px;
}
.help-partner .col-lg-4 {
  margin-bottom: 2em;
}

.card-services {
  border: 0;
  border-radius: 1em;
}
.card-services img {
  width: auto;
  max-height: 100%;
  border-radius: 1em;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .card-services img {
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .card-services img {
    height: 180px;
  }
}
.card-services .overlay-services {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, rgba(36, 36, 36, 0.95), rgba(36, 36, 36, 0.45));
  border-radius: 1em;
  z-index: 2;
}
.card-services a.btn.btn-light:hover {
  background-color: var(--black);
  color: var(--white);
  border-color: var(--black);
}

.temoignages {
  position: relative;
  width: 100%;
  height: auto;
  background-color: var(--gray);
  /* Style de la flèche personnalisée à droite */
  /* Style de la flèche personnalisée à gauche */
}
.temoignages .overlay-temoignages {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(var(--white-rgb), 0.5);
}
.temoignages h2 {
  color: var(--greendarken);
}
.temoignages i.bi {
  display: inline-block !important;
  color: var(--yellow);
  font-size: 1.2em;
}
.temoignages .card {
  border: 0;
  box-shadow: 0 0.15rem 0.25rem rgba(0, 0, 0, 0.15);
  height: 100% !important;
}
.temoignages .card-temoignages {
  width: 100%;
  max-width: 372px; /* Ajuste cette taille si nécessaire */
  border: 0;
  border-radius: 1em;
  padding: 1em;
}
.temoignages .card-temoignages img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-width: 372px;
  max-height: 100%;
  border-radius: 1em;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .temoignages .card-temoignages img {
    height: 315px;
  }
}
@media screen and (max-width: 767px) {
  .temoignages .card-temoignages img {
    height: 215px;
  }
}
.temoignages .card-temoignages .overlay-services {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg, rgba(36, 36, 36, 0.95), rgba(36, 36, 36, 0.45));
  border-radius: 1em;
  z-index: 2;
}
.temoignages .card-temoignages .card-text {
  position: absolute;
  z-index: 3;
  padding: 4em 1.75em 1em 1.75em;
  display: flex;
  align-items: start;
  height: 100%;
}
.temoignages .card-temoignages .card-text h3 {
  position: relative;
  color: var(--white);
  display: block;
  font-size: clamp(1em, 5vw, 1.6em);
  font-weight: bold;
  z-index: 4;
}
.temoignages .card-temoignages .card-text p {
  position: relative;
  color: var(--white);
  z-index: 4;
}
.temoignages .card-temoignages a.btn.btn-light:hover {
  background-color: var(--black);
  color: var(--white);
  border-color: var(--black);
}
.temoignages .swiper-container {
  position: relative;
  width: 100%;
  padding: 3em 1em 3em 1em; /* Ajoute un peu d'espace au-dessus et en dessous */
  overflow: hidden; /* Empêche le débordement */
  flex-shrink: 0; /* Empêche les slides de rétrécir */
}
.temoignages .swiper-slide {
  position: relative;
  width: 100%; /* Occupe toute la largeur du conteneur */
  flex-shrink: 0; /* Empêche les slides de rétrécir */
  display: flex;
  justify-content: center;
  transition: all 0.5s ease-out !important;
}
.temoignages .swiper-slide .button-service {
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 11;
  border-radius: 3em;
}
.temoignages .swiper-button-next, .temoignages .swiper-button-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  right: 15px !important;
}
@keyframes moveRight {
  0% {
    transform: translateY(-50%) translateX(0);
  }
  50% {
    transform: translateY(-50%) translateX(10px); /* Déplacement vers la droite */
  }
  100% {
    transform: translateY(-50%) translateX(0); /* Retour à la position initiale */
  }
}
.temoignages .custom-swiper-next {
  position: absolute;
  right: 15px !important;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: rgb(0, 0, 0);
  border-radius: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 10;
}
.temoignages .custom-swiper-next:after {
  content: "➜"; /* Flèche droite (→) en Unicode */
  font-size: 25px;
  color: var(--white);
}
.temoignages .custom-swiper-next:hover {
  background-color: rgb(226, 226, 226); /* Changement de couleur au survol */
  border-radius: 50%;
  color: var(0, 0, 0, 1);
}
.temoignages .custom-swiper-next:hover:after {
  color: var(--black);
}
.temoignages .custom-swiper-prev {
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 10;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.5); /* Ombre sous la flèche */
  opacity: 0; /* Flèche masquée par défaut */
  transition: opacity 0.3s ease; /* Animation pour apparaître en douceur */
}
.temoignages .custom-swiper-prev:after {
  content: "➜"; /* Flèche gauche (←) en Unicode */
  font-size: 30px;
  color: white;
  transform: rotate(180deg); /* Inversion de la flèche pour pointer vers la gauche */
}
.temoignages .custom-swiper-prev:hover {
  background-color: rgb(0, 0, 0); /* Changement de couleur au survol */
  border-radius: 50%;
}

.why {
  background-color: var(--greendarkenfull);
}
.why .col-lg-6, .why .col-lg-4 {
  margin-bottom: 2em;
}
.why h2 {
  color: var(--white);
}
.why .card {
  min-height: 12em;
  height: 100%;
  margin: 1em 1em;
}
.why .card h3 {
  text-align: center;
  font-weight: 600;
  min-height: 35px;
}
.why .card p {
  font-size: 1.1em;
}

.benefits .card {
  border: 0;
  background-color: var(--light);
  height: 100%;
  text-align: center;
  box-shadow: 0 1rem 3rem rgba(var(--black-rgb), 0.175);
}
.benefits .card span {
  font-size: 4em;
  font-weight: bold;
}
.benefits .card h3 {
  font-size: 1.4em;
  color: var(--greendarken);
  font-weight: bold;
}

.benefit-174 {
  position: relative;
  width: 100%;
  background-image: url("http://aeh.agencewebideal.fr//wp-content/uploads/themes/what.webp");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 8em 1em;
}
.benefit-174 h2 {
  color: var(--white);
}
.benefit-174 .overlay-what {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(var(--greendarken-rgb), 0.5);
}
.benefit-174 img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 1em;
}
.benefit-174 .card {
  margin-top: 1em;
  background-color: var(--white);
  color: var(--black);
  border: 0;
  text-align: center;
  height: 100%;
}
.benefit-174 .card .card-body {
  display: flex;
  align-items: center;
  justify-content: center;
}
.benefit-174 .card h3 {
  font-weight: bold;
  font-size: 1.2em;
}
.benefit-174 .col-lg-3 {
  margin-bottom: 2em;
}

.benefit-173 {
  position: relative;
  width: 100%;
  background-image: url("http://aeh.agencewebideal.fr//wp-content/uploads/themes/benefit-173.webp");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 8em 1em;
}
.benefit-173 h2 {
  color: var(--white);
}
.benefit-173 .overlay-what {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(var(--greendarken-rgb), 0.5);
}
.benefit-173 img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 1em;
}
.benefit-173 .card {
  margin-top: 1em;
  background-color: var(--white);
  color: var(--black);
  border: 0;
  text-align: center;
  height: 100%;
}
.benefit-173 .card .card-body {
  display: flex;
  align-items: center;
  justify-content: center;
}
.benefit-173 .card h3 {
  font-weight: bold;
  font-size: 1.2em;
}
.benefit-173 .col-lg-3 {
  margin-bottom: 2em;
}

.marques {
  text-align: center;
}
.marques .col-lg-2, .marques .col-6 {
  margin: 1em 1em;
  text-align: center;
}
.marques img {
  display: flex;
  justify-content: center;
  align-content: center;
  max-width: 150px;
  height: auto;
  text-align: center;
}

.form {
  padding: 0 !important;
  margin-bottom: 2em;
  background-color: var(--greendarkenfull);
}
.form h2 {
  color: var(--white);
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .form h2 {
    text-align: left;
  }
}
.form p.lead {
  text-align: center;
  padding: 0.5em;
  background-color: var(--yellow);
  color: var(--black);
  font-weight: 600;
  border-radius: 1em;
}
.form .col-lg-4 > .card.card-174 {
  position: relative;
  border-radius: 0 !important;
  background-image: url("http://aeh.agencewebideal.fr/wp-content/uploads/themes/contact.webp");
  background-position: center;
  background-size: cover;
}
.form .col-lg-4 > .card.card-174 h2 {
  color: var(--greendarkenfull);
}
.form .col-lg-4 > .card.card-173 {
  position: relative;
  border-radius: 0 !important;
  background-image: url("http://aeh.agencewebideal.fr/wp-content/uploads/themes/contact-173.webp");
  background-position: center;
  background-size: cover;
}
.form .col-lg-4 > .card.card-173 h2 {
  color: var(--greendarkenfull);
}
.form .overlay-card {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(var(--white-rgb), 0.75);
}
.form .card {
  height: 100%;
  border: 0;
  padding: 2em 1em;
  border-radius: 0.8em;
}
.form .card .row {
  margin-bottom: 0.75em;
}
.form .card .col-2 {
  text-align: center;
  border-right: 1px solid var(--greendarkenfull);
}
.form .card .col-10 {
  font-size: 1.3em;
  font-weight: bold;
}
.form .offset-lg-2.col-lg-5 {
  padding: 4em 1em !important;
  /* Cacher les boutons radio */
  /* Style pour les cartes */
  /* Style lorsque le bouton radio est sélectionné */
  /* Style spécifique à la sélection */
}
.form .offset-lg-2.col-lg-5 .col-md-3 {
  margin-bottom: 1em;
}
.form .offset-lg-2.col-lg-5 .form-check-input[type=radio] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.form .offset-lg-2.col-lg-5 .form-check-input:checked {
  background-color: var(--greendarken);
  border-color: var(--greendarken);
}
.form .offset-lg-2.col-lg-5 .card {
  border: 2px solid transparent;
  padding: 15px;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.3s, background-color 0.3s;
  height: 100%;
}
.form .offset-lg-2.col-lg-5 label.form-check {
  padding-left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}
.form .offset-lg-2.col-lg-5 label.form-check .h5 {
  width: auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form .offset-lg-2.col-lg-5 .card-title {
  font-size: 1.1em !important;
  margin-bottom: 0 !important;
}
.form .offset-lg-2.col-lg-5 .card:hover {
  border-color: var(--greendarken);
}
.form .offset-lg-2.col-lg-5 .form-check-input[type=radio]:checked + .card {
  border-color: var(--greendarken);
  background-color: var(--greendarken);
  color: var(--white);
}
.form .offset-lg-2.col-lg-5 .card.selected {
  border-color: var(--greendarken);
  background-color: var(--greendarken);
}
.form .form-floating > .form-control-plaintext:not(:-moz-placeholder-shown), .form .form-floating > .form-control:not(:-moz-placeholder-shown) {
  border-color: var(--light) !important;
}
.form .form-floating > .form-control-plaintext:focus, .form .form-floating > .form-control-plaintext:not(:placeholder-shown), .form .form-floating > .form-control:focus, .form .form-floating > .form-control:not(:placeholder-shown) {
  border-color: var(--light) !important;
}
.form textarea {
  min-height: 8em !important;
}
.form .list-group-item {
  background: none !important;
  margin-bottom: 0;
}

.remerciement {
  height: 100%;
}

footer {
  padding: 2em 1em;
  background-color: var(--bluelighten);
}
footer .nav-link {
  color: var(--bluedarken) !important;
}/*# sourceMappingURL=style.css.map */