html{
  min-height: 100%;
  font-size: 10px;
}

body{
  min-height: 100%;
  position: relative;
}

input:active{ outline: none}
input:focus{ outline: none}

.rtecenter {
  text-align: center;
}

.pt-8px {
  padding-top: 8px;
}

.container, .footer_id{
  width: 1090px;
}

.article {
  background-position: center 52px !important;
}

.long-article {
  background-position: center 648px !important;
}

.long-article .container-article {
  background-color: transparent;
}

.article #content {
  padding-top: 52px;
}

article .container:first-of-type{
  /*margin-top: 50px;*/
}

.row{
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 20px;
}

.container{
  padding: 20px 0 0 0;
  /*margin-bottom: 20px;*/
}

.container-article{
  background-color: white;
  width: 100%;
  height: 100px;
}

p a{
  text-decoration: none;
  color: inherit;
  border-bottom: 0px;
}

.full_article .long{
  margin-top: 0;
}

/* HEADER */

.slate_bar {
  position: fixed;
  z-index: 500;
  top: 0;
  left: 0;
  right: 0;
}

.slate_bar_nav {
  position: relative;
  height: 52px;
}

.slate_bar .pull-left {
  font-size: 1.5em;
  color: white;
  font-weight: 100;
}

.slate_bar .pull-left img {
  vertical-align: baseline;
  display: inline;
}

.bg_slate {
  background: #670133;
}

#adminNav {
  margin-top: 5px;
  z-index: 10001;
  position: absolute;
  left: 25%;
}
#adminNav > ul {
  float: left;
  margin: 0;
  padding: 0;
  list-style-type:none;
}
#adminNav > ul.slate_admin_widgets {
  margin-left: 25px;
}
#adminNav > ul > li {
  margin:0px 2px;
  padding:2px;
  display:inline-block;
}
#adminNav > ul > li.nav_helper {
  border-bottom:5px solid #DD058B;
}
body.une .edit_nav {
  height: 60px;
  padding: 2px;
  width: 175px;
  float: right;
  margin-top: 10px;
  position: relative;
  z-index: 100;
}
body.une .edit_nav a.slate_edit {
  background: none repeat scroll 0 0 #F4F4F4;
  border-color: #DDDDDD #DDDDDD #CCCCCC;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 1px #956C80;
  color: #670133;
  cursor: pointer;
  display: block;
  font-size: 0.8em;
  font-weight: normal;
  height: 20px;
  line-height: 1.1em;
  margin: 0;
  padding: 2px;
  text-align: center;
  text-decoration: none;
  width: 135px;
}

.width_wrap {
  position: relative;
  max-width: 1134px;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 22px;
  padding-right: 22px;
}

header.width_wrap,
.container.width_wrap {
  padding: 0;
}

.main_nav {
  position: absolute;
  bottom: 0;
  padding-bottom: 8px;
  padding-left: 0;
}

.btn_nav {
  display: block;
  position: relative;
  float: left;
  margin-right: 8px;
  width: 36px;
  height: 36px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-clip: padding-box;
  background-color: #4c0128;
  overflow: hidden;
}

.btn_nav:after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 36px;
  z-index: 1;
  background: url(/sites/all/themes/slate/images/sprite_nav_btn.svg) 5px 5px no-repeat;
}

.no-svg .btn_nav:after { background-image: url(/sites/all/themes/slate/images/sprite_nav_btn.png); }
.icon_menu_toggle:after  { background-position: -2px -2px; }
.icon_search:after       { background-position: -41px -1px; }

.slate_logo {
  position: absolute;
  bottom: 0;
  padding-left: 125px;
  color: #fff;
  padding-bottom: 12px;
  display: block;
}

.slate_bar .nav_plus {
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
  padding: 0.9em 0 0;
  width: 25%;
  margin-left: 33.33333333%;
  color: white;
  font-weight: 100;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 0.9em;
  opacity: 1;
}

.article .slate_bar .nav_plus.hideplus,
.grand_format .slate_bar .nav_plus.hideplus {
  opacity: 0;
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}

/* share box */
.share_box {
  z-index: 1000000;
  height: 40px;
  position: absolute;
  right: 6px;
  top: 6px;
  display: none;
}
.share_box a {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: medium;
  position: relative;
}

.share_box > a::after {
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  left: 50%;
  margin-left: -12px;
  width: 50%;
  height: 24px;
  background-image: url("/sites/all/themes/mobile_slate_v2/images/social.svg");
}

.share_box a.fb::after {background-position: -16px 0;}
.share_box a.tw::after {background-position: -16px -24px;}
.share_box a.gp::after {background-position: -16px -48px;}
.share_box a.li::after {background-position: -16px -72px;}

.share_box a.fb {margin-right: 7px;}

.share_box .fb {
  background-color: #3b84be;
}

.share_box .tw{
  background-color: #00aef1;
}

/* SHARE IMAGE */

