* {
    margin: 0;
    padding: 0;
    outline: none;
    text-decoration: none;
    box-sizing: border-box;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    -webkit-text-size-adjust: 100%;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a:focus {
    -moz-outline-style: none;
    outline: none
}

input[type="file"]::-webkit-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-moz-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-ms-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-o-file-upload-button {
    cursor: pointer;
}

input[type="file"] {
    cursor: pointer;
}

html body {
    padding: 0;
    margin: 0;
}

*::-moz-selection {
    color: #fff;
    background: #133d93;
}

*::selection {
    color: #fff;
    background: #133d93;
}

*::-moz-selection {
    color: #fff;
    background: #133d93;
}

*::-webkit-selection {
    color: #fff;
    background: #133d93;
}

*::-ms-selection {
    color: #fff;
    background: #133d93;
}

*::after,
*::before,
* {
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

body a {
    outline: none !important;
    transition: 0.5s all;
}

body a:focus {
    outline: none !important;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ul:after,
li:after,
.container:after {
    clear: both;
    display: block;
    content: "";
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    cursor: pointer;
}

* {
    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent;
    -ms-tap-highlight-color: transparent;
    -o-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
}

img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
    outline: none !important;
}

form label em {
    color: #ff0000;
    display: inline-block;
    font-style: normal;
    vertical-align: top;
}

iframe {
    display: block;
    width: 100%;
    height: 100%;
}

body ul,
body li,
body ol {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
    position: relative;
}

ul {
    margin: 0;
    padding: 0;
}

a,
span,
b,
i {
    display: inline-block;
    vertical-align: top;
}

body a:focus,
body a:hover {
    opacity: 1;
}

body footer .to-top a {
    height: 50px;
    width: 50px;
    position: fixed;
    top: auto;
    right: 15px;
    left: auto;
    bottom: 63px;
    border-radius: 100%;
    z-index: 1100;
    box-shadow: 0 0 15px 2px rgba(0, 0, 0, .4);
    text-decoration: none;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    scroll-behavior: smooth;
    font-size: 0;
    background: #E4312C;
    display: none;
    padding: 0 !important;
}

body footer .to-top a:before {
    content: "\f106";
    font-size: 36px;
    font-family: fontawesome;
    line-height: 45px;
    text-align: center;
    color: #133d93;
}

body footer .to-top :hover {
    background: #008C00;
    color: #FFF !important;
}

body footer .to-top a:hover:before {
    color: #FFF !important;
}

body .to-top.show a {
    display: block;
}

body footer .to-top a span.elementor-button-text {
    display: none;
}

/*header*/
.header-top-content .contact-num-wrap .elementor-widget-icon .elementor-icon svg {
    display: none;
}

.header-top-content .contact-num-wrap .elementor-widget-icon .elementor-icon {
    background-image: url(../images/sprite.png);
    background-position: -7px -1px;
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
}

.header-top-content .contact-num-wrap .email .elementor-widget-icon .elementor-icon {
    background-position: -5px -41px;
    width: 28px;
}

.header-top-content .contact-num-wrap p a,
.footer-section .contact-num-wrap a {
    color: #FFF;
}

.header-top-content .contact-num-wrap .elementor-widget-icon .elementor-icon-wrapper {
    display: flex;
    align-items: center;
    margin-right: 14px;
}

.header-top-content .contact-num-wrap p a:hover {
    color: #000;
}

.menu-wrap nav ul li:not(:last-child) {
    margin-right: 38px;
}

.menu-wrap nav ul li ul.sub-menu li {
    margin: 0;
}

header#masthead nav {
    width: auto !important;
}

main#content {
    margin-top: 155px;
}

header.header {
    position: fixed;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    z-index: 999;
    transition: 0.5s all ease-in-out;
}

.sticky_header header.header {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

footer#colophon .footer-menu nav ul {
    margin: 0;
    display: block;
}

footer#colophon .footer-menu nav>ul>li:not(:last-child) {
    margin-bottom: 14px;
}

footer#colophon .footer-menu.liens nav>ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0 88px;
}

footer#colophon .footer-menu nav ul li a.hfe-sub-menu-item {
    padding-left: calc(0px + 20px);
    padding-right: 0px;
    color: #133d93;
}

footer#colophon .footer-menu.liens nav ul::before {
    display: none;
}

nav ul li>ul.sub-menu li.current-menu-item a.hfe-sub-menu-item,
nav ul li.current-page-ancestor>a.hfe-menu-item,
footer#colophon .footer-menu nav ul li a.hfe-sub-menu-item:hover {
    color: #6fc2be !important;
}

.newsletter-wrap p {
    margin: 0;
}

footer#colophon .footer-menu nav ul.sub-menu {
    overflow: auto;
    max-height: 200px;
}

.newsletter-wrap p input#subnewsemail {
    width: 358px;
    border-radius: 60px 0 0 60px;
    background-color: #133D93;
    border: 1px solid #FFF;
    font-size: 18px;
    font-family: outfit;
    color: #FFF;
    font-weight: 300;
    opacity: 1;
    height: 55px;
    border-right: 0;
    padding: 0px 25px;
}

.newsletter-wrap .app {
    width: max-content;
}

.newsletter-wrap .sub_buttons input#sidebar_button {
    padding: 12px;
    height: 55px;
    min-width: 173px;
    width: 100%;
    line-height: normal;
    background: #6FC2BE;
    color: #FFF;
    border-radius: 0 60px 60px 0;
    font-size: 25px;
    line-height: 100%;
}

.newsletter-wrap .merged {
    display: flex;
    flex-wrap: wrap;
}

.newsletter-wrap .epic_final_results {
    width: 100%;
    flex: 0 0 100%;
}


.play-btn a.elementor-button {
    font-size: 0;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    width: 45px;
    box-shadow: 0 0 0 5px #133d9341;
}

.play-btn a.elementor-button>span {
    background-image: url(../images/sprite.png);
    background-position: -13px -89px;
    background-repeat: no-repeat;
    width: 14px;
    height: 22px;
    margin-left: 3px;
}

.green-color {
    color: #6FC2BE;
}

.box-wrap.nos-sec .elementor-image-box-content h3.elementor-image-box-title {
    margin-bottom: 11px;
    padding-bottom: 16px;
    position: relative;
    margin-top: 16px;
}

.box-wrap.nos-sec.process-circle-box .elementor-image-box-content h3.elementor-image-box-title {
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 32px;
}

.box-wrap.nos-sec .elementor-image-box-content h3.elementor-image-box-title:before {
    content: '';
    width: 55px;
    height: 2px;
    background-color: #FFF;
    display: block;
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

main#content .nos-sej-box h3.elementor-image-box-title,
.nos-sejours-section .elementor-shortcode .our-stay-item h2.our-stays-title {
    margin-bottom: 8px;
    margin-top: 18px;
}

main#content .nos-sej-box .elementor-image-box-content {
    padding: 0 30px;
    margin-bottom: 18px;
}

.nos-sejours-section .elementor-shortcode .our-stay-item h2.our-stays-title,
.nos-sejours-section .elementor-shortcode .our-stay-item .our-stays-excerpt {
    padding: 0 30px;
}

.nos-sejours-section .elementor-shortcode .our-stay-item .our-stays-excerpt {
    margin-bottom: 18px;
}

.nos-sejours-section .blue-back-title:before {
    content: '';
    left: -1000px;
    height: 100%;
    width: 1000px;
    background: inherit;
    border-radius: 0;
}

.nos-sejours-section .elementor-shortcode .our-stay-item h2.our-stays-title {
    font-family: "Outfit", Sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 130%;
    color: #000000;
}

.nos-sejours-section .elementor-shortcode .our-stay-item .our-stays-excerpt,
.nos-sej-content-flower .our-stay-item p.our-stays-excerpt {
    font-family: "Outfit", Sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 150%;
    color: #666666;
    max-width: 250px;
    margin: 0 auto 19px;
    padding: 0;
    min-height: auto;
    position: absolute;
    bottom: 77px;
    margin: auto;
    width: 100%;
    left: 0;
    right: 0;
}

.nos-sejours-section .elementor-shortcode .our-stays-wrapper .owl-item:nth-child(5n+3) .our-stay-item p.our-stays-excerpt,
.nos-sej-content-flower .our-stay-item:nth-child(5n+3) p.our-stays-excerpt {
    padding: 0 22px;
}

.nos-sejours-section .elementor-shortcode .our-stay-item a.our-stays-button {
    font-family: "Outfit", Sans-serif;
    font-size: 25px;
    font-weight: 400;
    border-radius: 0px 0px 30px 30px;
    background-color: #6fc2be;
    line-height: 55px;
    color: #FFFFFF;
    width: 100%;
    text-align: center;
}

/*default green*/
.nos-sejours-section .elementor-shortcode .our-stay-item,
.nos-sej-content-flower .our-stay-item {
    text-align: center;
    border: 1px solid #6FC2BE;
    border-radius: 30px 30px 30px 30px;
    background-color: #fff;
    overflow: hidden;
}

.nos-sejours-section .elementor-shortcode .our-stay-item .our-stays-thumbnail,
.nos-sej-content-flower .our-stay-item .our-stays-thumbnail {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: space-between;
}

.nos-sejours-section .elementor-shortcode .our-stay-item .our-stays-thumbnail a:last-child,
.nos-sej-content-flower .our-stay-item .our-stays-thumbnail a:last-child {
    padding: 0;
    display: block;
    pointer-events: auto;
    width: 100%;
}

.nos-sej-content-flower .our-stay-item .our-stays-thumbnail a:not(:last-child),
.nos-sejours-section .elementor-shortcode .our-stay-item .our-stays-thumbnail a:not(:last-child) {
    background-color: #FFF;
}

