/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;font-size:14px;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{ display:block;float:left; margin:auto; max-width:none; border:0;}
.cboxIframe{ display:block;width:100%; height:100%; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box;}

/*
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000;}
#colorbox{
}
/*    #cboxTopLeft{width:25px; height:25px; background:url(images/border1.png) no-repeat 0 0;}
    #cboxTopCenter{height:25px; background:url(images/border1.png) repeat-x 0 -50px;}
    #cboxTopRight{width:25px; height:25px; background:url(images/border1.png) no-repeat -25px 0;}
    #cboxBottomLeft{width:25px; height:25px; background:url(images/border1.png) no-repeat 0 -25px;}
    #cboxBottomCenter{height:25px; background:url(images/border1.png) repeat-x 0 -75px;}
    #cboxBottomRight{width:25px; height:25px; background:url(images/border1.png) no-repeat -25px -25px;}
    #cboxMiddleLeft{width:25px; background:url(images/border2.png) repeat-y 0 0;}
    #cboxMiddleRight{width:25px; background:url(images/border2.png) repeat-y -25px 0;}
    #cboxContent{background:#fff; overflow:hidden;min-height: 410px;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:5px;}
        #cboxTitle{visibility: hidden;position:absolute; bottom:0px; left:0; text-align:center; width:100%; color:#999;padding-top: 5px;background: white;}
        #cboxTitle em {color:#444;font-weight:bold;}
        #cboxCurrent{position:absolute; bottom:0px; left:100px; color:#999;}
        #cboxSlideshow{position:absolute; bottom:0px; right:42px; color:#444;}
        #cboxPrevious{position:absolute; bottom:0px; left:0; color:#444;}
        #cboxNext{position:absolute; bottom:0px; left:63px; color:#444;}
        #cboxLoadingOverlay{background:#fff url(images/loading.gif) center center no-repeat 5px 5px;}
*/
	#cboxClose{
		position:absolute;
		top:0;
		right:0;
		border: none;
		color: #ffffff;
		text-decoration: none;
		text-shadow: 0 1px 0 #ffffff;
		font-size: 1.5em;
		line-height: 1;
		opacity: 0.5;
		filter: alpha(opacity=50);
		-webkit-transition: opacity 0.2s ease-out;
		transition: opacity 0.2s ease-out;
	}

	#cboxLoadedContent{
	margin:10px;
	}

	#cboxClose:hover,
	#cboxClose:focus{
		color: #ffffff;
		text-decoration: none;
		opacity: 0.8;
		filter: alpha(opacity=80);
		cursor: pointer;
	}

#cboxBackButton {
	position:absolute;
	top:0;
	left:0;
		color: #ffffff;
		text-decoration: none;
		text-shadow: 0 1px 0 #ffffff;
		font-size: 1.5em;
		line-height: 1;
		opacity: 0.5;
		filter: alpha(opacity=50);
		-webkit-transition: opacity 0.2s ease-out;
		transition: opacity 0.2s ease-out;
}
#cboxBackButton.openboxlink {
	border-right-color: #000;
	text-align: left;
}
#cboxBackButton:hover,
#cboxBackButton:focus {
		color: #ffffff;
		text-decoration: none;
		opacity: 0.8;
		filter: alpha(opacity=80);
		cursor: pointer;
}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}

/*
  The following provides PNG transparency support for IE6
  Feel free to remove this and the /ie6/ directory if you have dropped IE6 support.
*/
.cboxIE6 #cboxTopLeft{background:url(images/ie6/borderTopLeft.png);}
.cboxIE6 #cboxTopCenter{background:url(images/ie6/borderTopCenter.png);}
.cboxIE6 #cboxTopRight{background:url(images/ie6/borderTopRight.png);}
.cboxIE6 #cboxBottomLeft{background:url(images/ie6/borderBottomLeft.png);}
.cboxIE6 #cboxBottomCenter{background:url(images/ie6/borderBottomCenter.png);}
.cboxIE6 #cboxBottomRight{background:url(images/ie6/borderBottomRight.png);}
.cboxIE6 #cboxMiddleLeft{background:url(images/ie6/borderMiddleLeft.png);}
.cboxIE6 #cboxMiddleRight{background:url(images/ie6/borderMiddleRight.png);}

