body
{
    font-family: Arial;
}
.big-conteneur
{
	display: flex;
	flex-direction: row;
}
.big-conteneur a 
{
	text-decoration: none;
	/*color: #000;*/
}
table
{
	text-align: center;
}
.titre_page
{
	text-align: center;
}
/*------------------ FICHE CLIENT --------------------*/
.title_titre
{
	display:inline-block;
}
.title_titre h2
{
	margin:10px;
	display:inline-block;
}
.title_titre img
{
	vertical-align: middle;
}
.title_titre span
{
    height: 20px;
    line-height: 20px;
    text-align: center;
}

.title_link {
	display:inline-block;
	float: right;
}

.title_link img {
	margin:10px;
}

.info_fiche span
{
		display:inline-block;
margin: 10px 0 10px 10px;
  
    padding: 5px;
}

.title_fiche {
	    width: 100%;
    display: inline-block;
}
/*------------------ MENU - CORPS PAGE --------------------*/

.header
{
	background-color: #ffffff;
	border-bottom:solid 1px #000;
	Font-size: 100%;
	color: white;
	width: 100%;
	height: 50px;
}
.header img
{
	width: 100%;
	/*height: 196px;*/
}
.logo
{
	border-bottom : 0.5px gray solid;
	height: 50px;
	text-align:center;
}
.img
{
	/*width: 100%;*/
	height: 100%;

}
.ensemble_categorie
{
	flex-direction:column;
}
.categorie_select
{
	display: flex;
	flex-direction: row;
}
.div-catégorie
{
	font-size: 80%;
	border-bottom: 1px gray solid;
	margin: 0% 10% 0% 0%;
	width: 100%;
	/* height: 40px; /* hauteur du parent */
	line-height: 40px; /* hauteur de ligne (identique) */
	white-space: nowrap; /* interdiction de passer à la ligne */

}
.div-catégorie p
{
	margin-bottom: 0px;
	margin-top: 0px;
	/*height:40px;*/
	text-align: left;
	vertical-align:middle;
}
.div-catégorie:hover
{
	/*background-color: gray;	*/
}
.titre_categorie
{
	font-weight: bold;	
}
.titre_categorie_selected
{
	font-weight: bold;
	font-size: 18px;
}
.lien_menu
{
	text-decoration : none;
	color : black;
}
.sous_menu
{
	margin: 0px 0px 0px 30px;
}
.sous_menu_selected
{
	margin: 0px 0px 0px 30px;
	font-weight: bold;
}
.conteneur-menu
{
	display: flex;
	flex-direction: column;		
}
.module_recherche
{
	/*margin: 10px 0px 0px 0px;*/
	background-color: #FFF;
	/*vertical-align:middle;*/
	
}
.conteneur_recherche
{
	display:flex;
	/*flex-direction: row;*/
	width: 100%;
	/*height:100px;*/
	padding: 10px 0px 10px 0px;
	background-color: #DEFFDD;
}
.input_recherche p
{
	margin: 0px 0px 10px 0px;
}
.corps_page
{
 
   /* align-self: flex-end;*/
	width:100%;
	/*background-color: #EEEEEE ;*/
	/*height:100%;*/
}
/*-------------------- AJOUT CLIENT + FICHE CLIENT + MAJ CLIENT ---------------------*/
.conteneur_inscription
{
	display: flex;
	justify-content: center;
    align-items: center;
}
.retour_liste
{
	margin : 0px 0px 0px 30px;
	text-decoration:none;
	color: #000;
	background-color: #F3F3F3;
	cursor: pointer;
	text-align:center;
}
.retour_liste a
{
	color: #000;
}
.reservation_logement
{
	margin : 0px 30px 0px 0px;
}

