:root {
  --bayard-yellow: #fff000;
  --bayard-yellow-2: #ffed00;
}

/**
   * Base
   */
html,
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  position: relative;
  background: none;
}

body.cbp-spmenu-push-toleft:after,
body.cbp-spmenu-push-toright:after {
  content: " ";
  position: absolute;
  z-index: 9999;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.clearfix:before,
.clearfix:after,
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.clearfix,
.cf,
.clearfix:after,
.cf:after {
  clear: both;
}

em {
  font-style: italic;
}

h1 {
  /* Defined in .cell h1 */
}
h1.search {
  font-size: 24px;
  font-weight: bold;
  color: #787373;
  margin-top: 0;
  margin-bottom: 24px;
}
h1.search span.term {
  color: #313131;
}
h1.search span.count {
  font-size: 15px;
}

h2 {
  font-size: 22px;
  font-weight: 700;
  margin: 30px 0 6px 0;
}

h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 30px 0 6px 0;
}

h4 {
  font-size: 16px;
  font-weight: normal;
  margin: 30px 0 6px 0;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

input {
  border: 1px solid #dddddd;
  border-radius: 0;
}

select {
  -webkit-appearance: menulist;
}

input::-moz-placeholder {
  color: darkgrey;
  opacity: 1;
  font-weight: 300;
  font-style: italic;
}

input:-ms-input-placeholder {
  color: darkgrey;
  font-weight: 300;
  font-style: italic;
}

input::-webkit-input-placeholder {
  color: darkgrey;
  font-weight: 300;
  font-style: italic;
}

@media only screen and (max-width: 991px) {
  body {
    padding-bottom: 70px;
  }
}

@media only screen and (max-width: 767px) {
  html {
    background: #f5f4f4;
  }

  body {
    padding-bottom: 50px;
  }
}

/**
   * Classes generiques
   */
.none {
  display: none;
}
.clear {
  clear: both;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.gray-border {
  border: 1px solid #d6d6d6;
}
.gray-border-bottom {
  border-bottom: 1px solid #d6d6d6;
}
a.post-edit-link {
  display: inline-block;
  background: #d6d6d6;
  color: #848383;
  padding: 3px 5px;
}
.post-edit-link:hover {
  background-color: #e0000e;
  color: white;
}

/* Sociaux */
.social {
  background: url(../images/sociaux.png) no-repeat left top;
}

/**
   * Bootstrap enhancement
   */
.col-centered {
  display: inline-block;
  float: none;
  text-align: left;
  margin-right: -4px;
}

.row-centered {
  text-align: center;
}

.col-xs-7-5,
.col-s-7-5,
.col-sm-7-5,
.col-md-7-5,
.col-lg-7-5 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.col-xs-7-5 {
  float: left;
  width: 50%;
}
col-xs-pull-7-5 {
  right: 50%;
}
.col-xs-push-7-5 {
  left: 50%;
}
.col-xs-offset-7-5 {
  margin-left: 50%;
}

@media only screen and (max-width: 499px) {
  .col-s-7-5 {
    float: left;
    width: 100%;
    padding: 0;
  }
  .col-s-pull-7-5 {
    right: 50%;
  }
  .col-s-push-7-5 {
    left: 50%;
  }
  .col-s-offset-7-5 {
    margin-left: 50%;
  }
}

@media only screen and (min-width: 500px) {
  .col-s-7-5 {
    float: left;
    width: 50%;
  }
  .col-s-pull-7-5 {
    right: 50%;
  }
  .col-s-push-7-5 {
    left: 50%;
  }
  .col-s-offset-7-5 {
    margin-left: 50%;
  }
}

@media only screen and (min-width: 768px) {
  .col-sm-7-5 {
    float: left;
    width: 50%;
  }
  .col-sm-pull-7-5 {
    right: 50%;
  }
  .col-sm-push-7-5 {
    left: 50%;
  }
  .col-sm-offset-7-5 {
    margin-left: 50%;
  }
}

@media only screen and (min-width: 992px) {
  .col-md-7-5 {
    float: left;
  }
  .col-md-7-5 {
    width: 50%;
  }
  .col-md-pull-7-5 {
    right: 50%;
  }
  .col-md-push-7-5 {
    left: 50%;
  }
  .col-md-offset-7-5 {
    margin-left: 50%;
  }
}
@media only screen and (min-width: 1200px) {
  .col-lg-7-5 {
    float: left;
  }
  .col-lg-7-5 {
    width: 50%;
  }
  .col-lg-pull-7-5 {
    right: 50%;
  }
  .col-lg-push-7-5 {
    left: 50%;
  }
  .col-lg-offset-7-5 {
    margin-left: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*
   * Ninja forms
   */
.field-wrap,
.ninja-forms-required-items,
.ninja-forms-response-msg,
.ninja-forms-field {
  width: 590px !important;
  max-width: 100%;
  margin: 0 auto;
}

.field-wrap.sso-wrap {
  /* width: 100% !important;*/
}

.field-wrap.sso-wrap label {
  position: relative;
  padding-left: 20px;
  line-height: 20px;
  font-size: 16px;
  margin-bottom: 19px;
}

.field-wrap.sso-wrap label input {
  position: absolute;
  top: 3px;
  left: 0;
}

.field-wrap.submit-wrap {
  text-align: center;
}

.ninja-forms-response-msg {
  margin-bottom: 15px;
  padding: 15px;

  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.ninja-forms-error-msg {
  background: #f2dede;
  border: 1px solid #ebccd1;
  color: #a94442;
}

.ninja-forms-success-msg {
  background: #dff0d8;
  border: 1px solid #d6e9c6;
  color: #3c763d;
}

.cell.single .subcontent .ninja-forms-response-msg p {
  margin: 0;
  padding: 0;
}

.ninja-forms-required-items {
  margin-bottom: 8px;
}

.field-wrap input[type="text"],
.field-wrap input[type="number"],
.field-wrap input[type="email"],
.field-wrap input[type="file"],
.field-wrap select,
.field-wrap textarea {
  width: 590px !important;
  max-width: 100%;
  border: 2px solid #d6d6d6;
  padding: 8px 13px;

  color: #b2b1b1;
  font-size: 22px;
  font-weight: bold;

  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.field-wrap.ninja-forms-error input[type="text"],
.field-wrap.ninja-forms-error input[type="number"],
.field-wrap.ninja-forms-error input[type="email"],
.field-wrap.ninja-forms-error input[type="file"],
.field-wrap.ninja-forms-error select,
.field-wrap.ninja-forms-error textarea {
  border-color: #f5000f;
}

.field-wrap textarea {
  height: 280px !important;
}

.field-wrap input[type="checkbox"] {
  margin-right: 6px;
}

.ninja-forms-field-error {
  color: #f5000f;
  font-style: italic;
}
.ninja-forms-field-error p {
  margin: 0 !important;
}

.field-wrap input[type="submit"] {
  display: inline-block;
  background: url(../images/mail.png) no-repeat right center #f5000f;
  margin: 0 auto;
  border: 0;
  height: 49px;

  padding-left: 45px;
  padding-right: 80px;

  font-size: 20px;
  line-height: 49px;
  font-weight: bold;
  color: white;
  text-align: center;

  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.field-wrap input[type="submit"]:hover {
  background-color: #fe5d55;
}

.field-wrap input[type="submit"]:active {
  background-color: #e0000e;
  border-top: 3px solid #af0004;
}

#main .cell .subcontent .list-checkbox-wrap ul,
#main .cell .subcontent .list-checkbox-wrap ul li,
#main .cell .subcontent .list-radio-wrap ul,
#main .cell .subcontent .list-radio-wrap ul li {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  clear: both !important;
}

#main .cell .subcontent .list-checkbox-wrap ul li,
#main .cell .subcontent .list-radio-wrap ul li {
  margin-bottom: 8px !important;
  margin-left: 15px !important;
}

#main .cell .subcontent .list-checkbox-wrap ul li:before,
#main .cell .subcontent .list-radio-wrap ul li:before {
  display: none !important;
}

.list-checkbox-wrap label {
  display: block;
  text-align: left;
  font-size: 14px;
  font-weight: bold !important;
  margin-bottom: 6px;
  cursor: pointer;
}

.sso-wrap {
  /*margin: 60px 0 !important;*/
  margin: 30px auto;
  padding: 30px 0 10px;
  border-top: 1px solid #b2b1b1;
  border-bottom: 1px solid #b2b1b1;
}

.sso-field {
  display: block;
  text-align: left;
  font-size: 14px;
  margin-bottom: 6px;
  cursor: pointer;
}

.field-wrap.label-left .ninja-forms-field,
.field-wrap.label-left .ninja-forms-star-rating-control {
  width: inherit !important;
}

/**
   * Header
   */
header.main .row {
  position: relative;
}

#logo-brand,
#brand-sector {
  float: left;
  margin-left: 5px;
}

#logo-brand a {
  display: block;
  width: 147px;
  height: 45px;
  background-image: url(../images/bayard-jeunesse-logo.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-size: 87%;
  text-indent: -9999px;
}

#brand-sector {
  line-height: 45px;
}

#brand-sector a {
  color: #1f1f1f;
  font-weight: 900;
  font-size: 15px;
}

header.main ul.nav-menu {
  margin: 0 10px 0 0;
  padding: 0;
}

header.main ul.nav-menu li {
  display: block;
  float: left;
}

#menu-top {
  height: 44px;
}

