/**
 * Styles
 *
 *
 * Base
 */

html {
    height: 100%;
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.5;
    scroll-behavior: smooth;
    scroll-padding-top: 64px;
    overflow-x: hidden;
}
html,
body {
    position: relative;
    margin: 0;
    font-family: "Montserrat", sans-serif;
    color: #DA2228
}
body * {
    box-sizing: border-box
}
img,
video {
    max-width: 100%;
    height: auto
}
h2 {
    font-family: interstate-condensed, sans-serif;
    font-size: 1.4em;
    text-align: center;
    line-height: 1.3;
    font-weight: 800
}
@media all and (min-width: 1100px) {
    h2 {
        font-size: 2.875em
    }
}

table,
td {
    border: 1px solid #333
}
thead,
tfoot {
    background-color: #DA2228;
    color: #fff;
    padding: 1rem
}
th {
    padding: 1rem
}
td {
    padding: 0.5rem
}

::selection {
    background-color: #361B1B;
    color: #fff
}
a {
    color: #DA2228;
    text-decoration: none
}

/**
 * Layout
 */

.grid-row {
    padding: 0 2rem
}
@media all and (min-width: 700px) {
    .grid-row {
        width: 90%;
        max-width: 1088px;
        margin: 0 auto;
        padding: 0
    }
}
@media all and (min-width: 700px) {
    .grid-row {
        width: 80%
    }
}

/**
 * CTA
 */

.cta {
    display: inline-block;
    padding: .75rem 2rem;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #361B1B;
    background-color: #CCDA2B;
    border-radius: 5rem;
    transition: all ease .15s;
}
.cta--alternate {
    color: #000;
    background-color: #fff
}
.cta:hover,
.cta--alternate:hover {
    color: #fff;
    background-color: #361B1B
}
.cta--dark:focus {
    border: 2px solid #DA2228
}
@media all and (min-width: 1300px) {
    .cta--big {
        padding: 0.75rem 3rem;
        font-size: 1rem
    }
}


/**
 * Hero
 */

.hero {
    overflow: hidden;
    position: relative;
    background-color: #E70010;
}
.hero__logo {
    padding: 4rem 0 3rem;
}
.hero__logo img {
    margin: 0 auto;
    display: block;
    max-height: 426px;
    object-fit: cover;
    object-position: center;
}
.hero__image {
    display: block;
}
@media all and (min-width: 750px) {
    .hero__logo {
        padding: 1.75rem 0 0;
    }
    .hero__logo img {
        margin: 0;
    }
}

/**
 * Icon List
 */

.icon-list {
    padding: 1.5rem 0 2.5rem;
    text-align: center;
    color: #fff;
    background: #E70010;
}
.icon-list__title {
    margin: 0.8em auto;
    font-size: 1.875rem;
    font-family: interstate-condensed, sans-serif;
    text-align: center;
    line-height: 1.3;
    font-weight: 800;
}
.icon-list__wrapper {
    margin: 2rem -2rem 1rem
}
.icon-list__list {
    display: flex;
    padding: 0 2rem;
    margin: 0;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    list-style: none
}
.icon-list__item {
    min-width: 50%;
    margin: 0;
    padding: 0 .33rem;
    scroll-snap-align: start
}
.icon-list__item:first-child {
    padding-left: 2rem;
    min-width: calc(50% + 1.66rem)
}
.icon-list__tag {
    margin-top: 0;
    padding: 0.2rem 0.3rem;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 3px
}
.icon-list__text {
    margin: .33rem 0;
    line-height: 1.3
}
.icon-list__text-big {
    font-size: 1.125rem;
    font-weight: 500
}
@media all and (min-width: 500px) {
    .icon-list__item {
        min-width: 140px
    }
    .icon-list__item:first-child {
        min-width: calc(140px + 1.66rem)
    }
}
@media all and (min-width: 700px) {
    .icon-list {
        margin-top: 0
    }
    .icon-list__list {
        overflow-x: hidden;
        flex-wrap: wrap;
        justify-content: center
    }
    .icon-list__item {
        margin-bottom: 1rem
    }
    .icon-list__title {
        font-size: 2.875rem
    }
}
@media all and (min-width: 1300px) {
    .icon-list {
        padding: 2rem 0 3.5rem
    }
    .icon-list__title {
        margin-bottom: 3.5rem
    }
    .icon-list__wrapper {
        margin-bottom: 2.5rem
    }
    .icon-list__list {
        max-width: 900px;
        margin-left: auto;
        margin-right: auto;
        justify-content: space-between
    }
    .icon-list--alt .icon-list__list {
        justify-content: space-around
    }
    .icon-list__item {
        min-width: none;
        max-width: none;
        width: 160px
    }
    .icon-list__item:first-child {
        padding-left: 0
    }
    .icon-list__tag {
        display: inline-block;
        padding: 0.15rem 0.75rem;
        font-size: 1.2em
    }
    .icon-list__text {
        font-size: 1.2em
    }
}

