@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@700&family=Comic+Neue:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Comic+Relief:wght@400;700&display=swap');

/* Haut de page / barre de navigation */
header{
    display:flex;
    align-items:center;
    padding:12px;
    background-color: rgb(255, 255, 255);
}
.logo{
    margin-left: 7%;
}
.logo img{
    height: 100px;
    scale: 2;
    margin-top: 20px;
    
}
.navigation{
    margin-left:auto;
    display:flex;
    margin-right: 200px;
}
.navigation nav ul{
    list-style:none;
    margin:0;
    padding:0;
    display:flex;
    gap: 5rem;
    align-items:center
}
/* responsive pour grand ecran (test)*/
@media (min-width: 1900px) {
  .navigation nav ul {
    gap: 10rem;
  }
}

.navigation nav a{
    font-family: "Comic Relief", system-ui;
    font-weight: 700;
    font-size: 110%;
    display:block;
    padding:6px 8px;
    color:#000;
    text-decoration:none
}
.navigation nav a:hover{
    background:#eee
}


/* Pied de page */
.footer-rej {
    background-color: #e2c69e;
    height: 70vh;
}
.bandeF{
    background-color: #e2c69e;
    height: 5vh;
}
.titre-S h1 {
    text-align: center;
    background-color: white;
    height: 6vh;
    font-size: 300%;
    font-family: "Caveat", cursive;
    font-weight: 900;
}
.facebook{
    text-align: center;
    padding-top: 2%;
    font-family: "Caveat", cursive;
    font-weight: 900;
}
.facebook img{
    height: 60px;
}
.contactez-nous{
    height: 35vh;
    width: 40vw;
    background-color: #c69c6c;
    margin:  1% 30%;
    font-size: 300%;
    font-family: "Caveat", cursive;
}
.contactez-nous img{
    position: relative;
    height: 80%;
    left: 25%;
}
.contactez-nous h2{
    width: 25vw;
    height: 10vh;
    padding: 1vh;
    color: white;
}
 
.btn-franchise{
    border: none;
    margin-left: 65%;
    background-color: #f5e8c8;
    color: #000;
}
 
.btn-contact{
    border: none;
    margin-left: 65%;
    background-color: #d4b896;
    color: #000;
 
}
 
.buttons-wrapper{
    margin-top: -35vh;
    display: flex;
    flex-direction: column;
    gap: 40px;
    flex-shrink: 0;
}
 
.btn {
    padding: 40px 40px;
    border: none;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
    text-decoration: none;
    display: block;
    text-align: center;
    white-space: nowrap;
    width: 200px;
}
 
.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
 
.facebook img:hover{
    scale: 1.2;
}

.footer-links {
    display: flex;
    margin-top: 5vw;
    margin-bottom: 5vw;
}

.footer-links img {
    margin-left: 10vh;
    height: 250px;


}
.footer-links table {
    margin-left: 10vw;
    height: 20vh;

}
.footer-links th {
    padding: 0px 5vh;
    scale: 1.3;
    text-align: left;
    font-family: "Comic Relief", system-ui;

}