#menu-top .sociaux,
#menu-top .menu-menu-top-container {
  float: right;
}

#menu-top .social,
.sociaux.tiny .social {
  display: block;
  float: left;
  width: 35px;
  height: 35px;
  text-align: center;
  text-indent: -9999px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -o-border-radius: 18px;
  border-radius: 18px;
  margin-top: 4px;
  margin-right: 6px;
}

#menu-top .menu-menu-top-container a,
#menu .menu-menu-principal-container ul li {
  display: block;
  float: left;
  position: relative;
}

#music,
#search,
#menu .menu-menu-principal-container {
  float: right;
  padding-right: 15px;
}

#menu {
  margin-top: 48px;
}

#menu .menu-menu-principal-container ul {
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}

#menu .menu-menu-principal-container > ul > li {
  margin-left: 10px;
}

#menu .menu-menu-principal-container > ul > li > a {
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  display: block;
}

#menu .menu-menu-principal-container ul ul {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 9999;
  top: 43px;
  left: 0px;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  padding-top: 0px;
}

#menu .menu-menu-principal-container .menu-item-has-children.hover ul,
#menu .menu-menu-principal-container .menu-item-has-children:hover ul {
  opacity: 1;
  visibility: visible;
  padding-top: 20px;
}

#menu .menu-menu-principal-container ul ul li {
  width: 100%;
}

