#logoNav {
    width: 150px;
}


#iconeMenuMobile svg {
    width: 40px;
    color: #FF4F9D;
}
@media (min-width:1200px) {
    #iconeMenuMobile {
        display: none;
    }
}



.txtRoseOtrah { color: #f7b2c9; }
.txtRoseFonceOtrah { color: #FF4F9D; }
.bgRoseFonceOtrah { background: #FF4F9D; }


.bgRoseOtrah { background: #f7b2c9; }

.txtBleuOtrah { color: #9ed9df; }

.txtGrisOtrah { color: #5c5757; }

.bgBleuOtrah { background: #9ed9df; }

.justifier { text-align: justify; }

.imgRspsv {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#contactHead svg {
    color: #e14c80;
    width: 20px;
}

#coordonnees p {
    color: #5c5757;
}

#socialMedia div {           
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #6e277638;
    padding: 6px;
    border-radius: 50px;
}


nav .nav-link {
    color: rgba(0,0,0,.55);
    transition: .5s;
    font-size: 18px;
}

nav a.active {
    color: #e14c80  ;
}

nav .faireUnDon {
    background: #e14c80;
}



/* Gestion du carousel */
#carouselExampleSlidesOnly .texteSlide {
    position: absolute!important;
    z-index: 200!important;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -40%);
    width: max-content;
    height: fit-content;
    background: #f7b2c9d1;
    color: #e14c80;
    text-align: center;
}

#carouselExampleSlidesOnly .texteSlide h1 {
    font-size: clamp(22.5px, 7vw, 60px);
}

.decouvrirOtrah {
    background: #9ed9df;
    color: #fff;
    border: unset;
    color:#473f3f;
    transition: all .5s ease-in-out;
}
.decouvrirOtrah:hover {
    background: #729ba0;
    color: #fff;
}



/* Section otrah (about) */
#otrah .video {
    position: relative;
    /* padding-right: 70px; 
    padding-bottom: 70px; */
    border-radius: 10px;
    height: 400px;
}

@media (min-width: 992px) {
    #otrah .video {
        height: 600px;
    }   
}



#otrah .video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


@media (min-width:1200px) {
    #otrah .video {
        padding-right: 70px; 
        padding-bottom: 70px;
    }
    
}



#otrah .video .btn-play {
    position: absolute;
    z-index: 3;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -45%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
}

@media (min-width:1200px) {
    #otrah .video .btn-play {
        margin-left: -35px;
    }
}


#otrah .video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: #f7b2c9;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

#otrah .video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 100px;
    height: 100px;
    background: #f7b2c9;
    border-radius: 50%;
    transition: all 200ms;
}

#otrah .video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid var(--bs-white);
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}
/*** About End ***/



.btnNormalOtrah {
    background: #f7b2c9;
    border: unset;
    color: #565050;
    transition: all .5s ease-in-out;
}

.btnNormalOtrah:hover { background: #9ed9df; }






/* Nos Programmes */
.unProgramme {
    background: #9ed9df28;
    border-right: 5px solid #f7b2c9;
}

.unProgramme:hover {
    background: #9ed9df;
}

.unProgramme:hover div {
    background: #fff;
}

.unProgramme:hover div svg {
    color: #9ed9df;
} 

.unProgramme div {
    background: #9ed9df;
    width: 100px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease-in-out;
}

.unProgramme div svg {
    color: #fff;
    width: 50px;
    transition: all .3s ease-in-out;
}

.unProgramme input {
    background: #f7b2c9;
    border: unset;
}

.unProgramme input:hover {
    background: #558e94;
    color: #fff;
}




/* Section des TEMOIGNAGES */
#temoignages {
    background-image: url('../atouts/img/about2.webp');
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1; /* Valeur de z-index pour la balise section */
}

#temoignages::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-color: #199eabcc;
}

.container {
    position: relative;
    z-index: 2; /* Une valeur supérieure à celle de la balise section */
}

#leTemoin .avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
}

#leTemoin .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}




/* section BOITE AUX LETTRES */
#emailBal {
    background: #2E2E2E;
    border: 1px solid #2E2E2E;
    color: #fff;
    border-radius: 50px 0 0 50px;
}

#emailBal:focus-visible  {
    outline: none!important;
}

#submitEmailBal {
    border-radius: 0px 50px 50px 0 ;
    border: unset;
    box-shadow: 0 2px 5px 1px rgba(64,60,67,0.16);
}

#lienSubmitEmailBal {
    border-radius: 0px 50px 50px 0 ;
    border: unset;
    box-shadow: 0 2px 5px 1px rgba(64,60,67,0.16);

    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    padding: 0 20px 0px 5px;
}

#lienSubmitEmailBal svg {
    width: 30px;
    rotate: 42deg;
}