*{
    margin: 0;
    padding: 0;
}

html{
    margin: 0;
    padding: 0;
    background-image: url(illu/background_2.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.prezText_exter, .prezText_inter{
    background-color: #fff4e642;
    color: rgb(0, 0, 0);
    margin: 5%;
    margin-top: 10%;
    padding: 1%;
    text-align: center;
    font-family: 'Libre Baskerville', serif;
    font-size: 20px;
}


.exter_link,.inter_link{
    text-decoration: underline;

}

.drapeau{
    margin-left: 10px;
}
@media screen and (max-width:1000px){
    html{
        background-image: url(illu/background_2.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        height: 100%;
    }

    .prezText_inter, .prezText_exter{
        font-size: 10px;
    }
    .prezText_exter{
        margin-top: 20%;
    }

    .prezText_inter{
        position: relative;
        
    }

}