/* //// Wave //// */
img.wave {
    width: 100%;
    object-fit: cover;
}

/* ////////////////////////////// */
/* //////// Hero Section //////// */
/* ////////////////////////////// */
#hero {
    padding: 0;
    margin-bottom: 10vh;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

/* Left */
#hero>.left {
    width: min-content;
}

#hero>.left h1 {
    font-size: 40px;
    font-weight: 800;
    letter-spacing: 1px;
    word-spacing: 2px;
    margin-bottom: 15px;
    width: max-content;
}
#hero>.left h1 span {
    font-weight: 800;
    color: var(--color-second);
}

#hero>.left>p {
    max-width: fit-content;
    margin-bottom: 40px;
}

#hero>.left .social-networks {
    margin-left: 5%;
}

/* Right */
#hero>.right img {
    border-radius: 60px;
    height: 400px;
}


/* ////////////////////////////////// */
/* //////// A propos Section //////// */
/* ////////////////////////////////// */
#aPropos p {
    font-size: 18px;
    padding: 0 5vw;
}
#aPropos p strong {
    font-weight: bold;
}


/* ///////////////////////////// */
/* //////// Competences //////// */
/* ///////////////////////////// */
#competence>section h2 {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 40px;
}
#competence>section>section {
    display: flex;
    flex-wrap: wrap;
    gap: 50px 12%;
    padding-left: 80px;
    margin-bottom: 15vh;
}
#competence>section>section>article {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 20px;
    flex-basis: 25%
}
#competence>section>section>article img {
    height: 65px;
}

/* ///////////////////////// */
/* //////// Projets //////// */
/* ///////////////////////// */
#projets>section {
    margin-bottom: 150px;
}
#projets .topSwipper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#projets h2 {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 40px;
}

/* //// Swipper //// */
#projets section.pagination {
    display: flex;
    align-items: center;
    justify-content: right;
    gap: 10px;
    margin-bottom: 20px;
    user-select: none;
}
#projets section.pagination>a {
    width: 27px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid white;
    border-radius: 90px;
    cursor: pointer;
}
#projets section.pagination>a.active, #projets section.pagination>a.active:hover {
    opacity: 0.5;
    cursor: initial;
}
#projets section.pagination>a:hover {
    opacity: 0.8;
}
#projets section.pagination>a img {
    height: 22px;
}

/* ///// Project ///// */
#projets swiper-slide {
    width: max-content;
    background-color: var(--color-header);
    border-radius: 40px;
    display: flex;
}

/* ///// Project Left Section ///// */
#projets swiper-slide .left {
    width: 70%;
    overflow: hidden;
    position: relative;
    background: url("../img/ProjetValbio.png");
}
#projets swiper-slide:nth-child(2) .left {
    background: url("../img/ProjetMovEco.png");
}
#projets swiper-slide .left img {
    position: absolute;
    top: 0;
    right: 0;
    height: -webkit-fill-available;
}

/* ///// Project Right Section ///// */
#projets swiper-slide .right {
    margin: 30px 50px;
}

/* Top Section */
#projets swiper-slide .right .top {
    margin-bottom: 20px;
}
#projets swiper-slide .right .top>h3 {
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 1px;
}
#projets swiper-slide .right .top>p {
    font-size: 17px;
    font-weight: 600;
}

/* Competence Section */
#projets swiper-slide .competence {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    flex-direction: row;
}
#projets swiper-slide .competence .btn {
    background-color: transparent;
    border: 3px solid #595959;
    border-radius: 5px;
    padding: 6px 14px;
}
#projets swiper-slide .competence .btn:hover {
    background-color: rgba(89, 89, 89, 0.44);
}
#projets swiper-slide .competence .btn p {
    font-size: 14px;
}

/* Button Section */
#projets swiper-slide .btn_list {
    margin-top: 20px;
    display: flex;
    gap: 15px;
}
#projets swiper-slide .btn_list .btn {
    align-items: center;
    padding: 8px 17px;
    font-weight: 500;
}
#projets swiper-slide .btn_list .btn img {
    height: 23px;
    margin-left: 8px;
}

/* ///////////////////////// */
/* //////// Contact //////// */
/* ///////////////////////// */
#contact>section {
    display: flex;
    justify-content: space-evenly;
}

/* ///// Left Section ///// */
#contact>section .left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 40px;
    width: 40%;
}

/* Contact */
#contact>section .left .contact {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#contact>section .left p {
    display: flex;
    align-items: center;
    font-weight: bold;
    gap: 10px;
    font-size: 33px;
}
#contact>section .left p img {
    height: 40px;
}
#contact>section .left a {
    font-size: 17px;
    letter-spacing: 1px;
    word-spacing: 1px;
    margin-left: 50px;
}

/* ///// Right Section ///// */
#contact>section .right {
    width: 40%;
}
#contact>section .right form,
.modal_mail form {
    display: flex;
    flex-direction: column;
    gap: 13px;
    width: 100%;
}

#contact>section .right form input, #contact>section .right form textarea,
.modal_mail input, .modal_mail textarea {
    width: 100%;
    border: none;
    padding: 18px 50px;
    border-radius: 13px;
    font-size: 18px;
    font-weight: 600;
    color: black;
}
#contact>section .right form textarea,
.modal_mail textarea {
    max-width: 100%;
    max-height: 50vh;
}
#contact>section .right form a,
.modal_mail form a {
    background-color: var(--color-second);
    display: flex;
    gap: 10px;
    align-items: center;
    cursor: pointer;
}
#contact>section .right form a img,
.modal_mail form a img{
    height: 22px;
}

/* ///// Modal Mail ///// */
#contact>section.modal_mail {
    position: fixed;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    display: none;
    justify-content: center;
}

#contact>section.modal_mail.display {
    display: flex;
}

#contact>section.modal_mail form {

}
