* {
	font-size:16px;
}
.ml {
	display:none;
}
#content {
	background-color:#F7F7F7;
}
#texte_ml * {
	font-size:14px;
}
#texte_ml2 {
	padding:0 45px;
}
#texte_ml2 * {
	font-size:12px;
}

.plus {
	font-size:1.05em !important;
}
.content {
	padding:40px;
	background-color:white;
	overflow:auto;
}

.titre_simulation {
	background-color:#4F5365;
	text-transform:uppercase;
	text-align:center;
	color:white;
	font-family: 'Suzuki';
	padding:14px 0;
	font-size:18px;
}
.sous_titre_simulation {
	text-transform:uppercase;
	text-align:center;
	color:#003145;
	font-family: 'Suzuki';
	font-size:18px;
	margin-bottom:10px;
	clear:both;
}


.slick-arrow {
	position:absolute;
	top:46%;
	z-index:9000;
	text-indent:-9000px;
	background: transparent url(../images/chevron.svg) no-repeat 0 center;
	background-size: contain;
	width: 16px;
	height: 60px;
}
.slick-arrow:hover {
	background-color:transparent !important;
}
.slick-prev {
	left:-35px;
	rotate:180deg;
}
.slick-next {
	right:-35px;
}

.slider_moto {
	margin-bottom:40px;
}

.moto * {
	
}
.moto {
	margin: 0 5px;
	border: solid 2px transparent;
	cursor:pointer;
}
.moto .moto_img img {
	width:100%;
}
.moto .moto_texte {
	background-color:#D6D7DA !important;
	text-align:center;
	padding:30px 0 50px;
}
.moto .moto_nom {
	color:#0D3EBE;
	font-weight:bold;
	text-transform:uppercase;
	font-family: 'Suzuki';
	font-size:24px;
}
.moto .moto_btn {
	border-radius:5px;
	text-align:center;
	display:inline-block;
	color:white;
	text-transform:uppercase;
	margin-top:15px;
	font-weight:bold;
	padding:10px 30px;
	padding-left:70px;
	background:url('../images/etiquette_suzuki_blanc.svg') no-repeat 20px 4px;
	background-color:#0A2A7F;
}
.moto.on {
	border: solid 2px #0D3EBE !important;
}
.moto.on .moto_texte {
	background-color:#0D3EBE !important;
}
.moto.on .moto_nom {
	color:white;
}
.moto.on .moto_btn {
	background-image:url('../images/etiquette_suzuki.svg');
	background-color:white;
	color:#0A2A7F;
}


.pack {
	background:#F7F7F7 !important;
	color:#707070;
	margin-bottom:10px;
	border-radius:10px;
	padding:10px;
	cursor:pointer;
	float:left;
	width: calc(50% - 5px);
	min-height: 304px;
	border:solid 2px white;
}
.pack:nth-child(2){
	margin-left:10px;
}

.pack.on {
	background:#F7F7F7 !important;
	color:#0A2A7F;
	border:solid 2px #0A2A7F;
}

.pack-titre {
	text-align:center;
	text-transform:uppercase;
	font-family: 'Suzuki';
	font-size:22px;
	margin:10px 0;
}
.pack-detail {
	text-align:left;
	position:relative;
	min-height: 265px;
	padding-bottom: 60px;
}
.option_ligne {
	margin:0 auto;
	width:75%;
}
.option_ligne label {
	margin-right:10px;
	display:inline-block;
}
.pack-montant {
	text-align:center;
	text-transform:uppercase;
	font-family: 'Suzuki';
	font-size:25px;
	min-height:70px;
}
.pack-montant span {
	font-size:40px;
}
.pack-montant sup a {
	color: #0A2A7F;
	text-decoration:none !important;
}
.credit_ml {
	font-size:13px;
	display:none;
	text-align:center;
	line-height:12px;
}
.pack.on .credit_ml {
	display:block;
}

span.checked,
.option_ligne input[type="checkbox"] {
	
	margin:0;
	margin-right:10px;
	display:inline-block;
	
	-webkit-appearance: none;
	appearance: none;
	background-color: white;
	
	font: inherit;
	color: #f00;
	width: 1.4em;
	height: 1.4em;
	border: 0.15em solid #9D9D9D;
	border-radius: 50%;
	transform: translateY(0.29em);
	place-content: center;
}
span.checked,
.option_ligne input[type="checkbox"]:checked {
	background-color:#0A2A7F;
	border: 0.15em solid #9D9D9D;
}

