* {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    scroll-behavior: smooth;
    text-decoration: none;
    color: black;
}

#down {
    display: none;
}

html{
    width: 100%;
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* Apparition logo bleu/blanc */

.displaybleu {
    display: block;
}

.displayblanc {
    display: none;
}

/* Apparition logo bleu/blanc */

.conteneur {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: repeat(1, 100vh);
    align-items: center;
}

section {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(233, 232, 232);
    height: 120px;
    width: 100%;
}

#dowm {
    position: absolute;
}

.flechedown img {
    width: 50px;
    position: absolute;
    top: 880px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.titre {
    padding-left: 40%;
}

h1 {
    font-size: 3em;
}

p {
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 1.2em;
}

.image {
    width: 600px;
    height: 450px;
    object-fit: cover;
    border-radius: 8px;
    margin-left: 35px;
}


.bouton {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    width: 178.5px;
    height: 50px;
    background-color: black;
    color: white;
    border: solid black 0.5px;
    transition: 0.3s;
}

.bouton:hover {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    width: 178.5px;
    height: 50px;
    background-color: white;
    color: black;
}

@media screen and (max-width:1300px) {

    .conteneur {
        margin-top: -50px;
        grid-template-columns: 100%;
        grid-template-rows: auto;
    }

    .flechedown img {
        width: 50px;
        position: absolute;
        top: 800px;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: -1;
    }

    .up {
        z-index: -5;
    }

    .titre {
        padding-left: 1em;
        padding-right: 1em;
        margin-left: 8%;
        margin-right: 8%;
        margin-top: 150px;
        margin-bottom: 40px;
    }

    .image {
        margin: auto;
        width: 80%;
        min-width: 70%;
        margin-bottom: 150px;
        height: 70%;

    }

    .flechedown {
        display: none;
    }




}

/*     
███╗░░░███╗███████╗███╗░░██╗██╗░░░██╗
████╗░████║██╔════╝████╗░██║██║░░░██║
██╔████╔██║█████╗░░██╔██╗██║██║░░░██║
██║╚██╔╝██║██╔══╝░░██║╚████║██║░░░██║
██║░╚═╝░██║███████╗██║░╚███║╚██████╔╝
╚═╝░░░░░╚═╝╚══════╝╚═╝░░╚══╝░╚═════╝░ 
*/

.navbar {
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.16);
    top: 0;
    position: fixed;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    font-size: 1.2em;
    background-color: white;
    z-index: 5;
}

.navbar a img {
    height: 40px;
    position: absolute;
    top: 21px;
    left: 50px;
}

.navbar ul {
    list-style-type: none;
}

.navbar a {
    color: rgb(0, 0, 0);
    transition: all .3s;
    text-decoration: none;
}



.navbar a img {
    height: 40px;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.navbar .logo {
    font-size: 2em;
    font-weight: bold;
}

.navbar .nav-links ul {
    display: flex;
}

.navbar .nav-links ul li {
    margin: 0 25px;
}

.navbar .nav-links ul li .now {
    color: #0096c7;
    font-size: 1.2em;
    font-weight: bolder;
}

.navbar .menu-hamburger {
    position: absolute;
    width: 35px;
    right: 50px;
    top: 50px;
}

.navbar .menu-hamburger {
    display: none;
    position: absolute;
    top: 50px;
    right: 30px;
    width: 35px;
}

.nav-links .mobile-menu {
    margin-left: 0;
}

.navbar .logo {
    position: absolute;
    top: 40px;
    left: 100px;
}

.navbar a:hover {
    color: rgb(126, 203, 255);
    transition: all .3s;
}

#up {
    z-index: 5;
    position: fixed;
    bottom: 20px;
    right: 20px;
}

#up img {
    width: 50px;
}

.ham {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.hamRotate.active {
    transform: rotate(45deg);
}

.hamRotate180.active {
    transform: rotate(180deg);
}

.line {
    fill: none;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke: #000000;
    stroke-width: 5.5;
    stroke-linecap: round;
}

.ham5 .top {
    stroke-dasharray: 40 82;
}

.ham5 .bottom {
    stroke-dasharray: 40 82;
}

.ham5.active .top {
    stroke-dasharray: 14 82;
    stroke-dashoffset: -72px;
    overflow: hidden;
}

.ham5.active .bottom {
    stroke-dasharray: 14 82;
    stroke-dashoffset: -72px;
    overflow: hidden;
}

@media screen and (max-width: 800px) {


    /* Apparition logo bleu/blanc */

    .displaybleu {
        display: none;
    }

    .displayblanc {
        display: block;
    }

    /* Apparition logo bleu/blanc */

    .navbar {
        position: fixed;
        padding: 0;
    }

    .navbar a img {
        height: 40px;
        position: fixed;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .navbar a {
        color: rgb(255, 255, 255);
    }



    .navbar .menu-hamburger {
        display: block;
        position: fixed;
        top: 15vh;
        height: 50px;
        width: 50px;
        right: 60px;
    }

    .nav-links {
        position: absolute;
        top: 0;
        left: 0;
        flex-direction: column;
        background-color: rgba(0, 0, 0, 0.438);
        backdrop-filter: blur(7px);
        width: 100%;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: -100%;
        transition: all .5s ease;
    }

    .nav-links.mobile-menu {
        margin-left: 0;
    }

    .nav-links ul {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .navbar .nav-links ul li {
        margin: 25px 0;
        font-size: 1.3em;
    }

    #up {
        z-index: 5;
        position: fixed;
        top: 90vh;
        right: 60px;
    }
}