body {
    font-family: "Lato", sans-serif;
    background-color: white;
    margin: 0;
    padding: 0;
}

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

.texterenover a {
    border-radius: 13px;
    background-color: #eaf6ff;
    color: #50aaff;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.texteconstruire {
    height: 100%;
}

.texteconstruire a {
    border-radius: 13px;
    background-color: #eaf6ff;
    color: #50aaff;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: auto;
}

.texteconstruire a:hover {
    color: #eaf6ff;
    background-color: #50aaff;
}

.texterenover a:hover {
    color: #eaf6ff;
    background-color: #50aaff;
}

h1 {
    font-family: "Arial", sans-serif;
    font-size: 2.5em;
    color: white;
    font-weight: bold;
}

h2 {
    font-family: "Lato", sans-serif;
    font-size: 21px;
    font-weight: 300;
    color: white;
}

a {
    text-decoration: none;
    color: white;

}

.button-transparent {
    background-color: transparent;
    border: 1px solid white;
    padding: 15px 25px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s;
    margin: 10px;
}

.button-transparent:hover {
    background-color: white;
    color: #11369d;
}

.button-transparent:hover a {
    color: #11369d;

}


.banner {
    background-image: url(images/header_copie.jpg);
    background-size: cover;
    color: white;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    padding: 200px 0px;
}

.logobanner {
    width: 400px;
    height: auto;
}

/* nav bar */

nav {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 10px 20px;
    background-color: transparent;
    transition: background-color 0.3s;
    z-index: 1000;
    justify-content: space-between;
    position: absolute;
    display: flex;
}

.logonavbarblanc {
    width: 150px;
    height: auto;

}

.logonavbarbleu {
    display: none;
    width: 150px;
    height: auto;

}

.navbar {
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar a {
    padding: 15px 25px;
    margin: 15px;
    text-decoration: none;
    color: var(--clr-link-html);
    transition: color 0.4s ease-in-out;
}

.navbar-content {
    display: grid;
    align-content: center;
    vertical-align: middle;

}

.navbar-logo {
    margin: 0;

}

nav.scrolled {
    position: fixed;
    background-color: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

#navbar.scrolled .logonavbarblanc {
    display: none;
}

#navbar.scrolled .logonavbarbleu {
    display: inline
}

nav ul {
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    gap: 200px;
}


nav ul li {
    margin: 0px;
}

nav ul li a {
    padding: 8px 12px;
    text-decoration: none;
    color: black;
    font-family: "Lato", sans-serif;
    font-weight: 500;
    margin: 0px;
}

/* Styles par défaut (avant le scroll) */
#navbar {
    background-color: transparent;
    color: white;
    transition: background-color 0.3s, color 0.3s;
    background-position: center;

}

#navbar a {
    color: white;
    text-decoration: none;
}

/* Styles après le scroll */
#navbar.scrolled {
    background-color: white;
    color: black;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    background-position: center;
}

#navbar.scrolled a {
    color: black;
}


/* Container 1 */
.container1 {
    background-image: url(images/fondcontainer1.JPG);
    background-size: cover;
    color: white;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 0;
    margin: auto;
}

.cards {
    display: grid;
    grid-gap: 16px;
    padding: 50px 200px;
    text-align: center;
    grid-template-columns: repeat(4, 1fr);
    justify-content: center;
    margin: auto;
}

.card-white {
    background-color: rgba(255, 255, 255, 0.3);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
}

.cardsimg {
    width: 200px;
    height: auto;
    border: 1px solid white;
    box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 15px;
}

.card-text {
    margin-bottom: 20px;
}

.cardsbtn {
    background-color: transparent;
    border: 1px solid white;
    padding: 15px 25px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s;
    margin-top: 10px;
    display: inline-block;
}

.cardsbtn:hover {
    background-color: white;
    border: 1px solid white;
    color: #2c52bc;
    font-weight: bold;


}

.container2 {
    background-color: white;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
    text-align: justify;
    width: 100%;
}

.container2-renover {
    background-color: white;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: justify;
    margin: 0;
    padding: 0;
}


.texteconstruire h1 {
    font-size: 2em;
    color: #2e26f3;
    font-weight: bold;
    text-align: justify;
    margin-bottom: 20px;
}

.texterenover h1 {
    font-size: 2em;
    color: #2e26f3;
    font-weight: bold;
    text-align: justify;
}

