/* ---------------------------------------------------
  					PAGE CONTACT
   --------------------------------------------------- */


/* --------------------------------------
   Styles GENERAUX
   -------------------------------------- */

body {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
    background-color: #141414;
    color: #dfecf3;
    font: 14px/20px "Lato",sans-serif;
    margin: 0;
}


a:hover, a:focus{
	text-decoration: none;
	color: transparent;
}

header{
    padding-top: 30px;
}

h1{
	
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 15px;
    margin-left: 70px;
    margin-top: 8px;
    width: 170px;
	text-shadow: 0px 1px 0px;
}

h2 {
    font-size: 22px;
    font-weight: normal;
    line-height: 155%;

}

fieldset {
    
    padding: 5%;
}

hr{
	margin-top: 10px;
}

label{
	font-weight: normal;
}

textarea.form-control {
    resize:none;
}


input.btn-primary {
    background-color: #4ca5d0;
    border-color: #4ca5d0;
    color: #fff;
    width: 64%;
    padding: 8px 12px;

}

input.btn-primary:hover,
input.btn-primary:focus,
input.btn-primary:active,
input.btn-primary.active{
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	background-color: #4ca5d0;
	color: #fff;
}

input.btn-danger {
    background-color: #d2322d;
    border-color: #d43f3a;
    color: #fff;
    width: 35%;
    padding: 9px 2px;
    font-size: 12px;
}

input.btn-danger:hover,
input.btn-danger:focus,
input.btn-danger:active,
input.btn-danger.active{
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	background-color: #d9534f;
	color: #fff;
}

footer {

	border-top: 1px solid #4d4e50;
    padding-top: 10px;
    margin-top: 3%;
    
}
 

label.error {
    background-color: #b94a48;
    color: #fdffff;
    display: block;
    font-size: 15px;
    margin-bottom: 10px;
    padding: 3px;
    text-align: center;
    width: 100%;
}



/* --------------------------------------
   Navbar
   -------------------------------------- */


.navbar{

	border-top: 0;
	border-radius: 0;
	height: 30px;
    margin: 45px auto 10px;
    padding: 5px 2px 10px 0;
    width: 100%;
	border-top: 0;
	background-color:#4ca5d0; 
	border: 0 none;
	
}

.navbar ul{
	float: right;
}

.navbar ul li{
	width: 120px;
	  text-align: center;
	  height: 45px;
	line-height: 43px;
}

.navbar ul li:hover a{
	display: block; /* -> this make all the block clickable */
	color: #162b56  ;	
	border-radius: 5px ; 
	background: url("../images/fond_contenu.png"); 
	color: #dfecf3;
	text-decoration: underline;
	
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;

}

.navbar-toggle{
	background-color: transparent;
	border: 1px solid #fff;
	padding: 0;
	margin-top: 0;
	top: 4px;
	padding: 8px 5px;
	border-radius: 2px;
	
	-webkit-transition:background 0.7s ease;
	-moz-transition:background 0.7s ease;
	-o-transition:background 0.7s ease;
	-ms-transition:background 0.7s ease;
	transition:background 0.7s ease;
	
}

.navbar-toggle:hover {
	background-color: #2881ac;
	border-radius: 8px;
	
	
}

.navbar-toggle:focus{
	background-color: #2881ac;
	
	
}

.navbar-toggle .toggle-text{
	color: #8d8d8d;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	line-height: 1px;
	padding-right: 5px;
	position: relative;
	top: -2px;
	
}

.navbar-toggle .toggle-bars{
	display: inline-block;
	margin-top: 5px;
}

.navbar-toggle .icon-bar {
    background-color: #fff;
    width: 35px;
}

.navbar-responsive-collapse{
	background-color: #4ca5d0; 
	border-radius: 0;
    height: auto;
    position: absolute;
    width: 100%;
    z-index: 100;
}

.navbar-nav {
    margin-top: 0;
    margin-right: 7px;
    margin-left: 0;

}


.navbar-nav > li > a {
 	border-radius: 0;
    padding-bottom: 13px;
    color: #fff;
    line-height: 22px;
     padding-left: 10px;
    
}

.navbar-nav > li > a:hover{
	background: url("../images/fond_contenu.png");
    color: #fff;

}

.navbar-nav > .active > a, 
.navbar-nav > .active > a:hover, 
.navbar-nav > .active > a:focus {
    color: #fff;
	background: url("../images/fond_contenu.png");
	text-decoration: underline;
	border-radius: 5px 5px 5px 5px ; 
		
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}



/* --------------------------------------
   Styles DIESE
   -------------------------------------- */


#test{
	height:40px;
}


