@charset "UTF-8";

:root {
  --main: #0095cd;
  --valid: #4cba30;
  --focus: #0095cd;
  --fontregular: "montserratregular";
  --fontbold: "montserratbold";
}

div.error, div.success, div.info {
    border-radius: 4px;
    margin: 0 0 15px 0;
}

div.error {
    background-color: #fa8900;
}

section.moteur h2 {
    font-family: var(--fontregular),sans-serif;
    font-size: 1.4em;
}

.fe1-load {
	width: 100%;
	height: 20px;
	background-color: #1973a6;
    margin: 10px 0;
    border-radius: 20px;
    overflow: hidden;
}

.fe1-load > div {
	width: 0;
	height: inherit;
    background: rgb(88,210,57);
    background: linear-gradient(90deg, rgba(88,210,57,1) 0%, rgba(76,186,48,1) 100%); 
	font-family: var(--fontregular);
	font-size: 1em;
	color: #fff;
	text-align: right;
	padding-right: 5px;
    box-sizing: border-box;
    border-radius: 20px;
    padding: 1px 10px 0 5px;
}

.fe1-loader {
	font-size: 1.7em;
	color: #fff;
	text-align: center;
	padding: 100px 0;
	background: url("../../images/loader.svg") no-repeat center bottom;
	background-size: 50px auto;
}

.fe1 {
	position: relative;
	max-width: 900px;
	margin: 0 auto;
	padding: 30px 20px;
    box-sizing: border-box;
}

.fe1 .hide {
	display: none;
}

.fe1 div#errors {
    min-height: 50px;
}

.fe1 .titre {
	font-family: "montserratbold", Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #333;
	margin-bottom: 10px;
}

.fe1 .sous-titre,
.fe1 .infos {
	font-size: 1em;
	color: #fff;
	margin: 10px 0 30px 0;
    line-height: 35px;
    height: 30px;
    background: url("../../images/ampoule.svg") no-repeat 0 center;
    background-size: auto 27px;
    padding-left: 35px;
}

.fe1 .infos {
    line-height: normal;
    height: auto;
    background-position: 0 0;
}

.fe1 .titre2 {
	font-size: 1.4em;
	color: #fff;
	margin: 20px 0 15px 0;
}

.fe1 .titre u,
.fe1 .titre2 u {
	font-family: var(--fontbold), sans-serif;
	color: #fff;
}

.fe1 .accroche {
	font-size: 1em;
	color: #666;
	text-align: center;
    margin: -10px 0 0 -20px;
}

.fe1 .a-corriger {
    position: relative;
    padding: 15px;
    margin: 20px 0;
    background-color: #e5e5e5;
    border: #fa8900 2px solid;
    border-radius: 5px;
}

.fe1 .a-corriger::before {
    content: "A corriger !";
    position: absolute;
    top: -8px;
    left: 10px;
	font-size: 1em;
	color: #fa8900;
    text-transform: uppercase;
    padding: 0 10px;
    background-color: #fff;
    border-radius: 5px;
}

.fe1 .a-corriger .titre2 {
    margin-top: 0;
}

.fe1 .a-corriger .titre2, .fe1 .sous-titre {
    color: #414141;
}

.head_results {
	max-width: 1080px;
	margin: 30px auto 0 auto;
	text-align: left;
}

.head_results .titre {
	font-family: var(--fontbold), sans-serif;
	font-size: 2.4em;
	color: var(--main);
	margin-bottom: 10px;
}

.head_results .titre2 {
	font-size: 1.7em;
	color: var(--main);
	margin-bottom: 10px;
}

.fe1 .center {
	text-align: center;
}

.fe1 .quest {
	font-size: 1.4em;
	color: #444;
	margin: 15px 0;
	text-align: center;
}

.fe1 label {
	display: block;
	font-size: 1.1em;
    color: #fff;
	margin-bottom: 5px;
}

.fe1 label.center {
    text-align: center;
	margin-bottom: 5px;
}

.fe1 .radio input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
}

