@charset "UTF-8";
:root {
  --theme-url: ;
}

:root {
--color-text:#3E6B85;
--color-titre:#0E4666;
--color-lien:#FFA112;
--color-hover:#FFB700;  
--color-bouton:#FFA112;
--color-pro:#5FE8C1;
--color-declinaison1:#9481c8;
--color-declinaison2:#ffacc5;
--color-adherent:#fbca1a;
--color-label-mention:#878787;
--border-radius: 0.875rem;
--border-radius-hover: 0.875rem;
--color-success: #94bb3e;
--color-error: #fa7373;
--color-semi-error: #ea9438;
--color-placeholder: #00000063;
--color-label-mention: #878787;
--color-border : #00000014;
--background-filter: #f6f9fa;
--fontWeight-btn: 700;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

html {
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: "“" "”" "‘" "’";
}

q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button, input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

*, *:before, *:after {
  box-sizing: border-box;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
}

figure {
  margin: 0;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.fa-eye {
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(icons/icon-voir.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.fa-eye::before {
  content: ""!important;
}

.site-internet {
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(icons/icon-site-internet.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.icon.archive {
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(icons/icon-archive.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.lds-ring {
  /* change color here */
  color: #08C7D5;
}

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

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

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid currentColor;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: currentColor transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

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

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
.et_pb_row{
    width: 90%;
    max-width: 1200px;
    margin: auto;
    position: relative;
    
}
@media (min-width: 981px) {
  .et_pb_row{
    padding: 2% 0;
  }
}
@media (min-width: 1350px) {
    .et_pb_row {
        padding: 27px 0;
    }
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


.espace-pro-connecte {
  display: flex;
  flex-direction: row-reverse;
  gap: 0.5rem;
  align-items: center;
  margin-left:15px;
}

.espace-pro-connecte img {
  display: none;
}
@media (min-width: 600px) {
  .espace-pro-connecte img {
    display: block;
    width: 3rem;
    height: 3rem;
    border-radius: 3.125rem;
    background: white;
    border: 1px solid var(--e-global-color-primary);
  }
}
.espace-pro-connecte .nameConnect {
  display: none;
}
@media (min-width: 768px) {
  .espace-pro-connecte .nameConnect {
    display: block;
    color:white;
  }
}
.espace-pro-connecte li {
  list-style: none;
}
.espace-pro-connecte .link_adherent{
  color: var(--e-global-color-primary);
  font-size:0.8rem;
  font-weight: 700;
}
.espace-pro-connecte .link_adherent::after {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  background-image: url(icons/arrow-bottom-dark.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-left: 5px;
}
.espace-pro-connecte .link_adherent:hover {
  border-radius: 0;
}
.espace-pro-connecte-liste {
  position: fixed;
  z-index: 1000;
  height: 100vh;
  top: 0;
  width: 100vw;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: end;
  background-color: rgba(0, 0, 0, 0.6);
  transition: right 0.3s ease-in-out;
}
.espace-pro-connecte-liste-nav {
  width: 100%;
  background: white;
  height: 100%;
  padding: 2rem;
  overflow-y: scroll;
  position: relative;
}
@media (min-width: 600px) {
  .espace-pro-connecte-liste-nav {
    width: 50%;
    padding: 4rem;
  }
}
@media (min-width: 768px) {
  .espace-pro-connecte .link_adherent{
    font-size: 1rem;
    color: white;
    font-weight: 400;
  }
  .espace-pro-connecte .link_adherent::after {
    background-image: url(icons/arrow-bottom-white.svg);
  }
}
@media (min-width: 980px) {
  .espace-pro-connecte-liste-nav {
    width: 30%;
    padding: 4rem;
  }
}
.espace-pro-connecte-liste-nav .close-menu {
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(icons/icon-fermer.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  text-align: right;
  display: block;
  font-size: 0rem;
  position: absolute;
  top: 3rem;
  right: 2rem;
  opacity: 0.5;
  transition: opacity 0.3s ease-in-out;
}
.espace-pro-connecte-liste-nav .close-menu:hover {
  opacity: 1;
}
.espace-pro-connecte-liste-nav .row:first-of-type {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  font-weight: 700;
  line-height: 1.5rem;
  font-size: 1.25rem;
  margin-bottom: 3.25rem;
  margin-top: 3rem;
}
.espace-pro-connecte-liste-nav .row:first-of-type .col-4 {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 3.125rem;
  background: white;
  background-size: contain;
}
.espace-pro-connecte-liste-nav .row:first-of-type img {
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 3.125rem;
  background: white;
  background-size: contain;
}
.espace-pro-connecte-liste-nav .row:first-of-type .col-8 {
  width: 70%;
  color: var(--e-global-color-primary);
}
.espace-pro-connecte-liste-nav .menu-adherent {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  padding: 0 0 1.4375rem 0;
}
.espace-pro-connecte-liste-nav .menu-adherent a {
  color: var(--e-global-color-primary);
  display: flex;
  align-items: center;
  gap: 1rem;
}
.espace-pro-connecte-liste-nav .menu-adherent a:hover {
  color: var(--e-global-color-accent);
}
.espace-pro-connecte-liste-nav .menu-adherent a .icon {
  width: 1.125rem;
  height: 1.125rem;
}
.espace-pro-connecte-liste-nav .menu-adherent a .icon-tableau-bord {
  background-image: url(icons/icon-menu-tableau-bord.svg);
}
.espace-pro-connecte-liste-nav .menu-adherent a .icon-mediatheque {
  background-image: url(icons/icon-menu-mediatheque.svg);
}
.espace-pro-connecte-liste-nav .menu-adherent a .icon-annonces {
  background-image: url(icons/icon-menu-petites-annonces.svg);
}
.espace-pro-connecte-liste-nav .menu-adherent a .icon-annuaire {
  background-image: url(icons/icon-menu-annuaire.svg);
}
.espace-pro-connecte-liste-nav .menu-adherent a .icon-evenements {
  background-image: url(icons/icon-menu-evenements.svg);
}
.espace-pro-connecte-liste-nav .menu-adherent a .icon-actualites {
  background-image: url(icons/icon-menu-actualites.svg);
}
.espace-pro-connecte-liste-nav .menu-adherent a .icon-ma-fiche {
  background-image: url(icons/icon-menu-mon-profil-annuaire.svg);
}
.espace-pro-connecte-liste-nav .menu-adherent a .icon-mes-annonces {
  background-image: url(icons/icon-menu-mes-petites-annonces.svg);
}
.espace-pro-connecte-liste-nav .menu-adherent a .icon-mon-compte {
  background-image: url(icons/icon-menu-mon-compte.svg);
}
.espace-pro-connecte-liste-nav .menu-adherent a .icon-mon-adhesion {
  background-image: url(icons/icon-menu-mon-adhesion.svg);
}
.espace-pro-connecte-liste-nav .menu-adherent a .icon-logout {
  background-image: url(icons/icon-menu-deconnexion.svg);
}
.espace-pro-connecte-liste-nav .menu-adherent-bottom {
  padding: 1.4375rem 0 1.4375rem 0;
}

.espace-pro-non-connecte {
  display: none;
  align-items: center;
  gap: 0.5rem;
  justify-content: end;
}

.espace-pro-non-connecte .btn {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: 800;
  font-size: 1rem;
  color: white;
  padding: 0.5rem 0.75rem;
  text-transform: uppercase;
}
.espace-pro-non-connecte .btn-adherer {
  background: #894DCF;
}
.espace-pro-non-connecte .btn-adherent {
  background: var(--e-global-color-cdeaeaf);
}
.espace-pro-non-connecte .btn-plexus {
  background: #08C7D5;
}
.espace-pro-non-connecte .btn .btn-adherent {
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-weight: 800;
  font-size: 1rem;
  background: #894DCF;
  color: white;
  padding: 0.5rem 0.75rem;
  text-transform: uppercase;
}

.logged-in .MenuPrincipal.Secondaire {
  display: none;
}
.logged-in #Custom-Menu {
  display: flex;
  flex-direction: row !important;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}
.logged-in #Custom-Menu .et_pb_column {
  width: fit-content !important;
  margin-bottom: 0 !important;
}
.logged-in #Custom-Menu.et_pb_row {
  padding: 0 !important;
  padding-bottom: 0.75rem !important;
}
.logged-in #Custom-Menu.et_pb_row:after, .logged-in #Custom-Menu.et_pb_row_inner:after {
  content: none !important;
}

.logged-in .et_mobile_menu .Adherer {
  display: none;
}
.logged-in .et_mobile_menu .EspacePRO {
  display: none;
}

#Custom-Menu {
  display: none;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
@media (min-width: 600px) {
  .pagination {
    justify-content: end !important;
  }
}
.pagination a,
.pagination span {
  width: 2.875rem;
  height: 2.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Mulish, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  border-radius: 0.375rem;
}
.pagination a {
  border: 1px solid #B7C7D1 !important;
  background: white !important;
  color: var(--e-global-color-primary) !important;
}
.pagination a:hover {
  background: var(--e-global-color-primary) !important;
  color: white !important;
}
.pagination a.suivant {
  width: auto;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.pagination a.precedent {
  width: auto;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.pagination .current-page {
  background: var(--e-global-color-primary) !important;
  color: white !important;
  border: 1px solid var(--e-global-color-primary) !important;
}

.grid-thrid-col {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin-top: 1rem;
}
@media (min-width: 600px) {
  .grid-thrid-col {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 980px) {
  .grid-thrid-col {
    grid-template-columns: repeat(3, 1fr);
  }
}


.btn {
  padding: 0.75rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: fit-content;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  border-radius: 1.9375rem;
  font-weight: normal;
  border: 1px solid;
  font-weight: 700;
  text-align: center;
}
.btn:hover {
  border-radius: 0;
}
.btn-fill-bleu {
  border-color: var(--e-global-color-accent);
  background: var(--e-global-color-accent);
  color: white!important;
  text-align: left;
}
.btn-outline-bleu {
  border-color: var(--e-global-color-primary);
  color: var(--e-global-color-primary)!important;
  text-align: left;
}
.btn-add-text {
  border: 1px solid #08C7D5;
  border-radius: 0.875rem;
  padding: 1.25rem;
  font-family: Mulish, sans-serif;
  font-size: 1rem;
  font-style: normal;
  color: #08C7D5;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  width: 100%;
}
.btn-add-text::before {
  content: "+";
  color: white;
  width: 35px;
  height: 35px;
  border-radius: 20px;
  background: var(--e-global-color-accent);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
}
.btn-danger {
  border-color: #FA7373;
  background: #FA7373!important;
  color: white;
}
.btn.delete-element {
  width: 3rem !important;
  height: 3rem !important;
  border-radius: 9999px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.grp-btn {
  display: flex;
  gap: 1rem;
  align-items: center;
}

input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea{
  border: 1px solid #B7C7D1;
  border-radius: 0.875rem;
  padding: 1.25rem !important;
  font-family: Mulish, sans-serif;
  font-size: 1rem;
  font-style: normal;
  color: var(--e-global-color-primary);
  line-height: 1.375rem;
  width: 100%;
}
input::placeholder,
select::placeholder,
textarea::placeholder {
  font-weight: 400;
}
input:focus,
select:focus,
textarea:focus {
  outline-color: var(--e-global-color-primary);
}

input[type=checkbox] {
  width: 1.25rem;
  height: 1.25rem;
}

input[type=radio] {
  width: 1.25rem;
  height: 1.25rem;
}

input[type=submit] {
  margin-top: 3.5rem;
  padding: 0.75rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: fit-content;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  border-radius: 1.9375rem;
  font-weight: 700;
  border: 1px solid;
  border-color: var(--e-global-color-primary);
  background: var(--e-global-color-primary);
  color: white;
}
input[type=submit]:hover {
  border-radius: 0;
}

.input-group {
  position: relative;
}
.input-group button {
  position: absolute;
  right: 1.25rem;
  margin-top: 0;
  width: 1.25rem;
  height: 1rem;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  border: none;
  font-weight: 700;
  top: 50%;
  transform: translateY(-50%);
}
.input-group button.btn {
  border: none;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: fit-content;
  border-radius: 3.125rem;
  transition: all 0.2s ease-in-out;
}
.input-group button.btn-outline-secondary {
  background: none;
  border: none;
}

.block-input {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 1rem;
  position: relative;
}
.block-input-add {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 1rem;
}
.block-input-add .block-input {
  margin-top: 0;
}
.block-input-add input {
  margin-bottom: 0.75rem;
}
.block-input-add img {
  max-height: 4rem;
}
.block-input-add li {
  list-style: none;
}
.block-checkbox-radio,
.block-checkbox {
  display: inline-block;
  margin-top: 1rem;
  position: relative;
}
.block-checkbox-radio label,
.block-checkbox label{
  font-size: 1.125rem;
  font-weight: 400;
  margin-top: 0;
  padding-left: 30px;
}
.block-checkbox-radio label p,
.block-checkbox label{
  font-weight: 400!important;
  color: var(--e-global-color-secondary);
}
.block-checkbox-radio input,
.block-checkbox input{
  display: block;
  width: 15px!important;
  height: 15px;
  padding:0!important;
  position: absolute;
  left: 0;
  top: 3px;
}
.block-checkbox-radio .text-danger {
  width: 100%;
  position: static;
  margin-top: -0.5rem;
  order: 3;
}
.block-checkbox-radio.block-IS_MULTISERVICE>label{
  padding-left:0;
}
.block-checkbox-radio.block-IS_MULTISERVICE .col-form-input input,
.block-checkbox-radio.block-IS_MULTISERVICE .col-form-input label{
  display:inline-block;
  position:relative;
  padding:0!important;
  height: auto;
}
.block-checkbox-radio.block-IS_MULTISERVICE .col-form-input input{
  margin:0 5px 0 0!important;
}
.block-checkbox-radio.block-IS_MULTISERVICE .col-form-input label{
  margin:0 15px 0 0!important;
}
.field-error {
  border: #FA7373 solid 0.0625rem !important;
  margin-bottom: 0.25rem !important;
  position: relative;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 24 24" fill="white" stroke="none"><circle cx="12" cy="12" r="12" fill="red" /><text x="50%" y="50%" text-anchor="middle" dy=".3em" font-size="14" font-weight="bold" fill="white">!</text></svg>') no-repeat right 0.5rem center;
  background-size: 1.75rem;
}

input[type=radio].field-error::before,
input[type=checkbox].field-error::before {
  display: none;
}

.col-block-input {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.5rem;
}
@media (min-width: 980px) {
  .col-block-input {
    grid-template-columns: repeat(2, 1fr);
  }
}

label {
  font-family: Mulish, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  line-height: 1.2rem;
}
label p,
.block-checkbox-radio.block-IS_MULTISERVICE label p{
  font-weight: 800 !important;
  color:var(--e-global-color-primary);
}
label p i {
  color: #86A2B2;
  font-size: 1rem;
  font-weight: 300;
  text-transform: initial;
}
label i {
  color: #86A2B2;
  font-size: 1rem;
  font-weight: 300;
  text-transform: initial;
}
label .desc-label {
  width: 100%;
  color: #86A2B2;
  font-size: 1rem;
  font-weight: 300;
}
label .legend {
  width: 100%;
  color: #86A2B2;
  font-size: 1rem;
  font-weight: 300;
}

.contain-grid {
  padding: 0 1rem;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  pointer-events: none;
}
@media (min-width: 980px) {
  .contain-grid {
    padding: 0 1.5rem;
  }
}

.grid {
  height: 100vh;
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, auto);
  grid-template-rows: 1fr;
  grid-column-gap: 1.5rem;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.grid.active {
  opacity: 1;
}
.grid .grid-element {
  height: 100vh;
  width: 100%;
  background-color: rgba(224, 0, 0, 0.121);
}
@media (min-width: 600px) {
  .grid {
    grid-template-columns: repeat(5, auto);
    grid-column-gap: 24px;
  }
}
@media (min-width: 980px) {
  .grid {
    grid-template-columns: repeat(9, auto);
    grid-column-gap: 1.5rem;
    padding: 0;
  }
}

.grid-btn {
  position: fixed;
  bottom: 1rem;
  right: 1.5rem;
  z-index: 9999;
  border-radius: 3.125rem;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border: 1px solid rgb(67, 67, 67);
  background-color: hsl(240, 5.9%, 96.7%);
  color: rgb(67, 67, 67);
  font-size: 4rem;
  transition: all 0.2s ease-in-out;
}
.grid-btn:hover {
  background-color: rgb(67, 67, 67);
  color: hsl(240, 5.9%, 96.7%);
}

.grid-third-col {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
}
@media (min-width: 600px) {
  .grid-third-col {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 980px) {
  .grid-third-col {
    grid-template-columns: repeat(3, 1fr);
  }
}

.status {
  border-radius: 0.875rem;
  padding: 2rem 1.5rem !important;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
  margin-top: 2rem !important;
  margin-bottom: 1.5rem;
}
@media (min-width: 980px) {
  .status {
    flex-direction: row;
    padding: 2rem 2.75rem !important;
  }
}
.status .icon {
  width: 4rem;
  height: 4rem;
}
.status .info-text {
  display: flex;
  flex-direction: column;
  width: fit-content;
}
.status .info-text .title {
  font-weight: bold;
  font-size: 1.25rem;
}
.status-verif {
  background: #00bdb9 !important;
  color: white;
}
.status-verif .icon {
  background: url(icons-anime/search.gif);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.status-obligatoire {
  background: #00bdb9 !important;
  color: white;
}
.status-obligatoire .icon {
  background: url(icons-anime/info.gif);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.status-accepted {
  background: #8cd339 !important;
  color: white;
}
.status-accepted .icon {
  background: url(icons-anime/une-etape.gif);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.status-inactive {
  background: #FA7373 !important;
  color: white;
}
.status-inactive .icon,
.status-warning .icon {
  background: url(icons-anime/alert.gif);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.status-inactive .btn,
.status-warning .btn {
  width: fit-content;
}
.status-warning {
  background: var(--e-global-color-accent) !important;
  color: white;
}

#recherche-annuaire-homepage li {
  list-style: none;
}
#recherche-annuaire-homepage #form_search_annuaire {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  align-items: start;
  padding: 0 2rem;
}
@media (min-width: 980px) {
  #recherche-annuaire-homepage #form_search_annuaire {
    flex-direction: row;
    align-items: flex-end;
  }
}
#recherche-annuaire-homepage #form_search_annuaire label {
  font-family: Mulish, sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375rem;
}
#recherche-annuaire-homepage #form_search_annuaire input {
  border: 1px solid #B7C7D1;
  border-radius: 0.875rem;
  padding: 1.625rem 1.25rem;
  font-family: Mulish, sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.375rem;
}
#recherche-annuaire-homepage #form_search_annuaire input::placeholder {
  font-weight: 400;
}
#recherche-annuaire-homepage #form_search_annuaire input:focus {
  outline-color: var(--e-global-color-primary);
}
#recherche-annuaire-homepage #form_search_annuaire .element-1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
@media (min-width: 980px) {
  #recherche-annuaire-homepage #form_search_annuaire .element-1 {
    width: 40%;
  }
}
#recherche-annuaire-homepage #form_search_annuaire .element-1 input {
  height: 4.75rem !important;
  background-position: 20px 30px !important;
  padding-left: 3rem !important;
}
#recherche-annuaire-homepage #form_search_annuaire .element-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 0.5rem 1rem;
  border-radius: 0.875rem;
  width: 100%;
  height: 4.75rem;
  position: relative;
  background: white;
}
@media (min-width: 980px) {
  #recherche-annuaire-homepage #form_search_annuaire .element-2 {
    width: 40%;
  }
}
#recherche-annuaire-homepage #form_search_annuaire .element-2 select {
  width: 100%;
  padding: 0.5rem !important;
  font-size: 1rem;
  color: var(--e-global-color-primary);
  font-family: Mulish, sans-serif;
  font-weight: 700;
  border: none;
  outline: none;
  background: none;
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-right: 1px solid #B7C7D1;
}
#recherche-annuaire-homepage #form_search_annuaire .element-2 select::after {
  content: "⌵";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  pointer-events: none;
  color: var(--e-global-color-primary);
  font-size: 0.8rem;
}
#recherche-annuaire-homepage #form_search_annuaire .element-2 .btn-rayon {
  font-size: 1rem;
  color: var(--e-global-color-primary);
  font-family: Mulish, sans-serif;
  font-weight: 700;
  border: none;
  outline: none;
  background: none;
  margin-top: 0;
  cursor: pointer;
}
#recherche-annuaire-homepage #form_search_annuaire .element-2-2 {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  width: 100%;
  border: 1px solid #B7C7D1;
  border-radius: 0.875rem;
  padding: 3rem 2rem 0.875rem;
  z-index: 2;
}
#recherche-annuaire-homepage #form_search_annuaire .element-2-2 input[type=range] {
  padding: 0.75rem 0;
  border: none;
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  cursor: pointer;
}
#recherche-annuaire-homepage #form_search_annuaire .element-2-2 input[type=range]::-webkit-slider-runnable-track {
  background: #B7C7D1;
  height: 0.25rem;
  border-radius: 0.125rem;
  position: relative;
}
#recherche-annuaire-homepage #form_search_annuaire .element-2-2 input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background: var(--e-global-color-primary);
  cursor: pointer;
  margin-top: -0.5rem;
}
#recherche-annuaire-homepage #form_search_annuaire .element-2-2 input[type=range]::-moz-range-thumb {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background: var(--e-global-color-primary);
  cursor: pointer;
}
#recherche-annuaire-homepage #form_search_annuaire .element-2-2 input[type=range]::-moz-range-track {
  background: #B7C7D1;
  height: 0.25rem;
  border-radius: 0.125rem;
}
#recherche-annuaire-homepage #form_search_annuaire .element-2-2 input[type=range]::-moz-range-progress {
  background: var(--e-global-color-primary);
}
#recherche-annuaire-homepage #form_search_annuaire .element-2-2 .distance {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.875rem;
  font-family: Mulish, sans-serif;
}
#recherche-annuaire-homepage #form_search_annuaire .element-2-2 .show-distance {
  font-size: 1rem;
  padding: 0.25rem 0.375rem;
  border-radius: 0.25rem;
  background: white;
  border: 1px solid #B7C7D1;
  display: block;
  width: fit-content;
  position: absolute;
  top: 10%;
  transform: translateX(100%);
  white-space: nowrap;
  pointer-events: none;
}
#recherche-annuaire-homepage #form_search_annuaire .element-3 button {
  height: 4.75rem;
  background: var(--e-global-color-primary);
  color: white;
  border-radius: 0.875rem;
  border: none;
  padding: 1.25rem;
  transition: border-radius 0.3s ease-in-out;
  font-size: 1.125rem;
  font-family: Mulish, sans-serif;
}
#recherche-annuaire-homepage #form_search_annuaire .element-3 button:hover {
  border-radius: 0;
  background: var(--e-global-color-primary);
  color: white;
}

