@charset "UTF-8";
@import "https://use.typekit.net/tci7wbs.css";
/*@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/material-icons-outlined.woff2) format('woff2');
  font-display: block;
}

.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal ;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
}*/
body {
  font-family: adelle-sans, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: rgba(245, 239, 239, 0.6705882353);
}

main.container {
  background-color: white;
  padding-bottom: 20px;
}

.container {
  max-width: 1400px;
}

.separator25px {
  height: 25px;
}

.separator50px {
  height: 50px;
}

.separatorLine25px {
  height: 1px;
  border-top: #A8A8A8 solid 0.5px;
  margin: 12px 0;
}

.separatorLine50px {
  height: 1px;
  border-top: #A8A8A8 solid 0.5px;
  margin: 24px 0;
}

.img-border-gris {
  border: 1px solid #ebe8e8;
}

header {
  background-color: #60c25b;
  z-index: 999;
  height: 75px;
  position: sticky;
  top: 0;
}
header div.header-wrap {
  height: 75px;
}
header div.header-wrap div.left-col {
  align-items: center;
  justify-content: flex-start;
  margin-top: 16px;
}
header div.header-wrap div.left-col div.search-wrap form {
  position: relative;
}
header div.header-wrap div.left-col div.search-wrap form input[type=text] {
  width: 200px;
  border-radius: 16px;
  background: unset;
  border: 1px solid #FFF;
  color: #FFFFFF;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 7px 32px 5px 32px;
  text-align: center;
  outline: none;
}
header div.header-wrap div.left-col div.search-wrap form input[type=text]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FFFFFF;
  opacity: 1; /* Firefox */
  font-family: adelle-sans, sans-serif;
  font-weight: 600;
  font-size: 13px;
}
header div.header-wrap div.left-col div.search-wrap form input[type=text]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #FFFFFF;
  font-family: adelle-sans, sans-serif;
  font-weight: 600;
  font-size: 13px;
}
header div.header-wrap div.left-col div.search-wrap form input[type=text]::-ms-input-placeholder { /* Microsoft Edge */
  color: #FFFFFF;
  font-weight: 600;
  font-size: 13px;
}
header div.header-wrap div.left-col div.search-wrap form .search-btn {
  border: none;
  background: transparent;
}
header div.header-wrap div.left-col div.search-wrap form .search-btn span {
  position: absolute;
  right: 130px;
  top: 6px;
  font-size: 20px;
  color: #fff;
}
header div.header-wrap div.left-col div.search-wrap p {
  font-size: 15px;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-top: 18px;
  font-weight: 600;
}
header div.header-wrap div.middle-col {
  z-index: 10;
}
header div.header-wrap div.middle-col a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
header div.header-wrap div.right-col {
  align-items: center;
  justify-content: flex-end;
}
header div.header-wrap div.right-col ul#sub-menu {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  margin-bottom: 0;
}
header div.header-wrap div.right-col ul#sub-menu li {
  text-align: center;
  margin-left: 24px;
  min-width: 75px;
}
header div.header-wrap div.right-col ul#sub-menu li a {
  display: block;
  text-decoration: none;
  color: #ffffff;
}
header div.header-wrap div.right-col ul#sub-menu li a span {
  font-size: 40px;
}
header div.header-wrap div.right-col ul#sub-menu li a p {
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 600;
}
@media (max-width: 1199px) {
  header div.header-wrap div.right-col ul#sub-menu {
    margin-top: 5px;
  }
  header div.header-wrap div.right-col ul#sub-menu li {
    margin-left: 15px;
    min-width: 0;
  }
  header div.header-wrap div.right-col ul#sub-menu li.abonnez-vous a {
    font-weight: bold;
    padding: 3px;
    background-color: #F7C906;
    color: red !important;
    font-size: 15px;
    line-height: 16px;
    margin-top: 9px;
  }
}
@media (max-width: 991px) {
  header div.header-wrap div.right-col ul#sub-menu {
    margin-right: -15px;
    margin-top: 5px;
  }
  header div.header-wrap div.right-col ul#sub-menu li {
    margin-left: 5px;
    min-width: 0;
  }
}
@media (max-width: 1199px) {
  header div.header-wrap div.middle-col a img {
    min-width: 120px;
    max-width: 141px;
  }
}
@media (min-width: 1200px) {
  header {
    position: relative;
    height: 150px;
    z-index: 1;
  }
  header div.header-wrap {
    height: 150px;
  }
  header div.header-wrap div.middle-col a img {
    max-width: 277px;
  }
}

footer {
  background-color: #2E5883;
  color: white;
  padding-top: 20px;
  position: relative;
  z-index: 1;
}
footer h5 {
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid #60c25b;
  border-bottom: 1px solid #60c25b;
}
footer #footer-top {
  background-color: #2E5883;
}
@media (min-width: 768px) {
  footer #footer-top {
    margin-top: 20px;
  }
}
footer #footer-top #baseline {
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  color: #889AB6;
}
footer #footer-top p {
  margin-bottom: 8px;
}
footer #footer-top .social a {
  font-size: 22px;
  font-weight: 600;
  margin-right: 5px;
}
footer #footer-bottom {
  background-color: #1b3a54;
  padding-top: 20px;
  padding-bottom: 20px;
}
footer #footer-bottom .footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}
@media (max-width: 767px) {
  footer #footer-bottom .footer-links {
    margin-top: 10px;
  }
}
footer #footer-bottom .footer-links a, footer #footer-bottom .footer-links span {
  color: #b7d7ef;
  line-height: 1.1;
}
footer #footer-bottom .footer-links a:not(:last-child)::after {
  content: "|";
  margin-left: 0.5rem;
}
footer a {
  color: #b7d7ef;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
footer .footer-title {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.2rem;
}
footer .newsletter-input {
  max-width: 300px;
}
footer .newsletter-input .form-control {
  border-color: #60c25b;
}
footer .newsletter-input .form-control:focus {
  box-shadow: none;
}
footer .newsletter-input button {
  border-color: #60c25b;
  background-color: #60c25b;
}
footer .newsletter-input button:hover, footer .newsletter-input button:active, footer .newsletter-input button:focus {
  border-color: #60c25b !important;
  background-color: #60c25b !important;
}

#la_revue_edition_du_mois img, #sidebar_librairie img {
  width: 160px;
}

