@charset "UTF-8";
/*
Theme Name: AWI THEME AEE ISOLATION
Theme URI: https://www.agencewebideal.fr/realisations
Author: M'hamed TAHIR
Author URI: https://www.agencewebideal.fr/
Description: 
Version: 1.3
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: agencewebideal
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");
@import "css/style-red.css");
:root {
  --green-darken-rgb: rgb(37, 111, 112);
  --green-darken: #256f70;
  --green-light-rgb: rgb(3, 211, 133);
  --green-light-rgba: rgba(3, 211, 133, 0.5);
  --green-light: #03d385;
  --green-gradient: linear-gradient(140deg, var(--green-darken), var(--green-light));
  --white: #ffffff;
  --blue: #536ee7;
  --black: #000000;
  --black-rgb: 0, 0, 0;
  --gray: #e9e7e7;
  --gray-light: #f7f7f7;
  --yellow: #f5c905;
}

.zindex-3000 {
  z-index: 3000 !important;
}

.sticky-top {
  transition: all 0.1s !important;
}

html {
  scroll-padding-top: 6rem !important;
}

.bg-none, .list-group, .list-group-item {
  background-color: none !important;
}

.zindex-1000 {
  z-index: 1000 !important;
}

.zindex-2000 {
  z-index: 2000 !important;
}

/** Navigation **/
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
    z-index: 2000 !important;
  }
}
.navbar-brand,
.navbar-brand:hover {
  font-weight: bolder;
}

nav {
  background-color: var(--white);
  box-shadow: none !important;
}
nav .navbar-brand {
  color: var(--green-darken);
  z-index: 1000;
}
nav .nav-link {
  letter-spacing: 0.1rem;
  font-weight: 500;
}
nav .nav-link,
nav .nav-link:hover,
nav .navbar-nav .nav-link.active, nav .navbar-nav .show > .nav-link {
  background-color: none !important;
  color: var(--white) !important;
}

@media (max-width: 991px) {
  /* Fond noir transparent pour le menu */
  .navbar-collapse {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: rgba(3, 211, 133, 0.9) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: transform 0.5s ease !important;
    transform: translateY(-100%) !important;
  }
  .navbar-collapse.show {
    transform: translateY(0) !important;
    z-index: 2000 !important;
  }
  .navbar-collapse ul {
    text-align: center;
    width: 100%;
  }
  .navbar-collapse ul li {
    display: inline-block;
  }
}
.navbar-toggler {
  width: 20px;
  height: 20px;
  position: relative;
  transition: 0.5 ease-in-out;
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none !important;
  box-shadow: none !important;
  border: 0 !important;
}

.navbar-toggler span {
  margin: 0;
  padding: 0;
}

.toggler-icon {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: var(--white);
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  border-radius: 2px;
  z-index: 2100 !important;
}

.middle-bar {
  margin-top: 0px;
}

.navbar-toggler .top-bar {
  margin-top: 0px;
  transform: rotate(135deg);
}

.navbar-toggler .middle-bar {
  opacity: 0;
  filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
  margin-top: 0px;
  transform: rotate(-135deg);
}

.navbar-toggler.collapsed .top-bar {
  margin-top: -15px;
  transform: rotate(0deg);
}

.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
  filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
  margin-top: 15px;
  transform: rotate(0deg);
}

.dropdown-menu {
  width: 100% !important;
  left: 0;
  z-index: 2000 !important;
}

/** Fin Navigation **/
@media screen and (min-width: 992px) {
  .bg-body {
    background-image: url("../../uploads/theme/bodygrayvertical.png");
    background-position: center;
  }
}
.text-sm {
  font-size: 0.8em !important;
}

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

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

.text-facebook {
  color: var(--blue);
}

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

.text-gradient {
  background: var(--green-gradient) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-size: 100% !important;
  display: inline !important;
}

.bg-green-light {
  background-color: var(--green-light) !important;
}

.bg-green-darken {
  background-color: var(--green-darken) !important;
}

