/* Entrez le CSS personnalisé de votre thème enfant ici */

.header-top .col-logo .ApImage {
    margin: 0 !important;
}
.header-top .col-logo .ApImage img {
    padding: 15px 0;
}

/***** POLICE *****/
.leo-megamenu .navbar-nav > li > a > .menu-title {
   font-size: 14px; 
}

.thumbnail-container .product-title {
    font-size: 1.4em;
}
.product_block .pro3-btn, .plist-dsimple .pro3-btn {
    display: none !important;
}
/***** MARGINS *****/
#footer {
    padding-top: 20px;
}
#footer #block_myaccount_infos .account-list a {
    padding: 8px 0;
    display: inline-block;
    line-height: 20px;
}
#header .box-header3 .ApColumn .block, .footer-bottom .ApColumn .block {
    margin: 0;
    padding: 10px;
}
.box-header3 .logo img {
    max-height: 110px;
    padding: 10px;
}
@media (max-width: 767px) {
   .box-header3 .logo img {
        max-height: 80px;
        padding: 0px;
    }  
    #header .header-nav .bottomnav p span {
    font-size: 10px !important;
    }
    .box-header3 .col-logo {
        width: 80% !important;
        padding: 10px 0 !important;
    }
    #header .bottomnav {
        box-shadow: 0px 0px 10px #ccc;
        margin-bottom: 15px;
    }
}
@media (max-width: 991px) {
   .box-header3 .logo img {
        max-height: 70px;
        padding-right: 15px;
    }
    .box-logo4 {
        min-height: 100px !important;
    }
    .box-top {
        padding: 0 !important;
    }
}

.box-service {
    margin-bottom: 25px;
}
.box-service .ApRawHtml i {
    width: 40px;
    height: 40px;
    line-height: 15px;
    text-align: center;
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 30px;
    color: #000;
    transition: all .5s;
}

.box-service .ApRawHtml h4 {
    font-size: 13px;
    margin: 0 0 0 35px;
    line-height: 1.5;
}
.box-service .ApRawHtml p {
    margin: 0 0 0 35px;
}
.box-newsletter {
    
}
.box-newsletter .col-xs-12 {
    float: left;
}
.box-newsletter .col-conditions {
    width: 45%;
}
.box-newsletter .col-form {
    width: 55%;
}
.block_newsletter .input-wrapper input {
    background: #fff;
}
.block_newsletter .title_block, .block_newsletter .block_content p {
    color: #fff;
}