#menu .menu-menu-principal-container ul ul li a {
  position: relative;
  white-space: nowrap;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  display: block;
  width: 100%;
}

#music,
#search {
  position: relative;
  margin-left: 15px;
}

#search a {
  display: block;
  background: url(../images/loupes.png) no-repeat 9px 8px;
  text-indent: -9999px;
  text-align: center;
  width: 35px;
  height: 35px;
  margin-top: 4px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  border-radius: 18px;
}

#tiny-menu {
  height: 65px;
  text-align: right;
}

#logo-mobile,
#sociaux-mobile,
#music-mobile,
#tiny-search,
#mobile-menu-launcher {
  height: 100%;
  text-align: center;
}

#sociaux-mobile,
#music-mobile,
#tiny-search,
#mobile-menu-launcher {
  border-right: 1px solid #d6d6d6;
}

#logo-mobile a,
#sociaux-mobile a,
#music-mobile a,
#tiny-search a,
#mobile-menu-launcher a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 12px;
  color: #313131;
  font-weight: 300;
  text-transform: uppercase;
}

#logo-mobile a img {
  max-width: 100%;
  /*max-height: 100%;*/
  max-height: 34px;
}

#sociaux-mobile a span,
#music-mobile a span,
#tiny-search a span,
#mobile-menu-launcher a span {
  display: inline-block;
  height: 32px;
  vertical-align: top;
  line-height: 34px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#sociaux-mobile a span.text,
#music-mobile a span.text,
#tiny-search a span.text,
#mobile-menu-launcher a span.text {
  margin-right: 16px;
}

#sociaux-mobile span.icon {
  width: 32px;
  background: url(../images/nous-suivre@2x.png) no-repeat center;
  background-size: 23px 21px;
}

#tiny-search a {
  display: block;
  width: 100%;
  height: 100%;
}

#tiny-search span.icon {
  width: 32px;
  background: url(../images/mobile-loupe@2x.png) no-repeat center;
  background-size: 22px 23px;
}

#mobile-menu-launcher a {
  display: block;
  width: 100%;
  height: 100%;
  margin-right: 25px;
}

#mobile-menu-launcher span.icon {
  width: 32px;
  background: url(../images/mobile-menu@2x.png) no-repeat center;
  background-size: 19px 12px;
}

.music-box,
.search-box,
.sociaux.tiny {
  position: absolute;
  z-index: 9999;
  top: 50px;
  right: 15px;
  padding: 7px;
  display: none;
}

.music-box,
.search-box,
.search-box input {
  border-radius: 5px;
}

.search-box input:focus {
  outline: none;
}

.search-box form {
  line-height: 37px;
}
.music-box .iframe-responsive-wrapper {
  background-color: #fff;
  font-size: 0;
  white-space: nowrap;
  padding: 4px;
  border-radius: 4px;
}
.music-box .iframe-responsive-wrapper iframe {
  display: block;
  min-height: 250px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .music-box .iframe-responsive-wrapper iframe {
    max-height: 60vh;
  }
}

#menu-top .music-box,
#menu-top .search-box {
  top: 48px;
}

.music-box.tiny,
.search-box.tiny {
  top: 90px;
  left: 0;
  padding: 11px 20px;
}

.sociaux.tiny {
  background-color: #efeed5;
  border-bottom: 3px solid #d6d5b9;
  border-top: 3px solid #d6d5b9;
  padding: 20px 0;
  top: 58px;
  width: 100%;
  text-align: center;
}

.sociaux.tiny .social {
  display: inline-block;
  float: none;
  margin: 0 10px;
}

.music-box.active,
.search-box.active,
.sociaux.tiny.active {
  display: block;
}

.search-box input {
  width: 320px;
  font-size: 14px;
  padding: 0px 15px 0px 40px;
  background: url(../images/loupes.png) no-repeat 12px -43px white;
  text-align: left;
  line-height: 40px;
  height: 40px;
}

.search-box.tiny input {
  width: 100%;
  background-position: 12px -38px;
}

@media only screen and (max-width: 1199px) {
  #menu .menu-menu-principal-container a {
    padding: 0 7px;
  }
  #menu .menu-menu-principal-container #menu-item-56 {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  body.admin-bar header.main {
    top: 32px;
  }
}

@media only screen and (max-width: 991px) {
  header.main .row {
    padding-left: 90px;
  }
}

@media only screen and (max-width: 767px) {
  header.main {
    height: 59px;
    margin-bottom: 0;
  }

  #logo-brand {
    height: 74px;
    width: 74px;
  }

  #logo-brand a {
    height: 74px;
    background-size: 90% !important;
  }

  header.main .row {
    border-right: 0;
    padding-left: 74px;
  }
}

/* Main */

#breadcrumbs {
  margin: 0 0 30px 0;
  padding: 0;
  font-size: 13px;
}

#breadcrumbs a {
  color: #848383;
}

#breadcrumbs a:hover {
  color: #fe5d55;
}

#breadcrumbs .breadcrumb_last {
  font-weight: bold;
}

#to-top {
  display: none;
  position: fixed;
  z-index: 10000;
  bottom: 15px;
  right: 15px;
  overflow: hidden;
  cursor: pointer;
}

#to-top #to-top-inner {
  background: #ec038a;
  color: #ffec00;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  transition: all 0.3s ease;
}

#to-top:hover #to-top-inner,
#to-top:active #to-top-inner {
  background: #ffec00;
  color: #ec038a;
}

