* {
    padding: 0%;
    margin: 0%;
}
body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background-color: #f4f4f9;
    touch-action: pan-y;
}
a {
    color: #fff;
    text-decoration: none;
}
/*** Partie 1 ***/
#ico {
    position: absolute;
    left: 101%;
    color: red;
    z-index: 100;
}
.part1 {
    position: relative;
    height: 100vh;
    width: 100%;
    background-image: url(../Images/cloud.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.tete {
    display: flex;
    justify-content: center;
    gap: 0%;
    width: 100%;
    background-color: #35495e;
}
#title {
    position: absolute;
    left: 1%;
    color: #fff;
}
#ul1 {
    display: flex ;
    gap : 15%;
    list-style: none;
}
.tete ul{
    width: 200%;
    padding: 0.5rem 0;
    display: flex;
    gap: 1rem;
}
.Hc {
    display: flex;
    justify-content: center;
}
#HC {
    width: 30%;
    text-align: center;
    color: #fff;
    margin-top: 5%;
    font-size: 60pt;
    border: 1px solid white;
    backdrop-filter: blur(25px);
    border-radius: 10px;
}
.intro {
    display: flex;
    justify-content: center;
}
#intro {
    width: 80%;
    text-align: center;
    color: #fff;
    margin-top: 5%;
    font-size: 25pt;
    border: 1px solid white;
    backdrop-filter: blur(25px);
    border-radius: 10px;
}





















/*** Partie 2 ***/

.part2 {
    height: auto;
    width: 100%;
    background-color: #ffffff;
}
#title2 {
    text-align: center;
    font-size: 60pt;
}
.prod {
    margin-top: 5%;
    display: flex;
    justify-content: center;
    gap: 15%;
}
.prod img {
    width: 500px;
    height: 500px;
}
#p1 {
    text-align: center;
}
.sprod1 button{
    width: 30%;
    height: 5vh;
    border-radius: 25px;
    outline: none;
}
.sprod1 button:hover{
    margin-top: -3px;
}
.sprod1 a {
    display: flex;
    justify-content: center;
    margin-top: 5%;
}
#conclu {
    text-align: center;
}
/*** video ***/
#video {
    text-align: center;
    font-size: 30pt;
}
.video {
    margin-top: 5%;
    display: flex;
    justify-content: center;
    gap: 20%;
}
.video2 {
    display: none;
}
#resources {
    display: flex;
    justify-content: center;
}
#resources a {
    color: black;
}
#resources a:hover {
    color: rgb(255, 0, 0);
}
#rs {
    text-align: center;
}
#sec2 a {
    text-decoration: none;
    color: #35495e;
}
#sec2 a:hover {
    color: rgb(255, 0, 0);
}
#info {
    text-align: center;
}
.htmlcont {
    display: flex;
    justify-content: center;
    gap: 3%;
}
.htmlcont img {
    width: 500px;
    height: 500px;
}

























/*** Partie 3 ***/

.part3 {
    height: 50vh;
    width: 100%;
    background-color: rgb(207, 22, 99);
}
footer {
    background: #35495e;
    color: #fff;
    padding: 2rem 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}
footer .footer-section {
    margin: 1rem;
    text-align: center;
    flex: 1 1 200px;
}
footer .footer-section h3 {
    margin-bottom: 1rem;
}
footer .footer-section ul {
    list-style: none;
    padding: 0;
}
footer .footer-section ul li {
    margin: 0.5rem 0;
}
footer .footer-section ul li a {
    color: #fff;
    text-decoration: none;
}
footer .footer-section ul li a:hover {
    text-decoration: underline;
}
footer .social-icons {
    display: flex;
    gap: 1rem;
    justify-content: center;
}
footer .social-icons a {
    color: #fff;
    font-size: 1.5rem;
}
footer .social-icons a:hover {
    color: #ddd;
}






























































































header {
    background: #35495e;
    color: #fff;
    padding: 1rem 0;
    text-align: center;
}
.container {
    padding: 2rem;
}
.section {
    margin-bottom: 2rem;
}

