@font-face {
    font-family: 'Avara';
    src: url('/fonts/Avara-Bold.ttf');
}
@font-face {
    font-family: 'le-murmure';
    src: url('/fonts/le-murmure.ttf');
}
html, body {
    position: relative;
    margin:0;
    padding:0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    overflow-x: hidden;
  }
.mon_titre{
    opacity:0%;
    margin-top: -7ch;
}
.parasol{
    color: rgba(95, 82, 82, 0.177);
    font-size: 1ch;
}
.resume{
z-index: -20;
}
.catalogue{
    position: absolute;
    width: 500px;
    font-family: le-murmure;
    text-decoration: none;
    font-size:300%;
    margin-top: -0.2ch;
    margin-left: -3.5ch;
    color:#bd9494;
    text-align: center;
    background-color: #1e1e2500;
    padding:0ch;
    z-index: 3;
    cursor: pointer;
    opacity: 100%;
}
.img_full{
    position: absolute;
    margin-top: -5%;
    height: 110vh;
    width : 100vw;
    background-image: url("/images/fond_resized.PNG");
    background-size: cover;
    background-color: #9c9c9c;
    z-index: -3;
}
.img_full_video{
    position: absolute;
    height: auto;
    width: 115vw;
    top: 58.5%;
    left: 60.5%;
    transform: translate(-57%, -60%);
    z-index: -2;
    opacity: 100%;
}
.image{
    height: 130vh;
    width: 130vw;
}
/*About Catalogue*/
.catalogue [title]:hover::after {
    content: attr(title);
    font-family:Avara;
    position: absolute;
    top: 100%;
    left: 60vw;
    font-size:7vw;
    color: antiquewhite;
    background-color: #15410a00
  }

.maison { 
    position:absolute;
    aspect-ratio: 11/16;
    top: 70vh;
    left: 10vw;
    height: 45vw;
    translate: 30% -50%;
    text-decoration: none;
    color:#7a000000;
    /*background-color: #2e1c6d;*/
    padding: 0% 0%;
    z-index: 1;
    cursor: pointer;
}
.perchoir{
    position:absolute;
    aspect-ratio: 5/4;
    top: 70vh;
    left: 10vw;
    height: 10vw;
    translate: 300% -250%;
    text-decoration: none;
    color:#7a000000;
    padding: 0% 0%;
    z-index: 1;
    cursor: pointer;
    /*background-color: #2c6d1c;*/
}
.joujou{
    position:absolute;
    aspect-ratio: 2/1;
    top: 70vh;
    left: 10vw;
    height: 16vw;
    translate: 200% -10%;
    text-decoration: none;
    color:#7a000000;
    /*background-color: #2e1c6d;*/
    padding: 0% 0%;
    z-index: 2;
    cursor: pointer;
}
.rando{
    position:absolute;
    aspect-ratio: 1/7;
    right: 0ch;
    padding: 0% 10%;;
    translate: -0% 10%;
    text-decoration: none;
    font-size:100%;
    color:#c9000000;
    z-index: 1;
    cursor: pointer;
}
.tooltiptext{
    font-family: Avara;
    font-size:200%;
    top: 50%;
    left: 0%;
    translate: -25vw 0vh;
}

.mailpasbleu{
    position:absolute;
    text-decoration:none;
    color: #d8d3d5;
    bottom:2%;
    right:3%;
    /*font-size:120%;*/
    font-size: 3ch;
    z-index: 3;
}

/*moyennement etroit*/
@media (max-width:1200px) {
/*    .catalogue{
        color:rgb(6, 194, 0);
}
*/
    .img_full_video {
        height: auto;
        width: 1350px;
        top: 62vh;
}
    .maison{
        position:absolute;
        aspect-ratio: 11/16;
        top: 70vh;
        left: 60vw;
        height: 400px;
        translate: -140% -50%;
        text-decoration: none;
        color:#7a000000;
        padding: 0% 0%;
        z-index: 1;
        cursor: pointer;
        /*background-color: #fa4300;*/
    }
    .perchoir{
        position:absolute;
        aspect-ratio: 6/4;
        top: 70vh;
        left: 60vw;
        height: 90px;
        translate: -100% -320%;
        text-decoration: none;
        color:#7a000000;
        padding: 0% 0%;
        z-index: 1;
        cursor: pointer;
        /*background-color: #d9fa00;*/
    }

   /*resserré*/
   @media only screen and (max-width: 510px) and (min-device-width: 800px){
    .img_full_video {
        height: auto;
        width: 1300px;
        translate: -20% -3%;
    }
    .catalogue{
        position: absolute;
        width: 300px;
        top: -60px;
        margin-left: -2.3ch;
        translate: 0 10vh;
        font-family: le-murmure;
        text-align:justify;
        text-decoration: none;
        font-size:300%;
        color:#104466;
        text-align: center;
        background-color: rgba(30, 30, 37, 0);
        padding:1ch;
        z-index: 3;
        cursor: pointer;
        opacity: 100%;
}
.parasol{
    color: rgba(97, 89, 89, 0.326);
    font-size: 1ch;
}
.mailpasbleu{
    right:15%;
    font-size:4ch;
    cursor: pointer;
}
    .perchoir { 
    display: none;
}
    .joujou { 
    display: none;
}
    .maison { 
    display: none;
}
}
}
   /*telephone*/
   @media only screen and (max-width : 500px) and (max-device-width : 800px) {
    .img_full_video {
        height: 100vh;
        width: auto;
        translate: -20% -5%;
    }
    .catalogue{
        position: absolute;
        width: 300px;
        margin-left: -2.3ch;
        translate: -2vw 2.5vh;
        font-family: le-murmure;
        text-align:justify;
        text-decoration: none;
        font-size:36vw;
        color:rgb(209, 193, 187);
        text-align: center;
        background-color: rgba(30, 30, 37, 0);
        padding:1ch;
        z-index: 3;
        cursor: pointer;
        opacity: 100%;
}
.parasol{
    color: rgba(97, 89, 89, 0.326);
    font-size: 1ch;
}
.mailpasbleu{
    position: absolute;
    font-family: 'Times New Roman', Times, serif;
    text-align: center;
    margin: auto;
    /*padding: 10vw;*/
    bottom: 3%;
    translate: -3vw -10vh;
    font-size:4ch;
    cursor: pointer;
    color: #d8d3d5;
    background-color: rgba(0, 255, 255, 0);
    display:initial;
    z-index: 11;

}
    .perchoir { 
    display: none;
}
    .joujou { 
    display: none;
}
    .maison { 
    display: none;
}
}