@charset "UTF-8";
@font-face {
  font-family: "FuturaBook";
  src: url(fonts/futura-book/Futura-Book.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "icomoon-uac";
  src: url(fonts/icomoon-uac/icomoon-uac.svg) format("svg"), url(fonts/icomoon-uac/icomoon-uac.ttf) format("truetype"), url(fonts/icomoon-uac/icomoon-uac.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}
:root {
  --coop-main-color: #654cfe;
  --coop-main-lighten-color: #dbd5ff;
  --coop-main-lighten-2-color: #f5f3ff;
  --coop-second-color: #6dc4a3;
  --coop-button-bg-color: #654cfe;
  --coop-button-bg-hover-color: #3919fe;
  --coop-button-text-color: #fff;
  --coop-border-color: #654cfe;
}

.a-adminpageaccueil-editor .a-adminpageaccueil-portlet button.icon-config, .a-result-list-bon .x-btn-text, .a-btn-atrium button, .a-PetitesAnnonces .a-create-bt button,
.a-PetitesAnnonces .a-back-bt button,
.a-PetitesAnnonces .a-mail-bt button,
.a-PetitesAnnonces .prevPage-btn button,
.a-PetitesAnnonces .nextPage-btn button,
.a-PetitesAnnoncesAdm .a-create-bt button,
.a-PetitesAnnoncesAdm .a-back-bt button,
.a-PetitesAnnoncesAdm .a-mail-bt button,
.a-PetitesAnnoncesAdm .prevPage-btn button,
.a-PetitesAnnoncesAdm .nextPage-btn button, .morte-saison .btn-vue,
.offredirecte .btn-vue, .lastdocsdetail .icon-download, .banque-toolbar .x-btn-text, .a-form-comment button, .a-pave-hp-connexion .girisbtn, .pave-connexion .girisbtn, .btn-vue, .btn-action.cancel, .btn-action.modify, .btn-action.submit, .a-btn-atrium-retour .x-btn-text, .x-panel-btns .x-btn button,
.x-window-dlg .x-btn button, #login-panel [type=submit] {
  padding: 0.5rem 1rem;
  background-color: #654cfe;
  color: #fff;
  border: 0;
  cursor: pointer;
}
.a-adminpageaccueil-editor .a-adminpageaccueil-portlet button.icon-config:hover, .a-result-list-bon .x-btn-text:hover, .a-btn-atrium button:hover, .a-PetitesAnnonces .a-create-bt button:hover,
.a-PetitesAnnonces .a-back-bt button:hover,
.a-PetitesAnnonces .a-mail-bt button:hover,
.a-PetitesAnnonces .prevPage-btn button:hover,
.a-PetitesAnnonces .nextPage-btn button:hover,
.a-PetitesAnnoncesAdm .a-create-bt button:hover,
.a-PetitesAnnoncesAdm .a-back-bt button:hover,
.a-PetitesAnnoncesAdm .a-mail-bt button:hover,
.a-PetitesAnnoncesAdm .prevPage-btn button:hover,
.a-PetitesAnnoncesAdm .nextPage-btn button:hover, .lastdocsdetail .icon-download:hover, .banque-toolbar .x-btn-text:hover, .a-form-comment button:hover, .a-pave-hp-connexion .girisbtn:hover, .pave-connexion .girisbtn:hover, .btn-vue:hover, .btn-action.cancel:hover, .btn-action.modify:hover, .btn-action.submit:hover, .a-btn-atrium-retour .x-btn-text:hover, .x-panel-btns .x-btn button:hover,
.x-window-dlg .x-btn button:hover, #login-panel [type=submit]:hover {
  background-color: #4628fe;
}

body {
  font-family: Segoe UI, arial, arial;
  font-size: 15px;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

button {
  font-family: Segoe UI, arial, arial;
}

#login-panel {
  border-bottom: 3px solid #654cfe;
  -webkit-box-shadow: 3px 3px 8px #565656;
  box-shadow: 3px 3px 8px #565656;
}
#login-panel h3 {
  margin-top: 0;
}
#login-panel [type=submit] {
  display: block;
  margin-left: auto;
}

.x-panel-btns .x-btn.cancel button,
.x-window-dlg .x-btn.cancel button {
  background-color: #e63838;
}
.x-panel-btns .x-btn.cancel button:hover,
.x-window-dlg .x-btn.cancel button:hover {
  background-color: #de1c1c;
}

.a-btn-atrium-retour {
  margin-bottom: 1rem;
}
.x-panel-btns .x-btn-text::before {
  margin-right: 0.25rem;
}

.btn-action.modify {
  background-color: #aaa;
  color: #fff;
}
.btn-action.modify:hover {
  background-color: #989898;
}
.btn-action.cancel {
  background-color: #e63838;
  color: #fff;
}
.btn-action.cancel:hover {
  background-color: #de1c1c;
}

.checkbox-etat {
  color: #654cfe;
}

#go-to-head {
  background-image: url(/css/theme/images/common/go_top.svg);
  -webkit-filter: drop-shadow(0px 0px 2px white);
  filter: drop-shadow(0px 0px 2px white);
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.message_header_service {
  padding: 0.5rem 1rem;
  background-color: #654cfe;
  color: #fff;
  -webkit-box-shadow: 0 0 2px #ccc;
  box-shadow: 0 0 2px #ccc;
}

ul.x-tab-strip li {
  margin: 0;
}
ul.x-tab-strip li:not(:first-child) .x-tab-strip-inner {
  border-left: 0;
}

.x-tab-strip-top .x-tab-strip-inner {
  border: 1px solid #654cfe;
  background-color: #fff;
}

.x-tab-strip-top .x-tab-strip-active .x-tab-strip-inner {
  background-color: #654cfe;
  color: #fff;
}

.x-tab-panel-bwrap {
  border-color: #654cfe;
}

/*TABLEAU VUE*/
.vue-container .table thead,
.modal-container .table thead {
  background-color: #654cfe;
  color: #fff;
}
.vue-container .table tbody tr:nth-child(even),
.modal-container .table tbody tr:nth-child(even) {
  background-color: #e8e4ff;
}

/*ONGLETS*/
.admin .tab button.active,
.admin .tab tbody tr.active,
.admin .tab .router-link-exact-active {
  background-color: #654cfe;
  color: #fff;
}

.a-consoleadmin .x-tab-strip-top .x-tab-strip-active .x-tab-strip-inner, .a-consoleadmin .x-tab-strip-top .x-tab-strip-active .x-tab-left, .a-consoleadmin .x-tab-strip-top .x-tab-strip-active .x-tab-right {
  background-color: #654cfe;
  color: #fff;
}

/*PUCE*/
.page-puce {
  cursor: pointer;
}

.puce.actif {
  background-color: #654cfe;
}

/*TIP*/
.x-tip {
  -webkit-box-shadow: 0 0 3px 1px #cacaca;
  box-shadow: 0 0 3px 1px #cacaca;
}

#cookie_mess {
  background-color: #654cfe;
}
#cookie_mess input {
  padding: 0.5rem 1rem;
  background-color: #fff;
  color: #000;
}
#cookie_mess input:hover {
  background-color: #fff;
  color: #000;
  -webkit-box-shadow: 0 0 3px 1px #333;
  box-shadow: 0 0 3px 1px #333;
}

.header-site {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #fff;
}

.header-content {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  max-width: 155px;
  margin: 1rem;
}
.logo a {
  display: block;
  width: 155px;
  background: url(/css/theme/images/logo.svg) no-repeat center;
}

.welcome-div {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  margin-left: 3.2%;
}

#welcome:not(:empty)::before {
  font-family: inherit;
}

.menu-toolbar {
  margin-left: auto;
  font-size: 30px;
}

.header-item {
  padding: 1.5rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header-item::before {
  color: #654cfe;
}

.header-site .actions {
  position: relative;
}
.header-site .input-wrapper.display {
  display: inherit;
}

.input-wrapper.display + #search::before {
  background-color: #654cfe;
  color: #fff;
}

#favoris .list-favoris {
  top: 100%;
  font-size: 1rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 251;
  text-align: left;
  background-color: #f5f7fc;
  -webkit-box-shadow: 0px 2px 2px #aaa;
  box-shadow: 0px 2px 2px #aaa;
}
#favoris .list-favoris > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 1rem;
  cursor: default;
}
#favoris .list-favoris > li:not(:last-child) {
  border-bottom: 1px solid #efefef;
}
#favoris .list-favoris .icon-cancel {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
#favoris .list-favoris .icon-cancel:hover {
  color: #654cfe;
  cursor: pointer;
}

.service-favoris {
  display: inline-block;
  padding: 0.75rem 0;
}

#contacts,
#cgu,
#mentions {
  display: none;
}

.header-site .input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 1rem;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  font-size: 1rem;
}
.header-site .input-wrapper input {
  padding: 0.5rem;
  border: 0;
  border-bottom: 1px solid #9b9b9b;
}
.header-site .input-wrapper input:focus {
  border-color: #654cfe;
}
.header-site .input-wrapper .error:empty {
  display: none;
}

.header-content div::before {
  font-family: "icomoon-uac";
}

#search {
  background-color: #654cfe;
}
#search::before {
  color: #fff;
}

#previsu.preview-on {
  background-color: #6dc4a3;
}
#previsu.preview-on::before {
  color: #fff;
}

.header-site .rubriques {
  position: static;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.header-site .rubriques > * {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  max-width: 20%;
  padding: 1.25rem 1rem;
}
.header-site .menu {
  position: relative;
  background: rgb(32, 209, 253);
  background: -o-linear-gradient(315deg, rgb(32, 209, 253) 0%, rgb(141, 0, 255) 100%);
  background: linear-gradient(135deg, rgb(32, 209, 253) 0%, rgb(141, 0, 255) 100%);
  z-index: 250;
}
.header-site .menu::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  border-bottom: 6px solid #4983fe;
}

#menuPanel {
  max-width: calc(1440px + 2rem);
}