/*default green*/
.nos-sejours-section .elementor-shortcode .our-stay-item .our-stays-thumbnail a h3.our-stays-category-day-description,
.nos-sej-content-flower .our-stay-item .our-stays-thumbnail a h3.our-stays-category-day-description {
    color: #fff;
    margin: 0;
    width: 100%;
    background-color: #6FC2BE;
    font-size: 22px;
    line-height: 52px;
    font-weight: 700;
    vertical-align: middle;
    cursor: pointer;
    padding: 0;
}

.nos-sejours-section .elementor-shortcode .our-stay-item .our-stays-thumbnail h3.our-stays-category-day-description a:hover,
.nos-sej-content-flower .our-stay-item .our-stays-thumbnail h3.our-stays-category-day-description a:hover {
    color: #133d93;
}

.our-stays-thumbnail {
    height: 100%;
}

/*pink*/
.nos-sejours-section .elementor-shortcode .our-stays-wrapper .owl-item:nth-child(5n+2) .our-stay-item,
.nos-sej-content-flower .our-stay-item:nth-child(5n+2) {
    border-color: #e363a8;
}

.nos-sejours-section .elementor-shortcode .owl-item:nth-child(5n+2) .our-stay-item .our-stays-thumbnail h3.our-stays-category-day-description,
.nos-sej-content-flower .our-stay-item:nth-child(5n+2) .our-stays-thumbnail h3.our-stays-category-day-description {
    background-color: #e363a8;
}

/*blue*/
.nos-sejours-section .elementor-shortcode .our-stays-wrapper .owl-item:nth-child(5n+3) .our-stay-item,
.nos-sej-content-flower .our-stay-item:nth-child(5n+3) {
    border-color: #6d8fe8;
}

.nos-sejours-section .elementor-shortcode .owl-item:nth-child(5n+3) .our-stay-item .our-stays-thumbnail h3.our-stays-category-day-description,
.nos-sej-content-flower .our-stay-item:nth-child(5n+3) .our-stays-thumbnail h3.our-stays-category-day-description {
    background-color: #6d8fe8;
}

/*red*/
.nos-sejours-section .elementor-shortcode .our-stays-wrapper .owl-item:nth-child(4n) .our-stay-item,
.nos-sej-content-flower .our-stay-item:nth-child(4n) {
    border-color: #f85155;
}

.nos-sejours-section .elementor-shortcode .owl-item:nth-child(4n) .our-stay-item .our-stays-thumbnail h3.our-stays-category-day-description,
.nos-sej-content-flower .our-stay-item:nth-child(4n) .our-stays-thumbnail h3.our-stays-category-day-description {
    background-color: #f85155;
}

/*yellow*/
.nos-sejours-section .elementor-shortcode .our-stays-wrapper .owl-item:nth-child(5n+5) .our-stay-item,
.nos-sej-content-flower .our-stay-item:nth-child(5n+5) {
    border-color: #efc181;
}

.nos-sejours-section .elementor-shortcode .owl-item:nth-child(5n+5) .our-stay-item .our-stays-thumbnail h3.our-stays-category-day-description,
.nos-sej-content-flower .our-stay-item:nth-child(5n+5) .our-stays-thumbnail h3.our-stays-category-day-description {
    background-color: #efc181;
    position: relative;
    bottom: -1px;
}

/*dark blue*/
.nos-sejours-section .elementor-shortcode .our-stays-wrapper .owl-item:nth-child(5n+6) .our-stay-item,
.nos-sej-content-flower .our-stay-item:nth-child(5n+6) {
    border-color: #133D93;
}

.nos-sej-content-flower .our-stay-item:nth-child(5n+6)>a:first-child {
    padding-right: 0;
}

.nos-sejours-section .elementor-shortcode .owl-item:nth-child(5n+6) .our-stay-item .our-stays-thumbnail h3.our-stays-category-day-description,
.nos-sej-content-flower .our-stay-item:nth-child(5n+6) .our-stays-thumbnail h3.our-stays-category-day-description {
    background-color: #133D93;
    position: relative;
    bottom: -1px;
}

.nos-sejours-section .elementor-shortcode .our-stay-item .our-stays-thumbnail a:last-child:hover h3,
.nos-sej-content-flower .our-stay-item .our-stays-thumbnail a:last-child:hover h3 {
    background-color: #333 !important;
}


.nos-sejours-section .elementor-shortcode .our-stay-item .our-stays-thumbnail a,
.nos-sej-content-flower .our-stay-item .our-stays-thumbnail a {
    padding: 18px 77px 15px 0;
}

.nos-sejours-section .elementor-shortcode .our-stay-item a,
.nos-sej-content-flower .our-stay-item .our-stays-thumbnail a {
    overflow: hidden;
}

.nos-sejours-section .elementor-shortcode .our-stay-item img,
.nos-sej-content-flower .our-stay-item .our-stays-thumbnail a img {
    width: 100%;
    margin-bottom: 0;
}

.nos-sejours-section .elementor-shortcode .our-stay-item .our-stays-category-title,
.nos-sej-content-flower .our-stay-item .our-stays-thumbnail h3.our-stays-category-title {
    margin: auto;
    position: absolute;
    top: 35%;
    left: 12px;
    right: 0px;
    transform: translateY(-50%);
    color: #fff;
    font-size: 18px;
    max-width: 76px;
    font-weight: 700;
    line-height: 150%;
    width: 100%;
    text-align: center;
    white-space: break-spaces;
    padding: 0 0px;
    white-space: normal;
}

.nos-sejours-section .elementor-shortcode .our-stay-item a.our-stays-button:hover,
.nos-sejours-section .elementor-shortcode .our-stay-item:hover a.our-stays-button {
    background-color: #133D93;
}

main#content .catch-circle-wrap .side-icon {
    min-width: 116px;
    background-color: #F9F9F9;
}

main#content .catch-circle-wrap .text-content-wrap .title-text-icon-wrap:not(:last-child) {
    margin-bottom: 42px;
}

main#content .catch-circle-wrap .left-wrap .side-icon {
    margin-left: 15px;
}

main#content .catch-circle-wrap .right-wrap .side-icon {
    margin-right: 15px;
}

main#content .catch-circle-wrap .nos-act-title {
    margin-bottom: 8px;
}

main#content .catch-circle-wrap .center-wrap {
    min-width: 604px;
}

.testimonials-wrapper .owl-item .testimonial-item .testimonial-image {
    width: 128px;
    height: 128px;
    margin: auto;
    position: absolute;
    bottom: -65px;
    border: 2px solid #133D93;
    padding: 8px;
    border-radius: 100px;
}

.testimonials-wrapper .owl-item .testimonial-item .testimonial-image img {
    border-radius: 100px;
}

.testimonials-wrapper .owl-item .testimonial-item {
    text-align: center;
    background-color: #FFF;
    border-radius: 15px;
    max-width: 875px;
    margin: auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 55px 20px 71px;
}

.testimonials-wrapper .owl-item .testimonial-item h3.testimonial-title {
    margin: 0;
    font-size: 30px;
    color: #133D93;
    font-family: Barlow;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 100%;
    order: 2;
    margin: auto;
    width: 100%;
    position: absolute;
    bottom: 22px;
}

.testimonials-wrapper .owl-item {
    padding-bottom: 0;
    padding-top: 50px;
}

.testimonials-wrapper .testimonial-content {
    font-size: 22px;
    font-family: barlow;
    line-height: 160%;
    color: #133D93;
    font-weight: 500;
    font-weight: 500;
}

.testimonials-wrapper .owl-item .testimonial-item:before {
    content: '';
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url(../images/qoute-icon.png);
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    background-color: #133D93;
}

main#content .owl-nav,
.testimonials-wrapper .owl-nav {
    position: absolute;
    top: -45px;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
    bottom: 0;
    height: max-content;
    display: flex;
    justify-content: space-between;
    max-width: 970px;
}

main#content .lecper .owl-nav {
    top: 18%;
}

main#content .owl-nav button,
.testimonials-wrapper .owl-nav button,
.nos-sejours-section .our-stays-wrapper .owl-nav button {
    width: 100px;
    height: 40px;
    background-image: url(../images/sprite.png);
    background-position: -13px -89px;
    background-repeat: no-repeat;
}

main#content .owl-nav button,
main#content .testimonials-wrapper .owl-nav button,
main#content .nos-sejours-section .our-stays-wrapper .owl-nav button {
    width: 39px;
    height: 27px;
    background-image: url(../images/sprite.png);
    background-position: -60px -1px;
    background-repeat: no-repeat;
    border-radius: 0;
    background-size: auto;
}

main#content .owl-nav button span,
main#content .testimonials-wrapper .owl-nav button span,
.nos-sejours-section .our-stays-wrapper .owl-nav button span {
    display: none;
}

main#content .owl-nav button.owl-next,
main#content .testimonials-wrapper .owl-nav button.owl-next,
main#content .nos-sejours-section .our-stays-wrapper .owl-nav button.owl-next {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

main#content .owl-nav button.owl-next:hover,
main#content .testimonials-wrapper .owl-nav button.owl-next:hover,
main#content .nos-sejours-section .our-stays-wrapper .owl-nav button.owl-next:hover {
    -webkit-transform: none;
    transform: none;
}

main#content .owl-nav button.owl-prev:hover,
main#content .testimonials-wrapper .owl-nav button.owl-prev:hover,
main#content .nos-sejours-section .our-stays-wrapper .owl-nav button.owl-prev:hover {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

main#content .owl-nav button:hover,
main#content .testimonials-wrapper .owl-nav button:hover,
main#content .nos-sejours-section .our-stays-wrapper .owl-nav button:hover {
    background-position: -122px -1px;
}

main#content .owl-dots,
main#content .testimonials-wrapper .owl-dots {
    display: none;
}

