@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
@import url("./animate.min.css");
body {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: #222222;
}

#header-page {
  padding-block: 2rem;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 10px;
  position: relative;
  transition: all 0.3s;
}

.brand-lnk {
  height: 100%;
  color: #222222;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.brand-lnk:hover, .brand-lnk:focus {
  color: #222222;
}
.brand-lnk .brand-txt {
  display: inline-block;
  margin: 0;
  margin-left: 1rem;
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
}

.logo-img {
  width: 115px;
}

.line-mnu {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.line-mnu > a, .line-mnu > *, .line-mnu .dropdown {
  text-decoration: none !important;
  color: #222222 !important;
  font-size: 20px;
  font-weight: 500;
  margin-right: 1.95rem;
}
.line-mnu .dropdown-toggle {
  text-decoration: none !important;
  color: #222222 !important;
  font-size: 20px;
  font-weight: 500;
}

.btns-right {
  text-align: right;
}
.btns-right button {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.offcanvas {
  background-color: rgba(230, 230, 230, 0.2);
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
}

.offcanvas-backdrop.show {
  opacity: 0.6;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.offcanvas-header {
  background-color: #F6F4F1;
}

.offcanvas-title {
  font-weight: 700;
  text-transform: uppercase;
}

.offcanvas-body {
  padding: 0;
}

.side-nav {
  position: relative;
  height: 100%;
}
.side-nav .dropdown {
  position: unset !important;
}

.side-nav-item {
  display: block;
  width: 100%;
  padding: 0.35rem 0.75rem;
  border: none;
  border-bottom: 1px solid var(--bs-gray-500);
  box-shadow: none;
  background-color: transparent;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  text-align: left;
  position: relative;
}
.side-nav-item:hover, .side-nav-item:focus {
  color: #fff;
}

.dropdown-menu.dm-lg {
  width: 100%;
  height: 100%;
  padding: 1rem 0.5rem;
  z-index: 2000;
  transform: unset !important;
  border-radius: 0;
  animation: fadeInUp 0.25s;
  border: none;
}
.dropdown-menu.dm-lg::before {
  content: "\e605  RETOUR";
  font-family: "simple-line-icons", "Poppins", sans-serif;
  font-style: normal;
  display: inline-block;
  width: 100%;
  margin-bottom: 0.5rem;
  font-weight: 700;
  color: #379337;
  cursor: pointer;
}

.side-nav-item.dropdown-toggle::after {
  content: url("../img/chevron-right.svg");
  display: inline-block;
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  margin-left: unset;
  vertical-align: unset;
  border-top: unset;
  border-right: unset;
  border-bottom: unset;
  border-left: unset;
}

/*Pagination*/

.pagination-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.pagination-list {
  display: flex;
  flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.pagination-list li {
  display: inline-block;
  margin:4px;
}

.pagination-list a {
  display: inline-block;
  padding: 10px 15px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-radius: 5px;
  color: #333;
}

/* Style for the active page */
.pagination-list .active {
  background-color: #379337;
  color: #fff;
  border: 1px solid #379337;
}

@media (max-width: 768px) {
    /* Adjust the breakpoint value as needed for your specific design */
    .pagination-container,
    .pagination-list li {
        margin: 5px 4px;
    }
}

.title-dm {
  font-weight: 700;
  font-size: 20px;
  color: #379337;
  display: flex;
  margin: 0;
  margin-bottom: 1rem;
}
.title-dm a {
  color: #379337;
  text-decoration: none;
}
.title-dm::before {
  content: url("../img/arrow-left.svg");
  display: inline-block;
  margin-right: 1rem;
  color: var(--black);
}

.dm-links {
  display: block;
  margin-bottom: 1rem;
  margin-left: 0.75rem;
}

.dm-link-title {
  color: #379337;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 0.5rem;
}
.dm-link-title a {
  color: #379337;
  text-decoration: none;
}

.dm-link {
  display: block;
  color: #222222;
  text-decoration: none;
  font-size: 16px;
  padding-block: 0.35rem;
  border-bottom: 1px solid var(--bs-gray-500);
}

#jumbo-tron {
  background-color: #919191;
  position: relative;
}
#jumbo-tron::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.jumbo-caption {
  position: absolute;
  top: 20rem;
  left: 0;
  right: 0;
  bottom: 0;
}

.j-txt-ctn {
  max-width: 620px;
  position: relative;
  z-index: 3;
}

.jumbo-img {
  width: 100%;
  aspect-ratio: 1440/662;
  object-fit: cover;
}

.jumbo-txt {
  color: #fff;
  font-size: 39.06px;
  font-weight: 600;
  margin-bottom: 3rem;
}

.btn {
  font-size: 20px;
  font-weight: 500;
  border-radius: 15px;
}

.btn.btn-link.btn-arrow {
  position: relative;
  padding-right: 3.5rem;
}
.btn.btn-link.btn-arrow::after {
  content: url("../img/arrow.svg");
  display: inline-block;
  position: absolute;
  right: 0.5rem;
  top: 0.6rem;
  transition: all 0.3s;
}
.btn.btn-link.btn-arrow:hover::after {
  right: 0;
}

.btn.btn-outline-light.btn-arrow {
  position: relative;
  padding-inline: 2rem;
  padding-block: 1rem;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}
.btn.btn-outline-light.btn-arrow::after {
  content: url("../img/arrow-white.svg");
  display: inline-block;
  margin-left: 1rem;
  position: relative;
  top: 0.2rem;
}
.btn.btn-outline-light.btn-arrow:hover::after, .btn.btn-outline-light.btn-arrow:focus::after {
  content: url("../img/arrow-black.svg");
}

.btn.btn-primary {
  color: #fff;
}

.search-bar {
  display: none;
  background-color: rgba(230, 230, 230, 0.2);
  position: absolute;
  bottom: -100px;
  left: 0;
  width: 100%;
  padding: 1.5rem 1rem;
  z-index: 999;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(35px);
  animation: fadeInUp 0.3s;
}
.search-bar .input-group {
  max-width: 600px;
  margin: 0 auto;
}
.search-bar .input-group .btn, .search-bar .input-group input {
  border-radius: 4px;
}
.search-bar.show {
  display: block;
}

#actu-presi {
  padding-block: 4rem;
  background-color: #F6F4F1;
}

.title-sx {
  font-size: 39.06px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 3rem;
}
.title-sx::after {
  content: "";
  display: block;
  height: 8px;
  width: 180px;
  margin-top: 0.6rem;
  background-color: #379337;
}

.card-post {
  position: relative;
  margin-bottom: 1rem;
  overflow: hidden;
}
.card-post:hover .post-card-caption::after {
  width: 100%;
}

.post-card-img {
  width: 100%;
  aspect-ratio: 1.793721;
  object-fit: cover;
}

.post-card-caption {
  padding-block: 1rem;
  padding-bottom: 2.5rem;
  position: relative;
}
.post-card-caption::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 0%;
  height: 3px;
  background-color: #379337;
  transition: all 0.2s;
}

