@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");

@font-face {
    font-family: 'helve';
    src: url(../font/HelveticaNeueBold.otf);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

#cine {
    width: 25%;
    height: 25%;
    margin-top: 10px;
}

body {
    min-height: 100vh;
    background: url("../image/sasha-make-stories-studio-0IvpEBGw8aw-unsplash.jpg");
    background-size: fill;
    background-position: center;


}
#game{
    background-image: url("../image/fillejeux.jpg");
    background-size: cover;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 100px;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    backdrop-filter: blur(10px);
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    z-index: 100;
}

.header::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,
            transparent,
            rgba(255, 255, 255, 0.4),
            transparent);

}

.header:hover::before {
    left: 100%;
}

.logo {
    color: #fff;
    font-size: 25px;
    text-decoration: none;
    font-weight: 600;
    cursor: default;


}
#outside{background-image: url(../image/outside.jpg);
        background-size: cover; }

.navbar a {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    margin-left: 35px;
    transition: 0.3s;
}

.navbar a:hover {
    color: rgb(89, 241, 247);
}

#menu-icon {
    font-size: 36px;
    color: #fff;
    display: none;
}

* {
    box-sizing: border-box;
}

#premier {
    background-image: url(../image/cafe-et-cigarette-uma-thurman-dans-pulp-fiction.jpg);
    background-size: cover;
}
#maps{background-image: url(../image/maps.png);
    background-size: cover;
    
}

#deuxieme {
    background-image: url(../image/samuel-l-jackson-avec-john-travolta-en-1994.jpg);

    background-size: cover;
}

#cinquieme {
    background-image: url(../image/madmax.png);

    background-size: cover;
}


#letext {
    background: rgba(255, 255, 255, 0.1);


    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    font-size: 27px;
    display: flex;
    text-align: center;
}

#infos {
    background: rgba(255, 255, 255, 0.1);


    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    font-size: 27px;
    display: flex;
    text-align: center;
    font-family: 'helve';
    text-decoration: none;

}

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

.grid-container {

    margin-left: 10%;
    margin-top: 100px;
    width: 80%;
    height: 90vh;
    display: grid;
    grid-auto-columns: 1fr;
    gap: 1em;
    grid-template-areas:
        'one one two five five'
        'one one three five five'
        'four four four five five'
}

.grid-item {
    border-radius: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.grid-item:nth-child(1) {
    grid-area: one;
    background-color: #222E50;
}

.grid-item:nth-child(2) {
    grid-area: two;
    background-color: #007991;
}

.grid-item:nth-child(3) {
    grid-area: three;
    background-color: #439a86;
}

.grid-item:nth-child(4) {
    grid-area: four;
    background-color: #f6511d;
}

.grid-item:nth-child(5) {
    grid-area: five;
    background-color: #c1292e;
}

h5 {
    display: flex;
    font-size: 50px;
    text-align: center;
}


@media (max-width: 940px) {
    .grid-container {
        grid-template-areas:
            'one one two five five'
            'three three three five five'
            'four four four four four'
    }
}

@media (max-width: 640px) {
    .grid-container {
        grid-template-areas:
            'one one two two two'
            'three three three five five'
            'four four four four four'
    }
}

@media (max-width: 460px) {
    .grid-container {
        grid-template-areas:
            'one'
            'two'
            'three'
            'four'
            'five';
    }
}



































/* BREAKPOINTS */
@media (max-width: 992px) {
    .header {
        padding: 1.25rem 4%;
    }
}

@media (max-width: 768px) {
    #menu-icon {
        display: block;
    }

    .navbar {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        padding: 0.5rem 4%;
        display: none;
    }

    .navbar.active {
        display: block;
    }

    .navbar a {
        display: block;
        margin: 1.5rem 0;
    }

    .nav-bg {
        position: absolute;
        top: 79px;
        left: 0;
        width: 100%;
        height: 295px;
        background: rgba(255, 255, 255, 0.1);
        border-bottom: 2px solid rgba(255, 255, 255, 0.2);
        backdrop-filter: blur(10px);
        z-index: 99;
        display: none;
    }

    .nav-bg.active {
        display: block;
    }
}





.container {
    margin: auto;
    padding: 2em;
    max-width: 68rem;
    margin-top: 100px;
}

.flex {
    display: flex;
    gap: 5em;
    justify-content: center;
    flex-flow: row wrap;
}
#brussels{font-size: 28px;
background: rgba(255, 255, 255, 0.1);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
   padding: 30px;}



