/* Theme Name: World Footbag Championship
Author: Digital Web Creation | developpement@digital-webcreation.fr 
Author URI: mailto:developpement@digital-webcreation.fr 
Version: 1.0 
Text Domain: world-footbag-championship 
Tags: custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, sticky-post, threaded-comments, wide-blocks, block-styles, style-variations, accessibility-ready, blog. */

.navbar-nav .nav-item .active {
  color: #f7a823 !important; /* your highlight color */
}
.btn-login {
  display: none;
}
a {
  text-decoration: unset;
}
:root {
  --gold: #f7a823;
  --dark-blue: #1a3681;
}

body {
  margin: 0 !important;
  font-family: "Montserrat", sans-serif;
}
/* Header */
nav.navbar {
  box-shadow: 0 4px 15px -1px rgba(0, 0, 0, 0.4);
}

.navbar {
  background-color: var(--dark-blue);
}

.navbar-brand img {
  height: 80px;
  width: auto;
}
.navbar-nav .nav-item {
  margin-left: 50px;
}
/* 
.navbar-nav .nav-item:first-child {
  margin-left: 0;
} */

.navbar-nav .nav-link,
.navbar-nav .dropdown-toggle {
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}

.navbar-nav .nav-link i {
  top: 13px;
  right: -5px;
  font-size: 8px;
  color: var(--gold);
  position: absolute;
}

.navbar-nav .nav-link.dropdown-toggle[style*="var(--gold)"] {
  color: var(--gold) !important;
}

.nav-link.dropdown-toggle::after {
  display: none;
}

.navbar-nav .nav-link:hover,
.navbar-nav .dropdown-toggle:hover {
  color: var(--gold);
}

.dropdown-menu {
  background-color: var(--dark-blue);
  border: none;
}

.dropdown-menu a.dropdown-item {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: normal;
  font-family: "Montserrat", sans-serif;
}

.dropdown-menu a.dropdown-item:hover {
  color: var(--dark-blue);
  background-color: var(--gold);
}

.btn-register {
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 20px;
  margin-right: 50px;
  border-radius: 30px;
  text-transform: uppercase;
  background-color: var(--gold);
  font-family: "Montserrat", sans-serif;
  transition: background-color 0.3s ease;
}

.btn-register:hover {
  color: #fff;
  background-color: #e48a07;
}
.btn-login {
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 20px;
  margin-right: 10px;
  border-radius: 30px;
  text-transform: uppercase;
  border: 1px solid transparent;
  background-color: var(--gold);
  font-family: "Montserrat", sans-serif;
  transition: background-color 0.3s ease;
}

.btn-login:hover {
  color: #e48a07;
  background-color: #fff;
  border: 1px solid #e48a07;
}
.mail {
  width: 25px;
}

.navbar-toggler {
  border-color: var(--gold);
}

.navbar-toggler-icon {
  color: var(--gold);
  font-size: 24px;
}
/* Header */

/* Banner */
/* Conteneur du slider */
.banner_slider {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

/* Slide unique */
.banner_slider .slide-item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 350px;
  margin: 0 auto;
  width: 100% !important;
}

/* Image dans la slide */
.banner_slider .slide-item img {
  max-width: 100%;
  max-height: 350px;
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
  object-fit: contain;
}

/* Désactive les effets de scale pour une seule slide */
.banner_slider .slick-slide {
  float: none;
  margin: 0;
}

/* Conteneur parent */
.banner__section .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
/* Force le conteneur Slick à prendre toute la largeur et à centrer les slides */
.banner_slider .slick-list {
  width: 100% !important;
  margin: 0 auto !important;
  text-align: center !important;
}

/* Centre la slide unique */
.banner_slider .slick-slide {
  float: none !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  height: 350px !important;
  width: 100% !important;
  margin: 0 auto !important;
}

/* Style pour l'image dans la slide */
.banner_slider .slick-slide img {
  max-width: 100% !important;
  max-height: 350px !important;
  width: auto !important;
  height: auto !important;
  display: block !important;
  margin: 0 auto !important;
  object-fit: contain !important;
}

/* Désactive les effets de scale inutiles */
.banner_slider .slick-center {
  transform: none !important;
}

/* Conteneur parent du slider */
.banner__section .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}


/* Banner */