.post-date {
  color: rgba(34, 34, 34, 0.7);
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 0.8rem;
}

.post-card-title {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}

#post-une {
  padding-block: 5rem;
}

.no-img .post-card-caption {
  padding-block: 0;
  padding-bottom: 1.5rem;
}
.no-img .post-card-caption::after {
  top: unset;
  bottom: 0;
}
.no-img .card-post {
  margin-bottom: 1.75rem;
}
.no-img .card-post a {
  color: #222222;
  text-decoration: none;
}
.no-img .card-post:first-child {
  border-bottom: 1px solid rgba(34, 34, 34, 0.7);
}

#two-parts {
  padding-block: 3rem;
  background-color: #F6F4F1;
}

.agenda-pr, .conseil-min {
  min-height: 540px;
  padding: 1.5rem 2.5rem;
}

.head-date {
  font-size: 16px;
  font-weight: 600;
}

.agenda-pr {
  background-color: #fff;
}

.event-item {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 0.75rem;
  align-items: center;
}
.event-item::before {
  content: "-";
}

.event-time, .event-txt {
  padding: 0.75rem 1rem;
}

.event-time {
  width: 18%;
  font-weight: 500;
  font-size: 16px;
  border-right: 9px solid #F6F4F1;
}

.event-txt {
  width: 80%;
  font-size: 16px;
  font-weight: 400;
}

