@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/Open-Sans-Bold.woff2') format('woff2');
    font-style: normal;
    font-weight: bold;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/Open-Sans-Light.woff2') format('woff2');
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/Open-Sans-400.woff2') format('woff2');
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'Open Sans';
    src: url('/theme_font/Open Sans Regular.woff2') format('woff2');
    font-style: normal;
    font-weight: normal;
}

body {
    margin: 0
}

.homepage header {
    height: 0px
}

header .triangle-bleue-container,
header #logo__header {
    transform: translateY(-17px)
}

.g-recaptcha {
    margin-bottom: 1rem
}


.card-soon a {
    opacity: .2;
    pointer-events: none
}

.card-soon:hover {
    transform: unset !important;
}

.card-soon:hover:after {
    content: "Bientôt disponible";
    position: absolute;
    color: #00205C;
    text-align: center;
    font-family: Archivo;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

main {
    background-color: #EEF4FF;
}

header,
.header-container {
    height: 100px;
    position: relative;
    background-color: var(--primary-color);
}

header .fa-bars {
    color: #fff
}

#logo__header {
    top: 35px;
    left: 10px;
    z-index: 1
}

.header {
    max-width: 1400px;
    padding: 0px 30px;
    margin: 25px auto 0px auto;
}

.header a {
    text-decoration: none
}

#menu {
    display: none
}

#menu-overlay {
    display: none
}

.header .logo img {
    width: 100px;
    margin-right: 40px
}

/****/
header .fa-bars:before {
    background-image: url(../images/burger.svg		);
    content: "";
    background-size: 48px 32px;
    width: 48px;
    height: 32px;
    display: block;
}

.container-img div {
    height: 200px !important;
    width: 200px;
    border-radius: 100px;
    overflow: hidden;
    border: 1px solid #eef4ff
}

/***/
.mask0,
.mask3 {
    background-position: center;
}

.open-data {
    display: inline-block;
    height: 50px;
    padding: 0px 40px;
    border-right: solid 1px #666;
    border-left: solid 1px #666
}

.cta:hover {
    background-color: #fff;
    color: var(--primary-color) !important;
    transition: .5s ease-in;
    border-color: #fff !important
}

.cta.bg-secondary:hover {
    background-color: transparent;
    color: var(--secondary-color) !important;
    transition: .2s ease-in;
    border-color: var(--secondary-color) !important
}

.menu .ore-front-header__logo {
    max-width: 100%;
    height: auto;
}

.header .logo {
    margin-right: 40px;
    width: 100px;
    display: inline-block
}

.header .content {
    display: inline-block;
}

.header h1 {
    transform: translateY(-10px);
    color: #141446;
    font-weight: bold;
    font-size: 3.9rem;
    letter-spacing: 1.1px;
    margin-bottom: 0px;
}

.header h2 {
    display: inline-block;
    color: #141446;
    font-weight: 300;
    letter-spacing: 1.1px;
    margin: 0 0px 0 30px;
    width: 140px;
    transform: translateY(-8px)
}

.ligne img {
    width: 100%;
    display: block;
    margin: auto;
    margin-top: 20px;
}

.button {
    display: inline-flex;
    font-size: var(--typo-cta);
    padding: 0.8rem 2rem;
    border-radius: var(--border-radius);
    border: 1px solid transparent;
    font-size: 16px;
    font-weight: bold;
    transition: .5s ease;
    color: white;
    align-items: center;
    background-color: var(--secondary-color);
}

input[type="submit"].button {
    align-self: flex-start;
}

body.catalogue,
body.contact {
    background-color: #EEF4FF;
}

body.catalogue .main-body,
body.contact .main-body {
    padding-top: 2rem;
}

.button:hover {
    text-decoration: none;
    transition: .5s ease;
    box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.1) !important
}

.button--primary:hover {
    background-color: #046;
    border-color: #046;
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    .header {
        padding: 0px 0px 0px 10px;
        margin: 10px 0 0 0;
        text-align: center
    }

    .header .logo {
        margin-right: 10px;
        width: 80px
    }

    .header .logo img {
        width: 80px
    }

    .header .content {
        border-left: solid 1px #666;
        padding-left: 10px;
        margin: auto;



    }

    .header .open-data {
        height: 40px;
        border-right: none;
        border-left: none;
        display: block;
        padding: 0px 0px 0px 0px;
        margin: 0px auto 0px auto;
    }

    .header .open-data h1 {
        font-size: 2.2rem;
        transform: none;
        text-align: center;
        margin: auto;
    }

    .header h2 {
        font-size: 1rem;
        display: block;
        margin: 0px
    }


    .ligne img {
        margin-top: 5px;
    }
}

