@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" /> */
body.node-3 #block-approche .wrapper-approche .col-gauche .wrapper-titre h1 {
  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;
}

@media only screen and (min-width: 1024px) {
  body.node-3 #block-approche .wrapper-approche .col-gauche .wrapper-titre h1 {
    font-size: 4rem;
    margin: 0 0 50px 0;
    line-height: 4.625rem;
  }
}
@media only screen and (min-width: 1200px) {
  body.node-3 #block-approche .wrapper-approche .col-gauche .wrapper-titre h1 {
    font-size: 4.375rem;
    margin: 0 0 50px 0;
    line-height: 4.8755rem;
  }
}
@media only screen and (min-width: 1440px) {
  body.node-3 #block-approche .wrapper-approche .col-gauche .wrapper-titre h1 {
    font-size: 5rem;
    margin: 0 0 50px 0;
    line-height: 5.625rem;
  }
}
.region-content {
  max-width: none;
}

body.node-3 {
  -webkit-transition: all 0.25s ease-out;
  -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;
}
body.node-3.hide {
  background-color: black;
}
body.node-3.show {
  background-color: white;
}
body.node-3 .node__content {
  padding-top: 60px;
}
body.node-3 #block-approchevideo {
  width: 100%;
  margin: 0 auto;
}
body.node-3 #block-approchevideo .wrapper-approche-video {
  min-height: 350px;
  background-color: #000;
}
body.node-3 #block-approchevideo .wrapper-approche-video .video p {
  margin: 0;
  padding: 0;
}
body.node-3 #block-approchevideo .wrapper-approche-video .video p img {
  width: 100%;
  height: auto;
}
body.node-3 #block-approche {
  max-width: 1280px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
body.node-3 #block-approche .wrapper-approche .col-gauche .wrapper-titre {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
body.node-3 #block-approche .wrapper-approche .col-gauche .wrapper-titre.hide {
  opacity: 0;
  position: relative;
  left: -60px;
  -webkit-transition: all 0.25s ease-out;
  -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;
}
body.node-3 #block-approche .wrapper-approche .col-gauche .wrapper-titre.show {
  opacity: 1;
  position: relative;
  left: 0;
}
body.node-3 #block-approche .wrapper-approche .col-gauche .wrapper-titre h1 {
  color: #000;
  padding: 40px 0 0 0;
  margin: 0 0 0 0;
}
body.node-3 #block-approche .wrapper-approche .col-gauche .wrapper-titre .lettre {
  width: 240px;
  height: auto;
  margin-top: 15px;
}
body.node-3 #block-approche .wrapper-approche .col-gauche .wrapper-titre .lettre img {
  width: 100%;
  height: auto;
  display: block;
}
body.node-3 #block-approche .wrapper-approche .col-droite .intro {
  -webkit-transition: all 0.25s ease-in-out 0.35s;
  -moz-transition: all 0.25s ease-in-out 0.35s;
  -ms-transition: all 0.25s ease-in-out 0.35s;
  -o-transition: all 0.25s ease-in-out 0.35s;
  transition: all 0.25s ease-in-out 0.35s;
  margin-top: 40px;
  font-family: "SequelSans-SemiBoldBodyText", sans-serif;
  font-size: 1rem;
}
body.node-3 #block-approche .wrapper-approche .col-droite .intro.hide {
  position: relative;
  top: -15px;
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
body.node-3 #block-approche .wrapper-approche .col-droite .intro.show {
  position: relative;
  top: 0;
  opacity: 1;
}
body.node-3 #block-approche .wrapper-approche .col-droite .wrapper-content {
  margin-bottom: 120px;
}
body.node-3 #block-approche .wrapper-approche .col-droite .wrapper-content .item {
  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;
  margin-top: 30px;
}
body.node-3 #block-approche .wrapper-approche .col-droite .wrapper-content .item:nth-child(1).hide {
  position: relative;
  top: -20px;
  opacity: 0;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
body.node-3 #block-approche .wrapper-approche .col-droite .wrapper-content .item:nth-child(1).show {
  position: relative;
  top: 0;
  opacity: 1;
  -webkit-transition: all 0.25s ease-in 0.35s;
  -moz-transition: all 0.25s ease-in 0.35s;
  -ms-transition: all 0.25s ease-in 0.35s;
  -o-transition: all 0.25s ease-in 0.35s;
  transition: all 0.25s ease-in 0.35s;
}
body.node-3 #block-approche .wrapper-approche .col-droite .wrapper-content .item:nth-child(2).hide {
  position: relative;
  top: -20px;
  opacity: 0;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
