

legend {
	border-bottom-color: rgba(255, 255, 255, 0.7);
}

.spin-decr, .spin-incr {
  width: 35px;
}

.ui-dialog {
	padding: 0.2em 0.2em 0.5em 0.2em;
	position: relative;
	width: 300px;
	z-index: 1;
}

.ui-dialog .ui-dialog-titlebar-close .ui-button-text {
	display: none;
}

#vente h2 {
	font-weight: 300;
        /*color: #000000;*/
        margin-bottom: 20px;
}

#eplloginmess {
	margin-bottom: 20px;
}

.form-control,
.date-field::before {
	color: #000000;
}


.btn.btn-submit {
	position: relative;
	font-size: 18px;
	color: #ffffff;
	text-transform: uppercase;
	padding: 10px 40px 10px 20px;
	background-color: #b8020b;
	border-color: #b8020b;
}

.btn.btn-submit:hover,
.btn.btn-submit:focus {
	color: #ffffff;
	background-color: #000000;
	border-color: #000000;
}

.btn.btn-submit:after {
	position: absolute;
	top: 50%;
	right: 14px;
	font-family: 'epasslibre';
	content: "\e207";
	font-size: 16px;
	line-height: 16px;
	margin-top: -7px;
}

.btn-group .btn-primary {
	font-weight: 400;
	color: #b8020b;
	background-color: #ffffff;
	border-color: #b8020b;
	padding: 8px 18px;
}

.btn-group .btn-primary:focus,
.btn-group .btn-primary:hover,
.btn-group .btn-primary:active,
.btn-group .btn-primary.active,
.btn-group .btn-primary:active:hover,
.btn-group .btn-primary.active:hover,
.btn-group .btn-primary:active:focus,
.btn-group .btn-primary.active:focus,
.btn-group .btn-primary:active.focus,
.btn-group .btn-primary.active.focus {
	color: #ffffff !important;
	background-color: #51d41e;
	border-color: #51d41e;
}

.confirm-promo .btn-group .btn-primary {
	color: #2e5da7;
	border-color: #2e5da7;
}

.confirm-promo .btn-group .btn-primary:focus,
.confirm-promo .btn-group .btn-primary:hover,
.confirm-promo .btn-group .btn-primary:active,
.confirm-promo .btn-group .btn-primary.active,
.confirm-promo .btn-group .btn-primary:active:hover,
.confirm-promo .btn-group .btn-primary.active:hover,
.confirm-promo .btn-group .btn-primary:active:focus,
.confirm-promo .btn-group .btn-primary.active:focus,
.confirm-promo .btn-group .btn-primary:active.focus,
.confirm-promo .btn-group .btn-primary.active.focus {
	background-color: #2e5da7;
	border-color: #2e5da7;
}



input.btn-pro-assur[type="checkbox"] {
	margin: 0 8px 0 0;
}

.btn.btn-button.btn-check-radio {
	font-weight: 400;
}

.btn.btn-button.btn-check-radio:hover,
.btn.btn-button.btn-check-radio:focus {
	color: #b8020b;
	background-color: transparent;
}

.btn.btn-button.btn-check-radio.active .glyphicon {
	color: #b8020b;
}


.infos-plus {
	color: #b8020b;
	border-color: #b8020b;
	background-color: #ffffff;
}

.infos-plus:hover,
.infos-plus:focus {
	color: #ffffff;
	border-color: #7d7d80;
	background-color: #7d7d80;
}









/* vignettes forfaits */

.vignette {
	
}

.vignette a {
	position: relative;
	display: block;
	width: 100%;
	text-decoration: none;
	margin-bottom: 30px;
}

.vignette a:before,
.vignette :after {
	display: table;
	content: " ";
}

.vignette a:after {
  clear: both;
}

.vignette .titre {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-weight: 700;
	font-size: 1em;
	line-height: 1.05em;
	color: #ffffff;
	text-align: center;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.55);
	padding: 30px 20px 0 20px;
	background-color: rgba(0, 0, 0, 0.5);
}

.vignette a:hover .titre {
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

.vignette a:hover .texte {
	cursor: pointer;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	
	box-shadow:
		1px 1px #990000,
		2px 2px #990000,
		3px 3px #990000,
		4px 4px #990000,
		5px 5px #990000,
		6px 6px #990000,
		7px 7px #990000,
		8px 8px #990000,
		9px 9px #990000,
		10px 10px #990000;
	-webkit-transform: translateX(-5px);
	-ms-transform: translateX(-5px);
	transform: translateX(-5px);
}

	
.vignette .texte {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	font-size: 1.2em;
	color: #ffffff;
	text-align: center;
	padding: 50px 20px 0 20px;
	background: #b8020b;

	filter:alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;

	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.vignette .texte p {
	line-height: 1.2em;
	margin: 0 0 10px 0;
}

.vignette .plus {
	display: none;
}

.vignette img {
	-webkit-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

.vignette a:hover img {
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}


.largeur {
	clear: both;
}

.largeur img {
	width: 100%;
}

.demi img {
	width: 100%;
}

.demi .texte {
	height: 100%;
}



/* liste des forfaits */

#lesforfaits {}

#lesforfaits .public,
#lesforfaits .private {
	margin: 0 0 20px 0;
}

#lesforfaits a {
	display: block;
	color: #000000;
	text-decoration: none;
	text-align: center;
	padding: 20px;
	border: 1px solid #000000;
}

#lesforfaits a:before,
#lesforfaits a:after {
	display: table;
	content: " ";
}

#lesforfaits a:after {
	clear: both;
}

#lesforfaits a:hover {
	color: #ffffff;
	background: #000000;
}

#lesforfaits .forfait_texte {
	font-size: 1.25em;
	line-height: 1.3em;
}

#lesforfaits h1, #lesforfaits h2 {
	font-size: 1.6em;
	font-weight: 700;
	line-height: 1em;
	color: #b8020b;
	text-transform: none;
	margin-bottom: 10px;
}

#lesforfaits a:hover h1, #lesforfaits a:hover h2 {
	color: #ffffff;
}

#lesforfaits .forfait {}

#lesforfaits .forfait_vignette {
	display: none;
}




/* vente flash */

.epl-flash {}

.epl-flash-title a {
	display: inline-block;
	font-size: 1.45em;
	font-weight: 700;
	color: #b8020b;
	text-decoration: none;
	padding: 0 20px 0 0;
	border: 1px solid #000000;
	margin-bottom: 30px;
}

.epl-flash-title a:hover {
	cursor: pointer;
	color: #ffffff;
	background-color: #b8020b;
	border-color: #b8020b;
}

.epl-flash-title a.active {
	color: #ffffff;
	background-color: #b8020b;
	border-color: #b8020b;
}

.epl-flash-title span {
	display: inline-block;
	vertical-align: middle;
}

.epl-flash-title a:before {
	display: inline-block;
	font-family: 'epasslibre';
	content: "\e410";
	font-size: 30px;
	line-height: 30px;
	color: #ffffff;
	vertical-align: middle;
	margin: 0 10px 0 0;
	padding: 10px;
	background-color: #000000;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.epl-flash-title a:hover:before {
	background-color: #b8020b;
}


.epl-flash-wrapper {
	color: #ffffff;
	background-color: #b8020b;
	padding: 20px;
	margin-top: -30px;
	margin-bottom: 30px;
}

.epl-flash-item {
	margin-bottom: 10px;
}


.epl-flash-offer-title {
	display: block;
	font-size: 1.45em;
	line-height: 1.1em;
	font-weight: 700;
	margin-bottom: 5px;
}

.epl-flash-dates {
	font-size: 1.15em;
	font-weight: bold;
	padding-bottom: 7px;
	margin-bottom: 5px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.epl-flash-dates:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.epl-flash-dates label {
	font-size: 0.9em;
	font-weight: normal;
	margin-right: 5px;
}

.epl-flash-date {
	color: #ffffff;
	text-decoration: none;
	white-space: nowrap;
	margin-right: 10px;
}

.epl-flash-date:hover {
	color: #000000;
	text-decoration: none;
}

.epl-flash-date:before {
	font-family: 'epasslibre';
	font-size: 11px;
	line-height: 11px;
	color: #b8020b;
	padding: 3px 4px;
	background-color: #ffffff;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	margin: 1px 2px 0 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e207";
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.epl-flash-date:hover:before {
	color: #ffffff;
	background-color: #000000;
}

.epl-flash-date label:hover {
	cursor: pointer;
}

.epl-flash-stock {
	white-space: nowrap;
}





/* offre publique-prive */

#offreswap {
	color: #b8020b;
	text-align: center;
}


#offreswap a {
	display: block;
	font-size: 1.25em;
	font-weight: 700;
	color: #ffffff;
	text-decoration: none;
	padding: 15px 20px;
	background: #b8020b;
}

#offreswap a:hover {
	color: #7d7d80;
	background: #b8020b;
}

#offreswap a h2 {
	font-size: 1em;
	font-weight: 700;
	color: #ffffff;
	margin: 0;
	padding: 0;
}

#offreswap a:hover h2 {
	color: #7d7d80;
}




/* programe fidelite */

.membership-banner {
	width: 100%;
	display: block;
}

.membership-banner .image,
.membership-banner .text {
	width: 100%;
	display: block;
}

.membership-banner .text {
	font-size: 125%;
	color: #ffffff;
	text-align: center;
	padding: 20px;
	background-color: #e85e0e;
}

.membership-banner .image {
	background: url(/images/pdsch/membership-banner-en.jpg) center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

:lang(fr) .membership-banner .image {
	background: url(/images/pdsch/membership-banner-fr.jpg) center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


.epl-creation-compte .loyalty .epl-col2:last-child a {
	white-space: nowrap;
}

.epl-creation-compte .membership-logo {
	display: inline-block;
	vertical-align: middle;
	background: url(/images/pdsch/membership-logo.png) center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.epl-creation-compte .membership-logo + h3 {
	display: inline-block;
	vertical-align: middle;
}

.epl-form-identification-no-account .membership-logo {
	display: block;
	float: left;
	height: 35px;
	width: 35px;
	margin: 0 10px 5px 0;
	background: url(/images/pdsch/membership-logo.png) center center no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#epl-customer-loyalty h2 span {
	padding-left: 65px;
	background: #f3f3f3 url(/images/pdsch/membership-logo-compte.png) 20px 10px no-repeat;
}




/* contenu */
#vente {}


.ajax-loader img {
	padding: 15px 30px;
	background-color: #b8020b;
}

/* vente message */

.message_complement {
	min-height: 10px;
	color: #b8020b;
	font-style: italic;
	margin: 0 2%;
}


.message_complement a {
	padding-left: 22px;
	background: url(/images/commun/message_complement_puce.png) left 2px no-repeat;
}

.message_complement a:hover {
	color: #7d7d80;
	background: url(/images/commun/message_complement_puce.png) left -58px no-repeat;
}

.message_complement .popover-content a {
	color: #b8020b;
	padding: 0;
	text-decoration: underline;
	background-image: none;
}


.message_info {
	min-height: 10px;
	font-weight: 700;
}

.vente_message:before,
.vente_message:after {
		display: table;
		content: " ";
}
.vente_message:after {
		clear: both;
}

.vente_message {
	font-size: 1.1em;
	color: #e10019;
	background: #fff9f9 url(/images/commun/vente_message_fond.png) 1em 1.1em no-repeat;
	padding: 1.2em 1.1em 0.8em 5em;
	margin: 2em 0;
}

.vente_message a {
	color: #4d3f3e;
	text-decoration: underline;
}

.wts-justifs {
  color: #4d3f3e;
}

.vente_message a:hover {
	color: #7d7d80;
	text-decoration: none;
}

.vente_alerte {
	min-height: 30px;
	font-size: 1.1em;
	color: #b8020b;
	font-weight: bold;
	background: #fff9f9 url(/images/commun/vente_alerte_fond.png) 1em 0.75em no-repeat;
	padding: 1em 1.2em 1em 4em;
	margin: 2em 0;
}

.msg-small {
	font-size: 0.9em;
	color: #b8020b;
	font-weight: bold;
	background: #fff9f9;
}

.msg-small span {
	display: block;
	padding: 0.75em 0.9em;
	border-bottom: 1em solid #b8020b;
}

.ui-datepicker-trigger {
	vertical-align: top;
}


.ui-datepicker-trigger:hover {
	cursor: pointer;
}

.helpbulle {
	margin: 0 2px 0 4px;
}

.prix_barre {
	text-decoration: line-through;
}

#custcard td {
  padding: 0 6px;
  vertical-align: top;
  white-space: nowrap;
}

.pro-selectablewtp {
	cursor: pointer;
	display: inline-block;
	border-right:1px solid grey;
	padding-right:8px;
	text-align: right;
	width: 86px;
}

.pro-selectablewtp:hover {
	font-weight:bold;
}

.btn_print, .custannotation {
	display:none;
}

.error-field-comment {
	min-height: 30px;
	font-size: 1.1em;
	color: #b8020b;
	font-weight: bold;
	background: #fff9f9 url(/images/commun/vente_alerte_fond.png) 1em 0.5em no-repeat;
	padding: 1em 1.2em 1em 4em;
	margin: 1em 0;
}








/*  zone connection / deconnection membre */

#epl-membre {}

#epl-membre input[type="text"] {
	width: 100%;
	margin-bottom: 1px;
}

#epl-membre input[type="password"] {
	width: 85%;
	margin-right: 0;
	margin-bottom: 10px;
}