.share_img {
  height: 32px;
  width: 64px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.share_img > a,
.share_img > span {
  display: block;
  width: 32px;
  height: 32px;
  float: left;
  position: relative;
}

.share_img > a::after,
.share_img > span::after {
  content: '';
  position: absolute;
  top: 8px;
  left: 8px;
  width: 16px;
  height: 16px;
  background: url(/sites/all/themes/mobile_slate_v2/images/social.svg) no-repeat;
}
.share_img > a.fb::after, .share_img > span.fb::after {background-position: 2px 0;}
.share_img > a.tw::after, .share_img > span.tw::after {background-position: 2px -16px;}

/* MENU */

.menu {
  position: fixed;
  z-index: 10000;
  top: 52px;
  left: -404px;
  bottom: 0;
  background-color: #232122;
  max-width: 404px;
  width: 100%;
  color: #fff;
  padding-bottom: 88px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.menu.open {
  left: 0;
}

.menu > ul {
  padding: 0;
}

.menu ul li{
  list-style-type:none;
}

.menu ul li.plus a {
  background: #350e41;
}

.menu ul li a {
  position: relative;
  display: block;
  height: 44px;
  padding-left: 68px;
  border-bottom: 1px solid #3e3c3d;
  line-height: 44px;
  text-decoration: none;
  color: white;
}

.menu > ul > li > a {
  font-size: 1.4em;
  font-weight: bold;
}

.menu > ul > li > a.activable::before {
  content: '';
  display: block;
  position: absolute;
  left: 40px;
  top: 50%;
  margin-top: -5px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #fff;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}

.menu ul li a:hover {
  background-color: #1a191a;
}

.menu > ul > li > ul {
  overflow: hidden;
  max-height: 0;
  padding: 0;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.menu > ul > li > ul > li > a {
  font-size: 1.25em;
}

.menu > ul > li.open > a::before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.menu > ul > li.open > ul {
  max-height: 900px;
}

/* END MENU */

/* SEARCH HEADER */

.search_header {
  overflow: hidden;
  height: 0px;
  -webkit-transition: all 150ms ease-out;
  -moz-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}

.search_header.open {
  height: 180px;
  width: 100%;
  background-color: #302C2C;
}

.search_header input {
  width: 100%;
}

.search_header #search_request{
  height: 180px;
  font-size: 3.75em;
  background: transparent;
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat-x: initial;
  background-repeat-y: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  border-top-color: initial;
  border-top-style: initial;
  border-top-width: 0px;
  border-right-color: initial;
  border-right-style: initial;
  border-right-width: 0px;
  border-bottom-color: initial;
  border-bottom-style: initial;
  border-bottom-width: 0px;
  border-left-color: initial;
  border-left-style: initial;
  border-left-width: 0px;
  background-color: transparent;
  font-weight: 600;
  color: #fff;
}

/* SEARCH HEADER */

/* END HEADER */

/* BANNIERE PUB */

.full_article.sponsor .sentence-author > p {
  background-color: #dae7f0;
}

.full_article.sponsor .sentence-author .sponsorLabel {
  color: #b41462;
  padding-left: 5px;
  padding-right: 10px;
  font-weight: bold;
  text-transform: uppercase;
}

img[width='1'] {
  position: absolute;
}

.banniere_top {
  width: 100%;
  /*background-color: #eaeaea;*/
  background-color: transparent;
  padding-top: 20px;
}

.ad-habillage .banniere_top {
  padding-top: 0;
}

.long .banniere_top {
  margin-top: 0;
  margin-bottom: 20px;
  background-color: #fff;
}

.banniere_top iframe:not([width='0']),
.banniere_top object,
.banniere_top embed,
.banniere_top a > img:not([width='1']),
.banniere_top ins {
  margin: 0 auto !important;
  display: block !important;
  /*padding: 20px 0;*/
  background-color: transparent !important;
  box-sizing: content-box;
}

.banniere_middle iframe:not([width='0']),
.banniere_middle object,
.banniere_middle embed,
.banniere_middle a > img:not([width='1']),
.banniere_middle ins {
  margin: 0 auto !important;
  display: block !important;
}

.banniere_top div,
.banniere_middle div {
  margin-left: auto !important;
  margin-right: auto !important;
  display: block !important;
}

.rectangle1 iframe:not([width='0']),
.rectangle1 object,
.rectangle1 embed,
.rectangle1 a > img:not([width='1']),
.rectangle1 ins {
  margin: 0 !important;
  display: block !important;
}

.banniere_top a:hover,
.banniere_middle a:hover,
.rectangle1 a:hover {
  opacity: 1;
}

.arche .content {
  background: none;
  width: 1134px;
  margin: 52px auto 0;
}

.arche .full_article header {
  background-color: transparent;
}

.arche .banniere_top {
  background-color: transparent;
}

.arche .banniere_top iframe:not([width='0']),
.arche .banniere_top object,
.arche .banniere_top embed,
.arche .banniere_top a > img:not([width='1']),
.arche .banniere_top ins {
  padding: 0;
}

#ebzNative {
  width:400px;
  height:225px;
  float:left;
  margin-right:10px;
  padding:0px;
  display:none !important;
}

#inreadbis {
  display: block;
  position: relative;
  /*float: left;
  padding: 0;
  margin: 0;*/
  padding: 10px 0;
  margin: 0 auto;
  text-align: center;
}

#inreadbis img {
  width: auto !important;
}

.teads-inread {
  width: auto !important;
  margin: 0 auto !important;
}

/*#wrapper_inread iframe:not([width='0']),
#wrapper_inread object,
#wrapper_inread embed,
#wrapper_inread ins,
#wrapper_inread a > img:not([width='1']) {
  display: block;
  margin: 0 10px 5px 0;
}

#wrapper_inread > div {
  margin: 0 10px 5px 0;
}

#wrapper_inread > div iframe:not([width='0']),
#wrapper_inread > div object,
#wrapper_inread > div embed,
#wrapper_inread > div ins,
#wrapper_inread > div a > img:not([width='1']) {
  margin: 0;
}*/

#ligatus_24391 {
  margin:0px auto;
  display:block;
}

#ligatus_slate_smartbox {
  margin-top: 40px;
}

.test-pub {
  width: 1090px;
  margin: 0 auto;
  display: block;
}

.cxense {
  margin: 20px 0;
}

/* END BANNIERE PUB */

/* FOOTER */

.content{
  min-height:100%;
  position: relative;
}

article{
  position: relative;
  padding-bottom: 40px;
}

#wrap{
  min-height:100%;
  position: relative;
}

#main{
  position: relative;
}

#footer_id{
  padding-top: 0;
}
.slate_footer {
  background-color: #302C2C;
  color: #fff;
  bottom: 0;
  left: 0;
  right: 0;
  height: 585px;
  width: 100%;
}

.slate_footer li{
  list-style-type:none;
}

.subscribers {
  margin: 0;
  padding: 0;
  width: 1090px;
}
.subscribers > div {
  float: left;
  width: 33.3342%;
  height: 96px;
  padding: 12px 16px;
  margin-right: 0;
}

.subscribers > div:nth-child(1){
  background-color: #436098;
}

.subscribers > div:nth-child(2){
  background-color: #66B4EA;
}

.subscribers > div:nth-child(3){
  background-color: #D23C11;
}

.subscribers p {
  font-family: 'Roboto Slab';
  font-size: 1.9em;
  line-height: 1em;
  font-weight: 100;
}

.nb_subscribers {
  font-weight: 600;
}