.ajout_adresse
{
	color: #fff;
	width: 180px;
	border: 1px #fff solid;
	display:flex;
	background-color: #24A6D6;
	padding: 3px 3px 3px 3px;
	height:20px;
	float: right;
}
.phrase_ajout_adresse p
{
	margin-top: 0px;
	width: 180px;
    margin-bottom: 0px;
}
.ajout_adresse a
{
	color: #fff;
}
.ajout_document
{
	color: #fff;
	width: 180px;
	border: 1px #fff solid;
	display:flex;
	background-color: #24A6D6;
	padding: 3px 3px 3px 3px;
	height:20px;
	float: right;
}
.phrase_ajout_document p
{
	margin-top: 0px;
    margin-bottom: 0px;
	width: 180px;
}
.ajout_document a
{
	color: #fff;
}
.lien_supp_adresse
{
	width: 37px;
}
.lien_supp_fichier
{
	width: 37px;
}
.lien_fiche_client
{
	text-decoration:none;
	color: #000;
	/*background-color: #F3F3F3;*/
	cursor: pointer;
	padding: 1px;
	width: 50px;
}
.affiche_doc
{
	text-decoration:none;
	color: #000;	
}
.ensemble_information 
{	
	padding : 0px 0px 0px 15px;
	border-left: 1px #C2C2C2 solid;
	display: flex;
}
.info_client
{
	padding: 0px 10px 0px 10px;
	background-color: #D4EEFF;
	width: 25%;
}
.preins_valid, .preins_encours, .preins_refus {
	display:inline-block;
}
.preins_valid p, .preins_encours p, .preins_refus p {
	display:inline-block;
	
    padding: 3px;
	color:#fff;
	text-align:center;
	width:90px;
}

.preins_valid p {
	background-color: #12930C;
}
.preins_encours p {
	background-color: #f18803;
}
.preins_refus p {
	background-color: #FF1919;
}

.actif_client
{
	display:inline-block;
}
.actif_client p
{
	display:inline-block;
	background-color: #12930C;
    padding: 3px;
	color:#fff;
	text-align:center;
	width:90px;
	/*margin: 0px 0px 0px 25%;*/
}
.inactif_client
{
	display:inline-block;
}
.inactif_client p
{
	display:inline-block;
	background-color: #FF1919;
    padding: 3px;
	color:#fff;
	width:90px;
	text-align:center;
}
.adresse_fichier
{
	display: flex;
	flex-direction: column;
	width: 75%;
}
.tableau_adresse
{
	padding: 0px 5px 0px 5px;
	margin: 10px 10px 10px 10px;
}
.tableau_fichier
{
	padding: 0px 0px 0px 5px;
	margin: 10px 10px 10px 10px;
}
.input_client
{
	margin : 15px 15% 0px 15%;
	text-align: center;
	background-color: #EEFFED ;
	padding : 0px 0px 0px 0px;
	/*border-left: 1px #C2C2C2 solid;*/
	/*width: 25%;*/
}
.input_fichier
{
	margin : 15px 15% 0px 15%;
	text-align: center;
	background-color: #EEFFED ;
	padding : 0px 0px 0px 0px;
}
.bouton
{
	text-align:center;
}
.picto_defaut
{
	width: 30px;
}
.donnee_client
{
	/*display: flex;
	flex-direction: column;
	justify-content: center;*/
	
}
/*-------------------- CONTENEUR---------------------*/
.conteneur-page
{	
	display: flex;
	flex-direction: column;	
}

/*------------------------ Residence  -----------------------------*/
.phrase_ajout_residence p
{
	width: 160px;
	height: 20px;
}
.ajout_residence
{
	color: #fff;
	width: 180px;
	border: 1px #fff solid;
	display:flex;
	background-color: #24A6D6;
	padding: 3px 3px 3px 3px;
	height:20px;
}
.ajout_residence a
{
	color: #fff;
}
.fiche_residence
{
	height: 100px;
}
.liste_residence
{
	display: flex;
	flex-wrap: wrap;
	/*justify-content:center ;*/
	
	align-items: center;
	justify-content: center;
}

/*.ajout_residence
{
	width : 40px;
}*/
.lien_ajout_residence
{
	background-color: #FFF;
	/*border: 1px black solid ;*/
	text-decoration: none;
	color: #000;
}
.residence
{
	 max-width: 50%;
	  
}
.residence p
{
	text-align: center ;
	font-weight: bold;

}
.residence a
{
	text-decoration:none;
	color: black;
}
/*------------------------ LISTE CLIENT - EXTERIEUR - PREINSCRIT  -----------------------------*/

