header{
    background-color: #3B3B3B;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10PX;
   
}

body{
    margin: 0%;
    color: white;
}

body h2 {
    margin: 0;
}

header a{
    text-decoration: none;
    color: white;
}


header input{
    border-radius: 200px;
    padding: 3px;
}

main {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #475751;
}

.jsp {
    display: flex;
    align-items: center;
    flex-direction: row;
    font-family: Arial, Helvetica, sans-serif;
    gap: 10px;
    margin: 20px;
}

.card {
    background-color: #3B3B3B;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.card1, .card2 {
    background-color: #3B3B3B;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 20px;
    padding: 20px;
    gap: 10px;
}

.maincard img {
    height: 450px;
}

.haedercard {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 900px;
}

.package {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.footercard {
    gap: 900px;
}

.footercard div {
    gap: 20px;
}

.footercard, .footercard div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.cercle {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    background-color: #475751;
    border-radius: 50%;
    color: black;
    position: fixed;
    bottom: 20px;
    right: 20px;
    border: 1px solid black;
}

.prefooter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #475751;
}

.contact , .telechargement {
    margin: 20px;
}

.contact p, .telechargement p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
}

footer {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    padding: 20px;
    background-color: #3b3b3b;
}

footer p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
}