.block-category {
    display: none
}

.thumbnail-container > .product-description > .Product-Description-list{
    font-size:0.7rem;
}

#footer {
    padding-top: 0.5rem;
    background-color: #004680;
}

#custom-text {
    padding: 0.5rem;
    margin-bottom: 0;
    text-align: center;
    background: transparent;
}

#custom-text a{
    color: white;
    font-size: larger;
    font-weight: bold;
}

.IconLieu::before{
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    width: 20px;
    text-align: left;
    margin-left: .2em;
    margin-right: .2em;
    content: "\f5a0"; 
}
.IconContact::before{
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    width: 20px;
    text-align: left;
    margin-left: .2em;
    margin-right: .2em;
    content: "\f0e0"; 
}

.footer-container {
    padding-top: 0.1rem;
    overflow: hidden;
    text-align: center;
}

#header, #header .header-top {
    background-color: #004680;
}
#header .header-nav {
    background-color: #004680;
}

.Block-Button-Product{
    background-color: #004680;
    text-align: center;
    margin-top: 0.5em;
    color:white;
    font-weight: bold;
}

.Block-Button-Product:hover{
    background-color: #24b9d7;
}

.product-reference {Display:none!important;}

.map-responsive {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
   }
.map-responsive iframe {
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
}

.manufacturer-name{
    color: #24b9d7;
    font-weight: bold;
}

@media (min-width: 1200px){
    .col-xl-4, .col-xl-5 {
        float: left;
        width: 25%;
    }
}