    /* Main CSS */
    
    @import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
    @import url('https://fonts.googleapis.com/css?family=Comfortaa:300,400,500,600,700&display=swap');
    @import url(//db.onlinewebfonts.com/c/223f224650510797e0f06233d2a0f97b?family=DS-Digital);
    @font-face {
        font-family: "DS-Digital";
        src: url("//db.onlinewebfonts.com/t/223f224650510797e0f06233d2a0f97b.eot");
        src: url("//db.onlinewebfonts.com/t/223f224650510797e0f06233d2a0f97b.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/223f224650510797e0f06233d2a0f97b.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/223f224650510797e0f06233d2a0f97b.woff") format("woff"), url("//db.onlinewebfonts.com/t/223f224650510797e0f06233d2a0f97b.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/223f224650510797e0f06233d2a0f97b.svg#DS-Digital") format("svg");
    }
    
    nav a:hover {
        text-decoration: none;
    }
    
    a.green-link {
        color: #009E60;
    }
    
    a.green-link:hover {
        text-decoration: none;
    }
    
    a.card-link {
        text-decoration: none;
        color: #2D2D2D;
    }
    
    a.card-link:hover {
        text-decoration: none;
        color: #000;
    }
    
    footer a:hover {
        text-decoration: none;
        color: #E6F6EF;
    }
    
    .font-light {
        font-weight: 300;
    }
    
    .font-space {
        line-height: 2.0;
    }
    
    .map {
        height: 400px;
        width: 100%;
    }
    
    .svg-layer path:hover {
        opacity: 0.4;
    }
    
    #chartdiv {
        width: 100%;
        height: 500px;
        overflow: hidden;
    }
    
    h1 {
        font-weight: 600;
    }
    
    a.lead {
        color: white;
    }
    
    b {
        font-weight: 700;
    }
    
    nav ul li {
        font-size: 14px;
        font-weight: 500;
    }
    
    .nb-adh {
        font-size: 2vw;
        font-family: DS-Digital;
        font-weight: bold;
    }
    
    @media screen and (max-width: 1100px) {
        nav ul li {
            font-size: 1.2vw;
        }
        .nb-adh {
            font-size: 2.5vw;
        }
    }
    
    @media screen and (max-width: 1500px) {
        .nb-adh {
            font-size: 3vw;
        }
    }
    
    @media screen and (max-width: 990px) {
        nav ul li {
            font-size: 14px;
        }
        .m-set {
            margin-top: 0.5rem !important;
        }
        .mr-set {
            margin-right: 0 !important;
        }
        .nb-adh {
            font-size: 30px;
        }
    }
    
    .text-green {
        color: #009E60;
    }
    
    i.events-search-icons {
        color: #2D2D2D;
        font-size: 1.5em;
        transition: 0.2s ease-in-out;
    }
    
    i.nav-icons {
        color: #F89226;
        font-size: 1.5em;
        transition: 0.2s ease-in-out;
    }
    
    i.events-search-icons:hover {
        color: #F77F00;
        font-size: 1.5em;
    }
    
    i.nav-icons:hover {
        color: #80CFB0;
        font-size: 1.5em;
    }
    
    a i.icon-media {
        color: white;
    }
    
    a i.icon-media:hover {
        color: #FBBF80;
        text-decoration: none;
    }
    
    a.idea-link {
        color: white;
    }
    
    a.idea-link:hover {
        color: white;
        text-decoration: none;
    }
    
    a div.card-no-border:hover {
        background-color: #26AC78 !important;
    }
    
    a div.card-no-border2:hover {
        background-color: #F99F40 !important;
    }
    
    a div.card-no-border3 {
        background-color: #F99F40 !important;
    }
    
    a div.card-no-border3:hover {
        background-color: #F89226 !important;
    }
    
    a div.card-no-border-circle {
        background-image: linear-gradient(to right, orange, white, white, green);
        color: black;
        border: 2px solid black;
        border-radius: 50%;
    }
    
    a div.card-no-border-circle:hover {
        background-color: #26AC78 !important;
    }
    
    .not-active {
        cursor: default;
        text-decoration: none;
    }
    
    .crop-img {
        width: 120px;
        height: 120px;
        object-fit: cover;
        transition: all .2s ease-in-out;
    }
    
    .crop-img-card {
        object-fit: cover;
        transition: all .2s ease-in-out;
    }
    
    .crop-img-alt {
        width: 120px;
        height: 120px;
        object-fit: cover;
        transition: all .2s ease-in-out;
    }
    
    .crop-img-alt-big {
        width: 100%;
        height: 300px;
        object-fit: cover;
        transition: all .2s ease-in-out;
    }
    
    .crop-img-alt-big-2 {
        width: 200px;
        height: 200px;
        object-fit: cover;
        transition: all .2s ease-in-out;
        margin-bottom: 5px;
    }
    
    .crop-img-alt-big-3 {
        width: 300px;
        height: 300px;
        object-fit: cover;
        transition: all .2s ease-in-out;
        margin-bottom: 5px;
    }
    
    .crop-img:hover,
    .crop-img-alt-big-3:hover {
        transform: scale(1.1);
    }
    
    .text-chart h5 {
        font-size: 16px;
    }
    
    .text-chart p {
        font-size: 14px;
    }
    
    .font-bold {
        font-weight: 700;
    }
    
    .rt-fb::before {
        content: "PARTAGEZ ";
        padding-left: 5px !important;
    }
    
    @media (max-width: 500px) {
        .rt-fb::before {
            content: "";
            padding-left: 0 !important;
        }
    }

    .rt-tw::before {
        content: "TWEETEZ ";
        text-transform: uppercase;
        padding-left: 5px !important;
    }
    
    @media (max-width: 500px) {
        .rt-tw::before {
            content: "";
            padding-left: 0 !important;
        }
    }
    
    .tw-color {
        background-color: #40bbea;
        border-color: #40bbea;
        color: white;
        transition: 0.4s;
    }
    
    .tw-color:hover {
        background-color: white;
        border-color: #40bbea;
        color: #40bbea;
    }
    
    .fb-color {
        background-color: #3b5998;
        border-color: #3b5998;
        color: white;
        transition: 0.4s;
    }
    
    .fb-color:hover {
        background-color: white;
        border-color: #3b5998;
        color: #3b5998;
    }
    
    .rt-tw::before {
        content: "Tweetez";
        padding-left: 5px !important;
    }
    
    @media (max-width: 500px) {
        .rt-tw::before {
            content: "";
            padding-left: 0 !important;
        }
    }
    
    .active-purple-2 input.form-control-alt[type=text]:focus:not([readonly]) {
        border-bottom: 1px solid #40B788;
        border-radius: 0px;
        box-shadow: 0 1px 0 0 #40B788;
    }
    
    .active-purple-2 input[type=text]:focus:not([readonly]) {
        border-bottom: 1px solid #40B788;
        border-radius: 0px;
        box-shadow: 0 1px 0 0 #40B788;
    }
    
    .form-control-alt {
        display: block;
        width: 100%;
        height: calc(1.5em + 0.75rem + 2px);
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border-bottom: 1px solid #6c757d;
        border-top: 0px solid #40B788;
        border-left: 0px solid #40B788;
        border-right: 0px solid #40B788;
        border-radius: 0rem;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }
    
    @media (prefers-reduced-motion: reduce) {
        .form-control-alt {
            transition: none;
        }
    }
    
    .form-control-alt::-ms-expand {
        background-color: transparent;
        border: 0;
    }
    
    .form-control-alt:focus {
        color: #495057;
        background-color: #fff;
        border-color: #009E60;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(0, 158, 96, 0.25);
    }
    
    .form-control-alt::-webkit-input-placeholder {
        color: #6c757d;
        opacity: 1;
    }
    
    .form-control-alt::-moz-placeholder {
        color: #6c757d;
        opacity: 1;
    }
    
    .form-control-alt:-ms-input-placeholder {
        color: #6c757d;
        opacity: 1;
    }
    
    .form-control-alt::-ms-input-placeholder {
        color: #6c757d;
        opacity: 1;
    }
    
    .form-control-alt::placeholder {
        color: #6c757d;
        opacity: 1;
    }
    
    .form-control-alt:disabled,
    .form-control-alt[readonly] {
        background-color: #e9ecef;
        opacity: 1;
    }
    
    select.form-control-alt:focus::-ms-value {
        color: #495057;
        background-color: #fff;
    }
    
    .form-control-alt-file,
    .form-control-alt-range {
        display: block;
        width: 100%;
    }
    
    .article-link {
        color: inherit;
    }
    
    .article-link:hover {
        text-decoration: none;
        color: #009E60;
    }
    
    .date-link {
        color: #2D2D2D;
    }
    
    .date-link:hover {
        color: #2D2D2D;
        text-decoration: none;
    }
    
    a div.hover-card:hover {
        transform: scale(1.1);
    }
    
    a div.hover-card {
        transition: all .2s ease-in-out;
    }
    
    .bg-img {
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    
    .circle-link {
        color: #2D2D2D;
        transition: 0.2s ease-in-out;
    }
    
    .circle-link:hover {
        color: #009E60;
        text-decoration: none;
    }
    
    .zoom {
        transform: scale(1.1);
        margin-bottom: 10px;
    }
    
    .cover-img {
        object-fit: cover;
    }
    
    .mouvement-title {
        font-weight: 700;
        color: #fff;
    }
    
    @media (max-width: 500px) {
        .mouvement-title {
            transform: scale(0.8);
        }
    }

    .text-orange {
        color: #F89226;
    }