/*-------- STULE POUR LA PAGE LIGHT BOX --------------------*/
span.exple-nbr {
    font-size: 12px;
}
*{
    font-family: 'Open Sans', sans-serif;
}
.conteneur-lightbox {
    position: f;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: baseline;
    left:0px;
    top:0px;
}
.lightbox {
    width: 850px;
    height: auto;
    max-width: 95%;
    border-radius: 6px;
    background-color: #FFFFFF;
    overflow: hidden;
    position: relative;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.08);
    padding-bottom: 0;
    margin-top: 50vh;
    transform: translateY(-50%);
}
.ligne-form.ligne-btn {
    display: flex;
    justify-content: space-between;
    padding: 8px 50px 17px;
    background-color: #f7f7f7;
    border-top: 1px solid #d7d7d7;
}

 [placeholder] {
    opacity: 1 !important;
    color: black !important;
}

#lightbox-connexion{
    width: 380px !important;
}

#lightbox-invitation{
    width: 700px !important;
}
div.lightbox-connexion .entete-lightbox > svg {
    width: 19px;
    height: auto;
    fill: #fff;
    margin-bottom: 5px;
}

div.lightbox-connexion .entete-lightbox {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

div.lightbox-connexion .entete-lightbox > svg path {
    fill: #e37d06;
}
.entete-lightbox, .titre-lightbox {
    position: relative;
    max-height: 180px;
    height: auto;
    overflow: hidden;
    font-size: 25px;
    line-height: 1.6em;
    color: #e37d06;
    border-bottom: 1px solid #ebebeb;
    padding: 13px 0;
    text-transform: uppercase;
    /*! margin: 0 0 20px; */
    font-weight: 400;
    background-color: #f7f7f7;
    padding-left: 20px;
    text-align: center;
}



.close-lightbox {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 10px;
    width: 10px;
    border-radius: 50% 50%;
    /*! background-color: #fff; */
    color: #FFFFFF;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
}
.close-lightbox path {
    fill: rgba(0,0,0,0.5);
    stroke: #fff
}
#forget-pass-form{
    padding: 0;
}

#login-form, #form-avis{
    padding: 0;
}
.contenu-lightbox {
    position: relative;
    text-align: left;
    font-size: 16px !important;
    line-height: 1.5;
    color: #242323;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
    /* ! padding-bottom: 25px; */
    z-index: 5;
    padding-bottom: 15px;
    width: 100%;
    margin: 35px auto;
    padding: 19px 50px 20px;
    box-sizing: border-box;
}

#nom_produit_panier{
    width: auto;
    height: auto;
    padding: 8px 0px;
    text-align: center;
    background-color: #FFFFFF;
    color: #333;
    font-size: 15px;
    position: relative;
    font-weight: 600;
}

#conteneur_texte_panier{
    width: auto;
    height: auto;
    text-align: center;
}

#conteneur_infos_produit_panier{
    width: 94%;
    height: auto;
    margin: 15px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

#conteneur_infos_produit_panier:after{
    display:block;
    clear:both;
}

#image_produit_panier{
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 5px 5px;
    margin-right: 15px;
    max-width: 100px;
    /*! background-color: #d8d8d8; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
#image_produit_panier img {
    max-width: 100%;
    max-height: 150px;
    width: auto;
    height: auto;
}

#detail_produit_panier{
    width: auto;
    height: auto;
    /*! float: left; */
    text-align: center;
    font-size: 13px;
    max-width: 90%;
    margin: 0 auto;
}

#conteneur_prix_produit_panier{
    width: auto;
    height: auto;
    padding: 0px;
    /* [disabled]border-bottom: 1px solid #929292; */
    margin: 0;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
}

.prix_franc_produit_panier{
    color: #127e03;
    font-weight: bold;
}


#conteneur_plus_produit{
    width: 142px;
    height: 35px;
    border: 1px solid rgb(204, 204, 204);
    color: #333;
    text-align: center;
    font-size: 14px;
    line-height: 35px;
    margin: 3px 0 25px 0;
}

.number_product{
    width: 60px;
    display: table-cell;
    text-align: center;
    border-left: 1px solid rgb(204, 204, 204);
    border-right: 1px solid rgb(204, 204, 204);
}
#form-login .conteneur-btn-lightbox{
    padding: 0 0 15px;
}
.conteneur-btn-lightbox{
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    /* border-top: 1px solid #ebebeb; */
    /*! background: #c41e00; */
    font-weight: 600;
    font-size: 23px;
    cursor: pointer;
    /*! margin-top: 5px; */
    width: 100%;
    \.: center;
    padding: 0;
    box-sizing: border-box;
}



.btn{
    padding: 7px 30px;
    border: none;
    background-color: #e37d06;
    color: #fff !important;
    cursor: pointer;
    border-radius: 20px;
    width:auto;
    border: none;
    color: #fff;
    border: transparent;
    /* margin-left: 20px; */
    margin-top: 10px !important;
    font-size: 13px;
}
input.btn.cancel {
    background-color: gray;
}
#qte_produit_panier{
    margin-top: 5px;
}
.quantity{
    height: auto;
    width: auto;
    max-width: .;
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 0 rgba(0,0,0,.1);
    margin-right: 10px !important;
    margin: 0 15px 0 0;
    background: #f7f7f7;
    color: #252525;
    position: relative;
    margin-left: 10px;
}


.quantity:after{
    display: block;
    clear: both;
    content: '';
}
.quantity input.qty {
    position: relative;
    float: left;
    height: 40px;
    width: 25px;
    margin: 0;
    border: 0;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    border-color: rgba(0,0,0,.1);
    text-shadow: none;
    padding-right: 0;
    -moz-appearance: textfield;
    padding: 5px 15px;
    font-size: 17px;
    text-align: center;
}

.qty-adjust{
    float: left;
    width: 30px;
    padding-top: 5px;
    font-size: 14px;
    height: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}





/****************************************************/




.ligne-formulaire {
    margin-top: 15px;
    position: relative;
    padding: 0 25px;
    margin-right: 0;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}

.libelle-formulaire {
    font-size: 14px;
    font-weight: 600;
    color: #747474;
    padding-bottom: 5px;
}

.ligne-formulaire input, .ligne-formulaire select {
    height: 35px;
    margin-left: -1px;
    z-index: 2;
    width: 100%;
    border: 1px solid #d8d8d8;
    transition: all linear 0.3s;
    padding: 4px 10px;
    background: #fff;
    border-radius: 4px;
    width: 100% padding-right:10px -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-appearance: none;
    position: relative;
}

div#lightbox-operation .content-form span {
    font-size: 12px;
}

.field-type-versement .message-erreur {
    bottom:-10px;
}
.message-erreur {
    display: none;
    position: relative;
    font-size: 12px;
    background: none;
    margin: 5px 0 0px;
    padding: 0 0 0 15px;
    text-align: left;
    color: #be1e2d;
    width: 100%;
}


.ligne-formulaire textarea{
    width:100%;
    padding: 6px 10px 15px;
    box-sizing:border-box;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
}
.message-erreur::before {
    display: block;
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: -5px;
    left: 20px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #be1e2d;
}

.message-erreur-connexion {
    padding: 15px;
    background: #ffcd83;
    position: relative;
    margin-top: 0;
    margin-bottom: 10px;
}
.message-erreur-connexion::before {
    display: none;
}
.message-erreur-connexion:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;

    width: 4px;
    background: #f39c1b;
}

.ligne-formulaire.ligne-formulaire-mini{
    width: 50%;
    display: inline-block;
    position: relative;
}


.ligne-formulaire.ligne-formulaire-mini:after{
    content: "\f107";
    position: absolute;
    right: 5px;
    bottom: -25%; 
    height: 50px;
    line-height: 35px;
    display: none;
}
.ligne-formulaire.ligne-formulaire-mini select{
    width: 100%;
    -moz-appearance: none;
    height: 35px;
    padding-right: 25px;

    color: #76767A;
    -webkit-appearance: none;
}

.ligne-formulaire.ligne-formulaire-mini:first-child select{
    border-right: none;
}

.ligne-formulaire.ligne-formulaire-mini select option{
    padding: 5px;
    border: none;
}

.content-form {
    z-index: 10;
    position: relative;
    display: block;
    max-width: 100%;
}


.accroche-indicateur {
    font-size: 14px;
    text-align: center;
    padding: 0 20px;
    margin-top: 0;
}

.accroche-reservation {
    text-align: center;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
    margin-top: 5px;
}
#form-login #lien-mot-de-passe-oublie{
    top: 25%;
}

#lien-mot-de-passe-oublie{
    display: block;
    position: absolute;
    right: 40px;
    top: 50%;
    z-index: 2;
    height: auto;
    /* line-height: 11px; */
    color: #E33949;
    font-weight: lighter;
    font-size: 13px;
}


.confirm-note{
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 5px 5px;
    max-width: 100%;
    width: calc(80%);
}

.wrapper-colonne{
    width: 49%;
}

.wrapper-colonne.full{
    width: 100%;
}

#inscription-form{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
}


.lightbox label{
    /* display: flex; */
    /* font-size: 15px; */
    /* margin-left: 20px; */
    /* cursor: pointer; */
    /* position: relative; */
    /* color: #6E6E6E; */
    /* font-weight: 200; */
}

#qte_panier label:after{
    display: none;
}

.lightbox label a{
    text-decoration: underline;
    color: #2154cf;
}
.lightbox label:after{
    position: absolute;
    /* content: ''; */ *
    border:1px solid #d8d8d8;
    width: 15px;
    height: 15px;
    left: -20px;
    top: 3px;
    /* border: 1px solid #d8d8d8; */
}


.lightbox input[type="checkbox"]{
    visibility: hidden;
    position: absolute;
}









/********************************************************/

.lightbox.inscription-lightbox {
    width: 800px !important;
}

.lightbox.inscription-lightbox .inscription-content {
    padding: 0 80px;
}
.inscription-content {
  background: white;
  /*! padding: 16px; */
  padding-bottom: 15px;
  padding: 0 20px;
}
.input-box a {
  display: block;
  position: absolute;
  right: 16px;
  top: 0;
  z-index: 2;
  height: 48px;
  line-height: 48px;
  color: #E33949;

  font-weight: lighter;
  font-size: 16px;
}