.rubrique.open {
  background-color: #f5f7fc;
  z-index: 1;
}
.rubrique.open .intitule-rubrique {
  color: #654cfe;
}
.rubrique:hover .sous-rubriques {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.intitule-rubrique {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}

.sous-rubriques {
  margin-top: 1.25rem;
  top: inherit;
  left: 0;
  right: 0;
  height: calc(100vh - 142px);
  height: calc(100vh - var(--header-height));
  max-height: inherit;
  padding: 2rem;
  background-clip: padding-box;
  background-color: #f5f7fc;
}

.rub103 .sous-rubriques {
  background: #f5f7fc url(/css/theme/images/menu/000-presentation.svg) no-repeat right bottom/15vw;
}

.rub10 .sous-rubriques {
  background: #f5f7fc url(/css/theme/images/menu/001-team.svg) no-repeat right bottom/15vw;
}

.rub20 .sous-rubriques {
  background: #f5f7fc url(/css/theme/images/menu/002-farm.svg) no-repeat right bottom/15vw;
}

.rub30 .sous-rubriques {
  background: #f5f7fc url(/css/theme/images/menu/003-coop.svg) no-repeat right bottom/15vw;
}

.rub40 .sous-rubriques {
  background: #f5f7fc url(/css/theme/images/menu/004-customer-support.svg) no-repeat right bottom/15vw;
}

.rub60 .sous-rubriques {
  background: #f5f7fc url(/css/theme/images/menu/008-atrium.svg) no-repeat right bottom/15vw;
}

.rub70 .sous-rubriques {
  background: #f5f7fc url(/css/theme/images/menu/006-shop.svg) no-repeat right bottom/15vw;
}

.rub80 .sous-rubriques {
  background: #f5f7fc url(/css/theme/images/menu/005-investment.svg) no-repeat right bottom/15vw;
}

.rub99 .sous-rubriques {
  background: #f5f7fc url(/css/theme/images/menu/007-two-settings-cogwheels.svg) no-repeat right bottom/15vw;
}

.beautifier {
  content: attr(data-name);
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  color: #654cfe;
}

.sous-rubriques-list {
  -ms-flex-line-pack: start;
  align-content: flex-start;
  max-width: 1440px;
  margin: 0 auto;
  overflow-y: auto;
}

.sous-rubrique {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: calc(33.33% - 1.5rem);
  margin: 0.75rem;
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.9);
}
.sous-rubrique .intitule {
  color: #654cfe;
  margin-bottom: 1rem;
}
.sous-rubrique .service {
  padding: 0.5rem 0;
}
.sous-rubrique .service:not(:last-child) {
  border-bottom: 1px solid #efefef;
}
.sous-rubrique .service.selected {
  border-left: 0;
  color: #654cfe;
}

.admin-link:before {
  content: "\e80a";
  float: right;
  font-family: fontello;
  font-weight: bold;
  color: #6dc4a3;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0;
  padding: 1rem 2rem;
  color: #fff;
  background-color: #1c1c1c;
}
.footer img {
  max-width: 170px;
  max-height: 115px;
}

.footer-section {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 20%;
  flex: 1 0 20%;
  padding: 1rem;
}

.footer-title {
  display: block;
  margin-bottom: 0.75rem;
  font-weight: bold;
}

.footer-social_liens {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-social_liens a {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  max-width: 50px;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.footer-social_liens a:not(:last-child) {
  margin-right: 1rem;
}
.footer-social_liens a:hover {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.a-serv-hp #visuPanel {
  max-width: 100%;
  padding: 0;
}

.a-panel-header-hp {
  font-size: 1.2rem;
  font-weight: bold;
}

.pave__header h3::before {
  content: "\e900";
  display: inline-block;
  margin-right: 0.5rem;
  color: #654cfe;
  font-family: "icomoon-uac";
  font-size: 1.5rem;
}

.a-pave-hp {
  margin-bottom: 1rem;
}
.a-pave-hp a:hover {
  text-decoration: none;
}
.a-pave-hp a:hover .pave-contenu-titre {
  text-decoration: underline;
}
.a-pave-hp .x-panel-header-text::before {
  content: "\e900";
  display: inline-block;
  margin-right: 0.5rem;
  color: #654cfe;
  font-family: "icomoon-uac";
  font-size: 1.5rem;
}
.a-pave-hp .pave-contenu-titre {
  font-weight: bold;
}
.a-pave-hp .puces {
  display: none;
}
.a-pave-hp .boutons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0.5rem;
}
.a-pave-hp .icon-prev,
.a-pave-hp .icon-next {
  display: block;
  font-size: 2rem;
  color: #654cfe;
  cursor: pointer;
}
.a-pave-hp .page-puces {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.a-pave-hp .page-puce {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0.25rem;
  border-radius: 50%;
  border: 1px solid #654cfe;
  color: #654cfe;
  cursor: pointer;
}
.a-pave-hp .page-puce.show, .a-pave-hp .page-puce:first-child, .a-pave-hp .page-puce:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.a-pave-hp .page-puce:first-child:not(.show) {
  margin-right: 1rem;
}
.a-pave-hp .page-puce:last-child:not(.show) {
  margin-left: 1rem;
}
.a-pave-hp .page-puce::before {
  content: attr(data-index);
}
.a-pave-hp .page-puce.actif {
  background-color: #654cfe;
  color: #fff;
}

.a-pave-link,
.voir-newsletters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.a-pave-link a,
.voir-newsletters a {
  width: auto;
  margin-top: 0.5rem;
  padding: 0.5rem 1rem;
  border: 2px solid #654cfe;
  border-radius: 1rem;
  font-size: 13px;
  font-weight: bold;
  -webkit-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
}
.a-pave-link a:hover,
.voir-newsletters a:hover {
  background-color: #654cfe;
  color: #FFF;
}

.a-pave-hp-multiImage figure > img {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*CONNEXION*/
.a-pave-hp-connexion .auth-logo, .pave-connexion .auth-logo {
  display: none;
}
.a-pave-hp-connexion .auth-wrapper h1, .pave-connexion .auth-wrapper h1 {
  display: none;
}
.a-pave-hp-connexion .auth-form, .pave-connexion .auth-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.a-pave-hp-connexion .auth-form .form-container, .pave-connexion .auth-form .form-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 0.5rem;
}
.a-pave-hp-connexion .auth-form .form-container input, .pave-connexion .auth-form .form-container input {
  padding: 7px;
  border: 1px solid #ccc;
}
.a-pave-hp-connexion .auth-form .control-label, .pave-connexion .auth-form .control-label {
  font-weight: bold;
}
.a-pave-hp-connexion .auth-form .form-container-user,
.a-pave-hp-connexion .auth-form .form-container-pass, .pave-connexion .auth-form .form-container-user,
.pave-connexion .auth-form .form-container-pass {
  border-bottom: 5px solid #654cfe;
}
.a-pave-hp-connexion .auth-form a:hover, .pave-connexion .auth-form a:hover {
  text-decoration: underline;
}
.a-pave-hp-connexion .girisbtn, .pave-connexion .girisbtn {
  margin: 0.25rem 0;
}

/*PAVÉS*/
.a-serv-hp .bloc {
  display: block;
  float: none;
  max-width: 1440px;
  margin: 0 auto;
  overflow: auto;
}
.a-serv-hp .bloc.bloc-separateur-100 {
  max-width: 100%;
}
.a-serv-hp .bloc.bloc-separateur-100 > .ensemble {
  display: block;
  float: none;
  max-width: 1440px;
  margin: 0 auto;
}

.separateur-100 {
  display: none;
}
.separateur-100 + div:last-of-type {
  margin-bottom: 0;
}

.bloc-fond-illustration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 340px;
  padding: 1.5rem 0;
  background: url(/css/theme/images/paves/illustration_pave.svg) no-repeat center top/cover, -o-linear-gradient(315deg, rgb(32, 209, 253) 0%, rgb(141, 0, 255) 100%);
  background: url(/css/theme/images/paves/illustration_pave.svg) no-repeat center top/cover, linear-gradient(135deg, rgb(32, 209, 253) 0%, rgb(141, 0, 255) 100%);
  color: #fff;
}
.bloc-fond-illustration .x-panel-header-text::before {
  content: "\e900";
  display: inline-block;
  margin-right: 0.5rem;
  color: #fff;
  font-family: "icomoon-uac";
  font-size: 1.5rem;
}
.bloc-fond-illustration .page-puce.show {
  background-color: #fff;
  color: #654cfe;
}
.bloc-fond-illustration .page-puce.actif {
  border: 1px solid #fff;
  background-color: #654cfe;
  color: #fff;
}
.bloc-fond-illustration .icon-prev,
.bloc-fond-illustration .icon-next {
  text-shadow: 0 0 0px #fff;
}

.bloc-separateur-mojo {
  background-color: #f2f7f9;
  color: #654cfe;
  text-align: center;
  font-style: italic;
  font-size: 1.5rem;
}
.bloc-separateur-mojo p:first-child {
  margin-top: 0;
}
.bloc-separateur-mojo p:last-child {
  margin-bottom: 0;
}

.bloc-separateur-gris {
  padding: 1.5rem 0;
  background-color: #f2f7f9;
}

.bloc-separateur-degrade {
  background: rgb(118, 146, 179);
  background: -webkit-gradient(linear, left top, right top, from(rgb(118, 146, 179)), to(rgb(169, 179, 238)));
  background: -o-linear-gradient(left, rgb(118, 146, 179) 0%, rgb(169, 179, 238) 100%);
  background: linear-gradient(90deg, rgb(118, 146, 179) 0%, rgb(169, 179, 238) 100%);
  color: #fff;
}
.bloc-separateur-degrade .x-panel-header-text::before {
  content: "\e900";
  display: inline-block;
  margin-right: 0.5rem;
  color: #fff;
  font-family: "icomoon-uac";
  font-size: 1.5rem;
}

.bloc-section-social {
  padding: 2rem 0 1rem;
}

.pave-avertissement-b > .x-panel,
.pave-evenement-a > .x-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.pave-avertissement-b .a-panel-header-hp::after,
.pave-evenement-a .a-panel-header-hp::after {
  display: block;
  content: "";
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  height: 200px;
  background: url(/css/theme/images/paves/cloche.svg) no-repeat left center/contain;
}
.pave-avertissement-b .a-panel-header-hp,
.pave-evenement-a .a-panel-header-hp {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}
.pave-avertissement-b .x-panel-bwrap,
.pave-evenement-a .x-panel-bwrap {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  max-width: 50%;
}
.pave-avertissement-b .paginate-show,
.pave-evenement-a .paginate-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.pave-avertissement-b .paginate-show > li,
.pave-evenement-a .paginate-show > li {
  margin-bottom: 1rem;
}
.pave-avertissement-b .pave-contenu-date,
.pave-evenement-a .pave-contenu-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  margin: 0;
  font-size: 1.75rem;
}
.pave-avertissement-b .pave-contenu-date::before,
.pave-evenement-a .pave-contenu-date::before {
  display: none;
}
.pave-avertissement-b .pave-contenu-date::after,
.pave-evenement-a .pave-contenu-date::after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 1.5rem;
  border-radius: 50%;
  border: 3px solid #edca5c;
}
.pave-avertissement-b .pave-contenu-date .jour,
.pave-avertissement-b .pave-contenu-date .mois,
.pave-evenement-a .pave-contenu-date .jour,
.pave-evenement-a .pave-contenu-date .mois {
  margin-right: 0.5rem;
}
.pave-avertissement-b .pave-contenu-titre-resume,
.pave-evenement-a .pave-contenu-titre-resume {
  -webkit-box-flex: 2;
  -ms-flex: 2 0 0%;
  flex: 2 0 0%;
}
.pave-avertissement-b .pave-contenu-titre,
.pave-evenement-a .pave-contenu-titre {
  font-size: 1.1rem;
}
.pave-avertissement-b .pave-contenu-resume p,
.pave-evenement-a .pave-contenu-resume p {
  margin: 0;
}
.pave-avertissement-b .sessions,
.pave-evenement-a .sessions {
  display: none;
}
.pave-avertissement-b .sessions .session,
.pave-evenement-a .sessions .session {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pave-avertissement-b .sessions .session div:not(:last-child),
.pave-evenement-a .sessions .session div:not(:last-child) {
  margin-right: 0.25rem;
}

.pave-evenement-b .paginate-show > li:not(:last-child) {
  margin-bottom: 1.5rem;
}
.pave-evenement-b .paginate-show > li > a {
  display: grid;
  grid-template-areas: "p-evenement-date evenement-titre-resume" "p-evenement-date evenement-sessions";
  grid-template-columns: auto 1fr;
}
.pave-evenement-b .pave-contenu-date {
  grid-area: p-evenement-date;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  align-self: stretch;
  padding-right: 2rem;
  margin-right: 1.5rem;
  margin-bottom: 0;
  text-align: center;
  color: #654cfe;
  font-weight: bold;
  border-right: 3px solid #654cfe;
}
.pave-evenement-b .pave-contenu-date::before {
  display: none;
}
.pave-evenement-b .pave-contenu-date .jour {
  font-size: 1.1rem;
}
.pave-evenement-b .pave-contenu-titre-resume {
  grid-area: evenement-titre-resume;
}
.pave-evenement-b .sessions {
  grid-area: evenement-sessions;
}
.pave-evenement-b .session {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pave-evenement-b .session::before {
  content: "\e900";
  font-family: "icomoon-uac";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 0.5rem;
  color: #654cfe;
  font-size: 0.5rem;
}
.pave-evenement-b .session > *:not(:last-child) {
  margin-right: 0.25rem;
}

.pave-avertissement-b .x-panel-bwrap {
  -webkit-box-flex: 2;
  -ms-flex: 2 0 0%;
  flex: 2 0 0%;
  max-width: 66.6666%;
}
.pave-avertissement-b .pave-content {
  display: grid;
  grid-template-areas: "avertissement-date avertissement-titre" "avertissement-date avertissement-resume";
  grid-template-columns: 1fr 1fr;
}
.pave-avertissement-b .pave-contenu-titre {
  grid-area: avertissement-titre;
}
.pave-avertissement-b .pave-contenu-date {
  grid-area: avertissement-date;
}
.pave-avertissement-b .pave-contenu-resume {
  grid-area: avertissement-resume;
}

.pave-memo-a .paginate-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -1.5rem;
  padding-left: 8%;
}
.pave-memo-a .paginate-show > li {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  max-width: calc(33.3333% - 3rem);
  margin: 1.5rem;
}
.pave-memo-a .paginate-show a:hover .pave-contenu-image {
  padding: 0;
}
.pave-memo-a .paginate-show a:hover .pave-contenu-resume::after {
  opacity: 1;
}
.pave-memo-a .pave-content-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.pave-memo-a .pave-contenu-titre {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding: 0 0.5rem;
}
.pave-memo-a .pave-contenu-image {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  height: 175px;
  padding: 0.5rem;
  -webkit-transition: padding 0.25s;
  -o-transition: padding 0.25s;
  transition: padding 0.25s;
}
.pave-memo-a .pave-contenu-image img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
}
.pave-memo-a .pave-contenu-resume {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  padding: 0 0.5rem;
}
.pave-memo-a .pave-contenu-resume::after {
  content: "";
  display: block;
  width: 100%;
  height: 15px;
  opacity: 0;
  background: url(/css/theme/images/paves/fleche.svg) no-repeat right center/contain;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.pave-memo-a .pave-contenu-date {
  display: none;
}

.pave-memo-b .paginate-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -1.5rem;
}
.pave-memo-b .paginate-show > li {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  max-width: calc(33.3333% - 3rem);
  margin: 1.5rem;
}
.pave-memo-b .paginate-show > li a {
  height: 100%;
  padding: 0.5rem;
  border: 1px solid #654cfe;
  -webkit-transition: border-color 0.25s;
  -o-transition: border-color 0.25s;
  transition: border-color 0.25s;
}
.pave-memo-b .paginate-show > li a:hover {
  border-color: #6dc4a3;
}
.pave-memo-b .pave-content-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.pave-memo-b .pave-contenu-titre {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding: 0 0.5rem;
}
.pave-memo-b .pave-contenu-image {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  height: 175px;
  padding: 0.5rem;
  -webkit-transition: padding 0.25s;
  -o-transition: padding 0.25s;
  transition: padding 0.25s;
}
.pave-memo-b .pave-contenu-image img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
}
.pave-memo-b .pave-contenu-resume {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  padding: 0 0.5rem;
}
.pave-memo-b .pave-contenu-date {
  display: none;
}

