@charset "UTF-8";
/*******************************************************************/
/*        Structure générale                                       */
/*******************************************************************/
hr {
  border: 0px;
  border-top: solid 1px #e1e1e1;
  color: #FFFFFF;
  height: 1px;
  margin: 15px 0px 10px 0px;
  clear: both;
}

a {
  color: var(--color1);
  text-decoration: none;
}

a:hover {
  color: var(--color1-declined);
}

/* Adaptation des boutons Bootstrap */
.btn.btn-primary {
  --bs-btn-bg: var(--color1);
  --bs-btn-border-color: var(--color1);
  --bs-btn-color: white;
  --bs-btn-hover-bg: var(--color1-declined);
  --bs-btn-hover-border-color: var(--color1-declined);
  --bs-btn-active-bg: var(--color1-declined);
  --bs-btn-active-border-color: var(--color1-declined);
}
.btn.btn-primary:not(:disabled):not(.disabled).active, .btn.btn-primary:not(:disabled):not(.disabled):active {
  --bs-btn-active-bg: var(--color1-declined);
  --bs-btn-active-border-color: var(--color1-declined);
}
.btn.btn-outline-primary {
  --bs-btn-border-color: var(--color1);
  --bs-btn-color: var(--color1);
  --bs-btn-hover-bg: white;
  --bs-btn-hover-border-color: var(--color1-declined);
  --bs-btn-hover-color: var(--color1-declined);
}

.form-check-input:checked ~ .form-check-label::before {
  background-color: var(--color1);
  border-color: var(--color1);
}

.more_link {
  float: right;
  position: absolute;
  right: 12px;
  top: 16px;
}
.more_link a {
  vertical-align: middle;
}
.more_link a:not(.rss):not(.iCal) {
  background: var(--color2);
  color: #FFF;
  font-size: 11.5px;
  padding: 3px;
  border-radius: 3px;
}
.more_link a:not(.rss):not(.iCal):hover {
  background: var(--color1);
  color: #FFF;
}
.more_link a.rss {
  padding: 0 3px;
  border-radius: 3px;
  color: #FFF;
  background: #FFA500;
}
.more_link a.iCal {
  padding: 0 3px;
  border-radius: 3px;
  color: #FFF;
  background: red;
}

aside .more_link {
  right: 7px;
  top: 2px;
}

/* Pour Safari */
select {
  overflow: hidden;
}

h3 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

@media screen and (min-width: 567px) {
  body.background-fullscreen #contenu::before {
    display: block;
    content: " ";
    height: calc(100vh - var(--height-barre-noire));
    max-height: 100%;
    overflow: hidden;
  }
  body.background-fullscreen header#header {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
  }
}
body.no-orientation header#header {
  max-width: 1400px;
  margin: 0 auto;
}

/*******************************************************************/
/*        Header                                                   */
/*******************************************************************/
header#header {
  position: relative;
}
header#header div.fond {
  color: #FFF;
  padding: 10px 0;
  margin-bottom: 5px;
  background: var(--color1);
  box-shadow: 0 7px 5px rgba(80, 80, 80, 0.5);
}
header#header div.fond #degrade {
  position: absolute;
  background: url(/images/design-1/header-gradient.png);
  height: 70px;
  width: 100%;
  top: 0;
  z-index: 1;
}
header#header div.fond a {
  position: relative;
  z-index: 2;
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
  text-decoration: none;
  font-size: var(--title-size);
  color: var(--title-color);
}
header#header div.fond a:hover {
  text-decoration: none;
}
header#header div.fond .titre,
header#header div.fond .slogan {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
}
header#header div.fond .slogan {
  font-size: var(--slogan-size);
}
header#header #image_logo {
  display: block;
  float: left;
  margin-right: 15px;
  width: var(--logo-size);
  height: var(--logo-size);
}
header#header #logo img {
  float: left;
  max-width: 100%;
  max-height: 100%;
}
header#header #logo h1,
header#header #logo p {
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.5;
  clear: none;
}

body.no-logo.no-bandeau.no-title #degrade {
  display: none;
}

.bandeau {
  position: relative;
  background-size: 80px 60px;
  max-height: var(--bandeau-max-height);
  overflow: hidden;
}
.bandeau a {
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .bandeau {
    max-height: 150px;
  }
}
@media screen and (max-width: 567px) {
  .bandeau {
    max-height: 120px;
  }
}

body.no-logo header#header #image_logo {
  display: none !important;
}

body.no-bandeau #conteneur_bandeau {
  display: none !important;
}
body.no-bandeau .bandeau a {
  display: none !important;
}

body.no-headband .bandeau {
  display: none !important;
}

body.no-title header#header #logo h1,
body.no-title header#header #logo p {
  display: none !important;
}

body.no-asso-name header#header .fond {
  display: none !important;
}

@media screen and (max-width: 767px) {
  #image_logo {
    width: 100px !important;
    height: 100px !important;
  }
  #header #logo h1.longueur_1, #header #logo p.longueur_1 {
    font-size: 1em;
  }
  #header #logo h1.longueur_2, #header #logo p.longueur_2 {
    font-size: 0.8em;
  }
  #header #logo h1.longueur_3, #header #logo p.longueur_3 {
    font-size: 0.7em;
  }
  #header #logo h1.longueur_4, #header #logo p.longueur_4 {
    font-size: 0.6em;
  }
  #header #logo h1.longueur_5, #header #logo p.longueur_5 {
    font-size: 0.6em;
  }
  #header #logo h1.longueur_6, #header #logo p.longueur_6 {
    font-size: 0.5em;
  }
  #header #logo h1.longueur_7, #header #logo p.longueur_7 {
    font-size: 0.5em;
  }
  #header div.fond a {
    font-size: 2em !important;
  }
}
@media screen and (max-width: 567px) {
  .slogan {
    display: none;
  }
}
#barre-selection-section {
  margin-bottom: 2rem;
}
#barre-selection-section .inner {
  border: 5px solid var(--color2);
  border-top: none;
  color: var(--color1);
}
#barre-selection-section .inner h1 small {
  font-style: italic;
  font-size: 0.7em;
}
#barre-selection-section .inner div > a {
  color: var(--color1);
}
#barre-selection-section .inner div.niveau1 > ul {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  margin-top: 10px;
  padding: 5px 0;
}
#barre-selection-section .inner div.niveau1 > ul li {
  padding: 0;
}
#barre-selection-section .inner div.niveau1 > ul li a {
  padding: 8px 16px;
}
#barre-selection-section .inner div.niveau1 > ul li a:hover {
  background: var(--color1);
}
#barre-selection-section .inner ul a {
  color: #fff;
}
#barre-selection-section .inner ul.deux_niveaux li.level-1 a,
#barre-selection-section .inner ul.deux_niveaux li.level-1 span {
  color: #fff;
}
#barre-selection-section .inner .actif a {
  font-weight: bold;
}

