
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f9f9f9;
    color: #333;
}

.dashboard {
    display: flex;
    min-height: 100vh;
}

.sidebar {
    width: 250px;
    background-color: #1a237e;
    color: white;
    padding: 20px;
}

.sidebar .logo {
    max-width: 100%;
    margin-bottom: 30px;
}

.sidebar .menu ul {
    list-style: none;
}

.sidebar .menu ul li {
    margin: 15px 0;
}

.sidebar .menu ul li a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

.main-content {
    padding: 30px;
    background-color: #f4f6f8;
    width: 100%;
}

.second-content {
    background-color: #f4f6f8;
    width: 20%;
}


/*
.signalements h1, .actualites h2 {
    margin-bottom: 20px;
}
*/

.categories {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;;
}

.categorie {
    background: white;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    position: relative;
    text-align: center;
    width: 28%;
    height: 170px;
    overflow: hidden;
    box-shadow: 0 4px 8px 0 rgba(224, 224, 224, 0.1), 0 6px 20px 0 rgba(219, 219, 219, 0.1);
    margin-bottom: 30px;
}

.categorie .icone {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
    margin-left: 35%;
}


.categorie img {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
}

.categorie .title {
    position: relative;
    width: 100%;
    background-color: var(--blanc);
    padding: 10px 12px;
    
}

/*

.actualites .actualite {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
*/


.categories_participation {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: baseline;
}

.categorie_participation {
    background: white;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    position: relative;
    text-align: center;
    width: 45%;
    height: auto;
    overflow: hidden;
    box-shadow: 0 4px 8px 0 rgba(224, 224, 224, 0.1), 0 6px 20px 0 rgba(219, 219, 219, 0.1);
    margin-bottom: 30px;
}

.categorie_participation .icone {
    width: 100%;
    height: 100%;
   /* margin-bottom: 10px; */
}


.categorie_participation img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
}

.categorie_participation .title {
    position: relative;
    width: 85%;
    background-color: var(--blanc);
    padding: 5px 12px;
    font-size: 20px;
    font-weight: bold;
    margin-top: -60px;
    margin-left: 45px;
     margin-bottom: 10px;
}

 .categorie_participation .numero {
            background-color: orange;
            color: white;
            font-weight: bold;
            width: 80px;
            height: 80px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            border-radius: 5px;
            font-size: 56px;
            margin-top: -30px;

        }

  

.categorie_participation  .arrow {
    width: 10%;
    height: 10%;
     margin-top: -30px;
    margin-left: 220px;
}



#colonne_droite {
    display: inline-block;
    width: 400px;
}



/* Responsive */
@media (max-width: 1280px) {

    .main-content {
    padding: 30px;
    background-color: #f4f6f8;
    width: 100%;
    }


    .dashboard {
        flex-direction: column;
    }
    .sidebar {
        width: 100%;
        text-align: center;
    }
    .main-content {
        padding: 15px;
    }

    .categories {
        position: relative;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: stretch;
    }

   .categorie {
    background: white;
    border-radius: 10px;
    padding: 15px;
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); */
    position: relative;
    text-align: center;
    width: 38%;
    height: auto;
    overflow: hidden;
    box-shadow: 0 4px 8px 0 rgba(224, 224, 224, 0.1), 0 6px 20px 0 rgba(219, 219, 219, 0.1);
    margin-bottom: 30px;
    }

    
    .categorie .icone {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
    margin-left: 90px;
   }

      
.categories_participation {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: baseline;
}

.categorie_participation {
    background: white;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    position: relative;
    text-align: center;
    width: 45%;
    height: auto;
    overflow: hidden;
    box-shadow: 0 4px 8px 0 rgba(224, 224, 224, 0.1), 0 6px 20px 0 rgba(219, 219, 219, 0.1);
    margin-bottom: 30px;
}

.categorie_participation .icone {
    width: 100%;
    height: 90%;
   /* margin-bottom: 10px; */
}


.categorie_participation img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
}

