
/****************************************************************************
                                    MISE EN PLACE MEDIA QUERIES
******************************************************************************
ORDINATEUR ctn_latribune_pro_ctn_slider   text-overflow: ellipsis; white-space: nowrap;
*****************************************************************************/
@media screen and (min-width:1024px)
{
/****
CTN GLOBAL
*****/
.ctn_global_entete{position:relative;width:100%;min-height:100px;background:#0B88BA;background-repeat:repeat;}
.entete_index{background-image:url("../medias/icons/mut.png");background-repeat:no-repeat;background-position:80%;background-size:20%;width:20%;}
.icon-connexion{position:relative;margin-top:-5px;}
.site-navbar{background:#0B88BA;}

}
/**************************************
TABLET
**************************************/
@media screen and (min-width:768px) and (max-width:1023px)
{
/****
CTN GLOBAL
*****/
.ctn_global_entete{position:relative;width:100%;min-height:100px;background:#0B88BA;}
.entete_index{background-image:url("../medias/icons/mut.png");background-repeat:no-repeat;background-position:80%;background-size:20%;width:20%;}
.icon-connexion{position:relative;margin-top:-7px;}
.site-navbar{background:#0B88BA;}


}
/*******************************************
SMARTPHONE
*******************************************/
@media screen and (max-width:767px)
{
/****
CTN GLOBAL
*****/
.ctn_global_entete{position:relative;width:100%;min-height:100px;background:#0B88BA;}
.entete_index{background-image:url("../medias/icons/mut.png");background-repeat:no-repeat;background-position:80%;background-size:20%;width:20%;}
.icon-connexion{position:relative;margin-top:-1px;width:10%;}
.site-navbar{background:#0B88BA;}


}
