.header {
	box-shadow: 0 1px 10px rgba(0,0,0,.2);
    height: 105px;
}

.header.active {
    height: auto;
}

.fe1 h1 {
	font-size: 2.5em;
	color: #333;
    text-align: center;
	margin: 0 0 20px 0;
}

.fe1 h2 {
	font-size: 1.7em;
	color: #333;
    text-align: center;
	margin-bottom: 40px;
}

.partenaires/*,
.mea*/ {
    text-align: center;
    margin: 60px 0 30px 0;
}

.partenaires .titre {
    font-size: 1.1em;
	color: #999;
    margin-bottom: 10px;
}

.partenaires a {
    display: inline-block;
    vertical-align: top;
    margin: 10px;
    padding: 20px;
    border-radius: 10px;
    width: 100px;
    height: 60px;
    line-height: 45px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	transition: all 0.2s ease-in-out;
	font-size: 0.75em;
	color: #ccc;
    text-align: center;
    text-decoration: none;
}

.partenaires a:hover {
    opacity: 0.5;
}

.partenaires a img {
    display: block;
    margin: 0 auto;
    width: auto;
    max-width: 100px;
    height: 40px;
}

/*.mea img {
    display: inline-block;
    width: 200px;
    height: auto;
    margin-bottom: 10px;
}

.mea .text {
	font-size: 1em;
}*/

header img.mea {
	float: right;
	width: 200px;
	height: auto;
	margin-top: 15px;
}

header .text.mea {
	font-size: 1em;
	text-align: center;
	position: absolute;
	width: 90%;
	top: 50px;
	right: 0;
}

#results {
    position: relative;
    min-height: calc(100% - 220px);
    height: auto;
}

#results.hash-footer-bottom {
	min-height: calc(100% - 166px);
}

section.full.results {
    min-height: 1150px;
	padding: 50px 0;
}

footer div.logos {
	max-width: 700px;
	margin: 0 auto;
	text-align: center;
}

footer a.orias,
footer .rgpd {
	display: inline-block;
	vertical-align: top;
	margin-top: 20px;
	width: 100px;
	height: 39px;
	background: url(/styles/images/orias.png) no-repeat 0 0;
	background-size: 100px auto;
	text-indent: -9999px;
}

footer .rgpd {
	width: 50px;
	height: 50px;
	margin-left: 20px;
	background: url(/styles/images/rgpd.png) no-repeat 0 0;
	background-size: 50px auto;
}

section.full.emul {
	padding: 20px 0 0 0;
}

section.full.emul div.center-content .titre {
	font-family: montserratbold,Arial,Helvetica,sans-serif;
	font-size: 1.7em;
	font-weight: 400;
	color: #fff;
	text-align: center;
}

section.full.emul ul.step {
	margin-top: 20px;
}

section.full.emul ul.step li div.text {
	padding-top: 70px;
    background-size: 45px auto;
}

section.full.emul ul.step li.one div.text {
	background-image: url(/styles/images/icon-loupe.png);
    background-position: center 5px;
}

section.full.emul ul.step li.two div.text {
	background-image: url(/styles/images/icon-like.png);
    background-position: center 5px;
}

section.full.emul ul.step li.three div.text {
	background-image: url(/styles/images/icon-chrono.png);
    background-position: center 0;
}

section.full.emul ul.step li div.text span.big {
	font-size: 1.2em;
}

section.full.emul ul.step li div.text span.small {
	font-size: 1em;
}

section.full.emul ul.step li.two {
    background-size: 30px auto;
    width: 380px;
}

div.logos-reas {
	max-width: 1250px;
	margin: 0 auto;
	text-align: left;
    padding: 0 20px;
}

div.logos-reas a.orias, div.logos-reas .rgpd {
	display: inline-block;
	vertical-align: top;
	margin-top: 20px;
	width: 80px;
	height: 31px;
	background: url(../../images/orias.jpg) no-repeat 0 0;
	background-size: 80px auto;
	text-indent: -9999px;
}

div.logos-reas .rgpd {
	width: 40px;
	height: 40px;
	margin-left: 10px;
	background: url(../../images/rgpd.jpg) no-repeat 0 0;
	background-size: 40px auto;
}

div.logos-reas .powered {
	font-size: 0.8em;
	color: #999;
	margin-top: 54px;
	text-align: center;
}

div.logos-reas .powered a {
	color: #999;
}

@media screen and (max-width: 1100px) {
    section.full.emul ul.step li, section.full.emul ul.step li.two {
        width: 100%;
    }
}

@media screen and (max-width: 1000px) {
    header img.mea {
        margin-top: 5px;
    }
    header .text.mea {
        position: relative;
        top: auto;
        width: auto;
        float: right;
        clear: both;
        font-size: 0.95em;
        text-align: right;
    }
}

@media screen and (max-width: 900px) {
    .fe1 h1 {
        font-size: 1.8em;
	    margin-bottom: 10px;
    }
    .fe1 h2 {
        font-size: 1.3em;
        margin-bottom: 40px;
    }
    /*.mea {
        margin-top: 0;
    }*/
}

@media screen and (max-width: 700px) {
    header img.mea {
        width: 120px;
        margin-top: 20px;
    }
    header .text.mea {
        position: absolute;
        bottom: 0;
        float: none;
        font-size: 0.8em;
        text-align: center;
        width: 100%;
    }
    header a.logo {
        width: 220px;
        height: 55px;
        background-size: 220px auto;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 600px) {
    .header {
        height: 85px;
    }
    .fe1 .accroche {
        margin: 10px 0 0 0;
    }
    .fe1 {
        margin-bottom: 0;
    }
    /*.mea .text {
        margin: 0 auto;
        max-width: 250px;
    }*/
}

@media screen and (max-width: 450px) {
    div.logos-reas {
        text-align: center;
    }
    div.logos-reas .powered {
        float: none;
    }
}

@media screen and (max-width: 360px) {
    header img.mea {
        display: none;
    }
}