#epl-membre input[type="submit"] {
	width: 15%;
	height: 36px;
	padding: 4px 2px;
	margin-bottom: 10px;
}

#epl-membre ul {
	list-style: none;
	margin-left: 0;
}

#epl-membre ul li a {
	color: #b8020b;
}

#epl-membre ul li a:hover {
	color: #000000;
}

#epl-membre ul li a:before {
	content: "\e072";
	-moz-osx-font-smoothing: grayscale;
    display: block;
	float: left;
    font-family: "Glyphicons Halflings";
	font-size: 0.7em;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
	margin: 0.35em 0.5em 0.5em 0;
}

#eplloginmess {
  font-weight: bold;
  color: #e90d0d;
}





/* zone connection / deconnection membrece */

#epllogingroup {}

#epllogingroup select {
	width: 100%;
	margin-bottom: 5px;
}

#epllogingroup input[type="text"] {
	width: 100%;
}

#epllogingroup #mdpinvite input[type="text"],
#epllogingroup #mdpinput input[type="password"] {
	width: 80%;
}

#epllogingroup input[type="submit"] {
	height: 44px;
	width: 20%;
	padding: 10px 5px;
}



/* membre ce connecte */
#eplgrouplogged {
	color: #ffffff;
	padding: 15px 15px 10px 15px;
	background-color: #b8020b;
}

#eplgrouplogged h4 {
	display: block;
	font-size: 1.75em;
	color: #ffffff;
	margin-bottom: 10px;
}

#eplgrouplogged ul li a {
	color: #ffffff;
	text-decoration: none;
}

#eplgrouplogged ul li a:hover {
	color: #7d7d80;
}

#eplgrouplogged ul li a:before {
	font-family: 'epasslibre';
	line-height: 1em;
	font-size: 0.65em;
	padding-right: 5px;
	content: "\e207";
}



/* points bonus */

.epl-cons-bonus input[type="text"] {
	width: 80%;
}

.epl-cons-bonus input[type="submit"], .epl-cons-bonus button {
	height: 44px;
	width: 20%;
	padding: 10px 5px;
}




/* skipass */

#epl-skipass {}

#epl-skipass img {
	margin-bottom: 15px;
}

#epl-skipass input[type="button"] {
	font-weight: 700;
	line-height: 1em;
	color: #7d7d80;
	text-transform: uppercase;
	padding: 15px 15px;
	margin-bottom: 15px;
	background-color: #b8020b;
	border: 1px solid #b8020b;
}



/* skipass */

#seepermission {}

#seepermission p {
	font-weight: bold;
	text-align: left;
	color: #b8020b;
}

#seepermission ul li {
	margin: 0.25em 0 0 0;
	padding: 0.25em 0 0 0;
	border-top: 1px solid #eeeeee;
}




/* etapes */

.etape {
	font-size: 1.6em;
	line-height: 1em;
	color: #2e3b42;
	margin: 0 0 15px 0;
}

.etape .num {
	height: 32px;
	width: 34px;
	font-weight: 700;
	font-size: 16px;
	line-height: 16px;
	color: #ffffff;
	border-radius: 50%;
	margin: 0 6px 0 0;
	padding-top: 8px;
	background-color: #7d7d80;
}

.etape li.on .num {
	color: #ffffff;
    background-color: #b8020b;
}






/*  moteur */


.cv3-col-gauche .control-label {
	font-weight: 400;
}

.cv3-col-gauche .search-title {
	line-height: 1.1em;
	color: #ffffff;
	margin-bottom: 0;
	background-color: #b8020b;
}

.cv3-col-gauche .search-content {
	color: #000000;
	padding-bottom: 20px;
	border: 1px solid #b8020b;
	background-color: transparent;
}

.cv3-col-gauche .search-content legend {
	color: #b8020b;
	font-size: 1.45em;
    margin-bottom: 8px;
    padding-bottom: 6px;
	border-bottom-color: #000000;
}

.cv3-col-gauche .search .form-control {
	padding: 6px 10px;
}

.cv3-col-gauche .search .btn-submit {
	width: 100%;
	padding: 14px 10px;
}

.cv3-col-gauche .search .btn-submit:after {
	display: none;
}

.cv3-col-gauche .search-content .btn.btn-button {
	color: #000000;
}

.cv3-col-gauche .search-content .btn.btn-button:hover,
.cv3-col-gauche .search-content .btn.btn-button:focus,
.cv3-col-gauche .search-content .btn.btn-button.active {
	color: #b8020b;
}

.cv3-col-gauche .search .infos-plus {
	vertical-align: top;
}




.infos-plus {
	height: 24px;
	line-height: 21px;
	font-weight: 700;
	font-size: 14px;
	color: #b8020b;
	padding: 0 8px;
	background-color: #ffffff;
	border-color: #b8020b;
}

.infos-plus:hover {
	text-decoration: none;
}

.control-label {
	line-height: 1.25em;
}

.search-content,
.resume-content,
.solution .total,
.skier-book .skier-total,
.total-cart {
	color: #ffffff;
	background-color: #b8020b;
}

.livraison-header,
.epl-form-identification .account {
	color: #ffffff;
	background-color: #b8020b;
}



.search-content,
.resume-content,
.solution .skier-summary,
.solution .skier-details,
.solution .total,
.skier-book .skier-total,
.skier-book .skier-content,
.skier-book .skier-options {
	padding: 20px 20px 10px 20px;
}

.solution-total {
	margin-top: 20px;
	margin-bottom: 25px;
}

.solution-total ul {
	margin-left: 0;
}


.select-wrap.form-control {
	border: 1px solid #000000;
}

.select-wrap.form-control select {
	height: auto;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 0;
}

@-moz-document url-prefix() { /*FF*/
.select-wrap.form-control select:not([multiple]) {
	height: auto;
	background-image: none;
}
}


@media screen and (-webkit-min-device-pixel-ratio:0) {
.select-wrap.form-control select:not([multiple]) {
	height: auto;
	background-image: none;
}
}




.search-title,
.search-content legend,
.solution .offer-title,
.solution-total .price-total .price {
	font-weight: 400;
	line-height: 1.2em;
}



.search  .form-group .form-group.searchage .form-control {
	margin-right: 10px;
}

.search-title {
	color: #b8020b;
	margin-bottom: 10px;
}

.search-content .unique-age {
	margin-bottom: 5px;
}

.search-content .customer-cards-container .field {
	margin-bottom: 5px;
}

.search-content .customer-cards-container .btn {
	color: #ffffff;
}

.search-content .customer-cards-container .glyphicon {
	margin-right: 3px;
}

.search-content .customer-cards-container .cardname {
	margin: 2px 5px 2px 0;
}

.search-content .customer-cards-container .cardnumber {
	margin: 2px 0;
}

.search-content .control-label {
	display: inline-block;
	margin-bottom: 8px;
}

.search-content .insurance .control-label {
	display: block;
}

.search .searchage.form-group .control-label {
	width: auto;
	margin-right: 10px;
	margin-bottom: 8px;
}

