body{
    font-family: "Poppins", sans-serif;
    background-color: rgb(235, 235, 235);
    margin-left: 75px;
}

.Titre{
    line-height: 130%;
    font-size: xx-large;
    font-weight: bold;
}

.etat{
    text-align: center;
}

.etat h2{
    padding-left: 100px;
    padding-right: 100px;
}

.etat > h2 > a{
    color: #000000;
}

#titre{
    margin: 0%;
    padding: 0%;
    font-size: 260%;
}

hr{
    margin: 2%;
    padding: 0%;
    margin-right: 50px;
    margin-left: 50px;
    color: black;
    border: 1px solid rgb(0, 0, 0);
    background-color: black;
}

#liens{
    color: black;
}

.outils{
    padding: 2%;
    text-align: left;
    padding-left: 5%;
    line-height: 150%;
}


/* Scroll top 
#scroll_to_top {
    position:fixed;
    width: 35px;
    height: 35px;
    bottom: 10px;
    right: 10px;
    background-color: rgb(139, 139, 139);
    padding: 5px;
  }
#scroll_to_top img {
    width: 25px;
    text-align: center;
}
*/


/**/
.chiffres_clés {
    padding: 5%;
    display:flex;
    justify-content: center;
    flex-wrap: wrap;
    min-height: 50vh;
    align-items: center;
    justify-content: center;
    border: none;
    font-family: "Open Sans", sans-serif;
}

.data-card {
    display: flex;
    flex-direction: column;
    max-width: 20.75em;
    min-height: 30em;
    min-width: 20em;
    overflow: hidden;
    border-radius: 0.5em;
    text-decoration: none;
    background:rgb(199, 199, 198);
    margin: 1em;
    padding: 2.75em 2.5em;
    box-shadow: 0 1.5em 2.5em -0.5em rgba(0, 0, 0, 0.1);
    transition: transform 0.45s ease, 0.45s ease;
}

.data-card h3 {
    color: #2e3c40;
    font-size: 3.5em;
    font-weight: 600;
    line-height: 1;
    padding-bottom: 0.5em;
    margin: 0 0 0.142857143em;
    border-bottom: 2px solid #000000;
    transition: color 0.45s ease, border 0.45s ease;
}

.data-card h4 {
    color: #627084;
    text-transform: uppercase;
    font-size: 1.5em;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.1em;
    margin: 0 0 1em;
    transition: color 0.45s ease;
    
}

.data-card h5 {
    color: #627084;
    font-size: 1em;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.03em;
    margin: 0 0 1.5em;
    transition: color 0.45s ease;
}

.data-card p {
    opacity: 1;
    color: #000000;
    font-weight: 6000;
    line-height: 1.8;
    margin: 0 0 1.25em;
    transform: translateY(-1em);
    transition: opacity 0.45s ease, transform 0.5s ease;
    }

.data-card .link-text {
    display: block;
    color: #0066ff;
    font-size: 1.125em;
    font-weight: 600;
    line-height: 1.2;
    margin: auto 0 0;
    transition: color 0.45s ease;
}

.data-card:hover {
    background-image: linear-gradient(135deg, #037703, #7FC12B, #00FF00);
    transform: scale(1.02);
}

.data-card:hover h3 {
    color: #000000;
    border-bottom-color: #000000;
}

.data-card:hover h4 {
    color: #000000;
}

.data-card:hover h5 {
    visibility: hidden;
}

.data-card:hover p {
    opacity: 1;
    transform: none;
}

@-webkit-keyframes point {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(0.125em);
    }
}

@keyframes point {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(0.125em);
    }
}


/* Autres Entreprises */

.container_rectangle {
    display: flex;
    height: 500px;
    flex-wrap: nowrap;
    justify-content:space-around;
    align-items: stretch;
    background-color:#0099ff;
}
.rectangle {
    max-width: 300px;
    min-height: 400px;
    min-width: 75%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
  
    max-width: 500px;
    height: 300px;
    padding: 35px;
  
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.25);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
}


.container_rectangle a {
    display: inline-flex; /* Utilisez flex pour garder les propriétés flexibles des rectangles */
    width: 50%; /* Ajustez selon la largeur de vos rectangles */
    height: 100%; /* Ajustez selon la hauteur souhaitée */
    text-decoration: none; /* Optionnel, pour supprimer le soulignement par défaut des liens */
    align-items: stretch;
    justify-content:space-around;
}
 
/*Button Projets*/

.Button{
    background-color: white;

    font-weight: 700;
    text-transform: uppercase;

    padding: 12px 18px;
    margin-top: 10PX;

    border-radius: 4px;
    border: solid 2px #121212;
    box-shadow: 4px 4px #121212;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}
.Button:hover{
    transform: translate(2px,2px);
    box-shadow: 2px 2px #121212;
    background-color: rgb(240,240,240)
}

/*Button Projets*/