@import url('https://fonts.googleapis.com/css2?family=Chivo+Mono&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

* {
    box-sizing: border-box;
    font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
}

body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    width: 100vw;
    overflow-x: hidden;
    background-color: #00000c;

}

h1 {
    font-size: clamp(50px, 5.5vw, 5000px);
    text-align: center;
    font-weight: 900;
    color: rgba(224, 153, 0, 1);
    backdrop-filter: blur(10px);
    padding: 2vh 2vw;
    border: 1px solid rgba(224, 153, 0.1);
    text-transform: uppercase;
    border-radius: clamp(20px, 3vw, 500px);
    font-family: 'Chivo Mono', monospace;
}

#zoom-in {
    height: 100vh;
    overflow: hidden;
    position: relative;
    background-color: white;
    color: black;
}

#zoom-in .name {
    font-size: clamp(25px, 3vw, 5000px);
    text-align: center;
    font-weight: 900;
    color: rgba(224, 153, 0, 1);
    font-family: 'Chivo Mono', monospace;
}

#zoom-in .scroll iframe {
    text-align: center;
    width: clamp(80px, 6vw, 5000px);
    border: none;
}

#zoom-in div {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.1);
}

#second p {
    margin: 0;
    padding: 0;
    padding: 2em 10vw;
}


#zoom-in h2 {
    opacity: 0;
    font-size: 1vw;
    text-align: center;
    padding-bottom: 1.5vw;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

#profil {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 5vh 5vw;
    color: white;
}

#profil div {
    width: clamp(250px, 50%, 5000px);
    padding: 2vh 2vw;
    font-weight: 700;
    font-size: clamp(15px, 1vw, 200px);
}

#profil div img {
    border-radius: 20px;
    box-shadow:
        rgba(224, 153, 0, 0.4) -5px 5px,
        rgba(224, 153, 0, 0.3) -10px 10px,
        rgba(224, 153, 0, 0.2) -15px 15px,
        rgba(224, 153, 0, 0.1) -20px 20px,
        rgba(224, 153, 0, 0.05) -25px 25px;
}

.orange-text {
    color: rgba(224, 153, 0, 1);
}

#profil button {
    background-color: #00000c;
    border-radius: 10px;
    border: 1px solid rgba(224, 153, 0, 1);
    text-decoration: none;
    color: rgba(224, 153, 0, 1);
    padding: 1em 2em;
    transition-duration: 1s;
    font-weight: 700;
    font-size: clamp(15px, 1vw, 200px);
    margin-top: 1em;
}

#profil button:hover,
#profil button:focus {
    box-shadow:
        rgba(224, 153, 0, 0.4) 0px 5px,
        rgba(224, 153, 0, 0.3) 0px 10px,
        rgba(224, 153, 0, 0.2) 0px 15px,
        rgba(224, 153, 0, 0.1) 0px 20px,
        rgba(224, 153, 0, 0.05) 0px 25px;
    transition-duration: 1s;
}

#service {
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0vh 5vw;
    width: 100vw;
    margin-top: -1px;
}

#service div {
    width: clamp(250px, 40%, 5000px);
    padding: 0vh 2vw;
    margin: 2% 2%;
    font-weight: 500;
    font-size: clamp(15px, 1vw, 200px);
    text-align: center;
    text-wrap: balance;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    backdrop-filter: blur(10px);
    box-shadow: rgba(255, 255, 255, 0.15) 1px 1px 1.3px;
}

#service h2 {
    margin-top: -1px;
    font-size: 4vw;
    text-align: center;
    color: rgba(224, 153, 0, 1);
}

#service div .title {
    font-weight: 700;
    font-size: 1.5em;
}

#service button {
    background-color: #00000c;
    border-radius: 10px;
    border: 1px solid rgba(224, 153, 0, 1);
    text-decoration: none;
    color: rgba(224, 153, 0, 1);
    padding: 1em 2em;
    transition-duration: 1s;
    font-weight: 700;
    font-size: clamp(15px, 1vw, 200px);
    margin-top: 1em;
    margin-bottom: 2em;
}

#service button:hover,
#service button:focus {
    box-shadow:
        rgba(224, 153, 0, 0.4) 0px 5px,
        rgba(224, 153, 0, 0.3) 0px 10px,
        rgba(224, 153, 0, 0.2) 0px 15px,
        rgba(224, 153, 0, 0.1) 0px 20px,
        rgba(224, 153, 0, 0.05) 0px 25px;
    transition-duration: 1s;
}

#portfolio {
    color: white;
    flex-wrap: wrap;
    padding: 0vh 5vw;
    width: 100vw;
    margin-top: -1px;
    overflow-x: hidden;
}

#portfolio h2 {
    margin-top: 2vh;
    font-size: 8vw;
    text-align: center;
    color: rgba(224, 153, 0, 1);
}

#portfolio .video-container {
    display: flex;
    overflow-x: visible;
    /* Permet aux éléments flex de déborder de la largeur du conteneur */
    padding: 20px;
    margin-bottom: 15vh;
}

#portfolio .video-container .video-card {
    flex: 0 0 300px;
    height: 300px;
    margin-right: 20px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 35px;
    border: 1px solid rgba(255, 255, 255, .25);
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(15px);
}

#portfolio .video-container .video-card .categorie {
    font-size: clamp(12px, 0.65em, 5000px);
    color: rgba(224, 153, 0, 1);
    ;
}