main#content .rencontrer-section-boxs-wrap .owl-nav button {
    filter: invert(78%) sepia(14%) saturate(976%) hue-rotate(128deg) brightness(88%) contrast(90%);
    background-position: -45px -1px;
}

main#content .owl-nav button.owl-next {
    -webkit-transform: none;
    transform: none;
}

main#content .rencontrer-section-boxs-wrap .owl-nav button.owl-prev {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

main#content .rencontrer-section-boxs-wrap .owl-nav button:hover {
    filter: none;
    background-position: -45px -1px;
}

.deco-img-container>.e-con-inner {
    position: relative;
}

main#content .nos-sejours-section .our-stays-wrapper .owl-nav {
    max-width: 100%;
}

main#content .nos-sejours-section .our-stays-wrapper .owl-nav button {
    filter: brightness(0.84);
}

main#content .nos-sejours-section .our-stays-wrapper .owl-nav button.owl-prev {
    margin-left: -58px;
}

main#content .nos-sejours-section .our-stays-wrapper .owl-nav button.owl-next {
    margin-right: -58px;
}

.rencontrer-section-boxs-wrap .box-wrap .elementor-image-box-content {
    margin-top: -70px;
    max-width: 200px;
    margin: -68px auto 0;
    background: #FFF;
    z-index: 1;
    position: relative;
    border-radius: 20px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.19);
    padding: 20px 15px 24px;
}

.rencontrer-section-boxs-wrap figure.elementor-image-box-img {
    display: block;
}

.rencontrer-section-boxs-wrap .box-wrap .elementor-image-box-content h3.elementor-image-box-title {
    margin-bottom: 2px;
    line-height: 100%;
}

.rencontrer-section-boxs-wrap .box-wrap:hover .elementor-image-box-content {
    background: #133D93;
}

.rencontrer-section-boxs-wrap .box-wrap:hover .elementor-image-box-content h3.elementor-image-box-title,
.rencontrer-section-boxs-wrap .box-wrap:hover .elementor-image-box-content p.elementor-image-box-description {
    color: #fff;
}


main#content .rencontrer-section-boxs-wrap .box-wrap {
    max-width: 240px;
}

main#content .rencontrer-section-boxs-wrap .box-wrap figure.elementor-image-box-img {
    height: 350px;
}

main#content .rencontrer-section-boxs-wrap .box-wrap figure.elementor-image-box-img img {
    object-fit: cover;
    height: -webkit-fill-available;
    width: 100%;
}

.demanade-sec-form .contactpage_detailsadded h2,
.demanade-sec-form .contactpage_detailsadded p,
.demanade-sec-form .contactpage_detailsadded a {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    font-family: barlow;
    color: #133D93;
    line-height: 150%;
}

.contact-form-wrap .contact-form .form-fields p {
    margin-bottom: 17px;
    position: relative;
    width: 100%;
}

.contact-form-wrap .contact-form .form-fields {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact-form-wrap .contact-form .form-fields p:not(:last-child) input {
    width: 100%;
    border-radius: 60px !important;
}

.contact-form-wrap .contact-form .form-fields p:not(:last-child) {
    width: 48.5%;
}

#neve_body .contact-form-wrap form.wpcf7-form .contact-form .form-fields p:not(:last-child) input,
#neve_body .contact-form-wrap form.wpcf7-form .contact-form .form-fields p textarea#message {
    border: 1px solid #133D9370;
    border-radius: 20px;
    padding: 13px 25px;
    height: 55px;
    background-color: transparent;
    color: #133D93;
    letter-spacing: 0;
}

#neve_body .contact-form-wrap form.wpcf7-form .contact-form .form-fields p:not(:last-child) input::-webkit-input-placeholder,
#neve_body .contact-form-wrap form.wpcf7-form .contact-form .form-fields p textarea#message::-webkit-input-placeholder {
    color: #133D93;
    opacity: 1;
}

#neve_body .contact-form-wrap form.wpcf7-form .contact-form .form-fields p:not(:last-child) input:-moz-placeholder,
#neve_body .contact-form-wrap form.wpcf7-form .contact-form .form-fields p textarea#message:-moz-placeholder {
    color: #133D93;
    opacity: 1;
}

#neve_body .contact-form-wrap form.wpcf7-form .contact-form .form-fields p:not(:last-child) input::-moz-placeholder,
#neve_body .contact-form-wrap form.wpcf7-form .contact-form .form-fields p textarea#message::-moz-placeholder {
    color: #133D93;
    opacity: 1;
}

#neve_body .contact-form-wrap form.wpcf7-form .contact-form .form-fields p:not(:last-child) input::placeholder,
#neve_body .contact-form-wrap form.wpcf7-form .contact-form .form-fields p textarea#message::placeholder {
    color: #133D93;
    opacity: 1;
}

.form-common-wrap .contact-form .form-fields>p input::placeholder,
.form-common-wrap .contact-form .form-fields>p textarea::placeholder {
    color: #23244270 !important;
    opacity: 1;
    font-size: 20px;
    line-height: 150%;
}

.form-common-wrap .contact-form .form-fields>p input::-webkit-input-placeholder,
.form-common-wrap .contact-form .form-fields>p textarea::-webkit-input-placeholder {
    color: #23244270 !important;
    opacity: 1;
    font-size: 20px;
    line-height: 150%;
}

.form-common-wrap .contact-form .form-fields>p input::-moz-placeholder,
.form-common-wrap .contact-form .form-fields>p textarea::-moz-placeholder {
    color: #23244270 !important;
    opacity: 1;
    font-size: 20px;
    line-height: 150%;
}

.contact-form-wrap .contact-form .form-fields p textarea#message {
    height: 100px;
    width: 100%;
    border-radius: 20px;

}

.contact-form-wrap .submit-button p input.wpcf7-form-control.wpcf7-submit {
    max-width: 342px;
    width: 100%;
    font-size: 25px;
}

.recaptcha span>div>div {
    height: inherit;
}

.contact-form-wrap .contact-form .submit-button {
    margin-top: 15px;
}

.demanade-sec-form {
    margin-top: 36px;
}

.newsletter-wrap p input#subnewsemail::-webkit-input-placeholder {
    color: #FFF;
    opacity: 1;
    font-weight: 400;
}

.newsletter-wrap p input#subnewsemail::placeholder {
    color: #FFF;
    opacity: 1;
    font-weight: 400;
}

.contact-form-wrap .contact-form .form-fields p.value-focus label,
.contact-form-wrap .contact-form .form-fields p.input-focus label {
    -webkit-transform: scale(.82) translateY(-29px);
    -moz-transform: scale(.82) translateY(-29px);
    -ms-transform: scale(.82) translateY(-29px);
    -o-transform: scale(.82) translateY(-29px);
    transform: scale(.82) translateY(-43px);
    background-color: #008C00;
    border-radius: 4px;
    padding: 2px 5px 4px;
    color: #fff;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
}

.contact-form-wrap .contact-form .form-fields p.input-focus label,
.contact-form-wrap .contact-form .form-fields p.value-focus label {
    -webkit-transform: scale(.82) translateY(-36px);
    -moz-transform: scale(.82) translateY(-36px);
    -ms-transform: scale(.82) translateY(-36px);
    -o-transform: scale(.82) translateY(-36px);
    transform: scale(.82) translateY(-36px);
}

.contact-form-wrap .contact-form .form-fields p:not(:last-child) input.wpcf7-not-valid,
.contact-form-wrap .contact-form .form-fields p textarea#message.wpcf7-not-valid {
    border-color: red;
}

#neve_body .form-common-wrap form.wpcf7-form .contact-form .form-fields>p .wpcf7-not-valid input[type="checkbox"] {
    border-color: red !important;
    appearance: none;
    border-radius: 2px !important;
    padding: 0 !important;
}

body form p textarea {
    display: flex;
    resize: none;
}

.submit-button p {
    display: flex;
    align-content: center;
    align-items: center;
    margin: 0;
}

.error-msg,
.newsletter-wrap .epic_final_results .errors p.error,
.newsletter-wrap .epic_final_results p.success,
.demanade-sec-form .elementor-shortcode .sent .wpcf7-response-output {
    color: red !important;
    font-family: 'Barlow';
    line-height: 120%;
    font-size: 15px;
}

.demanade-sec-form .elementor-shortcode .sent .wpcf7-response-output {
    border-color: green;
    border-width: 1px;
    color: green !important;
    text-align: center;
    padding: 6px 10px;
    margin: 15px 0 0;
}

.newsletter-wrap .epic_final_results p.success {
    color: green !important;
    background: #FFF;
    margin-top: 5px;
    padding: 6px 10px;
    width: 100%;
    border: 1px solid green;
    text-align: center;
}

.recaptcha span.wpcf7-not-valid>div>div {
    border: 1px solid red;
    border-radius: 4px;
}

input.error,
.newsletter-wrap p input#subnewsemail.error {
    border-color: red;
}

.newsletter-wrap .sub_buttons input#sidebar_button:hover {
    background-color: #000;
}

.copyrightght a:hover {
    color: #000 !important;
}

.contactpage_detailsadded>div {
    padding-left: 61px;
    position: relative;
}

.contactpage_detailsadded>div {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #6FC2BE;
}

.contactpage_detailsadded {
    max-width: 367px;
}

.contactpage_detailsadded>div.address-link {
    padding-right: 52px;
}

.contactpage_detailsadded>div::before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 45px;
    height: 47px;
    background-image: url(../images/sprite.png);
    background-position: 1px -147px;
    background-repeat: no-repeat;
    border-radius: 0;
    background-size: auto;
}

main#content .share-icons-wrap {
    margin-top: 0;
}

.contactpage_detailsadded>div.phone-link::before {
    background-position: 1px -235px;
}

