@charset "UTF-8";
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("polices/open-sans-v17-latin-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url("polices/open-sans-v17-latin-600.woff2") format("woff2");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("polices/open-sans-v17-latin-700.woff2") format("woff2");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"), url("polices/open-sans-v17-latin-800.woff2") format("woff2");
}
/* open-sans-300 - latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url("polices/open-sans-v17-latin-300.woff2") format("woff2");
}
@font-face {
  font-family: "Font Awesome 6 Solid";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("polices/fa-solid-900.woff2") format("woff2");
}
@font-face {
  font-family: "Font Awesome 6 Regular";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("polices/fa-regular-400.woff2") format("woff2");
}
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("polices/fa-brands-400.woff2") format("woff2");
}
/*
 * Preserve unicode escape in default.css
 * Example with Fontawesome :
 * content: unicode('f060');
 */
html, body {
  scroll-behavior: smooth;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden;
  padding: 0 !important;
  position: absolute;
  width: 1px !important;
}

.clear {
  clear: both !important;
}

.alignleft {
  text-align: left !important;
}

.alignright {
  text-align: right !important;
}

.aligncenter {
  text-align: center !important;
}

.alert {
  color: red;
}

img {
  max-width: 100%;
}
img.floatG {
  float: left;
  margin: 0 10px 10px 0;
}
img.floatD {
  float: right;
  margin: 0 0 10px 10px;
}
img.max50 {
  max-width: 48%;
  height: auto;
}

.nowrap {
  white-space: nowrap;
}

.fas, .picto::before {
  font-family: "Font Awesome 6 Solid", sans-serif;
  font-weight: 900;
  line-height: 1;
  font-style: normal;
}

.far {
  font-family: "Font Awesome 6 Regular", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-style: normal;
}

.fab, .btnJaune.caster::before,
.picto.caster::before {
  font-family: "Font Awesome 6 Brands", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-style: normal;
}

.picto::before {
  margin-right: 1rem;
}
.picto.email {
  word-break: break-word;
}

.btnJaune.tel::before,
.picto.tel::before {
  content: "\f879";
}
.btnJaune.email::before,
.picto.email::before {
  content: "\f0e0";
}
.btnJaune.web::before,
.picto.web::before {
  content: "\f35d";
}
.btnJaune.adresse::before,
.picto.adresse::before {
  content: "\f3c5";
}
.btnJaune.personne::before,
.picto.personne::before {
  content: "\f007";
}
.btnJaune.societe::before,
.picto.societe::before {
  content: "\f1ad";
}
.btnJaune.horaire::before,
.picto.horaire::before {
  content: "\f017";
}
.btnJaune.calendrier::before,
.picto.calendrier::before {
  content: "\f073";
}
.btnJaune.categorie::before,
.picto.categorie::before {
  content: "\f02b";
}
.btnJaune.euro::before,
.picto.euro::before {
  content: "\f153";
}
.btnJaune.music::before,
.picto.music::before {
  content: "\f001";
}
.btnJaune.anniversaire::before,
.picto.anniversaire::before {
  content: "\f1fd";
}
.btnJaune.don::before,
.picto.don::before {
  content: "\f004";
}
.btnJaune.quete::before,
.picto.quete::before {
  content: "\f51e";
}
.btnJaune.document::before,
.picto.document::before {
  content: "\f56d";
}
.btnJaune.direction::before,
.picto.direction::before {
  content: "\f5eb";
}
.btnJaune.mobile::before,
.picto.mobile::before {
  content: "\f3cd";
}
.btnJaune.eglise::before,
.picto.eglise::before {
  content: "\f51d";
}
.btnJaune.caster::before,
.picto.caster::before {
  content: "\f838";
}
.btnJaune.share::before,
.picto.share::before {
  content: "\f1e0";
}
.js-show .js-show-arrow {
  cursor: pointer;
  float: right;
  padding-left: 5px;
}
.js-show .js-show-arrow::after {
  font-family: "Font Awesome 6 Solid", sans-serif;
  font-weight: 900;
  line-height: 1;
  content: "\f107";
}
.js-show .js-show-arrow.open::after {
  content: "\f106";
}

.js-show-content {
  display: none;
}

.js-password {
  margin-left: -25px;
  cursor: pointer;
  font-style: normal;
}
.js-password::before {
  font-family: "Font Awesome 6 Solid", sans-serif;
  font-weight: 900;
  line-height: 1;
  content: "\f070";
}
.js-password.show::before {
  content: "\f06e";
}

.btnRS {
  color: #3a383f;
  background-color: #fff;
  border: 1px solid #bfbfc3;
  border-radius: 5px;
  display: inline-block;
  font-family: inherit;
  font-weight: 400;
  padding: 5px 10px 5px 35px;
  background-size: 15px 15px !important;
  background-repeat: no-repeat;
  background-position: 10px 50%;
}
.btnRS:hover {
  background-color: #ececef;
  text-decoration: none;
}
.btnRS__dissociate {
  background-color: #f9bbbb;
}
.btnRS__google {
  background-image: url("images/RS_google.svg");
}
.btnRS__microsoft {
  background-image: url("images/RS_microsoft.svg");
}

.dividerRS {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 1rem 0;
}
.dividerRS::before, .dividerRS::after {
  flex: 1;
  content: "";
  padding: 1px;
  background-color: #808080;
  margin: 5px;
}

#document {
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
#document #menuContainer {
  position: fixed;
  top: 6rem;
  bottom: 0;
  left: 0;
  width: 36rem;
  box-shadow: 1px 0 5px 0 rgba(0, 0, 0, 0.3);
  z-index: 1;
  transition: width 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
  #document #menuContainer {
    z-index: 2;
  }
  #document #content {
    left: 6rem;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  #document #content {
    left: 0;
  }
}
#document.menu-closed .menuContent {
  left: -30rem;
}
@media screen and (min-width: 1025px) {
  #document.menu-closed #content {
    left: 6rem;
  }
}
@media screen and (min-width: 768px) {
  #document.menu-closed #menuContainer {
    width: 6rem;
  }
}
@media screen and (max-width: 767px) {
  #document.menu-closed #menuContainer {
    width: 0;
  }
  #document.menu-closed #menuGroupe {
    left: -6rem;
  }
}

html {
  font-size: 62.5%; /*10px*/
}

body {
  font-size: 1.6rem;
  background-color: #fff;
  color: #000;
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
body.waiting {
  opacity: 0.5;
  background-color: #999;
  cursor: wait !important;
}

h1 {
  font-size: 3.8rem;
  margin: 0 0 2rem;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.6rem;
    text-align: center;
  }
}

h2 {
  font-size: 3rem;
  margin: 0 0 2rem;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 2.4rem;
  }
}
h2::before {
  display: inline-block;
  vertical-align: top;
  margin-right: 1rem;
}
h2.bg-accueil::before {
  content: "";
  background-image: url("../../images/svg/module-accueil.svg");
}
h2.bg-effectif::before {
  content: "";
  background-image: url("../../images/svg/module-effectif.svg");
}
h2.bg-communaute::before {
  content: "";
  background-image: url("../../images/svg/module-communaute.svg");
}
h2.bg-communication::before {
  content: "";
  background-image: url("../../images/svg/module-communication.svg");
}
h2.bg-finance::before {
  content: "";
  background-image: url("../../images/svg/module-finance.svg");
}
h2.bg-patrimoine::before {
  content: "";
  background-image: url("../../images/svg/module-patrimoine.svg");
}
h2.bg-administratif::before {
  content: "";
  background-image: url("../../images/svg/module-administratif.svg");
}
h2.bg-boutique::before {
  content: "";
  background-image: url("../../images/svg/module-boutique.svg");
}
h2.bg-admin::before {
  content: "";
  background-image: url("../../images/svg/module-admin.svg");
}

h1 + h2 {
  margin-top: -2rem;
  font-style: italic;
  font-size: 2.4rem;
}

