

/* 
gris - info 463434
rouge - primary b8020b
texte : 000000

*/

@font-face {
    font-family: 'Ubuntu';
    src: url('//fonts.xsalto.com/ubuntu2/ubuntu-l-webfont.woff2') format('woff2'),
         url('//fonts.xsalto.com/ubuntu2/ubuntu-l-webfont.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-stretch: normal;

}

@font-face {
    font-family: 'Ubuntu';
    src: url('//fonts.xsalto.com/ubuntu2/ubuntu-r-webfont.woff2') format('woff2'),
         url('//fonts.xsalto.com/ubuntu2/ubuntu-r-webfont.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;

}

@font-face {
    font-family: 'Ubuntu';
    src: url('//fonts.xsalto.com/ubuntu2/ubuntu-b-webfont.woff2') format('woff2'),
         url('//fonts.xsalto.com/ubuntu2/ubuntu-b-webfont.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;

}

.glyphicon-chevron-left,
.glyphicon-chevron-right {
	font-family: 'epasslibre' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.glyphicon-chevron-left:before {
	content: "\e206";
}

.glyphicon-chevron-right:before {
	content: "\e207";
}


@font-face {
  font-family: 'pdsch';
  src:
    url('/fonts/pdsch.ttf') format('truetype'),
    url('/fonts/pdsch.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

[class^="pdschico-"], [class*=" pdschico-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'pdsch' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pdschico-xsalto:before {
  content: "\e100";
}
.pdschico-skimap:before {
  content: "\e200";
}
.pdschico-snowfall:before {
  content: "\e201";
}
.pdschico-videocam:before {
  content: "\e202";
}
.pdschico-weather:before {
  content: "\e203";
}
.pdschico-info:before {
  content: "\e204";
}
.pdschico-visibility:before {
  content: "\e205";
}
.pdschico-visibility-off:before {
  content: "\e206";
}


/* alias */

.csico-visibility,
.csico-visibility-off {
	font-family: 'pdsch' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.csico-visibility:before {
	content: "\e205";
}

.csico-visibility-off:before {
	content: "\e206";
}


.csico-visibility {
	display: none;
}

.csico-visibility-off {
	display: block;
}

.active .csico-visibility {
	display: block;
}

.active .csico-visibility-off {
	display: none;
}



html, body {
    height: 100%;
}

body {
   font-weight: 400;
   background: #ffffff;
}


a {
	text-decoration: underline;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

a:active,
a:focus,
a:active:focus {
	outline: none;
}

a.btn {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	margin-top: 0
}


h1 {
	font-weight: 700;
	color: #222222;
}

h2 {
	font-weight: 700;
	color: #b8020b;
}

h3 {
	font-weight: 300;
}

h4 {
	font-weight: 700;
	color: #b8020b;
}


h6 {
	font-weight: 700;
	color: #b8020b;
}


ul {
	list-style-type: square;
	list-style-position: outside;
	margin: 0 0 10px 15px;
	padding: 0;
}

ul li {
	padding-bottom: 5px;
}

ul ul {
	margin: 5px 0 5px 15px;
	padding: 0;
}

ol {
	list-style-position: outside;
	margin: 0 0 10px 0;
	padding: 0;
}

ol li {
	padding-bottom: 5px;
}

ol ol {
	margin: 0 0 5px 15px;
	padding: 0;
}

b, strong {
 font-weight: 700;
}


/* cookie */

body #cookie-bar {
	z-index: 1;
	position: fixed;
	top: auto;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	line-height: normal;
	color: #ffffff;
	text-align: center;
	padding: 0.4em 1em;
	border-top: 2px solid #ffffff;
	background-color: #000000 !important;
}

body #cookie-bar a {
	font-size: 0.75em;
	font-weight: bold;
	line-height: normal;
	color: #000000;
	text-transform: uppercase;
	border-radius: 2px;
	text-decoration: none;
	padding: 0.5em 0.75em 0.25em 0.75em;;
	margin-left: 0.75em;

	-webkit-transition: color 300ms ease-out;
	-moz-transition: color 300ms ease-out;
	-o-transition: color 300ms ease-out;
	-ms-transition: color 300ms ease-out;
	transition: color 300ms ease-out;
}


body #cookie-bar a:hover {
	color: #ffffff;
}

body #cookie-bar .cb-policy {
	height: auto;
	background: #ffffff !important;
	border: 1px solid #ffffff;
}

body #cookie-bar .cb-policy:hover {
	background: #000000 !important;
	border: 1px solid #ffffff !important;
}

body #cookie-bar .cb-enable {
	float: right;
	height: auto;
	background: #ffffff !important;
	border: 1px solid #ffffff;
}

body #cookie-bar .cb-enable:hover {
	background: #000000 !important;
	border: 1px solid #ffffff !important;
}




/* nyromodal */

.nyroModalBg {
	z-index: 1050;
}

.nyroModalCont {
	z-index: 1051;
	border: none;
	margin-top: 45px;
}

.nyroModalImage {
	background-color: #ffffff;
}

.nyroModalImage img {
	padding: 15px;
	display: block;
	max-width: 100%;
	height: auto;
}

.nyroModalTitle {
	color: #ffffff;
	z-index: 1051;
}

.nyroModalCloseButton {
	z-index: 1051;
	height: 24px;
    right: -25px;
	margin-top: -6px;
    width: 24px;
	background: url(/images/nyromodal-close.png);
}

a.nyroModalPrev {
	left: 10px;
}

a.nyroModalNext {
	right: 10px;
}


a.nyroModalPrev:hover {
	background: url(/images/nyromodal-prev.png) left 40% no-repeat;
}

a.nyroModalNext:hover {
	background: url(/images/nyromodal-next.png) right 40% no-repeat;
}



/* modal */

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

.modal-header h4 {
    color: #ffffff;
    font-size: 1.7em;
    font-weight: normal;
    margin-bottom: 0;
}

.modal-header .sr-only {
	display: none;
}

.modal-header .close {
    margin-top: 0;
}

.modal-header .close {
    color: #ffffff;
    font-size: 24px;
    line-height: 24px;
    opacity: 1;
    text-shadow: 0 1px 0 #fff;
}

.modal-body {
    padding: 15px 15px 10px 15px;
}

.modal .btn.btn-submit {
	font-size: 16px;
	line-height: 1.42857143;
	padding: 6px 12px;
}

.modal .btn.btn-submit:after {
	display: none;
}




/* tabs */

.nav-tabs {
	list-style: none;
	margin: 0;
	padding: 0;
	border-color: #f3f3f3;
}


.nav-tabs li {
	padding-bottom: 0;
}

.nav.nav-tabs > li > a {
	font-size: 1.1em;
	font-weight: 700;
	text-decoration: none;
	border-radius: 0;
	padding: 10px 15px;
	margin-right: 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #eeeeee;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
	color: #b8020b;
	border-color: #f3f3f3;
	background-color: #f3f3f3;
}






/* popover */

.popover {
	max-width: 250px;
	border: 1px solid #cccccc;
}

.popover.right {
	margin-left: 15px;
}

.popover-title {
	font-size: 1.1em;
	font-style: normal;
	color: #ffffff;
    background-color: #b8020b;
    text-transform: none;
	border-bottom: 1px solid #ebebeb;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.popover-content {
	font-style: normal;
	color: #5c5c5c;
	line-height: 1.3em;
}

.popover-content a {
	color: #b8020b;
}

.popover-content a:hover {
	color: #5c5c5c;
	text-decoration: none;
}




/* alert */

.alert {
	margin-bottom: 25px;
}

.alert-success {
	color: #3bb73b;
	background-color: #ffffff;
	border-color: #3bb73b;
}

.alert-info {
	color: #2e5da7;
	background-color: #ffffff;
	border-color: #2e5da7;
}

.alert-warning {
	color: #f0991b;
	background-color: #faf8f6;
	border-color: #f0991b;
}

.alert-danger {
	color: #ed1b14;
	background-color: #ffffff;
	border-color: #ed1b14;
}





/* carousel */





/* input */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	font-weight: 400;
	height: 36px;
	padding: 6px 12px;
	font-size: 15px;
	line-height: 1.42857143;
	color: #000000;
	vertical-align: middle;
	border: 1px solid #000000;
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
}