footer {
    background: #35495e;
    color: #fff;
    text-align: center;
    padding: 1rem 0;
    margin-top: 2rem;
}
.code {
    background: #e8e8e8;
    padding: 0.5rem;
    border-left: 4px solid #35495e;
    margin: 1rem 0;
    display: block;
    white-space: pre-wrap;
    font-family: monospace;
}
.subsection {
    margin-left: 1.5rem;
    margin-top: 1rem;
}






@media (max-width: 1124px) {
    footer {
        flex-direction: column;
        text-align: center;
    }
    /*** video ***/
#video {
    text-align: center;
    font-size: 30pt;
}
.video {
    margin-left: 20%;
    margin-top: 5%;
    display: block;
    row-gap: 10%;
}
#HC {
    width: 40%;
    text-align: center;
    color: #fff;
    margin-top: 5%;
    font-size: 30pt;
    border: 1px solid white;
    backdrop-filter: blur(25px);
    border-radius: 10px;
}
.intro {
    display: flex;
    justify-content: center;
}
#intro {
    width: 80%;
    text-align: center;
    color: #fff;
    margin-top: 5%;
    font-size: 15pt;
    border: 1px solid white;
    backdrop-filter: blur(25px);
    border-radius: 10px;
}
}



@media (max-width: 768px) {
    body {
        font-size: 16px;
    }
    nav {
        gap: 0.5rem;
    }
    .container {
        padding: 1rem;
    }
    .prod img {
        width: 300px;
        height: 300px;
    }
    .prod {
        display: inline-block;
        justify-content: center;
        margin-left: 10%;
    }
    .sprod1{
        margin-top: 3%;
    }
    /*** Partie 1 ***/
.tete {
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: #35495e;
}
#title {
    position: absolute;
    left: 1%;
    color: #fff;
}
#ul1 {
    display: flex ;
    justify-content: flex-start;
    gap : 5%;
    left: -2%;
    list-style: none;
}
.tete ul{
    margin-top: 13%;
    font-size: 10pt;
}
.Hc {
    display: flex;
    justify-content: center;
}
#HC {
    width: 30%;
    text-align: center;
    color: #fff;
    margin-top: 5%;
    font-size: 10pt;
    border: 1px solid white;
    backdrop-filter: blur(25px);
    border-radius: 10px;
}
.intro {
    display: flex;
    justify-content: center;
}
#intro {
    width: 80%;
    text-align: center;
    color: #fff;
    background-color: #000000;
    margin-top: 5%;
    font-size: 15pt;
    border: 1px solid white;
    backdrop-filter: blur(25px);
    border-radius: 10px;
}
/*** partie 2***/

.htmlcont {
    display: inline-block;
    margin-left: 10%;
}
.htmlcont img {
    width: 300px;
    height: 200px;
}


}
@media (max-width: 480px) {
    nav {
        flex-direction: column;
        align-items: center;
    }
    /*** video ***/

    .video {
        display: none;
    }
    .video2 {
        margin-left: 10%;
        margin-top: 5%;
        display: block;
        row-gap: 10%;
    }



/*** Partie 1 ***/
.tete {
    display: flex;
    justify-content: center;
    width: 100%;
    background-color: #35495e;
}
#title {
    position: absolute;
    left: 1%;
    color: #fff;
}
#ul1 {
    display: flex ;
    justify-content: flex-start;
    gap : 5%;
    list-style: none;
}
.tete ul{
    margin-top: 13%;
    font-size: 10pt;
}
.Hc {
    display: flex;
    justify-content: center;
}
#HC {
    width: 30%;
    text-align: center;
    color: #fff;
    margin-top: 5%;
    font-size: 10pt;
    border: 1px solid white;
    backdrop-filter: blur(25px);
    border-radius: 10px;
}
.intro {
    display: flex;
    justify-content: center;
}
#intro {
    width: 80%;
    text-align: center;
    color: #fff;
    margin-top: 5%;
    font-size: 15pt;
    border: 1px solid white;
    backdrop-filter: blur(25px);
    border-radius: 10px;
}

}


