<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*******************************************************************/
/*        Structure générale                                       */
/*******************************************************************/
body.bg-type-photo {
  background: var(--background-image-personnalisee) fixed no-repeat center 34px var(--background-color);
  background-size: cover;
}

body.bg-type-tile {
  background-image: var(--background-image) !important;
  background-color: var(--background-color) !important;
}

body.bg-type-none {
  background-image: none !important;
  background-color: var(--background-color) !important;
}

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

/*******************************************************************/
/*        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;
  }
}
.bandeau #image_bandeau {
  width: var(--bandeau-w);
  height: var(--bandeau-h);
  margin: var(--bandeau-y) 0 0 var(--bandeau-x);
}

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 &gt; a {
  color: var(--color1);
}
#barre-selection-section .inner div.niveau1 &gt; ul {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  margin-top: 10px;
  padding: 5px 0;
}
#barre-selection-section .inner div.niveau1 &gt; ul li {
  padding: 0;
}
#barre-selection-section .inner div.niveau1 &gt; ul li a {
  padding: 8px 16px;
}
#barre-selection-section .inner div.niveau1 &gt; 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-apps a {
  display: block;
  max-width: 135px;
}
#footer-apps a img {
  width: 100%;
}

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

#slider_bannieres {
  width: 100%;
  max-width: 728px;
  margin: 10px auto;
}
#slider_bannieres img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 90px;
}

/******************************************************
                    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 &gt; .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 &gt; section {
  width: 100%;
  margin: 1rem 0;
  padding: 6px;
  background: #F0F0F0;
  border: 1px solid #E1E1E1;
  border-radius: 3px;
}
#contenu #main-column &gt; section .inner {
  background: #FFF;
  border: 1px solid #E1E1E1;
  clear: both;
  padding-bottom: 10px;
}
#contenu #main-column &gt; section .inner &gt; header {
  position: relative;
  padding: 10px;
  background: #f8f8f8;
  border-bottom: 1px #e1e1e1 solid;
  overflow: unset;
}
#contenu #main-column &gt; section .inner &gt; header h2 {
  color: #A1A1A1;
  font-weight: bold;
  font-size: 1.2rem;
  margin: 0;
  padding-left: 2px;
}
#contenu #main-column &gt; section .inner .content {
  padding: 4px;
}
@media screen and (min-width: 768px) {
  #contenu #main-column &gt; section .inner .content {
    padding: 1rem;
  }
}
#contenu #main-column &gt; section .inner .content .detail span[itemprop=audience] {
  display: none;
}
#contenu #main-column &gt; 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 &gt; section .inner .content .content {
  padding: 0;
}
#contenu #main-column &gt; 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 &gt; section .inner .content .ongletpanel .inner {
  border: 0;
}
#contenu #main-column &gt; section .inner .content .ongletpanel .inner &gt; header {
  background: none;
  border-bottom: none;
}
#contenu #main-column &gt; section .inner .content .liste h2 {
  margin: 0 0 0.5rem 0;
  border: none;
  padding: 0;
  font-size: 1.4rem;
}
#contenu #main-column &gt; section .inner .content .liste p:not([itemprop=description]) {
  color: #777;
}
#contenu #main-column &gt; section .inner .content .liste p:not([itemprop=description]) a:not(:hover) {
  color: #777;
}
#contenu #main-column &gt; section .inner .content .liste ul.buttons {
  padding: 0;
}
#contenu #main-column &gt; section .inner .content .liste ul.buttons li.content-link {
  font-size: 0.8em;
  list-style: none;
}
#contenu #main-column &gt; section .inner .content .liste ul.buttons a {
  white-space: nowrap;
}
#contenu #main-column &gt; section .inner .content .liste .element-inline:not(.last) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
}
#contenu #main-column &gt; 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 &gt; section .inner .content .liste .level3 h3.subheader {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 1.2em;
  line-height: 30px;
}
#contenu #main-column &gt; section .inner .content .liste .level3 h3.subheader span {
  background: #e1e1e1;
  color: var(--color2);
  padding: 10px;
}
#contenu #main-column &gt; section .inner .content .liste .level3 .inside-level-3 {
  border-left: 3px solid #e1e1e1;
  padding: 20px;
  margin-bottom: 20px;
}
#contenu #main-column &gt; section .inner .content .liste.equipes {
  margin-left: -0.5rem !important;
  margin-right: -0.5rem !important;
}
#contenu #main-column &gt; section .inner .content .liste.equipes .element-inline:not(.last) {
  border-bottom: none;
  margin-bottom: 0;
}
#contenu #main-column &gt; section .inner .content .liste.equipes .element-inline {
  padding: 0.5rem !important;
}
#contenu #main-column &gt; section .inner .content .liste.equipes .element-inline &gt; div {
  background: #f5f5f5;
  padding: 0.5rem !important;
}
#contenu #main-column &gt; 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 &gt; section {
  width: 100%;
  margin-top: 1rem;
  padding: 5px;
  border-radius: 3px;
  position: relative;
  background-color: var(--color2);
}
#contenu aside &gt; section header {
  background-color: var(--color2);
  overflow: auto;
}
#contenu aside &gt; section header h2 {
  color: #FFF;
  font-weight: bold;
  font-size: 1rem;
  margin: 0 0 7px 0;
  padding-left: 2px;
}
#contenu aside &gt; section .content {
  padding: 4px;
}
#contenu aside &gt; section .content .liste .element-inline:not(.last) {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e1e1e1;
}
#contenu aside &gt; section .content .liste ul.buttons {
  padding: 0;
}
#contenu aside &gt; section .content .liste ul.buttons li.content-link {
  font-size: 0.8em;
  list-style: none;
}
#contenu aside &gt; section .content .liste ul.buttons a {
  white-space: nowrap;
}
#contenu aside &gt; section.filter .content {
  background: white;
}
#contenu aside &gt; section.filter ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#contenu aside &gt; section.filter ul ul {
  margin: 0 0 5px 20px;
}
#contenu aside &gt; section.filter ul li {
  color: var(--color2);
}
#contenu aside &gt; section.filter ul li a {
  vertical-align: middle;
  color: var(--color2);
  text-decoration: none;
}
#contenu aside &gt; section.filter ul li::before {
  content: "&gt;";
  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 &gt; section.filter ul li.actif::before {
  background: var(--color1);
}
#contenu aside &gt; section.filter ul li.actif a {
  color: var(--color1);
}
#contenu aside &gt; section.filter ul li:not(.not-hoverable):hover:hover a {
  background: var(--color1);
  color: #fff;
}
#contenu aside &gt; 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 &gt; section header h2 {
  text-transform: uppercase;
}

#contenu #main-column &gt; 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 &gt; 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 &gt; section .inner .content .liste.resultats h3.subheader,
#contenu #main-column .inner .content section.liste.resultats h3.subheader {
  display: none;
}
#contenu #main-column &gt; 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 &gt; span,
.liste.prochains-evenements .element-inline section.date time &gt; span,
.liste.convocations .element-inline section.date time &gt; 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 &gt; span:before,
.liste.prochains-evenements .element-inline section.date time &gt; span:before,
.liste.convocations .element-inline section.date time &gt; 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 &gt; span:after,
.liste.prochains-evenements .element-inline section.date time &gt; span:after,
.liste.convocations .element-inline section.date time &gt; 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 &gt; span,
  .liste.prochains-evenements .element-inline section.date time &gt; span,
  .liste.convocations .element-inline section.date time &gt; span {
    padding-bottom: 20px;
    width: 95px;
  }
  .liste.evenements .element-inline section.date time &gt; span:before,
  .liste.prochains-evenements .element-inline section.date time &gt; span:before,
  .liste.convocations .element-inline section.date time &gt; span:before {
    border-top: 20px solid transparent;
    border-left: 47px solid white;
  }
  .liste.evenements .element-inline section.date time &gt; span:after,
  .liste.prochains-evenements .element-inline section.date time &gt; span:after,
  .liste.convocations .element-inline section.date time &gt; span:after {
    border-top: 20px solid transparent;
    border-right: 55px solid white;
  }
}
.liste.evenements .element-inline.punaise section.date time &gt; span:before,
.liste.prochains-evenements .element-inline.punaise section.date time &gt; span:before,
.liste.convocations .element-inline.punaise section.date time &gt; span:before {
  border-left-color: #F9F8A4;
}
.liste.evenements .element-inline.punaise section.date time &gt; span:after,
.liste.prochains-evenements .element-inline.punaise section.date time &gt; span:after,
.liste.convocations .element-inline.punaise section.date time &gt; 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 &gt; 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 &gt; span .a {
  color: var(--color1);
}
#content-header section.date time &gt; 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 &gt; 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 &gt; span {
    padding-bottom: 20px;
    width: 70px;
  }
  #content-header section.date time &gt; span:before {
    border-top: 20px solid transparent;
    border-left: 37px solid #f8f8f8;
  }
  #content-header section.date time &gt; 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 &gt; section .inner &gt; 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 &gt; 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 &gt; 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 &gt; section .widget-plie .petit_widget.widget_panier {
  float: right;
}
#contenu #main-column &gt; section .widget-plie .petit_widget.widget_panier .inner {
  padding-bottom: 0;
  margin-top: 10px;
  border: none;
}
#contenu #main-column &gt; section .widget-plie .petit_widget.widget_panier .inner .content {
  padding: 4px;
}
#contenu #main-column &gt; section .widget-plie .petit_widget.widget_panier .inner &gt; header {
  background-color: white;
  padding: 6px 3px 3px 6px;
  border-radius: 6px;
  border: 1px solid #E1E1E1;
}
#contenu #main-column &gt; section .widget-plie .petit_widget.widget_panier .inner &gt; header h2 {
  color: var(--color1);
}
@media screen and (max-width: 767px) {
  #contenu #main-column &gt; section .widget-plie .petit_widget.widget_panier .inner &gt; header {
    padding: 0;
  }
  #contenu #main-column &gt; section .widget-plie .petit_widget.widget_panier .inner &gt; header h2 {
    padding: 10px 3px 3px 6px;
  }
}
#contenu #main-column &gt; section .widget-plie .petit_widget.widget_panier:hover .inner &gt; header {
  border-radius: 6px 6px 0 0;
  border-bottom: 1px solid white;
  z-index: 2;
}
#contenu #main-column &gt; 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 &gt; section .widget-plie .petit_widget.widget_panier:hover .inner .content {
    margin-top: 2px;
  }
}
#contenu #main-column &gt; 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 &gt; section,
#contenu aside &gt; section {
  /* FFTA */
  /* FFBB */
}
#contenu #main-column &gt; section.petit_widget.widget_panier h2 .compteur sup,
#contenu aside &gt; section.petit_widget.widget_panier h2 .compteur sup {
  vertical-align: unset;
}
#contenu #main-column &gt; section.widget_rss_fede.federation_161.premium,
#contenu aside &gt; section.widget_rss_fede.federation_161.premium {
  border-color: #1A89E0;
  background-color: #125F9B;
  background-image: linear-gradient(90deg, #084276, #125F9B);
}
#contenu #main-column &gt; section.widget_rss_fede.federation_161.premium .inner,
#contenu aside &gt; section.widget_rss_fede.federation_161.premium .inner {
  background: unset;
  border: unset;
}
#contenu #main-column &gt; section.widget_rss_fede.federation_161.premium .inner &gt; header,
#contenu aside &gt; section.widget_rss_fede.federation_161.premium .inner &gt; header {
  background: unset;
}
#contenu #main-column &gt; section.widget_rss_fede.federation_161.premium .inner &gt; header h2.secondary-content,
#contenu aside &gt; section.widget_rss_fede.federation_161.premium .inner &gt; header h2.secondary-content {
  color: white;
}
#contenu #main-column &gt; section.widget_rss_fede.federation_161.premium .content header,
#contenu aside &gt; section.widget_rss_fede.federation_161.premium .content header {
  margin-bottom: 2rem;
}
#contenu #main-column &gt; section.widget_rss_fede.federation_161.premium .content header:before,
#contenu aside &gt; 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 &gt; section.widget_rss_fede.federation_161.premium .content header a,
#contenu aside &gt; 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 &gt; section.widget_rss_fede.federation_161.premium .content h3,
#contenu aside &gt; section.widget_rss_fede.federation_161.premium .content h3 {
  font-size: 1em;
}
#contenu #main-column &gt; section.widget_rss_fede.federation_161.premium .content h3 a,
#contenu aside &gt; section.widget_rss_fede.federation_161.premium .content h3 a {
  color: black;
}
#contenu #main-column &gt; section.widget_rss_fede.federation_161.premium.petit_widget .content header a,
#contenu aside &gt; section.widget_rss_fede.federation_161.premium.petit_widget .content header a {
  font-size: 13px;
  padding: 4px 10px !important;
}
#contenu #main-column &gt; section.widget_rss_fede.federation_140.premium,
#contenu aside &gt; 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 &gt; section.widget_rss_fede.federation_140.premium .inner,
#contenu aside &gt; section.widget_rss_fede.federation_140.premium .inner {
  background: unset;
  border: unset;
}
#contenu #main-column &gt; section.widget_rss_fede.federation_140.premium .inner &gt; header,
#contenu aside &gt; section.widget_rss_fede.federation_140.premium .inner &gt; header {
  background: unset;
}
#contenu #main-column &gt; section.widget_rss_fede.federation_140.premium .inner &gt; header h2.secondary-content,
#contenu aside &gt; section.widget_rss_fede.federation_140.premium .inner &gt; header h2.secondary-content {
  color: white;
}
#contenu #main-column &gt; section.widget_rss_fede.federation_140.premium .content header,
#contenu aside &gt; section.widget_rss_fede.federation_140.premium .content header {
  margin-bottom: 2rem;
}
#contenu #main-column &gt; section.widget_rss_fede.federation_140.premium .content header:after,
#contenu aside &gt; 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 &gt; section.widget_rss_fede.federation_140.premium .content header a,
#contenu aside &gt; 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 &gt; section.widget_rss_fede.federation_140.premium .content header a:hover,
#contenu aside &gt; section.widget_rss_fede.federation_140.premium .content header a:hover {
  text-decoration: none;
  color: #000;
}
#contenu #main-column &gt; section.widget_rss_fede.federation_140.premium .content h3,
#contenu aside &gt; section.widget_rss_fede.federation_140.premium .content h3 {
  font-size: 1em;
}
#contenu #main-column &gt; section.widget_rss_fede.federation_140.premium .content h3 a,
#contenu aside &gt; section.widget_rss_fede.federation_140.premium .content h3 a {
  color: #223f9a;
}
#contenu #main-column &gt; section.widget_rss_fede.federation_140.premium .content h3 a:hover,
#contenu aside &gt; section.widget_rss_fede.federation_140.premium .content h3 a:hover {
  color: rgba(213, 9, 27, 0.86);
  text-decoration: none;
}
#contenu #main-column &gt; section.widget_rss_fede.federation_140.premium.petit_widget .content header a,
#contenu aside &gt; section.widget_rss_fede.federation_140.premium.petit_widget .content header a {
  font-size: 13px;
  padding: 4px 10px !important;
}

