/* class générales */

:root {
  --white-bg-color: #fff;
  --big-black: #141414;
  --big-blue: #13315c;
  --big-gray: #4e4e4e;
  --big-red: #e82934;
}

.font_size_14 {
  font-size: 14px !important;
}

.font_size_16 {
  font-size: 16px !important;
}

.font_size_18 {
  font-size: 18px !important;
}

.font_size_20 {
  font-size: 20px !important;
}

.font_size_24 {
  font-size: 24px !important;
}

.font_size_29 {
  font-size: 29px !important;
}

.black_txt {
  color: black !important;
}

.white_txt {
  color: white !important;
}

.f_w_200 {
  font-weight: 200;
}

.hand-cursor {
  cursor: pointer;
}

a:hover {
  color: #141414;
}

* {
  font-family: 'Kumbh Sans', sans-serif;
}

.bg_init {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

/* nav bar */

.main_nav {
  position: absolute;
  opacity: 0;
  /* height: auto; */
  right: 0px;
  top: 0px;
  transition: 1s ease-in-out;
  z-index: 999;
  background-color: white;
  width: 0%;
  min-width: 0px;
  display:none;
}

.after_click_nav {
  transition: 1s ease-in-out;
  display: block ;
  width: 20%;
  min-width: 240px;
  opacity: 1;
}

.hr_black {
  height: 2px;
  width: 100%;
  background-color: black;
}

.good_green {
  color: #00b916 !important;
}

/* log pages */

.txt_resp_login {
  color: #000000!important;
}


.form_log {
  background-color: white;
  border-radius: 25px;
  /* border: black; */
  max-width: 430px !important;
  /* padding: 2% 3% 1% 3% !important; */
  padding: 30px 30px 15px 30px !important;
}

.input_email {
  height: 50px !important;
  background-color: transparent !important;
  /* color: #000000; */
  /* border: none !important; */
  border-top: transparent !important;
  border-right: transparent !important;
  border-left: transparent !important;
  /* border-bottom: transparent; */
  border-bottom-color: var(--big-gray);
  border-bottom-width: 2px !important;
  border-radius: 0rem;
  box-shadow: inset 0px 0px 0px 0px;
}
.input_email::placeholder {
  color: #6C757D !important;
}

.input_mdp {
  height: 48px !important;
  /* border: none !important; */
  background-color: transparent !important;
  /* color: #000000; */
  border-top: transparent !important;
  border-right: transparent !important;
  border-left: transparent !important;
  border-bottom: transparent !important;
  border-bottom-color: var(--big-gray);
  border-bottom-width: 1px;
  border-radius: 0rem;
  box-shadow: inset 0px 0px 0px 0px;
}
.input_mdp::placeholder {
  color: #6C757D !important;
}

.input_form {
  height: 50px !important; /**/
  /* border: none !important; */
  background-color: transparent !important;
  /* color: #000000; */
  border-top: transparent !important;
  border-right: transparent !important;
  border-left: transparent !important;
  /* border-bottom: transparent !important; */
  border-bottom-color: var(--big-gray);
  border-bottom-width: 1px; /**/
  border-radius: 0rem;
  box-shadow: inset 0px 0px 0px 0px;
}

.input_form::placeholder {
  color: #6C757D !important;
}


.input_form_bottom {
  border-bottom: transparent !important;
}

/* NICO TOCLEAN */
.radio_button {
  margin-left: 20px;
  margin-right: 10px;
}

.adminForm {
  margin-bottom: 100px;
}

.log_around {
  border: 2px solid black;
  border-radius: 10px;
  z-index: 10;
}

.btn_connection {
  background-color: black;
  border-radius: 10px !important;
  color: var(--white-bg-color);
  width: 100%;
  font-size: 19px !important;
  padding: 10px 0;
}

.eye_btn {
  /* border-top: var(--big-gray); */
  /* border-radius: 15px; */
  background-color: transparent !important;
  outline: none !important;
}

.eye_btn:hover {
  background-color: transparent !important;
  outline: none !important;
}

button:focus {
  outline: 0;
  box-shadow: none !important;
}

*:focus {
  outline: none !important;
  box-shadow: none !important;
}

.padding_div {
  padding: 0px 8% 0px 8% !important;
}

.padding_div_category {
  padding: 0px 8% 0px 8% !important;
}

/* catégories */

.categories {
  height: 200px;
}

.categories a {
  font-size: 30px !important;
  padding-left: 5%;
  color: white;
  font-weight: bold;
}

.categories a:hover {
  color: white;
}

.zoom_div {
  transition: transform 0.2s;
  /* Animation */
  overflow: hidden;
}

.zoom_div:hover {
  transform: scale(1.05);
}

/* sub catégories */

.each_cat {
  height: 350px;
  width: 600px;
}

.img_sub_cat {
  border-radius: 10px;
  max-height: 500px;
}

.img_sub_cat_resp {
  border-radius: 10px;
}

/* nav bar */

.a_black {
  color: rgb(0, 0, 0) !important;
}

.a_black:hover {
  color: rgb(0, 0, 0) !important;
  text-decoration: underline !important;
}

.a_white a {
  color: white !important;
  text-decoration: underline !important;
}

.a_white a:hover {
  color: white !important;
  text-decoration: underline !important;
}

a:hover {
  text-decoration: underline !important;
}

/* class script sub caté */

.display_none {
  display: none !important;
}

.display_flex {
  display: flex !important;
}

/* sub_catégories */

.dépliant {
  background-color: white;
  border: none;
  border-top: 2px solid white;
}

/* videos */

.responsive-iframe {
  /* position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: none; */
}

.responsive-iframe iframe {
  width: 100%;
}

.h_resp {
  height: 100%;
}

@media screen and (max-width: 768px) {
  .h_topbar {
    height: 10vh;
  }
  .logo_club {
    max-height: 10vh;
    max-width: 30vh;
  }

  .responsive-iframe iframe {
    height: auto;
    min-height: 50vw;
  }
  .font_size_29 {
    font-size: 20px !important;
  }

  .img_sub_cat {
    border-radius: 10px;
    max-height: 280px;
  }

  .img_sub_cat_resp {
    border-radius: 0px;
    /* max-height: 100px; */
    height: auto;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
  }
  .padding_div_category {
    padding: 0 !important;
  }
  .resp_categories_img {
    overflow: hidden;
    max-height: 100px;
  }
  .form_log {
    max-width: 80% !important;
  }
  .txt_resp_login {
    font-size: 14px;
  }
  .h_resp {
    height: auto !important;
  }
  /* .h_topbar {
        height: 10vh;
    } */
}

/* page help */

.contact_input {
  background-color: transparent;
  color: #000000;
  border-top: transparent;
  border-right: transparent;
  border-left: transparent;
  border-bottom-color: red;
  border-bottom-width: 2px;
  border-radius: 0rem;
  box-shadow: inset 0px 0px 0px 0px;
  width: 100%;
}

.contact_input:hover {
  border-bottom-color: gray;
}

.contact_input:focus {
  border-bottom-color: gray;
}

.form-gp {
  resize: vertical;
  width: 100%;
  margin-bottom: 5%;
}

.submit_btn {
  background-color: white !important;
  color: red !important;
  border: 0px #303030;
  height: 50px !important;
  border-radius: 8px !important;
  font-size: 18px !important;
  font-weight: bold !important;
  padding: 1% 40px !important;
}

.h_topbar {
  height: 17vh;
}

.logo_club {
  max-height: 17vh;
  max-width: 30vh !important;
}

.h_carrousel {
  height: 75vh;
}

.incat_bg {
  width: 40vh;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 992px) {
  .h_topbar {
    height: 13vh;
  }
  .logo_club {
    max-height: 13vh;
    max-width: 60vh;
  }
  .h_carrousel {
    height: 84vh;
  }
  .img_sub_cat {
    border-radius: 10px;
    max-height: 340px;
  }
}

@media screen and (max-width: 440px) {
  .img_sub_cat {
    border-radius: 10px;
    max-height: 140px;
  }
}

/* carrousel dl */


.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nav-item.dropdown.btn.mx-1.bord-fin-violet.font-weight-bold .dropdown-menu .dropdown-item{
  height: 40px;
  display: flex;
  align-items: center;
  font-size: 18px;
}

.card.bg-Black.border.rounded.m-1 .card-body ul li a{
  height: 40px;
  display: flex;
  align-items: center;
  font-size: 16px;
}

#nav-dropdown ul li {
  z-index: 1051;
}

/*
.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

 .vertical .carousel-inner {
    height: 100%;
  }
  
  .carousel.vertical .item {
    -webkit-transition: 0.6s ease-in-out top;
       -moz-transition: 0.6s ease-in-out top;
        -ms-transition: 0.6s ease-in-out top;
         -o-transition: 0.6s ease-in-out top;
            transition: 0.6s ease-in-out top;
  }
  
  .carousel.vertical .active {
    top: 0;
  }
  
  .carousel.vertical .next {
    top: 400px;
  }
  
  .carousel.vertical .prev {
    top: -400px;
  }
  
  .carousel.vertical .next.left,
  .carousel.vertical .prev.right {
    top: 0;
  }
  
  .carousel.vertical .active.left {
    top: -400px;
  }
  
  .carousel.vertical .active.right {
    top: 400px;
  }
  
  .carousel.vertical .item {
      left: 0;
  } */
