@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" /> */
.page-node-type-infolettre .node__content .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-infolettre .node__content .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-infolettre .node__content .sharing .label {
  font-family: "Helvetica";
  font-weight: 700;
  font-size: 1.675rem;
  width: 100%;
  padding-left: 0px;
  text-align: center;
}

.page-node-type-infolettre .node__content .sharing .social-sharing-link {
  width: 100%;
  padding-left: 0px;
}
.page-node-type-infolettre .node__content .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-infolettre .node__content .sharing .social-sharing-link ul li {
  margin: 0 15px;
}
.page-node-type-infolettre .node__content .sharing .social-sharing-link ul li a {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}
.page-node-type-infolettre .node__content .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-infolettre .node__content .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-infolettre .node__content .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-infolettre .node__content .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-infolettre .node__content .sharing {
    padding: 0 0 0 0;
  }
  .page-node-type-infolettre .node__content .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-infolettre .node__content .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-infolettre .node__content .sharing .social-sharing-link {
    width: auto;
    padding-left: 40px;
  }
  .page-node-type-infolettre .node__content .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-infolettre .node__content .sharing .social-sharing-link ul li {
    margin: 0 30px 0 0;
  }
  .page-node-type-infolettre .node__content .sharing .social-sharing-link ul li a.twitter {
    width: 28px;
    height: 28px;
    background-size: 28px;
  }
  .page-node-type-infolettre .node__content .sharing .social-sharing-link ul li a.facebook {
    width: 28px;
    height: 28px;
    background-size: 28px;
  }
  .page-node-type-infolettre .node__content .sharing .social-sharing-link ul li a.linkedin {
    width: 28px;
    height: 28px;
    background-size: 28px;
  }
  .page-node-type-infolettre .node__content .sharing .social-sharing-link ul li a.mail {
    width: 34px;
    height: 28px;
    background-size: 34px;
  }
}
.page-node-type-infolettre .region-content {
  max-width: none;
}
.page-node-type-infolettre .node__content .header-article {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.page-node-type-infolettre .node__content .header-article img {
  width: 150%;
  margin-left: -25%;
  margin-right: -25%;
  height: auto;
}
.page-node-type-infolettre .node__content .wrapper-content {
  max-width: 760px;
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 30px 0 90px 0;
}
.page-node-type-infolettre .node__content .wrapper-content .field--name-body .field__item {
  padding: 30px 0 0 0;
}
.page-node-type-infolettre .node__content .wrapper-content .field--name-body .field__item h2 {
  font-size: 1.875rem;
  color: #FFD600;
  font-family: "SequelSans-BoldDisplay";
  line-height: 120%;
  margin: 0 0 30px 0;
}
.page-node-type-infolettre .node__content .wrapper-content .field--name-body .field__item h3 {
  font-size: 1.5rem;
  color: #000;
  line-height: 120%;
  font-family: "SequelSans-BoldDisplay";
  margin: 0 0 30px 0;
}
.page-node-type-infolettre .node__content .wrapper-content .field--name-body .field__item p {
  font-size: 1rem;
  color: #000;
  font-family: "SequelSans-BookBodyText";
  line-height: 120%;
  margin: 0 0 30px 0;
}
.page-node-type-infolettre .node__content .wrapper-content .field--name-body .field__item p.date {
  font-size: 0.8rem;
}
.page-node-type-infolettre .node__content .wrapper-content .field--name-body .field__item img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 30px 0;
}
.page-node-type-infolettre .node__content .wrapper-content .field--name-body .field__item a.cta {
  margin: 0 0 30px 0;
  background-color: #000;
  border-color: #000;
  color: #FFD600;
}
.page-node-type-infolettre .node__content .wrapper-content .field--name-body .field__item a.cta:hover {
  background-color: #FFD600;
  border-color: #FFD600;
  color: black;
}
.page-node-type-infolettre .node__content .wrapper-content .field--name-body .field__item .wrapper-cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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-infolettre .node__content .wrapper-content .field--name-body .field__item .wrapper-cols .col {
  width: 100%;
}
.page-node-type-infolettre .node__content .sharing {
  background-color: #000;
}
@media only screen and (min-width: 768px) {
  .page-node-type-infolettre .node__content .header-article img {
    width: 120%;
    margin-left: -10%;
    margin-right: -10%;
    height: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .page-node-type-infolettre .node__content .header-article img {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .page-node-type-infolettre .node__content .wrapper-content {
    padding: 30px 0 50px 0;
  }
  .page-node-type-infolettre .node__content .wrapper-content .field--name-body .field__item h2 {
    font-size: 2.5rem;
    margin: 0 0 30px 0;
  }
  .page-node-type-infolettre .node__content .wrapper-content .field--name-body .field__item .wrapper-cols .col {
    width: calc(50% - 17px);
  }
}