.footer_nav {
  padding-bottom: 84px;
  padding-top: 64px;
  width: 1090px;
  padding-left: 0;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.footer_nav p,
.footer_slate_bar p {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

li, li ul{
  padding: 0;
  margin: 0;
}


.footer_nav > li {
  width: 22.75%;
  float: left;
  margin-left: 3%;
}

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

.footer_nav li a {
  text-decoration: none !important;
  display: block;
  color: inherit;
}

.footer_nav li a:hover {
  opacity: 0.8 !important;
}

.footer_nav .footer_nav_title {
  text-transform: uppercase;
  font-size: 1.25em;
  line-height: 1em;
  font-weight: 300;
}

.footer_nav > li > ul {
  font-size: 0.875em;
  line-height: 1em;
  font-weight: 300;
  border-top: 1px solid #423e3e;
  margin-top: 25px;
}

.footer_nav > li > ul > li {
  height: 28px;
  line-height: 28px;
  border-bottom: 1px solid #423e3e;
}

.legal_mentions {
  margin-top: 10px;
  font-size: 0.875em;
  line-height: 1.6em;
  font-weight: 300;
  color: #aaaaaa;
}

.footer_cnil, #cnilFooter {
  display: none;
  width: 100%;
  height: 30px;
  padding-top: 4px;
  background-color: #1D1D1B;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  color: white;
  font-family: 'Roboto', helvetica, arial, sans-serif;
  font-size: 12px;
  text-align: center;
}
.footer_cnil span,
.footer_cnil span:hover {
  text-decoration: underline;
  cursor: pointer;
  margin-left: 15px;
}

#cnilConsent {
  margin-left: 15px;
}

.slate_footer .imprint, .slate_footer .footer_nav_responsive{
  display: none;
}
/* END FOOTER */

.container-article{
  max-width: 1100px;
  margin: 0 auto;
  height: auto;
  padding-left: 5px;
}

.container-article header {
  padding-left: 120px;
}

.long header {
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  padding: 0;
}

.long {
  max-width: 100%;
  padding: 0;
}

.long .row {
  max-width: 1100px;
  margin: 0 auto;
  padding-left: 5px;
}

.long .col-md-8 {
  padding-top: 20px;
}

.col-md-2{
  width: 433px;
}

.col-md-8{
  height: auto;
  width: 1090px;
  padding: 0;
}

figure img {
  max-width: 100%;
  width: 100%;
}

.shortest .col-left figure,
.short .col-left figure {
  margin-bottom: 35px;
}

.short .col-left figure img {
  margin-left: 0;
}

.col-left a {
  cursor: pointer;
}

.col-left a:hover {
  cursor: pointer;
  opacity: 0.5;
}

.col-left img {
  max-width: 100%;
}

.shortest .col-left .caption_small,
.shortest .col-left .caption_small p
.short .col-left .caption_small,
.short .col-left .caption_small p {
  margin: 0;
}

.block-top-short{
  margin-left: 40px;
}

.block-top-shortest{
  margin-left: 0;
}

.shortest header {
  padding-left: 0;
}

.shortest .col-left,
.shortest .col-right {
  margin-top: 20px;
}

.shortest .col-left .category{
  margin-top: 0;
}

.shortest .col-left .tag,
.shortest .col-left h1,
.shortest .col-left .sentence-author,
.shortest .col-left figcaption {
  margin-left: 0;
}

.shortest .col-left h2,
.shortest .col-left h3 {
  margin: 0;
}

.shortest .col-left h1{
  font-size: 3.1em;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 15px;
  padding-right: 20px;
}

.sentence-author {
  /*position: relative;*/
}

.sentence-author ul li p{
  margin-bottom: 0;
}

.shortest .col-left .sentence-author{
  padding: 0;
  margin-bottom: 20px;
}

.shortest .col-left .sentence-author a{
  color: #b41462;
  font-weight: 700;
  text-decoration: none;
  border-bottom: none;
}

.shortest .col-left .subtitle{
  margin-bottom: 20px;
}

.shortest .col-left figure {
  margin-top: 10px;
}

.col-left .field-name-body {
  margin-bottom: 20px;
}

.social-media {
  height: 160px;
  width: 60px;
  background-color: #333333;
  font-family: 'social-icons';
  color: white;
  text-align: center;
  z-index: 10;
  position: absolute;
  margin: 0 0 0 -120px;
  top: auto;
}

.social-media a {
  text-decoration: none;
  color: inherit;
}

.social-media div.likes {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 8px;
  left: 65px;
  color: black;
  font-size: 0.9em;
  padding: 2px 5px;
  border: 1px solid #666;
  font-family: 'Open Sans';
  color: #666;
}

.social-media div.likes::before {
  display: block;
  border: 5px solid transparent;
  border-right: 5px solid #666;
  content: '';
  position: absolute;
  left: -11px;
  top: 6px;
}

.sticky {
  position: fixed;
}

.long .social-media {
  margin: 0;
}

.long .sticky {
  margin: 20px 0 0 0;
}

.non-sticky-long{
  position: absolute;
}

.sticky-long{
  top: 600px;
  position: fixed;
}

.non-sticky{
  position: absolute;
}

.social{
  height: 40px;
  width: 100%;
  overflow: hidden;
}

.fb{
  background-color: #3b84be;
  height: 40px;
  width: 100%;
}
.fb span{
  margin: 0 auto;
  width: 100%;
  height: 130px;
  content:" ";
  background-image:  url('/sites/all/themes/slate/images/sprite-article.png');
  background-repeat:  no-repeat;
  background-position: 1px 1px;
  background-size: cover;
  display: block;
  /*background-size: 15px 20px;*/
  }

.twitter{
  height: 40px;
  width: 100%;
  background-color: #00aef1;
}

.twitter span{
  margin: 0 auto;
  width: 100%;
  height: 130px;
  content:" ";
  background-image:  url('/sites/all/themes/slate/images/sprite-article.png');
  background-repeat:  no-repeat;
  background-position: -5px -39px;
  background-size: cover;
  display: block;
}

.linkedin{
  height: 40px;
  width: 100%;
  background-color: #0091c4;
}

.linkedin span{
  margin: 0 auto;
  width: 100%;
  height: 130px;
  content:" ";
  background-image:  url('/sites/all/themes/slate/images/sprite-article.png');
  background-repeat:  no-repeat;
  background-position: -19px -86px;
  background-size: cover;
  display: block;
}

.googleplus{
  height: 40px;
  width: 100%;
  background-color: #ff6633;
}

.googleplus span{
  margin: 0 auto;
  width: 100%;
  height: 130px;
  content:" ";
  background-image:  url('/sites/all/themes/slate/images/sprite-article.png');
  background-repeat:  no-repeat;
  background-position: -70px -5px;
  background-size: cover;
  display: block;
}

.mail{
  height: 40px;
  width: 100%;
  background-color: #606060;
}

.mail span{
  margin: 0 auto;
  width: 100%;
  height: 130px;
  content:" ";
  background-image:  url('/sites/all/themes/slate/images/sprite-article.png');
  background-repeat:  no-repeat;
  background-position: -70px -63px;
  background-size: cover;
  display: block;
}

