/** Shopify CDN: Minification failed

Line 606:22 Unexpected "{"

**/
/* DEV : à supprimer à la livraison */
#preview-bar-iframe {
    display: none !important;
}

/* FONTS -------------------- : On importe les fonts custom depuis les assets du site */
@font-face {
    font-family: "Graphie";
    src: url('//georide.fr/cdn/shop/t/36/assets/Graphie-Regular.otf?v=22966092532996375541756370977') format("opentype");
    font-weight: 400;
}
@font-face {
    font-family: "Graphie";
    src: url('//georide.fr/cdn/shop/t/36/assets/Graphie-SemiBold.otf?v=6818946320061934961756370978') format("opentype");
    font-weight: 600;
}
@font-face {
    font-family: "Graphie";
    src: url('//georide.fr/cdn/shop/t/36/assets/Graphie-Bold.otf?v=168310975228340164761756370976') format("opentype");
    font-weight: 700;
}

* {
    -webkit-font-smoothing: antialiased;
    /* Optimiser l'affichage des fonts (surtout pour Mac) */
}

/* VARIABLES -------------------- : On paramètre les variables des fonts, couleurs, tailles & autres */
:root {
    /* FONT */
    --body-font: "Graphie", sans-serif;
    --header-font: "autostrada", sans-serif;

    /* MENU */
    --announcement-bar-height: 36px;
    --header-height: 72px;
    --header-height-mobile: 54px;
    --header-full-height: calc(var(--announcement-bar-height) + var(--header-height));
    --header-full-mobile-height: calc(var(--announcement-bar-height) + var(--header-height-mobile));
    --margin-top-main-content: calc((var(--announcement-bar-height) * -1) + (var(--header-height) * -1));
    --margin-top-main-content-mobile: calc((var(--announcement-bar-height) * -1) + (var(--header-height-mobile) * -1));

    /* COULEUR */
    --primary: #FB7417;
    --primary-rgb: 251, 116, 23;
    --primary-light: #FFEADC;
    --yellow: #FDC964;
    --gradient: linear-gradient(265deg, rgba(253, 201, 100, 1) 9%, rgba(251, 116, 23, 1) 88%);
    --gradient-light: linear-gradient(265deg, rgba(253, 201, 100, .7) 9%, rgba(251, 116, 23, .7) 88%);
    --gradient-extra-light: linear-gradient(265deg, rgba(253, 201, 100, .3) 9%, rgba(251, 116, 23, .3) 88%);

    --white: #FFFF;
    --black-50: #F2F2F2;
    --black-100: #D4D4D4;
    --black-500: #848484;
    --black-700: #525252;
    --black-800: #353535;
    --black-900: #212121;
    --black: #000;
    --green: #1EBD41;
    --blue: #1C17FB;


    /* SHADOW */
    --box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.1);
    --box-shadow-lg: 0px -20px 100px rgba(0, 0, 0, 0.5), -100px 200px 140px rgba(251, 116, 23, 0.05);
    --color-box-shadow: #D9D9D9;

    /* TRANSITION */
    --transition: .3s ease-in-out;
}

/* FONTS -------------------- : On paramètre le style des fonts */
body {
    font-family: var(--body-font);
    color: var(--black-900);
}

h1, .mm-h1,
h2, .mm-h2,
h3, .mm-h3,
p, span, .mm-text,
a, button {
    font-family: var(--body-font);
    color: var(--black-900);
    margin: 0;
}
h1, .mm-h1, .mm-h1 p {
    font-weight: 700;
    font-size: 50px;
    line-height: 48px;
    letter-spacing: -0.7px;
}
h2, .mm-h2 {
    font-weight: 700;
    font-size: 33px;
    line-height: 39px;
    letter-spacing: -0.7px;
}
h3, .mm-h3 {
    font-weight: 600;
    font-size: 29px;
    line-height: 35px;
    letter-spacing: -0.5px;
}
h4, .mm-h4 {
    font-weight: 700;
    font-size: 19px;
    line-height: 24px;
    letter-spacing: 0.2px;
}
h5, .mm-h5 {
    font-weight: 700;
    font-size: 19px;
    line-height: 24px;
    letter-spacing: 0.2px;
    color: var(--white);
}
p, span, .mm-text,
a, button {
    font-weight: 400;
    font-size: 17px;
    line-height: 28px;
}

