:root{
    --pres-line:  #d8d8d8;
}

.remove-scrolling { 
    height: 100%; 
    overflow: hidden; 
  } 


.precision {
    display:inline;
    margin-left: 10px;
}

.unprojet{
    display: flex;
    align-items: flex-start;
    position: relative;
}

.dot {
    height: 25px;
    width: 25px;
    background-color: var(--pres-line);
    border-radius: 50%;
    display: inline-block;
    margin-left: 15px;
    align-self: center;
    flex-shrink: 0;/*permet que le point de rétrecisse pas*/
}


.line {
    position: absolute;
    left: 25px;
    top: 0;
    bottom: 0;
    width: 5px;
    background-color: var(--pres-line);
}

.presentation_projet{
    margin: 20px;
    margin-left: 25px;
    padding: 10px;
    padding-left: 25px;
    background-color: #080808;
    width: 100%;
    border: solid #888 3px;
    border-radius: 15px;
}

.images{
    display: flex;
    flex-wrap: wrap;
}

.illustration{
    width: 100%;
    height: 100%;
    object-fit: fill;
}

button{
    border: 2px solid;
    border-color: #FFF;
    margin: 10px;
    padding: 5px;
    background: none;
    cursor: zoom-in;
    width: 20%;
}

.download{
    white-space: nowrap;
    display: inline-block;
}