/*******************************************************************/
/*        Footer                                                   */
/*******************************************************************/
footer#footer {
  background: url(/images/design-1/footer.png);
  position: relative;
  clear: both;
}
@media screen and (max-width: 575px) {
  footer#footer {
    margin-bottom: var(--height-mobile-login-bar);
  }
}
footer#footer .container {
  clear: both;
  color: #5E5E5E;
  line-height: 1em;
  margin: 0 auto;
}
footer#footer .container a {
  color: #5E5E5E;
  text-decoration: none;
}
footer#footer .container a:hover {
  color: var(--color1);
}
footer#footer .container .fa-bar-chart {
  font-size: 1.3em;
}
footer#footer .container .rss a {
  color: #FFF;
  background: #FFA500;
  display: inline-block;
  font-size: 28px;
  text-align: center;
  padding: 2px;
  width: 32px;
  height: 32px;
}
footer#footer h2 {
  font-size: 1.1rem;
  margin-top: 1rem;
  text-align: center;
}
footer#footer div.part {
  background: rgba(255, 255, 255, 0.5);
}
footer#footer nav {
  margin-bottom: 5px;
}
footer#footer nav#cookies ul,
footer#footer nav#legal ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer#footer nav#cookies li,
footer#footer nav#legal li {
  display: inline;
}
footer#footer nav#cookies li::before,
footer#footer nav#legal li::before {
  content: "- ";
}
footer#footer nav#cookies li:first-child::before,
footer#footer nav#legal li:first-child::before {
  content: none;
}

.fixed-footer {
  --footer-height: 170px;
}
@media screen and (min-width: 768px) {
  .fixed-footer {
    --footer-height: 90px;
  }
  .fixed-footer.footer-with-partenaires {
    --footer-height: 220px;
  }
}
.fixed-footer #wrap {
  min-height: 100%;
  padding-bottom: var(--footer-height);
}
.fixed-footer footer#footer {
  margin-top: calc(-1 * var(--footer-height));
}

#participate_footer {
  display: none;
}
#participate_footer i {
  color: white;
  font-size: 1.5em;
}
@media screen and (max-width: 767px) {
  #participate_footer {
    display: block;
    text-align: center;
    background: rgba(0, 0, 0, 0.2);
    color: white;
  }
}

/******************************************************
                    PUBLICITES
******************************************************/
.bannieres {
  margin: 5px 0;
}

/******************************************************
                    MENU
******************************************************/
#mainmenu {
  background-color: var(--color2);
}
#mainmenu .dropdown-menu {
  z-index: 1001;
  background-color: rgba(0, 0, 0, 0.8);
  margin: 0;
}
#mainmenu .dropdown-menu a,
#mainmenu .dropdown-menu button {
  color: white;
}
#mainmenu .dropdown-menu a:hover, #mainmenu .dropdown-menu:focus {
  background-color: var(--color1);
}
#mainmenu .nav-item:hover,
#mainmenu .nav-item.show,
#mainmenu .nav-pills .nav-link.active,
#mainmenu .nav-pills .show > .nav-link {
  background-color: var(--color1);
}
#mainmenu .nav-item .nav-link,
#mainmenu .nav-item:hover .nav-link,
#mainmenu .nav-item.show .nav-link {
  color: white;
}
#mainmenu ul {
  min-height: 34px;
  width: 100%;
}
#mainmenu a.long,
#mainmenu button.long {
  max-width: 200px;
  line-height: 15px;
}
#mainmenu .parent_troplong {
  display: grid;
}
#mainmenu a.troplong,
#mainmenu button.troplong {
  max-width: 200px;
  line-height: 13px;
  padding: 0.5px 0.6rem;
  font-size: 13px;
  align-self: center;
}
#mainmenu.taille2 a.dropdown-toggle::after,
#mainmenu.taille2 button.dropdown-toggle::after, #mainmenu.taille3 a.dropdown-toggle::after,
#mainmenu.taille3 button.dropdown-toggle::after, #mainmenu.taille4 a.dropdown-toggle::after,
#mainmenu.taille4 button.dropdown-toggle::after, #mainmenu.taille5 a.dropdown-toggle::after,
#mainmenu.taille5 button.dropdown-toggle::after {
  display: none;
}
#mainmenu.taille3 a.nav-link, #mainmenu.taille3 button.nav-link {
  font-size: 15px;
}
#mainmenu.taille4 a.nav-link, #mainmenu.taille4 button.nav-link {
  font-size: 15px;
  padding-left: 12px;
  padding-right: 12px;
}
#mainmenu.taille5 a.nav-link, #mainmenu.taille5 button.nav-link {
  font-size: 15px;
  padding-left: 8px;
  padding-right: 8px;
}

/******************************************************
                   PAGE CONTENT
******************************************************/
#siblings-btns {
  position: absolute;
  top: 4px;
  right: 10px;
  background: white;
  border: 1px solid #e1e1e1;
}
@media screen and (max-width: 767px) {
  #siblings-btns {
    display: none;
  }
}