.search-content legend {
	font-weight: 300;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.resume .control-label:after {
    content: " : "
}

.search-content .btn.btn-submit,
.resume .btn.btn-submit {
	background-color: #000000;
	border-color: #000000;
}

.search-content .btn.btn-submit:hover,
.search-content .btn.btn-submit:focus,
.resume .btn.btn-submit:hover,
.resume .btn.btn-submit:focus {
	color: #b8020b;
	background-color: #ffffff;
	border-color: #ffffff;
}


.search-content .btn-group .btn-primary {
	color: #000000;
	background-color: #ffffff;
	border-color: #000000;
}

.search-content .btn-group .btn-primary:focus,
.search-content .btn-group .btn-primary:hover,
.search-content .btn-group .btn-primary:active,
.search-content .btn-group .btn-primary.active,
.search-content .btn-group .btn-primary:active:hover,
.search-content .btn-group .btn-primary.active:hover,
.search-content .btn-group .btn-primary:active:focus,
.search-content .btn-group .btn-primary.active:focus,
.search-content .btn-group .btn-primary:active.focus,
.search-content .btn-group .btn-primary.active.focus {
	color: #ffffff !important;
	background-color: #000000;
	border-color: #000000;
}


.total-cart,
.solution .total {
	border-left-color: #f9f9f9;
}

.solution-total {
	color: #ffffff;
	background-color: #7d7d80;
}

.solution .skier-label {
	font-size: 1.25em;
	color: #b8020b;
}

.solution .total .price {
	font-size: 1.65em;
}

.solution-total a {
	color: #ffffff;
}

.solution-total a:hover {
	color: #b8020b;
}

.solution-total .price-total {
	font-size: 1.2em;
}

.solution-total .price-total .price {
	font-size: 2.2em;
	margin-left: 5px;
}

.solution-total .price-total .amount {
	margin-right: -5px;
}

.solution-total .price-secure {
	font-size: 1.15em;
}

.solution-total .price-secure .glyphicon {
	font-size: 120%;
	margin-left: 5px;
}

.solution-total .btn.btn-button.btn-check-radio {
	font-size: 1.1em;
	font-weight: 400;
	text-align: right;
}

.solution-total .btn.btn-button.btn-check-radio:hover {
	color: #b8020b;
}

.solution-total .btn.btn-button.btn-check-radio.active .glyphicon {
	color: #b8020b;
}


.skier-book,
.skier-book .skier-details,
.skier-book .skier-content {
	background-color: rgba(255, 255, 255, 0.3);
}

.skier-book .skier-total {
	border-left-color: #f9f9f9;
}

.skier-book .skier-options {
	background-color: #67666f;
}


.skier-book .skier-title .skier-label {
	margin-right: 5px;
}

.skier-book .skier-total .price-total {
	font-size: 1.5em;
	margin-left: 5px;
}

.skier-book .control-label {
	width: 28%;
}

.skier-book .photo {
	display: inline-block;
	vertical-align: top;
}

.skier-book input[type="text"],
.skier-book input[type="date"],
.skier-book .photo {
	width: 67%;
}

.skier-book .tzr-xfiledef {
	width: 100%;
}

.skier-book table td {
	vertical-align: top;
	padding: 0 5px 5px 0;
}

.skier-details .btn-primary {
	color: #b8020b;
	background-color: #ffffff;
	border-color: #b8020b;
}

.skier-details .btn-group .btn-primary {
	color: #b8020b;
	background-color: #ffffff;
	border-color: #b8020b;
}

.skier-details .btn-group .btn-primary:focus,
.skier-details .btn-group .btn-primary:hover,
.skier-details .btn-group .btn-primary.active {
	color: #ffffff;
	background-color: #b8020b;
	border-color: #b8020b;
}

.skiers {
	padding-top: 0;
}

.skiers .skier {
	padding-left: 35px;
	padding-top: 20px;
}

.skier .skier-details div,
.skier .skier-summary div {
	margin-bottom: 5px;
}

.skier .skier-details div:last-child {
	padding-bottom: 0;
}

.skier .skier-summary div:last-child {
	padding-bottom: 10px;
}


.skier .commande_sup {
	top: 0;
}

.skier .commande_sup a {
	background-color: #b8020b;
}

.skier .commande_sup a:hover {
	color: #b8020b;
	background-color: #ffffff;
}

.eplnetworkmess {
	margin-bottom: 25px;
}

.epl-form-identification .account h4 {
	font-size: 1.35em;
	color: #ffffff;
}


.epl-form-identification-account {
	border-right-color: rgba(255, 255, 255, 0.85);
}

.epl-form-identification-no-account {
	border-left-color: rgba(255, 255, 255, 0.85);
}

.epl-form-identification .account .btn.btn-submit {
	color: #ffffff;
	background-color: #000000;
	border-color: #000000;
}

.epl-form-identification .account .btn.btn-submit:focus,
.epl-form-identification .account .btn.btn-submit:hover {
	color: #b8020b;
	background-color: #ffffff;
	border-color: #ffffff;
}

.epl-form-identification .account .btn-group .btn-primary {
	color: #000000;
	background-color: #ffffff;
	border-color: #000000;
}

.epl-form-identification .account .btn-group .btn-primary:hover {
	color: #b8020b !important;
}

.epl-form-identification .account .btn-group .btn-primary.active,
.epl-form-identification .account .btn-group .btn-primary:active {
	color: #ffffff;
	background-color: #000000;
	border-color: #000000;
}

.epl-form-identification .account .btn-group .btn-primary:active:hover,
.epl-form-identification .account .btn-group .btn-primary.active:hover,
.epl-form-identification .account .btn-group .btn-primary:active:focus,
.epl-form-identification .account .btn-group .btn-primary.active:focus,
.epl-form-identification .account .btn-group .btn-primary:active.focus,
.epl-form-identification .account .btn-group .btn-primary.active.focus {
	color: #ffffff !important;
}


.livraison .btn-primary {
	color: #b8020b;
	background-color: #ffffff;
	border-color: #b8020b;
}

.livraison .btn-primary:focus,
.livraison .btn-primary:hover {
	color: #ffffff;
	background-color: #b8020b;
	border-color: #b8020b;
}

.livraison .btn-primary.active,
.livraison .btn-primary:active,
.livraison .btn-primary:active:hover,
.livraison .btn-primary.active:hover,
.livraison .btn-primary:active:focus,
.livraison .btn-primary.active:focus,
.livraison .btn-primary:active.focus,
.livraison .btn-primary.active.focus {
	cursor: default;
	color: #ffffff;
	background-color: #b8020b;
	border-color: #b8020b;
}



/* map-search */

#pickuppoint-map {
	height: auto;
	margin-top: 20px;
}

.selected-markers-list {
	font-size: 0.9em;
}

.selected-markers-list div {
	margin-bottom: 6px;
}

.selected-markers-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.selected-markers-list ul > li {
	padding: 15px;
	margin-bottom: 10px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	background-color: rgba(255, 255, 255, 0.4);
}

.selected-markers-list ul > li:before,
.selected-markers-list ul > li:after {
	display: table;
	content: " ";
}
.selected-markers-list ul > li:after {
	clear: both;
}


.selected-markers-list ul > li.selected {
	border-color: #b8020b;
}

.selected-markers-list h3 {
	font-size: 1.35em;
	line-height: 1.1em;
	color: #b8020b;
    margin: 0 0 6px 0;
}

.selected-markers-list .eplico-phone {
	color: #b8020b;
	margin-right: 5px;
}

.selected-markers-list .bnts {
	margin-bottom: 0;
}

.btn-view-on-map {
	display: inline-block;
	font-size: 18px;
	color: #b8020b;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	width: 34px;
	height: 34px;
	line-height: 36px;
	background-color: #ffffff;
	border: 1px solid transparent;
	border-radius: 50%;
	padding: 0 2px;
	margin-right: 10px;
}

.btn-view-on-map:hover,
.btn-view-on-map:focus {
	cursor: pointer;
	color: #ffffff;
	background-color: #b8020b;
}

.selected-markers-list .btn-submit {
	height: 34px;
	font-size: 16px;
	color: #b8020b;
	padding: 6px 8px;
	margin-bottom: 0;
	background-color: #ffffff;
	border: 1px solid transparent;
}

.selected-markers-list .btn-submit:hover,
.selected-markers-list .btn-submit:focus {
	color: #ffffff;
	background-color: #b8020b;
	border-color: #b8020b;
}

 .selected-markers-list .btn-submit:after {
	display: none;
}

.selected-markers-list .oimage {
	margin-bottom: 15px;
}



.epl-recapitulatif-cart + .bouton-inline {
	margin-top: -24px;
	margin-bottom: 25px;
}














/*input de taille petite*/
.input_auto {
	width: auto;
}


/*style des input type file*/
.input_file {}

input[type="file"].input_file {}



