header{
    background-color: black;
    border-bottom: 2px solid #37EBE0;
    padding: 20px ;
    font-family: "Roboto";
    position: relative;
    z-index: 50;
}
.transparent-head header{
    background-color: transparent;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 11;
}

.transparent-head header::before{
    content:" ";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 95%);
    z-index: 0;
}

#mainMenu{
    max-height: 100px;
}

.dropdown-menu{
    background-color: #000000;
    padding: 20px 10px;
    border-bottom: 4px solid #37EBE0;
}

.nav-link.dropdown-toggle::after{
    margin-left: .455em;
}

.basic-container{
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 10;
}

.small-container{
    max-width: 1130px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 10;
    padding: 0 20px;
}
#mainMenu .menu-logo{
    /* max-height: 53.99px; */
    max-width: 52.31px;
    display: flex;
}

.nav-link, .dropdown-item{
    color: white;
    font-size: 20px;
    transition: .2s ease-in-out;
}

.nav-item.active .nav-link{
    color: #37EBE0;
}

.nav-link:hover, .nav-link:focus{
    color: #37EBE0;
}

.dropdown-item:hover, .dropdown-item:focus{
    background-color: #000000;
    color: #37EBE0;
}

#navbar-collapse-desktop{
    justify-content: space-between;
}

.menu-phone{
    color: white;
    background: #729BAE;
    min-width: 164px;
    min-height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}

body{
    font-family: "Roboto";
}

.slider-header{
    min-height: 817px;
    background-position: center;
    background-size: cover;
}

.slider-header.hp{
    background-image: url('../../upload/images/hp_slide.png');
    
}

.slider-header.nautical{
    background-image: url('../../images/nautical_slide.png');
}

.slide-title{
    font-size: 50px !important;
    font-weight: 500;
    color: white;
    text-shadow: #000000 3px 4px 3px;
    line-height: 55px;
}

.header-subtitle{
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}

.blue-txt{
    color: #729bae;
}

#hpCarousel{
    min-height: 500px;
    margin-top: 100px;
    max-width: 500px;
}

.carousel-inner, .carousel-item{
    min-height: inherit;
}

.carousel-item{
    background-size: cover;
    background-position: center;
}

.slide-control-container{
    height: 29px;
    width: 57px;
    position: absolute;
    bottom: 23px;
    left: 30px;
    border-radius: 15px;
    overflow: hidden;
}

.slide-control-container::after{
    position: absolute;
    content: "";
    background-color: #80808054;
    opacity: .5;
    height: 100%;
    width: 100%;
}
#hpCarousel .carousel-control-next, #hpCarousel .carousel-control-prev{
    background-color: #80808054;
    opacity: 1;
}
.carousel-control-next{
    border-left: 1px solid #fff;
}

.carousel-control-next, .carousel-control-prev{
    font-size: 13px;
    transition: .2s ease-in-out;
}

.carousel-control-next:hover, .carousel-control-prev:hover{
    background-color: #37EBE0 !important;
}

.slide-link{
    width: 100%;
    min-height: inherit;
    display: block;
}

.block-title{
   font-weight: bold; 
   font-size: 35px;
}