#localisation-precise {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #d8d8d8;
    padding: 10px;
    box-sizing: border-box;
}

.input-box {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 0 16px;
  font-weight: 300;
  color: #c2c2c2;
  clear: both;
  padding: 0;
  width:;
}
.flex-wrapper-colonne {
    display: flex;
    justify-content: space-between;
}
.input-box input, .input-box select{
  height:35px;
  margin-left: -1px;
  z-index: 2;
  width: 100%;
  border: 1px solid #d8d8d8;
  transition: all linear 0.3s;
  padding: 4px 10px;
  font-size: 15px;
  background: #fff;
  border-radius:4px;
  box-sizing: border-box;
}

input#indicatif-insc {
    width: 72px;
}
input#telephone {
    padding-left: 40px;
}
.inscription-form-scroll {
    overflow-y: scroll;
}
span.indicateur-telephone {
    position: absolute;
    top: 9px !important;
    font-size: 12px;
    left: 4px !important;
    color: #000;
    font-weight: 700;
}
.input-box.wrap-telephone {
    position: relative;
}
.wrap-select-code-pays-insc {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
}

select#code-pays-insc {
    width: 1px;
    padding: 6px 64px 6px 10px;
    border: navajowhite;
    background-color: transparent;
}

select#code-pays-insc option {
    padding: 15px 0;
    color: #8b8b8b;
    height: 15px;
}

div#wrap-numero .input-box:first-child {
    width: 75px !important;
    max-width: 28%;
}

.input-box input:focus {
    color: #242424;
    transition: all linear 0.3s;
    border: 1.5px solid #E10613;
    border: ;
}
.message-erreur-connexion {
  padding: 15px;
  background: #ffcd83;
  position: relative;
  margin-top: 0;
  margin-bottom: 10px;
}
.message-erreur-connexion::before {
  display: none;

}
.message-erreur-connexion:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #f39c1b;
}


.lightbox #sexe {
width: 99%;

}


.lightbox #age{
  justify-content: space-between !important;
  display: flex;

  flex-wrap: wrap;
  width: 99%;
}
.lightbox #age select{
  height: 35px;
margin-left: -1px;
z-index: 2;
width: 30%;
border: 1px solid #d8d8d8;
transition: all linear 0.3s;
padding: 4px 10px;
background: #fff;
  -moz-appearance: none;
  -webkit-appearance: none;

  -o-appereance: none;
  -ms-appeareance: none;
  font-family: 'linotte';
  border-radius: 4px;
}
.lightbox #age option {
  height: 30px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d8d8d8;
  outline: none !important;
  box-shadow: none !important;
  border-left: none;
  padding: 0 10px;
  border-top: 0;
  margin-left: -1px;
}


.libelle-inscription {
    padding-top: 10px;
}

.libelle-inscription a:hover {
    text-decoration: underline;
}

.libelle-inscription a {
    color: #E33949;
}



#conteneur-btn-lightbox-confirmation-panier{
    flex-direction: column;
    margin: 12px auto 12px;
    max-width: 90%;
}

#conteneur-btn-lightbox-confirmation-panier .btn-cancel {
    color: #127e03;
    margin-left: 0;
    margin-bottom: 10px;
    margin-right: 0;
    padding: 10px 12px;
}

#conteneur-btn-lightbox-confirmation-panier .btn-lightbox-plein {
    background-color: #127e03;
    height: auto;
    text-align: center;
    color: #fff;
    display: flex;
    padding: 10px 13px;
    font-size: 13px;
    text-transform: uppercase;
    cursor: pointer;
    margin: 0;
    border-radius: 3px;
    align-items: center;
    justify-content: center;
    width: auto;
    border: 1px solid transparent;
    transition: all linear 0.3s;
}


.old-prix-panier-confirme{
    text-decoration: line-through;
    display: inline-block;
    margin-left: 5px;
    color: red;
}


/************************ AVIS PRODUIT **************************************/


#lightbox-avis{
    width: 450px;
}
#conteneur-infos-produit-avis{
    display:flex;
    align-items:center;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 25px;
}

#description-produit-avis{
    display: flex;
    height: auto;
    width: 70%;
    border-right: 1px solid #d8d8d8;
    align-items: center;
}

#img-produit-avis{
    width: 55px;
    height: 54px;
    display: flex;;
    justify-content: center;
    align-items: center;
}

#img-produit-avis img{
    max-height: 90%;
    width: auto;
}

#content-description-produit-avis h2{
    font-size: 14px;
    padding: 0;
    margin-bottom: 0;
    line-height: 0.5em;
    font-weight: 200;
}

#lightbox-avis .comments_note{
    margin-left: 15px;
}

#content-new-note-avis .comments_note{
    display: flex;
    margin: 0;
    align-items: center;
}

#lightbox-avis #content-new-note-avis .star_content {
    display: flex;
    letter-spacing: 0em;
    margin-right: 0px;
      font-size: 28px;
      color: #E5E5E5;
      width:60%;
      font-weight: 200;
}


.notation.star_content {
    width: auto !important;
    font-size: 20px !important;
    padding-bottom: 0;
    margin-left: 15px;
}

.notation input {
    opacity: 0;

    position: relative;
    left: -27px;
    z-index: 2;
    cursor: pointer;
}


.notation input:hover + span.star::before, .notation input:hover + span.star ~ span.star::before, .notation input:checked + span.star::before, .notation input:checked + span.star ~ span.star::before {
    color: #127e03;
    content: "\f005";
}

.notation {
    direction: rtl;
    font-size: 25px;
    unicode-bidi: bidi-override;
    padding: 10px 0;
    display: inline-block;
}

.notation span {
    margin-left: -15px;
}

.notation span.star::before {
    color: #777777;
    content: "\f006";
    padding-right: 5px;
}

.notation span.star {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    position: relative;
    z-index: 1;
}

#lightbox-avis .star_content {
    display: flex;
    letter-spacing: 0.7em;
    margin-right: 0px;
      font-size: 12px;
      color: #E5E5E5;
}

#lightbox-avis label{
    color: #333;
    margin: 0;
}

#lightbox-avis label:after{
    display: none;
}

#lightbox-avis .ligne-formulaire{
    padding: 0;
}
#lightbox-avis .ligne-formulaire input{
    width:100%;
    height: 35px;
    border-radius: 4px;
}

#lightbox-avis .ligne-formulaire textarea{
    width:100%;
    height: auto;
    border-radius: 4px;
    min-height:50px;
    border: 1px solid #d8d8d8;
}




#lightbox-avis .conteneur-btn-lightbox{
    padding: 0;
}

#lightbox-avis .conteneur-btn-lightbox button{
    width:100%
}


#lightbox-avis .contenu-lightbox{
    margin: 0 35px;
}

#conteneur-infos-produit-avis{
    padding: 20px 0;
    display: flex;
    width: 100%;
}




.qte_produit_ajouter_panier{
    display: flex;
    justify-content: center;;
    align-items: center;
}

.qte_produit_ajouter_panier label:after{
    display: none;
}

.qte_produit_ajouter_panier label{
    cursor: unset;
    font-weight: bold;
}

.qte_produit_ajouter_panier i:hover{
    cursor: pointer;
    color: #127e03;
}

#photo_principal_produit .percent_prix_produit, #conteneur_infos_produit_panier .percent_prix_produit{
    position: absolute;
    border-radius: 5px 5px;
    color: #fff;
    font-size: 13px;
    background-color: red;
    padding: 4px;
    margin-left: 20px;
    right: 20px;
    top: 12px;
}


/**************************************************/



#conteneur_infos_produit_panier .percent_prix_produit{
    right: 0px;
}

#conteneur_infos_produit_panier .nouveau-produit{
    position: absolute;
    top: 15px;
    left: 0px;
    color: #fff;
    background-color: #39b54a;
    font-size: 13px;
    text-transform: uppercase;
    padding: 4px 4px;
    border-radius: 3px 3px;
}

.owl-item{
    display: flex;
    justify-content: center;
    align-items: center;
}




/********************************/



#lightbox-notification-disponibilite-stock .conteneur_texte_panier {
}
#conteneur-notification-disponibilite-stock .content-form {
  width: 50%;
  float: left;
  padding: 0 25px;
}
#conteneur-notification-disponibilite-stock #conteneur_texte_panier {
  width: 45%;
  float: left;
  padding-right: 20px;
  border-right: 1px solid #f3f3f3;
  margin: 15px 0;
}
#conteneur-notification-disponibilite-stock {
  flex-wrap: nowrap;
  flex-direction: row;
  padding: 20px 0;
}
#lightbox-notification-disponibilite-stock {
  width: 727px;
}
#conteneur-notification-disponibilite-stock .ligne-formulaire {
  padding: 0;
}
#conteneur-notification-disponibilite-stock #conteneur-btn-lightbox-confirmation-panier {
  max-width: 100%;
}
#conteneur-notification-disponibilite-stock p {
  padding: 0 !important;
}



/*********************************lightbox timer****************************/

