/*
Theme Name: Fougères Solidarité
Author: Léo FERTÉ
Description: Thème de l'association Fougères Solidarité
Requires at least: WordPress 5.0
Version: 1.0
*/

/* IMPORTATION POLICE */

/* Montserrat - GOOGLE FONTS */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");

/* DK Liquid Embrace */
@font-face {
  font-family: DKLiquidEmbrace;
  font-weight: regular;
  src: url(../fougeres-solidarite/fonts/DKLiquidEmbrace.ttf) format("truetype");
}

/* === ABSTRACTS === */

/* taille des boites (empecher l'agrandissement) */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Images responsives */

img {
  display: block;
  height: auto;
  width: 100%;
}

/* ============ */

/* == VARIABLES == */

:root {
  --orange: #e9a100;
  --grey: #f7f2e9;
  --black: #3b3b3b;
  --transpawhite: rgba(255, 255, 255, 0.9);
}

/* == AJOUTS A LA GRILLE == */

main {
  position: relative;
  overflow: hidden;
}

/* == TEXTES == */

body {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 400;
}

p {
  color: var(--black);
  font-size: 1rem;
  line-height: 20px;
  font-weight: 500;
  margin: 10px 0;
}

.main-title_orange {
  font-family: DKLiquidEmbrace, Arial, Helvetica, sans-serif;
  color: var(--orange);
  font-size: 2.5rem;
  margin-top: 0;
}

.submain-title_orange {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: var(--orange);
  font-size: 2.5rem;
  margin-top: 0;
}

.second-title_orange {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: var(--orange);
  font-size: 1.75rem;
  font-weight: 900;
  margin: 15px 0;
}

.third-title_orange {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: var(--orange);
  font-size: 1.5;
  font-weight: 700;
  margin: 10px 0;
}

.orange-supertext {
  color: var(--orange);
  font-weight: 700;
  line-height: 1.3 !important;
}

.white-supertext {
  color: #fff;
  font-weight: 700;
  line-height: 1.3 !important;
}

.little-text {
  color: #fff;
  font-size: 0.8rem;
  font-weight: 500;
  margin: 5px;
}

/* == NAVIGATIONS == */

/* Top Nav */

/* Reset des listes dans les nav */

nav ul {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

/* == COMPOSANTS == */

/* CookieYes CSS */

.cky-consent-container .cky-consent-bar {
  border-radius: 17.5px !important;
  box-shadow: 0px 10px 20px -8px rgba(74,74,74,0.3) !important;
}

.cky-revisit-bottom-left {
  bottom: 10px !important;
  left: 10px !important;
  box-shadow: 0px 3px 40px 0px #f3bb3d87 !important;
}

@media (min-width: 768px) {
  .cky-revisit-bottom-left {
    bottom: 15px !important;
    left: 15px !important;
  }
}

.cky-btn {
  background-color: var(--grey) !important;
  color: var(--black) !important;
  border: none !important;
  border-radius: 35px !important;
  font-weight: 700 !important;
  font-size: 0.8rem !important;
  box-shadow: 0px 10px 20px -8px rgba(74,74,74,0.3) !important;
}

.cky-btn-accept {
  background-image: linear-gradient(
    37deg,
    #e58500,
    #e9a100,
    #e9a100,
    #e58500
  ) !important;
  background-size: 270% !important;
  background-position: left !important;
  border: none !important;
  color: #fff !important;
  transition: all 0.3s ease-in-out !important;
}

.cky-btn-accept:hover {
  background-position: right !important;
}

.cky-btn-accept:focus {
  background-position: right !important;
}

.cky-consent-bar .cky-banner-btn-close {
  right: 15px !important;
  top: 15px !important;
}

button.cky-show-desc-btn:not(:hover):not(:active) {
  color: #e9a100 !important;
  background: transparent;
}

/* Vimeo Responsive Player */

.video-responsive {
  position: relative;
  display: block;
  width: 90%;
  overflow: hidden;
  margin: 20px auto 0;
}

@media (min-width: 768px) {
  .video-responsive {
    position: relative;
    display: block;
    width: 90%;
    overflow: hidden;
    margin: auto auto;
    margin-left: 20px;
  }
}

@media (min-width: 1200px) {
  .video-responsive {
    position: relative;
    display: block;
    width: 70%;
    overflow: hidden;
    margin: auto auto;
    margin-left: 20px;
  }
}

.video-responsive::before {
  display: block;
  content: "";
  padding-top: 56.25%;
}

.video-responsive-item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* == BOUTONS & CALL TO ACTION == */

/* Burger */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

/* ALL */

.row .three {
  padding: 80px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #2c3e50;
  color: #ecf0f1;
  text-align: center;
}

.hamburger .line {
  width: 35px;
  height: 4px;
  background-color: var(--orange);
  border-radius: 30px;
  display: block;
  margin: 6px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger:hover {
  cursor: pointer;
}

#hamburger-1.is-active .line:nth-child(2) {
  opacity: 0;
}

#hamburger-1.is-active .line:nth-child(1) {
  -webkit-transform: translateY(13px) rotate(45deg);
  -ms-transform: translateY(13px) rotate(45deg);
  -o-transform: translateY(13px) rotate(45deg);
  transform: translateY(13px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-13px) rotate(-45deg);
  -ms-transform: translateY(-13px) rotate(-45deg);
  -o-transform: translateY(-13px) rotate(-45deg);
  transform: translateY(-13px) rotate(-45deg);
}