@media only screen and (max-width: 991px) {
  #sidebar {
    padding-top: 30px;
    padding-right: 0;
  }

  #content {
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  #main {
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 0;
  }

  #breadcrumbs {
    margin: 10px 0 20px;
  }
}

/* Cells */
.cell {
  position: relative;
  z-index: 2;
}

.cell.left {
  padding-left: 0;
  clear: both;
}

.cell.right {
  padding-right: 0;
}

.cell .visuel {
  position: relative;
}

.cell .visuel .credits {
  position: absolute;
  color: #999;
  font-size: 13px;
  bottom: -29px;
  left: 8px;
}

.cell .visuel img {
  max-width: 100%;
}

.cell .visuel a:hover img {
  opacity: 0.6;
}

.cell .icon {
  position: absolute;
  bottom: -42.5px;
  left: 50%;
  z-index: 999;

  width: 85px;
  height: 85px;

  margin-left: -42.5px;

  border: 6px solid rgba(226, 226, 226, 0.5);

  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;

  overflow: hidden;

  cursor: pointer;
}

.cell .icon-inner {
  width: 74px;
  height: 74px;

  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;

  background-repeat: no-repeat;
  background-position: center center;
  background-color: #f5000f;
}

.cell .content {
  position: relative;
}

.cell.page .content {
  padding-bottom: 0;
}

.cell.page.magazines-liste .content,
.cell.page.univers .content,
.cell.page.heros .content,
.cell.page.engagements-liste .content,
.cell.page.engagements .content,
.cell.page.ple .content,
.cell.page.page.contact .content {
  padding-bottom: 44px;
}

.cell.large .subcontent {
  height: auto;
}

.cell.single .subcontent {
  overflow: hidden;
}

.cell.search .subcontent {
  padding: 25px;
}

.cell .subcontent ul {
  padding-left: 30px;
}

.cell .subcontent li {
  position: relative;
  list-style: none;
  padding-bottom: 10px;
}

.cell .subcontent li:before {
  content: "\25cf";
  position: absolute;
  top: -1px;
  left: -14px;
  font-size: 16px;
}

.cell .subcontent li:last-child {
  padding-bottom: 0;
}

.cell .info {
  font-size: 12px;
  margin-top: 40px;
}

.cell .info .date,
.cell .info .note {
  display: inline-block;
}

.cell .info .date:before {
  content: " ";
  display: inline-block;
  width: 19px;
  height: 19px;

  background: url(../images/date.png) no-repeat 0 0;
  margin-right: 9px;
  vertical-align: bottom;
}

.cell .info .note {
  margin-left: 35px;
}

.cell .info .note img {
  vertical-align: bottom;
}

.cell .info .note span.text {
  padding-left: 8px;
}

@media only screen and (max-width: 767px) {
  .cell .subcontent,
  .cell.single .subcontent {
    padding: 55px 10px 25px 10px;
    height: auto;
  }

  .cell.search .subcontent {
    padding: 25px 10px;
  }

  .cell h3 a {
    font-size: 17px;
  }

  .cell .subcontent p {
    margin: 10px 0 15px 0;
  }

  .cell .single-pagination a {
    font-size: 11px;
  }
}

/* HP */
/* Sidebar abonnements */
.widget {
  margin-bottom: 20px;
}

#sidebar .widget img {
  max-width: 100%;
  height: auto;
}

.abonnementsMilan {
  position: relative;
}

.abonnementsMilan .title h2.maintitle {
  font-size: 20px !important;
  font-weight: bold !important;
  color: #787373 !important;
  margin-top: 15px !important;
}

.abonnementsMilan .title h2.subtitle {
  font-size: 16px !important;
  margin-top: 5px !important;
}

.abonnementsMilan .subtitle a,
.nossites.subtitle a {
  display: inline-block;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  color: white;
  padding: 3px 10px 1px 10px;
  background: #fe9002;
}
.nossites.subtitle a {
  margin-bottom: 10px;
  background-color: #999999;
}
.nossites.subtitle a:hover {
  background-color: #c3c3c3;
}
.nossites.subtitle a:active {
  background-color: #686868;
}

.abonnementsMilan .subtitle.eveil a {
  background-color: #61c3dc;
}
.abonnementsMilan .subtitle.eveil a:hover {
  background-color: #83d2e5;
}
.abonnementsMilan .subtitle.eveil a:active {
  background-color: #58bdd6;
}

.abonnementsMilan .subtitle.japprends a {
  background-color: #f9b900;
}
.abonnementsMilan .subtitle.japprends a:hover {
  background-color: #fbc62c;
}
.abonnementsMilan .subtitle.japprends a:active {
  background-color: #f9aa00;
}

.abonnementsMilan .subtitle.passion a {
  background-color: #c7d200;
}
.abonnementsMilan .subtitle.passion a:hover {
  background-color: #d3dd15;
}
.abonnementsMilan .subtitle.passion a:active {
  background-color: #99a801;
}

.abonnementsMilan ul,
.abonnementsMilan ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.abonnementsMilan ul li {
  display: inline;
}

.abonnementsMilan ul li a {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #787373;
  padding: 3px 5px 1px 5px;
  background: #f2f2f2;
  margin: 10px 6px 0 0;
}

.abonnementsMilan ul li a:hover {
  background-color: #e8e8e9;
}

.abonnementsMilan ul li a strong {
  font-weight: 900;
}

