.et_header_style_left .logo_container {
    width: calc(100% - 1rem);
}

#et-main-area {
    overflow: hidden;
}

/* TYPO */
h1, h2, h3, h4, h5, .h3-title {
    font-family: Oswald, Impact, Arial !important;
    font-style: normal;
    line-height: 120%;
    text-transform: uppercase;
    color: var(--bonjour-default-h);
}

h1 {
    font-weight: 500;
    font-size: 52px;
    letter-spacing: 0.02em;
}

h2 {
    font-weight: 600;
    font-size: 42px;
    letter-spacing: 0.01em;
}

h3, .h3-title {
    font-weight: 500;
    font-size: 32px;
    color: var(--bonjour-secondary-color);
}

h3.comment-reply-title {
    color: var(--bonjour-comment-color, var(--bonjour-default-h));
}

h4, a > h3, .cat-articles--content h3 {
    font-size: 24px;
    font-weight: 600;
}

h5 {
    font-size: 14px;
    letter-spacing: 0.1em;
    color: var(--bonjour-default-h) !important;
}

p {
    line-height: 160%;
    padding-bottom: 1em;
}

b {
    font-weight: var(--g-bold-weight, bold);
}

p:not(.has-background):last-of-type {
    padding-bottom: 1em;
}

.white-texte .et_pb_text_inner * {
    color: white !important;
}

@media (max-width: 980px) {
    h1 {
        font-size: 34px;
    }

    h2 {
        font-size: 34px;
    }

    h3 {
        font-size: 24px;
    }

    h4, a > h3, .cat-articles--content h3 {
        font-size: 18px;
    }

    .white-texte .et_pb_text_inner * {
        font-size: 34px !important;
    }
}

@media (max-width: 719px) {
    h1 {
        font-size: 42px;
    }

    h2 {
        font-size: 32px;
    }

    h3 {
        font-size: 26px;
    }

    h4, a > h3, .cat-articles--content h3 {
        font-size: 18px;
    }

    .white-texte .et_pb_text_inner * {
        font-size: 34px !important;
    }
}

/* MENU SEARCH ICON */
#et_search_icon::before, #et_search_icon_mobile::before {
    background-color: var(--bonjour-secondary-color);
    color: white !important;
    padding: .4rem;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -10px;
    border-radius: 20px;
    cursor: pointer;
}

@media (max-width: 980px) {
    #et_search_icon:before {
        display: none;
    }

}

/* MAIN MENU */
#top-menu li a {
    letter-spacing: 1.5px;
}

.et_fullwidth_nav #main-header .container {
    padding-right: 5vw;
    padding-left: 5vw;
    margin-right: 1rem;
    margin-left: 1rem;
}

#main-header, #et-top-navigation {
    font-family: Oswald, Impact, Arial !important;
}


@media (max-width: 980px) {
    .et_fullwidth_nav #main-header .container {
        padding-right: 1rem;
        padding-left: 1rem;
        margin-right: 0;
        margin-left: 0;
        width: 100%;
    }

    .logo_helper {
        height: initial !important;
    }

    .logo_container #logo {
        max-width: 100%;
        max-height: 100%;
    }

    .et-search-form input {
        margin: 0 !important;
    }
}

.et_mobile_menu {
    background-color: var(--bonjour-light-bg) !important;
    border-top: none;
}

#main-header {
    transition: all .5s ease-in-out !important;
}

body #main-header.et-fixed-header {
    box-shadow: 0px 5px 7px 1px #68686845 !important;
}

.et-fixed-header {
    background-color: white !important;
    position: fixed !important;
}

.et_mobile_menu li a {
    text-transform: uppercase;
    font-style: normal;
    font-weight: normal;
    font-size: 19px;
    line-height: 31px;
    letter-spacing: 0.02em;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: none;
}

.et_toggle_slide_menu:after, .mobile_menu_bar:before {
    color: var(--bonjour-secondary-color);
}

.home-header {
    position: relative;
}

@media (max-width: 981px) {
    .home-header {
        padding-top: 150px !important;
        padding-bottom: 100px !important;
    }

    .home-header h1, .head-header h1 {
        font-size: 42px !important;
    }
}

@media (min-width: 981px) {
    .home-header::after {
        position: absolute;
        transform: translateY(15px);
        z-index: 2;
        left: calc(50% - 38.5px);
    }
}

.block-color {
    display: flex;
    max-width: 620px;
    width: 45vw;
    position: relative;
}

.block-color:first-child::after {
    position: absolute;
    right: -325px;
    visibility: visible;
    top: 0;
    z-index: 2;
}

.block-color:last-child::after {
    position: absolute;
    right: -200px;
    visibility: visible;
    top: -60px;
}

.block-color:first-child {
    margin-left: 0px;
    margin-top: -200px;
}

.block-color:nth-child(2) {
    margin-left: auto;
    margin-right: 0px;
    margin-top: -170px;
    margin-bottom: 50px;
}

.block-color:last-child {
    margin-left: 10vw;
    margin-bottom: -100px;
    width: 100% !important;
}

.block-color .et_pb_column_empty {
    display: block !important;
    margin: 0 !important;
}

.block-color > .et-last-child {
    padding: 2rem;
    width: 60% !important;
    margin-top: auto;
}

.block-color a {
    font-size: 16px;
    font-family: Mulish, Arial;
    font-weight: bold;
}

.block-color a::after {
    font-size: 26px;
    font-weight: 600;
}

@media (max-width: 980px) {
    .block-color {
        margin-left: auto !important;
        margin-right: auto !important;
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
        width: 100% !important;
    }

    .block-color > .et-last-child {
        width: 100% !important;
    }

    .block-color::after {
        visibility: hidden !important;
    }
}

@media (max-width: 719px) {
    .block-color {
        flex-direction: column !important;
    }

    .block-color .et_pb_column_empty {
        height: 220px;
        border-radius: 10px 10px 0 0;
    }

    .block-color > .et-last-child {
        padding: 1rem;
    }
}


/* INIT BUTTON */

