html
{
    height:100%;
    margin: 0;
    padding: 0;
}

body 
{
    min-height: 100vh;
    position: absolute;
    vertical-align: middle;
    color: white;
    background-color:#474747;
    background-attachment: fixed;
    background-position: center top;
    background-size: cover;
    margin:0;
    padding:0;
    font-variant: normal;
    font-family: Helvetica;
    font-size: 1em;
}

.titres
{
	height: 12vh;
	position: sticky;
	display: flex;
	top:0%;
	width: 100vw;
	border-top-color: black;
	background-color: black;
	z-index: 3;
	text-align: center;
}

.titres a 
{
    display: flex;
    flex-direction: column;
    width: 25vw;
    height: auto;
    background-color: black;
    margin: 0;
    margin-left: auto;
    padding: 2vmin 0 2vmin 0;
    text-decoration: none;
    color: white;
    font-size: 1em;
    align-items: center;
    justify-content: center;
}
    

.logo
{
    max-height: 100%;
    height: auto;
    width: auto;
    max-width: 22vw;
    padding: auto;
    margin: 0;
}

.images
{
    height: 80%;
    width:  auto;
    padding: auto;
    margin: 0;
}

.titres a:hover
{
    font-weight: bold;
}

@media (max-width: 600px)
{
    .titres a 
    {
        font-size: 0.5em;
    }
}

.texte
{
    z-index: 1;
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    background-color: rgba(0,0,0,0.5);
    padding:5vh 7vw;
    margin: 5vh 10vw;
    font-size: 1em;
    min-height: 66vh;
    width: 66vw;
}

.texte a
{
    text-decoration: none;
    color: white;
    font-weight: bold;
}

.logo-texte
{
    max-height: 10vh;
    width: auto;
}

.photos
{
    display: flex;
    flex-direction: row;
    width: auto;
    align-items: center;
    margin: auto;
    text-align: center;
    justify-content: space-between;
}

.photo
{
    max-height: 40vh;
    max-width: 29vw;
    margin: 0 2vw;
}

.coordonnees
{
    font-size: 1.2em;
    font-weight: normal;
    text-decoration: none;
}


.image
{
    width: 70%;
    left: 10%;
    right:10%;
    height: auto;
}


.footer
{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    background-color: rgba(0,0,0,1);
    width:100%;
    min-height: 12vh;
    height: auto;
    font-size: 1em;
    font-variant: normal;
}
.footer a
{
    font-variant: normal;
    text-decoration: none;
    color: white;
}

.mentions
{
    font-variant: normal;
    font-style: italic;
    font-size: 0.8em;
    text-decoration: none;
    color: white;
}

.footer a:hover
{
    font-weight: bold;
}

