@charset "utf-8";

/*@font-face {
	font-family: 'robotobold';
	font-style: normal;
	font-weight: normal;
	src: url('./fonts/Roboto-Bold-webfont.eot');
	src: url('./fonts/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
	url('./fonts/Roboto-Bold-webfont.svg#source_sans_probold') format('svg'),
	url('./fonts/Roboto-Bold-webfont.ttf') format('truetype'),
	url('./fonts/Roboto-Bold-webfont.woff') format('woff');
}

@font-face {
	font-family: 'robotoregular';
	font-style: normal;
	font-weight: normal;
	src: url('./fonts/Roboto-Regular-webfont.eot');
	src: url('./fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
	url('./fonts/Roboto-Regular-webfont.svg#source_sans_probold') format('svg'),
	url('./fonts/Roboto-Regular-webfont.ttf') format('truetype'),
	url('./fonts/Roboto-Regular-webfont.woff') format('woff');
}
@font-face{
 	font-family:'FontAwesome';
 	src:url('./fonts/fontawesome-webfont.eot?v=4.7.0');
 	src:url('./fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),
 	url('./fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('./fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),
 	url('./fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('./fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;
 	font-style:normal
}*/

/* Styles OASIS */
body {
	margin: 0;
}

.fleft {
	float: left;
}
.fright {
	float: right;
}
.clear {
	clear: both;
}
.fond-page {
	min-width: 1180px !important;
	margin: auto;
	padding-bottom: 10px;
}
.fond-contenu {
	width: 1180px !important;
	margin: auto;
	border: solid 1px #EFEFEF;
}

/* Structure */
.tiroir_configurateur {
	padding: 0 20px 20px 20px;
	font-family: robotoregular;
	font-size:14px;
}
.tiroir_banniere {
	height: 250px;
}
.tiroir_colonne_gauche {
	/*width: 780px;*/
	width: 65%;
	box-sizing: border-box;
	float: left;
	padding-top: 0px;
	padding-right:10px;
}
.tiroir_colonne_droite {
	/*width: 380px;*/
	width: 35%;
	box-sizing: border-box;
	float: left;
	padding-top: 0px;
	padding-left: 0px;
}

