@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 */
/* blank */
:focus {
  outline: 0;
}

.block .wrapper {
  max-width: 1200px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
.block .wrapper h2 {
  font-size: 2.4em;
  font-weight: 700;
  margin: 0 0 40px 0;
  line-height: 110%;
}

#block-en-tete {
  background-image: url(../images/en-tete-formation@2x.jpg);
  background-size: auto 100%;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 110px;
  color: white;
  height: 715px;
  position: relative;
}
#block-en-tete .textes-en-tete {
  max-width: 850px;
}
#block-en-tete .textes-en-tete p {
  max-width: 750px;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -1px;
}
#block-en-tete .textes-en-tete p i, #block-en-tete .textes-en-tete p em {
  font-size: 0.8em;
}
#block-en-tete .textes-en-tete p a {
  margin-top: 25px;
  display: inline-block;
  text-decoration: none;
  border-radius: 30px;
  text-align: center;
  width: 330px;
  height: 40px;
  line-height: 40px;
  font-weight: 700;
  background-color: #870300;
  color: white;
  font-size: 1.2rem;
}
#block-en-tete h1 {
  font-size: 2.25em;
  font-weight: 800;
  line-height: 110%;
  margin: 0 0 30px 0;
  letter-spacing: -1px;
}
#block-en-tete::after {
  content: " ";
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 40px;
  height: 34px;
  background-image: url(../images/arrow-down.png);
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
  z-index: 1;
}

#content-body {
  padding-top: 40px;
}
#content-body p {
  font-size: 1em;
  line-height: 150%;
}

#modules-formation {
  padding: 50px 0;
}
#modules-formation .wrapper h3 {
  color: #870300;
  font-size: 1.35em;
  font-weight: 700;
  margin: 0 0 40px 0;
}
#modules-formation .wrapper > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
#modules-formation .wrapper > ul > li {
  cursor: pointer;
  background-color: rgba(178, 178, 178, 0.1);
  padding: 20px 90px 20px 20px;
  border-bottom: solid 1px white;
  background-image: url(../images/btn-plus-etape.svg);
  background-position: right 20px top 20px;
  background-repeat: no-repeat;
  background-size: 40px;
  font-weight: 500;
  min-height: 42px;
}
#modules-formation .wrapper > ul > li .titre {
  font-size: 1.15em;
  line-height: 110%;
  margin-bottom: 5px;
}
#modules-formation .wrapper > ul > li .sous-titre {
  font-size: 1em;
  line-height: 110%;
}
#modules-formation .wrapper > ul > li.no-rep {
  cursor: default;
  background-image: none;
}
#modules-formation .wrapper > ul > li .reponse {
  display: none;
  margin-top: 20px;
}
#modules-formation .wrapper > ul > li .reponse ul li {
  line-height: 120%;
  margin-bottom: 7px;
}
#modules-formation .wrapper > ul > li:hover {
  background-image: url(../images/btn-plus-etape-over.svg);
}
#modules-formation .wrapper > ul > li:hover.no-rep {
  background-image: none;
}
#modules-formation .wrapper > ul > li.open {
  background-image: url(../images/btn-moins-etapes.svg);
}
#modules-formation .wrapper > ul > li.open .reponse {
  display: block;
}
#modules-formation .wrapper > ul > li ul {
  margin: 0;
  padding: 0 0 0 18px;
}
#modules-formation .wrapper > ul > li ul li {
  list-style: disc;
}
#modules-formation a.btn.rouge {
  width: 330px;
  height: 40px;
  border-radius: 30px;
  line-height: 40px;
  font-size: 1em;
  margin-top: 40px;
}

