/****************************************************************************
                                    MISE EN PLACE MEDIA QUERIES
******************************************************************************
ORDINATEUR
*****************************************************************************/
@media screen and (min-width:1024px)
{
body{margin:0%;}
/*Banniere*/
.ctn_global_videos_banniere{position:relative;width:100%;height:300px;background-image:url("../medias/images/060.jpg");background-repeat:repeat;}
.ctn_global_videos_banniere_ent{color:#2e4053;text-shadow:0px 0px 2px #212529;padding:7%;text-align:center;text-transform:uppercase;font-family:arial,helvetica,clean,sans-serif;letter-spacing:4px;font-size:4.5em;font-weight:bolder;}

/**************
CONTENEUR GLOBAL DONATION
************************/
.ctn_global_donation{position:relative;width:100%;min-height:500px;padding:5%;}
.ctn_global_donation_env{position:relative;width:70%;height:500px;margin:3% auto;background:#f9fbfc;border-radius:10px;background-image:url("../medias/images/logos.png");background-size:20%;background-repeat:no-repeat;background-position: 95% 90%;}

/*
form don
*/
.block_form_don{position:relative;width:100%;height:100%;}
.block_form_don_ent{text-align:center;text-transform:uppercase;font-family:arial,helvetica,clean,sans-serif;font-weight:bold;font-size:1.6em;letter-spacing:3px;padding:3%;color:goldenrod;text-shadow:0px 0px 2px silver;}

.form_don{padding:2%;}
.tab_mode_paiement{position:relative;width:100%;margin-left:0%;border-bottom:1px dotted silver;}
.tab_mode_paiement td{font-family:arial,helvetica,clean,sans-serif;font-weight:normal;color:#2e4053;cursor:pointer;text-align:center;}
.tab_mode_paiement label:first-letter{text-transform:capitalize;}

.tab_carte_credit{position:relative;width:100%;}
.tab_mobile_money{position:relative;width:100%;}

.chmp_form{position:relative;width:98%;padding:1%;}

}

/**************************************
TABLET
**************************************/
@media screen and (min-width:768px) and (max-width:1023px)
{
body{margin:0%;}
/*Banniere*/
.ctn_global_videos_banniere{position:relative;width:100%;height:200px;background-image:url("../medias/images/060.jpg");background-repeat:repeat;}
.ctn_global_videos_banniere_ent{color:#2e4053;text-shadow:0px 0px 2px #212529;padding:7%;text-align:center;text-transform:uppercase;font-family:arial,helvetica,clean,sans-serif;letter-spacing:4px;font-size:4.5em;font-weight:bolder;}

/**************
CONTENEUR GLOBAL DONATION
************************/
.ctn_global_donation{position:relative;width:100%;min-height:500px;padding:5%;}
.ctn_global_donation_env{position:relative;width:90%;height:500px;margin:5% auto;border-radius:10px;background-image:url("../medias/images/logos.png");background-size:20%;background-repeat:no-repeat;background-position: 95% 90%;}

/*
form don
*/
.block_form_don{position:relative;width:100%;height:100%;}
.block_form_don_ent{text-align:center;text-transform:uppercase;font-family:arial,helvetica,clean,sans-serif;font-weight:bold;font-size:1.6em;letter-spacing:3px;padding:3%;color:goldenrod;text-shadow:0px 0px 2px silver;}

.form_don{padding:2%;}
.tab_mode_paiement{position:relative;width:100%;margin-left:0%;border-bottom:1px dotted silver;}
.tab_mode_paiement td{font-family:arial,helvetica,clean,sans-serif;font-weight:normal;color:#2e4053;cursor:pointer;text-align:center;}
.tab_mode_paiement label:first-letter{text-transform:capitalize;}

.tab_carte_credit{position:relative;width:100%;}
.tab_mobile_money{position:relative;width:100%;}

.chmp_form{position:relative;width:98%;padding:1%;}

}

/*******************************************
SMARTPHONE
*******************************************/
@media screen and (max-width:767px)
{
body{margin:0%;}
/*Banniere*/
.ctn_global_videos_banniere{position:relative;width:100%;height:180px;background-image:url("../medias/images/060.jpg");background-repeat:repeat;display:flex;justify-content:center;align-items:center;}
.ctn_global_videos_banniere_ent{color:white;text-shadow:0px 0px 2px #212529;padding:7%;text-align:center;text-transform:uppercase;font-family:arial,helvetica,clean,sans-serif;letter-spacing:4px;font-size:2em;font-weight:bolder;}

/**************
CONTENEUR GLOBAL DONATION
************************/
.ctn_global_donation{position:relative;width:100%;min-height:500px;padding:5%;}
.ctn_global_donation_env{position:relative;width:100%;height:500px;margin:5% auto;background:#f9fbfc;border-radius:10px;background-image:url("../medias/images/logos.png");background-size:20%;background-repeat:no-repeat;background-position: 95% 60%;}

/*
form don
*/
.block_form_don{position:relative;width:100%;height:100%;}
.block_form_don_ent{text-align:center;text-transform:uppercase;font-family:arial,helvetica,clean,sans-serif;font-weight:bold;font-size:1.2em;letter-spacing:3px;padding:3%;color:goldenrod;text-shadow:0px 0px 2px silver;}

.form_don{padding:2%;}
.tab_mode_paiement{position:relative;width:100%;margin-left:0%;border-bottom:1px dotted silver;}
.tab_mode_paiement td{font-family:arial,helvetica,clean,sans-serif;font-weight:normal;color:#2e4053;cursor:pointer;text-align:center;}
.tab_mode_paiement label:first-letter{text-transform:capitalize;}

.tab_carte_credit{position:relative;width:100%;}
.tab_mobile_money{position:relative;width:100%;}

.chmp_form{position:relative;width:98%;padding:1%;}



}