

body{
	margin: 0px;
	padding: 0px;
	font-family: Calibri, sans-serif;
	background-color: rgba(240,240,240,0.3);
	
}



h1, h2, h3{
	text-align: center;
	color: #333;
	font-weight: bolder;
}

h2{
	margin: 60px 0px;
}

h2:hover, h3:hover{
	color: #00368A;
	cursor: pointer;
}

h3{
	margin: 60px 0px;
}

h1{
	margin: 60px;
}

a{
	text-decoration: none;
}

li{
	list-style-type: none;
	margin: 20px;
}


#cv{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.menu{
	background-color: rgba(225,225,225,0.3);
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.aligner{
	display: inline;
	color: #333;
	margin: auto;
}

.lien{
	color: #333;
}

.presentation{
	background-color: #F7F7CD;
	width: 100%;
	border-bottom: 1px solid #333;
}

.presentation:hover{
	border-left: 2px dashed black;
	border-right: 2px dashed black;
}

.fa-lightbulb{
	margin-left: 60px;
}

.aeration{
	margin-bottom: 60px;
}

.experiences{
	background-color: #EBEDC5;
	width: 100%;
	border-bottom: 1px solid #333;
}

.experiences:hover{
	border-left: 2px dashed black;
	border-right: 2px dashed black;
}

.formations{
	background-color: #EEE;
	width: 100%;
	border-bottom: 1px solid #333;
}

.formations:hover{

	border-left: 2px dashed black;
	border-right: 2px dashed black;
}

.competense{
	background-color: #EFFFCE;
	width: 100%;
	border-bottom: 1px solid #333;
}

.competense:hover{
	border-left: 2px dashed black;
	border-right: 2px dashed black;
}

.design{
	margin-top: 0px;
	padding: 30px;
}

.pourcentage{
	float: right;
	margin-right: 36px;
	font-weight: bold;
}

.annule{
	display: none;
}

.annuleur{
	display: none;
}

.loisirs{
	background-color: #FFFCCF;
	width: 100%;
	border-bottom: 1px solid #333;
}

.loisirs:hover{
	border-left: 2px dashed black;
	border-right: 2px dashed black;
}

.contacts{
	background-color: #D5EBF0;
	width: 100%;
}

.contacts:hover{
	border-left: 2px dashed black;
	border-right: 2px dashed black;
}

.fa-envelope, .fa-mobile-alt, .fa-sms{
	color: #333;
}

.fa-envelope:hover, .fa-mobile-alt:hover, .fa-sms:hover{
	color: #0572A6;
}

.fa-map-marker-alt{
	color: rgba(255,0,0,0.66);
}

.fa-file-pdf{
	font-size: 100px;
	color: rgba(255,0,0,0.7);
	margin-left: 42%;
}

.fa-file-pdf:hover{
	color: red;
}

iframe{
	position: relative;
	left: 20px;
}




@media screen and (max-width: 767px){

#corps{
	overflow-x: hidden;
}

.contact{
	font-size: 14px;
}	

.bordure{
	margin-top: 50px;
	padding: 0px;
	position: absolute;
	width : 60%;
	margin-left: 20%;
	z-index: 1;
}

.ampoule-pc{
	display: none;
}

.ampoule-mobile{
	font-size: 12px;
}

#button_click{
	position: sticky;
	top: 0px;
	height: 70px;
	background-color: rgb(240,240,240);
	z-index: 9999;
}

#page_menu{
	display: none;
	width: 100%;
	position: sticky;
	top: 50px;
	z-index: 999;
	height: 800px;
	background-color: rgb(220,220,220);
}

#page_menus{
	display: none;
	width: 100%;
	position: sticky;
	top: 50px;
	z-index: 999;
	height: 1000px;
	background-color: rgb(220,220,220);
}

.fa-bars, .fa-xmark{
	font-size: 30px;
	position: relative;
	top: 20px;
	left: 20px;
}	


h1{
	font-size: 28px;
	margin-top: 250px;
	font-weight: bolder;
}