.texteconstruire p {
    color: black;
    text-align: justify !important;
    padding-right: 20px;
    margin-bottom: 20px;
}

.texterenover p {
    color: black;
    text-align: justify !important;
    padding-right: 200px;

}

.texterenover-bottom {
    margin-bottom: 30px;

}

.texterenover {
    height: auto;
}

.bleumoyen {
    color: #1c5aff;
    display: inline !important;
    font-weight: bold;
}

.texteconstruire img {
    text-align: left !important;
    margin: 0px 0;

}

.texterenover img {
    text-align: left !important;
    margin: 0px 0;

}

.bleuclair {
    color: #51a6ff;
    font-weight: bold;
    display: inline !important;
}



.card_construire {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: auto;
    max-width: 1000px;
    height: 400px;
    margin: 0;
    align-items: center;
}


.img_construire {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;

}

.img_construire img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 2px 4px 10px rgba(0, 0, 0, 0.2);
    vertical-align: top;

}

.slideshow-container {
    width: 500px;
    max-width: 300%;
    overflow: hidden;
    border-radius: 7%;
    box-shadow: 2px 4px 10px rgba(0.2, 0.2, 10, 0.5);
}




/* Container 3 - Profitez même la nuit */

.containernuit {
    background-color: white;
    margin-left: 150px;
    margin-right: 150px;
    align-items: center;
    column-gap: 5px;
}


.grilles4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    margin: auto;
    padding-bottom: 25px;

}


.containernuit h1 {
    font-size: 2em;
    color: #2e26f3;
    font-weight: bold;
    text-align: center;
    margin-bottom: 60px;
}


.containernuit p {
    color: black;
    text-align: center !important;
    align-items: center !important;
    justify-content: center !important;
}


.containernuit img {
    height: 250px;
    width: 250px;
    border-radius: 10px;
    box-sizing: border-box;
    margin: 0;

}

.textenuit {
    display: flex;
    text-align: center;
    justify-content: center;
    background-color: #f1f3f7;
    align-items: center;
    height: 250px;
    width: 250px;
    border-radius: 10px;
    box-sizing: border-box;
    margin: 0;

}

.bleufonce {
    background-color: #1b1698 !important;
    box-sizing: border-box;
    height: 250px !important;
    width: 250px !important;
    margin: 0;
    padding: 20px;
}

.bleufonce p {
    color: white;
}

.bleuclaircube {
    background-color: #d7e7ff !important;
    box-sizing: border-box;
    height: 250px !important;
    width: 250px !important;
    margin: 0;
    padding: 20px;
}

.grismoyen {
    background-color: #f1f3f7 !important;
    box-sizing: border-box;
    height: 250px !important;
    width: 250px !important;
    margin: 0;
    padding: 20px;
}

.grisclair {
    background-color: #f8faff !important;
    box-sizing: border-box;
    height: 250px !important;
    width: 250px !important;
    margin: 0;
    padding: 20px;
}

/* Container 4 - Rénover */

.slider {
    display: none;
    position: center;
    width: 600px;
    height: 600px;
    background: url(images/renovationavant.JPG);
    animation: slide 10s infinite;
    margin: auto;

}

.slider img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

@keyframes slide {
    25% {
        background-image: url(images/renovationavant.JPG);
    }

    50% {
        background-image: url(images/renovationapres.JPG);
    }
}

.card {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 320px;
    border-radius: 24px;
    line-height: 1.6;
    transition: all 0.48s cubic-bezier(0.23, 1, 0.32, 1);
}

.content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    padding: 36px;
    border-radius: 22px;
    color: #ffffff;
    overflow: hidden;
    background: #0a3cff;
    transition: all 0.48s cubic-bezier(0.23, 1, 0.32, 1);
}

.content::before {
    position: absolute;
    content: "";
    top: -4%;
    left: 50%;
    width: 90%;
    height: 90%;
    transform: translate(-50%);
    background: #ced8ff;
    z-index: -1;
    transform-origin: bottom;

    border-radius: inherit;
    transition: all 0.48s cubic-bezier(0.23, 1, 0.32, 1);
}

.content::after {
    position: absolute;
    content: "";
    top: -8%;
    left: 50%;
    width: 80%;
    height: 80%;
    transform: translate(-50%);
    background: #e7ecff;
    z-index: -2;
    transform-origin: bottom;
    border-radius: inherit;
    transition: all 0.48s cubic-bezier(0.23, 1, 0.32, 1);
}

