@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap");
header {
  text-align: center;
  padding: 40px 40px;
}

.header-nav {
  margin: 0px 0 0;
  padding: 0px;
  position: relative;
  z-index: 20;
}

.header-nav .header-nav-block {
  height: 85px;
  padding: 10px 40px 10px 40px;
  background-color: #122431;
  border-bottom: 1px solid rgba(115, 155, 189, 0.2);
}

.header-nav .header-nav-block nav .content-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

@media (min-width: 220px) and (max-width: 1100px) {
  .header-nav .header-nav-block nav .content-menu .logo img {
    width: 150px;
    height: auto;
  }
}

.header-nav .header-nav-block nav .content-menu .link-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  width: 100%;
}

.header-nav .header-nav-block nav .content-menu .menu {
  list-style: none;
  padding: 0;
  margin-bottom: 7px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

.header-nav .header-nav-block nav .content-menu .menu .btn-connect {
  background-color: #739bbd;
  border: 1px solid #193144 !important;
  display: block;
  border-radius: 6px;
  color: #193144;
  padding: 5px 10px;
  margin-left: 30px;
}

.header-nav .header-nav-block nav .content-menu .menu .btn-connect:hover {
  background-color: rgba(115, 155, 189, 0.1);
  border: 1px solid #739bbd !important;
  color: #739bbd;
}

.header-nav .header-nav-block nav .content-menu .menu .dropdown-menu {
  z-index: 50;
}

.header-nav .header-nav-block nav .content-menu li a {
  text-decoration: none !important;
  text-transform: uppercase;
  color: #739bbd;
  font-weight: 700;
  font-size: 0.88rem;
  padding: 0 12px;
}

.header-nav .collapse {
  display: block;
}

.header-nav .btn-collapse-nav {
  display: none;
}

@media (min-width: 220px) and (max-width: 1100px) {
  .header-nav .header-nav-block {
    height: 65px;
    padding: 3px 20px 0px 20px;
    text-align: right;
  }
  .header-nav .collapse {
    display: none;
  }
  .header-nav .btn-collapse-nav {
    display: block;
    padding-right: 0px;
  }
}

.sticky {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 30;
}

.olv-menu {
  width: 310px;
  background-color: #193144;
  height: 100%;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: -310px;
  overflow-y: auto;
  transition: all 0.3s ease-out;
}

.olv-menu.close {
  translate: -310px 0;
}

.olv-menu.open {
  translate: 310px 0;
}

.olv-menu .olv-menu-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
  background-color: #193144;
  height: 65px;
}

.olv-menu .olv-menu-header .close {
  width: auto;
  height: auto;
  padding-right: 25px;
  cursor: pointer;
}

.olv-menu .olv-menu-body {
  padding-left: 25px;
  padding-right: 20px;
  padding-top: 20px;
}

.olv-menu .olv-menu-body li {
  margin: 15px 0;
}

.olv-menu .olv-menu-body li a {
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  color: white;
}

.olv-menu .olv-menu-body li a:hover {
  text-decoration: none;
}

.olv-menu .olv-menu-body p {
  color: white;
  font-size: 0.8rem;
}

.olv-menu .olv-menu-body .nums {
  font-weight: 800;
  color: white;
  font-size: 1.2rem;
}

.olv-menu .olv-menu-body hr {
  background: rgba(255, 255, 255, 0.2);
  border: 0;
  height: 1px;
  margin: 15px 0;
  opacity: 1;
}

.olv-menu .olv-menu-body .accordion {
  margin-top: 20px;
}

.olv-menu .olv-menu-body .accordion .accordion-item {
  background-color: transparent;
}

.olv-menu .olv-menu-body .accordion .accordion-button {
  font-weight: 700;
  font-size: 1rem;
  background-color: transparent;
  color: white;
  padding: 0 0;
}

.olv-menu .olv-menu-body .accordion .accordion-button:not(.collapsed) {
  color: white;
  background-color: #193144;
}

.olv-menu .olv-menu-body .accordion .accordion-button:focus {
  border-color: none;
  box-shadow: none;
}

.olv-menu .olv-menu-body .accordion .accordion-item {
  margin-bottom: 20px;
}

.open {
  cursor: pointer;
}

.publication-footer {
  position: fixed;
  bottom: 0;
  background-color: #122431;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  width: 100%;
  z-index: 50;
  text-align: center;
  padding: 20px 0;
}

.publication-footer .btn-full {
  background-color: #05b8af;
}
html {
  border: none !important;
}

html body {
  font-size: 1rem;
  letter-spacing: normal;
  background: #193144;
}

