/*-------- STULE POUR LA PAGE LIGHT BOX --------------------*/

*{
	/*! font-family: 'linotte_light'; */
}
a {
	text-decoration: none;
}

.lightbox svg {
    width: 16px;
    fill: #d8d8d8;
}

.lightbox path {
    fill: #d8d8d8;
}

.superheader svg:hover path {
  fill: #b6b6b6 !important;
}
.conteneur-lightbox {
	position: fixed;
	width: 100%;
	max-height: 90vh !important;
	display: flex;
	justify-content: center;
	align-items: center;
	/* overflow: hidden; */
}
.lightbox {
	width: 620px;
	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: 20px;
	border-radius: 5px;
	max-height:  90%;
	/* overflow: auto; */
}

#lightbox-connexion{
	width: 380px !important;
}

#lightbox-connexion-etape-2.lightbox{
	width: 280px !important
}

#lightbox-notification-disponibilite-stock{
	width:600px;
}

.entete-lightbox {
	/* position: relative; */
	/* max-height: 180px; */
	/* height: auto; */
	/* overflow: hidden; */
	/* text-align: left; */
	/* font-size: 18px; */
	/* line-height: 1.6em; */
	/* color: #0051A4; */
	/* border-bottom: 1px solid #ebebeb; */
	padding: 5px 0;
	/* padding-bottom: 10px; */
	/* text-transform: uppercase; */
	/*! margin: 0 0 20px; */
	/* padding-bottom: 8px; */
	/* font-weight: 700; */
	/*background-color: #bc192b;*/
	/* padding-left: 20px; */
}

.close-lightbox {
	position: absolute;
	top: 13px;
	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 0 25px 25px;
}

#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;
}

#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: #bc192b;
	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);
}

.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;
}

#description-arange .conteneur-btn-lightbox, 
#description-mtn .conteneur-btn-lightbox {
    padding: 0 !important;
}




#description-arange .transaction, #description-mtn .transaction{
	margin: 0 !important;
}

.btn-lightbox{
	background-color: transparent;
	height: auto;
	text-align: center;
	color: #bc192b;
	display: flex;
	padding: 6px 12px;
	font-size: 12px;
	text-transform: uppercase;
	cursor: pointer;
	margin: 0 10px;
	border-radius: 3px;
	align-items: center;
	justify-content: center;
	width: auto;
	border: none;
	transition: all linear 0.3s;
	border: 1px solid #bc192b;
}

.btn-lightbox-plein{
	background-color: #0051A4;
	height: auto;
	text-align: center;
	color:#fff;
	display: flex;
	padding: 10px 10px;
	font-size: 13px;
	text-transform: uppercase;
	cursor: pointer;
	margin: 0;
	border-radius: 3px;
	align-items: center;
	justify-content: center;
	width: 97%;
	border: 1px solid transparent;
	transition: all linear 0.3s;
	/*! position: absolute; */
	/* margin: 0 auto; */
	box-sizing: border-box;
}

.btn-lightbox-full{
	width: 100%;
}

.btn-lightbox-plein.btn-valider-inscription{
	width: auto !important;
}

.btn-lightbox-plein:hover{
	background-color: transparent !important;
	color: #0051A4 !important;
	border: 1px solid #0051A4 !important;
	transition: all linear 0.3s;
}

.btn-lightbox:hover{
	background-color: #bc192b;
	color: #fff !important;
}

.btn-cancel{
	color: #bc192b;
	margin-left: 20px;
}

#qte_produit_panier{
	margin-top: 5px;
}
.quantity{
	height: auto;
	width: auto;
	max-width: 90px;
	-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: 53px;
	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;
}





/****************************************************/




.ligne-formulaire {
	margin-top: 15px;
	position: relative;
	padding: 0 25px;
	margin-right: 0;
}

.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;
}


.lightbox .message-erreur {
	display: none;
	position: relative;
	font-size: 11px;
	background: none;
	margin: 4px 0 0px 6px;
	padding: 0;
	text-align: left;
	color: #be1e2d;
	width: 100%;
}

.lightbox .message-erreur::before {
	display: block;
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	top: -4px;
	left: 6px;
	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;
}