.fe1 .radio {
	position: relative;
	text-align: center;
}

.fe1 .radio.left {
	text-align: left;
}

.fe1 .radio label {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc(33.33% - 20px);
    margin: 0 20px 20px 0;
    background: #fff; 
    padding: 20px 30px;
    font-size: 1.05em;
    color: #222;
    text-align: center;
    cursor: pointer;
    border: #fff 2px solid;
    border-radius: 8px;
    box-sizing: border-box;
    opacity: 1;
    transition: all 0.2s ease-in-out;
}

.fe1 .radio.banques label {
	width: calc(25% - 20px);
    height: 120px;
    line-height: 75px;
}

.fe1 .radio.banques label:nth-child(8n+0) {
	margin-right: 0;
}

.fe1 .radio.banques label.banque {
    text-indent: -9999px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100px auto;
}

.fe1 .radio.banques input[type="radio"]:checked + label.banque {
    border-color: var(--main);
    background-color: #bbb;
}

.fe1 .radio label span {
	position: absolute;
	display: block;
	top: 50%;
	left: 0;
	right: 0;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: auto;
}

.fe1 .radio.projets label {
    font-size: 0.95em;
    width: calc(25% - 15px);
    height: 80px;
    margin: 0 15px 15px 0;
    padding: 30px 15px 30px 15px;
}

.fe1 .radio.projets label.linebreak {
    padding-top: 20px;
}

.fe1 .radio.projets label span {
    font-size: 0.75em;
    top: 42px;
    padding-left: 10px;
    padding-right: 10px;
	transform: none;
}

.fe1 .radio.large:not(.projets) label:nth-child(6n+0) {
	width: 33.33%;
	margin-right: 0;
}

.fe1 .radio.large.lignes label {
	height: 80px;
}

.fe1 .radio.durees label {
    height: 80px;
}

.fe1 .radio.durees label span {
    font-size: 0.8em;
    top: 42px;
    padding-left: 10px;
    padding-right: 10px;
	transform: none;
}

.fe1 .radio input[type="radio"]:hover + label {
	opacity: 0.8;
}

.fe1 .radio input[type="radio"]:checked + label,
.fe1 .radio input[type="radio"]:focus + label {
    border-color: #fff;
	color: #fff;
	opacity: 1;
}

.fe1 .radio input[type="radio"]:checked + label:not(.banque),
.fe1 .radio input[type="radio"]:focus + label:not(.banque) {
    background: var(--main);
}

.fe1 .radio input[type="radio"] + label.error, .fe1 .radio input[type="radio"]:checked + label.error, .fe1 .radio input[type="radio"]:focus + label.error {
	background-color: #fff;
	border-color: #fff;
    color: #222;
}

.fe1 .radio.small label {
	width: calc(16.66% - 10px);
	margin: 0 10px 10px 0;
	padding: 15px 5px;
	font-size: 1.1em;
}

.fe1 .radio.small label:nth-child(12n+0) {
	width: 16.66%;
	margin-right: 0;
}

.fe1 .bt-action {
	margin-top: 30px;
    overflow: hidden;
}

.fe1 input[type="submit"],
.fe1 a.etape-prec {
	display: block;
	float: right;
	width: 90px;
	height: 50px;
	text-indent: -9999px;
	background-color: var(--main);
    background-image: url("../../images/right-arrow.svg");
    background-repeat: no-repeat;
    background-position: center center;
	background-size: 25px auto;
	cursor: pointer;
	border: none;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 50px;
	box-sizing: border-box;
	transition: all 0.2s ease-in-out;
}

.fe1 input[type="submit"]:hover {
	background-color: var(--valid);
}

.fe1 a.etape-prec {
	float: left;
	background-image: url("../../images/left-arrow.svg");
}

.fe1 input[type="submit"].offres {
	text-indent: initial;
	font-family: var(--fontbold), sans-serif;
	font-size: 1.2em;
	color: #fff;
	width: auto;
	background-color: var(--valid);
	background-position: center right 15px;
	padding: 0 50px 0 20px;
}

