@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* placeholder: proportions vidéo youtube responsive */
/* placeholder : width de 100vw */
/* changer delay selon position dans la liste*/
/* changer width selon position dans la liste */
/* center vertically */
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
#block-actualitesintro .wrapper-header-actualites .wrapper-titre h1,
#block-actualitesintro .wrapper-header-actualites .wrapper-titre .title,
#block-actualitesintroseo .wrapper-header-actualites .wrapper-titre h1,
#block-actualitesintroseo .wrapper-header-actualites .wrapper-titre .title {
  font-family: "SequelSans-BoldDisplay", sans-serif;
  font-weight: normal;
  font-size: 2.5rem;
  color: #f5f5f5;
  letter-spacing: 0.03em;
  margin: 0 0 40px 0;
  line-height: 2.875rem;
}

.page-node-type-article .sharing {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 110;
  height: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  color: white;
  padding: 10px 0;
}

.page-node-type-article .sharing .wrapper-label-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
}

.page-node-type-article .sharing .label {
  font-family: "Helvetica";
  font-weight: 700;
  font-size: 1.675rem;
  width: 100%;
  padding-left: 0px;
  text-align: center;
}

.page-node-type-article .sharing .social-sharing-link {
  width: 100%;
  padding-left: 0px;
}
.page-node-type-article .sharing .social-sharing-link ul {
  margin: 20px 0 0 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.page-node-type-article .sharing .social-sharing-link ul li {
  margin: 0 15px;
}
.page-node-type-article .sharing .social-sharing-link ul li a {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}
.page-node-type-article .sharing .social-sharing-link ul li a.twitter {
  width: 16px;
  height: 16px;
  background-image: url(../images/twitter@2x.png);
  background-size: 16px;
}
.page-node-type-article .sharing .social-sharing-link ul li a.facebook {
  width: 16px;
  height: 16px;
  background-image: url(../images/facebook@2x.png);
  background-size: 16px;
}
.page-node-type-article .sharing .social-sharing-link ul li a.linkedin {
  width: 16px;
  height: 16px;
  background-image: url(../images/linkedin@2x.png);
  background-size: 16px;
}
.page-node-type-article .sharing .social-sharing-link ul li a.mail {
  width: 19px;
  height: 16px;
  background-image: url(../images/mail@2x.png);
  background-size: 19px;
}

@media only screen and (min-width: 768px) {
  .page-node-type-article .sharing {
    padding: 0 0 0 0;
  }
  .page-node-type-article .sharing .wrapper-label-links {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    max-width: 660px;
    width: auto;
  }
  .page-node-type-article .sharing .label {
    width: auto;
    padding-left: 0px;
    padding-right: 40px;
    border-right: solid 1px white;
    text-align: left;
    font-size: 1.875rem;
  }
  .page-node-type-article .sharing .social-sharing-link {
    width: auto;
    padding-left: 40px;
  }
  .page-node-type-article .sharing .social-sharing-link ul {
    margin: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .page-node-type-article .sharing .social-sharing-link ul li {
    margin: 0 30px 0 0;
  }
  .page-node-type-article .sharing .social-sharing-link ul li a.twitter {
    width: 28px;
    height: 28px;
    background-size: 28px;
  }
  .page-node-type-article .sharing .social-sharing-link ul li a.facebook {
    width: 28px;
    height: 28px;
    background-size: 28px;
  }
  .page-node-type-article .sharing .social-sharing-link ul li a.linkedin {
    width: 28px;
    height: 28px;
    background-size: 28px;
  }
  .page-node-type-article .sharing .social-sharing-link ul li a.mail {
    width: 34px;
    height: 28px;
    background-size: 34px;
  }
}
@media only screen and (min-width: 1024px) {
  #block-actualitesintro .wrapper-header-actualites .wrapper-titre h1,
  #block-actualitesintro .wrapper-header-actualites .wrapper-titre .title,
  #block-actualitesintroseo .wrapper-header-actualites .wrapper-titre h1,
  #block-actualitesintroseo .wrapper-header-actualites .wrapper-titre .title {
    font-size: 4rem;
    margin: 0 0 50px 0;
    line-height: 4.625rem;
  }
}
@media only screen and (min-width: 1200px) {
  #block-actualitesintro .wrapper-header-actualites .wrapper-titre h1,
  #block-actualitesintro .wrapper-header-actualites .wrapper-titre .title,
  #block-actualitesintroseo .wrapper-header-actualites .wrapper-titre h1,
  #block-actualitesintroseo .wrapper-header-actualites .wrapper-titre .title {
    font-size: 4.375rem;
    margin: 0 0 50px 0;
    line-height: 4.8755rem;
  }
}
@media only screen and (min-width: 1440px) {
  #block-actualitesintro .wrapper-header-actualites .wrapper-titre h1,
  #block-actualitesintro .wrapper-header-actualites .wrapper-titre .title,
  #block-actualitesintroseo .wrapper-header-actualites .wrapper-titre h1,
  #block-actualitesintroseo .wrapper-header-actualites .wrapper-titre .title {
    font-size: 5rem;
    margin: 0 0 50px 0;
    line-height: 5.625rem;
  }
}
.path-actualites .region-content,
.page-node-type-article .region-content {
  max-width: none;
}

