@charset "UTF-8";
.header-image {
  height: 550px !important;
  object-fit: cover;
}

.custom-bottom-cgv {
  font-size: 0.8rem;
}

.image-container {
  position: relative; /* Pour que le lien soit positionné par rapport à ce conteneur */
}

.conditions-link {
  position: absolute; /* Positionnement absolu */
  bottom: 1px; /* Ajustez selon vos besoins */
  right: 30px; /* Ajustez selon vos besoins */
  padding: 5px 10px; /* Un peu de padding */
  border-radius: 5px; /* Coins arrondis */
  z-index: 1000; /* Assurez-vous qu'il soit au-dessus des autres éléments */
}

.conditions-link a {
  text-decoration: none; /* Supprime le soulignement */
  color: black; /* Couleur du texte */
}

.custom-img-1 {
  width: 256px;
}

@media (max-width: 1493px) { /* Pour les écrans jusqu'à 1493px de large */
  .carousel-caption {
    display: flex;
    flex-direction: column; /* Aligne les blocs en colonne */
    align-items: center; /* Centre les blocs horizontalement */
    text-align: center; /* Centre le texte */
  }
  .left-block, .text-block {
    font-size: 1.2rem; /* Taille de la typographie */
    margin: 0 auto; /* Centre les blocs */
  }
  .text-blocks {
    display: flex;
    flex-direction: column;
    align-items: center; /* Centre les blocs de texte */
  }
}
@media (max-width: 767px) { /* Mobile */
  .left-block, .text-block {
    font-size: 1rem; /* Réduction de la taille de la typographie pour mobile */
  }
  .header-image {
    height: 300px !important;
    object-fit: cover;
  }
  .h3-custom {
    font-size: 1.5rem !important;
    margin-top: 0 !important;
    margin-bottom: 0.5rem !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
  }
}
.text-block {
  display: inline-block; /* Permet au bloc de s'ajuster à son contenu */
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 5px 15px; /* Espacement interne */
  border-radius: 15px; /* Coins arrondis */
  margin: 0; /* Supprime toutes les marges */
  white-space: nowrap; /* Empêche le texte de se diviser sur plusieurs lignes */
}

.text-blocks {
  display: inline-block;
  flex-direction: column; /* Aligne les blocs en colonne */
  margin: 0; /* Supprime toute marge externe */
  padding: 0; /* Supprime tout padding */
}

.left-block {
  display: inline-block; /* Permet au bloc de s'ajuster à son contenu */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: rgba(0, 0, 0, 0.7); /* Fond semi-transparent */
  color: white; /* Couleur du texte */
  padding-top: 5px; /* Espacement interne */
  padding-bottom: 5px; /* Espacement interne */
  padding-left: 15px; /* Espacement interne */
  padding-right: 15px; /* Espacement interne */
  border-radius: 15px; /* Coins arrondis */
  vertical-align: left; /* Assure que le bloc de gauche est aligné en haut */
  font-size: 30px !important;
}

@media (min-width: 1319px) {
  .position-titre {
    position: absolute;
    top: 85px;
    left: -122px;
  }
}
.bloc-bleu-ciel {
  background-color: #00B0B5 !important;
  padding-top: 15px;
}

.bloc-bleu {
  background-color: #004f9f !important;
  padding-top: 15px;
}

.taille-3 {
  font-size: 38px !important;
}

.taille-4 {
  font-size: 17px !important;
}

.taille-5 {
  font-size: 19px !important;
}

.taille-1 {
  font-size: 21px !important;
}

.taille-2 {
  font-size: 16px !important;
}

.carousel-caption {
  display: flex; /* Utilise Flexbox */
  flex-direction: column; /* Aligne les blocs en colonne */
  gap: 0; /* Supprime tout espacement entre les éléments */
}

.text-block {
  transition: transform 0.3s ease; /* Transition pour rotation */
}

@media (min-width: 768px) {
  .text-block {
    transform: rotate(-7deg); /* Rotation pour les écrans plus grands */
    font-size: 5px; /* Réduire la taille du texte */
  }
}
@media (max-width: 768px) {
  .text-block {
    transform: rotate(-7deg); /* Rotation pour les écrans plus grands */
    font-size: 5px; /* Réduire la taille du texte */
  }
}
@media (max-width: 1333px) {
  .taille-3 {
    font-size: 20px !important;
  }
  .taille-4 {
    font-size: 16px !important;
  }
  .taille-1 {
    font-size: 13px !important;
  }
  .taille-2 {
    font-size: 12px !important;
  }
  .carousel-caption {
    text-align: center; /* Centre le texte */
    padding: 5px; /* Réduire le padding sur mobile */
  }
  .left-block {
    font-size: 5px !important; /* Ajuster la taille du texte */
  }
  .text-block {
    transform: rotate(0deg); /* Pas de rotation sur mobile */
    font-size: 5px; /* Réduire la taille du texte */
    margin: 0 auto; /* Centrer le bloc de texte */
  }
}
@media (max-width: 710px) {
  #carousel-carrefour {
    overflow: hidden;
    width: 100%;
    height: 200px !important;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  #carousel-carrefour {
    overflow: hidden;
    width: 100%;
    height: 270px !important;
    object-fit: cover;
  }
  .taille-3 {
    font-size: 15px !important;
  }
  .taille-4 {
    font-size: 11px !important;
  }
  .taille-1 {
    font-size: 12px !important;
  }
  .taille-2 {
    font-size: 10px !important;
  }
  .taille-5 {
    font-size: 13px !important;
  }
  .carousel-caption {
    text-align: center; /* Centre le texte */
    padding: 2px; /* Réduire le padding sur mobile */
  }
  .left-block {
    font-size: 5px !important; /* Ajuster la taille du texte */
  }
  .text-block {
    transform: rotate(0deg); /* Pas de rotation sur mobile */
    font-size: 5px; /* Réduire la taille du texte */
    margin: 0 auto; /* Centrer le bloc de texte */
  }
}
.taille-bloc-reste-a-charge {
  font-size: 15px !important;
}

.prix-pv {
  color: #00b7bd;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 400;
}

.h3-custom {
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 700;
}

.offer-kwc {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

.offer-prix {
  background-color: #11B4BB;
  padding: 0.3125rem 2.5rem;
  border-radius: 0.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  color: white;
  min-width: 180px;
}

.offer-prix-2 {
  background-color: #11B4BB;
  padding: 0.3125rem 1.5rem;
  border-radius: 0.5rem;
  font-weight: bold;
  color: white;
}

.tout-compris {
  background-color: #004F9B;
  padding: 0.3125rem 1.875rem;
  border-radius: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  color: white;
  min-width: 180px;
  text-align: center;
}

.p-liste {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
}

.circle-size {
  width: 25px;
  height: 25px;
}

.custom-bg {
  background-color: #11B4BB;
}

.consommateur {
  color: white;
  font-size: 1.75rem;
}

.pac-img {
  width: 256px;
}

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