* {
    margin: 0;
    padding: 0;
}
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
video.fond {
    margin-top: -140px;
    left: 0;
    right: 0;
    bottom: 0;
    min-width: 98vw;
    min-height: 100vh;
    z-index: -1;
    transition: opacity 0.5s ease;
}
.logoaccueil {
    margin-top: 30px;
    margin-left: 30px;
    width: 85px;
    position: fixed;
    transition: opacity 0.5s;
    transform: rotate(0deg);
    transition: 1s;
}
.logoaccueil:hover {
    transform: scale(1.2) rotate(60deg);
    transition: 1s;
    cursor: pointer;
}
.logoajust {
    display: flex;
    justify-content: space-between;
}
.presentation {
    color: white;
    width: 100%;
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 30px;
    z-index: 2;
    margin-top: -900px;
}
.rubixcube {
    margin-top: 30px;
    margin-right: 30px;
    width: 110px;
    z-index: 1;
}
.rubixcube:hover {
    cursor: pointer;
    transform: scale(1.2);
    transition: 1s;
}
.image-button {
    border: none;
    background-color: transparent;
}
.textback {
    font-size:50px;
    color:#fff;
}
.invisible{
    display:none
}
.visible{
    display:block;
    }
.backdrop {
    position: absolute;
    top: 0;bottom: 0; left: 0;right: 0;
    width:100%;
    height:100%;
    background-image: url(favicon/portfolio.png);
    background-repeat: no-repeat;
    background-size: 1700px;
    background-position: center;
    background-color: rgb(0,0,0,1);
    cursor: pointer;
    animation: fade 0.1s;
    z-index: 1;
    display:block;
}
.image-menu {
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    z-index:2;
}
.menu-style {
    list-style: none; 
    padding: 0;
    margin-top: 150px;
    z-index: 2;
}
.menu-style li {
    margin-left: 100px;
    margin-top: 30px;
    animation: fade 0.3s;
}
.menu-style li a {
    text-decoration: none;
    font-size: 80px;
    text-transform: uppercase;
    font-family: arial;
    font-weight: bold;
    color: white;    
}
.menu-style li a:hover {
    color: grey;
    transition: 0.3s;
}
@keyframes print {
    from {
        margin-top: -50px; opacity: 0;
    }
    to {
        margin-top: 0; opacity: 1;
    }
}
@keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


.photo-container1{
    margin-top: 50px;
}
.perso{
    margin-top: 500px;
}
.persotitre{
    font-size: 40px;
}
.monapropos{
    font-size: 20px;
    margin-top: 40px;
    margin-right: 20%;
    margin-left: 20%;
}
.photo-container1{
    background-color: grey;
    margin-left: 30%;
    margin-right: 30%;
    border-radius: 100px;
    border: 2px solid #000000;
    display: flex;
    justify-content: center;
}
.photobginsta{
    display: flex;
    align-items: center;
    justify-content: center;    
}