:root {

    --white-color-80: #ffffffCC;
    --white-color-60: #ffffff99;
    --primary-color: #141446;
    --secondary-color: #ED5A24;

    --dark-color: #251015;
    --green-dark-color: #005629;
    --green-light-color: #127147;
    --green-color: #199E64;
    --red-color: #CA3134;
    --yellow-color: #F7A422;

    --high-priority-color: #FF644B;
    --low-priority-color: #96BE3C;

    --white-color: #ffffff;
    --white-color-80: #ffffffCC;
    --white-color-60: #ffffff99;

    --grey-color: #F8F8F8;
    --grey-dark-color: #6E80A2;
    --black-color: #303746;

    --width-large: 1300px;
    --width-medium: 1100px;
    --width-small: 850px;
    --width-xsmall: 600px;

    --width-card: 150px;

    --typo-hero-title: 3.75rem;
    --typo-title: 4rem;
    --typo-subtitle: 1.55rem;

    --typo-section-title: 2.5rem;
    --typo-section-subtitle-large: 2.5rem;
    --typo-section-subtitle-small: 1.75rem;
    --typo-section-subtitle-xsmall: 1.5rem;

    --typo-highlights-large: 1.25rem;
    --typo-highlights-medium: 0.875rem;
    --typo-highlights-small: 2.063rem;
    --typo-highlights-xsmall: .875rem;

    --typo-text-medium: 1rem;
    --typo-text-small: .9rem;
    --typo-text-xs: .875rem;

    --typo-cta: .75rem;

    --lineheight-hero-title: 76;
    --lineheight-title: 66;
    --lineheight-subtitle: 56;

    --lineheight-section-title: 46;
    --lineheight-section-subtitle-large: 35;
    --lineheight-section-subtitle-small: 35;
    --lineheight-section-subtitle-xsmall: 30;

    --lineheight-highlights-large: 25;
    --lineheight-highlights-medium: 23;
    --lineheight-highlights-small: 20;
    --lineheight-highlights-xsmall: 18;

    --lineheight-text-medium: 1rem;
    --lineheight-text-small: 1rem;
    --lineheight-text-xs: 16;
    --lineheight-cta: 15;

    --space-xxxlarge: 50px;
    --space-xxlarge: 45px;
    --space-xlarge: 30px;
    --space-large: 25px;
    --space-medium: 10px;
    --space-small: 5px;

    --border-radius: 8px;
    --border-radius-xl: 10px
}