.bouton_recherche
{
	height: 20px;
}
.bouton_recherche2
{

	height: 20px;
}
.rechercher
{	
	background-color: #DEFFDD;
	cursor: pointer;
	border-style:none;
	font-size: 15px;
}
.input_recherche
{
	width:20%;
	display:flex;
	font-size: 15px;
	padding: 0px 0px 0px 10px;
}
.input_loupe
{
	border: none;
	background:url(../inc/img/picto_loupe2.png);
	/*width:100px;*/
	width: 20px; /* largeur à spécifier */
	height: 20px; /* longueur à spécifier */
	cursor: pointer;

}
.ajout_client
{
	color: #fff;
	width: 140px;
	border: 1px #fff solid;
	display:flex;
	background-color: #24A6D6;
	padding: 3px 3px 3px 3px;
	height:20px;
	/*text-decoration: none;*/
}
.picto_ajout
{
	width: 20px;
}
.phrase_ajout p
{
	width: 130px;
	height: 20px;
}

.ajout_client a
{
	float: left;
	width: 10px;
	color: #fff;
}
.image_recherche
{
	height: 20px;
}
.titre_tableau
{
	display: none;
}
.mail_client
{
	height: 40px;
}
.fiche_client
{
	height: 40px;
}
.tab_client
{
	/*border: 1px black solid ;	*/
	border-collapse: collapse;
	width: 100%;
}
.lign_fiche_client
{
	/*display:none;*/
	border-top: 1px #F3F3F3 solid ;;
}
.lign_tab_titre
{
	border-top: 1px #C2C2C2 solid ;
	border-bottom: 1px #C2C2C2 solid ; 
	font-weight: bold;
}
.col_tab_client
{
	/*text-align:center;*/
}
.col_tab_rapport
{
	text-align:left;
	padding: 20px 0 20px 0 ;
}
.col_tab_client a
{
	text-decoration: none;
	
}
.lien_reservation
{
	border: 1px #12930C solid;
	background-color: #12930C;
    padding: 3px;
	text-decoration: none;
	color:#fff;
}

.lien_preins_ext
{
	border: 1px #FF1919 solid;
	background-color: #FF1919;
    padding: 3px;
	text-decoration: none;
	color:#fff;
}
.type_resident
{
	background-color: #12930C;
    padding: 3px;
	color:#fff;
	width:90px;
	margin: 0px 0px 0px 25%;
}
.type_exterieur
{
	background-color: #FF1919;
    padding: 3px;
	color:#fff;
	width:50%;
	text-align:center;
}
.input_choix_client
{
	display:flex;
}
.input_resident
{
	background-color: #12930C;
	padding: 15px;
	color:#fff;
	width:50%;
	text-align:center;
	text-decoration: none;
	font-size: 28px;
	margin: 0px 2px 0px 0px;
}
.input_exterieur
{
	background-color: #FF1919;
    padding: 15px;
	text-decoration: none;
	color:#fff;
	width:50%;
	text-align:center;
	font-size: 28px;
	margin: 0px 0px 0px 2px;
}
/*------------------------ REGLAGE ADMIN   -----------------------------*/
.ensemble_module
{
	display: flex;
}
.module
{
	border: 1px blue solid;
	margin: 5px 5px 5px 5px;
}


/*------------------------ LISTE RESERVATION   -----------------------------*/
.resa_futur
{
	background-color: #CA0000 ;
	color: #fff ;
	padding: 3px;
	border: 1px #CA0000 solid;
	width: 50px;
}
.ajout_reservation
{
	/*color: #fff;*/
	width: 175px;
	border: 1px #fff solid;
	display:flex;
	background-color: #24A6D6;
	padding: 3px 3px 3px 3px;
	height:20px;
}
.ajout_reservation a
{
	/*width: 10px;*/
	color: #fff;
	float: left;
}
.p_ajout_reservation p
{
	width: 160px;
	height: 20px;
}
.resa_encours
{
	background-color: #12930C ;
	color: #fff ;
	padding: 3px;
	border: 1px #12930C solid;
	width: 65px;
	/*margin-right: none;*/
	/*margin: 0px 25% 0px 25%;*/
	/*float:center;
	text-align:center;*/
}
.resa_passe
{
	background-color: #000099 ;
	color: #fff ;
	padding: 3px;
	border: 1px #000099 solid;
	width: 60px;
}
/*------------------------ COL   -----------------------------*/