@media (min-width: 1200px) {
  .hamburger {
    display: none;
  }
}

.orange-btn {
  padding: 12px 22px;
  background-image: linear-gradient(37deg, #e58500, #e9a100, #e9a100, #e58500);
  background-size: 270%;
  font-weight: 700;
  font-size: 0.8rem;
  background-position: left;
  color: #fff !important;
  cursor: pointer;
  border-radius: 35px;
  box-shadow: 0px 3px 10px 0px #f3bb3d87;
  transition: all 0.3s ease-in-out;
}

.orange-btn:hover {
  background-position: right;
}

.orange-btn:focus {
  background-position: right;
}

.grey-btn {
  padding: 12px 22px;
  background-color: var(--grey);
  color: var(--black);
  cursor: pointer;
  border-radius: 35px;
}

.grey-btn:hover {
  color: var(--orange);
}

.grey-btn:focus {
  color: var(--orange);
}

/* == AUTRES == */

/* ============ */

/* == MISE EN PAGE - BODY == */

/* == MISE EN PAGE - HEADER == */

.header {
  display: flex;
  box-shadow: 0px 3px #e9a100;
  position: fixed;
  z-index: 110;
  width: 100vw;
  max-width: 100%;
  background-color: #fff;
  transition: top 0.3s ease-in-out;
}

.nav-up {
  top: 0;
}

@media (min-width: 768px) {
  .nav-up {
    top: -74px;
  }
}

.nav-down {
  top: 0px;
}

.logo-burger-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: auto 0;
}

@media (min-width: 1200px) {
  .logo-burger-nav {
    width: auto;
  }
}

.logo-burger-nav_mobile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 25px;
}

.header-display {
  display: none;
}

@media (min-width: 1200px) {
  .header-display {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    height: auto;
  }
}

.header-display_mobile {
  display: flex;
  /* flex-direction: column; */
  flex-wrap: wrap;
  align-items: center;
  height: 70px;
  z-index: 110 !important;
}

@media (min-width: 1200px) {
  .header-display_mobile {
    display: none;
  }
}

/* Nav Desktop */

.nav-menu_desktop {
  display: none;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  padding-top: 20px;
  padding-left: 0;
}

@media (min-width: 1200px) {
  .nav-menu_desktop {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: space-between;
    padding-top: 0;
    padding-left: 30px;
  }
}

.nav-menu_desktop a {
  text-decoration: none;
  color: var(--black);
  font-weight: 700;
  font-size: 0.8rem;
  transition: all 0.3s;
}

.nav-menu_desktop a:hover {
  color: var(--orange);
}

.nav-menu_desktop a:focus {
  color: var(--orange);
}

/* Fin Nav Desktop */

