/*
-------------------------------------------------------------------------------*/

html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

@font-face {
  font-family: 'Oswald-Regular';
  src: url('_/fonts/Oswald-Regular.eot?#iefix') format('embedded-opentype'),
    url('_/fonts/Oswald-Regular.woff') format('woff'),
    url('_/fonts/Oswald-Regular.ttf') format('truetype'),
    url('_/fonts/Oswald-Regular.svg#Oswald-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Oswald-SemiBold';
  src: url('_/fonts/Oswald-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('_/fonts/Oswald-SemiBold.woff') format('woff'),
    url('_/fonts/Oswald-SemiBold.ttf') format('truetype'),
    url('_/fonts/Oswald-SemiBold.svg#Oswald-SemiBold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Oswald-Bold';
  src: url('_/fonts/Oswald-Bold.eot?#iefix') format('embedded-opentype'),
    url('_/fonts/Oswald-Bold.woff') format('woff'),
    url('_/fonts/Oswald-Bold.ttf') format('truetype'),
    url('_/fonts/Oswald-Bold.svg#Oswald-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MemphisLTStd-Medium';
  src: url('_/fonts/MemphisLTStd-Medium.eot?#iefix') format('embedded-opentype'),
    url('_/fonts/MemphisLTStd-Medium.otf') format('opentype'),
    url('_/fonts/MemphisLTStd-Medium.woff') format('woff'),
    url('_/fonts/MemphisLTStd-Medium.ttf') format('truetype'),
    url('_/fonts/MemphisLTStd-Medium.svg#MemphisLTStd-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*-------------------------------------------------------------------------------*/

/* CSS
-------------------------------------------------------------------------------*/

html,
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

body {
  color: black;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

body.loading {
  opacity: 0;
}

body.menu_opened {
  overflow: hidden;
}

* {
  -webkit-overflow-scrolling: touch;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: transparent !important;
  text-decoration: none !important;
}

:focus {
  outline: none;
}

::-moz-focus-inner {
  border: 0;
}

a:focus {
  outline: none !important;
  outline: none !important;
  outline-offset: 0 !important;
}

#wrapper {
  width: 100%;
  padding-top: 148px;
  min-height: calc(100vh - 0px);
}

.container-fluid {
  padding-right: 40px;
  padding-left: 40px;
  position: relative;
}

section .container-fluid {
  max-width: 1200px;
  margin: 0 auto;
}

.home section {
  margin-top: 0px;
}

.home .section {
  margin-top: 40px;
}

section {
  margin-top: 0px;
}

section .container {
  /*! max-width: 1200px; */
  margin: 0 auto;
}

.home #wrapper {
  padding-top: 250px;
}

.home .logo_link {
  pointer-events: none;
}

.chapeau-home-dons {
  border-bottom: 1px solid black;
  padding: 0px 5vw 20px 5vw;
  margin-bottom: 40px;
}

.chapeau-home p,
.dons-container p {
  font-family: 'Oswald-SemiBold';
  font-size: 17px;
  line-height: 20px;
}

.dons-container p {
  font-family: 'MemphisLTStd-Medium';
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 0px;
}

.chapeau-home p a,
.chapeau-home p a:active,
.chapeau-home p a:hover,
.chapeau-home p a:visited,
.dons-container p a,
.dons-container p a:active,
.dons-container p a:hover,
.dons-container p a:visited {
  color: black;
  border-bottom: 1px solid;
  text-decoration: none;
}

.chapeau-home .don-button,
.dons-container .don-button {
  text-transform: uppercase;
  background: #ffff6e;
  border: 1px solid black;
  color: black !important;
  border-radius: 0px;
  display: block;
  width: 140px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  padding: 10px 20px;
  text-align: center;
  margin: 0 auto;
}

.container {
  /*! padding-right: 40px; */
  /*! padding-left: 40px; */
  position: relative;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.row.flex,
.flex-center {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  align-items: center;
}

.yellow {
  background-color: #fffe94;
}

.blue {
  background-color: #86fffe;
}

.purple {
  background-color: #ccbbfa;
}

h1,
h2 {
  font-family: 'Oswald-SemiBold';
  font-weight: normal;
}

button {
  font-family: 'Oswald-SemiBold';
  font-weight: 400;
  font-size: 30px;
  line-height: 36px;
  text-transform: uppercase;
  background-color: rgb(255, 255, 110);
  display: inline-block;
  padding: 5px 10px 7px 10px;
  border: none;
  color: black !important;
  text-decoration: none !important;
}

input,
button {
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  -o-appearance: none !important;
  appearance: none !important;
  border-radius: 0px !important;
}

*::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 1 !important;
  color: black !important;
}

*::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1 !important;
  color: black !important;
}

*:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 1 !important;
  color: black !important;
}

*:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1 !important;
  color: black !important;
}

p {
  font-size: 15px;
  line-height: 21px;
  font-family: 'MemphisLTStd-Medium';
  margin-bottom: 21px;
  text-align: left !important;
  padding-left: 0px;
}

.texte ul,
.texte li {
  font-size: 15px;
  line-height: 21px;
  font-family: 'MemphisLTStd-Medium';
  margin-bottom: 21px;
  text-align: left !important;
  padding-left: 0px !important;
}

article .texte a,
article .texte a:active,
article .texte a:visited,
article a.selected,
.references li.selected,
article a:hover,
.menu_page_content p a,
.menu_page_content p a:active,
.menu_page_content p a:visited,
.articles-contributeurs a {
  background-color: #ffffbc;
  color: black;
  text-decoration: none;
  border-bottom: none;
}

article .texte a:after,
.menu_page_content p a:after {
  content: url('_/img/target-blank.svg');
  /*! margin-left: 5px; */
  position: relative;
  top: 2px;
}

article .texte a[target='_blank']:after,
.menu_page_content p a[target='_blank']:after {
  content: '';
}

/* RESET MODIFS INLINE */

.container_single .correction:after {
  display: none !important;
}

/* HEADER */

header {
  width: 100%;
  background-color: white;
  background-color: white;
  z-index: 101;
  top: 0px;
  position: fixed;
  -webkit-transition: top 0.6s ease-in-out;
  -moz-transition: top 0.6s ease-in-out;
  -o-transition: top 0.6s ease-in-out;
  transition: top 0.6s ease-in-out;
}

header .border {
  border-bottom: 1px solid black !important;
}

header.nav-up {
  top: -150px;
}

.z_index_up {
  background-color: white;
  position: relative;
  z-index: 100;
}

header .logo_link {
  padding-top: 0px;
  display: block;
  padding-bottom: 11px;
  font-size: 10.2vw;
  line-height: 10.2vw;
  color: black;
  font-family: 'Oswald-Bold';
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

header .logo_link,
header .logo_link:active,
header .logo_link:visited,
header .logo_link:focus,
header .logo_link:hover {
  color: black;
  text-decoration: none !important;
}

header.active .logo_link {
  display: block;
  padding-bottom: 5px;
  font-size: 42px;
  line-height: 45px;
}

header.active .toggle_menu {
  bottom: 8px;
}

header .toggle_menu {
  cursor: pointer;
  width: 28px;
  height: auto;
  position: absolute;
  right: 15px;
  bottom: 15px;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

header .menu_close {
  display: none;
}

/* BANNER */

.menu_banner_container {
  position: relative;
}

.banner {
  width: 100%;
  overflow: hidden;
  border-top: 1px solid;
  border-bottom: 1px solid;
  font-size: 14px;
  font-family: 'Oswald-Regular';
}

.webTicker_container {
  width: 100%;
  height: 36px;
}

.webTicker li {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 36px !important;
  font-family: 'Oswald-Regular';
  text-transform: uppercase !important;
  font-weight: normal !important;
  padding: 0px !important;
}

.webTicker li span {
  display: inline-block;
  margin-right: 80px;
}

.webTicker li a {
  color: black;
}

.webTicker li a:hover {
  background: linear-gradient(
    to bottom,
    transparent 10%,
    rgb(255, 255, 110) 10%,
    rgb(255, 255, 110) 90%,
    transparent 90%
  );
  text-decoration: none;
}

/* MENU PAGES */

.menu_pages {
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  position: absolute;
  width: 100%;
  top: 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  background-color: white;
  display: none;
  z-index: 1;
}

.menu-menu_pages-container {
  display: none;
}

header .menu_pages {
  padding: 40px 0px 41px 0px;
}

.menu_pages li {
  list-style: none;
  display: inline-block;
  padding: 0px 45px;
}

.menu_pages li a,
.menu_pages li a:active,
.menu_pages li a:visited {
  color: black;
}

.menu_pages li a:hover,
.menu_pages li.current-menu-item a,
.menu_pages li.current-menu-parent a,
.menu_pages li a.active {
  text-decoration: none;
  background: rgb(255, 255, 110) 10%;
}

#menu-item-703 {
  display: none;
}

/* MENU PAGE CONTAINER */

.menu_page_content_container {
  display: none;
  padding-top: 0px;
  background-color: rgb(255, 255, 255);
}

.menu_page_content_container .container {
  max-width: 1200px;
  margin: 0 auto;
}

.scroll_content_page {
  height: calc(100vh - 300px);
  overflow: auto;
  border-bottom: 1px solid;
}

.menu_page_content #texte {
  margin-bottom: 20px;
}

.menu_page_content {
  padding: 40px 0px;
}

.ajax_content.loading {
  opacity: 0;
}

.ajax_content {
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.menu_page_content .image_equipe_container {
  position: relative;
}

.menu_page_content .image_equipe_container a {
  color: black !important;
}

.menu_page_content .nom {
  top: 0px;
}

.menu_page_content .fonction {
  bottom: 0px;
}

.image_equipe_container .masque {
  background-color: rgba(255, 255, 110, 1);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
}

.image_equipe_container:hover .masque,
.image_equipe_container:hover .nom,
.image_equipe_container:hover .fonction {
  opacity: 1;
}

.menu_page_content .fonction,
.menu_page_content .nom {
  position: absolute;
  bottom: 0px;
  font-size: 11px;
  line-height: 13px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  padding: 10px 20px 10px 10px;
  z-index: 2;
  opacity: 0;
}

.menu_page_content h1 {
  font-size: 35px;
  line-height: 42px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: 'Oswald-SemiBold';
}

.menu_page_content p:last-child {
  margin-top: 0px;
}

.menu_page_content img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 20px;
}

._2_columns {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
  -moz-column-gap: 30px;
  -webkit-column-gap: 30px;
  -o-column-gap: 30px;
  column-gap: 30px;
}

._2_columns p {
  break-inside: avoid-column;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
}

button a,
button a:active,
button a:visited,
button a:hover {
  color: black;
  text-decoration: none;
}

/* NEWSLETTER */
#mailchimp #pfb-signup-box-email {
  width: 100%;
  border: none;
  border-radius: 0px !important;
  margin-bottom: 10px;
  padding: 5px 10px;
  background-color: rgb(255, 255, 110);
  color: black;
  font-family: 'Oswald-SemiBold';
  font-size: 17px;
  line-height: 20px;
}

#mailchimp #pfb-signup-result {
  margin-top: 10px;
}