#contenu #main-column > section {
  width: 100%;
  margin: 1rem 0;
  padding: 6px;
  background: #F0F0F0;
  border: 1px solid #E1E1E1;
  border-radius: 3px;
}
#contenu #main-column > section .inner {
  background: #FFF;
  border: 1px solid #E1E1E1;
  clear: both;
  padding-bottom: 10px;
}
#contenu #main-column > section .inner > header {
  position: relative;
  padding: 10px;
  background: #f8f8f8;
  border-bottom: 1px #e1e1e1 solid;
  overflow: unset;
}
#contenu #main-column > section .inner > header h2 {
  color: #A1A1A1;
  font-weight: bold;
  font-size: 1.2rem;
  margin: 0;
  padding-left: 2px;
}
#contenu #main-column > section .inner .content {
  padding: 4px;
}
@media screen and (min-width: 768px) {
  #contenu #main-column > section .inner .content {
    padding: 1rem;
  }
}
#contenu #main-column > section .inner .content .detail span[itemprop=audience] {
  display: none;
}
#contenu #main-column > section .inner .content h2.secondary-content {
  margin: 1rem -1rem;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 1rem;
  font-size: 1.5rem;
  color: var(--color2);
  overflow: auto;
}
#contenu #main-column > section .inner .content .content {
  padding: 0;
}
#contenu #main-column > section .inner .content .ongletpanel {
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom: 8px;
  border: 1px solid #dee2e6;
  border-top: none;
  padding: 20px var(--bs-gutter-x) 0 var(--bs-gutter-x);
}
#contenu #main-column > section .inner .content .ongletpanel .inner {
  border: 0;
}
#contenu #main-column > section .inner .content .ongletpanel .inner > header {
  background: none;
  border-bottom: none;
}
#contenu #main-column > section .inner .content .liste h2 {
  margin: 0 0 0.5rem 0;
  border: none;
  padding: 0;
  font-size: 1.4rem;
}
#contenu #main-column > section .inner .content .liste p:not([itemprop=description]) {
  color: #777;
}
#contenu #main-column > section .inner .content .liste p:not([itemprop=description]) a:not(:hover) {
  color: #777;
}
#contenu #main-column > section .inner .content .liste ul.buttons {
  padding: 0;
}
#contenu #main-column > section .inner .content .liste ul.buttons li.content-link {
  font-size: 0.8em;
  list-style: none;
}
#contenu #main-column > section .inner .content .liste ul.buttons a {
  white-space: nowrap;
}
#contenu #main-column > section .inner .content .liste .element-inline:not(.last) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
}
#contenu #main-column > section .inner .content .liste h2.subheader {
  margin: 1rem -1rem;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 1rem;
  font-size: 1.5rem;
  color: var(--color2);
  overflow: auto;
}
#contenu #main-column > section .inner .content .liste .level3 h3.subheader {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 1.2em;
  line-height: 30px;
}
#contenu #main-column > section .inner .content .liste .level3 h3.subheader span {
  background: #e1e1e1;
  color: var(--color2);
  padding: 10px;
}
#contenu #main-column > section .inner .content .liste .level3 .inside-level-3 {
  border-left: 3px solid #e1e1e1;
  padding: 20px;
  margin-bottom: 20px;
}
#contenu #main-column > section .inner .content .liste.equipes {
  margin-left: -0.5rem !important;
  margin-right: -0.5rem !important;
}
#contenu #main-column > section .inner .content .liste.equipes .element-inline:not(.last) {
  border-bottom: none;
  margin-bottom: 0;
}
#contenu #main-column > section .inner .content .liste.equipes .element-inline {
  padding: 0.5rem !important;
}
#contenu #main-column > section .inner .content .liste.equipes .element-inline > div {
  background: #f5f5f5;
  padding: 0.5rem !important;
}
#contenu #main-column > section .inner .content section.detail.video {
  margin-top: -4px;
  margin-left: -4px;
  margin-right: -4px;
}
#contenu #main-column .carousel-control-prev,
#contenu #main-column .carousel-control-next {
  width: 8%;
  z-index: 800;
}
#contenu #main-column .carousel-control-prev:hover,
#contenu #main-column .carousel-control-next:hover {
  z-index: 1000;
  background: var(--color1);
}
#contenu aside > section {
  width: 100%;
  margin-top: 1rem;
  padding: 5px;
  border-radius: 3px;
  position: relative;
  background-color: var(--color2);
}
#contenu aside > section header {
  background-color: var(--color2);
  overflow: auto;
}
#contenu aside > section header h2 {
  color: #FFF;
  font-weight: bold;
  font-size: 1rem;
  margin: 0 0 7px 0;
  padding-left: 2px;
}
#contenu aside > section .content {
  padding: 4px;
}
#contenu aside > section .content .liste .element-inline:not(.last) {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e1e1e1;
}
#contenu aside > section .content .liste ul.buttons {
  padding: 0;
}
#contenu aside > section .content .liste ul.buttons li.content-link {
  font-size: 0.8em;
  list-style: none;
}
#contenu aside > section .content .liste ul.buttons a {
  white-space: nowrap;
}
#contenu aside > section.filter .content {
  background: white;
}
#contenu aside > section.filter ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#contenu aside > section.filter ul ul {
  margin: 0 0 5px 20px;
}
#contenu aside > section.filter ul li {
  color: var(--color2);
}
#contenu aside > section.filter ul li a {
  vertical-align: middle;
  color: var(--color2);
  text-decoration: none;
}
#contenu aside > section.filter ul li::before {
  content: ">";
  width: 15px;
  height: 15px;
  background: var(--color2);
  color: white;
  display: inline-block;
  line-height: 15px;
  font-weight: normal;
  font-size: 11px;
  text-align: center;
  vertical-align: middle;
  margin-right: 5px;
  transition: all 0.2s ease-out;
}
#contenu aside > section.filter ul li.actif::before {
  background: var(--color1);
}
#contenu aside > section.filter ul li.actif a {
  color: var(--color1);
}
#contenu aside > section.filter ul li:not(.not-hoverable):hover:hover a {
  background: var(--color1);
  color: #fff;
}
#contenu aside > section.filter ul li:not(.not-hoverable):hover:hover::before {
  background: var(--color1);
}
#contenu aside .carousel-control-prev,
#contenu aside .carousel-control-next {
  width: 10%;
  z-index: 800;
}
#contenu aside .carousel-control-prev:hover,
#contenu aside .carousel-control-next:hover {
  z-index: 1000;
  background: var(--color1);
}

html.uppercasable #contenu aside > section header h2 {
  text-transform: uppercase;
}

#contenu #main-column > section .inner .content .liste.derniers-resultats .element-inline:not(.last),
#contenu #main-column .inner .content section.liste.derniers-resultats .element-inline:not(.last) {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
#contenu #main-column > section .inner .content .liste.derniers-resultats h4.subheader,
#contenu #main-column .inner .content section.liste.derniers-resultats h4.subheader {
  display: none;
}

section#derniers-resultats h3.subheader {
  display: none;
}

#contenu #main-column > section .inner .content .liste.resultats h3.subheader,
#contenu #main-column .inner .content section.liste.resultats h3.subheader {
  display: none;
}
#contenu #main-column > section .inner .content .liste.resultats div.inside-level-3,
#contenu #main-column .inner .content section.liste.resultats div.inside-level-3 {
  border-left: none;
  padding: 0;
  margin-bottom: 0;
}

