@charset "UTF-8";
.maincolor {
  color: #A0A0A0;
}

.sndcolor {
  color: #EDEDED;
}

.dark {
  color: #747474;
}

.light {
  color: #E0D8C7;
}

.white {
  color: #FFFFFF;
}

.black {
  color: #000000;
}

.text {
  color: #000000;
}

.bgmain {
  background: #A0A0A0;
}

.bgsnd {
  background: #EDEDED;
}

.bgdark {
  background: #747474;
}

.bglight {
  background: #E0D8C7;
}

.bgdark {
  background: #747474;
}

.bgwhite {
  background: #FFFFFF;
}

.bgtext {
  background: #000000;
}

html, body {
  color: #000000;
}

@media screen and (min-width: 1600px) {
  .container {
    max-width: 1640px;
  }
}
@font-face {
  font-family: "Munken Sans Web";
  src: url("../../fonts/MunkenSansWeb-Regular.woff2") format("woff2"), url("../../fonts/MunkenSansWeb-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Munken Sans Web";
  src: url("../../fonts/MunkenSansWeb-Medium.woff2") format("woff2"), url("../../fonts/MunkenSansWeb-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Munken Sans Web";
  src: url("../../fonts/MunkenSansWeb-Bold.woff2") format("woff2"), url("../../fonts/MunkenSansWeb-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
* {
  font-family: "Munken Sans Web", sans-serif;
}

html, body {
  font-size: clamp(1.125rem, 1.042rem + 0.231vw, 1.25rem);
  line-height: clamp(1.5rem, 1.417rem + 0.231vw, 1.625rem);
  font-style: normal;
  margin: 10px 0;
  font-weight: 500;
}

.heading {
  font-family: "Munken Sans Web", sans-serif;
  font-size: clamp(1.563rem, 1.271rem + 0.81vw, 2rem);
  line-height: clamp(2rem, 1.792rem + 0.579vw, 2.313rem);
  font-weight: 500;
  font-style: normal;
}
.heading--n1 {
  font-size: clamp(3rem, 1.333rem + 4.63vw, 5.5rem);
  line-height: clamp(3.313rem, 1.646rem + 4.63vw, 5.813rem);
  font-weight: 700;
}
.heading--n3 {
  font-size: 18px;
}

span {
  line-height: inherit;
}

.label {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}

.legend {
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  text-decoration: none;
}

hr {
  border: none;
}

.list--unstyled {
  padding: 0px;
  margin: 0px;
}
.list--unstyled li {
  padding: 0px;
  list-style-type: none;
}

.btn {
  appearance: none;
  --webkit-appearance: none;
  --moz-webkit-appearance: none;
  border: none;
  background: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  width: fit-content;
  padding: 5px 10px;
  transition: 0.3s;
  border-radius: 0px;
}
.btn:hover, .btn:focus, .btn:active {
  transition: 0.3s;
}
.btn--main {
  background: #A0A0A0;
  color: white;
  border: 2px solid #A0A0A0;
}
.btn--main:hover, .btn--main:focus, .btn--main:active {
  background: transparent;
  color: #A0A0A0;
  border: 2px solid #A0A0A0;
}
.btn--main-outline {
  background: transparent;
  color: #000000;
  border: 2px solid #000000;
  padding-inline: 25px 25px;
}
.btn--main-outline:hover, .btn--main-outline:focus, .btn--main-outline:active {
  background: #000000;
  color: #FFFFFF;
  border: 2px solid #000000;
}
.btn--white-outline {
  background: transparent;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
  padding-block: 10px 9px;
  padding-inline: 27px 45px;
  white-space: nowrap;
}
.btn--white-outline:hover, .btn--white-outline:focus, .btn--white-outline:active {
  background: #FFFFFF;
  color: #000000;
  border: 2px solid #FFFFFF;
}

form {
  position: relative;
}
form label {
  color: #000000;
  font-weight: 500;
  font-size: 15px !important;
  margin-bottom: 0;
}
form input {
  border: 1px solid #666E5C;
  height: 40px;
  padding: 5px 0;
  color: #000000;
  background: #EDEDED;
  display: block;
  width: 100%;
  margin: 13px 0 30px 0;
  border-radius: 5px;
  padding: 0 10px;
}
form input:focus {
  box-shadow: none;
  border-bottom: 1px solid #000000;
  outline: none;
}
form input::placeholder {
  font-size: 15px;
  color: #EDEDED;
  transition: all 0.3s;
}
form input:focus::placeholder {
  font-size: 12px;
}
form input[type=checkbox] {
  width: 10%;
}
form input[type=radio] {
  height: 15px;
  display: inline;
  width: auto;
}
form textarea {
  border: 1px solid #666E5C;
  padding: 10px;
  color: #000000;
  background: #EDEDED;
  display: block;
  width: 100%;
  margin: 13px 0 10px 0;
  border-radius: 5px;
  height: 100px;
}
form textarea::placeholder {
  color: #EDEDED;
  font-size: 15px;
  transition: all 0.3s;
}
form textarea:focus::placeholder {
  font-size: 14px;
}
form textarea:focus::placeholder {
  font-size: 15px;
}
form input[type=checkbox] {
  opacity: 0;
  position: absolute;
  z-index: -10000;
}
form label.checking {
  display: block;
  position: relative;
  padding-left: 30px;
  font-family: "Munken Sans Web", sans-serif;
  font-size: 15px;
  line-height: 20px;
  color: #000000;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  text-align: left;
  font-weight: 400;
}
form label.checking::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #000000;
  position: absolute;
  left: 0;
  border-radius: 3px;
  top: 0px;
  opacity: 1;
  -webkit-transition: all 0.12s, border-color 0.08s;
  transition: all 0.12s, border-color 0.08s;
}
form input[type=checkbox]:checked ~ .checking::before {
  width: 10px;
  top: -2px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
form .message_success {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  z-index: 5;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.7);
}
form .message_success p {
  color: #FFFFFF;
  font-size: 25px;
  font-weight: 700;
}
form .message_fail {
  display: none;
  color: red;
}

.rank-math-breadcrumb {
  display: none;
}
@media (width > 768px) {
  .rank-math-breadcrumb {
    padding-block: 13px 13px;
    display: block;
    width: 100vw;
  }
  .rank-math-breadcrumb p {
    position: relative;
    display: flex;
    gap: 10px;
    margin: 0;
    padding: 0;
  }
  .rank-math-breadcrumb a {
    text-decoration: none;
    border-radius: 999px;
    background: #EDEDED;
    padding: 9px 20px 7px 16px;
    position: relative;
  }
  .rank-math-breadcrumb a:first-of-type {
    padding: 9px 20px 7px 75px;
  }
  .rank-math-breadcrumb a:first-of-type::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 45px;
    background-image: url("../../assets/images/ic_arrow_left.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 18px;
    height: 15px;
  }
  .rank-math-breadcrumb a:first-of-type::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    background-image: url("../../assets/images/ic_arrow_left.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 18px;
    height: 15px;
  }
  .rank-math-breadcrumb a:last-of-type {
    padding: 9px 20px 7px 45px;
  }
  .rank-math-breadcrumb a:last-of-type::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    background-image: url("../../assets/images/ic_arrow_left.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 18px;
    height: 15px;
  }
  .rank-math-breadcrumb a:hover, .rank-math-breadcrumb a:focus, .rank-math-breadcrumb a:active {
    background: #000000;
    color: #FFFFFF;
  }
  .rank-math-breadcrumb a:hover::before, .rank-math-breadcrumb a:focus::before, .rank-math-breadcrumb a:active::before {
    background-image: url("../../assets/images/ic_arrow_left_white.svg");
  }
  .rank-math-breadcrumb a:hover::after, .rank-math-breadcrumb a:focus::after, .rank-math-breadcrumb a:active::after {
    background-image: url("../../assets/images/ic_arrow_left_white.svg");
  }
  .rank-math-breadcrumb .last {
    margin-left: 15vw;
    border-radius: 999px;
    background: #EDEDED;
    padding: 9px 20px 7px 16px;
    cursor: default;
  }
  .rank-math-breadcrumb .separator {
    display: none;
  }
}

.has-breadcrumb {
  position: relative;
}
.has-breadcrumb::before {
  content: "";
  width: calc(100vw + 150px);
  height: 100%;
  transform: translateX(-150px);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.page-category-one .has-breadcrumb .rank-math-breadcrumb a, .page-category-one .has-breadcrumb .rank-math-breadcrumb .last, .page-category-two .has-breadcrumb .rank-math-breadcrumb a, .page-category-two .has-breadcrumb .rank-math-breadcrumb .last, .page-category-three .has-breadcrumb .rank-math-breadcrumb a, .page-category-three .has-breadcrumb .rank-math-breadcrumb .last {
  background: #FFFFFF;
}
.page-category-one .has-breadcrumb .rank-math-breadcrumb a:hover, .page-category-one .has-breadcrumb .rank-math-breadcrumb a:focus, .page-category-one .has-breadcrumb .rank-math-breadcrumb a:active, .page-category-two .has-breadcrumb .rank-math-breadcrumb a:hover, .page-category-two .has-breadcrumb .rank-math-breadcrumb a:focus, .page-category-two .has-breadcrumb .rank-math-breadcrumb a:active, .page-category-three .has-breadcrumb .rank-math-breadcrumb a:hover, .page-category-three .has-breadcrumb .rank-math-breadcrumb a:focus, .page-category-three .has-breadcrumb .rank-math-breadcrumb a:active {
  background: #000000;
  color: #FFFFFF;
}
.page-category-one .has-breadcrumb .rank-math-breadcrumb a:hover::before, .page-category-one .has-breadcrumb .rank-math-breadcrumb a:focus::before, .page-category-one .has-breadcrumb .rank-math-breadcrumb a:active::before, .page-category-two .has-breadcrumb .rank-math-breadcrumb a:hover::before, .page-category-two .has-breadcrumb .rank-math-breadcrumb a:focus::before, .page-category-two .has-breadcrumb .rank-math-breadcrumb a:active::before, .page-category-three .has-breadcrumb .rank-math-breadcrumb a:hover::before, .page-category-three .has-breadcrumb .rank-math-breadcrumb a:focus::before, .page-category-three .has-breadcrumb .rank-math-breadcrumb a:active::before {
  background-image: url("../../assets/images/ic_arrow_left_white.svg");
}
.page-category-one .has-breadcrumb .rank-math-breadcrumb a:hover::after, .page-category-one .has-breadcrumb .rank-math-breadcrumb a:focus::after, .page-category-one .has-breadcrumb .rank-math-breadcrumb a:active::after, .page-category-two .has-breadcrumb .rank-math-breadcrumb a:hover::after, .page-category-two .has-breadcrumb .rank-math-breadcrumb a:focus::after, .page-category-two .has-breadcrumb .rank-math-breadcrumb a:active::after, .page-category-three .has-breadcrumb .rank-math-breadcrumb a:hover::after, .page-category-three .has-breadcrumb .rank-math-breadcrumb a:focus::after, .page-category-three .has-breadcrumb .rank-math-breadcrumb a:active::after {
  background-image: url("../../assets/images/ic_arrow_left_white.svg");
}

.page-category-one .has-breadcrumb::before {
  background-color: #CCF9FF;
}

.page-category-two .has-breadcrumb::before {
  background-color: #FFDDF4;
}

.page-category-three .has-breadcrumb::before {
  background-color: #FFE4C4;
}

.has-breadcrumb::before {
  background-color: #FFFFFF;
}

.page-id-8574 .has-breadcrumb .rank-math-breadcrumb a::before {
  display: none;
}

/***** LIEN VERS SITE FIXE A GAUCHE *****/
.link__left--fixed {
  display: none;
}
@media screen and (min-width: 1300px) {
  .link__left--fixed {
    display: block;
    position: fixed;
    left: -45px;
    top: 50vh;
    rotate: 270deg;
    transform: translateY(-50%);
    background-color: #1fecfe;
    padding: 15px 24px;
    z-index: 999;
    text-decoration: none;
    cursor: pointer;
  }
  .link__left--fixed:hover, .link__left--fixed:focus, .link__left--fixed:active {
    background-color: #000000;
    color: #FFFFFF;
  }
}

/***** LIEN VERS SITE FIXE A DROITE *****/
.link__right--fixed {
  display: none;
}
@media screen and (min-width: 1300px) {
  .link__right--fixed {
    display: block;
    position: fixed;
    right: -95px;
    top: 50vh;
    rotate: 270deg;
    transform: translateY(-50%);
    background-color: #FFFFFF;
    padding: 16px 22px 15px 59px;
    z-index: 999;
    text-decoration: none;
    cursor: pointer;
  }
  .link__right--fixed::before {
    content: "";
    position: absolute;
    background-image: url("../../assets/images/ic_soutenir.svg");
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 50%;
    right: 80%;
    transform: translateY(50%);
    width: 30px;
    height: 30px;
  }
  .link__right--fixed:hover::before, .link__right--fixed:focus::before, .link__right--fixed:active::before {
    content: "";
    position: absolute;
    background-image: url("../../assets/images/ic_soutenir_hover.svg");
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 50%;
    right: 80%;
    transform: translateY(50%);
    width: 30px;
    height: 30px;
  }
}

.single-post .bg_white {
  background: white;
}
.single-post .shadow {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.single-post .mt_low {
  margin-top: -120px;
}
@media (min-width: 992px) {
  .single-post .mt_low {
    margin-top: -300px;
  }
}
.single-post .head {
  height: 200px;
  position: relative;
}
.single-post .head img {
  position: absolute;
  max-width: unset;
  height: 100%;
  width: auto;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 49%;
}
@media (min-width: 768px) {
  .single-post .head {
    height: 330px;
  }
}
@media (min-width: 992px) {
  .single-post .head h1 {
    text-align: left;
    font-size: 50px;
  }
  .single-post .head h1::after {
    margin-left: 0;
    height: 12px;
    width: 220px;
    margin-top: 25px;
  }
}
@media (min-width: 1200px) {
  .single-post .head {
    height: 485px;
  }
  .single-post .head img {
    left: 50%;
  }
}
.single-post #contenu h1 {
  color: #A0A0A0;
  margin-bottom: 25px;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
}
.single-post #contenu .main_img {
  max-height: 447px;
}
.single-post #contenu .paragraphe_intro p {
  font-size: 17px;
  font-weight: 500;
}
.single-post #contenu .sepa {
  display: block;
  width: 60px;
  height: 5px;
  background: #DB1D3D;
  margin: 20px 0;
}
.single-post #contenu .texte_majuscule p {
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
}
.single-post #contenu .texte_gras p {
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
}
.single-post #contenu .sous_titre h2 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  color: #A0A0A0;
}
.single-post #contenu .picture_sub_title {
  color: #0046AA;
  font-size: 13px;
  line-height: 19px;
  font-style: italic;
}
.single-post #contenu .citation {
  margin: 25px 0;
}
.single-post #contenu .citation .quote {
  display: flex;
  flex-direction: column;
}
.single-post #contenu .citation .quote img:first-of-type {
  margin: 10px auto 0 0;
}
.single-post #contenu .citation .quote p {
  text-align: center;
  font-size: 36px;
  line-height: 41px;
  font-weight: 300;
  color: #A0A0A0;
  text-transform: uppercase;
  font-style: italic;
}
.single-post #contenu .citation .quote img:last-of-type {
  margin: 10px 0 0 auto;
}
.single-post #contenu .share {
  margin-top: 40px;
}
.single-post #contenu .share .sepa_rsx {
  content: "";
  width: 145px;
  height: 7px;
  display: block;
  margin: 35px auto 35px 0;
  background: rgb(70, 188, 205);
  background: linear-gradient(90deg, rgb(70, 188, 205) 0%, rgb(70, 188, 205) 33.33%, rgb(236, 100, 100) 33.33%, rgb(228, 103, 111) 66.66%, rgb(185, 120, 172) 66.66%, rgb(180, 122, 179) 100%);
}
.single-post #contenu .share .rsx_actu {
  display: flex;
  flex-direction: row;
  margin-bottom: 50px;
}
.single-post #contenu .share .rsx_actu a {
  display: block;
  margin: 25px 20px 25px 0;
}
.single-post #contenu .share .rsx_actu a:first-of-type {
  margin-top: 28px;
}
.single-post #contenu .share .rsx_actu a:last-of-type {
  margin-top: 26px;
  margin-left: 1px;
}
.single-post #contenu iframe {
  max-width: calc(100vw - 30px);
  margin: auto;
  display: block;
}
@media (min-width: 992px) {
  .single-post #contenu h1 {
    font-size: 40px;
    line-height: 54px;
  }
  .single-post #contenu .paragraphe_intro p {
    font-size: 18px;
  }
  .single-post #contenu .citation .quote {
    flex-direction: row;
  }
  .single-post #contenu .citation .quote img:first-of-type {
    margin: 20px 25px auto;
  }
  .single-post #contenu .citation .quote p {
    text-align: left;
    font-size: 36px;
    line-height: 44px;
  }
  .single-post #contenu .citation .quote img:last-of-type {
    margin: auto 0 20px 0;
  }
}

