@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
* {
    margin: 0;
    padding: 0;
    box-sizing: inherit;
}

html {
    font-size: 62.5%;
}

body {
    font-size: 1.6rem;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

a,
a:hover {
    text-decoration: none;
}

p {
    margin-bottom: 0;
    font-weight: 500;
}

ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

button {
    border: none;
    cursor: pointer;
    background-color: none;
}

button:focus {
    outline: none;
}

input:focus {
    outline: none;
}

.btn--site1 {
    padding: 1rem;
    border-radius: .5rem;
    color: #fff;
    transition: all .3s ease-in-out;
    background-color: #64BF7A;
    font-size: 1.4rem;
    border: 2px solid #64BF7A;
}

.btn--site1:hover {
    border: 2px solid #64BF7A;
    background-color: #fff;
    color: #64BF7A;
}

.button-return {
    position: fixed;
    bottom: 10rem;
    right: 2rem;
    background-color: #64BF7A;
    border-radius: .5rem;
    border: none;
    height: 5rem;
    width: 5rem;
    cursor: pointer;
    text-align: center;
    transition: all .3s;
    z-index: 2;
    box-shadow: 0px -1px 19px -4px rgba(56, 56, 56, 0.75);
    transition: all .3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button-return i {
    font-size: 3rem;
    color: #fff;
}

.button-return:hover {
    box-shadow: 8px 20px 60px -4px rgba(56, 56, 56, 0.75);
}

.buy--step {
    display: flex;
    align-items: baseline;
    margin-bottom: 2rem;
}

.buy--step__number {
    height: 4rem;
    width: 4rem;
    border-radius: 50%;
    background-color: #64BF7A;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    margin-right: 1rem;
}

.buy--step__descrip {
    width: 90%;
}

@media only screen and (max-width: 36em) {
    .buy--step__descrip {
        width: 85%;
    }
}

.buy--step__descrip h3 {
    font-size: 2rem;
    font-weight: bold;
    color: #023B57;
    margin-bottom: 1rem;
}

.buy--step__descrip p {
    font-size: 1.4rem;
}

.card--cmd {
    margin-bottom: 3rem;
}

.card--cmd__i img {
    height: 4rem;
    margin-bottom: 2rem;
}

.card--cmd__descrip h3 {
    font-size: 2rem;
    font-weight: bold;
    color: #023B57;
}

.card--cmd__descrip p {
    font-size: 1.4rem;
}

.card--testimonial {
    display: flex;
    background-color: #fff;
    padding: 4rem 2rem;
    border-radius: 20px;
}

.card--testimonial img {
    height: 7rem;
    width: 7rem !important;
    margin-right: 2rem;
    object-fit: cover;
    border-radius: 50%;
}

@media only screen and (max-width: 36em) {
    .card--testimonial img {
        height: 6rem;
        width: 6rem !important;
    }
}

.card--testimonial h3 {
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 1rem;
}

.card--tarif {
    padding: 2rem;
    border: 1px solid #B7DAEB;
    border-radius: 20px;
    height: 55rem;
}

@media only screen and (max-width: 48em) {
    .card--tarif {
        margin-bottom: 2rem;
        height: initial;
    }
}

.card--tarif__title {
    height: 15%;
    display: flex;
    align-items: center;
}

.card--tarif__title div {
    padding: 1rem;
    border-radius: 5px;
    background: #B7DAEB;
}

.card--tarif__title div img {
    height: 5rem;
}

.card--tarif__title h3 {
    margin-left: 2rem;
    font-size: 2.5rem;
    font-weight: bold;
}

.card--tarif__body {
    height: 55%;
    border-bottom: 1px solid #B7DAEB;
    margin: 2rem 0;
}

.card--tarif__body ul li {
    display: flex;
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 2rem;
}

.card--tarif__body ul li img {
    height: 2rem;
    margin-right: 1rem;
}

.card--tarif__foot {
    height: 35%;
    text-align: center;
}

.card--tarif__foot h3 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.card--tarif__foot h5 {
    font-size: 1.3rem;
    font-weight: bold;
    color: #023B57;
}

.card--tarif__foot p {
    font-size: 12px;
    color: #023B57;
}

.card--tarifG .card--tarif__title h3 {
    color: #42A159;
}

.card--tarifG .card--tarif__title div {
    background-color: #E5F5E9 !important;
}

.card--tarifG .card--tarif__foot h3 {
    color: #42A159;
}

.card--tarifB .card--tarif__title h3 {
    color: #1C80B0;
}

.card--tarifB .card--tarif__title div {
    background-color: #EEF5F9 !important;
}

.card--tarifB .card--tarif__foot h3 {
    color: #1C80B0;
}

.navigation {
    padding: 1rem 0;
}

.navigation .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navigation .container .logo {
    height: 8rem;
}

@media only screen and (max-width: 48em) {
    .navigation .container .logo {
        height: 6rem;
    }
}

.navigation .container .logo img {
    height: 100%;
    object-fit: cover;
}

.navigation .menu--enter {
    display: none;
    font-size: 2.5rem;
    color: #64BF7A;
    margin-left: 2rem;
    cursor: pointer;
}

@media only screen and (max-width: 62em) {
    .navigation .menu--enter {
        display: block;
    }
}

.navigation .menu--exit {
    height: 3rem;
    width: 3rem;
    border-radius: 50%;
    border: 2px solid #64BF7A;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
    cursor: pointer;
}

.navigation .menu--exit i {
    font-size: 2.3rem;
    color: #64BF7A !important;
}

@media only screen and (max-width: 62em) {
    .navigation .menu--exit {
        display: block;
    }
}

.navigation .menu {
    transition: all .3s ease-in-out;
}

.navigation .menu ul {
    display: flex;
    align-items: center;
}

.navigation .menu ul li {
    margin-left: 2rem;
    font-size: 1.5rem;
}

.navigation .menu ul li a {
    color: #0f0f0f;
    transition: all .3s ease-in-out;
    font-weight: 600;
}

.navigation .menu ul li a:hover {
    color: #64BF7A;
}

@media only screen and (max-width: 62em) {
    .navigation .menu {
        height: 100vh;
        width: 25rem;
        position: fixed;
        top: 0;
        background: #fff;
        z-index: 111;
        right: -100%;
        padding: 2rem;
    }
    .navigation .menu ul {
        display: block !important;
    }
    .navigation .menu ul li {
        margin: 1.5rem 1rem;
    }
}

.navigation .icon-form {
    height: 2rem;
    width: 2rem;
    display: none;
    cursor: pointer;
}

.navigation .icon-form img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.navigation .icon-menu {
    height: 3rem;
    width: 3rem;
    line-height: 3.1rem;
    border-radius: 50%;
    background-color: #64BF7A;
    margin-left: 1rem;
    cursor: pointer;
    display: none;
    text-align: center;
}

.navigation .icon-menu i {
    color: white;
}

.navigation .close-form {
    height: 3rem;
    width: 3rem;
    background-color: white;
    border: 1px solid #e51e25;
    border-radius: 50%;
    margin-left: 2rem;
    text-align: center;
    display: none;
    cursor: pointer;
}

.navigation .close-form img {
    height: 100%;
    width: 50%;
    object-fit: contain;
}

.navigation .icon-form {
    display: block;
}

.navigation-form {
    background-color: white;
    width: 70%;
}

.navigation .box-from {
    position: absolute;
    left: 0;
    right: 0;
    top: -150%;
    padding: 0 3rem;
    height: 100%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
    z-index: 12;
}

.navigation .box-from .close-form {
    display: block;
}

.navigation .box-from.active {
    top: 0;
}

@media only screen and (max-width: 48em) {
    .navigation {
        padding: 2rem 0;
    }
    .navigation .icon-menu {
        display: block;
    }
    .navigation-form {
        width: 100%;
    }
    .navigation .box-from .close-form {
        position: absolute;
        left: -1.7rem;
        top: .4rem;
        height: 2.5rem;
        width: 2.5rem;
    }
}

.navigation-form {
    display: flex;
    border: 1px solid rgba(100, 191, 122, 0.5);
    border-radius: 4px;
    overflow: hidden;
}

.navigation-form .input-group {
    display: flex;
    align-items: center;
    padding: 0 .5rem;
    flex-wrap: nowrap;
    height: 4rem;
}

.navigation-form .input-group:first-child {
    border-right: 1px solid rgba(100, 191, 122, 0.5);
}

.navigation-form .input-group .icon {
    height: 3rem;
    width: 2rem;
    margin-right: .5rem;
}

.navigation-form .input-group .icon img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.navigation-form .input-group input {
    border: none;
    font-size: 1.4rem;
    width: 90%;
}

.navigation-form .input-group input:focus {
    outline: none;
}

.navigation-form .btn-search {
    width: 20rem;
    background-color: #64BF7A;
    border: none;
    font-size: 1.5rem;
    color: white;
    cursor: pointer;
    transition: all .3s;
}

.navigation-form .btn-search:focus {
    outline: none;
}

.navigation-form .btn-search:hover {
    background-color: rgba(100, 191, 122, 0.9);
}

.n--active {
    color: #64BF7A !important;
}

header {
    padding: 3rem 0;
    background-color: #F8FBF6;
}

@media only screen and (max-width: 48em) {
    header {
        padding: 6rem 0;
    }
}

header h1 {
    color: #023B57;
    font-size: 4rem;
    font-weight: bold;
    margin-bottom: 3rem;
}

@media only screen and (max-width: 62em) {
    header h1 {
        text-align: center;
    }
}

@media only screen and (max-width: 36em) {
    header h1 {
        font-size: 3rem;
    }
}

.index-descrition__store {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 62em) {
    .index-descrition__store {
        justify-content: center;
        margin-bottom: 2rem;
    }
}

.index-descrition__store a img {
    height: 5rem;
    margin-right: 1rem;
    border-radius: 5px;
}

@media only screen and (max-width: 62em) {
    .index-descrition__store a img {
        height: 4rem;
    }
}

@media only screen and (max-width: 425px) {
    .index-descrition__store a img {
        height: 3rem;
    }
}

.sc-3 .index-descrition__store {
    display: block;
}

.section__img img {
    height: 40rem;
    width: 100%;
    object-fit: contain;
}

@media only screen and (max-width: 62em) {
    .section__img img {
        margin: 2rem 0;
    }
}

@media only screen and (max-width: 36em) {
    .section__img img {
        height: 26rem;
    }
}

.owl-carousel {
    width: 100%;
    display: block !important;
}

.owl-carousel .owl-nav {
    display: block !important;
}

.owl-carousel .owl-prev {
    display: none !important;
}

.owl-carousel .owl-next {
    display: none !important;
}

.owl-carousel .owl-dots {
    text-align: center;
    bottom: 1rem;
}

.owl-carousel .owl-dots button {
    height: 1rem !important;
    width: 1rem !important;
    background-color: rgba(100, 191, 122, 0.5) !important;
    border-radius: 50% !important;
    margin-left: .3rem;
}

.owl-carousel .owl-dots .active {
    background-color: #64BF7A !important;
}

section {
    padding: 6rem 0;
}

section p {
    font-size: 1.5rem;
}

section .section__img img {
    height: 30rem;
    width: 100%;
    object-fit: contain;
}

@media only screen and (max-width: 36em) {
    section .section__img img {
        height: 26rem;
    }
}

.section--title {
    font-size: 3rem;
    font-weight: bold;
    color: #65BF7A;
    margin-bottom: 4rem;
}

.c2 {
    background-color: #F7F9FA;
}

#stats {
    background-color: #FCFFFB;
}

#stats span {
    color: #64BF7A;
    font-weight: bold;
    font-size: 4rem;
    margin-bottom: 1rem;
}