.categorie_participation .title {
    position: relative;
    width: 105%;
    background-color: var(--blanc);
    padding: 10px 12px;
    font-size: 12px;
    font-weight: bold;
    margin-top: -25px;
    margin-left: 10px;
    margin-bottom: 10px;
    padding-right: 80px;
}

 .categorie_participation .numero {
            background-color: orange;
            color: white;
            font-weight: bold;
            width: 50px;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            border-radius: 5px;
            font-size: 30px;
            margin-top: -30px;

        }



        .container .card .actualites {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            margin-top: 10px;
            flex-direction: row;
            align-items: stretch;
        }

        .container .card .actualites a {
            text-decoration: none;
            font-size: 13px;
            font-weight: 500;
            transition: background 0.3s;
        }

        .container .card .actualites a:hover {
            opacity: 0.85;

       }


         .card-body  h6 {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    }
}


/* Responsive */
@media (max-width: 1024px) {

    .main-content {
    padding: 30px;
    background-color: #f4f6f8;
    width: 100%;
    }


    .dashboard {
        flex-direction: column;
    }
    .sidebar {
        width: 100%;
        text-align: center;
    }
    .main-content {
        padding: 15px;
    }

    .categories {
        position: relative;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: stretch;
    }

   .categorie {
    background: white;
    border-radius: 10px;
    padding: 15px;
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); */
    position: relative;
    text-align: center;
    width: 48%;
    height: auto;
    overflow: hidden;
    box-shadow: 0 4px 8px 0 rgba(224, 224, 224, 0.1), 0 6px 20px 0 rgba(219, 219, 219, 0.1);
    margin-bottom: 30px;
    }

    
    .categorie .icone {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
    margin-left: 35%;
   }


   
.categories_participation {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: baseline;
}

.categorie_participation {
    background: white;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    position: relative;
    text-align: center;
    width: 45%;
    height: auto;
    overflow: hidden;
    box-shadow: 0 4px 8px 0 rgba(224, 224, 224, 0.1), 0 6px 20px 0 rgba(219, 219, 219, 0.1);
    margin-bottom: 30px;
}

.categorie_participation .icone {
    width: 100%;
    height: 90%;
   /* margin-bottom: 10px; */
}


.categorie_participation img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
}

.categorie_participation .title {
    position: relative;
    width: 105%;
    background-color: var(--blanc);
    padding: 10px 12px;
    font-size: 12px;
    font-weight: bold;
    margin-top: -30px;
    margin-left: 40px;
    margin-bottom: 10px;
    padding-right: 80px;
}

 .categorie_participation .numero {
            background-color: orange;
            color: white;
            font-weight: bold;
            width: 50px;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            border-radius: 5px;
            font-size: 30px;
            margin-top: -30px;

        }



        .container .card .actualites {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            margin-top: 10px;
            flex-direction: row;
            align-items: stretch;
        }


        .container .card .actualites a {
            text-decoration: none;
            font-size: 13px;
            font-weight: 500;
            transition: background 0.3s;
            }

        .container .card .actualites a:hover {
            opacity: 0.85;

       }

}



/* Responsive */
@media (max-width: 912px) {

    .main-content {
    padding: 30px;
    background-color: #f4f6f8;
    width: 100%;
    }


    .dashboard {
        flex-direction: column;
    }
    .sidebar {
        width: 100%;
        text-align: center;
    }
    .main-content {
        padding: 15px;
    }

    .categories {
        position: relative;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: stretch;
    }

   .categorie {
    background: white;
    border-radius: 10px;
    padding: 15px;
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); */
    position: relative;
    text-align: center;
    width: 48%;
    height: auto;
    overflow: hidden;
    box-shadow: 0 4px 8px 0 rgba(224, 224, 224, 0.1), 0 6px 20px 0 rgba(219, 219, 219, 0.1);
    margin-bottom: 30px;
    }

    
    .categorie .icone {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
   }

      
.categories_participation {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: baseline;
}

.categorie_participation {
    background: white;
    border-radius: 10px;
    padding: 5px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    position: relative;
    text-align: center;
    width: 45%;
    height: auto;
    overflow: hidden;
    box-shadow: 0 4px 8px 0 rgba(224, 224, 224, 0.1), 0 6px 20px 0 rgba(219, 219, 219, 0.1);
    margin-bottom: 30px;
}

.categorie_participation .icone {
    width: 100%;
    height: 80%;
   /* margin-bottom: 10px; */
}


.categorie_participation img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
}