.et_pb_button {
    border: none;
    padding: 0;
    transition: none !important;
    font-family: Mulish, Arial;
    font-weight: bold;
}

.et_pb_button:hover {
    padding: 0 !important;
    background-color: transparent !important;
    border: 0 !important;
}


.en-savoir-plus-1 {
    color: white;
}

.en-savoir-plus-1::after {
    opacity: 1 !important;
    margin-left: 0 !important;
}

.round-button, #comment-wrap .form-submit #et_pb_submit, .wpcf7-form input[type=submit] {
    color: white;
    border: 2px solid white !important;
    border-radius: 150px;
    font-size: 16px;
    padding: 15px 20px;
    font-family: Mulish, Arial !important;
    font-weight: bold;
    transition: all .3s ease-in-out !important;
    cursor: pointer;
}

.round-button:hover, #comment-wrap .form-submit #et_pb_submit:hover {
    border: 2px solid white !important;
    padding: 15px 20px !important;
    background-color: white !important;
    color: var(--bonjour-round-button-hover);
}

.round-button:after, #comment-wrap .form-submit #et_pb_submit:after {
    content: '';
}

.button-green, #comment-wrap .form-submit #et_pb_submit, .wpcf7-form input[type=submit] {
    background-color: var(--bonjour-button-color);
    border-color: var(--bonjour-button-color) !important;
}

.button-green:hover, #comment-wrap .form-submit #et_pb_submit:hover, .wpcf7-form input[type=submit]:hover {
    background-color: var(--bonjour-button-hover) !important;
    border-color: var(--bonjour-button-hover) !important;
    color: white !important;
}

.card-style {
    background-color: white;
    box-shadow: 0px 4px 15px rgba(66, 82, 103, 0.14);
    border-radius: 4px;
    padding: 1rem;
    transition: all .3s ease-in-out;
    margin-right: 2rem !important;
    min-width: 280px;
    margin-bottom: 0;
}

.card-style * {
    transition: all .3s ease-in-out;
}

.card-style .et_pb_button {
    position: absolute;
    bottom: 20px;
}

@media (max-width: 981px) {
    .card-style {
        min-width: 250px;
    }

    .card-style:last-child {
        margin: 0 0 30px !important;
    }

    .sib_signup_form {
        padding-bottom: 25px;
    }
}


.et_pb_row_7 {
    overflow-x: auto !important;
    flex-wrap: nowrap;
}

@media (max-width: 676px) {
    .et_pb_row_7 {
        padding-left: 0 !important;
    }

    .card-style {
        margin-right: 15px !important;
    }
}

.card-style:hover {
    transform: translateY(-30px);
    background-color: var(--bonjour-default-card-hover);
}

.card-style:hover * {
    color: var(--bonjour-secondary-color);
}

.link {
    font-size: 16px;
}

.link::after {
    opacity: 1 !important;
    margin-left: 0 !important;
    font-size: 25px;
}

.link, .link::after {
    color: var(--bonjour-secondary-color);
}


/* Liste article home */


.home-articles-line {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.home-articles-list a {
    width: 100%;
    max-width: 530px;
    min-width: 340px;
}

.home-articles-line > :first-child {
    margin-right: 1rem;
}

.home-articles-line > :last-child {
    margin-left: 1rem;
}

.home-articles-vignette {
    width: 100%;
    box-shadow: 0px 4px 15px rgba(66, 82, 103, 0.14);
    border-radius: 10px;
    background-color: white;
    display: flex;
    margin-bottom: 2rem;
}

.home-articles-vignette h3 {
    margin-bottom: 1rem;
    color: var(--bonjour-vignette-title);
}

.home-articles-vignette .et_pb_button, .cat-articles-vignette .et_pb_button {
    padding-bottom: 0 !important;
}

.home-articles--content {
    position: relative;
    padding-bottom: 40px !important;
}

.home-articles--content .link, .cat-articles-list .link {
    position: absolute;
    bottom: 20px;
}

.home-articles--content h3 {
    font-size: 20px !important;
}

@media (max-width: 719px) {
    .home-articles--content .link {
        bottom: 10px !important;
    }

    .home-articles-line > :first-child {
        margin-right: .5rem;
        margin-left: .5rem;
    }

    .home-articles-line > :last-child {
        margin-left: .5rem;
        margin-right: .5rem;
    }
}

.home-articles-vignette span,
.last-articles--content span {
    padding: 5px 15px;
    border-radius: 100px;
    color: white;
    font-family: Mulish, Arial;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 10px;
    display: inline-block;
}


.home-articles--content {
    padding: 1.5rem;
    white-space: pre-line;
    width: 60%;
}

.home-articles--thumbnail {
    width: 45%;
    border-radius: 10px 0px 0px 10px;
    background-size: cover;
    background-position: center;
}

.home-articles-vignette, .home-articles-vignette *, .cat-articles-list, .cat-articles-list * {
    transition: all .3s ease-in-out;
}

.home-articles-line .home-articles-vignette.hover, .cat-articles-list .cat-articles-vignette.hover, .cat-articles-vignette:hover {
    background-color: var(--bonjour-default-card-hover);
    cursor: pointer;
}

.home-articles-line a h3.hover, .cat-articles-list a h3.hover {
    color: var(--bonjour-secondary-color) !important;
}

@media (max-width: 719px) {
    .home-articles--content h3 {
        margin-bottom: 5px !important;
        padding-bottom: 0 !important;
    }

    .home-articles-line {
        flex-direction: column;
        align-items: center;
    }

    .home-articles--content {
        padding: 15px 10px 10px 10px;
    }
}

.counter-banner .et_pb_image {
    float: left;
}

.counter-banner .et_pb_image img {
    width: 80%;
}

@media (min-width: 981px) {
    .a-propos-banner .et_pb_column:first-child {
        margin-right: 0 !important;
    }

}

@media only screen and (max-width: 980px) {
    .a-propos-banner .et_pb_image.et_pb_image_1 {
        position: relative !important;
        display: flex;
        justify-content: center;
        top: 0;
        margin-top: -100px !important;
        margin-bottom: 40px !important;
    }

    .a-propos-banner .et_pb_column_19 {
        margin-bottom: 0 !important;
    }
}

.on-parle-de-nous-banner {
    display: flex;
    align-items: center;
}

.on-parle-de-nous-banner img {
    width: 80%;
    margin: 10px auto;
    display: block;
}

@media (max-width: 980px) {
    .on-parle-de-nous-banner {
        padding-top: 0 !important;
    }
}


/* Liste articles category */

.cat-articles-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: stretch;
}

