@keyframes show
{
	from
	{
	opacity: 0;
	}
	
	to
	{
	opacity: 1;
	}
}

@keyframes hide
{
	from
	{
	opacity: 1;
	}
	
	to
	{
	opacity: 0;
	}
}

:root
{
--color-white-rgba: rgba(255, 255, 255, 0.8);
--color-black-rgba: rgba(0, 0, 0, 0.8);
}

body
{
background-image: url('../images/fond.png');
background-repeat: no-repeat;
background-size: cover;
}

header
{
background-color: var(--color-white-rgba);
}

#occas
{
position: absolute;
left: 80vw;
display: flex;
flex-direction: column;
flex-wrap: wrap;
justify-content: space-around;
align-items: center;
width: 15vw;
height: 90vh;
background-color: var(--color-white-rgba);
box-sizing: border-box;
margin-top: 5vh;
}

#affZone
{
max-height: 70vh;
overflow-y: hidden;
}

.occasImg
{
display: block;
max-width: 13vw;
max-height: 24vh;
box-sizing: border-box;
border: solid 1px var(--color-one);
animation: hiden 3s 1;
}

.occasText
{
display: flex;
justify-content: center;
align-items: center;
width: 10vw;
height: 4vh;
font-size: 0.9vw;
text-align: center;
color: var(--color-four);
}

.occasSub
{
display: block;
width: 10vw;
height: 28vh;
font-size: 1.1vw;
text-align: justify;
color: var(--color-one);
font-family: "Font2";
}

#sRubZone
{
display: flex;
flex-wrap: wrap;
width: 50vw;
height: 68vh;
box-sizing: border-box;
border: 1px solid var(--color-one);
background-color: var(--color-white-rgba);
}

.sRubImg
{
float: left;
margin: 1vh;
width: 25vw;
text-align: center;
}

.sRubTitle
{
display: block;
text-align: center;
color: var(--color-four);
font-family: "Font1";
font-size: 1.2vw;
}

.sRubText
{
display: block;
width: 50vw;
height: 61vh;
text-align: justify;
font-size: 1.2vw;
font-family: "Font2";
box-sizing: border-box;
padding: 1vh;
overflow-y: auto;
scrollbar-width: thin;
scrollbar-color: var(--color-three) var(--color-five);
}



.sRubLink
{
display: block;
width: 48vw;
height: 4vh;
text-align: right;
font-family: "Font2";
font-weight: bold;
font-size: 1vw;
}

#partList
{
display: flex;
flex-wrap: wrap;
align-items: space-around;
justify-content: space-around;
width: 15vw;
min-height: 68vh;
max-height: 68vh;
overflow-y: auto;
scrollbar-width: thin;
scrollbar-color: var(--color-three) var(--color-five);
}

.partListImg
{
display: block;
margin: 1vh;
max-width: 13vw;
box-sizing: border-box;
border: 1px solid var(--color-one);
}

.galLink
{
display: block;
width: 12vw;
font-family: "Font2";
font-size: 1.1vw;
text-align: center;
background-color: var(--color-white-rgba);
}

#pictZone
{
display: flex;
flex-wrap: wrap;
width: 50vw;
height: 68vh;
justify-content: center;
align-items: center;
}

#pictOver
{
position: absolute;
top: 5vh;
left: 5vw;
z-index: 2;
width: 90vw;
height: 90vh;
background-color: var(--color-black-rgba);
opacity: 0;
display: none;
justify-content: space-around;
align-items: center;
}

#overImgZone
{
display: flex;
width: 60vw;
height: 90vh;
justify-content: center;
align-items: center;
}

#overL
{
display: flex;
justify-content: center;
align-items: center;
width: 15vw;
height: 90vh;
}

#overR
{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 15vw;
height: 90vh;
}

.overImg
{
max-height: 86vh;
max-width: 60vw;
box-sizing: border-box;
border: 1px solid var(--color-one);
}

.overArrow
{
display: block;
width: 10vh;
height: 10vh;
}

.close
{
position: absolute;
bottom: 2vh;
right: 2vh;
width: 5vh;
height: 5vh;
}

.pict
{
max-width: 50vw;
max-height: 68vh;
box-sizing: border-box;
border: 1px solid var(--color-white-rgba);
}

.selected
{
border: 2px solid var(--color-four);
}

#newsZone
{
display: flex;
flex-wrap: wrap;
height: 70vh;
width: 35vw;
box-sizing: border-box;
border: 1px solid var(--color-one);
background-color: var(--color-white-rgba);
}

.newsTitle
{
font-size: 1.2vw;
text-align: center;
font-family: "Font1";
}

.newsText
{
display: block;
box-sizing: border-box;
padding: 1vh;
font-size: 1.3vw;
text-align: justify;
font-family: "Font2";
}

.newsPict
{
float: left;
margin: 1vh;
max-width: 15vw;
max-height: 30vh;
text-align: center;
}

#artZone
{
display: flex;
flex-wrap: wrap;
width: 35vw;
min-height: 70vh;
max-height: 70vh;
overflow-y: auto;
justify-content: space-around;
align-items: space-around;
scrollbar-width: thin;
scrollbar-color: var(--color-one-rgba) var(--color-white-rgba);
}

.art
{
display: flex;
flex-direction: column;
flex-wrap: wrap;
width: 30vw;
height : 20vh;
box-sizing: border-box;
margin: 1vh;
border: 1px solid var(--color-one);
justify-content: center;
align-items: center;
background-color: var(--color-white-rgba);
}

.artImg
{
width: 10vw;
max-height: 18vh;
}

.artText
{
display: flex;
width: 18vw;
height: 13vh;
font-family: "Font2";
font-size: 1.2vw;
}

.artTitle
{
display: flex;
width: 18vw;
height: 5vh;
color: var(--color-four);
font-size: 1vw;
text-align: center;
}

