@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" /> */
#block-menuservices .wrapper-menu-services .col-droite h2 {
  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;
}

#block-menuservices .wrapper-menu-services .col-droite ul li a .wrapper-fl .ligne {
  background-image: url(../images/pixel-ligne-blanc.png);
  background-repeat: repeat-x;
  background-position: left center;
  height: 7px;
  background-size: auto 1px;
  display: block;
  float: left;
  width: 35px;
}

#block-menuservices .wrapper-menu-services .col-droite ul li a .wrapper-fl .pointe {
  background-image: url(../images/pointe-blanche.png);
  background-repeat: no-repeat;
  background-position: left 0;
  background-size: auto 7px;
  display: block;
  float: left;
  width: 7px;
  height: 8px;
}

#block-menuservices .wrapper-menu-services .col-droite ul li:hover a .wrapper-fl .ligne, #block-menuservices .wrapper-menu-services .col-droite ul li:active a .wrapper-fl .ligne {
  background-image: url(../images/pixel-ligne-rose.png);
  width: 105px;
  -webkit-animation: fl-right 0.15s ease-in-out;
  -moz-animation: fl-right 0.15s ease-in-out;
  -ms-animation: fl-right 0.15s ease-in-out;
  -o-animation: fl-right 0.15s ease-in-out;
  animation: fl-right 0.15s ease-in-out;
}

#block-menuservices .wrapper-menu-services .col-droite ul li:hover a .wrapper-fl .pointe, #block-menuservices .wrapper-menu-services .col-droite ul li:active a .wrapper-fl .pointe {
  background-image: url(../images/pointe-rose.png);
}

@media only screen and (min-width: 1024px) {
  #block-menuservices .wrapper-menu-services .col-droite h2 {
    font-size: 4rem;
    margin: 0 0 50px 0;
    line-height: 4.625rem;
  }
}
@media only screen and (min-width: 1200px) {
  #block-menuservices .wrapper-menu-services .col-droite h2 {
    font-size: 4.375rem;
    margin: 0 0 50px 0;
    line-height: 4.8755rem;
  }
}
@media only screen and (min-width: 1440px) {
  #block-menuservices .wrapper-menu-services .col-droite h2 {
    font-size: 5rem;
    margin: 0 0 50px 0;
    line-height: 5.625rem;
  }
}
.node-4 .node__content {
  padding-top: 60px;
}

.header-services {
  position: relative;
  overflow: hidden;
}
.header-services .field--name-field-image {
  width: 100%;
  height: 335px;
  overflow: hidden;
}
.header-services img {
  height: 335px;
  width: auto;
  position: relative;
}
.header-services .border {
  position: absolute;
  width: 100%;
  height: 345px;
  top: 0;
  left: 0;
  background-image: url(../images/bg-rose.jpg);
  background-repeat: repeat-x;
  background-size: 35px;
  background-position: bottom center;
}
.header-services .wrapper-textes {
  position: relative;
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
}
.header-services .wrapper-textes .onglet {
  width: 100%;
  background-color: black;
  color: white;
}
.header-services .wrapper-textes .onglet h1 {
  font-family: "SequelSans-BoldDisplay", sans-serif;
  font-size: 2.5rem;
  margin: 0 0 0 0;
  padding: 40px 20px 20px 20px;
  font-weight: normal;
}
.header-services .wrapper-textes .onglet p {
  margin: 0;
  font-size: 0.8725rem;
  padding: 0px 20px 0 20px;
}

#block-menuservices {
  background-color: black;
  color: white;
  padding-top: 50px;
  padding-bottom: 30px;
}
#block-menuservices .wrapper-menu-services {
  max-width: 1160px;
  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;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
