body{
    background-image: url(imports/fond12.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
    
#mydivheader{
    z-index: 9;
    height: 100vh;
    overflow-y: scroll;
}
#mydiv{
    padding: 10px;
    z-index: 10;
    margin-left: 4vw;
    display: bloc;
    margin-top: 5vh;
    /* display: inline-flex; */
}
img{
    width: 30vw;
    margin-top: -5vh;
}
img:hover{
    rotate: 5deg;
    transition: all 0.3s ease-in-out;
}
#fond-texte{
    width: 100vw;
    position: relative;
    margin: auto;
    height: 10vh;
    background-color:rgba(117, 117, 117, 0.524);
}
#texte{
    width: 22vw;
    margin-top: 9vh;
    margin-bottom: 3vh;
    margin-left: 38vw;
}
#galet-titre{
    width: 32vw;
    z-index: 11;
    padding-left: 8vw;
}
#galet-text{
    font-family: serif;
    font-size: 1.1em;
    width: 98vw;
    margin: auto;
    padding-top: 3vh;
    line-height: 20px;
    text-align: center;
    color: rgb(31, 23, 0);
    position: relative;
    left: -35vw;
    top: -24vh;
}
a{
color: rgb(21, 29, 255);
text-decoration: none;
}
#galet-text:hover{
    color: rgb(69, 190, 255);
    transition: all 0.2s ease-in-out;
}