/**
 * Science Block
 */

.science-block {
    margin: 2.5rem 0;
}
.science-block__image-wrapper {
    position: relative;
    max-width: 100%
}
.science-block__image-wrapper img {
    display: block;
}
.science-block__title {
    text-align: left;
    color: #361B1B;
    font-size: 1.25rem;
    font-weight: 700;
    font-family: "Montserrat", sans-serif
}
.science-block__scheme-item--img {
    flex-basis: 67%;
    margin: 0 -2rem;
}
.science-block__cta {
    display: none;
    text-align: left;
}
.science-block__label {
    display: inline-block;
    color: #361B1B
}
.science-block__label p {
  margin: 0;
}
.science-block__label--right {
    position: absolute;
    top: 14%;
    text-align: right;
    width: 52%;
    right: 188px
}
.science-block__label--left {
    position: absolute;
    top: 85%;
    text-align: left;
    left: 72px;
    width: 47%
}
.science-block__label--right::before,
.science-block__label--right::after,
.science-block__label--left::before,
.science-block__label--left::after {
    display: block;
    content: "";
    position: absolute;
    border-top: solid #CCDA2B 4px;
    top: -10px;
}
.science-block__label::before {
    width: 100%
}
.science-block__image-wrapper {
    margin-bottom: 5rem
}
@media screen and (min-width: 320px) {
    .science-block__label--right {
        width: 72%;
        right: 40px
    }
    .science-block__label--left {
        left: 30px;
        width: 50%;
        top: 88%;
    }
}
@media screen and (min-width: 500px) {
    .science-block__label--right {
        width: 68%;
        right: 70px;
    }
    .science-block__label--left {
        top: 90%;
        left: 40px;
        width: 50%;
    }
    .science-block__image-wrapper {
        margin-bottom: 0;
    }
}
@media screen and (min-width: 750px) {
    .science-block__scheme-wrapper {
        display: flex;
        justify-content: space-between
    }
    .science-block__info {
        width: calc(50% - 1rem);
        max-width: 450px;
    }
    .science-block__scheme-item {
        width: calc(50% - 1rem);
        text-align: left
    }
    .science-block__image-wrapper {
        text-align: right
    }
    .science-block__title {
        font-size: 1.5rem;
    }
    .science-block__cta {
        display: block
    }
    .science-block__scheme-item--img {
        margin: 0;
    }
    .science-block__label--right {
        width: 69%;
        right: 64px
    }
    .science-block__label--left {
        left: 25px;
        width: 53%;
        top: 85%
    }
}
@media screen and (min-width: 1100px) {

    .science-block__title {
        font-size: 2.875rem;
        font-family: interstate-condensed, sans-serif;
        font-style: normal;
        font-weight: 800;
        line-height: 59.8px;
    }
    .science-block__label--right {
        width: 56%;
        right: 161px
    }
    .science-block__label--left {
        left: 40px;
        width: 52%
    }
}
@media screen and (min-width: 1300px) {
    .science-block {
        padding-bottom: 3rem
    }
    .science-block__title {
        max-width: 453px
    }
}
@media screen and (min-width: 1320px) {
    .science-block__label--right {
        width: 52%;
        right: 188px
    }
    .science-block__label--left {
        left: 72px;
        width: 47%
    }
}

/**
 * Scheme Item
 */