/* MENU SEARCH */

.toggle_search_container {
  position: absolute;
  bottom: 1px;
  left: 0px;
  height: calc(100% - 2px);
  background-color: rgb(255, 255, 255);
  width: 50px;
}

.open_search {
  position: absolute;
  bottom: 8px;
  left: 5px;
  height: 18px;
  cursor: pointer;
}

#close_search {
  position: absolute;
  bottom: 10px;
  right: 3px;
  height: 15px;
  cursor: pointer;
}

.menu_search {
  background-color: rgb(255, 255, 255);
  display: flex;
  border: 1px solid;
  text-transform: uppercase;
}

header .menu_search {
  height: 38px;
}

.menu_search .search-icon {
  height: 16px;
  margin-right: 10px;
}

#searchform {
  position: relative;
  top: 0px;
  width: 100%;
}

#searchform #s {
  border: none;
  position: relative;
  top: 0px;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  font-size: 12px;
  line-height: 12px;
  padding: 10px 10px;
  text-transform: uppercase;
}

#searchform #searchsubmit,
#searchform #close_search {
  background-color: transparent;
  border: none;
  padding: 0px;
  display: block;
  line-height: 0;
}

#searchform #searchsubmit img,
#searchform #close_search img {
  height: 18px;
}

#searchform ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 1 !important;
  color: black !important;
}

#searchform ::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1 !important;
  color: black !important;
}

#searchform :-ms-input-placeholder {
  /* IE 10+ */
  opacity: 1 !important;
  color: black !important;
}

#searchform :-moz-placeholder {
  /* Firefox 18- */
  opacity: 1 !important;
  color: black !important;
}

/* MAILCHIMP SIDEBARD */

.pfb-signup-submission {
  margin-bottom: 15px;
}
.pfb-signup-box-email {
  position: relative;
  top: 0px;
  width: 100%;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  padding: 10px 10px;
  text-transform: uppercase;
  border: 1px solid black !important;
  margin-bottom: 15px;
  border-radius: 0px !important;
}

.pfb-signup-box-email::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 1 !important;
  color: black !important;
  text-transform: uppercase;
}

.pfb-signup-box-email::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1 !important;
  color: black !important;
  text-transform: uppercase;
}

.pfb-signup-box-email:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 1 !important;
  color: black !important;
  text-transform: uppercase;
}

.pfb-signup-box-email:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1 !important;
  color: black !important;
  text-transform: uppercase;
}

.pfb-signup-button {
  background-color: #ffc5bb;
  border: 1px solid #ffc5bb !important;
  text-transform: uppercase;
  color: black !important;
  border-radius: 0px;
  display: inline-flex;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  padding: 10px 10px;
  gap: 10px;
  text-decoration: none !important;
}

/* MODAL MENU */

body.menu-menu-header-2-opened .modal-menu_header {
  display: block;
}

body.menu-menu-header-2-opened .picto-menu-open {
  display: none;
}

body.menu-menu-header-2-opened .picto-menu-close {
  display: block;
}

.modal-menu_header {
  background-color: black;
  margin: 0px 40px;
  text-transform: uppercase;
  display: none;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  position: relative;
}

.modal-menu_header .belgium {
  position: absolute;
  top: 20px;
  right: 15px;
}
.modal-menu_header ul {
  list-style: none;
}

.modal-menu_header a {
  color: white !important;
  text-decoration: none !important;
}

.modal-menu_header .container-fluid {
  padding: 20px 15px;
}

.menu-menu-header-2-container {
  background-color: black;
  border-right: 1px solid white;
}

#menu-menu-header-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 18px;
  line-height: 18px;
  gap: 18px;
}

#menu-menu-header-2 li {
  flex: 1 1 calc(33.333% - 22px);
  box-sizing: border-box;
}

#menu-menu-header-3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 12px;
  gap: 10px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

#menu-menu-header-3 li {
  flex: 1 1 calc(50% - 12px);
  box-sizing: border-box;
}

/* MENU CATEGORY */

.menu_header {
  font-size: 23px;
  line-height: 30px;
  text-transform: uppercase;
  border-top: 1px solid;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

#menu-menu-header {
  display: flex;
  justify-content: space-between;
}

#menu-menu-header li:first-child {
  /*! border-right: 1px solid; */
}

#menu-menu-header li {
  list-style: none;
  /*! padding: 15px 15px 15px 15px; */
}

#menu-menu-header li a,
#menu-menu-header li a:active,
#menu-menu-header li a:visited {
  color: black;
  padding: 0px 10px 0px 10px;
}

#menu-menu-header li a:hover,
#menu-menu-header li.current-menu-item a,
#menu-menu-header li.current-menu-parent a {
  text-decoration: none;
  background: rgb(255, 255, 110) 10%;
  padding: 0px 10px 0px 10px;
}

/* MENU BOTTOM */

.home .header-menu-bottom {
  top: 51px;
}

.home.has-banner-don .header-menu-bottom {
  top: 83px;
}

.header-menu-bottom {
  text-transform: uppercase;
  margin-bottom: 30px;
  position: sticky;
  top: 0px;
  background-color: white;
  z-index: 100;
  padding-top: 15px;
}

.header-menu-bottom a {
  color: black;
  text-decoration: none;
}

.header-menu-bottom .header-menu-bottom__row-top {
  display: flex;

  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.header-menu-bottom .header-menu-bottom__row-top .home__a-la-une {
  font-size: 30px;
  line-height: 30px;
  width: 120px;
  flex-shrink: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 800;
}

.header-menu-bottom .header-menu-bottom__row-top .home__a-la-une a {
}
.header-menu-bottom .header-menu-bottom__row-top .home__tags {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px !important;
  font-family: 'Oswald-Regular';
  font-weight: normal !important;
  padding: 0px !important;
  list-style: none;
  display: flex;
  flex: 1;
  justify-content: space-around;
}

.header-menu-bottom .header-menu-bottom__row-top .home__tags ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.header-menu-bottom .header-menu-bottom__row-bottom {
  border-bottom: 1px solid;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

#menu-menu-header-1 {
  display: flex;
  justify-content: space-between;
  list-style: none;
}

#menu-menu-header-1 .current-menu-item a,
#menu-menu-header-1 a:hover,
.home__tags li a:hover,
.home__tags li.current-menu-item a {
  border-bottom: 1px solid;
  font-weight: bold;
}
/* SIDEBAR */

.home .sidebar-home {
  top: 66px;
}

.home.has-banner-don .sidebar-home {
  top: 98px;
}

.sidebar-home {
  padding-right: 15px;
  border-right: 1px solid;
  margin-right: 50px;
  position: sticky;
  top: 10px;
  margin-top: 15px;
}

.sidebar-home__slogan {
  background-color: #ffff6e;
  padding: 10px 10px 10px 10px;
}

.sidebar-home__slogan p {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  margin-bottom: 0px !important;
}

.sidebar-home__bloc {
  margin-bottom: 22px;
}

.sidebar-home__bloc h2 {
  font-size: 22px;
  line-height: 22px;
  text-transform: uppercase;
  border: none;
  color: black !important;
  margin-bottom: 10px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 800;
}

.sidebar-home__bloc p {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 14px;
}

.button__arrow {
  text-transform: uppercase;
  background-color: transparent;
  border: 1px solid black !important;
  color: black !important;
  border-radius: 0px;
  display: inline-flex;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  padding: 10px 10px;
  gap: 10px;
  text-decoration: none !important;
}

.button__arrow img {
  width: 18px;
}
.button__arrow--no_arrow {
  background-color: #ffc5bb;
  border: 1px solid #ffc5bb !important;
}

.nous-suivre-links {
  display: flex;
  gap: 5px;
}

.nous-suivre-links img {
  height: 20px;
  width: auto;
  display: block;
}

/* HOME A LA UNE */

/* HOME & ARCHIVES */

.loader {
  display: none;
  width: 100%;
  text-align: center;
}

.loader span {
  text-transform: uppercase;
  background-color: transparent !important;
  border: 1px solid black;
  color: black !important;
  border-radius: 0px;
  display: inline-block;
  width: auto;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  padding: 10px 20px;
  margin-bottom: 60px;
}

.loader.active {
  display: block;
}

#grid.loading,
#grid2.loading {
  opacity: 0;
}

.load-more-manual.active {
  opacity: 0;
}

.load-more-manual a {
  display: block;
  text-align: center;
}

.load-more-manual span,
.load-more-manual span:hover,
.load-more-manual span:focus {
  text-transform: uppercase;
  background-color: transparent !important;
  border: 1px solid black;
  color: black !important;
  border-radius: 0px;
  display: inline-block;
  width: auto;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  padding: 10px 20px;
  margin-bottom: 60px;
}

.load-more-manual span img {
  height: 10px;
  width: auto;
  margin-right: 5px;
}

#grid,
#grid2 {
  width: calc(100% + 40px);
  position: relative;
  left: -20px;
}

#grid2 {
  display: flex;
  gap: 30px;
}

#grid .container_h1,
#grid2 .container_h1,
.home__a-la-une .container_h1 {
  font-size: 0px;
  line-height: 0px;
}

#grid .container_h1 .fact-checking-legal-checking-court-header,
#grid2 .container_h1 .fact-checking-legal-checking-court-header,
.home__a-la-une .container_h1 .fact-checking-legal-checking-court-header {
  display: flex;
}

#grid .container_h1 .fact-checking-legal-checking-court-header img,
#grid2 .container_h1 .fact-checking-legal-checking-court-header img,
.home__a-la-une .container_h1 .fact-checking-legal-checking-court-header img {
  margin-top: 0px;
}

#grid .container_h1 .fact-checking-legal-checking-court-header .left,
#grid2 .container_h1 .fact-checking-legal-checking-court-header .left,
.home__a-la-une .container_h1 .fact-checking-legal-checking-court-header .left {
  width: 25%;
  margin-right: 15px;
}

#grid h1,
#grid2 h1,
.home__a-la-une h1 {
  font-family: 'Oswald-Bold';
  font-size: 25px;
  font-style: normal;
  line-height: 30px;
  text-transform: uppercase;
  display: inline;
}

#grid h2,
#grid2 h2,
.home__a-la-une h2 {
  font-family: 'MemphisLTStd-Medium';
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 0px;
}

#grid p,
#grid2 p,
.home__a-la-une p {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  margin-top: 7px;
}

#grid p br,
#grid2 p br,
.home__a-la-une p br {
  display: none;
}

#grid a,
#grid a:active,
#grid a:visited,
#grid2 a,
#grid2 a:active,
#grid2 a:visited,
.home__a-la-une a,
.home__a-la-une a:active,
.home__a-la-une a:visited {
  color: black;
  text-decoration: none;
}

#grid a:hover h1,
#grid2 a:hover h1,
.home__a-la-une a:hover h1 {
  background: linear-gradient(
    to bottom,
    transparent 10%,
    rgb(255, 255, 110) 10%,
    rgb(255, 255, 110) 90%,
    transparent 90%
  );
}

#grid a:hover .masque #grid2 a:hover .masque {
  opacity: 1;
}