#traitbleu{
	background-color:#4ca5d0;
	height:10px;
	position:fixed;
	margin-bottom:30px;
	width:100%;
	z-index:1000; 
}

#main{
	
    background: url("../images/fond_contenu.png");
    margin: 0 auto;
    width: 75%;
   

}

#tiret {
    margin-left: 92px;
    width: 100px;
}

#identite p {
    font-size: 42px;
    font-variant: small-caps;
    font-weight: normal;
    margin-bottom: -10px;
    margin-left: 40px;
    width: 325px;
	text-shadow: 0px 1px 0px;
}

#rezo{
	width: 100px; /* 184px; */
    position: absolute;
    top: 120px;
    right: 5px; /* 40px; */
}

#info {
    margin-bottom: 10%;
    margin-left: 7%;
}

#myform.col-md-6 {
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;

}

#fenetre {
    width: 100%;
}

#fenetre > h3 {
    margin-bottom: 0;
    margin-top: 0;
}

#contactform {
    border-radius: 5px;
    box-shadow: 0 0 3px 2px #eee;
}

#msgInOut{
	margin-left:45%;
	margin-top:80px;
	width:475px;
}

#ico_html{

	width: 480px;
	margin-top: 0px;
	float: left; 
	margin-left: 6%;

}

#copyright{
	width: 300px;
	margin-left:20px;
	font-size: 13px;
	opacity:0.7;
}



/* --------------------------------------
   Styles CLASS
   -------------------------------------- */

.container {
    margin: 0 auto;
}

.container .row {
    margin-left: 0;
    margin-right: 0;
}

.survol{
	-webkit-transition: all 200ms ease-in;
	-webkit-transform: scale(1);
	-ms-transition: all 200ms ease-in;
	-ms-transform: scale(1);
	-moz-transition: all 200ms ease-in;
	-moz-transform: scale(1);
	transition: all 200ms ease-in;
	transform: scale(1);

}

.survol:hover{
	/* box-shadow: 0px 0px 150px #000000;
	z-index: 2; */
	-webkit-transition: all 200ms ease-in;
	-webkit-transform: scale(1.5);
	-ms-transition: all 200ms ease-in;
	-ms-transform: scale(1.5);
	-moz-transition: all 200ms ease-in;
	-moz-transform: scale(1.5);
	transition: all 200ms ease-in;
	transform: scale(1.5);
}

.espacement{
 margin-left: 2px;
 margin-right: 2px;
}

.alignement{
	display:inline-block;
	vertical-align:top;
}

.colorfont{
	color: #dfecf3;
}

.couleur{
	color: #dfecf3;
  	opacity: 0.8;
  	line-height: 22px;
  	font-style: 16px;

}

.police {
    font-size: 17px ; 
    font-variant: small-caps;
}


.alert {
   
    margin-bottom: 20px;
    margin-top: 10px;
    padding: 10px;
    text-align: center;
}

.alert-success {
    background-color: #c9dac2; /* b3c4ac */    
    border-color: #c9dac2;
    color: #125413; 
}

.form-control {
	margin-bottom: 5px;
	background-color: #dfecf3;
	 border: 1px solid #ddd;
	 color: #222;
}

.label-info {
    background-color: #187d9b;
    font-weight: normal;
}

.actions{
	margin-top: 15px;
}

.hidden{
	display: none;
	visibility: hidden;
}


/* --------------------------------------
   Media Queries
   -------------------------------------- */

@media (max-width: 1024px) {
	
	#myform.col-md-6 {margin: 0; }
	
	/* #msgInOut{
		margin-left:360px;
		width:390px;
	} */
	
	#msgInOut h4{font-size: 100%;}


	#ico_html{margin-left: 8%;}



}

@media (max-width: 970px) {


	#myform.col-md-6 {margin: 0 10%;}

	input.btn-danger {
	    
	    padding: 9px 2px;
	    font-size: 13px;
	}

	#msgInOut{margin-left:40%;}

	#ico_html{margin-left: 9%;}

	

}


