@charset "UTF-8";
@font-face {
  font-family: "Overpass";
  src: url("/wp-content/themes/oui-grenoble/ressources/fonts/Overpass-Regular.woff2") format("woff2");
}
/* 1. Use a more-intuitive box-sizing model */
*, *::before, *::after {
  box-sizing: border-box;
  font-family: "Overpass";
}

/* 2. Remove default margin */
* {
  margin: 0;
}

/* 3. Enable keyword animations */
@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}
body {
  /* 4. Add accessible line-height */
  line-height: 1.5;
  /* 5. Improve text rendering */
  -webkit-font-smoothing: antialiased;
}

/* 6. Improve media defaults */
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

/* 7. Inherit fonts for form controls */
input, button, textarea, select {
  font: inherit;
}

/* 8. Avoid text overflows */
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

/* 9. Improve line wrapping */
p {
  text-wrap: pretty;
}

h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
}

/*
  10. Create a root stacking context
*/
#root, #__next {
  isolation: isolate;
}

.site-main {
  padding-inline: max(56px, 50vw - 700px);
}
@media (max-width: 768px) {
  .site-main {
    padding-inline: 24px;
  }
}

h1 {
  font-size: 64px;
}
@media (max-width: 768px) {
  h1 {
    font-size: 48px;
  }
}

h2 {
  font-size: 48px;
}
@media (max-width: 768px) {
  h2 {
    font-size: 32px;
  }
}

h3 {
  font-size: 32px;
}
@media (max-width: 768px) {
  h3 {
    font-size: 24px;
  }
}

#primary {
  padding-block: 32px;
}

.hover-line {
  display: flex;
  flex-direction: column-reverse;
}
.hover-line:before {
  content: "";
  width: 0;
  height: 2px;
  background-color: #A70027;
  transition: width 0.4s ease;
}
@media (max-width: 1100px) {
  .hover-line:before {
    display: none;
  }
}
.hover-line:hover:before {
  width: 100%;
}

p a {
  font-size: initial;
  display: initial;
  margin: 0;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.mobile-only {
  display: none;
}
@media (max-width: 1100px) {
  .mobile-only {
    display: flex;
  }
}

@media (max-width: 1100px) {
  .desktop-only {
    display: none;
  }
}

.a2a_kit {
  display: flex !important;
  position: relative !important;
  padding-inline: 0 !important;
  padding-block: 24px !important;
  z-index: 99 !important;
}

.addtoany_share_save_container {
  display: none;
}

.a2a_full_footer {
  display: none !important;
}

html:has(.wrapper-header.is-active) {
  scrollbar-width: none;
}

body:has(.wrapper-header.is-active) {
  overflow-y: hidden;
}

.banner-desk {
  width: 100%;
  padding-inline: max(56px, 50vw - 700px);
  background: #A70027;
}

.site-header {
  display: flex;
  flex-direction: column;
  gap: 32px;
  z-index: 100;
  position: sticky;
  top: 0;
}
@media (max-width: 768px) {
  .site-header {
    position: relative;
  }
}

.container-header {
  padding-inline: max(32px, 50vw - 700px);
  margin-top: 32px;
}
@media (max-width: 1100px) {
  .container-header {
    padding: 0;
    margin-top: 0;
  }
  .container-header .is-active {
    margin-bottom: 0;
  }
}

.banner-mobile {
  position: absolute;
  left: 24px;
  top: 24px;
  z-index: 1;
  width: fit-content;
}
.banner-mobile img {
  max-width: 145px;
}

.wrapper-header {
  padding-inline: max(56px, 50vw - 700px);
  background: #D4D2D2;
  overflow: hidden;
  margin: 0 auto;
  transition: height 0.5s ease-in-out;
  padding: 24px;
  border-radius: 24px;
}
@media (max-width: 1100px) {
  .wrapper-header {
    padding: 0;
    width: initial;
    border-radius: 0;
    height: 84px;
    margin-bottom: 166px;
  }
}
.wrapper-header.is-active {
  height: 100svh;
}

#site-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1100px) {
  #site-navigation {
    flex-direction: column;
    gap: 24px;
    border-radius: 0;
    padding: 24px;
  }
}
#site-navigation .mobile-header {
  width: 100%;
  position: relative;
  height: 220px;
  justify-content: end;
}
#site-navigation .mobile-header .burger {
  position: relative;
  width: 50px;
  height: 28px;
  cursor: pointer;
}
#site-navigation .mobile-header .burger .line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  border-radius: 99px;
  background: #1F1D1D;
  transition: all 0.5s ease-in-out;
  transform-origin: center;
}
#site-navigation .mobile-header .burger .line1 {
  top: 0;
}
#site-navigation .mobile-header .burger .line2 {
  top: 50%;
}
#site-navigation .mobile-header .burger .line3 {
  top: 100%;
}
#site-navigation .mobile-header .burger.is-active .line1 {
  top: 50%;
  transform: rotate(45deg);
}
#site-navigation .mobile-header .burger.is-active .line2 {
  width: 0;
}
#site-navigation .mobile-header .burger.is-active .line3 {
  top: 50%;
  transform: rotate(-45deg);
}
#site-navigation .all-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 1100px) {
  #site-navigation .all-links {
    flex-direction: column-reverse;
    gap: 32px;
  }
}
#site-navigation .main-links {
  display: flex;
  gap: 32px;
}
@media (max-width: 1100px) {
  #site-navigation .main-links {
    flex-direction: column;
    width: 100%;
    text-align: center;
    gap: 12px;
  }
  #site-navigation .main-links a {
    border-radius: 4px;
    border: 1px solid #1F1D1D;
    padding-inline: 24px;
    padding-block: 12px;
    font-size: 16px;
    justify-content: center;
    margin: initial !important;
  }
}
#site-navigation .main-links a {
  color: #1F1D1D;
  display: inline-flex;
  margin-bottom: -1%;
}
#site-navigation .alone-link {
  border-radius: 99px;
  background: #F9F8F5;
  padding-inline: 32px;
  padding-block: 12px;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