h3 {
  font-size: 2rem;
  margin: 0 0 2rem;
}
h3::before {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
}
h3.bg-accueil::before {
  content: "";
  background-image: url("../../images/svg/module-accueil.svg");
}
h3.bg-effectif::before {
  content: "";
  background-image: url("../../images/svg/module-effectif.svg");
}
h3.bg-communaute::before {
  content: "";
  background-image: url("../../images/svg/module-communaute.svg");
}
h3.bg-communication::before {
  content: "";
  background-image: url("../../images/svg/module-communication.svg");
}
h3.bg-finance::before {
  content: "";
  background-image: url("../../images/svg/module-finance.svg");
}
h3.bg-patrimoine::before {
  content: "";
  background-image: url("../../images/svg/module-patrimoine.svg");
}
h3.bg-administratif::before {
  content: "";
  background-image: url("../../images/svg/module-administratif.svg");
}
h3.bg-boutique::before {
  content: "";
  background-image: url("../../images/svg/module-boutique.svg");
}
h3.bg-admin::before {
  content: "";
  background-image: url("../../images/svg/module-admin.svg");
}

h4 {
  font-size: 1.8rem;
  margin: 0 0 1rem;
}

h5 {
  font-size: 1.6rem;
  margin: 0 0 1rem;
}

h2[class*=bg-],
h3[class*=bg-],
h4[class*=bg-],
h5[class*=bg-] {
  padding: 0.5rem 1rem;
}
h2[class*=bg-] [class*=picto-],
h2[class*=bg-] span,
h3[class*=bg-] [class*=picto-],
h3[class*=bg-] span,
h4[class*=bg-] [class*=picto-],
h4[class*=bg-] span,
h5[class*=bg-] [class*=picto-],
h5[class*=bg-] span {
  vertical-align: middle;
}

a {
  color: #000;
  text-decoration: none;
  font-weight: 700;
}
a:hover, a:focus, a:active {
  text-decoration: underline;
}

p {
  margin: 0 0 2rem;
}
p.action {
  text-align: right;
  margin: 0 -0.5rem 1rem;
}
p.submit {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin: 0 -0.5rem 1rem;
  clear: both;
}
@media screen and (max-width: 767px) {
  p.submit {
    justify-content: center;
  }
}

ul.noPuce {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.enLigne li {
  display: inline-block;
}

table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 2rem;
  background-color: #fff;
  border-collapse: collapse;
}
table table {
  margin-bottom: 0;
}
table.liste td,
table.liste th {
  padding: 0.5rem 0.75rem;
  border-bottom: 1px solid #f2f6f8;
}
table.liste th {
  text-align: center;
}
table.liste td.action {
  text-align: center;
  white-space: nowrap;
}
table.liste thead th {
  background-color: #fff;
  border-bottom: 3px solid var(--current-module, #626668);
}
table.liste thead th a {
  color: inherit;
}
table.liste tfoot,
table.liste tr.footer {
  border-top: 3px solid #222628;
}
table.liste tbody tr:nth-of-type(2n+1) {
  background-color: #f2f6f8;
}
@media screen and (max-width: 1024px) {
  table.liste .t-hidden {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  table.liste .m-hidden {
    display: none;
  }
}
table tr.header.bg-accueil td {
  background-color: #093268;
}
table tr.header.bg-effectif td {
  background-color: #F05129;
}
table tr.header.bg-communaute td {
  background-color: #E1317C;
}
table tr.header.bg-communication td {
  background-color: #FFCA36;
}
table tr.header.bg-finance td {
  background-color: #008080;
}
table tr.header.bg-patrimoine td {
  background-color: #966EAA;
}
table tr.header.bg-administratif td {
  background-color: #64A0DE;
}
table tr.header.bg-boutique td {
  background-color: #ADC965;
}
table tr.header.bg-admin td {
  background-color: #70797C;
}
table tr.header td,
table tr.header th {
  background-color: #666;
  color: #fff;
  font-weight: 700;
  vertical-align: middle;
  padding: 0.75rem;
}
table tr.header th {
  text-align: center;
}
table tr.header a {
  color: inherit;
}
table tr.headerbis td,
table tr.headerbis th {
  background-color: #999;
  color: #fff;
  vertical-align: middle;
  padding: 0.75rem;
}
table tr.input {
  background-color: #ccc !important;
}
table tr.input td {
  vertical-align: middle;
}
table tr.input td input {
  margin: 0;
}
table th {
  text-align: left;
  padding: 0 0.5rem 0 0;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  table th {
    padding: 0 0 0.3rem;
  }
}
table td {
  vertical-align: top;
}
table td.subheader {
  font-size: 1.8rem;
  font-style: italic;
  border-bottom: 1px dashed #626668;
}

.table-container {
  display: block;
  width: 100%;
  overflow-x: auto;
}

#content {
  position: fixed;
  top: 6rem;
  left: 36rem;
  right: 0;
  bottom: 0;
  background-color: #ebeade;
  background-image: url("images/footer.svg");
  background-position: right bottom;
  background-size: 100%;
  background-repeat: no-repeat;
  transition: left 0.3s ease-in-out;
  overflow-y: auto;
}
@media screen and (min-width: 768px) {
  #content {
    padding: 3rem;
  }
  #content > :last-child {
    margin-bottom: 10rem;
  }
}
@media screen and (max-width: 767px) {
  #content {
    padding: 2rem 1rem;
  }
  #content > :last-child {
    margin-bottom: 6rem;
  }
}

div.visuel-titre {
  float: left;
  margin: 0 2rem 2rem 0;
}
@media screen and (max-width: 767px) {
  div.visuel-titre {
    float: none;
    margin: 0 0 1rem 0;
  }
}
div.visuel-titre img {
  display: block;
  margin: 0 auto;
}
div.visuel-titre.rond img {
  border-radius: 100%;
}

div.fiche-visu {
  display: flow-root;
  background-color: #fff;
  margin-bottom: 1rem;
  padding: 1rem;
}
div.fiche-visu .resume {
  text-align: justify;
  font-size: 115%;
  margin-bottom: 1rem;
  padding: 2rem;
  border-bottom: 1px solid #ebeade;
}
div.fiche-visu h2:not(:first-of-type) {
  margin-top: 5rem;
}
div.fiche-visu h3 {
  margin-left: 2rem;
}
div.fiche-visu h4 {
  margin-left: 4rem;
}

div.noteBdP {
  background-color: #ccc;
  margin: auto;
  width: 80%;
  font-style: italic;
  font-size: 80%;
}

div.code {
  background-color: #000;
  margin: auto;
  width: 90%;
  color: #fff;
  font-family: "Courier New";
  padding: 1%;
}

#onglet,
#ongletView {
  clear: both;
  list-style: none;
  padding: 0;
  display: flex;
  overflow-x: auto;
  position: relative;
}
#onglet::after,
#ongletView::after {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
#onglet li,
#ongletView li {
  flex-shrink: 0;
  background-color: #fff;
  cursor: pointer;
  text-align: center;
  font-weight: 700;
  color: #ababab;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  margin-right: 3px;
}
#onglet li:hover, #onglet li:focus, #onglet li:active,
#ongletView li:hover,
#ongletView li:focus,
#ongletView li:active {
  color: #000;
}
#onglet li.selected,
#ongletView li.selected {
  cursor: default;
  background-color: #626668;
  color: #fff;
  background-color: var(--current-module, #626668);
}
#onglet a,
#ongletView a {
  display: block;
  padding: 1rem;
  color: inherit;
  text-decoration: none;
}

#onglet {
  margin: 0 0 2rem;
  border-bottom: 4px solid var(--current-module, #626668);
}
#onglet li {
  padding: 1rem;
}
#onglet li.withA {
  padding: 0;
}

#ongletView {
  margin: 0;
  border-bottom: 1px solid var(--current-module, #626668);
  justify-content: center;
}

/* Couleurs des modules */
[class*=bg-] {
  background-color: #000;
  color: #fff;
}

.bg-accueil {
  background-color: #093268;
}

.bg-effectif {
  background-color: #F05129;
}

.bg-communaute {
  background-color: #E1317C;
}

