/* Cadre général */

#simulateur {
	position: relative;
	max-width: 960px;
	width: 100%;
	height: auto;
	margin: auto;
	padding: 15px;
	border: 1px solid #ddd;
	background: #FFF;
	border-radius: 2px 2px 2px 2px;
	box-shadow: 0px 0px 3px rgba(0,0,0, 0.2);
	background-image: -webkit-linear-gradient(#FFF, #FFF 20%, #EEE 80%, #DDD);
	background-image: -moz-linear-gradient(#FFF, #FFF 20%, #EEE 80%, #DDD);
	background-image: -ms-linear-gradient(#FFF, #FFF 20%, #EEE 80%, #DDD);
	background-image: -o-linear-gradient(#FFF, #FFF 20%, #EEE 80%, #DDD);
	background-image: linear-gradient(#FFF, #F4F4F4 20%, #E8E8E8 80%, #BCBCBC);
}

#simulateur:before,
#simulateur:after {
	content: " ";
	position: absolute;
	width: 50%;
	height: 15%;
	bottom: 15px;
	z-index: -10;
	box-shadow: 0px 20px 10px rgba(0,0,0, 0.4);
	border-radius: 10%;
}
#simulateur:before {
	left: 10px;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
#simulateur:after {
	right: 10px;
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
}

/* Cadre choix teinte */

#choix_teinte {
	min-width: 100px;
	min-height: 100px;
	display: inline-block;
	vertical-align: top;
	margin-top: 20px;
	margin-left: 35px;
	box-sizing: border-box;
	color: rgb(122, 137, 150);
	font-family: karmilla,Helvetica,Arial,sans-serif;
	font-size: 16px;
	line-height: 24px;
	opacity: 0.7;
	padding-bottom: 22px;
	text-align: left;
}

#choix_teinte p {
	box-sizing: border-box;
	color: rgb(122, 137, 150);
	margin: 24px 10px 20px 0px;
	font-family: karmilla,Helvetica,Arial,sans-serif;
	font-size: 15px;
	line-height: 24px;
}

#choix_teinte label {
	box-sizing: border-box;
	color: #121C24;	
}

/* Modification des radio */
#choix_teinte input[type="radio"]:checked,
#choix_teinte input[type="radio"]:not(:checked) {
	opacity: 0.01;
	margin: 0px;
	padding: 0px;
}
#choix_teinte input[type="radio"]:checked:focus,
#choix_teinte input[type="radio"]:not(:checked):focus {
	box-shadow: none!important;
	outline: 0!important;
	border: 0!important;
}
#choix_teinte input[type="radio"]:checked+.radio,
#choix_teinte input[type="radio"]:not(:checked)+.radio {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding-left: 6px;
	margin-right: 5px;
	cursor: pointer;
}
#choix_teinte input[type="radio"]:checked+.radio:before,
#choix_teinte input[type="radio"]:not(:checked)+.radio:before {
	content: '';
	position: absolute;
	left: 0;
	top: 2px;
}
#choix_teinte input[type="radio"]:checked+.radio:before,
#choix_teinte input[type="radio"]:not(:checked)+.radio:before {
	margin: 0 0 0 -16px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 2px solid #F2F5F7;
	background: #1F2332;
}
#choix_teinte input[type="radio"]:checked+.radio:after,
#choix_teinte input[type="radio"]:not(:checked)+.radio:after {
	content: '';
	position: absolute;
	top: 7px;
	left: -11px;
	width: 10px;
	height: 10px;
	background: #40B1D0;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	border-radius: 50%;
}
#choix_teinte input[type="radio"]:checked+.radio-disabled:before,
#choix_teinte input[type="radio"]:not(:checked)+.radio-disabled:before,
#choix_teinte input[type="radio"][disabled]:checked+.radio:before,
#choix_teinte input[type="radio"][disabled]:not(:checked)+.radio:before {
	border-color: #394956;
	background: #ddd;
}
#choix_teinte input[type="radio"]:not(:checked)+.radio:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}
#choix_teinte input[type="radio"]:checked+.radio:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
#choix_teinte input[type="radio"]:checked+.radio:before {
	border-color: #40B1D0;
}

#choix_teinte input[type="radio"]:checked+.radio-disabled:after,
#choix_teinte input[type="radio"]:not(:checked)+.radio-disabled:after {
	background: #121C24;
}
#choix_teinte input[type="radio"]:checked+.radio-disabled:before {
	border-color: #121C24;
}

/* Cadre photo */

