@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900&display=swap);
*
{
    margin:0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins',sans-serif;
}

/* ///// Body ///// */
body
{
    background: #000;
    min-height: 200vh;
}

/* ///// Header ///// */
header
 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.6s;
    padding: 40px 100px;
    z-index: 1000000;
}

header.sticky
{
    padding: 5px 100px;
    background: #fff;
}

header.sticky .logo,
header.sticky ul li a 
{
    color: #000;
}

header.sticky .hamburger
{
    color: #000;
}

header .logo
{
    position: relative;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    font-size: 2em;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: 0.6s;
}

header ul
{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

header ul li 
{
    position: relative;
    list-style: none;

}

header ul li a
{
    position: relative;
    margin: 0 15px;
    text-decoration: none;
    color:#fff;
    letter-spacing: 2px;
    font-weight: 500px;
    transition: 0.5s;
}

header ul li a:hover
{
    color: red;
    transition: 0.5s;
}

/* //// Hamburger Header Phone //// */

.hamburger
{
    cursor:pointer;
    display: none;
}

/* //// Image + Logo //// */

.banner
{
    position: relative;
    width: 100%;
    height: 100vh;
    background: url(https://st2.depositphotos.com/28636318/47493/v/600/depositphotos_474930528-stock-video-flying-freedom-graceful-ballet-dancer.jpg);
    background-size: cover;
    box-shadow: 0px 10px 10px #464B46;
}

.logo_img 
{
    width: 100%;
    height: 100vh;
    align-items: center;
    background-size: cover;
    display: flex;
    justify-content: center;
}

.logo_img img
{
    width: 25%;
    height: 20%;
}

/* //// About ME //// */

.About_me
{
    position: relative;
    display: flex;
    width: 100%;
    height: auto;
    color: #fff;
    align-items: center;
    justify-content:center;
    background-color: black;
}

.card 
{
    width: 40%;
    height: auto;
    border-radius: 30px;
    background: #000;   
}

.contenu_me
{
    width: 100%;
    height: 100%;
    justify-content: start;
    display: flex;
    margin-top: 5%;
}

.Titre
{
    margin-top: 5%;
    width: 100%;
    text-align: center;
    font-size: 4rem;
    font-weight: 800;
}

.Photo
{
    margin: 15px;
    width: 40%;
    height: 100%;
    object-fit: cover;
}

.Photo img
{
    width: 100%;
}

.Textme
{
    margin: 15px;
    width: 40%;
    height: 100%;
}

.Moi
{
    margin-top: 15%;
    width: 90%;
    font-weight: 400;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: large;
    color: #fff;
}

.CV
{
    margin-top:10% ;
    width: 100%;
    height: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.CV a
{
    background-color: #000;
    padding: 20px;
    border: solid 2px rgba(255, 255, 255, 0.5);
    border-radius: 50px;
    text-decoration: none;
    color: #fff;
}

.CV a:hover
{
    border: solid 2px #fff;
}

/* //// Expérience //// */

.Experience
{
    position: relative;
    display: flex;
    width: 100%;
    height: auto;
    color: #fff;
    align-items: center;
    justify-content:center;
    font-family: serif;
}

.card2 
{
    width: 50%;
    border-radius: 30px;
    background: #000;  
    display: flex; /* Utilisation de flexbox pour aligner les div */
    flex-wrap: wrap; /* Les div vont passer à la ligne quand l'espace est insuffisant */
    align-items: center; 
}


.Titre_expe
{
    margin-top: 5%;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: start;
    font-family: sans-serif;
    
}

.sous_card {
    display: flex; /* Utilisation de flexbox pour aligner les div */
    flex-direction: column; /* Les div vont s'afficher en colonne */
    align-items: center; /* Alignement vertical des éléments au centre */
    width: 50%;
    margin-top: 5%;
}

.Img_Titre {
    display: flex; /* Utilisation de flexbox */
    align-items: center;
    width: 100%; /* Alignement vertical des éléments au centre */
    background-color: black;
    justify-content: center;
}

.deux_Titre
{
    width: auto;
    text-align: start;
    font-size: 1.3rem;
    font-family: serif;
    vertical-align: sub;
    margin-left: 15px;
}


.Lieux
{
    width: 100%;
    height: auto;
    margin-top: 2%;
    margin-bottom: 2%;
    display: flex;
    font-size: 13px;
    justify-content: center;
    font-family: sans-serif;
}


.Rouge
{
    color: #FF0000;
}

.Text
{
    width: 100%;
    height: 40%;
    display: flex;
    justify-content: start;
    font-family: sans-serif;
}

.Text_long
{
    width: 100%;
    height: 40%;
    justify-content: start;
    font-family: sans-serif;
    padding:5px;
}

.Text_long p 
{   
    padding: 7px;
}


.Text
{
    height: auto;
    text-align: start;
    font-size: 1.05rem;
    vertical-align: text-top;
    font-family: serif;
    margin-left: 5%;
}


/* //// Slider //// */

.Projet
{
    position: relative;
    display: flex;
    width: 100%;
    height: auto;
    color: #fff;
    align-items: center;
    justify-content:center;
    font-family: serif;
}

.Slider
{
    width: 50%;
    height: auto;
    text-align: center;
    border-radius: 30px; 
}

.slide-container
{
    width: 100%;
    height: auto;
    margin-top: 5%;
}

.custom-slider { display: none; }
.slide-container 
{
    position: relative;
    margin: auto;
    height: auto;
    margin-top: 5%;
}

.prev, .next 
{
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: red;
    font-size: 30px;
    background-color: rgba(0,0,0,0);
    transition: background-color 0.6s ease;
}

.prev{ left: 15px; }
.next { right: 15px; }
.prev:hover, .next:hover 
{
    background-color: rgba(0,0,0,0.5);
}

.slide-text 
{
    position: absolute;
    color: #000000;
    font-size: 35px;
    padding: 15px;
    font-weight: 800;
    bottom: 15px;
    margin-left: 4%; 
    width: 90%;
    height: auto;
    background-color: rgba(0, 0, 0, 0.2);
    text-align: center;
    display: flex;
    margin-bottom: 39%;
    justify-content: center;
}

.slide-index 
{
    color: #000000;
    font-size: 13px;
    padding: 15px;
    position: absolute;
    top: 0;
}

.slide-img
{
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.slide-dot{ text-align: center; }
.dot 
{
    cursor: pointer;
    height: 10px;
    width: 10px;
    margin: 0 2px;
    background-color: #999999;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active, .dot:hover { background-color: red;}
.fade 
{
    animation-name: fade;
    animation-duration: 0.5s;
}

@keyframes fade 
{
    from {opacity: 0}
    to {opacity: 1}
}

/* //// Footer //// */

.footer
{
    margin-top: 10%;
    background:#000;
    padding:30px 0px;
    font-family: 'Play', sans-serif;
    text-align:center;
}


    
.footer .row
{
    width:100%;
    margin:1% 0%;
    padding:0.6% 0%;
    color:gray;
    font-size:0.8em;
}
    
.footer .row a
{
    text-decoration:none;
    color:gray;
    transition:0.5s;
}
    
.footer .row a:hover
{
    color:#fff;
}
    
.footer .row ul
{
    width:100%;
}
    
.footer .row ul li
{
    display:inline-block;
    margin:0px 30px;
 }
    
.footer .row a i
{
    font-size:2em;
    margin:0% 1%;
}
  


@media screen and (max-width: 1900px) {

    .card, .card2 ,.Slider
    {
        width: 80%;
    }
    
    .CV a {
        padding: 10px;
        font-size: 15px;
    }

    .Moi {
        width: 90%;
        font-size: 15px;
    }

    .Photo img {
        width: 70%;
        margin-left: 25%;
    }
}


@media screen and (max-width: 1400px) {
    
    .card, .card2, .Slider
    {
        width: 70%;
    }

    .card2 
    {
        width: 90%;
    }
    
    .logo_img img
    {
        width: 25%;
        height: 10%;
    }
}

@media screen and (max-width: 1200px) {
    .Photo img
    {
        width: 80%;
        margin-left: 15%;
    }
    .card, .card2, .Slider 
    {
        width: 70%;
    }

    .Photo 
    {
        width: auto;
        height: auto;
    }

    .Textme 
    {
        width: 90%;
    }

    .deux_Titre 
    {
        font-size: 17px; 
    }

    .slide-text 
    {
        font-size: 25px; 
    }

    .Lieu 
    {
        font-size: 11px;
    }

    .Text 
    {
        font-size: 12px; 
    }
}

@media screen and (max-width:1050px){
    header {
        padding: 50px;
    }

    header ul {
        margin-top: 12%;
        position: fixed;
        left: -100%;
        top: 5.1%;
        text-decoration: none;
        flex-direction: column;
        width: 100%;
        text-align: center;
        transition: 0.25s;
    }

    header.activeHeader ul 
    {
        left: 0;
    }

    header.sticky
    {   
        padding: 5px 50px;
        background: #fff;
    }

    header.sticky ul  
    {
        margin-top: 4%;
        background-color: #000;
    }

    header.sticky ul li a
    {
        color: #fff;
    }
    
    header ul li a:hover
    {
    color: red;
    transition: 0.5s;
    }

    header ul li 
    {
        padding: 10px 0;
    }


    .hamburger 
    {
        display: block;
        color: #fff;
        font-size: 40px;
    }

    .hamburger:before 
    {
        content: "\2630";
    }

    .active .hamburger:before 
    {
        content: "\2715";
    }

    .card, .card2 
    {
        width: 90%;
    }

    .Photo 
    {
        width: 90%;
    }

    .Textme 
    {
        width: 90%;
    }

    .Moi 
    {
        width: 90%;
    }


    .slide-text 
    {
        font-size: 20px; 
    }

     .prev, .next 
    {
        width:40px;
        height: 40px;
        font-size: 20px;
    }


    .footer
    {
    text-align:left;
    padding:5%;
    }

    .footer .row ul li
    {
    display:block;
    margin:10px 0px;
    text-align:left;
    }

    .footer .row a i
    {
    margin:0% 3%;
    }

    .logo_img img
    {
        width: 25%;
        height: 10%;
    }
}

@media only screen and (max-width: 750px) {
    header ul {
        top: 7%;
    }

    .card, .card2, .Slider 
    {
        width: 90%;
    }

    .card2
    {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .sous_card
    {
        width: 90%;
        align-items: center;
        text-align: center;
    }

    .Titre
    {
        font-size: 3.1rem;
    }

    .deux_Titre
    {
        font-size: 100%;
    }

    .Img_Titre img 
    {
        width: 60px;
    }

    .Photo 
    {
        width: 90%;
    }

    .Textme 
    {
        width: 90%;
    }

    .CV
    {
        height: auto;
    }

    .CV a 
    {
        padding: 7px;
        font-size: 6px;
    }

    .Moi 
    {
        width: 90%;
        font-size: 6px;
    }

    .slide-text 
    {
        font-size: 15px; 
    }

    .prev, .next 
    {
        width:30px;
        height: 30px;
        font-size: 17px;
    }

}


@media only screen and (max-width: 400px) {

    header ul 
    {
        top: 7%;
    }

    .card, .card2, .Slider 
    {
        width: 90%;
    }

    .Titre
    {
        font-size: 2.5rem;
    }

    .deux_Titre
    {
        font-size: 90%;
    }

    .Lieu
    {
        font-size: 70%;
    }

    .Photo 
    {
        width: 90%;
    }

    .Textme 
    {
        width: 90%;
    }

    .CV 
    {
        height: auto;
    }

    .CV a 
    {
        padding: 7px;
        font-size: 6px;
    }

    .Moi 
    {
        width: 90%;
        font-size: 6px;
    }

    .slide-text 
    {
        font-size: 13px; 
    }

    
    .prev, .next 
    {
        width:30px;
        height: 30px;
        font-size: 14px;
    }
}