@media screen and (min-width: 992px) {
  .main-container {
    width: calc(100% - 110px);
  }
}
/***** SECTION HERO *****/
.hero {
  position: relative;
  overflow: hidden;
}
.hero__img {
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  display: block;
  width: 100vw;
  object-fit: cover;
  z-index: -1;
}
@media screen and (min-width: 992px) {
  .hero__img {
    width: 71vw;
  }
}
.hero__presentation {
  position: relative;
  z-index: 1;
  margin-top: 35px;
}
.hero__presentation .heading {
  color: #FFFFFF;
  padding: 0;
}
.hero__presentation .heading--n1 {
  margin-bottom: 55px;
}

/***** SECTION INTRO *****/
.intro {
  margin-block: 80px 60px;
}
.intro__txt {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 66px;
}
.intro__txt p {
  margin: 0;
}
.intro__btns {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.intro__btns .btn {
  font-weight: 500;
  font-size: clamp(1.125rem, 1.042rem + 0.231vw, 1.25rem);
  line-height: clamp(1.5rem, 1.417rem + 0.231vw, 1.625rem);
}
@media screen and (min-width: 576px) {
  .intro__btns {
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .intro__txt {
    flex-direction: row;
  }
}

/***** SECTION CATÉGORIES *****/
.categories {
  margin-bottom: 65px;
}
.categories .row {
  gap: 15px;
  margin-inline: 10px;
}
.categories .category {
  background-color: #FFFFFF;
  padding: 0;
  text-decoration: none;
  height: 513px;
  position: relative;
}
.categories .category__img-wrapper {
  position: relative;
}
.categories .category__img {
  width: 100%;
  object-fit: cover;
}
.categories .category__wrapper {
  position: relative;
  padding: 11px 20px 20px 20px;
}
.categories .category__title {
  margin-bottom: 24px;
  font-size: 30px;
  line-height: 35px;
}
@media screen and (min-width: 1200px) {
  .categories .category__title {
    font-size: 42px;
    line-height: 47px;
  }
}
.categories .category svg {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 48px;
  height: 48px;
}
.categories .category:hover .category__img--filter, .categories .category:focus .category__img--filter, .categories .category:active .category__img--filter {
  display: none;
}
.categories .category:hover.category-1 svg g, .categories .category:focus.category-1 svg g, .categories .category:active.category-1 svg g {
  fill: #CCF9FF;
}
.categories .category:hover.category-2 svg g, .categories .category:focus.category-2 svg g, .categories .category:active.category-2 svg g {
  fill: #FFDDF4;
}
.categories .category:hover.category-3 svg g, .categories .category:focus.category-3 svg g, .categories .category:active.category-3 svg g {
  fill: #FFE4C4;
}
@media screen and (min-width: 768px) {
  .categories .row {
    flex-wrap: nowrap;
    margin-inline: unset;
  }
}

/***** UNE PLATEFORME DE DIFFUSION *****/
.platform {
  margin-bottom: 105px;
}
.platform__title {
  padding-top: 33px;
  margin-bottom: 57px;
}
.platform__subtitle {
  margin-top: 72px;
  margin-bottom: 24px;
}

/***** CRÉATION DOCUMENTAIRE *****/
.documentary {
  margin-bottom: 43px;
}
.documentary__title {
  padding-top: 33px;
  margin-bottom: 57px;
}
.documentary__content {
  margin-bottom: 106px;
}
.documentary__movie {
  text-decoration: none;
  position: relative;
  height: 224px;
  display: block;
  cursor: pointer;
}
.documentary__movie:hover, .documentary__movie:focus, .documentary__movie:active {
  transform: translateY(-5px);
}
.documentary__movie::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
  z-index: 0;
}
.documentary__movie-row {
  gap: 15px;
  margin-inline: 10px;
}
.documentary__movie-row > [class^=col-] {
  width: 100%;
}
.documentary__movie-img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.documentary__movie .heading {
  margin: 0;
  padding-bottom: 0;
}
.documentary__movie p {
  color: #FFFFFF;
  z-index: 2;
  position: relative;
  padding: 7px 14px;
}
.documentary__subtitle:first-of-type {
  margin-block: 60px 24px;
}
.documentary__subtitle:last-of-type {
  margin-block: 38px 24px;
}
@media screen and (min-width: 576px) {
  .documentary__movie-row > [class^=col-] {
    width: calc((100% - 15px) / 2);
  }
}
@media screen and (min-width: 992px) {
  .documentary__movie-row > [class^=col-] {
    width: calc((100% - 30px) / 3);
  }
}
@media screen and (min-width: 1200px) {
  .documentary__movie-row > [class^=col-] {
    width: calc((100% - 30px) / 3);
  }
}

/***** UNE COOPÉRATIVE ARDÉCHOISE *****/
.coop {
  margin-bottom: 43px;
}
.coop__title {
  padding-top: 33px;
  margin-bottom: 0px;
}
.coop__subtitle--one {
  margin-block: 57px 26px;
}
.coop__subtitle--two {
  margin-block: 72px 74px;
}

/***** DEVENEZ SOCIÉTAIRE *****/
.member {
  margin-bottom: 133px;
}
.member__title {
  padding-top: 33px;
}
.member__faq-item {
  border-bottom: 2px solid #000000;
}
.member__faq-question {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 22px;
  padding-block: 37px 34px;
  cursor: pointer;
}
.member__faq-answer {
  display: none;
  padding-bottom: 34px;
}

.news {
  top: 76px;
  right: 125px;
  padding-bottom: 80px;
}

.home-separator {
  width: 100%;
  opacity: 1;
  background-color: #000000;
  height: 2px;
  margin-block: 0;
}
@media screen and (min-width: 1200px) {
  .home-separator {
    width: calc(150% + 25px);
    margin-left: -50%;
  }
}

.buttons {
  background-color: #FFFFFF;
  max-width: 100vw !important;
}

.category-header {
  width: 100%;
}
.category-header__wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 15vw;
}
.category-header__wrapper a {
  margin-block: 15px 15px;
  border-radius: 999px;
  background: #FFFFFF;
  padding: 8px 20px 9px 16px;
}
.category-header__wrapper a:hover, .category-header__wrapper a:focus, .category-header__wrapper a:active {
  background: #000000;
  color: #FFFFFF;
}
.category-header__nav {
  display: flex;
  gap: 10px;
}
.category-header__nav a {
  position: relative;
}
.category-header__nav a:first-of-type {
  padding: 8px 20px 9px 75px;
}
.category-header__nav a:first-of-type::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 45px;
  background-image: url("../../assets/images/ic_arrow_left.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 15px;
}
.category-header__nav a:first-of-type::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  background-image: url("../../assets/images/ic_arrow_left.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 15px;
}
.category-header__nav a:last-of-type {
  padding: 8px 20px 9px 45px;
}
.category-header__nav a:last-of-type::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  background-image: url("../../assets/images/ic_arrow_left.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 15px;
}
.category-header__nav a:hover::before, .category-header__nav a:focus::before, .category-header__nav a:active::before {
  background-image: url("../../assets/images/ic_arrow_left_white.svg");
}
.category-header__nav a:hover::after, .category-header__nav a:focus::after, .category-header__nav a:active::after {
  background-image: url("../../assets/images/ic_arrow_left_white.svg");
}

