/* STYLE CSS DECOLAB */

body{
	font-family: "Acumin-Pro",Helvetica,Arial,"sans-serif";
	padding-top: 120px;
}

html input[disabled]{
	opacity: 0.5;
}

.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #FFF;
}

.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #FFF;
}

.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #FFF;
}

.form-control:-moz-placeholder { /* Firefox 18- */
   color: #FFF;
}


.form-control:placeholder{
	   color: #FFF;
}


/* NAVBAR */

.animVid{
	overflow: hidden;
}

.animVid a img{
	transition: all 1s ease-out;
}

.animVid a:hover img{
	transform: scale(1.075);
}

.navbar-default{
	background-color: #FFF;
	border: none;
}

.navbar{
	min-height: 100px;
}

.navbar .container{
	position: relative;	
}

.navbar-brand{
	height: auto;
}

.navbar-default .navbar-nav>li>a {
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16.5px;
    -webkit-transition: color .4s ease-in;
    -moz-transition: color .4s ease-in;
    -o-transition: color .4s ease-in;
    transition: color .4s ease-in;
}

.navbar-default .navbar-nav>li>a span{
	text-transform: uppercase;
	font-weight: normal;
	display: block;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{
	color: #d13b39;
}

.navbar-brand>img{
	width: 300px;
}


@media(min-width: 1000px){
	#menu-menuheader{
		padding-top: 20px;
	}

	#menu-menuheader li.first{
		margin-right: 30px;
	}

}

@media(min-width: 1200px){
	#menu-menuheader{
		margin-right: 115px;
	}
}

span.leroy{
    color: #000;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 10.5px;
    display: inline-block;
    text-align: center;
    margin-top: 14px;
    position: absolute;
    right: 0px;
    top: 0;
}

span.leroy > img{
	width: 100px;
	height: auto;
	padding-top: 6px;
}


@media(max-width: 1200px){
	span.leroy{
		right: 100px;
	}
}

/* Bloc Entete */

.bloc-entete{
	background: #0b2f39;
	color: #FFF;
	padding-bottom: 30px;
	padding-top: 15px;
}

.bloc-entete h2{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 42px;
}

.bloc-entete p{
	color: #FFF;
	font-size: 16.5px;
}



@media(min-width: 992px){

	/*
	.bloc-entete .bloc-txt{
		margin-left: 0px;
	}
	*/

	.bloc-entete .bloc-txt{
		padding-top: 220px;
	}
}

/* Bloc Participez */

.bloc-participe{
	background: #004456;
	color: #FFF;
	padding-bottom: 70px;
	position: relative;
}

.img-nuancier{
	position: absolute;
	left: 50%;
	top: -60px;
	margin-left: 120px;
}

.img-stylet{
	position: absolute;
	left: 50%;
	bottom: -40px;
	margin-left: -340px;
	z-index: 999;
}

@media(max-width: 991px){
	.img-stylet{
		margin-left: -135px;
	}
}

.bloc-participe h2{
	font-size: 42px;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 70px;
	margin-bottom: 30px;
}

.bloc-participe p{
	font-size: 16px;
}

.bloc-participe .cta{
	padding-top: 30px;
}

.bloc-participe .cta a, .bloc-scenario .cta a{
	background: #2c9ecf;
	display: inline-block;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px 20px;
	font-size: 21px;
	transition-property: all;
    transition-duration: 0.4s;
    transition-delay: 0.2s; /* Démarre au bout de 0,4s */
}

.bloc-participe .cta a:hover{
	background: #0b2f39;
	text-decoration: none;
}

/* Bloc SCENARIO */

.bloc-scenario{
	padding-top: 30px;
	margin-bottom: 30px;
}

.bloc-scenario .bloc-img{

}

.bloc-scenario .col1,
.bloc-scenario .col2,
.bloc-scenario .col3{
	text-align: center;
}

.bloc-scenario .bloc-img{
	overflow: hidden;
}

.bloc-scenario .bloc-img .inner{

}

