
/****************************************************************************
                                    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_membres{position:relative;width:100%;min-height:500px;}
.ctn_global_membres_env{position:relative;width:50%;height:500px;margin:5% auto;}

.ctn_global_membres_ent{padding:2%;font-size:3.5em;text-transform:uppercase;font-weight:bold;font-family:arial,helvetica,clean,sans-serif;text-align:center;letter-spacing:2px;color:#2e4053;background-image:url("../medias/icons/logo.png");background-repeat:no-repeat;background-size:14%;background-position:80%;}
.ctn_global_membres_mot{text-align:center;color:#2e4053;}
.ctn_global_membres_mot:first-letter{text-transform:capitalize;}

/*
form
*/
.form_membres{position:relative;width:90%;height:150px;margin-left:5%;}
.form_membres_tab{position:relative;width:100%;}
.chmp{font-family:arial,helvetica,clean,sans-serif;padding:2%;width:98%;}
.envoi_form{background:lightsteelblue;border:none;border-radius:5px;box-shadow:0px 0px 2px gray;text-transform:capitalize;color:#2e4053;letter-spacing:2px;font-weight:bolder;}
.envoi_form:hover{background:dodgerblue;color:white;text-shadow:0px 0px 2px #2e4053;}

}
/**************************************
TABLET
**************************************/
@media screen and (min-width:768px) and (max-width:1023px)
{
/****
CTN GLOBAL
*****/
.ctn_global_membres{position:relative;width:100%;min-height:500px;}
.ctn_global_membres_env{position:relative;width:80%;height:500px;margin:5% auto;}

.ctn_global_membres_ent{padding:2%;font-size:3.5em;text-transform:uppercase;font-weight:bold;font-family:arial,helvetica,clean,sans-serif;text-align:center;letter-spacing:2px;color:#2e4053;background-image:url("../medias/icons/logo.png");background-repeat:no-repeat;background-size:10%;background-position:75%;}
.ctn_global_membres_mot{text-align:center;color:#2e4053;}
.ctn_global_membres_mot:first-letter{text-transform:capitalize;}

/*
form
*/
.form_membres{position:relative;width:90%;height:330px;margin-left:5%;}
.form_membres_tab{position:relative;width:100%;}
.chmp{font-family:arial,helvetica,clean,sans-serif;padding:2%;width:98%;box-shadow:0px 0px 2px gray;border-radius:5px;}
.envoi_form{background:lightsteelblue;border:none;border-radius:5px;box-shadow:0px 0px 2px gray;text-transform:capitalize;color:#2e4053;letter-spacing:2px;font-weight:bolder;}
.envoi_form:hover{background:dodgerblue;color:white;text-shadow:0px 0px 2px #2e4053;}



}
/*******************************************
SMARTPHONE
*******************************************/
@media screen and (max-width:767px)
{
/****
CTN GLOBAL
*****/
.ctn_global_membres{position:relative;width:100%;min-height:400px;}
.ctn_global_membres_env{position:relative;width:90%;height:400px;margin:5%;}

.ctn_global_membres_ent{padding:2%;font-size:2.5em;text-transform:uppercase;font-weight:bold;font-family:arial,helvetica,clean,sans-serif;text-align:center;letter-spacing:2px;color:#2e4053;background-image:url("../medias/icons/logo.png");background-repeat:no-repeat;background-size:10%;background-position:75%;}
.ctn_global_membres_mot{text-align:center;color:#2e4053;font-size:0.95em;}
.ctn_global_membres_mot:first-letter{text-transform:capitalize;}

/*
form
*/
.form_membres{position:relative;width:100%;height:250px;margin-left:0%;}
.form_membres_tab{position:relative;width:100%;}
.chmp{font-family:arial,helvetica,clean,sans-serif;padding:2%;width:98%;}
.envoi_form{background:lightsteelblue;border:none;border-radius:5px;box-shadow:0px 0px 2px gray;text-transform:capitalize;color:#2e4053;letter-spacing:2px;font-weight:bolder;}
.envoi_form:hover{background:dodgerblue;color:white;text-shadow:0px 0px 2px #2e4053;font-size:0.85em;}



}
