@charset "UTF-8";
/*******************************************************************/
/*        Structure générale                                       */
/*******************************************************************/
body {
  color: #444;
}

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

#contenu {
  background: white;
  padding-top: 1rem;
}

@media screen and (max-width: 575px) {
  body {
    background: none !important;
  }
}
a {
  color: #444;
  text-decoration: none;
}

a:not(.btn):not(.nav-link):not(.dropdown-item):hover {
  text-decoration: underline;
}

.button a:not(.btn):not(.nav-link):not(.dropdown-item):hover {
  text-decoration: none;
}

.clearfix,
.clear {
  clear: both;
}

/*


.carre.no-image {
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}

.carre.no-image img {
    width: 125% !important;
    margin-left: -12.5%;
    overflow: hidden;
    max-width: unset ! important;
}

*/
.btn.btn-primary {
  --bs-btn-bg: var(--color1);
  --bs-btn-border-color: var(--color1);
  --bs-btn-color: var(--color1-bkg-texte1);
  --bs-btn-hover-bg: var(--color1-bkg-texte1);
  --bs-btn-hover-border-color: var(--color1-bkg-texte1);
  --bs-btn-hover-color: var(--color1);
  --bs-btn-active-bg: var(--color1-bkg-texte1);
  --bs-btn-active-border-color: var(--color1-bkg-texte1);
  --bs-btn-active-color: var(--color1);
}
.btn.btn-primary:not(:disabled):not(.disabled).active, .btn.btn-primary:not(:disabled):not(.disabled):active {
  --bs-btn-active-bg: var(--color1-bkg-texte1);
  --bs-btn-active-border-color: var(--color1-bkg-texte1);
  --bs-btn-active-color: var(--color1);
}
.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);
}

/*******************************************************************/
/*        Entête                                                   */
/*******************************************************************/
#header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
#header #logo {
  line-height: 1;
}
#header #logo a {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background: #F2F2F2;
}
#header #logo img {
  max-height: 224px;
}
#header p,
#header h1 {
  text-align: center;
  margin-bottom: 0;
  margin-top: 0.5em;
  line-height: 1em;
}
@media screen and (max-width: 575px) {
  #header {
    top: 0;
  }
}

#header p,
#header h1,
#header .slogan {
  font-size: var(--title-size);
  color: var(--title-color);
}

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

#image_bandeau {
  width: var(--bandeau-w);
  height: var(--bandeau-h);
  margin: var(--bandeau-y) 0 0 var(--bandeau-x);
}

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

#conteneur_bandeau {
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 200px;
  max-width: var(--max-width);
  max-height: var(--bandeau-max-height);
  position: relative;
  text-align: center;
  overflow: hidden;
}
#conteneur_bandeau a {
  display: block;
  overflow: hidden;
}
#conteneur_bandeau div {
  position: absolute;
  top: 25%;
  left: 0;
  width: 82%;
  padding-left: 18%;
  margin: 0 auto;
  font-weight: bold;
}

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

body.no-title #header #titre {
  display: none !important;
}
body.no-title #conteneur_bandeau div {
  display: none !important;
}

#slogan {
  display: inline-block;
  margin-right: 10px;
}
#slogan p {
  background: rgba(255, 255, 255, 0.5);
  padding: 4px;
  font-style: italic;
  color: #000;
  font-size: 1rem;
}

#lien-bandeau {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
#lien-bandeau img {
  width: 100%;
}

@media screen and (max-width: 1100px) {
  #header .longueur_3 {
    font-size: 0.85em;
  }
  #header .longueur_4 {
    font-size: 0.8em;
  }
  #header .longueur_5 {
    font-size: 0.8em;
  }
  #header .longueur_6 {
    font-size: 0.7em;
  }
  #header .longueur_7 {
    font-size: 0.7em;
  }
  #header .longueur_8 {
    font-size: 0.6em;
  }
  #header .longueur_9 {
    font-size: 0.6em;
  }
}
@media screen and (max-width: 767px) {
  #conteneur_bandeau {
    height: 134px;
  }
  #header .longueur_2 {
    font-size: 0.8em;
  }
  #header .longueur_3 {
    font-size: 0.7em;
  }
  #header .longueur_4 {
    font-size: 0.6em;
  }
  #header .longueur_5 {
    font-size: 0.6em;
  }
  #header .longueur_6 {
    font-size: 0.5em;
  }
  #header .longueur_7 {
    font-size: 0.5em;
  }
  #header .longueur_8 {
    font-size: 0.5em;
  }
  #header .longueur_9 {
    font-size: 0.5em;
  }
}
@media screen and (max-width: 575px) {
  #conteneur_bandeau {
    height: 100px;
  }
  #header .longueur_2 {
    font-size: 0.6em;
  }
  #header .longueur_3 {
    font-size: 0.47em;
  }
  #header .longueur_4 {
    font-size: 0.4em;
  }
  #header .longueur_5 {
    font-size: 0.4em;
  }
  #header .longueur_6 {
    font-size: 0.3em;
  }
  #header .longueur_7 {
    font-size: 0.3em;
  }
  #header .longueur_8 {
    font-size: 0.3em;
  }
  #header .longueur_9 {
    font-size: 0.3em;
  }
}
#slider_bannieres {
  width: 100%;
  max-width: 728px;
  margin: 10px auto;
}

#slider_bannieres img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 90px;
}

#logo img {
  vertical-align: top;
}

#barre-selection-section {
  margin: 0 0 2rem -1rem;
  width: calc(100% + 2rem);
}
#barre-selection-section .inner {
  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);
  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 {
  min-height: 250px;
  position: relative;
  clear: both;
  color: white;
}
#footer .background {
  background: rgba(0, 0, 0, 0.8);
}
#footer a {
  color: white;
  text-decoration: underline;
}
#footer a.informations-legales {
  margin-top: 7px;
  display: inline-block;
}
#footer h2 {
  font-size: 1.2rem;
  color: white;
  font-weight: bold;
}
#footer p {
  margin-bottom: 0.25rem;
}
#footer hr {
  background: #fff;
}
#footer .partage-reseaux-sociaux {
  display: block;
  float: right;
  margin-right: 5px;
}
#footer .partage-reseaux-sociaux button {
  display: inline-block;
  margin-left: 5px;
  line-height: 32px;
  height: 32px;
  width: 32px;
  border: 0;
}
#footer .partage-reseaux-sociaux button svg {
  fill: white;
}
#footer .partage-reseaux-sociaux button.partage-facebook {
  background-color: rgb(59, 89, 152);
}
#footer .partage-reseaux-sociaux button.partage-twitter {
  background-color: rgb(29, 161, 242);
  padding: 4px;
  line-height: 24px;
}
#footer .rss {
  float: right;
  width: 80px;
  border-left: 1px dashed #C0C0C0;
  padding-left: 6px;
}
#footer .rss a {
  color: #FFF;
  background: #FFA500;
  display: inline-block;
  font-size: 22px;
  text-align: center;
  padding: 2px;
  width: 32px;
  height: 32px;
}

#footer_partage {
  padding: 20px;
  float: right;
  width: 260px;
}

.visites {
  display: block;
  margin-bottom: 20px;
  text-align: right;
}

#mobile-apps {
  background: white;
  border-top: 1px dashed rgb(119, 119, 119);
  border-bottom: 1px dashed rgb(119, 119, 119);
}
#mobile-apps a {
  margin: 0 10px;
}

#participate_footer {
  background: rgba(0, 0, 0, 0.8);
  padding: 20px 0;
  color: #FFFFFF;
  margin: 0 auto;
  text-align: center;
}
#participate_footer a {
  color: #ffffff;
}

/*******************************************************************/
/*        Menu                                                     */
/*******************************************************************/
nav#mainmenu {
  background-color: #E0E0E0;
}
nav#mainmenu > ul > li {
  border-right: 1px solid #F0F0F0;
  background-color: #E0E0E0;
  text-align: center;
}
nav#mainmenu > ul > li:first-child span {
  display: none;
}
nav#mainmenu .nav-item:hover,
nav#mainmenu .nav-item.show,
nav#mainmenu .dropdown-menu,
nav#mainmenu .nav-pills .nav-link.active,
nav#mainmenu .nav-pills .show > .nav-link {
  background-color: rgba(0, 0, 0, 0.8);
}
nav#mainmenu .nav-pills .nav-link {
  color: var(--color1);
}
nav#mainmenu .nav-item:hover .nav-link,
nav#mainmenu .nav-item.show .nav-link {
  color: white;
}
nav#mainmenu .dropdown-menu {
  margin: 0;
  border-color: #000;
  border-radius: 0;
  z-index: 1001;
}
nav#mainmenu .dropdown-menu .dropdown-item {
  color: white;
}
nav#mainmenu .dropdown-menu .dropdown-item:hover, nav#mainmenu .dropdown-menu .dropdown-item:focus {
  background-color: #E0E0E0;
  color: black;
}
nav#mainmenu.taille2 a.dropdown-toggle::after,
nav#mainmenu.taille2 button.dropdown-toggle::after, nav#mainmenu.taille3 a.dropdown-toggle::after,
nav#mainmenu.taille3 button.dropdown-toggle::after, nav#mainmenu.taille4 a.dropdown-toggle::after,
nav#mainmenu.taille4 button.dropdown-toggle::after, nav#mainmenu.taille5 a.dropdown-toggle::after,
nav#mainmenu.taille5 button.dropdown-toggle::after {
  display: none;
}
nav#mainmenu.taille3 a.nav-link, nav#mainmenu.taille3 button.nav-link {
  padding-left: 10px;
  padding-right: 10px;
}
nav#mainmenu.taille4 a.nav-link, nav#mainmenu.taille4 button.nav-link {
  font-size: 15px;
  padding-left: 7px;
  padding-right: 7px;
}
nav#mainmenu.taille5 a.nav-link, nav#mainmenu.taille5 button.nav-link {
  font-size: 14px;
  padding-left: 7px;
  padding-right: 7px;
}

/*******************************************************************/
/*        Publicites                                               */
/*******************************************************************/
.bannieres {
  background: white;
}

