
/****************************************************************************
                                    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%;height:100px;background:#d6eaf8;}
.entete_index{background-image:url("../medias/icons/logo.png");background-repeat:no-repeat;background-position:80%;background-size:14%;width:20%;}

}
/**************************************
TABLET
**************************************/
@media screen and (min-width:768px) and (max-width:1023px)
{
/****
CTN GLOBAL
*****/
.ctn_global_entete{position:relative;width:100%;min-height:10px;background:white;}
.entete_index{background-image:url("../medias/icons/logo.png");background-repeat:no-repeat;background-position:95%;background-size:15%;width:20%;}


}
/*******************************************
SMARTPHONE
*******************************************/
@media screen and (max-width:767px)
{
/****
CTN GLOBAL
*****/
.ctn_global_entete{position:relative;width:100%;min-height:10px;background:white;}
.entete_index{background-image:url("../medias/icons/logo.png");background-repeat:no-repeat;background-position:95%;background-size:20%;width:40%;}


}
