@import url('https://fonts.googleapis.com/css2?family=Cinzel&family=Cormorant+Garamond&display=swap');

body{
    margin: 0;
    padding: 0;
    font-family: 'Cinzel', sans-serif;
}
nav{
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 5px solid rgba(128, 0, 128, 0.473);
    padding-bottom: 20px;
    background: url(../Images/granite6.gif);
    padding-top: 20px;
}
nav .onglets a{
    color: purple;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    margin-right: 10px;
    border-bottom: 3px solid purple;
}
nav .onglets{
    margin-left: 50px;
}
nav img{
    width: 200px;
    border-radius: 1px;
    box-shadow: 0px 0px 0px 4px rgba(179, 12, 123, 0.3);       
}
header{
    color: lightgoldenrodyellow;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url(../Images/Veil.jpg);
    background-size: 100% 100%;
    padding: 40px;
    border-bottom: 5px solid rgba(128, 0, 128, 0.566);
}
header h1{
    font-family: 'Cormorant Garamond', sans-serif;
    font-size: 50px;
    margin-top: 0px;
}
header h4{
    margin-top: -20px;
    font-size: 20px;
    border-bottom: 4px solid rgba(251, 255, 40, 0.527);
    margin-bottom: 0px;
}
main{
    margin-top: 0;
}
.signes{
    display: grid;
    grid-template-columns: repeat(4, 0.1fr);
    justify-content: center;
    padding: 50px;
    background: url(../Images/cieletoile.jpg);
}
.signes .menus{
    display: flex;
    flex-direction: column;
    width: 150px;
}
.signes .menus .menu{
    display: flex;
    justify-content: center;
    border:1px solid rgba(121, 36, 201, 0.662);
}
main .signes .menus .menu .mgauche h4, main .signes .menus .menu .mgauche p, main .signes .menus .menu .mgauche a{
    text-align: center;
    font-size: 10px;
    text-decoration: none;
}
.signes .menus .menu ul{
    padding: 0px;
}
.signes .menus .menu p, .signes .menus .menu a{
    margin-top: -5px;
}
.signes .menus .menu h4{
    margin-bottom: -0.5px;
}
.signes .menus .menu .mdroite li{
    list-style-type: none;
}
.signes .menus .menu .mdroite li a{
    font-size: 12px;
}
.signes .menus .menu .mdroite{
    display: flex;
    padding-top: 10px;
}
.signes .menus .menu .mgauche{
    display: flex;
    padding-left: auto;
}
.signes .menus .menu .mgauche img{
    height: 50px;
    width: 50px;
}
#menuseau{
    background: lightblue;
}
#menusair{
    background: aliceblue;
}
#menusfeu{
    background: rgb(238, 239, 157);
}
#menusterre{
    background: rgb(196, 241, 197);
}
#horoscopes{
    background: url(../Images/cieletoile.jpg);
    display: block;
    margin: auto;
    height: 100vh;
    overflow-y: scroll;
}
.predictions{
    width: 80%;
    color: lightgoldenrodyellow;
    background: rgba(2, 2, 50, 0.817);
    padding: 30px 50px;
    margin-bottom: 50px;
    text-align: justify;
    border: 10px solid rgba(2, 2, 30, 0.352);
    margin: auto;
}
.predictions h1{
    font-size: 40px;
    padding-bottom: 20px;
    text-align: center;
}
.predictions p{
    font-family: 'Cormorant Garamond', sans-serif;
    font-size: 20px;
}
footer{
    border-top: 5px solid rgba(128, 0, 128, 0.566);
    background: url(../Images/granite6.gif);
    padding: 40px 50px;
}
footer h3{
    color: purple;
    font-weight: bold;
}
footer #contact a, .info a{
    color: rgb(121, 36, 201);
}
#contact a{
    padding-left: 40px;
}
footer .infos{
    display: flex;
    margin-left: 10%;
}
footer .infos .info{
    flex: 0 0 45%;
    padding: 10px;
}
#contact{
    flex: 0 0 45%;
    padding: 10px;
}
footer .infos .info li{
    list-style-type: none;
}
footer .infos .info h3{
    border-bottom: 3px solid rgba(128, 0, 128, 0.473);
    width: 90%;
    padding-bottom: 5px;
}
#contact h3{
    border-bottom: 3px solid rgba(128, 0, 128, 0.473);
    width: 90%;
    padding-bottom: 5px;
}
@media (max-width: 900px){
    nav{
        display: flex;
    }
    nav img{
        margin-left: 20px;
    }
    nav .onglets{
        margin-left: 20px;
        margin-top: 5px;
        margin-bottom: 10px;
    }
    nav .onglets a{
        font-size: 13px;
    }
    header h1{
        font-size: 20px;
        text-align: center;
    }
    header h4{
        margin-top: 10px;
        font-size: 10px;
        text-align: center;
    }
    .main{
        width: 100%;
        margin: auto;
    }
    footer{
        display: flex;
        flex-direction: column;
        padding: 0px;
        align-content: center;
    }
    footer .infos{
        display: block;
        padding: 0px;
        margin: auto;
        width: 80%;
    }
    footer .infos .info{
        flex: 0 0 90%;
        padding: 0px;
        font-size: 10px;
    }
    #contact{
        flex: 0 0 90%;
        padding: 0px;
        font-size: 10px;
    }
    #contact h3{
        margin: auto;
        width: 80%;
        font-size: small;
        margin-bottom: 10px;
        padding-top: 5px;
    }
    #contact a{
        padding-left: 10%;
    }
    footer .infos .info h3{
        width: 80%;
        font-size: small;
        margin: auto;
        margin-top: 5px;
    }
    footer .infos .info li{
        padding-top: 10px;
    }
    footer .infos .info ul{
        padding-inline-start: 0px;
        margin-block: 0px;
        margin: auto;
        width: 80%;
    }
    #copyright{
        font-size: x-small;
        padding-left: 20px;
        padding-bottom: 10px;
        padding-top: 15px;
        margin: 0px;
    }
}
@media (max-width:710px){
    *, ::before, ::after{
        box-sizing: border-box;
    }
    main{
        display: inline-flex;
        align-items: flex-start;
        background: url(../Images/cieletoile.jpg);
    }
    .signes{
        padding: 30px;
        padding-right: 0px;
        display: flex;
        flex-direction: column;
    }
    .signes .menus{
        display: flex;
        border:1px solid rgba(121, 36, 201, 0.662);
        width: auto;
        height: 300px;
        margin: 0px;
        padding: 0px;
    }
    .signes .menus .menu{
        display: flex;
        flex-direction: row;
        text-align: center;
        margin-right: 0;
        border:1px solid rgba(121, 36, 201, 0.662);
        height: 100px;
        width: auto;
    }  
    main .signes .menus .menu .mgauche h4, main .signes .menus .menu .mgauche p, main .signes .menus .menu .mgauche a{
        text-align: center;
        font-size: 10px;
        text-decoration: none;
        margin: 0px;
    }
    .signes .menus .menu p, .signes .menus .menu a{
        margin-top: 0px;
    }
    .signes .menus .menu h4{
        margin-bottom: 0px;
    }
    main .signes .menus .menu .mdroite li{
        list-style-type: none;
        text-align: center;
        margin: 0px;
    }
    main .signes .menus .menu .mdroite li a{
        font-size: 10px;
    }
    main .signes .menus .menu .mdroite{
        display: flex;
        padding-top: 0px;
        height: 100px;
        text-align: center;
    }
    main .signes .menus .menu .mgauche{
        display: flex;
        height: 100px;
        text-align: center;
    }
    #menusterre{
        height: auto;
    }
    .predictions h1{
        font-size: 20px;
    }
    .predictions h2{
        font-size: 18px;
    }
    .predictions h3{
        font-size: 16px;
    }
    .predictions p{
        font-size: 14px;
    }
}
@media (max-width:550px){
    body{
        background-image: url(../Images/cieletoile.jpg);
        min-width: 320px;
    }
    nav{
        flex-direction: column;
    }
    nav .onglets{
        text-align: center;
        font-size: 10px;
        padding-top: 5px;
        line-height: 2;
        margin-left: 0px;
    }
    nav img{
        width: 70%;
        height: 70%;
        margin: 0px;
    }
    header{
        height: 100%;
    }
    .signes{
        padding: 0px;
    }
    .predictions{
        padding: 0px;
    }
    .predictions h1{
        font-size: 16px;
    }
    .predictions h2{
        font-size: 14px;
        text-align: center;
    }
    .predictions h3{
        font-size: 12px;
    }
    .predictions p{
        font-size: 10px;
    }
    #contact a{
        padding: 0px;
    }
    footer .infos .info ul{
        padding: 0px;
    }
    footer .infos{
        text-align: center;
    }
    #copyright{
        text-align: center;
        padding-left: 0;
    }
}