/*============================================================================================*/


/* Your custom styles below */


/*============================================================================================*/


/* Apply Archivo font family globally */

body {
    font-family: 'Archivo', sans-serif;
    font-size: 16px;
    background-color: #f6f6f6;
}


/* Apply Hanken Grotesk font family to headings */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Hanken Grotesk', sans-serif;
}

.sidebar-navigation {
    font-family: 'Hanken Grotesk', sans-serif;
}

header {
    font-family: 'Hanken Grotesk', sans-serif;
}

.nav-tabs {
    font-family: 'Hanken Grotesk', sans-serif;
}

h1 {
    font-size: 2.5rem!important;
    /* 40px */
}

h2 {
    font-size: 2rem!important;
    /* 32px */
}

h3 {
    font-size: 1.75rem!important;
    /* 28px */
}

h4 {
    font-size: 1.5rem!important;
    /* 24px */
}

h5 {
    font-size: 1.25rem!important;
    /* 20px */
}

h6 {
    font-size: 1rem!important;
    /* 16px */
}

header.fixed_header.sticky {
    border-bottom: 0px solid #d9e1e6;
    background-color: #001044;
}

header.fixed_header.sticky .hamburger__inner,
header.fixed_header.sticky .hamburger__inner::before,
header.fixed_header.sticky .hamburger__inner::after {
    background-color: #fff;
}

.booking_form .form-group i {
    color: #001044;
}

.modal {
    --bs-modal-bg: #f6f6f6;
}

.booking_form input {
    border-right: 0px solid #d9e1e6;
}

.cmarine {
    color: #001044;
}

.cbleuflash {
    color: #2305f2;
}

.cchartreuse {
    color: #e1e04c;
}

.cchartreusebg {
    background-color: #e1e04c;
}

.cblanc {
    color: #ffffff;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #2305f2;
    --bs-btn-border-color: #2305f2;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #2305f2;
    --bs-btn-hover-border-color: #2305f2;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #2305f2;
    --bs-btn-active-border-color: #2305f2;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #2305f2;
    --bs-btn-disabled-border-color: #2305f2;
}

.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #001044;
    --bs-btn-border-color: #001044;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #001044;
    --bs-btn-hover-border-color: #001044;
    --bs-btn-focus-shadow-rgb: 130, 138, 145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #001044;
    --bs-btn-active-border-color: #001044;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #001044;
    --bs-btn-disabled-border-color: #001044;
}

.sidebar-navigation nav a.active {
    color: #ffffff;
}

.cblack {
    color: #000000;
}

hr {
    margin: 0px 0 10px 0;
    border-color: #d9e1e6;
    opacity: 1;
}

.icon-large {
    display: inline-block;
    /* Ensure it's treated as an inline-block element */
    transform: scale(1.5);
    /* Adjust the scale factor as needed */
    transform-origin: center;
    /* Optional: ensure the scaling is centered */
}

#floadingImage {
    width: 50px;
    /* Set the width according to your needs */
    height: 50px;
    /* Set the height according to your needs */
}

#floadingImageAnnonce {
    width: 50px;
    /* Set the width according to your needs */
    height: 50px;
    /* Set the height according to your needs */
}

.noborder-radius-right {
    border-radius: 0 20px 20px 0;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
    transform: scale(1.01);
    box-sizing: border-box;
}

.border-radius-right {
    border: 1.7px solid #000;
    border-radius: 0 20px 20px 0;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
    transform: scale(1.01);
    box-sizing: border-box;
}

.box_item_info small {
    color: #2305f2;
    font-family: 'Hanken Grotesk', sans-serif;
}

.box_item_info h2 {
    margin-bottom: 0px;
}

.phone_element a span {
    color: #ffffff;
}

.phone_element a i {
    color: #ffffff;
}

.phone_element a span em {
    color: #e1e04c;
}

.logo {
    width: 110px;
    height: 65px;
}

.bg_cube {
    background-color: #001d8a;
}

.logo-footer {
    height: 95px;
}

.nice-select {
    margin-bottom: 0px!important;
}

.layer {
    z-index: 999;
}

a {
    color: #000000;
}


