@charset "UTF-8";
/*---------------------------*/
/*---------- BLOG -----------*/
/*---------------------------*/
.actu-siti-titre {
  font-family: "Poppins" !important;
  font-weight: 500 !important;
  font-size: 51px !important;
  color: black !important;
  text-transform: none !important;
  line-height: 48px;
  border-bottom: none !important;
}
.actu-siti-grid {
  padding-top: 50px !important;
}
.actu-siti-card {
  padding: 45px !important;
}
.actu-siti-card a {
  font-family: "Poppins" !important;
  font-size: 18px !important;
  color: black !important;
}
.actu-siti-card p {
  font-family: "Poppins" !important;
  margin-top: 15px !important;
  font-size: 16px !important;
  color: rgb(100, 100, 100) !important;
  margin-bottom: 20px !important;
}
.actu-siti-card h1,
.actu-siti-card h2,
.actu-siti-card h3,
.actu-siti-card h4,
.actu-siti-card h5,
.actu-siti-card h6 {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 0;
  color: #000;
  font-weight: 500;
}
.actu-siti-card-date {
  font-family: "Poppins" !important;
  font-size: 16px !important;
  color: black !important;
}
.actu-siti-cardshadow {
  border: none !important;
  -webkit-box-shadow: 0px 0px 133px -11px rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: 0px 0px 133px -11px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0px 0px 133px -11px rgba(0, 0, 0, 0.1) !important;
}

@media (max-width: 991px) {
  .grid-item[data-v-22ea9765] {
    margin: 0 !important;
  }
  .actu-siti-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 30px !important;
  }
  .actu-siti-grid li {
    width: 100% !important;
  }
  .blog-grid .grid-item:nth-child(3) {
    grid-column: span 2;
    justify-self: center;
    width: 50% !important;
  }
}
@media (max-width: 767px) {
  .actu-siti-grid {
    max-width: 500px !important;
    display: flex !important;
    padding: 5px !important;
  }
  .blog-grid .grid-item:nth-child(3) {
    grid-column: span 2;
    justify-self: center;
    width: 100% !important;
  }
  .actu-siti-titre {
    font-size: 40px !important;
    padding-bottom: 40px !important;
    padding-top: 20px !important;
  }
  .grid-item[data-v-c5e37db5] {
    margin: 0px !important;
  }
}
.archive-siti-section {
  width: 100%;
  background-color: var(--very-light-gray);
  display: flex;
  justify-content: center;
  padding-bottom: 0px !important;
}
.archive-siti-container {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.archive-siti-container h1 {
  font-family: "Poppins" !important;
  font-size: 51px !important;
  font-weight: 700 !important;
  color: black !important;
  padding-top: 50px !important;
  margin-bottom: 10px !important;
  text-align: center;
}
.archive-siti-container h2 {
  font-family: "Poppins" !important;
  font-size: 28px !important;
  font-weight: 700 !important;
  color: black !important;
  text-align: center;
}
.archive-siti-card a {
  color: red !important;
  background-color: red !important;
}
.archive-siti-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  row-gap: 35px !important;
}
.archive-siti-grid li {
  width: 100% !important;
}
.archive-siti-pagination {
  display: flex !important;
}

.padding-reduit {
  padding-top: 20px !important;
}

