/*
Theme Name: Belgian Corner
Theme URI: http://www.insideweb.be/
Description: Belgian Corner thème
Author: Inside Web
Author URI: http://www.insideweb.be/
Version: 1.0.0
*/

body{
    font-family: 'Poppins', sans-serif;	
    font-weight:300;
    margin: 0;
    overflow-y: scroll;
    font-size: 15px;
    color:#000;

}
a {
    color: #000;
}
a:hover {
    text-decoration: none;
    color: #ff0f21;
}
img {
    width: 100%;
}
button {
    transition: all 0.5s ease 0s;
}
.menu-item i {
    font-size: 24px;
}
.menu-item .search_icon i {
    font-size: 18px;
}
.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    padding: 10px 0;
    justify-content: center;
}
.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
}
.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
}
nav.navbar-main {
  background: rgba(255,255,255,1);
  z-index:100000;
}
.menu-topbar ul {
    display: flex;
    list-style: none;
    margin-bottom: 0;
}
@-webkit-keyframes move {
  0% {
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    transform: scale(1.0);
    -ms-transform: scale(1.0);
    /* IE 9 */
    
    -webkit-transform: scale(1.0);
    /* Safari and Chrome */
    
    -o-transform: scale(1.0);
    /* Opera */
    
    -moz-transform: scale(1.0);
    /* Firefox */
  }
  100% {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    /* IE 9 */
    
    -webkit-transform: scale(1.2);
    /* Safari and Chrome */
    
    -o-transform: scale(1.2);
    /* Opera */
    
    -moz-transform: scale(1.2);
    /* Firefox */
  }
}
.menu-topbar .menu-item {
    padding: 0;
    line-height: 20px;
}
.menu-topbar ul li a {
    text-transform: none;
    font-size: 13px;
    letter-spacing: 0.5px;
    font-weight: 600;
    color: #ff0e19;
}
.menu-topbar ul li.menu-item::after {
    content: '|';
    padding: 0 10px;
    color: #000;
}
.menu-topbar ul li.menu-item:last-child::after {
    content: '';
    padding: 0;
}
@media only screen and (min-width: 992px){ 
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
        align-items: center;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}
header nav.logoheader a {
    max-width: 175px;
    transition: all 0.5s ease 0s;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: center;
}
header .stickymenu nav.logoheader a {
    max-width: 150px;
    transition: all 0.5s ease 0s;
}
#main-menu {
    width: 100%;
    z-index: 1;
}
.navbar-nav a::after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 50%;
    position: absolute;
    background: #ff0f21;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}
.navbar-nav #menu-item-523 a::after {
    height: 0;
}
.arrow {
    text-align: center;
    position: absolute;
    left: 0;
    margin: auto;
    right: 0;
    top: 90%;
    bottom: 10%;
    color:#ff0f21;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: rgba(255,255,255,0.4);
    border-radius: 50%;
}
.arrow .fal {
    font-size: 50px;
    padding: 0px;
    border: none;
    background: none;
}
.navbar-nav a:hover::after {
    width: 100%;
    left: 0;
}
#home img {
    width:100%;
    object-fit: cover;
}
.mainmenu {
    position: absolute !important;
}
.navbar-nav{
    text-transform: uppercase;
    margin-bottom: 0;
}
.navbar-main {
    width: 100%;
    z-index: 1000;
    transition: 0.2s ease-out;
    font-size: 0.8rem;
}
.navbar-nav a {
   font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color:#000;
    text-decoration: none;
    display: inline-block;
    padding: 0;
    position: relative;
}
.overlay-annonce img {
    object-fit: cover;
height: 400px;
}
.stickymenu{
    position: fixed;
    top: 0px;
    animation-name: sticky;
    animation-duration: 0.7s;
    -webkit-box-shadow: 0px 0px 31px -13px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 31px -13px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 31px -13px rgba(0,0,0,0.75);
    background: #fff;
}
.navbar-nav .menu-item {
    letter-spacing: 1px;
    padding: 15px 14px;
    color: lightgrey;
    transition: all 0.5s ease 0s;
}
.navbar-nav .menu-item:last-child {
    padding-right: 0;
}
#menu-item-794 {
    background-color: #ff3e46; 
}
#menu-item-794 a {
    color:#fff;
}
@keyframes stickymenu {	
    from{
        transform: translateY(-200px)}
    to{
        transform: translateY(0px)}
}
.navbar-nav {
    list-style: none;
}
.navbar-nav .menu-item a:hover{
    color: #ff0f21;
}
#full-height {
    position: relative;
    overflow: hidden;
    background-color: white;
}
footer {
    background: #000;
    color: #fff;
    padding: 70px 0 0;
    font-size: 16px;
}
footer h3 {
    text-transform: uppercase;
    font-size: 19px;
    letter-spacing: 2px;
    font-weight: 600;
    border-bottom: dotted 1px #fff;
    margin-bottom: 25px;
    padding-bottom: 10px;
}