.mm-display {
    font-weight: 700;
    font-size: 67px;
    line-height: 67px;
    letter-spacing: -1px;
}

/* Text LG  -------------------- */
.mm-text-lg,
.mm-text-lg p,
.mm-text-lg span,
.mm-text-lg-bold,
.mm-text-lg-bold p,
.mm-text-lg-bold span {
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0.2px;
}
.mm-text-lg-bold,
.mm-text-lg-bold p,
.mm-text-lg-bold span  {
    font-weight: 700;
}

/* Text  -------------------- */
.mm-text-semibold,
.mm-text-bold {
    font-weight: 600;
    font-size: 17px;
    line-height: 29px;
}
.mm-text-bold {
    font-weight: 700;
}

/* Text SM  -------------------- */
.mm-text-sm,
.mm-text-sm p,
.mm-text-sm span,
.mm-text-sm-bold {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.2px;
}
.mm-text-sm-bold {
    font-weight: 700;
}

/* Text XS  -------------------- */
.mm-text-xs,
.mm-text-xs p,
.mm-text-xs-bold {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.2px;
}
.mm-text-xs-bold {
    font-weight: 700;
}

/* Overtitre  -------------------- */
.mm-overtitre-lg {
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.mm-overtitre {
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* RESET -------------------- : On vient reboot les règles auto du navigateur + celles du Dawn */

* {
    line-height: 1.2;
    letter-spacing: 0;
}
a {
    text-decoration: none;
    display: inline-block;
}
a:empty {
    display: block;
}
ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.mm-article-content ul {
  list-style: disc;
}

/* MAIN -------------------- : Règles générales du thème */

/* Sections  -------------------- */
.mm-section {
    /* à utiliser sur toutes les sections AVEC padding top et bottom */
    position: relative;
    padding-inline: 7rem;
    padding-left: 7rem;
    padding-right: 7rem;
    padding-block: 3rem;
    max-width: 1440px;
    margin-inline: auto;
    margin-top: 4rem;
}
.mm-section-width {
    /* à utiliser sur toutes les sections SANS padding top et bottom */
    position: relative;
    padding-inline: 7rem;
    padding-left: 7rem;
    padding-right: 7rem;
    max-width: 1440px;
    margin-inline: auto;
}
.mm-section-full {
    position: relative;
    margin-inline: auto;
    margin-top: 4rem;
}
.mm-section-lg {
    max-width: 1200px;
    padding: 2rem;
}
.mm-section-md {
    max-width: 1000px;
}
.mm-section-sm {
    max-width: 700px;
}

@media(max-width:768px) {
    .mm-section {
        margin-top: 3rem;
        padding-inline: 20px;
        padding-left: 20px;
        padding-right: 20px;
        padding-block: 0;
    }
    .mm-section-width {
        /* à utiliser sur toutes les sections SANS padding top et bottom */
        padding-inline: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .mm-section-full {
        margin-top: 3rem;
    }
}

/* Buttons  -------------------- */
.mm-btn-primary,
.mm-btn-secondary,
.mm-btn-secondary-dark,
.mm-btn-secondary-dark-sm,
.mm-btn-secondary-sm,
.mm-btn-primary-no-transition {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    white-space: nowrap;
    width: fit-content;
    height: fit-content;
    font-weight: 700;
}
.mm-btn-primary[disabled],
.mm-btn-secondary[disabled],
.mm-btn-secondary-dark[disabled],
.mm-btn-secondary-sm[disabled],
.mm-btn-primary-no-transition[disabled]  {
    background: var(--black-50);
    color: var(--black-900);
    box-shadow: none;
    cursor: default;
    pointer-events: none;
}

.mm-btn-primary,
.mm-btn-secondary,
.mm-btn-secondary-dark,
.mm-btn-primary-no-transition {
    min-width: 150px;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1.5px;
    padding: 12px 20px;
    text-transform: uppercase;
    border-radius: 12px;
}

/* Button primary */
.mm-btn-primary {
    background: var(--gradient);
    color: var(--black);
    transition: var(--transition);
}
.mm-btn-primary-no-transition {
    background: var(--gradient);
    color: var(--black);
}
/* Button secondary */
.mm-btn-secondary,
.mm-btn-secondary-sm {
    border: none;
    outline: none;
    position: relative;
    color: var(--primary);
    background: var(--gradient);
    z-index: 1;
    transition: var(--transition);
    transition: translate 0s;
}

/* Button secondary small */
.mm-btn-secondary-sm,
.mm-btn-secondary-dark-sm {
    min-width: 100px;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 2px;
    padding: 9px 12px;
    text-transform: uppercase;
    border-radius: 8px;
}

/* Button secondary small dark */
.mm-btn-secondary-dark-sm {
    background: transparent;
    color: var(--black-900);
    border: 1.5px solid var(--black-900);
    transition: var(--transition);
}

/* Button secondary dark */
.mm-btn-secondary-dark {
    background: transparent;
    color: var(--black-900);
    border: 1.5px solid var(--black-900);
    transition: var(--transition);
}

/* Button secondary effects */
.mm-btn-secondary:before,
.mm-btn-secondary-sm:before {
    content: "";
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    background: var(--black-900);
    z-index: -1;
    transition: var(--transition);
}
.mm-btn-secondary:before {
    border-radius: 10px;
}
.mm-btn-secondary-sm:before {
    border-radius: 6px;
}
.mm-btn-secondary:hover,
.mm-btn-secondary-sm:hover {
    color: var(--black);
    transition: var(--transition);
}
.mm-btn-secondary:hover:before,
.mm-btn-secondary-sm:hover:before {
    opacity: 0;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

/* Labels */
.mm-label,
.mm-label-dark,
.mm-label-lg {
    width: fit-content;
    height: fit-content;
    text-transform: uppercase;
    color: var(--white);
    font-weight: 700;
    padding: 4px 10px;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 2px;
    background: var(--gradient);
    border-radius: 20px;
}
.mm-label-lg {
    padding: 8px 14px;
}
.mm-label-dark {
    color: var(--black-900);
}

/* Tags */
.mm-tag {
    width: fit-content;
    height: fit-content;
    text-transform: uppercase;
    color: var(--primary);
    font-weight: 700;
    padding: 4px 10px;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 2px;
    background: rgba(251, 116, 23, 0.2);
    border-radius: 20px;
}

/* Utility  -------------------- */
.mm-centered {
    text-align: center;
}
.mm-text-start {
    text-align: start;
}
.mm-text-end {
    text-align: end;
}
.mm-full {
    width: 100%;
}
.mm-grid {
    display: grid;
}
.mm-inline {
    display: inline-block;
}
.mm-flex {
    display: flex;
}
.mm-column {
    flex-direction: column;
}
.mm-row-reverse {
    flex-direction: row-reverse;
}
.mm-justify-between {
    justify-content: space-between;
}
.mm-justify-around {
    justify-content: space-around;
}
.mm-justify-center {
    justify-content: center;
}
.mm-flex-start {
    justify-content: flex-start;
}
.mm-flex-end {
    justify-content: flex-end;
}
.mm-align-center {
    align-items: center;
}
.mm-align-start {
    align-items: flex-start;
}
.mm-align-end {
    align-items: flex-end;
}
.mm-align-baseline {
    align-items: baseline;
}
.mm-flex-grow {
    flex-grow: 1
}
.mm-none {
    display: none;
}
.mm-show {
    display: block;
}
.mm-0,
.mm-0 p {
    margin: 0;
}
.mm-upcase {
    text-transform: uppercase;
}
.mm-capitalize {
    text-transform: capitalize;
}
.mm-linethrough {
    text-decoration: line-through;
}
.mm-box-shadow {
    background: var(--color-box-shadow);
    box-shadow: var(--box-shadow);
}
.mm-visible {
    opacity: 1;
    pointer-events: auto;
    display: block;
}
.mm-hidden {
    opacity: 0;
    pointer-events: none;
    cursor: default;
}
.mm-stop-scrolling {
    height: 100% !important;
    overflow: hidden !important;
}
.mm-primary {
    color: var(--primary);
}
.mm-bg-primary {
    background: var(--primary);
}
.mm-bg-green {
    background: var(--green);
}
.mm-bg-blue {
    background: var(--blue);
}
.mm-fill-primary svg path {
    fill: var(--primary);
}
.mm-fill-green svg path {
    fill: var(--green);
}
.mm-fill-blue svg path {
    fill: var(--blue);
}
.mm-stroke-primary svg path {
    stroke: var(--primary);
}
.mm-stroke-green svg path {
    stroke: var(--green);
}
.mm-stroke-blue svg path {
    stroke: var(--blue);
}
.mm-white {
    color: var(--white);
}
.mm-black-500 {
    color: var(--black-500);
}
.mm-black-700 {
    color: var(--black-700);
}
.mm-black-800 {
    color: var(--black-800);
}
.mm-black {
    color: var(--black-900);
}

/* Responsive  -------------------- */
.mm-desktop,
.mm-desktop-590,
.mm-desktop-915,
.mm-desktop-1040 {
    display: block !important;
}
.mm-desktop-inline-block {
    display: inline-block !important;
}
.mm-desktop-grid-1040,
.mm-desktop-grid-590, {
    display: grid !important;
}
.mm-desktop-grid-900 {
    display: grid !important;
}
.mm-desktop-flex,
.mm-desktop-flex-915,
.mm-desktop-flex-1040 {
    display: flex !important;
}
.mm-mobile,
.mm-mobile-590,
.mm-mobile-915,
.mm-mobile-900,
.mm-mobile-flex-900,
.mm-mobile-1040,
.mm-mobile-flex-1040,
.mm-mobile-inline-block,
.mm-mobile-flex {
    display: none !important;
}

@media(max-width:1040px) {
    .mm-desktop-1040,
    .mm-desktop-flex-1040 {
        display: none !important;
    }
    .mm-desktop-grid-1040 {
        display: none !important;
    }
    .mm-mobile-1040 {
        display: block !important;
    }
    .mm-mobile-flex-1040 {
        display: flex !important;
    }
}

@media(max-width:900px) {
    .mm-desktop-grid-900 {
        display: none !important;
    }
    .mm-mobile-900 {
        display: block !important;
    }
    .mm-mobile-flex-900 {
        display: flex !important;
    }
}

@media(max-width:915px) {
    .mm-desktop-915 {
        display: none !important;
    }
    .mm-bloc-text-video-section_btn{
        display:block!important;
    }
    
    .mm-mobile-915 {
        display: block !important;
    }
}

@media(max-width:768px) {
    .mm-desktop,
    .mm-desktop-inline-block,
    .mm-desktop-flex {
        display: none !important;
    }
    .mm-mobile {
        display: block !important;
    }
    .mm-mobile-inline-block {
        display: inline-block !important;
    }
    .mm-mobile-flex {
        display: flex !important;
    }
}

@media(max-width:590px) {
    .mm-desktop-590,
    .mm-desktop-grid-590 {
        display: none !important;
    }
    .mm-mobile-590 {
        display: block !important;
    }
}

/* PRODUCT CARD -------------------- : CSS des product cards */
.mm-product-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-radius: 24px;
    max-width: 630px;
    padding: 32px;
    min-height: 550px;
    overflow: hidden;
    transition: var(--transition);
}
.mm-product-link {
    width: 100%;
    height: 100%;
}
.mm-p-img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: top;
    transition: var(--transition);
    z-index: -1;
}
.mm-product-card:hover {
    box-shadow: inset 0px 0px 100px rgba(0, 0, 0, 0.25);
    transition: var(--transition);
}
.mm-product-card:hover .mm-p-img {
    scale: 1.2;
    transition: var(--transition);
}
.mm-p-infos {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    height: 100%;
    width: 100%;
    align-items: center;
    text-align: center;
}
.mm-product-card .mm-label,
.mm-product-card .mm-label-none {
    display: block !important;
    margin: 0 auto;
}
.mm-p-desc {
    margin-top: 11px;
}
.mm-p-desc {
    color: var(--black-500);
}

@media(max-width:890px) {
    .mm-product-card {
        max-width: 100vw;
        min-height: 350px;
        padding: 20px;
    }
    .mm-product-card .mm-label,
    .mm-product-card .mm-label-none {
        margin: 0 auto 5px;
    }
    .mm-p-desc {
        margin-top: 0;
    }
}

@media(max-width:768px) {
    .mm-p-title {
        font-size: 28px;
        line-height: 36px;
    }
    .mm-p-desc,
    .mm-p-desc p,
    .mm-p-desc span {
        font-size: 14px;
        line-height: 20px;
    }
}

/* PRICE TAG CARD -------------------- : CSS des collection cards */
.mm-price-tag-card {
    background-color: var(--white);
    border-radius: 12px;
    height: fit-content;
    display: flex;
    flex-direction: column;
}
.mm-pt-top {
    flex-grow: 1;
    text-align: left;
    padding: 12px 16px;
}
.mm-pt-price {
    color: var(--primary);
    white-space: nowrap;
}
.mm-pt-desc,
.mm-pt-price span {
    color: var(--black-700);
}
.mm-price-tag-card .mm-btn-primary {
    border-radius: 0 0 12px 12px;
    width: 100%;
}

/* COLLECTION CARD -------------------- : CSS des collection cards */


/* REASSURANCE CARD -------------------- : CSS des collection cards */


/* STORE CARD -------------------- : CSS des collection cards */


/* ARTICLE CARD -------------------- : CSS des article cards */

.mm-article-card {
    width: 309px;
    height: 422px;
    background-color: var(--white);
    margin: 12px;
    overflow: hidden;
    flex-wrap: wrap;
    border: 1px solid var(--black-100);
    filter: drop-shadow(0px 6px 24px rgba(0, 0, 0, 0.1));
    border-radius: 4px;
}

.mm-article-card_img {
    width: 100%;
    height: 47%;
    object-fit: cover;
}

.mm-article-card_img-empty {
    width: 10px;
    height: 207px;
    background-color: var(--white);
    color: var(--white);
    object-fit: cover;
}

.mm-article-card_texts {
    padding: 16px 24px 24px;
}

.mm-article-card-tags-date {
    display: grid;
    grid-template-columns: 5fr 1fr;
    font-size: 12px;
    align-items: baseline;
    max-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.mm-article-card-tags {
    display: flex;
    align-items: center;
    text-align: center;
    white-space: nowrap;
}

.mm-article-card-tag {
    padding: 4px 10px;
    background: rgba(251, 116, 23, 0.2);
    border-radius: 20px;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--primary);
    margin-right: 5px;
}

.mm-article-card_texts .mm-h3 {
    font-weight: 700;
    font-size: 19px;
    line-height: 24px;
    padding: 8px 0;
}

.mm-article-card_texts p {
    font-size: 16px;
    line-height: 24px;
    color: var(--black-700);
    letter-spacing: -0.1px;
}

.mm-article-card_article-title {
    max-height: 59px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.mm-article-card_article-contents {
    max-height: 24vh;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.mm-article-card_article-content {
    max-height: 96px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
/* SPLIDE CSS -------------------- : CSS de la pagination du Splide */


/* FIL D'ARIANE -------------------- : CSS de main-product + main-blog + collection */
.mm-breadcrumb,
.mm-breadcrumb-text {
    font-weight: 600;
    font-size: 10px;
    line-height: 15px;
}
.mm-breadcrumb-text {
    color: var(--grey-400);
}
.mm-breadcrumb-text:after {
    content: "/";
    margin: -2px 4px 0;
}
