
.banner_ideeskdo_fdm img {
    display: block;
    width: 100%;
    }   

.banner_ideeskdo_fdm p {
    margin: 0;
    } 

.banner_ideeskdo_fdm {
    width: 100%;
    margin:0 auto;
    padding: 2% 0;
	font-family:'Montserrat', Helvetica, Arial, sans-serif;
    background-color:#F7F5F4;
    overflow: hidden;
    position: relative;
 flex-flow: column;
        justify-content: flex-start;
}        

.banner_titre{text-align: center;
width: 80%;
margin: auto;}

.visuel_banner{width:90%;
margin: auto;}

.banner_titre p:nth-child(1){text-align: center;
    color:#03112C;
    font-size: 3vw;
    line-height: 3vw;
    font-weight: 300;}

.banner_titre p:nth-child(2){text-align: center;
    color:#000;
    font-size: clamp(0.7692307692rem, 0.4094767092rem + 0.6081668115vw, 1.3076923077rem);
    margin-top: 1%;
    text-transform: uppercase;}

.banner_ideeskdo_fdm a p{
   text-align: center;
   color:#000;
   font-size: clamp(0.7692307692rem, 0.4094767092rem + 0.6081668115vw, 1.3076923077rem);
   margin-top: 5px;
   text-decoration: none;
}

.banner_ideeskdo_fdm a {
    text-decoration: none;
    margin:0 10px;
 }
 .banner_ideeskdo_fdm a div{
   width: 90%;
   margin:auto;
 }
.banner_ideeskdo_fdm .entree {
    position:relative;
}

.banner_ideeskdo_fdm .entree img {
    transition: transform .25s ease-in-out 0s;
}

.banner_ideeskdo_fdm .entree:hover img {
    transform: scale(1.05);
}

.banner-swiper-container {
    width: 80%;
    margin: 2% auto 0 auto;
    position: relative;
}

.banner-swiper-container .swiper-wrapper {
    height: auto;
}

.banner-swiper-container .swiper-wrapper .swiper-slide {
    display: flex;
    background-color: #F7F5F4;
}

.banner_ideeskdo_fdm .swiper-pagination-bullet-active {
    opacity: 1;
    background: #03112C;
}    
 
.swiper-pagination{display:none;}
   
    
@media screen and (max-width: 768.98px) {

    .banner_ideeskdo_fdm {
        width: 100%;
        padding: 3% 0 8% 0;
    }

    .banner_titre p:nth-child(1){
        font-size: 9vw;
        line-height: 9vw;}

    .banner-swiper-container {
        width: 100%;
        overflow: hidden;
    }
    .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
        bottom: 5px;
    }
    .swiper-pagination{display:block;}

    .banner_ideeskdo_fdm .entree:hover img {
        transform:none;
    }

}   