
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');


* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    font-style: normal;
}

#shadow-host-companion{
	display:flex;
	display:none;
}

body {
    background: #0084FA;
    background: radial-gradient(circle, #0084FA 37%, #ffffff 100% ); 
    color: #333;
    overflow-x: hidden;
}


header {
    background: #ffffff;
    position: fixed;
    width: 100%;
    top: 0px;
    box-shadow: 7px 7px 15px #013e99, -7px -7px 15px #013e99
}


nav ul {
    list-style: none;
    display: flex;
    justify-content: space-around;
}
nav ul li {
    margin: 0 1%;
}
nav ul li a {
    text-decoration: none;
    color: #0084FA;
    font-weight: bold;
    background-color: #FFFFFF;
    margin-top: 3%;
    padding: 1% 2%;
    font-size: 20px;
    border-radius: 3%;
    
}
nav ul li img {
    box-shadow: #6a8ec5;
}
nav ul li a:hover {
    background: #ffffff;
    color: #e74a34;
}


.NavLink {
    margin-top: 1%;
}


.logo {
    height: 5vw;
    width: 25vw;
    margin-right: 2vw;
    background-image: url('Assets/laplateforme-blue.png');
    background-size: 100%;
    min-height: 40px;
    min-width: 204px;
}
.logo:hover {
    height: 5vw;
    width: 25vw;
    background-size: 100%;
    background-image: url('Assets/laplateforme-red.png');
}


p {
    font-family: "Quicksand", sans-serif;
    font-style: normal;
    margin: 15px;
}


main {
    display: flex;
    padding-top: 15px;
    flex-direction: column;
    align-items: center;
    text-align: center;
}


section {
    background: #ffffff;
    margin: 20px 0;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 7px 7px 15px #013e99, -7px -7px 15px #013e99;
    max-width: 950px;
    margin-top: 5%;
    width: 100%;
}


h1, h2 {
    color: #ffffff;
        font-family: "Poppins", sans-serif;
        font-weight: 700;
        font-style: normal;
    font-size: 45px;
    text-shadow: 2px 4px 10px #003688, -2px -4px 10px #003b94 ;
}


footer {
    background: #313131;
    height: 220px;
    width: 100%;
    text-align: center;
    margin-top: 5%;
    color: white;
    box-shadow: 7px 7px 15px #013e99, -7px -7px 15px #013e99
}
footer a {
    color: #e74a34;
}
#EtoilesFooter{
    text-wrap: nowrap;
}


#SheinImage{
    height: 75vh;
    width: 45%;
}
#SheinTexte{
    width: 50vw;
    height: 100%;
}


@media (max-width: 768px) {
    nav ul {
        flex-direction: column;
    }
    nav ul li {
        margin: 10px 0;
    }
    
    
    header{
        position: relative;
    }


    #SheinTexte{
        width: 100%;
    }
    #SheinImage{
        height: 50vh;
        width: 70vw;
    }
    #sheindiv{
        flex-direction: column;
        width: 100%;
        align-items: center;
    }
}
