/*Police*//*Police*//*Police*//*Police*/

@font-face {
    font-family: Muli;
    src: url(res/font/Muli.ttf);
}

@font-face {
    font-family: Muli_Light;
    src: url(res/font/Muli_Light.ttf);
}
/*Police*//*Police*//*Police*//*Police*/
/*Corps*//*Corps*//*Corps*//*Corps*/

body {

    color:#eeeeee;
    animation: loading 1.75s 1,bg 30s infinite ease-in-out, loadingbg 1.6s 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    opacity: 95%;
    background-color: #7E7173;
    background-image: url("res/bg.jpg");
}


@keyframes loadingbg{
    0% {
        background-image: url("res/bg0.png");
    }

    30% {
        background-image: url("res/bg0.png");
    }

    100% {
        background-image: url("res/bg.jpg");
    }
}

@keyframes bg {

    0% {
    }

    10% {
        background-image: url("res/bg.jpg");
    }

    23% {
        background-image: url("res/bg.jpg");
    }
    33% {
        background-image: url("res/bg2.jpg");
    }

    56% {
        background-image: url("res/bg2.jpg");
    }
    66% {
        background-image: url("res/bg3.jpg");
    }

    90% {
        background-image: url("res/bg3.jpg");
    }
    100% {
        background-image: url("res/bg.jpg");
    }
}

@keyframes loading{
    0% {
        background-color: white;
        opacity: 0%;
    }

    50% {
    background-color: #7E7173;
    opacity: 0%;
    }

    100% {
        opacity: 95%;
    }
}


/*Corps*//*Corps*//*Corps*//*Corps*/
/*Naviguation*//*Naviguation*//*Naviguation*//*Naviguation*/

nav {
    text-align: center;
    background-color: #75696A;
    padding: 10px;
    border-radius: 2px 2px 0px 0px;
    font-family: Muli;
    animation : bg 0.2s 1 ease-in-out;
}
nav ul{
    padding: 0px;
    margin: 0 auto;
    list-style-type: none;
}

nav li {
    font-size: 16px;
    border: solid #5E5556 4px;
    display: inline-block;
    height: 40px;
    padding: 0px;
    margin: 2.5px 0 2.5px 0;
    text-align: center;
    line-height: 40px;
    background-color:#5E5556;
    width: 31%;
    animation-name: naviguation_anim2;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    
}

@keyframes naviguation_anim2 {
    0% {
        background-color: #75696A;
        border-color: #6C6162;
    }

    100% {
        background-color: #5E5556;
        border: solid #5E5556 4px;
    }
}

nav li:hover {
    animation-name: naviguation_anim;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    background-color: #75696A;
    border-color: #6C6162;
}

@keyframes naviguation_anim {
    0% {
        background-color: #5E5556;
        border: solid #5E5556 4px;
    }

    100% {
    background-color: #75696A;
    border-color: #6C6162;
    }
}

nav li:visited{
    color: white;
}

nav li a{
    text-decoration: none;
    display: block;
    color:white;
}

/*Naviguation*//*Naviguation*//*Naviguation*//*Naviguation*/
/*Drapeau*//*Drapeau*//*Drapeau*//*Drapeau*/

.drapeau img{
    width: 27px;
    height: 17px;
    opacity: 70%;
}
.drapeau {
    display: inline-block;
    width: fit-content;
    float: left;
    margin: 0 5px 5px 5px;
    padding:2px;
    border-radius: 5px;
    font-size: 16px;
    border: solid #5E5556 2px;
    text-align: center;
    background-color:#5E5556; 
}


.drapeau:hover {
    background-color: #75696A;
    border: solid #6C6162 2px;
    
}


/*Drapeau*//*Drapeau*//*Drapeau*//*Drapeau*/
/*Boutons*//*Boutons*//*Boutons*//*Boutons*/

.retour {
    margin: 0 auto;
    width: 50%;
}

.retour li {
    width: 90%;
    font-size: 20px;
}

.sendbutton {
    font-family: Muli;
    margin: 20px;
    width: 30%;
    height: auto;
    border-radius: 3px;
    border: 0px;
    font-size: 15px;
}

span {
    text-align: center;
    vertical-align: middle;
}

