/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/

/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url("https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
@font-face {
  font-family: "Righteous";
  src: url("../fonts/BalooChettan-Regular.ttf");
  src: url("../fonts/BalooChettan-Regular.ttf");
}

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/

/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
  box-sizing: border-box !important;
  transition: ease all 0.5s;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #666666;
  font-size: 14px;
  line-height: 1.80857;
  font-weight: normal;
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
}

a {
  color: #1f1f1f;
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
  font-weight: normal;
  position: relative;
  padding: 0 0 10px 0;
  font-weight: normal;
  line-height: normal;
  color: #111111;
  margin: 0;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 13px;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #212121;
  text-decoration: none !important;
  opacity: 1;
}

button:focus {
  outline: none;
}

ul,
li,
ol {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

p {
  margin: 20px;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
}

a {
  color: #222222;
  text-decoration: none;
  outline: none !important;
}

a,
.btn {
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.15ms ease-in-out;
  -moz-transition: all 0.15ms ease-in-out;
  -ms-transition: all 0.15ms ease-in-out;
  -o-transition: all 0.15ms ease-in-out;
  transition: all 0.15ms ease-in-out;
}

img {
  height: auto;
}

:focus {
  outline: 0;
}

.paddind_bottom_0 {
  padding-bottom: 0 !important;
}

.btn-custom {
  margin-top: 20px;
  background-color: transparent !important;
  border: 2px solid #ddd;
  padding: 12px 40px;
  font-size: 16px;
}

.lead {
  font-size: 18px;
  line-height: 30px;
  color: #767676;
  margin: 0;
  padding: 0;
}

.form-control:focus {
  border-color: #ffffff !important;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

.navbar-form input {
  border: none !important;
}

.badge {
  font-weight: 500;
}

blockquote {
  margin: 20px 0 20px;
  padding: 30px;
}

button {
  border: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.full {
  float: left;
  width: 100%;
}

.layout_padding {
  padding-top: 90px;
  padding-bottom: 0px;
}

.layout_padding_coach {
  padding-top: 20%;
  padding-left: 5%;
  padding-bottom: 5%;
}

.padding_0 {
  padding: 0px;
}

.titre {
  font-size: 700%;
  font-style: bold;
  margin-left: 30%;
}

/* header section start */

.header_section {
  width: 100%;
  float: left;
  background-image: url(../images/Box.jpg);
  height: auto;
  background-size: 100%;
  padding: 0px 0px 20px 0px;
}

.header_section2 {
  width: 100%;
  float: left;
  background-image: url(../images/Box2.jpg);
  height: auto;
  background-size: 100%;
  padding: 0px 0px 20px 0px;
}

.bg-light {
  background-color: transparent !important;
}

.logo {
  width: 5%;
  float: left;
  text-align: center;
  padding: 20px 0px 50px 0px;
}

.logo_mobile {
  width: 100%;
  float: left;
  text-align: center;
  padding-bottom: 20px;
}

.mobile_menu {
  width: 100%;
  float: left;
  display: none;
}

.navbar-light .navbar-nav .nav-link {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
}

.navbar-nav {
  align-items: center;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
  border-radius: 20px;
  border: 2px solid #fff;
  color: #fff;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 20px;
  padding-left: 20px;
}

.nav-item {
  position: relative;
}

.menu_main {
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.menu_main ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: inline-flex;
}

.menu_main li {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  border-radius: 40px;
}

.menu_main li a {
  color: #fafafa;
  padding: 10px 20px;
  border-radius: 10px;
  font-weight: bold;
}

.menu_main li a:hover {
  color: #ffffff;
  background-color: #ff0000;
}

.mb-lg-0,
.my-lg-0 {
  margin-bottom: 0 !important;
  width: 20%;
  float: left;
}

.header_main {
  width: 100%;
  background-image: url(../images/Box.jpg);
  background-size: 100%;
  padding: 10px 0px 0px 0px;
  margin-bottom: 14%;
}

.header_main2 {
  width: 100%;
  background-image: url(../images/Box2.jpg);
  background-size: 100%;
  padding: 10px 0px 0px 0px;
  margin-bottom: 14%;
}

.logoTete {
  width: 100%;
}

/* header section end */

/* banner section start */

.banner_section {
  width: 100%;
  float: left;
  padding-bottom: 305px;
}

.banner_taital {
  width: 100%;
  float: left;
  font-size: 80px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  font-family: "Righteous", Regular;
}

.banner_text {
  width: 63%;
  margin-left: 20%;
  font-size: 42px;
  color: #ffffff;
  text-align: center;
  text-decoration: underline;
  font-weight: bold;
}

.read_bt {
  width: 200px;
  margin: 0 auto;
  text-align: center;
}

.read_bt a {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #141414;
  background-color: #ffffff;
  text-align: center;
  padding: 10px 0px;
  border-radius: 30px;
  margin-top: 50px;
  font-weight: 400;
}

.read_bt a:hover {
  background-color: #ff0000;
  color: #ffffff;
}

.footer_coach {
  width: 100%;
  float: left;
  background-color: #f0f0f0;
  height: auto;
  background-size: 100%;
  padding: 0px 0px 20px 0px;
}

/* banner section end */

/* index section start */
.flip-card {
  background-color: transparent;
  width: 500px;
  height: 200px;
  perspective: 1000px;
  margin-left: 35%;
  
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}



.flip-card-front{
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

/* index section end */

/* services section start */

.services_section {
  width: 100%;
  float: left;
  padding-bottom: 90px;
}

.services_taital {
  width: 100%;
  float: left;
  font-size: 40px;
  color: #1f1f1f;
  font-weight: bold;

  margin-top: 8%;
}

.services_taitalv2 {
  float: left;
  font-size: 40px;
  color: #1f1f1f;
  font-weight: bold;
  margin-left: 40%;
  margin-right: 25%;
  margin-top: 8%;
  margin-bottom: 5%;
}

.services_text {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #1f1f1f;
  margin: 0px;
}

.services_section_2 {
  width: 100%;
  float: left;
  margin-top: 90px;
}

.services_img {
  width: 100%;
  float: left;
  text-align: center;
}

.btn_main {
  width: 170px;
  margin: 0 auto;
  text-align: center;
}

.btn_main a {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #ffffff;
  background-color: #000;
  text-align: center;
  padding: 10px 0px;
  border-radius: 30px;
  font-weight: bold;
  margin-top: 40px;
  text-transform: uppercase;
}

.btn_main a:hover {
  color: #ffffff;
  background-color: #f80505;
}

.btn_main.active a {
  color: #ffffff;
  background-color: #000;
}

.abonnements_img {
  margin-left: 24%;
}

.marge_titre {
  margin-top: 15%;
}

/* services section end */

/* about section start */

.about_section {
  width: 100%;
  float: left;
  padding-bottom: 90px;
}

.about_taital_main {
  width: 100%;
  padding-left: 100px;
  padding-top: 70px;
}

.padding_right_0 {
  padding-right: 0px;
}

.about_taital {
  width: 100%;
  float: left;
  font-size: 40px;
  color: #1f1f1f;
  font-weight: bold;
}

.about_text {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #1f1f1f;
  margin: 0px;
  padding-top: 40px;
  text-align: justify;
}

.readmore_bt {
  width: 170px;
  float: left;
  margin-top: 50px;
}

.readmore_bt a {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #ffffff;
  background-color: #000d10;
  text-align: center;
  padding: 10px 0px;
  border-radius: 30px;
  font-weight: bold;
  text-transform: uppercase;
}

.readmore_bt a:hover {
  color: #ffffff;
  background-color: #f80505;
}

.about_img {
  width: 50%;
  padding-top: 15%;
  margin-left: 8%;
}

.about_img_grevire {
  width: 18%;
  padding-top: 10%;
  margin-left: 10%;
}

/* contact section end */
/* boxe start*/

.subscription {
  background-color: #fff8f8;
}



.containerAbo {
  margin: 0 auto;
  text-align: center;
  margin-left: 20%;
  background-color: #fff8f8;
}

.containerAbo2 {
  margin: 0 auto;
  text-align: center;
  margin-left: 1%;
  padding-bottom: 5%;
}

.background {
  background-color: #fff8f8;
}

.plans {
  display: flex;
  justify-content: left;
  margin-top: 8%;
}

.plans2 {
  display: flex;
  justify-content: left;
  margin-top: 10%;
}

.plans3 {
  display: flex;
  justify-content: left;
}

.plans4 {
  display: flex;
  justify-content: left;
  margin-left: 3%;
}

.plan1 {
  background-image: url(../images/Grue.png);
  background-size: cover;
  padding: 20px;
  margin: 0 10px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  text-align: center;
  width: 350px;
  border: 2px solid #ff0000;
}

.plan2 {
  background-image: url(../images/Grue.png);
  background-size: cover;
  padding: 20px;
  margin: 0 10px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  text-align: center;
  width: 350px;
  border: 2px solid #ffa600;
}

.plan3 {
  background-image: url(../images/Grue.png);
  background-size: cover;
  padding: 20px;
  margin: 0 10px;
  border-radius: 8px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  width: 350px;
  border: 2px solid #ffd903;
}

.plan4 {
  background-image: url(../images/Grue.png);
  background-size: cover;
  padding: 20px;
  margin: 0 10px;
  border-radius: 8px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  width: 350px;
  border: 2px solid #ff038e;
}

.plan5 {
  background-image: url(../images/Grue.png);
  background-size: cover;
  background-position: left;
  padding: 20px;
  margin: 15px 20px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  text-align: center;
  width: 1050px;
  border: 2px solid #ff0000;
}

.magin-service{
  margin-left: 20%;
}

.plan1:hover {
  border: 2px solid #000000;
}

.plan2:hover {
  border: 2px solid #000000;
}

.plan3:hover {
  border: 2px solid #000000;
}

.plan4:hover {
  border: 2px solid #000000;
}

.plan5:hover {
  border: 2px solid #000000;
}

.plan-content {
  padding: 20px;
}

.plan h3 {
  margin-bottom: 10px;
}

.price {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.name-boxe {
  font-weight: bold;
}

.moleson {
  width: 30%;

  border-radius: 10%;
  margin-bottom: 0%;
  margin-top: 10%;
  margin-left: 6%;
}

.vudalla {
  width: 30%;

  border-radius: 10%;
  margin-bottom: 3%;
  margin-top: 5%;
  margin-left: 6%;
}

.berra{
  width: 30%;

  border-radius: 10%;
  margin-bottom: 3%;
  margin-top: 2%;
  margin-left: 7%;

}

/* boxe end*/

/* boxe mobile start*/

.boxe-mobile {
  display: none;
}

.services_taital-mobile {
  width: 100%;
  float: left;
  font-size: 40px;
  color: #1f1f1f;
  font-weight: bold;

  margin-top: 8%;
  margin-left: auto;
}

.texte-mobile {
  margin-right: 10%;
  margin-left: 10%;
  font-weight: bold;
}

.containerAbo-mobile {
  margin: 0 auto;
  text-align: center;

  background-color: #fdf4f4;
}

.containerAbo2-mobile {
  margin: 0 auto;
  text-align: center;
  margin-left: 4%;
  padding-bottom: 5%;
}

.plan1-mobile {
  background-image: url(../images/Grue.png);
  background-size: cover;
  padding: 20px;
  margin: 0 10px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  text-align: center;
  width: 340px;
  border: 2px solid #ff0000;
  margin-bottom: 3%;
  margin-left: 2%;
}

.plan2-mobile {
  background-image: url(../images/Grue.png);
  background-size: cover;
  padding: 20px;
  margin: 0 10px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  text-align: center;
  width: 340px;
  border: 2px solid #ffa600;
  margin-bottom: 3%;
  margin-left: 2%;
}

.plan3-mobile {
  background-image: url(../images/Grue.png);
  background-size: cover;
  padding: 20px;
  margin: 0 10px;
  border-radius: 8px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  width: 340px;
  border: 2px solid #ffd903;
  margin-left: 2%;
}

.plan4-mobile {
  background-image: url(../images/Grue.png);
  background-size: cover;
  padding: 20px;
  margin: 0 10px;
  border-radius: 8px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  width: 340px;
  border: 2px solid #ff038e;
  margin-left: -1%;
  margin-bottom: 3%;
}

.plan1-mobile:hover {
  border: 2px solid #000000;
}

.plan2-mobile:hover {
  border: 2px solid #000000;
}

.plan3-mobile:hover {
  border: 2px solid #000000;
}

.plan4-mobile:hover {
  border: 2px solid #000000;
}

.moleson-mobile {
  width: 85%;

  border-radius: 10%;
  margin-bottom: 0%;
  margin-top: 10%;
  margin-left: 8.5%;
}

.vudalla-mobile {
  width: 75%;

  border-radius: 10%;
  margin-bottom: 8%;
  margin-top: 5%;
  margin-left: 12%;
}

.berra-mobile {
  width: 75%;

  border-radius: 10%;
  margin-bottom: 8%;
  margin-top: 5%;
  margin-left: 12%;
}

.texte-top {
  margin-top: auto;
}

/* boxe mobile end*/
/* blog section start */

.vdo {
  width: 70%;
  margin-left: 15%;
}

.blog_section {
  width: 100%;
  float: left;
  height: auto;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-bottom: 345px;
  padding-top: 200px;
}

.blog_taital {
  width: 100%;
  float: left;
  font-size: 40px;
  color: #000000;
  font-weight: bold;
  padding-top: 30px;
  text-align: center;
  margin-top: 7%;
}

.coach_taital {
  width: 100%;
  float: left;
  font-size: 40px;
  color: #000000;
  font-weight: bold;
  padding-top: 30px;
  text-align: center;
  margin-top: 7%;
}

.blog_text {
  width: 80%;
  margin: 0 auto;
  font-size: 16px;
  color: #000000;
  padding-top: 40px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 1%;
}

.credit {
  width: 80%;
  margin: 0 auto;
  font-size: 16px;
  color: #000000;
  text-align: center;
  font-weight: bold;
}

.play_icon_main {
  width: 100%;
  margin-top: 150px;
  float: left;
}

.play_icon {
  width: 200px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

.play_icon::before {
  content: "";
  position: absolute;
  top: 49%;
  left: 70px;
  width: 130px;
  height: 130px;
  transform: translate(-50%, -50%);
  background-color: #1100ff;
  border-radius: 100%;
  z-index: -1;
  animation: fadeEffect 1.3s infinite ease;
  box-shadow: 0px 0px 10px 0px;
  right: inherit;
}

@keyframes fadeEffect {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0;
  }
}

.margin_top_90 {
  margin-top: 90px;
}

.header_abonnements {
  width: 100%;
  float: left;
  background-image: url(../images/Moléson_vue_aérienne.JPG);
  height: auto;
  background-size: 100%;
  padding: 0px 0px 20px 0px;
}

.header_abonnementsv2 {
  margin-right: 10%;
  float: left;
  margin-left: 26%;
  padding-top: 5%;
}

/* blog section end */

/* coach section start */

.xpertise {
  margin-left: 40%;
  width: 20%;
  margin-bottom: 5%;
}

.level {
  margin-top: 20%;
  margin-bottom: 5%;
}

.level1 {
  width: 10%;
  margin-left: 31%;
  margin-right: 3%;
}

.level2 {
  width: 10%;
}

.judge {
  width: 10%;
  margin-left: 3%;
}

.coach-card {
  display: flex;
  align-items: center;
  width: 500px;
  background-color: #ffffff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
  border-radius: 10%;
  margin-left: 16%;
  margin-top: 5%;
  margin-bottom: 5%;
}

.coach-card-enola {
  display: flex;
  align-items: center;
  width: 500px;
  background-color: #ffffff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
  border-radius: 10%;
  margin-left: 36%;
  margin-top: 5%;
  margin-bottom: 5%;
}

.coach-photo {
  max-width: 50%;
  margin-right: 20px;
  border-top-left-radius: 5%;
  border-bottom-left-radius: 5%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
}

.coach-photo-enola {
  max-width: 50%;
  margin-right: 20px;
  border-top-left-radius: 5%;
  border-bottom-left-radius: 5%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
}

.coach-photo-enola-mobile {
  max-width: 50%;
  margin-right: 20px;
  border-top-left-radius: 5%;
  border-bottom-left-radius: 5%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
}



.coach-name {
  font-size: 24px;
  margin: 0;
  color: rgb(174, 0, 0);
  font-weight: bold;
}

.coach-diplomas {
  font-size: 16px;
}

.coach-card:hover {
  border-color: red;
}

.coach-container {
  display: flex;
}

.coach-owner {
  color: black;
  font-size: 20px;
}

/*Mobile Coach start*/
.xpertise-mobile {
  margin-left: 25%;
  width: 50%;
  margin-bottom: 5%;
}

.level-mobile {
  margin-top: 20%;
  margin-bottom: 2%;
}

.level1-mobile {
  width: 20%;
  margin-left: 16%;
  margin-right: 3%;
}

.level2-mobile {
  width: 20%;
}

.judge-mobile {
  width: 20%;
  margin-left: 3%;
}

.coach-card-mobile {
  display: flex;
  align-items: center;
  width: 380px;
  background-color: #ffffff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
  border-radius: 10%;
  margin-left: 4%;
  margin-top: 10%;
}

.coach-mobile {
  display: none;
}

.coach-card-enola-mobile {
  display: flex;
  align-items: center;
  width: 430px;
  background-color: #ffffff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
  border-radius: 10%;
  margin-left: 4%;
  margin-top: 5%;
  margin-bottom: 5%;
}

.coach-photo-mobile {
  max-width: 50%;
  margin-right: 20px;
  border-top-left-radius: 5%;
  border-bottom-left-radius: 5%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
}

.coach-name-mobile {
  font-size: 24px;
  margin: 0;
  color: rgb(174, 0, 0);
  font-weight: bold;
}

.coach-diplomas-mobile {
  font-size: 16px;
}

.coach-card-mobile:hover {
  border-color: red;
}

.coach-container-mobile {
  display: flex;
}

.coach-owner-mobile {
  color: black;
  font-size: 20px;
}
/*Mobile Coach end*/

.client_section {
  width: 100%;
  float: left;
  padding-bottom: 160px;
}

.client_taital {
  width: 100%;
  font-size: 40px;
  color: #131313;
  font-weight: bold;
  padding-top: 30px;
  text-align: center;
}

.client_section_2 {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background-color: #ffffff;
  box-shadow: 0px 1px 16px -6px;
  border-radius: 30px;
  padding: 50px 70px;
  margin-top: 50px;
}

.client_main {
  width: 100%;
  display: flex;
}

.box_left {
  width: 48%;
}

.box_right {
  width: 48%;
  float: right;
  padding-top: 3%;
  margin-left: 30px;
}

.lorem_text {
  width: 100%;
  font-size: 16px;
  text-align: center;
  margin: 0px;
  color: #0d0d0d;
  border: 1px solid #0d0d0d;
  padding: 90px 30px;
  border-radius: 30px;
}

.client_taital_left {
  width: 40%;
  float: left;
}

.client_taital_right {
  width: 60%;
  float: left;
  margin-left: 10%;
}

.client_img {
  width: 100%;
  float: left;
  text-align: left;
}

.quick_icon {
  width: 100%;
  float: left;
  text-align: center;
  padding-top: 30px;
}

.insta {
  width: 1%;
}

.coach_name {
  width: 100%;
  float: left;
  font-size: 24px;
  color: #012628;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  padding-top: 53px;
  padding-bottom: 0px;
  margin-left: 10%;
}

.coach_text {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #085a57;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  margin: 0px;
  margin-left: 10%;
}

.coach_name_valentine {
  width: 100%;
  float: left;
  font-size: 24px;
  color: #012628;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  padding-top: 53px;
  padding-bottom: 0px;
}

.coach_text_valentine {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #085a57;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  margin: 0px;
}

.carousel-indicators li {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #8781bd;
  bottom: -130px;
}

.carousel-indicators .active {
  background-color: #2b2278;
}

.laurent {
  width: 200%;
}

.simon {
  border-radius: 10%;
}

.valentine {
  width: 90%;
  border-radius: 10%;
}

/* coach section end */

.horaires {
  margin-top: 3%;
  margin-left: 34%;
  width: 30%;
  border-width: 100%;
  border-color: #000;
  border-style: solid;
  margin-bottom: 3%;
}

/* choose section start */

.titre_horaires {
  font-size: 30px;
  font-weight: bold;
  margin-left: 34%;
  padding-top: 20%;
}

.choose_section {
  width: 100%;
  float: left;
  padding-bottom: 90px;
}

.choose_taital {
  width: 100%;
  font-size: 40px;
  color: #1f1f1f;
  font-weight: bold;
  text-align: center;
}

.choose_text {
  width: 70%;
  margin: 0 auto;
  font-size: 16px;
  color: #1f1f1f;
  padding-top: 30px;
  text-align: center;
}

.read_bt_1 {
  width: 170px;
  margin: 0 auto;
  text-align: center;
}

.read_bt_1 a {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #ffffff;
  background-color: #000d10;
  text-align: center;
  padding: 10px 0px;
  border-radius: 30px;
  margin-top: 50px;
  font-weight: bold;
  text-transform: uppercase;
}

.read_bt_1 a:hover {
  background-color: #2b2278;
  color: #ffffff;
}

.newsletter_box {
  width: 100%;
  border: 1px solid #6e6e6e;
  border-radius: 25px;
  padding: 20px 30px;
  display: flex;
  margin-top: 90px !important;
  float: left;
}

.let_text {
  width: 100%;
  font-size: 40px;
  color: #1f1f1f;
  font-weight: bold;
  padding-bottom: 0px;
}

.getquote_bt {
  width: 200px;
  padding-top: 6px;
}

.getquote_bt a {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #ffffff;
  background-color: #2b2278;
  text-align: center;
  padding: 10px 0px;
  border-radius: 30px;
  font-weight: bold;
}

.getquote_bt a:hover {
  background-color: #000d10;
  color: #ffffff;
}

.infoService {
  padding-top: 1%;
  font-size: 18px;
  font-weight: bold;
}

/* choose section end */
/*photo section start*/
.photosBy{
margin-left: 1%;
font-size: 16px;
}

.dateEvent{
  
  margin-left: -40%;
  font-size: 50%;
}

.nomEvent{
  color: rgb(189, 0, 0);
  font-weight: bold;
}

.gallery-page {
  display: none;
  transition: opacity 0.5s;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: 27%;
  margin-right: 20%;

  padding-right: 0.1%;
}

.gallery img {
  width: 200px;
  height: 150px;
  margin: 10px;
  object-fit: cover;
}



.pagination {
  text-align: center;
  margin-left: 46%;
  
  
}

.pagination button {
  margin: 5px;
  padding: 5px 10px;
  cursor: pointer;
  border-radius: 10%;
}

.pagination button:hover {
  background-color: red;
}

/* Styles pour la lightbox */
.lightbox {
  display: none;
  position: fixed;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2;
  
}

.lightbox-content {
  max-width: 80%;
  max-height: 80%;
  object-fit: contain;
  margin-right: 33%;
}

.close-button {
  position: absolute;
  top: 100px;
  right: 630px;
  font-size: 40px;
  cursor: pointer;
  color: rgb(255, 0, 0);

}

/*photo section end*/

/*Partenariat section start*/

/*Test*/

.partnerPc {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 20px;
  margin: 20px;
  display: flex;
  align-items: center;
  width: 36%;
  margin-left: 9%;
}



.partnerPc img {
  margin-right: 20px;
}

.partnerPc .partner-info {
  flex: 1;
}

.partnerPc h2 {
  font-size: 24px;
  margin-top: 0;
}

.partnerPc p {
  font-size: 16px;
  margin-top: 10px;
}


.partnerPc a {
  display: inline-block;
  background-color: #ff0000;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  margin-top: 10px;
}

.partnerPc a:hover {
  background-color: #000000;
}


.partnerPc .partner-info a {
  display: block;
  margin-top: 10px;
  width: 60%;
}


/*Test*/

.partner_taital {
  width: 100%;
  float: left;
  font-size: 40px;
  color: #000000;
  font-weight: bold;

  text-align: center;
  margin-top: 7%;
}

.partner-mobile {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  align-items: center;
  width: 36%;
  margin-left: 32%;
  display: none;
  margin-bottom: 8%;
  margin-top: 20%;
}

.partner {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 20px;
  margin: 20px;
  display: flex;
  align-items: center;
  width: 36%;
  margin-left: 32%;
}



.partner img {
  margin-right: 20px;
}

.partner .partner-info {
  flex: 1;
}

.partner h2 {
  font-size: 24px;
  margin-top: 0;
}

.partner p {
  font-size: 16px;
  margin-top: 10px;
}

.partner-mobile a {
  display: inline-block;
  background-color: #ff0000;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  margin-top: 10px;
}

.partner a {
  display: inline-block;
  background-color: #ff0000;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  margin-top: 10px;
}

.partner a:hover {
  background-color: #000000;
}

.partner-mobile a:hover {
  background-color: #000000;
}

.partner .partner-info a {
  display: block;
  margin-top: 10px;
  width: 60%;
}

.bulleDeSoins {
  width: 70%;
  vertical-align: top;
}

.sara {
  width: 40%;
  align-self: flex-start;
}

.sara-mobile {
  width: 40%;
  align-self: flex-start;
}

.gras {
  font-weight: bold;
}

.compex {
  border: 2px solid;
}

.wodli{
  width: 50%;
}

.containerPartner{
  display: flex;
  width: 100%;
}






/* Styles supplémentaires pour les éléments à l'intérieur des boîtes */


/*Partenariat section end*/

/* contact section start */

.contact_section {
  width: 50%;
  float: left;
  padding-bottom: 90px;
  color: #ff0000;
}
.contact_taital {
  width: 100%;
  float: left;
  font-size: 40px;
  color: #363636;
  text-align: center;
  font-weight: bold;
}

.contact_taitalv2 {
  width: 100%;
  float: left;
  font-size: 40px;
  color: #ff0000;
  text-align: center;
  font-weight: bold;
}
.email_text {
  width: 70%;
  margin: 0 auto;
  text-align: left;
  padding-top: 120px;
}
.email-bt-nom {
  width: 49%;
  float: left;
  font-size: 18px;
  color: #393838;
  margin-bottom: 20px;
  padding: 10px 15px;
  border: 0px;
  border: 2px solid #000000 !important;
  margin-right: 2%;
}

.email-bt-prenom {
  width: 49%;
  float: left;
  font-size: 18px;
  color: #393838;
  margin-bottom: 20px;
  padding: 10px 15px;
  border: 0px;
  border: 2px solid #000000 !important;
}

.email-bt-email {
  width: 100%;
  float: left;
  font-size: 18px;
  color: #393838;
  margin-bottom: 20px;
  padding: 10px 15px;
  border: 0px;
  border: 2px solid #000000 !important;
}
.massage-bt {
  width: 100%;
  float: left;
  font-size: 18px;
  color: #393838;
  margin-bottom: 20px;
  padding: 10px 15px;
  border: 0px;
  border: 2px solid #000000 !important;
}
.send_btn {
  width: 170px;
  margin: 0 auto;
  text-align: center;
}
.send_btn a {
  width: 100%;
  float: right;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
  border-radius: 30px;
  background-color: #000d10;
  padding: 7px;
}
.send_btn a:hover {
  color: #ffffff;
  background-color: #ff0000;
}

.color_fond {
  background-color: #000;
}

.imgLocal {
  margin-top: 10%;
  border-radius: 10%;
}

.fondContact {
  background-color: #e0e0e0;
  padding-left: 14%;
  margin-top: 5%;
  padding-top: 8%;
  padding-bottom: 8%;
}

.titreLieu {
  font-size: 25px;
  padding-top: 10%;
  color: #8d0202;
}

.texteLieu {
  font-size: 23px;
}

.imgLieu {
  width: 45%;
  margin-left: 15%;
  border-radius: 10%;
}

.display2 {
  display: flex;
  flex-wrap: nowrap;
}
/* contact section end */

/* footer section start */

.piedDePage{
  margin-left: 50%;
  
}

.piedDePage img{
    width: 150px; /* Remplacez 200px par la largeur souhaitée */
    height: 100px; /* Remplacez 150px par la hauteur souhaitée */

}

.footer_section {
  width: 100%;
  float: left;
  background-image: url(../images/);
  background-color: #1b1b1b;
  height: auto;
  padding-top: 70px;
  background-size: 100% 100%;
  padding-bottom: 30px;
  background-repeat: no-repeat;
}

.input_btn_main {
  width: 50%;
  display: flex;
  background-color: #ffffff;
  border-radius: 40px;
  padding: 8px 0px;
  margin: 0 auto;
}

.mail_text {
  width: 100%;
  float: left;
  font-size: 18px;
  color: #2b2c2c;
  background-color: #ffffff;
  height: auto;
  padding: 5px 20px;
  border-radius: 20px;
  border: 0px;
}

.subscribe_bt {
  float: right;
}

.subscribe_bt a {
  width: 170px;
  float: left;
  font-size: 18px;
  color: #2b2278;
  background-color: transparent;
  padding: 5px 0px;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
}

.subscribe_bt a:hover {
  color: #000;
  background-color: transparent;
}

.social_icon {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.social_icon ul {
  margin: 0px;
  padding: 0px;
  display: inline-block;
  text-align: center;
}

.social_icon li {
  float: left;
  padding: 30px 5px;
}

.location_main {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-top: 40px;
}

.call_text {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #ffffff;
  padding-top: 10px;
}

.call_text a {
  color: #ffffff;
}

.call_text a:hover {
  color: #e27141;
}

.logo {
  width: 5%;
}

.display {
  display: flex;
  flex-wrap: nowrap;
  margin-left: 38%;
}

/* footer section end */

.copyright_section {
  width: 100%;
  float: left;
  background-color: #790000;
  height: auto;
}

.copyright_text {
  width: 100%;
  float: left;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  margin-left: 0px;
}

.copyright_text a {
  color: #ffffff;
}

.copyright_text a:hover {
  color: #e27141;
}