@font-face {
    font-family: 'Archivo';
    src: url('../fonts/Archivo-ExtraBold.woff2') format('woff2'),
        url('/theme_font/Archivo-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Archivo';
    src: url('../fonts/Archivo-Light.woff2') format('woff2'),
        url('/theme_font/Archivo-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Archivo';
    src: url('../fonts/Archivo-ExtraBoldItalic.woff2') format('woff2'),
        url('/theme_font/Archivo-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Archivo';
    src: url('../fonts/Archivo-LightItalic.woff2') format('woff2'),
        url('/theme_font/Archivo-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Archivo';
    src: url('../fonts/Archivo-BlackItalic.woff2') format('woff2'),
        url('/theme_font/Archivo-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Archivo';
    src: url('../fonts/Archivo-SemiBoldItalic.woff2') format('woff2'),
        url('/theme_font/Archivo-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Archivo';
    src: url('../fonts/Archivo-Medium.woff2') format('woff2'),
        url('/theme_font/Archivo-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Archivo';
    src: url('../fonts/Archivo-ExtraLight.woff2') format('woff2'),
        url('/theme_font/Archivo-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Archivo';
    src: url('../fonts/Archivo-BoldItalic.woff2') format('woff2'),
        url('/theme_font/Archivo-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Archivo';
    src: url('../fonts/Archivo-Black.woff2') format('woff2'),
        url('/theme_font/Archivo-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Archivo';
    src: url('../fonts/Archivo-Bold.woff2') format('woff2'),
        url('/theme_font/Archivo-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Archivo';
    src: url('../fonts/Archivo-MediumItalic.woff2') format('woff2'),
        url('/theme_font/Archivo-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Archivo';
    src: url('../fonts/Archivo-SemiBold.woff2') format('woff2'),
        url('/theme_font/Archivo-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Archivo';
    src: url('../fonts/Archivo-Italic.woff2') format('woff2'),
        url('/theme_font/Archivo-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Archivo';
    src: url('../fonts/Archivo-ThinItalic.woff2') format('woff2'),
        url('/theme_font/Archivo-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Archivo';
    src: url('../fonts/Archivo-ExtraLightItalic.woff2') format('woff2'),
        url('/theme_font/Archivo-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Archivo';
    src: url('../fonts/Archivo-Thin.woff2') format('woff2'),
        url('/theme_font/Archivo-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Archivo';
    src: url('../fonts/Archivo-Regular.woff2') format('woff2'),
        url('/theme_font/Archivo-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.circle img {
    margin-top: 4px;
}

.title-container {
    padding: 143px var(--space-large) 0;
    margin-top: -361px !important;
    background-color: transparent;
    position: relative;
}

.triangle-down {
    background-image: url(../images/triangle_header.svg);
    background-repeat: no-repeat;
    background-size: 650px 140px;
    width: 650px;
    height: 140px;
    max-width: 100%;
    max-height: 100%;
    display: flex;
    justify-content: center;

}

.triangle-down img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
    margin-left: auto;
    margin-right: auto;
    max-width: 170px;
    max-height: 80px;

    position: relative
}

.triangle-bleu img {
    max-width: 170px;
    max-height: 80px;
}


.card .cta {
    font-weight: 600
}


a {
    text-decoration: none;
    color: inherit
}

p {
    margin: 0
}

html,
body {
    font-family: 'Archivo';
    font-weight: normal
}

#section-popular .card {
    width: 100% !important
}

main {
    font-weight: normal;
}

main {
    margin: 0;
    padding-top: 2rem;
}

html,
body {
    font-size: 16px;
    max-width: unset !important
}

section {
    padding: 60px var(--space-large);
    max-width: var(--width-large);
    margin: auto;
    position: relative;
}

section.top {
    margin-top: unset
}

/* Color */
.color-primary {
    color: var(--primary-color)
}

.color-secondary {
    color: var(--secondary-color)
}

.color-high {
    color: var(--high-priority-color)
}

.color-low {
    color: var(--low-priority-color)
}

.color-green {
    color: var(--green-color)
}

.color-red {
    color: var(--red-color)
}

.color-yellow {
    color: var(--yellow-color)
}

.color-green-dark {
    color: var(--green-dark-color)
}

.color-green-light {
    color: var(--green-light-color)
}

.color-dark {
    color: var(--dark-color)
}

.color-white {
    color: var(--white-color)
}

.color-grey {
    color: var(--grey-dark-color)
}

.color-black {
    color: var(--black-color)
}

.bg-primary {
    background-color: var(--primary-color)
}

.bg-secondary {
    background-color: var(--secondary-color)
}

.bg-high {
    background-color: var(--high-priority-color)
}

.bg-low {
    background-color: var(--low-priority-color)
}

.bg-white {
    background-color: var(--white-color)
}

.bg-grey {
    background-color: var(--grey-color)
}

.bg-black {
    background-color: var(--black-color)
}

.bg-green {
    background-color: var(--green-color)
}

.bg-red {
    background-color: var(--red-color)
}

.bg-yellow {
    background-color: var(--yellow-color)
}

.bg-green-dark {
    background-color: var(--green-dark-color)
}

.bg-green-light {
    background-color: var(--green-light-color)
}

.bg-dark {
    background-color: var(--dark-color)
}

/* Max-width*/

.maxwidth-large {
    max-width: var(--width-large)
}

.maxwidth-medium {
    max-width: var(--width-medium)
}

.maxwidth-small {
    max-width: var(--width-small)
}

#section-popular .subtitle {
    font-size: 2rem
}

.maxwidth-xsmall {
    max-width: var(--width-xsmall)
}

.card .text-small {
    color: rgba(110, 128, 162, 0.60);
}

.maxwidth-card {
    max-width: var(--width-card)
}

/* Typo */
.hero {
    font-size: var(--typo-hero-title);
    font-weight: 700;
    margin: 0 0 var(--space-large);
    max-width: var(--width-xsmall);
    padding-top: 3.75rem;
    margin-bottom: 15px
}

.title {
    font-size: var(--typo-title);
    font-weight: 700;
    padding: 0 0 var(--space-large);
    margin: 0;
    color: var(--black-color)
}

.main--chartbuilder .title {
    font-size: 2rem
}

.subtitle {
    font-size: var(--typo-subtitle);
    margin: 0 0 15px;
    font-weight: 700;
    color: var(--primary-color)
}

.section-title {
    font-size: var(--typo-section-title)
}

.section-subtitle-large {
    font-size: var(--typo-section-subtitle-large)
}

.section-subtitle-small {
    font-size: var(--typo-section-subtitle-small)
}

.section-subtitle-xsmall {
    font-size: var(--typo-section-subtitle-xsmall)
}

.highlights-large {
    font-size: var(--typo-highlights-large)
}

.highlights-medium {
    font-size: var(--typo-highlights-medium)
}

.highlights-small {
    font-size: var(--typo-highlights-small);
    line-height: 1.45
}

.highlights-xsmall {
    font-size: var(--typo-section-subtitle-xsmall)
}

.text-medium {
    font-size: var(--typo-text-medium);
    margin: 0 0 var(--space-medium);
    line-height: var(--lineheight-text-medium);
}

.text-small {
    font-size: var(--typo-text-small);
    margin: 0 0 var(--space-medium);
    margin-bottom: 15px !important;
    line-height: var(--lineheight-text-small);
    font-weight: 700;


}

.text-xs {
    font-size: var(--typo-text-xs)
}

.text-cta {
    font-size: var(--typo-cta)
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.ff-arial {
    font-family: Arial, Helvetica, sans-serif;
}

.ff-mark {
    font-family: Arial, Helvetica, sans-serif;
}

.fw-xbold {
    font-weight: 900
}

.fw-bold {
    font-weight: 700
}

.fw-regular {
    font-weight: 400
}

.fw-sbold {
    font-weight: 600
}

.fw-medium {
    font-weight: 500
}

.italic {
    font-style: italic
}

.uppercase {
    text-transform: uppercase
}

/* Margin / Padding */
.mt-xlarge {
    margin-top: var(--space-xlarge)
}

.mt-xxlarge {
    margin-top: var(--space-xxlarge)
}

.mt-large {
    margin-top: var(--space-large)
}

.mt-medium {
    margin-top: var(--space-medium)
}

.mt-small {
    margin-top: var(--space-small)
}

.mb-xlarge {
    margin-bottom: var(--space-xlarge)
}

.mb-xxlarge {
    margin-bottom: var(--space-xxlarge)
}

.mb-large {
    margin-bottom: var(--space-large)
}

.mb-medium {
    margin-bottom: var(--space-medium)
}

.mb-small {
    margin-bottom: var(--space-small)
}

.ml-xlarge {
    margin-left: var(--space-xlarge)
}

.ml-xxlarge {
    margin-left: var(--space-xxlarge)
}

.ml-large {
    margin-left: var(--space-large)
}

.ml-medium {
    margin-left: var(--space-medium)
}

.ml-small {
    margin-left: var(--space-small)
}

.mr-xlarge {
    margin-right: var(--space-xlarge)
}

.mr-xxlarge {
    margin-right: var(--space-xxlarge)
}

.mr-large {
    margin-right: var(--space-large)
}

.mr-medium {
    margin-right: var(--space-medium)
}

.mr-small {
    margin-right: var(--space-small)
}


.mx-xlarge {
    margin-left: var(--space-xlarge);
    margin-right: var(--space-xlarge)
}

.mx-xxlarge {
    margin-left: var(--space-xxlarge);
    margin-right: var(--space-xxlarge)
}

.mx-small {
    margin-left: var(--space-small);
    margin-right: var(--space-small)
}

.mx-medium {
    margin-left: var(--space-medium);
    margin-right: var(--space-medium)
}

.mx-large {
    margin-left: var(--space-large);
    margin-right: var(--space-large)
}

.my-xlarge {
    margin-top: var(--space-xlarge);
    margin-bottom: var(--space-xlarge)
}

.my-xxlarge {
    margin-top: var(--space-xxlarge);
    margin-bottom: var(--space-xxlarge)
}

.my-small {
    margin-top: var(--space-small);
    margin-bottom: var(--space-small)
}

.my-medium {
    margin-top: var(--space-medium);
    margin-bottom: var(--space-medium)
}

.my-large {
    margin-top: var(--space-large);
    margin-bottom: var(--space-large)
}

.m-xlarge {
    margin: var(--space-xlarge)
}

.m-xxlarge {
    margin: var(--space-xxlarge)
}

.m-large {
    margin: var(--space-large)
}

.m-medium {
    margin: var(--space-medium)
}

.m-small {
    margin: var(--space-small)
}

.p-xlarge {
    padding: var(--space-xlarge)
}

.p-xxlarge {
    padding: var(--space-xxlarge)
}

.p-large {
    padding: var(--space-large)
}

.p-medium {
    padding: var(--space-medium)
}

.p-small {
    padding: var(--space-small)
}

.pt-xlarge {
    padding-top: var(--space-xlarge)
}

.pt-xxlarge {
    padding-top: var(--space-xxlarge)
}

.pt-large {
    padding-top: var(--space-large)
}

.pt-medium {
    padding-top: var(--space-medium)
}

.pt-small {
    padding-top: var(--space-small)
}

.pb-xlarge {
    padding-bottom: var(--space-xlarge)
}

.pb-xxlarge {
    padding-bottom: var(--space-xxlarge)
}

.pb-large {
    padding-bottom: var(--space-large)
}

.pb-medium {
    padding-bottom: var(--space-medium)
}

.pb-small {
    padding-bottom: var(--space-small)
}

.pl-xlarge {
    padding-left: var(--space-xlarge)
}

.pl-xxlarge {
    padding-left: var(--space-xxlarge)
}

.pl-large {
    padding-left: var(--space-large)
}

.pl-medium {
    padding-left: var(--space-medium)
}

.pl-small {
    padding-left: var(--space-small)
}

.pr-xlarge {
    padding-right: var(--space-xlarge)
}

.pr-xxlarge {
    padding-right: var(--space-xxlarge)
}

.pr-large {
    padding-right: var(--space-large)
}

.pr-medium {
    padding-right: var(--space-medium)
}

.pr-small {
    padding-right: var(--space-small)
}

.px-xlarge {
    padding-left: var(--space-xlarge);
    padding-right: var(--space-xlarge)
}

.px-xxlarge {
    padding-left: var(--space-xxlarge);
    padding-right: var(--space-xxlarge)
}

.px-small {
    padding-left: var(--space-small);
    padding-right: var(--space-small)
}

.px-medium {
    padding-left: var(--space-medium);
    padding-right: var(--space-medium)
}

.px-large {
    padding-left: var(--space-large);
    padding-right: var(--space-large)
}

.py-xlarge {
    padding-top: var(--space-xlarge);
    padding-bottom: var(--space-xlarge)
}

.py-xxlarge {
    padding-top: var(--space-xxlarge);
    padding-bottom: var(--space-xxlarge)
}

.py-small {
    padding-top: var(--space-small);
    padding-bottom: var(--space-small)
}

.py-medium {
    padding-top: var(--space-medium);
    padding-bottom: var(--space-medium)
}

.py-large {
    padding-top: var(--space-large);
    padding-bottom: var(--space-large)
}


.mt-auto {
    margin-top: auto
}

.mx-auto {
    margin: auto
}

.mb-none {
    margin-bottom: 0
}

.pb-none {
    padding-bottom: 0
}

.pt-none {
    padding-top: 0
}

/* Column */
.d-grid {
    display: grid
}

.d-block {
    display: block
}

.d-flex {
    display: flex
}

.d-iflex {
    display: inline-flex
}

.d-none {
    display: none
}

.grid-1 {
    grid-template-columns: 1fr;
}

.grid-2 {
    grid-template-columns: 1fr 1fr;
}

.grid-3 {
    grid-template-columns: 1fr 1fr 1fr;
}

.gap-row-medium {
    row-gap: var(--space-medium);
}

.gap-column-medium {
    column-gap: var(--space-medium);
}

.gap-row-large {
    row-gap: var(--space-large);
}

.gap-column-large {
    column-gap: var(--space-large);
}

.gap-row-xlarge {
    row-gap: var(--space-xlarge);
}

.gap-column-xlarge {
    column-gap: var(--space-xlarge);
}

.gap-column-xxlarge {
    column-gap: var(--space-xxlarge);
}

.gap-row-xxlarge {
    row-gap: var(--space-xxlarge);
}

.gap-column-xxlarge {
    column-gap: var(--space-xxlarge);
}

.gap-row-xxxlarge {
    row-gap: var(--space-xxxlarge);
}

.gap-column-xxxlarge {
    column-gap: var(--space-xxxlarge);
}

.gap-row-small {
    row-gap: var(--space-small);
}

.gap-column-small {
    column-gap: var(--space-small);
}

.leaflet-control-attribution img {
    width: 16px !important;
    height: unset !important;
}

.flex-row {
    flex-direction: row
}

.flex-column {
    flex-direction: column
}

.justify-center {
    justify-content: center;
}

.justify-space-between {
    justify-content: space-between;
}

.align-center {
    align-items: center;
}

.align-start {
    align-items: flex-start
}

.flex-wrap {
    flex-wrap: wrap
}

.border-radius {
    border-radius: var(--border-radius)
}

.border-radius-xl {
    border-radius: var(--border-radius-xl)
}

.relative {
    position: relative
}

.absolute {
    position: absolute
}

.mask1 {
    background-repeat: no-repeat, no-repeat;
    background-position: 100%;
    background-size: 100%;

}

.mask0 {
    background-image: url(../images/triangle-bleu-7.svg);
    background-repeat: repeat-x;
    ;
    height: 360px;
    margin-top: -286px;
    background-size: 1842px;
    transform: translateY(3px);
    background-color: transparent !important
}

.mask3 {
    background-image: url(../images/triangle-bleu-clair-5.svg			);
    background-repeat: repeat-x;
    ;
    height: 360px;
    margin-top: -286px;
    background-size: 1842px;
    transform: translateY(3px);
    background-color: transparent !important
}

.mask3,
.mask0 {
    -webkit-mask-position: bottom center;
}

.mask2 {
    background-repeat: no-repeat, no-repeat;
    background-position: 0% 50%, right -19% top 52%;
    background-size: cover, 60%;
}

.item-result a:hover {
    background-color: #eee;
}

.border-bottom {
    background-image: linear-gradient(to right, #f9dd94 0%, #f9dd94 100%);
    background-repeat: repeat-x;
    background-position: 0px 88%;
    background-size: 100% 12px;
}

/* CTA */
.cta:hover {
    text-decoration: none;
    transition: .5s ease;
    box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.1) !important;

}

.cta {
    display: inline-flex;
    font-size: var(--typo-cta);
    padding: 1.2rem 2rem;
    border-radius: var(--border-radius);
    border: 1px solid transparent;
    font-size: 16px;
    font-weight: bold;
    transition: .5s ease;
    color: white;
    align-items: center;
    text-align: center;
}

.border-left>* {
    margin-left: 15px;
}

.border-left {
    border-left: 10px solid transparent;
    margin-right: var(--space-medium)
}



.tag:hover,
#section-popular .card:hover {
    background-color: var(--white-color);
    border-color: #F8F8F8;
}


.h-100 {
    height: 100%
}

.justify-space-between {
    justify-content: space-between
}

.card img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    border-radius: var(--border-radius-xl);
    height: 100%;

}

.producteur-card {
    width: 187px;
    height: 119px;
    min-height: 100px;

    background-color: var(--secondary-color);
    border-radius: var(--border-radius-xl);
    position: relative;
    transition: .5s ease;
    display: flex;
    align-items: center;
    justify-content: center;

}

.producteur-card a:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.producteur-card:hover {
    box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.1) !important;
}

.producteur-card img {
    object-fit: contain;
}

.cta-with-arrow {
    align-items: center;
}

.producteur-card.unavailable {
    background-color: #F8F8F8CC
}

.cta-with-arrow::after {
    transition: .5s ease;
    content: "";
    flex: 0 0 auto;
    display: inline-flex;
    vertical-align: calc((0.75em - 20px) * 0.5);
    background-color: var(--white-color);
    width: 20px;
    height: 20px;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-image: url("/theme_image/arrow.svg");
    mask-image: url("/theme_image/arrow.svg");
    margin-left: 0.25rem;
}

/* Nav */
nav {
    padding: 0 !important
}

/* Cards */
.card {
    border-radius: var(--border-radius);
    position: relative;
    background-color: #F8F8F8;
    padding: var(--space-xlarge);
    border-radius: var(--border-radius-xl);
    transition: .5s ease;
}

.card-1 {
    padding-top: 35%
}


.card-2 {
    padding-top: 50%
}

.card-title {
    position: absolute;
    top: 5%;
    left: 2%;
    border-radius: 7px
}

#section_visualisation .card {
    background-color: var(--white-color);
    padding: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

#section_visualisation .card .container-img {
    position: relative
}

#section_visualisation .card .container-img:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: cover
}

#section_visualisation .card img {
    border-radius: 0
}

#section_visualisation .card .subcard {
    padding: var(--space-xlarge);
    min-height: 134px;
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: var(--secondary-color)
}

.producteur-card.unavailable {
    text-align: center;
    font-size: 18px
}

.producteur-card.unavailable p {
    color: #00A8A3;

}

#section-popular .card .text-medium {
    font-size: var(--typo-text-medium);
    margin: 0
}

#section-popular .card .text-medium {
    margin-bottom: 5px
}

#section-popular .card .img-container {
    padding-right: 10px
}

#section-popular .card .text-small {
    font-size: var(--typo-text-small);
    margin: 0;
    color: #777777;
    font-weight: 400;

}

#section-popular .card .circle {
    height: 45px;
    width: 45px;
    border-radius: 100%;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    display: flex
}

#section-popular .card .circle img {
    width: unset
}

#section-popular .card {
    border-radius: 10px;
    background-color: var(--grey-color);
    padding: 10px;
    margin-bottom: var(--space-medium);
    min-height: 55px;
    display: flex;
    align-items: center;
    border: 1px solid transparent;
    width: calc(100% - 20px);
    min-height: 90px;
}

.leaflet-popup-tip-container {

    display: none;
}

.card {
    width: 100%
}

.card a {
    text-decoration: none !important
}

a:hover {
    text-decoration: none
}

.line-skew {
    width: 3px;
    transform: skew(-25deg);
    margin: 1px 40px;


}

.line {
    width: 3px;
    background-color: var(--black-color);
    margin: 15px 0
}

.menu .logo-container .grd {
    max-width: 100%;
    height: auto !important
}

.kpi {
    display: flex;
    margin: auto;
    column-gap: 20px;
    color: #fff;
    max-width: 300px;
    justify-content: center;
    align-items: center
}

.kpi-img {
    position: relative;
    display: flex;
    display: none;
}

.kpi {
    flex: 1
}

.kpi .container-kpi {
    display: flex;
    align-items: center;
    column-gap: 8px;
}

#kpi-container {
    column-gap: 6px
}

.kpi .container-kpi .text-xs {
    font-size: .7rem
}

.kpi p {
    margin: 0
}

.umami-input {
    width: 640px;
    max-width: 100%;
    height: 65px;
    border-radius: 15px;
    border: 1px solid #D9D9D9;
    padding: 0 var(--space-xxlarge) 0 var(--space-large);
}

.umami-input::placeholder {
    font-size: 16px;
    color: #CBBDBD
}

.hidden {
    display: none
}

.menu .border-bottom-white {
    padding: 15px 0;
}

.tag {
    background: #F8F8F8;
    border-radius: 5px;
    color: #fff;
    font-weight: 300;
    transition: .5s ease;
    padding: 7px 20px;
    border: 1px solid transparent
}

header .ore-front-header__logo {
    height: 60px
}

.menu {

    width: 470px;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 9999;
    padding: 30px
}

.menu .content {
    padding-top: 50px
}

.menu .content a {

    font-size: 1.2rem;
    font-weight: 700;
    color: var(--white-color)
}

.slideIn {
    animation: menuSlide .5s 1;
    animation-fill-mode: forwards;
}

.slideOut {
    animation: menuSlideOut .5s 1;
}

@keyframes menuSlide {
    from {
        transform: translateX(35vw);
        transition-timing-function: ease-in;
    }

    to {
        transform: translateX(0px);
        transition-timing-function: ease-out;
    }
}

@keyframes menuSlideOut {
    from {
        transform: translateX(0);
        transition-timing-function: ease-in;
    }

    to {
        transform: translateX(25vw);
        transition-timing-function: ease-out;
    }
}

@media screen and (max-width:1640px) {

    .mask3,
    .mask0 {

        -webkit-mask-position: bottom;
    }
}

@media screen and (max-width:1350px) {
    .mask1 {
        background-position: 0;
        background-size: cover;
    }

    .mask2 {
        background-size: cover, 90%;
        background-position: 11% 50%, right -165% top 52%;

    }

}

@media screen and (max-width:1280px) {
    .mask1 {
        background-position: 5% 20%, right top 52%;
        background-size: auto, auto;
    }

    .mask2 {
        background-size: cover, 80%;

    }

}

@media screen and (max-width:1199px) {}

@media screen and (max-width: 1024px) {
    .menu .logo-container img {}
}

@media screen and (max-width:1020px) {

    .logo-container img {
        width: 166px;
    }

    .menu .logo-container img {
        width: unset;
    }

    .triangle-down {
        background-size: 300px 60px;
        width: 300px;
        height: 60px;
    }

    .triangle-down img {
        max-height: 40px !important;
        max-width: 90px;
        top: 0px;
    }

    .triangle-down a {
        margin-top: 0 !important
    }

    .triangle-down {
        align-items: center !important
    }

    .menu {
        width: calc(50vw + 60px);

    }

    @keyframes menuSlide {
        from {
            transform: translateX(50vw);
            transition-timing-function: ease-in;
        }

        to {
            transform: translateX(0px);
            transition-timing-function: ease-out;
        }
    }
}

@media screen and (max-width: 1020px) {

    header {
        height: 80px
    }

    header .triangle-bleue-container,
    header #logo__header {
        transform: translateY(0px)
    }

    #logo__header {
        top: 25px;
    }
}

