<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: "Fira Sans", serif;
    font-size: 20px;
    background: #fbfbfb;

}


@media screen and (min-device-width: 320px) and (max-width: 768px) {
    body {
        font-size: 14px;
    }

    html {
        width: 100vw;
        overflow-x: hidden;
    }
}

/* COULEUR
*************************************************************************/
:root {
    --red: #B71928;
    --blue: #1876b7;
    --green: #18b759;
    --grey: #eeeeee;
    --yellow: #FBAF17;
    --darkgrey: #878787;
}

.fond-rouge {
    background-color: var(--red);
}

.fond-bleu {
    background-color: var(--blue);
}

.fond-vert {
    background-color: var(--green);
}

.fond-gris {
    background-color: var(--grey);
}

.fond-gris-fonce {
    background-color: var(--darkgrey)
}

/*
*************************************************************************/
.round-mms-10 {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;

}

.round-mms-25 {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

/* STRUCTURE
*************************************************************************/
#wrapper {
    display: flex; /* Utilisation du modÃ¨le Flexbox */
    flex-direction: column; /* Colonne pour empiler les Ã©lÃ©ments */
    min-height: 100vh; /* Hauteur minimale de*/

}

#header {
    background-color: var(--grey);
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 10px;
}

#content {
    width: 80%;
    margin: 40px auto;
    flex: 1
}

.bloc {
    margin-bottom: 1em;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
}

.bloc .titre {
    flex: 0 0 100%;
}

.bloc .texte {
    flex: 1 1 66%;
    padding-right: 2em;
}

.bloc .actions {
    flex: 0 0 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bloc .visuel {
    flex: 0 0 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-size: contain;
    margin-right: 10px;
}

.bloc .video {
    flex: 0 0 100%
}

.bloc .video video {
    width: 100%;
}

@media screen and (min-device-width: 320px) and (max-width: 768px) {
    #header {
        height: 60px;
    }

    #content {
        width: 90%;
        margin: 20px auto;
        flex: 1
    }

    .bloc .texte, .bloc .titre, .bloc .actions, .bloc .visuel {
        flex: 0 0 100%;
    }

}

/* TYPO
*************************************************************************/
h3.titre {

    font-style: normal;
    font-weight: 700;
    font-size: 175%;
    line-height: 1.3em;
    /*text-transform: uppercase;*/
    margin: 1.5em 0 0.1em;
    color: var(--red);
}

#content {
    font-style: normal;
    font-weight: 400;
    line-height: 1.4em;
}


.liste.item h3.titre {
    font-style: normal;
    font-weight: 700;
    font-size: 1.2vw;
    line-height: 1.4em;
    color: #000000;
    margin: 0;
}

._list h3 {
    margin: 0;
    padding: 0;
}

.liste.item h4.soustitre {
    font-size: .9vw;
    padding: 0;
    margin: 0;
    font-weight: normal;
}

.liste.item h5 {
    font-size: .9vw;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.liste.item .visuel {
    width: 100%;
    aspect-ratio: 4/3;
}

.liste.item .infos {
    padding: 10px;
}

#content a:not(.bouton):not(.toggle) {
    color: var(--green);
}

.flag {
    width: 20px;
}

.badge {
    position: absolute;
    margin: -2.5em 0 0 -1em;
    width: 2em;
    height: 2em;
    background: var(--blue);
    border-radius: 100%;
    padding: 0.15em;
    font-size: 1vw;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1em;
    text-align: center;
    transform: rotateZ(-15deg);
}

.badge span {
    font-size: .45vw;
    line-height: 1em;

}

@media screen and (min-device-width: 320px) and (max-width: 768px) {
    .badge {
        /*position: absolute;*/
        margin: -2.5em 0 0em 70vw;
        font-size: 5vw;
    }

    .badge span {
        font-size: 2vw;
    }

    .liste.item h3.titre {
        font-size: 16px;
    }

    .liste.item h4.soustitre, .liste.item h5 {
        font-size: 14px;
    }
}


/* NAVIGATION
*************************************************************************/
#btn-mobile-menu {
    display: none;
}

#btn-top {
    position: fixed;
    top: 10px;
    left: 10px;
    width: 8vw;
    height: 6vw;
    background: url(/img/logo-mms.png) no-repeat center var(--grey);
    background-size: 7vw;
}

#btn-top.hidden {
    display: none;
}

#nav {
    display: flex;
}

#nav a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 10px;
    color: black;
    text-decoration: none;
    text-align: center;
    width: 8vw;
    height: 92px;
    margin: 0 2px;
    border-radius: 10px 0px 10px 10px;
    transition: background-color .2s ease-in-out;
    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;
}

