header {
    padding: 0.75em 1em;
    background-color: #09538a;
}

.heading {
    font-size: 1rem !important;
    margin-top: 5vh !important;
    margin-bottom: 3vh !important;
    overflow: inherit !important;
}
.drapeau{
    width:5%;
}

.col-lg-6{
margin-top:20px;
}
.logo-header {
    color: #fff;
    max-width: 20%;
    margin: 0 auto;
}

.navbar-brand,
.nav-link {
    color: #09538a;
}

.nav-link:focus,
.nav-link:hover,
.navbar-brand:focus,
.navbar-brand:hover {
    color: #f67360;
}

h1,
.intro-fr {
    text-align: center;
    margin-top: 2%;
    color:black;
}
.titrebtx {
    text-align: center;
    margin-top: 2%;
    color:white;
}
.carte{
    width:10%;
}
.content-wrapper {
    padding: 0.75em 1em;
}

.separator {
    opacity: 1;
    border-top: 1px #09538a solid;
}

.logocanalous {
    width: 200px;
}

.fr {
    color: #000;
}

.en {
    color: #09538a;
}

.de {
    color: #f15d45;
}

.intro-en {
    color: #09538a;
    text-align: center;

}

.intro-de {
    color: #f15d45;
    text-align: center;

}

.navbar-nav {
    margin: auto;
}

#boatGallery,
.boatGallery {
    width: 40%;
    margin: auto;
    border-radius: 10px;
}

.boatGallery-img {
    border-radius: 25px;
}

