@font-face {
    font-family: 'Brittany';
    src: url('../assets/font/BrittanySignature.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@media (max-width: 730px) {
    .values-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 2rem !important;
    }
}

@media (max-width: 1000px) {
    .motprez-image-container {
        flex: 1;
        margin-bottom: 20px;
        margin-right: 0 !important;
    }

    .motprez-container {
        margin-top: 2rem;
        display: flex;
        flex-direction: column;
        background-color: #fff;
        padding: 20px;
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        max-width: 80vw;
    }

    .motdir-image-container {
        flex: 1;
        margin-bottom: 20px;
        margin-left: 0 !important;
    }

    .motdir-container {
        margin-top: 2rem;
        display: flex;
        flex-direction: column-reverse;
        background-color: #fff;
        padding: 20px;
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        max-width: 80vw;
    }

    .motalumni-image-container {
        flex: 1;
        margin-bottom: 20px;
        margin-right: 0 !important;
    }

    .motalumni-container {
        margin-top: 2rem;
        display: flex;
        flex-direction: column;
        background-color: #fff;
        padding: 20px;
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        max-width: 80vw;
    }
}

.image-container {
    width: 100%;
    margin: 0;
    margin-bottom: 3rem;
}

.image-container img {
    width: 100%;
    height: 100%;
}

.values-container {
    margin: 0 10px;
    display: flex;
    gap: 10rem;
    justify-content: center;
}

.values-container h2 {
    font-family: 'Brittany', sans-serif;
    font-size: 2rem;
    align-self: center;
}

.value-excellence {
    color: #f4c542 !important;
}

.value-agilite {
    color: #0d62d1 !important;
}

.value-reactivite {
    color: #1f4481 !important;
}

.big-container {
    max-width: 100%;
    display: flex;
    justify-content: center;
}

.motprez-container {
    margin-top: 2rem;
    display: flex;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    max-width: 80vw;
}

.motprez-image-container {
    flex: 1;
    margin-right: 20px;
}

.motprez-image-container img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}

.motprez-text-container {
    flex: 2;
    background-color: #f3f4f6;
    padding: 20px;
    border-radius: 8px;
    text-align: left;
}

.motprez-text-container h2 {
    font-family: 'Brittany', sans-serif;
    font-size: 24px;
    color: #000000;
    margin-bottom: 20px;
}

.motprez-quote {
    font-size: 1em;
    color: #333;
    line-height: 1.6;
    position: relative;
}

.motprez-quote::before {
    content: "“";
    font-size: 30px;
    color: #f4c542;
    vertical-align: top;
    position: absolute;
    left: -1.5rem;
    z-index: 1;
}

.motprez-quote::after {
    content: "”";
    font-size: 30px;
    color: #f4c542;
    vertical-align: bottom;
    position: absolute;
    margin-left: -0.8rem;
    z-index: 1;
}

.motprez-author {
    font-weight: bold;
    margin-top: 20px;
    color: #333;
}

.motprez-title {
    color: #666;
    font-size: 14px;
}

.motdir-container {
    margin-top: 2rem;
    display: flex;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    max-width: 80vw;
}

.motdir-image-container {
    flex: 1;
    margin-left: 20px;
}

.motdir-image-container img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}

.motdir-text-container {
    flex: 2;
    background-color: #f3f4f6;
    padding: 20px;
    border-radius: 8px;
    text-align: left;
}

.motdir-text-container h2 {
    font-family: 'Brittany', sans-serif;
    font-size: 24px;
    color: #000000;
    margin-bottom: 20px;
}

.motdir-quote {
    font-size: 1em;
    color: #333;
    line-height: 1.6;
    position: relative;
}

.motdir-quote::before {
    content: "“";
    font-size: 30px;
    color: #f4c542;
    vertical-align: top;
    position: absolute;
    left: -1.5rem;
    z-index: 1;
}

.motdir-quote::after {
    content: "”";
    font-size: 30px;
    color: #f4c542;
    vertical-align: bottom;
    position: absolute;
    margin-left: -0.8rem;
    z-index: 1;
}

.motdir-author {
    font-weight: bold;
    margin-top: 20px;
    color: #333;
}

.motdir-title {
    color: #666;
    font-size: 14px;
}

.motalumni-container {
    margin-top: 2rem;
    display: flex;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    max-width: 80vw;
}

.motalumni-image-container {
    flex: 1;
    margin-right: 20px;
}

.motalumni-image-container img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}

.motalumni-text-container {
    flex: 2;
    background-color: #f3f4f6;
    padding: 20px;
    border-radius: 8px;
    text-align: left;
}

.motalumni-text-container h2 {
    font-family: 'Brittany', sans-serif;
    font-size: 24px;
    color: #000000;
    margin-bottom: 20px;
}

.motalumni-quote {
    font-size: 1em;
    color: #333;
    line-height: 1.6;
    position: relative;
}

.motalumni-quote::before {
    content: "“";
    font-size: 30px;
    color: #f4c542;
    vertical-align: top;
    position: absolute;
    left: -1.5rem;
    z-index: 1;
}

.motalumni-quote::after {
    content: "”";
    font-size: 30px;
    color: #f4c542;
    vertical-align: bottom;
    position: absolute;
    margin-left: -0.8rem;
    z-index: 1;
}

.motalumni-author {
    font-weight: bold;
    margin-top: 20px;
    color: #333;
}

.motalumni-title {
    color: #666;
    font-size: 14px;
}