@media screen and (max-width:992px) {
    .menu .logo-container img {
        height: unset !important;
        max-width: 150px;
    }

    #logo-agence {
        height: 60px !important
    }

    .d-flex-tab {
        display: flex !important;
        flex-direction: column
    }

    .d-flex-tab>div:first-child {
        order: 2
    }

    .mt-large-tab {
        margin-top: var(--space-xxlarge)
    }

    section.bottom {
        margin-top: -100px
    }

    .mask0,
    .mask3 {
        padding-top: 60px;
        height: 408px;
        margin-top: -356px;
    }

}

@media screen and (max-width:983px) {
    .umami-search {
        justify-content: left
    }
}

@media screen and (max-width:780px) {

    .mask0,
    .mask3 {
        background-position: left -300px center;
    }

    /***/
    .menu .logo-container img {
        height: 40px
    }

    header .fa-bars:before {
        background-size: 28px 22px;
        width: 28px;
        height: 22px;
    }

    /**/
    .d-grid-2-tab {
        grid-template-columns: 1fr 1fr;
    }

    .d-block-tab {
        display: block
    }

    .flex-column-tab {
        flex-direction: column
    }

    .kpi {
        width: 297px;
        justify-content: start
    }

    .menu .logo-container img {
        width: unset
    }

}

