.home {
    padding: 0px!important;
    margin-top: 0px!important;
}

.home--main {
    background: #A5DEF6 0% 0% no-repeat padding-box;
    padding-top: 100px;
    padding-bottom: 60px;
}

.homecontent .homecontent__card {
    width: 100%;
    min-height: 200px;
    border: 0;
    hyphens: auto;
    position: relative;
    word-break: break-word;
    box-shadow: 0 .5rem 1rem rgba(var(--black_rgb), .15);
    border-radius: 49px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.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;
}

@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) + 6px);
    line-height: calc(2*var(--basePX) + 5px); 
    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); 
  }
}

.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;
}

.title-bold {
  font-weight: 900;
  font-family: 'ClanOT-NarrowBlack', sans-serif;
}

.btn--profil--home {
    color: var(--main-color_profil);
    background-color: white;
    text-decoration: none;
}

.btn--profil--home:hover {
    color: white;
    background-color: var(--home-color_profil);
    text-decoration: none;
}

.btn--mission--home {
    color: var(--main-color_mission);
    background-color: white; 
    text-decoration: none;
}

.btn--mission--home:hover {
    color: white;
    background-color: var(--main-color_mission); 
    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; 
  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;
  }
}

.btn--home--inscription {
    background-color: white;
    color: var(--main-color_esn-forfait);
    font-family: 'ClanOT-NarrowBlack', 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--inscription:hover {
    background-color: var(--main-color_esn-forfait);
    color: white;
}


.steps-home {
  max-width: 1400px;
}

.step-home {
  display: flex;
  align-items: center;
  font-family: 'Poppins-Medium', sans-serif;

}

.circle {
  width: 32px;
  height: 32px;
  background-color: #4DC7F0; /* bleu clair */
  color: black;
  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;
}

@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 (min-width:425px) and (max-width:991px) {
   .btn--home--breakfast, .btn--home--contact {
     width:50%;
   }
 }

  @media (max-width:424px) {
   .btn--home--breakfast, .btn--home--contact {
     width:75%;
   }
 }

 @media (max-width:991px) {
   .home--title br {
    display: none;
   }
 }

 @media (min-width:1700px) {
   .home--size {
    font-size: calc(4*var(--basePX) + 5px);
    line-height: calc(5*var(--basePX) + 7px); 
   }
 }

  @media (min-width:1600px) and (max-width:1699px) {
   .home--size {
    font-size: calc(4*var(--basePX) + 1px);
    line-height: calc(5*var(--basePX) + 1px); 
   }
 }

 @media (min-width:1400px) and (max-width:1599px) {
   .home--size {
    font-size: calc(3*var(--basePX) + 6px);
    line-height: calc(4*var(--basePX) + 5px); 
   }
 }

 @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.png) 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;
}