#sidebar_index_et_indices a,
#sidebar_petites_annonces a,
#sidebar_devenir_annonceur a {
  text-decoration: none;
}
#sidebar_index_et_indices.pave_arrondi,
#sidebar_petites_annonces.pave_arrondi,
#sidebar_devenir_annonceur.pave_arrondi {
  background-color: #60c25b;
  padding-bottom: 0px;
}
#sidebar_index_et_indices.pave_arrondi h3,
#sidebar_petites_annonces.pave_arrondi h3,
#sidebar_devenir_annonceur.pave_arrondi h3 {
  color: #ffffff;
  margin-bottom: 7px;
}

nav#desktop-menu {
  height: 48px;
  background-color: #ffffff;
  box-shadow: 0 6px 3px 0 rgba(0, 0, 0, 0.05);
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 100;
  display: none;
  /* ===== Sous-menu vertical ===== */
}
nav#desktop-menu ul.navbar-nav {
  display: flex;
  flex-direction: row;
  height: 48px;
}
nav#desktop-menu ul.navbar-nav li#abonnezvous a.nav-link {
  color: red !important;
}
nav#desktop-menu ul.navbar-nav li#abonnezvous a.nav-link.active {
  color: red !important;
}
nav#desktop-menu ul.navbar-nav li#abonnezvous a.nav-link:hover {
  color: red !important;
}
nav#desktop-menu ul.navbar-nav li#abonnezvous a {
  background-color: #F7C906;
  padding: 0 5px;
  font-weight: bold;
}
nav#desktop-menu ul.navbar-nav li.nav-item {
  margin-right: 1px;
}
nav#desktop-menu ul.navbar-nav li.nav-item.homepage {
  margin-top: -2px;
}
nav#desktop-menu ul.navbar-nav li.nav-item p.nav-link {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  height: 48px;
  color: var(--bs-body-color) !important;
}
nav#desktop-menu ul.navbar-nav li.nav-item a.nav-link {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  height: 48px;
  padding: 0 9px;
  text-transform: uppercase;
  /*&:hover {
    color: white !important;
    background-color: $brandColor !important;
  }*/
}
nav#desktop-menu ul.navbar-nav li.nav-item a.nav-link.active {
  color: #60c25b !important;
}
nav#desktop-menu ul.navbar-nav li.nav-item a.nav-link:not(.no-hover):hover {
  color: #fff !important;
  background-color: #60c25b;
}
nav#desktop-menu .has-submenu {
  position: relative;
}
nav#desktop-menu .has-submenu .submenu {
  /* Initialement invisible et décalé vers le haut */
  opacity: 0;
  transform: translateY(-10px);
  position: absolute;
  top: 48px;
  left: 0;
  background-color: #ffffff;
  border: 1px solid #ddd;
  min-width: 200px;
  z-index: 200;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
  /* Animation */
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none; /* Empêche de cliquer quand invisible */
}
nav#desktop-menu .has-submenu .submenu li {
  width: 100%;
  border-bottom: 1px solid #ddd;
}
nav#desktop-menu .has-submenu .submenu li:last-child {
  border-bottom: none;
}
nav#desktop-menu .has-submenu .submenu li a {
  display: block;
  padding: 13px 8px 8px 8px;
  color: var(--bs-body-color);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #fff;
  text-decoration: none;
  transition: background-color 0.15s, color 0.15s;
}
nav#desktop-menu .has-submenu .submenu li a:hover {
  background-color: #60c25b;
  color: #fff !important;
}
nav#desktop-menu .has-submenu .submenu li a.active {
  color: #60c25b;
}
nav#desktop-menu .has-submenu:hover .submenu {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

nav#mobile-menu {
  position: absolute;
  left: -4px;
  top: 20px;
}
nav#mobile-menu button.mobile-menu {
  background-color: transparent;
  border: none;
  cursor: pointer;
  position: relative;
  z-index: 100;
  padding: 0;
  margin-top: 2px;
}
nav#mobile-menu button.mobile-menu svg {
  width: 30px;
}
nav#mobile-menu button.mobile-menu .line {
  fill: none;
  stroke: white;
  stroke-width: 6;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
nav#mobile-menu button.mobile-menu .line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
nav#mobile-menu button.mobile-menu .line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}
nav#mobile-menu button.mobile-menu .line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
nav#mobile-menu button.mobile-menu.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
nav#mobile-menu button.mobile-menu.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}
nav#mobile-menu button.mobile-menu.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
nav#mobile-menu form {
  position: relative;
}
nav#mobile-menu form input[type=text] {
  width: calc(100% - 20px);
  border-radius: 16px;
  background: unset;
  border: 1px solid #60c25b;
  color: #60c25b;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 7px 32px 5px 32px;
  text-align: center;
  outline: none;
  margin-left: 10px;
}
nav#mobile-menu form input[type=text]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #60c25b;
  opacity: 1; /* Firefox */
  font-family: adelle-sans, sans-serif;
  font-weight: 600;
  font-size: 13px;
}
nav#mobile-menu form input[type=text]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #60c25b;
  font-family: adelle-sans, sans-serif;
  font-weight: 600;
  font-size: 13px;
}
nav#mobile-menu form input[type=text]::-ms-input-placeholder { /* Microsoft Edge */
  color: #60c25b;
  font-weight: 600;
  font-size: 13px;
}
nav#mobile-menu form .search-btn {
  border: none;
  background: transparent;
}
nav#mobile-menu form .search-btn span {
  position: absolute;
  right: 24px;
  top: 7px;
  font-size: 20px;
  color: #60c25b;
}
nav#mobile-menu .offcanvas {
  background-color: #eff9ef;
  margin-top: 75px;
}
nav#mobile-menu .offcanvas .offcanvas-body ul {
  list-style-type: none;
  width: 100%;
  padding: 0;
  margin-bottom: 0;
}
nav#mobile-menu .offcanvas .offcanvas-body ul li {
  height: 48px;
  border-bottom: 1px solid #cfedce;
}
nav#mobile-menu .offcanvas .offcanvas-body ul li:last-child {
  border-bottom: none;
}
nav#mobile-menu .offcanvas .offcanvas-body ul li a {
  display: flex;
  height: 100%;
  align-items: center;
  padding-left: 16px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  color: var(--bs-body-color);
  text-transform: uppercase;
}
nav#mobile-menu .offcanvas .offcanvas-body ul li a:hover {
  color: #ffffff;
  background-color: #60c25b;
}
nav#mobile-menu .offcanvas .offcanvas-body ul li a.subnav-item {
  color: #60c25b;
}
nav#mobile-menu .offcanvas .offcanvas-body ul li a.subnav-item:hover {
  color: #ffffff;
  background-color: #60c25b;
}
nav#mobile-menu .offcanvas .offcanvas-body ul li a.toggle-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
nav#mobile-menu .offcanvas .offcanvas-body ul li a.toggle-link .arrow {
  margin-right: 10px;
  transition: transform 0.3s ease;
}
nav#mobile-menu .offcanvas .offcanvas-body ul li a.toggle-link[aria-expanded=true] .arrow {
  transform: rotate(180deg);
}

