* {
	padding:0;
	margin:0;
}
body {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
}
a {
	color:#BCC8DA;
}
a:hover {
	color:#BCC8DA;
}
h1, h2, h3 {
	font-weight: 700;
	z-index: 1;
}
h4, h5 {
	font-weight:600;
}
h6 {
	font-weight:500;
}
.white {
	color:#ffffff !important;
}
.black {
	color:#000000;
}
.navbar {
	position: fixed;
	right: 0;
	left: 0;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	min-height: 50px;
	line-height: 50px;
	background: transparent;
	z-index: 1030;
}
.navbar .active {
	color: #607DA8 !important;
}
.navbar .navbar-brand {
}
.navbar .nav-item {
	margin: 0 5px;
	padding: 0;
}
.navbar .nav-item a {
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 13px;
}
.navbar .nav-item a:hover {
	color: #B0BEC5;
}
.navbar .nav-link {
	position: relative;
	padding: 0;
}
.navbar .navbar-toggler {
	cursor: pointer;
}
.navbar .navbar-toggler span {
	color: #fff;
}
.navbar-style2 .active:after, .navbar-style2 .nav-link:after {
	display: none;
}
.nav-scroll {
	background: #fff;
	-webkit-box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.0509803922);
	box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.0509803922);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
.nav-scroll .navbar-nav > li > a {
	color: #333;
}
.nav-scroll .navbar-brand img {
	-webkit-transform: scale(1.03) !important;
	transform: scale(1.03) !important;
}
.nav-scroll .navbar-toggler {
	cursor: pointer;
}
.nav-scroll .navbar-toggler span {
	color: #333;
}
.nav-scroll .nav-link:hover:after {
	background-color: #BCC8DA;
}
.nav-scroll .active {
	position: relative;
}



.modal-fullscreen {
  width: 100vw; /* 100% de la largeur de la fenêtre de visualisation */
  height: 100vh; /* 100% de la hauteur de la fenêtre de visualisation */
  max-width: none; /* Pour s'assurer qu'aucune limite maximale n'est appliquée */
  margin: 0; /* Supprime les marges par défaut */
}

.modal-fullscreen .modal-content {
  height: 100vh; /* 100% de la hauteur de la fenêtre de visualisation */
  border: 0; /* Optionnel : supprime la bordure autour de la modale */
  border-radius: 0; /* Optionnel : supprime les bordures arrondies */
}

.modal-fullscreen .modal-body {
  height: calc(100vh - 56px); /* Ajuste la hauteur pour exclure l'en-tête de la modale */
  overflow-y: auto; /* Ajoute un défilement si nécessaire */
}

.modal-fullscreen iframe {
  width: 100%; /* Prend toute la largeur du modal-body */
  height: 100%; /* Prend toute la hauteur du modal-body */
}

.modal-dialog {
    max-width: 100% !important;
    margin: 0 !important;
}

.modal-content {
    height: 100vh !important;
}

.modal-body {
    height: calc(100vh - 60px) !important; /* Ajustez 60px selon la hauteur de votre modal-header + modal-footer */
}

.embed-responsive-item {
    height: 100%; /* S'assure que l'iframe prend toute la hauteur du modal-body */
}


.banner {
	background: #BCC8DA;
	background: linear-gradient(to left, #607DA8, #BCC8DA);
	padding:100px 0px;
	position:relative;
}
.banner::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url('images/pattern.png'); /* Superposition d'un motif */
    background-size: cover; /* Optionnel: si vous souhaitez également étendre le motif */
    opacity: 0.5; /* Vous pouvez ajuster l'opacité pour que le motif et l'image de fond se mélangent bien */
}
.banner a.weblink {
	color:#BCC8DA;
	border-bottom:1px dotted #BCC8DA;
}
.banner a:hover {
	text-decoration:none;
}
.svg-wave {
	position: absolute;
	bottom: 0;
	width: 100%;
}
.banner-text {
	padding-right:80px;
	margin:50px 0px 0px;
}
.banner-text p {
	margin:40px 0px;
}
.banner-text ul {
	list-style: none;
}
.banner-text ul li {
	display: inline-block;
	margin: 0px 10px 10px 0px;
}
.banner-text ul li a {
	display: block;
}
.banner-text ul li a img {
	width: 150px;
	border-radius: 7px;
}
.prelative {
	position:relative
}

