/* Front specific CSS */
/* ---- SOMMAIRE ---- */
/*
	NAV/HEADER
	FOOTER
	CONTENT
		CONTENT > Blog
			CONTENT > Blog > listing
			CONTENT > Blog > detail 
		CONTENT > Annonce
			CONTENT > Annonce > map
			CONTENT > Annonce > list-item
			CONTENT > Annonce > Searchbar
			CONTENT > Annonce > detail
		CONTENT > Home
		CONTENT > Register
		CONTENT > Offres
		CONTENT > Param
		CONTENT > Contact
		CONTENT > Mon accueil
		CONTENT > 404
		CONTENT > success-inscription

	MOBILE
	ACCESSIBLE
*/
/* ------------------ */

/* BODY : Changement de typo pour la typo Orange accessible */
body.accessible {
    font-family: var(--font-family-accessible) !important;
}

body.accessible h3, body.accessible .h3 {
    font-family: var(--font-family-accessible) !important;
}

/* NAV/HEADER */

.jumbotron,
nav.navbar {
    padding: 0;
    position: relative;
}

nav.navbar {
    z-index: 10;
    background: none;
    background-color: #fff;
    margin-bottom: 15px;
}

nav.navbar .container .nav-top-tool {
    flex-basis: 100%;
    width: 100%;
    align-items: center;
    display: flex;
    position: relative;
    margin-bottom: 15px;
}

.jumbotron {
    background: transparent;
    width: 100%;
}

.jumbotron>.container {
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.jumbotron .baseline {
    color: #fff;
    z-index: 1;
    line-height: 0.7;
    font-size: 3.3rem;
}

.navbar-brand img {
    width: 100%;
    height: 70px;
}

nav .btn-group>.btn {
    border-radius: 50px !important;
    padding: 0;
    width: 45px;
    height: 45px;
    border-color: var(--color-orange);
    color: #fff;
    margin: 0 5px;
    outline: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    background-color: var(--color-orange);
}

nav .btn-group>.btn[data-original-title="Espace membre"] {
    background-color: var(--color-orange);
    color: #fff;
}

nav .btn-group>.btn:not(.navbar__panier):hover,
nav .btn-group>.btn:not(.navbar__panier):focus {
    background-color: transparent;
    color: var(--color-orange);
}

nav .btn-group>.btn .ti {
    font-size: 22px;
}

nav .btn-group>.btn#user-btn {
    font-size: 0.85rem;
    width: 170px;
    border: 0;
    text-align: left;
    margin-left: 10px;
    border-left: 1px solid #fff;
    border-radius: 0 !important;
    padding-left: 7px;
    background-color: transparent;
    color: #fff;
}

nav .btn-group>.btn#user-btn:hover {
    background-color: transparent;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

nav .btn-group>.btn#user-btn i {
    margin-right: 5px;
    height: 45px;
    text-align: center;
    line-height: 38px;
    font-size: 30px;
    display: block;
}

nav .btn-group>.btn#user-btn span {
    display: block;
}

nav .btn-group>.btn#user-btn:hover span {
    text-decoration: underline;
}

nav .btn-group>.btn#user-btn span strong {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 126px;
}

nav .btn-group>.btn#user-btn span small {
    font-size: .8rem;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 0;
    margin-left: auto;
}

.home-buttons {
    display: flex;
    gap: 5px;
}


nav .btn-link,
nav .btn-link:hover {
    color: #fff;
    font-size: 1rem;
}

.navbar-dark .navbar-nav .nav-link {
    font-weight: 700;
    font-size: 1rem;
    padding: 0 !important;
}

nav .btn-link i.ti {
    float: left;
    font-size: 38px;
    margin-right: 7px;
}

.jumbotron .btn {
    background-color: #fff;
    color: var(--color-fushia);
    border-color: #fff;
    margin-top: 1rem;
}

@media (min-width: 992px) {

    nav.navbar {
        height: auto;
        /*overflow: hidden;*/
    }

    .single-item {
        position: relative;
        height: auto;
        width: 100%;
        overflow: hidden;
        justify-content: center;
        align-items: center;
        z-index: 1;
    }

    .slider-item {
        position: relative;
    }

    .slider-item .img-fluid {
        width: 100%;
        height: 100%;
        object-fit: cover !important;
    }

    .petal-container {
        position: absolute;
        top: 0;
        left: 0;
        width: 65%;
        height: 100%;
        pointer-events: none;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-left: 20px;
    }

    .petal-container::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url("../../images/petal-slider.svg") no-repeat 0 70%;
        background-size: cover;
        z-index: 10;
    }

    .slider-petal-text {
        position: relative;
        z-index: 20;
        width: 60%;
        color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        text-align: left;
        transform: translateX(-5%);
        padding-left: 30px;
    }

    .slider-petal-text h1 {
        font-size: 2rem;
    }

    .slider-petal-text p {
        font-size: 2.5rem;
        font-family: var(--font-family-script);
        margin-top: 40px;
        margin-left: 40px;
    }

    .jumbotron {
        margin: 1rem 0;
        height: 250px;
    }

    .jumbotron h1,
    .jumbotron .h1 {
        color: #fff;
        position: relative;
        width: 95%;
        font-size: 2.2rem;
        line-height: 1.1;
    }

    .jumbotron .container,
    nav.navbar .container {
        height: 100%;
        position: relative;
    }

    .jumbotron>.container {
        max-width: 45%;
        margin-left: 0;
    }

    nav.navbar .container {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    nav .btn-group {
        margin: 10px 0;
    }

    .navbar-dark .navbar-nav .nav-link {
        color: #000;
    }

    nav.navbar .navbar-collapse .navbar-nav {
        width: 100%;
        position: relative;
    }


    nav .navbar-nav .nav-item {
        flex-basis: 100%;
        width: 100%;
        position: static;
        padding: 0;
    }

    nav .navbar-nav .nav-item a {
        background-color: transparent !important;
        text-align: center;
        padding: 0;
        height: 70px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    nav .navbar-nav .nav-item a svg {
        display: none;
    }

    nav .navbar-nav .nav-item a span.category-text {
        display: flex;
        flex: 1;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 100%;
        padding: 0 10px;
        position: relative;
        z-index: 10;
        color: #000;
        background-color: #fff;
        transition: color 0.3s ease;
    }

    nav .navbar-nav .nav-item a span.category-bar {
        display: block;
        width: 100%;
        height: 15px;
        margin: 0;
        margin-top: auto;
    }

    nav .navbar-nav .nav-item a span.category-text::before {
        content: "";
        position: absolute;
        inset: 0;
        background-color: var(--cat-color);
        opacity: 0;
        z-index: -10;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        transition: opacity 0.3s ease;
    }

    nav .navbar-nav .nav-item a:hover span.category-text::before {
        opacity: 0.5;
    }

    nav .navbar-nav .nav-item a:hover span.category-text {
        color: #fff;
    }


    .navbar-expand-lg .navbar-nav .dropdown-menu {
        width: 100%;
        border-radius: 0;
        margin: 0;
        border: 0;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
        flex-wrap: wrap;
        justify-content: center;
        padding: .5rem;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu.show {
        display: flex;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu a {
        flex-basis: 25%;
        max-width: 25%;
        color: #fff;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu a:hover {
        background-color: transparent;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu a strong {
        display: block;
        position: relative;
        padding: 0.25rem;
        transition: all 0.25s linear;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu a:hover strong {
        color: #000;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu a strong:before {
        content: "";
        height: 1px;
        width: 50%;
        position: absolute;
        bottom: 0;
        left: 25%;
        background-color: rgba(0, 0, 0, 0.6);
        transition: all 0.25s linear;
        transform: scaleX(0);
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu a:hover strong:before {
        transform: scaleX(1);
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu a small {
        font-size: 0.6rem;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    nav.navbar .container .nav-top-tool::after {
        content: "";
        display: block;
        width: 100%;
        height: 2px;
        background-color: #000;
        position: absolute;
        bottom: -10px;
        left: 0;
    }
}

@media (min-width: 1200px) {

    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 2.4rem;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .jumbotron .baseline {
        font-size: 3rem;
    }

    /*nav.navbar .navbar-collapse .navbar-nav{
        margin-top: 2px;
    }*/
    .navbar-dark .navbar-nav .nav-link {
        font-size: .9rem;
    }
}

@media (max-width: 991px) {

    .single-item {
        position: relative;
        height: auto;
        width: 100%;
        overflow: hidden;
        justify-content: center;
        align-items: center;
        z-index: 1;
    }

    .slider-item {
        position: relative;
    }

    .petal-container {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: left;
        padding-left: 20px;
    }

    .petal-container::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 70%;
        height: 100%;
        background: url("../../images/petal-slider.svg") no-repeat 0 70%;
        background-size: cover;
        z-index: 10;
    }

    .slider-petal-text {
        position: relative;
        z-index: 20;
        width: 40%;
        color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        text-align: left;
        transform: translateX(-40%);
        padding-left: 30px;
    }

    .slider-petal-text h1 {
        margin: 0;
        font-size: 1.5rem;
    }

    .slider-petal-text p {
        font-size: 2rem;
        font-family: var(--font-family-script);
    }


    .jumbotron .container {
        height: 50vh;
        justify-content: flex-end;
        align-items: flex-start;
        width: 100%;
        max-width: 55%;
        margin-left: 0;
    }

    .jumbotron h1,
    .jumbotron .h1 {
        color: #fff;
        position: relative;
        font-size: 2.3rem;
        margin-bottom: 0;
    }

    .navbar-dark .navbar-toggler {
        background-color: var(--color-fushia);
        color: #fff;
        border-radius: 50px;
        border: 2px solid #fff;
        text-transform: uppercase;
        font-size: .85rem;
        display: flex;
        align-items: center;
        padding: 10px 16px;
        outline: 0;
        font-weight: 700;
        z-index: 10;
    }

    .navbar-dark .navbar-toggler span {
        margin-left: 5px;
    }

    #navbarNav.collapse {
        position: fixed;
        left: 0;
        top: 0;
        height: 100vh;
        background-color: #fff;
        width: 66.66%;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
        min-width: 250px;
        transition: transform .3s linear;
        overflow-y: auto;
    }

    #navbarNav.collapse:not(.show) {
        transform: translateX(-100%);
    }

    #navbarNav.collapse.show {
        transform: translateX(0);
        z-index: 20;
    }

    .navbar-collapse .brand-collapse {
        max-width: 100%;
    }

    .navbar-collapse .brand-collapse,
    .navbar-collapse .navbar-nav {
        padding: 5px 15px;
        margin: 0;
    }

    .navbar-collapse .navbar-nav {
        width: 100%;
    }

    .navbar-dark .navbar-nav .nav-link {
        color: #fff;
        font-weight: 700;
        font-size: 1rem;
        padding: 15px !important;
    }

    .navbar-nav .nav-item {
        margin: 8px 0;
    }

    .navbar-nav .nav-item a {
        padding: 20px 30px;
        border-radius: 50px;
        border: 2px solid #fff;
    }

    .navbar-nav .nav-item a svg {
        max-width: 20px;
        margin-right: 10px;
    }

    .navbar-nav .nav-item a:hover .category-text {
        color: var(--cat-color);
    }

    .navbar-collapse .profil-btn {
        margin-bottom: 0;
        width: 100%;
        padding-bottom: 3.5rem;
    }

    .navbar-collapse .profil-btn a {
        display: block;
        color: #fff;
        padding: 25px;
        background-color: var(--color-blue);
    }

    .navbar-collapse .profil-btn a:hover {
        text-decoration: none;
        background-color: #023C6E;
    }

    .navbar-collapse .profil-btn a .ti {
        border: 2px solid #fff;
        width: 35px;
        height: 35px;
        display: inline-block;
        text-align: center;
        line-height: 27px;
        border-radius: 50px;
        margin-right: 10px;
    }

    nav.navbar {
        margin-bottom: 0;
    }

    nav.navbar .container .nav-top-tool {
        margin-bottom: 0;
    }

    @media (max-width: 991px) {
        .top-bar {
            position: relative !important;
            z-index: 1100 !important;
        }

        .menu_navbar {
            position: sticky !important;
            top: 0 !important;
            width: 100% !important;
            z-index: 1000 !important;
        }
    }
}

@media (max-width: 768px) {
    nav.navbar>.container:before {
        display: none;
    }

    .jumbotron .container {
        max-width: 100%;
    }

    nav.navbar:before {
        height: 100%;
    }
}

@media (min-width: 576px) {
    .navbar-brand {
        max-width: 300px;
        margin-right: 2%;
    }

}


/* FOOTER */

footer {
    background-color: var(--color-blue);
    color: #023C6E;
    font-size: .9rem;
    position: relative;
}

footer:before {
    content: "";
    background: url("../../images/wave-sep.svg") 0 50% no-repeat;
    background-size: cover;
    position: absolute;
    width: 160px;
    height: 33px;
    top: 0;
    left: calc(50% - 160px / 2);
}

footer p {
    margin-bottom: 0;
}

footer>.container {
    padding-top: 2rem;
    padding-bottom: 1rem;
}

footer .row-dark {
    background-color: #023C6E;
    color: rgba(255, 255, 255, .7);
}

footer .row-dark p {
    padding: 10px 0;
    font-size: .8rem;
}

footer h4 {
    font-size: 1.2rem;
    margin-bottom: 15px;
}

footer ul {
    padding-left: 0;
}

footer ul li {
    list-style: none;
    margin-bottom: 5px;
}

.social-media a {
    margin-right: 10px;
}

.social-media a:hover {
    text-decoration: none;
}

.social-media a svg {
    max-height: 25px;
    max-width: 25px;
}

.social-media a:hover svg path {
    fill: #fff;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #fff;
    text-decoration: underline;
}

@media (min-width: 576px) {
    footer ul {
        column-count: 2;
    }
}

@media (min-width: 768px) {
    footer .col-md-4 ul {
        column-count: 1;
    }
}

@media (max-width: 767px) {
    footer .col-md-4 {
        order: -1;
    }
}


/* FOOTER / toolbar-user */

#toolbar-user {
    display: flex;
    flex-direction: column;
    position: fixed;
    right: 0;
    z-index: 100;
    top: 50%;
    transform: translateY(-50%);
    width: 70px;
    justify-content: space-around;
}

#toolbar-user a {
    flex: 100;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: .65rem;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #dedee8;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    color: #000;
    padding: 10;
    transition: all .2s linear;
    box-shadow: 0 0 15px rgb(0 0 0 / 15%);
}

#toolbar-user a {
    text-decoration: none;
    background-color: #000;
    color: #fff;
}

#toolbar-user a:first-child {
    border-top: 0;
    border-radius: 10px 0 0 0;
}

