.dico_messages {
  padding-inline: 1rem;
}
.dico_messages .bouton_ajout {
  margin-left: 0.5rem;
  vertical-align: bottom;
  display: inline-flex;
}
.dico_messages .message {
  margin-block: 1rem;
  display: flex;
  justify-content: left;
  gap: 1rem;
  width: 24rem;
}
.dico_messages .message .bouton_publication {
  color: grey;
}
.dico_messages .message .bouton_publication i {
  font-size: 1.46rem;
}
.dico_messages .message .bouton_publication.publie {
  color: rgb(67, 171, 67);
}
.dico_messages .note-editor.note-frame .note-editing-area .note-editable, .dico_messages .note-editor.note-airframe .note-editing-area .note-editable {
  line-height: 1.5;
}
.dico_messages .note-editor.note-frame .note-editing-area .note-editable li, .dico_messages .note-editor.note-airframe .note-editing-area .note-editable li {
  margin-block: 0.8rem;
}

.commandes_systeme {
  padding: 1rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}.dico_systeme {
  display: flex;
  padding: 1rem;
  flex-direction: column;
  align-items: center;
}
.dico_systeme .barre_outils {
  display: flex;
  gap: 1rem;
  flex-direction: column;
}
.dico_systeme .barre_outils .bouton_ovale {
  padding-inline: 1rem;
  padding-block: 0.4rem;
  font-size: 0.9rem;
  padding-inline: 0.8rem;
}
.dico_systeme .liste_sauvegardes {
  list-style: none;
  padding-left: 0;
  margin-top: 2rem;
}
.dico_systeme .liste_sauvegardes li {
  background-color: rgb(231, 231, 231);
  margin-block: 1rem;
  padding: 1rem;
  border-radius: 0.3rem;
  box-shadow: 1px 1px 1px lightgrey;
}
.dico_systeme .liste_sauvegardes li .ligne_principale {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.2rem;
}
.dico_systeme .liste_sauvegardes li .ligne_principale .date_lisible {
  font-weight: bold;
}
.dico_systeme .liste_sauvegardes li .notes_version_cadre {
  background-color: white;
  padding: 0.6rem;
  border-radius: 0.2rem;
  margin-top: 1rem;
}
.dico_systeme .liste_sauvegardes li .notes_version_cadre .titre {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}
.dico_systeme .liste_sauvegardes li .notes_version_cadre .notes_version {
  line-height: 1.4;
  font-style: italic;
  font-size: 0.9rem;
  overflow: scroll;
  max-height: 10rem;
}
.dico_systeme .liste_sauvegardes .bouton {
  margin-top: -0.1rem;
}
.dico_systeme .liste_sauvegardes .bouton.bouton_restaurer, .dico_systeme .liste_sauvegardes .bouton.bouton_telecharger {
  border-radius: 3rem;
  padding-inline: 0.8rem;
  padding-block: 0.3rem;
  font-size: 0.8rem;
  color: white;
  background-color: var(--bleu);
  font-weight: bold;
}
.dico_systeme .liste_sauvegardes .bouton.bouton_telecharger {
  background-color: rgb(115, 149, 168);
  color: white !important;
}

body > .note-modal-backdrop {
  pointer-events: none !important;
}

.note-modal-content {
  border-radius: 1rem !important;
  z-index: 8000 !important;
}.dico_terme_historique {
  display: flex;
  justify-content: center;
  padding-right: 1rem;
}
.dico_terme_historique ul {
  list-style: none;
}
.dico_terme_historique ul .ligne_principale {
  display: flex;
  gap: 1rem;
  margin-block: 0.5rem;
}
.dico_terme_historique ul .ligne_principale .date_formatee {
  font-size: 0.9rem;
  font-weight: bold;
}
.dico_terme_historique ul .ligne_principale .terme_nom {
  color: var(--rouge_dicobat);
}.onglet_utilisateurs {
  overflow: hidden !important;
}
.onglet_utilisateurs .entete div, .onglet_utilisateurs .entete input {
  display: inline-block;
  margin-right: 0.5rem;
  margin-block: 0 !important;
}
.onglet_utilisateurs .entete .titre {
  margin-block: 0;
  margin-left: 0.5rem;
  font-size: 0.95rem;
}
.onglet_utilisateurs .entete #input_hauteur_tableau, .onglet_utilisateurs .entete #input_page_courante {
  font-size: 0.9rem;
  padding: 0.4rem;
  margin-left: 0.2rem;
  width: 5rem;
}
.onglet_utilisateurs .entete .boutons .bouton {
  padding-block: 0.5rem;
  padding-inline: 0.7rem;
  -webkit-appearance: none;
  margin-block: 0;
  margin-inline: 0.2rem;
  border: none;
  font-size: 0.8rem;
  font-weight: bold;
  color: white;
}
.onglet_utilisateurs .entete .boutons .bouton a {
  color: white !important;
}
.onglet_utilisateurs .entete .boutons .bouton.bouton_navigation {
  border-radius: 100%;
  font-size: 0.9rem;
  width: 2.1rem;
  background-color: color(srgb 0.3739 0.6461 0.8759);
}
.onglet_utilisateurs .entete .bloc_choix_colonnes {
  position: relative;
}
.onglet_utilisateurs .entete .bloc_choix_colonnes .choix_colonnes {
  background-color: white;
  color: black;
  padding: 0.7rem;
  line-height: 1.4;
  max-width: fit-content;
  position: absolute;
  left: 0;
  font-size: 0.9rem;
  top: 1.6rem;
  border: 1px solid color(srgb 0.6437 0.6437 0.6438);
  border-radius: 0 0.3rem 0.2rem 0.2rem;
  outline: none;
}
.onglet_utilisateurs .entete .bloc_choix_colonnes .choix_colonnes li.desactive {
  color: rgb(170, 170, 170);
}
.onglet_utilisateurs .dico_users_ancien {
  height: 100%;
  padding: 0.5rem;
}
.onglet_utilisateurs .dico_users_ancien .select_ref {
  font-size: unset;
  /* -webkit-appearance: auto; */
  width: 9rem;
  padding-right: 0.5rem;
  white-space: pre-wrap;
  margin: 0.2rem;
}
.onglet_utilisateurs .dico_users_ancien .bouton_tri {
  text-shadow: 1px 1px 2px #545454;
  font-size: 1rem;
  display: inline;
  cursor: pointer;
}
.onglet_utilisateurs .dico_users_ancien .bouton_entete {
  cursor: pointer;
}
.onglet_utilisateurs .dico_users_ancien td, .onglet_utilisateurs .dico_users_ancien th {
  vertical-align: middle;
}
.onglet_utilisateurs .dico_users_ancien .champ_filtre {
  margin-bottom: 1rem;
  font-size: 0.9rem;
  width: 14rem;
  padding: 0.4rem;
  color: indianred;
  font-weight: bold;
}
.onglet_utilisateurs .dico_users_ancien .bouton_efface_champ {
  margin-left: -1.9rem;
  color: lightgrey;
  font-size: 0.8rem;
  display: none;
}
.onglet_utilisateurs .dico_users_ancien .creation_user {
  position: absolute;
  display: none;
  top: 2.4rem;
  left: 0.6rem;
  padding: 0.8rem;
  border-radius: 1rem;
  background-color: #5fa5df;
  color: white;
  width: fit-content;
  text-align: right;
  line-height: 2;
}
.onglet_utilisateurs .dico_users_ancien .creation_user .bouton_ok, .onglet_utilisateurs .dico_users_ancien .creation_user .bouton_annuler {
  float: right;
  font-size: 0.7rem;
  margin-top: 1rem;
  margin-bottom: 0;
  margin-left: 1rem;
}

.dico_users {
  height: 100%;
  overflow: hidden;
  padding-right: 1rem;
  display: flex;
  gap: 1rem;
}
.dico_users .entete {
  padding: 0.5rem;
  line-height: 3;
  text-align: left;
  position: absolute;
  width: 100rem;
  z-index: 10;
  margin-left: -0.5rem;
  font-weight: bold;
  padding-inline: 1rem;
}
.dico_users .entete .champ_filtre {
  font-size: 1rem;
  padding-inline: 0.5rem;
  padding-block: 0.3rem;
  margin-left: 0.3rem;
}
.dico_users .entete .bouton_efface_champ {
  margin-left: -1.8rem;
  color: rgb(187, 187, 187);
}
.dico_users .entete .bouton_choix_colonnes {
  background-color: color(srgb 0.6437 0.6437 0.6438);
  padding-inline: 1rem;
  line-height: 2.5;
  color: white;
  font-size: 0.8rem;
}
.dico_users .entete .bouton_cree_user {
  font-size: 0.8rem;
  font-weight: bold;
}
.dico_users #tableau_users {
  overflow: scroll;
  height: calc(100% - 9rem);
  display: block;
  position: relative;
  margin-top: 7rem;
  border-collapse: collapse;
  outline: none;
}
.dico_users #tableau_users .ligne_user {
  cursor: pointer;
}
.dico_users #tableau_users .ligne_user.ligne_selectionnee {
  background-color: #fffbd7;
  color: black;
}
.dico_users #tableau_users thead {
  top: 0;
  position: sticky;
}
.dico_users #tableau_users tr {
  background-color: white;
  height: 3rem !important;
  overflow-y: scroll;
}
.dico_users #tableau_users tr:nth-child(2n) {
  background-color: aliceblue;
}
.dico_users #tableau_users th, .dico_users #tableau_users td {
  border-collapse: collapse;
  border: 1px solid lightgrey;
}
.dico_users #tableau_users th {
  border: none;
  border-right: 1px solid white;
  color: white;
  background-color: rgba(3, 2, 2, 0.44);
  backdrop-filter: blur(200px);
  padding-block: 1rem;
  text-wrap: nowrap;
}
.dico_users .user_details {
  background-color: #fffbd7;
  min-width: 30rem;
  padding: 1rem;
  margin-top: 7rem;
  border: 1px solid lightgrey;
  padding-top: 3rem;
  flex-shrink: 1;
  overflow: scroll;
  padding-bottom: 10rem;
  position: relative;
}
.dico_users .user_details .barre_outils {
  position: absolute;
  left: 0.5rem;
  right: 0.5rem;
  top: 0.5rem;
}
.dico_users .user_details .barre_outils .bouton_fermeture_user_details {
  border-radius: 100%;
  width: 18px;
  height: 18px;
  background-color: #dddbdb;
  float: left;
}
.dico_users .user_details .barre_outils .bouton_fermeture_user_details:hover {
  background-color: #ed8080;
}
.dico_users .user_details .barre_outils .bouton_validation {
  float: right;
  display: none;
}
.dico_users .user_details .infos_base {
  width: 100%;
}
.dico_users .user_details .bouton_suppression_compte {
  padding: 0.6rem;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background-color: indianred;
  color: white;
  font-weight: bold;
  font-size: 0.7rem;
  border-radius: 1rem;
  padding-inline: 0.9rem;
  float: right;
  margin-top: -1rem;
  margin-bottom: 1rem;
}
.dico_users .user_details #user_details_tabs {
  margin-block: 1rem;
}
.dico_users .user_details #user_details_tabs #user_details_packs {
  display: flex;
  justify-content: center;
}
.dico_users .user_details #user_details_tabs #user_details_packs ul {
  padding-left: 0;
}
.dico_users .user_details #user_details_tabs #user_details_packs li {
  padding: 0.3rem;
}
.dico_users .user_details #user_details_tabs #user_details_packs .nombre_codes {
  margin-right: 0.2rem;
  display: inline-block;
  width: 0.9rem;
  font-size: 0.9rem;
  font-weight: bold;
}
.dico_users .user_details #user_details_tabs #user_details_packs .liste_codes_dispos {
  text-align: left;
  margin-block: 1rem;
  font-size: 0.9rem;
}
.dico_users .user_details #user_details_tabs #user_details_packs .bouton_offrir_codes {
  margin-block: 1rem;
  display: block;
  width: fit-content;
  font-size: 0.9rem;
}
.dico_users .user_details .user_select_adresse {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}
.dico_users .user_details table {
  background-color: white;
}
.dico_users .user_details table .separateur {
  background-color: color(srgb 0.5647 0.5647 0.5648);
  color: white;
}
.dico_users .user_details table .separateur td {
  border: none;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
}
.dico_users .user_details table td {
  text-align: left;
  min-width: 8rem;
}
.dico_users .user_details input {
  font-size: 0.9rem;
  padding: 0.2rem;
  margin-block: 0.2rem;
}
.dico_users .user_details input#input_user_connexions_max_user, .dico_users .user_details input#input_user_connexions_max_parc {
  width: 4rem;
}
.dico_users .user_details .champ_non_modifiable {
  font-size: 0.9rem;
  width: 11.7rem;
  display: inline-block;
  text-align: left;
  margin-block: 0.4rem;
  vertical-align: middle;
  padding-inline: 0.2rem;
}
.dico_users .user_details .liste_produits {
  padding: 0;
}
.dico_users .user_details .liste_produits li {
  margin-block: 0.5rem;
  display: flex;
  gap: 1rem;
}
.dico_users .user_details .liste_produits li .produit_ref {
  font-weight: bold;
  flex-basis: 6rem;
}
.dico_users .user_details .liste_produits li .produit_nom {
  color: steelblue;
  flex-basis: 10rem;
}
.dico_accueil {
  margin-inline: auto;
}
.dico_accueil h1 {
  padding: 0;
  margin-bottom: 2rem;
  font-family: 600 24px/24px "system-ui";
  color: #333;
  text-transform: uppercase;
}
.dico_accueil h2 {
  padding: 0;
  margin-bottom: 2rem;
  font-family: 600 24px/24px "system-ui";
}
.dico_accueil .bouton_jaune {
  border: none;
  height: 26px;
  outline: none;
  padding: 0.7rem 1.4rem;
  margin: 0 0 10px 10px;
  cursor: pointer;
  text-align: center;
  border-radius: 1.4rem;
  width: 132px;
  transition: 400ms ease all;
  color: black !important;
  font-size: 0.9rem;
  font-weight: bold;
  background-color: rgb(255, 228, 134);
}
.dico_accueil .bouton_bleu {
  border: none;
  height: 26px;
  outline: none;
  padding: 0.7rem 1.4rem;
  margin: 0 0 10px 10px;
  cursor: pointer;
  text-align: center;
  border-radius: 1.4rem;
  width: 132px;
  transition: 400ms ease all;
  color: white !important;
  font-size: 0.9rem;
  font-weight: bold;
  background-color: rgb(130, 184, 231);
}
.dico_accueil p {
  padding: 0 0 10px 0;
  margin: 0;
  line-height: 1.5;
  text-align: justify;
}
.dico_accueil .bloc_produit {
  /* border-radius: 0.8rem; */
  border-radius: 0.3rem;
  overflow: hidden;
  margin-top: 2rem;
  margin-bottom: 3rem;
  box-shadow: 2px 2px 2px rgb(242, 242, 242);
}
.dico_accueil .bloc_produit ul {
  margin-left: 1rem;
}
.dico_accueil .bloc_produit .description {
  padding: 1.5rem;
  border-top: none;
  padding: 1.5rem;
  border-left: 1px solid rgb(231, 231, 231);
  background-color: white;
}
.dico_accueil .bloc_produit .bouton_vert, .dico_accueil .bloc_produit .bouton_rouge {
  margin-inline: auto;
  display: inline;
}
.dico_accueil .bloc_produit .references_clients {
  padding: 1.4rem;
}
.dico_accueil .bloc_produit .references_clients .logos_clients {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  max-width: 100%;
  flex-wrap: wrap;
}
.dico_accueil .bloc_produit .references_clients .logos_clients img {
  max-height: 6rem;
}
.dico_accueil ul li {
  list-style: none;
  line-height: 1.5;
  margin-bottom: 0.4rem;
}
.dico_accueil ul li:before {
  content: "⏵";
  color: #b80808;
  margin-left: -1rem;
  margin-right: 0.2rem;
}
.dico_accueil .puce_produit {
  background-color: white;
  color: black;
  padding-inline: 1.3rem;
  margin-right: 1.1rem;
  /* border-radius: 1.5rem; */
  padding-bottom: 0.2rem;
  vertical-align: 0.1rem;
  padding-block: 0.5rem;
  font-size: 0.9rem;
}
.dico_accueil .title-ribbon {
  padding-bottom: 1.2rem;
  padding-inline: 1.4rem;
  font-size: 1.5rem;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1rem;
}
.dico_accueil .title-ribbon a:hover {
  color: unset !important;
  opacity: 0.6;
}

