/******************************************************

    STYLES POUR TINYMCE
    
******************************************************/ 
.mce-content-body{ 
    background: transparent !important;
}
.mce-container{ 
   background: transparent !important;
}
.mce-tinymce{ 
   border-width: 5px !important;
   background: transparent !important;
}
.mce-top-part{
    background: white !important;
}
.mce-panel{
    border-color: white !important;
}
.mce-menu{
    background: white !important;
}
.mce-popover{
    background: white !important;
}
.mce-window-head{
    background: white !important;
}
.mce-form{
    background: white !important;
}
.mce-foot{
    background: white !important;
    border-top: 1px solid #c5c5c5 !important;
}
/******************************************************

    STYLES DE BASES
    
******************************************************/ 
/* désactivation décoration automatique */
a:hover{
    text-decoration: none !important;
}
a:link{
    text-decoration: none !important;
}
a{
    text-decoration: none !important;
}
.non-decorer{
    text-decoration: none !important;
    color: inherit; !important;
}
.non-decorer:hover{
    text-decoration: none !important;
    color: inherit !important;
}

/* float */
.float{
    float: left;
}

/* alignement text */
.centrer{
    text-align: center;
}
/* alignement text */
.droite{
    text-align: right;
}
.justifier{
    text-align: justify;
}
.gras{
    font-weight: bold;
}
/* liste sans puce */
.liste-sanspuce{
    list-style:none;
    padding-left: 0;
}

/* formattage text */
.souligner{
    text-decoration: underline;
}

/* fond noir (diapo site internet) */
.fond-noir{
    background-color: black;
    color: white !important;
    margin: 0;
}

/* traits */
.trait-rouge{
    margin-top: 1%;
    margin-bottom: 1%;
    border-top-style: solid !important;
    border-top-color: #911132 !important; /* rouge astiweb */
    border-top-width: 2px !important;
}
.trait-noir{
    margin-top: 1%;
    margin-bottom: 1%;
    border-top-style: solid !important;
    border-top-color: black !important;
    border-top-width: 2px !important;
}

.logo-page{
    width: 100%;
}
.clic{
    cursor: pointer;
}
.no-view{
    display: none;
}

/******************************************************

    SECTIONS
    
******************************************************/ 
.section-presentation-blanc{
    padding: 2%;
    padding-top: 3%;
    background-color: white;
}
.section-presentation-gris{
    padding: 2%;
    padding-top: 3%;
    background-color: Gainsboro;
}
.section-presentation-grisfonce{
    padding: 2%;
    padding-top: 3%;
    background-color: grey;
}
.section-menu-carte{
    background-image: url("../images/fond-carte.jpg");
    margin:0;
    padding:3%;
    -webkit-background-size: cover; /* pour anciens Chrome et Safari */
    background-size: cover; /* version standardisée */
    background-opacity: 0.1;
}
.section-galeriephoto{
    text-align: center;
    width: 100%;
}
.section-contact{
    padding: 2%;
    background-color: lightgrey;
}
.section-diapo{
    display: block;
    width: 100%;
}
.accueil{
    border-color: #911132;
    border-style: solid;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 2%;
}


/******************************************************

    POUR RESPONSIVE
    
******************************************************/ 
/* Tout ce qui change en fonction de la taille de l'écran */
@media (min-width: 1199px){

}
@media (min-width: 992px) and (max-width: 1199px){

}
@media (min-width: 768px) and (max-width: 991px){
    .section-presentation-blanc{
    padding-top: 7%;
}
.section-presentation-gris{
    padding-top: 7%;
}
.section-contact{
    padding-top: 7%;
}
}
@media (max-width: 767px){
    .section-presentation-blanc{
    padding-top: 7%;
}
.section-presentation-gris{
    padding-top: 7%;
}
.section-contact{
    padding-top: 7%;
}
}
