@font-face {
    font-family: 'icomoon';
    src: url("../media/fonts/icomoon/icomoon.eot?mxa3n6");
    src: url("../media/fonts/icomoon/icomoon.eot?mxa3n6#iefix") format("embedded-opentype"),
         url("../media/fonts/icomoon/icomoon.ttf?mxa3n6") format("truetype"),
         url("../media/fonts/icomoon/icomoon.woff?mxa3n6") format("woff"),
         url("../media/fonts/icomoon/icomoon.svg?mxa3n6#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

/* CIBLE SEULEMENT LES CLASSES ICOMOON */
[class^='icon-'], [class*=' icon-'] {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-mouse:before {
    content: "\e910";
    color: #fff;
}

.icon-icons-arrow-white:before {
    content: "\e900";
}

.icon-icons-cercle-plus:before {
    content: "\e903";
    border-radius: 50%;
    color: #000;
    display: inline-block;
    font-size: 30px;
    color: var(--main-blue);
    background-color: var(--white);
}

.icon-icons-localisation:before {
    content: "\e904";
}

.icon-icons-open-plus-left:before {
    content: "\e905";
}

.icon-icons-open-plus-right:before {
    content: "\e906";
}

.icon-icons-player:before {
    content: "\e907";
}

.icon-icons-quotation-marks:before {
    content: "\e908";
}

.icon-icons-rs-instagram:before {
    content: "\e90a";
}

.icon-icons-rs-linkedin:before {
    content: "\e90b";
}

.icon-icons-rs-instagram1:before {
    content: "\e90c";
}

.icon-icons-rs-tumblr:before {
    content: "\e90d";
}

.icon-icons-rs-pinterest:before {
    content: "\e90e";
}

.icon-icons-arrow:before {
    content: "\e90f";
}

.icon-facebook:before {
    content: "\e909";
}

/*# sourceMappingURL=icons.css.map */
