.page_container {
    position: relative;
    max-width: 375px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
}

.index_topper {
    font-family: berlin;
    font-size: 40px;
    text-align: center;
    font-weight: 800;
    color: var(--colour-red);

}

.grey_gradiant_section {
    position: relative;
    background-image: linear-gradient(rgba(123, 123, 123, 1), rgba(123, 123, 123, 0));
    float: right;
    top: -175px;
    width: 375px;
    height: 450px;
    margin-right: 0;
}

.txt_jeux_evasion {
    font-size: 40px;
    padding: 30px;
    text-align: right;
    font-family: berlin;
    font-weight: 400;
}

.container_block_wrapper{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.container_block_nos_jeux_title{
    position: relative;
    border-style: solid;
    top: 00px;
    height: 75px;
    max-width: 100vw;
    width: 100%;
    float: center;
    background-color: var(--colour-white);
}

.game_pod_title{
    font-size: 50px;
    text-align: center;
    font-family: berlin;
    font-weight: 800;
    margin-top: 10px;
    color: var(--colour-light-grey);
}

.container_block_nos_jeux{
    position: relative;
    border-style: solid;
    height: 450px;
    width: 100%;
    background-color: var(--colour-white);
}

.gp_align_right{
    float: left;
}

@media (min-width: 1200px) {
    .container_block_nos_jeux{
        width: 48%;
    }

    .gp_align_right{
        float: right;
    }
}

.hashed_black_rectangle {
    position: absolute;
    background: repeating-linear-gradient(-45deg, rgb(0, 0, 0), rgba(255, 255, 255, 1) 5px);
    left: 225px;
    top: 0px;
    width: 60px;
    height: 150px;
    z-index: 3;
}

.game_pod_black_rectangle {
    position: absolute;
    background-color: #000;
    top: 50px;
    left: 25px;
    width: 400px;
    height: 80px;
    z-index: 2;
}

.gp_image_1{
    background-image: url(../images/MAPLESTEAM_500.jpg);
}

.gp_image_2{
    background-image: url(../images/CODE18_500.jpg);
}

.game_pod_image_frame {
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 80px;
    left: 0px;
    width: 375px;
    height: 375px;
    padding: 0;
    filter: drop-shadow(10px 10px 10px var(--colour-grey));
    z-index: 4;
}
    

@media (min-width: 768px) {
    .container_block_nos_jeux{
        height: 575px;
    }

    .hashed_black_rectangle {
        position: absolute;
        background: repeating-linear-gradient(-45deg, rgb(0, 0, 0), rgba(255, 255, 255, 1) 5px);
        left: 300px;
        top: 0px;
        width: 75px;
        height: 150px;
        z-index: 3;
    }

    .game_pod_black_rectangle {
        position: absolute;
        background-color: #000;
        top: 50px;
        left: 50px;
        width: 550px;
        height: 100px;
        z-index: 2;
    }

    .game_pod_image_frame {
        position: absolute;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        top: 80px;
        left: 0px;
        width: 500px;
        height: 500px;
        padding: 0;
        filter: drop-shadow(10px 10px 10px var(--colour-grey));
        z-index: 4;
    }
}


.txt_bienvenu {
    margin-top: 15px;
    font-size: 25px;
    color: rgb(0, 0, 0);
    padding-left: 20px;
    font-family: berlin;
    font-weight: 400;
}

.txt_en_construction {
    margin-top: 20px;
    font-size: 20px;
    color: rgb(0, 0, 0);
    padding-left: 20px;
    padding-right: 20px;
}

.grey_background_button {
    position: absolute;
    align-items: center;
    background: var(--colour-light-grey);
    left: 50px;
    top: 350px;
    width: 275px;
    color: var(--colour-white);
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 25px;
}

.grey_background_button:hover {
    background: var(--colour-grey);
}

#contact_btn {
    outline: none;
    border: var(--colour-white);
    border-radius: 10px;
    padding: 10px;
    font-family: berlin;
}