.sectioner-header {
	width:69%;
	margin:0 auto;
}
.line {
	height: 2px;
	width: 50px;
	background: #BCC8DA;
	display: block;
	margin: 20px auto 20px;
}
.line::after {
	content:"";
	position: absolute;
	left: 50%;
	width: 150px;
	height: 2px;
	border-bottom: 2px dashed #BCC8DA;
	margin-left: -75px;
}
.sectioner-header p {
	color:#BCC8DA;
	font-size: 17px;
}
.section-content {
	margin-top: 80px;
}
.icon-box {
	margin-bottom:50px;
}
.icon-box i {
	display: block;
	position: relative;
	width: 135px;
	height: 135px;
	border-radius: 100px;
	background: #607DA8;
	background: linear-gradient(to left, #607DA8, #BCC8DA);
	color: #ffffff;
	font-size: 50px;
	line-height: 135px;
	margin: 0 auto;
}
.icon-box h5 {
	margin-top:30px;
}
.icon-box p {
	color: #818992;
	font-size: 14px;
	width: 80%;
	margin: 0 auto;
}
.about-btn {
	color: #BCC8DA;
	padding: 10px 40px;
	border: 2px solid #BCC8DA;
	border-radius: 7px;
	margin-top: 30px;
	display: inline-block;
	font-size: 18px;
}
.about-btn:hover {
	background:#BCC8DA;
	color:#ffffff;
	text-decoration:none;
}
.video-section {
	background: url(images/video-bg.jpg) no-repeat fixed center;
	background-size: cover;
	overflow: hidden;
}

.video-overlay {
	background: linear-gradient(to left, rgba(122, 96, 255, 0.90), rgba(205, 159, 250, 0.90));
}
.video-section h3 {
	font-weight: 600;
	font-size: 38px;
}
.video-section i {
	display: block;
	position: relative;
	width: 70px;
	height: 70px;
	border-radius: 100px;
	background: #ffffff;
	color: #BCC8DA;
	font-size: 30px;
	line-height: 70px;
	margin: 0 auto;
	cursor:pointer;
}
.video-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	align-content: center !important;
	-ms-flex-line-pack: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}