.liste.evenements .element-inline section.date time > span,
.liste.prochains-evenements .element-inline section.date time > span,
.liste.convocations .element-inline section.date time > span {
  position: relative;
  margin: 0 auto;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  background: rgb(221, 221, 221);
  background: linear-gradient(90deg, rgb(221, 221, 221) 0%, rgb(255, 255, 255) 50%, rgb(221, 221, 221) 100%);
  box-shadow: 3px -3px 3px #ccc;
  padding-bottom: 30px;
}
.liste.evenements .element-inline section.date time > span:before,
.liste.prochains-evenements .element-inline section.date time > span:before,
.liste.convocations .element-inline section.date time > span:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  left: -2px;
  margin-bottom: 0;
  border-top: 30px solid transparent;
  border-left: 59.5px solid white;
  border-right: 0;
  border-bottom: 0;
}
.liste.evenements .element-inline section.date time > span:after,
.liste.prochains-evenements .element-inline section.date time > span:after,
.liste.convocations .element-inline section.date time > span:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  right: -10px;
  margin-bottom: 0;
  border-top: 30px solid transparent;
  border-left: 0;
  border-right: 67.5px solid white;
  border-bottom: 0;
}
@media screen and (max-width: 575px) {
  .liste.evenements .element-inline section.date time > span,
  .liste.prochains-evenements .element-inline section.date time > span,
  .liste.convocations .element-inline section.date time > span {
    padding-bottom: 20px;
    width: 95px;
  }
  .liste.evenements .element-inline section.date time > span:before,
  .liste.prochains-evenements .element-inline section.date time > span:before,
  .liste.convocations .element-inline section.date time > span:before {
    border-top: 20px solid transparent;
    border-left: 47px solid white;
  }
  .liste.evenements .element-inline section.date time > span:after,
  .liste.prochains-evenements .element-inline section.date time > span:after,
  .liste.convocations .element-inline section.date time > span:after {
    border-top: 20px solid transparent;
    border-right: 55px solid white;
  }
}
.liste.evenements .element-inline.punaise section.date time > span:before,
.liste.prochains-evenements .element-inline.punaise section.date time > span:before,
.liste.convocations .element-inline.punaise section.date time > span:before {
  border-left-color: #F9F8A4;
}
.liste.evenements .element-inline.punaise section.date time > span:after,
.liste.prochains-evenements .element-inline.punaise section.date time > span:after,
.liste.convocations .element-inline.punaise section.date time > span:after {
  border-right-color: #F9F8A4;
}

#content-header {
  position: relative;
  padding: 10px;
  background: #f8f8f8;
  border-bottom: 1px #e1e1e1 solid;
  overflow: auto;
}
#content-header h1 {
  font-weight: bold;
  font-size: 2em;
  margin: 0.3rem 0;
  color: var(--color1);
}
#content-header h1.with-filters {
  float: left;
}
#content-header ol.breadcrumb {
  font-size: 0.8em;
  font-weight: bold;
  margin: 0;
  padding: 0;
  background: inherit;
}
#content-header ol.breadcrumb a {
  color: #999;
}
#content-header p {
  font-size: 0.8rem;
  color: #999;
  margin-bottom: 10px;
}
#content-header span[itemprop=audience] {
  display: block;
  clear: both;
  font-size: 0.8rem;
  color: #999;
  margin: 10px 0;
}
#content-header span[itemprop=audience] a {
  font-weight: bold;
}
#content-header section.date {
  width: 106px;
  float: left;
  font-size: 11px;
}
@media screen and (max-width: 575px) {
  #content-header section.date {
    width: 80px;
  }
}
#content-header section.date time > span {
  position: relative;
  margin: 0 auto;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  background: rgb(221, 221, 221);
  background: linear-gradient(90deg, rgb(221, 221, 221) 0%, rgb(255, 255, 255) 50%, rgb(221, 221, 221) 100%);
  box-shadow: 3px -3px 3px #ccc;
  padding-bottom: 30px;
  color: var(--color1);
}
#content-header section.date time > span .a {
  color: var(--color1);
}
#content-header section.date time > span:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  left: -2px;
  margin-bottom: 0;
  border-top: 30px solid transparent;
  border-left: 47px solid #f8f8f8;
  border-right: 0;
  border-bottom: 0;
}
#content-header section.date time > span:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  right: -10px;
  margin-bottom: 0;
  border-top: 30px solid transparent;
  border-left: 0;
  border-right: 55px solid #f8f8f8;
  border-bottom: 0;
}
@media screen and (max-width: 575px) {
  #content-header section.date time > span {
    padding-bottom: 20px;
    width: 70px;
  }
  #content-header section.date time > span:before {
    border-top: 20px solid transparent;
    border-left: 37px solid #f8f8f8;
  }
  #content-header section.date time > span:after {
    right: -5px;
    border-top: 20px solid transparent;
    border-right: 40px solid #f8f8f8;
  }
}

.infos-publications {
  display: none;
}

#content-footer {
  border-top: 1px #e1e1e1 solid;
  margin: 0 calc(var(--bs-gutter-x) * 0.5);
  padding-top: 10px;
}
#content-footer .back-link {
  color: #A1A1A1;
  font-weight: bold;
  align-content: center;
}
#content-footer .back-link a {
  color: #A1A1A1;
}
#content-footer .back-link a:hover {
  color: var(--color1);
}
#content-footer .auteur {
  float: right;
}
#content-footer .auteur span {
  display: block;
  margin-top: 2px;
  float: left;
  text-align: right;
  font-size: 11px;
  font-weight: normal;
  color: #969696;
}
#content-footer .auteur span a, #content-footer .auteur span em {
  font-style: normal;
  font-weight: bold;
  color: #969696;
}
#content-footer .auteur span hr {
  display: block;
  margin: 0;
  visibility: hidden;
}
#content-footer .auteur span a:hover {
  color: var(--color1);
}
#content-footer .auteur img {
  width: 30px;
  max-height: 30px;
  margin-left: 10px;
  border: 1px solid #e1e1e1;
}

html.uppercasable #content-header h1 {
  text-transform: uppercase;
}
html.uppercasable #contenu #main-column > section .inner > header h2 {
  text-transform: uppercase;
}

.liste.album-photos article h2,
.liste.album-videos article h2 {
  display: inline-block;
}
.liste.album-photos article p,
.liste.album-videos article p {
  display: inline-block;
  font-style: italic;
}
.liste.album-photos article p.text-muted,
.liste.album-videos article p.text-muted {
  display: block;
  font-size: 0.9em;
  font-style: normal;
}
.liste.album-photos article p.text-muted a,
.liste.album-videos article p.text-muted a {
  color: var(--color1);
  text-decoration: none;
  font-weight: bold;
}
.liste.album-photos article p.text-muted a:hover,
.liste.album-videos article p.text-muted a:hover {
  text-decoration: underline;
}
.liste.album-photos article span[itemprop=audience],
.liste.album-videos article span[itemprop=audience] {
  float: right;
}