.post-header {
  width: 100%;
  background-color: #FFFFFF;
}
.post-header__wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 15vw;
}
.post-header__wrapper a {
  margin-block: 15px 15px;
  border-radius: 999px;
  background: #EDEDED;
  color: #000000;
  padding: 8px 20px 9px 16px;
  position: relative;
}
.post-header__wrapper a:hover, .post-header__wrapper a:focus, .post-header__wrapper a:active {
  background: #000000;
  color: #FFFFFF;
}
.post-header__nav {
  display: flex;
  gap: 10px;
}
.post-header__nav a {
  padding: 8px 20px 9px 45px;
}
.post-header__nav a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  background-image: url("../../assets/images/ic_arrow_left.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 15px;
}
.post-header__nav a:hover::before, .post-header__nav a:focus::before, .post-header__nav a:active::before {
  background-image: url("../../assets/images/ic_arrow_left_white.svg");
}

.woocommerce-info {
  border-top-color: #A0A0A0 !important;
}
.woocommerce-info::before {
  color: #A0A0A0 !important;
}

.woocommerce-error li {
  font-size: 15px !important;
}

.woocommerce-privacy-policy-text p {
  font-size: 15px !important;
}

.woocommerce-MyAccount-navigation {
  width: 27%;
}
.woocommerce-MyAccount-navigation ul li {
  margin-bottom: 10px;
  padding: 10px;
  background: #E0D8C7;
}
.woocommerce-MyAccount-navigation ul li a {
  color: #A0A0A0;
}