@media (min-width: 1200px) {
  nav#mobile-menu {
    display: none;
  }
  nav#desktop-menu {
    display: block;
  }
}
.pave_arrondi {
  border: 1px solid #60c25b;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
}
.pave_arrondi h3 {
  font-family: adelle-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  color: #60c25b;
  text-transform: uppercase;
  margin: 10px 0;
}

.pave_pub {
  width: 100%;
  height: auto;
}

#breadcrumb {
  font-size: 18px;
}
#breadcrumb .breadcrumb {
  border-top: #A8A8A8 1px solid;
  border-bottom: #A8A8A8 1px solid;
  --bs-breadcrumb-divider-color: $gris;
}
#breadcrumb .breadcrumb .breadcrumb-item {
  display: flex;
  align-items: center;
  color: #A8A8A8;
  font-weight: bold;
  text-transform: uppercase;
  height: 27px;
}
@media (max-width: 575px) {
  #breadcrumb .breadcrumb .breadcrumb-item {
    font-size: 14px;
    height: 22px;
    margin-top: 3px;
  }
}
#breadcrumb .breadcrumb .breadcrumb-item svg {
  vertical-align: unset;
}
@media (min-width: 576px) {
  #breadcrumb .breadcrumb .breadcrumb-item svg.only_mobile {
    display: none;
  }
}
#breadcrumb .breadcrumb a {
  color: #A8A8A8;
  text-decoration: none;
  font-weight: bold;
}

.btn_category {
  display: inline-block;
  border: 1px solid #60c25b;
  border-radius: 35px;
  padding: 4px 6px 2px 6px;
  font-size: 13px;
  color: #60c25b;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .btn_category {
    font-size: 10px;
  }
}
.btn_category a {
  text-decoration: none;
  color: #60c25b;
}

.btn_abonnement {
  display: inline-block;
  border-radius: 20px;
  padding: 2px 10px;
  font-size: 14px;
  color: red;
  text-transform: uppercase;
  background-color: #ffd400;
}
.btn_abonnement a {
  text-decoration: none;
  color: red;
}

.btn_category_black {
  display: inline-block;
  border: 1px solid var(--bs-body-color);
  border-radius: 35px;
  padding: 4px 6px 2px 6px;
  font-size: 13px;
  color: var(--bs-body-color);
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .btn_category_black {
    font-size: 10px;
  }
}
.btn_category_black a {
  text-decoration: none;
  color: var(--bs-body-color);
}

.btn_lock, .btn_lock_black {
  position: relative;
  font-size: 21px;
  top: -1px;
}
.btn_lock a, .btn_lock_black a {
  text-decoration: none;
  padding: 10px 15px;
}

.btn_lock a {
  color: #F7C906;
}

.btn_lock_black a {
  color: var(--bs-body-color);
}

.btn_abonnez-vous {
  display: inline-block;
  border-radius: 20px;
  padding: 2px 10px;
  font-size: 14px;
  color: white;
  text-transform: uppercase;
  background-color: red;
}
.btn_abonnez-vous:hover {
  text-decoration: none;
  color: white;
  background-color: red;
}

.pagination {
  margin-top: 50px;
}

ul.pagination {
  justify-content: center !important;
  --bs-pagination-color: #60c25b;
  --bs-pagination-hover-color: #60c25b;
  --bs-pagination-hover-bg: #cfedce;
  --bs-pagination-focus-color: #60c25b;
  --bs-pagination-focus-bg: #cfedce;
  --bs-pagination-focus-box-shadow: #cfedce;
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #60c25b;
  --bs-pagination-active-border-color: #60c25b;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
}

#vous-devez-etre-abonne {
  margin-top: 15px;
  background-color: #A8A8A8;
  color: white;
}
#vous-devez-etre-abonne #vous-devez-etre-abonne-header {
  background-color: #F7C906;
}
#vous-devez-etre-abonne #vous-devez-etre-abonne-header .l1 {
  margin-top: 25px;
  font-size: 20px;
  line-height: 22px;
  font-family: adelle-sans, sans-serif;
  font-weight: 600;
  color: var(--bs-body-color);
  font-style: normal;
}
#vous-devez-etre-abonne #vous-devez-etre-abonne-header .l2 {
  margin-top: 10px;
  font-size: 28px;
  line-height: 30px;
  font-family: adelle-sans, sans-serif;
  font-weight: bolder;
  color: #FF0000;
  font-style: normal;
}
@media (max-width: 767px) {
  #vous-devez-etre-abonne #vous-devez-etre-abonne-header .l2 {
    font-size: 26px;
  }
}
#vous-devez-etre-abonne #vous-devez-etre-abonne-header .l3 {
  margin-top: 10px;
  font-size: 28px;
  line-height: 36px;
  font-family: adelle-sans, sans-serif;
  font-weight: 600;
  color: var(--bs-body-color);
  font-style: normal;
  margin-bottom: 25px;
}
#vous-devez-etre-abonne #vous-devez-etre-abonne-header .l3 a {
  color: var(--bs-body-color);
}
#vous-devez-etre-abonne .form-control:focus {
  box-shadow: 0 0 0 0.25rem rgba(96, 194, 91, 0.25);
}
#vous-devez-etre-abonne .input-group button {
  width: 45px;
}
#vous-devez-etre-abonne .pre {
  font-size: 24px;
  line-height: 30px;
  font-family: adelle-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-top: 25px;
}
#vous-devez-etre-abonne .vous-devez-etre-abonne-subtitle {
  font-size: 24px;
  line-height: 30px;
  font-family: adelle-sans, sans-serif;
  font-weight: 600;
  font-style: normal;
  margin-top: 15px;
}
#vous-devez-etre-abonne .fm {
  margin-top: 10px;
  font-size: 16px;
  line-height: 21px;
  font-family: adelle-light, sans-serif;
}
#vous-devez-etre-abonne .fm a {
  text-decoration: underline;
  color: white;
}
#vous-devez-etre-abonne .fm .btn-success {
  background-color: #60c25b;
  border-color: #60c25b;
  border-radius: 20px;
  margin-bottom: 25px;
}
#vous-devez-etre-abonne .bt {
  margin-top: 10px;
}
#vous-devez-etre-abonne .lk:last-child {
  margin-bottom: 25px;
}
#vous-devez-etre-abonne .lk {
  text-transform: uppercase;
  margin-top: 10px;
}
#vous-devez-etre-abonne .lk a {
  text-decoration: underline;
  color: white;
}