.bg-gray {
  background-color: var(--gray) !important;
}

.bg-white {
  background-color: var(--white) !important;
}

.split-inner {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.split-inner:before,
.split-inner:after {
  content: attr(data-text);
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  background-color: #000; /* Couleur de fond */
  color: #fff; /* Couleur du texte */
  z-index: -1;
  transform: translateY(100%);
  transition: transform 0.5s ease-in-out;
}

.split-inner:before {
  left: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.split-inner:after {
  right: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.split-inner.anim:before,
.split-inner.anim:after {
  transform: translateY(0%);
}

@media only screen and (max-width: 717px) { /** 576 **/
  .header {
    position: relative;
    width: 100vw;
    height: auto;
    display: block !important;
    background-color: var(--white) !important;
  }
  .row {
    margin: 0 !important;
  }
  .img-half {
    width: 100vw !important;
    height: 40vh; /* La moitié de la hauteur de l'écran */
    background-size: cover;
    background-image: url("../../uploads/theme/header-noring.webp");
    background-position: bottom;
  }
  .text-half {
    height: 50vh; /* L'autre moitié de la hauteur de l'écran */
    text-align: center;
  }
  .text-half h1 {
    margin-top: 1em;
    font-weight: bold;
    font-size: clamp(2em, 5vw, 3em) !important;
  }
  .text-half p {
    display: none;
  }
  .text-half .btn.btn-gradient-green {
    margin-top: 1em !important;
  }
  .text-half .gradient-text {
    background: var(--green-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 100%;
    display: inline;
  }
  .col {
    width: 100vw !important;
    display: block !important;
  }
}
@media only screen and (min-width: 992px) {
  .header {
    position: relative;
    height: auto;
    overflow: hidden;
    background-color: var(--white) !important;
  }
  .img-half {
    height: 100vh; /* La moitié de la hauteur de l'écran */
    background-size: cover;
    background-image: url("../../uploads/theme/header.webp");
    background-position: bottom right;
  }
  .text-half {
    height: 100vh; /* L'autre moitié de la hauteur de l'écran */
    padding: 5em !important;
    /* Appliquez tout autre style nécessaire pour le texte ici */
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .text-half h1 {
    font-weight: bold;
    font-size: clamp(2em, 5vw, 4em);
  }
  .text-half p {
    max-width: 80%;
    font-weight: 400;
  }
  .text-half .gradient-text {
    background: var(--green-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 100%;
    display: inline;
  }
}
@media only screen and (max-width: 576px) {
  .tertiaire .header {
    position: relative;
    width: 100vw;
    height: auto;
    display: block !important;
    background-color: var(--white) !important;
  }
  .tertiaire .row {
    margin: 0 !important;
  }
  .tertiaire .img-half {
    width: 100vw !important;
    height: 30vh; /* La moitié de la hauteur de l'écran */
    background-size: cover;
    background-image: url("../../uploads/theme/tertiaire-header-sm.webp");
    background-position: bottom;
  }
  .tertiaire .text-half {
    height: 50vh; /* L'autre moitié de la hauteur de l'écran */
    text-align: center;
  }
  .tertiaire .text-half h1 {
    margin-top: 1em;
    font-weight: bold;
    font-size: clamp(1.5em, 5vw, 2.5em) !important;
  }
  .tertiaire .text-half p {
    display: none;
  }
  .tertiaire .text-half .btn.btn-gradient-green {
    margin-top: 1em !important;
  }
  .tertiaire .text-half .gradient-text {
    background: var(--green-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 100%;
    display: inline;
  }
  .tertiaire .col {
    width: 100vw !important;
    display: block !important;
  }
}
@media only screen and (min-width: 992px) {
  .tertiaire .header {
    position: relative;
    height: auto;
    overflow: hidden;
  }
  .tertiaire .img-half {
    height: 100vh; /* La moitié de la hauteur de l'écran */
    background-size: cover;
    background-image: url("../../uploads/theme/tertiaire-header.webp");
    background-position: bottom right;
  }
  .tertiaire .text-half {
    height: 100vh; /* L'autre moitié de la hauteur de l'écran */
    padding: 5em !important;
    /* Appliquez tout autre style nécessaire pour le texte ici */
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .tertiaire .text-half h1 {
    font-weight: bold;
    font-size: clamp(2em, 5vw, 3em);
  }
  .tertiaire .text-half p {
    max-width: 80%;
    font-weight: 400;
  }
  .tertiaire .text-half .gradient-text {
    background: var(--green-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 100%;
    display: inline;
  }
}

section {
  padding: clamp(0.5em, 5vw, 6em) !important;
}
section h2 {
  text-align: center;
  font-size: clamp(1.25em, 5vw, 2.5em);
  font-weight: 700 !important;
  margin-bottom: 1em;
  color: var(--green-darken);
}

.headbar {
  background: var(--green-gradient);
  color: var(--white);
}
@media screen and (min-width: 1440px) {
  .headbar .col-lg-3 {
    padding: 2em;
    border-right: 1px solid var(--gray); /* Ajout de la bordure à droite */
  }
  .headbar .col-lg-3:last-child {
    border-right: none; /* Suppression de la bordure à droite pour la dernière colonne */
  }
}

.sect1 h1 {
  font-size: 2.25em;
  color: var(--green-darken) !important;
  font-weight: 700;
}
.sect1 h3 {
  font-size: 1.5em;
  min-height: 60px;
}
.sect1 p {
  font-weight: 600;
}
@media screen and (min-width: 576px) {
  .sect1 p {
    min-height: 100px;
  }
}
.sect1 .col-lg-3.bg-light {
  padding: 1em;
  margin-bottom: clamp(2em, 5vw, 1em);
}

.why {
  background-color: var(--green-darken) !important;
  color: var(--white) !important;
}
.why h2 {
  color: var(--white);
}

.quoi-bar-th-145 {
  background-color: var(--white);
}

.les-risques-bar-th-145 .card {
  border: 0 !important;
  background: none !important;
  margin-bottom: 1em;
  padding: 0.5em;
}
.les-risques-bar-th-145 .card .card-body {
  border-top: 10px solid var(--green-light);
  background-color: var(--green-darken);
  color: var(--white);
}
.les-risques-bar-th-145 .card .card-body h3 {
  font-size: 1.35em;
}
.les-risques-bar-th-145 .card .card-body p {
  margin-top: 2em;
  font-size: 1em;
}

.les-raisons > h2 {
  font-weight: bold !important;
  text-align: center !important;
}

.les-raisons > .container > .row > .col-lg-4 .card {
  min-height: 12em !important;
  border: 0 !important;
}
.les-raisons > .container > .row > .col-lg-4 .card-body {
  background: var(--gray-light);
  border-radius: 1em;
  border: 0 !important;
  margin-bottom: 1em;
  text-align: center;
}
.les-raisons > .container > .row > .col-lg-4 .card-body {
  display: flex !important;
  align-items: center !important;
  height: 100% !important;
  justify-content: center !important;
}

.sect3 {
  text-align: center;
  height: 100%;
  /* Appliquer les images en arrière-plan */
  /* Styler la superposition */
  /* Changer la couleur de superposition au survol */
}
.sect3 h2 {
  color: var(--white);
  font-weight: 600;
  font-size: 3em;
}
.sect3 .overlay-div:nth-child(1) {
  background: url("../../uploads/theme/tertiaire.webp");
  background-size: cover;
}
.sect3 .overlay-div:nth-child(2) {
  background: url("../../uploads/theme/residentiel.webp");
  background-size: cover;
}
.sect3 .overlay-sect3 {
  position: absolute;
  display: block;
  width: 100%;
  height: 50vh;
  background: rgba(228, 29, 75, 0.5);
  transition: background 0.5s;
  z-index: 5;
}
.sect3 .overlay-div {
  height: 50vh; /* Modifier en fonction de vos besoins */
  display: flex;
  justify-content: center;
  align-items: center;
}
.sect3 .overlay-div .row {
  position: relative;
}

.sect4 h3 {
  font-size: 1.25em !important;
  text-align: center;
}
.sect4 .card {
  background-color: var(--black) !important;
  color: var(--white) !important;
  text-align: center;
}

@media screen and (min-width: 576px) {
  .sect5 {
    padding: clamp(1em, 5vw, 4em) !important;
  }
}
@media screen and (max-width: 576px) {
  .sect5 {
    padding: 1em !important;
  }
}

.sect5 > .container h2 {
  color: var(--black);
  font-size: clamp(1.5em, 5vw, 2em);
  text-align: left;
}
.sect5 > .container .block .border-5-green-darken {
  border: 5px solid var(--green-darken) !important;
}
.sect5 > .container .block .border-10-green-darken {
  border: 10px solid var(--green-darken) !important;
}
.sect5 > .container .block .border-5-red-darken {
  border: 5px solid var(--red-darken) !important;
}
.sect5 > .container .block .border-10-red-darken {
  border: 10px solid var(--red-darken) !important;
}

.enjeux-tertiaire h2 {
  text-align: left;
}
.enjeux-tertiaire p.lead {
  font-weight: 400 !important;
}
.enjeux-tertiaire .accordion {
  background-color: none !important;
}
.enjeux-tertiaire .accordion-header > button {
  font-size: 0.7em !important;
  font-weight: 700 !important;
  background-color: none !important;
}
.enjeux-tertiaire .accordion-button {
  color: var(--green-darken);
  box-shadow: none;
  background-color: none !important;
}
.enjeux-tertiaire .accordion-button:not(.collapsed) {
  color: var(--white);
  background-color: var(--green-light);
  box-shadow: none;
}
.enjeux-tertiaire .card {
  margin-top: 1em;
  border: 0;
}
.enjeux-tertiaire .card-body {
  background: var(--green-gradient);
  color: var(--white);
  font-weight: 600;
  padding: 2em;
}

.btn-lg {
  padding: 15px 25px !important;
  font-size: 1.35em !important;
}

.btn-md {
  padding: 7.5px 12.5px !important;
  font-size: 1.15em !important;
}

.btn-white {
  background-color: var(--white) !important;
  color: var(--black) !important;
  font-weight: 500 !important;
  border: 4px solid var(--white) !important;
  border-radius: 0.25em !important;
}
@media screen and (min-width: 992px) {
  .btn-white {
    margin-top: 1em;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 992px) {
  .btn-white {
    margin-top: 0;
    margin-bottom: 0.5em;
  }
}

.btn-theme,
.btn-gradient-green {
  background: var(--green-gradient);
  color: var(--white) !important;
  font-weight: 500 !important;
  border: 0 !important;
  border-radius: 0.25em !important;
}
@media screen and (min-width: 992px) {
  .btn-theme,
  .btn-gradient-green {
    margin-top: 1em;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 992px) {
  .btn-theme,
  .btn-gradient-green {
    margin-top: 0;
    margin-bottom: 0.5em;
  }
}

.border-img {
  border-right: 10px solid var(--green-light);
  border-bottom: 10px solid var(--green-light);
}

.temoignages .card {
  min-height: 20em !important;
  background-color: var(--gray-light);
  border: 0;
  margin-bottom: 15px;
  padding: 5px;
}

.content-services {
  z-index: 1010 !important;
  margin-top: 4em !important;
}
.content-services h2 {
  z-index: 1010 !important;
  font-weight: 700 !important;
  margin-bottom: 1em !important;
  text-align: left !important;
  color: var(--black) !important;
  position: sticky !important;
  padding-left: 0.25em;
}
@media screen and (max-width: 576px) {
  .content-services img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100% !important;
    min-height: 25em !important;
    border-radius: 1em !important;
  }
}
@media screen and (min-width: 576px) {
  .content-services img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100% !important;
    max-height: 25em !important;
    border-radius: 1em !important;
  }
}
.content-services .card {
  z-index: 1010 !important;
  position: sticky !important;
  top: 6em !important;
  border: 0 !important;
  background-color: var(--green-darken) !important;
  color: var(--white) !important;
}

.content-blog {
  margin-top: 4em !important;
}
.content-blog h2 {
  font-weight: 700 !important;
  text-align: left !important;
  color: var(--black) !important;
  position: sticky !important;
  z-index: 1020 !important;
  padding-left: 0.25em;
}
.content-blog .card {
  position: sticky !important;
  top: 6em !important;
  z-index: 1020 !important;
  border: 0 !important;
  background-color: var(--gray) !important;
  color: var(--black) !important;
}

footer {
  background-color: var(--black);
  min-height: 15em !important;
  padding: clamp(0.5em, 5vw, 3em) !important;
  color: var(--white) !important;
}
footer a {
  margin-left: 0;
  color: var(--white) !important;
}
footer li {
  margin-left: 0;
}
footer p.fs-3.fw-bold {
  color: var(--green-light);
}

.footbar {
  background-color: var(--white);
  color: var(--black) !important;
  padding: 0.5rem;
}
.footbar a {
  color: var(--black) !important;
  text-decoration: none;
}

.fifteen-reasons {
  background-color: var(--gray-light) !important;
  padding: clamp(5px, 5vw, 15px);
  border-radius: 1em;
  text-align: center;
}

.birthday {
  background-color: var(--green-light) !important;
}
.birthday h2 {
  color: var(--black) !important;
}
.birthday p {
  font-size: 1.025em !important;
  color: var(--black);
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .birthday span {
    position: relative;
    bottom: -125px;
  }
  .birthday img {
    position: relative;
    bottom: -169px;
  }
}

.mb-0 {
  margin-bottom: 0 !important;
}

.service .card-img-overlay {
  background: var(--green-light-rgba) !important;
  color: var(--white) !important;
  text-align: center;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* ===== Overrides responsive (rebuild 2026) ===== */
@media (max-width: 991px) {
  /* Marque verte : ne doit pas deborder de l'ecran sur mobile */
  nav.bg-green-darken .navbar-brand {
    font-size: 0.95rem !important;
    line-height: 1.25;
    white-space: normal;
    overflow-wrap: anywhere;
    max-width: calc(100% - 56px);
    padding-right: .5rem;
  }

  /* Panneau menu mobile : liste verticale, alignee a gauche, en haut, aeree */
  .navbar-collapse {
    justify-content: flex-start !important;
    align-items: flex-start !important;
    padding: 5.5rem 1.75rem 2rem 1.75rem !important;
    overflow-y: auto !important;
  }
  .navbar-collapse ul {
    text-align: left !important;
    width: 100% !important;
    margin: 0 !important; /* neutralise ms-auto */
  }
  .navbar-collapse ul li {
    display: block !important;
    width: 100% !important;
  }
  .navbar-collapse ul li .nav-link {
    display: block;
    padding: .85rem 0 !important;
    font-size: 1.3rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }

  /* Bouton burger / fermeture toujours accessible au-dessus du panneau */
  .navbar-toggler {
    position: relative;
    z-index: 2001 !important;
  }
}
/* Bandeaux Tertiaire / Résidentiel (rebuild) : image de fond restaurée + voile
   sombre pour que le texte blanc reste lisible. */
.sect3 .overlay-div:nth-child(1) {
  background: linear-gradient(rgba(0,0,0,0.42), rgba(0,0,0,0.42)), url("../../uploads/theme/tertiaire.webp") center / cover !important;
}
.sect3 .overlay-div:nth-child(2) {
  background: linear-gradient(rgba(0,0,0,0.42), rgba(0,0,0,0.42)), url("../../uploads/theme/residentiel.webp") center / cover !important;
}
.sect3 h2 { text-shadow: 0 2px 8px rgba(0,0,0,0.45); }
/*# sourceMappingURL=style.css.map */