select option {
	font-weight: 400;
}

select,
textarea {
	max-width: 100%;
	height: auto;
}


textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	color: #b8020b;
	border-color: #b8020b;
	outline: 0;
	outline: thin dotted \9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.3);
}

select:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

input[type="radio"],
input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	*margin-top: 0;
	line-height: normal;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
	width: auto;
}




@-moz-document url-prefix() { /*FF*/
select:not([multiple]) {
    -webkit-appearance: none;
    -moz-appearance: none;
	height: 36px;
    background-position: right 50%;
    background-repeat: no-repeat;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAABkCAMAAACioqAKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABhQTFRF////5Hpz1zcs99fV/PLx3FJI+uTj1Coex/nnMAAAAFZJREFUeNrs0TsOwDAIA1DzS+9/4xBloaXtlNFMFm8ABK6fApFIJBK/UDx2CJeGjt2UDA1jAKkCjOgz1VLTTN8WWlrtvu3SYo9T1Krxn0QikXgOpwADAPrjS414yS4BAAAAAElFTkSuQmCC');
    padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 28px;
}
}


@media screen and (-webkit-min-device-pixel-ratio:0) {
select:not([multiple]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: right 50%;
    background-repeat: no-repeat;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAABkCAMAAACioqAKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABhQTFRF////5Hpz1zcs99fV/PLx3FJI+uTj1Coex/nnMAAAAFZJREFUeNrs0TsOwDAIA1DzS+9/4xBloaXtlNFMFm8ABK6fApFIJBK/UDx2CJeGjt2UDA1jAKkCjOgz1VLTTN8WWlrtvu3SYo9T1Krxn0QikXgOpwADAPrjS414yS4BAAAAAElFTkSuQmCC');
    padding-top: .15em;
	padding-bottom: 7px;
	height: 36px;
	line-height: 28px;
	padding-right: 28px;
}
}