.grid_masonry .grid-item.loading {
  opacity: 0;
}

.grid_masonry .grid-sizer,
.grid_masonry .grid-item {
  width: 50%;
  padding: 0px 20px;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.grid_archive .grid-sizer,
.grid_archive .grid-item {
  width: 100%;
  padding: 0px 20px;
}

.grid-item {
  margin-bottom: 40px;
}

.grid-item .image_container {
  position: relative;
  background-color: rgb(255, 254, 133);
}

.grid-item img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 10px;
  margin-top: 5px;
}

.grid-item .masque {
  background-color: rgba(255, 255, 110, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
}

.article_court .inside,
.article_long .inside,
.article_video .inside {
  width: 67%;
  margin-left: 33%;
}

.article_court.left .inside,
.article_long.left .inside,
.article_video.left .inside {
  width: 67%;
  margin-left: auto;
  margin-right: 33%;
}

.grid_archive .article_video .inside {
  margin-left: 0%;
}

.article_long .inside {
  border-top: 12px solid rgb(255, 255, 110);
  padding-top: 10px;
}

/* EVENEMENTS */

.container_h1--evenement {
  background-color: #ffff6e;
  padding: 15px 15px 15px 15px;
}

.container_h1--evenement__flex__container {
  display: flex;
  gap: 10px;
  margin: 15px 0px;
}

.container_h1--evenement__flex__container .left,
.container_h1--evenement__flex__container .right {
  width: 50%;
}

.container_h1--evenement__flex__container .right img {
  margin-bottom: 0px;
  margin-top: 0px;
}

.container_h1--evenement__flex__container .left .left__container {
  background-color: white;
  height: 100%;
  padding: 15px 5px;
}

.container_h1--evenement__flex__container .left .left__container__date {
  font-family: 'Oswald-Bold';
  font-size: 25px;
  font-style: normal;
  line-height: 30px;
  text-transform: uppercase;
}

.container_h1--evenement p {
  margin-bottom: 0px;
}

/* PROJETS */

.projets-archives-header {
}

.projets-archives-header h1,
.single-projets h1 {
  text-transform: uppercase !important;
  font-size: 48px !important;
  line-height: 48px !important;
  margin-bottom: 30px !important;
  /*! font-family: 'Roboto Condensed', sans-serif; */
  font-weight: 800;
}

.single-projets h2,
.single-projets .chapeau p {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

.projets-archives-header p.description {
  font-size: 18px;
  line-height: 26px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

.bloc__projet__container {
  display: flex;
}

.bloc__projet__container .left {
  width: calc(100% * 2 / 5);
  padding-right: 7.5px;
}

.bloc__projet__container .right {
  width: calc(100% * 3 / 5);
  padding-left: 7.5px;
}

.bloc__projet__container .left__container__date {
  font-size: 12px;
  line-height: 16px;
  margin-top: 2px;
}

#grid .bloc__projet__container p {
  margin-top: 4px;
}

.partenaires-projets-logo-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 90px;
}

.partenaires-projets-logo-item {
  margin-bottom: 0;
  /*! text-align: center; */
}

.partenaires-projets-logo-item a {
  display: block;
}

.partenaires-projets-logo-item img {
  height: 80px !important;
  width: auto !important;
  display: block !important;
  margin: 0 auto;
}

/* SINGLE PROJETS */

#projet {
  margin-bottom: 60px;
}

#projet .single-banner-container {
  margin-bottom: 30px;
}

#projet .chapeau {
  background-color: unset;
  padding: unset;
  margin-bottom: 21px;
}

#projet .sidebar-projet {
  /*! border-top: 1px solid; */
  padding-top: 50px;
  position: sticky;
  top: 82px;
}

#projet .sidebar-projet-item {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  margin-bottom: 30px;
}

#projet .sidebar-projet-item h3 {
  font-family: 'MemphisLTStd-Medium';
  margin-bottom: 5px;
  font-weight: bold;
}

#projet .sidebar-projet-item.sidebar-projet-item--financeurs ul {
  margin-left: 0px;
  list-style: none;
}

#projet .sidebar-projet-item ul {
  margin-left: 10px;
}

##projet .sidebar-projet-item ul li {
}

#projet .sidebar-projet-item.sidebar-projet-item--liens ul {
  margin-left: 0;
  font-family: 'Oswald-Regular';
}

#projet .sidebar-projet-item.sidebar-projet-item--liens ul li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
}

#projet .sidebar-projet-item.sidebar-projet-item--liens ul li img {
  width: 15px;
  margin-top: 5px;
}
/* PLAYER YOUTUBE */

.youtube {
  margin-bottom: 7px;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  cursor: pointer;
}

.youtube img {
  width: 100%;
  top: -16.84%;
  left: 0;
  opacity: 1;
}

.youtube .play-button {
  width: 75px;
  height: 60px;
  background-color: rgb(255, 255, 110);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 1;
  border-radius: 0px;
}

.youtube .play-button:before {
  content: '';
  border-style: solid;
  border-width: 15px 0 15px 25px;
  border-color: transparent transparent transparent black;
}

.youtube img,
.youtube .play-button {
  cursor: pointer;
}

.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
  position: absolute;
}

.youtube .play-button,
.youtube .play-button:before {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.youtube iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

/* SINGLE */

.single article {
  margin-bottom: 60px;
}

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

.aligncenter,
figure.aligncenter,
figure.aligncenter .wp-caption,
figure.aligncenter img {
  margin: 0 auto;
}

.single-row-top {
  margin-bottom: 20px;
}

.texte {
  position: relative;
}

.image-caption,
.wp-caption-text {
  font-size: 12px;
  line-height: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  margin-top: 5px;
}

.articles-dates {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  margin-bottom: 20px;
}

.articles-contributeurs a {
}

.articles-contributeurs p {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 15px;
  margin-bottom: 20px;
}

.single h1 {
  font-size: 35px;
  line-height: 42px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.single h2 {
  font-size: 17px;
  line-height: 20px;
  margin-bottom: 20px;
}

.single .youtube {
  margin-bottom: 40px;
}

.lire .youtube {
  margin-bottom: 21px;
}

.article-long h2 {
  margin-bottom: 33px;
}

.single .etiquette {
  margin-bottom: 10px;
}

.texte p:last-child {
  margin-bottom: 0px;
}

.texte strong {
  font-size: 17px;
  line-height: 25px;
  font-weight: normal;
  text-transform: uppercase;
  font-family: 'Oswald-SemiBold';
  padding-top: 5px;
  display: block;
  margin-bottom: 21px;
}

.texte .close_article {
  width: 60px;
  height: auto;
  margin: 0 auto;
  margin-top: -10px;
  margin-bottom: 10px;
  cursor: pointer;
}

.correction {
  font-size: 17px;
  line-height: 20px;
  margin-bottom: 20px;
  font-family: 'Oswald-SemiBold';
}

.correction p {
  background: linear-gradient(
    to bottom,
    transparent 10%,
    rgb(255, 255, 110) 10%,
    rgb(255, 255, 110) 90%,
    transparent 90%
  );
  display: inline;
}

.auteur {
  font-size: 12px;
  line-height: 14px;
  font-family: 'Oswald-SemiBold';
}

/* FACT-CHECKING / LEGAL CHECKING */

.typologie-fact-checking h1,
.typologie-legal-checking h1 .typologie-nosactus h1 {
  margin-bottom: 0px;
}

/* REFERENCES */

sup {
  font-size: 10px;
  line-height: 10px;
  position: relative;
  left: 2px;
}

article a {
  cursor: pointer;
}

article a,
article a:active,
article a:visited,
article a:focus {
  color: black;
  text-decoration: none;
}

article h2 a:hover {
  background-color: transparent;
  color: black;
  border-bottom: 1px solid;
}

article a.selected,
.references li.selected,
article a:hover {
  background-color: #ffffbc;
  color: black;
  text-decoration: none;
}

body.text_open .text-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.ecouter .text-content,
.regarder .text-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#related .title {
  text-transform: uppercase;
  margin-bottom: 50px;
  font-size: 33px;
  font-family: 'Oswald-Bold';
  text-align: center;
  line-height: 33px;
  border-top: 1px solid black;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 50px;
}

#related .grid_masonry .grid-sizer,
#related .grid_masonry .grid-item,
#related #grid2 .grid-sizer,
#related #grid2 .grid-item {
  width: calc(100% / 3);
}

.references {
  position: absolute;
  padding-right: 15px;
  bottom: 10px;
}

.references,
.related {
  font-size: 12px;
  line-height: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  border-top: 1px solid;
  margin-top: 50px;
  padding-top: 50px;
}

.references li {
  display: inline;
}

.references li:after {
  content: '\a';
  white-space: pre;
  display: block;
}

.references li,
.related li {
  list-style: none;
  margin-bottom: 14px;
}

.references a,
.references a:active,
.references a:visited,
.related a,
.related a:active,
.related a:visited {
  color: black;
  text-decoration: none;
  margin-bottom: 14px;
}

.references li:hover,
.related a:hover {
  background-color: rgb(255, 255, 110);
  text-decoration: none;
}

.social_share {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.social_share a {
  padding: 0px 5px;
  position: relative;
}

.social_share img {
  height: 25px !important;
  width: auto !important;
}

.social_share a:hover {
  background-color: transparent;
}

.info-bulle-share {
  background-color: #feffb3;
  text-transform: uppercase;
  border: 1px solid;
  font-family: 'Oswald-Regular';
  padding: 5px;
  font-size: 14px;
  line-height: 14px;
  position: absolute;
  right: -70px;
  display: none;
  white-space: nowrap;
  top: 0px;
}

.info-bulle-share:before {
  content: '\A';
  border-style: solid;
  border-width: 5px 7.5px 5px 0;
  border-color: transparent black transparent transparent;
  position: absolute;
  left: -8.5px;
  top: 7.5px;
}

#header_mobile {
  display: none;
}

.mots_cles_content {
  display: none;
}

/* BANNER RESTRICT */

.is-restricted.article-authorized .banner-restrict {
  display: none;
}

.is-restricted.article-authorized-global .banner-restrict--mail {
  display: none;
}

.is-restricted.article-authorized-global .banner-restrict--mail--close {
  display: block !important;
}

.is-restricted.article-authorized-global.article-authorized
  .banner-restrict--mail--close {
  margin-top: 0px !important;
}

.is-restricted.article-authorized-global.article-authorized
  .banner-restrict--mail--close:before {
  display: none !important;
}

.banner-restrict {
  position: relative;
  margin-top: -50px !important;
  display: none;
}

.is-restricted .banner-restrict {
  display: block;
}

.banner-restrict::before {
  content: '';
  position: absolute;
  top: -200px;
  left: 0;
  right: 0;
  height: 200px;
  background: linear-gradient(
    to top,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.9) 50%,
    rgba(255, 255, 255, 0.5) 75%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: 1;
  pointer-events: none;
}

.banner-restrict .inside {
  background-color: #ffff6e;
  padding: 30px 30px 15px 30px;
  width: calc(100% + 60px);
  position: relative;
  left: -30px;
}