.content svg {
    width: 48px;
    height: 48px;
}

.content .para {
    z-index: 1;
    opacity: 1;
    font-size: 18px;
    transition: all 0.48s cubic-bezier(0.23, 1, 0.32, 1);
}

.content .link {
    z-index: 1;
    color: #fea000;
    text-decoration: none;
    font-family: inherit;
    font-size: 16px;
    transition: all 0.48s cubic-bezier(0.23, 1, 0.32, 1);
}

.content .link:hover {
    text-decoration: underline;
}

.card:hover {
    transform: translate(0px, -16px);
}

.card:hover .content::before {
    rotate: -8deg;
    top: 0;
    width: 100%;
    height: 100%;
}

.card:hover .content::after {
    rotate: 8deg;
    top: 0;
    width: 100%;
    height: 100%;
}



/* Footer */
#footer {
    background-color: #1b1698;
    color: white;
    padding-top: 30px;
    padding-bottom: 50px;
    width: 100%;
    min-height: 30%;
    display: flex;
    justify-content: space-between;
    padding-left: 30px;
    padding-right: 30px;

}

.logo-footer {
    height: 60px;
    margin-left: auto;
    margin-bottom: 0;
}

#footer h1 {
    font-family: "Arial", sans-serif;
    font-size: 25px;
    font-weight: 500;
    margin-top: 20px;
    color: white;
    font-weight: bold;
    text-align: left;
    margin-bottom: 20px;
}

footer ul {
    list-style-type: none;
    text-align: justify;
    margin: 0;
    padding: 0;
    gap: 7px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

footer li {
    gap: 20px;
}


.footer-links p {
    font-size: 16px;
    font-weight: bold;
}

.footer-links-container {
    text-align: justify;
    display: flex;
    justify-content: space-between;
    flex-direction: column
}



/* Carrousel */
.slider-container {
    position: relative;
    overflow: hidden;
    height: auto;
    columns: auto;
    display: grid;
    min-height: 370px;
    min-width: 600px;
    max-width: 1200px;
    flex-direction: column;
    align-items: center;
}

.menu {
    position: absolute;
    left: 0;
    z-index: 11;
    width: 100%;
    bottom: 0;
    text-align: center;
    flex-direction: column;
}

.menu label {
    cursor: pointer;
    display: inline-flex;
    width: 10px;
    height: 10px;
    background: #ccc;
    border-radius: 50px;
    margin: 1em 0.2em 1em;
    z-index: 12;
}

.menu label:hover,
.menu label:focus {
    background: #1c87c9;
    z-index: 12;
}

.slide-input {
    opacity: 0;
}

.slide-img {
    width: 500px;
    height: auto;
    position: absolute;
    top: 0;
    z-index: 10;
    transition: left 0.65 sease-out;
    object-fit: contain;
    pointer-events: none;
    border-radius: 30px;
    align-items: center;
    margin-left: 50px;
}

[id^="slide"]:checked+.slide-img {
    left: 0;
    z-index: 100;
    transition: left 0.65s ease-out;
}

.slider-parent-renover {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    background-color: white;
    justify-content: space-between;
    padding-left: 120px;
    padding-top: 100px;
    padding-bottom: 100px;
    margin: auto;
    height: auto;

}

.renover-mobile-titre {
    display: none;
}

.texteconstruire-mobile {
    display: none;

}

.texteconstruire h1 {
    color: #225eff;
}

.renover-mobile {
    display: none;
}

.titleclose {
    width: 100%;
}

/*Terrasse */

#section3 {
    margin-bottom: 100px;
}


.texte-bleuturquoise-fonce {
    display: flex;
    text-align: center;
    justify-content: center;
    background-color: #0f5f80;
    color: white;
    align-items: center;
    height: 250px;
    width: 250px;
    border-radius: 10px;
    box-sizing: border-box;
    margin: 0;
    padding: 10px;
}

.texte-bleuturquoise-fonce p {
    color: white;
}

.texte-bleuturquoise-clair {
    display: flex;
    text-align: center;
    justify-content: center;
    background-color: #aec6d1;
    color: white;
    align-items: center;
    height: 250px;
    width: 250px;
    border-radius: 10px;
    box-sizing: border-box;
    margin: 0;
}

