/* Custom code goes here - paste your css code below in line 3 */

/* ------------------------------------------------ */
/* MOBILE : cacher colonne gauche */
/* ------------------------------------------------ */

@media (max-width: 768px) {

#left-column{
display:none !important;
}

#content-wrapper{
width:100% !important;
max-width:100% !important;
flex:0 0 100%;
}

}


/* ------------------------------------------------ */
/* STYLE SOUS-TITRE BANNERS */
/* ------------------------------------------------ */

.banner-subtitle{
display:block;
font-size:16px;
color:#ffffff;
margin-top:10px;
letter-spacing:1px;
opacity:0.9;
text-transform:none;
}


/* ------------------------------------------------ */
/* OVERLAY SOMBRE SUR LES IMAGES */
/* ------------------------------------------------ */

.angarbanners .banner a:before{
content:"";
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.35);
z-index:1;
}

.angarbanners .banner .caption{
position:relative;
z-index:2;
}

/* ------------------------------------------------ */
/* SOUS TITRE BLANC LIGHT */
/* ------------------------------------------------ */

.banner-subtitle{
display:block;
font-size:16px;
color:#ffffff;
margin-top:10px;
letter-spacing:1px;
opacity:0.88;
text-transform:none;
font-weight:500;
}