.banner {
    width: 100%;
    height: 100vh;
    background-image: url('../images/accueil/banner.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.banner p {
    font-size: 38px;
    color: #fff;
}

.prana {
    width: 100%;
    height: 500px;
    background-image: url('../images/accueil/prana.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: start;
    padding-left: 25px;
    font-size: 35px;
    color: #fff;
    transition: all 0.8s ease;
}

.kundalini {
    width: 100%;
    height: 500px;
    background-image: url('../images/accueil/kundalina.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: start;
    padding-left: 25px;
    font-size: 35px;
    color: #fff;
    transition: all 0.8s ease;
}

.soma {
    width: 100%;
    height: 500px;
    background-image: url('../images/accueil/soma.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: start;
    padding-left: 25px;
    font-size: 35px;
    color: #fff;
    transition: all 0.8s ease;
}

.paragraph-programs {
    font-size: 16px;
    padding: 10px 50px 10px 0;
}

.btn-container {
    padding-right: 20px;
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 15px;
}

.to-btn {
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    font-family: "Questrial", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.to-btn:hover {
    text-decoration: underline;
}
.to-p {
    font-size: 18px;
    color: #fff;
    text-decoration: none;
}


.date-section {
    background-color: #F7F6F5;
    padding: 30px 0;
    color: #3E4939;
}

.reserver-btn {
    font-size: 15px;
    color: #3E4939;
    text-decoration: none;
    font-family: "Questrial", sans-serif;
    font-weight: 400;
    font-style: normal;
    border: 1px solid #3E4939;
    padding: 11px 25px;
}

.reserver-btn:hover {
    text-decoration: underline;
    /*background-color: #3E4939;*/
    /*color: white;*/

}

.btn-container-reserved {
    padding-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}


.contact-section {
    padding: 60px 0;
    color: #3E4939;
}

.form-control {
    border: none;
    border-bottom: 1px solid #aaa;
    border-radius: 0;
    box-shadow: none;
}

.form-control:focus {
    border-color: #000;
    box-shadow: none;
}

.contact-title {
    margin-bottom: 20px;
    color: #3E4939;
}

.btn-send {
    border: none;
    background: none;
    color: #3E4939;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    border: 1px solid #3E4939;
    padding: 11px 25px;
}

.btn-send:hover {
    text-decoration: underline;
}

/* Waveform animation */
.waveform {
    display: flex;
    align-items: center;
    gap: 2px;
    margin-bottom: 20px;
}

.bar {
    width: 3px;
    height: 10px;
    background: rgb(255, 255, 255);
    border-radius: 2px;
    animation: wave 1s infinite;
}

.waveform.playing .bar {
    animation-play-state: running;
}

.waveform.paused .bar {
    animation-play-state: paused;
}

.bar:nth-child(1) {
    animation-delay: 0s;
}

.bar:nth-child(2) {
    animation-delay: 0.1s;
}

.bar:nth-child(3) {
    animation-delay: 0.2s;
}

.bar:nth-child(4) {
    animation-delay: 0.3s;
}

.bar:nth-child(5) {
    animation-delay: 0.4s;
}

.bar:nth-child(6) {
    animation-delay: 0.5s;
}

.bar:nth-child(7) {
    animation-delay: 0.6s;
}

.bar:nth-child(8) {
    animation-delay: 0.7s;
}

.bar:nth-child(9) {
    animation-delay: 0.8s;
}

.bar:nth-child(10) {
    animation-delay: 0.9s;
}

.plus-btn {
    font-size: 14px;
    color: #3E4939;
    text-decoration: none;
	font-family: "Questrial", sans-serif;
	font-weight: 400;
	font-style: normal;
	border: 1px solid #3E4939;
    padding: 10px 25px;
    border-radius: 0;
    margin-top: 10px;
}
.card-excerpt {
  height: 100%; 
}

.card-excerpt img {
  display: block;
  width: 100%;
  height: auto;
}

.card-excerpt .content {
  padding-top: 10px;
}
@keyframes wave {

    0%,
    100% {
        height: 10px;
    }

    50% {
        height: 40px;
    }
}

/* Play/Pause button */
.play-pause-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 3px solid #d1c2c2;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background: transparent;
}

/* Play (triangle) */
.icon-play {
    width: 0;
    height: 0;
    border-left: 20px solid white;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    margin-left: 5px;
}

/* Pause (two bars) */
.icon-pause {
    display: flex;
    gap: 6px;
}

.icon-pause div {
    width: 6px;
    height: 24px;
    background: white;
}

.btn-recevoir {
    display: flex;
    margin-left: auto;
    text-align: right;
    font-family: "Questrial", sans-serif;
    font-weight: 400;
    font-style: normal;
    border: 1px solid #3E4939;
    padding: 10px 25px;
    border-radius: 0;
    margin-top: 12px;
    font-size:14px;
}
.btn-recevoir:hover{
    text-decoration: underline;
    border: 1px solid #3E4939;
}
.plus-btn:hover {
    text-decoration: underline;
}
.btn:hover{
    text-decoration: underline;
    background-color: white;
}
.btn:active{
    border-color: white;
}
@media (min-width: 992px) {

    .soma:hover {
        background-size: 110%;
    }

    .soma:hover .column {
        padding-bottom: 20px;
        opacity: 1;
        transform: translateY(0);
    }

    .kundalini:hover {
        background-size: 110%;
    }

    .kundalini:hover .column {
        padding-bottom: 20px;
        opacity: 1;
        transform: translateY(0);
    }

    .prana:hover .column {
        padding-bottom: 20px;
        opacity: 1;
        transform: translateY(0);
    }

    .prana:hover {
        background-size: 110%;
    }

    .soma .column {
        opacity: 0;
        transform: translateY(40px);
        transition: all 0.8s ease;
    }

    .prana .column {
        opacity: 0;
        transform: translateY(40px);
        transition: all 0.8s ease;
    }

    .kundalini .column {
        opacity: 0;
        transform: translateY(40px);
        transition: all 0.8s ease;
    }
}

/* Mobile adjustments */

@media (max-width: 576px) {
    .banner {
        height: 60vh;
        background-position: top center;

    background-image: url('../images/accueil/banner_mobile.jpg');

    }

    .banner p {
        font-size: 22px;
        text-align: center;
        padding: 0 15px;
    }

    .reserver-btn {
        display: flex;
        margin-left: auto;
        text-align: right;
        width: fit-content;
    }
    .btn-send{
        margin-bottom: 20px;
    }
    .to-btn{
        margin-bottom: 10px;
    }
    .to-p {
        margin-bottom: 10px;
    }
}

/* Tablet adjustments */
@media (max-width: 992px) {
    .banner {
        height: 70vh;
    }

    .banner p {
        font-size: 28px;
    }
}







