﻿/** CHARTE GRAPHIQUE **/ 
@font-face {
font-family: 'Montserrat';
src: url('../font/Montserrat-Medium.otf') format('truetype');
font-weight: normal;
font-style: normal;
}

body {
    font-family: Montserrat, sans-serif !important;
}

/* Entête et formulaire */
html {
    background: #EAEAEA;
}

#form1 {
    background: #EAEAEA;
    padding: 0px 25%; 
}

.menuhead2 {
    text-align: center;
}

.menuhead_text {
    color: #777777;
    text-align: center;
}

.menuhead_decouverte {
    color: #226677;
    text-decoration: underline;
}

.menuhead_decouverte a {
    cursor: pointer;
}

#login_connexion_formulaire .formulaire {
    background: #B4CED4;
    border-radius: 5px;
    padding: 20px 20px; 
}

#login_connexion_formulaire .formulaire label {
    color: #226677;
}

#login_connexion_formulaire .formulaire_bouton {
    text-align: center;
}

#login_connexion_formulaire #ButtonValider2 {
    background: #226677;
    color: white;
}

#login_connexion_formulaire .formulaire_erreur {
    color: red;
    text-align: center;
}


/* Actualités et nouveautés */
.title {
    color: #226677;
}

.liste_titre {
    color: black;
}

.liste_date {
    color: #777777;
}

.news {
    border-left-width: 1px;
    border-left-style: solid; 
    border-left-color: #CFCFCF;
    padding-left: 30px;
}

.login_navbar_arrow {
    color: #226677;
    cursor: pointer;
    padding-right: 25px;
}

.ajax-loader-ng img {
    margin-left: -20px;
    margin-top: -20px;
    position: relative;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
}


/* Footer */
.footer_masterpage {
    width: 100%;
    padding-left: 10% !important;
    padding-right: 10% !important;
}

.footer {
    background: #EAEAEA;
    height: 50px;                   
}

.footer_masterpage {
    height: 100px;
    background: #F4F2F3;
    color: #777777;
}

.footer_masterpage div {
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    text-align: center;
}

.footer_masterpage a {
    color: #226677;
    text-decoration: underline;
}

.footer_masterpage .border_right {
        border-right-width: 1px;
        border-right-color: #777777;
        border-right-style: solid;
        padding-right: 15px;
        margin-right: 10px;
}

#fmp_infos img {
    margin-left: 5px;
}

#fmp_link a {
    cursor: pointer;
}