#en-savoir-plus {
  background-color: #3d0029;
  padding: 50px 0;
  color: white;
}
#en-savoir-plus .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-betweem;
  -ms-flex-pack: space-betweem;
  -webkit-justify-content: space-betweem;
  -moz-justify-content: space-betweem;
  justify-content: space-betweem;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#en-savoir-plus .wrapper h2 {
  font-size: 1.35em;
  margin: 0 0 30px 0;
}
#en-savoir-plus .wrapper .texte {
  width: 100%;
  max-width: 400px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  margin: 0 auto;
}
#en-savoir-plus .wrapper .texte .body p {
  margin: 0;
  font-size: 1em;
  line-height: 150%;
}
#en-savoir-plus .wrapper .telechargement {
  width: 100%;
  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: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-top: 20px;
}
#en-savoir-plus .wrapper .telechargement a {
  width: 330px;
  border-radius: 30px;
  font-size: 1em;
  height: auto;
  line-height: 110%;
  padding: 10px 0;
}

#pourquoi-suivre-cette-formation {
  background-color: rgba(255, 194, 176, 0.35);
  padding: 60px 0 50px;
}
#pourquoi-suivre-cette-formation h2 {
  color: #870300;
  line-height: 115%;
}
#pourquoi-suivre-cette-formation p,
#pourquoi-suivre-cette-formation ul {
  font-size: 1em;
  line-height: 150%;
}
#pourquoi-suivre-cette-formation ul {
  padding: 0 0 0 18px;
  margin-top: -1em;
  margin-bottom: 2em;
}
#pourquoi-suivre-cette-formation ul li {
  padding: 20px 0;
  border-bottom: solid 1px #707070;
}
#pourquoi-suivre-cette-formation .wrapper-avantages {
  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-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#pourquoi-suivre-cette-formation .wrapper-avantages .avantage {
  width: 396px;
  position: relative;
  margin-top: 70px;
}
#pourquoi-suivre-cette-formation .wrapper-avantages .avantage .body {
  margin-right: 0px;
  position: relative;
  z-index: 2;
  max-width: 350px;
}
#pourquoi-suivre-cette-formation .wrapper-avantages .avantage .titre {
  color: #870300;
  font-weight: 700;
  font-size: 1.35em;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}
#pourquoi-suivre-cette-formation .wrapper-avantages .avantage::before {
  position: absolute;
  z-index: 0;
  font-size: 14em;
  color: white;
  font-weight: 700;
}
#pourquoi-suivre-cette-formation .wrapper-avantages .avantage:nth-child(1)::before {
  content: "1";
  margin-top: 40px;
}
#pourquoi-suivre-cette-formation .wrapper-avantages .avantage:nth-child(2)::before {
  content: "2";
  margin-top: 40px;
}
#pourquoi-suivre-cette-formation .wrapper-avantages .avantage:nth-child(3)::before {
  content: "3";
  margin-top: 40px;
}

#block-outils {
  padding: 50px 0;
}
#block-outils .wrapper ul {
  padding: 0;
  margin: -40px 0 0 0;
  list-style-type: none;
}
#block-outils .wrapper ul li {
  padding: 40px 0;
  border-bottom: solid 1px #707070;
}
#block-outils .wrapper ul li:last-child {
  border: 0;
}
#block-outils .wrapper ul li .wrapper-textes {
  width: 100%;
}
#block-outils .wrapper ul li .wrapper-textes .titre {
  color: #870300;
  font-size: 1.35em;
  font-weight: 700;
  letter-spacing: -0.03em;
}
#block-outils .wrapper ul li .wrapper-textes p {
  margin-bottom: 0;
  font-size: 1em;
  line-height: 150%;
  max-width: 550px;
}
#block-outils .wrapper ul li a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 330px;
  font-size: 1em;
  margin-top: 20px;
}

#block-participants {
  background-color: #3d0029;
  padding: 50px 0;
  color: white;
}
#block-participants.participants-alternative {
  background-color: #ffc2b0;
  padding: 60px 0 50px;
  color: black;
}
#block-participants .wrapper {
  overflow: hidden;
}
#block-participants .wrapper h2 {
  line-height: 100%;
}
#block-participants .wrapper .wrapper-cols {
  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-participants .wrapper .wrapper-cols .col {
  width: 100%;
  font-size: 1em;
  line-height: 150%;
}
#block-participants .wrapper .wrapper-cols .col ul {
  font-size: 1.2rem;
  padding: 0 0 0 20px;
  margin: 20px 0 0;
}
#block-participants .wrapper .wrapper-cols .col ul li {
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  padding: 25px 0;
}
#block-participants .wrapper .wrapper-cols .col ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
#block-participants .wrapper .wrapper-cols .col ul li:first-child {
  padding-top: 0;
}