/* Généralités */
.tiroir_titre {
	font-family: robotobold;
	text-transform: uppercase;
	color: #222222;
	position: relative;
}
.tiroir_bouton a {
	font-family: robotobold;
	text-transform: uppercase;
	font-size: 24px;
	text-decoration: none;
	color: #ffffff;
	background-color: #222222;
	display: inline-block;
	padding: 5px;
	width: 60%;
	text-align: center;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.tiroir_bouton a:hover {
	color: #222222;
	background-color: #cccccc;
	box-shadow: 0px 0px 0px 2px #cccccc;
}


.tiroir_check span:before {
	content: "\f058";
	font-family: FontAwesome;
	color: #ffffff;
	margin-right: 5px;
}

/* étapes */
.tiroir_etapes {
	/*margin-top: 10px;	*/
	/*width: 770px;*/
	width: 100%;
}
.tiroir_etape {
	border-bottom: solid 2px #e6e6e6;
	padding: 10px 0;
	position: relative;
}
.tiroir_etape > .tiroir_titre {
	line-height: 30px;
	height: 30px;
	font-size: 24px;
	padding-right: 5px;
	display: inline-block;
	cursor: pointer;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.tiroir_etape > .tiroir_titre:hover {
	background-color:#efefef;
}
.tiroir_etape > .tiroir_titre:before {
	content:"\f105";
	font-family: FontAwesome;
	margin-right: 5px;
}
/*.tiroir_etape > .tiroir_titre:after {
	content: "\f29c";
	font-family: FontAwesome;
	margin-left: 5px;
	cursor: help;
}*/
.tiroir_etape_check:not(.open):after {
	content: "\f046";
	font-family: FontAwesome;
	font-size: 24px;
	color: #2e7f0a;
	line-height: 30px;
	height: 30px;
	display: inline-block;
	top: 11px;
	right: 10px;
	position: absolute;
}
.tiroir_saisie input, #largeur_monte{
	border: 1px solid #999;
	height: 35px;
	padding: 0 5px;
	line-height: 35px;
	font-size: 24px;
	margin-right: 10px;
	box-sizing: border-box;
}
.tiroir_saisie label {
	display: block;
	padding: 5px 0;
}
.bouton_valider,
.config_popup_btn,
.bloc_alternatif .div_bouton{
	display: inline-block;
	vertical-align: bottom;
	background-color: #222222;
	color: #ffffff;
	height: 35px;
	padding: 5px 10px;
	box-sizing: border-box;
	line-height: 23px;
	text-transform: uppercase;
	font-weight: bold;
	min-width: 150px;
	text-align: center;
	font-size: 18px;
	border-radius: 5px;
	margin-top: 5px;
	cursor:pointer;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.bouton_valider a,
.config_popup_btn a {
	color: #fff;
	text-decoration: none;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.bouton_valider:hover,
.config_popup_btn:hover,
.bloc_alternatif .div_bouton:hover{
	background-color:#cccccc;
	color:#222222;
}
.bouton_valider:hover a,
.config_popup_btn:hover a {
	color: #222222;
}
.tiroir_aide {
	text-transform:none;
	background-color: #ffffff;
	color: #333333;
	font-family: robotoregular;
	font-size: 14px;
	line-height: 17px;
	border: solid 2px #aaaaaa;
	box-shadow: rgba(0, 0, 0, 0.25) 2px 3px 10px;
	padding:20px;
	width: 770px;
	box-sizing:border-box;
	position:absolute;
	z-index:10;
	display: none;
}
.tiroir_etape > .tiroir_titre:hover .tiroir_aide {
	display: block;
}

.tiroir_etapes .tiroir_choix {
	width: 170px;
	margin-right: 10px;
	margin-top: 10px;
	float: left;
	border: solid 2px #cccccc;
	box-sizing: border-box;
	cursor: pointer;
	position: relative;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.tiroir_etapes .tiroir_choix:hover {
	border: solid 2px #444444;
}
.tiroir_etapes .tiroir_choix .tiroir_titre {
	color: #333333;
	font-size: 20px;
	line-height: 20px;
	padding: 10px;
	height:60px;
}
.tiroir_etapes .tiroir_choix .tiroir_soustitre {
	color: #666666;
	font-size: 13px;
	font-family: robotoregular;
}
.tiroir_etapes .tiroir_choix .tiroir_image img {
	max-height: 75px;
	max-width: 100%;
}
.tiroir_etapes .tiroir_choix .tiroir_image {
	max-height: 75px;
	text-align: center;
	padding: 0 10px;
	margin-bottom: 10px;
}

.tiroir_etapes .tiroir_choix .tiroir_color {
	max-height: 75px;
	height: 75px;
	width: 75px;
	border-radius: 50%;
	margin: auto;
	margin-bottom: 10px;
	border: solid 1px #ccc;
}

.tiroir_recap .tiroir_liste .tiroir_recap_color {
	max-height: 25px;
	height: 25px;
	width: 25px;
	border-radius: 50%;
	margin-left: 15px;
	border: solid 1px #ccc;
}

.tiroir_etapes .tiroir_choix.tiroir_choix_actif {
	border: solid 2px #444444;
	cursor:auto;
}
.tiroir_etapes .tiroir_choix.tiroir_choix_actif .tiroir_check {
	background-color: #444444;
	color: #ffffff;
	font-size: 16px;
	text-transform: uppercase;
	font-family: robotobold;
	line-height: 40px;
	text-align:center;
	position: absolute;
	left: 0px;
	bottom: 0;
	width: 100%;
}
.tiroir_etapes .tiroir_etape_suivante {
	margin: 20px auto 0 auto;
	text-align:center;
}
.tiroir_etapes .tiroir_etape_suivante a:after {
	content: "\f101";
	font-family: FontAwesome;
	margin-left: 5px;
}

/* Récapitulatif */
.tiroir_recap {
	background-color: #e2e2e2;
	box-sizing: border-box;
	padding: 15px 15px;
}
.tiroir_recap .tiroir_titre {
	font-size: 24px;
	margin-bottom: 15px;
}
.tiroir_recap .tiroir_titre:before {
	content: "\f085";
	font-family: FontAwesome;
	margin-right: 5px;
}
.tiroir_recap .tiroir_image {
	height: 250px;
	overflow: hidden;
}
.tiroir_recap .tiroir_image img {
	width: 100%;
}
.tiroir_recap .tiroir_soustitre {
	font-size: 24px;
	font-family: robotobold;
	color: #222222;
}
.tiroir_recap .tiroir_soustitre:after {
	content: "\f103";
	font-family: FontAwesome;
	margin-left: 5px;
}
.tiroir_recap .tiroir_liste ul {
	list-style: inside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.tiroir_recap .tiroir_liste ul li {
	margin-top: 10px;
	font-size: 18px;
	background-color: #ffffff;
	padding: 10px 15px;
	color: #444444;
	font-family: robotobold;
	position:relative;
	cursor: pointer;
	box-sizing: border-box;
	border: solid 2px #ffffff;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.tiroir_recap .tiroir_liste ul li:hover {
	border: solid 2px #444444;
}
.tiroir_recap .tiroir_liste ul li span {
	font-family: robotoregular;
	font-style: italic;
	display:block;
	padding-left:15px;
}
.tiroir_recap .tiroir_liste ul li div:after {
	content: "\f044";
	font-family: FontAwesome;
	margin-left: 5px;
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.tiroir_recap .tiroir_liste ul li > div:before {
	content: "\f0c8";
	font-family: FontAwesome;
	margin-right: 5px;
	font-size: 12px;
}
.tiroir_recap .tiroir_liste ul li.nolink:hover {
	border: solid 2px transparent;
	cursor: default;
}
.tiroir_recap .tiroir_liste ul li.nolink div:after {
	display:none;
}


.tiroir_total {
	background-color: #444444;
	padding: 15px 20px;
	margin-top: 10px;
}
.tiroir_total .tiroir_prix,
.tiroir_total .tiroir_quantite {
	font-family: robotoregular;
	text-transform: uppercase;
	font-size: 24px;
	color: #ffffff;
	margin: 5px 0;
	line-height: 35px;
}
.tiroir_total .tiroir_prix span {
	font-family: robotobold;
}
.tiroir_total .tiroir_quantite input {
	width: 80px;
	height: 35px;
	box-sizing: border-box;
	text-align: center;
	border-radius: 5px;
	border: none !important;
	vertical-align: middle;
	font-family: robotoregular;
	font-size: 24px;
	color: #222222;
}
.tiroir_quantite_modif {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}
.tiroir_quantite_plus,
.tiroir_quantite_moins {
	height: 15px;
	line-height: 11px;
	width: 15px;
	display: block;
	border: solid 2px #ffffff;
	box-sizing: border-box;
	font-size: 16px;
	border-radius: 3px;
	cursor: pointer;
	font-family: robotobold;
	text-align: center;
}
.tiroir_quantite_moins {
	margin-top:5px;
}
.tiroir_total .tiroir_bouton {
	margin-top: 20px;
}
.tiroir_total .tiroir_bouton a {
	width: 100%;
}
.tiroir_total .tiroir_bouton a:before {
	content: "\f291";
	font-family: FontAwesome;
	margin-right: 5px;
}
.bouton_reset a {
	display: inline-block;
	vertical-align: bottom;
	text-decoration: none;
	background-color: #FFFFFF;
	border: solid 2px #222222;
	color: #222222;
	font-family: robotoregular !important;
	height: 35px;
	padding: 5px 10px;
	box-sizing: border-box;
	line-height: 21px;
	text-transform: uppercase;
	font-weight: bold;
	min-width: 150px;
	text-align: center;
	font-size: 18px;
	border-radius: 5px;
	margin-top: 5px;
	cursor:pointer;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.bouton_reset:hover a {
	background-color:#222222;
	color:#ffffff;
}

.tiroir_choix_hidden {
	display: none;
}

/* POPUP */
.config_popup_hidden {
	display: none;
}
.config_popup_background {
	background-color: rgba(0,0,0,0.5);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}
.config_popup_title {
	text-transform: uppercase;
	color: #333333;
	font-size: 18px;
	font-family: 'robotobold';
}
.config_popup_content {
	background-color: #FFFFFF;
	width: 100%;
	max-width: 1100px;
	padding: 25px;
	box-sizing: border-box;
	margin: auto;
	margin-top: 200px;
	border-radius: 10px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
	position:relative;
}
.config_popup_content.config_popup_mini {
	max-width: 550px;
	text-align: center;
}
.config_popup_content .boite_pop,
.config_popup_content .boite_pop-contenu{
	border: none !important;
	border-radius: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	box-shadow: none !important;
}
.config_popup_close {
	position:absolute;
	z-index:101;
	right:5px;
	top:5px;
	width:24px;
	height:24px;
	line-height:24px;
	text-align:center;
	display:block;
	vertical-align:middle;
	cursor: pointer;
	border-radius:50%;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.config_popup_close:hover {
	background-color: #ddd;
}
.config_popup_close:before {
	content:"\f00d";
	font-family: FontAwesome;
	color: #333;
}
.config_popup_msg {
	padding:10px 0;
}
.config_popup_commercial {
	padding:10px;
	background-color: #efefef;
	margin-top:10px;
	display: inline-block;
	min-width:300px;
	border-bottom: solid 2px #ccc;
}
.config_popup_com_photo {
	float: left;
	margin-right: 10px;
}
.config_popup_com_photo img {
	border-radius:3px;
}
.config_popup_com_nom {
	font-family: robotobold;
	text-align: left;
	margin-top: 10px;
}
.config_popup_com_tel {
	white-space:nowrap;
	text-align: left;
	margin-top: 5px;
}
.config_popup_com_tel:before {
	content:"\f095";
	font-family: FontAwesome;
	margin-right:5px;
}

.config_popup_recap {
	padding:10px 0;
	text-align: left;
}
.config_popup_recap li {
	line-height: 24px;
}
.config_popup_recap li div:before {
	content: "\f00c";
	font-family: FontAwesome;
	color: #2e7f0a;
	margin-right: 5px;
}


.config_msg_error {
	color: red;
	font-size:16px;
	margin-top:5px;
}
.config_msg_error:before {
	color: red;
	content:"\f071";
	font-family: FontAwesome;
	margin-right:5px;
}

.config_loading_background {
	background-color: rgba(255,255,255,0);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	display:none;
}
.config_loading_img {
	width: 100%;
	max-width: 100px;
	padding: 25px;
	box-sizing: border-box;
	margin: auto;
	margin-top: 200px;
	position:relative;
}
.config_loading_img:before {
	content:"\f013";
	font-family: FontAwesome;
	color: #000;
	animation: fa-spin 2s infinite linear;
}

/* PROGRESS BAR */
.config_progress {
	height:20px;
	background-color: #e6e6e6;
	border-radius:3px;
	margin:25px 0;
	border: solid 2px #ccc;
}
.config_progress_value {
	height:20px;
	line-height:20px;
	background-color: #2e7f0a;
	color: #fff;
	text-align:right;
	font-size:12px;
}
.config_progress_value:after {
	content: "";
	display: inline-block;
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@charset "utf-8";

.tiroir_configurateur {
	font-family: opensanscondensedbold;
	padding-top:10px;
}
.tiroir_colonne_gauche {
	box-sizing: border-box;
	float: none;
	width: auto;
}
.tiroir_colonne_droite {
	box-sizing: border-box;
	float: none;
	width: auto;
}
#configurateur .tiroir_titre {
	font-family: opensanscondensedbold;
	color: #0059a1; 
	position: relative;
	cursor:pointer;
}

/* Etape 0 : complet ou en kit */
.tiroir_etape0 {
	box-sizing: border-box;
	padding: 0;	
}
.tiroir_etape0 .tiroir_choix{
	border: solid 2px #cccccc;
	overflow: hidden;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	-moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.is-large .tiroir_etape0 .tiroir_choix{
	max-width: 49%;
}
.is-small .tiroir_etape0 .tiroir_choix, 
.is-medium .tiroir_etape0 .tiroir_choix{
	margin-bottom:10px;
}
.tiroir_etape0 .tiroir_titre {
	font-size: 32px;
	text-transform: uppercase;
	line-height: 20px;
	margin-bottom: 0px;
	margin-top: 15px;
	height: 50px;
}
#configurateur .tiroir_titre_critere_valeur{
	font-weight:bold;
	font-size: 18px !important;
	cursor:pointer;
	margin-left:0 !important;
	margin-right: 0;
    line-height: 1.1;
}
#configurateur .tiroir_etape.tiroir.class_longueur .tiroir_titre_critere_valeur{
	text-transform: lowercase !important;
}

.tiroir_etape.tiroir.class_longueur label.tiroir_titre_critere_valeur:after {
    content:" mm";
    text-transform: lowercase
}
#configurateur .class_longueur .tiroir_titre{
	height: 100%;
}
#configurateur .class_longueur .tiroir_choix{
	height:100px;
	padding:0px;
}

.tiroir_etape0 .tiroir_soustitre {
	font-size: 16px;
	margin-top: 10px;
}
.tiroir_etape0 .tiroir_choix.tiroir_choix_actif{
	border: solid 2px #0188c8;
}
.tiroir_etape0 .tiroir_choix.tiroir_choix_inactif .tiroir_titre,
.tiroir_etape0 .tiroir_choix.tiroir_choix_inactif .tiroir_image {
	filter: grayscale(100%);
}
.tiroir_etape0 .tiroir_image {
	margin: 2px auto 3px;
	height: 170px;
}
.tiroir_etape0 .tiroir_image img {
	max-height: 170px;
}
.tiroir_etape0 .tiroir_bouton {
	height: 56px;	
}
.tiroir_etape0 .tiroir_bouton.tiroir_check {
	background-color: #0188c8;
	color: #ffffff;
	font-size: 24px;
	text-transform: uppercase;
	font-family: opensanscondensedbold;
	line-height: 56px;	
	width:100%;
}
.tiroir_etape0 .tiroir_bouton span{
	display:none;
}
.tiroir_etape0 .tiroir_check{
	width:100%;
}
.tiroir_choix .tiroir_check span{
	width:100%;
}
.tiroir_etape0 .tiroir_check span{
	display:block;
	width:100%;
}
.tiroir_etape0 .tiroir_check a{
	display:none;
}
.tiroir_check span:before {
	content: "\f058";
	font-family: FontAwesome;
	color: #ffcc00;
	margin-right: 5px;
	cursor:pointer;
}

/* Autres étapes */
.tiroir_etapes {
	margin-top: 15px;	
}
.tiroir_etape {
	padding: 15px 0;
}
#configurateur .tiroir_etape > .tiroir_titre {
	line-height: 30px;
	font-size: 20px;
	cursor: default;
	display:flex;
}
#configurateur .tiroir_etape > .tiroir_titre .entete_val {
    font-family: 'robotoregular';
    color: #000;
    font-size: 16px;
	display:block;
}
.is-large #configurateur .tiroir_etape > .tiroir_titre .entete_val {
	display:none;
}

.tiroir_recap .tiroir_titre > span{
	font-size:14px;
}
#configurateur .tiroir_etape_check:not(.open), 
#configurateur .tiroir_etape_check:not(.open) .entete.tiroir_titre {
	cursor:pointer;
}

.tiroir_saisie input, #largeur_monte{
	border:1px solid #ccc;
	line-height:30px;
	font-size:24px;
}
.tiroir_aide {
	text-transform:none;
	background-color: #ffffff;
	color: #333333;
	font-family: opensanscondensedbold;
	font-size: 14px;
	line-height: 17px;
	border: solid 2px #aaaaaa;
	box-shadow: rgba(0, 0, 0, 0.25) 2px 3px 10px;
	padding:20px;
	box-sizing:border-box;
	position:absolute;
	z-index:10;
	display: none;
}
#configurateur .tiroir_etape > .tiroir_titre:hover .tiroir_aide {
	display: block;
}