#ev-cookie-retract-consent-container {
  display: none !important;
}

#ev-cookie-consent-banner, #ev-cookie-configurator {
  background-color: #f4fcf4;
}
#ev-cookie-consent-banner .light-mode-button.button-success, #ev-cookie-configurator .light-mode-button.button-success {
  background-color: #60c25b;
}
#ev-cookie-consent-banner .light-mode-button.button-secondary, #ev-cookie-configurator .light-mode-button.button-secondary {
  background-color: #A8A8A8;
}
@media (max-width: 575px) {
  #ev-cookie-consent-banner .light-mode-button, #ev-cookie-configurator .light-mode-button {
    padding: 8px 10px;
    font-size: 12px;
  }
}
#ev-cookie-consent-banner input[type=checkbox], #ev-cookie-configurator input[type=checkbox] {
  accent-color: #60c25b;
}

@media (min-width: 1400px) {
  .publicite-habillage {
    position: fixed;
    top: 48px;
  }
}
@media (max-width: 1399px) {
  .publicite-habillage {
    display: none;
  }
}

#actualites-liste-articles .date-lock {
  display: flex;
  align-items: center;
  gap: 6px; /* espace entre le cadenas et la date */
  margin-bottom: 15px;
}
#actualites-liste-articles .main_article h2 {
  font-size: 24px;
  font-family: adelle-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
}
#actualites-liste-articles .main_article h2 a {
  text-decoration: none;
  color: var(--bs-body-color);
}
@media (max-width: 767px) {
  #actualites-liste-articles .main_article h2 {
    margin-top: 10px;
  }
}
#actualites-liste-articles .main_article p.summury {
  font-family: adelle-sans, sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media (min-width: 1200px) {
  #actualites-liste-articles .main_article p.summury {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
#actualites-liste-articles .main_article span.published {
  font-size: 14px;
  color: #A8A8A8;
  text-transform: uppercase;
}
#actualites-liste-articles .secondary_article h2 {
  font-family: adelle-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
}
#actualites-liste-articles .secondary_article h2 a {
  text-decoration: none;
  color: var(--bs-body-color);
}
@media (max-width: 767px) {
  #actualites-liste-articles .secondary_article h2 {
    margin-top: 10px;
  }
}
#actualites-liste-articles .secondary_article p.summury {
  font-family: adelle-sans, sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media (min-width: 1200px) {
  #actualites-liste-articles .secondary_article p.summury {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
#actualites-liste-articles .secondary_article span.published {
  font-size: 14px;
  color: #A8A8A8;
  text-transform: uppercase;
}
#actualites-liste-articles .s_article h2 {
  font-size: 20px;
  font-family: adelle-sans, sans-serif;
  font-weight: 600;
  font-style: normal;
}
#actualites-liste-articles .s_article h2 a {
  text-decoration: none;
  color: var(--bs-body-color) lack;
}
#actualites-liste-articles .s_article p.summury {
  font-family: adelle-sans, sans-serif;
  font-weight: 300;
  font-style: normal;
}
#actualites-liste-articles .s_article p.published {
  font-size: 14px;
  color: #A8A8A8;
  text-transform: uppercase;
}

#category_article .title h1 {
  font-size: 30px;
  line-height: 40px;
  font-family: adelle-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media (max-width: 767px) {
  #category_article .title h1 {
    font-size: 24px;
    line-height: 30px;
  }
}
#category_article .published p {
  font-size: 14px;
  line-height: 16px;
  color: #A8A8A8;
  text-transform: uppercase;
}
#category_article .resumed p {
  font-size: 18px;
  line-height: 25px;
  font-family: adelle-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media (max-width: 767px) {
  #category_article .resumed p {
    font-size: 16px;
    line-height: 24px;
  }
}
#category_article .content {
  font-size: 16px;
  line-height: 27px;
  font-family: adelle-light, sans-serif;
}
#category_article .flouter {
  /* masque dégradé vers le bas */
  -webkit-mask-image: linear-gradient(to bottom, black 30%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 30%, transparent 100%);
}
#category_article .alireaussi {
  margin-top: 15px;
}
#category_article .alireaussi div.title {
  font-size: 25px;
  line-height: 32px;
  font-family: adelle-sans, sans-serif;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 15px;
  margin-top: 10px;
}
#category_article .alireaussi div.content {
  border-top: 1px solid #A8A8A8;
  padding-top: 20px;
  padding-bottom: 20px;
}
#category_article .alireaussi div.content a {
  text-decoration: none;
  color: var(--bs-body-color);
  font-size: 18px;
  line-height: 21px;
  font-weight: 600;
}
#category_article .alireaussi div.content p.title {
  font-size: 15px;
  line-height: 18px;
}
@media (max-width: 767px) {
  #category_article .alireaussi div.content p.title {
    margin-top: 10px;
  }
}
@media (min-width: 0px) {
  #category_article .alireaussi div.content p.resumed {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
#category_article .danslamemerubrique {
  margin-top: 15px;
}
#category_article .danslamemerubrique .cadre {
  border: 1px solid #A8A8A8;
  padding: 0 15px;
}
#category_article .danslamemerubrique div.title {
  border-top: 1px solid #A8A8A8;
  border-right: 1px solid #A8A8A8;
  border-left: 1px solid #A8A8A8;
  font-size: 25px;
  line-height: 32px;
  font-family: adelle-sans, sans-serif;
  font-weight: 600;
  font-style: normal;
  margin-top: 10px;
  padding: 15px;
}
#category_article .danslamemerubrique div.content:last-child {
  padding-bottom: 20px;
}
#category_article .danslamemerubrique div.content {
  padding-top: 20px;
}
#category_article .danslamemerubrique div.content a {
  text-decoration: none;
  color: var(--bs-body-color);
  font-size: 18px;
  line-height: 21px;
  font-weight: 600;
}
#category_article .danslamemerubrique div.content p.title {
  font-size: 15px;
  line-height: 18px;
}
@media (max-width: 767px) {
  #category_article .danslamemerubrique div.content p.title {
    margin-top: 10px;
  }
}
#category_article .danslamemerubrique .toutes-les-actus {
  margin-top: 10px;
  margin-bottom: 10px;
}
#category_article .danslamemerubrique .toutes-les-actus a {
  text-decoration: none;
  text-transform: uppercase;
  color: var(--bs-body-color);
  font-size: 14px;
  font-weight: 600;
}
#category_article div.social a {
  color: #A8A8A8;
  font-size: 20px;
  font-weight: 600;
  margin-right: 5px;
  text-decoration: none;
}
#category_article div.social a.more-link {
  font-size: 14px;
  margin-right: 0px;
}