.pave-contact .a-pave-hp-contenu-html {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pave-contact .freehtml a {
  display: block;
  background-color: #fff;
  border-radius: 25px;
  color: #654cfe;
  font-weight: bold;
  padding: 1rem 2rem;
  border: 2px solid transparent;
  -webkit-transition: border-color 0.25s;
  -o-transition: border-color 0.25s;
  transition: border-color 0.25s;
}
.pave-contact .freehtml a:hover {
  border-color: #654cfe;
}

.pave-bhtml-a .paginate-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -0.5rem;
  color: #fff;
}
.pave-bhtml-a .paginate-show > li {
  width: calc(33.3333% - 1rem);
  margin: 0.5rem;
  background-color: #654cfe;
  text-align: center;
}
.pave-bhtml-a .paginate-show > li > a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0.5rem;
  border: 5px solid transparent;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.pave-bhtml-a .paginate-show > li > a:hover {
  border-color: #6dc4a3;
}
.pave-bhtml-a .paginate-show > li > a:hover .container-type {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.pave-bhtml-a .container-type {
  background: url(/css/theme/images/paves/telecharger.svg) no-repeat center/25px;
  -webkit-transition: 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  -o-transition: 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition: 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.pave-bhtml-a .pave-contenu-titre {
  margin-bottom: 0.25rem;
  text-align: center;
}
.pave-bhtml-a .pave-contenu-resume {
  text-align: center;
}
.pave-bhtml-a .pave-contenu-date {
  display: none;
}
.pave-bhtml-a .pave-contenu-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pave-theme-a .paginate-show > li:not(:last-child) {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ccc;
}
.pave-theme-a .pave-content-gauche {
  -ms-flex-preferred-size: 75px;
  flex-basis: 75px;
}
.pave-theme-a .pave-content-droite {
  -ms-flex-preferred-size: calc(100% - 75px);
  flex-basis: calc(100% - 75px);
}
.pave-theme-a .pave-contenu-date {
  display: none;
}

.pave-avertissement-a .paginate-show > li:not(:last-child) {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ccc;
}
.pave-avertissement-a .pave-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.pave-avertissement-a .pave-contenu-date {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  font-size: 0.9rem;
  color: #654cfe;
}
.pave-avertissement-a .pave-contenu-resume {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.a-pave-hp-horaireSite {
  position: relative;
}
.a-pave-hp-horaireSite .nom-site {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0.5rem;
  font-size: 1.1rem;
  background-color: #654cfe;
  color: #fff;
  font-weight: bold;
}

.pave-titre-date .pave-contenu-titre {
  font-weight: bold;
}
.pave-titre-date .pave-contenu-date {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  font-size: 0.8rem;
  color: #654cfe;
}
.pave-titre-date .pave-contenu-resume {
  display: none;
}

/*PUBLIC*/
.multiImages-public {
  border-bottom: 20px solid #654cfe;
}
.multiImages-public:not(.carousel) .paginate-show > li {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  padding: 0;
}
.multiImages-public figcaption:not(:empty) {
  left: 3rem;
  bottom: 3rem;
  right: inherit;
  text-align: left;
  color: #fff;
  background-color: transparent;
}
.multiImages-public .multiImage-titre {
  font-size: 3rem;
  margin-bottom: 0;
}
.multiImages-public .multiImage-description {
  font-size: 1.5rem;
  font-weight: bold;
}

.puce-big .x-panel-header-text {
  font-size: 1.75rem;
  color: #654cfe;
}
.puce-big .x-panel-header-text::before {
  font-size: 3rem;
}

.multiImages-chiffres-cles:not(.carousel) .paginate-show > li {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  text-align: center;
}
.multiImages-chiffres-cles:not(.carousel) figure > img {
  width: auto;
  height: 140px;
  max-height: 30vh;
  -o-object-fit: contain;
  object-fit: contain;
}
.multiImages-chiffres-cles figcaption:not(:empty) {
  position: relative;
  display: block;
  background: transparent;
}
.multiImages-chiffres-cles .multiImage-titre {
  font-size: 2rem;
  margin: 0;
}
.multiImages-chiffres-cles .multiImage-description {
  font-size: 1rem;
  font-weight: bold;
  color: #848484;
}

.multiImages-nos-solutions:not(.carousel) .paginate-show {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.multiImages-nos-solutions:not(.carousel) .paginate-show > li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  margin: 0 1rem 1rem 1rem;
  text-align: center;
}
.multiImages-nos-solutions:not(.carousel) figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.multiImages-nos-solutions:not(.carousel) figure > img {
  width: auto;
  height: 120px;
  max-height: 30vh;
  margin: 0 0 1rem;
  -o-object-fit: contain;
  object-fit: contain;
}
.multiImages-nos-solutions figcaption:not(:empty) {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  position: relative;
  display: block;
  padding: 1rem 0.25rem;
  background: #2dc973;
  color: #fff;
}
.multiImages-nos-solutions .multiImage-titre {
  font-size: 1rem;
  margin-bottom: 1rem;
  font-weight: bold;
}
.multiImages-nos-solutions .multiImage-description {
  font-size: 1rem;
}

.multiImages-partenaires:not(.carousel) .paginate-show {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.multiImages-partenaires:not(.carousel) .paginate-show > li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
}
.multiImages-partenaires:not(.carousel) figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.multiImages-partenaires:not(.carousel) figure > img {
  width: auto;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

/*NEWSLETTER*/
.a-pave-hp-newsletters .pave-contenu-image {
  width: 98%;
  margin: 0.5rem auto;
  -webkit-box-shadow: 0 0 3px #ccc;
  box-shadow: 0 0 3px #ccc;
}
.a-pave-hp-newsletters .voir-newsletters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}
.a-pave-hp-newsletters .voir-newsletters a {
  display: block;
  margin-top: 0;
}

#topPanel {
  max-width: 1440px;
  margin: 0 auto;
  padding: 1.5rem 0;
  z-index: 0;
}

ul.ariane {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  margin-top: 0;
  margin-bottom: 2rem;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  text-transform: inherit;
  color: #9b9b9b;
  font-size: 0.9rem;
}

.titre-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.3rem;
  font-weight: bold;
  color: #654cfe;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.icon-favoris {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 0.5rem;
  color: #edca5c;
}
.icon-favoris::after {
  content: "Ajouter aux favoris";
  width: auto;
  font-family: Segoe UI, arial;
  color: #9b9b9b;
  font-size: 1rem;
  text-shadow: none;
}
.icon-favoris:hover::after {
  color: #654cfe;
}

.a-link-cns,
.a-link-adm,
.a-admin-page-accueil-back-link a {
  display: inline-block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0.5rem 1rem;
  border: 2px solid #6dc4a3;
  border-radius: 25px;
  color: #6dc4a3;
  font-size: 0.9rem;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.a-link-cns::before,
.a-link-adm::before,
.a-admin-page-accueil-back-link a::before {
  margin-right: 0.25rem;
}

.vue-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin: 0 0 0 auto;
}
.vue-container .a-service-texte {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 70%;
  flex: 1 0 70%;
  padding-left: calc((100% - 1440px) / 2);
  padding-right: 2%;
}
.vue-container .a-service-texte > .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.vue-container .a-service-texte > .container > article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-bottom: 1rem;
  padding-right: 3rem;
}
.vue-container .a-service-texte > .container > article.img-left .resume {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  background-color: #000;
  color: #fff;
  font-weight: bold;
}
.vue-container .a-service-texte > .container > article.img-left .image {
  margin: 0;
}
.vue-container .a-service-texte > .container > article.img-left .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.vue-container .a-service-texte > .container > aside {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.vue-container .a-service-texte > .container > aside > div {
  display: inline-block;
  margin-right: 1rem;
}
.vue-container .a-service-texte > .container > aside .edit-btn {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}
.vue-container .a-service-texte > .container > aside .edit-btn .x-btn-text {
  margin-right: 0;
  padding: 0.5rem 0.75rem;
  color: #fff;
  background-color: #6dc4a3;
  border-radius: 25px;
}
.vue-container .a-service-texte > .container > aside .edit-btn .x-btn-text:hover {
  background-color: #42a37e;
}
.vue-container .a-service-texte > .container > aside .edit-btn .x-btn-text::before {
  color: #fff;
}
.vue-container .a-service-texte > .container > nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  margin: 1rem 0;
}
.vue-container .a-service-texte > .container > nav .precedent,
.vue-container .a-service-texte > .container > nav .suivant {
  font-size: 2rem;
  color: #654cfe;
  text-decoration: none;
}
.vue-container .a-service-texte > .container > nav .precedent:hover,
.vue-container .a-service-texte > .container > nav .suivant:hover {
  color: #6dc4a3;
}
.vue-container .a-service-texte > .container > nav .precedent {
  position: absolute;
  left: -3rem;
  top: 50%;
}
.vue-container .a-service-texte > .container > nav .precedent span {
  display: none;
}
.vue-container .a-service-texte > .container > nav .precedent::before {
  content: "\f104\f104";
  font-family: fontello;
}
.vue-container .a-service-texte > .container > nav .suivant {
  position: absolute;
  right: 0;
  top: 50%;
}
.vue-container .a-service-texte > .container > nav .suivant span {
  display: none;
}
.vue-container .a-service-texte > .container > nav .suivant::after {
  content: "\f105\f105";
  font-family: fontello;
}
.vue-container .a-service-texte + aside {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 30%;
  flex: 1 0 30%;
  padding: 1rem 2rem;
  background-color: #f2f7f9;
}
.vue-container .a-service-texte + aside > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.vue-container .a-service-texte + aside > .container nav {
  margin-bottom: 26px;
}
.vue-container .a-service-texte + aside > .container nav h3 {
  margin-bottom: 7px;
  font-size: 1.1rem;
  font-weight: bold;
  color: #654cfe;
  text-transform: none;
}
.vue-container .a-service-texte + aside > .container nav h3::before {
  content: "\e900";
  display: inline-block;
  margin-right: 0.5rem;
  color: #654cfe;
  font-family: "icomoon-uac";
  font-size: 1.5rem;
}
.vue-container .a-service-texte + aside > .container nav p {
  margin: 5px 0;
}
.vue-container .a-service-texte + aside > .container .ressource-liste .item:not(:last-child) > a {
  margin-bottom: 1rem;
}
.vue-container .a-service-texte + aside > .container .ressource-liste .item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 1rem;
}
.vue-container .a-service-texte + aside > .container .ressource-liste .item .image {
  width: 35%;
  height: 90px;
  overflow: hidden;
}
.vue-container .a-service-texte + aside > .container .ressource-liste .item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  padding-right: 1rem;
}
.vue-container .a-service-texte + aside > .container .ressource-liste .item .image + div {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}
.vue-container .a-service-texte + aside > .container .ressource-liste .item .image + div .titre {
  font: bold 1rem Segoe UI, arial;
}
.vue-container .a-service-texte + aside > .container .ressource-liste .item .image + div .resume {
  font: normal 1rem Segoe UI, arial;
  display: none;
}
.vue-container .a-service-texte + aside > .container .paginate-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.vue-container .a-service-texte + aside > .container .paginate-links .page-puces {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.vue-container .a-service-texte + aside > .container .paginate-links .page-puces .page-puce {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0.25rem;
  color: #654cfe;
  border: 1px solid #654cfe;
  border-radius: 20px;
}
.vue-container .a-service-texte + aside > .container .paginate-links .page-puces .page-puce.show, .vue-container .a-service-texte + aside > .container .paginate-links .page-puces .page-puce:first-child, .vue-container .a-service-texte + aside > .container .paginate-links .page-puces .page-puce:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.vue-container .a-service-texte + aside > .container .paginate-links .page-puces .page-puce:first-child:not(.show) {
  margin-right: 1rem;
}
.vue-container .a-service-texte + aside > .container .paginate-links .page-puces .page-puce:last-child:not(.show) {
  margin-left: 1rem;
}
.vue-container .a-service-texte + aside > .container .paginate-links .page-puces .page-puce::before {
  content: attr(data-index);
  display: block;
}
.vue-container .a-service-texte + aside > .container .paginate-links .page-puces .page-puce.actif {
  background-color: #654cfe;
  color: #fff;
}
.vue-container .a-service-texte + aside > .container .paginate-links .prev,
.vue-container .a-service-texte + aside > .container .paginate-links .next {
  color: #654cfe;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}
.vue-container .a-service-texte + aside > .container .paginate-links .prev::before, .vue-container .a-service-texte + aside > .container .paginate-links .prev::after,
.vue-container .a-service-texte + aside > .container .paginate-links .next::before,
.vue-container .a-service-texte + aside > .container .paginate-links .next::after {
  font-size: 2rem;
}
.vue-container .a-service-texte + aside > .container .paginate-links .prev.inactive,
.vue-container .a-service-texte + aside > .container .paginate-links .next.inactive {
  opacity: 0.5;
}
.vue-container .a-service-texte + aside > .container .paginate-links .prev span,
.vue-container .a-service-texte + aside > .container .paginate-links .next span {
  display: none;
}
.vue-container .a-service-texte + aside > .container .paginate-links .prev::before {
  margin-right: 7px;
}
.vue-container .a-service-texte + aside > .container .paginate-links .next::after {
  margin-left: 7px;
}

.a-serv-ress .info,
.a-serv-ress .diffusion,
.a-service-texte .info,
.a-service-texte .diffusion,
.a-serv-ress .img-left .info,
.a-serv-ress .img-left .diffusion,
.a-service-texte > .container .img-left .info,
.a-service-texte > .container .img-left .diffusion,
.a-serv-ress .img-middle .info,
.a-serv-ress .img-middle .diffusion,
.a-service-texte > .container .img-middle .info,
.a-service-texte > .container .img-middle .diffusion,
.a-serv-ress .img-hidden .info,
.a-serv-ress .img-hidden .diffusion,
.a-service-texte > .container .img-hidden .info,
.a-service-texte > .container .img-hidden .diffusion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
  color: #9b9b9b;
}
.a-serv-ress .icon-clock,
.a-service-texte .icon-clock,
.a-serv-ress .img-left .icon-clock,
.a-service-texte > .container .img-left .icon-clock,
.a-serv-ress .img-middle .icon-clock,
.a-service-texte > .container .img-middle .icon-clock,
.a-serv-ress .img-hidden .icon-clock,
.a-service-texte > .container .img-hidden .icon-clock {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.a-serv-ress .icon-clock::before,
.a-service-texte .icon-clock::before,
.a-serv-ress .img-left .icon-clock::before,
.a-service-texte > .container .img-left .icon-clock::before,
.a-serv-ress .img-middle .icon-clock::before,
.a-service-texte > .container .img-middle .icon-clock::before,
.a-serv-ress .img-hidden .icon-clock::before,
.a-service-texte > .container .img-hidden .icon-clock::before {
  content: "\e81f";
  color: #654cfe;
  margin-right: 0.5rem;
}

.a-service-texte > .container .img-left .abstract,
.a-Evenement .img-left .abstract {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  background-color: #000;
  color: #fff;
  font-weight: bold;
}
.a-service-texte > .container .img-left .image,
.a-Evenement .img-left .image {
  margin: 0;
}
.a-service-texte > .container .img-left .image img,
.a-Evenement .img-left .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-container:not(.pageatrium),
.a-serv-cns > .x-panel-bwrap > .x-panel-body:not(:empty),
.genfiche-formulaire {
  max-width: 1440px;
  margin: 0 auto 3rem;
}

#visuPanel {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 70%;
  flex: 1 0 70%;
}

.service-ressource + #mid-panel #visuPanel {
  padding-left: calc((100% - 1440px) / 2);
  padding-right: 2%;
}