.texte-bleuturquoise-clair p {
    margin: 10px;
}

#section3 h1 {
    color: #2e90b8;
}





/*Container 5*/

.container5 {
    background-image: url(images/fondcontainer1.JPG);
    background-size: cover;
    color: white;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-top: 100px;
}

.section5 h1 {
    font-size: 2em;
    color: white;
    font-weight: bold;
    text-align: center;

}

.card-entretien {
    background: white;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    text-align: left;
    min-width: 300px;
    min-height: 300px;
    transition: transform 0.3s ease;
}

.card-entretien:hover {
    transform: translateY(-5px);
}

.icon-entretien {
    background-color: #eaf6ff;
    border-radius: 12px;
    padding: 10px;
    display: inline-block;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
}

.icon-entretien:hover {
    background-color: #c5e1ff;
}

.icon-entretien img {
    width: 35px;
    height: 35px;
    padding: 0;
    margin: 0;
}

.card-entretien h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #1a1a1a;
}

.card-entretien p {
    font-size: 15px;
    color: #5f6d7a;
    margin-bottom: 20px;
}


@media screen and (max-width: 1100px) {
    nav {
        position: fixed;
        top: 0;
        transition: background-color 0.3s;
        z-index: 1000;
        justify-content: space-between;
        position: absolute;
        display: flex;
        padding-left: 100px;
        padding-right: 100px;
    }

    #navbar {
        position: fixed;
        top: 0;
        left: 0;
        display: flex;
        justify-content: space-between;
        width: 100%;
        background-color: white;
        color: black;
        align-items: center;
        padding-right: 30px;
        transition: background-color 0.3s, color 0.3s;
        background-position: center;
        box-shadow: 0 2px 5px rgba(153, 147, 147, 0.1);
        z-index: 1000;
    }


    .logonavbarblanc {
        display: none;
        width: 150px;
        height: auto;

    }

    .logonavbarbleu {
        display: block;
        width: 150px;
        height: auto;

    }

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

    #navbar a {
        padding: 15px 25px;
        margin: 15px;
        text-decoration: none;
        color: blue;
    }

    .navbar-logo {
        margin: 0;
        flex: 1;

    }

    nav.scrolled {
        background-color: white;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    #navbar.scrolled .logonavbarbleuavant {
        display: none;
    }

    #navbar.scrolled .logonavbarbleuapres {
        display: inline
    }

    nav ul {
        list-style-type: none;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
        padding: 0;
        gap: 200px;
    }

    nav ul li a {
        padding: 8px 12px;
        text-decoration: none;
        color: black;
        font-family: "Lato", sans-serif;
        font-weight: 500;
        margin: 0px;
    }


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

    .nav-links li.active a {
        font-weight: bold!important;
    }

    .nav-links li a:hover {
        font-weight: bold;
    }


    /* Après le scroll */
    #navbar.scrolled {
        background-color: white;
        color: black;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
        background-position: center;
    }

    #navbar.scrolled a {
        color: black;
    }

    .logonavbarbleuavant {
        width: 150px;
        height: auto;

    }

    .logonavbarbleuapres {
        display: none;
        width: 150px;
        height: auto;

    }

    .nav-links {
        top: 0;
        left: 0;
        position: absolute;
        background-color: rgba(255, 252, 252, 0.45);
        backdrop-filter: blur(7px);
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100vh;
        padding: 0;
        justify-content: center;
        align-items: center;
        gap: 40px;
        margin-left: -100%;
    }

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

    .mobile-menu {
        margin-left: 0;


    }

    nav {
        padding-left: 10px;
    }

}

