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

.block-img img {
  max-width: 100%;
  height: auto;
}

.color-1 {
  color: #8F98A3;
}

.custom_btn {
  border: 0.125rem solid #D9D9D9;
  padding: 0.625rem 1.25rem;
  color: black;
}

.custom_btn:hover {
  background-color: transparent;
  color: black;
}

.custom.active {
  color: #0970E6 !important;
  border: 0.125rem solid #0970E6 !important;
  background-color: transparent !important;
}

.custom.btn-check:checked + .custom.btn, :not(.custom.btn-check) + .custom.btn:active, .custom.btn:first-child:active, .custom.btn.active, .custom.btn.show {
  color: #0970E6 !important;
  border: 0.125rem solid #0970E6 !important;
  background-color: transparent !important;
}

.picto-produits {
  width: 40px;
}

.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 */
}

.fil-ariane {
  color: white;
  font-size: 15px;
}

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

@media (min-width: 1319px) {
  .position-titre {
    position: absolute;
    top: 85px;
    left: -122px;
  }
}
@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;
}

.bloc-bleu-ciel {
  background-color: #00B0B5 !important;
  padding-top: 15px;
}

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

.taille-3 {
  font-size: 32px !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 */
  }
}
.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;
}

.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;
}

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

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

.custom-bg {
  background-color: #11B4BB;
  padding-top: 6rem !important;
  padding-bottom: 4rem !important;
  padding-left: 40px;
  padding-right: 40px;
}

.video-card {
  border-radius: 16px;
  background-color: #fff;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.video-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.video-thumbnail {
  position: relative;
  aspect-ratio: 9/16;
  overflow: hidden;
  border-radius: 16px;
  cursor: pointer;
}

.video-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 16px;
}

.play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  color: white;
  background-color: rgba(0, 119, 204, 0.85); /* Bleu Carrefour */
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sticky-md-top {
  top: 120px;
}

@media (max-width: 768px) {
  .sticky-md-top {
    top: 80px;
  }
}
.video-title {
  font-weight: bold;
  color: #002776;
  font-size: 1rem;
  padding-bottom: 10px;
  min-height: 2.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.video-title-date {
  color: #002776;
  font-size: 1rem;
  padding-bottom: 10px;
  font-style: italic;
  min-height: 2.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.video-title-ville-template {
  color: #002776;
  font-size: 1rem;
  padding-bottom: 10px;
}

.video-title-template {
  font-weight: bold;
  color: #002776;
  font-size: 1rem;
  padding-bottom: 10px;
  min-height: 2.5rem;
}

.video-title-date-template {
  color: #002776;
  font-size: 1rem;
  padding-bottom: 10px;
  font-style: italic;
  min-height: 2.5rem;
}

.custom-sub-article {
  background-color: #f5fafe;
  border: 1px solid #e2f1fd;
}

.custom-template-shadow {
  box-shadow: 0 0.3rem 0.3rem rgba(0, 0, 0, 0.15) !important;
}

.template-one-item {
  background-color: #1eb8bc !important;
  color: white !important;
}

#videoGrid h1 {
  font-size: 1.5rem;
}

#videoGrid h1 {
  color: #002776;
}

.video-title-ville {
  color: #002776;
  font-size: 1rem;
  padding-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.play-icon-img {
  max-width: 40px;
  max-height: 40px;
}

.offre-liee-box {
  background-color: #1eb8bc;
  color: white;
}

.cta-content-h3 {
  font-size: 1.5rem;
}

.breadcrumb {
  font-family: Arial, sans-serif;
  font-size: 14px;
  display: flex;
  gap: 0.5em;
  align-items: center;
  flex-wrap: wrap;
  color: #235fc2;
  background-color: #f5fafe;
  border-bottom: 1px solid #e2f1fd;
}

.breadcrumb a {
  color: black;
  text-decoration: none;
  transition: color 0.3s ease;
}

.breadcrumb a:hover {
  color: black;
  text-decoration: underline;
}

.breadcrumb .separator {
  color: #0077cc;
}

.breadcrumb .current {
  font-weight: bold;
  color: #235fc2;
}

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

.pac-img {
  width: 256px;
}



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