@import url('https://fonts.googleapis.com/css2?family=Momo+Signature&display=swap');

@font-face {
    font-family: "blob";
    src: url(font/OnlyTrue-BigBlob.ttf);
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


html{
    cursor: url('./img/marteau2.png'), pointer; 
}
body{
  
    background-image: url(img/fond2.JPG);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center; 
    cursor: url('./img/marteau2.png'), auto; 
    margin: 0;
    padding: 0;
    /* width: 150%;
    height: 150%; */
}
a:hover {
    cursor: url('./img/marteau2_survol.png'), pointer;
 }
.box{
    width:15vw;
    position: absolute;
    cursor: url('./img/marteau2.png'), auto; 
}
.box img{
    width:100%;
}
h1{
    font-family:"blob";
    text-transform: uppercase;
    color: palegoldenrod;
    font-weight: 300;
    font-size: 7vw;
     width: 100%;
     margin: 0;

}
.acceuil{
    position: absolute;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin: auto;
    cursor: url('./img/marteau2.png'), auto; 
}
p{
    font-family: "blob";
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1vw;
    height: fit-content;
    margin: 0;
    color:palegoldenrod;
   
}
h2{
    /*/font-size: 20px; /*/
    font-weight: 800;
    font-size: 1vw;
    font-family: 'Courier New', Courier, monospace;
    text-align: center;
    width: 100%;
    cursor: url('./img/marteau2.png'), auto; 
}
.contenu{
    width: 100%;
    position: absolute;
    height: 100%;
    display: flex;
    align-items: center;
}
.box2 img:nth-child(2){
    position: absolute;
    right: 0;
    opacity: 0;
    transition: opacity ease .2s;
}
.box2:hover img:nth-child(2){
    opacity: 1;
}
.box3 img:nth-child(2){
    position: absolute;
    right: 0;
    opacity: 0;
    transition: opacity ease .2s;
}
.box3:hover img:nth-child(2){
    opacity: 1;
}
.box4 img:nth-child(2){
    position: absolute;
    right: 0;
    opacity: 0;
    transition: opacity ease .2s;
}
.box4:hover img:nth-child(2){
    opacity: 1;
}
.box1 img:nth-child(2){
    position: absolute;
    right: 0;
    opacity: 0;
    transition: opacity ease .2s;
}
.box1:hover img:nth-child(2){
    opacity: 1;
}