#configurateur .tiroir_choix:not(.tiroir_saisie) {
	min-height:100px;
	margin-top: 10px;
	border: solid 2px #cccccc;
	box-sizing: border-box;
	cursor: pointer;
	-moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    padding:10px;
    position:relative;
		width:auto;
	float:none;
}
#configurateur .tiroir_choix:not(.tiroir_saisie):hover {
	border: solid 2px #0188c8;
	width:auto;
	float:none;
}

#configurateur .tiroir_choix:hover {
	border: solid 2px #0188c8;
}
#configurateur .tiroir_choix .tiroir_titre {
	color: #333333;
	font-size: 20px;
	line-height: 20px;
	padding: 0px;
}
#configurateur .tiroir_etape .tiroir_titre_texte:before {
    content: "\f105";
    font-family: FontAwesome;
    margin-right: 5px;
}
#configurateur .tiroir_choix .tiroir_soustitre {
	color: #000000 !important;
	font-size: 14px !important;
	font-family: robotoregular;
	cursor:pointer;
	text-transform:none;
	line-height: 1.1;
	margin-top: 10px;
}
#configurateur .tiroir_choix .tiroir_image img {
	max-height: 75px;
}
#configurateur .tiroir_choix .tiroir_image {
	text-align: center;
	margin-top: 15px;
	cursor:pointer;
}
#configurateur .tiroir_choix.tiroir_choix_actif {
	border: solid 2px #0188c8;
	cursor:auto;
	padding-bottom: 50px;
}
#configurateur .tiroir_choix.tiroir_choix_actif .tiroir_check {
	background-color: #0188c8;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    font-family: opensanscondensedbold;
    line-height: 40px;
	text-align:center;
	position:absolute;
	bottom:0;
	left:0;
	cursor:pointer;
	width:100%;
}
    
