/*
*  html5resetcss
*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* My CSS code */

#header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 2rem;
    background: transparent;
    position: absolute;
    color: white;
    z-index: 10;
}

#header .left {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

#header .left img {
    width: 32.75px;
    height: 38px;
    flex-shrink: 0;
}

#header .left .nom {
    font-family: KoHo, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    color: #FFF;
}

#header .right {
    color: white;
    font-family: KoHo;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}

#header .right nav {
    position: relative;
    text-decoration: none;
}

#header .right nav a {
    text-decoration: none;
    color: white;
    margin: 15px;
}





/* Page styling */

#wrapper {
    background-color: #121212;
    min-height: 100vh;
    width: 100%;
    font-family: sans-serif;
}

#wrapper h1 {
    color: #FFF;
    font-family: KoHo, sans-serif;
    font-size: 96px;
    font-weight: 300;
    line-height: normal;
    padding-top: 177px;
    padding-left: 63px;
}

#wrapper .sous-titre {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
    width: auto;
    height: auto;
    flex-shrink: 0;
    margin-top: 67px;
    margin-left: 97px;
}

#wrapper .sous-titre p {
    color: #FFF;
    font-family: KoHo, sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: normal;
}

#wrapper .sous-titre hr {
    width: 349px;
    height: 1;
    flex-shrink: 0;
}

#wrapper .projets1 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    color: #A6A6A6;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    gap: 70px;
    width: 87%;
    height: auto;
    margin-left: 96px;
    margin-top: 35px;
}





/* Editorial styling */
/* Firstline styling */

#wrapper .projets1 .firstline {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    gap: 25px;
    flex-wrap: wrap;
}

#wrapper .projets1 .firstline .one {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: left;
    gap: 15px;
    text-decoration: none;
    color: #A6A6A6;
}

#wrapper .projets1 .firstline .one .imageone {
    width: 400px;
    height: 400px;
    background-image: url(./images/_MG_9477..jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: none;
}

#wrapper .projets1 .firstline .two {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: left;
    gap: 15px;
    text-decoration: none;
    color: #A6A6A6;
}

#wrapper .projets1 .firstline .two .imagetwo {
    width: 400px;
    height: 400px;
    background-image: url(./images/Spine-and-Cover-Boxes-Set-Free-psd-Mockup.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: none;
}

#wrapper .projets1 .firstline .three {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: left;
    gap: 15px;
    text-decoration: none;
    color: #A6A6A6;
}

#wrapper .projets1 .firstline .three .imagethree {
    width: 400px;
    height: 400px;
    background-image: url(./images/cartes.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: none;
}

/* Secondline styling */

#wrapper .projets1 .secondline {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    gap: 25px;
    flex-wrap: wrap;
}


#wrapper .projets1 .secondline .four {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: left;
    gap: 15px;
    text-decoration: none;
    color: #A6A6A6;
}

#wrapper .projets1 .secondline .four .imagefour {
    width: 400px;
    height: 400px;
    background-image: url(./images/Bus\ Stop\ Billboard.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: none;
}

#wrapper .projets1 .secondline .five {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: left;
    gap: 15px;
    text-decoration: none;
    color: #A6A6A6;
}

#wrapper .projets1 .secondline .five .imagefive {
    width: 400px;
    height: 400px;
    background-image: url(./images/labyrinthe.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: none;
}

#wrapper .projets1 .secondline .six {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: left;
    gap: 15px;
    text-decoration: none;
    color: #A6A6A6;
}

#wrapper .projets1 .secondline .six .imagesix {
    width: 400px;
    height: 400px;
    background-image: url(./images/shockign.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: none;
}

/* Thirdline styling */

#wrapper .projets1 .thirdline {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    gap: 25px;
    flex-wrap: wrap;
}

#wrapper .projets1 .thirdline .seven {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: left;
    gap: 15px;
    text-decoration: none;
    color: #A6A6A6;
}

#wrapper .projets1 .thirdline .seven .imageseven {
    width: 400px;
    height: 400px;
    background-image: url(./images/Ishimoto\ mockup\ 1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: none;
}

#wrapper .projets1 .thirdline .eight {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: left;
    gap: 15px;
    text-decoration: none;
    color: #A6A6A6;
}

#wrapper .projets1 .thirdline .eight .imageeight {
    width: 400px;
    height: 400px;
    background-image: url(./images/lumin.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: none;
}





/* Identites visuelles styling */
/* Firstline styling */

#wrapper .sous-titre {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
    width: auto;
    height: auto;
    flex-shrink: 0;
    margin-top: 64px;
    margin-left: 97px;
}

#wrapper .sous-titre p {
    color: #FFF;
    font-family: KoHo, sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: normal;
}

#wrapper .sous-titre hr {
    width: 349px;
    height: 1;
    flex-shrink: 0;
}

#wrapper .projets2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: left;
    width: 87%;
    height: auto;
    margin-left: 96px;
    margin-top: 35px;
    color: #A6A6A6;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

