/* Reset CSS */
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@font-face {
    font-family: 'SnellBT';
    src: url('SnellBT-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SnellBT';
    src: url('SnellBT-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
*:not(i) {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
     font-family: "Barlow Condensed", sans-serif !important;
     scrollbar-width: thin;
    scrollbar-color: #b0379b transparent !important;
}

body {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    color: #333;
    overflow-x: hidden;
}

/* Utilities */
.container {
    max-width: 1360px;
    padding: 0 20px;
    margin: auto;
}

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

/* Header Styles */
header {
    background-color: white;
    padding: 15px 0;
    position: relative;
    width: 100%;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

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

.logo {
    width: 80px;
    height: auto;
}

.logo img {
    width: 100%;
    height: auto;
}

nav ul {
    display: flex;
    gap: 30px;
    list-style: none;
}

nav a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    transition: color 0.3s ease;
}

nav a:hover {
    color: #b0379b;
}

/* Hero Section */
.hero {
    background-size: cover;
    background-position: center;
    text-align: center;
    position: relative;
}

.hero h1, .hero h1 span,.hero h1, .hero h1 p {
    font-size: 44px;
    color: #4a4a4a;
    margin-bottom: 30px;
    font-style: italic;
    line-height: 1.4;
    margin: 0;
    font-family: 'SnellBT' !important;
    color: #fff;
    text-align: center;
    max-width: 500px;
}

.button {
    display: inline-block;
    padding: 10px 30px;
    background-color: #b0379b;
    color: white;
    text-decoration: none;
    border-radius: 25px;
    transition: all 0.3s ease;
    font-weight: 500;
    font-family: 'Libre Baskerville' !important;
    margin-top: 50px;
}

.button:hover {
    background-color: #8e2c7c;
    transform: translateY(-2px);
}

/* Introduction Section */
.introduction {
    padding: 80px 0;
    padding-bottom: 0;
}

.intro-content {
    display: flex;
    align-items: center;
    gap: 100px;
    /* max-width: 1000px; */
    margin: 0 auto;
}

.tree-illustration {
    flex: 0 0 50%;
}

.tree-illustration img {
    width: 100%;
    height: 100%;
}

.intro-text {
    flex: 1;
}

.intro-text h2,.services h2 {
    color: #333;
    font-size: 36px;
    margin-bottom: 20px;
    font-style: italic;
    font-family: 'SnellBT' !important;
    border-bottom: 2px solid #9C2886;
    max-width: fit-content;
    line-height: 46px;
    font-weight: bold !important;
}

body .content_single_page  h1, body .content_single_page h2,
 body .content_single_page h3, body .content_single_page h4, 
 body .content_single_page h5, body .content_single_page h6{
    font-family: 'SnellBT' !important;
    border-bottom: 2px solid #9C2886;
    max-width: fit-content;
    line-height: 46px;
    width: fit-content !important;
    text-align: center;
    
    
    
    
    
    !i;
    !;
}

.intro-text p {
    margin-bottom: 25px;
    line-height: 1.8;
    font-family: 'Libre Baskerville' !important;
}

/* Services Section */
.services {
    padding: 80px 0;
    padding-top: 0;
}

div#special {
    background:linear-gradient(180deg, #E0F1F800, #E0F1F8);
}

.services h2 {
    text-align: center;
    margin-bottom: 50px;
    color: #333;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.service-card {
    text-align: center;
    padding: 30px 20px;
    background-color: #fff;
    border-radius: 10px;
    transition: transform 0.3s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.service-card:hover {
    transform: translateY(-10px);
}

.service-icon {
    width: 100px;
    height: auto;
    margin: 0 auto 20px;
}

.service-card h3 {
    color: #333;
    font-size: 20px;
    font-family: 'Libre Baskerville' !important;
    max-width: 240px;
    margin: auto;
    margin-bottom: 15px;
    min-height: 83px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service-card a.button {
    margin: 0;
}
.service-card p {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
    min-height: 168px;
}

/* Testimonials Section */
.testimonials {
    padding: 80px 0;
    background-color: #f5f5f5;
    position: relative;
    overflow: hidden;
    background-image: url('/wp-content/uploads/2024/11/Groupe-427.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.testimonial-slider {
    display: flex;
    gap: 30px;
    padding: 20px 0;
}

.testimonial-card {
    flex: 0 0 calc(33.333% - 20px);
    background: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.testimonial-card p {
    font-style: italic;
    margin-bottom: 20px;
    color: #666;
    font-family: 'Libre Baskerville' !important;
}

.testimonial-card h4 {
    color: #333;
    font-weight: 600;
    font-family: 'Libre Baskerville' !important;
    font-size: 20px;
}

/* CTA Section */
.cta-section {
    padding: 80px 0;
    background-color: #f5f9ff;
    text-align: center;
}

.cta-section h2, .cta-section h2 span,.cta-section h2, .cta-section p {
    font-size: 36px;
    margin-bottom: 36px !important;
    color: #333;
    font-family: 'Libre Baskerville' !important;
    line-height: 36px;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 30px;
}

/* Footer */
footer {
    background-color: #1a1a1a !important;
    color: white;
    padding: 60px 0 30px;
    background-image: url('/wp-content/uploads/2024/11/Groupe-de-masques-14.png') !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.footer-section h3 {
    color: white;
    margin-bottom: 20px;
    font-size: 18px;
}

.footer-section ul {
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 10px;
}

.footer-section a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s ease;
    font-family: 'Libre Baskerville' !important;
    
    
    
    
    !i;
    !;
}

.footer-section a:hover {
    color: white;
}

.social-links {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.social-links a {
    color: white;
    font-size: 20px;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .testimonial-slider {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
    }

    .testimonial-card {
        scroll-snap-align: start;
        flex: 0 0 80%;
    }
}

@media (max-width: 768px) {
    .intro-content {
        flex-direction: column;
        text-align: center;
    }

    .tree-illustration {
        /* max-width: 300px; */
        /* margin: 0 auto; */
        width: 100%;
    }

    .footer-content {
        grid-template-columns: repeat(2, 1fr);
    }

    nav ul {
        display: none;
    }

    .mobile-menu-btn {
        display: block;
    }
}

@media (max-width: 480px) {
    .services-grid {
        grid-template-columns: 1fr;
    }

    .footer-content {
        grid-template-columns: 1fr;
    }

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

    .cta-buttons {
        flex-direction: column;
    }
}

/* Mobile Menu Button */
.mobile-menu-btn {
    display: none;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #333;
}

/* Animation Keyframes */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-fade-in {
    animation: fadeIn 0.6s ease forwards;
}

header.site_header {
    padding: 14px 0;
}

a.logo {
    position: relative;
    width: 100%;
    max-width: 180px;
}

a.logo img {
    width: auto;
    position: absolute;
    top: -33px;
}

a.level_0_item_home.active {
    display: none;
}

a.level_0_item_text {
    color: #000 !important;
}

.search-icon.show-search {
    display: none !important;
}

.slider-item {
    display: flex;
    height: 850px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    align-items: center;
    justify-content: flex-start !important;
}

.element-slider {
    max-width: 1200px;
    width: 90%;
    margin: auto;
}

.hero h1 span {
    font-size: 81px;
}

.content-slider {
    max-width: 500px;
}

.introduction a.button {
    margin-top: 0;
}

section.services p {
    max-width: 1082px;
    font-family: 'Libre Baskerville' !important;
    min-height: 230px;
}

section.cta-section {
    background-image: url('/wp-content/uploads/2024/11/Groupe-429.png') !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    min-height: 650px;
    /* display: flex; */
    position: relative;
}

.cta-section h2 span {
    color: #9C2E88 !important;
}

.cta-buttons a {
    margin: 0;
}

a.button:before {
    content: url('/wp-content/uploads/2024/11/Union-1.png');
    margin-right: 13px;
}

.cta-buttons a:nth-child(1) {
    background-color: #434344;
}

.fa-brands, .fab {
    font-family: "Font Awesome 6 Brands" !important;
}

ul.adresse li {
    font-size: 13px;
    margin: 0;
    font-family: 'Libre Baskerville' !important;
}

a.level_0_item_home {
    display: none !important;
}

.footer-section:last-child {
    display: flex;
    justify-content: flex-end;
}

section.cta-section .container h2:before {
    content: url('/wp-content/uploads/2024/11/logo-02.png');
    position: absolute;
    left: 27px;
    top: -59px;
    z-index: -1;
}

section.cta-section .container h2 {position: relative;z-index: 2;}

section.cta-section .container:after {
    content: url('/wp-content/uploads/2024/11/Groupe-421.png');
    position: absolute;
    top: -97px;
    right: -355px;
    z-index: -1;
    display: none;
}

section.cta-section .container {
    position: relative;
    display: flex;
}

.to_footer_ac_ .container{
    z-index: 2;
}

.menu_view_L1_main {
    padding: 20px;
}

a.view_data_flex_item_text {
    width: 100% !important;
}

/* Style des flÃƒÂ¨ches du slider */
.slick-prev,
.slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    border: none;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    cursor: pointer;
    transition: all 0.3s ease;
}

.slick-prev {
    left: -40px !important;
}

.slick-next {
    right: -40px !important;
}

.slick-prev:hover,
.slick-next:hover {
    background: #007bff;
    color: white;
}

/* Style des icÃƒÂ´nes dans les flÃƒÂ¨ches */
.slick-prev i,
.slick-next i {
    font-size: 16px;
}

/* Style des points de navigation */
.slick-dots {
    bottom: -40px;
}

.slick-dots li button:before {
    font-size: 12px;
}

/* Responsive */
@media (max-width: 768px) {
    .slick-prev {
        left: 10px;
    }
    .slick-next {
        right: 10px;
    }
}

.testimonial-card {
    margin: 0 20px;
}

body button.slick-prev.slick-arrow:before {
    content: '\2039' !important;
    color:#9C2886;
    font-size: 37px;
    font-family: monospace;
}

body button.slick-next.slick-arrow:before {
    content: '\203A' !important;
    color: #9C2886;
    font-size: 37px;
    font-family: monospace;
}

button.slick-arrow {
    background: transparent;
    box-shadow: unset;
    border: 2px solid #9C2886 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slick-prev:hover, .slick-next:hover {
    background: #9d2e8957 !important;
}

body a.level_0_item_text:hover {
    color: #9C2E88 !important;
    border-bottom: 2px solid #9C2E88 !important;
    padding-bottom: 20px;
}

body a.level_0_item_text {
    border-bottom: 2px solid transparent !important;
    padding-bottom: 20px;
    padding-top: 20px;
    text-wrap-mode: nowrap;
}


a.level_0_mobile_head_logo_container {
    display: none;
}

.level_0_mobile_head {
    background: transparent !important;
}

body .level_0_mobile_item_text{
    color: #000000 !important;
}

@media (max-width: 400px){
    .hero h1 span{
        font-size: 60px;
    }

    .button{
        padding: 10px 15px;
    }

    .introduction{
        padding-bottom: 70px;
    }
    
}

.pg_contact_2_content_form_c {
    background: #95338b !important;
}

.elementor-widget-container p,.elementor-widget-container span,.elementor-widget-container strong,.elementor-widget-container em {
    font-family: 'Libre Baskerville' !important;
}

span.cpt_actu_item_excerpt {
    font-family: 'Libre Baskerville' !important;
}

h1,h2,h2,h4,h5 {font-family: 'SnellBT' !important;}

.cpt_actu_item_btn > span{
    background-color: #9C2E88 !important;
    font-family: Libre Baskerville !important;
    color: #fff !important;
}

.cpt_actu_list.style_2 .cpt_actu_item {
    width: 100% !important;!i;!;
    border: unset !important;!i;!;
    border-radius: 20px;
}

.cpt_actu_list.style_2 {
    display: grid;
    grid-template-columns: repeat(4,1fr);
}

span.cpt_actu_item_sized {
    border-radius: 20px;
    overflow: hidden;
}

.cpt_actu_item_btn span {
    border-radius: 2;
}

@media(max-width:1024px){
    .cpt_actu_list.style_2 {
        grid-template-columns: repeat(3,1fr);
    }
}

@media(max-width:880px){
    .cpt_actu_list.style_2 {
        grid-template-columns: repeat(2,1fr);
    }
}

@media(max-width:600px){
    .cpt_actu_list.style_2 {
        grid-template-columns: 1fr;
    }
}

.pg_contact_2_c {
    color: #000 !important;!i;!;
}

.pg_contact_2_content_coord_rs_c a {
    background: #000 !important;
}

@media(max-width:1366px){
    .elementor-element .auto-centrer,.elementor-element.auto-centrer{
        padding-left: 50px;
        padding-right: 50px;
        margin:auto;
    }
}

@media(max-width:600px){
    .elementor-element .auto-centrer,.elementor-element.auto-centrer{
        padding-left: 20px;
        padding-right: 20px;
        margin:auto;
    }
}


.container-element {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 500px;
}

.tree {
  background-image: url('/wp-content/uploads/2024/11/arbre.png');
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 20px;
  height: 710px;
  width: 100%;
  position: absolute;
  max-width: 642px;
  background-position: top center !important;!i;!;
}

.images img {
    border: 9px solid #fff;
    box-shadow: 1px 1px 20px 20px #0000002e;
}
.images {
    background: transparent;
    z-index: 5;
}

.images {
    background: transparent;
    z-index: 5;
    height: 500px;
    width: 100%;
    position: relative;
    display: flex;
}

img.image-1 {
    max-width: 162px;
    position: absolute;
    height: auto;
    bottom: 69px;
    left: 58px;
    transform: rotate(6deg);
}

img.image-2 {
    max-width: 200px;
    position: absolute;
    bottom: 124px;
    height: auto;
    right: 40px;
    transform: rotate(-2deg);
}

img.image-3 {
    max-width: 152px;
    position: absolute;
    height: auto;
    top: -3px;
    right: 93px;
    transform: rotate(-8deg);
}

@media(max-width:1200px){
    .intro-content {
        gap: 50px;
    }

    img.image-1 {
        left: 0;
    }

    img.image-3 {
        right: 0;
    }

    img.image-2 {
        right: 0;
    }
}

@media(max-width:980px){
    .tree {
        height: 500px;
    }
}

@media(max-width:480px){
    .images img {
        width: 34%;
    }

    .images {
        height: 447px;
    }

    .tree {
        height: 382px;
    }
}

/* section.cta-section .container img */
section.cta-section img {
    /* position: absolute;
    right: -300px;
    transform: rotate(17deg);
    border: 10px solid #fff;
    box-shadow: 1px 1px 20px 8px #0000004f;
    max-width: 300px !important; */
    transform: rotate(17deg);
    border: 10px solid #fff;
    box-shadow: 1px 1px 20px 8px #0000004f;
    max-width: 300px !important;
}

.img_position_absolute_ {
    width: 100%;
    display: block;
    max-width: 100%;
    position: absolute;
    text-align: end;
    padding-right: 240px;
    padding-top: 115px;
    top: 10px;
}

.cta_section_content_cust_ {
    display: flex;
    padding-top: 100px;
}

.footer-section a{
    display: block;
}

@media (max-width:1520px){
    .img_position_absolute_ {
        padding-right: 50px;
        padding-top: 50px;
    }
}

@media (max-width: 1350px){
    .services-grid{
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width:1060px){
    .footer-section a{
        line-break: anywhere;
    }
}

@media (max-width: 1024px){
    .services-grid{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width:980px){
    .img_position_absolute_ {
        padding-right: 40px;
        padding-top: 100px;
    }

    .introduction {
        padding-bottom: 70px;
    }
}

@media (max-width:900px){
    .img_position_absolute_ {
        padding-top: 65px;
        text-align: center;
        position: relative;
        padding-right: 0px;
    }

    .img_position_absolute_ img{
        transform: rotate(0deg);
    }
}

@media (max-width: 650px){
    .services-grid{
        grid-template-columns: 1fr;
    }

    section.services p{
        min-height: auto;
    }
}

@media (max-width: 620px){
    .cta-buttons {
        flex-direction: column;
    }
}