::-webkit-input-placeholder {
    color: #463434;
    opacity: 1 !important;
}

:-moz-placeholder {
    color: #463434;
    opacity: 1 !important;
}

::-moz-placeholder {
	color: #463434;
	opacity: 1 !important;
}

:-ms-input-placeholder {
	color: #463434;
}



input[type="submit"] {
	font-size: 18px;
	line-height: 18px;
	font-weight: 700;
	color: #ffffff;
	padding: 12px 20px;
 	background-color: #b8020b;
	border: 1px solid #b8020b;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

input[type="submit"]:focus,
input[type="submit"]:hover {
	color: #ffffff;
	background-color: #000000;
	border-color: #000000;
}

input[type="reset"] {
	font-size: 18px;
	line-height: 18px;
	font-weight: 700;
	color: #2e3b42;
	padding: 12px 20px;
	border: 1px solid #eeeeee;
	background-color: #eeeeee;
	-webkit-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

input[type="reset"]:hover {
	color: #ffffff;
	border-color: #b8020b;
	background-color: #b8020b;
}

input[type="button"] {
	font-size: 18px;
	line-height: 18px;
	font-weight: 700;
	color: #ffffff;
	padding: 12px 20px;
	border: 1px solid #959595;
	background-color: #000000;
	-webkit-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

input[type="button"]:hover {
	color: #ffffff;
	border-color: #b8020b;
	background-color: #b8020b;
}


.ui-datepicker {
    width: 20em;
}

.ui-datepicker {
	z-index: 1035 !important;
}

.ui-datepicker select {
	height: inherit;
	height: auto;
	border-radius: 0;
	line-height: normal;
	padding: 5px 0 3px 5px !important;
}


#ui-datepicker-div {
	display: none;
}




.glyphicon {
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}



/* boutons */

.btn {
	font-weight: 700;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

.btn:active,
.btn.active {
	-webkit-box-shadow: none;
	 box-shadow: none;
}

a.btn {
	text-decoration: none;
}

.btn-default:active {
	color: #ffffff;
	background-color: transparent;
}


#scrollToTop {
	display: none;
}

#scrollToTop a {
	width: 50px;
	height: 50px;
	bottom: 40px;
	position: fixed;
	right: 0;
	background: url(/images/pdsch/scrollToTop_fond.png) left top no-repeat;
}

#scrollToTop a:hover {
	 background: url(/images/pdsch/scrollToTop_fond.png) left -70px no-repeat;
	 text-decoration: none !important;
}


.marge_bas {
	margin-bottom: 10px;
}






/* navigation */


.navbar-default {
	border-bottom: 5px solid #b8020b;
}


.navbar-default .container {
	position: relative
}

.navbar-default li {
	padding-bottom: 0;
}

.navbar-default a {
	font-weight: 400;
	text-decoration: none;
}


.navbar-brand {
	padding-top: 0;
}

.navbar-default .slogan {
	display: none;
}

.navbar-default .dropdown-menu > li > a {
	font-weight: 700;
}