.banner-restrict .inside .item a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: transparent !important;
}

.banner-restrict--mail-container {
  display: flex;
  gap: 0 30px;
}

.banner-restrict--mail-container-left {
  width: 60%;
  display: flex;
  gap: 0 30px;
}

.banner-restrict--mail-container-left-left {
  width: 30%;
}

.banner-restrict--mail-container-left-right {
  width: 70%;
}

.banner-restrict--mail-container-right {
  width: 40%;
}

.banner-restrict .inside h1 {
  margin-bottom: 30px;
  font-size: 35px;
  line-height: 42px;
  text-transform: uppercase;
}

.banner-restrict .inside h2 {
  margin-bottom: 15px;
  font-size: 35px;
  line-height: 42px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: 'Oswald-SemiBold';
}

.banner-restrict .inside p {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}

.banner-restrict .inside .item {
  background-color: white;
  padding: 15px 15px 60px 15px;
  margin-bottom: 30px;
  position: relative;
}

.banner-restrict .inside .item--2 {
  background-color: lightgrey;
}

.is-restricted .single-footer-erreur {
  display: none !important;
}

.banner-restrict--mail .inside {
  padding: 30px;
}

.banner-restrict--mail .inside h2 {
  margin-bottom: 15px;
}

.banner-restrict--mail .inside p {
  margin-bottom: 5px;
}

.banner-restrict--mail .banner-restrict--mail-container {
  display: flex;
  gap: 0 30px;
}

.banner-restrict--mail .banner-restrict--mail-container-left {
  width: 65%;
  display: flex;
  gap: 30px;
  border: 1px solid white;
  padding: 30px 15px 0px 15px;
  height: auto;
}

.banner-restrict--mail .banner-restrict--mail-container-left-left {
  width: 30%;
}

.banner-restrict--mail .banner-restrict--mail-container-left-left img {
  display: block;
  margin: 0 auto;
  width: auto;
}

.banner-restrict--mail .banner-restrict--mail-container-left-right {
  width: 70%;
}

.banner-restrict--mail .banner-restrict--mail-container-left-right p {
  margin-bottom: 15px;
}

.banner-restrict--mail .banner-restrict--mail-container-right {
  width: 35%;
}

.banner-restrict--mail .inside .item {
  padding: 15px 15px 15px 15px;
}

.banner-restrict--mail .inside .item--2 {
  margin-bottom: 0px;
}

.banner-restrict--mail--close {
  display: none !important;
}

.banner-restrict--mail--close .banner-restrict--mail-container-left {
  width: 20%;
  padding: 15px;
}

.banner-restrict--mail--close .banner-restrict--mail-container-left h2 {
  font-size: 18px;
  line-height: 24px;
}

.banner-restrict--mail--close .banner-restrict--mail-container-right {
  width: 80%;
  display: flex;
  gap: 30px;
}

.banner-restrict--mail--close .banner-restrict--mail-container-right .item {
  width: 50%;
  height: 100%;
}

/* PLAYER */

.audio-player {
  display: flex;
  margin-bottom: 20px;
}

.player-controls {
  width: 100%;
  font-size: 13px;
  line-height: 13px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

#seek-obj-container {
  margin-bottom: 5px;
  display: block;
}

progress {
  width: 100%;
}

progress[value] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  height: 6px;
  box-shadow: none;
  border-radius: 0px;
  padding: 0px;
  border: 1px solid;
  margin: 0px;
  cursor: pointer;
}

progress[value]::-webkit-progress-bar {
  background-color: black;
  border-radius: 0px;
}

progress::-moz-progress-bar {
  background-color: black;
  color: black;
}

progress::-webkit-progress-value {
  background-color: black;
  color: black;
}

#play-btn {
  width: 40px;
  height: 40px;
  position: relative;
  border: 1px solid;
}

#controls_fa {
  width: 40px;
  margin-right: 15px;
}

#controls_fa .fa {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 25px;
}

#play-btn .player-pause {
  display: none;
}

#play-btn.pause .player-pause {
  display: block;
}

#play-btn.pause .player-play {
  display: none;
}

/* PODCAST */

.typologie-podcast h2,
.type-famille-podcasts h2 {
  font-size: 20px;
  line-height: 25px;
}

.abonner-podcast-container div {
  font-family: 'MemphisLTStd-Medium';
  margin-bottom: 5px;
}

.abonner-podcast {
  display: flex;
}

.abonner-podcast a:hover {
  background-color: transparent;
}

.abonner-podcast img {
  padding: 0px 5px;
}

.toggle-podcast-content {
  border-top: 1px solid black;
  padding-top: 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  cursor: pointer;
  font-size: 18px;
  line-height: 18px;
  padding-left: 55px;
  display: flex;
}

.toggle-podcast-content img {
  height: 30px !important;
  width: auto !important;
  margin-right: 15px;
}

.toggle-podcast-content #open-resume {
  display: block;
}

.toggle-podcast-content #close-resume {
  display: none;
}

.podcast-content {
  display: none;
  padding-top: 20px;
}

.podcast-after-content {
  margin-bottom: 30px;
}

.podcast-after-content .border {
  border-top: 1px solid black;
  margin-top: 20px;
}

.podcast-content strong {
  font-weight: 700;
  font-size: initial;
  line-height: initial;
  text-transform: initial;
  font-family: initial;
  padding-top: initial;
  display: initial;
  margin-bottom: initial;
}

.all-podcasts-item {
  font-family: 'Oswald-Bold';
  font-size: 15px;
  line-height: 15px;
  display: flex;
  justify-content: space-between;
  margin: 15px 0px 0px 0px;
}

.all-podcasts-item.current-podcast,
.type-famille-podcasts .row.all-podcasts div:first-child .all-podcasts-item {
  background: rgb(255, 255, 110) 10%;
}

.all-podcasts-item-play-btn {
  border: 1px solid black;
  width: 30px;
  height: 30px;
  position: relative;
  margin-right: 10px;
}

.all-podcasts-item-play-btn .fa {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 15px;
}

.all-podcasts-item-title {
  width: 100%;
  text-transform: uppercase;
}

.all-podcasts-item-duration {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 13px;
  padding-right: 10px;
}

footer {
  font-size: 14px;
  line-height: 20px;
  font-family: 'Oswald-Regular';
  text-transform: uppercase !important;
  border-top: 1px solid;
  padding: 15px 0px 15px 0px;
}

footer .container {
  padding-right: 100px;
  padding-left: 100px;
}

footer .border {
  border-top: 1px solid;
  padding-top: 20px;
  margin-top: 20px;
  width: 100%;
}

footer .col-md-5:nth-child(2) {
  border: 1px solid;
  border-top-color: currentcolor;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: currentcolor;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-top: none;
  border-bottom: none;
}

footer li {
  list-style: none;
}

footer a,
footer a:active,
footer a:visited,
footer a:hover {
  color: black;
  text-decoration: none;
}

footer .footer-left {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  margin-bottom: -15px;
}

footer .footer-left li {
  margin-bottom: 20px;
}

footer .footer-middle {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

footer .footer-right {
  display: flex;
  justify-content: end;
  max-width: 290px;
  margin-left: auto;
  gap: 15px;
}

footer .footer-right a {
  display: block;
}

footer .footer-right img {
  margin-bottom: 5px;
  height: 25px;
  width: auto;
  display: block;
}

footer .dons-container p {
  text-align: left !important;
}

/* NOS ACTUS */

.typologie-nosactus .chapeau p,
.typologie-quiz .chapeau p,
.typologie-podcast .chapeau p,
.type-famille-podcasts .chapeau p {
  font-family: 'Oswald-Bold';
  font-size: 17px;
  line-height: 20px;
}

.typologie-nosactus .texte {
  margin-top: -20px;
}

.typologie-nosactus .texte em {
  font-weight: 700;
  display: block;
  margin-top: 40px;
}

.typologie-nosactus .texte em:not(:first-child) {
  margin-top: 40px;
}

blockquote {
  position: absolute;
  left: -280px;
  width: 240px;
  padding-top: 20px;
}

blockquote::before {
  content: url('_/img/quotes.png');
  position: absolute;
  width: 55px;
  z-index: -1;
  top: 20px;
  left: -20px;
}

blockquote p {
  font-family: 'Oswald-Bold';
  font-size: 17px;
  line-height: 25px;
  text-transform: uppercase;
}

/* QUIZZ */

.typologie-quiz .chapeau,
.typologie-podcast .chapeau,
.typologie-evenements .chapeau,
.type-famille-podcasts .chapeau {
  background-color: #ffff6e;
  padding: 10px 10px 10px 10px;
  margin-bottom: 21px;
}

.typologie-quiz .chapeau p:last-child,
.typologie-podcast .chapeau p:last-child,
.type-famille-podcasts .chapeau p:last-child,
.typologie-evenements .chapeau p:last-child {
  margin-bottom: 0px;
}

#quiz {
  border-top: 1px solid black;
  margin-top: 31px;
  padding-top: 31px;
}

.question {
  margin-bottom: 40px;
  display: none;
}

.question.active {
  display: block;
}

.question-number {
  font-size: 15px;
  font-family: 'Oswald-Bold';
  line-height: 20px;
  margin-bottom: 10px;
}

.question-title,
.question-answer {
  font-family: 'MemphisLTStd-Medium';
  font-size: 16px;
  line-height: 19px;
}

.question-options {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.question-options li {
  border: 1px solid black;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 14px;
  padding: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  width: 75%;
}

.answer-true-false {
  font-size: 15px;
  font-family: 'Oswald-Bold';
  line-height: 20px;
  text-transform: uppercase;
  display: block;
  padding: 10px;
  margin: 0 auto;
  width: 150px;
  margin-bottom: 30px;
  margin-top: 30px;
  text-align: center;
}

.questions-correct .answer-true-false {
  background-color: #ffff6e;
}

.questions-uncorrect .answer-true-false {
  background-color: black;
  color: white;
  /*! border: 1px solid black; */
}

.question-next,
.question-results {
  display: none;
}

.question-answer {
  display: none;
}

.question-options.answered li {
  pointer-events: none;
  cursor: initial;
}

.question.question-answered .question-answer {
  display: block;
}

article .question-answer a {
  background-color: #ffffbc;
  color: black;
  text-decoration: none;
}

article .question-answer a[target='_blank']:after {
  content: '';
}

article .question-answer a:after {
  content: url('_/img/target-blank.svg');
  margin-left: 5px;
  position: relative;
  top: 2px;
}

.questions-correct .question-option.correct {
  background-color: yellow;
}

.questions-uncorrect .question-option.correct {
  background-color: #ffff6e;
}

.question-option.uncorrect {
  background-color: black;
  color: white;
  border: 1px solid;
}

.question-controls-container {
  position: relative;
  display: none;
}

.question-redo-container {
  position: relative;
}

.question-controls-container:before,
.question-redo-container:before {
  content: '';
  border-top: 1px solid;
  position: absolute;
  width: 100%;
  display: block;
  top: 0;
  left: 0;
  top: 50%;
}

.question-next,
.question-results,
.question-redo {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px;
  border: 1px solid black;
  text-align: center;
  cursor: pointer;
  margin: 0 auto;
  font-size: 14px;
  position: relative;
  background-color: white;
}

.question-next {
  width: 175px;
}

.question-results {
  width: 140px;
}

.question-redo {
  width: 140px;
}

#results {
  display: none;
}