.video-popup .video-src {
	position: relative;
	width: 700px;
	max-width: 80%;
}
.video-popup .iframe-src {
	width: 100%;
	height: 0;
	padding-top: 56.3%;
	position: relative;
	display: none;
}
.video-popup .iframe-src iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.single-feature {
	margin-bottom: 80px;
	margin-top: 40px;
}
.single-feature h5 {
	font-size: 16px;
}
.media-right-margin {
	margin-right:25px;
}
.single-feature p {
	font-size: 13px;
}
.icon-border {
}
.icon-border span {
	display: block;
	position: relative;
	width: 50px;
	height: 50px;
	border-radius: 100px;
	color: rgb(142, 30, 252);
	font-size: 18px;
	line-height: 50px;
	border: 1px solid rgb(142, 30, 252);
}
.team {
	background: #fafafa;
	border-top: 1px solid #e4e4e4;
}
.team-detail {
	margin-top:40px;
}
.team-detail img {
	border-radius: 50%;
	width: 70%;
}
.team-detail h4 {
	color:rgb(142, 30, 252);
	margin-top: 20px;
	font-size: 17px;
	margin-bottom: 0px;
}
.testimonial {
	background: #607DA8;
	background: linear-gradient(to left, #607DA8, #BCC8DA);
	padding:100px 0px;
	position:relative;
}
.testimonial::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(images/pattern.png);
}
.bx-prev {
	left: -90px !important;
	background: url(images/arrow-left.png) no-repeat !important;
	background-size: auto auto !important;
	background-size: 100% 100% !important;
}
.bx-next {
	right: -90px !important;
	background: url(images/arrow-right.png) no-repeat !important;
	background-size: auto auto !important;
	background-size: 100% 100% !important;
}
.bx-wrapper {
	border: none !important;
	background: rgba(255, 255, 255, 0.81) !important;
	border-radius: 5px !important;
	box-shadow:none !important;
}
.slider-item {
	padding:20px;
}
.slider .test-img img {
	border: 12px solid #fff;
	border-radius: 50%;
	width: 100%;
	height: auto;
}
.test-img {
	float: left;
	width: 20%;
	margin-right:5%;
}
.test-text {
	float: left;
	width: 75%;
}
.slider .title {
	display: block;
	position: relative;
	margin: 0 0 20px;
	font-size: 1.125em;
	line-height: 1.25;
}
.slider .title span {
	display: block;
	font-size: 1.5em;
	font-weight: 700;
}
.faq {
	background: #fafafa;
	border-bottom: 1px solid #e4e4e4;
}
.faq-content {
	margin: 20px 0px;
}
.faq-content h4 {
	font-weight: 400;
	font-size: 20px;
}
.faq-content p {
	color: #818992;
	font-weight:300;
	margin-top:15px;
}
#contact_form .form-input {
	border: 1px solid #e4e4e4;
}
input {
	height: 42px;
	padding: 0 1rem;
	background: #fff;
	border-radius: 30px;
	margin-bottom: 1rem;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border:0;
}
#contact_form textarea {
	resize: none;
	padding: 1rem;
	height: 150px;
	background: #fff;
	border: 0;
	border-radius: 30px;
	margin-bottom: 1rem;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btn-grad {
 padding: .7rem 2rem;
	display: inline-block;
	color: #fff;
	border-radius: 2rem;
	border: 0;
	background: #607DA8;
	background: linear-gradient(to left, #607DA8, #BCC8DA);
	cursor:pointer;
}
.contact-info {
	padding: 2rem 2rem 1rem;
	border-radius: 8px;
	background: #607DA8;
	background: linear-gradient(to left, #607DA8, #BCC8DA);
}
.contact-item {
	margin:23px 0px;
}
.contact-item i {
	font-size: 20px;
}
.contact-item p {
	line-height: 20px;
	margin: 0;
}
.download {
	background: #607DA8;
	background: linear-gradient(to left, #607DA8, #BCC8DA);
	padding:100px 0px;
	position:relative;
}
.download::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(images/pattern.png);
}
.download ul {
	list-style: none;
}
.download ul li {
	display: inline-block;
	margin: 0px 10px 10px 0px;
}
.download ul li a {
	display: block;
}
.download ul li a img {
	width: 150px;
	border-radius: 7px;
}
.footer-copy {
	background: #ffffff;
	color: #242424;
	font-size: 13px;
	text-align: center;
	padding:15px 0px;
}
.footer-copy p {
	margin-bottom:0px;
}


.session-section {
    margin-bottom: 30px;
}

.session-section h3 {
    margin-bottom: 10px;
}

.section-padding {
    padding: 40px 0; /* Ajustez selon vos préférences */
}

.card {
    height: 100%; /* Assure que toutes les cartes ont la même hauteur */
    width: 100%; /* S'assure que la carte utilise toute la largeur disponible de la colonne */

    display: flex;
    flex-direction: column; /* Organise le contenu de la carte en colonne */
}

.card-body {
    flex-grow: 1; /* Permet au corps de la carte de remplir l'espace disponible */
    display: flex;
    flex-direction: column; /* Organise le contenu du corps en colonne */
}

.card-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Limite le texte à 3 lignes */
    -webkit-box-orient: vertical;
}
@media all and (max-width:991px) {
.navbar .navbar-collapse {
	overflow: auto;
	background:  rgb(213, 198, 221);
	color: #fff !important;
	text-align: center;
	padding: 10px 0;
}
.nav-scroll .navbar-collapse {
	background: #fff !important;
}
#contact_form {
	margin-bottom:20px;
}
}
@media all and (max-width:768px) {
.nav-scroll .navbar-brand img, .navbar-brand img {
	transform: scale(0.75) !important;
	-webkit-transform: scale(0.75) !important;
}
.banner-text {
	padding-right: 0px;
	margin: 10px 0px 0px;
}
h2 {
	font-size: 25px;
}
h3 {
	font-size: 23px;
}
.section-padding {
	padding: 40px 0px;
}
.banner-text p {
	margin: 25px 0px;
}
.banner-text ul li a img {
	width: 140px;
	border-radius: 7px;
}
.sectioner-header {
	width: 90%;
}
.sectioner-header p {
	font-size: 14px;
}
.about-btn {
	padding: 5px 30px;
	margin-top: 0px;
	font-size: 16px;
}
.single-feature {
	margin-bottom: 20px;
	margin-top: 20px;
}
.team-detail {
	margin-top: 20px;
}
.team-detail img {
	width: 50%;
}
.bx-controls
{
	display:none;
}
.bx-wrapper {
	margin: 0px 20px !important;
}
.slider .test-img img {
	margin: 0 auto;
}
.test-img {
	float:none;
	width: 200px;
	height: 200px;
	margin: 0 auto;
}
.test-text {
	float: none;
	width: 100%;
	text-align: center;
}
.section-content {
	margin-top: 0px;
}
.faq-content {
	margin: 10px 0px;
}
.faq-content h4 {
	font-size: 16px;
}
.faq-content p {
	font-size: 13px;
}
#contact_form {
	margin-bottom:20px;
}
.contact-item {
	font-size: 12px;
}
.download ul li a img {
	width: 120px;
}
.footer-copy p {
	font-size: 10px;
}
}