/*******************************************************************/
/*        Contenu                                                  */
/*******************************************************************/
ol.breadcrumb {
  color: #888;
}
ol.breadcrumb a {
  color: #888;
}

p.infos-publications {
  color: #888;
  font-size: 0.9em;
  margin-bottom: 25px;
  font-style: italic;
}
p.infos-publications a {
  color: #888;
  text-decoration: none;
}
p.infos-publications a:hover {
  text-decoration: underline;
}

#contenu {
  position: relative;
}
#contenu #main-column > section:not(.widget) h2.secondary-content {
  font-size: 1.2em;
  margin-top: 70px;
  margin-bottom: 30px;
  clear: both;
  padding: 1rem;
  font-weight: bold;
  color: #444;
  background: #eee;
  overflow: auto;
}
#contenu #main-column > section header#content-header span[itemprop=audience],
#contenu #main-column > section header#content-header .widget-plie,
#contenu #main-column > section header#content-header section.date,
#contenu #main-column > section header#content-header p:not(.infos-publications) {
  display: none;
}
#contenu #main-column > section header#content-header p.coupe-adversaire {
  display: block;
}
#contenu #main-column > section .ongletpanel {
  margin-bottom: 30px;
  border: 1px solid #dee2e6;
  border-top: none;
  padding: 20px var(--bs-gutter-x) 0 var(--bs-gutter-x);
}
#contenu #main-column > section .ongletpanel .widget:not(.incontent) {
  border: none;
}
#contenu #main-column > section .inner #commentaires .content {
  padding: 0;
}
#contenu #main-column > section .liste h2 {
  font-size: 1.6rem;
  margin: 0 0 0.5rem 0;
  border: none;
  padding: 0;
  color: var(--color1);
  background: none;
}
#contenu #main-column > section .liste h2 a {
  color: var(--color1);
}
#contenu #main-column > section .liste h2.subheader,
#contenu #main-column > section .liste h3.subheader {
  font-size: 1.6em;
  margin: 15px 0;
  clear: both;
  border: none;
  padding: 0;
  font-weight: bold;
  color: #444;
  background: none;
}
#contenu #main-column > section .liste .level3 h3.subheader {
  margin-bottom: 0;
  font-size: 1.2em;
}
#contenu #main-column > section .liste .level3 h3.subheader span {
  background: #e1e1e1;
  padding: 10px;
}
#contenu #main-column > section .liste .level3 .inside-level-3 {
  border-left: 3px solid #e1e1e1;
  padding-left: 20px;
}
#contenu #main-column > section .liste .element-inline.first {
  margin-top: 20px;
}
#contenu #main-column > section .liste .element-inline.last {
  padding-bottom: 20px;
}
#contenu #main-column > section .liste .element-inline:not(.last) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e1e1e1;
}
#contenu #main-column > section .liste.produits h2 {
  font-size: 1.2rem;
}
#contenu #main-column > section .liste.produits .element-inline.first {
  margin-top: 0;
}
#contenu #main-column > section .liste.equipes {
  margin-left: -0.5rem !important;
  margin-right: -0.5rem !important;
}
#contenu #main-column > section .liste.equipes h2 {
  font-size: 1.2rem;
}
#contenu #main-column > section .liste.equipes .element-inline {
  padding: 0.5rem !important;
}
#contenu #main-column > section .liste.equipes .element-inline > div {
  background: #f5f5f5;
  padding: 0.5rem !important;
}
#contenu #main-column > section .liste.equipes .element-inline:not(.last) {
  border-bottom: none;
  margin-bottom: 0;
}
#contenu #main-column > section .liste.equipes .element-inline.first {
  margin-top: 0;
}
#contenu #main-column > section.widget .inner .content {
  padding: 4px;
}
@media screen and (min-width: 768px) {
  #contenu #main-column > section.widget .inner .content {
    padding: 1rem;
  }
}
#contenu #main-column nav[aria-label=breadcrumb] {
  display: none;
}
#contenu #main-column .carousel-control-prev,
#contenu #main-column .carousel-control-next {
  width: 8%;
  z-index: 800;
}
#contenu #main-column .carousel-control-prev .carousel-control-next-icon,
#contenu #main-column .carousel-control-prev .carousel-control-prev-icon,
#contenu #main-column .carousel-control-next .carousel-control-next-icon,
#contenu #main-column .carousel-control-next .carousel-control-prev-icon {
  background-color: #ddd;
}
#contenu #main-column .carousel-control-prev:hover,
#contenu #main-column .carousel-control-next:hover {
  z-index: 1000;
}
#contenu #main-column .carousel-control-prev:hover .carousel-control-next-icon,
#contenu #main-column .carousel-control-prev:hover .carousel-control-prev-icon,
#contenu #main-column .carousel-control-next:hover .carousel-control-next-icon,
#contenu #main-column .carousel-control-next:hover .carousel-control-prev-icon {
  background-color: var(--color1);
}
#contenu aside > section:not(.widget) h2 {
  margin: 10px 0;
  border-bottom: 1px solid #F0F0F0;
  font-size: 1.1em;
}
#contenu aside > section .inner .content {
  padding: 4px;
}
#contenu aside > section .inner .content .liste .element-inline:not(.last) {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e1e1e1;
}
#contenu aside > section.filter ul {
  list-style: none;
  padding: 0;
  margin-bottom: 1rem;
}
#contenu aside > section.filter ul ul {
  margin: 0 0 5px 20px;
}
#contenu aside > section.filter ul li a {
  vertical-align: middle;
  color: #777;
  text-decoration: none;
}
#contenu aside > section.filter ul li::before {
  content: ">";
  width: 15px;
  height: 15px;
  background: #777;
  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 .carousel-control-next-icon,
#contenu aside .carousel-control-prev .carousel-control-prev-icon,
#contenu aside .carousel-control-next .carousel-control-next-icon,
#contenu aside .carousel-control-next .carousel-control-prev-icon {
  background-color: #ddd;
}
#contenu aside .carousel-control-prev:hover,
#contenu aside .carousel-control-next:hover {
  z-index: 1000;
}
#contenu aside .carousel-control-prev:hover .carousel-control-next-icon,
#contenu aside .carousel-control-prev:hover .carousel-control-prev-icon,
#contenu aside .carousel-control-next:hover .carousel-control-next-icon,
#contenu aside .carousel-control-next:hover .carousel-control-prev-icon {
  background-color: var(--color1);
}
#contenu .widget:not(.incontent) {
  margin-bottom: 20px;
  border: 1px solid var(--color2);
  background: white;
}
#contenu .widget:not(.incontent) header {
  background: var(--color2);
}
#contenu .widget:not(.incontent) header h2 {
  font-size: 1rem;
  font-weight: bold;
  color: var(--color1-bkg-texte2);
  padding: 5px;
  margin-bottom: 0;
}
#contenu ul.buttons {
  padding: 0;
  text-align: right;
}
#contenu ul.buttons li {
  font-size: 0.8em;
  list-style: none;
  display: inline-block;
  border: 1px solid #777;
  border-radius: 3px;
  padding: 4px;
  margin-left: 5px;
  color: #777;
}
#contenu ul.buttons li:hover {
  border-color: var(--color1);
  background-color: #eee;
}
#contenu ul.buttons li:hover a, #contenu ul.buttons li:hover a:hover {
  text-decoration: none;
  color: var(--color1);
}
#contenu ul.buttons li.content-link::before {
  content: ">";
  padding-right: 5px;
}
#contenu ul.buttons a {
  white-space: nowrap;
  color: #777;
}

#contenus-associes > div > div > div > section {
  background: #f5f5f5;
}
#contenus-associes .liste.documents article {
  margin: 0 0 10px 0;
}

#contenu .widget-plie .widget:not(.incontent) {
  border: none;
}

#contenu .widget-plie .petit_widget.widget_panier h2 {
  padding: 15px;
  background: var(--color2);
  color: var(--color1-bkg-texte2);
}
#contenu .widget-plie .petit_widget.widget_panier h2 i {
  color: var(--color1-bkg-texte2);
}

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

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

#contenu #main-column > section .liste.resultats h3.subheader,
#contenu #main-column > section.liste.resultats h3.subheader {
  display: none;
}
#contenu #main-column > section .liste.resultats .inside-level-3,
#contenu #main-column > section.liste.resultats .inside-level-3 {
  border-left: none;
  padding-left: 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;
  background-color: #E0E0E0;
  color: var(--color1);
  font-size: 0.8em;
  padding: 5px 0;
}
.liste.evenements .element-inline section.date time > span .a,
.liste.prochains-evenements .element-inline section.date time > span .a,
.liste.convocations .element-inline section.date time > span .a {
  color: var(--color1);
}
@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 {
    width: 95px;
  }
}
.liste.evenements .element-inline .jour_evenement,
.liste.prochains-evenements .element-inline .jour_evenement,
.liste.convocations .element-inline .jour_evenement {
  font-size: 1.4rem;
  font-weight: bold;
}

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

html.uppercasable .liste.actualites .date-month-container .greydatecontainer {
  text-transform: uppercase;
}
html.uppercasable .liste.actualites .date-month-container .greydatecontainer .greydate {
  text-transform: uppercase;
}

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

#barre-de-filtrage {
  display: flex;
  justify-content: center;
}
#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;
  color: #9a9a9a;
  border: 1px solid #c0c0c0;
  border-radius: 2px;
  -webkit-appearance: none;
}

.nav.onglets {
  margin-top: 30px;
}

/*******************************************************************/
/*        Composant Equipes                                        */
/*******************************************************************/
span[itemprop=audience] {
  color: #666;
}
span[itemprop=audience] li {
  font-style: italic;
}
span[itemprop=audience] li:after {
  content: ", ";
}
span[itemprop=audience] li:last-child:after {
  content: "";
}

#main .detail span[itemprop=audience] {
  display: block;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

