:root {
  --color-text: $color-text;
  --color-text-light: $color-text-light;
  --color-primaire: $color-primaire;
  --color-primaire-dark: $color-primaire-dark;
  --color-primaire-light: $color-primaire-light;
  --color-primaire-ultralight: $color-primaire-light;
  --color-primary-light: $color-primaire-light;
  --color-primary-ultralight: $color-primaire-light;
  --color-primaire-bg: $color-primaire-bg;
  --color-secondaire: $color-secondaire;
  --color-secondaire-dark: $color-secondaire-dark;
  --color-secondaire-light: $color-secondaire-light;
  --color-tertiaire: $color-tertiaire;
  --color-tonique: $color-tonique;
  --color-danger: $color-danger;
  --color-danger-dark: $color-danger-dark;
  --color-success: $color-success;
  --color-delete: $color-delete;
  --color-text-dark: $color-text-dark;
  --color-dark-gris: $color-dark-gris;
  --color-noir: $color-noir;
  --color-gris: $color-gris;
  --color-gris-light: $color-gris-light;
  --color-delete-light: $color-delete-light;
  --border-radius: 1.4rem;
  --space-s-l: clamp(1.00rem, calc(0.65rem + 1.74vw), 2.00rem);
  --space-m-l: clamp(1.50rem, calc(1.33rem + 0.87vw), 2.00rem);
}

@font-face {
  font-family: "Montserrat-Bold";
  src: url("../fonts/Montserrat-Bold.ttf?v=3.2.1") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Light";
  src: url("../fonts/Montserrat-Light.ttf?v=3.2.1") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Regular";
  src: url("../fonts/Montserrat-Regular.ttf?v=3.2.1") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Medium";
  src: url("../fonts/Montserrat-Medium.ttf?v=3.2.1") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Light";
  src: url("../fonts/Montserrat-Light.ttf?v=3.2.1") format("truetype");
  font-weight: normal;
  font-style: normal;
}
body,
html {
  min-height: 100vh;
}

:root {
  font-size: 10px !important;
}

body {
  background: #fff url(../img/fond.jpg) center top no-repeat;
  font-family: "Montserrat-Regular";
  font-size: 1rem;
}
@media only screen and (max-width : 640px) {
  body {
    background-size: cover;
  }
}

.container {
  width: 95%;
  margin: 0 auto;
  max-width: 990px;
}
.container.container-fluid {
  max-width: 1200px;
}
@media only screen and (max-width : 640px) {
  .container {
    width: 90%;
  }
}

.container-bandeau .container {
  padding: 3rem 0 0;
}
.container-bandeau .container .logo a {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.container-bandeau .container .logo a svg {
  height: 36px;
}
.container-bandeau .container .logo a svg + svg {
  height: 60px;
  padding-left: 2rem;
  border-left: 1px solid #3333cc;
}
@media only screen and (max-width : 640px) {
  .container-bandeau .container .logo a {
    width: 100%;
    justify-content: center;
  }
}

body.body_nc .container-bandeau .container {
  margin-bottom: 3rem;
}

.container-helper {
  position: relative;
  margin-bottom: 5rem;
}
.container-helper .container-bordered {
  padding-top: 3rem;
}
.container-helper:after {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -27px;
  content: "\f0f3";
  font-family: "Font Awesome 5 Free";
  border-radius: 100%;
  font-size: 3rem;
  background-color: #3333cc;
  color: #fff;
  text-align: center;
  width: 55px;
  height: 55px;
  background-size: contain;
  box-sizing: border-box;
  padding-top: 5px;
}

.container-login-btn {
  position: relative;
}
.container-login-btn .container-bordered {
  padding-top: 3rem;
}
.container-login-btn:after {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -27px;
  content: "";
  background: transparent url(../img/icon-login.png) center center no-repeat;
  width: 55px;
  height: 55px;
  background-size: contain;
}
.container-login-btn .css_mce p {
  font-family: "Montserrat-Bold";
  color: #3333cc;
  font-size: 2rem;
  text-align: center;
}
@media only screen and (max-width : 640px) {
  .container-login-btn .css_mce p {
    font-size: 1.6rem;
  }
}

.container-bordered {
  background: #eee;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 3rem;
  padding: 2rem;
  margin: 3rem auto;
  position: relative;
}
@media only screen and (max-width : 640px) {
  .container-bordered {
    padding: 2rem 1rem;
  }
}
.container-bordered .accordeon {
  margin: 3rem auto;
  line-height: normal;
  border: 0;
  text-align: left;
  background: #fff;
  padding: 1rem 2rem;
  border-radius: 20px;
}
.container-bordered .accordeon.mid {
  width: 50%;
}
@media only screen and (max-width : 640px) {
  .container-bordered .accordeon.mid {
    width: 100%;
  }
}
.container-bordered .accordeon.large {
  width: 100%;
}
.container-bordered .accordeon.bordered {
  border: 3px solid #3333cc;
}
.container-bordered .accordeon.shadowed {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2784313725);
}
.container-bordered .accordeon-title label.toggler,
.container-bordered .accordeon-title button.toggler {
  cursor: pointer;
}
.container-bordered .accordeon-title .toggler {
  color: #3333cc;
  font-family: "Montserrat-Bold";
  font-size: 2rem;
  text-decoration: none;
  transition: all 0.25s ease;
  display: flex;
  align-items: center;
}
@media only screen and (max-width : 640px) {
  .container-bordered .accordeon-title .toggler {
    font-size: 1.6rem;
  }
}
.container-bordered .accordeon-title .toggler:before {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  margin-right: 1rem;
  font-size: 2em;
}
.container-bordered .accordeon-title .toggler:hover {
  text-decoration: none !important;
}
.container-bordered .checkbox-toggler {
  display: none;
}
.container-bordered .accordeon-content {
  display: none;
}
.container-bordered .accordeon-content .list-group {
  font-size: 1.6rem;
  font-family: "Montserrat-Bold";
}
.container-bordered .accordeon-content .list-group .list-group-item.active {
  background-color: #3333cc;
}
.container-bordered .checkbox-toggler:checked ~ .accordeon-content {
  display: block;
  animation: slideDown 0.5s ease-in-out forwards;
}
@keyframes slideDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.hidden {
  display: none !important;
}