.woocommerce div.product div.images img {
  width: auto !important;
  margin: auto;
}

.header {
  z-index: 998;
  position: relative;
  position: fixed;
  width: 100%;
  top: 0;
  transition: 1s;
  background: #000000;
}
.header__nav {
  height: 100%;
  width: 100%;
}
.header__logo-img {
  width: 141px;
}
.header__search img {
  width: 27.5px;
  height: 27.5px;
}

.main-menu {
  height: 100%;
}

.header__top__item:last-of-type {
  margin-right: -12%;
}
@media screen and (min-width: 992px) {
  .header__top__item:last-of-type {
    margin-right: 15px;
  }
}

.main-menu-wrapper {
  width: 100%;
  z-index: 10;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  overflow: hidden;
  overflow-y: hidden;
  position: fixed;
  height: 100vh;
  top: 70px;
  right: 0;
  visibility: hidden;
  background-color: transparent;
  padding-top: 30px;
  padding-inline: 0px 0px;
}
@media screen and (min-width: 992px) {
  .main-menu-wrapper {
    overflow: visible;
    position: relative;
    visibility: visible;
    padding: 0;
    top: 0;
    height: 100%;
    background-color: transparent;
  }
}

.main-menu-wrapper.menu--opened {
  visibility: visible;
  overflow-y: auto;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  background-color: #000;
}
.main-menu-wrapper.menu--opened::before {
  left: 0;
  transition-duration: 0.3s;
  transition-timing-function: linear;
}
@media screen and (min-width: 992px) {
  .main-menu-wrapper.menu--opened {
    overflow-y: hidden;
    overflow: hidden;
  }
}