/*
.liste.actualites {
    .date-month-container {
        .greydatecontainer {

            margin: 0 0 0.5rem 0;
            border: none;
            padding: 0;
            font-size: 1.4rem;

            .greydate {
                font-size: 1.4rem;
                text-transform: capitalize;

                strong, em {
                    font-weight: normal;
                    font-style: normal;
                }
            }
        }
    }

    .date-day-container {
        display: none;
    }
}
*/
.liste.actualites .date-month-container .greydatecontainer {
  border-top: 2px solid #5b5b5b;
  font-size: 1.4em;
  position: relative;
  margin: 30px 0;
}
.liste.actualites .date-month-container .greydatecontainer .greydate {
  display: inline-block;
  background: white;
  font-weight: bold;
  padding: 0 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.liste.actualites .date-month-container .greydatecontainer .greydate em {
  font-style: normal;
}
.liste.actualites .date-day-container {
  display: none;
}

.detail.contact #main-content {
  max-width: 500px;
  margin: 0 auto;
  padding: 1rem;
}
.detail.contact .coordonnees {
  text-align: center;
}
.detail.contact .description {
  text-align: left;
  font-size: 0.9em;
  max-width: 500px;
  margin: 20px auto 0;
}
.detail.contact .description P {
  text-align: left;
  font-size: 1em;
  margin: 5px 0;
}

#barre-de-filtrage {
  float: right;
  display: flex;
  justify-content: right;
  font-size: 16px;
  line-height: 16px;
}
#barre-de-filtrage span {
  width: auto;
  padding: 0 calc(var(--bs-gutter-x) * 0.5);
}
#barre-de-filtrage span SELECT, #barre-de-filtrage span INPUT {
  font-family: Arial, sans-serif;
  max-width: 140px;
  color: #9a9a9a;
  border: 1px solid #c0c0c0;
  border-radius: 2px;
  -webkit-appearance: none;
}

#barre-de-filtrage.nb-filtres-1 span SELECT, #barre-de-filtrage.nb-filtres-1 span INPUT {
  max-width: 250px;
}

#barre-de-filtrage.nb-filtres-2 span SELECT, #barre-de-filtrage.nb-filtres-2 span INPUT {
  max-width: 200px;
}

#barre-de-filtrage.nb-filtres-3 span SELECT, #barre-de-filtrage.nb-filtres-3 span INPUT {
  max-width: 180px;
}

.nav.onglets {
  margin-top: 8px;
  margin-left: 8px;
  margin-right: 8px;
}

/*******************************************************************/
/*        Composant Equipes                                        */
/*******************************************************************/
span[itemprop=audience] li:after {
  content: ", ";
}
span[itemprop=audience] li:last-child:after {
  content: "";
}

.liste .element-inline span[itemprop=audience] {
  margin-bottom: 1rem;
  display: block;
}

/*******************************************************************/
/*        Evenements                                               */
/*******************************************************************/
.participant .row {
  position: relative;
  background: #f0f0f0;
  padding-top: 3px;
  padding-bottom: 3px;
}
.participant .illustration {
  text-align: center;
}
.participant .illustration img {
  max-width: 33px;
}
.participant span,
.participant a,
.participant strong {
  line-height: 33px;
}
.participant span.status {
  float: unset;
  background: white;
  width: 23px;
  height: 23px;
  line-height: 23px;
  margin-top: 7px;
  border: 1px solid #000;
  text-align: center;
  border-radius: 50% !important;
  vertical-align: middle;
}
.participant .nom_membre {
  height: 33px;
}

#informations_evenement {
  margin-top: 5rem;
  margin-bottom: 5rem;
  text-align: center;
  display: none;
}
#informations_evenement.with-tableau-resultats {
  display: block;
}
#informations_evenement h2,
#informations_evenement p.info,
#informations_evenement .separateur {
  display: none;
}
#informations_evenement .resultat_score > div {
  display: flex;
  line-height: 30px;
}
#informations_evenement .opposant, #informations_evenement .score, #informations_evenement .logo {
  display: inline-block;
  align-content: center;
  text-align: left;
}
#informations_evenement .opposant span, #informations_evenement .score span, #informations_evenement .logo span {
  vertical-align: middle;
}
#informations_evenement .logo {
  width: 3%;
  padding: 2px 4px;
  background-color: var(--color1);
}
@media screen and (max-width: 992px) {
  #informations_evenement .logo {
    display: none;
  }
}
#informations_evenement .domicile .opposant.adversaire,
#informations_evenement .exterieur .opposant:not(.adversaire) {
  text-align: right;
}
#informations_evenement .opposant {
  width: 40%;
}
@media screen and (max-width: 992px) {
  #informations_evenement .opposant {
    width: 43%;
  }
}
#informations_evenement .tableau_resultats.nodate .opposant {
  width: 43%;
}
#informations_evenement .score {
  width: 7%;
}
#informations_evenement .opposant,
#informations_evenement .opposant a {
  padding: 0 5px;
  background-color: var(--color1);
  color: var(--color1-bkg-texte1);
  text-decoration: none;
}
#informations_evenement .score,
#informations_evenement .score a {
  text-align: center;
  background-color: var(--color1-declined);
  color: var(--color1-bkg-texte1);
  text-decoration: none;
}
#informations_evenement .logo.adversaire,
#informations_evenement .opposant.adversaire,
#informations_evenement .opposant.adversaire a {
  background: #D0D0D0;
  color: black;
  text-decoration: none;
}
#informations_evenement .score.adversaire,
#informations_evenement .score.adversaire a {
  background: #B0B0B0;
  color: black;
  text-decoration: none;
}
#informations_evenement .resultat,
#informations_evenement .resultat a {
  background-color: var(--color1-declined);
  color: var(--color1-bkg-texte1);
  text-decoration: none;
}
#informations_evenement .titre_evenement a {
  color: black;
  text-decoration: none;
}

#resultats_individuels h2 {
  display: none;
}
#resultats_individuels ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
#resultats_individuels li {
  flex-shrink: 0;
  flex: 0 0 auto;
  width: 100%;
  display: inline-block;
  padding: 10px;
}
@media screen and (min-width: 576px) {
  #resultats_individuels li {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  #resultats_individuels li {
    width: 33.3333333333%;
  }
}
#resultats_individuels li img {
  width: 50px;
  float: left;
  margin-right: 10px;
}
#resultats_individuels li strong {
  display: block;
}

.resultats_individuels ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.resultats_individuels li {
  flex-shrink: 0;
  flex: 0 0 auto;
  width: 100%;
  display: inline-block;
  padding: 10px;
}
@media screen and (min-width: 576px) {
  .resultats_individuels li {
    width: calc(50% - 20px);
  }
}
.resultats_individuels li img {
  width: 30px;
  margin-right: 10px;
}
.resultats_individuels li strong {
  font-weight: normal;
  font-style: italic;
  color: #777;
}
.resultats_individuels li strong::before {
  content: "- ";
}

/******************************************************
                    WIDGET 
******************************************************/
#contenu #main-column > section.widget .inner {
  padding-bottom: 0;
}

.widget_libre .content {
  background: white;
}