#nav a.selected {
    color: white;
    background: var(--blue);
}

#nav .icone {
    width: 42px;
    height: 42px;
}

#nav span {
    font-size: .9vw;
}

#nav #m-devenir-membre .icone {
    background: url(/img/icone-devenir-membre-noir.svg) no-repeat center;
}

#nav #m-devenir-membre.selected .icone {
    background: url(/img/icone-devenir-membre-blanc.svg) no-repeat center;
}

#nav #m-accueil .icone {
    background: url(/img/icone-accueil-noir.svg) no-repeat center;
}

#nav #m-accueil.selected .icone {
    background: url(/img/icone-accueil-blanc.svg) no-repeat center;
}

#nav #m-a-propos .icone {
    background: url(/img/icone-a-propos-noir.svg) no-repeat center;
}

#nav #m-a-propos.selected .icone {
    background: url(/img/icone-a-propos-blanc.svg) no-repeat center;
}

#nav #m-actualites .icone {
    background: url(/img/icone-actualites-noir.svg) no-repeat center;
}

#nav #m-actualites.selected .icone {
    background: url(/img/icone-actualites-blanc.svg) no-repeat center;
}

#nav #m-conseil-specialise .icone {
    background: url(/img/icone-conseil-specialise-noir.svg) no-repeat center;
}

#nav #m-conseil-specialise.selected .icone {
    background: url(/img/icone-conseil-specialise-blanc.svg) no-repeat center;
}

#nav #m-exemples .icone {
    background: url(/img/icone-exemples-noir.svg) no-repeat center;
}

#nav #m-exemples.selected .icone {
    background: url(/img/icone-exemples-blanc.svg) no-repeat center;
}

#nav #m-standards-mms .icone {
    background: url(/img/icone-standards-mms-noir.svg) no-repeat center;
}

#nav #m-standards-mms.selected .icone {
    background: url(/img/icone-standards-mms-blanc.svg) no-repeat center;
}

#nav #m-contact .icone {
    background: url(/img/icone-contact-noir.svg) no-repeat center;
}

#nav #m-contact.selected .icone {
    background: url(/img/icone-contact-blanc.svg) no-repeat center;
}

#nav #m-bases-legales .icone {
    background: url(/img/icone-bases-noir.svg) no-repeat center;
}

#nav #m-bases-legales.selected .icone {
    background: url(/img/icone-bases-blanc.svg) no-repeat center;
}

#nav a:hover:not(.selected) {
    background-color: rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .3);
}

#logo {
    background: url(/img/logo-mms-text.png) no-repeat center;
    background-size: contain;
    height: 92px;
    width: 15vw;
}

#logo h1, #logo h2 {
    display: none;
}


#lang {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#lang a {
    color: grey;
    text-decoration: none;
    text-align: center;
    font-size: 90%;
    width: 2em;
    margin: 2px
}

#lang a.selected {
    color: white;
    background: silver;
    font-weight: 700;
}

@media screen and (min-device-width: 320px) and (max-width: 768px) {
    #btn-mobile-menu {
        position: absolute;
        color: var(--red);
        font-size: 30px;
        margin: 0;
        width: 60px;
        height: 60px;
        top: 20px;
        right: 20px;
        z-index: 99900000;
        display: block;
        cursor: pointer;
        text-align: right;
    }

    #btn-mobile-menu:before {
        font: normal normal normal 14px/1 FontAwesome;
        content: '\f0c9';
        /*margin-right: .5em;*/
        width: 1em;
        font-size: 30px;
        display: inline-block;
        color: var(--red);
    }

    .nav-on #btn-mobile-menu:before {
        font: normal normal normal 14px/1 FontAwesome;

        content: '\f00d';
        width: 1em;
        font-size: 30px;
        display: inline-block;
        color: white;

    }

    .nav-on {
        overflow: hidden;
    }

    #header {
        padding: 0;
    }

    #header nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        display: none;
        flex-direction: column;
        justify-content: flex-start;
        padding-top: 10vh;
        margin: 0 0;

    }

    .nav-on #header nav {
        display: flex;
        justify-content: flex-start;
        z-index: 10000;
        background: var(--grey);;
        top: 0;
    }

    #header nav a {
        color: black;
        text-decoration: none;
        text-align: center;
        padding: .2em .5em;
        width: 80vw;
        margin: 4px auto;
        font-size: 24px;
        flex-direction: row;
        height: auto;
        justify-content: flex-start;
    }

    #nav .icone {
        flex: 0 0 20%;
    }

    #nav span {
        font-size: 18px;
        flex: 0 0 60%;
    }

    #logo {
        width: 50vw;
        height: 10vw;
        margin: 0;
    }

    #lang {
        display: none;
    }


    .nav-on #lang {
        display: flex;
        flex-direction: row;
        position: absolute;
        top: 25px;
        left: 20px;
        z-index: 10000;
        font-size: 16px;
    }

}

