body{
    margin:0
}
/** banner  **/
.banner-content {
    display: flex
;
    align-items: center;
    justify-content: center;
}
.content-1 {

    text-align: center;
}
.banner-2 {
    background-image: url('../img/hack/hack-banner.webp');
    padding: 9em 7em 7em;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-2 h1 {
    text-align: center;
    font-family: sans-serif;
    font-size: 111px;
    font-weight: 800;
    color: #fff;
    margin: 0;
    padding-bottom: 0.2em;
}
.content-1 p {
    color: #FFFFFF;
    font-size: 25px;
    font-family: sans-serif;
    line-height: 30px;
    font-weight: 400;
    width: 55%;
    justify-self: center;
    padding-bottom: 1em;
}
.banner-2 h2{
    margin: 0;
font-family: system-ui;
font-size: 33px;
font-weight: 400;
color: #fff;
text-align: center;
}
/**             hack programme               */
.hack-programme h1{
    color: #0B0D53;
    font-weight: 800;
    font-family: sans-serif;
    font-size: 61px;
    margin: 0;
    padding-bottom: 0.5em;
}
.hack-programme p {
    font-family: sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
    text-align: justify;
    padding-bottom: 0.8em;
}
.hack-programme {
    padding: 2em 10em;
}
/**             hack jours               */
.prg-title {
    padding: 1em 10em;
}
.prg-title h1{
    color: #0B0D53;
    font-weight: 800;
    font-family: sans-serif;
    font-size: 61px;
    margin: 0;
    padding-bottom: 0.5em;
}

.hack-jours {
    display: flex;
    flex-wrap: wrap;
    padding: 1em 0em 4em 10em;
    gap: 5em;
}
.hack-jour-1 h1 {
    color: #16C2ED;
    font-family: sans-serif;
    font-weight: 800;
    font-size: 28px;
    text-align: left;
    margin: 0;
    padding-bottom: 0.5em;
}
.icons-x {
    display: -webkit-box;
    gap: 0.5em;
    width: 95%;
}
.hack-jour-1 h2 {
    color: #0B0D53;
    font-size: 21px;
    font-family: sans-serif;
    font-weight: 800;
    text-align: left;
    margin: 0;
    padding-bottom: 1em;
}
.hack-jour-1 p {
    color: #1D2332;
    font-family: sans-serif;
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
}
.hack-jour-1 {
    box-shadow: 0 23px 2px 0 rgb(255 255 255 / 0%), 0 3px 9px 0 rgba(0, 0, 0, 0.19);
    border-radius: 20px;
    padding: 1.5em 1em 1em;
    width: 32%;
}

/**             form               */

.form-hack img{
    width: 100%;

}
.form-hack {
    display: flex;
    padding: 2em 10em 4em;
    gap: 4em;
    align-items: center;
}
.form-2 {
    text-align: center;
}
.form-2 h2 {
    color: #0B0D53;
    font-size: 49px;
    font-family: sans-serif;
    font-weight: 900;
    margin: 0;
}
.form-2 h4 {
    color: #0B0D53;
    font-size: 24px;
    font-family: sans-serif;
    line-height: 32px;
    font-weight: 700;
    margin: 0;
}
.form-2 p {
    color: #000000;
    font-family: sans-serif;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
}
input#hack_name {
    width: 85%;
    padding: 1em;
    border-radius: 8px;
    border: 1px solid #e7e5e5;
    margin-bottom: 1em;

}
textarea#comment {
    width: 85%;
    margin-bottom: 1em;
    padding: 1em;
    border-radius: 8px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(231, 229, 229);
    border-image: initial;
}
input#hack_number {
    border: none !important;
    padding: 1em 3em !important;
}
.intl-tel-input.allow-dropdown {
    width: 85% !important;
    border-radius: 6px;
    border: 1px solid #e7e5e5;
    margin-bottom: 1em;
}
.btn-form {
    background: #0B0D53;
    color: #fff;
    padding: 1em 4em;
    border: none;
    border-radius: 8px;
    font-size: 18px;
}
input#hack_society {
    width: 85%;
    padding: 1em;
    border-radius: 8px;
    border: 1px solid #e7e5e5;
    margin-bottom: 1em;
}
input#hack_email {
    width: 85%;
    padding: 1em;
    border-radius: 8px;
    border: 1px solid #e7e5e5;
    margin-bottom: 1em;
}