.bg-communication {
  background-color: #FFCA36;
}

.bg-finance {
  background-color: #008080;
}

.bg-patrimoine {
  background-color: #966EAA;
}

.bg-administratif {
  background-color: #64A0DE;
}

.bg-boutique {
  background-color: #ADC965;
}

.bg-admin {
  background-color: #70797C;
}

/* Gif animé chargement des onglets */
.wait {
  display: block;
  position: relative;
  width: 8rem;
  height: 8rem;
  margin: 2rem auto;
}
.wait::after {
  content: " ";
  display: block;
  border-radius: 50%;
  width: 0;
  height: 0;
  margin: 8px;
  box-sizing: border-box;
  border-width: 3.2rem;
  border-style: solid;
  border-color: #626668 transparent #626668 transparent;
  animation: wait-onglet 1.2s infinite;
}

@keyframes wait-onglet {
  0% {
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    transform: rotate(1800deg);
  }
}
.divider {
  font-size: 3rem;
  display: flex;
  align-items: center;
}
.divider::before, .divider::after {
  flex: 1;
  content: "";
  padding: 3px;
  background-color: var(--current-module, #626668);
  margin: 5px;
}

.note {
  border: 2px solid #dedede;
  background-color: #f1f1f1;
  border-radius: 5px;
  padding: 10px;
  margin: 10px 0;
  display: flow-root;
}
.note .floatD, .note .floatG {
  border-radius: 100%;
}

/* Messages d'alerte de l'applications */
.msg, #msg {
  padding: 1rem 2rem;
  border: 1px solid #b8daff;
  border-radius: 0.4rem;
  color: #007bff;
  background-color: #cce5ff;
}
.msg.success, .success#msg {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.msg.warning, .warning#msg {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.msg.error, .error#msg {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.msg.demi, .demi#msg {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

#msg {
  position: fixed;
  z-index: 100;
  top: 9rem;
  left: 10%;
  right: 10%;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
}
#msg ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.btn, .btn-retour,
.btn-suivant,
.btn-actualiser,
.btn-rechercher,
.btn-voir,
.btn-geolocaliser,
.btn-copier,
.btn-caster,
.btn-externe,
.btn-polygone,
.btn-telecharger,
.btn-importer,
.btn-courbe,
.btn-tableur,
.btn-favori-on,
.btn-favori-off,
.btn-monter,
.btn-descendre,
.btn-historique, .btn-administrer,
.btn-fusionner,
.btn-dedoublonner, .btn-archiver,
.btn-refuser,
.btn-detacher,
.btn-supprimer, .btn-ajouter,
.btn-commander,
.btn-imprimer,
.btn-retirer,
.btn-modifier,
.btn-valider,
.btn-emailer,
.btn-mailer,
.btn-outline,
.btn-csv,
.btn-pdf,
.btn-word,
.btn-powerpoint,
.btn-zip {
  display: inline-block;
  font-family: inherit;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  border: 2px solid #007bff;
  padding: 0.6rem 1.2rem;
  margin: 0.5rem;
  font-size: 1.6rem;
  border-radius: 0.4rem;
  transition: 0.15s ease-in-out;
  cursor: pointer;
}

.btn-helper {
  border-radius: 100%;
  border: 1px solid #007bff;
  color: #007bff;
  background-color: #fff;
  font-size: 1.4rem;
  padding: 0;
  height: 20px;
  width: 20px;
  font-weight: 700;
  transition: 0.15s ease-in-out;
  cursor: pointer;
}
.btn-helper:hover {
  background-color: #007bff;
  color: #fff;
}

