@import url("https://use.typekit.net/ajx3tki.css");
.breadcrumb-item {
  display: none;
}
#sliding-popup {
  z-index: 99999;
  text-align: center;
}

.sliding-popup-bottom {
  position: fixed;
}

.sliding-popup-top {
  position: relative;
}

#sliding-popup .popup-content {
  margin: 0 auto;
  max-width: 80%;
  display: inline-block;
  text-align: left;
  width: 100%;
}

#sliding-popup .popup-content #popup-buttons {
  float: right;
  max-width: 40%;
}

#sliding-popup button {
  cursor: pointer;
}

#sliding-popup .popup-content #popup-text {
  float: left;
  max-width: 60%;
}

.eu-cookie-withdraw-tab {
  cursor: pointer;
}

.eu-cookie-withdraw-wrapper.sliding-popup-top,
.eu-cookie-withdraw-wrapper.sliding-popup-top .eu-cookie-withdraw-banner {
  transform: scaleY(-1);
}

.eu-cookie-withdraw-tab {
  position: absolute;
  top: 0;
  transform: translate(-50%, -100%);
  left: 50%;
}

.eu-cookie-withdraw-wrapper.sliding-popup-top .eu-cookie-withdraw-tab {
  transform: translate(-50%, -100%) scaleY(-1);
}

@media screen and (max-width: 600px) {
  #sliding-popup .popup-content {
    max-width: 95%;
  }

  #sliding-popup .popup-content #popup-text {
    max-width: 100%;
  }

  #sliding-popup .popup-content #popup-buttons {
    clear: both;
    float: none;
    max-width: 100%;
  }
}

.coach-titre-h2 {
  font-family: "scale-variable", sans-serif;
  font-variation-settings:
    "wdth" 100,
    "wght" 500;
  color: #d20024 !important;
  text-align: center;
}

.coach-titre-h2 span {
  font-family: alkaline, sans-serif;
  color: #63b32e;
  font-size: 75%;
}

#breadcrumb .breadcrumb a {
  color: #fff;
}

#intro .block.hero-coach {
  margin-top: -31px;
  z-index: 1;
  position: relative;
  /* background: radial-gradient(closest-side, #a1d182, #63b32e); */
  background: #8b1719
    url("/themes/custom/strato/build/assets/images/Banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: -65px;
  overflow: hidden;
  min-height: 800px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}

@media (max-width: 640px) {
  #intro .block.hero-coach {
    background-position-x: -685px;
    background-position-y: 338px;
    min-height: 600px;
  }
}

#intro .block.hero-coach .text {
  padding: 1em 0 5em 0;
  font-size: 4cqw;
  text-align: center;
  margin-left: -50px;
  margin-top: 220px;
}

@media (max-width: 640px) {
  #intro .block.hero-coach .text {
    margin-top: 30px;
    margin-left: 0;
  }
}

#intro .block.hero-coach .text h1,
#intro .block.hero-coach .text h2 {
  color: #d20024;
}

#intro .block.hero-coach .text h1 {
  line-height: 1;
  white-space: nowrap;
  font-size: 2.8em;
}

#intro .block.hero-coach .text h1 span.obj {
  font-variation-settings:
    "wdth" 100,
    "wght" 400;
  font-size: 75%;
  display: inline-block;
  position: relative;
}

#intro .block.hero-coach .text h1 span.obj:before {
  content: "";
  position: absolute;
  width: 100%;
  border-top: 2px solid #d20024;
  top: -6px;
}

#intro .block.hero-coach .text h1 span.souligne {
  position: relative;
}

#intro .block.hero-coach .text h1 span.souligne:before {
  content: "";
  position: absolute;
  border: 1px solid currentColor;
  width: 100%;
  bottom: 0;
}

#intro .block.hero-coach .text h1 span.pret {
  font-variation-settings:
    "wdth" 105,
    "wght" 700;
  color: #fff;
  font-size: 90%;
}

#intro .block.hero-coach .text h1:after {
  content: none;
}

#intro .block.hero-coach .text h2 {
  font-family: alkaline, sans-serif;
  line-height: 1;
  font-size: 2rem;
}

#intro .block.hero-coach .image {
  aspect-ratio: 0.81818182;
  overflow: hidden;
}

#intro .block.hero-coach .image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top left;
}

@media (min-width: 640px) {
  #intro .block.hero-coach .container {
    display: flex;
    padding: 0;
  }

  #intro .block.hero-coach .text {
    min-width: 600px;
    margin-right: 5%;
    padding: 5em 0 8em 0rem;
    font-size: 2.5cqw;
  }

  #intro .block.hero-coach .text h2 {
    font-size: 2rem;
  }

  #intro .block.hero-coach .image {
    width: 50%;
    aspect-ratio: 0.81818182;
  }
}

@media (min-width: 768px) {
  #intro .block.hero-coach .text {
    font-size: min(3vw, 175%);
  }

  #intro .block.hero-coach .text h2 {
    font-size: 3rem;
  }
}