@media screen and (max-width:600px) {

    header,
    .header-container {
        height: 50px;
        position: relative;
    }

    section,
    .title-container {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    header .fa-bars:before {
        background-size: 28px 22px;
        width: 28px;
        height: 22px;
    }

    #logo__header {
        top: 5px;
    }

    #logo__header {
        top: 5px
    }

    .producteur-card a {
        max-width: 100px;
    }

    .title-container {
        padding: 0px var(--space-large) 0;
        margin-top: -133px !important;
    }

    .title-container-blue {
        background-color: var(--secondary-color);
    }

    h2.title {
        max-width: 400px !important
    }

    .mask0,
    .mask3 {
        padding-top: 60px;
        height: 383px;
        margin-top: -347px;
    }

    .mask0 {
        height: 342px;
    }

    .triangle-down {
        background-size: 200px 40px;
        width: 200px;
        height: 40px;
    }

    .triangle-down img {
        max-height: 28px !important;
        max-width: 50px;
        top: 0px;
    }

    .logo-container .line {
        margin: 0
    }

    .producteur-card img {
        height: unset !important
    }

    .menu {
        width: calc(100% - 60px);

    }

    @keyframes menuSlide {
        from {
            transform: translateX(100%);
            transition-timing-function: ease-in;
        }

        to {
            transform: translateX(0px);
            transition-timing-function: ease-out;
        }
    }

    .line-skew {
        display: none
    }

    .producteur-card {
        width: calc(100% - 40px);
        margin: auto;

    }

    .umami-input {
        max-width: 337px;
    }

    html,
    body {
        font-size: 12px
    }

    section,
    .title-container {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .mb-medium-mobile {
        margin-bottom: var(--space-medium)
    }

    .mb-large-mobile {
        margin-bottom: var(--space-large)
    }

    .d-block-mob {
        display: block
    }



    .d-flex-mob {
        display: flex
    }

    .flex-column-mob {
        flex-direction: column
    }


    .kpi:not(:last-child) {
        margin-bottom: 10px
    }
}