::-webkit-scrollbar-thumb {
    border-radius: 10px;
}
::-webkit-scrollbar {
    width: 16px;
}
::-webkit-scrollbar-thumb {
    background-color: black;
    border-radius: 10px;
    border: 2px solid #f0f0f0;
}
.textpresentation2{
    color: #000000;
}
.presentation2 {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 30px;
    z-index: 2;
}
.text-container1{
    margin-top: 100px;
    margin-left: 10%;
    margin-right: 10%;
    display: flex;
    justify-content: center;
}
.option{
    background-color: lightgray;
    border-radius: 100px;
    border: 2px solid #000000;
    margin-left: 5%;
    margin-right: 5%;
}
.formationcontainer{
    background-color: lightgray;
    border-radius: 100px;
    border: 2px solid #000000;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 200px;
}
.optioncase{
    width: 300px; 
    height: 200px; 
    background-color: lightgray; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    font-size: 20px; 
    color: black; 
    border-radius: 10px; 
    border: 1px solid black;
}
.optioncase:hover {
    background-color: grey;
    transition-duration: 0.5s;
}
.button:hover{
    opacity: 70%;
}
.button1:hover{
    opacity: 70%;
}
.titrebtsoption1 {
    font-size: 50px;
}
.titrebtsslamsisr{
    font-size: 50px;
}
.textbtsslamsisr{
    text-align: center; 
    font-size: 20px; 
    font-weight: normal;
}
.btstitreformation {
    font-size: 50px; 
    margin-top: 100px;
}
.textglobalbts{
    font-size: 20px; 
    color: #0d1b2a; 
    font-weight: normal;
}
.titretextglobalbts{
    font-size: 30px; 
    color: black; 
    font-weight: bold;
}
.caseoption{
    display: flex; 
    justify-content: space-between; 
    margin-top: 100px; 
    margin-left: 30%; 
    margin-right: 30%;
}
.caseoption2{
    display: flex; 
    justify-content: center; 
    margin-top: 100px; 
    margin-left: 30%; 
    margin-right: 30%;
}
.logoscorprojet {
    width: 300px;
}
.scorphotoajust{
    width: 400px;
}
.scorphotoajust2{
    width: 400px;
}











.carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 50px;
    position: relative;
}

.carousel-wrapper {
    overflow: hidden;
    width: 300px;
}

.carousel-content {
    display: flex;
    transition: transform 0.5s ease;
    will-change: transform;
}



