@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" /> */
.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;
}

.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;
}

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

.sharing .social-sharing-link {
  width: 100%;
  padding-left: 0px;
}
.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;
}
.sharing .social-sharing-link ul li {
  margin: 0 15px;
}
.sharing .social-sharing-link ul li a {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}
.sharing .social-sharing-link ul li a.twitter {
  width: 16px;
  height: 16px;
  background-image: url(../images/twitter@2x.png);
  background-size: 16px;
}
.sharing .social-sharing-link ul li a.facebook {
  width: 16px;
  height: 16px;
  background-image: url(../images/facebook@2x.png);
  background-size: 16px;
}
.sharing .social-sharing-link ul li a.linkedin {
  width: 16px;
  height: 16px;
  background-image: url(../images/linkedin@2x.png);
  background-size: 16px;
}
.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) {
  .sharing {
    padding: 0 0 0 0;
  }
  .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;
  }
  .sharing .label {
    width: auto;
    padding-left: 0px;
    padding-right: 40px;
    border-right: solid 1px white;
    text-align: left;
    font-size: 1.875rem;
  }
  .sharing .social-sharing-link {
    width: auto;
    padding-left: 40px;
  }
  .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;
  }
  .sharing .social-sharing-link ul li {
    margin: 0 30px 0 0;
  }
  .sharing .social-sharing-link ul li a.twitter {
    width: 28px;
    height: 28px;
    background-size: 28px;
  }
  .sharing .social-sharing-link ul li a.facebook {
    width: 28px;
    height: 28px;
    background-size: 28px;
  }
  .sharing .social-sharing-link ul li a.linkedin {
    width: 28px;
    height: 28px;
    background-size: 28px;
  }
  .sharing .social-sharing-link ul li a.mail {
    width: 34px;
    height: 28px;
    background-size: 34px;
  }
}
.region-content {
  max-width: none;
  width: auto;
}

.page-node-type-projet .node__content {
  padding-top: 60px;
}

body.black [data-color=white] {
  opacity: 0;
}

.header-projet {
  position: relative;
  z-index: 110;
}
.header-projet .wrapper-image-unique {
  max-width: none;
  width: 100%;
}

.wrapper-image-unique {
  max-width: 1440px;
  position: relative;
  z-index: 110;
  margin: 0 auto;
  height: 300px;
  overflow: hidden;
}
.wrapper-image-unique img {
  width: 150%;
  margin-left: -25%;
  margin-right: -25%;
  height: auto;
  display: block;
}

.wrapper-menu-projet {
  display: none;
}

.menu-projet {
  overflow: hidden;
  z-index: 0;
  display: block;
  font-family: "SequelSans-BoldDisplay", sans-serif;
  font-size: 0.75rem;
  overflow: hidden;
}
.menu-projet 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-projet li span {
  display: inline-block;
  width: calc(100% - 400x);
  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-projet li span.ligne {
  display: inline-block;
  width: 20px;
  min-width: 20px;
  padding-left: 20px;
  overflow: hidden;
}
.menu-projet li span.ligne .svg {
  height: 1px;
}
.menu-projet 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-projet.black li span {
  color: white;
}
.menu-projet.black li span.ligne .ligne-sous-menu {
  stroke: white;
}
.menu-projet.white li span {
  color: black;
}
.menu-projet.white li span.ligne .ligne-sous-menu {
  stroke: black;
}

#letter-container {
  margin-top: 40px;
  position: relative;
  clear: both;
}
#letter-container svg {
  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;
}
#letter-container svg#m_letter {
  height: 147px;
}

@-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;
  }
}
.info-generale {
  background-color: #f5f5f5;
  max-width: 1160px;
  width: calc(100% - 40px);
  margin: 0 auto 60px;
  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;
  position: relative;
  z-index: 110;
}
.info-generale .col-gauche {
  max-width: 860px;
  width: 100%;
}
.info-generale .col-droite {
  margin-top: 0px;
  width: 100%;
  padding-left: 0px;
}
.info-generale .col-droite p {
  font-size: 0.875rem;
  font-family: "SequelSans-SemiBoldBodyText", sans-serif;
}
.info-generale .col-droite p:first-child {
  margin-top: 0;
}
.info-generale .titre-projet {
  background-color: #f5f5f5;
  padding-top: 35px;
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 0px;
  margin-left: 0px;
}
.info-generale .titre-projet h1 {
  margin: 0;
  font-size: 2.5rem;
  font-family: "SequelSans-BoldDisplay", sans-serif;
  line-height: 100%;
  font-weight: normal;
}
.info-generale .client {
  font-family: "Helvetica";
  font-size: 1.875rem;
  line-height: 110%;
  font-weight: 700;
  padding-bottom: 40px;
}
.info-generale .client hr {
  margin: 0 0 7px 0;
  border-top: 1px solid #000;
}
.info-generale .menu-client {
  font-family: "Helvetica";
  font-weight: 900;
  font-size: 1em;
  line-height: 100%;
}
.info-generale .menu-client li {
  margin-bottom: 5px;
  list-style: none;
  padding-left: 13px;
  background-size: 8px;
  background-position: left center;
  background-repeat: no-repeat;
  position: relative;
}
.info-generale .menu-client a {
  text-decoration: none;
}
.info-generale .menu-client a:before {
  position: absolute;
  content: "+";
  left: -2px;
  color: inherit;
}