.container-prices .container-bordered {
  padding-right: 6rem;
  padding-left: 6rem;
}
@media only screen and (max-width : 640px) {
  .container-prices .container-bordered {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
.container-prices .intro.css_mce p {
  font-family: "Montserrat-Bold";
  color: #3333cc;
  font-size: 2rem;
  text-align: center;
}
@media only screen and (max-width : 640px) {
  .container-prices .intro.css_mce p {
    font-size: 1.6rem;
  }
}
.container-prices .accordeon-content .list-group.overflowme {
  max-height: 200px;
  overflow: auto;
}

.back-button {
  margin-bottom: 3rem;
}

.kl-mb-4 {
  margin-bottom: 4rem;
}

.kl-breadcrumb {
  margin-bottom: 3rem;
}
@media only screen and (max-width : 640px) {
  .kl-breadcrumb {
    margin-bottom: 1.5rem;
  }
}
.kl-breadcrumb ul, .kl-breadcrumb li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
.kl-breadcrumb ul {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.kl-breadcrumb ul li {
  color: #aaa;
  text-transform: uppercase;
  line-height: normal;
  font-size: 1.4rem;
  text-align: center;
  width: 25%;
  position: relative;
}
.kl-breadcrumb ul li:before, .kl-breadcrumb ul li:after {
  content: "";
  position: absolute;
  top: 10px;
  height: 2px;
  width: 50%;
  z-index: 1;
  background-color: #aaa;
}
.kl-breadcrumb ul li:before {
  left: 0;
}
.kl-breadcrumb ul li:after {
  right: 0;
}
.kl-breadcrumb ul li:first-child:before {
  display: none;
}
.kl-breadcrumb ul li:last-child:after {
  display: none;
}
.kl-breadcrumb ul li .a {
  color: inherit;
  font-size: inherit;
  text-align: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  text-decoration: none;
}
.kl-breadcrumb ul li em {
  font-style: normal;
  display: block;
  white-space: nowrap;
  width: 21px;
  height: 21px;
  background-color: #aaa;
  border: 2px solid #eeeeee;
  box-shadow: rgb(170, 170, 170) 0px 0px 0px 2px;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
.kl-breadcrumb ul li .txt {
  display: block;
  text-align: center;
  padding: 0 1rem;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width : 640px) {
  .kl-breadcrumb ul li .txt {
    font-size: 1rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 90px;
    overflow: hidden;
  }
}
.kl-breadcrumb ul li.active {
  color: #3333cc;
  font-family: "Montserrat-Bold";
}
.kl-breadcrumb ul li.active em {
  background-color: #3333cc;
  box-shadow: #3333cc 0px 0px 0px 2px;
}
.kl-breadcrumb ul li.active:before {
  background-color: #3333cc;
}
.kl-breadcrumb ul li.active-after, .kl-breadcrumb ul li.validated {
  color: #3FA535;
}
.kl-breadcrumb ul li.active-after em, .kl-breadcrumb ul li.validated em {
  background-color: #3FA535;
  box-shadow: #3FA535 0px 0px 0px 2px;
}
.kl-breadcrumb ul li.active-after em:after, .kl-breadcrumb ul li.validated em:after {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  color: #fff;
}
.kl-breadcrumb ul li.active-after {
  color: #3FA535;
}
.kl-breadcrumb ul li.active-after em {
  background-color: #3FA535;
  box-shadow: #3FA535 0px 0px 0px 2px;
}
.kl-breadcrumb ul li.active-after em:after {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  color: #fff;
}
.kl-breadcrumb ul li.active-after:after {
  background-color: #3333cc;
  background-color: #3FA535;
}
.kl-breadcrumb ul li.active-after ~ li.active:before {
  background-color: #3FA535;
}

.register > .container {
  padding: 3rem;
}
@media only screen and (max-width : 640px) {
  .register > .container {
    padding: 2rem;
  }
}
.register .register-content {
  max-width: 720px;
  margin: 0 auto;
}

.crp-block {
  padding: 2rem;
  background-color: #f5f5f5;
  border: 3px solid #fff;
  border-radius: 10px;
  margin: 2rem auto;
  max-width: 760px;
}
.crp-block.large {
  max-width: none;
}
@media only screen and (max-width : 640px) {
  .crp-block {
    padding: 1rem;
  }
}

.form-group-shoppingcart .shoppingcart {
  width: 100%;
  max-width: 650px;
  font-size: 1.8rem;
}
@media only screen and (max-width : 640px) {
  .form-group-shoppingcart .shoppingcart {
    font-size: 1.6rem;
  }
}
.form-group-shoppingcart .shoppingcart.large {
  max-width: none;
}
.form-group-shoppingcart .shoppingcart.borderme {
  border: 1px solid #3333cc;
  background-color: #fff;
  padding: 2rem;
}
@media only screen and (max-width : 640px) {
  .form-group-shoppingcart .shoppingcart.borderme {
    padding: 1rem;
  }
}
.form-group-shoppingcart .shoppingcart table {
  margin: 0;
}
.form-group-shoppingcart .shoppingcart table thead tr th {
  padding-top: 0;
  border-top: none;
  font-family: "Montserrat-Bold";
  font-weight: normal;
  color: #3333cc;
  font-size: 2.4rem;
}
.form-group-shoppingcart .shoppingcart table tbody tr {
  background: #e4e4f3;
  box-shadow: 0px 0px 0px 0.46px rgba(0, 0, 0, 0.1019607843);
}
.form-group-shoppingcart .shoppingcart table tbody tr td {
  color: #3333cc;
}
.form-group-shoppingcart .shoppingcart table tbody tr td:last-child {
  text-align: right;
}
.form-group-shoppingcart .shoppingcart table tfoot tr th {
  text-align: right;
  border-top: none;
  font-family: "Montserrat-Bold";
  font-weight: normal;
  color: #3333cc;
}
.form-group-shoppingcart .shoppingcart table tfoot tr th small {
  font-weight: normal;
  font-family: "Montserrat-Regular";
  font-style: normal;
}

.crp-form form {
  font-size: 1.8rem;
}
@media only screen and (max-width : 640px) {
  .crp-form form {
    font-size: 1.6rem;
  }
}
.crp-form form .alert {
  margin: 0 0 2rem 0;
  font-size: 1em;
}
.crp-form form .alert p {
  font-size: 1em;
}
.crp-form form .champs {
  margin-bottom: 3rem;
}
.crp-form form .champs.mid {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.crp-form form .champs .form-group-hcaptcha {
  justify-content: center;
  flex-direction: column;
  margin: 2rem 0;
}
.crp-form form .champs .form-group-hcaptcha > label {
  text-align: center;
}
.crp-form form .champs .form-group-hcaptcha > label:after {
  display: none;
}
.crp-form form .champs > .parent .children {
  display: none;
  padding: 2rem;
  background-color: #f5f5f5;
  border: 3px solid #fff;
  border-radius: 10px;
  margin: 2rem 0;
}
.crp-form form .champs .champ-role- .form-check input[type=radio] ~ label {
  margin-left: 1rem;
}
.crp-form form .champs .form-group > .form-check {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding-left: 0;
}
.crp-form form .champs .form-group > .form-check label {
  color: #3333cc;
  font-family: "Montserrat-Medium";
  transition: all 0.25s ease;
}
.crp-form form .champs .form-group > .form-check label.required:after {
  line-height: 1rem;
}
.crp-form form .champs .form-group > .form-check > input {
  position: static;
  margin: 5px 0 0 0;
  transition: margin 0.25s ease;
}
.crp-form form .champs .form-group > .form-check > input[type=checkbox] {
  opacity: 0;
  position: absolute;
  left: 0px;
  top: 0px;
}
.crp-form form .champs .form-group > .form-check > input[type=checkbox] ~ label:before {
  content: "\f0c8";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  display: inline-block;
  margin-right: 1rem;
}
.crp-form form .champs .form-group > .form-check > input[type=checkbox]:checked ~ label:before {
  content: "\f14a";
  font-weight: 400;
}
.crp-form form .champs .form-group > .form-check > input:checked {
  margin-top: 8px;
}
.crp-form form .champs .form-group > .form-check > input:checked ~ label {
  padding: 0.25rem 1rem;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #3333cc;
}
.crp-form form .champs .form-group-checkboxes > legend {
  font-family: "Montserrat-Bold";
}
.crp-form form .champs .form-group-checkboxes > div {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 1rem;
}
.crp-form form .champs .form-group-checkboxes > div .form-check {
  display: flex;
  gap: 1rem;
  justify-content: flex-start;
}
.crp-form form .champs .form-group-checkboxes > div .form-check label {
  transition: all 0.25s ease;
  line-height: normal;
}
.crp-form form .champs .form-group-checkboxes > div .form-check input.form-check-input {
  position: static;
}
.crp-form form .champs .form-group-checkboxes > div .form-check input:checked ~ label {
  padding: 0.25rem 1rem;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #3333cc;
}
.crp-form form .champs .champ-role-paymentchoices > .form-check > label {
  font-family: "Montserrat-Medium";
  color: #3333cc;
}
.crp-form form .champs .champ-role-paymentchoices > .form-check input:checked ~ label {
  color: #fff;
  background-color: #3FA535 !important;
  border-color: #3FA535 !important;
}
.crp-form form .champs .form-checkboxes {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.crp-form form .champs .form-checkboxes .form-check {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.crp-form form .champs .form-checkboxes .form-check label {
  transition: all 0.25s ease;
  line-height: normal;
}
.crp-form form .champs .form-checkboxes .form-check input.form-check-input {
  position: static;
  margin-top: auto;
  margin: auto;
}
.crp-form form .champs .form-checkboxes .form-check input:checked ~ label {
  padding: 0.25rem 1rem;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #3333cc;
}
.crp-form form .champs .form-separator {
  margin: 2rem 0;
  height: 1px;
  background-color: #ccc;
  width: 100%;
}
.crp-form form .champs .form-group-parent {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
}
@media only screen and (max-width : 640px) {
  .crp-form form .champs .form-group-parent {
    grid-template-columns: repeat(1, 1fr);
  }
}
.crp-form form .champs .form-group-parent > .form-group > label {
  white-space: normal;
  max-width: 50%;
}
@media only screen and (max-width : 640px) {
  .crp-form form .champs .form-group-parent > .form-group > label {
    max-width: initial;
  }
}
.crp-form form .champs .form-group-parent > .form-group,
.crp-form form .champs .crp-col-auto > .form-group,
.crp-form form .champs .children > .form-group,
.crp-form form .champs .form-updated-field > .form-group,
.crp-form form .champs > .form-group {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: center;
}
@media only screen and (max-width : 640px) {
  .crp-form form .champs .form-group-parent > .form-group,
  .crp-form form .champs .crp-col-auto > .form-group,
  .crp-form form .champs .children > .form-group,
  .crp-form form .champs .form-updated-field > .form-group,
  .crp-form form .champs > .form-group {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}
@media only screen and (max-width : 640px) {
  .crp-form form .champs .form-group-parent > .form-group.form-group-prices,
  .crp-form form .champs .crp-col-auto > .form-group.form-group-prices,
  .crp-form form .champs .children > .form-group.form-group-prices,
  .crp-form form .champs .form-updated-field > .form-group.form-group-prices,
  .crp-form form .champs > .form-group.form-group-prices {
    overflow-x: scroll;
  }
}
.crp-form form .champs .form-group-parent > .form-group > legend,
.crp-form form .champs .crp-col-auto > .form-group > legend,
.crp-form form .champs .children > .form-group > legend,
.crp-form form .champs .form-updated-field > .form-group > legend,
.crp-form form .champs > .form-group > legend {
  display: inline-block;
  width: auto;
}
.crp-form form .champs .form-group-parent > .form-group > label, .crp-form form .champs .form-group-parent > .form-group > legend,
.crp-form form .champs .crp-col-auto > .form-group > label,
.crp-form form .champs .crp-col-auto > .form-group > legend,
.crp-form form .champs .children > .form-group > label,
.crp-form form .champs .children > .form-group > legend,
.crp-form form .champs .form-updated-field > .form-group > label,
.crp-form form .champs .form-updated-field > .form-group > legend,
.crp-form form .champs > .form-group > label,
.crp-form form .champs > .form-group > legend {
  margin: 0;
  line-height: normal;
  font-family: "Montserrat-Medium";
  color: #3333cc;
}
.crp-form form .champs .form-group-parent > .form-group > label .invalid-feedback, .crp-form form .champs .form-group-parent > .form-group > legend .invalid-feedback,
.crp-form form .champs .crp-col-auto > .form-group > label .invalid-feedback,
.crp-form form .champs .crp-col-auto > .form-group > legend .invalid-feedback,
.crp-form form .champs .children > .form-group > label .invalid-feedback,
.crp-form form .champs .children > .form-group > legend .invalid-feedback,
.crp-form form .champs .form-updated-field > .form-group > label .invalid-feedback,
.crp-form form .champs .form-updated-field > .form-group > legend .invalid-feedback,
.crp-form form .champs > .form-group > label .invalid-feedback,
.crp-form form .champs > .form-group > legend .invalid-feedback {
  font-size: 0.6em;
}
.crp-form form .champs .form-group-parent > .form-group > input[type=date],
.crp-form form .champs .form-group-parent > .form-group > input[type=text],
.crp-form form .champs .form-group-parent > .form-group > input[type=email],
.crp-form form .champs .form-group-parent > .form-group > input[type=number],
.crp-form form .champs .form-group-parent > .form-group > input[type=tel],
.crp-form form .champs .form-group-parent > .form-group > input[type=password],
.crp-form form .champs .form-group-parent > .form-group > select,
.crp-form form .champs .form-group-parent > .form-group > .vich-file,
.crp-form form .champs .crp-col-auto > .form-group > input[type=date],
.crp-form form .champs .crp-col-auto > .form-group > input[type=text],
.crp-form form .champs .crp-col-auto > .form-group > input[type=email],
.crp-form form .champs .crp-col-auto > .form-group > input[type=number],
.crp-form form .champs .crp-col-auto > .form-group > input[type=tel],
.crp-form form .champs .crp-col-auto > .form-group > input[type=password],
.crp-form form .champs .crp-col-auto > .form-group > select,
.crp-form form .champs .crp-col-auto > .form-group > .vich-file,
.crp-form form .champs .children > .form-group > input[type=date],
.crp-form form .champs .children > .form-group > input[type=text],
.crp-form form .champs .children > .form-group > input[type=email],
.crp-form form .champs .children > .form-group > input[type=number],
.crp-form form .champs .children > .form-group > input[type=tel],
.crp-form form .champs .children > .form-group > input[type=password],
.crp-form form .champs .children > .form-group > select,
.crp-form form .champs .children > .form-group > .vich-file,
.crp-form form .champs .form-updated-field > .form-group > input[type=date],
.crp-form form .champs .form-updated-field > .form-group > input[type=text],
.crp-form form .champs .form-updated-field > .form-group > input[type=email],
.crp-form form .champs .form-updated-field > .form-group > input[type=number],
.crp-form form .champs .form-updated-field > .form-group > input[type=tel],
.crp-form form .champs .form-updated-field > .form-group > input[type=password],
.crp-form form .champs .form-updated-field > .form-group > select,
.crp-form form .champs .form-updated-field > .form-group > .vich-file,
.crp-form form .champs > .form-group > input[type=date],
.crp-form form .champs > .form-group > input[type=text],
.crp-form form .champs > .form-group > input[type=email],
.crp-form form .champs > .form-group > input[type=number],
.crp-form form .champs > .form-group > input[type=tel],
.crp-form form .champs > .form-group > input[type=password],
.crp-form form .champs > .form-group > select,
.crp-form form .champs > .form-group > .vich-file {
  flex: 1;
  height: auto;
}
.crp-form form .champs .form-group-parent > .form-group > textarea,
.crp-form form .champs .crp-col-auto > .form-group > textarea,
.crp-form form .champs .children > .form-group > textarea,
.crp-form form .champs .form-updated-field > .form-group > textarea,
.crp-form form .champs > .form-group > textarea {
  width: 100%;
}
.crp-form form .champs .form-group-parent > .form-group > textarea.largeHeight,
.crp-form form .champs .crp-col-auto > .form-group > textarea.largeHeight,
.crp-form form .champs .children > .form-group > textarea.largeHeight,
.crp-form form .champs .form-updated-field > .form-group > textarea.largeHeight,
.crp-form form .champs > .form-group > textarea.largeHeight {
  height: 250px;
}
.crp-form form .champs .form-group-parent > .form-group > input[type=date]:-moz-read-only, .crp-form form .champs .form-group-parent > .form-group > input[type=text]:-moz-read-only, .crp-form form .champs .form-group-parent > .form-group > input[type=email]:-moz-read-only, .crp-form form .champs .form-group-parent > .form-group > input[type=number]:-moz-read-only, .crp-form form .champs .form-group-parent > .form-group > input[type=tel]:-moz-read-only, .crp-form form .champs .form-group-parent > .form-group > input[type=password]:-moz-read-only, .crp-form form .champs .form-group-parent > .form-group > textarea:-moz-read-only, .crp-form form .champs .crp-col-auto > .form-group > input[type=date]:-moz-read-only, .crp-form form .champs .crp-col-auto > .form-group > input[type=text]:-moz-read-only, .crp-form form .champs .crp-col-auto > .form-group > input[type=email]:-moz-read-only, .crp-form form .champs .crp-col-auto > .form-group > input[type=number]:-moz-read-only, .crp-form form .champs .crp-col-auto > .form-group > input[type=tel]:-moz-read-only, .crp-form form .champs .crp-col-auto > .form-group > input[type=password]:-moz-read-only, .crp-form form .champs .crp-col-auto > .form-group > textarea:-moz-read-only, .crp-form form .champs .children > .form-group > input[type=date]:-moz-read-only, .crp-form form .champs .children > .form-group > input[type=text]:-moz-read-only, .crp-form form .champs .children > .form-group > input[type=email]:-moz-read-only, .crp-form form .champs .children > .form-group > input[type=number]:-moz-read-only, .crp-form form .champs .children > .form-group > input[type=tel]:-moz-read-only, .crp-form form .champs .children > .form-group > input[type=password]:-moz-read-only, .crp-form form .champs .children > .form-group > textarea:-moz-read-only, .crp-form form .champs .form-updated-field > .form-group > input[type=date]:-moz-read-only, .crp-form form .champs .form-updated-field > .form-group > input[type=text]:-moz-read-only, .crp-form form .champs .form-updated-field > .form-group > input[type=email]:-moz-read-only, .crp-form form .champs .form-updated-field > .form-group > input[type=number]:-moz-read-only, .crp-form form .champs .form-updated-field > .form-group > input[type=tel]:-moz-read-only, .crp-form form .champs .form-updated-field > .form-group > input[type=password]:-moz-read-only, .crp-form form .champs .form-updated-field > .form-group > textarea:-moz-read-only, .crp-form form .champs > .form-group > input[type=date]:-moz-read-only, .crp-form form .champs > .form-group > input[type=text]:-moz-read-only, .crp-form form .champs > .form-group > input[type=email]:-moz-read-only, .crp-form form .champs > .form-group > input[type=number]:-moz-read-only, .crp-form form .champs > .form-group > input[type=tel]:-moz-read-only, .crp-form form .champs > .form-group > input[type=password]:-moz-read-only, .crp-form form .champs > .form-group > textarea:-moz-read-only {
  background-color: #efefef !important;
  color: #666 !important;
}
.crp-form form .champs .form-group-parent > .form-group > input[type=date]:read-only,
.crp-form form .champs .form-group-parent > .form-group > input[type=text]:read-only,
.crp-form form .champs .form-group-parent > .form-group > input[type=email]:read-only,
.crp-form form .champs .form-group-parent > .form-group > input[type=number]:read-only,
.crp-form form .champs .form-group-parent > .form-group > input[type=tel]:read-only,
.crp-form form .champs .form-group-parent > .form-group > input[type=password]:read-only,
.crp-form form .champs .form-group-parent > .form-group > textarea:read-only,
.crp-form form .champs .crp-col-auto > .form-group > input[type=date]:read-only,
.crp-form form .champs .crp-col-auto > .form-group > input[type=text]:read-only,
.crp-form form .champs .crp-col-auto > .form-group > input[type=email]:read-only,
.crp-form form .champs .crp-col-auto > .form-group > input[type=number]:read-only,
.crp-form form .champs .crp-col-auto > .form-group > input[type=tel]:read-only,
.crp-form form .champs .crp-col-auto > .form-group > input[type=password]:read-only,
.crp-form form .champs .crp-col-auto > .form-group > textarea:read-only,
.crp-form form .champs .children > .form-group > input[type=date]:read-only,
.crp-form form .champs .children > .form-group > input[type=text]:read-only,
.crp-form form .champs .children > .form-group > input[type=email]:read-only,
.crp-form form .champs .children > .form-group > input[type=number]:read-only,
.crp-form form .champs .children > .form-group > input[type=tel]:read-only,
.crp-form form .champs .children > .form-group > input[type=password]:read-only,
.crp-form form .champs .children > .form-group > textarea:read-only,
.crp-form form .champs .form-updated-field > .form-group > input[type=date]:read-only,
.crp-form form .champs .form-updated-field > .form-group > input[type=text]:read-only,
.crp-form form .champs .form-updated-field > .form-group > input[type=email]:read-only,
.crp-form form .champs .form-updated-field > .form-group > input[type=number]:read-only,
.crp-form form .champs .form-updated-field > .form-group > input[type=tel]:read-only,
.crp-form form .champs .form-updated-field > .form-group > input[type=password]:read-only,
.crp-form form .champs .form-updated-field > .form-group > textarea:read-only,
.crp-form form .champs > .form-group > input[type=date]:read-only,
.crp-form form .champs > .form-group > input[type=text]:read-only,
.crp-form form .champs > .form-group > input[type=email]:read-only,
.crp-form form .champs > .form-group > input[type=number]:read-only,
.crp-form form .champs > .form-group > input[type=tel]:read-only,
.crp-form form .champs > .form-group > input[type=password]:read-only,
.crp-form form .champs > .form-group > textarea:read-only {
  background-color: #efefef !important;
  color: #666 !important;
}
.crp-form form .champs .form-group-parent > .form-group > input[type=date]:disabled,
.crp-form form .champs .form-group-parent > .form-group > input[type=text]:disabled,
.crp-form form .champs .form-group-parent > .form-group > input[type=email]:disabled,
.crp-form form .champs .form-group-parent > .form-group > input[type=number]:disabled,
.crp-form form .champs .form-group-parent > .form-group > input[type=tel]:disabled,
.crp-form form .champs .form-group-parent > .form-group > input[type=password]:disabled,
.crp-form form .champs .form-group-parent > .form-group > textarea:disabled,
.crp-form form .champs .crp-col-auto > .form-group > input[type=date]:disabled,
.crp-form form .champs .crp-col-auto > .form-group > input[type=text]:disabled,
.crp-form form .champs .crp-col-auto > .form-group > input[type=email]:disabled,
.crp-form form .champs .crp-col-auto > .form-group > input[type=number]:disabled,
.crp-form form .champs .crp-col-auto > .form-group > input[type=tel]:disabled,
.crp-form form .champs .crp-col-auto > .form-group > input[type=password]:disabled,
.crp-form form .champs .crp-col-auto > .form-group > textarea:disabled,
.crp-form form .champs .children > .form-group > input[type=date]:disabled,
.crp-form form .champs .children > .form-group > input[type=text]:disabled,
.crp-form form .champs .children > .form-group > input[type=email]:disabled,
.crp-form form .champs .children > .form-group > input[type=number]:disabled,
.crp-form form .champs .children > .form-group > input[type=tel]:disabled,
.crp-form form .champs .children > .form-group > input[type=password]:disabled,
.crp-form form .champs .children > .form-group > textarea:disabled,
.crp-form form .champs .form-updated-field > .form-group > input[type=date]:disabled,
.crp-form form .champs .form-updated-field > .form-group > input[type=text]:disabled,
.crp-form form .champs .form-updated-field > .form-group > input[type=email]:disabled,
.crp-form form .champs .form-updated-field > .form-group > input[type=number]:disabled,
.crp-form form .champs .form-updated-field > .form-group > input[type=tel]:disabled,
.crp-form form .champs .form-updated-field > .form-group > input[type=password]:disabled,
.crp-form form .champs .form-updated-field > .form-group > textarea:disabled,
.crp-form form .champs > .form-group > input[type=date]:disabled,
.crp-form form .champs > .form-group > input[type=text]:disabled,
.crp-form form .champs > .form-group > input[type=email]:disabled,
.crp-form form .champs > .form-group > input[type=number]:disabled,
.crp-form form .champs > .form-group > input[type=tel]:disabled,
.crp-form form .champs > .form-group > input[type=password]:disabled,
.crp-form form .champs > .form-group > textarea:disabled {
  background-color: #efefef !important;
  color: #666 !important;
}
.crp-form form .champs .form-group-parent > .form-group small,
.crp-form form .champs .crp-col-auto > .form-group small,
.crp-form form .champs .children > .form-group small,
.crp-form form .champs .form-updated-field > .form-group small,
.crp-form form .champs > .form-group small {
  width: 100%;
  margin-top: -1.5rem;
  font-style: italic;
  font-size: 0.8em;
}
@media only screen and (max-width : 640px) {
  .crp-form form .champs .form-group-parent > .form-group small,
  .crp-form form .champs .crp-col-auto > .form-group small,
  .crp-form form .champs .children > .form-group small,
  .crp-form form .champs .form-updated-field > .form-group small,
  .crp-form form .champs > .form-group small {
    margin-top: 0;
  }
}
.crp-form form .champs .form-group-parent > .form-group .invalid-feedback,
.crp-form form .champs .crp-col-auto > .form-group .invalid-feedback,
.crp-form form .champs .children > .form-group .invalid-feedback,
.crp-form form .champs .form-updated-field > .form-group .invalid-feedback,
.crp-form form .champs > .form-group .invalid-feedback {
  margin-top: -1.5rem;
}
.crp-form form .champs input[type=date],
.crp-form form .champs input[type=text],
.crp-form form .champs input[type=email],
.crp-form form .champs input[type=number],
.crp-form form .champs input[type=tel],
.crp-form form .champs input[type=password],
.crp-form form .champs input[type=file],
.crp-form form .champs textarea,
.crp-form form .champs select {
  background-color: #fff;
  padding: 1rem 1rem;
  box-shadow: 0px 0px 0px 0.46px rgba(0, 0, 0, 0.0509803922), 0px 0.46px 2.28px 0px rgba(0, 0, 0, 0.3019607843);
  font-size: 1.6rem;
  border-radius: 1rem;
  border: 0;
  color: #000;
  transition: all 0.25s ease;
  height: auto;
}
.crp-form form .champs input[type=date]:focus,
.crp-form form .champs input[type=text]:focus,
.crp-form form .champs input[type=email]:focus,
.crp-form form .champs input[type=number]:focus,
.crp-form form .champs input[type=tel]:focus,
.crp-form form .champs input[type=password]:focus,
.crp-form form .champs input[type=file]:focus,
.crp-form form .champs textarea:focus,
.crp-form form .champs select:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #3FA535;
}
.crp-form form .champs input[type=date]:disabled,
.crp-form form .champs input[type=text]:disabled,
.crp-form form .champs input[type=email]:disabled,
.crp-form form .champs input[type=number]:disabled,
.crp-form form .champs input[type=tel]:disabled,
.crp-form form .champs input[type=password]:disabled,
.crp-form form .champs input[type=file]:disabled,
.crp-form form .champs textarea:disabled,
.crp-form form .champs select:disabled {
  background-color: #efefef !important;
  color: #666 !important;
}
.crp-form form .submit {
  text-align: center;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.crp-form form .submit a {
  color: inherit;
  text-decoration: none;
}
.center {
  text-align: center;
}

.dashboard {
  padding-bottom: 4rem;
  transition: opacity 0.25s ease;
}
.dashboard.opacity0 {
  opacity: 0;
}
.dashboard > .container {
  padding: 3rem;
}
@media only screen and (max-width : 640px) {
  .dashboard > .container {
    padding: 1.5rem;
  }
}
.dashboard > .container .crp-row {
  display: flex;
  gap: 2rem;
}
@media only screen and (max-width : 640px) {
  .dashboard > .container .crp-row.rspv-column {
    flex-direction: column;
  }
  .dashboard > .container .crp-row.rspv-column .back-button {
    margin-bottom: 0;
  }
}
.dashboard > .container .crp-row.valign-center {
  align-items: center;
}
.dashboard > .container .crp-row label {
  color: #3333cc;
  font-family: "Montserrat-Bold";
}
.dashboard > .container .crp-row .crp-col-auto {
  flex: 1;
}
.dashboard > .container .crp-row .crp-col-auto .borderme {
  border: 1px solid #3333cc;
}
.dashboard > .container .crp-row .crp-col-auto .css_mce.borderme {
  border: 2px solid #3333cc;
  padding: 1rem 2rem;
  border-radius: 10px;
}
.dashboard > .container .crp-row .crp-col-auto .css_mce.borderme p {
  margin: 0;
  color: #3333cc;
}
.dashboard > .container .dashboard-nav {
  display: block;
}
.dashboard > .container .dashboard-nav ul, .dashboard > .container .dashboard-nav li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.dashboard > .container .dashboard-nav ul {
  display: flex;
  font-size: 1.8rem;
  gap: 2rem;
  justify-content: flex-end;
}
@media only screen and (max-width : 640px) {
  .dashboard > .container .dashboard-nav ul {
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 2rem;
  }
}
.dashboard > .container .dashboard-nav ul li {
  font-family: "Montserrat-Bold";
}
.dashboard > .container .dashboard-nav ul li a {
  color: #3FA535;
  text-decoration: none;
  transition: all 0.25s ease;
}
.dashboard > .container .dashboard-nav ul li a .fa {
  color: #3333cc;
}
.dashboard > .container .dashboard-nav ul li a:hover {
  color: #3333cc;
}
.dashboard > .container .companions-content {
  max-width: 720px;
  margin: 0 auto;
}
.dashboard > .container .session-docs-content {
  max-width: 720px;
  margin: 0 auto;
}
.dashboard > .container .session-docs-content table.session-docs-table {
  width: 100%;
  border: 0;
  padding: 0;
  margin: 3rem 0;
  border-spacing: 2px;
  border-collapse: separate;
}
.dashboard > .container .session-docs-content table.session-docs-table tbody tr:hover td {
  background-color: rgba(255, 255, 255, 0.6);
}
.dashboard > .container .session-docs-content table.session-docs-table th,
.dashboard > .container .session-docs-content table.session-docs-table td {
  border-radius: 5px;
  border: 1px solid #3333cc;
  color: #3333cc;
  background-color: #fff;
  padding: 1rem;
  text-align: center;
  font-family: "Montserrat-Regular";
  font-size: 1.4rem;
  transition: background-color 0.25s ease;
}
.dashboard > .container .session-docs-content table.session-docs-table th a,
.dashboard > .container .session-docs-content table.session-docs-table td a {
  color: inherit;
  display: inline-block;
  border-radius: 10px;
  padding: 0.5rem 1rem;
  transition: all 0.25s ease;
}
.dashboard > .container .session-docs-content table.session-docs-table th a .far,
.dashboard > .container .session-docs-content table.session-docs-table th a .fa,
.dashboard > .container .session-docs-content table.session-docs-table td a .far,
.dashboard > .container .session-docs-content table.session-docs-table td a .fa {
  color: #3FA535;
  font-size: 1.4em;
  vertical-align: middle;
}
.dashboard > .container .session-docs-content table.session-docs-table th a:hover,
.dashboard > .container .session-docs-content table.session-docs-table td a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #3333cc;
}
.dashboard > .container .session-docs-content table.session-docs-table th a:hover .far,
.dashboard > .container .session-docs-content table.session-docs-table th a:hover .fa,
.dashboard > .container .session-docs-content table.session-docs-table td a:hover .far,
.dashboard > .container .session-docs-content table.session-docs-table td a:hover .fa {
  color: #fff;
}
.dashboard > .container .session-docs-content table.session-docs-table th {
  background-color: #c8c8e7;
  font-family: "Montserrat-Bold";
  text-transform: uppercase;
}
.dashboard > .container .dashboard-content {
  max-width: 720px;
  margin: 0 auto;
}
.dashboard > .container .dashboard-content .infos {
  margin-bottom: 4rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid #3333cc;
}
@media only screen and (max-width : 640px) {
  .dashboard > .container .dashboard-content .infos {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }
}
.dashboard > .container .dashboard-content .infos ul, .dashboard > .container .dashboard-content .infos li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  line-height: normal;
}
.dashboard > .container .dashboard-content .infos ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 1.8rem;
}
@media only screen and (max-width : 640px) {
  .dashboard > .container .dashboard-content .infos ul {
    font-size: 1.6rem;
  }
}
.dashboard > .container .dashboard-content .infos ul li a {
  color: inherit;
  text-decoration: none;
}
.dashboard > .container .dashboard-content .infos ul li a:hover {
  color: #3333cc;
}
.dashboard > .container .dashboard-content .infos ul li a .fa, .dashboard > .container .dashboard-content .infos ul li a .fas {
  font-size: 0.8em;
}
.dashboard > .container .dashboard-content .infos ul li strong {
  color: #3333cc;
  font-weight: normal;
}
.dashboard > .container .dashboard-content .blocs {
  margin-bottom: 4rem;
}
.dashboard > .container .dashboard-content .blocs ul, .dashboard > .container .dashboard-content .blocs li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
}
.dashboard > .container .dashboard-content .blocs ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}
@media only screen and (max-width : 640px) {
  .dashboard > .container .dashboard-content .blocs ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.dashboard > .container .dashboard-content .blocs ul li {
  display: flex;
}
.dashboard > .container .dashboard-content .blocs ul li em,
.dashboard > .container .dashboard-content .blocs ul li a {
  font-style: normal;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 3px solid #3333cc;
  gap: 0.5rem;
  font-size: 1.8rem;
  padding: 15px 5px;
  border-radius: 15px;
  color: #000;
  text-decoration: none;
  transition: all 0.25s ease;
  justify-content: center;
}
@media only screen and (max-width : 640px) {
  .dashboard > .container .dashboard-content .blocs ul li em,
  .dashboard > .container .dashboard-content .blocs ul li a {
    font-size: 1.6rem;
    padding: 10px 5px;
  }
}
.dashboard > .container .dashboard-content .blocs ul li em span,
.dashboard > .container .dashboard-content .blocs ul li a span {
  display: block;
  text-align: center;
  line-height: normal;
}
.dashboard > .container .dashboard-content .blocs ul li em .bloc-icon,
.dashboard > .container .dashboard-content .blocs ul li a .bloc-icon {
  text-align: center;
}
.dashboard > .container .dashboard-content .blocs ul li em .bloc-icon img,
.dashboard > .container .dashboard-content .blocs ul li a .bloc-icon img {
  max-width: 50px;
  max-height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: all 0.25s ease;
}
@media only screen and (max-width : 640px) {
  .dashboard > .container .dashboard-content .blocs ul li em .bloc-icon img,
  .dashboard > .container .dashboard-content .blocs ul li a .bloc-icon img {
    max-width: 50px;
    max-height: 30px;
  }
}
.dashboard > .container .dashboard-content .blocs ul li em {
  border-color: #666;
  opacity: 0.5;
}
.dashboard > .container .dashboard-content .blocs ul li em .bloc-icon img {
  filter: brightness(0);
  opacity: 0.7;
}
.dashboard > .container .dashboard-content .blocs ul li a:hover {
  color: #fff;
  background-color: #3333cc;
}
.dashboard > .container .dashboard-content .blocs ul li a:hover .bloc-icon img {
  filter: brightness(0) invert(1);
}

@media only screen and (max-width : 640px) {
  .cont-prices {
    overflow-x: scroll;
  }
}

table.feesTable {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  border-collapse: separate;
  border-spacing: 8px;
}
table.feesTable td, table.feesTable th {
  border-radius: 5px;
  line-height: normal;
  box-sizing: border-box;
  vertical-align: middle;
}
table.feesTable thead tr th {
  padding: 3rem 0.5rem;
  text-align: center;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-family: "Montserrat-Regular";
  font-weight: normal;
  color: #000;
  box-shadow: 0px 0px 0px 0.5px rgba(0, 0, 0, 0.1019607843), 0px 0.5px 2.5px 0px rgba(0, 0, 0, 0.4);
}
table.feesTable thead tr th:first-child {
  box-shadow: none;
  width: 125px;
}
table.feesTable thead tr th div {
  white-space: nowrap;
}
table.feesTable thead tr th span {
  display: block;
  font-family: "Montserrat-Bold";
  white-space: nowrap;
}
table.feesTable tfoot tr th {
  padding: 1.5rem 1rem;
  text-align: right;
  color: #3333cc;
  font-size: 1.8rem;
  font-family: "Montserrat-Bold";
  font-weight: normal;
}
table.feesTable tfoot tr td {
  padding: 1.5rem 1rem;
  text-align: right;
  color: #3333cc;
  font-size: 1.8rem;
  font-family: "Montserrat-Bold";
  font-weight: normal;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2784313725);
  background-color: #fff;
  border: 2px solid #fff;
}
table.feesTable tbody tr th {
  color: #3333cc;
  font-family: "Montserrat-Regular";
  border: 2px solid #3333cc;
  padding: 0.5rem;
  background-color: #fff;
}
table.feesTable tbody tr th > div {
  text-align: center;
}
table.feesTable tbody tr th > div > img {
  display: block;
  width: 100%;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 0.5rem;
}
table.feesTable tbody tr th > div > strong {
  display: block;
  font-weight: normal;
  font-size: 1.6rem;
  font-family: "Montserrat-Medium";
}
table.feesTable tbody tr th > div > em {
  color: #000;
  font-size: 1rem;
  font-style: normal;
  font-weight: normal;
}
table.feesTable tbody tr td {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2784313725);
  background-color: rgba(255, 255, 255, 0.4);
  text-align: center;
  border: 2px solid #fff;
}
table.feesTable tbody tr td.td-setting {
  font-size: 1.2rem;
  padding: 0.5rem;
}
table.feesTable tbody tr td.selected {
  background-color: #fff;
  border: 3px solid #3333cc !important;
}
table.feesTable tbody tr td .originalRate {
  text-align: center;
  margin-bottom: 0.5rem;
}
table.feesTable tbody tr td .newRate label {
  display: block;
  font-family: "Montserrat-Bold";
}
table.feesTable tbody tr td .newRate input[type=text] {
  display: block;
  width: 100%;
  max-width: 90px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
  font-size: 1.4rem;
  font-family: "Montserrat-Bold";
  text-align: center;
  background-color: #ededed !important;
}
table.feesTable tbody tr td .newRate input[type=text]:focus {
  background-color: #fff !important;
}
table.feesTable tbody tr td > .price {
  font-size: 1.8rem;
  font-family: "Montserrat-Bold";
  white-space: nowrap;
}

.iconed-btn {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  align-content: normal;
  border-radius: 2rem;
  border: 3px solid #fff;
  background: #f5f5f5;
  color: #3333cc;
  font-family: "Montserrat-Bold";
  font-size: 1.8rem;
  font-weight: normal;
  text-decoration: none;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2509803922);
  overflow: hidden;
  max-width: 630px;
  margin: 0 auto;
  line-height: normal;
  padding: 0;
  transition: all 0.25s ease;
}
@media only screen and (max-width : 640px) {
  .iconed-btn {
    font-size: 1.6rem;
  }
}
.iconed-btn:hover {
  background-color: #3333cc;
  text-decoration: none;
  color: #fff;
  box-shadow: none;
}
.iconed-btn .icc {
  background: #3333cc;
  padding: 7px 15px;
  width: 90px; /* Firefox */
  box-sizing: border-box;
  display: flex;
}
.iconed-btn .icc .ic {
  background: transparent none center center no-repeat;
  position: relative;
  flex: 1;
}
.iconed-btn .icc .ic:after {
  content: "";
  display: block;
  position: absolute;
  left: 60%;
  bottom: 0;
}
.iconed-btn .icc .ic.icon-user-checked {
  background-image: url(../img/icon-user.png);
  background-size: contain;
}
.iconed-btn .icc .ic.icon-user-checked:after {
  width: 30px;
  height: 30px;
  background: transparent url(../img/vector_checked.svg) center center no-repeat;
  background-size: contain;
}
.iconed-btn .icc .ic.icon-user-plus {
  background-image: url(../img/icon-user.png);
  background-size: contain;
}
.iconed-btn .icc .ic.icon-user-plus:after {
  width: 30px;
  height: 30px;
  background: transparent url(../img/vector_plus.svg) center center no-repeat;
  background-size: contain;
}
.iconed-btn .text {
  padding: 15px 15px;
  flex: 1;
  text-align: center;
}

.homepage-buttons {
  margin: 4rem 0;
  display: flex;
  gap: 2rem;
  flex-direction: column;
  justify-content: center;
}

.btn {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-family: "Montserrat-Bold";
  font-size: 1.8rem;
  border-radius: 10px;
  font-family: "Montserrat-Bold";
  font-weight: normal;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  transition: all 0.25s ease;
  background-color: #3333cc;
  border-color: #3333cc;
  color: #fff !important;
}
.btn:hover {
  background-color: rgb(40.8, 40.8, 163.2);
  border-color: rgb(40.8, 40.8, 163.2);
  box-shadow: none;
  text-decoration: none !important;
}
.btn.apply:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  margin-right: 0.5rem;
}
.btn.reset {
  background-color: #c92523;
  border-color: #c92523;
  color: #fff !important;
}
.btn.reset:before {
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  margin-right: 0.5rem;
}
.btn.reset:hover {
  background-color: rgb(157.563559322, 29.0042372881, 27.436440678);
  border-color: rgb(157.563559322, 29.0042372881, 27.436440678);
  box-shadow: none;
}
.btn.btn-danger {
  background-color: #c92523;
  border-color: #c92523;
  color: #fff !important;
}
.btn.btn-secondary {
  background-color: #3FA535;
  border-color: #3FA535;
  color: #fff !important;
}
.btn.btn-secondary:hover {
  background-color: rgb(48.2614678899, 126.3990825688, 40.6009174312);
  border-color: rgb(48.2614678899, 126.3990825688, 40.6009174312);
  box-shadow: none;
}
.btn.btn-light {
  background-color: #fff;
  border-color: #fff;
  color: #212529 !important;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
}
.btn.btn-light:hover {
  background-color: #e2e6ea;
  border-color: #e2e6ea;
  box-shadow: none;
}
.btn.big {
  border-radius: 5px;
}
.btn.btn-sm {
  border-radius: 3px;
}
.btn.mini {
  font-size: 1.4rem;
  padding: 0.5rem 1rem;
  border-radius: 3px;
}
.btn.micro {
  font-size: 1rem;
  padding: 0.25rem 0.5rem;
  font-family: "Montserrat-Regular";
  border-radius: 5px;
}

