ul ul {
    position: absolute;
    visibility: hidden;
    list-style-type: none;
}


ul ul li a {
    clear: both;
    display: block;
    line-height: 30px;
    background-color: #660000;
    height: 50px;
    width: 200px;
    color: white;
    border-top: 1px solid white;
    margin-left: -60px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s
    
}

ul ul li a:hover {
    -webkit-transform: rotate(2deg);
    background-color: white;
    color: #660000;
    font-weight: bolder;
    font-size: large;
    border: 1px  #660000 solid;
   
}

.first:hover .sousMenu {
    visibility: visible;
}

@media (max-width: 600px) {

    ul ul li a {
        clear: both;
        display: block;
        line-height: 10px;
        background-color: #660000;
        height: 30px;
        width: 180px;
        color: white;
        border-top: 1px solid white;
        margin-left: -30px;
        border-radius: 2px;
        display: flex;
        align-items: center;
        justify-content: center;
       
    }
    
    .first:hover .sousMenu {
        z-index: 1;
        visibility: visible;
    }

  }

.gallery-highlight {
    width: 90%;
    height: 60%;
}

.section {
    display: flex;
    height: 600px;
}

.fwMedium {
    cursor:pointer;
}

.meubles-gallery {
    width: 50%;
    height: 560px;
    height: inherit;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.meubles-description {
    width: 50%;
    height: 560px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.preview {
    display: flex;
    width: 90%;
    border-top: 3px solid white;
}

.global img {
     height: 560px;
     width: 100%;
    flex-grow: 1;
   
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.global{

    margin-bottom: -10px;
    
}

img.meubles-active {
    opacity: 1;
}
.lien{
    height:80px;
    padding-top: 10px;
    cursor: pointer;
}
.titlee{
    width: 80%;
    height: 300px;
    margin-bottom: 60px;
    margin-top: 0px;
    padding-top: 200px;
    padding-left: 50px;
}

.meubles-gallery p{
    font-style: italic;
    color: rgb(189, 202, 212);
}
.meubles-gallery h3{
    font-style: oblique;
    font-size: 30px !important;
}
.lien a{
    color: #660000;
    font-size: 15px;
}
.lien a:hover{
    font-size: 18px;
    color: rgb(82, 74, 74);
}

.fond {
    color: #660000;
    background-color: rgba(17, 17, 17, 0.3);
}