/*
Theme Name: Red Star Limoges Elementor
Theme URI: https://redstarlimoges.fr/
Author: Red Star Limoges
Description: Thème léger et responsive pour Red Star Limoges, compatible avec Elementor et Elementor Pro.
Version: 1.0.1
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: redstar-elementor
*/

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("static/assets/fonts/montserrat-variable.woff2") format("woff2");
}

:root {
  --redstar-blue: #082854;
  --redstar-red: #f2313d;
  --redstar-ink: #0a1830;
  --redstar-paper: #f6f8fc;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--redstar-ink);
  background: #fff;
  font-family: "Montserrat", Arial, sans-serif;
}

a {
  color: inherit;
}

.redstar-generic-header,
.redstar-generic-footer {
  padding: 24px max(24px, calc((100% - 1180px) / 2));
  color: #fff;
  background: var(--redstar-blue);
}

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

.redstar-generic-header a {
  text-decoration: none;
}

.redstar-generic-header img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
}

.redstar-generic-menu ul {
  display: flex;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.redstar-page-content {
  width: min(1180px, calc(100% - 40px));
  min-height: 60vh;
  margin: 0 auto;
  padding: 80px 0;
}

.redstar-page-content img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 700px) {
  .redstar-generic-menu {
    display: none;
  }
}
