/**********************************
  structure globale du site
***********************************/

/* ------------
HEADER (EN-TETE)
--------------*/
#page {
  /* @changelog 2025-09-03 [FIX] (Nicolas) Masquage car empêche position: sticky; */
  /* overflow: hidden; */
}
#header {
  position: relative;
}
body {
  padding-top: 0 !important;
}

/* body:not(.home) #headerInner{
		background-color: var(--black);
	} */
#header > .inner {
  padding: 10px 0;
}

.logo {
  max-height: 110px;
  padding: 10px 0;
  max-width: 40%;
}
.logo img {
  display: block;
  margin: 0 auto;
  width: auto;
  max-height: 100px;
}

.headertopBar {
  z-index: 10000;
}

@media (max-width: 955px) {
  .headertopBar {
    left: 50%;
    transform: translateX(-50%);
    bottom: 5px;
    position: relative !important;
  }

  .headertopBar ul {
    justify-content: center;
    flex-direction: row !important;
    align-items: center !important;
  }
}
@media (min-width: 956px) {
  .headertopBar {
    right: 10px;
    top: 30rem;
    padding: 5px 0;
  }
}

.headertopBarRs li {
  margin-bottom: 5px;
  display: block;
}
.headertopBarRs li a {
  display: block;
  border-radius: 50%;
  background-color: var(--white);
  transition: 0.2s ease-in-out;
}

.headertopBarRs li a:hover {
  transform: translateX(5px);
}

.topBar-Item a:visited,
.topBar-Item a:link,
.topBar-Item a {
  color: var(--colorprimary);
}
.topBar-Item {
  font-size: 1.4rem;
}
.topBar-Item p {
  margin: 0 !important;
}

/* Header page */
.headerPage-picture {
  height: 20vh;
  overflow: hidden;
}
.headerPage-picture img {
  border-radius: 20px;
}

/* ----------------------
ZONE INTERIEURE (CONTENU)
-----------------------*/

section#contents {
  padding: 50px 0;
}

/* ----------------------
HEADER PAGE
-----------------------*/
.headerPage {
  position: relative;
  z-index: 10;
}

.breadcrumb {
  background-color: var(--white);
  padding: 5px;
}
.headerPage .text,
.headerPage .text .container {
  height: 100%;
}
.headerPage .text {
  z-index: 1;
  top: 0;
}

.headerPage .text .container .desc {
  text-align: center;
}

span.mobile-buton {
  display: none;
  width: 35px;
  min-width: 35px;
}
span.mobile-buton span {
  width: 100%;
  height: 3px;
  background-color: var(--colorprimary);
  display: block;
  margin: 6px 0;
}
span.mobile-buton::before,
span.mobile-buton::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: var(--colorprimary);
}
.mm-menu_offcanvas {
  width: 80vh;
}

/* ------------
COLONNES
--------------*/
#leftbar > .inner {
}
#rightbar > .inner {
}

/* -------------------
FOOTER (PIED DE PAGE)
--------------------*/
footer#footer {
}
footer#footer .footer4 ul {
  margin: 0;
  display: flex;
  align-items: center;
}

@media (max-width: 955px) {
  footer#footer {
    padding-bottom: 60px;
  }
  footer#footer .footer4 ul li {
    flex: 1 0 100%;
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  footer#footer .footer4 ul {
    flex-wrap: wrap;
  }
}

footer#footer ul li {
  padding: 0;
}
footer#footer .footer4 ul li a {
  font-size: 1.4rem;
}
@media (min-width: 956px) {
  footer#footer ul:not(.headertopBarRs) li:not(:last-child) a::after {
    content: "/";
    margin: 0 5px;
  }
}

.footer1 {
}
.footer1Container {
  color: var(--colorprimary);
  font-size: 1.6rem;
  line-height: 1;
  padding: 5rem 0;
  border-top: 1px solid var(--colorprimary);
}

.footer1 * {
}

/* Footer 2 : Actualités et Logos */
.footer2_container {
  padding: 8rem 0;

  background-color: rgba(255, 255, 255, 0.5);
}

@media (min-width: 1200px) {
  .footer2 {
    background-attachment: fixed;
    background-size: 100% auto;
  }
}
.footer2 .slideLogo img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  transition: 0.2s ease-in-out;
}
.footer2 .slideLogo:hover img {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
}

.footer3Left p {
  line-height: 140%;
  font-size: 1.3rem;
}
@media (max-width: 1023px) {
  .footer_rea_icone img {
    max-width: 40px;
    max-height: 40px;
  }
  .rea_footer_text {
    font-size: 1.2rem;
  }
}
@media (min-width: 1024px) {
  .footer_rea_icone img {
    max-width: 64px;
    max-height: 64px;
  }
}

#footer strong {
  font-size: 1.8rem;
  text-transform: uppercase;
}

/* Actualités */
#recent-posts-2 .widgettitle {
  display: none;
}
/* ------------
PAGE ERREUR
--------------*/
#error_page {
}
.error {
  color: #f00;
}
.error_form {
  color: #f00;
}
