@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&;display=swap');
.page-middle {
    .display-1, .display-2, .display-3, .display-4, .display-5 {
        font-family: "Roboto Slab", sans-serif;
        font-optical-sizing: auto;
        font-weight: 600;
    }

    .bg-light{
        background-color: #e9e9e9 !important;
    }

    p,img,h2,h3,h4,a,address{
        position: relative;
        z-index: 2;
    }
    .bg-purple{
        background-color: #7b4299 !important;
    }
    .bg-blue{
        background-color: #1d4f98 !important;
    }
    .bg-green{
        background-color: #498d40 !important;
    }
    .text-purple{
        color: #7b4299 !important;
    }
    .text-blue{
        color: #1d4f98 !important;
    }
    .text-green{
        color: #498d40 !important;
    }

    .btn-light{
        background-color: #e9e9e9;
    }

    p.bg-light{
        background-color: rgba(233,233,233,0) !important;
    }

    .plan-bg-image {
        background-repeat: no-repeat;
        z-index: 1;
        position: absolute;
        height: 100%;
        width: 100%;
    }
    .roue{
        background-image: url('/images/2025-plan-strategique/roue-2.svg');
        transform: translate(-45%, -60%);
    }
    .phare{
        background-image: url('/images/2025-plan-strategique/phare.svg');
        bottom: 0;
        background-position-y: bottom;
        background-position-x: 110%;
        height: 95%;

    }
    .boussole{
        background-image: url('/images/2025-plan-strategique/boussole.svg');
        bottom: 0;
        left: 0;
        background-position-y: bottom;
        background-position-x: left;
        transform: translate(-30%, 30%);
        height: 150%;
    }
    .gilet{
        background-image: url('/images/2025-plan-strategique/gilet.svg');
        bottom: -150%;
        left: 0;
        height: 200%;
    }
    .lanterne{
        background-image: url('/images/2025-plan-strategique/lanterne.svg');
        bottom: 0;
        background-position-y: bottom;
        background-position-x: -65%;
        height: 95%;
    }
    .homard{
        background-image: url('/images/2025-plan-strategique/homard.svg');
        top: 2rem;
        right: 0;
        background-position-y: top;
        background-position-x: right;
        height: 150%;
    }

    @media screen and (max-width: 768px) {
        .roue {
            transform: translate(-50%, -50%);
        }
        .phare {
            right: -50%;
        }
        .boussole{
            transform: translate(-30%, 10%);
            width: 150%;
        }
        .gilet{
            bottom: -175%;
        }
        .lanterne {
            left: -50%;
        }
        .homard{
            right: -30%;
        }
    }
    @media screen and (min-width: 769px) and (max-width: 991px) {
    .boussole{
        transform: translate(-30%, 30%);
        width: 150%;
    }
    }
}