/*global */

body{
	margin: 0;
	font-size: 18px;
	line-height: 1.4;
	padding: 0;
	color: black;
	font-family: 'Raleway', sans-serif;
	background-color: white;
	overflow-x: hidden;
}

li{
	text-decoration: none;
}

ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

a{
	text-decoration: none;
}

h2{
	font-size: 48px;
	font-weight: bold;
	font-family: "Open Sans", sans-serif;
	padding: 10px 15px 10px 15px;
	background-color: #cc1e20;
	color: white;
	margin-left: -15px;
	margin-top : 0px;
	margin-bottom: 0px;
}

h1{
	margin: 0;
	padding: 0;
	font-size: 60px;
}

.bold{
	font-weight: bold;
}

.hidden{
	display: none;
}

.container{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.clearfix::after{
	display: table;
	content: " ";
	clear: both;
}

.buttons{
	position: relative;
 	text-align: center;
 	padding-bottom: 15px;
}

.button{
  	background: none;
  	position: relative;
 	text-decoration: none;
  	color: #cc1e20;
  	font-weight: bold;
}

.button:before,
.button:after{
 	position: absolute;
 	content: "";
  	transition: all .25s;
}

.button:before{
  	border-bottom: 2px solid #cc1e20;
  	border-left: 2px solid #cc1e20;
  	width: 10%;
  	height: 33%;
  	left: -10px;
  	bottom: -10px;
}

.button:after{
  	border-top: 2px solid #cc1e20;
  	border-right: 2px solid #cc1e20;
  	width: 10%;
  	height: 33%;
  	top: -10px;
 	right: -10px;
}

.button:hover:before{
 	width: 112%;
  	height: 140%;
}

.button:hover:after{
 	width: 112%;
  	height: 140%;
}
/* Swap Image */

.versgauche{
	position:relative;
	animation:animateleft 0.8s

	}
	@keyframes animateleft{
	from{
		left:-300px;opacity:0}
	to{
		left:0;opacity:1
	}
}
.versdroite{
	position:relative;
	animation:animateright 0.8s

	}
	@keyframes animateright{
	from
	{
		right:-300px;
		opacity:0
		} 
	to{
		right:0;
		opacity:1
	}
}

/* grid */

.button__grid{
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px;
	background-color: red;
	color: white;
	font-weight: bold;
	cursor: pointer;
	width: 50px;
	text-align: center;
	z-index: 4;
}

.grid{
	width: 1200px;
	margin: 0 auto;
	position: absolute;
 	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -5%);
	
	z-index: 5;
	margin-top: -70px;
}

.grid__el{
	content: "";
	width: 246px;
	margin-right: 50px;
	border-left: 2px dotted red;
	border-right: 2px dotted red;
    height: 9700px;
    float: left;
    background-color: rgba(255,229,204,0.3);
}

.grid__el--big{
	width: 271px;
	border-left: 2px dotted red;
	border-right: 2px dotted red;
    height: 9700px;
}


.last{
	margin-right: 0px;
}

/* header */

.header{
	height: 75px;
	box-shadow: 0px 2px 15px 5px rgba(0,0,0,0.2);
	position: relative;
	z-index: 2;
}

.header img{
	margin-top: 12.5px;
}

.who{
	font-size: 24px;
	font-weight: bold;
	text-align: right;
	float: right;
	width: 250px;
	margin-top: 20px;
	font-family: "Open Sans", sans-serif;
}

/* Introduction */

.dwm{
	font-weight: bold;
	color: #cc1e20;
}

.dwm:hover{
	background-color: #cc1e20;
	color: white;
}

.introduction{
	background-color: #f1f1f1;
	padding-top : 50px;
	padding-bottom: 50px;
	position: relative;
	z-index: 1;
}

.introduction::before{
	left: 50%;
    width: 100px;
    height: 100px;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    position: absolute;
    content: '';
    pointer-events: none;
    background: #f1f1f1;
    top:75%;
}

.introduction__p{
	float: left;
	margin-left: 50px;
	width: 575px;
	font-size: 24px;
}

.introduction__bigtxt{
	font-weight: bold;
	min-width: 575px;
    text-align: center;
    padding-top: 50px;
	float: left;
	font-family: "Open Sans", sans-serif;
}

