@import url(fonts.css);
* {
  box-sizing: border-box; }

@media (min-width: 1200px) {
  .container {
    max-width: 1040px; } }
/* STRUCTURE */
html, body {
  margin: 0;
  padding: 0; }

body {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  font-family: "Proxima Nova Thin", "sans-serif";
  color: #002153; }

@media all and (max-width: 767px) {
  body {
    font-size: 16px; } }
h1, h2, h3, h4, ul, ol, li, img, p {
  margin: 0;
  padding: 0;
  font-weight: 400; }

h1 {
  font-size: 45px;
  line-height: 1.3;
  text-transform: uppercase;
  font-family: "Proxima Nova Thin";
  margin: 0 0 30px; }
  h1 span {
    display: inline-block;
    color: #811324;
    font-size: 28px;
    margin-bottom: 15px;
    font-family: "Proxima Nova Semibold";
    text-transform: none; }

@media all and (max-width: 767px) {
  h1 {
    font-size: 30px; }
    h1 span {
      font-size: 22px; } }
h2 {
  font-size: 45px;
  line-height: 1.3;
  color: #002153;
  margin: 0 0 45px;
  text-transform: uppercase;
  text-align: center;
  font-family: "Proxima Nova Semibold"; }
  h2 strong {
    color: #811324; }

@media all and (max-width: 767px) {
  h2 {
    font-size: 26px; } }
strong {
  font-weight: 400;
  font-family: "Proxima Nova Semibold"; }

a {
  color: #002153;
  text-decoration: none; }

img {
  display: block; }

/* CLASSES */
.image:not(.auto) img {
  width: 100%;
  height: auto; }

.picto {
  position: relative; }
  .picto.plus:after {
    content: "+";
    position: absolute;
    top: calc(50% - 30px / 2);
    right: -30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 45px; }
  .picto img {
    margin: auto; }

@media all and (max-width: 991px) {
  .picto {
    margin: 0 0 20px; } }
@media all and (max-width: 767px) {
  .picto.plus {
    margin: 0 0 60px; }
    .picto.plus:after {
      right: calc(50% - 15px);
      top: inherit;
      bottom: -45px;
      font-size: 45px; } }
.clear {
  clear: both; }

/* HEADER */
header {
  background: no-repeat center center/cover url(../images/header.jpg);
  position: relative; }
  header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 50%); }
  header img {
    display: block; }
  header > div {
    position: absolute;
    top: 0;
    left: calc(100% / 2 - 1040px / 2);
    right: calc(100% / 2 - 1040px / 2);
    bottom: 0; }
  header .logo {
    color: white;
    font-size: 25px;
    font-family: "Proxima Nova Semibold";
    position: absolute;
    top: 0;
    left: -120px; }
    header .logo:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 185px;
      height: 20px;
      background: #811324; }
    header .logo img {
      margin: 75px 0 15px 0; }
  header .ncov {
    background: white;
    padding: 40px 40px 40px;
    position: absolute;
    top: 0;
    right: -120px; }
  header .title {
    background: white;
    text-align: center;
    position: absolute;
    z-index: 2;
    padding: 60px;
    left: 0;
    right: 0;
    bottom: -250px; }
    header .title p {
      font-size: 28px;
      line-height: 1.5;
      font-family: "Proxima Nova Semibold"; }

@media all and (max-width: 1345px) {
  header > div {
    left: 0;
    right: 0; }
  header .logo {
    left: 30px; }
  header .ncov {
    right: 30px; } }
@media all and (max-width: 991px) {
  header > div {
    position: relative;
    padding-top: 350px; }
  header > img {
    display: none; }
  header .logo {
    left: 15px; }
  header .ncov {
    right: 15px; }
  header .title {
    position: relative;
    bottom: 0; } }
@media all and (max-width: 767px) {
  header .logo {
    font-size: 18px; }
    header .logo:before {
      width: 100px;
      height: 12px; }
    header .logo img {
      width: 100px;
      margin: 35px 0 15px 0; }
  header .ncov {
    display: none; }
  header .title {
    padding: 45px 15px; }
    header .title p {
      font-size: 20px; } }
