/*********************** Sommaire ****************************
    - Calls Fonts
    - Resets
*****************************************************************/
@font-face {
    font-family: 'Roboto';
    src: url('/files/fr/css/fonts/Roboto-VariableFont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-display: swap;
  }
@font-face {
    font-family: 'Poppins';
    src: url('/files/fr/css/fonts/Poppins-Regular.woff2') format('woff2'), url('Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Outfit';
    src: url('/files/fr/css/fonts/Outfit-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
  font-family: "icoEba";
  src: url("/files/fr/css/fonts/icoEba.woff2") format("woff2"), url("/files/fr/css/fonts/icoEba.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: "icoEBA2";
    src: url("/files/fr/css/fonts/icoEBA2.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Resets */
*, *::before, *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
* {
  margin: 0;
}
html {
    font-size: 62.5%;
}

body {
    line-height: 1.2;
    font-size: 1.6rem;
    -webkit-font-smoothing: antialiased;
    font-family: 'Poppins', sans-serif;
}
script {display: none;}
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}
input, button, textarea, select {
  font: inherit;
}
p, h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6, a {
  overflow-wrap: break-word;
}
p {
  text-wrap: pretty;
}

h1, h2,
.h1, .h2 {
    text-wrap: balance;
    font-family: 'Outfit';
}

ul, ol, dl, dt, dd{
    list-style: none; 
    padding: 0; 
    list-style-position: outside; 
}


.sr_only {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}