.introduction__bigtxt::before{
	content : " " ;
	background-color: #cc1e20;
	height: 15px;
	width: 435px;
	position : absolute;
	margin-left: -215px;
    margin-top: 85px;
}

/* Explication */

.explication{
	padding-bottom: 100px;
	padding-top: 100px;
	position: relative;
}

.explication img{
	height: 400px;
	width: 100%;
}

.explication__el{
	width: 575px;
	float: left;
}

.explication__el:first-child{
	margin-right: 50px;
	padding-top: 50px;
}

.explication__el:first-child p:last-child{
	text-align: right;
	margin-top: 50px;
}

.explication__el:nth-child(3){
	margin-top: 100px;
	margin-right: 50px;
}

.explication__el:nth-child(4){
	margin-top: 125px;
	padding-top: 50px;
}

.explication__el:last-child{
	width: 600px;
	margin-top: 100px;
	margin-left: 300px;
}

.explication__el:last-child p{
	margin-bottom: 0px;
}

.explication__el:last-child p:last-child{
	margin-top: 0px;
}

.explication__title{
	font-size: 24px;
	font-weight: bold;
	font-family: "Open Sans", sans-serif;
}

.explication__el p{
	margin-top: 35px;
}

.indent{
	text-indent: 50px;
}

/* Stats */

.stats{
	margin-top: 50px;
	background-color: #f1f1f1;
	padding-bottom: 100px;
	padding-top: 100px;
	position: relative;
}

.stats::before, .stats::after{
   	position: absolute;
	content: '';
	pointer-events: none;
	bottom: -45px;
	right: 0;
	left: 0;
	z-index: 10;
	height: 45px;
	background-size: 50px 100%;
	background-image: linear-gradient(135deg, #f1f1f1 25%, transparent 26%), linear-gradient(225deg, #f1f1f1 25%, transparent 26%);
	background-position: 50%;
}

.stats::before{
	transform: rotate(180deg);
    top: -45px;
}

.stats__title h2{
	width: 630px;
}

.stats__txt{
	width: 575px;
	margin-top: 100px;
	float: left;
}

.stats__infographie{
	float: left;
	width: 575px;
	margin-left: 50px;
	margin-top: 25px;
	position: relative;
}

.arrow{
	width: 50px;
	height: 50px;
	position: absolute;
	top: 55%;
}

.larrow{
	left: 5%;
}

.rarrow{
	right: 5%;
}

.rarrow:hover{
	cursor: pointer;
}

.larrow:hover{
	cursor: pointer;
}

.infographie__content{
	margin-top: 135px;
	padding: 0px 75px 0px 75px;
	text-align: center;
	height: 200px;
}

.infographie__fact{
	font-size: 36px;
	color: #cc1e20;
	font-weight: bold;
}

.infographie__explication{
	padding-top: 15px;
	font-size: 24px;
}

.experience__img{
	width: 100%;
	border-radius: 100px;
}

.experience__el::after{
	content: "";
	height: 3px;
	width: 75px;
	background-color: #111111;
	position: absolute;
	margin-left: -85px;
	margin-top: 120px;
}

.experience__el:hover{
	cursor: pointer;
}

.experience__el__active::after{
	content: "";
	height: 3px;
	width: 75px;
	background-color: #cc1e20;
	position: absolute;
	margin-left: -85px;
	margin-top: 120px;
}

.experience__el:hover::after{
	background-color: #cc1e20;
}

.experience__list{
	margin-top:500px;
}

.experience__list ul{
	margin-left: 302px;
}

.experience__el{
	float: left;
	margin-left: 66px;
	width: 100px;
	height: 100px;
}

.experience__el:first-child{
	margin-left: 0px;
}

.experience__h3{
	font-weight: bold;
	font-size: 36px;
	margin-left: 300px;
	margin-top: 100px;
	font-family: "Open Sans", sans-serif;
}

.content__container{
	box-shadow: 0px 5px 15px 5px rgba(0,0,0,0.2);
	width: 600px;
	min-height: 350px;
	margin-left: 250px;
	margin-top: 80px;
	padding: 25px 50px 25px 50px;
	margin-bottom: 0px;
	background-color: white;
}

.content__container .buttons{
	margin-top: 50px;
}

.content__p{
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 35px;
}

.content__container p{
	margin-bottom: 25px;
}

/* CHOIX */

.choix{
	padding-bottom: 100px;
	padding-top: 100px;
	position: relative;
}

.choix__title h2{
	width: 570px;
}

.choix__space{
	margin-bottom: 75px;
}

.choix__explication{
	margin-top: 100px;
}

.choix__explication img{
	height: 366.66px;
	width: 275px;
	float: left;
	margin-right: 50px;
}

.p__title{
	font-size: 24px;
	font-weight: bold;
	font-family: "Open Sans", sans-serif;
	margin-bottom: 50px;
}

.choix p{
	padding-bottom: 20px;
	padding-top: 10px;
}

.analyse__fonctionnalite{
	width: 600px;
	margin-left: 300px;
	margin-top: 75px;
}

.button__container{
	text-align: center;
	margin-bottom: 50px;
	width: 150px;
    margin-left: 225px;
}

.button__etude{
	width: 250px;
    padding-top: 35px;
    margin-left: 175px;
    transform: translateX(0.5%);
}

/* persona */

.persona{
	padding-bottom: 100px;
	padding-top: 100px;
	position: relative;
	background-color: #f1f1f1;
}

.persona::before{
	top: 0;
    left: -25%;
    z-index: -1;
    width: 150%;
    height: 75%;
    background: inherit;
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    position: absolute;
    content: '';
}

.persona::after{
	top: 101%;
    left: -25%;
    z-index: 1;
    width: 150%;
    height: 100px;
    background: white;
    -webkit-transform: rotate(2deg);
    transform: rotate(-2deg);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    position: absolute;
    content: '';
}

.persona__title h2{
	width: 535px;
}

.persona__content{
	margin-top: 100px;
	margin-bottom: 50px;
}

.persona p{
	width: 575px;
	float: left;
	margin-top: 35px;
}

.persona__texte{
	margin-left: 625px;
	padding-top: 15px;
}

.persona p:last-child{
	margin-top: 15px;
}

.repenser{
	width: 600px;
	margin-top: 100px;
}

.repenser p{
	padding-top: 25px;
}

/* ZOOM */

.zoom__content{
    position: fixed;
    z-index: 40; 
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9);
}

