
/* new css agenda svac */
.espace-patient_wrap {
	width:80%;
	margin:10px auto;
}

.espace-patient_breadcrumb {
	font-size: 16px;
}

.espace-patient_breadcrumb a {
	color:black;
	text-decoration:underline;
}

.espace-patient_titre {
	margin:10px auto;
}

.espace-patient_titre h1 {
	font-size: 32px;
  	margin-top: 10px;
  	color: #;
}

.rdv_services_flexwrap {
	display: flex;
	flex-direction: row;
	flex-wrap:wrap;
	width:100%;
	justify-content: center;
}

.rdv_services_item {
	width:380px;
	padding:5px;
	text-align:center;
	font-weight:bold;
	font-size:18px;
	cursor:pointer;
}

.rdv_services_item img {
	border-radius: 30px;
	width:80%;
	margin-bottom:20px;
}

.espace-patient_backbutton {
	cursor:pointer;
	margin:20px 0px 20px 0px;
	font-size:16px;
	width:160px;
}

.choix-thematique_bandeau {
	justify-content: center;
	position:relative;
}

.choix-thematique_bandeau_img img {
	border-radius: 20px;
	width:95%;
	background-size: cover;
	background-repeat: no-repeat;
}

.choix-thematique_bandeau h1 {
	font-size: 32px;
  	color: #;
}

.choix-thematique_bandeau_titre {
	position:absolute;
	top:50%;
	transform: translateY(-50%);
	left:5%;
}

.choix-thematique_listethematiques {
	display: flex;
	flex-direction: row;
	flex-wrap:wrap;
	width:80%;
	justify-content: center;
	margin:10px auto;
}

.choix-thematique_listethematiques div {
	cursor:pointer;
	display:flex;
	width:45%;
	margin:auto;
	background-color:#f5f8f9;
	height:60px;
	border-radius: 20px;
	overflow:hidden;
	align-items:center;
	margin:5px 5px;
	min-width:250px;
	font-weight:bold;
}

.choix-thematique_listethematiques div::before {
 	content: "";
	background-color: #b9bfcf;
	height:100%;
	width:15px;
	margin-right:10px;
}

#liste_creneaux {
	display: flex;
	flex-direction: row;
	flex-wrap:wrap;
	width:90%;
	justify-content: center;
	margin:10px auto;
	//position:relative;//si on veut que l'overlay soit juste sur cette div, sans overlay sur tout l'écran poil aux dents
}

#liste_creneaux>div {
	width:16%;
	min-width:130px;
	align-items: center;
	display:flex;
	flex-direction: column;
}

.liste_creneaux_nomjour {
	font-weight:bold;
	width:100%;
	text-align:center;
}

.liste_creneaux_creneau {
	width:100%;
}

.liste_creneaux_creneau div {
	background-color:#f5f8f9;
	border-radius: 7px;
	cursor:pointer;
	width:fit-content;
	margin:5px auto;
	padding:5px;
}

.liste_creneaux_weekshift {
	display:flex;
	justify-content: center;
	align-items: center;
	width:100%;
	margin:15px 0px;
}

.liste_creneaux_weekshiftlink {
	flex:1;
	text-align:center;
}

.liste_creneaux_weekshiftlink a {
	color: black;
  	text-decoration: none;
}

.liste_creneaux_weekshiftinfo {
	flex:4;
	text-align:center;
}

#ordoplus_overlay{
    position: fixed;
    top:0px;
    left:0px;
    width: 100% !important;
    height: 100%;
    background: black;
    opacity: .5;
    display:none;
    z-index:2147483647;
}

.ordoplus_spinner {
   position: absolute;
   left: 50%;
   top: 50%;
   height:60px;
   width:60px;
   margin:0px auto;
   -webkit-animation: rotation .6s infinite linear;
   -moz-animation: rotation .6s infinite linear;
   -o-animation: rotation .6s infinite linear;
   animation: rotation .6s infinite linear;
   border-left:6px solid rgba(0,174,239,.15);
   border-right:6px solid rgba(0,174,239,.15);
   border-bottom:6px solid rgba(0,174,239,.15);
   border-top:6px solid rgba(0,174,239,.8);
   border-radius:100%;
}

@-webkit-keyframes rotation {
   from {-webkit-transform: rotate(0deg);}
   to {-webkit-transform: rotate(359deg);}
}
@-moz-keyframes rotation {
   from {-moz-transform: rotate(0deg);}
   to {-moz-transform: rotate(359deg);}
}
@-o-keyframes rotation {
   from {-o-transform: rotate(0deg);}
   to {-o-transform: rotate(359deg);}
}
@keyframes rotation {
   from {transform: rotate(0deg);}
   to {transform: rotate(359deg);}
}

.vaccination-form_typevaccination {
	display:flex;
	flex-direction:column;
	width:100%;
	margin:15px auto;
	align-items: center;
}

.vaccination-form_typevaccination #typevaccination_question {
	font-weight:bold;
	margin-bottom:5px;
}

.vaccination-form_btnsuivant {
	width:100%;
	text-align:center;
}

.espace-patient_button {
  background-color:#;
  color:white;
  padding: 10px 18px;
  border-radius: 4px;
  border-width: 1px;
  font-weight:bold;
}
.vaccination-form_btnsuivant button:hover {
	opacity:80%;
}

.vaccination-form_typevaccination #typevaccination_choix {
	display:flex;
	flex-direction:row;
	margin:5px auto;
}

.vaccination-form_typevaccination #typevaccination_choix div {
	flex:1;
	width:170px;
	padding: 10px 18px;
	margin:0px 15px;
	border-radius: 4px;
	border:2px solid #b3b3b3;
	transition: all 0.5s ease-in-out;
}

.vaccination-form_typevaccination #typevaccination_choix div.checked {
	border:2px solid rgba(,,,1);
	background-color:rgba(,,,0.5);
	
}

.vaccination-form_dateinjection {
	display:none;
	width:100%;
	text-align:center;
	margin-bottom:5px;
}
.vaccination-form_dateinjection input {
	width:200px;
	text-align:center;
}

/*  Formulaire connexion / inscription*/

* {
  margin: 0;
  padding: 0; }

a {
  color: #666;
  text-decoration: none; }





