/**********************************************************************************************************************************************/
/*                                                                 Général                                                                    */
/**********************************************************************************************************************************************/
	.etapesDevis {
		width: 1280px;
		margin-left: auto; 
		margin-right: auto;	
		text-align: left; 
	}
	.etapeDevis {
		float: left;
		width: 200px;
		height: 150px;
		font-size: 16px; 
		font-weight: 500;	
		text-align: center; 
		margin-left: 10px; 
	}
	.etapeList {
		margin: 30px auto;
		padding: 15px 0 0 0;
		width: 50px;
		height: 50px;
		border-radius: 25px;
		color: #FFF;
	}
	.etapeDesc {
		width: 100%;
	}
	.stepContainer {
		clear: both;
		margin-left: auto; 
		margin-right: auto;
		padding-bottom: 30px;
		width: 1280px;
		overflow: hidden;
	}
	.boutonRetour {		
		float: left;
		width: 100%; 
		height: 30px;
		text-align: left;
		overflow: hidden;
	}
	.boutonRetourBouton {
		float: left !important;
		height: 30px;
		font-size: 15px !important; 
		color: #333333 !important;
		background-color: transparent !important;
		border: 0 !important;
		text-shadow: none !important; 
		text-align: left !important; 
		padding-top: 4px !important; 
		font-style: bold !important;
		
	}
	.boutonSuivant, .boutonSuivantCoordonnees, .boutonSuivantRecapitulatif, .boutonSuivantValidation {		
		float: right;
		width: 100%; 
		height: 40px;
		text-align: right;
		overflow: hidden;
		display: block;
	}
	.boutonSuivantBouton {
		float: right !important;
		height: 40px !important;
		width: 30% !important;
		font-size: 15px !important; 
		color: #FFF !important;
		background-color: #22457f !important;
		border: 0 !important;
		text-shadow: none !important; 
		text-align: center !important; 
		padding-top: 4px !important; 
		font-style: bold !important;
		border-radius: 0 15px 15px 0 !important;
		margin: 0 0 20px 0 !important;
	}
	.title1 {
		clear: both;
		width: 100%;
		text-align: center;
		font-family: Lato,Arial,sans-serif; 
		font-size: 34px; 
		font-weight: 500;
		color: #226170;
	}
	.title2 {
		clear: both;
		width: 100%;
		text-align: center;
		font-family: Lato,Arial,sans-serif; 
		font-size: 20px; 
		font-weight: 500;
		color: #a3a3a3;
		margin: 20px 0;
	}
	.choosePicture {
		float: left;
		z-index: 5;
		position: relative;
		width: 190px;
		height: 190px;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		margin: 8px;
		overflow: hidden;
	}
	.chooseText {
		width: 100%;
		background-color: rgba(0,0,0,0.7);
		margin-top: 75%;
		padding: 7px 0;
		color: #FFF;
		text-align: center;
		font-size: 13px;
		line-height: 15px;
	}
	.chooseLien {
		position: absolute;
		z-index: 50;
		width: 30px;
		height : 30px;
		background-color: rgba(0,0,0,0.2);
		border-bottom: 1px solid rgba(255,255,255,0);
		border-left: 1px solid rgba(255,255,255,0);
		top: 0;
		right: 0;
		padding: 4px 5px;
		transition: 0.5s;
	}	
	.chooseLien img {
		width: 20px;
		height: auto;
		transition: 0.5s;
	}
	.chooseLien:hover img {
		/*width: 22px;
		height: auto;*/
	}
	.chooseLien:hover {
		background-color: rgba(0,0,0,0);
		border-bottom: 1px solid rgba(0,0,0,0.2);
		border-left: 1px solid rgba(0,0,0,0.2);
		/*padding: 4px 4px;*/
	}
	input[type="radio"] {
    	display: none;
	}
	input[type="radio"]+label .choosePicture {
		outline: 1px solid #dedede;
	}
	input[type="radio"]:checked+label .choosePicture {
		outline: 3px solid #226170;
	}
	input[type="radio"]:hover+label .choosePicture {
		outline: 1px solid #226170;
		cursor: pointer;
	}
	.configDimension {
		float: left;
		width: 190px;
		height: 190px;
		margin: 8px;
		overflow: hidden;
		padding-top: 20px;
		line-height: 20px;
		text-align: left;
	}
	.configDimension span {
		float: left;
		width: 100%;
		font-size: 14px;
	}
	.configDimension input[type="text"] {
		float: left;
		border: 1px solid #333333 !important;
		background-color: #FFF !important;
		border-radius: 0 !important;
		width: 100%;
	}		