.arrow {
    background-color: grey;
    color: white;
    border: none;
    font-size: 24px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.arrow-left {
    left: 0;
}

.arrow-right {
    right: 0;
}

.optioncase2 {
    background-color: lightgray;
    font-size: 20px;
    color: black;
    border-radius: 100px;
    border: 1px solid black;
    box-sizing: border-box;
    margin-left: 5%;
    margin-right: 5%;
}

.progress-container {
    width: 80%;  
    background-color: #f1f1f1;
    border-radius: 5px;
    height: 30px;
    overflow: hidden;
    text-align: left;
    border: 1px solid black;
}

.progress-bar {
    width: 70%;
    height: 100%;
    background-color: #e0aaff;
}

.progress-container1 {
    width: 80%;  
    background-color: #f1f1f1;
    border-radius: 5px;
    height: 30px;
    overflow: hidden;
    text-align: left;
    border: 1px solid black;
}

.progress-bar1 {
    width: 40%;
    height: 100%;
    background-color: #e0aaff;
}

.progress-container2 {
    width: 80%;  
    background-color: #f1f1f1;
    border-radius: 5px;
    height: 30px;
    overflow: hidden;
    text-align: left;
    border: 1px solid black;
}

.progress-bar2 {
    width: 70%;
    height: 100%;
    background-color: #e35053;
}

.progress-container3 {
    width: 80%;  
    background-color: #f1f1f1;
    border-radius: 5px;
    height: 30px;
    overflow: hidden;
    text-align: left;
    border: 1px solid black;
}

.progress-bar3 {
    width: 50%;
    height: 100%;
    background-color: #e35053;
}

.progress-container4 {
    width: 80%;  
    background-color: #f1f1f1;
    border-radius: 5px;
    height: 30px;
    overflow: hidden;
    text-align: left;
    border: 1px solid black;
}

.progress-bar4 {
    width: 60%;
    height: 100%;
    background-color: #e35053;
}

.progress-container5 {
    width: 80%;  
    background-color: #f1f1f1;
    border-radius: 5px;
    height: 30px;
    overflow: hidden;
    text-align: left;
    border: 1px solid black;
}

.progress-bar5 {
    width: 95%;
    height: 100%;
    background-color: #90e0ef;
}

.progress-container6 {
    width: 80%;  
    background-color: #f1f1f1;
    border-radius: 5px;
    height: 30px;
    overflow: hidden;
    text-align: left;
    border: 1px solid black;
}

.progress-bar6 {
    width: 70%;
    height: 100%;
    background-color: #90e0ef;
}

.progress-container7 {
    width: 80%;  
    background-color: #f1f1f1;
    border-radius: 5px;
    height: 30px;
    overflow: hidden;
    text-align: left;
    border: 1px solid black;
}

.progress-bar7 {
    width: 40%;
    height: 100%;
    background-color: #90e0ef;
}

.progress-container8 {
    width: 80%;  
    background-color: #f1f1f1;
    border-radius: 5px;
    height: 30px;
    overflow: hidden;
    text-align: left;
    border: 1px solid black;
}

.progress-bar8 {
    width: 90%;
    height: 100%;
    background-color: #90e0ef;
}

.progress-container9 {
    width: 80%;  
    background-color: #f1f1f1;
    border-radius: 5px;
    height: 30px;
    overflow: hidden;
    text-align: left;
    border: 1px solid black;
}

.progress-bar9 {
    width: 90%;
    height: 100%;
    background-color: #90e0ef;
}

.progress-container10 {
    width: 80%;  
    background-color: #f1f1f1;
    border-radius: 5px;
    height: 30px;
    overflow: hidden;
    text-align: left;
    border: 1px solid black;
}

.progress-bar10 {
    width: 90%;
    height: 100%;
    background-color: #6ede8a;
}

.imageppeens{
    filter: brightness(0.9) blur(2px);
}
.texteppeens{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 20px;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    background-color: black;
    border: 1px solid white;
    text-align: center;
    pointer-events: none;
    width: 120px;
    border-radius: 5px;
}
.texteppeens1{
    color: black;
    font-size: 20px;
    font-weight: bold;
    background-color: white;
    border: 1px solid black;
    text-align: center;
    pointer-events: none;
    width: 200px;
    height: 35px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-form {
    max-width: 500px;
    margin: auto;
    padding: 20px;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    margin-top: 100px;
    border: 1px solid lightgray;
}

.contact-form h2 {
    text-align: center;
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 15px;
}

label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    transition: border-color 0.3s ease;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,

textarea:focus {
    border-color: #5cb85c;
    outline: none;
}

textarea {
    resize: none;
}
.boutonformulaire{
    width: 100%;
    padding: 12px;
    background-color: white;
    border: none;
    border-radius: 4px;
    color: black;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border: 1px solid #ccc;
}
.boutonformulaire:hover{
    background-color: grey;
    border: 1px solid black;
}
.carteveillecontainer{
    display: flex;
    justify-content: center;
    margin-left: 20%;
    margin-right: 20%;
}
.carteveillecontainer1{
    display: flex;
    justify-content: center;
    margin-left: 20%;
    margin-right: 20%;
}
.carteveille{
    margin-top: 100px;
    width: 45%; 
    height: 70%;
    background-color: lightgray; 
    border-radius: 10px; 
    border: 1px solid black;
    box-shadow: 0 2px 10px rgba(0, 0, 0,1);
}
.carteveille1{
    margin-top: 100px;
    width: 45%;
    height: 70%;
    background-color: lightgray; 
    border-radius: 10px; 
    border: 1px solid black;
    box-shadow: 0 2px 10px rgba(0, 0, 0,1);
}
.button {
    width: 120px;
    height: 40px;
    background-color: black;
    color: white;
    font-weight: bold;
    border: 1px solid grey;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
    position: relative;
    margin-top: -150px;
}
.button1 {
    width: 150px;
    height: 40px;
    background-color: white;
    color: #14191d;
    font-weight: bold;
    border: 1px solid grey;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
    position: relative;
    margin-top: 100px;
}
.button2 {
    width: 180px;
    height: 40px;
    background-color: black;
    color: white;
    font-weight: bold;
    border: 1px solid grey;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
    position: relative;
    margin-top: -150px;
}
.footerracc {
    position: absolute; 
    margin-left: 10%; 
    display: flex; 
    align-items: center; 
    margin-top: -120px;
}
.titreprinc {
    font-size: 50px; 
    font-weight: bold;
}
.metierprinc {
    font-weight: normal; 
    font-size: 35px;
}
.gif-container {
    width: 500px;
    height: 500px;
    background-size: cover;
    background-position: center;
}









@media (max-width: 768px) {
    .logoaccueil {
        width: 55px;
    }
    .rubixcube {
        width: 70px;
    }
    .button  {
        width: 120px;
        height: 40px;
        background-color: black;
        color: white;
        font-weight: bold;
        border: 1px solid grey;
        border-radius: 5px;
        cursor: pointer;
        transition: background-color 0.3s;
        position: relative;
        margin-top: -50px;
    }
    .button1 {
        width: 150px;
        height: 40px;
        background-color: white;
        color: #14191d;
        font-weight: bold;
        border: 1px solid grey;
        border-radius: 5px;
        cursor: pointer;
        transition: background-color 0.3s;
        position: relative;
        margin-top: 100px;
    }
    .photo-container1 {
        background-color: grey;
        margin-left: 15%;
        margin-right: 15%;
        border-radius: 100px;
        border: 2px solid #000000;
        display: flex;
        justify-content: center;
    }
    .footerracc {
        width: 100%;
        margin-left: 0%; 
        margin-top: 150px;
        display: flex;
        justify-content: center;
        background-color: #14191d;
    }
    .persotitre{
        font-size: 30px;
    }
    .monapropos{
        font-size: 14px;
    }
    .titreprinc {
        font-size: 40px; 
    }
    .metierprinc {
        font-size: 25px;
    }
    video.fond {
        margin-top: -140px;
        left: 0;
        right: 0;
        bottom: 0;
        min-width: 98vw;
        min-height: 100vh;
        z-index: -1;
        transition: opacity 0.5s ease;
    }
    .menu-style li a {
        font-size: 35px;
    }
    .menu-style li {
        margin-top: 20px;
    }
    .backdrop {
        background-size: 700px;

    }
    .presentation2 {
        font-size: 20px;
    }
    .titrebtsoption1 {
        font-size: 30px;
    }
    .titrebtsslamsisr{
        font-size: 30px;
    }
    .textbtsslamsisr{ 
        font-size: 13px; 
    }
    .btstitreformation {
        font-size: 30px; 
        margin-top: 120px;
    }
    .textglobalbts{
        font-size: 15px; 
        color: #0d1b2a; 
        font-weight: normal;
    }
    .titretextglobalbts{
        font-size: 20px; 
        color: black; 
        font-weight: bold;
    }
    .optioncase{
        max-width: 200px; 
        height: 200px; 
        background-color: lightgray; 
        display: flex; 
        justify-content: center; 
        align-items: center; 
        font-size: 20px; 
        color: black; 
        border-radius: 10px;
        border: 1px solid black;
    }
    .caseoption{
        display: flex; 
        justify-content: space-between; 
        margin-top: 100px; 
        margin-left: 10%; 
        margin-right: 10%;
    }
    .caseoption2{
        display: flex; 
        justify-content: center; 
        margin-top: 100px; 
        margin-left: 10%; 
        margin-right: 10%;
    }
    .titreprojet{
        font-size: 30px;
    }
    .carteveillecontainer{
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-left: 20%;
        margin-right: 20%;
    }
    .carteveillecontainer1{
        display: flex;
        justify-content: center;
    }
    .carteveille{
        margin-top: 100px;
        width: 90%; 
        height: 70%;
    }
    .carteveille1{
        margin-top: 100px;
        margin-right: 10%;
        width: 100%; 
        height: 70%;
    }
    .logoscorprojet {
        width: 200px;
    }
    .scorphotoajust{
        width: 250px;
    }
    .scorphotoajust2{
        width: 250px;
    }
}