@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Sofia+Sans+Extra+Condensed:wght@300;400;500;700;900&family=Roboto+Flex:wght@200;300;600;900&family=Alfa+Slab+One&display=swap");
@font-face {
  font-family: "charmelya";
  src: url("fonts/charmelya.woff2") format("woff2"), url("fonts/charmelya.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  padding-top: 65px;
  background: #dde1e7;
  overflow-x: hidden !important;
  font-size: 1.2rem;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-weight: normal;
  color: rgb(16, 94, 127);
}

.container {
  border-radius: 5px;
  background: #fff;
  max-width: 1280px;
  margin: auto;
  box-shadow: 3px 3px 7px rgba(70, 70, 70, 0.12);
}

[data-feed-main-container-id=taboola-below-other-thumbnails][data-feed-container-num] {
  width: calc(100% - 330px);
}

input[type=text], input[type=email] {
  border-radius: 3px;
  font-family: "Roboto Flex", sans-serif;
  padding: 0.5rem 1rem;
  border: 1px solid rgb(244, 144, 159);
}
@keyframes headDown {
  from {
    top: -900px;
  }
  to {
    top: 150px;
  }
}
@keyframes headUp {
  from {
    top: 150px;
  }
  to {
    top: -900px;
  }
}
@keyframes footerUp {
  from {
    top: 110vh;
  }
  to {
    top: 70vh;
  }
}
@keyframes footerDown {
  from {
    top: 70vh;
  }
  to {
    top: 110vh;
  }
}
/* Animation de la carte */
@keyframes appearTiltCard {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
    transform: perspective(5cm) rotateY(0deg);
  }
  100% {
    opacity: 1;
    transform: perspective(5cm) rotateY(5deg);
  }
}
/* Animation de l’ombre */
@keyframes appearTiltShadow {
  0% {
    opacity: 0;
    left: 0;
    transform: perspective(5cm) rotateY(0deg);
    height: calc(var(--w) + var(--w) / 1.7);
  }
  40% {
    opacity: 1;
    left: 0;
    transform: perspective(5cm) rotateY(0deg);
    height: calc(var(--w) + var(--w) / 1.7);
  }
  100% {
    opacity: 1;
    left: 1.5rem;
    height: calc(var(--w) + var(--w) / 40 + var(--w) / 1.7);
    transform: perspective(5cm) rotateY(-2deg);
  }
}
@keyframes pop {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}
:root {
  --before-opacity: 0;
  --after-opacity: 1;
}

#live-championships-container {
  position: relative;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  background: rgba(255, 255, 255, 0.8);
  /* Position du bouton de défilement droit */
  /* Position du bouton de défilement gauche */
}
#live-championships-container .scroll-button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  border: none;
  cursor: pointer;
  z-index: 90;
  background: rgba(255, 255, 255, 0.8); /* Pour rendre les boutons visibles */
  width: 50px;
  height: 100%;
}
#live-championships-container .scroll-button:hover {
  background: white;
}
#live-championships-container .scroll-button svg {
  width: auto;
  height: auto;
}
#live-championships-container #scroll-right {
  right: 0;
}
#live-championships-container #scroll-left {
  left: 0;
}

#favButton {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 2rem;
  color: rgb(220, 223, 229);
  margin-left: 2rem;
  text-shadow: -1px -1px 0 rgb(64, 75, 85), 1px -1px 0 rgb(64, 75, 85), -1px 1px 0 rgb(64, 75, 85), 1px 1px 0 rgb(64, 75, 85), 0px -1px 0 rgb(64, 75, 85), 0px 1px 0 rgb(64, 75, 85), -1px 0px 0 rgb(64, 75, 85), 1px 0px 0 rgb(64, 75, 85);
}

