@import url('https://fonts.googleapis.com/css2?family=Anek+Telugu&family=Roboto&display=swap');

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Raleway', sans-serif;
    transition: all .4s;
    scrollbar-width: thin;
    scroll-behavior: smooth;
}

html{
    overflow-y: scroll;
}

a {
    text-decoration: none;
    color: black;
    text-transform: uppercase;
    font-size: 15px;
}

nav a:hover {
    color: #d8b66d;
    transition: all 0.2s;
}

.subnavbtn {
    display: grid;
    grid-template-rows :30px 20px;
    padding: 10px calc(50vw - 100px);
    line-height: 57.1428571429px;
}

.subnavbtn:hover {
    color: #d8b66d;
    transition: all 0.2s;
}

.btnflotte{
    display: grid;
    grid-template-rows :30px 20px;
}

nav {
    display: grid;
    grid-template-columns: 100vw;
    grid-template-rows: 50px calc(100vh - 50px);
    height: 50px;
    width: 100vw;
    position: fixed;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    z-index: 10 !important;
}

.nav{
    background-color: white;
}

#menu-icon{
    padding-top: 7.5px;
    padding-bottom: 7.5px;
    padding-right: 10px;
    font-size: 35px;
}

#menu-icon:hover{
    transition: all 0.2s;
    color: #d8b66d;
    transform: scale(1.1);
}

.flotte-active{
    display: none;
}

.nav-icon img{
    height: 40px;
}

nav ul li{
    list-style-type: none;
    height: 60px;
    text-align: center;
    background-color: white;
    overflow: hidden;
}

.nav-contact a{
    height: 25px;
}

.navbar{
    display: none;
    position: static;
    overflow-y: scroll;
}

#toggler:checked + .navbar{
    display: block;
}

#subnav-toggler:checked + .subnav-flotte{
    display: block;
    height: 620px;
    padding: 0px;
}

#subnav-toggler:checked label{
    color: #d8b66d;
}

.subnav-flotte > div{
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 200px 200px 200px;
    background-color: #d8b66d;
    height: 620px;
    overflow: hidden;
}

.subnav-flotte > div > div > a{
    float: left;
    color: white;
    text-decoration: none;
    height: 70px;
    line-height: 70px;
    text-align: center;
}

/* Add a grey background color on hover */
.subnav-flotte > div > div > a:hover {
    transform: scale(1.1);
    color: white;
}

.subnav-flotte h3{
    color: white;
    padding-bottom: 3vh;
}

.subnav-flotte > div > div{
    display: grid;
    grid-template-rows: 70px 130px;
    height: 200px;
}

.flotte-content{
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
}

.flotte-content > a{
    border: 2px solid white;
    margin: 0px 10px;
    text-align: center;
    color: white;
}

.flotte-content > a > h4{
    margin: 10px 0px;
}

.flotte-content > a:hover{
    color: white;
    transform: scale(1.1);
    border: 2px solid white;
}

.flotte-content > a img{
    width: 100%;
    max-width: 200px;
    height: auto;
    max-height: 90px;
    min-height: 50px;
}

.flotte-content3{
    grid-template-columns: 50% 50%;
}

.flotte-content3 > div > a > h4{
    text-align: center;
}

.flotte-content3 > div > a {
    float: left;
    color: white;
    text-decoration: none;
    height: 70px;
    line-height: 70px;
    text-align: center;
}

.flotte-content3 > div > a > h4:hover {
    transform: scale(1.1);
    transition: all .2s;
}

.flotte-content3 > div{
    display: grid;
    grid-template-rows: 70px 130px;
    height: 200px;
}

.flotte-content4{
    display: grid;
    grid-template-columns: 50%;
    text-align: center;
}

.flotte-content4 > a{
    border: 2px solid white;
    margin: 0px 10px;
    text-align: center;
    color: white;
}

.flotte-content4 > a > h4{
    margin: 10px 0px;
}

.flotte-content4 > a:hover{
    color: white;
    transform: scale(1.1);
    border: 2px solid white;
}

.flotte-content4 > a > img{
    width: 100%;
    max-width: 200px;
    height: auto;
    max-height: 90px;
    min-height: 50px;
}

nav input{
    display: none;
}

nav label{
    cursor: pointer;
    text-align: center;
}