.btn, .btn-retour,
.btn-suivant,
.btn-actualiser,
.btn-rechercher,
.btn-voir,
.btn-geolocaliser,
.btn-copier,
.btn-caster,
.btn-externe,
.btn-polygone,
.btn-telecharger,
.btn-importer,
.btn-courbe,
.btn-tableur,
.btn-favori-on,
.btn-favori-off,
.btn-monter,
.btn-descendre,
.btn-historique, .btn-administrer,
.btn-fusionner,
.btn-dedoublonner, .btn-archiver,
.btn-refuser,
.btn-detacher,
.btn-supprimer, .btn-ajouter,
.btn-commander,
.btn-imprimer,
.btn-retirer,
.btn-modifier,
.btn-valider,
.btn-emailer,
.btn-mailer {
  color: #fff !important; /* pour surcharger .ui-widget-content a */
  background-color: #007bff;
}
.btn:hover, .btn-retour:hover,
.btn-suivant:hover,
.btn-actualiser:hover,
.btn-rechercher:hover,
.btn-voir:hover,
.btn-geolocaliser:hover,
.btn-copier:hover,
.btn-caster:hover,
.btn-externe:hover,
.btn-polygone:hover,
.btn-telecharger:hover,
.btn-importer:hover,
.btn-courbe:hover,
.btn-tableur:hover,
.btn-favori-on:hover,
.btn-favori-off:hover,
.btn-monter:hover,
.btn-descendre:hover,
.btn-historique:hover, .btn-administrer:hover,
.btn-fusionner:hover,
.btn-dedoublonner:hover, .btn-archiver:hover,
.btn-refuser:hover,
.btn-detacher:hover,
.btn-supprimer:hover, .btn-ajouter:hover,
.btn-commander:hover,
.btn-imprimer:hover,
.btn-retirer:hover,
.btn-modifier:hover,
.btn-valider:hover,
.btn-emailer:hover,
.btn-mailer:hover, .btn:focus, .btn-retour:focus,
.btn-suivant:focus,
.btn-actualiser:focus,
.btn-rechercher:focus,
.btn-voir:focus,
.btn-geolocaliser:focus,
.btn-copier:focus,
.btn-caster:focus,
.btn-externe:focus,
.btn-polygone:focus,
.btn-telecharger:focus,
.btn-importer:focus,
.btn-courbe:focus,
.btn-tableur:focus,
.btn-favori-on:focus,
.btn-favori-off:focus,
.btn-monter:focus,
.btn-descendre:focus,
.btn-historique:focus, .btn-administrer:focus,
.btn-fusionner:focus,
.btn-dedoublonner:focus, .btn-archiver:focus,
.btn-refuser:focus,
.btn-detacher:focus,
.btn-supprimer:focus, .btn-ajouter:focus,
.btn-commander:focus,
.btn-imprimer:focus,
.btn-retirer:focus,
.btn-modifier:focus,
.btn-valider:focus,
.btn-emailer:focus,
.btn-mailer:focus, .btn:active, .btn-retour:active,
.btn-suivant:active,
.btn-actualiser:active,
.btn-rechercher:active,
.btn-voir:active,
.btn-geolocaliser:active,
.btn-copier:active,
.btn-caster:active,
.btn-externe:active,
.btn-polygone:active,
.btn-telecharger:active,
.btn-importer:active,
.btn-courbe:active,
.btn-tableur:active,
.btn-favori-on:active,
.btn-favori-off:active,
.btn-monter:active,
.btn-descendre:active,
.btn-historique:active, .btn-administrer:active,
.btn-fusionner:active,
.btn-dedoublonner:active, .btn-archiver:active,
.btn-refuser:active,
.btn-detacher:active,
.btn-supprimer:active, .btn-ajouter:active,
.btn-commander:active,
.btn-imprimer:active,
.btn-retirer:active,
.btn-modifier:active,
.btn-valider:active,
.btn-emailer:active,
.btn-mailer:active {
  text-decoration: none;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn:disabled, .btn-retour:disabled,
.btn-suivant:disabled,
.btn-actualiser:disabled,
.btn-rechercher:disabled,
.btn-voir:disabled,
.btn-geolocaliser:disabled,
.btn-copier:disabled,
.btn-caster:disabled,
.btn-externe:disabled,
.btn-polygone:disabled,
.btn-telecharger:disabled,
.btn-importer:disabled,
.btn-courbe:disabled,
.btn-tableur:disabled,
.btn-favori-on:disabled,
.btn-favori-off:disabled,
.btn-monter:disabled,
.btn-descendre:disabled,
.btn-historique:disabled, .btn-administrer:disabled,
.btn-fusionner:disabled,
.btn-dedoublonner:disabled, .btn-archiver:disabled,
.btn-refuser:disabled,
.btn-detacher:disabled,
.btn-supprimer:disabled, .btn-ajouter:disabled,
.btn-commander:disabled,
.btn-imprimer:disabled,
.btn-retirer:disabled,
.btn-modifier:disabled,
.btn-valider:disabled,
.btn-emailer:disabled,
.btn-mailer:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.btn-outline, .btn-csv,
.btn-pdf,
.btn-word,
.btn-powerpoint,
.btn-zip {
  color: #007bff !important;
  background-color: #fff;
}
.btn-outline:hover, .btn-csv:hover,
.btn-pdf:hover,
.btn-word:hover,
.btn-powerpoint:hover,
.btn-zip:hover, .btn-outline:focus, .btn-csv:focus,
.btn-pdf:focus,
.btn-word:focus,
.btn-powerpoint:focus,
.btn-zip:focus, .btn-outline:active, .btn-csv:active,
.btn-pdf:active,
.btn-word:active,
.btn-powerpoint:active,
.btn-zip:active {
  text-decoration: none;
  background-color: #007bff;
  color: #fff !important;
}

[class*=btn-].mini {
  font-size: 1.2rem;
  padding: 0.5rem;
  margin: 1px 0.5rem;
}
[class*=btn-].mini::before {
  margin: 0;
}
[class*=btn-].mini.txt::before {
  margin-right: 0.5rem;
}

.btn-ajouter,
.btn-commander,
.btn-imprimer,
.btn-retirer,
.btn-modifier,
.btn-valider,
.btn-emailer,
.btn-mailer {
  background-color: #28a745;
  border-color: #28a745;
}
.btn-ajouter:hover, .btn-ajouter:focus, .btn-ajouter:active,
.btn-commander:hover,
.btn-commander:focus,
.btn-commander:active,
.btn-imprimer:hover,
.btn-imprimer:focus,
.btn-imprimer:active,
.btn-retirer:hover,
.btn-retirer:focus,
.btn-retirer:active,
.btn-modifier:hover,
.btn-modifier:focus,
.btn-modifier:active,
.btn-valider:hover,
.btn-valider:focus,
.btn-valider:active,
.btn-emailer:hover,
.btn-emailer:focus,
.btn-emailer:active,
.btn-mailer:hover,
.btn-mailer:focus,
.btn-mailer:active {
  background-color: #218838;
  border-color: #218838;
}
.btn-ajouter::before,
.btn-commander::before,
.btn-imprimer::before,
.btn-retirer::before,
.btn-modifier::before,
.btn-valider::before,
.btn-emailer::before,
.btn-mailer::before {
  font-family: "Font Awesome 6 Solid", sans-serif;
  font-weight: 900;
  line-height: 1;
  margin-right: 1rem;
}

.btn-ajouter::before {
  content: "\f067";
}

.btn-commander::before {
  content: "\f07a";
}

.btn-imprimer::before {
  content: "\f02f";
}

.btn-retirer::before {
  content: "\f068";
}

.btn-modifier::before {
  content: "\f304";
}

.btn-valider::before {
  content: "\f00c";
}

.btn-emailer::before {
  content: "\40";
}

.btn-mailer::before {
  content: "\f0e0";
}

.btn-archiver,
.btn-refuser,
.btn-detacher,
.btn-supprimer {
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-archiver:hover, .btn-archiver:focus, .btn-archiver:active,
.btn-refuser:hover,
.btn-refuser:focus,
.btn-refuser:active,
.btn-detacher:hover,
.btn-detacher:focus,
.btn-detacher:active,
.btn-supprimer:hover,
.btn-supprimer:focus,
.btn-supprimer:active {
  background-color: #c82333;
  border-color: #c82333;
}
.btn-archiver::before,
.btn-refuser::before,
.btn-detacher::before,
.btn-supprimer::before {
  font-family: "Font Awesome 6 Solid", sans-serif;
  font-weight: 900;
  line-height: 1;
  margin-right: 1rem;
}

.btn-archiver::before {
  content: "\f49e";
}

.btn-refuser::before {
  content: "\f00d";
}

.btn-detacher::before {
  content: "\f127";
}

.btn-supprimer::before {
  content: "\f1f8";
}

.btn-administrer,
.btn-fusionner,
.btn-dedoublonner {
  background-color: #626668;
  border-color: #626668;
}
.btn-administrer:hover, .btn-administrer:focus, .btn-administrer:active,
.btn-fusionner:hover,
.btn-fusionner:focus,
.btn-fusionner:active,
.btn-dedoublonner:hover,
.btn-dedoublonner:focus,
.btn-dedoublonner:active {
  background-color: #222628;
  border-color: #222628;
}
.btn-administrer::before,
.btn-fusionner::before,
.btn-dedoublonner::before {
  font-family: "Font Awesome 6 Solid", sans-serif;
  font-weight: 900;
  line-height: 1;
  margin-right: 1rem;
}

.btn-administrer::before {
  content: "\f013";
}

.btn-fusionner::before {
  content: "\f387";
}

.btn-dedoublonner::before {
  content: "\f002";
}

.btn-csv::before,
.btn-pdf::before,
.btn-word::before,
.btn-powerpoint::before,
.btn-zip::before {
  font-family: "Font Awesome 6 Solid", sans-serif;
  font-weight: 900;
  line-height: 1;
  margin-right: 1rem;
}

.btn-csv {
  border-color: #28a745;
  color: #28a745 !important;
}
.btn-csv:hover, .btn-csv:focus, .btn-csv:active {
  background-color: #28a745;
}
.btn-csv::before {
  content: "\f1c3";
}

.btn-pdf {
  border-color: #dc3545;
  color: #dc3545 !important;
}
.btn-pdf:hover, .btn-pdf:focus, .btn-pdf:active {
  background-color: #dc3545;
}
.btn-pdf::before {
  content: "\f1c1";
}

.btn-powerpoint {
  border-color: #B7472A;
  color: #B7472A !important;
}
.btn-powerpoint:hover, .btn-powerpoint:focus, .btn-powerpoint:active {
  background-color: #B7472A;
}
.btn-powerpoint::before {
  content: "\f1c4";
}

.btn-word {
  border-color: #007bff;
  color: #007bff !important;
}
.btn-word:hover, .btn-word:focus, .btn-word:active {
  background-color: #007bff;
}
.btn-word::before {
  content: "\f1c2";
}

.btn-zip {
  border-color: #ffc107;
  color: #ffc107 !important;
}
.btn-zip:hover, .btn-zip:focus, .btn-zip:active {
  background-color: #ffc107;
  color: #000;
}
.btn-zip::before {
  content: "\f1c6";
}

.btn-retour::before,
.btn-suivant::before,
.btn-actualiser::before,
.btn-rechercher::before,
.btn-voir::before,
.btn-geolocaliser::before,
.btn-copier::before,
.btn-caster::before,
.btn-externe::before,
.btn-polygone::before,
.btn-telecharger::before,
.btn-importer::before,
.btn-courbe::before,
.btn-tableur::before,
.btn-favori-on::before,
.btn-favori-off::before,
.btn-monter::before,
.btn-descendre::before,
.btn-historique::before {
  font-family: "Font Awesome 6 Solid", sans-serif;
  font-weight: 900;
  line-height: 1;
  margin-right: 1rem;
}

.btn-retour::before {
  content: "\f359";
}

.btn-suivant::before {
  content: "\f35a";
}

.btn-actualiser::before {
  content: "\f021";
}

.btn-rechercher::before {
  content: "\f002";
}

.btn-voir::before {
  content: "\f06e";
}

.btn-geolocaliser::before {
  content: "\f3c5";
}

.btn-copier::before {
  content: "\f0c5";
}

.btn-caster::before {
  font-family: "Font Awesome 6 Brands", sans-serif;
  font-weight: 400;
  line-height: 1;
  content: "\f838";
}

.btn-externe::before {
  content: "\f35d";
}

.btn-polygone::before {
  content: "\f5ee";
}

.btn-telecharger::before {
  content: "\f56d";
}

.btn-importer::before {
  content: "\f574";
}

.btn-courbe::before {
  content: "\f201";
}

.btn-tableur::before {
  content: "\f0ce";
}

.btn-favori-on::before {
  content: "\f005";
}

.btn-favori-off::before {
  font-family: "Font Awesome 6 Regular", sans-serif;
  font-weight: 400;
  line-height: 1;
  content: "\f005";
}

.btn-monter::before {
  content: "\f062";
}

.btn-descendre::before {
  content: "\f063";
}

.btn-historique {
  float: right;
}
.btn-historique::before {
  content: "\f1da";
}

/* Pictos */
[class*=picto-] {
  width: 16px;
  height: 16px;
  background-size: 16px 16px !important;
  background-image: url("/images/logo.svg");
  display: inline-block;
}

.picto20, h3::before {
  width: 20px;
  height: 20px;
  background-size: 20px 20px !important;
}

.picto32, h2::before {
  width: 32px;
  height: 32px;
  background-size: 32px 32px !important;
}

.picto100 {
  width: 100px;
  height: 100px;
  background-size: 100px 100px !important;
}

/* Colonnage */
.demiGauche {
  float: left;
  clear: left;
}

.demiDroite {
  float: right;
  clear: right;
}

.demiCentre {
  margin-left: auto !important;
  margin-right: auto !important;
}

.demiGauche,
.demiDroite,
.demiCentre {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .demiGauche,
  .demiDroite,
  .demiCentre {
    width: 100%;
    clear: both;
  }
}

/* Messages du type "aucun résultat" */
.nothing {
  text-align: center;
  font-style: italic;
}

/* Bouton d'aide dans les page/fieldset/onglet */
.aide {
  background-color: #fff;
  padding: 1rem 1rem 1px;
  margin-bottom: 2rem;
  overflow: hidden; /* pour rester à droite de l'image visuel-titre qui flotte */
}
.aide p {
  margin-bottom: 1rem;
}

.aide-edit {
  float: right;
  margin-left: 2rem;
}

.aide-popup button {
  border: 1px solid #626668;
  background-color: #626668;
  cursor: pointer;
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  transition: 0.15s ease-in-out;
}
.aide-popup button::before {
  font-family: "Font Awesome 6 Solid", sans-serif;
  font-weight: 900;
  line-height: 1;
  content: "\f0eb";
  display: inline-block;
  margin-right: 1rem;
}
.aide-popup button:hover, .aide-popup button:focus, .aide-popup button:active {
  background-color: #000;
}

p.aide-popup {
  text-align: right;
}

span.aide-popup {
  margin-left: 1rem;
}
span.aide-popup button {
  border-color: #fff;
  background-color: transparent;
}

/* Surcharges Jquery + plugins */
.ui-widget {
  font-size: inherit;
}

.ui-widget-overlay {
  background: #000;
  opacity: 0.75;
}

.ui-dialog-titlebar {
  background: var(--current-module, #626668);
  color: #fff;
}

.treeview li {
  padding-top: 0 !important;
}

.gmaps {
  margin-bottom: 2rem;
}

.multiSelect {
  margin: 0;
  padding: 0;
}
.multiSelect li {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 0.1rem 0.5rem;
  margin: 0.2rem;
  border-radius: 0.3rem;
  cursor: pointer;
}
.multiSelect li::after {
  font-family: "Font Awesome 6 Regular", sans-serif;
  font-weight: 400;
  line-height: 1;
  content: "\f2ed";
  color: red;
  padding-left: 0.5rem;
  font-size: 80%;
}

.image-edit {
  position: relative;
  display: inline-block;
}
.image-edit img {
  display: block;
}
.image-edit button {
  position: absolute;
  bottom: 0;
  right: 0;
}

#header {
  position: fixed;
  height: 6rem;
  left: 0;
  right: 0;
  top: 0;
  background-color: var(--current-module, #626668);
  color: #fff;
  display: flex;
  justify-content: space-between;
  overflow-y: visible;
  z-index: 10;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.64);
}
#header .logo {
  align-self: flex-start;
  position: relative;
  top: -1.9rem;
  left: -1.3rem;
  border-radius: 100px;
}
#header .logo a {
  background-color: #fff;
  border-radius: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10rem;
  height: 10rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.53);
  text-decoration: none;
}
#header .logo img {
  max-width: 6.5rem;
  max-height: 6.5rem;
  position: relative;
  left: 0.5rem;
  top: 0.8rem;
}
#header.miroir {
  background: repeating-linear-gradient(45deg, var(--current-module, #626668), var(--current-module, #626668) 0, #f2f6f8 15px);
}

#header-logo-menu,
#header-actions {
  display: flex;
  align-items: center;
}

