/* global */

: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;
}

.flex-colonne{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.baniere-content{
    color: var(--dark-white);
    height: 550px;
    width: 100vw;
    background: linear-gradient(90deg, var(--hight-blue2), var(--dark-blue));
}
.baniere-qui-sommes-nous{
    background: no-repeat center / cover url("../assets/others/banieres/qui-sommee-nous.jpg");
}
.baniere-texte h1{
    font-weight: 900;
    font-size: clamp(30px, 5vw, 50px);
}
.ban-liens{
    margin-top: 5rem;
}
.ban-liens a{
    border-radius: var(--raduis);
    margin: 1rem;
    padding: 1.5rem;
}
.ban-liens .soumettre{
    color: var(--hight-blue);
    background: var(--dark-white);
}
.ban-liens .soumettre:hover{
    color: var(--dark-white);
    background: var(--hight-blue);
    transition: .5s ease-in-out;
}
.ban-liens .plus{
    color: var(--dark-white);
    border: solid 1px var(--dark-white);
}
.ban-liens .plus:hover{
    color: var(--hight-blue);
    background: var(--dark-white);
    transition: .5s ease-in-out;
}
.soumettre span{
    font-weight: 900;
}
.paragraphe h3{
    margin: 2rem 0;
    font-size: 2rem;
}
.paragraphe h2{
    margin: 5rem 0;
    font-size: 3rem;
}
/*  */
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: flex;
    align-items: center;
    justify-content: center;
    grid-template-columns: repeat(auto-fit, minmax(240px, auto));
    gap: 300px;
}
.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{
    padding: .5rem 9rem;
    font-weight: 600;
    font-size: 1.5rem;
    color: var(--dark-white);
    background: var(--main-blue);
    margin-top: 40px;
    position: absolute;
    right: 210px;
}
.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);
}
.paragraphe .liste{
    padding: 1rem 0 1rem 5rem;
}
.paragraphe .liste li{
    margin: 1rem 0;
}

@media screen and (max-width:750px){
    .paragraphe{
        margin: 0 5rem;
    }
    nav{
        padding: 15px 180px;
    }
}
@media screen and (max-width:550px){
    .paragraphe{
        margin: 0 1rem;
    }
    nav{
        padding: 15px 4rem;
    }

}