#wrapper .projets2 .firstline {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    gap: 25px;
    flex-wrap: wrap;
}

#wrapper .projets2 .firstline .nine {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: left;
    gap: 15px;
    text-decoration: none;
    color: #A6A6A6;
}

#wrapper .projets2 .firstline .nine .imagenine {
    width: 400px;
    height: 400px;
    background-image: url(./images/mon\ logo.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: none;
}

#wrapper .projets2 .firstline .ten {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: left;
    gap: 15px;
    text-decoration: none;
    color: #A6A6A6;
}

#wrapper .projets2 .firstline .ten .imageten {
    width: 400px;
    height: 400px;
    background-image: url(./images/theatre.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: none;
}

#wrapper .projets2 .firstline .eleven {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: left;
    gap: 15px;
    text-decoration: none;
    color: #A6A6A6;
}

#wrapper .projets2 .firstline .eleven .imageeleven {
    width: 400px;
    height: 400px;
    background-image: url(./images/DESIGN_DIGITAL_CULTUREL/Simone_menezes.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: none;
}




/* Photographies styling */

#wrapper .sous-titre {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
    width: auto;
    height: auto;
    flex-shrink: 0;
    margin-top: 64px;
    margin-left: 97px;
}

#wrapper .sous-titre p {
    color: #FFF;
    font-family: KoHo, sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: normal;
}

#wrapper .sous-titre hr {
    width: 349px;
    height: 1;
    flex-shrink: 0;
}

#wrapper .projets3 {
    width: 87%;
    height: auto;
    margin-left: 96px;
    margin-top: 35px;
    color: #A6A6A6;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

#wrapper .projets2 .firstline {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    gap: 25px;
    flex-wrap: wrap;
}

#wrapper .projets3 .twelve {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: left;
    gap: 15px;
    text-decoration: none;
    color: #A6A6A6;
}

#wrapper .projets3 .twelve .imagetwelve {
    width: 400px;
    height: 400px;
    background-image: url(./images/food_13.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: none;
}



/* Typographie styling */

#wrapper .sous-titre {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
    width: auto;
    height: auto;
    flex-shrink: 0;
    margin-top: 64px;
    margin-left: 97px;
}

#wrapper .sous-titre p {
    color: #FFF;
    font-family: KoHo, sans-serif;
    font-size: 36px;
    font-weight: 400;
    line-height: normal;
}

#wrapper .sous-titre hr {
    width: 349px;
    height: 1;
    flex-shrink: 0;
}

#wrapper .projets4 {
    width: 87%;
    height: auto;
    margin-left: 96px;
    margin-top: 35px;
    padding-bottom: 100px;
    color: #A6A6A6;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

#wrapper .projets4 .firstline {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

#wrapper .projets4 .thirteen {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: left;
    gap: 15px;
    text-decoration: none;
    color: #A6A6A6;
}

#wrapper .projets4 .thirteen .imagethirteen {
    width: 400px;
    height: 400px;
    background-image: url(./images/bubbly.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: none;
}




/* effet scroll */

.fade-start {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

.fade-in-up {
    opacity: 1;
    transform: translateY(0);
}





/* effet agrandissement */

.firstline a div,
.secondline a div,
.thirdline a div {
    position: relative;
    overflow: hidden;
}

/* Création d’un pseudo-élément pour animer le background */
.firstline a div::before,
.secondline a div::before,
.thirdline a div::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.4s ease;
    z-index: 0;
}

/* Empêche le fond original de s’afficher (car on le double dans ::before) */
.firstline a div,
.secondline a div,
.thirdline a div {
    background-image: none !important;
}

/* Spécifie à nouveau l'image pour chaque bloc */
.imageone::before {
    background-image: url(./images/_MG_9477..jpg);
}
.imagetwo::before {
    background-image: url(./images/Spine-and-Cover-Boxes-Set-Free-psd-Mockup.jpg);
}
.imagethree::before {
    background-image: url(./images/cartes.jpg);
}
.imagefour::before {
    background-image: url(./images/Bus\ Stop\ Billboard.jpg);
}
.imagefive::before {
    background-image: url(./images/labyrinthe.png);
}
.imagesix::before {
    background-image: url(./images/shockign.jpg);
}
.imageseven::before {
    background-image: url(./images/Ishimoto\ mockup\ 1.jpg);
}
.imageeight::before {
    background-image: url(./images/lumin.jpg);
}
.imagenine::before {
    background-image: url(./images/mon\ logo.jpg);
}
.imageten::before {
    background-image: url(./images/theatre.jpg);
}

.imageeleven::before {
    background-image: url(./images/DESIGN_DIGITAL_CULTUREL/Simone_menezes.png);
}
.imagetwelve::before {
    background-image: url(./images/food_13.jpg);
}

.imagethirteen::before {
    background-image: url(./images/bubbly.jpg);
}



/* Effet zoom au hover (seulement sur l’image interne) */
.firstline a:hover div::before,
.secondline a:hover div::before,
.thirdline a:hover div::before {
    transform: scale(1.1);
}