#header-actions {
  padding: 0 2rem;
  flex: 1 0 auto;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  #header-actions {
    flex-direction: column;
    position: absolute;
    left: 100%;
    right: -100%;
    top: 0;
    transition: 0.3s ease-in-out;
    background-color: #fff;
    box-shadow: 1px 0 5px 0 rgba(0, 0, 0, 0.3);
    padding: 2rem;
  }
  #header-actions.actions-opened {
    right: 6rem;
    left: 6rem;
  }
}
@media screen and (max-width: 767px) {
  #header-actions {
    width: auto;
    right: -26rem;
  }
}
@media screen and (min-width: 1025px) {
  #header-actions .user a {
    color: #fff;
  }
}
@media screen and (max-width: 1024px) {
  #header-actions .user {
    color: #000;
    margin-bottom: 1rem;
  }
}
#header-actions .actions {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  #header-actions .actions {
    flex-direction: column;
  }
}
#header-actions .actions .search {
  position: relative;
}
@media screen and (max-width: 1024px) {
  #header-actions .actions .search {
    margin-bottom: 1rem;
  }
}
#header-actions .actions .search::after {
  font-family: "Font Awesome 6 Solid", sans-serif;
  font-weight: 900;
  line-height: 1;
  content: "\f002";
  position: absolute;
  right: 1rem;
  top: 0.4rem;
  font-size: 2rem;
  color: #000;
}
#header-actions #mainSearch {
  margin: 0;
  color: #000;
  padding-right: 4rem;
}
@media screen and (min-width: 1025px) {
  #header-actions #mainSearch {
    width: 50rem;
  }
}
@media screen and (max-width: 1024px) {
  #header-actions #mainSearch {
    width: 100%;
  }
}
#header-actions [class*=header-btn] {
  font-size: 2.6rem;
  cursor: pointer;
  text-decoration: none;
}
@media screen and (min-width: 1025px) {
  #header-actions [class*=header-btn] {
    color: #fff;
    margin-left: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  #header-actions [class*=header-btn] {
    color: #007bff;
    margin: 0 1rem;
  }
}
#header-actions [class*=header-btn]:hover {
  color: #dc3545;
}
#header-actions [class*=header-btn]::before {
  font-family: "Font Awesome 6 Solid", sans-serif;
  font-weight: 900;
  line-height: 1;
}
#header-actions .header-btn-admin::before {
  content: "\f013";
}
#header-actions .header-btn-aide::before {
  content: "\f05a";
}
#header-actions .header-btn-alerte::before {
  content: "\f0f3";
}
#header-actions .header-btn-environnement::before {
  content: "\f2f1";
}
#header-actions .header-btn-logout::before {
  content: "\f011";
}
#header-actions .header-btn-module::before {
  content: "\f58e";
}
#header-actions .header-btn-sitemap::before {
  content: "\f0e8";
}
#header-actions .header-btn-source::before {
  content: "\f7d9";
}
#header-actions .header-toggle {
  position: absolute;
  right: 0;
  background-color: #fff;
  padding: 2rem;
  box-shadow: 1px 0 5px 0 rgba(0, 0, 0, 0.3);
  top: 100%;
  color: #000;
  overflow-y: auto;
  max-height: calc(100vh - 15rem);
}
@media screen and (max-width: 1024px) {
  #header-actions .header-toggle {
    right: -5rem;
    left: -5rem;
  }
}