.categorie_participation .title {
    position: relative;
    width: 120%;
    background-color: var(--blanc);
    padding: 10px 12px;
    font-size: 10px;
    font-weight: bold;
    margin-top: -38px;
    margin-left: 20px;
    margin-bottom: 10px;
    padding-right: 80px;
}

 .categorie_participation .numero {
            background-color: orange;
            color: white;
            font-weight: bold;
            width: 30px;
            height: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            border-radius: 5px;
            font-size: 20px;
            margin-top: -10px;

        }

    .container .card .actualites a {
        text-decoration: none;
        font-size: 11px;
        font-weight: 500;
        transition: background 0.3s;
        }


        
  .card-body  h6 {
    font-size: 8px;
    font-weight: 600;
    text-transform: uppercase;
    }

}




/* Responsive */
@media (max-width: 860px) {

    .main-content {
    padding: 30px;
    background-color: #f4f6f8;
    width: 100%;
    }


    .dashboard {
        flex-direction: column;
    }
    .sidebar {
        width: 100%;
        text-align: center;
    }
    .main-content {
        padding: 15px;
    }

    .categories {
        position: relative;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: stretch;
    }

   .categorie {
    background: white;
    border-radius: 10px;
    padding: 15px;
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); */
    position: relative;
    text-align: center;
    width: 48%;
    height: auto;
    overflow: hidden;
    box-shadow: 0 4px 8px 0 rgba(224, 224, 224, 0.1), 0 6px 20px 0 rgba(219, 219, 219, 0.1);
    margin-bottom: 30px;
    }

    
    .categorie .icone {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
   }

      
.categories_participation {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: baseline;
}

.categorie_participation {
    background: white;
    border-radius: 10px;
    padding: 5px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    position: relative;
    text-align: center;
    width: 45%;
    height: auto;
    overflow: hidden;
    box-shadow: 0 4px 8px 0 rgba(224, 224, 224, 0.1), 0 6px 20px 0 rgba(219, 219, 219, 0.1);
    margin-bottom: 30px;
}

.categorie_participation .icone {
    width: 100%;
    height: 80%;
   /* margin-bottom: 10px; */
}


.categorie_participation img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
}

.categorie_participation .title {
    position: relative;
    width: 120%;
    background-color: var(--blanc);
    padding: 10px 12px;
    font-size: 10px;
    font-weight: bold;
    margin-top: -38px;
    margin-left: 20px;
    margin-bottom: 10px;
    padding-right: 80px;
}

 .categorie_participation .numero {
            background-color: orange;
            color: white;
            font-weight: bold;
            width: 30px;
            height: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            border-radius: 5px;
            font-size: 20px;
            margin-top: -10px;

        }

    .container .card .actualites a {
        text-decoration: none;
        font-size: 11px;
        font-weight: 500;
        transition: background 0.3s;
        }


        
  .card-body  h6 {
    font-size: 8px;
    font-weight: 600;
    text-transform: uppercase;
    }

}



/* Responsive */
@media (max-width: 820px) {

    .main-content {
    padding: 30px;
    background-color: #f4f6f8;
    width: 85%;
    }


    .dashboard {
        flex-direction: column;
    }
    .sidebar {
        width: 100%;
        text-align: center;
    }
    .main-content {
        padding: 15px;
    }

    .categories {
        position: relative;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: stretch;
    }

   .categorie {
    background: white;
    border-radius: 10px;
    padding: 15px;
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); */
    position: relative;
    text-align: center;
    width: 48%;
    height: auto;
    overflow: hidden;
    box-shadow: 0 4px 8px 0 rgba(224, 224, 224, 0.1), 0 6px 20px 0 rgba(219, 219, 219, 0.1);
    margin-bottom: 30px;
    }

    
    .categorie .icone {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
    margin-left: 94px;
   }

      
.categories_participation {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: baseline;
}

.categorie_participation {
    background: white;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    position: relative;
    text-align: center;
    width: 45%;
    height: auto;
    overflow: hidden;
    box-shadow: 0 4px 8px 0 rgba(224, 224, 224, 0.1), 0 6px 20px 0 rgba(219, 219, 219, 0.1);
    margin-bottom: 30px;
}

.categorie_participation .icone {
    width: 100%;
    height: 100%;
   /* margin-bottom: 10px; */
}


.categorie_participation img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
}