#configurateur .tiroir_etape_suivante {
	margin: 20px auto 0 auto;
	text-align:center;
}
#configurateur .tiroir_etape_suivante a:after {
	content: "\f101";
	font-family: FontAwesome;
	margin-left: 5px;
}
#configurateur .tiroir_etape:not(.tiroir_etape_check) .entete.tiroir_titre.entete_image,
#configurateur .tiroir_etape.open .entete.tiroir_titre.entete_image
{
	position:relative;
	display:block !important;
	cursor:default;
}
#configurateur .tiroir_etape.open .entete.tiroir_titre.entete_image  img,
#configurateur .tiroir_etape:not(.tiroir_etape_check) .entete.tiroir_titre.entete_image  img{
	
}
#configurateur .tiroir_etape_check:not(.open) .tiroir_titre.entete_image  img{
	display:none;
}
#configurateur .tiroir_etape.class_largeur .tiroir_liste_choix {
	margin-top:10px;
}
#configurateur .tiroir_etape_check .limite_tiroir {
	display:none;
}

/*** Récapitulatif ***/
.tiroir_recap {
	background-color: #e2e2e2;
	box-sizing: border-box;
	padding: 15px 15px;	
	margin-top: 15px;
}
.tiroir_recap .entete + div{
	display:none;
}