.navbar-brand {
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

.sub-arrow {
	display: none;
}

.cadlog {
	width: auto;
	position: absolute;
	right: 15px;
	top: 8px;
	color: #000000;
	list-style: none;
	margin: 0;
	padding: 0;
}

.cadlog a {
	text-decoration: none;
}

.cadlog a:hover {
	color: #b8020b;
}

.cadlog > li {
	position: relative;
	display: inline-block;
	margin: 0 0 0 10px;
	padding: 0;
	vertical-align: middle;
}

.cadlog > li:first-child {
	margin-left: 0;
}

.cadlog .glyphicon {
	top: 1px;
	font-size: 14px;
	line-height: 14px;
	color: #000000;
	margin-right: 5px;
	padding: 5px;
	border-radius: 50%;
	background-color: #ffffff;
}

.cadlog a:hover .glyphicon {
	color: #ffffff;
	background-color: #000000;
}


.cadlog #epl-caddie > ul,
.cadlog #epl-login > ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.cadlog > li > .btn-default,
.cadlog .dropdown > .btn-default {
	font-size: 14px;
	line-height: 14px;
	color: #000000;
	padding: 0;
	background-color: transparent;
	border: none;
}


.cadlog .btn-default .glyphicon {
	margin-right: 5px;
}

#epl-caddie .dropdown-menu,
#epl-login .dropdown-menu {
	z-index: 1001;
	float: right;
	right: 0;
	left: auto;
	min-width: 280px;
	color: #000000;
	margin-top: 5px;
	padding: 20px 15px;
}




#epl-caddie ul > li {
	text-align: right;
	padding-bottom: 0;
}

.epl-cart-total {
	font-weight: 700;
	margin-bottom: 10px;
}

#epl-caddie .panier .btn-submit {
	font-size: 14px;
	 padding: 5px 10px;
}

#epl-caddie .panier .btn-submit:after {
	display: none;
}



.cadlog .epl-cart-count {
	display: inline-block;
	text-align: center;
}

.cadlog .epl-cart-count:before {
	content: "(";
}

.cadlog .epl-cart-count:after {
	content: ")";
}

.cadlog .epl-cart-count span {
	font-weight: 700;
}



#epl-caddie h4 {
	display: none;
}

#epl-login ul > li {
	padding-bottom: 0;
}



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

#epl-login input[type="password"] {
	float: left;
	width: 83%;
}

#epl-login input[type="submit"] {
	width: 17%;
	height: 36px;
	padding: 4px 2px;
	margin-bottom: 10px;
	background-color: #b8020b;
	border-color: #b8020b;
}

#epl-login input[type="submit"]:hover {
	color: #ffffff;
	background-color: #000000;
	border-color: #000000;
}


#epl-login .dropdown-menu ul {
	list-style: none;
	margin: 0 0 10px;
	padding: 0;
}

#epl-login .dropdown-menu ul a {
	color: #000000;
	text-transform: none;
}

#epl-login .dropdown-menu ul a:hover {
	color: #b8020b;
}

#epl-login .dropdown-menu ul a:before {
	display: inline-block;
	font-family: 'epasslibre';
	font-size: 10px;
	line-height: 10px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 3px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e207";
}


.customSignInBtn {
	display: block;
	font-size: 1.1em;
	line-height: 1em;
	border-radius: 0;
	padding: 10px 5px;
	margin-bottom: 5px;
}

.customSignInBtn .buttonText {
	font-weight: 400;
	padding: 0;
	margin-left: 0;
}

.customSignInBtn .buttonText span {
	font-weight: 700;
}

#epl-login .eplico-facebook,
#epl-login .eplico-google-plus {
	display: none;
}

#epl-login #eplloginmess,
.epl-login .eplloginmess {
	display: block;
	font-size: 0.95em;
	line-height: normal;
    color: #e10019;
	padding: 10px 15px;
	margin-bottom: 10px;
	background-color: #f4f4f4;
}


/* langauge */

#cv3-language {}

#cv3-language ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#cv3-language ul > li {
	margin-top: 2px;
	padding-bottom: 0;
}

#cv3-language .flag {
	display: inline-block;
	max-width: 26px;
	vertical-align: middle;
	margin: 0 5px 0 0;
}

#cv3-language .flag img {
	border-radius: 50%;
	height: 26px;
	border: 3px solid #ffffff;
}

#cv3-language .eplico-arrow-down {
	display: none;
}