#js-display-menu {
  border: 0;
  font-size: 2.6rem;
  background-color: transparent;
  padding: 1rem;
  min-width: 43px;
  text-align: center;
  cursor: pointer;
}
#js-display-menu::before {
  font-family: "Font Awesome 6 Solid", sans-serif;
  font-weight: 900;
  line-height: 1;
  content: "\f00d";
  color: #fff;
}

#document.menu-closed #js-display-menu::before {
  content: "\f0c9";
}

@media screen and (min-width: 1025px) {
  #js-header-plus {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  #js-header-plus {
    display: flex;
    font-size: 2.6rem;
    padding: 2rem;
    align-items: center;
  }
}
#js-header-plus::before {
  font-family: "Font Awesome 6 Solid", sans-serif;
  font-weight: 900;
  line-height: 1;
  content: "\f142";
}

/* ===================================================================
 * NAVIGATION
 * =================================================================*/
#menuGroupe {
  position: relative;
  z-index: 2;
  width: 6rem;
  height: 100%;
  overflow-y: auto;
  box-shadow: 1px 0 5px 0 rgba(0, 0, 0, 0.3);
  transition: left 0.3s ease-in-out;
  left: 0;
  background-color: #fff;
}
#menuGroupe a {
  display: flex;
  padding: 1rem;
  align-items: center;
  justify-content: center;
  min-height: 4rem;
}
#menuGroupe .menuTab {
  border-bottom: 1px solid #fff;
  background-color: #626668;
}
#menuGroupe .menuTab:first-child a {
  padding-top: 3rem;
}
#menuGroupe .menuTabaccueil {
  background-color: #093268;
}
#menuGroupe .menuTabeffectif {
  background-color: #F05129;
}
#menuGroupe .menuTabcommunaute {
  background-color: #E1317C;
}
#menuGroupe .menuTabcommunication {
  background-color: #FFCA36;
}
#menuGroupe .menuTabfinance {
  background-color: #008080;
}
#menuGroupe .menuTabpatrimoine {
  background-color: #966EAA;
}
#menuGroupe .menuTabadministratif {
  background-color: #64A0DE;
}
#menuGroupe .menuTabboutique {
  background-color: #ADC965;
}
#menuGroupe .menuTabadmin {
  background-color: #70797C;
}
#menuGroupe .menuTab .picto32, #menuGroupe .menuTab h2::before {
  transition: 0.15s linear;
}
#menuGroupe .menuTab.activeTab .picto32, #menuGroupe .menuTab.activeTab h2::before {
  transform: scale(130%);
}

.menuContent {
  position: absolute;
  z-index: 1;
  left: 6rem;
  top: 0;
  bottom: 0;
  transition: left 0.3s ease-in-out;
  width: 30rem;
  max-width: calc(100vw - 6rem);
  background-color: #fff;
  overflow-y: auto;
}
.menuContent h2 {
  text-align: center;
  color: #fff;
}
.menuContent h2 a {
  color: #fff;
}
.menuContent h2::before {
  content: none;
}
.menuContent h3 {
  padding: 0.5rem 0.5rem 0.5rem 2rem;
  margin-bottom: 0;
  border-bottom: 1px solid #ccc;
  line-height: 2.2rem;
  position: relative;
  cursor: pointer;
}
.menuContent h3::before {
  font-family: "Font Awesome 6 Solid", sans-serif;
  font-weight: 900;
  line-height: 1;
  content: "\f107";
  position: absolute;
  left: 3px;
  top: 7px;
  transition: all 0.5s;
}
.menuContent h3.plie::before {
  transform: rotate(-180deg);
  left: 0;
}
.menuContent h3 a.alerte {
  width: 21px;
  text-align: center;
  font-size: 12px;
  float: right;
  color: #fff;
  position: relative;
}
.menuContent h3 a.alerte::before {
  font-family: "Font Awesome 6 Solid", sans-serif;
  font-weight: 900;
  line-height: 1;
  content: "\f0f3";
  color: #dc3545;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  font-size: 25px;
}
.menuContent h3 + div {
  padding: 1rem 0.5rem;
}
.menuContent h4 {
  margin: 0 1rem 1rem;
  border-bottom: 1px solid #ccc;
}
.menuContent ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menuContent ul li > a {
  margin-bottom: 1rem;
  display: block;
  font-size: 1.4rem;
}
.menuContent form {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.menuContent form input {
  margin-bottom: 0 !important;
  flex-grow: 2;
  width: 193px;
}
.menuContent form [class*=btn-].mini {
  margin: 0 0.5rem;
}
.menuContent [class*=picto-] {
  margin: 0 0.3rem;
  vertical-align: bottom;
}
.menuContent a.js-selected [class*=picto-] {
  animation: bounce 0.75s linear infinite;
}
@keyframes bounce {
  from {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-7px);
  }
  to {
    transform: translateY(0);
  }
}

#menu_wait {
  text-align: center;
  padding: 3rem 0 0;
}

/* Loader */
.loader-menu {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.loader-menu div {
  animation: loader-menu 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 32px 32px;
}
.loader-menu div::after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #626668;
  margin: -3px 0 0 -3px;
}
.loader-menu div:nth-child(1) {
  animation-delay: -0.036s;
}
.loader-menu div:nth-child(1):after {
  top: 50px;
  left: 50px;
}
.loader-menu div:nth-child(2) {
  animation-delay: -0.072s;
}
.loader-menu div:nth-child(2)::after {
  top: 54px;
  left: 45px;
}
.loader-menu div:nth-child(3) {
  animation-delay: -0.108s;
}
.loader-menu div:nth-child(3)::after {
  top: 57px;
  left: 39px;
}
.loader-menu div:nth-child(4) {
  animation-delay: -0.144s;
}
.loader-menu div:nth-child(4)::after {
  top: 58px;
  left: 32px;
}
.loader-menu div:nth-child(5) {
  animation-delay: -0.18s;
}
.loader-menu div:nth-child(5)::after {
  top: 57px;
  left: 25px;
}
.loader-menu div:nth-child(6) {
  animation-delay: -0.216s;
}
.loader-menu div:nth-child(6)::after {
  top: 54px;
  left: 19px;
}
.loader-menu div:nth-child(7) {
  animation-delay: -0.252s;
}
.loader-menu div:nth-child(7)::after {
  top: 50px;
  left: 14px;
}
.loader-menu div:nth-child(8) {
  animation-delay: -0.288s;
}
.loader-menu div:nth-child(8):after {
  top: 45px;
  left: 10px;
}

