
/* Webbax - tuto 18 #003d7c */ 

/* tous les supports */
#cms .page-content h1{font-size:30px; margin-bottom:10px;color: #1d1d1f;}
#cms #banner-cms img{max-width:100%}
#cms #banner-cms{margin-bottom:20px;}  



/* desktop */
@media(min-width:1024px){ 
    #cms .page-content.page-cms{font-size:17px;margin-left:20%;margin-right:20%;}

}

/* tablette vert. - small */
@media(max-width:768px) AND (min-width:600px){ 
    #cms .page-content.page-cms{margin-left:5%;margin-right:5%;margin-bottom:5%;}

}
/* Webbax - Èp. 10 */
/* step1 */
#content .banner img:hover{opacity: 0.95;filter: alpha(opacity=95);}
/* step2 */
#footer .banner img{width:100%;margin-bottom:20px}
#footer .banner img:hover{opacity: 0.95;filter: alpha(opacity=95);}
/* step3 */
#footer .banner.hidden-sm-down{display:block!important;}
#category-description img:hover{opacity: 0.90;filter: alpha(opacity=95);}
.rich-text img:hover{opacity: 0.90;filter: alpha(opacity=95);}
.container-fluid img:hover{opacity: 0.90;filter: alpha(opacity=95);}


/* 15.11.23 - Webbax | PS 1.8 TUTO 23 */
.faq-question {
    cursor: pointer;
    padding: 10px;
    margin-bottom: 5px;
    background-color: #f2f2f2;
    border: 1px solid #ddd;
}
.faq-answer {
    display: none;
    padding: 10px;
    margin-bottom: 10px;
     background-color: #f2f2f2;
    border: 1px solid #ddd;
}