#presentPanel {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 30%;
  flex: 1 0 30%;
  padding: 1rem 2rem;
  background-color: #f2f7f9;
}
#presentPanel .x-panel-header-text {
  margin-bottom: 7px;
  color: #654cfe;
  font-size: 1.1rem;
  font-weight: bold;
}
#presentPanel .x-panel-header-text::before {
  content: "\e900";
  display: inline-block;
  margin-right: 0.5rem;
  color: #654cfe;
  font-family: "icomoon-uac";
  font-size: 1.5rem;
}
#presentPanel .a-EvenementGrid .cells {
  display: grid;
  grid-template-areas: "evenement-image evenement-titre" "evenement-image evenement-date";
  grid-template-columns: auto 1fr;
  width: 100%;
  background: transparent;
  border: 0;
}
#presentPanel .a-EvenementGrid .cells td:nth-child(1) {
  grid-area: evenement-image;
  width: 150px;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
}
#presentPanel .a-EvenementGrid .cells td:nth-child(1) img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#presentPanel .a-EvenementGrid .cells td:nth-child(2) {
  grid-area: evenement-date;
}
#presentPanel .a-EvenementGrid .cells td:nth-child(3) {
  grid-area: evenement-titre;
  margin: 0;
  font-weight: bold;
}
#presentPanel .a-SondageGrid .cells td:nth-child(1) {
  margin-right: 1rem;
}

