@font-face {
    font-family: Verdana;
    src: url('./fonts/verdana/verdana.ttf') format('truetype');
}

@font-face {
    font-family: Verdana-bold;
    src: url('./fonts/verdana/verdana-bold.ttf') format('truetype');
}

@font-face {
    font-family: Palatino;
    src: url('./fonts/PalatinoLinotype/pala.ttf') format('truetype');
}

html {
    height: 100%;
}

body {
    min-height: 100%;
}

.noRender {
    width: 25%;
    margin-left: 1%;
}

.noRender p {
    font-family: Palatino;
    font-size: 30px;
    margin-top: 5%;
    margin-left: 2%;
    color: white;
}

#onglets {
    
    display: flex;
    flex-wrap : warp;
    justify-content: center;
}

.onglet {
    margin-top: 2%;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 2%;
    text-decoration: none;
    font-family: Verdana;
    color: black;
}

/*HOME*/
.onglet:hover {
    color : grey;
}

#logo {
    display: flex;
    flex-flow: column;
}

#nom {
    font-family: Palatino;
    color: black;
    font-size: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    padding: 0;
    margin-top: 3%;
}

#slogan {
    font-family: Verdana;
    color: black;
    font-size: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 1%;
    padding: 0;
}

.photosAcceuil {
    background-color: white;
    min-height: 100%;
    min-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.photo {
    margin-top: 4%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: 500px;
    width: 500px;
    background-color: white;
}

.photo img {
   width: 100%;
   height: auto;
 }

#sentinelle {
    width: 40%;
    margin-left: 30%;
    margin-right: 33%;
}

/*Sculptures*/

#banner {
    display : flex;
    flex-wrap : wrap;
    width : 100%;
    align-items: center;
}

#savas {
    width: 25%;
    margin-left : 1%;
}

#savas p {
    font-family: Palatino;
    font-size: 30px;
    margin-top: 5%;
    margin-left: 2%;
}

#ongletsSculpt {
    display: flex;
    flex-wrap: warp;
    width: 100%;
    justify-content: center;
}

#ongletsSculpt a {
    margin-top: 1%;
    margin-bottom: 1%;
    margin-left: 5%;
    margin-right:5%;
    font-size: 18px;
}

#feed {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    min-height: 100%;
    min-width: 100%;
    align-items: center;
}

.Oeuvres {
    background-color: white;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    min-width: 100%;
    //height: 700px;
    align-items: center;
    margin: 6%;
}

.Visuel {
    height: 490px;
    width: 490px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    
    /*transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease;*/

    transition: transform 0.5s;
}

.Visuel:hover {
    transform : translateY(-10px);
    cursor : pointer;
}

.Visuel img {
    min-height: 100%;
    min-width: 100%;
}

.Description {
    height: 500px;
    width: 500px;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: start;
    margin-left: 3%; 
}

.NomOeuvre {
    height: 100px;
    min-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
}

.NomOeuvre p{
    font-family: Verdana-bold;
    color: black;
    font-size : 25px;
    text-decoration : underline black; 
}

.InfoOeuvre {
    height: 200px;
    min-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    margin-top : 2%;
    //align-items: center;
}

.InfoOeuvre div {

    width : 100%;
}

.InfoOeuvre a{
    font-family: Verdana;
    color: black;
}

.texte {
    font-family: Verdana;
    color: black;
    margin:12px;
    width: 100%;
}

.Galerie {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}

.Miniature {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    transition: transform 0.5s;
}

.Miniature:hover {
    transform: translateY(-10px);
    cursor: pointer;
}

.Miniature img {
    width: 150px;
    margin: 5%;
    margin-top: 25%;
}

#gallery-container {
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 999;
    background-color : white;
}

.galerie {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content : center;
    height : 100%;
}

.images {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width : 100%;
    height : 100%;
}


.img {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: none;
}

.img img {
    max-width: 100%;
    max-height: 100%;
    padding : 5%;
}

#croix {
    font-family: Palatino;
    position: fixed;
    top: 1rem;
    right: 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 2rem 2rem 0rem 0rem;
    font-size: 3rem;
    color: black;
}

#croix:hover {
    cursor: pointer;
    transition: 0.1s;
    color: grey;
}

.fleches {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    bottom: 0;
    align-items: center;
}

.fleche {
    font-family: Palatino;
    color: black;
    font-size: 4rem;
    padding: 1rem;
}

.fleche:hover {
    cursor: pointer;
    transition: 0.1s;
    color: grey;
}

.visible {
    display: flex;
}

.disparait {
    display: none;
}


/*CONTACT*/
#coordonnees {
    background-color: white;
    height: auto;
}

#coordonnees {
    display: flex;
    flex-flow : column;
}

.coordonnee {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#name {
    margin-top : 10%;
    font-size :40px; 
    font-family : Palatino;
    color : black;
}

#email {
    margin-top: 2%;
    font-size: 20px;
    font-family: Verdana;
    color: black;
}

#insta a {
    margin-top : 2%; 
    display: flex;
    flex-wrap : wrap;
    justify-content: center;
}

#insta img {
    height : 10%;
    margin-top : 2%;
    transition: transform 0.5s;
}

#insta img:hover {
    filter: opacity(50%);
    transform: translateY(-10px);
}


