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

    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;
}
a:hover .lien{
    background-color: rgba(0,0,0,0.2);
}
.lien:hover{
    background-color: rgba(0,0,0,0.2);
}
.btedit{
    width: 45%;
}
/* float */
.float{
    float: left;
}

/* alignement text */
.centrer{
    text-align: center;
}
.justifier{
    text-align: justify;
}

/* liste sans puce */
.liste-sanspuce{
    list-style:none;
    padding-left: 0;
}

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

/* 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: #e4322b !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%;
}

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

    SECTIONS
    
******************************************************/ 
.section-presentation-blanc{
    padding: 2%;
    padding-top: 3%;
    background-color: white;
}
.section-presentation-gris{
    padding: 2%;
    padding-top: 3%;
    background-color: Gainsboro;
}
.section-galeriephoto{
    text-align: center;
    width: 100%;
}
.section-contact{
    padding: 2%;
    background-color: lightgrey;
}
.section-diapo{
    display: block;
    width: 100%;
}

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

    DIAPORAMA
    
******************************************************/ 
.btn-modifdiapo{
    position: absolute;
    z-index: 10;
    margin-top: 2%;
    margin-left: 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%;
}
}