.cont-filters {
  font-size: 1.4rem;
}
.cont-filters input[type=text] {
  width: 150px;
}
.cont-filters select {
  max-width: 150px;
}
.cont-filters .form-control {
  font-size: 1.4rem;
  line-height: normal;
  font-family: "Montserrat-Medium";
}

.nc-form-setting .form-content .form-settings {
  padding: 0;
  margin: 0;
}
.nc-form-setting .form-content .form-settings .rubrique-checkbox {
  display: none;
}
.nc-form-setting .form-content .form-settings .rubrique-checkbox:checked + .form-block {
  border-color: #5bc752;
  background-color: #fff;
}
.nc-form-setting .form-content .form-settings .rubrique-checkbox:checked + .form-block .rubrique-titre-txt:after {
  content: "\f106";
}
.nc-form-setting .form-content .form-settings .rubrique-checkbox:checked + .form-block .champs {
  display: block;
  animation: slideDown 0.5s ease-in-out forwards;
}
@keyframes slideDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.nc-form-setting .form-content .form-settings .form-block {
  border: 3px solid transparent;
  background-color: #fff;
  margin-bottom: 2rem;
  background-color: rgba(198, 255, 193, 0.6);
  border-radius: 2rem;
  transition: all 0.25s ease;
  font-size: 1.8rem;
}
.nc-form-setting .form-content .form-settings .form-block .rubrique-titre {
  display: block;
  padding: 1.5rem 3rem;
  margin: 0;
  cursor: pointer;
}
.nc-form-setting .form-content .form-settings .form-block .rubrique-titre .rubrique-titre-txt {
  color: #3FA535;
  font-size: 3rem;
  font-family: "Montserrat-Bold";
  display: block;
  position: relative;
  padding-right: 4rem;
}
.nc-form-setting .form-content .form-settings .form-block .rubrique-titre .rubrique-titre-txt:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  margin-right: 1rem;
  font-size: 1em;
  color: inherit;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.nc-form-setting .form-content .form-settings .form-block > .champs {
  display: none;
  padding: 0 3rem 3rem 3rem;
}
.nc-form-setting .form-content .form-settings .form-block > .champs > .toggle-checkbox > input[type=checkbox] {
  display: none;
}
.nc-form-setting .form-content .form-settings .form-block > .champs > .toggle-checkbox > label:before {
  color: #fff;
  content: "\f111";
  background-color: #666;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  margin-right: 1rem;
  padding: 2px 20px 2px 2px;
  border-radius: 15px;
  line-height: normal;
  transition: all 0.25s ease;
}
.nc-form-setting .form-content .form-settings .form-block > .champs > .toggle-checkbox > input[type=checkbox]:checked + label:before {
  background-color: #3FA535;
  padding: 2px 2px 2px 20px;
}
.nc-form-setting .form-content .form-settings .form-block > .champs > .form-check > label {
  display: inline-block;
  margin-left: 1rem;
  transition: all 0.25s ease;
}
.nc-form-setting .form-content .form-settings .form-block > .champs > .form-check > input[type=checkbox]:checked + label {
  font-family: "Montserrat-Bold";
  color: #3FA535;
  padding: 0.5rem 1rem 0.5rem 0.5rem;
  background-color: rgba(198, 255, 193, 0.6);
  border-radius: 1rem;
}
.nc-form-setting .form-content .form-settings .form-block > .champs > .form-group {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.nc-form-setting .form-content .form-settings .form-block > .champs > .form-group > label {
  margin: 0;
}
.nc-form-setting .form-content .form-settings .form-block > .champs > .form-group > input[type=text],
.nc-form-setting .form-content .form-settings .form-block > .champs > .form-group > input[type=email],
.nc-form-setting .form-content .form-settings .form-block > .champs > .form-group > input[type=number],
.nc-form-setting .form-content .form-settings .form-block > .champs > .form-group > input[type=tel],
.nc-form-setting .form-content .form-settings .form-block > .champs > .form-group > input[type=password],
.nc-form-setting .form-content .form-settings .form-block > .champs > .form-group > select {
  flex: 1;
}
.nc-form-setting .form-content .form-settings .form-block > .champs > .form-group > textarea {
  width: 100%;
}
.nc-form-setting .form-content .form-settings .form-block > .champs .fees-cont .currencySetting {
  margin: 2rem 0;
  padding: 2rem;
  border-radius: 1.4rem;
  background-color: rgba(198, 255, 193, 0.6);
  display: flex;
  gap: 1rem;
  font-family: "Montserrat-Bold";
  max-width: 370px;
  align-items: center;
  justify-content: space-between;
}
.nc-form-setting .form-content .form-settings .form-block > .champs .fees-cont .currencySetting input {
  max-width: 100px;
  margin: 0;
}
.nc-form-setting .form-content .form-settings .form-block > .champs .fees-cont p.information {
  color: #3FA535;
  font-family: "Montserrat-Bold";
}
.nc-form-setting .form-content .form-settings .form-block > .champs .fees-cont p.information:before {
  content: "\f06a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  margin-right: 1rem;
}
.nc-form-setting .form-content .form-settings .form-block > .champs .buttons {
  margin-top: 3rem;
  display: flex;
  gap: 2rem;
}
.nc-form-setting .form-content .form-settings .form-block > .champs input[type=text],
.nc-form-setting .form-content .form-settings .form-block > .champs input[type=email],
.nc-form-setting .form-content .form-settings .form-block > .champs input[type=number],
.nc-form-setting .form-content .form-settings .form-block > .champs input[type=tel],
.nc-form-setting .form-content .form-settings .form-block > .champs input[type=password],
.nc-form-setting .form-content .form-settings .form-block > .champs textarea,
.nc-form-setting .form-content .form-settings .form-block > .champs select {
  background-color: #fff;
  padding: 1rem 1rem;
  box-shadow: 0px 0px 0px 0.46px rgba(0, 0, 0, 0.0509803922), 0px 0.46px 2.28px 0px rgba(0, 0, 0, 0.3019607843);
  font-size: 1.6rem;
  border-radius: 1rem;
  border: 0;
  color: #000;
  transition: all 0.25s ease;
}
.nc-form-setting .form-content .form-settings .form-block > .champs input[type=text]:focus,
.nc-form-setting .form-content .form-settings .form-block > .champs input[type=email]:focus,
.nc-form-setting .form-content .form-settings .form-block > .champs input[type=number]:focus,
.nc-form-setting .form-content .form-settings .form-block > .champs input[type=tel]:focus,
.nc-form-setting .form-content .form-settings .form-block > .champs input[type=password]:focus,
.nc-form-setting .form-content .form-settings .form-block > .champs textarea:focus,
.nc-form-setting .form-content .form-settings .form-block > .champs select:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #3FA535;
}

#loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.6);
  display: none;
}
#loader > div {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.lds-ripple {
  color: rgb(101, 238, 101);
}

.lds-ripple,
.lds-ripple div {
  box-sizing: border-box;
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ripple div {
  position: absolute;
  border: 4px solid currentColor;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 1;
  }
  100% {
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    opacity: 0;
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.css_mce .center {
  text-align: center;
}
.css_mce p {
  margin: 1rem 0;
}
.css_mce p strong {
  font-family: "Montserrat-Bold";
  font-weight: normal;
}
.css_mce table {
  font-size: 1.6rem;
}
.css_mce table td strong,
.css_mce table th strong {
  font-family: "Montserrat-Bold";
  font-weight: normal;
}
.css_mce table.crp-table {
  background-color: #fff;
}
.css_mce table.crp-table td,
.css_mce table.crp-table th {
  border: 1px solid #d1d1d3;
  padding: 1rem;
}
.css_mce table.crp-table td strong,
.css_mce table.crp-table th strong {
  font-family: "Montserrat-Bold";
  font-weight: normal;
}
.css_mce table.crp-table td strong {
  color: #3333cc;
}
.css_mce table.crp-table > tbody > tr > th {
  vertical-align: middle;
}
.css_mce p,
.css_mce li {
  font-size: 1.6rem;
  font-family: "Montserrat-Regular";
  color: #000;
}
@media only screen and (max-width : 640px) {
  .css_mce p,
  .css_mce li {
    font-size: 1.4rem;
  }
}
.css_mce p a,
.css_mce li a {
  color: #3FA535;
  text-decoration: none;
  font-family: "Montserrat-Bold";
  font-weight: normal;
}
.css_mce p a:hover,
.css_mce li a:hover {
  color: rgb(48.2614678899, 126.3990825688, 40.6009174312);
  text-decoration: underline;
}
.css_mce p strong,
.css_mce li strong {
  font-family: "Montserrat-Bold";
  font-weight: normal;
}
.css_mce ol,
.css_mce ul {
  margin: 1rem 0;
}
.css_mce h1,
.css_mce .h1 {
  margin: 1rem 0;
  font-size: 2rem;
  color: #3333cc;
  font-family: "Montserrat-Bold";
  font-weight: normal;
}
.css_mce h1.big,
.css_mce .h1.big {
  font-size: 4rem;
  margin-bottom: 3rem;
  line-height: 3rem;
}
.css_mce h1.big small,
.css_mce .h1.big small {
  font-size: 2rem;
  font-weight: normal;
  font-family: "Montserrat-Light";
}
.css_mce h2,
.css_mce .h2 {
  margin: 1rem 0;
  font-size: 1.8rem;
  font-family: "Montserrat-Medium";
  font-weight: normal;
}
.css_mce h3,
.css_mce .h3 {
  margin: 1rem 0;
  font-size: 1.4rem;
  font-weight: normal;
  color: #3333cc;
  font-family: "Montserrat-Medium";
}
.css_mce h4,
.css_mce .h4 {
  margin: 1rem 0;
  font-size: 1.8rem;
  font-weight: normal;
  font-family: "Montserrat-Regular";
  color: #000;
}

/*
.form-preview,
.form-settings {
	fieldset {
		margin-bottom: 1rem;
		&.rubrique-block {
			padding: 1rem;
			border: 1px solid #b2dbb8;
			background-color: #edf2eb;
			&.has-champs-1{
				.champs {
					display: none;
				}
				.legend {
					cursor: pointer;
				}
			}
		}
		.legend {
			color: $color-primaire;
			font-size: 1.6rem;
			font-family: $font-bold;
			text-transform: uppercase;
		}
	}
}
*/
.form-group > label.required:after,
.form-group > legend.required:after,
.form-check > input[type=checkbox] ~ label.required:after {
  content: " *";
  color: #3333cc;
  font-size: 1.4em;
}

#ajaxLoader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.8);
  display: none;
  width: 100%;
  height: 100%;
  align-self: center;
  justify-content: center;
}
#ajaxLoader.visible {
  display: flex;
}
#ajaxLoader .flexme {
  display: flex;
  align-self: center;
  justify-content: center;
}
#ajaxLoader .flexme span {
  font-size: 3rem;
  color: #3333cc;
}