/*lien pour choisir une carte ou une autre carte*/
a.carte_mom_compte {
	background: url(/images/pdsch//carte_mom_compte_puce.png) left 6px no-repeat;
	display: block;
	font-size: 1.1em;
	text-decoration: none;
	padding: 0 0 3px 30px;
}

a.carte_mom_compte:hover {
	cursor: pointer;
	color: #7d7d80;
	background: url(/images/pdsch//carte_mom_compte_puce.png) left -54px no-repeat;
}



/* les forfaits a remplir */
.poolactive{}
.poolinactive{
	display:none;
}


/* encrade les lignes d'actions */
.bouton-inline {
	margin-bottom: 10px;
}

.bouton-inline:before,
.bouton-inline:after {
	display: table;
	line-height: 0;
	content: "";
}

.bouton-inline:after {
	clear: both;
}

.bouton-inline input,
.bouton-inline select {
	margin-bottom: 0;
}



.cv3-col-gauche .bouton-inline {
	margin-top: 0;
	margin-bottom: 12px;
}




/* block vente style par defaut */
.epl-block {
	clear: both;
	margin-bottom: 20px;
}

.epl-block h2 {
	font-size: 1.75em;
	font-weight: normal;
	color: #ffffff;
	text-transform: uppercase;
	margin: 0 0 1px 0;
}

.epl-block h2 span {
	display: block;
	padding: 12px 30px 12px 20px;
	background-color: #b8020b;
}

.epl-block h2 a {
	color: #ffffff;
	text-decoration: none;
}

.epl-block h2 a:hover {
	color: #000000;
}




.epl-block h3 {
	color: #ffffff;
}

.epl-block h4 {
	font-size: 1.45em;
	line-height: 1.1em;
	font-weight: 400;
	color: #ffffff;
	margin-bottom: 15px;
}


.epl-block ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.epl-block ul li {
	line-height: normal;
	padding: 0;
	margin: 0 0 0.35em 0;
}

.epl-block ul li a {
	text-decoration: none;
}

.epl-block ul li a:hover {
	color: #7d7d80;
}

.epl-block ul li a:before {
	display: inline-block;
    font-family: 'epasslibre';
	font-size: 0.8em;
	vertical-align: middle;
	margin: -4px 3px 0 0;
	content: "\e207";
}

.epl-block label {
	font-weight: 400;
	line-height: 1.2em;
}

.epl-block select {
	width: auto;
	min-width: 20%;
	margin-bottom: 0;
}

.epl-block textarea {
	height: auto;
	margin-bottom: 0;
}

.epl-block .infos {
	clear: both;
	min-height: 10px;
	color: #ffffff;
	padding: 20px 2.5% 5px 2.5%;
	margin-bottom: 1px;
	background: #b8020b;
}


.epl-block.epl-forfait-propriete select,
.epl-block.epl-forfait-propriete textarea,
.epl-block.epl-forfait-propriete input[type="text"],
.epl-block.epl-forfait-propriete input[type="password"],
.epl-block.epl-forfait-propriete input[type="datetime"],
.epl-block.epl-forfait-propriete input[type="datetime-local"],
.epl-block.epl-forfait-propriete input[type="date"],
.epl-block.epl-forfait-propriete input[type="month"],
.epl-block.epl-forfait-propriete input[type="time"],
.epl-block.epl-forfait-propriete input[type="week"],
.epl-block.epl-forfait-propriete input[type="number"],
.epl-block.epl-forfait-propriete input[type="email"],
.epl-block.epl-forfait-propriete input[type="url"],
.epl-block.epl-forfait-propriete input[type="search"],
.epl-block.epl-forfait-propriete input[type="tel"] {
	border-color: #ffffff;
}




/* block vente style 1 */
.epl-block-style1 {
	clear: both;
}

.epl-block-style1 h2 {
	color: #000000;
	margin-bottom: 1px;
}

.epl-block-style1 h2 span {
	background-color: #f3f3f3;
}

.epl-block-style1 h2 a {
	color: #000000;
	text-decoration: none;
}

.epl-block-style1 h2 a:hover {
	color: #b8020b;
}

.epl-block-style1 .infos {
	color: #000000;
	padding: 20px 2.5% 5px 2.5%;
	background-color: #f3f3f3;
}

.epl-block-style1 h3 {
	color: #b8020b;
}

.epl-block-style1 h4 {
	color: #b8020b;
}






.epl-ligne {
	margin-bottom: 10px;
	margin-left: -2.5%;
}

.epl-ligne:before,
.epl-ligne:after {
  display: table;
  line-height: 0;
  content: "";
}

.epl-ligne:after {
  clear: both;
}


.epl-col1 {
	display: block;
	float: left;
	width: 97%;
	margin-left: 2.5%;
	min-height: 30px;
}

.epl-col2 {
	display: block;
	float: left;
	width: 47.5%;
	margin-left: 2.5%;
	min-height: 30px;
}

.epl-col3 {
	display: block;
	float: left;
	width: 30.75%;
	margin-left: 2.5%;
	min-height: 30px;
}





/* ecran creation d'un compte */

.epl-creation-compte {}

.epl-creation-compte .infos {
	padding-bottom: 20px;
}

.epl-creation-compte a {
	color: #ffffff;
}

.epl-creation-compte a:hover {
	color: #7d7d80;
}

.epl-creation-compte #livdiff {
	clear: both;
	display: none;
	margin-top: 15px;
}

.epl-creation-compte h3 {
	color: #ffffff;
	font-size: 1.8em;
	line-height: 1.2em;
	margin-top: 0.5em;
	margin-bottom: 0.3em;
}

.epl-creation-compte .epl-col2 h3 {
	margin-top: 0;
}


.epl-creation-compte .epl-col2 .control-group input[type="text"].input_auto {
	width: auto;
}

.epl-creation-compte .epl-col2 .control-group label {
	clear: left;
	float: left;
	margin-right: 1%;
	vertical-align: top;
	width: 29%;
}

.epl-creation-compte .epl-col2 .control-group select,
.epl-creation-compte .epl-col2 .control-group input[type="text"],
.epl-creation-compte .epl-col2 .control-group input[type="password"],
.epl-creation-compte .epl-col2 .control-group .iti {
    clear: right;
    margin-bottom: 0;
    vertical-align: top;
    width: 60%;
}
.epl-creation-compte .epl-col2 .control-group .iti input {
    width: 100%;
}

.epl-creation-compte .epl-col2 .group_input {
	margin-left: 30%;
}

.epl-creation-compte .epl-col2 .group_input input[type="text"],
.epl-creation-compte .epl-col2 .group_input input[type="password"] {
    width: 88%;
}

.epl-creation-compte .checkbox {
	float: left;
	width: auto;
	margin-right: 8px;
}


.epl-creation-compte .epl-col1 .checkbox {
	width: auto;
}

.epl-creation-compte .epl-col1 label {
	display: block;
	float: left;
	margin-right: 2%;
	width: 100%;
}

.epl-creation-compte .epl-col1 input[type="text"],
.epl-creation-compte .epl-col1 input[type="password"]{
	margin-right: 2%;
	margin-bottom: 10px;
}

.epl-creation-compte .epl-col1 small {
	clear: both;
	display: block;
	font-size: 100%;
}

/* ecran commande */

.epl-forfait-propriete {}

.epl-forfait-propriete .epl-col3 {
	line-height: 1.3em;
}

.epl-forfait-propriete .epl-col3:first-child label {
	display: block;
}

.epl-forfait-propriete .epl-col3 input {
	margin-right: 2%;
	margin-bottom: 8px;
}

.epl-forfait-propriete .control-group label {
	float: left;
	width: 45%;
	margin-right: 2%;
}

.epl-forfait-propriete select {
	width: auto;
	min-width: 20%;
}


.epl-col1 label {
	display: inline;
	font-weight: bold;
	margin-right: 5px;
}

.epl-forfait-propriete .bouton-inline select {
	width: auto;
	min-width: 210px;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
	vertical-align: top;
	border-color: #b8020b;
	background-color: #b8020b;
}

@-moz-document url-prefix() { /*FF*/
.epl-forfait-propriete .bouton-inline select:not([multiple]) {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAWCAYAAAAmaHdCAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHxJREFUeNpi/P//PwOlgImBCmDUkKFgiAIeNQoETQEmtoD/EFAASnhouAAqF4BFDo5BhAEQv4cqno8kOR8q9h6qBq8h2Awi2gBkQ0BYAIjP/0eA81AxBkKYES0DCgDxfijbEYg/EBM7jFhysQCU/kBsFDOOFgXD3RCAAAMAsfTst1kagd0AAAAASUVORK5CYII=');
}
}


@media screen and (-webkit-min-device-pixel-ratio:0) {
.epl-forfait-propriete .bouton-inline select:not([multiple]) {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAWCAYAAAAmaHdCAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHxJREFUeNpi/P//PwOlgImBCmDUkKFgiAIeNQoETQEmtoD/EFAASnhouAAqF4BFDo5BhAEQv4cqno8kOR8q9h6qBq8h2Awi2gBkQ0BYAIjP/0eA81AxBkKYES0DCgDxfijbEYg/EBM7jFhysQCU/kBsFDOOFgXD3RCAAAMAsfTst1kagd0AAAAASUVORK5CYII=');
}
}


.epl-forfait-propriete .input_auto {
	width: auto;
}



.epl-forfait-block {}

.epl-forfait-block .infos {
	color: #7d7d80;
	background-color: #ffffff;
	border: 2px solid #f3f3f3;
}

.epl-forfait-block label {
	display: block;
	float: left;
	width: 25%;
	font-size: 1.05em;
	font-weight: 300;
	color: #7d7d80;
	margin-right: 2.5%;
}

.epl-forfait-block input {
	float: left;
	width: 30%;
	margin-right: 1%;
}

.epl-forfait-block .input_auto {
	width: auto;
}

.epl-forfait-block .input_file {
	width: auto;
}

.epl-forfait-block .checkbox {
	width: auto;
	height: auto;
	padding: 0 0 0 0;
	margin: 0 8px 0 0;
}


.epl-forfait-block h2 {
	color: #b8020b;
}

.epl-forfait-block h2 a {
	color: #7d7d80;
}

.epl-forfait-block h2 a:hover {
	color: #b8020b;
}

.epl-forfait-block h2 span {
	padding-right: 20px;
	background-color: #f3f3f3;
}


.epl-forfait-block span.sup {
	padding: 10px 55px 8px 20px;
	background: #f3f3f3 url('/images/commun/epl-forfait-block_sup.png') right 11px no-repeat;
}

.epl-forfait-block a:hover span.sup {
	background: #f3f3f3 url('/images/commun/epl-forfait-block_sup.png') right -109px no-repeat;
}


.epl-forfait-block h4 {
	color: #b8020b;
	margin-bottom: 0;
}


.epl-forfait-block .prix {
	font-size: 1.5em;
	font-weight: bold;
}

.epl-forfait-block .group_input {
	clear: right;
	width: 62%;
	margin-left: 27.5%;
}

.epl-forfait-block .group_input .checkbox {
	float: none;
	display: inline-block;
	vertical-align: top;
}

.assur .btn-group input[type="radio"] {
	margin-top: 4px;
}

.epl-forfait-block .message_info {
	clear: both;
	padding-top: 5px;
	margin-left: 27.5%;
}

.epl-forfait-block .message_complement label {
	color: #b8020b;
}



/* ponjt bonus a utilser */
.epl-forfait-block .namaste-bonus label {
	width: auto;
	margin-right: 0.5em;
}

.epl-forfait-block .namaste-bonus span {
	float: left;
	line-height: 1.3em;
	margin-right: 0.5em;
}

.epl-forfait-block .namaste-bonus .spanbonus {
	font-weight: bold;
	color: #b8020b;
}




/*ecran reccapitulatif*/

.epl-recapitulatif-cmd {}


.epl-recapitulatif-cmd .epl-col2 {
	margin-bottom: 1em;
}

.epl-recapitulatif-cmd .epl-col2:nth-child(odd) {
	clear: left;
}

.epl-recapitulatif-cmd strong {
	font-weight: normal;
}

.epl-recapitulatif-cmd .commade_total {
	clear: both;
	font-size: 1.25em;
	font-weight: normal;
	color: #7d7d80;
	text-align: center;
	padding: 8px;
	margin: 0 0 0 2.5%;
	background-color: #f3f3f3;
}

.epl-recapitulatif-cmd .commade_total strong {
	font-size: 1.5em;
	font-weight: bold;
	color: #b8020b;
}

.epl-specialorder strong {
	font-size: 1.25em;
}


#vente .epl-specialorder h2 {
	color: #ffffff;
	text-transform: none;
	margin-bottom: 0;
}

#vente .epl-specialorder h2 span {
	padding-bottom: 0;
}

.epl-specialorder .btn-success {
	background-color: #000000;
	border-color: #000000;
}

.epl-specialorder .btn-success:hover,
.epl-specialorder .btn-success:focus {
	background-color: #b8020b;
	border-color: #b8020b;
}


.epl-form-identification-connect {
	margin-bottom: 40px;
}

.epl-form-identification-connect a {
	font-size: 1.45em;
	font-weight: 700;
	text-decoration: none;
	padding: 1px 0 1px 35px;
	background: url('/images/commun/epl-form-identification-connect_puce.png') left 3px no-repeat;
	outline: none;
}

.epl-form-identification-connect a:hover {
	color: #7d7d80;
	background: url('/images/commun/epl-form-identification-connect_puce.png') left -57px no-repeat;
}


.epl-form-identification-connect a.active {
	color: #d8d8d8;
	background: url('/images/commun/epl-form-identification-connect_active_puce.png') left 3px no-repeat;
}

.epl-form-identification-connect a.active:hover {
	color: #b8020b;
	background: url('/images/commun/epl-form-identification-connect_active_puce.png') left -57px no-repeat;
}



/*ecran reccapitulatif*/



.skier .commande_sup .glyphicon {
	font-size: 15px;
	line-height: 15px;
}

.skier .commande_sup a {
	background-color: #b8020b;
}


.total-cart {
	background-color: #b8020b;
}

.total-cart .price-total {
	line-height: 1.1;
}


.epl-form-identification {}

.epl-block.epl-form-identification h2 {
	color: #7d7d80;
}

.epl-block.epl-form-identification h2 span {
	background-color: #f3f3f3;
}

.epl-block.epl-form-identification .infos {
	color: #7d7d80;
	background: #f3f3f3;
}

.epl-block.epl-form-identification h4 {
	color: #b8020b;
}






.epl-validation-commande{}

.epl-block.epl-validation-commande h2 {
	color: #b8020b;
}

.epl-block.epl-validation-commande h2 span {
	background-color: #f3f3f3;
}

.epl-block.epl-validation-commande .infos {
	color: #3d3f3f;
	background: #f3f3f3;
}


.epl-block.epl-validation-commande .epl-ligne {
	margin-bottom: 15px;
}


.epl-block.epl-validation-commande h4 {
	color: #b8020b;
}

.epl-block.epl-validation-commande h5 {
    color: #555555;
    font-size: 1.4em;
	line-height: 1em;
    margin: 0 0 8px 0;
}

.epl-block.epl-validation-commande input {
	margin-bottom: 0.5em;
}

.epl-block.epl-validation-commande label {
    clear: left;
    float: left;
    margin-right: 0;
    vertical-align: top;
    width: 29%;
}

.epl-block.epl-validation-commande select {
    width: 61%;
}

.epl-block.epl-validation-commande .radio,
.epl-block.epl-validation-commande .checkbox {
    clear: inherit;
    float: left;
    margin: 0 1% 0 0;
    width: auto;
}

.epl-block.epl-validation-commande .control-group input {
	clear: right;
	width: 61%;
}

.epl-block.epl-validation-commande .control-group .checkbox {
	width: auto;
}


.epl-block.epl-validation-commande .livdiff {
/* 	display: none; */
}

.epl-block.epl-validation-commande small {
	font-style: italic;
	color: #7d7d80;
}


.epl-block.epl-validation-commande #pickuppoints {
	display: block;
	margin-top: 10px;
}

.epl-block.epl-validation-commande a.wtscgv {
	vertical-align: top;
}




/*ecran paiement*/
.monetic .solution-total .price-total {
  display: none;
}
.monetic .solution-total .eplactionrunning {
  margin-top: 0;
}
.epl-valide-informations {
	border: 1px solid #b8020b;
}

.epl-valide-informations .infos {
	color: #7d7d80;
	background: #ffffff;
	margin-bottom: 0;
	padding-top: 1.5%;
	padding-bottom: 0;
}

.epl-valide-informations h4 {
	color: #b8020b;
	margin-bottom: 0.15em;
}