.block.menu-coach {
  text-align: center;
  position: relative;
  z-index: 1;
  transform: translateY(-50%);
  margin: 0 1.25em -3em 1.25em !important;
}

.block.menu-coach .content ul {
  margin: 0;
  list-style: none;
  display: inline-flex;
  background-color: #fff;
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
  border-radius: 1em;
  padding: 1em 2em;
  width: auto;
}

.block.menu-coach .content ul li {
  padding: 0.5em;
  flex: 1 1 0px;
}

.block.menu-coach .content ul a {
  display: block;
  font-size: 1.125em;
  font-weight: bold;
  text-decoration: none;
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.block.menu-coach .content ul a:before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  background-color: #f5f5f5;
  border-radius: 50%;
}

@media (max-width: 480px) {
  .block.menu-coach .content ul a:before {
    transform: scale(0.75);
  }
}

.block.menu-coach .content ul a.documents:before {
  content: url(/themes/custom/strato/build/assets/icons/ressources-documents.svg);
}

.block.menu-coach .content ul a.videos:before {
  content: url(/themes/custom/strato/build/assets/icons/ressources-videos.svg);
}

.block.menu-coach .content ul a.presentation:before {
  content: url(/themes/custom/strato/build/assets/icons/coach-eye.svg);
}

.block.menu-coach .content ul a:hover {
  color: #d20024;
}

#start p {
  max-width: 800px;
  margin: 0 auto 2em auto;
  font-size: 1.5em;
  text-align: center;
  font-family: scale-variable, sans-serif;
  font-variation-settings:
    "wdth" 100,
    "wght" 400;
}

#start p strong {
  font-variation-settings:
    "wdth" 120,
    "wght" 500;
  color: #d20024;
}

#coach {
  position: relative;
}

@media (max-width: 768px) {
  #coach {
    margin-bottom: 3em;
  }

  #coach .image {
    margin-left: -1em;
    margin-right: -1em;
  }
}

@media (min-width: 768px) {
  #coach .image {
    position: absolute;
    width: 50vw;
    height: 100%;
    top: 0;
    right: calc(50% + 2em);
  }
}

#coach .image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top right;
}

#coach .text {
  padding-top: 1em;
}

@media (min-width: 768px) {
  #coach .text {
    padding-top: 2em;
    padding-bottom: 2em;
    margin-left: calc(50% + 2em);
  }
}

#coach .coach-titre-h2 {
  text-align: left;
}

#track {
  position: relative;
}

#track:before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  bottom: 0;
  background: #e2533b
    url(/themes/custom/strato/build/assets/icons/coach-tracklines.svg) repeat-x
    100px center;
  background-size: auto 100%;
  z-index: -2;
}

@media (min-width: 768px) {
  #track:before {
    background-position: 50% center;
  }
}

#track .text {
  color: #fff;
  font-family: scale-variable, sans-serif;
  font-variation-settings:
    "wdth" 100,
    "wght" 400;
  font-size: 2rem;
  line-height: 1;
  --tswidth: 0.125em;
  --tscolor: #e2533b;
  text-shadow:
    var(--tswidth) var(--tswidth) 0 var(--tscolor),
    calc(var(--tswidth) * -1) calc(var(--tswidth) * -1) 0 var(--tscolor),
    var(--tswidth) calc(var(--tswidth) * -1) 0 var(--tscolor),
    calc(var(--tswidth) * -1) var(--tswidth) 0 var(--tscolor),
    0px var(--tswidth) 0 var(--tscolor),
    var(--tswidth) 0px 0 var(--tscolor),
    0px calc(var(--tswidth) * -1) 0 var(--tscolor),
    calc(var(--tswidth) * -1) 0px 0 var(--tscolor);
  text-align: center;
}

@media (min-width: 768px) {
  #track .text {
    text-align: left;
    margin-left: 50%;
  }
}

#track .text p {
  margin: 0;
  line-height: 1.1;
  padding: 0.75em 0;
}

#track .text p span {
  font-variation-settings:
    "wdth" 100,
    "wght" 700;
  font-size: 2.25rem;
}

#videos {
  position: relative;
  margin-bottom: 3em;
  padding-top: 3em;
  padding-bottom: 5em;
}

#videos:before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  background-size: 100%;
  background-position:
    center 32%,
    center;
  background-repeat: no-repeat;
  z-index: -1;
}

#videos .text {
  margin-bottom: 2em;
}

@media (min-width: 960px) {
  #videos .text {
    max-width: 700px;
  }
}

#videos .coach-titre-h2 {
  text-align: left;
  color: rgba(0, 0, 0, 0.55) !important;
  margin-bottom: 0;
}

