@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.black {
  background-color: black;
}

body.white {
  background-color: white;
}

.region-content {
  max-width: none;
}

.field--name-field-contenu-services .field__item:last-child {
  position: relative;
  z-index: 102;
}

.page-node-type-services .node__content {
  position: relative;
  padding-top: 60px;
}

.header-service {
  position: relative;
  z-index: 110;
  max-width: none;
  margin: 0 auto;
  height: 310px;
  border-bottom: solid 35px #FFD600;
  overflow: hidden;
}
.header-service img {
  width: auto;
  height: 310px;
  display: block;
  position: relative;
}

.wrapper-menu-node-services {
  display: none;
}

@-webkit-keyframes show_transition {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes show_transition {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes show_transition {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes show_transition {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes show_transition {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.wrapper-info-generale {
  max-width: 1160px;
  margin: 0 auto;
}

.info-generale {
  background-color: white;
  max-width: 860px;
  width: calc(100% - 40px);
  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;
  position: relative;
  z-index: 110;
}
.info-generale .titre-projet {
  width: 100%;
  padding-top: 40px;
  background-color: white;
}
.info-generale .titre-projet h1 {
  margin: 0 0 5px 0;
  font-size: 2.5rem;
  font-family: "SequelSans-BoldDisplay", sans-serif;
  line-height: 100%;
  font-weight: normal;
}
.info-generale .titre-projet h2 {
  display: none;
  font-family: "Helvetica";
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0;
  max-width: 600px;
}

.introduction-services {
  width: calc(100% - 40px);
  max-width: 1160px;
  margin: 0 auto;
  padding: 25px 0 50px 0;
}
.introduction-services .field--name-field-introduction .field__item {
  max-width: 660px;
}
.introduction-services .field--name-field-introduction .field__item p {
  font-family: "SequelSans-SemiBoldBodyText", sans-serif;
  font-size: 0.875rem;
  margin: 0 0 25px 0;
  line-height: 140%;
}

.line-services {
  width: 100%;
  height: 35px;
  background-color: #FFD600;
  position: relative;
  z-index: 103;
}

.citation span {
  font-family: "SequelSans-SemiBoldObliqueBodyText", sans-serif;
  font-size: 0.875rem;
}

body.node-15 .contenu-services .field__items .field__item:nth-child(4) .col-droite .wrapper-texts {
  padding-bottom: 0;
}

@media only screen and (min-width: 600px) {
  .header-service img {
    height: 550px;
    margin-top: -100px;
  }
}
@media only screen and (min-width: 768px) {
  .page-node-type-services .node__content {
    padding-top: 0px;
  }
  .wrapper-menu-node-services {
    display: block;
    position: fixed;
    top: 30vh;
    margin: 0;
    padding: 0 0 0 0;
    width: 160px;
    z-index: 102;
  }
  .menu-node-services {
    overflow: hidden;
    z-index: 0;
    display: block;
    font-family: "SequelSans-BoldDisplay", sans-serif;
    font-size: 0.75rem;
    overflow: hidden;
  }
  .menu-node-services li {
    width: 160px;
    cursor: pointer;
    list-style: none;
    text-align: right;
    float: right;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    margin-bottom: 15px;
  }
  .menu-node-services li span {
    display: inline-block;
    line-height: 120%;
    -webkit-transition: color 0.5s, transform 0.5s;
    -moz-transition: color 0.5s, transform 0.5s;
    -ms-transition: color 0.5s, transform 0.5s;
    -o-transition: color 0.5s, transform 0.5s;
    transition: color 0.5s, transform 0.5s;
  }
  .menu-node-services li span.ligne {
    display: inline-block;
    width: 20px;
    min-width: 20px;
    padding-left: 20px;
    overflow: hidden;
  }
  .menu-node-services li span.ligne .svg {
    height: 1px;
  }
  .menu-node-services li span.ligne .ligne-sous-menu {
    stroke: black;
    -webkit-transition: color 0.5s, transform 0.5s;
    -moz-transition: color 0.5s, transform 0.5s;
    -ms-transition: color 0.5s, transform 0.5s;
    -o-transition: color 0.5s, transform 0.5s;
    transition: color 0.5s, transform 0.5s;
  }
  .menu-node-services.black li span {
    color: white;
  }
  .menu-node-services.black li span.ligne .ligne-sous-menu {
    stroke: white;
  }
  .menu-node-services.white li span {
    color: black;
  }
  .menu-node-services.white li span.ligne .ligne-sous-menu {
    stroke: black;
  }
  #letter-container {
    margin-top: 40px;
    position: relative;
    clear: both;
  }
  #letter-container svg {
    display: none;
    height: 180px;
    float: right;
    width: auto;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
    opacity: 0;
    display: none;
    position: relative;
  }
  #letter-container svg g {
    position: absolute;
    right: 0;
  }
  #letter-container svg.show {
    display: block;
    -webkit-animation: show_transition 1.5s;
    -moz-animation: show_transition 1.5s;
    -ms-animation: show_transition 1.5s;
    -o-animation: show_transition 1.5s;
    animation: show_transition 1.5s;
    opacity: 1;
  }
  .info-generale {
    width: calc(100% - 240px);
    margin-left: 220px;
    padding-right: 20px;
  }
  .introduction-services .field--name-field-introduction {
    width: calc(100% - 200px);
    margin-left: 200px;
  }
  .contenu-services .field__items .field__item:last-child .paragraph--type--texte-avec-image-non-indente- .col-droite .wrapper-texts,
  .contenu-services .field__items .field__item:last-child .paragraph--type--texte-avec-image-edente .col-droite .wrapper-texts {
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 1024px) {
  .header-service {
    height: 500px;
    overflow: hidden;
  }
  .header-service img {
    height: 650px;
    margin-top: 0px;
  }
  .wrapper-info-generale {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 179px;
  }
  .wrapper-menu-node-services {
    width: 225px;
    top: 30vh;
  }
  .menu-node-services {
    font-size: 0.875rem;
  }
  .menu-node-services li {
    width: 200px;
  }
  #letter-container svg {
    height: 230px;
  }
  .info-generale {
    margin: 0 0 0 auto;
    width: calc(100% - 320px);
  }
  .info-generale .titre-projet {
    padding-left: 55px;
    padding-right: 100px;
  }
  .info-generale .titre-projet h1 {
    font-size: 5rem;
  }
  .introduction-services {
    padding: 45px 20px 150px 0px;
  }
  .introduction-services .field--name-field-introduction {
    width: calc(100% - 290px);
    margin-left: 290px;
  }
  .contenu-services .field__items .field__item:last-child .paragraph--type--texte-avec-image-non-indente- .col-droite .wrapper-texts,
  .contenu-services .field__items .field__item:last-child .paragraph--type--texte-avec-image-edente .col-droite .wrapper-texts {
    padding-bottom: 50px;
  }
  body.node-15 .contenu-services .field__items .field__item:nth-child(4) .col-droite {
    padding-bottom: 0px;
  }
  body.node-15 .contenu-services .field__items .field__item:nth-child(3) .col-droite .wrapper-texts, body.node-16 .contenu-services .field__items .field__item:nth-child(5) .col-droite .wrapper-texts {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  body.node-15 .contenu-services .field__items .field__item:nth-child(3) .col-droite .wrapper-texts .wrapper-title-text, body.node-16 .contenu-services .field__items .field__item:nth-child(5) .col-droite .wrapper-texts .wrapper-title-text {
    width: calc(60% - 40px);
    margin-right: 40px;
  }
  body.node-15 .contenu-services .field__items .field__item:nth-child(3) .col-droite .wrapper-texts .wrapper-title-text h3, body.node-16 .contenu-services .field__items .field__item:nth-child(5) .col-droite .wrapper-texts .wrapper-title-text h3 {
    margin-top: -100px;
  }
  body.node-15 .contenu-services .field__items .field__item:nth-child(3) .col-droite .wrapper-texts .visuel, body.node-16 .contenu-services .field__items .field__item:nth-child(5) .col-droite .wrapper-texts .visuel {
    width: 40%;
  }
  body.node-15 .contenu-services .field__items .field__item:nth-child(3) .col-droite .wrapper-texts .visuel img, body.node-16 .contenu-services .field__items .field__item:nth-child(5) .col-droite .wrapper-texts .visuel img {
    margin-top: -100px;
  }
}
@media only screen and (min-width: 1200px) {
  .header-service {
    height: 700px;
  }
  .header-service img {
    height: 800px;
    margin-top: 0px;
  }
  .info-generale {
    width: calc(100% - 340px);
  }
  .introduction-services {
    padding: 40px 20px 200px 0px;
  }
  .introduction-services .field--name-field-introduction {
    width: calc(100% - 330px);
    margin-left: 330px;
  }
  .introduction-services .field--name-field-introduction .field__item {
    padding-left: 57px;
  }
  body.node-15 .contenu-services .field__items .field__item:nth-child(3) .col-droite .wrapper-texts .wrapper-title-text h3, body.node-16 .contenu-services .field__items .field__item:nth-child(5) .col-droite .wrapper-texts .wrapper-title-text h3 {
    margin-top: -170px;
  }
  body.node-15 .contenu-services .field__items .field__item:nth-child(3) .col-droite .wrapper-texts .visuel img, body.node-16 .contenu-services .field__items .field__item:nth-child(5) .col-droite .wrapper-texts .visuel img {
    margin-left: 0;
    margin-top: -170px;
  }
  body.node-16 .contenu-services .field__items .field__item:nth-child(5) .col-droite .wrapper-texts {
    width: 100%;
  }
  body.node-16 .contenu-services .field__items .field__item:nth-child(5) .col-droite .wrapper-texts .wrapper-title-text {
    margin-left: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .header-service {
    height: auto;
    border-bottom: solid 24px #FFD600;
  }
  .header-service img {
    height: auto;
    width: 100%;
  }
  .line-services {
    height: 24px;
  }
  .introduction-services .field--name-field-introduction .field__item {
    padding-left: 57px;
  }
}