.epl-valide-reference {
	border: 1px solid #b8020b;
	border-top: none;
	margin-bottom: 25px;
}

.epl-valide-reference .infos {
	font-weight: bold;
	color: #7d7d80;
	background: #ffffff;
	margin-bottom: 0;
	padding-top: 1.5%;
	padding-bottom: 0;
}

.epl-valide-reference h5 {
	font-size: 1.3em;
	line-height: 1em;
	font-weight: normal;
	color: #b8020b;
	margin: 0 0 0 0;
}

.epl-valide-reference label {
	display: inline;
	font-size: 1em;
	line-height: 2em;
	font-weight: normal;
}


.epl-valide-contenu-commande {}

.epl-valide-contenu-commande .infos {
	font-weight: bold;
}

.epl-valide-contenu-commande label {
	display: inline;
	line-height: 1.5em;
	font-weight: normal;
}

.epl-valide-contenu-commande .commande_prix {
	display: block;
	width: 100%;
	border: none;
	margin: 5px 0 15px 0;
	padding: 5px 0 0 0;
}

.epl-valide-contenu-commande .commande-total {
	font-size: 1.1em;
	line-height: 1.5em;
	color: #7d7d80;
	padding: 2.5%;
	background-color: #ffffff;
}

.epl-valide-contenu-commande .commande-total label {
	float: left;
	width: 50%;
	font-weight: normal;
	margin: 0;
}

.epl-valide-contenu-commande .commande-total span {
	float: left;
	width: 50%;
	font-weight: normal;
	margin: 0;
	text-align: right;
}

.epl-valide-contenu-commande .commande-total .total {
	color: #b8020b;
	font-weight: bold;
}






.epl-paie-banque {}

.epl-paie-banque h2 {
	color: #b8020b;
}

.epl-paie-banque h2 span {
	background-color: #f3f3f3;
}

.epl-paie-banque .infos {
	font-size: 1.1em;
	color: #7d7d80;
	background-color: rgba(255, 255, 255, 0.3);
}

.epl-paie-banque .infos .vente_message {
	margin: 0;
}

.epl-paie-banque h4 {
	font-size: 1.2em;
	color: #b8020b;
	margin-bottom: 10px;
}

.epl-paie-banque h5 {
	font-family: arial, helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #b8020b;
	margin: 5px 0 3px 0;
}


.epl-block .infos.oneclick {
	color: #ffffff;
	background-color: #b8020b;
}


.oneclick .infos-plus {
	margin-left: 10px;
}

.oneclick .btn-primary.active,
.oneclick .btn-primary:active,
.oneclick .btn-primary:active:hover,
.oneclick .btn-primary.active:hover,
.oneclick .btn-primary:active:focus,
.oneclick .btn-primary.active:focus,
.oneclick .btn-primary.focus:active,
.oneclick .btn-primary.active.focus {
	color: #ffffff;
	background-color: #b8020b;
	border-color: #b8020b;
}

.epl-paie-banque .enrollement .btn-button {
	width: 100%;
	margin-left: 0;
	margin-bottom: 10px;
}

.epl-paie-banque .btn.btn-button.active {
	color: #b8020b;
}




/* espace pro */


#epl-pro-logingroup .epl-col1 label {
    display: block;
    float: left;
    margin-right: 2%;
    width: 14%;
}

#epl-pro-logingroup .epl-col1 input[type="text"], #epl-pro-logingroup .epl-col1 input[type="password"] {
    float: left;
    margin-bottom: 10px;
    margin-right: 2%;
    width: 28%;
}


#epl-pro-logingroup ul li a {
	color: #ffffff;
}

#epl-pro-logingroup ul li a:hover {
	color: #7d7d80;
}

#epl-pro-grouplogged h3 {
	color: #ffffff;
	font-size: 1.8em;
	line-height: 1.2em;
	margin-bottom: 0.3em;
}

#epl-pro-grouplogged ul li a {
	color: #ffffff;
}

#epl-pro-grouplogged ul li a:hover {
	color: #7d7d80;
}



.epl-pro-forfait-propriete {}

.epl-pro-forfait-propriete .infos {
	padding-bottom: 15px;
}

.epl-pro-forfait-propriete table {
	clear: both;
	width: 100%;
	border-collapse: collapse;
}

.epl-pro-forfait-propriete table td {
	color: #ffffff;
	vertical-align: top;
	padding: 0 2% 0 0;
}

.col1, .col2, .col3 {
	width: 30%;
}

.epl-pro-forfait-propriete .col1 input {
	width: auto;
	margin: 0 5px 10px 0;
}

.epl-pro-forfait-propriete .col2 label {
	display: block;
    float: left;
	margin: 0 2% 10px 0;
    width: 45%;
}

.epl-pro-forfait-propriete .col2 select {
    min-width: 20%;
    width: auto;
	margin-bottom: 10px;
}



.epl-pro-recap {}

.epl-pro-recap .infos {
	padding-bottom: 15px;
}

.epl-pro-recap table {
	clear: both;
	width: 95%;
	color: #ffffff;
	border-collapse: collapse;
	margin-bottom: 10px;
}

.epl-pro-recap table td {
	vertical-align: top;
	padding: 0 2% 2% 0;
}

.epl-pro-recap table thead th {
	font-weight: normal;
    font-style: normal;
	font-size: 1.8em;
	line-height: 1.2em;
	text-align: left;
	vertical-align: top;
	padding: 0 2% 2% 0;
}


.epl-pro-recap .pro-total-cmd {
	clear: both;
	padding: 1.5%;
	margin-left: 2.5%;
	background-color: #f3f3f3;
}

.epl-pro-recap .pro-total-cmd table {
	width: 98%;
	font-size: 1.1em;
	font-weight: bold;
	color: #b8020b;
	margin-bottom: 0;
}

.epl-pro-recap .pro-total-cmd  table td {
	padding: 0 0 0 0;
}



.epl-pro-wtplist {}

.epl-pro-wtplist h2 {
	color: #b8020b;
}

.epl-pro-wtplist h2 span {
	background-color: #f3f3f3;
}

.epl-pro-wtplist .infos {
	color: #7d7d80;
	background: #f3f3f3;
	padding-bottom: 25px;
}

.epl-pro-wtplist h4 {
	font-size: 1.8em;
	line-height: 1.2em;
	color: #7d7d80;
}

#pro-wtp-filter input[type="text"] {
	width: 100px;
	margin: 0 0 10px 5px;
}

#pro-wtp-filter table {
	clear: both;
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 10px;
}

#pro-wtp-filter table td {
	vertical-align: top;
	padding: 0 0 10px 0;
}

#pro-wtp-filter .bouton-inline {
    margin-bottom: 20px;
    margin-top: 0;
}

#pro-wtp-filter .btn {
	color: #ffffff;
	text-transform: none;
	margin-left: -3px;
	padding: 9px 11px 10px 11px;
	background-color: #b8020b;
	border-color: #b8020b;
}

#pro-wtp-filter .btn:hover {
	background-color: #7d7d80;
	border-color: #7d7d80;
}

#pro-wtp-filter input.btn[type="reset"] {
	margin-left: 5px;
}

#pro-wtp-filter img {
	margin-right: 8px;
}

#pro-wtp-select .pro-wtplist-cardsel p {
	font-weight: bold;
	margin: 0 0 5px 0;
}

#pro-wtp-select #pro-wtp-list {
	margin: 0 0 15px 0;
}

#pro-wtp-select .bouton-inline {
    margin-bottom: 15px;
    margin-top: 0;
}

#pro-wtp-select .btn {
	text-transform: none;
	padding: 8px 45px 8px 14px;
}

#pro-wtp-select input.btn[type="reset"] {
	text-transform: none;
	padding: 8px 14px 8px 14px;
}

#autocompletediv input[type="text"] {
	width: auto;
}


#autocompletediv label {
	display: block;
	float: left;
	width: auto;
	margin-right: 2%;
}



.epl-pro-saisie-forfaits {}

.epl-pro-saisie-forfaits h2 {
	color: #b8020b;
}

.epl-pro-saisie-forfaits h2 span {
	background-color: #f3f3f3;
}

.epl-pro-saisie-forfaits .infos {
	color: #7d7d80;
	background: #f3f3f3;
	padding-bottom: 25px;
}

.epl-pro-saisie-forfaits h4 {
	font-size: 1.8em;
	line-height: 1.2em;
	color: #7d7d80;
}

.epl-pro-saisie-forfaits table {
	clear: both;
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 10px;
}

.epl-pro-saisie-forfaits table td {
	vertical-align: top;
	padding: 0 2% 10px 0;
}

.epl-pro-saisie-forfaits thead th {
	text-align: left;
	vertical-align: top;
	padding: 0 2% 10px 0;
}

.epl-pro-saisie-forfaits table input[type="text"] {
	width: auto;
}
input.shortwtp.pro-wtp.nfc {
  width: 160px;
}
.epl-pro-saisie-forfaits table input.dob {
  width: 100px;
}
.epl-pro-saisie-forfaits .pro-noforfait {
	white-space: nowrap;
}





.epl-pro-recapitulatif-cmd {}

.epl-pro-recapitulatif-cmd .infos {
	padding-bottom: 25px;
}

.epl-pro-recapitulatif-cmd table {
	clear: both;
	width: 100%;
	color: #ffffff;
	border-collapse: collapse;
	margin-bottom: 10px;
}

.epl-pro-recapitulatif-cmd table td.forfaits {
	padding: 0 2% 15px 0;
}

.epl-pro-recapitulatif-cmd table td {
	vertical-align: top;
	padding: 0 2% 10px 0;
}

.epl-pro-recapitulatif-cmd table thead th {
	font-weight: normal;
    font-style: normal;
	font-size: 1.25em;
	line-height: 1.2em;
	text-align: right;
	vertical-align: top;
	padding: 0 2% 5px 0;
}

.epl-pro-recapitulatif-cmd table tfoot th {
	font-size: 1.1em;
	text-align: right;
	vertical-align: top;
	padding: 5px 2% 5px 0;
	border-top: 1px dotted #ffffff;
}

.epl-pro-recapitulatif-cmd table .commande_sup a {
    margin-left: 35%;
}

.epl-pro-recapitulatif-cmd table tr td:first-child .commande_sup a {
    margin-left: 0;
}



.epl-pro-validecmd {}

.epl-pro-validecmd h2 {
	color: #b8020b;
}

.epl-pro-validecmd h2 span {
	background-color: #f3f3f3;
}

.epl-pro-validecmd .infos {
	color: #7d7d80;
	background: #f3f3f3;
	padding-bottom: 20px;
}

.epl-pro-validecmd h4 {
	color: #7d7d80;
}

.epl-pro-validecmd table {
	clear: both;
	width: 100%;
	border-collapse: collapse;
}

.epl-pro-validecmd table td {
	vertical-align: top;
	padding: 0 2% 5px 0;
}

.epl-pro-validecmd table label {
	display: inline;
	font-weight: bold;
	margin: 0 0 0 0;
}


.epl-pro-validecmd table input[type="text"] {
	width: 80%;
}

.epl-pro-validecmd .checkbox {
	float: left;
	width: auto;
	margin-right: 8px;
}



.epl-pro-reference {}

.epl-pro-reference h2 {
	color: #b8020b;
}

.epl-pro-reference h2 span {
	background-color: #f3f3f3;
}

.epl-pro-reference .infos {
	color: #7d7d80;
	background: #f3f3f3;
}




.epl-pro-recapforfaits {}

.epl-pro-recapforfaits h2 {
	color: #b8020b;
}