span.checked:before,
.option_ligne input[type="checkbox"]:checked::before {
	content: "";
	width: 1.4em;
	height: 1.4em;
	background: url('../images/validation.svg') no-repeat 3px 2px;
	display: block;
	background-size: 80%;
	opacity:0.3;
}
.pack.on span.checked:before,
.pack.on .option_ligne input[type="checkbox"]:checked::before {
	opacity:1;
}

.option_ligne {
	padding:5px 10px;
	position:relative;
	border-top:solid 1px #ddd;
}
.option_ligne:last-child {
	border-bottom:solid 1px #ddd;
}
.option_ligne.on {
	background-color:#ddd;
}
.option_ligne_plus {
	position:absolute;
	top: 9px;
	right: 9px;
	font-size:40px;
	line-height:24px;
	color:#aaa;
	cursor:pointer;
}
.option_ligne.on .option_ligne_plus {
	top: 6px;
	right: 12px;
}
.option_ligne_content {
	display:none;
	padding:16px;
}
.option_ligne.on .option_ligne_content {
	display:block;
}
.option_ligne_titre {
	font-size:14px;
	font-weight:bold;
	color:#4F5365;
	line-height:16px;
	margin-bottom:10px;
}
.option_ligne_texte {
	font-size:12px;
	color:#4F5365;
}


#retour {
	width: 50%;
	float:left;
	clear: both;
}

.packs {
	margin-bottom:30px;
	overflow:auto;
}
#photo_modele {
	width:43%;
	margin-right:10%;
	float:left;
	padding-top: 70px;
}
#photo_modele img {
	width:100%;
}

#form_check {
	margin-top:60px;
	width: 40%;
	float:left;
}
#form_check label {
	display:inline-block;
	color:#002A7F;
	text-transform:uppercase;
	font-family: 'Suzuki';
	font-size:18px;
}
#form_check .num {
	display:inline-block;
}
#form_check form > div {
	margin-bottom: 30px;
}

.num {
	border-radius: 20px;
	background: #F7F7F7;
	padding:0px 14px;
	font-size:18px;
	font-family: 'Suzuki';
	color:#002A7F;
	float:right;
	min-width:100px;
	text-align:right;
}
.num span {
	font-family: 'Suzuki';
}

input[type="range"] {
	margin-top:20px;
	clear:both;
	display:block;
	width:100%;
	-webkit-appearance: none;
	height: 12px;
	background: #F7F7F7;
	border-radius: 5px;
	background-image: linear-gradient(#0D3EBE, #0D3EBE);
	background-size: 70% 100%;
	background-repeat: no-repeat;
}

/* Input Thumb */
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: #FFF;
  cursor: ew-resize;
  box-shadow: 0 0 6px 0 #0D3EBE;
  transition: background .3s ease-in-out;
}

input[type="range"]::-moz-range-thumb {
	-webkit-appearance: none;
	height: 12px;
	width: 12px;
	border-radius: 50%;
	background: white;
	cursor: ew-resize;
	border:solid 7px #0D3EBE;
	transition: background .3s ease-in-out;
}

input[type="range"]::-ms-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #0D3EBE;
  cursor: ew-resize;
  box-shadow: 0 0 2px 0 #555;
  transition: background .3s ease-in-out;
}


/* Input Track */
input[type=range]::-webkit-slider-runnable-track  {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

input[type=range]::-moz-range-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

input[type="range"]::-ms-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}




#retour_global {
	background:#F7F7F7;
	padding:40px;
	clear:both;
	overflow:auto;
}
#retour_texte {
	width:calc(100% - 40px);
	margin-right:10%;
	color:#4F5365;
}
#texte_ml {
	width: 50%;
	float:left;
}
.texte_ligne {
	padding-bottom:4px;
	margin-bottom:6px;
	border-bottom:solid 1px #707070;
	font-weight:bold;
	clear:both;
	font-size:14px !important;
}
.texte_ligne.plus {
	padding : 30px 0;
}
.texte_ligne span {
	color:#002A7F;
	display:block;
	float:right;
	font-size:14px !important;
}
.texte_ligne.plus span {
	font-size:28px !important;
	margin-top: -25px;
}

