@font-face
{
	font-family:ari;
	src:url(fonts/ari.ttf) ;
}
@font-face
{
	font-family:MinionPro-Regular;
	src:url(fonts/Documentfonts/MinionPro-Regular.otf) ;
}
@font-face
{
	font-family:BlockBE-Condensed;
	src:url(fonts/Documentfonts/BlockBE%20Condensed.ttf) ;
}

@font-face
{
	font-family:TheSanBlaCap;
	src:url(fonts/Documentfonts/TheSanBlaCap) ;
}
@font-face
{
	font-family:LinotypeAroma;
	src:url(fonts/Documentfonts/LinotypeAromaBold.ttf) ;
}


body
{
	margin:0;
	padding:0 ;

	background:url(../img/Habillage-2026.png) no-repeat left top,
	url(../img/bg_authentification_final.png) no-repeat top center   ;
	overflow-x: hidden; 
	background-size: contain,cover;
}

.espace-sm
{
	margin-bottom:20px;
}
.espace-lg
{
	margin-bottom:40px;
}
.titre_autentification
{
	color:#FFF ;
	font-size:49px;
	font-family:BlockBE-Condensed;
}

.container
{
	margin-top:320px;
}

.description
{
	margin:15px;
	font-size:16px ;
	font-weight: 700;
	font-family:ari,Arial, Helvetica, sans-serif ;
	letter-spacing: 1px ;
}

#content
{
	padding:15px 25px;
	background:#FFF ;
	vertical-align:auto ;
	margin-top:auto ;
	border-radius:0px 0px 20px 20px;
	-moz-border-radius:0px 0px 20px 20px;
	-webkit-border-radius:0px 0px 20px 20px;

}



/* ********** footer ********** */ 
.footer
{
	background-color:#38943F ;
	color:#FFF !important ;
	 box-shadow: 0px 4px 26px #000 inset;

}
.footer a
{
	color:#FFF !important ;
	font-family:LinotypeAroma,Arial, Helvetica, sans-serif !important
}
.footer ul li
{
	padding-left:5%;
	padding-right:5%;
	border-left:2px solid #FFF ;
	margin:0px;
 ;
}
.footer ul li:nth-child(1) 
{
	border:none ;
}
.footer p 
{
	font-family:LinotypeAroma,Arial, Helvetica, sans-serif ;
	font-size:15px;
}
	
@media screen and (max-width : 768px) {
	.footer ul li{
            padding-left:0%;
			color:#F00 !important;
	padding-right:2%;
	padding-left:2%;
	font-size:12px ;
	border-left:2px solid #FFF ;
      }
}
@media screen and (max-width : 500px) {
	.footer ul li{
            padding-left:0%;
			color:#F00 !important;
	padding-right:1%;
	display:block;
	padding-left:5%;
	font-size:12px ;
	text-decoration:underline;
	border-left:0px solid #FFF ;
      }
}

.copyright
{
	font-size:14px;
	color:#000 ;
}
#date_depart , #date_retour
{
	background:url(../img/bouton%20rond+calendrier.jpg) center right no-repeat ;
}