/*******************************************************************/
/*        Evenements                                               */
/*******************************************************************/
#informations_evenement h2 {
  text-align: center;
  font-size: 1.2rem;
  margin: 20px 0;
}
#informations_evenement p.info {
  color: #aaa;
  font-style: italic;
  text-align: center;
}
#informations_evenement p.info a {
  color: #aaa;
}
#informations_evenement .coupe-adversaire {
  display: none;
}
#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;
}
#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,
#informations_evenement .opposant a {
  width: 43%;
  padding: 0 5px;
  background-color: var(--color1);
  color: var(--color1-bkg-texte1);
  text-decoration: none;
}
@media screen and (max-width: 992px) {
  #informations_evenement .opposant,
  #informations_evenement .opposant a {
    width: 43%;
  }
}
#informations_evenement .score,
#informations_evenement .score a {
  text-align: center;
  width: 7%;
  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,
.resultats_individuels h2 {
  display: none;
}
#resultats_individuels ul,
.resultats_individuels ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
#resultats_individuels li,
.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,
  .resultats_individuels li {
    width: calc(50% - 20px);
  }
}
#resultats_individuels li img,
.resultats_individuels li img {
  width: 30px;
  margin-right: 10px;
}
#resultats_individuels li strong,
.resultats_individuels li strong {
  font-weight: normal;
  font-style: italic;
  color: #777;
}
#resultats_individuels li strong::before,
.resultats_individuels li strong::before {
  content: "- ";
}

/*******************************************************************/
/*        Widgets                                                  */
/*******************************************************************/
#contenu .widget h3 {
  font-size: 1rem;
}
#contenu .widget .separateur_section h3 {
  padding: 5px 15px;
  margin: 5px -4px;
  background: #eee;
  font-size: 1rem;
}
#contenu .widget.widget_a_la_une .content {
  padding: 0 !important;
}
#contenu .widget.widget_a_la_une .content .carousel {
  border: none;
}
#contenu .widget.widget_a_la_une .evenement_a_la_une .date_evenement {
  color: var(--color1);
}
#contenu .widget.widget_a_la_une .evenement_a_la_une h3 span {
  background: var(--color1);
  color: white;
}
#contenu .widget.widget_a_la_une .news_a_la_une h3 {
  color: var(--color1);
}
#contenu .widget.widget_a_la_une .albumvideo_a_la_une .icone,
#contenu .widget.widget_a_la_une .video_a_la_une .icone,
#contenu .widget.widget_a_la_une .albumphoto_a_la_une .icone {
  background-color: var(--color1);
}
#contenu .widget.widget_inscription {
  border: 0;
}
#contenu .widget.widget_inscription .content p,
#contenu .widget.widget_inscription .content h3 {
  text-align: center;
  margin: 0 auto;
  font-weight: normal;
}
#contenu .widget.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;
}
#contenu .widget.widget_inscription .content h2.separateur span {
  background: white;
  padding: 2px 7px;
}
#contenu .widget.widget_inscription .content h3 {
  width: 60%;
  color: #333;
  font-size: 1em;
}
#contenu .widget.widget_inscription .content h3 span {
  color: var(--color1);
  font-weight: bold;
}
#contenu .widget.widget_inscription .content p {
  width: 70%;
  margin-top: 15px;
  margin-bottom: 15px;
}
#contenu .widget.widget_evenement.petit_widget .date_evenement {
  color: var(--color1);
}
#contenu .widget.widget_evenement section.date {
  position: absolute;
  top: -2px;
  right: 0;
  line-height: 1.2;
  width: 60px;
  text-align: center;
  background-color: var(--color2);
  color: var(--color1-bkg-texte2);
  font-size: 0.8rem;
  padding-bottom: 5px;
}
#contenu .widget.widget_evenement section.date .jour_evenement {
  font-size: 1.6rem;
}
#contenu .widget.widget_evenement section.date::after {
  content: "";
  border: 8px solid transparent;
  border-top: 8px solid var(--color2);
  position: absolute;
  bottom: -16px;
  left: calc(50% - 8px);
}
#contenu .widget.widget_evenement h3 {
  font-size: 1rem;
}
#contenu .widget.widget_evenement h3 a {
  color: var(--color1);
}
#contenu .widget.widget_evenement p.text-muted a {
  color: #666;
}
#contenu .widget.widget_evenement span[itemprop=audience] {
  color: #666;
  font-size: 0.8em;
}
#contenu .widget.widget_calendrier h3 {
  display: none;
}
#contenu .widget.widget_calendrier article .date_evenement {
  text-align: center;
  font-weight: bold;
  line-height: 15px;
  color: var(--color1);
}
#contenu .widget.widget_calendrier article .date_evenement .jour_evenement {
  font-size: 25.5px;
}
#contenu .widget.widget_calendrier article .date_evenement .annee_evenement {
  color: #A1A1A1;
  margin-top: 3px;
}
#contenu .widget.widget_calendrier article h4 {
  font-size: 1.2rem;
}
#contenu .widget.widget_calendrier article h4 a {
  color: var(--color1);
  text-decoration: none;
}
#contenu .widget.widget_calendrier article p {
  margin-bottom: 0;
}
#contenu .widget.widget_resultat span[itemprop=audience] {
  color: #666;
  font-size: 0.8em;
}
#contenu .widget.widget_reseau h3.separateur {
  background: #F6F6F6;
  line-height: 36px;
  margin: 0;
  padding-left: 5px;
  font-size: 1rem;
}
#contenu .widget.widget_reseau h4 a {
  color: var(--color1);
}
#contenu .widget.widget_reseau p.text-muted {
  font-size: 0.8em;
  color: #969696 !important;
}
#contenu .widget.widget_reseau.petit_widget .date_evenement {
  color: var(--color1);
  text-align: center;
}
#contenu .widget.widget_reseau section.date {
  position: absolute;
  top: -2px;
  right: 0;
  line-height: 1.2;
  width: 60px;
  text-align: center;
  background-color: var(--color2);
  color: var(--color1-bkg-texte2);
  font-size: 0.8rem;
  padding-bottom: 5px;
}
#contenu .widget.widget_reseau section.date .jour_evenement {
  font-size: 1.6rem;
}
#contenu .widget.widget_reseau section.date::after {
  content: "";
  border: 8px solid transparent;
  border-top: 8px solid var(--color2);
  position: absolute;
  bottom: -16px;
  left: calc(50% - 8px);
}
#contenu .widget.widget_reseau .more_link a {
  color: var(--color2);
}
#contenu .widget.widget_actualite h3 {
  font-size: 1rem;
}
#contenu .widget.widget_actualite h3 a {
  color: var(--color1);
}
#contenu .widget.widget_actualite p.text-muted {
  font-size: 0.8em;
  color: #969696 !important;
}
#contenu .widget.widget_actualite span[itemprop=audience] {
  color: #666;
  font-size: 0.8em;
}
#contenu .widget.widget_newsletter .date {
  color: var(--color1);
  text-align: center;
}
#contenu .widget.widget_newsletter .date .jour_evenement {
  font-size: 1.4rem;
  font-weight: bold;
}
#contenu .widget.widget_newsletter h4 {
  font-size: 1.5rem;
  margin-top: 15px;
}
#contenu .widget.widget_newsletter h4 a {
  color: var(--color1);
}
#contenu .widget.widget_section .list-group-item {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  margin: 0 0 5px 0;
  border: 0;
}
#contenu .widget.widget_section .list-group-item.active {
  background-color: var(--color1);
  color: white;
}
#contenu .widget.widget_section .list-group-item:not(.active) {
  background-color: #ededed;
  color: #323232;
}
#contenu .widget.widget_section .list-group-item:not(.active):hover {
  background-color: #ddd;
}
#contenu .widget.widget_section .list-group .list-group {
  margin-bottom: 5px;
}
#contenu .widget.widget_section .list-group .list-group .list-group-item {
  margin: 0 23px;
  border-left: 1px solid #323232;
  padding: 2px 10px;
  width: calc(100% - 23px);
}
#contenu .widget.widget_section .list-group .list-group .list-group-item:not(.active) {
  background-color: white;
  color: #323232;
}
#contenu .widget.widget_section .list-group .list-group .list-group-item:not(.active):hover {
  background-color: #ddd;
}
#contenu .widget.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;
}
#contenu .widget.widget_section h3.separateur span {
  background: white;
  padding: 2px 7px;
  border: 2px solid #eee;
}
#contenu .widget.widget_app_mobile.petit_widget .content {
  background: white;
}
#contenu .widget.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;
}
#contenu .widget.widget_app_mobile.petit_widget .content h4 {
  text-align: center;
  font-size: 1.1rem;
  margin-bottom: 10px;
  color: #555;
}
#contenu .widget.widget_app_mobile.petit_widget .content hr {
  visibility: hidden;
  margin: 5px 0;
}
#contenu .widget.widget_app_mobile.grand_widget .content {
  background: white;
}
#contenu .widget.widget_app_mobile.grand_widget .content h3 {
  font-size: 1.1rem;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 0px;
  color: #555;
}
#contenu .widget.widget_app_mobile.grand_widget .content h4 {
  font-size: 1.1rem;
  margin-bottom: 10px;
  color: #555;
}
#contenu .widget.widget_reservations p {
  text-align: center;
}
#contenu .widget.widget_reservations a.tickets {
  text-align: center;
  color: #777;
  font-size: 1em;
}
s #contenu .widget.widget_reservations.petit_widget .infos_creneau {
  font-size: 1.2em;
}
#contenu .widget.widget_reservations.grand_widget .infos_creneau {
  font-size: 1.4em;
}
#contenu .widget.widget_reservations .infos_creneau p {
  color: #777;
}
#contenu .widget.widget_reservations .infos_creneau p strong {
  font-weight: bold;
  font-size: 1.1em;
}
#contenu .widget.widget_rss, #contenu .widget.widget_rss_fede {
  /* FFBB */
  /* FFTA */
}
#contenu .widget.widget_rss .content, #contenu .widget.widget_rss_fede .content {
  padding: 0 1rem !important;
}
#contenu .widget.widget_rss .content header, #contenu .widget.widget_rss_fede .content header {
  background: white !important;
  font-weight: bold;
  font-size: 1.1rem;
  text-align: center;
  margin: 10px 0;
}
#contenu .widget.widget_rss .content header a, #contenu .widget.widget_rss_fede .content header a {
  color: var(--color1);
  text-decoration: none;
}
#contenu .widget.widget_rss div.info, #contenu .widget.widget_rss_fede div.info {
  display: none;
}
#contenu .widget.widget_rss p.text-muted, #contenu .widget.widget_rss_fede p.text-muted {
  font-size: 0.8em;
  color: #969696 !important;
}
#contenu .widget.widget_rss img, #contenu .widget.widget_rss_fede img {
  max-width: 100%;
  height: auto;
}
#contenu .widget.widget_rss h3, #contenu .widget.widget_rss_fede h3 {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 1rem;
}
#contenu .widget.widget_rss h3 a, #contenu .widget.widget_rss_fede h3 a {
  color: var(--color1);
  text-decoration: none;
  font-size: 1rem;
}
#contenu .widget.widget_rss p.description,
#contenu .widget.widget_rss .description p, #contenu .widget.widget_rss_fede p.description,
#contenu .widget.widget_rss_fede .description p {
  color: #777777;
  margin: 5px 0;
  text-transform: none;
}
#contenu .widget.widget_rss.federation_140.premium, #contenu .widget.widget_rss_fede.federation_140.premium {
  border-color: transparent;
  background-color: rgb(10, 50, 129);
  background-image: linear-gradient(-45deg, rgba(213, 9, 27, 0.86), rgb(10, 50, 129));
}
#contenu .widget.widget_rss.federation_140.premium header, #contenu .widget.widget_rss_fede.federation_140.premium header {
  background: unset;
}
#contenu .widget.widget_rss.federation_140.premium header h2, #contenu .widget.widget_rss_fede.federation_140.premium header h2 {
  color: white;
}
#contenu .widget.widget_rss.federation_140.premium .content, #contenu .widget.widget_rss_fede.federation_140.premium .content {
  background: white;
  padding: 0 1rem !important;
}
#contenu .widget.widget_rss.federation_140.premium .content header, #contenu .widget.widget_rss_fede.federation_140.premium .content header {
  margin-bottom: 2rem;
}
#contenu .widget.widget_rss.federation_140.premium .content header:after, #contenu .widget.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 .widget.widget_rss.federation_140.premium .content header a, #contenu .widget.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 .widget.widget_rss.federation_140.premium .content header a:hover, #contenu .widget.widget_rss_fede.federation_140.premium .content header a:hover {
  text-decoration: none;
  color: #000;
}
#contenu .widget.widget_rss.federation_140.premium h3, #contenu .widget.widget_rss_fede.federation_140.premium h3 {
  font-size: 1em;
}
#contenu .widget.widget_rss.federation_140.premium h3 a, #contenu .widget.widget_rss_fede.federation_140.premium h3 a {
  color: #223f9a;
  font-weight: bold;
}
#contenu .widget.widget_rss.federation_140.premium h3 a:hover, #contenu .widget.widget_rss_fede.federation_140.premium h3 a:hover {
  color: rgba(213, 9, 27, 0.86);
  text-decoration: none;
}
#contenu .widget.widget_rss.federation_140.premium.petit_widget header a, #contenu .widget.widget_rss_fede.federation_140.premium.petit_widget header a {
  font-size: 13px;
  padding: 4px 10px !important;
}
#contenu .widget.widget_rss.federation_161.premium, #contenu .widget.widget_rss_fede.federation_161.premium {
  border-color: transparent;
  background-color: #125F9B;
  background-image: linear-gradient(90deg, #084276, #125F9B);
}
#contenu .widget.widget_rss.federation_161.premium header, #contenu .widget.widget_rss_fede.federation_161.premium header {
  background: unset;
}
#contenu .widget.widget_rss.federation_161.premium header h2, #contenu .widget.widget_rss_fede.federation_161.premium header h2 {
  color: white;
}
#contenu .widget.widget_rss.federation_161.premium .content, #contenu .widget.widget_rss_fede.federation_161.premium .content {
  background: white;
  padding: 0 1rem !important;
}
#contenu .widget.widget_rss.federation_161.premium .content header, #contenu .widget.widget_rss_fede.federation_161.premium .content header {
  background: white;
  margin-bottom: 2rem;
}
#contenu .widget.widget_rss.federation_161.premium .content header:before, #contenu .widget.widget_rss_fede.federation_161.premium .content header:before {
  content: "";
  height: 1px;
  background: #cb8137;
  top: 13px;
  left: 0;
  right: 0;
  display: block;
  position: relative;
  z-index: 0;
}
#contenu .widget.widget_rss.federation_161.premium .content header a, #contenu .widget.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 .widget.widget_rss.federation_161.premium h3, #contenu .widget.widget_rss_fede.federation_161.premium h3 {
  font-size: 1em;
}
#contenu .widget.widget_rss.federation_161.premium h3 a, #contenu .widget.widget_rss_fede.federation_161.premium h3 a {
  color: black;
  font-weight: bold;
}
#contenu .widget.widget_rss.federation_161.premium.petit_widget header a, #contenu .widget.widget_rss_fede.federation_161.premium.petit_widget header a {
  font-size: 13px;
  padding: 4px 10px !important;
}
#contenu .widget.widget_boutique h3 a {
  color: var(--color1);
}
#contenu .widget.widget_boutique mark.prix {
  display: block;
  background: white;
  margin-bottom: 10px;
  font-weight: bold;
  padding: 5px;
  text-align: right;
}
#contenu .widget.widget_boutique mark.prix sup {
  font-size: 0.7em;
  vertical-align: super;
}
#contenu .widget.widget_boutique mark.prix .prix_barre {
  text-decoration: line-through;
}
#contenu .widget.widget_partenaire .carousel-inner {
  padding-top: 30px;
  padding-bottom: 40px;
  color: #555;
}
#contenu .widget.widget_partenaire .carousel-indicators {
  background: #ddd;
  margin: 0;
}
#contenu .widget.widget_membres.grand_widget h3 {
  background: #777;
  padding: 3px;
  color: white;
}
#contenu .widget.widget_membres.grand_widget h3 a {
  color: white;
}
#contenu .widget.widget_anniversaires h3 {
  margin: 1rem 0;
}
#contenu .widget.widget_anniversaires h4 {
  font-size: 1rem;
}
#contenu .widget.widget_anniversaires .text-muted {
  color: #777 !important;
  font-size: 0.8em;
}