.media-caption {
    text-align: center;
    /* Center the text horizontally */
    position: absolute;
    bottom: 0;
    color: #fff;
    left: 0;
    /* Set left to 0 */
    right: 0;
    /* Set right to 0 */
    margin-left: auto;
    /* Margin left to auto */
    margin-right: auto;
    /* Margin right to auto */
    background-color: #09538a;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

/* Style de base pour le footer */
footer {
    text-align: center;
    /* Alignement du texte au centre */
    padding: 20px;
    /* Espacement intérieur */
    margin-top: 3%;
}

/* Style du texte du footer */
footer p {
    font-size: 14px;
    /* Taille de la police */
    margin: 0;
    /* Suppression des marges par défaut */
}

/* Style pour un lien dans le footer (si nécessaire) */
footer a {
    color: #ff9900;
    /* Couleur du lien */
    text-decoration: none;
    /* Suppression du soulignement par défaut */
}

/* Style pour un lien au survol (si nécessaire) */
footer a:hover {
    text-decoration: underline;
    /* Soulignement au survol */
}

footer .row {
    justify-content: center;
}

/*Suggestions itinéraires*/
.Qr-routes {
    background-color: #f3f5f6;
}

.Qr-routes-tabs {
    text-align: center;
}

.Qr-routes-panel thead {
    display: none;
}

.Qr-routes-panel.route-table {
    margin: 5vh auto 0 auto;
}

.Qr-routes-panel-item td {
    padding: 20px;
    vertical-align: baseline;
    white-space: nowrap;
}

.Qr-routes-panel-item th {
    padding: 20px;
}

.svg-route.locks.lazyloaded {
    width: 30px;
}

.svg-route.clock.lazyloaded {
    width: 16px;
    max-width: inherit;
}

.qr-cell {
    display: flex;
    align-items: center;
}

/*SECTION CAPITAINE*/
.wrapper-capitaine {
    text-align: center;
    margin-top: 3%;
}

.svg-capitaine.capitaine {
    width: 200px;
}

.content-capitaine {
    padding: 0 25px 0 25px;
}

/*--------------------PAGES BATEAUX -------------------------------*/
.wrapper-bateaux.container {
    max-width: 100%;
}

.container-bateau.row {
    text-align: center;
    padding: 25px;
}

.container-bateau.row .boatGallery {
    width: 50%;
}

.wrapper-bateaux.Classic:nth-child(odd) {
    background-color: #09538a;
}
.wrapper-bateaux.Premium:nth-child(odd) {
    background-color: #e94e55;
}
.wrapper-bateaux.Electric:nth-child(odd) {
    background-color: #49b48e;
}
.wrapper-bateaux.Simply:nth-child(odd) {
    background-color: #e8ac19;
}
.wrapper-bateaux.Cosy:nth-child(odd) {
    background-color: #d35699;
}

.wrapper-bateaux:nth-child(even) {
    background-color: inherit;
}

.wrapper-bateaux:nth-child(odd) .modele-bateau,
.wrapper-bateaux:nth-child(odd) .btn-vr360 {
    color: #fff;
}

.wrapper-bateaux.Classic:nth-child(even) .modele-bateau {
    color: #09538a;
}
.wrapper-bateaux.Premium:nth-child(even) .modele-bateau {
    color: #e94e55;
}
.wrapper-bateaux.Electric:nth-child(even) .modele-bateau {
    color: #49b48e;
}
.wrapper-bateaux.Simply:nth-child(even) .modele-bateau {
    color: #e8ac19;
}
.wrapper-bateaux.Cosy:nth-child(even) .modele-bateau {
    color: #d35699;
}
.wrapper-bateaux.Classic:nth-child(odd) .btn-vr360{
    background-color: #09538a;
}
.wrapper-bateaux.Premium:nth-child(odd) .btn-vr360{
    background-color: #e94e55;
}
.wrapper-bateaux.Electric:nth-child(odd) .btn-vr360{
    background-color: #49b48e;
}
.wrapper-bateaux.Simply:nth-child(odd) .btn-vr360{
    background-color: #e8ac19;
}
.wrapper-bateaux.Cosy:nth-child(odd) .btn-vr360{
    background-color: #d35699;
}
.wrapper-bateaux.Classic:nth-child(even) .btn-vr360 {
    background-color: #09538a;
}
.wrapper-bateaux.Premium:nth-child(even) .btn-vr360 {
    background-color: #e94e55;
}
.wrapper-bateaux.Electric:nth-child(even) .btn-vr360 {
    background-color: #49b48e;
}
.wrapper-bateaux.Simply:nth-child(even) .btn-vr360 {
    background-color: #e8ac19;
}
.wrapper-bateaux.Cosy:nth-child(even) .btn-vr360 {
    background-color: #d35699;
}

.modele-bateau {
    font-size: 2rem;
    font-weight: bold;
}
.container-bateau.row:nth-child(odd) .btn-vr360 {
	border: 2px solid #fff;
	border-radius: 25px;
}
.container-bateau.row:nth-child(even) .btn-vr360 {
	/*border: 2px solid #f15d45;*/
	border-radius: 25px;
}
.container-vr360 {
	display: flex;
	justify-content: center;
}
.btn-vr360 {
	width: 75%;
	display: block;
    transition: transform 0.3s ease;
}
.btn-vr360:hover {
    transform: scale(1.1); /* Scale up to 110% on hover */
  }
.img-vr360 {
	width: 30%;
}
h1{
    color: black;
}

/*--------------------PAGES FAQ -------------------------------*/
.btn-flag {
	display: block !important;
	margin: auto;
	max-width: 75%;
    background-color: inherit !important;
    border: 1px solid #f15d45 !important;
    color: #09538a !important;
    margin-bottom: 10px !important;
}
.btn-flag:hover{
    border-color: #f15d45 !important;
    background-color: #f15d45 !important;
    color: #fff !important;
}
.card .btn {
	margin-bottom: 10px;
	font-size: 0.8em;
    width: 100%;
}
.card .collapse,
.card .collapsing {
	font-size: 0.8em;
}
.drapeau{
    margin-right: 5px;
}

@media screen and (max-width: 768px) {
    .heading {
        font-size: 1.3rem !important;
        padding-top: 30px !important;
    }

    #boatGallery {
        width: 80%;
    }

    .logo-header {
        max-width: 60%;
    }

    .Qr-routes-panel.route-table {
        margin: 0;
        width: 100%;
    }

    .Qr-routes-panel-item {
        border: 1px solid black;
        display: block;
        margin-bottom: 10px;
    }

    .Qr-routes-tabs-item.btnSecondary.route-category {
        margin: 10px;
    }

    /* Hide the table headers on mobile */
    .Qr-routes-panel thead {
        display: none;
    }

    /* Set table cells to display as block elements for mobile */
    .Qr-routes-panel td,
    .Qr-routes-panel th {
        display: block;
        width: 100%;
        text-align: center;
        padding: 0;
    }

    /* Add some spacing between table cells */
    .Qr-routes-panel td,
    .Qr-routes-panel th {
        margin-bottom: 10px;
    }

    /* Style for table cell content */
    .qr-cell {
        display: inline-block;
        width: 100%;
        /* Adjust this as needed for your design */
        vertical-align: middle;
    }

    /* Ensure images are centered within table cells */
    .svg-route {
        display: inherit;
        margin: 0 auto;
    }

    .svg-capitaine.capitaine {
        width: 150px;
    }
    hr{
        margin: 30px !important;
    }

    /*--------------------PAGES BATEAUX -------------------------------*/
    .wrapper-bateaux.container{
        padding-left: calc((1.5vw + 1.5vh) * 1);
        padding-right: calc((1.5vw + 1.5vh) * 1);
    }
    .container-bateau.row .boatGallery{
        width: 100%;
    }
    .modele-bateau {
        font-size: 1.5rem;
    }
    .container-plan-bateau {
        width: 80%;
        margin: auto;
    }
    .img-vr360 {
        width: 60%;
    }
    h1 {
        padding: 15px;
        font-size: 1.5em !important;
    }
    /*--------------------PAGES FAQ -------------------------------*/
    .btn-flag {
        max-width: 100%;
        font-size: 0.8em !important;
    }
    .card .btn {
        font-size: 0.7em;
    }
    .drapeau{
        width: 15%;
    }
}