@font-face {
    font-family: hk-grotesk;
    src: url(./assets/hk-grotesk/HKGrotesk-SemiBold.ttf);
}


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

.tel_section {
    display: none;
}


header {
    display: flex;
    position: fixed;
    justify-content: space-between;
    align-items: center;
    padding: 30px 3%;
    max-height: 100px;
    width: 100%;
    background-color: white;
    z-index: 1;
}

.logo {
    height: 60px;
    margin: 10px;
    object-fit: cover;
    z-index: 1;
}


.telnav {
    display: none;
}

.pc_topnav ul {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: right;
    z-index: 0;
}

.pc_topnav ul li {
    position: relative;
    text-decoration: none;
    list-style: none;
    position: relative;
}

.menu-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 6px;
}

.pc_topnav ul li a {

    text-decoration: none;
    position: relative;
    font-family: hk-grotesk;
    padding: 0 30px;
    transition: .1s;
    color: #585858;
    font-size: 18px;
    letter-spacing: 1px;
}

ul li a:hover {
    scale: 1.1;
    color: black;
}


/* ***************IMAGE MENU*********** */

main {
    padding-top: 100px;
    display: grid;
    /* overflow: hidden; */
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    max-width: 100vw;
    /* border: 4px red sol; */
}


.homepictures {
    height: 800px;
    width: 100%;
    grid-column: 1/1;
    grid-row: 1/1;
    max-width: 100%;
}

.homepictures img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 0% 30%;
}

/* .lowerSection{
    background-color: #f4f2ef;
}

.lowerSection .mainText {
    max-height: 1000px;
    background-color: #f4f2ef;
    text-align: center;
    justify-content: center;
    padding-top: 95px;
}

.lowerSection .mainText p {
    max-width: 740px;
    font-family: hk-grotesk;
    font-size: 30px;
    color: #7e6849;
    margin: auto;
}

.lowerSection .lowerSectionImage{
    display: flex;
    padding-left: 75px;
    padding-right: 75px;
    justify-content: space-between;
    padding-bottom: 85px;
}
.lowerSection .lowerSectionImage img {
    max-width: 520px;
    max-height: 1000px;
    object-fit: cover;
} */



img.active {
    display: block;
    animation: fade .2s linear;
}

@keyframes fade {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.boutton {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: 81vh;
    max-width: 100%;
}

.boutton a {
    top: 50%;
    display: flex;
    color: rgb(194, 194, 194);
    transition: .3s;
    margin: 0px 15px 0px 15px;
    opacity: 1;
    font-size: 30px;
    font-weight: 50px;
    text-decoration: none;
    position: absolute;
    transform: translateY(-10%);
}

.bouttonnext a {
    right: 0%;
}

.bouttonprevious a {
    left: 0%;
}


.boutton a:hover {
    color: rgb(0, 0, 0);
    opacity: .8;
}

/* *************FOOTER************ */


.botnav {
    /* background: rgb(255, 255, 255); */
    align-items: center;
    height: 60px;
    width: 100%;
    bottom: 0px;
    z-index: 500;
}

.botnav ul {
    position: absolute;
    right: 70px;
    align-items: center;
    z-index: 500;
    line-height: 60px;

}

.botnav ul li {
    list-style: none;
    display: inline;
    margin: 0 10px;
    z-index: 500;


}

.botnav ul li a {
    position: relative;
    bottom: 0px;
    text-decoration: none;
    transition: .1s;
    color: rgb(45, 45, 45);
    font-family: hk-grotesk;
    font-weight: 400;
    font-size: 14px;

}

.botnav ul li a:hover {
    scale: 1.2;
    color: black;
}


/* ====== RESPONSIVE ========= */


@media screen and (max-width: 750px) {
    
    /*-----MENU DEROULANT TELEPHONNE------*/
    .pc_section {
        display: none;
    }
    
    .tel_section {
        display: block;
        width: 100%;
        height: 100px;
    }
    
    .tel_topnav {
        width: 100%;
        height: 100%;
    }
    
    header button{
        background: none;
        border: none;
    }
    
    .menu-button_line,
    .menu-button::before,
    .menu-button::after {
        content: "";
        width: 28px;
        height: 2px;
        background-color: #7e6849;
        transition: transform 0.3s, opacity 0.3s;
    }
    
    .menu-button.isOpen .menu-button_line {
        opacity: 0;
    }
    
    .menu-button.isOpen::before {
        transform: translateY(9px) rotate(45deg);
    }

    .menu-button.isOpen::after {
        transform: translateY(-9px) rotate(-45deg);
    }

    
    .tel_topnav_btn {
        display: flex;
        justify-content: end;
        padding-right: 50px;
        height: 100%;
    }
    
    .tel_topnav_btn a {
        text-align: center;
        align-content: center;
        width: 100%;
        height: 100%;
    }

    .telnav {
        display: none;
        position: absolute;
        right: 0;
        height: 300px;
        width: 100%;
        background-color: white;
        z-index: 1;
        flex-direction: column;
    }
    
    .telnav ul{
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
    
    .telnav ul li {
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
    }
    
    .telnav ul li a {
        width: 100%;
        text-decoration: none;
        font-family: hk-grotesk;
        font-size: 23px;
        color: rgb(78, 78, 78);
        text-align: center;
    }

    /* ------MAIN------- */

    main{
        display: flex;
        flex-direction: column;
    }


    .homepictures img{
        object-position: 40% 0%;
    }

    /* ==== Footer ===== */

    .botnav {
        height: 60px;
        width: 100%;
    }

    .botnav ul {
        right: 0px;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        z-index: 500;
        line-height: 60px;
        padding-left: 10px;
        padding-right: 10px;

    }

    /* -----Lower Section------ */

    /* .lowerSection .mainText {
    height: 700px;
    background-color: #f4f2ef;
    text-align: center;
    justify-content: center;
    padding-top: 95px;
    }

    .lowerSection .mainText p {
    font-size: 25px;
    padding-left: 30px;
    padding-right: 30px;
    }

    .lowerSection .lowerSectionImage{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 40px;
    }

    .lowerSection .lowerSectionImage img{
    margin-bottom: 35px;
    } */



}