.form-wrap {
  color:black;	
  background-color: #fff;
  width: 70%;
  margin: 3em auto;
 }

  @media screen and (max-width: 740px) {
    .form-wrap {
      width: 95% !important;
    }
  }


  .form-wrap .tabs {
  height: 60px !important; }
    .form-wrap .tabs h3 {
      float: left;
      width: 50%; }
      .form-wrap .tabs.moncompte h3 {
        float: left;
        width: 33.3%; }
        @media screen and (max-width: 740px) {
          .form-wrap .tabs h3 {

            height: 65px !important;
           }
           .form-wrap .tabs.moncompte h3 {
            float: left;
            width: 100%;
            height: 65px !important;
           }

           label div.text {
             display:none!important;
           }
           
        }

      .form-wrap .tabs h3 a {
    height: 60px!important;
    line-height: 22px;
    box-shadow: 0 5px #697A8A;
        padding: 0.5em 0;
        text-align: center;
        font-weight: 400;
        background-color: #fff;
        display: block;
        color: #666; }

        @media screen and (min-width: 740px) {
          .form-wrap .tabs h3 a {
            box-shadow: 0 5px #697A8A;
        
           }
           
        }

        .form-wrap .tabs h3 a.active {
          background-color: #fff;
          font-weight: bold;
          box-shadow: 0 5px #; }
  .form-wrap .tabs-content {
  	display:flex;
  	justify-content: center;
    padding: 1em;
    overflow: auto;
    border-width:1px 1px 1px 1px;
    border-style:solid;
    border-color: #697a8a;
    padding:0 10px;
    padding: 1em; 
  background-color: #FBFAFF;}
    .form-wrap .tabs-content div[id$="tab-content"] {
      display: none; }
    .form-wrap .tabs-content .active {
      display: block !important;
       }
       
       #infos-tab-content {
       width: 80%;
       }
       
       .form-wrap form .input, .form-wrap form select {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: inherit;
    font-family: inherit;
    padding: .8em 0 10px .8em;
    border: 1px solid #CFCFCF;
    outline: 0;
    display: inline-block;
    margin: 0 0 .8em 0;
    padding-right: 2em;
    width: 100%;
    background-color:white;
     }


  .form-wrap form .checkbox {
    visibility: hidden;
    padding: 20px;
    margin: .5em 0 1.5em; }
    .form-wrap form .checkbox:checked + label:after {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100);
      opacity: 1; }
  .form-wrap form label[for]:not(.radio, .onoffswitch-checkbox) {
    position: relative;
    cursor: pointer; }
    .form-wrap form label[for]:before:not(.onoffswitch-checkbox) {
      content: '';
      position: absolute;
      border: 1px solid #CFCFCF;
      width: 17px;
      height: 17px;
      top: 0px;
      left: -14px; }
    .form-wrap form label[for]:after:not(.onoffswitch-checkbox) {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      opacity: 0;
      content: '';
      position: absolute;
      width: 9px;
      height: 5px;
      background-color: transparent;
      top: 4px;
      left: -10px;
      border: 3px solid #28A55F;
      border-top: none;
      border-right: none;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .form-wrap .help-text {
    margin-top: .6em; }
    .form-wrap .help-text p {
      text-align: center;
      font-size: 14px; }
		
	div.head_form_log {
		align-content: center;
		text-align: center;
		margin-bottom: 20px;
	}



  
  hr.compte{
  color: # !important;
  background-color: #!important;
  border-color: #!important;
  width:25%!important;
  height: 4px !important;
  margin-bottom: 50px!important;
  
  }
  
  .radio-toolbar  {
  margin-left: 7.5%;
  width: 90%;
}

  
  .radio-toolbar input[type="radio"] {
	opacity: 0;
	position: fixed;
	width: 0;
  }
  
  .radio-toolbar label {
	  display: inline-block;
	  background-color: #fff;
	  padding: 10px 20px;
	  font-family: sans-serif, Arial;
	  font-size: 14px;
	  border: 2px solid #697a8a;
	  text-align: center;
  }
  
  .radio-toolbar label:hover {
	background-color: rgba(,,, 0.2);
  }
  
  .radio-toolbar input[type="radio"]:focus + label {
	  border: 3px solid #;
  }
  
  .radio-toolbar input[type="radio"]:checked + label {
	  background-color: #fff;
    border: 3px solid #;
  }

  label.radio {
	  margin-top: 10px;
  }

  div.help-text label span {
	  color:#28A55F;
  }

  div:not(.logo-header) img {
    display: block;
    margin-left: auto; margin-right: auto
  }


span.consent {
  float: right;
}



/* Messages d'alertes (post) (style bootstrap) */

.alert {
  padding: 20px;
  background-color: #f44336;
  color: white;
  opacity: 1;
  transition: opacity 0.6s;
  margin-bottom: 15px;
}

.alert.success {background-color: #4CAF50;}
.alert.info {background-color: #2196F3;}
.alert.warning {background-color: #ff9800;}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}


/* Modal - mot de passe oublié*/

.scotch-overlay
{
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;

    opacity: 0;

    width: 100%;
    height: 100%;

    -webkit-transition: 1ms opacity ease;
       -moz-transition: 1ms opacity ease;
        -ms-transition: 1ms opacity ease;
         -o-transition: 1ms opacity ease;
            transition: 1ms opacity ease;

    background: rgba(0,0,0,.6);
}

.scotch-modal
{
  color:black;
  margin: auto;
    z-index: 9999;
    position: fixed;
    left: 50%;
    max-height: calc(100vh - 210px);
    overflow-y: auto;

    opacity: 0;

    width: 94%;
    padding: 24px 20px;

    -webkit-transition: 1ms opacity ease;
       -moz-transition: 1ms opacity ease;
        -ms-transition: 1ms opacity ease;
         -o-transition: 1ms opacity ease;
            transition: 1ms opacity ease;

    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);

    border-radius: 2px;
    background: #fff;
}

.scotch-modal.scotch-open.scotch-anchored
{
    top: 20px;

    -webkit-transform: translate(-50%, 0);
       -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
         -o-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
}

.scotch-modal.scotch-open
{
    opacity: 1;
}

.scotch-overlay.scotch-open
{
    opacity: 1;

}

/* Close Button */
.scotch-close
{
    font-family: Helvetica,Arial,sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 12px;

    position: absolute;
    top: 5px;
    right: 5px;

    padding: 5px 7px 7px;

    cursor: pointer;

    color: #fff;
    border: 0;
    outline: none;
    background: #e74c3c;
}

.scotch-close:hover
{
    background: #c0392b;
}

/* Default Animation */

.scotch-overlay.fade-and-drop
{
    display: block;

    opacity: 0;
}

.scotch-modal.fade-and-drop
{
    top: -300%;

    opacity: 1;

    display: block;
}

.scotch-modal.fade-and-drop.scotch-open
{
    top: 50%;

    -webkit-transition: 500ms top 500ms ease;
       -moz-transition: 500ms top 500ms ease;
        -ms-transition: 500ms top 500ms ease;
         -o-transition: 500ms top 500ms ease;
            transition: 500ms top 500ms ease;
}

.scotch-modal.fade-and-drop.scotch-open.scotch-anchored
{

    -webkit-transition: 500ms top 500ms ease;
       -moz-transition: 500ms top 500ms ease;
        -ms-transition: 500ms top 500ms ease;
         -o-transition: 500ms top 500ms ease;
            transition: 500ms top 500ms ease;
}

.scotch-overlay.fade-and-drop.scotch-open
{
    top: 0;

    -webkit-transition: 500ms opacity ease;
       -moz-transition: 500ms opacity ease;
        -ms-transition: 500ms opacity ease;
         -o-transition: 500ms opacity ease;
            transition: 500ms opacity ease;

    opacity: 1;
}



.scotch-overlay.fade-and-drop
{
    -webkit-transition: 500ms opacity 500ms ease;
       -moz-transition: 500ms opacity 500ms ease;
        -ms-transition: 500ms opacity 500ms ease;
         -o-transition: 500ms opacity 500ms ease;
            transition: 500ms opacity 500ms ease;
}



#contentordop
{
    display: none;
}



/*  show / hide mon compte*/

.hidden { display: none; }
.unhidden { display: block; }






/*  Liste ordonnances */


#mesdocuments,#mesordonnances {
  color: black;
  margin: 20px auto;
  width: 60%;
  max-width: 1360px;
}

#mesdocuments,#mesordonnances h1 {
  font-size: 2.4rem;
  line-height: 3.2rem;
  letter-spacing: 0;
  font-weight: 300;
  color: #212121;
  text-transform: inherit;
  margin-bottom: 1rem;
  text-align: center;
}
#mesdocuments,#mesordonnances h2 {
  font-size: 1.5rem;
  line-height: 2.8rem;
  letter-spacing: 0.01rem;
  font-weight: 400;
  color: #212121;
  text-align: center;
}

.shadow-z-1 {
  -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.12), 0 1px 2px 0 rgba(0,0,0,0.24);
  -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.12), 0 1px 2px 0 rgba(0,0,0,0.24);
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.12), 0 1px 2px 0 rgba(0,0,0,0.24);
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 2rem;
  background-color: #fff;
}
.table > thead > tr, .table > tbody > tr, .table > tfoot > tr {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
  text-align: left;
  padding: 1.6rem;
  vertical-align: top;
  border-top: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.table > thead > tr > th {
  font-weight: 400;
  color: #757575;
  vertical-align: bottom;
  border-bottom: 1px solid rgba(0,0,0,0.12);
}
.table > caption + thead > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > th, .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 1px solid rgba(0,0,0,0.12);
}
.table .table {
  background-color: #fff;
}
table:not(.shop_table) tr:nth-of-type(odd) { 
  background: #fbfaff; 
}
.table .no-border {
  border: 0;
}
.table-condensed > thead > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > tfoot > tr > td {
  padding: 0.8rem;
}
.table-bordered {
  border: 0;
}
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td {
  border: 0;
  border-bottom: 1px solid #e0e0e0;
}
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
  background-color: rgba(0,0,0,0.12);
}
@media screen and (max-width: 768px) {
  #mesdocuments,#mesordonnances {
    width: 95%;
  }

  .table-responsive-vertical > .table {
    margin-bottom: 0;
    background-color: transparent;
 }
  .table-responsive-vertical > .table > thead, .table-responsive-vertical > .table > tfoot {
    display: none;
 }
  .table-responsive-vertical > .table > tbody {
    display: block;
 }
  .table-responsive-vertical > .table > tbody > tr {
    display: block;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    margin-bottom: 1.6rem;
 }
  .table-responsive-vertical > .table > tbody > tr > td {
    background-color: #fff;
    display: block;
    vertical-align: middle;
    text-align: right;
 }
  .table-responsive-vertical > .table > tbody > tr > td[data-title]:before {
    content: attr(data-title);
    float: left;
    font-size: inherit;
    font-weight: 400;
    color: #757575;
 }
  .table-responsive-vertical.shadow-z-1 {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
 }
  .table-responsive-vertical.shadow-z-1 > .table > tbody > tr {
    border: none;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.12), 0 1px 2px 0 rgba(0,0,0,0.24);
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.12), 0 1px 2px 0 rgba(0,0,0,0.24);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.12), 0 1px 2px 0 rgba(0,0,0,0.24);
 }
  .table-responsive-vertical > .table-bordered {
    border: 0;
 }
  .table-responsive-vertical > .table-bordered > tbody > tr > td {
    border: 0;
    border-bottom: 1px solid #e0e0e0;
 }
  .table-responsive-vertical > .table-bordered > tbody > tr > td:last-child {
    border-bottom: 0;
 }
  .table-responsive-vertical > .table-striped > tbody > tr > td, .table-responsive-vertical > .table-striped > tbody > tr:nth-child(odd) {
    background-color: #fff;
 }
  .table-responsive-vertical > .table-striped > tbody > tr > td:nth-child(odd) {
    background-color: #f5f5f5;
 }
  .table-responsive-vertical > .table-hover > tbody > tr:hover > td, .table-responsive-vertical > .table-hover > tbody > tr:hover {
    background-color: #fff;
 }
  .table-responsive-vertical > .table-hover > tbody > tr > td:hover {
    background-color: rgba(0,0,0,0.12);
 }
}
.table-striped.table-mc-red > tbody > tr:nth-child(odd) > td, .table-striped.table-mc-red > tbody > tr:nth-child(odd) > th {
  background-color: #fde0dc;
}
.table-hover.table-mc-red > tbody > tr:hover > td, .table-hover.table-mc-red > tbody > tr:hover > th {
  background-color: #f9bdbb;
}
@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-red > tbody > tr > td, .table-responsive-vertical .table-striped.table-mc-red > tbody > tr:nth-child(odd) {
    background-color: #fff;
 }
  .table-responsive-vertical .table-striped.table-mc-red > tbody > tr > td:nth-child(odd) {
    background-color: #fde0dc;
 }
  .table-responsive-vertical .table-hover.table-mc-red > tbody > tr:hover > td, .table-responsive-vertical .table-hover.table-mc-red > tbody > tr:hover {
    background-color: #fff;
 }
  .table-responsive-vertical .table-hover.table-mc-red > tbody > tr > td:hover {
    background-color: #f9bdbb;
 }
}
.table-striped.table-mc-pink > tbody > tr:nth-child(odd) > td, .table-striped.table-mc-pink > tbody > tr:nth-child(odd) > th {
  background-color: #fce4ec;
}
.table-hover.table-mc-pink > tbody > tr:hover > td, .table-hover.table-mc-pink > tbody > tr:hover > th {
  background-color: #f8bbd0;
}
@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-pink > tbody > tr > td, .table-responsive-vertical .table-striped.table-mc-pink > tbody > tr:nth-child(odd) {
    background-color: #fff;
 }
  .table-responsive-vertical .table-striped.table-mc-pink > tbody > tr > td:nth-child(odd) {
    background-color: #fce4ec;
 }
  .table-responsive-vertical .table-hover.table-mc-pink > tbody > tr:hover > td, .table-responsive-vertical .table-hover.table-mc-pink > tbody > tr:hover {
    background-color: #fff;
 }
  .table-responsive-vertical .table-hover.table-mc-pink > tbody > tr > td:hover {
    background-color: #f8bbd0;
 }
}
.table-striped.table-mc-purple > tbody > tr:nth-child(odd) > td, .table-striped.table-mc-purple > tbody > tr:nth-child(odd) > th {
  background-color: #f3e5f5;
}
.table-hover.table-mc-purple > tbody > tr:hover > td, .table-hover.table-mc-purple > tbody > tr:hover > th {
  background-color: #e1bee7;
}

@media screen and (max-width: 767px) {
  .pasurmobile {
    display:none;
  }
  .table-responsive-vertical .table-striped.table-mc-indigo > tbody > tr > td, .table-responsive-vertical .table-striped.table-mc-indigo > tbody > tr:nth-child(odd) {
    background-color: #fff;
 }
  .table-responsive-vertical .table-striped.table-mc-indigo > tbody > tr > td:nth-child(odd) {
    background-color: #e8eaf6;
 }
  .table-responsive-vertical .table-hover.table-mc-indigo > tbody > tr:hover > td, .table-responsive-vertical .table-hover.table-mc-indigo > tbody > tr:hover {
    background-color: #fff;
 }
  .table-responsive-vertical .table-hover.table-mc-indigo > tbody > tr > td:hover {
    background-color: #c5cae9;
 }
}
.table-striped.table-mc-blue > tbody > tr:nth-child(odd) > td, .table-striped.table-mc-blue > tbody > tr:nth-child(odd) > th {
  background-color: #e7e9fd;
}
.table-hover.table-mc-blue > tbody > tr:hover > td, .table-hover.table-mc-blue > tbody > tr:hover > th {
  background-color: #d0d9ff;
}
@media screen and (max-width: 767px) {
  .table-responsive-vertical .table-striped.table-mc-blue > tbody > tr > td, .table-responsive-vertical .table-striped.table-mc-blue > tbody > tr:nth-child(odd) {
    background-color: #fff;
 }
  .table-responsive-vertical .table-striped.table-mc-blue > tbody > tr > td:nth-child(odd) {
    background-color: #e7e9fd;
 }
  .table-responsive-vertical .table-hover.table-mc-blue > tbody > tr:hover > td, .table-responsive-vertical .table-hover.table-mc-blue > tbody > tr:hover {
    background-color: #fff;
 }
  .table-responsive-vertical .table-hover.table-mc-blue > tbody > tr > td:hover {
    background-color: #d0d9ff;
 }
}
.table-striped.table-mc-light-blue > tbody > tr:nth-child(odd) > td, .table-striped.table-mc-light-blue > tbody > tr:nth-child(odd) > th {
  background-color: #e1f5fe;
}
.table-hover.table-mc-light-blue > tbody > tr:hover > td, .table-hover.table-mc-light-blue > tbody > tr:hover > th {
  background-color: #b3e5fc !important;
}

table:not(.ui-datepicker-calendar) tbody tr td {
  padding:1rem!important;
}
/* Recherche liste ordo */