.note-editor.note-frame.page.dico_accueil {
  margin: 1rem;
  padding: 0;
}.dico_admin {
  z-index: 100;
  top: 0;
  left: 0;
  background-color: aliceblue;
  background-color: rgb(251, 251, 251);
}
.dico_admin h1 {
  text-align: center;
}
.dico_admin .message_mise_a_jour {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: grey;
  font-weight: bold;
  flex-wrap: wrap;
  flex-direction: column;
  height: 50%;
  line-height: 1.5;
}
.dico_admin .affichage_flex_admin {
  display: flex !important;
}
.dico_admin .affichage_flex_client {
  display: none !important;
}
.dico_admin.palette_systeme_ancre_gauche {
  height: unset !important;
  left: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  border-radius: 0 !important;
}
.dico_admin.palette_systeme_ancre_droite {
  height: unset !important;
  left: unset !important;
  right: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  border-radius: 0 !important;
}
.dico_admin.palette_systeme_flottante {
  height: unset !important;
  left: 0 !important;
  top: -2rem !important;
  bottom: 0 !important;
  border-radius: 0 !important;
  width: 100% !important;
}
.dico_admin.palette_systeme_flottante .barre_drag {
  display: none;
}
.dico_admin select, .dico_admin input, .dico_admin div {
  outline: none;
}
.dico_admin .cadre_input_couleur {
  display: inline-block;
}
.dico_admin .input_nombre {
  width: 50px;
  font-size: 12px;
}
.dico_admin .input_texte {
  -webkit-appearance: none;
  border: none;
  background-color: transparent;
}
.dico_admin .bouton_renommer {
  color: #585858 !important;
}
.dico_admin .bouton_renommer i {
  font-size: 1.3rem !important;
}
.dico_admin select {
  font-size: 14px;
  -webkit-appearance: none;
  border: none;
  padding: 5px;
  padding-left: 10px;
  padding-right: 42px;
}
.dico_admin .caret_select {
  font-size: 23px;
  margin-left: -27px;
  color: #909090;
  vertical-align: sub;
  pointer-events: none;
}
.dico_admin .cadre_stats canvas {
  width: 100% !important;
  height: 100% !important;
}
.dico_admin .tableau_stats th {
  background-color: #f2f2f2;
  font-weight: bold;
  color: black;
}
.dico_admin a {
  color: steelblue;
}
.dico_admin p {
  margin-block: 5px;
}
.dico_admin .ui-icon, .dico_admin .ui-widget-content .ui-icon {
  background-image: unset;
  width: 23px;
  height: 23px;
}
.dico_admin .ui-resizable-handle.ui-resizable-e {
  width: 1rem;
}
.dico_admin .barre_drag {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 21px;
  padding: 6px;
  font-size: 14px;
  text-align: center;
  /* background-color: var(--couleur_fond_barres); */
  /* border-bottom: 1px solid #f1f0f0; */
  background-color: #7d7d7d;
  color: white;
  cursor: default;
}
.dico_admin .barre_drag .bouton {
  display: inline-block;
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 0.7rem;
  transition: 0.5s all;
  stroke: #f2f2f2;
  fill: #f2f2f2;
}
.dico_admin .barre_drag .bouton:hover {
  stroke: #7dd47d;
  fill: #7dd47d;
}
.dico_admin .barre_drag .bouton_fermeture {
  border-radius: 100%;
  width: 18px;
  height: 18px;
  background-color: #f2f2f2;
  margin-left: 0.3rem;
  margin-top: 0.05rem;
}
.dico_admin .barre_drag .bouton_fermeture:hover {
  background-color: #e96565;
}
.dico_admin .onglets {
  position: absolute;
  top: 2.2rem;
  left: 1px;
  bottom: 0;
  width: 100%;
}
.dico_admin .onglets .barre_selection {
  display: flex;
  font-size: 14px;
  flex-wrap: nowrap;
}
.dico_admin .onglets .barre_selection .bouton {
  padding: 6px;
  padding-inline: 1rem;
  border-right: 1px solid lightgrey;
  border-radius: 0;
  background-color: white;
  text-align: center;
  transition: 0.2s all !important;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.dico_admin .onglets .barre_selection .bouton.actif {
  background-color: rgb(161, 40, 40);
  background-color: #5fa5df;
  color: white;
}
.dico_admin .onglets .onglet {
  position: absolute;
  top: 30px;
  left: 0;
  right: -8px;
  bottom: 0;
  overflow: scroll;
  background-color: rgb(251, 251, 251);
}
.dico_admin .onglets .onglet h2 {
  padding-inline: 1rem;
}
.dico_admin .onglets .onglet .titre {
  font-weight: bold;
  font-size: 1rem;
  margin-block: 1rem;
}
.dico_admin .onglets .onglet .radio {
  margin-left: 20px;
  margin-right: 7px;
  margin-bottom: 10px;
  font-size: 16px;
}
.dico_admin .onglets .onglet label {
  font-size: 0.9rem;
}
.dico_admin .onglets .onglet .radio, .dico_admin .onglets .onglet label {
  cursor: pointer;
}
.dico_admin .onglets .onglet .theme {
  padding-top: 10px;
}
.dico_admin .onglets .onglet .theme .selection_theme {
  margin-left: 1rem;
}
.dico_admin .onglets .onglet .theme table, .dico_admin .onglets .onglet .theme th, .dico_admin .onglets .onglet .theme td {
  border: none;
}
.dico_admin .onglets .onglet .theme .legende {
  text-align: left;
  font-weight: bold;
}
.dico_admin .onglets .onglet .theme .image_fond_site, .dico_admin .onglets .onglet .theme .image_frise {
  height: 180px;
  background-size: 100%;
  margin-bottom: 1rem;
  cursor: pointer;
  background-size: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid lightgrey;
}
.dico_admin .onglets .onglet .theme .image_fond_site.survol, .dico_admin .onglets .onglet .theme .image_frise.survol {
  opacity: 0.5;
  border: 1px solid green;
}
.dico_admin .onglets .onglet .theme #selecteur_image_frise {
  display: none;
}
.dico_admin .onglets .onglet .theme .bouton_suppression_image_fond {
  float: right;
  margin-top: -1.5rem;
  font-size: 1.2rem;
}
.dico_admin .onglets .onglet .theme #selecteur_image_fond_site {
  display: none;
}
.dico_admin .onglets .onglet .theme .outils_responsive {
  width: 100%;
  display: flex;
  justify-content: right;
  gap: 1rem;
}
.dico_admin .onglets .onglet .theme .outils_responsive .bouton {
  font-size: 1.7rem;
  color: lightgrey;
}
.dico_admin .onglets .onglet .theme .outils_responsive .bouton.actif {
  color: steelblue;
}
.dico_admin .onglets .onglet .theme .zone_theme {
  min-height: 80px;
  margin-left: 0.5rem;
  gap: 0.5rem;
  border: 1px solid transparent;
}
.dico_admin .onglets .onglet .theme table {
  border: none;
  height: fit-content;
}
.dico_admin .onglets .onglet .theme table tr:nth-child(2n) {
  background-color: unset;
}
.dico_admin .onglets .onglet .theme table th, .dico_admin .onglets .onglet .theme table td {
  padding: 0.05em;
  background-color: white;
  padding-inline: 0.7em;
}
.dico_admin .onglets .onglet .theme table th .input_texte, .dico_admin .onglets .onglet .theme table td .input_texte {
  max-width: 5rem;
}
.dico_admin .onglets .onglet .theme .bloc_champs {
  text-align: left;
}
.dico_admin .onglets .onglet .theme .bloc_champs .ligne_champ {
  display: inline-block;
  margin-inline: 1rem;
}
.dico_admin .onglet_barre_haut {
  position: absolute;
  left: 0;
  top: 31px;
  right: 0;
  padding: 0.5rem;
}
.dico_admin .onglet_barre_haut .barre_outils {
  display: inline-block;
  vertical-align: -0.3rem;
  margin-top: 1rem;
}
.dico_admin .onglet_barre_haut .barre_outils .bouton {
  margin-inline: 5px;
  display: inline-block;
  vertical-align: bottom;
}
.dico_admin .onglet_barre_haut .barre_outils .bouton i {
  font-size: 24px;
}
.dico_admin .onglet_barre_haut .barre_outils .bouton_adopte_theme {
  padding: 0.4rem;
  color: white;
  border-radius: 2rem;
  padding-inline: 0.7rem;
  font-size: 0.8rem;
  font-weight: 600;
  margin-left: 1.2rem;
}
.dico_admin .admin_boutique {
  padding: 1rem;
}
.dico_admin .admin_boutique .champ_seuil_livraison {
  width: 5rem;
}
.dico_admin .admin_boutique .bouton_ajout_formule {
  font-size: 1.5rem;
  margin-inline: 0.5rem;
  vertical-align: middle;
}
.dico_admin .admin_boutique input {
  background-color: white;
  margin-block: 0.5rem;
  box-shadow: 1px 1px 2px #c3c3c3;
  font-size: 1rem;
}
.dico_admin .admin_boutique .note-editable {
  border: none;
}
.dico_admin .admin_boutique .note-editor.note-airframe, .dico_admin .admin_boutique .note-editor.note-frame {
  border: none;
}
.dico_admin .admin_boutique .liste_formules {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(480px, 480px));
  align-items: center;
  gap: 2rem;
  grid-row-gap: 1.6rem;
}
.dico_admin .admin_boutique .liste_formules li {
  display: block;
}
.dico_admin .admin_boutique #bouton_cree_forfait_standard_stripe {
  color: white;
  padding: 0.5rem;
  margin-bottom: 2;
  border-radius: 2rem;
  margin-block: 1rem;
  padding-inline: 2rem;
  width: 12rem;
}
.dico_admin .admin_boutique table {
  border-radius: 0.2em;
  overflow: hidden;
  border: 1px solid #c8c8c8;
  border-collapse: unset;
  padding: 1rem;
  box-shadow: 1px 1px 2px #e4e4e4;
  background-color: #30597e;
  background-color: #d8edf9;
  margin-block: 1rem;
}
.dico_admin .admin_boutique table tr:nth-child(2n) {
  background-color: unset;
}
.dico_admin .admin_boutique table th, .dico_admin .admin_boutique table td {
  border: none;
}
.dico_admin .admin_boutique table td.td_editeur_riche {
  background-color: white;
  padding-block: 0.6rem;
}
.dico_admin .admin_boutique table img {
  width: 150px;
  height: 150px;
  box-shadow: 1px 1px 2px #c3c3c3;
}
.dico_admin .admin_boutique table.tableau_formule {
  position: relative;
  padding-top: 2rem;
}
.dico_admin .admin_boutique table.tableau_formule.edite {
  border-color: steelblue;
}
.dico_admin .admin_boutique table.tableau_formule .nom {
  width: 246px;
}
.dico_admin .admin_boutique table.tableau_formule .barre_outils {
  position: absolute;
  right: 0.4rem;
  top: 0.5rem;
}
.dico_admin .admin_boutique table.tableau_formule .barre_outils .bouton {
  float: right;
  font-size: 1.4rem;
  margin-inline: 0.3rem;
}
.dico_admin .admin_boutique table.tableau_formule .barre_outils .bouton i {
  background-color: white;
  border-radius: 50%;
}
.dico_admin .admin_boutique .forfait_standard {
  position: relative;
  margin-left: 2rem;
  margin-top: 2rem;
}
.dico_admin .admin_boutique .forfait_standard.edite {
  border: 1px solid steelblue;
}
.dico_admin .admin_boutique .forfait_standard .barre_outils {
  position: absolute;
  right: 0.7rem;
  top: 0.5rem;
}
.dico_admin .admin_boutique .forfait_standard th, .dico_admin .admin_boutique .forfait_standard td {
  text-align: left;
  font-size: 1rem;
}
.dico_admin .admin_boutique .forfait_standard td input {
  line-height: 2.3rem;
  margin: 0;
  border: 0;
  padding-inline: 6px;
}
.dico_admin .admin_boutique .forfait_standard .label {
  vertical-align: middle;
}
.dico_admin .admin_boutique .champ_filtre_produits {
  margin-left: 2.4rem;
}
.dico_admin .admin_boutique .liste_produits {
  background-color: rgb(244, 244, 244);
  margin-left: 2.4rem;
}
.dico_admin .admin_boutique .liste_produits tr {
  border-bottom: 1px solid grey;
}
.dico_admin .admin_boutique .liste_produits tr td {
  text-align: left;
  font-size: 1rem;
}
.dico_admin .admin_boutique .liste_produits tr td .produit_nom {
  color: steelblue;
}
.dico_admin .statistiques {
  margin: 1rem;
}
.dico_admin .statistiques .radio_stats_mode {
  border: none;
  display: flex;
  gap: 0.5rem;
  font-weight: bold;
}
.dico_admin .statistiques #input_nombre_jours, .dico_admin .statistiques #input_nombre_semaines, .dico_admin .statistiques #input_nombre_mois {
  padding: 0.5rem;
  font-size: 1rem;
  width: 4rem;
  border: none;
  background-color: transparent;
  font-weight: bold;
}
.dico_admin .statistiques .titre {
  padding-inline: 2rem;
  padding-top: 1rem;
}
.dico_admin .statistiques .separateur {
  width: 100%;
  height: 1rem;
  background-color: rgb(242, 242, 242);
}
.dico_admin .statistiques .panneau_commandes {
  width: fit-content;
  margin: auto;
  text-align: left;
  padding: 1rem;
}
.dico_admin .statistiques .panneau_commandes .bouton {
  padding: 10px;
  border-radius: 2rem;
  color: white;
  padding-inline: 2rem;
  background-color: #0399AA;
  text-align: center;
  margin-inline: auto;
  margin-top: 1rem;
}
.dico_admin .statistiques .attente {
  display: none;
  font-size: 1.5rem;
  font-weight: bold;
  width: 100%;
  text-align: center;
  margin-top: -0.7rem;
  color: #0399AA;
}
.dico_admin .statistiques .connexions {
  background-color: white;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 0;
  margin-bottom: 2rem;
}
.dico_admin .statistiques .connexions .titre {
  font-size: 0.9rem;
  padding-top: 1rem !important;
}
.dico_admin .statistiques .connexions .connexions_liste {
  display: flex;
  justify-content: center;
  padding-bottom: 3rem;
}
.dico_admin .statistiques .connexions td {
  text-align: left;
  padding: 0.7em;
}
.dico_admin .systeme {
  text-align: center;
  position: absolute;
  inset: 0;
  padding: 20px;
  margin-bottom: 3rem;
}
.dico_admin .systeme .panneau_commandes {
  width: fit-content;
  margin: auto;
  text-align: left;
}
.dico_admin .systeme .panneau_commandes .bouton {
  margin: 10px;
  padding: 10px;
  border-radius: 2rem;
  color: white;
  padding-inline: 1.5rem;
  background-color: steelblue;
  width: 13rem;
}
.dico_admin .systeme .panneau_commandes .bouton.bouton_sauvegarde_complete {
  background-color: #40af40;
}
.dico_admin .systeme .panneau_commandes .bouton.bouton_sauvegarde_fichiers {
  background-color: #40af40;
}
.dico_admin .systeme .panneau_commandes .bouton.bouton_sauvegarde_base {
  background-color: #40af40;
}
.dico_admin .systeme .panneau_commandes .bouton.bouton_rechargement {
  background-color: #fbb061;
}
.dico_admin .systeme .panneau_commandes .bouton.bouton_hors_ligne {
  background-color: #e56868;
}
.dico_admin .systeme .panneau_commandes .bouton i {
  float: right;
  font-size: 19px;
  text-shadow: none;
}
.dico_admin .systeme .telechargements {
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 2rem;
}
.dico_admin .systeme .telechargements a {
  color: rgb(106, 106, 106);
}
.dico_admin .systeme .telechargements i {
  font-size: 1.4rem;
  margin: 0.6rem;
}
.dico_admin table, .dico_admin th, .dico_admin td {
  border-collapse: collapse;
}
.dico_admin th {
  color: white;
  background-color: #a4a4a4;
}
.dico_admin table {
  display: table;
  -webkit-border-horizontal-spacing: 2px;
  -webkit-border-vertical-spacing: 2px;
}
.dico_admin table, .dico_admin th, .dico_admin td {
  border: 1px solid lightgrey;
}
.dico_admin th, .dico_admin td {
  padding: 0.5em;
  padding-right: 1em;
  font-weight: initial;
  font-size: 13px;
  display: table-cell;
}
.dico_admin th.justif_gauche, .dico_admin td.justif_gauche {
  text-align: left;
}
.dico_admin td.td_check {
  text-align: center;
  cursor: pointer;
}
.dico_admin tr:nth-child(2n) {
  background-color: white;
}
.dico_admin .bloc_reglages {
  display: block;
  position: relative;
  min-width: 11.7rem;
  background-color: white;
  height: fit-content;
  width: fit-content;
  padding-left: 1rem;
  padding-right: 1rem;
  border: 1px solid rgb(244, 244, 244);
  margin-block: 0.2rem;
  border-radius: 0.5rem;
}
.dico_admin .bloc_reglages .bouton_affichage {
  color: grey;
  font-size: 1.5rem;
  padding-left: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 0.8rem;
}
.dico_admin .bloc_reglages .bouton_affichage:active {
  opacity: 0.5;
}
.dico_admin .bloc_reglages .titre {
  margin-left: 1.7rem;
  cursor: pointer;
  color: grey;
  font-size: 1.5rem;
}
.dico_admin .bloc_reglages .titre:active {
  opacity: 0.5;
}
.dico_admin .bloc_reglages .zone_sous_blocs_reglages {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1.5rem;
}
.dico_admin .bloc_reglages .zone_sous_blocs_reglages .sous_bloc_reglages {
  margin-block: 0.5rem;
}
.dico_admin .bloc_reglages .zone_sous_blocs_reglages .sous_bloc_reglages .titre {
  font-size: 1rem;
  text-align: left;
  margin-block: 0.8rem;
  margin-left: 0.5rem;
  background-color: steelblue;
  background-color: rgb(80, 172, 156);
  padding-block: 0.5rem;
  padding-inline: 1rem;
  color: white;
}
.dico_admin .bloc_reglages .zone_sous_blocs_reglages .sous_bloc_reglages .label_petit {
  font-size: 0.8rem;
  font-weight: bold;
  margin-left: 1rem;
  margin-bottom: 0.3rem;
  margin-top: 0.5rem;
}
.dico_admin .bloc_reglages .zone_sous_blocs_reglages .sous_bloc_reglages .ligne_reglage {
  font-size: 0.8rem;
  padding-block: 0.3rem;
  position: relative;
}
.dico_admin .bloc_reglages .zone_sous_blocs_reglages .sous_bloc_reglages .ligne_reglage .bloc_inputs {
  display: inline-flex;
  max-width: 15rem;
  vertical-align: text-top;
  justify-content: left;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.dico_admin .bloc_reglages .zone_sous_blocs_reglages .sous_bloc_reglages .ligne_reglage .label {
  display: inline-block;
  width: 6rem;
  margin-right: 0.5rem;
  text-align: right;
  vertical-align: -2px;
  font-weight: bold;
}
.dico_admin .bloc_reglages .zone_sous_blocs_reglages .sous_bloc_reglages .ligne_reglage label {
  font-size: 0.7rem;
  width: 3rem;
}
.dico_admin .bloc_reglages .zone_sous_blocs_reglages .sous_bloc_reglages .ligne_reglage .bouton_suppression_couleur {
  display: inline-block;
  vertical-align: 0.2rem;
}
.dico_admin .bloc_reglages .zone_sous_blocs_reglages .sous_bloc_reglages .ligne_reglage .ui-selectmenu-button.ui-button {
  vertical-align: -4.3px !important;
  width: auto !important;
  font-size: 0.9rem !important;
  padding-left: 0;
}
.dico_admin .bloc_reglages .zone_sous_blocs_reglages .sous_bloc_reglages .ligne_reglage .ui-selectmenu-button.ui-button .caret_select {
  top: 0.1rem;
}
.dico_admin .bloc_reglages .zone_sous_blocs_reglages .sous_bloc_reglages .ligne_reglage:before {
  content: "x";
  color: white;
  cursor: pointer;
  left: -0.7rem;
  position: absolute;
  font-weight: bold;
  padding: 0.1rem;
  margin-top: 0.1rem;
  font-size: 0.8rem;
  background-color: rgba(190, 78, 78, 0.53);
  border-radius: 50%;
  width: 0.9rem;
  text-align: center;
  line-height: 1.2;
  display: none;
  pointer-events: auto;
}
.dico_admin .bloc_reglages .zone_sous_blocs_reglages .sous_bloc_reglages .ligne_reglage:before:hover {
  background-color: green;
}
.dico_admin .bloc_reglages .zone_sous_blocs_reglages .sous_bloc_reglages .ligne_reglage:hover:before {
  display: block;
}
.dico_admin .bloc_reglages .bouton_responsive {
  font-size: 1.3rem !important;
  text-align: center !important;
  width: 3rem !important;
  margin-right: 0 !important;
}
.dico_admin dialog {
  border: none;
  font-size: 1.1rem;
  padding: 0;
  box-shadow: 2px 2px 3px lightgrey;
  color: rgb(82, 82, 82);
  padding-bottom: 1rem;
}
.dico_admin dialog h1 {
  margin-bottom: 2rem;
  text-align: center;
  width: 100%;
  /* background-color: green; */
  /* color: white; */
  padding-block: 0.8rem;
  font-size: 1.2rem;
}
.dico_admin dialog .cadre {
  padding-inline: 2rem;
}
.dico_admin dialog .champ_label {
  width: 3rem !important;
  display: inline-block;
  font-weight: bold;
}
.dico_admin dialog .champ_texte {
  width: 22rem;
  font-size: 1rem;
  height: 1.5rem;
}
.dico_admin dialog fieldset {
  border: 1px solid lightgrey;
  padding: 1rem;
  margin-block: 2rem;
  line-height: 1.7;
  border: none;
}
.dico_admin dialog fieldset legend {
  font-weight: bold;
}
.dico_admin dialog div.inactif {
  color: rgb(188, 191, 201) !important;
}
.dico_admin dialog .barre_bas {
  display: flex;
  justify-content: space-between;
}
.dico_admin dialog .barre_bas button {
  font-size: 0.9rem;
  padding-inline: 1rem;
  background-color: white;
  border: 1px solid grey;
  border-radius: 1rem;
  padding-block: 0.4rem;
  width: 5rem;
  text-align: center;
}
.dico_admin .modifie {
  background-color: rgb(172, 255, 236);
}

input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
}.site .boutique .produits_liste {
  margin-inline: auto;
  margin-top: 2rem;
}
.site .boutique .produits_liste .produit_ligne {
  margin-block: 1rem;
  padding: 1rem;
  background-color: color(srgb 0.9568 0.9569 0.957);
}
.site .boutique .produits_liste .produit_ligne .nom {
  font-weight: bold;
}
.site .boutique .produits_liste .produit_ligne .quantite {
  width: 3rem;
}.dico_contact {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60vh;
  width: 100%;
}
.dico_contact .contact-form {
  background-color: rgb(242, 242, 242);
  padding: 20px;
  border-radius: 0.3rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  max-width: 400px;
  width: 100%;
}
.dico_contact .contact-form h2 {
  text-align: center;
  color: #333;
  margin-bottom: 20px;
}
.dico_contact .form-control {
  margin-bottom: 15px;
}
.dico_contact .form-control label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  color: #555;
}
.dico_contact .form-control input[type=text],
.dico_contact .form-control input[type=email],
.dico_contact .form-control textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box; /* Pour inclure la marge et le bord dans la largeur */
}
.dico_contact .form-control textarea {
  resize: vertical;
}
.dico_contact .form-control button {
  background-color: #5cb85c;
  background-color: #bd2826;
  color: white;
  padding: 10px 15px;
  border: none;
  border-radius: 4px;
  border-radius: 1.4rem;
  cursor: pointer;
  width: 100%;
  font-size: 16px;
}
.dico_contact .form-control button:hover {
  /* background-color: #4cae4c; */
}.terme.mode_edition .dico_terme {
  padding: 1rem;
  margin-bottom: 1rem;
  transition: 0.3s all;
}
.terme.mode_edition .dico_terme:hover {
  background-color: rgba(254, 251, 211, 0.267);
  border-radius: 0.7rem;
  box-shadow: 1px 1px 3px lightgrey;
}
.terme.mode_edition .dico_terme.selectionne {
  background-color: rgb(254, 251, 211);
  border-radius: 0.7rem;
  box-shadow: 1px 1px 3px lightgrey;
}
.terme.mode_edition .dico_terme .themes_associes li a {
  padding-right: 1rem;
}
.terme.mode_edition .dico_terme .themes_associes li .bouton_supprimer {
  display: block;
  position: absolute;
  right: 0rem;
  top: 0;
  text-indent: 0.45rem;
}
.terme.mode_edition .div_editable.modifie {
  background-color: rgb(172, 255, 236);
}
.terme.mode_edition .terme_nom_ligne, .terme.mode_edition .terme_genre_ligne, .terme.mode_edition .def_enfant_titre_ligne {
  display: flex;
  justify-content: space-between;
  padding-right: 0.5rem;
}
.terme.mode_edition .terme_nom_ligne .barre_boutons, .terme.mode_edition .terme_genre_ligne .barre_boutons, .terme.mode_edition .def_enfant_titre_ligne .barre_boutons {
  display: flex;
  gap: 0.5rem;
}
.terme.mode_edition .terme_nom.div_editable {
  text-transform: none;
  color: #b80808;
  margin-bottom: 14px;
  font-size: 26px;
  width: fit-content;
}
.terme.mode_edition .def_enfant_titre_ligne {
  border-bottom: 1px solid #d2d2d2;
}
.terme.mode_edition .def_enfant_titre_ligne .def_titre {
  border-bottom: none;
  margin-top: unset;
}
.terme.mode_edition .cadre_bouton_validation {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: right;
  margin-block: 0.7rem;
}
.terme.mode_edition .cadre_bouton_validation .bouton_validation {
  background-color: var(--vert);
  color: white;
  font-size: 0.7rem;
  font-weight: bold;
  border-radius: 100%;
  display: none;
  border: none;
  position: absolute;
  right: -4.8rem;
  margin-top: 2.7rem;
  height: 3rem;
  justify-content: center;
  width: 3.6rem;
  align-items: center;
}
.terme.mode_edition .cadre_bouton_validation .bouton_validation:before {
  content: "";
  position: absolute;
  left: -8px;
  width: 0;
  height: 0;
  border-top: 1.4rem solid transparent;
  border-right: 1.4rem solid var(--vert);
  border-bottom: 0.6rem solid transparent;
  margin-top: 0px;
  z-index: -1;
}
.terme.mode_edition .traduction {
  display: flex;
}
.terme.mode_edition .traduction .traduc_titre {
  font-weight: bold;
  display: flex;
  align-items: center;
}
.terme.mode_edition .traduction .bouton_ajout {
  margin-left: auto;
  margin-right: 0.6rem;
  margin-top: 0.4rem;
  font-weight: bold;
}
.terme.mode_edition .traduction .td_bouton {
  border: none;
}
.terme.mode_edition .voir_aussi h3 {
  display: flex;
  align-items: center;
}
.terme.mode_edition .voir_aussi h3 .bouton_ajout {
  margin-left: auto;
  margin-block: 0.5rem;
  margin-right: 0.6rem;
}
.terme.mode_edition .voir_aussi a:hover:after {
  content: "x";
  background-color: rgb(176, 176, 176);
  border-radius: 100%;
  width: 1.4rem;
  height: 1.4rem;
  display: inline-flex;
  justify-content: center;
  align-content: center;
  line-height: 1.4;
  font-weight: bold;
  font-size: 0.9rem;
  color: white;
  margin-left: 0.2rem;
}