#live-championships {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none; /* Pour Firefox */
  -ms-overflow-style: none; /* Pour Internet Explorer et Edge */
  margin-bottom: 2rem;
  margin-left: 50px;
  /* Supprimer width: fit-content; pour permettre le débordement */
  /* width: 100%; */
}
#live-championships .home-games-wrapper {
  position: relative;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  margin: 10px;
  min-width: 180px;
  padding: 5px;
  background: white;
  border-radius: 0.5rem;
  border: 5px solid white;
  box-shadow: 0 0 10px rgba(64, 75, 85, 0.5) inset;
}
#live-championships .home-games-wrapper h3 {
  font-weight: 500;
}
#live-championships .home-games-wrapper h4 {
  font-weight: 300;
  font-size: 1rem;
}

#header-main {
  width: 100%;
  padding: 0;
  position: fixed;
  z-index: 100;
  top: 0;
  height: 65px;
  background: rgba(250, 250, 250, 0.85);
  box-shadow: 0 0 4px rgba(64, 75, 85, 0.5);
}
#header-main > a {
  width: 450px;
  display: block;
  padding: 5px;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-weight: 100;
  font-size: 3rem;
  text-decoration: none;
  color: rgb(64, 75, 85);
  position: relative;
}
#header-main > a strong {
  font-weight: 700;
  margin-right: 1.5rem;
}
#header-main > a span {
  font-family: "charmelya", script;
  font-size: 2.5rem;
  position: absolute;
  bottom: 0;
  left: 4.9rem;
  transform: rotate(-25deg);
}
#header-main > a.logo-it strong {
  margin-right: 2rem;
}
#header-main > a.logo-it span {
  left: 5.5rem;
}
#header-main > a.logo-en span {
  left: 5.5rem;
}
#header-main > a.logo-es strong {
  margin-right: 2rem;
}
#header-main > a.logo-es span {
  left: 7.5rem;
}

#autocomplete {
  --width:250px;
  position: fixed;
  top: 12px;
  padding: 0;
  overflow: hidden;
  width: var(--width);
  left: calc(50% - var(--width) / 2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 4px;
  border: 1px solid rgba(64, 75, 85, 0.3);
}
#autocomplete input {
  font-size: 1rem;
  padding: 7px;
  border-radius: 0 0 0 4px;
  border: none;
  width: 100%;
  margin: 0;
  height: 2.5rem;
}

#results {
  --width:280px;
  position: fixed;
  left: calc(50% - var(--width) / 2);
  top: 70px;
  width: var(--width);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  display: none;
  padding: 1rem;
  border-radius: 5px;
  border: 1px solid #eee;
  box-shadow: 0 0 3px black;
  background: rgba(55, 55, 55, 0.8);
}
#results a {
  display: block;
  color: white;
  background: rgb(244, 144, 159);
  border-radius: 4px;
  text-decoration: none;
  font-family: "Roboto Flex", sans-serif;
  padding: 0.5rem 1rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0.15rem 0;
  transition: 0.5s;
  box-shadow: 0 0 2px rgba(64, 75, 85, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.5);
}
#results a:hover {
  background: rgb(16, 94, 127);
}

nav#menu {
  z-index: 1000000;
  display: none;
  flex-direction: column;
  align-items: flex-end;
  position: fixed;
  top: 4rem;
  right: 0;
  padding: 0 10px;
}
nav#menu a {
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  text-transform: uppercase;
  box-sizing: border-box;
  color: rgb(64, 75, 85);
  background: #efefef;
  border-radius: 4px;
  text-decoration: none;
  text-align: center;
  padding: 0.5rem 2rem;
  margin: 0.25rem;
  font-size: 1.5rem;
  width: -moz-max-content;
  width: max-content;
  box-shadow: 0 0 3px black;
  border: 1px solid white;
}
nav#menu a.lien {
  display: block;
  opacity: 0;
  transform: translateX(110%);
  transition: transform 0.5s ease, opacity 0.5s ease;
}

