.formulaire_boutton{
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;    
    justify-content: space-between;
}

.container_form_CB{
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    margin: 0 0 36px 0;
    padding: 0;
}

form#formulaire,
form#formulaire_acb,
form#formulaire_scb,
form#formulaire_mc{
    width: 100%;
    border: none; /*1px solid #BDBDBD;*/
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.case-confirme{
    background: RGBA(238, 250, 247, 0.8);
    border-radius: 12px;
}

.tmoncas_title,
.ctm_title{
    display: inline;
    width: 100%;
    font-family: Saira, Segoe UI, Roboto;
    color: #2E7D32;
    font-size: 20px;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 47px;
}

.tmoncas{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;    
    justify-content: space-between;
}
.ordonnances{
    background: rgba(238, 250, 247, 8);
}
.tmoncas_box {
    position: relative;
    margin-bottom: 36px;
    width: 100%;
}

.Oitem{
    width: 300px;
}

.Oform{
    width: 100px;
}

.Odosage{
    width: 100px;
}

.Oqte{
    width: 100px;
}

.Oposologie,
.Oexamen{
    margin-bottom: 18px;
}

.selectPatient{
    position: absolute;
    z-index: 999;
}

.tmoncas_box input,
.tmoncas_box select,
.selectPatient select {
    width: 100%;
    border: none;
    border-bottom: 1px solid #D8D8D8;
    padding: 3.5px 0px 0px 5px;
    font-size: 17px;
    color: #0D47A1;
    font-family: Segoe UI, Saira;
    font-weight: 400;
    outline: none; 
    background: transparent;
    transition: 0.280s;
}

 .selectPatient {
    margin-top: 1px;
    cursor: text;
}

.selectPatient select {
    background:#C8E6C9;
    border: none;
    padding: 0;
    cursor: text;
}

.selectPatient select option{
   border: 1px solid #D8D8D8;
}

.selectPatient select option:hover {
    color:black;
    background:white;
}

.detail_compte{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    padding-right: 12px;
    margin: -26px 0 36px 0;
    border-bottom: 1px solid #D8D8D8;
    transition: all 500ms ease-in-out;
}

.detail_compte-label,
.detail_compte-bancaire,
.detail_tel,
.detail_compte-infotel{
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0 0 0 2px;
}

.detail_compte-bancaire,
.detail_compte-infotel{
    padding: 0 0 0 2px;
}

.detail_compte-label span,
.detail_compte-bancaire span,
.detail_tel span,
.detail_compte-infotel span{
    text-align: left;
    font-family: sans-serif;
    font-size: 13px;
    font-weight: normal;
    font-style: italic;
    padding-bottom: 3px;
}

.detail_compte-label span{
    text-align: right;
    font-weight: normal;
}

.tmoncas_box select{
    cursor: pointer;
}

.tmoncas_box select option:hover {
    color:black;
    background:white;
}

.tmoncas_box select option:nth-child(odd) {
    color:black;
    background:#80CBC4;
}

.tmoncas_box select option:nth-child(even) {
    color:black;
    background:#C8E6C9;
}

.tmoncas_box select option:selected:after {
    content: '';
}

.tmoncas_box:after {
    position: relative;
    backface-visibility: hidden;
    border: 1px solid rgba(255, 255, 255, 1);
    bottom: 0px;
    content: " ";
    display: block;
    margin: 0; padding: 0;
    transition: all 280ms ease-in-out;
    width: 0;
}

.tmoncas_box:focus-within::after {
    backface-visibility: hidden;
    border-color: #1E88E5;
    transition: width 350ms ease-in-out;
    width: 100%;
}

.selectPatient:focus-within::after {
    border-color: transparent;
    transition: width 0ms ease-in-out;
}

/*Réinitilaisation de la liste déroulante*/
.tmoncas_box select, 
.selectPatient select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance:none;
    appearance: none;
    outline: 0;
    background-image: none;
    box-shadow: none;
}