#block-menuservices .wrapper-menu-services .col-gauche {
  width: 100%;
}
#block-menuservices .wrapper-menu-services .col-gauche .etoile {
  width: 260px;
  margin: 30px auto 0;
}
#block-menuservices .wrapper-menu-services .col-droite {
  width: calc(100% - 40px);
  margin: 0 auto;
}
#block-menuservices .wrapper-menu-services .col-droite h2 {
  display: none;
}
#block-menuservices .wrapper-menu-services .col-droite ul {
  margin: 0;
  padding: 0;
  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-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
#block-menuservices .wrapper-menu-services .col-droite ul li {
  width: 100%;
  display: inline-block;
  padding-left: 20px;
  background-image: url(../images/bullet-menu-services@2x.png);
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: left 7px;
  margin-bottom: 40px;
}
#block-menuservices .wrapper-menu-services .col-droite ul li a {
  color: inherit;
  text-decoration: none;
  font-family: "SequelSans-BlackBodyText", sans-serif;
}
#block-menuservices .wrapper-menu-services .col-droite ul li a .resume {
  padding-top: 10px;
  margin-left: -20px;
  font-family: "Payfair Display";
}
#block-menuservices .wrapper-menu-services .col-droite ul li a .wrapper-fl {
  overflow: hidden;
  width: 100%;
  margin-top: 10px;
  margin-left: -20px;
}
#block-menuservices .wrapper-menu-services .col-droite ul li:hover, #block-menuservices .wrapper-menu-services .col-droite ul li:active {
  background-image: url(../images/bullet-menu-services@2x-hover.png);
}
#block-menuservices .wrapper-menu-services .col-droite ul li:hover a, #block-menuservices .wrapper-menu-services .col-droite ul li:active a {
  color: #FFD600;
}
#block-menuservices .wrapper-menu-services .col-droite ul li:hover a .resume, #block-menuservices .wrapper-menu-services .col-droite ul li:active a .resume {
  color: white;
}
.page-node-type-services #block-menuservices,
.page-node-type-bureau #block-menuservices {
  position: relative;
  z-index: 110;
}
.page-node-type-services #block-menuservices .wrapper-menu-services .col-droite h2,
.page-node-type-bureau #block-menuservices .wrapper-menu-services .col-droite h2 {
  display: block;
  font-size: 2.5rem;
  padding-bottom: 30px;
  background-image: url(../images/pixel-ligne-blanc.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 60px 1px;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.page-node-type-services #block-menuservices .wrapper-menu-services .col-droite h2.hide,
.page-node-type-bureau #block-menuservices .wrapper-menu-services .col-droite h2.hide {
  opacity: 0;
  margin-left: -100px;
  -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;
}

.page-node-type-bureau #block-menuservices {
  padding-top: 30px;
  padding-bottom: 60px;
}

