@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');

div.blanc.ski-new{
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
    padding: 0;
    margin: 0;
    display: block;
    float: left;
    width: 100%;
}
div.blanc.ski-new a{
	text-decoration: none;
	cursor: pointer;
}
div.blanc.ski-new a:hover{
	opacity: .7;
}
div.blanc.ski-new .maj{
	text-transform: uppercase;
}
div.blue, div.buttons, div.tag, div.transport, div.select, div.grey-back{
	display: block;
	float: left;
	clear: both;
	width: 100%
}

/*Section bleu*/
div.ski-new .blue{
	display: block;
	background: #00ccff;
	width: 100%;
}
div.ski-new .blue ul{
	display: block;
	float: left;
	margin:13px 10px;
}
div.ski-new .blue ul li{
	display: inline-block;
	float: left;
	color:#fff;
}
div.ski-new .blue ul li a{
	color:#fff;
	font-size: 15px;
	line-height: 16px;
	text-decoration: none;
	display: block;
	float: left;
	margin:0 15px;
}
div.ski-new a.group{
	color: #fff;
	font-weight: 600;
	font-size: 17px;
	display: block;
	float: right;
	margin:2px 25px;
}
div.ski-new a.group img{
	vertical-align: middle;
	margin:8px 0 4px;
}

/*Section buttons*/
div.ski-new .buttons{
	padding:15px 1%;
	width: 98%
}
/*Section buttons*/
div.ski-new .transport{
    padding:15px 1%;

    width: 98%
}
div.ski-new .buttons a{
	display: block;
	float: left;
	background: #fff;
	border:1px solid #289ec2;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	color:#00ccff;
	width:32%;
	margin:0 0.5%;
	border-radius: 5px;
	padding:10px 0;
}
div.ski-new .transport a{
    display: block;
    float: right;
    background: #00ccff;
    border:1px solid #289ec2;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    color: #f7f7f7;
    width:30%;
    margin:0 0.5%;
    border-radius: 5px;
    padding:5px 0;
}
div.ski-new .buttons a.selected{
	display: block;
	float: left;
	background: #00ccff;
	color:#fff;
}
div.ski-new .transport a.selected{
    display: block;
    float: left;
    background: #00ccff;
    color:#fff;
}
/*Section tags*/
div.ski-new .tag{
    /*padding: 15px 5px;*/
}
div.ski-new .tag a{
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
}
div.ski-new .tag .tag-grey{
    background: transparent url(../images/tag_grey.png);
    background-repeat: no-repeat;
    padding: 10px 12px 10px 35px;
    border-radius: 10px;
    display: block;
    float: left;
    margin-bottom: 10px;
    width: 145px;
}
div.ski-new .tag .tag-grey:hover {
   /*  background: transparent url(../images/tag_blue.png);*/
    background-repeat: no-repeat;
    border-radius: 10px;
}


div.ski-new .tag .tag-blue{
	background: transparent url(../images/tag_blue.png);
    background-repeat: no-repeat;
    padding: 10px 12px 10px 35px;
    border-radius: 10px;
    display: block;
    float: left;
    margin-bottom: 10px;
    width: 145px;


}

/*Section transport*/
div.ski-new .transport{
	padding:15px 4%;
	width: 92%
}
div.ski-new .transport ul li{
	display: inline-block;
	float: left;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 500;
	background: url(../images/icon_close.png) left no-repeat;
    padding: 5px 35px 5px 35px;
}
div.ski-new .transport ul li.selected{
	background: url(../images/icon_check.png) left no-repeat;
}

/*Section selection*/
div.ski-new .select{
	padding:15px 1%;
	width: 98%
}
div.ski-new .select .col1, div.ski-new .select .col2{
	width: 50%;
	float:left;
}
div.ski-new .select .col1 select, div.ski-new .select .col2 select{
	float:left;
	font-size: 11px;
	text-transform: uppercase;
	height: 36px;
	background: #fafafa;
	-webkit-appearance:none!important;
	-moz-appearance: none!important;
	appearance: none!important;
}
div.ski-new .select .select-style {
    border: 1px solid #ccc;
    width: 41%;
    margin:0 1.25%;
    float: left;
    border-radius: 3px;
    overflow: hidden;
    padding-left: 20px;
}
div.ski-new .select .select-style select {
    padding: 5px 8px;
    width: 100%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
}
div.ski-new .select .select-style select:focus {
    outline: none;
}
div.ski-new .select .select-style.station {
	background: url("../images/icon-select.png") no-repeat 98% 50%, url(../images/icon_station.png) left no-repeat;
}
div.ski-new .select .select-style.mois {
	background: url("../images/icon-select.png") no-repeat 98% 50%, url(../images/icon_calendar.png) left no-repeat;
}
div.ski-new .select .select-style.journee {
	background: url("../images/icon-select.png") no-repeat 98% 50%, url(../images/icon_month.png) left no-repeat;
}
div.ski-new .select .select-style.depart {
	background: url("../images/icon-select.png") no-repeat 98% 50%, url(../images/icon_bus2.png) left no-repeat;
}