.conseil-min {
  border: 1px solid #379337;
}

#icons-state {
  padding-block: 4rem;
}

.card-icon-bslm {
  position: relative;
  border: 1px solid #379337;
  border-radius: 4px;
  text-align: center;
  padding: 2rem;
  min-height: 280px;
  transition: all 0.3s;
}
.card-icon-bslm:hover {
  border-radius: 15px;
  background-color: #F6F4F1;
}
.card-icon-bslm:hover .ci-bslm {
  color: #379337;
}

.svg-icon {
  width: 220px;
  height: 160px;
  object-fit: contain;
}

.ci-bslm {
  font-size: 20px;
  font-weight: 600;
  margin-top: 2rem;
  transition: color 0.3s;
}

#green-footer {
  background-color: #379337;
  padding-block: 3rem;
  color: #fff;
}
#green-footer a {
  color: #fff;
  text-decoration: none;
}
#green-footer a:hover, #green-footer a:focus {
  color: #fff;
}

.ft-head {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1rem;
}

.ft-lnks {
  margin-bottom: 2.5rem;
}

.ft-lnk {
  display: block;
  font-size: 16px;
  margin-bottom: 0.6rem;
  transition: 0.3s all;
}
.ft-lnk::after {
  content: "";
  display: block;
  width: 0%;
  height: 1px;
  background-color: transparent;
  transition: 0.3s all;
}
.ft-lnk:hover::after, .ft-lnk:focus::after {
  background-color: #fff;
  width: 50px;
}

.social-lnks {
  margin-bottom: 1rem;
  display: flex;
}
.social-lnks a {
  font-size: 1.5rem;
  display: inline-block;
  margin-right: 1.5rem;
}

.p-copy {
  text-align: center;
  font-size: 20px;
}

/* Page */
#pre-header {
  background-color: #379337;
  padding-block: 4rem;
  color: #fff;
}
#pre-header .dropdown {
  text-align: right;
  margin-top: 3.5rem;
}
#pre-header .btn.dropdown-toggle {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
}
#pre-header .btn.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "...";
  border-top: unset;
  border-right: unset;
  border-bottom: unset;
  border-left: unset;
  color: #fff;
}

.publish-date {
  font-size: 16px;
  font-weight: 400;
  margin-top: 2rem;
}

.page-title {
  font-size: 39.06px;
  font-weight: 600;
  margin-bottom: 0;
}

#page-in {
  padding-block: 4rem;
  background-color: #F6F4F1;
}
#page-in .agenda-pr, #page-in .conseil-min {
  min-height: auto;
}

.first-img img {
  width: 100%;
  /*aspect-ratio: 1240/700;
  object-fit: cover;*/
}

.content-txt {
  max-width: 770px;
  margin: 1.5rem auto;
  font-size: 16px;
  line-height: 1.688;
}
.content-txt p {
  margin-bottom: 1.25rem;
}

blockquote {
  font-weight: 500;
  padding: 2rem 2.5rem 3rem;
}
blockquote::before {
  content: url("../img/quote.svg");
  display: block;
  margin-block: 1rem;
  line-height: 0;
}

.chapo {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}

.bg-wpd {
  background-color: #fff;
  padding: 1.5rem 2.5rem;
  font-weight: 500;
}

.toupper {
  text-transform: uppercase;
}

.accordion-button {
  font-size: 20px;
  font-weight: 600;
}
.accordion-button i::after {
  content: " ";
  display: inline-block;
  margin-right: 1rem;
}

#sx-priorites {
  margin-bottom: 4rem;
  counter-reset: list-number;
}
#sx-priorites .g-5 {
  --bs-gutter-y: 1rem !important;
}

.card-priority {
  position: relative;
  padding-top: 6rem;
  padding-left: 0.5rem;
  counter-increment: list-number;
}
.card-priority::after {
  content: counter(list-number);
  font-size: 200px;
  font-weight: 700;
  color: #6D6D6D;
  opacity: 0.05;
  line-height: 0;
  display: inline-block;
  position: absolute;
  top: 5rem;
  left: 0;
}

.cpri-title {
  font-size: 20px;
  font-weight: 700;
}

.cpri-caption {
  font-size: 16px;
  font-weight: 400;
}

.discr-bloc {
  position: relative;
  overflow: hidden;
}