.epl-pro-recapforfaits h2 span {
	background-color: #f3f3f3;
}

.epl-pro-recapforfaits .infos {
	color: #7d7d80;
	background: #f3f3f3;
}

.epl-pro-recapforfaits table {
	clear: both;
	width: 100%;
	color: #7d7d80;
	border-collapse: collapse;
	margin-bottom: 10px;
}

.epl-pro-recapforfaits table td.forfaits {
	font-weight: bold;
	padding: 0 2% 15px 0;
}

.epl-pro-recapforfaits table td {
	vertical-align: top;
	padding: 0 2% 10px 0;
}

.epl-pro-recapforfaits table thead th {
	font-weight: normal;
    font-style: normal;
	font-size: 1.8em;
	line-height: 1.2em;
	text-align: right;
	vertical-align: top;
	padding: 0 2% 5px 0;
}

.epl-pro-recapforfaits table tfoot th {
	font-size: 1.1em;
	color: #b8020b;
	text-align: right;
	vertical-align: top;
	padding: 8px 2% 8px 0;
	border-top: 1px dotted #7d7d80;
}





.customer-fields .infos {
	background: #f3f3f3;
	margin-top: 0;
	padding: 20px 2.5% 5px 2.5%;
}

.customer-fields .control-label {
	font-weight: 400;
}



/* compte client */

.control-group {
	margin-bottom: 1.5%;
}

.control-group:before,
.control-group:after {
  display: table;
  content: " ";
}

.control-group:after {
  clear: both;
}

#epl-customer-myaccount ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.epl-customer-logout {
	text-align: right;
	margin-bottom: 10px;
}

.epl-customer-logout.epl-ligne {
	margin-left: 0;
}

.epl-customer-logout ul {
	float: right;
}

.epl-customer-logout ul li {
	float: left;
	line-height: normal;
	padding: 0;
	margin: 0 0 0.35em 1.5em;
}

.epl-customer-logout ul li a {
	text-decoration: none;
}

.epl-customer-logout ul li a:hover {
	color: #7d7d80;
}

.epl-customer-logout ul li a:before {
	display: inline-block;
    font-family: 'epasslibre';
	font-size: 0.7em;
	line-height: 1em;
	vertical-align: middle;
	margin: -2px 4px 0 0;
	content: "\e207";
}






#epl-customer-cartes .epl-col1 {
	margin-left: 10px;
}

#epl-customer-cartes .control-group {
	font-size: 90%;
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #d8d8d8;
}

#epl-customer-cartes input.card[type="checkbox"] {
	float: left;
	margin-right: 1%;
}

#epl-customer-cartes #checkall {
	margin-right: 1%;
}


#epl-customer-cartes .photo, #epl-customer-cartes .nophoto {
	float: left;
	height: 24px;
	width: 24px;
	overflow: hidden;
	margin-right: 1%;
}

#epl-customer-cartes .nophoto {
	background: url('/images/epl-customer-cartes_photo_fond.png') left top no-repeat;
}

#epl-customer-cartes .control-group label {
	display: block;
	float: left;
	font-weight: normal;
	width: 18%;
	margin-right: 1%;
}

#epl-customer-cartes .control-group .numero {
	width: 26%;
}

#epl-customer-cartes .control-group .date {
	width: 11%;
}

#epl-customer-cartes .control-group .status {
	width: 14%;
	margin-right: 0;
}

#epl-customer-cartes .control-group .inactive {
	color: #b3b3b3;
}

#epl-customer-cartes .control-group .terminated {
	color: #222222;
}

#epl-customer-cartes .control-group .active {
	color: #5ab501;
}

#epl-customer-cartes .control-group .blocked {
	color: #ff3d52;
}

#epl-customer-cartes .control-group .lostwtpcard {
	color: #fd9806;
}

#epl-customer-cartes .control-group .ordering {
	color: #58b0e2;
}



/* paniers enregistres */

#epl-customer-savedcart {}

#epl-customer-savedcart li label {
	font-weight: normal;
}

#epl-customer-savedcart li {
	line-height: 1.8em;
	padding-bottom: 0.5em;
}

#epl-customer-savedcart input.btn {
	float: right;
	font-size: 1.1em;
    background-image: none;
    padding: 3px 10px;
    text-transform: none;
	margin-left: 1px;
}

#epl-customer-savedcart li input.btn:nth-child(2) {
	color: #b8020b;
	border: 1px solid #b8020b;
	background-color: #f4f4f4;
}

#epl-customer-savedcart input.btn:nth-child(2):hover {
	color: #b8020b;
	border: 1px solid #b8020b;
}



#epl-customer-commandes {}

#epl-customer-commandes li {
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 1px solid #e2e2e2;
}

#epl-customer-commandes ul li a::before {
	display: block;
	float: left;
	font-size: 1em;
	vertical-align: middle;
	margin: 2px 8px 5px 0;
	content: "\e216";
}

#epl-customer-commandes .epl-valide-informations {
	border: none;
}

#epl-customer-commandes .epl-valide-informations .infos {
	padding: 10px 20px;
	margin: 10px 0;
	background-color: #ffffff;
}

#epl-customer-commandes .epl-valide-reference {
	border: none;
}

#epl-customer-commandes .epl-valide-reference .infos {
	padding: 10px 20px;
	margin-bottom: 10px;
	background-color: #ffffff;
}

#epl-customer-commandes .epl-valide-contenu-commande .infos {
	padding: 10px 10px;
	margin-bottom: 10px;
	background-color: #ffffff;
}

#epl-customer-commandes .epl-valide-contenu-commande h2 {
    color: #b8020b;
}

#epl-customer-commandes .epl-valide-contenu-commande h2 span {
    background-color: #ffffff;
}

#epl-customer-commandes .epl-valide-contenu-commande .commande-total {
    background-color: #b8020b;
    color: #ffffff;
}

#newcard input[name=addcard_nom]{
	width:150px;
}
#newcard input[name=addcard_prenom]{
	width:150px;
}
#newcard input[name=addcard_dtnaiss]{
	margin-right: 5px;
}

/* mode edition infos perso coordonnees*/

#epl-edit-myaccount #epl-customer-perso + .bouton-inline {
	margin-top: -19px;
}

#epl-edit-myaccount #epl-customer-perso .btn {
	color: #b8020b;
	margin-left: 10px;
	padding: 8px 12px;
	border-color: #ffffff;
	background-color:  #ffffff;
}

#epl-edit-myaccount #epl-customer-perso .btn:hover {
	color: #ffffff;
	background-color:  #b8020b;
	border-color: #ffffff;
}

#epl-edit-myaccount #epl-customer-perso .control-group label {
	display: inline-block;
	font-weight: normal;
	width: 26%;
	margin-right: 1%;
}

#epl-edit-myaccount #epl-customer-perso #cont-pays.control-group label {
	width: auto;
	margin-right: 0;
}

#epl-edit-myaccount #epl-customer-perso .control-group input {
	width: auto;
	max-width: 70%;
	margin-right: 0;
}

#epl-edit-myaccount #epl-customer-perso .control-group select {
	float: none;
	width: 60%;
}

#epl-edit-myaccount #epl-customer-perso .control-group.email label {
	width: auto;
}

#epl-edit-myaccount #epl-customer-perso .control-group.password label {
    display: block;
    width: auto;
}

#epl-edit-myaccount #epl-customer-perso .control-group input[type="password"] {
	width: 27%;
}

#epl-edit-myaccount #epl-customer-adresses h2 {
	color: #7d7d80;
}

#epl-edit-myaccount #epl-customer-adresses h2 span {
	background-color: #f3f3f3;
}

#epl-edit-myaccount #epl-customer-adresses label {
	display: block;
	float: left;
	width: 28%;
	margin-right: 2%;
	font-weight: normal;
}

#epl-edit-myaccount #epl-customer-adresses input[type="text"] {
	width: 70%;
	margin: 0 0 10px 0;
}

#epl-edit-myaccount #epl-customer-adresses select {
	width: 50%;
}



#epl-edit-myaccount #epl-customer-cartes .infos {
	padding-bottom: 20px;
}

#epl-edit-myaccount #epl-customer-cartes .btn {
	font-size: 16px;
	line-height: 16px;
	color: #ffffff;
	padding: 5px 10px;
	background: #b8020b;
	border-color: #b8020b;
}

#epl-edit-myaccount #epl-customer-cartes .btn:hover {
	color: #ffffff;
	background: #7d7d80;
	border-color: #7d7d80;
}

#epl-edit-myaccount #epl-customer-cartes .control-group label {
	display: block;
	float: left;
	font-weight: normal;
	width: 21%;
	margin-right: 1%;
}

#epl-edit-myaccount #epl-customer-cartes .control-group .numero {
	width: 28%;
}

#epl-edit-myaccount #epl-customer-cartes .control-group .date {
	width: 11%;
}


#epl-edit-myaccount #epl-customer-cartes + .bouton-inline {
	margin-top: -19px;
}

.epl-myaccount .ico_carte_sup,
.epl-myaccount .ico_carte_edit,
.epl-myaccount .ico_carte_move_top,
.epl-myaccount .ico_carte_move_bottom,
.epl-myaccount .ico_carte_ppu {
  float: left;
  margin-right: 1%;
}

#epl-edit-myaccount #custcards a.movetop,
#epl-edit-myaccount #ordercards a.modify,
#epl-edit-myaccount #ordercards a.delete,
#epl-edit-myaccount #ordercards .olcard a.delete {
  display:none;
}

#epl-edit-myaccount #epl-customer-cartes .bouton-inline {
	margin-top: 0;
	margin-bottom: 0;
}



#epl-edit-myaccount #newcard {
	padding: 15px 20px 0 15px;
	background-color: #f3f3f3;
}

#epl-edit-myaccount #newcard .tzr-xfiledef {
	margin-bottom: 20px;
}

#epl-edit-myaccount #newcard label {
	display: block;
	float: left;
	width: 18%;
	margin-right: 2%;
	font-weight: normal;
}

#epl-edit-myaccount #newcard input[type="text"] {
	width: auto;
	margin: 0 2% 0.5% 0;
}

#epl-edit-myaccount #newcard .bouton-inline {
	padding: 1px 0 20px 5px;
	margin: 0 -20px 40px -20px;
	background-color: #fff;
}

/* version pro */

#epl-pro-myaccount{}


.tzr-page-content #epl-pro-myaccount ul {
	list-style: none;
	list-style-image: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.epl-pro-logout {
	text-align: right;
	margin-bottom: 10px;
}

.epl-pro-logout.epl-ligne {
	margin-left: 0;
}

.epl-pro-logout ul {
	float: right;
}

.epl-pro-logout ul li {
	float: left;
	line-height: normal;
	padding: 0;
	margin: 0 0 0.35em 15px;
}

.epl-pro-logout ul li a {
	text-decoration: none;
}

.epl-pro-logout ul li a:hover {
	color: #7d7d80;
}

.epl-pro-logout li a:before {
	font-family: 'epasslibre';
	line-height: 1em;
	font-size: 0.65em;
	padding-right: 5px;
	content: "\e207";
}


#pro-bloc-perso h2 a {
	color: #ffffff;
	text-decoration: none;
	outline: none;
	padding-right: 40px;
	background: url('/images/pdsch/h2_coul1_plus_puce.png') right 5px no-repeat;
}

#pro-bloc-perso h2 a:hover {
	color: #7d7d80;
	background: url('/images/pdsch/h2_coul1_plus_puce.png') right -55px no-repeat;
}

