    @font-face {
    font-family: "Satoshi-Black";
    src: url(fonts/Satoshi-Black.woff);}
    @font-face {
    font-family: "Satoshi-Bold";
    src: url(fonts/Satoshi-Bold.woff);}
    @font-face {
    font-family: "Satoshi-Regular";
    src: url(fonts/Satoshi-Regular.woff);}
    @font-face {font-family: 'jetbrain';
    src: url(fonts/JetBrainsMono-Medium.woff);}
    @font-face {font-family: 'boldjetbrain';
    src: url(fonts/JetBrainsMono-ExtraBoldItalic.woff);}

a:not(.cat1,.cat2){color: inherit;text-decoration: none !important;}
a:visited{ -webkit-text-stroke-width: 0.035em;
           -webkit-text-stroke-color: black;}

.homeimage {
    position: absolute;
}

body{
    font-size: 1em;
    background-color: rgb(245, 238, 229);
}

.titre {
    font-family: 'boldjetbrain';
    background-color: black;
    color: rgb(245, 238, 229);
    left: 0;
}


.cat1 {
    font-family: 'Satoshi-Regular';
    transform:
    translate3d(0px, 0px, 0px);
    -webkit-text-stroke-width: 0%;
    -webkit-text-stroke-color: black;
}
.cat2 {
    font-family: 'Satoshi-Bold';
    transform:
    translate3d(0px, 0px, 0px);
    -webkit-text-stroke-width: 0%;
    -webkit-text-stroke-color: black;
}
.cat3 {
    font-family: 'Satoshi-Regular';
    color: rgb(125, 115, 102);
    
}
.cat1:hover {
    color: rgb(165, 55, 41);
    transform:
    translate3d(0px, -10px, 0px);
    transform-style: preserve-3d;
    -webkit-text-stroke-width: 0.035em;
    -webkit-text-stroke-color: black;
}

.cat2:hover {
    color: rgb(165, 55, 41);
    transform:
    translate3d(0px, -10px, 0px);
    transform-style: preserve-3d;
    -webkit-text-stroke-width: 0.035em;
    -webkit-text-stroke-color: black;
}



.footer {
    font-family: 'jetbrain';
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgb(0, 0, 0);
    color: white;
    text-align: center;
    font-size: 1em
}

.soustitre {
    font-family: 'jetbrain';
    width: 100%;
    background-color: rgb(0, 0, 0);
    color: white;
    font-size: 0.85em;
    padding-left: 5%;
    margin-left: -5%;
}


/* smartphones */

@media screen and (max-width: 480px) {
    body {
       margin: 0% 0% 15% 4.7%; 
    }
    .titre{
        font-size: 5rem;
        padding-left: 5%;
        margin-left: -5%;
        padding-top: 80%;
    }
    .sommaire {
        font-size: 4rem;
        letter-spacing: -0.2rem;
        line-height: 1.8rem;
    }
    .footer {
        font-size: 0.5rem;
    }
    .homeimage{
        left: 0%;
        transform: rotate(90deg);
        top: -19%;
        max-width: 77%;
        height: auto;
     }
    .soustitre{
        margin-top: -2%;
        padding-bottom: 2%;
    }}

/* tablettes */

@media screen and (min-width: 481px) and (max-width: 768px) {
    body {
        margin: 0% 0% 10% 4.7%; 
     }
    .titre{
        font-size: 4.5rem;
        padding-left: 5%;
        margin-left: -5%;
     }    
    .sommaire {
        font-size: 4.5rem;
        letter-spacing: -0.2rem;
        line-height: 1.2rem;
     }
     .footer {
        font-size: 0.8rem;
    }     
    .homeimage{
        left: 60%;
     }}

/* petit ordinateur */

@media screen and (min-width: 769px) and (max-width: 1024px) {
    body {
        margin: 0% 0% 10% 4.7%; 
     }
    .titre{
        font-size: 6rem;
        padding-left: 5%;
        margin-left: -5%;
     }    
    .sommaire {
        font-size: 5.3rem;
        letter-spacing: -0.2rem;
        line-height: 1.2rem;
     }
     .footer {
        font-size: 0.8rem;
    }     
    .homeimage{
        left: 60%;
        max-width: 70%;
        height: auto;
     }}
 

/* ordinateurs */

@media screen and (min-width: 1025px) and (max-width: 1249px) {
    body {
        margin: 0% 0% 5% 10%; 
     }
    .titre{
        font-size: 7rem;
        padding-left: 20%;
        padding-top: 1%;
        margin-left: -20%;
        margin-bottom: -2%;
    }
    .sommaire {
        font-size: 6rem;
        letter-spacing: -0.2rem;
        line-height: 1.2rem;
     }
     .footer {
        font-size: 1rem;
    }
     .homeimage{
        right: 0%;
     }}

/* ordinateurs big ecrans */

@media screen and (min-width: 1250px) {
    body {
        margin: 0% 0% 5% 10%; 
     }
    .titre{
        font-size: 9rem;
        padding-left: 20%;
        padding-top: 1%;
        margin-left: -20%;
        margin-bottom: -2%;
    }
    .sommaire {
        font-size: 8rem;
        letter-spacing: -0.2rem;
        line-height: 1.2rem;
     }
     .footer {
        font-size: 1rem;
    }
     .homeimage{
        right: 0%;
     }}