.main-menu-wrapper.menu--opened .main-menu {
  transform: translateX(0);
  transition-duration: 0.3s;
  transition-timing-function: linear;
}

.main-menu-wrapper .main-menu {
  transform: translateX(200%);
  transition-duration: 0.3s;
  transition-timing-function: linear;
}
@media screen and (min-width: 992px) {
  .main-menu-wrapper .main-menu {
    transform: none;
  }
}

.header__list__link {
  display: flex;
  align-items: center;
  white-space: nowrap;
  position: relative;
  color: #FFFFFF;
  text-decoration: none;
  margin-right: 15px;
}
@media screen and (min-width: 1200px) {
  .header__list__link {
    margin-right: 30px;
  }
}
@media screen and (min-width: 1400px) {
  .header__list__link {
    margin-right: 60px;
  }
}

.header__main--list li:first-of-type .header__list__link:hover, .header__main--list li:first-of-type .header__list__link:focus, .header__main--list li:first-of-type .header__list__link:active, .header__main--list li:first-of-type .header__list__link.active {
  color: #CCF9FF;
}

.header__main--list li:nth-of-type(2) .header__list__link:hover, .header__main--list li:nth-of-type(2) .header__list__link:focus, .header__main--list li:nth-of-type(2) .header__list__link:active, .header__main--list li:nth-of-type(2) .header__list__link.active {
  color: #FFDDF4;
}