/* Nav Responsive */

.nav-menu_mobile {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
}

@media (min-width: 1200px) {
  .nav-menu_mobile {
    display: none;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: space-between;
    padding-top: 0;
    padding-left: 30px;
  }
}

.nav-menu_mobile a {
  text-decoration: none;
  color: var(--black);
  font-weight: 700;
  font-size: 1rem;
  transition: all 0.3s;
}

@media (min-width: 1200px) {
  .nav-menu_mobile a {
    text-decoration: none;
    color: var(--black);
    font-weight: 700;
    font-size: 0.8rem;
    transition: all 0.3s;
  }
}

.nav-menu_mobile a:hover {
  color: var(--orange);
}

.nav-menu_mobile a:focus {
  color: var(--orange);
}

/* Fin Nav Responsive */

.active, a.active {
  box-shadow: 0px 2px var(--orange) !important;
  padding-bottom: 3px;
}

.nav-button {
  margin-top: 30px;
  margin-right: 0;
}

@media (min-width: 1200px) {
  .nav-button {
    margin-top: 0;
    margin-right: 30px;
  }
}

.logo-header {
  width: 70px;
  height: auto;
}

.logo-header_mobile {
  width: 60px;
  height: auto;
  margin-top: 5px;
}

.facebook-icon {
  width: 35px;
  height: auto;
  margin-top: 30px;
}

@media (min-width: 1200px) {
  .facebook-icon {
    margin-top: 0;
  }
}

.maintop-nav {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

@media (min-width: 1200px) {
  .maintop-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }
}

.subtop-nav {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

@media (min-width: 1200px) {
  .subtop-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }
}

/* Responsive Nav */

.nav-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.nav-menu_mobile .menu-items {
  display: flex;
}

.nav-menu_mobile .nav-container_mobile li {
  list-style: none;
}

/* .nav-menu_mobile .nav-container_mobile a {
  padding: 0.7rem;
} */

.nav-menu_mobile .nav-container_mobile a:hover {
  font-weight: bolder;
}

.nav-container_mobile {
  position: relative;
  height: 70px;
}

.nav-container_mobile .checkbox {
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  margin: auto;
  top: 0;
  right: 40px;
  bottom: 0;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}

.nav-container_mobile .hamburger-lines {
  display: block;
  height: 26px;
  width: 32px;
  position: absolute;
  margin: auto;
  top: 0;
  right: 45px;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.nav-container_mobile .hamburger-lines .line {
  display: block;
  height: 4px;
  width: 100%;
  border-radius: 10px;
  background: var(--orange);
}

.nav-container_mobile .hamburger-lines .line1 {
  transform-origin: 0% 0%;
  transition: transform 0.4s ease-in-out;
}

.nav-container_mobile .hamburger-lines .line2 {
  opacity: 1;
  transition: all 0.2s ease-in-out;
}

.nav-container_mobile .hamburger-lines .line3 {
  transform-origin: 0% 100%;
  transition: transform 0.4s ease-in-out;
}

.nav-menu_mobile .menu-items {
  background-color: var(--transpawhite);
  margin-top: 8px;
  height: 100vh;
  width: 100vw;
  max-width: 100%;
  transform: translate(-100vw);
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.5s ease-in-out;
  text-align: center;
  z-index: 90 !important;
}

.intern-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 70px;
}

.nav-menu_mobile .menu-items li {
  margin-bottom: 0.7rem;
}

.nav-menu_mobile .menu-items a {
  margin-bottom: 0.8rem;
}

.nav-container_mobile input[type="checkbox"]:checked ~ .menu-items {
  transform: translateX(0vw);
}

.nav-container_mobile input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
  transform: rotate(45deg);
}

.nav-container_mobile input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
  opacity: 0;
}

.nav-container_mobile input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
  transform: rotate(-45deg);
}

/* == MISE EN PAGE - INDEX == */

/* Top Visual */

.top-background {
  object-fit: cover;
  width: 100%;
  height: 75vh;
}

@media (min-width: 768px) {
  .top-background {
    height: 85vh;
    object-fit: cover;
  }
}

