@charset "UTF-8";
/*! Theme Name : Boulbag Academy */
/*! Text Domain : boulbag-academy.fr */
/*! Version : 1.0 */
/*! Description : Thème du site Boulbag Academy */
/*! Tags: navbar, responsive, scooter */
/*! Author: Benji */
/*! Author URI: taledar.fr */
html {
  margin-top: 0 !important;
  font-family: "Roboto Flex", sans-serif;
  background-color: #fffffe;
}

#wpadminbar {
  display: none;
}

.title {
  font-family: "Lexend Exa", sans-serif;
  background: -webkit-linear-gradient(left, #00d4ff, #3542ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 100%;
  text-align: center;
  subtitle-font-family: "Faustina", sans-serif;
}

#overlay {
  position: fixed;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  transition: 0.3s linear;
  background-color: rgba(0, 0, 0, 0);
}

#overlay.active {
  z-index: 2;
  width: 100%;
  height: 100vh;
  transition: 0.3s linear;
  background-color: rgba(0, 0, 0, 0.7);
}

.header {
  width: 100%;
  background: #fffffe;
  position: sticky;
  top: 0;
  z-index: 98;
  display: flex;
  justify-content: center;
  padding: 10px;
}
.header #menu-button {
  position: fixed;
  top: 8px;
  left: 8px;
  background: #17141d;
  padding: 1rem;
  z-index: 1000;
  cursor: pointer;
  transition: 0.3s linear;
  box-shadow: 2px 2px 5px #17141d;
}
.header #burger:hover {
  background-color: goldenrod;
}
.header .menu-drawer {
  height: 100vh;
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fffffe;
  color: white;
  transform: translateX(-100%);
  transition: transform 0.2s linear;
  z-index: 99;
  position: fixed;
  margin-top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 8px;
}
.header .menu-drawer .logo {
  margin-left: 2px;
}
.header .menu-drawer.active {
  transform: translateX(0);
}
.header .logo {
  width: fit-content;
}
.header .page-links {
  height: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.header .page-links > a {
  color: #094067;
  font-family: "Faustina", sans-serif;
  font-size: 1.3em;
}
.header .socials {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  color: #3da9fc;
}

.accueil {
  width: 100%;
  text-align: center;
}
.accueil > .catchphrase-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  margin-top: -28%;
}
.accueil > .catchphrase-wrapper > .catchphrase {
  padding: 1.5rem;
}
.accueil #slogan {
  font-family: "Lexend Exa", sans-serif;
  font-size: 2.2em;
  color: #fffffe;
  position: absolute;
  top: 10%;
  width: 100%;
  text-align: center;
  text-shadow: 2px 2px 2px black;
}
@media screen and (max-width: 400px) {
  .accueil #slogan {
    top: 20%;
    font-size: 1.5em;
  }
}