#block-temoignages {
  color: white;
  background-color: #870300;
  padding: 50px 0;
}
#block-temoignages .left,
#block-temoignages .right {
  width: 100%;
}
#block-temoignages .wrapper {
  overflow: hidden;
}
#block-temoignages .wrapper .left {
  padding-left: 0px;
  width: 100%;
}
#block-temoignages .wrapper .left h2 {
  margin: 0 30px 25px 0;
}
#block-temoignages .wrapper .right {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 30px 0 25px 0;
}
#block-temoignages .wrapper .right .wrapper-temoignage {
  float: left;
  width: 100%;
  margin-right: 50px;
}
#block-temoignages .wrapper .right .wrapper-temoignage .temoignage {
  margin-bottom: 25px;
}
#block-temoignages .slick-next,
#block-temoignages .slick-prev {
  display: none !important;
}

#ressources {
  padding: 50px 0;
}
#ressources h2 {
  margin-bottom: 40px;
}
#ressources .wrapper > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 700px;
}
#ressources .wrapper > ul > li {
  cursor: pointer;
  padding: 20px 90px 5px 0;
  border-bottom: solid 1px #707070;
  background-image: url(../images/btn-plus-etape.svg);
  background-position: right 20px top 20px;
  background-repeat: no-repeat;
  background-size: 40px;
  font-weight: 500;
  min-height: 50px;
}
#ressources .wrapper > ul > li .titre {
  font-size: 1.2em;
  color: #870300;
}
#ressources .wrapper > ul > li .sous-titre {
  font-size: 1em;
}
#ressources .wrapper > ul > li.no-rep {
  cursor: default;
  background-image: none;
}
#ressources .wrapper > ul > li .reponse {
  display: none;
  margin: 30px 0;
  line-height: 150%;
  margin-right: -50px;
}
#ressources .wrapper > ul > li .reponse li {
  margin-bottom: 10px;
}
#ressources .wrapper > ul > li .reponse a {
  color: #000;
}
#ressources .wrapper > ul > li:hover {
  background-image: url(../images/btn-plus-etape-over.svg);
}
#ressources .wrapper > ul > li:hover.no-rep {
  background-image: none;
}
#ressources .wrapper > ul > li.open {
  background-image: url(../images/btn-moins-etapes.svg);
}
#ressources .wrapper > ul > li.open .reponse {
  display: block;
}
#ressources .wrapper > ul > li ul {
  margin: 0;
  padding: 0 0 0 18px;
}
#ressources .wrapper > ul > li ul li {
  list-style: disc;
}

#block-ordre {
  padding: 50px 0;
  background-color: #3d0029;
  color: white;
}
#block-ordre .wrapper h2 {
  line-height: 120%;
  margin-bottom: 30px;
}
#block-ordre .wrapper .wrapper-cols {
  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-ordre .wrapper .wrapper-cols .wrapper-ordre {
  width: 100%;
  margin-top: 20px;
}
#block-ordre .wrapper .wrapper-cols .wrapper-ordre .titre {
  font-size: 1.35em;
  font-weight: 700;
}
#block-ordre .wrapper .wrapper-cols .wrapper-ordre .body {
  font-size: 1em;
  font-weight: 500;
  line-height: 150%;
}
#block-ordre .wrapper .wrapper-lien {
  text-align: center;
  width: 100%;
  margin-top: 50px;
}
#block-ordre .wrapper .wrapper-lien a {
  max-width: 400px;
  width: 100%;
  font-size: 1.2em;
}

