body{ width: 100%; height: 100vh }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-top: 20px;
}

.video-container {  
    margin-top: 0px;
    margin-bottom: 10px;
} 

.reltd-sngl.bazinga img {
    float: left;
    width: 70%;
    margin-right: 0%;
    margin-left: 5%;
}
.question {
    background: none repeat scroll 0 0 #6FB80F;
    border: 1px solid #B9DB87;
    border-radius: 10px 10px 10px 10px;
    margin: 0 auto 15px;
    min-height: 445px;
    width: 100%;
}
.question h3 {
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 18px;
    padding: 0 0 0 20px;
    margin: 9px 0 0 0;
}
.response-well {
    float: right;
    height: 35px;
    margin-top: 3px;
    display:block;
}
.response-well ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.response-well ul li {
    background: url("../images/bg-li2.png") no-repeat scroll left top transparent;
    height: 31px;
    padding-left: 10px;
    float: left;
}
.question li {
    list-style-type: none;
}
.response-well ul li a {
    color: #FFFFFF;
    display: block;
    font-size: 18px;
    padding-right: 15px;
    font-weight: bold;
    margin-top: 4px;
}
.response-well ul li a:hover { text-decoration: none; }
.response-well img {
    float: left;
    margin-right: 8px;
    vertical-align: bottom;
    margin-top: -4px;
}
.wrap-info-question {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 0 auto;
    min-height: 363px;
    padding-bottom: 20px;
    width: 100%;
}
.info-question {
    margin: 0 auto;
    padding-left: 10px;
    padding-top: 20px;
}
li.info-question{ float: left; }

.in-question span.tt {
    background: none repeat scroll 0 0 #6FB80F;
    border-radius: 100% 100% 100% 100%;
    color: #FFFFFF;
    display: inline-block;
    float: left;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px;
    font-weight: bold;
}

.question_p {
    min-height: 35px;
    width: 100%;
}

.in-question p.nd-question {
    background: none repeat scroll 0 0 #6FB80F;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    font-size: 17px;
    line-height: 35px;
    margin-bottom: 14px;
    margin-left: 5px;
    margin-right: 15px;
    padding-right: 20px;
}
.in-question p {
    font-family: 'helveticaneueltstd-md';
    font-size: 18px;
    margin-bottom: 27px;
    padding-left: 65px;
    padding-right: 30px;
    color: #575757;
}

.in-question input[type=radio] {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 100% 100% 100% 100%;
    display: block;
    float: left;
    height: 24px;
    margin-left: 10px;
    margin-right: 20px;
    margin-top: 6px;
    width: 24px;
}

.start {
    display: block;
    margin: 10px auto 0px;
    width: 174px;
    margin-bottom: 5px;
}

@media only screen and (max-width: 400px){

    .question h3 {
        float: none;
        text-align: center;
        padding: 0 0 0 0;
    }
    .response-well{ float: none; }
    .response-well ul{ margin: 0 auto; width: 155px; height: 31px; padding-left: 12px; }
    .response-well ul li.first{ background-image: none; padding-left: 0}
}





.social-button{ text-align: center; }


/* ribbon style */

 .ribbon-wrapper {
	position: fixed;
        margin: 0 auto;
        top: 500px;
}
  .ribbon-front {
	background-color: #FFF;	
        height: 208px;
	width: 67px;
	position: relative;
	left:-15px;
	z-index: 2;
        
}

  .ribbon-front,
  .ribbon-back-left,
  .ribbon-back-right
{
	-moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
	-khtml-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
	-webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
	-o-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
}

  .ribbon-edge-topleft,
  .ribbon-edge-topright,
  .ribbon-edge-bottomleft,
  .ribbon-edge-bottomright {
	position: absolute;
	z-index: 1;
	border-style:solid;
	height:0px;
	width:0px;
}

  .ribbon-edge-topleft,
  .ribbon-edge-topright {
}

  .ribbon-edge-bottomleft,
  .ribbon-edge-bottomright {
	top: 40px;
}

  .ribbon-edge-topleft,
  .ribbon-edge-bottomleft {
	left: -15px;
	border-color: transparent #4E4E4E transparent transparent;
}

  .ribbon-edge-topleft {
	top: -10px;
	border-width: 10px 15px 0 0;
}
  .ribbon-edge-bottomleft {
	border-width: 0 15px 0px 0;
}

  .ribbon-edge-topright,
  .ribbon-edge-bottomright {
	left: 100px;
	border-color: transparent transparent transparent #4E4E4E;
}

  .ribbon-edge-topright {
	top: 0px;
	border-width: 0px 0 0 10px;
}
  .ribbon-edge-bottomright {
	border-width: 0 0 0px 10px;
}

  .ribbon-back-left {
	position: absolute;
	top: -10px;
	left: 0px;
	width: 0px;
	height: 40px;
		z-index: 0;
}

  .ribbon-back-right {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 0px;
	height: 40px;
		z-index: 0;
}


