* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

img {
    -webkit-user-drag: none;
    user-select: none;
    pointer-events: none;
}

body {
    font-family: 'Roboto', Arial, sans-serif;
	display: flex;
    color: #262626;
}

::selection {
    color: #0072DC;
    background-color: #C3E2FF;
}



nav {
    background-color: #C3E2FF;
	min-width: 100px;
	height: 100vh;
	position: sticky;
	top: 0px;
	text-align: center;
}

nav a {
    text-decoration: none;
}

nav ul {
    list-style: none;
    position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    gap: 80px;
}

nav li {
    transition: 0.3s ease;
}
nav li:hover {
    transform: scale(1.1) rotate(5deg);
}

.nav-icon img {
	width: 50px;
    transition: transform 0.2s ease;
}
.nav-icon img:hover {
    transform: scale(1.08);
}

@media screen and (max-width: 768px){
    nav {
        position: fixed;
        width: 100%;

        --nav-height: 80px;

        height: var(--nav-height, 80px);
        top: calc(100% - var(--nav-height, 80px));
        z-index: 10;
    }
    nav ul {
        flex-direction: row;
        gap: 50px;
    }
    .nav-icon img {
        width: 44px;
    }
    .nav-icon:last-child img {
        width: 38px;
        margin-top: 3px;
    }
    .nav-icon:nth-child(2) img {
        width: 48px;
        margin-top: 2px;
    }
    #responsive {
    margin-bottom: 50px;
}
}





a {
    color: #0072DC;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}



#main {
    margin-bottom: 50px;
}

.policeA {
    font-size: 20px;
}

.content-intro {
    display: flex;
    align-items: center;
}
.content-intro div {
    max-width: 70%;
}

.content-intro img {
    height: 175px;
    width: auto;
    border-radius: 125px;
    margin-right: 5%;
    border: 6px solid #C3E2FF;
}

.content-intro p {
    line-height: 1.5em;
}

#intro {
    margin: 50px 5% 70px 5%;
}

@media screen and (max-width: 768px) {
    #main {
        max-width: 100vw;
    }

    .content-intro {
        display: block !important;
        text-align: center;
    }
    .content-intro img {
        height: 250px;
        margin-bottom: 30px;
        margin-right: 0;
    }
    .content-intro div {
        max-width: 100%;
    }
}





h1 {
    margin-bottom: 10px;
    margin-top: 0px;
    color: #0072DC;
    font-family: "Pacifico";
    font-size: 2.10em;
    font-weight: 500;
}

h2 {
    margin-bottom: 25px;
    margin-top: 60px;
    color: #0072DC;
    font-family: "Montserrat";
    font-size: 2em;
}

@media screen and (max-width: 768px) {
    h2 {
        text-align: center;
    }
}

#pro {
    margin: 0 5%;
}

#pro img {
    width: 11%;
    height: auto;
    margin-left: 2%;
}
.pro-card:last-of-type img {
    padding: 10px;
}

#pro div div {
    width: 30%;
    margin: auto 5%;
	line-height: 24px;
}

#pro ul{
    width: 54%;
    line-height: 1.5em;
}

.pro-card {
    padding: 15px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    background-color: #fff;
    box-shadow: #C3E2FF 0 0 20px 0px;
    border-radius: 15px;
}

@media screen and (max-width: 768px) {
    .pro-card {
        padding: 25px;
        display: block;
        text-align: center;
    }
    .pro-card div, .pro-card ul{
        margin: 0 !important;
    }

    #pro {
        margin: 0 5%;
    }
    
    #pro img {
        width: 66%;
        height: auto;
        margin: 2%;
    }
    
    #pro div div {
        width: 100%;
        margin: auto 5%;
        line-height: 24px;
        text-align: left;
    }
    
    #pro ul {
        padding-left: 13%;
        width: 100%;
        text-align: left;
    }
}


#ecole {
    margin: 0 5%;
}

#ecole-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ecole {
    padding: 15px;
    background-color: #fff;
    box-shadow: #C3E2FF 0 0 20px 0px;
    border-radius: 15px;
    width: 24%;
    text-align: center;
    line-height: 24px;
}

@media screen and (max-width: 1366px) {
    .ecole {
        padding: 15px;
        background-color: #fff;
        box-shadow: #C3E2FF 0 0 20px 0px;
        border-radius: 15px;
        width: 48%;
        text-align: center;
        line-height: 24px;
        margin: 10px 0px;
    }
}

@media screen and (max-width: 768px) {
    .ecole {
        width: 100%;
        margin: 15px;
    }
  
}





.qlqinfos {
    padding: 55px 20px;
    border-radius: 15px;
    border: 3px solid #C3E2FF;
    width: 24%;
    text-align: center;
    position: relative;
    min-height: 6em;
}

.qlqinfos-content {
    text-align: center;
    display: inline-flex;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    color: #3b3b3b;
}
.qlqinfos-content#first {
    padding-top: 20px;
}

@media screen and (max-width: 1366px) {
    .qlqinfos {
        width: 48%;
        margin: 10px 0px;
    }
}

@media screen and (max-width: 600px) {
    .qlqinfos {
        width: 100%;
        margin: 15px;
    }
}


#langues {
    margin: 0 5%;
}


#skills {
    margin: 0 5%;
}

#skillsss {
    display: flex;
    flex-direction: row;
}
#skillss-1 , #skillss-2 {
    width: 50%;
}

.skill {
    display: flex;
    margin: 10px 50px 0 0;
}

.skill .progress-bar {
    overflow: hidden;
    height: 15px;
    position: relative;
    flex: 3;
}
.skill .progress-bar .container {
    border-radius: 15px;
    background-color: #C3E2FF;
    width: 100%;
    height: 100%;
}
.skill .progress-bar .percentage {
    border-radius: 10px;
    background-color: rgba(0 114 220 / 90%);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.skill h4 {
    font-weight: 600;
    margin-left: 25px;
    margin-top: -1px;
    flex: 1;
}

@media screen and (max-width: 768px) {
    .skills {
        max-width: 100vw;
        flex-direction: column;
    }
    #skillsss {
        flex-direction: column;
    }
    #skillss-1 , #skillss-2 {
        width: 100%;
        margin-bottom: -20px;
    }
    .skill {
        margin: 20px 10px;
    }
    .skill .progress-bar {
        flex: 4;
    }
    .skill h4 {
        flex: 1;
    }
}





.passion-element h3 {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-top: 25px;
}

.passion-element i {
    max-width: 200px;
}

.passion-content {
    display: flex;
    justify-content: space-around;
    text-align: center;
    flex-wrap : wrap;
    padding-top: 10px;
}

@media screen and (max-width: 1366px) {
    .passion-element {
        width: 44%;
    }
    .passion-content {
        flex-wrap: wrap;
        gap: 33px;
        padding: 20px;
    }
}





#passions {
    margin: 0 5%;
}

#photosamples {
    margin: 0 5%;
}

#contact {
    margin: 0 5%;
}

#contacttext {
    margin: 0 5%;
    text-align: justify;
    color: #0072DC;
    font-size: large;
}