#sloganSimul {
	width: 100%;
	margin: 10px auto 15px auto;
	text-align: center;
	position: absolute;
	top: 50%;
}

#cadre_simul {
	width: 100%;
	max-width: 760px;
	height: 600px;
	margin: auto;
	padding: 0px;
	display: inline-block;
	position: relative;
}

#vue_ext, #cadre_int {
	max-width: 760px;
	height: auto;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.imgFond_Simul_ext {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0px;
	left: 0px;
}

.imgFond_Simul_ext img {
	width: 100%;
	height: auto;
	box-shadow: 0px 0px 4px rgba(0,0,0, 0.4);
}

#vue_int1, #vue_int2 {
	max-width: 370px;
	height: auto;
	display: inline-block;
}

#vue_int1 { margin: 0px 6px 0px 0px; }

#vue_int2 { margin: 0px 0px 0px 6px; }

.imgFond_Simul_int1, .imgFond_Simul_int2, .film_int1, .film_int2 {
	width: 48%;
	height: auto;
	position: absolute;
	top: 60%;
	bottom: 0px;
}

.imgFond_Simul_int1, .film_int1 { left: 0px; }

.imgFond_Simul_int2, .film_int2 { right: 0px; }

.imgFond_Simul_int1 img, .imgFond_Simul_int2 img {
	width: 100%;
	height: auto;
	box-shadow: 0px 0px 4px rgba(0,0,0, 0.4);
}

.film_ext {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0px;
	left: 0px;
}

.film_ext img, .film_int1 img, .film_int2 img {
	width: 100%;
	height: auto;
}

@media only screen and (max-width: 1038px) {
	#choix_teinte {
		display: block;
		min-width: auto;
		min-height: auto;
		text-align: center;
		margin: 20px auto auto auto;
	}

	#choix_arriere {
		max-width: 750px;
		display: inline-block;
	}

	#choix_avant {
		max-width: 160px;
		display: inline-block;
	}

	#choix_teinte p {
		display: inline-block;
		margin: 10px 10px 10px 0px;
	}

	#choix_arriere .label {
		display: inline-block;
		width: 75px;
		text-align: left;
	}

	#choix_avant .label {
		display: inline-block;
		width: 85px;
		text-align: left;
	}

	#cadre_simul { display: block; }

	#simulateur .legende_autre { margin-top: 0px; }
}

@media only screen and (max-width: 839px) {
	#choix_teinte p { margin: 10px 0px 10px 0px; }
}

@media only screen and (max-width: 768px) {
	#cadre_simul { height: 540px; }
}

@media only screen and (max-width: 740px) {
	#cadre_simul { height: 500px; }
}

@media only screen and (max-width: 640px) {
	#cadre_simul { height: 450px; }
	#sloganSimul { font-size: 1em; }
}

@media only screen and (max-width: 568px) {
	#cadre_simul { height: 390px; }
	#sloganSimul { top: 48%; font-size: 1em; }
}

@media only screen and (max-width: 499px) {
	#cadre_simul { height: 350px; }
	#sloganSimul { top: 46%; font-size: 1em; }
}

@media only screen and (max-width: 480px) {
	#cadre_simul { height: 336px; }
	#sloganSimul { top: 45%; font-size: 1em; }
}

@media only screen and (max-width: 360px) {
	#cadre_simul { height: 250px; }
	#sloganSimul { top: 42%; font-size: 0.9em; }
}

@media only screen and (max-width: 320px) {
	#cadre_simul { height: 220px; }
	#sloganSimul { top: 41%; font-size: 0.8em; }
}

/* Bouton accès site */
.AppsSection #AccesSite {
	width: 150px;
	height: 50px;
	margin:  40px auto auto auto;
	text-align: center;
	border-radius: 3px;
	background: #c9de96;
	background: -moz-linear-gradient(top,  #c9de96 0%, #8ab66b 44%, #398235 100%);
	background: -webkit-linear-gradient(top,  #c9de96 0%,#8ab66b 44%,#398235 100%);
	background: linear-gradient(to bottom,  #c9de96 0%,#8ab66b 44%,#398235 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9de96', endColorstr='#398235',GradientType=0 );
}

.AppsSection #AccesSite p {
	margin: 0;
}

.AppsSection #AccesSite p a {
	color: #1d1d1d;
	font-family: 'opensans_regular', sans-serif;
	text-decoration: none;
	font-size: 1rem;
	display: block;
	padding: 14px 0;
}

/* Copyright simulateur */
#Page_Simulateur .droit {
	color: #444;
}