/*Boutons*//*Boutons*//*Boutons*//*Boutons*/
/*Texte*//*Texte*//*Texte*//*Texte*/

p, li{
    font-size: 14px;
    font-family: Muli;
}

h2 {
    font-family: Muli_Light;
    width: 80%;
    background-color: #75696A;
    margin : 10px auto;
    border-radius: 4px;
    padding: 5px 15px 5px 15px;
}

h3 {
    font-family: Muli_Light;
    border-radius: 4px;
    margin: 0px auto;
}

h4 {
    display: inline-block;
    background-color: #6C6162;
    text-align: center;
    margin : 0 auto;
    width: fit-content;
    border-radius: 3px;
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: #eeeeee;
}

a:visited {
    text-decoration: none;
    color: #eeeeee;
}

/*Texte*//*Texte*//*Texte*//*Texte*/
/*Titre*//*Titre*//*Titre*//*Titre*/

.titre {
    background-color: #6C6162;
    margin: 0 auto;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 2px;
    border: solid #5E5556 2px;
    background-image: url("res/bloc3.png");
}
.titre img {
    display: block;
    margin: 0 auto;
    text-align: center;
    
}



/*Titre*//*Titre*//*Titre*//*Titre*/
/*Sous-Titre*//*Sous-Titre*//*Sous-Titre*//*Sous-Titre*/

.sous_titre {
    margin: 20px auto;
    width: 85%;
    padding: 10px;
    background-color: #7B6E70;
    text-align: center;
    border-radius: 2px;
    border: solid #665D5E 4px;
    background-image: url("res/bloc3.png");
    font-size: initial;
    animation: bg 0.6s 1;
}

.sous_titre p {
    font-size: 14px;
    font-family: Muli;
}
/*Sous-Titre*//*Sous-Titre*//*Sous-Titre*//*Sous-Titre*/
/*Formulaire à Remplir*//*Formulaire à Remplir*/

.formulaire {
    text-align: center;
    margin: 0 auto;
    width:80%;
    background-color: #7B6E70;
    border: solid #635B5C 2px;
    border-radius: 4px;
    max-width: 720px;
    background-image: url("res/bloc3.png");
}

.form_text {
    display:inline-block;
    width: 49%;
    margin-bottom: 10px;
}

.form_case {
    display: inline-block;
    width: 49%;
    font-family: Muli;
}

.form_type {
    padding-bottom: 10px;
    margin: 20px auto;
    border-radius: 4px;
    background-color: #6C6162;
    width: 60%;
    border: solid #635B5C 2px;
    border-top: 0px;
    background-image: url("res/bloc3.png");
    background-size: contain;
    background-repeat: repeat;

}

.form_type h2 {
    font-size:35px;
    width: fit-content;
}

.form_type h3 {
    font-size:25px;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 2px;
    text-align: center;
    padding: 5px 0 5px 0;
}

.form_type button {
    border-radius: 2px;
    border: 0px;
}

.form_type h3, .form_type h2 {
    background-color: #635B5C;
}

.form_case p{
    padding: 0;
    margin: 0;
}

textarea {
    width: 70%;
    height: 100px;
}


select {
    width: 120px;
    height: 25px;
    text-align: center;
}

input.larger {
    transform: scale(1.5);
    margin-top: 15px;
}

.identite {
    padding-top:10px;
    padding-bottom: 30px;
    background-color: #635B5C;
    opacity: 70%;
    color: #ffffff;
}

/*Formulaire à Remplir*//*Formulaire à Remplir*/
/*Formulaire Réponse*//*Formulaire Réponse*/


.formulaire_reponse {
    width: 80%;
    background-color: #75696A;
    margin: 10px auto;
    padding: 10px;
    font-family: Muli;
    border-radius: 4px;
    border: solid #665D5E 4px;
    background-image: url("res/bloc3.png");
}

.formulaire_reponse h2 {
    font-size:35px;
    width: fit-content;
}

.formulaire_reponse h3 {
    font-size:25px;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 2px;
    text-align: center;
    padding: 5px 0 5px 0;
}

.formulaire_reponse h3, .formulaire_reponse h2 {
    background-color: #635B5C;
}

.formulaire_reponse_bar {
    margin: 0 auto;
    text-align: center;
    border: solid #635B5C 2px;
    background-color: #6C6162;
}