.scheme-item {
    margin-bottom: 1rem
}
.scheme-item--large {
    margin: 0 -1rem 2.5rem
}
.scheme-item__title {
    margin-bottom: 0;
    font-size: 1.2em;
    color: #361B1B
}
.scheme-item__title small {
    display: block;
    font-family: "Montserrat", sans-serif;
    color: #DA2228;
    text-transform: uppercase
}
.scheme-item__title span {
    font-size: 1.8em
}
.scheme-item__content-alternate {
    display: flex;
    justify-content: space-between;
    max-width: 290px;
    margin: 0 auto
}
.scheme-item__proof {
    width: 120px
}
.scheme-item__proof:first-child {
    color: #361B1B
}
.scheme-item__proof-title {
    min-height: 51px;
    font-family: "Montserrat", sans-serif;
    font-size: 0.9em;
    line-height: 1.2
}
.scheme-item__proof-image {
    border-radius: 50%;
    border: 5px solid currentColor
}
.scheme-item__proof-text {
    margin-top: 0.5rem;
    font-weight: bold;
    font-size: 1.5em
}
@media all and (min-width: 750px) {
    .scheme-item--large {
        margin: 0 0 2.5rem
    }
}

/**
 * Product Component
 */

.product {
    margin: 0 auto 3rem;
    background-repeat: no-repeat;
    background-size: 625px 289px;
    background-position: -5rem 11rem
}
.product__wrapper {
    max-width: 400px;
    margin: 0 auto
}
.product__title {
    margin-bottom: 0;
    font-size: 3.75rem;
    text-align: left;
    line-height: 1.3;
    color: #DA2228
}
.product__title span {
    display: block;
    color: #DA2228
}
.product__subtitle {
    font-size: 1rem;
    font-family: "Montserrat", sans-serif;
    color: #361B1B;
    font-weight: 600
}
.product__image-wrapper {
    position: relative;
}

@media all and (min-width: 750px) {

    .product__image-wrapper img {
        min-width: 250px;
    }

}

@media all and (min-width: 850px) {

    .product__image-wrapper img {
        min-width: 300px;
    }

}


@media all and (min-width: 1000px) {

    .product__image-wrapper img {
        min-width: 390px;
    }

}


@media all and (min-width: 1200px) {

    .product__image-wrapper img {
        min-width: 490px;
    }
}