.link-dialog .label_input_fichier {
  display: block !important;
}
.link-dialog .boutons_supplementaires {
  margin-top: 1rem;
}
.link-dialog .bouton_type_lien {
  float: right;
  background-color: #5fa5df;
  color: white !important;
  padding-inline: 1rem;
  padding-bottom: 0.2rem;
  border-radius: 1rem;
  width: 5.5rem;
  margin-right: -1.2rem;
  margin-left: 1.8rem;
  font-size: 0.9rem;
  height: 1.3rem;
  padding-top: 0.4rem;
  text-align: center;
}
.link-dialog .bouton_type_lien.bouton_choix_pdf {
  background-color: color(srgb 0.3322 0.685 0.526);
}
.link-dialog .bouton_type_lien.bouton_supprimer_lien {
  margin-top: -1.4rem;
}
.link-dialog .bouton_type_lien:hover {
  opacity: 0.8;
}
.link-dialog .note-modal-footer {
  margin-top: 0.6rem;
  padding-bottom: 0.2rem;
}
.link-dialog .note-link-btn {
  background: #927fdf;
  transition: all 0.6s ease-out 0s;
  width: 7.5rem;
}
.link-dialog .note-link-btn:hover {
  background-color: #927fdf;
  opacity: 0.8;
}

.themes_associes h4 {
  display: flex;
  align-items: center;
}
.themes_associes h4 .bouton_ajout {
  margin-left: auto;
  margin-block: 0.5rem;
}

#dialogue_themes_liste, #dialogue_selection_terme {
  margin-block: 1rem;
  border: none;
  height: 95%;
  margin-block: auto;
  padding: 0;
  border-radius: 0.7rem;
  box-shadow: 1px 1px 3px rgb(168, 168, 168);
  outline: none;
}
#dialogue_themes_liste#dialogue_selection_terme, #dialogue_selection_terme#dialogue_selection_terme {
  height: unset;
  min-height: 10rem;
  max-height: 70%;
  min-width: 35rem;
  max-width: 35rem;
}
#dialogue_themes_liste .titre, #dialogue_selection_terme .titre {
  position: sticky;
  top: 0;
  padding: 1rem;
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
  z-index: 100;
}
#dialogue_themes_liste input[type=search], #dialogue_selection_terme input[type=search] {
  font-size: 1.2rem;
  padding: 0.6rem;
  -webkit-appearance: none;
  border: 1px solid rgb(219, 218, 218);
  width: 24rem;
  outline: none;
  padding-left: 1rem;
}
#dialogue_themes_liste .div_langue input[type=radio], #dialogue_themes_liste .div_langue label, #dialogue_selection_terme .div_langue input[type=radio], #dialogue_selection_terme .div_langue label {
  cursor: pointer;
}
#dialogue_themes_liste .div_loupe, #dialogue_selection_terme .div_loupe {
  font-size: 2rem;
  color: rgb(143, 143, 143);
}
#dialogue_themes_liste a, #dialogue_selection_terme a {
  outline: none;
}