.results-title {
  font-size: 15px;
  font-family: 'Oswald-Bold';
  line-height: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

#results-text {
  text-align: center;
  font-family: 'MemphisLTStd-Medium';
  margin-bottom: 10px;
}

#results-text .results-text-bold {
  font-weight: 700;
}

#results-grid {
  font-size: 15px;
  line-height: 20px;
  font-family: 'Oswald-Bold';
  text-align: center;
  display: flex;
  list-style: none;
  justify-content: center;
  margin-bottom: 50px;
}

#results-grid li {
  height: 40px;
  width: 40px;
  line-height: 40px;
  border: 1px solid;
  border-right: none;
}

#results-grid li:last-child {
  border-right: 1px solid;
}

#results-grid li.correct {
  background-color: #ffff6e;
}

.quiz-share-container {
  display: flex;
  justify-content: center;
  border: 1px solid black;
  padding: 20px;
  margin-bottom: 30px;
  font-family: 'MemphisLTStd-Medium';
}

.quiz-share-container div {
  margin-right: 5px;
}

.quiz-share-container a:hover {
  background-color: transparent;
}

.quiz-share-container img {
  padding: 0px 5px;
}

body #cookiebanner-root .cb_CodGrayWhite {
  background: white !important;
  color: black !important;
  border-top: 1px solid black !important;
  display: flex !important;
  justify-content: center !important;
}

body #cookiebanner-root .cb__content-text {
  display: inline;
  padding-right: 0;
  color: black !important;
  font-size: 17px;
  line-height: 20px;
  font-family: 'Oswald-Bold';
}

body #cookiebanner-root .cb__b {
  padding: 0px 10px;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: auto;
  font-size: 14px;
  font-weight: initial;
  line-height: 36px;
  cursor: pointer;
  box-sizing: border-box;
  outline: 0;
  font-family: 'Roboto-Medium' !important;
  letter-spacing: 0px;
  transition: all 0.2s;
  background: transparent !important;
  border: 1px solid black !important;
  opacity: 1 !important;
  box-shadow: none !important;
}

body #cookiebanner-root .cb.cb_line .cb__aside .cb__b {
  margin-left: 30px;
}

.page-template-page_DONS #texte img {
  width: auto;
}

/* MODIF MAT BANNER */

.banner-don {
  position: relative;
}

.banner-don a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.banner-don__content {
  background-color: #ffc5bb;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

.banner-don__content p {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  margin-bottom: 0px;
  text-align: center !important;
}

.banner-don__content--big {
  padding: 30px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.picto-surligneur {
  margin-left: 10px;
  width: 55px;
}

.banner-don__content--small {
  padding: 5px 0px;
  display: none;
  line-height: 18px;
}

header.active .banner-don__content--big {
  display: none;
}

header.active .banner-don__content--small {
  display: block;
}

.banner-don__content span {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: black !important;
  font-style: italic;
  text-decoration: none !important;
}
header.active .button-link-don {
  bottom: 6px;
}

.button-link-don {
  display: block;
  background-color: #ffc5bb;
  text-transform: uppercase;
  color: black;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  padding: 10px 10px;
  position: absolute;
  bottom: 12px;
  right: 15px;
  width: auto;
  text-decoration: none !important;
  transition: all 0.3s ease-in-out;
}

.button-link-don:hover {
  text-decoration: none;
  color: #ffc5bb;
  background-color: black;
}

header.active .button-link-don {
  right: 120px;
}

.menu-picto {
  position: absolute;
  right: 15px;
  width: auto;
  top: 35px;
  display: flex;
  gap: 15px;
  transition: all 0.3s ease-in-out;
}

.menu-picto img {
  display: block;
  width: 55px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.menu-picto .picto-menu-open {
}

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

header.active .menu-picto {
  top: 8px;
}

header.active .menu-picto img {
  width: 38px;
  cursor: pointer;
}

.row_menu_header .button-link-don {
  display: none;
}

.marquee {
  display: none;
}

/* MODIF MAT BANNER */

/* CSS FABIEN */

.switchLang {
  position: absolute;
  top: 0;
  right: 0;
  width: 62px;
  text-align: right;
  opacity: 1;
  transition: ease 1s;
  cursor: pointer;
  height: calc(100% - 50px);
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.switchLang img {
  display: block;
  margin: 0 18px;
  width: 28px;
  filter: saturate(0);
  transition: ease-out 0.3s;
}

.switchLang img.actif {
  filter: none;
}

#header.active .switchLang {
  opacity: 0;
  top: -200px;
}

.switchLang:hover {
  cursor: pointer;
}

.switchLang:hover img.actif {
  filter: saturate(0);
  margin-left: 18px;
}

.switchLang:hover img {
  filter: saturate(1);
  margin-left: 14px;
}

.switchLang2 {
  width: 100%;
  height: 50px;
  border-top: solid 1px black;
  opacity: 1;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  margin-top: 20px;
}

.switchLang2 img {
  display: block;
  margin: 0 10px;
  width: 28px;
  filter: saturate(0);
  transition: ease-out 0.3s;
}

.switchLang2 img.actif {
  filter: none;
}

/* MODAL ACTU */

.modal {
  --bs-modal-width: unset;
}

.modal-dialog {
  width: 50vw;
  margin: 120px auto 30px auto;
  box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.3);
}

.modal-backdrop {
  background-color: #00000017;
}

.modal-content {
  border: 0px;
  border-radius: 0px;
}

.modal-header {
  padding: 15px;
  border-bottom: 0px;
}

.modal h1 {
  font-family: 'Oswald-Bold';
  text-transform: uppercase;
  font-weight: normal;
  font-size: 25px;
  line-height: 25px;
}

.close {
  float: unset;
  font-size: unset;
  font-weight: unset;
  line-height: unset;
  color: unset;
  text-shadow: unset;
  filter: alpha(opacity=100) !important;
  opacity: 1 !important;
  position: absolute;
  right: 20px;
  top: 20px;
  margin-top: unset;
}

.modal-body {
  position: relative;
  padding: 0px 15px;
  display: flex;
  margin: 30px 0px;
}

.modal-body .modal-body__left {
  width: 40%;
  padding-right: 15px;
}

.modal-body .modal-body__left img {
  width: 100%;
  height: auto;
  display: block;
}

.modal-body .modal-body__right {
  width: 60%;
}

.modal-body .modal-body__right p {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

.modal-body .modal-body__right p:last-child {
  margin-bottom: 0px;
}

.modal-body .modal-body__right strong {
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

.modal-footer {
  padding: 15px;
  text-align: unset;
  border-top: 0px;
  display: flex;
  justify-content: center;
  gap: 15px;
}

.modal-footer__link {
  text-transform: uppercase;
  color: black;
  padding: 10px 25px;
  position: unset;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  background-color: #d9d9d9;
  min-width: 200px;
  text-align: center;
  cursor: pointer;
}

.modal-footer__link a {
  color: black !important;
  text-decoration: none !important;
}

.modal-footer__link:nth-child(2) {
  background-color: #ffc5bb;
}

.mobile {
  display: none;
}

/* MEMEBRESHIP */

.header-restrict {
  margin-bottom: 30px;
}
.title-restrict {
  font-size: 35px;
  line-height: 42px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.header-restrict p {
  margin-bottom: 0px;
}

.rcp-abonnee-content-row {
  margin-bottom: 90px;
}
.message-abonnes-container {
  font-size: 15px;
  line-height: 21px;
  font-family: 'MemphisLTStd-Medium';
}

.message-abonnes-container .message-abonnes-title {
  font-weight: 700;
}

.message-abonnes-container .message-abonnes-title,
.message-abonnes-container p {
  display: inline;
}
.membership-level-item {
  background-color: #ffff6e;
  padding: 15px;
  margin-bottom: 90px;
  /*! height: 100%; */
}

.membership-level-item a {
  color: black !important;
}

.membership-level-item--donner {
  background-color: #ffc5bb;
}
.membership-level-item__header {
  padding-bottom: 15px;
}

.membership-level-item h1 {
  text-transform: uppercase;
  font-family: 'Oswald-Bold';
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
}

.membership-level-item h2 {
  font-family: 'Oswald-Bold';
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
}

.membership-level-item .price {
  text-transform: uppercase;
  font-family: 'Oswald-Bold';
  font-size: 40px;
}

.membership-level-item .description {
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 30px 0px 0px 0px;
  margin: 0px 0px 30px 0px;
}

.membership-level-item .description p {
  font-size: 14px;
  line-height: 16px;
}

.membership-level-item .description p:not(:last-child) {
  margin-bottom: 16px;
}

.membership-level-item .description ul {
  text-transform: uppercase;
  font-family: 'Oswald-SemiBold';
  font-weight: normal;
  font-size: 18px;
  line-height: 18px;
  margin: 15px 0px 30px 15px;
}

.membership-level-item .description ul:last-child {
  margin-bottom: 15px;
}

.membership-level-item .s-abonner-button {
  text-transform: uppercase;
  background: #fff;
  color: black !important;
  border-radius: 0px;
  display: block;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none !important;
  margin-bottom: 30px;
}

.membership-level-item__footer p {
  /*! margin-bottom: 0px; */
}

.page-template-page_RESTRICT_ADHESION .s-abonner-button {
  display: none;
}

.restricted-content {
  font-size: 12px;
  line-height: 12px;
  font-family: 'MemphisLTStd-Medium';
  margin: 5px 0px 5px 0px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.restricted-content img {
  width: 10px !important;
  height: auto;
  display: block;
  margin: 0px;
}

.rcp_custom_content {
  font-family: 'MemphisLTStd-Medium';
}

.rcp_custom_content ul {
  list-style: none;
  font-size: 13px;
  line-height: 15px;
  font-family: 'Oswald-Regular';
}

.rcp_custom_content ul li {
  margin-bottom: 15px;
}

.rcp_custom_content ul li a {
  text-decoration: none;
}
body h3.rcp_header,
.rcp_custom_content h3 {
  text-transform: uppercase;
  font-family: 'Oswald-Bold';
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  margin: 15px 0px;
}

body p.rcp_error {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 0px solid #c00;
  margin: 0px;
  padding: 0px;
  background: transparent;
  color: red;
}

body p.rcp_error span,
p.rcp_success span {
  margin: 0 !important;
  padding: 0px;
}

body #rcp_registration_form {
  padding: 0px;
}

body #rcp_registration_form .rcp_login_link {
  display: none;
}

body .rcp_form p {
  margin: unset;
  min-height: unset;
}

body .rcp_form label,
.profil-row .field-name {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 5px;
}

body .rcp_form input[type='text'],
body .rcp_form input[type='password'],
body .rcp_form input[type='date'],
body .rcp_form input[type='submit'],
body .rcp_form input[type='email'],
.profil-row .field {
  width: 100% !important;
  max-width: unset !important;
  padding-block: unset !important;
  border: 1px solid black !important;
  background-color: #fff !important;
  color: black !important;
  border-radius: 0px !important;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  padding: 10px 5px !important;
  margin-bottom: 15px !important;
}

body .rcp_form input[type='submit'] {
  color: white !important;
  background-color: black !important;
}

body .rcp_form input[type='checkbox'] {
  border: 1px solid black !important;
  width: 15px;
  height: 15px;
  margin: 0;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
}

body .rcp_form input[type='checkbox']:checked::after {
  content: '✔';
  font-size: 12px;
  color: black;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1;
  font-family: arial;
}

body .rcp_lost_password {
  margin: 15px 0px !important;
}

body .rcp_lost_password a,
.rcp_custom_content a {
  color: black;
  font-size: 14px;
  line-height: 16px;
}

.rcp_custom_content p {
  margin-bottom: 10px;
}

body .rcp_form input[type='submit'] {
  text-transform: uppercase;
}

/* COMPTES */

.rcp-abonnee-col {
  background-color: #f2f2f2;
}

.rcp-abonnee-col-content {
  margin: 30px 0px;
  padding-right: 15px;
}

.rcp-abonnee-col-content .rcp-abonnee-content-title {
  font-size: 15px;
  line-height: 21px;
  font-family: 'MemphisLTStd-Medium';
  margin-bottom: 20px;
}

.rcp-abonnee-content-item {
  padding: 15px;
  background-color: white;
  margin-bottom: 15px;
  position: relative;
}

.rcp-abonnee-content-item a {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.rcp-abonnee-content-item .typologie {
  margin-bottom: 5px;
}

.rcp-abonnee-content-item .etiquette {
  margin: 5px 0px 10px 0px;
  font-size: 16px;
  line-height: 30px;
}

.rcp-abonnee-content-item p {
  margin-bottom: 0px;
}

.rcp-abonnee-content-item--event {
  background-color: #ffff6e;
}

.rcp-abonnee-content-item-title {
  font-family: 'Oswald-SemiBold';
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}

.rcp-abonnee-content-item--event .etiquette {
  background-color: white;
  width: 100%;
  text-align: left;
}

.rcp-abonnee-content-item--event .etiquette br {
  display: none;
}

#rcp_update_card_form {
  width: 50%;
}

.rcp-update-billing-details-unsupported {
  display: none;
}

/* INSCRIPTION */

.form-2-columns-header {
  display: grid;
  grid-template-columns: 1fr 1fr; /* 2 colonnes de largeur égale */
  grid-auto-rows: auto; /* hauteur auto pour chaque “ligne” */
  grid-gap: 0px 30px;
}

.form-2-columns-header h3,
.rcp_registration_total th {
  text-transform: uppercase;
  font-family: 'Oswald-Bold';
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 15px;
}

.form-2-columns h3 {
  display: none;
}

.form-2-columns .rcp_user_fieldset {
  display: grid;
  grid-template-columns: 1fr 1fr; /* 2 colonnes de largeur égale */
  grid-auto-rows: auto; /* hauteur auto pour chaque “ligne” */
  grid-gap: 0px 30px;
}

.form-2-columns #rcp_user_first_wrap {
  grid-column: 1;
  grid-row: 1;
}
.form-2-columns #rcp_user_last_wrap {
  grid-column: 1;
  grid-row: 2;
}
.form-2-columns #rcp_occupation_profession_wrap {
  grid-column: 1;
  grid-row: 3;
}
.form-2-columns #rcp_date_naissance_wrap {
  grid-column: 1;
  grid-row: 4;
}
.form-2-columns #rcp_domaine_activite_wrap {
  grid-column: 1;
  grid-row: 5;
}
.form-2-columns #rcp_centres_interet_wrap {
  grid-column: 1;
  grid-row: 6;
}

