#cadreSite {
    width: 1000px;
}

#entete image-icone {
    margin-left: 215px;
    position: fixed;
}

#partieGauche {
    width: 750px;
}

#page {
    width: 1000px;
}

.contenu:not(.scenarios):not(.fournisseursAgrees), .documentLegal #pageDynamique.sansBoiteOutils .contenu {
    width: 750px;
}

.contenu.scenarios, .contenu.fournisseursAgrees, #pageDynamique.sansBoiteOutils .contenu {
    width: 1000px;
}

.contenu.fournisseursAgrees, #page.fournisseursAgrees {
    width: 1025px;
}

#page.accueil {
    padding-top: 77px;
}

table .infobulleStatutPayee {
    position: absolute;
    bottom: 0;
    right: 0;
}

table .infobulleStatutPayee .fond {
    background-color: transparent !important;
}

table .infobulleStatutPayee bouton button {
    height: 27px;
}

table .infobulleStatutPayee bouton .icone {
    width: 22px;
    height: 22px;
    background-size: 1897px 82px;
    background-position: -305px -7px !important;
}

#logoReseauxSociaux {
    margin-top: 10px;
    margin-bottom: 25px;
    display: block;
}

.logoFacebook {
    left: 15px;
    width: 30px;
    height: 30px;
    background: url(../../images/commun/logoFacebook.png);
    background-size: contain;
    margin-bottom: 8px;
    overflow: visible;
}

.logoLinkedin {
    left: 15px;
    width: 30px;
    height: 30px;
    background: url(../../images/commun/logoLinkedin.png);
    background-size: contain;
    margin-bottom: 5px;
    overflow: visible;
}

.logoFacebook:hover, .logoFacebook:hover button {
    opacity: 75%;
}

.logoLinkedin:hover, .logoLinkedin:hover button {
    opacity: 75%;
}

/* GESTION DES COOKIES */
.cookie_container {
    background-color: #E6E6E6;
    padding-bottom: 60px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}

.cookie_contenue_message {
    text-align: justify;
    padding: 0px 200px 20px;
}

.cookie_bouton {
    background-color: #4E5D97;
    width: 140px;
    font-size: 13px;
    border: none;
    cursor: pointer;
    padding: 5px;
    color: white;
}

.nomAnneeAdhesion {
    position: fixed;
    top: 5px;
    color: white;
    z-index: 1000;
    font-style: italic;
}