.formulaire_reponse h4 {
    display: inline-block;
    width: 46%;
    margin: 0 auto;
    padding: 10px;
}

.formulaire_reponse li {
list-style: "-  ";
}

.formulaire_reponse_bloc {
    padding-bottom: 10px;
    margin: 20px auto;
    border-radius: 4px;
    background-color: #6C6162;
    width: 60%;
    border: solid #635B5C 2px;
    border-top: 0px;
}

.formulaire_reponse_bloc ul {
    background-color: #665D5E;
    width: fit-content;
    padding: 10px;
    padding-left: 25px;
    margin: 0 auto;
    border-radius: 4px;
}

.formulaire_reponse_bloc p {
    margin : 5px;
    text-align: center;
    background-color: #665D5E;
    width: fit-content;
    padding: 5px 10px 5px 10px;
    margin: 0 auto;
    border-radius: 4px;
}

.formulaire_reponse img {
    float: left;
    width: 75px;
    height: 75px;
    margin: 10px;
}


/*Formulaire Réponse*//*Formulaire Réponse*/
/*Formulaire Ajout*//*Formulaire Ajout*/

.ajout_main {
    width: 100%;
    margin: 20px auto;
    text-align: center;
}

.ajout {
    display: inline-block;
    width: 40%;
    background-color: #75696A;
    margin: 10px auto;
    padding: 10px;
    font-family: Muli;
    border-radius: 4px;
    border: solid #665D5E 4px;
    background-image: url("res/bloc3.png");
    margin: 5px;
}

.ajout h2 {
    font-size:25px;
    margin: 5px auto;
    text-align: center;
    border: solid #635B5C 2px;
}

.form_ajout {
    padding-bottom: 10px;
    margin: 20px auto;
    border-radius: 4px;
    background-color: #6C6162;
    width: 60%;
    border: solid #635B5C 2px;
    border-top: 0px;
}

.ajout h3 {
    font-size:18px;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 2px;
    text-align: center;
    padding: 5px 0 5px 0;
}

.ajout h3, .ajout h2 {
    background-color: #635B5C;
}

.ajout select {
    width: 60%;
    text-align: center;
}

/*Formulaire Ajout*//*Formulaire Ajout*/
/*Titre Envoi*//*Titre Envoi*//*Titre Envoi*/

.sous_titre_final {

    border: solid #665D5E 4px;
    background-image: url("res/bloc3.png");
    margin: 20px auto;
    width: 90%;
    padding: 10px;
    background-color: #7B6E70;
    text-align: center;
    border-radius: 2px;
}

/*Titre Envoi*//*Titre Envoi*//*Titre Envoi*/
/*OPTI*//*OPTI*//*OPTI*//*OPTI*//*OPTI*/

@media (min-width: 801px) { 
    .sous_titre_final {
        max-width: 900px;
    }
    .sous_titre {
        max-width: 900px;
    }
    .formulaire_reponse {
        max-width: 750px;
    }
    .formulaire {
        max-width: 700px;
    }
    .ajout {
        max-width: 400px;
    }
}

@media (min-width: 701px) and (max-width: 800px) {
    nav li {
        width: 30%;
    }
    p, li{
        font-size: 14px;
    }
    .sous_titre p{
        font-size: 14px;
    }
    .formulaire_reponse h2 {
        font-size: 32px;
    }
    .formulaire_reponse h3 {
        font-size: 22px;
    }
    .form_ajout {
        width: 55%;
    }
    .ajout h2 {
        font-size: 23px;
    }
    .ajout h3 {
        font-size: 14px
    }
    .form_ajout input {
        width: 130px;
        height: 15px;
    }
    .formulaire h2 {
        font-size: 24px;
    }
    .formulaire h3 {
        font-size: 23px;
    }
    
}

@media (min-width: 601px) and (max-width: 700px) {
    nav li {
        width: 29.5%;
        font-size: 14px;
    }
    .formulaire_reponse h4 {
      font-size: 14px;
      width: 45%;  
    }
    p, li{
        font-size: 14px;
    }
    .sous_titre p{
        font-size: 14px;
    }
    .formulaire_reponse h2 {
        font-size: 31px;
    }
    .formulaire_reponse h3 {
        font-size: 21px;
    }
    .form_ajout {
        width: 60%;
    }
    .ajout h2 {
        font-size: 24px;
    }
    .ajout h3 {
        font-size: 15px;
    }
    .ajout {
        width: 70%;
    }
    .formulaire h2 {
        font-size: 20px;
    }
    .formulaire h3 {
        font-size: 19px;
    }
}

