/* Custom CSS for full-width container with background image and overlay color */
body {
    overflow-x: hidden !important;
}
.nav-link {
    color:#FF6600!important;
    font-size: 20px!important;
    margin-right: 20px; /* Adjust the space between nav items as needed */
    margin-left: 20px; /* Adjust the space between nav items as needed */

}
.bouton-achat-sesame{
    background-color: #FF6600 !important;
    border-color: #FF6600 !important;
    font-size: 20px!important;
    color:white !important;
    text-transform: uppercase !important;
}
/* Styles for desktop devices */
@media only screen and (min-width: 1024px) {
    #websiteLogo{
    width:260px !important;
    }
}
@media only screen and (max-width: 991px) {
    #websiteLogo{
    width:200px !important;
    }
}
.sponsor-div-card{
    padding: 10px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Shadow effect */
    transition: box-shadow 0.3s ease; /* Smooth transition on hover */
}
.sponsor-div-card:hover {
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Shadow effect on hover */
}
.sponsor-div-card img {
    margin: 0 auto;
    max-width: 100%; /* Ensure image fits inside the container */
    height: auto; /* Maintain aspect ratio */
}

.titre-h2{
    color:#FF6600 !important;
}

/* Custom CSS for card styling */
.map-container {
        position: relative;
        height: 500px; /* Adjust height as needed */
    }
    .map-iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none;
    }
    .map-card {
        position: absolute;
        top: 50%;
        left: 40px; /* Adjust left position as needed */
        transform: translateY(-50%);
        background-color: #FF6600;
        padding: 40px;
        color: white;
        z-index: 1; /* Ensure the card appears above the map */
    }
    .map-card p {
        margin-bottom: 10px;
    }
    .map-card a {
        background-color: white;
        color: #FF6600;
        border: none;
        padding: 10px 20px;
        border-radius: 5px;
        cursor: pointer;
    }
    .map-card a:hover {
        background-color: #f4f4f4;
    }

    /* Footer section */
    .footer {
        background-color: #343a40;
        color: white;
        padding: 20px 0;
    }
    .footer-logo {
        text-align: center;
        margin-bottom: 20px;
    }
    .social-icons {
        text-align: center;
        margin-bottom: 20px;
    }
    .social-icons a {
        color: white;
        margin: 0 10px;
    }
    .copyright {
        text-align: center;
        margin-bottom: 20px;
    }
    .go-to-top {
        position: fixed;
        bottom: 20px;
        right: 20px;
        color: white;
    }


.inner-page-section {
    position: relative;
    background-image: url('../images/page-title-bg.jpg'); /* Replace 'background-image.jpg' with your image path */
    background-size: cover;
    background-position: center;
    padding-top: 40px; /* Adjust top padding as needed */
    padding-bottom: 40px; /* Adjust bottom padding as needed */
    color: white;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Adjust overlay color and opacity as needed */
}
.breadcrumb-title {
    position: relative;
    z-index: 1;
    text-align: center;
}
.breadcrumb-title h1 {
    margin-bottom: 5px;
}
.breadcrumb {
    justify-content: center; /* Center align the breadcrumb */
    background-color: transparent !important;
}

.breadcrumb .breadcrumb-item {
float: none;
display: inline-block;
text-transform: uppercase !important;
}

.breadcrumb .breadcrumb-item.active, .breadcrumb li a {
  color: #fff;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "\f105";
  font-family: FontAwesome;
  color: #fff;
}

.btn-primary{
  background-color: #FF6600 !important;
  border-color: #FF6600 !important;
}

.iti{
  width: 100% !important;
}

.country-select.inside input, .country-select.inside input[type=text] {
    padding-right: 240px !important;
}
@media only screen and (max-width: 768px) {
  .country-select.inside input, .country-select.inside input[type=text] {
      padding-right: 120px !important;
  }
}

@media only screen and (max-width: 991px) {
    .country-select.inside input, .country-select.inside input[type=text] {
        padding-right: 20px !important;
    }
  }