.cat-articles-list > div {
    max-width: 280px;
    width: 25%;
    min-height: 1px;
    margin: 10px;
    transition: all .3s ease-in-out;
    margin-bottom: 20px !important;
}

.cat-articles-list * {
    transition: all .3s ease-in-out
}

@media (min-width: 981px) {
    .interesser-container .cat-articles-list .cat-articles-vignette.hover .cat-articles-vignette:hover {
        transform: translateY(-20px);
        background-color: var(--bonjour-default-card);
    }

    .interesser-container .cat-articles-list a h3.hover, .cat-articles-vignette a h3:hover {
        color: var(--bonjour-secondary-color);
    }
}

@media (max-width: 981px) {
    .cat-articles-list > div {
        width: 50%;
    }
}

@media (max-width: 691px) {
    .cat-articles-list > div {
        width: 100%;
    }
}

.cat-articles--content h3 {
    margin-bottom: 1rem;
    color: var(--bonjour-vignette-title);
}

.cat-articles-vignette {
    border-radius: 10px;
    box-shadow: 0px 4px 15px rgba(66, 82, 103, 0.14);
    display: flex;
    flex-flow: column;
    background-color: white;
}

.cat-articles--thumbnail {
    height: 150px;
    width: 100%;
    background-position: center;
    background-size: cover;
    border-radius: 10px 10px 0 0;
}

.cat-articles--content {
    padding: 1rem;
    position: relative;
    padding-top: 2rem;
    padding-bottom: 2rem;
    flex: 1 0 auto;
}

.cat-articles--content span {
    position: absolute;
    color: white;
    padding: 5px 15px;
    top: -1rem;
    border-radius: 100px;
    font-weight: bold;
}

.last-articles-vignette {
    display: flex;
    align-items: center;
    margin: 1.5rem 0;
    cursor: pointer;
}

.last-articles--thumbnail {
    height: 120px;
    width: 120px;
    flex: 0 0 auto;
    border-radius: 10px;
    background-position: center;
    background-size: cover;
}

.last-articles--content {
    padding-left: 1rem;
}

.last-articles--content h3 {
    text-transform: none;
    font-family: Mulish !important;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 135%;
    color: var(--bonjour-vignette-title);
}

#respond {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#respond .green-label {
    font-family: Mulish;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--bonjour-secondary-color);
    margin-bottom: 1rem;
}

#respond #reply-title {
    margin-bottom: 1rem;
    text-align: center;
}

#respond .comment-notes {
    max-width: 640px;
    font-family: Mulish;
    font-weight: normal;
    font-size: 20px;
    line-height: 160%;
    text-align: center;
    color: #6F7E97;
}

#respond .comment-form {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 4px 15px rgba(66, 82, 103, 0.14);
    border-radius: 4px;
    padding: 4rem 3rem;
    margin: 3rem auto;
}

#respond .comment-form label .required {
    color: var(--bonjour-secondary-color);
}

#respond .comment-form label {
    display: block !important;
    font-family: Mulish;
    font-size: 16px;
    line-height: 143%;
    color: #47566F;
    margin-bottom: .5rem;
}

#respond .comment-form-author, #respond .comment-form-email {
    width: 50%;
    display: inline-block;
}

#respond .comment-form-author *, #respond .comment-form-email * {
    width: 96% !important;
}

#respond .comment-form-email {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

#respond .comment-form-email {
    float: right;
}

#respond .comment-form-cookies-consent {
    clear: both;
}

input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
    border: 0;
    border-bottom: 1px solid #ECF0F2 !important;
    background-color: white !important;
    transition: all .3s ease-in-out;
    outline: none !important;
    font-family: Mulish;
    font-size: 16px;
    line-height: 143%;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

input:focus, textarea:focus {
    border: 0;
    border-bottom: 1px solid var(--bonjour-secondary-color) !important;
    outline: none !important;
}


.comment-form-cookies-consent {
    margin-bottom: 2rem;
}

.comment-form-cookies-consent input {
    display: none;
}

#respond .comment-form-cookies-consent label {
    display: flex !important;
    align-items: center;
}

.comment-form-cookies-consent label::before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    height: 20px;
    width: 20px;
    border: 1px solid #ECF0F2;
    transition: all .3s ease-in-out;
    box-shadow: inset 0px 0px 0px 3px white;
    flex: 0 0 auto;
}

.comment-form-cookies-consent input:checked + label::before {
    background: var(--bonjour-secondary-color);
}

#comments {
    display: flex;
    justify-content: space-between;
    align-items: center;
    white-space: nowrap;
    font-family: Oswald, Impact, Arial;
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    text-transform: uppercase;
}

#comments:before, #comments:after {
    content: '';
    height: 1px;
    background-color: var(--bonjour-tiercary-color);
    width: 95%;
    display: block;
}

#comments:before {
    margin-right: 2rem;
}

#comments:after {
    margin-left: 2rem;
}

.comment-reply-link {
    position: static !important;
    font-family: Mulish;
    font-weight: bold;
    font-size: 16px;
    line-height: 143%;
    color: var(--bonjour-secondary-color);
    display: flex !important;
    align-items: center;
    margin-top: 1rem;
    float: none !important;
}

.comment-reply-link::after {
    content: '' !important;
}

.comment-reply-link::before {
    display: block;
    position: relative;
    opacity: 1;
    margin-left: 0 !important;
    margin-right: 10px !important;
}

.comment-content {
    font-family: Mulish;
    font-size: 16px;
    line-height: 143%;
    color: #47566F;
}

.comment-body {
    margin-bottom: 20px !important;
}