.swiper {
  width: 100%;
  position: relative;
  overflow: visible;
}
.swiper .block {
  padding: 0;
}

.swiper-wrapper {
  align-items: stretch;
}

.swiper-slide {
  height: auto;
  display: flex;
  opacity: 0;
}
.swiper-slide.swiper-slide-active {
  opacity: 1;
}
.swiper-slide.swiper-slide-next, .swiper-slide.swiper-slide-next + .swiper-slide {
  opacity: 0;
}
@media (min-width: 980px) {
  .swiper-slide.swiper-slide-active, .swiper-slide.swiper-slide-next, .swiper-slide.swiper-slide-next + .swiper-slide {
    opacity: 1;
  }
}
.swiper-slide.annonce {
  height: auto;
  border-radius: 14px;
  border: 1px solid #B7C7D1;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
.swiper-slide.annonce a {
  color: var(--e-global-color-primary);
  height: 100%;
  width: 100%;
}
.swiper-slide.annonce img {
  width: 100%;
  height: 8.5625rem;
  object-fit: cover;
  object-position: center;
  background: #08C7D5;
  margin-bottom: 0.75rem;
}
.swiper-slide.annonce .main {
  padding: 0 1.5rem 3rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: 100%;
}
.swiper-slide.annonce h3 {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.swiper-slide.annonce li {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: var(--e-global-color-primary);
}
.swiper-slide.annonce li .work {
  width: 1rem;
  height: 1rem;
  background: url(icons/icon-profession.svg);
  background-size: contain;
  background-position: center;
}
.swiper-slide.annonce li .euro {
  width: 1rem;
  height: 1rem;
  background: url(icons/Prix.svg);
  background-size: contain;
  background-position: center;
}
.swiper-slide.annonce li .map {
  width: 1rem;
  height: 1rem;
  background: url(icons/icon-lieu.svg);
  background-size: contain;
  background-position: center;
}
.swiper-slide.annonce .grp-pills {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.25rem;
}
.swiper-slide.annonce span {
  border-radius: 20px;
  font-weight: bold;
  width: fit-content;
  background-color: var(--e-global-color-primary);
  color: white;
  font-size: 0.75rem;
  padding: 0.125rem 0.53125rem;
}
.swiper-slide.annonce span.type {
  background: var(--e-global-color-cdeaeaf);
  margin-right: 0.25rem;
}
.swiper-slide.annonce .text-end {
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--e-global-color-primary);
  position: absolute;
  bottom: 1rem;
}
/*************
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 0;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 0rem;
}
.swiper-button-next,
.swiper-button-prev {
  color: #86A2B2 !important;
  opacity: 0.85 !important;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  font-size: 1rem;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  font-size: 1rem;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  z-index: 10;
}

.swiper-button-prev {
  left: -2rem !important;
}

.swiper-button-next {
  right: -2rem !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 1.25rem !important;
}

*********/

#tableau-de-bord {
  color: var(--e-global-color-primary);
}
#tableau-de-bord h1,
#tableau-de-bord h2,
#tableau-de-bord h3,
#tableau-de-bord h4,
#tableau-de-bord h5,
#tableau-de-bord h6,
#tableau-de-bord ul,
#tableau-de-bord ol,
#tableau-de-bord p {
  margin: 0;
  padding: 0;
}
#tableau-de-bord li {
  list-style: none;
}
#tableau-de-bord .et_pb_code_inner {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
#tableau-de-bord p {
  color: var(--e-global-color-primary);
  font-family: Mulish, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
#tableau-de-bord h2 {
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.375rem;
  color: var(--e-global-color-primary);
}
@media (min-width: 980px) {
  #tableau-de-bord h2 {
    font-size: 2.1875rem;
  }
}
#tableau-de-bord h2 a {
  color: var(--e-global-color-primary);
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
@media (min-width: 980px) {
  #tableau-de-bord h2 a {
    font-size: 2.1875rem;
  }
}
#tableau-de-bord h2 a::after {
  content: "";
  height: 1rem;
  width: 1.5rem;
  background: url("icons/arrow-orange.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 600px) {
  #tableau-de-bord h1 {
    padding: 0 2rem;
  }
}
@media (min-width: 980px) {
  #tableau-de-bord h1 {
    padding: 0 4rem;
  }
}
#tableau-de-bord #form_search_annuaire {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  align-items: start;
}
@media (min-width: 980px) {
  #tableau-de-bord #form_search_annuaire {
    flex-direction: row;
    align-items: flex-end;
    flex-wrap:wrap;
  }
}
#tableau-de-bord #form_search_annuaire label {
  font-family: Mulish, sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375rem;
}
#tableau-de-bord #form_search_annuaire input {
  border: 1px solid #B7C7D1;
  border-radius: 0.875rem;
  padding: 1.625rem 1.25rem !important;
  font-family: Mulish, sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.375rem;
}
#tableau-de-bord #form_search_annuaire input::placeholder {
  font-weight: 400;
}
#tableau-de-bord #form_search_annuaire input:focus {
  outline-color: var(--e-global-color-primary);
}
#tableau-de-bord #form_search_annuaire .element-1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
@media (min-width: 980px) {
  #tableau-de-bord #form_search_annuaire .element-1.col-sm-4 {
    width: 40%;
  }
}
#tableau-de-bord #form_search_annuaire .element-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  border: 1px solid #B7C7D1;
  padding: 0 1rem 0 0;
  border-radius: 0.875rem;
  width: 100%;
  height: 4.75rem;
  position: relative;
}
@media (min-width: 980px) {
  #tableau-de-bord #form_search_annuaire .element-2 {
    width: 40%;
  }
}
#tableau-de-bord #form_search_annuaire .element-2 select {
  width: 100%;
  padding: 0.5rem !important;
  font-size: 1rem;
  color: var(--e-global-color-primary);
  font-family: Mulish, sans-serif;
  font-weight: 700;
  border: none;
  outline: none;
  background: none;
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-right: 1px solid #B7C7D1;
}
#tableau-de-bord #form_search_annuaire .element-2 select::after {
  content: "⌵";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  pointer-events: none;
  color: var(--e-global-color-primary);
  font-size: 0.8rem;
}
#tableau-de-bord #form_search_annuaire .element-2 .btn-rayon {
  font-size: 1rem;
  color: var(--e-global-color-primary);
  font-family: Mulish, sans-serif;
  font-weight: 700;
  border: none;
  outline: none;
  background: none;
  margin-top: 0;
  cursor: pointer;
}
#tableau-de-bord #form_search_annuaire .element-2-2 {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  width: 100%;
  border: 1px solid #B7C7D1;
  border-radius: 0.875rem;
  padding: 3rem 2rem 0.875rem;
  z-index: 2;
}
#tableau-de-bord #form_search_annuaire .element-2-2 input[type=range] {
  padding: 0.75rem 0;
  border: none;
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  cursor: pointer;
}
#tableau-de-bord #form_search_annuaire .element-2-2 input[type=range]::-webkit-slider-runnable-track {
  background: #B7C7D1;
  height: 0.25rem;
  border-radius: 0.125rem;
  position: relative;
}
#tableau-de-bord #form_search_annuaire .element-2-2 input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background: var(--e-global-color-primary);
  cursor: pointer;
  margin-top: -0.5rem;
}
#tableau-de-bord #form_search_annuaire .element-2-2 input[type=range]::-moz-range-thumb {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background: var(--e-global-color-primary);
  cursor: pointer;
}
#tableau-de-bord #form_search_annuaire .element-2-2 input[type=range]::-moz-range-track {
  background: #B7C7D1;
  height: 0.25rem;
  border-radius: 0.125rem;
}
#tableau-de-bord #form_search_annuaire .element-2-2 input[type=range]::-moz-range-progress {
  background: var(--e-global-color-primary);
}
#tableau-de-bord #form_search_annuaire .element-2-2 .distance {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.875rem;
  font-family: Mulish, sans-serif;
}
#tableau-de-bord #form_search_annuaire .element-2-2 .show-distance {
  font-size: 1rem;
  padding: 0.25rem 0.375rem;
  border-radius: 0.25rem;
  background: white;
  border: 1px solid #B7C7D1;
  display: block;
  width: fit-content;
  position: absolute;
  top: 10%;
  transform: translateX(100%);
  white-space: nowrap;
  pointer-events: none;
}
#tableau-de-bord #form_search_annuaire .element-3 button {
  height: 4.75rem;
  background: #ffa112;
  color: white;
  border-radius: 3rem;
  border: none;
  padding: 1.25rem;
  transition: border-radius 0.3s ease-in-out;
  font-size: 1.125rem;
  font-family: Mulish, sans-serif;
}
#tableau-de-bord #form_search_annuaire .element-3 button:hover {
  border-radius: 0;
}
#tableau-de-bord .block,
#tableau-de-bord .second-block {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 0;
}
#tableau-de-bord .block.status {
  border-radius: 0.875rem;
  padding: 2rem 2.75rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
  margin-top: 2rem;
}
@media (min-width: 980px) {
  #tableau-de-bord .block.status {
    flex-direction: row;
  }
}
#tableau-de-bord .block.status .icon {
  width: 4rem;
  height: 4rem;
}
#tableau-de-bord .block.status .info-text {
  display: flex;
  flex-direction: column;
  flex:3;
}
#tableau-de-bord .block.status .info-text .title {
  font-weight: bold;
  font-size: 1.25rem;
}
#tableau-de-bord .block.status-verif {
  background: #00bdb9;
  color: white;
}
#tableau-de-bord .block.status-verif .icon {
  background: url(icons-anime/search.gif);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#tableau-de-bord .block.status-obligatoire {
  background: #00bdb9;
  color: white;
}
#tableau-de-bord .block.status-obligatoire .icon {
  background: url(icons-anime/info.gif);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#tableau-de-bord .block.status-accepted {
  background: var(--e-global-color-cdeaeaf);
  color: white;
}
#tableau-de-bord .block.status-accepted .icon {
  background: url(icons-anime/une-etape.gif);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#tableau-de-bord .block.status-inactive {
  background: #FA7373;
  color: white;
}
#tableau-de-bord .block.status-inactive a{
  color:white;
}
#tableau-de-bord .block.status-inactive .icon {
  background: url(icons-anime/alert.gif);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#tableau-de-bord .block.status-inactive .btn {
  width: fit-content;
  display: block;
  background-color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
#tableau-de-bord .block h2,
#tableau-de-bord .second-block h2 {
  margin-top: 4rem;
}
#tableau-de-bord .block.actualites {
  padding: 0;
}
#tableau-de-bord .block .second-block {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 0;
}
#tableau-de-bord .block .second-block h2 {
  margin-top: 4rem;
}
#tableau-de-bord .block .block h2 {
  margin-top: 4rem;
}
#tableau-de-bord .block .block h2 a {
  padding: 0;
}
#tableau-de-bord .header {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 980px) {
  #tableau-de-bord .header {
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
  }
}
#tableau-de-bord .header .subblock {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
#tableau-de-bord .header .subblock .title-subtitle {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
#tableau-de-bord .header .subblock .title-subtitle h1 {
  font-weight: 700;
  padding: 0;
}
#tableau-de-bord .header .subblock .grp-work {
  font-family: Mulish, sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6875rem;
}
#tableau-de-bord .header .subblock .grp-work span {
  font-weight: 700;
}
#tableau-de-bord .header .subblock:nth-last-of-type(1) {
  flex-direction: row;
  align-items: center;
  gap: 2.625rem;
  color: #FA7373;
  font-style: italic;
}
@media (min-width: 980px) {
  #tableau-de-bord .header .subblock:nth-last-of-type(1) {
    max-width: 32%;
  }
}
#tableau-de-bord .header .subblock:nth-last-of-type(1) h2 {
  font-weight: 400;
  line-height: normal;
  font-family: Mulish, sans-serif;
}
#tableau-de-bord .header .icon-alert {
  width: 2.1875rem;
  height: 2.1875rem;
  position: relative;
}
#tableau-de-bord .header .icon-alert::after {
  content: "";
  width: 2.1875rem;
  height: 2.1875rem;
  background: url(icons/icon-attention.svg);
  position: absolute;
  top: 0;
}
#tableau-de-bord .grid-custom {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: auto;
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  grid-auto-rows: minmax(100px, auto);
}
@media (min-width: 980px) {
  #tableau-de-bord .grid-custom {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-auto-rows: minmax(100px, auto);
  }
}
#tableau-de-bord .grid-custom .subblock {
  border-radius: 0.875rem;
  border: 1px solid #B7C7D1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 4rem 2rem 3rem;
}
@media (min-width: 980px) {
  #tableau-de-bord .grid-custom .subblock {
    padding: 3rem 2rem;
  }
}
#tableau-de-bord .grid-custom .subblock .header {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: flex-start;
  padding: 0;
  position: relative;
}
#tableau-de-bord .grid-custom .subblock .header .state {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  top: -35%;
  right: 0;
  transform: translateY(-50%);
}
#tableau-de-bord .grid-custom .subblock .header .state .online {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.25rem 1rem;
  background: #F5F5F8;
  border-radius: 1.5625rem;
  font-family: Mulish, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6875rem;
}
#tableau-de-bord .grid-custom .subblock .header .state .online::after {
  content: "";
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  background: var(--e-global-color-cdeaeaf);
  border-radius: 1.5625rem;
}
#tableau-de-bord .grid-custom .subblock .header .state .online span {
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  background: var(--e-global-color-cdeaeaf);
  border-radius: 1.5625rem;
}
#tableau-de-bord .grid-custom .subblock .header .state .offline {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.25rem 1.5rem;
  background: #F5F5F8;
  border-radius: 1.5625rem;
  font-family: Mulish, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6875rem;
}
#tableau-de-bord .grid-custom .subblock .header .state .offline::after {
  content: "";
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  background: #FA7373;
  border-radius: 1.5625rem;
}
#tableau-de-bord .grid-custom .subblock .header .state .offline span {
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  background: #FA7373;
  border-radius: 1.5625rem;
}
@media (min-width: 980px) {
  #tableau-de-bord .grid-custom .subblock .header .state {
    top: -5px;
    transform: translateY(0);
  }
}
#tableau-de-bord .grid-custom .subblock .header h3 {
  font-size: 1.5rem;
  font-weight: 700;
}
#tableau-de-bord .grid-custom .subblock .grp-btn {
  display: flex;
  flex-direction: column-reverse;
  gap: 1rem;
  align-items: flex-start;
}
#tableau-de-bord .btn-fill-bleu::before,
#tableau-de-bord .btn-outline-bleu::before {
  background-repeat:no-repeat;
}
#tableau-de-bord .grid-custom .subblock:first-of-type .btn-fill-bleu::before {
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  background-image: url(icons/icon-modifier-blanc.svg);
}
#tableau-de-bord .grid-custom .subblock:first-of-type .btn-outline-bleu::before {
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  background-image: url(icons/icon-voir.svg);
}
#tableau-de-bord .grid-custom .subblock:nth-of-type(2) .btn-fill-bleu::before {
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  background-image: url(icons/icon-modifier-blanc.svg);
}
#tableau-de-bord .grid-custom .subblock:nth-of-type(2) .btn-outline-bleu::before {
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  background-image: url(icons/icon-telechargement-bleu.svg);
}
#tableau-de-bord .grid-custom .subblock:nth-of-type(3) .btn-fill-bleu::before {
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  background-image: url(icons/icon-modifier-blanc.svg);
}
#tableau-de-bord .grid-custom .subblock:nth-of-type(4) .btn-fill-bleu::before {
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  background-image: url(icons/icon-modifier-blanc.svg);
}
#tableau-de-bord .swiper {
  width: 100%;
  position: relative;
  overflow: visible;
}
#tableau-de-bord .swiper .block {
  padding: 0;
}
#tableau-de-bord .swiper-wrapper {
  align-items: stretch;
}
#tableau-de-bord .swiper-slide {
  height: auto;
  display: flex;
  opacity: 0;
}
#tableau-de-bord .swiper-slide.swiper-slide-active {
  opacity: 1;
}
#tableau-de-bord .swiper-slide.swiper-slide-next, #tableau-de-bord .swiper-slide.swiper-slide-next + .swiper-slide {
  opacity: 0;
}
@media (min-width: 767px) {
    #tableau-de-bord .swiper-slide.swiper-slide-active, #tableau-de-bord .swiper-slide.swiper-slide-next {
        opacity: 1;
    }
}
@media (min-width: 1080px) {
  #tableau-de-bord .swiper-slide.swiper-slide-active, #tableau-de-bord .swiper-slide.swiper-slide-next, #tableau-de-bord .swiper-slide.swiper-slide-next + .swiper-slide {
    opacity: 1;
  }
}
#tableau-de-bord .swiper-slide.annonce {
  height: auto;
  border-radius: 14px;
  border: 1px solid #B7C7D1;
  overflow: hidden;
}
#tableau-de-bord .swiper-slide.annonce a {
  color: var(--e-global-color-primary);
  height: 100%;
}
#tableau-de-bord .swiper-slide.annonce img {
  width: 100%;
  height: 8.5625rem;
  object-fit: cover;
  object-position: center;
  background: #08C7D5;
  margin-bottom: 0.75rem;
}
#tableau-de-bord .swiper-slide.annonce .main {
  padding: 0 1.5rem 3rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: 100%;
}
#tableau-de-bord .swiper-slide.annonce h3 {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
#tableau-de-bord .swiper-slide.annonce li {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: var(--e-global-color-primary);
}
#tableau-de-bord .swiper-slide.annonce li .work {
  width: 1rem;
  height: 1rem;
  background: url(icons/icon-profession.svg);
  background-size: contain;
  background-position: center;
}
#tableau-de-bord .swiper-slide.annonce li .euro {
  width: 1rem;
  height: 1rem;
  background: url(icons/Prix.svg);
  background-size: contain;
  background-position: center;
}
#tableau-de-bord .swiper-slide.annonce li .map {
  width: 1rem;
  height: 1rem;
  background: url(icons/icon-lieu.svg);
  background-size: contain;
  background-position: center;
}
#tableau-de-bord .swiper-slide.annonce li .calendar,
#tableau-de-bord .swiper-slide.actupro li .calendar {
  width: 1rem;
  height: 1rem;
  background: url(icons/icon-date.svg);
  background-size: contain;
  background-position: center;
}
#tableau-de-bord .swiper-slide.annonce .grp-pills {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.25rem;
}
#tableau-de-bord .swiper-slide.annonce span {
  border-radius: 20px;
  font-weight: bold;
  width: fit-content;
  background-color: var(--e-global-color-primary);
  color: white;
  font-size: 0.75rem;
  padding: 0.125rem 0.53125rem;
}
#tableau-de-bord .swiper-slide.annonce span.type {
  background: var(--e-global-color-cdeaeaf);
  margin-right: 0.25rem;
}
#tableau-de-bord .swiper-slide.annonce .text-end {
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--e-global-color-primary);
  position: absolute;
  bottom: 1rem;
}
#tableau-de-bord .swiper-slide.actupro {
  height: auto;
  border-radius: 14px;
  border: 1px solid #B7C7D1;
  overflow: hidden;
}
#tableau-de-bord .swiper-slide.actupro a {
  color: var(--e-global-color-primary);
  height: 100%;
}
#tableau-de-bord .swiper-slide.actupro img {
  width: 100%;
  height: 14.6875rem;
  object-fit: cover;
  object-position: center;
  background: #08C7D5;
  margin-bottom: 0.75rem;
}
#tableau-de-bord .swiper-slide.actupro .main {
  padding: 0 1.5rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#tableau-de-bord .swiper-slide.actupro h3 {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
#tableau-de-bord .swiper-slide.actupro li {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: var(--e-global-color-primary);
}