.card {
    display: flex;
    flex-direction: column;
    min-width: 15rem;
    max-width: calc(12.5rem + 13vw);
    background: rgba(255, 255, 255, 0.1);
    font-family: "Poppins", sans-serif;
    border-radius: 0.75em;
    overflow: hidden;
    box-shadow: 0 0.25em 0.6em #0005, 0 0.65em 1em #0004;
    transition: transform 270ms ease;
    position: relative;
    backdrop-filter: blur(10px);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.card::before {
    content: "";
    position: absolute;
    display: flex;
    inset: 0;
    isolation: isolate;
    mix-blend-mode: color;
    ;
    opacity: 0;
}

.card:hover::before {
    opacity: 1;
}

.card:hover {
    transform: scale(1.05);
}

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

#loser {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    height: auto;
    margin-bottom: 1em;
    font-family: "Poppins", sans-serif;
}

.card-body {
    height: 200px;
    padding: 1em 0;
}

h3 {
    text-align: center;
    color: #fff;
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
}

p {
    color: rgba(255, 255, 255, 0.6);


    text-align: center;
    margin: 1em auto;
    padding-inline: 0.5em;
    max-width: 35ch;
    font-family: "Poppins", sans-serif;
}

.blob {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 650px;
    height: 650px;
    border-radius: 100%;
    background-image: linear-gradient(#7AE2CF 10%, #807408);
    filter: blur(250px);
    transition: all 450ms ease-out;
    position: fixed;
    pointer-events: none;
    left: 0;
    top: 0;
    transform: translate(calc(-50% + 15px), -50%);
    z-index: -1;
}



@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@100;200;300;400;500;600;700&display=swap');

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



.modal-popup {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    background: rgba(255, 255, 255, 0.1);
     backdrop-filter: blur(10px);
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    overflow: hidden;
}
.modal-popup .popup-header {
    width: 100%;
    padding: 60px 0px;
    display: flex;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
     backdrop-filter: blur(10px);
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    
}
.modal-popup .popup-header h1 {
    width: 70%;
    text-align: center;
    color: #fff;
    font-size: 34px;
    line-height: 42px;
    font-weight: 600;
}
.modal-popup .popup-body {
    width: 100%;
    padding: 25px 0px;
    display: flex;
    justify-content: center;
}
.modal-popup .popup-body .popup-content {
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 5px;
}
.modal-popup .popup-body .popup-content .popup-txt, .modal-popup .popup-body .popup-profile .profile-txt p {
    width: 90%;
    color: #a3a3a3;
    line-height: 20px;
    text-align: center;
    font-weight: 500;
}
.modal-popup .popup-body .popup-content .popup-form {
    width: 100%;
    display: flex;
    column-gap: 10px;
    margin-top: 15px;
}
.modal-popup .popup-body .popup-content .popup-form input, .modal-popup .popup-body .popup-content .popup-form button {
    padding: 15px;
    border-radius: 5px;
    outline: none;
    font-size: 16px;
}
.modal-popup .popup-body .popup-content .popup-form input {
    width: 70%;
    border: 2px solid #e9eaf1;
    background-color: #f5f7fa;
    color: #a3a3a3;
}
.modal-popup .popup-body .popup-content .popup-form button {
    cursor: pointer;
    background-color: #2355f2;
    border: 0px;
    color: #fff;
}
.modal-popup .popup-body .popup-content .popup-alt-txt {
    width: 100%;
    color: #a3a3a3aa;
    line-height: 20px;
    text-align: start;
    font-weight: 500;
}
.modal-popup .popup-body .popup-profile {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 12px;
    margin-top: 20px;
}
.modal-popup .popup-body .popup-profile .profile-content {
    display: flex;
    column-gap: 12px;
    align-items: center;
}
.modal-popup .popup-body .popup-profile .profile-content .profile-img img {
    width: 50px;
}
.modal-popup .popup-body .popup-profile .profile-content .profile-details h4 {
    font-weight: 600;
}
.modal-popup .popup-body .popup-profile .profile-content .profile-details p {
    color: #a3a3a3;
    font-size: 14px;
}

@media only screen and (max-width: 600px) {
    
    .modal-popup {
        width: 100%;
    }
    .modal-popup .popup-header {
        padding: 50px 0px;
    }
    .modal-popup .popup-header h1 {
        width: 80%;
    }
}