@charset "UTF-8";
/**
 * Theme Name: CSTG32
 * Template: bootstrap-basic4
 */
/*COLORS*/
/*GENERAL WRAPPER*/
body {
  padding-left: 5rem;
  padding-right: 5rem;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1024px) {
  body {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media (max-width: 768px) {
  body {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.alignwide {
  width: 90vw;
  margin-left: calc(50% - 45vw) !important;
}

.alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  max-width: 100vw;
  padding-left: 0;
  padding-right: 0;
}

/*GENERAL FONTS, SIZES AND MARGIN*/
body h1 {
  font-size: 50px;
  font-family: "Montserrat", sans-serif;
  color: #1A3164;
  font-weight: 800;
  line-height: 53px;
}
body h2 {
  font-size: 30px;
  font-weight: 700 !important;
  color: #1A3164 !important;
  font-family: "Montserrat", sans-serif;
}
body .home-header2 {
  font-weight: 800 !important;
  font-size: 40px;
  /* margin-top: 90px; */
}
body .swanky-font {
  font-family: "Swanky and Moo Moo", cursive;
  font-weight: normal;
}

p {
  font-weight: 500;
  line-height: 30px;
}

p, a {
  font-family: "Montserrat", sans-serif !important;
}

body a:hover {
  text-decoration: none !important;
  color: #FFA572 !important;
}

mark {
  padding: 0 !important;
}

/*BUTTONS*/
.white-btn a {
  border: 1px solid transparent;
  transition: all 0.5s;
}
.white-btn a:hover {
  border: 1px solid #1A3164;
}

.orange-btn a {
  border: 1px solid transparent;
  transition: all 0.5s;
}
.orange-btn a:hover {
  border: 1px solid #FFA572;
  color: #FFA572 !important;
  background-color: #fff !important;
}

#gform_submit_button_1,
#gform_submit_button_2 {
  border: 1px solid transparent;
  transition: all 0.5s;
  border-radius: 20px;
  font-weight: bold;
}
#gform_submit_button_1:hover,
#gform_submit_button_2:hover {
  border: 1px solid #FFA572 !important;
  color: #FFA572 !important;
  background-color: #fff !important;
}

/*BLOCS AND SECTIONS CUSTOMIZATIONS*/
.upper-img {
  position: relative;
}

.custom-list img {
  min-width: 19px;
}

.custom-list-pdf img {
  min-width: 25px;
}

.border-radius-group {
  border-radius: 25px;
}

.border-radius-grid-group {
  border-radius: 25px;
  border: solid 1px #FFA572;
}

.cols-border .wp-block-column {
  border: solid 1px #000;
}

/* RESPONSIVE DIVERS */
@media (max-width: 781px) {
  .home-banner-radius {
    margin-bottom: 20px !important;
  }
}
header {
  /* Sticky menu */
  margin-bottom: 50px;
}
header.sticky-menu {
  position: sticky;
  top: 0;
  z-index: 1030;
  /* Au-dessus du contenu */
  /* background: rgba(255, 255, 255, 0.5); */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  /* Optionnel, pour lisibilité */
  /* backdrop-filter: blur(5px); */
}
header.sticky-menu::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.3);
  /* couleur de fond semi-transparente */
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  pointer-events: none;
  transition: all 0.3s ease;
}
header #header-top-btns .header-btn a,
header #header-top-btns .header-btn-dark a {
  border: solid 1px transparent;
  text-decoration: none;
  padding: 5px 10px;
}
header #header-top-btns .header-btn a:hover,
header #header-top-btns .header-btn-dark a:hover {
  background-color: #fff !important;
  border: solid 1px #000;
}
header #header-top-btns .header-btn-dark a:hover {
  color: #000 !important;
}
@media screen and (max-width: 640px) {
  header #header-top-btns .header-btn-row {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 600px) {
  header #header-top-btns {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  header .mobile-btn {
    display: none !important;
  }
  header #mega-menu-primary .mobile-btn {
    display: none !important;
  }
}
header .header-logo-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
header .header-logo-menu img.custom-logo {
  max-width: 250px;
  height: auto;
}
header nav a {
  font-family: "Montserrat", sans-serif !important;
}
header nav #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
  padding: 5px;
}
header nav ul.mega-sub-menu a:hover {
  font-weight: normal !important;
}
header nav ul.mega-sub-menu .arrow-col a {
  font-weight: bold !important;
  color: #1A3164 !important;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
header nav ul.mega-sub-menu .arrow-col a::after {
  content: "";
  display: flex !important;
  background-image: url("/wp-content/uploads/2025/06/Vector.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 13px;
  margin-left: 6px;
}
header .header-search-toggle {
  position: relative;
}
header .search-icon,
header .search-icon-mobile {
  background: none;
  border: none;
  font-size: 1.2rem;
  cursor: pointer;
}
header .search-container {
  position: absolute;
  top: 170%;
  right: 0;
  background: white;
  padding: 0.5rem;
  border: 1px solid #ccc;
  display: none;
  z-index: 999;
  width: 250px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
header .search-container .wp-block-search__button {
  padding: 5px !important;
}
header .search-container.active {
  display: block;
}

/* Desktop: visible uniquement sur écrans ≥ 992px */
/* .d-mobile {
  display: none;
} */
@media (min-width: 1158px) {
  .d-desktop {
    display: none;
  }

  .d-mobile {
    display: inline-block;
  }
}
@media (min-width: 601px) and (max-width: 1157px) {
  .d-desktop {
    display: inline-block;
  }

  .d-mobile {
    display: none;
  }
}
@media (min-width: 1158px) and (max-width: 1376px) {
  header .header-logo-menu img.custom-logo {
    max-width: 190px !important;
  }

  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-size: 14px !important;
    padding: 0px 5px !important;
  }
}
/*COLORS*/
/*GENERAL WRAPPER*/
body {
  padding-left: 5rem;
  padding-right: 5rem;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1024px) {
  body {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media (max-width: 768px) {
  body {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.alignwide {
  width: 90vw;
  margin-left: calc(50% - 45vw) !important;
}

.alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  max-width: 100vw;
  padding-left: 0;
  padding-right: 0;
}

/*GENERAL FONTS, SIZES AND MARGIN*/
body h1 {
  font-size: 50px;
  font-family: "Montserrat", sans-serif;
  color: #1A3164;
  font-weight: 800;
  line-height: 53px;
}
body h2 {
  font-size: 30px;
  font-weight: 700 !important;
  color: #1A3164 !important;
  font-family: "Montserrat", sans-serif;
}
body .home-header2 {
  font-weight: 800 !important;
  font-size: 40px;
  /* margin-top: 90px; */
}
body .swanky-font {
  font-family: "Swanky and Moo Moo", cursive;
  font-weight: normal;
}

p {
  font-weight: 500;
  line-height: 30px;
}

p, a {
  font-family: "Montserrat", sans-serif !important;
}

body a:hover {
  text-decoration: none !important;
  color: #FFA572 !important;
}

mark {
  padding: 0 !important;
}

/*BUTTONS*/
.white-btn a {
  border: 1px solid transparent;
  transition: all 0.5s;
}
.white-btn a:hover {
  border: 1px solid #1A3164;
}

.orange-btn a {
  border: 1px solid transparent;
  transition: all 0.5s;
}
.orange-btn a:hover {
  border: 1px solid #FFA572;
  color: #FFA572 !important;
  background-color: #fff !important;
}

#gform_submit_button_1,
#gform_submit_button_2 {
  border: 1px solid transparent;
  transition: all 0.5s;
  border-radius: 20px;
  font-weight: bold;
}
#gform_submit_button_1:hover,
#gform_submit_button_2:hover {
  border: 1px solid #FFA572 !important;
  color: #FFA572 !important;
  background-color: #fff !important;
}

/*BLOCS AND SECTIONS CUSTOMIZATIONS*/
.upper-img {
  position: relative;
}

.custom-list img {
  min-width: 19px;
}

.custom-list-pdf img {
  min-width: 25px;
}

.border-radius-group {
  border-radius: 25px;
}

.border-radius-grid-group {
  border-radius: 25px;
  border: solid 1px #FFA572;
}

.cols-border .wp-block-column {
  border: solid 1px #000;
}

/* RESPONSIVE DIVERS */
@media (max-width: 781px) {
  .home-banner-radius {
    margin-bottom: 20px !important;
  }
}
/*HOMEPAGE*/
/*Main banner*/
.home-banner-group {
  height: 610px;
}
.home-banner-group .home-banner-trio {
  position: relative;
  min-height: 100%;
  height: 590px;
}
.home-banner-group .home-banner-trio .wp-block-cover.is-light.has-custom-content-position.is-position-top-center {
  height: 590px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.home-banner-group .home-banner-trio .wp-block-cover.is-light.has-custom-content-position.is-position-top-center.custom-overflow {
  overflow: visible;
}

.home-banner-radius {
  border-radius: 20px;
}

.homebanner-charac1 img {
  max-width: 284px;
}

.homebanner-charac2 img {
  min-width: 420px;
  position: relative;
  z-index: 1;
}

.homebanner-charac3 img {
  min-width: 370px;
  position: relative;
  left: -60px;
}

@media screen and (max-width: 1552px) {
  .home-banner-group {
    display: none;
  }
}
@media screen and (min-width: 1553px) {
  .home-banner-group-resp {
    display: none;
  }
}
/* Fin main banner */
.square-link {
  border: solid 2px #B8D9F8;
  border-radius: 20px;
  padding: 30px;
}
.square-link:hover {
  border: solid 2px #1A3164;
}

.square-offres {
  border: solid 2px #fff;
  border-radius: 20px;
  padding: 30px;
  min-height: 320px;
  transition: all 0.3s;
}
.square-offres:hover {
  background-color: #B8D9F8 !important;
}
.square-offres figure {
  text-align: end;
}

/* FIN HOMEPAGE */
/* PAGES DIVERS */
@media screen and (max-width: 576px) {
  .pdf-title p {
    font-size: 24px !important;
  }
}
/* CONTACT FORM */
#gform_2_validation_container .gform_submission_error {
  color: #fff !important;
}

#gform_2 .contact-rgpd {
  color: #fff !important;
}
#gform_2 .contact-rgpd label {
  color: #fff !important;
}
#gform_2 .gform-footer {
  justify-content: center;
}

