@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-offrecompletedeservices .wrapper-title-etoile 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-offrecompletedeservices .col-gauche {
  display: none;
}

#block-offrecompletedeservices {
  -webkit-transition: background-color 0.25s linear;
  -moz-transition: background-color 0.25s linear;
  -ms-transition: background-color 0.25s linear;
  -o-transition: background-color 0.25s linear;
  transition: background-color 0.25s linear;
}

#block-offrecompletedeservices .list-services 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;
}

body.white #block-offrecompletedeservices .list-services a .wrapper-fl .ligne {
  background-image: url(../images/pixel-ligne-noir.png);
}

#block-offrecompletedeservices .list-services 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;
}

body.white #block-offrecompletedeservices .list-services a .wrapper-fl .pointe {
  background-image: url(../images/pointe-noir.png);
}

#block-offrecompletedeservices .list-services a:hover .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-offrecompletedeservices .list-services a:hover .wrapper-fl .pointe {
  background-image: url(../images/pointe-rose.png);
}

@media only screen and (min-width: 768px) {
  #block-offrecompletedeservices .col-gauche {
    position: relative;
    width: 220px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }
}
@media only screen and (min-width: 1024px) {
  #block-offrecompletedeservices .wrapper-title-etoile h2 {
    font-size: 4rem;
    margin: 0 0 50px 0;
    line-height: 4.625rem;
  }
  #block-offrecompletedeservices .col-gauche {
    width: 300px;
  }
}
@media only screen and (min-width: 1200px) {
  #block-offrecompletedeservices .wrapper-title-etoile h2 {
    font-size: 4.375rem;
    margin: 0 0 50px 0;
    line-height: 4.8755rem;
  }
  #block-offrecompletedeservices .col-gauche {
    width: 440px;
  }
}
@media only screen and (min-width: 1440px) {
  #block-offrecompletedeservices .wrapper-title-etoile h2 {
    font-size: 5rem;
    margin: 0 0 50px 0;
    line-height: 5.625rem;
  }
}
body.white #block-offrecompletedeservices .wrapper-title-etoile h2 {
  color: black;
}
body.white #block-offrecompletedeservices .list-services ul.menu li {
  color: black;
  background-image: url(../images/point-services-list-black@2x.png);
}
body.white #block-offrecompletedeservices .etoile svg g circle {
  fill: black !important;
}

#block-offrecompletedeservices {
  width: calc(100% - 40px);
  margin: 0 auto;
  color: #f5f5f5;
  padding-top: 50px;
}
#block-offrecompletedeservices .wrapper-offre-complete {
  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;
}
#block-offrecompletedeservices .col-droite {
  width: 100%;
}
#block-offrecompletedeservices .etoile {
  display: none;
}
#block-offrecompletedeservices .wrapper-title-etoile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
}
#block-offrecompletedeservices .wrapper-title-etoile h2 {
  margin-top: 0px;
  max-width: 300px;
}
#block-offrecompletedeservices .list-services ul.menu {
  position: relative;
  z-index: 195;
  max-width: 775px;
  width: 100%;
  padding: 10px 0 0 0;
  margin: 0;
  overflow: hidden;
  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;
}
#block-offrecompletedeservices .list-services ul.menu li {
  width: calc(50% - 40px);
  color: #f5f5f5;
  margin-bottom: 50px;
  padding-left: 27px;
  background-image: url(../images/point-services-list@2x.png);
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: left 7px;
}
#block-offrecompletedeservices .list-services ul.menu li:hover {
  color: #FFD600;
}
#block-offrecompletedeservices .list-services ul.menu li:first-child {
  order: 1;
}
#block-offrecompletedeservices .list-services ul.menu li:nth-child(2) {
  order: 5;
}
#block-offrecompletedeservices .list-services ul.menu li:nth-child(3) {
  order: 3;
}
#block-offrecompletedeservices .list-services ul.menu li:nth-child(4) {
  order: 7;
}
#block-offrecompletedeservices .list-services ul.menu li:nth-child(5) {
  order: 2;
}
#block-offrecompletedeservices .list-services ul.menu li:nth-child(6) {
  order: 6;
}
#block-offrecompletedeservices .list-services ul.menu li:nth-child(7) {
  order: 4;
}
#block-offrecompletedeservices .list-services ul.menu li:nth-child(8) {
  order: 8;
}
#block-offrecompletedeservices .list-services a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  font-family: "SequelSans-BlackBodyText", sans-serif;
  font-size: 1rem;
}
#block-offrecompletedeservices .list-services a h3 {
  margin: 0;
  font-weight: normal;
  font-size: 1rem;
}
#block-offrecompletedeservices .list-services a .wrapper-fl {
  overflow: hidden;
  width: 100%;
  margin-top: 5px;
}
@-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: 768px) {
  #block-offrecompletedeservices {
    padding-top: 90px;
    width: 100%;
  }
  #block-offrecompletedeservices .col-droite {
    width: calc(100% - 220px);
  }
  #block-offrecompletedeservices .etoile {
    display: block;
    width: 50%;
    max-width: 200px;
    margin-left: 50px;
    margin-right: 20px;
    margin-top: -30px;
  }
  #block-offrecompletedeservices .etoile svg circle {
    -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;
  }
}
@media only screen and (min-width: 1024px) {
  #block-offrecompletedeservices {
    width: 100%;
  }
  #block-offrecompletedeservices .col-droite {
    width: calc(100% - 300px);
  }
  #block-offrecompletedeservices .etoile {
    max-width: 270px;
    margin-left: 100px;
    padding-bottom: 30px;
    margin-top: -60px;
  }
  #block-offrecompletedeservices .wrapper-title-etoile {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  #block-offrecompletedeservices .list-services ul.menu {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -moz-column-width: 25%;
    -webkit-column-width: 25%;
    column-width: 25%;
    -moz-column-gap: 0;
    -webkit-column-gap: 0;
    column-gap: 0;
    padding: 0;
    display: block;
  }
  #block-offrecompletedeservices .list-services ul.menu li {
    width: auto;
    margin-bottom: 100px;
  }
  #block-offrecompletedeservices .list-services ul.menu li:nth-child(3), #block-offrecompletedeservices .list-services ul.menu li:nth-child(7) {
    padding-top: 80px;
    background-position: left 85px;
  }
  #block-offrecompletedeservices .list-services a {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1200px) {
  #block-offrecompletedeservices {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  #block-offrecompletedeservices .col-droite {
    width: calc(100% - 440px);
  }
  #block-offrecompletedeservices .etoile {
    max-width: 295px;
    margin-top: -16px;
  }
  #block-offrecompletedeservices .wrapper-title-etoile {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  #block-offrecompletedeservices .wrapper-title-etoile h2 {
    margin-top: 50px;
  }
  #block-offrecompletedeservices .list-services ul.menu li:hover {
    background-image: url(../images/point-services-list-selected@2x.png);
  }
}
@media only screen and (min-width: 1440px) {
  #block-offrecompletedeservices .etoile {
    margin-left: 200px;
  }
}