body {
    font-family: "futura-100", sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color: #11151D;
    overflow-x: hidden;
    /* Se désactive après l'animation */
    overflow-y: scroll;
}

html {
    scroll-behavior: smooth;
}

nav {
    padding: 20px 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 56px;
    position: fixed;
    background-color: #11151D;
    z-index: 10;
    filter: drop-shadow(0 10px 20px #00000078);
    top: 0px;
}

nav a {
    cursor: pointer;
}

a {
    color: #fff;
    text-decoration: none;
    text-align: center;
}

.selected {
    font-weight: 600;
}

.landing {
    mask-position: 77px;
    padding-top: 105px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    gap: 16px;
}

.landing h1 {
    font-size: 44px;
}

.landing img {
    height: 500px;
    width: auto;
}

.tag {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 30px;
    background-color: #D76C58;
    font-weight: 600;
    border-radius: 100px;
    font-size: 14px;
    width: fit-content;
}

.online {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 10000px;
    height: 50px;
    width: 50px;
    gap: 15px;
    cursor: pointer;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 10;
}

.green {
    background-color: #60E335;
    height: 15px;
    width: 15px;
    border-radius: 100px;
    z-index: 2;
}

.greenBack {
    background-color: rgba(96, 227, 53, 0.54);
    height: 15px;
    width: 15px;
    border-radius: 100px;
    position: absolute;
    z-index: 1;
}

.online p {
    /* display: none; */
    font-weight: 400;
    font-family: futura-100, sans-serif;
    font-weight: 500;
    font-style: normal;
    margin-top: -4px;
    display: none;
    white-space: nowrap;
}

.quality {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 200px;
    width: 100vw;
}

.list, .yellow {
    background-color: #D76C58;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    padding: 20px 20px;
    color: #fff;
    font-weight: 700;
    font-size: 60px;
    gap: 20px;
    overflow-x: hidden;
}

.list p, .yellow p {
    margin: 0;
    white-space: nowrap;
}

.yellow {
    background-color: #DDBF71;
    transform: rotate(-2deg);
    margin-top: -32px;
}

.list svg, .yellow svg {
    max-width: none;
    height: 30px;
    width: auto;
    margin-top: 10px;
}

.gallery {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    flex-direction: column;
}

.gallery div {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-x: hidden;
}

.tiny img {
    min-height: 300px;
    height: 300px;
    width: auto;
}

.big img {
    min-height: 500px;
    height: 500px;
    width: auto;
    min-width: 750px;
}

.sunrise {
    background: linear-gradient(180deg, rgba(215, 108, 88, 0.00) 0%, #D76C58 51.83%, #D9815E 65.64%, #DA9564 79.46%, #DDBF71 100%);
}

.quote {
    color: #fff;
    font-size: 50px;
    /* max-width: 800px; */
    padding: 0px 50px;
    text-align: center;
    margin-top: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
}

.design {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    width: 100vw;
    padding: 0px 50px;
    margin-bottom: 200px;
    perspective: 1000px;
}

.design :nth-child(2) {
    margin-top: 100px;
}

.design img {
    transition: transform 0.1s ease; 
    transform-style: preserve-3d;
    height: 130px;
    width: auto;
    filter: drop-shadow(0px 0px 50px rgba(0, 0, 0, 0.622));
    /* cursor: pointer; */
}

.une {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    padding-left: 100px;
}

.une h3 {
    color: #fff;
    font-size: 40px;
}

.date {
    color: #CACACA;
    /* color: #ffffff; */
    font-weight: 500;
    font-size: 16px;
}

.desc {
    color: #fff;
    max-width: 90%;
    font-weight: 500;
    font-size: 16px;
}

.desc a {
    text-decoration: underline;
}

.carousel {
    margin-top: 20px;
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 20px;
    overflow-x: scroll;
}

.carousel img {
    min-height: 600px;
    height: 600px;
    width: auto;
    min-width: 920px;
}

.une h2 {
    margin-top: 20px;
    color: #fff;
}

.rate {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 28px;
    width: 450px;
    padding: 20px 20px;
    gap: 10px;
}

.profile {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 15px;
}

.name {
    font-size: 18px;
    font-weight: 500;
}

.pdp {
    background-color: #D76C58;
    width: 49px;
    height: 49px;
    border-radius: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.stars {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 8px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.rate .desc {
    padding-left: 10px;
    color: black;
    max-width: none;
    font-size: 16px;
}

.rate .date {
    padding-left: 10px;
    color: #CACACA;
    font-size: 14px;
}

.infos {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 26px;
    color: #fff;
}

.card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 100px 100px;
    border: solid #fff;
    padding: 54px;
    border-radius: 64px;
}

.card img {
    height: 400px;
    width: auto;
}

.tel {
    cursor: pointer;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 25px;
    width: fit-content;
    border-radius: 100px;
    gap: 10px;
    font-weight: 500;
    color: black;
}

.tel svg, .contact svg {
    margin-top: 4px;
    height: 16px;
    width: auto;
}

footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 100px;
}

.logo {
    cursor: pointer;
    height: 50px;
    width: auto;
}

.contact {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.contact div {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    gap: 10px;
    font-weight: 500;
}

.created {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 500;
    gap: 5px;
}

.miniTitle {
    margin-top: 105px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 100px;
    flex-wrap: wrap;
}

.miniTitle div {
    color: #CACACA;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    gap: 10px;
    font-size: 16px;
    cursor: pointer;
}

.miniTitle svg {
    margin-top: 4px;
    height: 10px;
    width: auto;
}

.miniTitle h1 {
    color: #fff;
}

.project {
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: flex-start;
    gap: 20px;
    flex-wrap: wrap;
    padding-left: 100px;
}

.project img {
    height: 350px;
    width: auto;
}

.project .infos {
    gap: 15px;
    margin-top: 15px;
    max-width: 45%;
}

.project .desc {
    white-space: pre-line;
    max-width: none;
}

.project .infos h3 {
    font-size: 30px;
}

.technologies {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.tech {
    /* background-color: #fff; */
    border: solid #fff 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 25px 8px 23px;
    width: fit-content;
    border-radius: 100px;
    font-weight: 500;
    color: rgb(255, 255, 255);
}

button {
    margin-top: 10px;
    background-color: #fff;
    border: none;
    font-family: "futura-100", sans-serif;
    font-weight: 500;
    font-style: normal;
    border-radius: 18px;
    padding: 6px 25px 8px 23px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    transition: transform 0.3s ease;
    color: black;
}

button:hover, #phone:hover {
    transform: scale(1.05);
}

#phone {
    transition: transform 0.3s ease;
}


button svg {
    margin-top: 4px;
}

.animLanding {
    background-color: #11151D;
    /* background-color: red; */
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 11;
    border: none;
    outline: none;
    display: none; 

    max-width: 100vw; 
    max-height: 100vh;
    border: none;
    padding: 0;
    margin: 0;
}

.animLanding[open] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.animLanding svg {
    height: 200px;
    width: auto;
}

#bigLogo path {
    stroke: #fff;
    stroke-width: 2px;
}

.projectDetailed {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 100px;
}

.head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px
}