@keyframes loader-menu {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
fieldset {
  border: 0;
  clear: both;
  margin: 0 0 2rem;
  padding: 0 1rem;
  background-color: #fff;
  box-sizing: border-box;
  min-width: initial; /* Pour slick */
}
fieldset.pliable > legend {
  cursor: pointer;
  position: relative;
  padding: 1rem 1rem 1rem 4rem;
}
fieldset.pliable > legend::before {
  font-family: "Font Awesome 6 Solid", sans-serif;
  font-weight: 900;
  line-height: 1;
  content: "\f106";
  position: absolute;
  left: 1rem;
  top: 0.75rem;
  font-size: 2.5rem;
  transition: all 0.5s;
}
fieldset.pliable span.complement {
  font-style: italic;
  cursor: pointer;
  font-size: 1.4rem;
  margin-right: 1rem;
}
fieldset.pliable div.complement {
  font-style: italic;
  cursor: pointer;
  font-size: 1.4rem;
  margin-bottom: 1rem;
  text-align: center;
}
fieldset.pliable.deplie > legend::before {
  transform: rotate(-180deg);
}
fieldset fieldset {
  border-top: 1px solid var(--current-module, #626668);
  border-bottom: 1px solid var(--current-module, #626668);
}
fieldset fieldset legend {
  border: 1px solid var(--current-module, #626668);
  background-color: #fff;
  color: var(--current-module, #626668);
  margin-left: 1rem;
}

legend {
  background-color: var(--current-module, #626668);
  color: #fff;
  padding: 0.75rem 1rem;
  margin: 0 -1rem 1rem;
  font-weight: bold;
}
legend a {
  margin-left: 1rem;
  color: inherit;
}

label {
  font-size: 1.4rem;
}

input[type=tel],
input[type=url],
input[type=date],
input[type=time],
input[type=file],
input[type=text],
input[type=email],
input[type=number],
input[type=search],
input[type=password],
textarea,
select {
  font: inherit;
  height: 30px;
  padding: 0.2rem 0.8rem;
  background-color: #f2f6f8;
  appearance: none;
  border: 1px solid #cedde5;
  border-radius: 3px;
  box-sizing: border-box;
  vertical-align: middle;
  margin: 0 0 0.5rem;
  font-size: 1.4rem;
}
input[type=tel]:focus,
input[type=url]:focus,
input[type=date]:focus,
input[type=time]:focus,
input[type=file]:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
  outline-style: none;
}
input[type=tel].picto-check0, input[type=tel].picto-check1,
input[type=url].picto-check0,
input[type=url].picto-check1,
input[type=date].picto-check0,
input[type=date].picto-check1,
input[type=time].picto-check0,
input[type=time].picto-check1,
input[type=file].picto-check0,
input[type=file].picto-check1,
input[type=text].picto-check0,
input[type=text].picto-check1,
input[type=email].picto-check0,
input[type=email].picto-check1,
input[type=number].picto-check0,
input[type=number].picto-check1,
input[type=search].picto-check0,
input[type=search].picto-check1,
input[type=password].picto-check0,
input[type=password].picto-check1,
textarea.picto-check0,
textarea.picto-check1,
select.picto-check0,
select.picto-check1 {
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 20px;
  width: auto;
}
input[type=tel].full,
input[type=url].full,
input[type=date].full,
input[type=time].full,
input[type=file].full,
input[type=text].full,
input[type=email].full,
input[type=number].full,
input[type=search].full,
input[type=password].full,
textarea.full,
select.full {
  width: 100% !important;
}
input[type=tel].demiFull,
input[type=url].demiFull,
input[type=date].demiFull,
input[type=time].demiFull,
input[type=file].demiFull,
input[type=text].demiFull,
input[type=email].demiFull,
input[type=number].demiFull,
input[type=search].demiFull,
input[type=password].demiFull,
textarea.demiFull,
select.demiFull {
  width: 50% !important;
}

input[type=number] {
  text-align: right;
  padding-right: 0;
}

input[type=url]:not([size]),
input[type=email]:not([size]) {
  width: calc(100% - 25px) !important;
}

.demiGauche input[type=tel]:not([size]),
.demiGauche input[type=file]:not([size]),
.demiGauche input[type=text]:not([size]),
.demiGauche input[type=search]:not([size]),
.demiGauche input[type=password]:not([size]),
.demiGauche textarea:not([size]),
.demiGauche select:not(.widthAuto):not([size]),
.demiDroite input[type=tel]:not([size]),
.demiDroite input[type=file]:not([size]),
.demiDroite input[type=text]:not([size]),
.demiDroite input[type=search]:not([size]),
.demiDroite input[type=password]:not([size]),
.demiDroite textarea:not([size]),
.demiDroite select:not(.widthAuto):not([size]) {
  width: 100%;
}

textarea {
  vertical-align: top;
  height: auto;
  width: 100%;
}

input[type=file] {
  padding: 0;
  box-sizing: content-box;
}

input[type=radio] + label,
input[type=checkbox] + label {
  margin-right: 1rem;
}

.suffixe-unite,
.prefixe-unite {
  height: 30px;
  background-color: #f2f6f8;
  border: 1px solid #cedde5;
  border-radius: 3px;
  box-sizing: border-box;
  vertical-align: middle;
  margin: 0 0 0.5rem;
  font-size: 1.4rem;
  display: inline-block;
  white-space: nowrap;
}
.suffixe-unite.suffixe-unite,
.prefixe-unite.suffixe-unite {
  padding-right: 0.8rem;
}
.suffixe-unite.prefixe-unite,
.prefixe-unite.prefixe-unite {
  padding-left: 0.8rem;
}
.suffixe-unite input,
.prefixe-unite input {
  border: 0 !important;
  background-color: transparent !important;
  margin: 0 !important;
  vertical-align: top !important;
  width: auto !important;
}
.suffixe-unite span,
.prefixe-unite span {
  line-height: 3rem;
}

.wrapperRenderFile {
  display: block;
}

form select,
form .js-search {
  background-image: url("images/select_arrow.png");
  text-overflow: ellipsis;
  appearance: none;
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 30px;
  box-sizing: border-box;
}
form select[size],
form .js-search[size] {
  background-image: none;
  padding-right: 0;
  height: auto;
  vertical-align: top;
}
form select::-ms-expand,
form .js-search::-ms-expand {
  display: none;
}
form.search table {
  margin: 0;
}
@media screen and (max-width: 767px) {
  form.search table th,
  form.search table td {
    display: block;
    padding: 0 0 0.5rem;
  }
}
form.search tfoot {
  text-align: right;
}

.custom-checkbox {
  position: relative;
  display: inline-block;
  width: 3rem;
  height: 2rem;
}
.custom-checkbox input {
  opacity: 0;
  width: 0;
  height: 0;
}
.custom-checkbox input:checked + span {
  background-color: #28a745;
}
.custom-checkbox input:checked + span:before {
  transform: translateX(1rem);
}
.custom-checkbox span {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #dc3545;
  transition: 0.4s;
  border-radius: 2rem;
}
.custom-checkbox span::before {
  position: absolute;
  content: "";
  height: 1.2rem;
  width: 1.2rem;
  left: 0.4rem;
  bottom: 0.4rem;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}
.custom-checkbox.grey span {
  background-color: #626668;
}

.password-check {
  color: #dc3545;
  display: block;
}
.password-check.collapse {
  display: none;
}
.password-check.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
.password-check .valid {
  color: #28a745;
}

/* ===================================================================
 * LISTES
 * =================================================================*/
.blocNavigation {
  text-align: center;
  margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
  .resultatNavigation {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .resultatNavigation {
    margin-bottom: 1rem;
  }
}
.resultatNavigation p {
  background-color: #fff;
  padding: 0.5rem 1rem;
  margin-bottom: 0.5rem;
}

.regletteNavigation {
  margin: 1rem 0;
}
.regletteNavigation a,
.regletteNavigation strong {
  border-radius: 30px;
  padding: 0.5rem 1.25rem;
  transition: all 0.2s ease 0s;
  margin: 0 0.3rem 0.3rem;
  display: inline-block;
}
.regletteNavigation strong {
  color: #fff;
  background-color: #007bff;
}
.regletteNavigation a {
  color: #000;
  background-color: #fff;
}
.regletteNavigation a:hover, .regletteNavigation a:focus, .regletteNavigation a:active {
  text-decoration: none;
  color: #fff;
  background-color: #007bff;
}

fieldset .resultatNavigation {
  margin: 0;
}
fieldset .regletteNavigation {
  margin: 0;
}
fieldset .regletteNavigation a {
  background-color: #ebeade;
}

div.liste {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
div.liste .item {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 2rem;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
}
div.liste .item .visuel {
  overflow: hidden;
  position: relative;
}
div.liste .item .visuel img {
  aspect-ratio: 4/3;
  object-fit: cover;
  width: 100%;
  transition: all 0.3s;
  display: block;
}
div.liste .item .visuel span {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  background-color: var(--current-module, #626668);
  padding: 2px 5px;
}
div.liste .item .visuel a:hover img {
  transform: scale(1.15);
}
div.liste .item .header {
  font-size: 1.8rem;
  padding: 0.5rem;
  word-wrap: break-word;
}
div.liste .item .header a {
  color: inherit;
}
div.liste .item .header.bg-accueil {
  border-radius: 5px 5px 0 0;
  background-color: #093268;
}
div.liste .item .header.bg-effectif {
  border-radius: 5px 5px 0 0;
  background-color: #F05129;
}
div.liste .item .header.bg-communaute {
  border-radius: 5px 5px 0 0;
  background-color: #E1317C;
}
div.liste .item .header.bg-communication {
  border-radius: 5px 5px 0 0;
  background-color: #FFCA36;
}
div.liste .item .header.bg-finance {
  border-radius: 5px 5px 0 0;
  background-color: #008080;
}
div.liste .item .header.bg-patrimoine {
  border-radius: 5px 5px 0 0;
  background-color: #966EAA;
}
div.liste .item .header.bg-administratif {
  border-radius: 5px 5px 0 0;
  background-color: #64A0DE;
}
div.liste .item .header.bg-boutique {
  border-radius: 5px 5px 0 0;
  background-color: #ADC965;
}
div.liste .item .header.bg-admin {
  border-radius: 5px 5px 0 0;
  background-color: #70797C;
}
div.liste .item .content {
  padding: 0.5rem;
  word-break: break-word;
}
div.liste .item .resume {
  padding: 0.5rem;
  font-style: italic;
}
div.liste .item .underline {
  border-bottom: 1px solid var(--current-module, #626668);
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}
div.liste .item .alerte strong {
  font-weight: normal;
  font-size: 120%;
}
div.liste.fondGris .item {
  background-color: #f2f6f8;
}
div.liste.visuelContain .item .visuel img {
  object-fit: contain;
}
@media all and (min-width: 481px) {
  div.liste.col2 {
    margin: 0 0 3rem;
  }
}
@media all and (max-width: 480px) {
  div.liste.col2 {
    margin: 0 0 2rem;
  }
}
@media all and (min-width: 481px) {
  div.liste.col2 .item {
    width: 48%;
    margin: 0 1% 2%;
  }
}
@media all and (max-width: 480px) {
  div.liste.col2 .item {
    width: 100%;
    margin: 0 0 1rem;
  }
}
@media all and (min-width: 1025px) {
  div.liste.col3 {
    margin: 0 -1.1667% 3rem;
  }
}
@media all and (min-width: 481px) and (max-width: 1024px) {
  div.liste.col3 {
    margin: 0 -1.5% 2rem;
  }
}
@media all and (max-width: 480px) {
  div.liste.col3 {
    margin: 0 0 2rem;
  }
}
@media all and (min-width: 1025px) {
  div.liste.col3 .item {
    width: 31%;
    margin: 0 1.1667% 2.3334%;
  }
}
@media all and (min-width: 481px) and (max-width: 1024px) {
  div.liste.col3 .item {
    width: 47%;
    margin: 0 1.5% 3%;
  }
}
@media all and (max-width: 480px) {
  div.liste.col3 .item {
    width: 100%;
    margin: 0 0 1rem;
  }
}
@media all and (min-width: 1025px) {
  div.liste.col4 {
    margin: 0 -1% 3rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  div.liste.col4 {
    margin: 0 -1.1667% 3rem;
  }
}
@media all and (min-width: 481px) and (max-width: 767px) {
  div.liste.col4 {
    margin: 0 -1.5% 2rem;
  }
}
@media all and (max-width: 480px) {
  div.liste.col4 {
    margin: 0 0 2rem;
  }
}
@media all and (min-width: 1025px) {
  div.liste.col4 .item {
    width: 23%;
    margin: 0 1% 2%;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  div.liste.col4 .item {
    width: 31%;
    margin: 0 1.1667% 2.3334%;
  }
}
@media all and (min-width: 481px) and (max-width: 767px) {
  div.liste.col4 .item {
    width: 47%;
    margin: 0 1.5% 3%;
  }
}
@media all and (max-width: 480px) {
  div.liste.col4 .item {
    width: 100%;
    margin: 0 0 1rem;
  }
}
@media all and (min-width: 1025px) {
  div.liste.col6 {
    margin: 0 -0.8334% 3rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  div.liste.col6 {
    margin: 0 -1% 3rem;
  }
}
@media all and (min-width: 481px) and (max-width: 767px) {
  div.liste.col6 {
    margin: 0 -1.1667% 3rem;
  }
}
@media all and (max-width: 480px) {
  div.liste.col6 {
    margin: 0 -1.5% 2rem;
  }
}
@media all and (min-width: 1025px) {
  div.liste.col6 .item {
    width: 15%;
    margin: 0 0.8334% 1.6667%;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  div.liste.col6 .item {
    width: 23%;
    margin: 0 1% 2%;
  }
}
@media all and (min-width: 481px) and (max-width: 767px) {
  div.liste.col6 .item {
    width: 31%;
    margin: 0 1.1667% 2.3334%;
  }
}
@media all and (max-width: 480px) {
  div.liste.col6 .item {
    width: 47%;
    margin: 0 1.5% 3%;
  }
}

ul.liste {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
@media all and (min-width: 1025px) {
  ul.liste li {
    width: 23%;
    margin: 0 1% 2%;
  }
}
@media all and (min-width: 481px) and (max-width: 1024px) {
  ul.liste li {
    width: 47%;
    margin: 0 1.5% 3%;
  }
}
@media all and (max-width: 480px) {
  ul.liste li {
    width: 100%;
    margin: 0 0 1rem;
  }
}

.connexion body {
  background: no-repeat fixed 50% 50%;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.connexion form {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 3%;
  margin: 8% 3rem;
}
.connexion form p {
  margin-bottom: 2rem;
}
.connexion form p input {
  margin-bottom: 0;
  width: 250px;
}
.connexion img {
  max-width: 15rem;
  margin-bottom: 1rem;
}

#bandeauHautPopup.miroir {
  height: 10px;
  background: repeating-linear-gradient(45deg, var(--current-module, #626668), var(--current-module, #626668) 0, #f2f6f8 15px);
}

#contentPopup {
  background-color: #ebeade;
  padding: 1rem;
}
#contentPopup h1 {
  font-size: 2.8rem;
  margin: -1rem -1rem 1rem;
  padding-bottom: 0.5rem;
  text-align: center;
  background-color: var(--current-module, #626668);
  color: #fff;
}

#bandeauBasPopup {
  padding: 2rem;
  background-color: var(--current-module, #626668);
}

.slideShow .slideShowControl .slick-dots {
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
  border-bottom: 4px solid var(--current-module, #626668);
  display: flex;
  overflow-x: auto;
  position: relative;
}
.slideShow .slideShowControl .slick-dots::after {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.slideShow .slideShowControl .slick-dots li {
  flex-shrink: 0;
  background-color: #fff;
  cursor: pointer;
  text-align: center;
  padding: 1rem 1.5rem;
  font-weight: 700;
  border-right: 1px solid #efefef;
  color: #ababab;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.slideShow .slideShowControl .slick-dots li:hover, .slideShow .slideShowControl .slick-dots li:focus, .slideShow .slideShowControl .slick-dots li:active {
  color: #000;
}
.slideShow .slideShowControl .slick-dots li.slick-active {
  background-color: var(--current-module, #626668);
  color: #fff;
}
.slideShow .slideShowControl .slick-dots li.slick-active button {
  color: #fff;
}
.slideShow .slideShowControl .slick-dots li button {
  background-color: transparent;
  border: 0;
  padding: 0;
}

form.dropzone {
  min-height: auto;
  border-style: dashed;
  background-color: #f2f6f8;
  margin-bottom: 1rem;
}
form.dropzone .dz-message {
  margin: 0;
}
form.dropzone .dz-message .dz-button {
  padding-left: 45px;
  position: relative;
}
form.dropzone .dz-message .dz-button::before {
  font-family: "Font Awesome 6 Solid", sans-serif;
  font-weight: 900;
  line-height: 1;
  content: "\f382";
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 3rem;
}
form.dropzone .dz-preview.dz-image-preview {
  background-color: transparent;
}