.col-lg-12
{
	width: 100%;
}
.col-lg-11
{
	width: 91.67%;
}
.col-lg-10
{
	width: 83.33%;
}
.col-lg-9
{
	width: 75%;
}
.col-lg-8
{
	width: 66.67%;
}
.col-lg-7
{
	width: 58.33%;
}
.col-lg-6
{
	width: 50%;
}
.col-lg-5
{
	width: 41.67%;
}
.col-lg-4
{
	width: 33%;
}
.col-lg-3
{
	width: 25%;
}
.col-lg-2
{
	width: 16.67%;
}
.col-lg-1
{
	width: 8.33%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}


.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  color: #c09853;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.alert h4 {
  margin: 0;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

.alert-block p + p {
  margin-top: 5px;
}


.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}


.control-group.warning > label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}

.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.warning .checkbox:focus,
.control-group.warning .radio:focus,
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}

.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

.control-group.error > label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}

.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.error .checkbox:focus,
.control-group.error .radio:focus,
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

.control-group.success > label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}

.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.success .checkbox:focus,
.control-group.success .radio:focus,
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}

.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}


.control-group {
  margin-bottom: 10px;
}

legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}

.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}

.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  line-height: 0;
  content: "";
}

.form-horizontal .control-group:after {
  clear: both;
}

.form-horizontal .control-label {
  float: left;
  width: 140px;
  padding-top: 5px;
  text-align: right;
}

.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 160px;
  *margin-left: 0;
}

.form-horizontal .controls:first-child {
  *padding-left: 160px;
}

.hide {
  display: none;
}
/*------------------------ FOOTER   -----------------------------*/

.footer
{
	background-color: #A9A9A9;
	Font-size: 26px;
	padding: 18px 18px 18px 18px;
	color: white;
}

.table_add_doc {
	width:100%;
	text-align:left;
}

.adresse_fiche {
	width:59%;
	display:inline-block;
	float:left;
}

.trans_fiche {
	margin-top:20px;
	width:59%;
	display:inline-block;
	float:left;
}

.doc_fiche {
	width:39%;
display:inline-block;
	float:right;
}

.reserv_fiche {
	width:100%;
display:inline-block;
	float:left;
}

.repas_fiche {
	width:100%;
display:inline-block;
	float:left;
}

