/*mes variable css */
:root {
    --main-red-color: #b2310d;
    --main-red-light-color: #ED1C24;
    --main-red-dark-color: #C61017;
    --main-blue-color: #739de3;
    --main-white-color: #ffffff;
    --main-grey-light-color: #8B8B8B;
    --main-grey-extra-light-color: #EFEFEF;
    --main-grey-color: #1a1a1a;
    --main-grey-dark-color: #343434;
    --main-black-color: #000000;

}
/*pour tous les elements*/
*{
    margin-left: 10px;
    margin-right: 10px;
    font-size: 16px;
}
/*element de balise a*/
a{
    cursor: pointer;
}

/*sur tous la page web*/
body{
    background-color: var(--main-white-color);
    font-family: 'Lato', 'SansSerif', serif;
}
/*sur la partie header*/
header{
position: fixed;
    width: 100%;
    background-color: var(--main-white-color);
    z-index: 1000;
    top:0;
}
/*quand la taille de navigateur est inferrieur de 500px*/
@media (max-width: 500px) {
    /* Styles pour mobiles et tablettes */

    body{
        margin: 0 5%;
    }
    h2{
       font-size: 0.938rem;
    }
    h3{
        font-size: 0.875rem;

    }

    p{
        font-size: 0.875rem;
    }

.navigation-main,
.open{
    display: none;
    }

    .burger{
        border: 1px solid var(--main-red-light-color);
        border-radius: 5px;
        display: flex;
        flex-direction: column;
        width: 55px;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        z-index: 101;
    }
    .burger-line{
        display: block;
        height: 2px;
        background-color: var(--main-red-light-color);
        transition: all .3s ease;
        width: 25px;
    }
    .burger-line::before{
        content: "-";
        display: block;
        background-color: var(--main-red-light-color);
        width: 25px;
    }
    .burger-line::after{
        transform: translateY(4px);
        content: "-";
        width: 100%;
        margin-bottom: 1%;
    }
    .burger-text::after{
        content: "MENU";
        display: block;
        font-size: 0.563em;
        margin-top: 0.625em;
        font-family: Didot;
    }

    #profile{
        display: block;
        padding: 5%;
        position: relative;
    }
    .profile{
        width: 100% !important;
        padding: 1% 0;
    }
    .info-profile{
        margin: 0;
        text-align: left;
        }
    .background__carte{
        display: block;
        width: 100%;
        height:auto;
        padding: 10px;
        overflow: hidden;
        margin-top:5%;
    }
    .carteAnimer{
        height: auto;
        position: relative;
    }
    .carte>p{
        padding: 0  5px;
        clear: both;
        position: relative;
        z-index: 800;
    }
    #lange-web,
    #lange-base-donnee,
    #inforgraphie-2D{
        width: 360px;
        height: 240px;
    }
    .competence{
        padding: 0 25px;
        margin: 0 auto;
    }
    .competence__text{
        padding: 0;
        display: flex;
        flex-wrap: wrap;
    }
        .contenu{
            width: 100%;
            height: 100%;
            flex: none;
        }
        .competence__text{
            padding-left: 25px;
            max-width: 100%;
            margin: auto;
            flex-direction: column;
            width: 100%;
        }
        .formation-entier{
            max-width: 850px;
            margin: 0 auto;
            width: 100%;
            padding: 0 25px;
        }
        .formations{
            display: flex;
            flex-wrap: wrap;
            padding: 25px;
            border: 1px solid var(--main-grey-extra-light-color);
            justify-content: flex-start;
            margin-bottom: 25px;
        }
        .nom-batiment{
            display: block;
            width: 100%;
            height: auto;
            max-width: 100%;
        }
        .description{
            width: 100%;
            padding: 0;
        }
        #footer{
            display: block;
        }
        .footer-aboute-me{

        }
        #boites{
            margin-bottom: 25px;
            width: 100%;
            padding-left: 0;
        }
        .img-footer{
            padding: 25px;
        }
        .logo-julien{
            max-width: 100%;
            height: auto;
            vertical-align: middle;
        }
        #Loisirs{
            display: block;
            position: relative;
            margin-bottom: 25px;
            width: 100%;
        }
        .activitee{
            margin: 20px 0;
            max-width: 700px;
        }
        #footer-copyright{
            display: flex;
            flex-wrap: wrap;
            margin: 0;
            padding: 15px 25px;
        }
        #footer-copyright>small{
            display: flex;
            flex-wrap: wrap;
            flex: 1 100%;
            padding-left: 0;
            width: 66.66666%;
        }
}
main{
    margin-top: 60px; /* Ajoute un espace pour éviter que le contenu soit masqué par le header */
    padding: 20px;
}