div#gform_confirmation_message_2 {
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 639px) {
  .main-form {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
/* FIN CONTACT FORM */
/* ACTUALITÉS */
article header {
  margin-bottom: 15px;
}
article .ebpg-post-grid-column:hover {
  background-color: #FFA572;
}
article .ebpg-post-grid-column:hover .ebpg-entry-title a {
  color: #fff !important;
}
article .ebpg-entry-title {
  min-height: 125px;
}
article .ebpg-entry-title a {
  font-size: 25px !important;
}
article .ebpg-posted-on {
  font-size: 16px !important;
  font-family: "Montserrat", sans-serif;
}

/* FIN ACTUALITÉS */
/* PAGE ANNUAIRE */
#agenda-filters,
#doc-filters {
  display: flex;
  justify-content: space-around;
}
#agenda-filters button.filter-btn,
#agenda-filters button.doc-filter-btn,
#doc-filters button.filter-btn,
#doc-filters button.doc-filter-btn {
  border: none;
  padding: 15px;
  border-radius: 20px;
  display: flex;
  align-items: center;
}
#agenda-filters button.filter-btn.active,
#agenda-filters button.doc-filter-btn.active,
#doc-filters button.filter-btn.active,
#doc-filters button.doc-filter-btn.active {
  background-color: #FFA572;
}

