/********************************************************/
/********************* COLOR ****************************/
/********************************************************/
/********************************************************/
/********************* Breakpoint ***********************/
/********************************************************/
/********************************************************/
/*********************** fontsize ***********************/
/********************************************************/
/********************** GLOBAL *************************/
* {
  color: #00160D;
  font-family: "Nunito", sans-serif !important;
}
*::-webkit-input-placeholder {
  font-family: "Nunito", sans-serif !important;
}
*::-moz-placeholder {
  font-family: "Nunito", sans-serif !important;
}
*:-ms-input-placeholder {
  font-family: "Nunito", sans-serif !important;
}
*::-ms-input-placeholder {
  font-family: "Nunito", sans-serif !important;
}
*::placeholder {
  font-family: "Nunito", sans-serif !important;
}

html {
  scroll-behavior: smooth;
}

/********************* Header **********************/
header {
  position: absolute;
  width: 100% !important;
  top: 0;
  padding: 24px 36px;
}
@media (max-width: 576px) {
  header {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-flow: column !important;
            flex-flow: column !important;
  }
}
header .logo .logo-secondary {
  color: #00d37f;
  font-size: inherit;
  font-weight: 900;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header .logo {
  color: #00160D;
  font-size: 40px;
  font-weight: 900;
}
header .logo:hover .logo-secondary {
  color: #00C5D3;
}
header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header nav a {
  padding: 16px 24px;
  font-weight: 600;
  border-bottom: solid 2px transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header nav a:hover {
  color: #00C5D3;
  border-bottom: solid 2px #00C5D3;
}
header .connexion a {
  display: inline-block;
  padding: 8px 16px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  border-radius: 8px;
  background: #00d37f;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
header .connexion a:hover {
  background: #00C5D3;
}

/********************** MAIN *****************************/
main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
}

h1 {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 900;
  padding-bottom: 24px;
}
@media (max-width: 576px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 900;
  padding-bottom: 24px;
}
@media (max-width: 576px) {
  h2 {
    font-size: 24px;
  }
}

@media (max-width: 576px) {
  .paragraph-icone .paragraph {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}

.paragraph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  padding: 8px 0;
  font-size: 16px;
  line-height: 28px;
}
@media (max-width: 576px) {
  .paragraph {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.paragraph span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.paragraph img {
  width: 75px;
  height: 75px;
}

.colored {
  color: #00d37f;
  font-weight: inherit;
}

.button {
  display: inline-block;
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding: 16px 32px;
  margin-top: 24px;
  color: #FFFFFF;
  text-align: center;
  font-weight: 600;
  border-radius: 16px;
  background: #00d37f;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.button:hover {
  background: #00C5D3;
}

/************************ HERO ***************************/
.hero {
  max-height: 100%;
  background-color: #ECF2F0;
  background-image: url("../img/home/fitnessstats.svg");
  background-position: bottom right;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 576px) {
  .hero {
    padding-top: 32px;
  }
}
.hero .left-hero {
  height: 100%;
  padding: 36px;
  padding-top: 104px;
}
.hero .left-hero > div {
  max-width: 728px;
  padding: 24px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}
@media (max-width: 576px) {
  .hero .left-hero > div {
    background: rgba(255, 255, 255, 0.5);
  }
}
.hero .left-hero .paragraph {
  color: #00160D;
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
}
@media (max-width: 576px) {
  .hero .left-hero .paragraph {
    color: #00160D;
    font-size: 16px;
    line-height: 28px;
  }
}
.hero .left-hero .button {
  font-size: 20px;
}
@media (max-width: 576px) {
  .hero .left-hero .button {
    font-size: 16px;
  }
}
.hero .right-hero {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 100%;
  width: auto;
  padding: 0;
}
.hero .right-hero img {
  height: 100%;
  width: auto;
}

/******************** SECTION ******************************/
.section .section-text {
  padding: 16px 64px;
}
.section .section-text > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 728px;
}
.section .section-img {
  padding: 0;
  background: #ECF2F0;
}
.section .section-img img {
  max-height: 600px;
}
.section.section-full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 64px;
  background: #ECF2F0;
}
.section.section-full div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 300px;
  padding: 24px 48px;
}
.section.section-full div span:first-child {
  color: #00d37f;
  font-size: 48px;
  font-weight: 900;
}
.section.section-full div span:last-child {
  text-align: center;
}

/********************* CONTACT **************************/
.section.contact {
  padding: 64px;
  background-color: #ECF2F0;
  background-image: url("../img/home/contact.svg");
  background-position: 50% 100%;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
.section.contact .contact-send {
  color: #A3B0AA;
  font-size: 1rem;
}
.section.contact [class*=col-] {
  padding: 0;
}
.section.contact .custom-textarea {
  height: 100%;
}
.section.contact .custom-input {
  margin: 16px 8px;
}
.section.contact .custom-input input, .section.contact .custom-input textarea {
  background: rgba(255, 255, 255, 0.9);
}
.section.contact .custom-input textarea {
  resize: none;
  max-width: 100%;
  min-height: 100%;
  height: 100%;
  max-height: 100%;
}
.section.contact .custom-input:first-child {
  margin-top: 0;
}
.section.contact .custom-input:nth-child(3) {
  margin-bottom: 16px;
}
.section.contact .custom-input.remarque {
  display: none;
}
.section.contact button {
  width: 300px;
  margin-top: 16px;
  padding: 12px 64px;
  margin-right: 8px;
  border-radius: 16px;
  background: #00d37f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.section.contact button:hover {
  background: #00C5D3;
}
@media (min-width: 768px) {
  .section.contact {
    background-position: 90% 100%;
    background-size: auto 70%;
  }
  .section.contact .custom-input:nth-child(3) {
    margin-bottom: 0;
  }
}

.custom-input-mini input {
  border: none;
  border-radius: 4px;
  background: #ECF2F0;
  margin: 0 8px;
  padding: 4px 8px;
}

.custom-input {
  position: relative;
  padding: 0px;
  border: none !important;
}
.custom-input label:not(.rating-star) {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  z-index: 9;
  position: absolute;
  width: 100%;
  pointer-events: none;
  color: #00160D;
  font-weight: 600;
  font-size: 16px;
  padding: 16px 24px 0px 24px;
  border-radius: 16px 16px 0 0;
  background: #ECF2F0;
}
.custom-input input, .custom-input textarea {
  width: 100%;
  padding: 44px 24px 16px 24px;
  color: #00160D;
  font-weight: 500;
  font-size: 24px;
  border: none !important;
  border-radius: 16px;
  background: #ECF2F0;
}
.custom-input input:-moz-read-only {
  color: #73857D !important;
}
.custom-input input:read-only {
  color: #73857D !important;
}
.custom-input input::-webkit-input-placeholder, .custom-input textarea::-webkit-input-placeholder {
  background: #ECF2F0;
}
.custom-input input::-moz-placeholder, .custom-input textarea::-moz-placeholder {
  background: #ECF2F0;
}
.custom-input input:-ms-input-placeholder, .custom-input textarea:-ms-input-placeholder {
  background: #ECF2F0;
}
.custom-input input::-ms-input-placeholder, .custom-input textarea::-ms-input-placeholder {
  background: #ECF2F0;
}
.custom-input input::placeholder, .custom-input textarea::placeholder {
  background: #ECF2F0;
}
.custom-input input:-webkit-autofill,
.custom-input input:-webkit-autofill:hover,
.custom-input input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 40rem rgba(0, 211, 127, 0.05) inset;
  -webkit-text-fill-color: #00160D;
}
.custom-input textarea {
  resize: none;
  max-width: 100%;
  min-height: 150px;
  max-height: 100%;
}
.custom-input .label-textarea {
  background: #ECF2F0;
}
.custom-input.input-white label {
  background: transparent;
}
.custom-input.input-white input::-webkit-input-placeholder, .custom-input.input-white textarea::-webkit-input-placeholder {
  background: transparent;
}
.custom-input.input-white input::-moz-placeholder, .custom-input.input-white textarea::-moz-placeholder {
  background: transparent;
}
.custom-input.input-white input:-ms-input-placeholder, .custom-input.input-white textarea:-ms-input-placeholder {
  background: transparent;
}
.custom-input.input-white input::-ms-input-placeholder, .custom-input.input-white textarea::-ms-input-placeholder {
  background: transparent;
}
.custom-input.input-white input::placeholder, .custom-input.input-white textarea::placeholder {
  background: transparent;
}

/*********************** FOOTER *******************************/
footer {
  width: 100%;
  padding: 24px 36px;
  background: #ECF2F0;
}