@charset "utf-8";
/* CSS Document */

html{
	box-sizing: border-box;
	/*padding: 15px !important;*/
	height: 100%;
}

html *{
	font-family: 'Montserrat', sans-serif !important;
}

body{
	height: 100%;
	overflow-x: hidden;
}

.flexRow{
	display: flex;
	flex-direction: row;
}

.flexCol{
	display: flex;
	flex-direction: column;
}

.contentaround{
	justify-content: space-around;
}

.contentbetween{
	justify-content: space-between;
}

.contentright{
	justify-content: right;
}

.contentcenter{
	justify-content: center;
}

.contentend{
	justify-content: flex-end;
}

.noMarginLeft{
	margin-left: 0px;
}

.noPadding{
	padding: 0 !important;
}

.noPaddingLeft{
	padding-left: 0px;
}

.textCenter{
	text-align: center;
}

.textRight{
	text-align: right;
}

.textBold{
	font-weight: bold;
}

.hidden{
	display: none;
}

.relative{
	position: relative;
}

.absolute{
	position: absolute;
}

body{
	height: 100%;
	overflow-x: hidden;
	margin:0;
	padding: 0;
	overflow-x: hidden;
	overflow:warp;
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: none;
}

.fontWhite{
	color:#fff;
}


.homepage{
	background-image: url(../_img/homepage-4.jpg);
	height: 770px;
	bottom: 0px;
	position: relative;
	width:100%;
}

.row{
	margin-right: 0 !important;
	margin-left: 0 !important;
}

#h1Acceuil{
	text-align: center;
	color: #fff;
	font-weight: bold;
	position: relative;
	left: 586px;
	top: -31px;
	font-size: 65px;
	width: 580px;
}

.headerIndex path, .headerIndex polygon, .headerIndex rect{
	stroke: #fff;
	fill: #fff;
	stroke-dasharray: 1800;
	opacity: 10;
	animation: animatePath 2s cubic-bezier(0,0,1,1);

}

#Calque_1{
	position: relative;
	top: 0;
	left: 0;
}

.indexH5{
	text-align: center;
	margin-bottom: 50px;
}

@keyframes animatePath {
	0% {
		opacity: 0;
		fill:none;
		stroke-dashoffset: 1800;
	}
	
	30% {
		opacity: 10;
		fill:none;
		stroke-dashoffset: 1800;
	}
	
	90% {
		fill: rgba(255,255,255,0);
	}
	
	100% {
		opacity: 10;
		fill: rgba(255,255,255,1);
		stroke-dashoffset: 0;
	}
}


@-webkit-keyframes rotation {
	from{
		-webkit-transform: rotate(360deg);
	}
	to{
		-webkit-transform: rotate(0deg);
	}
}

.rotation{
	-webkit-animation:rotation 15s linear infinite;
}
.rotationPetit{
	-webkit-animation:rotation 7s linear infinite;
}


@-webkit-keyframes rotationInv {
	from{
		-webkit-transform: rotate(0deg);
	}
	to{
		-webkit-transform: rotate(360deg);
	}
}

.rotationInv{
	-webkit-animation:rotationInv 8s linear infinite;
}


@media only screen and (min-width:451px){
	#rond_gros{
		position: absolute;
		left: 694px;
		top: 249px;
	}

	#rond_moyen{
		position: absolute;
		left: 720px;
		top: 276px;
	}

	#rond_petit{
		position: absolute;
		left: 736px;
		top: 291px;
	}

}


















.timeline{
	position:relative;
	margin: 0 auto;
	padding:20px 0;
	width:1000px;
	box-sizing: border-box;
}

.timeline:before{
	content:'';
	position: absolute;
	left:50%;
	width:2px;
	height: 90%;
	background:black;
}

.timeline ul{
	margin:0;
	padding: 0;
		
}

.timeline ul li{
	list-style: none;
	position: relative;
	width:50%;
	padding: 20px 40px;
	box-sizing: border-box;
}

.timeline ul li:nth-child(odd){
	float: left;
	text-align: right;
	clear: both;
	
}

.timeline ul li:nth-child(even){
	float: right;
	text-align: left;
	clear: both;
}

.content{
	padding-bottom: 20px;
}

.timeline ul li:nth-child(odd):before{
	content: '';
	position: absolute;
	top:35px;
	right:-6px;
	width:10px;
	height: 10px;
	background: rgba(233,33,99,1);
	border-radius: 50%;
	box-shadow: 0 0 0 3px rgba(233,33,99,0.2);
}
.timeline ul li:nth-child(even):before{
	content: '';
	position: absolute;
	top:35px;
	left:-4px;
	width:10px;
	height: 10px;
	background: rgba(233,33,99,1);
	border-radius: 50%;
	box-shadow: 0 0 0 3px rgba(233,33,99,0.2);
}