.product__description {
    font-family: "Montserrat", sans-serif;
    color: #361B1B;
    font-weight: 500;
    font-size: 1.125rem
}
.product__description > p {
    margin: 0
}
.product__description > p:last-child {
    margin-top: 1rem;
}
.product__description--list {
    padding-left: 0;
    list-style: none;
    margin-top: 0.5rem;
}
.product__description--list li {
    margin-bottom: 0.5rem;
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}
.product__description--list li::before {
    content: "";
    display: block;
    position: relative;
    width: 22px;
    height: 24px;
    background-image: url("../images/check.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.product__description--list li strong {
    color: #DA2228;
    font-weight: normal
}
.product__collapse {
    margin-bottom: 1rem;
    border-radius: 5px;
    overflow: hidden;
    background-color: #f9f9f9
}
.product__collapse-title {
    color: #361B1B;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: .3rem 1rem;
    font-size: 1.15em;
    font-weight: bold;
    background-color: #e4ebea;
    cursor: pointer
}
.product__collapse-title:hover {
    background-color: #361B1B;
    color: #fff
}
.product__collapse-title::after {
    content: "+";
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1em;
    height: 1em;
    margin-left: auto;
    line-height: 1;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    background-color: #DA2228;
    border-radius: 50%
}
.product__collapse-content {
    height: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 1em;
    color: #361B1B;
    transition: all ease .25s
}
.product__collapse-content p {
    padding: 1rem;
    margin: 0
}
.product__collapse.is-open .product__collapse-title::after {
    content: "-"
}
.product__cta {
    margin-top: 2rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column
}
.product__cta--link {
    color: #361B1B;
    text-decoration: underline;
    padding-top: 1rem
}
.product__cta--link:hover {
    color: #DA2228
}
@media all and (min-width: 750px) {
    .product {
        margin: 4rem 0;
        background-position: -20rem 5rem
    }
    .product__wrapper {
        position: relative;
        max-width: none
    }
    .product__header,
    .product__content {
        width: 63%;
        max-width: 536px;
        margin-left: auto
    }
    .product__title span {
        display: inline
    }
    .product__subtitle {
        margin-top: 0.25rem
    }
    .product__image-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        width: 195px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 0.25rem;
        justify-content: center;
    }
    .product__cta {
        text-align: left;
        flex-direction: row
    }
    .product__cta--link {
        padding-right: 2rem;
        padding-top: 0
    }
}
@media all and (min-width: 1000px) {
    .product {
        background-position: -15rem 3rem
    }
    .product__image-wrapper {
        width: 261px;
        display: block;
        left: -13%;
    }
}
@media all and (min-width: 1100px) {
    .product {
        background-position: -10rem 3rem
    }
}
@media all and (min-width: 1200px) {
    .product {
        min-height: 500px;
        background-position: -3rem 8rem
    }
    .product__image-wrapper {
        left: -9%;
        width: 530px;
        text-align: center;
        height: 500px;
        top: 3%;
    }
}
@media all and (min-width: 1300px) {
    .product {
        position: relative;
        margin-bottom: 0;
        padding-top: .5rem;
        padding-bottom: 7rem;
        background-position: -5rem 7rem
    }
    .product__header,
    .product__content {
        margin-right: 92px
    }
    .product__title {
        font-size: 3.75em
    }
}
@media all and (min-width: 1500px) {
    .product {
        background-position: 1rem 7rem
    }
}
@media all and (min-width: 1500px) {
    .product {
        padding-top: 2rem;
        padding-bottom: 8rem;
        background-position: 3rem 7rem
    }
}
@media all and (min-width: 1700px) {
    .product {
        background-position: 9rem 7rem
    }
}
@media all and (min-width: 1800px) {
    .product {
        background-position: 13rem 7rem
    }
}
@media all and (min-width: 1900px) {
    .product {
        background-position: 15rem 7rem
    }
}

/**
 * Fabrication Component
 */

.fabrication {
    background-color: #E70010;
    padding: 2rem 0;
}
.fabrication__wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column
}
.fabrication >.grid-row {
    padding: 0
}
.fabrication__item--content {
    padding: 0 2rem
}
.fabrication__item {
    flex: 1 1 50%
}
.fabrication__item--line {
    display: flex;
    color: #fff;
    font-size: 1rem
}
.fabrication__item--line img {
    margin-right: 1rem;
    width: 68px
}
.fabrication__item--line:first-child {
    margin-bottom: 1rem;
    margin-top: -1rem
}
.fabrication__item--content {
    margin-top: 4rem;
    margin-bottom: 2rem
}
.fabrication__title {
    display: block;
    max-width: 713px;
    color: #fff;
    font-size: 2rem;
    margin: 0 auto 2rem ;
}
@media all and (min-width: 750px) {
    .fabrication {
        padding: 3.5rem 0 3.5rem;
        border-radius: 0 50px 50px 0;
        width: 90%;
    }
    .fabrication > .grid-row {
        padding: 0 2rem
    }
    .fabrication__title {
        font-size: 3rem;
        margin-bottom: 2.5rem;
    }
    .fabrication__item--content {
        padding: 0
    }
    .fabrication__item--line {
        font-size: 1.313rem;
    }
    .fabrication__item--line img {
        width: 92px
    }
}
@media all and (min-width: 1100px) {
    .fabrication__wrapper {
        flex-direction: row
    }
    .fabrication__item--content {
        padding-left: 4rem;
        margin-top: 0;
        margin-bottom: 0
    }
}

/**
 * Slider
 */

.splide__arrows {
    display: none
}
.splide__pagination {
    bottom: 0.5rem
}
.splide__pagination__page {
    background: #361B1B;
    height: 12px;
    margin: 10px;
    width: 12px;
    opacity: 1
}
.splide__pagination__page:hover,
.splide__pagination__page.is-active {
    background: #DA2228;
    opacity: 1
}
@media all and (min-width: 750px) {
    .splide__pagination__page {
        background: white
    }
    .splide__slide:focus {
        border: 1px solid #000
    }
}

