/* /////////////////////////  */
/* Pour changer la couleur de la pastille de titre de la pièce en fonction du background de la salve */
/* COLORS */
/* 
$r001: #f8f8f8;
$r002: #a7a7c6;
$r003: #c1cab3;
$r004: #c9bfe8;
$r005: #5b3792;
$r006: #eeeeb7;
$r007: #efefff;
$r008: #d0a752;
$r009: #dddddd;
$r010: #9c52f2;
$r011: #cad4c3;
$r012: #b0c0c0;

$r013: #ff5ec4;
$r014: #d94d99;
$r015: #ffebf0;
$r016: #bfabcc;

$r017: #7a6736;
$r018: #e8dec4;

$white: white; 
*/
/* homepage */
.iframe-title--wrapper .iframe-title .iframe-title--background{
    background-color: lightgray; 
    box-shadow: 0px 0px 30px 30px lightgray;
}
/*  salve page 5 */
.page-05.menu-on-display .salve-title--background{
    background-color: lightgray !important; 
    box-shadow: 0px 0px 30px 30px lightgray !important;
}
/*  salve page 7 */
.page-07.menu-on-display .salve-title--background{
    background-color: lightgray !important; 
    box-shadow: 0px 0px 30px 30px lightgray !important;
}

/* /////////////////////////  */

/* /////////////////////////  */
/* EN FONCTION DU NOMBRE DE SALVE SUR LA HOMEPAGE */
/* Si une salve : */
.iframes .iframe-wrapper:nth-child(2){
    width: 100vw;
    height: 85vh;
}
@media (max-width: 576px) {
    .iframes .iframe-wrapper:first-child{
        height: 50vh;
    }
}
/* Si deux Salve remplacé code ci-dessus par :
.iframes .iframe-wrapper:nth-child(2){
    width: 100vw;
    height: 85vh;
}
*/
/* Si + de trois Salves retirer tout ces codes ci-dessus */
/* /////////////////////////  */