.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight {
    _behavior: expression(this.src = this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background = "none", this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + this.src + ", sizingMethod='scale')");
}

/*
  CSS inside Colorbox
*/

#cboxContainer {
	display:block;
	margin:10px;
	padding:20px;
	min-height:440px;
	width:720px;
	border:0;
	outline: none;
	border: 1px solid #999999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	background-color: #ffffff;
	background-clip: padding-box;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
			box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.buy {

}
.login {

}
.meno-home {
	height:285px;
	overflow-x:scroll;
}
@media (max-width: 767px) {
	#cboxContainer {
		display:block;
		margin:10px;
		padding:20px;
		min-height:335px;
		max-height:335px;
		width:270px;
		border:0;
		outline: none;
		border: 1px solid #999999;
		border: 1px solid rgba(0, 0, 0, 0.2);
		border-radius: 6px;
		background-color: #ffffff;
		background-clip: padding-box;
		-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
				box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	}
	.buy,
	.login {
		background: none;
	}
	.meno-home {
		height:260px;
	}
}

*:before, *:after {
    -moz-box-sizing: inherit;
}
#cboxContainer * {
}
#cboxContainer .rounded-corners {
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius:12px;
	-khtml-border-radius:12px;
}
#cboxContainer .shadowed {
	-webkit-box-shadow:0 0 10px rgba(0, 0, 0, .5);
	-moz-box-shadow:0 0 10px rgba(0, 0, 0, .5);
	box-shadow:0 0 10px rgba(0, 0, 0, .5);
}

#cboxContainer .bigbutton {
	-webkit-appearance: none;
}

#cboxContainer a.bigbutton, #cboxContainer input.bigbutton {
	display:inline-block;
	margin: 0 0 15px 0;
	padding:5px 15px;
	border:0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius:5px;
	background-color:green;
	box-shadow: 0 1px 1px rgba(0,0,0,0.5), inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 10px -7px rgba(255,255,255,0.2), inset 0px -30px 20px -25px rgba(0,0,0,0.5);
	color:#FFF;
	text-decoration:none;
	text-shadow: 0 1px 1px #000;
	font-weight:bold;
	font-size:18px;
	cursor:pointer;
	-khtml-border-radius:5px;
}
#cboxContainer a.bigbutton:active, #cboxContainer input.bigbutton:active {
	box-shadow: 0 0 1px rgba(0,0,0,0.5), inset 0 1px 0 rgba(255,255,255,0.5), inset 0 -15px 10px -7px rgba(255,255,255,0.2), inset 0px 30px 20px -25px rgba(0,0,0,0.3);
}
#cboxContainer img.bg9482C6 {
	background-color:#CCCCCC;
}
#cboxContainer img.bg9482C6:hover {
	background-color:#9482C6;
}
span.checkbox_on {
	display:inline-block;
	width:19px;
	height:19px;
	background:url(../../img/checkbox.png) 0px 0px no-repeat;
	vertical-align:middle;
}
span.checkbox_off {
	display:inline-block;
	width:19px;
	height:19px;
	background:url(../../img/checkbox.png) 0px -19px no-repeat;
	vertical-align:middle;
}

.allopass {
	color: #1e2d83;
	text-decoration: underline;
	font-weight: bold;
	font-size: medium;
}

#meno-abo input[type="radio"]:checked+label {
	margin: 0 0 5px 25px;
	border: solid 1px #dfdfdf;
	background: white;
	cursor: pointer;
}
#meno-abo-xs input[type="radio"]:checked+label {
	margin: 0 0 5px 0;
	border: solid 1px #afafaf;
	background: white;
	cursor: pointer;
}
#forfait1,
#forfait2,
#forfait3,
#forfait4,
#forfait5,
#forfait6,
#forfait7,
#abonnement1 {
	position: absolute;
	margin: 5% 0 0 0;
}