.widget_inscription .content {
  text-align: center;
}
.widget_inscription .content p,
.widget_inscription .content h3 {
  margin: 0 auto;
  font-weight: normal;
}
.widget_inscription .content h2.separateur {
  color: #333;
  font-size: 1.4em;
  font-weight: normal;
  margin: 25px 0;
  text-align: center;
  border-bottom: 1px solid #ededed;
  line-height: 0;
}
.widget_inscription .content h2.separateur span {
  background: white;
  padding: 2px 7px;
}
.widget_inscription .content h3 {
  width: 60%;
  color: #333;
  font-size: 1.4em;
}
.widget_inscription .content h3 span {
  color: var(--color1);
  font-weight: bold;
}
.widget_inscription .content p {
  width: 70%;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 7px;
}

html.uppercasable .widget_inscription {
  text-transform: uppercase;
}
html.uppercasable .widget_inscription h2.separateur {
  text-transform: uppercase;
}

.widget_evenement span[itemprop=audience] {
  font-size: 0.8rem;
  margin: 0 !important;
  float: right;
}
.widget_evenement h3 {
  margin-bottom: 0;
}
.widget_evenement .text-muted {
  color: #282828;
  font-size: 14px;
  font-weight: bold;
}
.widget_evenement .text-muted a {
  color: #777;
}
.widget_evenement .adversaires_evenement {
  color: #9C9C9C;
}
.widget_evenement .date_evenement {
  text-align: center;
  font-weight: bold;
  line-height: 15px;
  color: var(--color1);
}
.widget_evenement .date_evenement .jour_evenement {
  font-size: 25.5px;
}
.widget_evenement .date_evenement .annee_evenement {
  color: #A1A1A1;
  margin-top: 3px;
}

html.uppercasable .widget_evenement .date_evenement .mois_evenement {
  text-transform: uppercase;
}

.widget_calendrier.petit_widget .content {
  background: white;
}
.widget_calendrier h3 {
  display: none;
}
.widget_calendrier article .date_evenement {
  text-align: center;
  font-weight: bold;
  line-height: 15px;
  color: var(--color1);
}
.widget_calendrier article .date_evenement .jour_evenement {
  font-size: 25.5px;
}
.widget_calendrier article .date_evenement .annee_evenement {
  color: #A1A1A1;
  margin-top: 3px;
}
.widget_calendrier article h4 {
  font-size: 1.2rem;
}
.widget_calendrier article h4 a {
  color: var(--color1);
  text-decoration: none;
}
.widget_calendrier article p {
  margin-bottom: 0;
}

html.uppercasable .widget_calendrier article .date_evenement .mois_evenement {
  text-transform: uppercase;
}

.widget_resultat .content {
  background: white;
}

.widget_reseau .content {
  background-color: white;
}
.widget_reseau h3.separateur {
  background: #F6F6F6;
  line-height: 36px;
  margin: 0;
  padding-left: 5px;
  font-size: 1rem;
}
.widget_reseau .more_link {
  top: 4px;
}
.widget_reseau h4 {
  color: #777;
  font-size: 1rem;
  font-weight: normal;
  margin: 0;
}
.widget_reseau p.text-muted {
  font-size: 0.8em;
  color: #969696 !important;
}
.widget_reseau p.text-muted a {
  color: var(--color1) !important;
}
.widget_reseau .date_evenement {
  text-align: center;
  font-weight: bold;
  line-height: 15px;
  color: var(--color1);
}
.widget_reseau .date_evenement .jour_evenement {
  font-size: 25.5px;
}
.widget_reseau .date_evenement .annee_evenement {
  color: #A1A1A1;
  margin-top: 3px;
}

html.uppercasable .widget_reseau .date_evenement .mois_evenement {
  text-transform: uppercase;
}

.widget_actualite .content {
  background: white;
}
.widget_actualite h3 {
  margin-bottom: 0;
}
.widget_actualite p.text-muted {
  font-size: 0.8em;
  color: #969696 !important;
}
.widget_actualite span[itemprop=audience] {
  font-size: 0.8rem;
  margin: 0 !important;
  float: right;
}

.widget_newsletter .date_evenement {
  text-align: center;
  font-weight: bold;
  line-height: 15px;
  color: var(--color1);
}
.widget_newsletter .date_evenement .jour_evenement {
  font-size: 25.5px;
}
.widget_newsletter .date_evenement .annee_evenement {
  color: #A1A1A1;
  margin-top: 3px;
}

html.uppercasable .widget_newsletter .date_evenement .mois_evenement {
  text-transform: uppercase;
}

.widget_section .list-group-item {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  margin: 0 0 5px 0;
  border: 0;
}
.widget_section .list-group-item.active {
  background-color: var(--color1);
  color: white;
}
.widget_section .list-group-item:not(.active) {
  background-color: #ededed;
  color: #323232;
}
.widget_section .list-group-item:not(.active):hover {
  background-color: #ddd;
}
.widget_section .list-group .list-group {
  margin-bottom: 5px;
}
.widget_section .list-group .list-group .list-group-item {
  margin: 0 23px;
  border-left: 1px solid #323232;
  padding: 2px 10px;
  width: calc(100% - 23px);
}
.widget_section .list-group .list-group .list-group-item:not(.active) {
  background-color: white;
  color: #323232;
}
.widget_section .list-group .list-group .list-group-item:not(.active):hover {
  background-color: #ddd;
}
.widget_section h3.separateur {
  color: var(--color1);
  font-size: 1rem;
  font-weight: normal;
  margin: 25px 0;
  text-align: center;
  border-bottom: 1px solid #ededed;
  line-height: 0;
}
.widget_section h3.separateur span {
  background: white;
  padding: 2px 7px;
  border: 2px solid #eee;
}

.widget_reservations .content {
  background: white;
}
.widget_reservations p {
  text-align: center;
}
.widget_reservations a.tickets {
  text-align: center;
  color: #777;
  font-size: 1em;
}
.widget_reservations.petit_widget .infos_creneau {
  font-size: 1.2em;
}
.widget_reservations.grand_widget .infos_creneau {
  font-size: 1.4em;
}
.widget_reservations .infos_creneau p {
  color: #777;
}
.widget_reservations .infos_creneau p strong {
  font-weight: bold;
  font-size: 1.1em;
}

.widget_operations_preventes.petit_widget .content {
  background: white;
}

.widget_boutique.petit_widget .content {
  background: white;
}
.widget_boutique mark.prix {
  display: block;
  background: white;
  margin-bottom: 10px;
  font-weight: bold;
  padding: 5px;
  text-align: right;
}
.widget_boutique mark.prix sup {
  font-size: 0.7em;
  vertical-align: super;
}
.widget_boutique mark.prix .prix_barre {
  text-decoration: line-through;
}
.widget_boutique ul.buttons {
  display: none;
}

.widget_panier .content {
  background: white;
}

