/*pour travailler en attendant*/
@import url("https://fonts.googleapis.com/css2?family=Karla&family=Mulish&family=Roboto&display=swap");


*, ::before, ::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/*regle le problème des border qui agrandisse les box.*/

.lien-logo {
    display: inline-block;
    width: 150px;
    margin-left: 50%;
    transform: translateX(-50%);
    /*    faut vraiment trouver une meilleure méthode pour centrer*/

}

#logo {
    width: 100px;

}

#logo:hover {
    color: #ffee10;
    -webkit-filter: drop-shadow(-3px -3px 0 #000000);
    filter: drop-shadow(-3px -3px 0 #000000);
}

/*filter : moyen de contourner le fait qu'un effet s'appliquer a l'élement qui est essentiellement un carré plutôt qu'au PNG*/

.rotate-center {
    -webkit-animation: rotate-center 0.6s ease-in-out both;
    animation: rotate-center 0.6s ease-in-out both;
}

@-webkit-keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.entete {
    background: #112c3d;
    position: relative;
    width: 100%;
    height: fit-content;
}

nav.header-nav {
    text-align: center;
    /*enfin trouver commencer centrer la liste*/

}

.header-nav li {
    display: inline-block;
    list-style: none;
    border: #080617 solid;
    background-color: #080617;
    margin: 0.5em;
    width: 150px;
    text-align: center;
}

.header-nav li:hover {
    background-color: #0D6986;
    border: #0D6986;
    border-radius: 5px;

}

.header-nav a {
    text-decoration: none;
    display: block;
    color: rgb(200, 200, 200);
    padding: 5px;
}

.header-nav a:hover {
    color: white;
}

/*main*/
.main-contenu {
    background: #cdd3d7;
    width: max-content;
    margin: 0 auto;
    padding: 10px;
}

.image {
    width: 400px;
    display: block;
    margin: 30px auto;
    border-radius: 5px;
}

#logo_mmi {
    background: #00171b;
}


h2 {
    font-size: 50px;
    text-align: center;
    margin: 20px;
    font-family: 'Mulish', sans-serif;

}

article p {
    /*border: #00171b solid;*/
    width: 50em;
    margin: 30px auto;
    padding: 20px;
    text-align: justify;
    font-family: 'Roboto', sans-serif;
    line-height: 30px;


}

/*bas de page*/
.baspage {
    background: #0d222c;
    position: absolute;
    width: 100%;
    height: 100px;


}

.baspage a {
    text-decoration: none;
    color: white;
}

.baspage a:hover {
    color: red;
}

.baspage > p {
    color: white;
    text-align: left;
    margin-top: 35px;
    margin-left: 10px;
}

.baspage::after {
    content: "";
    display: block;
    clear: both;
}

/*regle le bug des floats*/

.bottom_nav {
    float: right;
    margin: 5px;
}

.logo_bottom {
    margin: 5px;
    width: 20px;
}

.logo_bottom:hover {
    opacity: 0.5;
}


/*formulaire*/
aside {
    /*background: red;*/
    /*en attendant*/
    font-family: 'Roboto', sans-serif;

}

.form {
    font-size: 11px;
    margin: 5em auto;
}

legend.form {
    margin: 1em;
}

fieldset.form {
    width: max-content;
    border-radius: 2.5%;


}

input[type=email] {
    margin: 1em 1em 1em 50%;
    transform: translateX(-50%);


    padding: 5px;
    font-size: 16px;
    border-width: 1px;
    border-color: #CCCCCC;
    background-color: #FFFFFF;
    color: #000000;
    border-style: solid;
    border-radius: 16px;
    box-shadow: 0 0 5px rgba(66, 66, 66, .75);
}

#envoyer {
    margin: 1em 1em 1em 50%;
    transform: translateX(-50%);

    box-shadow: inset 0 37px 0 -24px #e67a73;
    background: #e4685d linear-gradient(to bottom, #e4685d 5%, #eb675e 100%);
    border-radius: 7px;
    border: 1px solid #ffffff;
    cursor: pointer;
    color: #ffffff;
    font-size: 15px;
    padding: 8px 11px;
    text-decoration: none;
    text-shadow: 0 1px 0 #b23e35;
    font-family: Mulish, serif;
}

input[type=submit]:hover {
    opacity: 0.9;
}

/*Elements spécifique à la page1*/

.video-explicative {
    display: block;
    margin: 0 auto;
}

/*CSS pour tableau page2*/
table.tablo {
    border: 2px solid #FFFFFF;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    margin: 10px auto;

}

table.tablo td, table.tablo th {
    border: 1px solid #ffffff;
    padding: 3px 4px;

}

table.tablo tbody td {
    font-size: 14px;
    font-family: 'Mulish', sans-serif;
}

table.tablo td:nth-child(even) {
    background: #eeeeee;
}

table.tablo thead {
    background: #ffffff;
    border-bottom: 4px solid #333333;
    font-family: 'Roboto', sans-serif;
}

table.tablo thead th {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    text-align: center;
    border-left: 2px solid #333333;
}

table.tablo a {
    text-decoration: none;
    color: black;
}

table.tablo caption {
    font-family: "Karla", sans-serif;
    font-size: 20px;
}

/*Formulaire page1*/
#send {
    margin: 1em 1em 1em;
    background-color: #7bde96;
    border-radius: 5px;
    border: 1px solid #18ab29;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    padding: 9px 21px;
    text-decoration: none;
    text-shadow: 0 1px 0 #2f6627;
}

#send:hover {
    background-color: #492918;
    border: 1px solid #492918;
}

.form_note_full {
    text-align: center;
    margin: 5px auto;
    padding: 5px;
    max-width: 700px;
    font-family: 'Mulish', sans-serif;
    font-size: 16px;
}

.form-satisfaction {
    margin: 10px;
    padding: 5px;
}

.radio-note p {
    display: inline-block;
}

fieldset.form-satisfaction {
    background: #dadada;
}

.NF {
    width: available;
    height: 500px;
    background: rgb(147, 69, 69);
    margin: 10px auto 500px auto;
    color: #fff0f0;
    text-align: center;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    font-size: 72px;
    display: table;


}

.NF > p {
    display: table-cell;
    vertical-align: middle;
    padding-left: 5em;
    padding-right: 5em;
}