/*FORM 2 RECHERCHE CLIENT */
.form-style-2 {
    margin:2px auto;
    width: 100%;
    padding: 0px 0px 0px 0px;
    font: 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.form-style-2 input[type=text], 
.form-style-2 input[type=date],
.form-style-2 input[type=datetime],
.form-style-2 input[type=number],
.form-style-2 input[type=search],
.form-style-2 input[type=time],
.form-style-2 input[type=url],
.form-style-2 input[type=email],
.form-style-2 input[type=tel],
.form-style-2 textarea, 
.form-style-2 select{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border:1px solid #BEBEBE;
    padding: 7px;
    margin:0px;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none; 
	
}
.form-style-2 input[type=text]:focus, 
.form-style-2 input[type=date]:focus,
.form-style-2 input[type=datetime]:focus,
.form-style-2 input[type=number]:focus,
.form-style-2 input[type=search]:focus,
.form-style-2 input[type=time]:focus,
.form-style-2 input[type=url]:focus,
.form-style-2 input[type=email]:focus,
.form-style-2 textarea:focus, 
.form-style-2 select:focus{
    -moz-box-shadow: 0 0 8px #88D5E9;
    -webkit-box-shadow: 0 0 8px #88D5E9;
    box-shadow: 0 0 8px #88D5E9;
    border: 1px solid #88D5E9;
}

.form-style-2 .field-submit, .form-style-2 input[type=button]{
    background: #009fe3;
    padding: 8px 15px 8px 15px;
    border: none;
    color: #fff;
	/*width : 49%*/
}
.form-style-2 .field-submit:hover, .form-style-2 input[type=button]:hover{
    background: #047cb6;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
}
.form-style-2 .field-cancel, .form-style-2 input[type=button]{
    background: #f18803;
    padding: 8px 15px 8px 15px;
    border: none;
    color: #fff;
	/*width : 49%*/
}
.form-style-2 .field-cancel:hover, .form-style-2 input[type=button]:hover{
    background: #eb6408;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
}

.form-style-2 .field-long{
    min-width: 300px;
	height:40px;
}
/*FORM 1 POPUP*/
.form-style-1 {
    margin:10px auto;
    max-width: 400px;
    padding: 0px 0px 0px 0px;
    font: 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.form-style-1 li {
    padding: 0;
    display: block;
    list-style: none;
    margin: 10px 0 0 0;
	
}
.form-style-1 label{
    margin:0 0 3px 0;
    padding:0px;
    display:block;
    font-weight: bold;
}
.form-style-1 input[type=text], 
 .form-style-1 input[type=file],
.form-style-1 input[type=date],
.form-style-1 input[type=datetime],
.form-style-1 input[type=number],
.form-style-1 input[type=search],
.form-style-1 input[type=time],
.form-style-1 input[type=url],
.form-style-1 input[type=email],
.form-style-1 input[type=tel],
.form-style-1 textarea, 
.form-style-1 select{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border:1px solid #BEBEBE;
    padding: 7px;
    margin:0px;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
height: 40px;	
}
.form-style-1 input[type=text]:focus, 
.form-style-1 input[type=date]:focus,
.form-style-1 input[type=datetime]:focus,
.form-style-1 input[type=number]:focus,
.form-style-1 input[type=search]:focus,
.form-style-1 input[type=time]:focus,
.form-style-1 input[type=url]:focus,
.form-style-1 input[type=email]:focus,
.form-style-1 textarea:focus, 
.form-style-1 select:focus{
    -moz-box-shadow: 0 0 8px #88D5E9;
    -webkit-box-shadow: 0 0 8px #88D5E9;
    box-shadow: 0 0 8px #88D5E9;
    border: 1px solid #88D5E9;
}



.form-style-1 span{
   
	color : #009fe3;
	text-transform : uppercase;
}

.form-style-1 .field-day{
    width: 19%;
	height:40px;
	color : rgb(128,128,128);
}

.form-style-1 .field-month{
    width: 49%;
	height:40px;
	color : rgb(128,128,128);
}

.form-style-1 .field-year{
    width: 29%;
	height:40px;
	color : rgb(128,128,128);
}

.form-style-1 .field-option{
	color : #000;
	height:40px;
}

.form-style-1 .field-divided{
    width: 49%;
	height:40px;
	display:inline-block;
}

.form-style-1 .field-divided-check{
    width: 20%;
	height:30px;
	vertical-align:middle;
}

.form-style-1 .field-long{
    width: 99%;
	height:40px;
}
.form-style-1 .field-select{
    width: 99%;
	height:40px;
	/*color : rgb(128,128,128);*/
}

.form-style-1 .field-divided-select{
    width: 49%;
	height:40px;
	color : rgb(128,128,128);
}
.form-style-1 .field-textarea{
    height: 100px;
}

.form-style-2 .field-long{
    width: 99%;
	/*height:40px;*/
}
.form-style-2 .field-divided{
    width: 49%;
	/*height:40px;*/
}
.erreur{
    background: #d72027;
    padding: 8px 0px 8px 0px;
    border: none;
    color: #fff;
	width : 100%;
	text-align:center;
}

.succes{
    background: #96c11f;
    padding: 8px 0px 8px 0px;
    border: none;
    color: #fff;
	width : 100%;
	text-align:center;
}

.form-style-1 .field-submit, .form-style-1 input[type=button], .field-res a{
	-webkit-appearance: none;
    background: #009fe3;
    padding: 8px 15px 8px 15px;
    border: none;
    color: #fff;
	width : 49%
}
.form-style-1 .field-submit:hover, .form-style-1 input[type=button]:hover, .field-res a:hover{
    background: #047cb6;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
}

.form-style-1 .field-cancel, .form-style-1 input[type=button], .field-add a , .field-add-res a {
	-webkit-appearance: none;
    background: #f18803;
    padding: 8px 15px 8px 15px;
    border: none;
    color: #fff;
	width : 49%
}
.form-style-1 .field-cancel:hover, .form-style-1 input[type=button]:hover, .field-add a:hover , .field-add-res a:hover {
    background: #eb6408;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
}

.field-trans a {
	 background: #12930C;
    padding: 8px 15px 8px 15px;
    border: none;
    color: #fff;
	width : 49%
	
}

.field-trans a:hover {
  background: #047508;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
	
}



.form-style-1 .required{
    color:red;
}

.field-add {
	    margin: 10px;
}

.field-add-res {
	    margin: 10px;
		float: right;
    display: inline-block;
}
.field-res {
	display: inline-block;
    float: left;
	 margin: 10px;
}









/*BOUTON ACTIF
*,:before,:after{
box-sizing:border-box;*/

/*transition
-webkit-transition:.25s ease-in-out;
   -moz-transition:.25s ease-in-out;
     -o-transition:.25s ease-in-out;
        transition:.25s ease-in-out;
outline:none;

}*/


#toggles{
width:60px;
margin-left:60px;
/*margin:50px auto;*/
text-align:center;
}
.ios-toggle,.ios-toggle:active{
position:absolute;
top:-5000px;
height:0;
width:0;
opacity:0;
border:none;
outline:none;
}
.checkbox-label{
display:block;
position:relative;
padding:10px;
margin-bottom:10px;
font-size:12px;
line-height:16px;
width:100%;
height:36px;
/*border-radius*/
-webkit-border-radius:18px;
   -moz-border-radius:18px;
        border-radius:18px;
background:#f35f42;
cursor:pointer;
}
.checkbox-label:before{
content:'';
display:block;
position:absolute;
z-index:1;
line-height:34px;
text-indent:40px;
height:36px;
width:36px;
/*border-radius*/
-webkit-border-radius:100%;
   -moz-border-radius:100%;
        border-radius:100%;
top:0px;
left:0px;
right:auto;
background:white;
/*box-shadow*/
-webkit-box-shadow:0 3px 3px rgba(0,0,0,.2),0 0 0 2px #f35f42;
   -moz-box-shadow:0 3px 3px rgba(0,0,0,.2),0 0 0 2px #f35f42;
        box-shadow:0 3px 3px rgba(0,0,0,.2),0 0 0 2px #f35f42;
}
.checkbox-label:after{
content:attr(data-off);
display:block;
position:absolute;
z-index:0;
top:0;
left:-60px;
padding:10px;
height:100%;
width:60px;
text-align:right;
color:#f35f42;
white-space:nowrap;
}
.ios-toggle:checked + .checkbox-label{
/*box-shadow*/
-webkit-box-shadow:inset 0 0 0 20px rgba(19,191,17,1),0 0 0 2px rgba(19,191,17,1);
   -moz-box-shadow:inset 0 0 0 20px rgba(19,191,17,1),0 0 0 2px rgba(19,191,17,1);
        box-shadow:inset 0 0 0 20px rgba(19,191,17,1),0 0 0 2px rgba(19,191,17,1);
}
.ios-toggle:checked + .checkbox-label:before{
left:calc(100% - 36px);
/*box-shadow*/
-webkit-box-shadow:0 0 0 2px transparent,0 3px 3px rgba(0,0,0,.3);
   -moz-box-shadow:0 0 0 2px transparent,0 3px 3px rgba(0,0,0,.3);
        box-shadow:0 0 0 2px transparent,0 3px 3px rgba(0,0,0,.3);
}
.ios-toggle:checked + .checkbox-label:after{
content:attr(data-on);
left:60px;
width:36px;
}
/* GREEN/RED CHECKBOX */

#checkbox1 + .checkbox-label{
/*box-shadow*/
-webkit-box-shadow:inset 0 0 0 0px rgba(19,191,17,1),0 0 0 2px #f35f42;
   -moz-box-shadow:inset 0 0 0 0px rgba(19,191,17,1),0 0 0 2px #f35f42;
        box-shadow:inset 0 0 0 0px rgba(19,191,17,1),0 0 0 2px #f35f42;
}
#checkbox1:checked + .checkbox-label{
/*box-shadow*/
-webkit-box-shadow:inset 0 0 0 18px rgba(19,191,17,1),0 0 0 2px rgba(19,191,17,1);
   -moz-box-shadow:inset 0 0 0 18px rgba(19,191,17,1),0 0 0 2px rgba(19,191,17,1);
        box-shadow:inset 0 0 0 18px rgba(19,191,17,1),0 0 0 2px rgba(19,191,17,1);
}
#checkbox1:checked + .checkbox-label:after{
color:rgba(19,191,17,1);
}
/* RED CHECKBOX */