.commentlist .comment.byuser > article {
    background-color: var(--bonjour-light-bg);
    border-radius: 4px;
    padding: 40px !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.comment_date {
    font-family: Mulish;
    font-size: 14px;
    line-height: 140%;
    color: #6F7E97 !important;
}

.et_pb_post_content > .et-l > .et_builder_inner_content > .et_pb_section {
    padding-top: 0;
}

.header_article_author a {
    color: var(--bonjour-secondary-color) !important;
    text-decoration: underline;
}

.header_article_author a:hover {
    color: var(--bonjour-tiercary-color) !important;
}

.category_vignette {
    z-index: 2;
}

@media (max-width: 980px) {
    .category_vignette {
        margin-top: .6rem;
    }
}

.category_vignette .category_value {
    border-radius: 100px;
    padding: 5px 15px;
    font-family: Mulish;
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
}

.et_pb_title_meta_container, .category_vignette {
    font-family: Mulish;
    font-size: 14px;
    color: #6F7E97 !important;
}

.published {
    text-transform: lowercase;
}

.breadcrumbs {
    padding-right: 1rem;
    padding-left: 1rem;
    color: white;
    font-family: Mulish;
    font-weight: bold;
    font-size: 14px;
}

.breadcrumbs a {
    color: white;
}

.breadcrumbs .current-item {
    color: var(--bonjour-secondary-color);
}


.breadcrumbs strong {
    font-weight: bolder;
    font-family: Oswald, Impact, Arial;
    font-size: 1.2rem;
    vertical-align: bottom;
    margin: 0 5px;
}


.social_icon {
    margin-top: 1rem;
}

.social_icon a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background-color: var(--bonjour-social-color);
    background-image: var(--bonjour-social-gradient);
    margin-right: 20px;
    transition: all .3s ease-in-out;
}

.social_icon a:hover {
    background-color: var(--bonjour-social-color-hover);
    background-image: none;
}

#main-footer {
    background: var(--bonjour-footer-gradient)
}

#footer-bottom {
    background: none;
    color: white !important;
}

#footer-info {
    float: none;
    text-align: center;
    font-family: Mulish;
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 1rem;
}

#footer-info, #footer-info * {
    color: var(--bonjour-footer-info) !important;
}

.heart-icon::before {
    margin: 0 10px;
}

.mailpoet_form {
    display: flex;
    padding: 1rem 0 !important;
}

.mailpoet_form .mailpoet_text {
    padding: 1rem 2rem !important;
    border-radius: 100px;
    background: #FFFFFF;
    box-shadow: 0px 4px 15px rgba(66, 82, 103, 0.14);
    border: 1px solid transparent;
}

.mailpoet_paragraph:first-of-type {
    margin-right: 1rem;
}

.mailpoet_form .mailpoet_submit {
    padding: 1.08rem !important;
    background-color: var(--bonjour-secondary-color) !important;
    border-radius: 0px 100px 100px 0px;
    border: 1px solid var(--bonjour-secondary-color);
    color: white;
    cursor: pointer;
    border-color: var(--bonjour-secondary-color) !important;
    font-family: Mulish;
    font-weight: bold;
    font-size: 16px;
    white-space: nowrap !important;
}

.mailpoet_form .mailpoet_submit:hover {
    background-color: var(--bonjour-primary-color) !important;
    border-color: var(--bonjour-primary-color) !important;
}

.mailpoet_form .mailpoet_text[type="email"] {
    border-radius: 100px 0px 0px 100px;
    width: auto !important;
}

.mailpoet_form .mailpoet_text:focus {
    border-color: var(--bonjour-secondary-color) !important;
}

.mailpoet_message {
    width: 100%;
}

.parsley-required, .parsley-custom-error-message {
    color: #b94a48;
}

.mailpoet_form.mailpoet_form_successfully_send .mailpoet_validate_success {
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
    color: green;
}

.newsletter-image::before {
    position: absolute;
    left: -136px;
    top: -37px;
}

.newsletter-image img {
    width: 90%;
}

@media (max-width: 743px) {
    .mailpoet_form {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .mailpoet_text, .mailpoet_submit {
        border-radius: 100px !important;
    }

    .mailpoet_text, .mailpoet_paragraph, .mailpoet_form, .mailpoet_form .mailpoet_text[type="email"] {
        width: 100% !important;
    }
}

.et-search-form {
    display: flex;
    align-items: center;
}

.et-search-field {
    text-transform: initial !important;
    max-height: 50px;
    border-radius: 100px;
    padding: 1rem 2rem !important;
    box-shadow: 0px 4px 15px rgba(66, 82, 103, 0.14);
    font-size: 16px !important;
}

.et-search-field:focus {
    border: 1px solid var(--bonjour-secondary-color) !important;
    border-color: var(--bonjour-secondary-color) !important;
}

.mobile-displayed button {
    background-color: transparent;
    border: 0;
}

@media (min-width: 981px) {
    .mobile-displayed {
        display: none !important;
    }

}

@media (max-width: 981px) {
    .mobile-displayed * {
        position: static !important;
    }


    #et_mobile_nav_menu .mobile_nav #mobile_menu .menu-item.mobile-displayed form {
        width: 100% !important;
        max-width: 100% !important;
    }

    .mobile-displayed {
        padding: 10px 5%;
    }

    .mobile-displayed form button {
        padding: 0 !important;
    }

    .mobile-displayed form button #et_search_icon_mobile::before {
        border-radius: 0 100px 100px 0;
        height: 50px !important;
        width: 50px !important;
        padding: 0 !important;
    }

    .mobile-displayed #et_top_search_mobile {
        width: auto;
    }

    .mobile-displayed form input[type="search"] {
        border-radius: 100px 0 0 100px;
    }

    .newsletter-image img {
        width: 60%;
        align-self: center;
    }

    .newsletter-image .et_pb_image_wrap {
        display: flex;
        justify-content: flex-end;
    }

    .newsletter-image {
        margin-top: -70px;
    }

    .newsletter-image::before {
        left: -20px;
        top: 32px;
        transform: rotate(-19deg) scale(0.8);
    }

    .instagram-block a {
        display: block;
        text-align: center;
    }
}