@media screen and (max-width: 1100px) {
    .container2 {
        background-color: white;
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: justify;
        min-height: 0;

    }

    .texteconstruire{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .texteconstruire img {
        height: 60px;
        width: 60px;
    }
    .texteconstruire p {
        font-size: 50px!important;
        margin-right: 80px;
        margin-left: 80px;
        padding: 0;
    }

    .texteconstruire a {
        font-size: 30px;
        margin-top: 20px;
        margin-bottom: 40px;

    }

    .texteconstruire h1 {
        margin-left: 0 !important;
        padding-left: 0 !important;
        text-align: left !important;
    }


    .card_construire {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin: 0;
        align-items: center;
        height: auto;
    }

    .card_construire p {
        font-size: 30px !important;
    }
    .card_construire h1 {
        font-size: 50px !important;
        margin-top: 30px;
    }


    .img_construire {
        margin-top: 70px;
    }

    #navbar a {
        color: blue !important;
        font-size: 35px;
    }

    .renover-mobile {
        display: none;
    }

}

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

    .slider-parent-renover {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 10px;

    }
    .containernuit h1 {
        font-size: 50px;
        margin-top: 60px;
    }

    .renover-mobile-titre {
        display: block;
    }

    .renover-mobile-titre h1 {
        font-size: 2em;
        color: #2e26f3;
        font-weight: bold;
        text-align: left;
        margin-top: 0;
        padding-top: 0;
    }

    .renover-mobile {
        display: block;
    }

    .texterenover {
        display: none;
    }

    .container2-renover {
        background-color: white;
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: justify;
        height: auto;
    }

    .container2-renover p {
        font-size: 30px;
    }

    .container2-renover h1 {
        font-size: 50px;
    }

    .banner h1 {
        padding: 20px;

    }

    .button-transparent {
        margin-top: 20px;
        font-size: 30px !important;

    }




    .slider-container {
        position: relative;
        overflow: hidden;
        height: auto;
        columns: auto;
        display: grid;
        flex-direction: column;
        align-items: center;
        margin: 0;
        padding: 0;
    }

}


@media (max-width: 1024px) {
    #footer {
        flex-direction: column;
        align-items: flex-start;
        padding-left: 30px;
        padding-right: 30px;
        min-height: 300px;
    }

    .footer-links-container {
        margin-top: 20px;
        width: 100%;
    }

    #footer h1 {
        margin-left: 0;
        padding-left: 0;
        text-align: left;
        height: 40px !important;
    }

    footer ul {
        padding-left: 0;
        height: 30px;
    }

    h1 {
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 0;
        text-align: center;
        font-size: 50px;
        font-weight: bold;
    }

    h2 {
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 0;
        margin-top: 10px;
    }

    .cards-white {
        margin-top: 0;
    }
    .section5 h1 {
        font-size: 50px;
    
    }

    /*Nuit mobile*/

    .containernuit {
        background-color: white;
        margin: 0;
        align-items: center;
        margin-left: 20px;
        margin-right: 20px;
    }


    .grilles4 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        justify-items: center;
        padding-left: 40px;
        padding-right: 40px;
    }

    .grilles4 p {
        font-size: 30px;
    }

    .containernuit img {
        height: 400px;
        width: 400px;
    }

    .textenuit {
        height: 400px;
        width: 400px;
    }

    .grismoyen {
        height: 400px !important;
        width: 400px !important;
        padding: 30px;
    }

    .texte-bleuturquoise-fonce {
        height: 400px !important;
        width: 400px !important;
        padding: 30px;
    }

    .texte-bleuturquoise-clair {
        height: 400px !important;
        width: 400px !important;
        padding: 30px;
    }

    .grisclair {
        height: 400px !important;
        width: 400px !important;
        padding: 30px;
    }

    .bleufonce {
        height: 400px !important;
        width: 400px !important;
        padding: 30px;
    }

    .bleuclaircube {
        height: 400px !important;
        width: 400px !important;
        padding: 30px;
    }


}

.menu-hamburger {
    display: none;
    cursor: pointer;
    height: auto;
    margin-left: auto;
    height: 40px;
}



@media (max-width: 1024px) {
    .cards {
        grid-template-columns: repeat(1, 1fr);
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .card-entretien {
        width: 530px;
        height: 530px;
    }

    .icon-entretien {
        width: 100px !important;
        height: 100px !important;
    }

    .icon-entretien img {
        width: 60px !important;
        height: 60px !important;
    }

    .card-entretien h3 {
        font-size: 40px !important;
        margin-bottom: 20px !important;
        ;
    }

    .card-entretien p {
        font-size: 30px !important;
    }

    .container1 h2 {
        font-size: 30px !important;
        font-family: Arial, Helvetica, sans-serif;
        padding-right: 40px;
    }

    .card-white {
        width: 400px;
    }

    .card-white h3 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .card-white p {
        font-size: 30px;
    }

    .cardsimg {
        width: 300px;
        margin-bottom: 30px;
    }

    .cardsbtn {
        font-size: 20px;
    }

    .menu-hamburger {
        display: block;
    }

}