html h1, html h2, html h3, html h4, html h5, html h6, html p, html a {
  letter-spacing: normal !important;
  text-transform: none;
  font-family: "Ubuntu", Arial, sans-serif;
}

html p {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #FFF;
  margin-bottom: 10px !important;
  font-weight: 400;
  font-family: "Ubuntu", Arial, sans-serif;
}

html strong {
  color: white !important;
  font-family: "Ubuntu", Arial, sans-serif;
}

html a {
  color: #193144;
  text-decoration: underline;
}

html a:hover {
  color: #739bbd;
}

html a:active {
  color: #193144;
}

html ul li {
  line-height: 1.35rem;
  color: #5c5c5c;
  font-family: "Ubuntu", Arial, sans-serif;
}

.primary-color {
  color: #193144;
}

.secondary-color {
  color: #739bbd;
}

.text-primary {
  color: #739bbd !important;
}

.btn-full {
  padding: 10px 25px 9px 25px;
  text-transform: uppercase;
  line-height: 1rem;
  font-size: 0.9rem;
  font-family: "Ubuntu", Arial, sans-serif;
  font-weight: 700;
  background-color: #739bbd;
  border: 1px solid #193144 !important;
  border-radius: 6px;
  color: #193144;
  text-decoration: none;
}

.btn-full:hover {
  background-color: rgba(115, 155, 189, 0.1);
  border: 1px solid #739bbd !important;
  color: #739bbd;
}

.btn-full:active {
  background-color: rgba(115, 155, 189, 0.1) !important;
  border: 1px solid #739bbd !important;
  color: #739bbd !important;
}

.btn-line {
  padding: 10px 25px 9px 25px;
  text-transform: uppercase;
  line-height: 1rem;
  font-size: 0.9rem;
  font-family: "Ubuntu", Arial, sans-serif;
  font-weight: 700;
  background-color: #193144;
  border: 1px solid #739bbd !important;
  border-radius: 6px;
  color: #739bbd;
  text-decoration: none;
  white-space: nowrap;
}

.btn-line:hover {
  background-color: rgba(115, 155, 189, 0.2);
  border: 1px solid #739bbd !important;
  color: #739bbd;
}

.btn-line:active {
  background-color: rgba(115, 155, 189, 0.1) !important;
  border: 1px solid #739bbd !important;
  color: #739bbd !important;
}

main {
  margin-bottom: 40vh;
}

.temp-content .space {
  margin: 50px 0 0px;
}

.temp-content.space {
  margin: 50px 0 0px;
}

.temp-content h1 {
  color: rgba(115, 155, 189, 0.2);
  font-size: calc(1.545rem + 3.54vw);
  line-height: calc(1.605rem + 4.26vw);
  text-transform: uppercase;
  font-weight: 300;
  position: relative;
}

@media (min-width: 1200px) {
  .temp-content h1 {
    font-size: 4.2rem;
  }
}

@media (min-width: 1200px) {
  .temp-content h1 {
    line-height: 4.8rem;
  }
}

.temp-content h1:before {
  content: '';
  background-image: url("../../assets/images/fr-fr/back-h1.png");
  background-position: right top;
  position: absolute;
  left: -320px;
  top: 15px;
  width: 300px;
  height: 55px;
}

.temp-content h2 {
  color: rgba(115, 155, 189, 0.6);
  font-size: calc(1.395rem + 1.74vw);
  line-height: calc(1.425rem + 2.1vw);
  margin-bottom: 25px;
  text-transform: uppercase;
  position: relative;
}

@media (min-width: 1200px) {
  .temp-content h2 {
    font-size: 2.7rem;
  }
}

@media (min-width: 1200px) {
  .temp-content h2 {
    line-height: 3rem;
  }
}

.temp-content h2 span {
  color: #fff;
  text-transform: none;
}

.temp-content .h2:before {
  content: '';
  background-image: url("../../assets/images/fr-fr/back-h1.png");
  background-position: right top;
  position: absolute;
  left: -320px;
  top: 5px;
  width: 300px;
  height: 55px;
}

.temp-content .btn-bloc {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 30px;
}

