@import url('https://fonts.googleapis.com/css2?family=Google+Sans&display=swap');

html {
    height: max-content;
    width: 100%;
    margin: 0px;
    padding: 0px;
    scroll-behavior: smooth;
}

body {
    height: max-content;
    width: 100%;
    background-color: #fff;
    color: #555;
    font-family: "Google Sans", gadugi, calibri;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    margin: 0px;
    padding: 0px;
    word-break: break-word;
    word-wrap: break-word;
}

header {
    height: 80px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    position: sticky;
    top: 0px;
    background-color: #fff;
    z-index: 99;
}

header.scrolledUp {
    border-bottom: 1px solid #e7e7e9;
    box-shadow: 0 4px 10px #0000001a;
    height: 81px;
}

.rightSide {
    height: 50px;
    width: max-content;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    box-sizing: border-box;
}

#companyLogo {
    height: 47px;
    width: 47px;
}

.photoHeader {
    display: none;
    height: 47px;
    width: 47px;
    box-sizing: border-box;
    border-radius: 50%;
    box-shadow: 0px 0px 12px #dd9067;
}

.navMenu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    height: fit-content;
    width: auto;
    min-width: fit-content;
}

.navMenuItem {
    margin-left: 10px;
    margin-right: 10px;
    width: auto;
}

.itemMenu {
    text-decoration: none;
    color: #353535;
    width: auto;
    transition: color 0.11s linear;
}

.itemMenu:hover {
    color: #dd9067;
}

.discoverLinkLine {
    height: 1px;
    width: 1px;
    border-bottom: 0.5px solid transparent;
    background-color: transparent;
}

.discoverLinkLine.fullSizeA {
    width: 101%;
    border-bottom: 1px solid #ffbc98;
    background-color: #ffbc98;
    transition: all 0.25s linear;
}

#spaceSeparator1 {
    width: 1px;
    height: 50%;
}

section {
    box-sizing: border-box;
    height: 855px;
    width: 100%;
    padding-top: 4.8em;
}

.sectionA {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sectionB {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
}

.secText {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    width: 40%;
    max-width: 40%;
    height: auto;
    min-height: 21em;
    box-sizing: border-box;
}

.sectionParagraph {
    font-size: 16px;
    margin: 10px;
    width: 98%;
    min-height: 80%;
    height: auto;
    box-sizing: border-box;
}

.secViLo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40%;
    height: 31em;
    box-sizing: border-box;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../image/backA.png");
}

#skillSection {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../image/backB.png");
}

#experienceSection {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("../image/backC.png");
}

.secVisual {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 18em;
    height: auto;
    box-sizing: border-box;
    border-radius: 50%;
    box-shadow: 0px 0px 12px #dd9067;
}

.highlitedTextA {
    color: #dd9067;
    font-weight: bold;
}

.highlitedTextB {
    color: #666;
    font-weight: bold;
}

.highlitedTextC {
    color: #56bcc5;
    font-weight: bold;
}

.highlitedText {
    color: #bb7b58;
    font-weight: bold;
}

.secVisualPic {
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    border-radius: 50%;
}

.sectionBigTitle {
    font-size: 2.5em;
    color: #56bcc5;
    height: fit-content;
    width: fit-content;
}

.sectionBigTitleB {
    font-size: 2.5em;
    color: #dd9067;
    height: fit-content;
    width: fit-content;
}

.spaceSeparator2 {
    width: 5px;
    height: 1px;
    box-sizing: border-box;
}

.experiencePanel {
    display: grid;
    justify-content: center;
    align-content: center;
    grid-template-columns: repeat(2, 45%);
    grid-auto-rows: 35%;
    gap: 2em;
    box-sizing: border-box;
    height: 98%;
    width: 99%;
}

.skillsPanel {
    display: grid;
    justify-content: center;
    align-content: center;
    grid-template-columns: repeat(3, 30%);
    grid-auto-rows: 45%;
    gap: 1em;
    box-sizing: border-box;
    height: 98%;
    width: 99%;
}