/* Styles généraux, applicables à tous les appareils */
.form-container {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    padding: 50px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    position: relative;
}

.form-input, .btn-grad {
    width: calc(100% - 20px);
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.btn-grad {
    cursor: pointer;
    display: block;
    color: #fff;
    background: linear-gradient(to left, #607DA8, #BCC8DA);
    border: none;
    font-size: 16px;
}

.main-content {
    margin-left: 0; /* Pas de marge par défaut */
    padding: 20px;
    transition: margin-left 0.5s;
}

.main-content.active {
    margin-left: 250px; /* Fait de la place pour le sidebar une fois ouvert */
}

.session-section {
    margin-bottom: 30px;
}

.session-section h3 {
    margin-bottom: 10px;
}

.section-padding {
    padding: 40px 0; /* Ajustez selon vos préférences */
}

.card {
    height: 100%; /* Assure que toutes les cartes ont la même hauteur */
    width: 100%; /* S'assure que la carte utilise toute la largeur disponible de la colonne */

    display: flex;
    flex-direction: column; /* Organise le contenu de la carte en colonne */
}

.card-body {
    flex-grow: 1; /* Permet au corps de la carte de remplir l'espace disponible */
    display: flex;
    flex-direction: column; /* Organise le contenu du corps en colonne */
}

.card-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Limite le texte à 3 lignes */
    -webkit-box-orient: vertical;
}

.btn-voir-plus, .btn-voir-seance {
    margin-top: auto; /* Place le bouton en bas de la carte */
    background-color: #007bff; /* Couleur de fond du bouton */
    color: white; /* Couleur du texte du bouton */
    border: none; /* Supprime la bordure du bouton */
    border-radius: 5px; /* Arrondit les coins du bouton */
    padding: 10px; /* Padding du bouton */
    text-align: center; /* Centre le texte du bouton */
    text-decoration: none; /* Supprime le soulignement du lien */
    display: block; /* Affiche le lien comme un bloc */
}

.btn-voir-plus:hover, .btn-voir-seance:hover {
    background-color: #0056b3; /* Couleur de fond du bouton au survol */
}


.session-card {
    display: inline-block;
    margin-right: 10px;
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px; /* Les coins arrondis comme dans l'image */
    overflow: hidden; /* Pour que les coins de l'image soient aussi arrondis */
}

.session-card img {
    width: 100%; /* Assurez-vous que les images couvrent toute la largeur de la carte */
    display: block; /* Enlève les espaces indésirables sous l'image */
    height: auto;
}

button {
    background-color: #007bff; /* Couleur de fond du bouton bleu */
    color: white;
    border: none;
    padding: 10px 20px;
    margin: 10px;
    border-radius: 5px; /* Coins arrondis pour le bouton */
    cursor: pointer; /* Curseur en forme de main au survol du bouton */
    display: block; /* Assurez-vous que le bouton s'affiche sur sa propre ligne */
}

button:hover {
    background-color: #0056b3; /* Couleur de fond du bouton au survol */
}


/* Ajout d'une fine bordure pour les téléphones uniquement */
@media (max-width: 768px) {
    .form-container {
        max-width: none;
        padding: 15px; /* Légèrement réduit pour laisser de la place à la bordure */
        margin: 2px; /* Petite marge pour éviter que la bordure ne touche les bords de l'écran */
        border: 1px solid #ccc; /* Fine bordure claire */
        border-radius: 0; /* Optionnel: supprime les bordures arrondies pour un look plus net */
    }

    .form-input, .btn-grad {
        width: calc(100% - 30px); /* Ajuste en fonction du nouveau padding */
        padding: 10px; /* Maintient le padding intérieur pour les inputs et le bouton */
        margin-bottom: 15px; /* Ajuste si nécessaire */
    }
    .modal-dialog {
        max-width: 100%;
        margin: 0;
    }
    .modal-content {
        height: 100vh;
        border-radius: 0; /* Optionnel : pour un affichage plein écran sur mobile */
    }
    .modal-body {
        height: auto; /* Ajustez selon le besoin pour mobile */
    }
}


#statistiques {
    background-color: #f8f9fa;
    padding: 60px 0;
}

