html
{
    scroll-behavior: smooth;
    transition: scroll-behavior 1s ease-in-out;
}

body
{
    background-color: #1E1E1E !important;
    font-family: Consolas, Monaco, 'Andale Mono', monospace !important;
}

.photo
{    
    justify-content: center;
    align-items: center !important;
    display: flex;
}

#about
{
    height: 100vh;
    text-align: center;
    top: 0 !important;
}


.menu
{
    background-color: #1E1E1E;
    color: #D4D4D4 !important;
    border-bottom: 1px solid #13DBC3;
    text-align: center;
    font-size: 1em;
    padding-bottom: 1%;
    white-space: nowrap;
}

.about_me li
{
    margin-bottom: 5%;
}

.text-white
{
    font-size: 150%;
}

footer p {
    margin-top: 10%;
    color: white;
}

.text-blue, .text-blue:hover
{
    font-size: 150%;
    color: #13DBC3;
}

#experience li, #formation li, #projects li
{
    background-color: #1E1E1E;
    border-color: #13DBC3;
}

.rounded-circle
{
    background-color: #13DBC3 !important;
    width: 60%;
}

.images-list
{
    width: 70%;
}

.animated-text
{
    overflow: hidden;
    white-space: nowrap;
    animation: none;
}

.clement
{
    color:#13DBC3 !important;
    text-align: center;
}

.bodypage
{
    background-color: #1E1E1E;
    color: #D4D4D4;
    margin-bottom: 5%;
}

.bodypage h2
{
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 2%;
    font-weight: bold;
}

h5 {
    font-family: 'Courier New', Courier, monospace;
    color: #13DBC3;
    font-weight: bold;
}

.row 
{
	margin: 0 !important;
}

.miniIconLeft
{
    width: 2%;
    margin-right: 1%;
    margin-bottom: 0.5%;

}

.miniIconRight
{
    width: 2%;
    margin-left: 1%;
    margin-bottom: 1%;
}

#formation, #experience, #projects
{
    text-align: center;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 2%;
    padding-top: 5%;
}

.listText
{
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
    text-align: center;
}


#about ul
{
    list-style-type: none;
}

#icon img
{
    max-width: 25% !important;
    text-align: center;
    border: 2px solid #13DBC3 !important;
    height: auto;
    margin: 5%;
}

#icon {
    display: flex;
    justify-content: space-between;
}

#icon .col-sm-4 {
    flex-grow: 1;
    flex-basis: 0;
}

.footer
{
    margin-bottom: 2% !important;
    padding-top: 1%;
    text-align: center;
    border-top: 1px solid #13DBC3;
}

.footer a, .footer a:hover
{
    color: #D4D4D4;
}

@keyframes revealText
{
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

@media (max-width: 750px)
 {
    .menu .col-sm-3
    {
        width: 25%;
        max-width: none;
        padding: 0 1%;
    }

    .menu .col-sm-3 a
    {
        font-size: 0.8em;
    }
}

@media (max-width: 700px)
 {
    .miniIconLeft, .miniIconRight
    {
        width: 5% !important;
    }
}