#speak {
  position: fixed;
  top: 1rem;
  right: 6rem;
  z-index: 1005;
}
#speak::after {
  content: "▾"; /* Unicode pour un chevron vers le bas */
  position: absolute;
  right: 1px;
  top: 43%;
  transform: translateY(-50%);
  pointer-events: none; /* Évite que le chevron interfère avec les événements de la souris */
  font-size: 1.5rem;
  color: rgb(16, 94, 127);
}
#speak select {
  -webkit-appearance: none; /* Réinitialise l'apparence dans Safari et Chrome */
  -moz-appearance: none; /* Réinitialise l'apparence dans Firefox */
  appearance: none; /* Réinitialise l'apparence dans les navigateurs compatibles */
  background: none; /* Supprime l'arrière-plan par défaut */
  border: none; /* Supprime les bordures par défaut */
  padding: 0; /* Supprime le padding par défaut */
  color: inherit; /* Utilise la couleur d'héritage */
  cursor: pointer; /* Curseur en forme de pointeur */
  outline: none; /* Supprime le contour lors de la mise au point */
  font-size: 1.3rem;
  position: relative;
  min-width: 35px;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
}

#switch {
  position: fixed;
  right: 2rem;
  z-index: 10000000;
}

#down {
  position: fixed;
  top: -1.2rem;
  right: 1.6rem;
  font-size: 4em;
  padding: 0;
  color: rgb(16, 94, 127);
  cursor: pointer;
  -webkit-text-stroke: 2px white;
  text-shadow: 0 0 1px #111;
  background: transparent;
  display: block;
  margin-top: 20px;
  text-align: center;
}
#down span {
  transform: rotate(90deg);
  display: inline-block;
}
#down::after, #down::before {
  font-family: "Roboto Flex", sans-serif;
  font-weight: lighter;
  -webkit-text-stroke: 0 white;
  position: absolute;
  font-size: 0.75rem;
  color: #000;
  transition: opacity 0.3s 0.25s;
  text-align: center;
  text-transform: uppercase;
  left: 0;
}
#down::before {
  transform: rotate(-180deg);
  opacity: var(--before-opacity);
  margin-top: 8px;
}
#down::after {
  opacity: var(--after-opacity);
}
#down.white::after, #down.white::before {
  color: white;
}

@-moz-document url-prefix() {
  #down::after {
    left: 5px;
  }
}
.retour {
  --color:d.$blue;
  display: inline-block;
  font-size: 1.5rem;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: 100px;
  margin-left: -70px;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 100;
  color: rgb(16, 94, 127);
  margin-left: 0;
  text-decoration: none;
  font-weight: 500;
  padding-left: 2rem;
}
.retour:before {
  content: "‹";
  font-size: 2rem;
  margin-right: 0.5rem;
  font-weight: lighter;
}

.title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 95%;
  margin-left: auto;
  position: sticky;
  top: 70px;
  z-index: 80;
  background: #e3e3e3;
  border-radius: 3rem 0 0 3rem;
  padding-right: 2rem;
}
.title h1 {
  font-size: 2.5rem;
  font-weight: 400;
}
.title h1 span {
  font-weight: 100;
  padding-right: 5px;
  text-transform: capitalize;
  color: rgb(244, 144, 159);
}

.toggler-wrapper.stay-connected {
  display: block;
  width: 45px;
  height: 25px;
  cursor: pointer;
  position: relative;
}
.toggler-wrapper.stay-connected input[type=checkbox] {
  display: none;
}
.toggler-wrapper.stay-connected input[type=checkbox]:checked + .toggler-slider {
  background-color: #44cc66;
}
.toggler-wrapper.stay-connected input[type=checkbox]:checked + .toggler-slider .toggler-knob {
  left: calc(100% - 19px - 3px);
}
.toggler-wrapper.stay-connected input[type=checkbox]:checked + .toggler-slider:after {
  content: "Rester connecté";
  width: 200px;
}
.toggler-wrapper.stay-connected .toggler-slider {
  background-color: #ccc;
  position: absolute;
  border-radius: 100px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 300ms ease;
}
.toggler-wrapper.stay-connected .toggler-slider:after {
  position: absolute;
  top: 50%;
  left: calc(100% + 5px);
  transform: translateY(-50%);
  font-size: 75%;
  text-transform: uppercase;
  font-weight: 500;
  opacity: 0.7;
  width: 200px;
  content: "juste pour la session";
}
.toggler-wrapper.stay-connected .toggler-knob {
  position: absolute;
  transition: all 300ms ease;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  left: 3px;
  top: 3px;
  background-color: #fff;
}

