/*-*-*---------------------------------
-----------*-home-carrefour-*----------
---------------------------------*-*-*/

/*-------menu-carrefour-------*/
.menu-carrefour{
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}
.menu-carrefour li{
    display:inline-block;
    max-width: 20%;
    padding:0 4px 0 5px;
    border-right:1px solid #000;
    font-family: "Bebas Neue",Arial,sans-serif;
}
.menu-carrefour li:last-child{
    border-right:none;
}
.menu-carrefour li a{
    display: inline-block;
    color:#000;
    text-transform: uppercase;
    font-size: 24px; 
}
.menu-carrefour a span{
    display:block;
    padding:5px 0;
    position:relative;
    -ms-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.menu-carrefour a span:after{
    content:"";
    position: absolute;
    width:1%;
    text-align: center;
    left:49%;
    height:5px;
    bottom:-2px;
    background:rgba(0,0,0,0);
    -ms-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.menu-carrefour a:hover span:after{
    left:30%;
    width:40%;
    background:rgba(0,0,0,1);
}
.menu-carrefour a:hover span{
   /* padding:0 0 10px 0;*/
}
.menu-carrefour a img{
    padding:3px 0;
    -ms-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.menu-carrefour a:hover img{
    padding:6px 0 0;
}
/*--------interior-------*/

.baseline-carrefour{
    font-size:13px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top:15px;
    margin-bottom:15px;
}
.portail-blocs.row{
    margin:0 -10px 80px -10px;
} 
.portail-blocs .row{
    margin:0 -10px;
} 
.col-xs-3.bloc-portail, .col-xs-12.bloc-portail, .col-xs-4.bloc-portail, .portail-blocs .col-md-9, .portail-blocs .col-xs-12{
    padding:0 10px;
}
.bloc-portail{
    margin-top:20px;
    padding:0 10px;
}
.bloc-portail a{
    display:inline-block;
    position:relative;
    border:5px solid #fff;
}
.bloc-portail a:hover{
    border-color:#000;
}
.bloc-portail.ban1{
    margin-top:40px;
}
.bloc-portail.ban1 a{
    margin-left:10px;
}
.bloc-portail h2{
    position:absolute;
    right:-7px; 
    top:19px;
    color:#fff;
    background:#000;
    font-family: "Bebas Neue",Arial,sans-serif;
    font-size:22px;
    width:140px;
    padding:0 9px;
    line-height:35px;
    -ms-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.bloc-portail h2:before{
    content:" ";
    position:absolute;
    left:-9px;
    top:0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 35px 0;
    border-color: transparent #000000 transparent;
}
.bloc-portail a:hover h2{
    width:180px;
}

/*----responsive----------*/
@media (max-width: 992px)and (min-width: 540px) {   
    .bloc-portail h2{
        font-size:18px;
        width:100px;
        padding:0 7px;
        line-height:30px;
    }
    .bloc-portail h2:before{
        border-width: 0 9px 30px 0;
    }
    .bloc-portail a:hover h2{
        width:140px;
    }
}
@media (max-width: 767px)and (min-width: 540px) {
    
    .bloc-portail h2{
        font-size:16px;
        width:90px;
        padding:0 6px; 
        line-height:26px;
        top:9px;
    }
    .bloc-portail h2:before{
        border-width: 0 9px 26px 0;
    }
    .bloc-portail a:hover h2{
        width:110px;
    }
}
@media (max-width: 540px){
    .col-xs-3.bloc-portail, .col-xs-12.bloc-portail, .col-xs-4.bloc-portail, .portail-blocs .col-md-9, .portail-blocs .col-xs-12{
        width:100%;
        float:none;
    }
    .bloc-portail{
        max-height:300px;
        overflow: hidden;
    }
    .bloc-portail.ban1 a{
        margin-left:0;
    }
    .bloc-portail.ban1{
        margin-top:20px;
    }
    .portail-blocs.row{
        margin:0 auto;
        max-width:262px;
        padding-bottom:130px;
    } 
}

/* tarteaucitron */

#tarteaucitronIcon {
bottom: 15px;
left:15px;
}

#tarteaucitronIcon #tarteaucitronManager {
    background: black;
    border-radius: 50%;
    display: block;
    height: 45px;
    overflow: unset;
    padding: 0 !important;
    width: 45px;
}

#tarteaucitronIcon #tarteaucitronManager img {
    display: none;
}

#tarteaucitronIcon #tarteaucitronManager:after{
   background: url(http://www.quaidesbulles.com/voy_content/uploads/2023/05/cookie.svg) 50% no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: calc(100% - 1rem);
    left: 0.5rem;
    margin: 0;
    opacity: 1;
    padding: 0;
    position: absolute;
    top: 0.5rem;
    transform: unset;
    width: calc(100% - 1rem);
}