#toolbar-user a:first-child {
    color: #fff;
    background-color: var(--color-fushia);
}

#toolbar-user a:nth-child(3) {
    color: #fff;
    background-color: var(--color-orange);
}

#toolbar-user a:last-child {
    border-radius: 0 0 0 10px;
}

#toolbar-user a i,
#toolbar-user a span {
    font-size: 30px;
    margin-bottom: 8px;
    text-transform: none;
}

/* COOKIES MODAL */
#rgpd-cookies-modal {
    bottom: 1.5em;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.24);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.24);
    color: #696a72;
    font-family: "Open Sans", sans-serif;
    font-size: 14px !important;
    font-weight: normal;
    left: 1.5em;
    line-height: normal;
    max-width: 600px;
    position: fixed;
    transition: all 0.3s;
    text-align: left;
    width: calc(100% - 3em);
    z-index: 2147484000;
}

#rgpd-cookies-modal h1, #rgpd-cookies-modal .h1, #rgpd-cookies-modal h2, #rgpd-cookies-modal .h2, #rgpd-cookies-modal p, #rgpd-cookies-modal strong, #rgpd-cookies-modal small, #rgpd-cookies-modal a {
    font-family: "Open Sans", sans-serif;
}

#rgpd-cookies-modal.closed {
    width: auto;
    box-shadow: none;
}

#rgpd-cookies-modal #rgpd-cookies-modal-wrapper {
    background: #fff;
    border-radius: 0.2em;
}

#rgpd-cookies-modal.closed #rgpd-cookies-modal-wrapper {
    display: none;
    width: 0;
}

#rgpd-cookies-modal:not(.closed) #rgpd-cookies-modal-wrapper {
    overflow-y: auto;
    max-height: 90vh;
}

#rgpd-cookies-modal:not(.closed) #open-cookies-modal {
    display: none;
}

#rgpd-cookies-modal #open-cookies-modal {
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.24);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.24);
    justify-content: center;
    align-items: center;
}

#rgpd-cookies-modal.closed #open-cookies-modal {
    display: inline-flex;
}

#rgpd-cookies-modal .h2 {
    color: #1d1d20;
    display: inline-flex;
    font-size: 22px;
    margin: 0;
    font-weight: bold;
    text-shadow: none;
}

#rgpd-cookies-modal strong {
    color: #1d1d20;
}

#rgpd-cookies-modal a {
    color: #ff7756;
    text-decoration: underline;
}

#rgpd-cookies-modal a:hover, #rgpd-cookies-modal a:focus, #rgpd-cookies-modal a:active {
    color: #cb3425;
    text-decoration: none;
}

#rgpd-cookies-modal #open-cookies-modal {
    transition: none;
}

#rgpd-cookies-modal #open-cookies-modal:focus,
#rgpd-cookies-modal #open-cookies-modal:focus-visible,
#rgpd-cookies-modal #open-cookies-modal:active {
    outline: 4px auto #f9c485;
}

#rgpd-cookies-modal .rgpd-cookies-modal-cookie-help a {
    align-items: center;
    border: 1px solid #ff7756;
    border-radius: 50%;
    display: inline-flex;
    font-size: 12px;
    height: 1.4em;
    justify-content: center;
    text-decoration: none;
    width: 1.4em;
    transition: none;
}

#rgpd-cookies-modal .rgpd-cookies-modal-cookie-help a:hover, #rgpd-cookies-modal .rgpd-cookies-modal-cookie-help a:focus, #rgpd-cookies-modal .rgpd-cookies-modal-cookie-help a:active {
    background-color: #ff7756;
    color: #fff;
}

.rgpd-cookies-modal-title {
    background-color: #fff !important;
    border-bottom: 0 !important;
    border-top-right-radius: 0.2em;
    border-top-left-radius: 0.2em;
    padding-top: 2em;
    padding-left: 2em;
    padding-right: 2em;
}

.rgpd-cookies-modal-description, .rgpd-cookies-modal-privacy-policy, .rgpd-cookies-modal-buttons, #rgpd-cookies-modal-cookies {
    padding-left: 2em;
    padding-right: 2em;
}

.rgpd-cookies-modal-privacy-policy {
    font-size: 13px;
}

.rgpd-cookies-modal-cookie:first-child {
    border-bottom: 1px solid #d9dbe7;
    padding-bottom: 1em;
}

.rgpd-cookies-modal-buttons {
    background-color: #fff;
    border-bottom-right-radius: 0.5em;
    border-bottom-left-radius: 0.5em;
    border-top: 0;
    display: flex;
    padding-bottom: 2em;
}

.rgpd-cookies-modal-buttons .btn {
    display: inline-flex;
    justify-content: center;
    padding: 0.6em 1.3em;
    font-size: 14px;
}

.rgpd-cookies-modal-buttons .btn.btn-outline-dark {
    align-items: center;
    background-color: transparent;
    border: 1px solid #6f737e;
    border-radius: 0.2em;
    box-shadow: none;
    color: #6f737e;
}

.rgpd-cookies-modal-buttons .btn.btn-outline-dark:hover {
    background-color: #6f737e;
    border-color: #6f737e;
    color: #fff;
}

.rgpd-cookies-modal-buttons .btn.btn-outline-dark:not(:disabled):not(.disabled):active, .rgpd-cookies-modal-buttons .btn.btn-outline-dark:not(:disabled):not(.disabled).active {
    background-color: #6f737e;
    border-color: #6f737e;
    color: #fff;
}

.rgpd-cookies-modal-buttons .show>.btn-outline-dark.dropdown-toggle {
    background-color: #6f737e;
    border-color: #6f737e;
    color: #fff;
}

.rgpd-cookies-modal-cookie-short-description {
    font-size: 13px;
    padding: 5px;
}

.rgpd-cookies-modal-buttons>button:not(:last-child) {
    margin-right: 1em;
}

#rgpd-cookies-modal .dough {
    fill: #F9C485;
}

#rgpd-cookies-modal .choco {
    fill: #281815;
}

/* CONTENT */

section {
    position: relative;
}

#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

#overlay.show {
    display: block;
}

.rounded {
    border-radius: 15px !important;
}

.striked {
    text-decoration: line-through;
}

.hideContent {
    overflow: hidden;
    height: 5em;
}

.showContent {
    line-height: 1em;
    height: auto;
}

svg.wave-sep {
    max-width: 160px;
    margin: -1px auto 0;
    display: flex;
    fill: #d0d0df;
    position: absolute;
    left: calc(50% - 160px / 2);
    top: auto;
}

svg.wave-sep path {
    text-align: center;
}

.eapp-weather-weather-component a {
    display: none !important;
}

.card {
    padding: 1.5rem;
    background-color:
        /*#dedee8*/
        #e9ecef;
}

@media (max-width: 992px) {
    nav[aria-label="breadcrumb"] {
        display: none;
    }
}


/* CONTENT > Blog */

.blog-excerpt {
    font-weight: bold;
}

.blog-content img, .category-description img, .cms-content img {
    max-width: 100% !important;
    height: auto !important;
}

.blog-content iframe, .category-description iframe, .cms-content iframe {
    max-width: 100% !important;
    height: auto;
    /* not important ! overridden in JS */
}

nav.blog-tags ul {
    list-style-type: none;
    padding: 0;
}

nav.blog-tags ul>li {
    display: inline;
}


/* CONTENT > Blog > listing */

section.category-description {
    color: #fff;
    background-color: #d0d0df;
    text-align: center;
    padding: 0 0 1rem !important;
    margin-top: -0.5rem;
}

.list-blog-items {
    display: flex;
    flex-wrap: wrap;
}

.list-blog-items article {
    margin-bottom: 2rem;
    box-shadow: 0 0 15px rgb(0, 0, 0, 0.15);
    padding: 1rem;
    display: flex;
    align-items: flex-start;
    border-radius: 15px;
}

.list-blog-items article>.item-img {
    /*margin-right: 2rem;*/
    width: 100%;
    margin-bottom: 1rem;
    text-align: center;
}

.list-blog-items article>.item-img img {
    transition: all .2s linear;
    max-width: 100%;
    border: 1px solid #eee;
}

/*.list-blog-items article > .item-img:hover img{
	transform: scale(1.1);
}*/
.list-blog-items .card-item-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
}

.list-blog-items .card-item-content>.media-heading {
    margin-bottom: 0;
    text-align: center;
}

.list-blog-items .card-item-content>time {
    font-size: .8rem;
    margin-bottom: 1rem;
    display: block;
}

.list-blog-items .card-item-content>p {
    font-size: 1rem;
    margin-bottom: 1rem;
}

.list-blog-items .card-item-content>.btn {
    margin-top: auto;
    width: 100%;
    font-size: 1rem;
    line-height: 1.1;
}

.list-blog-items .card-item-content>.btn svg {
    max-width: 18px;
    margin-right: 8px;
}

@media (max-width: 991px) {
    section.category-description {
        margin-top: 0;
        padding-top: 1rem !important;
    }
}

@media (min-width: 650px) {
    .list-blog-items article {
        flex-basis: calc(50% - 2rem);
        width: calc(50% - 2rem);
        flex-direction: column;
        margin: 0 1rem 2rem;
        justify-content: center;
    }
}

@media (max-width: 800px) {
    .suggest-row .row:has(.list-blog-items) {
        padding: 2rem 0;
    }
}

@media (max-width: 520px) {
    .list-blog-items article {
        flex-basis: 100%;
        width: 100%;
        flex-direction: column;
        margin: auto;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .list-blog-items article>.item-img {
        margin-bottom: 0;
        margin-right: 1rem;
    }
}

@media (min-width: 1200px) {
    .list-blog-items article {
        flex-basis: calc(33.33% - 2rem);
        width: calc(33.33% - 2rem);
    }
}


/* CONTENT > Blog > detail */
div.blog-intro p.lead {
    text-align: justify;
}

.category-description time {
    display: block;
    font-size: 1rem;
    opacity: .75;
}

.blog-intro {
    align-items: center;
    margin-bottom: 2rem;
    border-bottom: 1px solid var(--color-default-gray);
}

.view-item {
    margin-bottom: 2rem;
}

.view-item img,
.view-item iframe {
    max-width: 100% !important;
    margin: 2rem 0;
}

ul.tags {
    list-style: none;
    padding: 0;
    display: flex;
    margin-top: 2rem;
    flex-wrap: wrap;
}

ul.tags li {
    margin-right: 10px;
    margin-bottom: 10px;
}

.tags .badge {
    color: #fff;
    background-color: var(--color-blue);
    padding: 0.5rem 0.8rem;
    border-radius: 7px;
    text-transform: uppercase;
    transition: all .1s linear;
}

.tags .badge:hover {
    transform: translateY(-10px);
}

.suggest-row .row {
    background-color: #dedee8;
    border-radius: 20px;
    padding: 2rem 2rem 1rem;
    margin-bottom: 3rem;
    /*color:#fff;*/
}

/*.suggest-row .row h2{
	color:#fff;
	text-align: center;
}*/

.suggest-row .row article {
    border-color: transparent;
    background-color: #fff;
}

/*.suggest-row .row article:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
}*/

@media (min-width: 992px) {
    .category-description .row>div {
        justify-content: center;
        display: flex;
        flex-direction: column;
    }
}

/* limite 50% */

.blog-content.limited {
    max-height: 75vh;
    overflow: hidden;
    position: relative;
}

.blog-content.limited:before {
    content: "";
    width: 100%;
    height: 25vh;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}


/* Inactive account (jumbo) */
div.inactive-account {
    background-color: #efefef;
}

/* Subscription > Steps */
nav.subscribe-steps {
    border: 1px solid #666;
    border-radius: 5px;
}

nav.subscribe-steps ol li {
    color: var(--font-body-color) !important;
}

nav.subscribe-steps ol li a {
    color: var(--color-blue) !important;
}

/* CONTENT > Mon Compte */
#params_container span.badge {
    cursor: pointer;
}

#params_container span.badge.inactive {
    opacity: .5;
}

#params_container span.badge:hover {
    opacity: 1;
}

ul.params-children {
    display: none;
}

.badge a, .badge i {
    color: white !important;
}

/* CONTENT > Annonce */

/* CONTENT > Annonce > recherche */

section[class^="bg-"] .form-group>* {
    border-color: #fff;
}

