#nav .icon{
    position: relative;
    display: inline-block;
    width: 69px;
    height: 69px;
    background-image: url('./img/menu.png');
    background-position: center center;
    background-repeat: no-repeat;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
    cursor: pointer;
    float: right;
}
#nav .items{
    display: block;
    display: none;
    position: absolute;
    z-index: 5;
    top: 69px;
    right: 0px;
    background: white;
    right: 0px;
}
#nav .items a{
    border: none;
        border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
}


/* atelier */
#aboutAs{
    width: 35%;
}
#team{
    width: 65%;
}
#writeAboutAs{
    margin-top: 32px;
    float: none;
    width: auto;
    clear: both;
}

/* Contact */
#contact{
    width: 35%;
}
#clen{
    width: 65%;
}
#maps{
    margin-top: 32px;
    float: none;
    width: auto;
    clear: both;
    margin-left: 0px;
}

/* Project */
#project{
    float: none;
    width: auto;
    clear: both;
}
#gallery{
    width: 100%;
}