.boxsearch{
  margin: 30px auto;
  width: 300px;
  max-width: 80%;
  height: 50px;
}
.container-1{
  width: 300px;
  max-width: 80%;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
}
.container-1 input#search{
  width:0px;
  height: 50px;
  border: 1px solid rgba(255,255,255,.35);
  font-size: 10pt;
  float: left;
  color: #4f5b66;
  background:#f5f5f5;
  padding-left: 45px;
  border-radius: 5px;
  transition: all .5s;
}
.container-1 input#search::-webkit-placeholder { 
  color: #65737e;   
}
.container-1 input#search::-moz-placeholder { 
  color: #000;   
}
.container-1 .icon{
  z-index:1;
  position: absolute;
  top:50%;
  left:0;
  margin-left: 16px;
  margin-top: 15px;
  color: #4f5b66;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
}
.container-1 input#search, .container-1 input#search, .container-1 input#search{
  width: 300px;
  outline: none;
  background: #f5f5f5;
}




/* modals ordo */

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close.specific_icon_close_responsive {
  color: #;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position:initial;
  margin-top:0px;
}

.close.specific_icon_close_responsive:hover,
.close.specific_icon_close_responsive:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}




#element_to_pop_up { 
  background-color:#fbfaff;
  border-radius:15px;
  color:#000;
  display:none; 
  padding:20px;
  min-width:400px;
  min-height: 180px;
  width: 80% !important;
  height: 90% !important;
  position: relative;
  overflow-y: auto;   
  
}
.b-close{
  cursor:pointer;
  position:absolute;
  right:10px;
  top:5px;
}
div#element_to_pop_up div.content {
  width: 100% !important;
  height: 50% !important;
  background-color:#fbfaff;
  
}
@media screen and (min-width: 800px) {
  div#element_to_pop_up div.content {
    width: 40% !important;
    height: 100% !important;
    float: left;
    background-color:#fbfaff;
  }
div.ordodetails {
  background-color:#fbfaff;
  float: right;
  width: 55%;
}
}

div#element_to_pop_up iframe.b-iframe {
  width: 100% !important;
  height: 100% !important;
  
}


i.fas.fa-book-reader {
  color: #f0ad4e;
}

i.fas.fa-check {
  color: #73B66B;
}


tr td, tr th {
  text-align: center !important;
  vertical-align: middle!important;
}



/*Messages*/