#conteneur-lightbox-timer-confirmation .conteneur-lightbox-timer {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'linotte';
}
#conteneur-lightbox-timer-confirmation .lightbox-timer {
    width: 570px;
    height: auto;
    max-width: 95%;
    border-radius: 6px;
    background-color: #FFFFFF;
    overflow: hidden;
    position: relative;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.08);

}
#conteneur-lightbox-timer-confirmation .close-lightbox {
    position: absolute;


    top: 10px;
    right: 10px;
    height: 20px;
    width: 20px;
    border-radius: 50% 50%;
    background-color: #fff;
    color: #FFFFFF;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
}
#conteneur-lightbox-timer-confirmation .close-lightbox path {
    fill: rgba(0,0,0,0.5);
    stroke: #fff
}
#conteneur-lightbox-timer-confirmation .contenu-lightbox {
    position: relative;
    padding: 20px;
    text-align: left;
    font-size: 14px;
    line-height: 18px;
    color: #757575;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
}
#conteneur-lightbox-timer-confirmation .entete-lightbox {
    position: relative;
    max-height: none;
    height: auto;

    overflow: hidden;
    text-align: center;
    font-size: 22px;
    line-height: 1.6em;
    color: #333;
    border-bottom: 1px solid #ebebeb;
    padding: 10px 0;
    padding-bottom: 10px;
    text-transform: uppercase;
    margin: auto0 0 25px;
    padding-bottom: 8px;
    font-weight: 700;
}
#conteneur-lightbox-timer-confirmation .btn-lightbox-timer {
    background-color: #158ca2;
    height: auto;
    text-align: center;
    color: #fff;
    /*! line-height: 35px; */
    padding: 0 15px;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    margin: 0 10px;
    border-radius: 3px;
    padding: 8px 10px;
}
#conteneur-lightbox-timer-confirmation .ligne_formulaire {
    /*! width: 90%; */
    padding: 5px 0px;
    display: inline-block;
    margin: 0 auto;
}
#conteneur-lightbox-timer-confirmation .rad_input {
    display: none;
}
#conteneur-lightbox-timer-confirmation .conteneur-btn-lightbox-timer {
    padding-bottom: 15px;
    border-top: 1px solid #ebebeb;
    padding-top: 10px;
    display: flex;
    justify-content: center;
}
#conteneur-lightbox-timer-confirmation .colonne img {
    width: 80%;
    height: auto;
}
#conteneur-lightbox-timer-confirmation .btn-lightbox {
    background-color: #158ca2;
    height: auto;
    text-align: center;
    color: #fff;
    padding: 0 15px;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    margin: 0 10px;
    border-radius: 3px;
    padding: 8px 10px;
}
#conteneur-lightbox-timer-confirmation .colonne {
    float: left;
    text-align: center;
    display: flex;
    /*! padding: 10px; */
    border-radius: 4px;
    cursor: pointer;
    /*! width: 45%; */
    justify-content: center;
    margin: 0;
}
#conteneur-lightbox-timer-confirmation .radio_click1 {
    width: auto;
    background: rgba(234, 248, 248, 0.26);
    padding: 10px;
    border: 1px solid #ebebeb;
    border-radius: 5px;
}
#conteneur-lightbox-timer-confirmation .colonne:nth-child(2) {
    margin: 0;
}
#conteneur-lightbox-timer-confirmation .colonne {
    margin-right: 15px;
}
#conteneur-lightbox-timer-confirmation .selected {
    box-shadow: 1px 1px 5px rgb(181, 213, 213);
}
#conteneur-lightbox-timer-confirmation .conteneur-lightbox-timer p {
    font-size: 14px;
    font-family: 'linotte_light';
    margin: 0;
}
#conteneur-lightbox-timer-confirmation .libelle_composition {
    display: flex;
    flex-direction: column;
    margin: 5px 0 !important;
    line-height: 1.5;
}
#conteneur-lightbox-timer-confirmation .composition {
    font-weight: 600;
}
#conteneur-lightbox-timer-confirmation .transaction input {
    border: 1px solid #ebebeb;
    width: 45%;
    margin: 7px 0;
    height: 38px;
    padding: 0 10px;
    transition: all linear 0.3s;
    color: #898989;
    /*! background: url(images/smartphone.png); */
    /*! background-position: 5px center; */
    /*! background-repeat: no-repeat; */
    /*! background-size: 7%; */
    font-size: 15px;


}
#conteneur-lightbox-timer-confirmation .transaction input:focus {
    color: #242424;
    transition: all linear 0.3s;
    border: 1.5px solid #158ca2;
}
#conteneur-lightbox-timer-confirmation .transaction {
    /*! display: flex; */
    align-items: center;
    justify-content: center;
}
#conteneur-lightbox-timer-confirmation .bloc_icone {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #158ca2;
    margin-right: -1px;
    background: #158ca2;
}
#conteneur-lightbox-timer-confirmation .bloc_icone path {
    fill: white;
}
#conteneur-lightbox-timer-confirmation .instruction_paiement p {
    color: #585858;
    line-height: 1.5em;
    font-size: 14px;
    text-align: left;
    margin-bottom: 0;
}
#conteneur-lightbox-timer-confirmation .instruction_paiement span {
    font-size: 18px;
}
#conteneur-lightbox-timer-confirmation .bloc_input {
    display: flex;
    justify-content: space-between;
}
#conteneur-lightbox-timer-confirmation .certif {
    display: flex;
    align-items: center;
    margin: 5px 0;
}
#conteneur-lightbox-timer-confirmation .certif input {
    width: auto !important;
    margin-right: 10px;
    height: auto;
}
#conteneur-lightbox-timer-confirmation .couleur_bordeau {
    color: #af0416;
    font-weight: bold;
}
#conteneur-lightbox-timer-confirmation .commande span {
    text-align: left !important;
    font-size: 14px;
    line-height: 1.5;
}
#conteneur-lightbox-timer-confirmation .commande {

    text-align: left;
    margin: 5px 0;
    display: flex;
    justify-content: space-between;
}
#conteneur-lightbox-timer-confirmation .icone_paiement {
    display: flex;
    align-items: center;
}
#conteneur-lightbox-timer-confirmation .icone_paiement img {


    width: 104px;
    height: auto;
    margin-right: 20px;
}
#conteneur-lightbox-timer-confirmation .certif label {

    display: flex;
    align-items: center;
}
#conteneur-lightbox-timer-confirmation .instruction_paiement strong {
    font-size: 18px;
}#conteneur-lightbox-timer-confirmation .conteneur_interne {
  padding: 20px;
  color: #757575;
  line-height: 1.5;
}#conteneur-lightbox-timer-confirmation .libelle_timer span {
    font-family: 'linotte_bold';
    color: #BE1E2D;
    font-weight: 600;
}#conteneur-lightbox-timer-confirmation .conteneur_gif_timer {
  text-align: center;
}


/****************************timer*********************************/


a {
    text-decoration: none;
    color:inherit
}
#conteneur-lightbox-timer .conteneur-lightbox-timer {
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;








    justify-content: center;
    align-items: center;
    font-family: 'linotte';
}
#conteneur-lightbox-timer .lightbox-timer {
    width: 370px;
    height: auto;
    max-width: 95%;
    border-radius: 6px;
    background-color: #FFFFFF;
    overflow: hidden;
    position: relative;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.08);
}
#conteneur-lightbox-timer .close-lightbox {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 20px;
    width: 20px;
    border-radius: 50% 50%;
    background-color: #fff;
    color: #FFFFFF;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
}
#conteneur-lightbox-timer .close-lightbox path {
    fill: rgba(0,0,0,0.5);
    stroke: #fff
}
#conteneur-lightbox-timer .contenu-lightbox {
    position: relative;
    padding: 20px;
    text-align: left;
    font-size: 14px;
    line-height: 18px;
    color: #757575;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
}
#conteneur-lightbox-timer .entete-lightbox {
    position: relative;
    max-height: none;
    height: auto;
    overflow: hidden;
    text-align: left;
    font-size: 22px;
    line-height: 1.6em;
    color: #333;
    border-bottom: 1px solid #ebebeb;
    padding: 10px 15px;
    padding-bottom: 10px;
    text-transform: uppercase;
    margin: auto0 0 25px;
    padding-bottom: 8px;
    font-weight: 700;
}
#conteneur-lightbox-timer /********************************************************/

.btn-lightbox-timer {
    background-color: #158ca2;
    height: auto;
    text-align: center;
    color: #fff;
    /*! line-height: 35px; */
    padding: 0 15px;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    margin: 0 10px;
    border-radius: 3px;
    padding: 8px 10px;
}
#conteneur-lightbox-timer .ligne_formulaire {




    /*! width: 90%; */
    padding: 5px 0px;
    display: inline-block;
    margin: 0 auto;
}
#conteneur-lightbox-timer .rad_input {
    display: none;
}

#conteneur-lightbox-timer .conteneur-btn-lightbox-timer {
    padding-bottom: 15px;
    border-top: 1px solid #ebebeb;
    padding-top: 10px;
    display: flex;
    justify-content: center;
}
#conteneur-lightbox-timer .colonne img {
    width: 80%;
    height: auto;
}
#conteneur-lightbox-timer .btn-lightbox {
    /* background-color: #158ca2; */
    height: auto;
    text-align: center;
    color: #127e03;
    padding: 0 15px;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    margin: 0;
    border-radius: 3px;
    padding: 8px 10px;
}
#conteneur-lightbox-timer .colonne {
    float: left;
    text-align: center;
    display: flex;
    /*! padding: 10px; */
    border-radius: 4px;
    cursor: pointer;
    /*! width: 45%; */
    justify-content: center;
    margin: 0;
}
#conteneur-lightbox-timer .radio_click1 {
    width: auto;
    background: rgba(234, 248, 248, 0.26);
    padding: 10px;
    border: 1px solid #ebebeb;
    border-radius: 5px;
}
#conteneur-lightbox-timer .colonne:nth-child(2) {
    margin: 0;
}
#conteneur-lightbox-timer .colonne {
    margin-right: 15px;
}
#conteneur-lightbox-timer .selected {
    box-shadow: 1px 1px 5px rgb(181, 213, 213);
}
#conteneur-lightbox-timer .conteneur-lightbox-timer p {
    font-size: 14px;
    font-family: 'linotte_light';
    margin: 0;
}
#conteneur-lightbox-timer .libelle_composition {
    display: flex;
    flex-direction: column;

    margin: 5px 0 !important;
    line-height: 1.5;
}
#conteneur-lightbox-timer .composition {
    font-weight: 600;
}
#conteneur-lightbox-timer .transaction input {
    border: 1px solid #ebebeb;
    width: 45%;
    margin: 7px 0;
    height: 38px;
    padding: 0 10px;
    transition: all linear 0.3s;
    color: #898989;
    /*! background: url(images/smartphone.png); */
    /*! background-position: 5px center; */
    /*! background-repeat: no-repeat; */
    /*! background-size: 7%; */
    font-size: 15px;
}
#conteneur-lightbox-timer .transaction input:focus {
    color: #242424;
    transition: all linear 0.3s;
    border: 1.5px solid #158ca2;
}
#conteneur-lightbox-timer .transaction {
    /*! display: flex; */
    align-items: center;
    justify-content: center;
}
#conteneur-lightbox-timer .bloc_icone {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #158ca2;
    margin-right: -1px;
    background: #158ca2;
}
#conteneur-lightbox-timer .bloc_icone path {
    fill: white;
}
#conteneur-lightbox-timer .instruction_paiement p {
    color: #585858;
    line-height: 1.5em;
    font-size: 14px;
    text-align: left;
    margin-bottom: 0;
}
#conteneur-lightbox-timer .instruction_paiement span {
    font-size: 18px;
}
#conteneur-lightbox-timer .bloc_input {
    display: flex;
    justify-content: space-between;
}
#conteneur-lightbox-timer .certif {
    display: flex;
    align-items: center;
    margin: 5px 0;
}
#conteneur-lightbox-timer .certif input {
    width: auto !important;
    margin-right: 10px;
    height: auto;
}
#conteneur-lightbox-timer .couleur_bordeau {
    color: #af0416;
    font-weight: bold;
}
#conteneur-lightbox-timer .commande span {
    text-align: left !important;
    font-size: 14px;
    line-height: 1.5;
}
#conteneur-lightbox-timer .commande {
    text-align: left;
    margin: 5px 0;
    display: flex;
    justify-content: space-between;
}
#conteneur-lightbox-timer .icone_paiement {
    display: flex;
    align-items: center;
}
#conteneur-lightbox-timer .icone_paiement img {
    width: 104px;
    height: auto;
    margin-right: 20px;
}
#conteneur-lightbox-timer .certif label {
    display: flex;
    align-items: center;
}