.article_test{
  width: 100%;
  /*width: 1030px;*/
  padding-left: 60px;
}

.col-md-8 a{
  text-decoration: none;
  color: inherit;
}

.long-picture{
  position: relative;
}

.long-picture a{
  text-decoration: none;
  color: inherit;
}

.long-picture figcaption {
  margin: 0;
  padding-left: 60px;
  background-color: white;
}

.top-long{
  width: 890px;
  height: auto;
  position: absolute;
  bottom: 40px;
  margin-left: 490px;
  z-index: 10;
}

.top-long h1{
  color: white;
}

.long .sentence-author {
  margin: 0 0 45px 120px;
}

.container-ad-long{
  margin: 0 auto;
}

.picture-long{
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding-top: 0;
  opacity: 0.60;
}

.overlay{
  background-color: black;
}

a.category {
  height: 30px;
  margin: 40px 0 12px 10px;
  margin-top: 40px;
  margin-bottom: 12px;
  text-align: center;
  background-color: #b41462;
  text-transform: uppercase;
  color: white;
  padding: 3px 35px 0;
  font-weight: 600;
  letter-spacing: 4px;
  font-size: 1.2em;
  font-family: 'Open Sans';
  display: inline-block;
}

a.category:hover {
  opacity: 0.8;
}


a.category:first-of-type {
  margin-left: 0;
}

.tag{
  color: black;
  font-family: 'Open Sans';
  font-size: 1em;
  padding: 15px 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  font-weight: lighter;
  margin-bottom: 20px;
}

.tag a{
  text-decoration: none;
  color: inherit;
}

.tag a:hover {
  color: #909090;
}

.width_wrap h1, .block-top-short h1{
  font-size: 4.5em;
  font-weight: 700;
  margin: 10px 0px 30px 0;
  font-family: 'Open Sans';
  line-height: 1.05em;
}

.sentence-author p{
  width: auto;
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 1.1em;
  margin-bottom: 0;
}

.sentence-author li{
  margin-left: -40px;
}

.sentence-author a{
  color: #b41462;
  font-weight: 700;
}

.sentence-author a:hover {
  opacity: 0.8;
}

.sentence-author span{
  color: black;
  font-weight: normal;
}

.subtitle h3{
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 1.75em;
  line-height: 1.3em;
  margin-bottom: 45px;
}

.subtitle-long {
  margin-left: 120px;
}

.subtitle-long h3 {
  margin-top: 0;
  margin-bottom: 15px;
}

/* .subtitle{
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 1.75em;
  line-height: 1.3em;
  margin-bottom: 45px;
}*/

.picture-970x645{
  margin-bottom: 10px;
}

figcaption p{
  margin: 0px 0px 35px 0;
  font-weight: 400;
  font-size: 0.9em;
  font-family: 'Open Sans';
  color: #666666;
}

.sub_text {
  display: block;
  font-size: 0.7em;
}

.aside_media_half {
  text-align: center;
}

.container-article header figure {
  margin: 0 0 35px 0;
}

.container-article header figure p {
  margin: 0;
}

figure {
  max-width: 100%;
}