.standard-link{
    color: #fff;
    font-weight: bold;
    min-height: 56px;
    min-width: 186px;
    width: max-content;
    background-color: #729BAE;
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.standard-link:hover, .boat-link:hover{
    background-color: #37EBE0;
    color: #fff;
}

.fs-18{
    font-size: 18px;
}

.fs-14{
    font-size: 14px;
}

.p-115{
    padding: 115px 0 !important;
}

.p-80{
    padding: 80px 0 !important;
}

.form-label{
    font-weight: bold;
    color: #747474;
}

.gimmick-down-left{
    position: absolute;
    bottom: -116px;
    left: -25px;
    z-index: -1;
}

.gimmick-bottom-left{
    position: absolute;
    bottom: -50px;
    left: -65px;
    z-index: -1;
}
.big-gimmick-down-left{
    position: absolute;
    width: 715.5px;
    z-index: -1;
    bottom: 0;
    left: -121px;
}

.hp-banner{
    background: linear-gradient(241deg, rgba(161,187,184,1) 20%, rgba(114,155,174,1) 68%);
    padding: 80px 0;
}

.banner-image{
    height: 96px;
    width: 96px;
    border-radius: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.banner-title{
    font-size: 20px;
    font-weight: bold;
}

.big-title{
    font-weight: bold;
    text-align: center;
    font-size: 40px;
}

.vehicle-filter-card{
    height: 228px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #F0F0F0;
    border-radius: 8px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: black;
}

.vehicle-filter-card:hover{
    background-color: #f8f8f8;
    color: black;
}

.vehicle-filter-card img{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transform: scale(1);
}


.vehicle-filter-card:hover img{
    transform: scale(1.1);
}

.filter-card-title{
    font-size: 20px;
    font-weight: 900;
    position: absolute;
    bottom: 18px;
}

.filter-link-btn{
    min-width: 167px;
    height: 51px;
    border-radius: 26px;
    background-color: #F5F5F5;
    border: solid 1px #A1BBB8;
    color: #729BAE;
    font-size: 20px;
    width: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 900;
    transition: ease-in-out .3s;
}

.filter-link-btn:hover{
    background-color: #37EBE0;
    color: #fff;
}

.brand-link-btn{
    height: 80px;
    width: 80px;
    background-color: #F5F5F5;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.car-filter{
    background-color: #A1BBB8;
    border-radius: 23px;
    color: #fff;
    font-weight: 900;
    min-height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: max-content;
    transition: .3s ease-in-out;
}

.car-filter:hover{
    background-color: #37EBE0;
    color: #fff;
}

.bg-grey{
    background-color: #F5F5F5;
}

.text-container-sm{
    max-width: 457px;
}

.image-container-sm{
    max-width: 468px;
}

.big-gimmick-vertical-right{
    position: absolute;
    right: 0;
    bottom: -85px;
    z-index: 1;
}

footer{
    padding: 85px 0;
    position: relative;
    z-index: 10;
}

.footer-container{
    max-width: 1375px;
    margin: auto;
}

.footer-link{
    width: max-content;
    font-size: 20px;
    color: #fff;
    margin-bottom: 18px;
    text-decoration: none;
}

.footer-link:hover, .footer-link:focus{
    color: #37EBE0;
}

.social-link{
    width: 47px;
    height: 47px;
    border: solid #fff 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 100%;
   
}

.social-link img{
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    transform: scale(1);
}

.social-link:hover img{
    transform: scale(1.3);
}

.footer-number{
   background-color: #729BAE; 
   border-radius: 23px;
   font-weight: bold;
   width: 164px;
   height: 46px;
   text-align: end;
   display: flex;
   align-items: center;
   justify-content: center;
}

.footer-hash{
    font-size: 20px;
    color: #A1BBB8;
    font-weight: bold;
}

.footer-bottom{
    display: flex;
    justify-content: space-between;
}

.footer-bottom p {
    width:  max-content;
}

.basic-sorting{
    align-items: baseline;
}

.basic-sorting a{
    font-size: 14px;
    font-weight: 900;
    color: #000000;
    text-align: center;
    max-width: 92px;
    transition: .2s ease-in-out;
}

.basic-sorting a.active, .basic-sorting a:hover{
    color: #37EBE0;
}
.sorting-link-container .sorting-link{
    min-height: 41px;
    background-color: #F5F5F5;
    border-radius: 26px;
    border: 1px solid #A1BBB8;
    width: max-content;
    min-width: 133px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 900;
    color: #729BAE;
    transition: .2s ease-in-out;
}

.sorting-link-container .sorting-link:hover, .sorting-link-container .sorting-link.active{
   background-color: #37EBE0;
   border-color: #37EBE0;
   color: white;

}

.addon-criteria{
   height: 0rem;
   opacity: 0;
   transition: .5s ease-in-out;
   overflow: hidden;
   margin-bottom: 0rem !important;
   justify-content: center;

}

.addon-criteria.open{
    height: 3rem;
    /* height: max-content; */
    opacity: 1;
    margin: 1rem 0 !important;
    overflow: visible;
}

.list-btn{
    border: 1px solid #707070 !important;
    border-radius: 8px;
}


.criteria-slidedown{
    font-size: 18px;
    font-weight: bold;
    display: block;
    margin: auto;
    border: none;
    border-bottom: 1px solid #707070;
    background-color: transparent;
}

.criteria-slidedown:hover{
    background-color: transparent;
    color: #000000;
}

.inventory-card{
    min-height: 352px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    display: block;
    /* overflow: hidden; */
    padding: 18px;
    height: 100%;
}

.inventory-image-container{
    border-radius: 8px;
    overflow: hidden;
    max-height: 180px;
}

.inventory-brand{
    font-weight: bold;
    color:#000000
}

.inventory-price{
    font-weight: bold;
    font-size: 35px;
    color: #000000;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.slide-item{
    min-height: 415px;
    background-position: center !important;
    background-size: cover !important;
    width: 100%;
}

.slide-item-nav{
    min-height: 173px;
    background-position: center !important;
    background-size: cover !important;
    margin: 0 8px;
}

.return-btn{
    font-size: 14px;
    border: 1px solid #707070;
    border-radius: 8px;
    transition: .3s ease-in-out;
}

.return-btn:hover{
    background-color: #37EBE0;
    color: white;
    border-color: #37EBE0;
}

.inventory-listing{
    margin-top: 36px;
}

.slick-track{
    display: flex;
}

.slick-slide{
    height: inherit;
}

.slick-arrow::before{
    color: #000000;
}

.small-title{
    font-size: 25px;
    color: #747474;
}

.car-title{
    font-weight: bold;
    font-size: 48px;
}

.caracteristic{
    font-size: 11px;
    font-weight: 900;
    color: #E5F7F5;
    background-color: #729BAE;
    border-radius: 23px;
    width: max-content;
    min-width: 100px;
    min-height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.car-price, .boat-price{
    font-size: 35px;
    font-weight: 900;

}
.car-desc, .boat-desc{
    font-size: 18px;
    color: #747474;
}

.contact-btn{
    width: max-content;
    min-width: 350px;
    height: 80px;
    border-radius: 40px;
    background-color: #37EBE0;
    color: #000000;
    font-size: 25px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-btn:hover{
    color: #fff;
    background-color: #37EBE0;
}

.emission-container{
    position: relative;
    max-height: 218.333px;
}

.emission-value {
    position: absolute;
    left: 27px;
    color: #FFF;
    font-weight: bold;
    font-size: 25px;
}

.emission_a {
    top: 7px;
    left: 45px;
}

.emission_b {
    top: 31px;
}

.emission_c {
    top: 59px;
}

.emission_d {
    top: 88.5px;
}

.emission_e {
    top: 116px;
}

.emission_f {
    top: 144px;
 }

.emission_g {
    top: 172px;
}

.option-container {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.car-detail-title{
    font-size: 25px;
    color: #000000;
    font-weight: 900;
}

.detail-caracteristic{
    background-color: #F5F5F5;
    border-radius: 43px;
    font-weight: 900;
    width: max-content;
    min-width: 195px;
    min-height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.detail-caracteristic i {
    color: #729BAE;
}

.extra-detail:not(.car-detail-title){
    font-size: 18px;
    color: #747474;
}

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

.boat-card{
    min-height: 455px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 8px;
    overflow: hidden;
    color: #000000;
    transition: .2s ease-in-out;
    text-decoration: none;
}

.boat-card:hover{
    color: #000000;
}

.boat-image-container{
    height: 309px;
    background-image: url('https://picsum.photos/350/309');
    background-position: center;
    background-size: cover;
}

.boat-title{
    font-size: 20px;
    color: #000000;
    font-weight: 900;
    width: max-content;
}

.year{
    color: #BEBEBE;
    width: max-content;
}

.gps-icon{
    max-width: 15.91px;
    height: auto;
    padding: 0 ;
}

.gps-icon.small{
    max-width: 11.31px;
}

.fw-black{
    font-weight: 900;
}

.w-mc{
  width: max-content;  
}

.boat-link{
    color: #fff;
    font-weight: bold;
    height: 49px;
    width: 155px;
    background-color: #729BAE;
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partner-info{
    height: 158px;
    width: 158px;
    background-color: #F5F5F5;
    /* border-radius: 100%; */
    overflow: hidden;
    display: flex;
    margin: auto;
}

.block-hr{
    border: #37EBE0 solid 2px !important;
    width: 58px;
    border-radius: 13%;
    opacity: 1;
}


.team-picture{
    max-width: 259px;
    border-radius: 100%;
    overflow: hidden;
    margin: auto;
}

.team-job{
    font-size: 20px;
    font-weight: normal;
    color: #838383;
}

.info-card{
    max-width: 175px;
    min-height: 216px;
    background-color: #fff;
    color: #729BAE;
    border-radius: 8px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.info-hr{
    border: #37EBE0 solid 1px !important;
    width: 42px;
    border-radius: 13%;
    opacity: 1;
}

.info-link{
    background-color: #FFFFFF;
    border-radius: 34px;
    color: #729BAE;
    min-height: 68px;
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    text-decoration: none;
    transition: .2s ease-in-out;
}

.info-link:hover{
    color: #37EBE0;
}

.video-container{
    height: 737px;
}

.video-container iframe{
    height: 100%;
    width: 100%;
}

.page-item .page-link{
    border: none;
    color: #000000;
    font-size: 18px;
    border-radius: 100% !important;
}

.page-item.active .page-link{
    background-color: #37EBE0;
}
.pagination > li > a:hover, .pagination > li > span:hover{
    background-color: #37EBE0;
}

.blog-card{
    /* border: 1px solid #000000; */
    border-radius: 8px;
    overflow: hidden;
    min-height: 390px;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background-color: #fff;
}

.blog-text-content{
    padding: 0 18px;
}

.blog-title{
    font-size: 19px;
    font-weight: 900;
}

.blog-image-container{
    min-height: 223px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    transition: .2s ease-in-out;
}

.blog-card:hover .blog-image-container{
    background-size: 120%;
}

.blog-date{
    font-size: 10px;
    font-weight: bold;
}

.blog-short-desc{
    font-size: 18px;
}

.blog-card-link{
    font-size: 18px;
    color: #729BAE;
    text-decoration: underline;
    position: absolute;
    bottom: 10px;
    padding: 0 18px;
    font-weight: bold;
}

.blog-slider-container{
    background-color: #F5F5F5;
}

.boat-full-price{
    font-size: 21px;
    font-weight: 900;
}

.boat-image{
    height: 100%;
    background-image: url('https://picsum.photos/808/415');
    background-position: center;
    background-size: cover;
}

.boat-locale{
    font-size: 20px;
    color: #729BAE;
    width: max-content;
}

.boat-carousel .carousel-control-next{
    border: none;
}

.boat-carousel .carousel-control-next:hover, .boat-carousel .carousel-control-prev:hover{
    background-color: unset;
}

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

.detail-image{
    cursor: pointer;
}

/* Pour modal image de vehicules */

#vehicleImageModal .modal-dialog{
    max-width: 1300px;
    width: max-content;
}

#vehicleImageModal .modal-dialog .modal-body .btn-close{
    position: absolute;
    right: 5px;
    top: 5px;
}

@media (max-width:991px) {
    .navbar-header{
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .transparent-head header{
        background-color: #000000;
    }
    #mainMenu{
        max-height: unset;
        min-height: 100px;
    }
    .slide-title{
        font-size: 50px !important;
    }
    .text-content.hp{
        padding-top: 190px;
    }
    #hpCarousel{
        margin-top: 1rem;
        min-height: 400px;
    }
    .gimmick-down-left{
        left: -45px;
    }

    .addon-criteria.open{
        height: 10rem;
    }

    .car-title{
        font-size: 32px;
    }

    .car-price, .boat-price{
        font-size: 28px;
    }

    .contact-btn{
        min-width: 330px;
        margin: auto;
        font-size: 20px;
        height: 60px;
    }

    .slide-item{
        min-height: 245px;
        width: 100%;
    }

    .car-detail-nav{
        display: none;
    }

    .gimmick-down-left{
        left: -73px;
    }

    #vehicleImageModal .modal-dialog{
        max-width: calc(-15px + 100vw);;
    }

    #scrollToTop{
        height: 53px !important;
        width: 53px !important;
        font-size: 26px !important;
    }
    
    .block-title{
        margin-top: 1rem;
    }

    .loa-block{
        padding-top: 0 !important;
        padding-bottom: 115px !important;
    }

    .captcha_image{
        height: auto;
        max-width: 100%;
    }

    .emission-container{
        max-height: 180px;
        min-width: 180px;
    }

    .emission-image{
        height: 100%;
    }

    .emission-value{
        font-size: 21px;
    }

    .emission_a {
        top: 4px;
        left: 40px;
    }
    
    .emission_b {
        top: 25px;
    }
    
    .emission_c {
        top: 49px;
    }
    
    .emission_d {
        top: 72.5px;
    }
    
    .emission_e {
        top: 95px;
    }
    
    .emission_f {
        top: 118px;
     }
    
    .emission_g {
        top: 140px;
    }
}