.a-serv-ress .titlebar {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.a-serv-ress .titlebar > div {
  display: inline-block;
  margin-right: 1rem;
}
.a-serv-ress .titlebar .editRess-btn-ct {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}
.a-serv-ress .titlebar .editRess-btn-ct .x-btn-text {
  margin-right: 0;
  padding: 0.5rem 0.75rem;
  color: #fff;
  background-color: #6dc4a3;
  border-radius: 25px;
}
.a-serv-ress .titlebar .editRess-btn-ct .x-btn-text:hover {
  background-color: #42a37e;
}
.a-serv-ress .titlebar .editRess-btn-ct .x-btn-text::before {
  color: #fff;
}

.prevRess-btn,
.nextRess-btn {
  font-size: 2rem;
  color: #654cfe;
}
.prevRess-btn:hover,
.nextRess-btn:hover {
  color: #6dc4a3;
}

.prevRess-btn button {
  display: none;
}
.prevRess-btn.icon-prev::before {
  content: "\f104\f104";
}

.nextRess-btn button {
  display: none;
}
.nextRess-btn.icon-next::after {
  content: "\f105\f105";
}

.x-toolbar .x-btn-text,
.titlebar .x-btn-text {
  width: 100%;
  padding: 0.5rem;
  text-align: left;
}
.x-toolbar .x-btn-text::before,
.titlebar .x-btn-text::before {
  margin-right: 0.5rem;
  color: #654cfe;
}
.x-toolbar .x-btn-text:hover,
.titlebar .x-btn-text:hover {
  color: #654cfe;
}

.description ul, .description ol,
.freehtml ul,
.freehtml ol {
  list-style: inherit;
  margin-left: 2rem;
}
.description .titre1,
.freehtml .titre1 {
  font-size: 25px;
  font-weight: bold;
}
.description .titre2,
.freehtml .titre2 {
  font-size: 22px;
  font-weight: bold;
}
.description .titre-et-trait,
.freehtml .titre-et-trait {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 22px;
  font-weight: bold;
}
.description .titre-et-trait::after,
.freehtml .titre-et-trait::after {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  content: "";
  display: inline-block;
  margin-left: 1rem;
  border-bottom: 1px solid #654cfe;
}
.description .titre-puce-violette,
.freehtml .titre-puce-violette {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 22px;
  font-weight: bold;
}
.description .titre-puce-violette::before,
.freehtml .titre-puce-violette::before {
  content: "\e900";
  display: inline-block;
  margin-right: 0.5rem;
  color: #654cfe;
  font-family: "icomoon-uac";
  font-size: 1.5rem;
}
.description .titre-puce-noire,
.freehtml .titre-puce-noire {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 22px;
  font-weight: bold;
}
.description .titre-puce-noire::before,
.freehtml .titre-puce-noire::before {
  content: "\e900";
  display: inline-block;
  margin-right: 0.5rem;
  color: #000;
  font-family: "icomoon-uac";
  font-size: 1.5rem;
}
.description .titre-aplat-violet,
.freehtml .titre-aplat-violet {
  display: block;
  padding: 0.5rem;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  background-color: #654cfe;
}
.description .style-bouton,
.freehtml .style-bouton {
  border-radius: 20px;
  padding: 0.5rem 1rem;
  background-color: #654cfe;
  color: #fff;
  border: 0;
  cursor: pointer;
}
.description table,
.freehtml table {
  border-collapse: collapse;
}
.description table tr:nth-child(2n) td,
.freehtml table tr:nth-child(2n) td {
  background-color: #d2cbff;
}
.description table td,
.freehtml table td {
  padding: 0.5rem;
}

.a-cnsPanelContactList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 1rem;
  border: 1px solid #654cfe;
}
.a-cnsPanelContactList > .btn-text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-item-align: start;
  align-self: flex-start;
  display: block;
  margin-right: 2rem;
  padding: 0.5rem 0;
  background-color: transparent;
  color: #654cfe;
  font-size: 1rem;
  font-weight: bold;
  border: 0;
}
.a-cnsPanelContactList > .btn-text::before {
  display: none;
}
.a-cnsPanelContactList .contacts-list {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 0.5rem 0;
}
.a-cnsPanelContactList .contacts-list > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.a-cnsPanelContactList .contacts-list .a-main-contact:not(:last-child) {
  margin-bottom: 1rem;
}
.a-cnsPanelContactList .contacts-list .contact {
  margin-right: 0.5rem;
}

.Comment {
  margin: 1rem 0;
  background-color: #efefef;
}
.Comment .dateheure,
.Comment .auteur {
  color: #654cfe;
}
.Comment .icon-remove {
  color: #f64747;
}

.contact-comment .phone {
  padding-left: 18px;
  color: #b1b1b1;
}
.contact-comment .icon-courrier::after {
  margin-left: 10px;
  font-size: 20px;
}

.a-CnsPanelContactList .x-panel-tbar {
  padding: 0.5rem;
  background-color: #ddd;
}
.a-CnsPanelContactList .x-panel-body {
  padding: 0.5rem;
}
.a-CnsPanelContactList .r-toolbar-contact span {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
  font: normal 1rem Segoe UI, arial;
}
.a-CnsPanelContactList .r-toolbar-contact button::before {
  color: #ffffff;
  vertical-align: baseline;
}

#visuPanel .x-panel-tbar > ul.r-toolbar-contact {
  padding: 0;
}

.a-CnsPanelComment {
  margin-top: 1rem;
}
.a-CnsPanelComment h3 {
  margin-top: 0;
  margin-bottom: 7px;
  font-size: 16px;
  color: #654cfe;
  text-transform: uppercase;
}
.a-CnsPanelComment .dateheure {
  padding: 1rem;
  font-size: 0.923rem;
  font-weight: bold;
  color: #666666;
}
.a-CnsPanelComment .CommentHeader {
  font-size: 16px;
  color: #9b9b9b;
  text-transform: inherit;
}

.a-NavigationPanel {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.page-navigation .btn-vue {
  background-color: #654cfe;
}
.page-navigation .btn-vue:hover {
  background-color: #4628fe;
}

#visuPanel .a-CnsPanelComment > .x-panel-header {
  font-variant: small-caps;
  font-size: 1rem;
  color: #654cfe;
  margin: 0 auto;
  border-bottom-color: #654cfe;
  border-bottom-style: solid;
}
#visuPanel .a-CnsPanelComment > .x-panel-header > span {
  color: #654cfe;
}

.Comment .icon-remove {
  float: right;
  margin-top: 0.5em;
}

.a-form-comment .x-btn button {
  padding: 10px;
  background-color: #654cfe;
  color: #fff;
}

.r-toolbar-contact span {
  color: #654cfe;
  text-transform: uppercase;
  font-size: 16px;
}

#PrecoPanel div.titre {
  font-size: 1.05em;
  font-weight: bold;
  padding: 5px;
  color: #654cfe;
}

.vue-container.admin .grid thead {
  font-family: Segoe UI, arial;
}

.vue-container th {
  background-color: #654cfe;
}

.bmx-cell .bmx-handle-icon::before {
  color: #654cfe;
}

.suiviactivite .bmx-bloc-header {
  background-color: #654cfe;
  color: #FFF;
}
.suiviactivite .form-item label {
  color: #654cfe;
  font-weight: bold;
}
.suiviactivite .icon-download,
.suiviactivite .icon-plus {
  color: #654cfe;
}