.timeline ul li h3{
	margin:0;
	padding: 0;
	font-weight: 600;
	color:rgba(233,33,99,1);
}

.timeline ul li p{
	margin: 10px 0 0;
	padding: 0;
	color:black;
}

.timeline ul li .time h4{
	margin: 0;
	padding:0;
	font-size:14px;
	font-weight: bold;
	
}

.timeline ul li:nth-child(odd) .time h4{
	text-align: left;
	margin:0;
	padding: 8px 16px;
	background: rgba(233,33,99,1);
	color:#fff;
	border-radius: 18px;
	box-shadow: 0 0 0 3px rgba(233,33,99,0.3);
	position: inherit;
}

.timeline ul li:nth-child(odd) .content h4{
	text-align: left;
	margin:10px 0;
	padding: 8px 16px;
	background: rgba(110,205,221,1);
	color:#fff;
	border-radius: 18px;
	box-shadow: 0 0 0 3px rgba(110,205,221,0.3);
	position: inherit;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
	cursor: pointer;

}

.timeline ul li:nth-child(even) .time h4{
	text-align: right;
	margin:0;
	padding: 8px 16px;
	background: rgba(233,33,99,1);
	color:#fff;
	border-radius: 18px;
	box-shadow: 0 0 0 3px rgba(233,33,99,0.3);
	position: absolute;
	top: 0px;
	right: 0px;
}

.timeline ul li:nth-child(even) .content h4{
	text-align: right;
	margin:0;
	padding: 8px 16px;
	background: rgba(110,205,221,1);
	color:#fff;
	border-radius: 18px;
	box-shadow: 0 0 0 3px rgba(110,205,221,0.3);
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;

}


.timeline ul li:nth-child(odd) .time{
	position: absolute;
	top:23px;
	right: -460px;
	width:420px;

	
}

.timeline ul li:nth-child(even) .time{
	position: absolute;
	top:23px;
	left: -460px;
	width:420px;
}

.indexH2{
	text-align: center;
	font-size: 60px;
	padding-top: 25px;
}

.indexH3{
	text-align: center;
	font-size: 40px;
	padding-top: 15px;
}

@media (max-width:1000px){
	.timeline{
		width:100%;
		margin-top:25px;
		
	}
}
@media (max-width:899px){
	.me{
		display: none;
	}
	.meMobile{
		display: block;
	}
	.about{
		height:1000px;
	}
	.para2{
		text-align: center;
		border: 2px solid rgba(233,33,99,1);
		padding: 18px 0 20px;
		
	}
	.para3{
		font-size: 35px;
		width: 100%;
	}
	.bioMobile{
		position: absolute;
		width: 100%;
		text-align: justify;
		padding: 10%;
		height: 160px;

	}
	
}
@media (min-width:900px){
	.me{
		display: block;
	}
	.meMobile{
		display: none;
	}
	.about{
		height: 570px;
	}
	.para2{
		text-align: left;
	}
	.para3{
		font-size: 28px;
		width: 60%;
	}
	.bioMobile{
		display:none;
	}
	.contactForm{
		top:-157px;
	}

	
}


@media (max-width:767px){
	.indexH2{
		text-align: center;
		font-size:40px;
		padding: 0 20px;
		
	}
	.timeline:before{
		left:20px;
		top: -10px;
		
	}
	.timeline ul li:nth-child(odd),
	.timeline ul li:nth-child(even){
		width:100%;
		text-align: left;
		padding-left: 50px;
		padding-bottom: 50px;
	}
	.timeline ul li:nth-child(odd):before,
	.timeline ul li:nth-child(even):before{
		top:-18px;
		left:16px;
	}
	.timeline ul li:nth-child(odd) .time,
	.timeline ul li:nth-child(even) .time{
		top:-30px;
		left:50px;
		right:inherit;
		text-align: left;
		width:280px;
	}
	.navSticky{
		display:none;
	}
	.timeline ul li h3{
		font-size: 19px;
	}
	
	.timeline ul li:nth-child(even) .time h4{
		left:0;
		text-align: left;
		width:auto;
		position: relative
	}
	
	
	.timeline ul li:nth-child(even) .time{
		width:auto;
	}
	.toScroll{
		height:290px;
		overflow:scroll;
		overflow-y:hidden;
		
	}
	.toScroll::-webkit-scrollbar{
		display: none;
	}
	.scroll{
		width:1080px;
		padding: 0 50px 0 30px;
	}
	.containerContact {
		min-width: 80vw;
	}
	.side{
		padding: 20px 0;
	}
	.front h2{
		margin: 7% 0 0 0%;
		font-size: 29px;
	}
	.contactForm{
		top:0px;
	}

	
}

