.corps-presentation{
    padding-top: 95px;
    display: flex;
    justify-content: center;
    min-height: 90vh;
    width: 100%;
}

.corps-container{
    width: 90%;
    margin-top: 20px;
    height: 100%;
    display: flex;
    flex-direction: row;
}

.presentation-gauche{
    text-align: center;
    width: 60%;
    padding: 10px;
}
.presentation-droite{
    width: 40%;
    padding: 10px;
    color: white;
}

.presentation-droite h3{
    color: #E65300;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2.5rem;
    padding-bottom: 0;
    margin-bottom: 0;
}

.presentation-droite h4{
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 1.8rem;
    font-style: italic;
    font-weight: 400;
}

.presentation-droite .info{
    display: flex;
    align-items: center;
}


.presentation-droite .info img{
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

.presentation-droite p{
    font-size: 1.3rem;
    margin: 5px auto;
}

.presentation-droite h5{
    font-size: 1.3rem;
    color: #d9d9d9;
    border-bottom: #d9d9d9 solid 1px;
}

.galerie{
    display: flex;
    padding-top: 10px;
    flex-wrap: wrap;
    width: 100%;
}

.image-principale img{

    border: #d9d9d9 solid 1px;
}
.image-principale
{
    padding: 5px;
}

.vignette-image{
    padding: 5px;
    width: 25%;
}

.vignette-image img{
    border: #d9d9d9 solid 1px;

}

.presentation-droite p.options{
    font-size: 1rem;
}

.chevron img{
    width: 50px;
    height: 50px;
    margin: -40% 20px 0 20px;
    border: none
}

div.chevron p{
    color: white;
    font-size: 1.5rem;
    margin-top: -40px;
    margin-bottom: 0;
    font-family: 'Montserrat', sans-serif;
}

.chevron img:hover{
    cursor: pointer;
}
.chevron{
    display: flex;
    justify-content: space-between;
}

small{
    cursor: pointer;
    text-decoration: underline;
}

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

    .galerie{
        padding-top: 0px;
    }
    
    .corps-container
    {
        margin-top: 0;
    }
    .corps-container{
        flex-direction: column-reverse;
    }
    .presentation-droite, .presentation-gauche{
        width: 100%;
    }
    .vignette-image{
        width: 50%;
    }
    small{
        display: none;
    }

}

@media screen and (max-width:500px)
{
    .presentation-droite h4{
        font-size: 1.5rem;
    }


    .presentation-droite h3{
        font-size:2rem;
    }

    .presentation-droite .info{
        margin: 5px auto;
    }

    .presentation-droite p{
        font-size: 1rem;
    }

    .chevron img{
        margin: -40% 10px 0 10px;
        height: 25px;
        width: 25px;
    }
}




@media screen and (min-width:1000px)
{
.fullscreen{
    position: fixed;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.61);
    backdrop-filter: blur(5px);
    z-index: 100;
    
}

.fullscreen img#image-1{
    height: 90%;
    max-width: 90%;
    width: auto;
}


.fullscreen div.chevron img{
    margin-left: 70px;
    margin-right: 70px;
    margin-top: -70px;
    
}
.fullscreen div.chevron p {
    margin-top: -65px;
    font-size: 2rem;
    width: 50px;
}

.close-fullscreen img{
    border: none;
    cursor: pointer;
    z-index: 100;
}

.close-fullscreen{
    width:40px;
    height: 40px;
    position: fixed;
    top:50px;
    right: 50px;
}
}

.hidden{
    display: none;
}

.indice{
    color: white;
}