* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    font-family: 'Poppins', sans-serif;
    z-index: 9999;
}

header {
    height: 10vh;
    background-size: cover;
}

.arrondi {
    border-radius: 10px;
    margin-top: 10px;
}

.divOne {
    display: block;
    text-align: center;
    padding-bottom: 15px;
}

.navbar .nav-links ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    /*background: linear-gradient(to right, darkorange, orange, red, rebeccapurple);*/
    /*background: linear-gradient(to right, darkorange, orange, orangered,  orange , darkorange);*/
    /*background: linear-gradient(to right, darkorange, orange, orangered,  orange , darkorange);*/
}

.nav-cont {
    display: flex;
    list-style-type: none;
    justify-content: center;
    flex-wrap: wrap;
    background-color: #ff7675;
}

.nav-item {
    padding: 0em;
}

.coulbout {
    margin-top: 15px;
    background-color: orange;
    text-decoration: none;
    text-decoration-color: white;
    text: bold;
    color: white;
}

.margleft {
    position: absolute;
    right: 10%;
}
.navbar {
    position: absolute;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    background: orange;
    text-align: center;
    justify-content: center;
    align-items: center;

}

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

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

}

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

.navbar .nav-links ul li a {
    display: block;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

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

.logoForPhone {
    display: none;
}


.bout {
    color: #fff;
    transition: all 200ms ease-out;
    margin-top: 7px;
    margin-bottom: 7px;
}

.bout:hover,
.bout:focus {
    background-color: #fff;
    border-radius: 30px;
    margin-left: 10px;
    margin-right: 10px;
    color: black;
}

.bout_identification {
    display: block;
    position: absolute;
    top: 40px;
    right: 50px;
    text-decoration: none;
    color: white;
    border: orange;
    border-radius: 30px;
    background: orange;
    padding : 10px;
    transition: all 200ms ease-out;
}

.bout_identification:hover,
.bout_identification:focus {
    background-color: orange;
    border-radius: 5px;
    color: white;
}

.bout_deconnexion {
    display: block;
    position: absolute;
    top: 40px;
    right: 50px;
    text-decoration: none;
    color: white;
    border: orange;
    border-radius: 30px;
    background: orange;
    padding : 10px;
    transition: all 200ms ease-out;
}

.bout_deconnexion:hover,
.bout_deconnexion:focus {
    background-color: orange;
    border-radius: 5px;
    color: white;
}

.meteo-parent {
    display: flex;
    position: absolute;
    margin-left: 15px;
    margin-top: 15px;
    color: orange;
    border: orange;
    border-radius: 10px;
    background: white;
    padding: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.meteo-type {
    display: flex;
    margin-top: auto;
    font-size: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 2px;
}

.meteo-temp {
    display: flex;
    margin-top: auto;
    font-size: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 2px;
}

@media screen and (max-width: 980px) {
    .navbar {
        padding: 0;
    }

    .navbar .menu-hamburger {
        display: block;
    }

    .navbar .logo {
        position: relative;
        top: 40px;
        left: 50px;
    }

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

    .mobile-menu {
        margin-left: 0px;
    }

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

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

    .bout {
        font-size: 50px;
        align-items: center;
        align-content: center;
        text-align: center;
        color: black;
        width: 40vw;
        height: 6vh;
        margin-top: 0px;
        margin-bottom: 0px;
        background: orange;
        border-radius: 20px;
    }

    .bout:hover,
    .bout:focus {
        border-radius: 0px;
        margin-left: 0px;
        margin-right: 0px;
        background: orange;
    }
    /*    ne plus afficher divOne*/
    .divOne {
        display: none;
    }

    .logoForPhone {
        display: block;
        position: absolute;
        top: 5px;
        left: 5px;
    }

    .bout_identification {
        display: block;
        position: absolute;
        font-size: 30px;
        width: 25vw;
        height: 4vh;
        top: 20px;
        right: 120px;
        text-decoration: none;
        align-items: center;
        align-content: center;
        text-align: center;
        color: white;
        border: orange;
        border-radius: 30px;
        background: orange;
        padding : 10px;
        transition: all 200ms ease-out;
    }

    .bout_identification:hover,
    .bout_identification:focus {
        background-color: orange;
        border-radius: 5px;
        color: white;
    }

    .bout_deconnexion {
        display: block;
        position: absolute;
        font-size: 30px;
        width: 25vw;
        height: 4vh;
        top: 20px;
        right: 120px;
        text-decoration: none;
        align-items: center;
        align-content: center;
        text-align: center;
        color: white;
        border: orange;
        border-radius: 30px;
        background: orange;
        padding : 10px;
        transition: all 200ms ease-out;
    }

    .bout_deconnexion:hover,
    .bout_deconnexion:focus {
        background-color: orange;
        border-radius: 5px;
        color: white;
    }

    .meteo-parent {
        display: flex;
        position: absolute;
        left: 38%;
        top: 60px;
        transform: translate(-50%, -50%);
        color: orange;
        border: orange;
        border-radius: 10px;
        background: white;
        padding: 15px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    }
}