.categorie_participation .title {
    position: relative;
    width: 95%;
    background-color: var(--blanc);
    padding: 10px 12px;
    font-size: 15px;
    font-weight: bold;
    margin-top: -60px;
    margin-left: 60px;
    margin-bottom: 10px;
    padding-right: 80px;
}

 .categorie_participation .numero {
            background-color: orange;
            color: white;
            font-weight: bold;
            width: 70px;
            height: 70px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            border-radius: 5px;
            font-size: 46px;
            margin-top: -30px;

        }

}



/* Responsive */
@media (max-width: 768px) {
    .dashboard {
        flex-direction: column;
    }
    .sidebar {
        width: 100%;
        text-align: center;
    }
    .main-content {
        padding: 15px;
    }

    .categories {
        position: relative;
        width: 100%;
        display: flex;
        justify-content: space-around;
        align-items: flex-start;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: space-around;
    }

   .categorie {
    background: white;
    border-radius: 10px;
    padding: 15px;
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); */
    position: relative;
    text-align: center;
    width: 100%;
    height: auto;
    overflow: hidden;
    box-shadow: 0 4px 8px 0 rgba(224, 224, 224, 0.1), 0 6px 20px 0 rgba(219, 219, 219, 0.1);
    margin-bottom: 30px;
    }

    .categorie .icone {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
    margin-left: 235px;
   }


     
.categories_participation {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: baseline;
}

.categorie_participation {
    background: white;
    border-radius: 10px;
    padding: 5px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    position: relative;
    text-align: center;
    width: 45%;
    height: auto;
    overflow: hidden;
    box-shadow: 0 4px 8px 0 rgba(224, 224, 224, 0.1), 0 6px 20px 0 rgba(219, 219, 219, 0.1);
    margin-bottom: 10px;
}

.categorie_participation .icone {
    width: 100%;
    height: 100%;
   /* margin-bottom: 10px; */
}


.categorie_participation img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
}

.categorie_participation .title {
    position: relative;
    width: 70%;
    background-color: var(--blanc);
    padding: 10px 12px;
    font-size: 10px;
    font-weight: bold;
    margin-top: -30px;
    margin-left: 20px;
    padding-right: 0px;
}

 .categorie_participation .numero {
            background-color: orange;
            color: white;
            font-weight: bold;
            width: 30px;
            height: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            border-radius: 5px;
            font-size: 20px;
            margin-top: -15px;

        }
   
}




@media (max-width: 680px) {
    .dashboard {
        flex-direction: column;
    }
    .sidebar {
        width: 100%;
        text-align: center;
    }
    .main-content {
        padding: 15px;
    }

    .categories {
        position: relative;
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
        flex-direction: row;
        flex-wrap: wrap;
    }

   .categorie {
    background: white;
    border-radius: 10px;
    padding: 15px;
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); */
    position: relative;
    text-align: center;
    width: 100%;
    height: auto;
    overflow: hidden;
    box-shadow: 0 4px 8px 0 rgba(224, 224, 224, 0.1), 0 6px 20px 0 rgba(219, 219, 219, 0.1);
    margin-bottom: 30px;
    }

    .categorie .icone {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
    margin-left: 60px;
   }

      .categories_participation {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: baseline;
}

.categorie_participation {
    background: white;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    position: relative;
    text-align: center;
    width: 100%;
    height: auto;
    overflow: hidden;
    box-shadow: 0 4px 8px 0 rgba(224, 224, 224, 0.1), 0 6px 20px 0 rgba(219, 219, 219, 0.1);
    margin-bottom: 30px;
}

.categorie_participation .icone {
    width: 100%;
    height: 100%;
   /* margin-bottom: 10px; */
}


.categorie_participation img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
}

.categorie_participation .title {
    position: relative;
    width: 100%;
    background-color: var(--blanc);
    padding: 10px 12px;
    font-size: 15px;
    font-weight: bold;
    margin-top: -60px;
    margin-left: 40px;
     margin-bottom: 10px;
}

 .categorie_participation .numero {
            background-color: orange;
            color: white;
            font-weight: bold;
            width: 80px;
            height: 80px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            border-radius: 5px;
            font-size: 56px;
            margin-top: -30px;

        }
   


}