.navbar > ul > label{
    height: 50px;
    display: grid;
    padding-top: 7.5px;
    padding-bottom: 7.5px;
    grid-template-rows : 15px 20px;
    background-color: white;
    text-transform: uppercase;
    font-size: 15px;
    color: black;
}

.navbar > ul > label:hover{
    color: #d8b66d;
    transition: all .2s;
}

.navbar > ul > li > a{
    padding: 10px calc(50vw - 100px);
    line-height: 60px;
}

.nav-icon > div{
    height: 50px;
    position: relative;
}

.navbar > div > div{
    height: 400px;
    position: relative;
}

.navbar > div{
    height: 400px;
    position: relative;
}

.container{
    height: 80px;
    position: relative;
}

.center-verticaly{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.nav-contact{
    text-align: center;
}

.flag{
    width: 32px;
    height: 32px;
    border-radius: 16px;
    border: 2px solid #dfdfdf;
}

.align{
    display: flex;
    justify-content: center;
    width: 15vw;
}

.material-symbols-outlined{
    font-variation-settings:
    'FILL' 0,
    'wght' 300,
    'GRAD' 0,
    'opsz' 50;
    display: block;
}

.nav-contact{
    display: none;
}

.nav-icon{
    display: none;
}

.btnflotte{
    display: grid;
}

.subnavbtn{
    display: none;
}

.subnav-content {
    display: none;
}

.subnav{
    display: none;
}

.subnav-flotte{
    display: none;
}

.contact-small-nav{
    display: grid;
    grid-template-rows: 1fr 1fr;
    height: 100px;
}

.flag-a a{
    padding: 0px 10px !important;
}

.flag-a img{
    margin: 10px;
}

.flag{
    width: 40px;
    height: 40px;
    border-radius: 20px;
    border: 2px solid #dfdfdf;
}

.flag:hover{
    transform: scale(1.1);
    border: 2px solid #d8b66d;
    transition: all 0.2s;
}

.tel-a a{
    padding: 0px 10px !important;
}

.wrapper{
    overflow: hidden;
}

.header{
    height: calc(100vh - 49px);
    position: relative;
}

.header a{
    color: white;
}

.header a:hover{
    transform: scale(1.1);
    transition: all .2s;
}

.header > .vidéo{
    border-radius: 5px;
    margin: 0;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 46vh;
    width: 80vw;
    max-width: 500px;
    display: grid;
    grid-template-rows: 8vh 30vh 8vh;
    background-color: #d8b66d;
    text-align: center;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.header h3{
    max-width: 500px;
    max-height: 40px;
    font-size: 20px;
}

.header > video{
    width: 177.77777778vh; /* 100 * 16 / 9 */
    min-width: 100%;
    min-height: 56.25vw; /* 100 * 9 / 16 */
}

.video-large{
    max-width: 500px;
    height: 30vh;
    width: 80vw;
    margin: 0 auto;
    position: relative;
}

.video-large > video{
    height: auto;
    width: auto;
    max-height: 30vh;
    max-width: 75vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.link-header a{
    border: white solid 2px;
    color: white !important;
    padding: 1vh 2vw;
}

.bouton-bot{
    margin: 0;
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bouton-bot button{
    cursor: pointer;
    background-color: transparent;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    border: white solid 2px;
    color: white !important;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.bouton-bot button:hover{
    background-color: white;
    border: #d8b66d solid 2px;
    color: #d8b66d !important;
}

.logo{
    position: absolute;
    top: 8%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.logo > img{
    height: 10vh;
}

.fleet{
    display: block;
    margin: 49px;
    text-align: center;
    border-top: #d8b66d solid 1px;
    border-bottom: #d8b66d solid 1px;
}

.fleet h3{
    text-transform: uppercase;
    font-size: 25px;
    color: #d8b66d;
    padding: 51px;
}

.fleet > div{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    row-gap: 1%;
    padding-bottom: 49px;
}

.fleet > div > div{
    height: 500px;
    background-color: #d8b66d;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    z-index: 2 !important;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.fleet > div > div:hover{
    z-index: 2 !important;
}

.fleet > div > div > ul{
    position: absolute;
    z-index: 0 !important;
    list-style: none;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.fleet > div > div:hover > ul{
    color: white !important;
    z-index: 2 !important;
    top: 70%;
}

.fleet > div > div > ul > li{
    padding: 20px;
}

.fleet > div > div > ul > li > a{
    color: white;
    text-decoration: none;
    font-size: 20px;
    margin: 10px 20px;
    padding: 10px 0px;
}

.fleet > div > div > ul > li > a:hover{
    transition: all 0s;
    border-bottom: 2px solid white;
}

.fleet > div > div > a{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    font-size: 25px;
    color: #d8b66d;
    z-index: 2 !important;
}

.fleet > div > div:hover > a{
    top: 10%;
    color: white;
}

.fleet > div > div > img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1 !important;
    height: 500px;
    width: auto;
}

.fleet > div > div:hover > img{
    opacity: 0.2;
}

.fleet > div > div > div{
    height: 2px;
    width: 50px;
    background-color: white;
    position: absolute;
    z-index: 0;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.fleet > div > div:hover > div{
    z-index: 2;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.news{
    text-align: center;
    background: #d8b66d;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    height: 730px;
}

.news h3{
    text-transform: uppercase;
    font-size: 25px;
    color: white;
    padding: 51px 0px;
}

.swiper {
    width: 100%;
    height: 600px;
    padding: 0px  50px!important;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    border-radius: 25px;
    height: 500px !important;
}

.swiper-slide > div{
    overflow: hidden;
    display: grid;
    grid-template-rows: 200px 50px 250px;
    border-radius: 25px;
    min-width: 240px !important;
}

.swiper-slide > div > img{
    text-align: center;
    height: 200px;
    width: 100%;
}

.swiper-wrapper{
    transition-duration: 1s;
    padding: 49px 0px;
}

.swiper-pagination-progressbar-fill{
    background-color: white !important;
}

.swiper-button-prev::after, .swiper-button-next::after{
    content: "" !important;
}

.swiper-button-prev, .swiper-button-next{
    top: 0px !important;
    height: 600px !important;
    padding: 50px;
}

.swiper-button-prev{
    left: 0 !important;
}

.swiper-button-next{
    right: 0 !important;
}

.swiper-slide h4{
    font-size: 22px;
    padding: 12.5px;
    padding-bottom: 0;
}

.swiper-slide > div > div{
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide p{
    font-size: 18.5px;
    padding: 20px;
}

::selection {
    background: #cacaca;
}

.video-presentation{
    position: relative;
    height: calc(100vh - 49px);
}

.video-presentation img{
    position: absolute;
    left: 50%;
    top: 11%;
    transform: translate(-50%, -50%);
    height: 10vh;
    z-index: 2;
}

.video-presentation h3{
    position: absolute;
    left: 50%;
    top: 86%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    color: #d8b66d;
    text-align: center;
    width: 100%;
}

.video-presentation video{
    position: absolute;
    left: 50%;
    top: 48%;
    transform: translate(-50%, -50%);
    max-width: 90vw;
    max-height: 45vh;
    height: 60vh;
}

.video-presentation .l1{
    position: absolute;
    left: 50%;
    top: 23%;
    transform: translate(-50%, -50%);
    height: 2px;
    width: 80vw;
    background: #d8b66d;
}

.video-presentation .l2{
    position: absolute;
    left: 50%;
    top: 73%;
    transform: translate(-50%, -50%);
    height: 2px;
    width: 80vw;
    background: #d8b66d;
}

.pre-footer{
    padding: 6vw 10vw;
    background: #d8b66d;
    display: grid;
    grid-template-columns: 80vw;
    row-gap: 2vh;
    grid-template-rows: 50px auto;
    text-align: left;
}

.pre-footer > span{
    width: 50px;
    font-size: 26px;
    padding: 10px;
    border: white 2px solid;
    color: white;
    border-radius: 25px;
    margin: 0px calc(40vw - 32px);
}

.pre-footer > div > div{
    padding-top: 1vw;
}

.pre-footer h4{
    font-size: 25px;
    color: white;
}

.pre-footer p{
    font-size: 20px;
    color: white;
}

.pre-footer a{
    font-size: 20px;
    color: white;
    width: 100%;
    text-transform: none;
}

.pre-footer > div > div span{
    font-size: 20px;
    color: white;
}

.pre-footer li{
    display: grid;
    grid-template-columns: 40px calc(90vw - 40px);
    padding-top: 0.5vw;
    list-style: none;
}

.ss{
    display: block !important;
}

.ls {
    display: none !important;
}

.footer {
    background: #d8b66d;
    position: relative;
}

.footer > p {
    text-align: center;
    color: white;
}

.footer img {
    max-width: 90vw;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.footer > div {
    padding: 40px;
    padding-top: 16vw;
    display: grid;
    grid-template-columns: calc(100vw - 80px);
    grid-template-rows: 50px 150px;
}

.footer > div > div > p {
    text-align: center;
    color: white;
}

.footer > div > div > ul {
    display: block;
    text-align: center;
}

.footer > div > div > ul > li {
    padding-bottom: 1vh;
    list-style: none;
}

.footer > div > div > ul > li > a {
    color: white;
}

.header-body {
    min-height: 100px;
    height: 40vh;
    overflow: hidden;
    position: relative;
}

.header-body img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.header-body h2 {
    font-size: 70px;
    text-align: center;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    text-shadow: 0 1px 0 #ccc,
                0 2px 0 #c9c9c9,
                0 3px 0 #bbb,
                0 4px 0 #b9b9b9,
                0 5px 0 #aaa,
                0 6px 1px rgba(0,0,0,.1),
                0 0 5px rgba(0,0,0,.1),
                0 1px 3px rgba(0,0,0,.3),
                0 3px 5px rgba(0,0,0,.2),
                0 5px 10px rgba(0,0,0,.25),
                0 10px 10px rgba(0,0,0,.2),
                0 20px 20px rgba(0,0,0,.15);
}

.apropos {
    padding: 10vw;
}

.apropos h2 {
    font-family: 'Roboto', sans-serif !important;
    font-size: 35px;
    padding: 2vw;
    color: #d8b66d;
}

.apropos h3 {
    color: black;
    font-size: 25px;
    padding-bottom: 4vw;
}

.apropos p {
    font-size: 18px;
}

.bold {
    font-weight: 800;
}

.flotte {
    padding: 2vw;
}

.flotte h3 {
    color: #d8b66d;
    font-size: 30px;
    padding-top: 1vh;
    padding-left: 3vw;
}

.flotte h4 {
    text-align: center;
    font-size: 25px;
}

.flotte > div {
    border-left: #d8b66d 2px solid;
    margin-bottom: 5vh;
}

.flotte > div > a {
    padding: 2vw;
    display: grid;
    grid-template-rows: 50px 600px;
    row-gap: 3vh;
    min-height: 650px;
    text-transform: none;
}

.flotte > div > a > div {
    padding: 2vw;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 200px 400px;
    border: 2px solid #d8b66d;
    background: white;
}

.flotte > div > a > div:hover {
    transform: scale(1.07);
}

.flotte > div > a > div > div {
    position: relative;
}

.flotte > div > a > div > div > img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
    max-width: 100%;
}

.flotte > div > a > div p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: justify;
    width: 80%;
    font-size: 16px;
    line-height: 24px;
}

.actu{
    padding: 2vw;
}

.actu h3{
    color: #d8b66d;
    font-size: 30px;
    padding-left: 3vw;
}

.actu h4{
    text-align: center;
    font-size: 25px;
}

.actu > div{
    border-left: #d8b66d 2px solid;
    margin-bottom: 5vh;
}

.actu > div > a{
    padding: 2vw;
    display: grid;
    grid-template-rows: 50px 600px;
    row-gap: 3vh;
    min-height: 650px;
    text-transform: none;
}

.actu > div > a > div{
    padding: 2vw;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 200px 400px;
    border: 2px solid #d8b66d;
    background: white;
}

.actu > div > a > div:hover{
    transform: scale(1.07);
}

.actu > div > a > div > div{
    position: relative;
}

.actu > div > a > div > div > img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    width: 100%;
    max-height: 100%;
}

.actu > div > a > div p{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: justify;
    width: 80%;
    font-size: 16px;
    line-height: 24px;
}

.map-container {
    height: 75vh;
    position: relative;
    background-color: #d8b66d;
}

.map-container > div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: justify;
}

#map {
    height: 60vh;
    width: 90vw;
    box-shadow: 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2);
}

.leaflet-bottom {
    display: none;
}

.seller-container {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2vw;
    height: calc(auto - 4vh);
    padding: 5vw;
    text-align: center;
}

.seller-container > div {
    background-color: white;
    padding: 5vh 4vw;
    border: #d8b66d 2px solid;
}

.seller-container > div:hover {
    transform: scale(1.1);
}

.seller-container > div > h3 {
    font-size: 30px;
}

.seller-container > div > div {
    margin-top: 2vh;
}

.seller-container > div > div > ul {
    padding-left: 0;
    text-decoration: none;
}

.seller-container > div > div > ul > li {
    list-style: none;
}

.title-seller {
    color: #d8b66d;
    font-size: 40px;
    text-transform: uppercase;
    text-shadow: 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2);
    padding-top: 7vh;
    padding-left: 7vw;
    padding-bottom: 0;
}

@media screen and (min-width: 1330px) {
    a{
        text-decoration: none;
        color: black;
    }

    .subnav{
        display: block;
    }

    .carousel-item {
        height: 100vh;
        background: no-repeat center center scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    nav{
        display: grid;
        grid-template-columns: 10vw 65vw 25vw;
        grid-template-rows: 50px;
        height: 50px;
        width: 100vw;
        position: fixed;
        background-color: white;
        box-sizing: initial;
        z-index: 10 !important;
    }
    
    nav img{
        height: 40px;
    }
    
    nav ul li{
        height: 50px;
    }

    nav ul{
        border: none;
    }
    
    nav .navbar ul{
        display: flex;
        justify-content: space-around;
    }
    
    .nav-contact a{
        height: 25px;
    }
    
    .navbar a{
        padding: 15px 0px;
        line-height: 50px;
    }

    .navbar > ul > li > a{
        padding: 15px 0px;
        line-height: 50px;
    }

    .container{
        height: 50px;
        position: relative;
    }
    
    .center-verticaly{
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    
    .nav-contact{
        text-align: center;
    }
    
    .flag{
        width: 32px;
        height: 32px;
        border-radius: 16px;
        border: 2px solid #dfdfdf;
    }

    .flag:hover{
        transform: scale(1.1);
        border: 2px solid #d8b66d;
        transition: all 0.2s;
    }
    
    .align{
        display: flex;
        justify-content: center;
        width: 25vw;
    }

    .material-symbols-outlined{
        font-variation-settings:
        'FILL' 0,
        'wght' 300,
        'GRAD' 0,
        'opsz' 50
    }

    .nav-button{
        display: none;
    }

    .nav-contact{
        display: block;
    }
    
    .nav-icon{
        display: block;
    }

    #subnav-toggler:checked + .subnav-flotte{
        display: none;
    }

    .navbar > ul > label{
        display: none;
    }

    .navbar{
        display: block;
        overflow: hidden;
    }

    nav label{
        display: none;
    }

    .subnav-flotte{
        display: none;
    }

    .flotte-label{
        display: block;
    }

    nav input{
        display: none;
    }

    .btnflotte{
        display: none;
    }

    .subnavbtn{
        display: grid;
    }

    .subnav {
        float: left;
        overflow: hidden;
    }
      
    .subnav-content {
        display: none;
        padding: 25px 50px;
        grid-template-columns: 1fr 1fr 0.5fr 0.5fr;
        grid-gap: 1.5vw;
        position: absolute;
        left: 0;
        background-color: #d8b66d;
        width: 100%;
    }
    
    /* Style the subnav links */
    .subnav-content a {
        float: left;
        color: white;
        text-decoration: none;
        padding: 0px;
    }
    
    /* Add a grey background color on hover */
    .subnav-content > div > a:hover {
        transform: scale(1.1);
        color: white;
    }
      
    .subnav:hover .subnav-content{
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        display: grid;
    }

    .subnav h3{
        color: white;
        padding-bottom: 3vh;
    }

    .subnav-content > div{
        display: grid;
        grid-template-rows: 50px 300px;
    }

    .subnav-content > div > a{
        line-height: 40px;
    }

    .flotte-content{
        display: grid;
        grid-template-columns: 48% 48%;
        grid-template-rows: 48% 48%;
        grid-gap: 4%;
    }

    .flotte-content > a{
        border: 2px solid white;
    }

    .flotte-content > a:hover{
        color: white;
        transform: scale(1.1);
        border: 2px solid white;
    }

    .flotte-content > a > h4 {
        margin: 0px;
    }

    .flotte-content > a > img{
        width: 75%;
        height: auto;
        max-height: 90px;
    }

    .flotte-content2{
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: 48% 48%;
        grid-gap: 4%;
    }

    .flotte-content2 > a{
        border: 2px solid white;
    }

    .flotte-content2 > a:hover{
        color: white;
        transform: scale(1.1);
        border: 2px solid white;
    }

    .flotte-content2 > a > img{
        width: 75%;
        height: auto;
        max-height: 90px;
    }

    .tel-a{
        display: none;
    }

    .flag-a{
        display: none;
    }

    .wrapper{
        overflow: hidden;
        z-index: 1 !important;
    }

    .header{
        height: calc(100vh - 49px);
        position: relative;
    }

    .video-large{
        height: 37vh;
        width: 40vw;
        margin: 0 auto;
        position: relative;
    }

    .video-large > video{
        height: auto;
        width: auto;
        max-height: 37vh;
        max-width: 37vw;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .header a{
        color: white;
    }

    .header a:hover{
        transform: scale(1.1);
        transition: all .2s;
    }

    .header > .vidéo{
        border-radius: 5px;
        margin: 0;
        position: absolute;
        top: 50%;
        max-width: 1000px;
        left: 50%;
        transform: translate(-50%, -50%);
        height: 50vh;
        width: 40vw;
        display: grid;
        grid-template-rows: 6.25vh 37vh 6.75vh;
        background-color: #d8b66d;
        text-align: center;
        align-items: center;
        box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    }

    .header h3{
        max-width: 1000px;
        font-size: 25px;
    }

    .header > video{
        width: 177.77777778vh; /* 100 * 16 / 9 */
        min-width: 100%;
        min-height: 56.25vw; /* 100 * 9 / 16 */
    }

    .link-header a{
        border: white solid 2px;
        color: white !important;
        padding: 1vh 2vw;
    }

    .bouton-bot{
        margin: 0;
        position: absolute;
        top: 90%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .bouton-bot button{
        cursor: pointer;
        background-color: transparent;
        height: 60px;
        width: 60px;
        border-radius: 50%;
        border: white solid 2px;
        color: white !important;
        box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    }

    .bouton-bot button:hover{
        background-color: white;
        border: #d8b66d solid 2px;
        color: #d8b66d !important;
    }

    .logo{
        position: absolute;
        top: 12%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .logo > img{
        height: 140px;
    }

    .fleet{
        display: block;
        margin: 49px;
        text-align: center;
        border-top: #d8b66d solid 1px;
        border-bottom: #d8b66d solid 1px;
    }

    .fleet h3{
        text-transform: uppercase;
        font-size: 25px;
        color: #d8b66d;
        padding: 51px;
    }

    .fleet > div{
        display: grid;
        grid-template-columns: 24.25% 24.25% 24.25% 24.25%;
        grid-template-rows: 1fr;
        column-gap: 1%;
        padding-bottom: 49px;
    }

    .fleet > div > div{
        height: 500px;
        background-color: #d8b66d;
        border-radius: 5px;
        position: relative;
        overflow: hidden;
        z-index: 2 !important;
        box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    }

    .fleet > div > div:hover{
        z-index: 2 !important;
    }

    .fleet > div > div > ul{
        position: absolute;
        z-index: 0 !important;
        list-style: none;
        top: 10%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .fleet > div > div:hover > ul{
        color: white !important;
        z-index: 2 !important;
        top: 70%;
    }

    .fleet > div > div > ul > li > a{
        margin: 10px 20px;
        padding: 10px 0px;
        color: white;
        text-decoration: none;
        font-size: 20px;
    }

    .fleet > div > div > ul > li > a:hover{
        transition: all 0s;
        border-bottom: 2px solid white;
    }

    .fleet > div > div > a{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-transform: uppercase;
        font-size: 25px;
        color: #d8b66d;
        z-index: 2 !important;
    }

    .fleet > div > div:hover > a{
        top: 10%;
        color: white;
    }

    .fleet > div > div > img{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1 !important;
        height: 500px;
        width: auto;
    }

    .fleet > div > div:hover > img{
        opacity: 0.2;
    }

    .fleet > div > div > div{
        height: 2px;
        width: 50px;
        background-color: white;
        position: absolute;
        z-index: 0;
        top: 100%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .fleet > div > div:hover > div{
        z-index: 2;
        top: 20%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .news{
        text-align: center;
        background: #d8b66d;
        box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
        height: 730px;
    }

    .news h3{
        text-transform: uppercase;
        font-size: 25px;
        color: white;
        padding: 51px 0px;
    }

    .swiper {
        width: 100%;
        height: 600px;
        padding: 0px  50px!important;
    }

    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        align-items: center;
        box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
        border-radius: 25px;
        height: 500px !important;
    }

    .swiper-slide > div{
        overflow: hidden;
        display: grid;
        grid-template-rows: 200px 50px 250px;
        border-radius: 25px;
        min-width: 285px !important;
    }

    .swiper-slide > div > img{
        text-align: center;
        height: 200px;
        width: 100%;
        min-width: 285px !important;
    }

    .swiper-wrapper{
        transition-duration: 1s;
        padding: 49px 0px;
    }

    .swiper-pagination-progressbar-fill{
        background-color: white !important;
    }

    .swiper-button-prev::after, .swiper-button-next::after{
        content: "" !important;
    }

    .swiper-button-prev, .swiper-button-next{
        top: 0px !important;
        height: 600px !important;
        padding: 80px;
    }

    .swiper-button-prev{
        left: 0 !important;
    }

    .swiper-button-next{
        right: 0 !important;
    }

    .swiper-slide h4{
        font-size: 25px;
        padding: 12.5px;
    }

    .swiper-slide > div > div{
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .swiper-slide p{
        font-size: 18px;
        padding: 20px;
    }

    .video-presentation{
        position: relative;
        height: calc(100vh - 49px);
    }

    .video-presentation img{
        position: absolute;
        left: 50%;
        top: 10%;
        transform: translate(-50%, -50%);
        height: 12vh;
        z-index: 2;
    }

    .video-presentation h3{
        position: absolute;
        left: 50%;
        top: 92%;
        transform: translate(-50%, -50%);
        font-size: 40px;
        color: #d8b66d;
    }

    .video-presentation video{
        position: absolute;
        left: 50%;
        top: 52%;
        transform: translate(-50%, -50%);
        height: 60vh;
        max-height: none;
    }

    .video-presentation .l1{
        position: absolute;
        left: 50%;
        top: 19%;
        transform: translate(-50%, -50%);
        height: 2px;
        width: 80vw;
        background: #d8b66d;
    }

    .video-presentation .l2{
        position: absolute;
        left: 50%;
        top: 85.5%;
        transform: translate(-50%, -50%);
        height: 2px;
        width: 80vw;
        background: #d8b66d;
    }

    .pre-footer{
        padding: 3vw 5vw;
        background: #d8b66d;
        display: grid;
        grid-template-columns: 30vw 30vw 30vw;
        grid-template-rows: 50px auto;
        text-align: left;
    }

    .pre-footer > span{
        margin: 0px;
        width: 50px;
        font-size: 26px;
        padding: 10px;
        border: white 2px solid;
        color: white;
        border-radius: 25px;
    }

    .pre-footer > div > div{
        padding-top: 1vw;
    } 

    .pre-footer h4{
        font-size: 25px;
        color: white;
    }

    .pre-footer p{
        font-size: 20px;
        color: white;
    }

    .pre-footer a{
        font-size: 20px;
        color: white;
        text-transform: none;
    }

    .pre-footer > div > div span{
        font-size: 20px;
        color: white;
    }

    .pre-footer li{
        display: grid;
        grid-template-columns: 40px calc(30vw - 40px);
        padding-top: 0.5vw;
        list-style: none;
    }

    .ss{
        display: none !important;
    }

    .ls{
        display: block !important;
    }

    .footer{
        background: #d8b66d;
        position: relative;
    }

    .footer > p{
        text-align: center;
        color: white;
    }

    .footer img{
        position: absolute;
        top: 48%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .footer > div{
        padding: 40px;
        padding-top: 160px;
        display: grid;
        grid-template-columns: calc(50vw - 40px) calc(50vw - 40px);
        grid-template-rows: 1fr;
    }

    .footer > div > div > p{
        text-align: left;
        color: white;
    }

    .footer > div > div > ul{
        display: flex;
        justify-content: space-around;
    }

    .footer > div > div > ul > li{
        list-style: none;
    }

    .footer > div > div > ul > li > a{
        color: white;
    }

    .header-body{
        min-height: 100px;
        height: 40vh;
        overflow: hidden;
        position: relative;
    }

    .header-body img{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .header-body h2{
        font-size: 70px;
        color: white;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-transform: uppercase;
        text-shadow: 0 1px 0 #ccc,
                    0 2px 0 #c9c9c9,
                    0 3px 0 #bbb,
                    0 4px 0 #b9b9b9,
                    0 5px 0 #aaa,
                    0 6px 1px rgba(0,0,0,.1),
                    0 0 5px rgba(0,0,0,.1),
                    0 1px 3px rgba(0,0,0,.3),
                    0 3px 5px rgba(0,0,0,.2),
                    0 5px 10px rgba(0,0,0,.25),
                    0 10px 10px rgba(0,0,0,.2),
                    0 20px 20px rgba(0,0,0,.15);
    }

    .apropos{
        padding: 3vw;
    }

    .apropos h2{
        font-family: 'Roboto', sans-serif !important;
        font-size: 35px;
        padding: 2vw;
        color: #d8b66d;
    }

    .apropos h3{
        color: black;
        font-size: 25px;
        padding-bottom: 2vw;
    }

    .apropos p{
        font-size: 18px;
    }

    .bold{
        font-weight: 800;
    }

    .flotte{
        padding: 2vw;
    }

    .flotte h3{
        color: #d8b66d;
        font-size: 30px;
        padding-left: 3vw;
    }

    .flotte h4{
        text-align: center;
        font-size: 25px;
    }

    .flotte > div{
        border-left: #d8b66d 2px solid;
        margin-bottom: 5vh;
    }

    .flotte > div > a{
        padding: 2vw;
        display: grid;
        grid-template-rows: 50px 300px;
        row-gap: 1vh;
        min-height: 300px;
        text-transform: none;
    }

    .flotte > div > a > div{
        padding: 2vw;
        display: grid;
        grid-template-columns: 30% 70%;
        grid-template-rows: 100%;
        border: 2px solid #d8b66d;
        background: white;
    }

    .flotte > div > a > div:hover{
        transform: scale(1.07);
    }

    .flotte > div > a > div > div{
        position: relative;
    }

    .flotte > div > a > div > div > img{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: auto;
        width: 100%;
        max-height: 100%;
    }

    .flotte > div > a > div p{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: justify;
        width: 80%;
        font-size: 16px;
        line-height: 24px;
    }

    .actu{
        padding: 2vw;
    }

    .actu h3{
        color: #d8b66d;
        font-size: 30px;
        padding-left: 3vw;
    }

    .actu h4{
        text-align: center;
        font-size: 25px;
    }

    .actu > div{
        border-left: #d8b66d 2px solid;
        margin-bottom: 5vh;
    }

    .actu > div > a{
        padding: 2vw;
        display: grid;
        grid-template-rows: 50px 300px;
        row-gap: 1vh;
        min-height: 300px;
        text-transform: none;
    }

    .actu > div > a > div{
        padding: 2vw;
        display: grid;
        grid-template-columns: 30% 70%;
        grid-template-rows: 100%;
        border: 2px solid #d8b66d;
        background: white;
    }

    .actu > div > a > div:hover{
        transform: scale(1.07);
    }

    .actu > div > a > div > div{
        position: relative;
    }

    .actu > div > a > div > div > img{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: auto;
        width: 100%;
        max-height: 100%;
    }

    .actu > div > a > div p{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: justify;
        width: 80%;
        font-size: 16px;
        line-height: 24px;
    }

    .map-container {
        height: 60vh;
        position: relative;
        background-color: #d8b66d;
    }

    .map-container > div {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: justify;
    }

    #map {
        height: 50vh;
        width: 75vw;
        box-shadow: 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2);
    }

    .leaflet-bottom {
        display: none;
    }

    .seller-container {
        display: grid;
        grid-template-rows: auto;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 2vw;
        height: calc(auto - 4vh);
        padding: 5vw;
        text-align: center;
    }

    .seller-container > div {
        padding: 6vh;
        border: #d8b66d 2px solid;
    }

    .seller-container > div:hover {
        transform: scale(1.1);
    }

    .seller-container > div > h3 {
        font-size: 30px;
    }

    .seller-container > div > div {
        margin-top: 2vh;
    }

    .seller-container > div > div > ul {
        padding-left: 0;
        text-decoration: none;
    }

    .seller-container > div > div > ul > li {
        list-style: none;
    }

    .title-seller {
        color: #d8b66d;
        font-size: 40px;
        text-transform: uppercase;
        text-shadow: 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2);
        padding-top: 7vh;
        padding-left: 7vw;
        padding-bottom: 0;
    }
}