#checkbox2 + .checkbox-label{
/*box-shadow*/
-webkit-box-shadow:inset 0 0 0 0px #f35f42,0 0 0 2px #dddddd;
   -moz-box-shadow:inset 0 0 0 0px #f35f42,0 0 0 2px #dddddd;
        box-shadow:inset 0 0 0 0px #f35f42,0 0 0 2px #dddddd;
}
#checkbox2:checked + .checkbox-label{
/*box-shadow*/
-webkit-box-shadow:inset 0 0 0 20px #f35f42,0 0 0 2px #f35f42;
   -moz-box-shadow:inset 0 0 0 20px #f35f42,0 0 0 2px #f35f42;
        box-shadow:inset 0 0 0 20px #f35f42,0 0 0 2px #f35f42;
}
#checkbox2:checked + .checkbox-label:after{
color:#f35f42;
}
/* BLUE CHECKBOX */

#checkbox3 + .checkbox-label{
/*box-shadow*/
-webkit-box-shadow:inset 0 0 0 0px #1fc1c8,0 0 0 2px #dddddd;
   -moz-box-shadow:inset 0 0 0 0px #1fc1c8,0 0 0 2px #dddddd;
        box-shadow:inset 0 0 0 0px #1fc1c8,0 0 0 2px #dddddd;
}
#checkbox3:checked + .checkbox-label{
/*box-shadow*/
-webkit-box-shadow:inset 0 0 0 20px #1fc1c8,0 0 0 2px #1fc1c8;
   -moz-box-shadow:inset 0 0 0 20px #1fc1c8,0 0 0 2px #1fc1c8;
        box-shadow:inset 0 0 0 20px #1fc1c8,0 0 0 2px #1fc1c8;
}
#checkbox3:checked + .checkbox-label:after{
color:#1fc1c8;
}