@media (max-width: 768px) {

	/* Styles GENERAUX
	---------------------------  */
	header {
	    margin-left: 0;
	    text-align: center;
	}

	h1{
		font-size: 17px;
		margin-left: 12px;

	}

	h2 {
	    font-size: 21px; 
	}

	#info {
	    margin-left: 4%;
	}

	label.error {
	    font-size: 100%;
	}

	input.btn-danger {
	    
	    padding: 6px 10px;
	    font-size: 14px;
	}

	input[type="reset"], input[type="submit"] {
	    width: 100%;
	    margin-top: 2%;

	}
	
	footer{
	/*	text-align: center; */
		margin-left: 0;
	    padding-left: 3%;
	}
	
	footer #ico_html img{
		height: 24px;
	    width: auto;
	}

	/*
	 Styles DIESE
	---------------------------  */

	#tiret {
	    margin-left: 0;
	}

	#identite p {
		font-size: 39px;
		margin-left: 0;
		width: 100%;
	}

	#identite p span{
		font-size: 34px;
	}

	#rezo{
		width:40%;
		top: 107%; /* 22%; */
		right: 30%;
	}

	#msgInOut{display:none;}

	#ico_html {
		margin-left: 3%;
	    width: 100%;
	}

	#copyright {
	    margin-left: 2%;
	    width: 70%;
	    font-size: 80%;
	    line-height: 143%;
	    margin-top: -1%;
	}



	/* Styles CLASS
	---------------------------  */

	.espacement{
		margin-left: 1%;
		margin-right: 1%;
	}

	.navbar-responsive-collapse {	    
	    top: 0px;  /* 43px */ 	   
	}

	.navbar ul {
	    float: left;
	}	

	.navbar-nav {
	    margin-top: 8px;	/* 25px */ 
	    width: 100%;
	    margin-bottom: 0px;	/* 15px */
		margin-right: 0px; 
	}
	
	.navbar ul li {	   	    
	    text-align: center;	/* left */
	    width: 21%;	/* 96% */
	    margin: 0 2%;
	}


	.navbar-nav > li > a {
	 	padding-bottom: 20px;    
	    padding-left: 0px;   
    	padding-top: 15px ;
    	line-height: 30px ;
	    
	}

	.nav > li > a {
		padding: 10px 0px !important;

	}

	#myform.col-md-6 {
   
	    margin: 0 7%;

	}
	
	.police {
	    font-size: 100%;
	    
	}


}



@media(max-width:740px){

	.navbar-responsive-collapse {	    
	    top: 43px ; /*  */	   
	}

	.navbar ul li {
	    text-align: left;
	    width: 96%;
	    margin: 4% 2%;
	}

	.nav > li > a {
    	padding: 10px 10px !important;
	}

}


@media screen and (max-width: 478px){
		
			
	h1 {
	    font-size: 15px; 
		margin-left: 0;
		width: 100%;
	}

	h2 {
	    font-size: 20px;
	}

	#fenetre > h3 {
	    font-size: 125%;	
	}

	#info {
	    margin-left: 0;
	    padding-left: 0;
	}

	#myform.col-md-6 {
   
	    margin: 0 4%;

	}

	fieldset{
		padding-left: 5%;
		padding-right: 5%;
	}
	
	p > span.label{
		font-size: 70%;
		font-weight: normal;
	}

	label.error {
	    font-size: 90%;
	}

	footer{
	     text-align: center; 
	}






	/* Styles DIESE
	---------------------------  */


	#tiret {
	   width: 85px;
	}

	#identite p {
	   font-size: 35px;
	   margin-left: 0;
	   width: 100%;
	}

	#identite p span{
		font-size: 30px !important;
	}

	#rezo{
		width:45%;
		top: 110%;
		right: 27%;
	}

	#rezo img{
	   width: 24px !important;
	   height: 24px !important;
	}

	#ico_html {
		margin-left: -2%;
	}

	#copyright {
	    margin-left: 0;
	    width: 70%;
	    font-size: 80%;
	    margin-top: 0;
	}
	
	/* Styles CLASS
	---------------------------  */

	.navbar-nav {
	    margin-bottom: 15px;
	    
	}
/*	
	.navbar ul li {
		width: 92% !important;
	}
*/
	.alert-success {
	    
	    width: 100%;
	}

	.form-group{
		width: 100%;
	}
	

	.police {
    	font-size: 100%;
    
	}

	
}

@media screen and (max-width: 320px){

	#main{
		width: 80%;
	}

	#identite p {
	   font-size: 28px;
	   margin-left: 0;
	   width: 100%;
	}

	#identite p span{
		font-size: 24px !important;
	}

	#rezo{
		width: 100%;
		right: 1%;
		top: 113%;
	}

	#rezo img{
		width: 20px !important;
		height: 20px !important;
	}

	h2 {
	    font-size: 19px; 
	}

	.col-sm-12{
		padding-left: 11px;
	}

	.navbar-nav {
	    margin-bottom: 15px;
	    
	}

	.form-group{
		width: 100%;
	}
	
	p > span.label{
		font-size: 67%;
	}

	label.error {
	    font-size: 80%;
	}
	#info {
	    text-align:center;
	}
	
	#copyright {
	   
	    margin-top: 5px;
	}

}