/* representation du logo */
/*a re verifier*/

/*logo dans le header Nav*/
.logo-julien{
    display: flex;
   width: auto;
    height: 100px;
}
/*parts sur la parties de la navigation du header */
.navigation{
    display: flex;
    align-items: center;
    margin: 0 -1%;
}
.navigation > figure>{

}
.navigation>ul{
    width: 100%;
}
.navigation > li{
    font-size: 1rem;

}
.navigation > li>a{
    display: inline;
    text-decoration: none;
    color:var(--main-grey-color);
    margin-left: 5%;

}

.navigation-main{
    width: 100%;
    padding-left: 20px;
    font-size: 1.125em;
}
.navigation-main>a{
    padding: 10px 5px;
    font-size: 0.875em;
}
.navigation-main :hover{
    animation: none;
   color: var(--main-red-color);
    transition: all .3s ease;
}
/*button du header*/

#chercher{
    font-size: 0.875em;
    color: var(--main-red-light-color);
    border: 1px solid var(--main-red-light-color);
    background-color: var(--main-white-color);
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0 0 0 15%;
    padding: 10px 20px;
    line-height: 30px;
    min-height: 30px;
    flex: none;

}
#chercher:hover{
    background-color: var(--main-red-light-color) ;
    color: var(--main-white-color);
    outline: none;
    text-decoration: none;
    cursor: pointer;

}
#contact{
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.938em;
    background-color: var(--main-red-light-color);
    color: var(--main-white-color);
    padding: 10px 30px;
    border: 1px var(--main-red-light-color) solid;
    border-radius: 5px;
    transition: all .3s ease;
    margin: 5px 0 0 1%;
    line-height: 30px;
    min-height: 30px;

}

#contact:hover{
    transition: all .3s ease;
    padding: 0 40px;
}


/* Pop up*/
#titre-popup{
  color:var(--main-grey-color);
text-align: center;
  font-size: 1.875rem;
    font-weight: 300;
}
.info-pop-up{
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
  color:var(--main-red-color);
    padding: 5px;
    font-size: 1em;
    letter-spacing: 1px;
    text-transform: uppercase;
}



.info-pop-up > li{
    margin: 10px;
    text-align: left;
    border-right: 1px solid var(--main-grey-dark-color);
}

.info-pop-up > li>a{
  color:#F36E73;
    text-decoration:none ;
    display: inline;
}
.info-pop-up > li :before{
    content:"\2714";
    color: var(--main-black-color);
}
.info-pop-up > li :hover{
    content:"\2714";
    color:#F36E73;
}
.info-pop-up > li:hover{
  transform: translateX(2.5%);
}

.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75%;
    height: auto;
    z-index: 1000;
    padding: 20px;
    border-radius: 8px;
    margin-top: 5%;
}


/* Masque l'arrière-plan */
.popup-overlay {
    display: none; /* Caché par défaut */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Arrière-plan semi-transparent */
    z-index: 999; /* Sous la popup */
}

#information-popup{

}
/* Bouton pour fermer */
.close{
font-family: Libre Baskerville Baskerville, Baskerville Old Face, Hoefler Text, Garamond, Times New Roman, serif;
    font-size: 1.125Rem;
    font-style: italic;
    color: var(--main-grey-color);
    cursor: pointer;
    float: right;

}

.popup button.close {
    font-family: Libre Baskerville Baskerville, Baskerville Old Face, Hoefler Text, Garamond, Times New Roman, serif;
    font-size: 1.125em;
    font-style: italic;
    color: var(--main-grey-color);
    cursor: pointer;
    float: right;
}
button{
    text-align: center;
    align-items: center;
}
.loupe{
    margin: 0 25%;
    width:3%;
    height: auto;
    position: absolute;
}
#site-search{
    color: #B1B1B1;
    margin: 0 25%;
    border: none;

}
#site-search:focus{
}
/*fin pop up*/
/*parties du main*/

/*titres de la pages */
#menu-navigation{
    display: flex;
    font-size: 0.938em;
    background-color: var(--main-red-light-color);
}
.logo-text{
    display: flex;
    background-color: var(--main-red-dark-color);
    margin-right: 1%;
    text-transform: uppercase;

}
.navimation-menu{
    float: left;
    padding: 15px 15px;
}
.navimation-menu:hover{
    width: auto;
    padding: 15px 15px;
    background-color: var(--main-red-dark-color);
}