@media (min-width: 501px) and (max-width: 600px) {
    nav li {
        width: 28%;
        font-size: 12px;
    }
    .formulaire_reponse h4 {
      font-size: 14px;
      width: 44%;  
    }
    p, li{
        font-size: 12px;
    }
    .sous_titre p{
        font-size: 12px;
    }
    .formulaire_reponse h2 {
        font-size: 27px;
    }
    .formulaire_reponse h3 {
        font-size: 17px;
    }
    .sous_titre h2, .sous_titre_final h2 {
        font-size: 20px;
    }
    .formulaire_reponse_bloc {
        margin: 15px auto;
    }
    .form_ajout {
        width: 65%;
    }
    .ajout h2 {
        font-size: 24px;
    }
    .ajout h3 {
        font-size: 15px;
    }
    .ajout {
        width: 70%;
    }
    .formulaire h2 {
        font-size: 18px;
    }
    .formulaire h3 {
        font-size: 16px;
    }
    .form_type {
        width: 65%;
    }

    .form_text input {
        width: 130px;
        height: 15px;
    }
}

@media (min-width: 401px) and (max-width: 500px) {
    nav li {
        width: 27%;
        font-size: 10px;
    }
    .formulaire_reponse h4 {
      font-size: 11px;
      width: 43%;  
    }
    p, li{
        font-size: 11px;
    }
    .sous_titre p{
        font-size: 11px;
    }
    .formulaire_reponse h2 {
        font-size: 24px;
    }
    .formulaire_reponse h3 {
        font-size: 14px;
    }
    .sous_titre h2, .sous_titre_final h2 {
        font-size: 16px;
    }
    .formulaire_reponse_bloc {
        margin: 10px auto;
    }
    .titre img {
        transform: scale(0.8);
        margin: 0px auto;
    }
    .drapeau img {
        transform: scale(1.0);

    }
    .drapeau img:hover {
        transform: scale(1.0);
    }
    ul {
        padding: 10 10 10 25px;
    }
    .form_ajout {
        width: 65%;
        margin: 15px auto;
    }
    .ajout h2 {
        font-size: 24px;
    }
    .ajout h3 {
        font-size: 15px;
    }
    .ajout {
        width: 70%;
    }
    .form_ajout input {
        width: 130px;
        height: 15px;
    }
    .sendbutton {
        font-size: 10px;
    }
    .formulaire h2 {
        font-size: 16px;
    }
    .formulaire h3 {
        font-size: 14px;
    }
    .formulaire button {
        width: 80px;
        height: 20px;
    }
    .formulaire span {
        font-size: 12px;
    }
    .form_type {
        width: 70%;
    }
    .form_text input {
        width: 130px;
        height: 15px;
    }
}

@media (min-width: 301px) and (max-width: 400px) {
    nav li {
        width: 26%;
        font-size: 8.5px;
        height: 30px;
        line-height: 30px;
    }
    .formulaire_reponse h4 {
      font-size: 9px;
      width: 40%;  
      padding:5px;
    }
    p, li{
        font-size: 10px;
    }
    .sous_titre p{
        font-size: 10px;
    }
    .formulaire_reponse h2 {
        font-size: 20px;
    }
    .formulaire_reponse h3 {
        font-size: 11px;
    }
    .sous_titre h2, .sous_titre_final h2 {
        font-size: 12px;
    }
    .formulaire_reponse_bloc {
        margin: 10px auto;
    }
    .titre img {
        width: 200px;
        height: 50px;
        transform: scale(0.8);
        margin: 0px auto;
    }
    .drapeau img {
        transform: scale(1.0);
        width: 27px;
        height: 17px;

    }
    .drapeau img:hover {
        transform: scale(1.0);
        width: 27px;
        height: 17px;
    }
    ul {
        padding: 5 5 5 20px;
    }
    .form_ajout {
        width: 70%;
        margin: 10px auto;
    }
    .ajout h2 {
        font-size: 18px;
    }
    .ajout h3 {
        font-size: 12px;
    }
    .ajout {
        width: 75%;
    }
    .form_ajout input {
        width: 110px;
        height: 12px;
    }
    .sendbutton {
        font-size: 10px;
        width: 80px;
    }
    .formulaire h2 {
        font-size: 15px;
        width: 80%;
    }
    .formulaire h3 {
        font-size: 13px;
    }
    .formulaire button {
        width: 70px;
        height: 20px;
    }
    .formulaire span {
        font-size: 12px;
    }
    .form_type {
        width: 70%;
    }
    .form_text input {
        width: 90px;
        height: 15px;
    }
    textarea {
        height: 80px;
    }
}