.contactpage_detailsadded>div.email-link::before {
    background-position: 1px -317px;
}

.demanade-sec-form .elementor-widget-shortcode {
    width: inherit;
}

.demanade-sec-form .elementor-shortcode {
    width: inherit;
}

.share-icon .social-link>div a {
    width: 40px;
    height: 40px;
    border: 1px solid #133D93;
    border-radius: 60px;
    background-image: url();
    position: relative;
}

.share-icon .social-link {
    display: flex;
}

.share-icon .social-link>div a:hover {
    background-color: #133D93;
}

.share-icon .social-link>div a:hover::before {
    filter: brightness(100);
}

.share-icon .social-link>div:not(:last-child) {
    margin-right: 9px;
}

.share-icons-wrap .share-icon {
    width: auto;
}

.share-icons-wrap {
    margin-top: 36px;
}

.share-icon .social-link>div a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 20px;
    height: 24px;
    background-image: url(../images/sprite.png);
    background-position: -3px -485px;
    background-repeat: no-repeat;
    border-radius: 0;
    background-size: auto;
}

.share-icon .social-link>div.Youtube a:before {
    background-position: -53px -483px;
}

.share-icon .social-link>div.Linked-in a:before {
    background-position: -101px -484px;
}

.share-icon .social-link>div.Instagram a:before {
    background-size: 100%;
    background-position: 0px 3px;
    background-image: url(../images/insta.png);
}

main#content .background-img-size-full {
    background-size: 100% 100%;
}

main#content .inner-lequip.background-img-size-full {
    background-size: cover;
}

body.l-equipe footer#colophon .footer-top-content+.e-con-full::before {
    display: none;
    content: '';
    background-image: url(https://catchyourbreath.webmasterindia.net/wp-content/uploads/2025/08/image-Photoroom-1.png);
    z-index: 9;
    position: absolute;
    top: -111px;
    background-repeat: no-repeat;
    right: 0;
    width: 400px;
    height: 410px;
    left: auto;
    background-size: cover;
}

main#content .elementor-absolute.bull-image {
    top: -183px;
    right: -111px;
}

body.l-equipe footer#colophon .footer-top-content+.e-con-full {
    overflow: visible;
}

.blog-listing-wrap .custom-posts-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 50px;
}

.blog-listing-wrap .custom-posts-wrapper .custom-post img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
    object-fit: contain;
}

.blog-listing-wrap .custom-posts-wrapper .custom-post {
    border-radius: 18px;
}

.blog-listing-wrap .custom-posts-wrapper .custom-post .content-wrap {
    padding: 0 20px 26px;
    border: 1px solid #00000035;
    /* border-top: 0; */
    border-radius: 0 0 18px 18px;
}

.blog-listing-wrap .custom-posts-wrapper .custom-post p {
    margin: 0;
}

.blog-listing-wrap .custom-posts-wrapper .custom-post .content-wrap>p {
    line-height: 180%;
    font-family: 'Barlow';
    font-size: 18px;
    font-weight: 400;
}

.blog-listing-wrap .custom-posts-wrapper .custom-post .content-wrap>p:not(:first-child) {
    max-height: 98px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-listing-wrap .custom-posts-wrapper .custom-post p.date {
    width: max-content;
    background-color: #133D93;
    border-radius: 6px;
    color: #fff;
    margin-top: -28px;
    display: block;
    z-index: 9;
    position: relative;
    padding: 2.4px 9px;
    font-size: 18px;
    font-family: Poppins;
    font-weight: 600;
    line-height: 180%;
}

.blog-listing-wrap .custom-posts-wrapper .custom-post h3 {
    font-size: 26px;
    font-family: 'Barlow';
    font-weight: 600;
    color: #133D93;
    line-height: normal;
    margin: 23px 0 5px;
}

.blog-listing-wrap .custom-posts-wrapper .custom-post h3 a {
    color: #133D93;
}

.blog-listing-wrap .custom-posts-wrapper .custom-post .content-wrap>a {
    font-weight: 500;
    font-family: 'Barlow';
    font-size: 19px;
    line-height: normal;
    color: #0C214D;
    margin-top: 27px;
    text-decoration: underline;
}

.blog-listing-wrap .custom-posts-wrapper .custom-post:nth-child(2n) p.date {
    background-color: #6FC2BE;
}

.blog-listing-wrap .custom-posts-wrapper .custom-post h3 a:hover,
.blog-listing-wrap .custom-posts-wrapper .custom-post .content-wrap>a:hover,
.elementor-widget-copyright .hfe-copyright-wrapper a:hover,
.demanade-sec-form .contactpage_detailsadded a:hover,
.demanade-sec-form .contactpage_detailsadded a:hover p {
    color: #6FC2BE !important;
}

.blog-listing-wrap .custom-posts-wrapper .custom-post .img-wrap {
    display: block;
    height: 361px;
}

.blog-listing-wrap .custom-posts-wrapper .custom-post .img-wrap>a {
    height: inherit;
    width: 100%;
    background-color: #00000035;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

body:not(.home) footer#colophon .footer-section {
    background-color: #FFF;
}

.custom-pagination span.page-numbers.current,
.custom-pagination a.page-numbers {
    font-size: 21.6px;
    font-family: 'Barlow';
    font-weight: 600;
    color: #00000060;
}

.custom-pagination .page-numbers {
    width: 42px;
    height: 42px;
    border: 1px solid #00000055;
    border-radius: 3.4px;
    display: inline-flex;
    justify-content: center;
    line-height: normal;
    align-items: center;
    background-color: #FFF;
}

.custom-pagination span.page-numbers.current,
.custom-pagination a.page-numbers:hover {
    background-color: #133D93;
    color: #FFF;
}

.custom-pagination {
    width: max-content;
    margin: 54px auto 0;
}

.custom-pagination .page-numbers:not(:last-child) {
    margin-right: 10px;
}

.custom-pagination a.next.page-numbers,
.custom-pagination a.prev.page-numbers {
    background: transparent;
    border: 0;
    width: auto;
    color: #000;
    font-size: 0;
    line-height: normal;
}

.custom-pagination a.next.page-numbers::before,
.custom-pagination a.prev.page-numbers::before {
    content: "\f104 ";
    font-family: fontawesome;
    font-size: 34px;
    font-weight: 200;
    line-height: 60%;
    width: 13px;
    height: 22px;
    color: #00000065;
}

.custom-pagination a.prev.page-numbers {
    margin-right: 34px;
}

.custom-pagination a.next.page-numbers {
    margin-left: 34px;
}

.custom-pagination a.next.page-numbers::before {
    content: "\f105 ";
}

.custom-pagination a.next.page-numbers:hover::before,
.custom-pagination a.prev.page-numbers:hover::before {
    color: #000;
}

.hfe-breadcrumbs span.hfe-breadcrumbs-home-icon,
.Breadcrumb-wrap span.hfe-breadcrumbs-home-icon {
    margin: 0;
}

.Breadcrumb-wrap span.hfe-breadcrumbs-separator-text::before,
.hfe-breadcrumbs span.hfe-breadcrumbs-separator-text::before,
.legal-motice .neve-breadcrumbs-wrapper>span>span:not(.breadcrumb_last):after {
    content: "\f105\f105 ";
    letter-spacing: -1px;
    font-family: fontawesome;
    font-size: 20px;
    font-weight: 200;
    line-height: 100%;
    width: auto;
    height: auto;
    color: #FFF;
}

.hfe-breadcrumbs span.hfe-breadcrumbs-separator-text,
.Breadcrumb-wrap span.hfe-breadcrumbs-separator-text,
.legal-motice .neve-breadcrumbs-wrapper>span {
    font-size: 0;
}

.hfe-breadcrumbs li.hfe-breadcrumbs-separator,
.Breadcrumb-wrap li.hfe-breadcrumbs-separator {
    display: inline-flex;
    align-items: center;
    align-content: center;
}

main#content .hfe-breadcrumbs>li,
.Breadcrumb-wrap li,
.legal-motice .neve-breadcrumbs-wrapper>span>span {
    margin-right: 16px;
    font-weight: 400;
    text-transform: capitalize;
}

.legal-motice .neve-breadcrumbs-wrapper>span>span:not(.breadcrumb_last):after {
    margin-left: 16px;
}

main#content .blue-color .hfe-breadcrumbs>li.hfe-breadcrumbs-last:hover span.hfe-breadcrumbs-text,
main#content .blue-color .hfe-breadcrumbs>li.hfe-breadcrumbs-item.hfe-breadcrumbs-last span,
.legal-motice .neve-breadcrumbs-wrapper>span>span.breadcrumb_last {
    color: #133D93;
}

main#content .blue-color .hfe-breadcrumbs span.hfe-breadcrumbs-separator-text::before,
.legal-motice .neve-breadcrumbs-wrapper>span>span:not(.breadcrumb_last):after {
    color: #232442;
}

.Breadcrumb-wrap {
    padding-top: 21px;
}

.legal-motice .neve-breadcrumbs-wrapper a,
.legal-motice .neve-breadcrumbs-wrapper>span>span,
.Breadcrumb-wrap li.hfe-breadcrumbs-item {
    font-family: "Barlow", Sans-serif;
    font-size: 22px;
    line-height: 100%;
    display: inline-flex;
    color: #fff;
    font-weight: 400;
}

.legal-motice .neve-breadcrumbs-wrapper a,
.legal-motice .neve-breadcrumbs-wrapper>span>span {
    color: #232442;
}

.Breadcrumb-wrap li.hfe-breadcrumbs-item.hfe-breadcrumbs-last {
    font-size: 18px;
}

main#content .hfe-breadcrumbs li.hfe-breadcrumbs-last,
main#content .Breadcrumb-wrap li.hfe-breadcrumbs-last,
.legal-motice .neve-breadcrumbs-wrapper>span>span.breadcrumb_last {
    font-weight: 600;
}

.Breadcrumb-wrap li.hfe-breadcrumbs-item a {
    color: #FFF;
}

main#content .hfe-breadcrumbs li.hfe-breadcrumbs-item a:hover,
main#content .hfe-breadcrumbs li.hfe-breadcrumbs-item a:hover span,
.Breadcrumb-wrap li.hfe-breadcrumbs-item a:hover,
.legal-motice .neve-breadcrumbs-wrapper>span>span>a:hover {
    color: #133d93 !important;
}

main#content .hfe-breadcrumbs>li.hfe-breadcrumbs-last:hover span.hfe-breadcrumbs-text {
    color: #fff;
}