@media (max-width: 981px) {
    .plane-svg svg {
        width: 70%;
        height: auto;
    }
}


.cat-img {
    width: 150px;
    position: absolute;
    right: 0;
    bottom: -110px;
}

@media (max-width: 981px) {
    .cat-img {
        position: static;
    }
}

.textwidget {
    color: var(--bonjour-text-widget);
}

.menu-footer-container * {
    color: var(--bonjour-secondary-color) !important;
}

.menu-footer-container li::before {
    display: none;
}

.menu-footer-container a {
    transition: all .3s ease-in-out;
    font-family: Mulish;
    font-weight: bold;
    font-size: 16px;
}

.menu-footer-container a:hover {
    color: var(--bonjour-tiercary-color) !important;
}

@media (max-width: 981px) {
    #footer-widgets, .footer-widget {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #footer-widgets li {
        padding-left: 0 !important;
    }

    #footer-widgets * {
        text-align: center;
    }

    .footer-widget img {
        width: 70%;
    }

    .footer-widget:last-child {
        display: none;
    }

    #footer-widgets .footer-widget:nth-child(3) {
        margin-bottom: 0 !important;
    }

    .heart-icon::before {
        margin: 0 0 0 10px;
    }

    #footer-info a {
        display: block;
    }
}

a {
    color: var(--bonjour-secondary-color);
}

a:hover {
    color: var(--bonjour-secondary-color);
}

.instagram-block a {
    text-transform: lowercase !important;
}

.instagram-block a::before {
    margin: 0 10px;
}

.instagram-image .et_pb_code {
    width: 20vw;
    height: 20vw;
    background-position: center;
    background-size: cover;
    margin: 0 !important;
}

.instagram-image .et_pb_column {
    margin-right: 0 !important;
    width: auto !important;
    margin-bottom: 0 !important;
    flex: 1;
}

/* Problème de ligne blanche sur le caroussel instagram */

.instagram-image img {
    content-visibility: visible !important
}

/* Fin problème de ligne blanche sur le caroussel instagram */


.instagram-image {
    display: flex;
    flex-wrap: nowrap !important;
}


@media (max-width: 981px) {
    .category-accroche .et_pb_row {
        width: 100% !important;
    }
}

.fil-ariane > .et_pb_column {
    display: flex;
    justify-content: center;
}

.fil-ariane > .et_pb_column > * {
    max-width: 1440px !important;
    width: 100% !important;
}

.fil-ariane {
    position: absolute;
    bottom: 0;
    width: 100vw;
    max-width: none !important;
    background-color: rgba(0, 0, 0, .2);
    margin: 0 !important;
}


@media (max-width: 981px) {
    .et_pb_column .et_pb_module.cat-article {
        margin-left: 0 !important;
    }
}

.a-propos-section {
    z-index: 2;
}


.a-propos-section .et_pb_row::before {
    position: absolute;
    right: -200px;
    bottom: -81px;
}

@media (max-width: 981px) {

    .a-propos-section .et_pb_row::before {
        right: initial;
        bottom: -170px;
        top: inherit;
        transform: scale(0.9);
        display: block;
    }

    .a-propos-section {
        margin-bottom: 70px;
        margin-top: 70px;
    }

    .a-propos-banner > div {
        margin-bottom: 0 !important;
    }

    .a-propos-banner .et_pb_text:first-child {
        margin-bottom: 4px !important;
    }

    #comment-wrap .commentlist, #comment-wrap .page_title#comments {
        padding: 0 5px !important;
    }
}

@media (max-width: 781px) {
    #commentform {
        padding: 2rem !important;
    }

    #respond #commentform > p {
        margin-bottom: 5px !important;
    }

    #respond #commentform > p, #respond #commentform > p * {
        width: 100% !important;
        float: none !important;
    }

    #respond #commentform .form-submit {
        width: auto !important;
    }

    #respond #commentform .form-submit button {
        width: auto !important;
    }

    .comment-form-cookies-consent label {
        align-items: flex-start !important;
    }

    #comment-wrap li.comment.byuser > article {
        padding-left: 15px !important;
        padding-right: 15px !important;
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }

    .comment-section {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    #footer-info {
        display: flex;
        flex-direction: column;
    }

    #footer-info .footer-info-elem:nth-child(2) {
        display: none;
    }
}

.thrv_text_element a, p a, .et_pb_text_inner li a {
    color: inherit;
    border-bottom: 2px solid var(--bonjour-link-color);
    background-color: transparent;
    transition: all .3s ease-in-out;
    font-weight: bold;
}

.thrv_text_element a:hover, p a:hover, .et_pb_text_inner li a:hover {
    background-color: var(--bonjour-link-color);
    color: white;
}

input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
    border: none;
}

.wpcf7-form input[type=submit] {
    display: block;
    margin: 0 auto;
}

.wpcf7-form > div {
    margin-bottom: 2rem;
}

.wpcf7-form label {
    font-size: 1.2rem;
    font-family: Mulish;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 1rem;
}

.et_pb_title_meta_container {
    border-bottom: 1px solid #ECF0F2;
    padding-bottom: 20px !important;
}

.entry-title {
    padding-bottom: 1rem !important;
}

.a-propos-section {
    margin-bottom: 0 !important;
}

.a-propos-section::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 65%;
    background-color: var(--bonjour-light-bg);
    top: 17%;
    left: 0;
    z-index: -1;
}

@media (min-width: 982px) and (max-width: 1200px) {
    .a-propos-section::after {
        height: 100%;
        top: 0;
    }
}

.interesser-container {
    padding-top: 0 !important;
}

@media (max-width: 980px) {
    .a-propos-banner {
        flex-direction: column;
    }

    .a-propos-section::after {
        height: 100%;
    }

    .et_pb_row .et_pb_column .cat-article {
        max-width: 100% !important;
        border-bottom: 1px solid #ECF0F2;
        margin-bottom: 1.5rem !important;
        padding-bottom: 1.5rem;
    }

    .et_pb_title_meta_container {
        border: none;
        padding-bottom: 0 !important;
    }
}