.b_fb, .b_twitter, .b_google{ padding: 0 15px; }
.b_fb{ padding: 4px 0 0 3px; }
.b_twitter{ padding: 0px 0 0 5px; }
.b_google{ padding: 4px 0 0 8px; }









.category-in-article.quotes{ background: #AD1819 }
.category-in-article.videos{ background: #AD1819 }
.category-in-article.gif, .category-in-article.gifs{ background: #AD1819 }
.category-in-article.quizzes{ background: #AD1819 }
.category-in-article.games{ background: #AD1819 }

.articl-data div.content-actu p{ float: none; }
.artcl-body h2, .artcl-body h5{ text-align: center }
.multi_gifs table{ width: 100% !important }
.multi_gifs table img{ margin: 0; width: 100% !important }

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; 
    height: 0; 
    overflow: hidden;
    clear: both;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fb-comments, .fb-comments iframe[style], .fb-like-box, .fb-like-box iframe[style] {width: 100% !important;}
.fb-comments span, .fb-comments iframe span[style], .fb-like-box span, .fb-like-box iframe span[style] {width: 100% !important;}

.suivezNous{ width: 100%; border: 5px solid #480105; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}

.fb-like-in-show{ text-align: center; background: #EEE; padding: 10px 0; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }

ul.pages-links{ padding: 0 0 0 0; }
ul.pages-links li{ list-style-type: disc; }

.textarea{ resize: none; }
.hm-sldr-caption a div{ color: #fff; }

.smedia div.fb-like { margin: 0 0 0 0; }
.smedia div.w100.blocky.facebook, .smedia div.w100.blocky.twitter, .smedia div.w100.blocky.googleplus{ margin: 0 0 0 0; padding: 10px 0px; }

input.cmnt-btn {
    float: left;
    margin-top: 15px;
    padding: 0px 29.5px;
    background: transparent;
    border: 1px solid #191919;
    line-height: 29px;
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
}

input{ color: #191919; }

ul.submenu{ margin: 0px; }
li.first:last-child{ margin-bottom: 15px; }
li.first{ display: block }
.ias-trigger ul:hover{ background: #000000; }
.ias-trigger ul li a{ color: #FFF; content: '\E766' }
.ias-trigger ul li a:hover{ text-decoration: none; }
.ias-trigger, .ias-spinner{ padding-bottom: 35px; }

.artcl-body h5 span.genre { margin-right: 0px; }

.hm-sldr-caption a h3, .sec-1-big-text h6 a{ color: #fff; }
.trend-sm a, .trend-2 a, .sec-1-big-text a, .boxcaption a, .boxcaption2 a, .hm-sldr-caption a{ text-decoration: none; }

.main-menu .container .row .col-lg-8{ padding-bottom: 0px; }
.sm-menu a { color: #FFF; }

.sharegoogle p, .sharetwitter p, .sharefacebook p {
    margin: 0;
    color: #fff;
}

.sharegoogle, .sharetwitter, .sharefacebook {
    cursor: pointer;
    position: relative;
    width: 231px;
    height: 38px;
    display: inline-block;
    float: right;
    border-radius: 2px;
    margin: 7px 10px 10px 0;
    padding: 6px 0 0 46px;
    color: #fff;
    font-family: 'Roboto',sans-serif;
    font-size: 13px;
}

.sharegoogle {
    border: 1px solid #b33b2b;
    background-image: -moz-linear-gradient(top,#db4935,#c1402f);
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#db4935),color-stop(1,#c1402f));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#db4935',endColorstr='#c1402f');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#db4935',endColorstr='#c1402f')";
    background-image: -webkit-gradient(linear,left top,left bottom,from(#db4935),to(#c1402f));
    background-image: -webkit-linear-gradient(top,#db4935,#c1402f);
    background-image: -moz-linear-gradient(top,#db4935,#c1402f);
    background-image: -ms-linear-gradient(top,#db4935,#c1402f);
    background-image: -o-linear-gradient(top,#db4935,#c1402f);
    background-image: linear-gradient(top,#db4935,#c1402f);
}

.sharetwitter {
    border: 1px solid #0080b3;
    background-image: -moz-linear-gradient(top,#00acee,#0091c9);
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#00acee),color-stop(1,#0091c9));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#00acee',endColorstr='#0091c9');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#00acee',endColorstr='#0091c9')";
    background-image: -webkit-gradient(linear,left top,left bottom,from(#00acee),to(#0091c9));
    background-image: -webkit-linear-gradient(top,#00acee,#0091c9);
    background-image: -moz-linear-gradient(top,#00acee,#0091c9);
    background-image: -ms-linear-gradient(top,#00acee,#0091c9);
    background-image: -o-linear-gradient(top,#00acee,#0091c9);
    background-image: linear-gradient(top,#00acee,#0091c9);
}

.sharefacebook {
    border: 1px solid #354e8c;
    
    background-image: -moz-linear-gradient(top,#4e6bb7,#3c579e);
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#4e6bb7),color-stop(1,#3c579e));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4e6bb7',endColorstr='#3c579e');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4e6bb7',endColorstr='#3c579e')";
    background-image: -webkit-gradient(linear,left top,left bottom,from(#4e6bb7),to(#3c579e));
    background-image: -webkit-linear-gradient(top,#4e6bb7,#3c579e);
    background-image: -moz-linear-gradient(top,#4e6bb7,#3c579e);
    background-image: -ms-linear-gradient(top,#4e6bb7,#3c579e);
    background-image: -o-linear-gradient(top,#4e6bb7,#3c579e);
    background-image: linear-gradient(top,#4e6bb7,#3c579e);
}

.icogoogle, .icotwitter, .icofacebook{}


.icogoogle {
    background: url(/images/theme/google-icon.png) no-repeat;
    height: 16px;
    width: 18px;
    display: block;
    position: absolute;
    top: 11px;
    left: 14px;
}

.icotwitter {
    background: url(/images/theme/twitter-icon.png) no-repeat;
    height: 15px;
    width: 18px;
    display: block;
    position: absolute;
    top: 11px;
    left: 14px;
}

.icofacebook {
    background: url(/images/theme/facebook-icon.png) no-repeat;
    height: 16px;
    width: 16px;
    display: block;
    position: absolute;
    top: 10px;
    left: 14px;
}

.sharegoogle:hover {
    background: #db4935;
}

.sharetwitter:hover {
    background: #00acee;
}

.sharefacebook:hover {
    background: #4e6bb7;
}

/* ----------------------------------------------------------------------------- */
/* -------------------------------- PUB ADSENSE -------------------------------- */
/* ----------------------------------------------------------------------------- */

.adSense-top-article{ padding: 20px 0 0 0; margin: 0 -18px; }
.adSense-bottom-article{  }
.adSense-header-article{ margin: 0 0 19px 0px; float: left; }
.box-after-adSense{ margin: 0 0 19px 10px; float: left; height: 90px;}

@media only screen and (min-width: 1200px){
    .box-after-adSense{ width: 16%; margin: 0 0px 19px 12px; }
    .adSense-header-article{ width: 82.9%; }
}

@media only screen and (min-width: 1000px) and (max-width: 1199px){
    .box-after-adSense{ display: none; }
    .adSense-header-article{ width: 100%; margin-left: 30px; }
}

@media only screen and (min-width: 768px) and (max-width: 999px){
    .box-after-adSense{ display: none; }
    .adSense-header-article{ width: 100%; margin-left: 0px; }
}

@media only screen and (max-width: 768px){
    .box-after-adSense{ display: none; }
    .adSense-header-article{ width: 100%; margin-left: 0px; }
}

/* ----------------------------------------------------------------------------- */
/* ------------------------------ BOUTONS PARTAGE ------------------------------ */
/* ----------------------------------------------------------------------------- */
.sharegoogle{ margin: 7px 5px 10px 0; }

@media only screen and (min-width: 1200px){}

@media only screen and (min-width: 1000px) and (max-width: 1199px){
    .sharegoogle, .sharetwitter, .sharefacebook { width: 185px; height: 38px; margin: 7px 10px 10px 0; padding: 6px 0 0 46px; font-size: 13px; }
    .articl-data .sharegoogle p, .articl-data .sharetwitter p, .articl-data .sharefacebook p { font-size: 13px; }
}

@media only screen and (min-width: 768px) and (max-width: 999px){
    .sharegoogle, .sharetwitter, .sharefacebook { width: 212px; height: 38px; margin: 7px 10px 10px 0; padding: 6px 0 0 46px; font-size: 13px; }
}

@media only screen and (max-width: 768px){
    .articl-data img{ height: auto; }
    .cat-ftr-cont-sngl h3 { font-size: 15px; }
}

@media only screen and (max-width: 767px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 213px; } }
@media only screen and (max-width: 759px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 212px; } }
@media only screen and (max-width: 756px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 211px; } }
@media only screen and (max-width: 753px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 210px; } }
@media only screen and (max-width: 750px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 209px; } }
@media only screen and (max-width: 747px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 208px; } }
@media only screen and (max-width: 744px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 207px; } }
@media only screen and (max-width: 741px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 206px; } }
@media only screen and (max-width: 738px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 205px; } }
@media only screen and (max-width: 735px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 204px; } }
@media only screen and (max-width: 732px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 203px; } }
@media only screen and (max-width: 729px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 202px; } }
@media only screen and (max-width: 726px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 201px; } }
@media only screen and (max-width: 723px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 200px; } }
@media only screen and (max-width: 720px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 199px; } }
@media only screen and (max-width: 717px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 198px; } }
@media only screen and (max-width: 714px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 197px; } }
@media only screen and (max-width: 711px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 196px; } }
@media only screen and (max-width: 708px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 195px; } }
@media only screen and (max-width: 705px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 194px; } }
@media only screen and (max-width: 702px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 193px; } }
@media only screen and (max-width: 699px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 192px; } }
@media only screen and (max-width: 696px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 191px; } }
@media only screen and (max-width: 693px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 190px; } }
@media only screen and (max-width: 690px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 189px; } }
@media only screen and (min-width: 690px) and (max-width: 767px){ .articl-data .sharegoogle p, .articl-data .sharetwitter p, .articl-data .sharefacebook p { font-size: 13px; } }

@media only screen and (max-width: 687px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 188px; } }
@media only screen and (max-width: 684px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 187px; } }
@media only screen and (max-width: 681px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 186px; } }
@media only screen and (max-width: 678px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 185px; } }
@media only screen and (max-width: 675px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 184px; } }
@media only screen and (max-width: 672px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 183px; } }
@media only screen and (max-width: 669px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 182px; } }
@media only screen and (max-width: 666px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 181px; } }
@media only screen and (max-width: 663px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 180px; } }
@media only screen and (max-width: 660px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 179px; } }
@media only screen and (max-width: 657px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 178px; } }
@media only screen and (max-width: 654px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 177px; } }
@media only screen and (max-width: 651px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 176px; } }
@media only screen and (max-width: 648px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 175px; } }
@media only screen and (max-width: 645px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 174px; } }
@media only screen and (max-width: 642px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 173px; } }