#barre_progression {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 2000;
  inset: 0;
  height: 100%;
  width: 100%;
  bottom: 0;
  border: none;
  outline: none;
  background-color: rgba(211, 211, 211, 0.44);
  backdrop-filter: blur(10px) saturate(20%);
  display: none;
}
#barre_progression .titre {
  font-weight: bold;
  text-align: center;
  background-color: rgb(95, 165, 223);
  color: white;
  padding: 0.7rem;
  border-radius: 3rem;
  padding-inline: 1.8rem;
}
.dicobat_site .mon_compte {
  margin: auto;
  margin-top: 20px;
  text-align: center;
  background-color: #f9f9f9;
  background-color: #f4f4f4;
  padding: 3rem;
  padding-top: 2.5rem;
  padding-bottom: 0;
  margin-bottom: 2rem;
  border-radius: 0.3rem;
  border: 1px solid rgb(245, 245, 245);
  max-width: 40rem;
  color: black;
}
.dicobat_site .mon_compte h1 {
  margin-top: 0;
  margin-bottom: 3rem;
}
.dicobat_site .mon_compte .affichage_flex_admin {
  display: none !important;
}
.dicobat_site .mon_compte .affichage_flex_client {
  display: flex !important;
}
@media only screen and (max-width: 650px) {
  .dicobat_site .mon_compte {
    padding-bottom: 0;
    padding: 1rem;
    padding-top: 2rem;
  }
}
.dicobat_site .mon_compte .boutons_onglets {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 790px) {
  .dicobat_site .mon_compte .boutons_onglets {
    justify-content: left;
  }
}
.dicobat_site .mon_compte .boutons_onglets .bouton_onglet {
  display: inline-block;
  padding-inline: 1rem;
  padding-block: 0.7rem;
  font-weight: 600;
  color: rgb(79, 79, 79);
  font-size: 1rem;
  transition: 0.4s all;
}
.dicobat_site .mon_compte .boutons_onglets .bouton_onglet.selectionne {
  background-color: var(--rouge_dicobat);
  color: white;
  border-radius: 1rem;
  box-shadow: 1px -1px 1px lightgrey;
}
@media only screen and (min-width: 1200px) {
  .dicobat_site .mon_compte .boutons_onglets .bouton_onglet.selectionne {
    border-radius: unset;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
  }
}
.dicobat_site .mon_compte .onglet {
  padding: 1rem;
  text-align: left;
  background-color: white;
  display: none;
  position: relative;
}
.dicobat_site .mon_compte .onglet.selectionne {
  display: block;
  border: 1px solid rgb(236, 235, 235);
  overflow: scroll;
}
.dicobat_site .mon_compte .onglet .coordonnees {
  padding-top: 0;
}
.dicobat_site .mon_compte .onglet#infos_base .champs {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.dicobat_site .mon_compte .onglet#infos_base .champs .tableau_infos_base tr {
  line-height: 1.5;
}
.dicobat_site .mon_compte .onglet#infos_base .champs .tableau_infos_base td {
  padding-inline: 0.5rem;
  padding-block: 0.2rem;
}
.dicobat_site .mon_compte .onglet#infos_base .champs .tableau_infos_base td.label {
  text-align: right;
}
@media only screen and (max-width: 508px) {
  .dicobat_site .mon_compte .onglet#infos_base .champs .tableau_infos_base {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 508px) {
  .dicobat_site .mon_compte .onglet#infos_base .champs {
    display: block;
    margin-top: 0;
    padding-left: 0;
  }
  .dicobat_site .mon_compte .onglet#infos_base .champs .tableau_infos_base tr {
    line-height: 1.5;
  }
  .dicobat_site .mon_compte .onglet#infos_base .champs .tableau_infos_base td {
    padding-inline: 0.2rem;
    padding-right: 0.5rem;
    padding-block: 1rem;
    border-bottom: 1px solid lightgrey;
  }
}
.dicobat_site .mon_compte .onglet#infos_base .photo_user {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.dicobat_site .mon_compte .onglet#historique .dico_historique, .dicobat_site .mon_compte .onglet#historique .dico_favoris, .dicobat_site .mon_compte .onglet#favoris .dico_historique, .dicobat_site .mon_compte .onglet#favoris .dico_favoris {
  max-height: 34.3rem;
  overflow-y: scroll;
}
.dicobat_site .mon_compte .onglet#historique .dico_historique li, .dicobat_site .mon_compte .onglet#historique .dico_favoris li, .dicobat_site .mon_compte .onglet#favoris .dico_historique li, .dicobat_site .mon_compte .onglet#favoris .dico_favoris li {
  list-style: none;
  margin-block: 0.4rem;
}
.dicobat_site .mon_compte .onglet#historique .dico_historique li:before, .dicobat_site .mon_compte .onglet#historique .dico_favoris li:before, .dicobat_site .mon_compte .onglet#favoris .dico_historique li:before, .dicobat_site .mon_compte .onglet#favoris .dico_favoris li:before {
  content: "⏵";
  color: grey;
  margin-right: 0.25rem;
}
.dicobat_site .mon_compte .onglet#historique .dico_historique a, .dicobat_site .mon_compte .onglet#historique .dico_favoris a, .dicobat_site .mon_compte .onglet#favoris .dico_historique a, .dicobat_site .mon_compte .onglet#favoris .dico_favoris a {
  color: var(--rouge_dicobat);
  transition: 0.8s color;
}
.dicobat_site .mon_compte .onglet#historique .dico_historique a:hover, .dicobat_site .mon_compte .onglet#historique .dico_favoris a:hover, .dicobat_site .mon_compte .onglet#favoris .dico_historique a:hover, .dicobat_site .mon_compte .onglet#favoris .dico_favoris a:hover {
  color: black;
}
.dicobat_site .mon_compte .onglet#favoris li {
  margin-block: 0.4rem;
}
.dicobat_site .mon_compte .onglet#favoris li .bouton_supprimer {
  background-color: rgb(215, 215, 215);
  display: inline-block;
  float: right;
  text-align: center;
}
.dicobat_site .mon_compte .onglet#favoris li .bouton_supprimer:hover {
  background-color: var(--rouge_dicobat);
}
.dicobat_site .mon_compte .champs {
  margin-top: 20px;
  text-align: left;
  padding-left: 21px;
}
.dicobat_site .mon_compte .champs .editable, .dicobat_site .mon_compte .champs .note-editor {
  border: 1px solid lightgrey;
  min-height: 24px;
  padding: 8px;
  background-color: white;
}
.dicobat_site .mon_compte .champs .note-editor {
  border-top: none;
}
.dicobat_site .mon_compte .champs .barre_editeur {
  background-color: var(--couleur_fond_barres);
  margin-bottom: 0;
  height: auto;
  border-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.dicobat_site .mon_compte .champs .barre_editeur .bouton {
  margin-top: unset;
}
.dicobat_site .mon_compte .champs .titre {
  font-weight: 700;
  margin-block: 20px;
}
.dicobat_site .mon_compte .champs .champ {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.dicobat_site .mon_compte .champs .photo_user {
  margin-block: 60px;
  width: 170px;
}
.dicobat_site .mon_compte .champs .photo_user img {
  border-radius: 50%;
  box-shadow: 1px 1px 2px lightgrey;
  border: 1px solid #f0eded;
  width: 180px;
  height: 180px;
}
.dicobat_site .mon_compte .champs .photo_user img.survol {
  opacity: 0.5;
}
.dicobat_site .mon_compte .champs .photo_user .legende {
  margin: auto;
  text-align: center;
  margin-top: 20px;
  width: 180px;
  font-size: 15px;
  font-style: italic;
}
.dicobat_site .mon_compte .champs .photo_user #selecteur_image_profil {
  display: none;
}
.dicobat_site .mon_compte .boutons_bas {
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  gap: 1rem;
  margin-block: 2rem;
}
.dicobat_site .mon_compte .boutons_bas .bouton_ovale {
  font-size: 0.9rem;
  font-weight: bold;
  padding-block: 0.7rem;
}
@media only screen and (max-width: 836px) {
  .dicobat_site .mon_compte .boutons_bas .bouton_ovale {
    margin: auto;
    margin-block: 0.5rem;
  }
}
.dicobat_site .mon_compte .boutons_bas .bouton_ovale.bouton_suppression_compte {
  background-color: #e7e7e7;
  color: rgb(215, 102, 65);
}
.dicobat_site .mon_compte .boutons_bas .bouton_ovale.bouton_deconnexion {
  color: whitesmoke;
}
.dicobat_site .mon_compte .ligne_commande .statut_commande {
  display: none;
}
.dicobat_site .creer_mon_compte {
  text-align: center;
  background-color: white;
  padding: 2rem;
  padding-inline: 3rem;
  padding-top: 0;
  border-radius: 1rem;
}
@media only screen and (max-width: 414px) {
  .dicobat_site .creer_mon_compte {
    padding: unset;
    padding-inline: unset;
    padding-bottom: 1rem;
  }
}
.dicobat_site .creer_mon_compte .titre_page {
  color: var(--titre_1_color);
  font-size: clamp(2rem, 2.4vw, 3rem);
  font-weight: bold;
  font-weight: 600;
  letter-spacing: -0.1rem;
}
.dicobat_site .creer_mon_compte .champs {
  margin: auto;
  text-align: left;
  max-width: 300px;
  margin-top: 3rem;
  padding-left: 6rem;
}
@media only screen and (max-width: 414px) {
  .dicobat_site .creer_mon_compte .champs {
    padding-left: 3rem;
  }
}
.dicobat_site .creer_mon_compte .champs li {
  margin-block: 1rem;
}
.dicobat_site .creer_mon_compte .champs li label {
  display: inline-block;
  font-size: 1rem;
  margin-bottom: 0.4rem;
}
.dicobat_site .creer_mon_compte .champs li input {
  padding: 0.3rem;
  font-size: 1rem;
}
.dicobat_site .creer_mon_compte .champs li #bouton_montrer_mdp {
  color: lightgrey;
  margin-inline: 0.5rem;
  font-size: 1.2rem;
  vertical-align: middle;
}
.dicobat_site .creer_mon_compte .champs li #bouton_montrer_mdp.actif {
  color: var(--couleur_texte_base);
}
.dicobat_site .creer_mon_compte #bouton_validation {
  background-color: steelblue;
  color: whitesmoke;
  text-align: center;
  padding: 10px;
  width: 180px;
  margin: auto;
  margin-bottom: 0.7rem;
  margin-top: 1rem;
  border-radius: 2rem;
}
.dicobat_site .ui-widget-content {
  border: none !important;
  background-color: rgb(229, 248, 255) !important;
}
.dicobat_site .ui-dialog .ui-dialog-buttonpane button {
  margin-left: 0.5rem !important;
}
.dicobat_site #ancien_mdp, .dicobat_site #nouveau_mdp {
  width: 100%;
}.dico_exemples .entete {
  margin-inline: auto;
  max-width: 56rem;
  margin-top: 3rem;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.dico_exemples .entete h1 {
  margin-block: 0.4rem;
}
.dico_exemples .liste_termes {
  line-height: 1.5;
  list-style: none;
  display: flex;
  gap: 0.5rem;
  padding: 0;
  flex-wrap: wrap;
}
.dico_exemples .liste_termes .terme_exemple_nom {
  text-underline-offset: 0.4rem;
}
.dico_exemples .liste_termes .terme_exemple_nom:hover {
  color: black !important;
}
.dico_exemples .liste_termes .terme_exemple_nom.selectionne {
  text-decoration: underline;
}
.dico_exemples .liste_termes .puce:last-child {
  display: none;
}
.dico_exemples .terme {
  margin-top: 0 !important;
}.dicobat_site .dico_footer a {
  color: #b80808;
}.dico_inspecteur {
  padding-top: 0.5rem;
}
.dico_inspecteur label {
  font-weight: bold;
}
.dico_inspecteur .div_texte_editable {
  font-size: 1rem;
  padding: 0.5rem;
  background-color: white;
  line-height: 1.3;
  min-width: 2rem;
}
.dico_inspecteur .modifie {
  background-color: rgb(172, 255, 236);
}.dico_resultats {
  margin-inline: auto;
  max-width: 28rem;
  padding: 1rem;
  margin-top: 1rem;
}
.dico_resultats .recherche_nombre_resultats {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: bold;
  margin-left: 1rem;
}
.dico_resultats a .rouge_dicobat {
  transition: 0.2s all;
}
.dico_resultats a .rouge_dicobat:hover {
  color: black !important;
}

dialog .dico_resultats {
  margin-top: unset;
}
.dico_themes {
  padding-inline: 0.8rem;
  width: 100%;
  background-color: color(srgb 0.955 0.955 0.955);
  margin-top: 2.2rem;
  padding-block: 0.3rem;
  position: relative;
}
.dico_themes.selection_lien {
  padding-top: 2rem;
}
.dico_themes #dico_themes_liste, .dico_themes #dico_themes_liste ul {
  padding-inline-start: 0.7rem;
}
.dico_themes #dico_themes_liste .dico_ligne_theme, .dico_themes #dico_themes_liste ul .dico_ligne_theme {
  list-style: none;
  display: none;
}
.dico_themes #dico_themes_liste .dico_ligne_theme.visible, .dico_themes #dico_themes_liste ul .dico_ligne_theme.visible {
  display: list-item;
}
.dico_themes #dico_themes_liste .dico_ligne_theme .theme_nom, .dico_themes #dico_themes_liste ul .dico_ligne_theme .theme_nom {
  transition: 0.15s linear all;
  display: inline-flex;
  gap: 0.5rem;
  vertical-align: top;
  padding: 0.5rem;
  padding-left: 0.6rem;
  margin-left: 1rem;
  cursor: pointer;
  line-height: 1.35;
}
.dico_themes #dico_themes_liste .dico_ligne_theme .theme_nom:hover, .dico_themes #dico_themes_liste ul .dico_ligne_theme .theme_nom:hover {
  transform: scale3d(1.03, 1.03, 1.03);
  background-color: rgb(244, 244, 244);
}
.dico_themes #dico_themes_liste .dico_ligne_theme .theme_nom:active, .dico_themes #dico_themes_liste ul .dico_ligne_theme .theme_nom:active {
  opacity: 0.6;
}
.dico_themes #dico_themes_liste .dico_ligne_theme .theme_nom.selectionne, .dico_themes #dico_themes_liste ul .dico_ligne_theme .theme_nom.selectionne {
  background-color: rgb(244, 244, 244);
  color: #b80808;
}
.dico_themes #dico_themes_liste .dico_ligne_theme .theme_nom.dossier, .dico_themes #dico_themes_liste ul .dico_ligne_theme .theme_nom.dossier {
  margin-left: 0;
}
.dico_themes #dico_themes_liste .dico_ligne_theme .theme_nom.dossier:before, .dico_themes #dico_themes_liste ul .dico_ligne_theme .theme_nom.dossier:before {
  content: "⏵";
  color: grey;
}
.dico_themes #dico_themes_liste .dico_ligne_theme .theme_nom.dossier.ouvert:before, .dico_themes #dico_themes_liste ul .dico_ligne_theme .theme_nom.dossier.ouvert:before {
  content: "⏷";
  color: grey;
}
.dico_themes #dico_themes_liste.ouvert > li, .dico_themes #dico_themes_liste ul.ouvert > li {
  display: list-item !important;
}
.dico_themes h2 {
  margin-left: 2.2rem;
}
.dico_themes .fa-solid, .dico_themes .fa, .dico_themes .fas {
  width: 1.2rem !important;
  text-align: center !important;
  margin-left: -0.8rem;
}
@media only screen and (max-width: 836px) {
  .dico_themes {
    margin-top: 0;
  }
}

.dico_themes_liste .ligne:hover td {
  background-color: rgb(238, 238, 238);
  transform: scale3d(1.01, 1.01, 1.01);
  transition: 0.5s all;
}
.dico_themes_liste .ligne td {
  padding-block: 0.4rem;
  padding-inline: 0.6rem;
}
.dico_page_theme {
  max-width: 30rem;
  margin-inline: auto;
  margin-top: 3rem;
}
@media only screen and (max-width: 836px) {
  .dico_page_theme {
    margin-inline: 1rem;
  }
  .dico_page_theme .dico_page_theme_centre {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .dico_page_theme .dico_page_theme_centre .chemin {
    width: 100%;
  }
}
.dico_page_theme a {
  color: #b80808;
}
.dico_page_theme .chemin {
  font-size: 0.9rem;
}
.dico_page_theme .chemin .span_separation_chemin {
  color: black;
  display: inline-block;
  margin-inline: 0.2rem;
  color: grey;
}
.dico_page_theme h1 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.5rem;
}
.dico_page_theme h1 .bouton_ajout {
  display: inline-flex;
  vertical-align: 5px;
  margin-left: 0.7rem;
}
.dico_page_theme h1 .bouton_ajout:hover {
  background-color: rgb(183, 183, 183);
}
.dico_page_theme .liste_termes {
  line-height: 1.5;
}
.dico_page_theme .liste_termes .theme_nom:hover {
  color: black !important;
}
.dico_page_theme .liste_termes .puce:last-child {
  display: none;
}
.dico_page_theme .liste_termes .bouton_suppression {
  display: inline-flex;
  background-color: rgb(223, 223, 223);
  text-align: center;
  vertical-align: 1px;
}
.dico_page_theme .liste_termes .bouton_suppression:hover {
  background-color: rgb(250, 174, 174);
}

.dico_page_theme_parent ul {
  list-style: none;
  padding-inline-start: 0;
}
.dico_page_theme_parent ul li {
  padding-block: 0.1rem;
}
.dico_page_theme_parent ul li.ligne_dossier {
  padding-bottom: 1rem;
}
.dico_page_theme_parent ul li span {
  color: #b80808;
  cursor: pointer;
  display: inline-block;
  transition: 0.1s all;
}
.dico_page_theme_parent ul li span :before {
  content: "⏵";
  color: grey;
  margin-right: 0.6rem;
}
.dico_page_theme_parent ul li span:active {
  opacity: 0.5;
}
.dico_page_theme_parent ul li span.dossier {
  font-weight: bold;
  font-size: 1.2rem;
  pointer-events: none;
  color: black;
  border-bottom: 1px solid lightgrey;
  padding-block: 0.6rem;
  margin-bottom: 0.7rem;
}
.dico_page_theme_parent ul li span.dossier :before {
  content: none;
  color: grey;
}.dico_visionneuse {
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(152, 152, 152, 0.49);
  backdrop-filter: blur(19px);
  z-index: 100;
  opacity: 0;
}
.dico_visionneuse img {
  cursor: pointer;
  max-height: 98%;
  max-width: 98%;
  border: 2rem solid white;
}.visuelbat {
  border: none;
  width: 100%;
  top: 6.7rem;
  bottom: 0;
  position: fixed;
  height: calc(100vh - 7rem);
}
:root {
  --rouge_dicobat: #b80808;
  --rouge_dicobat_mode_sombre: #b80808;
  --rouge_dicobat_mode_sombre: #fb6644;
}

