@font-face {
  font-family: "HNE";
  src: url("helveticaneue-extended-webfont.woff2");
}

img{
}


.main {
    display: flex;
    width: 850px;
    flex-wrap: wrap;
    position: absolute;
    top: 25%;
    right: 5%;
    margin-top: 7px;
}

.main img{
    width: 85px;
    padding-right: 15px;
    padding-bottom: 15px;
    
}

.main.taille-moyen img{
    width: 400px;
    padding-right: 25px;
    padding-bottom: 25px;
}

#paysage {
    width: 85px;
    height: 113px;
    padding-right: 15px;
    padding-bottom: 15px;
    object-fit: cover;
    object-position:center;

}

.main.taille-moyen #paysage{
    width: 825px;
    height: auto;
    padding-right: 25px;
    padding-bottom: 25px;
    
}

.container{
    position: relative;
}

.titre{
    position: fixed;
    top:25%;
  	left:4.1%;
    margin-top: 7px;
}

#logo{
    font-family: Dooorr;
    font-size: 7px;
    position: absolute;
    width: 410px;
    cursor: pointer;
}

.about {
    position: absolute;
    top: 25%;
    right: 5%;
    width: 850px;
    font-family: HNE;
    font-size: 10px;
    letter-spacing: 0.0611111rem;
    color: white;
    margin-top: 4px;
}

.about p {
    margin: 0;
}

.textlogo{
    font-family: HNE;
    font-size: 10px;
    position: absolute;
    letter-spacing: 0.0611111rem;
    padding-top: 7px;
    width: 320px;    
}

#linklogo {
    position: absolute;
    width: 370px;
    z-index: 1;
}


#disabled1, #disabled2, #disabled3, #disabled4, #disabled5, #disabled6, #disabled7, #disabled8, #disabled9, #disabled10, #disabled12, #disabled13 {
    pointer-events:none;
}

.btn{
    opacity: 0;
    font-family: HNA;
    font-size: 10px;
    margin-right: 3px;
    color : white;
}

.btn2{
    opacity: 0;
    font-family: HNA;
    font-size: 10px;
    margin-left: 3px;
}

.category-nav__item:hover{
    cursor: pointer;
}

.category-nav__item:hover > .btn{
    opacity: 1;
}

.list_bar{
    font-family: HNE;
    font-size: 10px;
    letter-spacing: 0.0611111rem;
    width: 35px;
    transform-origin: left bottom;
    transform: translateY(-100%) rotate(90deg);
    border: 0 none;
    position: fixed;
    bottom: 15%;
  	left:4.1%;
    margin-left: -6px;
    margin-bottom: -140px;
}

li {
  	height: 18px;
}

a .logo {
    text-decoration: inherit;
    color: white;
}

a {
    text-decoration: inherit;
    color: white;
}


@media screen and (max-width: 1630px) {
    .main {
        flex-wrap: nowrap;
        top: 60%;
        left: 4.1%;
        -webkit-overflow-scrolling: touch;
        touch-action: pan-x;
        overscroll-behavior-y: none;
    }

    .list_bar{
        display: none;
    }

    #paysage {
        width:343px;
        height:auto;
        padding-right: 25px;
        padding-bottom: 25px;

    }
    
    .main img{
        padding-right: 25px;
        padding-bottom: 25px;
        width:193px;

    
    }

    #paysage {
        width:343px;

    }


}

@media screen and (min-width:1920px) {
    .main {
        left:51%;
    }

    .about {
        left: 51%;
    }
    
}
