/* Schriften - Standards*/
@font-face {
    font-family: 'Inter';
    src: url('Interfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
h1{
    font-family: 'Inter', sans-serif;
    font-size: 54px;
}
h2{
    font-family: 'Inter', sans-serif;
    font-size: 42px;
    text-transform: uppercase;
}
h3{
    font-family: 'Inter', sans-serif;
    font-size: 35px;
}
p{
    font-family: 'Inter', sans-serif;
    font-size: 25px;
}
.introduction{
    display: flex;
    margin-top: 80px;
    margin-bottom: 80px;
    margin-left: 100px;
    margin-right: 100px;
    gap: 50px;
    align-items: center;
    justify-content: center;
}

.waves-img img{
    width: 400px;
}

.words{
    display: flex;
    flex-direction: column;
    text-align: right;
}

.words h1{
    color: #0C41FB;
}

.words h2{
    color: #026DEB;
}

#about-linda{
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 96px;
}

.presentation-1{
    display: flex;
    gap: 64px;
    height: fit-content;
    padding-bottom: 64px;
}

.about-linda{
    display: flex;
    background-color: #64C1FF;
    border-radius: 10px;
    padding-left: 100px;
    padding-right: 500px;
    padding-bottom: 50px;
    padding-top: 50px;
    color: white;
    align-self: center;
}

.fille-ocean{
    display: flex;
    justify-content: flex-end;
    color: #0C41FB;
    padding: 0;
    margin: 0;
}

.fille-ocean h1{
    padding: 0;
    margin: 0;
}

.student-portrait{
    position: relative;
    height: fit-content;
    display: flex;
    flex-direction: column;
    row-gap: 64px;
    margin-bottom: 96px;
}

.student{
    display: flex;
    justify-content: flex-end;
    width: fit-content;
    align-self: flex-end;
    color: white;
    background-color: #026DEB;
    border-radius: 10px;
    padding-right: 500px;
    padding-left: 100px;
    padding-bottom: 50px;
    padding-top: 50px;
    z-index: 10;
}

.country{
    display: flex;
    justify-content: flex-start;
    width: fit-content;
    color: white;
    background-color: #0C41FB;
    border-radius: 10px;
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 50px;
    padding-top: 50px;
    z-index: 10;
}

.portrait img{
    width: 500px;
}

.portrait{
    position: absolute;
    z-index: 200;
    bottom: 0;
    right: 5%;
    height: fit-content;
    display: flex;
    align-items: flex-end;
}

.waves-blue{
    margin-top: 70px;
    display: flex;
    justify-content: center;
    margin-bottom: 96px;
}

.waves-blue img{
    width: 800px;
}

.passion-heading{
    background-color:#0C41FB;
    color:white;
    text-align: center;
    border-radius: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 36px;
    padding-right: 36px;

    position: absolute;
    z-index: 300;
    bottom: 20;
    left: 50%;
    transform: translateX(-50%);
}

.passion{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.school-info{
    display: flex;
    flex-direction: column;
    background-color:#64C1FF;
    border-radius: 100%;
    gap: 0px;
    margin-top: 64px;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1/1;
    height: 300px;
    width: 300px;
    padding: 150px;
    text-align: center;
    color: white;
}

.school-img{
    width: 300px;
}

.school-img img{
    width: 100%;
    object-fit: cover;
}

.university-info{
    display: flex;
    flex-direction: column;
    background-color:#64C1FF;
    border-radius: 100%;
    aspect-ratio: 1/1;
    width: 50vw;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    margin-top: 216px;
    padding: 150px;
}

.university-img{
    width: 300px;
}

.university-img img{
    width: 100%;
    object-fit: cover;
}

.interests{
    display: flex;
    flex-direction: column;
    margin-top: 200px;
    justify-content: center;
    position: relative;
    margin-left: 40px;
    margin-right: 40px;
}

.network-icon{
    display: flex;
    width: 200px;
    position: absolute;
    z-index: 200;
    bottom: 80%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #64C1FF;
    border-radius: 50%;
    padding: 54px;
    align-items: center;
    justify-content: center;
}

.network-icon img{
    width: 100%;
    object-fit: cover;
}

.network-text{
    text-align: center;
    background-color: #026DEB;
    padding-bottom: 50px;
    padding-top: 50px;
    padding-left: 240px;
    padding-right: 240px;
    color: white;
    border-radius: 10px;
}

.cv{
    display: flex;
    position: relative;
    margin-left: 40px;
    margin-right: 40px;
}

.goal-text{
    text-align: center;
    background-color: #0C41FB;
    padding-bottom: 50px;
    padding-top: 50px;
    padding-left: 240px;
    padding-right: 240px;
    color: white;
    border-radius: 10px;
    width: 100%;
    margin-top: 96px;
}

button a{
    text-decoration: none;
    color: white;
}

.button img{
    width: 30px;
}

.cv button{
    background-color: #64C1FF;
    border-radius: 10px;
    border-style: none;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 40px;
    padding-right: 40px;
    color: white;
    font-size: 25px;
    width: fit-content;

    position: absolute;
    z-index: 200;
    left: 50%;
    transform: translateX(-50%);
    top: 90%;
}

.cv button:hover{
    background-color: #026DEB;
}

.internship{
    position: relative;
    margin-top: 160px;
    margin-left: 40px;
    margin-right: 40px;
}

.search-icon{
    position: absolute;
    z-index: 100px;
    bottom: 50%;
}

.search-text{
    text-transform: uppercase;
    color: white;
    background-color:#64C1FF;
    text-align: left;
    margin-left: 96px;
    padding-top: 48px;
    padding-bottom: 48px;
    padding-left: 200px;
    border-radius: 10px;
}

.social-contact{
    display: flex;
    background-color:#0C41FB;
    margin-left: 40px;
    border-radius: 10px;
    gap: 240px;
    margin: 96px;
    padding-left: 64px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-right: 280px;
}

.social-icons img{
    display: flex;
    flex-direction: row;
    width: 100px;
    justify-content: flex-end;
}

.social-icons {
    display: flex;
    flex-direction: row;
}

.contact-me{
    text-transform: uppercase;
    color: white;
}

.collage{
    display: flex;
    height: 120vh;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.collage img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 10px;
}

.pro-introduction{
    margin-top: 200px;
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom: 96px;
    text-align: center;
}

.pro-introduction h2{
    text-transform: uppercase;
    color: #026DEB;
}

.pro-introduction p{
    padding-left: 160px;
    padding-right: 160px;
}

.first-projects{
    display: flex;
    position: relative;
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom: 96px;
    gap: 120px;
    justify-content: center;
}

.bloc{
    position: relative;
    display: flex;
}

.pro-icon{
    width: 150px;
    position: absolute;
    background-color: #64C1FF;
    border-radius: 10px;
    padding-bottom: 32px;
    padding-top: 32px;
    padding-right: 40px;
    padding-left: 40px;

    z-index: 200;
    left: 50%;
    transform: translateX(-50%);
    top: 1%;
}

.pro-icon img{
    width: 100%;
}

.pro-text-bloc{
    background-color: #026DEB;
    border-radius: 10px;
    color: white;
    margin-top: 160px;
    padding-right: 104px;
    padding-left: 104px;
    padding-top: 96px;
    padding-bottom: 96px;
    text-align: center;
}

.bloc button{
    background-color: #64C1FF;
    border-radius: 10px;
    border-style: none;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 40px;
    padding-right: 40px;
    color: white;
    font-size: 25px;
    width: fit-content;

    position: absolute;
    z-index: 200;
    left: 50%;
    transform: translateX(-50%);
    top: 96%;
}

.bloc button:hover{
    background-color: #0C41FB;
}

.second-project{
    display: flex;
    position: relative;

    margin-left: 40px;
    margin-right: 40px;
    margin-top: 96px;
    margin-bottom: 96px;
    gap: 120px;

    justify-content: center;
    align-items: center;
    width: 94%;

}

.logo-blog{
    display: flex;
    width: 370px;
    height: 286px;
    background-color: #64C1FF;
    border-radius: 10px;
    padding: 40px;
    padding-right: 80px;
    padding-left: 80px;
    align-items: center;

}

.logo-blog img{
    width: 100%;
    height: 100%;
}

.text-blog{
    background-color: #026DEB;
    color: white;
    text-align: center;
    padding-bottom: 96px;
    padding-top: 96px;
    padding-left: 100px;
    padding-right: 100px;
    width: 50%;
    border-radius: 10px;

}

.second-project button{
    background-color: #64C1FF;
    border-radius: 10px;
    border-style: none;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 40px;
    padding-right: 40px;
    color: white;
    font-size: 25px;
    width: fit-content;

    position: absolute;
    z-index: 200;
    left: 58%;
    top: 93%;
}

.second-project button:hover{
    background-color: #0C41FB;
}

.third-project , .fourth-project{
    display: flex;
    flex-direction: row;
    margin-left: 40px;
    margin-right: 40px;
    gap: 64px;
    margin-bottom: 40px;
    justify-content: center;
}

.dvbj-image{
    display: flex;
    width: 350vh;
    background-color: #64C1FF;
    border-radius: 10px;
    padding: 40px;
    align-items: center;
}

.dvbj-image img, .jupa-image img{
    width: 100%;
}

.jupa-image{
    display: flex;
    width: 350vh;
    background-color: #64C1FF;
    border-radius: 10px;
    padding: 40px;
    align-items: center;
}

.asso-text{
    display: flex;
    flex-direction: column;
    background-color: #0C41FB;
    color: white;
    padding-bottom: 64px;
    padding-top: 64px;
    padding-left: 96px;
    padding-right: 96px;

    border-radius: 10px;
    gap: 40px;
}

.asso-text button{
    background-color: #64C1FF;
    border-radius: 10px;
    border-style: none;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 40px;
    padding-right: 40px;
    color: white;
    font-size: 25px;
    width: fit-content;
}

.asso-text button:hover{
    background-color: #026DEB;
}

.contact-form {
    max-width: 600px;
    margin: 50px auto;
    padding-left: 40px;
    padding-right: 64px;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #026DEB;
    color: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-family: 'Inter', sans-serif;
}

.contact-form h2 {
    text-align: center;
    margin-bottom: 20px;
    color: white;
    text-transform: uppercase;
}

.contact-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #64C1FF;
    border-radius: 5px;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
}

.contact-form button {
    width: fit-content;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 32px;
    padding-left: 32px;
    background-color: #64C1FF;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    cursor: pointer;
}

.contact-form button:hover {
    background-color: #0C41FB;
}