#agenda-table {
  width: 100%;
}
#agenda-table thead {
  background-color: #212529;
  color: #fff;
}
#agenda-table tbody {
  background-color: #f9f9f9;
}
#agenda-table tbody tr {
  height: 70px;
}
#agenda-table tbody tr td a {
  background-color: #FFA572;
  padding: 10px;
  border-radius: 20px;
  color: #fff;
  border: solid 2px transparent;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
}
#agenda-table tbody tr td a:hover {
  background-color: #fff;
  color: #FFA572;
  border: solid 2px #FFA572;
}

/* Responsive tableau page Annuaire */
@media screen and (max-width: 992px) {
  #agenda-table,
#agenda-table thead,
#agenda-table tbody,
#agenda-table th,
#agenda-table td,
#agenda-table tr {
    display: block;
    width: 100%;
  }

  #agenda-table tbody tr {
    height: initial;
  }

  #agenda-filters {
    flex-direction: column;
    gap: 5px;
  }

  #agenda-table thead {
    display: none;
    /* on masque les en-têtes */
  }

  #agenda-table tr {
    margin-bottom: 15px;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 6px;
    background: #f9f9f9;
  }

  #agenda-table td {
    display: flex;
    justify-content: space-between;
    padding: 8px 10px;
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
  }

  #agenda-table td::before {
    content: attr(data-label);
    font-weight: bold;
    color: #555;
  }

  #agenda-table td:last-child {
    border-bottom: none;
  }
}
/* Fin Responsive */
/* FIN PAGE ANNUAIRE */
/* PAGE DOCUMENTATION */
#doc-filters {
  text-align: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

#doc-filters .doc-filter-btn {
  background-color: #f0f0f0;
  border: none;
  padding: 10px 16px;
  margin: 0 5px 10px;
  cursor: pointer;
  border-radius: 4px;
  font-weight: bold;
  transition: background-color 0.2s;
}

#doc-filters .doc-filter-btn:hover {
  background-color: #ddd;
}

#doc-filters .doc-filter-btn.active {
  background-color: #0073aa;
  color: #fff;
}

#doc-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 20px;
}

.doc-card {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 6px;
  text-align: center;
  transition: box-shadow 0.2s;
}

.doc-card:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.doc-card i.fas.fa-file-pdf {
  font-size: 32px;
  color: #d32f2f;
  display: block;
  margin-bottom: 10px;
}

.doc-card a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
}

.doc-card span {
  display: block;
  margin-top: 5px;
}

/* FIN PAGE DOCUMENTATION */
/* PAGE RECHERCHE */
/* .search-page{ */
h1.page-title {
  font-size: 34px;
  line-height: 1;
}

.search-article h1 {
  font-size: 34px;
  line-height: 1;
}
.search-article h1 a {
  color: #1A3164;
}

/* } */
/* FOOTER */
.footer-border-radius {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

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