.widget_partenaire .content {
  background: #eee;
}
.widget_partenaire .carousel-inner {
  padding-top: 30px;
  padding-bottom: 40px;
  color: #555;
}

.widget_rss .content,
.widget_rss_fede .content {
  background: white;
}
.widget_rss .content header,
.widget_rss_fede .content header {
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
  margin: 10px 0;
}
.widget_rss .content header a,
.widget_rss_fede .content header a {
  text-decoration: none;
}
.widget_rss .content header a:hover,
.widget_rss_fede .content header a:hover {
  text-decoration: underline;
}
.widget_rss div.info,
.widget_rss ul.buttons,
.widget_rss_fede div.info,
.widget_rss_fede ul.buttons {
  display: none;
}
.widget_rss p.text-muted,
.widget_rss_fede p.text-muted {
  font-size: 0.8em;
  color: #969696 !important;
}
.widget_rss img,
.widget_rss_fede img {
  max-width: 100%;
  height: auto;
}
.widget_rss h3,
.widget_rss_fede h3 {
  display: inline-block;
  margin-bottom: 0;
  font-size: 1rem;
}
.widget_rss h3 a,
.widget_rss_fede h3 a {
  color: var(--color1);
  text-decoration: none;
  font-size: 1rem;
}
.widget_rss h3 a:hover,
.widget_rss_fede h3 a:hover {
  text-decoration: underline;
}
.widget_rss p.description,
.widget_rss .description p,
.widget_rss_fede p.description,
.widget_rss_fede .description p {
  color: #777777;
  margin: 5px 0;
  text-transform: none;
}

html.uppercase .widget_rss .content header,
html.uppercase .widget_rss_fede .content header {
  text-transform: uppercase;
}

.widget_app_mobile.petit_widget .content {
  background: white;
}
.widget_app_mobile.petit_widget .content h3 {
  text-align: center;
  font-size: 1.1rem;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 0px;
  color: #555;
}
.widget_app_mobile.petit_widget .content h4 {
  text-align: center;
  font-size: 1.1rem;
  margin-bottom: 10px;
  color: #555;
}
.widget_app_mobile.petit_widget .content hr {
  visibility: hidden;
  margin: 5px 0;
}

.widget_app_mobile.grand_widget .content {
  background: white;
}
.widget_app_mobile.grand_widget .content h3 {
  font-size: 1.1rem;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 0px;
  color: #555;
}
.widget_app_mobile.grand_widget .content h4 {
  font-size: 1.1rem;
  margin-bottom: 10px;
  color: #555;
}

#contenu #main-column > section .widget-plie .petit_widget.widget_panier {
  float: right;
}
#contenu #main-column > section .widget-plie .petit_widget.widget_panier .inner {
  padding-bottom: 0;
  margin-top: 10px;
  border: none;
}
#contenu #main-column > section .widget-plie .petit_widget.widget_panier .inner .content {
  padding: 4px;
}
#contenu #main-column > section .widget-plie .petit_widget.widget_panier .inner > header {
  background-color: white;
  padding: 6px 3px 3px 6px;
  border-radius: 6px;
  border: 1px solid #E1E1E1;
}
#contenu #main-column > section .widget-plie .petit_widget.widget_panier .inner > header h2 {
  color: var(--color1);
}
@media screen and (max-width: 767px) {
  #contenu #main-column > section .widget-plie .petit_widget.widget_panier .inner > header {
    padding: 0;
  }
  #contenu #main-column > section .widget-plie .petit_widget.widget_panier .inner > header h2 {
    padding: 10px 3px 3px 6px;
  }
}
#contenu #main-column > section .widget-plie .petit_widget.widget_panier:hover .inner > header {
  border-radius: 6px 6px 0 0;
  border-bottom: 1px solid white;
  z-index: 2;
}
#contenu #main-column > section .widget-plie .petit_widget.widget_panier:hover .inner .content {
  margin-top: -2px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #contenu #main-column > section .widget-plie .petit_widget.widget_panier:hover .inner .content {
    margin-top: 2px;
  }
}
#contenu #main-column > section .widget-plie .petit_widget.widget_panier h2 {
  position: relative;
  height: unset;
  padding: 0;
  border-radius: var(--bs-border-radius);
  font-size: 15px;
  font-weight: normal;
  text-transform: none;
}

