/* global */
/* @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); */

:root{
    --hight-blue: #3333ff;
    --main-blue: #3f34c8;
    --dark-blue: #263a94;
    --hight-blue2: #337aff;
    --hight-blue-flat: #dde9ff;
    --white: #fff;
    --dark-white: #eeeeee;
    --text: #181818;
    --raduis: 10px;
    --text-footer :  #8d8d8d;
}
.aligner{
    display: flex;
    align-items: center;
    justify-content: center;
}
.bt{
    display: none;
}
.bt-active{
    display: block;
}

/*  */
nav{
    padding: 15px 180px;
}

nav .faire-don-titre{
    font-size: 1.5rem;
    color: var(--hight-blue);
    font-weight: 900;
}
.braind{
    height: 550px;
    background: linear-gradient(60deg, var(--hight-blue2), var(--hight-blue));
}
.donner{
    display: grid;
    align-items: center;
    justify-content: center;
    grid-template-columns: repeat(auto-fit, minmax(240px, auto));
    gap: 100px;

}
.partie{
    margin-top: 6rem;
    width: 40vw;
    height: 400px;  
} 
.text{
    font-size: 2rem;
    color: var(--dark-white);
}
.elaeis{
    font-size: 6rem;
    margin-top: -20px;
}
.paragraphe-couverture{
    font-size: 1rem;
}
.tab-donation{
    padding: 1rem;
    background:var(--dark-white);
    border-radius: var(--raduis)
}
.partie-entete{
    margin: .5rem;
    color: var(--main-blue);
    width: 50%;
    padding: 1rem;  
}
.entete-active{
    color: var(--dark-white);
    background: var(--main-blue);
}
.abonne{
    border-radius: var(--raduis);
}
.ponctuel{
    border-radius: var(--raduis);
}
.cellule{
    width: 33.33%;
    text-align: center;
    padding: .5rem;
    margin: .5rem;
    border: 2px solid var(--text-footer);
    border-radius: var(--raduis);
}
.cellule:hover{
    cursor: pointer;
    width: 33.33%;
    text-align: center;
    padding: .5rem;
    margin: .5rem;
    border: 2px solid var(--main-blue);
    border-radius: var(--raduis);
    transition: .5s ease-in-out;
    color: var(--dark-blue);
    font-weight: 700;
}
.partie-entete{
    cursor: pointer;
}
form{
    display: flex;
    flex-direction: row;
}
.entree{
    margin: 0.5rem;
}
.entree input{
    padding: .5rem;
    border-radius: var(--raduis);
    margin: 1rem 0;

}
.affichage input{
    color: var(--hight-blue);
    font-weight: 600;
    font-size: 1.5rem;
    width: 150px;
}
.envoyer input{
    margin-left: 5vw;
    background: var(--main-blue);
    color: var(--white);
    font-size: 1.5rem;
    font-weight: 600;
    padding: 5px 5vw;
    width: 15vw;
}
.sub-select{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 1.2rem 5vw 0 1vw;
}

.envoyer input:hover{
    cursor: pointer;
    background: var(--hight-blue);
    transition: .5s ease-in-out;
}
.cel-active{
    color: var(--dark-white);
    border: 2px solid var(--hight-blue);
    border-radius: var(--raduis);
    background: var(--main-blue);
}
.capgeon-don{
    color: var(--text-footer);
}
.personnel-prix{
    display: flex;
    flex-direction: row;
}
.devise{
    margin-top: 2rem;
    padding-left: 1rem;
}




/* Breakpoint */
@media screen and (max-width:1500px){

        .personnel-prix input{
        width: 10vw;
    }
}
@media screen and (max-width:1355px){

    .envoyer input{
        margin-left: 1vw;
        background: var(--main-blue);
        color: var(--white);
        font-size: 1.5rem;
        font-weight: 600;
        padding: 5px 5vw;
    }
}
@media screen and (max-width:1300px){
    .braind{
        height: 600px;
    }
}
@media screen and (max-width:1170px){
    .envoyer input{
        width: 15vw;
        padding: 5px 20px;

    }
    .personnel-prix input{
        width: 5rem;
    }
    .sub-select{
        margin-top: 3rem;
    }
}

@media screen and (max-width:1080px){
    .braind{
        height: 730px;
    }
    .mr-0{
        margin: 2rem;
    }
}

@media screen and (max-width:955px){
    .braind{
        height: 900px;
    }
}

@media screen and (max-width:835px){
    .braind{
        height: 1300px;
    }
    .donner{
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
    .footer{
        margin-top: 10rem;
    }
    .tab-donation{
        height: 450px;
        margin-top: 15rem;
    }
    nav{
    padding: 15px 80px;
    }
    .partie{
        width: 25rem;
    }
    .envoyer input{
        width: 20vw;
        padding: 5px 20px;

    }
}
@media screen and (max-width:750px){
    .section{
        margin: 1rem;
    }
    .braind{
        height: 1400px;
    }
    .envoyer input{
        width: 15rem;
    }
    .tab-donation{
        margin-top: 20rem;
        height: 500px;
    }
    .text{
        text-align: justify;
    }
    .sub-select{
        position: unset;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 7rem;
        translate: -8rem;
    }
    .prix input{
        width: 8rem;
    }
    .selection-container{
        translate: 2rem;
        margin: -3.5rem 0 2rem 0;

    }
    .partie{
        width: 22rem;
    }

}


@media screen and (max-width:670px){
    .braind{
        height: 1400px;

    }

    .tab-donation{
        height: 500px;
    }
    .tab-donation{
        margin-top: 20rem;
    }

}