/* Base button styles */

.btn_base {
    border: 1px solid;
    color: white;
    background: none;
    cursor: pointer;
    display: inline-flex;
    text-decoration: none;
    padding: 8px 14px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    border-radius: 25px;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 13px;
}

.sidebar-navigation nav a {
    color: #ffffff;
}

.sidebar-navigation nav a:hover {
    color: #ffffff!important;
}

.sidebar-navigation nav ul li a:focus,
.sidebar-navigation nav ul li a:hover {
    color: #000000;
}


/* Specific styles for .btn_menu */

.btn-dir {
    background-color: #ffffff!important;
    color: #000000!important;
    border: 1px solid black!important;
}

.btn-ann {
    background-color: #2305f2!important;
}

.btn-dir-hmenu {
    background-color: #ffffff!important;
    color: #000000!important;
    border: 1px solid black!important;
}

.btn-dir-hmenu:hover {
    background-color: #ffffff!important;
    color: #000000!important;
}

.btn-ann-hmenu {
    background-color: #2305f2!important;
    color: #ffffff!important;
}

.show-player-menu {
    cursor: pointer;
}

#btn-ann-hmenu:hover {
    background-color: #2305f2!important;
    color: #ffffff!important;
}

.btn_menu {
    border-color: white;
    color: white;
}

.btn_menu:hover {
    background-color: white;
    color: black;
}

.sidebar-navigation {
    border-top: 0px solid #011451;
}

.phone_element {
    border-top: 1px solid #d9e1e6;
}


/* Specific styles for .btn_menu_last */

.btn_menu_last {
    border-color: #2305f2;
    color: white !important;
    background: #2305f2;
}

.btn_menu_fooenv {
    border-color: #2305f2;
    color: white !important;
    background: #2305f2;
}

.btn_menu_chart {
    border-color: #e1e04c;
    color: black !important;
    background: #e1e04c;
}

.btn_menu_last:hover {
    background-color: #2305f2;
    color: white !important;
}

.sidebar-navigation nav ul li a {
    margin-bottom: 10px;
    padding-top: 0.35rem;
    padding-right: 0.65rem;
    padding-bottom: 0.35rem;
    padding-left: 0.65rem;
    display: inline-flex;
    position: relative;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}

.nav_panel #mainNav nav ul>li {
    display: block;
    margin: 0px 0;
    padding: 0 !important;
    opacity: 0;
    -webkit-transition: all 0.8s ease 500ms;
    -o-transition: all 0.8s ease 500ms;
    transition: all 0.8s ease 500ms;
    transition-delay: 500ms;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}

.tabs_menu .nav-tabs {
    border: none;
    border-bottom: 0px solid #ededed;
    display: flex;
    justify-content: center;
}

.tabs_menu .tab-content .card {
    border: none;
    background-color: none;
    padding: 0px;
}

.tabs_menu .nav-tabs {
    border: none;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
    border-bottom: 0px solid #ededed;
    display: flex;
    justify-content: center;
    text-align: center;
}

.tabs_menu .nav-link {
    height: auto;
}

.tabs_menu .tab-content .card .card-header a {
    display: block;
    font-size: 18px;
    font-size: 1.125rem;
    padding: 15px;
    color: #333;
    background-color: #0101;
}

.box_item_info {
    display: flex;
    align-items: center;
    padding: 20px;
    border: 0px solid #ddd!important;
    border-radius: 8px;
    background-color: #f9f9f9;
}

.box_item_info {
    background-color: #fff;
    z-index: 9;
    position: relative;
    padding: 40px 40px 20px 40px;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
}

.tabs_menu .tab-content .card {
    border: none;
    background-color: transparent;
    padding: 0 45px;
}


/* Specific styles for .btn_menu_first */

.btn_menu_first {
    border-color: white;
    color: black !important;
    background: white;
}

.btn_menu_first:hover {
    border-color: black !important;
    background-color: white;
    color: black !important;
}

header nav ul li {
    display: inline-block;
    font-weight: 600;
    margin-left: 22px;
}

header.fixed_header.sticky nav ul li a.btn_menu {
    border: 1px solid black!important;
    /* White outline */
    color: black;
}