section[class^="bg-"] .form-group.strong>* {
    border-color: #000;
}

section[class^="bg-"] .form-group select,
section[class^="bg-"] .form-group option,
section[class^="bg-"] .form-group input::placeholder {
    font-weight: 300;
    color: #868D96;
}

section[class^="bg-"] .form-group.strong select,
section[class^="bg-"] .form-group.strong option,
section[class^="bg-"] .form-group.strong input::placeholder {
    font-weight: 700;
    color: #000;
}

/* CONTENT > Annonce > map */

#map-france #departements>* {
    fill: #999;
}

#map-france #bordure>* {
    fill: #000;
}

#map-france #regions a>* {
    fill: #fff;
}

#map-france #regions a:hover>* {
    fill: #d0d0df;
}

/* CONTENT > Annonce > list-item */

.list-annonce-items:not(:has(.suggestions-slider)) {
    display: flex;
    flex-wrap: wrap;
}

.list-annonce-items.my-list-annonce-items:not(:has(.suggestions-slider)) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

#suggested-section .list-annonce-items.my-list-annonce-items:not(:has(.suggestions-slider)) {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.list-annonce-items:not(:has(.suggestions-slider)) .annonce-item {
    background-color: #fff;
    border-radius: 15px;
    display: flex;
    padding: 0.5rem;
    margin-bottom: 15px;
}

.list-annonce-items.my-list-annonce-items .annonce-item {
    flex-wrap: wrap;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.my-list-annonce-items .card-item-button-container {
    display: flex;
    align-items: end;
    gap: 5px;
    width: 100%;
}

.my-list-annonce-items .card-item-button-container .badge {
    white-space: wrap;
}

.list-annonce-items .annonce-item * {
    color: #000;
    flex: 0 1 auto;
}

.list-annonce-items .annonce-item .item-img {
    margin-right: 1rem;
    align-items: center;
    justify-content: center;
    max-width: 40%;
    display: flex
}

.list-annonce-items .annonce-item .item-img img {
    max-width: 100%;
}

.list-annonce-items .annonce-item .card-item-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-basis: 60%;
    width: 60%;
    flex-grow: 1;
    flex-basis: 0;
}

.list-annonce-items.my-list-annonce-items .annonce-item .card-item-content {
    flex-basis: 0;
}

.list-annonce-items .annonce-item .card-item-content .media-heading {
    font-size: 1.15rem;
}

.list-annonce-items .annonce-item .card-item-content .media-heading,
.list-annonce-items .annonce-item .card-item-content [data-type="categorie"] {
    margin-bottom: 0;
}

.list-annonce-items .annonce-item .card-item-content [data-type="categorie"],
.list-annonce-items .annonce-item .card-item-content time {
    font-size: .9rem;
    color: rgba(0, 0, 0, .5);
}

/* Label qualité */

.list-annonce-items .annonce-item.qualite {
    background: #fff url('../../images/Famille-Seniors-En-Ligne.fr_Qualite.png') no-repeat;
    background-position: 98% 95%;
    background-size: 55px;
}


@media (min-width: 1200px) {
    .list-annonce-items .annonce-item {
        flex-basis: calc(33.33% - 15px);
    }

    #home-coups-coeur-semaine .list-annonce-items .annonce-item {
        flex-basis: calc(50% - 15px);
    }

    #home-coups-coeur-semaine .list-annonce-items .annonce-item.w-100 {
        flex-basis: calc(100% - 15px);
        margin-left: 15px;
    }

    .list-annonce-items .annonce-item:nth-child(3n+2) {
        margin-left: 15px;
        margin-right: 15px;
    }

    .my-list-annonce-items .annonce-item:nth-child(2n+1) {
        margin-right: 15px;
    }

    .my-list-annonce-items .annonce-item:nth-child(2n) {
        margin-right: 0;
        margin-left: 0;
    }

    #home-coups-coeur-semaine .list-annonce-items .annonce-item:nth-child(3n+2) {
        margin-left: 0px;
        margin-right: 0px;
    }

    #home-coups-coeur-semaine .list-annonce-items .annonce-item:nth-child(2n+1):not(.w-100) {
        margin-left: 15px;
        margin-right: 15px;
    }
}


@media (min-width: 768px) and (max-width: 1199px) {
    .my-list-annonce-items {
        gap: 7.5px;
    }

    .list-annonce-items .annonce-item {
        flex-basis: calc(50% - 15px);
    }

    .list-annonce-items .annonce-item:nth-child(even) {
        margin-left: 7.5px;
    }

    .list-annonce-items .annonce-item:nth-child(odd) {
        margin-right: 7.5px;
    }
    #suggested-section .list-annonce-items.my-list-annonce-items:not(:has(.suggestions-slider)) {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    .list-annonce-items .annonce-item {
        flex-basis: calc(100% - 15px);
    }

    .my-list-annonce-items {
        grid-template-columns: 1fr !important;
    }

    .slider-petal-text {
        padding-left: 35px;
    }

    .slider-petal-text h1 {
        margin: 0;
        font-size: 1rem;
    }

    .slider-petal-text p {
        font-size: 2rem;
        font-family: var(--font-family-script);
    }
    #suggested-section .list-annonce-items.my-list-annonce-items:not(:has(.suggestions-slider)) {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 575px) {
    .my-list-annonce-items {
        grid-template-columns: 1fr !important;
    }
    #suggested-section .list-annonce-items.my-list-annonce-items:not(:has(.suggestions-slider)) {
        grid-template-columns: 1fr !important;
    }
}

#classified-search-form {
    display: none;
}

/* CONTENT > Annonce > Searchbar */

.search-criterion {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    font-size: 0.9rem;
    padding: 0;
}

.search-criterion li {
    margin: 0 0.5rem 0.5rem 0;
    padding: 0.5rem 0.75rem;
    font-weight: 700;
    background-color: var(--color-yellow);
    border-radius: 50px;
}

.search-criterion li span {
    font-weight: 400;
}

#announce-gallery-container {
    position: relative;
}

#announce-gallery-container:before {
    content: "";
    width: 100%;
    height: 50%;
    background-color: #fff;
    position: absolute;
    bottom: -1px;
    left: 0;
}

#announce-gallery {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
}

#announce-gallery .item {
    display: none;
    padding: 15px;
    position: relative;
}

@media (min-width: 992px) {
    #announce-gallery .item {
        flex-basis: 33.33%;
    }

    #announce-gallery .item:nth-child(-n+3) {
        display: block;
    }

    #announce-gallery .item:nth-child(1) {
        margin-left: -15px;
    }

    #announce-gallery .item:nth-child(3):before {
        content: "";
        display: block;
        width: calc(100% - 30px);
        height: calc(100% - 30px);
        background-color: rgba(0, 0, 0, .5);
        position: absolute;
        top: 15px;
        left: 15px;
        border-radius: 15px;
        transition: all .3s linear;
    }

    #announce-gallery .item:nth-child(3):after {
        content: "+";
        font-size: 7rem;
        color: #fff;
        position: absolute;
        z-index: 5;
        left: calc(50% - 25px);
        top: calc(50% - 30px);
        display: block;
        width: 50px;
        height: 60px;
        text-align: center;
        line-height: 54px;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    #announce-gallery {
        padding-top: 2rem;
    }

    #announce-gallery .item {
        flex-basis: 50%;
    }

    #announce-gallery .item:nth-child(-n+2) {
        display: block;
    }

    #announce-gallery .item:nth-child(1) {
        margin-left: -15px;
    }

    #announce-gallery .item:nth-child(2):before {
        content: "";
        display: block;
        width: calc(100% - 30px);
        height: calc(100% - 30px);
        background-color: rgba(0, 0, 0, .5);
        position: absolute;
        top: 15px;
        left: 15px;
        border-radius: 15px;
        transition: all .3s linear;
    }

    #announce-gallery .item:nth-child(2):after {
        content: "+";
        font-size: 7rem;
        color: #fff;
        position: absolute;
        z-index: 5;
        left: calc(50% - 25px);
        top: calc(50% - 30px);
        display: block;
        width: 50px;
        height: 60px;
        text-align: center;
        line-height: 54px;
    }
}

@media (max-width: 575px) {
    #announce-gallery {
        padding-top: 2rem;
    }

    #announce-gallery .item {
        flex-basis: 100%;
    }

    #announce-gallery .item:first-child {
        display: block;
    }
}


/* Main */

.announce-main {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid var(--color-default-gray);
}

.announce-main h1 {
    margin-bottom: 0;
}

.announce-main p[data-type="price"] {
    font-weight: 700;
    font-size: 2rem;
}

.announce-main .annonce-informations * {
    color: rgba(0, 0, 0, .5);
    margin-bottom: 0;
    font-size: 1rem;
}

.announce-description p {
    font-size: 1.1rem;
}

.announce-contact {
    max-width: 100%;
}

.announce-contact p {
    font-size: .9rem;
    opacity: .5;
}

.announce-contact p a {
    color: inherit;
    text-decoration: none;
}

.announce-contact p a:hover {
    color: #000;
    text-decoration: none;
}

.announce-contact .card-title {
    font-size: 1.1rem;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 0.4rem;
}

.announce-more .rate {
    font-size: .8rem;
    margin-bottom: 2rem;
    text-transform: uppercase;
    background-color: #000;
    color: #fff;
    padding: 3px 6px;
    border-radius: 5px;
    display: inline-block;
}

.announce-more .rate * {
    color: #fff;
}

.announce-more .rate strong {
    font-size: 1rem;
    display: inline-block;
    transform: translateY(-2px);
    color: var(--color-yellow);
}

.announce-more .list-inline {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    font-size: 1rem;
}

.announce-more .list-inline li {
    margin: 10;
    min-width: 25%;
}

.announce-more .list-inline strong {
    display: block;
    border-bottom: 1px solid #fff;
    padding-bottom: 0.25rem;
    margin-bottom: 0.25rem;
}

/* Label qualité */

.labelqualite #classified-contact:before {
    content: "";
    display: block;
    width: 150px;
    height: 150px;
    background: #fff url('../../images/Famille-Seniors-En-Ligne.fr_Qualite.png') 0 0 no-repeat;
    background-size: contain;
    margin: 0 auto 1rem;
}

@media (max-width: 767px) {
    .labelqualite h1:before {
        content: "";
        display: block;
        width: 80px;
        height: 80px;
        background: url("../../images/Famille-Seniors-En-Ligne.fr_Qualite.png") 0 0 no-repeat;
        background-size: contain;
        position: absolute;
        top: -150px;
        left: 30px;
    }
}


/* CONTENT > Home */

/* CONTENT > Home > Header */
body[data-categorie="home"] nav.navbar>.container {
    height: 100%;
}

body[data-categorie="home"] nav.navbar .navbar-collapse {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
}

.btn-link.shop-btn {
    max-height: 45px;
    margin-right: 1rem;
}

.btn-link.shop-btn img {
    max-height: 45px;
}

@media (min-width: 992px) {
    body[data-categorie="home"] nav.navbar {
        height: 80vh;
        background: url('../../images/home/home-desktop-bandeau.jpg') 50% 50% no-repeat;
        background-size: cover;
        overflow: visible;
        margin-bottom: 65px;
    }

    body[data-categorie="home"] nav.navbar>.container:before {
        background: url("../../images/home/home-double-petal.svg") 100% 100% no-repeat;
        background-size: 100% auto;
        width: calc(50% + 230px);
        bottom: -65px;
        left: -230px;
        height: calc(100% + 65px);
    }

    body[data-categorie="home"] .jumbotron {
        align-self: flex-end;
        min-height: 45vh;
        align-items: center;
        display: flex;
    }

    body[data-categorie="home"] .jumbotron>.container {
        max-width: 50%;
        margin-left: 0;
    }

    body[data-categorie="home"] .jumbotron>.container>* {
        width: 80%;
    }

    body[data-categorie="home"] .jumbotron h1 {
        font-size: 3rem;
        margin-bottom: 2rem;
    }

    body[data-categorie="home"] .jumbotron p:last-child {
        margin-bottom: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    body[data-categorie="home"] nav.navbar {
        background-position: 60% 100%;
        height: 700px;
    }

    body[data-categorie="home"] nav.navbar>.container:before {
        background-size: contain;
        background-position: 0 50px;
        width: calc(66.66% + 200px);
        height: 95%;
    }

    body[data-categorie="home"] .jumbotron {
        min-height: 45vh;
    }

    body[data-categorie="home"] .jumbotron>.container>* {
        width: 100%;
    }
}

@media (min-width: 1600px) {

    body[data-categorie="home"] nav.navbar,
    body[data-categorie="home"] nav.navbar>.container {
        max-height: 700px !important;
    }

    body[data-categorie="home"] .jumbotron {
        min-height: 400px !important;
    }
}

@media (max-width: 991px) {
    body[data-categorie="home"] nav.navbar .container .nav-top-tool {
        align-self: flex-start;
        z-index: 10;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    body[data-categorie="home"] nav.navbar {
        max-height: 630px;
        height: 85vh;
        margin-bottom: 80px;
        overflow: visible;
    }

    body[data-categorie="home"] nav.navbar:before {
        content: "";
        height: 95px;
        width: 100%;
        background: rgb(255, 255, 255);
        background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
    }

    body[data-categorie="home"] nav.navbar>.container:before {
        content: "";
        width: calc(60% + 60px);
        height: 100%;
        display: block;
        background: url("../../images/petal-template-header.svg") 100% 100% no-repeat;
        background-size: contain;
        position: absolute;
        left: -60px;
        z-index: 0;
        bottom: -100px;
    }

    body[data-categorie="home"] nav.navbar .container .nav-top-tool .btn-group.d-none.d-md-flex {
        display: inline-flex !important;
    }

    body[data-categorie="home"] nav.navbar .container .nav-top-tool .btn-link.d-none.d-lg-block {
        display: block !important;
        color: var(--color-blue);
        position: absolute;
        bottom: -60px;
        right: 20px;
    }

    body[data-categorie="home"] .jumbotron {
        margin: 0;
        height: auto;
        align-self: flex-end;
    }

    body[data-categorie="home"] .jumbotron .container {
        max-width: 50%;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    body[data-categorie="home"] nav.navbar>.container:before {
        width: calc(65% + 60px);
        bottom: -85px;
        left: -75px;
    }

    body[data-categorie="home"] .jumbotron h1 {
        font-size: 2.1rem;
    }

    body[data-categorie="home"] .jumbotron .btn {
        display: none;
    }

    body[data-categorie="home"] nav.navbar .container .nav-top-tool .btn-link.d-none.d-lg-block {
        right: 10px;
        bottom: -50px;
        font-size: .85rem;
    }
}

@media (max-width: 575px) {
    body[data-categorie="home"] nav.navbar {
        height: 380px;
    }

    body[data-categorie="home"] .jumbotron h1 {
        font-size: 1.9rem;
    }
}

/* CONTENT > Mon Compte > Coffre fort */

table.table-valign tr td, table.table-valign tr th {
    vertical-align: middle;
}

/* CONTENT > Home > Contenu */

#encart-gratuit {
    width: 95%;
    background-color: var(--color-blue);
    color: white;
    margin-bottom: 15px;
    padding: 10px 0 10px 0;
    box-shadow: 10px -7px rgba(29, 105, 170, 70%);
}

#encart-gratuit a {
    color: white !important;
    position: absolute !important;
    display: contents !important;
}

#home-adhesion-col a {
    position: relative;
    display: block;
    /*overflow: hidden;*/
    border-radius: 15px;
}