#homepage .date-lock, #homepage .category-lock {
  display: flex;
  align-items: center;
  gap: 6px; /* espace entre le cadenas et la date */
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  #homepage .date-lock, #homepage .category-lock {
    margin-bottom: 8px;
  }
}

#homepage_main_article h2 {
  font-size: 24px;
  font-family: adelle-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media (max-width: 767px) {
  #homepage_main_article h2 {
    margin-top: 10px;
  }
}
#homepage_main_article h2 a {
  text-decoration: none;
  color: var(--bs-body-color);
}
#homepage_main_article p.summury {
  font-family: adelle-sans, sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media (min-width: 0px) {
  #homepage_main_article p.summury {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media (min-width: 1200px) {
  #homepage_main_article p.summury {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  #homepage_main_article p.summury {
    margin-bottom: 8px;
  }
}
#homepage_main_article span.published {
  font-size: 14px;
  color: #A8A8A8;
  text-transform: uppercase;
}

#homepage_seconds_articles h3 {
  font-size: 18px;
  font-family: adelle-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-top: 10px;
}
#homepage_seconds_articles h3 a {
  text-decoration: none;
  color: var(--bs-body-color);
}
#homepage_seconds_articles span.published {
  font-size: 14px;
  color: #A8A8A8;
  text-transform: uppercase;
}
#homepage_seconds_articles .tag-communique {
  font-size: 12px;
  font-family: adelle-sans, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  color: #F7C906;
}

#homepage_section_1 #homepage_section_1_title .title {
  border-top: #60c25b 1px solid;
  line-height: 27px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}
#homepage_section_1 #homepage_section_1_title .title a {
  color: #60c25b;
  text-decoration: none;
}
#homepage_section_1 #homepage_section_1_content {
  background-color: #E6F3DF;
  padding-left: 20px;
  padding-right: 20px;
}
#homepage_section_1 #homepage_section_1_content h3 {
  font-size: 20px;
  font-family: adelle-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-top: 10px;
}
#homepage_section_1 #homepage_section_1_content h3 a {
  text-decoration: none;
  color: var(--bs-body-color);
}
@media (min-width: 0px) {
  #homepage_section_1 #homepage_section_1_content p.summury {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media (min-width: 1200px) {
  #homepage_section_1 #homepage_section_1_content p.summury {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  #homepage_section_1 #homepage_section_1_content p.summury {
    margin-bottom: 8px;
  }
}
#homepage_section_1 #homepage_section_1_content span.published {
  font-size: 14px;
  color: #A8A8A8;
  text-transform: uppercase;
}

#homepage_section_2 #homepage_section_2_title .title {
  border-top: #A8A8A8 1px solid;
  border-bottom: #A8A8A8 1px solid;
  line-height: 27px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}
#homepage_section_2 #homepage_section_2_title .title a {
  color: #A8A8A8;
  text-decoration: none;
}
#homepage_section_2 #homepage_section_2_content h3 {
  font-size: 18px;
  font-family: adelle-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-top: 10px;
}
#homepage_section_2 #homepage_section_2_content h3 a {
  text-decoration: none;
  color: var(--bs-body-color);
}
#homepage_section_2 #homepage_section_2_content span.published {
  font-size: 14px;
  color: #A8A8A8;
  text-transform: uppercase;
}

#homepage_section_3 #homepage_section_3_title .title {
  border-top: #60c25b 1px solid;
  line-height: 27px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}
#homepage_section_3 #homepage_section_3_title .title a {
  color: #60c25b;
  text-decoration: none;
}
#homepage_section_3 #homepage_section_3_content {
  background-color: #E6F3DF;
  padding-left: 20px;
  padding-right: 20px;
}
#homepage_section_3 #homepage_section_3_content div.name, #homepage_section_3 #homepage_section_3_content span.brand {
  font-weight: bold;
}
#homepage_section_3 #homepage_section_3_content div.name a, #homepage_section_3 #homepage_section_3_content span.brand a {
  text-decoration: none;
  color: var(--bs-body-color);
}
#homepage_section_3 #homepage_section_3_content div.summury {
  color: #A8A8A8;
}
@media (min-width: 0px) {
  #homepage_section_3 #homepage_section_3_content div.summury {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
#homepage_section_3 #homepage_section_3_content .category-lock {
  margin-top: 5px;
}
#homepage_section_3 .tag-communique {
  font-size: 12px;
  font-family: adelle-sans, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  color: #F7C906;
}

#homepage_section_4 #homepage_section_4_title .title {
  border-top: #A8A8A8 1px solid;
  border-bottom: #A8A8A8 1px solid;
  line-height: 27px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}
#homepage_section_4 #homepage_section_4_title .title a {
  color: #A8A8A8;
  text-decoration: none;
}
#homepage_section_4 #homepage_section_4_content h3 {
  font-size: 18px;
  font-family: adelle-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-top: 10px;
}
#homepage_section_4 #homepage_section_4_content h3 a {
  text-decoration: none;
  color: var(--bs-body-color);
}
@media (min-width: 0px) {
  #homepage_section_4 #homepage_section_4_content .resume {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
#homepage_section_4 #homepage_section_4_content .date-lock {
  margin-top: 5px;
}
#homepage_section_4 #homepage_section_4_content span.published {
  font-size: 14px;
  color: #A8A8A8;
  text-transform: uppercase;
}

/*#homepage_section_5{
  #homepage_section_5_title{

    .title{
      border-top: $brandColor 1px solid;
      color: $brandColor;
      line-height: 27px;
      font-size: 18px;
      text-transform: uppercase;
      font-weight: bold;
    }

  }
  #homepage_section_5_content{

    background-color: $vertPale;
    padding-left: 20px;
    padding-right: 20px;

    h3{
      font-size: 20px;
      font-family: adelle-sans, sans-serif;
      font-weight: 700;
      font-style: normal;
      margin-top: 10px;

      a{
        text-decoration: none;
        color: black;
      }

    }

    p.published
    {
      font-size: 14px;
      color: $gris;
      text-transform: uppercase;
    }

  }


}*/
#homepage_communique {
  margin: 0 2px;
}
#homepage_communique a {
  text-decoration: none;
  color: white;
}
#homepage_communique .communique-gauche {
  background-color: #A8A8A8;
  padding: 20px 20px 10px 20px;
}
#homepage_communique .communique-gauche .title {
  font-size: 22px;
  line-height: 24px;
  font-family: adelle-sans, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: white;
}
@media (max-width: 767px) {
  #homepage_communique .communique-gauche .title {
    font-size: 18px;
    line-height: 20px;
  }
}
#homepage_communique .communique-gauche .text {
  margin-top: 10px;
  font-size: 16px;
  line-height: 20px;
  font-family: adelle-light, sans-serif;
  font-weight: 200;
  font-style: normal;
  color: white;
  text-align: justify;
}
@media (max-width: 767px) {
  #homepage_communique .communique-gauche .text {
    font-size: 14px;
    line-height: x;
  }
}
@media (min-width: 0px) {
  #homepage_communique .communique-gauche .text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
#homepage_communique .communique-gauche .tag-communique {
  font-size: 12px;
  font-family: adelle-sans, sans-serif;
  font-style: normal;
  text-transform: uppercase;
  color: #F7C906;
  text-align: right;
  margin-top: 5px;
}
#homepage_communique .communique-droite {
  padding: 0;
}

