body.overlayed {
  overflow: hidden;
}

#banner {
  display: none !important;
}

#template11septAccueil {
  top: -20px;
  position: relative;
}

#onzeSeptembre {
  background: url("../images/background2_desktop.jpg") top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: white;
}
@media screen and (max-width: 768px) {
  #onzeSeptembre {
    background: none !important;
  }
  #onzeSeptembre::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background-image: url("../images/background2_tablette.jpg");
    background-position: bottom left;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover;
    background-size: cover !important;
    z-index: 0;
  }
}
@media screen and (max-width: 450px) {
  #onzeSeptembre::before {
    background-image: url("../images/background2_mobile.jpg");
  }
}
@supports (-webkit-touch-callout: none) {
  #onzeSeptembre {
    background-attachment: initial;
  }
  @media only screen and (max-device-width: 1024px) {
    #onzeSeptembre {
      background-attachment: initial;
    }
  }
}
#onzeSeptembre .section.hidden {
  display: none;
}
#onzeSeptembre.accueil11Sept {
  background-image: url("../images/background_desktop.jpg");
}
@media screen and (max-width: 768px) {
  #onzeSeptembre.accueil11Sept {
    background: none !important;
  }
  #onzeSeptembre.accueil11Sept::before {
    background-image: url("../images/background_tablette.jpg");
  }
}
@media screen and (max-width: 450px) {
  #onzeSeptembre.accueil11Sept::before {
    background-image: url("../images/background_mobile.jpg");
  }
}
#onzeSeptembre .topBar,
#onzeSeptembre .subTitle,
#onzeSeptembre .lead11sept,
#onzeSeptembre .main-footer {
  position: relative;
}
#onzeSeptembre .topBar {
  border-bottom: 2px solid rgba(255, 255, 255, 0.15);
  margin: 25px;
}
#onzeSeptembre .miniTitle {
  text-align: center;
  padding: 25px 0;
}
#onzeSeptembre .miniTitle span {
  font-family: "Oswald", serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  background-color: black;
  display: inline-block;
  padding: 5px 15px;
  text-transform: uppercase;
}
@media screen and (max-width: 490px) {
  #onzeSeptembre .miniTitle span {
    font-size: 13px;
  }
}
#onzeSeptembre .miniTitle span + span {
  background-color: #E51521;
}
#onzeSeptembre .subTitle h1 {
  font-family: "Oswald", serif;
  font-style: normal;
  font-weight: 600;
  font-size: 80px;
  line-height: 28px;
  color: black;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 490px) {
  #onzeSeptembre .subTitle h1 {
    font-size: 40px;
  }
}
#onzeSeptembre .lead11sept {
  padding: 0 25px;
  font-family: "Oswald", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  letter-spacing: 0.03em;
  max-width: 750px;
  margin: 25px auto;
  text-shadow: 0 0 10px #333;
}
@media screen and (max-width: 490px) {
  #onzeSeptembre .lead11sept {
    font-size: 15px;
    line-height: 20px;
  }
}
#onzeSeptembre .bestof_11sept {
  display: flex;
  margin: auto;
  max-width: 600px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#onzeSeptembre .bestof_11sept .personne {
  position: relative;
  margin: 0 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 25px;
  cursor: pointer;
}
@media screen and (max-width: 490px) {
  #onzeSeptembre .bestof_11sept .personne {
    margin: 0 7px;
  }
}
@media screen and (max-width: 320px) {
  #onzeSeptembre .bestof_11sept .personne {
    margin: 0 5px;
  }
}
#onzeSeptembre .bestof_11sept .personne img {
  max-width: 120px;
  border-radius: 50%;
  border: 2px solid black;
  box-shadow: 0px 8px 7px rgba(0, 0, 0, 0.25);
  z-index: 0;
  filter: grayscale(100%);
}
@media screen and (max-width: 991px) {
  #onzeSeptembre .bestof_11sept .personne img {
    max-width: 95px;
  }
}
@media screen and (max-width: 490px) {
  #onzeSeptembre .bestof_11sept .personne img {
    max-width: 80px;
  }
}
@media screen and (max-width: 320px) {
  #onzeSeptembre .bestof_11sept .personne img {
    width: 70px;
  }
}
#onzeSeptembre .bestof_11sept .personne span {
  display: block;
  position: absolute;
  font-family: "Oswald", serif;
  font-style: normal;
  font-size: 24px;
  line-height: 28px;
  bottom: 0;
  z-index: 1;
  text-transform: uppercase;
  background-color: black;
  padding: 5px 10px;
  width: 130px;
  text-align: center;
  box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 490px) {
  #onzeSeptembre .bestof_11sept .personne span {
    width: 80px;
    font-size: 15px;
    line-height: 24px;
    padding: 0 5px;
    bottom: 5px;
  }
}
@media screen and (max-width: 320px) {
  #onzeSeptembre .bestof_11sept .personne span {
    width: 70px;
    font-size: 12px;
  }
}
#onzeSeptembre .bestof_11sept .personne.argent span {
  background-color: #7eb200;
}
#onzeSeptembre .bestof_11sept .personne.spectacles span {
  background-color: #ff4e00;
}
#onzeSeptembre .bestof_11sept .personne.actualite span {
  background-color: #E51521;
}
#onzeSeptembre .bestof_11sept .personne.sports span {
  background-color: #007070;
}
#onzeSeptembre .share11sept {
  text-align: center;
  padding: 160px 0 25px;
}
@media screen and (max-width: 490px) {
  #onzeSeptembre .share11sept {
    padding: 120px 0 15px;
  }
}
@media screen and (max-width: 320px) {
  #onzeSeptembre .share11sept {
    padding: 50px 0 15px;
  }
}
#onzeSeptembre .share11sept .social-sharing-bar {
  margin: 0 auto 25px;
}
#onzeSeptembre .share11sept span {
  opacity: 0.5;
}
#onzeSeptembre .share11sept ul li a {
  background: rgba(255, 255, 255, 0.5);
  fill: #333;
  width: 53px;
  height: 53px;
}
#onzeSeptembre .share11sept ul li a svg {
  max-width: 26px;
}