#login > div {
  width: 290px;
  margin: 1rem;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 1rem;
  padding: 1rem;
  font-family: "Roboto Flex", sans-serif;
  position: relative;
}
#login > div input {
  width: 100%;
  margin: 0.5rem 0;
}
#login > div button {
  display: block;
  padding: 0.35rem 1rem;
  font-family: "Roboto Flex", sans-serif;
  font-size: 1.2rem;
  color: rgb(245, 250, 245);
  background: rgb(16, 94, 127);
  border: none;
  border-radius: 5px;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
  margin-top: 1rem;
}
#login > div button:hover {
  background-color: rgb(64, 75, 85);
}
#login #choice {
  position: absolute;
  border-radius: 1rem;
}
#login #choice a {
  display: block;
  text-decoration: none;
  background: rgb(244, 144, 159);
  color: rgb(245, 250, 245);
  padding: 0.35rem 1rem;
  border-radius: 5px;
  margin-bottom: 5px;
}

.cnx {
  --width: 200px;
  width: var(--width);
  padding: 0.35rem;
  background: rgb(64, 75, 85);
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-size: 1.4rem;
  display: block;
  color: white;
  text-decoration: none;
  position: fixed;
  z-index: 10000;
  bottom: 0;
  left: calc(50% - var(--width) / 2);
  text-align: center;
  text-transform: uppercase;
  font-weight: 100;
  border-radius: 5px 5px 0 0;
}
.cnx span {
  background: rgb(212, 33, 78);
  color: white;
  position: absolute;
  z-index: 10001;
  font-size: 1.2rem;
  width: 1.8rem;
  height: 1.8rem;
  line-height: 1.8rem;
  border-radius: 1rem;
  right: -0.5rem;
  top: -0.5rem;
  font-weight: bold;
}

#home {
  background: url("../images/home_bg.webp") no-repeat;
  background-size: cover;
  min-height: 100vh;
  padding-top: 65px;
}
#home main {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
#home main h1 {
  color: white;
  text-align: center;
  text-transform: uppercase;
  font-size: 8rem;
  font-weight: 500;
  line-height: 6rem;
  padding-bottom: 1rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.9);
}
#home main h1 small {
  font-size: 5rem;
  display: block;
  font-weight: 200;
}
#home main > p {
  font-size: 4rem;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-weight: 100;
  width: 100%;
  margin-bottom: 8rem;
}
#home main section {
  width: 200px;
  margin: 0 2rem;
  text-align: center;
  color: white;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8));
  padding: 0.5rem 5px 2rem 5px;
  border-radius: 1rem;
}
#home main section h2 {
  color: rgb(244, 144, 159);
  font-weight: bold;
  font-size: 2rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
#home main section p {
  font-family: "Roboto Flex", sans-serif;
  min-height: 120px;
}
#home main section a {
  padding: 0.5rem 1rem;
  border-radius: 3px;
  background: rgb(16, 94, 127);
  color: white;
  text-decoration: none;
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-size: 1.5rem;
  min-width: 80%;
  display: inline-block;
  letter-spacing: 1px;
}

