/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

@media screen and (min-width: 1131px){
    #header .menu-overview .menu-overview-items {
        max-height: 100vh;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    #header .menu-overview .menu-overview-items::-webkit-scrollbar {
        display: none;
    }
}

#nav-drop-down .menu-mobile ul{
    display: flex;
    flex-direction: column;
}
#nav-drop-down .menu-mobile ul a{
    color: #000;
    font-weight: 500;
    font-family: "Gotham-Book";
}

@media screen and (max-width: 1130px){
    #header .nav-drop-down .nav-footer {
        margin: 9vh 6%;
    }
}

.contact-form .contact-right .form-control-contact{
    border-bottom: 1px solid #000;
}

@media screen and (max-width: 768px){
    #imageUploader{
        height: 547px;
    }
    #imageUploader img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

#module-Gingko_Statics-creation #main{
    overflow: hidden;
}

#module-Gingko_Statics-creation .bandeau{
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 768px){
    #module-Gingko_Statics-creation .bandeau h1 {
        font-size: 3rem;
    }
    #module-Gingko_Statics-creation .creation-sub{
        margin: 0 auto;
    }
    #module-Gingko_Statics-creation  .btn-black{
        text-align: center;
    }
    #collapseTwo .card-body{
        overflow: hidden;
        margin: 0 auto;
    }
    #collapseTwo .card-body img{
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    #module-Gingko_Statics-concept #main{
        overflow: hidden;
    }
    #product .product-container .p-description img{
        width: 100%;
        object-fit: cover;
    }
}


.nouveautes .new-product-price {
	font-family: Jost-Light;
	font-weight: 600;
	color:black;
}

.nouveautes .new-product-price:hover{
	color: black;
}

#_desktop_currency_selector .currency-selector button.hidden-sm-down.btn-unstyle {
	display: inline-flex!important;
	align-items: center;
}