html.uppercasable #contenu #main-column &gt; section.widget_rss_fede.federation_161.premium .content header a, html.uppercasable #contenu #main-column &gt; section.widget_rss_fede.federation_140.premium .content header a,
html.uppercasable #contenu aside &gt; section.widget_rss_fede.federation_161.premium .content header a,
html.uppercasable #contenu aside &gt; 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 &gt; 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);
}

/***********************************************
FORMULAIRE CODE PIN
***********************************************/
/*
#form_codepin { background: #f0f0f0 none repeat scroll 0 0;
    border: 1px solid #aa0000;
    padding: 10px;
    text-align: center; }
#form_codepin label { padding-right: 5px; }
#form_codepin input { display: inline-block; width: 100px; border: 1px solid #888; }
#form_codepin input[type="submit"]{ width: 100px; background:#ccc; color:#333 }
*/
/***********************************************
FORMULAIRE DE CONTACT
***********************************************/
/*
.finalite {
	text-align: justify;
	clear: both;
	color: #777;
	padding: 10px;
}
#block_finalite_contact {
	background: #f0f0f0;
	border: 1px solid #ddd;
	margin: 10px 0;
}

.finalite p {
	margin: 10px 0;
}
.finalite ul {
	margin-left: 20px;
	padding: 0;
}
.finalite li {
	list-style: disclosure-closed;
}
.finalite label {
	display: inline !important;
	font-weight: bold;
	text-decoration: underline;
    cursor: pointer;
}

#deplie_finalite_contact { display: none; }
#finalite_contact:checked+#block_finalite_contact #deplie_finalite_contact { display: block; }


#contact_form #captcha img{
    position: relative;
    bottom: 1px;
}


#message_livre_form #error_message{
    color: #dc3545;
}




span.obligatoire { display: none; }
.obligatoire span.obligatoire { display:inline; color: #E4133A }
.invisible span.obligatoire { display: none }

label#verifyImage {
    margin: 0;
    vertical-align: middle;
    line-height: calc(1.5em + .75rem + 2px);
}
*/
/**************************************
             PAGE CONTACT
***************************************/
/*
.infos_du_club h3,
.infos_du_club h4 {
	font-weight: normal;
	margin:0;
    color: #555;
    font-size: 1rem;
    font-weight: bold;
}

.infos_du_club div {
	margin: 10px 0;
}

.infos_du_club a{
    text-decoration: underline;
}
*/
/**************************************
             LISTES
***************************************/
/*
.list_left_bloc_header{
    color: #4D4D4D;
    font-size: 1.2em;
    margin: 2px 0 6px 0;
    line-height: 31px;
}

.list_left_bloc_content{
    background: #FFF;
    border: 1px solid #E1E1E1;
    clear:both;
    padding-bottom: 10px;
}



.liste .equipe_groupes {
    font-size: 0.8rem;
    margin-top: 7px;
    float: right;
}

.liste .date {
    font-size: 0.7rem;
    font-weight: normal;
    color : #969696;
    margin: 0.5rem 0;
}

.liste .source {
    font-size: 0.8rem;
    font-weight: normal;
    color : #969696;
    margin: 0.5rem 0;
}


.liste .info {
    margin: 10px 0 3px 0;
    color: #282828;
}

.liste .en_savoir_plus {
    font-size: 0.8em;
}
*/
/***************************************
            EVENEMENTS
****************************************/
/*
.date_container {
    position: relative;
    width: 65px;
    max-width: 100%;
    text-align:center;
    margin: 0 auto;
}

.date_container .day,
.date_container .month,
.date_container .year {
    position: absolute;
    width:100%;
    text-align:center;
    font-weight: bold;
}

.date_container .day {      top: 8px;   font-size: 1.8em;      }
.date_container .month {    top: 32px;  font-size: 1.4em;      }
.date_container .year {     top: 54px;  font-size: 1em;        }

@media screen and (max-width : 330px) {
    .date_container {
        font-size: 12px
    }

    .date_container .day {      top: 3px;   }
    .date_container .month {    top: 25px;  }
    .date_container .year {     top: 47px;  }
}
*/
/**************************************
             DETAILS
***************************************/
/*
.detail_left_bloc {
    width: 100%;
    margin: 1rem 0;
    padding: 6px;
    background: #F0F0F0;
    border: 1px solid #E1E1E1;
    border-radius: 3px;
}

.detail_left_bloc.large,
.list_left_bloc.large {
    width: 100%;
    margin-top:20px;
}
.detail_left_bloc_content{
    background: #FFF;
    border: 1px solid #E1E1E1;
    clear:both;
    position: relative;
    min-height: 200px;
}

.detail_left_bloc_content .info .message{
    line-height: 100px;
    color: #CCC;
    text-align: center;
    font-weight:bold;
}

.detail_left_bloc_content .info h1 { font-size: 1.5rem; }
.detail_left_bloc_content .info h2 { font-size: 1.4rem; }
.detail_left_bloc_content .info h3 { font-size: 1.3rem; }
.detail_left_bloc_content .info h4 { font-size: 1.2rem; }
.detail_left_bloc_content .info h4 { font-size: 1.1rem; }
.detail_left_bloc_content .info h6 { font-size: 1rem; }
.detail_left_bloc_content .info ul { margin: 1rem 0; padding: 0 0 0 1rem; }


.detail_left_bloc_content .info figure.illustration {
    float: right;
    margin: 0 0 10px 10px;
    min-width: 40px;
    min-height: 40px;
    position: relative;
}

@media screen and (max-width : 575px) {
    .detail_left_bloc_content .info figure.illustration {
        float: none;
        text-align: center;
    }
}

.detail_left_bloc_title{
    font-weight: bold;
    margin-right: 10px;
    text-transform:uppercase;
    line-height: 16px;
    vertical-align:middle;
    height:32px;
    display:table-cell;
}

.detail_left_bloc_content .equipe_groupes {
    margin-top: 7px;
    float: right;
}

.fa-users {
	font-size: 1.2em;
    margin-right: 5px;
}

.detail_left_bloc_content .date {
    font-size: 0.8rem;
    font-weight: normal;
    color : #969696;
}

.detail_left_bloc_content .info {
    margin: 30px 0 3px 0;
    color: #282828;
}

.tags &gt; span.info {
    margin: 0 16px 8px 0;
}

.detail_left_bloc_content .partage {
    float:right;
    margin: 3px 0px 0px 0px;
    text-align:right;
}

.detail_left_bloc_content .partage .commentaire a {
    font-weight: bold;
    font-size:11px;
    position:relative;
    top:-2px;
}

.details_back_link{
    color: #A1A1A1;
    font-weight: bold;
}
*/
/***************************************
                NEWS
****************************************/
/*
.detail_left_bloc .info th, 
.detail_left_bloc .info td {
	padding: 3px;
}

.detail_left_bloc .info thead th { 
	position: sticky; 
	top: 0; 
	background: #eee;
}

.detail_left_bloc.news .info {
    text-align:justify;
}


.detail_left_bloc.news .info a {
    text-decoration: underline;
}
*/
/***************************************
            ALBUMPHOTOS
****************************************/
/*
.detail_left_bloc.albumphoto .info a {
    padding: 3px;
    display: block;
}
*/
/***********************************************
                ORGANIGRAMME
*************************************************/
/*
.president{
    float: none;
    margin: 0 auto;
}


.organization_chart_member_info{
    text-align: center;
    padding: 5px;
    background: #000;
    color: #FFF;
    opacity: 0.7;
}
.organization_chart_member_info h3,
.organization_chart_member_info h2,
.organization_chart_member_info p,
.organization_chart_member_info a {
    margin: 0;
    font-weight:normal;
    color:white;
    font-size:13px;
}


.ui-dialog {
    z-index : 100000000 !important;
}


marquee p {
	white-space: nowrap;
}
*/
/******************************************************
                    WIDGET SECTION
******************************************************/
/*



ul.equipes {
	list-style:none; margin: 5px 0 15px 0; padding: 0;
}

ul.equipes li { font-size: 1rem; background:#f8f8f8; margin: 5px 3px;padding:3px; }
ul.equipes li.actif a { color:white }
*/
/******************************************************
                    BOUTIQUE
******************************************************/
/*

table.panier { width: 100%; }
table.panier thead td { border-bottom: 1px solid #000; }

.corps_widget_panier .prix { white-space: nowrap; }

.corps_widget_panier ul { height: 30px; margin: 10px 0; padding:0; }
*/
/******************************************************
               RUBRIQUES DE LA BOUTIQUE
******************************************************/
/*
.produit #widget_a_la_une {
    margin: 0 5px 2rem;
    width: calc(100% - 10px);
}

.produit .widget_operations_preventes {
    margin: 0 5px 2rem;
    width: calc(100% - 10px);
}

#sous_rubriques &gt; div { width:140px; margin-right:4px; margin-top: 4px; border: 1px solid #e0e0e0; float:left;  }
#sous_rubriques div h2 { height: 2em; max-height: 2em; line-height:1em; margin: 0; padding: 3px 0; background-color: #e0e0e0; text-align: center; overflow:hidden; }
#sous_rubriques div h2 a { display:block; height: 2em; max-height: 2em; overflow:hidden;  -o-text-overflow: ellipsis; text-overflow: ellipsis;  }

.produit_en_avant { position:relative; display: block; float: left; width: 188px; margin-right:4px; height: 184px; border: 1px solid #e0e0e0; overflow:hidden;  }
.produit_en_avant h2 { position: absolute; bottom:0; left:0; margin:0; width: 189px; height: 2em; max-height: 2em; line-height:1em; padding: 3px 0; background-color: #e0e0e0; text-align: center; overflow:hidden; }
.detail_left_bloc_content .produit_en_avant .info { margin:0; }
.produit_en_avant .info a { width: 189px; }
.produit_en_avant .illustration { max-width:100%; max-height:100%; }
.produit_en_avant .accroche { position: absolute; top:0; left:0; max-width: 50%; max-height:50%; }
.produit_en_avant .description { display: none; }
.produit_en_avant .prix { position:absolute; top:0; right:0; background:#f0f0f0; padding:4px; }
.produit_en_avant .prix span { display:block; }

.liste.produits .prix { margin-bottom: 10px; font-weight:bold; padding: 5px; text-align:right; }
.liste.produits .accroche,
.info .accroche {
    display: inline-block;
    padding: 3px;
    color: #dc3545;
    font-size: 0.8rem;
    font-weight: bold;
}


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

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

/******************************************************
                    PRISE DE LA COMMANDE
******************************************************/
/*
#etapes_commande { margin: 20px 0; width: 100%; }
#etapes_commande .etape { border-bottom: 3px solid #e0e0e0; text-align: center; padding-bottom: 5px; margin-bottom:10px; }
#etapes_commande .actif { font-weight: bold; }

.boutons_commande { margin: 30px; text-align: center; }
.boutons_commande .bouton_bleu { width: inherit; }


#panier td input { display: inline-block; width: 75px; }
#panier .prix { white-space: nowrap; }
@media screen and (max-width : 580px) {
	#panier .photo { display: none }
}

.panier_zero { font-size: 0.7em; }
.panier_zero:hover { text-decoration: underline; cursor: pointer }


#bouton_adresses { clear: both;}
#bouton_adresses fieldset { width: calc(100% - 20px); border: 1px solid #ccc; border-radius: 5px; padding: 0 10px; margin: 0 10px 30px 10px; }
#bouton_adresses fieldset ul { margin: 0; padding:0; }
#bouton_adresses fieldset li { margin: 10px 0; list-style: none; }
#bouton_adresses fieldset legend { background: white; padding: 0 5px; font-size: 1.3em; }

#mode_livraison, #moyen_paiement, #message_commande { margin-top: 30px; }
#mode_livraison ul, #moyen_paiement ul, #message_commande ul { margin: 0; padding: 0; }
#mode_livraison li, #moyen_paiement li, #message_commande li { margin: 10px 0;list-style:none; }
#mode_livraison label, #moyen_paiement label, #message_commande label { margin: 10px 0; font-weight: bold; }

#choix_commande_paiement_livraison .details {
    margin-left: 24px;
}
.paiements_successifs { color:#333; margin-left: 24px; }
.paiements_successifs th { background:#f0f0f0; }
.paiements_successifs th, .paiements_successifs td { border: 1px solid #aaa; padding: 5px; }

#message_commande textarea { width: 100%; height:100px; float:right; }

.felicitation h2 { font-size: 2em; text-align: center; }

*/
/******************************************************
                    ANNIVERSAIRES
******************************************************/
/*
#anniversaires h3 { text-align: center; border-bottom: 1px solid #ddd; }
*/
/* Formulaires créés par le client */
/*
.info-anonyme {
    background : #f8f8f8;
    color: #6c757d;
    padding: 1rem 1rem 0 1rem;
    margin: 1rem 0;
    border: 1px solid #ccc;
}




.confirm_text p { margin: 5px 0; }


#formulaire_connection { text-align:center;  }
#formulaire_connection .masque { position: absolute; top:0; left: 0; width:100%; height:100%; background:white; opacity: 0.5;  }
#formulaire_connection .lien { 
    position: relative;
    z-index: 10;
}
#formulaire_connection .lien p { margin: 200px 0; }



#formulaire_message { font-weight: bold; }

#infos_paiement { margin:10px; padding:10px; background: #F0F0F0; border: 1px solid #E0E0E0; overflow:auto;  clear: both; }
#infos_paiement h3 { color: #777; margin: 0 0 10px 0; border-bottom: 1px solid #E0E0E0; }
#infos_paiement div { width:46%; float:left; margin: 10px; }
#infos_paiement div#adresse { border-right: 1px solid #E0E0E0; padding-right:10px; margin-right:0;  }
#infos_paiement h4 { color: #777; margin: 0 0 10px 0; border-bottom: 1px solid #E0E0E0; }

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

#navigateur_date td.actif a {
  color: var(--color1);
}
</pre></body></html>