body {
    background: var(--Yellow-Light, #FAF8F6);
}

.bg-light {
    background: var(--Blue-Light, #EEEFF1) !important;
}

.bg-primary {
    background: #F5E1DA !important;
}

.bg-secondary {
    background: #E4EDE2 !important;
}

section {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media(max-width:992px) {
    section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.card {
    background-color: transparent;
    border: none;
}

.card .card-header,
.card .card-footer {
    background-color: transparent;
    border: none;
}

.btn-primary {
    border-radius: 30px;
    background: var(--Primary-primary-500, #8C7D5B) !important;
    color: var(--Yellow-Light, #FAF8F6);
    text-align: center;
    font-family: Optima;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 19.6px */
    border: none;
}

.panier .btn-primary {
    font-family: lato !important;
}

.btn-primary.fs-sm {
    font-size: 12px;
}

.btn-primary:hover {
    background: #E6E7E9 !important;
    color: #000000 !important;
}

.btn-primary:focus {
    background: #E9EBF8 !important;
    color: #000000 !important;
}

.btn-primary:disabled {
    opacity: 0.7;
}

.text-primary {
    color: #F4C2C2 !important;
}

@media(max-width:992px) {
    .btn-primary {
        font-size: 15px;
    }
}

@media(max-width:768px) {
    .btn-primary {
        font-size: 14px;
    }
}

@media(max-width:570px) {
    .btn-primary {
        font-size: 13px;
    }
}

a {
    text-decoration: none !important;
}

/* Modifier l'icône du calendrier */
input[type="date"]::-webkit-calendar-picker-indicator,
input[type="datetime-local"]::-webkit-calendar-picker-indicator {
    background-image: url('../img/home/calendar.png') !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    color: transparent;
    /* Cache l'icône par défaut */

}

input[type="time"]::-webkit-calendar-picker-indicator,
input[type="time"]::-webkit-calendar-picker-indicator {
    background-image: url('../img/home/clock.png') !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    color: transparent;
    /* Cache l'icône par défaut */
}

/*-----------------------------------------------
hero
------------------------------------------------*/
.hero {
    background-image: url("../img/home/villa_beach_express.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.hero h1 {
    color: var(--Yellow-Normal, #CCB9A5);
    text-align: center;
    /* H2 */
    font-family: "Playfair Display";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 56px */
}

.hero p {
    color: var(--Yellow-Light, #F5F5F3);
    text-align: center;
    font-family: Montserrat;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 149%;
    /* 28.31px */
}

.hero small {
    color: var(--Yellow-Light, #FAF8F6);
    text-align: center;

    /* Title1 */
    font-family: Montserrat;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 26.6px */
}

@media(max-width:992px) {
    .hero h1 {
        font-size: 35px;
    }

    .hero p,
    .hero small {
        font-size: 18px;
    }
}

@media(max-width:768px) {

    .hero h1 {
        font-size: 30px;
    }

    .hero p,
    .hero small {
        font-size: 16px;
    }

    .hero {
        min-height: auto;
    }

    section {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media(max-width:570px) {

    .hero h1 {
        font-size: 25px;
    }

    .hero p,
    .hero small {
        font-size: 14px;
    }

}

/********************************************
section title
********************************************/
.section-title h2 {
    color: var(--Yellow-Normal, #8C7D5B);
    text-align: center;

    /* H2 Bold */
    font-family: "Playfair Display";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 56px */
}

.section-title p {
    color: var(--Yellow-Dark, #695E44);
    text-align: center;

    /* H4 Bold */
    font-family: "Playfair Display";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 39.2px */
}

@media(max-width:992px) {
    .section-title h2 {
        font-size: 35px;
    }

    .section-title p {
        font-size: 25px;
    }
}

@media(max-width:768px) {
    .section-title h2 {
        font-size: 30px;
    }

    .section-title p {
        font-size: 20px;
    }
}

@media(max-width:570px) {
    .section-title h2 {
        font-size: 25px;
    }

    .section-title p {
        font-size: 16px;
    }
}

/*----------------------------------
cardAbout
-------------------------------------*/
.cardAbout {
    border-radius: 50px 0 0 0;
    background: var(--Blue-Normal, #575E6E);
    width: 100%;
    max-width: 404px;
    height: 100%;
    min-height: 159px;
}

.cardAbout .card-body {
    padding: 20px;
}

.cardAbout p {
    color: var(--Yellow-Light, #F4F2EF);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 167%;
    /* 26.72px */
}

.about:nth-child(2) .cardAbout {
    background: #DFDAD2 !important;
}

.about:nth-child(2) .cardAbout p {
    color: #4E4C4A;
}

.about:nth-child(3) .cardAbout {
    background: #A09B8C;
}

@media(max-width:992px) {
    .cardAbout p {
        font-size: 15px;
    }
}

@media(max-width:768px) {
    .cardAbout {
        max-width: none;
        border-radius: 50px 0 50px 0;
    }

    .cardAbout p {
        font-size: 14px;
    }
}

@media(max-width:570px) {
    .cardAbout {
        min-height: 130px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .cardAbout p {
        font-size: 12px;
    }
}

/*******************************************
card produit 
********************************************/
.nav-tabs {
    border: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.nav-tabs .nav-link {
    border: none;
    color: var(--Yellow-Normal, #8C7D5B);
    text-align: center;
    /* Title1 */
    font-family: Montserrat;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 26.6px */
    border-radius: 30px;
    margin-right: 10px;
}

.nav-tabs .nav-link.active {
    border-radius: 30px;
    background: #695E44;
    color: #F6F9F6;
}

@media(max-width:992px) {
    .nav-tabs .nav-link {
        font-size: 18px;
    }
}

@media(max-width:768px) {
    .nav-tabs .nav-link {
        font-size: 16px;
    }
}

@media(max-width:570px) {
    .nav-tabs .nav-link {
        font-size: 15px;
    }
}

/*-----------------------------
.card-produit 
---------------------------------*/
.card-produit {
    width: 100%;
    max-width: 368px;
    border: 1px solid #312C20;
    border-radius: 30px 0px 0px 0px;
}

.card-produit .card-header img,
.card-produit .card-header video {
    border-radius: 30px 0px 0px 0px;
    width: 100%;
    max-width: 368px;
    height: 402.631px;
    object-fit: cover;
    margin-bottom: 10px;
    transition: display 1s ease-in-out;
    cursor: pointer;
}

/*
.card-produit .card-header:hover img,
.card-produit .card-header:hover video {
    transform: scale(1.02);
}
*/
.card-produit .card-header img {
    display: block;
}

.card-produit .card-header video {
    display: none;
}

/*
.card-produit .card-header:hover img {
    display: none;
}

.card-produit .card-header:hover video {
    display: block;
}
*/

.card-produit .card-header h3 {
    color: var(--Yellow-Dark, #695E44);
    /* H4 Bold */
    font-family: "Playfair Display";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 39.2px */
    margin-top: 0px;
    margin-bottom: 0px;
}

.card-produit .card-body p {
    color: var(--Yellow-Darker, #47413A);
    /* Body */
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 18.2px */
    margin-top: 0px;
    margin-bottom: 0px;
}

.card-produit .card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card-produit .card-footer p {
    color: var(--yellow-dark-hover, #7A6F63);

    /* H5 Bold */
    font-family: "Playfair Display";
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 32.2px */
    margin-top: 0px;
    margin-bottom: 0px;
}

@media(max-width:992px) {
    .nav-tabs .nav-link {
        font-size: 17px;
    }

    .card-produit .card-header h3 {
        font-size: 25px;
    }

    .card-produit .card-body p {
        font-size: 12px;
    }

    .card-produit .card-footer p {
        font-size: 20px;
    }
}

@media(max-width:768px) {
    .nav-tabs .nav-link {
        font-size: 16px;
    }

    .card-produit .card-header h3 {
        font-size: 20px;
    }

    .card-produit .card-body p {
        font-size: 12px;
    }

    .card-produit .card-footer p {
        font-size: 18px;
    }
}

@media(max-width:570px) {
    .nav-tabs .nav-link {
        font-size: 15px;
    }


    .card-produit .card-header h3 {
        font-size: 17px;
    }

    .card-produit .card-body p {
        font-size: 12px;
    }

    .card-produit .card-footer p {
        font-size: 14px;
    }
}

/*-----------------------------
cardOption
------------------------------*/
.cardOption {
    width: 100%;
    height: 100%;
}

.cardOption .card-body {
    display: flex;
    align-items: center;
    justify-content: start;
}

.cardOption .card-body .box {
    width: 84px;
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px 0 0 0;
    background: var(--Green-Normal, #A09B8C);
}

.cardOption .card-body .box img {
    width: 50%;
    height: 50%;
    object-fit: contain;
}

.cardOption .card-body .box h3 {
    color: var(--yellow-light-hover, #F1F0EE);
    /* H1 Bold */
    font-family: "Playfair Display";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 67.2px */
}

.cardOption .card-body p {
    flex: 1;
    color: var(--Yellow-Dark, #998B7C);
    font-family: Montserrat;
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 26.6px */
    margin-bottom: 0px;
    margin-top: 0px;
}

.raisons .cardOption .card-body p {
    font-size: 18px;
}

.options:nth-child(2) .cardOption .card-body .box {
    background: #C9C4BD;
}

.options:nth-child(3) .cardOption .card-body .box {
    background: #575E6E;
}

.raisons:nth-child(1) .cardOption .card-body .box {
    background: #8C7D5B;
}

.raisons:nth-child(2) .cardOption .card-body .box {
    background: #575E6E;
}

.raisons:nth-child(3) .cardOption .card-body .box {
    background: #CCB9A5;
}

.raisons:nth-child(4) .cardOption .card-body .box {
    background: #A09B8C;
}

@media(max-width:1024px) {
    .cardOption .card-body .box {
        width: 70px;
        height: 70px;
        border-radius: 45px 0 0 0;
    }

    .cardOption .card-body .box h3 {
        font-size: 40px;
    }

    .cardOption .card-body p {
        font-size: 17px;
    }
}

@media(max-width:768px) {
    .cardOption .card-body .box {
        width: 60px;
        height: 60px;
        border-radius: 40px 0 0 0;
    }

    .cardOption .card-body .box h3 {
        font-size: 35px;
    }

    .cardOption .card-body p {
        font-size: 16px;
    }
}

@media(max-width:570px) {
    .cardOption .card-body .box {
        width: 40px;
        height: 40px;
        border-radius: 30px 0 0 0;
    }

    .cardOption .card-body .box h3 {
        font-size: 30px;
    }

    .cardOption .card-body p {
        font-size: 14px;
    }
}

/******************************************
features
******************************************/
.features {
    position: relative;
}


.features .text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.features .text h5 {
    color: var(--Blue-Normal, #575E6E);
    font-family: "Playfair Display";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 39.2px */
}

.features .text p {
    color: var(--Grey-Darker, #4E4C4A);
    font-family: Montserrat;
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 26.6px */
}

.features .images {
    display: flex;
    align-items: center;
    justify-content: center;
}

.features .images img {
    width: 100%;
    max-width: 348px;
    min-height: 435px;
    flex-shrink: 0;
    background: lightgray 50% / cover no-repeat;
    object-fit: cover;
}

@media(max-width:992px) {

    .features .text h5 {
        font-size: 25px;
    }

    .features .text p {
        font-size: 17px;
    }
}

@media(max-width:768px) {
    .features .text h5 {
        font-size: 20px;
    }

    .features .text p {
        font-size: 15px;
    }

    .features .text {
        order: 2;
        margin-bottom: 1rem;
    }

    .features .images {
        order: 1;
    }

    .features .images img {
        max-width: none;
        min-height: auto;
    }
}

@media(max-width:570px) {

    .features .text h5 {
        font-size: 18px;
    }

    .features .text p {
        font-size: 14px;
    }
}

/*************************************
comment ça marche 
******************************************/
.marche .image {
    display: flex;
    align-items: center;
    justify-content: start;
}

.marche .image img {
    width: 100%;
    object-fit: contain;
    border-radius: 30px;
}

.marche .text {
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
}

.marche .text h5 {
    color: var(--Rose-rose-700, #AD8A8A);
    /* H2 Bold */
    font-family: "Dancing Script";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 56px */
    margin-bottom: 2rem;
}

.marche .text ul {
    padding-left: 0px;
    list-style: none;
}

.marche .text ul li {
    margin-bottom: 2rem;
}

.marche .text ul li h6 {
    color: var(--Vert-sauge-vert-sauge-900, #465243);
    /* H4 Bold */
    font-family: "Dancing Script";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 39.2px */
}

.marche .text ul li p {
    color: var(--Vert-sauge-vert-sauge-900, #465243);
    /* Title2 */
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 22.4px */
}

@media(max-width:992px) {
    .marche .text h5 {
        font-size: 30px;
    }

    .marche .text ul li h6 {
        font-size: 20px;
    }

    .marche .text ul li p {
        font-size: 14px;
    }
}

@media(max-width:768px) {
    .marche .text h5 {
        font-size: 25px;
    }

    .marche .text ul li h6 {
        font-size: 18px;
    }

    .marche .text ul li p {
        font-size: 12px;
    }
}

@media(max-width:570px) {


    .marche .text h5 {
        font-size: 20px;
    }

    .marche .text ul li h6 {
        font-size: 16px;
    }

    .marche .text ul li p {
        font-size: 12px;
    }
}

/**********************************
avis
**********************************/
.cardAvis {
    width: 100%;
    max-width: 427px;
    height: 100%;
    min-height: 206px;
    border-radius: 40px 40px 40px 0;

    padding: 29px 36px;
}

.cardAvis.right {
    border-radius: 40px 40px 0 40px;
}

.avis:nth-child(1) .cardAvis,
.avis:nth-child(4) .cardAvis {
    background: var(--yellow-light-active, #DBD7CC);
}

.avis:nth-child(2) .cardAvis,
.avis:nth-child(3) .cardAvis {
    background-color: #CCB9A5;
    /* paires */
}

.cardAvis p {
    color: #3A3A3A;

    /* Title2 */
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 22.4px */
}

.cardAvis small {
    color: #606060;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.cardAvis .box .stars {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    z-index: 2;
}

.cardAvis .box .stars i {
    font-size: 1rem;
    color: #625556;
}

.uk-dotnav {
    display: flex;
    align-items: center;
    justify-content: center;
}

.uk-light .uk-dotnav>*>* {
    background-color: #DFDAD2 !important;
}

.uk-light .uk-dotnav>.uk-active>* {
    background-color: #CCB9A5 !important;
}

@media(max-width:992px) {
    .cardAvis .userImg {
        width: 70px;
        height: 70px;
    }

    .cardAvis .miniBox {
        width: 70px;
        height: 70px;
        font-size: 25px;
    }

    .cardAvis .box p,
    .cardAvis .box small {
        font-size: 15px;
    }

    .cardAvis .box .stars i {
        font-size: 0.8rem;
    }
}

@media(max-width:768px) {
    .cardAvis .userImg {
        width: 50px;
        height: 50px;
    }

    .cardAvis .miniBox {
        width: 50px;
        height: 50px;
        font-size: 25px;
    }

    .cardAvis .box p,
    .cardAvis .box small {
        font-size: 14px;
    }

    .cardAvis .box .stars i {
        font-size: 0.5rem;
    }
}

@media(max-width:570px) {
    .cardAvis .userImg {
        width: 30px;
        height: 30px;
    }

    .cardAvis .miniBox {
        width: 30px;
        height: 30px;
        font-size: 15px;
    }

    .cardAvis .box p,
    .cardAvis .box small {
        font-size: 13px;
    }

    .cardAvis .box .stars i {
        font-size: 0.5rem;
    }

    .cardAvis.left .box {
        padding-left: 1.5rem !important;
        padding-right: 15px !important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        min-height: auto !important;
        height: fit-content !important;
    }

    .cardAvis.right .box {
        padding-left: 15px !important;
        padding-right: 1.5rem !important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        min-height: auto !important;
        height: fit-content !important;
    }
}

/**************************************
about 
***************************************/
.cardIcon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.cardIcon .card-header {
    border-radius: 35px 0px;
    background: var(--Vert-sauge-vert-sauge-100, #E4EDE2);
    width: 126px;
    height: 126px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cardIcon .card-header img {
    width: 70%;
    object-fit: contain;
}

.cardIcon .card-body p {
    color: var(--Vert-sauge-vert-sauge-800, #5C6C58);
    text-align: center;
    /* Title1 Bold */
    font-family: Lato;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 26.6px */
}

@media(max-width:992px) {
    .cardIcon .card-body p {
        font-size: 17px;
    }
}

@media(max-width:768px) {
    .cardIcon .card-body p {
        font-size: 15px;
    }
}

@media(max-width:570px) {
    .cardIcon .card-body p {
        font-size: 14px;
    }
}

/**************************************
PANIER 
***************************************/
.panier {
    width: 50% !important;
    max-width: 50% !important;
    background: var(--Primary-primary-50, #FDFAFA);
    box-shadow: -8px -8px 16px 0px rgba(180, 180, 180, 0.25);
}

.panier .btn-close {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #CCB9A5;
    box-shadow: none !important;
}

.panier .btn-close svg {
    width: 12px !important;
    height: 12px !important;

}

.panier .btn-close svg line {
    stroke: #695E44 !important;
    stroke-width: 2px !important;
}

.panier .titleBox h3 {
    color: var(--Yellow-Normal, #8C7D5B);

    /* H2 Bold */
    font-family: "Playfair Display";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 56px */
    margin-bottom: 0px;
    margin-top: 0px;
}

.panier .btn-option {
    color: var(--Yellow-Normal, #CCB9A5);
    text-align: center;
    font-family: "Playfair Display";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 28px */
    border: none;
    border-radius: 0px;
}

.panier .btn-option.active {
    color: var(--Yellow-Normal, #8C7D5B);
    font-weight: 700;
}

.panier .titleBox svg {
    width: 100% !important;
}

.panier .table th,
.panier .table .label {
    color: var(--Blue-Normal, #575E6E);
    text-align: start;
    /* Title2 Bold */
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 22.4px */
    border: none;
    background-color: transparent;
}

.panier .table tr td {
    border: none;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    vertical-align: middle;
    width: auto !important;
    background-color: transparent;
}

.panier .table tr td span {
    border: none !important;
    color: var(--Yellow-Dark, #998B7C);

    /* H5 Bold */
    font-family: "Playfair Display";
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 32.2px */
    text-wrap: nowrap !important;
}

.panier .table tr td h6 {
    color: var(--Blue-Normal, #575E6E);
    /* Title2 Bold */
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 22.4px */

}

.panier .table tr td .media {
    display: flex;
    align-items: center;
    justify-content: start;
}

.panier .table tr td .media img {
    width: 102.446px;
    height: 120.609px;
    object-fit: cover;
    flex-shrink: 0;
    border-radius: 10px;
    background: lightgray 50% / cover no-repeat;
    margin-right: 10px;
}

.panier .table tr td .media h5 {
    color: var(--Yellow-Dark, #695E44);
    font-family: "Playfair Display";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 25.2px */
    text-align: start;
    margin-bottom: 0px;
    margin-top: 0px;
    text-wrap: wrap;
}

.panier .table tr td .media p {
    color: var(--Yellow-Darker, #383631);
    text-align: start;
    /* Body */
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 18.2px */
    margin-bottom: 0px;
    margin-top: 0px;
}

.panier .table tr td h4 {
    color: var(--Blue-Dark, #414753);
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 28px */
}

.panier .table .input-group {
    border-radius: 20px;
    background: var(--Yellow-Normal, #CCB9A5);
    border: none;
    max-width: 100px;
    flex-wrap: nowrap !important;
}

.panier .table .input-group .input-group-text {
    background: transparent;
    border-radius: 20px 0px 0px 20px;
    padding-left: 5px !important;
    padding-right: 5px !important;
    border: none !important;
    box-shadow: none !important;
}

.panier .table .input-group input {
    background: transparent;
    border: none;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
    box-shadow: none !important;
}

/* Pour Webkit (Chrome, Safari, Edge) */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}

/* Pour Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.panier .table tr td .btn.delete {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #CCB9A5;
    padding: 0px 0px;
}

.panier .table tr.mobile {
    display: none;
}

.formulaire .input-group {
    border-radius: 15px;
    background: var(--yellow-light-active, #EFE9E3);
    border: none;
    height: 64px;
}

.formulaire .input-group span {
    background: transparent;
    border-radius: 20px 0px 0px 20px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.formulaire .input-group input {
    color: #000;
    /* Caption */
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 16.8px */
    background-color: transparent;
    border-radius: 20px 20px 0px 0px;
    border: none !important;
    box-shadow: none !important;
}

.formulaire .input-group textarea {
    color: #000;
    /* Caption */
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 16.8px */
    background-color: transparent;
    border-radius: 20px;
    border: none !important;
    box-shadow: none !important;
}

.formulaire .input-group input::placeholder,
.formulaire .input-group textarea::placeholder {
    color: var(--Yellow-Normal, #CCB9A5);
}

.formulaire .form-check {
    display: flex;
    align-items: center;
}

.formulaire .form-check label {
    color: #868686;
    /* Title2 */
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 22.4px */
}

.formulaire .form-check.radio label {
    font-family: "Dancing Script";
}

.formulaire .form-check input[type='checkbox'] {
    background-color: #F8EFF0;
    border-color: #A68F92;
    padding: 0px 0px;
    border-radius: 4px;
    margin-right: 10px;
}

.formulaire .form-check input[type='radio'] {
    background-color: #F8EFF0;
    padding: 0px 0px;
    border-radius: 50%;
    margin-right: 10px;
    border-color: #A68F92;
}

.formulaire .form-check input:checked {
    background-color: #000 !important;
    border-color: #000 !important;
    box-shadow: none !important;
}

.promo .form-control {
    border-radius: 10px;
    border: 1.5px solid var(--Yellow-Dark, #695E44);
    background-color: transparent;
    color: #000;
    text-align: center;
    /* Title2 */
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 22.4px */
    box-shadow: none;
    min-height: 50px;
}

.promo .form-control::placeholder {
    color: var(--Yellow-Normal, #8C7D5B);
}

.promo .badgeCode {
    border-radius: 25px;
    background: var(--Primary-primary-200, #F5E7E8);
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 5px;
    width: fit-content;
}

.promo .badgeCode span {
    color: var(--Rose-rose-900, #665151);
    text-align: start;
    /* Title1 Bold */
    font-family: Lato;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 26.6px */
}

.promo .badgeCode .btn {
    color: var(--Rose-rose-900, #665151);
    font-size: 14px;
    padding: 5px 5px;
}

@media(max-width:992px) {
    .panier {
        width: 80% !important;
        max-width: 80% !important;
    }

    .panier .titleBox h3 {
        font-size: 35px;
    }

    .panier .btn-option {
        font-size: 20px;
    }

    .panier .table th,
    .panier .table .label {
        font-size: 15px;
    }

    .panier .table tr td .media img {
        width: 80.446px;
        height: 100.609px;
    }

    .panier .table tr td .media h5 {
        font-size: 16px;
    }

    .panier .table tr td .media p {
        font-size: 12px;
    }

    .panier .table tr td h4 {
        font-size: 18px;
    }

    .panier .table tr td span {
        font-size: 20px;
    }

    .panier .table tr td h6 {
        font-size: 15px;
    }

    .formulaire .input-group input {
        font-size: 12px;
    }

    .formulaire .form-check label {
        font-size: 14px;
    }

    .formulaire .input-group {
        height: 53px;
    }

    .promo .form-control {
        font-size: 14px;
    }
}

@media(max-width:768px) {
    .panier {
        width: 100% !important;
        max-width: 100% !important;
    }

    .panier .titleBox h3 {
        font-size: 30px;
    }

    .panier .btn-option {
        font-size: 18px;
    }

    .panier .table th,
    .panier .table .label {
        font-size: 14px;
    }

    .panier .table tr td .media img {
        width: 70.446px;
        height: 80.609px;
    }

    .panier .table tr td .media h5 {
        font-size: 14px;
    }

    .panier .table tr td .media p {
        font-size: 12px;
    }

    .panier .table tr td h4 {
        font-size: 16px;
    }

    .panier .table tr td span {
        font-size: 18px;
    }

    .panier .table tr td h6 {
        font-size: 14px;
    }

    .formulaire .input-group input {
        font-size: 12px;
    }

    .formulaire .form-check label {
        font-size: 12px;
    }

    .formulaire .input-group {
        height: 43px;
    }

    .promo .form-control {
        font-size: 12px;
    }
}

@media(max-width:732px) {
    .panier {
        width: 100% !important;
    }

    .panier .table-responsive {
        width: 100%;
        overflow-x: auto !important;
        scrollbar-width: none;
        /* Firefox */
    }

    .panier .table-responsive::-webkit-scrollbar {
        display: none;
        /* Chrome, Safari */
    }

    .panier .table tr td .media {
        padding-right: 2rem !important;
    }

    .panier .table tr td .media p {
        width: 200px !important;
        flex-wrap: wrap !important;
    }

    .panier .table tr td h4 {
        font-size: 15px;
    }

    .panier .table tr td span {
        text-wrap: nowrap !important;
    }
}

@media(max-width:570px) {
    .panier .titleBox h3 {
        font-size: 25px;
    }

    .panier .btn-option {
        font-size: 18px;
    }

    .panier .table th,
    .panier .table .label {
        font-size: 13px;
    }

    .panier .table tr td .media img {
        width: 50.446px;
        height: 70.609px;
    }

    .panier .table tr td .media h5 {
        font-size: 13px;
    }

    .panier .table tr td .media p {
        font-size: 12px;
    }

    .panier .table tr td span {
        font-size: 16px;
    }

    .panier .table tr td h6 {
        font-size: 13px;
    }

    .panier .table .input-group {
        width: 200px !important;
        padding-left: 5px !important;
        padding-right: 5px !important;
        height: 30px;
    }

    .panier .table .input-group .input-group-text {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .formulaire .input-group input,
    .panier .table .input-group input {
        font-size: 12px;
    }

    .formulaire .form-check label {
        font-size: 12px;
    }

    .formulaire .input-group {
        height: 43px;
    }

    .panier .table tr.web {
        display: none;
    }

    .panier .table tr.mobile {
        display: table-row;
    }

    .panier .table tr th:not(:first-child) {
        display: none;
    }
}

/**********************************
formulaire-section
**********************************/

.formulaire-section .form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.formulaire-section .input-group {
    border-radius: 20px;
    background: #FFF;
    border: none;
    width: 80%;
    height: 64px;
}

.formulaire-section .input-group input {
    color: #000;
    /* Caption */
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 15.4px */
    box-shadow: none !important;
    border: none;
    background-color: transparent;
    border-radius: 0px 20px 20px 0px;
}

.formulaire-section .input-group input::placeholder {
    color: #A8A8A8;
}

.formulaire-section .input-group span {
    border: none;
    background-color: transparent;
    border-radius: 20px 0px 0px 20px;
}

.formulaire-section .images {
    display: flex;
    justify-content: center;
    align-items: center;
}

.formulaire-section .images img {
    width: 90%;
    max-width: 639px;
    max-height: 426px;
    object-fit: cover;
}


@media(max-width:992px) {
    .formulaire-section .input-group {
        width: 100%;
    }

    .formulaire-section .images img {
        width: 100%;
    }
}

@media(max-width:768px) {
    .formulaire-section .images {
        display: none;
    }
}

/************************************
section-faq
*************************************/
.faq img {
    width: 100%;
    max-width: 390px;
    max-height: 520px;
}

.accordion-item {
    background-color: transparent;
}

.faq-acc .accordion-button {
    color: var(--Yellow-Dark, #695E44);
    font-family: "Playfair Display";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 28px */
    border: none !important;
    background: transparent !important;
    padding-bottom: 0px;
}

.faq-acc .accordion-button:focus {
    background-color: transparent;
    box-shadow: none !important;
}

.faq-acc .accordion-body p {
    color: var(--Primary-primary-800, #816F71);
    /* Title2 */
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 22.4px */
}

@media(max-width:992px) {
    .faq-acc .accordion-button {
        font-size: 25px;
    }

    .faq-acc .accordion-body p {
        font-size: 14px;
    }
}

@media(max-width:768px) {
    .faq-acc .accordion-button {
        font-size: 20px;
    }

    .faq-acc .accordion-body p {
        font-size: 12px;
    }
}

@media(max-width:570px) {
    .faq-acc .accordion-button {
        font-size: 18px;
    }

    .faq-acc .accordion-body p {
        font-size: 12px;
    }

    .faq .image {
        display: none;
    }
}

/************************************
card box
***********************************/
.cardBox img {
    width: 100px;
    height: 76px;
    object-fit: contain;
    margin-bottom: 20px;
}

.cardBox h5 {
    color: var(--Vert-sauge-vert-sauge-800, #5C6C58);
    text-align: center;
    /* Title1 Bold */
    font-family: Lato;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 26.6px */
}

@media(max-width:992px) {
    .cardBox h5 {
        font-size: 18px;
    }
}

@media(max-width:768px) {
    .cardBox h5 {
        font-size: 16px;
    }
}

@media(max-width:768px) {
    .cardBox h5 {
        font-size: 15px;
    }

    .cardBox img {
        width: 80px;
        height: 76px;
    }
}

/***************************************
card-vide
************************************/
.card-vide img {
    width: 211px;
    height: 226px;
    max-width: 80%;
    flex-shrink: 0;
    object-fit: contain;
    margin-bottom: 20px;
}

.card-vide h5 {
    color: #625556;
    text-align: center;

    /* H2 */
    font-family: "Playfair Display";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 56px */
}

.card-vide h5.fs-sm {
    font-size: 30px;
}

.card-vide p {
    color: #D5B8BB;
    /* Title1 */
    font-family: Montserrat;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 26.6px */
}

.card-vide .text-2 {
    font-family: "Dancing Script";
    color: #000;
}

.card-vide p a {
    color: var(--Vert-sauge-vert-sauge-700, #778B72);
    font-family: "Dancing Script";
    text-decoration: underline;
}

.card-vide p a:hover {
    color: var(--Primary-primary-600, #D5B8BB) !important;
}

@media(max-width:992px) {
    .card-vide h5 {
        font-size: 35px;
    }

    .card-vide p {
        font-size: 18px;
    }

    .card-vide img {
        width: 171px;
        height: 176px;
    }
}

@media(max-width:768px) {
    .card-vide h5 {
        font-size: 30px;
    }

    .card-vide p {
        font-size: 16px;
    }

    .card-vide img {
        width: 171px;
        height: 176px;
    }
}

@media(max-width:570px) {
    .card-vide h5 {
        font-size: 25px;
    }

    .card-vide p {
        font-size: 14px;
    }
}

/*--------------------------------------
mentions légales
*--------------------------------------*/
.cardMentions h1 {
    color: var(--Rose-rose-700, #AD8A8A);
    text-align: left;
    /* H1 Bold */
    font-family: "Dancing Script";
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 67.2px */
}

.cardMentions p {
    color: var(--Vert-sauge-vert-sauge-800, #5C6C58);
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    /* 33.6px */
}

.cardMentions p a {
    color: var(--Vert-sauge-vert-sauge-800, #5C6C58);
    text-decoration: underline !important;
}

@media(max-width:992px) {
    .cardMentions h1 {
        font-size: 30px;
    }

    .cardMentions p {
        font-size: 15px;
    }
}

@media(max-width:768px) {
    .cardMentions h1 {
        font-size: 25px;
    }

    .cardMentions p {
        font-size: 14px;
    }
}

@media(max-width:570px) {
    .cardMentions h1 {
        font-size: 20px;
    }

    .cardMentions p {
        font-size: 12px;
    }
}

/*---------------------------
heroAgent
------------------------------*/
.heroAgent {
    position: relative;
    height: fit-content;
}

.heroAgent .bg-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    object-fit: contain;
}

.heroAgent .container-xl {
    position: relative;
    z-index: 2;
}

.heroAgent .images img {
    width: 90% !important;
    object-fit: contain;
}

.cardConv {
    border-radius: 79px;
    background: var(--Blanc-cass-blanc-cass-100, #F8F3EB);
    box-shadow: 0 5px 13.2px 0 rgba(238, 213, 215, 0.25);
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 3;
    padding: 20px 40px;
    min-height: 650px;
}

.cardConv .card-body {
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.cardConv h1 {
    color: var(--Primary-primary-900, #625556);
    text-align: start;
    /* H3 Bold */
    font-family: Lato;
    font-size: 33px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 46.2px */
}

.cardConv p {
    color: var(--Blanc-cass-blanc-cass-900, #69665E);
    /* Paragraph/Large */
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    letter-spacing: -0.5px;
}

.cardConv a {
    color: var(--Blanc-cass-blanc-cass-900, #69665E);
    /* Paragraph/Large */
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    letter-spacing: -0.5px;
    text-decoration: underline !important;
}

.bg-\(--color-surface\) {
    color: transparent !important;
}

@media(max-width:992px) {
    .cardConv {
        padding: 15px 35px;
        border-radius: 60px;
        box-shadow: none;
    }

    .cardConv h1 {
        font-size: 28px;
    }

    .cardConv p,
    .cardConv a {
        font-size: 15px;
    }
}

@media(max-width:768px) {
    .cardConv {
        border-radius: 50px;
        padding: 10px 20px;
    }

    .cardConv h1 {
        font-size: 25px;
    }

    .cardConv p,
    .cardConv a {
        font-size: 14px;
    }

    .heroAgent .images,
    .heroAgent .bg-agents {
        display: none !important;
    }
}

@media(max-width:570px) {
    .cardConv {
        border-radius: 0px;
        height: 100%;
        padding: 0px 0px;
    }

    .cardConv h1 {
        font-size: 20px;
    }

    .cardConv p,
    .cardConv a {
        font-size: 12px;
    }

    .cardConv .card-body {
        justify-content: center;
    }
}