
/****************************************************************************
MISE EN PLACE MEDIA QUERIES | PAGE REVENU
******************************************************************************
ORDINATEUR 
*****************************************************************************/
@media screen and (min-width:1024px)
{
/****************
CTN GLOBAL REVENU
*****************/
.ctn_global_revenus{position:relative;width:100%;min-height:400px;padding:2%;}
.ctn_global_revenus_env{position:relative;width:100%;min-height:400px;}
.ctn_global_revenus_ent{font-family:Roboto;color:#2e4153;padding:3%;text-align:center;text-transform:uppercase;background-image:url("../medias/icons/logo.png");background-position:80%;background-size:10%;background-repeat:no-repeat;}
/**********
ELEMENT
**********/
.ctn_global_revenus_elem{position:relative;width:100%;min-height:400px;}
.ctn_global_revenus_elem_ent{font-family:Roboto;color:#2e4153;padding:2% 8%;background-image:url("../medias/icons/logo.png");background-repeat:no-repeat;background-size:5%;background-position:2%;}
.ctn_global_revenus_elem_ent:first-letter{text-transform:capitalize;}
.ctn_global_revenus_elem_txt{font-family:Roboto Mono;color:#2e4153;padding:5%;font-size:1em;text-align:justify;}




}
/**************************************
TABLET
**************************************/
@media screen and (min-width:768px) and (max-width:1023px)
{
/****************
CTN GLOBAL REVENU
*****************/
.ctn_global_revenus{position:relative;width:100%;min-height:400px;padding:2%;}
.ctn_global_revenus_env{position:relative;width:100%;min-height:400px;}
.ctn_global_revenus_ent{font-family:Roboto;color:#2e4153;padding:3%;text-align:center;text-transform:uppercase;background-image:url("../medias/icons/logo.png");background-position:80%;background-size:10%;background-repeat:no-repeat;}
/**********
ELEMENT
**********/
.ctn_global_revenus_elem{position:relative;width:100%;min-height:400px;}
.ctn_global_revenus_elem_ent{font-family:Roboto;color:#2e4153;padding:2% 8%;background-image:url("../medias/icons/logo.png");background-repeat:no-repeat;background-size:5%;background-position:2%;}
.ctn_global_revenus_elem_ent:first-letter{text-transform:capitalize;}
.ctn_global_revenus_elem_txt{font-family:Roboto Mono;color:#2e4153;padding:5%;font-size:1em;text-align:justify;}

}
/*******************************************
SMARTPHONE
*******************************************/
@media screen and (max-width:767px)
{
/****************
CTN GLOBAL REVENU
*****************/
.ctn_global_revenus{position:relative;width:100%;min-height:400px;padding:2%;}
.ctn_global_revenus_env{position:relative;width:100%;min-height:400px;}
.ctn_global_revenus_ent{font-family:Roboto;color:#2e4153;padding:3%;text-align:center;text-transform:uppercase;}
/**********
ELEMENT
**********/
.ctn_global_revenus_elem{position:relative;width:100%;min-height:400px;}
.ctn_global_revenus_elem_ent{font-family:Roboto;color:#2e4153;padding:2% 9%;font-size:1.3em;font-weight:bold;background-image:url("../medias/icons/logo.png");background-repeat:no-repeat;background-size:5%;background-position:2%;}
.ctn_global_revenus_elem_ent:first-letter{text-transform:capitalize;}
.ctn_global_revenus_elem_txt{font-family:Roboto Mono;color:#2e4153;padding:5%;font-size:1em;text-align:justify;}


}