.presentation {
  margin: auto;
  text-align: center;
  padding: 2rem;
}
@media screen and (max-width: 580px) {
  .presentation > .title {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 400px) {
  .presentation > .title {
    font-size: 1.3em;
  }
}
.presentation .presentation-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.presentation .presentation-content .paragraph {
  font-family: "Roboto Flex", sans-serif;
  color: #5f6c7b;
  font-style: italic;
  font-size: 30px;
  margin-left: 10px;
}
@media screen and (max-width: 650px) {
  .presentation .presentation-content .paragraph {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 860px) {
  .presentation .presentation-content .paragraph {
    font-size: 20px;
  }
}
@media screen and (max-width: 650px) {
  .presentation .presentation-content .paragraph {
    margin-left: 0;
    margin-top: 20px;
    width: 100%;
  }
}
.presentation .presentation-content .paragraph {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  text-align: left;
  width: 80%;
}
.presentation .presentation-content .paragraph > p {
  margin-bottom: 16px;
}

.intervenants {
  min-height: 80vh;
  padding-left: 0px;
  overflow-x: hidden;
  width: 100%;
}
.intervenants > .title {
  font-family: "Lexend Exa", sans-serif;
  width: 100%;
  position: sticky;
  text-align: center;
}
.intervenants > .wp-block-group:nth-child(2) {
  padding: 2rem;
  width: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
}
.intervenants #marius img {
  height: 400px !important;
}
.intervenants .intervenant {
  padding: 20px;
  margin-bottom: 0px !important;
}
.intervenants .intervenant figure {
  width: 300px;
  height: 300px;
  overflow: hidden;
  border-radius: 50%;
  background-color: #fffffe;
}
.intervenants .intervenant figure > img {
  width: 300px;
  height: 300px;
  object-fit: cover;
}
.intervenants .intervenant h2 {
  color: #094067;
  font-family: "Faustina", sans-serif;
}
.intervenants .intervenant .content .description {
  font-family: "Roboto Flex", sans-serif;
  color: #5f6c7b;
  font-size: 18px;
  font-style: italic;
  font-style: italic;
  width: 300px;
}

.valeurs {
  padding: 2rem;
  color: black;
  flex-wrap: nowrap;
}
.valeurs > .title {
  font-family: "Lexend Exa", sans-serif;
  width: 100%;
  text-align: center;
}
.valeurs > .wp-block-group {
  width: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
}
.valeurs .valeur {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 40vw;
}
@media screen and (max-width: 500px) {
  .valeurs .valeur {
    width: auto;
  }
}
.valeurs .valeur .icon {
  font-size: 80px;
  margin-bottom: 80px;
  color: #3da9fc;
}
.valeurs .valeur .content .subtitle {
  color: #094067;
  font-family: "Faustina", sans-serif;
  width: 100%;
  text-align: center;
}
.valeurs .valeur .content .description {
  font-family: "Roboto Flex", sans-serif;
  color: #5f6c7b;
  font-size: 18px;
  font-style: italic;
  text-align: center;
  padding: 0.5rem;
}

.prestations-helloasso {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 32px;
}
.prestations-helloasso > #helloasso-warning {
  width: 80%;
  text-align: center;
  display: block;
}
.prestations-helloasso > #helloasso-warning > .message-header {
  width: 100%;
  text-align: left;
  margin-bottom: 0px;
}
.prestations-helloasso > #helloasso-warning > .message-body {
  width: 100%;
}

.prestations {
  padding: 1rem;
}
.prestations > .title {
  font-family: "Lexend Exa", sans-serif;
  width: 100%;
  text-align: center;
}
.prestations > .wp-block-group {
  padding: 2rem;
  width: 100%;
  overflow-x: scroll;
  padding: 0;
}
.prestations .prestations-wrapper {
  width: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-around;
}
.prestations .prestation {
  padding: 2rem;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 50px !important;
  width: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.prestations .prestation .title {
  color: #094067;
  font-family: "Faustina", sans-serif;
  color: #3da9fc;
}
.prestations .prestation figure {
  width: 300px;
  height: 300px;
  overflow: hidden;
  background-color: #fffffe;
  margin: auto;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.prestations .prestation .card-content {
  text-align: center;
}
.prestations .prestation .card-content .tarif {
  color: #fb6506;
  font-size: 2rem;
  display: flex;
  justify-content: center;
}
.prestations .prestation .card-content .tarif:before {
  content: "💶";
}
.prestations .prestation .card-content .description {
  font-family: "Roboto Flex", sans-serif;
  color: #5f6c7b;
  font-size: 18px;
  font-style: italic;
  height: 100px;
}
.prestations .prestation .card-content .wp-block-button {
  margin-top: 20px;
}
.prestations .prestation .card-content .wp-block-button > a {
  background-color: #3da9fc;
  color: #fffffe;
}

.sponsors .content {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.sponsors .content .brands > div {
  width: 300px;
  height: 300px;
  background: red;
}

footer {
  position: static;
  bottom: 0;
  width: 100%;
  margin: auto;
  text-align: center;
  min-height: 5vh;
  background-color: #333;
  color: white;
  padding: 2rem !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
footer .copyright {
  width: 100%;
}
footer .headline {
  font-weight: bold;
}
footer .contacts {
  margin-top: 4px;
}
footer .infos {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
footer .infos > div {
  width: fit-content;
}
footer .links {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
footer .links .socials {
  margin-top: 16px;
}

/*# sourceMappingURL=style.css.map */