.form-2-columns #rcp_user_login_wrap {
  grid-column: 2;
  grid-row: 1;
}
.form-2-columns #rcp_user_email_wrap {
  grid-column: 2;
  grid-row: 2;
}
.form-2-columns #rcp_password_wrap {
  grid-column: 2;
  grid-row: 3;
}
.form-2-columns #rcp_password_again_wrap {
  grid-column: 2;
  grid-row: 4;
}

.rcp_discounts_fieldset {
  width: 50%;
}

.rcp_discounts_fieldset #rcp_discount_code_wrap {
  background-color: #f2f2f2;
  padding: 20px 15px !important;
  width: calc(100% - 15px) !important;
  margin: 10px 0px;
}

.rcp_discounts_fieldset #rcp_discount_code_wrap label {
  ext-transform: uppercase;
  font-family: 'Oswald-Bold';
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.rcp_discounts_fieldset #rcp_discount_code_wrap .rcp_discount_code_field_wrap {
  display: flex;
  gap: 10px;
}
#rcp_discount_code_wrap {
  padding-right: 15px;
}

#rcp_discount_code {
  margin-bottom: 0px !important;
}

#rcp_apply_discount {
  text-decoration: none;
  display: block;
  border: 1px solid black !important;
  text-transform: uppercase;
  font-family: 'Oswald-Bold';
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: white !important;
  background-color: black !important;
  padding: 5px 10px !important;
}

.rcp_registration_total {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 16px;
  font-family: 'MemphisLTStd-Medium';
}

.rcp_registration_total th {
  margin-bottom: 5px;
}

.rcp_registration_total_details tr,
.rcp_registration_total_details tr > * {
  margin-top: unset;
  margin-right: unset;
  margin-left: unset;
  padding-right: unset;
  padding-left: unset;
}

body table.rcp_registration_total_details {
  table-layout: fixed;
  width: calc(50% - 15px) !important;
}

#rcp_submit_wrap,
#rcp_gateway_extra_fields,
#rcp_auto_renew_wrap {
  width: calc(50% - 15px) !important;
  font-size: 14px;
  line-height: 16px;
  font-family: 'MemphisLTStd-Medium';
}

/* MODIFIER INFORMATIONS */

#rcp_profile_editor_form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: auto;
  grid-gap: 0px 30px;
}

/* MON ABONNEMENT */

#page-mon-abonnement .membership-level-item {
  margin-top: 15px;
  margin-bottom: 15px;
}

#page-mon-abonnement .infos-mon-abonnement {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 30px;
}

#page-mon-abonnement .infos-mon-abonnement .label {
  font-size: 15px;
  line-height: 15px;
  font-family: 'MemphisLTStd-Medium';
  margin-bottom: 5px;
}

#page-mon-abonnement .rcp_custom_change_abonnement {
}

#page-mon-abonnement .rcp_subscription_fieldset input[type='radio'] {
  display: none;
}

#page-mon-abonnement .rcp_subscription_fieldset label {
  text-transform: uppercase;
  font-family: 'Oswald-Bold';
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  margin-top: 15px;
}

#page-mon-abonnement .rcp_registration_total_details .membership-amount {
  display: none;
}

#page-mon-abonnement
  .rcp-abonnee-col-content
  #rcp_registration_form
  #rcp_subscription_levels
  .rcp_subscription_level.rcp_subscription_level_4 {
  display: none !important;
}

#page-mon-abonnement .rcp-abonnee-col-content #rcp_discount_code_wrap {
  background-color: white;
}
/* MENU MON COMPTE */

.menu-mon-compte {
  list-style: none;
  padding-right: 15px;
}

.menu-mon-compte li {
  /*! border: 1px solid; */
  margin-bottom: 15px;
}

.menu-mon-compte li a,
#page-mon-abonnement .rcp_custom_change_abonnement,
body .rcp_form input[type='submit'],
.button-link-rcp {
  color: black;
  text-decoration: none;
  display: block;
  padding: 10px 10px !important;
  border: 1px solid black !important;
  text-transform: uppercase;
  font-family: 'Oswald-Bold';
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  background-color: white;
}

.button-link-rcp {
  display: inline-block;
}

.menu-mon-compte li a:hover,
.menu-mon-compte li.current-item a {
  background-color: black;
  color: white;
}

.historique-paiements {
  display: none;
}

/* PARAMETRES PAIEMENT */

#rcp_update_card_form h3 {
  text-transform: uppercase;
  font-family: 'Oswald-Bold';
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  margin: 15px 0px;
}

.rcp-gateway-saved-payment-methods {
  font-size: 15px;
  line-height: 21px;
  font-family: 'MemphisLTStd-Medium';
}

.rcp-gateway-saved-card-delete a {
  color: black;
}

.rcp-gateway-add-payment-method-wrap label {
  text-decoration: underline;
}

.rcp-abonnee-col p.rcp_success,
.rcp-abonnee-col p.rcp_error {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: none;
  margin: 10px 0px;
  padding: 0px;
  background: transparent;
  color: black;
}

.rcp-abonnee-col p.rcp_error span,
.rcp-abonnee-col p.rcp_success span {
  margin: 0 !important;
  padding: 0px;
}

.rcp-abonnee-col p.rcp_error span {
  color: red;
}

/* CONTACT FORM */

.wpcf7.js {
  background-color: #ffff6e;
  padding: 25px 20px 25px 20px;
  margin: 30px 0px;
}

#contact-form h1 {
  text-transform: uppercase;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 15px;
  margin-top: -5px;
}

#contact-form h2 {
  text-transform: uppercase;
  font-size: 15px;
  line-height: 15px;
  margin-bottom: 10px;
}

#contact-form p {
  margin-bottom: 15px;
  font-size: 13px;
  line-height: 20px;
}

#contact-form p.small {
  font-size: 10px;
  line-height: 10px;
  /*! margin-bottom: 0px; */
}

#contact-form .contact-form-items-container {
  display: flex;
  flex-wrap: wrap;
  gap: 0px 15px;
  margin-bottom: 10px;
}

#contact-form .contact-form-item {
  width: calc(50% - 7.5px);
  box-sizing: border-box;
  margin-bottom: 5px;
}

.wpcf7-turnstile {
  width: 100% !important;
}

.wpcf7-turnstile #cf-chl-widget-j4b7c {
  width: 100% !important;
}

#contact-form .contact-form-item p {
  margin-bottom: 0px;
}

#contact-form .contact-form-item label {
  font-size: 12px;
}

#contact-form .contact-form-item input,
#contact-form textarea {
  position: relative;
  top: 0px;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  padding: 10px 10px;
  text-transform: unset;
  border: 1px solid black !important;
  border-radius: 0px !important;
}

#contact-form textarea {
  border: none !important;
  resize: none;
  height: 250px;
  text-transform: unset;
}

#contact-form input[type='submit'],
.wpcf7-form-control.wpcf7-submit {
  color: white !important;
  background-color: black !important;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  padding: 10px;
  border: none;
  font-family: 'Roboto', sans-serif;
}

.wpcf7-form-control.wpcf7-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: default;
}

.wpcf7-form-control.wpcf7-submit .icon-sent {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-bottom: 0;
}

#contact-form .wpcf7-spinner {
  display: none !important;
}

#contact-form .wpcf7-not-valid-tip {
  display: none;
}

