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

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: 'robotoregular';
  src: url('_/fonts/roboto-regular-webfont.woff2') format('woff2'),
    url('_/fonts/roboto-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto-Medium';
  src: url('_/fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
    url('_/fonts/Roboto-Medium.woff') format('woff'),
    url('_/fonts/Roboto-Medium.ttf') format('truetype'),
    url('_/fonts/Roboto-Medium.svg#Roboto-Medium') 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;
}

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

section {
  margin-top: 40px;
}

section .container-fluid {
  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;
}

.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-Medium';
  font-size: 14px;
  line-height: 14px;
  padding: 10px 20px;
  text-align: center;
  margin: 0 auto;
}

.container-fluid {
  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;
  -webkit-appearance: none;
  -o-appearance: none;
}

.etiquette {
}

*::-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 {
  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: 2;
  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.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: 11vw;
  line-height: 11vw;
  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-Medium';
  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-fluid {
  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 .row_bloc {
}

.menu_page_content .bloc_equipe {
}

.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-Medium';
  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 {
}

#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 button {
}

#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 {
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  font-family: 'Roboto-Medium';
  position: absolute;
  width: 200px;
  top: 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  background-color: rgb(255, 255, 255);
  z-index: 3;
  border-right: 1px solid;
  display: flex;
}

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;
  font-size: 14px;
  line-height: 14px;
  font-family: 'Oswald-Regular';
  text-transform: uppercase;
  position: relative;
  top: 0px;
  width: 100%;
  height: 36px;
}

#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;
}

/* MENU CATEGORY */

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

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

#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;
}

/* 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-Medium';
  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-Medium';
  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;
}

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

#grid .container_h1 .surlignage-court-header,
#grid2 .container_h1 .surlignage-court-header {
  display: flex;
}

#grid .container_h1 .surlignage-court-header img,
#grid2 .container_h1 .surlignage-court-header img {
  margin-top: 0px;
}

#grid .container_h1 .surlignage-court-header .left,
#grid2 .container_h1 .surlignage-court-header .left {
  width: 25%;
  margin-right: 15px;
}

#grid .container_h1 .surlignage-court-header .right,
#grid2 .container_h1 .surlignage-court-header .right {
}

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

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

#grid p,
#grid2 p {
  font-family: 'Roboto-Medium';
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  margin-top: 7px;
}

#grid p br,
#grid2 p br {
  display: none;
}

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

#grid a:hover h1,
#grid2 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;
}

/* PLAYER YOUTUBE */

.youtube {
  background-color: rgb(255, 254, 133);
  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;
}

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

.single-banner-container {
}

.image-caption {
  font-size: 12px;
  line-height: 14px;
  font-family: 'robotoregular';
  margin-top: 5px;
}

.articles-dates {
  font-family: 'Roboto-Medium';
  font-size: 13px;
  line-height: 15px;
  margin-bottom: 20px;
}

.articles-contributeurs p {
  font-family: 'Roboto-Medium';
  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';
}

/* SURLIGNAGES */

.typologie-surlignage h1,
.typologie-entretien 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 {
  width: calc(100% / 3);
}

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

.references,
.related {
  font-size: 12px;
  line-height: 14px;
  font-family: 'Roboto-Medium';
  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;
}

/* PLAYER */

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

.player-controls {
  width: 100%;
  font-size: 13px;
  line-height: 13px;
  font-family: 'Roboto-Medium';
}

#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;
}

#start-time {
}

#end-time {
}

#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 {
}

.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: 'robotoregular';
  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-Medium';
  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: 20px 0px 0px 0px;
}

footer .container-fluid {
  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: center;
  flex-wrap: wrap;
}

footer .footer-right a {
  display: block;
  flex: 0 0 20%;
}

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

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

/* ENTRETIEN */

.typologie-entretien .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-entretien .texte {
  margin-top: -20px;
}

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

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

blockquote {
  position: absolute;
  left: -120px;
  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-evenement .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-evenement .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-Medium';
  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-Medium';
  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: 'robotoregular';
}

.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-Medium';
  color: black !important;
  font-style: italic;
  text-decoration: none !important;
}

.button-link-don {
  display: block;
  background-color: #ffc5bb;

  text-transform: uppercase;
  color: black;
  font-family: 'robotoregular';
  font-size: 16px;
  line-height: 16px;
  padding: 5px;
  position: absolute;
  bottom: 11px;
  right: 15px;
}

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

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

.marquee {
  display: none;
}

/* MODIF MAT BANNER */