@media (min-width: 768px) {
    .page_container {
        max-width: 768px;
    }

    .grey_gradiant_section {
        top: -100px;
        margin-right: 0;
        width: 325px;
    }

    .txt_jeux_evasion {
        font-size: 40px;
        padding: 20px;
    }

    .txt_bienvenu {
        font-size: 22px;
        padding-left: 20px;
    }

    .txt_en_construction {
        font-size: 18px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .grey_background_button {
        left: 25px;
    }
}

@media (min-width: 1024px) {
    .page_container {
        max-width: 1024px;
    }

    .grey_gradiant_section {
        width: 400px;
        max-width: 100vw;
        margin-right: 25px;
    }

    .txt_jeux_evasion {
        font-size: 40px;
        padding: 30px;
    }

    .txt_bienvenu {
        font-size: 25px;
        padding-left: 30px;
    }

    .txt_en_construction {
        font-size: 20px;
        padding-left: 30px;
        padding-right: 20px;
    }

    .grey_background_button {
        left: 60px;
    }
}

@media (min-width: 1200px) {
    .page_container {
        max-width: 1200px;
    }

    .grey_gradiant_section {
        margin-right: 50px;
    }
}

.container_block_rallye {
    position: relative;
    width: 375px;
    height: 500px;
    float: left;
    top: -160px;
    left: 0;
}

.black_frame_bowling {
    position: absolute;
    top: 0;
    left: 65px;
    border-width: 5px;
    border-style: solid;
    border-color: #000;
    width: 275px;
    height: 480px;
}

.blue_rectangle {
    position: absolute;
    background-color: var(--colour-light-blue);
    top: 50px;
    left: 0;
    padding-left: 25px;
    width: 300px;
    height: 365px;
}

.txt_ralley {
    margin-top: 50px;
    font-size: 22px;
    color: var(--colour-black);
    padding-left: 135px;
    font-family: berlin;
}

.txt_plus_info {
    margin-top: 5px;
    font-size: 18px;
    line-height: 1;
    color: var(--colour-black);
    padding-left: 135px;
}

.img_mirabel {
    position: absolute;
    background-image: url(../images/mirabel_rallye.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    top: 250px;
    margin-left: 25px;
    width: 350px;
    height: 196px;
}

.info_link,
.inscrip_link,
.part_link {
    position: absolute;
    background-color: var(--colour-white);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--colour-black);
    font-size: 12px;
    top: 75px;
    left: 35px;
    margin-left: 0;
    width: 90px;
    height: 115px;
    padding: 5px;
    filter: drop-shadow(3px 3px 3px var(--colour-grey));
}

.inscrip_link {
    top: 210px;
}

.part_link {
    top: 345px;
}

.hashed_light_blue_rectangle {
    position: absolute;
    background: repeating-linear-gradient(-45deg, var(--colour-light-blue), rgba(0, 0, 0, 0) 5px);
    left: 200px;
    top: 430px;
    width: 50px;
    height: 100px;
}

@media (min-width: 768px) {
    .container_block_rallye {
        top: -550px;
        left: 25px;
        width: 480px;
    }
}

@media (min-width: 1024px) {
    .container_block_rallye {
        top: -80px;
        left: 25px;
    }

    .black_frame_bowling {
        left: 65px;
        width: 425px;
        height: 360px;
    }

    .blue_rectangle {
        left: 0;
        top: 40px;
        width: 435px;
        height: 200px;
    }

    .txt_ralley {
        margin-top: 20px;
        padding-left: 65px;
    }

    .txt_plus_info {
        margin-top: 5px;
        padding-left: 65px;
    }

    .img_mirabel {
        top: 195px;
        left: 160px;
    }

    .info_link,
    .inscrip_link,
    .part_link {
        top: 150px;
        left: 110px;
    }

    .inscrip_link {
        left: 265px;
    }

    .part_link {
        left: 410px;
    }

    .hashed_light_blue_rectangle {
        left: 155px;
        top: 300px;
    }
}

@media (min-width: 1200px) {
    .container_block_rallye {
        left: 75px;
    }
}

.container_block_desc_evasion {
    position: relative;
    border-style: solid;
    top: 50px;
    height: 825px;
    max-width: 100vw;
    width: 100%;
    float: left;
    background-color: var(--colour-white);
}

.red_rectangle {
    position: relative;
    float: right;
    top: 300px;
    right: 50px;
    height: 300px;
    width: 75px;
    background-color: var(--colour-red);
}

.black_rectangle {
    position: relative;
    background-color: #000;
    float: left;
    top: -80px;
    margin-right: 300px;
    width: 900px;
    height: 420px;
}

.hashed_red_rectangle {
    position: relative;
    background: repeating-linear-gradient(-45deg, rgba(187, 3, 3, 1), rgba(0, 0, 0, 0) 5px);
    float: left;
    top: -500px;
    width: 30px;
    height: 200px;
}

.txt_qui_peut_jouer {
    margin-top: 75px;
    font-size: 25px;
    color: var(--colour-red);
    padding-left: 60px;
    font-family: berlin;
    font-weight: 400;
}

.txt_imaginez {
    margin-top: 5px;
    font-size: 20px;
    color: var(--colour-light-grey);
    padding-left: 60px;
    padding-right: 420px;
}

.pawns_image {
    position: relative;
    background-image: url(../images/pawns.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    top: -445px;
    right: 75px;
    width: 600px;
    height: 333px;
    padding: 0;
    filter: drop-shadow(10px 10px 10px var(--colour-grey));
    visibility: hidden;
}

@media (min-width: 100px) {
    .black_rectangle {
        height: 820px;
        width: 500px;
        max-width: 100%;
        margin-right: 0;
        top: -300px;
    }

    .hashed_red_rectangle {
        top: -900px;
        width: 30px;
        height: 200px;
    }

    .txt_qui_peut_jouer {
        margin-top: 50px;
        font-size: 25px;
        padding-left: 50px;
        padding-right: 55px;
    }

    .txt_imaginez {
        margin-top: 5px;
        font-size: 20px;
        padding-left: 50px;
        padding-right: 50px;
        max-height: 650px;
    }

    .pawns_image {
        top: -500px;
        right: 0;
        width: 500px;
        max-width: 100vw;
        filter: drop-shadow(10px 10px 10px var(--colour-grey));
    }
}

@media (min-width: 768px) {
    .container_block_desc_evasion {
        top: 25px;
        height: 950px;
        max-width: 100vw;
    }

    .red_rectangle {
        top: 650px;
        right: 50px;
        height: 300px;
        width: 75px;
    }

    .black_rectangle {
        height: 525px;
        width: 768px;
        max-width: 100vw;
        margin-right: 0;
        top: -250px;
    }

    .hashed_red_rectangle {
        top: -825px;
        width: 30px;
        height: 200px;
    }

    .txt_qui_peut_jouer {
        margin-top: 50px;
        padding-left: 50px;
        padding-right: 55px;
    }

    .txt_imaginez {
        margin-top: 5px;
        padding-left: 50px;
        padding-right: 55px;
    }

    .pawns_image {
        top: -550px;
        right: 0;
        float: left;
        width: 768px;
        height: 426px;
        max-width: 100vw;
        padding: 0;
        filter: drop-shadow(10px 10px 10px var(--colour-grey));
        visibility: visible;
    }
}

@media (min-width: 1024px) {
    .container_block_desc_evasion {
        top: 75px;
        height: 700px;
        max-width: 100vw;
    }

    .red_rectangle {
        top: 20px;
        float: left;
        left: 700px;
        width: 300px;
        height: 75px;
    }

    .black_rectangle {
        height: 670px;
        max-width: 100vw;
        margin-right: 300px;
        top: -100px;
    }

    .hashed_red_rectangle {
        top: -600px;
        width: 30px;
        height: 200px;
    }

    .txt_qui_peut_jouer {
        margin-top: 50px;
        padding-left: 60px;
    }

    .txt_imaginez {
        margin-top: 5px;
        padding-left: 60px;
        padding-right: 350px;
    }

    .pawns_image {
        top: -475px;
        left: 440px;
        float: left;
        right: 75px;
        width: 500px;
        height: 275px;
        padding: 0;
        filter: drop-shadow(10px 10px 10px var(--colour-grey));
    }
}

@media (min-width: 1200px) {
    .container_block_desc_evasion {
        top: 100;
        height: 700px;
        max-width: 100vw;
    }

    .red_rectangle {
        top: 50px;
        float: left;
        left: 850px;
        width: 400px;
        height: 75px;
    }

    .black_rectangle {
        height: 625px;
        width: 900px;
        max-width: 100vw;
        margin-right: 300px;
        top: -100px;
    }

    .hashed_red_rectangle {
        top: -650px;
        width: 50px;
        height: 250px;
    }

    .txt_qui_peut_jouer {
        margin-top: 75px;
        padding-left: 80px;
    }

    .txt_imaginez {
        margin-top: 50px;
        padding-left: 80px;
        padding-right: 350px;
    }

    .pawns_image {
        top: -500px;
        left: 550px;
        float: left;
        right: 75px;
        width: 600px;
        height: 333px;
        padding: 0;
        filter: drop-shadow(10px 10px 10px var(--colour-grey));
    }
}

.container_block_what_is_it {
    position: relative;
    border-style: solid;
    top: 100px;
    width: 375px;
    height: 1400px;
    float: left;
    background-color: var(--colour-white);
}

.dark_blue_square {
    position: relative;
    background-color: var(--colour-dark-blue);
    float: left;
    left: 200px;
    top: 0;
    width: 175px;
    height: 650px;
}

.grey_frame_what_is {
    position: relative;
    float: left;
    top: -625px;
    left: 25px;
    border-width: 10px 0 10px 10px;
    border-style: solid;
    border-color: var(--colour-grey);
    width: 340px;
    height: 500px;
}

.image_what_is {
    position: relative;
    background-image: url(../images/what_if_image.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    top: -1100px;
    left: 65px;
    width: 300px;
    height: 500px;
    border-width: 5px;
    border-style: solid;
    border-color: var(--colour-black);
}

.hashed_blue_rectangle {
    position: relative;
    background: repeating-linear-gradient(-45deg, rgba(26, 0, 137, 1), rgba(0, 0, 0, 0) 5px);
    float: left;
    top: -1300px;
    width: 150px;
    height: 75px;
}

.txt_what_is {
    position: relative;
    top: -1075px;
    width: 375px;
    height: 710px;
    float: left;
}

.txt_what_is_title {
    font-size: 25px;
    color: var(--colour-dark-blue);
    padding-left: 30px;
    font-family: berlin;
}

.txt_what_is_content {
    margin-top: 20px;
    font-size: 20px;
    color: var(--colour-grey);
    padding-left: 30px;
    padding-right: 30px;
}

@media (min-width: 100px) {
    .container_block_what_is_it {
        top: 100px;
    }
}

@media (min-width: 768px) {
    .container_block_what_is_it {
        top: 0px;
        height: 1400px;
    }
}

@media (min-width: 1024px) {
    .container_block_what_is_it {
        width: 800px;
        top: 50px;
        height: 950px;
    }

    .dark_blue_square {
        float: left;
        left: 200px;
        top: 0;
        width: 425px;
        height: 450px;
    }

    .grey_frame_what_is {
        top: -425px;
        border-width: 10px;
        width: 470px;
        height: 300px;
    }

    .image_what_is {
        top: -700px;
        left: 100px;
        width: 350px;
        height: 350px;
    }

    .hashed_blue_rectangle {
        top: -550px;
        left: -350px;
        width: 150px;
        height: 100px;
    }

    .txt_what_is {
        position: relative;
        top: -640px;
        left: 25px;
        width: 600px;
        height: 500px;
        float: left;
    }
}

@media (min-width: 1200px) {
    .container_block_what_is_it {
        width: 900px;
        top: 0px;
        height: 1000px;
    }

    .dark_blue_square {
        width: 450px;
        height: 475px;
    }

    .grey_frame_what_is {
        top: -435px;
        border-width: 10px;
        width: 500px;
        height: 325px;
    }

    .image_what_is {
        top: -750px;
        left: 100px;
        width: 375px;
        height: 375px;
    }

    .hashed_blue_rectangle {
        top: -600px;
        left: -400px;
    }

    .txt_what_is {
        position: relative;
        top: -700px;
        left: 0;
        width: 600px;
        height: 500px;
        float: left;
    }
}

.container_timeline {
    position: relative;
    border-style: solid;
    top: 100px;
    width: 375px;
    height: 800px;
    float: left;
    background-color: var(--colour-white);
}

.grey_timeline_rectangle {
    position: relative;
    background-color: var(--colour-grey);
    float: left;
    left: 0;
    top: 100px;
    width: 375px;
    height: 675px;
}

.black_timeline_rectangle {
    position: relative;
    background-color: var(--colour-black);
    float: left;
    left: -100px;
    top: -650px;
    width: 275px;
    height: 750px;
}

.hashed_red_rectangle_timeline {
    position: relative;
    background: repeating-linear-gradient(-45deg, rgba(187, 3, 3, 1), rgba(0, 0, 0, 0) 5px);
    float: left;
    left: 250px;
    top: -75px;
    width: 100px;
    height: 200px;
}

.txt_timeline_title {
    position: relative;
    color: var(--colour-red);
    top: -30px;
    left: -50px;
    width: 100%;
    width: 375px;
    height: 25px;
    text-align: center;
    font-family: berlin;
}

.txt_timeline_date {
    font-size: 20px;
    color: var(--colour-white);
    padding-left: 15px;
    padding-right: 15px;
    text-align: right;
}

.txt_timeline_desc {
    margin-bottom: 25px;
    margin-top: -5px;
    font-size: 20px;
    color: var(--colour-white);
    padding-left: 15px;
    padding-right: 15px;
}

.txt_timeline_desc_temp {
    position: relative;
    width: 750px;
    height: 275px;
    margin-top: 200px;
    margin-left: -225px;
    font-size: 20px;
    color: var(--colour-white);
    padding-left: 15px;
    padding-right: 15px;
    transform: rotate(-90deg);
    text-align: center;
}

.image_token {
    position: relative;
    background-image: url(../images/token-transparent.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    top: -225px;
    left: 200px;
    width: 200px;
    height: 200px;
}

@media (min-width: 768px) {
    .container_timeline {
        top: 50;
    }
}

@media (min-width: 1024px) {
    .container_timeline {
        top: -950px;
        float: right;
    }
}

@media (min-width: 1200px) {
    .container_timeline {
        top: -1000px;
        right: 50px;
    }
}

.txt_countdown {
    position: relative;
    text-align: center;
    top: 25px;
    font-size: 25px;
    color: rgb(0, 0, 0);
    padding-left: 0;
    font-family: berlin;
}

.container_countdown {
    position: relative;
    float: left;
    left: 37px;
    top: 375px;
    width: 305px;
    height: 175px;
    padding-top: 10px;
    background: var(--colour-white);
}

iframe {
    outline: none;
    border: none;
}

@media (min-width: 768px) {
    .container_countdown {
        top: 60px;
    }
}

@media (min-width: 1024px) {
    .container_countdown {
        top: -350px;
        left: 675px;
    }
}

@media (min-width: 1200px) {
    .container_countdown {
        top: -250px;
        left: 775px;
    }
}

.site_footer {
    position: relative;
    top: 225px;
    height: 0;
}

@media (min-width: 768px) {
    .site_footer {
        top: 0;
    }
}

@media (min-width: 1024px) {
    .site_footer {
        top: -750px;
    }
}

@media (min-width: 1200px) {
    .site_footer {
        top: -800px;
    }
}