#conteneur-lightbox-timer .instruction_paiement strong {
    font-size: 18px;
}

#conteneur-lightbox-timer .conteneur_interne {
  padding: 10px;
  color: #757575;
  line-height: 1.5;
}

#conteneur-lightbox-timer .libelle_timer span {
    font-family: 'linotte_bold';
    color: #BE1E2D;
    font-weight: 600;
}

#conteneur-lightbox-timer .conteneur_gif_timer {
  text-align: center;
}

#conteneur-lightbox-timer #conteneur-lightbox-timer{
    /*display: none;*/
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 80000;
}


/*********************************paiement******************************/


#prix-paiement-commande, #prix-paiement-reference {
    padding: 25px 0;
    border-top: 1px solid #ebebeb;
    /*! text-align: left !important; */
    font-size: 14px;
    font-weight: 600;
    color: #cd2122;
    display: flex !important;
    justify-content: space-between;
    padding: 5px 30px;
    background: #dcf6dc;
    display: none;
}
.libele-reservation {
  color: #242323;
}

.libele-commande {
    color: #585858;
}


#onglet-moyen-paiement {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    margin-top: 18px;
}


#onglet-moyen-paiement li.actif {
    background-color: #ffffff;
    border-bottom: none;
    box-shadow: inset 0 6px 0 #CD2122;
    border-top: 2px solid #CD2122;
}

#onglet-moyen-paiement li img {
    max-width: 80px;
    height: auto;
}

#onglet-moyen-paiement li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 33%;

    height: 100px;
    padding: 5px;
    background-color: #FAFAFA;
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    cursor: pointer;
}

#onglet-moyen-paiement li + li {
    border-left: 1px solid #ebebeb;
}
#onglet-moyen-paiement li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 65px;
    padding: 5px;
    background-color: #FAFAFA;
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    cursor: pointer;
}


.instruction_paiement span {
    font-size: 15px;
    padding-left: 5px;
}

.couleur_bordeau {
    color: #af0416;
    font-weight: bold;
}

#prix-paiement-reservation {
    /*! text-align: right; */
    font-size: 20px;
    font-weight: 600;
    color: #cd2122;
}

#conteneur-lightbox {
  width: ;
}
#conteneur-lightbox-paiement {
  width: 400px;
  max-width: 95%;
}
#conteneur-lightbox-paiement .lightbox {
  width: 100%;
  max-width: 100%;
}



.icone_paiement img {
  display: none;
}
#conteneur-moyen-paiement {
  padding: 0 20px;
}
.bloc_paiement {
  margin-bottom: 10px;
}
.bloc_paiement p {
  font-size: 15px;
}
.icone_paiement p {
  font-size: 15px;
}
#conteneur-lightbox-paiement #prix-paiement-reservation {
  display: flex;
  font-size: 14px;
  padding: 10px 10px;
}
.instruction_paiement {
  max-height: 290px;
  overflow: auto;
  /*! padding: 0 20px; */
}
#titre-moyen-paiement {
  display: none;
}
#conteneur-bloc-paiement {
  margin-top: 18px;
}

.transaction input {
  border: 1px solid #d8d8d8;
  width: 100%;
  margin: 0 0 12px 0;
  height: 38px;
  padding: 0 10px;
  transition: all linear 0.3s;
  color: #242424;
  /*! background: url(images/smartphone.png); */
  /*! background-position: 5px center; */
  /*! background-repeat: no-repeat; */
  /*! background-size: 7%; */
  font-size: 15px;
}
.transaction input:focus {
  color: #242424;
  transition: all linear 0.3s;
  border: 1.5px solid #cd2122;
}

#transaction p {
    font-size: 15px;
}

.transaction {
  /*! display: flex; */
  align-items: center;
  justify-content: center;
}


#description-arange .etape {
    display: block;
}


.conteneur_texte_panier_panier h3{
    text-align: left;
    padding: 0 10px;
}

.infos-services{
    display:flex;
    justify-content: left;
    align-items: center;
    margin:0 10px;
    margin-top: 20px;
    background-color: #DFF0D8;

    border-radius: 5px;
    overflow: hidden;
}

.infos-services .logo-service img{
    max-width:50px;
    height:auto;
    /*! margin-right: 10px; */
    display: block;
}




.infos-services span {
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    color: #046305;
    font-weight: bold;
    border-radius: 5px;
    overflow: hidden;
}

.infos-services span + span{
    margin-left: 10px;
}


#texte-ccm-paiement{
    margin:0px 25px 20px;
    padding:0;
    color:#34495e;
    font-size:14px;
    text-align: left;
    line-height: 25px;
}


.active-star {
  color: #127e03 !important;
}

.lightbox .close-button svg {
  width: 50%;
  height: auto;
  fill: #9a9a9a;
}
.lightbox .close-button {
  width: 30px;
  height: auto;
    position: absolute;
    right: -5px ;
    top: 15px
}

.header-confirmaion {
    padding: 15px 0;
    background: rgb(32, 140, 40);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.icone-validation svg {
    width: 55%;
    height: auto;
    display: block;
}

.icone-validation {
    height: 55px;
    width: 55px;
    margin: 0 auto;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.conteneur-list-produit.confirmation p {
    opacity: 0.78;
    padding: 0 16px;
    margin-top: 5px;
    text-align: left;
}

div#confirmation-paiement {
    width: 400px;
}

.lightbox .libelle-text strong {
    font-size: 18px;
    text-transform: uppercase;
}

.lightbox .libelle-text, .lightbox small {
    line-height: 1.8;
    padding: 0 7px;
}

#confirmation-paiement button:first-child {
    /* margin-bottom: 10px !important; */
}

.lightbox small {
    font-size: inherit;
    line-height: 1;
    padding: 0;
    opacity: 1;
    font-size: 14px;
    color: #242424;
}

.load-bar {
  position: relative;
  /*! margin-top: 20px; */
  width: 100%;
  height: 6px;
  background-color: #158ca2;
}
.bar {
  content: "";
  display: inline;
  position: absolute;
  width: 0;
  height: 100%;
  left: 50%;
  text-align: center;
}
.bar:nth-child(1) {
  background-color: #da4733;
  animation: loading 3s linear infinite;
}
.bar:nth-child(2) {
  background-color: #3b78e7;
  animation: loading 3s linear 1s infinite;
}
.bar:nth-child(3) {
  background-color: #158ca2;
  animation: loading 3s linear 2s infinite;
}
@keyframes loading {
    from {left: 50%; width: 0;z-index:100;}
    33.3333% {left: 0; width: 100%;z-index: 10;}
    to {left: 0; width: 100%;}
}


.montant-- {
  color: #bc192b;
}

.image_gif {
    font-size: 14px;
}

.content-montant-wrapper-- span:last-child{
    font-weight: 600;
}

.wrap-ligne-detail {
    padding: 8px 17px;
    display: flex;
    font-size: 13px;
    border-bottom: 1px dotted #c5c5c5;
    color: gray;
}

.libelle-detail-compte {
    text-align: left;
    width: 40%;
    font-weight: 400;
}

.value-detail-compte {
    text-align: right;
    width: 60%;
}

 .lightbox-invitation textarea {
    display: block;
    width: 100%;
    min-height: 80px;
    background: transparent;
    border: 1px solid gainsboro;
    -webkit-appearance: none;
    padding:10px 15px;
    /* box-shadow: 0px 1px 0px rgba(97, 97, 97, 0.58); */
    border-radius: 4px;
    box-sizing:border-box;
}

textarea:focus{
    outline:none;
}

p.accroche-lightbox-invitation {
    text-align: center;
    font-size: 15px;
    padding: 0 10px;
    box-sizing: border-box;
    max-width: 100%;
}

h3.titre-invitation {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    margin: 10px 0 0 0;
    margin-top: 25px;
    line-height: 1.8em;
}

.libelle-field-invitation {
    font-weight: 400;
    font-size: 16px;
    margin: 0 0 5px 0;
    width:100%;
}
.lightbox-invitation .wrap-moyen-invitation {
    border-left: none;

}
.wrap-moyen-invitation {
    padding: 0 15px;
    border-left: 2px solid #73737321;
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}

form.form-invitation {
    margin-top: 20px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
}


select#code-pays-invitation {}

.wrap-ligne-field-form {
    width: 96%;
    display: flex;
    padding-left: 10;
    justify-content: flex-start;
    align-items: flex-end;
}

select#code-pays-invitation {
    padding: 5px;
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #bdbdbd;
    margin-right: 8px;
    height: 30px;
    border-radius: 3px;
    font-size: 11px;
}

.wrap-field-form-invit {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    width: auto;
}

input#indicatif-pays {
    background-color: transparent;
    border: 1px solid #bdbdbd;
    width: 35px;
    height: auto;
    padding: 5px;
    margin: 0;
    margin-right: -5px;
    border-right: none;
    /* height: 30px; */
    border-radius: 3px 0 0 3px;
}