/* Sport */
.sport__section {
  padding: 40px 0;
  background-color: var(--dark-blue);
}
.sport__section .border-bottom {
  padding-bottom: 50px;
  border-bottom: 1px solid #fff;
}
.sport__section .image {
  width: 200px;
  height: 200px;
  object-fit: cover;
}
.sport__section .title {
  font-size: 26px;
  font-weight: 700;
  color: var(--gold);
}
.sport__section .description {
  width: 85%;
  color: #fff;
  margin: 40px 0;
  font-size: 16px;
  font-weight: 400;
}
.sport__section .button {
  color: #fff;
  outline: unset;
  font-size: 16px;
  font-weight: 700;
  padding: 6px 50px;
  border-radius: 30px;
  border: 1px solid var(--gold);
  background-color: var(--dark-blue);
}
/* Sport */

/* Event */
.event__section {
  padding-bottom: 40px;
  background-color: var(--dark-blue);
}
.event__section .title {
  font-size: 26px;
  font-weight: 600;
  color: var(--gold);
  margin-bottom: 50px;
  text-transform: uppercase;
}
.event__section .image {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  display: block;
}
.event__section .image {
  width: 80px;
  margin: 0 auto;
  display: block;
}
.event__section .event-inner {
  height: 100%;
  padding-bottom: 50px;
  position: relative;
}
.event__section .event-inner .item-title {
  font-size: 26px;
  font-weight: 300;
  color: var(--gold);
  margin: 25px 0 !important;
}
.event__section .event-inner .description {
  width: 90%;
  color: #fff;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 25px;
}
.event__section .event-inner .button {
  bottom: 0;
  width: max-content;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  outline: unset;
  font-size: 16px;
  font-weight: 700;
  padding: 6px 50px;
  position: absolute;
  border-radius: 30px;
  border: 1px solid var(--gold);
  background-color: var(--dark-blue);
}
.event__section .excluder-button {
  border: none;
  color: #fff;
  font-size: 24px;
  margin-top: 40px;
  font-weight: 700;
  margin-right: 50px;
  border-radius: 50px;
  margin-bottom: 60px;
  padding: 14px 120px;
  text-transform: uppercase;
  background-color: var(--gold);
  font-family: "Montserrat", sans-serif;
  transition: background-color 0.3s ease;
}
.event__section .excluder-button:hover {
  color: #fff;
  background-color: #e48a07;
}
/* Event */

/* City */
.city__section {
  padding: 40px 0;
  background-color: var(--dark-blue);
}
.city__section .border-bottom {
  padding-bottom: 50px;
  border-bottom: 1px solid #fff;
}
.city__section .image {
  width: 100%;
  height: 300px;
  object-fit: cover;
  padding-right: 40px;
}
.city__section .title {
  font-size: 26px;
  font-weight: 700;
  color: var(--gold);
}
.city__section .description {
  width: 85%;
  color: #fff;
  margin: 40px 0;
  font-size: 16px;
  font-weight: 400;
}
.city__section .button {
  color: #fff;
  outline: unset;
  font-size: 16px;
  font-weight: 700;
  padding: 6px 50px;
  border-radius: 30px;
  border: 1px solid var(--gold);
  background-color: var(--dark-blue);
}
/* City */

/* Partnership */
.partnership__section {
  padding: 20px 0px 0px 0px;
  background-color: #fff;
  padding-bottom: 0;
  width: 75%;
  margin: 0 auto;
}
.partnership__section .title {
  font-size: 26px;
  font-weight: 700;
  color: var(--gold);
  margin-bottom: 50px;
  text-transform: uppercase;
}
.partnership__section .box {
/*   width: 100%;
  height: 80px; */
  margin-bottom: 35px;
}
.partnership__section .box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* Partnership */

/* Footbag Sport */
.footbag__section {
  padding: 100px 0 60px 0;
  background-color: var(--dark-blue);
}
.footbag__section .inner_box .image {
  width: 180px;
  height: 180px;
}
.footbag__section .inner_box .title {
  margin: 30px 0;
  font-size: 26px;
  font-weight: 700;
  color: var(--gold);
}
.footbag__section .inner_box .description {
  width: 94%;
  color: #fff;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 25px;
}
.footbag__section .inner_box .fleches {
  width: 60px;
  margin-top: 20px;
}
/* Footbag Sport */