#site-navigation .alone-link:hover {
  background: #1F1D1D;
}
#site-navigation .alone-link:hover a {
  color: #F9F8F5;
}
@media (max-width: 1100px) {
  #site-navigation .alone-link {
    border-radius: 4px;
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  #site-navigation .alone-link a {
    margin: initial !important;
    font-size: 16px;
    justify-content: center;
  }
}
#site-navigation .alone-link a {
  color: #1F1D1D;
  display: flex;
  margin-bottom: -2%;
  transition: all 0.4s ease-in-out;
}

a {
  text-decoration: none;
  color: #1F1D1D;
  font-size: 20px;
  display: flex;
  margin-bottom: -1%;
}
@media (max-width: 1100px) {
  a {
    margin: initial;
  }
}

.site-footer .site-info {
  display: flex;
  justify-content: space-between;
  background-color: #D4D2D2;
  align-items: center;
  padding-block: 32px;
  padding-inline: max(56px, 50vw - 700px);
}
@media (max-width: 768px) {
  .site-footer .site-info {
    flex-direction: column;
    padding: 24px;
    gap: 32px;
    align-items: flex-start;
  }
}
.site-footer .site-info .socials-icons {
  display: flex;
  gap: 8px;
}
.site-footer .site-info .socials-icons img {
  width: 48px;
}
.site-footer .site-info .links-footer {
  display: flex;
  gap: 48px;
}
.site-footer .site-info .links-footer a {
  color: #1F1D1D;
}
@media (max-width: 768px) {
  .site-footer .site-info .links-footer {
    flex-direction: column;
    gap: 12px;
    width: 100%;
  }
  .site-footer .site-info .links-footer a {
    border-radius: 4px;
    border: 1px solid #1F1D1D;
    padding-inline: 24px;
    padding-block: 12px;
    text-align: center;
    margin: initial !important;
    font-size: 16px;
    justify-content: center;
  }
}

/* CF7 Style */
/*style du bouton envoi */
.wpcf7 input[type=submit] {
  background: #A70027; /*code couleur de fonds */
  padding: 10px 20px; /* Espacement interne pour le rendre plus épais ou plus fin */
  color: #fff; /*code couleur du texte */
  cursor: pointer;
}

div.wpcf7 .ajax-loader {
  float: right; /* changer la position de l'icône de chargement */
}

.wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 textarea, .wpcf7 input {
  width: 100%; /* champs sur toute la largeur */
  padding: 10px; /* Espacement interne pour le rendre plus épais ou plus fin */
  border-radius: 3px; /* Arrondir plus ou moins les angles */
  border: 1px solid;
}

.wpcf7 label {
  width: 100%; /* titre du champs sur toute la largeur */
}

.wpcf7 form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.wpcf7-response-output {
  margin: 0 !important;
}

.posts-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
  gap: 24px;
}
@media (max-width: 768px) {
  .posts-list {
    grid-template-columns: 1fr;
  }
}

.wrapper-article {
  border-radius: 8px;
  flex-direction: column;
  display: flex;
}
.wrapper-article .text-data {
  border: 1px solid #A70027;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.wrapper-article .excerpt {
  font-size: 16px;
  padding-inline: 16px;
  padding-bottom: 16px;
}
.wrapper-article .entry-title {
  font-size: 32px;
  padding-inline: 16px;
  padding-top: 16px;
  display: inline-block;
  width: 100%;
}
.wrapper-article .entry-meta {
  background-color: #A70027;
  color: #F9F8F5;
  padding-inline: 12px;
  padding-block: 8px;
  font-size: 16px;
}
.wrapper-article .thumbnail-img img {
  object-fit: cover;
  height: 250px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.post-navigation .nav-links {
  display: flex;
  justify-content: space-between;
  padding-top: 32px;
}

.content-single .entry-header {
  margin-bottom: 12px;
}
.content-single .entry-header .entry-meta {
  font-size: 24px;
}
.content-single .post-single {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pagination-links {
  display: flex;
  gap: 16px;
  padding-block: 16px;
  justify-content: center;
}
.pagination-links .page-numbers {
  padding: 16px;
  border-radius: 99px;
  border: 1px solid #1F1D1D;
  color: #1F1D1D;
  height: 50px;
  width: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 16px;
}
.pagination-links .page-numbers.current {
  background-color: #1F1D1D;
  color: #F9F8F5;
}

.event-solo {
  width: 50%;
}
@media (max-width: 1100px) {
  .event-solo {
    width: 100%;
  }
}

.entry-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

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