@font-face {
    font-family:avantgarde;
    src: url(../fonts/AvantGarde\ CE\ Regular.ttf);
}
@font-face {
    font-family:comfortaa;
    src: url(../fonts/Comfortaa-Regular.ttf);

}
@font-face {
    font-family:comfortaaB;
    src: url(../fonts/Comfortaa-Bold.ttf);
}

@font-face {
    font-family:comfortaaL;
    src: url(../fonts/Comfortaa-Light.ttf);
}

body {
  margin: 0;
  min-height: 100vh;
}




.header {
    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 20px 40px;
    background-color: white;
}

footer {
  margin-top: 80px; /* espace avant le footer */
} 

.footer {
  background-color: black;
  height: 120px;
  display: flex;
  align-items: center;
  padding-left: 40px;
}

.socials {
  display: flex;
  gap: 40px;
}

.socials img {
  width: 30px;
  height: auto;
  filter: invert(1); /* rend les icônes blanches */
  transition: opacity 0.3s;
}

.icon {
  width: 50px;
  height: 50px;
  background-image: url("../images/rslogo.png");
  background-repeat: no-repeat;
  background-size: 150px 50px; /* 3 icônes x 50px */
}

.fb { background-position: 0 0; }
.tw { background-position: -50px 0; }
.ig { background-position: -100px 0; }

.icon:hover {
  opacity: 0.6;
} 

.logo {
    font-family: comfortaaB;
    font-size: 22pt;
    color: black;
}

.menu a {
    margin-left: 30px;
    text-decoration: none;
    font-family: comfortaa;
    font-size: 12pt;
    color: black;
}


.menu a:hover {
    text-decoration: underline;
}

.hero {
  height: 60vh;
  background-image: url("../images/coworkingbanner.png");
  background-size: cover;
  background-position: center;
}

.titre-section {
  margin: 60px 40px;
  font-size: 28pt;
  font-family: comfortaaB;
}

.espace {
  display: flex;
  align-items: center;
  margin: 60px 40px;
  gap: 40px;
  font-family:comfortaa;
}

.espace img {
  width: 45%;
  border-radius: 4px;
}

.espace-texte {
  width: 50%;
}

.espace-texte h2 {
  font-size: 18pt;
}

.btn {
  display: inline-block;
  padding: 14px 30px;
  background-color: black;
  color: white;
  text-decoration: none;
  font-family: comfortaaB;
  font-size: 14pt;
  border-radius: 4px;
  transition: background-color 0.3s;
}

.btn:hover {
  background-color: #333;
  color: white;
}

.btn:visited {
  color: white;
}

.btn:active {
  color: white;
}

.btn {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 24px;
  background: black;
  color: white;
  text-decoration: none;
  font-family: comfortaaB;
}



.hero-content {
    position: absolute;
    top: 40px;
    left: 40px;

    color: white;
    font-family: comfortaaB;
}


.container {
    width: 100%;
}





.banniere {
   height: 25%;
   width: 100%;
    font-family: comfortaaB;
   color: white;
    background-color: white;
    box-shadow : 1px 1px;

}






.creneau {

    font-family: comfortaaB;
    font-size: 28pt;
}