#pro-bloc-perso h2 a.active {
	background: url('/images/pdsch/h2_coul1_moins_puce.png') right 5px no-repeat;
}

#pro-bloc-perso h2 a.active:hover {
	background: url('/images/pdsch/h2_coul1_moins_puce.png') right -55px no-repeat;
}



#pro-editcompte {
	color: #7d7d80;
	margin-top: -25px;
}

#pro-editcompte .infos {
	padding-top: 50px;
	background: #f3f3f3 url('/images/commun/pro-editcompte_fond.png') center top no-repeat;
}

#pro-editcompte h4 {
	color: #7d7d80;
}

#pro-editcompte .control-group label {
	display: block;
	float: left;
	color: #7d7d80;
	width: 25%;
	margin-right: 2%;
}

#pro-editcompte .control-group input {
	width: auto;
}


#pro-editcompte .control-group .group_input {
	margin-left: 27%;
}

#pro-editcompte .control-group .group_input input {
	margin-bottom: 5px;
}


.epl-pro-cards a {
	color: #b8020b;
	text-decoration: line-through;
}

.epl-pro-cards a {
	line-height: 1.5em;
	color: #b8020b;
	padding: 1px 4px;
	text-decoration: line-through;
}

.epl-pro-cards a.selected {
	color: #ffffff;
	background-color: #b8020b;
	text-decoration: none;
}


.cust-commandes-filter input[type="text"] {
	max-width: 100%;
}


#epl-customer-commandes {}


#epl-customer-commandes .bouton-inline {
	clear: both;
	padding-top: 5px;
	margin: 0 0 20px 2.5%;
}

#epl-customer-commandes .btn {
	text-transform: none;
	padding: 7px 14px;
}

#epl-customer-commandes input.btn[type="reset"] {
	text-transform: none;
	padding: 7px 14px 7px 14px;
}

#epl-customer-commandes #order_liste li {
	margin-bottom: 13px;
    padding-bottom: 5px;
}

#epl-customer-commandes #order_liste ul li a {
	display: block;
	margin-bottom: 7px;
}

#epl-customer-commandes #order_liste ul li .btn {
	margin-left: 25px;
}

#order_liste .epl-pro-reference .infos {
	margin: 5px 0 10px 0;
	background-color: #ffffff;
}

#order_liste .epl-pro-recapforfaits h2 span {
    background-color: #ffffff;
}

#order_liste .epl-pro-recapforfaits .infos {
    background-color: #ffffff;
}

#order_liste .epl-pro-recapforfaits table tfoot th {
    border-top: 1px dotted #cccccc;
}

#epl-customer-commandes #order_liste ul li .commande_sup {
	display: inline;
	margin-left: 15px;
}

#epl-customer-commandes #order_liste ul li .commande_sup a {
	width: 15px;
	height: 15px;
	text-indent: -5000px;
	background: url(/images/commun/commande_sup_fond.png) left top no-repeat;
}

#epl-customer-commandes #order_liste ul li .commande_sup a:hover {
	background: url(/images/commun/commande_sup_fond.png) left -60px no-repeat;
}


#consbonusbresult strong {
  display:block;
}
#permissionResult li {
/*   white-space: nowrap; */
  text-align: left;
  font-size: 0.9em;
}


/* impression */
body.imprime {
	font-family: Arial, Helvetica, sans-serif;
	padding: 2% 4%;
}

body.imprime .logo {
	margin-bottom: 20px;
}

body.imprime .epl-block .infos {
	color: #7d7d80;
	background-color: #ffffff;
	padding: 0;
}

body.imprime .epl-block h2 {
	float: none;
	color: #7d7d80;
	margin-bottom: 0.35em;
	border-bottom: 1px solid #999999;
}

body.imprime .epl-block h2 span {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
}

body.imprime .epl-valide-informations {
	border: none;
}

body.imprime .epl-valide-informations h4 {
	color: #7d7d80;
}



body.imprime .epl-valide-reference {
	border: none;
}

body.imprime .epl-valide-reference h5 {
	color: #7d7d80;
}



body.imprime .epl-pro-reference .infos {
	background-color: #ffffff;
	border-bottom: 1px solid #999999;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}

body.imprime .epl-pro-reference .infos .epl-ligne {
	margin: 0 0 0 -2.5%;
	padding: 0 0 0 0;
}


body.imprime .epl-pro-recapforfaits .infos {
	background-color: #ffffff;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}

body.imprime .epl-pro-recapforfaits h2 span {
	background-color: #ffffff;
	padding: 0 0 5px 0;
}

body.imprime .epl-pro-recapforfaits table tfoot th {
	font-size: 1.2em;
	border-top: 1px solid #999999;
}


body.imprime .epl-valide-contenu-commande .commande-total {
	padding: 10px 0 0 0;
	border-top: 1px solid #999999;
}

body.imprime .epl-valide-contenu-commande .commande-total .total {
	font-size: 1.3em;
	color: #7d7d80;
	margin-top: 0.25em;
}


/* cadeau */
.boxgift {
  margin: 0 -40px 20px -40px;
}

.boxgift h4 {
  font-size: 2em;
  line-height: 1em;
  color: #ffffff;
  margin-bottom: 0.15em;
}

.boxgift p {
  color: #ffffff;
}

.boxgift-img {
  width: 22%;
  float: left;
  margin-right: 5%;
}
.boxgift-mess {
  width: 73%;
  float: left;
  padding-top: 2em;
}
.boxgift textarea.boxmessage {
  height: 160px;
  width: 97%;
}


.cropper-button-container .btn {
	color: #ffffff;
	background-color: #b8020b;
	border-color: #b8020b;
}

.cropper-button-container .btn:hover {
	color: #ffffff;
	background-color: #000000;
	border-color: #000000;
}

.cropper-button-container .btn:last-child {
	color: #ffffff;
	background-color: #000000;
	border-color: #000000;
}

.cropper-button-container .btn:hover:last-child {
	color: #ffffff;
	background-color: #b8020b;
	border-color: #b8020b;
}




/* livraison */
.epl-form-identification .account {
  background-color: #b8020b;
}
.epl-form-identification .account h4 {
  color: #fff;
}

.livraison .btn-primary {
	color: #b8020b;
	background-color: #ffffff;
	border-color: #b8020b;
}

.livraison .btn-primary:focus,
.livraison .btn-primary:hover {
	color: #ffffff;
	background-color: #7d7d80;
	border-color: #7d7d80;
}

.livraison .btn-primary.active,
.livraison .btn-primary:active,
.livraison .btn-primary:active:hover,
.livraison .btn-primary.active:hover,
.livraison .btn-primary:active:focus,
.livraison .btn-primary.active:focus,
.livraison .btn-primary:active.focus,
.livraison .btn-primary.active.focus {
	color: #ffffff;
	background-color: #b8020b;
	border-color: #b8020b;
}


.livraison-header {
	background-color: #b8020b;
}




@media (min-width: 768px) {

	.cv3-col-gauche .search-title {
		padding: 20px 20px 15px 20px;
	}

	.epl-ligne {
		padding: 0;
	}


	.vignette a {
		margin-bottom: 20px;
	}

	.vignette .titre {
		font-size: 1.75em;
		padding: 30px 15px 0 15px;
	}

	.vignette .titre:before {
		position: absolute;
		font-family: 'epasslibre';
		content: "\e501";
		left: 50%;
		bottom: 30px;
		font-size: 20px;
		line-height: 20px;
		margin-left: -10px;
	}

	.vignette .texte {
		font-size: 1em;
		padding: 30px 10px 10px 10px;
	}

	.demi .titre {
		padding: 30px 10px 10px 10px;
	}


	.demi .texte {
		height: 100%;
	}

	.demi {
		width: 48.5%;
	}

	.demi,
	.demi + .demi + .demi,
	.demi + .demi + .demi + .demi + .demi {
		clear: left;
		float: left;
		margin-left: 0;
	}
	
	.demi + .demi,
	.demi + .demi + .demi + .demi,
	.demi + .demi + .demi + .demi + .demi + .demi {
		clear: right;
		float: right;
		margin-left: 3%;
	}


	.search .student {
		margin: 0;
	}

	.solution-total {
		background-color: #000000;
	}

	.solution-total .price-content {
		padding: 20px;
	}

	.solution .skier-details {
		padding-bottom: 0;
	}

	.solution .skier-summary {
		padding: 20px;
	}

	.tzr-page-content .selected-markers-list ul {
		margin-top: 20px;
	}

	.tzr-page-content .selected-markers-list ul > li {
		padding: 15px;
		margin: 0 0 15px 0;
	}


	.epl-creation-compte .loyalty .epl-col2 {
		display: inline-block;
		width: 47%;
		float: none;
	}

	.epl-creation-compte .membership-logo {
		width: 70px;
		height: 70px;
		margin-right: 10px;
	}
	
	.epl-creation-compte .membership-logo + h3 {
		font-size: 1.5em;
		width: 67%;
	}

	.membership-banner {
		margin-bottom: 20px;
	}

	.membership-banner .image {
		height: 260px;
	}


}


@media (min-width: 992px) {


	.cv3-col-gauche .search-title {
		font-size: 1.65em;
	}

	.cv3-col-gauche .what, .cv3-col-gauche .who, .cv3-col-gauche .options {
		display: block;
		width: 100%;
	}


	.vignette .titre {
		font-size: 1.75em;
		padding: 25px 15px 0 15px;
	}

	.vignette .titre:before {
		bottom: 25px;
		font-size: 20px;
		line-height: 20px;
		margin-left: -10px;
	}

	.vignette .texte {
		font-size: 1em;
		padding: 25px 10px 10px 10px;
	}

	.demi .titre {
		padding: 25px 10px 10px 10px;
	}

	#epl-caddie table {
		width: 90%;
	}

	#epl-caddie input[type="submit"].btn {
		font-size: 0.9em;
	}

	.solution .skier-details {
		padding-bottom: 20px;
	}

	.tzr-page-content .selected-markers-list ul {
		margin-top: 0;
	}

	.tzr-page-content .selected-markers-list ul > li {
		padding: 15px;
		margin: 0 0 15px 0;
	}

	.selected-markers-list .btn-submit {
		margin-top: 10px;
	}

	.solution-total {
		background: #000000 url("/images/pdsch/solution-total-fond.jpg") center right no-repeat;
	}

	.epl-ligne {
		padding: 10px;
	}


	.membership-banner .image {
		height: 225px;
	}

}


@media (min-width: 1200px) {


	#epl-caddie input[type="submit"].btn {
		font-size: 1.05em;
	}

	.vignette a {
		margin-bottom: 30px;
	}

	.vignette .titre {
		font-size: 2em;
		padding: 40px 25px 0 25px;
	}

	.vignette .titre:before {
		bottom: 40px;
		margin-left: -14px;
		font-size: 28px;
		line-height: 28px;
	}

	.vignette .texte {
		font-size: 1.2em;
		padding: 40px 20px 10px 20px;
	}

	.demi .titre {
		padding: 40px 20px 0 20px;
	}

	.selected-markers-list .btn-submit {
		margin-top: 0;
	}

	.solution-total {
		background: #000000 url("/images/pdsch/solution-total-fond.jpg") center right no-repeat;
	}


	.membership-banner {
		margin-bottom: 30px;
	}

	.membership-banner .image {
		height: 305px;
	}

	.epl-creation-compte .membership-logo {
		width: 100px;
		height: 100px;
		margin-right: 10px;
	}
	
	.epl-creation-compte .membership-logo + h3 {
		width: 67%;
	}


}