.zoom__img{
	margin: auto;
    display: block;
    width: 80%;
    max-width: 550px;
}

.zoom__p{
	margin: auto;
    display: block;
    width: 80%;
    max-width: 550px;
    color: #ccc;
    padding: 10px 0;
}

.img{
	float: left;
	width: 275px;
	margin-left: 300px;
	cursor: pointer;
}

.zoom{
	width: 275px;
	height: 366.66px;
	margin-left: 300px;
	cursor: pointer;
	position: absolute;
	background-color : rgba(0,0,0,0.7);
}

.zoom span{
	position: absolute;
	margin-left: 125px;
	margin-top: 175px;
	transform: scale(1.5);
	background: url("../img/zoom.png");
	width: 32px;
	height: 32px;
	background-size: cover;
}

.zoom span:hover{
	-webkit-transform: scale(1.8);
	transform: scale(1.8);
	background: url("../img/zoom_red.png");
	background-size: cover;
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: red;
    text-decoration: none;
    cursor: pointer;
    transform: scale(1.5);
}

/*prototyping*/

.prototyping{
	padding-bottom: 50px;
	padding-top: 100px;
	position: relative;
}

.prototyping__title h2{
	width: 265px;
}

.prototyping__intro{
	width: 575px;
	padding-top: 50px;
	padding-bottom: 50px;
}

.prototyping__content{
	margin-left: 300px;
	padding-top: 15px;
	width: 600px;
}

.prototyping .button:nth-child(2){
	margin-left: 215px;
}

.prototyping__content p{
	margin-top: 35px;
	margin-bottom: 35px;
}

.chaine{
	margin-top: 50px;
}

/* footer */

.footer{
	background-color: #212121;
	height: 90px;
	color: white;
}

.footer a{
	float: right;
	margin-top: -20px;
	color: white;
}

.footer a:hover{
	color: #cc1e20;
	font-weight: bold;
}

.ecole{
	padding-top: 33px;
}