/**********************************************************************************************************************************************/
/*                                                         Etape 1 : Liste Projets                                                            */
/**********************************************************************************************************************************************/
	/* Etape 1 */
	.listCategory {
		width: 100%;
		text-align: center;
		overflow: hidden;
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.listCategoryChoice {
		float: left;
		width: 400px;
		height: 200px;
		font-size: 26px; 
		font-weight: 500;	
		text-align: center; 
		margin: 0 20px 0 0;
		background-color: #FFF;
		border: 2px solid #a3a3a3;
		color: #a3a3a3;
		transition: 0.5s;
	}
	.listCategoryChoice:hover {
		background-color: #a3a3a3;
		color: #FFF;
	}

/**********************************************************************************************************************************************/
/*                                                 Etape 2 : Détail du projet - Couverture                                                    */
/**********************************************************************************************************************************************/
	#configToiture {
		overflow: hidden;
		width: 100%;
		padding-bottom: 20px;
	}
	#configBatimentSimplePente
	{
		overflow: hidden;
		width: 100%;
		display: none;
		padding-bottom: 20px;
	}
	#configBatimentDoublePente
	{
		overflow: hidden;
		width: 100%;
		padding: 100px 0;
		display: none;
		padding-bottom: 20px;
	}
	#configTypeTole
	{
		overflow: hidden;
		width: 100%;
		display: none;
		padding-bottom: 20px;
	}
	#configModeleToleSimple
	{
		overflow: hidden;
		width: 100%;
		display: none;
		padding-bottom: 20px;
	}
	#configModeleToleIsolee
	{
		overflow: hidden;
		width: 100%;
		display: none;
		padding-bottom: 20px;
	}
	#configModeleToleAntiCondensation
	{
		overflow: hidden;
		width: 100%;
		display: none;
		padding-bottom: 20px;
	}
	#configCouleur
	{
		overflow: hidden;
		width: 100%;
		display: none;
		padding-bottom: 20px;
	}
	.mesureImage {
		float: left;
		width: 60%;
		text-align: center;
		overflow: hidden;
	}
	.mesureImage img {
		max-width: 90%;
		height: auto;
		text-align: center;
	}
	.mesureInput {
		float: left;
		width: 40%;
		text-align: left;
		overflow: hidden;
		padding-top: 80px;
	}
	.mesureInput span {
		float: left;
		width: 55%;
	}
	.mesureInput input[type="text"] {
		float: left;
		border: 1px solid #333333 !important;
		background-color: #FFF !important;
		border-radius: 0 !important;
		width: 45%;
	}
	.configAutreRalCouleur {
		float: left;
		width: 190px;
		height: 190px;
		display: none;
		margin: 8px;
		overflow: hidden;
		padding-top: 20px;
		line-height: 20px;
		text-align: left;
	}
	.configAutreRalCouleur input[type="text"] {
    	border: 1px solid #333333 !important;
		background-color: #FFF !important;
		border-radius: 0 !important;
		margin-bottom: 10px !important;
	}
	#accessoiresMontage
	{
		overflow: hidden;
		width: 100%;
		display: none;
		padding-bottom: 20px;
	}
	#accessoiresVisseries
	{
		overflow: hidden;
		width: 100%;
		display: none;
		padding-bottom: 20px;
	}
	#configPuitLumiere
	{
		overflow: hidden;
		width: 100%;
		display: none;
		padding-bottom: 20px;
	}
	.configToleLumiere {
		float: left;
		width: 190px;
		height: 190px;
		display: none;
		margin: 8px;
		overflow: hidden;
		padding-top: 20px;
		line-height: 20px;
	}
	.configToleLumiere input[type="text"] {
    	border: 1px solid #333333 !important;
		background-color: #FFF !important;
		border-radius: 0 !important;
		margin-bottom: 10px !important;
	}
	#boutonSuivantConfig
	{
		overflow: hidden;
		width: 100%;
		display: none;
		padding-bottom: 20px;
	}

/**********************************************************************************************************************************************/
/*                                                          Etape 3 : Coordonnées                                                             */
/**********************************************************************************************************************************************/
		/* Livraison */
		.livraison {
			float: left;
			width: 40%;
			padding: 20px 0 30px 0;
		}
		.livraisonSouhaite {
			width: 100%;
			text-align: center;
			overflow: hidden;
			padding: 10px 0 30px 0;
		}
		.livraisonSouhaite input[type="radio"] {
    		display: none;
		}
		.livraisonSouhaite input[type="radio"]:checked+label .choiceLivraison {
			outline: 3px solid #226170;
		}
		.livraisonSouhaite .choiceLivraison:hover {
			cursor: pointer;
		}
		.choiceLivraison {
			float: left;
			width: 190px;
			height: 190px;
			background-size: cover;
			background-position: center;
			background-repeat: no-repeat;
			margin-left: 20px;
			overflow: hidden;
		}
		.choiceLivraisonText {
			width: 100%;
			background-color: rgba(0,0,0,0.7);
			margin-top: 60%;
			padding: 0px 0;
			color: #FFF;
			line-height: 25px;
			text-align: center;
		}
		/* Coordonnées */
		.coordonnees {
			float: left;
			width: 60%;
			padding: 20px 0 30px 0;
		}
		.coordonneesFormulaire {
			width: 100%;
			text-align: left;
			padding: 35px 0 0 0;
		}
		.coordonneesFormulaireLine {
			float: left;
			width: 49%;
			padding: 0px 20px;
		}
		.coordonneesFormulaireIntitule {
			float: left;
			width: 35%;
			margin-top: 15px;
		}
		.coordonneesFormulaire input[type="text"], .coordonneesFormulaire input[type="tel"], .coordonneesFormulaire input[type="email"] {
    		float: right;
			border: 1px solid #333333 !important;
			background-color: #FFF !important;
			border-radius: 0 !important;
			margin-bottom: 10px !important;
			width: 65%;
		}

/**********************************************************************************************************************************************/
/*                                                          Etape 4 : Récapitulatif                                                             */
/**********************************************************************************************************************************************/
		/* Votre projet */
		.votreProjet {
			float: left;
			width: 50%;
			padding: 20px 0 30px 0;
			text-align: left;
			border-right: 1px solid #a3a3a3;
		}
		/* Vos coordonnées */
		.vosCoordonnees {
			float: left;
			width: 50%;
			padding: 20px 0 30px 0;
			text-align: left;
		}
		.lineRecapitulatif {
			width: 100%;
			padding: 0 0 0 20px;
		}
		.lineRecapitulatif .intitule {
			width: 50%;
			float: left;
			font-weight: bold;
			text-align: left;
		}
		.lineRecapitulatif .valeur {
			width: 50%;
			float: left;
			text-align: left;
		}