#cv3-language .dropdown-menu {
	min-width: inherit;
	margin: 5px 0 0 0;
	padding: 10px 15px;
	background-color: #ffffff;
}

#cv3-language .dropdown-menu li {
	text-align: left;
}

#cv3-language .dropdown-menu > li > a {
	font-weight: 400;
	color: #000000;
	padding-left: 0;
	padding-right: 0;
}

#cv3-language .dropdown-menu > li > a:hover,
#cv3-language .dropdown-menu > li > a:focus {
	color: #b8020b;
	background-color: transparent;
}




/* infoLive */

#infoLive {
	width: 100%;
	margin-bottom: 20px;
}

#infoLive .container,
#infoLive .row {
	width: 100%;
	padding: 0;
	margin: 0;
}

#infoLive .carousel {
	display: inline-block;
	width: 100%;
	min-width: 10%;
	margin: 0 auto;
}

.home #infoLive {
	margin-top: 0;
	margin-bottom: -6px;
}



#infoLive .carousel-caption {
	width: 100%;
	position: relative;
	top: inherit;
	left: inherit;
	right: inherit;
	bottom: inherit;
	font-size: 17px;
	color: #ffffff;
	text-shadow: none;
	padding: 15px 30px 2px 30px;
	background-color: #463434;
	overflow: hidden;
}


.home #infoLive .carousel-caption {
	padding-left: 50px;
	padding-right: 50px;
}

#infoLive .carousel-caption p {
	position: relative;
	display: inline-block;
	padding-left: 40px;
}

#infoLive .carousel-caption p:before {
	position: absolute;
	left: 0;
	top: 50%;
	font-family: 'pdsch';
	content: "\e204";
	font-size: 20px;
	line-height: 1;
	margin-top: -10px;
	margin-left: 10px;
}


#infoLive .carousel-caption a {
	color: #ffffff;
}

#infoLive .carousel-caption a:hover {
	color: #1b1d1f;
}

#infoLive .security .carousel-caption {
	background-color: #ff7126;
}

#infoLive .promo .carousel-caption {
	background-color: #f2b41b;
}


#infoLive .carousel-control {
	width: 40px;
	font-size: 16px;
	filter: alpha(opacity=100);
	opacity: 1;
	text-shadow: none;
}

#infoLive .carousel-control.left,
#infoLive .carousel-control.right {
	background-image: none;
}

#infoLive .carousel-control .glyphicon-chevron-left,
#infoLive .carousel-control .glyphicon-chevron-right {
	margin-top: -10px;
	font-size: 20px
}




/* chemin */

.cv3-chemin {
	text-align: right;
}

.home .cv3-chemin {
	display: none;
}

.breadcrumb {
	font-size: 0.9em;
	color: #5c5c5c;
	background-color: transparent;
	border-radius: none;
	padding: 0;
}

#maj { display: none; }


.breadcrumb a {
	color: #bbbbbb;
	text-decoration: none;
}

.breadcrumb a:hover {
	color: #b8020b;
}





/* contenu */

.cv3-main {}

.cv3-main-contenu {
	background-color: #ffffff;
}

.cv3-col-contenu {}







/*  block par defaut */

.cv3-block {
	margin: 0 0 10px 0;
}

.cv3-block h4 {
	font-weight: 700;
	font-size: 1.75em;
	line-height: 1.25em;
	color: #b8020b;
	padding: 0 0 0 0;
	margin: 0  0 0.4em 0;
}


.cv3-block .link_toggle {
	display: block;
	font-weight: 700;
	font-size: 1.25em;
	line-height: 1.1em;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	padding: 20px;
	margin: 0;
	background-color: #b8020b;
}

.cv3-block .link_toggle:hover {
	color: #ffffff;
	background-color: #000000;
}

.cv3-block .link {
	display: none;
}


.cv3-col-gauche .cv3-block h4 {
	display: none;
}



/* menu gauche */

.left-menu {
	padding: 18px 12px;
	background-color: #f4f4f4;
}

.left-menu .navbar-nav a {
	text-decoration: none;
}

.left-menu .navbar-nav a:before {
	font-family: 'epasslibre' !important;
	content: "\e207";
	font-size: 10px;
	margin-right: 0;
}

.left-menu .navbar-nav li {
	padding-bottom: 0;
	margin-bottom: 8px;
}

.left-menu .navbar-nav > li > a {
	font-weight: 700;
	padding: 0;
	margin-bottom: 8px;
}