@media (min-width:768px){
	.containerContact {
    	min-width: 700px;
	}
	.side{
		padding: 20px 50px;
	}
	.contactForm{
		align-items: center;
	}
	.front h2{
	margin: 7% 0 0 -38%;
	font-size: 44px;
	}
}


.containerCharts{
	background-color: #1a1a1a;
}

.containerSkills{
	width:100%;
	height: 400px;
	
}

.containerSkills .containerSkillsH3{
	text-align: center;
	color:#fff;
	padding-top:25px;
}

.containerSkills .boxSkills{
	width:20%;
	float:left;
	text-align: center;
}


.containerSkills .boxSkills .chart{
	width:180px;
	height: 180px;
	margin: 30px auto;
	text-align: center;
	font-size: 30px;
	line-height: 180px;
	color:#00ffff;
}

.containerSkills .boxSkills canvas{
	position: relative;
	top:-180px;
	left:0;
	
}

.containerSkills .boxSkills .boxSkillsH3{
	text-align: center;
	text-transform: capitalize;
	font-size: 20px;
	color:#fff;
}

.containerSkills .boxSkillsDomaine{
	width:25%;
	float:left;
	text-align: center;
}

.containerSkills .boxSkillsDomaine canvas{
	position: relative;
	top:-180px;
	left:0;
	
}

.containerSkills .boxSkillsDomaine .boxSkillsH3{
	text-align: center;
	text-transform: capitalize;
	font-size: 20px;
	color:#fff;
}

.containerSkills .boxSkillsDomaine .chartDomaine{
	width:180px;
	height: 180px;
	margin: 30px auto;
	text-align: center;
	font-size: 30px;
	line-height: 180px;
	color:rgba(233,33,99,1);
}


.containerSkills .boxSkills .chartLogiciel{
	width:180px;
	height: 180px;
	margin: 30px auto;
	text-align: center;
	font-size: 30px;
	line-height: 180px;
	color:#ffffff;
}

.about{
	width:100%;
}

.bio{
	display: inline-block;
	text-align: left;
}

.name{
	position: absolute;
	left: 0;
	padding: 0 20px;
	width: 62%;
	top:60%;
}

.nameMobile{
	position: absolute;
	top: 480px;
	width: 80%;
	text-align: left;
}

.nameMobile h4{
	font-size: 20px;
}

.bioMobile .philo .para1{
	font-size: 21px;
}

.philo{
	position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    padding: 20px;
}

.para2{
    font-size: 20px;
    margin-top: 37px;
}

.para3{
	text-align: center;
    font-weight: bold;
    margin-top: 18px;
}


.photoCE{
	width:320px;
	height: auto;
	bottom: 0;
    right: 0;
    position: absolute;
}

.photoCEMobile{
	width:300px;
	height: auto;
	bottom: 0;
    right: 0;
    position: absolute;
}


.me{
	position: relative;
	top:0;
	left:50%;
	transform: translate(-50%,10%);
	width:800px;
	height:480px;
	background: white;
	box-sizing: border-box;
	
}

.me .contentMe{
	position: absolute;
	top:15px;
	left:15px;
	right:15px;
	bottom:15px;
	border: 2px solid #00ffff;
	padding: 30px;
	text-align: center;
	
}

.me svg, .me svg rect{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	fill:transparent;
}

.me svg rect{
	stroke:rgba(233,33,99,1);
	stroke-width:4;
	stroke-dasharray:640;
	animation: animate 6s linear infinite;
}

.meMobile{
	position: relative;
	top:0;
	width:80%;
	height:330px;
	background: white;
	box-sizing: border-box;
	left: 10%;
	margin: 20px 0;
	
}



.meMobile .contentMeMobile{
	position: absolute;
	top:15px;
	left:15px;
	right:15px;
	bottom:15px;
	border: 2px solid #00ffff;
	padding: 30px;
	text-align: center;
}

.meMobile svg, .meMobile svg rect{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	fill:transparent;
}

.meMobile svg rect{
	stroke:rgba(233,33,99,1);
	stroke-width:4;
	stroke-dasharray:310;
	animation: animateMobile 6s linear infinite;
}

@keyframes animate{
	0%{
		stroke-dashoffset: 1280;
	}
	100%{
		stroke-dashoffset: 0;
	}
}

@keyframes animateMobile{
	0%{
		stroke-dashoffset: 620;
	}
	100%{
		stroke-dashoffset: 0;
	}
}

.description{
	text-align: justify;
	font-size: 13px;
}





