<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.dp-CJ-stores {
    padding-top: 100px;
    padding-bottom: 150px;
}

.dp-CJ-stores__map {
    max-width: 470px;
    width: 100%;
    position: relative;
}

.dp-CJ-stores__map-img {
    width: 100%;
}

.dp-CJ-stores__title {
    font-weight: 700;
    font-size: 35px;
    line-height: 42px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.dp-CJ-stores__title span {
    color: rgba(255, 198, 0, 1);
}

.dp-CJ-stores__description {
    font-size: 18px;
    line-height: 22px;
    max-width: 555px;
    width: 100%;
    margin-top: 10px;
}

.dp-CJ-stores__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.dp-CJ-stores__button {
    margin-top: 20px;
    color: #000;
}

.dp-CJ-stores__select {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 10px 5px;
    background: #ffffff;
    -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    max-width: 182px;
    width: 100%;
    font-size: 14px;
    line-height: 17px;
    position: absolute;
    top: 6px;
    left: 11px;
}

.dp-CJ-stores__select img {
    width: 14px;
    margin-right: 5px;
}

.dp-CJ-stores__city {
    background: #ffffff;
    -webkit-box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Joyeux-Regular", "Lucas", sans-serif;
    padding: 7px 8px;
    position: absolute;
}

.dp-CJ-stores__city * {
    margin: 0 2px;
}

.dp-CJ-stores__logo-nespresso-small {
    width: 21px;
}

.dp-CJ-stores__logo-joyeux-small {
    width: 22px;
}

.dp-CJ-stores__city-rennes {
    top: 36%;
    left: 18%;
}

.dp-CJ-stores__city-paris {
    top: 27%;
    left: 46%;
}

.dp-CJ-stores__city-tours {
    top: 45%;
    left: 37%;
}

.dp-CJ-stores__city-bordeaux {
    top: 60%;
    left: 33%;
    flex-direction: column;
}

.dp-CJ-stores__city-lyon {
    top: 55%;
    left: 64%;
    flex-direction: column;
}

.dp-CJ-stores__module {
    max-width: 455px;
    width: 100%;
    height: 480px;
    background: #efefef;
    -webkit-box-shadow: 13px 13px 0px #ffc600;
    -moz-box-shadow: 13px 13px 0px #ffc600;
    box-shadow: 13px 13px 0px #ffc600;
    border-radius: 5px;
    padding-top: 30px;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
    transition: 0.3s;
}

.dp-CJ-stores__locator-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 73px;
}

.dp-CJ-stores__module-title {
    text-align: center;
}

.dp-CJ-stores__module-title span:first-child {
    font-weight: 600;
    font-size: 17px;
    line-height: 20px;
    text-transform: uppercase;
}

.dp-CJ-stores__module-title span {
    display: block;
}

.dp-CJ-stores__module-title span:nth-child(2) {
    font-size: 28px;
    line-height: 42px;
    font-family: "Joyeux-Regular", "Lucas", sans-serif;
    margin: -8px 0;
}

.dp-CJ-stores__module-title span:nth-child(3) {
    font-size: 13px;
    line-height: 16px;
}

.dp-CJ-stores__module-item-header {
    background: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    height: 50px;
    width: 100%;
    border: none;
    transition: 0.3s;
    border-radius: 5px;
    position: relative;
}

.dp-CJ-stores__module-item-name {
    font-size: 18px;
    line-height: 22px;
}

.dp-CJ-stores__module-item-header-button {
    font-family: "Lucas", sans-serif;
    background-color: rgba(255, 255, 255, 0);
    border: none;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 0;
    color: #000;
}

.dp-CJ-stores__module-item[data-expanded="true"] .dp-CJ-stores__module-item-header-button {
    pointer-events: none;
}

.dp-CJ-stores__module-item {
    margin-top: 20px;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    max-width: 380px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    transition: max-width 0.3s, opacity 0.3s, top 0.3s;
    max-height: 50px;
    position: relative;
    top: 0;
}

.dp-CJ-stores__module-item-container {
    position: relative;
    overflow: hidden;
    margin: 0px 0 0;
}

.dp-CJ-stores__module-item.dp-hided {
    opacity: 0;
    max-width: 200px;
}

.dp-CJ-stores__module-item[data-expanded="true"] {
    max-width: 400px;
    max-height: 600px;
    animation: 0.3s module-item-opening ease-in;
}

.dp-CJ-stores__module-item[data-expanded="false"] {
    animation: 0.3s module-item-closing ease-in;
}

@keyframes module-item-closing {
    0% {
        max-height: 500px;
    }
    80% {
        max-height: 30px;
    }
    100% {
        max-height: 50px;
    }
}