.left-menu .nav > li > a:hover,
.left-menu .nav > li > a:focus {
    background-color: transparent;
}

.left-menu .navbar-nav > li ul,
.left-menu .navbar-nav > li ul ul {
	list-style: none;
	margin: 0 0 0 15px;
	padding: 0;
}

.left-menu .navbar-nav > li ul a {
	display: inline-block;
	color: #222222;
	padding: 0;
}

.left-menu .navbar-nav > li ul a:hover,
.left-menu .navbar-nav > li ul a:focus {
	color: #b8020b;
    background-color: transparent;
}

.left-menu .navbar-nav > li ul li.active a {
	color: #b8020b;
}




/* news */
#cv3-news {
	padding: 20px;
	background-color: #f0f0f0;
}

#cv3-news h4 {
	display: block;
	font-weight: 400;
	font-size: 1.5em;
	line-height: 1;
	color: #000000;
	padding: 0 20px 15px 20px;
	margin: 0 -20px 15px -20px;
	border-bottom: 5px solid #ffffff;
}


#cv3-news h5 {
	font-weight: 700;
	font-size: 1.4em;
	line-height: 1.2em;
	margin-bottom: 0.5em;
}

#cv3-news img {
	max-width: 100%;
	margin-bottom: 10px;
}

#cv3-news p {
	font-size: 0.95em;
	line-height: 1.4em;
}

#cv3-news .middle {}

#cv3-news .middle:before,
#cv3-news .middle:after {
	display: table;
	content: " ";
}

#cv3-news .middle:after {
	clear: both;
}

#cv3-news .item {}

#cv3-news .separator {
	display: none;
}

#cv3-news .separator:before,
#cv3-news .separator:after {
	display: table;
	content: " ";
}

#cv3-news .separator:after {
	clear: both;
}

#cv3-news .carousel {
	margin-bottom: 0;
}

#cv3-news .carousel-caption {
	position: relative;
	top: inherit;
	left: inherit;
	right: inherit;
	bottom: inherit;
	font-size: 1em;
	color: #2e3b42;
	padding: 0;
	text-shadow: none;
	background-color: transparent;
}


#cv3-news .carousel-control {
	top: -63px;
	height: 30px;
	width: 30px;
	text-shadow: none;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}


#cv3-news .carousel-control.left, #cv3-news .carousel-control.right {
	background-image: none;
}

#cv3-news .carousel-control .glyphicon-chevron-left,
#cv3-news .carousel-control .glyphicon-chevron-right {
	top: 0;
	left: 0;
    font-size: 22px;
	line-height: 30px;
    height: 30px;
	width: 30px;
	color: #000000;
	margin: 0;
	padding: 0;
	background-image: none;
}


#cv3-news .carousel-control .glyphicon-chevron-left:hover,
#cv3-news .carousel-control .glyphicon-chevron-right:hover {
	color: #ffffff;
	background-color: #000000;
}

#cv3-news .carousel-control.right {
	left: inherit;
	right: 0;
}

#cv3-news .carousel-control.left {
	left: inherit;
	right: 50px;
}

#cv3-news .carousel-indicators {
	display: none;
}




/* footer liens */

.cv3-footer-links {
	color: #000000;
	padding: 25px 0 15px 0;
	background-color: rgba(0, 0, 0, 0.1);
}

.cv3-footer-links a {
	color: #000000;
	text-align: center;
	text-decoration: none;
}

.cv3-footer-links a:hover {
	color: #b8020b;
}


.footer-links-img {
	display: block;
	margin-bottom: 15px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.cv3-footer-links a:hover .footer-links-img {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	-o-transform: translateY(-10px);
}


.footer-links-img .img-responsive {
	display: inline-block;
}

.footer-links-title {
	display: block;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 5px;
}

.cv3-footer-links p {
	line-height: 1.2;
}



/* footer */

.footer {
	color: #ffffff;
	padding: 30px 0;
	background-color: #000000;
}

.footer .cv3-block {
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.footer .cv3-block .collapse {
	display: block;
}

.cv3-navbas {
	text-align: center;
	margin-bottom: 15px;
}

.cv3-navbas ul {
	list-style: none;
	padding: 0;
	margin: 0;
}


.cv3-navbas ul li a {
	display: block;
	line-height: 1;
	color: #ffffff;
	white-space: nowrap;
	text-decoration: none;
}

.cv3-navbas ul li a:hover {
	color: #b8020b;
}


.left-menu .navbar-nav {
  float: none;
}

.left-menu .navbar-nav li {
  float: none;
}

#cv3-infosite {
	text-align: center;
}

#cv3-infosite p {
	line-height: 1.75em;
}