/* le padding d'un article passe de 0 25px a 0 5px... (-40px) on ajoute donc 13px a chaque bouton de partage */
@media only screen and (max-width: 640px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 186px; } }

@media only screen and (max-width: 639px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 185px; } }
@media only screen and (max-width: 636px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 184px; } }
@media only screen and (max-width: 633px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 183px; } }
@media only screen and (max-width: 630px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 181px; } }
@media only screen and (max-width: 627px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 181px; } }
@media only screen and (max-width: 624px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 180px; } }
@media only screen and (max-width: 621px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 179px; } }
@media only screen and (max-width: 618px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 178px; } }
@media only screen and (max-width: 615px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 177px; } }
@media only screen and (max-width: 612px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 176px; } }
@media only screen and (max-width: 609px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 175px; } }
@media only screen and (max-width: 606px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 174px; } }
@media only screen and (max-width: 603px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 173px; } }
@media only screen and (max-width: 600px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 172px; } }
@media only screen and (max-width: 597px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 171px; } }
@media only screen and (max-width: 594px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 170px; } }
@media only screen and (max-width: 591px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 169px; } }
@media only screen and (max-width: 588px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 168px; } }
@media only screen and (max-width: 585px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 167px; } }
@media only screen and (max-width: 582px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 166px; } }
@media only screen and (max-width: 579px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 165px; } }
@media only screen and (max-width: 576px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 164px; } }
@media only screen and (max-width: 573px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 163px; } }
@media only screen and (max-width: 570px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 162px; } }
@media only screen and (max-width: 567px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 161px; } }
@media only screen and (max-width: 564px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 160px; } }
@media only screen and (max-width: 561px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 159px; } }
@media only screen and (max-width: 558px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 158px; } }
@media only screen and (max-width: 555px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 157px; } }
@media only screen and (max-width: 552px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 156px; } }
@media only screen and (max-width: 549px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 155px; } }
@media only screen and (max-width: 546px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 154px; } }
@media only screen and (max-width: 543px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 153px; } }
@media only screen and (max-width: 540px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 152px; } }
@media only screen and (max-width: 537px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 151px; } }
@media only screen and (max-width: 534px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 150px; } }