#tableau-de-bord .swiper-slide.actupro .grp-pills {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.25rem;
}
#tableau-de-bord .swiper-slide.actupro span {
  border-radius: 20px;
  font-weight: bold;
  width: fit-content;
  background-color: var(--e-global-color-primary);
  color: white;
  font-size: 0.85rem;
  padding: 0 0.53125rem;
}
#tableau-de-bord .swiper-slide.actupro span.type {
  background: #00bdb9;
  margin-right: 0.25rem;
}
#tableau-de-bord .swiper-slide.media {
  height: auto;
  border-radius: 14px;
  border: 1px solid #B7C7D1;
  overflow: hidden;
}
#tableau-de-bord .swiper-slide.media a {
  padding: 1.75rem;
  color: var(--e-global-color-primary);
}
#tableau-de-bord .swiper-slide.media h3 {
  font-size: 1.125rem;
  font-family: Mulish, sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 0.25rem;
}
#tableau-de-bord .swiper-slide.media .category {
  display: block;
  margin-bottom: 0.25rem;
}
#tableau-de-bord .swiper-slide.media .categorie {
  font-size: 1rem;
}
#tableau-de-bord .swiper-slide.media .text-end {
  font-size: 13px;
  text-transform: capitalize;
}
#tableau-de-bord .swiper-slide.media .pills-grpwork {
  display: block;
  width: fit-content;
  font-size: 13px;
  font-weight: bold;
  margin-top: 1.125rem;
  background: #00bdb9;
  padding: 0.25rem 0.75rem;
  color: #FFF;
  border-radius: 1.5625rem;
}
#tableau-de-bord .swiper-slide.event {
  display: flex;
  align-items: stretch;
  border: 1px solid #B7C7D1;
  padding: 1.125rem;
  border-radius: 0.875rem;
}
#tableau-de-bord .swiper-slide.event .event-date {
  text-align: right;
  font-size: 1.5625rem;
  font-weight: 700;
  color: var(--e-global-color-cdeaeaf);
  font-family: Mulish, sans-serif;
  padding-right: 1.375rem;
  width: 110px;
  height: auto;
  display: flex;
  align-items: center;
  border-right: 1px solid #B7C7D1;
}
#tableau-de-bord .swiper-slide.event .event-content {
  padding: 0.5rem 0 0.5rem 1.375rem;
}
#tableau-de-bord .swiper-slide.event .event-content .clock-icon {
  display: block;
  width: 0.875rem;
  height: 0.875rem;
  background: url(icons/icon-horaire.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.5rem;
  flex-shrink: 0;
}
#tableau-de-bord .swiper-slide.event .event-content .location-icon {
  display: block;
  width: 0.875rem;
  height: 0.875rem;
  background: url(icons/icon-lieu.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.5rem;
  flex-shrink: 0;
}
#tableau-de-bord .swiper-slide.event .event-title {
  margin-bottom: 0.75rem;
}
#tableau-de-bord .swiper-slide.event .event-title a {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--e-global-color-primary);
}
#tableau-de-bord .swiper-slide.event .event-time, #tableau-de-bord .swiper-slide.event .event-location {
  display: flex;
  align-items: center;
}
/***********************
#tableau-de-bord .swiper-button-prev,
#tableau-de-bord .swiper-rtl .swiper-button-next {
  left: 0;
}
#tableau-de-bord .swiper-button-next,
#tableau-de-bord .swiper-rtl .swiper-button-prev {
  right: 0rem;
}
#tableau-de-bord .swiper-button-next,
#tableau-de-bord .swiper-button-prev {
  color: #86A2B2;
  opacity: 0.85;
}
#tableau-de-bord .swiper-button-next:after,
#tableau-de-bord .swiper-rtl .swiper-button-prev:after {
  font-size: 1rem;
}
#tableau-de-bord .swiper-button-prev:after,
#tableau-de-bord .swiper-rtl .swiper-button-next:after {
  font-size: 1rem;
}
#tableau-de-bord .swiper-button-prev,
#tableau-de-bord .swiper-button-next {
  position: absolute;
  top: 50%;
  z-index: 10;
}
#tableau-de-bord .swiper-button-prev {
  left: -2rem;
}
#tableau-de-bord .swiper-button-next {
  right: -2rem;
}
#tableau-de-bord .swiper-button-prev:after,
#tableau-de-bord .swiper-button-next:after {
  font-size: 1.25rem;
}

********************/


.slideshow .swiper-button-next,
.slideshow .swiper-button-prev,
.slideshow_events .swiper-button-next,
.slideshow_events .swiper-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-5%);
    width:20px;
    height: 50px;
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff!important;
    /*background-color:var(--color-secondary);
    border-radius:50px;*/
}
.slideshow .swiper-button-next[aria-disabled="true"],
.slideshow .swiper-button-prev[aria-disabled="true"],
.slideshow_events .swiper-button-next[aria-disabled="true"],
.slideshow_events .swiper-button-prev[aria-disabled="true"]{
  opacity: 0;
}
.slideshow .swiper-button-next,
.slideshow_events .swiper-button-next{
  right: -25px;
}
.slideshow .swiper-button-prev,
.slideshow_events .swiper-button-prev{
  left: -25px;
}
.slideshow .swiper-button-next:after,
.slideshow .swiper-button-prev:after,
.slideshow_events .swiper-button-next:after,
.slideshow_events .swiper-button-prev:after{
  font-size: 24px !important;
  color: var(--color-text);
}
.slideshow .swiper-button-next::after,
.slideshow_events .swiper-button-next::after{
  content: "";
    width: 8px !important;
    height: 24px !important;
    background: url(icons/icon-fleche-droite.svg);
    background-size: contain !important;
    background-repeat: no-repeat;
    background-position: center;
}
.slideshow .swiper-button-prev::after,
.slideshow_events .swiper-button-prev::after{
  content: "";
    width: 8px !important;
    height: 24px !important;
    background: url(icons/icon-fleche-gauche.svg);
    background-size: contain !important;
    background-repeat: no-repeat;
    background-position: center;
}



#mon-compte-pro h1,
#mon-compte-pro h2,
#mon-compte-pro h3,
#mon-compte-pro h4,
#mon-compte-pro h5,
#mon-compte-pro h6,
#mon-compte-pro ul,
#mon-compte-pro ol,
#mon-compte-pro p {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
#mon-compte-pro li {
  list-style: none;
}
#mon-compte-pro #message-adhesion .alert .et_pb_code_inner {
  background: #FA7373;
  border-radius: 0.875rem;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#mon-compte-pro #message-adhesion .alert .et_pb_code_inner a {
  background: var(--e-global-color-primary);
  color: white;
  text-decoration: none;
  font-weight: 700;
  font-family: Mulish, sans-serif;
}
#mon-compte-pro #message-adhesion .et_pb_code_inner {
  background: #FA7373;
  border-radius: 0.875rem;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#mon-compte-pro #message-adhesion .et_pb_code_inner .img-message-adhesion {
  width: 65px;
  height: 65px;
  flex-shrink: 0;
}
#mon-compte-pro #message-adhesion .et_pb_code_inner .text {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
#mon-compte-pro #message-adhesion .et_pb_code_inner a {
  background: var(--e-global-color-primary);
  color: white;
  text-decoration: none;
  font-weight: 700;
  font-family: Mulish, sans-serif;
}

.entry-content table:not(.variations) {
  border: none;
}

.template-mediatheque-list {
  display: flex;
  flex-direction: column;
}
.template-mediatheque-list h1,
.template-mediatheque-list h2,
.template-mediatheque-list h3,
.template-mediatheque-list h4,
.template-mediatheque-list h5,
.template-mediatheque-list h6,
.template-mediatheque-list ul,
.template-mediatheque-list ol,
.template-mediatheque-list p {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
.template-mediatheque-list h1 {
  font-weight: bold;
}
.template-mediatheque-list li {
  list-style: none;
}
.template-mediatheque-list .row {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 3.25rem;
}
@media (min-width: 980px) {
  .template-mediatheque-list .row {
    flex-direction: row;
  }
}
.template-mediatheque-list .row h1 {
  color: var(--e-global-color-primary);
  font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.125rem;
}
.template-mediatheque-list .row .config-mediatheque {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1rem;
}
@media (min-width: 980px) {
  .template-mediatheque-list .row .config-mediatheque {
    width: 55%;
    flex-direction: row;
  }
}
.template-mediatheque-list .row .config-mediatheque #TO_CATEGORY,
.template-mediatheque-list .row .config-mediatheque .col-sm-6 {
  flex: 1 1 45%;
}
.template-mediatheque-list .row .config-mediatheque .col-sm-6 {
  position: relative;
}
@media (min-width: 980px) {
  .template-mediatheque-list .row .config-mediatheque #SEARCH {
    width: 90%;
  }
}
.template-mediatheque-list .row .config-mediatheque .input-group {
  display: flex;
}
.template-mediatheque-list .row .config-mediatheque .input-group .button {
  right: 0;
}
.template-mediatheque-list .row .config-mediatheque .input-group .fa {
  width: 1.5rem;
  height: 1.5rem;
}
.template-mediatheque-list .row .config-mediatheque .input-group .fa-search {
  background-image: url(icons/icon-rechercher.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.template-mediatheque-list .row .config-mediatheque .input-group .fa-search::before {
  content: "" !important;
}
/*.template-mediatheque-list .row .config-mediatheque .input-group .btn{
  margin-top: 6px;
}*/
.template-mediatheque-list .row .config-mediatheque .input-group .fa-close {
  background-image: url(icons/icon-fermer.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 1rem;
  height: 1rem;
}
.template-mediatheque-list .row .config-mediatheque .input-group .fa-close::before {
  content: "" !important;
}
.template-mediatheque-list .row .config-mediatheque a {
  order: 3;
  flex-basis: 100%;
  font-family: Mulish, sans-serif;
  color: #08C7D5;
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.template-mediatheque-list .row .config-mediatheque a::before {
  content: "";
  width: 2rem;
  height: 2.125rem;
  flex-shrink: 0;
  background-image: url(icons/icon-trier-light.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.template-mediatheque-list .table-container {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.template-mediatheque-list .table-striped {
  width: 100%;
  border-collapse: collapse;
  font-family: Mulish, sans-serif;
  margin-bottom: 1.25rem;
  font-size: 1rem;
}
.template-mediatheque-list .table-striped th{
  vertical-align: center;
}
.template-mediatheque-list .table-striped thead {
  text-align: left;
}
.template-mediatheque-list .table-striped thead th {
  padding: 12px;
  color: var(--e-global-color-primary);
  font-weight: 800;
  border:0;
  border-bottom: 1px solid #B7C7D1;
  position: relative;
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  background-color:white;
  border-block-start: 0 !important;
}
.template-mediatheque-list .table-striped thead th:first-of-type {
  width: 30%;
}
.template-mediatheque-list .table-striped thead th:nth-of-type(2) {
  width: 30%;
}
.template-mediatheque-list .table-striped thead th:nth-of-type(3) {
  width: 20%;
}
.template-mediatheque-list .table-striped thead th:nth-last-of-type(1) {
  width: 20%;
}
.template-mediatheque-list .table-striped thead th a {
  color: var(--e-global-color-primary);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.template-mediatheque-list .table-striped thead th a::after {
  content: "";
  width: 0.8125rem;
  height: 0.4375rem;
  background-image: url(icons/icon-fleche-bas.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.template-mediatheque-list .table-striped thead th a:hover {
  color: var(--e-global-color-accent);
}
.template-mediatheque-list .table-striped thead th .sort-icon {
  margin-left: 8px;
  font-size: 12px;
  color: #7d7d7d;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.template-mediatheque-list .table-striped thead th .sort-icon:hover {
  transform: rotate(180deg);
}
.template-mediatheque-list .table-striped tbody td {
  padding: 16px;
  border:0;
  border-bottom: 1px solid #B7C7D1;
  color: var(--e-global-color-primary);
  background-color:white;
}
.template-mediatheque-list .table-striped tbody td a {
  color: var(--e-global-color-primary);
  text-decoration: none;
  font-weight: 700;
  position: relative;
  padding-left: 30px;
  display: block;
}
@media (min-width: 980px) {
  .template-mediatheque-list .table-striped tbody td a {
    width: 100%;
  }
}
.template-mediatheque-list .table-striped tbody td a::before {
  content: "";
  width: 1rem;
  height: 1.125rem;
  background-image: url(icons/icon-fichier.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.template-mediatheque-list .table-striped tbody td a:hover {
  color: var(--e-global-color-accent);
}
.template-mediatheque-list .table-striped tbody td .file-icon {
  margin-right: 8px;
  font-style: normal;
}
.template-mediatheque-list .table-striped .file-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("/path/to/icon-file.png") no-repeat center center;
  background-size: contain;
}

.blog h1,
.blog h2,
.blog h3,
.blog h4,
.blog h5,
.blog h6,
.blog ul,
.blog ol,
.blog p {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
.blog h1 {
  font-weight: bold;
}
.blog li {
  list-style: none;
}
.blog .template-mediatheque .row:first-of-type a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.blog .template-mediatheque .row:first-of-type a::before {
  content: "";
  width: 1rem;
  height: 1rem;
  background-image: url(icons/icon-retour-tertiary.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.blog .template-mediatheque .row:nth-of-type(3) {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.blog .template-mediatheque .row .categorie {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.blog .template-mediatheque .row .categorie::before {
  content: "";
  width: 1rem;
  height: 1rem;
  background-image: url(icons/icon-categorie.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.blog .template-mediatheque .row .date {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.blog .template-mediatheque .row .date::before {
  content: "";
  width: 1rem;
  height: 1rem;
  background-image: url(icons/icon-date.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.blog .template-mediatheque .row:last-of-type {
  flex-direction: column;
}
@media (min-width: 980px) {
  .blog .template-mediatheque .row:last-of-type {
    flex-direction: row;
  }
}
@media (min-width: 980px) {
  .blog .template-mediatheque .row:last-of-type .col-left {
    padding-right: 1.5rem;
  }
}
.blog .template-mediatheque .row:last-of-type .col-left h3 {
  margin-bottom: 1.25rem;
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.blog .template-mediatheque .row:last-of-type .col-left ul {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.blog .template-mediatheque .row:last-of-type .col-left ul .file {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.blog .template-mediatheque .row:last-of-type .col-left ul .file-link::before {
  content: "";
  width: 1rem;
  height: 1rem;
  background-image: url(icons/icon-lien.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.blog .template-mediatheque .row:last-of-type .col-left ul .file-file::before {
  content: "";
  width: 1rem;
  height: 1rem;
  background-image: url(icons/icon-telechargement.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.blog .template-mediatheque .row:last-of-type .col-left ul a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
}
.blog .template-mediatheque .row:last-of-type .col-left ul a:hover {
  color: #00bdb9;
}
@media (min-width: 980px) {
  .blog .template-mediatheque .row:last-of-type .col-right {
    padding-left: 1.5rem;
  }
}
.blog .template-mediatheque .row:last-of-type .col-right h2 {
  margin: 1.25rem 0 1rem 0;
  font-weight: 700;
}
.blog .template-mediatheque .row:last-of-type .col-right h3 {
  margin: 0.75rem 0 1rem 0;
  font-weight: 700;
}
.blog .template-mediatheque .row:last-of-type .col-right p {
  margin-bottom: 0.875rem;
}
.blog .template-mediatheque .row:last-of-type .col-right ul {
  margin-left: 1rem;
}
.blog .template-mediatheque .row:last-of-type .col-right ul li {
  list-style: disc;
}
.blog .template-mediatheque .row:last-of-type .col-right ol {
  margin-left: 1rem;
}
.blog .template-mediatheque .row:last-of-type .col-right ol li {
  list-style: decimal;
}
.blog .template-mediatheque .border-right {
  border-right: 0px solid #B7C7D1;
  border-bottom: 1px solid #B7C7D1;
}
@media (min-width: 980px) {
  .blog .template-mediatheque .border-right {
    border-right: 1px solid #B7C7D1;
    border-bottom: 0px solid #B7C7D1;
  }
}
.blog .template-mediatheque .col-33 {
  width: 100%;
}
@media (min-width: 980px) {
  .blog .template-mediatheque .col-33 {
    width: 45%;
  }
}
.blog .template-mediatheque .col-66 {
  width: 100%;
  margin-top: 2rem;
}
@media (min-width: 980px) {
  .blog .template-mediatheque .col-66 {
    width: 55%;
    margin-top: 0;
  }
}

#Mon-compte {
  max-width: 62.5rem;
  margin: 0 auto;
}
#Mon-compte h1,
#Mon-compte h2,
#Mon-compte h3,
#Mon-compte h4,
#Mon-compte h5,
#Mon-compte h6,
#Mon-compte ul,
#Mon-compte ol,
#Mon-compte p {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
#Mon-compte li {
  list-style: none;
}
#Mon-compte h1 {
  font-weight: 700;
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
#Mon-compte form {
  padding-bottom: 5rem;
}
#Mon-compte form h2 {
  margin-top: 3.5rem;
  font-size: 2rem;
  margin-bottom: 1rem;
}
#Mon-compte form .line {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
#Mon-compte form .line input,
#Mon-compte form .line select,
#Mon-compte form .line textarea {
  border: 1px solid #B7C7D1;
  border-radius: 0.875rem;
  padding: 1.25rem;
  font-family: Mulish, sans-serif;
  font-size: 1rem;
  font-style: normal;
  color: var(--e-global-color-primary);
  line-height: 1.375rem;
}
#Mon-compte form .line input::placeholder,
#Mon-compte form .line select::placeholder,
#Mon-compte form .line textarea::placeholder {
  font-weight: 400;
}
#Mon-compte form .line input:focus,
#Mon-compte form .line select:focus,
#Mon-compte form .line textarea:focus {
  outline-color: var(--e-global-color-primary);
}
#Mon-compte form .line label {
  font-family: Mulish, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 1rem;
}
#Mon-compte form .line label span {
  color: #86A2B2;
  font-size: 1rem;
  font-weight: 300;
}
#Mon-compte form button {
  margin-top: 3.5rem;
  padding: 0.75rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: fit-content;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  border-radius: 1.9375rem;
  font-weight: 700;
  border: 1px solid;
  border-color: var(--e-global-color-primary);
  background: var(--e-global-color-primary);
  color: white;
}
#Mon-compte form button:hover {
  border-radius: 0;
}
#Mon-compte form input[type=submit] {
  margin-top: 3.5rem;
  padding: 0.75rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: fit-content;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  border-radius: 1.9375rem;
  font-weight: 700;
  border: 1px solid;
  border-color: var(--e-global-color-primary);
  background: var(--e-global-color-primary);
  color: white;
}
#Mon-compte form input[type=submit]:hover {
  border-radius: 0;
}
#Mon-compte .block h2 a {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  color: var(--e-global-color-primary);
}
#Mon-compte .block h2 a:hover {
  color: var(--e-global-color-accent);
}
#Mon-compte .block h2 a::after {
  content: "";
  width: 0.375rem;
  height: 0.875rem;
  background-image: url(icons/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#Mon-compte .block:nth-of-type(2) {
  padding: 2rem 0;
}
#Mon-compte .block:nth-of-type(3), #Mon-compte .block:nth-of-type(4) {
  padding: 2rem 0;
  border-top: solid 1px #B7C7D1;
}
#Mon-compte .block:nth-of-type(3) h2, #Mon-compte .block:nth-of-type(4) h2, #Mon-compte .block:nth-of-type(2) h2 {
  margin: 0;
}
#Mon-compte .block:nth-last-of-type(4) {
  border-bottom: solid 1px #B7C7D1;
}

#Supprimer-compte {
  max-width: 62.5rem;
  margin: 0 auto;
}
#Supprimer-compte h1,
#Supprimer-compte h2,
#Supprimer-compte h3,
#Supprimer-compte h4,
#Supprimer-compte h5,
#Supprimer-compte h6,
#Supprimer-compte ul,
#Supprimer-compte ol,
#Supprimer-compte p {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
#Supprimer-compte li {
  list-style: none;
}
#Supprimer-compte .row a {
  display: flex;
  align-items: start;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
#Supprimer-compte .row a::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: url(icons/icon-retour-tertiary.svg) no-repeat center;
  background-size: contain;
  display: block;
}
#Supprimer-compte h1 {
  font-weight: 700;
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
#Supprimer-compte p {
  margin-bottom: 1.5rem;
}
#Supprimer-compte p a {
  color: var(--e-global-color-primary);
}
#Supprimer-compte strong {
  font-size: 1.125rem;
  font-weight: 700;
}
#Supprimer-compte ul {
  margin-left: 1rem;
}
#Supprimer-compte li {
  list-style: disc;
}
#Supprimer-compte li strong {
  font-weight: 700;
  font-size: 1rem;
}
#Supprimer-compte li a {
  color: #08C7D5;
}
#Supprimer-compte input[type=submit] {
  margin-top: 3.5rem;
  padding: 0.75rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: fit-content;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  border-radius: 1.9375rem;
  font-weight: 700;
  border: 1px solid;
  color: white;
}
#Supprimer-compte input[type=submit]:hover {
  border-radius: 0;
}

#ModifierMdp {
  max-width: 62.5rem;
  margin: 0 auto;
}
#ModifierMdp h1,
#ModifierMdp h2,
#ModifierMdp h3,
#ModifierMdp h4,
#ModifierMdp h5,
#ModifierMdp h6,
#ModifierMdp ul,
#ModifierMdp ol,
#ModifierMdp p {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
#ModifierMdp .row a {
  display: flex;
  align-items: start;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