figure .video-code {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

figure .video-code iframe,
figure .video-code object,
figure .video-code embed {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: absolute;
}

.media_legend{
  margin: 5px 0px 35px 0px;
  color: #666666;
  font-size: 0.9em;

}

.col-left{
  margin-left: 120px;
  width: 650px;
  height: auto;
  float: left;
}

.col-left-long{
  width: 650px;
}

p{
  font-family: 'Georgia';
  font-size: 1.15em;
  margin-bottom: 20px;
  word-wrap:break-word;
  line-height: 1.7em;
}

.col-left p a{
  text-decoration: none;
  color: inherit;
  border-bottom: 1px solid #b41462;
}

p{
  margin-bottom: 15px;
}

.article_insert.notice {
    color: #680133;
}

.article_insert {
    border-left: 5px solid #000;
    margin-bottom: 1.3rem;
}

.article_insert img {
  width: 13.75%;
  display: inline-block;
  margin-right: 14px;
  margin-top: 10px;
  vertical-align: top;
  padding-bottom: 24px;
}

.article_insert .element:first-child {
    border-top: 1px solid #dfdfdf;
}

.article_insert .element {
    border-bottom: 1px solid #dfdfdf;
    padding: 15px 0 15px 30px;
    margin: 0;
}

.article_insert.showcase {
  width: 100%;
  max-width: 650px;
  border-left: 10px solid #f2f2f2;
  border-right: 10px solid #f2f2f2;
  border-bottom: 10px solid #f2f2f2;
  margin-bottom: 20px;
  font-family: "Open Sans";
  font-weight: bold !important;
}

.article_insert.showcase a {
  text-decoration: none;
  color: black;
  border: none;
}

.article_insert.showcase a.black {
  color: white;
  background: black;
  padding: 2px 10px;
  font-weight: lighter;
}

.article_insert.showcase a:hover {
  text-decoration: underline;
}

.article_insert.showcase img {
  width: 160px;
  display: block;
  margin: 0px 30px 5px 0px;
  padding: 0;
  float: left;
}

.article_insert.showcase .title {
  font-size: 1.1875rem;
  font-weight: bold;
  line-height: 1.2em;
}

.article_insert.showcase .element p {
  font-family: "Open Sans" !important;
  font-size: 1em !important;
  line-height: 1.3em !important;
}

.article_insert.showcase .element {
  width: 100%;
  padding: 25px;
  border-top: 10px solid #f2f2f2;
  border-bottom: none;
  border-left: none;
  border-right: none;
}

.article_ref {
  font-family: "Roboto", sans-serif;
  font-size: 0.85em;
  line-height: 1.3em;
  margin: 0;
  padding: 0;
}

.col-left h2,
.col-left h3,
.col-left .num_subtitle{
  font-family: 'Open Sans';
  font-weight: 700;
  font-size: 1.7em;
  margin: 0 5px 5px 0;
  display: inline-block;
}

blockquote {
  border-left: 2px solid #000;
  padding: 0 15px 0 30px;
  margin: 0;
  margin-bottom: 1.3rem;
  font-size: 1em;
}

blockquote p {
  margin: 0;
}

.picto_infos{
  font-size: 1em;
  font-weight: 700;
  font-family: 'Open Sans';
  text-transform: uppercase;
  background: url('/sites/all/themes/slate/images/article_icon.png') center left no-repeat transparent;
  height: 25px;
  padding-left: 25px;
}

.aside_media {
    width: 101.5625%;
    margin:  0 auto;
    position: relative;
    clear: left;
}

.element{
  font-family: 'Georgia';
  margin-top: 0px;
  padding-left: 30px;
  margin-right: 20px;
  border-left: 3px solid black;
  line-height: 1.7em;
}

.encart{
  width: 650px;
  height: 140px;
  padding: 25px;
  border: 10px solid #f2f2f2;
}

.read-more .encart:last-of-type{
  margin-bottom: 20px;
  border-left: 10px solid #f2f2f2;
  border-right: 10px solid #f2f2f2;
  border-bottom: 10px solid #f2f2f2;
  border-top: none;
}

.encart img{
  float: left;
}

.encart div{
  width: 300px;
  margin-right: 110px;
  float: right;
  font-family: 'Open Sans';
  font-weight: 700;
  font-size: 1em;
  padding-top: 5px;
}

.encart div p{
  margin-bottom: 60px;

}

.read-more a, .read-more-many a{
  text-decoration: none;
  color: inherit;
}

.aside_blockquote{
  width: 650px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
  padding: 20px 20px 10px 0px;
}

.aside_blockquote p,
.aside_blockquote p span {
  font-family: 'Open Sans' !important;
  color: #7b234e;
  font-weight: normal !important;
  line-height: normal !important;
}

.aside_blockquote p:nth-child(1),
.aside_blockquote p:nth-child(1) span {
  font-size: 26.6px !important;
  font-weight: 300;
  font-weight: normal !important;
  line-height: normal !important;
}

.aside_blockquote p:nth-child(2),
.aside_blockquote p:nth-child(2) span {
  font-size: 1.1em !important;
  font-weight: 700;
  font-weight: lighter !important;
  line-height: normal !important;
}

.aside_blockquote .quote {
  font-family: "Open Sans";
  font-size: 2.5em;
  line-height: 1.2em;
  padding-bottom: 0.3rem;
  font-weight: normal;
  margin-bottom: 0;
}

.aside_blockquote .author {
  font-size: 1.0625em;
  font-weight: normal;
  line-height: normal;
  border: none;
  margin-bottom: 0;
}

.authors {
  border-top: 1px solid #cccccc;
}
.author{
  border-bottom: 1px solid #cccccc;
}
.author:last-child {
  border-bottom: none;
}

.rounded-picture {
  overflow:hidden;
  -webkit-border-radius:50px;
  -moz-border-radius:50px;
  border-radius:50px;
  width:40px;
  height:40px;
  display: inline-block;
  margin-top: 2px;
}

.author .rounded-picture {
  float: left;
}

.text-author{
  display: inline-block;
  margin-left: 10px;
  float: left;
  max-width: 85%;
}

.text-author a {
  color: black;
}

.text-author a:hover {
  opacity: 0.8;
}

.text-author span{
  font-weight: 400;
}

/*.comments {
    border-bottom: 1px solid #cccccc;
}

.comments a{
  text-decoration: none;
  color: inherit;
}

.to-comment, .read-comments{
  display: inline-block;
  width: auto;
  height: 30px;
  padding: 5px;
  border: 1px solid #cccccc;
  border-radius: 5px;
}

.read-comments{
  margin-left: 2px;
}*/

.author{
  font-family: 'Open Sans';
  font-weight: 700;
  font-size: 1em;
  padding-top: 15px;
  padding-bottom: 15px;
}

.full_article .comments {
  border-top: 1px solid #dfdfdf;
  padding-top: 0.875em;
  margin: 30px 0;
}

.full_article .comments .top {
  height: 58px;
  background-color: #2d2828;
  color: #fff;
  font-weight: bold;
}
.full_article .comments .top a {
  text-decoration: none;
  height: 44px;
  display: block;
  float: left;
  line-height: 44px;
  margin-top: 7px;
  color: white;
}

.full_article .comments .top a:first-child {
  padding-right: 2.3%;
  border-right: 1px solid #625e5e;
  margin-right: 2.3%;
}

.full_article .comments .top a:first-child::before {
  content: "";
  display: block;
  float: left;
  width: 70px;
  height: 44px;
  background: url(/sites/all/themes/slate/images/article_icon.svg) no-repeat -95px -3px;
}
.no-svg .full_article .comments .top a:first-child::before {
  background: url(/sites/all/themes/slate/images/article_icon.png) no-repeat -95px -3px;
}

/* Comments */
.comments_container {
  display: none;
}

.comments_container .connect {
  padding: 25px 25px 0;
  font-style: italic;
}

.comments_container .connect a {
  border-bottom: 1px solid #b41462;
}

.comment-form {
  font-family: 'Helvetica Neue', helvetica, arial, sans-serif;
}

.comment-form > div > div:first-child {
  width: 100%;
  padding: 15px 0 0;
  margin: 15px 0 15px;
  border-top: 1px solid #dfdfdf;
}

.comment-form .username {
  text-decoration: none;
}

.comment-form .username:hover {
  text-decoration: underline;
  opacity: 1;
}

.form-type-textarea label {
  display: none;
  margin-bottom: 5px;
}

.comment-form .form-required {
  display: none;
}

.comment-form textarea {
  width: 100%;
  border: 1px solid #afaeaf;
  padding: 10px;
  color: #474A4B;
}

.comment-form .form-actions {
  text-align: right;
}

.comment-form .form-submit {
  border: 0;
  background: none;
  margin: 10px 20px 0 0;
  font-weight: bold;
  font-size: 1em;
  border-bottom: 1px solid black;
  padding: 0 0 5px 0;
}

.comments_block > div:first-of-type {
  border-top: none;
  margin-top: 0;
}
.comments_block {
  border-top: 1px solid #DFDFDF;
  margin-top: 25px;
  font-family: 'Helvetica Neue', helvetica, arial, sans-serif;
}

.full_article .main_content .comment p {
  font-family: 'Helvetica Neue', helvetica, arial, sans-serif;
  padding: 0;
  margin: 0;
}
.comment,
.indented .comment {
  border-top: 1px solid #DFDFDF;
  margin: 25px 0 0 25px;
  color: black;
}
.comment_title a:hover {
  text-decoration: underline;
}
.comment_user {
  padding: 25px 0 10px 0;
  width: 100%;
  height: 105px;
}
.comment_user .user_picture {
  float: left;
  width: 70px;
  height: 70px;
  overflow: hidden;
  border-radius: 50%;
}
.comment_user .user_name {
  padding: 10px 0 0 10px;
  float: left;
  line-height: 0.9em;
}
.comment_user .user_name p {
  padding: 0;
  margin: 0;
  font-size: 1.4em;
  line-height: 0.9em;
}
.comment_user .user_name p span:not(.username) {
  font-size: 0.7em;
}
.comment_text {
  width: 100%;
  padding: 0 0 0 80px;
  font-size: 0.9em;
}
.full_article .main_content .comment_text p {
  line-height: 1.4em;
}
.comment_text .comment_subject {
  padding-bottom: 10px;
}
.comment_text .comment_subject a {
  font-size: 1.4em;
}
.comment_admin {
  background-color: #f1f1f1;
  margin: 10px 0;
  padding: 10px;
  border-top: 1px solid #E2E2E2;
}
.full_article .main_content .comment_reply a {
  color: black;
  text-decoration: none;
}

.col-right{
  padding: 0;
  width: 300px;
  float: left;
  margin: 0 0 0 20px;
}

.col-right a{
  text-decoration: none;
  color: inherit;
}

.article-relatif{
  width: 100%;
  height: auto;
  padding: 25px 25px 10px 25px;
  border-left: 10px solid #f2f2f2;
  border-right: 10px solid #f2f2f2;
  border-bottom: 10px solid #f2f2f2;
}

.article-relatif:nth-child(1){
  border-top: 10px solid #f2f2f2;
  margin-top: 20px;
}

.article-relatif:hover {
  opacity: 0.8;
}

.capture-300x600{
  margin-top: 20px;
}

.article-relatif p{
  font-family: 'Open Sans';
  font-weight: 700;
  font-size: 1em;
  margin-top: 15px;
  line-height: 1.4em;
}

.picture_responsive, .caption_responsive{
  display: none;
}

.article-shortest .sentence-author p{
  margin-left: 0;
}

.bottom-ads .col-md-8 {
  width: 66.66666667%;
}

.bottom-ads .col-md-4 {
  width: 33.33333333%;
  max-width: 300px;
  padding: 0;
}

.bottom-ads .title {
  display: block;
  font: 1.2em/1.4em 'Roboto', helvetica, arial, sans-serif;
  margin-bottom: 10px;
  text-transform: uppercase;
  border-top: 3px solid;
  padding-top: 10px;
  font-weight: normal;
}

#pixel {
  position: absolute;
  z-index: -1;
}