.single-post .et_pb_section_0_tb_body:before {
    background: linear-gradient(180deg, #cccccca3 6.63%, rgba(255, 255, 255, 0) 34.19%), linear-gradient(0deg, rgba(0, 0, 0, 0.238) 2.13%, rgba(0, 0, 0, 0) 52.5%) !important;
}

.interesser-container:before {
    content: "";
    height: 100vh;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    background-color: var(--bonjour-light-bg);
}

.thrv_text_element h2 {
    margin: 15px 0;
}

.thrv_text_element h3 {
    color: var(--bonjour-h3, var(--bonjour-secondary-color)) !important
}

.fn_by_user:before {
    content: "";
    background-image: url(../img/badge.png);
    height: 15px;
    width: 15px;
    display: inline-block;
    background-position: center;
    background-size: cover;
    margin-right: 5px;
}


.header_article_banner * {
    color: white !important
}

.header_article_infos {
    display: flex;
}

.header_article_infos .separator {
    margin: 0 5px;
}

.header_article_data {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_article_infos * {
    color: #B1A8A2;
    font-size: 14px;
    line-height: 140%;
}

.header_article_category {
    background-color: #71C7C2;
    padding: 5px 15px;
    border-radius: 100px;
    color: white;
    font-family: Mulish, Arial;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 140%;
    display: inline-block;
}

.header_article {
    border-bottom: 1px solid #ECF0F2;
    padding-bottom: 20px;
}

.header_article_title {
    margin-bottom: 20px;
}

@media (max-width: 781px) {
    .header_article_data {
        flex-direction: column;
        align-items: flex-start;
    }

    .header_article_infos {
        margin-bottom: 10px;
    }
}

.mailpoet-screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

.mailpoet-screen-reader-text:focus {
    background-color: #ddd;
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    line-height: normal;
    padding: 15px 23px 14px;
    right: 5px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

.et_pb_button_4_wrapper, .et_pb_button_5_wrapper, .et_pb_button_6_wrapper, .et_pb_button_7_wrapper {
    margin-top: 54px !important;
    margin-bottom: -1px !important
}

/* Tableaux Thrive Architect */

/* alternance de couleur entre les rangées */
.thrv_table.alternatecolor tbody tr:nth-child(even) {
    background-color: rgb(254, 247, 239) !important;
}

/* couleur mauve */
.thrv_table.pop1-c2 tbody tr td:nth-child(2),
.thrv_table.pop1-c3 tbody tr td:nth-child(3),
.thrv_table.pop1-c4 tbody tr td:nth-child(4) {
    background-color: #E8F7E9 !important;
}

/* couleur bleue */
.thrv_table.pop2-c2 tbody tr td:nth-child(2),
.thrv_table.pop2-c3 tbody tr td:nth-child(3),
.thrv_table.pop2-c4 tbody tr td:nth-child(4) {
    background-color: #91C0D8 !important;
}

/* couleur mauve header */
.thrv_table.pop1-c2 thead tr th:nth-child(2),
.thrv_table.pop1-c3 thead tr th:nth-child(3),
.thrv_table.pop1-c4 thead tr th:nth-child(4) {
    background-color: #E8F7E9 !important;
}

/* couleur bleue header */
.thrv_table.pop2-c2 thead tr th:nth-child(2),
.thrv_table.pop2-c3 thead tr th:nth-child(3),
.thrv_table.pop2-c4 thead tr th:nth-child(4) {
    background-color: #91C0D8 !important;
}

/* couleur texte header */
.thrv_table.colorheader thead tr th font {
    color: rgb(102, 102, 102) !important;
}

/* hover à la souris d'une ligne */
.thrv_table.linehover tbody .tve_table_row:hover {
    background-color: #f3f3f3 !important;
}

/* bordure pour les rangées */
.thrv_table.bordure .tve_table_row th,
.thrv_table.bordure .tve_table_row td {
    border-bottom: 1px solid #ddd !important;
}

.yasr-small-block-bold {
    color: #3a963d;
}

/*.tve-toc {*/
/*    min-height: 360px;*/
/*}*/

/* Réservation d'espaces module Tiqets et GetYourGuide */

[data-tiqets-widget="availability"] {
    min-height: 820px;
}

[data-gyg-href] {
    min-height: 682px;
}

[data-gyg-href-desktop] {
    min-height: 370px;
}

.et_pb_widget_area_left {
    border: none;
}

.promo-section {
    padding: 10px !important;
}

.bonjour_social_link_card {
    cursor: pointer;
}

.bonjour_contact_container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.bonjour_contact_container label {
    font-family: Mulish;
    font-size: 16px;
    line-height: 143%;
    color: #47566F;
}

.bonjour_contact_container input, .bonjour_contact_container textarea {
    border: 1px solid #E8F7E9;
    border-radius: 15px;
    padding: 1rem !important;
    font-family: Mulish;
    font-size: 16px;
    line-height: 143%;
    color: #47566F;
    width: 100%;
}

.bonjour_contact_container input:focus, .bonjour_contact_container textarea:focus {
    border: 1px solid var(--bonjour-secondary-color);
}

.bonjour_contact_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.bonjour_social_network {
    display: flex;
    gap: 1rem;
    color: white;
    background: var(--bonjour-secondary-color);
    border-radius: 15px;
    width: 100%;
    padding: 0.7rem;
    align-items: center;
    font-weight: bold;
    transition: all .3s ease-in-out;
}

.bonjour_social_network:hover {
    background: var(--bonjour-primary-color);
    color: white;
}

/* Brevo customisation */

.brevo_form_container {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

@media (max-width: 980px) {
    .brevo_form_container {
        flex-direction: column;
        padding-bottom: 2em;
    }
}

.brevo_form_container input {
    padding: 1rem 2rem !important;
    border-radius: 100px;
    background: #FFFFFF;
    box-shadow: 0 4px 15px rgba(66, 82, 103, 0.14);
    border: 1px solid transparent;
}

.brevo_form_container input:focus {
    border-color: var(--bonjour-secondary-color) !important;
}

.brevo_form_container p {
    padding-bottom: 5px !important;
}

.brevo_form_center {
    display: flex;
    justify-content: center;
}

.brevo_form_container input[type="submit"] {
    padding: 1.08rem !important;
    background-color: var(--bonjour-secondary-color) !important;
    border: 1px solid var(--bonjour-secondary-color);
    color: white;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
    transition: all .3s ease-in-out;
}

.brevo_form_container input[type="submit"]:hover {
    background-color: var(--bonjour-primary-color) !important;
    border: 1px solid var(--bonjour-primary-color);
}


.brevo_form_merge {
    white-space: none;
    display: flex;
}

.brevo_form_merge input:first-child {
    border-radius: 100px 0px 0px 100px;
    white-space: nowrap !important;
}

.brevo_form_merge input:last-child {
    border-radius: 0px 100px 100px 0px;
    white-space: nowrap !important;
}

@media (max-width: 980px) {
    .brevo_form_container input:not([type="submit"]) {
        width: 100%;
    }
}

.grecaptcha-badge {
    visibility: hidden !important;
}

.small_captcha {
    font-size: 0.5em;
}

.brevo_form_sidebar {
    flex-direction: column;
    background: #FFFFFF;
    border-radius: 10px;
}

.brevo_form_sidebar .sidebar_orange {
    font-family: Poppins, "Poppins-fallback", Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px !important;
    line-height: 21px !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase;
    color: var(--bonjour-secondary-color) !important;
}

.brevo_form_sidebar .sidebar_blue_title {
    font-family: Poppins, "Poppins-fallback", Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px !important;
    color: var(--bonjour-secondary-color) !important;
}

/* End Brevo */

/*
Margin thrive pour compenser ceux de Divi qui sont a 0
*/
@media (max-width: 980px) {
    #et-top-navigation {
        padding-top: 24px !important;
        padding-left: 198px !important;
    }

    .header_article,
    #tve_editor > div:not(.tve_image_caption):not(.thrv_contentbox_shortcode):not(.thrv-columns),
    .article_author,
    .et_pb_sidebar_0_tb_body,
    .yasr-visitor-votes {
        padding-left: 14px;
        padding-right: 14px;
    }

    #tve_editor .no_margin {
        margin: 0;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #tve_editor > div.thrv_contentbox_shortcode {
        margin-right: 14px !important;
        margin-left: 14px !important;
    }

    .et_pb_column_3_tb_body {
        padding-right: 0 !important;
    }

    #tve_editor > .tve-toc, #tve_editor > .tve-toc:not(.tve_image_caption):not(.thrv_contentbox_shortcode):not(.thrv-columns) {
        margin-left: 14px !important;
        padding-left: 0px !important;
        margin-right: 14px !important;
        padding-right: 0px !important;
    }

    .thrv-columns .thrv_text_element {
        padding-left: 14px;
        padding-right: 14px;
    }
}

#tve_editor > div.thrv_text_element {
    text-align: justify;
}