@media screen and (max-width:500px) {
    #logo-agence {
        height: 30px !important
    }

    #logo-container {
        margin-top: -50px !important
    }

    #logo__header {
        width: 100px;
        top: 10px
    }

    header .fa-bars:before {
        background-size: 20px 15px;
        width: 20px;
        height: 15px;
    }

    .cta {
        font-size: 13.5px;
        text-align: center
    }

    .hero {
        padding-top: 2.5rem
    }

    .logo-container img {
        width: 100px;
        height: unset
    }
}

@media screen and (max-width:470px) {

    .menu {
        width: 320px;
    }
}

@media screen and (max-width:450px) {
    .title {
        font-size: 2.5rem;
    }

    #logo-container {
        margin-top: -83px !important
    }

    .title-container {
        margin-top: 0px !important;
    }

    .bottom {
        transform: unset !important;
    }

    .mask0,
    .mask3 {
        background-image: unset !important;
        height: unset;
        margin-top: unset !important;
        transform: unset
    }

    section {
        padding-bottom: 60px
    }

    .title-container {
        padding-top: unset
    }

    section.bottom {
        margin-top: unset
    }
}

@media screen and (max-width:350px) {
    .cta {
        font-size: 12px;
        text-align: center
    }

    .logo-container img {
        width: 100px;
    }

    .umami-input {
        max-width: 300px;
    }

    .kpi {
        width: 257px;

    }

    .kpi p {
        font-size: .8rem
    }
}