.accroche-indicateur {
	font-size: 14px;
	text-align: center;
	padding: 0 20px;
	opacity: 0.8;
}

.accroche-reservation {
	text-align: center;
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: bold;
	margin-top: 5px;
}


#lien-mot-de-passe-oublie{
	display: block;
	position: absolute;
	right: 40px;
	/*! top: 30%; */
	z-index: 2;
	height: auto;
	line-height: 11px;
	color: #E33949;
	font-weight: lighter;
	font-size: 13px;
	display: flex;
	align-items: center;
	top: 0;
	bottom: 0;
}


.confirm-note{
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
	display: inline-block;
	padding: 10px 15px;
	border-radius: 5px 5px;
	max-width: 100%;
	width: calc(80%);
}

.lightbox .wrapper-colonne{
	width: 100%;
	display: flex;
}

#inscription-form{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 20px;
}


.lightbox label{
	display: flex;
	font-size: 15px;
	margin-left: 20px;
	cursor: pointer;
	position: relative;
	color: #6E6E6E;
	font-weight: 200;
}

.lighbox label a{
	text-decoration: underline;
	color: #BC192B;
}
.lightbox label:after{
	position: absolute;
	content: '';
	border:1px solid #d8d8d8;
	width: 15px;
	height: 15px;
	left: -20px;
	top: 3px;
}


.lightbox input[type="checkbox"]{
	visibility: hidden;
	position: absolute;
}
input[type="checkbox"]:checked +  label:after{
	background-color: #BC192B !important;
	content: '\f00c' !important;
  font-family: FontAwesome;
	font-size: 10px;
	color: #fff;
	text-align: center;
	line-height: 15px;
	border:1px solid #BC192B;
	width: 15px;
	height: 15px;
	left: -20px;
	top: 3px;
}








/********************************************************/
.inscription-content {
  background: white;
  /*! padding: 16px; */
}
.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;
}
.lightbox .input-box {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: -3px 0 16px;
  font-weight: 300;
  color: #c2c2c2;
  clear: both;
  padding: 0;
  width: 48%;
  position: relative;
}

#ecrire-membre .wrapper-colonne {
    width:  100%;
}
.lightbox .input-box input, .lightbox .input-box textarea, .lightbox .input-box select {
  height: 35px;
  margin-left: -1px;
  z-index: 2;
  width: 94%;
  border: 1px solid #d8d8d8;
  transition: all linear 0.3s;
  padding: 12px 10px;
  font-size: 15px;
  background: #fff;
  border-radius:4px;
  box-sizing:  border-box;
  apperance: none;
  -moz-appearance: none;
  font-size: 14px !important;
  color: #585858;
}

.lightbox .input-box span, ::placeholder {
    position: absolute;
    pointer-events: none;
    top: 10px;
    left: 15px !important;
    transition: 0.2s ease all;
    cursor:pointer;
    z-index: 5;
    font-size: 12px;
    color: #585858;
    left:0;
}
.lightbox .input-box input:focus + span, .lightbox .input-box input:not(:placeholder-shown) + span, .lightbox .input-box textarea:focus + span, .lightbox .input-box textarea:not(:placeholder-shown) + span {
    top: -8px;
    left: 0px;
    font-size: 12px;
    background-color: #fff;
}
/* For IE Browsers*/
.lightbox .input-box input:focus + span, input:not(:-ms-input-placeholder) + span {
    top: -10px;
    left: 0px;
    font-size: 14px;
}

.lightbox .input-box select {
  color:gray ;
	font-size: 13px;
	font-style: italic
}

.lightbox .input-box.wrap-select {
	position: relative;
}

.lightbox .input-box.wrap-select:after {
	position: absolute;
	top: 29%;
	right: 23px;
	content: '\F107';
	font-family: FontAwesome;
	color: gray;
}

.lightbox .input-box input:focus {
    color: #242424;
    transition: all linear 0.3s;
    border: 1.5px solid #0051a4;
    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 {
  height: 35px;
  margin-left: -1px;
  z-index: 2;
  width: 100%;
  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;
  border-radius: 4px;
}
#sexe 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;
}