/* Slider Section */
.footbag__section .image_slider {
  margin-top: 40px;
}
.footbag__section .image_slider .slick-arrow {
  z-index: 99;
}
.footbag__section .image_slider .slick-prev:before,
.slick-next:before {
  font-size: 50px;
}
.footbag__section .image_slider .slick-prev:before {
  left: 50px;
  position: absolute;
}
.footbag__section .image_slider .slick-next:before {
  right: 50px;
  position: absolute;
}
.footbag__section .mr-spacing {
  margin-right: 40px;
}
.footbag__section .ml-spacing {
  margin-left: 40px;
}
.footbag__section .image_slider .slide-item {
  height: 400px;
}
.footbag__section .image_slider .slide-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Slider Section */

/* Schedule */
.schedule__section {
  padding: 80px 0;
  background-color: var(--dark-blue);
}
.schedule__section .title {
  color: #fff;
  font-size: 26px;
  font-weight: 300;
  text-transform: uppercase;
}
.schedule__section .description {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}
.schedule__section strong {
  color: #fff;
  font-size: 16px;
}
.schedule__section .image_box .title {
  color: var(--gold);
  font-size: 30px;
  font-weight: 300;
  margin-top: 50px;
  margin-bottom: 35px;
}
.schedule__section .image_box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.schedule__section .image_box .empty-box {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.schedule__section .image_box .empty-box p {
  width: 45%;
  font-size: 26px;
  font-weight: 300;
  margin-bottom: 0;
  color: var(--gold);
}
/* Schedule */

/* Venue */
.venue__section {
  padding: 80px 0;
  background-color: var(--dark-blue);
}
.venue__section .title {
  color: #fff;
  font-size: 34px;
  font-weight: 300;
  text-transform: uppercase;
}
.venue__section .description {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 60px;
}
.venue__section .inner-title {
  font-size: 26px;
  font-weight: 300;
  color: var(--gold);
  margin-bottom: 20px;
}
.venue__section .date {
  font-size: 18px;
  font-weight: 600;
  color: var(--gold);
  margin-bottom: 20px;
}
.venue__section .image {
  width: 25px;
  margin-bottom: 10px;
}
.venue__section .location {
  color: #fff;
  width: 50%;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 60px;
}
.venue__section iframe {
  width: 100%;
  height: 600px;
}
/* Venue */

/* Parties */
.parties__section {
  padding: 40px 0;
  background-color: var(--dark-blue);
}
.parties__section .title {
  font-size: 26px;
  font-weight: 300;
  color: var(--gold);
  margin-bottom: 15px;
}
.parties__section .description {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 45px;
}
.parties__section .inner__box {
  margin-bottom: 35px;
}
.parties__section .inner__box .image {
  width: 25px;
}
.parties__section .inner__box .date {
  font-size: 16px;
  margin-top: 10px;
  font-weight: 700;
  margin-bottom: 5px;
  color: var(--gold);
  width: 80%;
}
.parties__section .inner__box .from {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}
.parties__section .inner__box .description {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
}
.parties__section .inner__box .address {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  width: 75%;
}
.parties__section .inner__box a .mapping {
  width: 100%;
  height: 100%;
  margin-top: 20px;
  object-fit: contain;
}
/* Parties */

/* Team */
.team__section {
  padding: 80px 0;
  background-color: var(--dark-blue);
}
.team__section .title {
  color: #fff;
  font-size: 34px;
  font-weight: 300;
  text-transform: uppercase;
}
.team__section .inner_box .image {
  width: 180px;
  height: 180px;
  object-fit: contain;
}
.team__section .inner_box .title {
  margin: 30px 0;
  font-size: 26px;
  font-weight: 700;
  color: var(--gold);
}
.team__section .inner_box strong {
  color: #fff;
  display: block;
  font-size: 16px;
  margin-bottom: 25px;
}
.team__section .inner_box .description {
  width: 94%;
  color: #fff;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 25px;
}
.team__section .inner_box .fleches {
  width: 60px;
  margin-top: 20px;
}
/* Team */

/* Support */
.support__section {
  padding: 0 0 80px 0;
  background-color: var(--dark-blue);
}
.support__section .title {
  color: #fff;
  font-size: 34px;
  font-weight: 300;
  text-transform: uppercase;
}
.support__section .description {
  width: 50%;
  color: #fff;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 55px;
}

.donation_box_new {
    max-width: 700px;
    margin: 0 auto;
    
    padding: 25px;
    color: #fff;
    text-align: center;
    margin-bottom: 55px;
}

.donation_box_new ul {
    padding: 0;
    list-style: none;
}

.donation_box_new  .title {
    text-align: center;
    color: #f7a823;
    font-size: 28px;
    font-weight: 300;
    text-transform: capitalize;
    margin-bottom: 2rem;
}

.donation_box_new ul li strong {
    color: #f7a823;
    font-weight: 600;
}

.donation_box_new ul li {
    padding-bottom: 5px;
}
.support__section .partnership__section {
  padding: unset;
  background-color: transparent;
}
.support__section .partnership__section .title {
  font-size: 26px;
  font-weight: 300;
  color: var(--gold);
  margin-bottom: 30px;
  text-transform: unset;
}
.support__section .partnership__section .box {
  width: 100%;
  height: 70%;
  padding: 6px;
  border-radius: 5px;
  margin-bottom: 40px;
  background-color: #fff;
}
.support__section .partnership__section .box img {
  height: 100%;
}
.support__section .donation_box .title {
  font-size: 26px;
  font-weight: 300;
  margin-left: 30px;
  color: var(--gold);
  margin-bottom: 30px;
  text-transform: unset;
}
.support__section .donation_box .listing {
  list-style-type: none;
}
.support__section .donation_box .listing .items {
  margin-bottom: 0px;
}
.support__section .donation_box .listing .items p {
  margin: 0;
  color: #fff;
  font-size: 16px;
}
.support__section .volunteering_box .title {
  font-size: 26px;
  font-weight: 300;
  margin-top: 30px;
  margin-left: 30px;
  color: var(--gold);
  margin-bottom: 30px;
  text-transform: unset;
}
.support__section .volunteering_box .listing {
  list-style-type: none;
}
.support__section .volunteering_box .listing .items {
  margin-bottom: 0px;
}
.support__section .volunteering_box .listing .items p {
  margin: 0;
  color: #fff;
  font-size: 16px;
}
/* Support */

/* City */
.spacing-top {
  padding: 80px 0 30px 0;
}
.discover__section {
  padding-bottom: 40px;
  background-color: var(--dark-blue);
}
.discover__section .title {
  font-size: 26px;
  font-weight: 700;
  color: var(--gold);
  margin-bottom: 15px;
  text-transform: uppercase;
}
.discover__section .description {
  width: 75%;
  color: #fff;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 30px;
}
.discover__section .inner_box {
  padding: 15px;
  height: 100%;
  text-align: center;
  background-color: #fff;
}
.discover__section .spce {
  margin-bottom: 30px;
}
.discover__section .inner_box .image {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.discover__section .inner_box .title {
  font-size: 20px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 5px;
  color: var(--gold);
  text-transform: uppercase;
}
.discover__section .inner_box .description {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  color: var(--dark-blue);
}
.discover__section .excluder-button {
  border: none;
  color: #fff;
  font-size: 24px;
  margin-top: 40px;
  font-weight: 700;
  margin-right: 50px;
  border-radius: 50px;
  margin-bottom: 60px;
  padding: 14px 120px;
  display: inline-block;
  text-transform: uppercase;
  background-color: var(--gold);
  font-family: "Montserrat", sans-serif;
  transition: background-color 0.3s ease;
}
.discover__section .excluder-button:hover {
  color: #fff;
  background-color: #e48a07;
}
/* City */

@media (max-width: 1200px) {
  .banner__section .title {
    width: 80%;
  }
}

@media (max-width: 991.98px) {
  .navbar-nav .nav-item {
    margin-top: 25px; /* Adds space between menu items */
  }

  .navbar-nav .dropdown-menu {
    position: static;
    float: none;
    width: 100%;
    background-color: transparent; /* Optional: match with your theme */
    box-shadow: none;
  }

  .navbar-nav .dropdown-item {
    padding-left: 20px; /* Indent dropdown items */
  }

  .navbar-collapse {
    padding: 1.5rem 0;
  }
  .btn-register {
    margin-right: 15px !important;
  }
  .btn-login {
    display: none;
  }
  /*.language_box {*/
  /*  margin-left: 50px;*/
  /*  margin-top: 25px;*/
  /*}*/
  .mail {
    /*display: none;*/
  }
  .banner__section .title {
    width: 100%;
    font-size: 28px;
  }
  .banner_slider .slide-item {
    height: 260px;
  }
  .sport__section .title {
    font-size: 24px;
  }
  .sport__section .image {
    width: 130px;
    height: 130px;
  }
  .sport__section .description {
    width: 100%;
    margin: 20px 0;
    font-size: 16px;
    margin-bottom: 25px;
  }
  .event__section .event-inner {
    padding-bottom: 70px;
  }
  .event__section .event-inner .button {
    bottom: 30px;
  }
  .event__section .excluder-button {
    margin-right: 0;
    font-size: 16px;
    padding: 14px 20px;
  }
  .city__section .title {
    font-size: 24px;
    margin-top: 20px;
  }
  .city__section .image {
    padding-right: 0;
  }
  .city__section .description {
    width: 100%;
    margin: 20px 0;
    font-size: 16px;
    margin-bottom: 25px;
  }
  .partnership__section .box {
    margin-bottom: 20px;
  }
  .footbag__section .inner_box .description {
    width: 100%;
  }
  .footbag__section .mr-spacing {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .footbag__section .ml-spacing {
    margin-left: 0;
  }
  .schedule__section .image_box {
    height: 480px;
  }
  .schedule__section {
    padding: 60px 0;
  }
  .schedule__section .description {
    font-size: 16px;
  }
  .schedule__section strong {
    font-size: 16px;
  }
  .schedule__section .image_box {
    margin-top: 50px;
  }
  .venue__section {
    padding: 60px 0;
  }
  .venue__section iframe {
    height: 480px;
  }
  .parties__section {
    padding-top: 0;
  }
  .team__section {
    padding: 60px 0;
  }
  .team__section .inner_box {
    margin-top: 20px;
  }
  .team__section .inner_box .description {
    width: 100%;
  }
  .support__section .description {
    width: 100%;
  }
  .support__section .description {
    margin-bottom: 30px;
  }
  .support__section .donation_box .title {
    margin-left: 0;
  }
  .support__section .donation_box .listing {
    padding-left: 0;
  }
  .support__section .volunteering_box .title {
    margin-left: 0;
    margin-right: 0;
  }
  .support__section .volunteering_box .listing {
    padding-left: 0;
  }
  .event__section .title {
    font-size: 24px;
  }
  .event__section .event-inner .description {
    width: 100%;
    font-size: 16px;
  }
  .discover__section .title {
    font-size: 24px;
  }
  .discover__section .description {
    width: 100%;
    font-size: 16px;
  }
  .discover__section .excluder-button {
    margin-right: 0;
  }
  .spacing-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .discover__section .excluder-button {
    font-size: 16px;
    padding: 14px 20px;
  }
}
@media (max-width: 768px) {
  .schedule__section .image_box {
    height: auto;
  }
  .sport__section .image {
    margin-left: 0;
    display: block;
  }
  .sport__section .title {
    margin-top: 20px;
  }
  .footbag__section {
    padding: 60px 0 60px 0;
  }
}
.gt_float_switcher .gt-selected .gt-current-lang {
  padding: 5px 10px !important;
}
.gtranslate_wrapper {
  font-family: "Montserrat", sans-serif !important;
}
.gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
  font-size: 15px !important;
  font-family: "Montserrat", sans-serif !important;
}
.gt_float_switcher .gt_options a {
  font-size: 15px !important;
  font-family: "Montserrat", sans-serif !important;
}
.gt_float_switcher img {
  width: 15px !important;
  margin: 4px 0px 0 0 !important;
}

.sticky-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
  background-color: var(--dark-blue); /* or your desired background */
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
body.has-sticky {
  padding-top: 80px; /* Adjust based on navbar height */
}
.spacing {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.slick-prev {
  z-index: 9999 !important;
  left: 0px !important;
}
.slick-prev:before,
.slick-next:before {
  font-size: 50px !important;
}
.slick-next {
  right: 30px !important;
}
@media only screen and (max-width: 734px) {
.partnership__section {
    width: 100% !important;
}
}