#home-adhesion-col>a:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url("../../images/svg/subscription_home.svg") 0 100% no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
}

#home-adhesion-col span {
    position: absolute;
    bottom: 1rem;
    left: 0;
    width:
        /*100%*/
        calc(100% - 40px);
    margin: 0;
    color: #fff;
    padding: 0 1rem;
    z-index: 5;
}

#home-adhesion-col span:not(.h2) {
    font-size: .8em;
    line-height: 1.1;
    display: none;
}

#home-adhesion-col span.h2 {
    bottom: 1px;
    font-size: 1.7rem;
    text-align: center;
    width: 100%;
}

/*
#home-adhesion-col span.h2:before{
	content: "";
    width: 100%;
    height: 150px;
    position: absolute;
    left: 0;
    top: -15px;
    background-color: var(--color-purple);
    z-index: -1;
    border-radius: 0 50% 0 0;
}*/
#home-majordome-col .card {
    background: var(--color-purple) url("../../images/home/majordome.svg") calc(100% - 1rem) calc(100% - 1rem) no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

#home-majordome-col .card>* {
    color: #fff;
}

#home-majordome-col .card p {
    font-size: .8em;
    line-height: 1.2;
}

#home-majordome-col .btn-primary {
    background-color: #fff;
    color: var(--color-purple);
    border-color: #fff;
    margin-top: 1.5rem;
}

#home-majordome-col .btn-primary:hover,
#home-majordome-col .btn-primary:focus {
    background-color: transparent;
    color: #fff;
}

.media-cat-annonce h3 {
    height: 200px;
    background-size: cover;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
}

.media-cat-annonce a {
    display: block;
    position: relative;
    overflow: hidden;
    height: 100%;
}

/*.media-cat-annonce img{
	border-radius: 15px 15px 0 0;
	width: 100%;
}*/
.media-cat-annonce .media-cat-heading {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 0 100px 0 0;
    padding: 0.5rem 0.5rem 1.5rem 0.5rem;
    color: #fff;
    font-size: 1.15rem;
    font-weight: 700;
    transform: translateY(1rem);
    transition: all 0.15s linear;
}


.media-cat-annonce a:hover .media-cat-heading {
    transform: translateY(0);
}

.media-cat-annonce .media-cat-heading i {
    display: block;
    margin-bottom: .2rem;
}

@media (min-width: 1200px) {
    #home-majordome-col .card>* {
        width: calc(100% - 110px);
    }
}

@media (max-width: 991px) {
    body[data-categorie="home"] .row1 .navbar-nav .nav-item {
        margin: 2.5px 0;
    }

    body[data-categorie="home"] .row1 .navbar-nav .nav-item a {
        color: #fff;
        font-weight: 700;
        padding: 15px 20px;
        font-size: 1rem;
    }

    body[data-categorie="home"] .row1 .order-sm-1 {
        text-align: center;
        margin-bottom: 2rem;
    }

    body[data-categorie="home"] .row1 .order-sm-1 .img-fluid {
        transform: scaleX(-1);
        max-height: 230px;
    }

    #home-adhesion-col a:before {
        bottom: -70px;
    }

    #home-adhesion-col span {
        width: calc(100% - 60px);
    }
}

@media (max-width: 768px) {
    #home-adhesion-col a:before {
        width: calc(100% + 50px);
    }

    #home-adhesion-col span {
        padding: 0 1rem;
    }

    body[data-categorie="home"] .row2 .btn-link.color-pink {
        font-size: .85rem;
    }

    .media-cat-annonce .media-cat-heading {
        font-size: 1rem;
    }

    #home-majordome-col .card {
        max-width: 100%;
    }

    #home-majordome-col .card>* {
        max-width: calc(100% - 150px);
    }

    #home-majordome-col .card h2 {
        margin-bottom: 0;
    }

    .list-annonce-items .annonce-item .item-img {
        max-width: 100px;
    }

    .list-annonce-items .annonce-item .item-img img {
        max-width: 100%;
    }

    .list-annonce-items .annonce-item .card-item-content .media-heading {
        font-size: 1.1rem;
    }

    .list-annonce-items .annonce-item p[data-type="price"] {
        margin-bottom: 0.5rem;
    }
}

/*@media (min-width: 576px) {
    #home-adhesion-col a:hover:before {
        transform: scale(1.2);
    }
}*/

@media (max-width: 575px) {
    body[data-categorie="home"] .row1 {
        padding-bottom: 0 !important;
    }

    #home-adhesion-col a {
        max-height: 250px;
        overflow: hidden;
        border-radius: 15px;
        margin-bottom: 2rem;
    }

    #home-adhesion-col a:before {
        background: var(--color-blue);
        bottom: 0;
        left: 0;
        width: 100%;
        height: 10%;
    }

    #home-adhesion-col span.h2 {
        font-size: 1.3rem;
    }

    #home-majordome-col {
        margin-bottom: 4rem;
    }

    #home-majordome-col .btn-primary {
        margin-top: 0;
    }

    .list-annonce-items .annonce-item {
        width: 100%;
    }

    body[data-categorie="home"] .row2 .col-sm-6 {
        margin-bottom: 2rem;
    }
}


#home-youtube h2 {
    font-family: var(--font-family-default);
    color: #000;
    position: relative;
    font-size: 1.5rem;
}

#home-youtube h2 span {
    display: block;
    background: url("../../images/home/titre-youtube.svg") 100% 100% no-repeat;
    width: 222px;
    color: transparent;
    height: 70px;
    margin-left: auto;
    position: relative;
}

#home-youtube h2 span:before {
    content: "";
    width: 128px;
    height: 140px;
    background: url("../../images/home/home-petal-youtube.svg") 0 0 no-repeat;
    position: absolute;
    top: -195px;
    left: -70px;
    background-size: contain;
}

#home-youtube .btn-link {
    color: #000;
    width: 255px;
    display: block;
    line-height: 1.2;
    font-size: 1rem;
}

#home-youtube .btn-link strong,
#home-youtube .btn-link:hover {
    color: #f00;
}

#home-youtube .btn-link strong {
    font-size: .9rem;
}

#home-youtube img {
    float: left;
    margin-right: 10px;
}


@media (min-width: 992px) {
    #home-youtube {
        text-align: right;
    }

    #home-youtube .btn-link {
        margin-left: auto;
    }
}

@media (max-width: 991px) {
    #home-youtube .col-lg-6 {
        text-align: center;
    }

    #home-youtube h2 {
        text-align: center;
    }

    #home-youtube h2 span {
        margin-right: auto;
    }

    #home-youtube h2 span:before {
        top: -90px;
        left: -140px;
    }

    #home-youtube .btn-link {
        margin-right: auto;
        margin-left: auto;
    }
}

@media (max-width: 768px) {
    #home-youtube iframe {
        max-width: 100%;
    }
}

@media (max-width: 575px) {
    #home-youtube h2 span {
        background-size: cover;
        height: 50px;
        width: 163px;
    }

    #home-youtube h2 span:before {
        top: -70px;
        width: 75px;
        height: 94px;
        background-size: cover;
        left: -90px;
        z-index: -1;
        opacity: .25;
    }
}

/* Style formulaires */

.liste-privileges {
    border: 5px solid #dedee8;
    border-radius: 20px;
    padding: 2rem 2rem 1rem;
    list-style: none;
    margin-bottom: 3rem;
}

.liste-privileges li {
    margin-bottom: 1.25rem;
    font-size: 1rem;
}

.liste-privileges li strong {
    background-color: var(--color-blue);
    color: #fff;
    padding: 0.3rem 0.5rem;
    margin-bottom: 0.3rem;
    display: inline-block;
}

@media (min-width: 992px) {
    .liste-privileges {
        column-count: 2;
    }
}

@media (max-width: 768px) {
    form .h3 {
        text-align: center;
        font-size: 1.5rem;
    }
}


/* CONTENT > Register */

form.register {
    margin-top: 2rem;
}

form.register .row {
    margin: 0 0 2rem 0;
}

form.register .row>div {
    padding: 0;
}

form.register .card-body {
    padding: 0;
}

form.register .card-body .contact-picture {
    max-width: 160px;
    position: absolute;
    right: 75px;
    top: 75px;
    z-index: 1;
}

@media (max-width: 576px) {
    form.register .card-body .contact-picture {
        display: none;
    }
}

form.register .card {
    padding: 20px 40px 30px 40px;
    /* background-color: #e9ecef; */
    background: rgb(109, 171, 45);
    background: linear-gradient(to top, #E3EFD9, #FFF4D2);
    box-shadow: 0 -10px 15px rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    overflow: visible;
    height: calc(100% - 70px);
}

@media (max-width: 576px) {
    form.register .card {
        padding: 20px;
    }
}

form.register .submit-wrapper {
    margin: 0;
}

form.register #contact_send {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding: 4px 70px;
    font-size: 24px;
    line-height: 45px;
    font-weight: 700;
    background-color: var(--color-green);
    border-width: 0;
    border-radius: 16px;
    color: #FFFFFF;
    white-space: nowrap;
}

@media (max-width: 576px) {
    form.register #contact_send {
        font-size: 18px;
        padding: 4px 20px;
    }
}

form.register .card .form-control {
    border: 1px solid transparent;
    color: var(--font-body-color);
    padding-left: 80px;
    border-radius: 0;
    font-size: 19px;
    background-position: top 50% left 15px;
    background-repeat: no-repeat;
}

form.register .card textarea.form-control {
    padding-left: 20px;
    resize: none;
}

form.register .card #contact-name {
    background-size: auto 30px;
    max-width: 50%;
    background-image: url("data:image/svg+xml,%3Csvg id='new' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.03 22.84'%3E%3Cpath d='M364.43,505a6,6,0,1,1,6-6A6,6,0,0,1,364.43,505Zm0-11a5,5,0,1,0,5,5A5,5,0,0,0,364.43,494Z' transform='translate(-355.15 -493)'/%3E%3Cpath d='M373.18,515.84h-18l0-.51c.22-5.32,4.17-9.5,9-9.5s8.78,4.18,9,9.5Zm-17-1h15.95c-.42-4.55-3.84-8-8-8S356.6,510.31,356.19,514.86Z' transform='translate(-355.15 -493)'/%3E%3C/svg%3E");
}

form.register .card #contact-email {
    background-size: auto 20px;
    max-width: 50%;
    background-image: url("data:image/svg+xml,%3Csvg id='new' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.05 13.95'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%23000;stroke-miterlimit:10;stroke-width:0.95px;%7D%3C/style%3E%3C/defs%3E%3Crect class='cls-1' x='0.47' y='0.47' width='19.1' height='13' rx='2.62'/%3E%3Cpolyline class='cls-1' points='0.47 2.62 9.98 7.72 19.57 2.62'/%3E%3C/svg%3E");
}

@media (max-width: 576px) {

    form.register .card #contact-name,
    form.register .card #contact-email {
        max-width: 100%;
    }
}

form.register .card #contact-subject {
    background-size: auto 25px;
    background-image: url("data:image/svg+xml,%3Csvg id='new' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18.52 17.75'%3E%3Crect y='17.17' width='18.52' height='0.58' rx='0.29'/%3E%3Crect x='8.66' y='15.31' width='9.82' height='0.58' rx='0.29'/%3E%3Crect x='9.93' y='13.19' width='8.58' height='0.58' rx='0.29'/%3E%3Cpolygon points='2.9 12.3 4.79 14.19 1.93 15.2 2.9 12.3'/%3E%3Cpath d='M368.28,588.31l2.16,2.21L372,589s.31-.16-.11-.58l-1.59-1.59s-.16-.27-.45,0Z' transform='translate(-354.9 -586.72)'/%3E%3Cpath d='M367.78,588.78l-9.63,9.66,2.13,2.2L370,591l-.85-.87-5.74,5.76s-.31.19-.46,0a.28.28,0,0,1,0-.46l5.76-5.76Z' transform='translate(-354.9 -586.72)'/%3E%3C/svg%3E");
}