#cv3-infosite .link_toggle,
#cv3-infosite h4,
#cv3-infosite .link {
	display: none;
}






@media (min-width: 768px) {
	body {
		padding-top: 120px;
		background: #ffffff url(/images/pdsch/page-fond.jpg) center top no-repeat fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		-o-background-size: cover;
	}

	body.home {
		padding-top: 95px;
		background-image: none;
	}


	#scrollToTop a {
		display: none;
	}
	

	.navbar-fixed-top {
		height: 95px;
	}

	.navbar-default .navbar-nav {
		margin-top: 50px;
	}

	.navbar-default .navbar-nav > li {
		margin-left: 2px;
		padding-left: 2px;
		border-left: 1px solid #cccccc;
	}

	.navbar-default .navbar-nav > li:first-child {
		margin-left: 0;
		padding-left: 0;
		border-left: none;
	}

	.navbar-default .navbar-nav > li > a {
		font-size: 1em;
		letter-spacing: -0.03em;
		padding: 3px 5px;
	}

	.navbar-brand {
		width: 145px;
		min-height: 90px;
		text-align: center;
		margin-left: 15px;
		margin-right: 10px;
		padding: 0;
		background-color: #f4f4f4;
	}

	.navbar-brand img {
		display: inline-block;
	}


	#infoLive {
		margin-top: -25px;
	}

	.cv3-main {
		min-height: 350px;
	}

	#cv3-news .collapse {
		display: block;
	}

	#cv3-news .link_toggle,
	#cv3-news .link {
		display: none;
	}

	#cv3-news h4 {
		font-size: 1.7em;
	}

	#cv3-news img {
		max-width: 25%;
		float: left;
		margin-right: 15px;
		margin-bottom: 15px;
	}

	.cv3-navbas ul li {
		display: inline-block;
		padding: 0 0 0 9px;
		margin: 0 0 0 7px;
		border-left: 1px solid #ffffff;
	}
	
	.cv3-navbas ul li:first-child {
		padding-left: 0;
		margin-left: 0;
		border-left: none;
	}



	.cv3-footer-links {
		font-size: 105%;
		line-height: 1.15em;
		text-align: center;
	}

	.cv3-footer-links .cols {
		display: inline-block;
		width: 24.5%;
		text-align: center;
		vertical-align: top;
		margin-bottom: 15px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.footer-links-img .img-responsive {
		max-width: 50%;
	}



}


@media (min-width: 992px) {

	body {
		padding-top: 120px;
	}

	#scrollToTop a {
		display: block;
	}

	.navbar-default .navbar-nav {
		margin-top: 50px;
	}

	.navbar-default .navbar-nav > li > a {
		font-size: 1.1em;
		letter-spacing: normal;
		padding: 3px 13px;
	}

	.navbar-brand {
		width: 145px;
		min-height: 90px;
		margin-right: 20px;
	}


	.cadlog {
		top: 5px;
	}

	#infoLive {
		margin-top: -25px;
	}


	.cv3-main {
		min-height: 450px;
	}

	.cv3-col-gauche {
		margin-top: 60px;
		margin-bottom: 30px;
	}

	.home .cv3-col-gauche {
		margin-top: -85px;
	}

	#cv3-news img {
		max-width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 15px;
	}

}




@media (min-width: 1200px) {


	.navbar-default .navbar-nav {
		margin-top: 45px;
	}

	.navbar-default .navbar-nav > li > a {
		font-size: 1.2em;
		padding: 6px 8px;
	}

	.navbar-brand {
		width: 260px;
		margin-right: 20px;
	}

	.cv3-main {
		min-height: 500px;
	}

	.cv3-col-gauche {
		margin-top: 65px;
	}

	.home .cv3-col-gauche {
		margin-top: -95px;
	}

	#cv3-news h4 {
		font-size: 1.5em;
	}

}


@media (min-width: 1500px) {

	.container {
		width: 1460px;
	}

	.navbar-default .navbar-nav > li > a {
		padding: 6px 20px;
	}

	.navbar-brand {
		width: 335px;
		margin-right: 35px;
	}


	.cadlog {
		top: 8px;
	}

	#cv3-news h4 {
		font-size: 1.7em;
	}

}



