@charset "UTF-8";
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

SCSS CODE BASE -- DATE : 14/06/2022 -- AUTHOR : OLIVER MICHAS -- © PATRIVIA

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\
╔═╗╦  ╔═╗╔╗ ╔═╗╦
║ ╦║  ║ ║╠╩╗╠═╣║
╚═╝╩═╝╚═╝╚═╝╩ ╩╩═╝
////////////////////////////*/
/* > variables et constantes globales*/
/* > thème back-office propriétaires*/
/*------------------------------
GLOBAL : NORMALIZE
~ rendu consistant sur navigateurs
--------------------------------*/
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  position: relative;
}

html, body {
  height: 100%;
  min-width: 100%;
  max-width: 100vw;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  line-height: 1.5;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

ul, p {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

#root, #__next {
  isolation: isolate;
}

/* > rendu consistant sur navigateurs*/
/* > classes utilitaires*/
/*----------------------------
GLOBAL : TYPE
~ polices et typographie
------------------------------*/
/* FONTS */
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  font-display: optional;
  src: url("../assets/fonts/raleway/raleway.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* TYPE */
html {
  font-family: system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

/* STYLES */
.f-u--u {
  text-transform: uppercase;
}

.f-u--c {
  text-align: center;
}

.f-u--l {
  text-align: left;
}

.f-u--r {
  text-align: right;
}

.f-u--i {
  font-style: italic;
}

.f-u--b {
  font-weight: 900 !important;
}

.f-u--o {
  max-width: 39em;
}

.f-u--sans {
  font-family: system-ui, sans-serif !important;
}

.f-u--serif {
  font-family: serif !important;
}

.f-u--s, .f-ux, .f-ux--label, .f-ux--input {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1em !important;
}

.f-u--n {
  filter: invert(1);
}
.f-u--n::selection {
  color: black;
  background: #23ffff;
}

.f-h {
  font-family: serif;
  font-kerning: normal;
  hyphens: auto;
}
.f-h strong {
  border-bottom: 5px solid #DC0000;
}

.f-sh {
  hyphens: auto;
  font-weight: 600;
}
.f-sh strong {
  color: #DC0000;
}

.f-c {
  hyphens: auto;
  font-family: system-ui, sans-serif;
  max-width: 42em;
}

.f-ux, .f-ux--label, .f-ux--input {
  font-weight: 700;
  font-family: system-ui, sans-serif;
  font-kerning: none;
}

/* > polices et typographie*/
/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\
╔═╗╔═╗╔╦╗╔═╗╔═╗╔╗╔╔═╗╔╗╔╔╦╗╔═╗
║  ║ ║║║║╠═╝║ ║║║║║╣ ║║║ ║ ╚═╗
╚═╝╚═╝╩ ╩╩  ╚═╝╝╚╝╚═╝╝╚╝ ╩ ╚═╝
////////////////////////////*/
/*----------------------------
COMPONENTS : BOUTONS
~ Tout type de bouton Patrivia
------------------------------*/
.c-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #DC0000;
  color: #FFFFFF;
  border: 0;
  font-size: clamp(0.875rem, 0.589rem + 0.446vw, 1.125rem);
  text-decoration: none;
}

.c-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.6em;
  background-color: #DC0000;
  color: #FFFFFF;
  transition: all 0.2s ease-in;
  border: 0;
  font-size: clamp(0.875rem, 0.589rem + 0.446vw, 1.125rem);
  text-decoration: none;
}
.c-btn:hover {
  cursor: pointer;
}
.c-btn:focus, .c-btn:focus-visible {
  -webkit-tap-highlight-color: transparent;
  outline: #a90000 1px solid;
}
.c-btn.c-btn--secondary {
  background-color: #EBC05C;
}

/* > boutons*/
/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\
╔═╗╦═╗╔═╗╔═╗╔╗╔╦╔═╗╔╦╗╔═╗
║ ║╠╦╝║ ╦╠═╣║║║║╚═╗║║║╚═╗
╚═╝╩╚═╚═╝╩ ╩╝╚╝╩╚═╝╩ ╩╚═╝
////////////////////////////*/
/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\
╦  ╔═╗╦ ╦╔═╗╦ ╦╔╦╗╔═╗
║  ╠═╣╚╦╝║ ║║ ║ ║ ╚═╗
╩═╝╩ ╩ ╩ ╚═╝╚═╝ ╩ ╚═╝
////////////////////////////*/
/*----------------------------
LAYOUTS : FLEX
~ Rangées et colonnes
------------------------------*/
.fx {
  display: flex;
}
.fx.fx--col {
  flex-direction: column;
}
.fx.fx--row {
  flex-direction: row;
}
.fx.fx--w {
  flex-wrap: wrap;
}
.fx.fx-hc {
  justify-content: center;
}
.fx.fx-hs {
  justify-content: flex-start;
}
.fx.fx-he {
  justify-content: flex-end;
}
.fx.fx-sb {
  justify-content: space-between;
}
.fx.fx-vc {
  align-items: center;
}
.fx.fx-vs {
  align-items: flex-start;
}
.fx.fx-ve {
  align-items: flex-end;
}
.fx.fx-50_50 div {
  width: 50%;
}
.fx.fx-25_75 div:first-child {
  width: 25%;
}
.fx.fx-25_75 div:last-child {
  width: 75%;
}
.fx.fx-75_25 div:first-child {
  width: 75%;
}
.fx.fx-75_25 div:last-child {
  width: 25%;
}
.fx.fx-40_60 div:first-child {
  width: 40%;
}
.fx.fx-40_60 div:last-child {
  width: 60%;
}
.fx.fx-60_40 div:first-child {
  width: 60%;
}
.fx.fx-60_40 div:last-child {
  width: 40%;
}
.fx.fx-3col > div {
  width: calc(100% / 3);
}
.fx.fx-4col > div {
  width: calc(100% / 4);
}
.fx.fx-5col > div {
  width: calc(100% / 5);
}

/* > Rangées et colonnes*/
/*\\\\\\\\\\\\\\\\\\\\\\\\\\\\
╔╦╗╔═╗╔╦╗╔═╗╦  ╔═╗╔╦╗╔═╗╔═╗
 ║ ║╣ ║║║╠═╝║  ╠═╣ ║ ║╣ ╚═╗
 ╩ ╚═╝╩ ╩╩  ╩═╝╩ ╩ ╩ ╚═╝╚═╝
////////////////////////////*/

/*# sourceMappingURL=style.css.map */