@media only screen and (max-width: 531px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 149px; } }
@media only screen and (max-width: 527px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 148px; } }
@media only screen and (max-width: 524px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 147px; } }
@media only screen and (max-width: 521px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 146px; } }
@media only screen and (max-width: 518px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 145px; } }
@media only screen and (max-width: 515px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 144px; } }
@media only screen and (max-width: 512px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 143px; } }
@media only screen and (max-width: 509px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 142px; } }
@media only screen and (max-width: 506px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 141px; } }
@media only screen and (max-width: 503px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 140px; } }
@media only screen and (max-width: 500px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 139px; } }
@media only screen and (max-width: 497px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 138px; } }

@media only screen and (max-width: 494px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 138px; } }
@media only screen and (max-width: 491px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 138px; } }
@media only screen and (max-width: 498px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 138px; } }
@media only screen and (max-width: 495px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 137px; } }
@media only screen and (max-width: 492px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 136px; } }
@media only screen and (max-width: 489px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 135px; } }
@media only screen and (max-width: 486px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 134px; } }
@media only screen and (max-width: 483px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 133px; } }
@media only screen and (max-width: 480px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 132px; } }
@media only screen and (max-width: 477px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 131px; } }
@media only screen and (max-width: 474px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 130px; } }
@media only screen and (max-width: 471px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 129px; } }
@media only screen and (min-width: 319px) and (max-width: 468px){ .sharegoogle, .sharetwitter, .sharefacebook { width: 100%; } }