#videos .coach-titre-h2 span {
  color: #fff;
  --tswidth: 2px;
  --tscolor: #5ed17b;
  text-shadow:
    var(--tswidth) var(--tswidth) 0 var(--tscolor),
    calc(var(--tswidth) * -1) calc(var(--tswidth) * -1) 0 var(--tscolor),
    var(--tswidth) calc(var(--tswidth) * -1) 0 var(--tscolor),
    calc(var(--tswidth) * -1) var(--tswidth) 0 var(--tscolor),
    0px var(--tswidth) 0 var(--tscolor),
    var(--tswidth) 0px 0 var(--tscolor),
    0px calc(var(--tswidth) * -1) 0 var(--tscolor),
    calc(var(--tswidth) * -1) 0px 0 var(--tscolor);
}

#videos .youtube {
  display: flex;
  flex-direction: column;
  gap: 1em;
  position: relative;
}

@media (min-width: 768px) {
  #videos .youtube {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 1em;
  }
}

#videos .youtube__video {
  border-radius: 1em;
  overflow: hidden;
}

#videos .youtube__video__container {
  position: relative;
  overflow: hidden;
  height: 100%;
}

#videos .youtube__video__container:after {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}

#videos .youtube__video__container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 434px;
}

#videos .youtube__playlist {
  position: relative;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
  border-radius: 1em;
  cursor: all-scroll;
}

#videos .youtube__playlist ul {
  list-style: none;
  margin: 0 !important;
  padding: 1em !important;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  gap: 0.5em;
  overflow-x: scroll;
  scroll-snap-type: x mandatory;
}

@media (min-width: 768px) {
  #videos .youtube__playlist ul {
    position: absolute;
    overflow-y: scroll;
    flex-direction: column;
  }
}

#videos .youtube__playlist ul li {
  scroll-snap-align: center;
  margin: 0 !important;
}

#videos .youtube__playlist ul li:before {
  content: none !important;
}

#videos .youtube__playlist li {
  display: flex;
  gap: 0.5em;
  background-color: #f9f9f9;
  border-radius: 1em;
  cursor: pointer;
  text-decoration: none;
  padding: 0.5em !important;
  transition: all 0.3s;
  border: 1px solid transparent;
}

#videos .youtube__playlist li:hover {
  background-color: #5ed17b;
}

#videos .youtube__playlist li.active {
  background-color: #41bc5e;
}

#videos .youtube__playlist li.active h3,
#videos .youtube__playlist li.active p {
  color: #fff;
}

@media (max-width: 768px) {
  #videos .youtube__playlist li {
    width: 20em;
    flex-shrink: 0;
  }
}

@media (max-width: 480px) {
  #videos .youtube__playlist li {
    flex-direction: column;
    width: 10em;
  }
}

@media (min-width: 768px) and (max-width: 960px) {
  #videos .youtube__playlist li {
    flex-wrap: wrap;
  }
}

#videos .youtube__playlist h3 {
  font-size: 1.125em;
  margin: 0;
  color: #333;
}

#videos .youtube__playlist p {
  font-size: 0.875em;
  margin: 0;
  color: #666;
}

#videos .youtube__playlist__thumbnail {
  width: 100%;
}

@media (min-width: 480px) {
  #videos .youtube__playlist__thumbnail {
    max-width: 96px;
    flex-shrink: 0;
  }
}

#videos .youtube__playlist__thumbnail img {
  width: 100%;
  aspect-ratio: 1.77777778;
  object-fit: cover;
  border-radius: 0.5em;
  vertical-align: bottom;
}

#videos .youtube__playlist__description {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#ressources {
  margin-top: 3em;
  margin-bottom: 3em;
}

#ressources .docs {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

@media (min-width: 640px) {
  #ressources .docs {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  #ressources .docs .doc {
    width: calc(50% - 1em);
  }
}

@media (min-width: 960px) {
  #ressources .docs .doc {
    width: calc(33.33% - 1em);
  }
}

#ressources .doc {
  display: flex;
  align-items: center;
  justify-content: center;
}

#ressources .doc h3 {
  font-size: 1.125em;
}

@media (max-width: 640px) {
  #ressources .image {
    max-width: 50%;
  }
}

#ressources .text {
  transform: translateX(-3em);
}

@media (min-width: 640px) {
  #ressources .text {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
}

.contacts-blocs {
  display: flex;
  flex-direction: column;
  gap: 2em;
}

.contacts-blocs h3 {
  text-align: left;
}

.contacts-blocs .contact-bloc {
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
  border-radius: 1em;
  background-color: #fff;
  overflow: hidden;
}

.contacts-blocs .text {
  padding: 1em;
}

.contacts-blocs .text > *:first-child {
  margin-top: 0 !important;
}

.contacts-blocs .text > *:last-child {
  margin-bottom: 0;
}

@media (min-width: 680px) {
  .contacts-blocs {
    flex-direction: row;
  }

  .contacts-blocs .contact-bloc {
    width: 50%;
  }
}

@media (min-width: 900px) {
  .contacts-blocs .contact-bloc {
    display: flex;
  }

  .contacts-blocs .image {
    width: 40%;
  }

  .contacts-blocs .image img {
    object-fit: cover;
    height: 100% !important;
    width: 100%;
  }

  .contacts-blocs .text {
    width: 60%;
  }
}
