h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
ul,
li,
figure,
body {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    min-width: 320px;
    font-weight: 400;
    font-family: 'Fraunces', serif;
    background-color: #49111c;
}

/* construc */

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #49111c;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.h2_constru {
    color: #fff;
    font-size: 1.5rem;
    margin-top: 20px;
}

.construction-content {
    text-align: center;
    color: #fff;
    font-family: 'Fraunces', serif;
}

.social-links {
    margin-top: 24px;
    display: flex;
    gap: 24px;
    justify-content: center;
}

.social-links a {
    color: #fff;
    font-size: 1.3rem;
    text-decoration: none;
    transition: color 0.2s;
}

.social-links a:hover {
    color: #e0b0ff;
}

/* construc */
/* main */
.container {
    position: relative;
}

/* header */

.header {
    position: relative;
}

.h1_title {
    color: rgb(255, 255, 255);
    text-align: center;
    margin-bottom: 0px;
}

.styled1 {
    left: 50%;
    visibility: hidden;
    position: absolute;
    top: -101px;
    height: 0px;
    width: 0px;
}

.header_styled {
    background: linear-gradient(rgba(73, 17, 28, 0), rgba(73, 17, 28, 0)), url("https://i.ibb.co/5x5jFvbk/devanture.jpg") center center / cover no-repeat;
    background-attachment: scroll, scroll;
    flex-direction: column;
    padding: 0px;
    position: relative;

}

.navbar_styled {
    width: 100%;
    padding-top: 0px;
    box-shadow: none;
    position: fixed !important;
    z-index: 9;
    top: 0px;
    left: 0px;
    right: 0px;
}

.header_custom {
    position: relative;
    box-sizing: border-box;
    padding: 40px;
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
}


.link-wrapper {
    display: flex;
    align-items: center;
    position: relative;
}

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

.figure_lazy {
    font-size: 0px;
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.logo-image {
    filter: none;
    width: 250px;
    height: auto;
    object-fit: contain;
    /* Ombre blanche plus forte et plus large */
    box-shadow: 0 0 32px 12px #fff, 0 0 8px 2px #fff;
}

@keyframes fadeInImg {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.img_overlay {
    display: flex;
    visibility: hidden;
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.6);
    box-sizing: border-box;

}

.img_overlay_styled {
    display: flex;
    flex-direction: column;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
}

.logocontainer {
    transition: padding 0.3s linear;
    padding: 20px 0px;
}

.container_styled {
    word-break: break-word;
    padding: 80px 0px;
    display: flex;
    overflow: hidden;
}

.global_secondary {
    font-weight: 300;
}

.secondary_font {
    width: 100%;
    max-width: 1500px;
    position: relative;
    padding: 0px 20px;
    margin: 0px auto;
    z-index: 19;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: justify;
    justify-content: space-between;
    box-sizing: border-box;
}

.projectLink {
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: end;
    justify-content: flex-end;
    width: 100%;
    margin: 0px 20px;
}

.nav_link {
    margin-right: 30px;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    padding: 10px 0px;
}

.linkStyle {
    display: inline-block;
    position: relative;
}

.linkNav {
    cursor: pointer;
    text-decoration: none;
    text-overflow: ellipsis;
    max-width: 250px;
    display: block;
    overflow: hidden;
    width: 100%;
    padding: 10px;
    color: rgb(255, 255, 255);
    white-space: nowrap;
    transition: opacity 0.1s linear;
}

.linkNav:hover {
    opacity: 0.6;
    transition: 0.3s;
}

.styled_svg {
    display: flex;
    width: 1.2rem;
    height: 1.2rem;
}

.svg_logo {
    pointer-events: none;
    width: 100%;
    height: 100%;
    max-width: 1.2rem;
    max-height: 1.2rem;
}

.header-socials {
    padding: 10px 0px;
    display: flex;
}

.socialIcons {
    display: inline-flex;
    box-sizing: border-box;
}

.linkLogo {
    width: 22px;
    height: 36px;
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    text-decoration: none;
    margin: 5px;
    fill: rgb(255, 255, 255);
}

.linkLogo:hover {
    opacity: 0.6;
    transition: 0.3s;
}


@media only screen and (min-width: 1025px) {
    .header_styled {
        background-attachment: fixed !important;
    }
}



/* home */
.title_home {
    color: rgb(255, 255, 255);
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 2.5rem;
    font-weight: 700;
}

@media (max-width: 600px) {
    .overlay {
        align-items: flex-start;
        padding-top: 30px;
        height: auto;
        min-height: 100vh;
    }

    .construction-content {
        font-size: 1rem;
        padding: 18px 8px;
        border-radius: 16px;
        background: rgba(73, 17, 28, 0.95);
        max-width: 95vw;
        margin: 0 auto;
        box-shadow: 0 2px 16px rgba(0, 0, 0, 0.15);
    }

    .h2_constru {
        font-size: 1.1rem;
        margin-top: 10px;
    }

    .social-links svg {
        width: 26px;
        height: 26px;
    }

    .dev-info {
        margin-bottom: 20px;
    }
}