/* my web design style 

  1- FONT-SIZE: 
  
    10 / 12 / 14 / 16 / 18 / 20 / 24 / 30 / 36 / 44 / 52 / 62 / 74 / 86 / 98

  2-SPACING-SYSTEM: MARGIN PADDING

    2 / 4 / 8 / 12 / 16 / 24 / 32 / 48 /  64 / 80 / 96 / 128

  3- FONT-WEIGHT:
    default: 400
    bold :600

  
  4-LINE-HEIGHT:
    default:1
    --> WRITE H1 (small): 1.05
    --> write others  : 1.5
  
  5-LETTER-SPACING:
    subheading :-0.15px
   form + featured : 0.75px
   heading : -0.75px

  6-COLORS
  --> write subheading + special btn    #5f27cd;
  --> WRITE CTA + icon:                 #00bcd4 
     / HOVERED BY                       #00a9bf

  --> WRITE LINK ,title WITH                #333
  --> WRITE WITH   footer + default body    #555
   --> WRITE coach job WITH color:          #767676;
  --> featured heading + big n date by      #888


  --> H1   + hero section                   #FFF

  background-color: rgba(0, 0, 0, 40%);
   background-color: #ccf2f680; (video)
  background-color: #e6f8fb;
  background-image: linear-gradient(45deg, #00a9bf, #5f27cd);
  
  7-SHADOW:
  
  box-shadow: 1px 1px 8px 4px rgba(120, 114, 114, 0.15);

  8-BORDER-RADIUS
 border-radius: 9px; or 50%
 

*/
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  /* overflow-x: hidden; */
}
html {
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body {
  font-family: "Aleo", sans-serif;
  line-height: 1;
  color: #555;
  font-weight: 400;
  overflow-x: hidden;
}
.container {
  max-width: 115rem;
  padding: 0 20rem;
  margin: 0 auto;
}
/*paddings */
.section {
  padding: 6.4rem 0;
  /* padding: 50rem 0; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3.2rem;
}

.small-marg-bot {
  margin-bottom: 1.6rem;
}
.auto-pad {
  padding: 0 3rem;
}

/* pic */
.cover {
  background-size: cover;
  background-repeat: no-repeat;
}
.cov-center {
  background-position: center;
}

/* CTA */
.btn.nav-cta:link,
.btn.nav-cta:visited {
  padding: 1.2rem 2.4rem;
  border-radius: 9px;
  color: #fff;
  background-color: #00bcd4;
  text-decoration: none;
}

.btn.nav-cta:hover,
.btn.nav-cta:active {
  background-color: #00a9bf;
}

.top-btn .btnone {
  position: fixed;
  /* top: 0; */
  right: 4rem;
  bottom: 4rem;
  z-index: 2;
  font-size: 1.6rem;
}
/*btn */
/*special intro*/
#special-round,
#special-round:link,
#special-round:visited {
  background-color: none;
  color: #fff;
  border-radius: 50px;
  display: inline-block;
  font-size: 2rem;
  padding: 2.4rem 1.2rem;
  min-width: 7rem;
  min-height: 7rem;
  text-decoration: none;
  font-weight: 600;
  border: 0.3rem solid #5f27cd;
  align-self: center;
}
#special-round:hover,
#special-round:active {
  background-color: #e6f8fb;
  color: #5f27cd;
  border: 0.3rem solid transparent;
}
/*standard btn */
.btnone:visited,
.btnone:link,
.btnone,
.btn,
.btn:link,
.btn:visited {
  display: inline-block;
  font-size: 1.6rem;
  padding: 1.6rem 3.2rem;
  border-radius: 9px;
  text-decoration: none;
  font-weight: 600;

  /* put transition on the original state */
  /* transition: background-color 0.3s; */
  transition: all 0.3s;

  /* .btn only */
  border: none;
  cursor: pointer;
  font-family: inherit;
}
.btnone:visited,
.btnone:link,
.btnone,
.btn--full:link,
.btn--full:visited {
  background-color: #00bcd4;
  color: #fff;
}
.btnone:active,
.btnone:hover,
.btn--full:hover,
.btn--full:active {
  background-color: #00a9bf;
  box-shadow: 1px 1px 8px 4px rgba(120, 114, 114, 0.15);
}