/* HIGHLIGHT SHARE */
.highlight_share {
  z-index: 8;
  position: absolute;
  background-color: #333;
  margin-left: -20px;
  width: 40px;
  height: 34px;
  display: none;
}

.highlight_share a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.highlight_share a::after {
  content: '';
  display: block;
  background: url(/sites/all/themes/slate/images/social.svg) -48px -19px no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -8px;
  width: 16px;
  height: 14px;
}

.no-svg .highlight_share a::after {
  background-image: url(/sites/all/themes/slate/images/social.svg);
}

.highlight_share span {
  display: block;
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -7px;
  width: 0;
  height: 0;
  border-top: 8px solid #333;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}

.highlight_share:hover {
  background-color: #000;
}

.highlight_share:hover span {
  border-top-color: #000;
}
/* HIGHLIGHT SHARE */

/* Page Facebook */
#fb_container {
  font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
  font-size:11px;
  width:470px;
  margin:10px 0 0 0;
  line-height:1.6em;
}
#fb_container a {
  color:#3B5998;
  text-decoration:none;
}
.fb_status_info {
  color:#808080;
  padding:2px 0 0 0;
}
.fb_item {
  width:460px;
  float:left;
  clear:both;
  padding-bottom:10px;
  margin-bottom:10px;
  border-bottom:1px solid #e9e9e9;
}
.fb_user_photo {
  width:50px;
  float:left;
}
.fb_news {
  width:410px;
  padding:0 10px;
  float:left;
}
.fb_news h6 {
  color:black;
  font-weight:normal;
  font-size:13px;
  margin:0;
  padding:0;
}
.fb_news span.fb_bold_link,
div.fb_bold_link{
  color:#3B5998;
  font-weight:bold;
  text-decoration:none;
  cursor:pointer;
}
.fb_news span.fb_bold_link:hover {
  text-decoration:underline;
}
.fb_news span.bold_nolink {
  color:#3B5998;
  font-weight:bold;
}
.fb_news span.fb_normal_link {
  color:#3B5998;
  font-weight:normal;
  text-decoration:none;
  cursor:pointer;
}
.fb_news span.fb_normal_link:hover {
  text-decoration:underline;
}
.fb_parcours {
  color:#808080;
  height:18px;
  background:url('/widgets/facebook/facebook_icons.png') 0 -166px no-repeat;
  padding:5px 0 0 20px;
}
.fb_friend {
  color:#808080;
  height:18px;
  background:url('/widgets/facebook/facebook_icons.png') 0 -282px no-repeat;
  padding:5px 0 0 20px;
}
.fb_news h6.grey_status,
.fb_grey_text {
  color:#808080;
}
.fb_calendar {
  color:#808080;
  height:18px;
  background:url('/widgets/facebook/facebook_icons.png') 0 -102px no-repeat;
  padding:2px 0 0 20px;
}
.fb_link {
  color:#808080;
  height:18px;
  background:url('/widgets/facebook/facebook_icons.png') 0 -208px no-repeat;
  padding:2px 0 0 20px;
}
.fb_like_page {
  color:#808080;
  height:18px;
  background:url('/widgets/facebook/facebook_icons.png') 0 -226px no-repeat;
  padding:5px 0 0 20px;
}
.fb_group {
  color:#808080;
  height:18px;
  background:url('/widgets/facebook/facebook_icons.png') 0 -262px no-repeat;
  padding:5px 0 0 20px;
}
.fb_love {
  color:#808080;
  height:18px;
  background:url('/widgets/facebook/facebook_icons.png') 0 -186px no-repeat;
  padding:5px 0 0 20px;
}
.fb_gift {
  color:#808080;
  height:18px;
  background:url('/widgets/facebook/facebook_icons.png') 0 0 no-repeat;
  padding:0 0 0 20px;
  margin:5px 0 0 0;
}
.fb_link_content,
.fb_event {
  float:left;
  width:280px;
}
.fb_subtitle {
  color:#808080;
}
.fb_links {
  color:#808080;
  height:15px;
  padding:2px 0 0 0;
}
.fb_photos {
  color:#808080;
  height:18px;
  background:url('/widgets/facebook/facebook_icons.png') 0 -144px no-repeat;
  padding:5px 0 0 20px;
}
.fb_video {
  color:#808080;
  height:18px;
  background:url('/widgets/facebook/facebook_icons.png') 0 -123px no-repeat;
  padding:5px 0 0 20px;
}
.fb_event_title {
  font-weight:bold;
  color:#3B5998;
  margin-bottom:5px;
}
.fb_event_detail {
  color:#808080;
  margin-bottom:2px;
}
.clearer {
  clear:both;
  padding:0;
  margin:0;
}
.fb_comment_arrow {
  background:url('/widgets/facebook/facebook_icons.png') no-repeat scroll -6px -72px transparent;
  width:9px;
  height:5px;
  margin:5px 0 0 17px;
  padding:0;
}
.fb_comment_box {
  padding:5px 0 4px 5px;
  background-color:#ECEFF5;
  margin:0 0 2px 0;
  border-bottom:1px solid #E5EAF1;
}
.fb_comment_like {
  float:left;
  width:15px;
  height:13px;
  background:url('/widgets/facebook/facebook_icons.png') -2px -248px;
  margin-right:5px;
}
.fb_comment {
  float:left;
  margin-left:10px;
  width:340px;
}
.fb_comment_details {
  color:#808080;
  margin-top:5px;
  line-height:8px;
}
.fb_comment_like_like {
  padding-left:12px;
  display:inline-block;
  height:9px;
  background:url('/widgets/facebook/facebook_icons.png') -5px -54px no-repeat;
  color:#3B5998;
}
.fb_city {
  color:#808080;
  height:18px;
  background:url('/widgets/facebook/facebook_icons.png') 0 -80px no-repeat;
  padding:5px 0 0 20px;
}