.bloc-scenario .bloc-img img{
	margin-bottom: 15px;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.bloc-scenario .bloc-img img:hover{
	opacity: 0.90;
}

.bloc-scenario span.item-number{
	color: #FFF;
	background-color: #004456;
	width: 37px;
	height: 37px;
	display: inline-block;
	border-radius: 19px;
	font-weight: bold;
    line-height: 37px;
    margin-bottom: 15px;
    font-size: 27px;
}

.bloc-scenario p{
	color: #004456;
}

/* BLOC VIDEO */

.bloc-video{
	margin-bottom: 170px;
}

/* Bloc Design Lab HP */

.bloc-designlab{
	background-color: #b6c932;
	color: #FFF;
	padding-bottom: 50px;
}

.bloc-designlab h2{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 41px;
	margin-bottom: 30px;
}

.bloc-designlab p{
	font-family: "Acumin-Pro",Helvetica,Arial,"sans-serif";
	font-size: 16px;
	max-width: 330px;
	font-weight: 300;
}


@media(min-width: 992px){
	.bloc-designlab .col-txt{
		padding-top: 300px;
	}
}


/* Bloc Calendrier */

.bloc-calendrier{
	background: #222121;
	color: #FFF;
}

.bloc-calendrier .col-txt{
	padding-top: 75px;
}

.bloc-calendrier .col-txt p{
	font-size: 16px;
	margin-bottom: 35px;
}

.bloc-calendrier .col-txt .cta{

}

.bloc-calendrier .col-txt .cta a{
	display: inline-block;
	background-color: #b6c932;
	color: #20201f;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px 20px;
	font-size: 21px;
	transition-property: all;
    transition-duration: 0.4s;
    transition-delay: 0.2s; /* Démarre au bout de 0,4s */
    text-align: center;
}

.bloc-calendrier .col-txt .cta a:hover{
	background: #FFF;
}

/***************
*  LA TOURNEE 
****************/

.bloc-date-tournee{
	background-color: #1c1b1b;
	color: #FFF;
}

.bloc-date-tournee .bloc-titre{
	padding-top: 70px;
}

.bloc-date-tournee .bloc-titre h2{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 42px;
    margin-bottom: 30px;
    max-width: 500px;
}

/* Carte de France */

.bloc-date-tournee .bloc-carte .carte-france{
	margin-bottom: 30px;
}

.bloc-date-tournee .bloc-carte .carte-france .inner-carte{
	padding: 15px;
	max-width: 450px;
}

.path-carte{
	fill: #afca0b;;
}


#centre{
	opacity: 0.35;
}

#nord{
	opacity: 0.4;
}

#sud-ouest{
	opacity: 0.5;
}

#ouest{
	opacity: 0.4;
}

#nord-ouest{
	opacity: 0.5;
}

#est{
	opacity: 0.5;
}

#rhone-alpes{
	opacity: 0.4;
}

#sud-est, #corse{
	opacity: 0.65;
}

#paris{
	opacity: 0.6;
}

.carte-france .path-carte{
	transition-property: all;
    transition-duration: 0.6s;
    cursor: pointer;
}

.carte-france .path-carte:hover,
.carte-france  .path-carte.active{
	opacity: 0.85 !important;
}


/* Liste des Dates */


.bloc-date-tournee .liste-date{
	margin-bottom: 50px;
}

.bloc-date-tournee .liste-date h3{
	font-size: 27px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.bloc-date-tournee .liste-date ul{
    list-style: none;
    padding-left: 0px;
}

.bloc-date-tournee .liste-date ul li{
	margin-bottom: 10px;
	font-size: 19px;
	font-weight: 300;
}

.bloc-date-tournee .liste-date ul li strong{
	text-transform: uppercase;
	font-weight: 400;
}



.single-date{
	display: none;
}

.single-date[data-id='sud-est']{
	display: block;
}


#footer .container{
	padding-top: 15px;
}

#footer a{
	color: #000;
}


.mentions-legales a{
	color: #FFF;
}

/***************
* PAGE JEU CONCOURS
*************/

.bloc-operation{
	background-color: #082229;
	color: #FFF;
	padding-top: 40px;
	padding-bottom: 50px;
}

.bloc-operation .container,
.bloc-step .container{
	max-width: 800px;
}

.bloc-step.step-2 .container{
	max-width: 1170px;
}

.bloc-operation h2{
	text-transform: uppercase;
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 21px;
}

