/*
*  début style pour le shortcodes show_actualites_ibis_central
 */
.actu-title-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
    justify-content: space-between;
}

.actu-wrapper-title{
    text-transform: uppercase;
}
.btn-ibis-central.mobile{
    display: none;
}

.btn-ibis-central.actus{
    position: relative;
    padding: .3em 1em !important;
    border: 1px solid ;
    transition: all 0.3s ease-in-out;
}

.btn-ibis-central.actus:hover{
    background-color: #d3a65d;
    color: #012036!important;
}



.actu-wrapper {
    display: flex;
    gap: 20px;

}

a.actu-item {
    width: calc(33.333% - 20px);
    border: 1px solid #d3a65d;
    padding: 8px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    background: transparent;
    transition: all 0.5s ease;
}

a.actu-item:hover {
    background: #012E45;
}

a.actu-item img.actu-image {
    max-height: 100%;
    object-fit: cover;
    width: 100%;
    height: 100%;
    aspect-ratio: 433 / 255;
    transition: all 0.8s ease-in-out;
}
a.actu-item:hover img.actu-image {
     transform: scale(1.1);
}
a.actu-item .image-wrapper {
 overflow: hidden;
}

.actu-excerpt {
 color: #BCC3C8;
}

.actu-textes {
 display: flex;
 padding:25px;
 gap: 15px;
 flex-direction: column;
    color:#BCC3C8;
    font-family: 'mulish', sans-serif;
}

.actu-textes * {
    padding: 0;
}

.actu-title .h6{
    font-weight: 400;
    font-family: 'mulish', sans-serif;
}

.categories-wrapper {
 display: flex;
 gap: 10px;
}
.actu-category{
 padding: 5px 10px;
 border: 1px solid #9FABB4;
 color: #9FABB4;
 width: fit-content;
}

.actu-more{
    color: #D3A65D;
    text-decoration: underline;
    font-weight: bold;
    font-size: 14px;
    text-underline-offset: 4px;

}
@media screen and (max-width: 1150px){

    .actu-wrapper {
        flex-direction: column;
    }

 .btn-ibis-central.actus{
     display: none;
 }
 .btn-ibis-central.mobile{
     display: block;
     width: fit-content;
     margin: auto;
     position: relative;
 }
 .actu-title-wrapper {
     flex-direction: column;
 }

 a.actu-item{
     flex-direction: column;
     width: 100%;
 }
 a.actu-item img.actu-image{
     width: 100%;
 }
 .categories-wrapper {
     flex-wrap: wrap;
 }

}


/*
*  fin style pour le shortcodes show_actualites_ibis_central
*/


/*
* début style shortcode triple_entree_ibis_central
*/
.triple-entree-wrapper {
    display: flex;
    flex-direction: row;
    height: fit-content;
    gap: 24px;
}
.triple-entree-item {
    width: calc(100% / 3);
    position: relative;
    padding: 15px;
    border: 1px solid #D3A65D;
    border-radius: 200px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    min-width: 310px;

}

.triple-entree-item:before {
    content: "";
    position: absolute;
    top: 0;
    width: calc(100% + 1px);
    height: calc(100% + 1px);
    max-height: calc(100% - 31px);
    max-width: calc(100% - 31px);
    background: #D3A65D;
    border-radius: 200px;
    z-index: -1;
    transition: all 0.5s ease-in-out;
    transform:translateY(15px);
}
a.triple-entree-item:hover:before {
    max-width: calc(100% + 1px);
    max-height: calc(100% + 1px);
    top: 0;
    transform:translateY(0);
}


.entree-item-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
    border-radius: 200px;
    aspect-ratio: 512 / 224;
}

.entree-item-texte {
    position: absolute;
    transform: translateY(70%);
    background-color: #D3A65D;
    padding: 24px 32px;
    border-radius: 50px;
}

.triple-entree-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    color: #012036;
}
.triple-entree-title p {
    font-weight: bold;
    text-transform: uppercase;
}
@media screen and (max-width: 1150px){
        .triple-entree-wrapper {

            flex-wrap: wrap;
            justify-content: center;
        }


}