@media (max-width: 1550px) {
  .container-article {
    padding-left: 0;
  }
}

@media (max-width: 1525px) {
  .long-picture .top-long{
    margin-left: 45px;
  }

  .long figcaption {
    padding-left: 45px;
  }
}

@media (max-width: 1134px) {
  body.article {
    background: none !important;
  }

  .content {
    margin: 0 !important;
    width: 100% !important;
  }

  a.category {
    margin-top: 0;
  }

  .slate_footer .width_wrap.footer{
    display: none;
  }

  .slate_footer .width_wrap {
    padding: 0;
  }

  .slate_footer .subscribers {
    width: 100%;
  }

  .slate_footer .imprint, .slate_footer .footer_nav_responsive{
    display: block;
  }

  .imprint {
    height: 58px;
    line-height: 19px;
    padding-top: 19px;
    padding-bottom: 19px;
    padding-left: 9px;
    padding-right: 9px;
  }

  .imprint img {
    float: left;
    margin-right: 8px;
  }

  .imprint p {
    font-size: 0.8em;
    color: #AAA;
  }

  .slate_footer{
    height: auto;
  }
  .footer_nav_responsive{
    padding-bottom: 18px;
    padding-left: 10px;
    margin: 0;
  }

  .footer_nav_responsive>li {
    border-top: 1px solid #433E3E;
  }

  .footer_nav_responsive li a {
    font-size: 1em;
    display: block;
    line-height: 28px;
    color: white;
  }

  .subtitle {
    margin-bottom: 20px;
  }

  header figcaption p {
    margin: 0;
  }
}