.structure-filtres {
  position: -webkit-sticky;
  position: sticky;
  top: 9rem;
  padding: 1rem;
  background-color: #654cfe;
  border-top: 0;
  z-index: 2;
}
.structure-filtres .form-item label {
  color: #fff;
}
.structure-filtres .form-row {
  margin: 0;
}

.newsletters .header-site {
  text-align: left;
  margin-bottom: 0.75rem;
}
.newsletters .btn-picto {
  font-size: 1rem;
  margin-right: 18px;
  color: #6b6b6b;
}
.newsletters .btn-picto:hover {
  color: #000;
}
.newsletters .tabs-component-panels {
  border-color: #654cfe;
}

.tabs-component-tab.is-active {
  border-color: #654cfe;
}

.abonnement_choix {
  color: #654cfe;
  font-weight: bold;
}
.abonnement_choix .btn-vue {
  min-height: 35px;
  background-color: #654cfe;
  color: #fff;
  font-size: 1.1rem;
  font-weight: normal;
}

.abonnement_info::before {
  margin-left: 0.5rem;
}

.siteplan ul {
  margin: 0;
  padding: 0;
}
.siteplan .menus > li:not(:last-child) {
  margin-bottom: 3rem;
}
.siteplan .services > li {
  padding: 0.25rem 0;
}
.siteplan .menus > li > *:first-child {
  display: block;
  padding: 1rem;
  background-color: #efefef;
  color: #654cfe;
  font-weight: bold;
  font-size: 1.1rem;
  border-bottom: 3px solid;
}
.siteplan .submenus > li {
  margin-bottom: 0.25rem;
  color: #654cfe;
  font-size: 1.05rem;
}
.siteplan .menu-item-cns > a {
  color: #000;
  font-size: 1rem;
}

.a-OrganisationAct {
  border-bottom: 5px solid #e8e8e8;
  padding-bottom: 1rem;
}

.a-Organisation-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.a-Organisation-detail {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}

.a-Organisation-link {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 0%;
  flex: 0 0 0%;
  text-align: center;
}

.a-OrganisationActLinkMembers {
  display: inline-block;
  padding: 0.5rem 0.75rem;
  background-color: #654cfe;
  color: #fff;
  border: 3px solid transparent;
  border-radius: 25px;
}

.open-members .a-OrganisationActLinkMembers {
  background-color: #fff;
  color: #654cfe;
  border: 3px solid #654cfe;
}

.a-Organisation-members {
  margin: -0.5rem -0.5rem 1rem -0.5rem;
}

.a-Organisation-member {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: calc(33.3333% - 1rem);
  margin: 0.5rem;
  background-color: #f2f7f9;
}
.a-Organisation-member .libelle {
  display: none;
}

.a-Organisation-member:nth-child(odd) {
  margin-right: 0.5rem;
}

.a-Organisation-memberImg {
  float: left;
  width: 35%;
  margin-top: 0;
  padding-right: 0.5rem;
}

.a-Organisation-memberDataTitle {
  font-weight: bold;
}

.a-Organisation-memberDataFct {
  font-weight: 500;
}

.a-Organisation-memberDataDetail {
  width: 100%;
  float: left;
}
.a-Organisation-memberDataDetail li {
  margin-bottom: 0.25rem;
}
.a-Organisation-memberDataDetail li::before {
  font-family: fontello;
  width: 1rem;
  height: 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.25rem;
  color: #654cfe;
  border: 2px solid #654cfe;
  border-radius: 25px;
}
.a-Organisation-memberDataDetail .tel::before, .a-Organisation-memberDataDetail .mobile::before {
  content: "\e81e";
}
.a-Organisation-memberDataDetail .mail::before {
  content: "\e804";
}
.a-Organisation-memberDataDetail .fax::before {
  content: "\f1ac";
}
.a-Organisation-memberDataDetail .icon-mail::before {
  display: none;
}

.a-pave-hp-horaireSite .horairesite-legend {
  background-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
  max-width: 30%;
}
.a-pave-hp-horaireSite .horairesite-legend-item {
  font-weight: bold;
}
.a-pave-hp-horaireSite .horairesite-legend-item:not(:last-child)::after {
  margin-right: 0.5rem;
  padding-right: 0.5rem;
  border-right: 2px solid #000;
}

.horairesite-config {
  padding: 0;
}

.a-Sondage .a-Intitule {
  color: #654cfe;
}

.question-impair,
.question-pair {
  padding: 0.25rem 0.25rem 0;
}

.question-impair {
  background-color: #f1f1f1;
}

.a-BanqueDocumentHTML .x-panel-header {
  color: #654cfe;
  font-weight: bold;
}

li.x-tree-node span:hover,
li.x-tree-node .x-tree-selected span {
  color: #654cfe;
}

.banque-toolbar .x-btn-text:hover {
  color: #fff;
}

.a-banque-lastdocs {
  padding: 1rem;
  border: 2px solid #654cfe;
}

.a-banque-arbo {
  padding: 1rem 0;
  border-bottom: 2px solid #768dfb;
}
.a-banque-arbo .x-tree-node-anchor::before,
.a-banque-arbo .x-tree-node-collapsed .x-tree-node-anchor::before,
.a-banque-arbo .a-banque-fil-ariane span::before {
  color: #9b9b9b;
}
.a-banque-arbo .x-tree-node-el {
  padding: 0.5rem 0;
}

.a-banque-fil-ariane {
  background-color: #f7f7f7;
}

.fil-ariane-folder::before {
  color: #9b9b9b;
}

.a-banque-tree {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}

.lastdocs .row .options {
  margin-left: 1rem;
  text-transform: uppercase;
  font-size: 0.7rem;
  color: #654cfe;
}

#visuPanel .docs, .lastdocs .row {
  min-height: inherit;
  border-right: 0;
}

.a-image-wrapper {
  width: 32px;
  height: 32px;
  margin-top: 10px;
  background-size: contain;
}

.a-folder-doc-nombre {
  background-color: #768dfb;
  color: #fff;
  -webkit-box-shadow: 0 0 3px #000;
  box-shadow: 0 0 3px #000;
}

.lastdocsdetail .icon-download {
  display: block;
  width: 100%;
  text-align: center;
  border: 0;
}

.properties-list li span:first-child {
  color: #654cfe;
  font-weight: bold;
}

.a-virement-grid table {
  border-collapse: inherit;
}
.a-virement-grid .cells {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(33% - 1rem);
  flex: 0 0 calc(33% - 1rem);
  margin: 0.5rem;
  border-bottom: 2px solid #654cfe;
  -webkit-box-shadow: 0 0 3px #9b9b9b;
  box-shadow: 0 0 3px #9b9b9b;
  word-break: break-word;
}

/*MORTE SAISON & OFFRE DIRECTE*/
.morte-saison,
.offredirecte {
  font-family: Segoe UI, arial;
  font-size: 1rem;
}
.morte-saison h2,
.offredirecte h2 {
  font-weight: normal;
}
.morte-saison input[type^=file],
.offredirecte input[type^=file] {
  padding: 0;
}
.morte-saison .recuperation h2,
.offredirecte .recuperation h2 {
  color: #654cfe;
}
.morte-saison .voir-nouveautes,
.morte-saison .dispo-seulement,
.morte-saison .prix,
.morte-saison .conditionnement,
.offredirecte .voir-nouveautes,
.offredirecte .dispo-seulement,
.offredirecte .prix,
.offredirecte .conditionnement {
  color: #654cfe;
}
.morte-saison .offre .ref,
.offredirecte .offre .ref {
  margin: 1rem;
}
.morte-saison .offre .titre,
.offredirecte .offre .titre {
  font: normal 25px Segoe UI, arial;
  color: #654cfe;
}
.morte-saison .offre .resume,
.offredirecte .offre .resume {
  font: normal 14px Segoe UI, arial;
}
.morte-saison .offre .commandes a,
.offredirecte .offre .commandes a {
  color: #654cfe;
}
.morte-saison .offre .infos ::before,
.morte-saison .offre .recuperation ::before,
.morte-saison .offre .offre-footer ::before,
.offredirecte .offre .infos ::before,
.offredirecte .offre .recuperation ::before,
.offredirecte .offre .offre-footer ::before {
  color: #654cfe;
}
.morte-saison .total-commande,
.offredirecte .total-commande {
  border-color: #654cfe;
  color: #654cfe;
}
.morte-saison .ms-content h1,
.morte-saison .ms-content h2,
.offredirecte .ms-content h1,
.offredirecte .ms-content h2 {
  color: #654cfe;
}
.morte-saison .ms-content .total-commande,
.offredirecte .ms-content .total-commande {
  font-weight: 500;
  color: #c32126;
}

.panel-exploitation ::before {
  color: #654cfe;
}

.offredirecte-titre,
.offredirecte-quantiteDispo::before,
.offredirecte-logistique .icon-livraison,
.offredirecte-prix_prefixe,
.offredirecte-listeOffresRef_titre,
.titre-confirm-engagement,
.offredirecte-periodeLiv label {
  color: #654cfe;
}

.col-engagement button {
  font-family: Segoe UI, arial;
}

.genfiche-formulaire fieldset legend {
  font: 300 24px Segoe UI, arial;
  color: #654cfe;
}
.genfiche-formulaire fieldset .form-group {
  border-left: 1px solid #654cfe;
  padding-left: 1rem;
}
.genfiche-formulaire fieldset .form-group label {
  font: 300 21px Segoe UI, arial;
}
.genfiche-formulaire #preconisations-commentaires th {
  border-color: #654cfe;
}

/*OFFRES SPOT*/
.a-offres-wrapper th {
  padding: 1rem 0;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-color: #69778c;
  font-weight: bold;
}
.a-offres-wrapper td[data-title^=Prix] {
  font-size: 1.4em;
  color: #e63946;
}
.a-offres-wrapper td[data-title^=Prix]::after {
  content: " € HT / Tonne";
}

.a-offrespot .engagement .detail-cours .label {
  padding: 5px 10px;
  font-weight: bold;
  background-color: #f7ab11;
  color: white;
  line-height: 1.9em;
}