.nc-container {
  padding-bottom: 3rem;
}
.nc-container .nc-menu {
  margin-bottom: 3rem;
}
.nc-container .nc-menu .container nav ul, .nc-container .nc-menu .container nav li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.nc-container .nc-menu .container nav > ul {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}
.nc-container .nc-menu .container nav > ul > li {
  font-size: 1.6rem;
  font-family: "Montserrat-Bold";
}
.nc-container .nc-menu .container nav > ul > li a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  color: #3FA535;
  background-color: #fff;
  padding: 0.5rem 1.5rem;
  transition: all 0.25s ease;
  border-radius: 15px;
}
.nc-container .nc-menu .container nav > ul > li a.selected, .nc-container .nc-menu .container nav > ul > li a:hover {
  text-decoration: none;
  background-color: #3FA535;
  color: #fff;
}

.form-group-contenu {
  width: 100%;
  display: block;
  margin-top: 3rem;
}
.form-group-contenu .css_mce h2 {
  font-family: "Montserrat-Bold";
}
fieldset.form-group {
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  max-width: 100%;
}

.form-group-radio-inline {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  width: auto;
}
.form-group-radio-inline > legend {
  font-family: "Montserrat-Medium";
  color: #3333cc;
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
}
.form-group-radio-inline > div {
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: auto;
  gap: 2rem;
  padding-left: 2rem;
}
.form-group-radio-inline > div > .form-check > input {
  position: static;
  margin: 5px 0 0 0;
}
.form-group-radio-inline > div > .form-check > label {
  transition: all 0.25s ease;
}
.form-group-radio-inline > div > .form-check > input[value=Yes] ~ label,
.form-group-radio-inline > div > .form-check > input[value=yes] ~ label,
.form-group-radio-inline > div > .form-check > input[value="1"] ~ label {
  color: #40b521;
  border-color: #40b521;
  padding: 0.25rem 1rem;
  border-radius: 5px;
  border-width: 1px;
  font-family: "Montserrat-Bold";
  margin-left: 0 !important;
}
.form-group-radio-inline > div > .form-check > input[value=No] ~ label,
.form-group-radio-inline > div > .form-check > input[value=no] ~ label,
.form-group-radio-inline > div > .form-check > input[value="0"] ~ label {
  color: #c92523;
  border-color: #c92523;
  padding: 0.25rem 1rem;
  border-radius: 5px;
  border-width: 1px;
  font-family: "Montserrat-Bold";
  margin-left: 0 !important;
}
.form-group-radio-inline > div > .form-check > input:checked ~ label {
  background-color: #fff;
  border-style: solid;
}