#age{
  justify-content: space-between !important;
  display: flex;
  flex-wrap: wrap;
  width: 99%;
}
#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;
}
#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: 0 auto;
	max-width: 94%;
}

#conteneur-btn-lightbox-confirmation-panier .btn-cancel {
    color: #bc192b;
    margin-left: 0;
    margin-bottom: 10px;
    margin-right: 0;
    padding: 10px 12px;
}

#conteneur-btn-lightbox-confirmation-panier .btn-lightbox-plein {
    background-color: #bc192b;
    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: #bc192b;
    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: #BC192B;
}

#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: #fd9520;
	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: #fd9520;
	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 #f29100;
}
#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 #fd9520;
	margin-right: -1px;
	background: #fd9520;
}
#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: 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 .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: 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 /********************************************************/

.btn-lightbox-timer {
	background-color: #fd9520;
	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: #fd9520;
	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 .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 #f29100;
}
#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 #fd9520;
	margin-right: -1px;
	background: #fd9520;
}
#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: 20px;
  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-reservation {
    padding: 25px 0;
    border-top: 1px solid #ebebeb;
    /*! text-align: left !important; */
    font-size: 20px;
    font-weight: 600;
    color: #cd2122;
    display: flex !important;
    justify-content: space-between;
    padding: 25px 30px;
    background: #FFEFE4;
    display: none;
}


.libele-reservation {
    color: #585858;
}


#onglet-moyen-paiement {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
}


#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: 30px;
}

.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;
}

.ligne-formulaire span {
    font-size: 13px;
    display: none;
}


.lightbox label{
	display: flex;
	font-size: 15px;
	margin-left: 20px;
	cursor: pointer;
	position: relative;
	color: #6E6E6E;
	font-weight: 200;
}

label a{
	text-decoration: underline;
	color: #BC192B;
}
.lightbox label:after{
	position: absolute;
	content: '';
	border:1px solid #d8d8d8;
	width: 15px;
	height: 15px;
	left: -20px;
	top: 3px;
}


.lightbox input[type="checkbox"]{
	visibility: hidden;
	position: absolute;
}

.lightbox input[type="checkbox"]:checked +  label:after{
	background-color: #BC192B !important;
	content: '\f00c' !important;
  font-family: FontAwesome;
	font-size: 10px;
	color: #fff;
	text-align: center;
	line-height: 15px;
	border:1px solid #BC192B;
	width: 15px;
	height: 15px;
	left: -20px;
	top: 3px;
}


.conteneur_select_personalise {
	position: relative;
	width: 100%;
	display: flex;
	align-content: stretch;
	flex-direction: column;
}
.conteneur_select_option {
	width: 99.7%;
	flex-direction: column;
	height: auto;
	border: 1px solid #DBD7D7;
	border-bottom: none;
	padding: 0;
	margin-top: -1px;
	margin-left: 0px;
	top: 100%;
	display: none;
	position: absolute;
	background-color: #FFFFFF;
	z-index: 200;
	max-height:300px;
	overflow:auto;
}
.ligne_option {
	font-size: 13px;
	padding: 7px 10px;
	border-bottom: 1px solid #DBD7D7;
	cursor: pointer;
	display: block;
	display: flex;
	align-items: center;
	margin-left: 0;
}
.select_personnalise {
	padding-right: 20px;
	position: relative;
	border: 1px solid #DBD7D7;
	font-size: 13px;
	border-radius: 5px;
	color: #444444;
	padding: 0 10px;
	width: auto;
	cursor: pointer;
	height: 45px;
	box-sizing: border-box;
	line-height: 45px;
}
.select_personnalise:after {
	width: 15px;
	height: 100%;
	border-left: 1px solid #96C1D2;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #d8d8d8;
	/*! content: url(images/deroulante.png); */
}

.ligne_option input {
	display: none;
}

.ligne_option:after {
	display: none;
}



.conteneur_select_option h3 {

    font-size: 13px;
    padding: 7px 10px;
    border-bottom: 1px solid #DBD7D7;
    cursor: pointer;
    display: block;
    display: flex;
    align-items: center;
    margin: 0;
    background-color: #DBD7D7;
    color: #000;
}