.statistique-item h3 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #007bff; /* Bleu Bootstrap par défaut */
    margin-bottom: 15px;
}

.statistique-item p {
    font-size: 1.2rem;
    color: #6c757d; /* Gris Bootstrap par défaut */
}



#anecdotesSection {
    min-height: 200px; /* Hauteur minimale pour rendre la section visible */
    padding: 20px;
    background-color: #FFFFFF; /* Couleur de fond légère pour distinguer la section */
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel-caption {
    background-color: rgba(0,0,0,0.5); /* Pour améliorer la lisibilité du texte */
    color: #fff;
    padding: 5px;
    border-radius: 5px;
}

.carousel-inner p {
    font-size: 20px; /* Ajustez selon la taille de texte désirée */
    color:  #455A64; /* Couleur du texte */
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute; /* Confirme le positionnement absolu */
  top: 50%; /* Centre verticalement */
  transform: translateY(-50%); /* Ajuste la position verticale */
}
.carousel-control-prev {
  left: 0; /* Ajuste pour la flèche précédente */
}
.carousel-control-next {
  right: 0; /* Ajuste pour la flèche suivante */
}


.carousel-control-prev-icon:after,
.carousel-control-next-icon:after {
  content: ''; /* Ajoute un contenu vide pour pouvoir styliser */
  display: inline-block;
  width: 20px; /* Largeur de la flèche */
  height: 20px; /* Hauteur de la flèche */
  background: black; /* Couleur de fond */
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23fff" viewBox="0 0 8 8"><path d="M2.5 0L1 1.5 4.5 5 1 8.5 2.5 10l5-5-5-5z"/></svg>'); /* Image SVG de la flèche, codée en base64 */
  mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23fff" viewBox="0 0 8 8"><path d="M2.5 0L1 1.5 4.5 5 1 8.5 2.5 10l5-5-5-5z"/></svg>'); /* Image SVG de la flèche pour Firefox */
  mask-size: cover;
}

