/* ---------------------------------------------------
  					PAGE INDEX
   --------------------------------------------------- */


/* --------------------------------------
	Styles GENERAUX
   -------------------------------------- */


body {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
    background-color: #141414;
    color: #dfecf3;
    font: 14px/20px "Lato",sans-serif;
    margin: 0;
}

noscript{
	display: block;
	text-align: center;
	padding: 20px 2% 0 2%;
	color: #f4204d;
	font-size: 22px;

}

noscript a{
	text-decoration: none;
	color: #dfecf3;
}

noscript a:hover{
	text-decoration: underline;
	color: #dfecf3;

}

header{
	text-align: center;
	margin-top: 30px;
}

 h1{
	margin-top:8px;
	font-size: 18px;
    font-weight: normal;
	text-shadow: 0px 1px 0px;
}

footer {
	border-top: 1px solid #4d4e50;
    padding-top: 10px;
    
}


/* --------------------------------------
   Navbar
   -------------------------------------- */



.navbar{
/*	padding-left: 0;
	padding-right: 0;
	border-radius: 0; */
	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; 
}

.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;
	top: 10px;
	padding: 8px 5px;
	 	
	-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;
  /*  top: 43px; */
    width: 100%;
    z-index: 100;
}

.navbar-nav {
    margin-top: 0;
    margin-right: 7px;
}


.navbar-nav > li > a {
 border-radius: 0;
    padding-bottom: 13px;
    color: #fff;
    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: 76%;
    padding: 0 5%;

}

#rezo{
	width:100px; /* 184px; */
	position: absolute;
    top: 310px;
    right: 37px; /* 17px; */
}

#identite{
	margin-top: 30px;
}

#prenom{
	font-size: 36px;  
	font-variant:normal;
	font-weight:normal;
	text-shadow: 0px 1px 0px;
}

#identite p{
	
	font-variant:small-caps;
	font-size: 42px; 
	margin-bottom: -10px;
	text-shadow: 0px 1px 0px;
	
}

#tiret{
	width: 100px; 
}

#animatedIcon {
    float: right;
    height: 100px;
    width: 100px;
    margin-right: -3%;
}

#profil{
	font-size: 18px;
	line-height: 22px; 
	opacity: .9;
	width: 89%;
	margin: 5%;
    padding: 4% 5%;
	
}


#ico_html{

	width: 480px;
	margin-top: 0px;
	float: left;      
	margin-left: 2%;

}

#copyright{
	width: 300px;
	margin-left:20px;
	font-size: 13px;
	opacity:0.7;
}


/* --------------------------------------
	Styles CLASS
   -------------------------------------- */


.container {
    margin: 0 auto;
}

.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;
}



/* --------------------------------------
   Media Queries
   -------------------------------------- */

@media (max-width: 1024px) {

	#animatedIcon {
	    margin-right: -3.9%;
	}
	
	#ico_html{

		margin-left: 2.5%;

	}
}

@media (max-width: 940px) {

	#rezo{
        top: 285px;
    }

	#animatedIcon {
		margin-right: -4.4%;
	}
	
	#ico_html{

		/* margin-left: 0; */        

	}
}



/* Portrait & landscape phone */
@media (max-width: 768px) {


	#photo img{
		width: 80px; /* 70% */
	}


	#identite {
	    margin-top: 20px;
	}
	
	#identite p{
		font-size: 32px; 
	}
	

	#prenom{
		 font-size: 29px;
		
	}

    #rezo{
        width:45%;
        position: absolute;
        top: 106%;
        right: 28%;
    }

    .espacement{
        margin-left:1%;
        margin-right:1%;
    }


	h1 {
    	font-size: 15px ; /* 105% */

	}
	
	.navbar-responsive-collapse {
	    
	    top: 0 ; /* 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;
	}

	.police {
	    font-size: 15px;
	}

	
	#animatedIcon {
	    margin-right: -6.5%;
	}
	
	#profil{
		font-size: 18px;
		line-height: 20px; 
		width: 86%; /* 89% */
	}
	
	footer{
	    /* text-align: center; */
	}

	footer #ico_html img{
		height: 24px;
	    width: auto;
	}

	#ico_html {
		margin-left:0;
	   /* padding-left: 3%; */
	    width: 100%;
	}

	#copyright {
	    margin-left: 2%;
	    width: 70%;
	    font-size: 80%;
	    margin-top: -1%;
	    line-height: 143%;
	
	}
	
}


@media(max-width:740px){

	.navbar-responsive-collapse {	    
	    top: 43px ; /*  */	   
	}

	.navbar ul li {
	    text-align: left;
	    width: 95%;
	    margin: 4% 2%;
	}

	.nav > li > a {
    	padding: 10px 10px !important;
	}

}


@media screen and (max-width: 478px){
		

	#photo img{
		width: 80px; 
		height: 80px; 
	}

    #rezo{
			width:60%;
			top: 107%;
			right: 20%;
    }

    #rezo img{
        width: 25px !important;
        height: 25px !important;
    }
			
	h1 {
	    font-size: 15px; 

	}

	#identite p{
		width:100%;
		
		font-size: 32px; 
	}

	#prenom{
		 font-size: 29px;
		
	}

	#tiret {
	   width: 85px;
	   
	}

	.navbar-nav {
	    margin-bottom: 15px;
	    
	}

	.navbar ul li {
		width: 93%;
		margin: 0 auto;
	}
	
	.police {
	    font-size: 100%;
	}
	
	#animatedIcon {
	    height: 90px;
	    margin-right: -8.5%;
	    width: 90px;
	}

	#profil{
		font-size:117%;
		line-height: 119%; 
	}


	footer{

	    text-align: center;
	}

	footer #ico_html img{
		height: 24px;
	    width: auto;
	}

	#ico_html {
		margin-left:-1%;
	}

	#copyright {
	    margin-left: 0;
	    width: 70%;
	    font-size: 80%;
	    margin-top: 0;
	}
	


	
}

@media screen and (max-width: 400px){

	#animatedIcon {
	    margin-right: -9%;

	}

}

@media screen and (max-width: 320px){

	#rezo{
		width: 100%;
		top: 108%;
		right: 0;
	}

	#rezo img{
		width: 23px !important;
		height: 23px !important;
	}

	#main{
		width: 80%;
	}
	
	.navbar-nav {
	    margin-bottom: 15px;
	    margin-right: 0;
	}
	
	.navbar ul li {
		width: 90%;
		margin: 0 auto;
	}
	
	#animatedIcon {
	    height: 70px;
	    width: 60px;
	    margin-right: -7.5%;
	}

	#profil{
		font-size:113%; 
		line-height: 115%;
	}

	#copyright {
	   
	    margin-top: 5px;
	}


}