.btn_concess {
	border-radius:5px;
	text-align:center;
	display:inline-block;
	color:white;
	text-transform:uppercase;
	margin-top:15px;
	font-weight:bold;
	padding:10px 30px;
	padding-left:70px;
	background:url('../images/etiquette_suzuki_blanc.svg') no-repeat 20px 4px;
	background-color:#0A2A7F;
	width:calc(100% - 40px);
	text-decoration:none !important;
}
.btn_concess:hover {
	background-color:#0D3EBE;
	color:white;
}
.pack-detail .btn_concess {
	position:absolute;
	bottom:0;
	width:100%;
}



#step2 {
	display:none;
	background-color:white;
	overflow: auto;
}

#photo_modele_concess {
	width:50%;
	clear:left;
	float:left;
	text-align:center;
	margin-bottom:40px;
}
#photo_modele_concess img {
	width:90%;
}

#retour_concess {
	width:calc(50% - 40px);
	float:left;
	background-color:#F7F7F7;
	padding:20px 30px;
	border-radius:10px;
	margin-bottom:40px;
}

#step2 .sous_titre_simulation {
	margin:30px 0;
}
#step2 .sous_titre_simulation a {
	color:#0A2A7F;
}

.texte_ligne_concess {
	margin-bottom:6px;
	clear:both;
	text-transform:uppercase;
	font-size:16px !important;
	color:#003145;
	font-weight:600;
}
.texte_ligne_concess span {
	color:#042A7F;
	font-size:16px !important;
}
.texte_ligne_concess.plus {
	font-size:24px !important;
	font-weight:bold;
}
.texte_ligne_concess.plus span {
	font-size:24px !important;
	margin-top: -25px;
	font-weight:bold;
}
.texte_ligne_concess.plus span a {
	color:#0A2A7F;
	text-decoration:none !important;
}

#choose_concess {
	clear:both;
	color:#393939;
}
#choose_concess .requete {
	text-align:center;
	color:white;
	width: calc(100% - 60px);
	margin: 0 auto 1em;
	background-color: #0D3EBE;
	padding: 20px 15px 0;
}
#choose_concess h3 {
	font-size: 16px;
	line-height: 1;
	line-height: 1.68421;
	font-weight: bold;
	text-transform: uppercase;
}
#choose_concess .requete input#code_postal {
	background-image: url('../images/cp.svg');
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 27px;
	padding-left: 47px;
	max-width: 386px;
}

#choose_concess .first_choice_concessionnaire,
#choose_concess .other_choice_concessionnaire {
	display:none;
	width: calc(100% - 60px);
	margin: 0 auto 1em;
}

#choose_concess .first_choice_concessionnaire {
	background-color: #0D3EBE !important;
	padding: 30px 15px;
	color:#393939 ! important;
}
#choose_concess .other_choice_concessionnaire {
	padding: 10px 0 20px;
}

#choose_concess .first_choice_concessionnaire h3 {
  text-align: left;
  width: 100%;
  max-width: 340px;
  margin: 0 auto 0.8rem;
  color: #FFF;
}
#choose_concess .other_choice_concessionnaire h3 {
	text-align: left;
}
#choose_concess .valid_concess {
	display: none;
}

#choose_concess .bloc-concessionnaire {
	display: flex;
	flex-wrap: wrap;
	max-width: 386px;
	width: 33%;
	margin: 0 0 5px;
	background-color: #F7F7F7;
	padding: 1.5em;
}
#choose_concess #first_concess .bloc-concessionnaire {
  margin: 0 auto;
  background-color: #FFF;
}
#choose_concess .other_choice_concessionnaire #liste_concess {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
#choose_concess label {
	text-transform: uppercase;
	font-size: 12px;
	cursor: pointer;
	text-align: left;
	line-height: 20px;
	margin-left: 10px;
}
#choose_concess .valid_concess {
  justify-content: center;
  width: 302px !important;
  margin: 1em auto 0;
  color: #FFF;
  background-color: #202A7F;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 4px;
  height: 60px;
}


#form_customer {
	clear:both;
	width: calc(100% - 80px);
	margin: 0 auto 40px;
	margin-top:15px;
	background-color:#F7F7F7;
	padding:30px 60px;
	border-radius: 10px;
}

