@CHARSET "ISO-8859-1";
/* Reset CSS */
*, *::before, *::after {
  box-sizing: border-box;
}

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,
form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

body, html {
  width: 100%;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #fff;
}

table { border-spacing: 0; }
fieldset, img { border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-weight: normal;
  font-style: normal;
}

strong { font-weight: bold; }

ol, ul {
  list-style: none;
}

caption, th { text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
  color: #444;
}

q:before, q:after { content: ''; }
abbr, acronym { border: 0; }

/* Custom CSS */
:root {
    --color-primary: #581866;
    --color-secondary: #df675f;
    --color-text: #262E3E;
    --color-grey: #667085;
    --color-light-grey: #F9F7F9;
    --color-border: #D0D5DD;
    --color-white: #fff;
    --color-green: #008000;
    --color-deep-sky-blue: #00BFFF;
    --color-required: #ED2C20;
    --border-radius: 8px;
    --box-shadow: 0px 0px 23px 0px rgba(29, 2, 35, 0.14);
}

body {
  font-family: 'Raleway', sans-serif;
  color: var(--color-text);
}

.wrapper {
  max-width: 1216px;
  width: 100%;
  padding: 0 32px;
  margin: 0 auto;
}

.popin-selection {
  position: absolute;
  right: 0;
  padding: 24px;
  top: 65px;
  border-radius: var(--border-radius);
  border: 1px solid var(--color-primary);
  background: var(--color-white);
  width: 370px;
  box-shadow: var(--box-shadow);
  display: none;
  z-index: 1000;
}

/* Classes de base */
.d-none { display: none !important; }
.hidden { visibility: hidden; }

.row {
  width: 100%;
  overflow: hidden;
}

.w-round {
  background: var(--color-white);
  border-radius: 60px 60px 0 0;
}

.content {
    width: 100%;
    margin: 0 auto;
}

.content-row, .row-content {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 5%;
}

.content-row, .back {
    width: 90%;
    max-width: 1500px;
    margin: 0px auto;
    padding: 0 5%;
    overflow: hidden;
    position: relative;
}

/* Layout colonnes */
.pack-normes .col-content {
    padding: 50px;
    position: relative;
}

.c1-content {
    width: 100%;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
}

.c2-content {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}

.c2-content .col {
  width: 48%;
  float: left;
}

.c2-content .col:nth-child(2) .full {
  width: 100%;
  max-width: 518px;
}

.c2-content.col-53 .col:nth-child(1) {
  width: 56%;
  margin-right: 4%;
  padding-right: 0;
}

.c2-content.col-53.border0 .col:nth-child(1) {
  border-right: 0;
}

.c2-content.col-53 .col:nth-child(2) {
  width: 40%;
  padding-left: 0;
}

.c2-content.col-64 .col:nth-child(1) {
  width: 50%;
  padding-right: 4%;
  border-right: 1px solid #E6DCE6;
  margin-right: 0;
}

.c2-content.col-64.border0 .col:nth-child(1) {
  border-right: 0;
}

.c2-content.col-64 .col:nth-child(2) {
  width: 50%;
  padding-left: 4%;
}

.c3-content.s-col, .c2-content.s-col {
    max-width: 1080px;
    width: 90%;
}

.c3-content {
    margin: 60px auto;
    overflow: hidden;
}

.c3-content.s-col, .c2-content.s-col {
    max-width: 1080px;
    width: 90%;
}

.c3-content .col {
    float: left;
    width: 31%;
    margin-right: 3%;
}

.c3-content div:last-child {
    margin-right: 0%;
}*

/* Encadrés spécifiques */
.frameblc {
    border-radius: 8px;
    border: 2px solid #581866;
    background: #FFF;
    box-shadow: 0px 0px 16px 0px rgba(82, 64, 96, 0.21);
    padding: 24px;
}

.frameblc2 {
    border-radius: 8px;
    border: 1px solid #581866;
    padding: 24px;
    display: table;
    margin: 0 auto;
    max-width: 400px;
}

/* Classes de typographie */
.txt12 { font-size: 12px; font-weight: 400; }
.txt13 { font-size: 13px; font-weight: 400; }
.txt14 { font-size: 14px; font-weight: 400; line-height: 20px; }
.txt16 { font-size: 16px; font-weight: 400; }
.txt18 { font-size: 18px; font-weight: 400; }
.txt20 { font-size: 20px; font-weight: 400; }
.txt24 { font-size: 24px; font-weight: 500; }
.txt27 { font-size: 27px; font-weight: 500; line-height: 1.4; margin-bottom: 10px; }
.txt30 { font-size: 30px; font-weight: 400; }
.txt40 { font-size: 40px; font-weight: 400; }