#informations {
  background-color: #870300;
  color: white;
  padding: 50px 0;
}
#informations .wrapper {
  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;
}
#informations .wrapper .col {
  width: 100%;
}
#informations .wrapper .col h2 {
  font-size: 1.35em;
  line-height: 115%;
  margin: 0 0 20px 0;
}
#informations .wrapper .col p {
  font-size: 1.1em;
  line-height: 150%;
  max-width: 500px;
}
#informations .wrapper .col:last-child {
  margin-top: 30px;
}
#informations .wrapper .col:last-child p {
  font-size: 1em;
  font-weight: 600;
}
#informations .wrapper .col:last-child p strong {
  font-size: 1.1rem;
}
#informations .wrapper .col:last-child p:first-child {
  margin-top: 0;
}
#informations .wrapper .col:last-child p a {
  color: inherit;
  font-weight: 800;
  text-decoration: none;
}

.slick-dots {
  clear: both;
  position: relative;
  top: 30px;
  padding: 0;
  margin: 0;
}
.slick-dots button {
  display: none;
}
.slick-dots li {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
  -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;
}
.slick-dots li.slick-active {
  background-color: rgb(255, 255, 255);
}
.slick-dots li:last-child {
  margin-right: 0;
}

@media only screen and (min-width: 768px) {
  .block .wrapper h2 {
    font-size: 2.8em;
  }
  #block-en-tete {
    height: 640px;
  }
  #block-en-tete h1 {
    font-size: 3.2em;
  }
  #modules-formation .wrapper h3 {
    font-size: 1.55em;
  }
  #en-savoir-plus .wrapper h2 {
    font-size: 1.55em;
  }
  #pourquoi-suivre-cette-formation .wrapper-avantages .avantage .titre {
    font-size: 1.55em;
  }
  #block-outils .wrapper ul li .wrapper-textes .titre {
    font-size: 1.55em;
  }
  #ressources .wrapper > ul > li .titre {
    font-size: 1.3em;
  }
  #block-ordre .wrapper .wrapper-cols .wrapper-ordre .titre {
    font-size: 1.55em;
  }
  #informations .wrapper .col h2 {
    font-size: 1.555em;
  }
}
@media only screen and (min-width: 1024px) {
  .block .wrapper h2 {
    font-size: 3.1em;
  }
  #block-en-tete h1 {
    font-size: 3.6em;
  }
  #modules-formation .wrapper h3 {
    font-size: 1.7em;
  }
  #en-savoir-plus .wrapper h2 {
    font-size: 1.7em;
  }
  #en-savoir-plus .wrapper .texte {
    width: 50%;
    text-align: left;
    margin: 0;
  }
  #en-savoir-plus .wrapper .telechargement {
    width: 50%;
    max-width: calc(100% - 500px);
    text-align: right;
    margin-top: 0;
  }
  #pourquoi-suivre-cette-formation .wrapper-avantages .avantage {
    width: 33%;
    margin-top: 80px;
  }
  #pourquoi-suivre-cette-formation .wrapper-avantages .avantage .body {
    margin-right: 50px;
  }
  #pourquoi-suivre-cette-formation .wrapper-avantages .avantage .titre {
    font-size: 1.7em;
  }
  #pourquoi-suivre-cette-formation .wrapper-avantages .avantage::before {
    font-size: 20em;
  }
  #block-outils .wrapper ul li {
    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;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #block-outils .wrapper ul li .wrapper-textes {
    width: calc(100% - 580px);
    margin-right: 80px;
  }
  #block-outils .wrapper ul li .wrapper-textes .titre {
    font-size: 1.7em;
  }
  #block-participants .wrapper .wrapper-cols .col:first-child {
    width: calc(100% - 580px);
    margin-right: 80px;
  }
  #block-participants .wrapper .wrapper-cols .col:nth-child(2) {
    width: 500px;
  }
  #block-temoignages {
    padding: 75px 0;
  }
  #block-temoignages .left,
  #block-temoignages .right {
    float: left;
    width: 50%;
  }
  #block-temoignages .wrapper .left {
    width: calc(100% - 580px);
    margin-right: 80px;
  }
  #block-temoignages .wrapper .left h2 {
    margin: 0;
    line-height: 100%;
  }
  #block-temoignages .wrapper .right {
    width: 500px;
    padding: 0 0 25px 0;
  }
  #ressources .wrapper > ul > li .titre {
    font-size: 1.4em;
  }
  #block-ordre .wrapper .wrapper-cols .wrapper-ordre {
    width: calc(33% - 30px);
    margin-top: 20px;
  }
  #block-ordre .wrapper .wrapper-cols .wrapper-ordre .titre {
    font-size: 1.7em;
  }
  #informations .wrapper .col h2 {
    font-size: 1.7em;
  }
  #informations .wrapper .col:first-child {
    width: calc(100% - 580px);
    margin-right: 80px;
  }
  #informations .wrapper .col:last-child {
    width: 500px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .block .wrapper h2 {
    letter-spacing: -0.03em;
    margin: 0 0 60px 0;
  }
  #block-en-tete {
    height: 800px;
  }
  #block-en-tete .textes-en-tete p a {
    width: 400px;
    height: 60px;
    line-height: 60px;
  }
  #block-en-tete h1 {
    margin: 0 0 60px 0;
  }
  #content-body {
    padding-top: 60px;
  }
  #modules-formation {
    padding: 70px 0;
  }
  #modules-formation .wrapper > ul > li {
    min-height: 50px;
  }
  #modules-formation .wrapper > ul > li .titre {
    font-size: 1.25em;
  }
  #modules-formation a.btn.rouge {
    width: 400px;
    height: 60px;
    line-height: 60px;
    margin-top: 70px;
    font-size: 1.1em;
  }
  #en-savoir-plus {
    padding: 90px 0;
  }
  #en-savoir-plus .wrapper .texte {
    max-width: 500px;
  }
  #en-savoir-plus .wrapper .texte .body p {
    font-size: 1.25em;
  }
  #en-savoir-plus .wrapper .telechargement a {
    width: 545px;
    height: 60px;
    line-height: 60px;
    font-size: 1.1em;
    padding: 0;
  }
  #pourquoi-suivre-cette-formation {
    padding: 110px 0 90px;
  }
  #pourquoi-suivre-cette-formation .wrapper-avantages .avantage {
    margin-top: 130px;
  }
  #block-outils {
    padding: 100px 0;
  }
  #block-outils .wrapper ul {
    margin: 0;
  }
  #block-outils .wrapper ul li .wrapper-textes {
    width: calc(100% - 620px);
    margin-right: 120px;
  }
  #block-outils .wrapper ul li a {
    width: 400px;
    margin-right: 100px;
    font-size: 1.1em;
    margin-top: 0;
  }
  #block-participants {
    padding: 100px 0;
  }
  #block-participants .wrapper .wrapper-cols .col ul {
    margin: 50px 0 0;
  }
  #block-participants .wrapper .wrapper-cols .col:first-child {
    width: calc(100% - 620px);
    margin-right: 120px;
  }
  #block-temoignages {
    padding: 110px 0;
  }
  #block-temoignages .wrapper .left {
    width: calc(100% - 620px);
    margin-right: 120px;
  }
  #block-temoignages .wrapper .right .wrapper-temoignage {
    width: 500px;
  }
  #ressources {
    padding: 105px 0;
  }
  #ressources h2 {
    margin-bottom: 120px;
  }
  #block-ordre {
    padding: 100px 0;
  }
  #block-ordre .wrapper h2 {
    margin-bottom: 110px;
  }
  #block-ordre .wrapper .wrapper-cols .wrapper-ordre {
    width: 350px;
    margin-top: 0;
  }
  #block-ordre .wrapper .wrapper-lien {
    margin-top: 110px;
  }
  #block-ordre .wrapper .wrapper-lien a {
    max-width: 470px;
  }
  #informations {
    padding: 100px 0;
  }
  #informations .wrapper .col:first-child {
    width: calc(100% - 620px);
    margin-right: 120px;
  }
}/*# sourceMappingURL=harcelement.css.map */