#tve_editor > div.thrv_text_element h2,
#tve_editor > div.thrv_text_element h3,
#tve_editor > div.thrv_text_element h4,
#tve_editor > div.thrv_text_element h5 {
    text-align: left;
}

/**
Promo CSS
 */

.promo_no_margin {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    color: #FFF;
    font-weight: bold;
}

.promo_link {
    background: red;
    font-weight: bold;
    text-decoration: none;
    color: #FFF;
    border-radius: 50px;
    padding: 0.2em 0.5em;
    margin-left: 0.5em;
}

.bonjour_side_card {
    border-radius: 10px;
    padding: 20px;
    position: relative;
}

.bonjour_side_container {
    display: flex;
    justify-items: end;
    align-items: end;
    justify-content: space-between;
}

.bonjour_side_representation_image_short {
    position: absolute;
    right: 15px;
    width: 100px;
}

.bonjour_side_representation_image img {
    min-height: 150px;
}

@media (max-width: 980px) {
    .bonjour_side_representation_image img {
        max-height: 300px;
    }
}


.bonjour_fixed_image {
    height: 50%;
    min-height: 180px;
    position: absolute;
    bottom: 25px;
    right: 25px;
    z-index: 1;
}

.bonjour_side_category {
    font-family: Oswald, Impact, Arial !important;
    text-transform: uppercase;
    z-index: 2;
}

.bonjour_side_title {
    margin-top: 4px;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
}

.bonjour_side_title img {
    margin-right: 10px;
}

.bonjour_side_title span {
    font-family: Oswald, Impact, Arial !important;
    font-weight: 600;
    font-size: 34px;
    line-height: 125%;
    text-transform: uppercase !important;
}

.bonjour_side_button {
    display: flex;
    margin-top: 15px;
}

.bonjour_side_button_right {
    justify-content: end;
}

.bonjour_side_button a, .bonjour_side_button span {
    color: white;
    font-family: Mulish;
    font-weight: bold;
    font-size: 16px;
    padding: 0.7rem 1.5rem;
    border-radius: 100px;
    transition: all .3s ease-in-out;
}

.bonjour_side_stretch {
    align-items: stretch;
}

.bonjour_side_content_spaced {
    flex: 1;
}

.bonjour_side_main_image {
    position: relative;
    width: 33%;
}

@media (max-width: 980px) {
    .bonjour_side_main_image {
        width: 45%;
    }
}