@media (max-width: 992px) {
  header {
    display: none;
  }
  section {
    margin-top: 0px;
  }
  sup {
    display: none;
  }
  #header_mobile {
    display: block;
    position: fixed;
    top: 0;
    z-index: 100;
  }
  .header_left {
    padding: 15px;
    position: fixed;
    z-index: 100;
    width: 55px;
    height: 105vh;
    background-color: white;
  }
  .header_left img {
    width: 100%;
    display: block;
  }
  .logo_mobile {
    margin-bottom: 18px;
  }
  .header_left .menu_mobile_close {
    display: none;
  }
  #menu_header_mobile {
    height: 105vh;
    background-color: rgb(255, 255, 255);
    max-width: calc(50vw);
    width: calc(100vw - 30px);
    position: fixed;
    top: 0;
    z-index: 10;
    padding-left: 55px;
    left: -100vw;
    -webkit-transition: left 0.3s ease-in-out;
    -moz-transition: left 0.3s ease-in-out;
    -o-transition: left 0.3s ease-in-out;
    transition: left 0.3s ease-in-out;
    max-width: 450px;
  }
  #menu_header_mobile.opened {
    left: 0px;
  }
  #menu_header_mobile .inside {
    height: 105vh;
    border-left: 1px solid;
    border-right: 1px solid;
  }
  .menu_header {
    line-height: 25px;
    font-size: 25px;
    line-height: 30px;
    text-transform: uppercase;
    padding: 15px 0px 0px 5px;
    font-family: 'Roboto-Medium';
    border-top: none;
  }
  .menu_header li {
    list-style: none;
    display: block;
    padding: 0px;
    margin-bottom: 15px;
  }
  .menu_header li a,
  .menu_header li a:active,
  .menu_header li a:visited {
    color: black;
    padding: 0px 10px 0px 10px;
  }
  .menu_header li a:hover,
  .menu_header li.current-menu-item a,
  .menu_header li.current-menu-parent a {
    text-decoration: none;
    background: rgb(255, 255, 110) 10%;
    padding: 0px 10px 0px 10px;
  }
  .menu_pages {
    display: block !important;
    position: relative;
    border-top: 0px;
    margin-top: 15px;
    padding: 0px 15px 0px 15px;
    border-bottom: none;
  }
  .menu_pages li {
    list-style: none;
    display: block;
    padding: 0px;
    margin-bottom: 15px;
  }
  .menu_pages li:first-child {
    display: none;
  }
  #menu-item-703 {
    display: block;
  }
  .menu_page_content_container {
    display: none;
    padding-top: 0px;
    background-color: rgb(255, 255, 255);
    position: fixed;
    top: 0;
    z-index: 10;
    max-width: calc(50vw);
    width: calc(100vw - 30px);
    padding-left: 55px;
    max-width: 450px;
  }
  .menu-menu_pages-container {
    display: block;
  }
  .scroll_content_page {
    height: 100vh;
    overflow: auto;
    border-bottom: none;
    border-right: 1px solid;
    border-left: 1px solid;
  }
  .scroll_content_page .container-fluid,
  .scroll_content_page [class*='col-'] {
    padding-right: 15px;
    padding-left: 15px;
  }
  #equipe {
    margin-bottom: 10px;
  }
  #presse {
    margin-bottom: 40px;
  }
  .menu_page_content {
    padding: 15px 0px 80px 0px;
  }
  .menu_page_content #texte {
    margin-bottom: 0px;
  }
  .menu_page_content h1 {
    font-size: 20px;
    line-height: 24px;
  }
  .menu_page_content .fonction,
  .menu_page_content .nom {
    position: relative;
    opacity: 1;
    padding: 0px;
  }
  .menu_page_content .image_equipe_container {
    margin-bottom: 30px;
  }
  .menu_page_content img {
    margin-bottom: 5px;
  }
  .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;
    width: auto;
    border-bottom: none;
    text-align: left;
    padding: 0px 0px 0px 15px;
    background-color: transparent;
    border-radius: none;
    font-size: 25px;
    line-height: 30px;
    text-transform: uppercase;
    border-bottom: 1px solid;
    font-family: 'Roboto-Medium';
    border-top: none;
    position: relative;
    margin-top: 0px;
    border-right: none;
    padding-bottom: 15px;
  }
  #searchform {
  }
  #searchform #s {
    font-family: 'Roboto-Medium';
    font-size: inherit;
    line-height: inherit;
    bottom: 0px;
    width: 75%;
    padding: 0px;
    background-color: transparent;
    height: auto;
  }
  #wrapper {
    padding-top: 15px !important;
  }
  .container-fluid {
    padding-right: 15px;
    padding-left: 55px;
    position: relative;
  }
  #grid,
  #grid2 {
    width: 100%;
    left: 0px;
  }
  .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;
  }
  .article-long h1 {
  }
  .single h1 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 3px;
  }
  .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;
  }
  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;
    font-size: 16px;
    line-height: 16px;
    font-family: 'robotoregular';
    padding: 15px 0px;
  }

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

  .marquee span {
    font-family: 'Roboto-Medium';
    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-Medium';
    font-size: 25px;
    line-height: 25px;
    margin: 0 5px;
    margin-bottom: 15px;
  }

  /* MODIF MAT BANNER */
}

@media (min-width: 992px) {
  #grid2 {
    display: flex;
  }
}

.correction {
  background: #ffff6e;
}