.a-offrespot .offre-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.a-offrespot .links > .offre-toolbar a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  margin-left: 1rem;
  padding: 1rem;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  color: #fff;
  background-color: #654cfe;
  text-decoration: none;
}
.a-offrespot .links > .offre-toolbar a:hover {
  background-color: #4628fe;
}
.a-offrespot .r-grid th {
  background-color: #a0aeb7;
  color: #fff;
}
.a-offrespot a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

.a-offres-wrapper td > span > a {
  background-color: #51c47d;
  color: #fff;
  padding: 0.3em 20%;
  border-radius: 5px;
  border-bottom: 2px solid rgba(146, 146, 146, 0.5);
}
.a-offres-wrapper td > span > a:hover {
  background-color: #3db46b;
}

.a-liste-offres a {
  color: #654cfe;
}

.a-engagement-offre .x-panel-header-text {
  background-color: #f7ab11;
  padding: 5px 10px;
  color: #fff;
  font-weight: bold;
}

.a-cns-panel-exploitation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*MON PROFIL VUE*/
.a-profil h2,
.a-profil h3 {
  color: #654cfe;
}
.a-profil h3::before {
  color: #654cfe;
}
.a-profil h3::after {
  border-color: #654cfe;
}
.a-profil .icon-expand,
.a-profil .icon-expanded {
  color: #654cfe;
}

.adresse-categorie {
  color: #654cfe;
}

.contact_message {
  color: #654cfe;
}

.infos-compte h3::after,
.infos-exploitation h3::after {
  border-color: #654cfe;
}

.monprofil-infoperso label {
  color: #654cfe;
  font-weight: bold;
}

.monprofil-menu_item a::before {
  color: #654cfe;
}

.expand-list_sousRub_cat {
  font-weight: 300;
}

.adresse-header {
  background-color: #654cfe;
  color: #fff;
}
.adresse-header .icon-cross {
  color: #fff;
}

.pan-annonce .pan-entete,
.pan-annonce legend {
  color: #654cfe;
}

.a-PetitesAnnonces .a-create-bt button:hover,
.a-PetitesAnnonces .a-back-bt button:hover,
.a-PetitesAnnonces .a-mail-bt button:hover,
.a-PetitesAnnonces .prevPage-btn button:hover,
.a-PetitesAnnonces .nextPage-btn button:hover,
.a-PetitesAnnoncesAdm .a-create-bt button:hover,
.a-PetitesAnnoncesAdm .a-back-bt button:hover,
.a-PetitesAnnoncesAdm .a-mail-bt button:hover,
.a-PetitesAnnoncesAdm .prevPage-btn button:hover,
.a-PetitesAnnoncesAdm .nextPage-btn button:hover {
  color: #fff;
}
.a-PetitesAnnonces .prevPage-btn button,
.a-PetitesAnnonces .nextPage-btn button,
.a-PetitesAnnoncesAdm .prevPage-btn button,
.a-PetitesAnnoncesAdm .nextPage-btn button {
  border-radius: 20px;
}
.a-PetitesAnnonces .prevPage-btn ::before,
.a-PetitesAnnonces .prevPage-btn ::after,
.a-PetitesAnnonces .nextPage-btn ::before,
.a-PetitesAnnonces .nextPage-btn ::after,
.a-PetitesAnnoncesAdm .prevPage-btn ::before,
.a-PetitesAnnoncesAdm .prevPage-btn ::after,
.a-PetitesAnnoncesAdm .nextPage-btn ::before,
.a-PetitesAnnoncesAdm .nextPage-btn ::after {
  color: #fff;
}

.x-toolbar.horairesite-toolbar .x-btn-text {
  width: auto;
  padding: 0;
}

.horairesite-config-subtitle {
  border-bottom: 2px solid #654cfe;
}

.horairesite-toolbar .x-btn {
  color: #654cfe;
}
.horairesite-toolbar .x-btn.x-btn-over {
  color: #4628fe;
}

.rss-flux-title {
  font-size: 1.2rem;
}
.rss-flux-title::before {
  margin-right: 0.5rem;
  color: orange;
}

.rss-item {
  margin-bottom: 1rem;
  padding: 1rem;
  background-color: #f0f0f0;
}

.rss-item-title {
  margin: 0;
}
.rss-item-title a {
  color: #654cfe;
}

.rss-item-date {
  font-size: 0.9rem;
  font-weight: normal;
}

.rss-item-link {
  text-align: right;
}

.suivi-bon .content-indicator h4 {
  color: #654cfe;
}

.a-suivi-bon .apport,
.a-suivi-bon .appro,
.a-suivi-bon .engagement,
.a-suivi-bon .commande {
  position: relative;
  width: 100%;
  min-height: 195px;
  margin: 1rem auto;
  padding: 1rem 1rem 35px;
  background-color: #f7f7f7;
  border-bottom: 2px solid #654cfe;
}

.a-list-bon .x-panel-header-text {
  font-weight: bold;
  background-color: #654cfe;
  padding: 0.5rem 1rem;
  width: 100%;
  display: block;
  color: #fff;
}

.a-suivi-bon-form {
  margin-top: 1em;
  position: relative;
}
.a-suivi-bon-form .x-panel-header,
.a-suivi-bon-form .a-dernier-bon .x-panel-header {
  background-color: #a0aeb7;
  padding: 1em;
}
.a-suivi-bon-form .x-panel-header-text,
.a-suivi-bon-form .a-dernier-bon .x-panel-header-text {
  font-size: 1.2em;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}
.a-suivi-bon-form > .x-panel-bwrap {
  background: #fafafa;
  padding-top: 0.5em;
}
.a-suivi-bon-form .x-form-item {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 1.5em 1em 1em;
}
.a-suivi-bon-form .x-panel-footer {
  background-color: #fafafa;
}
.a-suivi-bon-form #exploitCombo {
  float: right;
}
.a-suivi-bon-form #exploitCombo .col-m-50 {
  width: auto;
  padding: 0 1rem;
  padding-bottom: 0;
}
.a-suivi-bon-form #exploitCombo .x-form-label-left label {
  display: block;
}

.filtre-criteres {
  border-bottom-color: #654cfe;
}

.suivivirement header h3:after {
  border-color: #654cfe;
}

.suivivirement-menu ::before {
  color: #654cfe;
}

.admin .ressource-header {
  padding: 0 1rem;
}

.admin .tab .router-link-exact-active,
.admin .tab button.active,
.admin .tab tbody tr.active {
  background-color: #654cfe;
}

.ressource-param input:not(.multiselect__input),
.ressource-param .multiselect__tags,
.ressource-param #quillEditor,
.ressource-param textarea[aria-invalid=false],
.ressource-param input[aria-invalid=false] {
  border-color: #654cfe;
}
.ressource-param .daterange input {
  background-color: #e8e4ff;
}

.smooth-dnd-ghost,
.bmx-cell .handle-add-bloc {
  background-color: #e8e4ff;
}

.tabs-component-panel__titre {
  background-color: #654cfe;
}

.tabs-picto .tabs-component-tab.is-active {
  background-color: #654cfe;
}

.ressource-editor .icon-edit-bloc,
.ressource-editor .icon-eye {
  color: #654cfe;
}

.ressource-popup .ressource-popup__header,
.ressource-popup .switch-previsu .active {
  background-color: #654cfe;
}

.ressource-param .checkbox .checkbox input ~ .checkbox-etat:after,
.ressource-param .checkbox .checkbox input ~ .checkbox-etat:before {
  border-width: 2px;
  color: #654cfe;
}
.ressource-param .checkbox [class*=icon-] {
  background-color: #e8e4ff;
}
.ressource-param .checkbox [class*=icon-]::before {
  color: #654cfe;
}

.handler .bmx-handle-icon,
.bmx-cell .bmx-handle-icon {
  background-color: #e8e4ff;
  color: #654cfe;
}

.draggable:hover,
.bmx-moveable:hover {
  background-color: #e8e4ff;
}

.popup-disposition .window-header h3,
.form-window .window-header h3 {
  background-color: #654cfe;
}

.a-admin-page-accueil-panel-grid .x-btn-text::before,
.a-adminpageaccueil-editor .x-btn-text::before,
.a-custom-grid-panel .x-btn-text::before,
.a-ContenuHTML-tbar .x-btn-text::before {
  color: #654cfe;
}

.a-adminpageaccueil-editor .a-adminpageaccueil-portlet .x-panel-header {
  color: #6dc4a3;
}

.a-serv-adm .a-ComponentAdmFormTitle,
.a-serv-adm .x-panel-header {
  background-color: #6dc4a3;
}
.a-serv-adm form .x-form-file-wrap .x-form-file-btn {
  padding: 0.25rem 0.5rem;
  background-color: #6dc4a3;
}
.a-serv-adm form .x-form-file-wrap .x-form-file-btn .x-btn-text {
  color: #fff;
}
.a-serv-adm form .a-ImagePanel-choice .x-btn-text {
  background-color: #6dc4a3;
}
.a-serv-adm form .x-panel-header,
.a-serv-adm form .position-header-cls label.x-form-item-label,
.a-serv-adm form [id^=labelTitre],
.a-serv-adm form [id^=labelResume],
.a-serv-adm form [id^=labelDescrip],
.a-serv-adm form [id^=labelListDiff],
.a-serv-adm form fieldset.a-Transverse-panelTransversaliteAdmin-fieldsetListTermes > legend span,
.a-serv-adm form .contacts label,
.a-serv-adm form .a-ComponentAdmFormTitle {
  background-color: #6dc4a3;
}
.a-serv-adm form .image-middle .x-form-check-checked .x-form-radio-wrap-inner::before, .a-serv-adm form .image-left .x-form-check-checked .x-form-radio-wrap-inner::before, .a-serv-adm form .image-hidden .x-form-check-checked .x-form-radio-wrap-inner::before {
  border: solid 3px #6dc4a3;
}
.a-serv-adm form legend .x-fieldset-header-text {
  color: #6dc4a3;
}
.a-serv-adm form .icon-add {
  color: #6dc4a3;
}

.a-adminpageaccueil-editor .a-adminpageaccueil-portlet button.icon-config {
  background-color: #6dc4a3;
}
.a-adminpageaccueil-editor .a-adminpageaccueil-portlet button.icon-config:hover {
  background-color: #54ba93;
}