/**             video                      */
/* Video container styles */
.video-container {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.video-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}

.video-container .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: #0B0D53;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: white;
}

/* Lightbox styles */
.lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.lightbox-content {
    position: relative;
    width: 100%;
    max-width: 60%;
    aspect-ratio: 16 / 9;
    background: black;
    border-radius: 10px;
    overflow: hidden;
}

.lightbox iframe {
    width: 100%;
    height: 100%;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(255, 255, 255, 0.8);
    border: none;
    font-size: 24px;
    color: black;
    padding: 5px 10px;
    border-radius: 50%;
    cursor: pointer;
}
.vid h1{
    color: #FAB20F;
    font-family: sans-serif;
    font-weight: 700;
    font-size: 40px;
    margin: 0;
}
.vid p{
    font-family: sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-align: justify;
    line-height: 30px;
    margin: 0;
}
.vid {
    padding: 2em 10em;
    background-color: #EFEFEF;
}
.video-thumb {
    padding: 0em 0em;
    background-color: transparent;
}

/**              page programme            **/
.filter-buttons {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    justify-content: center;
    padding: 0em 7em;
}

.filter-btn {
    padding: 1em;
    border: none;
    background-color: #FFFFFF;
    color: #0B0D53;
    cursor: pointer;
    border-radius: 5px;
    font-weight: bold;
    font-family: sans-serif;
    font-size: 14px;
    border-radius: 30px;
    border: 1px solid #EBEEF3;
    width: 100%;
}

.filter-btn.active {
    background-color: #ff8800;
    color: white;
}

/**             responsivité               */
@media screen and (max-width: 790px) {
    .nd-jour{
        padding-bottom: 13em !important;
    }
    .prg-title {
        padding: 1em;
    }
    .prg-title h1 {
        font-size: 35px;
    }
    .hack-jour-1 h1 {
        font-size: 20px;
    }
    .hack-jour-1 h2 {
        font-size: 17px;
    }
    .hack-jour-1 p {
        font-size: 17px;
        line-height: 28px;
    }
    .banner-2 {
        padding: 5em 1em;
    }
    .content-1 {
        width: 100%;
    }
    .content-1 p {
        font-size: 18px;
        line-height: 23px;
        width: 100%;
    }
    .banner-content {
        flex-direction: column;
    }
    div#form_hack {
        width: 100% !important;
    }

.banner-2 h1{
    font-size: 45px;
}
.banner-2 h2{
    font-size: 35px;
}
.banner-2 h3 {
    font-size: 27px
}
button.sinscrireBtn {
    font-size: 14px;
}
.partenaires {
    padding: 2em 1em;
    flex-direction: column;
}
.hack-programme {
    padding: 2em 1em;
}
.part-1 {
    width: 100%;
}
.hack-programme h1 {
    font-size: 47px;
}
.part-2 {
    width: 100%;
    gap: 2em;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.hack-jour-1 {

    width: 100%;
}
.hack-jours {
    padding: 1em 1em;
    gap:2em
}
.jury-div {
    padding: 2em 1em;
}
.jury-div h1 {
    font-size: 51px;
}
.jury {
    padding: 1em 1em 3em;
    gap: 2em;
    flex-wrap: wrap;
}
.form-hack {
    padding: 2em 1em;
    gap: 6em;
    flex-direction: column-reverse;
}
.form-1 {
    display: none;
}
}