#menu-navigation a {
    text-decoration: none;
    color: var(--main-white-color);
    padding: 15px 15px;
    line-height: 3vh;
}
#menu-navigation a :hover{
    background-color: var(--main-blue-color);
}
/* logo blanc dans le main*/
.logo-julien-blanc{
    width: 50px;
    max-width: 100%;
    max-height: 50px;
    margin: 1% 0;
}
/*main titre*/
h1{
    font-size: 0.938em;
    line-height: 2.6vh;
    margin: 20px;
    grid-row: 1;

}

h1 > span{
    border-bottom: 1px solid black;

}
.profile{
    background-color: var(--main-grey-extra-light-color);
    position: relative;
    text-align: left;
    width: 50%;
    height: 100%;
}
.content__flex{
    display: flex;
    flex-wrap: wrap;
    text-align: left;
}
.info-profile{
    width: 34%;
    padding-left: 0;
    margin-top: 50px;
    flex: none;
    text-align: left;
}
.info-profile>h3{
    width: auto;
    max-width: 90%;
    font-size: 1.125em;
    line-height:1.5em;
    font-weight: 700;
    color: #323232;
    margin:0;
}
.info-profile>p{
    line-height: 1.5em;
    max-width: 90%;
    font-size: 1.125em;
    margin: 0;
}

/*main second titre*/
#profile{
    display: flex;
    padding: 5%;
    margin-top: 5%;
    height: 100%;
}
/*
.profile{
    background-color: var(--main-grey-extra-light-color);
    position: relative;
    text-align: left;
    display: grid;
    grid-template-columns: auto auto;
    width: 50%;
    height: 100%;
}
/*
.profile h2{
    grid-column: 1;
    font-size: 4.063em;
    line-height: 6.5vh;
}
.info-profile{
    margin: 5%;
    margin: 8% 2.5%;
    width: auto;
    flex: none;
    text-align: left !important;
}
*/

#numero-tel{
    grid-column: 1;
}
.nameFull{
    width: auto;
    font-size: 4.063em;
    color: #444444;
    margin: 2.5% 0 ;
}
.info-profile > h3{
    width: auto;
max-width: 90%;
    font-size: 1.125em;
    line-height:1.4em;
    font-weight: 700;
    color: #323232;
    margin:0;

}
.info-profile>p{
    line-height: 1.4em;
    max-width: 90%;
    font-size: 1.125em;
}
.info-profile p{
    color: var(--main-grey-color);
}
.email{
    color: var(--main-red-color);
    line-height: 1em;
    font-size: 1em;
    font-weight: 700;
    text-decoration: none;
    max-width: 100%;
    border-bottom: 5px solid var(--main-red-dark-color);
}

/*partie sur la carte anime*/
/*fond de la partie carte*/
.background__carte{
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(-25px);
    margin-top: 11%;
    margin-left: 5%;
    height: auto;
    background-color: var(--main-white-color);
    padding: 10px;
    box-shadow: 0 2px 8px rgba(26,26,26,.2);
    width: 50%;
    float: left;
}
.carte{
}
.carteAnimer{
    width: 80%;
    position: relative;
    background-color: var(--main-white-color);

}
/*debut css form*/
#form{
    display: flex;
    flex-direction: column;
    height: auto;
    width: 80%;
    margin:  auto;
    text-align: left;
    padding: 50px;
    line-height: 1.6;
    background: rgb(255,0,0);
    color: var(--main-white-color);
    border-radius: 10px;
    background-image: url("../img/form-fond.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}
#form > h2{
    width: 80%;
    font-size: 1.5rem;
    text-align: center;
    margin: 5px 5%;
}
label{

    font-size: 0.5rem;
}
.form-message{
    display: grid;
    grid-template-rows: auto auto;
    height: auto;
    margin-left: 5%;
    margin-right: 5%;

}
.form-message:first-of-type{

}
.form-message:nth-child(2){

}
input:focus ~ span,
.center .inputbox input:valid ~ span {
    transform: translateX(-13px) translateY(-35px);
    font-size: 1em;
}

input,
textarea{
    margin: 10px;
    padding: 10px;
    border: none;
    background-color: rgba(255, 255, 255, 0);
    color: var(--main-white-color);
}
    input:focus,
    textarea:focus{
    border: var(--main-red-dark-color);
        color: var(--main-white-color);
        background-color: var(--main-white-color);
}

