
.blank25{
    padding-top: 25px;
}

h1{
    text-align: center;
    margin-top: -15px;
}

.vj_font{
    color : burlywood;
    font-size: 7vw;
    font-weight: 500; 
    -webkit-text-stroke-width: 0.05vw;
    -webkit-text-stroke-color: black;
    line-height: 8vw;
}

.is_font{
    color : burlywood;
    font-size: 3vw;
    font-weight: 500; 
    -webkit-text-stroke-width: 0.02vw;
    -webkit-text-stroke-color: black;
    line-height: 7.2vw;
    
}

.accueil{
    background-image: url(images/accueil.JPG);
    background-size: 83%;
    height : 43vw;
    background-repeat:no-repeat;
    background-position-x: 62%;
    padding-top: 2.5%;
    padding-bottom: 0px;
}


.li1{
    width: 50%;
}

.li2{

    height: 50%;
    padding-left: 5%;
    padding-right: 5%;
}

.border{ 
    border-top: 3px burlywood solid;
    border-bottom: 3px burlywood solid;
    border-radius: 25px;
    padding : 20px;
}
.back{
    width: 350px;
    background-repeat: no-repeat;
    justify-content: center;
    margin-top : 170px;
}


p {
    color :rgb(156, 132, 132);
    font-family: "Trebuchet MS";
    text-align: center;
    font-size: 1.4em;
}

.liste_boutons_accueil{
    display : flex;
    flex-wrap: wrap;
    flex-direction: left;
    justify-content: center;
    gap : 70px;
    padding : 100px;
}

.div_bouton_accueil{
    text-align: center;
    padding-top: 0px;
    padding-bottom : 20px;
}

.texte_boutons_accueil{
    color: burlywood;
    font-size: 1.5em;
    text-decoration: none;
}

.borders_accueil{
    border-top: 3px burlywood solid;
    border-bottom: 3px burlywood solid;
    border-radius: 25px;
    padding : 20px;
}