.sticky-link {
  position: -webkit-sticky;
  position: sticky;
  top: 85px;
  transition: all ease 300ms;
  background-color: #193144;
  z-index: 10;
  padding-top: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media (min-width: 220px) and (max-width: 1100px) {
  .sticky-link {
    top: 65px;
  }
}

.link-page {
  margin-bottom: 20px;
}

.link-page.home {
  padding: 20px;
  border: 1px solid rgba(115, 155, 189, 0.3);
  border-radius: 6px;
}

.link-page .btn-line {
  margin-bottom: 20px;
  line-height: 3rem;
}

.link-page .btn-full {
  margin-bottom: 20px;
  line-height: 3rem;
}

.title-page {
  margin-top: 30px;
  margin-bottom: 10px;
}

.title-page h2 {
  color: rgba(115, 155, 189, 0.6);
  font-size: calc(1.395rem + 1.74vw);
  line-height: calc(1.425rem + 2.1vw);
  text-transform: uppercase;
  position: relative;
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .title-page h2 {
    font-size: 2.7rem;
  }
}

@media (min-width: 1200px) {
  .title-page h2 {
    line-height: 3rem;
  }
}

.title-page h2 span {
  color: #fff;
  text-transform: none;
}

.block-zone {
  border: 1px solid rgba(115, 155, 189, 0.4);
  border-radius: 6px;
  padding: 25px 25px 35px;
  height: 100%;
}

.block-zone h2 {
  color: #739bbd;
  font-family: "Ubuntu", Arial, sans-serif;
  font-weight: 700;
}

.block-zone h2 span {
  color: white;
}

.block-zone h3 {
  font-size: 1.5rem;
  color: #739bbd;
  font-family: "Ubuntu", Arial, sans-serif;
  font-weight: 700;
}

.block-zone h3 span {
  color: white;
}

.download .vignet {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.download .vignet .see {
  color: rgba(115, 155, 189, 0.5);
}

.download .vignet img {
  background-color: #fff;
  width: 170px;
  height: 170px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 4px;
}

.form-compte {
  border: 1px solid rgba(115, 155, 189, 0.4);
  padding: 20px;
  border-radius: 6px;
}

.formulaire .form-label {
  color: white;
  padding: 15px 0 2px;
  font-family: "Ubuntu", Arial, sans-serif;
}

.formulaire .form-label span {
  color: #739bbd;
}

.formulaire .form-text {
  color: rgba(255, 255, 255, 0.4) !important;
}

.formulaire .form-select {
  font-weight: 700;
  color: #193144;
  font-family: "Ubuntu", Arial, sans-serif;
}

.formulaire .form-select:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}

.formulaire .import-fichier {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: end;
  -ms-flex-pack: start;
      justify-content: flex-start;
  margin-top: 20px;
  width: 100%;
}

.formulaire .import-fichier .form-control {
  width: 495px;
  font-weight: 400;
  font-family: "Ubuntu", Arial, sans-serif;
  color: #8f8f8f;
}

.formulaire .import-fichier .form-control:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}

.formulaire .import-fichier .btn {
  margin-left: 15px;
}

.formulaire .verif-fichier {
  background-color: rgba(115, 155, 189, 0.1);
  border: 1px solid #739bbd;
  border-radius: 8px;
  padding: 20px;
  margin-top: 30px;
}

.formulaire .verif-fichier .charg-bar {
  margin-bottom: 16px;
}

.formulaire .verif-fichier .charg-bar .progress-bar {
  background-color: #739bbd;
}

.formulaire .valid-fichier {
  display: -ms-flexbox;
  display: flex;
}

.formulaire .valid-fichier img {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  margin-right: 7px;
}

.formulaire .valid-fichier .p-valid {
  text-transform: uppercase;
  margin-bottom: 0 !important;
  font-weight: 700;
}

.formulaire .valid-fichier .p-valid .erreurdbcol {
  color: #739bbd;
}

.formulaire .notif .p-valid-notif {
  margin-bottom: 0 !important;
  margin-left: 25px;
  font-weight: 400;
}

.formulaire .notif .p-valid-notif .erreurdbcol {
  color: #739bbd;
}

.formulaire .export .form-label {
  color: #739bbd;
}

.formulaire .export .form-select {
  margin-bottom: 20px;
}

.formulaire .export-zone {
  background-color: rgba(115, 155, 189, 0.1);
  border: 1px solid #739bbd;
  border-radius: 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  min-height: 265px;
}

.formulaire .export-zone .spinner {
  margin-bottom: 40px;
}

.formulaire .export-zone .pdf-icone {
  margin-bottom: 40px;
}

.formulaire .export-zone p {
  color: #739bbd;
  font-weight: 700;
}

.formulaire .export-zone a {
  color: white;
  font-weight: 700;
}

.formulaire .export-zone .btn-primary {
  color: #193144;
}

.formulaire .bloc-zone {
  background-color: rgba(115, 155, 189, 0.1);
  border: 1px solid #739bbd;
  border-radius: 8px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  min-height: 265px;
  padding: 20px 20px 30px 20px;
}

.formulaire .bloc-zone p {
  color: #739bbd;
  font-weight: 400;
}