#ModifierMdp .row a::before {
  display: none;
}
#ModifierMdp h1 {
  margin-bottom: 1rem;
  font-weight: bold;
}
#ModifierMdp ul {
  margin-left: 1rem;
}
#ModifierMdp li {
  list-style: disc;
}
#ModifierMdp form {
  display: flex;
  flex-direction: column;
  max-width: 37.125rem;
}
#ModifierMdp form input,
#ModifierMdp form select,
#ModifierMdp form textarea {
  border: 1px solid #B7C7D1;
  border-radius: 0.875rem;
  padding: 1.25rem;
  font-family: Mulish, sans-serif;
  font-size: 1rem;
  font-style: normal;
  color: var(--e-global-color-primary);
  line-height: 1.375rem;
  width: 100%;
}
#ModifierMdp form input::placeholder,
#ModifierMdp form select::placeholder,
#ModifierMdp form textarea::placeholder {
  font-weight: 400;
}
#ModifierMdp form input:focus,
#ModifierMdp form select:focus,
#ModifierMdp form textarea:focus {
  outline-color: var(--e-global-color-primary);
}
#ModifierMdp form label {
  font-family: Mulish, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 1rem;
  margin-bottom: 0.3rem;
  color: var(--e-global-color-primary);
}
#ModifierMdp form label span {
  color: #86A2B2;
  font-size: 1rem;
  font-weight: 300;
}
#ModifierMdp form input[type=submit] {
  margin-top: 3.5rem;
  padding: 0.75rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: fit-content;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  border-radius: 1.9375rem;
  font-weight: 700;
  border: 1px solid;
  color: white;
}
#ModifierMdp form input[type=submit]:hover {
  border-radius: 0;
}

#Modifier-profil-annuaire {
  max-width: 62.5rem;
  margin: 0 auto;
}
#Modifier-profil-annuaire h1,
#Modifier-profil-annuaire h2,
#Modifier-profil-annuaire h3,
#Modifier-profil-annuaire h4,
#Modifier-profil-annuaire h5,
#Modifier-profil-annuaire h6,
#Modifier-profil-annuaire ul,
#Modifier-profil-annuaire ol,
#Modifier-profil-annuaire p {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
#Modifier-profil-annuaire li {
  list-style: none;
}
#Modifier-profil-annuaire h1 {
  font-weight: bold;
}
#Modifier-profil-annuaire h2,
#Modifier-profil-annuaire h3 {
  margin-top: 3.5rem;
  font-size: 2rem;
  margin-bottom: 1rem;
  color: var(--e-global-color-primary);
  text-transform: initial;
}
#Modifier-profil-annuaire .hero-title {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 3rem;
}
#Modifier-profil-annuaire .hero-title .status_annonce {
  display: flex;
  flex-direction: row-reverse;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1.2rem 0.5rem 1.2rem;
  background: white;
  border-radius: 1.25rem;
  width: fit-content;
  border: 1px solid #B7C7D1;
  font-size: 1rem;
  line-height: 1em;
  min-width: 125px;
}
#Modifier-profil-annuaire .hero-title .status_annonce .icon {
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 0.75rem;
  margin: 0;
  color: var(--e-global-color-primary);
}
#Modifier-profil-annuaire .hero-title .status_annonce .icon.text-success {
  background: var(--e-global-color-cdeaeaf);
}
#Modifier-profil-annuaire .hero-title .status_annonce .icon.text-warning {
  background: #00bdb9;
}
#Modifier-profil-annuaire .hero-title .status_annonce .icon.text-danger {
  background: #FA7373;
}
#Modifier-profil-annuaire .hero-title .status_annonce .icon.text-secondary {
  background: #86A2B2;
}
#Modifier-profil-annuaire .form_members {
  position: relative;
}
#Modifier-profil-annuaire .form_members .statut {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 2rem;
  font-family: Mulish, sans-serif;
  color: var(--e-global-color-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.25rem 0.75rem;
  margin: 0;
  border: 1px solid #B7C7D1;
  max-width: 45%;
  text-align: left;
}
#Modifier-profil-annuaire .form_members .statut:nth-last-of-type(1) {
  position: static;
  border: none;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 2.375rem;
  border-radius: 2rem;
  padding: 1.75rem 2rem;
}
#Modifier-profil-annuaire .form_members .statut-success::after {
  content: "";
  width: 1rem;
  height: 1rem;
  background: var(--e-global-color-cdeaeaf);
  border-radius: 50%;
}
#Modifier-profil-annuaire .form_members .statut-warning {
  position: static;
  border: none;
  width: 100%;
  max-width: 100%;
  margin-top: 2rem;
  display: flex;
  align-items: center;
  gap: 2.375rem;
  border-radius: 0.875rem;
  padding: 1.75rem 2rem;
  background: #00bdb9;
  color: white;
}
#Modifier-profil-annuaire .form_members .statut-warning::before {
  content: "";
  width: 4rem;
  height: 4rem;
  background: url(icons-anime/search.gif);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#Modifier-profil-annuaire .form_members .statut-danger {
  position: static;
  border: none;
  width: 100%;
  max-width: 100%;
  margin-top: 2rem;
  display: flex;
  align-items: center;
  gap: 2.375rem;
  border-radius: 0.875rem;
  padding: 1.75rem 2rem;
  background: #FA7373;
  color: white;
}
#Modifier-profil-annuaire .form_members .statut-danger::before {
  content: "";
  width: 4rem;
  height: 4rem;
  background: url(icons-anime/alert.gif);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#Modifier-profil-annuaire .form_members .info {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #00bdb9;
  font-size: 18px;
  font-family: Mulish, sans-serif;
  margin-bottom: 2rem;
  width: 100%;
}
#Modifier-profil-annuaire .form_members .info .bold {
  font-weight: 800;
}
#Modifier-profil-annuaire .form_members .info::before {
  content: "";
  width: 1.1rem;
  min-width: 1.1rem;
  height: 1.1rem;
  background: url(icons/icon-info-tertiary.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
#Modifier-profil-annuaire .form_members .grp-input {
  display: flex;
  flex-direction: column;
  align-items: top;
  gap: 1rem;
  width: 100%;
}
@media (min-width: 980px) {
  #Modifier-profil-annuaire .form_members .grp-input {
    flex-direction: row;
  }
}
#Modifier-profil-annuaire .form_members .grp-input .line {
  width: 100%;
}
#Modifier-profil-annuaire .form_members .grp-input .line.block-NOM,
#Modifier-profil-annuaire .form_members .grp-input .line.block-PRENOM{
  margin-top:0;
}
#Modifier-profil-annuaire .form_members .block {
  margin: 0;
  padding: 0;
  background: none;
}
#Modifier-profil-annuaire .form_members .block-input,
#Modifier-profil-annuaire .form_members .block-input-add, 
#Modifier-profil-annuaire .form_members .block-checkbox, 
#Modifier-profil-annuaire .form_members .block-textarea, 
#Modifier-profil-annuaire .form_members .block-file,
#Modifier-profil-annuaire .form_members .line.block-MODE_EXERCICE {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
#Modifier-profil-annuaire .form_members .block-select {
  margin-top: 1rem;
}
#Modifier-profil-annuaire .form_members .input-check-label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
#Modifier-profil-annuaire .form_members .input-check-label input {
  width: auto;
}
#Modifier-profil-annuaire .form_members .input-check-label label {
  margin: 0;
  font-weight: 400;
}
#Modifier-profil-annuaire .form_members .btn {
  border: 1px solid var(--e-global-color-accent);
  border-radius: 0.875rem;
  padding: 1.25rem;
  font-size: 1rem;
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  width: 100%;
}
#Modifier-profil-annuaire .form_members .btn::before {
  content: "+";
  color: white;
  width: 35px;
  height: 35px;
  border-radius: 20px;
  background: var(--e-global-color-accent);
  font-size: 35px;
  line-height: 29px;
  display: inline-block;
}
#Modifier-profil-annuaire .form_members .btn:hover {
  border-radius: 0;
}
#Modifier-profil-annuaire .form_members .public_select,
#Modifier-profil-annuaire .form_members .specificites_select,
#Modifier-profil-annuaire .form_members .type_prise_charge_select,
#Modifier-profil-annuaire .form_members .secteur_geo_select,
#Modifier-profil-annuaire .form_members .specialites_select {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
#Modifier-profil-annuaire .form_members .public_select input,
#Modifier-profil-annuaire .form_members .specificites_select input,
#Modifier-profil-annuaire .form_members .type_prise_charge_select input,
#Modifier-profil-annuaire .form_members .secteur_geo_select input,
#Modifier-profil-annuaire .form_members .specialites_select input {
  width: auto;
}
#Modifier-profil-annuaire .form_members .public_select label,
#Modifier-profil-annuaire .form_members .specificites_select label,
#Modifier-profil-annuaire .form_members .type_prise_charge_select label,
#Modifier-profil-annuaire .form_members .secteur_geo_select label,
#Modifier-profil-annuaire .form_members .specialites_select label {
  margin: 0;
  font-weight: normal;
}
#Modifier-profil-annuaire .form_members .grid-input-checkbox {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}
#Modifier-profil-annuaire .form_members .grid-input-checkbox .public_select {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
#Modifier-profil-annuaire .form_members .grid-input-checkbox .public_select input {
  width: auto;
}
#Modifier-profil-annuaire .form_members .grid-input-checkbox .public_select label {
  margin: 0;
  font-weight: normal;
}
#Modifier-profil-annuaire .form_members input[type=file]::file-selector-button {
  border: 1px solid #B7C7D1;
  border-radius: 20px;
  background: none;
  font-family: Mulish, sans-serif;
  font-weight: 700;
}
#Modifier-profil-annuaire .form_members .tableau-checkbox td{
  position:relative;
}
#Modifier-profil-annuaire .form_members .tableau-checkbox td,
#Modifier-profil-annuaire .form_members .tableau-checkbox th{
  border:none;
  border-bottom: 1px solid #B7C7D1;
  background:none;
}
#Modifier-profil-annuaire .form_members .tableau-checkbox {
  width: 100%;
  border-collapse: collapse;
  margin:0;
}
#Modifier-profil-annuaire .form_members .tableau-checkbox thead th {
  padding: 0.5rem;
  font-weight: 700;
  text-align: center;
}
#Modifier-profil-annuaire .form_members .tableau-checkbox tbody th {
  text-align: left;
  padding: 0.5rem;
  font-weight: 700;
}
#Modifier-profil-annuaire .form_members .tableau-checkbox td {
  text-align: center;
  padding: 0.5rem;
}
#Modifier-profil-annuaire .form_members .tableau-checkbox td input[type=checkbox] {
  width: 20px;
  height: 20px;
  cursor: pointer;
  accent-color: var(--e-global-color-primary);
  position: relative;
  display: inline;
}
#Modifier-profil-annuaire .form_members .tableau-checkbox th.text-start {
  padding-left: 1rem;
}
/*#Modifier-profil-annuaire .form_members #DETAILS_LOGO{
  margin-top: 20px;
}
#Modifier-profil-annuaire .form_members #DETAILS_LOGO::before {
  content: "+";
  color: white;
  width: 100px;
  height: 100px;
  border-radius: 64px;
  background: var(--e-global-color-accent);
  display: inline-block;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  text-align: center;
  line-height: 93px;
  vertical-align: middle;
  margin-right: 10px;
}

#Modifier-profil-annuaire .form_members #DETAILS_LOGO::file-selector-button {
  width: 0;
  border: none;
  padding: 0;
  display: hidden;
}
#Modifier-profil-annuaire .form_members #DETAILS_LOGO:hover {
  border-radius: 0;
}*/

#Modifier-profil-annuaire .form_members .block-MODE_EXERCICE i{
  display: none;
}

#Modifier-profil-annuaire .form_members button:hover {
  border-radius: 0;
}
#Modifier-profil-annuaire .form_members button.btn {
  border: 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: fit-content;
  border-radius: 3.125rem;
  color: white;
  font-weight: 700;
  margin-top:3rem;
}
#Modifier-profil-annuaire .form_members button.btn::before {
  content: "";
  display: none;
  width: 0;
  height: 0;
}
#Modifier-profil-annuaire .form_members button.btn-danger {
  margin-top: -6px;
  border-color: #FA7373;
  background: #FA7373;
  color: white;
}
#Modifier-profil-annuaire .form_members .col-form-file {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

#Modifier-profil-annuaire .form_members .col-file,
#Modifier-profil-annuaire .form_members #logo{
  position: relative;
  display: block;
  padding-left: 40px;
  margin: 15px 0;
}
#Modifier-profil-annuaire .form_members .col-file button,
#Modifier-profil-annuaire .form_members #logo button{
  right: unset;
  left: 0;
  width: 30px !important;
  height: 30px !important;
  margin-top:0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
}
#Modifier-profil-annuaire .form_members .col-file button i:before,
#Modifier-profil-annuaire .form_members #logo button i:before{
  font-size: 12px;
}
#Modifier-profil-annuaire .form_members .block-JOURS_TRAVAILLES label{
  margin-top: 1rem;
  padding-left: 0;
}
#Modifier-profil-annuaire .form_members .block-JOURS_TRAVAILLES label,
#Modifier-profil-annuaire .form_members .block-JOURS_TRAVAILLES label p{
  font-size: 1.125rem;
  font-weight: 900!important;
  color: var(--e-global-color-primary);
}
#Modifier-profil-annuaire .form_members .block-DIPLOMES .card{
  border: 1px solid #B7C7D1;
  border-radius: 0.875rem;
  padding: 1rem;
  margin-bottom: 0.75rem;
}
#Modifier-profil-annuaire .form_members .block-DIPLOMES .card .card-body{
  display: flex;
  flex-direction: column;
}
#Modifier-profil-annuaire .form_members .block-DIPLOMES .card .card-body div.row{
  flex:1;
}
#Modifier-profil-annuaire .form_members .block-DIPLOMES input[type=file]{
  padding:1.2rem;
}
@media (min-width:768px){
  #Modifier-profil-annuaire .form_members .block-DIPLOMES .card .card-body{
    flex-direction: row;
    gap: 1rem;
  }
}
#Modifier-profil-annuaire .form_members input[type=file]{
  border: 1px solid #B7C7D1;
  border-radius: 0.875rem;
  padding: 1.5rem 1rem;
  margin-bottom: 0.75rem;
  width: 100%;
}
#Modifier-profil-annuaire .form_members .block-CONTACTS .card{
  padding:1rem;
  border: 1px solid #B7C7D1;
  border-radius: 0.875rem;
  margin-bottom: 0.75rem;
}
#Modifier-profil-annuaire .form_members .block-CONTACTS .card a.text-danger{
  color:#FA7373;
}

#Annuaire h1,
#Annuaire h2,
#Annuaire h3,
#Annuaire h4,
#Annuaire h5,
#Annuaire h6,
#Annuaire ul,
#Annuaire ol,
#Annuaire p {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
#Annuaire h1 {
  font-weight: bold;
}

#Annuaire #results_form .card ul li {
    list-style: none;
    position: relative;
    padding-left: 25px;
    color:var(--e-global-color-primary);
}
#Annuaire #results_form .card ul li i {
    position: absolute;
    top: 5px;
    left: 0;
}
#Annuaire #search_form{
  background-color:var(--e-global-color-d7f9bc9);
}
#Annuaire #form_search_annuaire {
  width: 100%;
  padding-bottom: 2rem;
  padding-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}


#Annuaire #form_search_annuaire #less_search .row {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  max-width: 84.375rem;
  margin: 0 auto;
}
@media (min-width: 980px) {
  #Annuaire #form_search_annuaire #less_search .row {
    flex-direction: row;
    align-items: flex-end;
    gap: 1.25rem;
    padding: 0;
  }
}
#Annuaire #form_search_annuaire #less_search .row label {
  font-family: Mulish, sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375rem;
}
#Annuaire #form_search_annuaire #less_search .row input {
  border: 1px solid #B7C7D1;
  border-radius: 0.875rem;
  padding: 1.625rem 1.25rem;
  font-family: Mulish, sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.375rem;
}
#Annuaire #form_search_annuaire #less_search .row input::placeholder {
  font-weight: 400;
  color: var(--e-global-color-primary);
}
#Annuaire #form_search_annuaire #less_search .row input:focus {
  outline-color: var(--e-global-color-primary);
}
#Annuaire #form_search_annuaire #less_search .row input[type=text] {
  height: 4.75rem !important;
  background-image: none !important;
  padding: 1.625rem 1.25rem !important;
}
#Annuaire #form_search_annuaire #less_search .row .element-1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
@media (min-width: 980px) {
  #Annuaire #form_search_annuaire #less_search .row .element-1 {
    width: 40%;
  }
  #Annuaire #form_search_annuaire #less_search .row .element-1:first-of-type {
    width: 12%;
    height: 4.75rem;
    display: flex;
    justify-content: center;
  }
  #Annuaire #form_search_annuaire #less_search .row .element-1:first-of-type label {
    margin-top: 0;
  }
}
#Annuaire #form_search_annuaire #less_search .row .element-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  border: 1px solid #B7C7D1;
  padding: 0.5rem 1rem;
  border-radius: 0.875rem;
  width: 100%;
  height: 4.75rem;
  position: relative;
  background-color:white;
}
@media (min-width: 980px) {
  #Annuaire #form_search_annuaire #less_search .row .element-2 {
    width: 40%;
  }
}
#Annuaire #form_search_annuaire #less_search .row .element-2 select {
  width: 100%;
  padding: 0.5rem;
  font-size: 1rem;
  color: var(--e-global-color-primary);
  font-family: Mulish, sans-serif;
  font-weight: 700;
  border: none;
  outline: none;
  background: none;
  position: relative;
  border-radius: 0;
  border-right: 1px solid #B7C7D1;
}
#Annuaire #form_search_annuaire #less_search .row .element-2 select::after {
  content: "⌵";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  pointer-events: none;
  color: var(--e-global-color-primary);
  font-size: 0.8rem;
}
#Annuaire #form_search_annuaire #less_search .row .element-2 .btn-rayon {
  font-size: 1rem;
  color: var(--e-global-color-primary);
  font-family: Mulish, sans-serif;
  font-weight: 700;
  border: none;
  outline: none;
  background: none;
  margin-top: 0;
  cursor: pointer;
}
#Annuaire #form_search_annuaire #less_search .row .element-2-2 {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  width: 100%;
  border: 1px solid #B7C7D1;
  border-radius: 0.875rem;
  padding: 3rem 2rem 0.875rem;
  z-index: 2;
}
#Annuaire #form_search_annuaire #less_search .row .element-2-2 input[type=range] {
  padding: 0.75rem 0;
  border: none;
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  cursor: pointer;
}
#Annuaire #form_search_annuaire #less_search .row .element-2-2 input[type=range]::-webkit-slider-runnable-track {
  background: #B7C7D1;
  height: 0.25rem;
  border-radius: 0.125rem;
  position: relative;
}
#Annuaire #form_search_annuaire #less_search .row .element-2-2 input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background: var(--e-global-color-primary);
  cursor: pointer;
  margin-top: -0.5rem;
}
#Annuaire #form_search_annuaire #less_search .row .element-2-2 input[type=range]::-moz-range-thumb {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background: var(--e-global-color-primary);
  cursor: pointer;
}
#Annuaire #form_search_annuaire #less_search .row .element-2-2 input[type=range]::-moz-range-track {
  background: #B7C7D1;
  height: 0.25rem;
  border-radius: 0.125rem;
}
#Annuaire #form_search_annuaire #less_search .row .element-2-2 input[type=range]::-moz-range-progress {
  background: var(--e-global-color-primary);
}
#Annuaire #form_search_annuaire #less_search .row .element-2-2 .distance {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.875rem;
  font-family: Mulish, sans-serif;
}
#Annuaire #form_search_annuaire #less_search .row .element-2-2 .show-distance {
  font-size: 1rem;
  padding: 0.25rem 0.375rem;
  border-radius: 0.25rem;
  background: white;
  border: 1px solid #B7C7D1;
  display: block;
  width: fit-content;
  position: absolute;
  top: 10%;
  transform: translateX(100%);
  white-space: nowrap;
  pointer-events: none;
}
#Annuaire #form_search_annuaire #less_search .row .element-3 button {
  height: 4.75rem;
  background: var(--e-global-color-accent);
  color: white;
  border-radius: 3rem;
  border: none;
  padding: 1.25rem;
  transition: border-radius 0.3s ease-in-out;
  font-size: 1.125rem;
}
#Annuaire #form_search_annuaire #less_search .row .element-3 button:hover {
  border-radius: 0;
}
#Annuaire #results_form {
  max-width: 100%;
  padding: 0;
  display: flex;
  align-items: start;
  flex-direction: column;
  gap: 2rem;
  position: relative;
}
@media (min-width: 980px) {
  #Annuaire #results_form {
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    gap: 4rem;
    min-height: 80vh;
  }
}
#Annuaire #results_form .row-count-results{
    margin: 4rem auto;
    font-size: 1.5rem;
}
#Annuaire #results_form .count-results {
  display: flex;
  align-items: center;
  gap: 1rem;
}
#Annuaire #results_form .count-results .larger {
  color: var(--e-global-color-primary);
  font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
  font-size: 2.5rem;
  line-height: normal;
  text-align: center;
  font-weight: bold;
}
#Annuaire #results_form .col-list-results {
  flex: 1;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 980px) {
  #Annuaire #results_form .col-list-results {
    padding-right: 0;
  }
}

#Annuaire #results_form .col-list-results .cards {
  padding-top: 2.8125rem;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 42px;
  grid-row-gap: 5.25rem;
}
@media (min-width: 980px) {
  #Annuaire #results_form .col-list-results .cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

#Annuaire #results_form .col-list-results .card {
  box-shadow: none;
  padding: 1.5rem;
}
#Annuaire #results_form .col-list-results .card-list {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border: 1px solid #B7C7D1;
  padding-top: 3.75rem;
  background-color: #fff;
  border-radius: 20px;
}

#Annuaire #results_form .col-list-results .card-list img {
  width: 5.3125rem;
  height: 5.3125rem;
  border-radius: 5.625rem;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  border: 1px solid #B7C7D1;
  background: white;
}