.material-symbols-rounded.filled {
  font-variation-settings: 'FILL' 1;
}

/* Classes de couleurs */
.blc { color: var(--color-white) !important; }
.vlt { color: var(--color-primary) !important; }
.grey { color: var(--color-grey) !important; }
.dark { color: var(--color-text) !important; }
.vltd {
    color: #3F1648 !important;
}
.green { color: var(--color-green) !important; }
.required { color: var(--color-required) !important }
.deep-sky-blue { color: var(--color-deep-sky-blue) !important }
.blue {
    color: #3D75BE !important;
}

.orange {
    color: #DF675F !important;
}

.green {
    color: #65B14C !important;
}

/* Classes arrière-plan */
.bg-grey { background: var(--color-light-grey); }
.bg-wh { background: var(--color-white); }
.bg-vlt { background: var(--color-primary); }
.bg-blue {
    background: #E6F3FF;
}

/* Added from reco: common creme background */
.bg-creme {
    background: rgba(237, 230, 237, 0.23);
}

.bg-txt {
    border-radius: 16px;
    padding: 2px 10px;
    display: table;
}

.radius8 { border-radius: var(--border-radius); }
.radius28 {
    border-radius: 28px;
}
.lh-20 { line-height: 20px; }

/* Classes d'alignement */
.l-txt { text-align: left; }
.c-txt, .center-alltxt { text-align: center !important; }
.c-element { margin: 0 auto; display: block; }
.f-right { float: right; }
.clear { clear: both; }

.captchaElement {
    display: flex;
    justify-content: center;
    align-items: center;
}

.inline-flex-box { display: inline-flex; }
.flex-box { display: flex; }
.no-flex-box {
    display: block !important;
}
.align-flex { align-items: center; }
.justify { justify-content: center; }

.pl-3 {
    padding-left: 3em;
}

/* Classes de gras */
.w300 { font-weight: 300; }
.w400 { font-weight: 400; }
.w500 { font-weight: 500; }
.w600 { font-weight: 600; }
.w700 { font-weight: 700; }

/* classes largeur */

.large-50 {
    width: 50%;
}

.large-90 {
    padding: 0 5% 3% 5%;
    width: 100% !important;
}

/* Classes de marges */
.margin-b0 { margin-bottom: 0 !important; }
.margin-b8 { margin-bottom: 8px !important; }
.margin-b10 { margin-bottom: 10px !important; }
.margin-b16 { margin-bottom: 16px !important; }
.margin-b20 { margin-bottom: 20px !important; }
.margin-b32 { margin-bottom: 32px !important; }
.margin-b40 { margin-bottom: 40px !important; }
.margin-b50 { margin-bottom: 50px !important; }
.margin-b60 { margin-bottom: 60px !important; }

.margin-t0 { margin-top: 0 !important; }
.margin-t8 { margin-top: 8px !important; }
.margin-t10 { margin-top: 10px !important; }
.margin-t16 { margin-top: 16px !important; }
.margin-t24 { margin-top: 24px !important; }
.margin-t32 { margin-top: 32px !important; }
.margin-t40 { margin-top: 40px !important; }
.margin-t50 { margin-top: 50px !important; }
.margin-t60 { margin-top: 60px !important; }

.margin-b24 {
    margin-bottom: 24px !important;
}

.margin-t30 {
    margin-top: 30px !important;
}

.margin-r16 {
    margin-right: 16px !important;
}

/* Classes de paddings */
.padding-t5 { padding-top: 5px !important; }

/* Classes d'images */
.imgover {
  width: 100%;
  height: 30px;
}

.imgover span {
  position: absolute;
  transform: translate(-50%, 0);
  left: 50%;
}

.imgover .over { display: none; }

/*Wannaspeak image*/
.img-vox-reflex {
    opacity: 0;
    cursor: pointer;
    width: 0;
}

/* Classes d'icones */
/* generic icon helper to space icons outside buttons/links */
.ico {
    vertical-align: middle;
    margin-right: 8px;
}
.icone { width: 40px; height: 40px; }
.icone20 { width: 20px; height: 20px; }