label,
textarea {
    font-family: Libre Baskerville Baskerville, Baskerville Old Face, Hoefler Text, Garamond, Times New Roman, serif;
    font-style: italic;
    font-size: 1.5rem;
    letter-spacing: 1px;
}

label {
    display: flex;
}
.border{

    border-bottom: 1px solid var(--main-white-color);
}


.important{
    color: var(--main-white-color);
    margin: 5px;
}

#submit{
    background-color: var(--main-red-dark-color);
    border: var(--main-grey-dark-color) 1px solid;
    color: var(--main-white-color);
    width: 25%;
    height: 150%;
   align-items: center;
    text-align: center;
    margin: 10px 37.5%;
    border-radius: 5px;
}
#submit:hover{
    background-color: var(--main-white-color);
    color: var(--main-red-dark-color);
    border: var(--main-red-color) 1px solid;
}
/*fin css form*/

/*part competence */

#competences{
    margin: 50%;
    line-height: 22px;
    letter-spacing: .6px;
    opacity: 1;
}

#competences > h2{
    font-weight: bold;
    text-align: center;
    font-size: 0.938em;
    line-height: 2.2vh;
    margin-bottom: 2%;
    color: #444444;
    text-transform: uppercase;

}
#competences>p{
    text-align: center;
    margin-bottom: 5%;

}

.competence{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    background-color: var(--main-grey-extra-light-color);
    flex-direction: row-reverse;
    margin: 2.5% auto;
    position: relative;
    width:100%;
    max-width: 1200px;
    height: auto;
    padding: 0 25px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}



#competences{
    margin: 25px 10%;
    height: auto;

}
#competences > p{
    font-weight: 300;
    font-size: 1.875em;
    line-height: 1.688em;
    color: var(--main-grey-dark-color);
}

#Langages-web,
#modelisations-donnees,
#inforgraphie-2D{
}


#modelisations-donnees{
    display: block;
    max-width: 1200px;
    margin: 2% auto;
    width: calc(100% - 50px);
    padding: 0 2%;
}
#modelisations-donnees>div{
    display: flex;


}#modelisations-donnees>.contenu{
 transform: translate(-40px, -40px);
    box-shadow: 0 2px 8px rgba(26,26,26,.2);
 }
 #contenu__donnes{
  max-width: 540px;
 max-height: 450px;
     width: auto;
     height: auto;
     /*espace de qq pixel ver la G*/
     margin-left: -10%;
 }
#modelisations-donnees>img{
width: 100%;
height: auto;
    vertical-align: middle;
}
#text_modelisation{
    display: flex;
    padding-left: 10%;
    max-width: 30%;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    flex: none;
    margin-right: 10%;
}

.contenu{
max-width: 540px;
max-height: 450px;
    overflow: hidden;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    transition: all .8s cubic-bezier(.06,1,.66,08);
    transform: translate(40px, -40px);
    box-shadow: 0 2px 8px rgba(26,26,26,.2);
    flex: none;

}
.contenu>img{
    width: 100%;
    height: auto;
    vertical-align: middle;
}

/*.competence:hover .contenu{*/
/*    transform: translate(0, 0);*/
/*}*/
/*.competence:hover .image-langage-web{*/
/*    transform: translateX(0);*/
/*}*/
.image-container {

}

.profile-picture{
    position: sticky;
    width: 100%;
    max-width: 100%;
    height: auto;

}
.competence__text{
    width: 50%;
    max-width: 50%;
}

.competence__text>h3{
    font-size: 0.938rem;
    color: var(--main-grey-color);
    text-transform: uppercase;
    line-height: 1.625rem;
    font-weight: 800;
    letter-spacing: .6px;
    opacity: 1;
    margin: 25% 0 5%;
}
.competence__text span{
    border-bottom: 1px solid black;
}
.competence__text>p{
    font-size: 1.125em;
    color: var(--main-grey-dark-color);
    line-height: 1.5em;
    margin-top: 15px;
    opacity: 1;
    font-weight: 400;
}
.competence__text>p>a{
    font-size: 1.125em;
    line-height: 1.5;
    letter-spacing: 1px;
    color: var(--main-red-color);
    text-decoration: none;
}


.detail{
    font-family: Libre Baskerville  Baskerville, Baskerville Old Face, Hoefler Text, Garamond, Times New Roman, serif;
    border-style: none;
    display: inline-block;
    font-size: 1.125em;
    font-weight: 100;
    font-style: italic;
    text-decoration: none;
    line-height: 1.5em;
    letter-spacing: 1px;
    /*color: var(--main-red-color);*/
    color: #ed1c24;
}