#Annuaire #results_form .col-list-results .card-list h3 {
  color: var(--e-global-color-primary);
  font-size: 1.25rem;
  line-height: 1.375rem;
  font-weight: 700;
}
#Annuaire #results_form .col-list-results .card-list h4 {
  text-transform: uppercase;
  color: var(--e-global-color-primary);
  font-size: 14px;
  line-height: 22px;
}
#Annuaire #results_form .col-list-results .card-list .info-pro {
  color: #00bdb9;
}

#Annuaire #results_form .col-list-results .card-list .rdv-online a {
  color: #08C7D5;
}

@media (min-width: 980px) {
  #Annuaire #results_form #map {
    display: block;
    max-height: 90vh;
    max-width: 50%;
    position: sticky;
    top: 118px;
    flex: 1;
  }
}

#Annuaire #results_form #map .leaflet-popup-content-wrapper {
  background: none;
  border: none;
  box-shadow: none;
}
#Annuaire .leaflet-control-zoom a{
  color:var(--e-global-color-primary);
}
#Annuaire #results_form #map .leaflet-popup-content-wrapper .leaflet-popup-content .card {
  box-shadow: none;
}
#Annuaire #results_form #map .leaflet-popup-content-wrapper .leaflet-popup-content .card-map {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border: 1px solid #B7C7D1;
  padding: 3.75rem 1.2rem 1.2rem 1.2rem;
  background-color: #fff;
  border-radius: 20px;
}
#Annuaire #results_form #map .leaflet-popup-content-wrapper .leaflet-popup-content .card-map img {
  width: 5.3125rem;
  height: 5.3125rem;
  border-radius: 5.625rem;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  border: 1px solid #B7C7D1;
  background-color: white;
}
#Annuaire #results_form #map .leaflet-popup-content-wrapper .leaflet-popup-content .card-map ul li {
    font-family: Mulish, sans-serif;
    font-size: 16px;
    list-style: none;
    position: relative;
    padding-left: 25px;
    margin-bottom: 0.3rem;
}
#Annuaire #results_form #map .leaflet-popup-content-wrapper .leaflet-popup-content .card-map h3 {
  color: var(--e-global-color-primary);
  font-size: 1.25rem;
  font-weight: 700;
}
#Annuaire #results_form #map .leaflet-popup-content-wrapper .leaflet-popup-content .card-map h4 {
  text-transform: uppercase;
  color: var(--e-global-color-primary);
  font-size: 14px;
  line-height: 22px;
}
#Annuaire #results_form #map .leaflet-popup-content-wrapper .leaflet-popup-content .card-map .info-pro {
  color: #00bdb9;
}
#Annuaire #results_form #map a.leaflet-popup-close-button {
  top: 2rem;
  right: 2rem;
}
#Annuaire #results_form #map .leaflet-popup-tip {
  display: none;
}
#Annuaire #results_form .card ul li i.map {
  background: url(icons/icon-lieu.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
}
#Annuaire #results_form .card ul li i.phone {
  background: url(icons/icon-telephone.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
}
#Annuaire #results_form .card ul li i.email {
  background: url(icons/icon-email.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
}
#Annuaire #results_form .card ul li i.rdv {
  background: url(icons/icon-rvd-en-ligne-secondary.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
}
#Annuaire #results_form .card ul li i.infos_adherent {
  background: url(icons/icon-acces-restreint-tertiary.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
}
#Annuaire #results_form .card ul li a {
  color: var(--e-global-color-primary);
}
#Annuaire #results_form .card ul li a:hover {
  color: #08C7D5;
}
#Annuaire #buttons_form #link_buttons_print {
  background: url("icons/icon-imprimer.svg") #00bdb9 center no-repeat;
  background-size: auto 60%;
}
#Annuaire #buttons_form #link_buttons_share_search {
  background: url("icons/icon-partager-blanc.svg") var(--e-global-color-cdeaeaf) center no-repeat;
  background-size: auto 60%;
  display: block!important;
}


#buttons_form {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    width: 100%;
}
#buttons_form #link_buttons_map, #buttons_form #link_buttons_list, #buttons_form .addtoany_shortcode,#buttons_form>div, #buttons_form #link_buttons_espace_pro, #buttons_form #link_buttons_edit, #buttons_form #link_buttons_print,
#buttons_form #link_buttons_back, #buttons_form #link_buttons_share_search{
    height: 68px;
    display: block;
    font-size: 0;
    flex: 1;
}
@media (min-width: 768px) {
    #buttons_form {
        position: fixed;
        bottom: auto;
        top: 50%;
        transform: translateY(-50%);
        left: auto;
        right: 0;
    }
    #buttons_form #link_buttons_map, #buttons_form #link_buttons_list, #buttons_form .addtoany_shortcode, #buttons_form #link_buttons_espace_pro, #buttons_form #link_buttons_edit, #buttons_form #link_buttons_print,#buttons_form #link_buttons_back, #buttons_form #link_buttons_share_search{
        width: 81px;
        display: block;
        background-position: top left;
        transform: translateX(10px);
        transition: all ease-in-out 300ms;
    }
    #buttons_form #link_buttons_map:hover, #buttons_form #link_buttons_list:hover, #buttons_form .addtoany_shortcode:hover, #buttons_form #link_buttons_espace_pro:hover, #buttons_form #link_buttons_edit:hover, #buttons_form #link_buttons_print:hover, #buttons_form #link_buttons_back:hover, #buttons_form #link_buttons_share_search:hover{
        transform: translateX(0);
    }
}
@media (min-width: 768px) {
    #buttons_form {
        width: 81px;
        display: block;
    }
}

#share_modal.open {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 999990;
}

.share_modal_content {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    color: var(--color-texte);
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    justify-content: center;
    max-width: 600px;
    margin: 0 auto;
}
.share_input_wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}
.share_input_wrapper input {
    font-size: 12px !important;
    padding: 8px 30px 8px 10px !important;
    width: 100%;
    cursor: pointer;
}
.share_input_wrapper::after {
    content: '';
    background: url(icons/icon-copier.svg) center no-repeat;
    background-size: contain;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    pointer-events: none;
    opacity: 0.6;
}

#FicheAnnuaire .grp-btn {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 1rem;
}
@media (min-width: 980px) {
  #FicheAnnuaire .grp-btn {
    flex-direction: row;
    align-items: center;
  }
}
#FicheAnnuaire .leaflet-control-zoom a {
    color: var(--e-global-color-primary);
}
#FicheAnnuaire #buttons_form #link_buttons_print {
  background: url("icons/icon-imprimer.svg") #00bdb9 center no-repeat;
  background-size: auto 60%;
}
#FicheAnnuaire #buttons_form .addtoany_shortcode {
  background: url("icons/icon-partager-blanc.svg") var(--e-global-color-cdeaeaf) center no-repeat;
  background-size: auto 60%;
}
#FicheAnnuaire #buttons_form .addtoany_shortcode a span {
    background: transparent !important;
}
#FicheAnnuaire #buttons_form .addtoany_shortcode a span svg {
    display: none;
}
#FicheAnnuaire #buttons_form #link_buttons_back{
  background: url("icons/icon-retour-blanc.svg") var(--e-global-color-primary) center no-repeat;
  background-size: auto 100%;
  width: 81px;
  display: block;
  transition: all ease-in-out 300ms;
  height: 68px;
  color: #0b0b48;
  font-size: 0;
}
#FicheAnnuaire li {
  list-style: none;
}
#FicheAnnuaire .fiche .tabs_titles {
  border: none;
}
#FicheAnnuaire .container {
  max-width: 84.375rem;
  margin: 0 auto;
  width: 100%;
  padding: 0 1rem;
}
@media (min-width: 980px) {
  #FicheAnnuaire .container {
    padding: 0 1rem;
  }
}

#FicheAnnuaire .head-fiche::before,
#FicheAnnuaire .back::before {
  display: none;
}
#FicheAnnuaire .head-fiche .container,
#FicheAnnuaire .back .container {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 0.5rem;
  padding-top: 0 !important;
}
@media (min-width: 980px) {
  #FicheAnnuaire .head-fiche .container,
  #FicheAnnuaire .back .container {
    flex-direction: row;
    align-items: center;
    gap: 2.625rem;
  }
}

#FicheAnnuaire .head-fiche .container .logo_adherent,
#FicheAnnuaire .back .container .logo_adherent {
  width: 8rem;
  height: 8rem;
}

#FicheAnnuaire .head-fiche .container img,
#FicheAnnuaire .back .container img {
  width: 8rem;
  height: 8rem;
  border-radius: 5.625rem;
  background: white;
  border: 1px solid var(--e-global-color-primary);
}

#FicheAnnuaire .head-fiche .container h1,
#FicheAnnuaire .back .container h1 {
  color: var(--e-global-color-primary);
  font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 700;
  text-align: left;
}
@media (min-width: 980px) {
  #FicheAnnuaire .head-fiche .container h1,
  #FicheAnnuaire .back .container h1 {
    font-size: 2.5rem;
    line-height: 3.125rem;
  }
}

#FicheAnnuaire .head-fiche .container .fiche-profession,
#FicheAnnuaire .back .container .fiche-profession {
  color: var(--e-global-color-primary);
  font-size: 1.125rem;
  background: none;
  text-align: left;
}
@media (min-width: 980px) {
  #FicheAnnuaire .head-fiche .container .fiche-profession,
  #FicheAnnuaire .back .container .fiche-profession {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
#FicheAnnuaire .head-fiche .container .fiche-type,
#FicheAnnuaire .back .container .fiche-type {
  color: var(--e-global-color-primary);
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  background: none;
  text-align: left;
}
@media (min-width: 980px) {
  #FicheAnnuaire .head-fiche .container .fiche-type,
  #FicheAnnuaire .back .container .fiche-type {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}

#FicheAnnuaire .back {
  max-width: 100%;
}

#FicheAnnuaire .back a {
  max-width: 84.375rem;
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 2.625rem;
  padding: 2rem 1rem 1.125rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 22px;
}
#FicheAnnuaire .back a::before {
  content: "";
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  background: url(icons/icon-retour-tertiary.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
#FicheAnnuaire .tabs_titles {
  margin: 0 auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
  max-width: 84.375rem;
  padding: 0 1rem !important;
}

#FicheAnnuaire .tabs_titles nav {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 0.75rem;
  width: 100%;
  border-bottom: 1px solid #B7C7D1;
}
@media (min-width: 980px) {
  #FicheAnnuaire .tabs_titles nav {
    justify-content: flex-start;
    flex-direction: row;
    gap: 1.25rem;
  }
}
#FicheAnnuaire .tabs_titles nav a {
  background: none;
  border: none;
  padding: 0;
  font-family: Mulish, sans-serif;
  font-size: 1.125rem;
  font-weight: 900;
  line-height: 1.375rem;
  color: var(--e-global-color-primary);
  cursor: pointer;
  padding: 0.5rem 0;
  border-bottom: 1px solid #B7C7D1;
}
#FicheAnnuaire .tabs_titles nav a.active {
  color: var(--e-global-color-primary);
  border-bottom: 0.4375rem solid var(--e-global-color-accent);
}
@media (min-width: 980px) {
  #FicheAnnuaire .tabs_titles nav a {
    padding: 0 1.25rem 1.875rem 1.25rem;
    border: none;
  }
}
#FicheAnnuaire .tabs_datas {
  margin: 0 auto;
  max-width: 84.375rem;
  padding: 0 1rem;
  gap: 2rem;
  margin-top: 2rem;
}

#FicheAnnuaire .tabs_datas .block_contact {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 980px) {
  #FicheAnnuaire .tabs_datas .block_contact {
    gap: 2rem;
    flex-direction: row;
  }
  #FicheAnnuaire .tabs_datas .block_contact .col-6:first-of-type{
    max-width: 45%;
  }
}

#FicheAnnuaire .tabs_datas .block_contact .grp-btn a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
#FicheAnnuaire .tabs_datas .block_contact .col-6:first-of-type {
  padding: 0.75rem 0;
}
#FicheAnnuaire .tabs_datas .block_contact .col-6:nth-of-type(2) {
  height: 21.875rem;
}
@media (min-width: 980px) {
  #FicheAnnuaire .tabs_datas .block_contact .col-6:nth-of-type(2) {
    height: auto;
  }
}
#FicheAnnuaire .tabs_datas .block_contact .col-6 ul {
  padding: 0;
}
#FicheAnnuaire .tabs_datas .block_contact .contact-prise-rdv {
  padding: 0.75rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: fit-content;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  border-radius: 1.9375rem;
  font-weight: normal;
  border: 1px solid;
  font-weight: 700;
  border-color: var(--e-global-color-primary);
  background: var(--e-global-color-primary);
  color: white;
}
#FicheAnnuaire .tabs_datas .block_contact .contact-prise-rdv:hover {
  border-radius: 0;
}
#FicheAnnuaire .tabs_datas .block_contact ul li {
  /*display: flex;
  align-items: center;
  gap: 0.5rem;*/
  padding-left:30px;
  position: relative;
}
#FicheAnnuaire .tabs_datas .block_contact ul li i.map {
  background: url(icons/icon-lieu.svg);
}
#FicheAnnuaire .tabs_datas .block_contact ul li i.phone {
  background: url(icons/icon-telephone.svg);

}
#FicheAnnuaire .tabs_datas .block_contact ul li i.email {
  background: url(icons/icon-email.svg);
}
#FicheAnnuaire .tabs_datas .block_contact ul li i{
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  display: block;
  position:absolute;
  top:6px;
  left:0;
}

#FicheAnnuaire .tabs_datas .block_contact .site_internet {
  width: 1.125rem;
  height: 1.125rem;
  background: url(icons/icon-site-internet.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#FicheAnnuaire .tabs_datas .block_contact .prise_rdv {
  width: 1.125rem;
  height: 1.125rem;
  background: url(icons/icon-rvd-en-ligne-blanc.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#FicheAnnuaire .tabs_datas .block_contact #map {
  width: 100%;
}
@media (min-width: 980px) {
  #FicheAnnuaire .tabs_datas .block_contact #map {
    max-width: 50%;
  }
  #FicheAnnuaire .tabs_titles nav a {
    padding: 0.5rem 1.25rem 0.5rem 1.25rem;
  }
}

#FicheAnnuaire .tabs_datas .block_presentation {
  max-width: 46.625rem;
  padding: 0 1rem;
}
@media (min-width: 980px) {
  #FicheAnnuaire .tabs_datas .block_presentation {
    padding: 0;
  }
}

#FicheAnnuaire .tabs_datas .block_presentation h2 {
  margin-bottom: 1.5rem;
  font-size: 2.1875rem;
  font-weight: 400;
}

#FicheAnnuaire .tabs_datas .block_presentation .bold {
  font-weight: 700;
}
#FicheAnnuaire .tabs_datas .block_presentation .mt-4 {
  margin-top: 1rem;
}
#FicheAnnuaire .tabs_datas .block_presentation ul {
  margin-left: 1rem;
}
#FicheAnnuaire .tabs_datas .block_presentation ul li {
  list-style-type: disc;
}
#FicheAnnuaire .tabs_datas .block_presentation a {
  color: #08C7D5;
}
#FicheAnnuaire .tabs_datas .block_presentation hr {
  margin-top: 3rem;
  margin-bottom: 3rem;
  border:none;
  border-top:1px solid #B7C7D1;
}
#FicheAnnuaire .tabs_datas div{
  font-size: 1.125rem;
}
    
#FicheAnnuaire .tabs_datas label{
  display:inline-block;
  margin-top:0;
  font-weight: 800;
  vertical-align: inherit;
}
#FicheAnnuaire .block_adherents .sidebar-infos-adherent>div,
#FicheAnnuaire .block_presentation>div{
  margin-bottom:1rem;
}
#FicheAnnuaire .tabs_datas .block_adherents {
  max-width: 46.625rem;
  padding: 0 1rem;
}

@media (min-width: 980px) {
  #FicheAnnuaire .tabs_datas .block_adherents {
    padding: 0;
  }
}

#FicheAnnuaire .tabs_datas .block_adherents h2,
#FicheAnnuaire .tabs_datas .block_adherents h3 {
  margin-bottom: 1.5rem;
  font-size: 2.1875rem;
  font-weight: 300;
}

#FicheAnnuaire .tabs_datas .block_adherents .bold {
  font-weight: 700;
}
#FicheAnnuaire .tabs_datas .block_adherents .mt-4 {
  margin-top: 1rem;
}
#FicheAnnuaire .tabs_datas .block_adherents ul li {
  list-style-type: disc;
}
#FicheAnnuaire .tabs_datas .block_adherents .grp-btn {
  display: flex;
  align-items: center;
  margin-top: 1.25rem;
}

#FicheAnnuaire .tabs_datas .block_adherents hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
#FicheAnnuaire .tabs_datas .block_adherents p {
  margin-bottom: 1rem;
}
#FicheAnnuaire .tabs_datas .block_adherents .sidebar-infos-non-adherent .sidebar-connexion {
  padding: 0.75rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: fit-content;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  border-radius: 1.9375rem;
  font-weight: normal;
  border: 1px solid;
  font-weight: 700;
  border-color: var(--e-global-color-primary);
  background: var(--e-global-color-primary);
  color: white;
}
#FicheAnnuaire .tabs_datas .block_adherents .sidebar-infos-non-adherent .sidebar-connexion:hover {
  border-radius: 0;
}

#FicheAnnuaire .tabs_datas .block_adherents .sidebar-adhesion {
  padding: 0.75rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: fit-content;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  border-radius: 1.9375rem;
  font-weight: normal;
  border: 1px solid;
  font-weight: 700;
  border-color: var(--e-global-color-primary);
  background: var(--e-global-color-primary);
  color: white;
}
#FicheAnnuaire .tabs_datas .block_adherents .sidebar-adhesion:hover {
  border-radius: 0;
}

#FicheAnnuaire .tabs_datas .block_photos {
  padding: 0 1rem;
}

@media (min-width: 980px) {
  #FicheAnnuaire .tabs_datas .block_photos {
    padding: 0;
  }
}
#FicheAnnuaire .tabs_datas .block_photos .photos {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  /* Trois colonnes de même largeur */
  grid-auto-rows: 150px;
  /* Hauteur de base des lignes de la grille */
  gap: 18px;
  /* Espace entre les images */
  /* Largeur maximale de la grille */
  margin: auto;
  /* Centre le conteneur */
}
@media (min-width: 980px) {
  #FicheAnnuaire .tabs_datas .block_photos .photos {
    grid-template-columns: repeat(3, 1fr);
    max-width: 800px;
  }
}
#FicheAnnuaire .tabs_datas .block_photos .photos a {
  overflow: hidden;
  /* Cache tout débordement d'image */
}
#FicheAnnuaire .tabs_datas .block_photos .photos img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 100%;
  border-radius: 0;
  /* Assure que l'image remplit bien son conteneur sans être déformée */
  display: block;
  /* Évite les espaces blancs autour des images */
}
#FicheAnnuaire .tabs_datas .block_annonces {
  width: 100%;
}