.portfolioPanel {
    display: grid;
    justify-content: center;
    align-content: center;
    grid-template-columns: repeat(3, 30%);
    grid-auto-rows: 45%;
    gap: 2em;
    padding: 2em;
    box-sizing: border-box;
    height: 98%;
    width: 99%;
}

.experience_card {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    height: auto;
    min-height: fit-content;
    width: auto;
}

.experience_header {
    display: flex;
    justify-content: flex-start;
    height: 20%;
    width: 80%;
    min-height: fit-content;
    min-width: fit-content;
    font-weight: 600;
    margin-bottom: 5px;
}

.experience_job {
    margin-left: 5px;
}

.experience_title {
    color: #56bcc5;
}

.experience_company {
    color: #dd9067;
}

.experience_company,
.experience_date,
.location_name {
    font-size: 14px;
}

.location_name {
    font-weight: 600;
}

.experience_logo {
    height: 3.5em;
    width: 3.5em;
}

.location_logo {
    height: 24px;
    width: 24px;
}

.experience_location {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 10%;
    min-height: fit-content;
    width: 80%;
    padding-left: 10px;
    box-sizing: border-box;
    margin-bottom: 5px;
}

.experience_body {
    box-sizing: border-box;
    width: 80%;
    height: 60%;
    max-height: 60%;
}

.skills_card {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: auto;
    width: auto;
    box-sizing: border-box;
}

.skills_header {
    display: flex;
    justify-content: space-between;
    height: fit-content;
    width: fit-content;
    margin-bottom: 10px;
}

.skills_title {
    color: #56bcc5;
    font-size: 21px;
    font-weight: bold;
    box-sizing: border-box;
    height: fit-content;
    width: 265px;
}

.skills_body {
    box-sizing: border-box;
    height: 75%;
    width: 245px;
    color: #505356;
    font-size: 17px;
    font-weight: bold;
}

.skills_list {
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: fit-content;
    width: fit-content;
    margin-bottom: 10px;
}

.point {
    box-sizing: border-box;
    height: 0.7em;
    width: 0.7em;
    border-radius: 50%;
    background-color: #dd9067;
    margin-right: 10px;
    margin-left: 10px;
}

.features {
    box-sizing: border-box;
    min-height: fit-content;
    box-shadow: 0 4px 10px #e1e1e3;
    border-radius: 13px;
    text-decoration: none;
    background-position: center;
    background-size: 12em;
    background-repeat: no-repeat;
    background-image: url("../image/en_cours.png");
}

#oloBrowser {
    background-size: 100%;
    background-image: url("../image/browserImage.png");
}

.featuresForeground {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    border-radius: 13px;
    height: 100%;
    width: 100%;
    color: transparent;
    padding: 1em;
}

.featuresForeground:hover {
    background-color: rgba(0, 0, 0, 0.15);
    transition: background-color ease .2s;
    color: #505356;
}

.featureHeader {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
}

.featureTitle {
    color: #dd9067;
    font-size: 21px;
    font-weight: bold;
    box-sizing: border-box;
    text-align: center;
}

.featureBody {
    box-sizing: border-box;
    height: auto;
    min-height: min-content;
    width: fit-content;
    min-width: 50px;
    margin-left: 20px;
    margin-right: 20px;
}

#spaceLayout {
    height: 5%;
    width: 20px;
    min-width: auto;
    box-sizing: border-box;
}

footer {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    height: 500px;
    max-height: max-content;
    width: 100%;
    background-color: #f5f5f7;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #404040;
}

.footerHeader {
    display: flex;
    justify-content: space-around;
    align-items: center;
    box-sizing: border-box;
    height: fit-content;
    width: 130px;
    min-width: fit-content;
    margin-bottom: 20px;
}

.socialInvitation {
    font-size: 18px;
    font-weight: 600;
    margin-right: 5px;
}

.socialPic {
    height: 32x;
    width: 32px;
}

.socialLink {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    text-decoration: none;
    height: fit-content;
    width: fit-content;
}

.footerBody {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    height: 70%;
    min-height: fit-content;
    width: 70%;
    min-width: fit-content;
    padding: 0px;
    border-top: 1px solid #dadadc;
    border-bottom: 1px solid #dadadc;
}

