@font-face {
    font-family: "Satoshi";
    src: url(fonts/Satoshi-Regular.woff) format("woff"),
}

@font-face {
    font-family: "Satoshibold";
    src: url(fonts/Satoshi-Bold.woff) format("woff"),
}

/* html {
    scroll-behavior: smooth;
    cursor: url("images/_LOGO&CURSOR/cursor.png") 5 5, pointer;
}

a:hover {
    cursor: url("images/_LOGO&CURSOR/cursor2.png") 5 5, auto;
} */

body {
    background-color: white;
    color: black;
    font-family: "Satoshi", sans-serif;
    margin: 0px;
    padding: 0 10px;
}

body::-webkit-scrollbar {
    display: none;
}

.header {
    font-family: "Satoshi";
    display: grid;
    grid-template-columns: repeat(28, 1fr);
    grid-template-rows: 1fr;
    padding: 15px 10px 22px 10px;
    position: sticky;
    top: 0px;
    background-color: white;
    z-index: 1000;
}

.header a {
    text-decoration: none;
    color: black;
}

/* .footer {
    font-family: "Satoshi";
    display: grid;
    grid-template-columns: repeat(28, 1fr);
    grid-template-rows: 1fr;
    padding: 22px 10px 15px 10px;
    position: sticky;
    top: 0px;
    background-color: white;
} */

.footer {
    font-family: "Satoshi"; 
    display: grid;
    grid-template-columns: repeat(28, 1fr);
    grid-template-rows: 1fr;
    position: sticky;
    bottom: 0;         
    width: 100%;      
    padding: 22px 10px 15px 10px;
    z-index: 1000;     
}

.footerapropos {
    font-family: "Satoshi"; 
    display: grid;
    grid-template-columns: repeat(28, 1fr);
    grid-template-rows: 1fr;
    position: fixed;
    bottom: 0;         
    width: 100%;      
    padding: 22px 30px 15px 10px;
    z-index: 1000;     
}


.item1 {
    font-family: "Satoshibold";
    font-size: 30px;
    display: block;
    text-align: left;
    grid-column: 1/10;
    float: inline-start;
}

.item2 {
    display: block;
    text-align: right;
    grid-column: 26;
    float: inline-end;
    font-size: 15px;
}

.item3 {
    display: block;
    text-align: right;
    grid-column: 27;
    float: inline-end;
    font-size: 15px;
}

.item4 {
    display: block;
    text-align: right;
    grid-column: 28;
    float: inline-end;
    font-size: 15px;
}


.gridhome {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 10px;
    padding: 20px 10px 22px 10px;
} 

p {
    font-family: "Satoshi";
    /* font-size: 64px; */
}

.txthome {
    text-transform: uppercase;
    font-family: "Satoshibold";
    font-size: 50px;
}

.txtcategoriehome {
    font-size: 20px;
}

img{
    display: block;
    max-width: 100%;
}

a {
    text-decoration: none;
    color: currentColor;
}


/* @media screen and (min-width : 980px) {
    .body{
        overflow: hidden;
    }
}


@media screen and (max-width : 980px) {
    .item1{
        grid-column: 1/15;
    }
    .item3{
        grid-column: 26;
    }
} */


/* ////////////////////////TEXTE OVER ITEM/////////////////////////// */

* {
    box-sizing: border-box;
}

.item>* {
    grid-column: -1 / 1;
    grid-row: -1/1;
}

.item {
    display: grid;
}

.item img {
    transition: 0.3s;
    object-fit: cover;
    min-height: 100%;
    width: 100%;
}

.item:hover p {
    color: #000000;
}

.item:hover img {
    color: #000000;
    opacity: 0%;
}

.item-caption {
    display: block;
    opacity: 0%;
    text-align: center;
    margin: auto;
    align-items: center;
}

.item:hover .item-caption {
    opacity: 1;
}


/* ////////////////////////TEXTE OVER ITEM/////////////////////////// */

/* body {
    background: #ffffff;
} 

h3 {
    text-decoration: none;
    font-family: "Nicolatte", Georgia;
}

h1 a {
    margin: 0px;
    font-size: 40px;
} 

header {
    display: grid;
    position: sticky;
    grid-template-columns: 1fr auto;
    border-bottom: 2px solid #000;
    align-items: center;
    margin-left: 4vw;
    margin-right: 4vw;
}

.navigation {
    padding: 10px;
    font-family: 'IBM Plex Mono', monospace;
    border-right: 2px solid #000;
} */


/* .titreprojet-17h10 {
    font-size: 84px;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 150px;
    grid-column-start: 1;
    grid-column-end: 3;
    font-family: "Nicolatte", Georgia;
} */


/* ////////////////////////PROJET/////////////////////////// */


.conteneur {
    position: relative;
    width: auto;
    max-width: auto;
    margin: 0px;
    margin-bottom: 10px;
    overflow: hidden;
    background: white;
    border-radius: 0px;
}

