/*Proprietes logo la plateforme/Properties of La Plateforme's Logo*/

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@500&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

* {
    margin: 0;
    padding: 0%;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-variation-settings: "slnt" 0;
}

/*Arriere plan/Background*/

body {
    min-height: 100vh;
    background: #313131;
    background-size: cover;
    background-position: center;
}

/* Navbar */

#logoplateforme {
    width: 20vw;
    height: 3.31vw;
    border: 0px;
    background-color: none;
    margin-left: 6.35%;
    margin-top: 1%;
    object-fit: auto;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    padding: 0.5% 0.45%;
    background: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
}

.navbar {
    margin-right: 50px;
    display: flex;
}

/* Boutons */
.navbar a {
    position: relative;
    font-size: 0.8vw;
    color: white;
    font-weight: 500;
    text-decoration: none;
    margin-left: 40px;
    background: #0084FA;
    border-radius: 10px;
    padding: 0.5vw;
}

.navbar a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 3vw;
    background: #ffffff6b;
    border-radius: 0.5vw;
}

.navbar a:hover::before {
    width: 100%;
}

/* Icone Hamburger*/
.menu-icon {
    display: none;
    font-size: 30px;
    cursor: pointer;
    margin-right: 20px;
    transition: transform 0.3s ease;
}

.menu-toggle {
    display: none;
}

.menu-toggle:checked + .menu-icon {
    transform: rotate(90deg);
}

.menu-toggle:checked + .menu-icon::before {
    content: "✕";
}

/* Responsive*/
@media (max-width: 768px), screen and (orientation: portrait) {
    .navbar {
        flex-direction: column;
        align-items: flex-start;
        display: none;
        width: 100%;
        margin: 0;
        padding: 10px;
    }

    .navbar a {
        margin: 10px 0;
        width: 100%;
        text-align: center;
        position: relative;
        font-size: 4vw;
        color: white;
        font-weight: 500;
        text-decoration: none;
        background: #0084FA;
        padding: 0.5vw;
    }

    .navbar a::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 10.5vw;
        background: #ffffff6b;
        border-radius: 0.5vw;
    }

    .menu-icon {
        display: block;
    }

    .menu-toggle:checked + .menu-icon + .navbar {
        display: flex;
    }
}

/*Bande Bleue*/

.bluebox {
    position: top;
    top: 4.5vw;
    left: 0;
    width: auto;
    height: 5vw;
    padding: 0.5% 0.45%;
    background: #0084FA;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 4.5vw;
    z-index: 99;
}
#Center{
    display: flex;
    flex-direction: column;
    align-items: center;
}
#IAfakenews {
    font-family: "Michroma", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: white;
    font-size: 2vw;
    padding-left: 1.7vw;
    filter: drop-shadow(0 3px 0.5mm rgba(0, 0, 0, 0.25));
}

/*Image Principale*/
#robothand {
    margin-top: 2.5vw;
    width: 70%;
    height: 37vw;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#robothand:hover {
    filter: drop-shadow(0 0 0.75rem #0084FA);
    transition: 1s;
}

#textunderimage {
    margin-top: 1.5vw;
    font-family: "Inter", sans-serif;
    font-weight: 300;
    font-style: italic;
    color: white;
    font-size: 1.2vw;
    padding-left: 3vw;
    text-align: center;
    margin-left: 15vw;
    text-align-last: left;
    word-spacing: 0.15vw;
    line-height: 1.3vw;
}

/*Bande Bleue 2*/
.bluebox2 {
    margin-top: 2.5vw;
    position: center;
    width: auto;
    height: 6.5vw;
    padding: 0.5% 0.45%;
    background: #0084FA;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 98;
}

#notthemaintitle {
    font-family: "Michroma", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: white;
    font-size: 2vw;
    padding-left: 3vw;
    text-align-last: left;
    display: block;
    line-height: 1.15;
    filter: drop-shadow(0 3px 0.5mm rgba(0, 0, 0, 0.25));
}

#italictext {
    margin-top: 5vw;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-style: italic;
    color: white;
    font-size: 1.5vw;
    text-align: center;
    text-align-last: left;
    word-spacing: 0.3vw;
}

#text1 {
    margin-top: 5vw;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: white;
    font-size: 1.5vw;
    text-align: center;
    text-align-last: left;
    word-spacing: 0.3vw;
}

#text2 {
    margin-top: 3vw;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: white;
    font-size: 1.5vw;
    text-align: center;
    text-align-last: left;
    word-spacing: 0.3vw;
}

#imageIA_box {
    margin-top: 3vw;
    display: block;
    align-items: center;
    justify-content: space-around;
    padding-left: 3vw;
}

#femmeia {
    margin-left: 20vw;
}

#undertext {
    margin-top: 1.5vw;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-style: italic;
    color: white;
    font-size: 1.2vw;
    text-align: center;
    text-align-last: left;
    word-spacing: 0.3vw;
    margin-bottom: 7vw;
    }

/*Footer Info*/
div.footer{
    background-color: #0084FA;
    font-size: 0.5em;
    height: 100%;
    margin:0%;
    width: 100%;

}
/* Container for flexboxes */
.section {
    width: 30%;
    float: left;
    background-color: #0084FA;
    margin:0%;
  }
  
  
  .article {
    float:right;
    background-color: #f1f1f1;
    color: black;
    width: 70%;
    margin:0%;
    height: 158.88px;
  }
  .column {
    float: left;
    padding: 20px;
  }  
  .row:after {
    content: "";
    display: table;
    clear: both;
  }

li {
    font-size: 0.7vw;
    margin-left: 0.5vw;
}

h1 {
    font-size: 1vw;
    margin-left: 0.5vw;
}

.textedefooter {
    font-size: 1vw;
    margin-left: 0.5vw;
    font-weight: 400;
}

a:link
{
    color:#FFFFFF;
}

a:visited
{
    color:#FFFFFF;
}

a:hover 
{
    color:#FFFFFF;
}
