html, body {
    height: 100%;
}

* {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    /* font-size: 1vw; */
}

body {
    display: flex;
    flex-direction: column;
    background-color: white;
    margin: 0;
}

#container {
    padding: 0 0 50px;
    flex-grow: 1;
}

#container > div:not(.diviser) {
    margin: 0 7.5%;
}

.diviser {
    height: 6vh;
    width: 100%;
    background-color: #E4E4E4;
}

footer {
    background-color: #b53f5e;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    color: white;
    padding: 10px;
    height: 40px;
}

footer > div > *{
    margin-right: 1vw;
}

footer a {
    color:white;
    text-decoration: none;
}

footer img {
    height: 4vh;
}

.deltadev {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.deltadev img { /* delta dev logo */
    height: 6vh;
    /* max-width: 10vw;
    border: solid 2px black;
    border-radius: 90%;
    background: radial-gradient(circle at center,paleturquoise ,paleturquoise 60%, black 100%);
    padding: .6vw;
    margin: 2vw;
    border: solid .06px darkturquoise; */
}



    /* NAVIGATION */

.divNav {
    position: relative;
    
}

.navigation {
    height: 6vw;
    background-color: #E4E4E4;
    width: 100%;
    display:flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

#menu {
    display: flex;
    justify-content: space-around;
    width: 80%;
    list-style: none;
    margin: 0 5vw;
}

.menuImg {
    float: right;
    height: 13vh;
    margin: 1vw;
}

.cursor {
    cursor: pointer;
}

.navigation .btnNav {
    height: 4vw;
    min-width: 100px;
    background-color: #E4E4E4;
    border: none;
    color: black;
    vertical-align: middle;
    font-size: 1vw;
    font-weight: bold;
}

.sousM .btnNav {
    text-align: start;
    height : 5vh;
}

.sousDiv {
    position: absolute;
    background-color: #4cc8ec;
    width: 100%;
}

.sousM {
    margin: 0;
    padding: 0;
    list-style-position: inside;
    list-style-type: none;
    position: absolute;
}

/* .sousM:hover, #menuEve:hover .sousM {
    
    border-left: solid 2px black;
    border-bottom: solid 2px black;
} */

.ssousM {
    margin: 0;
    padding: 0;
    list-style-position: inside;
    list-style-type: none;
    position: relative;
    top:-30px;
    left:100%;
}

.sousM button {
    width: 100%;
}

#menuEve:hover li, #menuPBD:hover #menuSPBD, #menuPBD:hover #menuTIN {
    display: block;
}

#menuEve li {
    
    display: none;
    position: relative;
}

#menuEve:hover {
    color: #4cc8ec;
    /* border-left: solid 2px black; */
}

.btnNav:hover {
    color:#4cc8ec;
}

h1 {
    color: #b53f5e;
    text-transform: uppercase;
    font-size: 3vh;
}

h2 {
    color:#4cc8ec;
    font-size: 6vh;
}

.divAcc {
    display: flex;
    margin-top: 10vh;
}

@media only screen and (max-aspect-ratio: 1) {
    .divAcc {
        flex-direction: column;
    }
}

@media only screen and (min-aspect-ratio: 1) {
    .divAcc {
        flex-direction: row;
    }
}

.divAcc > div {
    
    text-align: center;
}

.divAcc > div:first-child {
    padding: 4vw;
    width: 60%;
}

.divAcc img {
    max-height: 78vh;
}

.blocAcc p {
    text-align: left;
    width: 85%;
    margin-left: 12%;
}

/* UNEL */

.cardPrez {
    display: flex;
    flex-direction: column;
}

.cardPrez span {
    text-align: center;
    margin: 3vh auto;
    width: 85%;
}

.cardPrez > div{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.cardPrez > div > img {
    margin: 0 1vw;
}

/* Mention Légales - Conf des données */
.paragraphe div, .paragraphe p, .paragraphe ul {
    width: 75%;
    margin: auto;
}

.paragraphe > div:not(.cardPrez) {
    margin-bottom: 5vh;
}

.paragraphe p {
    line-height: 21px;
}

.paragraphe h1 {
 padding-left: 5vw;
}

.paragraphe img {
    width: 26vw;
    margin-left: 30%;
}

.paragraphe h2 {
    text-align: center;
    margin-bottom: 1vh;
}

.infoSpan {
    margin: 2vh auto;
}

.infoSpan div {
    width: 75%;
    background-color: #b53f5e;
    text-align: center;
    padding: 0.5vh 0;
}

.infoSpan a {
    color: white;
}

.boldInfo {
    color:#4cc8ec;
}


        /* Maintenance */
.divOff h2 {
    text-align: center;
}

.btnAdd {
    margin-top: 1vh;
    text-align: center;
}

.btnAdd button {
    background-color: #b53f5e;
    color: white;
    cursor: pointer;
    height: 4vh;
}

.btnAdd button:active {
    background-color: #d70a22;
}
    /*Ressources */

.buttonList{
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
}

/* .buttonList > div {
    text-align: center;
    margin: 0.5vh 0;
}

.buttonList > div:first-child {
    flex: 0 0 100%;
} */

.buttonList button {
    background-color: white;
    height: 4vw;
    width: 10vw;
    font-size: 1vw;
    font-weight: bold;
    border: 2px solid black;
    margin: 0.5vh 0.5vw;
}

.buttonList button:hover{
    background-color: #b53f5e;
    color: white;
    cursor: pointer;
}

.btnAct{
    background-color: #4cc8ec !important; 
    color: black !important;
}

#divAddDoc {
    margin: 1vh 0;
    display: none;
}