.diaporama {
    display: flex;
    overflow-x: scroll;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.diaporama::-webkit-scrollbar {
    display: none;
}

.diaporama.dragging {
    cursor: grabbing;
    scroll-behavior: auto;
}

.diaporama img {
    width: auto;
    height: 600px;
    user-select: none;
    pointer-events: none;
    margin-right: 10px;
    border-radius: 0px;
    flex-shrink: 0;
}
  
.arrow {
    position: absolute;
    width: 43px;
    height: 43px;          
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
    color: #000;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    user-select: none;
    transition: 0.3s;
    z-index: 10;

    display: flex;
    justify-content: center;
    align-items: center;
    
    padding-left: 11px; 
    padding-top: 5.3px;
}

.arrow:hover {
    background: rgba(255,255,255,1);
}
  
.arrow.left {
    left: 25px;
}
  
.arrow.right {
    right: 25px;
}


.wrapper {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    margin: 0px;
}
  
.carousel {
    display: flex;
    gap: 3px;
    overflow-x: auto;
    scroll-behavior: smooth;
}

.carousel::-webkit-scrollbar {
    display: none;
}
  
.carousel img {
    height: 750px;
    flex-shrink: 0;
    user-select: none;
    pointer-events: none;
    border-radius: 0px;
}

.wrapper i {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 2rem;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    color: #000;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 10;
}
  
#left {
    left: 10px;
}
  
#right {
    right: 10px;
}
  
.carousel.dragging {
    cursor: grabbing;
    scroll-behavior: auto;
}


.textegrid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 1fr;
    margin-top: 20px;
    margin-bottom: 100px;
}

.titreprojet {
    font-family: "Satoshibold";
    font-size: 50px;
    font-weight: 100;
    margin-top: 0px;
    line-height: 1.1;
    grid-column: 1/2; 
    grid-row: 1;
}

.uppercase-underline {
    text-transform: uppercase;
}  

.categorie {
    font-family: "Satoshi";
    font-size: 15px;
    line-height: 2;
    display: block;      
    margin-top: 0.2em; 
}

.bold {
    font-family: "Satoshibold";
}

.paragraphe {
    font-family: "Satoshi";
    font-size: 19px;
    margin-top: 0px;
    margin-right: 200px;
    margin-bottom: 10px;
    line-height: 24px;
    grid-column: 3/6;
    grid-row: 1;
}

::selection {
    color: none;
    background: none;
}

::-moz-selection {
    color: none;
    background: none;
}

/* ////////////////////////PROJET/////////////////////////// */

.gridapropos {
    position: relative;
    display: grid;
    grid-template-columns: repeat(18, 1fr);
    grid-template-rows: repeat(24 1fr);
}

.intro {
    font-family: "Satoshi";
    margin-top: 55px;
    margin-bottom: 100px;
    margin-left: 20px;
    font-size: 26px;
    grid-column: 5/18;
    line-height: 30px;
}

.gridparcours {
    grid-column: 2/8;
    grid-row: 17;
}

.parcours {
    font-family: "Satoshi";
    text-align: left;
    font-size: 30px;
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
}

.txtparcours {
    font-family: "Satoshi";
    font-size: 17px;
    margin-bottom: -7px;
}

.gridexperience {
    grid-column: 10/18;
    grid-row: 17;
}

.experience {
    font-family: "Satoshi";
    text-align: left;
    font-size: 30px;
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
}

.txtexperience {
    font-family: "Satoshi";
    font-size: 17px;
    margin-bottom: -7px;
}





/* ////////////////////////CONTACT/////////////////////////// */


.gridcontact {
    position: relative;
    display: grid;
    grid-template-columns: repeat(18, 1fr);
    grid-template-rows: repeat(24 1fr);
}


.insta {
    margin-top: 0px;
    margin-bottom: 450px;
    font-size: 30px;
    grid-column: 5/18;
    font-family: "Satoshi";
    line-height: 30px;
}


.mail {
    margin-top: 55px;
    margin-bottom: 10px;
    font-size: 30px;
    grid-column: 5/18;
    font-family: "Satoshi";
    line-height: 30px;
}


.contact {
    font-size: 15px;
    font-family: "Satoshi";
}


.credit {
    font-size: 15px;
    font-family: "Satoshi";
    grid-column: 5/18;
}











/* ////////////////////////PROJET/////////////////////////// */


.wrapper h3 {
    font-size: 84px;
    text-align: center;
    margin-top: 1px;
    margin-bottom: 10px;
    padding-top: 15px;
}

.paragraphe-17h10 {
    /* font-size: 18px; */
    text-align: left;
    margin-top: 100px;
    margin-bottom: 150px;
    grid-column: 3 / 5;
    font-family: 'IBM Plex Mono', monospace;
}