/* Mise en place de la flèche */
.tmoncas .select::before,
.tmoncas .listDRL::before {
    content: '';
    position: absolute;
    top: 20%;
    right: 0;
    padding: 0 5px;
    background: transparent;
    pointer-events: none;
    transform: rotate(90deg);
    font-size: 14px;
}

.tmoncas .select:hover::before,
.tmoncas .listDRL:hover::before{
    content: '\276F';
    color: red;
}

.tmoncas_box label{
    position: absolute;
    top:-2px;
    padding: 3.5px 0px 0px 2px;
    font-size: 17px;
    /*text-transform: uppercase;*/
    pointer-events: none;
    font-family: Segoe UI, Saira;
    color: #616161; 
    left: 2px;
    transition: all 0.280s ease-in-out;
}

.tmoncas_box input:focus ~ label,
.tmoncas_box input:valid ~ label,
.tmoncas_box select:focus ~ label,
.tmoncas_box select:valid ~ label {
    padding: 5px 0px;
    top: -19px;
    left: 0;
    color: #1E88E5;
    font-size: 14px;
}

/*Zone affiche AMSC **********************************************/
.affiche_AMS-compte_acb,
.affiche_AMS-compte_admin {
    width: 390px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    margin: 0;
    padding: 10px 10px 10px 22px;
    margin-bottom: 36px;
    background: RGBA(250,250,250, 0.6);  /*rgb(250,250,250);*/
    border: 1px solid RGB(0, 0, 0);
    border-radius: 7px;
}

.affiche_AMS-compte_acb {
    height: 195px;
}

.affiche_AMS-compte_acb p{
    color: #002845;
    padding: 3px 0 3px 0;
    margin: 0;
}

.AMSC_titre{
    width: 100%;
    font-family: Saira, Segoe UI;
    text-transform: uppercase;
    font-size: 15px;
    text-align: center;
    color: #2E7D32;
    margin: 0;
    margin-bottom: 8px;
}

.AMSC_right{
    width: 245px;
    margin: 0;
    margin-bottom: 12px;
}

.AMSC_right p{
    font-family: Saira, Segoe UI;
    font-size: 15px;
    font-weight: 400;
    padding-left: 10px;
}

.AMSC_right .p1{
    padding-top: 5c µk2px;
    padding-bottom: 9px;
}

.AMSC_right .p2{
    padding-bottom: 7px;
}

.AMSC_left .p1{
    padding-bottom: 6px;
}

.AMSC_left{
    width: 90px;
    margin: 0;
    margin-bottom: 12px;
    color: blue;
}

.AMSC_left a{
    text-decoration: none;
    font-family: Saira, Segoe UI;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
}
.AMSC_left p{
    text-align: left;
    transition: all 0.3s ease-in-out;
}

.AMSC_left p:hover{
    position: relative;
    display: block;
    transform: scale(1.20);
}

.AMSC_avis span{
    font-family: 'Ubuntu', 'roboto', Segoe UI;
    text-transform: uppercase;
}

.AMSC_avis .p2{
    padding-left: 12px;
}

/*Zone du tableau de transfert*************************************/
.ctm_title-resume span{
    font-family: Saira, Segoe UI, Roboto;
    color: #2E7D32;
    font-size: 20px;
    text-transform: uppercase;
}

#case-confirme, #case-confirme_cb,
#case-confirme_mc,
.form_confirmButton, .case-buttons,
.form_confirmButton_cb,
.form_confirmButton_acb,
{
    width: 100%;
}

caption {
    width: 100%;
    font-family: Saira, roboto;
    font-size: 0.7rem;
}
caption i{
    font-size: 1rem;
}
caption a{
    margin-left: 5px; padding-top: 2px;
    border-top: 2px solid transparent;
    transition: all 0.280s ease-in-out;
}
caption a:hover{
    border-color: rgb(21, 81, 86);
}
.mesFin{
    width: 100%;
    font-family: Saira, roboto;
    font-size: 0.7rem;
    margin-bottom: 16px;
}

