/* ---------------------------------------------------
  					PAGE COMPETENCE
   --------------------------------------------------- */


/* --------------------------------------
	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;
}

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{
    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: 20px;
    font-weight: normal;
    line-height: 155%;
   /* margin-left: 6%; */
}

h3{
	line-height: 110%;
	padding: 5% 0;
	font-size: 18px;
	font-weight: normal;
	margin-left: 6%;

}


ul {
	list-style: none;
	padding: 0;
}


ul.langage{
	float: left;
	margin-left:  30%; 
	margin-bottom: 30px;
}


footer {

	border-top: 1px solid #4d4e50;
    padding-top: 10px;
    
}


/* --------------------------------------
   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; 
	
}

.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;
	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;
}


.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: 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: 17px; /* 40px; */
}

#compet1 #front.col-sm-5{
	margin-left: 4.5%;
}

#compet1 #back.col-sm-5 {
	margin-left: 5%;
}

#compet2{
	padding: 0 21px;
}

#compet2 .col-md-6{
	width: 50%;
}

#compet2 .col-sm-12{
	width: 50%;
}

#bloc1{
	margin-left: 3.5%;
}

#cv{
	
	margin-left: 60%; 
	margin-bottom: 30px;

}

#CV a{
	font-size: 10px;
}

#cv a:hover, #cv a:link{
	text-decoration: underline;
	color: #dfecf3;

}

#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
   -------------------------------------- */

.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;

}

.mescompetences {
    margin-left: 13%;
}

.police {
    font-size: 17px ; 
    font-variant: small-caps;
}





/* --------------------------------------
   Media Queries
   -------------------------------------- */




@media (max-width: 1024px) {

	h3 {
		
		margin-left: -4%;
	}
	
	#compet1 #front.col-sm-5{
		margin-left: 5%;
	}

	#bloc1{
		margin-left: 7%;
	}

	#compet1 #back.col-sm-5 {
		margin-left: 3%;
	}
	
	ul.langage {
	
		margin-left: 21%;

	}

	#ico_html{

		margin-left: 8%;

	}


}

@media (max-width: 940px) {

	
	h3 {
		
		margin-left: 2%;
	}
	
	ul.langage {
		margin-left: 29%;
	}
	
	#compet1 #front.col-sm-5{
		margin-left: 6.5%;
	}

	#ico_html{

		margin-left: 8%;

	}	

}

@media (max-width: 768px) {

	
	/* Styles GENERAUX
	---------------------------  */
	
	header {
	    margin-left: 0;
	    text-align: center;
	}

	h1{
		font-size: 17px;
		margin-left: 12px;

	}

	
	h2 {
	    font-size: 130%;
	    margin-left: 6%;
	}


	h3{
		font-size: 127%;
		margin-left: 12%;
	}

	ul.langage{
		
		margin-left: 24%; 
		
	}


	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%;
 	}

	#compet1 #front.col-sm-5 {
	    margin-left: 0;
	}

	#compet1 #back.col-sm-5 {
	    margin-left: 0;
	}

	#front > p{
	    
	    width: 82%;
	}

	#back > p{
	    
	    width: 82%;
	}

	#compet2{
		padding: 0 5px;
	}

	#compet2 .col-sm-12{
		width: 100%;
	}

	#compet2 .col-sm-6{
		width: 48%;
	}


	#bloc1{
		margin-left: 0;
	}


	#cv{
	
		margin-left: 30%; 
		margin-top: 5%; 

	}

	#ico_html {
		margin-left:6%;
	    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: 0;
	}
	  
	.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;
	}

	
	.mescompetences {
	    margin-left: 12%;
	}


	.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){
		
	
	/* Styles GENERAUX
	---------------------------  */
			
	h1 {
	    font-size: 15px; 
		margin-left: 0;
		width: 100%;
	}
/*	
	.navbar ul li {
		width: 95%;
	}
*/
	h2 {
	    margin-left: 0;
	}
	

	h3{
		font-size: 127%;
		margin-left: 10%;
	}

	ul.langage {
	    margin-left: 21%;
	}

	footer{
	    text-align: center;
	    padding-left: 2.5%;		
	}

	footer #ico_html img{
		height: 24px;
	    width: auto;
	}



	/* 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;
	}

	#front > p{
	    
	    width: 88%;
	}

	#back > p{
	    
	    width: 88%;
	}

	#compet2 .col-sm-6 {
	    padding-left: 0;
	    padding-right: 0;
	    
	}

	#cv{
		
		margin-left: 20%;
		margin-top: 15%;  

	}

	#ico_html {
		margin-left: 1%;
	}

	#copyright {
	    margin-left: 0;
	    width: 70%;
	    font-size: 80%;
	    margin-top: 0;
	}
	
	
	/* Styles CLASS
	---------------------------  */

	.navbar-nav {
	    margin-bottom: 15px;
	    
	}

	.mescompetences{
		margin-left: 6%; 
					 
	}

	.police {
    	font-size: 100%;
    
	}

	
}

@media screen and (max-width: 320px){

	#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;
	}

	#main{
		width: 80%;
	}
	
	h2 {
	    font-size: 133%;
	}

	h3{
		font-size: 125%;
	}

	#cv{
	
		margin-left: 10%;
		margin-top: 20%; 

	}
	
	#copyright {
	   
	    margin-top: 5px;
	}

	.navbar-nav {
	    margin-bottom: 15px;
		
	    
	}
/*	
	.navbar ul li {
		width: 92%;
	}
*/
	





}