/* PACKS */
.packs {
  background: #06bebd url(../images/pattern.png);
  text-align: center;
  padding: 165px 0 45px;
  margin: 160px 0 0 0;
  position: relative; }
  .packs .container {
    max-width: 1140px; }
  .packs .pack {
    font-size: 28px;
    margin: 45px 0 15px; }
    .packs .pack h3 {
      color: #811324;
      text-transform: uppercase;
      font-family: "Proxima Nova Semibold";
      font-size: 30px;
      padding: 0 0 20px;
      margin: 0 0 15px;
      line-height: 1.1;
      position: relative; }
      .packs .pack h3:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 100px;
        height: 5px;
        background: #002153;
        border-radius: 3px;
        margin-top: 10px;
        transform: translate(-50%); }
    .packs .pack ul li {
      list-style: none;
      font-size: 26px;
      line-height: 1.3;
      position: relative;
      margin: 0 0 30px; }
      .packs .pack ul li:last-child:after {
        content: none; }
      .packs .pack ul li:after {
        content: "+";
        position: absolute;
        bottom: -30px;
        color: #811324;
        left: calc(50% - 15px);
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 30px; }
  .packs .recommandations p {
    font-family: "Proxima Nova Semibold";
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 30px; }
    .packs .recommandations p:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 200px;
      height: 4px;
      background: #811324;
      border-radius: 4px;
      transform: translate(-50%); }
  .packs .complements {
    margin-top: 30px;
    background: white;
    padding: 45px 0 0;
    font-size: 26px; }
    .packs .complements h2 {
      font-size: 35px; }
    .packs .complements .complement {
      margin: 0 0 45px 0; }
      .packs .complements .complement .picto {
        margin-bottom: 20px; }
      .packs .complements .complement ul li {
        list-style: none; }
        .packs .complements .complement ul li span {
          position: relative;
          display: inline-block;
          padding: 0 0 0 15px; }
          .packs .complements .complement ul li span:before {
            content: "";
            position: absolute;
            top: 14px;
            left: 0;
            margin: 0 45px 0 0;
            width: 6px;
            height: 6px;
            background: #002153;
            border-radius: 6px; }

@media all and (max-width: 1199px) {
  .packs .container {
    max-width: 1040px; } }
@media all and (max-width: 991px) {
  .packs {
    margin: 0;
    padding: 45px 0; } }
@media all and (max-width: 767px) {
  .packs .complements {
    font-size: 20px; }
    .packs .complements h2 {
      font-size: 25px; } }