@media only screen and (min-width: 626px) and (max-width: 689px){ .sharegoogle, .sharetwitter, .sharefacebook { padding: 7px 0 0 40px; } .articl-data .sharegoogle p, .articl-data .sharetwitter p, .articl-data .sharefacebook p { font-size: 12px; } }
@media only screen and (min-width: 612px) and (max-width: 625px){ .sharegoogle, .sharetwitter, .sharefacebook { padding: 7px 0 0 35px; } .articl-data .sharegoogle p, .articl-data .sharetwitter p, .articl-data .sharefacebook p { font-size: 12px; } }
@media only screen and (min-width: 596px) and (max-width: 611px){ .icogoogle, .icotwitter, .icofacebook{ left: 7px; } .sharegoogle, .sharetwitter, .sharefacebook { padding: 7px 0 0 30px; } .articl-data .sharegoogle p, .articl-data .sharetwitter p, .articl-data .sharefacebook p { font-size: 12px; } }
@media only screen and (min-width: 568px) and (max-width: 595px){ .icogoogle, .icotwitter, .icofacebook{ left: 7px; } .sharegoogle, .sharetwitter, .sharefacebook { padding: 7px 0 0 30px; } .articl-data .sharegoogle p, .articl-data .sharetwitter p, .articl-data .sharefacebook p { font-size: 13px; } }
@media only screen and (min-width: 503px) and (max-width: 567px){ .icogoogle, .icotwitter, .icofacebook{ left: 7px; } .sharegoogle, .sharetwitter, .sharefacebook { padding: 7px 0 0 30px; } .articl-data .sharegoogle p, .articl-data .sharetwitter p, .articl-data .sharefacebook p { font-size: 12px; } }
@media only screen and (min-width: 469px) and (max-width: 502px){ .icogoogle, .icotwitter, .icofacebook{ left: 7px; } .sharegoogle, .sharetwitter, .sharefacebook { height: 60px; } .sharegoogle, .sharetwitter, .sharefacebook { padding: 7px 0 0 35px; } .articl-data .sharegoogle p, .articl-data .sharetwitter p, .articl-data .sharefacebook p { font-size: 12px; } }
@media only screen and (max-width: 468px){ .sharegoogle, .sharetwitter, .sharefacebook{ margin: 0 0 10px 0; } .sharegoogle{ margin-top: 7px; } }

/* ----------------------------------------------------------------------------- */
/* ------------------------------------ MENU ----------------------------------- */
/* ----------------------------------------------------------------------------- */

@media only screen and (min-width: 1200px){
    #main-menu-items .logo img{ width: 100%; padding: 1px 0px 0px 0; }
    #main-menu-items.sm-menu .logo a{ padding: 0px 1px 0px 0px !important; }
    #main-menu-items .logo img.simple{ display: none; }
}

@media only screen and (min-width: 1000px) and (max-width: 1199px){
    #main-menu-items .logo img{ width: 100%; padding: 2px 0px 0px 0; }
    #main-menu-items.sm-menu .logo a{ padding: 3px 1px 3px 0px !important; }
    #main-menu-items .logo img.simple{ display: none; }
}

@media only screen and (min-width: 768px) and (max-width: 999px){
    #main-menu-items .logo img{ width: 95%; padding: 0; }
    #main-menu-items .logo img.double{ display: none; }
    #main-menu-items.sm-menu .logo a{ padding: 0px 0px 0px 0px !important; }
}

@media only screen and (min-width: 641px) and (max-width: 768px){
    #main-menu-items .logo img{ width: 95%; }
    #main-menu-items .logo img.double{ display: none; }
    #main-menu-items.sm-menu .logo a{ padding: 0 !important; }
}

