@font-face {
    font-family: GothamMena;
    src: url("Gotham-Book.woff");
}

body {
    display: flex;
    flex-direction: row;
    margin: 0px;
    font-family: GothamMena !important;
}

.divImgAmb {
    width: 45%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.imgAmb {
    object-fit: contain;
    width: 100%;
    max-height: 100%;
}

.divInfos {
    width: 55%;  
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.descriptionProd { 
    padding: 10px;
    min-height: 50%;
}

.autre1 {
    display: flex;
    flex-direction: row;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.autre2 {
    display: flex;
    flex-direction: column;
    width: 80%;
}

.divIconeLBE {
    width: 20%;
    height: 100%;
}

.divMarque {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.divMarque p {
    white-space: nowrap;
}

.iconeLBE {
    object-fit: contain;
    width: 100%;
}

.imgMarque {
    object-fit: contain;
    width: clamp( 5em,6vw, 8em);
    margin-left: 1em;
}

.nomRef h1{
    color: rgb(97, 97, 248);
}

.info1 {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.info2 {
    margin-top: 0px;
    padding-top: 0px;
}

.divInfo2 {
    display: flex;
    flex-direction: row;
}

.divInfo2 p:first-child {
    margin-right: 1em;
    height: 1em;
    white-space: nowrap;
}

.statLBE { 
    padding: 10px;
}

.css-1070lt4-MuiScopedCssBaseline-root .widget {
  	max-width: none !important;
}

@layer {
    h4 {
        font-family: GothamMena !important;
        font-size: clamp( 14px, 1vw, 18px) !important;
    }

    p {
        font-family: GothamMena !important;
        font-size: clamp( 12px, 0.8vw, 16px) !important;
    }

    h1 {
        font-size: clamp(18px, 1.5vw, 32px) !important;
    }
}

@media (max-aspect-ratio : 1/1){
    body {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }

    .divImgAmb {
        width: 90%;
        height: auto;
    }

    .divInfos {
        width: 90%;  
    }

    .divIconeLBE {
        display: none;
    }

    .autre2 {
        width: 100%;
    }

    .css-a5rdam-MuiGrid-root {
        width: 50%;
    }

    .nomRef {
        text-align: center;
    }

    .divInfo2 {
        flex-direction: column;
    }

    .divInfo2 p:first-child {
        margin-bottom: 0px;
    }
}