/**
 * Video
 */

.video {
    padding: 2rem 0;
    color: #361B1B;
}
.video__title {
    max-width: 628px;
    margin: 0 auto;
    font-size: 1.25rem;
    text-align: center;
    font-weight: 700;
    font-family: "Montserrat", sans-serif
}
.video__wrapper {
    margin: 0 -2rem;
}
.video__content {
    margin: 2rem auto;
    position: relative;
    max-width: 720px;
}
.video__quote {
    font-size: 1.125rem;
    font-style: italic;
    font-weight: 600;
    line-height: 24px;
    margin: 2rem 1.5rem 2rem 4rem;
    position: relative;
}
.video__quote::before {
    content: inherit;
    display: block;
    width: 50px;
    height: 40px;
    position: absolute;
    top: 0;
    left: -60px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/quote.svg");
}
.video__description {
    background-color: #F9F9F9;
    padding: 2rem 1.5rem;
    margin: 0 -2rem;
    font-family: "Montserrat", sans-serif
}
@media all and (min-width: 750px) {
    .video {
        padding: 0rem 0 2rem;
    }
    .video__title {
        font-size: 2.875rem;
        font-family: interstate-condensed, sans-serif;
        font-style: normal;
        font-weight: 800;
        line-height: 59.8px;
    }
    .video__wrapper {
        margin: 0;
    }
    .video__quote {
        font-size: 1.5rem;
        line-height: 36px;
        margin: 2rem;
    }
    .video__description {
        margin: 0 auto;
        padding: 1rem 1.1rem;
        max-width: 820px;
    }
}
@media all and (min-width: 1100px) {
    .video__wrapper {
        display: flex;
        align-items: center;
        gap: 4rem;
    }
    .video__content {
        margin: 4rem auto 2rem;
    }
    .video__quote {
        max-width: 346px;
    }
}

/* Playback Video */

.playback-animation {
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -40px;
    margin-top: -40px;
    width: 80px;
    height: 80px;
    border-radius: 80px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: ease 0.4s
}

.playback-animation-hidden {
    display: none
}

.playback-icons {
    color: #DA2228
}

@media all and (min-width: 900px) {
    .custom-controller {
        opacity: 1
    }

    .custom-controller--hidden {
        opacity: 0
    }

    video:hover+.playback-animation {
        display: block;
        pointer-events: none;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -40px;
        margin-top: -40px;
        width: 80px;
        height: 80px;
        border-radius: 80px;
        background-color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        opacity: 1
    }
}

/**
 * Promotion
 */

.promotion {
    padding: 80px 0 4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
}

/**
 * Legal
 */

.legal {
    font-family: "Montserrat", sans-serif;
    font-size: 1em;
    color: #fff;
    text-align: center
}
.legal-page h2 {
    text-align: left
}
@media all and (min-width: 750px) {
    .legal {
        margin-top: 3rem;
    }
}

/**
 * Footer
 */

.footer {
    background-color: #E70010;
    padding: 16px 10px 16px 10px;
}
.footer__nav {
    text-align: center;
    padding: 20px;
}
.footer__link {
    display: block;
    margin: 0 auto;
    font-family: "Montserrat", sans-serif;
    font-size: 0.9em;
    text-align: center;
    color: #fff
}
.footer__link:hover {
    text-decoration: underline
}
.footer__brand {
    padding: 1rem;
    text-align: center;
    line-height: 1;
    background-color: #E70010;
}
@media all and (min-width: 650px) {
    .footer__nav {
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
    }
    .footer__link {
        margin: 1rem 0;
    }
}

/**
 * Popin
 */

.popin {
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background-color: rgba(218, 34, 40, 0.7);
    transition: all ease .15s;
    transform: scale(0);
    visibility: hidden;
    opacity: 0;
    height: 100%
}
.popin.is-open {
    transform: none;
    visibility: visible;
    opacity: 1
}
.popin__content {
    position: relative;
    height: 100%
}