form.register h2 {
    margin-bottom: 2rem;
    font-size: 1.4rem;
}

form.register .intro {
    font-size: 24px;
}

form.register .intro span {
    color: #6dae2d;
}

form.register div[class^="col-"]:not(.intro) h2,
form.register>h2 {
    /* background-color: #e9ecef; */
    /* padding: 1.3rem 1.5rem; */
    text-transform: uppercase;
    text-align: center;
    font-family: var(--font-family-default);
    font-weight: lighter;
    font-size: 32px;
    width: 100%;
    /* border-radius: 20px 20px 0 0; */
}

form.register ol li {
    margin-bottom: 0.5rem;
}

.col-form-label.required,
label.required:not(.form-check-label) {
    position: relative;
    padding-bottom: 0;
}

.col-form-label.required:before,
label.required:not(.form-check-label):before {
    content: "*";
    font-size: 43px;
    position: absolute;
    left: -20px;
    background-color: var(--color-fushia);
    /* #b2bcc5; */
    width: 15px;
    height: 15px;
    border-radius: 50%;
    line-height: 38px;
    text-align: center;
    bottom: 5px;
    font-weight: 300;
    color: #fff;
}

.intro-subscr ol {
    column-count: 2;
    font-size: 1rem;
}

.intro-subscr ol li {
    margin-bottom: 1rem;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    height: auto;
}

@media (max-width: 1024px) {
    form.register h2 {
        font-size: 1.4rem;
    }
}

@media (max-width: 900px) {

    form.register div[class^="col-"]:not(.intro) h2,
    form.register>h2 {
        padding: 0;
        background-color: transparent;
    }

    form.register .card {
        border-radius: 20px;
        margin-top: 1rem;
    }
}

@media (max-width: 768px) {
    form.register .intro {
        margin-bottom: 3rem;
        padding-bottom: 2rem;
        border-bottom: 1px solid #eee;
    }

    form.register div[class^="col-"]:not(.intro) h2,
    form.register>h2 {
        text-align: center;
        display: block;
    }

    form.register .card {
        max-width: 100%;
    }
}

/* CONTENT > Offres */

.table.offres {
    text-align: center;
    border-spacing: 2rem 0;
    border-collapse: separate;
}

.table.offres th {
    width: 33.33%;
    border: 0 !important;
    font-size: 1.35rem;
    font-weight: 400;
    border-radius: 20px 20px 0 0;
    padding: 1.5rem 0;
    color: var(--color-blue);
}

.table.offres th strong {
    display: block;
    font-size: 2rem;
}

.table.offres tr {
    background-color: #fff;
}

.table.offres tr th,
.table.offres tr td {
    background-color: rgba(222, 222, 232, 0.5);
    vertical-align: middle;
}

.table.offres tr td {
    border-top: 0;
    padding: 1rem;
    font-size: 1rem;
    position: relative;
}

.table.offres tr:not(.prix) td:before {
    content: "";
    width: 200px;
    height: 1px;
    background-color: rgb(222, 222, 232);
    position: absolute;
    top: 0;
    left: calc(50% - 100px);
}

.table.offres tr.prix td {
    background-color: var(--color-blue);
    color: #fff;
    font-size: 1.25rem;
    position: relative;
}

.table.offres tr.prix:not(:last-child) td:before {
    content: "";
    background-color: #0f4a7d;
    width: calc(100% + 20px);
    height: 100%;
    position: absolute;
    top: 10px;
    left: -10px;
    z-index: -1;
}

.table.offres tr:last-child td {
    border-radius: 0 0 20px 20px;
}

.table.offres th[data-offre="1"],
.table.offres td[data-offre="1"] {
    background-color: rgb(229, 227, 237);
}

.table.offres th[data-offre="1"] {
    color: var(--color-purple);
}

.table.offres tr:not(.prix) td[data-offre="1"]:before {
    background-color: var(--color-purple);
    opacity: .3;
}

.table.offres tr.prix td[data-offre="1"] {
    background-color: var(--color-purple);
}

.table.offres tr.prix:not(:last-child) td[data-offre="1"]:before {
    background-color: #4a3683;
}

.table.offres th[data-offre="3"],
.table.offres td[data-offre="3"] {
    background-color: rgb(247, 236, 240);
}

.table.offres th[data-offre="3"] {
    color: var(--color-fushia);
}

.table.offres tr:not(.prix) td[data-offre="3"]:before {
    background-color: var(--color-fushia);
    opacity: .3;
}

.table.offres tr.prix td[data-offre="3"] {
    background-color: var(--color-fushia);
}

.table.offres tr.prix:not(:last-child) td[data-offre="3"]:before {
    background-color: #b80948;
}


p.muted {
    border-top: 1px solid rgba(222, 222, 232, 0.5);
}

p.muted small {
    color: rgb(189, 189, 208);
    font-size: 0.8rem;
}

.offer-listing .offer {
    flex: 1 1 auto;
}

.offer-listing .offer h3 {
    font-weight: 700;
    position: relative;
    padding-bottom: 1rem;
    color: var(--color-blue);
    margin-bottom: 2rem;
    font-size: 1.5rem;
}

.offer-listing .offer h3:before {
    content: "";
    width: 100px;
    height: 1px;
    background-color: #d0d0df;
    position: absolute;
    bottom: 0;
    left: calc(50% - 50px);
}

.offer-listing .offer .img-container {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.offer-listing .offer .img-thumbnail {
    border: 0;
    box-shadow: none;
    max-height: 200px;
    max-width: 100%;
}

.offer .badge {
    display: block;
    text-align: left;
    background-color: var(--color-fushia);
    font-size: 1rem;
    margin-bottom: 0.2rem;
    max-width: 75px;
    text-align: center;
}

.offer-listing .offer .price {
    color: var(--color-fushia);
    text-align: left;
    display: block;
}

.offer .choose-plan {
    font-size: 1rem;
}

#payment-recap h3 {
    color: var(--color-fushia);
}

#payment-recap .btn {
    border-color: var(--color-fushia);
    color: var(--color-fushia);
}

#payment-recap .btn:hover {
    background-color: var(--color-fushia);
    color: #fff;
}

#discount {
    border-top: 1px solid #dedee8;
    padding-top: 1rem;
}

#discount h3 {
    color: var(--color-blue);
}

#payment-check h3 {
    color: var(--color-green);
}

#payment-check a {
    color: var(--color-green);
}


@media (max-width: 1199px) {
    .offer-listing {
        flex-direction: column;
    }

    .offer-listing .offer {
        max-width: 800px;
        margin: 0 auto 3rem;
        padding: 2rem !important;
        border: 10px solid #f3f3f7;
    }
}

@media (max-width: 991px) {

    .table.offres th[data-offre="3"],
    .table.offres td[data-offre="3"] {
        display: none;
    }
}

@media (max-width: 767px) {

    #discount,
    #payment-check {
        max-width: 700px;
    }
}


/* CONTENT > Param */

.nav-tabs .nav-link {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    font-size: 1rem;
    padding: 1rem;
    color: var(--color-blue);
    font-weight: 700;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: var(--color-blue);
    background-color: var(--color-blue);
    color: #fff;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: var(--color-fushia);
}

.alert {
    line-height: 1.4;
    font-size: 1rem;
}

#params_container .h1 .badge {
    font-weight: 300;
    background-color: #dedee8;
    color: #000;
    font-size: 1.5rem;
}

#params_container .h1 .badge i {
    color: #000 !important;
}

.param-list .list-group-item {
    padding: 0.75rem 0;
    border-width: 0 0 1px 0;
    border-radius: 0;
}

.param-list .list-group-item .btn-link {
    color: var(--dark);
    font-size: .8rem;
    font-weight: 700;
    letter-spacing: 0.2px;
}

.params-children .list-group-item {
    border-top: 0;
    background-color: rgba(0, 0, 0, .05);
    font-size: 1rem;
}


/* CONTENT > Contact */

#contact-form {
    margin: auto;
    max-width: 800px;
}

#contact-form .card {
    height: auto;
}


/* CONTENT > Mon accueil */

.bordered {
    border: 2px solid var(--color-fushia);
    border-radius: 20px;
    padding: 2rem 0;
    align-items: center;
    position: relative;
}

.bordered:before {
    content: "";
    background: url('../../images/bordered-petal.svg') 0 0 no-repeat;
    background-size: cover;
    width: 82px;
    height: 120px;
    bottom: 25%;
    right: -47px;
    z-index: 5;
    position: absolute;
}

.blockquote-footer {
    color: var(--font-body-color);
}

#mon-accueil h3,
#mon-accueil .h3 {
    font-weight: 700;
}

#positiveThought img {
    max-height: 200px;
}

#saintJour svg {
    max-width: 100px;
}

#saintJour svg path {
    fill: var(--color-fushia);
}

#mon-accueil .eapp-weather-weather-detail {
    padding: 0 !important;
    background-color: transparent !important;
}

#mon-accueil .eapp-weather-detail-component {
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    max-width: 100%;
}

#mon-accueil .eapp-weather-detail-component>div {
    flex: 0 0 50%;
    align-items: center;
    margin: 0 10px !important;
}

#mon-accueil .show-more .btn {
    font-size: .9rem;
}

.eapp-weather-detail-weatherName {
    white-space: break-spaces !important;
    font-size: .8rem !important;
}

.eapp-weather-weather-info {
    border-radius: 0;
}

#mon-accueil #weather-api {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0 30px;
}

#mon-accueil #weather-api>div>div {
    display: flex;
    align-items: center;
}

#mon-accueil #weather-api>div>div p {
    margin-bottom: 0;
    margin-left: 2px;
}

#mon-accueil #weather-api>div>div .city {
    font-size: 16px;
}

#mon-accueil #weather-api>div .weather-icon {
    height: 100px;
    margin-bottom: 0;
}

#mon-accueil #weather-api>div .temp {
    color: rgb(29, 33, 41);
    margin-top: 0px;
    font-weight: bold;
    font-size: 50px;
}

#mon-accueil #weather-api>div .weather-description {
    color: rgb(29, 33, 41);
    font-size: 12px;
}


@media (max-width: 576px) {
    .bordered {
        margin-left: 15px;
        margin-right: 15px;
    }
}

/* CONTENT > 404 */

#error-page {
    max-width: 80vw;
}

#error-page .lead {
    font-size: 1.5rem;
}


/* CONTENT > success-inscription */

.success-alert strong.script {
    font-family: var(--font-family-script);
    font-size: 3rem;
    font-weight: 400;
}

.success-inscription h2 a {
    color: #000;
    font-family: var(--font-family-default);
    font-size: 2.3rem;
}

.success-inscription h3 a {
    display: flex;
    flex-direction: column;
    color: #000;
    max-width: 340px;
    margin: auto;
    align-items: center;
}

.success-inscription .btn-link {
    text-transform: none;
    font-weight: 700;
    font-size: 1rem;
    border: 1px solid #000;
    color: #000;
    padding: 0.5rem 1rem;
    text-decoration: none;
}

.success-inscription .btn-link:hover {
    text-decoration: none;
    color: #fff;
    background-color: #000;
}

.success-inscription .col-md-8 {
    border-left: 1px solid #000;
}

@media (min-width: 769px) {

    .success-inscription .col-md-4,
    .success-inscription .col-md-8 {
        padding-top: 60px;
    }

    .success-inscription .col-md-8 h2 {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
    }
}

@media (max-width: 768px) {
    .success-inscription .col-md-8 {
        border: 0;
    }
}

@media (max-width: 556px) {

    .success-inscription h3,
    .success-inscription .h3 {
        font-size: 1.5rem;
    }
}


