/* nunito-regular - latin */
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Nunito/nunito-v25-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/Nunito/nunito-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Nunito/nunito-v25-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/Nunito/nunito-v25-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/Nunito/nunito-v25-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/Nunito/nunito-v25-latin-regular.svg#Nunito') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'lato';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Lato/Lato-BoldItalic.ttf') format('truetype'); /* Safari, Android, iOS */
}

/*conteneur*/
html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden; /* empêche le scrolling */
    background-image: url('../img/premier/fond/fond-1.jpg');
    background-size: cover;
    background-position: center;
}

#contenue{
    width: 100%;
    height: 95%;
    background-color: rgb(0 0 0 / 06%);
    transition: color 0.5s ease;
}

#contenue div.page-css{
    display: flex;
    justify-content: space-between;
    height: 90vh;
    padding: 5%;
}

footer {
    height: 5vh;
    background-color: rgba(58, 26, 93, 0.76);
    display: flex;
    justify-content: space-between;
}

footer button {
    height: auto;
    width: auto; /* largeur en fonction du texte */
    font-size: 2vh; /* taille du texte relative à la largeur */
    max-font-size: 2vh; /* taille du texte relative à la largeur */
    background-color: transparent; /* arrière-plan transparent */
    border: none; /* pas de bordure */
    cursor: pointer; /* curseur de souris en forme de main */
}




.cacher{
    display: none;
}


/*text par class*/
.titre{
    font-size: 5vw;
    color: #362d2d;
    font-weight: bold;
    height: auto;
    margin-top: 2%;
    margin-bottom: 0;
    font-family: lato, serif;
}

.sous-titre{
    font-size: 4vw;
    color: #362d2d;
    height: auto;
    margin-top: 0;
    font-family: lato, serif;
}

.partie-titre{
    color: #362d2d;
    font-size: 2vw;
    font-weight: bold;
    margin-bottom: 2%;
    font-family: Cambria, serif;
}

.contact{
    color: #362d2d;
    font-size: 2vw;
    font-weight: bold;
    margin-bottom: 0;
    font-family: Cambria, serif;
}

.text{
    color: #362d2d;
    font-size: 1vw;
    margin-top: 0;
    font-family: Nunito, serif;
}

.textfooter{
    border: 2px solid rgba(58, 26, 93, 0.76);
    height: 4vh;
    margin: 0.5vh;
    color: black;
    background-color: rgba(233,133,246,0.53);
    padding: 2px;
}

.textfooter:hover{
    border: 2px solid rgba(58, 26, 93, 0.76);
    color: white;
    background-color: rgba(103, 6, 110, 0.53);
    height: auto;
    padding: 2px;
    margin: 0.5vh;
}

.textfooter:active{
    animation-name: shake;
    animation-duration: 0.5s;
}
/*image*/
.logo{
    height: 5vw;
    width: 5vw;
    margin: 0;
}

.logoproj{
    height: 5vw;
    width: 7vw;
    margin: 0;
}

.logos{
    margin-left: 15%;
    margin-top: 5%;
}

.logoexp{
    height: 7vw;
    width: 10vw;
    margin-bottom: 5vh;
}

.logoetu{
    height: 6vw;
    width: 13vw;
    margin-bottom: 6vh;
}

.titreexp{
    font-size: 5vw;
    color: #362d2d;
    font-weight: bold;
    height: auto;
    margin-top: 2%;
    margin-bottom: 5vh;
    font-family: lato, serif;
}

.textexp{
    color: #362d2d;
    font-size: 1.3vw;
    margin-top: 0;
    font-family: Nunito, serif;
}

/*page d'accueil*/
#imageaccueil{
    margin-top: 3%;
    width: 25%;
    margin-right: 2%;
}

#logicieltitre{
    margin-top: 20%;
}


/*page de Projet*/

.projetsuivant{
    align-self: start;
    height: auto;
    width: auto; /* largeur en fonction du texte */
    margin-top: 0;
    font-size: 2vh; /* taille du texte relative à la largeur */
    max-font-size: 2vh; /* taille du texte relative à la largeur */
    background-color: transparent; /* arrière-plan transparent */
    color: #312929; /* couleur du texte */
    border: none; /* pas de bordure */
    cursor: pointer; /* curseur de souris en forme de main */
}

#projetimage{
    display: flex;
    flex-direction: column;
    position: relative;
    width: 80%;
    height: 90%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 20%;
}

.cordier{
    width: 22vw;
    height: 35vh;
    margin-top: 5%;
}

.proj{
    width: 85%;
    height: 60vh;
    margin-top: 5%;
}

.texte-survol {
    position: absolute; /* permet de positionner la div par rapport à l'image */
    top: 0;
    left: 0;
    width: 85%;
    height: 60vh;
    background-color: rgba(0, 0, 0, 0.8); /* fond opaque */
    justify-content: center; /* centre le texte horizontalement et verticalement */
    align-items: center;
    text-align: center;
    margin-top: 5%;
}



.contenue-texte-survol{
    display: flex;
    flex-direction: column;
    justify-content: center; /* centre le texte horizontalement et verticalement */
    align-items: center;
}

.contenue-texte-survol p {
    color: #fff;
    font-size: 20px;
    padding: 50px;
}

.contenue-texte-survol img{
    height: 6vw;
    width: 10vw;
    margin: 0;
}

.contenue-texte-survol button{
    height: auto;
    width: auto; /* largeur en fonction du texte */
    margin: 0;
    font-size: 20px;
    max-font-size: 2vh; /* taille du texte relative à la largeur */
    background-color: transparent; /* arrière-plan transparent */
    color: white; /* couleur du texte */
    border: none; /* pas de bordure */
    cursor: pointer; /* curseur de souris en forme de main */
}

/*contact*/
#contenu-contact{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

/* Styles pour la section "Etude et competence" */
#Competence-css {
    display: flex;
    max-height: 60vh;
}

.column {
    flex: 1;
    padding: 0 20px;
}

.info-comp {
    display: flex;
    flex-wrap: wrap;
}

.main-title {
    text-align: center;
    margin-bottom: 20px;
}

.competence {
    margin-bottom: 20px;
}

.construction{
    margin: 0;
}