.top-text {
  position: absolute;
  top: 150px;
  left: 0;
  max-width: fit-content;
}

@media (min-width: 768px) {
  .top-text {
    left: 30px;
  }
}

@media (min-width: 1000px) {
  .top-text {
    left: 50px;
  }
}

@media (min-width: 1200px) {
  .top-text {
    left: 100px;
  }
}

.top-title {
  text-transform: uppercase;
  color: #fff;
  font-size: 2rem;
  margin: 0;
}

@media (min-width: 768px) {
  .top-title {
    font-size: 2.5rem;
  }
}

.top-title > span {
  background: #e9a100;
}

.top-subtitle {
  color: #fff;
  margin: 20px 0 0 0;
}

/* Présentation */

.presentation-main {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 100px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .presentation-main {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
  }
}

.presentation-text {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
}

/* Inscription */

.box-image {
  border-radius: 17.5px;
  object-fit: cover;
  overflow: hidden;
  height: 235px;
}

@media (min-width: 768px) {
  .box-image {
    height: 400px;
  }
}

@media (min-width: 1200px) {
  .box-image {
    height: 450px;
  }
}

.box-image img {
  border: none;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.box-image #ggmap {
  height: 235px;
  border: none;
  border-radius: 17.5px;
  object-fit: contain;
  width: 100%;
}

@media (min-width: 768px) {
  .box-image #ggmap {
    border: none;
    height: 400px;
  }
}

@media (min-width: 1200px) {
  .box-image #ggmap {
    border: none;
    height: 450px;
  }
}

.box-container {
  width: 100%;
  padding: 0 20px;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .box-container {
    padding: 0 20px;
    margin: auto;
  }
}

@media (min-width: 1200px) {
  .box-container {
    width: 50%;
    padding: 0 20px;
  }
}

.inscription-btn {
  margin-top: 35px;
}

.zone-box {
  background-color: var(--black);
  box-shadow: 0px 10px 20px -8px rgba(74,74,74,0.3);
  border-radius: 35px;
  padding: 40px 20px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 150px 20px 0px 20px;
  width: 90% !important;
}

@media (min-width: 768px) {
  .zone-box {
    background-color: var(--black);
    border-radius: 35px;
    padding: 40px 20px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 150px 20px 0px 20px;
  }
}

.zone-box p {
  color: #fff;
}

.zone-box a {
  text-decoration: none;
  color: var(--black);
  font-weight: 700;
  font-size: 0.8rem;
  transition: all 0.3s;
}

.box-first {
  display: flex;
  flex-direction: column;
  margin-bottom: 80px;
}

@media (min-width: 1200px) {
  .box-first {
    display: flex;
    flex-direction: row;
    width: 100%;
  }
}

.box-second {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1200px) {
  .box-second {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
  }
}

.box-paragraph {
  margin-bottom: 30px;
}

/* NEWS & FACEBOOK */

.zone-news {
  margin-top: 175px;
  overflow: visible;
}

.zone-news h2 {
  margin-bottom: 60px;
}

.news-face_content {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: visible;
  margin-top: 100px;
}

@media (min-width: 1200px) {
  .news-face_content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 30px;
  }
}

/* News Box Home */

.news-box_home {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  margin-bottom: 60px;
  overflow: visible;
  padding-bottom: 10px;
}

@media (min-width: 768px) {
  .news-box_home {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-bottom: 40px;
    overflow: visible;
  }
}

/* News Box Actus */

.news-box {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  margin-bottom: 60px;
  overflow: visible;
}

@media (min-width: 768px) {
  .news-box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-bottom: 40px;
    overflow: visible;
  }
}

.news-content h3 {
  margin: 10px 0;
}

.news-container {
  overflow: visible;
  margin-top: 15px;
  width: 85%;
}

@media (min-width: 1200px) {
  .news-container {
    width: 60%;
  }
}

.news-content {
  padding-left: 20px;
  margin: 35px 35px 0 0;
  border-left: solid 3px var(--orange);
  width: 100%;
}