.popin__content--accessibilite p,
.popin__content--accessibilite ul {
    color: #000;
}
.popin__wrapper {
    position: absolute;
    top: 2rem;
    right: 2rem;
    bottom: 2rem;
    left: 2rem;
    padding: 1rem;
    background-color: #fff
}
.popin__wrapper::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #f9f9f9
}
.popin__wrapper::-webkit-scrollbar-thumb {
    background: #DA2228;
    border-radius: 2px
}
.popin__wrapper--scroll {
    overflow-y: scroll
}
.popin__close {
    position: absolute;
    z-index: 2;
    right: 1rem;
    top: 1rem;
    display: block;
    width: 2rem;
    height: 2rem;
    background: #DA2228;
    border: 2px solid #fff;
    border-radius: 1rem;
    overflow: hidden;
    text-indent: 10rem;
    white-space: nowrap;
    cursor: pointer
}
.popin__close::after,
.popin__close::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 13px;
    display: block;
    width: 3px;
    height: 16px;
    background-color: #fff;
    border-radius: 3px
}
.popin__close::before {
    transform: rotate(45deg)
}
.popin__close::after {
    transform: rotate(-45deg)
}
.popin__title {
    margin-top: 1rem;
    font-family: interstate-condensed, sans-serif;
    line-height: 1.3;
    font-weight: 800;
    font-size: 2rem;
    color: #361B1B
}
.popin__title--line {
    width: 140px;
    border: none;
    background: #E3E3E3;
    height: 2px;
    position: absolute;
    left: 50%;
    top: 36px;
    transform: translate(-50%, -50%)
}
.popin__title span {
    color: #DA2228
}
@media all and (min-width: 1300px) {
    .popin__wrapper {
        padding: 3rem
    }
    .popin__shop-wrapper {
        display: flex;
        align-items: baseline;
        justify-content: center
    }
    .popin__title--line {
        width: 140px;
        border: none;
        background: #E3E3E3;
        height: 2px;
        position: absolute;
        left: 50%;
        top: 40px;
        transform: translate(-50%, -50%)
    }
}
@media all and (min-width: 1500px) {
    .popin__wrapper {
        top: 10vh;
        right: 10vh;
        bottom: 10vh;
        left: 10vh
    }
    .popin__close {
        top: calc(10vh - 1rem);
        right: calc(10vh - 1rem)
    }
}

/**
 * Contact
 */

.contact {
    margin-top: 5rem
}
.contact h3 {
    font-family: interstate-condensed, sans-serif;
    line-height: 1.3;
    font-weight: 800;
    font-size: 2rem;
    margin: 10px 0
}
.contact__wrapper {
    display: flex;
    justify-content: space-evenly;
    gap: 20px;
    flex-wrap: wrap
}
.contact__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    padding: 2rem;
    background-color: #DA2228;
    color: white;
    flex: 1 1 50%;
    max-width: 500px;
    width: 100%
}
@media screen and (min-width: 750px) {
    .contact__item {
        padding: 5rem
    }
}
.contact__button {
    background: #DA2228;
    border-radius: 99rem;
    border: 2px solid white;
    color: white;
    padding: 1rem 2rem;
    transition: ease 0.3s
}
.contact__button:hover {
    background: white;
    border: none;
    border: 2px solid white;
    color: #DA2228;
    border-radius: 99rem
}

/**
 * Misc
 */

.iframe-container {
    overflow: hidden;
    position: relative;
    height: calc(100% - 150px)
}
.iframe-container iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}
@media screen and (min-width: 420px) {
    .iframe-container {
        height: calc(100% - 100px)
    }
}
#ot-sdk-cookie-policy * {
    color: #DA2228 !important
}
#ot-sdk-btn.ot-sdk-show-settings {
    color: #cc032a !important;
    border: 1px solid #cc032a !important
}
#ot-sdk-btn.ot-sdk-show-settings:hover {
    background-color: #cc032a !important;
    color: white !important
}
.back-home {
    display: block;
    margin: 4rem
}
.back-home__link {
    background: #cc032a;
    padding: 2rem;
    color: white;
    width: fit-content;
    transition: ease 150ms;
    border: 1px solid #cc032a
}
.back-home__link:hover {
    background: white;
    color: #cc032a;
    border: 1px solid #cc032a
}
@media all and (min-width: 750px) {
    .mobile-only {
        display: none
    }
}
.privacy__table {
    overflow-x: auto
}
.responsive-table {
    overflow-x: scroll
}
@media all and (min-width: 750px) {
    .responsive-table {
        overflow-x: auto
    }
}