main#content .hfe-breadcrumbs>li.hfe-breadcrumbs-last:hover span.hfe-breadcrumbs-text {
    color: #fff;
}

.deman-num p:before {
    content: '';
    background-size: auto;
    background-position: -7px 102px;
    background-image: url(../images/sprite.png);
    width: 35px;
    height: 39px;
    position: absolute;
    left: 0;
    top: 12px;
}

.deman-num p {
    position: relative;
    padding-left: 48px;
}

.newsletter-wrap .sub_buttons {
    height: max-content;
    position: relative;
}

.newsletter-wrap .epicwin-subscription .loader_wrap {
    position: absolute;
    top: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: max-content;
    right: 15px;
}

footer .epicwin-subscription .loading {
    position: static;
}

.newsletter-wrap .epic_final_results .errors {
    padding: 0;
}

.demanade-sec-form .contact-form-wrap>.e-child {
    max-width: 704px;
}

body footer#colophon nav {
    width: auto !important;
}

.banner-bottom-deco-img {
    right: 0;
}

main#content .blog-banner-img {
    position: relative;
    min-height: 668px;
}

main#content .blog-banner-img img {
    width: 100%;
    min-height: inherit;
    /*-webkit-transform: scaleX(-1);
    transform: scaleX(-1);*/
}

main#content .blog-banner-img .title-bread::before {
    content: '';
    background-size: auto;
    background-position: 0 0;
    background-image: url(../images/deco-img.png);
    width: 231px;
    height: 272px;
    position: absolute;
    left: 15px;
    bottom: -326px;
    z-index: 1;
}

main#content .blog-banner-img::after {
    display: none;
    content: '';
    background-size: 100% 100%;
    background-position: 0 0;
    background-image: url(../images/banner-deco-bottom-bg-tr.png);
    width: 100%;
    height: 100%;
    max-height: 180px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
}

.blog-detail .featured-image {
    width: 100%;
    display: block;
    max-width: 1200px;
    height: 360px;
    margin: auto;
    margin-bottom: 37px;
    border-radius: 15px;
    background-color: aliceblue;
}

.blog-detail {
    margin: 120px auto 105px;
    padding: 0 15px;
    max-width: 1230px;
    width: 100%;
}

.blog-detail .content p strong,
.blog-detail h1,
.mentions-legales-section h3 {
    font-size: 34px;
    font-family: 'Barlow';
    font-weight: 600;
    color: #133D93;
    line-height: normal;
    margin: 0 0 22px;
}

.mentions-legales-section h3 {
    font-size: 28px;
}

.blog-detail .content p,
.blog-detail .content ul li {
    margin-bottom: 24px;
    color: rgba(0, 0, 0, 0.8);
    font-family: 'Barlow';
    line-height: 180%;
    font-weight: 400;
    font-size: 20px;
}

.blog-detail .content ul li {
    margin: 0;
    position: relative;
    padding-left: 30px;
    line-height: 160%;
}

.blog-detail .content ul {
    margin-bottom: 50px;
}

.blog-detail .content ul li:not(:last-child) {
    margin-bottom: 4px;
}

.blog-detail .content ul li::before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #133D93;
    left: 13px;
    top: 16px;
    border-radius: 60px;
}

.blog-detail .content>p:last-child {
    padding: 23px 28px;
    border-radius: 20px;
    background-color: #f2f3f8;
    margin-bottom: 0;
    line-height: 180%;
}

.title-wrap .cust-title h5 {
    font-family: "Yeseva One", Sans-serif;
    font-size: 70px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 100%;
    color: #FFF;
    margin: 0;
}

.Breadcrumb-wrap {
    font-family: "Barlow", Sans-serif;
    font-size: 22px;
    line-height: 100%;
}

.title-bread {
    position: absolute;
    top: 175px;
    width: 100%;
    max-width: 1330px;
    margin: auto;
    left: 0;
    right: 0;
    padding: 0 15px;
}

body.home .home-hide {
    display: none;
}

.footer-top-content .box-wrap.nos-sec .elementor-image-box-content h3.elementor-image-box-title {
    margin-top: 26px;
}

.box-wrap.nos-sec .elementor-widget-image-box .elementor-image-box-wrapper p.elementor-image-box-description {
    margin: 0;
}

.bg-color-set-ext.inner-banner:before {
    bottom: 0;
    content: '';
    left: 0;
    right: 0;
    width: 100%;
    height: 200px;
    background-color: #F2F5FE;
    top: auto;
    z-index: -1;
}

.box-wrap.nos-sec .elementor-widget-image-box .elementor-image-box-wrapper {
    text-align: center;
    max-width: 410px;
}

.box-wrap.nos-sec.process-circle-box .elementor-widget-image-box .elementor-image-box-wrapper {
    max-width: max-content;
}

.box-wrap.nos-sec.process-circle-box .box {
    width: max-content;
    max-width: max-content;
}

.box-wrap.nos-sec .elementor-widget-image-box .elementor-image-box-wrapper figure.elementor-image-box-img {
    margin: auto;
    max-width: 120px;
    width: 100%;
}

.box-wrap.nos-sec.process-circle-box .elementor-widget-image-box .elementor-image-box-wrapper figure.elementor-image-box-img {
    margin: auto;
    min-width: 200px;
    width: 100%;
    height: 200px;
    border: 1px solid #6FC2BE;
    border-radius: 100px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 3px 3px rgb(0 0 0 / 12%);
}

.process-circle-box .box:not(:last-child)::before {
    content: '';
    position: absolute;
    right: 22px;
    left: auto;
    top: 92px;
    bottom: auto;
    width: 133px;
    height: 48px;
    background-image: url(../images/nos-arrow-icon.png);
    border-radius: 0;
    background-size: 100%;
    background-repeat: no-repeat;
}

.process-circle-box .box:nth-child(2)::before {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    top: 55px;
}

.process-circle-box .box:not(:last-child) {
    padding-right: 165px;
    position: relative;
}

.box-2-wrap.box-wrap>.e-con.e-child {
    width: max-content;
}

main#content .nos-inter-boxs-wrap .elementor-image-box-content h3.elementor-image-box-title {
    width: 100%;
    margin: auto;
    height: 100px;
    background: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    margin-top: -60px;
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

main#content .nos-inter-boxs-wrap .elementor-image-box-content {
    padding: 0 25px;
}

main#content .nos-inter-boxs-wrap figure.elementor-image-box-img a,
main#content .nos-inter-boxs-wrap figure.elementor-image-box-img img {
    width: 100%;
}

main#content .nos-inter-boxs-wrap figure.elementor-image-box-img img {
    height: 100%;
}

main#content .nos-inter-boxs-wrap figure.elementor-image-box-img a {
    height: 300px;
}

.link-text p a {
    color: inherit;
}

main#content .nos-inter-boxs-wrap .elementor-image-box-content h3.elementor-image-box-title a {
    color: inherit;
    line-height: 150%;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

main#content .nos-inter-boxs-wrap .elementor-image-box-content h3.elementor-image-box-title a:hover {
    color: #6FC2BE;
}

.activites-section p {
    margin: 0;
}

.contact-banner .hfe-breadcrumbs span.hfe-breadcrumbs-separator-text::before {
    color: #232442;
}

.contact-banner .hfe-breadcrumbs .hfe-breadcrumbs-item.hfe-breadcrumbs-last .hfe-breadcrumbs-text {
    color: #133D93;
}

.contact-left-sesction .form-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.contact-left-sesction .submit-button input.wpcf7-form-control {
    line-height: 50px;
    padding: 0 60px;
}

.contact-left-sesction .form-field {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.contact-left-sesction form.wpcf7-form p {
    position: relative;
    margin: 0;
    width: 100%;
}

#neve_body form.wpcf7-form span.wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
}

#neve_body form.wpcf7-form input:not([type="button"]):not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
#neve_body form.wpcf7-form textarea,
#neve_body form.wpcf7-form select {
    background: #fff;
    border-radius: 10px;
    border: 1px solid transparent;
    box-shadow: none !important;
    padding: 5px 15px;
    font-size: 18px;
    font-weight: 400;
    line-height: 110%;
    color: rgba(0, 0, 0, 0.85);
    font-family: 'Barlow', sans-serif;
    outline: none;
    height: 60px;
    width: 100%;
    letter-spacing: 0.36px;
}

#neve_body form.wpcf7-form input:not([type="button"]):not([type="submit"]):not([checkbox]):not([radio])::-webkit-input-placeholder,
#neve_body form.wpcf7-form textarea::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.85);
    opacity: 1;
}

#neve_body form.wpcf7-form input:not([type="button"]):not([type="submit"]):not([checkbox]):not([radio]):-moz-placeholder,
#neve_body form.wpcf7-form textarea:-moz-placeholder {
    color: rgba(0, 0, 0, 0.85);
    opacity: 1;
}