.fe1 input[type="submit"].offres:hover {
	background-color: var(--main);
}

.fe1 input[type="text"], .fe1 textarea {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	border: #fff 2px solid;
	padding: 10px;
	margin-bottom: 15px;
	font-family: var(--fontregular), sans-serif;
	font-size: 1.1em;
	color: #333;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transition: all 0.2s ease-in-out;
}

.fe1 input[type="text"] {
	max-width: 300px;
    border-radius: 5px;
}

.fe1 input[type="text"]:focus {
    border-color: var(--focus);
    outline: none;
}

.fe1 input[type="text"].center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.fe1 input[type="text"].small {
	max-width: 100px;
}

.fe1 input[type="text"].large {
	max-width: 400px;
}

.fe1 input[type="text"].error {
	border-color: #DC4A28;
}

.fe1 .suffix {
	position: relative;
	max-width: 300px;
}

.fe1 .suffix::after {
  	position: absolute;
  	bottom: 27px;
  	right: 1em;
	font-family: var(--fontregular), sans-serif;
	font-size: 1.2em;
	color: #333;
}

.fe1 .suffix.euro::after {
 	content: '€';
}

.fe1 .suffix input[type="text"] {
	padding-right: 40px;
}

.fe1 .ib {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}

/*.fe1 .selectric-wrapper {
	max-width: 300px;
	margin-bottom: 15px;
}

.fe1 .selectric .label {
	font-size: 1.1em;
}

.fe1 .selectric-items li {
	font-size: 1.1em;
}

.selectric .button::after {
	border-width: 5px;
}*/

.fe1 select {
	max-width: 300px;
    height: 44px;
	padding: 10px;
	margin: 0 5px 15px 0;
	background-color: #fff;
	border: #fff 2px solid;
    border-radius: 5px;
    font-family: var(--fontregular), sans-serif;
	font-size: 1.1em;
    color: #333;
}

.fe1 select:focus {
    border-color: var(--focus);
    outline: none;
}

.fe1 select.error {
    border-color: #DC4A28;
}

.fe1 select.large {
	width: 300px;
}

.fe1 select option {
    font-family: var(--fontregular), sans-serif;
	font-size: 1.1em;
}

.chat-container {
	position: relative;
	margin: 0 0 30px 0;
}

section.full.results .chat-container {
	max-width: 1050px;
	min-height: 100px;
	margin: 25px auto;
}

#offres_clickout .chat-container {
	margin: 0 auto 30px auto;
}

.message-container .avatar {
	display: inline-block;
	vertical-align: top;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background: var(--main) url("../../images/avatar-chat.jpg") no-repeat center center;
	background-size: 90px auto;
	border: #fff 2px solid;
	margin-right: 10px;
}

section.full.results .message-container .avatar {
	border-color: #fff;
}

.message-container .message {
	display: inline-block;
    zoom: 1;
    vertical-align: middle;
	min-width: 85px;
	max-width: calc(100% - 105px);
	background-color: #fff;
	padding: 15px 20px;
	margin-top: 30px;
	font-size: 1.05em;
	font-weight: 400;
	color: #333;
	border-radius: 20px;
	border-top-left-radius: 0;
	box-sizing: border-box;
	overflow: hidden;
}

section.full.results .message-container .message {
	background-color: #fff;
}

.message-container .message strong {
	font-size: 1.1em;
}

.message-container .message b {
	display: block;
	margin-top: 7px;
}

.message-container.typing .message {
	padding-top: 20px;
}

@keyframes fade {
	to { background: rgba(52, 148, 202, .1); }
}
 
.indicator,
.indicator:before,
.indicator:after {
	content: '';
	display: inline-block;
	width: .68em;
	height: .65em;
	border-radius: 50%;
	background: rgba(52, 148, 202, .5);
	animation: .6s fade linear alternate infinite;
	vertical-align: top;
}
 
.indicator {
	white-space: nowrap;
}
 
