* {
  box-sizing: border-box !important;
}

html {
  -webkit-font-smoothing: antialiased;
  font-size: 62.5%;
  overflow-y: scroll;
}

html:focus-within {
  scroll-behavior: smooth;
}

body,
html,
p {
  margin: 0;
  padding: 0;
}

body,
html {
  overflow-x: hidden;
}

html {
  min-height: 100%;
  font-size: 62.5%;
}

body {
  font-family: Poppins, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Helvetica', 'Arial', sans-serif;
  font-display: swap;
  scroll-behavior: smooth;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.7rem;
  line-height: 1.75;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  background: #fff;
  color: #403f4c;
}

:root {
  --white: #fff;
  --fa: #fafafa;
  --f9: #f9f9f9;
  --cream: #e0dab6;
  --yellow: #ffd147;
  --gold: #ffbf35;
  --blue: #277ba3;
  --dark-blue: #1e4d76;
  --grey: #403f4c;

}

.white {
  color: var(--white) !important;
}

.bkg-white {
  background: var(--white) !important;
}

.bkg-fa {
  background: var(--fa) !important;
}

.cream {
  color: var(--cream) !important;
}

.bkg-cream {
  background: var(--cream) !important;
}

.beige {
  color: var(--beige) !important;
}

.yellow {
  color: var(--yellow) !important;
}

.gold {
  color: var(--yellow) !important;
}

.bkg-gold {
  background: #f3b42c !important;
}

.blue {
  color: var(--blue) !important;
}

.bkg-blue {
  background: var(--blue) !important;
}

.grey {
  color: var(--grey) !important;
}

.bkg-grey {
  background: var(--grey) !important;

}

.polar {
  background: rgba(0, 0, 0, 0.5);
}

img {
  height: auto;
  vertical-align: middle;
  border: none;
}

a {
  text-decoration: none !important;
}

a:hover {
  text-decoration: none !important;
}

a:link,
a:visited,
a:hover,
a:active {
  outline: none;
}

a img {
  border: none;
}

ul {
  padding-left: 10px;
}

li {
  list-style: none;
}

ul.disc li {
  list-style-type: disc;
  margin-bottom: 6px;
}

.block {
  display: block;
}

.inbl {
  display: inline-block;
  vertical-align: top;
}

.inline {
  display: inline;
}

.none {
  display: none !important;
}

.rel {
  position: relative;
}

.abs {
  position: absolute;
}

strong {
  font-weight: 500;
}

.center {
  margin: auto;
}

.mLa {
  margin-left: auto;
}

.mRa {
  margin-right: auto;
}

.pointer:hover {
  cursor: pointer;
}

.link:hover {
  cursor: pointer;
  text-decoration: underline !important;
}

.flex {
  display: flex;
}

.flexI {
  display: inline-flex;
}

.flexV {
  flex-direction: column;
}

.flexA {
  justify-content: space-around;
}

.flexB {
  justify-content: space-between;
}

.flexC {
  justify-content: center;
}

.flexLeft {
  justify-content: flex-start;
}

.flexRight {
  justify-content: flex-end;
}

.flexAfter {
  align-items: baseline;
}

.flexM {
  align-items: center;
}

.flexTop {
  align-items: flex-start;
}

.flexBottom {
  align-items: flex-end;
}

.flexS {
  align-items: stretch;
}

.flexRow {
  flex-direction: row;
}

.flexRowR {
  flex-direction: row-reverse;
}

.flexCol {
  flex-direction: column;
}

.flexColR {
  flex-direction: column-reverse;
}

.flexW {
  flex-wrap: wrap;
}

.flex1 {
  flex: 1;
}

.flex2>div:first-child {
  width: 50%;
  padding-right: 20px;
}

.flex2>div:last-child {
  margin-left: 0;
  padding-left: 20px;
}

.w100 {
  width: 100%;
}

.h100 {
  height: 100%;
}

.narrow {
  position: relative;
  z-index: 100;
}

.ma0 {
  margin: 0;
}

.pa0 {
  padding: 0;
}

.ma1 {
  margin: 10px;
}

.ma2 {
  margin: 20px;
}

.pa1 {
  padding: 10px;
}

.pa2 {
  padding: 20px;
}

.pa3 {
  padding: 30px;
}

.mt0 {
  margin-top: 0;
}

.mt1 {
  margin-top: 10px;
}

.mt2 {
  margin-top: 20px;
}

.mt3 {
  margin-top: 30px;
}

.mr1 {
  margin-right: 10px;
}

.mr2 {
  margin-right: 20px;
}

.mr3 {
  margin-right: 30px;
}

.mb0 {
  margin-bottom: 0;
}

.mb1 {
  margin-bottom: 10px;
}

.mb2 {
  margin-bottom: 20px;
}

.mb3 {
  margin-bottom: 30px;
}

.ml1 {
  margin-left: 10px;
}

.ml2 {
  margin-left: 20px;
}

.ml3 {
  margin-left: 30px;
}

.pt0 {
  padding-top: 0;
}

.pt1 {
  padding-top: 10px;
}

.pt2 {
  padding-top: 20px;
}

.pt3 {
  padding-top: 30px;
}

