@import url(https://fonts.googleapis.com/css?family=Roboto:300,400|Nunito);

body{
	margin: 0;
	background: #f0a28e;
	padding: 0;
	height: 100vh;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	line-height: 28px;
}

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

.container{
	width: 100%;
	background: url(../../_assets/img/forest.svg) fixed;
	background-position: bottom center;
	background-size: 100%;
	padding: 0;
	background-size: auto 100%;
}

h1{
	padding: 20px 0 20px 0;
	margin: 0;
	text-align: center;
	font-family: 'Nunito', sans-serif;
	font-size: 100px;
	line-height: 100px;
	color: #fff;
	font-weight: normal;
}

h2{
	padding: 10px 0 0 0;
	margin: 0;
	font-size: 25px;
	text-align: center;
	font-family: 'Nunito', sans-serif;
	font-weight: normal;
}
p{
	margin: 0 auto;
	width: 32%;
	padding-bottom: 50px;
}


form{
	text-align: center;
	margin: 0 auto 20px auto;
}
form input{
	color: #000;
	padding-left: 10px;
}
.envoi{
	margin-top: 30px;
}
#submit{
	display: block;
	margin: 0 auto;
	background: #f0a28e;
	border: 2px solid #fff;
	padding: 10px 20px;
	color: #fff;
	font-size: 25px;
}
#submit:hover{
	background: #ba6476;
}

.case-dino{
	width: 95%; /* 1100 */
	max-width:  1100px;
	/*height: 100%;*/
	margin: 0 auto;
	background: #f0a28e;
	border: 5px solid #fff;
}

.case-dino--rouge{
	float: left;
	padding: 0 0 0 5%;
	height: 400px;
	width: 400px;
}

.case-dino--vert{
	float: right;
	padding: 0 5% 0 0;
	height: 400px;
	width: 400px;
}
.dino-rouge{
	width: 400px;
	height: 300px;
}
.dino-vert{
	width: 400px;
	height: 300px;
}

.progressbar-bgrouge{
	position: relative;
	width: 400px;
	height: 40px;
	background: #fff;
}

.chaleur-rouge{
	position: absolute;
	z-index: 10;
	width: 1px;
	height: 40px;
	background: #932821;
}
.progressbar-bgvert{
	position: relative;
	width: 400px;
	height: 40px;
	background: #fff;
}
.chaleur-vert{
	position: absolute;
	z-index: 10;
	width: 1px;
	height: 40px;
	background: #1f9e51;
}

.dino-rouge--step1{
	background: url(../../_assets/img/sprite.png) top left;
}
.dino-rouge--step2{
	background: url(../../_assets/img/sprite.png) top left;
	background-position: -400px 0;
}
.dino-rouge--step3{
	background: url(../../_assets/img/sprite.png) top left;
	background-position: -800px 0;
}
.dino-rouge--step4{
	background: url(../../_assets/img/sprite.png) top left;
	background-position: -1200px 0;
}

.dino-vert--step1{
	background: url(../../_assets/img/sprite.png) bottom left;
}
.dino-vert--step2{
	background: url(../../_assets/img/sprite.png) bottom left;
	background-position: -400px 300px;
}
.dino-vert--step3{
	background: url(../../_assets/img/sprite.png) bottom left;
	background-position: -800px 300px;
}
.dino-vert--step4{
	background: url(../../_assets/img/sprite.png) bottom left;
	background-position: -1200px 300px;
}

.hidden{
	display: none;
}

.visible{
	display: block;
}

.dino-red--win, .dino-green--win{
	margin-top: 50px;
	width: 600px;
	margin: 0 auto;
}



.dino-red--win p, .dino-green--win p{
	padding: 30px 0 30px 0;
	line-height: 30px;
	font-size: 30px;
	width: 95%;
	text-align: center;
}

p a{
	color: #7d4a54;
}

p a:hover{
	border-bottom: 2px dotted #7d4a54;
}

/* Case Study */

.psst{
	font-size: 15px;
}

.psst a{
	color: #fff;
	border-bottom: 1px dotted #fff;
}

.psst a:hover{
	color: #ba6476;
	border-bottom: 1px dotted #ba6476;
}
.voirTweetosaurus{
	text-align: center;
	margin: 50px
}
.voirTweetosaurus a{
	padding: 20px;
	background: #f0a28e;
	border: 3px solid #fff;
	color: #fff;
	font-size: 25px;
	font-family: 'Nunito', sans-serif;
}

.voirTweetosaurus a:hover{
	background: #ba6476;
}
/* Crédits */
.credits{
	margin-top: 20px;
	text-align: center;
}
.credits a{
	color: #fff;
}

ul{
	width: 40%;
	margin: 0 auto;
	padding: 0;
}

li{
	list-style: none;
}

li a{
	color: #fff;
	border-bottom: 1px dotted #fff;
}

li a:hover{
	color: #ba6476;
	border-bottom: 1px dotted #ba6476;
}
@media all and (max-width: 1115px){
	h1{
		font-size: 50px;
	}

	form input{
		display: block;
		margin: 0 auto;
	}

	p{
	margin: 0 auto;
	width: 95%;
	padding-bottom: 50px;
	}

	.case-dino--rouge{
	width: 400px;
	padding: 0;
	margin: 0 auto;
	float: none;
	}

	.case-dino--vert{
	width: 400px;
	padding: 0;
	margin: 0 auto;
	float: none;
	}
}