.registration-form-step-2 .form-group-cigrenumber {
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
.registration-form-step-2 .form-group-cigrenumber label {
  font-family: "Montserrat-Bold" !important;
}
.registration-form-step-2 .form-group-cigrenumber > input {
  max-width: 200px;
}

.form-group-cigrenumber > small {
  text-align: center;
  width: 100%;
}
.form-group-cigrenumber.ok > input {
  border: 1px solid #3FA535 !important;
}
.form-group-cigrenumber.ko > input {
  border: 1px solid #c92523 !important;
}

@media only screen and (max-width : 640px) {
  .rspv-hidden {
    display: none;
  }
}

table.crp-table,
table.table-delegates {
  background-color: #fff;
  margin-bottom: 4rem;
}
table.crp-table thead tr th,
table.table-delegates thead tr th {
  background-color: #3333cc;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  vertical-align: inherit;
}
table.crp-table tbody tr th, table.crp-table tbody tr td,
table.table-delegates tbody tr th,
table.table-delegates tbody tr td {
  font-size: 1.4rem;
  line-height: normal;
}
table.crp-table tbody tr th > hr, table.crp-table tbody tr td > hr,
table.table-delegates tbody tr th > hr,
table.table-delegates tbody tr td > hr {
  margin: 0.5rem 0;
}
table.crp-table tbody tr th > em, table.crp-table tbody tr td > em,
table.table-delegates tbody tr th > em,
table.table-delegates tbody tr td > em {
  font-weight: normal;
  font-weight: 400;
}
table.crp-table tbody tr th.td-center, table.crp-table tbody tr td.td-center,
table.table-delegates tbody tr th.td-center,
table.table-delegates tbody tr td.td-center {
  text-align: center;
  vertical-align: middle;
}
table.crp-table tbody tr th.td-action, table.crp-table tbody tr td.td-action,
table.table-delegates tbody tr th.td-action,
table.table-delegates tbody tr td.td-action {
  background-color: #3FA535;
  vertical-align: middle;
  text-align: center;
}
table.crp-table tbody tr th.td-action > span,
table.crp-table tbody tr th.td-action > a, table.crp-table tbody tr td.td-action > span,
table.crp-table tbody tr td.td-action > a,
table.table-delegates tbody tr th.td-action > span,
table.table-delegates tbody tr th.td-action > a,
table.table-delegates tbody tr td.td-action > span,
table.table-delegates tbody tr td.td-action > a {
  display: inline-block;
  font-size: 1.4rem;
  color: #fff;
  text-decoration: none;
}
table.crp-table tbody tr th.td-action > span .fa,
table.crp-table tbody tr th.td-action > a .fa, table.crp-table tbody tr td.td-action > span .fa,
table.crp-table tbody tr td.td-action > a .fa,
table.table-delegates tbody tr th.td-action > span .fa,
table.table-delegates tbody tr th.td-action > a .fa,
table.table-delegates tbody tr td.td-action > span .fa,
table.table-delegates tbody tr td.td-action > a .fa {
  display: block;
}
table.crp-table tbody tr th.td-action a + a, table.crp-table tbody tr td.td-action a + a,
table.table-delegates tbody tr th.td-action a + a,
table.table-delegates tbody tr td.td-action a + a {
  margin-left: 1rem;
}
@media only screen and (max-width : 640px) {
  table.crp-table.crp-table-purchase tbody tr,
  table.table-delegates.crp-table-purchase tbody tr {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: 1fr;
  }
  table.crp-table.crp-table-purchase tbody tr th,
  table.table-delegates.crp-table-purchase tbody tr th {
    background: #d1d1d3;
  }
}

.sc-index .btn-reviews {
  position: relative;
  padding: 1.5rem 3rem;
}
.sc-index .btn-reviews:after {
  min-width: 25px;
  height: 25px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 1.4rem;
  font-family: "Montserrat-Regular";
  content: attr(data-count);
  background: #c92523;
  color: #ffffff;
}

@media only screen and (max-width : 640px) {
  .contributions-content .rspv-column {
    gap: 0 !important;
  }
}

.contribution-content {
  display: flex;
  gap: 2rem;
}
@media only screen and (max-width : 640px) {
  .contribution-content {
    flex-direction: column;
    gap: 0;
  }
  .contribution-content .container-bordered {
    margin: 1rem auto;
  }
}
.contribution-content .contribution-resume {
  flex: 1;
}
.contribution-content .contribution-comments {
  flex: 1;
}
.contribution-content .contribution-resume h2, .contribution-content .contribution-comments h2 {
  font-size: 1.6rem;
  font-weight: normal;
  border-bottom: 1px solid #3333cc;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
.contribution-content .contribution-resume h2 strong, .contribution-content .contribution-comments h2 strong {
  font-weight: normal;
  font-family: "Montserrat-Bold";
}
.contribution-content .contribution-resume span, .contribution-content .contribution-resume p, .contribution-content .contribution-comments span, .contribution-content .contribution-comments p {
  font-size: 1.4rem;
  color: #000;
  display: block;
}
.contribution-content .contribution-resume span strong, .contribution-content .contribution-resume p strong, .contribution-content .contribution-comments span strong, .contribution-content .contribution-comments p strong {
  font-family: "Montserrat-Bold";
  font-weight: normal;
}
.contribution-content .contribution-resume a, .contribution-content .contribution-comments a {
  color: #3333cc;
}
.contribution-content .comment ul li {
  font-size: 1.4rem;
}
.contribution-content .comment ul li a {
  color: #3333cc;
}
.contribution-content .contribution-comments textarea {
  height: 150px !important;
  font-size: 1.4rem !important;
}
.contribution-content .contribution-comments legend {
  font-size: 1.4rem;
}
.contribution-content .contribution-comments .form-submit {
  margin-top: 2rem;
}
.contribution-content .contribution-comments .btn {
  font-size: 1.6rem;
}
.contribution-content .contribution-comments .spacer {
  height: 10px;
}
.contribution-content .contribution-comments .triggerToggle {
  border: none;
  background: transparent;
  width: 100%;
  cursor: pointer;
  border-bottom: 1px solid #3333cc;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  display: flex;
  justify-content: space-between;
}
.contribution-content .contribution-comments .triggerToggle h2 {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.contribution-content .contribution-comments .triggerToggle:after {
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  content: "\f056";
  font-weight: bold;
  color: #3333cc;
  font-size: 1.6rem;
}
.contribution-content .contribution-comments .triggerToggle:hover:after {
  color: #3FA535;
}
.contribution-content .contribution-comments .comments.toggleHidden .triggerToggle:after {
  content: "\f055";
}
.contribution-content .contribution-comments .comments.toggleHidden .all-comments .comment {
  display: none;
}
.contribution-content .contribution-comments .comments.toggleHidden .all-comments .comment:first-child {
  display: block;
}
.contribution-content .contribution-comments .comments .comment {
  border-top: 1px solid #000;
  padding-top: 1rem;
  margin-top: 1rem;
}
.contribution-content .contribution-comments .comments .comment:first-child {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}

.notifyjs-corner .notifyjs-wrapper {
  font-size: 1.4rem;
}

.popup-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 20;
}
.popup-modal.block {
  display: block;
}
.popup-modal .popup-content-flexme {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.popup-modal .popup-content-flexme .small-content,
.popup-modal .popup-content-flexme .medium-content,
.popup-modal .popup-content-flexme .contrat-content {
  width: 95%;
  max-width: 1100px;
  background-color: #fff;
  padding: 20px;
  max-height: 100%;
  overflow: auto; /* Firefox */
  box-sizing: border-box;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2784313725);
  border-radius: 3rem;
}
.popup-modal .popup-content-flexme .small-content.small-content,
.popup-modal .popup-content-flexme .medium-content.small-content,
.popup-modal .popup-content-flexme .contrat-content.small-content {
  max-width: 400px;
}
.popup-modal .popup-content-flexme .small-content.medium-content,
.popup-modal .popup-content-flexme .medium-content.medium-content,
.popup-modal .popup-content-flexme .contrat-content.medium-content {
  max-width: 600px;
}
.popup-modal .popup-content-flexme .small-content .popup-titre,
.popup-modal .popup-content-flexme .medium-content .popup-titre,
.popup-modal .popup-content-flexme .contrat-content .popup-titre {
  margin: 0 0 2rem;
  position: relative;
}
.popup-modal .popup-content-flexme .small-content .popup-titre:after,
.popup-modal .popup-content-flexme .medium-content .popup-titre:after,
.popup-modal .popup-content-flexme .contrat-content .popup-titre:after {
  content: "";
  display: block;
  height: 1px;
  background-color: #f1f1f1;
  margin-top: 5px;
  width: 100%;
}
.popup-modal .popup-content-flexme .small-content .popup-titre .css_mce,
.popup-modal .popup-content-flexme .medium-content .popup-titre .css_mce,
.popup-modal .popup-content-flexme .contrat-content .popup-titre .css_mce {
  flex: 1;
}
.popup-modal .popup-content-flexme .small-content .popup-titre .css_mce h1, .popup-modal .popup-content-flexme .small-content .popup-titre .css_mce h2, .popup-modal .popup-content-flexme .small-content .popup-titre .css_mce h3,
.popup-modal .popup-content-flexme .medium-content .popup-titre .css_mce h1,
.popup-modal .popup-content-flexme .medium-content .popup-titre .css_mce h2,
.popup-modal .popup-content-flexme .medium-content .popup-titre .css_mce h3,
.popup-modal .popup-content-flexme .contrat-content .popup-titre .css_mce h1,
.popup-modal .popup-content-flexme .contrat-content .popup-titre .css_mce h2,
.popup-modal .popup-content-flexme .contrat-content .popup-titre .css_mce h3 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  margin-top: 0;
}
.popup-modal .popup-content-flexme .small-content .popup-titre .css_mce p, .popup-modal .popup-content-flexme .small-content .popup-titre .css_mce li,
.popup-modal .popup-content-flexme .medium-content .popup-titre .css_mce p,
.popup-modal .popup-content-flexme .medium-content .popup-titre .css_mce li,
.popup-modal .popup-content-flexme .contrat-content .popup-titre .css_mce p,
.popup-modal .popup-content-flexme .contrat-content .popup-titre .css_mce li {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.popup-modal .popup-content-flexme .small-content .popup-titre .bt-close-popup,
.popup-modal .popup-content-flexme .medium-content .popup-titre .bt-close-popup,
.popup-modal .popup-content-flexme .contrat-content .popup-titre .bt-close-popup {
  position: absolute;
  top: 0;
  right: 0;
  color: #aaa;
  font-size: 2rem;
  border: 0;
  cursor: pointer;
  padding: 0;
  margin: 0;
  background: transparent;
  line-height: normal;
}
.popup-modal .popup-content-flexme .small-content .popup-titre .bt-close-popup:hover,
.popup-modal .popup-content-flexme .medium-content .popup-titre .bt-close-popup:hover,
.popup-modal .popup-content-flexme .contrat-content .popup-titre .bt-close-popup:hover {
  color: #3333cc;
}
.popup-modal .popup-content-flexme .small-content .popup-content .list-group,
.popup-modal .popup-content-flexme .medium-content .popup-content .list-group,
.popup-modal .popup-content-flexme .contrat-content .popup-content .list-group {
  background: #fff;
  font-size: 1.6rem;
  font-family: "Montserrat-Bold";
  line-height: normal;
}
.popup-modal .popup-content-flexme .small-content .popup-content .list-group .list-group-item.active,
.popup-modal .popup-content-flexme .medium-content .popup-content .list-group .list-group-item.active,
.popup-modal .popup-content-flexme .contrat-content .popup-content .list-group .list-group-item.active {
  background-color: #3333cc;
}
.popup-modal .popup-content-flexme .small-content .popup-content form > .form-group,
.popup-modal .popup-content-flexme .medium-content .popup-content form > .form-group,
.popup-modal .popup-content-flexme .contrat-content .popup-content form > .form-group {
  display: flex;
  align-items: center;
  gap: 15px;
}
.popup-modal .popup-content-flexme .small-content .popup-content form > .form-group > .checkbox,
.popup-modal .popup-content-flexme .medium-content .popup-content form > .form-group > .checkbox,
.popup-modal .popup-content-flexme .contrat-content .popup-content form > .form-group > .checkbox {
  display: flex;
  align-items: flex-start;
}
.popup-modal .popup-content-flexme .small-content .popup-content form > .form-group > .checkbox input,
.popup-modal .popup-content-flexme .medium-content .popup-content form > .form-group > .checkbox input,
.popup-modal .popup-content-flexme .contrat-content .popup-content form > .form-group > .checkbox input {
  margin-top: 5px;
}

.white-space {
  white-space: nowrap;
}

.form-group-password .invalid-feedback {
  margin-top: 0;
}
.form-group-password .form-control.is-invalid {
  background-position: right calc(0.375em + 0.1875rem + 3rem) center !important;
}

.password-toggler {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
@media only screen and (max-width : 640px) {
  .password-toggler {
    top: 50px;
  }
}

.relative {
  position: relative;
}

#readonlyForm {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.6);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

.bg-state-accepted,
.bg-state-paid {
  background-color: #cfffd5 !important;
  color: #3fa535 !important;
}

.bg-state-completed {
  background-color: #cfffd5 !important;
  color: #3fa535 !important;
}

.bg-state-pending {
  background-color: #ffe6cf !important;
  color: #a56735 !important;
}

.bg-state-review,
.bg-state-new {
  background-color: #cfdaff !important;
  color: #3562a5 !important;
}

.bg-state-rejected,
.bg-state-cancelled {
  background-color: #c9c9c9 !important;
  color: #383838 !important;
}

.bg-state-withdraw {
  background-color: #fff2f2 !important;
  color: #c92523 !important;
}

.line-boxes {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2rem;
}
.line-boxes.grid-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.line-boxes.grid-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.line-boxes > .box {
  padding: 1rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  position: relative;
}
.line-boxes > .box.mini .box-body .box-number {
  font-size: 1.4rem;
}
.line-boxes > .box.mini .box-body .box-title {
  font-size: 1.2rem;
}
.line-boxes > .box .children {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  width: 100%;
}
.line-boxes > .box:focus .children {
  display: block;
}
.line-boxes > .box .box-icon {
  margin-bottom: 1rem;
}
.line-boxes > .box .box-icon img {
  width: 100%;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
.line-boxes > .box .box-icon .fa {
  width: 100%;
  height: 100px;
  text-align: center;
  font-size: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.line-boxes > .box .box-body .box-number {
  text-align: center;
  font-size: 3rem;
  padding: 0;
  margin: 0;
}
.line-boxes > .box .box-body .box-title {
  text-align: center;
  font-size: 2rem;
  padding: 0;
  margin: 0;
}/*# sourceMappingURL=site.css.map */