@media screen and (max-width:350px) {
    .cta {
        font-size: 12px;
        text-align: center
    }

    .logo-container img {
        width: 100px;
    }

    .umami-input {
        max-width: 300px;
    }

    .kpi {
        width: 257px;

    }

    .kpi p {
        font-size: .8rem
    }
}

/* ------- madal chargement -------- */
.loadingScreen {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #141446;
    animation: changeBackground 40s infinite;
    z-index: 1000;
}

.loadingText {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3rem;
    color: #fff;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;

    @media screen and (max-width: 850px) {
        font-size: 1.8rem;
    }
}

.dots span {
    margin-left: 0.3rem;
    opacity: 0;
    animation: blink 1.5s infinite;
}

.dots span:nth-child(1) {
    animation-delay: 0s;
}

.dots span:nth-child(2) {
    animation-delay: 0.3s;
}

.dots span:nth-child(3) {
    animation-delay: 0.6s;
}

@keyframes blink {

    0%,
    80%,
    100% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }
}

.spinnerContainer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.spinner {
    display: block;
    position: relative;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    animation: rotate 1s linear infinite;

    @media screen and (max-width: 850px) {
        width: 300px;
        height: 300px;
    }
}

.spinner::before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    inset: 0px;
    border-radius: 50%;
    border: 8px solid #fff;
    animation: prixClipFix 3s linear infinite;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes prixClipFix {
    0% {
        clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
    }

    12.5% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
    }

    25% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
    }

    37.5% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
    }

    50% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
    }

    62.5% {
        clip-path: polygon(50% 50%, 100% 0, 100% 0, 100% 100%, 0 100%, 0 0);
    }

    75% {
        clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 0 100%, 0 0);
    }

    87.5% {
        clip-path: polygon(50% 50%, 0 100%, 0 100%, 0 100%, 0 100%, 0 0);
    }

    100% {
        clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
    }
}

/* ------- fin madal chargement -------- */

/* ------------- liste auto compretion ------------------- */
.autocomplete-list {
    position: absolute;
    top: calc(100% - 25px);
    left: 0;
    width: 100%;
    height: auto;
    flex-direction: column;
    background-color: var(--white-color);
    z-index: -1;
    padding-top: 25px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 8px 8px;
}

.autocomplete-list a,
.autocomplete-list p {
    padding: 10px;
    color: rgb(0, 0, 0);
    font-size: 18px;
    text-decoration: none;
    font-family: 'Archivo';
    width: 100%;
    box-sizing: border-box;
}

.autocomplete-list p {
    text-align: center;
    padding: 15px;
    font-size: 20px;
}

.autocomplete-list a {
    cursor: pointer;
}

.autocomplete-list a:hover {
    background-color: #eee;
}

/* ------------- fin liste auto compretion ------------------- */