/* ************************************************ */ 
legend
{
	background-color:#FFF ;
	width:50% !important ;
	margin:auto ;
	margin-left:25% !important;	
	color: #090;;
	border-bottom:none !important ;
	font-family:Georgia, "Times New Roman", Times, serif ;
	font-style:italic ;
	font-size:15px;
	text-align:center;
}
.cadre {
    background-color:#FFF ;
    margin: 15px auto 15px auto;
    padding: 10px;
    border: 2px solid #090;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
#form_autentification input
{
	font-size:18px ;
	font-family:LinotypeAroma;
}


.problem_cnx
{
	margin-top:15px !important;
}
.problem_cnx a 
{
	color:#000;
	text-decoration:underline;
	font-style:italic ;
}
#form_autentification .resultat
{
	display:none;
	padding:10px;
	font-size:14px;
	margin-top:50px !important;
	white-space:normal ;
}
.block-bouton
{
	background-color:#FFF ;
	width:392px;
	margin-top:-44px;
}

.input-erreur 
{
	border-color:#a94442 ;
}
.input-default
{
	border-color: #ccc ;
}
#form_autentification button
 {
	 background:url(../img/bouton-identification.jpg) no-repeat;
  border-radius: 10px;
  color: #ffffff;
  padding: 3px 3px 3px 3px !important;
  text-decoration: none;
  height:50px;
  width:49% ;
  font-size:20px;
  font-weight:bold ;
  font-family:"Arial ", Gadget, sans-serif ;
}
#form_autentification button a 
{
	text-decoration:none ;
  color: #ffffff;
}


#form_autentification input[type="password"], #form_autentification input[type="text"]
{
  background: #d9e0da;
  background-image: -webkit-linear-gradient(top, #d9e0da, #adb3b0);
  background-image: -moz-linear-gradient(top, #d9e0da, #adb3b0);
  background-image: -ms-linear-gradient(top, #d9e0da, #adb3b0);
  background-image: -o-linear-gradient(top, #d9e0da, #adb3b0);
  background-image: linear-gradient(to bottom, #d9e0da, #adb3b0);
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  font-family: Arial;
  font-size: 100%;
  text-decoration: none;
  color:#000 ;
}
#form_autentification input[type="password"]:focus, #form_autentification input[type="text"]:focus
{
	border-color:#999 !important ;
}
.text-danger {
    color: #a94442 !important;
}

/* *************** reinitialiser mot de passe et probleme de cnx *************** */
#form_probleme_cnx input[type="text"],
#form_probleme_cnx input[type="email"],
#form_probleme_cnx select ,
#form_probleme_cnx textarea,
 #form_reinitialiser_password input[type="email"]
{
  background: #d9e0da;
  background-image: -webkit-linear-gradient(top, #d9e0da, #adb3b0);
  background-image: -moz-linear-gradient(top, #d9e0da, #adb3b0);
  background-image: -ms-linear-gradient(top, #d9e0da, #adb3b0);
  background-image: -o-linear-gradient(top, #d9e0da, #adb3b0);
  background-image: linear-gradient(to bottom, #d9e0da, #adb3b0);
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  font-family: Arial;
  font-size: 100%;
  text-decoration: none;
  color:#000 ;
}
 #form_probleme_cnx select {
    line-height: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#form_probleme_cnx select {
	
 
    background: url(../img/bouton-rond+fleche.png) center right 2% no-repeat;
 background-color: #d9e0da;

}


#form_reinitialiser_password label
{
	line-height:50px;
}

#form_reinitialiser_password .resultat 
{
	display:none ;
	background-color:#d9534f;
	color:#FFF ;
	margin-top : 15px;
	margin-bottom: 15px;	
	padding:10px;
	font-size:14px;
	white-space:normal ;
}
#form_reinitialiser_password button , #form_probleme_cnx button
{
    color: #FFF;
    background-color: #38943F;
}
#form_probleme_cnx input ,#form_probleme_cnx select ,#form_probleme_cnx textarea
{
	margin-bottom:15px;
}

/* ******** top menu ** */ 
.top_menu a
{
	color:#FFF  ;

}
.top_menu a:hover
{
	color:#FFF  ;
	background-color: #38943F  ;

}
.top_menu ul
{
	width:100% ;
}
.top_menu li a
{
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	color:#FFF  ;
	background-color: #38943F  ;
	padding-top:5px;
	padding-bottom:5px;
	line-height:40px;
	font-size:15px;
	margin-right:5px;
	margin-bottom:5px;
}
.top_menu li a:hover
{
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	color:#FFF  ;
	background-color: #38943F  ;
	padding-top:5px;
	padding-bottom:5px;
	line-height:40px;
	font-size:15px;
	margin-right:5px;
	margin-bottom:5px;
}
.top_menu li a:visited 
{

	color:#FFF  ;
	background-color: #38943F  ;

}
.top_menu li:last-child
{
	margin-right:0% !important;
}


@media screen and (max-device-width: 767px)
{

	#login-content .blmd-header-wrapp {
	  clear: both;
	  position: relative;
	}
	#login-content .blmd-header-wrapp .blmd-switches {
	  position: relative;
	  z-index: 3;
	}
	#login-content .blmd-header-wrapp .blmd-switches > button {
	  position: absolute;
	  right: 1px;
	  top: 1px;
	  transition: all 1s;
	  border-radius: 57%;
	}
	#login-content .blmd-header-wrapp .blmd-switches > button.active {

	 background: #b51313;
	  transition: all 5s;*/
	}
	#login-content .blmd-continer {
	  overflow: hidden;
	}


	#login-content .blmd-continer .form-hidden {
	  max-height: 0;
	  overflow: hidden;
	  margin: 0;
	  transition: all 0.5s;
	}


	#login-content .blmd-continer #description.animate {
	  -webkit-animation: fadein .75s;
	  -moz-animation: fadein .75s;
	  -ms-animation: fadein .75s;
	  -o-animation: fadein .75s;
	  animation: fadein .75s;
	}
	#login-content .blmd-continer #description.animate-out {
	  -webkit-animation: fadeout .75s;
	  -moz-animation: fadeout .75s;
	  -ms-animation: fadeout .75s;
	  -o-animation: fadeout .75s;
	  animation: fadeout .75s;
	}
	#login-content .blmd-color-conatiner {
	  position: absolute;
	  right: 0;
	  top: 0;
	  left: 0;
	  bottom: 0;
	  border-radius: 3px;
	}
	.btn-blmd {
	  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
	  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
	  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
	  border-radius: 2px;
	}


	.ripple-effect {
	  position: relative;
	  overflow: hidden;
	  -webkit-transform: translate3d(0, 0, 0);
	  -moz-transform: translate3d(0, 0, 0);
	  -ms-transform: translate3d(0, 0, 0);
	  -o-transform: translate3d(0, 0, 0);
	  transform: translate3d(0, 0, 0);
	}
	.ink {
	  display: block;
	  position: absolute;
	  pointer-events: none;
	  border-radius: 50%;
	  -webkit-transform: scale(0);
	  -moz-transform: scale(0);
	  -ms-transform: scale(0);
	  -o-transform: scale(0);
	  transform: scale(0);
	  background: rgba(0, 0, 0, 0.2);
	  background: -webkit-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
	  background: -o-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
	  background: -moz-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
	  background: radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
	  opacity: 0.5;
	}
	.ink.animate {
	  -webkit-animation: ripple .75s linear;
	  -moz-animation: ripple .75s linear;
	  -o-animation: ripple .75s linear;
	  animation: ripple .75s linear;
	}
	@keyframes ripple {
	  100% {
	    opacity: 0;
	    -moz-transform: scale(2.5);
	    -ms-transform: scale(2.5);
	    -o-transform: scale(2.5);
	    -webkit-transform: scale(2.5);
	    transform: scale(2.5);
	  }
	}
	@-webkit-keyframes ripple {
	  100% {
	    opacity: 0;
	    -webkit-transform: scale(2.5);
	    -moz-transform: scale(2.5);
	    -ms-transform: scale(2.5);
	    -o-transform: scale(2.5);
	    transform: scale(2.5);
	  }
	}
	@-moz-keyframes ripple {
	  100% {
	    opacity: 0;
	    -moz-transform: scale(2.5);
	    -ms-transform: scale(2.5);
	    -o-transform: scale(2.5);
	    -webkit-transform: scale(2.5);
	    transform: scale(2.5);
	  }
	}
	@-ms-keyframes ripple {
	  100% {
	    opacity: 0;
	    -ms-transform: scale(2.5);
	    transform: scale(2.5);
	  }
	}
	@-o-keyframes ripple {
	  100% {
	    opacity: 0;
	    -o-transform: scale(2.5);
	    -moz-transform: scale(2.5);
	    -ms-transform: scale(2.5);
	    -webkit-transform: scale(2.5);
	    transform: scale(2.5);
	  }
	}
	.ripple-effect-All {
	  position: relative;
	  overflow: hidden;
	  -webkit-transform: translate3d(0, 0, 0);
	  -moz-transform: translate3d(0, 0, 0);
	  -ms-transform: translate3d(0, 0, 0);
	  -o-transform: translate3d(0, 0, 0);
	  transform: translate3d(0, 0, 0);
	}
	.ink-All {
	  display: block;
	  position: absolute;
	  pointer-events: none;
	  border-radius: 50%;
	  -webkit-transform: scale(0);
	  -moz-transform: scale(0);
	  -ms-transform: scale(0);
	  -o-transform: scale(0);
	  transform: scale(0);
	  background: #26a69a;
	  opacity: 1;
	}
	.ink-All.animate {
	  -webkit-animation: ripple-All 1.5s cubic-bezier(0.4, 0, 1, 1);
	  -moz-animation: ripple-All 1.5s cubic-bezier(0.4, 0, 1, 1);
	  -o-animation: ripple-All 1.5s cubic-bezier(0.4, 0, 1, 1);
	  animation: ripple-All 1.5s cubic-bezier(0.4, 0, 1, 1);
	}
	@keyframes ripple-All {
	  100% {
	    opacity: 1;
	    -moz-transform: scale(2.5);
	    -ms-transform: scale(2.5);
	    -o-transform: scale(2.5);
	    -webkit-transform: scale(2.5);
	    transform: scale(2.5);
	  }
	}
	@-webkit-keyframes ripple-All {
	  100% {
	    opacity: 1;
	    -webkit-transform: scale(2.5);
	    -moz-transform: scale(2.5);
	    -ms-transform: scale(2.5);
	    -o-transform: scale(2.5);
	    transform: scale(2.5);
	  }
	}
	@-moz-keyframes ripple-All {
	  100% {
	    opacity: 1;
	    -moz-transform: scale(2.5);
	    -ms-transform: scale(2.5);
	    -o-transform: scale(2.5);
	    -webkit-transform: scale(2.5);
	    transform: scale(2.5);
	  }
	}
	@-ms-keyframes ripple-All {
	  100% {
	    opacity: 1;
	    -ms-transform: scale(2.5);
	    transform: scale(2.5);
	  }
	}
	@-o-keyframes ripple-All {
	  100% {
	    opacity: 1;
	    -o-transform: scale(2.5);
	    -moz-transform: scale(2.5);
	    -ms-transform: scale(2.5);
	    -webkit-transform: scale(2.5);
	    transform: scale(2.5);
	  }
	}
	@keyframes fadein {
	  from {
	    opacity: 0;
	  }
	  to {
	    opacity: 1;
	  }
	}
	@-moz-keyframes fadein {
	  from {
	    opacity: 0;
	  }
	  to {
	    opacity: 1;
	  }
	}
	@-webkit-keyframes fadein {
	  from {
	    opacity: 0;
	  }
	  to {
	    opacity: 1;
	  }
	}
	@-ms-keyframes fadein {
	  from {
	    opacity: 0;
	  }
	  to {
	    opacity: 1;
	  }
	}
	@-o-keyframes fadein {
	  from {
	    opacity: 0;
	  }
	  to {
	    opacity: 1;
	  }
	}
	@keyframes fadeout {
	  from {
	    opacity: 1;
	  }
	  to {
	    opacity: 0;
	  }
	}
	@-moz-keyframes fadeout {
	  from {
	    opacity: 1;
	  }
	  to {
	    opacity: 0;
	  }
	}
	@-webkit-keyframes fadeout {
	  from {
	    opacity: 1;
	  }
	  to {
	    opacity: 0;
	  }
	}
	@-ms-keyframes fadeout {
	  from {
	    opacity: 1;
	  }
	  to {
	    opacity: 0;
	  }
	}
	@-o-keyframes fadeout {
	  from {
	    opacity: 1;
	  }
	  to {
	    opacity: 0;
	  }
	}
	.blmd-form .form-control {
	  z-index: 1;
	}

	.description 
	{
		margin: 0px ;
	}
	.description p 
	{
	  z-index: 2;
	  position: relative;
	  color: #fff
	}
	.description ul li 
	{
		color: #fff;
	}
	.container {
	    padding: 0px !important;
	     padding-left: 5px !important;
	     margin-right: 5px !important; 
	    margin-left: auto;
	}
	.block-bouton
	{
		width: 90% ;
		margin-left: 10% ;
		background: transparent; 
	}
	#form_autentification button
	{
		width: 40% ;
		font-size: 14px ;
		    background: #38943F;
	    color: #FFF !important;
	    box-shadow: 0px 1px 21px #545454 inset ;

	}
	.container {
    	margin-top: 130px;
	}
	.titre_autentification
	{
		font-size: 29px;
	}
}