body {
    font-family: "Poppins", sans-serif;
    margin-left: 75px;
}

.HRnormal{
    color: black;
    margin: 0 0 0 0;
    padding: 0%;
    border: 1px solid rgb(0, 0, 0);
    background-color: black;
    /*width: 740px;*/
}



.Presentation {
    padding-top: 2%;
    padding-bottom: 3%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    flex-direction: row;
    justify-content:center;
    height: inherit;
    background-color: rgb(86, 152, 219)
}

#DescriptionFormation {
    text-align: center;
    font-size: xx-large;
    background-image: linear-gradient(144deg, #AF40FF, #5B42F3 50%, #00DDEB);
    border: none;
    padding: 20px;
    border-radius: 8px;
    box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
    box-sizing: border-box;
    color: #e6e6e6;
    font-size: 20px;
}

.scroll_down {
    text-align: center;
}

.IMG_competence{
    display: flex;
    align-items: center;
    padding-right: 5%;
}

.Projets {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    background-color: #e6e6e6;
    padding-bottom : 2%
}

.Ecole {
    display: block;
}

.Entreprise {
    display: block;
}

.Titre_page {
    display: flex;
    align-items: center; /* Aligne le titre et l'image au centre verticalement */
    justify-content: center; /* Centre le contenu horizontalement */
    gap: 20px; /* Espace entre le titre et l'image */
    margin : 3%;
}

.Titre_pro {
    text-align: center;
    padding: 4%;
    line-height: 130%;
    font-size: xx-large;

}

.Titre_page img {
    width: 10%;
    /*height: 5%; /* Ajuste la hauteur de l'image pour qu’elle soit proportionnelle au titre */
    height: auto; /* Maintient le ratio d’aspect de l’image */
}

.Contenu {
    padding: 2% 15%;
    text-align: justify;
}

.section-titre-contenu {
    text-align: center; /* Centre l'élément enfant inline-block */
}

.section-titre {
    text-align: center;
    font-size: 1.8em;
    margin: 40px 0 20px; /* Espace au-dessus et au-dessous du titre */
    color: #333; /* Couleur du texte */
    font-weight: bold;
    padding: 10px 20px; /* Espacement intérieur pour mieux entourer le texte */
    border: 2px solid #000; /* Bordure autour du titre */
    border-radius: 8px; /* Coins arrondis */
    background-color: #f0f0f0; /* Couleur de fond pour faire ressortir la bordure */
    display: inline-block; /* Limite la largeur du titre au texte seulement */
    background-color: #fcfcfc;
}


/* Projets */
/* projets */
/* projets */
/* projets */

.articles {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;

}

.card {
    margin: 10px;
    background-color: #f1f1f1;
    border-radius: 10px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    width: 620px;
    height: 400px;
    margin-bottom: 50px;
    text-decoration: none;
    transition: box-shadow 0.3s ease, background-color 0.3s ease, transform 0.3s ease;
}

.card:hover {
    /*transform: scale(0.98); /* Réduit légèrement la carte pour simuler un effet d’appui */
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5); /* Réduit l’ombre pour renforcer l’effet d’enfoncement */
    background-color: #fff;
    transform: scale(1.02);
}

.card:hover h3{
    text-decoration: underline;
}

.titre_card {
    padding-bottom: 10px;
}

.card-header img {
    width: 100%;
    height: 170px;
    object-fit: contain;
    margin-top: 2%;
}

.card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
}

.card-body p {
    font-size: 16px;
    margin: 0 0 40px;
}

/* projets */
/* projets */
/* projets */
/* projets */

#liens {
    color: #000000;
    text-decoration: none;
}

#liens:hover {
    text-decoration: underline;
}




/* pages_projets */
/* pages_projets */
/* pages_projets */
/* pages_projets */
.Titre_projets{
    background-color: white;
    text-align: center;
    padding: 2% 10px 0px 10px;

    line-height: 130%;
    font-size: xx-large;
    /*text-decoration: underline*/
}


.En_Savoir_plus{
    font-size: x-large;
    padding: 20px;
    text-align: justify;

    padding-left: 10%;
    /*text-align: center;*/
}

#Equipement{
    background-image: url('../images/Réalisation_Pro/illustration_projet.png');
    /*background-color: white;*/
    background-size:contain;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    font-size: x-large;
    text-align: center;
}

#Equipement p{
    padding: 2% 12%;
    text-align: justify;
}


@media (max-width: 1555px) {
    #Equipement{
        background-position: 0px 60px;
    }
}
@media (max-width: 850px) {
    #Equipement{
        background-position: 0px 100px;
    }
}
@media (max-width: 750px) {
    #Equipement{
        background-image: none;
    }
    .detailles{
        padding-top: 10% 20px 0px 20px;
    }
    .Titre_projets{
        padding-top: 25px;
        background-color: #ebebeb;
    }
}

.detailles{
    position: relative;
    display: flex;
    justify-content: center;
    padding: 32.5% 20px 0px 20px;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    padding-bottom: 2%;
}

.detailles_img{
    padding-top: 20px;
    justify-content: center;
    align-items: center;
    justify-content: flex-start;
    font-size: 1.75em;
}

.detailles_card{
    background-color: #81a7b9;
    color: white;
    position: static;
    /*box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);*/
    border-radius: 30px;
    overflow: hidden;
    margin: 20px;
    height: 200px;
    width: 250px;
}


/*
.detailles_card:hover {
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2);
}
*/

.detailles_titre {
    text-align: center;
    /*font-weight: bold;*/
    padding: 5px;
    font-size: 90%;
}
.detailles_text{
    text-align: center;
    font-weight: bold;
    padding: 5px;
    font-size: 90%;
}


@media (max-width: 900px) {
    .detailles_titre {
        font-size: 70%;
        padding-top: 17px;
    }
    .detailles_img{
        display: none;
    }
    .detailles_card{
        height: 100px;
        width: 250px;
    }
}

/* pages_projets */
/* pages_projets */
/* pages_projets */
/* pages_projets */


/*Palo Alto*/
/*Palo Alto*/
/*Palo Alto*/
/*Palo Alto*/
.palo_Alto_titre {
    text-align: center;
}

.img_pro {
    padding: 4%;
}

.Palo_Alto_Presentation {
    padding-left: 10%;
    font-size: x-large;
}

/*Palo Alto*/
/*Palo Alto*/
/*Palo Alto*/
/*Palo Alto*/

/*Button Projets*/
/*Button Projets*/
/*Button Projets*/
/*Button Projets*/
/*Button Projets*/

.Button{
    background-color: white;

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

    padding: 12px 18px;
    margin: 2%;

    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*/
/*Button Projets*/
/*Button Projets*/
/*Button Projets*/
/*Button Projets*/

/* Outil */
/* Outil */
/* Outil */
/* Outil */

.deploiement {
    font-size: x-large;
    text-align: center;
}

.outil {
    text-align: center;
    font-size: x-large;
}

/* Outil */
/* Outil */
/* Outil */
/* Outil */