@media (max-width: 1500px) {
  .a-serv-hp .bloc {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 1440px) {
  .a-link-cns,
.a-link-adm {
    margin-right: 1rem;
  }
  .vue-container .a-service-texte > .container > article {
    padding-left: 3rem;
  }
  .vue-container .a-service-texte > .container > nav .precedent {
    left: 0;
  }
  .service-ressource + #mid-panel #visuPanel {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media (max-width: 1024px) {
  .a-banque-arb-detail .folders > .x-panel-bwrap > .x-panel-body > div {
    width: calc(50% - 2rem);
  }
  .lastdocs .row .options ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media (max-width: 900px) {
  .vue-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .vue-container .a-service-texte,
.vue-container .a-service-texte + aside {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
  .vue-container .a-service-texte > .container > article {
    padding-left: 0;
    padding-right: 0;
  }
  .vue-container .a-service-texte > .container > nav .precedent,
.vue-container .a-service-texte > .container > nav .suivant {
    position: static;
  }
  .suiviactivite {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  #mid-panel {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #visuPanel,
#presentPanel {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
  #base-wrapper.hide ~ .footer-site {
    display: none;
  }
  .header-site .menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-height: calc(100vh - 100%);
    overflow: auto;
  }
  .header-site .menu::after {
    position: static;
  }
  .menu-toolbar {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    background-color: rgba(101, 76, 254, 0.1);
  }
  #homepage,
#favoris,
#profil,
#mentions,
#contacts,
#previsu {
    display: none;
  }
  #menuPanel {
    display: none;
    max-width: 100%;
  }
  #menuPanel.display {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-site .rubriques {
    position: static;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: auto;
  }
  @supports (-webkit-overflow-scrolling: touch) {
    .header-site .rubriques {
      max-height: calc(100vh - var(--header-height) - 120px);
    }
  }
  .header-site .rubriques > * {
    max-width: 100%;
  }
  .header-site .rubriques > .action {
    display: block;
  }
  .rubrique:hover .sous-rubriques {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  .intitule-rubrique {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
  }
  .intitule-rubrique::after {
    content: "\f105";
    display: inline-block;
    font-family: fontello;
  }
  .intitule-rubrique > * {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .sous-rubriques {
    top: 0;
    max-height: 50vh;
    padding: 0;
  }
  .sous-rubriques.display {
    position: static;
  }
  .sous-rubrique .service {
    padding: 1rem 0;
  }
  .sous-rubrique {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
    margin: 0;
  }
  .header-site .input-wrapper {
    display: none;
  }
  .header-site .input-wrapper.display {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 100%;
    right: 0;
    margin: 0;
    padding: 0.5rem;
    background-color: #fff;
    -webkit-box-shadow: 0 0 2px #ccc;
    box-shadow: 0 0 2px #ccc;
    z-index: 260;
  }
  .header-site .input-wrapper input {
    margin: 0;
  }
  .a-link-adm {
    display: none;
  }
  .pave-avertissement-b > .x-panel,
.pave-evenement-a > .x-panel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pave-avertissement-b .a-panel-header-hp,
.pave-evenement-a .a-panel-header-hp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
  }
  .pave-avertissement-b .a-panel-header-hp::after,
.pave-evenement-a .a-panel-header-hp::after {
    height: auto;
    background-position: right center;
  }
  .pave-avertissement-b .x-panel-bwrap,
.pave-evenement-a .x-panel-bwrap {
    max-width: 100%;
  }
  .pave-avertissement-b .pave-content {
    grid-template-areas: "avertissement-date" "avertissement-titre" "avertissement-resume";
    grid-template-columns: 1fr;
  }
  .pave-avertissement-b .pave-content .pave-contenu-date {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .pave-bhtml-a .paginate-show > li {
    width: 100%;
  }
  .pave-memo-a .paginate-show,
.pave-memo-b .paginate-show {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
  .pave-memo-a .paginate-show > li,
.pave-memo-b .paginate-show > li {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
  }
  .multiImages-public figcaption:not(:empty) {
    left: 3.9%;
    bottom: 5%;
  }
  .multiImages-public figcaption:not(:empty) .multiImage-titre {
    font-size: 5vw;
  }
  .multiImages-public figcaption:not(:empty) .multiImage-description {
    font-size: 3vw;
  }
  .a-Organisation-member {
    width: calc(50% - 1rem);
  }
  .a-banque-fil-ariane .icon-root-path:after {
    color: #654cfe;
  }
}
.pave-contact .a-pave-hp-contenu-html {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 600px) {
  .multiImages-public figure {
    max-height: 500px;
  }
  .multiImages-chiffres-cles:not(.carousel) .paginate-show > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
  }
  .multiImages-partenaires:not(.carousel) .paginate-show > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
  }
  .a-banque-arb-detail .folders > .x-panel-bwrap > .x-panel-body > div {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .ariane {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 0;
  }
  .vue-container .a-service-texte > .container > article.img-left .image,
.a-service-texte > .container .img-left,
.a-Evenement .img-left {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
  }
  .multiImages-chiffres-cles:not(.carousel) .paginate-show > li,
.multiImages-nos-solutions:not(.carousel) .paginate-show > li {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
  .a-Organisation-member {
    width: 100%;
  }
}
@media screen and (max-width: 1440px) and (min-width: 901px) {
  .header-content, #menuPanel {
    padding-left: 0;
    padding-right: 0;
  }
}
/*Fichier utilisé pour séparer le contenu repris pour les nouvelles chartes et celui à ne pas reprendre de base (extra)*/
.a-link-toggle {
  height: auto;
}

.a-BanqueDocumentHTML .x-panel-header {
  color: #654cfe;
  font-weight: bold;
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 2rem;
}

.a-banque-arb-detail .folders > .x-panel-bwrap > .x-panel-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1rem -1rem 0;
}
.a-banque-arb-detail .folders > .x-panel-bwrap > .x-panel-body > div {
  -webkit-box-flex: inherit;
  -ms-flex: inherit;
  flex: inherit;
  width: calc(33.3333333333% - 2rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 1rem;
  padding: 1rem;
  background-color: #654cfe;
  color: #fff;
}

.a-banque-lastdocs {
  padding: 0;
  border: 0;
}
.a-banque-lastdocs .lastdocs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -1rem;
}
.a-banque-lastdocs .row {
  -webkit-box-flex: inherit;
  -ms-flex: inherit;
  flex: inherit;
  width: calc(33.3333333333% - 2rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 1rem;
  padding: 1rem;
  background-color: #654cfe;
  color: #fff;
}

.a-banque-arb-detail .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.lastdocs .row {
  border-top: none;
}
.lastdocs .row .options {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-left: 0;
  padding: 0;
  color: #fff;
}
.lastdocs .row .options ul {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-height: inherit;
}
.lastdocs .row .options ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.lastdocs .row .options ul li::before,
.lastdocs .row .options ul li ::before {
  margin-right: 0.25rem;
  background-color: #fff;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  color: #654cfe;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.lastdocs .row .options ul li:hover {
  text-decoration: underline;
}
.lastdocs .row .options ul li > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.lastdocs .row .docs {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}
.lastdocs .row .docs .a-document-image {
  width: 100px;
  height: 100px;
  background-size: 50px;
  background-position: center;
  margin-top: 1rem;
  margin-bottom: 2rem;
  padding: 0;
  background-color: #fff;
  border-radius: 50%;
}
.lastdocs .row .docs .doc-body {
  text-align: center;
}
.lastdocs .row .docs .doc-body .a-document-info-resume {
  display: none;
}

.a-gen-arbo .date,
.a-gen-arbo .name {
  padding: 0;
}

.a-gen-arbo .resume {
  color: #fff;
}

.docs:hover {
  background-color: inherit;
}

li.x-tree-node span:hover,
li.x-tree-node .x-tree-selected span {
  color: #654cfe;
}

.banque-toolbar .x-btn-text:hover {
  color: #fff;
}

.a-banque-arbo {
  border: none;
}
.a-banque-arbo .x-tree-node-anchor::before,
.a-banque-arbo .x-tree-node-collapsed .x-tree-node-anchor::before,
.a-banque-arbo .a-banque-fil-ariane span::before {
  color: #6dc4a3;
}
.a-banque-arbo .x-tree-node-el {
  padding: 0.5rem 0;
}

.a-banque-fil-ariane {
  margin-bottom: 1rem;
  background-color: #f7f7f7;
}

.fil-ariane-folder::before {
  color: #6dc4a3;
}

.a-banque-tree {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}

.lastdocs .options {
  margin-left: 1rem;
  text-transform: uppercase;
  font-size: 0.7rem;
  color: #654cfe;
}

#visuPanel .a-banque-lastdocs .docs,
#visuPanel .a-banque-arb-detail .lastdocs .row .docs {
  min-height: initial;
  -webkit-box-flex: 3;
  -ms-flex: 3 0 0%;
  flex: 3 0 0%;
}

.lastdocs .row .doc-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}

.lastdocs .row .options {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
}

.lastdocs .row .docs {
  border-right: 0;
}

.a-image-wrapper {
  width: 32px;
  height: 32px;
  margin-top: 10px;
  background-size: contain;
}

.a-folder-doc-nombre {
  background-color: #768dfb;
  color: #fff;
  -webkit-box-shadow: 0 0 3px #000;
  box-shadow: 0 0 3px #000;
}

.a-banque-dataview {
  display: none;
}

.lastdocsdetail .icon-download {
  display: block;
  width: 100%;
  text-align: center;
  border: 0;
}

.properties-list li span:first-child {
  color: #654cfe;
  font-weight: bold;
}

@media only screen and (max-width: 1023px) {
  .lastdocs .row .options {
    font-size: 11px;
  }
  .a-banque-lastdocs .row,
.a-banque-arb-detail .folders > .x-panel-bwrap > .x-panel-body > div {
    width: calc(50% - 2rem);
  }
}
@media only screen and (max-width: 600px) {
  .a-banque-lastdocs .row,
.a-banque-arb-detail .folders > .x-panel-bwrap > .x-panel-body > div {
    width: 100%;
  }
}
/*# sourceMappingURL=menu.css.map */