.card-discr.discr-mini {
  aspect-ratio: 496/375;
}
.card-discr.discr-mini .discr-img {
  aspect-ratio: 496/375;
}
.card-discr.discr-mini .date-discr {
  margin-top: 1rem;
  font-size: 16px;
}
.card-discr.discr-mini .discr-caption {
  padding: 10px 50px 50px 50px;
}
.card-discr.discr-mini .discr-caption::before {
  margin-top: 1.5rem;
}
.card-discr.discr-mini .discr-title {
  font-size: 16px;
}

.discr-img {
  aspect-ratio: 496/280;
  width: 100%;
  object-fit: cover;
}

.discr-caption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(34, 34, 34, 0.7);
  color: #fff;
  padding: 10px 80px 50px 50px;
}
.discr-caption::before {
  content: url("../img/quote-mini.svg");
  display: block;
  transform: translateX(-2rem);
  margin-top: 3.5rem;
}

.discr-title {
  font-size: 20px;
}

.card-presi {
  position: relative;
}
.card-presi.c-gouv .presi-caption {
  min-height: 164px;
}

.presi-img {
  aspect-ratio: 1;
  width: 100%;
  object-fit: cover;
  object-position: top;
}

.presi-caption {
  background-color: #fff;
  padding: 1rem 1rem;
  text-align: center;
  font-size: 13px;
  min-height: 125px;
}

.presi-name {
  font-size: 20px;
  font-weight: 600;
}

.card-symbole {
  position: relative;
}
.card-symbole .symb-img {
  aspect-ratio: 20/15;
  object-fit: contain;
  background-color: #fff;
  padding: 1rem;
}

.symb-img {
  width: 100%;
}

.symb-caption {
  background-color: #fff;
  padding: 1.5rem;
  text-align: center;
  min-height: 100px;
  border-top: 2px solid #F6F4F1;
}

.symb-name {
  font-size: 20px;
  font-weight: 600;
}

.mdl-txt {
  margin-top: 1.5rem;
  font-size: 16px;
}
.mdl-txt h3 {
  font-size: 25px;
  font-weight: 600;
}

.timerow {
  display: flex;
  flex-wrap: wrap;
}

.c-env {
  width: 25%;
  padding-inline: 0.325rem;
  margin-bottom: 1.5rem;
  border-bottom: 2px solid #222222;
  position: relative;
}
.c-env:first-child::after {
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  border-top: 2px solid #222222;
  border-right: 2px solid #222222;
  position: absolute;
  bottom: -8px;
  left: 0;
  transform: rotate(45deg);
  background-color: #F6F4F1;
}
.c-env:last-child::after {
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  border-top: 2px solid #222222;
  border-right: 2px solid #222222;
  position: absolute;
  bottom: -8.5px;
  right: 2px;
  transform: rotate(45deg);
}

.card-scroller {
  text-align: center;
  position: relative;
}
.card-scroller::after {
  content: "";
  display: block;
  margin: auto;
  width: 5px;
  background-color: #6D6D6D;
  height: 4rem;
}
.card-scroller::before {
  content: "";
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #575555;
  position: absolute;
  bottom: -4px;
  left: calc(50% - 5px);
}

.card-scr-caption {
  padding: 1.5rem;
  font-size: 14px;
  min-height: 175px;
  border-bottom: 3px solid #F6F4F1;
  background-color: #fff;
  box-shadow: 2px 0 3px rgba(0, 0, 0, 0.05);
  position: relative;
}
.card-scr-caption::first-letter {
  text-transform: uppercase;
}

.card-scr-date {
  padding: 1rem;
  background-color: #fff;
  box-shadow: 2px 0 3px rgba(0, 0, 0, 0.05);
}
.card-scr-date * {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}

.u-links {
  list-style: none;
}
.u-links li {
  font-size: 20px;
  margin-bottom: 1rem;
}
.u-links li a {
  color: #222222;
  text-decoration: underline;
}
.u-links li a:hover, .u-links li a:focus {
  color: #379337;
}
.u-links li::before {
  content: url("../img/arrow.svg");
  display: inline-block;
  margin-right: 1rem;
}