#form_customer .user_infos input[type='email'],
#form_customer .user_infos input[type='text'],
#form_customer .user_infos select {
	width:47.5%;
	margin-right:2.5%;
	float:left;
	margin-bottom:2.5%;
}

#form_customer h3 {
	text-transform: uppercase;
	text-align: center;
	color: #003145;
	font-family: 'Suzuki';
	font-size: 18px;
}

#form_customer .send {
	text-decoration:none;
	border-radius: 5px;
	text-align: center;
	color: white;
	text-transform: uppercase;
	margin-top: 20px;
	font-weight: bold;
	padding: 13px 30px;
	padding-left: 42px;
	background: url('../images/etiquette_suzuki_blanc.svg') no-repeat 20px 12px;
	background-color: rgba(0, 0, 0, 0);
	background-color: #0A2A7F;
	display:block;
}
#form_customer .send:hover {
	background-color:#0D3EBE;
	color:white;
}



#resultat_ok {
	padding: 0 30px;
	padding-top: 40px;
	clear:both;
	overflow:auto;
}
#resultat_ok #texte_ok {
	width: calc(50% - 40px);
	margin-left: 20px;
	clear: left;
	float: left;
	text-align:center;
	background-color:#83C900;
	color:white;
	border-radius: 10px;
	padding: 50px 35px;
	padding-top: 55px;
	min-height:160px;
	position:relative;
	font-weight:bold;
}
#resultat_ok #texte_ok:before {
	display:block;
	content:'';
	position:absolute;
	background: url('../images/fleche.svg') no-repeat center center;
	background-size:cover;
	width: 80px;
	height: 80px;
	top: -40px;
	left: calc(50% - 40px);

}
#resultat_ok #concess_ok {
	width: calc(50% - 10px);
	margin-left:20px;
	float: left;
	padding: 40px;
	border-radius: 10px;
	padding-left:80px;
	background: url('../images/validation.svg') no-repeat 40px center;
	background-color: #F7F7F7;
	margin-bottom:20px;
	min-height:160px;
}



.input_error {
	border:solid 1px #f00 !important;
}
.error {
	color:red;
}
.spinner,
.spinner2 {
	margin: 0 auto;
	width: 20px;
	display:none;
	clear:both;
}




#spinner {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 16px;
  height: 16px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}




@media (max-width: 990px) {
	
	.titre_simulation {
		font-size:16px;
	}
	
	.slick-prev {
		left:-10px;
		rotate:180deg;
	}
	.slick-next {
		right:-10px;
	}
	
	body,
	.wrapper
	{
		width:100%;
		overflow-x:hidden;
	}
	#photo_modele {
		padding-top: 0;
	}
	.content {
		padding:10px;
	}
	.pack {
		width:100%;
		margin-left:0 !important;
	}
	.option_ligne {
		width: 100%;
	}
	.btn_concess {
		background-position:20px 18px;
	}
	
	#resultat_ok #concess_ok,
	#resultat_ok #texte_ok,
	#photo_modele_concess,
	#retour_concess,
	#texte_ml,
	#retour,
	#retour_texte,
	#form_check,
	#photo_modele {
		width:100%;
		margin:0;
	}
	#resultat_ok #concess_ok,
	#resultat_ok #texte_ok {
		margin-top: 30px;
	}
	#retour_global {
		padding:10px;
		margin-top:30px;
	}
	.texte_ligne span {
		float: inherit;
		text-align:right;
	}
	.texte_ligne.plus {
		padding:0;
	}
	.texte_ligne.plus span {
		margin-top: inherit;
	}
	#retour .btn_concess {
		width:100%;
	}
	#texte_ml {
		padding-top:10px;
	}
	#retour_concess > div:not(.plus)  span {
		display:block;
		text-align:right;
	}
	#choose_concess .first_choice_concessionnaire {
		padding-left:0;
		padding-right:0;
		width: calc(100% - 20px);
		padding: 0 0 20px;
	}
	#first_concess .bloc-concessionnaire {
		max-width: 100%;
		width: 100%;
	}
	#form_customer {
		margin-top:20px;
		padding:20px;
		width: 100%;
	}
	#form_customer .user_infos input[type="email"],
	#form_customer .user_infos input[type="text"],
	#form_customer .user_infos select {
		width:100%;
		margin:0;
		margin-bottom:4px;
		float:inherit;
	}
}