/* UI
*************************************************************************/
#esp-form {
    flex: 0 0 100%;
}

#esp-form .btn, .button {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border: 0;
    font-size: 100%;
    padding: .5em 1em;
    font-weight: bold;
}

#esp-form .btn.btn-success, .button.primary {
    background: var(--darkgrey  );
    color: white;
}

.bouton {
    color: white;
    display: flex;
    justify-content: space-between;
    border: 0;
    margin: 10px 0;
    transition: transform .1s ease-in-out;
}

.bouton:hover {
    /*transform: scale(1.05);*/
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, .5);
    transform: translateY(1px);
}

.bouton span {
    width: 1em;
}

.bouton i {
    align-self: center;
}


.video-container video {
    width: 100%;
}

._item._detail .content-container {
    flex: 0 0 60%;
    margin: 0 20px;
    order: 1
}

._item._detail .visuel {
    order: 2
}

._item._detail .actions-container {
    /*display: none;*/
    order:4
}

@media screen and (min-device-width: 320px) and (max-width: 768px) {
    ._item._detail .content-container {
        flex: 0 0 100%;
        margin: 0;
    }

    ._item._detail &gt; .visuel {
        flex: 0 0 100%;
        order:0;
        aspect-ratio: inherit;
        height: 30vh;
        background-size: cover;
    }

    ._item._detail .actions-container {
        flex: 0 0 100%;
    }
}

/* PERSONNES
*************************************************************************/

#personnes-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 1vw;
    margin: 0;
    padding: 0;
    list-style: none;
    flex: 0 0 100%;
}

#personnes-list .item {
    /* Carte */

    box-sizing: border-box;
    /*flex: 0 0 18%;*/
    width: 18.5vw;
    /* Auto layout */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 10px;
    overflow: hidden;

    background: #FFFFFF;
    border: 1px solid #CECCCC;
    border-radius: 10px 0px 10px 10px;

}

@media screen and (min-device-width: 320px) and (max-width: 768px) {
    #personnes-list .item {
        flex: 0 0 100%;
    }
}

/* ACCUEIL
*************************************************************************/
.carrousel {
    width: 100%;
    aspect-ratio: 16/9;
    /*overflow: hidden;*/
    margin-bottom: 40px;
}

.slick-dots {
    color: #eee;
    font-size: 200%;
}

.slick-dots .slick-active {
    color: var(--red);
}

.slick-prev:before, .slick-next:before {
    color:black;

}

.splash {
    width: 100%;
    aspect-ratio: 16/9;
    display: flex;
    justify-content: flex-end;
}

.splash .gutter {
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;

}

.cartouche {
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: .5em 1em;
}

.cartouche h3, .cartouche h4 {
    padding: 0;
    margin: 0;
}