@media (min-width: 1500px) {


	.vignette .titre {
		font-size: 2.3em;
		padding: 50px 25px 0 25px;
	}

	.vignette .titre:before {
		bottom: 30px;
		font-size: 30px;
		line-height: 30px;
		margin-left: -15px;
	}

	.vignette .texte {
		font-size: 1.2em;
		padding: 50px 20px 10px 20px;
	}

	.demi .titre {
		padding: 50px 25px 0 25px;
	}


	.membership-banner .image {
		height: 390px;
	}

}




@media (max-width: 767px) {


	.cv3-col-gauche .search-title {
		padding: 20px 20px 15px 20px;
	}

	.etape {
		font-size: 1.1em;
		line-height: 1em;
	}

	.etape .num {
		margin-right: 0;
	}

	.vente_message {
		min-height: 40px;
		font-size: 1em;
		background: #fff9f9 url(/images/commun/vente_message_petit_fond.png) 0.9em 1.1em no-repeat;
		padding: 1em 1.1em 0.8em 4em;
		margin: 1em 0;
	}


	.vignette a {
		margin-bottom: 20px;
		padding: 20px 15px 5px 20px;
		background: #000000;
	}

	.vignette a:hover {
		background: #b8020b;
	}

	.vignette .titre {
		display: block;
		position: inherit;
		top: inherit;
		left: inherit;
		bottom: inherit;
		width: inherit;
		font-size: 1.65em;
		color: #ffffff;
		text-shadow: none;
		text-align: left;
		margin: 0;
		padding: 0 0 8px 0;
		border: none;
		background-color: transparent;
		transform: none;
		-ms-transform: none;
		-webkit-transform: none;
	}

	.vignette .titre:after {
		display: none;
	}


	.vignette img {
		display: none;
	}

	.vignette .texte {
		display: block;
		position: inherit;
		left: inherit;
		bottom: inherit;
		color: #ffffff;
		text-align: left;
		padding: 0;
		background-color: transparent;
		
		filter:alpha(opacity=100);
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;

	}

	.vignette a:hover .titre,
	.vignette a:hover .texte {
		box-shadow: none;
		color: #ffffff;
		background-color: transparent;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	.vignette a:hover .titre {
		filter:alpha(opacity=1);
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
	}

	.solution .skier-details {
		padding-bottom: 0;
	}

	.solution .total,
	.resume-content {
		padding-bottom: 20px;
	}

	.solution-total .price-content {
		background-color: #000000;
	}

	.epl-block .infos {
		padding: 15px 15px 5px 15px;
	}

	.epl-ligne {
		margin-bottom: 0;
		margin-left: 0;
	}

	.bouton-inline {
		margin-bottom: 30px;
		margin-top: -19px;
	}

	.epl-col1, .epl-col2, .epl-col3 {
		float: none;
		width: auto;
		margin: 0 2.5% 10px 2.5%;
	}

	.epl-col1:before,
	.epl-col1:after,
	.epl-col2:before,
	.epl-col2:after,
	.epl-col3:before,
	.epl-col3:after {
		display: table;
		content: " ";
	}

	.epl-col1:after,
	.epl-col2:after,
	.epl-col3:after {
		clear: both;
	}

	a.carte_mom_compte {
		margin-left: 0;
	}

	.epl-forfait-block .message_info {
		margin-left: 0;
	}

	#epl-caddie table {
		width: 90%;
		font-size: 1em;
	}
	
	#epl-caddie input[type="submit"].btn {
		font-size: 1.2em;
		color: #ffffff;
		padding: 10px;
	}
	
	.epl-recapitulatif-cmd .commade_total {
		margin-bottom: 15px;
	}
	
	.epl-valide-contenu-commande .commande-total {
		display: block;
		*zoom: 1;
	}
	
	.epl-valide-contenu-commande .commande-total:before,
	.epl-valide-contenu-commande .commande-total:after {
		display: table;
		line-height: 0;
		content: "";
	}
	
	.epl-valide-contenu-commande .commande-total:after {
		clear: both;
	}

	.epl-block.epl-validation-commande input[type="radio"],
	.epl-block.epl-validation-commande input[type="checkbox"] {
		margin-right: 5px;
	}

	.epl-block.epl-validation-commande input[type="radio"] + label,
	.epl-block.epl-validation-commande input[type="checkbox"] + label {
		max-width: 85%;
	}

	.epl-forfait-block div.ico_forfait_sup {
		border-top: 7px solid #f3f3f3;
	}
	
	.epl-block.epl-validation-commande label {
		float: none;
		width: 100%;
		margin: 0 0 5px 0;
	}

	.epl-block.epl-validation-commande .control-group input {
		width: 100%;
	}

	.epl-block.epl-validation-commande .group_input {
		clear: right;
		margin-left: 0;
		width: 90%;
	}

	.epl-block.epl-validation-commande #pickuppoints {
		width: 100%;
		margin: 15px 0;
	}


	.epl-forfait-block label {
		float: none;
		width: auto;
		margin: 0 0 5px 0;
	}
	
	.epl-forfait-block input {
		float: none;
		margin: 0 1% 5px 0;
		width: auto;
	}
	
	.epl-valide-reference .infos {
		padding: 0;
	}
	
	.epl-valide-informations .infos {
		padding: 0;
	}
	




	
	/* compte client */
	.epl-block h2 {
		float: none;
	}

	.epl-block .infos {
		min-height: 0;
		padding: 20px 2% 5px 2%;
		margin-bottom: 20px;
	}

	#epl-customer-myaccount #epl-customer-cartes .control-group label {
		width: auto;
		margin-right: 2%;
	}
	
	#epl-customer-myaccount #epl-customer-cartes .photo {
		width: 20px;
		margin-right: 1%;
	}

	#epl-customer-myaccount #epl-customer-cartes .control-group .numero {
		width: auto;
		float: none;
	}
	
	#epl-customer-myaccount #epl-customer-cartes .control-group .date {
		width: auto;
	}
	
	#epl-customer-myaccount #epl-customer-cartes .control-group .points {
		width: auto;
		margin-right: 0;
	}
	
	#epl-customer-myaccount .epl-valide-contenu-commande .commande_prix {
		background-color: #ffffff;
	}


	#epl-customer-savedcart li label {
		display: block;
	}

	#epl-customer-savedcart input.btn {
		float: none;
		display: inline-block;
	}

	#epl-customer-savedcart input.btn:first-child {
		float: none;
		display: inline-block;
		display: table;
		content: " ";
		clear: left;
	}



	#epl-edit-myaccount #epl-customer-cartes .control-group label {
		width: auto;
		margin-right: 2%;
	}

	#epl-edit-myaccount #epl-customer-cartes .photo {
		width: 20px;
		margin-right: 1%;
	}

	#epl-edit-myaccount #epl-customer-cartes .control-group .numero {
		width: auto;
		float: none;
	}
	
	#epl-edit-myaccount #epl-customer-cartes .control-group .date {
		width: auto;
	}
	
	
	#epl-edit-myaccount #epl-customer-perso .control-group input[type="password"] {
		width: 25%;
	}
	
	#epl-edit-myaccount #newcard .control-group label {
		float: none;
		margin-bottom: 5px;
		width: auto;
	}

	
	#epl-edit-myaccount #epl-customer-adresses label {
		float: none;
		margin-bottom: 10px;
		width: 100%;
	}

	#epl-edit-myaccount #epl-customer-perso .control-group label {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 5px;
	}

	#epl-edit-myaccount #epl-customer-adresses input[type="text"],
	#epl-edit-myaccount #epl-customer-perso input[type="text"],
	#epl-edit-myaccount #epl-customer-perso .control-group select,
	#epl-edit-myaccount #epl-customer-perso .control-group input[type="password"] {
		width: 100%;
		max-width: inherit;
		margin-bottom: 10px;
	}


	.tzr-page-content .selected-markers-list ul {
		margin-top: 20px;
	}

	.tzr-page-content .selected-markers-list ul > li {
		padding: 25px;
		margin: 0 0 20px 0;
	}

	.cust-commandes-filter label {
		width: 30%;
	}

	.cust-commandes-filter input[type="text"] {
		width: 65%;
	}

	#epl-pro-logingroup .epl-col1 label {
		float: none;
		margin-right: 0;
		margin-bottom: 5px;
		width: 100%;
	}
	
	#epl-pro-logingroup .epl-col1 input[type="text"], #epl-pro-logingroup .epl-col1 input[type="password"] {
		float: none;
		margin-bottom: 10px;
		margin-right: 0;
		width: 100%;
	}


	.epl-creation-compte .membership-logo {
		width: 80px;
		height: 80px;
		margin-right: 10px;
	}
	
	.epl-creation-compte .membership-logo + h3 {
		width: 67%;
	}

	.membership-banner {
		margin-bottom: 20px;
	}

	.membership-banner .image {
		height: 230px;
	}

}




@media (max-width: 576px) {

	.membership-banner .image {
		height: 160px;
	}

}




@media (max-width: 480px) {

	.etape ul li {
		margin-right: 10px;
	}

	input[type="file"] {
		max-width: 100%;
	}

	#lesforfaits a {
		padding: 20px 20px 15px 20px;
		background-image: none;
	}

	#lesforfaits a:hover {
		background-image: none;
	}


	.epl-flash-date {
		display: block;
		margin-right: 0;
	}

	.epl-block.epl-validation-commande #pickuppoints {
		width: 100%;
		margin: 30px 0 15px 0;
	}

	.epl-forfait-propriete .bouton-inline select,
	.bouton-inline .btn {
		width: 100%;
		margin-bottom: 1px;
	}

	#epl-customer-perso .btn {
		margin-top: 10px;
		margin-left: 0;
		padding: 8px 12px;
	}

	.epl-creation-compte .epl-col2 .control-group label {
		float: none;
		margin-right: 0;
		margin-bottom: 5px;
		width: 100%;
	}

	.epl-creation-compte .epl-col2 .control-group select,
	.epl-creation-compte .epl-col2 .control-group input[type="text"],
	.epl-creation-compte .epl-col2 .control-group input[type="password"] {
		margin-bottom: 10px;
		width: 100%;
	}

	.epl-creation-compte .epl-col1 label {
		float: none;
		margin-right: 0;
		margin-bottom: 5px;
		width: 100%;
	}
	
	.epl-creation-compte .epl-col1 input[type="text"],
	.epl-creation-compte .epl-col1 input[type="password"]{
		margin-bottom: 10px;
		width: 100%;
	}

	#epl-edit-myaccount #epl-customer-perso .btn {
		margin-left: 0;

	}

	#pro-editcompte .control-group label {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 5px;
	}
	
	#pro-editcompte .control-group input {
		width: 100%;
		margin-bottom: 10px;
	}
	
	
	#pro-editcompte .control-group .group_input {
		margin-left: 0;
	}

	.cust-commandes-filter label {
		margin-right: 0;
		margin-bottom: 5px;
		width: 100%;
	}

	.cust-commandes-filter input[type="text"] {
		margin-bottom: 10px;
		width: 100%;
	}

	.epl-block.epl-form-identification label {
		margin-right: 0;
		margin-bottom: 5px;
		width: 100%;
	}

	.epl-block.epl-form-identification input[type="text"],
	.epl-block.epl-form-identification input[type="password"] {
		margin-bottom: 10px;
		width: 100%;
	}


	.cropper-button-container .btn {
		width: 100%;
		margin-bottom: 1px;
	}

	.membership-banner .image {
		height: 120px;
	}

}