@media (max-width: 767px) {
	body {
		padding-top: 90px;
	}

	body.home {
		padding-top: 75px;
	}

	#scrollToTop a {
		display: none;
	}

	.navbar-fixed-top {
		height: 75px;
		border-bottom: 5px solid #b8020b;
	}

	.navbar-default .navbar-toggle {
		margin: 17px 15px 0 0;
		background-color: #b8020b;
		border-radius: 0;
		border-color: #b8020b;
	}

	.navbar-default .navbar-toggle:hover {
		border-color: #000000;
		background-color: #000000;
	}

	.navbar-default .navbar-toggle .icon-bar {
		background-color: #ffffff;
	}

	.navbar-default .navbar-toggle:hover .icon-bar {
		background-color: #ffffff;
	}

	.navbar-default .container .navbar-collapse {
		margin-top: 5px;
		padding-top: 10px;
		background-color: #ffffff;
		-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
		-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
		box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
	}

	.navbar-nav > li > a {
		font-size: 1.2em;
		padding: 8px 15px;
	}

	.navbar-brand {
		height: 70px;
		margin-left: 15px;
		padding: 0 15px;
		background-color: #f4f4f4;
	}


	.cadlog {
		right: 70px;
		top: 19px;
	}

	.cadlog .date,
	.cadlog .meteo,
	.cadlog .social,
	.cadlog .epl-label {
		display: none;
	}

	.cadlog .btn-default .glyphicon {
		margin-right: 0;
	}

	#cv3-language .glyphicon {
		margin-left: 0;
	}


	.carousel-caption {
		position: inherit;
		right: inherit;
		bottom: inherit;
		left: inherit;
		z-index: inherit;
		text-shadow: none;
		padding: 15px 25px 5px 25px;
		background-color: #003b4b;
	}

	.caption-item-title {
		font-size: 22px;
		text-shadow: none;
	}

	.caption-item-caption {
		display: block;
		color: #ffffff;
		padding: 0;
		background-color: transparent;
	}

	.caption-item-link a {
		font-size: 13px;
		padding: 8px 12px;
	}

	#infoLive {
		margin-top: -25px;
	}


	#cv3-news {
		margin-bottom: 20px;
		padding: 0;
		border: none;
	}

	#cv3-news .item {
		padding: 15px 15px 5px 15px;
	}

	#cv3-news h4 {
		display: none;
	}

	#cv3-news img {
		max-width: 25%;
		float: left;
		margin-right: 15px;
		margin-bottom: 10px;
	}

	#cv3-news .carousel-control {
		top: -43px;
	}

	#cv3-news .carousel-control.right {
		right: 15px;
	}


	.cv3-footer-links {
		font-size: 105%;
		line-height: 1.15em;
		text-align: center;
		padding: 30px 0 15px 0;
	}

	.cv3-footer-links .cols {
		display: inline-block;
		width: 32.5%;
		text-align: center;
		vertical-align: top;
		margin-bottom: 15px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.footer-links-img .img-responsive {
		max-width: 40%;
	}


	.footer {
		margin-top: 0;
	}

}



@media (max-width: 576px) {

	.cadlog > li {
		margin-left: 5px;
	}


	.cv3-footer-links .cols {
		display: block;
		width: 100%;
		text-align: center;
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 0;
	}

	.cv3-footer-links .cols:before,
	.cv3-footer-links .cols:after {
		display: table;
		content: " ";
	}
	
	.cv3-footer-links .cols:after {
		clear: both;
	}

	.cv3-footer-links .cols {
		display: block;
		text-align: center;
		padding-bottom: 10px;
		margin-bottom: 10px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.8);
	}

	.footer-links-img {
		display: none;
	}

	.footer-links-title, .cv3-footer-links p {
		display: block;
	}

	.cv3-footer-links p:last-child {
		margin-bottom: 0;
	}

}




@media (max-width: 480px) {

	.navbar-brand {
		padding: 0 10px;
	}

	.cadlog {
		right: 62px;
	}

	.cadlog > li {
		margin-left: 4px;
	}

	#cv3-language .dropdown-menu {
		left: -20px;
		margin-top: 22px;
	}

	#epl-caddie .dropdown-menu {
		right: -107px;
		margin-top: 23px;
	}

	#epl-login .dropdown-menu {
		right: -75px;
		margin-top: 23px;
	}

	#cv3-news img {
		max-width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 15px;
	}


}