/**
  * Grid List
  */

@media all and (min-width: 768px) {
  .grid-list--3 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .grid-list--3 > * {
  	width: 48%;
  }
}
@media all and (min-width: 900px) {
  .grid-list--3::before{
  	order: 999;
  }
  .grid-list--3::before{
  	content: "";
  	height: 0;
  }
  .grid-list--3 > *,
  .grid-list--3::before {
  	width: 30%;
  }
}


/**
  * Eludril Store Locator Styles
  */

.pharmacy__wrapper .pharmacy__item {
  padding: 2rem 0;
  font-family: 'Montserrat', sans-serif;
}
.store-item {
  margin-bottom: 3rem;
}
.store__address{
  padding-bottom: 0;
  color: #361B1B;
}
.store__phone a,
.store__website a {
  color: #DA2228;
  font-size: 0.9em;
  font-weight: 700;
  text-decoration: underline;
}
.store__address,
.store__phone,
.store__website {
  padding-left: 3rem;
}
.store__address p {
  margin: .5rem 0;
}
.store-item {
  list-style: none;
}
.store__title {
  display: flex;
  align-items: center;
  font-family: Montserrat, sans-serif;
}
.store__title::before {
  content: '';
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  margin-right: 1rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/pin.svg");
}
.geolocation-map-wrapper .gm-style .gm-style-iw {
  font-weight: 400;
  font-size: 1em;
  font-family: 'Montserrat', sans-serif;
}
.geolocation-map-wrapper .gm-style .gm-style-iw .views-field-title {
  font-size: 1.125rem;
  margin:0.25rem 0;
}
.store-locator-geolocation__form .description {
  display: none;
}
.store-locator-geolocation__form {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.store-locator-geolocation__form fieldset{
  margin: 0;
  padding: 0;
  border: none;
}
.store-locator-geolocation__form legend {
  display: none;
}
.form--inline.store-locator-geolocation__form .form-item {
  margin-right: 0;
}
.store-locator-geolocation__form .form-item label {
  display: block;
  color: #361B1B;
  font-weight: 700;
  margin-bottom: 0.25rem;
}
.store-locator-geolocation__form .form-item input {
  width: 100%;
  max-width: 420px;
  padding: 0.5rem 0.25rem;
  color: #361B1B;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top: 1px solid #847575;
  border-left: 1px solid #847575;
  border-bottom: 1px solid #847575;
  border-right: none;
}
.store-locator-geolocation__form .form-actions input {
  width: 35px;
  height: 37px;
  background-color: #DA2228;
  position: relative;
  text-indent: -9999px;
  cursor: pointer;
  border: none;
  outline: none;
  background-image: url("../images/search-eludril.svg");
  background-repeat: no-repeat;
  background-size: 55%;
  background-position: center;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.grid-row--store-locator-filters .cta {
  display: none;
}

.view-store-locator-externe form{
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat', sans-serif;
}

.pharmacy__geolocation {
  background-color: transparent;
  text-decoration: underline;
  color: #DA2228;
  padding: 0 0.75rem;
  margin: 1rem 0 0 1rem;
  font-size: 0.9rem;
  font-family: 'Montserrat', sans-serif;
}
.store__title {
  font-size: 1em;
  font-weight: 700;
  color: #000;
  margin: 0;
}
.store-resume {
  display: none;
}
@media screen and (min-width:1000px) {
  .pharmacy__geolocation {
    font-size: 1rem;
  }
}

.views-field.views-field-title,
.location__address,
.pharmacy__locality,
.gm-style-iw-d {
  color: #361B1B;
}
.views-field.views-field-nothing {
  display: none;
}

/* Reset pour Google Maps */
.gm-style img,
.gm-style-iw img {
  max-width: none !important;
  max-height: none !important;
  width: auto !important;
  height: auto !important;
}

.gm-style {
  font-family: inherit !important;
}
