.row,
.clear {
  zoom: 1;
}
.row:before,
.clear:before,
.row:after,
.clear:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.row:after,
.clear:after {
  clear: both;
}
.device-content {
  position: relative;
  width: 1000px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.col {
  display: block;
  float: left;
}
.col img.scale-with-grid {
  max-width: 100%;
  height: auto;
  display: block;
}
.col_1 {
  width: 8.33333333%;
}
.col_2 {
  width: 16.66666667%;
}
.col_3 {
  width: 25%;
}
.col_4 {
  width: 33.33333333%;
}
.col_5 {
  width: 41.66666667%;
}
.col_6 {
  width: 50%;
}
.col_7 {
  width: 58.33333333%;
}
.col_8 {
  width: 66.66666667%;
}
.col_9 {
  width: 75%;
}
.col_10 {
  width: 83.33333333%;
}

.col_11 {
  width: 91.66666667%;
}
.col_12 {
  width: 100%;
}
.mt30{ margin-top: 30px; }
.mb60{ margin-bottom: 60px; }
/* -----
Typography, WebFonts
----- */
@font-face {
  font-family: "pathway";
  src: url('/bundles/sparkkcore/website/fonts/PathwayGothicOne-Regular.eot');
  src: url('/bundles/sparkkcore/website/fonts/PathwayGothicOne-Regular.eot?#iefix') format('embedded-opentype'),
  url('/bundles/sparkkcore/website/fonts/PathwayGothicOne-Regular.svg#Pathway Gothic One') format('svg'),
  url('/bundles/sparkkcore/website/fonts/PathwayGothicOne-Regular.woff') format('woff'),
  url('/bundles/sparkkcore/website/fonts/PathwayGothicOne-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'avenir';
  src: url('/bundles/sparkkcore/website/fonts/avenirltstd-light.eot');
  src: url('/bundles/sparkkcore/website/fonts/avenirltstd-light.eot') format('embedded-opentype'),
  url('/bundles/sparkkcore/website/fonts/avenirltstd-light.woff2') format('woff2'),
  url('/bundles/sparkkcore/website/fonts/avenirltstd-light.woff') format('woff'),
  url('/bundles/sparkkcore/website/fonts/avenirltstd-light.ttf') format('truetype'),
  url('/bundles/sparkkcore/website/fonts/avenirltstd-light.svg#AvenirLTStd35Light') format('svg');
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family:  'pathway';
  font-weight: normal;
  color: #242424;


  margin: 0;
}
h1{ font-size: 35px; }
h2 {

  font-family:arial; font-size:16px;  font-weight: bold;

  letter-spacing: -1px;
}
h3 {


  font-size: 1.0rem;
}
h4 {

  font-weight: bold;
  font-size: 0.9rem;
}
h5 {

  font-weight: bold;
  font-size: 0.8rem;
}
h6 {

  font-weight: bold;
  font-size: 0.7rem;
}

.select-css {
  display: inline-block;
  font-family: 'Roboto Slab', serif;
  font-size: 12px;
  color: #313030;
  padding: 7px 23px 7px 10px;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #d2d2d2;
  border-radius: 2px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url('/bundles/sparkkcore/images/arrow-down.png');
  background-repeat: no-repeat, repeat;
  background-position: right .5em top 50%, 0 0;
  background-size: .65em auto, 100%;
  margin-left: 5px;

}
.select-css::-ms-expand {
  display: none;
}
.select-css:hover {
  border-color: #888;
}
.select-css:focus {

  outline: none;
}
.select-css option {
  font-weight:normal;
}


#form_chronique label{
  font-size: 12px;
  margin-left: 20px;
  font-weight: bold;

}



/* -----
Basic Reset
----- */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a {
  text-decoration: none;
  color: none;
}
.transition{ -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;}
.transition_fast{ -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;}
.fleft{ float: left; }

.sep{height: 1px; background-color:#d0d0d0; margin-bottom:-1px; }

body{ background-image: url(/bundles/sparkkcore/images/bg2.jpg); background-position: top center; background-repeat: no-repeat; background-color: #181818 ; margin: 0;padding: 0;   }
html{font-family: 'Roboto Slab', serif; font-size: 14px; color:#313030}
.content{width: 1000px; margin: auto; position: relative;}
.content_shadow{ box-shadow: 0px 0px 43px rgba(0,0,0,0.3); width:1000px; margin: auto; position: relative; }
.img{ position: relative; }
.img img{ display: block }
img{ border:none; }
.content_full{  background-color: #f6f6f6; padding-bottom: 100px;  width:100%;  }

.subtitle{ text-align: center; text-transform:uppercase; margin-top: -10px; color:#b1b917!important;  }

/* -----
Mini header
----- */

.mini_header{ width::100%; height: 68px; background-color: #252525;  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.5); overflow: hidden; }
.mini_header_logo{ margin-top: 15px; float: left; margin-right: 10px; }
.mini_header_links{ float: right; border-right: 1px solid #1b1b1b; height: 68px; overflow: hidden; }
.mini_header_links a{ display: block; float: left;  padding: 22px 18px;; border-left: 1px solid #1b1b1b;    }
.mini_header_links a:hover{color:#ced35c!important; }
.mini_header_links svg{ width: 22px; height: 22px;}
.mini_header_links svg path{fill:#FFF;}
.mini_header_links a:hover svg path{fill:#ced35c; }


.mini_header a{ font-family: 'pathway'; font-size:20px; color:#fff; text-transform:uppercase;   }
.mini_header_links_account{ float: right;cursor: pointer;height: 68px;overflow: hidden; position: relative }
.mini_header_links_account:hover{ color:#bfd043;}
.mini_header_links_account a{ float:right; display: block; text-align:right;  }
.mini_header_links_account img{ float: right }
.mini_header_user_menu{ position: absolute; top:50px; width: 100% }
.mini_header_user_menu a{opacity: 0; text-transform: none; float: none; width: 100%; }
.mini_header_user_menu_1{ position: absolute; top: 15px; display: block}
.mini_header_user_menu_2{ position: absolute; top: 39px; display: block}

.mini_header_bup{ float:left; }
.mini_header_bup p{ margin: 0px; padding: 0px; }

.mini_header_1{ background-image: url(/bundles/sparkkcore/images/mini_header_1.png); background-repeat: no-repeat; background-repeat: no-repeat;
  height: 100%;width: 60px; background-position: center 21px; display: block; -webkit-transition: all 0s ease;-moz-transition: all 0s ease;-o-transition: all 0s ease;transition: all 0s ease; }
.mini_header_2{ background-image: url(/bundles/sparkkcore/images/mini_header_2.png); background-repeat: no-repeat; background-repeat: no-repeat;
  height: 100%;width: 60px; background-position: center 21px; display: block; -webkit-transition: all 0s ease;-moz-transition: all 0s ease;-o-transition: all 0s ease;transition: all 0s ease; }
.mini_header_3{ background-image: url(/bundles/sparkkcore/images/mini_header_3.png); background-repeat: no-repeat; background-repeat: no-repeat;
  height: 100%;width: 60px; background-position: center 21px; display: block; -webkit-transition: all 0s ease;-moz-transition: all 0s ease;-o-transition: all 0s ease;transition: all 0s ease; }
.mini_header_4{ background-image: url(/bundles/sparkkcore/images/mini_header_4.png); background-repeat: no-repeat; background-repeat: no-repeat;
  height: 100%;width: 60px; background-position: center 21px; display: block; -webkit-transition: all 0s ease;-moz-transition: all 0s ease;-o-transition: all 0s ease;transition: all 0s ease; }

.mini_header_1:hover{ background-position: center -52px; }
.mini_header_2:hover{ background-position: center -59px; }
.mini_header_3:hover{ background-position: center -59px; }
.mini_header_4:hover{ background-position: center -60px; }



.mini_header_links_account .mini_header_links_account_pseudo{ line-height: 19px; margin: 10px; margin-left: 20px;  font-family: 'pathway'; font-size:20px; color:#fff; text-transform:uppercase; float:right; display: block; text-align:right; }
.mini_header_links_account .mini_header_links_account_pseudo img {   float: right;margin-top: 4px;}
.header_bup{ text-align: center; margin: 30px 0px 60px 0px  }
.header_bup img{ }

.habillage{ position: absolute; top: 60px; left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  z-index: 0;
}



header{ height: 145px; background-color:#252525; }
.header_top{ background-color: #1a1a1a; padding: 17px 24px; background-image: url(/bundles/sparkkcore/images/header_top.jpg);background-position: center bottom; border-top:1px solid #272727; background-repeat: repeat-x; height:53px; overflow: hidden; position: relative;  }
.header_menu{   width: 1020px; margin-left: -10px; background-image: url(/bundles/sparkkcore/images/header_menu.png); height:103px; position: relative; padding: 0px 30px;margin-bottom: -10px;}
.header_menu_v2 .header_menu_btn a{ padding: 32px 17px; }
.header_logo{ position: absolute; top:50%; left: 50%;  margin-top: 5px;   transform: translate(-50%, -50%); z-index: 10; -webkit-transition: none;-moz-transition: none;-o-transition: none;transition: none; vertical-align: top;}
.header_menu .header_logo img{ width: 383px; }
.header_menu_btn{ position: absolute; width: 100%; z-index: 20 }
.header_menu_btn_space{ margin-left: 190px;}
.header_menu_btn a{ font-family: 'pathway'; font-size:20px; color:#fff; text-transform:uppercase; height:93px; display: block; overflow: hidden; position: relative ;float:left; padding: 32px 10px }
.header_menu_btn a span{ height:7px; bottom:-7px; position: absolute; width: 100%;  background-color: #ced35c; left:0px;}
.header_menu_btn a.current span{ bottom:0px;}
.header_menu_btn a:hover{ color:#ced35c!important;  }
.header_menu_btn a:hover span{ bottom:0px; }
.header_menu_btn a span{-webkit-transition: all 0.1s ease;-moz-transition: all 0.1s ease;-o-transition: all 0.1s ease;transition: all 0.1s ease; vertical-align: top;}

.header_menu.header_mini{         left: 51.5%;;  transform: translateX(-50%);  margin: 0;position: fixed; top: 0;width: 105%; background-size: cover;  background-color: #252525;  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.5); height: 58px; z-index: 1000 }
.header_menu.header_mini .header_logo{  margin-top: 36px;}
.header_menu .header_logo img.logo_mini{width: 136px;  }
.header_menu.header_mini .header_menu_btn a{ height: 58px; padding-top: 15px;  }
.home_webtv{  background-image: url(/bundles/sparkkcore/images/home_webtv_bg.jpg); background-color: #252525; height: 111px; background-repeat: repeat-x; position: relative; padding: 20px 0px; }
.home_webtv-overflow{   height: 100%; overflow: hidden;  position: absolute; top: 21px;  width: 1000px;;}
.home_webtv_arrow_l{ background-image:url(/bundles/sparkkcore/images/home_webtv_arrow_l.png); cursor: pointer; width: 29px; height: 34px; position: absolute;  left:-15px; top: 36px; z-index: 10}
.home_webtv_arrow_r{ background-image:url(/bundles/sparkkcore/images/home_webtv_arrow_r.png); cursor: pointer; width: 29px; height: 34px;  position: absolute; right: -15px;top: 36px; z-index: 10}


.home_webtv_article{ width: 355px; float: left; padding-left: 30px; height: 111px}
.home_webtv_article h3{font-family: 'pathway'; font-size:20px; color:#ced35c; text-transform:uppercase; margin-top: -5px; margin-bottom: 2px }
.home_webtv_article h2{font-family:arial; font-size:16px;  font-weight: bold; color:#e6e6e6; text-transform: none; line-height: 17px; width: 180px; float: left; letter-spacing: -0.5px;}
.home_webtv_article .play{ width: 45px; position: absolute; top: 15px; left: 47px; }

.home_chroniques{  width:460px;  padding:0px 0px 0px 18px; }
.home_chroniques a{ width:33.333%; display: inline-block; margin-bottom: 15px  }
.home_chroniques a h2{ color:#fff; font-size: 22px; font-family: 'pathway';letter-spacing: -1px;text-align:center; font-weight: normal; line-height: 23px; padding: 0px 10px;margin-bottom: 5px; margin-top: 5px }
.home_chroniques a h3{  padding:0px 10px; text-align: center; font-size: 12px; font-family: arial; letter-spacing: -0.5px; text-transform: uppercase; font-weight: bold; color: #FFF}
.home_chroniques a img{ max-width: 100%; display: block; }
.home_chroniques_title{    font-size: 12px; font-family: 'avenir'; text-transform: uppercase; letter-spacing: 5px; text-align: center;
  color: #FFF; margin-bottom: 20px; font-weight: bold}

.home_last{ background-color: #f6f6f6; }


.chronique_title{  font-size: 12px; font-family: 'avenir'; text-transform: uppercase; letter-spacing: 5px; text-align: center; margin-bottom: 20px; font-weight: bold }
.chronique_letter{  z-index: 10;  background-color:#252525;  width:1000px;   }
.chronique_letter span{font-size:20px;display: inline-block; padding: 10px 13.3px;  color:#FFF; cursor: pointer;     font-family: 'pathway';  text-transform: uppercase;   }
.chronique_letter .selected, .chronique_letter span:hover{  background-color: #ced35c; color:#000; }
.chronique_letter_mini{ position: fixed; top:58px; }
.chronique_letter_mini_top{ height: 43px; }



.chronique_bigletter{  display: inline-block; vertical-align: top; width:100px; font-size: 200px; line-height: 135px; color:#ced35c;   font-family: 'pathway'; font-weight: bold; text-transform: uppercase; }
.chronique_bigletter_con{  padding:20px;  }
.chronique_bigletter_list{display: inline-block; margin-left: 50px;  width:700px; vertical-align: top; -webkit-column-count:3;   -moz-column-count: 3; column-count: 3; /* Internet Explorer */}
.chronique_bigletter_list span{  display: block; cursor: pointer; }
.chronique_bigletter_list span:hover{  color: #ced35c;  font-weight:bold;  }


.list_small_article_img{ float: left; margin-right: 10px; margin-bottom:10px;position: relative  }
.list_small_article_img img{ width:138px; display: block  }
.list_time, a .list_time{ font-size: 10px; letter-spacing: 4px; font-family:arial;  text-transform: uppercase; vertical-align: middle; color:#1a1a1a;}
.article_con .list_time{ display: block; text-align: center;}
h3 .list_time{ margin-left: 10px}
.list_small_article_img_color{  background-image: url(/bundles/sparkkcore/images/home_webtv_img_color.png); background-position: 0px -35px;  position: absolute; top: 0px; left: 0px; bottom:0px; right: 0px; background-repeat: repeat-x;}
.list_article_nbcom{ display: none; background-image:url(/bundles/sparkkcore/images/com_bg.png); position: absolute; padding: 1px 6px 15px; background-position: bottom right; bottom:10px; right:10px; height: 28px; color:#1a1a1a; font-size: 14px; font-family: 'pathway'; line-height: 20px; }
.home_webtv-container{ width: 1080px;  position: absolute; z-index: 0; overflow: hidden }
.home_webtv_cache{ background-image:url(/bundles/sparkkcore/images/home_webtv_cache.png); height: 111px; width: 69px; position: absolute; right: 0px; top: 0px; z-index: 5 }
a.home_webtv_article:hover h2{color:#fff!important;}


.home_une .list_time, .home_webtv .list_time, .home_block_webtv_article .list_time{ color:#e6e6e6;}
.home_une{ background-image:url(/bundles/sparkkcore/images/home_une.jpg); background-repeat: repeat-x;; background-position: top; padding: 20px 20px 10px 20px; background-color:#1a1a1a;   }
.home_une-container{ width: 500px; overflow: hidden }
.home_une_article_img{ width: 500px; position: relative; margin-bottom:10px; height: 258px; }
.home_une_article_img img{ width: 100%; display: block }
.home_une_article_img_color{ background-image: url(/bundles/sparkkcore/images/home_une_article_color.png); background-position: 0px -75px; position: absolute;  top:0px;  left:0px; bottom: -1px;  right:0px; background-repeat: repeat-x;  } .home_une_article h3{font-family: 'pathway'; font-size: 27px;  letter-spacing: -2px; color:#ffffff; text-transform:uppercase; margin-top: -5px; margin-bottom: 2px;  }
.home_une_article h2{font-family:arial; font-size:30px;  font-weight: bold; color:#ffffff; text-transform: none;  letter-spacing: -1px; line-height: 30px; margin-bottom: 10px;}
a.home_une_article p{ position: relative; width: 500px; color:#a6a6a6; font-family: 'Roboto Slab', serif; font-size: 13px;  }
.home_une_article .list_article_nbcom{bottom:20px; right:20px;}
.home_une_puces{ width: 500px; text-align: center; margin-top: 15px}
.home_une_puce{ display: inline-block; width: 23px; height: 32px; cursor: pointer; background-image:url(/bundles/sparkkcore/images/home_une_puce.png); background-position: 0px -31px; }
.home_une_puce.current{  background-position: 0px 0px; }
.home_une_slide{ width: 500px; float: left; position: relative}
.home_une_slide_titre{ color: #fff;  font-family: 'avenir'; font-size: 35px;position: absolute; text-transform: uppercase;  top: 202px; z-index: 10; left:20px; }

.home_une_more{ float: left}
.home_une_more_article{ width: 133px ; margin-left:20px; display: block; float: left; }
.home_une_more_article h3{font-family: 'pathway'; font-size: 24px; letter-spacing: -1.5px; color:#fff; text-transform:uppercase; margin-top: -5px; margin-bottom: 5px }
.home_une_more_article h2{font-family:arial; font-size:16px;  font-weight: bold; color:#e6e6e6; text-transform: none; line-height: 19px;  letter-spacing: -0.5px; margin-top: 5px}
a.home_une_more_article p{ position: relative; color:#a6a6a6; font-family: 'Roboto Slab', serif; font-size: 13px; margin-top: 5px; display: block  }

.content_left{ width:660px; float: left; margin-bottom: 20px; }
.content_right{ width:340px; float: right; }
.content_left_50{ width:50%; float: left; margin-bottom: 20px; }
.content_right_50{ width:50%; float: right; }
.content_right_50 .list_article_con{ width: 243px; }
.content_right_50 .list_article_line p{ display: none; }
.content_right_50 .titre{ background-image: none; }
.content_sidebar{background-image:url(/bundles/sparkkcore/images/sidebar.jpg); background-repeat: repeat-y;; background-position: top right; min-height: 500px; background-color: #f6f6f6;}
.titre{ font-family: 'avenir';  padding:22px 0px 20px 40px; margin-left: -20px; font-size: 30px; letter-spacing: -1px; min-height: 79px; text-transform: uppercase; background-image:url(/bundles/sparkkcore/images/titre.png); background-position: top left; background-repeat: no-repeat; }


a h2,a p,a,.home_une_article_img_color, .list_small_article_img_color, .list_article_img_color{  -webkit-transition: all 0.2s ease;-moz-transition: all 0.2s ease;-o-transition: all 0.2s ease;transition: all 0.2s ease; vertical-align: top;}
a{ color:#a3aa33;}
a:hover h2{ color:#a3aa33!important; }
a.home_une_article:hover h2{ color:#fff!important; }
a:hover { color:#a3aa33!important;}
a:hover p{ opacity:0.7;}
a:hover .home_une_article_img_color,a:hover .list_small_article_img_color,a:hover .list_article_img_color { background-position: 0px 0px;}

.more{ font-family: 'pathway'; font-size: 30px;letter-spacing: -0.5px;  text-transform:uppercase;display: block; text-align: right; color:#313030; border-right:solid 20px #ced35c; padding-right: 15px}
.more:hover{ border-right:40px solid #ced35c; color:#ced35c;}


.list_article{ width: 306px; display: inline-block; margin-left: 20px; vertical-align: top;  margin-bottom: 20px;}
.list_article_img{ width: 100%; position: relative}
.list_article_img img{ width:100%; display: block;}
.list_article h3{font-family: 'pathway'; font-size: 24px; letter-spacing: -1.5px;  text-transform:uppercase; margin-top:3px; margin-bottom: 5px; color:#313030; }
.list_article h2{font-family:arial; font-size:20px;  font-weight: bold; text-transform: none; line-height: 21px;  letter-spacing: -0.5px; margin-top: 5px; color:#242323;}
.list_article p{  color:#555555; font-family: 'Roboto Slab', serif; font-size: 13px; margin-top: 5px; display: block  }

.list_article_line{  display: inline-block; margin-left: 20px; vertical-align: top;  margin-bottom: 10px;}
.list_article_line .list_article_img{ width:150px; float: left;  margin-right: 15px; }
.list_equipe_line .list_article_img{ width: 80px; }
.list_article_line h3{font-family: 'pathway'; font-size: 21px; letter-spacing: -1.5px;  text-transform:uppercase; margin-top:-3px; margin-bottom: 0px; color:#313030; }
.list_article_line h2{font-family:arial; font-size:18px;  font-weight: bold; text-transform: none; line-height: 20px;  letter-spacing: -1px; margin-top: 0px; color:#242323;}
.list_article_line p{  color:#555555; font-family: 'Roboto Slab', serif; font-size: 13px; margin-top: 5px; display: block  }
.list_article_con{ float: left; width: 383px;}


.top-filters {display: block; position: relative; background: #f6f6f6; padding: 20px; text-align: right; border-bottom:1px solid #e0e0e0; }
.top-filters .label {font: 11px arial; color: #a6a6a6; text-transform: uppercase; float: left; letter-spacing: 5px; margin-top: 14px;}
.top-filters .select {position: relative; display: inline-block; width: 165px; height: 36px; background: #fff; border: 1px solid #d2d2d2; padding: 7px 10px; text-align: left; cursor: pointer; -webkit-border-radius: 2px; border-radius: 2px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; margin-left: 10px;}
.top-filters .select .icon {float: right; display: inline-block; }
.top-filters .select .icon .arrow path {fill: #000; }
.top-filters .select .icon .arrow {width: 15px; height: 10px; margin-top: 4px; }
.top-filters .select.on .content {display: block; }
.top-filters .select .content {display: none; position: absolute; top: 34px; right: 0; left: -1px; width: 165px; height: auto; background: #fff; border: 1px solid #d2d2d2; padding: 5px 0; z-index: 2; }
.top-filters .select .content a {display: block;  color: #1f1f1f; padding: 10px 10px 5px; -webkit-transition: color .8s cubic-bezier(0.19,1,.22,1); transition: color .8s cubic-bezier(0.19,1,.22,1); }


.home_block_webtv{ background-color:#1a1a1a; margin-top: 20px; padding-bottom: 30px }
.home_block_webtv .titre{ color:#fff;}
.home_block_webtv .titre .more{ color:#ced35c; border:none; font-size: 20px; float: right;  margin-top: 5px; border-right:0px solid #ced35c;}
.home_block_webtv .titre .more:hover{ border-right:20px solid #ced35c; }
.home_block_webtv_con{ padding-left: 20px; padding-right: 20px}
.home_block_webtv_article{ width: 300px; display: inline-block; margin-top: 20px; margin-left: 20px; vertical-align: top;}
.home_block_webtv_article_top_con{ position: absolute; bottom:0px; width: 100%; padding: 20px; }
.home_block_webtv_article_top_con .list_time{ color:#fff;}
.home_block_webtv_article_top  .list_article_nbcom{bottom:20px; right:20px;}

.home_block_webtv_article_top_con h2{ color:#252525; font-size:30px; line-height: 29px; margin-top: 5px; letter-spacing: -1.5px; width: 430px; }
a.home_block_webtv_article_top:hover h2{color:#fff!important;}
.home_block_webtv_article_top_con h3{ font-family: 'pathway'; font-size: 30px; letter-spacing: -0.5px; color:#fff; text-transform:uppercase; }
.home_block_webtv_article_top{ width: 100px; }
.home_block_webtv_article_top_con h2{ -webkit-transition: all 0s ease; -moz-transition: all 0s ease; -o-transition: all 0s ease; transition: all 0s ease; }

.webtv_hub{margin:0px;}
.webtv_hub .home_block_webtv_con{ padding: 20px 0px 20px 0px; margin:0px; }
.webtv_hub .home_block_webtv_article_top{  display: inline-block; margin-left: 20px; width: 470px;  }
.webtv_hub .home_block_webtv_article_top .play{ width: 85px;position: absolute;top: 55px;left: 190px;}
.webtv_hub .home_block_webtv_article_top .list_article_nbcom{ top:20px; }
.webtv_hub .home_block_webtv_article{ width: 307px; }
.webtv_menu{ background-color: #f6f6f6; }
.webtv_menu a{ display: block; float: left;  height:86px; min-width:86px; border-right:1px solid #e0e0e0; padding:30px 30px; color:#181818; font-family: 'pathway'; font-size: 25px; text-transform: uppercase; position: relative;   }
.webtv_menu a span{ position: absolute;bottom: 0px; height: 0px;  width: 100%;  background-color: #ced35c; left:0px; display: block; -webkit-transition: all 0.1s ease; -moz-transition: all 0.1s ease; -o-transition: all 0.1s ease; transition: all 0.1s ease; }
.webtv_menu a.current span{  height: 9px;}
.webtv_menu a:hover span{  height: 9px;}
.webtv_ss_menu{  background-color:#e0e0e0; text-align: center   }
.webtv_ss_menu a{ color:#181818; text-transform: uppercase; padding:15px 10px; text-transform: uppercase; display: inline-block; font-family: arial;  }
.webtv_ss_menu a.current{ font-weight: bold; color:#a3aa33; }
.webtv_menu img{ height:73px;position:absolute;top:7px;left:7px; }



.list_article_img_color{background-image:url(/bundles/sparkkcore/images/home_une_article_color.png); background-size: 100% 110%;    background-position: 0px -15px; position: absolute; top: 0px; left: 0px; bottom:0px; right: 0px;  }
..home_block_webtv_article_top .list_article_nbcom{top: 20px; right: 20px}
.home_block_webtv_article h3{font-family: 'pathway'; font-size:20px; color:#ced35c; text-transform:uppercase; margin-top: 10px; margin-bottom: 2px }
.home_block_webtv_article h2{font-family:arial; font-size:22px;  font-weight: bold; color:#e6e6e6; text-transform: none; line-height: 22px; letter-spacing: -0.5px; margin-top: 5px;}
.home_block_webtv_article_top .play{ width: auto; position: absolute; top: 85px; left: 260px;}
.home_block_webtv_article .play{ left: 116px;position: absolute;top: 52px;width: 57px;}
.titre .more{ color:#242323; border:none; font-size: 20px; float: right;  margin-top: 5px; border-right:0px solid #ced35c;}
.titre .more:hover{ border-right:20px solid #ced35c; color:#ced35c; }
.home_block_webtv_con .load-more{ color:#fff; margin-top: 30px; }

.home_dossiers .home_une_more_article{width: 194px; margin-left: 19px; float: none; display: inline-block; vertical-align: top; margin-bottom: 20px;}
.home_dossiers .list_article_img{ width: 194px; }
.home_dossiers h2{font-family:arial; font-size:20px;  font-weight: bold; color:#242323; text-transform: none; line-height: 20px; letter-spacing: -0.5px; margin-top: 5px;}
.home_dossiers a.home_une_more_article  p{ color:#242323; }

.home_clip{padding-bottom: 40px; }
.home_clip .home_block_webtv_article{ width: 300px; display: inline-block; margin-bottom: 20px;  margin-top: 0px; margin-left: 20px; vertical-align: top;}
.home_clip .list_article_img_color{background-image:none; position: absolute; top: 0px; left: 0px; bottom:0px; right: 0px;  }
.home_clip .home_block_webtv_article h3{font-family: 'pathway'; font-size:20px; color:#252525; text-transform:uppercase; margin-top: 10px; margin-bottom: 2px; font-weight: normal }
.home_clip .home_block_webtv_article h2{font-family:arial; font-size:22px;  font-weight: bold; color:#252525; text-transform: none; line-height: 19px; letter-spacing: -0.5px; margin-top: 5px;}
.home_clip .home_block_webtv_article_top .play{ width: auto; position: absolute; top: 85px; left: 260px;}
.home_clip .home_block_webtv_article .play{ left: 116px;position: absolute;top: 52px;width: 57px;}
.home_clip .list_time{ color: #252525;display: block;font-size: 12px;letter-spacing: -0.5px;margin-bottom: 0px;margin-top:14px; font-weight: normal; }


.sidebar_bup{ padding: 20px; border-bottom: 1px solid #dadada; }
.sidebar_bup img{ display: block }
.sidebar_bup p{ margin:0px; padding:0px; }
.bup-medium{ text-align: center; margin-bottom: 20px; }
.bup-medium img{ margin: 0px; }
.bup-medium p{ margin: 0px;padding: 0px; }

.sidebar-random-title{  font-size: 12px; font-family: 'avenir'; text-transform: uppercase; letter-spacing: 5px; text-align: center;
   margin-bottom: 20px; font-weight: bold }
.sidebar-random .list_article{ margin:0px; }
.swiper-container_side{ overflow: hidden;  position: relative; padding-bottom: 30px; }
.swiper-pagination-bullet-active{ background-color: #a3aa33!important; }



.sidebar_block{ padding:20px; }
.sidebar_titre{ color:#313030; font-size: 23px; font-family:'avenir'; text-transform: uppercase; letter-spacing: -1px; }
.sidebar_agenda_con{ margin-top: 20px;}
.sidebar_agenda_jour{width: 31px; display: inline-block; text-align: center; vertical-align: top; margin-right: 5px; margin-left: -5px  }
.sidebar_agenda_jour_j{ font-size: 16px; font-family: 'pathway'; letter-spacing: -0.5px; line-height: 9px; text-transform: uppercase;}
.sidebar_agenda_jour_m{ font-size: 21px; font-family: 'pathway';letter-spacing: -1px; text-transform: uppercase; line-height: 26px; margin-top: -3px}
.sidebar_agenda_matchs{ border-left:3px solid #d0d842; padding-left:12px; width:260px; display: inline-block; vertical-align: top;   }
.sidebar_agenda_match{ font-family:arial; font-size:15px;  font-weight: bold; color:#242323; text-transform: none; line-height: 15px; margin-bottom:15px; display: block;}
.sidebar_agenda_match span{color: #252525;display: block;font-size: 11px; font-weight:normal;letter-spacing: -0.5px;text-transform: uppercase; line-height: 16px;}

.sidebar_podcast { position: relative; border-bottom: 1px solid #dadada; }
.sidebar_podcast a h2{ margin-top: 12px;font-size: 22px;line-height: 24px; margin-bottom:5px; }
.sidebar_podcast .list_article_nbcom{ right: 20px; }

.sidebar_chronique{ border-bottom: 1px solid #dadada; }
.sidebar_chronique .sidebar_titre{ margin-bottom: 15px;}
.sidebar_chronique a{width:149px; display: inline-block; margin-bottom: 15px  }
.sidebar_chronique a h2{ font-size: 25px; font-family: 'pathway';letter-spacing: -1px;text-align:center; font-weight: normal; line-height: 23px; padding: 0px 10px;margin-bottom: 5px; margin-top: 5px }
.sidebar_chronique a h3{ text-align: center; font-size: 13px; font-family: arial; letter-spacing: -0.5px; text-transform: uppercase; font-weight: bold; color: #999}
.sidebar_chronique a img{ max-width: 100%; display: block;}

.sidebar_fb .sidebar_fb_con{ background-color: #fff; }
.sidebar_interviews{ display: block; position: relative;   }
.sidebar_interviews img{display:  block;}
.sidebar_interviews_mask{ background-repeat:repeat-x; background-image:url(/bundles/sparkkcore/images/mask_black.png); position: absolute; left: 0px; top: 0px; right: 0px; bottom: 0px; width: 100%; height: 100%;-webkit-transition: all 0.2s ease;-moz-transition: all 0.2s ease;-o-transition: all 0.2s ease;transition: all 0.2s ease;   }
.sidebar_interviews_mask:hover{ background-position: 0px -20px; }
.sidebar_interviews_mask_con{ position: absolute; bottom: 0px; width: 100%; padding:20px;  }
.sidebar_interviews_mask h2{ font:  arial ; font-weight: bold; color:#fff; letter-spacing: -1.5px;  font-size: 34px; line-height: 29px;  margin-bottom: 2px; text-shadow:1px 1px 10px rgba(0,0,0,0.4); }
.sidebar_interviews_mask h3{  letter-spacing: 0px;  color:#fff; font-size: 15px; font-family: 'avenir'; letter-spacing: -1px;}
.sidebar_interviews:hover h2{ color: #ced35c!important; }

.sidebar_links img{ display: block; width: 100%;  }

footer{ background-color: #252525; }
footer .mini_header_links{ }
.footer_con{ width: 880px; margin: auto;  padding-top:40px; padding-bottom:40px;  }
.footer_top{ border-bottom:1px solid #1b1b1b;  }
.footer_con .footer_menu{ float: left; margin-left: 40px }
.footer_con .footer_menu a{ font-size: 13px; font-family: arial; letter-spacing: 0px; color:#fff; display: block; line-height: 21px; font-weight: bold}
.footer_logo{ float: left;  }
.footer_titre{ color:#fff; font-size: 20px; font-family: 'avenir'; text-transform: uppercase; letter-spacing: -1px;  margin-bottom: 10px }



.title{font-family: 'avenir';  padding:29px 20px 20px 29px;  font-size: 30px; letter-spacing: -1px; text-transform: uppercase;  color:#fff; background-image: url(/bundles/sparkkcore/images/home_webtv_bg.jpg); background-color: #252525; height: 87px; background-repeat: repeat-x; position: relative;}
.return{color:#242225; position: absolute; right: 0px; top: 0px; padding: 31px;background-color:#ced35c; font-family: 'pathway';font-size: 19px;letter-spacing: -1px;text-transform: uppercase; height: 100%; display: block  }
.return:hover{ color:#fff!important; background-color:#333; }

.article_con{ width: 840px;  margin: -160px auto 0px auto;  background-color: #f6f6f6;  position: relative;      padding: 70px 100px; line-height: 27px; }
.article_con a{ color:#b1b917!important; }
.article_con h1{ line-height:33px;font-family: arial; font-size: 40px; color:#313030; text-align: center; letter-spacing: -1.8px; font-weight: bold; width:545px; margin: 20px auto  }
.article_con .list_article_nbcom{ top: 20px; right:20px }
.article_auteur{  float: right;  width: 110px;  padding-top: 0px;  margin-left: 60px;  padding-left: 25px;  padding-bottom: 20px;  margin-bottom: 20px;  border-left: 1px solid #dadada;  }
.article_auteur p{ margin: 0px; padding: 0px; font-size: 11px; font-family: arial; line-height: 18px;margin-top: 10px; text-align: left; }
.article_text{   text-align: justify;}
.article_text img,.article_text iframe{ max-width: 100%; }
.article_text img[style],.article_text iframe[style]{ height: auto!important }
.article_text iframe{ }
.article_text h3{ font-size: 25px; }
.article_auteur_titre{font-size: 22px;font-family: 'pathway';letter-spacing: -1px;text-align: left;font-weight: normal;line-height: 18px;margin-bottom: 5px; text-transform: uppercase}

.article_head{ height:518px;  overflow: hidden; }
.article_head_con{ position:absolute; width:100%; top:40%; transform:translate(-50%, -50%);  left:50%; }
.article_head img{  position:absolute; width:100%; top:50%; left: 50%; transform: translate(-50%,-50%);  }

.article_head h1{line-height: 33px; font-family: arial; font-size: 40px; color: #fff; text-align: center; letter-spacing: -1.8px; font-weight: bold; display: block;  padding: 0px 50px; margin: auto; }
.article_head .list_time{  color:#fff; text-align: center; width: 100%; margin-top: 20px;  display: block;  }
.article_head .list_article_nbcom{ bottom: 30px; right: 40px  }
.article_head iframe{ width:100%; height: 345px; }
.article_con_Dossier, .article_con_Clips, .article_con_Podcast{ margin-top: 0px; }
.article_con_Podcast .article_text{ width: 100%; }

.article_con_Clips h2{ text-transform: uppercase; font-weight: normal; font-size: 12px; }
.article_con_Clips h1{ text-align: left; font-size: 25px; margin:5px 0px 5px 0px; line-height: 23px;  }

.article_con_Webtv{ background-color: #1a1a1a; margin:0px; width: 100%; color:#fff; }
.article_con_Webtv iframe{ width: 100%; margin-top: 10px; height: 440px; }
.article_con_Webtv .list_time{ color:#fff; }
.article_con_Webtv h2{ font-family: 'pathway'; font-size: 30px; color: #ced35c; text-transform: uppercase; margin-top: 10px; margin-bottom:0px; text-align: center; font-weight: normal }
.article_con_Webtv h1{ color:#fff;  font-size: 30px; margin-top: 10px; }
.article_con_Webtv .article_text{ background-color: #1a1a1a; padding: 0px 20px; }
.webtv_tags .titre{ margin-bottom: -20px;  }


.galerie{ margin-bottom: 30px; }
.galerie_titre{ font-family: 'avenir'; margin: 29px 20px 15px 0px;font-size: 30px;letter-spacing: -1px;text-transform: uppercase;position: relative; color:#313030;}
.fancybox{ border: 5px solid #fff; box-shadow: 1px 1px 5px rgba(0,0,0,0.3);  display: block; float: left; margin-right: 10px   }
.fancybox:hover{ opacity:0.6; }
.fancybox img{ display: block; height: 85px; }

.share-zone{ background-color: #efefef; padding: 25px 40px }
.share-zone_titre{ font-size: 20px; color:#1a1a1a;font-family: 'pathway';letter-spacing: -1px; text-transform: uppercase ; line-height: 18px; margin-right: 20px}

.article-tags{margin-top: 15px;}
.article-tags a{ margin-bottom: 6px; display: block; float: left; background-color:#ced35c; font-size: 15px; color:#1a1a1a;font-family: 'pathway';letter-spacing: -0.5px; text-transform: uppercase ; padding: 3px 7px; margin-right: 5px; }
.article-tags a:hover{ background-color: #d9d9d9; color:#1a1a1a!important;}

.article_bup{ padding:20px; border-top:1px solid #d2d2d2; border-bottom:1px solid #d2d2d2;  }
.article_bup p{ margin: 0px; padding: 0px; }
.article_bup img{display: block;}

.chronique_con{ background-color: #FFF; position: relative  }
.chronique_head{ width: 500px; float: left;  padding:15px 25px 0px 25px; background-color: #fff;min-height: 290px; position: relative }
.chronique_head_col_r, .chronique_head_col_l{  width:50%; display: inline-block; vertical-align: top;  }
.chronique_con .img{ float: left; width: 300px; position: relative;  }
.chronique_con .img h4{position: absolute;left: 20px; color:#ced35c; font-size: 35px; bottom: 20px; letter-spacing: -1px; font-weight: normal;  }
.chronique_con .img .list_article_nbcom { right: 20px; bottom: 20px; }
.chronique_con .img img{ width:100%; display: block }
.chronique .article_con{ margin: -37px auto 0px auto; }
.chronique_con h1{ font-size: 40px; font-family: 'pathway'; letter-spacing: -1.8px; margin-bottom: 15px; margin-top: 4px; line-height: 34px; margin-left:-3px;  }
.chronique_con h2{ text-transform: uppercase;font-size: 16px; margin-top: 0px; margin-bottom: 20px;  }
.chronique_con .chronique_label{font-size: 10px; font-family: arial; letter-spacing: 3px; color:#a6a6a6; display: block; text-transform: uppercase; margin-top: 15px; }
.chronique_con .chronique_detail{ font-size: 18px; font-family: 'pathway'; letter-spacing: -0.5px;display: block;}


.chronique_note{position: absolute;  right: 62px;  text-align: left;  height: 70%;  top: 80px;  width: 20%;  line-height: 25px;  font-size: 26px;  font-family: 'pathway';  letter-spacing: -0.5px;  text-transform: uppercase;  display: block;   }
.chronique_note span{ display: inline-block; vertical-align: middle; font-size: 50px;  letter-spacing: -2px; margin-top: 15px;}
.chronique_note div{ position: absolute; top:50%; left:50%; transform: translate(-50%,-50%); width: 100%;  }
.chronique_note font{  color:#ced35c; }
.chronique_mask{ position: absolute; top: 0px; right:0px; bottom: 0px; left: 0px; width: 100%; height: 100%; background-image: url(/bundles/sparkkcore/images/chronique_mask.png); background-position: bottom; background-repeat: repeat-x; }



.list_chronique{ display: inline-block; width: 193px; margin-bottom: 20px; margin-left: 20px;   }
.list_chronique h2{ font-family: 'pathway'; letter-spacing: -1px; font-size: 25px; font-weight: normal }
.list_chronique h3{ font-family: arial; text-transform: uppercase; font-size: 12px; margin-top: 3px; font-weight: bold; }
.list_chronique img{ display: block; width: 100%; }
.list_chronique_img { position: relative }
.list_chronique_img h4{ position: absolute;left: 10px; color:#ced35c; font-size: 23px; bottom: 10px; letter-spacing: -1px; font-weight: normal;  }

.list_chronique_v2{ width: 176px;}

/* Agenda --------------------------*/

.agenda-select{ border-bottom:1px solid #e0e0e0 ; }
.agenda-select .action-button {width: 120px; height: 60px; background: #ced35c; padding: 14px 52px; cursor: pointer; -webkit-transition: background .5s cubic-bezier(0.19,1,.22,1); transition: background .5s cubic-bezier(0.19,1,.22,1); }
.agenda_title{ text-align: center; font-family: 'pathway'; letter-spacing: -1px; font-size: 30px; text-transform: uppercase; margin-top: 10px;   }
.agenda-select .action-button.prev {float: left; text-align: right; }
.agenda-select .action-button.next {float: right; text-align: left; }
.agenda-select .action-button .arrow path {fill: #252525; -webkit-transition: fill .7s cubic-bezier(0.19,1,.22,1); transition: fill .7s cubic-bezier(0.19,1,.22,1); }
a.agenda_top{ margin: 0px; background-color:#252525; color:#fff; width: 100%; border-top:1px solid #000; display: block  }
.agenda_top .sidebar_agenda_jour_j,.agenda_list .sidebar_agenda_jour_j{ font-size: 20px; font-family: 'pathway'; letter-spacing: -0.5px; line-height:22px; text-transform: uppercase;}
.agenda_top .sidebar_agenda_jour_m, .agenda_list .sidebar_agenda_jour_m{ font-size: 30px; font-family: 'pathway';letter-spacing: -1px; text-transform: uppercase; line-height: 26px; margin-top: -3px}
.more_ask_agenda{ color:#ced35c; float: right; border-right:0px solid #ced35c; font-size: 25px;  }
.agenda_top h1{ display: inline-block;vertical-align: top; color:#fff; text-align: left; width: 419px; margin-top:0px;font-size: 23px; margin-left:20px; margin-bottom: 5px; margin-top: 3px; }
.agenda_top h1 span{ display: block; font-size: 28px;line-height: 26px; }
.agenda_top .location{ float: right; }
a.agenda_top:hover, a.agenda_top:hover h1{ color:#ced35c!important;}
.agenda_top img{ margin-left: 20px; margin-top: 3px; width: 130px; }
.agenda_region{ font-size: 25px; font-family: 'pathway';letter-spacing: -1px; text-align: right; background-color:#ced35c; padding:10px; margin-bottom: 15px;    }

.agenda_list{ padding: 15px; }
.agenda_list .sidebar_agenda_jour{ width: 50px; }
span.sidebar_agenda_title, .sidebar_agenda_match span.sidebar_agenda_title{ font-size: 16px; margin-bottom: 2px; color:#313030; }
.sidebar_agenda_match span{ color: #777 }
a.sidebar_agenda_match:hover .sidebar_agenda_title{ color:#a3aa33; }
.agenda_list .sidebar_agenda_match{ border-bottom:1px solid #e0e0e0; padding-bottom: 10px; width: 550px; }
.agenda_list .sidebar_agenda_match img{ float: left; width: 75px; margin-right: 10px; }
.agenda_list span.sidebar_agenda_title{ font-size: 20px; line-height: 20px; }
.agenda_list{  }


.agenda_unique_top{ padding: 35px 30px 25px 30px ; position: relative }
.agenda_unique_top .list_article_nbcom{ top: 30px; right: 30px; }
.agenda_unique_groupes{ display: inline-block; width: 450px; margin-left: 30px; color:#a6a6a6; font-family: 'pathway'; font-size: 18px; text-transform: uppercase; letter-spacing: -1px; margin-top: -3px; }
.agenda_unique_groupes span{ display: block; font-size: 30px; font-family: arial; font-weight: bold; color:#242424; text-transform: none; letter-spacing: -1.5px; margin-bottom: -2px; }
.agenda_unique_groupes div{ margin-bottom: 10px; }
.agenda_unique_groupes h1{ font-size: 130px; }
.agenda_unique_top .sidebar_agenda_jour_j{ font-size: 25px; font-family: 'pathway'; letter-spacing: -0.5px; line-height:22px; text-transform: uppercase;}
.agenda_unique_top .sidebar_agenda_jour_m{ font-size: 40px; font-family: 'pathway';letter-spacing: -1px; text-transform: uppercase; line-height: 38px; margin-top: -3px}
.agenda_unique_top .sidebar_agenda_jour{ margin-left: 0px; }

.agenda_unique_lieu{ padding: 20px 30px; border-top:1px solid #dadada; border-bottom:1px solid #dadada; text-transform: uppercase; font-family: arial; font-size:13px; font-weight: bold   }
.agenda_unique_lieu span{ float: right }
.agenda_unique_lieu font{ color:#a6a6a6; }
.agenda_unique_details{ padding: 30px; }
.agenda_unique_details_l{ width: 200px; display: inline-block; vertical-align: top}
.agenda_unique_details_l img{ max-width: 100%; cursor: pointer }
.agenda_unique_details_l .fancybox{ width: 100%; padding: 0px; border:none; margin-bottom: 10px; }
.agenda_unique_details_l .fancybox img{ height:auto; }
.agenda_unique_details_r { display: inline-block; vertical-align: top ;margin-left: 30px; width: 370px;  }
.agenda_unique_details_r .list_time{ display: block; color:#a6a6a6;   }


/* User --------------------------*/

input[type=email], input[type=password], input[type=text] {width: 100%;height: 50px;max-width: 450px;background: #fff;font-family: 'Roboto Slab', serif;font-size: 15px;color: #2c2c2c;padding: 15px 20px;border: 1px solid #d2d2d2;-webkit-border-radius: 2px;border-radius: 2px;margin-bottom: 20px;}
.account-component {padding: 0 100px;}
.account-component input[type=submit]{ float: none; margin-top: 30px; }
.account-component h2 {display: block;font: 25px 'avenir';color: #1f1f1f;text-transform: uppercase;padding-top: 40px;margin: 0 0 5px!important;}
.account-component a{ color:#a3aa33; }
.account-component textarea{  width: 100%;height: 200px;max-width: 450px;background: #fff;font-family: 'Roboto Slab', serif;font-size: 15px;color: #2c2c2c;padding: 15px 20px;border: 1px solid #d2d2d2;-webkit-border-radius: 2px;border-radius: 2px;margin-bottom: 20px;}
.image-actions {display: block; }
.image-actions .fileinput-button input {width: 100%;position: absolute;top: 0;right: 0;bottom: 0;left: 0;}
.fileinput-button input {position: absolute;top: 0;right: 0;margin: 0;opacity: 0;-ms-filter: 'alpha(opacity=0)';font-size: 200px;direction: ltr;cursor: pointer;}
.image-actions .fileinput-button {display: block; position: relative; width: 100%; color: #1f1f1f; text-transform: uppercase; -webkit-transition: color .7s cubic-bezier(0.19,1,.22,1); transition: color .7s cubic-bezier(0.19,1,.22,1); height: 20px; overflow: hidden;}
input[type=submit] { padding:5px 10px;font-family: 'pathway';letter-spacing: -1px; color:#000; font-size: 25px; text-transform: uppercase; text-align: right; background: 0 0; border: 0; cursor: pointer; margin:0px 0px 30px 0px; float: right; background-color: #ced35c; }
.flash-success{ padding: 20px; background-color: #9bd440; color:#fff; color:#fff; }

.popup {display: none; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 900; }
.popup.block {display: block; }
.popup .popup-content {color:#fff; opacity: 0; position: fixed; top: 0; right: 0; bottom: 0; left: 0; margin: auto; width: 425px; height: auto; background: #212121; -webkit-box-shadow: 0 0 20px rgba(0,0,0,.8); box-shadow: 0 0 20px rgba(0,0,0,.8); z-index: 2; -webkit-transform: translate3d(0,-100%,0) scale3d(0.8,.8,.8); transform: translate3d(0,-100%,0) scale3d(0.8,.8,.8); -webkit-transition: all 1s cubic-bezier(0.19,1,.22,1),opacity .4s cubic-bezier(0.19,1,.22,1); transition: all 1s cubic-bezier(0.19,1,.22,1),opacity .4s cubic-bezier(0.19,1,.22,1); }
.popup .popup-content .content {padding: 30px; }
.popup.visible .popup-content {opacity: 1;-webkit-transform: translate3d(0,0,0) scale3d(1,1,1) rotate3d(0,1,0,0deg);transform: translate3d(0,0,0) scale3d(1,1,1) rotate3d(0,1,0,0deg);}
.popup .popup-mask, .search-mask  {opacity: 0; position: fixed; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,.7); cursor: pointer; z-index: 1; -webkit-transition: opacity 1.2s cubic-bezier(0.19,1,.22,1); transition: opacity 1.2s cubic-bezier(0.19,1,.22,1); }
.search-mask{ visibility: hidden; z-index: 50; }
.popup .popup-content .content input[type=text] {width: 100%;}
.popup .popup-content .popup-close path {fill: #fff;-webkit-transition: fill .4s cubic-bezier(0.19,1,.22,1);transition: fill .4s cubic-bezier(0.19,1,.22,1);}
.popup-close{ float: right; }
.popup .title{ background-image: none; border-bottom:1px solid #000; font-family: 'pathway'; padding-right: 30px; }
.popup .content{ width:100%; }
.popup .popup-content .action-buttons .popup-button.valid {color: #fff;background: #ec7067;border-bottom: 3px solid #e6453a;margin-right: 0;}
.popup.visible .popup-mask {opacity: 1; }
.facebook-connect {position: relative; display: block; font: 28px 'pathway'; color: #fff; background: #5973a2; width: 100%; text-transform: uppercase; text-align: center; padding: 10px 20px 11px 19px;}
.facebook-connect .facebook-icon path {fill: #fff; }
.facebook-connect .facebook-icon {position: absolute; left: 0; top: 0; margin: 3px 0 0 10px; } .facebook-connect span {margin-left: 20px; }



.sign-up {position: absolute; top: 0; right: 0; left: 0; width: 100%; height: auto;  padding-top: 300px; padding-bottom: 200px;color: #fff; }
.sign-up .header_logo{ top: -187px; margin-left: -191px; }
.sign-up input {display: block; margin: auto auto 20px; }
.sign-up h2 {display: block; font: 30px 'pathway';; color: #fff; text-transform: uppercase; text-align: center; padding-top: 40px; margin-bottom: 20px; }
.sign-up .legend {display: block; font: 11px ; color: #fff; text-align: center; margin: 15px auto 25px; }
.sign-up .facebook-connect{max-width: 345px; margin-left: auto; margin-right: auto;}
.sign-up .sign-up-button {float: none;margin-top: 30px;text-align: center;}
.sign-up input[type=submit] { padding: 10px 15px; }
.sign-up input[type=checkbox] {display: inline-block;margin: 0;}
.sign-up .checkbox {max-width: 590px;margin: 10px auto 50px; text-align: center;}

.container-crop{height:450px;}
.cropSubmit{ display: block; width: 100%; padding: 10px; background-color:#ced35c; color: #000; text-align: center; text-transform: uppercase; font-family: arial; cursor: pointer }

.contact textarea {width: 100%; height: auto; min-height: 600px; resize: none; color: #2c2c2c; padding: 20px; -webkit-border-radius: 2px; border-radius: 2px; margin-bottom: 20px; border: 1px solid #d2d2d2; font-size: 15px }


.page_left { padding: 30px 0px 30px 30px; width: 160px; display: inline-block; vertical-align: top }
.page_left a{ font-weight: bold }
.page_right{ width: 490px; display: inline-block; vertical-align: top; padding: 30px; text-align: justify;}
.page_right h1{ text-align: left; }



.search-content {display: none; position: absolute; background: #f6f6f6; /*width: 1000px;*/ height: auto; margin: -80px 0 0 -25px; z-index: 50; left: 25px;
  top: 134px; }
.search-content .close {position: absolute; top: 0; right: 0; font: 25px Solano; color: #fff; text-transform: uppercase; margin: -35px 0 0; cursor: pointer; -webkit-transition: color .7s cubic-bezier(0.19,1,.22,1); transition: color .7s cubic-bezier(0.19,1,.22,1); }
.search-content .content {display: block; position: relative;  min-height: 140px; }
.search-input {font-size: 20px;  border: 0;  padding: 10px 10px; width:270px; margin: 30px; background-color: #fff; -moz-box-shadow:inset 0px 1px 3px rgba(0,0,0,0.4); -webkit-box-shadow:inset 0px 1px 3px rgba(0,0,0,0.4); box-shadow:inset 0px 1px 3px rgba(0,0,0,0.4); border-radius:3px; color:#313030; font-family: 'Roboto Slab', serif; font-size: 15px;  }
.search-input:focus {outline: 0; }
.search_open{ position: absolute; top:-54px;  }
#search-results{ border-top:1px solid #d7d7d7; }
.search-news, .search-chroniques{ width: 49%; border-right:1px solid #d7d7d7; padding-top: 30px; padding-bottom: 20px; padding-left:10px; display: inline-block; vertical-align: top; }
.search-chroniques{ padding-left:30px; }
.search-chroniques a{ width: 130px; }

.search-news .sidebar_titre{ padding-left: 20px; padding-bottom: 15px;  }
.search-news .list_article_con {float: left;width: 173px;}
.search-news .list_article_img{ width:100px; }
.search-news .list_article_img img { width: 100px;  }
.search-news .list_article_line h2 {font-family: arial;font-size: 16px;font-weight: bold;text-transform: none;line-height: 18px;letter-spacing: -1px;margin-top: 0px;color: #242323;}



.search-events { display: inline-block; width: 33%; vertical-align: top; padding-left: 30px; padding-top: 30px;   }
.search-events.sidebar_events a{ width: 146px; }

.search_load {position: absolute;left: 320px;top: 34px; opacity:0;}
.search_noresult{ padding: 30px; font-size: 20px; text-align: center; }
/* comment form */
form.commentNew:before,form.commentNew:after{content:'\0020';display:block;overflow:hidden;visibility:hidden;width:0;height:0}
form.commentNew:after{clear:both}
h2.nbComments{font-size:25px;font-weight:600;text-transform:uppercase;margin-bottom:20px}

#comments form{padding:0 0 0 0; width: 100%}
#comments textarea{font-size:15px;border:1px solid #ccc;padding:10px 15px; height: 100px; font-family: 'Roboto Slab', serif;}


/* comment layout */
#comments{
  padding: 0px 40px 40px 40px;
  float: left;
  width: 100%;}
#comments-count span{  color:#c9d543; }
.comment-item{margin-bottom:30px; float: left;  width:504px; border-left: 2px solid #cbd540; padding-left: 20px}
#comments-container{ margin-top: 20px;}
.commentHeader{margin-bottom:2px; line-height:15px;}
.comment-author{display:block; font-size: 20px; color:#1a1a1a;font-family: 'pathway';letter-spacing: -1px; text-transform: uppercase ; line-height: 18px; }

.comment-date{margin-top:5px;display:block;font-size: 10px; letter-spacing: 4px; font-family:arial;  text-transform: uppercase; vertical-align: middle; color:#8d8d8d; }
.comment-actions{float:left;padding-left:30px; text-transform: uppercase; line-height:15px;float:right; }
.comment-actions a{font-size: 17px;}

.commentBody{color:#2f2f31;font-size:13px;font-family: 'Roboto Slab', serif;}

.comment_sep{ background-color: #e6e6e6; height: 1px; margin-bottom: 20px; }

.comment_content .commentNew{ margin-top: 20px; }
.comment_content .comment-user-pic{ display: none; }
.comment_content .comment-item{ border: none; }
.comment_content .comment_content{width:463px; }
.comment_content .sep{ display: none; }
.comment_content .row:first-child{ margin-top: 30px; }


.commentLevel.child .comment_content{padding-left:20px}

.comment-user-pic{ float: left; width:76px;   }

/* comment button */
.not-logged-comment{ color:#313030;font-family: 'pathway';letter-spacing: -0px; text-transform: uppercase; font-size: 25px; font-weight: normal; }
.not-logged-comment a{ color:#bfd043!important; }

a.commentAnswer span{color:#313030;font-family: 'pathway';letter-spacing: -1px; text-transform: uppercase; float: right; margin-top: 10px; font-size: 18px;   }
a.commentDelete{color:#cc4d4d;margin-left:5px;}
a.commentEdit{color:#1aaf5e;   }
a.commentUndo{font-size:12px;color:#222;}
a.commentSubmit{display:block; font-size: 20px; color:#1a1a1a;font-family: 'pathway';letter-spacing: -1px; text-transform: uppercase ; line-height: 18px; float: right; background-color: #ced35c; padding: 7px 20px; margin-top: 5px; font-weight: normal }
a.commentSubmit:hover{background-color:#d9d9d9;  color:#1a1a1a!important;}
.characters-count-container{font-size:12px;color:#777; text-transform: uppercase;padding: 0 5px;font-weight: 600}
.characters-allowed-container{font-size:12px;color:#9e9e9e; text-transform: uppercase;padding: 0 5px;}
.alert-comment{ color: #cc4d4d; font-size:12px; padding-left:20px;text-decoration: underline;}


.cropper-container {
  position: relative;
  overflow: hidden;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.cropper-container img {
  width: 100%;
  height: 100%;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: none !important;
  max-height: none !important;
}

.cropper-modal,
.cropper-canvas {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.cropper-canvas {
  background-color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
}

.cropper-modal {
  background-color: #000;
  opacity: .5;
  filter: alpha(opacity=50);
}

.cropper-dragger {
  position: absolute;
  top: 10%;
  left: 10%;
  width: 80%;
  height: 80%;
}

.cropper-viewer {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline-width: 1px;
  outline-style: solid;
  outline-color: #2eb398;
}

.cropper-dashed {
  position: absolute;
  display: block;
  border: 0 dashed #fff;
  opacity: .5;
  filter: alpha(opacity=50);
}

.cropper-dashed.dashed-h {
  top: 33.3%;
  left: 0;
  width: 100%;
  height: 33.3%;
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.cropper-dashed.dashed-v {
  top: 0;
  left: 33.3%;
  width: 33.3%;
  height: 100%;
  border-right-width: 1px;
  border-left-width: 1px;
}

.cropper-face,
.cropper-line,
.cropper-point {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  opacity: .1;
  filter: alpha(opacity=10);
}

.cropper-face {
  top: 0;
  left: 0;
  cursor: move;
  background-color: #fff;
}

.cropper-line {
  background-color: #2eb398;
}

.cropper-line.line-e {
  top: 0;
  right: -3px;
  width: 5px;
  cursor: e-resize;
}

.cropper-line.line-n {
  top: -3px;
  left: 0;
  height: 5px;
  cursor: n-resize;
}

.cropper-line.line-w {
  top: 0;
  left: -3px;
  width: 5px;
  cursor: w-resize;
}

.cropper-line.line-s {
  bottom: -3px;
  left: 0;
  height: 5px;
  cursor: s-resize;
}

.cropper-point {
  width: 5px;
  height: 5px;
  background-color: #2eb398;
  opacity: .75;
  filter: alpha(opacity=75);
}

.cropper-point.point-e {
  top: 50%;
  right: -3px;
  margin-top: -3px;
  cursor: e-resize;
}

.cropper-point.point-n {
  top: -3px;
  left: 50%;
  margin-left: -3px;
  cursor: n-resize;
}

.cropper-point.point-w {
  top: 50%;
  left: -3px;
  margin-top: -3px;
  cursor: w-resize;
}

.cropper-point.point-s {
  bottom: -3px;
  left: 50%;
  margin-left: -3px;
  cursor: s-resize;
}

.cropper-point.point-ne {
  top: -3px;
  right: -3px;
  cursor: ne-resize;
}

.cropper-point.point-nw {
  top: -3px;
  left: -3px;
  cursor: nw-resize;
}

.cropper-point.point-sw {
  bottom: -3px;
  left: -3px;
  cursor: sw-resize;
}

.cropper-point.point-se {
  right: -3px;
  bottom: -3px;
  width: 20px;
  height: 20px;
  cursor: se-resize;
  opacity: 1;
  filter: alpha(opacity=100);
}

.cropper-point.point-se:before {
  position: absolute;
  right: -50%;
  bottom: -50%;
  display: block;
  width: 200%;
  height: 200%;
  content: " ";
  background-color: #2eb398;
  opacity: 0;
  filter: alpha(opacity=0);
}

@media (min-width: 768px) {
  .cropper-point.point-se {
    width: 5px;
    height: 5px;
  }
}

@media (min-width: 992px) {
  .cropper-point.point-se {
    width: 5px;
    height: 5px;
  }
}

@media (min-width: 1200px) {
  .cropper-point.point-se {
    width: 5px;
    height: 5px;
    opacity: .75;
    filter: alpha(opacity=75);
  }
}

/* Helper classes for JavaScript */

.cropper-hidden {
  display: none !important;
}

.cropper-invisible {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: auto !important;
  max-width: none !important;
  height: auto !important;
  max-height: none !important;
  opacity: 0;
  filter: alpha(opacity=0);
}

.cropper-move {
  cursor: move;
}

.cropper-crop {
  cursor: crosshair;
}

.cropper-disabled .cropper-canvas,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed;
}
/*
 * Swiper 2.6.1
 * Mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/sliders/swiper/
 *
 * Copyright 2010-2014, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under GPL & MIT
 *
 * Released on: May 6, 2014
*/
.swiper-container {
  margin:0 auto;
  position:relative;
  overflow:hidden;
  -webkit-backface-visibility:hidden;
  -moz-backface-visibility:hidden;
  -ms-backface-visibility:hidden;
  -o-backface-visibility:hidden;
  backface-visibility:hidden;
  /* Fix of Webkit flickering */
  z-index:1;
}
.swiper-wrapper {
  position:relative;
  width:100%;
  -webkit-transition-property:-webkit-transform, left, top;
  -webkit-transition-duration:0s;
  -webkit-transform:translate3d(0px,0,0);
  -webkit-transition-timing-function:ease;

  -moz-transition-property:-moz-transform, left, top;
  -moz-transition-duration:0s;
  -moz-transform:translate3d(0px,0,0);
  -moz-transition-timing-function:ease;

  -o-transition-property:-o-transform, left, top;
  -o-transition-duration:0s;
  -o-transform:translate3d(0px,0,0);
  -o-transition-timing-function:ease;
  -o-transform:translate(0px,0px);

  -ms-transition-property:-ms-transform, left, top;
  -ms-transition-duration:0s;
  -ms-transform:translate3d(0px,0,0);
  -ms-transition-timing-function:ease;

  transition-property:transform, left, top;
  transition-duration:0s;
  transform:translate3d(0px,0,0);
  transition-timing-function:ease;

  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  float: left;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}

/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
.swiper-container {
  /* Specify Swiper's Size: */

  /*width:200px;
  height: 100px;*/
}
.swiper-slide {
  /* Specify Slides's Size: */

  /*width: 100%;
  height: 100%;*/
}
.swiper-slide-active {
  /* Specific active slide styling: */

}
.swiper-slide-visible {
  /* Specific visible slide styling: */

}
/* ===============================================================
Pagination Styles
================================================================*/
.swiper-pagination-switch {
  /* Stylize pagination button: */

}
.swiper-active-switch {
  /* Specific active button style: */

}
.swiper-visible-switch {
  /* Specific visible button style: */

}


.swiper-container, .swiper-slide {
  width: 800px;
  height: auto;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url('/bundles/sparkkcore/vendors/fancybox/source/fancybox_sprite.png');
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('/bundles/sparkkcore/vendors/fancybox/source/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('/bundles/sparkkcore/vendors/fancybox/source/blank.gif'); /* helps IE */
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('/bundles/sparkkcore/vendors/fancybox/source/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent; /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5){

  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('/bundles/sparkkcore/vendors/fancybox/source/fancybox_sprite@2x.png');
    background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
  }

  #fancybox-loading div {
    background-image: url('/bundles/sparkkcore/vendors/fancybox/source/fancybox_loading@2x.gif');
    background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
  }
}

.comment{
  padding:0px 30px 0px 25px;
}
/* comment form */
form.commentNew:before,form.commentNew:after{content:'\0020';display:block;overflow:hidden;visibility:hidden;width:0;height:0}
form.commentNew:after{clear:both}
h2.nbComments{font-size:25px;font-weight:600;text-transform:uppercase;margin-bottom:20px}

#comments form{padding:0 0 0 0; width: 100%}
#comments textarea{font-size:15px;border:1px solid #ccc;padding:10px 15px; height: 100px; font-family: 'Roboto Slab', serif;}


/* comment layout */
#comments{
padding: 0px 40px 40px 40px;
float: left;
width: 100%;}
#comments-count span{  color:#c9d543; }
.comment-item{margin-bottom:30px; float: left;  width:504px; border-left: 2px solid #cbd540; padding-left: 20px}
#comments-container{ margin-top: 20px;}
.commentHeader{margin-bottom:2px; line-height:15px;}
.comment-author{display:block; font-size: 20px; color:#1a1a1a;font-family: 'pathway';letter-spacing: -1px; text-transform: uppercase ; line-height: 18px; }

.comment-date{margin-top:5px;display:block;font-size: 10px; letter-spacing: 4px; font-family:arial;  text-transform: uppercase; vertical-align: middle; color:#8d8d8d; }
.comment-actions{float:left;padding-left:30px; text-transform: uppercase; line-height:15px;float:right; }
.comment-actions a{font-size: 17px;}

.commentBody{color:#2f2f31;font-size:13px;font-family: 'Roboto Slab', serif;}

.comment_sep{ background-color: #e6e6e6; height: 1px; margin-bottom: 20px; }
 
.comment_content .commentNew{ margin-top: 20px; }
.comment_content .comment-user-pic{ display: none; }
.comment_content .comment-item{ border: none; }
.comment_content .comment_content{width:463px; }
.comment_content .sep{ display: none; }
.comment_content .row:first-child{ margin-top: 30px; }


.commentLevel.child .comment_content{padding-left:20px}

.comment-user-pic{ float: left; width:76px;   }

/* comment button */
.not-logged-comment{ color:#313030;font-family: 'pathway';letter-spacing: -0px; text-transform: uppercase; font-size: 25px; font-weight: normal; }
.not-logged-comment a{ color:#bfd043!important; }

a.commentAnswer span{color:#313030;font-family: 'pathway';letter-spacing: -1px; text-transform: uppercase; float: right; margin-top: 10px; font-size: 18px;   }
a.commentDelete{color:#cc4d4d;margin-left:5px;}
a.commentEdit{color:#1aaf5e;   }
a.commentUndo{font-size:12px;color:#222;}
a.commentSubmit{display:block; font-size: 20px; color:#1a1a1a;font-family: 'pathway';letter-spacing: -1px; text-transform: uppercase ; line-height: 18px; float: right; background-color: #cdd440; padding: 7px 20px; margin-top: 5px; font-weight: normal }
a.commentSubmit:hover{background-color:#d9d9d9;  color:#1a1a1a!important;}
.characters-count-container{font-size:12px;color:#777; text-transform: uppercase;padding: 0 5px;font-weight: 600}
.characters-allowed-container{font-size:12px;color:#9e9e9e; text-transform: uppercase;padding: 0 5px;}
.alert-comment{ color: #cc4d4d; font-size:12px; padding-left:20px;text-decoration: underline;}


.cropper-container {
  position: relative;
  overflow: hidden;

  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;

  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.cropper-container img {
  width: 100%;
  height: 100%;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: none !important;
  max-height: none !important;
}

.cropper-modal,
.cropper-canvas {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.cropper-canvas {
  background-color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
}

.cropper-modal {
  background-color: #000;
  opacity: .5;
  filter: alpha(opacity=50);
}

.cropper-dragger {
  position: absolute;
  top: 10%;
  left: 10%;
  width: 80%;
  height: 80%;
}

.cropper-viewer {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline-width: 1px;
  outline-style: solid;
  outline-color: #2eb398;
}

.cropper-dashed {
  position: absolute;
  display: block;
  border: 0 dashed #fff;
  opacity: .5;
  filter: alpha(opacity=50);
}

.cropper-dashed.dashed-h {
  top: 33.3%;
  left: 0;
  width: 100%;
  height: 33.3%;
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.cropper-dashed.dashed-v {
  top: 0;
  left: 33.3%;
  width: 33.3%;
  height: 100%;
  border-right-width: 1px;
  border-left-width: 1px;
}

.cropper-face,
.cropper-line,
.cropper-point {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  opacity: .1;
  filter: alpha(opacity=10);
}

.cropper-face {
  top: 0;
  left: 0;
  cursor: move;
  background-color: #fff;
}

.cropper-line {
  background-color: #2eb398;
}

.cropper-line.line-e {
  top: 0;
  right: -3px;
  width: 5px;
  cursor: e-resize;
}

.cropper-line.line-n {
  top: -3px;
  left: 0;
  height: 5px;
  cursor: n-resize;
}

.cropper-line.line-w {
  top: 0;
  left: -3px;
  width: 5px;
  cursor: w-resize;
}

.cropper-line.line-s {
  bottom: -3px;
  left: 0;
  height: 5px;
  cursor: s-resize;
}

.cropper-point {
  width: 5px;
  height: 5px;
  background-color: #2eb398;
  opacity: .75;
  filter: alpha(opacity=75);
}

.cropper-point.point-e {
  top: 50%;
  right: -3px;
  margin-top: -3px;
  cursor: e-resize;
}

.cropper-point.point-n {
  top: -3px;
  left: 50%;
  margin-left: -3px;
  cursor: n-resize;
}

.cropper-point.point-w {
  top: 50%;
  left: -3px;
  margin-top: -3px;
  cursor: w-resize;
}

.cropper-point.point-s {
  bottom: -3px;
  left: 50%;
  margin-left: -3px;
  cursor: s-resize;
}

.cropper-point.point-ne {
  top: -3px;
  right: -3px;
  cursor: ne-resize;
}

.cropper-point.point-nw {
  top: -3px;
  left: -3px;
  cursor: nw-resize;
}

.cropper-point.point-sw {
  bottom: -3px;
  left: -3px;
  cursor: sw-resize;
}

.cropper-point.point-se {
  right: -3px;
  bottom: -3px;
  width: 20px;
  height: 20px;
  cursor: se-resize;
  opacity: 1;
  filter: alpha(opacity=100);
}

.cropper-point.point-se:before {
  position: absolute;
  right: -50%;
  bottom: -50%;
  display: block;
  width: 200%;
  height: 200%;
  content: " ";
  background-color: #2eb398;
  opacity: 0;
  filter: alpha(opacity=0);
}

@media (min-width: 768px) {
  .cropper-point.point-se {
    width: 5px;
    height: 5px;
  }
}

@media (min-width: 992px) {
  .cropper-point.point-se {
    width: 5px;
    height: 5px;
  }
}

@media (min-width: 1200px) {
  .cropper-point.point-se {
    width: 5px;
    height: 5px;
    opacity: .75;
    filter: alpha(opacity=75);
  }
}

/* Helper classes for JavaScript */

.cropper-hidden {
  display: none !important;
}

.cropper-invisible {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: auto !important;
  max-width: none !important;
  height: auto !important;
  max-height: none !important;
  opacity: 0;
  filter: alpha(opacity=0);
}

.cropper-move {
  cursor: move;
}

.cropper-crop {
  cursor: crosshair;
}

.cropper-disabled .cropper-canvas,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/bundles/sparkkcore/vendors/fancybox/source/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/bundles/sparkkcore/vendors/fancybox/source/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/bundles/sparkkcore/vendors/fancybox/source/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/bundles/sparkkcore/vendors/fancybox/source/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/bundles/sparkkcore/vendors/fancybox/source/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/bundles/sparkkcore/vendors/fancybox/source/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
.menu_mobile{
    position: fixed;
    width: 100%;
    height: 100%;
    background-image: url('/bundles/sparkkcore/images/bg2.jpg');
    background-position: top center;
    z-index: 9990;
    text-align: center;
    transform: translateY(-100%);
    top: 0;


}
.menu_mobile:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    left: 0px;
    top:0px;
    opacity: 0.65;
}
.menu_mobile a{
    font-family: 'pathway';
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    display: block;
    padding: 8px;
}
.menu_mobile_con{
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}
.menu_mobile_con svg{ width:22px; height: 22px; }
.menu_mobile_con svg path{ fill: #fff;}
.menu_mobile .mobile_social a{
    display: inline-block;
    margin: 20px 10px;
}
.search_mobile{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #f6f6f6;
    z-index: 9980;
    text-align: center;
    transform: translateY(-100%);

}
.search_mobile .search-content{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    bottom: 0px;
    overflow-y: auto;
    overflow-x: hidden;
    padding:20px ;
}
.search_mobile .search-input{
    width: 100%;
    background-color: transparent;
    box-shadow: none;
    padding: 20px 20px 20px 0px;
    border-bottom: 3px solid #d7d7d7;
    font-size: 25px;
    border-radius:0px;
    margin: 0px;
}

.search_mobile .search-news, .search_mobile .search-chroniques{
    border: none;
    padding-left: 0px;
}
.search_mobile .search-news{
    text-align: left;
}
.search_mobile .search-news .sidebar_titre{
    padding-left: 0px;
}
.search_mobile .list_article_line{
    padding-left: 0px;
    margin-left: 0px;
}
.search_mobile  .list_article_line .list_article_img{
    width: auto;
}


.header_mobile {
    position: fixed;
    top: 0px;
    height: 60px;
    left: 0px;
    background-image: url('/bundles/sparkkcore/images/header_menu.png');
    width: 100%;
    background-position: top center;
    background-size: 1000px ;
    z-index: 15;
    z-index: 10000;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.5);
    display: none;
}

.header_mobile .logo{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 13px;
    transform: translate(-50%, -50%);
}
.header_mobile .logo img{
    width: 134px;
}
.header_mobile .icon-menu{
    width: 30px;
    position: absolute;
    left:20px;
    top:15px;
}
.header_mobile .icon-menu rect, .header_mobile .icon-search path{
    fill: #fff;
}
.header_mobile .icon-search{
    position: absolute;
    right:20px;
    top:15px;
    width: 25px;
}

.mobile_filter_plus{
    display: none;
}
#form_chronique .row{ display: inline-block }


.home_chroniques_title{
    opacity: 1;
}






@media (max-width: 1000px) {

    .chronique_bigletter_list{ -webkit-column-count:1;   -moz-column-count: 1; column-count: 1; }
    body{ overflow-x: hidden; }
    .header_mobile {display: block;}
    header, .mini_header{display: none;}
    .content, .content_shadow{ width: 100% }
    .home_une-container{width:100%}
    .home_une_slide{ width: 50%; }
    .home_une_puces, .home_chroniques{ width: 100% }
    .home_une_more{ width: 50% }
    .list_article{width: 30%}
    .content_left{ width: 60% }
    .content_right{ width: 40% }
    .content_right .list_article{ width: 100% }
    .list_article_line{ width: 100% }
    .content_left_50 .list_article_line, .content_right_50 .list_article_line{ width: 43% }
    .list_article_line .list_article_img{ width: 35%; }
    .list_article_line .list_article_con{ width: 55%; }
    .content_left_50, .content_right_50{ width: 100% }
    .content_sidebar{ background: none; background-color:#f6f6f6  }
    .chronique_note{ right: 21px; text-align: right; }
    .article_con{ width: 100%; padding: 40px 50px; }
    .article_con h1{ max-width: 545px; width: 80%; }
    .article_head{height: 51vw;}
    .home_block_webtv_article { width: 30.5%; }
    .device-content{ max-width: 100% }
    article iframe{ max-width: 100% }
    .webtv_hub .home_block_webtv_article_top{ width: 47%; }
    .webtv_hub .home_block_webtv_article {width: 30.5%;}
    .article_con_Webtv iframe{ height: 470px; }
    .home_une_article_img, a.home_une_article p{ width: 100%}
    .search_mobile .search-content{display: block;}
    .home_une_article_img{ height: auto; }
    .home_une_slide_titre{ display: none;}
    .home_webtv-overflow{ width: 100% }
    .footer_con{ width: 100% }

}

@media (max-width: 768px){

    .article_con_Webtv iframe {height: 240px;}
    .home_webtv{ height: 94px; }
    .home_webtv .list_small_article_img_color{ display: none; }
    .home_webtv_article .play{ display: none; }
    .home_webtv .list_small_article_img img{ width: 108px; }
    .home_webtv_article h2{ font-size: 14px; }
    .header_mobile{ height:50px; }
    .header_mobile .icon-menu { width: 25px; position: absolute; left: 18px; top: 12px;}
    .header_mobile .icon-search {position: absolute;right: 16px;top: 14px;width: 22px;}
    .header_bup {text-align: center;margin: 30px 0px 50px 0px;}
    .header_mobile .logo img {width: 120px;}
    .home_une_slide, .home_une_more{ width: 100%; }
    .home_une_slide{ padding: 0px 10px; }
    .home_une { padding: 15px 5px 10px 5px; }
    .home_chroniques{ padding:0px 2px ;margin: 10px  0px ; }
    .home_chroniques a{ padding: 0px 5px; }
    .titre{ font-size: 23px; padding: 0px 20px 20px 20px; min-height: auto; text-align: center; background: none; margin: 0px }
    .list_article{ width: 100%; margin-left: 0px; padding:0px 15px 15px 15px; margin-bottom: 10px; }
    .content_right{ display: none; }
    .content_left{ width: 100%; padding: 0 7.5px 15px 7.5px; margin-top: -30px }
     .list_article_line{ width: 50%; margin-left: 0px; padding: 0px 5px }
     .list_article_line .list_article_img{ width: 100%; margin-bottom: 5px }
     .list_article_line .list_article_con{ width: 100% }
     .list_article_line h2{ font-size: 15px;  line-height: 16px; margin-top: 3px}
     .list_article_line p{ font-size: 11px; }
    .footer_logo{ width: 100%; float: none; }
    .footer_con .footer_menu{ float: none; margin: 20px 0 0 0;     }
    .footer_con{  text-align: center; }
    .mini_header_links a{ float: none; display: inline-block }
    .mini_header_links{ width: 100%; float: none; text-align: center; }
    footer .mini_header_1{ border-left:none; }
    .search_mobile .search-content{ padding: 15px; }
    .search_mobile .search-input {-webkit-appearance: none; border-radius: 0px;width: 100%;background-color: transparent;box-shadow: none;padding: 16px 20px 14px 0px;border-bottom: 1px solid #d7d7d7;font-size: 18px;border-radius: 0px;margin: 0px;}
    .search-news{ width: 100% }
    .search-news .list_article_img img {width: 73px;}
    .search-news, .search-chroniques { padding-top: 20px;}
    .search-chroniques{ width: 100%; padding-top: 10px; }
    .search-chroniques a {width: 32.33%; padding-bottom: 30px}
    .title {font-family: 'avenir';padding: 15px 13px 12px 15px;font-size: 19px;height: auto;}
    .return { padding: 16px; }
    .article_con {margin: 0px auto 0px auto}
    .list_article_img_color {background:none;}
    .article_head h1 {font-size: 30px;padding: 0 30px 0 15px;color: #313030;text-align: left;margin-top: 15px;line-height: 30px;}
    .article_head .list_time {padding: 0px 15px;line-height: 147%;margin-top: 12px;opacity: 0.7; color: #313030; text-align: left}
    .article_con {padding: 10px 15px;}
    .article_con h1 {line-height: 28px;font-family: arial;font-size: 32px;color: #313030;text-align: left;letter-spacing: -1.5px;font-weight: bold;margin: 10px 0 20px 0px;}
    .article_head_con{ top: 50%;}
    .article_auteur {float: right;width: 97px;padding-top: 0px;margin-left: 18px;padding-left: 16px;padding-bottom: 20px;margin-bottom: 20px;border-left: 1px solid #dadada;}
    .article_head img {  position: relative; width: 100%; top: auto; left: auto; transform: none; }
    .list_article_img_color{ position: relative }
    .article_head_con {position: relative;  transform:none;left: auto;}
    .article_head {height: auto;}
    .article_text {text-align: justify;line-height: 163%;font-size: 13px;}
    .share-zone {background-color: #efefef;padding: 15px 15px;}

    /*.list_article_line .list_article_img {width: 23%;}*/
    /*.list_article_line .list_article_con {width: 63%;}*/
    .subtitle {text-align: left;text-transform: uppercase;margin-top: -10px;color: #b1b917!important;}
    .article_con .list_time {display: block;text-align: left;}
    #form_chronique{ display: block; text-align: left }
    #form_chronique span{ display: block; margin: 10px 0px; }
    .top-filters .label{ float: none; }
    .top-filters{ padding: 10px 15px; }
    .mobile_filters{ display: block; text-align: left; }
    .chronique_letter span {font-size: 16px; display: inline-block; padding: 8px 10.3px; }
    #form_chronique label{ margin-left: 0px;     padding-top: 8px;display: inline-block; }
    #form_chronique .select-css{ float: right }
    .mobile_filter_plus{ display: block; float: right; color: #a6a6a6 }
    .form_chronique_content{ max-height: 0px; overflow: hidden; }
    #form_chronique .row{ display: block }
    .chronique_letter{ background-color: #313131; width: 100%; overflow-y: auto; white-space: nowrap; }
    .chronique_letter_mini{ top: 50px; }
    .list_chronique{ margin: 0px;  }
    .list_chronique_v2{ width: 33.33%; padding:0px 4px 20px 4px; }
    .list_chronique_content{ padding: 0px 7.5px; }
    .list_chronique_content .list_time{ display: none; }
    .chronique_con .img{ float: none; width:100%;}
    .chronique_head {width: 100%;float: none;padding: 15px 15px 0px 15px; min-height: auto;}
    .chronique_note{height: auto; width: 100%; position: relative; top: auto; right:auto; left: auto; text-align: left; padding: 15px; background-color: #252525; margin-top: 10px; color: #fff;  }
    .chronique_note div{ position: relative; top: auto; left: auto; transform: none; }
    .chronique_note br{ display: inline }
    .chronique_note span{ position: absolute; right: 0px; top: 0px; }
    .menu_mobile a {font-size: 27px; padding: 6px;}
    .menu_mobile .mobile_social { margin-top: 0px; }
    .content_left_50 .list_article_line, .content_right_50 .list_article_line{width: 50%; margin-bottom: 20px;}
    .content_right_50{ padding: 0px 7px; }
    .content_right_50 .list_time{ display: none; }
    .fancybox img{ height: auto; width: 100%; }
    .fancybox{ width: 30%; margin-bottom:10px }
    .webtv_menu a{ float: none; display: inline-block; background-color: #f6f6f6;  height: 64px; min-width: 68px; padding: 17px;  font-size: 21px;}
    .webtv_menu {background-color: #f6f6f6;white-space: nowrap;}
    .webtv_menu_con{ overflow-x: auto; width: 100% }
    .webtv_hub .home_block_webtv_article{ width: 50% }
    .home_block_webtv_con .list_article_img_color {position: absolute;width: 100%;height: 100%;}
    .home_block_webtv_article .play {left: 50%;position: absolute;top: 50%;transform: translate(-50%, -50%);width: 57px;}
    .home_block_webtv_article{ margin-left: 0px; padding: 0px 5px; }
    .webtv_hub .home_block_webtv_con{ padding: 10px 5px; }
    .webtv_hub .home_block_webtv_article_top{ width: 100%; margin-left: 0px; margin-bottom: 10px; padding: 0px 5px; }
    .home_block_webtv_article h2 {font-family: arial;font-size: 17px;font-weight: bold;color: #e6e6e6;text-transform: none;line-height: 18px;letter-spacing: -0.5px;margin-top: 5px;}
    .home_block_webtv_con .list_article_img_color{ background-image: url(/bundles/sparkkcore/images/home_une_article_color.png);background-size: 100% 110%;background-position: 0px 0px;position: absolute;  }
    .home_block_webtv_article_top_con h2 {color: #252525;font-size: 23px;}
    .webtv_hub .home_block_webtv_article_top .play{ left: 50%;position: absolute;top: 40%;transform: translate(-50%, -50%); }
    .webtv_menu img { height: 50px; }
    .home_block_webtv_article{ width: 50%; }
    .home_block_webtv .titre{ padding-top: 30px;  }
    .home_block_webtv{ padding: 0px 5px 20px 5px;  }


    .sf-toolbar[style]{display: none!important;}
    .comment{
        padding:0px 15px 0px 15px;
    }
}