.tiroir_recap .tiroir_image {
	height: 250px;	
	overflow: hidden;
}

.tiroir_recap .tiroir_soustitre {
	font-size: 20px;
    font-family: opensanscondensedbold;
	color: #0059a1;	
}
.tiroir_recap .tiroir_soustitre:after {
	content: "\f103";
	font-family: FontAwesome;
	margin-left: 5px;
}

.tiroir_recap .tiroir_etape:not(.tiroir_etape_check) {
	display:none !important;
}

.tiroir_recap .tiroir_etape{
	margin-top: 10px;
	font-size: 18px;
	background-color: #ffffff;
	padding: 15px 5px;
	color: #0188c8;
    font-family: opensanscondensedbold;
	position:relative;
	min-height:35px;
	cursor: pointer !important;
	box-sizing: border-box;
	border: solid 2px #ffffff;
	-moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.tiroir_recap .tiroir_etape:hover {
	border: solid 2px #0188c8;
}
.tiroir_recap .tiroir_etape span {
    font-family: robotoregular;
	display:block;
	margin-left: 15px;
	line-height: 20px;
}
.tiroir_recap .tiroir_etape:after {
	content: "\f044";
	font-family: FontAwesome;
	margin-left: 5px;
	position: absolute;
	right: 10px;
    bottom: 10px;
}
.tiroir_recap .btn-primary {
	width: 100%;
}
.tiroir_recap .btn-primary:before {
	content:"\f0fe";
	font-family: FontAwesome;
	margin-right: 5px;
}
.tiroir_recap .entete_image img{
	display:none;
}
.tiroir_recap .limite_tiroir{
	display:none;
}

/*** Prix total ***/
.tiroir_total {
	background-color: #0188c8;
	padding: 15px 20px;
	margin-top: 15px;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.tiroir_total .tiroir_prix,
.tiroir_total .tiroir_prix_total,
.tiroir_total .tiroir_quantite {
	font-size: 20px;
	color: #ffffff;
	margin: 5px 0;
	line-height: 35px;
	font-family: 'robotoregular';
}

.tiroir_total .tiroir_quantite input {
	width: 80px;
	height: 35px;
	box-sizing: border-box;
	text-align: center;
	border-radius: 3px;
	vertical-align: middle;
	font-family: opensanscondensedbold;
	font-size: 24px;
	color: #000000;
	display: inline-block;
	border: solid 1px #cccccc;
	margin-bottom: 0;
    vertical-align: initial;
}
.tiroir_quantite_modif {
	display: inline-block;	
	vertical-align: top;
}
.tiroir_quantite_plus,
.tiroir_quantite_moins {
	height: 15px;
    line-height: 13px;
    width: 15px;
    display: block;
    background: #ffffff;
    color: #000000;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 16px;
    border-radius: 3px;
    border: solid 1px #CCC;
    cursor: pointer;
    text-align: center;
}
.tiroir_quantite_moins {
	margin-top:5px;
}

.tiroir_total .btn-primary {
	width: 100%;
}
.tiroir_total .btn-primary:before {
	content:"\f07a";
	font-family: FontAwesome;
	margin-right: 5px;
}
.tiroir_total_titre{
	color: #FFF;
    font-size: 24px;
    text-transform: uppercase;
}
.titre_tiroir_monte {
	font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}

.tiroir_action {
	width: 100%;
	margin-top: 15px;
	text-align: center;
}
.is-small .tiroir_document {
	width: 100%;
}
.tiroir_document i{
	margin-right:5px;
}



.etape_check{
	color:#2e7f0a;
}
.large-up-2 .tiroir_choix {
	width:49%;
}
.is-large #configurateur .large-up-4 .tiroir_choix:not(.tiroir_saisie){
	max-width:24%;
	margin-right:1%;
}
.is-large #configurateur .large-up-2 .tiroir_choix:not(.tiroir_saisie){
	max-width:49%;
	margin-right:1%;
}
.is-large #configurateur .large-up-3 .tiroir_choix:not(.tiroir_saisie){
	max-width:32%;
	margin-right:1%;
}