header.fixed_header.sticky nav ul li .btn_menu_first {
    border: 1px solid black!important;
    /* White outline */
    color: black;
}

.nav_panel {
    z-index: 99999;
}

.sidebar-navigation nav {
    min-height: 700px;
}

.bi-play-circle-fill {
    margin-left: 10px;
    font-size: 15px;
    color: #2305f2;
}

.bi-pause-circle-fill {
    margin-left: 10px;
    font-size: 15px;
    color: #2305f2;
}

footer {
    background-color: #001044;
    position: relative;
    color: #fff;
}

footer .footer_bg .gradient_over {
    background: transparent;
    background: -webkit-linear-gradient(top, transparent, #001044);
    background: linear-gradient(to bottom, transparent, #001044);
}

footer .copy {
    text-align: center;
    padding: 25px 0;
    background-color: #000925;
    font-size: 13px;
    font-size: 0.8125rem;
}

a.box_contents {
    margin-top: 50px;
}

.progress-wrap svg.progress-circle path {
    stroke: #2305f2;
}

.fright {
    float: right;
}

.fleft {
    float: left;
}

.mt-20 {
    margin-top: 20px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-75 {
    margin-top: 75px;
}

figure {
    margin-bottom: 0rem;
}

.logofooter {
    height: 75px;
    padding-bottom: 15px;
}

main {
    background-color: #f9f9f9;
}

#contact input[type="text"],
#contact input[type="email"],
#contact textarea {
    border: 0;
    height: 45px;
    border-radius: 3px;
    padding-left: 15px;
    background-color: #f3f3f3;
    background-color: rgba(255, 255, 255, 0.06);
    color: #fff;
}

.footer-menu a {
    text-decoration: none;
    color: #fff;
}

.progress-wrap {
    display: none;
}

.footer-menu a:hover {
    text-decoration: underline;
}

.footer-menu .fnav-link {
    padding: 0.5rem 1rem;
}

.footer-menu .nav-item+.nav-item::before {
    content: " | ";
    padding: 0 0.5rem;
}

li.notonmobile {
    display: inline-block;
}

.notonmobile {
    display: block;
}

.onmobile {
    display: none;
}

footer a {
    color: #fff;
}

footer {
    width: 100%;
}

.progress-wrap.active-progress {
    display: none;
}

.box_item_info {
    display: flex;
    align-items: center;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #fff;
}

.box_item_info img {
    max-width: 100%;
    border-radius: 8px;
    height: 200px;
    width: 200px;
}

a.btn_1 {
    display: inline-flex;
    /* Ensure the button remains as an inline-flex container */
    align-items: center;
    /* Center items vertically */
    justify-content: center;
    /* Center items horizontally */
    padding: 14px 25px;
    /* Keep the original padding */
}

a.btn_1 i {
    transform: scale(1.5);
    /* Scale the icon to 1.5 times its original size */
}

.box_item_info .text-content {
    padding-left: 20px;
    /* Adjust as needed */
}

.logo_panel {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 135px;
    background-color: #001044;
}

.nav_panel {
    background-color: #001044;
}

.sidebar-navigation nav ul {
    background: #001044;
}

.tabs_menu .nav-tabs .nav-item {
    text-transform: uppercase;
    font-weight: 500;
    padding-left: 5px;
    padding-right: 5px;
}

.player {
    padding-bottom: 0px;
    padding-top: 0px;
    background-color: #2305f2;
    border-top: 2px solid #001044;
}

.nomarg {
    margin-bottom: 0px;
    margin-top: 0px;
}

.horizontal-menu {
    list-style: none;
    /* Remove default list bullets */
    padding: 0;
    /* Remove default padding */
    margin: 0;
    /* Remove default margin */
    display: inline-flex;
    /* Align items horizontally and center within container */
    justify-content: center;
    /* Center the menu items within the container */
}

.horizontal-menu li {
    margin: 0;
    /* Remove default margin */
    padding: 0 10px;
    /* Add some padding for spacing */
}

.horizontal-menu li:not(:last-child)::after {
    content: " | ";
    /* Add vertical bar separator */
    margin-left: 10px;
    /* Space between items and separator */
}

.horizontal-menu a {
    text-decoration: none;
    /* Remove default link underlining */
    color: inherit;
    /* Inherit color from parent element */
}

.hidden {
    transform: translateY(100%);
    /* Hide by moving down */
}

.visible {
    transform: translateY(0);
    /* Show in the original position */
}

.pointer {
    cursor: pointer;
}

#newsletter input[type="text"] {
    border: 0;
    height: 45px;
    border-radius: 3px;
    padding-left: 15px;
    background-color: #f3f3f3;
    background-color: rgba(255, 255, 255, 0.06);
    color: #fff;
}

.close {
    cursor: pointer;
}

footer .move_content {
    margin-top: -80px;
    position: relative;
    z-index: 4;
    padding-bottom: 80px;
}

#newsletter textarea {
    border: 0;
    height: 45px;
    border-radius: 3px;
    padding-left: 15px;
    background-color: #f3f3f3;
    background-color: rgba(255, 255, 255, 0.06);
    color: #fff;
}