input#numero-telephone {
    background-color: transparent;
    border: 1px solid #bdbdbd;
    width: 120px;
    height: auto;
    padding: 5px 5px 5px 0;
    margin-right:5px;
    border-left: none;
    /* height: 30px; */
    border-radius: 0 3px 3px 0;
}

.btn-action {
    color: #fff;
    background-color: #448aff;
    padding: 6px 20px;
    margin-top: 1px;
    display: inline-block;
    font-size: 14px;
    border-radius: 4px;
    border:none;
    margin-top:-1px
    
}


.conteneur-wrap-liste-numero {
    width: 90%;
    min-height: 90px;
    padding: 15px;
    margin-top: 10px;
    border: 1px solid #bdbdbd;
    position: relative;
    border-radius: 4px;
    margin-left: 10;
}

.empty-list-number {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    opacity: 1;
    z-index: -1;
    color: gray;
}

span.numero-ajoute {
    display: inline-block;
    font-size: 11px;
    padding: 5px 20px 5px 8px;
    margin-right: 5px;
    background-color: #f1f1f1;
    color: #000;
    border-radius: 3px;
    position: relative;
}

.wrap-field-form-invit button {
    margin-right: 2px;
    white-space: nowrap;
    font-size: 12px;
    cursor: pointer;
}
span.libelle-invitation-sms {
    width: 100%;
    font-size: 12px;
}

span.numero-ajoute i {
    margin-left: 5px;
    /* font-weight: 200 !important; */
}

i.remove-number {
    font-style: initial;
    font-weight: 400;
    position: absolute;
    right: 4px;
    top: -1px;
}

i.remove-number:hover {
    color: red;
    cursor: pointer;
}
div#lightbox-operation {
    width: 800px;
}


div#lightbox-confirmation-operation {
    width: 600px;
    height: auto;
}

.line-detail-operation {
    display: flex;
    padding: 8px 0;
    font-size: 13px;
    border-bottom: 1px dotted gray;
}

.libele-detail-operation {}

.libele-detail-operation {
    width: 32%;
    font-weight: 600;
}

.wrap-content-detail-operation {
    margin-bottom: 25px;
    margin-top: 20px;
    width: 100%;
}

.value-detail-operation {
    font-style: italic;
}

.form-confirmation-operation .ligne-form.ligne-btn {
    margin-bottom: 0;
}


.form-confirmation-operation {
    margin-bottom: 0;
}
div#lightbox-detail-operation {
    width: 600px;
    height: auto;
}

input#joindre-fichier {
    padding: 10px 0 0 15px;
    -webkit-appearance: none;
    visibility:hidden;
}

label.fichier{
    display: block;
    width: 100%;
    height: 40px;
    margin-top: 7px;
    background: transparent;
    border: 1px solid gainsboro;
    -webkit-appearance: none;
    padding:0 15px;
    /* box-shadow: 0px 1px 0px rgba(97, 97, 97, 0.58); */
    border-radius: 4px;
    color: #585858;
    margin: 7px 0;
    box-sizing: border-box;

    line-height: 40px;
    /* font-size: 12px; */
}
label.fichier:after{
    display:none;
}
div#lightbox-declaration {
    width: 800px;
}

div#conteneur-declaration-paiement {
    width: 85%;
}

div#conteneur-declaration-paiement .ligne-form {
    margin-bottom: 5px;
}
div#lightbox-detail-operation {
    width: 600px;
    height: auto;
}

div#lightbox-detail-operation-compte {
    width: 80%;
    height: auto;
    max-width: 100%;
}

div#lightbox-detail-operation .contenu-lightbox{
    display:block;
}

form .wrap-field-form span{

    font-size:11px;
}
.wrap-grand-bloc-flied {
    width: 48%;
}
.wrap-select-multiple {
    position: relative;
    background-color: #fff;
    /* border: 1px solid gainsboro; */
    width: 100%;
    box-sizing: border-box;
    border-top: none;
    z-index: 100;
    display: block;
    max-height: 140px;
    overflow: auto;
    height:;
    max-width: 100%;
}

.wrap-line-select-multiple {
    display: flex;
    justify-content: space-between;
    padding: 1px 5px;
    box-sizing: border-box;
    font-size: 11px;
    align-items: center;
    border-top: 1px dotted gainsboro;
}

.wrap-bloc-select {
    position: relative;
}

.wrap-select-multiple .wrap-bloc-select {
    position: relative;
        font-size: 11px;
        display: flex;
        align-items: center;
        color: gray;
}

.wrap-select-multiple .wrap-bloc-select label {
    font-size: 12px;
    display: flex;
    align-items: center;
    padding-top: 3px;
}

.wrap-select-multiple .wrap-bloc-select input {
    width: 100%;
    height: 25px;
    padding: 0 5px;
    margin-bottom: 2px;
    margin-right: 10px;
}
.wrap-grand-bloc-flied .wrap-field-form span {
    top: 12px;
}

.ligne-form.ligne-destinataire {
    align-items: center;
    margin-bottom: 30px !important;;
}

.wrap-field-form.wrap-field-form-destinataire.middle {
    padding-left: 10px;
    border-left: 1px solid #d8d8d8;
    box-sizing: border-box;
}

.wrap-field-form.wrap-field-form-destinataire.middle h3 {
    font-size: 13px;
    color: gray;
    font-weight: 300;
    margin: 0 0 8px 5px;
}

.wrap-bloc-select i {

    font-size: 12px;
    font-weight: 300;
    font-style: normal;
    color: gray;
}

span.libele-fichier {
    color: red !important;
    top: -2px !important;
    position: absolute;
    font-size: 12px !important;
    font-weight:;
}
#titre-line-rubrique {
  width: 100%;
  font-size: 14px;
  font-weight: 600;
}

#lightbox-detail-repartition-paiement {
  width: 700px;
  margin-top: 50vh;
  transform: translateY(-50%);
}
.value-montant-envoye-lightbox {
  font-size: 25px !important;
  font-weight: 600;
  color: #2154cf;
}
#lightbox-detail-repartition-paiement table tr td:nth-child(2), #lightbox-detail-repartition-paiement table tr th:nth-child(2) {
  text-align: right;
  width: 65%;
}

#lightbox-detail-repartition-paiement table th{
  text-transform: uppercase;
    font-weight:600;
}
#lightbox-detail-repartition-paiement table th:first-child{
  text-align: left;
}
h2.wrapt-montant-envoye {
    text-align: center;
}

.wrap-bloc-select.motif {
    min-width: 55%;
    padding-left: 30px;
}

input#motif-versement-2 {}

#lightbox-declaration .wrap-bloc-select {
    width: 19%;
}

.wrap-field-form h3 {
    font-size: 13px;
}

.objet-detail-operation {
    width: 40%;
}

table.wrap-content-detail-declaration.wrap-content-detail-operation .libele-detail-operation {
    width: 30% !important;
    text-align: initial;
}

table.wrap-content-detail-declaration.wrap-content-detail-operation .value-detail-operation {
    width: 30% !important;
    text-align:right;
}

.lightbox .wrap-table label{
    font-size:12px !important;
}

.lightbox .wrap-table label:after{
    display:none;
}

.lightbox .wrap-table .content-form label{
    display:block;
}

.lightbox .wrap-table .content-form label input{
    display: block !important;
}

.lightbox .wrap-table .content-form .search-wrapper label{
    display:inline !important;
    margin-left:0;
    width:50%
}

#lightbox-detail-operation-compte .contenu-lightbox{
    width:95%
}


#lightbox-detail-operation-compte .content-form{
    max-height:620px;
    border: navajowhite;
}

#lightbox-detail-operation-compte .contenu-lightbox fieldset{

    /* display: flex !important; */
    flex-wrap:nowrap;
    padding: 0;
    margin: 0;
    /* width: auto; */
    justify-content: center;
    /* flex-direction: row-reverse; */
    align-items: center;
}


#lightbox-detail-operation-compte .contenu-lightbox fieldset .periode{
    width: auto;
    display: flex;
    width: auto;
    float: left;
    align-items: center;
}

#lightbox-detail-operation-compte .contenu-lightbox fieldset input.valide-form-search{
    margin: 0;
    width: 33px;
    position: relative;
    float: left;
    padding: 0;
    margin: 22px 0;
}

 
#lightbox-detail-operation-compte table#liste-tresorerie-cpt1 td:nth-child(1) {
    width:90px
    }

    #lightbox-detail-operation-compte table#liste-tresorerie-cpt1 td:nth-child(2) {
    width:120px
    }

#lightbox-detail-operation-compte .accroche-tab{
    margin-bottom:5px;
    text-align: left;
    width: 97%;
    margin: 0;
}


#lightbox-detail-operation-compte .wrap-table .content-form{
    border:none;
    display: flex;
}

#lightbox-detail-operation-compte  span.text-recherche{
    float:left;
    margin:25px 5px 0 0;
    white-space: nowrap;
}

.conteneur-bloc-entete-lightbox {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 17px 0 0 0;
    padding: 5px 0 0 15px;
    border-bottom: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
    height: 71px;
}

.conteneur-titre-rubrique-lightbox {
    width: 50%;
    margin-bottom: 6px;
    padding-top: 5px;
}

.wrap-bloc-entete-lightbox {
    width: 45%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.bloc-entete-lightbox {
    width: auto;
    padding: 14px 27px;
    color: gray;
    font-size: 14;
    border-left: 1px solid rgba(232, 232, 232, 0.5);
}



.bloc-entete-lightbox:last-child {
    width: auto;
}

.libelle-bloc-entete-lightbox {}

.value-bloc-entete-lightbox {
    font-weight: 600;
    color: #000;
    font-size: 17px;
    margin-top: 5px;
}

#liste-operation-lightbox-compte{
    max-height:350px;
    margin-bottom: 15px;
    overflow: auto;
}

/* width */
#liste-operation-lightbox-compte::-webkit-scrollbar {
  width: 7px;
}

/* Track */
#liste-operation-lightbox-compte::-webkit-scrollbar-track {
    /* box-shadow: inset 0 0 5px grey; */
    border-radius: 5px;

    background-color: transparent !important;
}
 
/* Handle */
#liste-operation-lightbox-compte::-webkit-scrollbar-thumb {
  background: #b6b6b6;
  border-radius: 5px;
}

/* Handle on hover */
#liste-operation-lightbox-compte::-webkit-scrollbar-thumb:hover {
  background: #b6b6b6; 
}