.credit-photo {
  text-align: right;
  padding: 15px;
  font-size: 0.8em;
  opacity: 0.6;
}

.espace_title11sept {
  width: 100%;
  position: relative;
  background: #606064;
}

.espace_title11sept img {
  width: 100%;
}

.espace_11sept {
  position: relative;
  margin-top: -17px;
}

.menu_11sept {
  position: sticky;
  top: 45px;
  z-index: 8;
  margin-top: -16px;
  background: linear-gradient(#606064, #515055, #3f3e42, #302f32);
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (min-width: 769px) {
  .menu_11sept {
    padding: 0 25%;
  }
}
.menu_11sept .menu_principal, .menu_11sept .menu_droite {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  height: 60px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.15);
}
@media (min-width: 769px) {
  .menu_11sept .menu_principal, .menu_11sept .menu_droite {
    height: 80px;
  }
}
.menu_11sept .menu_principal li, .menu_11sept .menu_droite li {
  list-style-type: none;
  padding: 0;
  margin: 0 8px;
}
.menu_11sept .menu_principal li a, .menu_11sept .menu_droite li a {
  color: white;
  padding: 0;
  height: 32px;
  width: 32px;
  border-radius: 4px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 769px) {
  .menu_11sept .menu_principal li a, .menu_11sept .menu_droite li a {
    height: 42px;
    width: 42px;
  }
  .menu_11sept .menu_principal li a svg, .menu_11sept .menu_droite li a svg {
    width: 30px;
    height: 30px;
  }
}
.menu_11sept .menu_principal li a.section, .menu_11sept .menu_droite li a.section {
  background-color: rgba(0, 0, 0, 0.21);
}
.menu_11sept .menu_principal li a svg, .menu_11sept .menu_droite li a svg {
  opacity: 0.3;
}
.menu_11sept .menu_principal li a.active svg, .menu_11sept .menu_droite li a.active svg {
  opacity: 1;
}
.menu_11sept .menu_principal li a.active.argent, .menu_11sept .menu_droite li a.active.argent {
  background-color: #7eb200;
}
.menu_11sept .menu_principal li a.active.spectacles, .menu_11sept .menu_droite li a.active.spectacles {
  background-color: #ff4e00;
}
.menu_11sept .menu_principal li a.active.actualite, .menu_11sept .menu_droite li a.active.actualite {
  background-color: #E51521;
}
.menu_11sept .menu_principal li a.active.sports, .menu_11sept .menu_droite li a.active.sports {
  background-color: #007070;
}
.menu_11sept .menu_principal {
  justify-self: flex-start;
  flex-basis: 80%;
  padding-left: 10px;
}
.menu_11sept .menu_droite {
  justify-self: flex-end;
  flex-basis: 20%;
  justify-content: flex-end;
  padding-right: 10px;
  padding-left: 0;
}
.menu_11sept .menu_droite svg {
  opacity: 0.3;
}
.menu_11sept .menu_droite .active svg {
  opacity: 1;
}
.menu_11sept .menu_droite .share_container,
.menu_11sept .menu_droite .index_container {
  display: none;
}
.menu_11sept .menu_droite .share_container.active,
.menu_11sept .menu_droite .index_container.active {
  display: flex;
  position: fixed;
  top: 105px;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 999;
}
@media (min-width: 769px) {
  .menu_11sept .menu_droite .share_container.active,
.menu_11sept .menu_droite .index_container.active {
    top: 125px;
  }
}
.menu_11sept .menu_droite .share_container {
  color: black;
  text-align: center;
  flex-direction: column;
  padding-top: 25vh;
}
.menu_11sept .menu_droite .share_container li a {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
.menu_11sept .menu_droite .social_11sept {
  font-size: 14px;
  line-height: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu_11sept .menu_droite .social_11sept .social-sharing-bar {
  justify-content: center;
  margin-bottom: 0;
}

.social-sharing-bar {
  min-width: 170px;
  max-width: 100%;
  margin: 25px auto;
}
.social-sharing-bar .sharebar__label {
  display: block;
  float: left;
  line-height: 60px;
  padding-right: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  color: #353535;
}
@media (max-width: 767px) {
  .social-sharing-bar .sharebar__label {
    float: none;
    line-height: 40px;
    width: 100%;
    text-align: center;
    padding-right: 0;
  }
}
.social-sharing-bar ul {
  list-style: none;
  padding-left: 0;
}
.social-sharing-bar ul li {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.social-sharing-bar ul li a {
  background: #262626;
  fill: white;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  transition: background 0.2s;
  cursor: pointer;
}
.social-sharing-bar ul li a svg {
  max-width: 18px;
  height: auto;
  overflow: hidden;
  cursor: pointer;
}

#index11sept {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 25px;
  overflow-x: scroll;
}
@media (min-width: 350px) {
  #index11sept {
    max-width: 350px;
    margin-left: calc( 50% - 175px);
  }
}
#index11sept .link_personne {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-grow: 1;
  max-height: 60px;
  margin-bottom: 20px;
  width: 100%;
  cursor: pointer;
  overflow: visible;
}
#index11sept .link_personne .nom {
  text-transform: uppercase;
  font-family: "Oswald", serif;
  font-weight: 600;
  color: black;
  line-height: 1.1;
  font-size: 24px;
}
#index11sept .link_personne .nom.sports {
  border-color: #007070;
  color: #007070;
}
#index11sept .link_personne .nom.argent {
  border-color: #7eb200;
  color: #7eb200;
}
#index11sept .link_personne .nom.spectacles {
  border-color: #ff4e00;
  color: #ff4e00;
}
#index11sept .link_personne .nom.actualite {
  border-color: #E51521;
  color: #E51521;
}
#index11sept .link_personne .position {
  color: black;
  text-transform: none;
  font-weight: 100;
  font-size: 18px;
}
#index11sept .link_personne .img_personne {
  margin: 0 20px;
}
#index11sept .link_personne img {
  max-width: 50px;
  border-radius: 50%;
  border: 2px solid black;
  box-shadow: 0px 8px 7px rgba(0, 0, 0, 0.25);
}
#index11sept .link_personne img.sports {
  border-color: #007070;
}
#index11sept .link_personne img.argent {
  border-color: #7eb200;
}
#index11sept .link_personne img.spectacles {
  border-color: #ff4e00;
}
#index11sept .link_personne img.actualite {
  border-color: #E51521;
}

