@media (min-width: 992px) {
  .px-lg-4 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
}

#header .header-top {
  display: flex;
  align-items: center;
  border-bottom: 2px solid rgba(0, 0, 0, 0.06);
    border-bottom-width: 2px;
    border-bottom-color: rgba(0, 0, 0, 0.06);
  min-height: 47px;
  background-color: rgba(255, 255, 255, 0.1);
}

::selection {
  color: var(--primary-inverse);
  background: var(--primary);
}
::selection {
  color: var(--primary-inverse);
  background: var(--primary);
}
élément {
}
*, ::after, ::before {
  box-sizing: border-box;
}
.font-weight-extrabold, .font-weight-extra-bold {
  font-weight: 600 !important;
}
.line-height-2 {
  line-height: 1.2 !important;
}
.text-12 {
  font-size: 2.5em !important; /* Taille de police par défaut pour les appareils mobiles */
}

@media (min-width: 768px) {
  .text-12 {
    font-size: 4.5em !important; /* Taille de police pour les écrans de 768 pixels et plus */
  }
}

.nav-link,
.dropdown-item {
    text-shadow: 1px 0px 6px rgba(0, 0, 0, 0.5); /* Ombre noire avec transparence */
}

.nav-link.active,
.nav-link.current-page-active,
.dropdown-item.active {
    text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.1); /* Ombre blanche avec transparence */
}

.text-shadow {
    text-shadow: 2px 0px 10px rgba(0, 0, 0, 0.8);
}

@media (max-width: 767.98px) {
    .mobile-line-break::before {
        content: "\A"; /* Ajoute un retour à la ligne */
        white-space: pre; /* Maintient les sauts de ligne */
    }
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
  display: none;
}
.btn-custom {
    background: none;
    border: none;
    padding: 0;
}

.btn-custom .fas {
    font-size: 24px; /* Change this value to adjust the icon size */
    color: #fff; /* Change this value to adjust the icon color */
}

.btn-custom:focus {
    outline: none;
    box-shadow: none;
}

.page-header.page-header-modern.page-header-background.page-header-background-md {
  padding: 0px 0;
}

#title-section {
    margin-top: 10px; /* Réduit l'espace au-dessus du titre */
    margin-bottom: 40px; /* Enlève l'espace en dessous du titre */
}

#breadcrumb-section {
    margin-top: 60px; /* Enlève l'espace au-dessus du breadcrumb */
    margin-bottom: 0px; /* Réduit l'espace en dessous du breadcrumb */
}

/* Optionnellement, vous pouvez ajuster le padding du conteneur principal si nécessaire */
.page-header .container {
    padding-top: 100px; /* Ajustez cette valeur pour descendre tout le contenu */
}

.espace-special {
    margin-top: 0px; /* Exemple de style */
	margin-bottom: 50px;
}
.espace-special-texte1 {
    margin-top: 30px; /* Exemple de style */
	margin-bottom: 80px;
}
.small-h1 {
    font-size: 10px; /* Ajustez cette valeur selon vos besoins */
}

/* boutons page suivante page précèdentes du blog */
.nav-button-blog {
    background-color: #9c0a00; 
    padding: 10px 20px;
    margin: 5px;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
}

.nav-button-blog:hover {
    background-color: #c10b00;
}

.nav-button-blog:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}
/* boutons partage réseaux sociaux */
.share-btn { 
    padding: 10px 20px;
    margin: 5px;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    }
    .facebook { background-color: #3B5998; }
    .x { background-color: #000000; }
    .linkedin { background-color: #0077B5; }
    .pinterest { background-color: #BD081C; }
	.visit-counter { background-color: #555555; }

.image-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.main-image, .hover-image {
    display: block;
    width: 100%;
    height: auto;
    transition: opacity 0.3s ease;
}

.hover-image {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.image-container:hover .main-image {
    opacity: 0;
}

.image-container:hover .hover-image {
    opacity: 1;
}

.item {
    position: relative;
}

.carousel-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.5); /* Optionnel : fond semi-transparent */
    color: white;
    padding: 10px;
    box-sizing: border-box;
    font-size: 1.2em; /* Ajustez selon vos besoins */
}
/* Image fixe centrée pages quizs et détente */
.fixed-image-container {
    position: relative;
    display: inline-block;
    width: 339px; /* Largeur fixe */
    height: 339px; /* Hauteur fixe */
    margin: 0 auto; /* Centrer horizontalement */
}

.image-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.main-image, .hover-image {
    display: block;
    width: 100%;
    height: 100%;
    transition: opacity 0.3s ease;
}

.hover-image {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.image-container:hover .main-image {
    opacity: 0;
}

.image-container:hover .hover-image {
    opacity: 1;
}

.carousel-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.5); /* Optionnel : fond semi-transparent */
    color: white;
    padding: 10px;
    box-sizing: border-box;
    font-size: 1.2em; /* Ajustez selon vos besoins */
}

.footer-social-icons .social-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #333;
    margin: 0 5px;
}

.footer-social-icons .social-icons i {
    font-size: 20px;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
}



	