.pr1 {
  padding-right: 10px;
}

.pr2 {
  padding-right: 20px;
}

.pr3 {
  padding-right: 30px;
}

.pb0 {
  padding-bottom: 0;
}

.pb1 {
  padding-bottom: 10px;
}

.pb2 {
  padding-bottom: 20px;
}

.pb3 {
  padding-bottom: 30px;
}

.pl1 {
  padding-left: 10px;
}

.pl2 {
  padding-left: 20px;
}

.pl3 {
  padding-left: 30px;
}

.tC {
  text-align: center;
}

.txtleft {
  text-align: left;
}

.just {
  text-align: justify;
}

.under {
  text-decoration: underline !important;
}

.fw3 {
  font-weight: 300;
}

.fw4 {
  font-weight: 400;
}

.fw5 {
  font-weight: 500;
}

.fw6 {
  font-weight: 600;
}

.fw7 {
  font-weight: 700;
}

.ital {
  font-style: italic;
}

.fs12 {
  font-size: 1.2rem;
}

.fs13 {
  font-size: 1.3rem !important;
}

.fs14,
sup {
  font-size: 1.4rem !important;
}

.fs16 {
  font-size: 1.6rem;
}

.fs18 {
  font-size: 1.8rem;
}

.fs2 {
  font-size: 2rem;
}

.fs25 {
  font-size: 2.5rem;
}

.fs3 {
  font-size: 3rem;
}

.fs4 {
  font-size: 4rem;
}

.arial {
  font-family: Arial, sans-serif;
}

.ico18 {
  width: 18px;
  height: 18px;
}

.ico24 {
  width: 24px;
  height: 24px;
}

.ico48 {
  width: 48px;
  height: 48px;
}

.shadow1 {
  box-shadow: 0 5px 5px 0 #d3e1e9;
}

.shadow2 {
  box-shadow: 0 4px 6px 0 rgba(0, 20, 20, 0.1);
}

/*--------------- forms ----------------------------- */

form,
fieldset,
button {
  border: none;
}

input,
select,
label,
textarea {
  vertical-align: middle;
  font-family: inherit;
}

input,
select {
  font-size: 100%;
  margin: 0;
}

input,
input:active,
input:focus {
  outline: 0;
  outline-style: none;
  outline-width: 0;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="phone"] {
  width: 100%;
  height: 35px;
  padding: 0 8px;
  border: none;
}

input[type="submit"] {
  border: none;
}

input[type="button"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  border: 0;
  padding: 0;
}

div.failed,
input.failed,
textarea.failed {
  border: 2px solid rgb(152, 38, 84) !important;
}

.input.failed {
  color: rgb(152, 38, 84) !important;
}

input.failed:after {
  position: absolute;
  right: 0;
  bottom: 10px;
  color: rgb(152, 38, 84);
  font-size: 1.4rem;
}

.inputField {
  display: none;
  position: absolute;
  left: -10000px;
}

.formAddr {
  border: none !important;
}

.log:before,
.pwd:before {
  position: absolute;
  width: 24px;
  height: 32px;
  left: -40px;
}

.log:before {
  content: url("../images/icons/login.svg");
  top: 8px;
}

.pwd:before {
  content: url("../images/icons/padlock.svg");
  top: 4px;
}

textarea {
  width: 100%;
  min-height: 250px;
  padding: 10px;
  overflow: auto;
  vertical-align: top;
  resize: vertical;
  border: 1px dotted #e5e5e5 !important;
}

input:focus::placeholder {
  color: transparent !important;
}

input:focus::-webkit-input-placeholder {
  color: transparent !important;
}

input:focus::-ms-input-placeholder {
  color: transparent !important;
}

textarea:focus::placeholder {
  color: transparent !important;
}

textarea:focus::-webkit-input-placeholder {
  color: transparent !important;
}

textarea:focus:-ms-input-placeholder {
  color: transparent !important;
}

#header {
  height: 140px;
}

.topLogo {
  width: 300px;
}

h1,
h2 {
  color: #2e2f31
}

h2 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  /* Medium pour éviter la lourdeur */
  letter-spacing: 1px;

}

/* Mentions légales */

.mentions {
  margin: 4rem 2rem;
}

.section-content {
  margin-bottom: 2rem;
}

.mentions h2 {
  position: relative;
}

.mentions h2:after {
  position: absolute;
  content: '.';
  font-size: 8rem;
  line-height: 0;
  color: var(--gold);
}

.mentions a {
  color: #126d97;
}

.point.gold {
  font-size: 8rem;
}

/* Footer */
.footer {
  background: #403f4c;
  color: white;
  padding: 40px 20px;
  text-align: center;
}

#footer-logo {
  width: 170px;
  margin: auto;
  text-align: left;
}

#footer-logo:after {
  position: absolute;
  top: 4px;
  right: 0;
  display: block;
  width: 80px;
  height: auto;
  content: url('../../assets/images/logilink/ronds-logilink.svg');
}

.footer p {
  opacity: 0.8;
}

.footer-tagline {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #ffd147;
}

#footer-mentions a {
  color: #fff;
  font-size: 1.5rem;
}

#footer-mentions div:not(:last-child) {
  margin-right: 2rem;

}