.bghaut{
    background-image: url('/static_lotus/uploads/edito/fanEdition/popin_fanedition_bandeauhaut.jpg');
    background-size: cover;
    background-position: center top;
    width: 100%;
    height: 146px;
    color: #fff;
}

.bghaut p{
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-size: 14px;
}

.bghaut h2{
    padding-top: 20px;
    text-align: center;
    font-family: "Gilroy",roboto, arial;
    margin:0 auto 20px;
}

.bghaut h2 img {
        max-width:270px;
    
}



.popin-fe{
    width: 751px;
    height: 500px;
    background: #fff;
}

.popin-fe-c{
    height: 158px;
    width: 100%;
    background: #e3e2e7;
}

.popin-fe-c img{
    width: 52%;
}

.popin-fe-c p{
    font-size: 15px;
    text-align: center;
    line-height: 20px;
}

.popin-fe-c p span{
    display: block;
    margin: 0 auto;
}

.popin-content{
    margin-top: 45px;
    width: 45%;
}

.bandeauBasFanEdition h3{
    font-size: 20px;
    color: #fff !important;
    font-weight: bolder;
    margin: 12px 0 4px !important;
    text-align: center;
}

.bandeauBasFanEdition p{
    color: #fff;
    font-size: 11px;
    text-align: left;
    display: inline-block;
    margin: 15px 10px 10px;
}

.bandeauBasFanEdition{
    display:block;
    width:100%;
    background:url(/static_lotus/uploads/edito/fanEdition/bandeau-bas-fan-edition.jpg) top center no-repeat scroll;
    background-size:contain;
    background-color:#ff474d;
}

.stepper {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    padding: 0;
    list-style: none;
}


.stepper .stepper-item {
    text-align:center;  
    position:relative;
}

.stepper .step {
    display: block;
    width: 50px;
    text-align: center;
    color: #fff;
    position: relative;
    height: 50px;
    line-height: 38px;
    font-size: 24px;
    font-weight: bolder;
    border: solid 7px #fff;
    border-radius: 50%;
    margin :8px auto 4px;
}

.stepper .slogan {
    display: inline-block;
    width: 135px;
    text-align: center;
    color: #fff;
    position: relative;
    height: auto;
    font-size: 13px;
    margin-top:6px;
    line-height:18px;
}

.stepper-item:nth-child(-n+3)::before{
    content: '';
    background-color: #fff;
    height: 7px;
    position: absolute;
    top: 25%;
    width: 146px;
    left: 66%;
}

@media screen and (max-width: 991px) {
    .bghaut h2{
        padding-top: 38px;
    }
    
    
    .popin-fe{
        width: 320px;
    }
    
    .popin-fe-c p {
        font-size: 12px;
    }
    
    .popin-fe-c img {
        width: 100%;
    }
    
    .popin-fe-c{
        height: 135px;
        width: 100%;
        padding-top:0;
    }
    
    .bghaut p {
        font-size: 11px !important;
    }
    

    .popin-content{
        margin-top: 30px;
        width: 57%;
    }
    
    .stepper-item:nth-child(-n+3)::before{
        content: none !important;
    }
    
    .bandeauBasFanEdition{
        display:block;
        width:100%;
        height:300px;
        background-size:cover;
    }
    
    .stepper {
        display:block;
    }
    
    .stepper .stepper-item {
        float:left;
        width:48%;
        
    }
    
    .bandeauBasFanEdition p {
        font-size: 11px;
        margin: 5px 10px;
    }
    
    .stepper .step {
        line-height: 33px;
        border: solid 4px #fff;
        margin :4px auto;
        height:40px;
        width:40px;
        font-size:17px;
    }
    
    .stepper .slogan {
        margin:0 auto 2px;
        
    }
    
}