/*
couleur txt #404040
couleur logo #e30613
font-family: 'Livvic', sans-serif;  texte
font-family: 'Ribeye', cursive;     titre
*/

body{
	font-family: 'Livvic', sans-serif;
	overflow-x: hidden;
}

html{
	overflow-x: hidden;
}

.retour {
	clear: both;
}

.center {
	margin: auto;
	width: 90%;
}

#logo {
	float: left;
	margin-right: 15vw;
	padding-top: 10px;
	width: 20%;
}

#logo img{
	width: 70%;
	display: block;
}


nav a {
	float: left;
	color: #404040;
	text-decoration: none;
	padding: 2vw 1.5vw 1vw 1.5vw;
	font-size: 20px;
	margin-bottom: 5px;
	margin-top: 20px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;

}

nav a:hover {
	color: red;
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

nav a.active {
	color: red;
	 -moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.slicknav_menu{
	display: none;
}

#rouge {
	clip-path: polygon(0 94%, 100% 0, 100% 100%, 0% 100%);
	background-color: red;
	height: 30px;
}

.col2 {
	float: left;
	display: block;
	width: 50%;
}

.col2 img {
	display: block;
	width: 100%;
}

#baspage {
	background: url(images/fond_rouge2.jpg)center no-repeat;
	height: 430px;
}

#baspage .col2{
	margin-top: 80px;
}

#hautpage h3 {
	color: #404040;
	font-size: 25px;
	text-align: center;
	padding: 50px 0 10px 0;
	font-weight: bold;

}

#hautpage h2 {
	text-transform: uppercase;
	color: #e30613;
	font-size: 35px;
	padding: 20px 10px;
	font-family: 'Ribeye', cursive;
}

#graph {
	text-align: left;
	transition: all 3000ms ease;
}

#graph:hover {
	text-align: right;
	transition: all 3000ms ease;
}

#concep {
	text-align: right;
	transition: all 3000ms ease;
}

#concep:hover {
	text-align: left;
	transition: all 3000ms ease;
}

#hautpage p{
	line-height: 30px;
	color: #404040;
	font-size: 20px;
	padding: 5px 0;
}

#baspage h2{
	color: white;
	font-size: 40px;
	text-transform: uppercase;
	text-align: center;
}

#baspage p{
	color: white;
	text-align: center;
	font-size: 18px;
	font-family: 'Livvic', sans-serif;
}

#webde {
	padding-top: 100px;
	padding-right: 40px;
	width: 100%;
	position: relative;
	background: url(images/deco.svg)bottom center no-repeat;
	display: block;
}



#pao {
	padding-top: 230px;
	position: relative;
	width: 100%;
	background: url(images/deco2.svg)bottom center no-repeat;
	display: block;
}


#popup1{
	background-color: rgba(255,255,255,0.3);
	width: 50%;
	margin: auto;
	display:none;
	position: absolute;
	margin: 10px 0 0 153px;
	padding: 25px;
	clip-path: polygon(10% 0, 90% 0, 100% 30%, 100% 70%, 90% 100%, 10% 100%, 0% 70%, 0% 30%);
	-webkit-transition: all 3000ms ease;
-moz-transition: all 3000ms ease;
-ms-transition: all 3000ms ease;
-o-transition: all 3000ms ease;
transition: all 3000ms ease;
}

#webde:hover #popup1 {
	display: block;
	-webkit-transition: all 3000ms ease;
-moz-transition: all 3000ms ease;
-ms-transition: all 3000ms ease;
-o-transition: all 3000ms ease;
transition: all 3000ms ease;
}

#popup2{
	background-color: rgba(255,255,255,0.3);
	width: 50%;
	margin: auto;
	display: none;
	position: absolute;
	margin: 10px 0 0 170px;
	padding: 25px;
	top: -40px;
	clip-path: polygon(10% 0, 90% 0, 100% 30%, 100% 70%, 90% 100%, 10% 100%, 0% 70%, 0% 30%);
	-webkit-transition: all 3000ms ease;
-moz-transition: all 3000ms ease;
-ms-transition: all 3000ms ease;
-o-transition: all 3000ms ease;
transition: all 3000ms ease;
}

#pao:hover #popup2 {
	display: block;
	-webkit-transition: all 3000ms ease;
-moz-transition: all 3000ms ease;
-ms-transition: all 3000ms ease;
-o-transition: all 3000ms ease;
transition: all 3000ms ease;
}

footer{
	background-color: black;
	min-height: 80px;
}

#txtfooter {
	float: right;
	display: block;
	width: 30%;
	padding: 30px 10px;
}

footer p{
	color: white;
	text-align: right;
	display: inline;
}

footer a{
	display: inline;
	text-decoration: none;
	color: white;
}

/*___________CSS Service___________*/

#bleu {
	clip-path: polygon(0 94%, 100% 0, 100% 100%, 0% 100%);
	background-color: #0c08ad;
	height: 30px;
}

#serviceweb h2, #servicepao h2{
	font-size: 35px;
	color: #e30613;
	text-transform: uppercase;
	width: 50%;
	margin: 50px auto;
	text-align: center;
	font-family: 'Ribeye', cursive;
}

#serviceweb p, #servicepao p{
	margin: 50px auto 20px auto;
	width: 80%;
	line-height: 45px;
	text-align: justify;
	padding: 5px;
	font-size: 20px;
}

#serviceweb img, #servicepao img{
	width: 20%;
	margin: auto;
}

