@charset "UTF-8";
/*
Theme Name: Olsen SCGES
Theme URI: https://www.cssigniter.com/ignite/themes/olsen
Description: Personnalisations SCGES (bandeau, navigation, page d'accueil) du thème Olsen.
Author: Parasélène
Template: olsen
Version: 1.2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: olsen-scges
*/
@import url("../olsen/style.css");
:root {
  --scges-orange: #e15c2e;
  --scges-red: #FF3921;
  --scges-grey: #444444;
  --scges-nav-bg: #f5f5f5;
  --scges-blue-1: #0081dd;
  --scges-blue-2: #6dbdea;
}

/**
  * Thème global
  **/
.container {
  width: 1480px;
}

#content {
  margin-top: 0;
  padding-top: 40px;
}

.site-branding .site-title,
.site-branding .site-description {
  display: none;
}

.custom-logo-link img {
  max-width: 447px;
  height: auto;
}

.site-branding {
  position: relative;
  margin-left: 17%;
  padding: 50px 0 0;
}

.scges-header-icons {
  display: none;
}

@media (min-width: 992px) {
  .scges-header-icons {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 236px;
    overflow: hidden;
    pointer-events: none;
  }
  .scges-header-icon {
    position: absolute;
  }
  .scges-header-icon img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
  }
  .scges-header-icon--brain {
    top: -17.37%;
    right: 29.38%;
    bottom: 66.52%;
    left: 61.39%;
  }
  .scges-header-icon--flask {
    top: 55.93%;
    right: 17.64%;
    bottom: -6.78%;
    left: 75.56%;
  }
  .scges-header-icon--dna {
    top: 49.15%;
    right: 34.66%;
    bottom: 12.11%;
    left: 61.94%;
  }
  .scges-header-icon--gender-arrow {
    top: 11.02%;
    right: 40.44%;
    bottom: 9.75%;
    left: 49.93%;
  }
  .scges-header-icon--pi {
    top: 18.64%;
    right: 23.27%;
    bottom: 52.79%;
    left: 71.88%;
  }
  .scges-header-icon--atom {
    top: 63.56%;
    right: 25.85%;
    bottom: -5.08%;
    left: 67.15%;
  }
}
@media (min-width: 992px) {
  .main-navigation {
    background-color: var(--scges-nav-bg);
    border-top: 0;
    border-bottom: 0;
    text-transform: none;
    font-size: 14px;
    letter-spacing: normal;
  }
  .main-navigation ul#primary-menu {
    display: flex;
    justify-content: center;
  }
  .main-navigation a {
    font-weight: 700;
    padding: 16px 6px;
  }
  .main-navigation .page_item_has_children,
  .main-navigation .menu-item-has-children {
    margin-right: 0.2em;
  }
  .main-navigation #primary-menu > li > a {
    display: inline-block;
  }
  .main-navigation #primary-menu > li:not(:last-child)::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 16px;
    background: #cccccc;
    margin: 0 6px;
    vertical-align: middle;
  }
  .main-navigation .menu-item-has-children > a::before {
    top: 50%;
    right: 2px;
    transform: translateY(-50%);
    font-size: 0.6rem;
    position: inherit;
    vertical-align: -50%;
    margin-right: 7px;
  }
  #primary-menu > #menu-item-19 > a,
  #primary-menu > #menu-item-21 > a,
  #primary-menu > #menu-item-280 > a,
  #primary-menu > #menu-item-20 > a,
  #primary-menu > #menu-item-9517 > a,
  #primary-menu > #menu-item-22 > a {
    color: var(--scges-red);
  }
  #primary-menu > #menu-item-10264 > a,
  #primary-menu > #menu-item-10265 > a,
  #primary-menu > #menu-item-10502 > a,
  #primary-menu > #menu-item-10503 > a {
    color: var(--scges-blue-1);
  }
  #primary-menu > #menu-item-22 > a {
    color: rgb(22, 22, 22);
  }
  #primary-menu > #menu-item-10352,
  #primary-menu > #menu-item-22,
  #primary-menu > #menu-item-10386 {
    margin-left: 50px;
  }
  #primary-menu > #menu-item-10265::after,
  #primary-menu > #menu-item-10503::after {
    display: none;
  }
}
/* ---- Menu utilisateur (nav principale, connecté uniquement) ---- */
/* Petite icône compte devant le nom d'utilisateur */
.scges-user-menu > a > .scges-user-menu__name::before {
  content: "user: ";
  color: var(--scges-grey);
  margin-right: 4px;
}

