.container #menu {
    /* background: red; */
    width: calc(100%/3);
}
#recette #menu h1{
    text-transform: uppercase;
    font-size: 7.5em;
    line-height: 0.8;
    margin-block-start: 0;
    margin-block-end: 0;
    padding: 10px;
} 

h1 {
    padding-left: 4%;
}

.slide-on {
    transform: translate(-100%, 0);
    /* background: yellow; */
    background-color: rgb(255, 248, 227);
}

.slide-temp {
    transform: translate(-200%, 0);
}

.slide-2 {
    height: 28.8%;
}

#description {
    /* background: green; */
    display: flex;
    flex-flow: column;
    width: calc(100%/3);
}

#right .slide-1 {
    border-right: solid 1px black;
    border-bottom: solid 1px black;
    height: calc(100%/3);
    width: 100%;
}
#right .slide-1 {
    border-right: solid 1px black;
    border-bottom: solid 1px black;
    height: calc(100%/3);
    width: 100%;
}

#right:first-child div {
    border-right: solid 1px black;
    /* border-bottom: solid 1px black; */
    /* height: calc(100%/3); */
  
}
.first{
    width: 50vh;
}
.second{
    width: calc(100%/3);
}
div #right {
    /* background: green; */
    display: flex;
    flex-flow: column;
  
    transition: ease-in;
    transition-duration: 0.3s;
}

div #visualisation {
    width: 99%;
    position: absolute;
    height: 100%;
    z-index: -100;
    overflow: scroll;
    /* margin: 0px; */
    /* display: flex; */
    border-right: solid 1px black;
    /* background: radial-gradient(black, transparent); */
    flex-flow: column;
    /* width: calc(100%/3); */
    transition: ease-in;
    transition-duration: 0.3s;
    transform: translate(100%, 0);
}

div #object {
    position: absolute;
    height: 100%;
    z-index: -100;
    overflow: scroll;
    /* margin: 0px; */
    /* display: flex; */
    /* background: radial-gradient(black, transparent); */
    flex-flow: column;
    width: 100%;
    /* width: calc(100%/3); */
    transition: ease-in;
    transition-duration: 0.3s;
    transform: translate(200%, 0);
    /* background: red; */
    background: rgb(175, 175, 175);
}

#description div {
    border-right: solid 1px black;
    border-bottom: solid 1px black;
    height: calc((100%/3)*2);
    width: 100%;
}

.long-content p {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    line-height: 21px;
    font-size: larger;
    font-weight: 500;
    padding-left: 4%;
}

#description div:first-child {
    height: calc(100%/3);
}

/* #recette{
    transform: translate(100vw,-100vh);
} */