.formulaire .bloc-zone a {
  color: white;
  font-weight: 700;
}

.formulaire .bloc-zone .btn-primary {
  color: #193144;
}

.formulaire .bloc-zone .btn-primary:hover {
  background-color: rgba(115, 155, 189, 0.1);
  border: 1px solid #739bbd !important;
  color: #739bbd;
}

.formulaire .bloc-zone .btn-primary:active {
  background-color: rgba(115, 155, 189, 0.1) !important;
  border: 1px solid #739bbd !important;
  color: #739bbd !important;
}

.formulaire .bloc-zone .center-zone {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.form {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  padding-bottom: 30px;
}

.form .space-h {
  padding: 0 20px 0 0;
}

.col-form-label {
  font-family: "Ubuntu", Arial, sans-serif;
}

.control-group {
  font-family: "Ubuntu", Arial, sans-serif;
}

.tableau {
  margin-top: 100px;
}

.tableau h2 {
  color: rgba(115, 155, 189, 0.6);
  font-size: 2.2rem;
}

.tableau .table {
  table-layout: auto;
  width: 100%;
  font-family: "Ubuntu", Arial, sans-serif;
}

.tableau .table th {
  color: #739bbd;
}

.tableau .table td {
  color: white;
}

.tableau .table .entreprise {
  font-weight: 700;
  color: #739bbd;
}

.tableau .table .price {
  font-weight: 700;
  color: #739bbd;
}

.tableau .table .pricesstt {
  font-weight: 700;
  color: white;
}

.tableau .table .titre {
  font-weight: 700;
}

.tableau .table .danger {
  background-color: #b1a326;
  color: #193144;
}

.tableau .table .create {
  background-color: rgba(115, 155, 189, 0.1);
  border: 1px solid #739bbd !important;
  color: #05b8af;
}

.tableau .table .create:hover {
  background-color: rgba(115, 155, 189, 0);
  border: 1px solid #739bbd !important;
  color: white;
}

.tableau .table .modif {
  background-color: rgba(115, 155, 189, 0.1);
  border: 1px solid #739bbd !important;
  color: #739bbd;
}

.tableau .table .modif:hover {
  background-color: rgba(115, 155, 189, 0);
  border: 1px solid #739bbd !important;
  color: white;
}

.file-block {
  display: block;
  background-color: white;
  border-radius: 6px;
  overflow: hidden;
  font-family: "Ubuntu", Arial, sans-serif;
  color: #739bbd;
  width: 495px;
}

input::file-selector-button {
  font-weight: bold;
  font-family: "Ubuntu", Arial, sans-serif;
  color: white;
  background-color: #739bbd;
  padding: 0.5em;
  border: thin solid #739bbd;
}

.dropdown-menu {
  background-color: #739bbd;
  margin-top: 15px !important;
}

.dropdown-menu li {
  padding: 10px 0;
  border-top: 1px solid #193144;
  border-bottom: 1px solid #193144;
  margin-top: -1px;
}

.dropdown-menu li a {
  color: #193144 !important;
  font-family: "Ubuntu", Arial, sans-serif;
}

.dropdown-menu li a:hover {
  background-color: transparent;
  color: #fff !important;
}

.modal .modal-dialog .modal-header h5 {
  font-weight: 700;
  font-family: "Ubuntu", Arial, sans-serif;
}

.modal .modal-dialog .modal-body p {
  color: #739bbd;
  font-family: "Ubuntu", Arial, sans-serif;
}

.modal .modal-dialog .modal-body img {
  width: 100%;
}

.d-none {
  display: none;
}

.connexion {
  height: 100vh;
  padding-top: 120px;
}

.connexion h1 {
  font-weight: 700;
  font-family: "Ubuntu", Arial, sans-serif;
  color: #739bbd;
  text-align: center;
}

.connexion h3 {
  font-size: 1rem;
  font-weight: 700;
  font-family: "Ubuntu", Arial, sans-serif;
  color: #193144;
  text-align: center;
  margin-bottom: 1rem;
}

.connexion p {
  color: white;
}

.connexion .form .featured-box {
  background-color: rgba(115, 155, 189, 0.1);
  border: 1px solid #739bbd;
  border-radius: 8px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.connexion .form .featured-box .box-content {
  border-top: 4px solid #739bbd;
  padding: 45px;
}

.connexion .form .featured-box label {
  color: white;
  margin-bottom: 0px;
  font-size: 1.1rem;
  font-family: "Ubuntu", Arial, sans-serif;
  font-weight: 700;
}

.connexion .form .featured-box a {
  color: #739bbd;
  font-family: "Ubuntu", Arial, sans-serif;
}

.connexion .form .featured-box a.btn {
  color: white;
}

.connexion .form .form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Ubuntu", Arial, sans-serif;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #b4b8bd;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.connexion .form-control:focus {
  border-color: #193144;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(25, 49, 68, 0.25);
}

.body-sign {
  display: table;
  height: 100vh;
  margin: 0 auto;
  max-width: 500px;
  padding: 0 15px;
  width: 100%;
}

.body-sign .text-muted {
  color: rgba(153, 153, 153, 0.4) !important;
}

.body-sign .center-sign {
  display: table-cell;
  padding-top: 20px;
  vertical-align: middle;
}

.body-sign .center-sign .logo {
  text-align: center;
}

.body-sign .center-sign .card-title-sign h2 {
  color: #739bbd;
  font-family: "Ubuntu", Arial, sans-serif;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.body-sign .card-sign .card-body {
  background: #193144;
  border-top: 5px solid #ccc;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 33px 33px 35px;
  border-top-color: #739bbd;
  border-bottom: 1px solid rgba(115, 155, 189, 0.5);
  border-left: 1px solid rgba(115, 155, 189, 0.5);
  border-right: 1px solid rgba(115, 155, 189, 0.5);
}

.body-sign .card-sign .card-body label {
  color: #739bbd;
  font-weight: 400;
  font-size: 1rem;
}

.body-sign .card-sign .card-body .lost a {
  color: #739bbd;
  text-decoration: none;
  font-size: 0.9rem;
}

footer {
  padding-bottom: 0px;
  border-top: 1px solid rgba(115, 155, 189, 0.2);
}

footer .footer {
  background: #193144;
  border-top: none;
  height: 100px;
}

footer .footer .logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 60px 0 15px;
}

footer .footer a {
  color: white;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 5px;
}

footer .footer p {
  text-align: center;
  color: white;
}

footer .foot-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

footer .footer-copyright {
  background: #193144;
  padding: 15px;
  height: 100px;
}

footer .footer-copyright a {
  font-size: 0.8rem;
  text-decoration: none;
  text-transform: uppercase;
  color: #a7a7a7;
}

@media (min-width: 220px) and (max-width: 390px) {
  footer .footer-copyright a {
    display: inline-block;
    padding-bottom: 10px;
  }
}

footer .footer-copyright p {
  font-size: 0.8rem;
  color: #a7a7a7;
}

/*----RADIO ------*/
label {
  font-size: 1rem;
  font-weight: 700;
  position: relative;
  color: white;
  font-family: "Ubuntu", Arial, sans-serif;
}

input[type="radio"].temp-radio {
  display: none;
}

input[type="radio"].temp-radio + label {
  position: relative;
  padding-left: 1.6rem;
  margin-right: 8px;
}

input[type="radio"].temp-radio + label::before,
input[type="radio"].temp-radio + label::after {
  display: block;
  position: absolute;
  box-sizing: border-box;
  content: '';
  border-radius: 1rem;
}

input[type="radio"].temp-radio + label::before {
  bottom: 0;
  left: 0;
  border: 1px solid #739bbd;
  background-color: #eee;
  width: 1.4rem;
  height: 1.4rem;
}

input[type="radio"].temp-radio + label::after {
  bottom: 3px;
  left: 3px;
  width: calc(1.4rem - 6px);
  height: calc(1.4rem - 6px);
}

input[type="radio"].temp-radio:checked + label::after {
  background-color: #ffc107;
}

/*----CASE à COCHER------*/
input[type="checkbox"].temp-chek {
  display: none;
}

input[type="checkbox"].temp-chek + label {
  position: relative;
  padding-left: 1.6rem;
  margin-right: 8px;
}

input[type="checkbox"].temp-chek + label::before,
input[type="checkbox"].temp-chek + label::after {
  display: block;
  position: absolute;
  box-sizing: border-box;
  content: '';
}

input[type="checkbox"].temp-chek + label::before {
  bottom: 1px;
  left: 0;
  border: 1px solid #739bbd;
  background-color: #eee;
  width: 1.4rem;
  height: 1.4rem;
}

input[type="checkbox"].temp-chek + label::after {
  bottom: 4px;
  left: 3px;
  width: calc(1.4rem - 6px);
  height: calc(1.4rem - 6px);
}

input[type="checkbox"].temp-chek:checked + label::after {
  background-color: #ffc107;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.note-editor {
  border: none !important;
}

.note-editable {
  background-color: #fff;
}

.note-editable p {
  color: #5c5c5c;
}

.note-toolbar {
  z-index: 1 !important;
}

/*# sourceMappingURL=custom-olv.css.map */
