body {
    background-image: url(img/shooting-star-2024127.svg);
    background-size: cover;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    width: 99%;
}

nav {
    position: fixed;
    width: 100%;
    background: linear-gradient(45deg, #093857, rgb(48, 1, 110));
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    margin: -8px;
    padding-left: 20px;
    border-bottom: solid 10px rgb(17, 1, 37);
}

nav > h1 > a {
    color: white;
}


nav > ul {
    display: flex;
    margin-right: 20px;
    width: 500px;
    flex-direction: row-reverse;
}

nav > ul > li {
    flex-grow: 0;
    height: 70px;
    display: flex;
    align-items: center;
    width: 50%;
}



nav > ul > li > p {
    margin-left: auto;
    margin-right: auto;
}

nav > ul > li > p > a {
    color: white;
    text-decoration:none;
}

nav > ul > li > a:visited {
    color: white;
}

nav > ul > li:hover {
    background-color: #d5e7f7;
}
nav > ul > li> a:active  {
    color: #0070ad;
}

nav > ul > li .sous {
    display: none;
    position: absolute;
    justify-content: space-between;
    padding-left: 0px;
    border-top: solid 2px #280D69;
    top: 70px;
    background-color: #280D69;
}

nav > ul > li:hover .sous {
    display: flex;
    width: 250px;
    flex-direction: column;
    align-items: center;
}

.sous li {
    display: flex;
    list-style-type: none;
    text-align: center;
    width: 80%;
    height: 60px;
    align-items: center;
    padding-left: 10%;
    padding-right: 10%;
}

.sous > li > a {
    color: white;
    text-decoration:none;
    width: 100%;
    
}

.sous > li > a:visited {
    color: white;
}

.sous > li:hover {
    background-color: #36128a;
    
}
.sous > li> a:active  {
    color: #0070ad;
}

nav #sec {
    color: white;
    background-color: #36128a;
}
/*-----------------Main-----------------*/

body>img {
    border:  #36128a solid 10px;    
    border-radius: 12px;
    margin-top: 80px;
    margin-bottom: 10px;
    object-fit: cover;
    height: 300px;
    width: 98.75%;
}

#entete {
    display: flex;
    justify-content: space-between;
    background-color: #1d0a49;
    border:  #36128a solid 5px;
    border-radius: 12px;
    padding-left: 50px;
    padding-right: 50px;
}

#entete > article > h3 {
    color: white;
}

#entete > article > ul > li {
    color: white;
}

#entete > section {
    color: white;
    width: 20%;
    padding-bottom: 15px;
    align-items: end;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#entete > section > ul {
    list-style-type: none;
    display: flex;
    justify-content: space-between;
}

#entete > section > ul > li {
    margin-left: 50px;
    width: 80px;
}

#entete > section > ul > li > img {
    width: 40px;
    height: 40px;
}

#entete > section a{
    text-decoration: none;
    color: #5b14ff;
}

main {

    color: white;
    display: flex;
    flex-direction: column;
    margin-left: -2%;
}



main > div {
    display: flex;
    align-items: center;
    gap: 5%;
    margin-bottom: 1%;
}

main > #divSection {
    justify-content: space-evenly;
}

main > #divSection2 {
   margin-left: 50%; 
   width: 100%;
}

main > div > article {
    padding-top: 100px;
    margin-left: 250px;
    margin-bottom: 120px;
    width: 35%;
}

main > div > #imgRK {
    width: 21%;
}


main > div >article p {
    margin-left: 50px;
    text-align: justify;
}

main > div >article > img {
    margin-left: 48%;
    margin-bottom: 100px;
    width: 35%;
}


main > div >section {
    margin-bottom: 120px;
    width: 35%;
    padding-top: 100px;
}


main > div >section p {
    margin-left: 50px;
    text-align: justify;
}


main > div > img {
    width: 35%;
    object-fit: cover;
}

main > div > section > p > img{
    width: 250px;
    margin-left: 35%;
}

h1 > a {
    text-decoration: none;
    color: #15001b;
}
/*-----------------footer-----------------*/

footer{
    background-color: rgb(34, 34, 34);
    height: 100px;
    margin: -8px;
    color: #b8b8b8;    
    padding-top: 25px;
}
footer>a>img{
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin-left: 80px;
}