html {
  scroll-behavior: smooth;
}

.text-bold {
  font-weight: bold;
}

/* racine */
/* @font-face {
    font-family: "Open Sans";
    src:  url("/font/Fontspring-DEMO-vartek-expandedbold.woff") format("woff");
  } */

:root {
  /* couleur */
  --color-marron: #e3a84f;
  --color-bleu: #1084c5;
  --color-vert: #92bc49;
  --color-jaune: #f9df5e;
  /*couleur d'action */
  --call-to-action: #d3803b;
  /* font */
  --font-vartek: "vartek bold";

  /* --image-comparison-slider-width: min(80vw, 768px); */
  --image-comparison-slider-handle-width: 50px;
}

/* polices */

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

main {
  position: relative;
  min-height: 70vh;
  margin: 3rem auto;
}

.container {
  position: relative;
  max-width: 1320px;
  margin: 3rem auto !important;
}

.mention {
  transform: translateX(-5rem);
}

.mention ul {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  font-size: 12px;
  list-style-type: none;
}

.mention li:nth-child(1) {
  margin-right: 1rem;
  padding-right: 1rem;
  border-right: 2px solid #fff;
}

.listconf {
  font-size: 12px;
}

.listconf li {
  padding-bottom: 0.25rem;
}

/* -- MEDIA QUERY -- */

@media screen and (max-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media screen and (max-width: 992px) {
  .dsp-none {
    display: none;
  }
  .container {
    max-width: 960px;
  }

  .mention {
    margin-right: 0;
    transform: translateX(-1rem);
    width: 120px;
  }

  .mention ul {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 12px;
    list-style-type: none;
  }

  .mention li {
    margin-bottom: 1rem;
  }

  .mention li:nth-child(1) {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
  }
}

@media screen and (max-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media screen and (max-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media screen and (max-width: 576px) {
  .container {
    max-width: 100%;
  }
}