@media (max-width: 540px) {
    .dashboard {
        flex-direction: column;
    }
    .sidebar {
        width: 100%;
        text-align: center;
    }
    .main-content {
        padding: 15px;
    }

    .categories {
        position: relative;
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
        flex-direction: row;
        flex-wrap: wrap;
    }

   .categorie {
    background: white;
    border-radius: 10px;
    padding: 15px;
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); */
    position: relative;
    text-align: center;
    width: 100%;
    height: auto;
    overflow: hidden;
    box-shadow: 0 4px 8px 0 rgba(224, 224, 224, 0.1), 0 6px 20px 0 rgba(219, 219, 219, 0.1);
    margin-bottom: 30px;
    }

    .categorie .icone {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
    margin-left: 155px;
   }

      .categories_participation {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: baseline;
}

.categorie_participation {
    background: white;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    position: relative;
    text-align: center;
    width: 100%;
    height: auto;
    overflow: hidden;
    box-shadow: 0 4px 8px 0 rgba(224, 224, 224, 0.1), 0 6px 20px 0 rgba(219, 219, 219, 0.1);
    margin-bottom: 30px;
}

.categorie_participation .icone {
    width: 100%;
    height: 100%;
   /* margin-bottom: 10px; */
}


.categorie_participation img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
}

.categorie_participation .title {
    position: relative;
    width: 80%;
    background-color: var(--blanc);
    padding: 10px 12px;
    font-size: 15px;
    font-weight: bold;
    margin-top: -60px;
    margin-left: 40px;
    margin-bottom: 10px;
    padding-right: 80px;
}

 .categorie_participation .numero {
            background-color: orange;
            color: white;
            font-weight: bold;
            width: 80px;
            height: 80px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            border-radius: 5px;
            font-size: 56px;
            margin-top: -30px;

        }
   


}



@media (max-width: 480px) {
    .dashboard {
        flex-direction: column;
    }
    .sidebar {
        width: 100%;
        text-align: center;
    }
    .main-content {
        padding: 15px;
    }

    .categories {
        position: relative;
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
        flex-direction: row;
        flex-wrap: wrap;
    }

   .categorie {
    background: white;
    border-radius: 10px;
    padding: 15px;
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); */
    position: relative;
    text-align: center;
    width: 100%;
    height: auto;
    overflow: hidden;
    box-shadow: 0 4px 8px 0 rgba(224, 224, 224, 0.1), 0 6px 20px 0 rgba(219, 219, 219, 0.1);
    margin-bottom: 30px;
    }

    .categorie .icone {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
    margin-left: 105px;
   }

      .categories_participation {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: baseline;
}

.categorie_participation {
    background: white;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    position: relative;
    text-align: center;
    width: 100%;
    height: auto;
    overflow: hidden;
    box-shadow: 0 4px 8px 0 rgba(224, 224, 224, 0.1), 0 6px 20px 0 rgba(219, 219, 219, 0.1);
    margin-bottom: 30px;
}

.categorie_participation .icone {
    width: 100%;
    height: 100%;
   /* margin-bottom: 10px; */
}


.categorie_participation img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
}

.categorie_participation .title {
    position: relative;
    width: 100%;
    background-color: var(--blanc);
    padding: 10px 12px;
    font-size: 15px;
    font-weight: bold;
    margin-top: -50px;
    margin-left: 25px;
    margin-bottom: 10px;
    padding-right: 80px;
}

 .categorie_participation .numero {
    background-color: orange;
    color: white;
    font-weight: bold;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 5px;
    font-size: 36px;
    margin-top: -20px;

}
   

}

   @media (max-width: 410px) {
    .dashboard {
        flex-direction: column;
    }
    .sidebar {
        width: 100%;
        text-align: center;
    }
    .main-content {
        padding: 15px;
    }

    .categories {
        position: relative;
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
        flex-direction: row;
        flex-wrap: wrap;
    }

   .categorie {
    background: white;
    border-radius: 10px;
    padding: 15px;
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); */
    position: relative;
    text-align: center;
    width: 100%;
    height: auto;
    overflow: hidden;
    box-shadow: 0 4px 8px 0 rgba(224, 224, 224, 0.1), 0 6px 20px 0 rgba(219, 219, 219, 0.1);
    margin-bottom: 30px;
    }

    .categorie .icone {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
    margin-left: 96px;
   }

      .categories_participation {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: baseline;
}

.categorie_participation {
    background: white;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    position: relative;
    text-align: center;
    width: 100%;
    height: auto;
    overflow: hidden;
    box-shadow: 0 4px 8px 0 rgba(224, 224, 224, 0.1), 0 6px 20px 0 rgba(219, 219, 219, 0.1);
    margin-bottom: 30px;
}