/* MOBILE */
@media (max-width: 575px) {

    jumbotron .jumbotron .container {
        /*height: 32vh;*/
    }

    .navbar-brand {
        display: block;
    }

    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 1.7rem !important;
        /*hyphens : auto;*/
        max-width: 100%;
    }

    .jumbotron h1 br, .jumbotron .h1 br {
        display: none;
    }

    .jumbotron .baseline {
        display: none;
    }

    /* navbar */
    #navbarNav.collapse {
        min-width: 200px;
        justify-content: flex-start;
        overflow-y: auto;
    }


    .navbar-collapse .brand-collapse,
    .navbar-collapse .navbar-nav {
        padding: 5px 15px;
        margin: 0;
    }

    .navbar-brand {
        max-width: calc(100% - 150px);
        margin-right: 5%;
    }

    .navbar-collapse .brand-collapse {
        max-width: 100%;
    }


    .navbar-nav .nav-item {
        margin: 3px 0;
    }

    .navbar-nav .nav-item a {
        padding: 13px 20px;
        font-size: .95rem;
    }

    .navbar-collapse .profil-btn a {
        padding: 10px 20px;
        font-size: 1rem;
    }

    /* Home / majordome */
    #home-majordome-col .card {
        background-size: 40%;
        position: relative;
        overflow: hidden;
    }

    #home-majordome-col .card:before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: var(--color-purple);
        opacity: 0.5;
    }

    #home-majordome-col .card>* {
        max-width: 100%;
        position: relative;
    }

    /* Annonces */
    .list-annonce-items .annonce-item .card-item-content .media-heading {
        font-size: 1rem;
    }

    /* Blog */
    .list-blog-items article {
        margin-bottom: 1rem;
    }

    .list-blog-items .card-item-content>.media-heading {
        font-size: 1.2rem;
        line-height: 1.1;
        text-align: left;
    }

    .list-blog-items .card-item-content>time {
        text-align: left;
        width: 100%;
    }

    .list-blog-items .card-item-content>.btn {
        font-size: .9rem;
    }

    .list-blog-items .card-item-content>.btn svg {
        max-width: 16px;
    }

    /* Catégorie edito */
    .category-edito {
        padding-bottom: 0 !important;
    }

    .category-edito .col-2 {
        display: none;
    }

    .category-edito .col-8 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .category-edito .col-8 p {
        font-size: 1rem;
    }

    /* Footer */
    #toolbar-user {
        display: flex;
        flex-direction: row;
        position: fixed;
        right: 0;
        z-index: 100;
        bottom: 0;
        height: 70px;
        width: 100%;
        align-items: stretch;
        transform: none;
        top: auto
    }

    #toolbar-user a {
        flex: 100;
    }

    #toolbar-user a:first-child,
    #toolbar-user a:last-child {
        border-radius: 0;
    }

    #toolbar-user a i,
    #toolbar-user a span {
        font-size: 20px;
        margin-bottom: 7px;
    }

    .navbar.navbar-expand-lg .container {
        padding-left: 15px !important;
    }

}


/* ACCESSIBLE */

body.accessible {
    font-size: 1.1rem;
}

body.accessible h2, body.accessible .h2 {
    font-family: var(--font-family-accessible) !important;
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

body.accessible .btn {
    font-size: 1rem;
}

body.accessible nav .btn-link,
body.accessible nav .btn-link:hover {
    font-size: .9rem;
}

body.accessible .btn-link {
    font-size: .85rem;
}


body.accessible .navbar-dark .navbar-nav .nav-link {
    font-size: .9rem;
}


body.accessible .media-cat-annonce .media-cat-heading {
    font-size: 1rem;
}

body[data-categorie="home"].accessible .jumbotron h1 {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
}

body.accessible .jumbotron h1, body.accessible .jumbotron .h1 {
    font-size: 2rem;
}

body.accessible .baseline {
    font-family: var(--font-family-accessible) !important;
    line-height: 1;
    font-size: 1.2rem;
    font-weight: 300;
}

body.accessible #home-youtube h2 {
    font-size: 1.2rem;
}

body.accessible #home-youtube .btn-link {
    font-size: .9rem;
}

body.accessible #home-youtube .btn-link strong {
    font-size: .8rem;
}

/* Maintenance */

#maintenance>section>article {
    width: 45%;
}

#maintenance>a {
    max-width: 490px;
    margin: 50px 0;
}

#maintenance>section>figure {
    width: 65%;
    position: absolute;
    right: 0;
}

#maintenance>section>article>div>p:first-of-type {
    font-size: 1rem;
    margin-bottom: 25px;
}

#maintenance>section>article>div>div {
    margin-bottom: 30px;
}

#maintenance>section>article>div>div>p:first-of-type {
    font-size: 1.1rem;
}

#maintenance>section>article>div>div p {
    font-size: 1.2rem;
    margin: 5px 0;
}

#maintenance>section>article>div>div a {
    font-size: 1.2rem;
    margin: 5px 0;
    display: flex;
}

#maintenance>section>article>div>div strong {
    font-size: 1.8rem;
    line-height: 1.3rem;
}

#maintenance>section>article h1 {
    margin-bottom: 40px;
    font-size: 3rem;
}

#maintenance>section>article h1 em {
    font-size: 100px;
    line-height: 0.8;
}

#maintenance>section>article>div strong {
    font-size: 1.1rem;
}

/* MOBILE Maintenance */

@media (max-width: 991px) {
    #maintenance>a {
        max-width: 100%;
    }

    #maintenance>section>article {
        width: 100%;
    }

    #maintenance>section>article h1 {
        font-size: 2.6rem;
    }

    #maintenance>section>figure {
        width: 100%;
        margin-top: 30px;
        position: relative;
    }
}

.annonce_form_content .form-group {
    display: flex;
    flex-direction: column;
}

.c-white {
    color: #fff !important;
}

.cart-item:hover {
    text-decoration: none !important;
}

a:hover .card-item-content .media-heading {
    text-decoration: underline;
}

form[name="classified_search"] .select2-selection,
form[name="classified_search"] .select2-selection__arrow {
    min-height: 40px !important;
}

#classified-contact .btn-block {
    color: #000 !important;
}

#classified-contact .btn-block:hover {
    color: var(--color-blue) !important;
}

#classified-contact .btn-block.js_save_classified:hover {
    color: #fff !important;
}

#home-coups-coeur-semaine .card {
    height: 100%;
}

#home-coups-coeur-semaine .coups-coeur-content {
    margin: auto;
}

.container:has(.active-panel) .btn_menu_mobile {
    display: none;
}

@media (max-width: 768px) {

    .navbar-dark .navbar-toggler {
        /* position: fixed; */
        right: 30px;
        top: 70px;
        z-index: 10;
    }

    .nav-top-tool .nav-actions {
        /* position: fixed; */
        right: 130px;
        top: 70px;
        margin: 0 !important;
        display: flex;
        align-items: center;
    }
}

@media (min-width: 650px) {
    .navbar-collapse .nav-actions {
        display: none;
    }
}


@media (max-width: 649px) {
    .nav-top-tool .nav-actions> :not(.panier):not(.panier-panel) {
        display: none !important;
    }

    .nav-top-tool .nav-actions {
        margin-left: auto;
    }

    .navbar-brand {
        max-width: calc(100% - 150px);
        margin-right: 5%;
    }

    .panier {
        margin: 0;
    }

    .navbar-collapse .nav-actions {
        display: flex;
        margin: 0;
        justify-content: center;
        width: 100%;
    }
}

@media (min-width: 576px) and (max-width: 650px) {
    .nav-top-tool .nav-actions {
        right: 135px;
        top: 70px;
        margin: 0 !important;
    }

}

.slick-prev {
    left: 100px;
}

.slick-next {
    right: 100px;
}

@media (max-width: 575px) {
    .navbar-dark .navbar-toggler {
        /* position: fixed !important; */
        right: 15px !important;
        top: 70px !important;
        z-index: 10 !important;
    }

    .nav-top-tool .nav-actions {
        right: 120px;
        top: 70px;
        margin: 0 !important;
    }


    .single-item {
        width: 100%;
        height: auto;
        min-height: 50%;
    }

    .slider-item {
        display: flex;
        flex-direction: column;
    }

    .slider-item img,
    .petal-container {
        flex: 1;
    }

    .slider-item img {
        width: 100%;
        object-fit: cover;
    }

    .petal-container {
        position: relative;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        background-color: var(--color-fushia);
        padding: 20px;
    }

    .petal-container::before {
        content: none;
    }

    .slider-petal-text {
        position: relative;
        left: 30%;
        color: #fff;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 80%;
        max-width: 80%;
        padding-left: 25px !important;
    }

    .slider-petal-text h1 {
        font-size: 2rem;
    }

    .slider-petal-text p {
        font-size: 2.5rem;
        font-family: var(--font-family-script);
    }

    .slick-prev {
        left: 15px;
    }

    .slick-next {
        right: 15px;
    }
}

@media (max-width: 400px) {
    .slider-petal-text h1 {
        margin: 0;
        font-size: 1.5rem;
    }

    .slider-petal-text p {
        font-size: 2rem;
        font-family: var(--font-family-script);
    }
}

@media (max-width: 550px) {

    .navbar-brand img {
        max-width: 80%;
    }
}

.navbar-toggler .toggler-cross {
    position: relative;
    display: block;
    width: 15px;
    height: 1px;
    background: none;
}

.navbar-toggler .toggler-cross::before,
.navbar-toggler .toggler-cross::after {
    content: '';
    position: absolute;
    width: 15px;
    height: 1px;
    background-color: #fff;
    left: 0;
    top: 0;
}

.navbar-toggler .toggler-cross::before {
    transform: rotate(45deg);
}

.navbar-toggler .toggler-cross::after {
    transform: rotate(-45deg);
}

.senior-offer:has(.card__preprice) .card::before {
    height: 325px !important;
}

.senior-offer:has(.card__preprice) .card__header {
    margin-bottom: 50px !important;
}

.single-item {
    visibility: hidden;
}

.single-item.slick-initialized {
    visibility: visible;
}

.slick-prev,
.slick-next {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    border: none;
    z-index: 1000;
}

.slick-prev:before,
.slick-next:before {
    content: '';
    font-size: 35px;
    font-weight: 600;
    font-family: var(--font-family-default);
    color: #000;
    opacity: 1;
    background: none !important;

    position: relative;
    top: -3px;
}

.slick-prev:before {
    content: '‹';
}

.slick-next:before {
    content: '›';
}

.slick-prev,
.slick-next,
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus,
.slick-prev:active,
.slick-next:active {
    background-color: #fff !important;
    box-shadow: none !important;
    outline: none !important;
}

.fancy-list {
    list-style-type: none;
    padding-left: 40px;
}

.fancy-list li {
    position: relative;
    margin-bottom: 1rem;
    font-size: 1rem;
    text-align: left;
    display: flex;
    justify-content: space-between;
}

.fancy-list li::before {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: -30px;
    width: 16px;
    height: 13px;
    background-size: contain;
    background-position: top left;
    background-repeat: no-repeat;
    transform: scaleX(-100%);
}

.fancy-list li .register-description {
    display: flex;
    align-items: center;
}


.fancy-list--yellow li strong,
.fancy-list--yellow li strong>a {
    color: var(--color-yellow);
}

.fancy-list--yellow li strong a {
    text-decoration: underline;
}

.fancy-list--yellow li::before {
    background-image: url('../../images/common/petal-yellow.svg');
}

.fancy-list--green li strong,
.fancy-list--green li strong>a {
    color: var(--color-green);
}

.fancy-list--green li strong a {
    text-decoration: underline;
}

.fancy-list--green li::before {
    background-image: url('../../images/common/petal-green.svg');
}

.fancy-list--purple li strong,
.fancy-list--purple li strong>a {
    color: var(--color-purple);
}

.fancy-list--purple li strong a {
    text-decoration: underline;
}

.fancy-list--purple li::before {
    background-image: url('../../images/common/petal-purple.svg');
}

.fancy-list--fushia li strong,
.fancy-list--fushia li strong>a {
    color: var(--color-fushia);
}

.fancy-list--fushia li strong a {
    text-decoration: underline;
}

.fancy-list--fushia li::before {
    background-image: url('../../images/common/petal-fushia.svg');
}

.fancy-list--blue li strong,
.fancy-list--blue li strong>a {
    color: var(--color-blue);
}

.fancy-list--blue li strong a {
    text-decoration: underline;
}

.fancy-list--blue li::before {
    background-image: url('../../images/common/petal-blue.svg');
}

.fancy-list li .register-description .fa-circle-question {
    cursor: pointer;
}

.fancy-form--yellow input[type=submit]:hover {
    background-color: transparent;
    color: #f1d764;
    border: 2px solid #f1d764;
}

.fancy-form--purple input[type=submit]:hover {
    background-color: transparent;
    color: var(--color-purple);
    border: 2px solid var(--color-purple);
}

.fancy-form--fushia input[type=submit]:hover {
    background-color: transparent;
    color: var(--color-fushia);
    border: 2px solid var(--color-fushia);
}

.fancy-form--blue input[type=submit]:hover {
    background-color: transparent;
    color: var(--color-blue);
    border: 2px solid var(--color-blue);
}

.panier-panel__add-discount {
    width: calc(100% - 24px);
    margin: 24px auto;
    background: white;
    border: 2px solid var(--color-fushia);
    border-radius: 24px;
    overflow: hidden;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    min-height: 52px;
}

.promo-toggle {
    padding: 0 20px;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
}

.int_text {
    color: #000;
    font-weight: 500;
    font-size: 24px;
    transition: color 0.2s;
}

.int_text:hover::after {
    transform: translateX(4px);
}

.discount-form {
    display: none;
    padding: 15px;
    gap: 12px;
    align-items: center;
}

.discount-form.show {
    display: flex;
    animation: stripeSlide 0.35s ease forwards;
}

.discount-form input {
    flex: 1;
    height: 44px;
    line-height: 44px;
    padding: 0 18px;
    border: 2px solid #e5e7eb;
    border-radius: 22px;
    font-size: 17px;
    outline: none;
    transition: border-color 0.2s;
}

.discount-form input:focus {
    border-color: var(--color-fushia);
}

.discount-form button {
    line-height: 44px;
    height: 44px;
    padding: 0 28px;
    background: var(--color-fushia);
    color: white;
    border: none;
    border-radius: 22px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.2s;
}

.discount-form button:hover {
    background: #cb024b;
}

.discount-form button:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.applied-promo {
    padding: 0 24px;
    line-height: 52px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 17px;
}

.applied-promo strong {
    color: var(--color-fushia);
    font-weight: 700;
}

#remove-promo {
    color: #ef4444;
    font-size: 16px;
    text-decoration: underline;
    font-weight: 500;
}

.abonnement_name {
    max-width: 250px;
}