.close-button {
    width: 20px;
    height: auto;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.titre-lightbox {
    text-align: center;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 600;
    background-color: #005aa9;
    padding: 10px 0 13px 0;
    border-bottom: 1px solid rgba(0, 81, 164, 0.53);
    margin-bottom: 19px;
    color: #fff;
}

div#lightbox_contacter {
    width: 470px;
    border-radius: 5px;
}


.info-desc {
    text-align: center;
    padding-bottom: 16px;
    opacity: 0.8;
    font-size: 14px;
    color: gray;
}

.content-information-description {
    padding: 0 20px;
}

div#lighbox-modification-pwd {
    width: 450px;
    border-radius: 5px;
}


.close-button svg {
    height: auto;
}


#lightbox_contacter .lightbox {
    width: 400px;
}

#lightbox_contacter .titre-lightbox {
    padding-bottom: 10px;
    font-size: 18px;
    border-bottom: 1px solid #d8d8d8;
    padding-top: 10px;
    margin-bottom: 8px;
}

#modifier-pwd .input-box span {
    position: absolute;
    right: -11px;
    top: 10px;
    color: red;
}


.indication-obligatoire {
    font-size: 12px;
    text-align: right;
    padding-bottom: 5px;
    opacity: 0.8;
}

.message-erreur-connexion {
	padding: 15px;
	background: #ffcd83;
	position: relative;
	margin-top: 0;
	margin-bottom: 10px;
	width: 80%;
	margin-left: 20px;
}
.message-erreur-connexion::before {
	display: none;
}
.message-erreur-connexion:after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	bottom: 0;
	width: 4px;
	background: #f39c1b;
}



#information .lightbox {
  width: 450px;
}
#information .info-desc {
  margin: 15px 0;
}
#information .titre-lightbox {
  padding-bottom: 10px;
  border-bottom: 1px solid;
}



/***********************************************************/



#conteneur_lightbox_carte{
	width: auto;
	max-width: 100%;
	margin: 0 auto;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	overflow: auto;
}

.legende2 ul {
    display: flex;
    width: 80%;
    margin: 0 auto;
    justify-content: space-around;
    margin-bottom: 20px;
}

#conteneur_lightbox_carte .texte_indication {
    text-align: left;
    padding-top: 13px;
    padding: 10px 20px;
}

#lightbox_carte{
	width: 710px;
	padding: 0;
	max-width: 95%;
	-webkit-box-shadow: 0px 0px 5px #ccc;
	box-shadow: 0px 0px 10px #020202;
	position: relative;
	border-radius: 0;
	background-color: #ffffff;
	position: absolute;
	border-radius: 5px;
	max-height: 450px;
	overflow:  a;
}
.close_lightbox{
	position: absolute;
	right: 0px;
	top: 0px;
	color: #999;
	padding: 8px 15px;
	border: none;
	border-radius: 50% 50%;
	background-color: transparent;
	font-weight: bold;
	font-size: 18px;
	cursor: pointer;
	z-index: 99;
	width:50px;
	height: 50px
}

.close_lightbox:hover{
	color: #ff0000;
	border-radius: 50% 50%;
	background-color: rgbargba(0,0,0,0.5);
}


#titre_carte_lightbox{
	font-size: 25px;
	text-transform: uppercase;
	padding: 10px 20px;
	color: #254b8c;
	width: auto;
	border-bottom: 1px solid #C0C0C0;
	text-align: center;
}


#detail_carte_lightox{
	font-size: 20px;
	color: #4B4B4B;
	line-height: 1.5em;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 0;
	text-align: justify;
	padding-bottom:20px;
	position:;
}

@media (max-width:500px){
	#lightbox_carte{
	width: auto;
	padding: 30px;
	max-width: 100%;
	position: relative;
	border-radius: 20px 20px;
	display: block;
}


#titre_carte_lightbox{
	font-size: 25px;
	text-transform: uppercase;
	padding-bottom: 15px;
	color: #254b8c;
	padding-right: 10px;
}

#detail_carte_lightox{
	font-size: 16px;
	color: #4B4B4B;
	line-height: 1.6em;
	text-align: justify;
	padding-bottom: 20px;
}
}

