:root {
    --color-1: #dfdfdf;
    --color-2: #191329;
    --color-3: #0A6EBD;
}

@font-face {
    font-family: "Ubuntu";
    src: url("../fonts/Ubuntu-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

* {
    font-family: "Ubuntu";
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

#wrapper {
    width: 100%;
    height: 100%;
    box-shadow: rgba(173, 173, 173, 0.12) 0px 2px 4px 0px, rgba(176, 177, 177, 0.32) 0px 2px 16px 0px;
}

.block_name .name {
    font-size: 1.1rem;
    font-weight: bold;
}

.body {
    background: #fff;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    box-shadow: rgba(173, 173, 173, 0.12) 0px 2px 4px 0px, rgba(176, 177, 177, 0.32) 0px 2px 16px 0px;
}

.container .head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    width: 100%;
}

.container .head .name {
    text-decoration: none;
    color: var(--color-2);
    font-weight: bold;
    font-size: 1.1rem;
}

.container .head .block_social_media {
    display: flex;
    align-items: center;
}

.container .head .block_social_media .bi {
    color: var(--color-2);
    font-size: 1rem;
}

.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.body .photo_profil {
    margin-bottom: 25px;
}

.body .photo_profil .photo {
    width: 240px;
    height: 240px;
    position: relative;
    padding-top: 25px;
}

.body .photo_profil .photo img {
    width: 100%;
    height: 100%;
    position: absolute;
    border: 7px solid #fff;
    border-radius:100%;
}

.body .photo_profil .profil .name_of_me {
    font-weight: bold;
}

.body .photo_profil {
    background-image: url("./assets/images/banner_profil.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 240px;
    border-radius: 10px 10px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    color: #fff;
    font-weight: bold;
}

.body .photo_profil .box-profil {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.body .about_me {
    width: 100%;
    /* padding-top: 35px; */
    height: auto;
}

.body .about_me h4 {
    text-transform: uppercase;
    font-weight: bold;
}

.body .about_me .about_text .text {
    text-align: justify;
}

.body .about_me .other_info .info_perso .a {
    text-transform: capitalize;
    font-weight: bold;
    text-transform: uppercase;
}

.body .skills,
.body .langue {
    width: 100%;
    font-weight: bold;
    text-transform: uppercase;
    padding: 25px 0 10px 0;
}

#star {
    color: red;
}

.body .skills h4,
.body .langue h4 {
    font-weight: bold;
}

.body .langue form .btn {
    width: 100%;
}

.body .skills .a .progresse p,
.body .skills .b .progresse p {
    margin-bottom: 10px;
}

.animated-progress {
    width: 100%;
    height: 15px;
    border-radius: 2px;
    background: var(--color-1);
    overflow: hidden;
    position: relative;
    box-shadow: rgba(173, 173, 173, 0.12) 0px 2px 4px 0px, rgba(176, 177, 177, 0.32) 0px 2px 16px 0px;
}

.animated-progress span {
    height: 100%;
    display: block;
    width: 0;
    color: var(--color-1);
    line-height: 15px;
    position: absolute;
    text-align: center;
    padding-right: 5px;
    font-size: .8rem;
    /* border-radius: 2px; */
}

.progress-color span {
    background: var(--color-3);
}

#copyright {
    font-size: .8rem;
    padding: 0;
    margin: 0;
}


.profil .button_space .download_cv {
    background: #fff;
    font-weight: bold;
    color: var(--color-3);
    box-shadow: rgba(173, 173, 173, 0.12) 0px 2px 4px 0px, rgba(176, 177, 177, 0.32) 0px 2px 16px 0px;
    border: 1px solid var(--color-3);
}

.profil .button_space .hire_me {
    background: var(--color-2);
    font-weight: bold;
    color: var(--color-1);
    box-shadow: rgba(173, 173, 173, 0.12) 0px 2px 4px 0px, rgba(176, 177, 177, 0.32) 0px 2px 16px 0px;
}

/* start responsivity */
@media (max-width: 991px) {
    .body .photo_profil {
        display: flex;
        justify-content: center !important;
        align-items: center;
        margin-bottom: 180px;
    }

    .body .photo_profil .box-profil {
        display: flex;
        justify-content: space-between !important;
        align-items: center;
        flex-direction: column;
        height: auto;
    }

    .body .photo_profil .box-profil .photo {
        align-items: center;
        margin-bottom: 30px;
    }

    .body .photo_profil .box-profil .photo img {
        top: 70%;
        left: 50%;
        position: absolute;
        transform: translate(-50%, -50%);
        width: 210px;
        height: 210px;
    }

    .body .photo_profil .profil {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        color: #191329;
        text-align: center;
    }

    #wrapper {
        overflow: hidden;
    }

    .body .about_me h4,
    .body .skills h4,
    .body .langue h4,
    .body .contact h4 {
        font-size: 1rem;
        text-align: center;
    }
    .body .about_me p,
    .body .skills p,
    .body .langue p,
    .body .contact label,
    .body .about_me .other_info .info_perso p{
        font-size: .9rem;
    }
    .animated-progress{
        height: 9px;
    }
}
/* end responsivity */