/* CAROUSEL FAMILLES DE METIERS */
.famille-metier-carousel .slick-slide, .team-carousel .slick-slide, .session-card, .fiche-formation-card {
    margin: 0 12px;
}

.famille-metier-card {
    display: flex !important;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    border-radius: 15px;
    border: 1px solid #FAD3B1;
    background: #FEFCF6;
}

.famille-metier-card img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 15px !important; 
}

.famille-metier-card h3 {
    color: var(--Gris-fonc, #282727);
    font-family: Futura;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 19.2px */
    height: 38px;
    margin-block-start : 0;
    margin-block-end : 0;
}



/* CAROUSEL TEMOIGNAGES */
.temoignage-carousel .slick-slide, .temoignage-grid .temoignage-slide {
    margin: 0 12px;
    background-color: #FEFCF6;
    border: 1px solid#FAD3B1;
    padding: 24px 0;
    border-radius: 15px !important;
    display: flex; 
    flex-direction: column;
    gap: 12px;
}

.temoignage-grid .temoignage-slide {
    margin: 0;
    max-width: 356px;
    min-width: 356px;
}

.temoignage-carousel .head, .temoignage-grid .head {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 24px;
}

.temoignage-carousel .temoignage-image, .temoignage-grid .temoignage-image {
    padding: 0 24px;
}

.temoignage-carousel .temoignage-image img, .temoignage-grid .temoignage-image img {
    width: 70px;
    height: 70px !important;
    object-fit: cover;
    border-radius: 50% !important;
    border: 2.625px solid#FAD3B1;
}
 
.temoignage-carousel h3, .temoignage-grid h3 {
    margin: 0;
    font-family: Futura;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 19.2px */
    padding: 0 24px;
}

.temoignage-carousel .temoignage-content, .temoignage-grid .temoignage-content {
    min-height: 100px;
    display: flex;
    /* align-items: center; */
    background: url(/wp-content/uploads/2023/11/quotes_orange.svg);
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: top;
    padding: 0 24px;

    overflow: hidden;
    color: #282727;
    font-family: Agenda;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 19.2px */
}

.temoignage-carousel .note_icons, .temoignage-grid .note_icons {
    display: flex;
    gap: 5px;
}

.temoignage-carousel .note_icons img, .temoignage-grid .note_icons img {
width: 18,5px;
height: auto;
}




.temoignage-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
    align-items: center;
}











@media(max-width: 1024px) {

    .famille-metier-card h3 {
        font-size: 14px !important;
    }

}



/* CAROUSEL TEAM */

.team-slide{
    border-radius: 15px;
border: 1px solid #FAD3B1;

}

.team-carousel img {
    max-height: 225px;
    width: 100%;
    object-fit: cover;
    border-radius: 15px 15px 0 0 !important;
}

.team-content {
    padding: 12px 24px 24px 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.team-carousel h3 {
    color: var(--Gris-fonc, #282727);
    font-family: Futura;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 19.2px */
    margin-block-start : 0;
    margin-block-end : 0;
}

.team-carousel .team-legende{
    font-family: Agenda;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; 
}

@media(max-width: 1024px) {

    .team-carousel img {
        max-height: 150px;
    }
}


/* SESSION  */
.session-card{
    border: 1px solid #FAD3B1;
    border-radius: 15px;
    background: #FEFCF6;
    padding: 24px;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
}

.session-card img {
    width: 100%;
    height: 190px !important;
    object-fit: cover;
    border-radius: 15px !important;
}

.session-card h3 {
    font-size: 16px !important;
    line-height: 120%;
    margin-block-start: 0;
    margin-block-end: 0;
    height: 55px;
}

.session-card .session_content{
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.session-card .session-lieu {
    display: flex;
    align-items: center;
    gap: 8px;
}

.session-foot{
    display: flex;
    flex-direction: column;
    gap: auto;
}

.session-head {
    margin-bottom: 18px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.session-dates {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.container-arrows {
    text-align: right;
    margin-bottom: 60px; /* Ajuste en fonction de ton design */
    margin-top: -102px;
    padding-right: 120px;
}

.btn-prev, .btn-next {
    cursor: pointer;
    background-color: #F19A0D; /* Couleur de fond */
    border: none;
    padding: 10px;
    margin: 0 12px;
    width: 42px;
    height: 42px;
    border-radius: 50px !important;
    padding: 9px;
    transition: all ease-in-out .3s;
}

.btn-prev:hover, .btn-next:hover {
    color: #fff;
    background-color: #F19A0D;
    text-decoration: none;
    box-shadow: 0px 0px 0px 2px #FFF, 0px 0px 0px 4px #EE7203;
}

.btn-prev:focus, .btn-next:focus {
    color: #fff;
    background-color: #F19A0D;
    text-decoration: none;
outline: none;

}

.prev_slide, .next_slide{
    content:url(/wp-content/uploads/2023/11/angle-left-white.svg);
    width: 24px;
    height: 24px;
}

.next_slide{
transform: rotate(180deg);
}


@media(max-width: 1272px) {
    .session-arrows {
        padding-right: 20px;
    }
}

@media(max-width: 768px) {
    .container-arrows {
        display: none;
    }
}



/* DOCUMENTS */

.document-head{
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 12px;
}

.document-carousel .session-card h3 {
    height: auto;
}
p.document-description {
    font-size: 16px;
}






/* GRID */

.famille-metier-container.famille-metier-grid, .document-carousel-container.document-grid {
    display: flex;
    gap: 24px;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 20px;
}
.famille-metier-grid .famille-metier-card {
    width: 356px;
}

@media(max-width: 1272px) {
    .famille-metier-grid .famille-metier-card {
        width: 265px;
    }
}

@media(max-width: 768px) {
    .famille-metier-grid .famille-metier-card {
        width: 100%;
    }

    .famille-metier-grid a.card {
        width: 100%;
    }

    .famille-metier-container.famille-metier-grid {
        margin-bottom: 200px;
    }
}



.formation-carousel-container.formation-grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 20px;
}

.document-carousel-container.document-grid .session-card {
    width: 315px;
}