#parcours-utilisateur .form-control:focus {
  border-color: #60c25b;
  box-shadow: 0 0 0 0.25rem rgba(96, 194, 91, 0.25);
}
#parcours-utilisateur .input-group button {
  width: 45px;
}
#parcours-utilisateur .title {
  font-family: adelle-sans, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20pt;
  color: #FF0000;
}
#parcours-utilisateur .subtitle, #parcours-utilisateur .form-group {
  font-family: adelle-light, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}
#parcours-utilisateur .form-group {
  margin-bottom: 10px;
}
#parcours-utilisateur .bouton-valider {
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #60c25b;
  border-color: #60c25b;
  border-radius: 20px;
  text-transform: uppercase;
}

#login {
  margin-bottom: 20px;
}
#login .separator-signin-signup {
  border-top: #A8A8A8 1px solid;
  padding-bottom: 25px;
  margin-left: 10px;
  margin-right: 10px;
}
#login .form-control:focus {
  border-color: #60c25b;
  box-shadow: 0 0 0 0.25rem rgba(96, 194, 91, 0.25);
}
#login .input-group button {
  width: 45px;
}
#login .t1 p {
  font-family: adelle-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: var(--bs-body-color);
  margin: 0;
}
#login .t2 p {
  font-family: adelle-sans, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20pt;
  color: #FF0000;
}
@media (max-width: 767px) {
  #login .t2 p {
    margin-bottom: 0px;
    font-size: 17pt;
  }
}
#login a {
  color: #0470A8;
  font-family: adelle-light, sans-serif;
}
@media (min-width: 768px) {
  #login .row {
    margin-bottom: 10px;
  }
}
#login .btn-success {
  background-color: #60c25b;
  border-color: #60c25b;
  border-radius: 20px;
  margin-bottom: 25px;
  padding-left: 20px;
  padding-right: 20px;
}
#login .form-group {
  font-family: adelle-light, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  margin-bottom: 15px;
}