.abonnementsMilan .footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;

  background: #faf9f9;
  text-align: right;

  border-top: 1px solid #d6d6d6;
}

.abonnementsMilan .footer a {
  display: block;
  padding: 12px 21px 12px 0;
  font-weight: 300;
  font-size: 14px;
  font-style: italic;
  color: #787373;
}

.abonnementsMilan .footer a span {
  display: inline-block;
  width: 18px;

  background: #848383;
  font-weight: 900;
  color: white;
  text-align: center;

  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
}

.abonnementsMilan .footer a:hover span {
  background: #f5000f;
}

/* Footer */
#footer-nv1 {
  height: auto;
  background: #02b49c;
  z-index: 3;
}

#footer-nv1 .row {
  height: auto;
}

#footer-nv1 .nl-intro,
#footer-nv1 .nl {
  padding-top: 20px;
  padding-bottom: 20px;
}

#footer-nv1 .nl-intro {
  color: #fff;
  text-align: center;
}

#nl-intro-inner {
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

#nl-intro-inner.bad,
#nl-intro-inner.good {
  padding-left: 140px;
}

#nl-intro-inner.bad {
  background: url(../images/nl-bad.png) no-repeat left center;
}

#nl-intro-inner.good {
  background: url(../images/nl-good.png) no-repeat left center;
}

#footer-nv1 .nl > form {
  font-size: 0;
}
#footer-nv1 .input-email {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 40px;
  width: 63%;
}
#footer-nv1 .nl input.nl-mail,
#footer-nv1 .nl input[type="text"] {
  width: 100%;
  font-size: 14px;
  padding: 10px 20px;
  border: 0;
  height: 40px;
  border-radius: 20px 0 0 20px;
  -moz-transition: background-color 0.25s ease-out;
  -ms-transition: background-color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out;
  transition: background-color 0.25s ease-out;
}

#footer-nv1 .nl input.nl-mail:hover,
#footer-nv1 .nl input[type="text"]:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
#footer-nv1 .nl input.nl-mail.success,
#footer-nv1 .nl input[type="text"].success {
  background: url(../images/nl-input-success.png) no-repeat right center white;
}

#footer-nv1 .nl span.input-submit {
  position: relative;
  margin-left: 0;
  display: inline-block;
  vertical-align: middle;
  height: 40px;
  width: 35%;
}

#footer-nv1 .nl .mb-connector-newsletter-submit {
  position: relative;
  padding: 0 5px 0 0;
  border: 0;
  height: 40px;
  font-size: 13px;
  color: #1f1f1f;
  border-radius: 0 20px 20px 0;
  vertical-align: bottom;
  width: 100%;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 900;
}

#footer-nv1 .nl .mb-connector-newsletter-submit,
#footer-nv1 .nl .mb-connector-newsletter-submit:active {
  background: var(--bayard-yellow);
  -moz-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  -ms-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
}

#footer-nv1 .nl span.input-submit:hover .mb-connector-newsletter-submit,
#footer-nv1 .nl span.input-submit .mb-connector-newsletter-submit:hover {
  background: #ec038a;
  color: #fff;
}

#footer-nv1 .mentions {
  text-align: center;
  color: #fff;
  font-size: 10px;
  line-height: 16px;
  font-weight: 300;
  margin: 0 0 20px;
}

#footer-nv3 {
  padding: 18px 0;
}

#footer-nv3 img {
  max-width: 100%;
}

#footer-nv3 ul,
#footer-nv3 ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}

#footer-nv3 ul {
  text-align: right;
  padding-top: 12px;
}

#footer-nv3 ul li,
#footer-nv3 ul li a {
  display: inline;
  font-size: 12px;
  font-weight: 300;
  color: #787373;
  font-family: sans-serif;
}

#footer-nv3 ul li a {
  white-space: nowrap;
}

#footer-nv3 ul li:after {
  content: " - ";
}

#footer-nv3 ul li:last-child:after {
  content: "";
}

#footer-nv3 ul li a img {
  max-width: 100%;
}

@media only screen and (max-width: 1199px) {
  #footer-nv1 {
    padding: 15px 0;
  }

  #footer-nv1,
  #footer-nv1 .row {
    height: auto;
  }

  #nl-intro-inner {
    /*height: 32px;*/
    line-height: 30px;
  }

  #footer-nv1 .nl-intro,
  #footer-nv1 .nl {
    position: relative;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  #footer-nv1 .nl {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  #footer-nv1 .nl-intro {
    padding-bottom: 15px;
  }

  #footer-nv2 .title,
  #footer-nv2 .title.second {
    margin-bottom: 15px;
    margin-top: 20px;
  }

  #footer-nv2 .col-sm-7-5 {
    padding: 0;
  }

  #footer-nv2 .col-sm-7-5,
  #footer-nv2 .menu ul,
  #footer-nv2 .menu li {
    display: inline;
  }

  #footer-nv2 .col-sm-7-5 ul.second li:first-child:before {
    content: " - ";
  }

  #footer-nv2 li:after {
    content: " - ";
  }

  #footer-nv2 li:last-child:after,
  #footer-nv2 li.with-image:after {
    content: "";
  }
}

@media only screen and (max-width: 400px) {
  #footer-nv1 .nl span:after {
    display: none;
  }
}

