@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: url(../Images/Veil.jpg);
    background-size: 100% 100%;
    background-color: mid;
    padding: 40px;
}
header h1{
    font-family: 'Cormorant Garamond', sans-serif;
    font-size: 50px;
    padding-bottom: 30px;
    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;
    border-top: 5px solid rgba(128, 0, 128, 0.566);
    display: flex;
    flex-direction: column;
    align-items: center;
    background: url(../Images/cuire6.gif);
}
.main .contenu{
    margin: auto;
}
.main .contenu .carte{
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    margin-top: 40px;
}
.main .contenu .carte .droite img{
    height: 300px;
    width: 400px;
}
.main .contenu .carte .gauche{
    flex: 0 0 30%;
    padding: 20px;
    background: url(../Images/cuire7.gif);
    color: rgb(77, 4, 77);
    height: 260px;
}
.main .contenu .carte .droite{
    flex: 0 0 30%;
}
footer{
    border-top: 5px solid rgba(128, 0, 128, 0.566);
    background: url(../Images/granite6.gif);
    padding: 30px 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{
        text-align: center;
        font-size: 30px;
    }
    header h4{
        margin-top: 10px;
        text-align: center;
        font-size: 16px;
    }
    .main{
        width: 100%;
        margin: auto;
    }
    .main .contenu .carte{
        display: flex;
        flex-direction: column;
        height: 10%;
    }
    .main .contenu .carte .gauche{
        text-align: center;
    }
    .main .contenu .carte .droite img{
        width: 100%;
        margin: 0px;
        height: 70%;
    }
    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:335px){
    body{
        min-width: 230px;
    }
    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 h1{
        font-size: 20px;
    }
    header h4{
        font-size: 12px;
    }
    .main .contenu .carte{
        font-size: 12px;
    }
    #contact a{
        padding: 0px;
    }
    footer .infos .info ul{
        padding: 0px;
    }
    footer .infos{
        text-align: center;
    }
    #copyright{
        text-align: center;
        padding-left: 0;
    }
}