#mon-compte {
  margin-top: 10px;
}
#mon-compte .input-group button {
  width: 45px;
}
#mon-compte .form-control:focus {
  border-color: #60c25b;
  box-shadow: 0 0 0 0.25rem rgba(96, 194, 91, 0.25);
}
@media (max-width: 575px) {
  #mon-compte .left-navbar {
    display: none;
  }
  #mon-compte .mobile-dropdown {
    margin-bottom: 12px;
  }
  #mon-compte .mobile-dropdown .dropdown-menu {
    z-index: 10;
  }
  #mon-compte .mobile-dropdown button {
    width: 100%;
    height: 48px;
    background: white;
    border-radius: 20px;
    border: 1px solid #60c25b;
    color: #60c25b;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #mon-compte .mobile-dropdown button div {
    display: flex;
    align-items: center;
  }
  #mon-compte .mobile-dropdown button div span:nth-child(1) {
    margin-right: 5px;
  }
  #mon-compte .mobile-dropdown ul {
    width: 100%;
    border-radius: 20px;
    border: 1px solid #60c25b;
    top: 10px !important;
  }
  #mon-compte .mobile-dropdown ul li a {
    height: 48px;
    padding-left: 12px;
    display: flex;
    align-items: center;
    color: #60c25b;
    font-size: 14px;
    text-decoration: none;
  }
  #mon-compte .mobile-dropdown ul li a:hover, #mon-compte .mobile-dropdown ul li a.active {
    background-color: #eef8ee;
    background-clip: content-box;
  }
  #mon-compte .mobile-dropdown ul li a span:nth-child(1) {
    margin-right: 6px;
  }
}
@media (min-width: 576px) {
  #mon-compte .mobile-dropdown {
    display: none;
  }
  #mon-compte .left-navbar {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
  }
  #mon-compte .left-navbar li {
    margin-bottom: 15px;
  }
  #mon-compte .left-navbar li a {
    height: 48px;
    padding-left: 16px;
    display: flex;
    border: 1px solid #60c25b;
    border-radius: 20px;
    align-items: center;
    color: #60c25b;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
  }
  #mon-compte .left-navbar li a:hover, #mon-compte .left-navbar li a.active {
    background-color: #60c25b;
    color: white;
  }
  #mon-compte .left-navbar li a span:nth-child(1) {
    margin-right: 12px;
  }
  #mon-compte .left-navbar li:last-child {
    margin-bottom: 0;
  }
}
#mon-compte .right-content {
  height: 100%;
}
@media (max-width: 575px) {
  #mon-compte .right-content {
    margin-left: 0;
  }
  #mon-compte .right-content .content-wrap {
    margin: 12px 12px 60px 12px;
  }
}
@media (min-width: 576px) {
  #mon-compte .right-content {
    margin-left: -12px;
  }
  #mon-compte .right-content .content-wrap {
    margin: 10px 32px 27px 32px;
  }
  #mon-compte .right-content .content-wrap div {
    margin-left: 0;
  }
  #mon-compte .right-content .content-wrap div .bonjour {
    font-size: 18px;
    font-weight: 700;
    font-family: adelle-sans, sans-serif;
    margin-bottom: 10px;
  }
  #mon-compte .right-content .content-wrap div .texte_light {
    font-family: adelle-light, sans-serif;
    margin-bottom: 10px;
  }
}
#mon-compte .right-content .content-heading {
  height: 47px;
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  #mon-compte .right-content .content-heading {
    padding-left: 10px;
  }
}
@media (min-width: 576px) {
  #mon-compte .right-content .content-heading {
    padding-left: 32px;
  }
}
#mon-compte .right-content .content-heading h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
}
#mon-compte .right-content .content-wrap {
  font-family: adelle-light, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  /*MES ABONNEMENTS TABLEAU*/
}
#mon-compte .right-content .content-wrap .form-group {
  margin-bottom: 10px;
}
#mon-compte .right-content .content-wrap p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 24px;
}
#mon-compte .right-content .content-wrap p.strong {
  font-weight: 600;
}
#mon-compte .right-content .content-wrap p a {
  color: #60c25b;
  text-decoration: underline;
}
#mon-compte .right-content .content-wrap p a:hover {
  text-decoration: none;
}
#mon-compte .right-content .content-wrap form .form-row {
  display: flex;
  margin-bottom: 10px;
}
@media (max-width: 575px) {
  #mon-compte .right-content .content-wrap form .form-row {
    flex-direction: column;
  }
  #mon-compte .right-content .content-wrap form .form-row .label {
    margin-bottom: 8px;
    flex: none;
  }
}
@media (min-width: 576px) {
  #mon-compte .right-content .content-wrap form .form-row {
    align-items: center;
    flex-direction: row;
  }
  #mon-compte .right-content .content-wrap form .form-row .label {
    flex: 0 0 160px;
  }
}
#mon-compte .right-content .content-wrap form .form-row .label label {
  font-size: 16px;
  font-weight: 400;
}
#mon-compte .right-content .content-wrap form .form-row .input {
  flex: auto;
}
#mon-compte .right-content .content-wrap form .form-row .input input[type=text],
#mon-compte .right-content .content-wrap form .form-row .input input[type=password],
#mon-compte .right-content .content-wrap form .form-row .input input[type=email],
#mon-compte .right-content .content-wrap form .form-row .input select {
  width: 100%;
  height: 38px;
  border: 1px solid #60c25b;
  border-radius: 24px;
  font-size: 16px;
  padding-left: 16px;
  background-color: #FFFFFF;
}
#mon-compte .right-content .content-wrap form .form-row .input input[type=file] {
  color: #60c25b;
  font-size: 13px;
  font-weight: 600;
}
#mon-compte .right-content .content-wrap form .form-row .input input[type=file]::file-selector-button {
  background-color: #60c25b;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  border-radius: 24px;
  border: 0;
  height: 38px;
  width: 256px;
}
#mon-compte .right-content .content-wrap form .form-row .input input[type=file]::file-selector-button:disabled, #mon-compte .right-content .content-wrap form .form-row .input input[type=file]::file-selector-button[disabled] {
  background-color: #cfedce;
}
#mon-compte .right-content .content-wrap form .form-row .input .select-wrapper {
  position: relative;
}
#mon-compte .right-content .content-wrap form .form-row .input .select-wrapper select {
  -webkit-appearance: none;
  appearance: none;
}
#mon-compte .right-content .content-wrap form .form-row .input .select-wrapper::after {
  font-family: "Material Icons";
  content: "\e5cf";
  font-size: 20px;
  top: 5px;
  right: 15px;
  position: absolute;
  color: #60c25b;
}
#mon-compte .right-content .content-wrap form .form-row .input-date {
  display: flex;
  flex: auto;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 575px) {
  #mon-compte .right-content .content-wrap form .form-row .input-date {
    flex-direction: column;
  }
  #mon-compte .right-content .content-wrap form .form-row .input-date input[type=date] {
    width: 100%;
  }
}
@media (min-width: 576px) {
  #mon-compte .right-content .content-wrap form .form-row .input-date {
    flex-direction: row;
  }
  #mon-compte .right-content .content-wrap form .form-row .input-date input[type=date] {
    width: 45%;
  }
}
#mon-compte .right-content .content-wrap form .form-row .input-date input[type=date] {
  height: 38px;
  border: 1px solid #60c25b;
  border-radius: 24px;
  color: #60c25b;
  font-size: 13px;
  padding-left: 16px;
  background-color: #FFFFFF;
}
#mon-compte .right-content .content-wrap form .form-row .input-date span {
  font-size: 14px;
  font-weight: 600;
}
#mon-compte .right-content .content-wrap form .form-row textarea {
  width: 100%;
  height: 150px;
  border: 1px solid #60c25b;
  border-radius: 8px;
  color: #60c25b;
  font-size: 13px;
  padding: 16px;
}
#mon-compte .right-content .content-wrap form .check-row [type=checkbox] {
  position: relative;
  left: 15px;
  top: -4px;
  z-index: 0;
  -webkit-appearance: none;
}
#mon-compte .right-content .content-wrap form .check-row [type=checkbox] + label {
  position: absolute;
  font-size: 16px;
  line-height: 16px;
}
#mon-compte .right-content .content-wrap form .check-row [type=checkbox] + label::before {
  width: 17px;
  height: 17px;
  border-radius: 5px;
  border: 2px solid #60c25b;
  background-color: #fff;
  display: block;
  content: "";
  float: left;
  margin-right: 8px;
  z-index: 5;
  position: relative;
}
#mon-compte .right-content .content-wrap form .check-row [type=checkbox]:checked + label::before {
  box-shadow: inset 0px 0px 0px 3px #fff;
  background-color: #60c25b;
}
#mon-compte .right-content .content-wrap form button[type=submit],
#mon-compte .right-content .content-wrap form input[type=submit] {
  background-color: #60c25b;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  border-radius: 24px;
  border: 0;
  height: 38px;
  width: 256px;
  text-transform: uppercase;
}
#mon-compte .right-content .content-wrap form button[type=submit]:disabled, #mon-compte .right-content .content-wrap form button[type=submit][disabled],
#mon-compte .right-content .content-wrap form input[type=submit]:disabled,
#mon-compte .right-content .content-wrap form input[type=submit][disabled] {
  background-color: #cfedce;
}
#mon-compte .right-content .content-wrap form input[type=reset] {
  background-color: #FFFFFF;
  color: #60c25b;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  border-radius: 24px;
  border: 1px solid #60c25b;
  height: 38px;
  width: 256px;
  margin-left: 12px;
}
#mon-compte .right-content .content-wrap .table-wrap {
  overflow: scroll;
  border: 1px solid #60c25b;
  border-radius: 20px;
}
#mon-compte .right-content .content-wrap .table-wrap table {
  width: 100%;
}
#mon-compte .right-content .content-wrap .table-wrap table thead {
  background-color: #60c25b;
}
#mon-compte .right-content .content-wrap .table-wrap table tbody tr {
  border-top: 1px solid #60c25b;
}
#mon-compte .right-content .content-wrap .table-wrap table.table-commandes {
  width: 100%;
  min-width: 800px;
}
#mon-compte .right-content .content-wrap .table-wrap table.table-commandes thead {
  background-color: #FFFFFF;
  border: unset;
}
#mon-compte .right-content .content-wrap .table-wrap table.table-commandes thead tr {
  border: unset;
}
#mon-compte .right-content .content-wrap .table-wrap table.table-commandes thead tr th {
  border: unset;
  text-transform: uppercase;
}
#mon-compte .right-content .content-wrap .table-wrap table.table-commandes tbody tr td {
  border-right: 1px solid #60c25b;
  font-size: 16px;
  font-weight: 700;
  vertical-align: top;
}
#mon-compte .right-content .content-wrap .table-wrap table.table-commandes tbody tr td h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
}
#mon-compte .right-content .content-wrap .table-wrap table.table-commandes tbody tr td p {
  font-size: 14px;
  font-weight: normal;
}
#mon-compte .right-content .content-wrap .table-wrap table.table-commandes tbody tr td:nth-child(1) {
  width: 46%;
}
#mon-compte .right-content .content-wrap .table-wrap table.table-commandes tbody tr td:nth-child(2), #mon-compte .right-content .content-wrap .table-wrap table.table-commandes tbody tr td:nth-child(3), #mon-compte .right-content .content-wrap .table-wrap table.table-commandes tbody tr td:nth-child(4) {
  width: 18%;
}
#mon-compte .right-content .content-wrap .table-wrap table.table-commandes tbody tr td:nth-child(4) {
  border-right: unset;
}
#mon-compte .right-content .content-wrap .table-wrap table.table-commandes tbody tr:nth-child(odd) {
  background-color: #eef8ee;
}
#mon-compte.mes-adresses .lien-principal, #mon-compte.mes-adresses .lien-secondaire {
  display: inline-block;
  padding: 10px 20px;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 0px;
}
#mon-compte.mes-adresses .lien-principal {
  background-color: #60c25b;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  border-radius: 24px;
  border: 0;
}
#mon-compte.mes-adresses .lien-principal:disabled, #mon-compte.mes-adresses .lien-principal[disabled] {
  background-color: #cfedce;
}
#mon-compte.mes-adresses .lien-secondaire {
  background-color: #FFFFFF;
  color: #60c25b;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  border-radius: 24px;
  border: 1px solid #60c25b;
}
#mon-compte.mes-adresses .mon-adresse-title {
  font-weight: bold;
  font-size: 20px;
}
#mon-compte.mes-abonnements .renouveler-abonnement {
  background-color: #60c25b;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  border-radius: 24px;
  border: 0;
  display: inline-block;
  padding: 10px 20px;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 15px;
}
#mon-compte.mes-abonnements .renouveler-abonnement:disabled, #mon-compte.mes-abonnements .renouveler-abonnement[disabled] {
  background-color: #cfedce;
}