#liste-operation-lightbox-compte::-webkit-scrollbar-track-piece {
    background-color: transparent !important;
}

h2#titre-lightbox-demarrer-tontine {
    text-align: center;
    font-weight: 400;
    font-size: 31px;
    margin: 25px 0;
}

ul#wrap-pre-requis {
    line-height: 2.5em;
    list-style: none;
    width: 550px;
    margin: 0 auto;
    font-size: 16px;
    padding-left: 100px;
}

li.pre-requis {
    position: relative;
    padding-left: 25px;
    line-height: 1.5em;
    padding-bottom: 20px;
    font-size: 14px;
}

li.pre-requis:before {
    content: '\f057';
    font-family: FontAwesome;
    color: #878787;
    margin-right: 10px;
    font-size: 20px;
}
.lightbox form {
    padding: 0;
}
li.pre-requis.done:before {
    content: '\f058';
    color: green;
    position: absolute;
    left: 0;
}

div#lightbox-demarrage {
    width: 800px;
    padding-bottom: 20px;
}

div#lightbox-demarrage .accroche-indicateur {
    font-size: 18px;
}

li.feldset-prerequis {
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    margin-top: -3px;
}

div#lightbox-demarrage .ligne-form.ligne-btn {
    margin: 25px 0;
    /* justify-content: center; */
    width: 530px;
    margin: 25px auto 15px;
}

ul#wrap-onglet-repartition-versement {
    display: flex;
    list-style: none;
    margin-bottom: 0;
    padding-bottom: 0;
    margin: 0;
    padding: 7px 0 0 15px;
}

.onglet-repartition {
    padding: 5px 15px;
    font-size: 13px;
    margin-right: 0;
    border-top: 3px solid transparent;
    cursor: pointer;
}

.onglet-repartition.actif {
    border-bottom: transparent;
    border-top: 3px solid #4680ff;
    background-color: #ecf0f5;
    /* font-weight: 600; */
    border-radius: 4px 4px 0 0;
    cursor: pointer;
}


div#wrap-tab-versement {min-height: auto;width: 100%;max-width: 100%;}

.tab-versement {
    /* position: absolute; */
    padding: 15px 15px 27px 15px;
    left: 0;
    right: 0;
    height: auto;
    border: 1px solid #c5c5c5;
    display:none;
    border-radius: 5px;
    width: 680px;
    max-width: 100%;
}

.tab-versement:first-child{
    display: block;
}

.titre-tab-declaration {
    /* padding: 0px 05px; */
    font-size: 12px !important;
    font-weight: 600;
    /* text-transform: uppercase; */
    margin: 15px 0 5px 0;
}

.wrap-line-type-versement {
    display: flex;
}

.wrap-field-type-versement {
    width: 40%;
}

.field-type-versement.wrap-select:after{
    right:20px;
    top:5px !important;
}

.field-type-versement {
    display: flex;
    align-items: center;
    font-size: 13px;
    margin-top: 15px;
    flex-wrap:wrap;
}

.field-type-versement input, .field-type-versement select {
    height: 30px;
    padding: 8px;
    width: 190px;
    margin-right: 10px;
    margin-bottom: 0;
    margin-top: 0;
}

.field-type-versement select {
    padding: 0 0 0 10px;
    width: 100%;
    margin-right: 10px;
    -o-appearance:none;
    -ms-appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    -webkit-appearance:;
}

table.wrap-content-detail-declaration.wrap-content-detail-operation th {
    text-transform: uppercase;
    font-weight: 900;
}
span.montant-total {
    font-size: 18px;
    font-weight: 600;
    padding: 0 10px;
    color: #4680ff;
}
p.accroche-tab-declaration {
    margin: 0;
    font-size: 11px;
}

.lightbox form#form-recherche-emprunt label:after {
    display: none;
}

.lightbox form#form-recherche-emprunt label{
    display: block;
    flex-wrap:wrap;
    font-size:11px;
    width: auto;
}

.lightbox form#form-recherche-emprunt .search-wrapper {
    display:  flex;
    flex-wrap: wrap;
    justify-content:  center;
    width: 228px;
}
.lightbox form#form-recherche-emprunt .search-wrapper label{
    display:  flex;
    flex-wrap: wrap;
    justify-content:  center;
    width: 40%;
}

.lightbox #liste-emprunt{
    max-height:300px;
    overflow:auto
}

.wrap-meta-liste {
    display: flex;
    padding: 15px 0 0;
    /* border-bottom: 1px solid #d8d8d8; */
}

.wrap-meta-liste a {
    margin-right: 15px;
    font-size: 11px;
    color:#2154cf;
}

.wrap-liste-membre {
    max-height: 230px;
    overflow: auto;
}

.line-membre-repartiton {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #d8d8d8;
    height: auto;
}

.wrap-destination-repartiton {
    display: flex;
    align-items: center;
    margin-left: 50px;
}

.wrap-destination-repartiton .wrap-select:last-child {
    display: none;
}

.wrap-destination-repartition {
    display: flex;
    margin-left: 25px;
    width: 25%;
    justify-content: flex-end;
}

.wrap-destination-repartition .wrap-select{
    margin-left: 5px;
}

.line-membre-repartiton .wrap-select:last-child {
    margin-left: 11px;
    /* display: none; */
}

h3.titre-liste-membre {
    font-size: 18px;
    text-transform: uppercase;
    margin: 0 0 22px 0;
    text-align: center;
}

.wrap-destination-repartition select {
    font-size: 12px;
    height: 30px;
    width: auto;
    padding: 0 25px 0 10px;
}

.line-membre-repartiton label {
    font-size: 14px;
}

.wrap-montant-memebre-rep.wrap-field-form.full input {
    width: 95px;
    height: 26px;
    border-radius: 0;
    margin-right: 10px;
    padding-left: 5px;
}

.wrap-montant-memebre-rep.wrap-field-form.full {
    width: auto;
    font-size: 12px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 35%;
    justify-content: start;
}

.wrap-nom-membre-repartition {
    min-width: 35%;
    padding: 8px;
    border-bottom: 1px solid #d2d2d2;
}

.line-membre-repartiton.entete {
    font-size: 12px;
}

.line-membre-repartiton.entete .wrap-montant-memebre-rep {
    width: 38%;
}

td.libele-detail-operation.libele-detail-operation-destination {
    text-align: right;
}

th.libele-detail-operation.libele-detail-operation-destination {
    text-align: right;
}

.lightbox.activation-compte .entete-lightbox {
    height: 55px;
    display: flex;
    align-items: center;
    text-transform: none;
    font-weight: 300;
}

.lightbox.activation-compte .inscription-content {
    display: flex;
    padding: 25px 0;
}

.wrap-img-activation-compte {
    margin-right: 25px;
}

.wrap-content-activation-compte {
    text-align: left;
}

h4.stitre-activation-compte {
    margin: 0;
    font-weight: 400;
}

.wrap-content-activation-compte .accroche-indicateur {
    text-align: left;
    font-size: 13px;
    margin: 15px 0;
    padding: 0;
}

form#inscription-form {}

form.inscription-form.activation-compte {
    display: flex;
}

form.inscription-form.activation-compte .conteneur-btn-lightbox {
    width: 48%;
    margin-left: 10px;
}

form.inscription-form.activation-compte input {
    width: 100% !important;
    height: 35px;
}

.wrap-info-activation-compte {
    font-size: 12px;
    padding: 10px;
    background-color: #F9F9F7;
    margin-bottom: 10px;
    color: #8888e8;
}

.wrap-info-activation-compte a {
    color: gray;
    font-weight: bold;
}

form.inscription-form.activation-compte input {
    font-size: 12px;
}

form#date-debut-tontine.prochain-cycle .wrap-feald-date-tontine {display: flex;align-items: center;justify-content: center;flex-direction: column;}

.lightbox.prochain-cycle form#form-periodicite {
    padding: 20px 70px;
    box-sizing: border-box;
}

.lightbox.prochain-cycle select {
    height: 40px;
}

.lightbox.prochain-cycle form#form-periodicite label {
}

.lightbox.prochain-cycle .mode-attribution label.label-mode-cotisation {
    font-size: 18px !important;
    margin-bottom: 1px;
}

.lightbox.prochain-cycle .mode-attribution label:before {
    margin-left: -20px;
}

.lightbox.prochain-cycle #form-mode-attribution {
    padding: 20px 60px;
    position: relative;
}

.lightbox.prochain-cycle #form-mode-attribution:before {
    content: '';
    width: 1px;
    height: 69%;
    position: absolute;
    left: 80px;
    background-color: #989898;
}

.conteneur-formule {
    padding: 50px 25px 30px;
}

.formule {
    display: flex;
    /* border-right: 1px solid #d4d4d4; */
}

.wrap-bloc-formule {
    width: 25%;
    box-sizing: border-box;
    position: relative;
}

.champ-formule.libelle-formule {
    padding: 5px 15px;
    text-align: center;
    color: #797979;
    border-bottom: 1px solid #d4d4d4;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 200;
}

.wrap-bloc-formule:first-child .champ-formule.libelle-formule {
    justify-content: flex-start;
    text-transform: uppercase;
    font-size: 12px;
    text-align: left;
    line-height: 1.4em;
    border-left: 1px solid #d4d4d4;
}

.wrap-bloc-formule:last-child .champ-formule.libelle-formule {
    border-right: 1px solid #d4d4d4;
    margin-left:-1px
    
}

.champ-formule.nom-formule {
    justify-content: center;
    background-color: #5386ff;
    color: #fff;
    font-size: 12px;
    padding: 5px;
    height: 34px;
    /* display: flex; */
    /* align-items: center; */
    text-align: center;
}

span.par_mois_span {
    font-size: 13px;
}

.champ-formule.nom-formule span {
    margin-top: 6px;
    display: block;
}

.wrap-bloc-formule:first-child .champ-formule.nom-formule:first-child {
    background-color: transparent;

}
.wrap-bloc-formule:first-child .champ-formule:nth-child(2) {
    background-color: transparent;
    color: #2154cf;
    font-size:20px;
    text-align: left;
    text-transform: uppercase;
    border-bottom: 1px solid #d4d4d4;
    margin-top: -1px;
    justify-content: start;
    padding: 10px 15px;
}