/* FIX */
.fond-page {
	min-width: 0px !important;
	margin: auto;
	padding-bottom: 0px;
}
.fond-contenu {
	min-width: 100px !important;
	width: 100% !important;
	border: 0;
}
.tiroir_configurateur{
	padding:0;
}
#configurateur .tiroir_etape > .tiroir_titre {
	height: auto;
}
#configurateur .tiroir_etape > .tiroir_titre:before{
	content: '';
	display:none;
}
.tiroir_recap .tiroir_etape > .tiroir_titre:before {
	content: "\f0c8";
	font-family: FontAwesome;
	margin-right: 5px;
	font-size:12px;
	vertical-align: middle;
}
.config_progress{
	padding: 0;
}
.tiroir_etape_check:not(.open):after{
	font-size:20px;
}
#configurateur .tiroir_etape_check:after{
	padding-right:0px;
}
.tiroir_etapes .tiroir_choix{
	max-width: 45%;
}
.tiroir_recap .tiroir_etape{
	padding:5px 0;
}
.tiroir_recap .tiroir_titre{
	font-size:20px;
}
.tiroir_recap .tiroir_etape > .tiroir_titre{
	height: auto;
	margin-bottom: 0;
	color: inherit;
	margin-left: 10px;
	font-size: 18px;
	text-transform: unset;
	font-family: 'opensanscondensedbold';
}
.tiroir_etape > .tiroir_titre:hover {
	background-color:transparent;
}
.presentation_hidden{
	display:none;
}
.is-small .config_popup_content.config_popup_mini {
	margin-top:80px;
	width:95%;
}
.config_progress_value{
	line-height:16px;
	height:auto;
}
#configurateur .tiroir_etape_check:not(.open):after{
	display:none;
}
.is-small .tiroir_total {
	margin-top: 0px !important;
	margin-bottom: 15px !important;
}
.tiroir_recap .tiroir_liste .tiroir_recap_color {
	margin-top: 5px !important;
}
.is-small .tiroir_action{
	margin-top:0px !important;
}
@charset "utf-8";

