h1.h1home {
  position: absolute;
  top: -300vh;
}
.section-deuxcadres {
  margin-bottom: 120px;
}
.section-deuxcadres .entete h2 {
  margin: 0 0 20px;
}
.section-deuxcadres .entete .h2like {
  display: block;
  font-weight: 100;
  margin: 0;
}
.section-deuxcadres .entete .h2like strong {
  font-weight: 700;
}
.section-deuxcadres .inner {
  min-height: 500px;
  height: 100%;
}
.section-deuxcadres .inner i.deuxcadres__icon {
  font-size: 3.2rem;
  color: #ffffff;
  margin-bottom: 10px;
  display: block;
}
.section-deuxcadres .inner h3.deuxcadres__titre {
  color: #ffffff;
  font-size: 3rem;
  font-weight: 500;
  margin: 0;
}
.section-deuxcadres .inner h4.deuxcadres__subtitre {
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: 100;
  margin: 0 0 25px;
}
.section-deuxcadres .inner p.deuxcadres__txt {
  color: #ffffff;
  padding-left: 15px;
  line-height: 1.5;
  margin: 0;
}
.section-deuxcadres .inner a.deuxcadres__lnk {
  align-self: flex-start;
  margin: 20px 0 0 15px;
}
.section-deuxcadres .cadre1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 35px;
  position: relative;
  background: url('../../../../img/illustrations/hommeassis.svg') #624098 no-repeat 125% 98%;
}
.section-deuxcadres .cadre2 {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 35px;
  position: relative;
  background: url('../../../../img/illustrations/feuilles.svg') #3E5CDA no-repeat 52% 83%;
}
.section-deuxcadres .cadre2:before {
  content: '';
  position: absolute;
  z-index: 100;
  background: url('../../../../img/illustrations/hommedebout.svg') no-repeat;
  background-size: contain;
  width: 200px;
  height: 346px;
  bottom: 5px;
  right: 5px;
}
.section-deuxcadres .cadre2 .partie1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 430px;
}
.section-deuxcadres .cadre2 .partie1 p {
  max-width: 270px;
  margin: 0;
}
.section-deuxcadres .cadre2 .partie2 {
  width: 43%;
  margin-left: 2%;
  margin: 0;
  min-height: 430px;
}
.section-deuxcadres .cadre2 .partie2 .formation__etiquettes {
  max-width: 80%;
}
@media (max-width: 1700px) {
  .section-deuxcadres .cadre1,
  .section-deuxcadres .cadre2 {
    padding: 30px;
  }
  .section-deuxcadres .cadre1 {
    background-position: 145% 100%;
  }
  .section-deuxcadres .cadre2:before {
    width: 170px;
    height: 300px;
  }
  .section-deuxcadres .cadre2 .partie2 {
    width: 45%;
  }
}
@media (max-width: 1500px) {
  .section-deuxcadres .cadre1,
  .section-deuxcadres .cadre2 {
    padding: 25px;
  }
  .section-deuxcadres .inner p.deuxcadres__txt {
    padding: 0;
  }
  .section-deuxcadres .inner a.deuxcadres__lnk {
    margin: 20px 0 0;
  }
  .section-deuxcadres .cadre1 {
    background-image: none;
  }
  .section-deuxcadres .cadre2:before {
    display: none;
  }
  .section-deuxcadres .cadre2 .partie2 {
    width: 50%;
  }
  .section-deuxcadres .cadre2 .partie1,
  .section-deuxcadres .cadre2 .partie2 {
    min-height: 450px;
  }
}
@media (max-width: 1200px) {
  .section-deuxcadres .inner {
    min-height: auto;
  }
  .section-deuxcadres .cadre2 .partie1,
  .section-deuxcadres .cadre2 .partie2 {
    min-height: auto;
  }
  .section-deuxcadres .cadre2 {
    margin: 30px 0 0;
    background-image: none;
  }
  .section-deuxcadres .inner {
    height: auto;
  }
}
@media (max-width: 992px) {
  .section-deuxcadres .cadre2 .partie1 {
    margin: 0 0 30px !important;
  }
  .section-deuxcadres .cadre2 .partie2 {
    width: 100%;
  }
  .section-deuxcadres .cadre2 .partie1 p {
    max-width: none;
  }
}
