body{
	background: url('background/parcours.png') no-repeat;
	background-position: top center;
}
.parcours{
	margin-top: 330px;
	margin-bottom: 140px;
}
.parcours .mainTitle{
	font-size: 48px;
	font-family: 'merriweather', serif;
	color: #ffffff;
}
.parcours .content{
	margin-top: 20px;
}
.parcours .content .whitebox{	
	background-color: #FFF;
	padding: 80px;	
}
.parcours .content .whitebox h3{
	font-weight: 300;
	line-height: 1.8;
}
.parcours .blackblock{
	background: url('background/blackbox.png') no-repeat;
	background-size: cover;
    background: rgba(0,0,0,0.4);
	font-weight: 300; 
	color:#fff;	
}
.parcours .content .whitebox a {
    color: #b1a06c;
    text-decoration: none;
}
.parcours .content .whitebox a:hover, 
.parcours .content .whitebox a:focus {
    color: #b1a06c;
    text-decoration: none;
}
.parcours .content .whitebox .hvr-underline-from-left:before {
    background: #b1a06c;
    height: 2px;
}
/** Description */
.parcours .content .whitebox .description{
	margin-bottom: 120px;
}
.parcours .content .whitebox .description p{
	font-size: 18px;
	margin-bottom: 50px;
}
/** END Description */

/** Parcours list */
.parcours .content .item{
    position: relative;
    display: inline-block;
    overflow: hidden;
	max-width: 100%;
}
.parcours .content .item .blackblock{	
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;	
	-webkit-transition: 0.5s; /* Safari */
	transition: 0.5s;	
}
.parcours .content .item .blackblock p{
    margin-top: 70px;
}
.parcours .content .item img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.parcours .content .item:hover img {
    transform: scale(1.5);
}

/** END Parcours list */

/** Slopes */
.parcours .slopes{
	padding: 20px 80px 60px 80px;
	margin-bottom: 20px;
}
.parcours .slopes hr{
	border-top: 1px solid #323232;
	margin-bottom: 15px;
}
/** END Slopes */

/** Handicap Counter */
.parcours .handicapcounter{
	padding: 20px 80px 60px 80px;
	margin-bottom: 20px;
}
.parcours .handicapcounter hr{
	border-top: 1px solid #323232;
	margin-bottom: 15px;
}

.parcours .handicapcounter .form-group{
	/*padding: 20px 0px;*/
}
.parcours .handicapcounter .form-control{
	color: #FFFFFF;
	background: none;
	border: none;
	border-bottom: 1px solid #323232;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 18px;
	padding: 10px 0px 10px 0px;
    height: auto;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #FFFFFF !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #FFFFFF !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #FFFFFF !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #FFFFFF !important;
}
.parcours .handicapcounter .selectbox{		
	font-size: 18px;
	padding: 10px 0px;
	height: auto;
	margin-bottom: 10px;
	border:none;
	border-bottom: 1px solid #323232;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: rgba(0,0,0,0) url("background/whitecarret.png") no-repeat scroll 98% center / 16px 9px !important;	
}

.parcours .handicapcounter .selectbox option{
	background-color: #323232;
	padding: 0 10px;
}

.parcours .handicapcounter .btn-white-transparent{
	margin-top: 10px;
	width: 100%;
}

.parcours .handicapcounter .text-inline{
	font-size: 18px;
}
/** END Handicap Counter */

/** Meteo */
.parcours .meteo{
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 100px;
    padding-right: 100px;
    margin-bottom: 40px;
}
.parcours .meteo .media .media-left{
    padding-right: 50px;
}
.parcours .meteo .meteoicon.big{
	font-size: 45px;
}
.parcours .meteo h3{
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: 300;
}
.parcours .meteo hr.text-darkgrey{
	border-color: #323232;
}
/** END Meteo */

/** Responsive  */

@media (max-width: 1919px){
	.parcours .slopes {
	    padding: 20px 40px 60px 40px;
	}
	.parcours .handicapcounter {
    	padding: 20px 40px 60px 40px;
    }
    .parcours .meteo {	 
	    padding-left: 40px;
	    padding-right: 40px;	    
	}
	.parcours .meteo .media{
		margin: 0 auto;
		max-width: 220px;
	}
	.parcours .meteo .media .media-left {
	    padding-right: 20px;
	}
}
@media (max-width: 1279px){
	.parcours{
		margin-top: 370px;
	}
}
@media (max-width: 991px){
	.parcours {
	    margin-top: 410px;
	    margin-bottom: 0px;
	}
}
@media (max-width: 767px){
	.parcours .content .whitebox {
	    background-color: #FFF;
	    padding: 20px;
	}
	.parcours hr.big {
	    margin-top: 20px;
	    margin-bottom: 20px;
	}

	.parcours .visual{
		margin: 0 auto;
		max-width: 320px;
	}
	.parcours .content .item {	 
	    margin-bottom: 20px;
	}
}