.champ-formule.prix-formule {
    background-color: #2154cf;
    color: #fff;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    min-height: 66px;
    padding: 10px 5px;
    font-size: 27px;
    font-weight: 600;
    box-sizing: border-box;
    text-align: center;
}

.champ-formule.libelle-formule a.btn-action {
    padding: 9px 18px;
    text-transform: uppercase;
    font-size: 11px;
}

.champ-formule.libelle-formule:nth-child(2n+1) {
    background-color: #f9f9f9;
}

.bloc-formule.selected.field-libelle {
    box-shadow: 0px 0px 6px -1px #989898;
    z-index: 100;
    position: relative;
    margin-top: -24px;
    padding-bottom: 15px;
}

.bloc-formule.selected.field-libelle .champ-formule.prix-formule {
    background: #fa6c2c;
    padding: 29px 15px;
    /* margin-top: -32px; */
    border-top: 1px solid #ffffff40;
}

.bloc-formule.selected.field-libelle .champ-formule.nom-formule {
    background-color: #fa6c2c;
}

.bloc-formule selected field-libelle .champ-formule.libelle-formule:last-child {
    border-bottom: none;
}

.bloc-formule.selected.field-libelle .champ-formule.libelle-formule:last-child {
    border: none;
}

.bloc-formule.selected.field-libelle .champ-formule.libelle-formule:last-child a {
    background-color: #fa6c2c;
}


ul.accroche-lightbox {
    margin: 0;
    padding: 15px 0;
    background: #ecf0f5;
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    flex-wrap: wrap;
    color: #737373;
}

ul.accroche-lightbox h2 {
    text-transform: uppercase;
    margin: 10px 0 0;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    color: #737373;
}

span.nom-formule {
    font-weight: 600;
    color: #2154cf;
}

ul.accroche-lightbox li {
    padding: 10px 20px;
    font-size: 18px;
}

span.ref-formule {
    font-weight: 600;
}

span.prix-formule {
    font-weight: bold;
    color: #fc6b2a;
}

ul.wrap-onglet-paiement {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    background: #ecf0f5;
}

li.onglet-paiement {
    text-transform: uppercase;
    border-radius: 8px 8px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 50px;
    flex-direction: row-reverse;
    cursor: pointer;
    margin: 0 3px;
    font-size: 14px;
}

li.onglet-paiement img {
    max-height: 34px;
    margin-left: 12px;
}

li.onglet-paiement.actif, li.onglet-paiement:hover {
    background-color: #fff;
    border-top: 2px solid blue;
}

.wrap-contain-paiement-formule {
    padding: 50px;
    width: 100%;
    box-sizing: border-box;
}

.conteneur-choix-paiement-formule {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
}

div#section-right {
    width: 100%;
}

.contain-paiement-formule {
    text-align: center;
    width: 680px;
    margin: 0 auto;
    display: none;
    color: #737373;
    line-height: 1.8em;
    font-size: 13px;
}

div#contain-paiement-paypal {}

.wrap-field-form.wrap-field-btn-form {
    justify-content: space-between;
    display: flex;
    align-items: center;
    padding: 10px 0;
}

.wrap-field-form.wrap-field-btn-form a {
    width: 30%;
}

.contain-paiement-formule form {}

.contain-paiement-formule .wrap-field-form {
    margin-top: 25px;
}

.line-membre-seance {}

.wrap-nom-membre-repartition label:after {
    border: 1px solid #d8d8d8;
    content: '';
    margin-right: 10px;
}

.wrap-nom-membre-repartition label {
    padding-left: 6px;
}

form#form-recherche-amende-lightbox .search-wrapper {
    flex-wrap: nowrap;
    align-items:center;
    margin-top:10px
}

form#form-recherche-amende-lightbox .search-wrapper input {
   margin:0;
   width:80px;
}

form#form-recherche-amende-lightbox .search-wrapper label {
   margin-right:10px;
   margin-left:0;
}

form#form-recherche-amende-lightbox .text-recherche {
    margin-top: 8px;
}
.lightbox .form-recherche label select, .lightbox .form-recherche label input{
    margin-bottom:0px;
}

.lightbox .form-recherche label {
    font-size: 12px;
    white-space: nowrap;
    align-items: center;
    margin-left:0;
    display: flex;
}

.lightbox .form-recherche label input{
    margin-left:6px;
}

.lightbox .form-recherche .periode{
    align-items:flex-end !important;
    display:flex:
}

form#form-recherche-emprunt-lightbox {
}

form#form-recherche-emprunt-lightbox button.valide-form-search {
    margin-top: 11px;
}


f {
    display: flex;
}

div#conteneur-option-activation-tontine {
    display: flex;
    flex-direction: row;
    justify-content: center;
    min-height: 288px;
    align-items: center;
}

.bloc-option-activation {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 185px;
    position: relative;
}

h2.titre-bloc-option-activation {
    font-size: 21px;
    margin: 0;
    padding: 0;
    color: #2154cf;
}

.bloc-option-activation .accroche-indicateur {
    margin: 29px 10px;
}

.bloc-option-activation + .bloc-option-activation:before {
    position: absolute;
    left: 5px;
    top: 31%;
    width: 1px;
    content: '';
    background-color: #afafaf;
    height: 75px;
}

.conteneur-btn .btn-lightbox-plein {
    padding: 10px  25px;
}

.wrap-link-other-option {
    font-size: 13px;
    border-top: 1px solid #bfbfbf;
    padding: 15px 25px 0;
    box-sizing: border-box;
}

.wrap-link-other-option a {
    font-weight: bold;
    color: #2154cf;
    text-decoration: underline;
}

.field-type-versement .message-erreur {
    bottom:-10px;
}
.message-erreur {
    display: none;
    position: relative;
    font-size: 12px;
    background: none;
    margin: 5px 0 0px;
    padding: 0 0 0 15px;
    text-align: left;
    color: #be1e2d;
    width: 100%;
}


.ligne-formulaire textarea{
    width:100%;
    padding: 6px 10px 15px;
    box-sizing:border-box;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
}
.message-erreur::before {
    display: block;
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: -5px;
    left: 20px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #be1e2d;
}

.message-erreur-connexion {
    padding: 15px;
    background: #ffcd83;
    position: relative;
    margin-top: 0;
    margin-bottom: 10px;
}
.message-erreur-connexion::before {
    display: none;
}
.message-erreur-connexion:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;

    width: 4px;
    background: #f39c1b;
}

.wrap-field input, .wrap-field textarea, .wrap-field select {
    width: 100%;
    padding: 18px 20px 10px;
    font-size: 13px;
    outline: 0;
    font-weight: 500;
    color: #8b8b8b;
    height: 45px !important;
    border-radius: 3px;
    border: 1px solid #dbdbdb;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .06);
    box-sizing: border-box;
    font-weight: 600;
}
.wrap-field textarea {
    min-height: 85px;
}
.wrap-field.middle input {
    width: 98%;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}
.wrap-field.middle {
    display: flex;
    justify-content: space-between;
}

.wrap-field input[type="submit"], .wrap-field input[type="button"] {
    width:auto;
    padding:15px 50px;
    height:auto;
    background-color: #2154cf;
    border-radius:30px;
    float: right;
    margin-top: 10px;
}


.field-form {
    position: relative;
    width: 100%;
    margin-bottom: 17px;
}

.field-form .inputText:invalid {
    box-shadow: none !important;
}

.field-form input:focus, .field-form textarea:focus{
    outline: none;
}

.field-form input:focus{
    border-color: #fc9b24;
    outline: none;
}

.field-form label {
    position: absolute;
    pointer-events: none;
    top: 4px;
    left: 20px;
    transition: 0.2s ease all;
    cursor:pointer;
    z-index: 5;
    font-size: 11px;
    color: #333232;
    font-weight: 700;
}



.field-form textarea:valid ~ label,
.field-form textarea:focus ~ label,
.field-form input:focus ~ label,
.field-form input[value*="@"] ~ label,
.field-form input:valid ~ label
{
/*     top: -10px;
    left: 20px;
    font-size: 11px; */
}

.form-group {
    display: flex;
    align-items: center;
    justify-content: center;
}


button.btn.btn-connexion {
    cursor: pointer;
    padding: 10px 50px 8px 50px;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: 400;
    height: 45px;
    font-family: 'Open Sans', sans-serif;
    border-radius: 5px;
    text-transform: uppercase;
    width: 100%;
    border: 0;
    margin: 0 !important;
    margin-top: 17px;
    background: #009edb;
    border: none;
    color: #fff;
}

.checkbox.clearfix {
    display: flex;
    justify-content: space-between;
}

.form-check {
    padding-left: 25px;
    margin-bottom: 0;
    font-size: 13px;
    position: relative;
    color: #717171;
}

.form-check input {
    display: none;
}

.checkbox a {
    font-size: 13px;
    position: relative;
    color: #717171;
    margin-bottom: 15px;
}
p.accroche-titre {
    margin: -10px 0 25px 0;
    font-size: 20px;
    color: gray;
}
p.pas-de-compte {
    color: #717171;
    font-size: 13px;
    text-align: center;
}



.bloc-form-identification {
    width: 320px;
    max-width: 100%;
}

ul.social-list.clearfix li {
    font-size: 20px;
    /* opacity: 0.4; */
    color: #ffffff;
    padding: 0 5px;
}

ul.social-list.clearfix li:hover {
    opacity: 1;
    color: #ffffff;
}

label.form-check-label {
    cursor: pointer;
}

p.pas-de-compte a {
    color: #129f61;
    text-decoration: underline;
}

@media all and (max-width: 750px) {

    .bloc-identification {
        flex-direction: column;
        background-color: none;
    }



















    .wrap-bloc-texte-form {
        position: relative;
        width: 420px;
        box-sizing: border-box;
        margin: 0 auto;
        left: unset;
        max-width: 100%;
    }

    .conteneur-bloc-form-identification {
        margin: 20px auto;
        padding: 50px;
        background-color: #ffff;
        border-radius: 10px;
        max-width: 100%;
        box-sizing: border-box;
    }

    .wrap-bloc-identification {background: transparent;}

    .field-form {
        max-width: 100%;
    }

    input {
        max-width: 100%;
    }
}
.lightbox.lightbox2 {
    width: 600px;
}