/*Section grey-back*/
div.ski-new .grey-back{
	background: #ececeb;
	padding:25px 1.5%;
	width: 97%
}
div.ski-new .grey-back .box{
	display: block;
	float: left;
	border-radius: 5px;
	background: #fff;
	width: 47.7%;
	margin:0 1% 3%;
   min-height: 270px;
	border:1px solid #d7d7d7;
}
div.ski-new .grey-back .box .title-grey{
	background: #4d4d4f;
	color:#fff;
	font-size: 14px;
	line-height: 33px;
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
	border-top-right-radius:5px;
	border-top-left-radius:5px;
}

div.ski-new .grey-back .box .content-blue{
	color:#00ccff;
	text-align: center;
	font-weight: 300;
	padding: 5px 0;
	height: 40px;
}
div.ski-new .grey-back .box .content-blue span{
	display: block;
	clear:both;
	text-align: center;
	font-weight: 600;
}
div.ski-new .grey-back .box .content-grey span{
	display: block;
	clear:both;
	text-align: center;
	font-weight: 600;
	line-height: 28px;
	margin-bottom:5px;
	height: 20px;
}
div.ski-new .grey-back .box .content-grey span img{
	vertical-align: middle;
}
div.ski-new .grey-back .box .col3, div.ski-new .grey-back .box .col4, div.ski-new .grey-back .box .col5{
	width: 33.3333%;
	display: block;
	float: left;
	padding:5px 0;
}
div.ski-new .grey-back .box .logo-img {
    text-align: center;
    padding: 5px 0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    height: 55px;
}
div.ski-new .grey-back .box .bottom {
    text-align: center;
    padding: 5px 0;
    min-height: 30px;
}
div.ski-new .grey-back .box .bottom span.price{
    font-size: 21px;
    line-height: 28px;
}
div.ski-new .grey-back .box .bottom .col4 a{
	display: block;
   	text-transform: uppercase;
   	background: #00ccff;
   	color:#fff;
   	font-weight: 600;
   	border-radius: 5px;
	padding:10px;
	border:1px solid #289ec2;
	margin-top:5px;
}
div.ski-new .grey-back .box .bottom .col5{
	color: #515151;
	margin-top: 9px;
    font-weight: 600;
}

@media screen and (max-width: 1040px) {
    .select-style {
	    width: 87%!important;
	    margin: 0 1.25% 3%!important;
    }
}
@media screen and (max-width: 870px) {
    .box {
	    width: 47%!important;
    }
}
@media screen and (max-width: 767px) {
    .box {
	    width: 98%!important;
	    margin-bottom: 5%!important;
    }
    div.ski-new .buttons a {
	    width: 98%;
	    margin: 0 0.5% 2%;
	}
	div.ski-new .tag a {
	    clear: right;
	    display: block;
	}
	div.ski-new .tag .tag-blue {
    	margin-left:6px;
	}
	div.ski-new .select .select-style.station {
	    background: url(../images/icon-select.png) no-repeat 95% 50%, url(../images/icon_station.png) 1% 50% no-repeat!important;
	}
	div.ski-new .select .select-style.mois {
	    background: url(../images/icon-select.png) no-repeat 95% 50%, url(../images/icon_calendar.png) 1% 50%  no-repeat!important;
	}
	div.ski-new .select .select-style.journee {
	    background: url(../images/icon-select.png) no-repeat 95% 50%, url(../images/icon_month.png) 2% 50%  no-repeat!important;
	}
	div.ski-new .select .select-style.depart {
	    background: url(../images/icon-select.png) no-repeat 95% 50%, url(../images/icon_bus.png) 2% 50%  no-repeat!important;
	}
	div.ski-new .blue ul li a {
	    font-size: 14px;
	}
	div.ski-new .blue a.maj.group{
	    text-align: center;
	    display: block;
	    width: 100%;
	    margin:2px auto;
	}
}
@media screen and (max-width: 480px) {
	div.ski-new .select .col1, div.ski-new .select .col2 {
	    width: 100%!important;
	}
	 .select-style {
	    width: 91%!important;
    }
}