#configurateur .tiroir_etape > .tiroir_titre {
	color: #0D427A;
	font-family: robotoregular;
}
#configurateur .tiroir_etape.tiroir_etape_check > .tiroir_titre:hover {
	color: #0188c8;
	cursor: pointer;
}

#configurateur .tiroir_check span:before {
	color: #ffcc00;
}
#configurateur .tiroir_etape {
	border-bottom: dotted 2px #178FCB;
	padding-bottom: 15px;
}
.tiroir_recap .tiroir_etape_check:after {
	color: #178FCB !important;
}
#configurateur .tiroir_choix .tiroir_titre {
	color: #178FCB;
}
#configurateur .tiroir_choix .tiroir_titre:hover {
	color: #0188c8;
}
#configurateur #step_0 .tiroir_choix .tiroir_titre {
	font-family: robotoregular;
	font-size:18px;
}
#configurateur .tiroir_choix {
	border: solid 2px #ffcc00;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
	/*height: 170px;*/
}
#configurateur .tiroir_choix:hover {
	border: solid 2px #0188c8;
}

#configurateur .tiroir_choix.tiroir_choix_actif {
	border: solid 2px #0188c8;
}
#configurateur .tiroir_choix.tiroir_choix_actif .tiroir_check {
	background-color: #0188c8;
	color: #ffffff;
}
.tiroir_saisie {
	border: none !important;
    border-radius: 0 !important;
    padding: 0;
    font-size: 18px;
    color: #178FCB;
}
.tiroir_saisie input {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #f8f8f8;
	border-color: #dcdcdc;
}
.tiroir_recap {
	background-color: #ffcc00;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.tiroir_recap .tiroir_soustitre {
	color: #0059a1;
	font-family: robotoregular;
}
.tiroir_recap .tiroir_etape {
	color: #0188c8;
	font-size: 18px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.tiroir_recap .tiroir_etape:hover {
	border: solid 2px #0188c8;
}
.tiroir_recap .tiroir_etape .entete_val {
	font-family: 'robotoregular';
	color: #000000;
	font-style: normal;
	font-size: 14px;
	padding-left: 15px;
}
.tiroir_total {
	background-color: #0188c8;
}


.config_progress {
	background: repeating-linear-gradient(305deg,
	#f8f8f8,
	#f8f8f8 10px,
	#ffffff 10px,
	#ffffff 20px
	);
	border-color: #dcdcdc;
}
#configurateur .tiroir_choix:not(.tiroir_saisie) {
	background-color: #FFFFFF;
}
.tiroir_saisie input {
	background-color: #ffffff;
}