#la-revue .title {
  font-family: adelle-sans, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 27px;
  color: #FF0000;
}
#la-revue .subtitle {
  font-family: adelle-sans, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  #la-revue .subtitle {
    font-size: 16px;
  }
}
#la-revue .revue-item {
  margin-bottom: 25px;
}
#la-revue .revue-item .revue-title {
  font-family: adelle-sans, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 16px;
}
#la-revue .revue-item .revue-date {
  font-family: adelle-light, sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 14px;
  margin-bottom: 5px;
}
#la-revue .revue-item .revue-image {
  margin-bottom: 5px;
}
#la-revue .revue-item .revue-link a {
  text-decoration: none;
  color: var(--bs-body-color);
  font-family: adelle-light, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
}

#la-revue-mon-compte .revue-item {
  margin-bottom: 25px;
}
#la-revue-mon-compte .revue-item .revue-title {
  font-family: adelle-sans, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 16px;
}
#la-revue-mon-compte .revue-item .revue-date {
  font-family: adelle-light, sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 14px;
  margin-bottom: 5px;
}
#la-revue-mon-compte .revue-item .revue-image {
  margin-bottom: 5px;
}
#la-revue-mon-compte .revue-item .revue-link a {
  text-decoration: none;
  color: var(--bs-body-color);
  font-family: adelle-light, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
}

#newsletter .title {
  font-family: adelle-sans, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 27px;
  color: #FF0000;
}
#newsletter form {
  font-family: adelle-light, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  margin-bottom: 20px;
}
#newsletter form .form-control:focus {
  border-color: #60c25b;
  box-shadow: 0 0 0 0.25rem rgba(96, 194, 91, 0.25);
}
#newsletter form button[type=submit] {
  background-color: #60c25b;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  border-radius: 24px;
  border: 0;
  height: 38px;
  width: 256px;
  text-transform: uppercase;
}
#newsletter form button[type=submit]:disabled, #newsletter form button[type=submit][disabled] {
  background-color: #cfedce;
}
@media (max-width: 767px) {
  #newsletter form button[type=submit] {
    margin-top: 10px;
  }
}
#newsletter iframe {
  margin-bottom: 20px;
}

#abonnez-vous .pre-abo {
  margin-bottom: 10px;
}
#abonnez-vous .pre-abo .l1 {
  font-family: adelle-sans, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 27px;
  line-height: 32px;
  color: #FF0000;
  margin-bottom: 1rem;
}
#abonnez-vous .pre-abo .l2 {
  font-family: adelle-sans, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  color: var(--bs-body-color);
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  #abonnez-vous .pre-abo .l2 {
    font-size: 16px;
  }
}
#abonnez-vous .price .card {
  border-color: #F7C906;
}
#abonnez-vous .price .card span.fb {
  font-weight: bold;
}
@media (min-width: 768px) {
  #abonnez-vous .price .c1, #abonnez-vous .price .c3 {
    margin-top: 35px;
  }
}
#abonnez-vous .price .c1 .card-header, #abonnez-vous .price .c3 .card-header {
  background-color: #F7C906;
}
#abonnez-vous .price .c2 .card {
  background-color: #F7C906;
}
#abonnez-vous .price .c2 .card-footer {
  background-color: #FFEEA8;
}
#abonnez-vous .price li {
  margin-bottom: 10px;
}
#abonnez-vous .price ul {
  list-style: none; /* enlève les puces */
  padding-left: 0;
}
#abonnez-vous .price ul li.circle::before {
  font-family: "Material Symbols Outlined";
  content: "check_circle";
  font-size: 20px;
  vertical-align: middle;
  margin-right: 8px;
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24;
}
#abonnez-vous .price .offre-speciale-2ans {
  font-size: 18px;
}

#page-erreur .title {
  font-family: adelle-sans, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 25pt;
  color: #FF0000;
}
#page-erreur .subtitle {
  font-family: adelle-light, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}
#page-erreur .subtitle a {
  color: var(--bs-body-color);
  text-decoration: none;
  font-weight: bold;
}