.header__main--list li:last-of-type .header__list__link:hover, .header__main--list li:last-of-type .header__list__link:focus, .header__main--list li:last-of-type .header__list__link:active, .header__main--list li:last-of-type .header__list__link.active {
  color: #FFE4C4;
}
@media screen and (min-width: 992px) {
  .header__main--list li:last-of-type .header__list__link {
    justify-content: center;
  }
}

ul.header__main--list {
  margin: 0 auto;
}

.header__main--list {
  transition: 0.5s;
}
.header__main--list li {
  width: 100%;
}
.header__main--list li a {
  padding-left: 2rem;
}
.header__main--list li:not(:last-child) {
  border-bottom: 1px solid #FFFFFF;
}
@media screen and (min-width: 992px) {
  .header__main--list {
    background: transparent;
    margin-top: unset;
    height: 100%;
  }
  .header__main--list li {
    width: unset;
  }
  .header__main--list li a {
    padding-left: 0;
  }
  .header__main--list li:not(:last-child) {
    border-bottom: unset;
  }
}

.menu-toggler {
  position: fixed;
  display: inline-block;
  width: 40px;
  height: 40px;
  z-index: 99;
  border: none;
  background-color: transparent;
  top: 15px;
  right: 29px;
  visibility: visible;
  transition: 0.5s;
}
@media screen and (min-width: 992px) {
  .menu-toggler {
    display: none;
  }
}
.menu-toggler.menu--opened {
  height: 35px;
}
.menu-toggler.menu--opened .menu-toggler__line {
  top: 16px;
  transform: rotate(-45deg);
  transition: top 0.15s, transform 0.15s 0.15s;
}
.menu-toggler.menu--opened .menu-toggler__line:first-of-type {
  top: 16px;
  transform: rotate(45deg);
}