.dicobat_site {
  width: 100%;
}
@media only screen and (max-width: 836px) {
  .dicobat_site .dicobat_gauche {
    position: fixed;
    z-index: 200;
    top: 4.5rem;
    right: 0;
    bottom: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    transition: 0.9s all;
    transform: translateX(100%);
  }
  .dicobat_site .dicobat_gauche.affiche {
    transform: unset;
    box-shadow: -2px 2px 2px rgba(226, 226, 226, 0.7098039216);
  }
}
.dicobat_site .dicobat {
  width: min(100%, 80rem);
  gap: 1.5rem;
}
@media only screen and (max-width: 836px) {
  .dicobat_site .dicobat {
    gap: 0;
  }
}
.dicobat_site .dicobat .dicobat_centre {
  width: 100%;
  padding-top: 1rem;
  padding-left: 2rem;
}
@media only screen and (max-width: 836px) {
  .dicobat_site .dicobat .dicobat_centre {
    padding-left: unset;
  }
}

.dicobat_site {
  font-family: System-ui;
  outline: none;
}
@media (prefers-color-scheme: dark) {
  .dicobat_site .zone_logo {
    background-image: url("vip/dicobat/img/dicobat_logo_2025_petit_mode_sombre_2.png") !important;
  }
  .dicobat_site .dicobat_site .terme .voir_aussi .voir_aussi_liens a,
  .dicobat_site .dico_exemples .liste_termes .terme_exemple_nom,
  .dicobat_site .dicobat_site .dico_footer a,
  .dicobat_site .terme_nom,
  .dicobat_site .dicobat_site .def a, .dicobat_site .dicobat_site .def1 a,
  .dicobat_site .rouge_dicobat,
  .dicobat_site .red-text,
  .dicobat_site .terme_genre,
  .dicobat_site a,
  .dicobat_site .dico_page_theme_parent ul li span,
  .dicobat_site .theme_nom.selectionne {
    color: var(--rouge_dicobat_mode_sombre) !important;
  }
  .dicobat_site .dico_accueil .bloc_produit .description {
    border: none;
    background-color: color(srgb 0.2196 0.2196 0.2196);
    box-shadow: none;
  }
  .dicobat_site .dico_page_theme .theme_nom:hover, .dicobat_site .dico_page_theme a:hover {
    color: rgb(151, 151, 151) !important;
  }
  .dicobat_site .terme a:hover {
    color: rgb(151, 151, 151) !important;
  }
  .dicobat_site .dico_contact .contact-form {
    background-color: rgb(56, 56, 56);
    padding: 20px;
    border-radius: 1rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    width: 100%;
  }
  .dicobat_site .dico_contact h2, .dicobat_site .dico_contact label {
    color: unset;
  }
  .dicobat_site .dico_contact input, .dicobat_site .dico_contact textarea {
    background-color: transparent;
    color: white;
  }
  .dicobat_site .dico_accueil h1 {
    color: unset;
  }
  .dicobat_site .dico_accueil .bloc_produit {
    box-shadow: none;
  }
  .dicobat_site .fond_gris_pale {
    background-color: rgb(75, 75, 75);
  }
  .dicobat_site .bouton_ia, .dicobat_site .bouton_vert {
    color: white !important;
  }
  .dicobat_site .themes_associes h4 {
    color: white !important;
  }
  .dicobat_site li:before {
    color: var(--rouge_dicobat_mode_sombre) !important;
  }
  .dicobat_site .dico_image {
    filter: invert(0.83);
  }
  .dicobat_site .site_header {
    background-color: color(srgb 0.22 0.22 0.22);
    box-shadow: none;
  }
  .dicobat_site .dicobat_site .zone_recherche input[type=search] {
    border: none;
    background-color: color(srgb 0.2196 0.2196 0.2196);
    color: white;
  }
  .dicobat_site .terme.mode_edition .dico_terme.selectionne {
    background-color: rgb(31, 31, 31);
    border-radius: 0.7rem;
    box-shadow: 1px 1px 3px rgb(65, 65, 65);
  }
  .dicobat_site .dico_visionneuse {
    background-color: rgba(64, 64, 64, 0.49);
  }
  .dicobat_site .dico_visionneuse img {
    filter: brightness(0.8);
  }
  .dicobat_site .site_header .bouton_menu_user img, .dicobat_site .site_header .bouton_menu_user i {
    background-color: transparent;
    color: white;
  }
  .dicobat_site .site_header a:hover {
    color: rgb(147, 147, 147) !important;
    opacity: 0.8 !important;
  }
  .dicobat_site .dico_themes #dico_themes_liste .dico_ligne_theme .theme_nom.selectionne, .dicobat_site .dico_themes #dico_themes_liste ul .dico_ligne_theme, .dicobat_site .theme_nom:hover, .dicobat_site .theme_nom.selectionne, .dicobat_site .themes_associes, .dicobat_site .champ_traduc_en, .dicobat_site td, .dicobat_site th {
    background: transparent !important;
    background-color: transparent !important;
  }
  .dicobat_site .dico_themes {
    background-color: color(srgb 0.2196 0.2196 0.2196);
  }
  .dicobat_site .definition_cible {
    background-color: rgb(56, 56, 56) !important;
  }
  .dicobat_site .dico_champ_recherche {
    background-color: color(srgb 0.2196 0.2196 0.2196) !important;
    border: none !important;
    color: white !important;
  }
  .dicobat_site .colonne_laterale.site_inspecteur {
    background-color: #383838 !important;
  }
}
.dicobat_site a {
  color: var(--rouge_dicobat);
}
.dicobat_site .zone_logo {
  max-width: 22rem;
}
.dicobat_site .zone_logo img {
  width: 100%;
}
.dicobat_site .logo_mini {
  height: 3rem;
  margin-right: 0.5rem;
  vertical-align: middle;
}
.dicobat_site.marge_gauche_largeur_admin .dico_themes {
  margin-left: 3rem;
}
.dicobat_site.marge_droite_largeur_inspecteur {
  margin-right: calc(var(--colonne_admin_largeur) + 1.5rem) !important;
}
@media only screen and (max-width: 836px) {
  .dicobat_site.marge_droite_largeur_inspecteur {
    margin-right: 0 !important;
  }
}
.dicobat_site .lien_doc {
  display: inline-block;
  min-width: 1rem;
}
.dicobat_site .lien_doc:after {
  content: url("vip/dicobat/img/pdf.png");
  margin-left: 0.5rem;
  vertical-align: -0.5rem;
}
.dicobat_site .icone_fichier {
  vertical-align: sub;
  height: 2.6rem;
  width: 2.6rem;
  margin-inline: 0.5rem;
}
.dicobat_site a.lien_doc {
  display: inline-block;
  min-width: 1rem;
}
.dicobat_site a.lien_doc:after {
  content: url("vip/dicobat/img/pdf.png");
  margin-left: 0.5rem;
  vertical-align: -0.5rem;
}
.dicobat_site a:hover {
  color: rgb(39, 39, 39);
  transition: 0.2s all;
}
.dicobat_site a:active {
  opacity: 0.7;
}
.dicobat_site .bloc_select {
  position: relative;
  width: fit-content;
}
.dicobat_site .bloc_select select {
  -webkit-appearance: none;
  border: none;
  padding: 0.5rem;
  padding-left: 10px;
  padding-right: 42px;
  border: 1px solid lightgrey;
  font-size: 1rem;
  border-radius: 0;
  position: relative;
  outline: none;
}
.dicobat_site .bloc_select .fleche {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 1.6rem;
  right: 0.4rem;
  pointer-events: none;
  color: #656565;
}
.dicobat_site .dico_selection_terme {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0.5rem;
  width: 100%;
}
@media only screen and (max-width: 530px) {
  .dicobat_site .dico_selection_terme {
    display: block;
  }
}
.dicobat_site .zone_recherche {
  margin-inline: auto;
  margin-top: -0.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  padding-left: 1rem;
  padding-right: 2rem;
}
@media only screen and (max-width: 836px) {
  .dicobat_site .zone_recherche {
    display: block;
    padding-right: 4rem;
  }
}
.dicobat_site .zone_recherche input[type=search] {
  font-size: 1.2rem;
  padding: 0.6rem;
  -webkit-appearance: none;
  border: 1px solid rgb(219, 218, 218);
  min-width: 22rem;
  outline: none;
  padding-left: 1rem;
}
.dicobat_site .zone_recherche .div_langue input[type=radio], .dicobat_site .zone_recherche .div_langue label {
  cursor: pointer;
}
.dicobat_site .zone_recherche .div_loupe {
  font-size: 2rem;
  color: rgb(143, 143, 143);
}
.dicobat_site .dicobat {
  display: flex;
  outline: none;
}
.dicobat_site .dicobat.selection_lien {
  padding-top: 1rem;
}
.dicobat_site .logo_titre {
  font-size: 3rem;
  font-size: 2.8rem;
  font-weight: 600;
}
.dicobat_site .logo_titre .logo_online {
  font-size: 1.5rem;
  color: #b80808;
  margin-left: -0.3rem;
}
.dicobat_site .logo_sous_titre {
  font-size: 1.03rem;
  color: grey;
  font-weight: bold;
  margin-top: -0.2rem;
}
.dicobat_site .dico_boutons_navigation {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  width: 100%;
}
.dicobat_site .dico_boutons_navigation .bouton {
  color: white;
  background-color: color(srgb 0.825 0.825 0.825);
  padding: 0.5rem;
  padding-inline: 1rem;
  border-radius: 100%;
  font-size: 1.3rem;
  border: 1px solid;
}
.dicobat_site .dico_boutons_navigation .bouton:hover {
  background-color: rgb(183, 183, 183);
}
.dicobat_site .dico_boutons_navigation .bouton.bouton_affiche_terme_par_id {
  background-color: grey;
  background-color: color(srgb 0.753 0.7531 0.7532);
  border-radius: 0.7rem;
  font-size: 1rem;
  line-height: 1.4;
  display: none;
}
@media only screen and (max-width: 836px) {
  .dicobat_site .dico_boutons_navigation {
    display: none;
  }
}
.dicobat_site .terme {
  margin-inline: auto;
  margin-top: 0.3rem;
  padding: 1rem;
  padding-right: 2rem;
}
.dicobat_site .terme a {
  color: #b80808;
}
.dicobat_site .terme a:hover {
  color: black;
}
.dicobat_site .terme ul li {
  list-style: url(vip/dicobat/img/puce_rouge.gif);
}
.dicobat_site .terme.selection_lien .def_cadre {
  cursor: pointer;
  transition: 0.3s all;
  padding: 1rem;
}
.dicobat_site .terme.selection_lien .def_cadre:hover {
  box-shadow: 0 0 0 0.4rem color(srgb 0.3739 0.6461 0.8759);
  border-radius: 0.4rem;
}
.dicobat_site .terme.selection_lien .def_cadre:active {
  transform: scale(1.01);
}
.dicobat_site .terme.selection_lien .def_cadre .def1, .dicobat_site .terme.selection_lien .def_cadre .def {
  pointer-events: none;
}
.dicobat_site .terme .terme_nom_cadre {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dicobat_site .terme .terme_nom_cadre .terme_nom {
  text-transform: none;
  color: #b80808;
  margin-bottom: 14px;
  font-size: 26px;
  width: fit-content;
}
.dicobat_site .terme .bouton_favori {
  font-size: 1.5rem;
  color: rgb(176, 176, 176);
}
.dicobat_site .terme .bouton_favori.selectionne {
  color: var(--rouge_dicobat);
}
.dicobat_site .terme .bouton_favori i {
  vertical-align: super;
}
.dicobat_site .terme .terme_domaine {
  display: inline-block;
  font: 400 16px/20px "System-ui";
  color: black;
  margin-bottom: 14px;
  margin-top: -10px;
  width: fit-content;
  min-width: 1rem;
}
.dicobat_site .terme .terme_genre {
  display: block;
  font: 400 16px/20px "System-ui";
  color: black;
  margin-bottom: 14px;
  margin-top: -10px;
  width: fit-content;
  min-width: 2rem;
  min-height: 0.5rem;
}
.dicobat_site .terme .traduction table th {
  font-size: 12px;
  line-height: 16px;
  border: 1px solid #CCC;
  padding: 5px;
  background-color: #E7E7E7;
}
.dicobat_site .terme .traduction table td {
  font-size: 12px;
  line-height: 16px;
  border: 1px solid #CCC;
  padding: 5px;
  background-color: #FFF;
}
.dicobat_site .terme .traduction table .champ_traduc_fr, .dicobat_site .terme .traduction table .champ_traduc_en {
  min-width: 2rem;
}
.dicobat_site .terme .voir_aussi h3 {
  font-size: 16px;
  padding-bottom: 6px;
  font-weight: 700;
  color: black;
  border-bottom: 1px solid #d2d2d2;
}
.dicobat_site .terme .voir_aussi .voir_aussi_liens {
  line-height: 1.5;
}
.dicobat_site .terme .voir_aussi .voir_aussi_liens a {
  color: #b80808;
  font-size: 14px;
  cursor: pointer;
}
.dicobat_site .terme .voir_aussi .voir_aussi_liens .puce:last-child {
  display: none;
}
.dicobat_site .def_titre {
  font-size: 1.1em;
  font-weight: 700;
  color: #000;
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 0.6rem;
  margin-top: 2.5rem;
}
.dicobat_site .def, .dicobat_site .def1 {
  line-height: 1.5;
  margin-top: 1rem;
  text-align: justify;
}
.dicobat_site .def a, .dicobat_site .def1 a {
  color: #b80808;
}
.dicobat_site .def.definition_cible, .dicobat_site .def1.definition_cible {
  background-color: rgb(254, 251, 211);
  padding: 0.5rem;
}
.dicobat_site .themes_associes {
  display: block;
  padding: 10px;
  margin-block: 1rem;
  background: #E7E7E7;
}
.dicobat_site .themes_associes h4 {
  margin: 0;
  color: #333;
  font-size: 13px;
  margin-bottom: 0.5rem;
}
.dicobat_site .themes_associes ul {
  padding: 0;
  margin: 0;
}
.dicobat_site .themes_associes ul li {
  list-style: none;
  margin-bottom: 0.2rem;
  text-indent: -0.7rem;
  margin-left: 0.7rem;
  position: relative;
}
.dicobat_site .themes_associes ul li a {
  color: #b80808;
  font-size: 12px;
}
.dicobat_site .dico_image {
  display: block;
  margin-inline: auto;
  margin-block: 1.7rem;
  max-width: 100%;
  cursor: pointer;
  cursor: pointer;
}
.dicobat_site .dico_image:active {
  opacity: 0.9;
}
.dicobat_site sup, .dicobat_site sub {
  font-size: 9px;
}
.dicobat_site #bouton_gauche, .dicobat_site #bouton_droite {
  font-size: 2rem;
  width: 3rem;
  border-radius: 50%;
  border: none;
  height: 3rem;
  background-color: rgb(226, 226, 226);
  color: black;
  cursor: pointer;
  background-color: rgb(240, 240, 240);
  color: color(srgb 0.0288 0.4944 0.72);
}
.dicobat_site .bouton_importation_dico {
  background-color: rgb(90, 187, 174);
  color: white;
  padding: 1rem;
  font-weight: bold;
  color: color(srgb 0.0288 0.4944 0.72);
  background-color: rgb(240, 240, 240);
}
.dicobat_site .note-modal-title {
  margin-top: -0.3rem;
}
.dicobat_site .note-modal-header {
  padding-top: 1rem;
}
.dicobat_site .note-modal-header .close {
  float: left !important;
  margin-right: 1rem !important;
  opacity: 1 !important;
  font-size: 1.1rem !important;
  margin-left: -0.4rem !important;
}
.dicobat_site .note-modal-header .close:hover i {
  color: #e96565 !important;
}
.dicobat_site .note-modal-header .close:active {
  opacity: 0.7 !important;
}
.dicobat_site .note-modal-header .close i {
  color: lightgrey !important;
  transition: 0.5s all;
}
.dicobat_site .note-editor .note-editing-area .note-editable a {
  color: #b80808;
}
.dicobat_site .note-editor.note-frame .note-editing-area .note-editable, .dicobat_site .note-editor.note-airframe .note-editing-area .note-editable {
  line-height: 1.6 !important;
}
.dicobat_site .note-popover {
  background: #8e8e8e !important;
  border-radius: 0.8rem !important;
  padding: 0.7rem !important;
}
.dicobat_site .note-popover.bottom .note-popover-arrow::after {
  border-bottom-color: #8c8c8c !important;
}
.dicobat_site .note-toolbar .note-btn {
  border: none !important;
}
.dicobat_site .note-toolbar .note-btn:not(.note-color-btn) {
  background-color: transparent !important;
  color: white !important;
}
.dicobat_site .note-toolbar {
  background-color: #8c8c8c !important;
}
.dicobat_site .note-editor.note-frame .note-statusbar .note-resizebar, .dicobat_site .note-editor.note-airframe .note-statusbar .note-resizebar {
  background-color: color(srgb 0.5495 0.5496 0.5496) !important;
}
.dicobat_site .note-editor:hover {
  outline: 3px solid rgb(100, 169, 222);
  outline-offset: 4px;
}
.dicobat_site .note-dropdown-menu {
  background-color: rgb(140, 140, 140);
  border: none;
  margin-top: 0.3rem;
  color: white;
}
.dicobat_site .note-dropdown-menu .note-btn {
  color: black !important;
}
.dicobat_site .note-dropdown-menu a {
  color: white;
}
.dicobat_site .note-color button[type=button] {
  border: none;
  padding-block: 0.2rem !important;
}
.dicobat_site .note-link-popover a {
  color: white;
}
.dicobat_site .note-recent-color {
  padding: 0.2rem;
  border-radius: 0.2rem;
}
.dicobat_site .note-link-popover a {
  margin-right: 0.5rem;
  transition: 0.3s linear color;
}
.dicobat_site .note-link-popover a:hover {
  color: #b80808;
}
.dicobat_site .note-link-popover a:active {
  opacity: 0.5;
}
.dicobat_site .note-link-popover .note-btn {
  background-color: transparent;
  color: white;
}
.dicobat_site .note-modal-content {
  border-radius: 1rem;
  box-shadow: none;
  border: none;
}
.dicobat_site .note-modal-content .note-modal-header {
  border: none;
  border-bottom: 1px solid #ededef;
}
.dicobat_site .note-modal-content .note-modal-footer .note-btn-primary {
  border: none;
  border-radius: 1rem;
  padding-inline: 1rem;
}
.dicobat_site .div_editable {
  outline: none;
}
.dicobat_site .div_editable:hover {
  outline: 3px solid rgb(100, 169, 222);
  outline-offset: 2px;
}
.dicobat_site .message_choisir_lien_interne {
  position: fixed;
  left: 0;
  right: 0;
  color: white;
  background-color: #5fa5df;
  padding-block: 0.5rem;
  padding: 0.4rem;
  text-align: center;
  font-size: 1.2rem;
  top: 0;
}
.dicobat_site .message_terme_payant {
  margin-top: 10%;
  font-size: 1.3rem;
  flex-direction: column;
  align-items: center;
  line-height: 1.7;
  max-width: 22rem;
  margin-inline: auto;
  display: flex;
  justify-content: center;
  text-align: center;
  gap: 2rem;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeInUp_animation {
  animation: 4s fadeInUp;
}

.gris {
  color: rgb(129, 129, 129);
}

.rouge_dicobat, .red-text {
  color: #b80808;
}

.fond_rouge_dicobat {
  background-color: var(--rouge_dicobat) !important;
}

.bord_rouge_dicobat {
  border: 2px solid var(--rouge_dicobat);
}

.fond_gris_sombre {
  background-color: rgb(97, 97, 97);
}

.fond_gris_tres_sombre {
  background-color: rgb(88, 86, 86);
}

.bord_gris_sombre {
  border: 2px solid rgb(97, 97, 97);
}

.fond_gris_moyen {
  background-color: rgb(158, 157, 157);
}

.bord_gris_moyen {
  border: 2px solid rgb(158, 157, 157);
}

.fond_gris_pale {
  background-color: rgb(236, 236, 236);
}

.fond_gris_tres_pale {
  background-color: #F4F4F4;
}

.bord_gris_pale {
  border: 2px solid #F4F4F4;
}

.fond_bleu {
  background-color: rgb(130, 184, 231);
}

.fond_rouge {
  background-color: rgb(204, 90, 90) !important;
}

.dico_resultats_recherche_complete, .dico_resultats {
  padding-top: 1rem;
}
.dico_resultats_recherche_complete .resultats_titre, .dico_resultats .resultats_titre {
  font-weight: bold;
  font-size: 1.2rem;
  margin-left: 1rem;
}
.dico_resultats_recherche_complete ul li, .dico_resultats ul li {
  margin-block: 0.5rem;
  list-style: none;
}
.dico_resultats_recherche_complete ul li:before, .dico_resultats ul li:before {
  content: "⏵";
  color: #b80808;
  margin-left: -1rem;
  margin-right: 0.2rem;
}
.dico_resultats_recherche_complete ul li .terme_domaine, .dico_resultats ul li .terme_domaine {
  display: unset !important;
  color: #b80808 !important;
  font-weight: bold !important;
  font-style: italic !important;
}

.gras {
  font-weight: bold;
}

.italique {
  font-style: italic;
}

.recherche_highlight, recherche_higlight {
  color: #b80808;
  font-style: italic;
  color: blue !important;
  font-weight: bold !important;
}

.selection_survol {
  box-shadow: 0 0 0 0.4rem color(srgb 0.3739 0.6461 0.8759);
  border-radius: 0.4rem;
}

.bouton_ia {
  background-color: color(srgb 0.7411 0.1569 0.149);
  color: white;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.8rem;
  padding: 0.8rem;
  text-align: center;
  font-weight: bold;
  box-shadow: 1px 1px 1px lightgrey;
  margin-top: -1rem;
}

.bouton_vert {
  border: none;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  padding: 0.7rem 1.6rem;
  margin: 0 0 10px 10px;
  cursor: pointer;
  text-align: center;
  border-radius: 1.4rem;
  transition: 400ms ease all;
  color: white !important;
  font-size: 1rem;
  font-weight: bold;
  background-color: #46a4b4;
}
.bouton_vert:hover {
  background-color: rgba(70, 164, 180, 0.831);
}

.bouton_rouge {
  border: none;
  line-height: 1;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.4rem;
  margin: 0 0 10px 10px;
  cursor: pointer;
  text-align: center;
  border-radius: 1.4rem;
  width: 132px;
  transition: 400ms ease all;
  color: white !important;
  font-size: 1rem;
  font-weight: bold;
  background-color: #b80808;
}
.bouton_rouge:hover {
  opacity: 0.8;
  color: white !important;
}

.dico_champ_recherche {
  position: relative;
  flex-grow: 1;
}
.dico_champ_recherche .bouton_suppression {
  position: absolute;
  right: -1.7rem;
  top: 21%;
  height: 1.7rem;
  min-width: 1.7rem;
  font-size: 1.1rem;
  font-weight: normal;
  background-color: rgb(231, 231, 231);
  cursor: pointer;
  transition: 0.3s all;
}
.dico_champ_recherche .bouton_suppression:hover {
  background-color: rgb(200, 200, 200);
}
.dico_champ_recherche .bouton_suppression:active {
  background-color: rgb(215, 212, 212);
}
.dico_champ_recherche #dico_champ_recherche {
  outline: none;
  font-size: 1.3rem;
  padding-inline: 1.1rem;
  padding-block: 0.6rem;
  border: 1px solid rgb(189, 186, 186);
  width: 100%;
}
@media only screen and (max-width: 836px) {
  .dico_champ_recherche #dico_champ_recherche {
    font-size: 1.2rem;
  }
}

