/**************************************************************************************************************/
/*
			LES CHARTREUX  - internat

			#26445c - principale
			#179faf - claire
			#071b2b - sombre

*/
/**************************************************************************************************************/

/*
    MENU ACTIF
*/
.site-etb ul li.nos-internats::before{
    content: '';
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: -8px;
    height: 16px;
    background: #fff;
}
.site-etb ul li.nos-internats::after {
    content: '▼';
    position: absolute;
    bottom: -5px;
    left: 20px;
    color:#26445c!important;
    font-size: 2.2em;
}


/*
    RESPONSIVE
*/
@media only screen and (max-width: 800px) {
    .site-etb ul li.nos-internats::before {
        left: 5px;
        right: 5px;
    }
}
@media only screen and (max-width: 600px) {
    .site-etb ul li.nos-internats::before,
    .site-etb ul li.nos-internats::after {
        display: none;
    }
}