#neve_body form.wpcf7-form input:not([type="button"]):not([type="submit"]):not([checkbox]):not([radio])::-moz-placeholder,
#neve_body form.wpcf7-form textarea::-moz-placeholder {
    color: rgba(0, 0, 0, 0.85);
    opacity: 1;
}

#neve_body form.wpcf7-form input:not([type="button"]):not([type="submit"]):not([checkbox]):not([radio])::placeholder,
#neve_body form.wpcf7-form textarea::placeholder {
    color: rgba(0, 0, 0, 0.85);
    opacity: 1;
}

#neve_body .form-common-wrap form.wpcf7-form .contact-form .form-fields>p input.wpcf7-not-valid,
#neve_body .form-common-wrap form.wpcf7-form .contact-form .form-fields>p textarea.wpcf7-not-valid,
#neve_body form.wpcf7-form span.wpcf7-form-control-wrap select.wpcf7-form-control.wpcf7-not-valid,
#neve_body form.wpcf7-form input.wpcf7-not-valid,
#neve_body form.wpcf7-form textarea.wpcf7-not-valid {
    border-color: red !important;
}

.wpcf7-not-valid-tip {
    font-size: 15px;
    color: red;
    line-height: 120%;
    margin-top: 1px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.init .wpcf7-response-output,
body .success {
    color: red;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    padding: 7px 15px;
    border: 1px solid red;
    margin: 15px 0 0 0;
}

body .wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.init .wpcf7-response-output,
body .success {
    color: green;
    border-color: green;
}

#neve_body form.wpcf7-form textarea {
    height: 130px !important;
    padding-top: 20px;
}

#neve_body form.wpcf7-form span.wpcf7-form-control-wrap.recaptcha {
    width: auto;
    display: table;
    margin: 0 0 15px;
}

.contact-right-section .contactpage_detailsadded>div {
    border-bottom: 1px solid rgba(255, 255, 255, 0.40);
    padding: 40px 0 40px 88px;
    margin: 0 !important;
}

.contact-right-section .contactpage_detailsadded>div:first-child {
    padding-top: 0 !important;
}

.contact-right-section .contactpage_detailsadded>.phone-link {
    border: none;
    padding-bottom: 0 !important;
}

.contact-right-section .contactpage_detailsadded>div h2,
.contact-right-section .contactpage_detailsadded>div a {
    font-size: 18px;
    line-height: 150%;
    color: #fff;
    font-weight: 400;
    font-family: "Barlow", Sans-serif;
}

.contact-right-section .contactpage_detailsadded>div h2 {
    margin-bottom: 8px;
    font-size: 19px;
    font-weight: 700;
    line-height: normal;
}

.contact-right-section .contactpage_detailsadded>div::before {
    background-image: url(../images/sprite.png);
    background-position: -127px -140px;
    top: 0;
    left: 20px;
    bottom: 0;
    margin: auto;
    width: 55px;
    height: 55px;
    background-color: #fff;
    border-radius: 50px;
}

.contact-right-section .contactpage_detailsadded>div.address-link::before {
    bottom: auto;
    top: 2px;
}

.contact-right-section .contactpage_detailsadded>div.email-link::before {
    background-position: -127px -318px;
}

.contact-right-section .contactpage_detailsadded>div.phone-link::before {
    background-position: -127px -231px;
    top: 43px;
}

.contact-right-section .contactpage_detailsadded>div p {
    margin: 0;
}

.fancybox__viewport .fancybox__content>.carousel__button.is-close {
    top: -15px;
    padding: 9px;
    right: -15px;
}

/*envolee-6-nuits*/
.border-top-deshed::before {
    top: 0;
    content: '';
    background-image: url(../images/dashed-line-black.png);
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    margin: auto;
    background-repeat: no-repeat;
}

main#content .border-top-deshed {
    border: 0;
    --border-top-width: 0;
}

.short-code-prochaines-section .our-stay-data h2.stay-title {
    font-family: barlow;
    font-size: 26px;
    line-height: 150%;
    font-weight: 600;
    color: #133D93;
    margin: 0 0 5px;
}

.short-code-prochaines-section .our-stay-data h2.stay-title.hide {
    display: none;
}

.title-change p>strong {
    font-weight: 500;
    font-size: 22px;
}

/*common listing bullet*/
.list-content ul li,
.stay-desc-content ul li {
    margin: 0;
    position: relative;
    padding-left: 30px;
    line-height: 150%;
    color: #232442;
    font-family: 'Barlow';
    font-weight: 400;
    font-size: 18px;
}

.list-content ul li::before,
.stay-desc-content ul li:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #232442;
    left: 13px;
    top: 14px;
    border-radius: 60px;
}

.list-content ul li:not(:last-child),
.stay-desc-content ul li:not(:last-child) {
    margin-bottom: 4px;
}

.our-stays-detail .stay-image img.wp-post-image {
    border-radius: 20px;
}

.our-stays-detail .our-stay-data {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 32px;
}

.our-stays-detail .our-stay-data .stay-desc-content {
    max-width: 100%;
}

.our-stays-detail .our-stay-data .stay-image+.stay-desc-content {
    max-width: calc(100% - 462px);
}

.our-stays-detail .our-stay-data:nth-child(2n+1) {
    flex-direction: row-reverse;
}

.envolee .short-code-prochaines-section .our-stays-detail>.our-stay-data>.our-stay-data>.our-stay-data {
    flex-direction: row-reverse;
}

.instant-ateliers-3 .our-stays-detail .our-stay-data,
.pause-1-jour .our-stays-detail .our-stay-data {
    flex-direction: row;
}

.instant-ateliers-3 .our-stays-detail .our-stay-data .stay-desc-content,
.pause-1-jour .our-stays-detail .our-stay-data .stay-desc-content {
    padding-left: 55px;
    padding-right: 0 !important;
}

.our-stays-detail .our-stay-data .stay-two-content {
    width: 100%;
}

.stay-desc-content .stay-content .row {
    margin: 0;
}

.our-stays-detail .stay-image {
    height: 517px;
    width: 100%;
    max-width: 422px;
    display: flex;
    background-color: #F0F0F0;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}

.our-stays-detail .stay-image img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
    object-fit: contain;
}

.stay-desc-content {
    color: #232442;
}

.stay-desc-content {
    color: #232442;
    max-width: 67.5%;
}

.stay-desc-content .stay-dates-again {
    font-size: 20px;
    font-weight: 400;
    line-height: 160%;
}

.stay-desc-content .stay-content .content-content {
    font-size: 20px;
    line-height: 150%;
    font-weight: 400;
}

.stay-desc-content .stay-content {
    font-size: 20px;
    line-height: 150%;
    font-weight: 500;
}

.pause-1-jour .stay-desc-content .stay-content,
.instant-ateliers-3 .stay-desc-content .stay-content {
    font-weight: 400;
}

.stay-desc-content .stay-content>strong {
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
}

.our-stays-detail .our-stay-data .stay-two-content {
    border-radius: 10px;
    width: 100%;
    padding: 23px 25px 30px;
    background-color: #f2f3f8;
}

.our-stays-detail .our-stay-data .stay-two-content .stay-meta h2 {
    margin: 0 0 16px;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Barlow';
    line-height: 150%;
}

.our-stays-detail .our-stay-data .stay-meta .stay-dates-again>span,
.our-stays-detail .our-stay-data .stay-meta .location p,
.our-stays-detail .our-stay-data .stay-meta .price p {
    position: relative;
    padding-left: 40px;
    font-family: 'Barlow';
    line-height: 160%;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 9px;
}

.our-stays-detail .our-stay-data .stay-meta .location {
    margin-right: 30px;
}

.our-stays-detail .our-stay-data .stay-meta .location,
.our-stays-detail .our-stay-data .stay-meta .price {
    display: inline-block;
}

.our-stays-detail .our-stay-data .stay-meta>p {
    margin: 0;
    font-size: 18px;
    line-height: 150%;
    font-weight: 400;
}

.our-stays-detail .our-stay-data .stay-meta>p:last-child {
    font-style: italic;
}

.our-stays-detail .our-stay-data .stay-buttons a {
    background-color: #133d93;
    font-family: "Barlow", Sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 50px;
    color: #FFFFFF;
    border-radius: 60px 60px 60px 60px;
    padding: 0px 35px 0px 35px;
    border: 0;
}

.our-stays-detail .our-stay-data .stay-buttons a.view-details,
.our-stays-detail .our-stay-data .stay-buttons a.book-now.stay-link:hover {
    background-color: #6FC2BE;
}

.our-stays-detail .our-stay-data .stay-buttons a.view-details:hover {
    background-color: #133d93;
}

.our-stays-detail .our-stay-data .stay-buttons a.book-now.stay-link {
    margin-right: 15px;
}

.our-stays-detail .our-stay-data .stay-buttons {
    margin-top: 26px;
}

.our-stays-detail .our-stay-data:nth-child(2n+1) .stay-desc-content {
    padding-right: 47px;
}

main#content .short-code-prochaines-section {
    margin-bottom: 59px;
}

.text-content p strong,
.stay-desc-content .stay-content b,
.content-content>b,
.text-content b {
    font-weight: 500;
}

.stay-desc-content ul li>b,
.list-content ul li strong,
.stay-desc-content ul li strong {
    font-weight: 600;
}

.differ-ce-qui-section>.e-con-inner {
    position: static;
}

.differ-ce-qui-section>.e-con-inner>.e-con.e-child {
    position: static;
}

main#content .differ-ce-qui-section {
    position: relative;
    overflow: hidden;
}

main#content .differ-ce-qui-section .hand-img {
    height: 100%;
    /* width: 57%; */
    top: 0;
    bottom: 0;
    margin: auto;
    right: -42px;
}

.listing-bullet ul li:before {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 60px;
    background-image: url(../images/bullet-point-icon.png);
    background-position: 0 0;
    top: 14px;
    left: 0;
}