#FicheAnnuaire .tabs_datas .block_annonces .annonces {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
}
#FicheAnnuaire .tabs_datas .block_annonces .annonces .annonce {
  border-radius: 0.875rem;
  border: 1px solid #B7C7D1;
  background: white;
  padding: 0;
  overflow: hidden;
}
#FicheAnnuaire .tabs_datas .block_annonces .annonces .annonce a {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  color: var(--e-global-color-primary);
}
@media (min-width: 980px) {
  #FicheAnnuaire .tabs_datas .block_annonces .annonces .annonce a {
    flex-direction: row;
  }
}
#FicheAnnuaire .tabs_datas .block_annonces .annonces .annonce .col-20 {
  width: 100%;
  height: auto;
  line-height: 0;
}
@media (min-width: 980px) {
  #FicheAnnuaire .tabs_datas .block_annonces .annonces .annonce .col-20 {
    max-width: 20%;
    width: 100%;
    height: auto;
  }
}
#FicheAnnuaire .tabs_datas .block_annonces .annonces .annonce img {
  width: fit-content;
  height: 145px;
  flex-shrink: 0;
  object-fit: cover;
  object-position: center;
  background: #08C7D5;
}
@media (min-width: 980px) {
  #FicheAnnuaire .tabs_datas .block_annonces .annonces .annonce img {
    width: fit-content;
    height: 100%;
    border-radius: 14px 0px 0px 14px;
  }
}
#FicheAnnuaire .tabs_datas .block_annonces .annonces .annonce .col-80 {
  display: flex;
  flex-direction: column;
  padding: 1.75rem 0.875rem 1.125rem 1.5rem;
  margin-left: 0;
  width: 100%;
}
#FicheAnnuaire .tabs_datas .block_annonces .annonces .annonce h3 {
  font-weight: bold;
}
#FicheAnnuaire .tabs_datas .block_annonces .annonces .annonce ul {
  margin: 0.8125rem 0;
}
#FicheAnnuaire .tabs_datas .block_annonces .annonces .annonce ul li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
#FicheAnnuaire .tabs_datas .block_annonces .annonces .annonce ul li .bold {
  font-weight: bold;
}
#FicheAnnuaire .tabs_datas .block_annonces .annonces .annonce ul li .work {
  width: 1rem;
  height: 1rem;
  background: url(icons/icon-profession.svg);
  background-size: contain;
  background-position: center;
}
#FicheAnnuaire .tabs_datas .block_annonces .annonces .annonce ul li .euro {
  width: 1rem;
  height: 1rem;
  background: url(icons/Prix.svg);
  background-size: contain;
  background-position: center;
}
#FicheAnnuaire .tabs_datas .block_annonces .annonces .annonce ul li .map {
  width: 1rem;
  height: 1rem;
  background: url(icons/icon-lieu.svg);
  background-size: contain;
  background-position: center;
}
#FicheAnnuaire .tabs_datas .block_annonces .annonces .annonce .grp-pills {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
#FicheAnnuaire .tabs_datas .block_annonces .annonces .annonce span {
  border-radius: 20px;
  font-weight: bold;
  width: fit-content;
  background-color: var(--e-global-color-primary);
  font-size: 0.875rem;
  padding: 0.125rem 0.75rem;
  margin-right: 0;
  color: white;
}
#FicheAnnuaire .tabs_datas .block_annonces .annonces .annonce span.type {
  background: var(--e-global-color-cdeaeaf);
}
#FicheAnnuaire .tabs_datas .block_annonces .annonces .annonce .text-end {
  text-align: right;
  font-size: 14px;
}
#FicheAnnuaire .tabs_datas .col-6 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#FicheAnnuaire .tabs_datas .col-6 ul {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
}
#FicheAnnuaire .tabs_datas .col-6 ul li a {
  color: var(--e-global-color-accent);
}
#FicheAnnuaire .tabs_datas .col-6 ul li .bold {
  font-weight: 700;
}
#FicheAnnuaire .tabs_datas .col-6 ul li ul {
  padding-top: 0.75rem;
  margin-left: 1.5rem;
}
#FicheAnnuaire .tabs_datas .col-6 ul li ul li {
  list-style-type: disc;
}
#FicheAnnuaire .date-maj {
  display: none;
}
#FicheAnnuaire .tabs_datas .capacite-class-35{
  color:#FA7373;
  font-weight: 800;
}
#FicheAnnuaire .tabs_datas .capacite-class-36{
  color:var(--e-global-color-cdeaeaf);
  font-weight: 800;
}
#FicheAnnuaire .tabs_datas .capacite-class-37{
  color:var(--e-global-color-accent);
  font-weight: 800;
}
#FicheAnnuaire .tabs_datas h4{
  font-size: 25px;
  margin-top: 3rem;
}
#FicheAnnuaire .tabs_datas .sidebar-accordion-contact{
    border: 1px solid #B7C7D1;
    border-radius: 0.875rem;
    padding: 1.25rem !important;
    margin-bottom:1rem;
}
#FicheAnnuaire .tabs_datas .sidebar-accordion-container .sidebar-accordion-header i{
  font-style: normal;
  font-size: 25px;
  font-weight: 800;
  margin-right: 10px;
}
#FicheAnnuaire .tabs_datas .sidebar-accordion-container .sidebar-accordion-content{
  font-size: 1rem;
}
#FicheAnnuaire .tabs_datas .sidebar-accordion-container .sidebar-accordion-content i{
  font-style: normal;
  font-size: 1rem;
  font-weight: 800;
}
#FicheAnnuaire .tabs_datas .sidebar-accordion-container .bold{
  font-weight: 800;
}



#Adhesions h1,
#Adhesions h2,
#Adhesions h3,
#Adhesions h4,
#Adhesions h5,
#Adhesions h6,
#Adhesions ul,
#Adhesions ol,
#Adhesions p {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
#Adhesions h1 {
  font-weight: bold;
}
#Adhesions li {
  list-style: none;
}
#Adhesions .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4rem;
}
#Adhesions .header h1 {
  width: fit-content;
}
#Adhesions .header .btn {
  width: fit-content;
}
#Adhesions .header .btn::before {
  content: "";
  width: 1rem;
  height: 1rem;
  background-image: url(icons/icon-renouveler-blanc.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#Adhesions .header .btn.regler::before {
  background-image: url(icons/icon-payer-blanc.svg);
}
#Adhesions .table-striped {
  width: 100%;
  border-collapse: collapse;
  font-family: Mulish, sans-serif;
}
#Adhesions .table-striped thead {
  text-align: left;
}
#Adhesions .table-striped tbody td,
#Adhesions .table-striped thead th{
  background: none;
  border: 0;  
} 
#Adhesions .table-striped thead th {
  padding: 12px;
  color: var(--e-global-color-primary);
  font-weight: 900;
  border-bottom: 1px solid #B7C7D1;
  position: relative;
  font-size: 1rem;
}
#Adhesions .table-striped thead th a {
  color: var(--e-global-color-primary);
  display: flex;
  align-items: center;
  gap: 1rem;
}
#Adhesions .table-striped thead th a::after {
  content: "";
  width: 0.8125rem;
  height: 0.4375rem;
  background-image: url(icons/arrow-bottom-darkblue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#Adhesions .table-striped thead th .sort-icon {
  margin-left: 8px;
  font-size: 12px;
  color: #7d7d7d;
  cursor: pointer;
  transition: transform 0.3s ease;
}
#Adhesions .table-striped thead th .sort-icon:hover {
  transform: rotate(180deg);
}

#Adhesions .table-striped tbody td {
  padding: 16px;
  border-bottom: 1px solid #B7C7D1;
  color: var(--e-global-color-primary);
  font-size: 1rem;
}
#Adhesions .table-striped tbody td a {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
#Adhesions .table-striped tbody td a:hover {
  text-decoration: underline;
}
#Adhesions .table-striped tbody td:nth-of-type(3) {
  font-weight: 700;
}
#Adhesions .table-striped tbody td .file-icon {
  margin-right: 8px;
  font-style: normal;
}
#Adhesions .table-striped .file-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("icons/icon-file.png") no-repeat center center;
  background-size: contain;
}

#ReglerCotisation {
  max-width: 62.5rem;
  margin: 0 auto;
}
#ReglerCotisation h1,
#ReglerCotisation h2,
#ReglerCotisation h3,
#ReglerCotisation h4,
#ReglerCotisation h5,
#ReglerCotisation h6,
#ReglerCotisation ul,
#ReglerCotisation ol,
#ReglerCotisation p {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
#ReglerCotisation h1 {
  font-weight: bold;
}
#ReglerCotisation li {
  list-style: none;
}
#ReglerCotisation h1 {
  margin-bottom: 0.3125rem;
}
#ReglerCotisation .block {
  margin-top: 2.375rem;
}
#ReglerCotisation .mt-2 {
  margin-top: 0.75rem;
}
#ReglerCotisation input,
#ReglerCotisation select,
#ReglerCotisation textarea {
  border: 1px solid #B7C7D1;
  border-radius: 0.875rem;
  padding: 1.25rem;
  font-family: Mulish, sans-serif;
  font-size: 1rem;
  font-style: normal;
  color: var(--e-global-color-primary);
  line-height: 1.375rem;
  width: 100%;
}
#ReglerCotisation input::placeholder,
#ReglerCotisation select::placeholder,
#ReglerCotisation textarea::placeholder {
  font-weight: 400;
}
#ReglerCotisation input:focus,
#ReglerCotisation select:focus,
#ReglerCotisation textarea:focus {
  outline-color: var(--e-global-color-primary);
}
#ReglerCotisation label {
  font-family: Mulish, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 1rem;
}
#ReglerCotisation label i {
  color: #86A2B2;
  font-size: 1rem;
  font-weight: 300;
}
#ReglerCotisation .text-danger {
  color: #FA7373;
}
#ReglerCotisation .grp-input {
  display: flex;
  flex-direction: column;
}
@media (min-width: 980px) {
  #ReglerCotisation .grp-input {
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: 100%;
  }
}
#ReglerCotisation .grp-input .col-sm-6 {
  width: 100%;
}
#ReglerCotisation .checkbox {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
#ReglerCotisation .checkbox input {
  width: fit-content;
}
#ReglerCotisation .checkbox label {
  margin: 0;
}
#ReglerCotisation .grid-input-checkbox {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-top: 0.875rem;
}
#ReglerCotisation .grid-input-checkbox .public_select {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
#ReglerCotisation .grid-input-checkbox .public_select input {
  width: auto;
}
#ReglerCotisation .grid-input-checkbox .public_select label {
  margin: 0;
  font-weight: normal;
}
#ReglerCotisation input[type=submit] {
  margin-top: 3.5rem;
  padding: 0.75rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: fit-content;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  border-radius: 1.9375rem;
  font-weight: 700;
  border: none;
  color:white;
}
#ReglerCotisation input[type=submit]:hover {
  border-radius: 0;
}
#ReglerCotisation .description_paiement {
  background: #F5F5F8;
  padding: 2.625rem 1.5625rem;
  margin-top: 2rem;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
#ReglerCotisation .CardBrandIcon-container {
  background: white;
  padding: 0.5rem 0 0.5rem 0.5rem;
  border-radius: 0.875rem 0 0 0.875rem;
}
#ReglerCotisation #card-errors {
  color: #FA7373;
  font-size: 0.875rem;
  font-weight: 700;
  order: 2;
}

#MesPetitesAnnonces h1,
#MesPetitesAnnonces h2,
#MesPetitesAnnonces h3,
#MesPetitesAnnonces h4,
#MesPetitesAnnonces h5,
#MesPetitesAnnonces h6,
#MesPetitesAnnonces ul,
#MesPetitesAnnonces ol,
#MesPetitesAnnonces p {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
#MesPetitesAnnonces h1 {
  font-weight: bold;
}
#MesPetitesAnnonces li {
  list-style: none;
}
#MesPetitesAnnonces .header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 4rem;
}
#MesPetitesAnnonces .header h1 {
  font-weight: bold;
}
#MesPetitesAnnonces .header .btn {
  border: 1px solid #B7C7D1;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: var(--e-global-color-primary);
  font-weight: 400;
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
}
#MesPetitesAnnonces .mes_annonces {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(auto, 1fr);
  grid-column-gap: 42px;
  grid-row-gap: 42px;
}
@media (min-width: 980px) {
  #MesPetitesAnnonces .mes_annonces {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(auto, 1fr);
  }
}
#MesPetitesAnnonces .mes_annonces .annonce {
  width: 100%;
  margin: 0;
  height: 100%;
  border-radius: 0.875rem;
  border: 1px solid #B7C7D1;
  background: white;
  color: var(--e-global-color-primary);
  overflow: hidden;
  padding: 0;
}
#MesPetitesAnnonces .mes_annonces .annonce a {
  text-decoration: none;
  color: var(--e-global-color-primary);
}
#MesPetitesAnnonces .mes_annonces .annonce .header {
  position: relative;
  margin-bottom: 0;
}
#MesPetitesAnnonces .mes_annonces .annonce .header img {
  width: 100%;
  height: 8.5625rem;
  background: #00bdb9;
  object-fit: cover;
  object-position: center;
}
#MesPetitesAnnonces .mes_annonces .annonce .header .status_annonce {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  position: absolute;
  gap: 0.25rem;
  top: 1rem;
  left: unset;
  right: 0.75rem;
  padding: 0.25rem 2rem 0.25rem 1.25rem;
  background: white;
  border-radius: 1.25rem;
  width: fit-content;
}
#MesPetitesAnnonces .mes_annonces .annonce .header .status_annonce .icon {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 0.75rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.5rem;
  margin: 0;
  color: var(--e-global-color-primary);
}
#MesPetitesAnnonces .mes_annonces .annonce .header .status_annonce .icon.text-success {
  background: var(--e-global-color-cdeaeaf);
}
#MesPetitesAnnonces .mes_annonces .annonce .header .status_annonce .icon.text-warning {
  background: #00bdb9;
}
#MesPetitesAnnonces .mes_annonces .annonce .header .status_annonce .icon.text-danger {
  background: #FA7373;
}
#MesPetitesAnnonces .mes_annonces .annonce .header .status_annonce .icon.text-secondary {
  background: #86A2B2;
}
#MesPetitesAnnonces .mes_annonces .annonce .main {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
#MesPetitesAnnonces .mes_annonces .annonce .main h3 {
  color: var(--e-global-color-primary);
  font-size: 1.25rem;
  font-style: normal;
  line-height: 1.875rem;
  font-weight: 700;
}
#MesPetitesAnnonces .mes_annonces .annonce .main .info-statut-annonce {
  font-style: italic;
}
#MesPetitesAnnonces .mes_annonces .annonce .main .archive_annonce,
#MesPetitesAnnonces .mes_annonces .annonce .main .renew_annonce{
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 800;
  margin-top: 1rem;
}
#MesPetitesAnnonces .mes_annonces .annonce .main .archive_annonce{
  color:#FA7373;
}
#MesPetitesAnnonces .mes_annonces .annonce .main .renew_annonce{
  color:var(--e-global-color-accent);
}
#MesPetitesAnnonces .mes_annonces .annonce .main .archive_annonce .icon.archive,
#MesPetitesAnnonces .mes_annonces .annonce .main .renew_annonce .icon.archive{
  width: 1.25rem;
  height: 1.25rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#MesPetitesAnnonces .mes_annonces .annonce .main .archive_annonce .icon.archive {
  background-image: url(icons/icon-supprimer-rouge.svg);
}

#MesPetitesAnnonces .mes_annonces .annonce .main .renew_annonce .icon.archive {
  background-image: url(icons/icon-renouveler-tertiary.svg);
}
#MesPetitesAnnonces .mes_annonces.no_grid {
  display: block;
}
#MesPetitesAnnonces .mes_annonces.no_grid p a {
  font-weight: 700;
  color: var(--e-global-color-accent);
}

#CreaAnnonce h1,
#CreaAnnonce h2,
#CreaAnnonce h3,
#CreaAnnonce h4,
#CreaAnnonce h5,
#CreaAnnonce h6,
#CreaAnnonce ul,
#CreaAnnonce ol,
#CreaAnnonce p {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
#CreaAnnonce h1 {
  font-weight: bold;
}
#CreaAnnonce .form_annonces {
  max-width: 62.5rem;
  margin: 0 auto;
}
#CreaAnnonce .form_annonces .hero-title {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 3rem;
}
#CreaAnnonce .form_annonces .hero-title .status_annonce {
  display: flex;
  flex-direction: row-reverse;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  align-items: center;
  gap: 0.5rem;
  padding: 0.25rem 1.25rem 0.25rem 1.5rem;
  background: white;
  border-radius: 1.25rem;
  width: fit-content;
  border: 1px solid #B7C7D1;
  font-size: 1rem;
}
#CreaAnnonce .form_annonces .hero-title .status_annonce .icon {
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 0.75rem;
  margin: 0;
  color: var(--e-global-color-primary);
}
#CreaAnnonce .form_annonces .hero-title .status_annonce .icon.text-success {
  background: var(--e-global-color-cdeaeaf);
}
#CreaAnnonce .form_annonces .hero-title .status_annonce .icon.text-warning {
  background: #00bdb9;
}
#CreaAnnonce .form_annonces .hero-title .status_annonce .icon.text-danger {
  background: #FA7373;
}
#CreaAnnonce .form_annonces .hero-title .status_annonce .icon.text-secondary {
  background: #86A2B2;
}
#CreaAnnonce .form_annonces h1 {
  font-weight: bold;
}
#CreaAnnonce .form_annonces .back {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
#CreaAnnonce .form_annonces .back::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: url(icons/icon-retour-tertiary.svg) no-repeat center;
  background-size: contain;
  display: block;
}
#CreaAnnonce .form_annonces .statut {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 2rem;
  color: var(--e-global-color-primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  margin: 0;
  border: 1px solid #B7C7D1;
  max-width: 45%;
  text-align: left;
}
#CreaAnnonce .form_annonces .statut:nth-last-of-type(1) {
  position: static;
  border: none;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 2.375rem;
  border-radius: 2rem;
  padding: 1.75rem 2rem;
}
#CreaAnnonce .form_annonces .statut-warning {
  position: static;
  border: none;
  width: 100%;
  max-width: 100%;
  margin-top: 2rem;
  display: flex;
  align-items: center;
  gap: 2.375rem;
  border-radius: 2rem;
  padding: 1.75rem 2rem;
  background: #00bdb9;
  color: white;
}
#CreaAnnonce .form_annonces .statut-danger {
  position: static;
  border: none;
  width: 100%;
  max-width: 100%;
  margin-top: 2rem;
  display: flex;
  align-items: center;
  gap: 2.375rem;
  border-radius: 2rem;
  padding: 1.75rem 2rem;
  background: #FA7373;
  color: white;
}
#CreaAnnonce .form_annonces form input[type=file]::file-selector-button {
  border: 1px solid #B7C7D1;
  border-radius: 20px;
  background: none;
  font-family: Mulish, sans-serif;
  font-weight: 700;
}
#CreaAnnonce .form_annonces form .mt-2 {
  gap: 0.2rem;
}
#CreaAnnonce .form_annonces form .grp-input-radio {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-top: 0.75rem;
}
#CreaAnnonce .form_annonces form .grp-input-radio .input-label {
  position: relative;
}
#CreaAnnonce .form_annonces form .grp-input-radio .input-label input {
  width: fit-content;
  margin: 0;
}
#CreaAnnonce .form_annonces form .grp-input-radio .input-label label {
  margin: 0;
  font-weight: 400;
}
#CreaAnnonce .form_annonces form .input-check-label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
#CreaAnnonce .form_annonces form .input-check-label input {
  width: auto;
  margin-top: 0;
}
#CreaAnnonce .form_annonces form .input-check-label label {
  margin: 0;
  font-weight: 400;
}
#CreaAnnonce .form_annonces form .grid-third-col{
  gap:0;
}
#CreaAnnonce .form_annonces .block-input{
  margin-top:2rem;
}
#CreaAnnonce .form_annonces .block-dates{
    margin: 3rem 0;
}
#CreaAnnonce .form_annonces .block-dates .block-input{
    flex-direction: row;
    gap: 1rem;
    align-items: center;
}
#CreaAnnonce .form_annonces form .btn {
  border: 1px solid var(--e-global-color-accent);
  border-radius: 0.875rem;
  padding: 1.25rem;
  font-size: 1rem;
  font-style: normal;
  color: var(--e-global-color-accent);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  width: 100%;
}
#CreaAnnonce .form_annonces form .btn::before {
  content: "+";
  color: white;
  width: 35px;
  height: 35px;
  border-radius: 20px;
  background: var(--e-global-color-accent);
  font-size: 35px;
  line-height: 29px;
  display: inline-block;
}
#CreaAnnonce .form_annonces form .btn-danger {
  margin-top: -6px;
  border-color: #FA7373;
  background: #FA7373;
  color: white;
  width: fit-content;
}
#CreaAnnonce .form_annonces form .btn-danger::before {
  content: "";
  width: 0;
  height: 0;
  border-radius: 0;
  background: none;
  flex-shrink: 0;
  display: none;
  font-size: 0;
}
#CreaAnnonce .form_annonces form .btn.delete-element {
  width: 3rem;
  height: 3rem;
  border-radius: 9999px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#CreaAnnonce .form_annonces form .btn:hover {
  border-radius: 0;
}
#CreaAnnonce .form_annonces form #submit {
  margin-top: 2rem;
  padding: 0.75rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: fit-content;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  border-radius: 2rem;
  font-weight: 700;
  border: 1px solid;
  border-color: var(--e-global-color-accent);
  background: var(--e-global-color-accent);
  color: white;
}
#CreaAnnonce .form_annonces form #submit:hover {
  border-radius: 0;
}
#CreaAnnonce .form_annonces .mce-container button{
  background-color:transparent;
  color: inherit;
}
#CreaAnnonce .form_annonces input[type="file"]{
  border: 1px solid #B7C7D1;
  border-radius: 0.875rem;
  padding: 1.5rem 1rem;
  margin-bottom: 0.75rem;
  width: 100%;
}
#CreaAnnonce .form_annonces .block-checkbox-radio label.col-form-label {
  font-size: 1.125rem;
  margin-top: 1rem;
  padding-left: 0;
}
#CreaAnnonce .form_annonces .block-checkbox-radio label.col-form-label p{
    color: var(--e-global-color-primary);
    font-weight: 800!important;
}
#CreaAnnonce .form_annonces .block-dates .col-block-input .block-input,
#CreaAnnonce .form_annonces .block-dates .col-block-input .block-input label{
  margin-top:0;
}
#CreaAnnonce .form_annonces .block-dates .col-block-input .block-input{
  margin-top:10px;
}
#CreaAnnonce .form_annonces .col-file{
  position: relative;
  display: block;
  padding-left: 40px;
  margin: 15px 0;
}
#CreaAnnonce .form_annonces .col-file button{
  right: unset;
  left: 0;
  width: 30px !important;
  height: 30px !important;
  margin-top:0;
}
#CreaAnnonce .form_annonces .col-file button i:before{
  font-size: 12px;
}

#InscriptionSimple h1,
#InscriptionSimple h2,
#InscriptionSimple h3,
#InscriptionSimple h4,
#InscriptionSimple h5,
#InscriptionSimple h6,
#InscriptionSimple ul,
#InscriptionSimple ol,
#InscriptionSimple p {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
#InscriptionSimple h1 {
  font-weight: bold;
}
#InscriptionSimple li {
  list-style: none;
}
#InscriptionSimple #Column-left .listing-p {
  display: flex;
  align-items: center;
  gap: 2.625rem;
  margin-bottom: 2rem;
}
#InscriptionSimple #Column-left .listing-p .number {
  width: 4.375rem;
  height: 4.1875rem;
  color: white;
  background: #00bdb9;
  border-radius: 50%;
  font-size: 1.875rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