.copyright {
    text-align: center;
    padding: 20px 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    border-top:#83755b solid 1px;
    margin-top: 40px;
}
.copyright a {
    color:#fff;
}
.lb-dataContainer {
    padding-top: 25px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.lb-data .lb-caption {
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.lightbox .lb-image {
    border-radius: 0;
    border: 0px solid white;
    list-style: none;
    padding: 0;
    position: relative;
    font-weight: 300;
}
.stickymenu .navbar-nav .menu-item {
    transition: all 0.5s ease 0s;
}
.stickymenu .navbar-nav .menu-item:last-child {
    padding-right: 0px;
}
.phone {
    text-align: center;
margin-top: 35px;
font-size: 18px;
letter-spacing: 1px;
}
.phone a {
    color:#fff;
}
.overlay-corner h1 {
    background: rgba(0,0,0,0.3);
    left: 0;
    margin: auto;
    right: 0;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 52px;
}
.overlay-corner .center {
    left: 0;
    margin: auto;
    right: 0;
    text-align: center;
    transition: 0.5s ease;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.bg-belgian {
    background: #ffeb09;
}
#intro-home {
    padding-top: 70px;
    padding-bottom: 70px;
}
#intro-home h1 {
    font-family: 'Playfair Display', serif;
    font-size: 48px;
}
#intro-home h1 span {
    color:#ff0f21;
}
.text-home {
    border-left:dotted 1px #ccc;
}
#category-corner {
    background: #f3f3f3;
    padding-top: 70px;
    padding-bottom: 70px;
}
#news {
    padding-top:30px;
    padding-bottom: 70px;
}
#category-corner h2, #alimentation h1, #shopping h1, h1.title-annonce, #ajouter h1, #news h2, #post-404 h1, #merci h1 {
    text-align: center;
    font-family: 'Playfair Display', serif;
    margin-bottom: 40px;
    font-size: 50px;
    letter-spacing: 1px;
}
#alimentation h1, #ajouter h1 {
    margin-bottom: 40px;
}
h1.title-annonce {
    margin-bottom: 30px;
}
#category-corner h2 span, #alimentation h1 span, #shopping h1 span, #merci h1 span, h1.title-annonce span, #ajouter h1 span, #news h2 span, #post-404 h1 span {
    position: relative;
    z-index: 0;
}
.belgian-404 {
    height:70vh;
}
#category-corner h2 span:before, #alimentation h1 span:before, #shopping h1 span:before, #merci h1 span:before, h1.title-annonce span:before, #ajouter h1 span:before, #news h2 span:before, #post-404 h1 span:before {
    content: "";
    background-color: #ffeb09;
    position: absolute;
    top: 70%;
    bottom: 0;
    width: 100%;
    z-index: -1;
}
#category-corner img {
    transform: scale(1);
    object-fit: cover;
    height: 450px;
    width: 100%;
    transition: transform .1s, filter .1s ease-in-out;
    outline: 2px solid #ffeb09;
    outline-offset: -15px;
}
#category-corner h3 {
left: 0;
right: 0;
position: absolute;
font-size: 34px;
z-index: 1;
text-align: center;
color: #fff;
background: rgba(0,0,0,0.3);
padding: 10px;
margin: 30px 30px 15px;
bottom: 0;
}
.category-box {
    margin-bottom: 30px;
}
#merci .overlay-annonce img {
    height: 350px;
}
.text-category p:last-child {
    margin-bottom:0;
}
.logo-footer img {
    max-width: 200px;
margin: 0 auto;
display: block;
}
.social-footer {
    display: flex;
justify-content: center;
margin-top: 45px;
}
.social-footer div:first-child {
    margin-right: 20px;
}
.social-footer i {
    color:#fff;
    font-size: 35px;
}
#alimentation, #annonce-single, #ajouter, #kids, #sante-bien-etre, #cours-en-ligne, #shopping, #sport, #coaching, #merci {
    background: #f3f3f3;
    padding-top:180px;
    padding-bottom: 70px;
}
.overlay-annonce {
    padding: 10px;
background: #fff;
text-align: center;
margin-bottom:25px;
}
.overlay-annonce div {
    color:#ff0f21;
}
.overlay-annonce h2 {
    margin: 10px 0 0;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 2px;
    color: #000;
}
#news .overlay-annonce h2 {
    margin: 10px 0 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
    color: #000;
}
.text-category {
    background: #fff;
    padding: 40px;
    margin-bottom: 50px;
}
#news .overlay-annonce {
    background: #f3f3f3;
}
#news .sub-category {
    background: #fff;
}
#news .overlay-annonce img {
    height: 220px;
}
#annonce-single .cover img {
    object-fit: cover;
    height: 450px;
    min-width: 400px;
}
.text-annonce {
    border: 1px solid #ff3e46;
    padding: 15px;
    margin-bottom: 30px;
}
.contact-annonce {
    background: #fff;
    padding: 25px;
    width: 100%;
}
.text-annonce p:last-child {
    margin-bottom: 0;
}
button {
    background: #ffeb09;
    border: 1px solid #ffeb09;
    padding: 5px 20px;
}
button:hover {
    background: transparent;
    border: 1px solid #ffeb09;
    padding: 5px 20px;
}
.url-contact {
    text-align: center;
    margin-top: 25px;
}
.phone-contact, .email-contact {
    text-align: center
}
.phone-contact a, .email-contact a {
    color:#000;
    font-size: 17px;
    font-weight: 600;
}
.detail-contact {
    border-top: 1px dotted #ccc;
    padding-top: 15px;
}
.delivery-detail {
    margin-top: 35px;
    padding-top: 25px;
    border-top: dotted 1px #444;
}
.delivery-detail h3 {
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1px;
    color: #ff3e46;
}
.text-delivery {
    margin-top:15px;
}
.nbre-annonce {
    text-align: center;
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: 500;
    color: #ff3e46;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.zone-delivery {
    margin-top:25px;
}
.zone-delivery h4 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.zone-delivery {
padding: 15px;
background:#fff;
}
.zone-delivery ul {
    display: block;
list-style: none;
padding-left: 0;
column-count: 2;
}
#post-404 {
    text-align: center;
}
.text-delivery p:last-child {
    margin-bottom: 0;
}
.text-annonce h2, .contact-annonce h2 {
    text-transform: uppercase;
font-size: 20px;
letter-spacing: 1px;
font-weight: 600;
}
.img-detail {
    display: flex;
}
form input, form .phone input {
    width: 100%;
    margin-bottom: 10px;
    padding:7px 10px;
    border:1px solid #aaa;
    font-size:15px;
}
form textarea {
    height:100px;
    width: 100%;
    padding:7px 10px;
    margin-bottom: 10px;
    border:1px solid #aaa;
}
.paypal input {
    max-width: 100px;
    background: #777;
    border: 0;
}
.paypal div {
    margin-bottom: 15px;
}
.paypal {
    font-size: 11px;
    text-align: center;
    width: 360px;
    background: #222;
    padding: 30px 15px 0;
    margin: 30px auto 0;
}
.errorform {
    margin-top: 20px;
width: 50%;
font-style: italic;
}
form select {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
        background-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    background-color: #fff;
    border: 1px solid #aaa;
    color:#777;
    font-weight: 300;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
label {
    font-weight: 600;
}
.gdpr label {
    display:flex;
    font-weight: 400;
    margin-left: 0;
}
.gdpr label input {
    margin: 0;
    margin-right: 0px;
width: auto;
margin-right: 10px;
}
.gdpr {
    margin-top:35px;
}
.wpcf7-file {
    border:0;
}
.sub-category {
    background: #f3f3f3;
    color: #aaa !important;
    margin-top:5px;
}
.wpcf7-submit {
    width: 150px;
    padding: 7px 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    background: #ff0e19;
    border: 1px solid #ff0e19;
    margin-top: 30px;
}
.overlay-img .annonce-hover {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background-color: rgba(255, 2, 13,0.5);
    visibility: visible;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    -ms-transition: opacity .2s;
    transition: opacity .2s;
    -webkit-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    -webkit-backface-visibility: hidden;
    z-index: 1000;
    cursor: pointer;
}
.overlay-img {
    position: relative;
}
.overlay-img:hover .annonce-hover {
    z-index: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}
.overlay-img .annonce-hover i {
    color: #000;
    font-size: 24px;
}
.overlay-img .annonce-hover i {
    position: absolute;
    background-color: #ffeb09 !important;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -20px;
    font-size: 24px;
    color: #000;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    -ms-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}
.textimg {
    margin-top: 20px;
}
.text-intro p:last-child {
    margin-bottom: 0;
}
.contact-annonce a {
    text-decoration: underline;
}
.email-contact a, .phone-contact a {
    text-decoration: none;
}
.search_icon i {
    color:#000;
}
.navbar-nav a.search_icon:after {
    height: 0;
}
.belgiansearchform {
    display: block;
    position: absolute;
    right: 0;
    top: 100%;
    margin-right: 3rem;
    z-index: 9999;
    background: #fff;
    padding: 20px;
    margin-top: -1px;
}
.belgiansearchform form {
    display: flex;
}
.belgiansearchform input {
    border-radius: 4px 0px 0px 4px;
    text-transform: none;
    width: 100%;
    max-width: 200px;
}
.belgiansearchform button {
    border-radius: 0px 4px 4px 0px;
    padding: 18px 5px;
    line-height: 0;
    height: 0;
    border: 1px #aaa solid;
    background: #aaa;
    color: #fff;
}
.subcategory-belgian {
    list-style: none;
    padding-left: 0;
    display: inline-block;
    width: 70%;
    text-align: center;
    border-bottom: solid 3px white;
    margin-bottom: 40px;
    padding-bottom: 15px;
}
.subcategory-belgian li {
    display: inline;
    line-height: 40px;
}
.subcategory-belgian li a {
    text-transform: uppercase;
}
.subcategory-belgian li:after {
    content:'|';
    padding:0 20px;
}
.subcategory-belgian li:last-child:after {
    content:'';
    padding:0;
}
.title-sub {
    font-size: 22px;
    font-weight: 600;
    margin-bottom:25px;
}
.title-sub span {
    background: #ff2029;
    color: #fff;
    padding: 0px 20px;  
}
.menu-topbar {
    display: flex;
width: 100%;
align-items: center;
justify-content: space-between;
}
.menu-topbar .social-footer {
    display: flex;
    justify-content: center;
    margin-top: 0;
}
.menu-topbar .social-footer i {
    color: #000;
    font-size: 20px;
}
.button-bonplan {
    text-align: center;
margin-top: 35px;
}
.overlay-annonce .detail-promo {
    margin: 15px 0;
border: #ccc solid 1px;
padding: 7px;
color: #000;
min-height: 120px;
}
.code-promo span {
    background: #ffeb09;
padding: 0 5px;
color: #000;
}
@media only screen and (max-width: 1520px){ 
    .overlay-annonce h2 {
    font-size: 21px;
    letter-spacing: 1px;
    }
    #merci .overlay-annonce img {
    height: 275px;
    }
}
@media only screen and (max-width: 1440px){ 
    .navbar-nav .menu-item {
        padding: 30px 15px;
        letter-spacing:1px;
    }
    .overlay-annonce img {
        object-fit: cover;
        height: 350px;
    }
}
@media only screen and (max-width: 1330px){ 
    .overlay-annonce h2 {
    font-size: 19px;
    letter-spacing: 1px;
    }
    #merci .overlay-annonce img {
    height: 255px;
    }
}
@media only screen and (max-width: 1200px){ 
    .navbar-nav .menu-item {
        padding: 30px 15px;
        letter-spacing:1px;
    }
    .overlay-annonce img {
        object-fit: cover;
        height: 300px;
    }  
    .overlay-annonce h2 {
    font-size: 17px;
    letter-spacing: 0px;
    }
    #merci .overlay-annonce img {
    height: 200px;
    }
}
@media only screen and (max-width: 1150px){ 
    .navbar-nav .menu-item {
        letter-spacing: 1px;
        padding: 30px 12px;
    }
    .navbar.pr-md-5, .px-md-5 {
        padding-right: 0 !important;
    }
    ul.navbar-nav, .menu-topbar ul {
        margin-right: 15px;
    }
}
@media only screen and (max-width: 1040px){ 
    .navbar-nav .menu-item {
        letter-spacing:0.5px;
        padding: 30px 10px;
    }
    .overlay-annonce img {
    height: 250px;
    }
}
@media only screen and (max-width: 995px){ 
    .navbar-nav .menu-item {
        letter-spacing:0.5px;
    }
}
@media only screen and (max-width: 992px){ 
    .overlay-corner h1 {
        font-weight: 500;
        font-size: 40px;
    }
    #intro-home h1 {
        font-size: 32px;
    }
    #home {
        margin-top:120px;
    }
    nav.navbar-main {
        background: rgba(255,255,255,1);
        display: flex;
        justify-content: space-between;
    }
    ul.navbar-nav, .menu-topbar ul {
    margin-right: 0px;
    }
    .stickymenu .navbar-nav .menu-item {
        padding: 10px 20px;
        transition: all 0.5s ease 0s;
    }
    .navbar .p-3 {
        padding-left:0 !important;
    }
    .navbar-nav a {
        color: #000;
        font-size: 17px;
    }
    .navbar-nav .menu-item {
        letter-spacing: 2px;
        padding: 10px 10px 10px 30px;
    }
    .navbar-light .navbar-toggler {
        border: none !important;
        outline: none;
        box-shadow: none;
        background-color: rgba(255,255,255,0.5);
        border-radius: none;
        margin-top: 10px;
    }
    #navbarNav {
        background-color: transparent;
    }
    .navbar-light .navbar-toggler {
        color: rgba(0,0,0,.5);
        border-color: rgba(0,0,0,.1);
        border-radius: 0;
    }
    .navbar-light .navbar-toggler:focus{
        border: none !important;	
        outline: none;
        box-shadow: none;
    }
    .navbar-light .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }
    .navbar-toggler-icon {
        display: inline-block;
        width: 1.5em;
        height: 1.5em;
        vertical-align: middle;
        content: "";
        background: no-repeat center center;
        background-image: none;
        background-size: auto;
        background-size: 100% 100%;
    }
    .navbar-nav li:first-child {
        margin-top:20px;
    }
}
@media only screen and (max-width: 768px){ 
    .stickymenu .navbar-nav .menu-item {
        transition: all 0.5s ease 0s;
        padding: 10px 10px 10px 30px;
    }
    header nav.logoheader a {
        max-width: 180px;
    }
    .menu-topbar ul li.menu-item::after {
        padding: 0 5px;
    }
    #navbarNav ul {
        background: rgba(255,255,255,1);
    }
    .navbar-nav a {
        text-shadow: 0 0 0;
    }
    .menu-topbar {
        margin-left: 0 !important;
    }
    .text-home {
    border-left:dotted 0px #ccc;
    }
    .overlay-corner .center {

        left: 0;
        margin: auto;
        right: 0;
        text-align: center;
        transition: 0.5s ease;
        position: absolute;
        bottom: 0;
        width: 100%;
    }
    .overlay-corner h1 {
        background: rgba(0,0,0,0.3);
        left: 0;
        margin: auto;
        right: 0;
        letter-spacing: 2px;
        font-weight: 400;
        font-size: 24px;
        padding: 0 15px;
    }
    #home img {
        height: 40vh;
    }
    .home main {
        margin-top:125px;
    }
    nav.navbar-main {
        padding-right: 0 !important;
    }
    #category-corner h2 {

        text-align: center;
        font-family: 'Playfair Display', serif;
        margin-bottom: 0;
        font-size: 40px;
        letter-spacing: 1px;
    }
    #category-corner {

        padding-top: 40px;
        padding-bottom: 40px;
    }
    #intro-home {

        padding-top: 40px;
        padding-bottom: 40px;
    }
    .img-detail {
        display: block;
    }
    #annonce-single .cover img {
        height: 350px;
        min-width: 100%;
    }
    .zone-delivery ul {
        display: block;

    }
    .zone-delivery li::after {
        content: '';
        padding: 0px;
    }
    #alimentation, #annonce-single, #shopping, #merci {
        padding-top: 150px;
        padding-bottom: 40px;
    }
    #category-corner h2 {
        margin-bottom: 20px;
    }
    .belgiansearchform {
        display: block !important;
        width: 100%;
        margin-right: 0;
    }
    .navbar-nav a.search_icon {
       display: none !important;
    }
    .navbar-nav .search.menu-item {

        padding: 0;

    }
    .subcategory-belgian li {
        display: block;
        line-height: 24px;
    }

    .subcategory-belgian li:after {
        content:'';
        padding:0px;
    }
    ul.navbar-nav, .menu-topbar ul {
        padding-left: 0;
    }
    .overlay-annonce h2 {
    font-size: 22px;
    letter-spacing: 1px;
    }
    #merci .overlay-annonce img {
    height: 350px;
    }
    .menu-topbar {
        display: block;
    }
    .menu-topbar .center-belgian {
        display: flex;
        justify-content: space-around;
    }
    .menu-topbar .social-footer i {
        color: #000;
        font-size: 24px;
    }
}