#stats h5 {
    color: #1C80B0;
    font-size: 1.7rem;
}

#stats .account {
    text-align: center;
}

.testimonials {
    background-color: #EFF4F6;
}

.rw--st h4 {
    color: #023B57;
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.rw--st__div {
    justify-content: space-between !important;
    position: relative;
}

.rw--st__div::after {
    background-color: #65BF7A !important;
}

.rw--st .row {
    justify-content: space-between !important;
    padding-bottom: 2rem;
    position: relative;
}

.rw--st .row::after {
    position: absolute;
    content: '';
    height: 2rem;
    width: 2rem;
    background-color: #D1F4D9;
    border-radius: 50%;
    top: 0;
    left: 0rem;
}

@media only screen and (max-width: 62em) {
    .rw--st .row::after {
        bottom: 0;
        left: 50%;
    }
}

.rw--st .row::before {
    position: absolute;
    content: '';
    height: 100%;
    width: .3rem;
    background-color: #D1F4D9;
    top: 1rem;
    left: 0.9rem;
}

@media only screen and (max-width: 62em) {
    .rw--st .row::before {
        bottom: 0;
        left: 51.3%;
        z-index: -1;
    }
}

@media only screen and (max-width: 62em) {
    .rw--st .row {
        justify-content: center !important;
        text-align: center;
        padding: 6rem 0;
    }
}

.rw--st__div1 {
    background-color: white;
    margin: 0rem 2rem;
}

.rw--st__img {
    width: 40rem;
    height: 15rem;
    object-fit: contain;
}

@media only screen and (max-width: 62em) {
    .rw--st__img {
        margin-top: 3rem;
    }
}

@media only screen and (max-width: 48em) {
    .rw--st__img {
        width: 100%;
    }
}

.rw--st__img1 {
    width: 40rem;
    height: 12.7rem;
    object-fit: contain;
}

@media only screen and (max-width: 62em) {
    .rw--st__img1 {
        margin-top: 3rem;
    }
}

@media only screen and (max-width: 48em) {
    .rw--st__img1 {
        width: 100%;
    }
}

.section__img1 img {
    height: 45rem;
    width: 100%;
    object-fit: contain;
}

@media only screen and (max-width: 36em) {
    .section__img1 img {
        height: 26rem;
    }
}

.rw--st__div2 {
    text-align: center;
}

.cart {
    position: relative;
}

.cart span {
    position: absolute;
    height: 2rem;
    width: 2rem;
    background: #6fc17d;
    text-align: center;
    border-radius: 50%;
    top: -1rem;
    font-size: 1.3rem;
    font-weight: bold;
    left: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}

footer {
    min-height: 40vh;
    background-image: url(../icones/Groupe-54.png);
    padding: 4rem 0;
    background-position: center;
    background-size: cover;
}

@media only screen and (max-width: 48em) {
    footer .menu--footer ul {
        text-align: center;
    }
}

footer .menu--footer ul li {
    display: inline-block;
}

footer .menu--footer ul li a {
    color: #fff;
    display: inline-block;
    padding-right: 2rem;
    transition: all .3s ease-in-out;
}

footer .menu--footer ul li a:hover {
    text-decoration: underline;
}

footer .copy--social {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 48em) {
    footer .copy--social {
        display: block;
    }
}

footer .copy--social p {
    font-size: 1.4rem;
    color: #fff;
}

@media only screen and (max-width: 48em) {
    footer .copy--social p {
        text-align: center;
    }
}

footer .copy--social .icones--social {
    margin-left: 7rem;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 48em) {
    footer .copy--social .icones--social {
        margin-left: 0;
        justify-content: center;
    }
}

footer .copy--social .icones--social__link {
    padding: 2rem;
    height: 2rem;
    width: 2rem;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    margin-right: 1rem;
    transition: all .3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64BF7A;
}

footer .copy--social .icones--social__link:hover {
    transform: scale(1.1);
}

footer .text--footer {
    color: #fff;
}

@media only screen and (max-width: 48em) {
    footer .text--footer {
        text-align: center;
        margin-top: 4rem;
    }
}

footer .text--footer__store {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 48em) {
    footer .text--footer__store {
        justify-content: center;
    }
}

footer .text--footer__store a img {
    height: 4rem;
    margin-right: 1rem;
}

@media only screen and (max-width: 425px) {
    footer .text--footer__store a img {
        height: 3rem;
    }
}

@media only screen and (max-width:991px) {
    .card--article__illustration img {
        width: 100%;
        height: 25rem;
        object-fit: cover;
        object-position: top;
        border-radius: .5rem .5rem 0 0;
    }
}

@media only screen and (max-width: 48em) {
    .articles--photos {
        min-height: initial !important;
        background-color: white;
    }
    .articles--photos__pa--cards__responsive .overlay {
        display: none !important;
    }
    .articles--photos__pa--cards__responsive img {
        height: 100%;
        width: 100%;
        object-fit: contain;
        object-position: top;
    }
}

.price--tag {
    z-index: 1 !important;
}


/*# sourceMappingURL=main.css.map */