#player.hidden {
    display: none;
    /* or opacity: 0; if using visibility or opacity */
}

#player.visible {
    display: block;
    /* or opacity: 1; if using visibility or opacity */
}

#player {
    display: none;
}

.title small {
    color: #000000;
}

.tabs_menu .nav-link:hover {
    color: #001044;
}

.booking_form {
    background-color: #fff;
    padding: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin: 0;
    position: relative;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3);
    max-width: 250px;
    border: 1px solid!important;
}

.booking_form input {
    margin-bottom: 0px!important;
}

.opacity-mask {
    background-color: rgba(0, 0, 0, 0)!important;
}

#apropos {
    background-color: #f6f6f6;
}

.play-container {
    width: 350px;
    height: 350px;
    /* Replace with your background image */
    background-size: cover;
    /* Ensure the image covers the entire div */
    background-position: center;
    /* Center the background image */
    position: relative;
    /* Allows for absolute positioning of the play icon */
    margin-bottom: 10px;
    /* Optional: Adds space between the image and the text */
    margin: 0 auto;
    margin-bottom: 20px;
}

.play-icon,
.pause-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* Center the play icon */
    width: 100px;
    /* Adjust this to your icon size */
    height: 100px;
    /* Adjust this to your icon size */
}

@media (max-width: 991px) {
    li.notonmobile {
        display: none!important;
    }
    .notonmobile {
        display: none!important;
    }
    .onmobile {
        display: block;
    }
    header nav ul li:first-child {
        display: inline-block;
    }
    .btn_base {
        border: 0px solid!important;
    }
    .btn_menu_last {
        border: 0px solid white;
        color: black!important;
        /* White text color */
        background: none!important;
    }
    .btn_menu_last:hover {
        background: none;
        /* Background color on hover */
        color: black!important;
        /* Text color on hover */
    }
    header.fixed_header.sticky nav ul li a.btn_base {
        border: 0px solid black!important;
        /* White outline */
        color: black;
    }
    header.fixed_header.sticky nav ul li .btn_menu_first {
        border: 0px solid black!important;
        color: black;
    }
    .logo {
        width: 110px;
        height: 65px;
    }
    .main-menu #mainNav ul li a {
        font-size: 15px;
    }
    footer .footer_bg {
        height: 120px;
        padding-top: 80px;
    }
    .box_item_info {
        flex-direction: column;
        /* Stack items vertically on smaller screens */
        align-items: center;
        /* Center items horizontally */
        text-align: center;
        /* Center text */
    }
    .box_item_info img {
        margin-bottom: 20px;
        /* Add space between the image and text */
    }
    .box_item_info .text-content {
        padding-left: 0;
        /* Remove padding on smaller screens */
        padding-top: 0;
        /* Remove top padding */
    }
}

@media (max-width: 767px) {
    .tabsonmobile {
        display: none!important;
    }
    .logo {
        width: 85px;
        height: 50px;
    }
    .tabs_menu .tab-content .card {
        border: none;
        background-color: transparent;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }
    .modal-content {
        padding: 0px;
    }
}