#InscriptionSimple #Column-left .listing-p p {
  max-width: 29.5rem;
}
#InscriptionSimple #Column-left .listing-p p .bold {
  font-weight: bold;
}
#InscriptionSimple #Column-left .footer {
  background: #08C7D5;
  padding: 1.125rem 1.25rem;
  display: flex;
  align-items: start;
  gap: 0.75rem;
  border-radius: 0.875rem;
}
#InscriptionSimple #Column-left .footer img {
  width: 8.75rem;
}
#InscriptionSimple #Column-left .footer .info {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
#InscriptionSimple #Column-left .footer .info p {
  font-weight: bold;
  font-size: 1.25rem;
  color: white;
}
#InscriptionSimple .et_pb_column.et_pb_column_1_2 .container {
  width: 100%;
}
#InscriptionSimple .form_members .block {
  background: none;
  padding: 0;
}
#InscriptionSimple .block-input{
  gap:0.2rem;
}
#InscriptionSimple .form_members .block input,
#InscriptionSimple .form_members .block select,
#InscriptionSimple .form_members .block textarea {
  border: 1px solid #B7C7D1;
  border-radius: 0.875rem;
  padding: 1.25rem;
  font-size: 1rem;
  font-style: normal;
  color: var(--e-global-color-primary);
  line-height: 1.375rem;
  width: 100%;
}
#InscriptionSimple .form_members .block input::placeholder,
#InscriptionSimple .form_members .block select::placeholder,
#InscriptionSimple .form_members .block textarea::placeholder {
  font-weight: 400;
}
#InscriptionSimple .form_members .block input:focus,
#InscriptionSimple .form_members .block select:focus,
#InscriptionSimple .form_members .block textarea:focus {
  outline-color: var(--e-global-color-primary);
}
#InscriptionSimple .form_members .block label {
  font-size: 1rem;
  font-weight: 800;
  /*margin-top: 1rem;*/
  line-height: 1.2rem;
}
#InscriptionSimple .form_members .col-form-label{
  margin-bottom:5px;
}
#InscriptionSimple .form_members .block label span {
  color: #86A2B2;
  font-size: 1rem;
  font-weight: 300;
}
#InscriptionSimple .form_members .block .text-danger {
  color: #FA7373;
}
#InscriptionSimple .form_members .block .text-success {
  color: var(--e-global-color-cdeaeaf);
}
#InscriptionSimple .form_members .block .mt-2 {
  margin-top: 1rem;
}
#InscriptionSimple .form_members .block .input-group {
  position: relative;
}
#InscriptionSimple .form_members .block .input-group button {
  position: absolute;
  right: 1.25rem;
  margin-top: 0;
  width: 1.25rem;
  height: 1rem;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  border: none;
  font-weight: 700;
  top: 50%;
  transform: translateY(-50%);
}
#InscriptionSimple .form_members .block .input-group button.btn {
  border: none;
  border-color: none;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: fit-content;
  border-radius: 3.125rem;
}
#InscriptionSimple .form_members .block .input-group button.btn::before {
  content: "";
  display: hidden;
  width: 1.25rem;
  height: 1.25rem;
  background: none;
  background-image: url(icons/icon-voir.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#InscriptionSimple .form_members .block .input-group button.btn-outline-secondary {
  background: none;
  border: none;
}
#InscriptionSimple .form_members .block .input-group button.btn-danger {
  border-color: #FA7373 !important;
  background: #FA7373 !important;
  color: white;
  margin-top: 0 !important;
  margin-bottom: 0.75rem !important;
}
#InscriptionSimple .form_members .block .input-group button.btn-danger::before {
  content: "";
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}
#InscriptionSimple .form_members .block .input-group button i {
  display: none;
}
#InscriptionSimple .form_members .block button {
  margin-top: 3.5rem;
  padding: 0.75rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: fit-content;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  border-radius: 2rem;
  font-weight: 700;
}
#InscriptionSimple .form_members .block button:hover {
  border-radius: 0;
}

#InscriptionSimple .form_members .block button.btn::before {
  content: "";
  display: hidden;
  width: 0;
  height: 0;
}
#InscriptionSimple .form_members .block button.btn-danger {
  border-color: #FA7373;
  background: #FA7373;
  color: white;
  margin-top: 0;
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  right: 1rem;
}
#InscriptionSimple .form_members .block button.btn-danger::before {
  content: "";
  display: none;
}
#InscriptionSimple .form_members .block-checkbox-radio p i span{
  margin-left:3px;
}
#InscriptionSimple .block-identifiant{
  border-top:1px solid #B7C7D1;
  padding-top: 30px;
  margin-top: 50px !important;
}
#InscriptionSimple .block-checkbox-radio input,
#InscriptionSimple .block-checkbox input{

}
#InscriptionSimple .block-checkbox-radio,
#InscriptionSimple .block-checkbox-radio{
  font-size: 1rem;
}
.input-check-label.d-flex:has(input.field-error){
  display: flex !important;
  flex-direction: column;
  align-items: start;
  gap: 0;
}
.input-check-label.d-flex:has(input.field-error) span.text-danger{
  order: 99;
  padding-left: 30px;
  margin-top: 0px;
}
#InscriptionSimple .col-form-input:has(input.field-error){
  flex-direction: column;
  align-items: start;
}

#InscriptionAnnuaire h1,
#InscriptionAnnuaire h2,
#InscriptionAnnuaire h3,
#InscriptionAnnuaire h4,
#InscriptionAnnuaire h5,
#InscriptionAnnuaire h6,
#InscriptionAnnuaire ul,
#InscriptionAnnuaire ol,
#InscriptionAnnuaire p {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
#InscriptionAnnuaire h1 {
  font-weight: bold;
}
#InscriptionAnnuaire li {
  list-style: none;
}
#InscriptionAnnuaire .container {
  max-width: 62.5rem;
  margin: 0 auto;
  padding-top: 0 !important;
  width: 100%;
  padding: 0 1rem;
}
@media (min-width: 980px) {
  #InscriptionAnnuaire .container {
    padding: 0;
  }
}
#InscriptionAnnuaire .header {
  background: #E3FAFA;
  padding: 1.125rem 1.25rem;
  text-align: center;
}
#InscriptionAnnuaire .info-p {
  margin: 1.5rem 0 0 0;
}
#InscriptionAnnuaire #form-save {
  background: #00bdb9;
  color: white;
  padding: 1.75rem 2.375rem;
  border-radius: 0.875rem;
  margin-top: 2rem;
  display: flex;
  align-items: center;
  gap: 3rem;
}
#InscriptionAnnuaire #form-save::before {
  content: "";
  width: 65px;
  height: 65px;
  flex-shrink: 0;
  background: url(icons-anime/info.gif);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
#InscriptionAnnuaire .mt-4 {
  margin-top: 3.25rem;
}
#InscriptionAnnuaire .block-input {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#InscriptionAnnuaire input,
#InscriptionAnnuaire select,
#InscriptionAnnuaire textarea {
  border: 1px solid #B7C7D1;
  border-radius: 0.875rem;
  padding: 1.25rem;
  font-size: 1rem;
  font-style: normal;
  color: var(--e-global-color-primary);
  line-height: 1.375rem;
  width: 100%;
}
#InscriptionAnnuaire input::placeholder,
#InscriptionAnnuaire select::placeholder,
#InscriptionAnnuaire textarea::placeholder {
  font-weight: 400;
}
#InscriptionAnnuaire input:focus,
#InscriptionAnnuaire select:focus,
#InscriptionAnnuaire textarea:focus {
  outline-color: var(--e-global-color-primary);
}
#InscriptionAnnuaire label {
  font-family: Mulish, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 1rem;
}
#InscriptionAnnuaire label span {
  color: #86A2B2;
  font-size: 1rem;
  font-weight: 300;
}
#InscriptionAnnuaire .text-danger {
  color: #FA7373;
}
#InscriptionAnnuaire .mt-2 {
  margin-top: 0.75rem;
}
#InscriptionAnnuaire .grp-input {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  width: 100%;
}
@media (min-width: 980px) {
  #InscriptionAnnuaire .grp-input {
    flex-direction: row;
  }
}
#InscriptionAnnuaire .grp-input .line {
  width: 100%;
}
#InscriptionAnnuaire .input-check-label {
  display: flex;
  align-items: start;
  gap: 0.5rem;
}
#InscriptionAnnuaire .input-check-label input {
  width: auto;
  height: auto;
}
#InscriptionAnnuaire .input-check-label label {
  margin: 0;
  font-weight: 400;
}
#InscriptionAnnuaire .col-form-checkbox input,
#InscriptionAnnuaire .col-form-input input,
#InscriptionAnnuaire .col-form-file input {
  margin-bottom: 0.75rem;
}
#InscriptionAnnuaire .tableau-checkbox {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
}
#InscriptionAnnuaire .tableau-checkbox thead th {
  padding: 0.5rem;
  font-weight: 700;
  text-align: center;
  color: #0b0b48;
}
#InscriptionAnnuaire .tableau-checkbox tbody th {
  text-align: left;
  padding: 0.5rem;
  font-weight: 700;
  color: #0b0b48;
}
#InscriptionAnnuaire .tableau-checkbox td {
  text-align: center;
  padding: 0.5rem;
}
#InscriptionAnnuaire .tableau-checkbox td input[type=checkbox] {
  width: 20px;
  height: 20px;
  cursor: pointer;
  accent-color: #0b0b48;
}
#InscriptionAnnuaire .tableau-checkbox th.text-start {
  padding-left: 1rem;
}

#InscriptionAnnuaire h1,
#InscriptionAnnuaire h2,
#InscriptionAnnuaire h3,
#InscriptionAnnuaire h4,
#InscriptionAnnuaire h5,
#InscriptionAnnuaire h6,
#InscriptionAnnuaire ul,
#InscriptionAnnuaire ol,
#InscriptionAnnuaire p {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
#InscriptionAnnuaire h1 {
  font-weight: bold;
}
#InscriptionAnnuaire h2,
#InscriptionAnnuaire h3 {
  margin-top: 3.5rem;
  font-weight: 300;
  font-size: 2rem;
  text-transform: initial;
  margin-bottom: 1rem;
  color: var(--e-global-color-primary);
}
#InscriptionAnnuaire .form_members {
  position: relative;
  margin-bottom: 5rem;
}
#InscriptionAnnuaire .form_members .info {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #00bdb9;
  font-size: 18px;
  font-family: Mulish, sans-serif;
  margin-bottom: 1.5rem;
}
#InscriptionAnnuaire .form_members .info .bold {
  font-weight: 700;
}
#InscriptionAnnuaire .form_members .info::before {
  content: "";
  width: 1.75rem;
  height: 1.75rem;
  background: url(icons/icon-info-tertiary.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#InscriptionAnnuaire .form_members .grp-input {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  width: 100%;
}
@media (min-width: 980px) {
  #InscriptionAnnuaire .form_members .grp-input {
    flex-direction: row;
  }
}
#InscriptionAnnuaire .form_members .grp-input .line {
  width: 100%;
}
#InscriptionAnnuaire .form_members .block {
  margin: 0;
  padding: 0;
  background: none;
}
#InscriptionAnnuaire .form_members .block-input, #InscriptionAnnuaire .form_members .block-checkbox, #InscriptionAnnuaire .form_members .block-textarea, #InscriptionAnnuaire .form_members .block-file {
  display: flex;
  flex-direction: column;
}
#InscriptionAnnuaire .form_members .block label {
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 1rem;
}
#InscriptionAnnuaire .form_members .block label span {
  color: #86A2B2;
  font-size: 1rem;
  font-weight: 300;
}
#InscriptionAnnuaire .form_members .block input,
#InscriptionAnnuaire .form_members .block select,
#InscriptionAnnuaire .form_members .block textarea {
  border: 1px solid #B7C7D1;
  border-radius: 0.875rem;
  padding: 1.25rem;
  font-size: 1rem;
  font-style: normal;
  color: var(--e-global-color-primary);
  line-height: 1.375rem;
  width: 100%;
}
#InscriptionAnnuaire .form_members .block input::placeholder,
#InscriptionAnnuaire .form_members .block select::placeholder,
#InscriptionAnnuaire .form_members .block textarea::placeholder {
  font-weight: 400;
}
#InscriptionAnnuaire .form_members .block input:focus,
#InscriptionAnnuaire .form_members .block select:focus,
#InscriptionAnnuaire .form_members .block textarea:focus {
  outline-color: var(--e-global-color-primary);
}
#InscriptionAnnuaire .form_members .card-body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.625rem;
  border: 1px solid #B7C7D1;
  border-radius: 0.875rem;
  margin-bottom: 0.75rem;
}
@media (min-width: 980px) {
  #InscriptionAnnuaire .form_members .card-body {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
#InscriptionAnnuaire .form_members .card-body .mt-4 {
  margin-top: 0;
}
#InscriptionAnnuaire .form_members .card-body label {
  margin-top: 0;
}
#InscriptionAnnuaire .form_members .card-body label span {
  font-weight: bold;
  color: var(--e-global-color-primary);
}
#InscriptionAnnuaire .form_members .card-body .row {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 980px) {
  #InscriptionAnnuaire .form_members .card-body .row {
    flex-direction: row;
    gap: 1.5rem;
  }
  #InscriptionAnnuaire .form_members .card-body .row .row {
    flex-direction: column;
    gap: 0;
  }
  #InscriptionAnnuaire .form_members .card-body .row:last-child {
    flex-direction: column;
    gap: 0;
  }
}
#InscriptionAnnuaire .form_members .card-body .column {
  display: flex;
  flex-direction: column;
  gap: 0;
}
#InscriptionAnnuaire .form_members .card-body input[type=file] {
  border: none;
  padding: 1.25rem 0 !important;
}
#InscriptionAnnuaire .form_members .input-check-label,
#InscriptionAnnuaire .form_members .not_commune {
  display: flex;
  flex-direction: row;
  align-items: start;
  gap: 0.5rem;
}
#InscriptionAnnuaire .form_members .input-check-label input,
#InscriptionAnnuaire .form_members .not_commune input {
  width: auto;
}
#InscriptionAnnuaire .form_members .input-check-label label,
#InscriptionAnnuaire .form_members .not_commune label {
  margin: 0;
  font-weight: 400;
}
#InscriptionAnnuaire .form_members .btn {
  border: 1px solid #08C7D5;
  border-radius: 0.875rem;
  padding: 1.25rem;
  font-size: 1rem;
  font-style: normal;
  color: #08C7D5;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  width: 100%;
}
#InscriptionAnnuaire .form_members .btn::before {
  content: "+";
  color: white;
  width: 35px;
  height: 35px;
  border-radius: 20px;
  background: #08C7D5;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
}
#InscriptionAnnuaire .form_members .btn:hover {
  border-radius: 0;
}
#InscriptionAnnuaire .form_members .public_select,
#InscriptionAnnuaire .form_members .type_prise_charge_select,
#InscriptionAnnuaire .form_members .secteur_geo_select {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
#InscriptionAnnuaire .form_members .public_select input,
#InscriptionAnnuaire .form_members .type_prise_charge_select input,
#InscriptionAnnuaire .form_members .secteur_geo_select input {
  width: auto;
}
#InscriptionAnnuaire .form_members .public_select label,
#InscriptionAnnuaire .form_members .type_prise_charge_select label,
#InscriptionAnnuaire .form_members .secteur_geo_select label {
  margin: 0;
  font-weight: normal;
}
#InscriptionAnnuaire .form_members .grid-input-checkbox {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}
#InscriptionAnnuaire .form_members .grid-input-checkbox .public_select {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
#InscriptionAnnuaire .form_members .grid-input-checkbox .public_select input {
  width: auto;
}
#InscriptionAnnuaire .form_members .grid-input-checkbox .public_select label {
  margin: 0;
  font-weight: normal;
}
#InscriptionAnnuaire .form_members input[type=file]::file-selector-button {
  border: 1px solid #B7C7D1;
  border-radius: 20px;
  background: none;
  font-family: Mulish, sans-serif;
  font-weight: 700;
}
#InscriptionAnnuaire .form_members #DETAILS_PUBLIC_AUTRE {
  margin-top: 0.75rem;
}
#InscriptionAnnuaire .form_members .tableau-checkbox {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
}
#InscriptionAnnuaire .form_members .tableau-checkbox thead th {
  padding: 0.5rem;
  font-weight: 700;
  text-align: center;
  color: #0b0b48;
}
#InscriptionAnnuaire .form_members .tableau-checkbox tbody th {
  text-align: left;
  padding: 0.5rem;
  font-weight: 700;
  color: #0b0b48;
}
#InscriptionAnnuaire .form_members .tableau-checkbox td {
  text-align: center;
  padding: 0.5rem;
}
#InscriptionAnnuaire .form_members .tableau-checkbox td input[type=checkbox] {
  width: 20px;
  height: 20px;
  cursor: pointer;
  accent-color: #0b0b48;
}
#InscriptionAnnuaire .form_members .tableau-checkbox th.text-start {
  padding-left: 1rem;
}
#InscriptionAnnuaire .form_members #DETAILS_LOGO {
  border: none;
  border-radius: 0.875rem;
  padding: 0;
  font-family: Mulish, sans-serif;
  font-size: 1rem;
  font-style: normal;
  color: #08C7D5;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  width: 100%;
}
#InscriptionAnnuaire .form_members #DETAILS_LOGO::before {
  content: "+";
  color: white;
  width: 64px;
  height: 64px;
  border-radius: 64px;
  background: #08C7D5;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
}
#InscriptionAnnuaire .form_members #DETAILS_LOGO::file-selector-button {
  width: 0;
  border: none;
  padding: 0;
  display: hidden;
}
#InscriptionAnnuaire .form_members #DETAILS_LOGO:hover {
  border-radius: 0;
}
#InscriptionAnnuaire .form_members button {
  margin-top: 0;
  padding: 0.75rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: fit-content;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  border-radius: 2rem;
  font-weight: 700;
  border: 1px solid;
  border-color: var(--e-global-color-primary);
  background: var(--e-global-color-primary);
  color: white;
}
#InscriptionAnnuaire .form_members button:hover {
  border-radius: 0;
}
#InscriptionAnnuaire .form_members button.btn {
  border: 1px solid;
  border-color: var(--e-global-color-primary);
  background: var(--e-global-color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: fit-content;
  border-radius: 3.125rem;
  color: white;
  font-weight: 700;
}
#InscriptionAnnuaire .form_members button.btn::before {
  content: "";
  display: hidden;
  width: 0;
  height: 0;
}
#InscriptionAnnuaire .form_members button.btn-danger {
  border-color: #FA7373 !important;
  background: #FA7373 !important;
  color: white;
  margin-top: 0 !important;
}
#InscriptionAnnuaire .form_members button.btn-danger::before {
  content: "";
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}
#InscriptionAnnuaire .form_members .alert {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background: #00bdb9;
  color: white;
  padding: 2.1875rem;
  gap: 1.25rem;
  margin-top: 2.625rem;
  border-radius: 0.875rem;
  border: none;
}
@media (min-width: 980px) {
  #InscriptionAnnuaire .form_members .alert::before {
    content: "";
    width: 5.75rem;
    height: 5.75rem;
    background: url(icons-anime/pas_le_temps.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 2.1875rem;
    top: 50%;
    transform: translateY(-50%);
  }
}
#InscriptionAnnuaire .form_members .alert h4 {
  font-size: 20px;
  font-weight: bold;
  color: white;
}
#InscriptionAnnuaire .form_members .alert .btn {
  padding: 0.75rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: fit-content;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  border-radius: 1.9375rem;
  font-weight: normal;
  border: 1px solid;
  font-weight: 700;
  border-color: var(--e-global-color-primary);
  background: var(--e-global-color-primary);
  color: white;
  width: fit-content;
}
#InscriptionAnnuaire .form_members .alert .btn:hover {
  border-radius: 0;
}
#InscriptionAnnuaire .form_members .alert .btn::before {
  content: "";
  display: hidden;
  width: 0;
  height: 0;
  background: none;
}
#InscriptionAnnuaire .form_members .alert .btn-danger {
  border-color: #FA7373 !important;
  background: #FA7373 !important;
  color: white;
  margin-top: 0 !important;
  margin-bottom: 0.75rem !important;
}
#InscriptionAnnuaire .form_members .alert .btn-danger::before {
  content: "";
  display: none !important;
  width: 0;
  height: 0;
}
#InscriptionAnnuaire .form_members .input-group {
  position: relative;
}
#InscriptionAnnuaire .form_members .input-group button {
  position: absolute;
  right: 1.25rem;
  margin-top: 0;
  width: 1.25rem;
  height: 1rem;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  border: none;
  font-weight: 700;
  top: 50%;
  transform: translateY(-50%);
}
#InscriptionAnnuaire .form_members .input-group button.btn {
  border: none;
  border-color: none;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: fit-content;
  border-radius: 3.125rem;
}
#InscriptionAnnuaire .form_members .input-group button.btn::before {
  content: "";
  width: 1.25rem;
  height: 1rem;
  background: none;
  background-image: url(icons/icon-voir.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#InscriptionAnnuaire .form_members .input-group button.btn-outline-secondary {
  background: none;
  border: none;
}
#InscriptionAnnuaire .form_members .input-group button.btn-danger {
  border-color: #FA7373 !important;
  background: #FA7373 !important;
  color: white;
  margin-top: 0 !important;
  margin-bottom: 0.75rem !important;
}
#InscriptionAnnuaire .form_members .input-group button.btn-danger::before {
  content: "";
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}
#InscriptionAnnuaire .form_members .input-group button i {
  display: none;
}
#InscriptionAnnuaire .form_members .line {
  display: flex;
  align-items: start;
  gap: 0.5rem;
}
#InscriptionAnnuaire .form_members .line input {
  width: fit-content;
}
#InscriptionAnnuaire .form_members .grp-btn {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 1rem;
}
#InscriptionAnnuaire .form_members .grp-btn .btn-later {
  padding: 0.75rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: fit-content;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  border-radius: 1.9375rem;
  font-weight: normal;
  border: 1px solid;
  font-weight: 700;
  border-color: var(--e-global-color-primary);
  color: var(--e-global-color-primary);
}
#InscriptionAnnuaire .form_members .grp-btn .btn-later:hover {
  border-radius: 0;
}
#InscriptionAnnuaire .form_members .grp-btn .btn-later::before {
  content: "";
  display: hidden;
  width: 0;
  height: 0;
  background: none;
}