@-webkit-keyframes fl-right {
  0% {
    width: 35px;
  }
  100% {
    width: 105px;
  }
}
@-moz-keyframes fl-right {
  0% {
    width: 35px;
  }
  100% {
    width: 105px;
  }
}
@-ms-keyframes fl-right {
  0% {
    width: 35px;
  }
  100% {
    width: 105px;
  }
}
@-o-keyframes fl-right {
  0% {
    width: 35px;
  }
  100% {
    width: 105px;
  }
}
@keyframes fl-right {
  0% {
    width: 35px;
  }
  100% {
    width: 105px;
  }
}
@media only screen and (min-width: 600px) {
  .header-services img {
    height: 550px;
    margin-top: -100px;
  }
  .header-services .border {
    height: 459px;
  }
}
@media only screen and (min-width: 768px) {
  .node-4 .node__content {
    padding-top: 0px;
  }
  .page-node-type-services #block-menuservices .wrapper-menu-services .col-droite h2,
  .page-node-type-bureau #block-menuservices .wrapper-menu-services .col-droite h2 {
    font-size: 3.125rem;
  }
}
@media only screen and (min-width: 1024px) {
  .header-services {
    height: 500px;
    overflow: hidden;
  }
  .header-services .field--name-field-image {
    width: 100%;
    height: auto;
  }
  .header-services img {
    height: 650px;
    margin-top: 0px;
  }
  .header-services .border {
    height: 500px;
    background-size: 24px;
  }
  .header-services .wrapper-textes {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    overflow: hidden;
  }
  .header-services .wrapper-textes .onglet {
    width: 700px;
    padding-bottom: 18px;
    float: right;
  }
  .header-services .wrapper-textes .onglet h1 {
    font-size: 5rem;
    margin: 20px 0 0 0;
    padding: 0;
  }
  .header-services .wrapper-textes .onglet h1,
  .header-services .wrapper-textes .onglet .txt {
    margin-left: 55px;
    margin-right: 100px;
  }
  .header-services .wrapper-textes .onglet p {
    padding: 0;
  }
  #block-menuservices {
    padding-top: 100px;
  }
  #block-menuservices .wrapper-menu-services {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  #block-menuservices .wrapper-menu-services .col-gauche {
    width: 300px;
  }
  #block-menuservices .wrapper-menu-services .col-gauche .etoile {
    width: 95%;
    margin: 100px 0 0 15px;
  }
  #block-menuservices .wrapper-menu-services .col-droite {
    width: calc(100% - 300px);
    margin: 0;
  }
  #block-menuservices .wrapper-menu-services .col-droite ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
  #block-menuservices .wrapper-menu-services .col-droite ul li {
    position: relative;
    width: 220px;
    margin-left: 80px;
  }
  #block-menuservices .wrapper-menu-services .col-droite ul li:nth-child(1) {
    -webkit-transition: all 0.5s ease-out 0.15s, background-image 0s linear;
    -moz-transition: all 0.5s ease-out 0.15s, background-image 0s linear;
    -ms-transition: all 0.5s ease-out 0.15s, background-image 0s linear;
    -o-transition: all 0.5s ease-out 0.15s, background-image 0s linear;
    transition: all 0.5s ease-out 0.15s, background-image 0s linear;
  }
  #block-menuservices .wrapper-menu-services .col-droite ul li:nth-child(2) {
    -webkit-transition: all 0.5s ease-out 0.3s, background-image 0s linear;
    -moz-transition: all 0.5s ease-out 0.3s, background-image 0s linear;
    -ms-transition: all 0.5s ease-out 0.3s, background-image 0s linear;
    -o-transition: all 0.5s ease-out 0.3s, background-image 0s linear;
    transition: all 0.5s ease-out 0.3s, background-image 0s linear;
  }
  #block-menuservices .wrapper-menu-services .col-droite ul li:nth-child(3) {
    -webkit-transition: all 0.5s ease-out 0.45s, background-image 0s linear;
    -moz-transition: all 0.5s ease-out 0.45s, background-image 0s linear;
    -ms-transition: all 0.5s ease-out 0.45s, background-image 0s linear;
    -o-transition: all 0.5s ease-out 0.45s, background-image 0s linear;
    transition: all 0.5s ease-out 0.45s, background-image 0s linear;
  }
  #block-menuservices .wrapper-menu-services .col-droite ul li:nth-child(4) {
    -webkit-transition: all 0.5s ease-out 0.6s, background-image 0s linear;
    -moz-transition: all 0.5s ease-out 0.6s, background-image 0s linear;
    -ms-transition: all 0.5s ease-out 0.6s, background-image 0s linear;
    -o-transition: all 0.5s ease-out 0.6s, background-image 0s linear;
    transition: all 0.5s ease-out 0.6s, background-image 0s linear;
  }
  #block-menuservices .wrapper-menu-services .col-droite ul li:nth-child(5) {
    -webkit-transition: all 0.5s ease-out 0.75s, background-image 0s linear;
    -moz-transition: all 0.5s ease-out 0.75s, background-image 0s linear;
    -ms-transition: all 0.5s ease-out 0.75s, background-image 0s linear;
    -o-transition: all 0.5s ease-out 0.75s, background-image 0s linear;
    transition: all 0.5s ease-out 0.75s, background-image 0s linear;
  }
  #block-menuservices .wrapper-menu-services .col-droite ul li:nth-child(6) {
    -webkit-transition: all 0.5s ease-out 0.9s, background-image 0s linear;
    -moz-transition: all 0.5s ease-out 0.9s, background-image 0s linear;
    -ms-transition: all 0.5s ease-out 0.9s, background-image 0s linear;
    -o-transition: all 0.5s ease-out 0.9s, background-image 0s linear;
    transition: all 0.5s ease-out 0.9s, background-image 0s linear;
  }
  #block-menuservices .wrapper-menu-services .col-droite ul li:nth-child(7) {
    -webkit-transition: all 0.5s ease-out 1.05s, background-image 0s linear;
    -moz-transition: all 0.5s ease-out 1.05s, background-image 0s linear;
    -ms-transition: all 0.5s ease-out 1.05s, background-image 0s linear;
    -o-transition: all 0.5s ease-out 1.05s, background-image 0s linear;
    transition: all 0.5s ease-out 1.05s, background-image 0s linear;
  }
  #block-menuservices .wrapper-menu-services .col-droite ul li:nth-child(8) {
    -webkit-transition: all 0.5s ease-out 1.2s, background-image 0s linear;
    -moz-transition: all 0.5s ease-out 1.2s, background-image 0s linear;
    -ms-transition: all 0.5s ease-out 1.2s, background-image 0s linear;
    -o-transition: all 0.5s ease-out 1.2s, background-image 0s linear;
    transition: all 0.5s ease-out 1.2s, background-image 0s linear;
  }
  #block-menuservices .wrapper-menu-services .col-droite ul li:nth-child(9) {
    -webkit-transition: all 0.5s ease-out 1.35s, background-image 0s linear;
    -moz-transition: all 0.5s ease-out 1.35s, background-image 0s linear;
    -ms-transition: all 0.5s ease-out 1.35s, background-image 0s linear;
    -o-transition: all 0.5s ease-out 1.35s, background-image 0s linear;
    transition: all 0.5s ease-out 1.35s, background-image 0s linear;
  }
  #block-menuservices .wrapper-menu-services .col-droite ul li:nth-child(10) {
    -webkit-transition: all 0.5s ease-out 1.5s, background-image 0s linear;
    -moz-transition: all 0.5s ease-out 1.5s, background-image 0s linear;
    -ms-transition: all 0.5s ease-out 1.5s, background-image 0s linear;
    -o-transition: all 0.5s ease-out 1.5s, background-image 0s linear;
    transition: all 0.5s ease-out 1.5s, background-image 0s linear;
  }
  #block-menuservices .wrapper-menu-services .col-droite ul li.hide {
    -webkit-transition: all 0.5s ease-out, background-image 0s linear;
    -moz-transition: all 0.5s ease-out, background-image 0s linear;
    -ms-transition: all 0.5s ease-out, background-image 0s linear;
    -o-transition: all 0.5s ease-out, background-image 0s linear;
    transition: all 0.5s ease-out, background-image 0s linear;
    opacity: 0;
    left: -30px;
  }
  #block-menuservices .wrapper-menu-services .col-droite ul li.show {
    left: 0;
    opacity: 1;
  }
  #block-menuservices .wrapper-menu-services .col-droite ul li a .wrapper-fl {
    margin-left: -20px;
  }
  .page-node-type-services #block-menuservices {
    padding-top: 50px;
  }
  .page-node-type-services #block-menuservices .wrapper-menu-services .col-gauche .etoile {
    width: 85%;
    margin: 200px 0 0 15px;
  }
  .page-node-type-services #block-menuservices .wrapper-menu-services .col-droite ul li {
    margin-left: 0px;
    margin-right: 80px;
  }
  .page-node-type-bureau #block-menuservices {
    padding-bottom: 100px;
  }
  .page-node-type-bureau #block-menuservices .wrapper-menu-services .col-gauche .etoile {
    width: 85%;
    margin: 200px 0 0 15px;
  }
  .page-node-type-bureau #block-menuservices .wrapper-menu-services .col-droite ul {
    margin-left: -80px;
  }
}
@media only screen and (min-width: 1200px) {
  .header-services {
    height: 700px;
  }
  .header-services img {
    height: 800px;
    margin-top: 0px;
  }
  .header-services .border {
    height: 700px;
  }
  .header-services .wrapper-textes .onglet {
    width: 860px;
  }
  .header-services .wrapper-textes .onglet h1,
  .header-services .wrapper-textes .onglet .txt {
    margin-left: 70px;
  }
  #block-menuservices .wrapper-menu-services .col-gauche .etoile {
    margin: 155px 0 0 15px;
  }
  #block-menuservices .wrapper-menu-services .col-droite ul {
    margin-left: 70px;
  }
  #block-menuservices .wrapper-menu-services .col-droite ul li {
    padding-left: 20px;
    margin-left: 0;
    margin-bottom: 30px;
  }
  #block-menuservices .wrapper-menu-services .col-droite ul li:hover {
    background-image: url(../images/bullet-menu-services@2x-hover.png);
  }
  #block-menuservices .wrapper-menu-services .col-droite ul li:nth-child(2) {
    margin-left: 140px;
  }
  #block-menuservices .wrapper-menu-services .col-droite ul li:nth-child(3) {
    margin-left: 115px;
  }
  #block-menuservices .wrapper-menu-services .col-droite ul li:nth-child(4) {
    margin-left: 140px;
  }
  #block-menuservices .wrapper-menu-services .col-droite ul li:nth-child(5) {
    margin-left: 0px;
  }
  #block-menuservices .wrapper-menu-services .col-droite ul li:nth-child(6) {
    margin-left: 140px;
  }
  #block-menuservices .wrapper-menu-services .col-droite ul li:nth-child(7) {
    margin-left: 115px;
  }
  #block-menuservices .wrapper-menu-services .col-droite ul li:nth-child(8) {
    margin-left: 140px;
  }
  .page-node-type-services #block-menuservices .wrapper-menu-services .col-gauche .etoile {
    width: 100%;
    margin: 314px 0 0 0px;
  }
  .page-node-type-services #block-menuservices .wrapper-menu-services .col-droite ul li {
    margin-right: 0px;
  }
  .page-node-type-bureau #block-menuservices .wrapper-menu-services .col-gauche .etoile {
    width: 100%;
    margin: 314px 0 0 0px;
  }
  .page-node-type-bureau #block-menuservices .wrapper-menu-services .col-droite ul {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 1440px) {
  .header-services {
    height: 800px;
  }
  .header-services .wrapper-textes .onglet h1,
  .header-services .wrapper-textes .onglet .txt {
    margin-left: 100px;
  }
  .header-services img {
    height: auto;
    width: 100%;
  }
  .header-services .border {
    height: 800px;
  }
  #block-menuservices .wrapper-menu-services .col-droite ul {
    margin-left: 100px;
  }
}
@-webkit-keyframes back_and_go {
  from {
    opacity: 0;
    left: -15px;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
@-moz-keyframes back_and_go {
  from {
    opacity: 0;
    left: -15px;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
@-ms-keyframes back_and_go {
  from {
    opacity: 0;
    left: -15px;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
@-o-keyframes back_and_go {
  from {
    opacity: 0;
    left: -15px;
  }
  to {
    left: 0;
    opacity: 1;
  }
}
@keyframes back_and_go {
  from {
    opacity: 0;
    left: -15px;
  }
  to {
    left: 0;
    opacity: 1;
  }
}