.sticky-top {
  position: sticky;
  z-index: 7;
  top: 105px;
  background: #302f32;
  width: 100%;
  overflow: visible;
}
@media (min-width: 769px) {
  .sticky-top {
    top: 125px;
  }
}
.sticky-top::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -80px;
  height: 80px;
  width: 100%;
  border-top: 1px solid white;
  background: linear-gradient(180deg, #302f32 0%, rgba(46, 46, 48, 0) 100%);
}

.title11sept {
  font-size: 16px !important;
  line-height: 28px;
  font-family: "Oswald", serif;
  text-transform: uppercase;
  text-align: center;
  padding: 15px 10px;
  border-bottom: 1px solid #535353;
  margin-top: 0;
}
.title11sept span {
  color: #9D9D9D;
}

.byline_11sept {
  padding-top: 5px;
  text-align: center;
  margin-bottom: 20px;
}
.byline_11sept a {
  color: #e51521;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.9em;
}

#slider11sept {
  z-index: 9;
}
@media screen and (min-width: 900px) {
  #slider11sept {
    max-width: 900px;
    position: relative;
    overflow: visible;
  }
}

.storiesWrapper .spacer {
  height: 160px;
}

.espace_personnes {
  width: 100%;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .espace_personnes {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.espace_personnes.infinitescroll_11sept {
  max-width: 750px;
}

.personne_slide {
  position: relative;
  padding: 16px;
  overflow: hidden;
  min-height: 200px;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .personne_slide {
    min-height: 85px;
  }
}
@media screen and (max-width: 320px) {
  .personne_slide {
    min-height: 60px;
  }
}
@media (max-width: 767px) {
  .personne_slide {
    padding: 5px;
  }
}
.personne_slide .img_personne img {
  border-radius: 50%;
  width: 100%;
  max-width: 160px;
  border: 1px solid black;
  margin: 0 auto;
  box-shadow: 0px 8px 7px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .personne_slide .img_personne img {
    min-width: 85px;
  }
}
@media (max-width: 320px) {
  .personne_slide .img_personne img {
    min-width: 60px;
  }
}

.chapitre_personne {
  padding: 50px 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
.chapitre_personne .nom {
  width: auto;
  font-family: "Oswald", serif;
  font-style: normal;
  font-size: 25px;
  line-height: 35px;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  background-color: white;
  padding: 2px 25px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .chapitre_personne .nom {
    font-size: 36px;
    line-height: 48px;
  }
}
.chapitre_personne .nom.sports {
  color: #007070;
}
.chapitre_personne .nom.argent {
  color: #7eb200;
}
.chapitre_personne .nom.spectacles {
  color: #ff4e00;
}
.chapitre_personne .nom.actualite {
  color: #E51521;
}
@media (max-width: 550px) {
  .chapitre_personne .nom {
    font-size: 25px;
    line-height: 35px;
  }
}
.chapitre_personne .position {
  font-family: "Oswald", serif;
  text-transform: none;
  padding: 10px 0;
  font-weight: 200;
  font-size: 19px;
  line-height: 26px;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .chapitre_personne .position {
    font-size: 26px;
    line-height: 26px;
    padding: 25px 0;
  }
}
@media (max-width: 550px) {
  .chapitre_personne .position {
    font-size: 17px;
  }
}
.chapitre_personne .categorie {
  font-family: "Oswald", serif;
  font-weight: 200;
  text-transform: uppercase;
  padding: 2px 8px;
  position: relative;
  z-index: 0;
}
.chapitre_personne .categorie::before, .chapitre_personne .categorie::after {
  display: inline-block;
  content: "";
  border-top: 1px solid white;
  width: 4rem;
  position: absolute;
  top: 12px;
  background-color: transparent;
}
.chapitre_personne .categorie::before {
  left: -4rem;
}
.chapitre_personne .categorie::after {
  right: -4rem;
}
@media (min-width: 768px) {
  .chapitre_personne .categorie {
    font-size: 24px;
    line-height: 28px;
    padding: 9px 18px;
  }
  .chapitre_personne .categorie::before, .chapitre_personne .categorie::after {
    width: 20rem;
    top: 25px;
    border-top: 1px solid white;
  }
  .chapitre_personne .categorie::before {
    left: -20rem;
  }
  .chapitre_personne .categorie::after {
    right: -20rem;
  }
}
.chapitre_personne .categorie.argent {
  background-color: #7eb200;
}
.chapitre_personne .categorie.argent::before, .chapitre_personne .categorie.argent::after {
  border-color: #7eb200;
}
.chapitre_personne .categorie.spectacles {
  background-color: #ff4e00;
}
.chapitre_personne .categorie.spectacles::before, .chapitre_personne .categorie.spectacles::after {
  border-color: #ff4e00;
}
.chapitre_personne .categorie.actualite {
  background-color: #E51521;
}
.chapitre_personne .categorie.actualite::before, .chapitre_personne .categorie.actualite::after {
  border-color: #E51521;
}
.chapitre_personne .categorie.sports {
  background-color: #007070;
}
.chapitre_personne .categorie.sports::before, .chapitre_personne .categorie.sports::after {
  border-color: #007070;
}
.chapitre_personne .reponses {
  padding: 25px 10px;
  font-family: "Droid Serif", serif;
}
.chapitre_personne .reponses h2 {
  text-transform: uppercase;
  font-size: 22px;
  line-height: 26px;
}
@media (max-width: 320px) {
  .chapitre_personne .reponses h2 {
    font-size: 19px;
    line-height: 23px;
  }
}
.chapitre_personne .reporter {
  text-align: right;
  display: block;
  width: 100%;
}

.chevron {
  position: absolute;
  top: 30%;
  z-index: 2;
}

.chevron.left {
  left: 10px;
}

.chevron.right {
  right: 10px;
}

.chevron.right:hover,
.chevron.left:hover {
  color: rgba(255, 255, 255, 0.2);
  cursor: pointer;
}

.chevron::before {
  border-style: solid;
  border-width: 0.2em 0.2em 0 0;
  border-color: white;
  content: "";
  display: inline-block;
  height: 20px;
  left: 0.15em;
  position: relative;
  top: 0.15em;
  transform: rotate(-45deg);
  vertical-align: top;
  width: 20px;
}

.chevron.right:before {
  left: 0;
  transform: rotate(45deg);
}

.chevron.left:before {
  left: 0.25em;
  transform: rotate(-135deg);
}

.slick-slide:not(.slick-current) {
  opacity: 0.6;
}
.slick-slide:not(.slick-current) img {
  filter: grayscale(100%);
}

.slick-current .img_personne img.sports {
  border: 3px solid #007070;
}
.slick-current .img_personne img.argent {
  border: 3px solid #7eb200;
}
.slick-current .img_personne img.spectacles {
  border: 3px solid #ff4e00;
}
.slick-current .img_personne img.actualite {
  border: 3px solid #E51521;
}

.ad-wrapper {
  margin: 50px auto 50px;
  text-align: center;
  min-width: 300px;
  min-height: 250px;
}

#notif-container {
  position: fixed;
  top: 45px;
  right: 0;
  width: auto;
  z-index: 9999;
}

.notif-toast {
  position: relative;
  padding: 8px 12px;
  margin: 16px;
  border-radius: 8px;
  background: #F5F5F5;
  cursor: pointer;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.19);
  animation-duration: 0.3s;
  animation-name: notif;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.notif-fadeOut {
  animation-name: notifFadeOut;
  animation-duration: 0.3s;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-fill-mode: forwards;
}

#notif-container p,
#notif-container h4 {
  margin: 3px 0 !important;
}

.notif-title {
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 10px;
}

.notif-text {
  font-size: 14px;
  color: #777;
}

.notif-icon {
  position: absolute;
  top: 5px;
  left: -40px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #FFF;
}

.notif-toast a, .notif-toast a:hover {
  color: #549EDB !important;
  text-decoration: none !important;
}

/** toast types */
.notif-success {
  border-bottom: 2px solid #51C625;
}

.notif-warning {
  border-bottom: 2px solid #DB9215;
}

.notif-error {
  border-bottom: 2px solid #DB2B1D;
}

.notif-info {
  border-bottom: 2px solid #27ABDB;
}

@keyframes notif {
  from {
    transform: translate3d(400px, 0, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes notifFadeOut {
  from {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  to {
    transform: translate3d(400px, 0, 0);
    opacity: 0;
  }
}

/*# sourceMappingURL=style.css.map */