#club-championships {
  position: relative;
  background: #efefef;
  max-width: 1200px;
  line-height: 65px;
  width: 80%;
  margin: 5rem auto 0;
  border-radius: 4px;
  box-shadow: 0 0 3px rgba(64, 75, 85, 0.5);
  font-family: "Roboto Flex", sans-serif;
}
#club-championships h1.club-title {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  z-index: 20;
  background: rgba(244, 144, 159, 0.4);
  color: rgb(64, 75, 85);
  font-family: "Sofia Sans Extra Condensed", sans-serif;
  font-weight: 100;
  font-size: 2rem;
  padding-left: 1rem;
  padding-bottom: 0;
  border-radius: 4px 4px 0 0;
  text-align: left;
}
#club-championships > img {
  width: 150px;
  position: absolute;
  z-index: 100;
  right: 0;
  top: -1.5rem;
  filter: drop-shadow(0 0 3px rgb(64, 75, 85));
}
#club-championships article {
  width: 100%;
  text-align: center;
}
#club-championships article img {
  max-width: 150px;
  margin: 1rem;
}

.back {
  display: inline-block !important;
  color: rgb(244, 144, 159) !important;
  text-decoration: none !important;
  margin-right: 1rem !important;
  background: transparent !important;
  padding: 0 !important;
}

@media screen and (max-width: 768px) {
  #header-main > a {
    font-size: 0;
  }
  #header-main > a::before {
    content: "R";
    position: absolute;
    font-size: 2rem;
    display: block;
    left: 2.2rem;
  }
  #header-main > a strong {
    font-weight: 700;
    margin-right: 1.5rem;
    width: 0.85rem;
    overflow-x: hidden;
    font-size: 2rem;
    display: inline-block;
  }
  #header-main > a span {
    font-size: 1.5rem;
    left: 1.2rem;
    letter-spacing: 0;
  }
  #header-main > a.logo-it span {
    font-size: 1.2rem;
    left: 1.1rem;
    overflow-x: visible;
    letter-spacing: 0;
  }
  #header-main > a.logo-en span {
    font-size: 2rem;
    left: 1.2rem;
    width: 2rem;
    overflow-x: visible;
    letter-spacing: 0;
  }
  #header-main > a.logo-es span {
    font-size: 1.2rem;
    left: 1.1rem;
    overflow-x: visible;
    letter-spacing: 0;
  }
  .cnx {
    border-radius: 5px;
    margin-bottom: 5px;
  }
  #autocomplete {
    --width: calc(100% - 13rem);
    left: 3.9rem;
    top: 8px;
  }
  #autocomplete input {
    font-size: 0.9rem;
    padding: 6px;
    height: 2.25rem;
  }
  #results {
    --width: calc(100% - 10rem);
    left: 2.5rem;
    top: 55px;
    padding: 0.75rem;
  }
  #results a {
    font-size: 1.2rem;
    padding: 0.4rem 0.75rem;
  }
  #live-championships-container .scroll-button {
    width: 30px;
  }
  #live-championships-container .scroll-button svg {
    width: 20px;
    height: 20px;
  }
  #live-championships {
    margin-left: 30px;
  }
  #live-championships .home-games-wrapper {
    min-width: 150px;
    margin: 5px;
    padding: 4px;
  }
  #live-championships .home-games-wrapper h3 {
    font-size: 1.2rem;
    overflow-x: hidden;
    width: 100%;
  }
  #live-championships .home-games-wrapper h4 {
    font-size: 0.85rem;
  }
  #home {
    padding-top: 65px;
  }
  #home main {
    padding: 1rem;
  }
  #home main h1 {
    font-size: 3rem;
    line-height: 3.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
  }
  #home main h1 small {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  #home main > p {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    padding: 0 1rem;
  }
  #home main section {
    width: calc(100% - 2rem);
    max-width: 300px;
    margin: 1rem auto;
    padding: 1rem;
  }
  #home main section h2 {
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
  }
  #home main section p {
    min-height: auto;
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  #home main section a {
    font-size: 1.2rem;
    padding: 0.75rem 1rem;
    width: 100%;
    min-width: auto;
  }
  #club-championships {
    width: 95%;
  }
  #club-championships > img {
    width: 100px;
    top: -2.5rem;
    right: -1rem;
  }
  #club-championships h1.club-title {
    font-size: 1.5rem;
  }
  #network {
    width: var(--width);
  }
}
#pied-de-page {
  background: rgb(34, 45, 55);
  color: white;
  padding: 3rem 2rem 1rem;
  margin-top: 4rem;
}
#pied-de-page .footer-container {
  max-width: 1280px;
  margin: 0 auto;
}
#pied-de-page .footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-bottom: 2rem;
}
#pied-de-page .footer-content .footer-section h3 {
  color: white;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 500;
}
#pied-de-page .footer-content .footer-section p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  font-size: 1.2rem;
}
#pied-de-page .footer-content .footer-section p a {
  color: rgb(244, 144, 159);
  text-decoration: none;
  transition: color 0.3s;
}
#pied-de-page .footer-content .footer-section p a:hover {
  color: white;
}
#pied-de-page .footer-content .footer-section ul {
  list-style: none;
}
#pied-de-page .footer-content .footer-section ul li {
  margin-bottom: 0.5rem;
}
#pied-de-page .footer-content .footer-section ul li a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.3s;
  font-size: 1.2rem;
}
#pied-de-page .footer-content .footer-section ul li a:hover {
  color: rgb(244, 144, 159);
}
#pied-de-page .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 1.5rem;
  text-align: center;
}
#pied-de-page .footer-bottom p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1rem;
  margin: 0;
}

