.node--type-executive-board {
    .paragraph--type--membre-bureau {
        background: #fff;
        padding: 30px 15px;
        /* background: #ffffff;
        border-radius: 14px; */
        /* border: 1px solid var(--sct-border); */
        overflow: hidden;
        box-shadow: 0 8px 18px rgba(3,7,18,.06);
        transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
        text-align: center;
        /* padding-bottom: 10px; */


        
        box-shadow: 0 8px 18px rgba(3, 7, 18, 0.25);
        border: 2px solid #004A8C10;
    }
    .paragraph--type--membre-bureau:hover{
        /* transform:translateY(-3px); */
        transform:scale(1.05)   ;
        box-shadow: 0 14px 32px rgba(3,7,18,.1);
    }

    .field--name-field-photo img {
        /* border-radius: 50%; */
        box-shadow: 0 8px 18px rgb(3 7 18 / 65%);
        /* border: dotted #ffff; */
        transition: transform 1s cubic-bezier(0.27, 2.08, 0.87, 1.85), margin .18s ease;
        border: 2px solid #ffff;
    }
    .paragraph--type--membre-bureau:hover .field--name-field-photo img {
        transform:scale(1.05);
        box-shadow: 0px 4px 20px  rgb(80 75 140);
        
    }
    .row.field__items > div {margin-bottom: 20px;}

    .field.field--name-field-full-name .field__item {
        text-align:center;
        margin: 25px 0 6px 0;
        font-size: clamp(18px, 1.6vw, 22px);
        font-weight: 600;
        line-height: 1.25;
        text-shadow: 0px 0px 3px #0000008c;
    }
    .field--name-field-photo .media.media--ratio {
        overflow:visible;
    }


    .field.field--name-field-role.field--type-list-integer.field--label-hidden.field__item {
        text-align: center;
        font-size: 20px;
        color: #0b2756;
        font-weight: 600;
    }
    .field--name-field-fonction {
        color: #0b2756;
    }
}


.paragraph--type--membre-bureau .field--name-field-photo img {
    /* width:75%;
    height:75%; */
    text-align:center;
    margin-left: auto !important;    /* Auto margins center horizontally */
    margin-right: auto !important;
 }
/*.paragraph.paragraph--type--membre-bureau.paragraph--view-mode--default { 
    border: 2px solid #004A8C10;
} */

.node--type-executive-board .field--name-field-photo img {
    max-width: 80%;
    height: auto;
}

.layout-container {background-color: #f1faff;}
.sct-block-hero{ margin-bottom: 86px;}
#block-sct-content {margin-top: 0;}
h1,
.section-title {
    font-size: 50px;
    margin-top: 0;
    margin-bottom: 37px;
    font-family: 'Raleway', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 500;
    font-weight: 600;
    
}
a.liste-bureaux.btn {
    border-radius: 20px;
}
.subtitle2{
    margin-top: 30px;
    margin-bottom: 15px;
}