/* burger */
/* header */
.main-nav-list {
  list-style: none;
  display: flex;
  gap: 3.2rem;
  align-items: center;
}
.main-nav-link:link,
.main-nav-link:visited {
  text-decoration: none;
  display: inline-block;
  color: #333;
  font-weight: 400;
  font-size: 1.8rem;
  transition: all 0.3s;
}
.main-nav-link:active,
.main-nav-link:hover {
  color: #00a9bf;
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 9.6rem;
  padding: 0 3.2rem;
  max-width: 100vw;
  position: relative;
  background-color: #e6f8fb;
}

.sticky .header {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.97);
  top: 0;
  bottom: 0;
  width: 100%;
  height: 8rem;
  z-index: 999;
  padding-top: 0;
  padding-bottom: 0;

  box-shadow: 1px 1px 8px 4px rgba(120, 114, 114, 0.15);
}
.sticky .section-featured {
  margin-top: 9.6rem;
}

/* mobile  */
.burger-menu {
  /* btn-mobile-nav */
  border: none;
  background: none;
  cursor: pointer;
  display: none;
}
.icon-mobile {
  /* icon-mobile-nav */
  height: 4.8rem;
  width: 4.8rem;
  color: #333;
  /* border: none;
  background: none;
  cursor: pointer; */
}

.icon-mobile[name="close-outline"] {
  display: none;
}

/* FLEX*/
.flex-standard {
  display: Flex;
  justify-content: center;
  gap: 1.6rem;
}
.flex-bet-center {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex-col-cen {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2.4rem;
}
.flex-colu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.2rem;
}
.flex-col-cen-G2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3.2rem;
}

.flex-col-start {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.flex-col-bet {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
.flex-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
}

.center-self {
  align-self: center;
}
.j-center {
  justify-self: center;
}
/* GRID */
.grid {
  display: grid;
  row-gap: 9.6rem;
  column-gap: 6.4rem;
}

.grid--2-cols {
  grid-template-columns: repeat(2, 1fr);
}
.grid--3-cols {
  grid-template-columns: repeat(3, 1fr);
}
.grid--4-cols {
  grid-template-columns: repeat(4, 1fr);
}
.grid--5-cols {
  grid-template-columns: repeat(5, 1fr);
}
/* HEADING */
.heading-primary {
  color: #fff;
  font-size: 5.2rem;
  line-height: 1.05;
}
.heading-secondary {
  font-size: 4.4rem;
  line-height: 1.05;
}
.heading-primary,
.heading-secondary {
  font-weight: 600;
  letter-spacing: -0.75px;
}
/*subheading */
.subheading {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  color: #5f27cd;
  text-transform: uppercase;
  letter-spacing: -0.15px;
}
/*paragraphe */
.title-texte {
  font-size: 2.4rem;
  color: #333;
  font-weight: 600;
}
.standard-text {
  font-size: 1.8rem;
  line-height: 1.5;
}
.center-text {
  text-align: center;
}

.upperc {
  text-transform: uppercase;
}
.bkcl {
  background-color: #e6f8fb;
  z-index: 1;
}
/* icon */
.standard-icon {
  color: #00bcd4;
  font-size: 2.4rem;
}
/* footer */
.grid--footer {
  grid-template-columns: 1.5fr 2fr 2.5fr;
}
.copyright-text {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #767676;
}
.footer-heading {
  font-size: 1.8rem;
  font-weight: 400;
  color: #333;
}
.no-style {
  list-style: none;
}
.footer-link:link,
.footer-link:visited {
  text-decoration: none;
  font-size: 1.6rem;
  color: #767676;
  transition: all 0.3s;
}
.footer-link:hover,
.footer-link:active {
  color: #555;
}
.adress-part {
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.5;
}
.adress,
.questionning,
.calling {
  font-size: 1.4rem;
}
.calling {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #767676;
  text-decoration: none;
  color: #767676;
}