.listing-bullet ul li {
    position: relative;
    padding-left: 30px;
    font-size: 18px;
    font-family: Barlow;
    font-weight: 400;
    line-height: 230%;
    color: #666666;
}

main#content .differ-ce-qui-section .hand-img img {
    width: 100%;
    height: 100%;
}

main#content .parenthese-2-nuits .short-code-prochaines-section .our-stay-data .stay-desc-content,
main#content .ehappee-4-nuits .short-code-prochaines-section .our-stay-data .stay-desc-content,
main#content .no-side-img.short-code-prochaines-section .our-stay-data .stay-desc-content {
    max-width: 100%;
    padding: 0;
}

main#content .parenthese-2-nuits .short-code-prochaines-section .our-stay-data .stay-image+.stay-desc-content,
main#content .ehappee-4-nuits .short-code-prochaines-section .our-stay-data .stay-image+.stay-desc-content,
main#content .no-side-img.short-code-prochaines-section .our-stay-data .stay-image+.stay-desc-content {
    max-width: calc(100% - 462px);
}

.our-stays-detail .our-stay-data .stay-meta .stay-dates-again>span::before,
.our-stays-detail .our-stay-data .stay-meta .location p:before,
.our-stays-detail .our-stay-data .stay-meta .price p::before {
    content: '';
    position: absolute;
    left: 0;
    width: 28px;
    height: 28px;
    top: 2px;
    background-image: url(../images/calendar-icon.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
}

.our-stays-detail .our-stay-data .stay-meta .location p:before {
    background-image: url(../images/location-icon.png);
}

.our-stays-detail .our-stay-data .stay-meta .price p::before {
    background-image: url(../images/doller-icon.png);
}

.our-stays-detail .our-stay-data .stay-meta .stay-dates-again>span:not(:last-child) {
    margin-right: 28px;
}

.information-pratiques-last-section .title-change p>strong {
    font-size: 20px;
}

.activites-section .img-box-acti {
    max-width: 148px;
    width: 100%;
}

.information-pratiques-last-section ul li strong {
    font-weight: 600;
    font-size: inherit;
    color: inherit;
}

.information-pratiques-last-section ul li {
    font-size: inherit;
    line-height: 160%;
}

.information-pratiques-last-section ul li:not(:last-child) {
    margin-bottom: 19px;
    padding-bottom: 21px;
    border-bottom: 2px dashed #c3cee4;
}

.information-pratiques-last-section .title-change p>strong {
    font-weight: 600;
}

.nos-sej-content-flower .our-stays-wrapper.our-stays-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.nos-sej-content-flower .our-stay-item {
    max-width: 410px;
    position: relative;
}

.nos-sej-content-flower .our-stay-item:nth-child(3n+1),
.nos-sej-content-flower .our-stay-item:nth-child(3n+2) {
    margin-right: 35px;
}

.nos-sej-content-flower .our-stay-item {
    position: relative;
    margin-bottom: 60px;
}

.form-common-wrap .contact-form .form-fields {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.form-common-wrap .contact-form .form-fields>p {
    max-width: 48%;
    width: 100%;
    margin-bottom: 37px;
}

#neve_body .form-common-wrap form.wpcf7-form .contact-form .form-fields>p input,
.form-common-wrap .contact-form .form-fields>p:last-child textarea#message,
#neve_body form.wpcf7-form span.wpcf7-form-control-wrap select.wpcf7-form-control {
    border: 1px solid #00000060 !important;
    color: #232442;
    padding: 0 20px !important;
    font-size: 20px !important;
    line-height: 150% !important;
}

.form-common-wrap .contact-form .form-fields>p:last-child textarea#message {
    padding: 15px 20px !important;
}

.form-common-wrap .contact-form .form-fields>p label {
    color: #232442;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    margin-bottom: 8px;
    padding-left: 12PX;
}

span.wpcf7-form-control-wrap span.select2 {
    width: 100% !important;
}

span.wpcf7-form-control-wrap span.select2 span.selection {
    width: 100%;
}

#neve_body span.wpcf7-form-control-wrap span.select2 span.selection li.select2-search input.select2-search__field {
    width: auto !important;
    margin: 0;
    border: 0 !important;
    height: 58px;
    line-height: normal;
    padding: 0 15px !important;
    cursor: pointer;
}

span.wpcf7-form-control-wrap span.select2-selection.select2-selection--multiple {
    line-height: normal;
    border-radius: 10px;
    border-color: #00000060;
    position: relative;
    cursor: pointer;
}

#neve_body form.wpcf7-form span.wpcf7-form-control-wrap[data-name="your-stay"]::before,
body span.wpcf7-form-control-wrap span.select2-selection.select2-selection--multiple::before {
    content: '\f105 ';
    font-family: fontawesome;
    line-height: 58%;
    font-size: 26px;
    position: absolute;
    right: 0;
    width: 8px;
    height: 14px;
    color: rgb(0 0 0 / 40%);
    top: 24px;
    right: 20px;
    margin: auto;
    z-index: 1;
    transform: rotate(90deg);
    cursor: pointer;
}


span.wpcf7-form-control-wrap span.select2-selection.select2-selection--multiple ul.select2-selection__rendered {
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    padding-right: 40px;
    align-items: center;
    gap: 0;
}

span.wpcf7-form-control-wrap span.select2-selection.select2-selection--multiple ul.select2-selection__rendered li.select2-search {
    margin: 0;
}

#neve_body .select2-container--default .select2-selection--multiple .select2-selection__clear {
    margin-top: auto;
    margin-bottom: auto;
    height: fit-content;
    position: absolute;
    right: 27px;
    top: 0;
    bottom: 0;
    font-size: 28px;
    font-weight: 400;
    line-height: 100%;
    display: none;
}

#neve_body span.wpcf7-form-control-wrap li.select2-selection__choice {
    font-size: 20px;
    color: #232442;
    padding: 6px;
    margin-bottom: 5px;
    margin-top: 5px;
    white-space: normal;
    line-height: normal;
}

.diformation .form-common-wrap .contact-form .form-fields>p:nth-child(7) {
    max-width: 48%;
}

.form-common-wrap .contact-form .form-fields>p:last-child,
.form-common-wrap .contact-form .form-fields>p:nth-child(7) {
    max-width: 100%;
}

.form-common-wrap .contact-form .form-fields>p span.wpcf7-list-item.first.last {
    margin: 0;
}

.form-common-wrap .contact-form .form-fields>p span.wpcf7-list-item.first.last label {
    margin-bottom: 0;
    display: flex;
    padding: 0;
}

#neve_body .form-common-wrap .contact-form .form-fields>p span.wpcf7-list-item.first.last label input[type="checkbox"] {
    width: 100%;
    max-width: 26px;
    height: 26px;
    border-radius: 5px;
    margin-right: 11px;
    margin-top: 2px;
}

.form-common-wrap .contact-form .form-fields>p .wpcf7-checkbox span {
    color: #232442;
    font-size: 20px;
    font-weight: 500;
    line-height: 150%;
}

.form-common-wrap .contact-form .form-fields>p br {
    display: none;
}

span.select2-dropdown.select2-dropdown--above {
    margin-top: 8px;
}

.select2-container--open .select2-dropdown--below {
    margin-top: -10px;
}

.form-common-wrap .contact-form .form-fields>p>span {
    width: 100%;
}

.form-common-wrap .contact-form .form-fields>p:last-child span.wpcf7-form-control.wpcf7-checkbox {
    width: 100%;
}

.form-common-wrap .contact-form .form-fields>p:last-child span.wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item.first.last {
    width: 100%;
}

.form-common-wrap .submit-button {
    margin-top: 65px;
}

.form-common-wrap .submit-button p {
    justify-content: center;
    position: relative;
    width: fit-content;
    margin: auto;
}

.form-common-wrap .submit-button span.wpcf7-spinner {
    position: absolute;
    right: -35px;
    margin: 0;
}

.wpcf7-spinner {
    min-width: 24px;
}

.form-common-wrap .submit-button p input.wpcf7-form-control {
    padding: 0 58px;
}

#neve_body form.wpcf7-form span.wpcf7-form-control-wrap .wpcf7-radio span.wpcf7-list-item.first {
    margin: 0;
}

#neve_body form.wpcf7-form span.wpcf7-form-control-wrap .wpcf7-radio span.wpcf7-list-item input[type="radio"] {
    margin-right: 10px;
    width: 25px;
    height: 25px;
    vertical-align: middle;
}

#neve_body form.wpcf7-form span.wpcf7-form-control-wrap .wpcf7-radio span.wpcf7-list-item.last {
    margin-left: 20px;
}

#neve_body form.wpcf7-form span.wpcf7-form-control-wrap .wpcf7-radio span.wpcf7-list-item span.wpcf7-list-item-label {
    font-size: 20px;
    line-height: 150%;
}

.plus-din-form.form-common-wrap .contact-form .form-fields>p:nth-child(5),
.plus-din-form.form-common-wrap .contact-form .form-fields>p:nth-child(6) {
    max-width: 100%;
}

.agenda-section form.agenda-filter-form {
    text-align: right;
}

.agenda-section form.agenda-filter-form h5 {
    font-size: 22px;
    width: fit-content;
    margin: 0;
    display: inline-block;
    margin-right: 35px;
    font-family: 'Barlow';
    font-weight: 500;
    color: #232442;
}

.agenda-section form.agenda-filter-form input.agenda-filter-input {
    border: 1px solid #133D93;
    border-radius: 8px;
    max-width: 336px;
    width: 100%;
    min-height: 70px;
    box-shadow: none;
    position: relative;
    font-family: 'barlow';
    color: #232442;
    font-weight: 500;
    font-size: 22px;
    padding: 0 20px;
    background-color: transparent;
}