.bouton1, .bouton2, .bouton3, .bouton4, .bouton5, .bouton6{
	padding: 10px;
	margin-top: 40px;
}
	
.niveau{
	display: block;
	height: 100%;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}	
	
.jauges-competences{	
	height: 10px;
	margin-bottom: 10px;
	border-radius: 5px;
	background-color: rgba(225,225,225,0.7);
	margin-right: 36px;
}	

.a97{
	width: 97.99%;
	background-color: #00AAFF;
	animation-duration: 6s;
	animation-name: A97;
}

@keyframes A97 {
	from {
		width: 0%;
	}
	
	to {
	width: 97.99%;
}
}

.a97:hover{
	background-color: #0055FF;
	cursor: pointer;
}

.a90{
	width: 90.19%;
	background-color: #40E320;
	cursor: pointer;
	animation-duration: 6s;
	animation-name: A90;
}

@keyframes A90 {
	from {
		width: 0%;
	}
	
	to {
	width: 90.19%;
}
}

.a90:hover{
	background-color: #00AD20;
}

.a80{
	width: 80.57%;
	background-color: #40E320;
	cursor: pointer;
	animation-duration: 6s;
	animation-name: A80;
}

@keyframes A80 {
	from {
		width: 0%;
	}
	
	to {
	width: 80.57%;
}
}

.a80:hover{
	background-color: #00AD20;
}

.a69{
	width: 69.36%;
	background-color: #40E320;
	cursor: pointer;
	animation-duration: 6s;
	animation-name: A69;
}

@keyframes A69 {
	from {
		width: 0%;
	}
	
	to {
	width: 69.36%;
}
}

.a69:hover{
	background-color: #00AD20;
}

.a50{
	width: 50.01%;
	background-color: #40E320;
	cursor: pointer;
	animation-duration: 6s;
	animation-name: A50;
}

@keyframes A50 {
	from {
		width: 0%;
	}
	
	to {
	width: 50.01%;
}
}

.a50:hover{
	background-color: #00AD20;
}

.ajustement{
	position: relative;
	top: 66px;
}

.a95{
	width: 95.64%;
	background-color: #00AAFF;
	cursor: pointer;
	animation-duration: 6s;
	animation-name: A95;
}

@keyframes A95 {
	from {
		width: 0%;
	}
	
	to {
	width: 95.64%;
}
}

.a95:hover{
	background-color: #0055FF;
}

.a88{
	width: 88.47%;
	background-color: #00AAFF;
	cursor: pointer;
	animation-duration: 6s;
	animation-name: A88;
}

@keyframes A88 {
	from {
		width: 0%;
	}
	
	to {
	width: 88.47%;
}
}

.a88:hover{
	background-color: #0055FF;
}

.a70{
	width: 70.86%;
	background-color: #00AAFF;
	cursor: pointer;
	animation-duration: 6s;
	animation-name: A70;
}

@keyframes A70 {
	from {
		width: 0%;
	}
	
	to {
	width: 70.86%;
}
}

.a70:hover{
	background-color: #0055FF;
}
	
.efface-pc{
	display: none;
}	
	
.aligner{
	display: inline-block;
	color: #333;
}

.photo{
	width: 120px;
	height: 120px;
	float: right;
	margin: 20px;
	border: 2px dashed #333;
	position: relative;
	bottom: 30px;
	cursor: pointer;
	right: 10px;
}

.photo:hover{
	border: 2px solid black;
}

.fa-file-pdf{
	font-size: 50px;
}

.fa-file-pdf:hover{
	color: red;
}

button{
	width: 100%;
}

.pc{
	display: none;
}

.fa-lightbulb{
	font-size: 30px;
	cursor: pointer;
}

.fa-lightbulb:hover{
	color: #0128FF;
}

}



@media screen and (min-width: 768px){



#page_menu{
display: none;
}

#page_menus{
position: sticky;
top: 0px;
width: 100%;
display: block;
z-index: 1900;
}


.bordure{
	margin: 0px;
	padding: 0px;
	position: fixed;
	width : 100%;
}


.ampoule-mobile{
	display: none;
}

