@charset "utf-8";
/* CSS Document */

body {background: #231f20;}
/*body {background: #fff;}*/


nav .icon-home {color: #fff86e;}


/* COVER
-------------------------------------------------- */
.cover {height: 450px; border-bottom-color: #231f20;}
.cover a {position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: block;}
.cover .img-src {-webkit-background-size: cover; background-size: cover;}
.cover figcaption {top: 200px;}
.cover figcaption h2 {font-size: 28px; text-transform: uppercase;
-webkit-flex-order: 2;
-ms-flex-order: 2;
-webkit-order: 2;
order: 2;}
.cover figcaption h3 {font-size: 16px;
-webkit-flex-order: 1;
-ms-flex-order: 1;
-webkit-order: 1;
order: 1;}
.cover figcaption h2 span {background: #fff; box-shadow: 10px 0 0 #fff, -10px 0 0 #fff;}
.cover figcaption h3 span {background: #fff86e; box-shadow: 10px 0 0 #fff86e, -10px 0 0 #fff86e;}
.cover figcaption p {position: relative;}
/*.cover figcaption p.category {font-family:"Frisans W01 Bold"; color: #fff86e; text-transform: uppercase; font-size: 20px; margin: -30px 0 6px 0;
-webkit-flex-order: 1;
-ms-flex-order: 1;
-webkit-order: 1;
order: 1;}
.cover figcaption p.category span {display: block; margin: auto;}*/
.cover figcaption h2 span.category {font-family:"Frisans W01 Bold"; color: #fff86e; text-transform: uppercase; font-size: 20px; margin: -14px 0 6px 0; background: none; box-shadow: none;}
.cover figcaption h2 span.category span {display: block; margin: auto; background: none; box-shadow: none;}
.cover figcaption p.summary {font-size: 14px; max-width: 80%; margin: 10px auto;
-webkit-flex-order: 3;
-ms-flex-order: 3;
-webkit-order: 3;
order: 3;}
.cover figcaption p.summary span {background: #000; background: rgba(0, 0, 0, 0.6); color: #fff; box-shadow: 10px 0 0 rgba(0, 0, 0, 0.6), -10px 0 0 rgba(0, 0, 0, 0.6); padding: 4px 0;}
.cover p.link {display: none; width: 160px; position: absolute; bottom: 30px; left: 50%; margin-left: -80px; background: #fff86e; color: #000; padding: 3px 10px; border-radius: 3px; text-align: center; font-size: 14px; font-weight: bold;}

.cover .more {display: none;}
.cover .container:hover p, .cover .container:hover span.category{display: block;}

.cover .img-src.active {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'gs\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#gs"); /* Firefox 3.5+, Firefox mobile */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}



/* MAIN
-------------------------------------------------- */
.main {padding-top: 25px;}
.main_content .link {text-align: center; margin: -10px 0 30px 0;}
.main_content .link a {color: #fff86e; font-size: 14px; text-decoration: underline;}
.main_content .link a:hover {text-decoration: none;}

.main h2.title {position: relative; margin: 0 0 25px 0; color: #FFF; text-transform: uppercase; font-size: 20px; font-weight: 700; z-index: 500; text-align: center; background: url(../img/common/bg_title_home.png) no-repeat center bottom; padding-bottom: 30px;}
.main h3 {font-family: "Frisans W01 Bold"; font-size: 18px; margin: 0;}

/*.main header.headtag {position: absolute; top: -20px; left: 50%; margin-left: -50px; z-index: 500; font-family: "Trebuchet MS", Arial, sans-serif; color: #FFF; font-size: 16px;}
.main header.headtag a {display: block; color: #FFF; background: #231f20; border-radius: 50px; text-align: center; width: 100px; height: 100px; line-height: normal; padding-top: 25px;
-webkit-transition: all 400ms linear;
-moz-transition: all 400ms linear;
-o-transition: all 400ms linear;
-ms-transition: all 400ms linear;
transition: all 400ms linear;}
.main header.headtag a:hover {color: #000; background: #fff86e; text-decoration: none;}
.main header.headtag.big {top: 0; left: 50%; margin-left: -60px;}
.main header.headtag.big a {border-radius: 60px; width: 120px; height: 120px;}*/


/* BT ACTU DU JOUR */
#btn_go_actu {display: none; position: fixed; left: 0; bottom: 25px; z-index: 4567; width: 100%; text-align: center;}
#btn_go_actu a {color: #fff; text-decoration: none; background: url(../img/common/bg_title_home.png) no-repeat center bottom; padding: 0 10px 30px 10px;}


/* BLOC SONDAGE */
.sondage {background: #fff86e; color: #000; margin-bottom: 15px;}
.sondage header {font-size: 18px; padding: 10px;}
.sondage figure {position: relative; margin-bottom: 10px;}
.sondage img {width: 100%;}
.sondage h3 {margin-bottom: 10px; font-size: 16px;}
.sondage .poll_content {padding: 0 15px;}
.sondage form .radio, .poll_content .form-type-radio {/*margin: 0 0 2px 0;*/margin: 0;}
.sondage input[type="radio"] {margin: 0;}
.sondage form label, .poll_content label.option {font-size: 12px; font-weight: 700;}
.sondage form .form-group, .poll_content .form-group {margin: 5px 0 0 0; text-align: right; clear: both;}
.poll_content .form-actions:before {display: table; content: ""; clear: both;}
.poll_content .form-actions {margin: 0; padding-top: 20px; text-align: center;}
.sondage form .btn, .poll_content input.form-submit {font-family: "Frisans W01 Bold"; font-weight: 500; font-size: 16px; color: #000; text-transform: uppercase; background: #818181; border: transparent; padding: 3px 20px; border-radius: 0;}
.poll_content input.form-submit {margin-bottom: 10px;}
.sondage form .btn:hover, .poll_content input.form-submit:hover {background: #231f20; color: #fff86e;}

.poll_content .text, .poll_content .percent, .poll_content .total {font-size: 14px;}
.poll_content .text {clear: both; margin-bottom: 3px; line-height: 1.2;}
.poll_content .percent {width: 10%; float: right; text-align: right; font-weight: 700; font-style: italic; margin-bottom: 10px;}
.poll_content .total {font-weight: 700;}
/*.poll_content .bar {height: 20px; overflow: hidden; background-color: #f5f5f5; border-radius: 4px; -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1); box-shadow: inset 0 1px 2px rgba(0,0,0,.1);}*/
.poll_content .bar {width: 90%; float: left; height: 16px; margin-bottom: 10px; overflow: hidden; background: #fff; background: rgba(255,255,255,0.7); border-radius: 0; -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1); box-shadow: inset 0 1px 2px rgba(0,0,0,.1);}
.poll_content .bar .foreground {background-color: #231f20; float: left; height: 100%; -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15); box-shadow: inset 0 -1px 0 rgba(0,0,0,.15); -webkit-transition: width .6s ease; -o-transition: width .6s ease; transition: width .6s ease;}
ul.links {display:none;}
.sondage .all {padding-bottom: 5px; text-align: center;}
.sondage .all ul.links {display: block; padding: 0;}
.sondage .all ul.links li {list-style: none;}
.sondage .all ul.links a {/*float: right; */font-size: 12px; text-transform: lowercase; text-decoration: underline;}

/* BLOC ARTICLES COLLECTORS */
.main .collectors {border: 1px solid #534f31; padding: 15px 15px 25px 15px; margin: 30px -15px;}
.collectors header {font-size: 14px; text-transform: uppercase; color: #FFF; margin-bottom: 10px;}
.main .collectors .carousel article {margin: 0;}
.collectors .carousel article img {width: 100%;}
.collectors .carousel-caption {z-index: 500; left: 0; bottom: 0; right: 5%; padding-bottom: 20px; text-shadow: none;}
.main .collectors .carousel-caption h3 {margin-bottom: 5px !important;}
.main .collectors a:hover h3 {font-size: 25px;/* width: auto;*/}
.collectors .carousel-caption h4 {font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 18px;}
.collectors .carousel-caption h4 span {background: #000; background: rgba(0, 0, 0, 0.7); padding: 1px 0; color: #FFF; box-shadow: 5px 0 0 rgba(0, 0, 0, 0.7), -5px 0 0 rgba(0, 0, 0, 0.7);}
.collectors .carousel-control {z-index: 500; background: none !important; filter: none !important; width: auto;}
.collectors .carousel-control span {font-size: 42px; background: #333; background: rgba(0, 0, 0, 0.7); width: 50px; height: 60px; line-height: 60px; display: block; margin-top: 60px;}



/* BLOC VIDEO */
.main .b_video {margin-top: 60px; margin-bottom: 30px; border-top: 1px solid #fff86e; padding-top: 10px;}
.main .b_video .trame {background: url(../img/common/trame.png);}
.main .b_video a:hover .trame {background: url(../img/common/trame.png);}
.main .b_video iframe {width: 100% !important;}
.main .b_video span {position: absolute; top: 70px; left: 50%; margin-left: -40px; color: #ffd800; font-size: 80px; z-index: 500;}
.main .b_video h3 a {color: #fff; text-transform: uppercase; line-height: normal; width: auto; text-align: left; margin: 0;}
.main .b_video .info {position: relative; z-index: 200; background: #000; background: rgba(0, 0, 0, 0.7); color: #FFF; font-size: 14px; padding: 10px 10px 5px 10px;}
.main .b_video h3 a:hover {margin: 0; color: #fff86e; text-decoration: none;}
.main .b_video a:hover span {color: #231f20;}
.main .b_video .info a:hover {color: #fff86e;}


/* RESPONSIVE ADJUSTMENTS
-------------------------------------------------- */
@media screen and (max-width: 480px) {
	.cover {height: 300px;}
	.cover figcaption {top: 100px;}
	.cover figcaption h2 {font-size: 18px;}
	.cover figcaption h3 {text-transform: none;}
	.cover figcaption p.link {display: inline-block;}
	.poll_content .percent {width: 15%;}
	.poll_content .bar {width: 85%;}
}

@media screen and (max-width: 768px) {
	.cover p.link {display: block;}
	.cover p.link:hover {background: #FFF;}
}

@media screen and (min-width: 768px) {
	.cover {height: 600px;}
	.cover figcaption {top: 230px;}
	.cover figcaption h2 {font-size: 40px;}
	.cover figcaption h3 {font-size: 22px; text-transform: uppercase;}
	.cover figcaption p.summary {font-size: 18px; max-width: 90%;}
	.cover figcaption p.summary span {line-height: 31px;}
	.cover figcaption p.category {font-size: 24px;}
	.cover .trame.active {background: url(../img/common/trame_dark.png);}
	.cover .container:hover h3 {display: none;}
	.poll_content .percent {width: 15%;}
	.poll_content .bar {width: 85%;}
	.sondage, .bloc_plus {min-height: 315px;}
	.main .b_video span {top: 90px; margin-left: -55px; font-size: 110px;}
	.main .b_video .info {padding: 20px 20px 10px 20px;}
}

@media screen and (min-width: 992px) {
	.cover {height: 695px;}
	.cover figcaption {top: 285px;}
}

@media screen and (min-width: 1200px) {
	.poll_content .percent {width: 10%;}
	.poll_content .bar {width: 90%;}
	.collectors .carousel-caption {right: 20%; padding-bottom: 30px;}
	.collectors .carousel-control span {width: 60px; height: 75px; line-height: 75px; margin-top: 90px;}
	.main .b_video span {top: 140px;}
}