.blocs-wrapper {

    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.home-bloc {
    flex: 0 0 32%;
    aspect-ratio: 4/3;
    text-decoration: none;
}

.home-bloc .gutter {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px;
    align-items: center;
    color: white;
    text-decoration: none;
    height: auto;
    aspect-ratio: 4/3;
}

.home-bloc .visuel {
    height: 15vw;
}

.home-bloc img {
    height: 100%;

}

.home-bloc h3, .home-bloc h4 {
    margin: 0;
    padding: 0;
}

.home-bloc:hover {
    box-shadow: inset 0 4px 2px rgba(0, 0, 0, .3);
    transform: translateY(1px);
}

@media screen and (min-device-width: 320px) and (max-width: 768px) {
    .home-bloc {
        flex: 0 0 100%;
    }

    .home-bloc img {
        width: 100%;
        height: auto;

    }

    .splash {
        aspect-ratio: 1/1;
    }

}

/* FILTRES
*************************************************************************/

._filter_wrapper {

    display: flex;
    margin-bottom: 10px;
}

._filter_input_toggle {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: .1em;
    gap: .2em;

    background: #E6E6E6;
    border-radius: 100px;
    font-size: 1.3vw;
    margin-right: 10px;

}

._filter_input_toggle a {
    /* Filter item */

    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px 10px;
    gap: 10px;

    text-decoration: none;

    border-radius: 100px;

    flex: none;
    order: 2;
    flex-grow: 0;

    cursor: pointer;
}

._filter_input_toggle a:hover {
    background-color: silver;
}

._filter_input_toggle a.selected {
    background: #1876B7;
    color: white;
    font-weight: 700;
}


@media screen and (min-device-width: 320px) and (max-width: 768px) {

    ._filter_input_toggle {
        flex-wrap: wrap;
        border-radius: 4px;
        margin-bottom: 4px;;
        padding: .1em;
        gap: 10px;
    }

    ._filter_input_toggle a {
        margin: 0 2px;
        padding: 2px;
        gap: 0;
        border-radius: 4px;
        font-size: 14px;
    }

    ._filter_wrapper {
        flex-wrap: wrap;
    }
}

/* EXEMPLES
*************************************************************************/

._item._list {

    flex: 0 0 100%
}

._item._list h4 {
    font-weight: normal;
}

._item._list .visuel {
    flex: 0 0 30%;
    aspect-ratio: 4/3;
    align-self: flex-start;
}

._item._list .infos {
    flex: 1 1 40%;
    padding: 0 1em;
    justify-content: flex-start;
}

@media screen and (min-device-width: 320px) and (max-width: 768px) {


    ._item._list.exemples, ._item._list.actualites {
        flex-wrap: wrap;
    }

    ._item._list.exemples .infos,
    ._item._list.exemples .visuel,
    ._item._list.actualites .infos,
    ._item._list.actualites .visuel {
        flex: 0 0 100%;
    }

    ._item._list .infos, ._item._list.actualites .infos {
        padding: 0;
        margin-top: 10px;
    }

    ._item._list .actions, ._item._list.actualites .actions {
        flex: 0 0 100%
    }
}

/* FORMULAIRE
*************************************************************************/

#esp-form .field label {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 10px;
}

#esp-form .field label.half {
    flex: 0 0 50%;
}

#esp-form label span {
    flex: 0 0 20%;

}

#esp-form .input-group {
    flex: 1 1 50%
}

#esp-form input {
    width: 80%;
    padding: 10px;
    border: 1px solid silver;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    margin-bottom: 10px;
    font-size: 100%;
    font-family: "Fira Sans", serif;
}

#esp-form input[type=radio] {
    width: 2em;
}

#esp-form .error {
    display: none;
}

#esp-form .button-bar {
    display: flex;
    justify-content: flex-end;
}

#esp-form .btn i {
    display: none;
}

@media screen and (min-device-width: 320px) and (max-width: 768px) {
    #esp-form .field label {
        flex-wrap: wrap;
    }


    #esp-form label span {
        flex: 0 0 100%;
    }

    #esp-form .input-group {
        flex: 1 1 100%
    }

}

/* SPLASH
*************************************************************************/
.splash .video {
    /*position: relative;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*overflow: hidden; !* Cache les dÃ©bordements Ã©ventuels *!*/
}

.splash .video video {
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*width: 100%; !* S'assurer que l'Ã©lÃ©ment s'agrandit *!*/
    /*height: 100%; !* S'assurer que l'Ã©lÃ©ment s'aligne *!*/
    /*transform: translate(-50%, -50%); !* Centrer la vidÃ©o *!*/
    /*object-fit: cover; !* La vidÃ©o remplit le conteneur sans distorsion *!*/
}

/* CONTENUS

 */

.partenaires-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.partenaires-wrapper ._item._logo {
  flex: 0 0 15%;
    margin: 0 4% 4% 0
}

@media screen and (min-device-width: 320px) and (max-width: 768px) {
    .partenaires-wrapper ._item._logo {
        flex: 0 0 25%;
    }
}

/* FOOTER
*************************************************************************/
#footer {
    font-size: 80%;
    background-color: #3D3D3C;
    color: silver;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 10px;
}

#footer &gt; div {
    flex: 0 0 30%;
}


#footer a {
    color: silver;
}

#footer p {
    margin: 0 0 6px 0;
}

#footer i {
    font-size: 200%;
    margin: 20px 0;
}

#footer img.logo {

    width: 10vw;
    opacity: .8;
    justify-self: flex-start;
}

#footer #credits {
    flex: 0 0 100%;
    text-align: right;
    font-size: 80%;
}


@media screen and (min-device-width: 320px) and (max-width: 768px) {

    #footer {
        font-size: 80%;
    }

    #footer &gt; div {
        flex: 0 0 100%;
    }

}

#fld_main_email {
    display: none;
}</pre></body></html>