.footerSectionMenu {
    display: grid;
    justify-content: center;
    align-content: center;
    grid-template-columns: repeat(3, 14.5em);
    gap: 2em;
    box-sizing: border-box;
    height: 50%;
    width: 100%;
}

.footerMenu {
    display: block;
    box-sizing: border-box;
    height: 7.3em;
}

.fiMenuTitle {
    font-size: 18px;
    font-weight: 600;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.footerItemB {
    margin-bottom: 10px;
}

.footerFooter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: fit-content;
    padding-top: 10px;
    width: 70%;
}

.companyArea {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: fit-content;
    height: 40px;
}

.companyName {
    font-size: 25px;
    font-weight: 600;
    height: 38px;
}

.copyRight {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    width: fit-content;
    height: fit-content;
}

.legalsArea {
    display: flex;
    justify-content: space-between;
    align-items: start;
    width: fit-content;
    height: fit-content;
}

#CopyR {
    height: 1em;
    width: 1em;
    margin-right: 0.5em;
}

@media (max-width: 1000px) {
    #freelanceSection {
        flex-direction: column-reverse;
    }

    .secText {
        width: auto;
        max-width: 80%;
    }

    .secViLo {
        width: 80%;
        height: 18em;
    }

    .secVisual {
        width: 12em;
    }

    .BrowserPanel {
        justify-content: center;
    }

    .BrowserPanelSection {
        flex-direction: column;
    }

    .sectionBigTitle,
    .sectionBigTitleB {
        font-size: 1.6em;
        text-align: center;
    }

    #experienceSection,
    #skillSection {
        height: 999px;
    }

    #skillSection {
        background-image: url("../image/backB_rotate.png");
    }

    #experienceSection {
        background-image: url("../image/backC_rotate.png");
    }

    .portfolioPanel {
        grid-template-columns: repeat(3, 30%);
        grid-auto-rows: 40%;
    }

    .experiencePanel {
        grid-template-columns: repeat(2, 45%);
        grid-auto-rows: 30%;
    }

    .features {
        background-size: 10em;
    }

    .featureTitle {
        font-size: 16px;
    }

    .experience_body,
    .experience_location,
    .experience_header {
        width: 100%;
    }
}

@media (max-width: 900px) {
    .portfolioPanel {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 32%;
    }

    .skillsPanel {
        grid-template-columns: repeat(2, 45%);
        grid-auto-rows: 30%;
    }

    .features {
        background-size: 8em;
    }

    .footerSectionMenu {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 800px) {
    .features {
        background-size: 7em;
    }

    .footerSectionMenu {
        grid-template-columns: repeat(3, 1fr);
        gap: auto;
    }
}

@media (max-width: 600px) {
    .sectionA {
        height: 870px;
    }

    .features {
        background-size: 6em;
    }

    .secVisual {
        width: 12em;
    }

    .footerSectionMenu {
        height: 80%;
        grid-template-columns: repeat(2, 49%);
        gap: 0.4em;
    }

    .skillsPanel {
        grid-template-columns: repeat(1, 70%);
        grid-auto-rows: auto;
    }

    .experiencePanel {
        grid-template-columns: repeat(1, 90%);
        grid-auto-rows: 215px;
        gap: 5px;
    }
}

@media (max-width: 500px) {
    .navMenu {
        display: none;
    }

    .photoHeader {
        display: block;
    }

    .sectionA {
        height: 999px;
    }

    #portfolioSection {
        height: 620px;
    }

    .portfolioPanel {
        grid-template-columns: repeat(2, 50%);
        gap: 1.5em;
        grid-auto-rows: 30%;
        padding: 1em;
    }

    .features {
        background-size: 4em;
    }

    body,
    .sectionParagraph,
    .companyName,
    .fiMenuTitle,
    .skills_body {
        font-size: 14.5px;
    }

    .skills_title {
        font-size: 17px;
    }

    .secVisual {
        width: 10em;
    }

    .skillsPanel {
        grid-template-columns: repeat(1, 90%);
        grid-auto-rows: auto;
    }
}

@media (max-width: 350px) {
    .footerBody {
        width: 90%;
    }

    #experienceSection,
    #freelanceSection {
        height: 1099px;
    }
}