.langue_loupe {
  display: flex;
  gap: 1rem;
  padding-block: 1rem;
  margin-left: 2rem;
}

.ui-autocomplete {
  max-height: 14rem !important;
  overflow-y: scroll !important;
  overflow-x: hidden !important;
}

.highlight {
  background-color: yellow;
}.site .boutique .produits_liste {
  margin-inline: auto;
  margin-top: 2rem;
}
.site .boutique .produits_liste .produit_ligne {
  margin-block: 1rem;
  padding: 1rem;
  background-color: color(srgb 0.9568 0.9569 0.957);
}
.site .boutique .produits_liste .produit_ligne .nom {
  font-weight: bold;
}
.site .boutique .produits_liste .produit_ligne .quantite {
  width: 3rem;
}.boutique_editeur .boutique_barre_outils {
  display: flex;
  justify-content: right;
  gap: 0.3rem;
}
.boutique_editeur .boutique_barre_outils .bouton {
  border-radius: 50%;
  font-size: 1.1rem;
  text-align: center;
  padding: 0.4rem;
  min-width: 1.1rem;
  max-width: 1.1rem;
  height: 1.1rem;
}
.boutique_editeur .produits_liste .produit_ligne .barre_outils {
  display: flex;
  gap: 0.3rem;
  justify-content: right;
  align-items: center;
}
.boutique_editeur .produits_liste .produit_ligne .barre_outils .bouton {
  border-radius: 50%;
  font-size: 1.1rem;
  text-align: center;
  padding: 0.4rem;
}
.boutique_editeur .produits_liste .produit_ligne .barre_outils .bouton.bouton_suppression {
  min-width: 1.1rem;
  max-width: 1.1rem;
  height: 1.1rem;
}
.boutique_editeur .produits_liste .produit_ligne .barre_outils .bouton.bouton_publication {
  font-size: 1.9rem;
  color: grey;
  margin-top: -0.05rem;
}.page_editeur .bouton_validation {
  position: fixed;
  top: 8rem;
  right: 1rem;
  background-color: color(srgb 0.2475 0.75 0.4917);
  font-weight: bold;
  border-radius: 100%;
  height: 5rem;
  width: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}
.page_editeur .bouton_validation {
  background-color: var(--vert);
  color: white;
  font-size: 0.7rem;
  font-weight: bold;
  border-radius: 100%;
  display: flex;
  border: none;
  height: 3rem;
  justify-content: center;
  width: 3.6rem;
  align-items: center;
  position: relative;
  float: right;
  top: 1rem;
  right: -4.8rem;
}
.page_editeur .bouton_validation:before {
  content: "";
  position: absolute;
  left: -8px;
  width: 0;
  height: 0;
  border-top: 1.4rem solid transparent;
  border-right: 1.4rem solid var(--vert);
  border-bottom: 0.6rem solid transparent;
  margin-top: 0px;
  z-index: -1;
}
.page_editeur .div_editable.modifie {
  background-color: rgb(172, 255, 236);
}
.page_editeur .div_editable:hover {
  outline: 3px solid rgb(100, 169, 222);
  outline-offset: 4px;
  border-radius: 0.2rem;
}.page {
  padding: 1rem;
}
.page .titre {
  font-size: 2.5rem;
  font-weight: bold;
  color: var(--rouge_dicobat);
  margin-bottom: 1rem;
}
.page .contenu a {
  color: var(--rouge_dicobat);
}.onglet_pages {
  background-color: rgb(252, 252, 252) !important;
}

.pages {
  padding-inline: 1rem;
  background-color: rgb(252, 252, 252);
}
.pages .liste_pages {
  padding-left: 0;
}
.pages .liste_pages ul, .pages .liste_pages li {
  list-style: none;
}
.pages .liste_pages li {
  margin-block: 1.5rem;
  display: flex;
  gap: 0.7rem;
  padding-left: 2rem;
  padding-block: 2rem;
  padding-block: 2rem;
  border-radius: 0.7rem;
  box-shadow: 1px 1px 2px lightgrey;
  background-color: rgb(244, 244, 244);
  width: fit-content;
  padding-right: 0.7rem;
  cursor: pointer;
}
.pages .liste_pages li.selectionne {
  background-color: var(--jaune_pale);
}
.pages .liste_pages li .bouton_suppression {
  margin-top: -1.3rem;
}
.pages .liste_pages li .champ_texte {
  padding: 0.3rem;
  border: 1px solid grey;
  font-size: 0.9rem;
}
.pages .liste_pages li .champ_texte.modifie {
  background-color: rgb(172, 255, 236);
}

.dialogue_creation {
  border-radius: 1rem;
}
.dialogue_creation h1 {
  margin-top: 0;
}
.dialogue_creation .barre_validation {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.dialogue_creation .barre_validation .bouton {
  padding-block: 0.5rem;
  padding-inline: 1.5rem;
  border-radius: 1rem;
  font-weight: bold;
  background-color: rgb(228, 228, 228);
  color: rgb(91, 91, 91);
  font-size: 0.9rem;
}
.dialogue_creation .barre_validation .bouton.bouton_ok {
  color: white;
  background-color: color(srgb 0.3739 0.6461 0.8759);
}.barre_bas {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3rem;
  padding-inline: 1rem;
  padding-block: 0.5rem;
  background-color: rgba(214, 214, 214, 0.147);
  -webkit-backdrop-filter: blur(10px) saturate(100%);
  backdrop-filter: blur(10px) saturate(100%);
  display: flex;
  gap: 2rem;
  color: white;
  justify-content: center;
  align-items: center;
}
.barre_bas .bouton {
  width: 3rem;
  height: 3rem;
  text-shadow: 1px 1px 1px black;
  -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}
.barre_bas .bouton i {
  font-size: 2.3rem;
  line-height: 1.4;
  color: #a3a3a3;
  color: whitesmoke;
}.cadre_crop {
  display: none;
}
.cadre_crop .masque {
  position: fixed;
  z-index: 20;
  z-index: 100;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.5529411765);
}
@supports (backdrop-filter: none) or (-webkit-backdrop-filter: none) {
  .cadre_crop .masque {
    background-color: rgba(181, 196, 204, 0.3803921569);
    backdrop-filter: saturate(100%) blur(20px);
    -webkit-backdrop-filter: saturate(100%) blur(25px);
  }
}
.cadre_crop .boutons {
  position: absolute;
  z-index: 22;
  bottom: -48px;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
}
.cadre_crop .boutons label {
  margin-right: 1rem;
  font-size: 1.3rem;
  padding: 0.3rem;
}
.cadre_crop .boutons .bouton {
  font-size: 1.2rem;
  margin: auto;
  display: inline-block;
  margin-inline: 0.4rem;
}
.crop_input_zoom {
  font-size: 1.3rem;
  font-weight: bold;
  width: 7rem;
  color: rgb(18, 33, 46);
  background-color: rgb(252, 252, 252);
  border: none;
  padding: 0.4rem;
  margin-right: 2rem;
}

.croppie-container {
  position: fixed;
  z-index: 21;
  z-index: 101;
  width: var(--largeur_crop) !important;
  height: var(--hauteur_crop) !important;
  top: 15%;
  left: 5%;
  box-shadow: 4px 4px 40px #9d9797;
  background-color: white;
  margin: auto;
  right: 5%;
}

.croppie-container .cr-image {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: 0 0;
  max-height: none;
  max-width: none;
}

.croppie-container .cr-boundary {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.croppie-container .cr-viewport,
.croppie-container .cr-resizer {
  position: absolute;
  border: 1px solid #000;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  box-shadow: 0 0 2000px 2000px rgba(0, 0, 0, 0.29);
  z-index: 0;
}

.croppie-container .cr-resizer {
  z-index: 2;
  box-shadow: none;
  pointer-events: none;
}

.croppie-container .cr-resizer-vertical,
.croppie-container .cr-resizer-horisontal {
  position: absolute;
  pointer-events: all;
}

.croppie-container .cr-resizer-vertical::after,
.croppie-container .cr-resizer-horisontal::after {
  display: block;
  position: absolute;
  box-sizing: border-box;
  border: 1px solid black;
  background: #fff;
  width: 10px;
  height: 10px;
  content: "";
}

.croppie-container .cr-resizer-vertical {
  bottom: -5px;
  cursor: row-resize;
  width: 100%;
  height: 10px;
}

.croppie-container .cr-resizer-vertical::after {
  left: 50%;
  margin-left: -5px;
}

.croppie-container .cr-resizer-horisontal {
  right: -5px;
  cursor: col-resize;
  width: 10px;
  height: 100%;
}

.croppie-container .cr-resizer-horisontal::after {
  top: 50%;
  margin-top: -5px;
}

.croppie-container .cr-original-image {
  display: none;
}

.croppie-container .cr-vp-circle {
  border-radius: 50%;
}

.croppie-container .cr-overlay {
  z-index: 1;
  position: absolute;
  cursor: move;
  touch-action: none;
}

.croppie-container .cr-slider-wrap {
  width: 75%;
  margin: 15px auto;
  text-align: center;
}

.croppie-result {
  position: relative;
  overflow: hidden;
}

.croppie-result img {
  position: absolute;
}

.croppie-container .cr-image,
.croppie-container .cr-overlay,
.croppie-container .cr-viewport {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

/*************************************/
/***** STYLING RANGE INPUT ***********/
/*************************************/
/*http://brennaobrien.com/blog/2014/05/style-input-type-range-in-every-browser.html */
/*************************************/
.cr-slider {
  -webkit-appearance: none;
  width: 98% !important;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: transparent;
  position: absolute;
  bottom: -90px;
  z-index: 100;
  left: 0;
  width: 550px;
  background-color: rgba(186, 186, 186, 0.77);
  border-radius: 20px;
  padding-left: 8px;
  padding-right: 8px;
  cursor: pointer;
}

.cr-slider::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  border-radius: 3px;
}

.cr-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ddd;
  margin-top: -6px;
}

.cr-slider:focus {
  outline: none;
}

/*
.cr-slider:focus::-webkit-slider-runnable-track {
background: #ccc;
}
*/
.cr-slider::-moz-range-track {
  width: 100%;
  height: 3px;
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  border-radius: 3px;
}

