.home {
    padding: 0px!important;
    margin-top: 25px!important;
}

.home--main {
    background: #F0F8FF 0% 0% no-repeat padding-box;
    padding-top: 100px;
    padding-bottom: 60px;
}

.homecontent .homecontent__card {
    width: 100%;
    min-height: 200px;
    border: 0;
    position: relative;
    word-break: keep-all;
    box-shadow: 0 .5rem 1rem rgba(var(--black_rgb), .15);
    border-radius: 49px;
    
}

.home--cards {
    position: relative;
    top:-50px
}

.home--skew {
    height: 250px;
    background: #A5DEF6 0% 0% no-repeat padding-box;
}

.home--cards h2 {
    font-family: 'Poppins-Bold', sans-serif;
    font-weight: bold;
    font-size: calc(var(--basePX) + 8px);
    line-height: calc(2*var(--basePX) + 7px); 
    letter-spacing: 0px;
    text-transform: uppercase;
}

.home--goal h2 {
    font-family: 'Poppins-Bold', sans-serif;
    font-weight: bold;
    font-size: calc(2*var(--basePX));
    line-height: calc(3*var(--basePX)); 
    letter-spacing: 0px;
}

.medium--goal {
    font-family: 'Poppins-Medium', sans-serif;
    font-weight: normal;
}

.home--description h2 {
    font-family: 'ClanOT-NarrowBold', sans-serif;
    font-weight: bold;
    font-size: calc(2*var(--basePX) + 5px);
    line-height: calc(3*var(--basePX) + 2px); 
    letter-spacing: 0px;
}

.home--description p {
    font-family: 'Poppins-Medium', sans-serif;
    font-size: calc(var(--basePX) + 6px);
    line-height: calc(2*var(--basePX) + 5px); 
    letter-spacing: 0px;
    color: #161515;
    font-weight: normal;
}

.home--description p span {
    font-weight: 600;
    text-decoration: underline;
}

.home--goal a,
.home--description a {
  color: #161515;
}

.home--goal a:hover,
.home--description a:hover {
  color: #0056b3;
}

.home--description .step-home span,
.home--goal p span {

    text-decoration: underline;
}

@media (min-width:1408px) and (max-width:1500px)
{
  .home--description--size p {
      font-size: calc(var(--basePX) + 5px);
      line-height: calc(2*var(--basePX) + 4px); 
  }
}

@media (min-width:1317px) and (max-width:1407px)
{
  .home--description--size p {
      font-size: calc(var(--basePX) + 4px);
      line-height: calc(2*var(--basePX) + 2px); 
  }
}

@media (min-width:1225px) and (max-width:1316px)
{
  .home--description--size p {
      font-size: calc(var(--basePX) + 3px);
      line-height: calc(2*var(--basePX) + 1px); 
  }
}

@media (max-width:1224px)
{
  .home--description p br{
      display: none;
  }
}

.home--cards p {
    font-family: 'Poppins-Medium', sans-serif;
    font-size: calc(var(--basePX) + 5px);
    line-height: calc(2*var(--basePX) + 3px); 
    letter-spacing: 0px;
    font-weight: normal;
}

@media (min-width:1400px) and (max-width:1700px)
{
  .home--cards--size p {
      font-size: calc(var(--basePX) + 3px);
      line-height: calc(2*var(--basePX) + 1px); 
  }
}

@media (min-width:1200px) and (max-width:1399px)
{
  .home--cards--size p {
      font-size: calc(var(--basePX) + 0px);
      line-height: calc(var(--basePX) + 7px); 
  }
}

@media (max-width:375px)
{
  .home--cards--size p {
      font-size: calc(var(--basePX) + 4px);
      line-height: calc(2*var(--basePX) + 2px); 
  }
}

@media (max-width:554px)
{
    .home--skew h2 {
      font-family: 'ClanOT-NarrowBold', sans-serif;
      font-weight: bold;
      letter-spacing: 0px;
      font-size: calc(2*var(--basePX) + 2px);
      line-height: calc(3*var(--basePX) + 1px); 
    }
}

@media (min-width:555px)
{
  .home--skew h2 {
      font-family: 'ClanOT-NarrowBold', sans-serif;
      font-weight: bold;
      letter-spacing: 0px;
      font-size: calc(3*var(--basePX) + 2px);
      line-height: calc(4*var(--basePX) + 1px); 
  }
}

.home--goal p {
    align-self: center;
    margin-bottom: 0;
    margin-top: 0;
    margin-left: 20px;
    font-family: 'Poppins-Medium', sans-serif;
    font-weight: normal;
    font-size: calc(var(--basePX) + 6px);
    line-height: calc(2*var(--basePX) + 5px); 
    letter-spacing: 0px;
    text-align: left;
}

.home--title { 
    text-align: left;
    font-family: 'ClanOT-NarrowBold', sans-serif;
    font-weight: bold;
    letter-spacing: 0px;
    color: #090909;
}

.home--subtitle {
    text-align: left;
    font-family: 'ClanOT-Medium', sans-serif;
    letter-spacing: 0px;
    color: #090909;
    font-size: calc(2*var(--basePX));
    line-height: calc(2*var(--basePX) + 6px); 
}

.title-bold {
  font-weight: 900;
  font-family: 'ClanOT-NarrowBlack', sans-serif;
}

.btn--profil--home {
    color: white;
    background-color: var(--main-color_profil);
    text-decoration: none;
}

.btn--profil--home:hover {
    color: black;
    background-color: #8B99CB;
    text-decoration: none;
}

.btn--mission--home {
    color: white;
    background-color: var(--tertiary-color_mission);
    text-decoration: none;
}