.card-photo {
  background-color: #fff;
  position: relative;
  box-shadow: 2px 0 3px rgba(0, 0, 0, 0.05);
  margin-bottom: 2rem;
}
.card-photo img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  background-color: #fff;
  color: #222222;
  border-radius: 3px;
  padding: 5px;
}
.card-photo .card-caption {
  padding: 1rem;
  min-height: 140px;
}
.card-photo .card-caption h4 {
  font-size: 16px;
  font-weight: 600;
}
.card-photo .card-caption p {
  color: rgba(34, 34, 34, 0.7);
}

.caption .image-title {
  display: none;
}

.bsalam-gallery img {
  width: 250px;
  height: 180px;
  object-fit: cover;
}

.pswp__img {
  object-fit: contain;
}

.card .form-control {
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #575555;
  position: relative;
  transition: all 0.3s;
}
.card .form-control:focus {
  outline: 0;
  box-shadow: none;
  border-bottom: 2px solid #379337;
  background-color: #F6F4F1;
}
.card .form-label {
  color: #575555;
}

/* Media Queries */
/* Extra Large devices */
@media screen and (max-width: 1399.98px) {
  .line-mnu > a, .line-mnu > *, .line-mnu .dropdown {
    font-size: 17.5px;
    margin-right: 1.3rem;
  }
  .btns-right button {
    font-size: 17.5px;
  }
  .jumbo-caption {
    top: 14rem;
  }
  .card-icon-bslm {
    min-height: 315px;
  }
}
/* Large devices */
@media screen and (max-width: 1199.98px) {
  .btns-right button {
    font-size: 20px;
  }
  .line-mnu, .hdn {
    display: none;
  }
  .jumbo-caption {
    top: 9rem;
  }
  .card-icon-bslm {
    min-height: 280px;
  }
  .c-env {
    width: 33.33%;
  }
  .card-discr.discr-mini {
    aspect-ratio: 1;
  }
  .card-discr.discr-mini .discr-img {
    aspect-ratio: 1;
  }
  .card-discr.discr-mini .discr-caption {
    padding: 10px 40px 30px 40px;
  }
  .card-discr.discr-mini .discr-caption::before {
    margin-top: 1.5rem;
  }
}
/* Medium devices */
@media screen and (max-width: 991.98px) {
  .jumbo-caption {
    top: 7rem;
  }
  .jumbo-txt {
    font-size: 25px;
  }
  .c-env {
    width: 50%;
  }
  .card-discr.discr-mini {
    aspect-ratio: 496/375;
  }
  .card-discr.discr-mini .discr-img {
    aspect-ratio: 496/375;
  }
  .card-priority {
    margin-bottom: 2rem;
  }
}
/* small devices */
@media screen and (max-width: 767.98px) {
  .jumbo-caption {
    position: static;
    background-color: #222222;
    color: #fff;
    padding: 2.5rem 1.5rem;
  }
  .card-scr-caption {
    min-height: 195px;
  }
}
/*Extra small*/
@media screen and (max-width: 575.98px) {
  .brand-lnk .logo-img {
    width: 80px;
  }
  .brand-lnk .brand-txt {
    display: inline-block;
    margin: 0;
    margin-left: 1rem;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
  }
  .g-5 {
    --bs-gutter-x: 1.5rem !important;
  }
  .btns-right button {
    padding-inline: 0.125rem;
  }
  .card-scroller {
    margin-bottom: 0;
  }
  .c-env {
    width: 100%;
  }
  .card-scr-caption {
    min-height: 130px;
  }
  .discr-img {
    aspect-ratio: 496/380;
  }
  .discr-caption {
    padding: 10px 15px 30px 15px;
  }
  .discr-caption::before {
    transform: translateX(0);
    margin-top: 0.5rem;
  }
  .discr-title {
    font-size: 14px;
  }
}
@media screen and (max-width: 410px) {
  .brand-lnk .logo-img {
    width: 70px;
  }
  .brand-lnk .brand-txt {
    margin-left: 0.5rem;
    font-size: 16px;
  }
  .btns-right button {
    font-size: 16px;
  }
  .event-time {
    width: 25%;
  }
  .event-txt {
    width: 75%;
  }
  .title-sx {
    font-size: 35.06px;
  }
}

/*# sourceMappingURL=main.css.map */