.cr-slider::-moz-range-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ddd;
  margin-top: -6px;
}

/*hide the outline behind the border*/
.cr-slider:-moz-focusring {
  outline: 1px solid white;
  outline-offset: -1px;
}

.cr-slider::-ms-track {
  width: 100%;
  height: 5px;
  background: transparent;
  /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
  border-color: transparent; /*leave room for the larger thumb to overflow with a transparent border */
  border-width: 6px 0;
  color: transparent; /*remove default tick marks*/
}

.cr-slider::-ms-fill-lower {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

.cr-slider::-ms-fill-upper {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

.cr-slider::-ms-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ddd;
  margin-top: 1px;
}

.cr-slider:focus::-ms-fill-lower {
  background: rgba(0, 0, 0, 0.5);
}

.cr-slider:focus::-ms-fill-upper {
  background: rgba(0, 0, 0, 0.5);
}

/*******************************************/
/***********************************/
/* Rotation Tools */
/***********************************/
.cr-rotate-controls {
  position: absolute;
  bottom: 5px;
  left: 5px;
  z-index: 1;
}

.cr-rotate-controls button {
  border: 0;
  background: none;
}

.cr-rotate-controls i:before {
  display: inline-block;
  font-style: normal;
  font-weight: 900;
  font-size: 22px;
}

.cr-rotate-l i:before {
  content: "↺";
}

.cr-rotate-r i:before {
  content: "↻";
}.espace {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.espace .dico {
  margin: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  border: none;
}.espaces {
  position: relative;
  margin-top: 20%;
  max-width: 80%;
  max-height: 80%;
  overflow: scroll;
  margin-inline: auto;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 3rem;
  padding-top: 1rem;
  width: fit-content;
  background-color: rgba(214, 214, 214, 0.42);
  -webkit-backdrop-filter: blur(10px) saturate(100%);
  border-radius: 0.8rem;
}
.espaces h1 {
  color: rgb(99, 99, 99);
  margin-bottom: 0.8rem;
  margin-top: 0;
}
.espaces .barre_outils {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.7rem;
  margin-top: 1rem;
}
.espaces .barre_outils #champ_recherche {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: rgba(255, 255, 255, 0.7);
  border: none;
  font-size: 1rem;
  outline: none;
  margin-top: 0.4rem;
  padding-block: 0.3rem;
  padding-left: 0.6rem;
}
.espaces .barre_outils .bouton {
  color: rgb(70, 70, 70);
  font-size: 1.8rem;
  padding: 0.5rem;
}
.espaces .barre_outils .bouton.bouton_cree_espace {
  font-weight: 500;
}
.espaces .vignettes_espaces {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
}
.espaces .vignettes_espaces .vignette_espace {
  background-color: white;
  width: 16rem;
  height: 10rem;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 4px lightgrey;
  cursor: pointer;
  position: relative;
}
.espaces .vignettes_espaces .vignette_espace img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.espaces .vignettes_espaces .vignette_espace .nom {
  font-weight: bold;
  font-size: 1.6rem;
  padding: 0.5rem;
  padding-inline: 1rem;
  color: rgb(230, 230, 230);
  -webkit-backdrop-filter: blur(16px);
  background-color: rgba(179, 211, 245, 0.55);
  background-color: rgb(209, 105, 105);
}
.espaces #dialogue_creation_espace {
  padding: 2rem;
  padding-bottom: 1rem;
  border: none;
  border-radius: 0.7rem;
  max-width: 42rem;
  background-color: rgba(241, 241, 241, 0.59);
  -webkit-backdrop-filter: blur(50px) saturate(180%);
}
.espaces #dialogue_creation_espace .paragraphe_select {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.espaces #dialogue_creation_espace .paragraphe_select .description {
  font-size: 0.85rem;
}
.espaces #dialogue_creation_espace .images {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: space-between;
}
.espaces #dialogue_creation_espace textarea {
  border: none;
  width: 97%;
  margin-top: 0.5rem;
  font-size: 0.9rem;
  padding: 0.5rem;
  outline: none;
}.login {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  gap: 2rem;
  height: 100%;
  overflow: scroll;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(185, 176, 176, 0.53);
  backdrop-filter: blur(13px);
}
.login .login_zone {
  padding-inline: 2rem;
  padding-block: 1rem;
  line-height: 2.4;
  border-radius: 1rem;
  height: fit-content;
  background-color: rgba(245, 245, 245, 0.67) !important;
  -webkit-backdrop-filter: blur(10px) saturate(100%);
}
.login .login_zone .titre {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.3rem;
}
.login .login_zone .bouton {
  padding-inline: 1.1rem;
  padding-block: 0.8rem;
  width: fit-content;
}
.login .login_zone label {
  display: block;
  font-weight: bold;
}
.login .login_zone input {
  font-size: 1rem;
  padding: 0.5rem;
  width: 12rem;
  vertical-align: middle;
}
.login .login_zone .bouton_voir_mdp {
  margin-left: 1rem;
}
.login .login_zone .bouton_voir_mdp.actif {
  color: green;
}
.login .login_zone .bouton_mdp_oublie {
  width: 100%;
  padding-block: unset;
}
.login .login_zone .bouton_mdp_oublie b {
  font-size: 0.9rem;
}
@media only screen and (min-width: 1025px) {
  .login .login_zone {
    padding: 1.1rem;
  }
  .login .login_zone label {
    width: 7.9rem;
    display: inline-block;
    line-height: 1.3;
    vertical-align: middle;
    text-align: right;
    margin-right: 0.5rem;
  }
}
.accounts-dialog {
  padding: 2rem;
  background-color: rgb(247, 247, 247);
}.menu {
  display: flex;
  gap: 1rem;
  color: white;
  font-weight: 200;
}
.menu .ligne_menu {
  display: flex;
  align-items: center;
}:root {
  --colonne_admin_largeur: 20rem;
  --colonne_inspecteur_largeur: 20rem;
  --carrousel_small_flex_basis: 340px;
  --carrousel_medium_flex_basis: 440px;
  --carrousel_large_flex_basis: 540px;
  --carrousel_backgroundColor: transparent;
  --carrousel_small_paddingBlock: 0px;
  --carrousel_medium_paddingBlock: 0px;
  --carrousel_large_paddingBlock: 0px;
  --carrousel_small_gap: 10;
  --carrousel_medium_gap: 10;
  --carrousel_large_gap: 10;
  --carrousel_small_borderRadius: 0px;
  --carrousel_medium_borderRadius: 0px;
  --carrousel_large_borderRadius: 0px;
}