.btn--mission--home:hover {
    color: black;
    background-color: #50C8C6; 
    text-decoration: none;
}

.btn--home--contact {
  color: black;
  background-color: white;
  font-family: 'Poppins-Bold', sans-serif;
  font-weight: bold;
  display:flex; 
  justify-content: center; 
  align-items: center; 
  align-content: center;
  text-align: center;
  vertical-align: middle;
  height: 53px;
  border-radius: 40px;
  letter-spacing: 0px
}

.btn--home--contact:hover {
  color: white;
  background-color: black;
}



.btn--home--breakfast {
  color: white;
  background-color: var(--main-color_esn-forfait);
  font-family: 'Poppins-Bold', sans-serif;
  font-weight: bold;
  display:flex; 
  justify-content: center; 
  align-items: center; 
  text-align: center;
  vertical-align: middle;
  height: 53px;
  border-radius: 40px;
  letter-spacing: 0px
}

.btn--home--breakfast:hover {
  color: black;
  background-color: #BEEBFF;
  
}

.btn--font--home {
    font-family: 'ClanOT-NarrowBold', sans-serif;
    font-weight: bold;
    font-size: calc(var(--basePX) + 8px);
    line-height: calc(2*var(--basePX) + 2px); 
    letter-spacing: 0px;
    height:70px;
    display:flex; 
    justify-content: center; 
    align-items: center; 
    border-radius: 40px!important;
    text-align: center;
    vertical-align: middle;
}

@media (min-width:769px)
{
  .w-20 {
    width:15%;
  }
}

@media (max-width:768px)
{
  .w-20 {
    width:auto;
  }
}


.steps-home {
  max-width: 1400px;
}

.step-home {
  display: flex;
  align-items: center;
  font-family: 'Poppins-Medium', sans-serif;
  max-width: 450px;
}

.circle {
  width: 32px;
  height: 32px;
  background-color: var(--main-color_esn-forfait); /* bleu clair */
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-right: 12px;
}

.text {
  font-family: 'Poppins-Medium', sans-serif;
  font-size: calc(var(--basePX) + 6px);
  line-height: calc(2*var(--basePX) + 5px);
  color: #000;
  letter-spacing: 0px;
  font-weight: normal;
  width: 60%;
}

@media (min-width:1200px) and (max-width:1300px)
{
  .text--size {
      font-size: calc(var(--basePX) + 5px);
      line-height: calc(2*var(--basePX) + 4px); 
  }
}

@media (max-width:342px)
{
  .text--size {
      font-size: calc(var(--basePX) + 4px);
      line-height: calc(2*var(--basePX) + 2px); 
  }
}

.goal--cards p {
  font-family: 'Poppins-Medium', sans-serif;
  font-size: calc(var(--basePX) + 6px);
  line-height: calc(var(--basePX) + 9px);
  color: #000;
  letter-spacing: 0px;
  font-weight: normal;
}

.bold--goal {
  font-family: 'Roboto Bold', sans-serif;
  font-size: calc(var(--basePX) + 6px);
  line-height:  calc(var(--basePX) + 9px);
  color: #090909;
  letter-spacing: 0px;
  font-weight: bold;
}

@media (min-width:768px) {
   .btn--font--home.custom {
     width:50%;
   }
 }


  @media (max-width:424px) {
   .btn--home--breakfast, .btn--home--contact {
     width:75%;
   }
 }

 @media (max-width:992px) {
   .home--title br {
    display: none;
   }
 }

 @media (min-width:1700px) {
   .home--size {
    font-size: calc(4*var(--basePX));
    line-height: calc(5*var(--basePX)); 
   }
 }

  @media (min-width:1600px) and (max-width:1699px) {
   .home--size {
    font-size: calc(3*var(--basePX) + 8px);
    line-height: calc(4*var(--basePX) + 8px); 
   }
 }

 @media (min-width:1400px) and (max-width:1599px) {
   .home--size {
    font-size: calc(3*var(--basePX) + 2px);
    line-height: calc(4*var(--basePX) + 1px); 
   }
 }

 @media (min-width:1200px) and (max-width:1399px) {
   .home--size {
    font-size: calc(3*var(--basePX) + 0px);
    line-height: calc(3*var(--basePX) + 8px); 
   }
 }


 @media (min-width:992px) and (max-width:1200px) {
   .home--size {
    font-size: calc(2*var(--basePX) + 4px);
    line-height: calc(3*var(--basePX) + 2px); 
   }
 }
 
.skew-transform--bottom-to-top__lg {
    transform: translateZ(0) skew(360deg, -3deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.skew-transform--bottom-to-top__lg > * {
    transform: translateZ(0) skew(360deg, 3deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.home--breakfast {
  background: url(/assets/img/image_formation.svg) no-repeat center / cover;
  min-height: 100%;
  width: 100%;
}

.home--breakfast h2 {
  font-family: 'ClanOT-NarrowBlack', sans-serif;
  font-weight: 900;
  font-size: calc(3*var(--basePX) + 2px);
  line-height: calc(3*var(--basePX) + 5px);
  letter-spacing: 0px;
}

.home--breakfast p {
  font-family: 'Poppins-Medium', sans-serif;
  font-weight: normal;
  font-size: calc(2*var(--basePX) + 0px);
  line-height: calc(2*var(--basePX) + 8px);
  letter-spacing: 0px;
  color: #090909;
}


.bold--breakfast {
  font-family: 'ClanOT-NarrowBold', sans-serif;
  font-weight: bold;
  font-size: calc(3*var(--basePX) + 2px);
  line-height: calc(3*var(--basePX) + 5px);
  letter-spacing: 0px;
}

.bg--home {
  background: #A5DEF6!important;
}