/* Magazines */
#magazine-bottom {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 72px;
  background: #ec038a;
  border-top: 1px solid #d6d6d6;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 0;
}
#magazine-bottom .visuel,
#magazine-bottom .content,
#magazine-bottom .prix,
#magazine-bottom .btn-center {
  display: inline-block;
  vertical-align: middle;
}
#magazine-bottom .visuel {
  width: 21%;
  padding: 3px 10px;
  max-height: 100%;
  text-align: center;
}
#magazine-bottom .visuel img {
  /*max-width: 100%; height: auto; max-height: 100%; width: auto;*/
  max-width: 100%;
  width: 100%;
  display: inline-block;
  height: auto;
  position: relative;
  bottom: 14px;
}
#magazine-bottom .content {
  width: 79%;
  color: #fff;
  padding-right: 10px;
}
#magazine-bottom .titre {
  font-size: 14px;
  text-align: center;
  line-height: 19px;
}
@media only screen and (max-width: 400px), only screen and (max-height: 400px) {
  #magazine-bottom .titre {
    line-height: 19px;
  }
  #magazine-bottom .visuel img {
    height: 63px;
    top: 0px;
  }
}
#magazine-bottom .prix {
  width: 55%;
  font-size: 18px;
  letter-spacing: -0.04em;
  text-align: center;
}
#magazine-bottom .prix .number {
  font-weight: 900;
  font-size: 22px;
}
#magazine-bottom .btn-center {
  width: 44%;
  margin: 0;
  font-size: 14px;
  padding: 0;
  height: 24px;
  line-height: 24px;
}

#abonnements-menu {
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  color: #313131;
}

#mobile-menu .return-link {
  margin-top: 25px;
}

@media only screen and (max-width: 767px) {
  #magazine-bottom {
    height: 70px;
  }

  #magazine-bottom .magazine-bottom-inner {
    padding-left: 65px;
    height: 48px;
    line-height: 52px;
  }

  #magazine-bottom .magazine-bottom-inner:after {
    width: 50px;
    height: 49px;
    border-right: 1px solid #d6d6d6;
    top: -14px;
  }

  .cbp-spmenu-push-toright #magazine-bottom {
    left: 280px;
  }
  .cbp-spmenu-push-toleft #magazine-bottom {
    left: -280px;
  }

  body.single-sommaires article .visuel,
  body.single-tutoriaux article .visuel,
  body.single-sommaires #content article .visuel,
  body.single-tutoriaux #content article .visuel {
    width: 100% !important;
    padding: 0;
    text-align: center;
    margin: 0 0 20px 0 !important;
  }
}

#retargeting {
  position: absolute;
  bottom: 0;
}

#autresmags .block_produit {
  background: none repeat scroll 0 0 #f3f1ed;
  border-radius: 10px;
  margin: 0 0 20px;
  padding: 20px 18px 10px 28px;
  overflow: hidden;
}
#autresmags .block_produit a.lien_a {
  background: #dadad5;
  border: 1px solid #b6b1b1;
  border-radius: 10px;
  color: #5b5c5e;
  font-size: 14x;
  height: 28px;
  padding: 5px 0 0;
  text-align: center;
  text-decoration: none;
  width: 122px;
}
#autresmags .block_produit a.lien_a:hover {
  color: #e2001a;
}
#autresmags .block_produit .bloc_img {
  float: left;
}
#autresmags .block_produit .block_flash {
  margin-bottom: 20px;
}
#autresmags .block_produit .bloc_cadeau_promo img {
  border: 1px solid #cccccc;
}

#autresmags .block_produit h2 {
  color: #0f6010;
  font-size: 26px;
  margin: 0 0 40px;
  font-weight: bold;
}
#autresmags .block_produit h3 {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
}
#autresmags .block_produit a.lien_a {
  display: block;
  float: right;
  margin: 0 0 10px;
}
#autresmags .block_produit .bloc_txt {
  float: left;
  width: 364px;
}
#autresmags .block_produit .bloc_txt a {
  color: #77b6d7;
  display: block;
  font-weight: bold;
  margin: 20px 0 0;
}
#autresmags .block_produit .bloc_txt p {
  line-height: 21px;
  margin: 10px 0 4px;
}
#autresmags .block_produit .bloc_img {
  margin: 0 10px 0 0;
  width: 200px;
}
#autresmags .block_produit .produit {
  float: right;
  margin: 0 auto;
  text-align: left;
  width: 123px;
}
#autresmags .block_produit .produit .detail_prix {
  color: #58585a;
  float: right;
  margin: 0 5px 10px 0;
  text-align: right;
  width: 123px;
}
#autresmags .block_produit .produit p {
  color: #fe9834;
  font-size: 14px;
  font-weight: bold;
  margin: 8px 0 0;
}
#autresmags .block_produit .produit .detail_prix span {
  display: block;
  font-weight: bold;
}
#autresmags .block_produit .produit .detail_prix span strong {
  font-size: 16px;
}
#autresmags .block_produit .produit .detail_prix span .barre {
  background: url("/extension/marques_milan_design/design/marques/images/css/linethrough.gif")
    repeat-x scroll left center rgba(0, 0, 0, 0);
  color: #58585a;
  display: inline;
  font-size: 14px;
}
#autresmags .block_produit .produit .detail_prix .size1 {
  background: url("/extension/marques_milan_design/design/marques/images/css/fleche.gif")
    no-repeat scroll 11px 8px rgba(0, 0, 0, 0);
  font-size: 22px;
  font-weight: bold;
  padding: 0 0 0 27px;
  color: #000;
}
#autresmags .block_produit .produit .detail_prix .size2 {
  color: #fe9834;
  font-size: 18px;
}

