@charset "utf-8";
/* CSS Document */



body {
    margin: 0;
    height: 100vh;
    overflow: hidden;
    background-color: #000e;
}

section#contAp {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 82vh;
    justify-content: space-evenly;
    align-items: flex-start;
}

#contAp a {
    width: 47vw;
    height: 40vh;
    display: block;
    text-decoration: none;
    color: #000;
}

#contAp img {
    width: 100%;
    height: 40vh;
}



section#entete {
    background-color: #000e;
    height: 18vh;
}

a#logo img {
    margin: 1vw;
    display: block;
    float: left;
    width: 11vw;
}

h1 {
    margin: 0;
    color: #fff;
    font-family: sans-serif;
    font-weight: normal;
    font-size: 3vw;
    padding: 3vh 0vw 2vh 20vw;
}

h2 {
    text-align: center;
    color: #888;
    font-size: 2vw;
    font-family: sans-serif;
    margin: 0;
    padding-bottom: 3vh;
}
.deg5 {
    background-image: linear-gradient(to bottom right, #ffffff00, #ffffff55);
}

section.sh1 {
    width: 20vw;
    float: right;
    background-color: #fff9;
    text-align: center;
}

.sh1 p {
    margin: 1.7vh;
}

.coucou {
    background-color: #fffd;
    margin-top: -15vh;
    height: 13vh;
    width: 98%;
    z-index: 1;
    position: relative;
    text-align: center;
    flex-direction: column;
    display: none;
    justify-content: space-evenly;
    padding: 1vh;
}
#contAp a:hover .coucou {
     display: flex; 
}


.coucou h3 {
    font-size: 1.5vw;
    margin: 0;
}

.coucou p {
    font-size: 1.2vw;
}