.scges-user-menu > a > .scges-user-menu__name::after {
  content: " ⬤";
  font-size: 8px;
  vertical-align: middle;
  color: var(--scges-green);
  margin-right: 4px;
}

.home .entry-title {
  text-transform: none;
  font-family: "Lora", serif;
  font-weight: 600;
  font-size: 35px;
  line-height: 1.2;
  color: var(--scges-red);
}

.home .scges-hero-row {
  align-items: flex-start;
  justify-content: space-between;
}

.home .scges-hero-intro {
  font-family: "Lora", serif;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}

.scges-cta-card {
  position: relative;
  max-width: 450px;
  min-height: 180px;
  overflow: visible;
  border-radius: 5px;
  padding: 20px 35px 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.scges-cta-card--initiatives {
  margin-top: 30px;
  background: var(--scges-blue-1);
}

.scges-cta-card--website {
  background: var(--scges-red);
}

.scges-cta-card--contact {
  background: var(--scges-orange);
}

.scges-cta-card--submit {
  background: var(--scges-blue-2);
}

.scges-cta-card__icon {
  position: absolute;
  top: 28px;
  right: 24px;
  width: 100px;
  height: 100px;
  z-index: 1;
}
.scges-cta-card__icon img {
  display: block;
  width: 100%;
  height: 100%;
}

.scges-cta-card__title {
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
  margin: 0 0 15px;
}

.scges-cta-card__text {
  color: #000000;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  line-height: 19px;
  margin: 0 0 15px;
}

.scges-cta-card__button {
  margin: 10px 0;
}
.scges-cta-card__button a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #ffffff;
  color: var(--scges-grey);
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 13px;
  border-radius: 5px;
  padding: 8px 10px;
  text-decoration: none;
}

.scges-cta-card__button-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url("assets/img/icon-arrow-up.svg") center/contain no-repeat;
  transform: rotate(90deg);
}

@media (max-width: 991px) {
  .home .scges-hero-row.wp-block-columns {
    flex-wrap: wrap;
  }
  .home .scges-hero-row .wp-block-column {
    flex-basis: 100% !important;
  }
  .scges-cta-card {
    max-width: 100%;
  }
}
.scges-latest-news {
  margin: 40px 0 30px;
}
.scges-latest-news__heading {
  font-family: "Lora", serif;
  font-size: 22px;
  font-weight: 600;
  color: var(--scges-grey);
  margin: 0 0 30px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--scges-orange);
}
.scges-latest-news__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 32px;
}
.scges-latest-news__footer {
  text-align: center;
}
.scges-latest-news__all-link {
  min-width: 180px;
}

.scges-news-card {
  display: flex;
  flex-direction: column;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  overflow: hidden;
  background: #ffffff;
  transition: box-shadow 0.2s ease;
}
.scges-news-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.scges-news-card__image-link {
  display: block;
  flex-shrink: 0;
}
.scges-news-card__image {
  display: block;
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.scges-news-card__image--placeholder {
  background: linear-gradient(135deg, var(--scges-blue-1) 0%, var(--scges-blue-2) 100%);
  height: 180px;
}
.scges-news-card__body {
  padding: 18px 20px 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.scges-news-card__date {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--scges-orange);
  margin-bottom: 8px;
}
.scges-news-card__title {
  font-family: "Lora", serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
  margin: 0 0 10px;
  flex: 1;
}
.scges-news-card__title a {
  color: var(--scges-grey);
  text-decoration: none;
}
.scges-news-card__title a:hover {
  color: var(--scges-orange);
}
.scges-news-card__excerpt {
  font-family: "Lato", sans-serif;
  font-size: 13px;
  line-height: 1.6;
  color: #666666;
  margin: 0;
}

@media (max-width: 767px) {
  .scges-latest-news__grid {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .scges-latest-news__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

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