@keyframes stripeSlide {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.applied-promo p {
    margin: 0;
}

.abonnement_name {
    max-width: 220px;
}

.abonnement-payament-history .btn-secondary,
.btn-secondary.modal-btn-close,
.my_addresses_create_edit .btn-secondary,
.my_orders_history_container .btn-secondary {
    color: #fff !important;
    background-color: #545b62 !important;
    border-color: #4e555b !important;
}

.abonnement-payament-history .btn-secondary:hover,
.btn-secondary.modal-btn-close:hover,
.my_addresses_create_edit .btn-secondary:hover,
.my_orders_history_container .btn-secondary:hover {
    background-color: #5b981f !important;
    border-color: #5b981f !important;
}

@media (min-width: 576px) {

    #toolbar-user.three-elements {
        height: 150px;
    }

    #toolbar-user.four-elements {
        height: 180px;
    }

    #toolbar-user a {
        display: inline-flex;
        overflow: hidden;
        white-space: nowrap;
        font-size: 0;
    }


    #toolbar-user a i,
    #toolbar-user a span,
    #toolbar-user a img {
        font-size: 24px;
        margin-bottom: 0;
        max-width: 150px;
        display: inline-block;
    }

    #toolbar-user a:hover {
        display: inline-flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        font-size: 0.85rem;
        padding-left: 10px;
        gap: 30px;
        width: fit-content;
        padding-right: 15px;
    }

}


#form_classified_link>div {
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.add-cart-form .btn-primary {
    background-color: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
}

.add-cart-form .btn-primary:hover {
    background-color: transparent !important;
    border-color: #000 !important;
    color: #000 !important;
}

.panier_produits-quantity .qty {
    width: 75px;
}

.panier_produits-quantity {
    width: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin: 0px 15px;
}

.panier-panel .form-container {
    display: none;
}

.js--panier-panel form {
    position: relative;
}

.pannier-loader {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: #ffffff48;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.pannier-loader .spinner {
    width: 40px;
    height: 40px;
    border: 4px solid rgba(0, 0, 0, 0.15);
    border-top-color: var(--color-fushia);
    border-radius: 50%;
    animation: pannier-spin 0.8s linear infinite;
}

@keyframes pannier-spin {
    to {
        transform: rotate(360deg);
    }
}

#btn_checkout_panier.btn-disabled {
    pointer-events: none;
    opacity: 0.7;
}


/* produits quantity panier */

.produits-quantity {
    display: flex;
    justify-content: space-between;
    gap: 25px;
}

.produits-quantity .btn-minus,
.produits-quantity .btn-plus {
    font-size: 1.5rem;
    border-radius: 10px;
}

.produits-quantity #produit_quantity {
    font-size: 2rem;
    width: 100px;
}

.produits-quantity .add_to_cart_button:disabled {
    cursor: auto;
}

.panier_produits-quantity .btn-minus,
.panier_produits-quantity .btn-plus {
    border-radius: 3px;
    padding: 0 5px;
}

.panier_produits-quantity .produit_quantity {
    width: 50px;
}

.panier-adresse-message {
    padding-left: 20px;
    margin-top: 20px;
}

.panier-adresse-list {
    padding: 15px;
}

.addresse-list-item {
    display: flex;
    /*border: 1px solid #e51862;*/
    border-radius: 10px;
    padding: 10px;
    cursor: pointer;
}

.address-checkbox {
    margin-right: 10px;
}

.custom-checkbox {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #e51862;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
}

.custom-checkbox:checked {
    border-color: #e51862;
}

label:hover .custom-checkbox::after,
.custom-checkbox:checked::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #e51862;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.btn-rose {
    color: #fff;
    background-color: #e51862;
    border-color: #e51862;
}

.panier-panel__submit input:hover,
.btn-rose:hover {
    color: #e51862;
    background-color: #fff;
    border: 1px solid #e51862 !important;
}

.panier-adresse-action {
    padding: 0px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.form-add-addresse-container {
    padding: 15px;
}

.form-add-addresse-title {
    text-align: center;
    color: #e51862;
    margin-bottom: 10px;
}

.form-add-addresse-container .billing_address_civility_container {
    display: flex;
    gap: 20px;
}

.form-add-addresse-container .billing_address_civility_container legend {
    width: fit-content;
    padding-top: 0;
}

.form-add-addresse-container .billing_address_civility_container #billing_address_civility {
    margin-top: 5px;
    display: flex;
    gap: 20px;
}

.form-add-addresse-container .adress-panier-btn-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.form-add-addresse {
    border: 1px solid #e51862;
    border-radius: 10px;
    padding: 10px;
}

.form-add-addresse .col-form-label.required:before,
.form-add-addresse label.required:not(.form-check-label):before {
    content: '';
    display: none;
}

.form-add-addresse .select2 {
    width: 100% !important;
}

.form-add-addresse .select2-selection {
    height: 35px !important;
}

.fancy-form__input-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
    margin-left: 40px;
    color: #495057 !important;
}

.fancy-form__input-wrapper .select2-container--default .select2-selection--single {
    border: 1px solid #000;
    height: 35px;
    font-size: 14px;
    color: #495057 !important;
    display: flex;
    align-items: center;
}

.carrier-list-item {
    display: flex;
    padding: 10px;
    /*border: 1px solid #e51862;*/
    border-radius: 10px;
    align-items: center;
    cursor: pointer;
}

.carrier-list-item .carrier-info {
    margin-left: 10px;
    text-transform: capitalize;
}

.carrier-list-item .carrier-libell {
    margin-bottom: 0px;
}

.panier-carrier-message {
    padding-left: 10px;
    margin-bottom: 15px;
}

.boutique-description-container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.boutique-description-container img {
    width: 100%;
    max-width: 200px;
    height: auto;
    margin: auto;
}

.main-category-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.main-category-list a {
    width: 100%;
    text-decoration: none;
}

.main-category-card {
    display: flex;
    flex-direction: column;
    height: auto;
    padding: 10px;
    border-radius: 25px;
    overflow: hidden;
}

.main-category-list a,
.main-category-list a:hover {
    text-decoration: none !important;
}

.main-category-card:hover {
    transform: scale(0.98);
}

.main-category-card-img img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 25px 25px 0 0;
}

.main-category-card-titel {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 20px;
    border-radius: 0 0 25px 25px;
    font-family: cursive;
}

.boutique-category-titel {
    margin-left: 10px;
    font-family: 'Merriweather';
    font-size: 22px;
    margin-bottom: 15px !important;
}

@media (min-width: 768px) {
    .boutique-description-container {
        flex-wrap: nowrap;
        align-items: center;
    }

    .boutique-description-container img {
        width: 200px;
    }

    .main-category-list a {
        width: calc(50% - 8px);
    }

    .main-category-card {
        flex-direction: row;
        height: 220px;
    }

    .main-category-card-img {
        width: 50%;
    }

    .main-category-card-img img {
        height: 100%;
        border-radius: 25px 0 0 25px;
    }

    .main-category-card-titel {
        width: 50%;
        font-size: 22px;
        border-radius: 0 25px 25px 0;
    }
}

@media (min-width: 1024px) {
    .main-category-list a {
        width: calc(50% - 8px);
    }

    .main-category-card {
        height: 260px;
    }

    .main-category-card-titel {
        font-size: 25px;
        padding: 36px;
    }

    .boutique-category-titel {
        font-size: 28px;
    }
}

.product-title {
    font-size: 2rem;
    color: #111;
    font-weight: 400;
}

.product-price {
    font-size: 1.5rem;
    color: #111;
    font-weight: 500;
}

.main-slider .main-slide {
    border-color: #ebebeb !important;
}

.thumbnail-slider .thumb-wrapper {
    border-color: #ebebeb !important;
    opacity: 0.6;
    transition: opacity 0.2s ease;
}

.thumbnail-slider .slick-current .thumb-wrapper,
.thumbnail-slider .thumb-wrapper:hover {
    opacity: 1;
    border-color: #999 !important;
}

.cursor-pointer {
    cursor: pointer;
}

.quantity-wrapper .border {
    border-color: #ccc !important;
    border-radius: 4px;
}

.quantity-wrapper input:focus {
    outline: none;
    box-shadow: none;
}

.btn-woo-green {
    background-color: #71a243;
    color: #fff;
    font-weight: 500;
    border: none;
    transition: background-color 0.2s ease;
}

.btn-woo-green:hover {
    background-color: #5d8736;
    color: #fff;
}

.product-description p {
    margin-bottom: 1rem;
}

#imageZoomModal .slick-prev {
    left: 20px;
    z-index: 10;
    width: 40px;
    height: 40px;
}

#imageZoomModal .slick-next {
    right: 20px;
    z-index: 10;
    width: 40px;
    height: 40px;
}

.main-slide img {
    cursor: zoom-in;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    background: #fff;
}

.thumb-wrapper img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

#produit_quantity {
    width: 80px;
    box-shadow: none;
}

.input-quanity {
    border: 2px solid #6dae2d;
    border-radius: 10px;
    padding: 10px 25px !important;
    margin-top: 80px;
}

.add_to_cart_button {
    width: 100%;
    background: #6dae2d !important;
    color: #fff !important;
    border: 1px solid #6dae2d !important;
    cursor: pointer !important;
    font-weight: 700 !important;
}

.add_to_cart_button:hover {
    background: #fff !important;
    color: #6dae2d !important;
    border: 1px solid #6dae2d !important;
}

.input-quanity input,
.input-quanity span {
    color: #000 !important;
    font-family: cursive;
    font-size: 20px;
}

#thumbSlider .slick-track {
    margin-left: 0 !important;
}

.btn-close-modal-gallery {
    z-index: 5;
    background: transparent;
    border: none;
    font-size: 50px;
    line-height: 1;
    position: absolute;
    right: 20px;
    top: 10px;
    outline: none !important;
}

.btn-close-modal-gallery:focus-visible,
.btn-close-modal-gallery:focus,
.btn-close-modal-gallery:hover {
    outline: none !important;
    font-size: 54px;
}

#modalSlider .slick-prev,
#modalSlider .slick-next {
    position: absolute;
    background-color: transparent !important;
    border: none !important;
    font-size: 55px;
}

#modalSlider .slick-prev:before,
#modalSlider .slick-next:before {
    content: none !important;
}

#modalSlider .slick-slide img {
    display: block;
    height: 100vh;
    width: auto;
    aspect-ratio: 1 / 1;
    object-fit: contain;
}

.boutique-sous-category-select a {
    text-decoration: none !important;
    color: #000;
    font-size: 19px;
}

.boutique-sous-category-select .selected,
.boutique-sous-category-select .boutique-parent-category:hover,
.boutique-sous-category-select .boutique-sous-category-option:hover {
    font-weight: 700;
}

.boutique-sous-category-option {
    margin-left: 15px;
    margin-top: 7px;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 10px;
    max-width: 1300px;
    margin: 0 auto;
}

.product-card {
    background: #fff;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    height: 100%;
}

.product-link {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none !important;
    color: inherit;
}

.product-card:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.product-image-wrapper {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #f9f9f9;
    border-radius: 8px 8px 0 0;
}

