*, div, p {
    outline: none;
    -webkit-appearance: none;
    box-sizing: border-box;
    
    }

    body, html {
        margin: 0;
        font-family:
    }

   
    *, div, p {
        outline: none;
        -webkit-appearance: none;
        box-sizing: border-box;
        
        }
    
        body, html {
            margin: 0;
            font-family: 'Arial', sans-serif;
            overflow-x:hidden;
        }
     
        .topbar{
            position: relative;
            top:0px;
            height: 180px;
            width: 100vw;
            overflow: visible;
            padding: 0;
        }
    
        .topbar_top{
            position: relative;
            display: flex;
            height: 100%;
            width: 100%;
            justify-content: flex-start;
            align-items: center;
        }
    
        .logo{
            width: 250px;
            height: 100px;
            margin-left: 120px;
            margin-right: 120px;
            align-self: flex-start;
            margin-top: 20px;
        }
    
        .logo img{
            width: 230px;
            height: 100px;
            vertical-align: middle;

        }

        /* Styles pour le bouton hamburger */
        .hamburger-checkbox {
            display: none; /* Masquer la case à cocher */
        }

        .hamburger {
            display: none; /* Masquer le contenu par défaut du label */
            cursor: pointer;
            font-size: 50px;
            font-weight: bold;
            text-align: right;
            margin-right: 40px;
            margin-bottom: 60px;
            color:#428281;
        }
    
        .menu {
            display: flex;
            width: 100%;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            margin-left: 160px;
            margin-right: 140px;
            padding-right: 20px;
        }
        
        .menu a {
            text-decoration: none;
            font-size: 20px;
            font-weight: 300;
            padding: 10px 20px;
            position: relative; /* Ajoutez une position relative pour positionner le pseudo-élément */
        }
    
        .association a{
            color: white;
        }
    
        .chantiers a, .outils a,.contact a,.plus a{
            color: #428281;
        }
        
        /* Style des boutons de la topbar */
        .association a::before {
            content: '';
            position: absolute;
            top: 0;
            left: -10px; /* Ajustez l'espace pour inclure la partie inclinée */
            width: calc(100% + 20px); /* Ajustez la largeur pour inclure la partie inclinée */
            height: 100%;
            background-color: #3CBF87;
            transform: skewX(-20deg); /* Incline le fond */
            z-index: -1; /* Placez le pseudo-élément derrière le texte */
            transition: background-color 0.3s; /* Ajoutez une transition pour le changement de couleur au survol */
        }
        
        .chantiers > a:hover::before {
            background-color: #3CBF87; 
        }
    
        .chantiers > a::before, .outils a::before, .outils a::before, .contact a::before, .plus a::before {
            content: '';
            position: absolute;
            top: 0;
            left: -10px; /* Ajustez l'espace pour inclure la partie inclinée */
            width: calc(100% + 20px); /* Ajustez la largeur pour inclure la partie inclinée */
            height: 100%;
            background-color:white;
            transform: skewX(-20deg); /* Incline le fond */
            z-index: -1; /* Placez le pseudo-élément derrière le texte */
            transition: background-color 0.3s; /* Ajoutez une transition pour le changement de couleur au survol */
        }
    
        .chantiers a:hover::before, .outils a:hover::before, .outils a:hover::before, .contact a:hover::before, .plus a:hover::before {
            color: white;
            background-color: #3CBF87;
        }
    
        .chantiers  a:hover, .outils a:hover, .outils a:hover, .contact a:hover, .plus a:hover{
            color: white;
        }
    
        /* Style du bouton déroulant */
        .dropdown-content {
        display: none;
        position: absolute;
        background-color: white;
        width: 305px;
        box-shadow: 2px 2px 13px #00000019;
        border-radius: 6px; /* Ajoute des coins arrondis */
        padding-top: 10px;
        margin-top: 10px;
        margin-left: -20px;
        z-index: 1;
        }
    
        .dropdown-content a {
        color:#428281;
        font-size: 20px;
        font-weight: 300;
        padding: 12px 20px;
        padding-left: 40px;
        text-decoration: none;
        display: block;
        }
    
        .dropdown-content a:hover {
        background-color: #f1f1f1;
        color: #428281;
        }
    
        /* Afficher le contenu du bouton déroulant lorsqu'il est survolé ou que le bouton principal est survolé */
    .chantiers:hover .dropdown-content,
    .dropdown-content:hover {
        display: block;
    }
    
        /* Ajouter une bordure en haut du premier lien du menu déroulant */
    .dropdown-content a:first-child {
        border-top: 6px solid #3CBF87;
        border-radius: 6px;
    }
    
        .evenement{
            position: absolute;
            bottom: 0px;
            height: 40px;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: start;
            background-color: #339B6F;
            padding-left: 274px;
            padding-right: 50px;
            overflow: hidden;
            white-space: nowrap;                    
        }
    
        .evenement p{
            color: white;
            font-size: 25px;
            font-weight: 300;
            margin: 0;     
        }

        main{
            margin:0;
            max-width:100vw;
            overflow: hidden;
            text-align: center;
            background-color: #F7F7F7;
        }

        .titre_h2{
            font-size: 40px;
            font-weight: 500;
            color: #4A4A4A;
            text-align: left; /* Aligne le texte à gauche */
            display: inline-block; /* Permet de centrer le bloc */
            margin: 10px;
            line-height: 1.3;
        }
        
        .fond_vert{
            background-color: #3CBF87;
            color: white;
            border-radius: 6px;
            padding: 8px;
        }
        
        .fond_orange{
            background-color: #F47D61;
            color: white;
            border-radius: 6px;
            padding: 8px;
        }

         /* Afficher une bubble-text*/
         .bubble-text{
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
            background:#3CBF87;
            color:#FFFFFF; 
            font-size: 40px;
            font-weight:bold;
            border-radius:20px;
            box-shadow: 12px 12px 30px #0000001C;
            width:450px;
            height:100px;
            margin-left:388px;
        }
        
        .bubble-text::after{
        content:""; 
        border-left:20px solid transparent;
        border-right:20px solid transparent;
        border-top: 20px solid #3CBF87;
        position:absolute;
        bottom: -20px;
        right: 40px;
        }

        .article{
        max-width: 1500px;
        margin: auto;
        padding: 20px;
        font-size: 25px;
        font-weight: 400;
        color:#4A4A4A;
        text-align: left; 
        line-height: 1.5;
        }

        .image{
        max-width: 1500px;
        margin: auto;
        padding-left: 100px;
        padding-right: 100px;
        }

        .image img{
            width: 100%;
        }


        .footer {
            position:relative; 
            display: flex;
            align-items: center;
            justify-content:center;
            flex-direction: column;
            bottom: 0;
            height:100vh;
            width: 100vw; 
            background-color: white;
            margin: 20px;
        }

        .image_logo{
         padding-bottom: 130px;
        }

        
        .logo_footer {
            width:447px;
            height: 204px;
        }

        .info_footer {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between; 
            align-items: center;
            padding-right: 100px;
            padding-left: 250px;
        }
        
        .item_footer {
            flex-basis: calc(33.33% - 0px); /* Chaque élément occupe un tiers de la largeur disponible */
            margin-bottom: 20px;
            padding: 10px;
        }

        .item_footer a{
            color:#428281;
            font-size: 30px;
            font-weight: 500;
            text-decoration: none;
            text-align:left;
            padding-left: 20px;
        }

        