/*Fonts Google*/
@import url('https://fonts.googleapis.com/css2?family=Comic+Neue:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

*{
    font-family: "Comic Neue", cursive;
    color: black;
    text-align: center;
}

.titre{
    font-size: x-large;
    font-weight: bold;
    color:rgb(43, 17, 89);
}

.texteStd{
    font-size:medium;
    font-weight: 400;
    text-align: justify;
}

.texteEnEvidence{
    font-weight: 800 ;
    font-style: italic;
}

.lienHpt{
    color: darkblue;
}

.iframe_taille1{
    width: 100%;
    height: 600px;
}    

.iframe_taille2{
    width: 100%;
    height: 300px;
}

.iframe_taille3{
    width: 100%;
    height: 300px;
}