.fleche-competence {
    font-size: 1.2rem;
}

.competence>h3{
    display: block;
    font-size: 0.938rem;
    color: var(--main-grey-color);
    font-weight: 700;
    text-transform: uppercase;
    grid-column: 1;
    height: 10%;
    margin-bottom: 15px;
}
.competence>p{
    font-size: 1em;
    color: var(--main-grey-dark-color);
    font-weight: 400;
    line-height: 1.5rem;
    margin-top: 15px;
    grid-column: 1;
}
.border__title{
    border-bottom: 1px solid black;

}

.competence>image{

}

.detail>span{
    display: inline-block;
    border-style: none;
    text-decoration: none;
    transition: transform 0.3s ease, color 0.3s ease;
}
.detail>span:hover{
    transform: scale(1.2) translateX(5px);

    transform: scale(1.2) translateX(5px);
}


.fleche>a{
    color: var(--main-red-color);
    text-decoration: none;
}
.fleche>a:hover{

}


.Competence li{
    display: flex;
    border-bottom: 1px solid #1a1a1a;
}

#modelisations-donnees>img{
    position: sticky;
    top: 20px;
    left: 20px;

}

.contenu{
    max-width: 540px;
    max-height: 450px;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    transition: all .8s cubic-bezier(.06,1,.66,1.08);
    transform: translate(40px, -40px);
    box-shadow: 0 2px 8px rgba(26,26,26,.2);
    flex: none;
}

.image-langage-web{
    display: block; /*Pour éviter des espaces sous l'image *!*/
    transition: transform 1s ease; /** Transition fluide pour le mouvement *!*/
    left: 5px;
    width: 540px !important;
    height: 360px !important;
    max-width: 100%;
    max-height: 100%;
    margin-bottom: 0;
    vertical-align: middle;
    border-radius: 10px;

}

.image-langage-web:hover{
    transform: translateX(-20px); /* Déplacement de 10px vers la gauche */
}
/*le debuts partis de formation*/
#formations{
    font-weight: bold;
    font-size: 0.938em;
    text-align: center;
margin: 15px 0;
    color:var(--main-grey-color);
}

.titre-formation{
    font-size: 1.25em;
    font-weight: 400;
    margin-bottom: 15px;
    cursor: pointer;
}

.titre-formation p{
    margin: 5px 0 0;
}

.date{
    font-size: 1.125em;
    letter-spacing: 1px;
    color: var(--main-grey-dark-color);
}
.date > a{
    color:var(--main-grey-dark-color) ;
    font-size: 1em;
    font-weight: 700;
    text-decoration: none;
    line-height: 1.5em;
}
.date>a:hover{
    color: var(--main-red-color);
    transition: all .3s ease;
    cursor: pointer;
}

.historique-formations{
    font-size: 1.125em;
    font-weight: 400;
    margin-bottom: 15px;
    text-align: center;
    color: var(--main-grey-dark-color);

}
.formations{
    gap: 20px;
    margin-bottom: 20px; /* Espacement entre chaque bloc */
    margin-top: 50px;
}

.formations img {
    width: 360px;
    height: auto;
    max-width: 175px;

}

.description {
    flex: 1; /* Permet au texte de prendre l'espace restant */

}
.bloc-formation{
/*    display: flex;*/
}

.bloc-formation>li{
    margin-bottom: 25px;
    display: flex;
    margin-left: 25%;
}
.bloc-formation>li>div{
    margin-left: 10px;
}

.bloc-formation> p{
   float: right;
}
.bloc-formation  h3:hover{
    opacity: 1;
    color: var(--main-red-color);
}

.text-formation{
    font-size: 1rem;
    line-height: 1.5em;
    margin-top: 15px;
    color: var(--main-grey-dark-color);
}
.historique-formations{
    margin-bottom: 20px;
}

.formation-entier{
    display: block;
    height: auto ;
    margin: auto;
}

.nom-batiment >img  {



}
#voire-plus-formation{
    font-size: 1.125rem;
    letter-spacing: 1px;
    line-height: 1.5;
    margin-left: 25%;
}

/*footer*/
footer{
    background-color: var(--main-black-color);
;
}