.form-login-admin {
    margin:10px auto;
    max-width: 400px;
    padding: 20px 12px 10px 20px;
    font: 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

@media (max-width: 1024px) {
	.form-login-admin {
	 max-width: 1024px;
	  font-size: 26px ;
	  line-height: 22px ;
	}
	.form-login-admin input{
	height : 100px;	
	 font-size: 26px ;
	}
	
}
.form-login-admin li {
    padding: 0;
    display: block;
    list-style: none;
    margin: 10px 0 0 0;
}
.form-login-admin .img {
	text-align: center;
}
.form-login-admin label{
    margin:0 0 3px 0;
    padding:0px;
    display:block;
    font-weight: bold;
}
.form-login-admin input[type=text], 
.form-login-admin input[type=password],
.form-login-admin input[type=datetime],
.form-login-admin input[type=number],
.form-login-admin input[type=search],
.form-login-admin input[type=time],
.form-login-admin input[type=url],
.form-login-admin input[type=email],
textarea, 
select{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border:1px solid #BEBEBE;
    padding: 7px;
    margin:0px;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;  
}
.form-login-admin input[type=text]:focus, 
.form-login-admin input[type=password]:focus,
.form-login-admin input[type=datetime]:focus,
.form-login-admin input[type=number]:focus,
.form-login-admin input[type=search]:focus,
.form-login-admin input[type=time]:focus,
.form-login-admin input[type=url]:focus,
.form-login-admin input[type=email]:focus,
.form-login-admin textarea:focus, 
.form-login-admin select:focus{
    -moz-box-shadow: 0 0 8px #88D5E9;
    -webkit-box-shadow: 0 0 8px #88D5E9;
    box-shadow: 0 0 8px #88D5E9;
    border: 1px solid #88D5E9;
}
.form-login-admin .field-divided{
    width: 49%;
}

.form-login-admin .field-long{
    width: 100%;
}
.form-login-admin .field-select{
    width: 100%;
}
.form-login-admin .field-textarea{
    height: 100px;
}
.form-login-admin input[type='submit'], .form-login-admin input[type='button']{
-webkit-appearance: none;
    background: #4B99AD;
    padding: 8px 15px 8px 15px;
    border: none;
    color: #fff;
}
.form-login-admin input[type=submit]:hover, .form-login-admin input[type=button]:hover{
    background: #4691A4;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
}
.form-login-admin .required{
    color:red;
}