.bloc-operation p{
	font-weight: 300;
	font-size: 21px;
	font-family: "Acumin-Pro",Helvetica,"sans-serif";
}

.bloc-step{
	color: #FFF;
}

.bloc-step h3{
	text-transform: uppercase;
	font-size: 42px;
	font-weight: bold;
	margin-top: 60px;
}

.bloc-step p.intro{
	font-weight: 300;
	font-size: 21px;
	line-height: 24px;
	margin-bottom: 20px;
}

/* Step 1 -> Choix magasin */

.step-1{
	background-color: #0b2f39;
}

.step-1 p{
	font-weight: 300;
    font-size: 18px;
    font-family: "Acumin-Pro",Helvetica,"sans-serif";
}



.step-1 .radio .nom{
	font-weight: 300;
	font-size: 21px;
}

.step-1 .radio .nom strong{
	text-transform: uppercase;
	font-weight: 700;
}

.step-1 .list-ville{
	padding-bottom: 50px;
}

.step-1 .radio{
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.step-1 .radio input[type="radio"]{
	top: 7px;
}

.step-1 .radio .dateInscription{
	   background: #b6c932;
    padding: 2px 8px;
    margin-left: 5px;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #FFF;
}

.radio-disabled [type="radio"]:not(:checked) + label{
	cursor: default;
}

.radio-disabled [type="radio"]:not(:checked) + label:before{
	display: none;
}


[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #b6c932;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* Step 2 -> Choisi de la planche tendance */

.step-2{
	background-color: #09252c;
}

.step-2 .list-planche{
	padding-top: 20px;
}

.step-2 .single-planche{
	margin-bottom: 30px;
}

.step-2 .single-planche .inner{
    width: 550px;
    height: 389px;
	text-align: center;
    margin: auto;
    position: relative;
}

.step-2 .bloc-choix{
	background-color: rgba(0,0,0,0.6);
	color: #FFF;
	position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border-top: 10px solid #FFF;
    border-right: 10px solid #FFF;
    border-left: 10px solid #FFF;
    padding-top: 80px;
    opacity: 0;
      -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

.step-2 .check-tendance{
	cursor: pointer;
}

.step-2 .single-planche:hover .bloc-choix{
	opacity: 1;
}

.step-2 .single-planche .name{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 25px;
	color: #575756;
	display: block;
    width: 550px;
    text-align: left;
    margin: auto;
    padding-left: 15px;
    background-color: #FFF;
    line-height: 42px;
}

.step-2 .bigImg{
	display: inline-block;
	margin: 10px 15px;
}

.step-2 .check-tendance{
	display: inline-block;
	margin: 10px 15px;
}

.step-2{
	padding-bottom: 50px;
}

.step-2 #choixTendanceDeco{
	font-size: 19px;
}

.step-2 #choixTendanceDeco span{
	font-weight: bold;
}

.step-2 #selectUnivers{
	font-weight: bold;
	font-size: 16px;
}

/* Step 3 -> J'envoie mes photos */

.step-3{
	background-color: #0b2f39;
}

.step-3 #file-select-button{
	background-color: #2c9ecf;
	text-transform: uppercase;
	color: #fefefe;
	font-size: 21px;
	font-weight: bold;
	padding: 10px 20px;
	display: inline-block;
	cursor: pointer;
}

.step-3 input[type='file']{
    position: absolute;
    margin-top: 3px;
    margin-left: 3px;
    height: 1px;
    width: 1px;
    z-index: -5;
}

#progress{
	margin-top: 20px;
	display: none;
	max-width: 150px;
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}


.progress-bar-success {
    background-color: #5cb85c;
}


.step-3{
	padding-bottom: 50px;
}

.step-3 #vignette{
	padding-top: 20px;
}

.step-3 #vignette .single-vignette{
	background: #08232a;
	display: inline-block;
	width: 100px;
	height: 100px;
	margin-right: 18px;
	vertical-align: top;
}

.step-3 #vignette .single-vignette span{
	color: #0b2f39;
	text-transform: uppercase;
	display: block;
	text-align: center;
	font-weight: bold;
    padding-top: 35px;
}

#files{
	display: none;
}

/* Step 4 -> Fomrulaire */