/*footeur boite a gauche*/
#boites{
    background-color: var(--main-grey-extra-light-color);
    width: 70%;
    margin-left: 7%;
    height: auto;
}
.adresse{
    font-size: 0.875em;
    font-weight: 400;
    padding: 25px;
    line-height: 1rem;
}
.adresse > p{
    margin-bottom: 1px;
}

.nombre-tel{
    font-size: 0.875em;
    font-weight: 400;
    padding: 25px;
    line-height: 1rem;
    width: auto;
    margin-bottom: 20px;
}
.nombre-tel >p {
    margin-bottom: 5px;
}

#boites .numero{
    background-color: #ED1C24;
}
.numero>p{
    font-size: 1em;
    font-weight: 700;
    padding: 25px;
    color: white;
    width: auto;
    height: auto;
}
.numero>p:hover{
   color: var(--main-blue-color);
}
.numero>img{
    max-width: 30px;
    max-height: 30px;
    width: 28px;
    height: 28px;
    margin-left: 5%;
}

/*img footer*/
#img-footer{
    background-color: var(--main-white-color);

}

.footer-aboute-me{
    background-color: var(--main-black-color);
    margin-top: 65px;
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-gap: 50px;
    margin-bottom: 65px;

}
.footer-aboute-me > .titre{
    background-color: var(--main-white-color);
}
footer section:last-child{

}
#boites{
    float: left;
}
/* footeur loisir*/

.centres-intertes{
float: left;
}
li{
    text-transform: uppercase;

}
#Loisirs li,
#experiences li,
#tache-etudiants li{
    margin-top: 40px;
    margin-bottom: 7px;
}
.activitee>a{
    text-decoration: none;
    color: var(--main-grey-light-color);
}

.activitee>a:hover{
    color: var(--main-blue-color);
}

/* footeur expériences*/
#job-ete>a,
#tache>a,
#centres-intertes>a{
    text-decoration: none;
    color: var(--main-grey-light-color);
}
#job-ete>a,
#experiences>h2,
#tache-etudiants>h2{
    margin-top: 40px;
    margin-bottom: 7px;
}

#experiences li{

    margin-bottom: 7px;
    grid-column: 4;
    font-size: 1.125em;
}
.info-job-etudiants{
    text-decoration: none;
    color: var(--main-grey-light-color);

}

#experiences a:hover,
#tache-etudiants a:hover {
    color: var(--main-blue-color);
}
#tache{
    grid-column: 4;
}
/*partie footer lien */
#lien{
    margin-top: 50px;

}

#lien > li{
    display: inline;
    /*border: 1px  solid var(--main-white-color);*/
    color: var(--main-white-color);

}
#lien >li{
    border: 2px solid var(--main-white-color);

    padding: 5px;
}
#lien >li:hover{
   color: var(--main-blue-color);
}
#lien >li:last-child{
}

/*partie footer bas de page */
.logo-hepl{
max-width: 100%;
    width: 10%;
    margin: 0 7px ;
    height: auto;
}

#footer-copyright{
    font-size: 0.875em;
    font-weight: 400;
    background-color: #343434;
    color: var(--main-white-color);
    display: grid;
    flex: 1 50%;
    grid-template-columns: auto auto auto auto;
    padding: 15px 50px;
    height: auto;
}

#footer-copyright > h3{
display: inline;
}
#footer-copyright> h3 >p {
    display: inline;

}
#footer-copyright span:hover {
   color: var(--main-blue-color);

}
#footer-copyright >.reseaux-sociaux {
grid-column: 4;
}

.text-hidden{
    padding: 0;
    margin: 0;
    width: 0;
    height: 0;
    border: 0;
    text-indent: -9999px;
    opacity: 0;
    overflow: hidden;
    font-size: 0;
    position: absolute;
    line-height: 0;
    pointer-events: none;

}

.reseaux-sociaux{
   text-align: right;
}
.reseaux-sociaux:hover{
   color: var(--main-blue-color);
}

.reseaux-sociaux a {
    text-decoration: none;
    color: #555; /* couleur par défaut */
    font-size: 24px;
    margin: 0 10px;
    transition: color 0.3s ease;
}


.icon-facebook,
.icon-twitter,
.icon-linked{
    width: 20px;
    height: 20px;
    font-size: 14px;
    line-height: 1;
}
.icon-facebook:hover,
.icon-twitter:hover,
.icon-linked:hover{
    background-color:var(--main-blue-color);
}
/*
.icon-facebook:before{
    content: "\E907";

}
.icon-twitter:before{
    content: "\E91E";
}
.icon-linked:before{
    content: "\E90D";
}

 */
/* fin css*/