.indicator:before {
	margin-left: 1.1em;
	animation-delay: .2s;
}
 
.indicator:after {
	margin-left: .4em;
	animation-delay: .4s;
}

.spacer {
    height: 105px;
}

@media screen and (max-width: 900px) {
	.fe1 .radio.large label,
	.fe1 .radio.large label:nth-child(6n+0) {
		width: calc(50% - 20px);
		margin-right: 20px;
	}
	.fe1 .radio.large label:nth-child(4n+0) {
		width: 50%;
		margin-right: 0;
	}
    .fe1 .sous-titre,
    .fe1 .infos {
        font-size: 1em;
        line-height: normal;
        height: auto;
        min-height: 35px;
        background-position: 0 0;
        background-size: auto 23px;
        padding-left: 30px;
    }
    .fe1 .radio.banques label {
        width: calc(33.3% - 20px);
    }
    .fe1 .radio.banques label:nth-child(8n+0) {
        margin-right: 20px;
    }
    .fe1 .radio.banques label:nth-child(6n+0) {
        margin-right: 0;
    }
}

@media screen and (max-width: 650px) {
    .fe1 .radio.banques label {
        width: calc(50% - 20px);
    }
    .fe1 .radio.banques label:nth-child(8n+0) {
        margin-right: 20px;
    }
    .fe1 .radio.banques label:nth-child(6n+0) {
        margin-right: 20px;
    }
    .fe1 .radio.banques label:nth-child(4n+0) {
        margin-right: 0;
    }
}

@media screen and (max-width: 600px) {
	.fe1 {
		padding-left: 10px;
		padding-right: 10px;
        margin-top: 0;
	}
	.fe1 .radio.large label {
		width: 100% !important;
		margin-right: 0 !important;
		margin-bottom: 10px;
		padding: 10px 30px;
	}
    .fe1 .radio.projets label {
        height: 55px;
		padding: 18px 20px;
    }
    .fe1 .radio.projets label.linebreak {
        padding-top: 10px;
    }
    .fe1 .radio.projets label span {
        top: 30px;
    }
	.fe1 .radio.large.lignes label {
		height: 60px;
	}
	.fe1 .radio.small label,
	.fe1 .radio.small label:nth-child(12n+0) {
		width: calc(25% - 10px);
		font-size: 1.1em;
		margin-right: 10px;
	}
	.fe1 .radio.small label:nth-child(8n+0) {
		width: 25%;
		margin-right: 0;
	}
	.fe1 .titre {
		font-size: 1.4em;
	}
	.fe1 .titre2 {
		font-size: 1.2em;
	}
	.fe1 .quest {
		font-size: 1.1em;
	}
	.head_results {
		margin: 20px auto 30px auto;
	}
	.head_results .titre {
		font-size: 1.8em;
	}
	.head_results .titre2 {
		font-size: 1.4em;
	}
    section.moteur h2 {
        font-size: 1.1em;
    }
	.message-container .avatar {
		width: 70px;
		height: 70px;
		background-size: 70px auto;
	}
	.message-container .message {
		margin-top: 0;
	}
	.spacer {
		height: 85px;
	}
}

@media screen and (max-width: 450px) {
    .fe1 .radio.banques label,
    .fe1 .radio.banques label:nth-child(6n) {
        width: calc(50% - 5px);
        margin: 0 10px 10px 0;
    }
    .fe1 .radio.banques label:nth-child(4n) {
        margin-right: 0;
    }
    .fe1 .radio.banques label:not(.banque) {
        width: 100%;
        margin-right: 0;
        height: 60px;
        line-height: normal;
    }
}


@media screen and (max-width: 400px) {
	.fe1 .radio.small label,
	.fe1 .radio.small label:nth-child(8n+0) {
		width: calc(50% - 10px);
		margin-right: 10px;
	}
	.fe1 .radio.small label:nth-child(4n+0) {
		width: 50%;
		margin-right: 0;
	}
	.fe1 input[type="submit"] {
		width: 75px;
	}
}