.product-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.product-details {
    padding: 1.2rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.product-title {
    font-size: 2.5rem;
    font-weight: bold;
    margin: 0 0 0.5rem 0;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.6em;
}

.product-meta {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.product-price {
    font-size: 1.15rem;
    font-weight: 700;
    color: #111;
}

.product-button {
    display: block;
    text-align: center;
    background: #222;
    color: #fff;
    padding: 0.6rem;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 4px;
    transition: background 0.2s;
}

.product-card:hover .product-button {
    background: #6dae2d;
}

@media (min-width: 768px) {
    .product-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
}

@media (min-width: 1024px) {
    .product-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.quantity-wrapper {
    display: inline-flex;
    align-items: center;
    border: 1px solid #ced4da;
    border-radius: 6px;
    overflow: hidden;
    height: 42px;
    background-color: #ffffff;
}

.quantity-wrapper .btn:focus,
.quantity-wrapper .btn:focus-visible,
.quantity-wrapper .btn {
    background-color: transparent !important;
    outline: none !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #495057 !important;
    width: 40px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
    padding: 0;
}

.quantity-wrapper .btn:hover {
    border-radius: 0 !important;
    background-color: #6dae2d !important;
    color: #fff !important;
    border-radius: 0 !important;
}

.quantity-wrapper .btn:active {
    background-color: #e9ecef;
}

.quantity-wrapper .qty {
    width: 55px;
    height: 100%;
    border: none;
    border-left: 1px solid #ced4da;
    border-right: 1px solid #ced4da;
    text-align: center;
    font-size: 1rem;
    font-weight: 500;
    color: #333;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
    -moz-appearance: textfield;
}

.quantity-wrapper .qty:focus {
    outline: none;
    box-shadow: none;
}

.quantity-wrapper .qty::-webkit-outer-spin-button,
.quantity-wrapper .qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.text-end {
    text-align: end;
}

.my_orders_history_container .badge {
    color: white;
    padding: 7px;
}

.ekko-lightbox-nav-overlay a span {
    text-shadow: 0 0 10px black;
}

.product-card .product-title {
    font-weight: 500;
    font-size: 1.2rem;
}

.gap-15 {
    gap: 15px;
}

.dataTables_paginate {
    display: flex;
    align-items: center;
    gap: 2px;
    font-family: var(--font-family-default) !important;
}

.dataTables_paginate .paginate_button {
    border: 1px solid #ddd;
    background-color: #f8f9fa;
    color: #007bff !important;
    padding: 6px 10px;
    margin: 0 2px;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
    font-size: 1rem;
    line-height: 1.4;
    font-weight: 400;
    text-align: left;
    font-family: var(--font-family-default) !important;
}

.dataTables_paginate .paginate_button:hover {
    background-color: #e9ecef;
    border-color: #ccc;
}

.dataTables_paginate .paginate_button.current {
    background-color: #007bff;
    color: #fff !important;
    border-color: #007bff;
    font-weight: bold;
}

.dataTables_paginate .paginate_button.disabled {
    color: #aaa !important;
    background-color: #f8f9fa;
    border-color: #ddd;
    cursor: not-allowed;
}

.dataTables_paginate span {
    display: flex;
    gap: 1px;
}

#mesVentesTable .btn {
    min-width: fit-content;
    white-space: nowrap;
}

.tarif-container .formules__step3 {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.tarif-container .card {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.tarif-container .card-body {
    flex: 1;
    height: auto;
}

.tarif-container h2 {
    font-family: var(--font-family-default) !important;
}

@media (max-width: 767px) {
    .tarif-container .card {
        max-width: none;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .tarif-container .card {
        max-width: none;
        margin: 0 auto;
    }
}

@media (min-width: 800px) {
    .card-wrapper {
        width: 400px;
        max-width: 100%;
    }
}

.page-title {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}

.page-title h1 {
    margin-bottom: 0;
}

.page-title.no-background-image {
    background-image: none;
}

.slider-container {
    display: none;
}

.d-flex.gap-2 {
    gap: 1rem !important;
}

.product-gallery #thumbSlider:not(.slick-initialized) {
    display: none !important;
}

.product-gallery #mainSlider:not(.slick-initialized)>div:not(:first-child) {
    display: none !important;
}

.input-group .dynamic-error {
    width: 100% !important;
}

.fancy-form__input-wrapper select {
    padding-left: 40px;
}


.panier-panel {
    display: none;
    position: fixed;
    z-index: 111;
    width: 100vw;
    height: 100vh;
    right: 0;
    top: 0;
}

@media (max-width: 991px) {
    .panier-panel {
        left: 0;
        right: auto;
        width: 100%;
    }
}

.panier-panel.active-panel {
    display: flex;
    justify-content: end;
}

.panier-panel::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(1, 1, 1, 0.6);
}

.panier-panel__content {
    position: absolute;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    top: 0;
    right: 0;
    z-index: 1;
    width: 55vw;
    max-width: 800px;
    height: 100%;
    background-color: var(--color-white);
}

@media (max-width: 991px) {
    .panier-panel__content {
        width: 100%;
        max-width: 100vw;
    }
}

.panier-panel__title {
    padding: 12px;
    font-size: 28px;
    color: var(--color-white);
    background-color: var(--color-fushia);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 991px) {
    .panier-panel__title {
        font-size: 20px;
    }
}

.panier-panel__expire {
    position: relative;
    margin: 30px 0 48px;
    padding: 0 12px;
    text-align: right;
    color: var(--color-fushia);
}

@media (max-width: 991px) {
    .panier-panel__expire {
        font-size: 14px;
        margin: 24px 0;
    }
}

.panier-panel__expire::before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    top: calc(50% - 0.5px);
    left: 0;
    height: 1px;
    width: 100%;
    background-color: var(--color-fushia);
}

.panier-panel__expire>span {
    position: relative;
    right: -12px;
    padding: 0 12px;
    width: auto;
    background-color: var(--color-white);
}

.panier-panel__recap {
    margin: 0 12px;
    padding: 12px 12px 0;
    border: 2px solid var(--color-fushia);
    border-radius: 12px;
}

.panier-panel__recap-title {
    font-size: 48px;
    color: var(--color-fushia);
    padding: 24px 0;
    text-align: center;
}

@media (max-width: 991px) {
    .panier-panel__recap-title {
        font-size: 28px;
        padding: 16px 0;
    }
}

.panier-panel__recap-items {
    margin-bottom: 64px;
}

@media (max-width: 991px) {
    .panier-panel__recap-items {
        margin-bottom: 36px;
    }
}

.panier-panel__recap-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}

.panier-panel__recap-item-name {
    max-width: 80%;
    flex-grow: 1;
}

.panier-panel__recap-item-pricing {
    text-align: right;
    min-width: 20%;
    flex-shrink: 0;
}

.panier-panel__recap-item-name,
.panier-panel__recap-item-pricing {
    font-size: 24px;
}

@media (max-width: 991px) {

    .panier-panel__recap-item-name,
    .panier-panel__recap-item-pricing {
        font-size: 16px;
    }
}

.panier-panel__recap-item-controls {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

.panier-panel__recap-item-quantity {
    position: relative;
    line-height: 24px;
    height: 24px;
    border-radius: 4px;
    overflow: visible;
    background-color: var(--color-light-grey);
    font-size: 0;
    margin: 0 10px;
    flex-shrink: 0;
}

.panier-panel__recap-item-quantity label,
.panier-panel__recap-item-quantity select {
    font-size: 12px;
}

.panier-panel__recap-item-quantity label {
    padding: 0 32px 0 4px;
    margin: 0;
    line-height: 24px;
    font-weight: 400;
}

.panier-panel__recap-item-quantity select {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    padding-left: 24px;
    background: transparent;
    border: none;
    height: 24px;
    line-height: 24px;
}

.panier-panel__recap-item-delete {
    font-size: 16px;
    line-height: 24px;
    font-style: italic;
    color: var(--color-fushia);
    display: flex;
    padding-top: 5px;
    padding-right: 10px;
    height: fit-content;
}

.panier-panel__recap-item-delete i {
    cursor: pointer;
}

.panier-panel__recap-totaux {
    position: relative;
    padding: 8px 0;
}

.panier-panel__recap-totaux::before {
    content: '';
    display: block;
    height: 1px;
    width: calc(100% + 24px);
    position: absolute;
    top: 0;
    left: -12px;
    background-color: var(--color-fushia);
}

.panier-panel__recap-onetotal {
    display: flex;
    justify-content: space-between;
    font-size: 24px;
    font-weight: 700;
}

@media (max-width: 991px) {
    .panier-panel__recap-onetotal {
        font-size: 18px;
    }
}

.panier-panel__add-discount {
    width: calc(100% - 24px);
    margin: 24px auto;
    line-height: 48px;
    border-radius: 24px;
    border: 2px solid var(--color-fushia);
    text-align: center;
}

.panier-panel__cgv {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.panier-panel__cgv label {
    padding-left: 12px;
    font-weight: 400;
    font-style: italic;
    font-size: 16px;
    line-height: 1;
    margin: 0;
    cursor: pointer;
}

@media (max-width: 991px) {
    .panier-panel__cgv label {
        font-size: 12px;
    }
}

.panier-panel__submit {
    width: calc(100% - 24px);
    margin: 24px auto;
}

.panier-panel__submit input {
    width: 100%;
    line-height: 60px;
    font-size: 30px;
    color: var(--color-white);
    text-align: center;
    border-radius: 24px;
    background-color: var(--color-fushia);
    border: 1px solid transparent !important;
}



@media (max-width: 991px) {
    .panier-panel__submit input {
        font-size: 24px;
    }
}

.panier_body {
    overflow: auto;
    height: 100%;
}

.panier_error {
    display: none;
    color: red;
    text-align: center;
}

.panier_vide {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.js--panier-toggle {
    cursor: pointer;
}

.navbar__panier {
    cursor: pointer;
    width: 45px;
    height: 45px;
    margin-left: auto;
    color: var(--color-fushia);
    background-color: var(--color-fushia);
    background-image: url('../../images/common/panier-menu-fill.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 30px auto;
    border: 2px solid var(--color-fushia);
    border-radius: 22.5px;
    text-align: center;
}

.navbar__panier span {
    line-height: 41px;
    position: relative;
    top: 3px;
}

.choix-abonnement__header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto 48px;
    min-width: 320px;
}

.choix-abonnement__header--small {
    width: 40%;
}

.choix-abonnement__header--multiple {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 92px;
}

.choix-abonnement__header--multiple::before {
    content: '';
    width: 100%;
    order: 1;
}

.choix-abonnement__header--multiple .choix-abonnement__header-item {
    width: 22%;
    min-width: 210px;
    padding: 0 12px;
    text-align: center;
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.choix-abonnement__header--multiple .choix-abonnement__header-item h3 {
    margin-bottom: 0;
}

.choix-abonnement__header--multiple .choix-abonnement__header-item img {
    max-width: 220px;
}

.choix-abonnement__header__title {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

.choix-abonnement__header-item {
    cursor: pointer;
    display: flex;
    justify-self: flex-end;
    align-items: center;
    width: 100%;
    border-radius: 5px;
    /* border-width: 2px; */
    /* border-style: solid; */
    margin-bottom: 8px;
}

.choix-abonnement__header-item--yellow {
    border-color: var(--color-yellow);
}

.choix-abonnement__header-item--green {
    border-color: var(--color-green);
}

.choix-abonnement__header-item--purple {
    border-color: var(--color-purple);
}

.choix-abonnement__header-item--fushia {
    border-color: var(--color-fushia);
}

.choix-abonnement__header-item--blue {
    border-color: var(--color-blue);
}

.choix-abonnement__header-item .choix-abonnement__name {
    margin-right: auto;
}

.choix-abonnement__header-item .choix-abonnement__name,
.choix-abonnement__header-item .choix-abonnement__pricing {
    padding: 4px 8px;
    font-weight: 600;
}

.choix-abonnement__liste--narrow {
    min-width: 210px;
    margin: 0 auto;
}

.choix-abonnement__liste--narrow .choix-abonnement__item {
    justify-content: space-between;
    white-space: nowrap;
}

.choix-abonnement__panier {
    width: 60px;
    height: 40px;
    border-radius: 4px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.choix-abonnement__panier img {
    width: 30px;
}

.choix-abonnement__item:hover .choix-abonnement__panier img,
.choix-abonnement__option--isolated:hover .choix-abonnement__panier img {
    transform: scale(1.2);
}

.choix-abonnement__item .choix-abonnement__panier,
.choix-abonnement__option--isolated .choix-abonnement__panier {
    left: 2px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.choix-abonnement__options {
    border-radius: 5px;
    border-width: 2px;
    border-style: solid;
    line-height: 40px;
}

@media (max-width: 767px) {
    .choix-abonnement__options {
        line-height: 120%;
    }
}

.choix-abonnement__options-title {
    width: 100%;
    text-transform: uppercase;
    font-weight: 700;
    padding-left: 8px;
}

.choix-abonnement__options-title:not(.bg--none) {
    color: var(--color-white);
}

.choix-abonnement__option {
    cursor: pointer;
    padding: 4px 4px 4px 8px;
    border-top-style: solid;
    border-top-width: 1px;
    display: flex;
}

@media (max-width: 767px) {
    .choix-abonnement__option {
        flex-direction: column;
    }
}

.choix-abonnement__option--isolated {
    border-width: 2px;
    border-style: solid;
    border-radius: 4px;
    margin-bottom: 12px;
    padding: 8px;
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 10px;
}

.choix-abonnement__option-name {
    flex-grow: 2;
    display: flex;
    align-items: center;
}

.choix-abonnement__option-pricing {
    font-weight: 600;
    line-height: 40px !important;
}

.choix-abonnement__option .choix-abonnement__panier {
    margin-left: 24px;
}

@media (max-width: 767px) {
    .choix-abonnement__option .choix-abonnement__panier {
        margin-left: 0;
        margin-bottom: 4px;
        border-radius: 4px;
    }
}

@-webkit-keyframes slidepanier {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(0);
    }
}

@keyframes slidepanier {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(0);
    }
}

nav .btn.zoom-level {
    margin-left: 5px !important;
}

.suggestions-slider {
    margin: 0 -10px;
}

.suggestions-slider__item {
    padding: 0 10px;
    box-sizing: border-box;
}

.suggestion-card {
    height: 100%;
    border-radius: 16px;
    overflow: hidden;
    background: #fff;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border: 1px solid #ebebeb;
}

.suggestion-card:hover {
    transform: translateY(-3px);
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.08);
}

.suggestion-card__link {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    color: inherit;
    text-decoration: none !important;
}

.suggestion-card__link:hover {
    text-decoration: none !important;
}

.suggestion-card__media {
    position: relative;
    width: 100%;
    padding-top: 100%;
    background: #f5f5f5;
    overflow: hidden;
}

.suggestion-card__img,
.suggestion-card__placeholder {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.suggestion-card__img {
    object-fit: cover;
    display: block;
}

.suggestion-card__placeholder {
    background: linear-gradient(135deg, #f0f0f0, #e2e2e2);
}

.suggestion-card__content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 14px;
}

.suggestion-card__title {
    font-weight: 500;
    font-size: 1.2rem;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 35px;
}

.suggestion-card__footer {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.suggestion-card__price {
    font-size: 16px;
    font-weight: 700;
    color: #111;
}

.suggestions-slider .slick-list {
    margin: 0 -10px;
}

.suggestions-slider .slick-slide>div {
    height: 100%;
}

.js-suggestions-slider .slick-track {
    margin-left: 0 !important;
}

.suggestion-card__media {
    position: relative;
    width: 100%;
    padding-top: 100%;
    background: #f5f5f5;
    overflow: hidden;
}

.suggestion-card__tag {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    line-height: 1;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    max-width: calc(100% - 20px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.suggestion-card__date {
    font-size: 12px;
    color: #888;
    margin-top: -4px;
}

body:has(.navbar-collapse.show) {
    overflow: hidden;
}


