* {
    font-family: sans-serif;
    box-sizing: border-box;
    padding: 0;
}
html, body {
    background-color: #BBB;
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
}
body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
}
.alignement {
    display: inline-flex;
}
#nomENThaut {
    display: block;
    text-align: center;
    margin: 0px 0px;
    padding: 0px 0px;
    font-family: sans-serif;
    font-size: 128%;
    line-height: 1.5;
    padding-top: 20px;
    margin-bottom: 5px;
}
#LANGUE {
    display: none;
    float: right;
    margin: -5px 0px 0px 0px;
    padding: 0px 0px;
    font-size: 80%;
    line-height: 1.5;
}
.blocPortfolio{
    position:relative;
    display:inline-block;
}
.menuPrincipal{
    display:flex;
    justify-content:center;
    align-items:center;
    text-align: center;
    gap:120px;
}
.menuPROJETS {
    font-size: 14px;
    display: none;
    position: absolute;
    z-index: 1000;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
}
.menuPROJETS a, .menuPROJETS button{
    display: block;
    margin: 15px 0;
}
.blocMaquettes {
    position: relative;
}
.menuMaquettes {
    font-size: 14px;
    display: none;
    position: absolute;
    z-index: 1001;
    top: 15px;
    left: 20px;
}
.menuMaquettes a{
    display: block;
    margin: 15px 7px;
}
ul {
    line-height: 1;
    background: transparent;
    padding: 0px 0px 0px 0px;
    margin: 0px 20px 0px 0px;
}
button {
    margin-right: 2px;
    margin-left: 2px;
    cursor: pointer;
    background: transparent;
    border-color: white;
    border: 0.5px solid black;
    width: 10px;
    height: 10px;
    border-radius: 2px;
    text-align: center;
}
.button1 {
    position:fixed;
    top: 2rem;
    right: 2rem;
    font-size: 25px;
    float: right;
    cursor: pointer;
    background: transparent;
    color: #BBB;
    border-color: black;
    border: none;
    border-radius:50%;
    z-index:9999;
}
button:active {
    box-shadow: inset 0px 0px 0px #000,
                inset 2px 2px 2px grey;
}
li {
    display: inherit;
    background: transparent;
    line-height: .8;
}
a {
    text-decoration: none;
    color: black;
    background: transparent;
    border: 0;
    padding: 0;
}


#overlay{
    display:none;
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.8);
    z-index:9998;
}

#expo{
    display:none;
    position:fixed;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    background:#111;
    border-radius:15px;
    z-index:9999;
    padding:2px;
    width: auto;
    height: auto;
    max-width: 90vw;
    max-height: 90vh;
    overflow:visible;
}

#contenuExpo{
    display: flex;
    opacity: 1;
    transition: opacity .4s step-end;
}

#contenuExpo img,
#contenuExpo video{
    display: block;
    max-width:90vw;
    max-height:85vh;
    border-radius: 10px;
    opacity: 1;
    transition: opacity .4s ease-in-out;
}

.commandes{
    text-align:center;
    margin-top:20px;
}


footer{
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#nomENTbas {
    margin: 0px 0px 0px 5px;
    line-height: 1.5;
    flex: auto;
}
#LOGODIBLINKEDIN {
    margin: 5px 0px 0px 0px;
}