@charset "UTF-8";
/****************************
********** SUMMARY **********
*****************************
1 - GLOBAL
2 - HEADER
3 - NAV
4 - SECTION HOME
5 - SECTION CONCEPT
6 - SECTION COLLECTIVE TRAINING
7 - SECTION SUBSCRIPTION
8 - SECTION CONTACT
9 - FOOTER
10 - RESPONSIVE
*/
/*APPEL DES POLICE IMPORTEES

    - font-family: 'Barlow Condensed', sans-serif;
    - font-family: 'Crimson Pro', serif;

*/
.row {
  margin: 0;
}

.padding-none {
  padding: 0;
}

.section-who-are-we, .section-internal-regulations, .section-partners, .section-opening-hours, .section-cgv, .section-legalnotice, .section-rgpd, .section-corporate-sports-program {
  padding: 50px 0;
}

body .alert {
  height: 75px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .flash-notice {
  opacity: 1;
  max-height: 75px;
  margin-bottom: 10px;
  padding: 10px;
  overflow: hidden;
  transition: opacity 1s, max-height 0.5s ease-out 1s, margin-bottom 0.5s ease-out 1s, padding 0.5s ease-out 1s;
  font-family: "Poppins", sans-serif;
  border: none;
}
body .hidden {
  opacity: 0;
  max-height: 0;
  margin-bottom: 0;
  padding: 0;
}

header .header-background {
  background-image: url(../img/header_hearth_trainingFactory.jpg);
  background-position: center;
  background-size: cover;
  height: 50vh;
}
header .home_title {
  position: absolute;
  max-width: 750px;
  top: 15%;
  left: 15%;
}
header .home_title h1 {
  color: white;
  font-size: 250%;
  font-weight: 500;
  font-family: Georgia, serif;
  text-shadow: 0 0 10px rgb(51, 51, 51);
}

.nav-without-header {
  margin-bottom: 15px;
}

.home {
  margin-bottom: 75px;
}
.home .home-presentation-content-box {
  margin-bottom: 125px;
  overflow: hidden;
}
.home .home-presentation-content-box .text-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  float: left;
  background-color: white;
  padding: 20px;
  box-sizing: border-box;
}
.home .home-presentation-content-box .text-container .welcome {
  text-align: justify;
  margin-top: 50px;
  width: 91%;
}
.home .home-presentation-content-box .text-container .welcome h2 {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home .home-presentation-content-box .text-container .welcome h2::after {
  display: block;
  height: 2px;
  background-color: #4ca6d6;
  width: 50%;
  content: "";
  margin: 5px 0 25px 0;
}
.home .home-presentation-content-box .image-container {
  width: 50%;
  float: left;
  position: relative;
}
.home .home-presentation-content-box .image-container img {
  width: 100%;
  position: relative;
  transform: skewX(-12deg);
  /* Inversion du sens du biais */
  margin-left: 100px;
  /* Ajustez la valeur en fonction de vos besoins */
  margin-right: 100px;
  /* Ajustez la valeur en fonction de vos besoins */
}
.home .home-presentation-content-box-mobile {
  display: none;
}
.home .card-custom {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home .card-custom .card-body-custom {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home .card-custom .card-body-custom .card-text-custom {
  text-align: justify;
  width: 80%;
}
.home .home-news-content-box {
  margin-top: 110px;
}
.home .home-news-content-box h2 {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home .home-news-content-box h2::after {
  display: block;
  height: 2px;
  background-color: #4ca6d6;
  width: 400px;
  content: "";
  margin: 10px 0 40px 0;
}
.home .home-news-content-box .section-descript-box {
  height: 275px;
}
.home .home-news-content-box .article-links {
  position: relative;
  height: 275px;
  background-image: url(../img/article-background.jpg);
  background-position: center;
  background-size: cover;
}
.home .home-news-content-box .article-links a {
  position: relative;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 75px;
  font-weight: 300;
  color: #edb53a;
  text-decoration: none;
}
.home .home-news-content-box .article-links::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  /* Couleur du filigrane */
  opacity: 0.5;
  /* Opacité du filigrane */
  pointer-events: none;
  /* Empêche le pseudo-élément d'interférer avec les interactions utilisateur */
}

.section-concept {
  margin-bottom: 5px;
}
.section-concept .row > * {
  padding-left: 0;
  padding-right: 0;
}
.section-concept h2 {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-concept h2::after {
  display: block;
  height: 2px;
  background-color: #4ca6d6;
  width: 340px;
  content: "";
  margin: 10px 0 40px 0;
}
.section-concept .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: justify;
  padding: 0 50px;
}

.section-collective-training h2 {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-collective-training h2::after {
  display: block;
  height: 2px;
  background-color: #4ca6d6;
  width: 250px;
  content: "";
  margin: 10px 0 40px 0;
}
.section-collective-training .planning-box {
  display: flex;
  justify-content: center;
}
.section-collective-training .collective-training-subscribe {
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-collective-training .collective-training-subscribe button {
  width: 325px;
  height: 75px;
  border-color: #2779BB;
  background-color: #2779BB;
}
.section-collective-training .collective-training-description {
  margin: 0;
}
.section-collective-training .collective-training-description .text-box {
  color: #ffffff;
  height: 100%;
  border: 2px solid white;
  padding: 25px 50px;
}
.section-collective-training .collective-training-description .text-box h4 {
  text-align: center;
}
.section-collective-training .collective-training-description .text-box p {
  text-align: justify;
}

.section-subscription {
  margin-bottom: 50px;
}
.section-subscription h2 {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-subscription h2::after {
  display: block;
  height: 2px;
  background-color: #4ca6d6;
  width: 100px;
  content: "";
  margin: 10px 0 40px 0;
}
.section-subscription .card-header h3 {
  text-transform: capitalize;
}
.section-subscription .main-offer, .section-subscription .temporary-offer {
  margin-bottom: 50px;
}
.section-subscription .main-offer h5, .section-subscription .main-offer .title, .section-subscription .temporary-offer h5, .section-subscription .temporary-offer .title {
  font-size: 35px;
}
.section-subscription .main-offer h5 span, .section-subscription .main-offer .title span, .section-subscription .temporary-offer h5 span, .section-subscription .temporary-offer .title span {
  font-weight: 500;
}
.section-subscription .main-offer {
  margin-bottom: 50px;
}
.section-subscription .main-offer .card-body {
  padding: 5px 10px 30px 10px;
  height: 275px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section-subscription .main-offer .card-body p, .section-subscription .main-offer .card-body h5 {
  margin: 0;
}
.section-subscription .main-offer .card-body .price-body {
  height: 100%;
  padding: 2px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.section-subscription .main-offer .card-body .membership-fees {
  margin: 0px;
}

.section-contact {
  padding: 100px 0;
}
.section-contact h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-contact h2::after {
  display: block;
  height: 2px;
  background-color: #4ca6d6;
  width: 200px;
  content: "";
  margin: 10px 0 30px 0;
}
.section-contact form {
  border: 1px solid rgb(200, 200, 200);
  border-radius: 5px;
  padding: 50px 75px;
}
.section-contact form input {
  margin-bottom: 25px;
  width: 330px;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #dee2e6;
}
.section-contact form select {
  margin-bottom: 30px;
  width: 330px;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #dee2e6;
}
.section-contact form textarea {
  height: 200px;
  margin-bottom: 20px;
  border: 1px solid #dee2e6;
}
.section-contact form .submit-button {
  height: 60px;
  width: 250px;
}

.section-who-are-we h2, .section-legalnotice h2, .section-corporate-sports-program h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-who-are-we h2::after, .section-legalnotice h2::after, .section-corporate-sports-program h2::after {
  display: block;
  height: 2px;
  background-color: #4ca6d6;
  width: 200px;
  content: "";
  margin: 10px 0 30px 0;
}
.section-who-are-we p, .section-legalnotice p, .section-corporate-sports-program p {
  text-align: justify;
}

.section-internal-regulations h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-internal-regulations h2::after {
  display: block;
  height: 2px;
  background-color: #4ca6d6;
  width: 200px;
  content: "";
  margin: 10px 0 30px 0;
}

.section-partners h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-partners h2::after {
  display: block;
  height: 2px;
  background-color: #4ca6d6;
  width: 200px;
  content: "";
  margin: 10px 0 30px 0;
}

.section-opening-hours h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-opening-hours h2::after {
  display: block;
  height: 2px;
  background-color: #4ca6d6;
  width: 200px;
  content: "";
  margin: 10px 0 30px 0;
}
.section-opening-hours li {
  list-style: none;
}
.section-opening-hours li span {
  text-decoration: underline;
}

.section-cgv h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-cgv h2::after {
  display: block;
  height: 2px;
  background-color: #4ca6d6;
  width: 200px;
  content: "";
  margin: 10px 0 30px 0;
}
.section-cgv .text-justify {
  text-align: justify;
}

.section-rgpd h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-rgpd h2::after {
  display: block;
  height: 2px;
  background-color: #4ca6d6;
  width: 450px;
  content: "";
  margin: 10px 0 30px 0;
}
.section-rgpd p {
  text-align: justify;
}

footer {
  background-color: #3b444b;
  color: white;
  margin-bottom: 0;
}
footer .nav-link, footer .link-body-emphasis {
  color: white;
}
footer .legal-notice {
  height: 40px;
  padding: 8px;
  background-color: #394148;
}
footer .legal-notice .legal-notice-link {
  font-size: 15px !important;
}
footer .legal-notice .legal-notice-link a {
  color: #FFFFFF;
  text-decoration: none;
}
footer .legal-notice .legal-notice-link a:hover {
  color: #0a58ca;
  text-decoration: underline;
}

@media screen and (max-width: 1499px) {
  .home h2 {
    font-size: 1.9rem;
  }
  .home p {
    font-size: 0.9rem;
  }
  .home .home-presentation-content-box .text-container .welcome {
    margin-top: 9px;
  }
}
@media screen and (max-width: 1299px) {
  .home h2 {
    font-size: 1.8rem;
  }
  .home p {
    font-size: 0.8rem;
  }
  .home .home-presentation-content-box .text-container .welcome {
    margin-top: 5px;
  }
}
@media screen and (max-width: 1200px) {
  .section-concept .text h4 {
    font-size: 1.3rem;
  }
  .section-concept .text p {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 1150px) {
  .home h2 {
    font-size: 1.5rem;
  }
  .home p {
    font-size: 0.65rem;
  }
}
@media screen and (max-width: 991px) {
  .home .home-presentation-content-box {
    display: none;
  }
  .home .home-presentation-content-box-mobile {
    display: flex;
    justify-content: center;
    margin: 25px 0 75px 0;
  }
  .home .home-presentation-content-box-mobile h2 {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .home .home-presentation-content-box-mobile h2::after {
    display: block;
    height: 2px;
    background-color: #4ca6d6;
    width: 30%;
    content: "";
    margin: 5px 0 25px 0;
  }
  .home .home-presentation-content-box-mobile p {
    padding: 0 5%;
  }
  .section-concept .row {
    margin-bottom: 1.5rem;
  }
  .section-concept p {
    margin-bottom: 0.2rem;
  }
}
@media screen and (max-width: 767px) {
  .section-contact form {
    padding: 50px 5px;
  }
  .section-contact form .submit-button {
    height: 50px;
    width: 150px;
  }
}
@media screen and (max-width: 600px) {
  .section-contact form {
    border: none;
  }
}
@media screen and (max-width: 500px) {
  .section-contact form {
    padding: 50px 0;
  }
  .section-contact form input {
    margin-bottom: 25px;
    width: 250px;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #dee2e6;
  }
  .section-contact form select {
    margin-bottom: 30px;
    width: 250px;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #dee2e6;
  }
  .section-contact form .submit-button {
    height: 40px;
    width: 100px;
    font-size: 0.8rem;
  }
}

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