.buy-credit img {
	border:1px solid #dfdfdf;
	margin:3px 0;
	-webkit-transition: border 0.2s ease-out;
	transition: border 0.2s ease-out;
}

.buy-credit img:hover,
.buy-credit img:focus {
	border: solid 1px #afafaf;
	cursor: pointer;
}

.meno-video-play .glyphicon {
	vertical-align: bottom;
	font-size: 1.5em;
}

.meno-video-play a,
.meno-video-download a,
.meno-video-play .btn {
	padding: 8px 10px;
	border-radius: 2px;
	background-color: rgb(200,16,16);
	color: white;
	text-decoration: none;
	-webkit-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}

.meno-video-buy a {
	padding: 8px 10px;
	border-radius: 2px;
	background-color: rgb(16,128,16);
	color: white;
	text-decoration: none;
	-webkit-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
}

.meno-video-buy a:hover,
.meno-video-buy a:focus {
	background-color: rgb(16,200,16);
}

.meno-video-play.meno-video-play-compte a,
.meno-video-play.meno-video-play-compte label,
.meno-video-download.meno-video-play-compte a {
	border-radius: 2px;
	background-color: white;
	color: rgb(16,128,16);
	text-decoration: none;
	font-size: 2.5em;
	-webkit-transition: background-color 0s, color 0.2s ease-in-out;
	transition: background-color 0s, color 0.2s ease-in-out;
}

.meno-video-play.meno-video-play-upgrade a,
.meno-video-download.meno-video-play-upgrade a,
.control-label-offline {
	border-radius: 2px;
	background-color: white;
	color: rgb(128,128,128);
	text-decoration: none;
	font-size: 2.5em;
	-webkit-transition: background-color 0s, color 0.2s ease-in-out;
	transition: background-color 0s, color 0.2s ease-in-out;
}

.meno-video-play.hidden-lg a, .meno-video-download.hidden-lg a {
	font-size: 1.5em;
}

.meno-video-play.meno-video-play-compte a:hover,
.meno-video-play.meno-video-play-compte label:hover,
.meno-video-download.meno-video-play-compte a:hover,
.meno-video-play.meno-video-play-upgrade a:hover,
.meno-video-download.meno-video-play-upgrade a:hover {
	background-color: white;
	color: rgb(16,192,16);
	cursor:pointer;
}

.meno-fiche-ok {
	color:rgb(64,128,64);
}

.meno-fiche-remove {
	color:rgb(200,64,64);
}

.meno-fiche-ok,
.meno-fiche-remove {
	font-size: 1.5em;
	vertical-align: bottom;
}

h1 {
	font-weight: 200;
	font-size: 1.5em;
}
h1 .glyphicon, h2 .glyphicon {
	vertical-align:bottom;
	font-weight:100;
}

h2, h3, h4 {
	font-weight: 200;
}

h2, h3 {
	color: rgb(45,57,64);
}

a {
	color: #444444;
	-webkit-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

.btn {
	border-radius: 2px;
}

.btn-default {
	background: white;
	box-shadow: none;
	-webkit-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
}

.btn-default:hover,
.btn-default:focus {
	border: 1px solid #cccccc;
	background: #eeeeee;
}

.btn-success {
  background: rgb(16,128,16);
  border: none;
  color: white;
	-webkit-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active {
  background: rgb(16,192,16);
}

label.btn {
	padding:0 0 0 10px;
	border-color: #595352;
}
.prices {
	color: white;
	font-weight: 900;
	font-size: 2em;
	background-color: #595352;
	padding: 11px 10px 12px 10px;
	min-width: 100px;
}
.formule {
	height: 71px;
	padding:1px 0 0 0;
	font-size: 0.9em;
}
.titreformule {
	font-size: 1.9em;
}

#formule4,
#formule3,
#formule2,
#formule1 {
	margin-top: 1.5em;
}