label.libele-form-checkbox {
    position: relative;
    display:flex;
    align-items:center;
    font-size:14px;
    margin-left: -18px;
    z-index: 25;
    pointer-events: auto;
}

input + label.libele-form-checkbox:before{
    content: '';
    width:20px;
    height:20px;
    text-align:center;
    line-height:22px;
    border:1px solid #d8d8d8;
    display:inline-block;
    margin-right:10px;
    z-index: 100;
    opacity: 1;
    cursor:pointer;
}

input:checked + label.libele-form-checkbox:before{
    background-color: #ed6d24 !important;
    content: '\f00c' !important;
    font-family: FontAwesome;
    font-size: 10px;
    border: 1px solid #ed6d24;
    color:#fff;
}

input[type='radio'] + label.libele-form-checkbox:before{
    border-radius: 50%;
}

div#wrap-libele-champ-sup {
    display: none;
}

.libele-champ-sup {
    height: 35px !important;
    margin-top: 15px;
    padding-top: 6px !important;
}

.wrapper-question .wrap-field {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0;
}

.wrapper-question .field-form {
    width: 60%;
}

.wrapper-question .libele-form-checkbox {
    margin: 15px 0 0 21px;
}

.wrap-libele-champ-sup {
    display: none;
    padding-left: 30px;
    position: relative;
}

.wrapper-question {
    max-height: 290px;
    overflow-y: auto;
}

span.btn-small {
    font-size: 12px;
    padding: 0 10px;
    /* background-color: #e37d06; */
    border-radius: 5px;
    color: #e37d06;
    cursor:pointer;
    font-weight: 600;
}

.remove-answer {
    color: red;
    font-size: 11px;
    position: absolute;
    right: 0;
    top: 0;
    cursor:pointer;
}

.wrap-libele-champ-sup:before {content: '';height: 1px;width: 20px;border-bottom: 1px solid #e37d06;position: absolute;left: 11px;top: 65%;}

.wrap-libele-champ-sup:after {
    content: '';
    height: 34px;
    width: 1px;
    border-left: 1px solid #e37d06;
    position: absolute;
    left: 11px;
    top: 0;
}

#lightbox-valider-code{
    width: 500px !important;
}

#lightbox-valider-code .entete-lightbox, .titre-lightbox {
    position: relative;
    max-height: 180px;
    height: auto;
    overflow: hidden;
    font-size: 15px;
    text-align: center;
    line-height: 1.6em;
    color: #ffffff;
    border-bottom: 1px solid #ebebeb;
    padding: 10px 0;
    padding-bottom: 10px;
    text-transform: uppercase;
    /*! margin: 0 0 20px; */
    padding-bottom: 8px;
    font-weight: 700;
    background-color: #009edb !important;
    padding-left: 20px;
}
#lightbox-valider-code .contenu-lightbox {
    width: 100%;
    margin: 0 auto;
    padding: 0px 25px 15px;
    box-sizing: border-box;
}

.wrap-decompte {
    font-size: 12px;
    margin: -2px 0 5px 0px;
    font-weight: 600;
    width: 100%;
    text-align: right;
}

.wrap-decompte a {
    color: #009edb;
    font-size: 14px;
    font-weight: 700;
    text-decoration: u;
}

#lightbox-valider-code p.accroche-indicateur {
    text-align: center;
    font-size: 14px;
    padding:0
}


.wrapper-liste-question-contrainte {
    display: flex;
    margin: 8px 0 7px 0;
    flex-wrap: wrap;
}

.question-contrainte {
    font-size: 11px;
}

label.libele-form-checkbox.question-contrainte {
    font-size: 11px;
    background-color: #e0e0e0;
    border-radius: 3px;
    margin: 0 5px;
    padding: 5px 13px;
    color: #000;
    display: block;
    cursor: pointer;
}

.wrapper-bloc-contrainte.wrapper-bloc-contrainte-administrateur {
    display: flex;
    margin-top: 15px;
    justify-content:space-between;
    flex-wrap: wrap;
    max-height: 250px;
    overflow-y: auto;
}
.bloc-contrainte.bloc-contrainte-administrateur {
    /* padding-left: 15px; */
    /* border-left: 1px dotted #e37d06; */
    margin-bottom: 25px;
    width: 50%;
}

.bloc-contrainte.bloc-contrainte-administrateur .titre-bloc-contrainte {
    /* color: #e37d06; */
    border-left: 2px solid #e37d06;
    padding-left: 15px;
    margin-bottom: 9px;
    flex-wrap: w;
}
label.libele-form-checkbox.question-contrainte:before {
    display: none;
}

input:checked + label.libele-form-checkbox.question-contrainte {
    background-color: #e37d06;
    color: #fff;
}

.titre-bloc-contrainte {
    font-size: 14px;
    color: #000;
    font-weight: 600;
}

.label-contrainte {
    color: #000;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 500;
}

.wrap-question-contrainte {
    margin-bottom: 10px;
}
p.titre-question-lightbox-indicateur.contrainte {
    text-align: center;
    margin: 0 0 10px;
    font-weight: 600;
    font-size: 19px;
}

.reponse-question-contrainte{
    text-align: center;
    margin: -4px 0 4px;
    font-weight: 600;
    font-size: 20px;
    color: #e37d06;
}

input#nom, input#name {
    text-transform: uppercase;
}

input#prenom {
    text-transform: capitalize;
}

.wrapper-bloc-selection-invitation {
    display: flex;
    justify-content: space-between;
}

.wrapper-bloc-selection-invitation {
}

.wrap-bloc-selection-invitation {
    width: 40%;
    padding: 25px;
    box-sizing: b;
}

h2.titre-bloc-selection-invitation {
    margin: 0;
    padding: 0 0 6px 20px;
    border: 15px;
    text-transform: uppercase;
    font-weight: 500;
    border-bottom: 1px solid #dedede;
    font-size: 14px;
    font-weight: 700;
}

.wrap-bloc-selection-invitation:last-child {
    width: 50%;
    border-left: 1px solid #dedede;
    padding-left: 0;
    padding-left: 0;
}

span.email-list-added {
    display: inline-block;
    font-size: 11px;
    padding: 5px 18px;
    background-color: #dedede;
    border-radius: 19px;
    position: relative;
    color: #423c3c;
    margin: 4px 5px;
}

.wrap-content-list-added {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 15px 12px;
    max-height: 180px;
    overflow-y: auto;
}

.wrap-field.wrap-line-email label {
    font-size: 12px;
    font-weight: 500;
}

.wrap-field.wrap-line-email label:before {
    width: 13px;
    height: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrap-field.wrap-line-email {
    padding: 9px 15px;
}

.wrap-field.wrap-line-email .field-form {
    margin: 0;
}

.wrapper-result-list-email {
    max-height: 190px;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid #ececec;
    min-height: px;
}

.accroche-search {
    font-size: 13px;
    text-align: center;
    margin-bottom: 15px;
    font-weight: 700;
}

div#conteneur-ajout-email-selection {
    margin: 0;
    padding: 0;
}

.field-form.wrap-search-email input {
    padding-top: 5px;
    font-size: 11px;
    font-weight: 600;
    height: 40px;
}

span.email-list-added i {
    position: absolute;
    font-size: 9px;
    color: red;
    right: 5px;
    top: 5px;
    cursor: pointer;
}


.line-detail-element {
    display: flex;
    align-items:center;
    padding: 8px 0;
    font-size: 13px;
    border-bottom: 1px dotted gray;
}

.libele-detail-element {}

.libele-detail-element {
    width: 32%;
    font-weight: 600;
}

.wrap-content-detail-element {
    margin-bottom: 25px;
    margin-top: 20px;
    width: 100%;
}

.value-detail-element {
    font-style: italic;
}

table.wrap-content-detail-element tbody {
    max-height: 350px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

span.info-partage-url {
    font-size: 12px;
    color: #e79332;
}

textarea#liste-copy-link-survey {
    color: #000;
    font-size: 18px;
    min-height: 64px;
}

.wrapper-switcher {
    margin: 25px 0;
    position: relative;
}

.libele-form-switcher {
    position: relative;
}

label.libele-form-switcher {
    position: relative;
    font-size: 15px;
    font-weight: 600;
    padding-left: 30px;
    pointer-events: auto;
}

label.libele-form-switcher {}

.wrapper-switcher label:before {
    width: 45px;
    background-color: #d4d4d4;
    content: '';
    height: 19px;
    display: inline-flex;
    position: absolute;
    left: -21px;
    top: 50%;
    transform: translate(0,-50%);
    border-radius: 25px;
    transition: 0.4s;
}

input:checked +label:after{
    transition: 0.4s;
    transform: translate(25px,-50%);
}

input:checked +label:before{
    transition: 0.4s;
    background-color: #e37d06;
}

.wrapper-switcher label:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 15px;
    background-color: #fff;
    display: flex;
    border-radius: 50%;
    transition: 0.4s;
}

.wrapper-liste-reponse-suplementaire .libele-detail-element {
    width: auto;
    min-width: 50%;
}

.wrapper-liste-reponse-suplementaire th {
    font-weight: 700;
}

.libele-question-supplementaire-detail {
    text-align: center;
    font-size: 15px;
    font-weight: 700;
}

.line-sup-answer {
    font-size: 14px;
    padding: 9px 15px;
    /* border-bottom: 1px dotted; */
    background-color: #dbdbdb;
    border-radius: 34px;
    color: #000;
    font-size: 11px;
    margin: 5px;
}

.wrapper-liste-reponse-suplementaire {
    max-height: 280px;
    overflow-y: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.wrapper-liste-participation {
    max-width: 100%;
}

.date-paticipation {
    text-align: center;
    margin-bottom: 30px;
    font-size: 14px;
}

div#detail-participation .reponse-question-contrainte {
    font-size: 15px;
}

div#conteneur-contenu-detail-participation {
    padding: 15px 15px;
}

div#detail-participation {
    width: 90%;
}

.thumbnail .picture {
    background-color: #f4f4f4;
    display: flex;
    position: relative;
    height: auto;
    /* width: 214%; */
}

.hide, .none {
    display: none;
}

figure.thumbnail.thumbnail-bordered {
    width: 200px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    background-color: #eff2f5;
}