.categorie_participation .icone {
    width: 100%;
    height: 100%;
   /* margin-bottom: 10px; */
}


.categorie_participation img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
}

.categorie_participation .title {
    position: relative;
    width: 100%;
    background-color: var(--blanc);
    padding: 10px 12px;
    font-size: 15px;
    font-weight: bold;
    margin-top: -60px;
    margin-left: 55px;
    margin-bottom: 10px;
    padding-right: 80px;
}

 .categorie_participation .numero {
            background-color: orange;
            color: white;
            font-weight: bold;
            width: 80px;
            height: 80px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            border-radius: 5px;
            font-size: 56px;
            margin-top: -30px;

        }
   

}


  @media (max-width: 375px) {
    .dashboard {
        flex-direction: column;
    }
    .sidebar {
        width: 100%;
        text-align: center;
    }
    .main-content {
        padding: 15px;
    }

    .categories {
        position: relative;
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
        flex-direction: row;
        flex-wrap: wrap;
    }

   .categorie {
    background: white;
    border-radius: 10px;
    padding: 15px;
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); */
    position: relative;
    text-align: center;
    width: 100%;
    height: auto;
    overflow: hidden;
    box-shadow: 0 4px 8px 0 rgba(224, 224, 224, 0.1), 0 6px 20px 0 rgba(219, 219, 219, 0.1);
    margin-bottom: 30px;
    }

    .categorie .icone {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
    margin-left: 87px;
   }


      .categories_participation {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: baseline;
}

.categorie_participation {
    background: white;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    position: relative;
    text-align: center;
    width: 100%;
    height: auto;
    overflow: hidden;
    box-shadow: 0 4px 8px 0 rgba(224, 224, 224, 0.1), 0 6px 20px 0 rgba(219, 219, 219, 0.1);
    margin-bottom: 30px;
}

.categorie_participation .icone {
    width: 100%;
    height: 100%;
   /* margin-bottom: 10px; */
}


.categorie_participation img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
}

.categorie_participation .title {
    position: relative;
    width: 100%;
    background-color: var(--blanc);
    padding: 10px 12px;
    font-size: 15px;
    font-weight: bold;
    margin-top: -60px;
    margin-left: 40px;
     margin-bottom: 10px;
}

 .categorie_participation .numero {
            background-color: orange;
            color: white;
            font-weight: bold;
            width: 80px;
            height: 80px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            border-radius: 5px;
            font-size: 56px;
            margin-top: -30px;

        }
   

}

     @media (max-width: 350px) {
    .dashboard {
        flex-direction: column;
    }
    .sidebar {
        width: 100%;
        text-align: center;
    }
    .main-content {
        padding: 15px;
    }

    .categories {
        position: relative;
        width: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
        flex-direction: row;
        flex-wrap: wrap;
    }

   .categorie {
    background: white;
    border-radius: 10px;
    padding: 15px;
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); */
    position: relative;
    text-align: center;
    width: 100%;
    height: auto;
    overflow: hidden;
    box-shadow: 0 4px 8px 0 rgba(224, 224, 224, 0.1), 0 6px 20px 0 rgba(219, 219, 219, 0.1);
    margin-bottom: 30px;
    }

    .categorie .icone {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
    margin-left: 69px;
   }

   .categories_participation {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: baseline;
}

.categorie_participation {
    background: white;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    position: relative;
    text-align: center;
    width: 100%;
    height: auto;
    overflow: hidden;
    box-shadow: 0 4px 8px 0 rgba(224, 224, 224, 0.1), 0 6px 20px 0 rgba(219, 219, 219, 0.1);
    margin-bottom: 30px;
}

.categorie_participation .icone {
    width: 100%;
    height: 100%;
   /* margin-bottom: 10px; */
}


.categorie_participation img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
}

.categorie_participation .title {
    position: relative;
    width: 100%;
    background-color: var(--blanc);
    padding: 10px 12px;
    font-size: 13px;
    font-weight: bold;
    margin-top: -50px;
    margin-left: 50px;
    margin-bottom: 10px;
    padding-right: 80px;
}

 .categorie_participation .numero {
            background-color: orange;
            color: white;
            font-weight: bold;
            width: 60px;
            height: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            border-radius: 5px;
            font-size: 36px;
            margin-top: -30px;

        }
   
}

