@charset "UTF-8";


header {
    padding: 20px;
}

.jumbotron.home {
    background-size: cover;
    background-position: center center;
    height: 80vh;
}

.logo {
    max-width: 200px;
}

footer {
    background-color: #f4f4f4;
    font-size: 10px;
}


/* line 1, ../sass/common.scss */
.strong {
    font-weight: 700;
}

/* line 4, ../sass/common.scss */
.blue--span {
    color: #2bbee2;
}

/* line 1, ../sass/footer.scss */
.footerPicto {
    background-color: black;
    padding: 50px 0;
}

.footerPicto .container {
    max-width: 1400px;
}

/* line 5, ../sass/footer.scss */
.footerPictoContainer {
    text-align: center;
    color: white;
    font-family: "Inter";
}

.footerPictoContainer img {
    width: 60px;
    height: 60px;
}

@media (max-width: 767px) {

    /* line 5, ../sass/footer.scss */
    .footerPictoContainer {
        margin-top: 10px;
    }
}

/* line 12, ../sass/footer.scss */
.footerPictoContainer img {
    margin-bottom: 20px;
}

/* line 16, ../sass/footer.scss */
.footerPictoTitle {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

/* line 21, ../sass/footer.scss */
.footerPictoSubTitle {
    font-size: 12px;
    color: darkgrey;
    line-height: 1.5;
}

/* line 27, ../sass/footer.scss */
.subFooter {
    position: relative;
}


.subFooterVideo {
    width: 100%;
    height: 405px;
    object-fit: cover;
}

@media (max-width: 767px) {
    .subFooterVideo {
        height: 600px;
    }
}

.subFooterContainer {
    /* position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    padding: 50px 0;
}


.subFooterLogo {
    width: 100%;
    max-width: 250px;
}

.subFooterTitle {
    font-family: "Prata";
    font-size: 38px;
    color: white;
    line-height: 1.2;
    position: relative;
}

/* line 64, ../sass/footer.scss */
.subFooterSubTitle {
    font-size: 14px;
    font-family: "Inter";
    color: white;
}

/* line 70, ../sass/footer.scss */
.btn--footer {
    padding: 10px 15px;
}

/* line 73, ../sass/footer.scss */

@media (max-width: 767px) {

    /* line 76, ../sass/footer.scss */
    .subFooterContent {
        margin-top: 50px;
    }
}

/* line 81, ../sass/footer.scss */
.footer {
    padding: 24px 0;
    position: relative;
}

/* line 85, ../sass/footer.scss */
.footerContainer {
    font-size: 12px;
    font-family: "Inter";
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* line 92, ../sass/footer.scss */
.footerContainer img {
    width: 150px;
}

/* line 95, ../sass/footer.scss */
.footerContainer p {
    margin-bottom: 0;
    color: #7c7e80;
}

/* line 100, ../sass/footer.scss */
.footerStrong {
    color: black;
    font-weight: 700;
}

/* line 104, ../sass/footer.scss */
.uppercase {
    text-transform: uppercase;
}

/* line 107, ../sass/footer.scss */
.footerList {
    padding-inline-start: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0px;
    margin-bottom: 0;
}

/* line 118, ../sass/footer.scss */
.footerList li {
    list-style: none;
}

/* line 120, ../sass/footer.scss */
.footerList li a {
    color: #7c7e80;
    font-size: 12px;
    text-decoration: none;
}

.footerList li a:hover {
    color: black;
}

/* line 127, ../sass/footer.scss */
hr.footerHr {
    height: 1px;
    background-color: black;
    margin-bottom: 20px;
    margin-top: 35px;
}

/* line 133, ../sass/footer.scss */
.pictoFooter {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
}

@media (max-width: 575px) {
    .headerImgContainer

    /* line 133, ../sass/footer.scss */
    .pictoFooter {
        margin-top: 15px;
    }
}

@media (max-width: 992px) {

    /* line 133, ../sass/footer.scss */
    .pictoFooter {
        justify-content: center;
        margin-top: 25px;
    }
}

/* line 145, ../sass/footer.scss */
.footerCopyright {
    display: flex;
    gap: 30px;
    align-items: center;
}


@media (max-width: 1024px) {

    /* line 145, ../sass/footer.scss */
    .footerCopyright {
        display: block;
        text-align: center;
        line-height: 1.6;
    }

    .footerCopyright p {
        display: inline-block;
    }

    .footerCopyright a {
        display: inline-block;
        margin-right: 10px;
    }
}

/* line 155, ../sass/footer.scss */
.footerCopyright p {
    margin-bottom: 0;
    font-size: 10px;
    font-family: "Inter";
    color: #7c7e80;
}

/* line 164, ../sass/footer.scss */
.footerCopyright a {
    margin-bottom: 0;
    font-size: 10px;
    font-family: "Inter";
    color: #7c7e80;
}



/* line 227, ../sass/header.scss */
.slider {
    position: relative;
    padding-top: 50px;
}


/* line 233, ../sass/header.scss */
.sliderContainer {
    min-height: calc(100vh - 172px);
    padding-top: 12vh;
}

.mouse_anchor {
    position: absolute;
    width: 27px;
    bottom: 5%;
    text-align: center;
    color: var(--color-black);
    margin: 0 auto;
    transform: translate(-50%, 0);
    left: 50%;
    border: solid 1px #000000;
    height: 43px;
    border-radius: 12px;
}

.mouse_anchor>a {
    padding: 0px 10px 20px 10px;
}

.mouse_anchor>a:hover {
    color: #000000
}

@media (max-width: 1400px) {

    /* line 233, ../sass/header.scss */
    .sliderContainer {
        top: 10%;
    }
}

@media (max-width: 1200px) {

    /* line 233, ../sass/header.scss */
    .sliderContainer {
        top: 14%;
    }
}

@media (max-width: 576px) {

    /* line 233, ../sass/header.scss */
    .sliderContainer {
        top: 10%;
    }
}

/* line 250, ../sass/header.scss */
.videoContainer {
    max-width: 100%;
    width: 100%;
    z-index: -1;
    position: fixed;
    object-fit: cover;
    height: 100vh;
    top: 0;
    left: 0;
}

@media (max-width: 1400px) {

    /* line 250, ../sass/header.scss */
    .videoContainer {
        height: 912px;
        object-fit: cover;
    }


}



.itemContent .row .text {
    padding: 40px 45px;
}

@media (max-width: 576px) {

    .itemContent .row .text {
        text-align: center;
    }


}

.itemContent .row.white-square:before {
    content: '';
    position: absolute;
    margin-top: -0px;
    margin-left: -0px;
    width: 600px;
    height: 500px;
    background-color: rgb(255 255 255 / 80%);
    z-index: -1;
}

@media (max-width: 768px) {
    .itemContent .row.white-square:before {
        height: 100%;
        width: 100%;
        background-color: rgb(255 255 255 / 20%);
    }
}

.itemContent {
    font-family: "Inter";
    padding: 0 20px;
}

.itemContent img {
    display: inline-block;
}

.itemContent img {
    max-width: 360px;
}

.itemContent p.price {
    font-size: 24px;
}


@media (max-width: 1200px) {

    /* line 262, ../sass/header.scss */
    .itemContent {
        padding: 60px 35px;
        flex-direction: row;
        align-items: center;
        width: 100%;
    }
}

@media (max-width: 768px) {

    /* line 262, ../sass/header.scss */
    .itemContent {
        justify-content: space-evenly;
    }
}

@media (max-width: 576px) {

    /* line 262, ../sass/header.scss */
    .itemContent {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        padding: 0;
    }
}

/* line 291, ../sass/header.scss */
.itemContent h3 {
    font-weight: 600;
    font-size: 55px;
    line-height: 1;
}

@media (max-width: 992px) {

    .itemContent h3 {
        font-size: 45px;
    }
}


@media (max-width: 576px) {

    /* line 291, ../sass/header.scss */
    .itemContent h3 {
        font-size: 60px;
    }
}

@media (max-width: 576px) {

    /* line 291, ../sass/header.scss */
    .itemContent h3 {
        font-size: 20px;
    }
}

/* line 305, ../sass/header.scss */
.itemContent p {
    font-weight: 400;
    font-size: 22px;
    margin: 0;
    line-height: 1.2;
}

@media (max-width: 576px) {

    .itemContent p {
        font-size: 14px;
        margin-top: 0px !important;
    }

    .itemContent p.price {
        margin-top: 20px !important;
    }
}

@media (max-width: 768px) {

    /* line 316, ../sass/header.scss */
    .itemContent span {
        font-size: 20px;
    }
}

@media (max-width: 576px) {

    /* line 316, ../sass/header.scss */
    .itemContent span {
        font-size: 16px;
    }
}


@media (max-width: 768px) {

    /* line 327, ../sass/header.scss */
    .itemContent a {
        margin-top: 30px;
    }
}

@media (max-width: 576px) {
    .itemContent a {
        margin-top: 15px;
    }
}


@media (max-width: 1200px) {

    /* line 352, ../sass/header.scss */
    .itemContent img {
        position: inherit;
        width: 100%;
    }
}

@media (max-width: 576px) {

    /* line 352, ../sass/header.scss */
    .itemContent img {
        width: 70%;
        margin: 0 auto;
    }
}

/* line 367, ../sass/header.scss */
.itemContentContainer {
    display: flex;
    flex-direction: column;
}

@media (max-width: 576px) {

    /* line 367, ../sass/header.scss */
    .itemContentContainer {
        align-items: center;
    }
}

/* line 375, ../sass/header.scss */
.homeContent {
    padding-top: 80px;
}


@media (max-width: 1400px) {

    /* line 379, ../sass/header.scss */
    .sliderBtn {
        display: none;
    }
}



.subMenuContainer {
    background-color: #000;
    display: none;
    position: absolute;
    width: 100%;
    z-index: 999
}

/* line 419, ../sass/header.scss */
.subMenuContainer ul {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 0;
    padding: 5px 0;
    list-style: none;
}

/* line 426, ../sass/header.scss */
.subMenuContainer ul a {
    color: #fff;
    font-family: "inter";
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
}

@media (max-width: 1200px) {

    /* line 415, ../sass/header.scss */
    .subMenuContainer {
        display: none;
    }
}

/* line 438, ../sass/header.scss */
.subMenuContainerToggle {
    opacity: 1;
    transition: all 0.7s ease;
    height: auto;
}

/* line 443, ../sass/header.scss */
.slick-slider-dots {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    margin-bottom: 35px;
}

/* line 451, ../sass/header.scss */
.slick-slider-dots ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

/* line 457, ../sass/header.scss */
.slick-slider-dots ul li {
    margin: 0 4px;
}

/* line 459, ../sass/header.scss */
.slick-slider-dots ul li button {
    background: #fff;
    height: 30px;
    width: 30px;
    overflow: hidden;
    border: none;
    border-radius: 50%;
    font-size: 0;
}

/* line 469, ../sass/header.scss */

.sliderContent .slick-dots {
    bottom: -76px;
}

.slick-slider-dots ul li.slick-active button {
    background: #000;
    color: #000;
    border: 4px solid white;
}

.slick-dots li button::before {
    font-family: '';
    width: 20px;
    height: 20px;
    content: "";
    background-color: white;
    border-radius: 50%;
    border: 1px solid #000;
}

.slick-dots li.slick-active button:before {
    color: white;
}

/* line 479, ../sass/header.scss */
.subMenuMobile {
    max-height: 0;
    background-color: white;
    width: 100%;
    list-style: none;
    transition: max-height 350ms ease-in-out;
    padding-inline-start: 0;
}

/* line 487, ../sass/header.scss */
.subMenuMobile a {
    font-size: 14px;
}

/* line 491, ../sass/header.scss */
.accessoiresActive {
    max-height: 750px;
    padding-inline-start: 0;
}

/* line 496, ../sass/header.scss */
.accessoiresToggle {
    position: relative;
}

/* line 499, ../sass/header.scss */
.accessoiresToggle:after {
    content: "+";
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 32px;
    transform: rotate(0);
    transition: transform 0.2s ease;
}

/* line 509, ../sass/header.scss */
#menu-toggle:checked~.menu .accessoiresToggle li {
    border-top: none;
}

/* line 512, ../sass/header.scss */
.accessoiresAfter {
    position: relative;
}

/* line 514, ../sass/header.scss */
.accessoiresAfter:after {
    content: "-";
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 32px;
    transform: rotate(180deg);
    transition: transform 0.2s ease;
}

/* line 1, ../sass/produit.scss */
.productHeader {
    padding: 100px 0;
}

/* line 4, ../sass/produit.scss */
.productGalleryContent {
    display: flex;
    justify-content: space-between;
}

/* line 8, ../sass/produit.scss */
.productGalleryContent .productThumbImg {
    width: 30%;
    cursor: pointer;
}

/* line 13, ../sass/produit.scss */
.productGalleryContainer {
    text-align: center;
}

/* line 16, ../sass/produit.scss */
.productMainImg {
    margin: 100px 0;
    width: 100%;
}

@media (max-width: 992px) {

    /* line 16, ../sass/produit.scss */
    .productMainImg {
        width: 70%;
    }
}

@media (max-width: 768px) {

    /* line 16, ../sass/produit.scss */
    .productMainImg {
        margin: 0 0 50px 0;
    }
}

@media (max-width: 768px) {

    /* line 26, ../sass/produit.scss */
    .productHeaderContent {
        margin-top: 50px;
    }
}

.productContentTitle .prod-title {
    display: flex;
    gap: 15px;
}

.productContentTitle img.logo-ce {
    width: 40px;
    height: 30px;
}

.productContentTitle p {
    color: black;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: "Inter";
    margin-bottom: 0;
}




/* line 75, ../sass/produit.scss */
.productDescriptionContent {
    color: black;
    font-size: 16px;
    margin-top: 45px;
}

/* line 79, ../sass/produit.scss */
.productDescriptionContent p {
    font-family: 'Inter', sans-serif;
}

/* line 83, ../sass/produit.scss */
.productDescriptionTitle {
    text-transform: uppercase;
    font-family: "Inter";
    font-size: 16px;
    margin-bottom: 15px;
}

/* line 89, ../sass/produit.scss */
.productPackContent {
    margin-top: 25px;
}

/* line 92, ../sass/produit.scss */
.productPackTitle {
    text-transform: uppercase;
    font-family: "Inter";
    font-size: 20px;
    margin-bottom: 15px;
}

/* line 98, ../sass/produit.scss */
.productPackList {
    padding-inline-start: 20px;
}

/* line 101, ../sass/produit.scss */
.productPackItems {
    list-style: none;
    position: relative;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    margin-top: 10px;
}

/* line 108, ../sass/produit.scss */
.productPackItems:before {
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background-color: #2bbee2;
    margin-left: -1em;
}

/* line 118, ../sass/produit.scss */
.quantity {
    position: relative;
    margin-left: 32px;
}

@media (max-width: 576px) {

    /* line 118, ../sass/produit.scss */
    .quantity {
        margin-left: 0;
    }
}

/* line 126, ../sass/produit.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* line 132, ../sass/produit.scss */
input[type="number"] {
    -moz-appearance: textfield;
}

/* line 136, ../sass/produit.scss */
.quantity input {
    width: 45px;
    height: 45px;
    line-height: 1.65;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    padding-left: 16px;
    border: 1px solid black;
}

/* line 148, ../sass/produit.scss */
.quantity input:focus {
    outline: 0;
}

/* line 152, ../sass/produit.scss */
.quantity-nav {
    float: left;
    position: relative;
    height: 42px;
}

/* line 158, ../sass/produit.scss */
.quantity-button {
    position: relative;
    cursor: pointer;
    text-align: center;
    color: black;
    font-size: 14px;
    font-family: "Inter";
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

/* line 174, ../sass/produit.scss */
.quantity-button.quantity-up {
    position: absolute;
    height: 45px;
    width: 30px;
    left: -44px;
    border: 1px solid black;
    padding-top: 10px;
}

@media (max-width: 576px) {

    /* line 174, ../sass/produit.scss */
    .quantity-button.quantity-up {
        width: 45px;
    }
}

/* line 186, ../sass/produit.scss */
.quantity-button.quantity-down {
    position: absolute;
    border: 1px solid black;
    height: 45px;
    width: 30px;
    left: 29px;
    padding-top: 10px;
}

@media (max-width: 576px) {

    /* line 186, ../sass/produit.scss */
    .quantity-button.quantity-down {
        width: 45px;
        left: 44px;
    }
}

/* line 198, ../sass/produit.scss */
.btn--animated {
    text-transform: uppercase;
    font-family: "Inter";
    font-weight: 500;
    color: black;
    border: 1px solid #000000;
    padding: 15px 100px;
    text-decoration: none;
    transition: padding 0.3s ease-in;
}



/* line 226, ../sass/produit.scss */
.productPictoContainer {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

/* line 231, ../sass/produit.scss */
.productPictoContent {
    text-align: center;
}

/* line 237, ../sass/produit.scss */
.productVideo {
    position: relative;
}

/* line 240, ../sass/produit.scss */
.productVideo:before {
    content: "";
    position: absolute;
    border-bottom: 1px solid black;
    top: 0;
    width: 100%;
    opacity: 0.5;
}

/* line 248, ../sass/produit.scss */
.productVideo:after {
    content: "";
    position: absolute;
    border-bottom: 1px solid black;
    bottom: 0;
    width: 100%;
    opacity: 0.5;
}

/* line 256, ../sass/produit.scss */
.productVideo video {
    object-fit: cover;
}

@media (max-width: 991px) {

    /* line 256, ../sass/produit.scss */
    .productVideo video {
        height: 400px;
    }
}

@media (max-width: 576px) {

    /* line 256, ../sass/produit.scss */
    .productVideo video {
        height: 170px;
    }
}

@media (max-width: 575px) {

    /* line 266, ../sass/produit.scss */
    .productVideoContainer {
        padding: 0px;
    }
}

@media (min-width: 576px) {

    /* line 266, ../sass/produit.scss */
    .productVideoContainer {
        margin-left: calc((100% - 540px) / 2);
    }
}

@media (min-width: 768px) {

    /* line 266, ../sass/produit.scss */
    .productVideoContainer {
        margin-left: calc((100% - 720px) / 2);
    }
}

@media (min-width: 992px) {

    /* line 266, ../sass/produit.scss */
    .productVideoContainer {
        margin-left: calc((100% - 960px) / 2);
    }
}

@media (min-width: 1200px) {

    /* line 266, ../sass/produit.scss */
    .productVideoContainer {
        margin-left: calc((100% - 1221px) / 2);
    }
}


/* line 286, ../sass/produit.scss */
.productVideoText {
    height: 100%;
    justify-content: center;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

@media (max-width: 1200px) {

    /* line 286, ../sass/produit.scss */
    .productVideoText {
        padding: 35px 0;
    }
}

@media (max-width: 576px) {

    /* line 286, ../sass/produit.scss */
    .productVideoText {
        gap: 15px;
    }
}

/* line 299, ../sass/produit.scss */
.productVideoTitle {
    font-size: 24px;
    font-family: "Inter";
    font-weight: 600;
}

/* line 305, ../sass/produit.scss */
.productVideoContent p {
    font-size: 14px;
    font-family: 'Inter', sans-serif;
}

/* line 312, ../sass/produit.scss */
.productDetails {
    padding: 3rem 0;
}

.productDetails p,
.productDetails li {
    font-family: 'Inter', sans-serif;
}


/* line 320, ../sass/produit.scss */
.productDetailsTitle {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}

/* line 325, ../sass/produit.scss */
.productDetailsList {
    counter-reset: item;
    padding-inline-start: 0px;
    list-style-position: outside;
}

/* line 330, ../sass/produit.scss */
.productDetailsItems {
    display: block;
    align-items: center;
    margin-bottom: 15px;
}

/* line 334, ../sass/produit.scss */
.productDetailsItems:before {
    content: counter(item) "/";
    counter-increment: item;
    z-index: 1;
    color: black;
}

@media (max-width: 991px) {

    /* line 341, ../sass/produit.scss */
    .productDetailsContainer {
        margin-top: 25px;
    }
}

/* line 346, ../sass/produit.scss */
.productDetailsP {
    margin-top: 50px;
}

@media (max-width: 576px) {

    /* line 346, ../sass/produit.scss */
    .productDetailsP {
        margin-top: 25px;
    }
}

/* line 353, ../sass/produit.scss */
.productDetailsContent p {
    margin-bottom: 30px;
}

/* line 357, ../sass/produit.scss */
.productSubscribe {
    margin-bottom: 25px;
}

/* line 359, ../sass/produit.scss */
.productSubscribe img {
    width: 100%;
    height: 100%;
}

/* line 364, ../sass/produit.scss */
.productSubscribeContainer {
    background-color: black;
    height: 100%;
}

/* line 368, ../sass/produit.scss */
.productSubscribeTitle {
    font-family: "Inter";
    font-weight: 600;
    font-size: 60px;
    color: white;
    line-height: 45px;
}


@media (max-width: 576px) {

    /* line 368, ../sass/produit.scss */
    .productSubscribeTitle {
        font-size: 50px;
    }
}

/* line 382, ../sass/produit.scss */
.productSubscribeSubTitle {
    font-size: 30px;
    color: white;
}

@media (max-width: 576px) {

    /* line 382, ../sass/produit.scss */
    .productSubscribeSubTitle {
        font-size: 25px;
    }
}

/* line 392, ../sass/produit.scss */
.productSubscribeContent {
    padding: 85px 85px 50px 85px;
    width: 66%;
}

@media (max-width: 1400px) {

    /* line 392, ../sass/produit.scss */
    .productSubscribeContent {
        width: 100%;
    }
}

@media (max-width: 1200px) {

    /* line 392, ../sass/produit.scss */
    .productSubscribeContent {
        padding: 50px;
    }
}

@media (max-width: 576px) {

    /* line 392, ../sass/produit.scss */
    .productSubscribeContent {
        padding: 30px;
    }
}

/* line 404, ../sass/produit.scss */
.productSubscribeContent p {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: white;
    margin-top: 30px;
}


/* line 414, ../sass/produit.scss */
.productSubBtn {
    margin-top: 40px;
}

/* line 417, ../sass/produit.scss */
.btn--white {
    padding: 10px 30px;
    border: 1px solid white;
    text-transform: uppercase;
    font-size: 16px;
    font-family: "Inter";
    text-decoration: none;
    color: white;
    transition: all 0.5s ease-in;
}

/* line 426, ../sass/produit.scss */
.btn--white:hover {
    color: black;
    background-color: white;
}

.subFooterContainer .btn--white:hover {
    color: #fff;
}

/* line 22, ../sass/categories.scss */
.sectionContainer {
    margin-top: 60px;
}

@media (max-width: 1200px) {

    /* line 22, ../sass/categories.scss */
    .sectionContainer {
        padding-top: 100px;
        margin-top: 0;
    }
}

/* line 30, ../sass/categories.scss */
.titleContainer h1 {
    font-family: "Inter";
    text-transform: uppercase;
    font-size: 70px;
    font-weight: 600;
    line-height: 1;
}

@media (max-width: 576px) {

    /* line 30, ../sass/categories.scss */
    .titleContainer h1 {
        font-size: 50px;
    }
}

/* line 39, ../sass/categories.scss */
.titleContainer p {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    max-width: 470px;
}

/* line 46, ../sass/categories.scss */
.productContainer {
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.productContainer .productBtn {
    opacity: 0;
    position: absolute;
    transition: transform 0.2s ease, opacity 0.2s ease;
    transform: translateY(50px);
}

.productContainer:hover .productBtn {
    opacity: 1;
    transform: translateY(-70px);
}

/* line 54, ../sass/categories.scss */
.productContainer:hover .productContentDesc {
    opacity: 0;
}

@media (max-width: 1200px) {

    /* line 54, ../sass/categories.scss */
    .productContainer:hover .productContentDesc {
        display: block;
    }
}

@media (max-width: 992px) {

    /* line 46, ../sass/categories.scss */
    .productContainer {
        padding: 0;
    }
}

/* line 65, ../sass/categories.scss */
.bigProductContainer {
    position: relative;
    font-family: "inter";
    background-size: cover;
}

@media (max-width: 992px) {

    /* line 65, ../sass/categories.scss */
    .bigProductContainer {
        padding: 0;
    }
}

/* line 74, ../sass/categories.scss */
.productContentDesc {
    text-align: center;
}

/* line 78, ../sass/categories.scss */
.productContentImage {
    display: flex;
    position: relative;
    justify-content: center;
    background-color: #f8f8f8;
    margin-bottom: 22px;
    overflow: hidden;
}

.productContentImage img {
    transition: transform 0.2s ease;
}

.productContentImage:hover img {
    transform: scale(1.05);
}

@media (max-width: 1400px) {

    /* line 85, ../sass/categories.scss */
    .productAdContainer {
        margin-bottom: 22px;
        margin-top: 0;
    }
}

/* line 94, ../sass/categories.scss */
.floatingContent {
    text-align: right;
}


/* line 131, ../sass/categories.scss */
.imageAdTitle {
    font-size: 32px;
    font-family: "inter";
    font-weight: 600;
}

/* line 137, ../sass/categories.scss */
.imageAdDesc {
    font-size: 20px;
    font-family: "inter";
    font-weight: 600;
}

/* line 149, ../sass/categories.scss */
.productImg {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

/* line 153, ../sass/categories.scss */
.productImg--big {
    padding: 16% 0;
    width: 100%;
}

@media (max-width: 992px) {

    /* line 153, ../sass/categories.scss */
    .productImg--big {
        width: 70%;
    }
}



/* line 175, ../sass/categories.scss */
.badgeNew {
    position: absolute;
    top: 25px;
    right: 60px;
    text-transform: uppercase;
    font-size: 20px;
    font-family: "inter";
    font-weight: 500;
    z-index: 999;
}

/* line 185, ../sass/categories.scss */
.productBtn {
    position: absolute;
    transition: translate 0.3s;
    width: 100%;
}

.productBtn a:hover {
    background-color: black;
    color: white;

}

@media (max-width: 1200px) {

    /* line 185, ../sass/categories.scss */
    .productBtn {
        display: block;
    }
}

/* line 216, ../sass/categories.scss */
.paginationContainer {
    margin-top: 100px;
}

/* line 220, ../sass/categories.scss */
.productsPagination {
    display: flex;
    justify-content: center;
    gap: 15px;
}

/* line 224, ../sass/categories.scss */
.productsPagination li {
    list-style: none;
}

/* line 227, ../sass/categories.scss */
.productsPagination a {
    text-decoration: none;
    color: #000000;
    font-size: 14px;
    font-family: "inter";
    font-weight: 400;
}

/* line 237, ../sass/categories.scss */
.pageLink--active {
    background-color: #d7dadd;
    padding: 10px 15px;
    border-radius: 50%;
}

/* line 244, ../sass/categories.scss */
.arrowPrev {
    scale: -1;
}

/* line 248, ../sass/categories.scss */
.search-box {
    width: fit-content;
    height: fit-content;
    position: relative;
}

/* line 253, ../sass/categories.scss */
.input-search {
    height: 50px;
    width: 50px;
    border-style: none;
    padding: 10px;
    font-size: 18px;
    letter-spacing: 2px;
    outline: none;
    border-radius: 25px;
    transition: all 0.5s ease-in-out;
    padding-right: 40px;
    color: #000;
}

/* line 266, ../sass/categories.scss */
.input-search::placeholder {
    color: rgba(255, 255, 255, 0.5);
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 100;
}

/* line 272, ../sass/categories.scss */
.btn-search {
    width: 50px;
    height: 50px;
    border-style: none;
    font-size: 20px;
    font-weight: bold;
    outline: none;
    cursor: pointer;
    border-radius: 50%;
    position: absolute;
    right: 0px;
    color: #000;
    background-color: transparent;
    pointer-events: painted;
}

/* line 287, ../sass/categories.scss */
.btn-search:focus~.input-search {
    width: 300px;
    border-radius: 0px;
    background-color: transparent;
    border-bottom: 1px solid #000;
    transition: all 500ms cubic-bezier(0, 0.11, 0.35, 2);
}

/* line 294, ../sass/categories.scss */
.input-search:focus {
    width: 300px;
    border-radius: 0px;
    background-color: transparent;
    border-bottom: 1px solid black;
    transition: all 500ms cubic-bezier(0, 0.11, 0.35, 2);
}

/* line 1, ../sass/faq.scss */
.breadTitle {
    padding: 100px 0;
    position: relative;
}

@media (max-width: 576px) {

    /* line 1, ../sass/faq.scss */
    .breadTitle {
        padding: 100px 0 50px 0;
    }
}

/* line 7, ../sass/faq.scss */
.breadTitle:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #707070;
}

/* line 16, ../sass/faq.scss */
.breadContainer {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    padding: 60px 0;
}

/* line 22, ../sass/faq.scss */
.pageTitle {
    font-size: 70px;
    font-weight: bolder;
    font-family: "inter";
    text-transform: uppercase;
}

@media (max-width: 576px) {

    /* line 22, ../sass/faq.scss */
    .pageTitle {
        font-size: 60px;
    }
}

/* line 32, ../sass/faq.scss */
.accordionContainer {
    margin-top: 60px;
}

.accordion-button p {
    margin: 0 !important;
    padding: 0 !important;
}

.accordion-button:not(.collapsed) {
    color: black;
    background-color: #eff7fa;
}

.accordion-button:focus {
    border: 0;
    box-shadow: none;
}

/* line 40, ../sass/faq.scss */
.faqItem {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 0 !important;
}

/* line 46, ../sass/faq.scss */
.accordion-button:after {
    content: "+";
    background-image: inherit;
    font-size: 32px;
    width: auto;
    height: auto;
}

/* line 53, ../sass/faq.scss */
.accordion-button:not(.collapsed):after {
    content: "-";
    background-image: inherit;
}

/* line 57, ../sass/faq.scss */
.faqButton {
    border: none;
    background-color: transparent;
    text-transform: uppercase;
    width: 100%;
    text-align: left;
    padding: 10px 0;
    font-family: "inter";
    font-weight: bold;
    font-size: 22px;
}

/* line 68, ../sass/faq.scss */
.faqButton:not(.collapsed) {
    background-color: inherit;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: none;
    color: inherit;
}

/* line 74, ../sass/faq.scss */
.faqButton:focus {
    box-shadow: none;
    border-color: transparent;
    background-color: inherit;
    color: inherit;
}

/* line 81, ../sass/faq.scss */
.accordion-body {
    padding: 20px 20px 20px 0;
}

/* line 84, ../sass/faq.scss */
.faqBody {
    font-family: "inter";
    font-weight: 500;
    font-size: 16px;
}

/* line 90, ../sass/faq.scss */
.bodyList {
    padding-inline-start: 0;
    margin-left: 20px;
}

/* line 93, ../sass/faq.scss */
.bodyList li {
    padding: 10px 0;
}

/* line 1, ../sass/propos.scss */
.centerContainer {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 1400px) {

    /* line 1, ../sass/propos.scss */
    .centerContainer {
        padding: 50px 0;
    }
}

@media (max-width: 576px) {

    /* line 1, ../sass/propos.scss */
    .centerContainer {
        padding: 25px 0;
    }
}

/* line 14, ../sass/propos.scss */
.faqVideoContent {
    font-size: 16px;
    font-family: 'Inter', sans-serif;
}

/* line 19, ../sass/propos.scss */
.classicBtn {
    margin: 25px 0;
}

/* line 21, ../sass/propos.scss */
.classicBtn a {
    background-color: white;
    font-family: "Inter";
    font-size: 16px;
    font-weight: 500;
    padding: 10px 30px;
    border: 1px solid black;
    color: black;
    text-decoration: none;
    transition: background-color 0.5s ease-in;
}

/* line 33, ../sass/propos.scss */
.classicBtn a:hover {
    background-color: black;
    color: white;
}

/* line 1, ../sass/contact.scss */
.contact {
    padding: 100px 0;
}

@media (max-width: 991px) {

    /* line 1, ../sass/contact.scss */
    .contact {
        padding: 50px 0;
    }
}

@media (max-width: 991px) {

    /* line 6, ../sass/contact.scss */
    .contact form {
        margin-top: 50px;
    }
}

/* line 13, ../sass/contact.scss */
.contactContainer {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

/* line 18, ../sass/contact.scss */
.contactList {
    padding-inline-start: 0;
    margin-bottom: 0;
}

/* line 22, ../sass/contact.scss */
.contactItems {
    list-style: none;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: black;
}

/* line 27, ../sass/contact.scss */
.contactItems a {
    font-size: 16px;
    color: black;
}

/* line 31, ../sass/contact.scss */
.contactItems:nth-child(1) {
    margin-bottom: 15px;
}

/* line 35, ../sass/contact.scss */
.inter {
    font-family: "Inter";
}

/* line 40, ../sass/contact.scss */
.contactFormContent {
    display: flex;
    flex-direction: column;
}

/* line 43, ../sass/contact.scss */
.contactFormContent input {
    border: 1px solid rgba(0, 0, 0, 0.2);
    height: 40px;
    margin-bottom: 15px;
    outline: none;
}

/* line 49, ../sass/contact.scss */
.contactFormContent textarea {
    border: 1px solid rgba(0, 0, 0, 0.2);
    resize: none;
    height: 170px;
    outline: none;
}

/* line 55, ../sass/contact.scss */
.contactFormContent label {
    font-size: 12px;
    font-family: "Inter";
}

/* line 59, ../sass/contact.scss */
.contactFormContent select {
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-color: white;
    height: 40px;
    margin-bottom: 15px;
    outline: none;
    font-size: 12px;
    font-family: "Inter";
    color: rgba(0, 0, 0, 0.3);
}

/* line 69, ../sass/contact.scss */
.contactFormContent option {
    font-size: 12px;
    font-family: "Inter";
    color: rgba(0, 0, 0, 0.3);
    background-color: white;
}

/* line 76, ../sass/contact.scss */
.btn--form {
    padding: 10px 25px;
    background-color: #fff;
    border: #000000 1px solid;
    font-family: "Inter";
    font-weight: bold;
    color: black;
    font-size: 16px;
    transition: all 0.7s;
}

/* line 85, ../sass/contact.scss */
.btn--form:hover {
    background-color: #000;
    color: #fff;
    transition: all 0.7s;
}

@media (max-width: 991px) {

    /* line 76, ../sass/contact.scss */
    .btn--form {
        padding: 10px 40px;
    }
}

/* line 94, ../sass/contact.scss */
.contactFormBtn {
    text-align: right;
    margin-top: 40px;
}

@media (max-width: 991px) {

    /* line 94, ../sass/contact.scss */
    .contactFormBtn {
        text-align: center;
    }
}


.contact-box {
    border: 1px solid;
    padding: 30px 40px;
    border-color: #dcdcdc;
    min-height: 122px;
    display: flex;
    align-items: center;
}

.contact-box .icon-holder i {
    background-color: #ffffff;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #E5EAF2;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 22px;
    border-radius: 100px;
    color: #000000;
}

.contact-box .icon-holder {
    float: left;
    padding-right: 25px;
    text-align: center;
}


.refresh-crypto-btn {
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
    margin-left: 10px;
    transition: transform 0.3s ease-in-out;
    color: #000000;
}

.refresh-crypto-btn:hover {
    transform: rotate(360deg);
}


main.espace-client {
    margin: 0;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #f8f8f8;
}

.espace-client-wrapper {
    padding: 50px;
    background-color: white;
    border-radius: 6px;
}


.container-espace-client .card {
    border: 0;
}

a.espace-client-btn-logout {
    position: absolute;
    top: 95px;
    right: 20px;
    letter-spacing: 1px;
    font-size: 12px;
}

.container-espace-client h2.welcome {
    font-size: 20px;
    font-weight: 300;
}

.container-espace-client .nav-tabs .nav-link {
    font-size: 12px
}

.wrapper-new-pz {
    background-color: #eaeff3;
    padding: 20px;
}

.alert.alert-warning a {
    color: #664d03;
    text-decoration: underline;
}

.home-slider-slide .hero-title {
    margin-top: 160px;
}

.home-slider-slide .hero-title h1,
.home-slider-slide .hero-title h2 {
    color: white;
}

.home-slider-slide .hero-title h1 {
    font-size: 36px;
}

.home-slider-slide .hero-title h2 {
    font-size: 16px;
    font-weight: 300;
}

/* Popin sur page catégorie Lingettes (ID = 42) */
#popin-post-76 {}
#popin-post-76 .modal-dialog {
    max-width: 337px;
}
#popin-post-76 .modal-body {
    padding: 0;
}
#popin-post-76 .modal-header {
    min-height: 0;
    padding: 0px;
    border-bottom: 0;
    position: relative;
}
#popin-post-76 .modal-header .close {
    position: absolute;
    right: 10px;
    top: 5px;
    margin-top: -2px;
    z-index: 9;
    color: #979797;
    opacity: 1;
    font-weight: 100;
    font-size: 30px;
    border: none;
    background: none;
}