#servicepao {
	background: url(images/ripped_paper.png) center top no-repeat;
	margin-top: 50px;
	padding: 160px 0 20px 0;
}

/*___________CSS Parcours__________*/

#jaune {
	clip-path: polygon(0 94%, 100% 0, 100% 100%, 0% 100%);
	background-color: #f0e807;
	height: 30px;
}

#parcours{
	background: url(images/ripped_paper_diagonal.png) left no-repeat;
	height: 574px;
}

#parcours h2{
	font-family: 'Ribeye', cursive;
	font-size: 45px;
	color: #e30613;
	text-align: center;
	margin: 250px 0;
}

#parcours p{
	margin: 150px auto;
	line-height: 40px;
	text-align: justify;
	width: 60%;
}

/*___________realisations__________*/

#vert {
	clip-path: polygon(0 94%, 100% 0, 100% 100%, 0% 100%);
	background-color: #17b706;
	height: 30px;
}

.real{
	width: 70%;
	margin: auto;
}

.real h2{
	font-family: 'Ribeye', cursive;
	font-size: 35px;
	color: #e30613;
	padding: 20px;
	text-align: center;
	margin-top: 100px;
}

.real img{
	display: block;
	width: 50%;
	margin: 20px auto;
}

.real p{
	margin: 100px 5px;
	font-size: 20px;
	font-family: 'Livvic', sans-serif;
}

.real a{
	font-size: 20px;
	font-family: 'Ribeye', cursive;
	text-decoration: none;
	width: 30%;
	margin: 20px auto;
	background-color: #e30613;
	color: white;
	padding: 10px;
	display: block;
	text-align: center;
	border: 1px solid #a21b21;
}

.seprouge{
	background: url(images/separation_real.svg)center fixed no-repeat; 
	width: 100%;
	height: 50px;
	margin: 20px auto 0 auto;
}

.grise{
	background-color: #eeeeee
}

/*__________CSS contact____________*/

#violet {
	clip-path: polygon(0 94%, 100% 0, 100% 100%, 0% 100%);
	background-color: #7b20ed;
	height: 30px;
}

#contact{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

#contacttext{
	border-top: 1px solid #a21b21;
	border-bottom: 1px solid #a21b21;
	padding-bottom: 60px;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

#contacttext:hover{
	-moz-transform: scale(1.6);
	-webkit-transform: scale(1.6);
	-o-transform: scale(1.6);
	-ms-transform: scale(1.6);
	transform: scale(1.6);
	-webkit-transition: all 2000ms ease;
	-moz-transition: all 2000ms ease;
	-ms-transition: all 2000ms ease;
	-o-transition: all 2000ms ease;
	transition: all 2000ms ease;
}

#contact h1{
	font-size: 35px;
	color: #a21b21;
	text-align: center;
	font-family: 'Ribeye', cursive;
	margin: 50px auto;
}

#contact p{
	font-size: 25px;
	font-family: 'Livvic', sans-serif;
	color: #404040;
	line-height: 25px;
	margin-top: 20px;
	text-align: center;
}

#contact img{
	display: block;
	width: 100%;
}

#retourhaut{
	width: 50%;
	margin: auto;
	display: block;
	text-align: center;
}

#retourhaut a{
	padding: 10px;
	text-decoration: none;
	color: black;
	font-size: 18px;
	font-family: 'Ribeye', cursive;
	display: block;
	width: 50%;
	margin: 10px auto;
	border: 1px solid #a21b21;
}

/*___________Mediaquery____________*/

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

@media screen and (max-width: 979px){
	#logo{
		width: 12%;
	}

	nav a{
		margin-top: 10px;
	}

	#hautpage {
		background: url(images/paperblanc.jpg)center top no-repeat;
	}

	.col2{
		float: none;
		width: 100%;
	}

	

	#graph, #concep {
		text-align: center;
	}

	.col2 h2{
		font-size: 30px;
		padding: 10px 10px;
	}

	.col2 p{
		text-align: center;
		
	}

	#hautpage p{
		padding-top: 240px;
	}

	#pao, #webde{
		padding-top: 125px;
	}

	#txtfooter{
		width: 40%;
	}

	#baspage .col2{
	margin-top: 0px;
	}

	#paperblanc{
		display: none;
	}

	#serviceweb p, #servicepao p{
		line-height: 35px;
		font-size: 18px;
	}

	#serviceweb h2, #servicepao h2{
		margin: 30px auto;
	}

	#serviceweb img, #servicepao img{
		width: 15%;
	}

	#parcours h2{
		margin: 0 auto 0 auto;
		padding-top: 30px;
	}

	#parcours p{
		margin: 50px auto;
		line-height: 30px;
		width: 70%;
	}

	#parcours{
		height: 500px;
	}
}

@media screen and (max-width: 768px){
    .slicknav_menu{
	display: block;
	width: 119px;
	float: right;
	border-radius: 30px 0px 30px 30px;
	position: fixed;
	right: 0;
	z-index: 9999;
	}

	nav a{
		display: none;
	}

	#baspage{
		height: auto;
	}

	#popup1, #popup2{
		display: block;
		margin: auto;
		position: initial;
	}

	#pao  {
		padding-top: 10px;
		background: none;
	}

	#webde{
		padding-top: 10px;
		background: none;
	}

	#logo img{
		width: 100%;
	}

	#contacttext{
		padding: 0 30px 60px 30px;
	}

	
}


@media screen and (max-width: 480px){
	#webde{
		padding-right: 0;
	}

	#baspage p{
		font-size: 16px;
	}
}