body.node-3 #block-approche .wrapper-approche .col-droite .wrapper-content .item:nth-child(2).show {
  position: relative;
  top: 0;
  opacity: 1;
  -webkit-transition: all 0.25s ease-in 0.7s;
  -moz-transition: all 0.25s ease-in 0.7s;
  -ms-transition: all 0.25s ease-in 0.7s;
  -o-transition: all 0.25s ease-in 0.7s;
  transition: all 0.25s ease-in 0.7s;
}
body.node-3 #block-approche .wrapper-approche .col-droite .wrapper-content .item:nth-child(3).hide {
  position: relative;
  top: -20px;
  opacity: 0;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
body.node-3 #block-approche .wrapper-approche .col-droite .wrapper-content .item:nth-child(3).show {
  position: relative;
  top: 0;
  opacity: 1;
  -webkit-transition: all 0.25s ease-in 1.05s;
  -moz-transition: all 0.25s ease-in 1.05s;
  -ms-transition: all 0.25s ease-in 1.05s;
  -o-transition: all 0.25s ease-in 1.05s;
  transition: all 0.25s ease-in 1.05s;
}
body.node-3 #block-approche .wrapper-approche .col-droite .wrapper-content .item .numero {
  width: 45px;
  font-family: "SequelSans-BoldDisplay", sans-serif;
  font-size: 2.1875rem;
  color: #FFD600;
}
body.node-3 #block-approche .wrapper-approche .col-droite .wrapper-content .item .texte {
  width: calc(100% - 55px);
}
body.node-3 #block-approche .wrapper-approche .col-droite .wrapper-content .item .texte p {
  margin: 0 0 0 0;
  font-family: "Helvetica";
  font-size: 1.25rem;
  font-weight: 600;
}
body.node-3 #block-approche .wrapper-approche .col-droite .wrapper-content .item .texte p span {
  display: block;
  font-family: "SequelSans-BoldDisplay", sans-serif;
  font-size: 2.1875rem;
  padding-bottom: 15px;
  margin-bottom: 20px;
  background-image: url(../images/pixel-ligne-noir.png);
  background-repeat: no-repeat;
  background-size: 60px 1px;
  background-position: bottom left;
  font-weight: normal;
}
body.node-3 #block-approcheliens {
  width: 100%;
  background-color: #000;
}
body.node-3 #block-approcheliens .wrapper-approche-liens {
  max-width: 1440px;
  margin: 0 auto;
}
body.node-3 #block-approcheliens .wrapper-approche-liens .item {
  background-color: #000;
  padding: 90px 20px;
}
body.node-3 #block-approcheliens .wrapper-approche-liens .item:nth-child(1) .content.hide {
  position: relative;
  top: -20px;
  opacity: 0;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
body.node-3 #block-approcheliens .wrapper-approche-liens .item:nth-child(1) .content.show {
  position: relative;
  top: 0;
  opacity: 1;
  -webkit-transition: all 0.25s ease-in 0.35s;
  -moz-transition: all 0.25s ease-in 0.35s;
  -ms-transition: all 0.25s ease-in 0.35s;
  -o-transition: all 0.25s ease-in 0.35s;
  transition: all 0.25s ease-in 0.35s;
}
body.node-3 #block-approcheliens .wrapper-approche-liens .item:nth-child(2) .content.hide {
  position: relative;
  top: -20px;
  opacity: 0;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