.menu-toggler__line {
  position: absolute;
  top: 20px;
  left: 0;
  height: 2px;
  width: calc(100% - 7px);
  background-color: #FFFFFF;
  transition: top 0.15s 0.15s, transform 0.15s;
}
.menu-toggler__line:first-of-type {
  top: 11px;
}
.menu-toggler__line:last-of-type {
  top: 29px;
}

/***** GESTION DU FORMULAIRE DE RECHERCHE  *****/
.header__search-wrapper {
  display: flex;
  flex-direction: rox;
  justify-content: flex-end;
  gap: 20px;
  max-height: 70px;
}

.header__search {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: white;
}

.header__searchform-wrapper {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  max-width: 0;
  opacity: 0;
  overflow: hidden;
  border-bottom: 2px solid transparent;
  transition: max-width 0.3s ease, border-color 0.3s ease;
  white-space: nowrap;
}
.header__searchform-wrapper .search-form {
  display: flex;
  align-items: center;
  position: relative;
  width: fit-content;
  gap: 5px;
}
.header__searchform-wrapper input[type=search] {
  background: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid white;
  color: #707070;
  width: 100px;
  font-size: 16px;
  outline: none;
  transition: width 0.3s ease;
  box-sizing: border-box;
}
.header__searchform-wrapper input[type=search]::-webkit-search-cancel-button {
  display: none;
}
.header__searchform-wrapper.active {
  max-width: 150px;
  opacity: 1;
}
.header__searchform-wrapper .search-close {
  width: fit-content;
}
.header__searchform-wrapper .search-close img {
  min-width: 22px;
  height: 22px;
}
@media screen and (min-width: 1400px) {
  .header__searchform-wrapper input[type=search] {
    width: 150px;
  }
  .header__searchform-wrapper.active {
    max-width: 200px;
  }
  .header__searchform-wrapper .search-form {
    gap: 20px;
  }
}

/***** GESTION DU SOUS MENU POUR LES PAGES SUPPLÉMENTAIRES  *****/
.menu-ic {
  display: none;
}
@media screen and (min-width: 992px) {
  .menu-ic {
    width: fit-content;
    display: block;
    background: transparent;
    border: none;
  }
}

.menu-burger-close {
  display: none;
}

@media screen and (min-width: 992px) {
  .submenu-burger {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #000000;
    width: fit-content;
    z-index: 1000;
    margin: 0;
    padding: 0;
  }
  .submenu-burger li {
    padding: 12px;
    border-bottom: 2px #000000 solid;
    list-style-type: none;
    background-color: #FFFFFF;
  }
  .submenu-burger li a {
    color: #000000;
    text-decoration: none;
    white-space: nowrap;
  }
  .submenu-burger li:hover, .submenu-burger li:focus {
    background: #000000;
    cursor: pointer;
  }
  .submenu-burger li:hover a, .submenu-burger li:focus a {
    color: #FFFFFF;
  }
  .submenu-burger li:last-of-type {
    border-bottom: none;
  }
}
.header__sublist {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  display: flex;
  transition: opacity 0.25s ease;
  position: fixed;
  top: 70px;
  background: #FFFFFF;
  z-index: 1000;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
  margin: 0;
  height: 63px;
}
.header__sublist li {
  list-style: none;
  padding: 10px 15px;
}
.header__sublist li a {
  color: #000000;
  text-decoration: none;
}
.header__sublist li:hover a {
  color: #A0A0A0;
}