.head h1 {
    font-size: 60px;
    color: #fff;
}

.head .desc {
    max-width: none;
}

.head p {
    margin: 0;
}

.head img {
    height: 90%;
    width: auto;
}

.section {
    margin-top: 50px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    color: #fff;
    gap: 20px;
}

.paragraph {
    white-space: pre-line;
    max-width: 90%;
    font-weight: 500;
    font-size: 18px;
}

.section h2 {
    font-size: 32px;
}

.projectScreens {
    padding-left: 100px;
}

.subtitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 100px;
    color: #fff;
    margin-top: 300px;
}

.projectDetailed, .projectScreens, .landing img, .subtitle, .quote, .une, .card img,  .card h1, .project .infos, .miniTitle, .design img {
    transition: 0.3s ease-in-out;
}

@media (max-width: 1000px) {
    .landing img {
        height: 204px;
    }
}

@media (max-width: 800px) {

    body {
        overflow-x: hidden;
    }

    .projectDetailed, .projectScreens, .une, footer, .miniTitle, .project {
        padding-left: 25px;
    }

    .project a {
        order: 2;
    }

    .project img {
        height: 300px;
    }

    .project .infos {
        max-width: 95%;
    }

    .miniTitle {
        padding-right: 25px;
    }

    .subtitle {
        padding: 0px 25px;
    }

    .quote {
        text-align: left;
    }

    footer {
        flex-direction: column;
        align-items: flex-start;
    }

    footer .logo {
        order: -1;
        margin-bottom: 50px;
    }

    .card {
        margin: 100px 25px;
        flex-direction: column;
        gap: 50px;
    }

    .card img {
        order: -1;
        height: 159px;
    }

    .card h1 {
        font-size: 40px;
    }

    .design img {
        height: 89px
    }
    
}
