/*ABOUT US CSS STYLESHEET */

/* mainPage : about us  */
.heroImg {
    display: none;
}
.main-header {
    height: auto;
}

.firstSection-abu{
    
    font-family: 'Roboto Mono', monospace;
    width: 100%;
    margin: auto;
    margin-top: 100px;
    
}

.firstSection-abu h1 {
    font-family: 'Roboto Mono', monospace;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 40px;
    color : #DBAE6A;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 20px;
}
.firstSection-abu p {
    font-family: 'Roboto Mono', monospace;
    letter-spacing: 1px;
    color: white;
    width: 90%;
    text-align: justify;
}
.paragraphe1-abu {
   margin: auto;
   width: 85%;
   letter-spacing: 1px;
   padding-bottom: 50px;
    
}


.secondSection-abu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-family: 'Roboto Mono', monospace;
    margin-top:10px ;
    align-items: center;
    color: white;
    flex-wrap: wrap;
    text-align: justify;
    margin: 0 5%;
}
.secondSection-abu h2 {
    margin-bottom: 20px;
    
}


.photoStartUpSpirit-abu {
    width: 50%;
    
}
 .startUpSpirit-abu {
    width: 50%;
}
.photoEntrepreneur-abu {
    width: 80%;
    animation-name : slideIn2;
    animation-duration: 4s;
    animation-iteration-count: 1;
    margin-left: 20%;
}

@keyframes slideIn2 {
    from {
        transform : translate(800px,0px)
    }
    to {
        transform : translate(0px,0px)
    }
}

.secondSection-abu .startUpSpirit-abu {
    /*margin-left: 100px;*/
    letter-spacing: 1px;
}

.thirdSection-abu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-family: 'Roboto Mono', monospace;
    margin-top: 100px;
    align-items: center;
    color: white;
    flex-wrap: wrap;
    text-align: justify;
    margin: 0 5%;
 
    /*margin : 10px;*/
}
.photoLibertyOfCreation-abu {
    width: 50%;
}
.photoLiberty-abu {
    /*width: 760px;
    height: 450px;
    margin-left: 100px;
    margin : 10px;*/
    width: 80%;
    animation-name : slideIn;
    animation-duration: 4s;
    animation-iteration-count: 1;
    /*margin-left: 100px;*/
}

@keyframes slideIn {
    from {
        transform : translate(-800px,0px);
    }
    to {
        transform : translate(0px,0px)
    }
}

.liberteOfcreation-abu {
    font-family: 'Roboto Mono', monospace;
    letter-spacing: 1px;
    width: 50%;
}

body {
    background-color: black;
}

footer {
    background-color:black;
}
h2 {
    color: #DBAE6A;
}

.thourthSection-abu {
    text-align: center;
    margin-top: 50px;
    font-family: 'Roboto Mono', monospace;
}
.finalParagraphe-abu {
    color: white;
    font-family: 'Roboto Mono', monospace;
    width : 60%;
    margin-left : auto;
    margin-right: auto;
    margin-bottom: 55px;
    
}
@media screen and (max-width:900px) {
    .paragraphe1-abu {
        width: 100%;
        letter-spacing: 1px;
        padding-bottom: 50px;

    }
.startUpSpirit-abu {
    width : 100%;
    margin : auto;
}
.photoStartUpSpirit-abu {
    width: 100%;
    margin : auto;
}
.photoLibertyOfCreation-abu {
    width : 100%;
    margin : auto;
}
.liberteOfcreation-abu {
    width: 100%;
    margin : auto;
    order : -1;
}
}


/*
display: block;
    width : 200px;
    line-height: 40px;
    background-color: #9D9D9D;
    color :white;
    font-size: 20px;
    font-family: 'Roboto Mono', monospace;
    border-radius: 13px;
    border: solid 0.5px;
    border-color:grey;
    margin: auto;
    margin-bottom: 70px;   */