#wrapper .wpcf7 form .wpcf7-response-output {
  margin: 0;
  padding: 0;
  border: 0px;
  font-family: 'MemphisLTStd-Medium';
  font-size: 13px;
  line-height: 20px;
  text-align: center;
}

#wrapper .wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: #dc3232;
}

.wpcf7-form.sent .wpcf7-response-output {
  display: none;
}

/* INLINE NEWSLETTER */

.is-restricted #newsletter-inline-form,
.rcp-can-access #newsletter-inline-form,
.logged-in #newsletter-inline-form,
.article-authorized-global #newsletter-inline-form {
  display: none;
}

#newsletter-inline-form {
  background-color: #ffff6e;
  padding: 25px 20px 25px 20px;
  margin-top: 20px;
}

#newsletter-inline-form .newsletter-inline-form-items-container {
  display: flex;
  gap: 0px 15px;
  align-items: center;
}

#newsletter-inline-form .newsletter-inline-form-item {
}

#newsletter-inline-form .newsletter-inline-form-item h1 {
  font-size: 22px;
  line-height: 38px;
}

#newsletter-inline-form .newsletter-inline-form-item img {
  display: block;
  width: 100%;
  height: auto;
}

.newsletter-form label {
  font-size: 12px;
}

.newsletter-form p {
  margin-bottom: 0px;
  font-size: 15px !important;
  line-height: 21px !important;
  font-family: 'MemphisLTStd-Medium' !important;
  text-align: left !important;
  padding-left: 0px;
}

#newsletter-inline-form .pfb-signup-result p {
  font-size: 22px !important;
  line-height: 38px !important;
  font-family: 'Oswald-SemiBold' !important;
  text-transform: uppercase;
}

#newsletter-inline-form .newsletter-inline-form-item.gif-container {
  width: 25%;
}

#newsletter-inline-form .newsletter-inline-form-item.text-container {
  width: 25%;
}

#newsletter-inline-form .newsletter-inline-form-item.form-container {
  width: 50%;
}

.newsletter-form .button__arrow--no_arrow {
  background-color: lightgrey;
  border: none !important;
  width: 100%;
  text-align: center !important;
  display: block;
  font-size: 15px;
  line-height: 15px;
  font-weight: 600;
  padding: 12px 10px;
  text-transform: unset;
}

