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

.wrapper-nos-clients {
  -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;
}

@media only screen and (min-width: 1024px) {
  .wrapper-nos-clients h2 {
    font-size: 4rem;
    margin: 0 0 50px 0;
    line-height: 4.625rem;
  }
}
@media only screen and (min-width: 1200px) {
  .wrapper-nos-clients h2 {
    font-size: 4.375rem;
    margin: 0 0 50px 0;
    line-height: 4.8755rem;
  }
}
@media only screen and (min-width: 1440px) {
  .wrapper-nos-clients h2 {
    font-size: 5rem;
    margin: 0 0 50px 0;
    line-height: 5.625rem;
  }
}
body.black .wrapper-nos-clients h3 {
  color: white;
}
body.black .wrapper-nos-clients p {
  color: white;
}

body.node-584 article {
  padding-top: 60px;
}
body.node-584 .node__content {
  padding-top: 0px;
}

.wrapper-nos-clients {
  max-width: 1160px;
  width: calc(100% - 40px);
  margin: 0 auto;
  opacity: 0;
  padding-bottom: 50px;
  opacity: 1;
}
.wrapper-nos-clients h2 {
  color: #FFD600;
  margin: 30px 0 0px 0;
  line-height: 120%;
}
.wrapper-nos-clients hr {
  width: 60px;
  display: inline-block;
  background: #000;
  border: 0;
  height: 1px;
  margin-bottom: 0;
  display: none;
}
.wrapper-nos-clients h3 {
  font-family: "SequelSans-BoldDisplay";
  font-size: 1.5rem;
  line-height: 120%;
  margin: 10px 0 20px 0;
}
.wrapper-nos-clients p {
  font-family: "SequelSans-SemiBoldBodyText", sans-serif;
  font-size: 0.875rem;
}
.wrapper-nos-clients ul {
  margin: 40px 0 0 0;
  padding: 0;
  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-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.wrapper-nos-clients ul li {
  width: 50%;
  margin: 0 0 40px 0;
}
.wrapper-nos-clients ul li img {
  width: calc(100% - 20px);
  margin: 0 20px 0 0;
}

@media only screen and (min-width: 768px) {
  .wrapper-nos-clients ul {
    margin: 60px 0 0 0;
  }
  .wrapper-nos-clients ul li {
    width: 16.6666666667%;
  }
}
@media only screen and (min-width: 1024px) {
  .wrapper-nos-clients h2 {
    font-size: 2.5rem;
  }
  .wrapper-nos-clients p {
    margin: 0 0 30px 0;
  }
  .wrapper-nos-clients ul li {
    width: calc(16.6666666667% - 40px);
    margin: 10px 20px;
  }
}
@media only screen and (min-width: 1200px) {
  body.node-584 .node__content {
    padding-top: 0px;
  }
  .wrapper-nos-clients h2 {
    margin-top: 0;
  }
}