.step-4{
	background-color: #09252c;
}

.step-4 h3{
	margin-bottom: 20px;
}

.step-4 .list-field{
	max-width: 555px;
}

.step-4 .form-control{
	background: none;
	border: 2px solid #FFF;
	border-radius: 0px;
	margin-bottom: 10px;
	color: #FFF;
	box-shadow: none;
	height: 50px;
	font-size: 18px;
}

.step-4 .inputValidation{
	background-color: #2c9ecf;
	text-transform: uppercase;
	color: #fefefe;
	font-size: 21px;
	border: none;	
	box-shadow: none;
	font-weight: bold;
    padding: 10px 20px;
}

.step-4{
	padding-bottom: 50px;
}

.step-4 .reglementJeu{
	font-size: 18px;
}

.step-4 .reglementJeu input{
	top: 5px;
}


/***
* RESPONSIVE RULES
****/

@media(min-width: 992px) and (max-width: 1199px){
	.img-nuancier{
		top: -35px;
		width: 150px;
	}

	.step-2 .single-planche .inner{
		width: 485px;
		height: 343px;
	}

	.step-2 .single-planche .name{
		width: 485px;
	}
}

@media(max-width: 991px){
	.bloc-calendrier .col-txt .cta{
		margin-bottom: 25px;
	}

	.bloc-designlab .col-img img{
		margin: auto;
	}

	.bloc-designlab h2,
	.bloc-entete h2{
		text-align: center;
	}

	.bloc-entete p,.bloc-designlab p{
		text-align: center;
		max-width: 400px;
	    margin: auto;
	    margin-bottom: 20px;
	}

	.bloc-operation .container .row,
	.bloc-step .container .row{
		margin-left: 30px;
		margin-right: 30px;
	}

	.bloc-step .container .list-field .row,
	.bloc-step .container .row .list-planche{
		margin: 0px;
	}

	.step-2 .single-planche .inner{
		width: 270px;
		height: 190px;
	}

	.step-2 .single-planche .name{
		width: 270px;
	}

	.step-2 .bloc-choix{
		padding-top: 35px;
	}
}

@media(max-width: 767px){

	.bloc-scenario{
		padding-top: 45px;
	}

	.step-2 .bloc-choix{
		padding-top: 40px;
	}

	.bloc-img img{
		margin: auto;
		margin-bottom: 15px;
	}

	.img-nuancier {
	    position: absolute;
	    left: 50%;
	    top: -39px;
	    margin-left: -75px;
	    width: 150px;
	}

	.bloc-designlab h2, 
	.bloc-entete h2{
		text-align: center;
		font-size: 32px;
	}

	.bloc-step h3{
		font-size: 32px;
	}

	.bloc-entete p,.bloc-designlab p{
		text-align: center;
		max-width: 400px;
	    margin: auto;
	    margin-bottom: 20px;
	}

	.bloc-calendrier .col-txt p{
		text-align: center;
		max-width: 400px;
	    margin: auto;
	    margin-bottom: 35px;
	}

	.bloc-calendrier .col-txt .cta{
		text-align: center;
	}

	.step-2 .single-planche .inner {
	    width: 300px;
	    height: 212px;
	}

	.step-2 .single-planche .name{
		width: 300px;
	}

	.step-4 .inputValidation{
		white-space: normal;
	}

}


@media(max-width: 550px){

	.navbar-brand>img{
		width: 250px;
	}

	span.leroy{
		right: 70px;
	}
	span.leroy img{
		width: 	70px;
	}

	.step-1 .radio .dateInscription{
		display: block;
		margin-top: 10px;
	}

	.bloc-operation .container .row, .bloc-step .container .row{
		margin-left: 0px;
		margin-right: 0px;
	}

	.step-3 #file-select-button{
		text-align: center;
	}

	.navbar{
		min-height: 90px;
	}

	body{
		padding-top: 90px;
	}
}

@media(max-width: 450px){
	.navbar-brand{
		padding-left: 5px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.navbar-brand>img{
		width: 200px;
	}

	span.leroy{
		right: 65px;
	}

	span.leroy img{
		width: 	60px;
	}
	span.leroy .hidden{
		display: block !important;
	}
}