.paragraphe-video {
    font-size: 15px;
    text-align: center;
    margin-left: 20em;
    margin-top: 7em;
    margin-bottom: 2em;
    font-family: 'IBM Plex Mono', monospace;
}

.paragraphetypo {
    font-size: 24px;
    text-align: left;
    margin-bottom: 2em;
    font-family: 'IBM Plex Mono', monospace;
}

.paragrapheprojet {
    margin-top: 0px;
    /* font-size: 18px; */
    text-align: left;
    margin-bottom: 2em;
    font-family: 'IBM Plex Mono', monospace;
}

.paragraphe strong {
    color: #000000;
    text-align: left;
    font-size: 38px;
    font-family: "Nicolatte", Georgia;
}

.paragraphe-video strong {
    color: #000000;
    text-align: left;
    font-size: 42px;
    font-family: "Nicolatte", Georgia;
}

.borderup { 
    border-top: 2px solid #000;
    grid-column-start: 1;
    grid-column-end: 5;
}

/* ////////////////////////TRAITEMENT VISUELLE/////////////////////////// */

.imagegauche {
    grid-column: 1 / 3;
}

.imagedroite {
    grid-column: 3 / 5;
}

.imagelarge {
    grid-column: 1 / 5;
    max-width: 100%;
}

.image1-4{
    grid-column: 1 / 4;
    max-width: 100%;
}

.image1 {
    grid-column: 1 / 2;
}

.image2 {
    grid-column: 2 / 3;
}

.image3 {
    grid-column: 3 / 4;
}

.image4 {
    grid-column: 4 / 5;
}

.imagelargesignage {
    grid-column: 2 / 5;
    max-width: 100%;
    margin-bottom: 50px;
}

.imagelargeglyphs {
    border-bottom: 5px solid #000;
    padding-bottom: 30px;
    grid-column: 1 / 5;
    max-width: 100%;
    margin-bottom: 30px;
}

.imagelargeincize{
    grid-column: 1 / 5;
    max-width: 100%;
}

.imagegauche-eco {
    grid-column: 1 / 3;
    border: 1px solid #000;
}

.imagedroite-eco {
    grid-column: 3 / 5;
    border: 1px solid #000;
}

.pdfneosoul {
    max-width: 95%;
    border: 1px solid #000;
}

.pdfhousekit {
    justify-self: baseline;
}

.pdfartnouveaux {
    max-width: 50%;
    border: 1px solid #000;
}

.pdf {
    border: 1px solid #000;
}

.video {
    grid-column: 1 / 3;
}

/* ////////////////////////CV/////////////////////////// */

/* .cvgrid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-template-rows: 1fr 2fr;
    grid-auto-flow: column;
    gap: 10px;
    padding: 3em;
    margin-left: 4vw;
    margin-right: 4vw;
    font-family: 'IBM Plex Mono', monospace;
}

.cvgrid p {
    margin-bottom: 2em;
} */

/* .parcours {
    color: #000000;
    font-size: 18px;
    text-align: left;
    margin: 0;
} */

/* .experiences {
    color: #000000;
    font-size: 18px;
    text-align: left;
    margin: 0;
} */

/* .langues {
    color: #000000;
    font-size: 18px;
    text-align: left;
    margin: 0;
} */

/* .parcours strong {
    color: #000000;
    text-align: left;
    font-size: 42px;
    font-weight: bold;
    font-family: "Nicolatte", Georgia;
} */

/* .experiences strong {
    color: #000000;
    text-align: left;
    font-size: 42px;
    font-family: "Nicolatte", Georgia;
} */

/* .langues strong {
    color: #000000;
    text-align: left;
    font-size: 42px;
    font-family: "Nicolatte", Georgia;
}

.competences strong {
    color: #000000;
    text-align: left;
    font-size: 42px;
    font-family: "Nicolatte", Georgia;
}

.hobbies strong {
    color: #000000;
    text-align: left;
    font-size: 42px;
    font-family: "Nicolatte", Georgia;
} */

/* ////////////////////////CRÉDIT/////////////////////////// */
/* 
.creditgrid p {
    margin-left: 4vw;
    margin-right: 4vw;
    padding-top: 3em;
    text-align: center;
}

.credit {
    font-size: 24px;
    font-family: 'IBM Plex Mono', monospace;
}

.credit strong {
    color: #000000;
    text-align: left;
    font-size: 58px;
    font-family: "Nicolatte", Georgia;
} */

/* ////////////////////////CONTACT/////////////////////////// */

/* .mailgrid {
    margin-left: 4vw;
    margin-right: 4vw;
    padding-top: 3em;
    text-align: center;
}

.mail {
    font-size: 24px;
    margin-left: 4vw;
    margin-right: 4vw;
    padding-top: 3em;
    font-family: 'IBM Plex Mono', monospace;
}

.mail strong {
    color: #000000;
    font-size: 58px;
    font-family: "Nicolatte", Georgia;
} */