#autresmags .block_produit .button.gform_button {
  font-weight: bold;
  margin: 10px 0;
}

#autresmags .block_produit .cadeau {
  color: #000;
  font-size: 12px;
  line-height: 12px;
}

#header-print {
  display: none;
}

#header-print .pull-left img {
  width: 70%;
}

/* Caroussel en page intérieure */
dl,
dt,
dd {
  border: 0 !important;
}
.gallery .gallery-item dt img {
  border: 0 !important;
}
.gallery .gallery-item {
  opacity: 0.9;
  float: none !important;
  display: inline-block !important;
  padding: 0 !important;
  margin: 0 !important;
}
.gallery .gallery-item:hover {
  cursor: pointer !important;
  opacity: 1 !important;
}
.gallery .gallery-icon {
  overflow: hidden !important;
  padding: 0 !important;
  margin: 1px !important;
}

.gallery .wp-caption-text {
  display: none !important;
}

.gallery {
  line-height: 0;
}

.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

/**
   * For IE 6/7 only
   * Include this rule to trigger hasLayout and contain floats.
   */
.clearfix {
  *zoom: 1;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* close commented backslash hack */
* html .clearfix {
  zoom: 1;
} /* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
} /* IE7 */

@media only print {
  body {
    margin: 20px !important;
  }

  a[href]:after {
    content: none !important;
  }

  #masthead .ontop,
  #masthead .onbelow,
  #masthead #tiny-menu,
  .cookiebanner,
  #footer,
  #to-top,
  #magazine-bottom,
  #wpadminbar,
  #mobile-menu,
  .single-pagination,
  .sociaux,
  .edit-link,
  #sidebar,
  .onbelow::after,
  #logo-site::after,
  #feuilletage .remontee-marketing,
  body.error404 .remontee-marketing,
  #sommaires .titre-rubrique h1::after,
  #sommaires .titre-rubrique h1::before,
  #autres-magazines .titre-rubrique h1::after,
  #autres-magazines .titre-rubrique h1::before,
  #feuilletage .titre-rubrique h1::after,
  #feuilletage .titre-rubrique h1::before,
  #search-results .titre-rubrique h1::after,
  #search-results .titre-rubrique h1::before,
  #sidebar .widget_remontee_boutique .bouton a,
  #autres-magazines .visuel .bouton,
  #feuilletage .remontee-marketing .detail_prix .bouton,
  body.error404 .remontee-marketing .detail_prix .bouton,
  #sidebar .widget_remontee_boutique .cadeau-content .cadeau-titre::before,
  #autres-magazines .cadeau-content .cadeau-titre::before,
  #feuilletage .remontee-marketing .cadeau-content .cadeau-titre::before,
  body.error404 .remontee-marketing .cadeau-content .cadeau-titre::before,
  #sidebar .widget_remontee_boutique .cadeau-content .cadeau-titre::after,
  #autres-magazines .cadeau-content .cadeau-titre::after,
  #feuilletage .remontee-marketing .cadeau-content .cadeau-titre::after,
  body.error404 .remontee-marketing .cadeau-content .cadeau-titre::after,
  #sommaires .list .cell .clearfix,
  #sommaires .form {
    display: none !important;
  }

  #content,
  #breadcrumb .crumbs,
  .cell.single .subcontent,
  .container,
  #main,
  #header-print {
    display: block !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    clear: both !important;
  }

  #main,
  #breadcrumb {
    margin-top: 20px !important;
  }

  #breadcrumb,
  #breadcrumb span,
  #breadcrumb a {
    color: #000 !important;
  }

  #sommaires .titre-rubrique,
  #autres-magazines .titre-rubrique,
  #feuilletage .titre-rubrique,
  #search-results .titre-rubrique {
    text-align: left !important;
  }

  #sommaires .titre-rubrique h1,
  #autres-magazines .titre-rubrique h1,
  #feuilletage .titre-rubrique h1,
  #search-results .titre-rubrique h1 {
    padding: 0 !important;
    margin: 0 0 20px 0 !important;
  }

  #blog .cell .visuel,
  body.single-sommaires article .visuel,
  #sommaires .list .cell .visuel,
  #autres-magazines .list .cell .visuel,
  #feuilletage .remontee-marketing .list .cell .visuel,
  body.error404 .remontee-marketing .list .cell .visuel {
    padding: 0 !important;
    text-align: left !important;
    width: 30% !important;
    margin-right: 5% !important;
  }

  #autres-magazines .list .cell .visuel {
    margin-right: 0 !important;
    margin-left: 5% !important;
  }

  #blog .cell .visuel,
  #sommaires .list .cell,
  #blog .cell,
  #autres-magazines .list .cell,
  #search-results .list .cell,
  .col-s-7-5 {
    width: 100% !important;
  }

  #blog .cell .content,
  #blog .cell.large .content,
  #blog .celle .subcontent,
  #sommaires .list .cell.large .content,
  #sommaires .list .cell .date-numero-titre,
  #autres-magazines .list .cell .subcontent,
  #feuilletage .remontee-marketing .list .cell .subcontent,
  body.error404 .remontee-marketing .list .cell .subcontent {
    width: 65% !important;
    padding: 0 !important;
    float: right !important;
  }

  #autres-magazines .list .cell .subcontent {
    float: left !important;
  }

  #sommaires .list .cell .date-numero-titre {
    padding-bottom: 20px !important;
  }

  #sommaires .cell.col-s-7-5 article {
    min-height: inherit !important;
  }

  #blog .cell,
  .list .cell {
    margin-bottom: 20px !important;
    padding-bottom: 20px !important;
    border-bottom: 1px solid #000 !important;
    padding: 0 0 20px 0 !important;
  }

  #blog .cell,
  #blog .subcontent {
    border: 0 !important;
  }

  #sommaires .list .cell.large .visuel {
    width: 30% !important;
  }

  #sommaires .list .cell .subcontent,
  #blog .cell .subcontent,
  #autres-magazines .list .cell article,
  #feuilletage .remontee-marketing .list .cell article,
  body.error404 .remontee-marketing .list .cell article,
  #search-results .list .cell article {
    padding: 0 !important;
  }
}