@media only screen and (max-width: 640px){
    #main-menu-items .logo img{ width: auto; min-height: 45px; }
    #main-menu-items .logo img.simple{ display: none; }
    #main-menu-items.sm-menu .logo a{ padding: 0 !important; min-height: 47px; }
    
    .main-menu .col-lg-8{ padding-left: 0px; padding-right: 0px; }
    .main-menu .container .row .col-lg-8 { padding-bottom: 0px; }
    
}

@media only screen and (max-width: 355px){
    #main-menu-items .logo img{ padding-left: 40px; } 
}

@media only screen and (min-width: 641px) {
    .main-menu .col-lg-8, #main-menu-items{ width: 100%; }
    #main-menu-items li{ width: 14%; text-align: center; }
    #main-menu-items li.logo{ width: 16%; }
    .sm-menu a{ margin: 0 0px; font-family: 'Freeroad'; font-size: 13px; }
}
@media only screen and (min-width: 600px) and (max-width: 640px) {
    .sm-menu li:first-child a{ margin-left: 15px }
}


/* ----------------------------------------------------------------------------- */
/* ------------------------- MENUS ON MOBILE DEVICE ---------------------------- */
/* ----------------------------------------------------------------------------- */

.nav-toggle {
    display: none;
    position: absolute;
    width: 100%;
    top: 10px;
    left: 0;
    z-index: 100;
    width: 60px;
}

.nav-toggle img{ margin-top: -6px; }

@media only screen and (max-width: 640px){
    ul#main-menu-items li.menu{ display: none; } 
    .nav-toggle { display: block; } 
}


/* ----------------------------------------------------------------------------- */
/* --------------------------------- OTHERS ------------------------------------ */
/* ----------------------------------------------------------------------------- */

@media only screen and (max-width: 640px){
    .artcl-body.float-width{ padding: 0 5px; } 
    
}





@media only screen and (max-width: 570px){
    .righty.next-article, .lefty.prev-article{ margin-right: 25%; margin-left: 25%; }
}

@media only screen and (max-width: 490px){
    .righty.next-article, .lefty.prev-article{ margin-right: 22%; margin-left: 22%; }
}

@media only screen and (max-width: 440px){
    .righty.next-article, .lefty.prev-article{ margin-right: 19%; margin-left: 19%; }
}

@media only screen and (max-width: 410px){
    .righty.next-article, .lefty.prev-article{ margin-right: 16%; margin-left: 16%; }
}

@media only screen and (max-width: 380px){
    .righty.next-article, .lefty.prev-article{ margin-right: 13%; margin-left: 13%; }
}

@media only screen and (max-width: 360px){
    .righty.next-article, .lefty.prev-article{ margin-right: 10%; margin-left: 10%; }
}

@media only screen and (max-width: 340px){
    .lefty.prev-article{ margin-right: 5px; margin-left: 10%; }
    .righty.next-article{ margin-right: 10%; margin-left: 5px; }
}















/* ----------------------------------------------------------------------------- */
/* ------------------------------------ TOPS ----------------------------------- */
/* ----------------------------------------------------------------------------- */

.main-right-side .trending div .trend-sm h4{ height: 40px; width: 230px; }

@media only screen and (max-width: 352px){ .main-right-side .trending div .trend-sm h4{ width: 185px; margin: 6px 0 9px 5px; } }
@media only screen and (max-width: 346px){ .main-right-side .trending div .trend-sm h4{ width: 180px; } }
@media only screen and (max-width: 341px){ .main-right-side .trending div .trend-sm h4{ width: 175px; } }
@media only screen and (max-width: 336px){ .main-right-side .trending div .trend-sm h4{ width: 170px; } }
@media only screen and (max-width: 331px){ .main-right-side .trending div .trend-sm h4{ font-size: 13px; width: 167px; } }
@media only screen and (max-width: 329px){ .main-right-side .trending div .trend-sm h4{ width: 160px; } }
@media only screen and (max-width: 325px){ .main-right-side .trending div .trend-sm h4{ width: 160px; } .main-right-side .trending div .trend-sm p.righty{ display: none; } }
@media only screen and (max-width: 320px){ .main-right-side .trending div .trend-sm h4{ width: 156px; font-size: 12px; margin: 6px 0 9px 3px; } }

.categoryOf{ position: relative; }