@media screen and (max-width: 890px){
    .triple-entree-wrapper {
        flex-direction: column;
        align-items: center;
    }
    .triple-entree-item {
                width: fit-content;
        max-width: 465px;
        border: none;
    }

    .entree-item-img{
        display: none;
    }
    .entree-item-texte{
        padding:  10px 15px;
    }
    .triple-entree-title img {
        max-width: 23px;
    }
	
		
	.triple-entree-item:before {
    	content:none;
	}
}
/*
* fin style shortcode triple_entree_ibis_central
*/
/*
* swiper avis
*/
.swiper-avis-title{
    text-transform: uppercase;
    margin-bottom: 50px;
}

/* swiper avis*/
.swiper {
    width: 100%;
}

.swiper-slide.avis{
    padding: 30px;
    background: #012E45;
    height: 100% !important;
}
.swiper-wrapper{
    margin-bottom: 50px;
}
.swiper .swiper-pagination-bullet-active, .carousel-central .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background:#DDAF66!important;
    border: 1px solid #DDAF66;
}

span.swiper-pagination-bullet{
    border: 1px solid #DDAF66;
    opacity: 1!important;
    background : #012E45!important;
}

/* fin swiper avis*/
/* swiper services*/

#swiper-services {
    width: calc(100% - 300px);
    margin-left: 150px;
    margin-right: 150px;

    .swiper-slide.services{
        display: flex;
        align-items: center;
        gap: 40px;
    }

    .swiper-slide-image {
        padding: 15px;
        border: 1px solid #DDAF66;
        display: flex    ;
        aspect-ratio: 230 / 411;
        border-radius: 170px;
        overflow: hidden;
        max-width: 230px;
        width: 40%;

        img {
            object-fit: cover;
            border-radius: 170px;
            max-height: 411px;
        }

    }
    .swiper-slide-content{
        width: 60%;
    }

}
.swiper-services-navigation{
    display: none;
}
.swiper-services-navigation.active {
    display: block;
    position: absolute;
    top:50%;
    transform: translateY(calc(-50% - 50px));
    width: 100%;
}

.swiper-services-prev,
.swiper-services-next {
    position: absolute;
    width: 88px;
    height: 40px;
    border-radius: 30px;
    background-color: #DDAF66;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;

}
.swiper-services-prev:hover,
.swiper-services-next:hover {
    background-color: #c69955;
}


.swiper-services-prev {
    left: 0;
}

.swiper-services-next {
    right: 0;
}

.swiper-services-prev {
    transform: rotate(180deg);
}

@media screen and (max-width: 1049px) {
    #swiper-services {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
        .swiper-services-navigation {
        display: none;
    }


}
@media screen and (max-width: 980px) {
    #swiper-services {
        .swiper-slide.services {
            display: flex
        ;
            align-items: center;
            gap: 40px;
            flex-direction: column;
        }
    }

}



/* fin swiper services*/

/* show all actus*/
.actu-wrapper.all {
    flex-wrap: wrap;
}


/* Container de pagination */
.navigation.pagination.actualites {
    text-align: center;
    margin: 40px 0;
    width: 100%;
}

/* Liste de pagination */
.navigation.pagination.actualites .page-numbers {
    display: inline-flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 8px;
}

/* Liens de pagination */
.navigation.pagination.actualites .page-numbers li a,
.navigation.pagination.actualites .page-numbers li span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    height: 30px;
    padding: 0 7px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 500;
    color: #BCC3C8;
    border: 2px solid #BCC3C8;
    transition: all 0.3s ease;
}

/* Hover sur les liens */
.navigation.pagination.actualites .page-numbers li a:hover {
    background-color: #c69955;
    color: #012036;
    border-color: #c69955;
    transform: translateY(-2px);
}

/* Page active */
.navigation.pagination.actualites .page-numbers li span.current {
    background-color: #c69955;
    color: #012036;
    border-color: #c69955;
}

/* Points de suspension */
.navigation.pagination.actualites .page-numbers li span.dots {
    border: none;
    padding: 0 8px;
}

/* Boutons précédent/suivant */
.navigation.pagination.actualites .page-numbers li a.prev,
.navigation.pagination.actualites .page-numbers li a.next {
    font-size: 14px;
    padding: 0 16px;
}

/* Version responsive */
@media (max-width: 768px) {
    .navigation.pagination.actualites .page-numbers li a,
    .navigation.pagination.actualites .page-numbers li span {
        min-width: 36px;
        height: 36px;
        padding: 0 10px;
        font-size: 14px;
    }

    .navigation.pagination.actualites .page-numbers {
        gap: 4px;
    }


}