/* Ligne d'icônes */
.line-icone {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

    .line-icone img {
        float: left;
        margin-right: 16px;
        margin-bottom: 0 !important;
    }

/* Classes de boutons */
.bt-lit {
  display: flex;
  align-items: center;
  cursor: pointer;
  /* make it neutral by default for link-like buttons */
  border: none;
  background: none;
  font-family: 'Raleway', sans-serif;
}

.bt-lit .ico {
  margin-right: 8px;
  width: 16px;
  height: 16px;
}

.btn {
  display: table;
  font-size: 14px;
  background: var(--color-secondary);
  border-radius: 100px;
  color: var(--color-white);
  text-align: center;
  border: 1px solid var(--color-secondary);
  padding: 10px 24px;
  font-weight: 400;
  font-family: 'Raleway', sans-serif;
  cursor: pointer;
}

.btn .ico {
  vertical-align: middle;
  margin-right: 8px;
}

.btn.btn-vlt {
  background: var(--color-primary);
  border: 1px solid var(--color-primary);
}

.btn.btn-vlt-invert {
  background: transparent;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
}

.btn.btn-off {
    background: var(--color-text);
    border: 1px solid var(--color-text);
    color: var(--color-white);
    pointer-events: none;
    cursor: default;
}

.link {
  color: var(--color-primary);
  font-size: 14px;
  font-weight: 400;
  text-decoration-line: underline;
  display: block;
}

.hover:hover {
    cursor: pointer;
}

/* Input fields */
input[type='text'] {
  display: block;
  width: 100%;
  height: 44px;
  text-indent: 10px;
  border-radius: var(--border-radius);
  border: 1px solid var(--color-border);
  color: var(--color-grey);
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  margin: 0 auto;
}

input[type='text']:focus {
  border-color: var(--color-primary);
  outline: none !important;
}

.input-list {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.input-list input[type='text'] {
  width: 100%;
}

.input-list .results-input {
  position: absolute;
  border-radius: 0 0 var(--border-radius) var(--border-radius);
  border: 1px solid var(--color-border);
  background: var(--color-white);
  box-shadow: 0px 1px 20px 0px rgba(16, 24, 40, 0.17);
  width: 100%;
  top: 41px;
  max-height: 98px;
  overflow: auto;
  z-index: 100;
}

.input-list .results-input li {
  padding: 4px 16px;
}

.input-list .results-input li:hover {
  background: var(--color-light-grey);
}

/* Input checkbox */
.check {
    display: flex;
    align-items: center;
}

.check input[type='checkbox'] {
    width: 24px;
    height: 24px;
    outline: 1px auto #581866;
    margin-right: 10px;
    min-height: 24px;
    min-width: 24px;
    border-radius: 2px;
    accent-color: #581866;
    position: static !important;
    left: auto !important;
}

.check label {
    cursor: pointer;
}

/* Loader animation */
.loader {
  width: 18px;
  padding: 4px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--color-primary);
  --_m: conic-gradient(#0000 10%, #000), linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: l3 1s infinite linear;
  margin-right: 16px;
}

/* Tooltip */
.tooltipster-show {
    position: absolute;
}

.tooltipster-box {
    color: var(--color-white);
    background-color: var(--color-primary);
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
    padding: 5px;
    border-radius: 4px;
    font-size: 14px;
}

.tooltipster-arrow {
    width: 16px;
    margin-left: 50%;
}

.tooltipster-arrow-border {
    border: 8px solid transparent;
    border-top-color: var(--color-primary);
}

@keyframes l3 {
  to { transform: rotate(1turn); }
}

.loading {
  display: flex;
  align-items: center;
  justify-content: center;
}



/* Media Queries spécifiques */
@media only screen and (max-width: 768px) {
    .c2-content .col, .head-search .c2-content .col:nth-child(1), .head-search .c2-content .col:nth-child(2) {
        width: 100% !important;
        margin-right: 0% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .c2-content.col-64 .col:nth-child(1) {
        padding-bottom: 40px;
        border-right: 0px;
        border-bottom: 1px solid #E6DCE6;
    }

    .c2-content.col-64 .col:nth-child(2) {
        padding-top: 40px;
    }

    .c2-content.col-64.border0 .col:nth-child(1) {
        border-bottom: 0px;
        padding-bottom: 0;
    }
    .ligne-item {
        display: block;
    }

    .large-50 {
        width: 100%;
    }
}