body.node-3 #block-approcheliens .wrapper-approche-liens .item:nth-child(2) .content.show {
  position: relative;
  top: 0;
  opacity: 1;
  -webkit-transition: all 0.25s ease-in 0.7s;
  -moz-transition: all 0.25s ease-in 0.7s;
  -ms-transition: all 0.25s ease-in 0.7s;
  -o-transition: all 0.25s ease-in 0.7s;
  transition: all 0.25s ease-in 0.7s;
}
body.node-3 #block-approcheliens .wrapper-approche-liens .item p {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
body.node-3 #block-approcheliens .wrapper-approche-liens .item .content .titre {
  font-family: "SequelSans-BoldDisplay", sans-serif;
  font-size: 2.5rem;
  color: #fff;
}
body.node-3 #block-approcheliens .wrapper-approche-liens .item .content .texte {
  font-family: "Helvetica";
  font-size: 1.875rem;
  line-height: 110%;
  font-weight: 600;
  color: #fff;
}
body.node-3 #block-approcheliens .wrapper-approche-liens .item .content .lien {
  margin-top: 30px;
}
body.node-3 #block-approcheliens .wrapper-approche-liens .item .content .lien a {
  width: calc(100% - 40px);
  background-color: white;
  border: 1px solid white;
  color: black;
  padding: 0px 20px;
  line-height: 46px;
  height: 46px;
  display: inline-block;
  font-family: "SequelSans-BoldBodyText", sans-serif;
  font-size: 1rem;
  text-decoration: none;
  text-align: center;
}
body.node-3 #block-approcheliens .wrapper-approche-liens .item .content .lien a:hover {
  background-color: #000;
  color: white;
  border: 1px solid #fff;
}
body.node-3 #block-approcheliens .wrapper-approche-liens .item.zone2 .content .texte {
  color: #FFD600;
}

@media only screen and (min-width: 768px) {
  body.node-3 .node__content {
    padding-top: 0px;
  }
  body.node-3 #block-approcheliens .wrapper-approche-liens {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  body.node-3 #block-approcheliens .wrapper-approche-liens .item.zone1 {
    width: 50%;
  }
  body.node-3 #block-approcheliens .wrapper-approche-liens .item.zone1 .lien {
    margin-top: 62px;
  }
  body.node-3 #block-approcheliens .wrapper-approche-liens .item.zone2 {
    width: 50%;
  }
  body.node-3.lang-en #block-approcheliens .wrapper-approche-liens .item.zone1 .lien {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  body.node-3 #block-approche .wrapper-approche {
    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;
    margin: 100px auto 0;
  }
  body.node-3 #block-approche .wrapper-approche .col-gauche {
    width: 370px;
  }
  body.node-3 #block-approche .wrapper-approche .col-gauche .wrapper-titre h1 {
    padding: 0 0 0 0;
  }
  body.node-3 #block-approche .wrapper-approche .col-gauche .wrapper-titre .lettre {
    width: 290px;
    margin-top: 25px;
  }
  body.node-3 #block-approche .wrapper-approche .col-droite {
    width: calc(100% - 370px);
  }
  body.node-3 #block-approche .wrapper-approche .col-droite .intro {
    margin-top: 0px;
  }
  body.node-3 #block-approche .wrapper-approche .col-droite .wrapper-content .item .numero {
    width: 60px;
    font-size: 3.125rem;
    text-align: right;
  }
  body.node-3 #block-approche .wrapper-approche .col-droite .wrapper-content .item .texte {
    width: calc(100% - 100px);
  }
  body.node-3 #block-approche .wrapper-approche .col-droite .wrapper-content .item .texte p span {
    font-size: 3.125rem;
  }
  body.node-3 #block-approcheliens .wrapper-approche-liens .item .content .titre {
    font-size: 5rem;
  }
  body.node-3 #block-approcheliens .wrapper-approche-liens .item .content .lien a {
    width: 220px;
  }
  body.node-3 #block-approcheliens .wrapper-approche-liens .item.zone1 {
    padding-left: 80px;
    background-position: center center;
  }
  body.node-3 #block-approcheliens .wrapper-approche-liens .item.zone2 {
    padding-left: 80px;
  }
}
@media only screen and (min-width: 1200px) {
  body.node-3 #block-approche .wrapper-approche .col-gauche {
    width: 490px;
  }
  body.node-3 #block-approche .wrapper-approche .col-gauche .wrapper-titre .lettre {
    width: 360px;
  }
  body.node-3 #block-approche .wrapper-approche .col-droite {
    width: calc(100% - 490px);
  }
  body.node-3 #block-approcheliens .wrapper-approche-liens .item .content .texte br {
    display: none;
  }
  body.node-3 #block-approcheliens .wrapper-approche-liens .item.zone1 {
    width: 50%;
    padding: 90px 0 90px 0;
  }
  body.node-3 #block-approcheliens .wrapper-approche-liens .item.zone1 .content {
    float: right;
    width: 580px;
  }
  body.node-3 #block-approcheliens .wrapper-approche-liens .item.zone1 .lien {
    margin-top: 30px;
  }
  body.node-3 #block-approcheliens .wrapper-approche-liens .item.zone2 {
    width: 100%;
    padding: 90px 20px 90px 83px;
  }
}