@import url('https://fonts.googleapis.com/css?family=Dancing+Script:400,700|Merriweather:400,700|Open+Sans:400,700');

html{
	height:100%
}

body{
	color: #4A4A4A;
    height: 100%;
	font-family: 'Open Sans', sans-serif;
}

header{
	background: url(../img/bg.jpg);
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 399px;
	text-align: center;
    padding-top: 15px;
}

header .logo{
	font-family: 'Dancing Script', cursive;
	font-size:30px;
	font-weight:700;
	margin-right:auto;
	margin-left:auto;
}

h1.questions{
	font-family: 'Merriweather', serif;
	font-size: 28px;
    text-align: center;
    line-height: 35px;
    margin-top: 40px;
	max-width:760px;
	margin-right: auto;
    margin-left: auto;
}

h4{
	font-size: 15px;
	margin-top: 60px;
	max-width:760px;
	margin-right: auto;
    margin-left: auto;
	font-weight:normal;
}

.next{
    height: 55px;
    min-width: 290px;
    color: #fff;
    text-transform: uppercase;
    border: 0px;
    background-color: #B7B7B7;
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    -o-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
    font: 700 1.8rem/1.3 "Lato", "Helvetica Neue", Arial, sans-serif;
    font-weight: bold !important;
    border-radius: 5px;
    -moz-appearance: none;
    -webkit-appearance: none;
    -moz-transition: border-color 0.1s, color 0.1s, padding 0.1s;
    -o-transition: border-color 0.1s, color 0.1s, padding 0.1s;
    -webkit-transition: border-color 0.1s, color 0.1s, padding 0.1s;
    transition: border-color 0.1s, color 0.1s, padding 0.1s;
    transition: all 0.4s;
    margin-top: 40px;
    outline: none;
}

.next.active{
	background-color: #FF0083;
	transition:all 0.6s;
}
.next.active:hover{
	background-color: #d70370;
}

.bleu{
	width: 100%;
    text-align: center;
    background-color: #dcf0f9;
    height: 85px;
    font-family: 'Merriweather', serif;
    font-size: 23px;
    line-height: 29px;
    padding-top: 15px;
}

.gris{
	width: 100%;
    text-align: center;
    background-color: #f8f7f7;
    /*height: 380px;*/
    font-family: 'Merriweather', serif;
    font-size: 18px;
    line-height: 22px;
    padding-top: 15px;
	font-weight:400;
}

.blanc{
	width: 100%;
    text-align: center;
    background-color: #fff;
    height: 230px;
    font-family: 'Merriweather', serif;
    font-size: 18px;
    line-height: 22px;
    padding-top: 15px;
	font-weight:400;
}

.blanc .questions{
	font-size: 18px;
	line-height:20px;
}

.gris .questions{
	font-size: 22px;
	line-height:24px;
}

.bleu span{
	color:#FF0083;
}

.step1 img{
	height:90px;
	margin-top:20px;
}

.step2 img{
	/*width:30%;*/
	width:118px;
	margin-top:20px;
}

.step3 img{
	height: 120px;
}

.imagedesc{
	margin-top: 30px;
    height: 130px;
}

.img1{
	height: 80px;
}

.img2{
	height: 115px;
    margin-top: -10px;
}

.img3{
	    height: 60px;
    margin-top: 13px;
}

@media only screen and (max-width: 600px) {
	html, body {
		max-width: 100%;
		overflow-x: hidden;
	}
	
	body{
	background:none;
	}
	
	h4 {
		font-size: 15px;
		margin-top: 30px;
	}
	
	h1.questions {
		font-family: 'Merriweather', serif;
		font-size: 20px;
		text-align: center;
		line-height: 28px;
		margin-top: 24px;
		max-width: 760px;
		margin-right: auto;
		margin-left: auto;
	}

	.bleu {
		width: 100%;
		text-align: center;
		background-color: #dcf0f9;
		height: 85px;
		font-family: 'Merriweather', serif;
		font-size: 19px;
		padding: 10px;
	}

	.gris {
		width: 100%;
		text-align: center;
		background-color: #f8f7f7;
		height: 740px;
		font-family: 'Merriweather', serif;
		font-size: 18px;
		line-height: 22px;
		padding-top: 15px;
		font-weight:400;
	}
	
	.blanc img{
		margin-top: 20px;
		margin-bottom:20px;
	}
	
}

.politique a{
	color:#666;
	font-size:11px;
}