@media screen and (max-width: 768px) {
  #pied-de-page {
    padding: 2rem 1rem 1rem;
  }
  #pied-de-page .footer-content {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  #pied-de-page .footer-content .footer-section h3 {
    font-size: 1.2rem;
  }
}
.legal-page {
  max-width: 900px;
  margin: 2rem auto;
  padding: 2rem;
  background: white;
  border-radius: 5px;
  box-shadow: 3px 3px 7px rgba(70, 70, 70, 0.12);
}
.legal-page h1 {
  font-size: 2rem;
  margin-bottom: 2rem;
  color: rgb(16, 94, 127);
  text-align: center;
}
.legal-page .legal-content section {
  margin-bottom: 2.5rem;
}
.legal-page .legal-content section h2 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: rgb(64, 75, 85);
  border-bottom: 2px solid rgb(244, 144, 159);
  padding-bottom: 0.5rem;
}
.legal-page .legal-content section h3 {
  font-size: 1.2rem;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  color: rgb(16, 94, 127);
}
.legal-page .legal-content section p {
  line-height: 1.8;
  margin-bottom: 1rem;
  color: rgb(64, 75, 85);
  font-size: 1.2rem;
}
.legal-page .legal-content section p a {
  color: rgb(16, 94, 127);
  text-decoration: none;
}
.legal-page .legal-content section p a:hover {
  color: rgb(244, 144, 159);
  text-decoration: underline;
}
.legal-page .legal-content section p strong {
  color: rgb(64, 75, 85);
  font-weight: 600;
}
.legal-page .legal-content section ul {
  margin-left: 2rem;
  margin-bottom: 1rem;
}
.legal-page .legal-content section ul li {
  line-height: 1.8;
  margin-bottom: 0.5rem;
  color: rgb(64, 75, 85);
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .legal-page {
    margin: 1rem;
    padding: 1.5rem;
  }
  .legal-page h1 {
    font-size: 2rem;
  }
  .legal-page .legal-content section h2 {
    font-size: 1.5rem;
  }
  .legal-page .legal-content section h3 {
    font-size: 1.2rem;
  }
  .legal-page .legal-content section p, .legal-page .legal-content section ul li {
    font-size: 1rem;
  }
}/*# sourceMappingURL=common.css.map */