@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Serif:400,600|Permanent+Marker');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+KR');
body,html{
    width: 100%;
    height: 100%;
}



div{

    width: 100%;
    height: auto;
}
a{
    width: 20%;
    height: auto;
}
main{
    background-color: beige;
    transition: 4s ease-out;
    width: 92%;
    display: flex;
    flex-wrap: wrap;
	margin: 0 auto;
}
main.noir {
    background-color: #0E1216;
    transition: 4s ease-out;
}

p{
    text-align: center;
    font-family: 'Noto Serif KR', sans-serif;
    font-size:1.5rem;
    font-weight: 400;
}

body{
    background-image: url("../ImagesComplementaire/TextureTable.jpg");

}
#Making{
    flex-direction: column;
}
#Making div img {
    width: 400%;
    height: auto;

}
#Making div{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
#Making div>div{
    display: flex;
    flex-direction: column;
    margin: 0 10% 0 10%;
    width: 20%;
    height: auto;
}
#Making div>div img{
    width: 100%;
    height: auto;
    margin: 0 auto;
}
#Making div>div p{
    text-align: center;
}

div{
    padding: 3%;
}

main svg {
    background-image: url("../ImagesComplementaire/Fond.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
p.noir, h1.noir, h2.noir{
    color: white;
    transition: 4s ease-out;
}
h2{
    font-family: 'Permanent Marker', cursive;
}
h1{
    font-family: 'Noto Serif KR', sans-serif;
    font-weight: 600;
}
.Pages{
    height: 5%;
    width: 92%;
    padding-left: 10px;
	margin: 0 3.5%;
}
#Titres{
    width: 100%;
}
.Marque{
    width: 20%;
    height: auto;
    transform: translateY(-12%);
}
#Of{
    padding: 1%;
    font-size: 6rem;
}
#Titres p{
    text-align: left;
    font-size: 1.5rem;
}
#Titres h1{
    font-size: 2.5rem;
}
#Titres h2{
    font-size: 2rem;
}
main{
    border-left: solid 10px black;
}
#Mmi{
    width: 15%;
    height: auto;
    padding-left: 60%;
}
#Tous{
    width: 15%;
    height: auto;
}
#Making h1{
    text-decoration: solid underline black;
    font-size: 4em;
}
#Making div{
    padding-right:0 ;
}

@media screen and (min-width: 900px) {

	div{
		width: 40%;
	}

}

@media screen and (min-width: 1200px) {

	div{
		width: 25%;

}
}
	
input#un-mute {
  display: none;
}

.unmute img {
  display: none;
}

input#un-mute:checked ~ .unmute img {
  display: initial;
}

input#un-mute:checked ~ .mute img {
  display: none;
}