.page-node-type-article .txt-article strong {
  font-weight: bold;
}

.page-node-type-article .node__content .wrapper-content .col-droite .wrapper-photos-lyon {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.page-node-type-article .node__content .wrapper-content .col-droite .wrapper-photos-lyon img {
  width: calc(50% - 7.5px);
}

#block-actualitesintro,
#block-actualitesintroseo {
  height: 110px;
  border-bottom: 35px solid #FFD600;
  padding-top: 60px;
}
#block-actualitesintro .wrapper-header-actualites .wrapper-titre,
#block-actualitesintroseo .wrapper-header-actualites .wrapper-titre {
  width: 100%;
  margin: 0 auto;
}
#block-actualitesintro .wrapper-header-actualites .wrapper-titre h1,
#block-actualitesintro .wrapper-header-actualites .wrapper-titre .title,
#block-actualitesintroseo .wrapper-header-actualites .wrapper-titre h1,
#block-actualitesintroseo .wrapper-header-actualites .wrapper-titre .title {
  color: #000;
  padding: 45px 0 0 20px;
}
#block-actualitesintro .wrapper-header-actualites .wrapper-titre .title h1,
#block-actualitesintroseo .wrapper-header-actualites .wrapper-titre .title h1 {
  padding: 0;
}
#block-actualitesintro .wrapper-header-actualites .wrapper-letter,
#block-actualitesintroseo .wrapper-header-actualites .wrapper-letter {
  display: none;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}
#block-actualitesintro .wrapper-header-actualites .wrapper-letter .letter,
#block-actualitesintroseo .wrapper-header-actualites .wrapper-letter .letter {
  position: absolute;
  right: 60px;
  top: -250px;
}
#block-actualitesintro .wrapper-header-actualites .wrapper-letter .letter .svg #o_letter,
#block-actualitesintroseo .wrapper-header-actualites .wrapper-letter .letter .svg #o_letter {
  fill: #FFD600 !important;
  width: 200px;
}