.ampoule-pc{
	font-size: 14px;
}
	
#button_click{
	display: none;
}	
	
	

.photo{
	width: 200px;
	height: 200px;
	float: right;
	margin: 20px;
	border: 3px dashed #333;
	position: relative;
	bottom: 60px;
	cursor: pointer;
	right: 40px;
}

.photo:hover{
	border: 3px solid black;
}


.competence{
	display: block;
	height: 100%;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.j97{
	width: 97.99%;
	background-color: #00AAFF;
	animation-duration: 8s;
	animation-name: J97;
}

@keyframes J97 {
	from {
		width: 0%;
	}
	
	to {
	width: 97.99%;
}
}

.j97:hover{
	background-color: #0055FF;
	cursor: pointer;
}

.j90{
	width: 90.19%;
	background-color: #40E320;
	cursor: pointer;
	animation-duration: 8s;
	animation-name: J90;
}

@keyframes J90 {
	from {
		width: 0%;
	}
	
	to {
	width: 90.19%;
}
}

.j90:hover{
	background-color: #00AD20;
}

.j80{
	width: 80.57%;
	background-color: #40E320;
	cursor: pointer;
	animation-duration: 8s;
	animation-name: J80;
}

@keyframes J80 {
	from {
		width: 0%;
	}
	
	to {
	width: 80.57%;
}
}

.j80:hover{
	background-color: #00AD20;
}

.j69{
	width: 69.36%;
	background-color: #40E320;
	cursor: pointer;
	animation-duration: 8s;
	animation-name: J69;
}

@keyframes J69 {
	from {
		width: 0%;
	}
	
	to {
	width: 69.36%;
}
}

.j69:hover{
	background-color: #00AD20;
}


.j50{
	width: 50.01%;
	background-color: #40E320;
	cursor: pointer;
	animation-duration: 8s;
	animation-name: J50;
}

@keyframes J50 {
	from {
		width: 0%;
	}
	
	to {
	width: 50.01%;
}
}

.j50:hover{
	background-color: #00AD20;
}

.ajustement{
	position: relative;
	top: 66px;
}

.j95{
	width: 95.64%;
	background-color: #00AAFF;
	cursor: pointer;
	animation-duration: 8s;
	animation-name: J95;
}

@keyframes J95 {
	from {
		width: 0%;
	}
	
	to {
	width: 95.64%;
}
}

.j95:hover{
	background-color: #0055FF;
}

.j88{
	width: 88.47%;
	background-color: #00AAFF;
	cursor: pointer;
	animation-duration: 8s;
	animation-name: J88;
}

@keyframes J88 {
	from {
		width: 0%;
	}
	
	to {
	width: 88.47%;
}
}

.j88:hover{
	background-color: #0055FF;
}

.j70{
	width: 70.86%;
	background-color: #00AAFF;
	cursor: pointer;
	animation-duration: 8s;
	animation-name: J70;
}

@keyframes J70 {
	from {
		width: 0%;
	}
	
	to {
	width: 70.86%;
}
}

.j70:hover{
	background-color: #0055FF;
}

.jauge-competence{	
	height: 10px;
	margin-bottom: 10px;
	border-radius: 5px;
	background-color: rgba(225,225,225,0.7);
	margin-right: 36px;
}

.efface-mobile{
	display: none;
}

.mobile{
	display: none;
}

button{
	float: left;
	padding: 5px;
}

.bouton1{
	width: 16%;
	padding: 10px;
}

.bouton2{
	width: 18%;
	padding: 10px;
}

.bouton3{
	width: 14%;
	padding: 10px;
}

.bouton4{
	width: 18%;
	padding: 10px;
}

.bouton5{
	width: 20%;
	padding: 10px;
}

.bouton6{
	width: 14%;
	padding: 10px;
}

.fa-user-edit, .fa-medal, .fa-award, .fa-graduation-cap, .fa-glass-cheers, .fa-address-card{
	float: left;
}

.fa-lightbulb{
	font-size: 40px;
	cursor: pointer;
}

.fa-lightbulb:hover{
	color: black;
}

}