table.tdf, .ctm_table,
.cb_table, .mc_table, .resume_table{
    width: 100%;
    border-collapse: collapse;
    letter-spacing: 1px;
    font-family: 'Roboto';
    font-size: 11.2px;
    color: #002845;
    margin: 5px 0;
}

.ctm_table{
    background: rgba(238, 250, 247, .8);
}

table.tdf tr, .ctm_table tr,
.cb_table tr, .mc_table tr, .resume_table tr{
    width: 100%;
    text-transform: uppercase;
    border-bottom: 1px solid rgb(189, 189, 189);
    background: none;
}

table.tdf th, table.tdf td, .ctm_table th,
.cb_table th, .mc_table th, .ctm_table td,
.cb_table td, .mc_table td, .resume_table th, .resume_table td{
   /* font-weight: 500;*/
    background: none;
    padding: 15px 12px 5px;
}

table.tdf .titreCel, .ctm_table .titreCel,
.cb_table .titreCel, .mc_table .titreCel, 
.resume_table .titreCel{
    text-align: left;
}

table.tdf .valeurCel, .ctm_table .valeurCel,
.cb_table .valeurCel, .mc_table .valeurCel, 
.resume_table .valeurCel{
    text-align: right;
}

.ctm_table .titreItem{
    text-align: left;
    font-size: 12.5px;
}

.ctm_table .titreItem3{
    text-align: right;
}

.ctm_table .valeurCelC{
    text-align: left;
}

.ctm_table .valeurCelR{
    text-align: right;
}

.ctm_table, .cb_table,
.mc_table, .resume_table {
    margin: 36px 0;
}

.fin-table {
    width: 100%;
    margin: 0;
}

#form_mcb{
    margin: 0; padding: 0;
}

.case_form_pro {
    width: 700px;
    border: none; /*1px solid #BDBDBD;*/
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0; padding: 0;
    margin-right: 24px;
}

.case-table{
    width: 669px;
}
.case-table_pro{
    position: relative;
    width: 669px;
}
.case-buttons_pro,
form.case-buttons_pro{
    width: 700px;
    margin-bottom: 36px;
}

.case-buttons{
    margin-bottom: 36px;
}

/* Message erreur si l'un des champs est vide ************************************/
.messagererreur{
    width: 522px;
    margin: 0 auto;
    text-align: center;
}

.messagererreur span{
    color: #fff;
    padding: 3px 7px 5px;
    background: rgb(213, 0, 0);
    border-radius: 5px;
}

/*Zone bouton Suivant ***********************************************************/
.btn_div {
    width: 100%;
    height: 75px;
    display: block;
    text-align: center;
}

#btnMoncash, #btnMoncashRelance{
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 150px;
    height: 42px;
    margin-left: 12px;
    transition: 0.29s;
    vertical-align: top;
    margin-top: 2px;
    border: none;
}

 #btnMoncash img,
 #btnMoncashRelance img{
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}

#btnMoncash:hover,
#btnMoncashRelance:hover{
  margin-top: 0px;
}

/*******Zone Responsive ***********************************************************/
@media only screen and (max-width: 775px){
    .case_form_pro,
    .case-buttons_pro{
        width: 100%;
        margin-right: 0;
    }

    form{
        width: 100%;
    }
}

@media only screen and (max-width: 575px){
	form{
	    width: 100%;
		border:0px solid transparent;
		border-radius: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.tmoncas {
	   width: 100%;
	}

	.tmoncas_box {
	   width: 100%;
	}
}


/*.tmoncas_box select option::before {
  content: "";
  width: 1.3em;
  float: right;
  display: inline-block;
  font-family: sans-serif !important;
}*/

/*.tmoncas_box select option:hover::before{
  content: "✔"; ☑ ✓ ✔ ✅ √
  font-family: sans-serif !important;
}*/

/*.tmoncas_box select option:checked::before {
  content: "✔";
  font-family: sans-serif !important;
}
*/