/*
    Menu Mobile - jQuery.mmenu themes extension CSS
  */
.mm-list {
  font-size: 14px;
}

.mm-menu.mm-vertical .mm-list .mm-panel {
  padding: 0px;
}

.mm-list
  > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(
    .mm-noresults
  ):after {
  margin-left: 0;
}

.mm-list li a {
  border-bottom: 1px solid #dfdfdf;
  line-height: 15px;
  text-transform: uppercase;
  font-size: 12px;
}

.mm-list > li > a,
.mm-list > li > span {
  padding-left: 20px;
  font-weight: 500;
}

.mm-list > li > ul > li > a,
.mm-list > li > ul > li > span {
  padding-left: 45px;
  font-weight: 500;
}

.mm-header,
.mm-footer {
  height: auto;
  padding: 10px 0;
  border: 0;
}

.mm-header {
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3);
}
.mm-header img {
  height: 40px;
}

.mm-footer {
  box-shadow: 0px -3px 5px rgba(0, 0, 0, 0.3);
}

html.mm-opened.mm-light .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.mm-menu.mm-light {
  background: #f3f3f3;
  color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-light .mm-list > li:after {
  border-color: rgba(0, 0, 0, 0);
}
.mm-menu.mm-light .mm-list > li > a.mm-subclose {
  background: rgba(255, 255, 255, 0.6);
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-light .mm-list > li > a.mm-subopen:after,
.mm-menu.mm-light .mm-list > li > a.mm-subclose:before {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-light .mm-list > li > a.mm-subopen:before {
  border-color: rgba(0, 0, 0, 0);
}
.mm-menu.mm-light .mm-list > li.mm-selected > a:not(.mm-subopen),
.mm-menu.mm-light .mm-list > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-light .mm-list > li.mm-label {
  background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > a.mm-subopen,
.mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(0, 0, 0, 0.03);
}

.mm-menu.mm-light .mm-footer {
  background-color: var(--bayard-yellow);
  box-shadow: none;
  border: 0;
  color: rgba(0, 0, 0, 0.3);
  padding: 10px;
  height: 52px;
}
.mm-menu.mm-light .mm-footer .btn-danger {
  border-color: #ed1d24;
  background-color: #ed1d24;
  text-transform: uppercase;
  font-weight: 900;
  color: #fff;
  font-size: 12px;
  padding: 6px 20px;
}
.mm-menu.mm-light .mm-footer .btn-danger i {
  display: none;
}

.mm-menu.mm-light .mm-header {
  background-color: var(--bayard-yellow);
  box-shadow: none;
  border: 0;
  color: rgba(0, 0, 0, 0.3);
  padding: 10px;
  height: 60px;
}
.mm-menu.mm-light .mm-header .mm-prev:before,
.mm-menu.mm-light .mm-header .mm-next:after {
  border-color: rgba(0, 0, 0, 0.3);
}

#lmda-btn {
  transition: all 250ms ease;
  float: right;
  background-color: #f58220;
  color: #fff;
  text-transform: uppercase;
  box-shadow: none;
  font-weight: 700;
  border-radius: 4px;
  line-height: 32px;
  padding: 2px 12px;
  font-size: 16px;
  margin: 5px -15px 0 15px;
  display: inline-flex;
  align-items: center;
}
#lmda-btn::before {
  content: "";
  background: url(../images/lmda-picto.png) no-repeat center center / contain;
  display: inline-block;
  height: 18px;
  width: 18px;
}
#lmda-btn:hover {
  background-color: #ae5423;
  text-decoration: none;
}
.is-sticky header .ontop #lmda-btn {
  line-height: 20px;
  font-size: 14px;
  margin: 0;
  border-radius: 0;
}
.is-sticky header .ontop #lmda-btn::before {
  height: 15px;
}

header.main .ontop > .container > .row {
  display: flex;
}
header.main .ontop > .container > .row > [class*="col-md"] {
  flex: 1 1 auto;
  width: auto;
}

header.main .ontop #music,
header.main .ontop #search {
  padding-right: 0;
  margin-left: 0;
}

@media (max-width: 1100px) {
  #lmda-btn,
  #newsletter a,
  .ontop #abonnement-btn {
    padding: 2px 8px !important;
    font-size: 14px !important;
  }
  #lmda-btn {
    margin-left: 10px;
  }
  #newsletter {
    padding-right: 10px !important;
  }
  #menu-top .social {
    width: 23px !important;
    margin-right: 4px !important;
  }
}

[data-wpr-lazyrender] {
  content-visibility: initial;
}