#ListeAnnonces h1,
#ListeAnnonces h2,
#ListeAnnonces h3,
#ListeAnnonces h4,
#ListeAnnonces h5,
#ListeAnnonces h6,
#ListeAnnonces ul,
#ListeAnnonces ol,
#ListeAnnonces p {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
#ListeAnnonces h1 {
  font-weight: bold;
}
#ListeAnnonces li {
  list-style: none;
}
#ListeAnnonces .template-annonces-list .header-annonces-list {
  background-color: #E3FAFA;
}
#ListeAnnonces .template-annonces-list .header-annonces-list .container {
  max-width: 62.5rem;
  text-align: center;
  padding-bottom: 4.375rem;
}
#ListeAnnonces .template-annonces-list .filters {
  background: var(--e-global-color-d7f9bc9);
  /*border-bottom: 1px solid #B7C7D1;*/
}
#ListeAnnonces .template-annonces-list .filters .container {
  max-width: 62.5rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  margin: auto;
  width: 100%;
  padding: 10px 5%;
}
@media (min-width: 980px) {
  #ListeAnnonces .template-annonces-list .filters .container {
    flex-direction: row;
  }
}
#ListeAnnonces .template-annonces-list .filters h3 {
  font-size: 1.125rem;
  font-weight: 300;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #B7C7D1;
  padding-right: 1.5rem;
  width: fit-content;
}
@media (min-width: 980px) {
  #ListeAnnonces .template-annonces-list .filters h3 {
    border-bottom: none;
    margin-bottom: 0;
    border-right: 1px solid #B7C7D1;
    padding-bottom: 0;
  }
}
#ListeAnnonces .template-annonces-list .filters label {
  font-weight: 700;
  margin-top: 0;
  font-size: 1rem;
}
#ListeAnnonces .template-annonces-list .filters label a {
  color: var(--e-global-color-primary);
  padding: 10px 0;
}
#ListeAnnonces .template-annonces-list .filters .subelement {
  background: white;
  border-radius: 0.875rem;
  border: 1px solid #B7C7D1;
  padding: 1.5rem 1.75rem;
  grid-template-columns: 16px 1fr;
  grid-template-rows: auto 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  align-items: center;
  margin-top: 3.125rem;
  overflow: scroll;
  max-height: 18.75rem;
}

#ListeAnnonces .template-annonces-list .filters .subelement label {
  font-weight: normal;
  font-size: 1rem;
}
#ListeAnnonces .template-annonces-list .filters .subelement::before {
  content: "";
  width: 0.0625rem;
  height: 1rem;
  position: absolute;
  top: -1rem;
  left: 3rem;
  background-color: #B7C7D1;
}
@media only screen and (max-width:979px){
  #ListeAnnonces .template-annonces-list .filters .col>label,
  #ListeAnnonces .template-annonces-list .filters h3{
    text-align: center;
    width: 100%;
  }
  #ListeAnnonces .template-annonces-list .filters .subelement {
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0;
    margin-top: 0;
    width: 80%;
  }
}
#ListeAnnonces .template-annonces-list .annonces {
  max-width: 450px;
  margin: 0 auto;
  padding: 1.5rem 1rem;
}
@media (min-width: 980px) {
  #ListeAnnonces .template-annonces-list .annonces {
    padding: 1.5rem 50px;
    max-width: 62.5rem;
  }
  #ListeAnnonces .template-annonces-list .filters label a {
    padding: 0;
  }
}
#ListeAnnonces .template-annonces-list .annonces .annonce {
  border-radius: 0.875rem;
  border: 1px solid #B7C7D1;
  background: white;
  padding: 0;
  overflow: hidden;
}
#ListeAnnonces .template-annonces-list .annonces .annonce a {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  color: var(--e-global-color-primary);
}
@media (min-width: 980px) {
  #ListeAnnonces .template-annonces-list .annonces .annonce a {
    flex-direction: row;
  }
}
#ListeAnnonces .template-annonces-list .annonces .annonce .col-20 {
  width: 100%;
  height: auto;
  line-height: 0;
}
@media (min-width: 980px) {
  #ListeAnnonces .template-annonces-list .annonces .annonce .col-20 {
    max-width: 20%;
    width: 100%;
    height: auto;
  }
}
#ListeAnnonces .template-annonces-list .annonces .annonce img {
  width: 100%;
  height: 145px;
  flex-shrink: 0;
  object-fit: cover;
  object-position: center;
  background: #08C7D5;
}
@media (min-width: 980px) {
  #ListeAnnonces .template-annonces-list .annonces .annonce img {
    width: fit-content;
    height: 100%;
    border-radius: 14px 0px 0px 14px;
  }
}
#ListeAnnonces .template-annonces-list .annonces .annonce .col-80 {
  display: flex;
  flex-direction: column;
  padding: 1.75rem 0.875rem 1.125rem 1.5rem;
  margin-left: 0;
  width: 100%;
}
#ListeAnnonces .template-annonces-list .annonces .annonce h3 {
  font-weight: bold;
}
#ListeAnnonces .template-annonces-list .annonces .annonce ul {
  margin: 0.8125rem 0;
}
#ListeAnnonces .template-annonces-list .annonces .annonce ul li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
#ListeAnnonces .template-annonces-list .annonces .annonce ul li .bold {
  font-weight: bold;
}
#ListeAnnonces .template-annonces-list .annonces .annonce ul li .work {
  width: 1rem;
  height: 1rem;
  background: url(icons/icon-profession.svg);
  background-size: contain;
  background-position: center;
}
#ListeAnnonces .template-annonces-list .annonces .annonce ul li .euro {
  width: 1rem;
  height: 1rem;
  background: url(icons/Prix.svg);
  background-size: contain;
  background-position: center;
}
#ListeAnnonces .template-annonces-list .annonces .annonce ul li .calendar {
  width: 1rem;
  height: 1rem;
  background: url(icons/icon-date.svg);
  background-size: contain;
  background-position: center;
}
#ListeAnnonces .template-annonces-list .annonces .annonce ul li .map {
  width: 1rem;
  height: 1rem;
  background: url(icons/icon-lieu.svg);
  background-size: contain;
  background-position: center;
}
#ListeAnnonces .template-annonces-list .annonces .annonce .categories {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
#ListeAnnonces .template-annonces-list .annonces .annonce span {
  border-radius: 20px;
  font-weight: bold;
  width: fit-content;
  background-color: var(--e-global-color-primary);
  font-size: 0.875rem;
  padding: 0.125rem 0.75rem;
  margin-right: 0;
}
#ListeAnnonces .template-annonces-list .annonces .annonce span.type {
  background: var(--e-global-color-cdeaeaf);
}
#ListeAnnonces .template-annonces-list .annonces .annonce .text-end {
  text-align: right;
  font-size: 14px;
}

.template-annonce h1,
.template-annonce h2,
.template-annonce h3,
.template-annonce h4,
.template-annonce h5,
.template-annonce h6,
.template-annonce ul,
.template-annonce ol,
.template-annonce p {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
.template-annonce h1 {
  font-weight: bold;
}
.template-annonce.et_pb_row {
  padding: 0 1rem 5rem 1rem;
  max-width: 78.0625rem;
  width: 100%;
}
.template-annonce .row {
  margin: 0;
}
.template-annonce .row:first-of-type {
  display: flex;
  flex-direction: column;
}
@media (min-width: 980px) {
  .template-annonce .row:first-of-type {
    flex-direction: row;
    justify-content: space-between;
    gap: 3rem;
  }
}
.template-annonce .row.ariane {
  margin: 1.375rem 0 1.875rem 0;
  flex-wrap: wrap;
  flex-direction: row;
}
.template-annonce .row.ariane a {
  color: var(--e-global-color-primary);
  width: fit-content;
}
.template-annonce .row .row:nth-child(2) {
  margin-bottom: 1.125rem;
}
.template-annonce .row .row:nth-child(2) a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--e-global-color-accent);
}
.template-annonce .row .row:nth-child(2).back::before{
  display:none;
}
.template-annonce .row .row:nth-child(2) a::before {
  content: "";
  width: 1rem;
  height: 1rem;
  background: url(icons/icon-retour-tertiary.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.template-annonce .row .col-66 {
  max-width: 57.5rem;
  width: 100%;
  margin-right: 0;
  /* Variation de hauteur pour créer un effet visuel intéressant */
  /* La première image prend 1,5 fois la hauteur de base */
  /* Chaque 3ème image occupe deux lignes */
  /* Chaque 5ème image occupe 1,5 fois la hauteur de base */
  /* Chaque 7ème image occupe trois lignes */
  /* Chaque 8ème image prend une hauteur normale */
  /* Chaque 10ème image occupe deux lignes avec une légère hauteur supplémentaire */
  /* Chaque 12ème image occupe une hauteur égale à 2,5 lignes */
  /* Assurer qu'il y a aussi des images de taille classique (une seule ligne) */
}
.template-annonce .row .col-66 .row:first-of-type {
  justify-content: flex-start;
  gap: 0.25rem;
}
.template-annonce .row .col-66 img {
  width: 100%;
  max-height: 16.9375rem;
  height: auto;
  object-fit: cover;
  object-position: center;
  margin-bottom: 2.25rem;
  border-radius: 0.875rem 0.875rem 0px 0px;
}
.template-annonce .row .col-66 h1 {
  margin-bottom: 1.125rem;
  font-weight: bold;
}
.template-annonce .row .col-66 .type {
  width: fit-content;
  padding: 0.25rem 0.75rem;
  background-color: var(--e-global-color-cdeaeaf);
  border-radius: 3.125rem;
  flex-shrink: 0;
  margin-right: 0.25rem;
  color: white;
  font-weight: bold;
}
.template-annonce .row .col-66 .categories {
  width: fit-content;
  padding: 0.25rem 0.75rem;
  background-color: var(--e-global-color-primary);
  border-radius: 3.125rem;
  flex-shrink: 0;
  margin-right: 1.5rem;
  color: white;
  font-weight: bold;
}
.template-annonce .row .col-66 .maj {
  padding-top: 0.25rem;
}
.template-annonce .row .col-66 .row:nth-of-type(4) {
  width: 100%;
  border-bottom: 1px solid #B7C7D1;
  padding-bottom: 2.375rem;
  margin-bottom: 1.75rem;
  align-items: center;
  flex-wrap: wrap;
}
.template-annonce .row .col-66 .datas {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: auto 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  padding-bottom: 1.75rem;
  margin-bottom: 1.75rem;
  border-bottom: 1px solid #B7C7D1;
}
@media (min-width: 980px) {
  .template-annonce .row .col-66 .datas {
    grid-template-columns: repeat(2, 1fr);
  }
}
.template-annonce .row .col-66 .datas li {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: var(--e-global-color-primary);
}
.template-annonce .row .col-66 .datas li{
  font-weight: 800;
  font-size: 1.125rem;
}
.template-annonce .row .col-66 .datas li .bold {
  font-weight: 400;
  font-size: 1rem;
}
.template-annonce .row .col-66 .datas li .work,
.template-annonce .row .col-66 .datas li .euro,
.template-annonce .row .col-66 .datas li .map,
.template-annonce .row .col-66 .datas li .calendar{
  width: 1.5rem;
  height: 1.5rem;
  min-width: 1.5rem;
}
.template-annonce .row .col-66 .datas li .work {
  background: url(icons/icon-profession.svg) center no-repeat;
  background-size: contain;
}
.template-annonce .row .col-66 .datas li .euro {
  background: url(icons/Prix.svg) center no-repeat;
  background-size: contain;
}
.template-annonce .row .col-66 .datas li .map {
  background: url(icons/icon-lieu.svg) center no-repeat;
  background-size: contain;
}
.template-annonce .row .col-66 .datas li .calendar {
  background: url(icons/icon-date.svg) center no-repeat;
  background-size: contain;
}
.template-annonce .row .col-66 .content {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  margin-bottom: 1.5rem;
}
.template-annonce .row .col-66 .content ul {
  margin-left: 1rem;
}
.template-annonce .row .col-66 .content ul li {
  list-style: disc !important;
}
.template-annonce .row .col-66 .content ol {
  margin-left: 1rem;
}
.template-annonce .row .col-66 .content ol li {
  list-style: decimal !important;
}
.template-annonce .row .col-66 .files a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--e-global-color-accent);
  font-weight: bold;
}
.template-annonce .row .col-66 .files a::before {
  content: "";
  width: 1rem;
  height: 1rem;
  background: url(icons/icon-telechargement.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.template-annonce .row .col-66 .files a:hover {
  color: var(--e-global-color-primary);
}
.template-annonce .row .col-66 .contact {
  margin-top: 2rem;
  padding: 1.75rem 0 1.75rem 0;
  border-bottom: 1px solid #B7C7D1;
  border-top: 1px solid #B7C7D1;
  margin-bottom: 3rem;
}
.template-annonce .row .col-66 .contact h4 {
  font-size: 2.1875rem;
  margin-bottom: 1rem;
}
.template-annonce .row .col-66 .photos {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  /* Trois colonnes de même largeur */
  grid-auto-rows: 150px;
  /* Hauteur de base des lignes de la grille */
  gap: 18px;
  /* Espace entre les images */
  max-width: 800px;
  /* Largeur maximale de la grille */
  margin: auto;
  /* Centre le conteneur */
}
@media (min-width: 600px) {
  .template-annonce .row .col-66 .photos {
    grid-template-columns: repeat(3, 1fr);
  }
}
.template-annonce .row .col-66 .photos a {
  overflow: hidden;
  /* Cache tout débordement d'image */
}
.template-annonce .row .col-66 .photos img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 100%;
  border-radius: 0;
  /* Assure que l'image remplit bien son conteneur sans être déformée */
  display: block;
  /* Évite les espaces blancs autour des images */
}
.template-annonce .row .col-66 .photos a:nth-child(1) {
  grid-row: span 1;
  height: 150px;
}
@media (min-width: 600px) {
  .template-annonce .row .col-66 .photos a:nth-child(1) {
    grid-row: span 2;
    /* Occupe environ "1,5 lignes" */
    height: 225px;
    /* Hauteur légèrement plus grande pour simuler "1,5 lignes" */
  }
}
.template-annonce .row .col-66 .photos a:nth-child(3n) {
  grid-row: span 2;
  /* Occupe deux lignes (hauteur plus grande) */
}
.template-annonce .row .col-66 .photos a:nth-child(5n) {
  grid-row: span 2;
  /* Simule une hauteur intermédiaire */
  height: 225px;
  /* Hauteur de 1,5 fois la hauteur de base */
}
.template-annonce .row .col-66 .photos a:nth-child(7n) {
  grid-row: span 3;
  /* Occupe trois lignes pour une variation marquée */
}
.template-annonce .row .col-66 .photos a:nth-child(8n) {
  grid-row: span 1;
  /* Conserve la hauteur classique (une ligne) */
}
.template-annonce .row .col-66 .photos a:nth-child(10n) {
  grid-row: span 2;
  /* Prend deux lignes */
  height: 275px;
  /* Hauteur légèrement plus grande pour plus de diversité */
}
.template-annonce .row .col-66 .photos a:nth-child(12n) {
  grid-row: span 3;
  /* Simule 2,5 lignes par rapport à la hauteur de base */
  height: 375px;
  /* Donne un effet de hauteur supplémentaire */
}
.template-annonce .row .col-66 .photos a:not(:nth-child(1)):not(:nth-child(3n)):not(:nth-child(5n)):not(:nth-child(7n)):not(:nth-child(8n)):not(:nth-child(10n)):not(:nth-child(12n)) {
  grid-row: span 1;
  /* Occupe une seule ligne (taille classique) */
}
.template-annonce .row .col-33 {
  width: 100%;
  margin-top: 3rem;
}
@media (min-width: 980px) {
  .template-annonce .row .col-33 {
    margin-top: 0;
    max-width: 33%;
  }
}
.template-annonce .row .col-33 .row {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
@media (min-width: 980px) {
  .template-annonce .row .col-33 .row {
    padding-top: 7rem;
  }
}
.template-annonce .row .col-33 .row .annonce {
  width: 100%;
  border-radius: 14px;
  border: 1px solid #B7C7D1;
  overflow: hidden;
}
.template-annonce .row .col-33 .row .annonce img {
  width: 100%;
  height: 8.5625rem;
  object-fit: cover;
  object-position: center;
  background: #08C7D5;
  margin-bottom: 0.75rem;
}
.template-annonce .row .col-33 .row .annonce .main {
  padding: 0 1.5rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.8125rem;
}
.template-annonce .row .col-33 .row .annonce h3 {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.template-annonce .row .col-33 .row .annonce li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--e-global-color-primary);
}
.template-annonce .row .col-33 .row .annonce li .bold {
  font-weight: bold;
}
.template-annonce .row .col-33 .row .annonce li .work {
  width: 1rem;
  height: 1rem;
  background: url(icons/icon-profession.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.template-annonce .row .col-33 .row .annonce li .euro {
  width: 1rem;
  height: 1rem;
  background: url(icons/Prix.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.template-annonce .row .col-33 .row .annonce li .map {
  width: 1rem;
  height: 1rem;
  background: url(icons/icon-lieu.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.template-annonce .row .col-33 .row .annonce li .date,
.template-annonce .row .col-33 .row .annonce li .calendar {
  width: 1rem;
  height: 1rem;
  background: url(icons/icon-date.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.template-annonce .row .col-33 .row .annonce .list-pills {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.25rem;
}
.template-annonce .row .col-33 .row .annonce span {
  border-radius: 20px;
  font-weight: bold;
  width: fit-content;
  background-color: var(--e-global-color-primary);
  color: white;
  font-size: 0.75rem;
  padding: 0.125rem 0.53125rem;
}
.template-annonce .row .col-33 .row .annonce span.type {
  background: var(--e-global-color-cdeaeaf);
  margin-right: 0.25rem;
}
.template-annonce .row .col-33 .row .annonce .text-end {
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--e-global-color-primary);
}
.template-annonce .row .col-33 .btn-outline-bleu {

}
.template-annonce .block {
  background: none;
  margin: 0;
  padding: 0;
}
.fancybox-inner button, .fancybox-inner button:hover{
  background-color:transparent;
}

#loginform h1,
#loginform h2,
#loginform h3,
#loginform h4,
#loginform h5,
#loginform h6,
#loginform ul,
#loginform ol,
#loginform p {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
#loginform .login {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
#loginform .login-username {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
#loginform .login-password {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
#loginform p{
  margin:0;
}
#loginform label {
  display:flex;
  gap: 0.5rem;
  line-height: inherit;
}
#loginform input[type=submit], #loginform button {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  padding: 0.75rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: fit-content;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  border-radius: 1.9375rem;
  font-weight: 700;
  border: 1px solid;
}
#loginform input[type=submit]:hover, #loginform button:hover {
  border-radius: 0;
}
#loginform button#button-addon1,
#loginform button#button-addon2 {
  border: none;
  border-color: none;
  background: none;
  margin-top: 0;
  color: var(--e-global-color-primary);
  right: 0.5rem;
}

.custom-lost-password-link {
  margin-top: 1rem;
}

li {
  list-style: disc;
}

.clearfix li {
  list-style: none;
}

.alert {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background: #00bdb9;
  color: white;
  padding: 2.1875rem;
  gap: 1.25rem;
  margin: 0 auto;
  margin-top: 2.625rem;
  border-radius: 0.875rem;
  border: none;
  max-width: 62.5rem;
}
@media (min-width: 980px) {
  .alert::before {
    content: "";
    width: 5.75rem;
    height: 5.75rem;
    background: url(icons-anime/pas_le_temps.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: 2.1875rem;
    top: 50%;
    transform: translateY(-50%);
  }
}
.alert h4 {
  font-size: 20px;
  font-weight: bold;
  color: white;
}
.alert .btn {
  padding: 0.75rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: fit-content;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  border-radius: 1.9375rem;
  font-weight: normal;
  border: 1px solid;
  font-weight: 700;
  border-color: var(--e-global-color-primary);
  background: var(--e-global-color-primary);
  color: white;
  width: fit-content;
}
.alert .btn:hover {
  border-radius: 0;
}
.alert .btn::before {
  content: "";
  display: hidden;
  width: 0;
  height: 0;
  background: none;
}

body {
  overflow-x: hidden;
}

.text-danger {
  color: #FA7373;
}

.text-warning {
  color: #00bdb9;
}

.text-success {
  color: var(--e-global-color-cdeaeaf);
}

.back {
  display: flex;
  align-items: start;
  gap: 0.5rem;
  margin-bottom: 1rem;
  color: #08C7D5;
}
.back::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: url(icons/icon-retour-tertiary.svg) no-repeat center;
  background-size: contain;
  display: block;
}

.et_pb_text_0 ol {
  padding-left: 1rem !important;
  margin-bottom: 0.75rem !important;
}
.et_pb_text_0 ol li {
  list-style: decimal !important;
}