.page-node-type-article .node__submitted {
  display: none;
}
.page-node-type-article .node__content {
  max-width: 1440px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.page-node-type-article .node__content .header-article {
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.page-node-type-article .node__content .header-article img {
  width: 150%;
  margin-left: -25%;
  margin-right: -25%;
  height: auto;
}
.page-node-type-article .node__content .wrapper-content {
  max-width: 1280px;
  width: calc(100% - 40px);
  margin: 0 auto 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page-node-type-article .node__content .wrapper-content .col-gauche {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.page-node-type-article .node__content .wrapper-content .col-gauche .mois {
  display: inline-block;
  font-family: "Helvetica";
  font-size: 2.1875rem;
  font-weight: 700;
  color: #FFD600;
}
.page-node-type-article .node__content .wrapper-content .col-gauche .annee {
  display: inline-block;
  font-size: 1.875rem;
  font-family: "SequelSans-BoldDisplay", sans-serif;
  margin-top: 11px;
  margin-left: 10px;
}
.page-node-type-article .node__content .wrapper-content .col-droite {
  width: 100%;
  margin: 0 auto;
  font-family: "Helvetica";
}
.page-node-type-article .node__content .wrapper-content .col-droite h1 {
  font-family: "SequelSans-BoldDisplay", sans-serif;
  font-size: 1.875rem;
  line-height: 110%;
  font-weight: normal;
  color: black;
  margin-bottom: 0;
}
.page-node-type-article .node__content .wrapper-content .col-droite img {
  width: 100%;
  height: auto;
  margin: 15px 0;
}
.page-node-type-article .node__content .wrapper-content .col-droite citation {
  float: right;
  text-align: right;
  margin-left: 40px;
  font-family: "SequelSans-BlackBodyText", sans-serif;
  font-size: 1.875rem;
  max-width: 260px;
  padding-left: 40px;
  color: #FFD600;
}
.page-node-type-article .node__content .wrapper-content .col-droite iframe {
  max-width: 100%;
}
.page-node-type-article .sharing {
  background-color: #FFD600;
}
.page-node-type-article .sharing .label {
  border-color: black;
  color: black;
}
.page-node-type-article .sharing .social-sharing-link ul li a.twitter {
  background-image: url(../images/twitter@2x-black.png);
}
.page-node-type-article .sharing .social-sharing-link ul li a.facebook {
  background-image: url(../images/facebook@2x-black.png);
}
.page-node-type-article .sharing .social-sharing-link ul li a.linkedin {
  background-image: url(../images/linkedin@2x-black.png);
}
.page-node-type-article .sharing .social-sharing-link ul li a.mail {
  background-image: url(../images/mail@2x-black.png);
}

@media only screen and (min-width: 768px) {
  #block-actualitesintro,
  #block-actualitesintroseo {
    padding-top: 90px;
  }
  .page-node-type-article .node__content .header-article {
    height: 400px;
  }
  .page-node-type-article .node__content .header-article img {
    width: 120%;
    margin-left: -10%;
    margin-right: -10%;
    height: auto;
  }
}
@media only screen and (min-width: 1024px) {
  #block-actualitesintro,
  #block-actualitesintroseo {
    height: 300px;
    border-bottom: 24px solid #FFD600;
    padding-top: 0;
  }
  #block-actualitesintro .wrapper-header-actualites .wrapper-titre,
  #block-actualitesintroseo .wrapper-header-actualites .wrapper-titre {
    max-width: 1280px;
  }
  #block-actualitesintro .wrapper-header-actualites .wrapper-titre h1,
  #block-actualitesintro .wrapper-header-actualites .wrapper-titre .title,
  #block-actualitesintroseo .wrapper-header-actualites .wrapper-titre h1,
  #block-actualitesintroseo .wrapper-header-actualites .wrapper-titre .title {
    padding: 195px 0 0 40px;
  }
  #block-actualitesintro .wrapper-header-actualites .wrapper-letter,
  #block-actualitesintroseo .wrapper-header-actualites .wrapper-letter {
    display: block;
  }
  .page-node-type-article .node__content .header-article {
    height: 440px;
  }
  .page-node-type-article .node__content .header-article img {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .page-node-type-article .node__content .wrapper-content .col-gauche {
    width: 145px;
    margin-top: 25px;
    margin-right: 45px;
    display: block;
    text-align: right;
  }
  .page-node-type-article .node__content .wrapper-content .col-gauche .mois {
    display: block;
    font-size: 4.25rem;
  }
  .page-node-type-article .node__content .wrapper-content .col-gauche .annee {
    display: block;
    font-size: 2.125rem;
    margin-top: -7px;
  }
  .page-node-type-article .node__content .wrapper-content .col-droite {
    width: calc(100% - 190px);
  }
  .page-node-type-article .node__content .wrapper-content .col-droite h1 {
    font-size: 3.125rem;
  }
}
@media only screen and (min-width: 1200px) {
  #block-actualitesintro .wrapper-header-actualites .wrapper-titre h1,
  #block-actualitesintro .wrapper-header-actualites .wrapper-titre .title,
  #block-actualitesintroseo .wrapper-header-actualites .wrapper-titre h1,
  #block-actualitesintroseo .wrapper-header-actualites .wrapper-titre .title {
    padding: 195px 0 0 190px;
  }
  .page-node-type-article .node__content .wrapper-content .col-gauche {
    width: 255px;
    text-align: left;
  }
  .page-node-type-article .node__content .wrapper-content .col-gauche .mois {
    font-size: 6.25rem;
  }
  .page-node-type-article .node__content .wrapper-content .col-gauche .annee {
    font-size: 3.125rem;
    margin-left: 70px;
  }
  .page-node-type-article .node__content .wrapper-content .col-droite {
    width: calc(100% - 300px);
  }
}
@media only screen and (min-width: 1440px) {
  .page-node-type-article .node__content {
    max-width: 100%;
  }
}