.encadre {
  border: solid 6px #811324;
  padding: 45px 120px 75px;
  font-size: 36px;
  line-height: 1.3;
  margin: 45px 0 90px;
  background: white;
  position: relative; }
  .encadre strong {
    color: rgba(0, 33, 83, 0.8); }
  .encadre a {
    position: absolute;
    bottom: calc(90px / -2);
    width: 380px;
    left: calc(50% - 380px / 2);
    padding: 15px 60px;
    border: solid 6px #811324;
    background: #811324;
    color: white;
    text-transform: uppercase;
    transition: background 0.25s ease, color 0.25s ease; }
    .encadre a:hover {
      background: white;
      color: #002153; }

/* RAPPEL */
.rappel {
  padding: 45px 0 0;
  font-size: 23px; }
  .rappel .groupe {
    margin-bottom: 45px;
    padding: 0 0 0 70px; }
    .rappel .groupe .distanciation {
      position: relative; }
      .rappel .groupe .distanciation:before {
        content: "";
        position: absolute;
        top: 3px;
        left: -70px;
        background: no-repeat top left/50px url(../images/picto_distanciation.png);
        width: 100px;
        height: 100px; }
    .rappel .groupe .masques {
      position: relative; }
      .rappel .groupe .masques:before {
        content: "";
        position: absolute;
        top: 3px;
        left: -70px;
        background: no-repeat top left/50px url(../images/picto_masque.png);
        width: 100px;
        height: 100px; }
    .rappel .groupe .hygiene {
      position: relative; }
      .rappel .groupe .hygiene:before {
        content: "";
        position: absolute;
        top: 3px;
        left: -70px;
        background: no-repeat top left/50px url(../images/picto_lavage_mains.png);
        width: 100px;
        height: 100px; }
    .rappel .groupe h3 {
      text-transform: uppercase;
      font-family: "Proxima Nova Semibold";
      font-size: 25px;
      position: relative;
      margin-bottom: 45px;
      line-height: 1.3; }
      .rappel .groupe h3:after {
        content: "";
        position: absolute;
        bottom: -15px;
        left: 0;
        width: 150px;
        height: 5px;
        background: #811324;
        border-radius: 5px; }
    .rappel .groupe ul li {
      list-style-type: none;
      margin-bottom: 30px;
      position: relative;
      padding: 0 0 0 20px; }
      .rappel .groupe ul li:before {
        content: "";
        position: absolute;
        top: 12px;
        left: 0;
        width: 8px;
        height: 8px;
        border-radius: 8px;
        background: #811324; }
    .rappel .groupe p {
      margin-bottom: 30px; }
      .rappel .groupe p:last-child {
        margin: 0; }

@media all and (max-width: 767px) {
  .rappel {
    font-size: 18px; }
    .rappel .groupe h3 {
      font-size: 22px; } }
/* ARTICLES */
.articles {
  text-align: center;
  padding: 45px 0;
  position: relative; }
  .articles:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 50%;
    left: 0;
    right: 0;
    background: url(../images/pattern.png); }
  .articles .container {
    position: relative;
    z-index: 2;
    background: white;
    padding: 45px 15px 0; }
    .articles .container .row {
      margin: 0 -60px; }
      .articles .container .row [class*=col] {
        padding: 0 3px; }
  .articles .article {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0 0 75px;
    background: white; }
    .articles .article h3 {
      font-size: 28px;
      line-height: 1.3;
      margin: 30px 0 0 0;
      padding: 0 15px;
      font-family: "Proxima Nova Semibold"; }
    .articles .article a {
      position: absolute;
      left: 15%;
      right: 15%;
      bottom: 0;
      border-radius: 50px;
      border: solid 2px #002153;
      text-transform: uppercase;
      font-family: "Proxima Nova Semibold";
      font-size: 18px;
      padding: 6px 15px 4px;
      transition: background 0.25s ease, border 0.25s ease, color 0.25s ease; }
      .articles .article a:hover {
        background: #811324;
        border-color: #811324;
        color: white; }
  .articles .cta {
    display: inline-block;
    margin: 45px 0;
    padding: 15px 60px;
    border: solid 6px #811324;
    background: #811324;
    color: white;
    font-size: 28px;
    line-height: 1.3;
    text-transform: uppercase;
    transition: background 0.25s ease, color 0.25s ease; }
    .articles .cta:hover {
      background: white;
      color: #002153; }

@media all and (max-width: 1345px) {
  .articles .container .row {
    margin: 0 -15px; } }
@media all and (max-width: 991px) {
  .articles:before {
    content: none; }
  .articles .container .row [class*=col] {
    padding: 0 15px; }
  .articles .article {
    height: auto;
    padding: 0;
    margin-bottom: 45px; }
    .articles .article a {
      position: relative;
      width: 80%;
      left: 10%;
      right: 10%;
      margin: 30px 0 0 0; } }
@media all and (max-width: 767px) {
  .articles {
    padding: 0 0 45px; }
    .articles .article h3 {
      font-size: 20px; }

  .encadre {
    font-size: 26px;
    padding: 45px 15px 90px;
    margin: 15px 0 15px; }
    .encadre a {
      left: 0;
      right: 0;
      width: 100%;
      font-size: 20px;
      padding: 10px 25px;
      position: relative; } }
/* PREFOOTER */
.pre-footer {
  background: no-repeat center center/cover url(../images/footer.jpg); }

@media all and (max-width: 767px) {
  .pre-footer {
    height: 300px; }
    .pre-footer .image {
      display: none; } }
/* FOOTER */
footer {
  background: #007dc5;
  color: #d3ebf1;
  font-size: 14px;
  padding: 45px 0 0; }
  footer a {
    color: #d3ebf1;
    transition: color 0.25s ease; }
    footer a:hover {
      color: white; }
  footer ul li {
    list-style: none;
    margin: 0 0 5px; }
  footer .social {
    margin: 20px 0; }
    footer .social ul {
      margin: 0 0 0 -8px; }
      footer .social ul li {
        display: inline-block;
        margin: 0 5px 0 0; }
        footer .social ul li a {
          width: 40px;
          height: 40px;
          display: inline-block; }
    footer .social .icon-bebo {
      background: no-repeat top left/40px url(../images/bebo.svg); }
    footer .social .icon-twitter {
      background: no-repeat top left/40px url(../images/twitter.svg); }
    footer .social .icon-linkedin {
      background: no-repeat top left/40px url(../images/linkedin.svg); }
    footer .social .icon-facebook {
      background: no-repeat top left/40px url(../images/facebook.svg); }
  footer .copyright {
    font-size: 13px; }
    footer .copyright p {
      margin: 0 0 15px; }
      footer .copyright p:last-child {
        margin: 0; }
  footer .veste {
    background: no-repeat center left/26px url(../images/veste.svg);
    font-size: 22px;
    font-family: "Proxima Nova Thin";
    color: white;
    padding: 0 0 0 36px; }
  footer .liens {
    background: #344853;
    margin: 45px 0 0; }
    footer .liens li {
      float: left;
      width: 25%;
      margin: 0; }
      footer .liens li:last-child a {
        border-right: solid 1px #6f7d83; }
      footer .liens li a {
        color: white;
        border-left: solid 1px #6f7d83;
        display: block;
        padding: 15px 0;
        text-align: center; }

@media all and (max-width: 991px) {
  footer .copyright {
    margin: 0 0 30px; } }
@media all and (max-width: 767px) {
  footer .veste {
    margin: 30px 0 0 0; }
  footer .liens li {
    width: 100%;
    border: 0;
    float: none; }
    footer .liens li:last-child a {
      border-right: 0; }
    footer .liens li a {
      border: 0;
      border-bottom: solid 1px #6f7d83; } }

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