.Carottos{
    color: #f4900c;
    background-color: gray;
    border: 3px solid #f4900c;
}

.BestStudents{
    color: gold;
    background-color: black;
    border: 3px solid gold;
}

.ETC{
    color: #1c9aea;
    border: 3px solid #1c9aea;
    background-image: repeating-linear-gradient(45deg, rgb(255,255,255) 0px, rgb(255,255,255) 10px,transparent 10px, transparent 11px),repeating-linear-gradient(135deg, rgb(255,255,255) 0px, rgb(255,255,255) 10px,transparent 10px, transparent 11px),linear-gradient(90deg, hsl(256,7%,84%),hsl(256,7%,84%));
}

.Iron{
    color: #55c9f6;
    border: 3px solid #55c9f6;
    background-color: #fefdf0;
}

.CineMa-cFly{
    color: #8f65df;
    border: 3px solid #8f65df;
    background-image: linear-gradient(#17082e 0, #1a0933 7%, #1a0933 80%, #0c1f4c 100%);
}

.Projet-Bibliothèque{
    color: #f7f7f7;
    border: 3px solid #f7f7f7;
    background-color: #000000;
}

.contenuInfosProj{
    min-height: 85vh;
    width: 80%;
    margin: auto;
    padding-top: 15vh;
    font-family: Montserrat, sans-serif;
    color: #ffe7d4;
    display: grid;
    grid-template-rows: max-content max-content;
    grid-template-columns: 50% 50%;
}

.contenuInfosProj h1{
    position: relative;
    grid-column: 1/-1;
    margin: 50px auto;
    width: max-content;
    padding: 10px 20px;
    border-radius: 15px;
}

#flecheRetour{
    position: absolute;
    font-size: 1.2em;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    top: 0;
    left: -10vw;
    transition: all 0.5s;
}

#flecheRetour:hover{
    transform: rotate(360deg);
}

.infosProj{
    display: flex;
    justify-self: center;
    align-self: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.infosProj img{
    height: 15vh;
    /*margin: 20px;*/
    align-self: center;
}

.infosProj h3{
    padding: 15px;
    /*text-indent: 1cm;*/
}

.infosProj p{
    text-align: justify;
    width: 85%;
    text-indent: 1cm;
}

.imagesCompetences{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: max-content;
    flex-wrap: wrap;
}

.imagesCompetences img{
    height: 10vh;
    width: 10vh;
    object-fit: contain;
    margin-top: 20px;
}

#lienExterne{
    padding: 7px 15px;
    border-radius: 10px;
    color: #494e5f;
    text-decoration: none;
    font-weight: 600;
    margin-top: 15px;
    transition: all 0.5s;
}

#lienExterne:hover{
    scale: 1.2;
}

#nonPub{
    margin-top: 15px;
    font-weight: 600;
    width: max-content;
    text-indent: 0;
}

.images{
    border-left: 5px solid #ffe7d4;
    padding-left: 2cm;
}

#imgPrincipale{
    width: 100%;
    animation: all 0.5s;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.gridImages{
    display: grid;
    grid-template-rows: max-content;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 5px;
    width: 65%;
    margin: auto;
}

.gridImages img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    cursor: pointer;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

@media screen and (max-width: 1160px){
    .contenuInfosProj{
        padding-top: 0;
    }
}

@media screen and (max-width: 900px){

    .contenuInfosProj{
        grid-template-columns: 1fr;
        grid-template-rows: max-content max-content max-content;

    }

    .images{
        padding: 10px 15px;
        margin-top: 1cm;
        border-right: 5px solid #ffe7d4;
    }

    .contenuInfosProj h1{
        font-size: 1.4em;
    }

    #flecheRetour{
        left: -20vw;
        width: 50px;
        height: 50px;
    }

}