.container {
	padding: 40px 20px;
	margin: 0 auto;
	
}
.bubble {

  box-sizing: border-box;
  float: left;
  width: auto;
  max-width: 80%;
  position: relative;
  clear: both;
  
  background: #95c2fd;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.15, #bee2ff), color-stop(1, #95c2fd));
  background-image: -webkit-linear-gradient(bottom, #bee2ff 15%, #95c2fd 100%);
  background-image: -moz-linear-gradient(bottom, #bee2ff 15%, #95c2fd 100%);
  background-image: -ms-linear-gradient(bottom, #bee2ff 15%, #95c2fd 100%);
  background-image: -o-linear-gradient(bottom, #bee2ff 15%, #95c2fd 100%);
  background-image: linear-gradient(bottom, #bee2ff 15%, #95c2fd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#95c2fd', endColorstr='#bee2ff');
 
  border: solid 1px rgba(0,0,0,0.5);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;

  -webkit-box-shadow: inset 0 8px 5px rgba(255,255,255,0.65), 0 1px 2px rgba(0,0,0,0.2);
  -moz-box-shadow: inset 0 8px 5px rgba(255,255,255,0.65), 0 1px 2px rgba(0,0,0,0.2);
  box-shadow: inset 0 8px 5px rgba(255,255,255,0.65), 0 1px 2px rgba(0,0,0,0.2);
  
  margin-bottom: 20px;
  padding: 6px 20px;
  color: #000;
  text-shadow: 0 1px 1px rgba(255,255,255,0.8);
  word-wrap: break-word;
}

.bubble:before, .bubble:after {
  border-radius: 20px / 5px;
  content: '';
  display: block;
  position: absolute;
}
.bubble:before {
  border: 10px solid transparent;
  border-bottom-color: rgba(0,0,0,0.5);
  bottom: 0px;
  left: -7px;
  z-index: -2;
}
.bubble:after {
  border: 8px solid transparent;
  border-bottom-color: #bee2ff; /* arrow color */
  bottom: 1px;
  left: -5px;
}


.bubble-alt {
  float: right;
}
.bubble-alt:before {
  left: auto;
  right: -7px;
}
.bubble-alt:after {
  left: auto;
  right: -5px;
}

.bubble p {
  font-size: 1.4em;
}


.green {
  background: #7acd47;
  background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.15, #ace44b),color-stop(1, #7acd47));
  background-image: -webkit-linear-gradient(bottom, #ace44b 15%, #7acd47 100%);
  background-image: -moz-linear-gradient(bottom, #ace44b 15%, #7acd47 100%);
  background-image: -ms-linear-gradient(bottom, #ace44b 15%, #7acd47 100%);
  background-image: -o-linear-gradient(bottom, #ace44b 15%, #7acd47 100%);
  background-image: linear-gradient(bottom, #ace44b 15%, #7acd47 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#7acd47', endColorstr='#ace44b');
}
.green:after {
  border-bottom-color: #ace44b;
}


/* ordo details*/

details > summary {
  padding: 8px 16px;
  font-weight: bold;
}

details > div {
  padding: 16px;
}

details > summary:hover {
  background: #f4f4f4;
}


details:not(:first-of-type) > summary {
  border-top: 1px solid #ddd;
}


.container-infos {
  max-width: 768px;
  margin: 10px auto;
  box-shadow: 0 3px 10px #0003;
  border-radius: 2p;
}


/* calendrier*/


.calendrier-container {
  width: 100%;
  max-width: 100%;
  display: block;
  text-align: center;
}
#calendarContainer,
#organizerContainer {
  display: inline-block;
  margin: 5px;
}

.cjslib-year, .cjslib-month, .cjslib-date, .cjslib-list-history  {
  width: 100% !important;
}
.cjslib-calendar {
  max-width: 100% !important;
}



/* header*/

.dropbtn {

  border: none;
  cursor: pointer;
  margin-left:15px;margin-right:15px;
  display: flex;
    align-items: center;
}




.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {

  display: none;
  position: relative;
  background-color: #fff;
  color:#000;
  width: 270px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black !important;
  padding: 10px 16px;
  text-decoration: none;
  display: block;
}



.show {display: block;
  z-index : 99999;}

  .dropdown-content.show {
  z-index : 99999 !important;
  position: absolute !important;
  right: 10px;
  
}

@media screen and (max-width: 801px) {
.dropdown-content.show {
  right: 1%;
  left: auto!important;
  
}
}

i.fas.fa-user.dropbtn.headericon span {
  font-size: 14px!important;
  margin: 0!important;
}

i.fas.fa-user.dropbtn.headericon{
  display: flex;
    align-items: center;
    text-align: center;
}

.redheader {
  color:#!important;
}
.redheader:hover {
  color:#fff!important;
}
.dropdown a.redheader{
  color:#!important;
}


/*etapes depot*/

fieldset { width: 100%!important; text-align:center; margin: auto;}
legend { font-size:18px; margin:0px; color:#; font-weight:bold; margin:0 auto;}
label { display:block; }
/*input[type=text], input[type=password], .select { width:300px; padding:5px; border:solid 1px #000;}*/
.prev { float:left;}
.next { float:right;}
#steps { list-style:none; text-align:center; width:100%; overflow:hidden; margin:0px; padding:0px;}
#steps li {font-size:24px;    float:none;
  display:inline-block;
  zoom:1; padding:10px; color:#b0b1b3;}
#steps li span {font-size:11px; display:block;}
#steps li.current { color:#000;}
#makeWizard { background-color:#b0232a; color:#fff; padding:5px 10px; text-decoration:none; font-size:18px;}
#makeWizard:hover { background-color:#000;}


/* upload ordo*/

.file-upload {
  background-color: #ffffff;
  width: 100%;
  min-width: 50%;
  min-width: 300px;
  max-width: 700px;
  margin: 0 auto;

}

.file-upload-btn {
  width: 100%;
  margin: 0;
  color: #fff;
  background: #697a8a;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #697a8a;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.file-upload-btn:hover {
  background: #fbfaff;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.file-upload-btn:active {
  border: 0;
  transition: all .2s ease;
}

.file-upload-content, .file-upload-content2, .file-upload-content3, .file-upload-content4, .file-upload-content5, .file-upload-content6, .file-upload-content7, .file-upload-content8,
 .file-upload-content9, .file-upload-content10, .file-upload-content11 {
  display: none;
  text-align: center;
}

.file-upload-input, .file-upload-input2, .file-upload-input3, .file-upload-input4, .file-upload-input5, .file-upload-input6, .file-upload-input7, .file-upload-input8,
 .file-upload-input9, .file-upload-input10, .file-upload-input11 {
  position: absolute;
  left: 0;
  padding: 0;
  width: 100%!important;
  height: 100%!important;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.image-upload-wrap, .image-upload-wrap2, .image-upload-wrap3, .image-upload-wrap4, .image-upload-wrap5, .image-upload-wrap6, .image-upload-wrap7
, .image-upload-wrap8, .image-upload-wrap9, .image-upload-wrap10, .image-upload-wrap11 {
  border: 4px dashed #697a8a;
  position: relative;
  margin-top:10px;
}

.image-dropping,
.image-upload-wrap:hover {
  background-color: #fbfaff;
  border: 4px solid #000;
}

.image-title-wrap {
  padding: 0 15px 15px 15px;
  color: #222;
}

.drag-text {
  text-align: center;
}

.drag-text h3 {
  font-weight: 100;
  text-transform: uppercase;
  color: #697a8a;
  padding: 60px 0;
}

.file-upload-image, .file-upload-image2, .file-upload-image3, .file-upload-image4, .file-upload-image5, .file-upload-image6, .file-upload-image7, .file-upload-image8,
 .file-upload-image9, .file-upload-image10, .file-upload-image11 {
  max-height: 200px;
  max-width: 200px;
  margin: auto;
  padding: 20px;
}

.remove-image {
  width: 200px;
  margin: 0;
  color: #fff;
  background: #cd4535;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #b02818;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.remove-image:hover {
  background: #c13b2a;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.remove-image:active {
  border: 0;
  transition: all .2s ease;
}

textarea.depotordo {
  width: 70%;
  height: 150px;
  line-height: 150%;
  resize:vertical;
}




/* LES BOUTONS*/



a.btn, input:not(#terms), button, submit { 
  -webkit-appearance: none;
  border-style:solid;
}
button:focus {
  outline:0;
}


/* ----------- boutons ----------- */
.btn{
  margin:5px;
  -webkit-transition: background-color .5s ease-out;
  -moz-transition: background-color .5s ease-out;
  -o-transition: background-color .5s ease-out;
  transition: background-color .5s ease-out;
  border-width:none;
  font-size:calc(0.65em + .7vmin);
}

.btn:hover{
  color:white;
}


/* -----------  STYLES - bordures ou entier ----------- */
.btn-o{
  background-color:transparent;
  border-width:1px;
}
.btn-f{
  border-width:1px;
}

/* ----------- bordures----------- */
.btn-sq{
  border-radius:0px;
}
.btn-rnd{
  border-radius:4px;
}

/* ----------- tailles----------- */
.btn-sm{
  padding:10px 18px;
}
.btn-md{
  padding:15px 35px;
}
.btn-lrg{
  padding:15px 65px;
}




/* ---------- ONLY BUTTON COLORS BELOW ------------ */
/* ---------- ONLY BUTTON COLORS BELOW ------------ */
/* ---------- ONLY BUTTON COLORS BELOW ------------ */



/* BLUE - BUTTON COLORS */
.btn-blue{
  background-color:#193452;
  border-color:#193452;
  color:white;
}
.btn-blue:hover{
  background-color:#193452;
}
.btn-o.btn-blue{
   background-color:transparent;
   color:#193452;
}
.btn-o.btn-blue:hover{
   background-color:#193452;
   color:white;
}

/* RED - BUTTON COLORS */
.btn-red{
  background-color:#;
  color:white;
}
.btn-red:hover{
  background-color:#;
}
.btn-o.btn-red{
   background-color:transparent;
   color:#;
}
.btn-o.btn-red:hover{
   background-color:#;
   color:white;
}

.btn-c3 {
  background-color:#;
   color:white;
}

/* BLACK - BUTTON COLORS */
.btn-black{
  background-color:#000;
  border-color:#000;
  color:white;
}
.btn-black:hover{
  background-color:#000;
  border-color:#000;
}
.btn-o.btn-black{
   background-color:transparent;
   color:black;
}
.btn-o.btn-black:hover{
   background-color:#000;
   color:white;
}

/* GREEN - BUTTON COLORS */
.btn-green{
  background-color:#73B66B;
  border-color:#73B66B;
  color:white;
}
.btn-green:hover{
  background-color:#4e8e46;
}
.btn-o.btn-green{
   background-color:transparent;
   color:#73B66B;
}
.btn-o.btn-green:hover{
   background-color:#73B66B;
   color:white;
}

/* YELLOW - BUTTON COLORS */
.btn-yellow{
  background-color:#f0ad4e;
  border-color:#f0ad4e;
  color:white;
}
.btn-yellow:hover{
  background-color:#d89b46;
}
.btn-o.btn-yellow{
   background-color:transparent;
   color:#f0ad4e;
}
.btn-o.btn-yellow:hover{
   background-color:#f0ad4e;
   color:white;
}

/* CORAL - BUTTON COLORS */
.btn-coral{
  background-color:#FF5A5F;
  border-color:#FF5A5F;
  color:white;
}
.btn-coral:hover{
  background-color:#E55155;
}
.btn-o.btn-coral{
   background-color:transparent;
   color:#FF5A5F;
}
.btn-o.btn-coral:hover{
   background-color:#FF5A5F;
   color:white;
}

/* TEAL - BUTTON COLORS */
.btn-teal{
  background-color:#008489;
  border-color:#008489;
  color:white;
}
.btn-teal:hover{
  background-color:#00696D;
}
.btn-o.btn-teal{
   background-color:transparent;
   color:#008489;
}
.btn-o.btn-teal:hover{
   background-color:#008489;
   color:white;
}

/* COAL - BUTTON COLORS */
.btn-navy{
  background-color:#004080;
  border-color:#004080;
  color:white;
}
.btn-navy:hover{
  background-color:#0B2C59;
}
.btn-o.btn-navy{
   background-color:transparent;
   color:#004080;
}
.btn-o.btn-navy:hover{
   background-color:#0B2C59;
   color:white;
}

.btn-spd-sl{
  -webkit-transition: background-color 1.9s ease-out;
  -moz-transition: background-color 1.9s ease-out;
  -o-transition: background-color 1.9s ease-out;
  transition: background-color 1.9s ease-out;
}

.btn-spd-fst{
  -webkit-transition: background-color .1s ease-out;
  -moz-transition: background-color .1s ease-out;
  -o-transition: background-color .1s ease-out;
  transition: background-color .1s ease-out;
}



/* Accueil ordo+*/


.stage {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
}
.stage:hover > .tile {
  opacity: 0.5;
}
.stage .tile {
  position: relative;
  flex: 1 1 calc(50% - 96px);
  padding: 64px 32px;
  margin: 16px;
  background: #303030;
  cursor: pointer;
  box-shadow: 5px 5px 0 0 rgba(48, 48, 48, 0.25);
  transform-origin: 50% 100% 0;
  transition-property: transform box-shadow;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.76, -0.35, 0.21, 1.45);
}
.stage .tile:hover {
  opacity: 1;
  transform: scale(1.1);
  box-shadow: none;
}
.accueilordobloc > h1 {
  font-weight: 700;
  font-size: 30px;
  color: #EFEFEF;
  text-align: center;
  text-transform: uppercase;
}
.tile:after, .tile::after {
  content: '';
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  height: calc(100% - .5em);
  width: calc(100% - .5em);
  pointer-events: none;
  opacity: 0.15;
  background-image: none;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.tile.profil {
  background-color: #004a5a;
  background-image: radial-gradient(circle farthest-corner at 100% 0, #007F9A, transparent);
}

.tile.mesordos {
  background-color: #087a4b;
  background-image: radial-gradient(circle farthest-corner at 100% 0, #0dc176, transparent);
}

.tile.monagenda {
  background-color: #382942;
  background-image: radial-gradient(circle farthest-corner at 100% 0, #604671, transparent);
}

.tile.messtats {
  background-color: #b66f0c;
  background-image: radial-gradient(circle farthest-corner at 100% 0, #f5ba67, transparent);
}

.accueilordobloc {
  width: 100%;
  height:100%;
}

/* Stats*/
@media screen and (min-width: 801px) {
div.container-charts {
  display: flex;
  flex-direction: row;  
  justify-content:center;
}
}




@media screen and (max-width: 800px) {

  div.container-charts {
    display: flex;
    flex-direction: column; 
    justify-content:center;
    text-align: center;
    padding: 0;
    margin: 0;
    align-items: center;
  } 
}


/* Consentements on/off*/



.clearfix { clear: both; }

input[type="checkbox"].on-off {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

.on-off + label {
  position: relative;
  display: block;
  width: 5rem !important;
  background-color: #cecece;
  color: white;

  border-radius: 1.25rem;
}
.on-off + label:hover { cursor: pointer; }

.on-off + label > .text {
  display: block!important;
  float: left;
  text-align: center;
  line-height: 2.65rem;
  font-size: 0.85rem;
  text-transform: uppercase;
  box-sizing: border-box;
}

.on-off + label:before {
  position: absolute;
  top: 4px;
  left: 4px;
  display: block;
  height: calc(2.5rem - 8px);
  width: calc(2.5rem - 8px);
  background-color: white;
  content: '';
  transition: all 0.15s ease-in;
  box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
  border-radius: 1.25rem;
}

.on-off:checked + label { background-color: rgb(0, 182, 71); }
.on-off:checked + label:before { left: calc(50% + 4px); }

.on-off + label,
.on-off + label > .text {
  height: 2.5rem;
  width: 2.5rem;
}

label {
  display: inline-block;
}


/* Pagination*/

/* pager wrapper, div */
.tablesorter-pager {
  padding: 5px;
height:50px;
}
/* pager wrapper, in thead/tfoot */
td.tablesorter-pager {
  background-color: #e6eeee;
  margin: 0; /* needed for bootstrap .pager gets a 18px bottom margin */
  height:50px!important;
}
/* pager navigation arrows */
.tablesorter-pager img {
  vertical-align: middle;
  margin-right: 2px;
  cursor: pointer;
}

/* pager output text */
.tablesorter-pager .pagedisplay {
  padding: 0 5px 0 5px;
  width: 50px;
  text-align: center;
}

/* pager element reset (needed for bootstrap) */
.tablesorter-pager select {
  margin: 0;
  padding: 0;
}

/*** css used when "updateArrows" option is true ***/
/* the pager itself gets a disabled class when the number of rows is less than the size */
.tablesorter-pager.disabled {
  display: none;
}
/* hide or fade out pager arrows when the first or last row is visible */
.tablesorter-pager .disabled {
  /* visibility: hidden */
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default;
}




/* popup form validate*/

#wrapper {
  width: 100px;
  margin: 0 auto;
  background: #fff;
  padding: 20px;
  border: 10px solid #aaa;
  border-radius: 15px;
  background-clip: padding-box;
  text-align: center;
}

.overlayordoplus {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: opacity 200ms;
  visibility: hidden;
  opacity: 0;
}
.overlay.light {
  background: rgba(255, 255, 255, 0.5);
}
.overlay .cancel {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: default;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}
.popup {
  margin: 75px auto;
  padding: 20px;
  background: #fff;
  border: 1px solid #666;
  width: 300px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  position: relative;
}
.light .popup {
  border-color: #aaa;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}
.popup h2 {
  margin-top: 0;
  color: #666;
  font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
}
.popup .close.specific_icon_close_responsive.close {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 20px;
  right: 20px;
  opacity: 0.8;
  transition: all 200ms;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  color: #666;
}
.popup .close.specific_icon_close_responsive.close:hover {
  opacity: 1;
}
.popup .content {
  max-height: 400px;
  overflow: auto;
}
.popup p {
  margin: 0 0 1em;
}
.popup p:last-child {
  margin: 0;
}






.ou {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  width: 50px;
  height: 50px;
  color:#6A7A89;
  background-color: #F1F1FB;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
  z-index: 1111;
  text-align: center;
  vertical-align: middle;
  line-height: 50px;
}

.responleft {
  width: 100%;
}

.left_compte {
  width: 30%;
  float:left;  
  margin-bottom:15px;
}

.right_compte {
  width: 60%;
  float:right;
  align-content: middle;
  margin-bottom:15px;
}
.left_compte_m {
  width: 45%;
  float:left;  
  margin-bottom:15px;
}

.right_compte_m {
  width: 45%;
  float:right;
  align-content: middle;
  margin-bottom:15px;
}

.left_compte_modal {
  width: 30%;
  float:left;  
  margin-bottom:5px;
}

.right_compte_modal {
  width: 70%;
  float:right;
  align-content: middle;
  margin-bottom:5px;
}

@media screen and (max-width: 1000px) {
  .responleft {
    width: 100%;
  }
  .responright {
    display:none;
  }

  .left_compte_m {
    width: 100%;
    max-width: 100%;
  }
  
  .right_compte_m {
    width: 100%;
    max-width: 100%;
  }

  .left_compte_modal {
    width: 100%;
    max-width: 100%;
  }
  
  .right_compte_modal {
    width: 100%;
    max-width: 100%;
  }

  .left_compte {
    width: 100%;
    max-width: 100%;
  }
  
  .right_compte {
    width: 100%;
    max-width: 100%;
  }
}

.boti {
  color: #!important;
  fill: #;
}

.mdpoubli {
  margin-top: 15px;
  white-space: pre;
  color: #;
  text-decoration: underline;
}

.mdpoubli:hover {
  color: #;
  cursor: pointer;
  text-decoration: none;
}


.ensavoirplus {
  margin-left:15px;
  white-space: pre;
  color: #898990;
  text-decoration: underline;
}

.ensavoirplus:hover {
  color: #898990;
  cursor: pointer;
  text-decoration: none;
}

.pasdecompte {
float: left;
text-align: center;
margin-top: 20px;
  width: 100%!important;
  background-color: #F1F1FB;
}



.input-container {
  display: flex;
  width: 90%;
  margin-bottom: 15px;
}


.input-container .icon {
  height:40px;
  padding: 10px;
  background: white;
  color: grey;
  width: 8%;
  text-align: center;
}


.input-field, .input-container select {
  width: 100%;
  padding: 10px;
  outline: none;
}

.input-field:focus, .input-container select:focus {
  border: 2px solid #;
}



div.moncomptediv {
  color:black;
  margin: 0 auto;
  margin-top:20px;
  width:60%;
  max-width:90%;
  background: #FBFAFF !important;
  border-width:1px 1px 1px 0px;
  border-style:solid;
  border-color: #697a8a;
  box-shadow: inset 5px 0px #;
  overflow: auto;
}
div.moncomptediv  * {
  margin-left:20px;
}

@media screen and (max-width: 768px) {
  div.moncomptediv {
    width:95%;
  }
}

h2.boti {
  margin-top: 15px;
}

div.table-responsive-vertical {
  background: #FBFAFF !important;
}

div.tablesorter-header-inner {
  display: inline-block;
}


.moncomptehead {
  margin-left:0px;
}





*/

/*************************************************************************************************************
*==============================================================================================================
*
*                                   Mes commandes
*
*==============================================================================================================
/*
bases css
===============================================================================================================
*/
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
                FIX VIEW INHERITED FROM WOOCOMMERCE
*/

body.woocommerce-account.woocommerce-view-order > #main > #container > section.row {
width: 100% !important;
margin: 0!important;
padding: 0!important;
}


body.woocommerce-account.woocommerce-orders > #main > #container > section.row {
width: 100% !important;
margin: 0!important;
padding: 0!important;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
                    CSS THEME COLOR
*/
.title_color1 {
color: #!important;
/*
color: #e1211e;
*/
}
.title_color2 {
color: #!important;
/*
color: #123652;
*/
}
.title_color3 {
/*
color: #008000;
*/
color: #!important;
}



body.woocommerce-account.woocommerce-view-order > #main > #container > section.row {
width: 100% !important;
margin: 0!important;
padding: 0!important;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++
CSS FONT
*/

.text_size_20{
font-size: 20px;
line-height: 22px;
font-weight: bold;
}
.text_size_16{
font-size: 16px;
line-height: 35px;
}
.text_size_15{
font-size: 15px;
}
.line_heigth_thead{
line-height: 67px;
}
.title_uppercase{
text-transform: uppercase;
}
.text_capitalize{
text-transform: capitalize;
}
.text_first_uppercase::first-letter{
text-transform: uppercase;
}
.font_weight_forced_normal{
font-weight: normal;
}
.font_style_italic_none {
font-style: normal;
}
.order_summary_row_font_weight{
font-weight: 600icon;
}
/*
specification des containers couleur de fond et bordure
*/
.specific_color_border {
background-color: #909090;
}

.historic_command{
width: 100%;
/*
background-color: #4fc3f7;
*/
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
CSS SECTION BANNER
*/
.container_banner {
overflow: hidden;
margin-bottom: 4em;
}
#img_property_banner{
width: 100%;
min-height: 150px;
min-width: 760px;
/*
background-color: yellow;
*/
position: relative;
z-index: 100;
}
.text_banner{
position: absolute;
z-index: 200;
margin-left: 12%;
margin-right: 12%;
padding-top: 3%;
padding-bottom: 3%;
}
.text_property_banniere{
width: 100%;
display: inline-block;
}
.text_property_banniere:nth-child(1) {
font-size: 0.8em;
line-height: 1.1em;
}
.text_property_banniere:nth-child(2) {
font-size: 2.3em;
line-height: 1.1em;
font-weight: bold;
}
.text_property_banniere:nth-child(3) {
font-size: 1.4em;
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*               CSS SECTION CONTACT PHARMACY
*/
.container_contact_pharmacy{
/*
width: 30%;
*/
min-width: 390px;
/*
background-color: cadetblue;
*/
}
#img_property_contact{
width: 368px;
border-radius: 40px;
position: relative;
}
.text_contact_pharmacy{
/*
background-color: coral;
*/
position: relative;
z-index: 200;
bottom: 100px;
margin-left: 30px;
}
.section_contact_pharmacy {
margin-right: auto;
}
/*
* css table historic command
*/
.section_table_contact {
margin: 0 auto;
width: 90%;
}
/*
background-color: lightblue;
*/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

CSS TABLE COMMAND

*/
.container_table_command{
/*
width: 70%;
*/
/*
background-color: aquamarine;
*/
}

.section_table_command {
margin-left: auto;
width: 89%;
}

.table_command{
width: 100%;
text-align: center;
}
.table_command:last-child{
background-color: white;
}
.table_command_tr_head {
height: 67px;
border-top-left-radius: 12px;
border-top-right-radius: 12px;
border-bottom: solid 6px #!important;
background-color: #f9f9f9;
}
.table_command_th_head,.table_command_td_body{
width: 100%;
}
.table_command_th_head:nth-child(3) {
order: 3;
}
.table_command_th_head:nth-child(4) {
order: 2;
}
.table_command_th_head:nth-child(5) {
order: 4;
}


.table_command_th_head:nth-child(5){
min-width: 33%;
}
.table_command_td_body {
align-items: center;
line-height: 2em;
}
.table_command_td_body:nth-child(1) {
order: 1;
}
.table_command_td_body:nth-child(2) {
order: 2;
}
.table_command_td_body:nth-child(3) {
order: 4;
}
.table_command_td_body:nth-child(4) {
order: 2;
}
.table_command_td_body:nth-child(5){
order: 5;
min-width: 33%;
}
/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
modification du css de base pour detail
*/
.specific_border_total_detail_commande {
border-bottom: solid 1px #b0b0b0;
padding-bottom: 1em;
width: 100%;
}
.table_command_thead {
order:1;
}
.table_command_detail_tbody {
order:2;
}
.table_command_detail_tfoot {
order:3;
}
.table_command_detail_th_head,.table_command_detail_td_body{
width: 100%;
}
.table_command_detail_th_head:nth-child(n+2) {
}
.table_command_detail_th_head:nth-child(5){
min-width: 33%;
}
.table_command_detail_td_body {
align-items: center;
line-height: 2em;
}
.table_command_detail_td_body_status_color_completed{
color:#!important;
}
.table_command_detail_td_body_status_color_pending{
color:#!important;
}
.table_command_detail_td_body_status_color_processing{
color:#!important;
}
.table_command_detail_td_body_status_color_cancelled{
color:#!important;
}
.table_command_detail_td_body_status_color_on-hold {
  color:#!important;
}
.table_command_detail_row {
width: 100%;
text-align: left;
}

.table_command_detail_td_body:nth-child(1) {
order: 1;
}
.table_command_detail_td_body:nth-child(2) {
order: 2;
}
.table_command_detail_td_body:nth-child(3) {
order: 3;
}
.table_command_detail_td_body:nth-child(4) {
order: 4;
}
.table_command_detail_td_body:nth-child(5){
order: 5;
}
.table_command_detail_tr_foot {
background-color: white!important;
line-height: 1.5em;
width: 28%;
padding: 1%;
}
.text_align_item_detail {
text-align: left;
}
.table_command_detail_td_body_image{
width: 50%;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

css resumé commande
*/

.section_order_summary {
width: 368px;
margin-right: auto;
margin-bottom: 3%;
margin-left: 2%;
}
.order_summary {
padding: 20px 4%;
}

.container_order_summary{
background-color: #F9F9F9;
/*
width: 30%;
*/
min-width: 300px;
border-radius: 10px;
}
.woocommerce_order_summary_caption{
text-transform: uppercase;
text-align: left;
line-height: 67px;
}
.order_summary_caption_icon_cabat {
fill: #!important;
width: 20px;
margin: 1%;
margin-right: 4%;
}
.woocommerce_order_summary {
padding: 0px 13px;
width: 100%;
}
.order_summary_div {
padding-top: 15px;
padding-bottom: 10px;
width: 100%;
}
.order_summary_div:nth-child(-n+4){
border-bottom: solid 1px #ddd;
}
.order_summary_row {
padding-bottom: 2%;
}
.order_summary_row > div:nth-child(1) {
color: #!important;
text-align: left;
}
.order_summary_row > div:nth-child(2) {
color: #!important;
text-align: right;
}
.order_summary_row:nth-last-child(n+6) {
padding-bottom: 2%;
}

/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
/*
* gestion des buttons
*/
.section_button_back_command {
margin-left: auto;
margin-top: 2%;
}
div.will_be_back a button.button_decoration_will_be_back{
border: solid 2px #!important;
color: #!important;
border-radius: 3px;
line-height: 2.6;
padding: 0 2em;
text-align: center;
text-transform: uppercase;
background-color: white;
font-weight: 600;
}
div.will_be_back a button.button_decoration_will_be_back:hover{
background-color: #!important;
color: white!important;

}

div.will_be_back a button.button_decoration_will_be_back span.title_uppercase {
padding-left: 4px!important;
}


.detail_item {
border: 0;
line-height: 2;
padding: 0 2em;
font-size: 1rem;
text-align: center;
text-transform: capitalize;
font-weight:bold;
color: #fff;
border-radius: 6px;
background-color:#!important;
}
.detail_item:hover {

color: #!important;
background-color: #fff!important;
/*
background-color: #123652;
*/
}

/*==================================================================================================================

Styles css

==================================================================================================================*/
.container_banner {
display: flex;
justify-content: flex-start;
/*! justify-content: center; */
}

.text_banner {
display: flex;
flex-direction: column;
}

.section_table_contact {
display: flex;
flex-wrap: nowrap;
}
.section_column_left_detail_command {
display: flex;
flex-basis: 70%;
flex-wrap: wrap;
align-content: baseline;
}
.section_column_right_detail_command {
display: flex;
flex-direction: column;
flex-basis: 30%;
}
.section_order_summary{
order: 1;
}
.section_table_command{
order: 2;
}
.section_button_back_command{
order: 4;
}
.section_contact_pharmacy{
order: 4;
}
.container_table_command {
display: flex;
}
.table_command_tr_head {
display: flex;
justify-content: space-between;
}
.table_command_detail_th_head:nth-child(n+2) {
align-items: center;
display: flex;
line-height: 2em;
justify-content: center;
}
.table_command_tr_body {
align-items: center;
}
.table_command_td_body:nth-child(-n+4){
flex-basis: 15%;
min-width: 80px;
}
.table_command_td_body:nth-child(5){
flex-basis: 40%;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

traitement specifique html de l'integration image

======================================================================================================================
gestion css table thead
*/
.table_command_th_head:nth-child(5) {
flex-basis: 40%;
}

.table_command_th_head:nth-child(-n+4) {
flex-basis: 15%;
}

.table_command_detail_th_head:nth-child(1) {
flex-basis: 65%;
}

.table_command_detail_th_head:nth-child(n+2) {
flex-basis: 20%;
}
.img_test{
width: 70px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
gestion css des table tbody
*/

.table_command_detail_tr_body{
align-items: center;
width: 100%;
}

.picture_decoration_item {
flex-basis: 20%;
}
.table_command_detail_td_body:nth-child(2) {
display: flex;
flex-wrap: wrap;
flex-basis: 92%;
text-align: left;
line-height: 1.6em;
}
.table_command_detail_td_body:nth-child(n+3) {
flex-basis: 33%;
display: flex;
justify-content: center;
}

.container_table_command {
display: flex;
/*
background-color: #1eb7ea;
*/
}

.table_command_tr_head {
display: flex;
justify-content: space-between;
/*
background-color: silver;
*/
}

.table_command_tr_body,.table_command_detail_tr_body {
display: flex;
justify-content: space-between;
/*
background-color: #1de9b6;
*/
}
.table_command_detail_tfoot {
display: flex;
justify-content: flex-end;
}

.table_command_detail_tr_foot {
display: flex;
justify-content: space-around;
flex-wrap: wrap;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
gestion des styles de la table résumé commande
*/
.woocommerce_order_summary {
}
.woocommerce_order_summary_title {
display: flex;
flex-direction: row-reverse;
justify-content: left;
align-items: center;
}
.order_summary_row{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.order_summary_row > div:nth-child(1){
flex-basis: 40%;
/*
background-color: silver;
*/
}
.order_summary_row > div:nth-child(2){
flex-basis: 60%;
/*
background-color: silver;
*/
}
.order_summary_row_address{
display: flex;
flex-direction: column;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++
css bouton retour commande
*/
.will_be_back {
/* display: flex; */
/*! width: 100%; */
/*! min-width: 640px; */
/*! justify-content: end; */
/* margin-left: auto; */
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
vue responsive ecran grande largeur
*/

@media screen and (min-width: 1020px){
.responsive_view_layout {
display: none;
}
.table_command_detail_td_body_li{
list-style-type:none;
}
.table_command_td_body_li{
list-style-type:none;
}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
vue responsive 1019px
*/

@media screen and (max-width: 1019px) {
.img_test {
max-height: 50px;
}
.order_summary_row > div:nth-child(1) {
color: #!important;
}
.picture_decoration_item {
padding: 0 !important;
}
.responsive_little_view_layout {
display: none;
}
.title_display_none{
display: none;
}
.table_command_thead{
display: none;
}
.table_command_detail_td_body:nth-child(2) {
flex-basis: 80%;
}
.table_command_detail_td_body:nth-child(3) {
display: none;

}
.table_command_tr_body,.table_command_detail_tr_body {
flex-wrap: wrap;
justify-content:inherit;
}
.table_command_detail_td_body:nth-child(4)::before {
content: attr(data-label);
}
.table_command_detail_td_body_li{
list-style-type:none;
}
.table_command_detail_td_body_li::before{
content: ":";
}
.table_command_td_body_li{
list-style-type:none;
}

.table_command_detail_tbody {
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.table_command_detail_tr_body{
display: flex;
justify-content: right;
padding-bottom: 2%;
padding-top: 2%;
}
.table_command_detail_tr_foot {
justify-content: right;
width: 100%;
padding-bottom: 7%;
}
.text_align_item_foot {
text-align: right!important;
}
.text_align_item_foot:nth-child(3){
line-height: 2em;
}
.font_weight_forced_normal:nth-child(1){
font-weight:bold;
}
.table_command_detail_td_body:nth-child(n+2) {
padding: 0 !important;
line-height: 1em;
}
.table_command_detail_td_body:nth-child(n+3) {
flex-basis: 40%;
}
.table_command_detail_td_body:nth-child(4) {
order: 4;
display: flex !important;
justify-content: left !important;
}
.table_command_detail_td_body:nth-child(5) {
order: 5;
display: flex !important;
justify-content:  right !important;
}
.title_color1_mobile {
color: #!important;
}
.section_column_right_detail_command {
flex-basis: 100%;
}

.section_contact_pharmacy {
margin-left: auto;
}

.section_column_left_detail_command {
flex-basis: 100%;
}
.container_table_command {
margin-bottom: 1%;
}
.section_order_summary {
margin-left: auto;
}
.section_table_command {
margin-right: auto;
}

.section_table_contact {
justify-content: center;
flex-wrap: wrap;
}

.section_button_back_command {
margin-right: auto;
}
}

@media screen and (min-width: 551px) and (max-width: 768px)  {
.table_command_td_body:nth-child(3)::after {
content: attr(data-label);
color:  #909090;
}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
vue responsive 768px
*/
@media screen and (max-width: 768px) {
.table_command_td_body:nth-child(-n+4) {
width: fit-content;
height: min-content;
display: flex;
justify-content: space-between;
}

/*celluleweb 4*/
.table_command_td_body:nth-child(1) {
order: 20;
}

/*celluleweb 2*/
.table_command_td_body:nth-child(2) {
display: none;
}

/*celluleweb 1*/
.table_command_td_body:nth-child(3) {
order: 10;
}

/*celluleweb 3*/
.table_command_td_body:nth-child(4) {
order: 40;
font-size: 1.2em;
}

/*celluleweb 5*/
.table_command_td_body:nth-child(5) {
order: 50;
width: fit-content;
padding: 4em !important;
}

.table_command_tr_body {
flex-direction: column;
flex-wrap: wrap;
align-content: flex-start;
height: 10em;
padding: 0;
}

.table_command {
border: 0;
}

.table_command_thead {
display: none;
}

.table_command_tr_head, .table_command_tr_body {
margin-bottom: .625em;
}



#img_property_contact {
width: 90%;
display: block;
margin-left: auto;
margin-right: auto
}
.table_command_td_body_li{
padding-right: 2% !important;
padding-left: 1% !important;
}
.table_command_td_body_li::before{
content: ".";
font-size: 24px;
font-weight: bold;
color:  #909090!important;
}
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
vue responsive 560px
*/

@media screen and (max-width: 560px){
.section_button_back_command {
width: 90%;
}
.button_decoration_will_be_back {
padding: 0;
width:100%;
}
.banner{
margin-bottom: 2em;
}
.text_banner {
margin-left: 3%;
margin-right: 3%;
padding-top: 10%;
padding-bottom: 10%;
}
.text_property_banniere:nth-child(2) {
font-size: 166%;
}
.text_property_banniere:nth-child(3) {
font-size: 100%;
}
.section_column_left_detail_command {
flex-basis: 100%;
width: 100%;
}

.table_command_tbody, .table_command_detail_tbody {
border: none;
}
.table_command_tr_body{
align-content: center;
height: 63px;
}
.table_command_detail_tr_body {
align-items: flex-start;
width: 100%;
}
.table_command_td_body {
align-content: center;
line-height: 1em;
padding: 0.2em !important;
}
.table_command_td_body:nth-child(5){
padding: 0!important;
}
.table_command_td_body:nth-child(-n+4) {
/*! width: 160px; */
height: 20px;
/*! display: flex; */
justify-content: flex-start;
}

/*celluleweb 2*/
.table_command_td_body:nth-child(2) {
display:none;
}

.container_table_command {
width: 100%;
min-width: 320px;
}

.section_table_contact {
width: 100%;
min-width: 320px;
margin: 0;
}
.table_command_detail_tr_foot {
font-size-adjust: 0.7;
line-height: 2;
}
.section_contact_pharmacy {
width: 100%;
}
.container_contact_pharmacy {
width: 100%;
min-width: 320px;
}
.detail_item {}
div.will_be_back a button.button_decoration_will_be_back{
padding: 0;
}
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
        FIN CSS COMMANDE
*/



.un_rdv {
  display: flex;
    align-items: center;
    justify-content: space-between;
    background: white;
    border-radius: 10px;
    padding: 15px;
margin: 35px auto;
}
.un_rdv.specific_appointment_summary {
    width: 80%;
}

.un_rdv div {
padding:5px;
text-align: left;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.un_rdv button.specific_button_inherit{
    display: none;
}

.un_rdv img {
width:100px;
min-width:100px;
border-radius: 10px;
}

.un_rdv span {

color: #000;

font-weight:700;
display: block;
}

.un_rdv button {
  font-weight:700;
color: #AD4851;
background-color: #FAE3E5;
padding-top:10px;
padding-bottom:10px;
padding-left: 20px;
padding-right:20px;
border:none;
border-radius:4px;
}

.un_rdv button:hover {
color: #FAE3E5;
background-color: #AD4851;
}
#container_appointement_filter {
    display: inline-flex;
    justify-content: space-between;
    flex-basis: 50%;
    color: #;
}
div.tabsdescription-content .active h2 {
color: #;
font-size: 1.4em;
}

.tabsdescription.mesrdvtab h3 {
width: 15%;
float:left;
}
.tabsdescription.mesrdvtab h3 a {
box-shadow: 0 0px !important;
}

.tabsdescription.mesrdvtab h3 a.active {
          color: rgba(,,, 1) !important;
          background-color: rgba(,,, 0.05) !important;
          font-weight: bold;
          box-shadow: 0 5px rgba(,,, 1) !important;
 }
 .tabsdescription h3 a {
 	border-radius: 4px 4px 0 0 !important;
 	height: 60px !important;
 	line-height: 30px;
 	padding: 0.5em 0;
	text-align: center;
	display: block;
 }

.tabsdescription-content.mesrdvtab {
  border:none!important;
  background-color: rgba(,,, 0.1) !important;
  overflow: auto;
  border-radius: 5px;
  padding: 1.5em;
  width: 100% !important;
  max-width: 100% !important;
}
.tabsdescription {
  height: 40px !important;
}

#years_select {
font-size: 1em;
margin-left: 2%;
cursor: pointer;
font-family: inherit;

}
.hidden_symbole_container_rdv{
    display: none;
}
#specific_appointment_next {
    display: flex;
    flex-wrap: wrap;
}
#specific_list_rdv {
order: 2;
flex-basis: 100%;
}
div.specific_display_none_responsive_mesrdvtab:nth-child(3) {
justify-content: flex-end;
display: inline-flex;
align-items: baseline;
flex-basis: 50%;
}
#detail_no_rdv {
width: 100%;
line-height: 4em;
}
a.boutton_prise_rdv.specific button {
position: inherit;
}

@media screen and (max-width: 900px) {
    .boutton_prise_rdv.specific {
        display: none;
    }
    .specific_display_none_responsive_mesrdvtab{
        display: none !important;
    }
    .boutton_prise_rdv {
        display: inline-flex;
        justify-content: center;
        width: 100%;
    }
    .boutton_prise_rdv > button:nth-child(1) {
        width: 100%;
        text-align: center;
    }
    .boutton_prise_rdv > button > .fa-plus {
        margin-right: 2%;
        font-size: 1.2em;
    }
    .tabsdescription.mesrdvtab h3 {
        width: 50%;
    }


    .un_rdv img {
        display: none;
    }
    .un_rdv {
        flex-direction: column;
        border-radius: 10px;
        align-content: center;
        margin: 10px auto;
        width: 100%;
        font-size: 85%;
        padding: 0 4%;
    }
    .un_rdv .detail{
        display: none;
    }

    .un_rdv.specific_appointment_summary {
        width: 90%;
    }
    .un_rdv span {
        width: 100%;
        display: inline-flex;
        justify-content: flex-start;
        align-items: baseline;
    }
    .un_rdv div {
      align-items: baseline;
      text-align: left;
        padding: 0;
        margin: 2% auto;
    }
    .un_rdv > div span > i:first-child {
        margin-right: 2%;
    }

    .un_rdv div:nth-child(4) {
        align-items: baseline;
        border-top: solid 1px silver;
        padding-top: 2%;
        padding-bottom: 2%;
    }
    .un_rdv div:nth-child(5) {
        align-items: baseline;
        border-bottom: solid 1px silver;
        padding-bottom: 2%;
    }
    .un_rdv div:last-child {
        border-bottom: none;
    }

    .un_rdv button {
        width: 100%;
    }
    .un_rdv > button > span i:last-child {
        flex-basis: 80%;
        text-align: end;
    }
    .hidden_symbole_container_rdv {
         display: initial;
    }
    .un_rdv > button > span i:first-child {
        flex-basis: 6%;
        text-align: start;
    }
    .un_rdv button.specific_button_inherit{
        padding: 2% 0;
        display: flex;
        flex-direction: column;
        width: 100%;
        font-weight: inherit;
        color: inherit;
        background-color: inherit;
        font-size: 1em;
        align-items: baseline;
        border-radius: 0;
    }
    .un_rdv button.specific_button_inherit:hover{
        color: inherit;
        background-color: inherit;
        cursor: pointer;

    }

    .tabsdescription-content.mesrdvtab {
        padding: 5% 2%;
    }
    .show:not(#myDropdown) {
        display:flex;
    }
}

.modal-content.mesrdv {
  text-align:center;
}

.modal-content.mesrdv .modal-header{
  margin-bottom:30px;
}

.modal-content.mesrdv .modal-header h2{
color: #;
font-size: x-large;
}
.modal-content.mesrdv .modal-header h2:nth-child(3) {
display: none;
}

color: #;
font-size: x-large;
}
.modal-content.mesrdv .modal-body img {
    border-radius: 10px;
    width: 180px;
    height: 120px;
}
.modal-content.mesrdv .modal-body span.lathematique {
  color: #;
  font-weight: bold;
  margin-bottom:15px!important;
}


button.mesrdv.retour.close, button.mesrdv.retour.closenext {
all: inherit;
font-weight:700;
color: #;
background-color: #f7f7f7;
padding-top:10px;
padding-bottom:10px;
min-width: 220px;
text-align: center;
padding-left: 20px;
padding-right: 20px;
border:none;
border-radius:4px;
cursor: pointer;
margin-top: 10px;
border: 2px solid #;
}

.modal-footer div.rdvbasic {
  display: flex;
    justify-content: center;
    flex-direction: column-reverse;
}

button.mesrdv.retour:hover {
  color: #f7f7f7;
background-color:#;
}

button.mesrdv.valider {
  all: inherit;
  font-weight:700;
  color: #;
background-color: #f7f7f7;
padding-top:10px;
padding-bottom:10px;
border:none;
padding-left: 20px;
padding-right: 20px;
border-radius:4px;
min-width: 220px;
text-align: center;
/*margin-left: 2%;
margin-right: 2%;*/
display: inline-block;
white-space: nowrap;
cursor: pointer;

    margin-top: 10px;
    border: 2px solid #;
}
button.mesrdv.valider:hover {
  background-color:  #;
color: #f7f7f7;

}

.modal-content.mesrdv .modal-footer {
  display: flex;
    justify-content: center;
    margin: 20px;
    flex-wrap: wrap;
}
@media screen and (max-width: 900px) {

    .row.specific_rdv { padding:0px!important; }

    section.row.specific_rdv { width: 100% !important; }
    .modal-content {
        width: 95%; /* Could be more or less, depending on screen size */
    }
    section.row.specific_rdv > div > span.not_view_mobile { display: none; }
    .modal-content.mesrdv {
        display: inline-flex;
        flex-wrap: wrap;
        padding-top: 0;
        padding-bottom: 0;
        margin-left: 2%;
        margin-right: 2%;
    }
    .modal-content.mesrdv .modal-header {
        margin-bottom: 0;
        display: inline-flex;
        flex-wrap: wrap;
        flex-basis: 100%;
    }
    .modal-content.mesrdv .specific_title_responsive {
        flex-wrap: nowrap!important;
        flex-direction: row-reverse;
        align-items: center;
    }
    div.modal-content.mesrdv > div.modal-header > span.close {
        text-align: right;
        font-size: 2.5em;
        flex-basis: 100%
    }
    div.modal-content.mesrdv > div.modal-header > span.specific_icon_close_responsive {
        flex-basis: 0%
    }
    .modal-content.mesrdv .modal-header h2:nth-child(2) {
        display: none;
    }
    .modal-content.mesrdv .modal-header h2:nth-child(3) {
        display: inline-flex;
        justify-content: center;
        font-size: 130%;
        flex-basis: 100%;

    }
    div.modal-content.mesrdv .modal-body p {
        margin-top: 0!important;
        margin-bottom: 0%!important;
        font-size: 90%;
        display: inline-flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
    }
    .modal-content.mesrdv .modal-body p.specific_cancel_rdv_responsive {
        margin-bottom: 4% !important;
    }
    .modal-content.mesrdv .modal-body img {
        margin-top: 10%;
        margin-bottom: 8%;
    }

    .modal-content.mesrdv .modal-body span.lathematique {
        font-size: 90%;
    }

    .modal-content.mesrdv .modal-footer {
        display: inline-flex;
        margin: 0;
        flex-wrap: wrap;
        width: 100%;
        flex-direction: column-reverse;
    }
    div.modal-content.mesrdv > div.modal-footer > a:nth-child(2) {
        width: 100%;
    }
    div.modal-content.mesrdv > div.modal-footer > form.specific_button_validate_niche {
        width: 100%;
    }
    button.mesrdv.valider {
        margin-left: 0%;
        margin-bottom: 5%;
        margin-top: 6%;
        padding-top: 13px;
        padding-bottom: 13px;
        font-size: 93%;
        margin: 0 auto;
    margin-top: 10px;
    }
    button.mesrdv.retour.close {
        margin-bottom: 5%;
        padding-top: 13px;
        padding-bottom: 13px;
        font-size: 93%;
        margin-left: 0%;
        margin: 0 auto;
    margin-top: 10px;
    }
}

a.boutton_prise_rdv button{
  padding:15px 20px 15px 20px;
  background-color:  #;
border: none;
border-radius:4px;
color:white;
font-weight:700;
font-size: 15px;
position: absolute;
    top: 45px;
    right: 10px;
}


@media screen and (max-width: 900px) {
  a.boutton_prise_rdv button{
    position: inherit;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}


div.gallery-thematique {
    margin: 20px;
    float: left;
    height: 280px;
    width:330px;
    cursor:pointer;
}


div.gallery-thematique img {
    width: 310px;
    height: 200px;
    border-radius: 10px;
}

div.desc-thematique {
    padding: 15px;
    text-align: center;
    margin-top: 20px;
    font-weight: bold;
}

/*--------------------------------------------------CALENDAR----------------------------------------------------------*/
div.un_jour {
  float: left;
    display: flex;
    flex-direction: column;
    width: 120px;
    align-items: center;
    margin-bottom:40px;
}
div.un_jour.header_column{
    align-items: center;
    display: flex;
}
.column_time_slot {
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
}

div.un_creneau {
display:inline-flex;
border-radius:4px;
padding: 3% 3%;
margin:4px 10px;
font-size: 14px;
color: #;
width: 100px;
    justify-content: center;
}

div.un_creneau.LIBRE {
background-color: rgba(,,, 0.1) !important;
cursor: pointer;
}

div.un_creneau.LIBRE:hover {
background-color: rgba(,,, 0.25) !important;
cursor:pointer;
}



.un_jour span.nomdujour {
  display:contents;
}

.un_jour span .datesansjour {
  margin-bottom:10px;
}

.le_mois {
  width: fit-content;
  margin: 0 auto;
  margin-bottom:48px;
    display: flex;
    justify-content: center;
    align-items: baseline;
    text-align: center;
}


.le_mois a, .le_mois span {
padding:15px;
margin:3px;
background-color: rgba(,,, 0.1) !important;
border-radius:4px;
}

.le_mois a:hover {
  background-color: rgba(,,, 0.25) !important;
}

.row.le_calendrier {
  width:fit-content;
}
.le_mois > span:nth-child(2) {
min-width: 180px;
line-height: 99%;
}

.un_jour.semaine_precedente, .un_jour.semaine_suivante {
width:30px;
margin-top: 10px;
}

.un_jour.indispo {
  width:50%;
  text-align: center;
  background-color: #ededed;
    border-radius: 6px;
    padding: 10px;
}
.fas.fa-chevron-down.display_view_responsive_mobile {
    display: none;
}
.un_jour button.display_view_responsive_mobile{
    display: none;
}
#button_show_more_day {
display: none;
}
.specific_container_day {
text-align: center;
margin-bottom: 40px;
}
/*---------------------------------------------------------------------------
                RESPONSIVE RDV
*/
@media screen and (max-width: 900px) {
    .un_jour.semaine_precedente, .un_jour.semaine_suivante{
        display: none;
    }
    .le_mois {
        margin-bottom:18px;
    }
    div.un_jour.header_column{
        display: none;
    }
    form-control button >  span.nomdujour {
    padding-right: 1%;
    }
    button > span.datesansjour.appointement_slot_header_day_responsive {
        flex-basis: 90%;
    }
    #button_show_more_schedule {
        display: none;
    }
    #button_show_more_day {
        display: inherit;
        background-color: white;
        border: none;
        font-size: inherit;
    }
    .formarting_text_show_next_day {
        color:  #;
        font-size: 78%;
        border-bottom: 1px solid  #;;
        padding-bottom: 9%;
    }
    .le_mois > span:nth-child(2) {
      min-width: 180px;
        width: 40%;
    }
    div.un_jour {
        width: 94%;
        border-radius: 8px;
        margin-bottom: 10px;
        margin-left: 3%;
    }
    .specific_container_day {
        margin-bottom: 10px;
    }
    div.dropdown_container.time_slot {
        display: none;
        flex-wrap: wrap;
        border-top: solid 1px silver;
        padding-top: 4%;
    }
    button.dropdown_container.more_schedule {
        display:none;
        justify-content: center;
    }
    .fas.fa-chevron-down.display_view_responsive_mobile {
        flex-basis: 10%;
        display: inline-flex;
        justify-content: flex-end;
    }
    .appointement_slot_header_responsive {
        width: 93%;
        display: inline-flex!important;
        justify-content: flex-start;
        align-items: baseline;
        padding: 2%;
        text-align: inherit;
        font-size: 90%;
        background: white;
        border: none;
    }
    .un_jour span.appointement_slot_header_day_responsive {
        flex-basis: 100%;
        padding-left: 1%;

    }

    .appointement_slot_body_responsive {
        display: inline-flex;
    }
    div.un_creneau {
        justify-content: center;
        padding: 1%;
        font-size: 72%;
    }
    div.un_creneau:nth-child(even){
        flex-basis: 35%;
    }
    div.un_creneau:nth-child(odd){
        flex-basis: 35%;
    }

    .un_jour button.display_view_responsive_mobile {
        display: inline-flex;
        flex-basis: 100%;
        background-color: rgba(225,33,30, 0.1) !important;
        border: none;
        margin-top: 10px;
        width: 100%;
        border-radius: 0px 0px 8px 8px;
    }
.un_jour button > div.formarting_text_show_more_time_slot {
font-weight: 600;
border-bottom: none;
line-height: 3em;
text-transform: lowercase;
color: #;

}
    .un_jour button > div.formarting_text_show_more_schedule::first-letter {
        text-transform: uppercase;
    }
}  /* FIN RESPONSIVE */
/*--------------------------------------------------END CALENDAR------------------------------------------------------*/

.banniere_rdv_top {
  height:300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    display: block;
}

.banniere_rdv_top div {
  height:300px;
  padding:20px;
}

.banniere_rdv_top div h1 {
  font-size: 32px;
  margin-bottom: 10px;
  color:  #;
}
.banniere_rdv_top div  {
  font-weight:700;
}

.rdv_header_infos h1 {
  font-size: 32px;
  margin-top: 10px;
  color:  #;
}

.rdv_header_infos span {
  color:  #;
}


a.boutton_contact_rdv button{
  padding:15px 20px 15px 20px;
  background-color:  #;
border: none;
border-radius:4px;
color:white;
font-weight:700;
margin-top:20px;
}


.banniere_rdv_top div {
  margin-left:11%;
}

@media screen and (max-width: 900px) {
    .banniere_rdv_top div {
        margin-left:0;
    }
}

option.soustypes:disabled {
    display: none;
}

select.jesuisradio {
  border: 2px solid #697a8a!important;
}


.multi-steps > li.is-active:before, .multi-steps > li.is-active ~ li:before {
	 content: counter(stepNum);
	 font-family: inherit;
	 font-weight: 700;
}
 .multi-steps > li.is-active:after, .multi-steps > li.is-active ~ li:after {
	 background-color: #ededed;
}
 .multi-steps {
	 display: table;
	 table-layout: fixed;
	 width: 100%;
}
 .multi-steps > li {
	 counter-increment: stepNum;
	 text-align: center;
	 display: table-cell;
	 position: relative;
	 color:black;
   font-weight:700;
}
 .multi-steps > li:before {
	 content: '\f00c';
	 content: '\2713;
	';
	 content: '\10003';
	 content: '\10004';
	 content: '\2713';
	 display: block;
	 margin: 0 auto 4px;
	 background-color: #fff;
	 width: 36px;
	 height: 38px;
	 line-height: 38px;
	 text-align: center;
	 font-weight: bold;
	 border-width: 2px;
	 border-style: solid;
	 border-color: #;
	 border-radius: 50%;
}
 .multi-steps > li:after {
	 content: '';
	 height: 2px;
	 width: 100%;
	 background-color: #;
	 position: absolute;
	 top: 20px;
	 left: 50%;
	 z-index: -1;
}
 .multi-steps > li:last-child:after {
	 display: none;
}
 .multi-steps > li.is-active:before {
	 background-color: #;
	 border-color: #;
   color:white;
}
 .multi-steps > li.is-active ~ li {
	 color: #808080;
}
 .multi-steps > li.is-active ~ li:before {
	 border-color: #ededed;
}

.container-fluid {
  max-width: 1000px;
    margin: 0 auto;
    margin-top: 20px;
}
.container-fluid > div.container_fluid_display_view_responsive {
    display: none;
}
.appointement_slot_header_responsive{
    display: none;
}
.mesrdv.valider.not_view_full {
    display: none;
}
@media screen and (max-width: 900px) {
    .mesrdv.valider.not_view_mobile {
        display: none;
    }
    .mesrdv.valider.not_view_full {
        display: inherit;
    }
    .container_fluid_display_none {
        display: none;
    }
    .container-fluid > div.container_fluid_display_view_responsive {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .container-fluid > div.container_fluid_display_view_responsive > span:nth-child(1) {
        flex-basis: 100%;
        text-align: center;
        font-size: 80%;
        padding: 1%;
    }
    .container-fluid > div.container_fluid_display_view_responsive :nth-child(2) {
        flex-basis: 20%;
        text-align: center;
    }
    #make_appointment_view_responsive {
        width: 95% !important;
        padding: 0;
    }
    .rdv_header_infos h1 {
        font-size: 1.5em;
    }
    div.gallery-thematique img {
        width: 100%;
        height: 70%;
    }
    div.gallery-thematique {
        margin-left: 1% !important;
        margin: 0%;
        height: inherit;
        width:48%;
        margin-right: 1% !important;
    }
    div.desc-thematique {
        padding: 0;
        font-size: 70%;
        margin-top: 4px;
        margin-bottom: 7px;
    }
    .rdv_header_infos {
        margin: 7% 4%;
    }


    .multi-steps > li.is-active:before, .multi-steps > li.is-active ~ li:before {
        content: no-open-quote;
    }
    .multi-steps {
        width: 65px;
    }
    .multi-steps > li {
        counter-increment: stepNum;
        text-align: center;
        display: table-cell;
        position: relative;
        color:black;
        font-weight:700;
    }
    .multi-steps > li:before {
        width: 6px;
        height: 6px;
        content: '';
    }
    .multi-steps > li:after {
        top: 4px;
        left: 52%;
    }

}

.modal-body p span.lathematique {
  color:  #!important;
}

div.modal-content.mesrdv .modal-body p {
margin-top:40px;
margin-bottom: 25px;
font-weight: bold;
}
.container_back_home_my_rdv {
    display: flex;
    justify-content: space-around;
    margin: 2% 37%;
}
.message_popup_rdv {
    width: 49%;
    border: none !important;
    padding: 1%;
    border-radius: 6px;
    background-color: #eaf7e8;
    color: green;
}
@media screen and (max-width: 900px) {
    .message_popup_rdv {
        width: 100% !important;
margin-bottom: 5%;

    }
    div.container_back_home_my_rdv > a > button.specific_back_home_responsive {
        display: none!important;
    }
    .container_back_home_my_rdv {
        justify-content: center;
        margin: 0 4%;
    }
    .container_back_home_my_rdv > a:nth-child(1) {
        width: 100%;
    }

}
.color_font_theme_2 {
    color: #!important;
}
.formatting_gallery_thematique {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

div.un_creneau.display_show_more_schedule {
display: none;
}
.formatting_button_show_more_schedule {
display: flex;
justify-content: center;
text-transform: uppercase;
color: #!important;
font-weight: 600;
}
.formarting_text_show_more_schedule {
text-transform: uppercase;
color: #!important;
font-weight: 600;
border-bottom: solid 1px;
line-height: 2em;
}
#button_show_more_schedule {
background-color: white;
border: none;
font-size: inherit;
}


div.un_creneau.RESERVE {
  background-color: #d1d1d1;
}

.un_jour.semaine_precedente {
  margin-right: 20px;
    margin-left: none;
}

.un_jour.semaine_suivante {
  margin-left: 20px;
    margin-right: none;
}


@media screen and (min-width: 901px) {
div.la_semaine_calendrier {
  display: flex;
    flex-direction: row;
    justify-content: center;
}
}

td.ui-datepicker-calendar {
  padding: 0px!important;
  margin:0px!important;
}


div.modal-body form.infos-form {
  max-width: 500px;
  margin: 0 auto;
}

div.modal-body form.infos-form div.input-container {
  margin: 0 auto;
    margin-bottom: 15px;
}

.modal-content.mesrdv {
  max-width: 700px;
}

div.mesrdv div.modal-body {
  margin:0 auto;
}


#quelVacc, #firstVac, #secondVac, #presecondVac, #Accepterform, #VaccinationCov1 {
  margin-top:20px;
}

#ui-datepicker-div, #ui-datepicker-div * {
  font-family:inherit!important;
}


.modal-content.mesrdv img {
  width:60%;
  max-width:400px;
}

#myDropdown > p {
  text-align:center;
  font-weight: 700;
  margin:10px;	
}

#myDropdown span {
  margin:5px 5px 5px 10px;
  font-weight: 700;
}

.ordoplus_hr {
margin:0;
}

button.mesrdv.retour.closenext {
  margin: 10px auto;
}


a.beneficiaire_ordo {
display:block;
margin:5px;
}


a.beneficiaire_ordo:hover {
cursor:pointer;
text-decoration: underline!important;
}


/*------ ordo compte pro-----------*/
#ordoForm .input-container {
  width: 300px;
  margin: 0 auto;
}



@media screen and (max-width: 1019px) {
  .section_table_contact {
    width: 100%;
  }
}

@media screen and (max-width: 550px) {
  .table_command_td_body:nth-child(5) {
  min-width: inherit;
}
.table_command_td_body:nth-child(-n+4) {
  display:table;
}
.table_command_td_body:nth-child(-n+4) {
  height: auto;
}
.table_command_tr_body {
  height: 80px;
  display: flex;
  justify-content: center;
}
}
    .tabsdescription-content div[id$="tab-content"], .tabsdescriptionmedoc-content div[id$="tab-content"] {
      display: none; }
    .tabsdescription-content .active, .tabsdescriptionmedoc-content .active {
      display: block !important;
       }  
       
       .input-container-code input {
       font-family: sans-serif;
}

.btn-red:disabled {
  opacity: 0.2;
}

#TitleBtnchange {
align-content: center;
align-items: baseline;
}

.changetitle {
  color: #;
  fill: #;
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom : 30px;
}

.changetitle:hover {
cursor: pointer;
}

.changetitle:before {
    font-family: 'FontAwesome';
    content: "\f139";
    margin-right: 7px;
    color: #;
}

.check-all-consents { display: flex; margin-top: 10px; margin-bottom: 10px; }

@media screen and (max-width: 350px) { .check-all-consents {
    flex-direction: column;
    align-content: center;
    align-items: center;
     }}
     
.account-consent-buttons {
  display: flex;
  justify-content: center;
  width: 100%;
  text-align: center;
}

     
.account-consent-buttons .btn-c3:hover {
cursor: pointer;
}

@media screen and (max-width: 950px) { 
.account-consent-buttons {
  flex-direction: column;
}
}

.check-all-consents .btn:hover {
cursor: pointer;
}

#old_pass-error { margin-left: 10px; }

#Cancelchange { display: none; }

#changerPass { display: inline-flex; }

a#Cancelchange.btn:hover {
cursor: pointer;
}

#changePass label { color: red; }

a.bubble-info span {	
	display:none;
	color:#fff;
	background:rgba(51,51,51,1);
	padding:20px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	width: 300px;
	text-align:center;
	position: absolute;
	z-index:10;
	margin-left: 30px;
}
a.bubble-info { 
	display: inline-flex;
  align-items: center;
  padding-left: 10px;
  cursor: pointer;
}

a.bubble-info:hover span{ 
	display:block; 
}

#account-sex.radio-toolbar .icon {
  height: 100%;
  padding: 10px;
  background: white;
  color: grey;
  width: 8.5%;
  text-align: center;
}

#account-sex.radio-toolbar {
margin-left : 0px; 
}
  
  #account-sex.radio-toolbar label {
  display: inline-flex;
  justify-content: center;
  padding: 10px 41px;
  }
  
   @media screen and (max-width: 1000px) {  
  #account-sex.radio-toolbar label {
  padding: 10px 29px;
}
}
 
 @media screen and (max-width: 700px) {  
  #account-sex.radio-toolbar label {
  padding: 10px 10px;
}
}

.signup-form .radio-toolbar label {
width: 44.5%;
}

.signup-form #account-sex.radio-toolbar label {
  width: 44.5%;
}

 @media screen and (max-width: 1000px) {  
.signup-form .radio-toolbar label {
  width: 100%; }
.signup-form .radio-toolbar {
  margin-left: 0px;
}

.signup-form .input-container {
  width: 100%;
}

.signup-form #account-sex.radio-toolbar label {
  width: 35%;
}
}

@media screen and (min-width: 1000px) and (max-width: 1300px) {  
  #account-sex.radio-toolbar label {
    padding: 10px 5px;
}
}

.input-container {
    flex-wrap: wrap;
    }    
    
.input-container input {
width : 90%;
}

.input-container label {
color: red;
width: 90%;
left : 8%;
}

.input-container #message {
display: flex;
margin-left: 8%;
}

input#prenom_usage_change {
width: 80%;
}

#infos-tab-content  #account-sex.radio-toolbar label {
   width: 44%;
}

input#mail_form {
width : 90%;
}

 @media screen and (max-width: 1500px) {
.input-container .icon {
  width: 13%;
  }
  .input-container input {
width : 85%;
}

input#mail_form {
width : 85%;
}

#account-sex.radio-toolbar .icon {
  width: 14%;
  }
  
.signup-form #account-sex.radio-toolbar label {
  width: 36.5%;
}

#infos-tab-content  #account-sex.radio-toolbar label {
   width: 36.5%;
}
  
  input#prenom_usage_change {
width: 70%;
}

.input-container #message {
  margin-left: 13%;
}

.radio-toolbar {
  width: 100%;
}

#infos-tab-content {
  width: 85%;
}
  
  }

   @media screen and (max-width: 900px) {
     a.bubble-info span {
    right: 4%;
  }
  }
  
label#user_nom-error.error {
  width: 1%;
  position: inherit;
  margin: 1px;
}

label#user_prenom-error.error {
  width: 1%;
  position: inherit;
  margin: 1px;
}

label#datepicker-error.error {
  width: 1%;
  position: inherit;
  margin: 1px;
}


label#user_tel-error.error {
  width: 1%;
  position: inherit;
  margin: 1px;
}
