/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 20 mars 2019, 18:16:13
    Author     : Stéphane
*/

body {
    background-color: #cccccc;
}

.header  {
    height: 130px;
    background-image: url('/uploads/images/accueil/bandeau-francky.jpg');
}

.container-main {
    background-color: white;
}

.container-center {
    width: 960px; 
    margin: 0 auto;
    text-align: center;
}

.logo {
    width: 762px;
    height:724px;
}
.bande-rouge {
    background-color: red;
}
.bande-rouge-header{
    height: 40px;
}
.bande-rouge-page{
    position: absolute;
    top: 48%;
    width: 100%;
    height: 395px;
    z-index: -1;
}

.bande-rouge-footer{
    height: 10px;
}

.hr-titre-rdv {
    border: solid 3px red;
    width: 80%;
    margin-top: 15px;
    margin-bottom: 15px;
}

.container-sous-logo {
    background-color: white;
    height: 80px;
}

.container-sous-logo hr {
    border-top: solid 5px red;
    margin: 0 auto;
    width: 80%;
}

.texte {
    font-size: 11px;
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.container-texte {
    padding: 10px 10px;
}

.footer {
    height: 230px;
    background-color: white;
}

.footer-titre-encart {
    background-color: white;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #336699;
    text-align: left;
}
.footer-encart {
    min-height: 200px;
    background-color: #cccccc;
    padding-top: 10px!important;
    margin-left: 10px;
    width: 32%;
    float: left;

}
.footer .col-sm-7, .col-sm-6, .footer .col-sm-5, .footer .col-sm-4 {
    padding: 0 5px;
    text-align: left;
}
footer-container-rouge {
    background-color: red;
}

.footer-container-familles {
    padding-top: 5px !important;
}

.footer-container-carte-fidelite {
    background-color: red;
    height: 85px;
    color: white;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    margin-right: -10px;
    margin-left: 15px;
    padding-top: 10px;
}

.footer-container-carte-fidelite ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-container-carte-fidelite a {
    color: white;
    text-decoration: none;
}
.footer-container-carte-fidelite a:hover {
    color: white;
    text-decoration: none;
}
.footer-container-carte-fidelite a:visited {
    color: white;
    text-decoration: none;
}

.footer-container-titre-rdv {
    padding-top: 10px;
    text-align: center;
}

.footer-container-rdv {
    text-align: center;
}

.footer-container-moyens-paiements {
    background-color: red;
}

.coordonnees {
    background-color: white; 
    margin-bottom: 10px;
    padding-bottom:  20px;
}

.footer-container-document {
    height: 60px;
    line-height: 60px;
    text-align: right;
}

.footer-container-rdv ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-social-network {
    padding: 0 0 10px 15px;
}

.footer-filler {
    height: 15px;
}

.gris {
    background-color:  #cccccc;
}

.blanc {
    background-color: white;
}

.footer-container-paiements {
    margin-top: 10px;
}

.footer-container-moyens-paiements {
    color: white;
    font-size: 14px;
    text-align: center;
    height: 80px;
    padding-top: 20px;
}

.container-actualite {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -300px;
    margin-left: -300px;
    width: 600px;
    height: 680px;
    background-color: #729c47;
    box-shadow: 0px 4px 15px 10px;
    border: solid 1px black;
    z-index: 10000;
    overflow-y: auto;
}

.actualite-titre {
    color: white;
    font-weight: 600;
    font-family:  delicious;
    font-size: 24px;
}
.actualite-date {
    color: white;
    font-weight: 600;
    font-family:  delicious;
    font-size: 24px;
}

.actualite-close {
    position: absolute;
    right: 10px;
    top: 5px;
    color: red;
    cursor: pointer;
}