.ribbon-wrapper-green {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -8px;
  right: -8px;
  z-index: 2;
}
.ribbon-wrapper-green.aff { top: -29px; }
.ribbon-green a{ color: #fff; }
.ribbon-green a:hover{ color: #000; }
.ribbon-green {
  font: bold 15px Sans-Serif;
  color: #333;
  text-align: center;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  background-color: #BFDC7A;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45)); 
  background-image: -webkit-linear-gradient(top, #AD1819, #c41b1b); 
  background-image:    -moz-linear-gradient(top, #AD1819, #c41b1b); 
  background-image:     -ms-linear-gradient(top, #AD1819, #c41b1b); 
  background-image:      -o-linear-gradient(top, #AD1819, #c41b1b); 
  color: #FFF;
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}

.ribbon-green:before, .ribbon-green:after {
  content: "";
  border-top:   3px solid #AD1819;   
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}

.ribbon-green:before {
  left: 0;
}
.ribbon-green:after {
  right: 0;
}

.paddingTop10{ padding-top: 10px; }

.marginTop10{ margin-top: 10px }
.marginTop5{ margin-top: 5px }
.marginTop0{ margin-top: 0px }

.marginBottom10{ margin-bottom: 10px }
.marginBottom5{ margin-bottom: 5px }
.marginBottom0{ margin-bottom: 0px }


.likeplus1{ width:125px; height:100x; margin: 0 auto; text-align: center; }

.likeplus1 .b_fb, .likeplus1 .b_twitter, .likeplus1 .b_google{ float: left; }
.likeplus1 .b_fb{ padding: 1px 0 0 0; }
.likeplus1 .b_twitter{ padding: 0px 0 0 10px; margin-left: 22px }
.likeplus1 .b_google{ padding: 2px 0 0 6px; }

div.articleBody{ position: relative; }
div.watermark-play{ position: absolute; top: 25px; right: 10px; cursor: pointer }











/* ----------------------------------------------------------------------------- */
/* -------------------------------- MODAL SHOW --------------------------------- */
/* ----------------------------------------------------------------------------- */

.post-social {
    font-size: 0.875em;
    margin: 0;
    padding: 0;
}
.post-social li {
    display: inline;
    list-style-type: none;
    float: left;
    margin-right: 5px;
}

.post-social a {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 32px;
    background-image: url(/images/social.png);
    background-repeat: no-repeat;
}

.social-twitter {
    background-color: #4DB5F4 !important;
    background-position: -64px 0;
}
.social-facebook {
    background-color: #5974CC !important;
    background-position: -32px 0;
}
.social-googleplus {
    background-color: #E15646 !important;
    background-position: -96px 0;
}
.social-linkedin {
    background-color: #3280C2 !important;
    background-position: 0 0;
}
.post-social span {
    display: none;
}

.post-social .text{ 
    padding: 0px 10px 0px 0px;
    font-size: 17px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    display: block;
    float: left;
}


div.art_image{ float: left; width: 75%; }
div.other_art{ float: left; width: 25%; }

div.art_image{ border-right: 1px solid #F2F2F2; }

div.other_art{ padding-left: 10px; }
div.other_art a{ text-decoration: underline; }
div.other_art p, div.art_image img, div.other_art img{ display: block; margin: 0 auto; }
div.other_art p{ width: 100%; margin: 10px 0; text-align: center; }
div.other_art h3{ margin: 10px 0; text-align: center; }

img.logo-espacebuzz{ height: 50px; }

@media only screen and (max-width: 600px){ 
    div.art_image, div.other_art{ float: none; width: 100%; }
    div.other_art h3{ padding: 0 0 0 0; border-top: 1px solid #F2F2F2; }
    div.other_art p{ width: 250px; display: block; margin: 10px auto 0 auto; }
    div.art_image{ border-right: none; }
    
    div.modal-body{ padding: 5px 20px; }
    div.art_image{ display: none; }
    div.other_art h3{ border-top: none; }
}


@media only screen and (max-width: 450px){ 
    .post-social .text{ display: none; }
}

@media only screen and (max-width: 350px){ 
    img.logo-espacebuzz{ display: none; }
    .post-social .text{ display: block; }
    div.other_art h3{ font-size: 12px; }
}

.rightbarBuzz{ position: relative; }
.rightbarBuzz .genreBuzz{ position: absolute; top:0px; left: 0px; }

#RightBBuzz{ width: 350px; z-index: 1;}
.main-footers, .copy-rt-ftr{ z-index: 200; position: relative; }
#myModal{ z-index: 10000; }

a.mt-share-inline-bar-sm img {
  width: 34px;
  height: auto;
  border: 0px;
}
a.mt-share-inline-bar-sm:hover {
  z-index: 50;
  -webkit-transform: scale3d(1.075, 1.075, 1.075);
  transform: scale3d(1.075, 1.075, 1.075);
}
a.mt-share-inline-bar-sm {
  display: inline-block;
  width: 64px;
  height: 32px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  margin-right: 0px;
  text-align: center;
  position: relative;
  transition: all 100ms ease-in;
  -webkit-transition: all 100ms ease-in;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.mt-google:hover {
  background-color: rgb(225, 95, 79);
}
.mt-google {
  background-color: rgb(221, 75, 57);
}
.mt-linkedin:hover {
  background-color: rgb(16, 135, 192);
}
.mt-linkedin {
  background-color: rgb(14, 118, 168);
}
.mt-twitter:hover {
  background-color: rgb(8, 187, 255);
}
.mt-twitter {
  background-color: rgb(0, 172, 238);
}
.mt-facebook:hover {
  background-color: rgb(66, 100, 170);
}
.mt-facebook {
  background-color: rgb(59, 89, 152);
}
.mt-pinterest:hover {
  background-color: rgb(221, 42, 48);
}
.mt-pinterest {
  background-color: rgb(204, 33, 39);
}

.sharer3, #sharebar.sharearticle{ background: #f0f0f0; border-bottom: 1px solid #ddd; padding: 12px 20px 0px 20px; z-index: 1; width: 770px; height: 55px; margin-bottom: 25px; }

#sharebar.sharearticle{ margin-left: -25px; }
#sharebar.sharearticle span.partagenb, #sharebar.sharearticle span.partagetext{ vertical-align: 11px; }

span.partagenb{ color: #F46053; font-size: 19px; padding-right: 25px; font-weight: bold; }
span.partagetext{ font-size: 19px; font-weight: bold; padding-right: 10px; }
.next-post{ background: #d50000; padding:5px 5px 7px 5px; margin: 1px 0 0 0; float:right; }
.next-post a{ color: #fff; font-weight: bold; }
div.shareModal{ font-weight: bold; color:#F46053; }
div.shareModal span{ font-size: 22px;  }

.arrow_box {position: relative; background: #d50000;}
.arrow_box:after {
	left: 100%; top: 40%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; 
        border-color: rgba(213, 0, 0, 0); border-left-color: #d50000; border-width: 15px; margin-top: -12px;
}
.rrssb-buttons.large-format li a .text { font-size: 14px; }

@media only screen and (min-width: 1000px) and (max-width: 1199px) {
    .sharer3, #sharebar.sharearticle{ width: 636px; }
    .next-post{ margin: 0px 0 0 0; }
    
    .rrssb-buttons.large-format li a .text { font-size: 13px; }
}

@media only screen and (min-width: 770px) and (max-width: 999px) {
    .sharer3, #sharebar.sharearticle{ width: 718px; }
    .next-post{ margin: 0px 0 0 0; }
    
    .rrssb-buttons.large-format li a .text { font-size: 13px; }
}

@media only screen and (max-width: 769px) {
    .sharer3{ padding: 10px 20px 20px 20px; width: 100%; height: 55px; }    
    #sharebar.sharearticle{ width: 100%; margin-left: 0px; }
    .next-post{ margin: 0px 0 0 0; }
    
    .rrssb-buttons.large-format li a .text { font-size: 13px; }
}

@media only screen and (max-width: 700px) {
    span.partagetext{ display: none; }
}
@media only screen and (max-width: 570px) {
    span.partagenb{ font-size: 16px; }
}

@media only screen and (max-width: 540px) {
    span.partagenb{ display: none; }
}

@media only screen and (max-width: 400px) {
    .next-post{ display: none; }
    .sharer3{ margin: 0 auto; text-align: center; }
    
    .rightbarBuzz a img, .rightbarBuzz a h4{ width: 100% !important; }
    #RightBBuzz .float-width{ width: 98% !important; }
}

.artcl-prev-nxt { margin-bottom: 0px; }
.pagination-actu{ text-align: center; margin: 25px 5px 20px 5px; }
.pagination-actu span{ color: #F46053; font-weight: bold; font-size: 19px; line-height: 25px; }
.pagination-actu a.pageLink{ background: #F2F2F2; border: 1px solid #F46053; padding: 3px 9px; margin: 0px 10px; 
                             -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; color: #F46053; font-weight: bold;
                             font-size: 20px; text-decoration: none;
}




.pagination-actu .linkPage{ margin: 15px 0 0 0; }
.pagination-actu a.pageLink.active, .pagination-actu a.pageLink:hover{ color: #fff; background: #F46053 }


.container.padTop{ padding-top: 65px; } 

@media only screen and (max-width: 400px) { 
    .ribbon-wrapper-green.aff {display: none;}
}


div.shareModal{ font-weight: bold; color:#F46053; }
div.shareModal span{ font-size: 22px;  }

@media only screen and (max-width: 400px) { 
    .artcl-body h2 {
        margin-top: 20px;
    }
}

.alignCenter{ text-align: center; }