.carousel-control-prev-icon:after {
  transform: rotate(180deg); /* Retourne la flèche pour le bouton précédent */
}


/* Style pour le titre de la section */
.text-center.mb-4 {
    font-size: 24px; /* Taille du titre */
    color: #B0BEC5; /* Couleur du titre, ajustez selon votre palette de couleurs */
    font-weight: bold; /* Rend le titre plus gras */
    margin-bottom: 10px; /* Ajoute de l'espace en dessous du titre */
}

.section-padding {
    padding: 60px 0;
}

.text-center {
    margin-bottom: 2%;
    color: #455A64; /* Couleur personnalisée pour le titre */
    font-weight: bold; /* Titre plus prononcé */
}

.row {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px; /* Espacement augmenté pour une meilleure respiration */
}



.card {
    width: 100%; /* Utilise la largeur complète de sa colonne parent */
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden; /* Cache le débordement pour permettre des effets de bordure arrondie */
    border-radius: 15px; /* Bordures arrondies pour une apparence moderne */
    box-shadow: 0 4px 8px rgba(0,0,0,0.1); /* Ombre subtile pour un effet de profondeur */
    transition: transform 0.3s ease; /* Transition pour l'effet de survol */
}



.card:hover {
    transform: translateY(-10px); /* Légère élévation au survol */
}

.card-img-top {
    width: 100%;
    object-fit: cover; /* Assure que l'image couvre l'espace sans se déformer */
    border-radius: 15px 15px 0 0; /* Arrondit les coins supérieurs */
}

.card-body {
    padding: 20px; /* Espacement interne accru pour une meilleure lisibilité */
}

.btn-voir-seance, .btn-primary {
    background-color: #8DCBfF;
    color: #455A64;
    border: none;
    padding: 10px 20px;
    border-radius: 25px; /* Boutons avec bords arrondis */
    font-weight: bold; /* Texte du bouton plus prononcé */
    text-transform: uppercase; /* Texte du bouton en majuscules pour plus d'impact */
    transition: background-color 0.2s ease; /* Transition en douceur au survol */
}

.btn-voir-seance:hover, .btn-primary:hover {
    background-color: #8DCBfF;
    color: #ffffff;
}

h5 {
    font-size: 1.25rem; /* Taille de police accrue pour le titre de la carte */
    margin-bottom: 20px;
    color: #455A64; /* Couleur du texte pour améliorer la visibilité */
}


.card-flex {
    display: flex; /* Active Flexbox */
    width: 70%; /* Utilise toute la largeur disponible */
}

.card-img-container img {
    width: 100%; /* L'image occupe la moitié de la carte */
    height: 100%; /* Hauteur ajustée automatiquement */
    object-fit: cover; /* Assure que l'image couvre bien cette zone */
}

.card-content {
    width: 50%; /* Le contenu occupe l'autre moitié de la carte */
    display: flex;
    flex-direction: column;
    justify-content: center; /* Centre le contenu verticalement */
    padding: 30px; /* Espacement autour du texte et du bouton */
}

/* CSS personnalisé pour le bouton "Voir la séance" */
.btn-voir-seance {
    background-color: #3498db; /* Couleur bleue claire */
    color: #fff; /* Texte en blanc */
    padding: 10px 20px; /* Espacement intérieur du bouton */
    border-radius: 5px; /* Coins arrondis */
    text-decoration: none; /* Supprimer le soulignement du lien */
    transition: background-color 0.3s ease; /* Transition douce pour le changement de couleur */
}

.btn-voir-seance:hover {
    background-color: #2980b9; /* Couleur bleue légèrement plus foncée au survol */
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Couleur de fond semi-transparente */
    z-index: 0; /* Assurez-vous que l'overlay est placé juste en dessous de l'image */
}