@media (max-width: 992px) {
  header {
    display: none;
  }
  section {
    margin-top: 0px;
  }
  sup {
    display: none;
  }
  .mobile {
    display: block;
  }
  .desktop {
    display: none;
  }

  .image-caption,
  .wp-caption-text,
  .social_share {
    margin-bottom: 15px;
  }

  /* HEADER */

  #header-mobile {
    padding: 15px 15px 0px 15px;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: white;
    z-index: 110;
  }

  .header-mobile__row-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
  }

  #header-mobile .mobile-logo {
    width: auto;
    height: 25px;
    display: block;
  }

  .header-mobile__toggle-menu-container {
    height: 25px;
  }

  .picto-menu-toggle-mobile {
    height: 100%;
    width: auto;
    cursor: pointer;
  }
  .picto-menu-open-mobile {
  }
  .picto-menu-close-mobile {
    display: none;
  }

  .header-mobile-home__slogan {
    background-color: #ffff6e;
    padding: 10px 10px 10px 10px;
  }

  .header-mobile-home__slogan p {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 0px;
  }

  .header-mobile_row-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0px 10px 0px;
    position: relative;
  }

  .header-mobile_row-bottom,
  .header-mobile-home__slogan {
    display: none;
  }

  .home #wrapper {
    padding-top: 185px !important;
  }

  .archive #wrapper,
  .page-template-page_PODCAST_FAMILLE_ARCHIVES #wrapper {
    padding-top: 115px !important;
  }

  .home .header-mobile-home__slogan,
  .home .header-mobile_row-bottom,
  .archive .header-mobile_row-bottom,
  .page-template-page_PODCAST_FAMILLE_ARCHIVES .header-mobile_row-bottom {
    display: flex;
  }

  .mobile-a-la-une {
    font-family: 'Roboto Condensed', sans-serif;
    width: calc(100% / 3);
  }

  .mobile-a-la-une a {
    color: black !important;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    font-size: 18px;
    line-height: 26px;
    display: inline-block;
    font-weight: 500;
  }

  .home .mobile-a-la-une a {
    border-bottom: 1px solid;
    font-weight: 800;
  }

  .home .mobile-rubriques-toggle {
    border-bottom: 1px solid transparent;
  }
  .mobile-rubriques-toggle {
    width: calc(100% / 3);
    text-align: center;
    border-bottom: 1px solid black;
    display: inline-flex;
    gap: 5px;
    justify-content: center;
  }

  .mobile-rubriques-toggle span {
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    display: inline-block;
    cursor: pointer;
  }

  .header-mobile_row-bottom.active .mobile-rubriques-toggle {
    border-bottom: 1px solid black;
  }

  .header-mobile_row-bottom.active .mobile-a-la-une a {
    border-bottom: 1px solid transparent;
    font-weight: 500;
  }

  .mobile-search {
    width: calc(100% / 3);
  }

  .header-mobile_row-rubriques {
    display: none;
    width: calc(100% + 30px);
    position: relative;
    left: -15px;
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.27);
    padding: 5px 0px 15px 0px;
  }

  .header-mobile_row-rubriques #menu-menu-header {
    display: block;
    text-transform: uppercase;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
  }

  .header-mobile_row-rubriques #menu-menu-header li:not(:last-child) {
    margin-bottom: 10px;
  }

  .header-mobile_row-rubriques #menu-menu-header li a {
    padding: 0px;
    text-decoration: none !important;
    width: calc(100% - 30px);
    display: block;
    margin: 0 auto;
    padding: 5px 0px;
  }

  .cat-term-mobile {
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 26px;
    cursor: pointer;
    align-items: center;
    display: inline-flex;
    color: black !important;
    text-decoration: none;
    gap: 10px;
    background-color: #ffff6e;
    width: auto;
    padding: 0px 5px;
    margin-bottom: 30px;
  }

  .cat-term-mobile img {
    width: 15px;
  }

  .mobile-home__tags {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px !important;
    font-family: 'Oswald-Regular';
    font-weight: normal !important;
    padding: 0px !important;
    list-style: none;
    display: flex;
    gap: 10px 15px;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .mobile-home__tags a {
    color: black !important;
    text-decoration: none;
  }

  .modal-menu-mobile {
    position: fixed;
    top: 50px;
    width: 100%;
    background-color: black;
    left: 0;
    padding: 15px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    display: none;
  }

  .modal-menu-mobile a {
    color: white !important;
    text-decoration: none !important;
  }

  .modal-menu-mobile .button-link-don {
    display: block;
    background-color: #ffc5bb;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    padding: 10px 10px;
    color: black !important;
    width: 100%;
    margin: 0;
    text-align: center;
    margin-bottom: 10px;
  }

  .modal-menu-mobile-top {
    font-size: 20px;
    line-height: 32px;
  }

  .modal-menu-mobile-top .menu-menu-header-2-container {
    border-right: none;
  }

  .modal-menu-mobile-middle {
    background-color: white;
    width: calc(100% + 30px);
    position: relative;
    left: -15px;
    padding: 10px 15px;
    display: flex;
    font-size: 20px;
    line-height: 32px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    margin: 10px 0px;
  }

  .modal-menu-mobile-middle a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
  }

  .modal-menu-mobile-middle img {
    width: 24px;
    margin-right: 10px;
  }
  .modal-menu-mobile-bottom {
    font-size: 14px;
    line-height: 28px;
  }

  .scroll_content_page {
    height: 100vh;
    overflow: auto;
    border-bottom: none;
    border-right: 1px solid;
    border-left: 1px solid;
  }
  .scroll_content_page .container,
  .scroll_content_page [class*='col-'] {
    padding-right: 15px;
    padding-left: 15px;
  }
  #equipe {
    margin-bottom: 10px;
  }
  #presse {
    margin-bottom: 40px;
  }

  .image_equipe_container .masque {
    display: none;
  }
  .mots_cles_content {
    display: block;
  }
  ._2_columns {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    -o-column-count: 1;
    column-count: 1;
    -moz-column-gap: 0px;
    -webkit-column-gap: 0px;
    -o-column-gap: 0px;
    column-gap: 0px;
  }
  .mot_cles ._2_columns {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    -o-column-gap: 15px;
    column-gap: 15px;
    -moz-column-fill: auto;
    column-fill: auto;
    height: calc(100vh - 100px);
  }
  .mot_cles li {
    font-size: 18px;
    line-height: 24px !important;
    font-family: 'Oswald-Regular';
    text-transform: uppercase !important;
    font-weight: normal !important;
    padding: 0px !important;
    list-style: none;
  }
  .mot_cles li a {
    color: rgb(0, 0, 0);
  }
  .mot_cles a:hover {
    background: linear-gradient(
      to bottom,
      transparent 10%,
      rgb(255, 255, 110) 10%,
      rgb(255, 255, 110) 90%,
      transparent 90%
    );
    text-decoration: none;
  }
  .dons-container_content .text-center {
    text-align: left;
  }
  .menu_search {
    border-top: none;
    border-bottom: none;
    text-align: left;
    font-size: 14px;
    line-height: 26px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin-top: 0px;
    border-right: none;
    margin-left: auto;
    padding: 5px 0px 5px 5px;
    position: absolute;
    right: 0;
    top: 15px;
    background-color: white;
    width: 40px;
  }

  #searchform #searchsubmit {
    width: 30px !important;
    height: 24px;
    position: relative;
  }

  .mobile-search-open #searchform #searchsubmit {
    width: 30px !important;
  }

  .menu_search .search-icon {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: inherit;
    line-height: inherit;
    bottom: 0px;
    width: 100%;
    padding: 0px;
    background-color: transparent;
    height: auto;

    position: absolute;
    right: -4px;
    top: 2px;
    height: 18px;
    width: 18px;
  }

  .mobile-search-open .search-icon {
    right: 0;
  }

  .mobile-search-open .menu_search {
    width: 100%;
    background-color: lightgray;
  }

  .mobile-search-open #searchform #s {
    display: inline-block;
  }
  #searchform #s {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: inherit;
    line-height: inherit;
    bottom: 0px;
    width: 100%;
    padding: 0px;
    background-color: transparent;
    height: auto;

    display: none;
    height: 24px;
    width: calc(100% - 30px);
  }
  #wrapper {
    padding-top: 55px !important;
  }

  .has-banner-don #wrapper {
    padding-bottom: 60px;
  }
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
  }
  #grid,
  #grid2 {
    width: 100%;
    left: 0px;
  }

  #grid2 {
    display: block;
  }

  #related #grid2 .grid-sizer,
  #related #grid2 .grid-item,
  .grid_masonry .grid-sizer,
  .grid_masonry .grid-item {
    width: 100% !important;
    padding: 0px;
  }
  .article_court .inside,
  .article_long .inside,
  .article_video .inside {
    width: calc(100% * 10 / 12);
    margin-left: 0px;
  }
  .grid-item {
    margin-bottom: 30px;
  }
  #grid h1,
  #grid2 h1 {
    font-size: 20px;
    line-height: 24px;
  }
  .single article {
    margin-bottom: 25px;
  }

  .single h1,
  .projets-archives-header h1,
  .single-projets h1 {
    font-size: 20px !important;
    line-height: 25px !important;
    margin-bottom: 3px !important;
  }

  .projets-archives-header h1 {
    margin-bottom: 25px !important;
  }

  .partenaires-projets-logo-item {
    width: calc(100% / 3 - 30px) !important;
  }

  .partenaires-projets-logo-item img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    margin: unset;
  }

  .single h2 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  button {
    font-size: 21px;
    line-height: 25px;
  }
  .single .youtube {
    margin-bottom: 10px;
  }
  .single article img {
    margin-bottom: 5px;
  }
  .single .etiquette {
    margin-bottom: 10px;
  }
  p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
    padding-left: 0px !important;
  }
  blockquote {
    position: relative;
    left: 0;
    width: auto;
    padding-top: 0px;
    margin-bottom: 20px;
  }
  blockquote:before {
    width: 25px;
    top: 0px;
    left: 0px;
    content: url('_/img/quotes-mobile.png');
  }
  .correction {
    margin-bottom: 5px;
  }
  .auteur {
    font-size: 18px;
    line-height: 28px;
  }
  body.text_open .text-content {
    display: block !important;
  }
  .row-eq-height {
    display: block !important;
  }
  .related,
  .references {
    display: none !important;
  }
  .texte .close_article {
    margin-top: -7px;
  }
  .texte strong {
    font-size: 18px;
    line-height: 24px;
    margin-top: -10px;
  }
  .menu_header.row2 {
    font-size: 22px;
  }

  /* PROJETS */

  #projet .sidebar-mobile-projet {
    border-top: 1px solid;
    padding-top: 15px;
    position: unset;
    display: flex;
    margin-top: -15px;
    margin-bottom: 30px;
  }

  #projet .sidebar-mobile-projet-item {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    width: calc(100% / 3);
    padding-right: 15px;
  }

  #projet .sidebar-mobile-projet-item h3 {
    font-family: 'MemphisLTStd-Medium';
    margin-bottom: 5px;
    font-weight: bold;
  }

  #projet
    .sidebar-mobile-projet-item.sidebar-mobile-projet-item--financeurs
    ul {
    margin-left: 0px;
    list-style: none;
  }

  #projet .sidebar-mobile-projet-item ul {
    margin-left: 10px;
  }

  ##projet .sidebar-mobile-projet-item ul li {
  }

  #projet .sidebar-mobile-projet-item.sidebar-mobile-projet-item--liens ul {
    margin-left: 0;
    font-family: 'Oswald-Regular';
  }

  #projet .sidebar-mobile-projet-item.sidebar-mobile-projet-item--liens ul li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
  }

  #projet
    .sidebar-mobile-projet-item.sidebar-mobile-projet-item--liens
    ul
    li
    img {
    width: 15px;
    margin-top: 5px;
  }

  footer {
    display: none;
  }
  footer .row.flex-center {
    display: block !important;
  }
  .articles-contributeurs p {
    font-size: 16px;
    line-height: 22px;
  }

  /* MODIF MAT BANNER */

  .marquee-wrapper {
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 1000;
  }

  .marquee {
    display: block;
    width: 100vw;
    overflow: hidden;
    background-color: #ffc5bb;
    text-transform: uppercase;
  }

  .marquee p {
    font-size: 16px;
    line-height: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding: 15px 0px;
    margin-bottom: 0px;
  }

  .marquee-wrapper a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
  }

  .marquee span {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: black !important;
    font-style: italic;
  }

  .menu_don {
    padding: 0 0 0 15px;
  }

  .button-link-don {
    display: inline-block;
    background-color: #ffc5bb;
    text-transform: uppercase;
    color: black;
    padding: 5px;
    position: unset;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 25px;
    line-height: 25px;
    margin: 0 5px;
    margin-bottom: 15px;
  }

  /* MODIF MAT BANNER */

  /* MEMBRES */

  .title-restrict {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 0px;
  }

  .header-restrict {
    margin-bottom: 15px;
  }

  .header-restrict p {
    font-size: 14px;
    line-height: 18px;
    margin-top: 5px;
  }

  .membership-level-item__header,
  .membership-level-item .description,
  .membership-level-item__footer {
    height: auto !important;
  }

  .membership-level-item {
    padding: 15px;
    margin-bottom: 30px;
  }

  .membership-level-item .price {
    font-size: 20px;
    line-height: 25px;
  }

  .membership-level-item h1 {
    font-size: 14px;
    line-height: 22px;
  }

  .membership-level-item h2 {
    font-size: 14px;
    line-height: 18px;
  }

  .membership-level-item .description ul {
    font-size: 14px;
    line-height: 22px;
  }

  .membership-level-item__footer p {
    font-size: 14px;
    line-height: 16px;
  }

  .form-2-columns .rcp_user_fieldset,
  .form-2-columns-header {
    display: block;
  }

  .rcp_discounts_fieldset {
    width: 100%;
  }

  body table.rcp_registration_total_details {
    table-layout: fixed;
    width: 100% !important;
  }

  #rcp_submit_wrap,
  #rcp_gateway_extra_fields,
  #rcp_auto_renew_wrap {
    width: 100% !important;
  }

  .menu-mon-compte {
    padding-right: 0px;
  }

  .message-abonnes-container {
    font-size: 14px;
    line-height: 18px;
    margin-top: 5px;
  }

  .rcp-abonnee-content-item p {
    font-size: 14px;
    line-height: 18px;
  }

  body .rcp_form p {
    font-size: 14px;
    line-height: 18px;
  }

  .rcp-abonnee-col {
    background-color: white;
  }

  .rcp-abonnee-col .rcp-abonnee-col-content {
    background-color: #f2f2f2;
    padding: 15px;
  }

  .rcp-abonnee-content-row {
    margin-bottom: 30px;
  }

  .rcp-abonnee-col-content {
    margin: 15px 0px;
    padding-right: 15px;
  }

  #page-mon-abonnement .infos-mon-abonnement .label {
    font-size: 14px;
    line-height: 14px;
    font-family: 'MemphisLTStd-Medium';
    margin-bottom: 5px;
  }

  #page-mon-abonnement .infos-mon-abonnement {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 20px;
  }

  #rcp_profile_editor_form {
    display: block;
  }
  #rcp_update_card_form {
    width: 100%;
  }

  .banner-restrict::before {
    content: '';
    position: absolute;
    top: -100px;
    left: 0;
    right: 0;
    height: 100px;
    background: linear-gradient(
      to top,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0.9) 50%,
      rgba(255, 255, 255, 0.5) 75%,
      rgba(255, 255, 255, 0) 100%
    );
    z-index: 1;
    pointer-events: none;
  }

  .banner-restrict--mail .banner-restrict--mail-container {
    display: block;
  }

  .banner-restrict--mail .banner-restrict--mail-container-left {
    width: 100%;
    display: block;
    border: 1px solid white;
    padding: 15px 15px 0px 15px;
    height: auto;
    margin-bottom: 15px;
  }

  .banner-restrict--mail .banner-restrict--mail-container-left-left {
    width: 100%;
  }

  .banner-restrict--mail .banner-restrict--mail-container-left-left img {
    display: none;
  }

  .banner-restrict--mail .banner-restrict--mail-container-left-right {
    width: 100%;
  }

  .banner-restrict--mail
    .banner-restrict--mail-container-left-right
    .pfb-signup-submission {
    margin-top: 15px;
  }

  .banner-restrict--mail .banner-restrict--mail-container-right {
    width: 100%;
  }

  .banner-restrict--mail .banner-restrict--mail-container br {
    display: none;
  }

  .banner-restrict--mail--close .banner-restrict--mail-container-left {
    width: 100%;
    padding: 15px;
    margin-bottom: 15px;
  }

  .banner-restrict .inside .banner-restrict--mail-container-left h2 {
    margin-bottom: 0px;
    font-size: 20px !important;
    line-height: 25px !important;
  }

  .banner-restrict--mail--close .banner-restrict--mail-container-right {
    width: 100%;
    display: block;
    gap: 30px;
  }

  .banner-restrict .inside {
    background-color: #ffff6e;
    padding: 15px 15px 0px 15px;
    width: 100%;
    position: relative;
    left: unset;
  }

  .banner-restrict .inside h1 {
    margin-bottom: 15px !important;
  }

  .banner-restrict .inside .item {
    background-color: white;
    padding: 15px 15px 15px 15px;
    margin-bottom: 15px;
    position: relative;
    width: 100%;
    height: auto;
  }

  .banner-restrict .inside .item--2 {
    background-color: lightgrey;
  }

  .banner-restrict .inside h2 {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 15px;
  }

  .banner-restrict .inside p {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 0px;
  }

  #cookiebanner-root .cb__aside {
    display: block !important;

    padding: 0px !important;
    margin-top: 15px;
  }

  #cookiebanner-root .cb__aside .cb__b {
    flex: 1;
    margin: 0 auto;
    max-width: 100% !important;
    margin-bottom: 15px !important;
    margin-left: 0px !important;
  }

  #cookiebanner-root .cb__aside .cb__b:last-child {
    margin-bottom: 0px !important;
  }

  #newsletter-inline-form {
    background-color: #ffff6e;
    padding: 25px 20px 10px 20px;
    margin-top: 20px;
  }

  #newsletter-inline-form .newsletter-inline-form-items-container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }

  #newsletter-inline-form .newsletter-inline-form-item.gif-container,
  #newsletter-inline-form .newsletter-inline-form-item.text-container {
    width: calc(50% - 7.5px);
  }

  /* Deuxième ligne */
  #newsletter-inline-form .newsletter-inline-form-item.form-container {
    width: 100%;
    margin-top: 0px;
  }

  #newsletter-inline-form .pfb-signup-result p {
    font-size: 20px !important;
    line-height: 25px !important;
    font-family: 'Oswald-SemiBold' !important;
    text-transform: uppercase;
  }

  /* CONTACT FORM */

  .wpcf7.js {
    background-color: #ffff6e;
    padding: 25px 20px 25px 20px;
    margin: 30px 0px;
  }

  #contact-form h1 {
    margin-bottom: 20px;
    margin-top: 0px;
  }

  #contact-form p.small {
    margin-bottom: 30px;
    margin-top: -5px;
  }

  #contact-form .contact-form-items-container {
    display: block;
  }

  #contact-form .contact-form-item {
    width: 100%;
  }

  #contact-form .contact-form-item label {
    font-size: 12px;
    line-height: 12px;
  }

  #contact-form .contact-form-item input,
  #contact-form textarea {
    margin-bottom: 10px;
  }

  #contact-form .wpcf7-not-valid-tip {
    display: none;
  }
}

.correction {
  background: #ffff6e;
}
.et_pb_section,
.et_pb_row,
.et_pb_column,
.et_pb_module,
.et_pb_text,
.et_pb_button {
  all: unset;
  all: revert;
}