input[type="month"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-calendar-picker-indicator,
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    cursor: pointer;
    content: '';
    position: absolute;
    right: 14px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 35px;
    height: 30px;
    background-image: url(../images/calendar.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    cursor: pointer;
}

.agenda-section form.agenda-filter-form button.agenda-filter-button {
    display: none;
}

.agenda-section .agenda-grid .agenda-card h5.agenda-month-year {
    margin: 0;
    line-height: 100%;
    font-weight: 600;
    font-size: 20px;
    color: #133D93;
    text-transform: uppercase;
    margin-bottom: 9px;
    display: block;
    width: 100%;
}

.agenda-section .agenda-grid .agenda-card h5.agenda-month-year p {
    text-transform: none;
    display: inline;
}

.agenda-section .agenda-grid .agenda-card .agenda-category h5.agenda-post-title {
    margin: 0;
    display: inline-block;
}

.agenda-section .agenda-grid .agenda-card .agenda-category {
    display: inline;
    align-content: center;
    line-height: 100%;
    font-family: Barlow;
    font-weight: 600;
    font-size: 20px;
    color: #232442;
    text-transform: uppercase;
}

.agenda-section .agenda-grid .agenda-card span.agenda-status {
    display: block;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Barlow';
    color: #232442c7;
    line-height: 26px;
    width: 100%;
}

.agenda-section .agenda-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
    margin-top: 100px;
}

.agenda-section .agenda-grid .agenda-card .agenda-category h5.agenda-post-title {
    margin: 0;
    display: inline;
    line-height: 26px !important;
    font-size: 20px;
    font-weight: 400;
    color: #232442c7;
    text-transform: lowercase;
}

.agenda-section .agenda-grid .agenda-card {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(169, 169, 169, 0.60);
    border-radius: 8px;
    padding: 10px 55px 10px 120px;
    display: inline-flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    min-height: 115px;
    height: 100%;
}

.agenda-section .agenda-grid .agenda-card .agenda-card-link::before {
    content: '';
    position: absolute;
    left: 0;
    width: 100px;
    height: 100%;
    top: 0;
    bottom: 0;
    background-color: #fa9eb210;
}

/*pink*/
.agenda-section .agenda-grid .agenda-card.ehappee-4-nuits .agenda-card-link::before {
    background-color: #fa9eb210;
}

/*blue*/
.agenda-section .agenda-grid .agenda-card.parenthese-2-nuits .agenda-card-link::before {
    background-color: #6D8FE810;
}

/*green*/
.agenda-section .agenda-grid .agenda-card.envolee-6-nuits .agenda-card-link::before {
    background-color: #70C2BE10;
}

/*yellow*/
.agenda-section .agenda-grid .agenda-card.instant-ateliers .agenda-card-link::before {
    background-color: #f0c28210;
}

.agenda-section img.category_image {
    max-width: 70px;
    margin: 0;
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.agenda-section .agenda-grid .agenda-card .agenda-card-link::after {
    content: '\f105 ';
    font-family: fontawesome;
    line-height: 58%;
    font-size: 36px;
    position: absolute;
    right: 0;
    width: 13px;
    height: 21px;
    color: rgb(0 0 0 / 40%);
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
}

.agenda-section .agenda-grid .agenda-card .agenda-category a.agenda-category-link {
    font-size: 20px;
    line-height: 26px !important;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
}

.agenda-section .agenda-grid .agenda-card .agenda-category a.agenda-category-link:hover {
    color: #133D93;
}

div#Image-gallery figure.gallery-item {
    padding-right: 0;
    max-width: 415px;
    width: 100%;
}

div#Image-gallery .gallery {
    margin: 0;
}

body .content-content ul {
    padding: 0px 0 !important;
}

.pause-1-jour .stay-desc-content .stay-content>p:not(:last-child) {
    margin-bottom: 15px;
}

.short-code-prochaines-section .our-stays-detail {
    display: flex;
    /* flex-direction: column-reverse; */
    gap: 110px;
    flex-wrap: wrap;
}

body.colored-flower footer .footer-sec-shortcode img.footer_wave {
    width: 100%;
    height: 284px;
    object-fit: fill;
    position: absolute;
    bottom: -252px;
    z-index: 1;
    max-height: 284px;
}

body.colored-flower footer .footer-sec-shortcode img.footer_flower {
    position: absolute;
    max-height: 210px;
    left: 148px;
    top: 73px;
    z-index: 11;
    width: 254px;
}

body.colored-flower footer .default-wave-img img,
body.colored-flower footer .deco-circle-img img {
    opacity: 0;
}

.mentions-legales-section p {
    margin-bottom: 15px;
}

.mentions-legales-section p,
.mentions-legales-section p a {
    font-family: "Barlow", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    color: #000000CC;
}

.nv-page-title-wrap h1 {
    color: #133D93;
}

.mentions-legales-section p a {
    text-decoration: none;
}

.mentions-legales-section p a:hover {
    color: #2f5aae;
}

.stay-content ul,
.content-content ul {
    margin: 0px 0px 10px 0px;
}

.legal-motice .nv-page-title-wrap.nv-big-title,
.legal-motice .mentions-legales-section {
    max-width: 1330px;
    width: 100%;
    padding: 0 15px;
    margin: auto;
}

.legal-motice .mentions-legales-section {
    padding-bottom: 70px;
}

.legal-motice .single-page-container.page-wrap .nv-page-title-wrap.nv-big-title {
    margin-top: 64px;
}

.Image-gallery.gallery-spacing-custom .elementor-image-gallery .gallery-icon {
    /* border: 1px solid #232442; */
    min-height: 100%;
    height: 100%;
    min-width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

main#content .Image-gallery.gallery-spacing-custom figure.gallery-item {
    margin: 0 0 20px 0;
    min-height: 515px;
    min-width: 415px;
    border: 1px solid #232442;
    padding: 0;
}

main#content .Image-gallery.gallery-spacing-custom .gallery-size-full {
    margin: 0;
}

main#content div:not(.inner-section) .background-img-size-full .elementor-widget-text-editor {
    color: #FFF;
}


.container.single-page-container {
    max-width: 100%;
    padding: 0;
}

.container.single-page-container .nv-page-title-wrap.nv-big-title {
    display: none;
}

.container.single-page-container ul.hfe-breadcrumbs.hfe-breadcrumbs-show-home {
    margin: 0;
}

.container.single-page-container ul.hfe-breadcrumbs.hfe-breadcrumbs-show-home li {
    margin-top: 0;
}

.nos-page-photo-gallery.gallery-spacing-custom .gallery {
    gap: 0;
}

main#content .nos-page-photo-gallery.gallery-spacing-custom .gallery figure.gallery-item {
    padding: 0 14px 14px 0;
}

main#content .nos-page-photo-gallery.gallery-spacing-custom .gallery {
    justify-content: center;
    margin: 0 -14px -14px 0;
}

main#content .nos-page-photo-gallery.gallery-spacing-custom .gallery figure.gallery-item {
    width: 25%;
}

main#content .nos-page-photo-gallery.gallery-spacing-custom .gallery figure.gallery-item .gallery-icon {
    height: 430px;
}

main#content .nos-page-photo-gallery.gallery-spacing-custom .gallery figure.gallery-item .gallery-icon img {
    width: 100%;
}

main#content .nos-page-photo-gallery.gallery-spacing-custom .gallery figure.gallery-item .gallery-icon img {
    height: inherit;
    object-fit: cover;
}

.relative-mark>div.e-con-inner {
    position: relative;
}


/* 13-09-2025 */

body .nos-sejours-section .box-wrap .owl-item .our-stays-thumbnail>a:nth-child(1) {
    height: 100%;
    min-height: 485px;
}

.stay-desc-content .stay-dates-again,
body .short-code-prochaines-section .content-content p {
    margin-bottom: 15px;
}

.our-stays-detail .our-stay-data ul.custom-stay-content {
    padding: 23px 25px 30px !important;
}

.our-stays-detail .our-stay-data ul.custom-stay-content li {
    list-style: none;
    position: relative;
    padding-left: 40px;
    font-family: 'Barlow';
    line-height: 160%;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 9px;
}

.our-stays-detail .our-stay-data ul.custom-stay-content li::before {
    content: '';
    position: absolute;
    left: 0;
    width: 28px;
    height: 28px;
    top: 2px;
    background-color: transparent;
    background-image: url(../images/calendar-icon.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
    border-radius: 0;
}

.our-stays-detail .our-stay-data ul.custom-stay-content li.location::before {
    background-image: url(../images/location-icon.png);
}

.our-stays-detail .our-stay-data ul.custom-stay-content li.price::before {
    background-image: url(../images/doller-icon.png);
}

.our-stays-detail .our-stay-data ul.custom-stay-content li:last-child {
    margin-bottom: 0;
}

.stay-content p,
body .ech-top-text p,
body .ech-top-text ul {
    margin-bottom: 15px !important;
}

body .ech-top-text p b,
body .ech-top-text ul li b {
    font-weight: 500;
}

body .ech-top-text ul li {
    position: relative;
}

body .ech-top-text ul li::before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #232442;
    left: 13px;
    top: 14px;
    border-radius: 60px;
}

.custom-stay-content li.price p {
    margin-bottom: 0px !important;
    font-size: 18px;
    line-height: 150%;
    font-weight: 400;
    font-style: italic;
}

body .ech-top-text ul li {
    position: relative;
    padding-left: 30px;
}

body .ech-top-text {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

body .ech-top-text ul {
    margin-bottom: 5px !important;
}

body .ech-top-text b {
    font-weight: 600;
}

/* 13-09-2025 */
.custom-stay-content li.price p {
    margin-left: -40px;
    margin-top: 13px;
}