#contenu #main-column > section,
#contenu aside > section {
  /* FFTA */
  /* FFBB */
}
#contenu #main-column > section.petit_widget.widget_panier h2 .compteur sup,
#contenu aside > section.petit_widget.widget_panier h2 .compteur sup {
  vertical-align: unset;
}
#contenu #main-column > section.widget_rss_fede.federation_161.premium,
#contenu aside > section.widget_rss_fede.federation_161.premium {
  border-color: #1A89E0;
  background-color: #125F9B;
  background-image: linear-gradient(90deg, #084276, #125F9B);
}
#contenu #main-column > section.widget_rss_fede.federation_161.premium .inner,
#contenu aside > section.widget_rss_fede.federation_161.premium .inner {
  background: unset;
  border: unset;
}
#contenu #main-column > section.widget_rss_fede.federation_161.premium .inner > header,
#contenu aside > section.widget_rss_fede.federation_161.premium .inner > header {
  background: unset;
}
#contenu #main-column > section.widget_rss_fede.federation_161.premium .inner > header h2.secondary-content,
#contenu aside > section.widget_rss_fede.federation_161.premium .inner > header h2.secondary-content {
  color: white;
}
#contenu #main-column > section.widget_rss_fede.federation_161.premium .content header,
#contenu aside > section.widget_rss_fede.federation_161.premium .content header {
  margin-bottom: 2rem;
}
#contenu #main-column > section.widget_rss_fede.federation_161.premium .content header:before,
#contenu aside > section.widget_rss_fede.federation_161.premium .content header:before {
  content: "";
  height: 1px;
  background: #cb8137;
  top: 16px;
  left: 0;
  right: 0;
  display: block;
  position: relative;
  z-index: 0;
}
#contenu #main-column > section.widget_rss_fede.federation_161.premium .content header a,
#contenu aside > section.widget_rss_fede.federation_161.premium .content header a {
  background: #cb8137;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  padding: 4px 20px !important;
  border-radius: 2px;
  z-index: 1;
  position: relative;
}
#contenu #main-column > section.widget_rss_fede.federation_161.premium .content h3,
#contenu aside > section.widget_rss_fede.federation_161.premium .content h3 {
  font-size: 1em;
}
#contenu #main-column > section.widget_rss_fede.federation_161.premium .content h3 a,
#contenu aside > section.widget_rss_fede.federation_161.premium .content h3 a {
  color: black;
}
#contenu #main-column > section.widget_rss_fede.federation_161.premium.petit_widget .content header a,
#contenu aside > section.widget_rss_fede.federation_161.premium.petit_widget .content header a {
  font-size: 13px;
  padding: 4px 10px !important;
}
#contenu #main-column > section.widget_rss_fede.federation_140.premium,
#contenu aside > section.widget_rss_fede.federation_140.premium {
  border-color: rgb(10, 50, 129);
  background-color: rgb(10, 50, 129);
  background-image: linear-gradient(-45deg, rgba(213, 9, 27, 0.86), rgb(10, 50, 129));
}
#contenu #main-column > section.widget_rss_fede.federation_140.premium .inner,
#contenu aside > section.widget_rss_fede.federation_140.premium .inner {
  background: unset;
  border: unset;
}
#contenu #main-column > section.widget_rss_fede.federation_140.premium .inner > header,
#contenu aside > section.widget_rss_fede.federation_140.premium .inner > header {
  background: unset;
}
#contenu #main-column > section.widget_rss_fede.federation_140.premium .inner > header h2.secondary-content,
#contenu aside > section.widget_rss_fede.federation_140.premium .inner > header h2.secondary-content {
  color: white;
}
#contenu #main-column > section.widget_rss_fede.federation_140.premium .content header,
#contenu aside > section.widget_rss_fede.federation_140.premium .content header {
  margin-bottom: 2rem;
}
#contenu #main-column > section.widget_rss_fede.federation_140.premium .content header:after,
#contenu aside > section.widget_rss_fede.federation_140.premium .content header:after {
  content: "";
  height: 1px;
  background: #e6e6e6;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  position: relative;
  z-index: 0;
}
#contenu #main-column > section.widget_rss_fede.federation_140.premium .content header a,
#contenu aside > section.widget_rss_fede.federation_140.premium .content header a {
  background: #e6e6e6;
  color: #5d5d5d;
  font-weight: 600;
  font-size: 16px;
  padding: 4px 20px !important;
  border-radius: 2px;
  z-index: 1;
  position: relative;
}
#contenu #main-column > section.widget_rss_fede.federation_140.premium .content header a:hover,
#contenu aside > section.widget_rss_fede.federation_140.premium .content header a:hover {
  text-decoration: none;
  color: #000;
}
#contenu #main-column > section.widget_rss_fede.federation_140.premium .content h3,
#contenu aside > section.widget_rss_fede.federation_140.premium .content h3 {
  font-size: 1em;
}
#contenu #main-column > section.widget_rss_fede.federation_140.premium .content h3 a,
#contenu aside > section.widget_rss_fede.federation_140.premium .content h3 a {
  color: #223f9a;
}
#contenu #main-column > section.widget_rss_fede.federation_140.premium .content h3 a:hover,
#contenu aside > section.widget_rss_fede.federation_140.premium .content h3 a:hover {
  color: rgba(213, 9, 27, 0.86);
  text-decoration: none;
}
#contenu #main-column > section.widget_rss_fede.federation_140.premium.petit_widget .content header a,
#contenu aside > section.widget_rss_fede.federation_140.premium.petit_widget .content header a {
  font-size: 13px;
  padding: 4px 10px !important;
}

html.uppercasable #contenu #main-column > section.widget_rss_fede.federation_161.premium .content header a, html.uppercasable #contenu #main-column > section.widget_rss_fede.federation_140.premium .content header a,
html.uppercasable #contenu aside > section.widget_rss_fede.federation_161.premium .content header a,
html.uppercasable #contenu aside > section.widget_rss_fede.federation_140.premium .content header a {
  text-transform: uppercase;
}

.widget_membres .content {
  background: white;
}
.widget_membres .content h3 {
  margin-bottom: 3px;
  font-size: 1rem;
}
.widget_membres .content .text-muted {
  color: #777 !important;
  font-size: 0.8em;
}

.widget_anniversaires .content {
  background: white;
}
.widget_anniversaires .content h3.separateur {
  background: #F6F6F6;
  line-height: 36px;
  margin: 20px 0;
  padding-left: 5px;
  font-size: 1rem;
}
.widget_anniversaires .content h4 {
  font-size: 1rem;
  margin-bottom: 3px;
}
.widget_anniversaires .content .text-muted {
  color: #777 !important;
  font-size: 0.8em;
}

.widget_album_video.petit_widget .content {
  padding: 0 !important;
}

.widget_album_photo.petit_widget .content {
  padding: 0 !important;
}

.chapo {
  font-size: 1.2em;
  font-weight: bold;
}

/******************************************************
                    A LA UNE
******************************************************/
#contenu #main-column > section.widget_a_la_une .inner .content {
  padding: 0;
}

#contenu .widget.widget_a_la_une.horizontal .carousel {
  border: 0;
}

.widget_a_la_une .evenement_a_la_une .date_evenement {
  color: var(--color1);
}
.widget_a_la_une .evenement_a_la_une h3 span {
  background: var(--color1);
  color: white;
}
.widget_a_la_une .news_a_la_une h3 {
  color: var(--color1);
}
.widget_a_la_une .albumvideo_a_la_une .icone,
.widget_a_la_une .video_a_la_une .icone,
.widget_a_la_une .albumphoto_a_la_une .icone {
  background-color: var(--color1);
}

/******************************************************
                    PAGE PRODUIT
******************************************************/
#contenu #main-column > section .inner .content .detail.rubriques .fake-title h2.secondary-content,
#contenu #main-column > section .inner .content .detail.produits .fake-title h2.secondary-content {
  color: var(--color1);
  font-size: 1.5rem;
  font-weight: bold;
}
#contenu #main-column > section .inner .content .detail.rubriques .fake-title h2.secondary-content dl[itemProp=priceSpecification],
#contenu #main-column > section .inner .content .detail.produits .fake-title h2.secondary-content dl[itemProp=priceSpecification] {
  margin: 0;
  padding: 0;
  float: right;
}
#contenu #main-column > section .inner .content .detail.rubriques #main-content dl[itemProp=priceSpecification],
#contenu #main-column > section .inner .content .detail.produits #main-content dl[itemProp=priceSpecification] {
  display: none;
}
#contenu #main-column > section .inner .content .detail.rubriques dl[itemProp=priceSpecification] strong,
#contenu #main-column > section .inner .content .detail.produits dl[itemProp=priceSpecification] strong {
  font-weight: normal;
  font-size: 0.8em;
}

#recapitulatif_commande,
#recapitulatif_recu,
#recapitulatif_facture {
  border: none;
}

/*******************************************************************/
/*        Réservations                                             */
/*******************************************************************/
#formulaire_page {
  background: linear-gradient(#fff, #f8f8f8);
}

#navigateur_date td.actif a {
  color: var(--color1);
}