.btn_all_news {
    display: inline-block;
    width: auto;
    height: 35px;
    line-height: 35px;
    font-weight: bold;
    background-color: #077230;
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 10px;
    color: #fff;
    text-transform: none;
    border-radius: 0;
    padding-top: 2px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 2px;
    cursor: pointer;
    border-radius: 3px;
}
.legende2.legende {
    width: 300px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.legende2.legende ul {
    display: flex;
    flex-direction: column;
}

.lightbox div#map {
    width: 50% !important;
    left: unset !important;
    right: unset  !important;
    top: unset  !important;
    bottom: unset  !important;
}

.lightbox div#map path {}

.legende2.legende li {
    list-style: none;
    display: flex;
    margin-bottom: 10px;
}

.bloc_couleur {
    width: 50px;
    height: 20px;
    border: 1px solid #d8d8d8;
    margin-right: 11px;
}

.texte_legende {
    font-size: 14px;
}



.close_lightbox path {
  fill: #d8d8d8;
}
.close_lightbox svg {
  fill: #d8d8d8;
  height: 20px;
  width: 25px;
  position: absolute;
  right: 14px;
  top: 15px;
}
.lightbox .map path{
	/*fill:#fff;*/
	stroke:#9696F8;
	stroke-width:1px;
	cursor:pointer;
	transition: fill 0.3s;
	}
	
.lightbox .map path:hover{
  fill:#0070c0;
  stroke:#9696F8;
  stroke-width:1px;
  cursor:pointer;
  transition: fill 0.3s;
}



#ecrire-coordonnateur .wrapper-colonne {
  width: 100%;
  display: flex;
}
#ecrire-coordonnateur .input-box {
  width: 48%;
}
#ecrire-coordonnateur .input-box input {
  width: 95%;
}
#ecrire-coordonnateur .input-box #objet {
  width: 97.5%;
}
#ecrire-coordonnateur .wrapper-colonne:nth-child(3) .input-box {
  width: 100%;
}
#ecrire-membre #objet {width: 97% !important;}
.wrapper-colonne.full .input-box {
  width: 100%;
}
.wrapper-colonne.full .input-box {
  width: 100%;
}

#nom {
  text-transform: uppercase;
}
#prenom {
  text-transform: capitalize;
}
.input-box.full {
  width: 100% !important;
  box-sizing:  border-box;
}
.input-box.full input {
    width: 97%;
}
.input-box.full textarea {
  min-height: 75px;
  font-family: 'Open Sans';
  width: 97%;
  box-sizing:  border-box;
}


.input-box::after {
    position: absolute;
    content: '*';
    right: 5px;
    top: 30%;
    color: red;
    opacity:  0.5;
    font-size:  14px;
}

div#conteneur-lightbox-mot .lightbox-contact {
    /* max-height:  80%; */
    /* overflow:  auto; */
}

.content-text-mot-coordonateur {
    max-height: 74vh;
    overflow-y: auto;
    padding: 0 30px 20px;
    box-sizing:  border-box;
    text-align:  justify;
    line-height:  1.8;
}

div#conteneur-lightbox-mot #lightbox-contact {
    max-height: 90vh !important;
    /* overflow: auto; */
    width: 70%;
    padding-bottom:  0;
}

.image-coordo img {
    width: auto;
    height: 100px;
    display:  block;
}

.image-coordo {
    width: 100%;
    /* max-height: 100px; */
    /* object-fit:  contain; */
    /* height:  100px; */
    justify-content: center;
    display:  flex;
}

.content-text-mot-coordonateur img {

    float:  left;
    height: 250px;

    width: 250px;
    object-fit:  contain;
}

.content-button-mot {
    position:  relative;
}

.content-button-mot button {
    width:  100%;
    padding:  15px;
    background: rgb(0, 81, 164);
    box-sizing:  border-box;
    color: #fff;
    border:  none;
    font-size:  20px;
    text-transform: uppercase;
    cursor:  pointer;
}

.description-accroche {
    padding:  0 20px;
    line-height: 1.9;
    font-size:  14px;
    text-align:  justify;
}

.content-carte {
    position:  relative;
}