@media (max-width: 991px) {
  .archive-siti-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    row-gap: 35px !important;
  }
  .archive-siti-grid li {
    width: 100% !important;
  }
  .archive-siti-grid .grid-item:nth-child(3) {
    grid-column: auto !important;
    justify-self: center;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  .archive-siti-grid {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .archive-siti-grid li {
    padding: 0 30px !important;
  }
  .archive-siti-container h1 {
    padding-top: 92px !important;
  }
  .archive-siti-container h2 {
    padding: 0 30px !important;
    padding-top: 10px !important;
  }
  .archive-siti-pagination {
    margin-top: 20px !important;
    margin-bottom: 10px !important;
  }
}
.card .author-name-siti {
  position: absolute;
  width: auto;
  left: 45px;
  bottom: 45px;
  opacity: 0;
  visibility: visible;
  -webkit-transform: translateY(32px);
  transform: translateY(32px);
  -webkit-transition: all 500ms cubic-bezier(0.37, 0, 0.63, 1);
  transition: all 500ms cubic-bezier(0.37, 0, 0.63, 1);
}

.card:hover .author-name-siti {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/*---------------------------*/
/*-------- ARTICLE ----------*/
/*---------------------------*/
.singlepost-background {
  background-image: url("../images/illustration-single-post.jpg");
  height: 650px !important;
}
.singlepost-card {
  padding-top: 7% !important;
  z-index: 2;
  position: relative;
}
.singlepost-pp {
  margin-top: -65px !important;
  z-index: 5;
  position: relative;
}
.singlepost-text {
  font-family: "Poppins" !important;
  font-size: 16px !important;
  color: black !important;
}
.singlepost-subtitle {
  font-family: "Poppins" !important;
  font-size: 28px !important;
  font-weight: 900 !important;
  color: black !important;
}
.singlepost-img {
  width: 920px !important;
}
.singlepost-img-container {
  display: flex !important;
  justify-content: center !important;
}
.singlepost-first {
  margin-bottom: 0% !important;
}

.section-social-share a {
  font-size: 17px;
}
.section-social-share a i {
  font-size: 17px;
}
.section-social-share .like-count span {
  margin-left: 4px;
}

.padding-resp {
  padding-bottom: 50px !important;
}

.section-article-header {
  margin-top: -12rem;
}

@media (max-width: 991px) {
  .singlepost-background {
    height: 450px !important;
  }
}
@media (max-width: 768px) and (min-width: 576px) {
  .singlepost-card {
    padding-bottom: 85px !important;
  }
  .singlepost-pp {
    margin-top: -95px !important;
  }
}
@media (max-width: 575px) {
  .singlepost-title {
    font-size: 28px !important;
  }
  .singlepost-text {
    padding: 0 15px !important;
    text-align: justify !important;
    padding-top: 25px !important;
  }
  .singlepost-subtitle {
    padding: 0 15px !important;
    text-align: center !important;
    padding-top: 35px !important;
  }
  .singlepost-card {
    padding: 4% !important;
    padding-top: 6% !important;
    padding-bottom: 85px !important;
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .singlepost-pp {
    margin-top: -95px !important;
  }
  .singlepost-img {
    padding: 0 15px !important;
  }
}
:root {
  --base-color: #0e3d6b !important;
  --alt-color: #FFA400 !important;
  --p-color: #7B7A7A;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Jakarta !important;
  color: var(--base-color);
}

@media (max-width: 768px) {
  h1 {
    font-size: 30px !important;
  }
}

@media (max-width: 768px) {
  h2 {
    font-size: 27px !important;
    line-height: 1.2;
  }
}

@media (max-width: 768px) {
  h3 {
    font-size: 27px !important;
  }
}

@media (max-width: 768px) {
  h4 {
    font-size: 27px !important;
  }
}

@media (max-width: 768px) {
  .ls-minus-2px {
    letter-spacing: -1px !important;
  }
}

main {
  overflow: hidden;
}

p,
div,
a {
  font-family: Poppins !important;
}

p {
  color: var(--p-color);
}
@media (max-width: 768px) {
  p {
    font-size: 14px;
    line-height: 1.5;
  }
}

.text-dark-gray {
  color: var(--base-color);
}

.btn-bleu {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  padding: 0.5rem;
  background: #0e3d6b;
  justify-content: center;
  color: white;
  max-width: 240px;
  font-weight: 600;
  font-size: 18px;
  border: 1px solid var(--base-color);
  width: 100%;
}
.btn-bleu P {
  margin: 0;
  color: white !important;
}
.btn-bleu:hover {
  background: white;
  color: var(--base-color) !important;
}
.btn-bleu:hover p {
  color: var(--base-color) !important;
}
@media (max-width: 768px) {
  .btn-bleu {
    font-size: 14px;
    max-width: 160px;
    padding: 0;
  }
  .btn-bleu p {
    line-height: 2.3;
  }
}

.btn-orange {
  background: var(--alt-color) !important;
  border: 1px solid var(--alt-color) !important;
  padding: 0.5rem 0.8rem !important;
  font-size: 15px !important;
  text-transform: uppercase !important;
}
.btn-orange:hover {
  box-shadow: 0 0 3px 0 !important;
  background: white !important;
  color: var(--alt-color) !important;
}

.texte-orange {
  color: var(--alt-color);
}

@media (max-width: 768px) {
  .row {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding: 0;
  }
}

.video-container {
  width: 80vw;
  height: 45vw;
  max-width: 800px;
  max-height: 450px;
}

.close-btn {
  display: block;
  margin: 20px auto;
  padding: 10px 20px;
  background-color: #ff6600;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}

.hide-desktop {
  display: none !important;
}
@media (max-width: 768px) {
  .hide-desktop {
    display: block !important;
  }
}

@media (max-width: 768px) {
  .hide-mobile {
    display: none !important;
  }
}

/*--------------------------*/
/*--------- HEADER ---------*/
/*--------------------------*/
header .logo-header {
  padding: 10px 0 !important;
  max-width: 320px;
}
header .logo-header img {
  width: 100% !important;
  max-height: 75px !important;
}
header .logo-header img.default-logo {
  min-width: 320px;
}
header .logo-header img.alt-logo {
  min-width: 320px;
}
header .phone {
  background-color: white !important;
  color: var(--alt-color) !important;
}
header.sticky-active .default-logo {
  display: none;
}
@media (max-width: 1600px) {
  header .colonne-droite-header {
    display: none !important;
  }
}
@media (max-width: 768px) {
  header .container-fluid .navbar-brand .mobile-logo {
    width: 170px !important;
    min-width: 170px;
  }
}
@media (max-width: 991px) {
  header .mobile-logo {
    min-width: 210px !important;
  }
  header .default-logo {
    min-width: 0 !important;
  }
  header .alt-logo {
    min-width: 0 !important;
  }
}
@media (max-width: 1760px) {
  header .mobile-logo {
    min-width: 210px;
  }
  header .widget-text a {
    display: none;
  }
  header .default-logo {
    min-width: 0 !important;
  }
  header .alt-logo {
    min-width: 0 !important;
  }
}
@media (max-width: 1100px) {
  header .mobile-logo {
    min-width: 169px;
  }
}
@media (max-width: 1400px) {
  header .header-button {
    display: none;
  }
}

.page-title-big-typography .container {
  position: relative;
  z-index: 5;
}

/*-----------------------------*/
/*---------- FOOTER -----------*/
/*-----------------------------*/
footer .container {
  max-width: 1500px;
}
footer .container .section-lien-footer .sous-titre {
  color: var(--base-color);
  font-size: 20px;
}
footer .container .section-lien-footer .margin-top {
  margin-top: 1rem;
  color: #7B93AA;
}
footer .container .section-lien-footer ul a {
  color: #7B93AA;
}
footer .container .section-lien-footer ul a:hover {
  color: var(--base-color);
}
footer .container .section-lien-footer img {
  width: 100%;
  max-height: none;
}
footer .container .section-lien-footer .align-center {
  display: flex;
  align-items: center;
}
footer .container .mentions a {
  color: var(--base-color);
}
footer .container .mentions a:hover {
  color: var(--dark-gray);
}
@media (max-width: 768px) {
  footer .order-sm-1 {
    width: 100%;
  }
  footer a {
    font-size: 14px;
  }
  footer .order-sm-5 {
    width: 100%;
  }
}

/*-----------------------------*/
/*---------- ACCUEIL ----------*/
/*-----------------------------*/
.header-accueil .overlay-sombre {
  background-color: rgba(0, 8, 35, 0.4784313725);
}
.header-accueil .colonne-slider {
  width: 100%;
  max-width: 1000px;
}
.header-accueil .colonne-slider h1 {
  color: white;
  margin-bottom: 0;
}
.header-accueil .colonne-slider h2 {
  font-size: 55px;
  color: white;
  margin-bottom: 0;
}
.header-accueil .cover-background {
  background-image: url("../images/pose pv.jpg");
}
.header-accueil .swiper-pagination-bullets {
  left: 50% !important;
}
@media (max-width: 768px) {
  .header-accueil .overlay-sombre {
    background-color: rgba(0, 12, 51, 0.29);
    opacity: 1;
  }
  .header-accueil .wrapper-titre {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  .header-accueil .wrapper-titre h2 {
    text-align: left;
    text-shadow: none !important;
  }
  .header-accueil .wrapper-titre .titre {
    font-size: 40px !important;
    font-weight: 600;
    line-height: 1.1;
  }
  .header-accueil .wrapper-titre .sous-titre {
    font-size: 20px !important;
  }
  .header-accueil .headline {
    line-height: 1;
  }
  .header-accueil h1 {
    font-size: 16px !important;
    text-align: left;
    line-height: 1.2;
    width: 100%;
  }
  .header-accueil .headline span {
    font-size: 18px;
    line-height: 1.2;
  }
}

.section-bandeau-qualifs {
  padding: 1rem 0 0.5rem 0;
  border-bottom: 1px solid #e8e8e8;
}
.section-bandeau-qualifs .wrapper-qualifs {
  display: flex;
  max-width: 825px;
  margin: auto;
  justify-content: space-evenly;
  gap: 2rem;
  scrollbar-width: thin;
  padding-bottom: 0.5rem;
}
.section-bandeau-qualifs .wrapper-qualifs img {
  max-width: 135px;
  object-fit: contain;
}
.section-bandeau-qualifs .wrapper-qualifs img.mwidth-100 {
  max-width: 100px;
}
.section-bandeau-qualifs .wrapper-qualifs img.mwidth-90 {
  max-width: 90px;
}
.section-bandeau-qualifs .wrapper-qualifs img.picto-qe {
  max-width: 70px;
}
@media (max-width: 768px) {
  .section-bandeau-qualifs .wrapper-qualifs {
    gap: 1rem;
    flex-wrap: wrap;
  }
  .section-bandeau-qualifs .wrapper-qualifs img {
    max-width: 55px;
  }
  .section-bandeau-qualifs .wrapper-qualifs img.picto-qe {
    max-width: 33px;
  }
  .section-bandeau-qualifs .wrapper-qualifs img.mwidth-100 {
    max-width: 50px;
  }
  .section-bandeau-qualifs .wrapper-qualifs img.mwidth-90 {
    max-width: 45px;
  }
}

.section-solution-complete {
  max-width: 1200px;
  margin: auto;
}
.section-solution-complete h2 {
  font-size: 35px;
  color: var(--base-color);
  margin: 0;
  line-height: 1.2;
  font-weight: 800;
}
.section-solution-complete h2.light {
  font-weight: 700;
}
.section-solution-complete .grid-solutions {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: repeat(6, 1fr);
  margin-top: 2rem;
}
.section-solution-complete .grid-solutions .card-solution {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 1rem;
  border-radius: 9px;
  aspect-ratio: 4/3;
}
.section-solution-complete .grid-solutions .card-solution.climatisation {
  background-image: url("../images/Climatisation.jpg");
}
.section-solution-complete .grid-solutions .card-solution.photovoltaique {
  background-image: url("../images/pose-pv-card.jpg");
}
.section-solution-complete .grid-solutions .card-solution.eg {
  background-image: url("../images/Electricite-generale.jpg");
}
.section-solution-complete .grid-solutions .card-solution.borne {
  background-image: url("../images/Borne-de-recharge.jpg");
}
.section-solution-complete .grid-solutions .card-solution.energie {
  background-image: url("../images/energie-renouvelable.webp");
}
.section-solution-complete .grid-solutions .card-solution:nth-child(1) {
  grid-column: 1/span 3;
}
.section-solution-complete .grid-solutions .card-solution:nth-child(2) {
  grid-column: 4/span 3;
}
.section-solution-complete .grid-solutions .card-solution:nth-child(3) {
  grid-column: 1/span 2;
}
.section-solution-complete .grid-solutions .card-solution:nth-child(4) {
  grid-column: 3/span 2;
}
.section-solution-complete .grid-solutions .card-solution:nth-child(5) {
  grid-column: 5/span 2;
}
.section-solution-complete .grid-solutions .card-solution .overlay-solution {
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2666666667);
  z-index: 2;
  bottom: 0;
  left: 0;
  border-radius: 9px;
}
.section-solution-complete .grid-solutions .card-solution .wrapper-texte-btn {
  position: relative;
  z-index: 3;
}
.section-solution-complete .grid-solutions .card-solution .wrapper-texte-btn h3 {
  font-size: 30px;
  line-height: 1;
  color: white;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 786px) {
  .section-solution-complete {
    padding-left: 25px;
    padding-right: 25px;
  }
  .section-solution-complete .grid-solutions {
    max-height: none;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
  }
  .section-solution-complete .grid-solutions .card-solution {
    text-align: center;
    justify-content: center;
    aspect-ratio: inherit;
    padding: 2rem 1rem 1rem;
  }
  .section-solution-complete .grid-solutions .card-solution h3 {
    text-align: left;
    margin-bottom: 10px !important;
  }
  .section-solution-complete .grid-solutions .card-solution .btn-wrapper {
    display: flex;
    justify-content: left;
  }
  .section-solution-complete .grid-solutions .card-solution .btn-wrapper a {
    font-size: 14px;
    max-width: 160px;
    padding: 0;
  }
  .section-solution-complete .grid-solutions .card-solution:nth-child(1) {
    grid-column: auto;
  }
  .section-solution-complete .grid-solutions .card-solution:nth-child(2) {
    grid-column: auto;
  }
  .section-solution-complete .grid-solutions .card-solution:nth-child(3) {
    grid-column: auto;
  }
  .section-solution-complete .grid-solutions .card-solution:nth-child(4) {
    grid-column: auto;
  }
  .section-solution-complete .grid-solutions .card-solution:nth-child(5) {
    grid-column: auto;
  }
}

.section-installations .grid-image-texte {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.section-installations .grid-image-texte .colonne-droite h3 {
  color: var(--base-color);
}
.section-installations .grid-image-texte .btn-bleu {
  max-width: 200px;
}
.section-installations .grid-image-texte .colonne-gauche {
  position: relative;
}
.section-installations .grid-image-texte .colonne-gauche .wrapper-content {
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
.section-installations .grid-image-texte .colonne-gauche .wrapper-content h3 {
  font-size: 100px;
  font-weight: 800;
  color: white;
}
.section-installations .grid-image-texte .colonne-gauche .wrapper-content p {
  font-size: 22px;
  color: var(--alt-color);
  font-weight: 600;
  line-height: 1.1;
  max-width: 290px;
  margin: auto;
}
.section-installations .grid-image-texte .colonne-gauche .logo {
  position: absolute;
  top: 5%;
  right: 15%;
  max-width: 150px;
}
@media (max-width: 768px) {
  .section-installations .container {
    padding-left: 25px;
    padding-right: 25px;
  }
  .section-installations .grid-image-texte {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
    max-width: 100%;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  .section-installations .grid-image-texte .colonne-gauche {
    padding: 0;
  }
  .section-installations .grid-image-texte .colonne-gauche .logo {
    top: -5%;
    right: 0%;
    max-width: 120px;
  }
  .section-installations .grid-image-texte .colonne-gauche .wrapper-content h3 {
    font-size: 65px !important;
  }
  .section-installations .grid-image-texte .colonne-gauche .wrapper-content p {
    font-size: 17px;
    max-width: 200px;
  }
  .section-installations .grid-image-texte .colonne-droite {
    padding-right: 0;
    padding-left: 0;
  }
  .section-installations .grid-image-texte .colonne-droite .btn-wrapper {
    display: flex;
    justify-content: center;
  }
}

.section-locale {
  max-width: 1660px;
  margin: auto;
  padding: 2rem;
  position: relative;
}
.section-locale video {
  max-height: 430px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 15px;
  aspect-ratio: 21.5/9;
}
.section-locale .content {
  position: absolute;
  padding: 2rem;
  top: 0;
  right: 2rem;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-locale .content .wrapper-title {
  max-width: 1300px;
  margin: auto;
  width: 100%;
}
.section-locale .content .wrapper-title h2 {
  color: white;
  line-height: 1.2;
  font-weight: 800;
  margin: 0;
  font-size: 52px;
}
.section-locale .content .wrapper-title h2.light {
  font-weight: 700;
  font-size: 47px;
}
@media (max-width: 768px) {
  .section-locale {
    display: flex;
    flex-direction: column-reverse;
  }
  .section-locale.optimisation {
    padding-bottom: 50px;
  }
  .section-locale.eg {
    padding: 0 25px 50px;
  }
  .section-locale .wrapper-video {
    overflow: hidden;
    border-radius: 10px;
  }
  .section-locale video {
    aspect-ratio: 9/17;
    object-fit: cover;
    max-height: none;
    transform: scale(1.35);
  }
  .section-locale .content {
    top: 5rem;
    right: auto;
    height: auto;
    left: 0;
  }
  .section-locale .content h2 {
    text-align: center !important;
    width: 100%;
  }
}

.bottom-minus-200px {
  bottom: -200px;
}

.section-services {
  color: var(--base-color);
}
.section-services h4 {
  color: var(--base-color);
}
@media (max-width: 768px) {
  .section-services .container {
    padding: 0 25px;
  }
  .section-services .colonne-gauche {
    padding-left: 0;
    padding-right: 0;
  }
  .section-services h4 {
    padding: 0;
  }
  .section-services h4 br {
    display: none;
  }
  .section-services .grid-mobile {
    max-width: 100%;
    flex-direction: column-reverse;
  }
  .section-services .colonne-droite {
    padding: 0;
  }
  .section-services .colonne-droite .row {
    margin-bottom: 0 !important;
  }
  .section-services .colonne-droite div {
    padding: 0 !important;
  }
  .section-services .colonne-droite img {
    border-radius: 10px;
  }
  .section-services .hide-mobile {
    display: none;
  }
}

.section-bandeau-pictos {
  max-width: 1250px;
  margin: auto;
}
.section-bandeau-pictos .wrapper-pictos {
  display: flex;
  gap: 0.5rem;
  justify-content: space-between;
}
.section-bandeau-pictos .wrapper-pictos .picto-texte {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.section-bandeau-pictos .wrapper-pictos .picto-texte p {
  margin: 0;
  line-height: 1.2;
  color: var(--base-color);
  font-weight: 600;
  font-size: 18px;
}
.section-bandeau-pictos .wrapper-pictos .picto-texte img {
  max-width: 80px;
  width: 100%;
  color: var(--base-color);
}
@media (max-width: 768px) {
  .section-bandeau-pictos {
    padding: 50px 25px;
    background-color: #F2F6F9;
  }
  .section-bandeau-pictos .wrapper-pictos {
    flex-direction: column;
    gap: 4rem;
  }
  .section-bandeau-pictos .wrapper-pictos .picto-texte {
    gap: 0.5rem;
    justify-content: start;
    align-items: top;
    text-align: center;
  }
  .section-bandeau-pictos .wrapper-pictos .picto-texte img {
    max-width: 50px;
  }
  .section-bandeau-pictos .wrapper-pictos .picto-texte p {
    font-size: 20px;
    line-height: 1.5;
    text-align: left;
  }
}

.section-app .hide-desktop {
  display: none;
}
.section-app .trois-images .col-phone {
  position: relative;
  left: -40px;
}
.section-app .trois-images .col-phone .phone {
  max-width: 280px;
}
.section-app .trois-images .col-pastille {
  top: 200px;
  left: 185px;
}
.section-app .trois-images .col-pastille .pastille {
  max-width: 160px;
}
.section-app .trois-images .panneau {
  min-width: 390px;
}
@media (max-width: 992px) {
  .section-app .trois-images .col-phone {
    left: -150px;
  }
}
@media (max-width: 768px) {
  .section-app {
    background: linear-gradient(0deg, rgb(230, 230, 230) 0%, rgb(255, 255, 255) 100%);
  }
  .section-app .container {
    padding: 0 25px;
  }
  .section-app .container h4 {
    padding: 0;
  }
  .section-app .row div {
    padding: 0 !important;
  }
  .section-app .row .colonne-droite {
    padding-left: 0 !important;
  }
  .section-app .hide-desktop {
    display: block;
  }
  .section-app .hide-mobile {
    display: none;
  }
}

.section-avis .swiper-slide {
  height: 100%;
}
.section-avis .swiper {
  padding: 0 2rem;
}
.section-avis .swiper-pagination {
  bottom: -8px;
}
.section-avis .card-avis {
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 #dddddd;
  margin: 1rem 0;
}
.section-avis .row-google .review-star-icon i {
  font-size: 25px;
}
.section-avis .row-google img {
  max-width: 120px;
}
.section-avis .row-google p {
  margin-bottom: 0;
  color: var(--base-color);
}
.section-avis .swiper-button-next,
.section-avis .swiper-button-prev {
  color: #000;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  padding: 10px;
}
.section-avis .swiper-button-next:hover,
.section-avis .swiper-button-prev:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .section-avis {
    padding: 50px 15px;
  }
  .section-avis .swiper {
    padding: 0 1rem 2rem;
  }
  .section-avis .swiper-pagination {
    bottom: 0;
  }
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(15, 26, 38, 0.4666666667);
}

.popup-emission {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 2000;
}
.popup-emission .popup-content {
  background: white;
  position: absolute;
  width: 100%;
  max-width: 1000px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.popup-emission .popup-content iframe {
  max-height: 100%;
  height: 564px;
}
.popup-emission .popup-content .close {
  position: absolute;
  top: 10px;
  right: 7px;
  font-size: 40px;
  color: white;
  cursor: pointer;
}

.section-projet-solaire {
  background-image: url("../images/Panneau-photovoltaïque.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  max-width: 100%;
  transition: width 0.5s ease-out;
}
.section-projet-solaire .container {
  max-width: 1600px;
  position: relative;
  z-index: 3;
}
.section-projet-solaire h2 {
  font-weight: 800 !important;
  color: white;
}
.section-projet-solaire h4 {
  color: white;
}
.section-projet-solaire p {
  color: #CEE3FE;
  font-size: 16px;
}
.section-projet-solaire .barre-horizontale {
  background: #E5E5E6;
}
.section-projet-solaire .cercle-orange {
  background-color: var(--alt-color) !important;
}
.section-projet-solaire .cercle-orange .point-blanc {
  background-color: white !important;
}
@media (max-width: 768px) {
  .section-projet-solaire .container {
    padding: 0 25px;
  }
  .section-projet-solaire .container h2 {
    margin-bottom: 6rem !important;
  }
  .section-projet-solaire .container p {
    width: 100% !important;
  }
  .section-projet-solaire .container h4 br {
    display: none;
  }
  .section-projet-solaire .barre-horizontale {
    background-color: white;
    opacity: 1;
    max-width: 200px;
    left: 50% !important;
    transform: translateX(-50%);
  }
}

.section-partenaires h5 {
  color: var(--alt-color);
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
}
.section-partenaires .swiper-wrapper {
  align-items: center;
}
.section-partenaires .swiper-wrapper img {
  max-height: 120px;
  height: 100%;
}

.section-confiance h2 {
  text-align: center;
  font-weight: 800 !important;
  font-size: 45px;
  color: var(--base-color);
}
.section-confiance .wrapper-numero {
  border-color: #CED6EF !important;
  padding: 30px 0 !important;
  text-align: center;
}
.section-confiance .wrapper-numero .sm-mb-20px {
  justify-content: center;
  display: flex;
  margin-bottom: 10px !important;
}
.section-confiance .wrapper-numero .sous-titre {
  color: var(--base-color);
  font-weight: 600 !important;
}
.section-confiance .wrapper-numero .numero {
  color: var(--alt-color);
  font-weight: 600 !important;
  font-size: 22px;
}
@media (max-width: 768px) {
  .section-confiance .container {
    padding: 0 25px;
  }
  .section-confiance .row div {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .section-confiance .row-etape.last {
    border: none !important;
  }
}

.section-video {
  background-image: url("../images/Boite question.jpg");
  background-position: 40% 47%;
  max-width: 100%;
  transition: width 0.5s ease-out;
  margin: auto;
}
@media (max-width: 768px) {
  .section-video {
    padding: 0 25px;
  }
  .section-video .bg-video {
    border-radius: 10px;
    aspect-ratio: 9/17;
    object-fit: cover;
    padding: 0 !important;
  }
  .section-video .row {
    margin: 0 !important;
  }
  .section-video .container {
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: 100%;
    padding: 0;
  }
  .section-video .container .emission {
    font-weight: 600 !important;
    font-size: 21px;
    letter-spacing: 0px !important;
    line-height: 1.1;
  }
  .section-video .container h2 {
    font-size: 24px !important;
  }
}

.section-chantiers-photovoltaique {
  position: relative;
  padding-top: 200px;
}
.section-chantiers-photovoltaique .photovoltaique {
  position: absolute;
  width: 100%;
  text-align: center;
  top: -10px;
  z-index: 1;
}
.section-chantiers-photovoltaique .overlay {
  width: 100%;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, transparent 100%);
  height: 37px;
  position: absolute;
  top: 174px;
}
.section-chantiers-photovoltaique .section-chantiers {
  position: relative;
  z-index: 3;
}
.section-chantiers-photovoltaique .section-chantiers .wrapper-container {
  background: #F5F9FC;
  max-width: 1800px;
  margin: 0 auto;
  border-radius: 30px;
  overflow: hidden;
}
.section-chantiers-photovoltaique .section-chantiers .swiper-slide {
  aspect-ratio: 5/6;
}
.section-chantiers-photovoltaique .section-chantiers .swiper-slide .interactive-banner-style-08 {
  height: 100%;
}
.section-chantiers-photovoltaique .section-chantiers .swiper-slide .interactive-banner-style-08 figure {
  height: 100%;
}
.section-chantiers-photovoltaique .section-chantiers .swiper-slide img {
  height: 100%;
  object-fit: cover;
}
.section-chantiers-photovoltaique .section-chantiers .content {
  padding: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-chantiers-photovoltaique .section-chantiers .slider-navigation-style-04 {
  height: 56px;
  width: 56px;
  border-radius: 100%;
  position: relative;
  bottom: inherit;
  left: 0;
  top: inherit;
  transform: translateY(0px);
  transition: 0.3s;
}
.section-chantiers-photovoltaique .section-chantiers .swiper-button-prev,
.section-chantiers-photovoltaique .section-chantiers .swiper-button-next {
  outline: none;
  cursor: pointer;
  margin-top: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  color: var(--dark-gray);
}
.section-chantiers-photovoltaique .section-chantiers .wrapper-titre-nav {
  justify-content: left !important;
  gap: 10rem;
}
.section-chantiers-photovoltaique .section-chantiers .wrapper-titre-nav .wrapper-gauche {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  height: 100%;
  width: auto;
}
.section-chantiers-photovoltaique .section-chantiers .wrapper-titre-nav .wrapper-gauche h5 {
  color: var(--alt-color);
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
.section-chantiers-photovoltaique .section-chantiers .wrapper-titre-nav .wrapper-gauche h4 {
  margin: 0;
  padding: 0;
  color: var(--base-color);
}
.section-chantiers-photovoltaique .section-chantiers .wrapper-titre-nav .wrapper-centre {
  max-width: 400px;
  width: 100%;
}
.section-chantiers-photovoltaique .section-chantiers .wrapper-titre-nav .wrapper-centre p {
  color: var(--base-color);
}
.section-chantiers-photovoltaique .section-chantiers .wrapper-titre-nav .wrapper-droite {
  width: auto;
}
@media (max-width: 1515px) {
  .section-chantiers-photovoltaique .section-chantiers .wrapper-container {
    border-radius: 0;
  }
  .section-chantiers-photovoltaique .section-chantiers .content {
    height: auto;
    padding: 2rem;
  }
  .section-chantiers-photovoltaique .section-chantiers .wrapper-titre-nav {
    gap: 0rem;
    height: auto;
  }
  .section-chantiers-photovoltaique .section-chantiers .wrapper-titre-nav .wrapper-gauche {
    height: auto;
    width: 100%;
  }
  .section-chantiers-photovoltaique .section-chantiers .wrapper-titre-nav .wrapper-droite {
    height: auto;
    width: 100%;
  }
  .section-chantiers-photovoltaique .section-chantiers .wrapper-titre-nav .wrapper-centre {
    height: auto;
    width: 100%;
    max-width: none;
  }
}
@media (max-width: 768px) {
  .section-chantiers-photovoltaique {
    margin: 50px 25px 0 25px;
    border-radius: 10px;
    padding: 50px 25px;
    background-color: #F5F9FC;
  }
  .section-chantiers-photovoltaique .overlay {
    display: none;
  }
  .section-chantiers-photovoltaique .section-chantiers .content {
    padding: 0;
  }
  .section-chantiers-photovoltaique .section-chantiers .row div {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .section-chantiers-photovoltaique .section-chantiers .wrapper-nav-mobile {
    display: flex !important;
    margin-top: 1rem;
    background: transparent;
    padding: 10px;
  }
  .section-chantiers-photovoltaique .section-chantiers .row-text {
    text-align: left !important;
  }
}

.section-faq h2 {
  text-align: center;
  font-weight: 600;
}
.section-faq .sous-titre {
  text-align: center;
  font-size: 21px;
}
.section-faq .faq-content {
  padding-top: 3rem;
}
.section-faq .faq-content .tab-faq {
  cursor: pointer;
}
.section-faq .faq-content .tab-faq .wrapper-question-icon {
  padding: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  border-top: 1px solid var(--base-color);
}
.section-faq .faq-content .tab-faq .wrapper-question-icon.last {
  border-bottom: 1px solid var(--base-color);
}
.section-faq .faq-content .tab-faq .wrapper-question-icon i {
  color: var(--base-color);
  font-size: 24px;
  transition: transform 0.3s ease-in-out;
}
.section-faq .faq-content .tab-faq .wrapper-reponse {
  display: none;
  padding: 1rem 2rem;
}
.section-faq .faq-content .tab-faq .wrapper-reponse p {
  margin-bottom: 0;
}
.section-faq .faq-content .tab-faq.active .wrapper-reponse {
  display: block;
}
.section-faq .faq-content .tab-faq.active .wrapper-question-icon {
  background-color: #f5f5f5;
}
.section-faq .faq-content .tab-faq.active .wrapper-question-icon.last {
  border-bottom: none;
}
.section-faq .faq-content .tab-faq.active .wrapper-question-icon i {
  transform: rotate(180deg);
}
.section-faq .faq-content h3 {
  font-weight: 500;
  font-size: 21px;
  line-height: 1;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .section-faq .container {
    padding: 0 25px;
  }
  .section-faq .sous-titre {
    font-size: 18px;
  }
  .section-faq .faq-content .tab-faq .wrapper-question-icon {
    align-items: center;
    padding: 2rem 1rem;
    gap: 1rem;
  }
  .section-faq .faq-content .tab-faq .wrapper-question-icon i {
    font-size: 16px;
  }
  .section-faq .faq-content .tab-faq .wrapper-reponse {
    padding: 1rem;
  }
  .section-faq h2 {
    margin-bottom: 0;
  }
  .section-faq h3 {
    font-size: 16px !important;
    line-height: 1.3 !important;
  }
}

.section-decouvrir {
  max-width: 1660px;
  margin: auto;
  padding: 6rem 2rem 0rem 2rem;
  position: relative;
}
.section-decouvrir.presta {
  padding: 2rem 2rem 6rem 2rem;
}
.section-decouvrir.presta .content {
  top: -1rem;
}
.section-decouvrir video {
  max-height: 430px;
  object-fit: cover;
  border-radius: 15px;
  aspect-ratio: 21.5/9;
}
.section-decouvrir .content {
  position: absolute;
  padding: 2rem;
  top: 4rem;
  right: 2rem;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-decouvrir .content .wrapper-title {
  max-width: 1300px;
  margin: auto;
  width: 100%;
  text-align: end;
}
.section-decouvrir .content .wrapper-title img {
  max-width: 100px;
}
.section-decouvrir .content .wrapper-title h2 {
  color: white;
  line-height: 1.2;
  font-weight: 800;
  margin: 0;
  font-size: 52px;
  text-align: right;
}
.section-decouvrir .content .wrapper-title h2.light {
  font-weight: 700;
  font-size: 47px;
}
.section-decouvrir .content .wrapper-title .btn-wrapper {
  display: flex;
  justify-content: end;
  padding-top: 1rem;
}
.section-decouvrir .content .wrapper-title .btn-wrapper .btn-bleu {
  max-width: 280px;
  width: 100%;
}
@media (max-width: 768px) {
  .section-decouvrir {
    padding: 50px 25px;
    display: flex;
    flex-direction: column-reverse;
  }
  .section-decouvrir.presta .content {
    top: -5rem;
  }
  .section-decouvrir .wrapper-video {
    overflow: hidden;
    border-radius: 10px;
  }
  .section-decouvrir video {
    aspect-ratio: 9/17;
    object-fit: cover;
    max-height: none;
    transform: scale(1.35);
  }
  .section-decouvrir .content {
    right: auto;
    left: 1rem;
    justify-content: end;
    bottom: 4rem;
    top: auto;
  }
  .section-decouvrir .content .wrapper-title {
    text-align: left;
    margin: 0;
  }
  .section-decouvrir .content .wrapper-title h2 {
    width: 100%;
    text-align: left;
  }
  .section-decouvrir .content img {
    display: none;
  }
  .section-decouvrir .content .btn-wrapper {
    justify-content: left !important;
  }
  .section-decouvrir .content .btn-wrapper a {
    max-width: 250px !important;
  }
}

.section-map {
  background-image: url(../images/fond-pointilles.png);
  background-repeat: no-repeat;
  background-position: -100% -166%;
}
.section-map h1 {
  color: var(--base-color) !important;
}
.section-map .description {
  max-width: 450px;
  margin-left: auto;
}
.section-map .marquees-text {
  color: #F5F5F5;
}
.section-map .btn-bleu {
  max-width: 280px;
  margin: 1rem 0 0 0;
}
.section-map .no-padding {
  padding: 0;
}
.section-map .container-iframe {
  height: 650px;
}
.section-map .container-iframe iframe {
  filter: grayscale(1);
}
.section-map h6 {
  color: var(--alt-color);
  padding-bottom: 1rem;
  font-size: 35px;
  font-weight: 800 !important;
  font-family: "Jakarta";
}
@media (max-width: 768px) {
  .section-map {
    background: #F5F5F5;
    margin-top: 4rem;
  }
  .section-map .container {
    padding: 0 25px;
  }
  .section-map .row div {
    padding-left: 0;
    padding-right: 0;
  }
}

/*-----------------------------*/
/*---------- CONTACT ----------*/
/*-----------------------------*/
.section-header-contact {
  background-position: 50% 34% !important;
  background-image: url("../images/Photo-coco-toit.webp");
}
.section-header-contact h1 {
  font-size: 60px;
}
.section-header-contact .light {
  font-weight: 500 !important;
}

.section-projet h3 {
  color: var(--base-color);
}
.section-projet .colonne-droite img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  object-position: 50% 20%;
}
.section-projet h5 {
  color: var(--base-color);
  font-size: 25px;
  border-bottom: 2px solid var(--base-color) !important;
}
.section-projet i {
  font-size: 25px;
}
@media (max-width: 768px) {
  .section-projet .container {
    padding: 0 25px;
  }
  .section-projet .row {
    text-align: left !important;
  }
  .section-projet .row .pt-15 {
    padding-top: 15px !important;
  }
  .section-projet .row span {
    padding: 0 !important;
    margin-bottom: 0 !important;
  }
  .section-projet .row div {
    padding-left: 0;
    padding-right: 0;
  }
  .section-projet .row h5,
  .section-projet .row p,
  .section-projet .row .col,
  .section-projet .row .col-lg-3 {
    text-align: left !important;
  }
  .section-projet .row-localisation .col-lg-3 {
    margin-bottom: 0 !important;
  }
  .section-projet .row-localisation .col-lg-6 {
    margin-top: 30px;
  }
}

.section-contact-parallax {
  margin: 0 3rem;
  border-radius: 10px 10px 0 0;
  background-image: url("../images/vehicules-home-elec.webp");
}
.section-contact-parallax .text-contact {
  color: #fff;
}
@media (max-width: 768px) {
  .section-contact-parallax {
    margin: 0;
    border-radius: 0;
  }
  .section-contact-parallax .text-contact {
    font-size: 80px !important;
    left: 0 !important;
  }
}

.section-contact-form {
  margin: 0 3rem;
  background-color: #F5F9FC;
}
.section-contact-form iframe {
  filter: grayscale(1);
}
.section-contact-form .row .form-row {
  gap: 2rem;
}
.section-contact-form .row .form-row input[type=checkbox] {
  width: auto;
}
.section-contact-form .row .form-row .check-resp {
  font-size: 13px;
  line-height: 1.4;
}
.section-contact-form .btn-bleu {
  max-width: 300px;
}
@media (max-width: 768px) {
  .section-contact-form {
    margin: 0;
  }
  .section-contact-form .container-form {
    padding: 0 25px;
  }
  .section-contact-form .container-form p {
    text-align: left !important;
  }
  .section-contact-form .row div {
    padding-left: 0;
    padding-right: 0;
  }
  .section-contact-form .row .col-btn {
    display: flex;
    justify-content: center;
  }
}

/*-----------------------------*/
/*-------- Recrutement --------*/
/*-----------------------------*/
.section-header-recrutement {
  background-position: 50% 34% !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/nathan-recrutement.jpg");
}
.section-header-recrutement h1 {
  font-size: 60px;
  font-weight: 700 !important;
}

.section-recrutement h3 {
  color: var(--base-color);
}
.section-recrutement .colonne-droite img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  object-position: 50% 20%;
}
.section-recrutement h5 {
  color: var(--base-color);
  font-size: 25px;
  border-bottom: 2px solid var(--base-color) !important;
}
.section-recrutement i {
  font-size: 25px;
}
@media (max-width: 768px) {
  .section-recrutement .container {
    padding: 0 25px;
  }
  .section-recrutement .row {
    text-align: left !important;
  }
  .section-recrutement .row .pt-15 {
    padding-top: 15px !important;
  }
  .section-recrutement .row span {
    padding: 0 !important;
    margin-bottom: 0 !important;
  }
  .section-recrutement .row div {
    padding-left: 0;
    padding-right: 0;
  }
  .section-recrutement .row h5,
  .section-recrutement .row p,
  .section-recrutement .row .col,
  .section-recrutement .row .col-lg-3 {
    text-align: left !important;
  }
  .section-recrutement .row-localisation .col-lg-3 {
    margin-bottom: 0 !important;
  }
  .section-recrutement .row-localisation .col-lg-6 {
    margin-top: 30px;
  }
}

.section-recrutement-parallax {
  margin: 0 3rem;
  border-radius: 10px 10px 0 0;
  background-image: url("../images/vehicules-home-elec.webp");
}
.section-recrutement-parallax .text-contact {
  color: #fff;
}
@media (max-width: 768px) {
  .section-recrutement-parallax {
    margin: 0;
    border-radius: 0;
  }
  .section-recrutement-parallax .text-contact {
    font-size: 80px !important;
    left: 0 !important;
  }
}

.section-recrutement-form {
  margin: 0 3rem;
  background-color: #F5F9FC;
}
.section-recrutement-form iframe {
  filter: grayscale(1);
}
.section-recrutement-form .row .form-row {
  gap: 2rem;
}
.section-recrutement-form .row .form-row input[type=checkbox] {
  width: auto;
}
.section-recrutement-form .row .form-row .check-resp {
  font-size: 13px;
  line-height: 1.4;
}
.section-recrutement-form .btn-bleu {
  max-width: 300px;
}
@media (max-width: 768px) {
  .section-recrutement-form {
    margin: 0;
  }
  .section-recrutement-form .container-form {
    padding: 0 25px;
  }
  .section-recrutement-form .container-form p {
    text-align: left !important;
  }
  .section-recrutement-form .row div {
    padding-left: 0;
    padding-right: 0;
  }
  .section-recrutement-form .row .col-btn {
    display: flex;
    justify-content: center;
  }
}

/*-----------------------*/
/*----- PARTENARIAT -----*/
/*-----------------------*/
.section-header-partenariat {
  background-image: url("../images/header-partenariat.webp");
}
@media (max-width: 768px) {
  .section-header-partenariat h1 {
    text-align: left;
    line-height: 1.1;
  }
}

.section-partenaires-installation .wrapper-dualsun {
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
}
.section-partenaires-installation .wrapper-dualsun img {
  max-width: 200px;
  object-fit: cover;
}
.section-partenaires-installation .wrapper-dualsun .barre-verticale {
  height: auto;
  width: 2px;
  background-color: var(--alt-color);
}
.section-partenaires-installation .wrapper-dualsun .btn-orange {
  color: #fff;
  text-transform: none !important;
  font-weight: 600;
}
.section-partenaires-installation .titre-dualsun h3 {
  color: var(--alt-color);
  font-weight: 600;
}
@media (max-width: 768px) {
  .section-partenaires-installation .container {
    padding: 0 25px;
  }
  .section-partenaires-installation .wrapper-dualsun {
    flex-direction: column;
    text-align: left;
  }
  .section-partenaires-installation .wrapper-dualsun img {
    margin: auto;
  }
  .section-partenaires-installation .row span {
    padding: 0 !important;
    margin-bottom: 0 !important;
  }
  .section-partenaires-installation .row div {
    padding-left: 0;
    padding-right: 0;
    text-align: left;
  }
}

.section-sponsor {
  background-color: #F5F9FC;
}
.section-sponsor .row-sponsor {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
.section-sponsor .row-sponsor .col {
  padding: 0;
}
.section-sponsor .row-sponsor .col img {
  width: 100%;
  aspect-ratio: 2.33/4;
  object-fit: cover;
}
@media (max-width: 768px) {
  .section-sponsor .container {
    padding: 0 25px;
  }
  .section-sponsor .row div {
    padding-left: 0;
    padding-right: 0;
  }
  .section-sponsor .row img {
    width: 100%;
  }
  .section-sponsor .row-sponsor {
    grid-template-columns: repeat(1, 1fr);
  }
}

.section-prendre-contact {
  background-size: contain;
  background-image: url("../images/map-monde.jpg");
}
.section-prendre-contact h1 {
  font-size: 50px;
  line-height: 1.1;
}
.section-prendre-contact .colonne-droite img {
  max-height: 650px;
}
.section-prendre-contact .btn-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .section-prendre-contact .container {
    padding: 0 25px;
  }
  .section-prendre-contact h1 {
    font-size: 30px !important;
  }
  .section-prendre-contact .row {
    gap: 2rem;
  }
  .section-prendre-contact .row div {
    padding-left: 0;
    padding-right: 0;
  }
  .section-prendre-contact .row .btn-wrapper {
    justify-content: start;
  }
}

/*----------------------------------------*/
/*---------------- EQUIPE ----------------*/
/*----------------------------------------*/
.section-header-equipe {
  position: relative;
  background-image: url("../images/Equipe Home Elec.webp");
}
.section-header-equipe.blog {
  background-image: url("../images/illustration-climatisation.jpg");
}
.section-header-equipe .overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3333333333);
  position: absolute;
  top: 0;
  left: 0;
}
.section-header-equipe .light {
  font-weight: 400;
}
@media (max-width: 768px) {
  .section-header-equipe h1 {
    text-align: left;
    line-height: 1.1;
  }
}

@media (max-width: 768px) {
  .section-taille-humaine .container {
    padding: 0 25px;
  }
  .section-taille-humaine .row div {
    padding-left: 0;
    padding-right: 0;
    text-align: left;
  }
  .section-taille-humaine .row span {
    margin-bottom: 0 !important;
  }
}

.section-filtre-equipe .grid-equipe {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
.section-filtre-equipe .grid-equipe img {
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: 50% 25%;
}
.section-filtre-equipe .grid-equipe .portfolio-hover {
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.section-filtre-equipe .grid-equipe .portfolio-hover .overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3333333333);
  position: absolute;
  z-index: 2;
}
.section-filtre-equipe .grid-equipe .portfolio-hover .content {
  padding: 1rem;
  text-align: center;
  position: relative;
  z-index: 3;
}
.section-filtre-equipe .grid-equipe .portfolio-hover .content .portfolio-name {
  font-size: 16px;
  font-weight: 500;
  color: white;
}
.section-filtre-equipe .grid-equipe .portfolio-hover .content .portfolio-poste {
  font-size: 14px;
  font-weight: 700;
  color: white;
  line-height: 1;
}
@media (max-width: 1000px) {
  .section-filtre-equipe .grid-equipe {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .section-filtre-equipe .nav-tabs {
    gap: 2rem;
  }
  .section-filtre-equipe .nav {
    width: auto;
  }
}
@media (max-width: 500px) {
  .section-filtre-equipe .grid-equipe {
    grid-template-columns: repeat(2, 1fr);
  }
}

/*---------------------------------------*/
/*---------- QUI SOMMES-NOUS ? ----------*/
/*---------------------------------------*/
.section-header-qui-sommes-nous {
  position: relative;
  background-image: url("../images/face avant vehicule.webp");
}
.section-header-qui-sommes-nous .overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3333333333);
  position: absolute;
  top: 0;
  left: 0;
}
.section-header-qui-sommes-nous .light {
  font-weight: 400;
}
@media (max-width: 768px) {
  .section-header-qui-sommes-nous h1 {
    text-align: left;
    line-height: 1.1;
  }
}

.section-qui-sommes-nous .container {
  max-width: 1600px;
}
.section-qui-sommes-nous .container .row-texte-img {
  max-width: 1400px;
  margin: auto;
}
.section-qui-sommes-nous h3 {
  font-size: 40px;
}
@media (max-width: 768px) {
  .section-qui-sommes-nous .container {
    padding: 0 25px;
  }
  .section-qui-sommes-nous span.hide-desktop {
    display: inline-block !important;
  }
  .section-qui-sommes-nous .row div {
    padding-left: 0;
    padding-right: 0;
  }
  .section-qui-sommes-nous h3 {
    font-size: 30px;
  }
}

.section-pourquoi-nous {
  background-color: #F5F9FC;
}
.section-pourquoi-nous .picto {
  width: 100px;
}
@media (max-width: 768px) {
  .section-pourquoi-nous h3 {
    text-align: center;
  }
  .section-pourquoi-nous br {
    display: none;
  }
  .section-pourquoi-nous .row div {
    padding-left: 0;
    padding-right: 0;
  }
}

.section-slider-prestations .wrapper-fleches {
  padding-top: 1.5rem;
}
.section-slider-prestations .wrapper-fleches .slider-navigation-style-04 {
  cursor: pointer;
  margin-top: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  color: var(--dark-gray);
  height: 56px;
  width: 56px;
  border-radius: 100%;
  position: relative;
  left: 0;
}
.section-slider-prestations .texte-orange {
  color: var(--alt-color);
}
.section-slider-prestations .btn-wrapper {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .section-slider-prestations .container {
    padding: 0 25px;
  }
  .section-slider-prestations .row {
    gap: 2rem;
    flex-direction: column-reverse;
  }
  .section-slider-prestations .row div {
    padding-left: 0;
    padding-right: 0;
    text-align: left;
  }
  .section-slider-prestations .row .left-15px {
    left: 0;
  }
  .section-slider-prestations .row .texte-orange {
    margin-bottom: 0 !important;
    margin-top: 2rem;
  }
  .section-slider-prestations .row h3 {
    margin-bottom: 10px !important;
  }
  .section-slider-prestations .row .btn-wrapper {
    justify-content: start;
  }
  .section-slider-prestations .row .wrapper-fleches {
    justify-content: start !important;
  }
}

/*---------------------------------------------------*/
/*------------- Equipement photovoltaique -----------*/
/*---------------------------------------------------*/
.section-header-installation-photovoltaique {
  background-image: url("../images/Equipement photovoltaique.jpg");
}
.section-header-installation-photovoltaique.borne {
  background-image: url("../images/banniere-borne.jpg");
}
.section-header-installation-photovoltaique.eg {
  background-image: url("../images/electricite-generale.webp");
}
.section-header-installation-photovoltaique.clim {
  background-image: url("../images/illustration-climatisation.jpg");
}
.section-header-installation-photovoltaique.optimisation {
  background-image: url("../images/optimisation-energetique.webp");
}
.section-header-installation-photovoltaique.pac {
  background-image: url("../images/illustration-pac.png");
}
.section-header-installation-photovoltaique .container {
  max-width: 1600px;
}
.section-header-installation-photovoltaique .light {
  font-weight: 500 !important;
}
.section-header-installation-photovoltaique .overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3333333333);
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .section-header-installation-photovoltaique h1 {
    line-height: 1.5;
  }
}

.section-installation-photovoltaique .img-panneaux {
  position: relative;
  z-index: 2;
}
.section-installation-photovoltaique .degrade {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  text-align: center;
}
.section-installation-photovoltaique.video-photovoltaique .row-video {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}
.section-installation-photovoltaique.video-photovoltaique .colonne-gauche {
  height: 100% !important;
}
.section-installation-photovoltaique.video-photovoltaique .colonne-gauche video {
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.section-installation-photovoltaique.video-optimisation .row-video {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}
.section-installation-photovoltaique.video-optimisation .colonne-gauche {
  height: 100%;
}
.section-installation-photovoltaique.video-optimisation .colonne-gauche .wrapper-video {
  overflow: hidden;
  border-radius: 10px;
}
.section-installation-photovoltaique.video-optimisation .colonne-gauche video {
  height: 100%;
  object-fit: cover;
  transform: scale(1.35);
  aspect-ratio: 11/9;
}
@media (max-width: 768px) {
  .section-installation-photovoltaique .container {
    padding: 0 25px;
  }
  .section-installation-photovoltaique span.hide-desktop {
    display: inline-block !important;
  }
  .section-installation-photovoltaique span.hide-desktop.d-inline {
    display: inline !important;
  }
  .section-installation-photovoltaique.video-photovoltaique .row-video {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
  .section-installation-photovoltaique.video-photovoltaique .colonne-gauche {
    height: auto !important;
  }
  .section-installation-photovoltaique.video-optimisation .row-video {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 0rem;
  }
  .section-installation-photovoltaique.video-optimisation .colonne-gauche {
    height: auto !important;
  }
  .section-installation-photovoltaique .row div {
    padding-left: 0;
    padding-right: 0;
  }
  .section-installation-photovoltaique .row img {
    border-radius: 0px !important;
  }
}

.section-installateurs-agrees .container {
  max-width: 1360px;
}
.section-installateurs-agrees .picto-atout {
  width: 80px;
}
.section-installateurs-agrees figcaption img {
  border-radius: 11px;
}
.section-installateurs-agrees h3 {
  font-size: 35px;
  line-height: 1.1;
}
.section-installateurs-agrees .space-between {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section-installateurs-agrees .space-between .feature-box-content span {
  font-size: 25px;
}
@media (max-width: 768px) {
  .section-installateurs-agrees {
    padding: 50px 0;
  }
  .section-installateurs-agrees .container {
    padding: 0 25px;
  }
  .section-installateurs-agrees .container .last-p {
    margin-bottom: 0 !important;
  }
  .section-installateurs-agrees .row div {
    padding-left: 0;
    padding-right: 0;
  }
  .section-installateurs-agrees .row .wrapper-titre-texte {
    text-align: left;
  }
  .section-installateurs-agrees .row figcaption {
    max-width: 50px;
  }
  .section-installateurs-agrees .row figcaption.box-logo {
    max-width: 220px;
  }
  .section-installateurs-agrees .row-inverse-mobile {
    flex-direction: column-reverse;
  }
  .section-installateurs-agrees .row-inverse-mobile img {
    border-radius: 0 !important;
  }
}

.section-fixations {
  padding: 65px 0;
}
.section-fixations h3 {
  text-align: left;
  line-height: 1.1;
}
@media (max-width: 768px) {
  .section-fixations {
    padding: 0 0 20px 0;
  }
  .section-fixations .container {
    padding: 0 25px;
  }
  .section-fixations .row {
    display: flex;
    flex-direction: column-reverse;
  }
  .section-fixations .row .colonne-gauche {
    margin-bottom: 0 !important;
  }
  .section-fixations .row div {
    padding-left: 0;
    padding-right: 0;
  }
}

.section-pose {
  max-width: 1660px;
  margin: auto;
  padding: 2rem 2rem 6rem 2rem;
}
.section-pose .content {
  padding: 2rem;
  height: 100%;
  width: 100%;
  background-image: url("../images/pose.jpg");
  object-fit: cover;
  min-height: 400px;
  border-radius: 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-position: 20% 80%;
}
.section-pose .content .wrapper-title {
  max-width: 1300px;
  margin: auto;
  width: 100%;
}
.section-pose .content .wrapper-title h2 {
  color: white;
  line-height: 1.2;
  font-weight: 800;
  margin: 0;
  font-size: 52px;
}
.section-pose .content .wrapper-title h2.light {
  font-weight: 700;
  font-size: 47px;
}
@media (max-width: 768px) {
  .section-pose {
    padding: 2rem 15px 6rem 15px;
  }
  .section-pose .content {
    min-height: 230px;
    border-radius: 0;
  }
}

.section-onduleur {
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(230, 230, 230) 100%);
}
.section-onduleur .container {
  max-width: 1500px;
}
.section-onduleur .logo {
  margin-bottom: 20px;
}
.section-onduleur h2 {
  font-size: 50px;
  margin-bottom: 10px;
}
.section-onduleur h3 {
  font-size: 35px;
  line-height: 1.1;
}
@media (max-width: 768px) {
  .section-onduleur {
    text-align: center;
  }
  .section-onduleur .container {
    padding: 0 25px;
  }
  .section-onduleur .row div {
    padding-left: 0;
    padding-right: 0;
  }
  .section-onduleur .row .wrapper-titre-texte {
    text-align: left !important;
  }
  .section-onduleur .row .wrapper-titre-texte.first {
    margin-bottom: 25px;
  }
  .section-onduleur .section-app {
    padding-top: 30px;
    background: none;
  }
  .section-onduleur .section-app h4 {
    text-align: left;
  }
  .section-onduleur .section-app p {
    text-align: left;
  }
  .section-onduleur .hide-mobile {
    display: none;
  }
  .section-onduleur .row-inverse-mobile {
    flex-direction: column-reverse;
    gap: 2rem;
  }
  .section-onduleur .row-inverse-mobile .col-lg-6 {
    margin-bottom: 0 !important;
  }
}

.section-systeme {
  background-color: #000;
  padding: 50px 15px !important;
}
.section-systeme.optimisation .colonne-gauche {
  text-align: center;
}
.section-systeme.optimisation img {
  max-width: 350px;
  width: 100%;
}
.section-systeme .row {
  align-items: center;
}
.section-systeme .row .colonne-gauche {
  justify-content: center;
  display: flex;
}
.section-systeme h2 {
  color: white;
  font-size: 40px;
  line-height: 1.15;
  margin-bottom: 15px;
}
.section-systeme p {
  color: white;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .section-systeme {
    text-align: center;
    padding: 50px 0px !important;
  }
  .section-systeme .container {
    padding: 0 25px;
  }
  .section-systeme .row {
    gap: 2rem;
  }
  .section-systeme .row div {
    padding-left: 0;
    padding-right: 0;
  }
  .section-systeme .row .colonne-droite {
    text-align: left !important;
  }
  .section-systeme p {
    margin-bottom: 0;
  }
}

/*--------------------------------*/
/*----- Electricité générale -----*/
/*--------------------------------*/
.section-normes-eg .container {
  max-width: 1220px;
}
.section-normes-eg figure {
  height: 100%;
}
.section-normes-eg figure .img-compteur {
  height: 100%;
  object-fit: cover;
}
.section-normes-eg .box-logo {
  background: rgba(14, 61, 107, 0.2666666667);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  padding: 10px;
  width: 220px !important;
}
.section-normes-eg .box-logo .logo {
  border-radius: 0 !important;
  min-width: 200px;
}
.section-normes-eg .wrapper-comwatt {
  display: flex;
}
.section-normes-eg .wrapper-comwatt .img-comwatt {
  object-fit: contain;
}
@media (max-width: 768px) {
  .section-normes-eg {
    padding: 0 0 50px;
  }
  .section-normes-eg .wrapper-comwatt {
    display: block;
  }
}

/*----------------------------*/
/*------ Climatisation -------*/
/*----------------------------*/
@media (max-width: 768px) {
  .section-climatisation .container {
    padding: 0 25px;
  }
  .section-climatisation .row div {
    padding-left: 0;
    padding-right: 0;
  }
  .section-climatisation .row img {
    border-radius: 0 !important;
  }
  .section-climatisation .row p {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .section-climatisation .row .colonne-droite {
    text-align: left !important;
  }
  .section-climatisation .row-inverse-mobile {
    flex-direction: column-reverse;
    gap: 2rem;
  }
}

/*--------------------------------------*/
/*------ Optimisation énergétique ------*/
/*--------------------------------------*/
.section-optimisation-panneaux .row-texte-img {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
}
.section-optimisation-panneaux .row-texte-img .colonne-droite img {
  aspect-ratio: 11/9;
  object-fit: cover;
}
@media (max-width: 768px) {
  .section-optimisation-panneaux {
    padding: 0;
  }
  .section-optimisation-panneaux span.hide-desktop {
    display: inline-block !important;
  }
  .section-optimisation-panneaux span.hide-desktop.d-inline {
    display: inline !important;
  }
  .section-optimisation-panneaux .row-inverse-mobile {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
  .section-optimisation-panneaux .row-inverse-mobile .colonne-droite {
    grid-row: 1;
  }
}

.overlap-section .rounded-circle {
  object-fit: cover;
}

.section-content-article h1 {
  font-size: 30px;
  line-height: 30px;
  font-weight: 500;
}
.section-content-article h2 {
  font-size: 28px;
  line-height: 28px;
  font-weight: 500;
}
.section-content-article h3 {
  font-size: 25px;
  line-height: 25px;
  font-weight: 500;
}
.section-content-article h4 {
  font-size: 22px;
  line-height: 22px;
  font-weight: 500;
}

@font-face {
  font-family: "Jakarta";
  src: url(../fonts/PlusJakartaSans-VariableFont_wght.ttf);
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-Medium.ttf);
  font-weight: 500;
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-Bold.ttf);
  font-weight: 700;
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-SemiBold.ttf);
  font-weight: 600;
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-ExtraBold.ttf);
  font-weight: 800;
}
/*-----------------------------*/
/*---------- LIGHTBOX ---------*/
/*-----------------------------*/
.he-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  cursor: zoom-out;
}
.he-lightbox img {
  max-width: 90vw;
  max-height: 90vh;
  border-radius: 6px;
  cursor: default;
}
.he-lightbox .he-lightbox-close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: white;
  cursor: pointer;
  line-height: 1;
}

/*-----------------------------*/
/*--------- FORMULAIRES -------*/
/*-----------------------------*/
.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 15px;
}

.fieldset-style {
  display: flex;
  flex-direction: column;
}

.check-resp {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.contact-form-style-03 textarea {
  line-height: 126%;
  resize: none;
  overflow-y: auto;
  min-height: 120px;
}

.form-feedback {
  font-size: 14px;
}
.form-feedback.success {
  color: #28a745;
}
.form-feedback.error {
  color: #dc3545;
}

.custom-file-upload {
  display: inline-block;
  background-color: #F1F1F1;
  color: #0E3D6B;
  padding: 8px 20px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 10px;
  margin-top: 8px;
  border: 1px solid #EAEAEA;
}
.custom-file-upload:hover {
  background-color: #E0E0E0;
}

@media (max-width: 767px) {
  .form-row {
    gap: 15px;
  }
}
/*-----------------------------*/
/*-------- Recrutement --------*/
/*-----------------------------*/
.bg-medium-blue {
  color: #0E3D6B;
  font-weight: 500;
}

.text-medium-gray {
  color: #7B7A7A;
}

.circle-grey {
  background-color: #C7C7C7;
}

.btn-submit {
  background-color: #0E3D6B;
  color: white;
  border: 1px solid #0E3D6B;
  padding: 12px 30px;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.btn-submit:hover {
  background-color: white;
  color: #0E3D6B;
}

@media (max-width: 767px) {
  .circle-grey {
    display: none;
  }
}