.bonjour_side_main_image img {
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.bonjour_side_centered {
    display: flex;
    justify-content: start;
    gap: 12px;
}

.bonjour_side_content_spaced .bonjour_side_title span {
    font-size: 30px;
}

.sidebar_vignette .home-articles-vignette {
    margin-bottom: 1rem;
    cursor: pointer;
}

.sidebar_vignette .home-articles--content {
    white-space: normal;
    padding: 1em;
    padding-bottom: 1em !important;
}

.sidebar_vignette .home-articles-vignette:hover .home-articles--content h3 {
    color: var(--bonjour-secondary-color);
}

.sidebar_vignette .home-articles-vignette:hover .home-articles--content {
    background-color: var(--bonjour-default-card);
}

body {
    font-weight: 400
}

.tcb-style-wrap p, .tcb-style-wrap li:not([class*="menu"]) {
    font-weight: 400;
}

@media (min-width: 982px) {
    .et_pb_section.et_pb_section_0.home-header {
        padding-top: 227px !important;
        padding-bottom: 135px !important;
    }

    .et_pb_section.et_pb_section_0_tb_body.head-header {
        padding-top: 186px !important;
        padding-bottom: 94px !important;
    }
}

.et_pb_section_1.et_pb_section {
    padding-top: 83px;
}

@media only screen and (min-width: 1350px) {
    .et_pb_section {
        padding: 54px 0;
    }
}

@media only screen and (min-width: 981px) {
    .et_header_style_left #et-top-navigation {
        padding: 39px 0 0 0 !important;
    }
}

@media (max-width: 980px) {
    .et_header_style_left #et-top-navigation {
        padding-top: 24px !important;
        display: block;
    }
}

.et_pb_section_1_tb_body.et_pb_section {
    padding-top: 29px !important;
    padding-bottom: 9px !important;
    margin-bottom: -3px !important;
}

.header_article {
    border-bottom: 1px solid #ECF0F2;
    padding-bottom: 20px !important;
}

.bonjour_button_action, .bonjour_button_action:hover {
    display: inline-block;
    border-radius: 100px !important;
    overflow: hidden;
    letter-spacing: var(--tve-letter-spacing, 0px);
    text-shadow: none;
    --tve-applied-text-shadow: none;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 8px 15px 0px;
    --tve-applied-box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.25);
    background-color: transparent !important;
    background-image: var(--bonjour-button-action, linear-gradient(45deg, rgb(235, 100, 36) 38%, rgb(252, 120, 100) 100%));
    background-size: auto !important;
    background-position: 50% 50% !important;
    background-attachment: scroll !important;
    background-repeat: no-repeat !important;
    padding: 15px 20px !important;
    color: white !important;
    font-size: 18px;
    line-height: 22px !important;
}

.bonjour_button_action:hover {
    background-image: var(--bonjour-button-action-hover, linear-gradient(145deg, rgb(255, 136, 36) 0%, rgb(252, 120, 100) 100%));
}

.bonjour_button_action::after, .bonjour_button_action::before {
    content: none;
}

/*BEGIN pacosan_obfuscate_links */
span.tcb-button-link {
    color: white;
    background-color: var(--bonjour-link-color);
    padding: 12px 15px;
    font-size: 18px;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    width: 100%;
    text-align: center;
    line-height: 1.2em;
}

span.tcb-button-link:hover {
    background-color: var(--bonjour-link-color);
}

.qcd:hover {
    cursor: pointer;
}

.thrv_text_element span.qcd, span.divi_link, #comment-wrap .qcd {
    border-bottom: 2px solid var(--bonjour-link-color);
    background-color: transparent;
    transition: all .3s ease-in-out;
    font-weight: bold;
}

.thrv_text_element span.qcd:hover, span.divi_link:hover, #comment-wrap .qcd:hover {
    background-color: var(--bonjour-link-color);
    color: white;
}

/*END pacosan_obfuscate_links */
.notifications-content-wrapper {
    display: none;
}

@media (max-width: 980px) {
    #et_search_icon::before {
        display: none;
    }
}

#commentslist-container {
    height: 300px;
    position: relative;
    overflow: hidden;
}

#commentslist-container.show_comment {
    height: auto;
}

#see-comment-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    padding: 1em;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: end;
}

#commentslist-container button {
    padding: 1.08rem !important;
    background-color: var(--bonjour-secondary-color) !important;
    border: 1px solid var(--bonjour-secondary-color);
    color: white;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
    transition: all .3s ease-in-out;
    border-radius: 100px;
}

#commentslist-container button::after {
    content: '';
}

#commentslist-container button:hover {
    background: var(--bonjour-primary-color) !important;
    border: 1px solid var(--bonjour-primary-color) !important;
}


#see-more-comment-container {
    display: flex;
    justify-content: center;
    padding-top: 25px;
}


/**
PROMO FOOTER
 */
.bonjour_action_footer {
    display: none;
}

#footer-widget {
    display: none;
    width: 100%;
}

.footer_button, .bonjour_action_button {
    padding: 0.5rem 1rem;
    background-color: var(--bonjour-secondary-color);
    border-radius: 1.08rem;
    border: 1px solid var(--bonjour-secondary-color);
    color: white !important;
    cursor: pointer;
    font-family: Mulish, serif;
    font-weight: bold;
    font-size: 16px;
    white-space: nowrap !important;
    text-align: center;
}

.footer_button:hover, .bonjour_action_button:hover {
    background-color: var(--bonjour-primary-color);
    border-color: var(--bonjour-primary-color);
    color: white;
}

@media (max-width: 768px) {

    #footer-widget-close {
        position: absolute;
        right: 5px;
        top: -1.4rem;
    }

    #footer-action {
        width: 100%;
    }

    .bonjour_action_footer {
        display: block;
        width: 100%;
        bottom: 0;
        position: fixed;
        z-index: 99999;
    }

    .bonjour_action_section {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 20px 10px;
        background: #fff;
        border-top: 1px solid #ccc;
    }

    .bonjour_footer_widget {
        display: flex;
        flex-direction: column;
        gap: 0.2em;
    }

    .bonjour_footer_link {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: var(--bonjour-primary-color);
        padding: 0.6rem 1rem;
        border-radius: 0.6em;
    }

    .bonjour_footer_link span {
        font-size: 14px;
        color: white;
        font-weight: bold;
    }

    #footer-widget-close {
        padding-top: 0.4rem;
    }

    .bonjour_footer_link .footer_button {
        padding: 0.2rem 1rem;
    }

    .bonjour_action_button {
        display: block;
        width: 90%;
        margin: 0 auto;
    }
}