@media (min-width: 201px) and (max-width: 300px) {
    nav li {
        width: 24%;
        font-size: 6.5px;
        height: 20px;
        line-height: 20px;
    }
    .formulaire_reponse h4 {
      font-size: 9px;
      width: 40%;  
      padding:0;
    }
    p, li{
        font-size: 8.5px;
    }
    .sous_titre p{
        font-size: 8.5px;
    }
    .formulaire_reponse h2 {
        font-size: 15px;
    }
    .formulaire_reponse h3 {
        font-size: 9px;
    }
    .sous_titre h2, .sous_titre_final h2 {
        font-size: 10px;
    }
    .formulaire_reponse_bloc {
        margin: 10px auto;
    }
    .titre img {
        width: 200px;
        height: 50px;
        margin: 0px auto;
    }
    .drapeau img {
        width: 27px;
        height: 17px;

    }
    ul {
        padding: 0 0 0 15px
    }
    .form_ajout {
        width: 70%;
        margin: 10px auto;
    }
    .ajout h2 {
        font-size: 14px;
    }
    .ajout h3 {
        font-size: 10px;
    }
    .ajout {
        width: 75%;
    }
    .form_ajout input {
        width: 90px;
        height: 10px;
    }
    .sendbutton {
        font-size: 10px;
        width: 80px;
    }
    .formulaire h2 {
        font-size: 13px;
        width: 80%;

    }
    .formulaire h3 {
        font-size: 11px;
    }
    .formulaire button {
        width: 60px;
        height: 20px;
    }
    .formulaire span {
        font-size: 10px;
    }
    .form_type {
        width: 75%;
    }
    .formulaire p {
        font-size: 10px;
    }
    .form_text input {
        width: 70px;
        height: 12px;
    }
    .form_text {
        width: 45%;
    }
    textarea {
        height: 60px;
    }
}

/*OPTI*//*OPTI*//*OPTI*//*OPTI*/
/*Pub*//*Pub*//*Pub*//*Pub*/
.pub{
    width: 50%;
    height: 30px;
    margin: 0 auto;
    padding-left:10px;
    padding-top: 1px;
    padding-right: 5px;
    text-align: center;
    opacity: 30%;
    font-size: small;
    animation-name: pub2;
    animation-duration: 1s;
    animation-iteration-count: 1;
    color: #ffffff;
}

@keyframes pub2{
    0% {
        opacity: 70%;
    }
    100% {
        opacity: 30%;
    }
}

.pub:hover{
    opacity: 70%;
    animation-name: pub;
    animation-duration: 1s;
    animation-iteration-count: 1;
}

@keyframes pub{
    0% {
        opacity: 30%;
    }
    100% {
        opacity: 70%;
    }
}

.version{
    font-size: x-small;
    margin-top: 0px;
}
/*Pub*//*Pub*//*Pub*//*Pub*/
/*AdminButton*//*AdminButton*//*AdminButton*/

.adminbutton {
    width: fit-content;
    padding:0px 5px 0px 5px;
    border-radius: 2px;
    float: right;
    margin: 2px 10px 2px 0px;
    border: solid #5E5556 4px;
    background-color: #5E5556;
    animation-name: naviguation_anim2;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    background-image: url("res/admin.png");
    background-position: center;
    background-size: contain;
}

.adminbutton:hover {
    animation-name: naviguation_anim;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    background-color: #75696A;
    border-color: #6C6162;
}

/*AdminButton*//*AdminButton*//*AdminButton*/