@media (max-width: 1110px) {

  .main_nav {
    position: relative;
    padding: 8px 0 0;
    bottom: auto;
    width: 100%;
  }

  .bg_slate {
    background: #670133;
  }

  .slate_bar .pull-left {
    display: none;
  }

  .slate_logo {
    padding-left: 0;
    margin: 0 auto;
    position: relative;
    width: 100px;
  }

  .slate_logo img {
    width: 100%;
  }

  .share_box {
    display: block;
  }

  .banniere_top iframe:not([width='0']),
  .banniere_top object,
  .banniere_top embed,
  .banniere_top a img:not([width='1']),
  .banniere_top ins {
    max-width: 100% !important;
    width: 100% !important;
    height: auto;
  }

  #inreadbis img {
    width: auto !important;
  }

  .slate_bar_nav_container {
    height: 53px;
  }

  .col-md-2{
    display: none;
  }

  .col-md-8 {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .media_embed {
    max-width: 100%;
    width: 100% !important;
  }

  .col-md-8 header {
    padding: 15px 15px 0;
  }

  .width_wrap{
    margin-left: 0;
    padding: 0 15px;
  }

  .sentence-author{
    max-width: 100%;
    width: auto;
  }

  .long .sentence-author {
    margin: 0 0 20px;
  }

  .container{
    margin-left: 0;
    max-width: 100%;
    width: auto;
  }
  .container-article{
    margin-top: 0;
    max-width: none;
  }

  .long {
    padding: 0;
  }

  .long header {
    margin-top: 53px;
    padding: 10px 15px 0;
  }

  .long .row {
    padding-left: 0;
  }

  .long .subtitle-long {
    margin-left: 0;
    margin-bottom: 5px;
  }

  .long .col-left-long {
    margin: 0;
    padding: 0;
  }

  .width_wrap h1, .subtitle h3, .tag{
    max-width: 100%;
    width: auto;
  }

  .long .col-md-8{
    padding: 0 15px;
  }

  .share_box {
    display: block;
  }

  .social-media {
    /*height: 40px;
    width: 100%;
    position: relative;
    margin: 0;
    top: auto !important;*/
    display: none;
  }

  .social-media .twitter span {
    height: 150px;
    background-position: 2px -47px;
  }

  .social-media .fb span {
    height: 150px;
    background-position: 10px 0px;
  }

  .social-media .linkedin span {
    height: 150px;
    background-position: -9px -103px;
  }

  .social-media .googleplus span {
    height: 150px;
  }

  .social-media .social {
    width: 25% !important;
    float: left;
  }

  .aside_blockquote{
    max-width: 100%;
    width: auto;
    margin-right: 25px;
  }

  .subtitle h3{
    margin-bottom: 0;
  }
  .col-left{
    max-width: 100%;
    width: auto;
    height: auto;
    padding: 15px 15px 0;
    margin: 0;
  }
 /*en attendant que l'on trouve quoi en faire*/
  .col-right{
    display: none;
  }

  .capture-160x70{
    max-width: 100%;
    width: auto;
  }

  .long-picture .top-long{
    position: relative;
    max-width: 100%;
    width: auto;
    bottom: inherit;
    margin: 0;
    padding: 0;
  }

  .long-picture figure {
    padding: 0;
    margin-bottom: 20px;
  }

  .long-picture figcaption {
    padding: 0;
  }

  .top-long h1{
    color: black;
  }

  .top-long .sentence-author p{
    color: black;
    margin-left: 0px;
  }

  .long .subtitle h3{
    margin-top: 0;
    margin-bottom: 0;
  }

  .col-left-long .capture-650x430, .col-left-long .media_legend{
    display: none;
  }

  .block-top-short, .shortest{
    max-width: 100%;
    width: auto;
    margin-left: 0;
  }

  .block-top-short h1{
    margin-left: 20px;
  }

  .block-top-short .subtitle h3{
    margin-bottom: 20px;
  }

  .col-left-long{
    max-width: 100%;
    margin-left: 30px;
    width: auto;
  }

  .shortest .col-left {
    margin-top: 0;
  }

  .col-left header {
    padding: 0;
  }

  .container .col-left p > span iframe,
  .container .col-left [src*='youtube'],
  .container .col-left [src*='allocine'],
  .container .col-left [src*='dailymotion'],
  .container .col-left [src*='vimeo'],
  .container .col-left [src*='mtvnservices'],
  .container .col-left [src*='gfycat'],
  .container .col-left [src*='kickstarter'],
  .container .col-left [src*='giphy'],
  .container .col-left [src*='dmcloud'],
  .container .col-left [data*='reuters'],
  .container .col-left [src*='m6web'],
  .container .col-left [src*='vodkaster'],
  .container .col-left [src*='nationalgeographic.com'],
  .container .col-left [src*='wat.tv'],
  .container .col-left [src*='canalplus.fr'],
  .container .col-left [pluginspage*='macromedia.com'],
  .container .col-left [src*='livestream'],
  .container .col-left [src*='google'],
  .container .col-left p > object embed {
    width: 100%;
    height: auto;
  }

  .container .col-left [src*='instagram'],
  .container .col-left [src*='macromedia'],
  .container .col-left [src*='vine'],
  .container .col-left [src*='spotify'],
  .container .col-left .more img,
  div#quiz_wrapper,
  p.rtecenter img,
  .container h5 img,
  .container h2 img,
  .container h3 img,
  .doksoft_image_img {
    width: 100%;
  }

  .container .col-left .field-name-body p > img,
  .container .col-left .field-name-body p img,
  .container .col-left .field-name-body p span > img,
  .container .col-left .field-name-body p > a > img,
  .container .col-left .field-name-body .aside_media img {
    width: 100% !important;
    width: -webkit-calc(100% + 40px) !important;
    width: calc(100% + 40px) !important;
    margin-left: -20px;
    height: auto !important;
  }

  .container .col-left .field-name-body .article_insert .element {
    padding-left: 15px;
  }

  .container .col-left .field-name-body .article_insert img {
    width: 13.75% !important;
    display: inline-block;
    margin-right: 14px;
    margin-top: 10px;
    vertical-align: top;
    padding-bottom: 24px;
  }

  .container .col-left .field-name-body .article_insert.showcase img {
    width: 160px !important;
    display: inline-block;
    margin: 10px 14px 0 0;
    vertical-align: top;
  }

  .container .col-left .media_embed,
  .container .col-left .aside_media {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
  }

  .container .col-left .aside_media {
    width: 100%;
  }

  .container .col-left .media_embed iframe,
  .container .col-left .media_embed object,
  .container .col-left .media_embed embed,
  .container .col-left .aside_media iframe,
  .container .col-left .aside_media object,
  .container .col-left .aside_media embed {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
  }

  .bottom-ads .col-md-8 {
    width: 100%;
  }

  .bottom-ads .col-md-4 {
    display: none;
  }

  .footer-ad {
    display: none;
  }

  .test-pub {
    display: none;
  }
}

@media (max-width: 801px){

  .slate_logo {
    width: 80px;
    margin-top: 5px;
  }

  .banniere_top iframe:not([width='0']),
  .banniere_top object,
  .banniere_top embed,
  .banniere_top a img:not([width='1']),
  .banniere_top ins {
    max-width: 100% !important;
  }

  .banniere_middle {
    display: none;
  }
  .banniere_top div {
    width: 100% !important;
  }
  .rectangle1 iframe:not([width='0']),
  .rectangle1 object,
  .rectangle1 embed,
  .rectangle1 a img:not([width='1']),
  .rectangle1 ins {
    max-width: 100% !important;
  }

  .container{

  }

  .tag{
    display: none;
  }

  .width_wrap h1{
    font-size: 2.4em;
    margin-bottom: 15px;
  }

  .subtitle{
    font-size: 0.8em;
  }

  .read-more, .read-more-many, .encart{
    max-width: 100%;
    width: auto;
    margin-right: 20px;
  }

  .encart div{
    margin-right: 0px;
    max-width: 300px;
    width: auto;
  }

  .shortest .col-left h1, .block-top-short h1{
    font-size: 2.3em;
  }

  a.category{
    font-size: 1em;
    padding-top: 4;
    margin-top: 0;
    padding: 5px 10px 0;
  }

  figcaption p{
    font-size: 1em;
    line-height: 1.2em;
  }

  .col-left h2,
  .col-left h3,
  .col-left .num_subtitle{
    font-size: 1.4em;
  }

  .sentence-author p{
    font-size: 0.9em;
    margin-bottom: 0;
  }

  .col-left .sentence-author p a{
    border: none;
  }

  .subtitle h3 {
    margin-top: 15px;
  }

  .block-top-short .subtitle h3{
    font-size: 1.7em;
  }

  .footer_cnil, #cnilFooter {
    height: auto;
  }

  header figure,
  .long-picture figure {
    margin-top: 15px;
    margin-bottom: 0;
  }

}

@media (max-width: 625px){
  .encart img{
    display: none;
  }

  .encart div{
    max-width: 100%;
  }

  .container .col-left .field-name-body .article_insert.showcase img {
    width: 80px !important;
  }
}

/* @group HIGHLIGHT SHARE */

.highlight_share {
  z-index: 8;
  position: absolute;
  background-color: #333;
  margin-left: -20px;
  width: 40px;
  height: 34px;
  display: none;
}

.highlight_share a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.highlight_share a::after {
  content: '';
  display: block;
  background: url(/sites/all/themes/slate/images/social.svg) -48px -19px no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -8px;
  width: 16px;
  height: 14px;
}

.no-svg .highlight_share a::after {
  background-image: url(/sites/all/themes/slate/images/social.svg);
}

.highlight_share span {
  display: block;
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -7px;
  width: 0;
  height: 0;
  border-top: 8px solid #333;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}

.highlight_share:hover {
  background-color: #000;
}

.highlight_share:hover span {
  border-top-color: #000;
}

/* @end HIGHLIGHT SHARE */