@keyframes module-item-opening {
    0% {
        max-height: 50px;
    }
    20% {
        max-height: 30px;
    }
    40% {
        max-height: 500px;
    }
}

.dp-CJ-stores__module-item-logos {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dp-CJ-stores__module-item[data-expanded="true"] .dp-CJ-stores__module-item-logos {
    right: 40px;
    opacity: 0;
}

.dp-CJ-stores__module-item-logos &gt; img:not(:first-child) {
    margin-left: 10px;
}

.dp-CJ-stores__module-store-item {
    width: 100%;
    background: #e7e7e7;
    border-radius: 3px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    color: #000;
    padding: 10px;
    transition: 0.3s;
    max-width: 380px;
    width: 100%;
}

.dp-CJ-stores__module-store-item-img {
    width: 18px;
    margin-right: 10px;
}

.dp-CJ-stores__module-store-item-name {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}

.dp-CJ-stores__module-store-item-address {
    font-size: 16px;
    line-height: 19px;
    margin-top: 3px;
}

.dp-CJ-stores__module-store-item-chevron {
    justify-self: flex-end;
    display: block;
    margin-left: auto;
    margin-right: 2px;
    margin-top: 5px;
}

.dp-CJ-stores__module-item-body {
    background-color: #fff;
    padding: 0 11px 10px 10px;
    max-height: 280px;
    overflow-y: scroll;
    margin-right: 9px;
}

.dp-CJ-stores__module-item[data-expanded="true"] .dp-CJ-stores__module-item-body {
    animation: module-body-opening 0.3s;
}

@keyframes module-body-opening {
    0% {
        max-height: 0;
    }
    80% {
        max-height: 307px;
    }
    100% {
        max-height: 290px;
    }
}

.dp-CJ-stores__module-item-body::-webkit-scrollbar {
    width: 2px;
}

.dp-CJ-stores__module-item-body::-webkit-scrollbar-track {
    background: #ececec;
}

.dp-CJ-stores__module-item-body::-webkit-scrollbar-thumb {
    background: #757575;
}

.dp-CJ-stores__module-store-item:not(:first-child) {
    margin-top: 10px;
}

.dp-CJ-stores__module-close img {
    width: 12px;
    pointer-events: none;
}

.dp-CJ-stores__module-close {
    width: 14px;
    height: 14px;
    justify-content: center;
    align-items: center;
    display: flex;
    border: none;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    opacity: 0;
    transition: 0.3s;
}

.dp-CJ-stores__module-item[data-expanded="true"] .dp-CJ-stores__module-close {
    right: 15px;
    opacity: 1;
}

@media screen and (max-width: 820px) and (min-width: 767px) {
    .dp-CJ-stores__header {
        flex-direction: column;
    }
}

@media screen and (max-width: 820px) {
    .dp-CJ-stores__city {
        font-size: 15px;
        line-height: 15px;
        padding: 8px 5px;
    }

    .dp-CJ-stores__logo-nespresso-small {
        width: 17px;
    }

    .dp-CJ-stores__logo-joyeux-small {
        width: 18px;
    }

    .dp-CJ-stores__city-rennes {
        left: 19%;
        top: 34%;
    }

    .dp-CJ-stores__city-paris {
        top: 25%;
        left: 50%;
    }

    .dp-CJ-stores__city-lyon {
        left: 61%;
        top: 56%;
    }

    .dp-CJ-stores__city-bordeaux {
        top: 61%;
    }
}

@media screen and (max-width: 767px) {
    .dp-CJ-stores {
        padding-top: 80px;
        padding-bottom: 60px;
        padding-left: 18px;
        padding-right: 18px;
    }

    .dp-CJ-stores__header {
        flex-direction: column;
        justify-content: flex-start;
    }

    .dp-CJ-stores__button {
        margin-top: 35px;
    }

    .dp-CJ-stores__locator-container {
        flex-direction: column;
        margin-top: 30px;
        justify-content: flex-start;
        align-items: center;
    }

    .dp-CJ-stores__select {
        display: none;
    }

    .dp-CJ-stores__module {
        margin-top: 30px;
        max-width: 378px;
        height: 500px;
    }

    .dp-CJ-stores__module-item[data-expanded="true"] {
        max-width: 350px;
    }

    .dp-CJ-stores__module-item[data-expanded="false"] {
        max-width: 315px;
    }
}

@media screen and (max-width: 413px) {
    .dp-CJ-agit__container-logo span {
        margin: 0 5px;
        font-size: 11px;
    }
}

@media screen and (max-width: 375px) {
    .dp-CJ-stores__module-title span:nth-child(2) {
        font-size: 28px;
    }
}</pre></body></html>