html.uppercasable #contenu .widget.widget_calendrier article .date_evenement .mois_evenement {
  text-transform: uppercase;
}
html.uppercasable #contenu .widget.widget_rss.federation_140.premium .content header a, html.uppercasable #contenu .widget.widget_rss.federation_161.premium .content header a, html.uppercasable #contenu .widget.widget_rss_fede.federation_140.premium .content header a, html.uppercasable #contenu .widget.widget_rss_fede.federation_161.premium .content header a {
  text-transform: uppercase;
}
html.uppercasable #contenu .widget.widget_inscription {
  text-transform: uppercase;
}
html.uppercasable #contenu .widget.widget_inscription h2.separateur {
  text-transform: uppercase;
}

section.widget .more_link {
  position: absolute;
  top: 3px;
  right: 8px;
}
section.widget .more_link a {
  vertical-align: middle;
}
section.widget .more_link a:not(.rss):not(.iCal) {
  padding: 3px;
  border-radius: 3px;
  font-size: 0.8rem;
  font-weight: bold;
  color: var(--color1-bkg-texte2);
}
@media screen and (max-width: 575px) {
  section.widget .more_link a:not(.rss):not(.iCal) {
    overflow: hidden;
    width: 20px;
    display: inline-block;
    white-space: nowrap;
    font-size: 2rem;
    line-height: 1rem;
  }
}
section.widget .more_link a.rss {
  padding: 0 3px;
  border-radius: 3px;
  color: #FFF;
  background: #FFA500;
}
section.widget .more_link a.iCal {
  padding: 0 3px;
  border-radius: 3px;
  color: #FFF;
  background: red;
}

section.widget section .more_link a {
  color: #777;
}

#main section.widget .separateur_section .more_link,
aside section.widget .separateur_section .more_link {
  top: 11px;
}

/*******************************************************************/
/*        FORMULAIRE CODE PIN                                      */
/*******************************************************************/
/*
#form_codepin {
    background: #f0f0f0 none repeat scroll 0 0;
    border: 1px solid #aa0000;
    padding: 10px;
    text-align: center;
    max-width: 500px;
    margin: 0 auto; }
#form_codepin label { padding-right: 5px; }
#form_codepin input { display: inline-block; width: 100px; border: 1px solid #888; }
#form_codepin input[type="submit"],
#form_codepin button[type="submit"] {
    width: 100px;
    background: #ccc;
    color: #333
}
*/
#contenu .chapo {
  font-size: 1.2em;
  font-weight: bold;
}

/* Page produit */
#contenu #main-column > section:not(.widget) .detail.rubriques .fake-title h2.secondary-content dl[itemProp=priceSpecification],
#contenu #main-column > section:not(.widget) .detail.produits .fake-title h2.secondary-content dl[itemProp=priceSpecification] {
  margin: 0;
  padding: 0;
  float: right;
}
#contenu #main-column > section:not(.widget) .detail.rubriques #main-content dl[itemProp=priceSpecification],
#contenu #main-column > section:not(.widget) .detail.produits #main-content dl[itemProp=priceSpecification] {
  display: none;
}
#contenu #main-column > section:not(.widget) .detail.rubriques dl[itemProp=priceSpecification] strong,
#contenu #main-column > section:not(.widget) .detail.produits dl[itemProp=priceSpecification] strong {
  font-weight: normal;
  font-size: 0.8em;
}

html.uppercase #contenu #main-column > section:not(.widget) .detail.rubriques dl[itemProp=priceSpecification] strong,
html.uppercase #contenu #main-column > section:not(.widget) .detail.produits dl[itemProp=priceSpecification] strong {
  text-transform: uppercase;
}