hr {
  display: inline-block;
  width: 60px;
  text-align: left;
  clear: both;
}

.field--name-field-texte-gauche {
  font-family: "SequelSans-SemiBoldBodyText", sans-serif;
  font-size: 0.875rem;
  line-height: 145%;
}

.col-gauche svg {
  visibility: hidden;
}

.intro {
  width: 1160px;
  margin: 0 auto 60px;
  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;
  font-size: 0.875rem;
  font-family: "SequelSans-SemiBoldBodyText", sans-serif;
}
.intro .col-gauche {
  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;
  width: 860px;
}
.intro .col-gauche .lettrine {
  visibility: hidden;
  padding-left: 60px;
  float: left;
  width: 300px;
  position: relative;
}
.intro .col-gauche .lettrine svg {
  position: absolute;
  bottom: -60px;
  width: 200px;
  height: 230px;
  width: auto;
}
.intro .col-gauche .wrapper-titre-intro {
  width: 560px;
}
.intro .col-droite {
  width: 240px;
  padding-left: 60px;
}
.intro h2 {
  margin: 0;
  font-family: "SequelSans-BoldDisplay", sans-serif;
  font-size: 3.125rem;
  font-weight: normal;
  line-height: 100%;
}
.intro h3 {
  font-family: "Helvetica";
  font-size: 1.875rem;
  font-weight: 700;
  margin: 46px 0 0 0;
}
.intro hr {
  margin-top: 20px;
}

@media only screen and (min-width: 768px) {
  .page-node-type-projet .node__content {
    padding-top: 0px;
  }
  .wrapper-menu-projet {
    display: block;
    position: fixed;
    top: 115px;
    margin: 0;
    padding: 0 0 0 20px;
    width: 160px;
    z-index: 101;
  }
  .wrapper-image-unique {
    height: 420px;
  }
  .wrapper-image-unique img {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
}
@media only screen and (min-width: 1024px) {
  .wrapper-menu-projet {
    padding: 0 0 0 0px;
    width: 200px;
  }
  .menu-projet {
    font-size: 0.875rem;
  }
  .menu-projet li {
    width: 200px;
  }
  #letter-container svg {
    height: 230px;
  }
  #letter-container svg#m_letter {
    height: 185px;
  }
  #letter-container svg#w_letter {
    width: 218px;
  }
  .wrapper-image-unique {
    height: auto;
  }
  .wrapper-image-unique img {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    position: relative;
  }
  .wrapper-menu-projet {
    display: block;
  }
  .info-generale {
    margin: 0 auto 50px;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
  }
  .info-generale .col-droite {
    margin-top: 120px;
    width: 260px;
    border-left: solid 1px black;
    padding-left: 40px;
    margin-bottom: 44px;
    position: absolute;
    right: 0;
  }
  .info-generale .titre-projet {
    padding-top: 60px;
    padding-left: 60px;
    padding-right: 160px;
    margin-top: -80px;
    margin-left: -60px;
  }
  .info-generale .titre-projet h1 {
    font-size: 4rem;
  }
  .info-generale .client {
    margin-left: -20px;
    padding-left: 20px;
    padding-right: 200px;
    background-color: #f5f5f5;
  }
  .wrapper-image-unique {
    height: 565px;
  }
  .wrapper-image-unique img {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }
}
@media only screen and (min-width: 1200px) {
  .wrapper-image-unique {
    height: 715px;
  }
  .info-generale .titre-projet h1 {
    font-size: 5rem;
  }
}
@media only screen and (min-width: 1440px) {
  .wrapper-image-unique {
    max-width: none;
    height: auto;
  }
}