@media (min-width: 768px) {
  .news-content {
    margin: 0;
    padding-left: 20px;
    margin-left: 20px;
    border-left: solid 3px var(--orange);
    width: 60%;
  }
}

/* News Thumbnail Home */

.news-thumbnail_home {
  width: 100%;
  height: 40vh;
  border-radius: 17.5px;
  object-fit: cover;
  object-position: center;
  overflow: hidden;
  display: flex;
  align-items: center;
  box-shadow: 0px 10px 20px -8px rgba(74,74,74,0.3);
}

@media (min-width: 768px) {
  .news-thumbnail_home {
    width: 40%;
    height: 30vh;
  }
}

.news-thumbnail_home img {
  border: none;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* News Thumbnail Actus */

.news-thumbnail_actus {
  width: 100%;
  height: 37vh;
  border-radius: 17.5px;
  object-fit: cover;
  object-position: center;
  overflow: hidden;
  display: flex;
  align-items: center;
  box-shadow: 0px 10px 20px -8px rgba(74,74,74,0.3);
}

@media (min-width: 768px) {
  .news-thumbnail_actus {
    height: 34vh;
  }
}

@media (min-width: 1200px) {
  .news-thumbnail_actus {
    height: 30vh;
  }
}

.news-thumbnail_actus img {
  border: none;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.third-title_orange h3,
a {
  text-decoration: none;
}

.news-date {
  font-style: italic;
  color: #6f6f6f;
}

.news-read a {
  color: var(--orange);
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s;
}

.news-read a:hover {
  color: var(--black);
}

.facebook-feed {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  width: 85%;
}

@media (min-width: 1200px) {
  .facebook-feed {
    margin-left: 20px;
    margin-top: 0;
    width: 40%;
  }
}

.facebook-feed iframe {
  width: 100%;
  max-width: 500px;
  height: 650px;
  border-radius: 17.5px;
  box-shadow: 0px 10px 20px -8px rgba(74,74,74,0.3) !important;
}

@media (min-width: 1200px) {
  .facebook-feed iframe {
    height: 780px;
  }
}

.actus-btn_mobile {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}

@media (min-width: 1200px) {
  .actus-btn_mobile {
    display: none;
  }
}

.actus-btn_desktop {
  display: none;
}

@media (min-width: 1200px) {
  .actus-btn_desktop {
    display: flex;
    justify-content: center;
    margin-top: 80px;
  }
}

/* Page Actus */

.news-content_actus {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  grid-auto-rows: minmax(100px, auto);
  width: 100%;
}

@media (min-width: 768px) {
  .news-content_actus {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1200px) {
  .news-content_actus {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
}

.news-container_actus {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  margin-bottom: 60px;
  width: 100%;
  justify-self: center;
}

@media (min-width: 650px) {
  .news-container_actus {
    width: 80%;
  }
}

@media (min-width: 768px) {
  .news-container_actus {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin-bottom: 60px;
    justify-self: center;
  }
}

.news-text_actus {
  margin-left: 10px;
}

.pagination_actus {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

/*
Default style for WP-PageNavi plugin

http://wordpress.org/extend/plugins/wp-pagenavi/
*/

/* On peut retrouver les css de base dans les fichiers du plugin */

.wp-pagenavi {
  clear: both;
}

.wp-pagenavi a,
.wp-pagenavi span {
  border: none;
  text-decoration: none;
  font-weight: 500;
  padding: 0px 5px;
  margin: 2px;
  color: var(--black);
}

.wp-pagenavi span {
  margin-right: 15px;
  border-right: solid var(--black);
}

.wp-pagenavi .pages {
  padding-right: 15px;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  border: none;
  color: var(--orange);
}

.wp-pagenavi span.current {
  border: none;
  font-weight: 700;
}

.page-smaller:hover {
  border: none;
  color: var(--orange);
}

/* Fin Page Actus */

/* Chiffres */

.zone-chiffres {
  margin-top: 100px;
}

.main-chiffres {
  display: flex;
  flex-direction: column;
  margin: 40px 100px 0 100px;
}

@media (min-width: 768px) {
  .main-chiffres {
    flex-direction: row;
    justify-content: space-between;
    margin: 60px 40px 0 40px;
  }
}

.infos-chiffres {
  text-align: center;
  margin: 60px 5% 0 5%;
}

@media (min-width: 768px) {
  .infos-chiffres {
    text-align: center;
    margin: 0 5%;
  }
}

/* Trombinoscope */

.main-membres {
  margin-top: 100px;
}

.zone-carte {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.carte-membre {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  margin: 40px 4vw;
}

@media (min-width: 768px) {
  .carte-membre {
    margin: 40px 4vw;
  }
}

@media (min-width: 1200px) {
  .carte-membre {
    margin: 40px 5vw;
  }
}

.carte-membre img {
  box-shadow: 0px 10px 20px -8px rgba(74,74,74,0.3);
}

.bureau-photo {
  object-fit: cover;
  width: 187.5px;
  height: 236.25px;
  border-radius: 17.5px;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .bureau-photo {
    width: 250px;
    height: 315px;
    border-radius: 17.5px;
  }
}

.carte-paragraph {
  margin: 0;
}

/* Partenaires */

.main-partenaires {
  margin: 100px 0;
}

.zone-partenaires {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.partenaire-box {
  object-fit: cover;
  margin: 40px 5%;
}

.partenaire {
  width: 180px;
  height: auto;
}

/* Pictos Background */

/* Carotte */

.picto-carotte_home {
  position: absolute;
  z-index: -100;
  opacity: 0.1;
  top: 10%;
  left: 50%;
  overflow: hidden;
  width: 50vw;
  height: auto;
  transform: rotate(25deg);
}

@media (min-width: 768px) {
  .picto-carotte_home {
    left: 71%;
    width: 30vw;
  }
}

.picto-carotte_adherer {
  position: absolute;
  z-index: -100;
  opacity: 0.1;
  top: 5%;
  left: 50%;
  overflow: hidden;
  width: 50vw;
  height: auto;
  transform: rotate(25deg);
}

@media (min-width: 768px) {
  .picto-carotte_adherer {
    left: 71%;
    width: 30vw;
  }
}

.picto-carotte_actus {
  position: absolute;
  z-index: -100;
  opacity: 0.1;
  top: 5%;
  left: 50%;
  overflow: hidden;
  width: 50vw;
  height: auto;
  transform: rotate(25deg);
}

@media (min-width: 768px) {
  .picto-carotte_actus {
    left: 71%;
    width: 30vw;
  }
}

/* Goutte */

.picto-goutte_home {
  position: absolute;
  z-index: -100;
  opacity: 0.1;
  top: 35%;
  left: -25%;
  overflow: hidden;
  width: 150vw;
  height: auto;
  transform: rotate(-25deg);
}

@media (min-width: 768px) {
  .picto-goutte_home {
    top: 47%;
    left: -7%;
    width: 50vw;
  }
}

.picto-goutte_adherer {
  position: absolute;
  z-index: -100;
  opacity: 0.1;
  top: 915px;
  left: -125px;
  overflow: hidden;
  width: 800px;
  height: auto;
  transform: rotate(-25deg);
}

.picto-goutte_actus {
  position: absolute;
  z-index: -100;
  opacity: 0.1;
  top: 915px;
  left: -125px;
  overflow: hidden;
  width: 800px;
  height: auto;
  transform: rotate(-25deg);
}

/* Cart */

.picto-cart_home {
  position: absolute;
  z-index: -100;
  opacity: 0.1;
  top: 68%;
  left: -15%;
  overflow: hidden;
  width: 100vw;
  height: auto;
  transform: rotate(-82deg);
}

@media (min-width: 768px) {
  .picto-cart_home {
    top: 70%;
    left: -2%;
    width: 50vw;
  }
}

/* == MISE EN PAGE - FOOTER == */

.footer {
  background-color: var(--black);
  box-shadow: 0px -3px #e9a100;
  height: auto;
  padding-bottom: 50px;
  z-index: 100;
  position: relative;
}

.footer-display {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 30px;
}

@media (min-width: 1200px) {
  .footer-display {
    justify-content: space-between;
  }
}

.footer-display p {
  color: #fff;
  font-weight: 500;
}

.footer-display a {
  color: #fff;
  text-decoration: none;
  padding: 5px 0;
  font-weight: 500;
  transition: all 0.3s;
}

.footer-display a:hover {
  color: var(--orange);
  text-decoration: none;
}

.footer-logo_display {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-logo {
  width: 300px;
  height: auto;
  margin-top: 10px;
}

.footer-sub {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  margin: 0 20px 25px;
}

.footer-sub_box {
  margin-bottom: 20px;
}

.pdf-visual {
  background: rgb(93, 122, 239);
  height: 200px;
  width: 160px;
  margin-top: 15px;
}

/* Bottom Bar */

.bottom-bar {
  background-color: var(--orange);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 70px;
}

@media (min-width: 768px) {
  .bottom-bar {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    height: 50px;
    padding: 0 65px;
  }
}

.bottom-bar a {
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
}

.bottom-bar a:hover {
  color: var(--black);
}

/*  */

/* PAGE - ADHERER */

.main-form {
  margin-top: 100px;
}

.zone-form iframe {
  width: 100%;
  border: none;
  height: 1350px;
  margin-top: 25px;
}

@media (min-width: 600px) {
  .zone-form iframe {
    height: 1250px;
  }
}

@media (min-width: 768px) {
  .zone-form iframe {
    height: 1150px;
  }
}

@media (min-width: 975px) {
  .zone-form iframe {
    height: 900px;
  }
}

@media (min-width: 1200px) {
  .zone-form iframe {
    height: 800px;
  }
}

/* POST MODELE */
  
/* Fil d'Ariane */
  
#breadcrumbs a,strong {
  text-decoration: none !important;
  font-size: 14px;
  color: #2d2d2d;
  transition: all .3s !important;
  font-weight: 500 !important;
}
  
#breadcrumbs a:hover {
  color: var(--orange);
}
  
.breadcrumb_last > strong {
  color: var(--orange);
}
  
/* Fin Fil d'Arianne */

.zone-post {
  margin-top: 175px;
}

.post-title {
  margin: 40px 0px 10px 0;
}

.time-style {
  color: var(--black);
  font-size: 14px;
  font-weight: 500;
}

.single-content {
  margin-top: 40px;
  margin-bottom: 60px;
}

.wp-block-gallery {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  grid-auto-flow: row dense !important;
  gap: 45px 0px !important;
}

.size-large img {
  border-radius: 17.5px !important;
  box-shadow: 0px 10px 20px -8px rgba(74,74,74,0.3) !important;
}

/* Rounded border */
hr.rounded {
  border-top: 3px solid var(--orange);
  border-radius: 5px;
  width: 40px;
  margin-top: 40px;
  margin-left: 0;
}

/* FIN POST MODEL */

/* Adhérer Module */

.adherer-main {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 150px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .adherer-main {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    margin-top: 175px;
  }
}

.adherer-text {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  margin-right: 100px;
  padding-right: 30px;
}

.adherer-image {
  border-radius: 17.5px !important;
  object-fit: cover !important;
  overflow: hidden !important;
  height: 235px !important;
}

@media (min-width: 768px) {
  .adherer-image {
    height: 400px !important;
  }
}

@media (min-width: 1200px) {
  .adherer-image {
    height: 350px !important;
  }
}

.adherer-image img {
  border: none !important;
  height: 100%;
  width: 100% !important;
  object-fit: cover !important;
}

/* Page 404 */

.container-lost {
  height: 80vh;
  background-image: url(/wp-content/uploads/2023/06/IMG_3979-edit3.png);
  background-color: #000000f0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.layer {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.zone-lost {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 250px;
}

.lost-title {
  margin-bottom: 40px;
}

/* Mentions Légales */

.zone-mentions {
  margin: 175px 0 100px 0;
  overflow: visible;
}

.container-mentions {
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 80%;
}

/* Politique de Confidentialité */

.zone-politique {
  margin: 175px 0 100px 0;
  overflow: visible;
}

.container-politique {
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 80%;
}