/*
.entry-content CITE {
    position: relative;
    padding: 0 25px;
    text-indent: -25px;
    display: block;
    background: url(/images/common/right-quote.png) right bottom no-repeat;
    font-style: italic;

    &::first-letter {
        padding-left: 25px;
        background: url(/images/common/left-quote.png) no-repeat;
    }

}


#contenu h1, .fauxH1 { font-size: 1.8em; margin-bottom: 10px; font-weight:bold; color: #444; }
#contenu h1 a, .fauxH1 a { color: #444; }
#contenu h1 .rss { 
	color: #FFF;
	background: #FFA500;
	display: inline-block;
	font-size: 20px;
	text-align: center;
	padding: 1px;
	width: 22px;
	line-height: 22px;
	vertical-align: middle;
}
#contenu h1 .ical { 
	color: #FFF;
	background: rgb(225, 64, 64);
	display: inline-block;
	font-size: 20px;
	text-align: center;
	padding: 1px;
	width: 22px;
	line-height: 22px;
	vertical-align: middle;
	margin-left: 5px;
}

#contenu p.accroche {
    display: inline-block;
    padding: 3px;
    color: #dc3545;
    font-size: 0.8rem;
    font-weight: bold;
}

#contenu h1 select.filtre {
    float: right;
}

#contenu h1.smaller {
    font-size: 1.6em;
    margin-top: 10px;
    clear: both;
}

#contenu h2.main {
    font-size: 1.2em;
    margin: 70px 0 30px 0;
    clear: both;
    border: 1px solid #ccc;
    padding: 5px;
    font-weight: bold;
    color: #444;
    background: #eee;
}

#contenu h3.main {
    font-size: 1em;
    margin: 30px 0;
    clear: both;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 5px;
    font-weight: bold;
    color: #444;
}

#contenu h3.exergue {
    font-size: 1.2em;
    margin: 10px 0;
}

section h2.subtitle,
section h3.subtitle,
section h4.subtitle {
    color: #666;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 1.1rem;
}

section h2.subtitle a,
section h3.subtitle a,
section h4.subtitle a {
    color: #666;
}


section :not(.tags)>.info {
    color: #666;
    font-size: 0.9rem;
    overflow: hidden;
}

section :not(.tags)>.info a {
    color: #666;
    text-decoration: none;
}

section :not(.tags)>.info a:hover {
    text-decoration: underline;
}
*/
/*******************************************************************/
/*        widgets                                                  */
/*******************************************************************/
/*
section.widget {
    position: relative;
    background: #f0f0f0;
    margin: 0 0 20px 0;
    overflow: auto;
}

section.widget h2 {
    font-size: 1rem;
    font-weight: bold;
    padding: 5px;
    margin-bottom: 0;
}

section.widget h3 {
    font-size: 1rem;
}



section.widget .contenu {
    margin: 1px;
    background: #ffffff;
    overflow: auto;
}


*/
/* Widget Inscription */
/*
@media screen and (min-width : 992px) and (max-width : 1200px) {
    aside section.widget .more_link a {
        overflow: hidden;
        width: 20px;
        display: block;
        white-space: nowrap;
        font-size: 2rem;
        line-height: 1rem;
    }
}
*/
/*
section.widget .fb-like-box {
    width: 100%;
    overflow: hidden;
}

section.petit_widget.widget_calendrier.widget .contenu {
    overflow: hidden;
}

.colonne_widget_unique .petit_widget {
    margin: 10px;
}

.grand_widget.widget_photos .photo_1 {
    width: 50%;
    overflow: auto;
    display: block;
    float: left;
}

.grand_widget.widget_photos .photo_2,
.grand_widget.widget_photos .photo_3,
.grand_widget.widget_photos .photo_4,
.grand_widget.widget_photos .photo_5 {
    width: 25%;
    overflow: auto;
    display: block;
    float: left;
}

.grand_widget.widget_photos img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}

#newsletter_subscribe_email {
    display: inline;
    width: 200px;
    margin-bottom: 10px;
    width: calc(100% - 95px)
}

#liste_newsletters {
    border-top: 1px dashed #AAA;
    padding: 5px;
    margin-top: 5px
}

#liste_newsletters span.date {
    color: #AAAAAA;
    display: block;
    font-size: 0.7em;
    font-style: italic;
}

#deplie_finalite_newsletter {
    display: none;
}

#finalite_newsletter:checked+#block_finalite_newsletter #deplie_finalite_newsletter {
    display: block;
}


.petit_widget.widget_anniversaires section h4 {
    font-size: 1em;
    font-weight: normal;
}

.petit_widget.widget_anniversaires span {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    display: block;
}

.petit_widget.widget_anniversaires span.prenom {
    font-size: 1.2em;
}

.petit_widget.widget_anniversaires span.nom {
    font-size: 0.8em;
}

.petit_widget.widget_anniversaires section .info {
    font-size: 0.6em;
}

.video li {
    position: relative;
}


.special section.widget {
    background-color: #e0e0e0 !important;
}

.special section.widget>h2,
.special section.widget .more_link a {
    color: #444;
}

.widget .panier {
    width: 100%;
    margin-bottom: 8px;
}

.widget .panier thead {
    border-bottom: 1px #777 solid;
}

.widget .panier tbody {
    font-size: 0.8em;
    font-style: italic;
}

.widget .panier strong,
.widget .panier .prix {
    font-style: normal;
    font-weight: bold;
}

.widget_libre P {
    margin: 20px 0;
}

.widget_libre h1 {
    font-size: 1.6em;
    color: #444;
}

.widget_libre h2 {
    font-size: 1.4em;
    color: #444;
}

.widget_libre h3 {
    font-size: 1.2em;
    color: #444;
}

.widget_libre h4 {
    font-size: 1.1em;
    color: #444;
}

.widget_libre h5 {
    font-size: 1.1em;
    color: #444;
}

.widget_libre h6 {
    font-size: 1em;
    color: #444;
}

.widget_libre ul {
    list-style-type: disc;
    margin: 20px;
}

.widget_libre ol {
    list-style: decimal outside none;
    margin: 20px;
}

.widget_libre strong {
    font-weight: bold;
}

.widget_libre em {
    font-style: italic;
}

.widget_libre address {
    font-style: italic;
    margin: 3px;
}

.widget_libre td,
.widget_libre th {
    border: 1px solid black;
    padding: 3px;
}

.widget_libre pre {
    font-family: "Courier New", Courier, monospace;
    margin: 1em 2em;
    overflow: auto;
    padding: 0.5em;
    white-space: nowrap;
}

.widget_libre a.fancybox {
    width: 40%;
    float: right;
    margin: 10px;
}

.widget_libre a.fancybox img {
    max-width: 100%;
    max-height: 100%;
}

.widget_libre table p {
    margin: 4px 0;
}

.widget_libre img {
    max-width: 100%
}

.lienpanier {
    display: block;
    float: left;
    width: 48%;
    background: #a0a0a0;
    font-size: 0.8em;
    line-height: 2em;
    text-align: center;
}

.lienboutique {
    display: block;
    float: left;
    width: 48%;
    margin-left: 4%;
    background: #a0a0a0;
    font-size: 0.8em;
    line-height: 2em;
    text-align: center;
}

.lienpanier a,
.lienboutique a {
    color: #fff;
}

.widget_recherche #termes_recherches {
    width: 210px;
    width: calc(100% - 95px)
}

.flex-direction-nav a.flex-disabled {
    display: none;
}
*/
/* Widget Sections */
/*
ul.arborescence {
    list-style: none;
    margin: 5px 0 15px 0;
    padding: 0;
}

ul.arborescence li {
    margin: 3px;
    padding: 3px;
}

ul.arborescence li.level1 {
    font-size: 1em;
    background: #ededed;
    color: #323232;
    margin: 5px 3px;
}

ul.arborescence li.level1>span {
    margin: 0 5px;
}

ul.arborescence li.level1 a {
    color: #323232;
}

ul.arborescence li.level2 {
    margin: 0 23px;
    border-left: 1px solid #323232;
    padding: 2px 10px;
}

ul.arborescence li.level2 a {
    color: #323232;
}

ul.arborescence li.selected,
ul.inline-links li.selected {
    background: rgba(0, 0, 0, 0.8);
    color: white;
}

ul.arborescence li.selected a,
ul.inline-links li.selected a {
    color: white;
}


h3.separateur {
    font-size: 0.9em;
    font-weight: normal;
    margin: 25px 0;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid #ededed;
    line-height: 0;
}

h3.separateur span {
    border: 2px solid #c0c0c0;
    background: white;
    padding: 2px 7px;
}

ul.inline-links {
    list-style: none;
    padding: 0;
    width: 100%;
    margin: 15px 0;
    text-align: center;
    font-size: 0.8em;
}

ul.inline-links li {
    display: inline-block;
    width: auto;
    margin: 0;
    padding: 5px 10px;
    text-align: center;
    text-transform: uppercase;
}

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

ul.equipes li {
    font-size: 1.1em;
    background: #f8f8f8;
    margin: 5px 3px;
    padding: 3px;
}

ul.equipes li.actif a {
    color: white
}
*/
/* Opérations de prévente */
/*
#operations_preventes {
    margin-bottom: 30px;
}
*/
/*******************************************************************/
/*        Panneau (date, infos...)                                 */
/*******************************************************************/
/*
.panneau {
    width: 60px;
    background: #777;
    text-align: center;
}

.liste .panneau {
    position: absolute;
    top: -2px;
    left: -70px;
    line-height: 1.2;
}

.liste .no-illustration .panneau {
    top: 5px;
    left: -90px;
}

.panneau p {
    color: #FFFFFF;
    font-size: 1.6em;
    font-weight: normal;
    margin: 0 0 1px;
}

.panneau span {
    display: block;
    color: #FFFFFF;
    font-size: 0.7rem;
    font-style: italic;
    font-weight: bold;
    text-align: center;
}

.panneau .arrow-down {
    position: relative;
    top: 6px;
    left: 24px;
    height: 0;
    width: 0;
    border-top: 6px solid #777;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

@media screen and (max-width : 575px) {
    .panneau {
        width: unset;
        line-height: 1;
    }

    .liste .panneau {
        position: unset;
        top: unset;
        left: unset;
    }

    .panneau p {
        font-size: 1.1rem;
        margin: 0;
    }

    .panneau span {
        display: inline;
        font-size: unset;
        font-weight: normal;
    }

    .panneau .arrow-down {
        left: calc(50% - 6px);
        margin-bottom: 10px;
    }
}
*/
/*******************************************************************/
/*        Pages et widgets en mode "liste" (actus, evenements...)  */
/*******************************************************************/
/*
section.liste {
    position: relative;
    clear: both;
}


.liste>h3,
.rssHeader {
    font-size: 1em;
    clear: both;
    padding: 6px 0 6px 3px;
    margin: 6px 0 10px 0;
    color: #444;
}

.rssHeader {
    text-align: center;
    margin: 15px 0;
}
*/
/*


.liste article {
    clear: both;
    padding-bottom: 5px;
    overflow: hidden;
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 7px;
    position: relative;
}

.liste article.last {
    border-bottom: none;
    margin-bottom: 0;
}

.recherche ul {
    padding: 0;
    list-style: none;
}

.liste .illustration-icon {
    font-size: 6em;
}

.liste .illustration-icon a {
    text-decoration: none;
}

@media screen and (max-width : 576px) {
    .liste .illustration-icon {
        font-size: 3em;
    }
}

.colonne_widget_unique .liste .illustration {
    width: 22%;
}

.colonne_widget_unique .liste section {
    width: 73%;
}

.colonne_widget_unique .liste article section.without-illustration {
    width: 100%;
}

.liste section .entry-content,
.liste section .description {
    margin-top: 5px;
    text-align: justify;
    color: #444;
}

.liste section .entry-content img,
.liste section .description img {
    max-width: 100%;
}


.liste .boutons_action {
    position: absolute;
    top: 0;
    right: 0;
}

.liste ul.galerie li {
    width: 33%;
    float: left;
}

.liste ul.galerie a {
    margin: 5px;
    display: block;
}

.liste ul.galerie img {
    max-width: 100%;
    max-height: 100%;
}

.liste p.prix {
    text-align: right;
    font-weight: bold;
}

.liste p.prix span {
    font-weight: normal;
    font-weight: normal;
    font-size: 0.8em;
}

.liste p.prix span.prix_barre {
    text-decoration: line-through;
}

.liste p.accroche {
    display: inline-block;
    padding: 3px;
    color: #dc3545;
    font-size: 0.8rem;
    font-weight: bold;
}


aside .liste section .entry-content,
aside .liste section .description {
    min-height: 0;
}

.liste .convocations {
    background: #f0f0f0;
}

.liste article footer {
    margin: 10px 0;
}

.liste article footer ul {
    float: right;
    margin: 0;
    list-style: none;
    padding: 0;
}

.liste article footer li a {
    display: block;
    border: 1px solid #ccc;
    padding: 3px 6px;
    color: #777;
    font-size: 0.8rem;
}

.liste article footer li a:hover {
    background: #eee;
    text-decoration: none;
    color: #444;
    border-color: #444;
}

.liste article footer .equipes a {
    color: #666;
}

.liste article footer .prix {
    color: #666;
    text-align: right;
    font-weight: bold;
    float: left;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 5px;
}

.liste article footer .prix span {
    font-weight: normal;
    font-weight: normal;
    font-size: 0.8em;
}

.liste article footer .prix span.prix_barre {
    text-decoration: line-through;
}

.liste article .prevente {
    font-weight: bold;
}

.equipes {
    color: #666;
    font-weight: normal;
}

.equipes a {
    color: #666;
}

.listeicone {
    clear: both;
    position: relative;
}

.listeicone article {
    width: 23%;
    float: left;
    margin: 1%;
    position: relative;
    margin-bottom: 20px;
}

.listeicone .illustration {
    width: 100%;
}

.listeicone .illustration img {
    max-width: 100%;
    max-height: 100%;
}

.listeicone section h2,
.listeicone section h3 {
    font-size: 1.1em;
    font-weight: normal;
    min-height: 2.2em;
}

.listeicone .prix {
    text-align: right;
    font-weight: bold;
}

.listeicone .prix span,
.listeicone .prevente {
    display: none;
}

.listeicone footer ul,
.listeicone .description,
.listeicone .entry-content {
    display: none;
}

.listswapstyle ul.styleswitcher {
    position: absolute;
    top: 8px;
    right: 5px;
}

.listswapstyle ul.styleswitcher li {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    overflow: hidden;
    text-indent: -3000px;
    background: url(/media/site/design-3/images/list_style_switcher.png) #777;
    margin-left: 5px;
}

.listswapstyle ul.styleswitcher li.styleSwitcherBlock {
    background-position: 0 16px;
}

.listswapstyle ul.styleswitcher li.actif {
    background-color: #f00;
}
*/
/*******************************************************************/
/*        Pages en mode "liste de membres"                         */
/*******************************************************************/
/*
.membres {
    clear: both;
    overflow: auto;
}

.membres.small ul {
    clear: both;
    margin-bottom: 10px;
}

.small .membre {
    width: 47%;
    margin-bottom: 0;
}

aside .membre,
aside .small .membre {
    width: 100%;
}

.membre h2,
.membre h3 {
    background: #777;
    padding: 3px;
    color: white;
    font-size: 1.1rem;
}

.membre h2 a,
.membre h3 a {
    color: white;
}

.status .fa-check {
    color: #0eac03;
}

.status .fa-question {
    color: #aaa;
}

.status .fa-times {
    color: #d71a1a;
}

aside .small .membre,
aside .small .membre * {
    line-height: 16px;
}

aside .status {
    height: 16px;
}


@media screen and (max-width : 320px) {

    .membre,
    .small .membre {
        width: 225px;
        margin-left: 0 auto 5px auto;
    }

    .membre .illustration img {
        margin: 0 auto;
    }
}
*/
/*******************************************************************/
/*        Pages en mode article                                    */
/*******************************************************************/
/*
.commentaires {
    display: inline-block;
    width: 32px;
    height: 16px;
    background: url(/media/site/design-3/images/fond_commentaires.png);
    font-size: 12px;
    text-align: center;
    vertical-align: top;
}

.commentaires a {
    display: block;
    width: 32px;
    height: 16px;
    font-size: 0.6rem;
}

.info_entete {
    color: #777777;
    font-size: 0.8em;
    font-style: italic;
    margin: 5px 0 10px 0;
}

.info_entete a {
    color: #777777;
}

#main header .panneau {
    float: left;
    margin: 5px;
}

#main header .partage {
    float: right;
}

#main header .partage_block {
    display: block;
    float: left;
    margin-right: 5px;
}

#main header .partage_block a {
    display: inline-block;
    margin-left: 5px;
    line-height: 32px;
    height: 32px;
    width: 32px;
    font-weight: normal;
    font-size: 22px;
    vertical-align: top;
    text-align: center;
    position: relative;
}

#main header .partage_block a svg,
#main header .partage_block a .far,
#main header .partage_block a .fas {
    fill: white;
    color: white;
}

#main header .partage-facebook {
    background-color: rgb(59, 89, 152);
}

#main header .partage-twitter {
    background-color: rgb(29, 161, 242);
}

#main header .partage-rss {
    background-color: #ED7F10;
    color: white;
}

#main header .partage-ical {
    background-color: rgb(225, 64, 64);
}

#main header .partage-commentaires {
    background-color: #0eac03;
}

#main header .partage-commentaires span {
    position: absolute;
    top: 7px;
    left: 0;
    width: 32px;
    font-size: 0.7rem;
    line-height: 1rem;
    color: #0eac03;
}

#main .galerie.main li {
    width: 50%;
    float: left;
}

#main .galerie.main a {
    margin: 5px;
    display: block;
}

#main .galerie.main img {
    max-width: 100%;
    max-height: 100%;
}

#main .more_link {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #333;
    background: none;
}

.more_link a,
.liste .more_link a {
    color: #777777;
    font-weight: normal;
    font-size: 0.8em;
}

.dernier_resultat,
.dernier_album {
    position: relative;
    clear: both;
}

.dernier_resultat h3 {
    margin: 10px 0 5px 16%;
    color: #333;
}




#contenu .description ul.liste_liens {
    margin: 1rem 0;
    padding: 0;
    list-style: none;
    clear: both;
    overflow: auto;
}

#contenu .description ul.liste_liens li {
    display: block;
    float: left;
    padding-right: 20px;
}

#contenu .description ul.liste_liens a {
    text-decoration: none
}
*/
/*******************************************************************/
/*        Bouton de panier                                         */
/*******************************************************************/
/*******************************************************************/
/*        Panier et étapes de la prise de 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;
}

#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 legend {
    background: white;
    padding: 0 5px;
}

#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: 27px;
}

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

.paiements_successifs {
    color: #333;
    margin: 5px 20px 20px 27px;
}

.paiements_successifs th {
    background: #f0f0f0;
}

.paiements_successifs th,
.paiements_successifs td {
    border: 1px solid #aaa;
    padding: 5px;
}


@media screen and (max-width : 640px) {

    #proposer_login,
    #proposer_creation_compte {
        width: 100%;
        float: none;
    }

    #bouton_adresses fieldset {
        width: 98%;
        float: none;
    }

    #proposer_creation_compte,
    #adresse_livraison {
        margin-left: 0;
    }

    #mode_livraison label,
    #moyen_paiement label,
    #message_commande label {
        width: 100%;
        display: block;
    }

    #message_commande textarea {
        float: none;
        width: 100%;
    }


}

@media print {
    .detail_commande tbody {
        font-size: 0.6em;
    }
}
.printbutton { font-size:0.5em; color:#777 !important; font-weight:normal;   }                                                                                                                                                                                     
*/
/*******************************************************************/
/*        Résultats sportifs                                       */
/*******************************************************************/
/*
.tableau_resultats {
    clear: both;
    width: 100%;

    section {
        max-width: 100%;
        overflow: auto;
        clear: both;
        margin-bottom: 1px;

        h3 {
            font-size: 1em;
            display: inline-block;
            margin-bottom: 0;
            font-weight: normal;
        }
    }

    &.principal section {
        margin: 5px 0;
        overflow: inherit;
        min-height: 30px;
        line-height: 30px;
    }

    div div {
        float: left;
    }

    .titre_evenement {
        display: block;
    }

    div.domicile, 
    div.exterieur {
        span,
        a {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            display: block;
        }

        .titre_evenement {
            span,
            a {
                display: inline;
            }
        }
    }

    .resultat_date {
        width: 12%;
        color: #777;
        padding: 4px 0;
        font-size: 0.8em;
        line-height: 1.2em;
    }

    .resultat {
        width: 88%;
        padding: 4px 0;

        a,
        span {
            margin-left: 5px;
        }
    }

    .score {
        width: 6%;
        text-align: center;
        padding: 4px 0;
    }

    .opposant {
        width: 38%;
        padding: 4px 0;
        text-align: left;
    }
}


.tableau_resultats .domicile .opposant.adversaire {
    text-align: right;
}

.tableau_resultats .exterieur .opposant {
    text-align: right;
}

.tableau_resultats .exterieur .opposant.adversaire {
    text-align: left;
}

.tableau_resultats .titre_evenement {
    float: none;
    margin: 4px 0
}

.tableau_resultats .titre_evenement span {
    font-size: 0.8em;
    color: #777;
    line-height: 1em;
}

.tableau_resultats .equipes {
    float: none;
    overflow: hidden;
    clear: both;
    margin-bottom: 4px;
}

.tableau_resultats .equipes a {
    display: inline;
}

.tableau_resultats .opposant a,
.tableau_resultats .opposant span {
    margin: 0 5px;
}

.tableau_resultats .resultat_commentaire {
    margin-left: 15%;
}

.tableau_resultats div.resultat_commentaire span,
.tableau_resultats div.resultat_commentaire a {
    white-space: inherit;
    overflow: inherit;
    text-overflow: inherit;
    -o-text-overflow: inherit;
    display: inline;
}

.tableau_resultats.nodate .resultat {
    width: 100%;
}

.tableau_resultats.nodate .score {
    width: 7%;
}

.tableau_resultats.nodate .opposant {
    width: 43%;
}

.tableau_resultats.nodate .resultat_commentaire {
    margin-left: 0;
}

.tableau_resultats .adversaire,
.tableau_resultats .adversaire a {
    background: #D0D0D0 !important;
    color: black !important;
}

.tableau_resultats .score.adversaire,
.tableau_resultats .score.adversaire a {
    background: #B0B0B0 !important;
    color: black !important;
}

.resultats_individuels {
    margin: 5px 0 5px 16%
}

.resultat_individuel,
.presence {
    font-style: italic;
    color: #777777;
}

.resultats_individuels .carre {
    width: 20px;
}

.petit_widget .tableau_resultats section {
    font-size: 0.8em;
}

.petit_widget .tableau_resultats .resultat_date {
    width: 20%;
}

.petit_widget .tableau_resultats .resultat {
    width: 80%;
}

.petit_widget .tableau_resultats .score {
    width: 10%;
}

.petit_widget .tableau_resultats .opposant {
    width: 30%;
}

.petit_widget .tableau_resultats.nodate .resultat {
    width: 100%;
}

.petit_widget .tableau_resultats.nodate .score {
    width: 13%;
}

.petit_widget .tableau_resultats.nodate .opposant {
    width: 37%;
}

.grand_widget .tableau_resultats .resultats_individuels {
    margin-left: 12%;
}

.petit_widget .tableau_resultats .resultats_individuels {
    margin-left: 20%;
}

article.resultat {
    overflow: auto;
}

article.resultat .resultat_date {
    background: #D0D0D0;
    padding: 4px 0;
    line-height: 30px;
}

article.resultat .resultat_date span {
    padding-left: 5px;
}

/*******************************************************************/
/*        Présentation en onglets                                  */
/*******************************************************************/
/*
.section-groupe { border: 1px solid #a0a0a0; padding: 0 10px 10px; position: relative; margin: 40px 0 50px 0; background:#F7F7F7; border-radius: 5px; }
#contenu .section-groupe h2.main { background:#F7F7F7; position: relative; top:-30px; left: 20px; display: inline-block; border: 1px solid #a0a0a0; border-bottom: 1px solid #F7F7F7; padding: 5px; margin: 0; font-size: 1em; height: 20px; border-radius: 5px 5px 0 0;}
#contenu .section-groupe .resultats_individuels { margin-left: 0; padding: 5px; font-size: 0.8em; margin-bottom: 15px; }
*/
/*******************************************************************/
/*        Filtres et recherche                                     */
/*******************************************************************/
/*
.filtres,
.siblings {
    clear: both;
    margin-bottom: 15px;
}

.filtres h2,
.siblings h2 {
    margin: 10px 0;
    border-bottom: 1px solid #F0F0F0;
    font-size: 1.1em;
}

.filtres ul,
.siblings ul {
    padding: 0;
    list-style: none;
}

.filtres .selected,
.siblings .selected {
    font-weight: bold;
}

.filtres .selected ul,
.siblings .selected ul {
    font-weight: normal;
}

.siblings .selected ul a,
.filtres .selected ul a {
    color: #777;
}

.siblings .selected ul .icon,
.filtres .selected ul .icon {
    background-color: #777;
}

.filtres .level2,
.siblings li.level2 {
    padding-left: 20px;
}

.filtres .level2 ul,
.siblings li.level2 ul {
    padding-left: 20px;
}

.siblings li,
.filtres li {
    line-height: 20px;
}

.siblings a,
.filtres a {
    color: #777777;
    font-size: 0.9em;
}

.siblings .icon,
.filtres .icon {
    display: block;
    float: left;
    width: 13px;
    height: 13px;
    margin: 5px 5px 0 0;
    background: url(/media/site/design-3/images/arrowSquare.png) no-repeat scroll left bottom #777777;
}

.limited-height {
    position: relative;
}

.limited-height .content {
    position: relative;
    max-height: 150px;
    clear: both;
    overflow: hidden;
}

.limited-height .listecomplete {
    max-height: none;
}



#recherche_filtre {
    position: absolute;
    top: 5px;
    right: 0;
}

#recherche_filtre input[type=button] {
    background: #A0A0A0;
    margin: 4px auto;
    color: white;
    border: 1px solid #777777;
}


@media screen and (max-width : 640px) {


    .filtres,
    .siblings {
        display: none;
    }

    .widget .filtres,
    .widget .siblings {
        display: block;
    }

    #recherche_filtre {
        position: relative;
        top: auto;
        right: auto;
    }
}
*/
/*******************************************************************/
/*        Fil d'ariane                                             */
/*******************************************************************/
/*
#fil_ariane {
    font-size: 0.8em;
    position: relative;
    z-index: auto;
    bottom: inherit;
    left: inherit;
    overflow: auto;
}

#fil_ariane ol {
    padding: 0.75rem 0;
    background: none;
}

#fil_ariane a,
#fil_ariane span {
    color: #888;
}

nav#fil_ariane li:hover {
    background: none;
}
*/
/*******************************************************************/
/*        Pagination                                               */
/*******************************************************************/
/*
#pagination {
    margin: 20px auto;
    text-align: center;
    overflow: auto;
    clear: both;
}

#pagination ul {
    text-align: center;
    clear: both;
    display: inline-block;
    height: 20px;
}

#pagination li {
    display: block;
    float: left;
    margin-right: 10px;
    padding: 0;
    width: auto !important;
}

#pagination a {
    color: #777;
    margin: 0 !important;
}
*/
/*******************************************************************/
/*        Formulaire contact et livre d'or                         */
/*******************************************************************/
/*
.formulaire {
    position: relative;
}


.info-anonyme {
    background: #f8f8f8;
    color: #6c757d;
    padding: 1rem 1rem 0 1rem;
    margin: 1rem 0;
    border: 1px solid #ccc;
}



#formulaire_page .tableau_produits_formulaire .masquer_produits_disabled {
    display: none !important;
}

#formulaire_page section {
    background: #f8f8f8;
    padding: 8px;
    margin: 15px -8px;
}

#formulaire_page section#parent1_section,
#formulaire_page section#parent2_section {
    border: 1px solid silver;
    margin: 15px -8px;
    padding: 0 8px 8px 8px;
    background: #f0f0f0;
}

#formulaire_page section#parent1_section section,
#formulaire_page section#parent2_section section {
    background: #f8f8f8;
    margin: 10px -4px;
    padding: 4px;
}

#formulaire_page section h3.TITLE {
    border: none;
    background: #e0e0e0;
    margin: 0 -8px 8px;
    padding: 8px;
}

#formulaire_page section h3.TITLE span {
    background: none;
    top: 0;
    padding: 0;
}


span.obligatoire,
#formulaire_page h3.TITLE span.obligatoire {
    display: none;
}

.obligatoire span.obligatoire,
#formulaire_page h3.TITLE.obligatoire span.obligatoire {
    display: inline;
    color: #E4133A
}

.invisible span.obligatoire {
    display: none
}

.formulaire .invisible,
#contenu h3.exergue.invisible {
    color: #e0e0e0;
    display: none;
}

.formulaire .invisible input,
.formulaire .invisible select,
.formulaire .invisible textarea {
    color: #e0e0e0;
    border: 1px solid #f0f0f0;
}

.blocUploader {
    line-height: 30px;
    display: block;
    margin-left: 36%;
}

#formulaire_page .blocUploader label {
    width: auto;
}

#formulaire_page .blocUploader>input {
    margin: 0 5px;
}

#message_cnil,
#form_cnil {
    background: #eee;
    padding: 10px;
    margin-bottom: 20px;
}

#message_cnil {
    font-size: 0.8em;
}

#message_cnil p {
    margin: 10px;
}

#message_cnil ul {
    padding-left: 25px;
}

#message_cnil li {
    list-style: disclosure-closed;
    margin-bottom: 5px;
    display: list-item;
    overflow: initial;
    padding: 0;
}

#formulaire_page #form_cnil .champ_formulaire.CHECKBOX {
    line-height: unset;
}

#formulaire_page #form_cnil label {
    width: 100%;
    line-height: unset;
}

#message_cnil strong,
#form_cnil strong {
    font-weight: bold;
}

#message_cnil a {
    text-decoration: underline;
}

.formulaire .finalite {
    text-align: justify;
    clear: both;
    background: #f0f0f0;
    color: #777;
    border: 1px solid #ddd;
    padding: 10px;
    margin: 10px 0;
}

.formulaire .finalite p {
    margin: 10px 0;
}

.formulaire .finalite ul {
    margin-left: 20px;
    padding: 0;
}

.formulaire .finalite li {
    display: list-item;
    list-style: disclosure-closed;
    overflow: inherit;
}

.formulaire .finalite label {
    display: inline !important;
    font-weight: bold;
    text-decoration: underline;
}

#deplie_finalite_contact {
    display: none;
}

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


.code.text-center {
    background: #000;
    height: 100%;
}


.formulaire,
.gMap {
    margin: 20px 0;
}

.adresses H2,
aside .formulaire h2 {
    margin: 10px 0;
    border-bottom: 1px solid #F0F0F0;
    font-size: 1.3em;
}

.adresses H3 {
    margin: 10px 0;
    border-bottom: 1px solid #F0F0F0;
    font-size: 1.1rem;
}

.adresses H4,
.adresses P {
    font-size: 0.9em;
    color: #777777;
}

.adresses A {
    color: #777777;
}

aside .formulaire {
    font-size: 0.7em;
}

aside .formulaire label {
    width: 50%;
}

aside .formulaire input {
    width: 45%;
}

@media screen and (max-width : 640px) {
    .formulaire textarea {
        float: none;
        clear: both;
        width: 100%;
    }
}

#section_covoiturage {
    border-top: 1px solid #bbb;
    margin-top: 15px;
    padding-top: 15px;
}

#section_covoiturage P {
    margin-bottom: 5px;
}

#section_covoiturage P STRONG {
    font-weight: bold
}

#section_covoiturage #covoiturage_boutons {
    background: #f8f8f8;
    border: 1px solid #ddd;
    font-size: 0.9em;
    padding: 10px;
}

.formulaire_covoiturage {
    background: #f0f0f0;
    padding: 10px;
}

.formulaire_covoiturage P {
    margin-bottom: 5px;
}

.formulaire_covoiturage P STRONG {
    font-weight: bold
}

.formulaire_covoiturage #covoiturage_boutons {
    background: #f8f8f8;
    border: 1px solid #ddd;
    font-size: 0.9em;
    padding: 5px;
}
*/
/*******************************************************************/
/*        Formulaire créés par le client                           */
/*******************************************************************/
/*
#formulaire_page .submit {
    text-align: center;
}

#formulaire_page span.erreur {
    color: #dc3545;
    display: block;
    clear: both;
}

#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,
#formulaire_commentaire {
    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;
}


#formulaire_page #bouton_cerfa_15699 em {
    line-height: 20px;
    margin-bottom: 10px;
    font-style: italic;
}

#formulaire_page #bouton_cerfa_15699 em a {
    text-decoration: underline;
    font-weight: bold;
}

#formulaire_page #bouton_annexe_II_23 em {
    line-height: 20px;
    margin-bottom: 10px;
    font-style: italic;
}

#formulaire_page #bouton_annexe_II_23 em a {
    text-decoration: underline
}

#formulaire_page .blocUploader #attestation_cerfa_15699 label {
    line-height: 20px;
    margin-bottom: 10px;
}


*/
/*******************************************************************/
/*        Mise en forme des textes saisis dans CK editor           */
/*******************************************************************/
/*
#contenu .description {
    clear: both;
    padding: 1px 0;
    color: #444;
    line-height: 1.4em;
}

#contenu .description P {
    margin: 0 0 20px 0;
}

#contenu .description A {
    text-decoration: underline;
    text-align: inherit;
    width: auto;
}

#contenu .description h1 {
    font-size: 1.6em;
    color: #444;
}

#contenu .description h2 {
    font-size: 1.4em;
    color: #444;
}

#contenu .description h3 {
    font-size: 1.2em;
    color: #444;
}

#contenu .description h4 {
    font-size: 1.1em;
    color: #444;
}

#contenu .description h5 {
    font-size: 1.1em;
    color: #444;
}

#contenu .description h6 {
    font-size: 1em;
    color: #444;
}

#contenu .description ul {
    list-style-type: disc;
    margin: 20px;
}

#contenu .description ol {
    list-style: decimal outside none;
    margin: 20px;
}

#contenu .description strong {
    font-weight: bold;
}

#contenu .description em {
    font-style: italic;
}

#contenu .description address {
    font-style: italic;
    margin: 3px;
}

#contenu .description td,
#contenu .description th {
    border: 1px solid black;
    padding: 3px;
}

#contenu .description pre {
    font-family: "Courier New", Courier, monospace;
    margin: 1em 2em;
    overflow: auto;
    padding: 0.5em;
    white-space: nowrap;
}

#contenu .description a.fancybox {
    width: 40%;
    float: right;
    margin: 10px;
}

#contenu .description a.fancybox img {
    max-width: 100%;
    max-height: 100%;
}

#contenu .description td {
    vertical-align: top;
}

#contenu .description table {
    overflow: auto;
}

#contenu .description table thead th {
    position: sticky;
    top: 0;
    background: #eee;
}

#contenu .description #cerfa table thead th {
    position: unset;
}

#contenu .description table thead.thead-dark th {
    background-color: #343a40;
}

#contenu .description table p {
    margin: 4px 0;
}

table[border="0"],
table[border="0"] td {
    border: none ! important;
}

.resultat_commentaire P {
    margin: 20px 0;
}

.resultat_commentaire h1 {
    font-size: 1.6em;
    color: #444;
}

.resultat_commentaire h2 {
    font-size: 1.4em;
    color: #444;
}

.resultat_commentaire h3 {
    font-size: 1.2em;
    color: #444;
}

.resultat_commentaire h4 {
    font-size: 1.1em;
    color: #444;
}

.resultat_commentaire h5 {
    font-size: 1.1em;
    color: #444;
}

.resultat_commentaire h6 {
    font-size: 1em;
    color: #444;
}

.resultat_commentaire ul {
    list-style-type: disc;
    margin: 20px;
}

.resultat_commentaire ol {
    list-style: decimal outside none;
    margin: 20px;
}

.resultat_commentaire strong {
    font-weight: bold;
}

.resultat_commentaire em {
    font-style: italic;
}

.resultat_commentaire address {
    font-style: italic;
    margin: 3px;
}

.resultat_commentaire td {
    border: 1px solid black;
}

.resultat_commentaire pre {
    font-family: "Courier New", Courier, monospace;
    margin: 1em 2em;
    overflow: auto;
    padding: 0.5em;
    white-space: nowrap;
}

.resultat_commentaire a.fancybox {
    width: 40%;
    float: right;
    margin: 10px;
}

.resultat_commentaire a.fancybox img {
    max-width: 100%;
    max-height: 100%;
}
*/
/*******************************************************************/
/*        Documents associés aux pages, actualités, evénements     */
/*******************************************************************/
/*
.associes .closed {
    display: none;
}

.associes .envoirplus {
    font-size: 0.8em;
    color: #777;
    cursor: pointer;
}

#lecteur_video {
    background: black;
}
*/
/*******************************************************************/
/*        Challenge                                                */
/*******************************************************************/
/*
table.challenge {
    font-size: 0.9em;
    width: 100%;
}

.challenge td,
.challenge th {
    border: #D0D0D0 2px solid;
    padding: 3px;
    min-height: 30px;
    vertical-align: top;
}

.challenge th {
    background: #E0E0E0;
}
*/
/*******************************************************************/
/*        Boutons de couleurs (popups)                             */
/*******************************************************************/
/*
.bouton_orange {
    background: #e3921f !important;
}


.ui-button[disabled="disabled"]:hover,
.ui-button.disabled:hover {
    border: 0;
}
*/
/* Googlemap */
/*
.gmapDir {
    margin: 10px;
}
*/
/* Réservations */
/*
#formulaire_reservation p strong {
    font-weight: bold;
}

#formulaire_reservation p.info {
    font-size: 0.8em;
}

#date_libre_reservation_bloc {
    margin: 20px 0;
    padding: 10px;
    text-align: center;
    background: #eee;
}

#tarif_reservation {
    margin: 20px auto;
}

#tarif_reservation p {
    text-align: center;
    font-size: 0.8em;
}

#tarif_reservation p em {
    font-style: italic;
}

#grille_reservation {
    margin: 20px auto;
    overflow-x: auto;
}

*/
#navigateur_date td.actif {
  background: var(--color2);
}
#navigateur_date td.actif a {
  color: var(--color1-bkg-texte2);
}

/*
#selecteur_type_equipement,
#selecteur_date {
    font-size: 1.5em;
    margin: 20px;
    text-align: center;
}



/* Widget Photos */
/*
.petit_widget.widget_photos .carousel {
    padding-top: 30px;
    padding-bottom: 40px;
    color: #555;
}
*/
/* Schémas tactiques */
/*
.zone_terrain {
    margin: 20px auto;
    background: #05a000;
    border: 1px solid black;
    position: relative;
}

.zone_terrain .point {
    text-align: center;
    background: #aefcac;
    position: absolute;
    border: 1px solid black;
    color: black;
}

.composition_schema_tactique {
    margin: 0 auto;
}

.composition_schema_tactique thead {
    background: #e0e0e0;
}

.composition_schema_tactique thead th {
    text-align: left;
    padding: 2px 5px;
}

.composition_schema_tactique td {
    text-align: left;
    padding: 5px;
}

.composition_schema_tactique .point {
    text-align: center;
    background: #aefcac;
    position: relative;
    display: block;
    border: 1px solid black;
    color: black;
}
*/