.has-submenu {
  display: flex;
  height: 100%;
}

.has-submenu:hover > .header__sublist {
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0.15s;
  opacity: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.has-submenu:hover .has-breadcrumb {
  display: none;
}

.footer {
  background: #000000;
  color: #FFFFFF;
  padding-block: 64px 44px;
  z-index: 100;
  position: relative;
}
.footer a {
  text-decoration: none;
}
.footer .btn {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer .btn {
    width: fit-content;
  }
}
.footer .link-page:hover {
  color: #A0A0A0;
}
.footer .link-more:hover {
  color: #FFFFFF;
}
.footer__logo {
  min-width: 172.5px;
  width: 172.5px;
  height: 64px;
}
.footer__icone {
  background-color: #FFFFFF;
  border-radius: 999px;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: -10px;
}
.footer__partners {
  margin-top: 60px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 1200px) {
  .footer__partners {
    margin-top: 132.5px;
  }
}

@media screen and (min-width: 992px) {
  .home .side {
    margin-left: 15px;
  }
}
.side {
  position: fixed;
  margin-top: 15px;
  background-color: #FFFFFF;
  margin-right: 10px;
  height: 90vh;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none;
  z-index: 50;
}
.side::before {
  content: "";
  position: absolute;
  top: 35px;
  right: 25px;
  background-color: red;
  border-radius: 999px;
  filter: blur(3px);
  width: 20px;
  height: 20px;
}
.side::-webkit-scrollbar {
  display: none;
}
.side__title {
  margin-top: 26px;
  margin-left: 28px;
  max-height: fit-content;
}
.side__categories {
  margin-block: 20px 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}
.side__categories-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px;
  padding-inline: 5px;
}
.side__categories-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.side__category {
  color: #000000;
  border-radius: 999px;
  border: 2px solid black;
  text-decoration: none;
  cursor: pointer;
  width: fit-content;
  height: fit-content;
  position: relative;
}
.side__category span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 9px;
  height: 20px;
  width: 20px;
  border-radius: 999px;
  display: inline-block;
  opacity: 1;
}
.side__category--all {
  padding: 4px 21px 4px 10px;
}
.side__category--all.active {
  background-color: #000000;
  color: #FFFFFF;
}
.side__category--color {
  padding: 4px 20px 4px 36px;
}
.side__news {
  display: flex;
  flex-wrap: nowrap;
  gap: 15px;
  flex-direction: column;
}
.side__new {
  margin: auto;
  width: 85%;
  height: 124px;
  text-decoration: none;
  color: #000000;
  background-color: #EDEDED;
  padding: 0;
  margin-bottom: 15px;
  border-radius: 20px;
  border: 2px solid transparent;
}
.side__new:hover, .side__new:focus {
  transform: translateY(-5px);
  border: 2px solid #000000;
}
.side__new-img {
  width: 164px;
}
.side__new-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px 0px 0px 20px;
}
.side__new-title {
  display: -webkit-box;
  max-width: 180px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.side__new-info {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 9px 10px 10px 14px;
}
.side__new-info svg {
  position: absolute;
  top: 9px;
  right: 10px;
  width: 24px;
  height: 30px;
  display: block;
  border-radius: 999px;
}
.side__new-date {
  color: #A0A0A0 !important;
  margin-bottom: 0px;
}

div#loadmore {
  cursor: pointer;
  margin-bottom: 25px;
}

.search-section .heading--n1 {
  margin-block: 2rem 3rem;
}

.search-list {
  margin-bottom: 100px;
}

.search-item {
  list-style: none;
}
.search-item a, .search-item article {
  height: 100%;
  max-height: 100%;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  overflow: hidden;
  border-radius: 30px;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
}

.search-thumbnail {
  overflow: hidden;
  height: 250px;
  min-height: 250px;
  width: 100%;
  background-color: #747474;
}
.search-thumbnail img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.search-content {
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  background-color: #FFFFFF;
}

.search-title {
  margin: 0;
  text-align: center;
}

.search-date {
  text-align: center;
}

.search-excerpt {
  margin: 0;
}

html {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  position: relative;
  word-wrap: break-word;
  overflow-x: hidden;
  background-color: #EDEDED;
}

@media screen and (min-width: 768px) {
  .container.alignwide {
    width: calc(100% - 110px);
  }
  main > *:not(.alignleft, .alignright, figure.alignfull, img, .header-cover, .wp-block-cover) {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
}

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