/**{*/
/*    outline: 1px solid red;*/
/*}*/

body {
    background-image: url("https://cdn.enit.fr/img/fond_ecran/fond_uttop_trans.png");
    
    background-size: cover;
    background-repeat: no-repeat;
    height: min( 1000px, 100%);
    /*font-size: calc(1vw + 1vh + 2vmin);*/
    font-size: min(2.5vw, 30px);
}

.adp-form {
    position: relative;
    z-index: 1;
    background: white;
    min-width: 200px;
    max-width: 500px;
    /*min-width: 500px;*/
    margin: auto;
    padding: 30px;
    text-align: center;
    box-shadow: 3px 10px 18px #005078;
    border: 1px solid #087ba9;

}
button {
    font-family: sans-serif;
    text-transform: uppercase;
    outline: 0;
    width: 75%;
    border: 0;
    padding: 5px;
    /*margin-top: 1em;*/
    color: #FFFFFF;
    font-size: calc(0.5vw + 0.5vh + 1vmin);
    cursor: pointer;
}
button[disabled=disabled], button:disabled{
    cursor: not-allowed;
    pointer-events: none;
}
.adp-form .adp-message {
    margin-top: 15px;
    font-size: 10px;
}
.adp-form .adp-message a {
    color: #005078;
    text-decoration: none;
}
.btn-close {
    font-size: calc(1vw + 5px);
}
button.bouton-vert{
    background: #77bd79;
}
button.bouton-vert:hover {
    background: #05720a;
}
button.bouton-bleue{
    background: #00507885;
}
button.bouton-bleue:hover {
    background: #005078;
}
h2 {
    font-size: calc(0.5vw + 0.5vh + 1vmin);
    text-shadow: 2px 2px 5px #998;
}
h2.texte-bleue{
    color: #005078;
}
h2.texte-vert {
    color: green;
}

.procédure {
    font-size: 1vw;
}

footer{
    font-size: min(1.5vw, 30px);

    /* position: fixed; */
    /* bottom: 0; */
}
ul {
    min-width: 200px;
    /*transform: translate(0, +50%);*/
    /*width: 350px;*/
    /*margin-top: 25%;*/
    font-size: 20px;
}


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