@import url(normalize.css);
@import url(https://fonts.googleapis.com/css?family=Merriweather:300italic,300|Montserrat:400,700);

/*Colonnes*/

	.col6{
		width: 960px;
		margin: 0 auto;
	}

	.col5{
		width: 796px;
	}

	.col4{
		width: 632px;
	}

	.col3{
		width: 468px;
	}

	.col2{
		width: 304px;
	}

	.col1{
		width: 140px;
	}

/*General*/

	body{
		background-color: #F1F1F1;
		color: #1E1E1E;
	}

	h1, h2, h3{
		font-family: "Montserrat", sans-serif;
	}

	p, a, q, li{
		font-family: "Merriweather", serif;
		font-weight: 300;
	}

	.title{
		font-size: 35.15px;
		line-height: 56px;
		margin-bottom: 15px;
		margin-top: 40px;
	}

	.quote{
		font-style: italic;
		font-size: 28.125px;
		line-height: 44px;
		text-align: center;
		display: block;
		margin: 0 auto;
		margin-top: 50px;
		margin-bottom: 50px;
	}

	.text, li{
		font-size: 18px;
		line-height: 28px;
	}

	.text{
		margin-bottom: 28px;
	}

	ul{
		padding-left: 0;
	}

	li{
		margin-bottom: 28px;
		list-style: none;
	}

	a{
		font-size: 18px;
		line-height: 28px;
		color: black;
		text-decoration: none;
		border-bottom: 1px solid black;
		font-style: italic;
	}

	a:hover{
		border-bottom: none;
	}

	img{
		display: block;
		max-width: 960px;
		margin: 0 auto;
	}

	.clearfix:after{
		visibility: hidden;
		display: block;
		content: "";
		clear: both;
		height: 0;
	}

	.main__section{
		margin-left: 153px;
		margin: 0 auto;
		margin-top: 30px;
		padding: 34px 164px;
		padding-bottom: 40px;
		background-color: white;
	}

	.section__side{
		background-color: white;
		color: black;
		margin-left: -190px;
		margin-top: 45px;
		margin-bottom: 35px;
		padding: 20px 24px;
		box-shadow: 0px 2px 25px 2px rgba(60, 60, 60, .2)
	}

	.section__side__text{
		float: left;
		margin-right: 24px;
	}

	/*Nav*/

		.main__nav{
			display: inline-block;
			position: absolute;
			left: 50%;
			transform: translateX(-50%);
		}

		.nav__element{
			display: block;
			float: left;
		}

		.nav__link{
			display: block;
			text-align: center;
			margin-right: 10px;
		}

		.nav__link--active{
			border-bottom: 3px solid black;
		}

/*IOLCE*/

	.link__element{
		float: left;
		margin-right: 24px;
	}

	.link__element:nth-child(2n+2){
		margin-right: 0;
	}

/*Hero*/

	.hero{
		width: 100%;
		height: 727px;
		background-color: white;
		position: relative;
	}

	.hero__container{
		position: absolute;
		top: 49.5%;
		left: 50%;
		transform: translateX(-50%) translateY(-50%);
		text-align: center;
	}

	.hero__title{
		font-size: 5em;
		margin: 0;
	}

	.hero__subtitle{
		font-size: 1.8em;
		margin-top: 10px;
		margin-bottom: 10px;
		font-weight: 400;
	}

	.hero__infos{
		float: right;
		margin-top: 0px;
	}

/*Conference*/

	/*Intro*/

		.intro{
			width: 100%;
			padding-top: 77px;
			padding-bottom: 45px;
			background-color: #1e1e1e;
			color: white;
		}

		.intro__text{
			margin: 0 auto;
			font-size: 28.125px;
			line-height: 55px;
		}

		.intro__list{
			padding-left: 0;
			margin: 0 auto;
			margin-top: 20px;
		}

		.intro__list__element{
			float: left;
			margin-right: 24px;
		}

		.intro__list__element:last-child{
			margin-right: 0;
		}

	/*Everyone*/

		.everyone__list{
			margin-top: 25px;
			margin-bottom: 35px;
		}

	/*Accessibility*/

		.accessibility{
			background-color: #1e1e1e;
			color: white;
			padding-bottom: 48px;
		}

		.accessibility__title{
			margin-bottom: 25px;
		}

		.accessibility__quote{
			color: #e5c99c;
		}

		.accessibility__image--eastRiver{
			margin-top: 45px;
		}

		.accessibility__image--overload{
			margin-top: 50px;
		}

	/*Confidence*/

		.confidence__image--ads{
			float: left;
		}

		.confidence__image--fakeButtons{
			float: right;
		}

	/*Design*/

		.design{
			background-color: #1e1e1e;
			color: white;
		}

		.design__quote{
			color: #e5c99c;
		}

/*Abstract*/

	/*Conference*/

		.section__conference{
			padding-top: 40px;
			margin-bottom: 40px;
		}

	/*Link*/

		.section__links{
			padding-top: 40px;
		}

		.big_text, .big_link{
			margin: 0 auto;
			font-size: 28.125px;
			line-height: 55px;
		}

	/*By*/

		.by__element{
			float: left;
			text-align: center;
			margin-right: 24px;
		}

		.by__element:last-child{
			margin-right: 0;
		}

		.by__link{
			display: block;
			width: 140px;
			height: 140px;
			border-radius: 50%;
			background-image: url("../images/by/julie.jpg");
			background-size: cover;
			text-indent: -9999px;
			border-bottom: none;
		}

		#france{
			background-image: url("../images/by/france.png");
		}

		#benoit{
			background-image: url("../images/by/benoit.jpg");
		}

		#benjamin{
			background-image: url("../images/by/benjamin.jpg");
		}

/*Case Study*/

	.section__start{
		margin-bottom: 35px;
	}

	.section__writing{
		background-color: #1e1e1e;
		color: white;
		margin-bottom: 35px;
	}

	.text__example{
		text-align: center;
		margin-top: 35px;
		margin-bottom: 23px;
	}

	.text__example .title{
		font-family: "Montserrat", sans-serif;
		font-weight: 700;
	}

	.design__colors{
		margin: 0 auto;
		margin-bottom: 30px;
	}

	.colors__element{
		display: block;
		float: left;
	}

	.colors{
		width: 50px;
		height: 50px;
		border: 3px solid black;
		margin: 0 auto;
	}

	.grey{
		background-color: #1E1E1E;
		border: 3px solid #1E1E1E;
	}

	.orange{
		background-color: #e5c99c;
		border: 3px solid #e5c99c;
	}

	.light_grey{
		background-color: #F1F1F1;
		border: 3px solid #F1F1F1;
	}

	.section__global{
		background-color: #1e1e1e;
		color: white;
	}

/*Footer*/
	
	footer{
		background-color: white;
		text-align: center;
		margin-top: 20px;
		padding: 20px;
	}

	footer .text{
		margin-bottom: 0;
	}