.message_travaux {
  position: fixed;
  inset: 0;
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.site_container {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.site_container .colonne_laterale {
  padding: 1rem;
  overflow: hidden;
  z-index: 100;
  top: 0rem;
  min-width: 110px;
  background-color: #eeeeee;
  border: 1px solid rgb(172, 170, 170);
  position: sticky;
  align-self: flex-start;
  height: 98vh;
  background-color: #eeeeee;
  border: 1px solid rgb(172, 170, 170);
}
@media (prefers-color-scheme: dark) {
  .site_container .colonne_laterale {
    background-color: #383838;
  }
  .site_container .colonne_laterale .div_texte_editable {
    background-color: transparent;
  }
}
.site_container .colonne_laterale .barre_redim {
  position: absolute;
  z-index: 200;
  top: 0;
  width: 0.5rem;
  height: 100%;
  cursor: ew-resize;
}
.site_container .colonne_laterale.colonne_site_admin .barre_redim {
  right: 0;
}
.site_container .colonne_laterale.colonne_site_inspecteur {
  right: 0;
  padding-inline: 1.2rem;
  padding-block: 1.6rem;
  min-width: 214px;
}
.site_container .colonne_laterale.colonne_site_inspecteur .ligne_champ {
  margin-block: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site_container .colonne_laterale.colonne_site_inspecteur .barre_redim {
  left: 0;
}
.site_container .colonne_laterale .barre_drag {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 21px;
  padding: 6px;
  font-size: 14px;
  text-align: center;
  background-color: #7d7d7d;
  border: 1px solid color(srgb 0.4902 0.4902 0.4903);
  color: white;
  cursor: default;
}
.site_container .colonne_laterale .barre_drag .bouton {
  display: inline-block;
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 0.7rem;
  transition: 0.5s all;
  stroke: #f2f2f2;
  fill: #f2f2f2;
}
.site_container .colonne_laterale .barre_drag .bouton:hover {
  stroke: #7dd47d;
  fill: #7dd47d;
}
.site_container .colonne_laterale .barre_drag .bouton_fermeture {
  border-radius: 100%;
  width: 18px;
  height: 18px;
  background-color: #f2f2f2;
  margin-left: 0.3rem;
  margin-top: 0.05rem;
}
.site_container .colonne_laterale .barre_drag .bouton_fermeture:hover {
  background-color: #e96565;
}
@media only screen and (max-width: 836px) {
  .site_container .colonne_laterale {
    display: none;
  }
}
.site_container .site .principal {
  display: flex;
  gap: 1rem;
}
.site_container .site .principal .colonne_centre {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 836px) {
  .site_container .site .principal .colonne_centre {
    max-width: 93%;
  }
}
.site_container .site footer {
  padding: 1rem;
}
.site_container .zone_notifs {
  padding: 1rem;
  position: fixed;
  z-index: 500;
  top: 7rem;
  right: 1rem;
  bottom: 0;
  overflow-y: scroll;
  pointer-events: none;
}
.site_container .zone_notifs .notif {
  margin-block: 1rem;
  padding: 1rem;
  border-radius: 0.5rem;
  box-shadow: 1px 1px 1px lightgrey;
  width: 16rem;
  background-color: rgb(101, 101, 101);
  color: white;
  position: relative;
  line-height: 1.5;
  pointer-events: all;
}
.site_container .zone_notifs .notif .texte {
  margin-top: 0.8rem;
}
.site_container .zone_notifs .notif .date {
  text-align: center;
  font-size: 0.8rem;
  font-weight: bold;
  margin-right: 0.6rem;
}
.site_container .zone_notifs .notif .titre {
  margin-bottom: 0.5rem;
  color: rgb(255, 237, 143);
  font-weight: bold;
  font-size: 1.1rem;
  text-align: center;
  width: 100%;
}
.site_container .zone_notifs .notif .bouton_fermeture {
  border-radius: 100%;
  width: 15px;
  height: 15px;
  background-color: #f2f2f2;
  margin-left: 0.3rem;
  margin-top: 0.05rem;
  position: absolute;
  left: 0.2rem;
  top: 0.4rem;
  cursor: pointer;
  transition: 0.4s all;
}
.site_container .zone_notifs .notif .bouton_fermeture:hover {
  background-color: #e96565;
}
.site_container .zone_notifs .notif li {
  margin-block: 0.8rem;
}
.site_container .zone_notifs .notif a {
  color: rgb(255, 211, 161);
}

.site_inspecteur {
  padding-inline: 0.7rem;
  padding-top: 1rem;
}

.publie {
  color: #50ac9c !important;
}.carrousel {
  margin-inline: 1rem;
}

.carrousel_cadre {
  position: relative;
  width: 100% !important;
  overflow: hidden;
  margin-top: 1.2rem;
  background-color: white;
}
.carrousel_cadre .carrousel {
  width: 100% !important;
  display: flex;
  align-items: center;
  font-size: 50px;
  color: #fff;
  font-weight: 500;
  max-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: var(--carrousel_backgroundColor);
  padding-block: var(--carrousel_small_paddingBlock);
}
@media only screen and (min-width: 720px) {
  .carrousel_cadre .carrousel {
    padding-block: var(--carrousel_medium_paddingBlock);
  }
}
@media only screen and (min-width: 1024px) {
  .carrousel_cadre .carrousel {
    margin-bottom: unset;
    padding-block: var(--carrousel_large_paddingBlock);
  }
}
.carrousel_cadre .carrousel .keen-slider__slide {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: var(--carrousel_small_flex_basis);
  border-radius: var(--carrousel_small_borderRadius);
  overflow: hidden;
  max-height: 100vh;
}
@media only screen and (min-width: 720px) {
  .carrousel_cadre .carrousel .keen-slider__slide {
    flex-basis: var(--carrousel_medium_flex_basis);
    border-radius: var(--carrousel_medium_borderRadius);
  }
}
@media only screen and (min-width: 1024px) {
  .carrousel_cadre .carrousel .keen-slider__slide {
    flex-basis: var(--carrousel_large_flex_basis);
    border-radius: var(--carrousel_large_borderRadius);
  }
}
.carrousel_cadre .carrousel .keen-slider__slide:active {
  opacity: 0.5;
}
.carrousel_cadre .carrousel .keen-slider__slide .diapo_image {
  width: 100%;
}
.carrousel_cadre .carrousel .keen-slider__slide .cadre_video {
  position: absolute;
  z-index: -1;
  width: 281px;
  left: 53px;
  top: 31px;
}
.carrousel_cadre .carrousel .keen-slider__slide .cadre_video video {
  width: 100%;
}
.carrousel_cadre .points {
  display: flex;
  padding: 10px 0;
  justify-content: center;
  margin-top: 1.5rem;
}
.carrousel_cadre .points .point {
  border: none;
  width: 10px;
  height: 10px;
  background-color: #c5c5c5;
  border-radius: 50%;
  margin: 0 5px;
  padding: 5px;
  cursor: pointer;
  transition: 0.5s background-color;
}
.carrousel_cadre .points .point.actif {
  background-color: var(--rouge_dicobat);
}
.carrousel_cadre .points .point:active {
  background-color: var(--rouge_dicobat);
}
.carrousel_cadre .points .point:focus {
  outline: none;
}
.carrousel_cadre .fleches {
  position: relative;
}
.carrousel_cadre .fleches .fleche {
  width: 30px;
  height: 30px;
  position: absolute;
  margin-top: -12rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  cursor: pointer;
  fill: #fff;
  border-radius: 50%;
  padding: 1rem;
  filter: drop-shadow(2px 2px 1px rgba(102, 102, 102, 0.4));
}
.carrousel_cadre .fleches .fleche:active {
  opacity: 0.6;
}
@media only screen and (min-width: 1024px) {
  .carrousel_cadre .fleches .fleche {
    margin-top: -16rem;
  }
}
.carrousel_cadre .fleches .fleche_gauche {
  left: 20px;
}
@media only screen and (min-width: 1024px) {
  .carrousel_cadre .fleches .fleche_gauche {
    left: 5px;
  }
}
.carrousel_cadre .fleches .fleche_droite {
  left: auto;
  right: 20px;
}
@media only screen and (min-width: 1024px) {
  .carrousel_cadre .fleches .fleche_droite {
    right: 5px;
  }
}.carrousel_editeur {
  cursor: unset !important;
}
.carrousel_editeur .boutons {
  position: absolute;
  top: 0;
  right: 0;
}
.carrousel_editeur .boutons .bouton {
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 100%;
  padding: 0.5rem;
  text-align: center;
  top: unset;
  right: unset;
  margin: 1rem;
}
.carrousel_editeur .carrousel {
  overflow: scroll;
  gap: 1.3rem;
}
.carrousel_editeur .carrousel .cadre_bouton_premiere_diapo {
  text-align: center;
  width: 100%;
}
.carrousel_editeur .carrousel .cadre_bouton_premiere_diapo .bouton_premiere_diapo {
  width: 12rem;
  margin: auto;
  background-color: color(srgb 0.3152 0.6755 0.6135);
  color: white;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 1rem;
  height: 6rem;
  display: flex;
  align-items: center;
  border-radius: 0.7rem;
}
.carrousel_editeur .keen-slider__slide:active {
  opacity: 1 !important;
}
.carrousel_editeur .keen-slider__slide .input_fichier_diapo {
  display: none;
}
.carrousel_editeur .keen-slider__slide .diapo_image {
  cursor: pointer;
  transition: 0.3s opacity;
}
.carrousel_editeur .keen-slider__slide .diapo_image:active {
  opacity: 0.6;
}
.carrousel_editeur .keen-slider__slide .barre_outils {
  margin-left: -14.4rem;
  margin-top: -20.2rem;
  background-color: rgba(255, 255, 255, 0.68);
  padding: 0.8rem;
  border-radius: 0.7rem;
  gap: 1rem;
  display: flex;
  justify-content: center;
  padding-right: 1.2rem;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.carrousel_editeur .keen-slider__slide .barre_outils .bouton {
  border-radius: 50%;
  font-size: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  text-align: center;
  padding: 0.4rem;
  line-height: 1;
}
.carrousel_editeur .keen-slider__slide .barre_outils .bouton.bouton_publication {
  font-size: 2.1rem;
  padding: 0;
  margin-inline: 0.2rem;
  color: color(srgb 0.67 0.67 0.67);
}
.carrousel_editeur .keen-slider__slide .barre_outils .bouton.bouton_publication.publie {
  color: #50ac9c;
}
.carrousel_editeur .keen-slider__slide .barre_outils .bouton.bouton_edite_lien {
  font-size: 1.1rem;
  line-height: 1.6rem;
  background-color: rgb(187, 237, 212) !important;
  color: grey !important;
}
.carrousel_editeur .keen-slider__slide .barre_outils .input_texte {
  display: block;
  position: absolute;
  bottom: 0.6rem;
  font-size: 0.9rem;
  padding: 0.4rem;
  /* width: 80%; */
  left: 0.5rem;
  right: 0.5rem;
  height: 3.6rem;
  border: none;
  resize: none;
}.site_header {
  padding: 1rem;
  padding-bottom: 0.4rem;
  display: flex;
  position: sticky;
  z-index: 50;
  justify-content: space-between;
  top: 0;
  background-color: white;
  border-bottom: 1px solid rgb(189, 186, 186);
  min-width: 20rem;
  overflow-x: hidden;
}
.site_header.affiche_menu {
  overflow-x: unset;
}
.site_header a {
  color: black;
  font-size: 1.3rem;
  text-underline-offset: 0.3rem;
}
.site_header a:hover {
  color: rgb(68, 68, 68) !important;
  opacity: 0.8 !important;
}
.site_header a.selectionne {
  text-decoration: underline;
}
.site_header a:active {
  color: #b80808 !important;
}
.site_header .zone_logo {
  width: 18rem;
  height: 100%;
  margin-left: 0rem;
  background-image: url("vip/dicobat/img/dicobat_logo_2025_petit.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position-y: 50%;
}
@media only screen and (max-width: 836px) {
  .site_header .zone_logo {
    width: 12rem;
    min-height: 3rem;
  }
}
.site_header .zone_nav {
  display: flex;
}
@media only screen and (max-width: 836px) {
  .site_header .zone_nav {
    display: block;
    position: absolute;
    right: -1px;
    background-color: color(srgb 0.955 0.955 0.955);
    padding: 0rem 1.1rem 0rem 0rem;
    max-width: 10rem;
    top: 4.4065rem;
    box-shadow: -2px 2px 2px rgba(226, 226, 226, 0.7098039216);
    transform: translateX(100%);
    transition: 0.6s transform;
  }
  .site_header .zone_nav.affiche {
    transform: unset;
  }
  .site_header .zone_nav li a {
    line-height: 1.5;
    font-size: 1rem;
    font-weight: bold;
  }
}
.site_header .zone_nav nav {
  display: flex;
  flex-wrap: wrap;
}
.site_header .zone_nav nav ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  row-gap: 0.6rem;
  align-items: center;
  padding-block: 1rem;
}
@media only screen and (max-width: 836px) {
  .site_header .zone_nav nav {
    flex-direction: column;
  }
  .site_header .zone_nav nav ul {
    flex-direction: column;
    gap: 0.5rem;
    align-items: start;
    padding-block: unset;
    padding-left: 1.3rem;
  }
}
.site_header .zone_nav .zone_perso {
  display: flex;
  flex-wrap: wrap;
  margin-top: -2.4rem;
}
.site_header .zone_nav .zone_perso ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: right;
  align-items: center;
  padding-left: 1rem;
  margin-top: 2rem;
}
.site_header .zone_nav .zone_perso ul .bouton_connexion {
  display: block;
  margin-top: 1.33rem;
}
@media only screen and (max-width: 836px) {
  .site_header .zone_nav .zone_perso {
    flex-direction: column;
  }
  .site_header .zone_nav .zone_perso ul {
    gap: 0.5rem;
    align-items: end;
  }
  .site_header .zone_nav .zone_perso ul .ligne_bouton_connexion {
    width: 100%;
  }
}
.site_header .zone_nav .boutons_admin {
  padding: 0;
  gap: 1rem 0.5rem !important;
  margin-top: 0.7rem;
}
.site_header .zone_nav .bouton_menu_user img, .site_header .zone_nav .bouton_menu_user i {
  border-radius: 50%;
  width: 2rem;
  vertical-align: text-top;
  margin-right: 0.3rem;
  height: 2rem;
  border: 1px solid #dfdfdf;
  padding: 0.3rem;
  background-color: white;
  margin-top: -0.7rem;
  text-align: center;
  line-height: 2rem;
  color: var(--menu_color);
}
.site_header .zone_nav .bouton_menu_user.gestion_site.actif i {
  color: white;
  background-color: rgb(80, 172, 156);
  background-color: #5fa5df;
}
.site_header .zone_nav .bouton_menu_user.gestion_site.actif.flottante i {
  color: white;
  background-color: #5fa5df;
}
.site_header .bouton_themes {
  position: absolute;
  top: 0;
  right: 3.5rem;
  color: color(srgb 0.5032 0.5032 0.5033);
  padding: 17px;
  font-size: 1.9rem;
  display: none;
}
@media only screen and (max-width: 836px) {
  .site_header .bouton_themes {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 0.3rem;
  }
}
.site_header .bouton_themes .label {
  color: black;
  font-size: 0.8rem;
  text-align: center;
  font-weight: bold;
}
.site_header .bouton_hamburger {
  display: none;
  position: absolute;
  right: 0px;
  top: 0px;
  color: color(srgb 0.5032 0.5032 0.5033);
  padding: 17px;
  font-size: 1.9rem;
}
@media only screen and (max-width: 836px) {
  .site_header .bouton_hamburger {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 0.3rem;
  }
}
.site_header .bouton_hamburger .label {
  color: black;
  font-size: 0.8rem;
  text-align: center;
  font-weight: bold;
}
:root {
  --jaune_pale: rgb(254, 251, 211);
  --vert: rgb(80, 172, 156);
  --bleu: #5fa5df;
}

html {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  height: 100%;
  font-family: system-ui;
  margin: 0;
  overflow-x: hidden;
}
body.body_cogibulle {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
@media (prefers-color-scheme: dark) {
  body {
    background-color: #2b2b2b;
    color: white;
  }
}

.cogibulle {
  height: 100%;
  position: absolute;
  background-size: cover;
  width: 100%;
}
.cogibulle .cadre {
  overflow-y: scroll;
  overflow-x: hidden;
  position: absolute;
  inset: 0;
}
.cogibulle nav {
  padding-inline: 1rem;
  padding-block: 0.5rem;
  background-color: rgba(214, 214, 214, 0.147);
  -webkit-backdrop-filter: blur(10px) saturate(100%);
  backdrop-filter: blur(10px) saturate(100%);
  position: absolute;
  top: 0;
  width: 100%;
  display: flex;
  gap: 2rem;
}
.cogibulle nav .sigle {
  font-weight: 100;
  font-size: 2.4rem;
  color: white;
}

#notif_locale {
  display: none;
  position: fixed;
  z-index: 500;
  padding: 1.5rem;
  background-color: #5fa5df;
  color: white;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0;
  top: 5rem;
  right: 20px;
  transition: none;
  line-height: 1.4;
}
#notif_locale a {
  background-color: unset;
  color: unset;
}

.bouton {
  cursor: pointer !important;
  transition: all 0.6s ease-out 0s;
  width: fit-content;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transform: translateZ(0);
  border: none;
}
.bouton:active {
  transition: opacity 0.1s ease-out 0s;
  opacity: 0.5;
}

.fond_rouge {
  background-color: #ed8080;
}

.rouge {
  color: #ed8080;
}

.noir {
  color: black;
}

.blanc {
  color: white;
}

.fond_blanc {
  background-color: white !important;
}

.blanc_casse {
  color: rgb(247, 247, 247) !important;
}

.fond_blanc_casse {
  background-color: rgb(247, 247, 247) !important;
}

.vert {
  color: rgb(80, 172, 156);
}

.fond_vert {
  background-color: #56ab63;
  background-color: rgb(80, 172, 156);
}

.bleu {
  color: #5fa5df;
}

.fond_bleu {
  background-color: #5fa5df;
}

.gras {
  font-weight: bold;
}

a {
  text-decoration: none;
}

dialog p {
  text-align: left;
  margin-inline: 1rem;
}
dialog .champ_label {
  font-weight: bold;
}
dialog input[type=text] {
  font-size: 1rem;
  outline: none;
  padding: 0.3rem;
  width: 97%;
  margin-top: 0.5rem;
}
dialog input[type=color] {
  height: 2.6rem;
}
dialog .cadre_input_image .barre_titre {
  display: flex;
  justify-content: space-between;
}
dialog .span_select:after {
  content: "▼";
  display: inline-block;
  color: grey;
  margin-left: -1.7rem;
  pointer-events: none;
}
dialog .span_select select {
  -webkit-appearance: none;
  font-size: 1rem;
  padding-block: 0.4rem;
  padding-left: 0.8rem;
  padding-right: 2.5rem;
  height: 2rem;
  outline: none;
  border: none;
  border-radius: 0.4rem;
}
dialog fieldset {
  border: none;
  text-align: left;
}
dialog fieldset .option {
  margin-block: 1rem;
  margin-inline: 2rem;
  cursor: pointer !important;
}
dialog fieldset .option label {
  cursor: pointer !important;
}
dialog .label_input_image input {
  display: none;
}
dialog .label_input_image img {
  width: 16rem;
  height: 9rem;
  background-color: #fff;
  margin-top: 0.5rem;
  object-fit: cover;
}
dialog .barre_boutons_bas {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  margin-top: 3rem;
}
dialog .barre_boutons_bas .bouton {
  font-size: 1rem;
  padding: 0.6rem;
  background-color: whitesmoke;
  font-weight: bold;
  border: 1px solid rgb(187, 185, 185);
  border-radius: 0.7rem;
  padding-inline: 1rem;
}
dialog .paragraphe_input_couleur {
  margin-top: 0;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
dialog .paragraphe_input_couleur .div_input_couleur {
  position: relative;
  background-color: #6988D1;
  color: white;
  min-width: 8rem;
  height: 2.7rem;
  border-radius: 0.2rem;
}
dialog .paragraphe_input_couleur .div_input_couleur .couleur_exemple {
  font-weight: bold;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.3rem;
}
dialog .paragraphe_input_couleur .div_input_couleur .input_couleur {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.bouton_supprimer, .bouton_suppression {
  background-color: rgb(176, 176, 176);
  border-radius: 100%;
  min-width: 1.4rem;
  max-width: 1.4rem;
  height: 1.4rem;
  display: flex;
  justify-content: center;
  align-content: center;
  line-height: 1.4;
  font-weight: bold;
  font-size: 0.9rem;
  color: white;
}
.bouton_supprimer:hover, .bouton_suppression:hover {
  background-color: rgb(204, 90, 90);
}

.bouton_ajouter, .bouton_ajout {
  font-size: 1rem;
  background-color: #5fa5df;
  color: white;
  border-radius: 100%;
  width: 1.4rem;
  height: 1.4rem;
  display: flex;
  justify-content: center;
  align-content: center;
  line-height: 1.3;
  font-weight: bold;
}
.bouton_ajouter:hover, .bouton_ajout:hover {
  background-color: rgb(204, 90, 90);
}

.divtest {
  color: white;
  font-size: 3rem;
}

.non_selectionnable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectionnable {
  -webkit-touch-callout: text;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.page_introuvable {
  position: fixed;
  inset: 0;
  height: 100%;
  top: 0;
  text-align: center;
  padding-top: 20%;
  font-size: 1.7rem;
  color: grey;
  background-color: white;
}

.bouton_ovale {
  color: white;
  width: fit-content;
  padding-inline: 1rem;
  padding-block: 0.6rem;
  border-radius: 3rem;
  font-size: 1rem;
  text-align: center;
  border: none;
  padding-inline: 1.3rem;
}

.invisible_actif {
  display: none;
}

.dialogue {
  border: medium;
  padding: 0.5rem !important;
  border-radius: 1rem !important;
  overflow: hidden !important;
}
.dialogue .ui-widget-header {
  border: 1px solid #dddddd;
  font-weight: bold;
  background-color: transparent;
  border: none;
  text-align: center;
}
.dialogue .ui-dialog-titlebar-close {
  right: unset !important;
  left: 0.3em !important;
  border-radius: 50% !important;
}
.dialogue .ui-dialog-titlebar-close:hover {
  background-color: var(--rouge_dicobat);
}
.dialogue .ui-dialog .ui-dialog-title {
  float: right !important;
  white-space: nowrap;
  width: 20%;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.dialogue button {
  border: none;
  padding-block: 0.7rem;
  border-radius: 2rem;
  padding-inline: 2rem;
}
.dialogue button:hover {
  border: none;
}
.dialogue button:active {
  background-color: grey;
  color: white;
}
.dialogue label {
  margin-bottom: 0.7rem;
  display: block;
}

.note-editor.note-frame {
  background-color: white;
}
.note-editor .note-editable {
  white-space: normal !important;
  /* Ensure words aren't broken aggressively */
  word-break: normal !important;
  overflow-wrap: normal !important; /* modern property */
  word-wrap: normal !important; /* older alias */
}
.note-editor .note-editable .nbsp {
  padding-inline: 0.2rem;
  box-shadow: 0 -5px 0 #8c8c8c inset;
}
.note-editor .note-hint-popover {
  background: #e7e7e7 !important;
}

.note-image-popover {
  margin-top: 4rem !important;
}
.dico_accueil {
  margin-inline: auto;
}
.dico_accueil h1 {
  padding: 0;
  margin-bottom: 2rem;
  font-family: 600 24px/24px "system-ui";
  color: #333;
  text-transform: uppercase;
}
.dico_accueil h2 {
  padding: 0;
  margin-bottom: 2rem;
  font-family: 600 24px/24px "system-ui";
}
.dico_accueil .bouton_jaune {
  border: none;
  height: 26px;
  outline: none;
  padding: 0.7rem 1.4rem;
  margin: 0 0 10px 10px;
  cursor: pointer;
  text-align: center;
  border-radius: 1.4rem;
  width: 132px;
  transition: 400ms ease all;
  color: black !important;
  font-size: 0.9rem;
  font-weight: bold;
  background-color: rgb(255, 228, 134);
}
.dico_accueil .bouton_bleu {
  border: none;
  height: 26px;
  outline: none;
  padding: 0.7rem 1.4rem;
  margin: 0 0 10px 10px;
  cursor: pointer;
  text-align: center;
  border-radius: 1.4rem;
  width: 132px;
  transition: 400ms ease all;
  color: white !important;
  font-size: 0.9rem;
  font-weight: bold;
  background-color: rgb(130, 184, 231);
}
.dico_accueil p {
  padding: 0 0 10px 0;
  margin: 0;
  line-height: 1.5;
  text-align: justify;
}
.dico_accueil .bloc_produit {
  /* border-radius: 0.8rem; */
  border-radius: 0.3rem;
  overflow: hidden;
  margin-top: 2rem;
  margin-bottom: 3rem;
  box-shadow: 2px 2px 2px rgb(242, 242, 242);
}
.dico_accueil .bloc_produit ul {
  margin-left: 1rem;
}
.dico_accueil .bloc_produit .description {
  padding: 1.5rem;
  border-top: none;
  padding: 1.5rem;
  border-left: 1px solid rgb(231, 231, 231);
  background-color: white;
}
.dico_accueil .bloc_produit .bouton_vert, .dico_accueil .bloc_produit .bouton_rouge {
  margin-inline: auto;
  display: inline;
}
.dico_accueil .bloc_produit .references_clients {
  padding: 1.4rem;
}
.dico_accueil .bloc_produit .references_clients .logos_clients {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  max-width: 100%;
  flex-wrap: wrap;
}
.dico_accueil .bloc_produit .references_clients .logos_clients img {
  max-height: 6rem;
}
.dico_accueil ul li {
  list-style: none;
  line-height: 1.5;
  margin-bottom: 0.4rem;
}
.dico_accueil ul li:before {
  content: "⏵";
  color: #b80808;
  margin-left: -1rem;
  margin-right: 0.2rem;
}
.dico_accueil .puce_produit {
  background-color: white;
  color: black;
  padding-inline: 1.3rem;
  margin-right: 1.1rem;
  /* border-radius: 1.5rem; */
  padding-bottom: 0.2rem;
  vertical-align: 0.1rem;
  padding-block: 0.5rem;
  font-size: 0.9rem;
}
.dico_accueil .title-ribbon {
  padding-bottom: 1.2rem;
  padding-inline: 1.4rem;
  font-size: 1.5rem;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1rem;
}
.dico_accueil .title-ribbon a:hover {
  color: unset !important;
  opacity: 0.6;
}

.note-editor.note-frame.page.dico_accueil {
  margin: 1rem;
  padding: 0;
}