﻿#header {
    text-align: center;
    margin-top: 8vh;
}

#div_content {
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    margin-top: 15vh;
    z-index: 5;
}

#console {
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 2vh;
    z-index: 10;
}

#img_logo {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    height: 200px;
}

@media (max-width: 1560px) {
    #img_logo {
        height: 150px;
    }
}

@media (max-width: 1300px) {
    #img_logo {
        height: 130px;
    }
}

@media (max-width: 900px) {
    #img_logo {
        height: 110px;
    }
}

@media (max-width: 800px) {
    #img_logo {
        height: 90px;
    }
}

@media (max-width: 600px) {
    #img_logo {
        height: 70px;
    }
}

body {
    background: url(/Images/Background.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#footer {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: url(/Images/Footer.png) no-repeat top center;
    height: 25vh;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 7;
}

.titre1 {
    font-family: 'Fredoka One', cursive;
    font-size: 30px;
    color: #FFFFFF;
    /*line-height: 4.19vh;*/
}

@media (max-width: 1560px) {
    .titre1 {
        font-size: 25px;
    }
}

@media (max-width: 1300px) {
    .titre1 {
        font-size: 18px;
    }
}

@media (max-width: 900px) {
    .titre1 {
        font-size: 14px;
    }
}

@media (max-width: 800px) {
    .titre1 {
        font-size: 13px;
    }
}

@media (max-width: 600px) {
    .titre1 {
        font-size: 12px;
    }
}

.titre1_dark {
    font-family: 'Fredoka One', cursive;
    font-size: 3.35vh;
    color: #393437;
    line-height: 4.19vh;
}

@media (max-width: 1560px) {
}

@media (max-width: 1300px) {
}

@media (max-width: 900px) {
}

@media (max-width: 800px) {
}

@media (max-width: 600px) {
}

.titre2 {
    font-family: 'Varela Round', sans-serif;
    font-size: 2.59vh;
    color: #FFFFFF;
    line-height: 3.35vh;
}

.contenu_cta {
    font-family: 'Fredoka One', cursive;
    font-size: 2.44vh;
    color: #FFFFFF;
    line-height: 2.52vh;
}


.contenu_small_titre {
    font-family: 'Fredoka One', cursive;
    font-size: 1.56vh;
    color: #FFFFFF;
    line-height: 2.52vh;
}

.paragraph {
    font-family: 'Varela Round', sans-serif;
    font-size: 1.47vh;
    color: #393437;
    line-height: 2.09vh;
    margin-bottom: 3.35vh;
}

.paragraph_white {
    font-family: 'Varela Round', sans-serif;
    font-size: 1.47vh;
    color: #FFFFFF;
    line-height: 2.09vh;
    margin-bottom: 3.35vh;
    text-align: left;
}

.mention {
    font-family: 'Varela Round', sans-serif;
    font-size: 1.56vh;
    color: #393437;
}

.lbl {
    font-family: 'Varela Round', sans-serif;
    font-size: 1.56vh;
    color: #FFFFFF;
}

.err {
    font-family: 'Varela Round', sans-serif;
    font-size: 2vh;
    color: #DF1422;
}

/****************************************************************************/
/*****    Formulaire                                                     ****/
/****************************************************************************/
button#btn_valider_contact, button#btn_valider_connexion, button#btn_valider_valid {
    background-color: #ffd42d;
    height: 5.03vh;
    font-size: 1.88vh;
    border: 3px solid #ffd42d;
    border-radius: 6px;
    width: 18.86vh;
    cursor: pointer;
}

    button#btn_valider_contact span, button#btn_valider_connexion span, button#btn_valider_valid span {
        color: #ca1b82;
    }

    button#btn_valider_contact:hover, button#btn_valider_connexion:hover, button#btn_valider_valid:hover {
        background-color: #FFFFFF;
    }

input:not([type="radio"]) {
    border: none;
    border-radius: 6px;
    padding: 0.83vh 0.83vh;
    vertical-align: middle;
    margin: 0.52vh;
    font-size: 1.56vh;
}

input[type="radio"] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    -ms-appearance: checkbox;
}

textarea {
    border: none;
    border-radius: 6px;
    padding: 0.52vh 1.05vh;
    vertical-align: middle;
    margin: 0.52vh;
    margin-bottom: 1.57vh;
    font-size: 1.56vh;
}

label {
    vertical-align: middle;
}

img.closePopup {
    cursor: pointer;
    width: 7.38vh;
}


/****************************************************************************/
/*****    Pour tout                                                      ****/
/****************************************************************************/
.varela {
    font-family: 'Varela Round', sans-serif;
}

.fredoka {
    font-family: 'Fredoka One', cursive;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.tooltip span {
    display: none;
    margin-left: 3px;
    margin-top: 5px;
    font-family: 'Fredoka One', cursive;
}

.tooltip:hover span {
    display: inline;
    position: absolute;
    color: #FFF;
}
