@charset "UTF-8";
.pagination {
  margin-top: 45px;
  --bs-pagination-active-bg: var(--color1);
  --bs-pagination-active-border-color: var(--color1);
  --bs-pagination-color: var(--color1);
  --bs-pagination-hover-border-color: var(--color1);
}

.liste_bootstrap tr.active {
  background: #f9f466 !important;
}
.liste_bootstrap tbody td,
.liste_bootstrap tbody th {
  padding-top: 10px;
  padding-bottom: 10px;
  vertical-align: middle;
}

.form-group {
  margin-bottom: 1rem;
}

.form-select {
  display: inline-block;
}

.text-start {
  text-align: left !important;
}

.carousel-indicators {
  list-style: none;
}

.modal-dialog .modal-header {
  background: #eee;
  padding: 0.5rem 1rem;
}
.modal-dialog .modal-footer {
  background: #eee;
}

.form-check-input {
  --bs-border-color: #999;
}

CITE.citation {
  position: relative;
  padding: 0 25px;
  text-indent: -25px;
  display: inline-block;
  background: url(/images/common/right-quote.png) right bottom no-repeat;
  font-style: italic;
}
CITE.citation::first-letter {
  padding-left: 25px;
  background: url(/images/common/left-quote.png) no-repeat;
}

h2.separateur-popup {
  color: #2270bb;
  font-size: 1.2em;
  margin: 20px 0 20px 0;
  text-align: center;
  border-bottom: 1px solid #2270bb;
  position: relative;
  height: 15px;
}
h2.separateur-popup span {
  display: inline-block;
  height: 30px;
  background: white;
  padding: 5px;
}

/* Manque dans Bootstrap */
.input-group > .form-control-plaintext {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

@media screen and (max-width: 767px) {
  ol.breadcrumb li.interval a::before {
    content: "...";
  }
  ol.breadcrumb li.interval a span {
    display: none;
  }
}

/*******************************************************************/
/*        Fontes                                                   */
/*******************************************************************/
@font-face {
  font-family: "CabinMediumItalic";
  src: url("/fonts/Cabin-MediumItalic-webfont.eot");
  src: url("/fonts/Cabin-MediumItalic-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/Cabin-MediumItalic-webfont.woff") format("woff"), url("/fonts/Cabin-MediumItalic-webfont.ttf") format("truetype"), url("/fonts/Cabin-MediumItalic-webfont.svg#CabinMediumItalic") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "CabinSemiBold";
  src: url("/fonts/Cabin-SemiBold-webfont.eot");
  src: url("/fonts/Cabin-SemiBold-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/Cabin-SemiBold-webfont.woff") format("woff"), url("/fonts/Cabin-SemiBold-webfont.ttf") format("truetype"), url("/fonts/Cabin-SemiBold-webfont.svg#CabinSemiBold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "CabinRegular";
  src: url("/fonts/Cabin-Regular-webfont.eot");
  src: url("/fonts/Cabin-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/Cabin-Regular-webfont.woff") format("woff"), url("/fonts/Cabin-Regular-webfont.ttf") format("truetype"), url("/fonts/Cabin-Regular-webfont.svg#CabinRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "LoraRegular";
  src: url("/fonts/Lora-Regular-webfont.eot");
  src: url("/fonts/Lora-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/Lora-Regular-webfont.woff") format("woff"), url("/fonts/Lora-Regular-webfont.ttf") format("truetype"), url("/fonts/Lora-Regular-webfont.svg#LoraRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sans";
  src: url("/fonts/OpenSans-CondLight-webfont.eot");
  src: url("/fonts/OpenSans-CondLight-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/OpenSans-CondLight-webfont.woff") format("woff"), url("/fonts/OpenSans-CondLight-webfont.ttf") format("truetype"), url("/fonts/OpenSans-CondLight-webfont.svg#open_sanscondensed_light") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sans";
  src: url("/fonts/OpenSans-CondLightItalic-webfont.eot");
  src: url("/fonts/OpenSans-CondLightItalic-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/OpenSans-CondLightItalic-webfont.woff") format("woff"), url("/fonts/OpenSans-CondLightItalic-webfont.ttf") format("truetype"), url("/fonts/OpenSans-CondLightItalic-webfont.svg#open_sansCnLtIt") format("svg");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "open_sans";
  src: url("/fonts/OpenSans-CondBold-webfont.eot");
  src: url("/fonts/OpenSans-CondBold-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/OpenSans-CondBold-webfont.woff") format("woff"), url("/fonts/OpenSans-CondBold-webfont.ttf") format("truetype"), url("/fonts/OpenSans-CondBold-webfont.svg#open_sans_condensedbold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "sofia";
  src: url("/fonts/sofia-regular-webfont.eot");
  src: url("/fonts/sofia-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/sofia-regular-webfont.woff") format("woff"), url("/fonts/sofia-regular-webfont.ttf") format("truetype"), url("/fonts/sofia-regular-webfont.svg#sofiaregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "cantarell";
  src: url("/fonts/Cantarell-Regular-webfont.eot");
  src: url("/fonts/Cantarell-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/Cantarell-Regular-webfont.woff") format("woff"), url("/fonts/Cantarell-Regular-webfont.ttf") format("truetype"), url("/fonts/Cantarell-Regular-webfont.svg#cantarellregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "cantarell";
  src: url("/fonts/Cantarell-Oblique-webfont.eot");
  src: url("/fonts/Cantarell-Oblique-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/Cantarell-Oblique-webfont.woff") format("woff"), url("/fonts/Cantarell-Oblique-webfont.ttf") format("truetype"), url("/fonts/Cantarell-Oblique-webfont.svg#cantarelloblique") format("svg");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "cantarell";
  src: url("/fonts/Cantarell-Bold-webfont.eot");
  src: url("/fonts/Cantarell-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/Cantarell-Bold-webfont.woff") format("woff"), url("/fonts/Cantarell-Bold-webfont.ttf") format("truetype"), url("/fonts/Cantarell-Bold-webfont.svg#cantarellbold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "cantarell";
  src: url("/fonts/Cantarell-BoldOblique-webfont.eot");
  src: url("/fonts/Cantarell-BoldOblique-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/Cantarell-BoldOblique-webfont.woff") format("woff"), url("/fonts/Cantarell-BoldOblique-webfont.ttf") format("truetype"), url("/fonts/Cantarell-BoldOblique-webfont.svg#cantarellboldoblique") format("svg");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "metamorphose";
  src: url("/fonts/metamorphous-regular-webfont.eot");
  src: url("/fonts/metamorphous-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/metamorphous-regular-webfont.woff") format("woff"), url("/fonts/metamorphous-regular-webfont.ttf") format("truetype"), url("/fonts/metamorphous-regular-webfont.svg#sofiaregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: Arial, sans-serif;
}

html.verdana body {
  font-family: Verdana;
}

html.timesnewroman html {
  font-size: 16px;
}
html.timesnewroman body {
  font-family: Times New Roman;
}

html.open_sans html {
  font-size: 18px;
}
html.open_sans body {
  font-family: "open_sans";
}

html.sofia body {
  font-family: "sofia";
}

html.cantarell body {
  font-family: "cantarell";
}

html.metamorphose html {
  font-size: 15px;
}
html.metamorphose body {
  font-family: "metamorphose";
}

/* Largeur */
html, body {
  height: 100%;
}

.maxwidth {
  max-width: var(--max-width);
}

/* Surlignages après recherche */
.spot0 {
  font-weight: bold;
  background-color: #FFFF00;
}

.spot1 {
  font-weight: bold;
  background-color: #66FF00;
}

.spot2 {
  font-weight: bold;
  background-color: #ff0066;
}

.spot3 {
  font-weight: bold;
  background-color: #00ffdd;
}

.spot4 {
  font-weight: bold;
  background-color: #AAAAFF;
}

.spot5 {
  font-weight: bold;
  background-color: #FFAAAA;
}

.spot6 {
  font-weight: bold;
  background-color: #AAFFAA;
}

/* Styles divers */
.dtstart, .dtend, .updated {
  display: none;
}

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

table[align=center] {
  margin: 0 auto;
}

@media print {
  body {
    background: white !important;
  }
  .noprint {
    display: none;
  }
}
hr.leon {
  clear: both;
  visibility: hidden;
  height: 0;
  margin: 0;
  padding: 0;
}

body.no-buttons-links ul.buttons {
  display: none;
}

body.no-button-partage #partage {
  display: none;
}

body.no-button-rss .more_link a.rss,
body.no-button-rss #content-header a.rss {
  display: none;
}

body.no-button-ical .more_link a.iCal,
body.no-button-ical #partage a.partage-ical,
body.no-button-ical #content-header a.ics {
  display: none;
}

.play {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* Regle spécifique pour https://www.ligue-hdf-jeudedames.com/ */
#applet_0,
#applet_0 *,
#applet_0 ::after,
#applet_0 ::before {
  box-sizing: initial;
}

#preview_mode {
  background: red;
  color: white;
  text-align: center;
  padding: 20px;
  font-size: 2em;
}

img.desaturate {
  filter: grayscale(100%);
}

footer#footer .partenaires img {
  width: 120px;
}

.flash_alert {
  background: green;
  color: white;
  font-size: 0.8em;
  font-weight: normal;
  padding: 2px 10px;
  opacity: 0;
}

.users-rounded .user-illustration {
  border-radius: 50% !important;
}

/* Onglets */
.nav.nav-tabs .nav-link:not(.active) {
  background: #f5f5f5;
  color: black;
}

/* Contenu principal */
figure.illustration {
  position: relative;
  overflow: hidden;
}
figure.illustration .accroche {
  background: #b81b1b none repeat scroll 0 0;
  color: white;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
  font-size: 0.8em;
  line-height: 1.5em;
  position: absolute;
  top: 30px;
  left: -37px;
  text-align: center;
  transform: rotate(-45deg);
  width: 150px;
}
figure.illustration .accroche.long {
  top: 38px;
  left: -29px;
}

#main-content figure.illustration {
  float: right;
  margin: 0 0 10px 10px;
  min-width: 40px;
  min-height: 40px;
}
@media screen and (max-width: 575px) {
  #main-content figure.illustration {
    float: none;
    text-align: center;
  }
}
#main-content .accroche {
  text-align: center;
}
#main-content .accroche span {
  display: inline-block;
  padding: 3px 10px;
  background: #dc3545;
  color: white;
  font-size: 1rem;
  font-weight: bold;
}
#main-content img {
  max-width: 100%;
}
#main-content a:not(.btn) {
  color: var(--color1);
}
#main-content table[align=center] {
  margin: 0 auto;
}
#main-content table th, #main-content table td {
  border: 1px solid black;
  padding: 3px;
}
#main-content table thead th {
  position: sticky;
  top: 0;
  background: #eee;
}

aside figure.illustration .accroche {
  font-size: 0.7em;
  line-height: 1.1em;
  top: 15px;
  left: -25px;
  width: 100px;
}

#content-header section.date time {
  display: inline-block;
  color: #454545;
  font-weight: bold;
  width: 100%;
  vertical-align: top;
  position: relative;
}
#content-header section.date time > span {
  display: block;
  width: 90px;
  text-align: center;
}
#content-header section.date time .j {
  display: block;
  font-size: 2em;
}
#content-header section.date time .m {
  display: inline-block;
  text-transform: uppercase;
}
#content-header section.date time .a {
  display: inline-block;
  color: #a2a1a1;
}
#content-header section.date time hr {
  display: block;
  height: 0;
  border: 0;
  border-bottom: 2px solid #bdbdbd;
}
@media screen and (max-width: 575px) {
  #content-header section.date time {
    font-size: 0.8em;
  }
}
#content-header span.export {
  float: right;
  font-size: 0.8em;
  margin-right: 8px;
}
#content-header span.export a.ics {
  padding: 0 3px;
  border-radius: 3px;
  color: #FFF;
  background: #aaa;
}
#content-header span.export a.ics:hover {
  background: #FFA500;
}
#content-header span.export a.rss {
  padding: 0 3px;
  border-radius: 3px;
  color: #FFF;
  background: #aaa;
}
#content-header span.export a.rss:hover {
  background: red;
}

span[itemprop=audience] ul {
  display: inline;
  list-style: none;
  padding-left: 0;
}
span[itemprop=audience] li {
  display: inline-block;
  padding: 1px;
}

.filters-aside #barre-de-filtrage {
  display: none;
}

.filters-select aside section.filter {
  display: none;
}

.print-button {
  background: white;
  border: none;
  float: right;
  padding: 10px 10px;
  margin: 0 15px;
}

.liste .punaise {
  background: #F9F8A4;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* Liste des documents */
.liste.documents article {
  margin: 20px 0;
  position: relative;
}
.liste.documents article .document_extension {
  display: inline-block;
  width: 73px;
  height: 103px;
  line-height: 103px;
  margin: 15px 15px 15px 35px;
  background: url(/images/common/document-extension.png);
  font-family: "Open Sans Bold", sans-serif;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .liste.documents article .document_extension {
    display: none;
  }
}
.liste.documents article section {
  display: inline-block;
  vertical-align: middle;
  margin: 20px;
  max-width: calc(100% - 73px - 15px - 35px - 45px);
}
@media screen and (max-width: 767px) {
  .liste.documents article section {
    max-width: unset;
  }
}
.liste.documents article h2,
.liste.documents article h3 {
  font-weight: bold;
  font-size: 1.2em;
}
.liste.documents article h2 a,
.liste.documents article h3 a {
  color: #2a2a2a;
  text-decoration: none;
}
.liste.documents article h2 a:hover,
.liste.documents article h3 a:hover {
  text-decoration: underline;
}
.liste.documents article a .extension {
  font-family: "Open Sans Bold", sans-serif;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.6);
  padding: 6px 5px 4px;
  border-radius: 3px;
  font-size: 0.8em;
  display: none;
}
@media screen and (max-width: 767px) {
  .liste.documents article a .extension {
    display: inline-block;
  }
}

#contenu .liste.documents .description {
  padding-bottom: 0;
}

html.uppercasable .liste.documents article h3 a {
  text-transform: uppercase;
}

/* Liste des newsletters */
.liste.newsletters .element-inline {
  margin-bottom: 0 !important;
  border-bottom: none !important;
  padding-bottom: 0 !important;
}
.liste.newsletters article {
  background: #f7f7f7;
  padding: 32px;
  margin: 15px 0;
  position: relative;
}
.liste.newsletters article h3 {
  display: inline-block;
  font-weight: bold;
  vertical-align: middle;
  line-height: 30px;
}
.liste.newsletters article h3 a {
  color: #383838;
  text-decoration: none;
}
.liste.newsletters article h3 a:hover {
  text-decoration: underline;
}
.liste.newsletters article p {
  display: inline-block;
  color: #838383;
  width: 110px;
  vertical-align: middle;
  line-height: 30px;
}
.liste.newsletters article ul.buttons {
  float: right;
  vertical-align: middle;
}

html.uppercasable .liste.newsletters article h3 {
  text-transform: uppercase;
}
html.uppercasable .liste.newsletters article p {
  text-transform: uppercase;
}

form#newsletter_form {
  background: #eee;
  padding: 1rem;
}

html.uppercasable form#newsletter_form button {
  text-transform: uppercase;
}

#deplie_finalite_newsletter {
  display: none;
}

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

#block_finalite_newsletter {
  font-size: 0.8em;
}
#block_finalite_newsletter label {
  display: inline !important;
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
}

/* Page contact */
#deplie_finalite_contact {
  display: none;
}

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

#block_finalite_contact {
  font-size: 0.8em;
}
#block_finalite_contact label {
  display: inline !important;
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
}

/* Listes */
div.empty {
  text-align: center;
  margin: 1rem 0;
}
div.empty p {
  font-weight: bold;
  color: #A1A1A1 !important;
}

/* Liste de résultats */
.liste.derniers-resultats article,
.liste.resultats article {
  display: flex;
  background: #f6f6f6;
  margin: 10px 0;
  padding: 20px 0;
  line-height: 50px;
}
.liste.derniers-resultats article > div > div > div,
.liste.resultats article > div > div > div {
  display: flex;
}
.liste.derniers-resultats article section.date,
.liste.resultats article section.date {
  display: inline-block;
  color: #454545;
  font-weight: bold;
  width: 90px;
  position: relative;
  align-self: center;
}
.liste.derniers-resultats article section.date > span,
.liste.resultats article section.date > span {
  display: block;
  width: 90px;
  text-align: center;
  line-height: 1.5em;
}
.liste.derniers-resultats article section.date .j,
.liste.resultats article section.date .j {
  display: block;
  font-size: 2em;
}
.liste.derniers-resultats article section.date .m,
.liste.resultats article section.date .m {
  display: block;
}
.liste.derniers-resultats article section.informations,
.liste.resultats article section.informations {
  display: inline-block;
  color: #454545;
  position: relative;
  width: calc(100% - 100px);
  align-self: center;
}
.liste.derniers-resultats article section.informations > span,
.liste.resultats article section.informations > span {
  display: block;
  line-height: 1em;
}
.liste.derniers-resultats article section.informations div.equipes,
.liste.resultats article section.informations div.equipes {
  margin: 10px 0 0 0;
}
.liste.derniers-resultats article section.informations p,
.liste.resultats article section.informations p {
  margin-bottom: 0;
}
.liste.derniers-resultats article h3,
.liste.resultats article h3 {
  font-weight: normal;
  font-size: 1.2em;
  margin-top: 0;
  margin-bottom: 0.5rem;
  border: none !important;
}
.liste.derniers-resultats article h3 strong,
.liste.resultats article h3 strong {
  font-weight: bold;
}
.liste.derniers-resultats article h3 a,
.liste.resultats article h3 a {
  text-decoration: none;
  color: #383838;
}
.liste.derniers-resultats article h3 a:hover,
.liste.resultats article h3 a:hover {
  text-decoration: underline;
}
.liste.derniers-resultats article p,
.liste.resultats article p {
  color: #838383;
  margin-top: 5px;
  font-size: 0.8em;
}
.liste.derniers-resultats article p a,
.liste.resultats article p a {
  text-decoration: none;
  color: #838383;
}
.liste.derniers-resultats article p a:hover,
.liste.resultats article p a:hover {
  text-decoration: underline;
}
.liste.derniers-resultats article CITE,
.liste.resultats article CITE {
  font-weight: normal;
  font-size: 1.2em;
  margin: 10px 0;
}
.liste.derniers-resultats article CITE a,
.liste.resultats article CITE a {
  text-decoration: none;
  color: #383838;
}
.liste.derniers-resultats article CITE a:hover,
.liste.resultats article CITE a:hover {
  text-decoration: underline;
}
.liste.derniers-resultats .resultat,
.liste.resultats .resultat {
  text-align: center;
  width: 100%;
  align-self: center;
}
.liste.derniers-resultats .resultat .scores,
.liste.resultats .resultat .scores {
  font-size: 2em;
  text-align: center;
}
.liste.derniers-resultats .resultat .scores > *,
.liste.resultats .resultat .scores > * {
  display: inline-block;
  vertical-align: middle;
}
.liste.derniers-resultats .resultat .scores .logo,
.liste.resultats .resultat .scores .logo {
  width: 20%;
  height: 70px;
  position: relative;
}
.liste.derniers-resultats .resultat .scores .logo img,
.liste.resultats .resultat .scores .logo img {
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.liste.derniers-resultats .resultat .scores .score,
.liste.resultats .resultat .scores .score {
  margin: 0 5px;
}
.liste.derniers-resultats .resultat .scores .score strong,
.liste.resultats .resultat .scores .score strong {
  font-weight: bold;
}
.liste.derniers-resultats .resultats_individuels,
.liste.resultats .resultats_individuels {
  padding: 10px;
}
.liste.derniers-resultats .resultats_individuels h2,
.liste.resultats .resultats_individuels h2 {
  font-weight: bold;
  font-size: 0.8em;
}
.liste.derniers-resultats .resultats_individuels li,
.liste.resultats .resultats_individuels li {
  display: inline-block;
  background: #eeeeee;
  margin: 10px;
  padding: 5px;
}
.liste.derniers-resultats .resultats_individuels li strong,
.liste.resultats .resultats_individuels li strong {
  font-weight: bold;
}
.liste.derniers-resultats .resultats_individuels li a,
.liste.resultats .resultats_individuels li a {
  color: #383838;
  text-decoration: none;
}
.liste.derniers-resultats .resultats_individuels li a:hover,
.liste.resultats .resultats_individuels li a:hover {
  text-decoration: underline;
}

html.uppercasable .liste.derniers-resultats article h3,
html.uppercasable .liste.resultats article h3 {
  text-transform: uppercase;
}
html.uppercasable .liste.derniers-resultats article p,
html.uppercasable .liste.resultats article p {
  text-transform: uppercase;
}
html.uppercasable .liste.derniers-resultats .resultats_individuels h3,
html.uppercasable .liste.resultats .resultats_individuels h3 {
  text-transform: uppercase;
}

/* Liste de membres */
.liste.membres .titre-section {
  display: table-cell;
  vertical-align: middle;
}
.liste.membres h2 {
  margin: 0 10px 0 20px;
  color: #292929;
  border-bottom: 1px solid #6c6c6c;
  font-size: 1.4em;
  font-style: bold;
}
.liste.membres h3 {
  margin: 22px 0 3px 0;
  color: #3d4446;
  font-weight: bold;
}
.liste.membres h3 a {
  text-decoration: none;
  color: #3d4446;
  line-height: 20px;
}
.liste.membres h3 a:hover {
  text-decoration: underline;
}
.liste.membres p {
  color: #a0a9b6;
  margin-bottom: 15px;
}
.liste.membres li {
  font-size: 0.8em;
  color: #585c60;
}
.liste.membres li a {
  color: #585c60;
  text-decoration: none;
}
.liste.membres li a:hover {
  text-decoration: underline;
}
.liste.membres .membre {
  padding-right: 0;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.liste.membres .membre span,
.liste.membres .membre a {
  display: inline;
  line-height: auto;
  vertical-align: baseline;
}
.liste.membres .membre .info {
  color: #777;
  font-size: 0.8em;
}
.liste.membres .membre a.illustration,
.liste.membres .membre .illustration {
  display: table;
  width: 100%;
  text-align: center;
}
.liste.membres .membre .info.status {
  color: white;
  font-size: 0.8em;
  line-height: 1.5em;
  position: absolute;
  top: 30px;
  left: -37px;
  text-align: center;
  transform: rotate(-45deg);
  width: 150px;
}
.liste.membres .membre .info.status.present {
  background: #24c428 none repeat scroll 0 0;
}
.liste.membres .membre .info.status.absent {
  background: #b81b1b none repeat scroll 0 0;
}
.liste.membres .membre .info.status.enattente {
  background: #f4772c none repeat scroll 0 0;
}
.liste.membres .membre ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

html.uppercasable .liste.membres h2 {
  text-transform: uppercase;
}
html.uppercasable .liste.membres h3 {
  text-transform: uppercase;
  font-size: 0.9em;
}
html.uppercasable .liste.membres p {
  text-transform: uppercase;
  font-size: 0.8em;
}
html.uppercasable .liste.membres .membre .info.status {
  text-transform: uppercase;
}

/* Liste d'équipes */
/*
@media (min-width: 1400px) {
    .with-right-aside,
    .with-left-aside {
        .liste.equipes .element-inline {
            flex: 0 0 auto;
            width: 50%;
        }
    }
}
*/
/* Liste d'évènements */
.liste.evenements .element-inline section.date time,
.liste.prochains-evenements .element-inline section.date time,
.liste.convocations .element-inline section.date time {
  display: inline-block;
  color: #454545;
  font-weight: bold;
  width: 100%;
  vertical-align: top;
  position: relative;
}
.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 {
  display: block;
  width: 115px;
  text-align: center;
}
.liste.evenements .element-inline section.date time .j,
.liste.prochains-evenements .element-inline section.date time .j,
.liste.convocations .element-inline section.date time .j {
  display: block;
  font-size: 2em;
}
.liste.evenements .element-inline section.date time .m,
.liste.prochains-evenements .element-inline section.date time .m,
.liste.convocations .element-inline section.date time .m {
  display: inline-block;
  text-transform: uppercase;
}
.liste.evenements .element-inline section.date time .a,
.liste.prochains-evenements .element-inline section.date time .a,
.liste.convocations .element-inline section.date time .a {
  display: inline-block;
  color: #a2a1a1;
}
.liste.evenements .element-inline section.date time hr,
.liste.prochains-evenements .element-inline section.date time hr,
.liste.convocations .element-inline section.date time hr {
  display: block;
  height: 0;
  border: 0;
  border-bottom: 2px solid #bdbdbd;
}
@media screen and (max-width: 575px) {
  .liste.evenements .element-inline section.date time,
  .liste.prochains-evenements .element-inline section.date time,
  .liste.convocations .element-inline section.date time {
    font-size: 0.8em;
  }
}

table.challenge .user-illustration {
  display: inline-block;
  width: 50px;
}
table.challenge a {
  color: #000;
}

html.uppercasable span.evenement_complet {
  text-transform: uppercase;
}

/* Liste des produits */
.liste.produits .element-inline,
.liste.produits-complementaires .element-inline {
  margin-bottom: unset !important;
  padding-bottom: unset !important;
  border-bottom: unset !important;
}
.liste.produits article,
.liste.produits-complementaires article {
  margin: 10px;
  background: white;
  border: 1px solid #bfbfbf;
  padding: 5px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 991.9999px) {
  .liste.produits article,
  .liste.produits-complementaires article {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 767.999px) {
  .liste.produits article,
  .liste.produits-complementaires article {
    font-size: 0.7em;
  }
}
@media screen and (max-width: 576px) {
  .liste.produits article ul.buttons,
  .liste.produits-complementaires article ul.buttons {
    display: none;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199.999px) {
  .liste.produits article ul.buttons,
  .liste.produits-complementaires article ul.buttons {
    display: none;
  }
}
.liste.produits article img,
.liste.produits-complementaires article img {
  border: 0;
}
.liste.produits article section,
.liste.produits-complementaires article section {
  position: relative;
  left: 5px;
  width: calc(100% - 5px);
}
.liste.produits article section:not(.no-vertical-center),
.liste.produits-complementaires article section:not(.no-vertical-center) {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.liste.produits article h2,
.liste.produits article h3,
.liste.produits-complementaires article h2,
.liste.produits-complementaires article h3 {
  font-weight: bold;
  border: none;
  margin-bottom: 15px;
}
.liste.produits article h2 a,
.liste.produits article h3 a,
.liste.produits-complementaires article h2 a,
.liste.produits-complementaires article h3 a {
  text-decoration: none;
  color: #383838;
}
.liste.produits article h2 a:hover,
.liste.produits article h3 a:hover,
.liste.produits-complementaires article h2 a:hover,
.liste.produits-complementaires article h3 a:hover {
  text-decoration: underline;
}
.liste.produits article p,
.liste.produits-complementaires article p {
  margin-bottom: 5px;
}
.liste.produits article .accroche,
.liste.produits-complementaires article .accroche {
  background: #b81b1b none repeat scroll 0 0;
  color: white;
  font-size: 0.8em;
  line-height: 1.5em;
  position: absolute;
  top: 30px;
  left: -37px;
  text-align: center;
  transform: rotate(-45deg);
  width: 150px;
}
.liste.produits article .accroche.long,
.liste.produits-complementaires article .accroche.long {
  top: 38px;
  left: -29px;
}

html.uppercasable .liste.produits .accroche,
html.uppercasable .liste.produits-complementaires .accroche {
  text-transform: uppercase;
}

/*******************************************************************/
/*        Composant Partage                                        */
/*******************************************************************/
#partage {
  text-align: center;
  margin-bottom: 30px;
}
#partage h2 {
  display: none;
}
#partage .partage_block {
  display: inline-block;
}
#partage > div {
  display: inline;
}
#partage a,
#partage button {
  display: inline-block;
  vertical-align: top;
  color: white;
  text-decoration: none;
  font-size: 0.8em;
  font-family: "Open Sans Bold", sans-serif;
  text-transform: uppercase;
  border: 0;
  line-height: 32px;
  height: 32px;
  margin: 0 5px 10px 5px;
  width: 40px;
  text-align: center;
  background-color: #bbb;
}
#partage a.partage-twitter svg,
#partage button.partage-twitter svg {
  width: 24px;
  height: 28px;
  vertical-align: middle;
}
#partage a.button_commentaire:hover,
#partage button.button_commentaire:hover {
  background-color: rgb(32, 132, 132);
}
#partage a.partage-facebook:hover,
#partage button.partage-facebook:hover {
  background-color: rgb(59, 89, 152);
}
#partage a.partage-twitter:hover,
#partage button.partage-twitter:hover {
  background-color: rgb(29, 161, 242);
}
#partage a.partage-ical:hover,
#partage button.partage-ical:hover {
  background-color: rgb(225, 64, 64);
}
#partage a.partage-ical i,
#partage button.partage-ical i {
  font-size: 1.5em;
  vertical-align: middle;
}
#partage span {
  line-height: 32px;
  height: 32px;
  width: 32px;
}
#partage em.titre {
  display: none;
}
#partage svg {
  width: 32px;
  height: 32px;
  fill: white;
}

html.uppercasable #partage h2 {
  text-transform: uppercase;
}

/*******************************************************************/
/*        Composant Commentaires                                   */
/*******************************************************************/
#selectionne_type_commentaire {
  border-bottom: 1px solid #E0E0E0;
  color: #555;
  margin: 20px 0;
}
#selectionne_type_commentaire li {
  display: inline-block;
  padding: 3px 10px;
  cursor: pointer;
}
#selectionne_type_commentaire li.actif {
  background: #f0f0f0;
}

#commentaires,
.forum-message {
  margin: 55px 0;
  padding-bottom: 1px;
  clear: both;
}
#commentaires .infos,
.forum-message .infos {
  color: #424242;
  font-size: 0.9em;
  margin: 20px 0;
}
#commentaires .infos a,
.forum-message .infos a {
  color: #424242;
}
#commentaires .illustration img,
.forum-message .illustration img {
  width: 107px;
}
#commentaires article,
.forum-message article {
  clear: both;
  margin-bottom: 30px;
}
#commentaires img,
.forum-message img {
  float: left;
  margin: 0 25px 0 10px;
}
#commentaires h3,
.forum-message h3 {
  color: #000;
  font-size: 0.9em;
  font-weight: bold;
  padding: 10px 0;
}
#commentaires h3 a,
.forum-message h3 a {
  color: #000;
  text-decoration: none;
}
#commentaires h3 span.info,
.forum-message h3 span.info {
  font-weight: normal;
}
#commentaires h3 span.boutons,
.forum-message h3 span.boutons {
  color: #adadad;
  font-weight: normal;
  float: right;
}
#commentaires h3 span.boutons a,
.forum-message h3 span.boutons a {
  color: #adadad;
}
#commentaires ul,
.forum-message ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#nouveau_commentaire,
.nouveau_commentaire .note-editor {
  display: none;
}

#formulaire_commentaire,
#formulaire_message_forum {
  margin: 20px 0;
}
#formulaire_commentaire ul,
#formulaire_message_forum ul {
  list-style: none;
  padding: 0;
}
#formulaire_commentaire p.SUBMIT,
#formulaire_message_forum p.SUBMIT {
  text-align: right;
  margin-top: 20px;
}

html.uppercasable #formulaire_commentaire p.SUBMIT button,
html.uppercasable #formulaire_message_forum p.SUBMIT button {
  text-transform: uppercase;
}

#fakeform {
  border: 1px solid #bbb;
  display: block;
  color: #bbb;
  padding: 10px;
  height: 50px;
}

#messages_livre_dor article {
  clear: both;
  margin-bottom: 30px;
}
#messages_livre_dor h3 {
  color: #000;
  font-size: 1em;
  font-weight: bold;
  padding: 10px 0;
}
#messages_livre_dor h3 a {
  color: #000;
  text-decoration: none;
}
#messages_livre_dor h3 span {
  font-size: 0.9em;
}
#messages_livre_dor h3 span.info {
  font-weight: normal;
}
#messages_livre_dor h3 span.boutons {
  color: #adadad;
  font-weight: normal;
  float: right;
}
#messages_livre_dor h3 span.boutons a {
  color: #adadad;
}

#forum {
  margin: 55px 0;
  padding-bottom: 1px;
  clear: both;
}
#forum article {
  clear: both;
  margin-bottom: 30px;
}
#forum img {
  float: left;
  margin: 0 25px 0 10px;
}
#forum h3 {
  color: #000;
  font-size: 0.9em;
  font-weight: bold;
  padding: 10px 0;
}
#forum h3 a {
  color: #000;
  text-decoration: none;
}
#forum h3 a:hover {
  text-decoration: underline;
}
#forum h3 span.info {
  font-weight: normal;
}
#forum h3 span.boutons {
  color: #adadad;
  font-weight: normal;
  float: right;
}
#forum h3 span.boutons a {
  color: #adadad;
}
#forum .nb_sujets,
#forum .nb_messages,
#forum .nb_vues {
  width: 100px;
}
#forum .auteur,
#forum .reponse {
  width: 200px;
}
#forum a:not(.btn) {
  color: var(--color1);
  text-decoration: none;
}
#forum a:not(.btn):hover {
  text-decoration: underline;
}

#messages_forum .illustration img {
  width: 107px;
}

#messages_annonces .illustration img {
  width: 107px;
}

#contenu .description.message {
  clear: none;
  border: 1px solid #e1e0e0;
  padding: 20px;
  margin: 0;
  color: #444;
  line-height: auto;
  font-size: 0.9em;
}

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

#formulaire_commentaire {
  margin: 20px 0;
}

#formulaire_commentaire p.SUBMIT {
  text-align: right;
  margin-top: 20px;
}

/*******************************************************************/
/*        Composant Giphy                                          */
/*******************************************************************/
img.giphy {
  max-height: 300px;
  margin-top: 5px;
  max-width: 100%;
}

#formulaire_giphy .SUBMIT,
#commentaires #formulaire_giphy .SUBMIT {
  text-align: center;
  margin-top: 20px;
}

#formulaire_giphy {
  display: none;
  margin: 20px 0;
}

#giphy_liste_medias {
  text-align: center;
}
#giphy_liste_medias .search {
  background: #f0f0f0;
  padding: 3px;
  border: 1px solid #e0e0e0;
}
#giphy_liste_medias h2 {
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 1em;
}
#giphy_liste_medias #giphy_retour {
  background: #f0f0f0;
  padding: 3px;
  border: 1px solid #e0e0e0;
  color: #333;
}

.theme_giphy,
.preview_giphy {
  height: 100px;
  border: 1px solid #999;
  border-radius: 5px;
  display: inline-block;
  vertical-align: top;
  margin: 3px;
  text-align: center;
  position: relative;
  overflow: hidden;
  width: 141px;
  height: 100px;
  background-size: cover;
}
.theme_giphy span,
.preview_giphy span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: inline-block;
  background: rgba(255, 255, 255, 0.7);
  line-height: 15px;
  padding: 2px 0;
  font-size: 0.8em;
}

.giphy_more {
  background: #f0f0f0;
  display: block;
  margin: 5px 0;
  padding: 5px;
}

/*******************************************************************/
/*        Formulaires                                              */
/*******************************************************************/
#formulaire_page,
#formulaire_honorabilite {
  color: #333333;
  border: 1px solid #b5babc;
  padding: 0 25px 25px 25px;
  margin-bottom: 40px;
  margin-top: 20px;
  position: relative;
}
#formulaire_page #formulaire_formulaire p,
#formulaire_honorabilite #formulaire_formulaire p {
  margin: 10px 0;
}
#formulaire_page #formulaire_formulaire p.SUBMIT,
#formulaire_honorabilite #formulaire_formulaire p.SUBMIT {
  text-align: center;
  margin: 20px 0;
}
#formulaire_page .description,
#formulaire_honorabilite .description {
  clear: both;
  line-height: 1.4em;
}
#formulaire_page h2.main,
#formulaire_honorabilite h2.main {
  text-align: center;
  font-size: 1.2em;
  font-weight: normal;
  margin: -10px 0 25px;
  color: #606060;
}
#formulaire_page h2.main span,
#formulaire_honorabilite h2.main span {
  display: inline-block;
  background: white;
  padding: 0 15px;
}
#formulaire_page .champ_formulaire.TITLE h3,
#formulaire_honorabilite .champ_formulaire.TITLE h3 {
  margin: 30px 0 20px 0;
  font-size: 1.2em;
  font-weight: normal;
  border-top: 1px solid #b5babc;
}
#formulaire_page .champ_formulaire.TITLE h3 span,
#formulaire_honorabilite .champ_formulaire.TITLE h3 span {
  display: inline-block;
  background: white;
  position: relative;
  top: -10px;
  left: 0;
  color: #606060;
  padding: 0 15px 0 0;
}
#formulaire_page .champ_formulaire.TITLE h3 span.obligatoire,
#formulaire_honorabilite .champ_formulaire.TITLE h3 span.obligatoire {
  display: none;
}
#formulaire_page .champ_formulaire.TITLE h3.obligatoire span.obligatoire,
#formulaire_honorabilite .champ_formulaire.TITLE h3.obligatoire span.obligatoire {
  display: inline;
  color: #E4133A;
}
#formulaire_page #parent1_section .champ_formulaire.TITLE h3 span,
#formulaire_page #parent2_section .champ_formulaire.TITLE h3 span,
#formulaire_honorabilite #parent1_section .champ_formulaire.TITLE h3 span,
#formulaire_honorabilite #parent2_section .champ_formulaire.TITLE h3 span {
  background-color: #f0f0f0;
}
#formulaire_page .champ_formulaire.INFO_LONG p,
#formulaire_honorabilite .champ_formulaire.INFO_LONG p {
  color: #606060;
}
#formulaire_page .champ_formulaire.INFO p,
#formulaire_honorabilite .champ_formulaire.INFO p {
  color: #606060;
  font-size: 0.8em;
}
#formulaire_page .champ_formulaire,
#formulaire_honorabilite .champ_formulaire {
  margin: 10px 0;
}
#formulaire_page .tableau_produits_formulaire .masquer_produits_disabled,
#formulaire_honorabilite .tableau_produits_formulaire .masquer_produits_disabled {
  display: none !important;
}
@media screen and (max-width: 767px) {
  #formulaire_page,
  #formulaire_honorabilite {
    padding: 0 10px 10px 10px;
  }
  #formulaire_page .tableau_produits_formulaire,
  #formulaire_honorabilite .tableau_produits_formulaire {
    font-size: 0.7em;
  }
  #formulaire_page label,
  #formulaire_honorabilite label {
    text-align: left;
  }
}
#formulaire_page .blocUploader label,
#formulaire_honorabilite .blocUploader label {
  display: inline;
}
#formulaire_page .blocUploader > input,
#formulaire_honorabilite .blocUploader > input {
  margin: 0 5px;
}
#formulaire_page .blocUploader input.date_document,
#formulaire_honorabilite .blocUploader input.date_document {
  width: 100px;
  vertical-align: middle;
}
#formulaire_page section,
#formulaire_honorabilite section {
  background: #f8f8f8;
  padding: 8px;
  margin: 15px -8px;
}
#formulaire_page section#parent1_section, #formulaire_page section#parent2_section,
#formulaire_honorabilite section#parent1_section,
#formulaire_honorabilite 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,
#formulaire_honorabilite section#parent1_section section,
#formulaire_honorabilite section#parent2_section section {
  background: #f8f8f8;
  margin: 10px -4px;
  padding: 4px;
}
#formulaire_page section h3.TITLE,
#formulaire_honorabilite section h3.TITLE {
  border: none;
  background: #e0e0e0;
  margin: 0 -8px 8px;
  padding: 8px;
}
#formulaire_page section h3.TITLE span,
#formulaire_honorabilite section h3.TITLE span {
  background: none;
  top: 0;
  padding: 0;
}
#formulaire_page .formulaire_covoiturage,
#formulaire_honorabilite .formulaire_covoiturage {
  background: #eee;
  margin: 10px 0;
  padding: 10px;
}
#formulaire_page .formulaire_covoiturage P,
#formulaire_honorabilite .formulaire_covoiturage P {
  line-height: 30px;
}
#formulaire_page .formulaire_covoiturage P.adresse,
#formulaire_honorabilite .formulaire_covoiturage P.adresse {
  margin: 0 10px;
  line-height: 20px;
}
#formulaire_page .formulaire_covoiturage P.adresse strong,
#formulaire_honorabilite .formulaire_covoiturage P.adresse strong {
  font-weight: bold;
}
#formulaire_page #form_cnil,
#formulaire_honorabilite #form_cnil {
  background: #eee;
  padding: 10px;
}
#formulaire_page #form_cnil .champ_formulaire.CHECKBOX,
#formulaire_honorabilite #form_cnil .champ_formulaire.CHECKBOX {
  line-height: unset;
  text-align: left;
}
#formulaire_page #form_cnil label,
#formulaire_honorabilite #form_cnil label {
  width: 100%;
  line-height: unset;
}
#formulaire_page #form_cnil strong,
#formulaire_honorabilite #form_cnil strong {
  font-weight: bold;
}
#formulaire_page #message_cnil,
#formulaire_honorabilite #message_cnil {
  font-size: 0.8em;
  background: #eee;
  padding: 10px;
}
#formulaire_page #message_cnil p,
#formulaire_honorabilite #message_cnil p {
  margin: 10px;
}
#formulaire_page #message_cnil strong,
#formulaire_honorabilite #message_cnil strong {
  font-weight: bold;
}
#formulaire_page #message_cnil ul,
#formulaire_honorabilite #message_cnil ul {
  padding-left: 25px;
  margin: 10px 10px 10px 0;
}
#formulaire_page #message_cnil li,
#formulaire_honorabilite #message_cnil li {
  list-style: disclosure-closed;
  margin-bottom: 5px;
  display: list-item;
  overflow: initial;
  padding: 0;
}
#formulaire_page #bouton_cerfa_15699 em,
#formulaire_page #bouton_annexe_II_23 em,
#formulaire_honorabilite #bouton_cerfa_15699 em,
#formulaire_honorabilite #bouton_annexe_II_23 em {
  display: inline-block;
  line-height: 20px;
  margin-bottom: 10px;
  font-style: italic;
  text-align: left;
}
#formulaire_page #bouton_cerfa_15699 em a,
#formulaire_page #bouton_annexe_II_23 em a,
#formulaire_honorabilite #bouton_cerfa_15699 em a,
#formulaire_honorabilite #bouton_annexe_II_23 em a {
  text-decoration: underline;
  font-weight: bold;
}
#formulaire_page #remove_city,
#formulaire_honorabilite #remove_city {
  position: absolute;
  top: 8px;
  right: 25px;
  font-size: 0.8rem;
  color: #777;
  cursor: pointer;
}
#formulaire_page #search_city,
#formulaire_honorabilite #search_city {
  position: absolute;
  top: 8px;
  left: 25px;
  font-size: 0.8rem;
  color: #777;
  cursor: pointer;
}
#formulaire_page div.autocompleter,
#formulaire_honorabilite div.autocompleter {
  z-index: 2;
  display: block;
  position: absolute;
  width: calc(100% - var(--bs-gutter-x));
}
#formulaire_page div.autocompleter div,
#formulaire_honorabilite div.autocompleter div {
  border: 1px solid #aaa;
  padding: 10px 10px 10px;
  background: white;
  max-height: 200px;
  overflow-y: auto;
}
#formulaire_page div.autocompleter ul,
#formulaire_honorabilite div.autocompleter ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

html.uppercasable #formulaire_page h2.main span,
html.uppercasable #formulaire_honorabilite h2.main span {
  text-transform: uppercase;
}
html.uppercasable #formulaire_page .champ_formulaire.TITLE h3,
html.uppercasable #formulaire_honorabilite .champ_formulaire.TITLE h3 {
  text-transform: uppercase;
}
html.uppercasable #formulaire_page .btn.btn-primary,
html.uppercasable #formulaire_honorabilite .btn.btn-primary {
  text-transform: uppercase;
}

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

span.obligatoire {
  display: none;
}

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

.invisible span.obligatoire {
  display: none;
}

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

.formulaire .masquer_produits_non_proposes {
  display: none !important;
}

#contenu h3.exergue.invisible {
  color: #e0e0e0;
  display: none !important;
}

.blocUploader {
  line-height: 30px;
  display: block;
  margin-left: 36%;
}
@media screen and (max-width: 767px) {
  .blocUploader {
    margin-left: 0;
  }
}

#bouton_cerfa_15699 {
  font-style: italic;
  line-height: 20px;
}

#bouton_annexe_II_23 em {
  font-style: italic;
  line-height: 20px;
}

#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;
  text-align: center;
}

#cerfa-15699-01 {
  font-family: "Arial", sans-serif;
}
#cerfa-15699-01 #republique_française {
  width: 200px;
  margin: 0 auto;
}
#cerfa-15699-01 #republique_française svg {
  max-width: 200px;
}
#cerfa-15699-01 #document_cerfa {
  width: 130px;
  position: absolute;
  top: 0;
  right: 10px;
}
#cerfa-15699-01 #document_cerfa svg {
  max-width: 130px;
}
#cerfa-15699-01 #document_cerfa p {
  text-align: center;
  font-weight: bold;
}
#cerfa-15699-01 h1 {
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
  margin: 20px 0;
}
#cerfa-15699-01 h2 {
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
  margin: 20px 0;
}
#cerfa-15699-01 h2 em {
  font-size: 1.2em;
  text-transform: uppercase;
  color: #e2011c;
}
#cerfa-15699-01 table {
  margin: 20px 0;
  width: 100%;
}
#cerfa-15699-01 thead {
  font-weight: bold;
}
#cerfa-15699-01 thead th {
  border: 1px solid black;
  padding: 5px;
}
#cerfa-15699-01 tfoot th {
  font-style: italic;
  color: #e2011c;
  text-align: center;
  padding: 5px;
  border: 1px solid black;
}
#cerfa-15699-01 tbody th {
  background: #e2011c;
  color: white;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  font-size: 1.2em;
  border: 1px solid black;
}
#cerfa-15699-01 tbody td {
  padding: 5px;
  border: 1px solid black;
}
#cerfa-15699-01 input {
  margin-left: 0;
  float: unset;
}
#cerfa-15699-01 th.reponse {
  width: 50px;
}

#formulaire_resultats {
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 20px;
  font-size: 0.9em;
}
#formulaire_resultats thead {
  background: #444;
  color: #FFF;
}
#formulaire_resultats td,
#formulaire_resultats th {
  white-space: nowrap;
  padding: 3px;
  border: 1px solid #E0E0E0;
}

/*******************************************************************/
/*        Liens en ligne                                           */
/*******************************************************************/
ul.inline-links {
  list-style: none;
  padding: 0;
  width: 100%;
  margin: 15px 0;
  text-align: center;
}
ul.inline-links li {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 5px 10px;
  text-align: center;
}
ul.inline-links li.actif a {
  background: var(--color1);
  color: white;
}

html.uppercasable ul.inline-links li {
  text-transform: uppercase;
}

/*******************************************************************/
/*        Widgets                                                  */
/*******************************************************************/
.widget {
  position: relative;
}
.widget.widget_html .widget.widget_libre .inner .content {
  overflow: auto;
}

.widget.widget_resultat .tableau_resultats .opposant,
.widget.widget_resultat .tableau_resultats .opposant a {
  background-color: var(--color1);
  color: white;
  text-decoration: none;
}
.widget.widget_resultat .tableau_resultats .score,
.widget.widget_resultat .tableau_resultats .score a {
  background-color: var(--color1-declined);
  color: white;
  text-decoration: none;
}
.widget.widget_resultat .tableau_resultats .opposant.adversaire,
.widget.widget_resultat .tableau_resultats .opposant.adversaire a {
  background: #D0D0D0;
  color: black;
  text-decoration: none;
}
.widget.widget_resultat .tableau_resultats .score.adversaire,
.widget.widget_resultat .tableau_resultats .score.adversaire a {
  background: #B0B0B0;
  color: black;
  text-decoration: none;
}
.widget.widget_resultat .tableau_resultats .resultat,
.widget.widget_resultat .tableau_resultats .resultat a {
  background-color: var(--color1-declined);
  color: white;
  text-decoration: none;
}
.widget.widget_resultat .tableau_resultats .titre_evenement a {
  color: black;
  text-decoration: none;
}
.widget.widget_resultat .tableau_resultats .resultats_individuels img {
  width: 30px;
}

#contenu .widget.widget_a_la_une .a_la_une {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
}
#contenu .widget.widget_a_la_une .a_la_une a {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #contenu .widget.widget_a_la_une.horizontal {
    font-size: 0.85em;
  }
  #contenu .widget.widget_a_la_une.horizontal ul.buttons,
  #contenu .widget.widget_a_la_une.horizontal .entry-content {
    display: none;
  }
}
@media screen and (max-width: 567px) {
  #contenu .widget.widget_a_la_une.horizontal {
    font-size: 0.7em;
  }
}
#contenu .widget.widget_a_la_une.horizontal a.stretched-link::after {
  z-index: 20px !important;
}
#contenu .widget.widget_a_la_une.horizontal .content {
  overflow: hidden;
}
#contenu .widget.widget_a_la_une.horizontal .carousel {
  border: 1px solid #eee;
  overflow: hidden;
}
#contenu .widget.widget_a_la_une.horizontal .evenement_a_la_une .date_evenement {
  position: absolute;
  top: -15px;
  left: 25px;
  margin: 0;
  z-index: 10;
  width: 22%;
  text-align: center;
  font-size: 25px;
}
@media screen and (max-width: 800px) {
  #contenu .widget.widget_a_la_une.horizontal .evenement_a_la_une .date_evenement {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  #contenu .widget.widget_a_la_une.horizontal .evenement_a_la_une .date_evenement {
    font-size: 15px;
  }
}
#contenu .widget.widget_a_la_une.horizontal .evenement_a_la_une .date_evenement img {
  opacity: 0.9;
  max-width: 100%;
}
#contenu .widget.widget_a_la_une.horizontal .evenement_a_la_une .date_evenement .jour {
  position: absolute;
  top: 40%;
  left: 0px;
  width: 100%;
  font-size: 2.2em;
}
#contenu .widget.widget_a_la_une.horizontal .evenement_a_la_une .date_evenement .mois {
  position: absolute;
  top: 66%;
  left: 0px;
  width: 100%;
  font-size: 1em;
}
#contenu .widget.widget_a_la_une.horizontal .evenement_a_la_une h3 {
  position: absolute;
  width: 80%;
  top: 14px;
  left: 10%;
  font-size: 1.6em;
  z-index: 20;
  margin: 0;
  max-height: 33px;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  #contenu .widget.widget_a_la_une.horizontal .evenement_a_la_une h3 {
    font-size: 1.2em;
    max-height: 22px;
  }
}
#contenu .widget.widget_a_la_une.horizontal .evenement_a_la_une h3 span {
  padding: 3px;
}
#contenu .widget.widget_a_la_une.horizontal .evenement_a_la_une h3 span:hover {
  text-decoration: underline;
}
#contenu .widget.widget_a_la_une.horizontal .evenement_a_la_une h4 {
  position: absolute;
  left: 30%;
  top: 30%;
  font-size: 1.5em;
  z-index: 20;
  padding: 5px;
  background-color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.5);
}
#contenu .widget.widget_a_la_une.horizontal .evenement_a_la_une h4 a {
  color: black;
}
#contenu .widget.widget_a_la_une.horizontal .evenement_a_la_une h4 a:hover {
  color: white;
}
#contenu .widget.widget_a_la_une.horizontal .evenement_a_la_une .event_result {
  position: absolute;
  bottom: 0;
  color: #ffffff;
  width: 100%;
  z-index: 11;
}
#contenu .widget.widget_a_la_une.horizontal .evenement_a_la_une .event_result .text_result {
  border-collapse: collapse;
  font-weight: bold;
  width: 100%;
}
@media screen and (max-width: 575px) {
  #contenu .widget.widget_a_la_une.horizontal .evenement_a_la_une .event_result .text_result {
    font-size: 0.7em;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
#contenu .widget.widget_a_la_une.horizontal .evenement_a_la_une .event_result .text_result td {
  padding: 10px 5px;
  text-align: center;
  background: #909090;
}
#contenu .widget.widget_a_la_une.horizontal .evenement_a_la_une .event_result .text_result .column1 {
  width: 2.5%;
}
#contenu .widget.widget_a_la_une.horizontal .evenement_a_la_une .event_result .text_result .column2 {
  width: 21.5%;
  background: #5E5E5E;
}
#contenu .widget.widget_a_la_une.horizontal .evenement_a_la_une .event_result .text_result .column3 {
  width: 76%;
}
#contenu .widget.widget_a_la_une.horizontal .evenement_a_la_une .score_result {
  position: absolute;
  bottom: 0;
  color: #ffffff;
  width: 100%;
  z-index: 250;
}
#contenu .widget.widget_a_la_une.horizontal .evenement_a_la_une .score_result > div > div {
  padding: 10px;
  font-weight: bold;
}
#contenu .widget.widget_a_la_une.horizontal .evenement_a_la_une .score_result .column1, #contenu .widget.widget_a_la_une.horizontal .evenement_a_la_une .score_result .column2 {
  background: var(--color1);
}
#contenu .widget.widget_a_la_une.horizontal .evenement_a_la_une .score_result .column1,
#contenu .widget.widget_a_la_une.horizontal .evenement_a_la_une .score_result .column4 {
  width: 40%;
  padding-left: 25px;
  float: left;
  height: 40px;
}
#contenu .widget.widget_a_la_une.horizontal .evenement_a_la_une .score_result .column1 {
  text-align: left;
}
#contenu .widget.widget_a_la_une.horizontal .evenement_a_la_une .score_result .column4 {
  text-align: right;
  background: #909090;
}
#contenu .widget.widget_a_la_une.horizontal .evenement_a_la_une .score_result .column2,
#contenu .widget.widget_a_la_une.horizontal .evenement_a_la_une .score_result .column3 {
  width: 10%;
  text-align: center;
  position: relative;
  float: left;
  height: 40px;
}
#contenu .widget.widget_a_la_une.horizontal .evenement_a_la_une .score_result .column3 {
  background: #5E5E5E;
}
#contenu .widget.widget_a_la_une.horizontal .evenement_a_la_une .score_result .column2 .layer {
  width: 100%;
  height: 40px;
  padding: 10px 0;
  background: #000;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
}
#contenu .widget.widget_a_la_une.horizontal .evenement_a_la_une .score_result .column2 .number {
  width: 100%;
  height: 40px;
  padding: 10px 0;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 575px) {
  #contenu .widget.widget_a_la_une.horizontal .evenement_a_la_une .score_result > div {
    font-size: 0.7em;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
#contenu .widget.widget_a_la_une.horizontal .evenement_a_la_une .layer {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  opacity: 1;
  z-index: 10;
}
#contenu .widget.widget_a_la_une.horizontal .evenement_a_la_une .evenement_picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#contenu .widget.widget_a_la_une.horizontal .news_a_la_une .overview {
  position: absolute;
  width: 30%;
}
@media screen and (max-width: 567px) {
  #contenu .widget.widget_a_la_une.horizontal .news_a_la_une .overview {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 567px) {
  #contenu .widget.widget_a_la_une.horizontal .news_a_la_une .overview {
    font-size: 0.8em;
  }
}
#contenu .widget.widget_a_la_une.horizontal .news_a_la_une .layer {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  opacity: 1;
  z-index: 10;
  width: 30%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
}
#contenu .widget.widget_a_la_une.horizontal .news_a_la_une .small .layer {
  width: auto;
  height: auto;
  background: none;
}
#contenu .widget.widget_a_la_une.horizontal .news_a_la_une h3 {
  position: relative;
  margin-top: 10px;
  margin-left: 10px;
  z-index: 20;
  font-size: 21px;
}
@media screen and (max-width: 575px) {
  #contenu .widget.widget_a_la_une.horizontal .news_a_la_une h3 {
    font-size: 1.4em;
  }
}
#contenu .widget.widget_a_la_une.horizontal .news_a_la_une h3:hover {
  text-decoration: underline;
}
#contenu .widget.widget_a_la_une.horizontal .news_a_la_une p {
  margin: 0;
  position: relative;
  margin-left: 10px;
  color: #4F4F4F;
  z-index: 20;
  font-size: 0.8rem;
}
#contenu .widget.widget_a_la_une.horizontal .news_a_la_une p:hover {
  text-decoration: none;
}
#contenu .widget.widget_a_la_une.horizontal .news_a_la_une .news_picture {
  text-align: right;
}
#contenu .widget.widget_a_la_une.horizontal .albumvideo_a_la_une h3,
#contenu .widget.widget_a_la_une.horizontal .video_a_la_une h3,
#contenu .widget.widget_a_la_une.horizontal .albumphoto_a_la_une h3 {
  color: #ffffff;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 0;
  width: 558px;
  width: 100%;
  bottom: 0;
  padding-left: 48px;
  font-size: 1em;
  margin: 0;
  z-index: 10;
  font-size: 1.2rem;
}
#contenu .widget.widget_a_la_une.horizontal .albumvideo_a_la_une .container-fluid,
#contenu .widget.widget_a_la_une.horizontal .video_a_la_une .container-fluid,
#contenu .widget.widget_a_la_une.horizontal .albumphoto_a_la_une .container-fluid {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#contenu .widget.widget_a_la_une.horizontal .albumvideo_a_la_une .icone,
#contenu .widget.widget_a_la_une.horizontal .video_a_la_une .icone,
#contenu .widget.widget_a_la_une.horizontal .albumphoto_a_la_une .icone {
  position: absolute;
  left: 10px;
  bottom: 7px;
  z-index: 20;
}
#contenu .widget.widget_a_la_une.horizontal .produit_a_la_une .overview {
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 567px) {
  #contenu .widget.widget_a_la_une.horizontal .produit_a_la_une .overview {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 567px) {
  #contenu .widget.widget_a_la_une.horizontal .produit_a_la_une .overview {
    font-size: 0.8em;
  }
}
#contenu .widget.widget_a_la_une.horizontal .produit_a_la_une h3 {
  position: relative;
  margin-top: 1rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 575px) {
  #contenu .widget.widget_a_la_une.horizontal .produit_a_la_une h3 {
    font-size: 1.4em;
  }
}
#contenu .widget.widget_a_la_une.horizontal .produit_a_la_une h3:hover {
  text-decoration: underline;
}
#contenu .widget.widget_a_la_une.horizontal .produit_a_la_une figure {
  margin-top: 1rem;
}
#contenu .widget.widget_a_la_une.horizontal .produit_a_la_une .accroche {
  display: inline-block;
  padding: 3px;
  color: #dc3545;
  font-size: 0.8rem;
  font-weight: bold;
}
#contenu .widget.widget_a_la_une.horizontal .produit_a_la_une .prix {
  background: #e0e0e0;
  padding: 5px;
  border: #fff 1px solid;
  border-radius: 5px;
  display: inline-block;
  font-weight: bold;
}
#contenu .widget.widget_a_la_une.horizontal .produit_a_la_une .prix_barre {
  text-decoration: line-through;
  font-size: 0.8em;
  font-weight: normal;
}
#contenu .widget.widget_a_la_une.horizontal .produit_a_la_une sup {
  font-size: 0.6em;
  vertical-align: top;
}
#contenu .widget.widget_a_la_une.horizontal .produit_a_la_une.page-boutique .picture {
  position: absolute;
  top: 50%;
  left: 5%;
  width: 40%;
  height: 80%;
  transform: translateY(-50%);
  text-align: center;
  overflow: hidden;
  background: #f6f6f6;
}
#contenu .widget.widget_a_la_une.horizontal .produit_a_la_une.page-boutique .picture > div {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  height: 100%;
}
#contenu .widget.widget_a_la_une.horizontal .produit_a_la_une.page-boutique .picture > div.accroche {
  height: auto;
}
#contenu .widget.widget_a_la_une.horizontal .produit_a_la_une.page-boutique .picture div div {
  border: 1px solid white;
  background: white;
}
#contenu .widget.widget_a_la_une.horizontal .produit_a_la_une.page-boutique .picture img {
  margin: 0 auto;
  max-height: 100%;
}
#contenu .widget.widget_a_la_une.horizontal .produit_a_la_une.page-boutique .resume {
  color: #383838;
  width: 40%;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 80%;
  transform: translateY(-50%);
}
#contenu .widget.widget_a_la_une.horizontal .produit_a_la_une.page-boutique .accroche {
  background: #b81b1b none repeat scroll 0 0;
  color: white;
  font-size: 0.8em;
  line-height: 1.5em;
  position: absolute;
  top: 30px;
  left: -37px;
  text-align: center;
  transform: rotate(-45deg);
  width: 150px;
}
#contenu .widget.widget_a_la_une.horizontal .produit_a_la_une.page-boutique .accroche.long {
  top: 38px;
  left: -29px;
}
@media screen and (max-width: 767px) {
  #contenu .widget.widget_a_la_une.vertical {
    font-size: 0.85em;
  }
}
@media screen and (max-width: 567px) {
  #contenu .widget.widget_a_la_une.vertical {
    font-size: 0.7em;
  }
}
#contenu .widget.widget_a_la_une.vertical .fond-alaune {
  z-index: -1;
}
#contenu .widget.widget_a_la_une.vertical svg {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: 100%;
}
#contenu .widget.widget_a_la_une.vertical .resume {
  width: 40%;
  padding-left: 10%;
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
#contenu .widget.widget_a_la_une.vertical .resume a {
  color: white;
  text-decoration: none;
}
#contenu .widget.widget_a_la_une.vertical .resume > div {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  width: 80%;
}
#contenu .widget.widget_a_la_une.vertical .panoramique .resume {
  background: rgba(155, 155, 155, 0.3);
}
#contenu .widget.widget_a_la_une.vertical p {
  font-size: 0.9em;
}
#contenu .widget.widget_a_la_une.vertical p strong {
  font-weight: bold;
}
#contenu .widget.widget_a_la_une.vertical h3 {
  font-size: 1.8em;
  font-weight: bold;
  margin-top: 7%;
}
#contenu .widget.widget_a_la_une.vertical h4 {
  font-size: 0.9em;
  margin-top: 7%;
}
#contenu .widget.widget_a_la_une.vertical p.date strong {
  background: white none repeat scroll 0 0;
  font-size: 1.2em;
  padding: 3px 10px;
}
#contenu .widget.widget_a_la_une.vertical .classique .picture {
  position: absolute;
  top: 0;
  right: 0;
  width: 69%;
  height: 100%;
}
#contenu .widget.widget_a_la_une.vertical .classique .picture > div {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
#contenu .widget.widget_a_la_une.vertical .classique .picture div img {
  display: inline-block; /* width: 100%; */
}
#contenu .widget.widget_a_la_une.vertical .classique .picture .bouton a {
  color: white;
}
#contenu .widget.widget_a_la_une.vertical .classique-elargie .picture {
  position: absolute;
  top: 50%;
  right: 5%;
  width: 40%;
  transform: translateY(-50%);
  text-align: center;
}
#contenu .widget.widget_a_la_une.vertical .classique-elargie .picture > div {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}
#contenu .widget.widget_a_la_une.vertical .classique-elargie .picture div div {
  border: 1px solid white;
  background: white;
}
#contenu .widget.widget_a_la_une.vertical .accroche.direction1 {
  background: #b81b1b none repeat scroll 0 0;
  color: white;
  font-size: 1.1em;
  line-height: 1.5em;
  position: absolute;
  top: 43px;
  left: -91px;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(-45deg);
  width: 300px;
}
#contenu .widget.widget_a_la_une.vertical .accroche.direction2 {
  background: #b81b1b none repeat scroll 0 0;
  color: white;
  font-size: 1.1em;
  line-height: 1.5em;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
}
#contenu .widget.widget_a_la_une.vertical .panoramique .picture div {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
#contenu .widget.widget_a_la_une.vertical .panoramique .picture img {
  width: 100%;
}
#contenu .widget.widget_a_la_une.vertical .evenement_a_la_une .resume,
#contenu .widget.widget_a_la_une.vertical .albumphoto_a_la_une .resume,
#contenu .widget.widget_a_la_une.vertical .albumvideo_a_la_une .resume,
#contenu .widget.widget_a_la_une.vertical .video_a_la_une .resume {
  text-align: center;
}
#contenu .widget.widget_a_la_une.vertical .resultats-scores {
  margin-top: 3%;
}
#contenu .widget.widget_a_la_une.vertical .resultats-scores .logo {
  display: inline-block;
  width: 15%;
  height: 45%;
}
#contenu .widget.widget_a_la_une.vertical .resultats-scores .score {
  display: inline-block;
  font-size: 2.5em;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 10px;
}
#contenu .widget.widget_a_la_une.vertical .resultats-scores .scores,
#contenu .widget.widget_a_la_une.vertical .resultats-scores .scores > * {
  vertical-align: middle;
}
#contenu .widget.widget_a_la_une.vertical .resultats-scores .noms-adversaires {
  display: block;
  font-size: 1.6em;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 3%;
}
#contenu .widget.widget_a_la_une.vertical .resultats-libres {
  margin-top: 7%;
}
#contenu .widget.widget_a_la_une.vertical .entry-content {
  margin-top: 7%;
}
#contenu .widget.widget_a_la_une.vertical .equipes {
  margin-top: 7%;
}
#contenu .widget.widget_a_la_une.vertical .equipes i {
  display: none;
}
#contenu .widget.widget_a_la_une.vertical .equipes a {
  background: white;
  color: #444444;
}
#contenu .widget.widget_a_la_une.vertical .equipes a:hover {
  background: #eee;
  color: #444444;
}
#contenu .widget.widget_a_la_une.vertical .suite-album {
  margin: 7% auto 0;
  max-width: 90%;
  overflow: none;
  background: rgba(255, 255, 255, 0.3);
}
#contenu .widget.widget_a_la_une.vertical .suite-album .position-relative {
  margin: 5px;
  border: 1px solid white;
}
#contenu .widget.widget_a_la_une.vertical .prix {
  margin-top: 7%;
  font-size: 2em;
}
#contenu .widget.widget_a_la_une.vertical .prix SUP {
  font-size: 0.4em;
  top: -1.5em;
}
#contenu .widget.widget_a_la_une.vertical .prix em {
  background: yellow;
  margin-left: 10px;
  padding: 5px;
  color: red;
}
#contenu .widget.widget_a_la_une.vertical .bouton {
  text-align: right;
}
@media screen and (max-width: 767px) {
  #contenu .widget.widget_a_la_une.vertical h3 {
    font-size: 1.4em;
  }
  #contenu .widget.widget_a_la_une.vertical p.prix {
    font-size: 1.1em;
  }
  #contenu .widget.widget_a_la_une.vertical p.prix em {
    font-size: 0.7em;
  }
  #contenu .widget.widget_a_la_une.vertical .resultats-scores .logo {
    display: none;
  }
  #contenu .widget.widget_a_la_une.vertical .resultats-scores .score {
    font-size: 1.6em;
  }
  #contenu .widget.widget_a_la_une.vertical .resultats-scores .noms-adversaires {
    font-size: 1.2em;
  }
  #contenu .widget.widget_a_la_une.vertical .accroche.direction1 {
    font-size: 0.9em;
    top: 29px;
  }
}
@media screen and (max-width: 567px) {
  #contenu .widget.widget_a_la_une.vertical h3 {
    font-size: 1.2em;
  }
  #contenu .widget.widget_a_la_une.vertical h4 {
    display: none;
  }
  #contenu .widget.widget_a_la_une.vertical p, #contenu .widget.widget_a_la_une.vertical .widget_a_la_une p.prix em, #contenu .widget.widget_a_la_une.vertical .widget_a_la_une .equipes {
    display: none;
  }
  #contenu .widget.widget_a_la_une.vertical p.date, #contenu .widget.widget_a_la_une.vertical .widget_a_la_une p.prix {
    display: block;
  }
  #contenu .widget.widget_a_la_une.vertical .accroche.direction1 {
    font-size: 0.5em;
    left: -76px;
    top: 21px;
  }
}

html.uppercasable #contenu .widget.widget_a_la_une.horizontal .evenement_a_la_une .date_evenement .mois {
  text-transform: uppercase;
}
html.uppercasable #contenu .widget.widget_a_la_une.horizontal .evenement_a_la_une .produit_a_la_une.page-boutique .accroche {
  text-transform: uppercase;
}
html.uppercasable #contenu .widget.widget_a_la_une.vertical h3 {
  text-transform: uppercase;
}
html.uppercasable #contenu .widget.widget_a_la_une.vertical h4 {
  text-transform: uppercase;
}
html.uppercasable #contenu .widget.widget_a_la_une.vertical p strong {
  text-transform: uppercase;
}

.horizontal .contenu_defilement {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.horizontal .liste_defilement {
  position: relative;
  overflow: hidden;
}
.horizontal .defilement {
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.horizontal .zone_defilement {
  position: relative;
}
.horizontal .defilement_gauche,
.horizontal .defilement_droite {
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 100%;
  z-index: 100;
}
.horizontal .defilement_droite {
  left: auto;
  right: 0;
}
.horizontal .fleche_gauche_defilement,
.horizontal .fleche_droite_defilement {
  position: absolute;
  top: 105px;
  top: calc(50% - 32px);
  right: 0;
  cursor: pointer;
  padding: 2px;
}
.horizontal .fleche_droite_defilement {
  right: auto;
  left: 0;
}
.horizontal .fleche_gauche_defilement:hover,
.horizontal .fleche_droite_defilement:hover {
  background: rgba(255, 255, 255, 0.2);
}
.horizontal.widget_evenements .fleche_gauche_defilement:hover, .horizontal.widget_evenements .fleche_droite_defilement:hover {
  background: rgba(50, 50, 50, 0.2);
}

.vertical .contenu_defilement {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.vertical .liste_defilement {
  position: relative;
  overflow: hidden;
}
.vertical .defilement {
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.vertical .zone_defilement {
  position: relative;
}
.vertical .defilement_haut,
.vertical .defilement_bas {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 50%;
  z-index: 100;
}
.vertical .defilement_bas {
  top: 50%;
}
.vertical .fleche_haut_defilement,
.vertical .fleche_bas_defilement {
  position: absolute;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
  padding: 2px;
}
.vertical .fleche_bas_defilement {
  bottom: auto;
  top: 10px;
}
.vertical .fleche_haut_defilement:hover,
.vertical .fleche_bas_defilement:hover {
  background: rgba(255, 255, 255, 0.2);
}
.vertical.widget_evenements .fleche_haut_defilement:hover, .vertical.widget_evenements .fleche_bas_defilement:hover {
  background: rgba(50, 50, 50, 0.2);
}

#contenu .grand_widget.widget_panier article {
  border-bottom: 1px solid #d7d8d8;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#contenu .grand_widget.widget_panier article.last {
  border-bottom: none;
}
#contenu .grand_widget.widget_panier article .illustration {
  margin-right: 10px;
}
#contenu .grand_widget.widget_panier article a {
  color: #666565;
  text-decoration: none;
}
#contenu .grand_widget.widget_panier article a:hover {
  text-decoration: underline;
}
#contenu .grand_widget.widget_panier article strong {
  font-weight: bold;
  color: #666565;
}
#contenu .grand_widget.widget_panier article em {
  font-style: italic;
}
#contenu .grand_widget.widget_panier article .prix {
  text-align: right;
  color: #666565;
}
#contenu .grand_widget.widget_panier ul {
  text-align: center;
  margin-top: 30px;
  list-style: none;
}
#contenu .grand_widget.widget_panier li {
  display: inline-block;
  background: white;
}

#contenu .petit_widget.widget_panier h2 .compteur {
  float: right;
}
#contenu .petit_widget.widget_panier h2 .compteur i {
  font-size: 1.1em;
  vertical-align: text-top;
}
#contenu .petit_widget.widget_panier h2 .compteur sup {
  background: red;
  border-radius: 6px;
  color: white;
  font-size: 0.7em;
  vertical-align: super;
  margin-left: -10px;
  padding: 1px 5px;
}
#contenu .petit_widget.widget_panier table {
  width: 100%;
  margin-bottom: 8px;
}
#contenu .petit_widget.widget_panier thead {
  border-bottom: 1px #777 solid;
}
#contenu .petit_widget.widget_panier tbody {
  font-size: 0.8em;
  color: #383838;
}
#contenu .petit_widget.widget_panier tbody a {
  color: #383838;
  text-decoration: none;
}
#contenu .petit_widget.widget_panier tbody a:hover {
  text-decoration: underline;
}
#contenu .petit_widget.widget_panier tbody strong,
#contenu .petit_widget.widget_panier tbody .prix {
  font-style: normal;
  font-weight: bold;
}
#contenu .petit_widget.widget_panier ul {
  text-align: center;
  margin-top: 30px;
  list-style: none;
  padding-left: 0;
}
#contenu .petit_widget.widget_panier li {
  display: inline-block;
  background: white;
}

.widget-plie .petit_widget.widget_panier h2 {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  height: 45px;
  padding: 15px;
  border: none;
  font-size: 1em;
  margin: 0;
  white-space: nowrap;
  min-width: 140px;
}
.widget-plie .petit_widget.widget_panier h2 span:not(.compteur) {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .widget-plie .petit_widget.widget_panier h2 {
    overflow: hidden;
    min-width: unset;
  }
  .widget-plie .petit_widget.widget_panier h2 span:not(.compteur) {
    display: none;
  }
}
.widget-plie .petit_widget.widget_panier .content {
  display: none;
  z-index: 100;
  position: absolute;
  top: 45px;
  right: 0;
  border: 2px solid #e8e8e8;
  width: 300px;
  min-height: 50px;
  padding: 5px;
  background: white;
}
.widget-plie .petit_widget.widget_panier .content .panier {
  max-height: 250px;
  overflow-y: auto;
}
.widget-plie .petit_widget.widget_panier:hover .content {
  display: block;
}

html.uppercasable #contenu .petit_widget.widget_panier thead {
  text-transform: uppercase;
}
html.uppercasable .widget-plie .petit_widget.widget_panier h2 {
  text-transform: uppercase;
}

.widget_libre .content P,
.widget_html .content P,
.widget_defilant .content P {
  margin: 20px 0;
}
.widget_libre .content h1,
.widget_html .content h1,
.widget_defilant .content h1 {
  font-size: 1.6em;
}
.widget_libre .content h2,
.widget_html .content h2,
.widget_defilant .content h2 {
  font-size: 1.4em;
}
.widget_libre .content h3,
.widget_html .content h3,
.widget_defilant .content h3 {
  font-size: 1.2em;
}
.widget_libre .content h4,
.widget_html .content h4,
.widget_defilant .content h4 {
  font-size: 1.1em;
}
.widget_libre .content h5,
.widget_html .content h5,
.widget_defilant .content h5 {
  font-size: 1.1em;
}
.widget_libre .content h6,
.widget_html .content h6,
.widget_defilant .content h6 {
  font-size: 1em;
}
.widget_libre .content ul,
.widget_html .content ul,
.widget_defilant .content ul {
  list-style-type: disc;
  margin: 20px;
}
.widget_libre .content ol,
.widget_html .content ol,
.widget_defilant .content ol {
  list-style: decimal outside none;
  margin: 20px;
}
.widget_libre .content strong,
.widget_html .content strong,
.widget_defilant .content strong {
  font-weight: bold;
}
.widget_libre .content em,
.widget_html .content em,
.widget_defilant .content em {
  font-style: italic;
}
.widget_libre .content address,
.widget_html .content address,
.widget_defilant .content address {
  font-style: italic;
  margin: 3px;
}
.widget_libre .content td,
.widget_html .content td,
.widget_defilant .content td {
  border: 1px solid black;
  padding: 3px;
}
.widget_libre .content pre,
.widget_html .content pre,
.widget_defilant .content pre {
  font-family: "Courier New", Courier, monospace;
  margin: 1em 2em;
  overflow: auto;
  padding: 0.5em;
  white-space: nowrap;
}
.widget_libre .content table p,
.widget_html .content table p,
.widget_defilant .content table p {
  margin: 4px 0;
}
.widget_libre .content img,
.widget_html .content img,
.widget_defilant .content img {
  max-width: 100%;
  height: auto;
}

#lien-album-externe {
  margin: 30px 0;
  padding: 30px;
  background: #f0f0f0;
  font-size: 2em;
  text-align: center;
}

/*******************************************************************/
/*        Widget Facebook                                          */
/*******************************************************************/
.widget_facebook .fa-facebook-square {
  color: #3b5998;
  font-size: 25px;
  vertical-align: top;
  background: white;
  padding: 1px 2px;
}
.widget_facebook .fa-twitter-square {
  color: #00aced;
  font-size: 25px;
  vertical-align: top;
  background: white;
  padding: 1px 2px;
}
.widget_facebook .fa-square-x-twitter {
  color: #00aced;
  font-size: 25px;
  vertical-align: top;
  background: white;
  padding: 1px 2px;
}
.widget_facebook .fa-youtube-square {
  color: #c4302b;
  font-size: 25px;
  vertical-align: top;
  background: white;
  padding: 1px 2px;
}
.widget_facebook .fa-google-plus-square {
  color: #d34836;
  font-size: 25px;
  vertical-align: top;
  background: white;
  padding: 1px 2px;
}
.widget_facebook .fa-map-marker-alt {
  color: #d34836;
  font-size: 20px;
  vertical-align: top;
  background: white;
  padding: 3.5px 4.5px;
}
.widget_facebook .fa-instagram {
  color: #c13584;
  font-size: 25px;
  vertical-align: top;
  background: white;
  padding: 1px 2px;
}
.widget_facebook .fa-linkedin {
  color: #0b66c3;
  font-size: 25px;
  vertical-align: top;
  background: white;
  padding: 1px 2px;
}
.widget_facebook .fa-tiktok {
  color: #3f494e;
  font-size: 20px;
  vertical-align: top;
  background: white;
  padding: 3.5px 4.5px;
}

/*******************************************************************/
/*        Widget Flux                                              */
/*******************************************************************/
.widget_flux h3 {
  margin: 3px 0 !important;
}

.widget_flux h3 a {
  color: #383838;
  text-decoration: none;
}

.widget_flux h3 a:hover {
  text-decoration: underline;
}

.widget_flux .content {
  background: #f0f0f0;
}
.widget_flux hr.separateur {
  border: 1px solid #e0e0e0;
}
.widget_flux li.button {
  list-style: none;
}
.widget_flux li.button.readmore {
  font-size: 0.7em;
  padding: 3px 6px;
  float: right;
}
.widget_flux li.button.readmore a {
  color: #777;
}
.widget_flux .suite {
  display: block;
  background: #777;
  color: white;
  text-align: center;
  padding: 3px;
}
.widget_flux .suite:hover {
  background: #999;
}

.element_flux {
  color: #3B444B;
  margin-left: 10px;
  padding-left: 15px;
  border-left: 1px solid #C7CCD2;
  padding-bottom: 20px;
  position: relative;
}
.element_flux .logo {
  position: absolute;
  top: 0;
  left: -12px;
  width: 22px;
  height: 22px;
  overflow: hidden;
  border: 1px solid #C7CCD2;
  border-radius: 8px;
  background: white;
  text-align: center;
  padding: 1px;
}
.element_flux .logo img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: unset;
}
.element_flux p {
  padding: 0;
  margin: 0;
  font-size: 0.8em;
}
.element_flux strong {
  font-weight: bold;
}
.element_flux .date {
  color: #82868C;
  font-size: 0.8em;
}
.element_flux .detail {
  background: white;
  margin: 5px 5px 5px 0;
  padding: 5px;
}
.element_flux p.details {
  font-size: 0.7em;
  color: #82868C;
}
.element_flux p.details strong {
  color: #3B444B;
}
.element_flux .date_evenement {
  width: 40px;
  float: left;
  text-align: center;
  line-height: 16px;
}
.element_flux .date_evenement .mois {
  font-weight: bold;
  font-size: 0.8em;
  color: red;
}
.element_flux .date_evenement .jour {
  font-weight: bold;
  font-size: 1.4em;
  color: #3B444B;
}
.element_flux .commentaires_flux {
  position: relative;
  color: #82868C;
  font-size: 0.7em;
  background: none;
  width: auto;
  display: block;
  text-align: left;
  height: auto;
  border-top: 1px solid #e0e0e0;
  padding: 5px 5px 0;
  margin: 5px -5px 0;
}
.element_flux .commentaires_flux img {
  vertical-align: bottom;
}
.element_flux .commentaires_flux a {
  color: #82868C;
}
.element_flux .commentaires_flux em {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 11px;
  text-align: center;
  font-size: 0.8em;
}
.element_flux .resultat_commentaire img {
  max-width: 100%;
}
.element_flux .resultats {
  background: #3B444B;
  color: #ffffff;
  padding: 5px;
  text-align: center;
  margin-bottom: 5px;
}
.element_flux .opposant,
.element_flux .scores {
  display: inline-block;
  margin: 5px;
  padding: 5px;
  border: 1px solid #ffffff;
}
.element_flux .liste_1,
.element_flux .liste_2,
.element_flux .liste_3,
.element_flux .liste_4 {
  padding: 0;
  margin: 0;
}
.element_flux .liste_1 li,
.element_flux .liste_2 li,
.element_flux .liste_3 li,
.element_flux .liste_4 li {
  float: left;
  list-style: none;
}
.element_flux .petite_photo {
  max-width: 100%;
}

.widget_flux.petit_widget .grande_photo {
  width: 100%;
}
.widget_flux.petit_widget .liste_1 li {
  width: 25%;
}
.widget_flux.petit_widget .liste_2 li {
  width: 24%;
  margin-left: 1%;
}
.widget_flux.petit_widget .liste_3 li {
  width: 33%;
  margin-left: 0.5%;
}
.widget_flux.petit_widget .liste_4 li {
  width: 24%;
  margin-right: 1%;
  text-align: center;
  line-height: 30px;
}
.widget_flux.petit_widget .liste_1 li:first-child,
.widget_flux.petit_widget .liste_2 li:first-child,
.widget_flux.petit_widget .liste_3 li:first-child,
.widget_flux.petit_widget .liste_4 li:first-child {
  margin-left: 0;
}

.widget_flux.grand_widget .grande_photo {
  width: 50%;
}
.widget_flux.grand_widget .liste_1,
.widget_flux.grand_widget .liste_2,
.widget_flux.grand_widget .liste_3,
.widget_flux.grand_widget .liste_4 {
  float: right;
  width: 50%;
}
.widget_flux.grand_widget .liste_1 li {
  width: 100%;
}
.widget_flux.grand_widget .liste_2 li,
.widget_flux.grand_widget .liste_3 li,
.widget_flux.grand_widget .liste_4 li {
  width: 50%;
  text-align: center;
}

html.uppercasable .widget_flux h3 {
  text-transform: uppercase;
}
html.uppercasable .element_flux .date {
  text-transform: uppercase;
}

/*******************************************************************/
/*        Evenements                                               */
/*******************************************************************/
.participant .illustration {
  text-align: right;
}
.participant .illustration img {
  max-width: 50px;
}
.participant span,
.participant a,
.participant strong {
  display: inline-block;
  line-height: 50px;
  vertical-align: top;
}
.participant strong {
  font-weight: bold;
}
.participant span.status {
  float: right;
}
.participant span.status .fa-check {
  color: #0eac03;
}
.participant span.status .fa-question {
  color: #aaa;
}
.participant span.status .fa-times {
  color: #d71a1a;
}
.participant .nom_membre {
  height: 50px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 0.9em;
  text-decoration: none;
  color: #4a4a3e;
}
.participant .nom_membre a {
  text-decoration: none;
}
.participant .nom_membre a:hover {
  text-decoration: underline;
}

#zone-cartographie {
  background: #f4f4f4;
  margin-top: 20px;
  margin-bottom: 20px;
}

#big-adresse {
  background: #f4f4f4;
  position: relative;
  overflow: hidden;
}
#big-adresse .icon {
  position: absolute;
  color: #e2e0e1;
  bottom: -20px;
  left: -20px;
  font-size: 27em;
  height: 100%;
}
@media screen and (max-width: 767px) {
  #big-adresse .icon {
    font-size: 10em;
  }
}
#big-adresse .contenu-adresse {
  position: relative;
  margin: 50px;
}
#big-adresse h2 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
  margin-top: 25px;
  font-size: 1.8em !important;
  color: #424242;
}
#big-adresse p {
  margin-bottom: 20px;
}

html.uppercasable #big-adresse h2 {
  text-transform: uppercase;
}

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

/*******************************************************************/
/*        Sections                                                 */
/*******************************************************************/
#barre-selection-section {
  background: #f2f2f2;
  color: #a5a5a5;
  width: 100%;
  line-height: 40px;
  text-align: center;
  font-size: 0.8em;
  /*
  @media screen and (max-width : 567px) { 
      .content > div {
          display: none;
      }


  }
  */
}
#barre-selection-section h1 {
  position: relative;
}
#barre-selection-section div > a {
  display: inline-block;
  padding: 0 20px;
  width: calc(100% - 40px);
  height: 40px;
  line-height: 20px;
  padding-top: 14px;
}
@media screen and (max-width: 767px) {
  #barre-selection-section div > a {
    width: 100%;
  }
}
#barre-selection-section div > a span {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 28px);
}
#barre-selection-section div > a i {
  color: #aaa;
  font-size: 1.5em;
  vertical-align: top;
  margin-left: 10px;
  float: right;
}
#barre-selection-section label[for=active-barre-selection-burger] {
  display: none;
  font-size: 0.8em;
  position: absolute;
  top: 0;
  right: 5px;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  #barre-selection-section label[for=active-barre-selection-burger] {
    display: inline-block;
  }
}
#barre-selection-section a {
  color: #a5a5a5;
  text-decoration: none;
}
#barre-selection-section .selected a, #barre-selection-section .selected span {
  font-weight: bold;
  color: #555555;
}
#barre-selection-section div.menu_section {
  position: relative;
  text-align: left;
  height: 40px;
}
#barre-selection-section div.niveau1 {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 100;
  width: 300%;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  #barre-selection-section div.niveau1 {
    left: 20px;
  }
}
#barre-selection-section div.niveau1 > ul {
  background: #f2f2f2;
  text-align: left;
  padding: 15px;
  display: inline-block;
  min-width: calc(33.3333333333% - 40px);
  list-style: none;
  margin-bottom: 0;
}
#barre-selection-section div.niveau1 li {
  padding: 5px;
  vertical-align: top;
}
#barre-selection-section ul.deux_niveaux li.level-1 {
  display: inline-block;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  #barre-selection-section ul.deux_niveaux li.level-1 {
    display: block;
  }
}
#barre-selection-section ul.deux_niveaux li.level-1 > a,
#barre-selection-section ul.deux_niveaux li.level-1 > span {
  color: #555555;
  font-weight: bold;
}
#barre-selection-section li ul {
  border-left: 1px solid #555555;
  margin-left: 5px;
  padding: 0;
  list-style: none;
}

@media screen and (max-width: 767px) {
  #barre-selection-section .content > div {
    display: none;
  }
  #active-barre-selection-burger:checked + #barre-selection-section .content > div {
    display: block;
  }
}
html.uppercasable #barre-selection-section a {
  text-transform: uppercase;
}

/*******************************************************************/
/*        Calendrier                                               */
/*******************************************************************/
.calendar {
  border: 1px solid #ddd;
  margin-bottom: 1rem;
}
.calendar table {
  margin-bottom: 0;
}
.calendar thead {
  border-bottom: 2px solid #eee;
}
.calendar thead th {
  font-weight: normal;
}
.calendar thead .titreMois th {
  font-weight: bold;
}
.calendar td {
  padding: 0;
  border-color: transparent;
}
.calendar td div {
  border: 1px solid transparent;
  padding: 0.5rem 0.5rem;
}
.calendar tr {
  border-color: transparent;
}
.calendar .illuminate {
  background-color: #ffff00;
  color: red;
}
.calendar td.today div {
  font-weight: bolder;
  border-color: red;
}
.calendar th.samedi,
.calendar th.dimanche,
.calendar td.samedi,
.calendar td.dimanche {
  background-color: #f7f7f7;
}
.calendar td.vacances {
  background-color: #d0f5fa;
}
.calendar td.vacances.samedi, .calendar td.vacances.dimanche {
  background-color: #b8d8dd;
}
.calendar td.actif:not(.today) div {
  border-color: orange;
  font-weight: bolder;
}
.calendar td.densite1 div {
  background: rgba(var(--color1r), var(--color1g), var(--color1b), 0.6);
  color: white;
}
.calendar td.densite2 div {
  background: rgba(var(--color1r), var(--color1g), var(--color1b), 0.7);
  color: white;
}
.calendar td.densite3 div {
  background: rgba(var(--color1r), var(--color1g), var(--color1b), 0.8);
  color: white;
}
.calendar td.densite4 div {
  background: rgba(var(--color1r), var(--color1g), var(--color1b), 0.9);
  color: white;
}
.calendar td[data-date]:hover,
.calendar th[data-date]:hover {
  cursor: pointer;
}

/*******************************************************************/
/*        Page membre                                              */
/*******************************************************************/
.membre_infos_principales {
  vertical-align: top;
  font-size: 0.9em;
}
.membre_infos_principales P {
  line-height: 1.1em;
  margin: 20px 0;
  color: #535353;
}
.membre_infos_principales P STRONG {
  display: block;
  font-weight: bold;
  font-size: 1.1em;
}
.membre_infos_principales P A {
  text-decoration: none;
  color: #535353;
}
.membre_infos_principales P A:hover {
  text-decoration: underline;
}
.membre_infos_principales .liste_equipes A {
  text-decoration: none;
  color: #535353;
}
.membre_infos_principales .liste_equipes A:hover {
  text-decoration: underline;
}
.membre_infos_principales .liste_equipes p.card-text {
  margin: 0;
}
.membre_infos_principales .challenge div {
  background: var(--color1);
  color: white;
  text-align: center;
  padding: 5px;
}
.membre_infos_principales .challenge div p {
  color: white;
  margin: 0;
}
.membre_infos_principales .challenge div p strong {
  font-size: 3em;
  line-height: 1.1em;
  font-weight: normal;
}
.membre_infos_principales .challenge div p em {
  display: block;
  font-size: 1.1em;
  text-transform: none;
}

html.uppercasable .membre_infos_principales p {
  text-transform: uppercase;
}

/*******************************************************************/
/*        Pages Rubriques et produits                              */
/*******************************************************************/
.presentation_boutique ul.liste_liens {
  margin: 20px -10px;
}
.presentation_boutique ul.liste_liens li {
  list-style: none;
  margin: 10px;
}
.presentation_boutique ul.liste_liens a {
  color: white;
  text-decoration: none;
}

dl[itemProp=priceSpecification] {
  text-align: right;
  margin-top: 30px;
  font-size: 1.1em;
}
dl[itemProp=priceSpecification] dt {
  display: none;
}

.bouton_panier {
  clear: both;
  background: #f0f0f0;
  width: 100%;
  margin: 0;
  padding: 10px;
  margin-bottom: 20px;
}

.form-control-plaintext.price {
  border-bottom: 1px solid #ced4da;
  text-align: right;
  padding: 0 5px;
  font-weight: bold;
}

.input-group-text.aulieude {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  background: none;
  font-size: 0.8em;
}

.zones_personnalisees {
  border: 1px solid #ccc;
  background: #e9e9e9;
}

em.aulieude {
  font-size: 0.7em;
  text-transform: none;
}

/*******************************************************************/
/*        Tunnel de commande                                       */
/*******************************************************************/
.panier_zero {
  font-size: 0.7em;
}
.panier_zero:hover {
  text-decoration: underline;
  cursor: pointer;
}

#etapes_commande {
  margin: 30px auto;
  max-width: 700px;
  text-align: center;
}
#etapes_commande #etape1,
#etapes_commande #etape2,
#etapes_commande #etape3,
#etapes_commande #etape4 {
  width: 7.15%;
  fill: #c3c3c3;
}
#etapes_commande #etape4.actif {
  fill: #62bb21;
}
#etapes_commande .spacer {
  width: 23.8%;
  fill: #c3c3c3;
}
#etapes_commande #etape1.actif,
#etapes_commande #etape2.actif,
#etapes_commande #etape3.actif,
#etapes_commande .spacer .actif {
  fill: var(--color1);
}

#panier .description p {
  text-align: center;
}
#panier table {
  width: 100%;
}
#panier thead tr {
  border-bottom: 1px solid #d1d1d1;
  color: #aaa;
}
#panier thead th {
  vertical-align: top;
  padding: 5px;
  color: #777;
}
#panier td,
#panier tbody th {
  vertical-align: middle;
  padding: 5px;
  color: #5a5959;
}
#panier strong {
  font-weight: bold;
}
#panier td input {
  display: inline-block;
  width: 60px;
  margin: 12px 0;
  padding-right: 2px;
}

.boutons_commande {
  text-align: center;
  margin: 0 0 30px 0;
}

#proposer_login,
#proposer_creation_compte {
  background: #eeeded;
  padding-bottom: 10px;
}
#proposer_login h2,
#proposer_creation_compte h2 {
  background: #d1d1d1;
  text-align: center;
  padding: 20px 0 10px 0;
  text-transform: uppercase;
  font-size: 0.8em;
}
#proposer_login p,
#proposer_creation_compte p {
  margin: 10px;
  color: #535353;
  font-size: 0.9em;
}
#proposer_login p a,
#proposer_creation_compte p a {
  text-decoration: none;
}
#proposer_login p a:hover,
#proposer_creation_compte p a:hover {
  text-decoration: none;
}
#proposer_login p.bouton,
#proposer_creation_compte p.bouton {
  text-align: center;
}

#proposer_login {
  margin: 10px 10px 10px 0;
}

#proposer_creation_compte {
  margin: 10px 0 10px 10px;
}

#form_adresse fieldset,
#choix_livraison fieldset {
  border: 1px solid #d1d1d1;
}
#form_adresse legend,
#choix_livraison legend {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: normal;
  color: #606060;
}
#form_adresse legend span,
#choix_livraison legend span {
  display: inline-block;
  background: white;
  padding: 0 15px;
}
#form_adresse input[type=submit],
#form_adresse input[type=button],
#choix_livraison input[type=submit],
#choix_livraison input[type=button] {
  width: auto;
}

#form_adresses fieldset {
  padding: 10px;
}

#choix_livraison fieldset {
  padding: 10px 30px;
  margin-bottom: 40px;
}

#choix_livraison #mode_livraison,
#choix_livraison #moyen_paiement,
#choix_livraison #message_commande {
  border: 1px solid #d1d1d1;
  padding: 10px 30px;
  margin: 40px;
}
#choix_livraison h2 {
  text-align: center;
  font-size: 1.2em;
  font-weight: normal;
  color: #606060;
  margin-top: -1.2em;
}
#choix_livraison h2 span {
  display: inline-block;
  background: white;
  padding: 0 15px;
}
#choix_livraison .moyen {
  background: #fafafa;
  border: 1px solid #dddddd;
  margin-bottom: 1em;
}
#choix_livraison .moyen .selection {
  background: #eee;
  padding-top: 1em;
  padding-bottom: 1em;
}
#choix_livraison .moyen .details {
  padding-top: 1em;
  padding-bottom: 1em;
}
#choix_livraison .englobant-radio {
  background: #fafafa;
  border: 1px solid #bcbbbb;
  padding: 10px;
  margin: 20px 0;
}
#choix_livraison p.RADIO {
  width: 36%;
  display: inline-block;
  vertical-align: top;
}
#choix_livraison p.RADIO label {
  width: auto;
  font-weight: bold;
}
#choix_livraison .detail {
  width: 62%;
  display: inline-block;
  vertical-align: top;
}
#choix_livraison .detail p {
  line-height: 30px;
}
#choix_livraison .detail p strong {
  font-weight: bold;
}

#moyen_paiement {
  margin-bottom: 20px;
}

.paiements_successifs {
  color: #333;
  margin: 10px auto 0;
}
.paiements_successifs th {
  background: #f0f0f0;
}
.paiements_successifs th, .paiements_successifs td {
  border: 1px solid #aaa;
  padding: 5px;
}

#felicitation h2 {
  text-align: center;
  margin: 30px 0;
  font-size: 1.2em;
  margin: 40px 0;
}
#felicitation p {
  text-align: center;
}
#felicitation a {
  color: #4a4a3e;
  font-weight: bold;
  text-decoration: none;
}
#felicitation a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  #form_adresses {
    padding: 0 10px 10px 10px;
  }
  #form_adresses label,
  #form_adresses input:not(.form-check-input),
  #choix_livraison label,
  #choix_livraison input:not(.form-check-input),
  #choix_livraison textarea,
  #choix_livraison p.RADIO,
  #choix_livraison .detail {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #proposer_login, #proposer_creation_compte, #adresse_facturation, #adresse_livraison {
    margin: 10px;
  }
}
#recapitulatif_commande {
  border: 1px solid #d1d1d1;
  padding: 20px;
  margin: 30px 0;
  background: white;
}
@media screen and (max-width: 767px) {
  #recapitulatif_commande {
    border: none;
    margin: 20px 0;
    padding: 0;
  }
}
#recapitulatif_commande > h2 {
  text-align: center;
  font-size: 1.2em;
  font-weight: normal;
  margin: -30px 0 25px;
  color: #606060;
}
@media screen and (max-width: 767px) {
  #recapitulatif_commande > h2 {
    margin: 0;
  }
}
#recapitulatif_commande > h2 span {
  display: inline-block;
  background: white;
  padding: 0 15px;
}
#recapitulatif_commande #adresses_et_statut {
  margin: 20px 0;
  clear: both;
}
#recapitulatif_commande #adresse_facturation,
#recapitulatif_commande #adresse_livraison {
  display: inline-block;
  width: calc(50% - 10px);
  margin: 0 10px 0 0;
  vertical-align: top;
  background: #eeeded;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #recapitulatif_commande #adresse_facturation,
  #recapitulatif_commande #adresse_livraison {
    width: 100%;
    margin: 20px 0;
  }
}
#recapitulatif_commande #adresse_facturation h2,
#recapitulatif_commande #adresse_livraison h2 {
  background: #d1d1d1;
  padding: 20px 0 10px 0;
  font-size: 0.8em;
  font-weight: bold;
}
#recapitulatif_commande #adresse_facturation p,
#recapitulatif_commande #adresse_facturation p,
#recapitulatif_commande #adresse_livraison p,
#recapitulatif_commande #adresse_livraison p {
  margin: 20px;
}
#recapitulatif_commande #adresse_livraison {
  margin: 0 0 0 10px;
}
#recapitulatif_commande #etape_commande {
  max-width: 530px;
  text-align: center;
  background: #f8f8f8;
  padding: 10px;
  margin: 20px auto;
}
#recapitulatif_commande #etape_commande h2 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 10px;
}
#recapitulatif_commande table {
  width: 100%;
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  #recapitulatif_commande table {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 567px) {
  #recapitulatif_commande table {
    font-size: 0.7em;
  }
}
#recapitulatif_commande table thead tr {
  border-bottom: 1px solid #d1d1d1;
  color: #8b8b8b;
}
#recapitulatif_commande table thead td,
#recapitulatif_commande table thead th {
  padding-bottom: 15px;
}
#recapitulatif_commande table tr td strong {
  font-weight: bold;
}
#recapitulatif_commande table tr.last th {
  font-weight: bold;
}
#recapitulatif_commande table tbody tr {
  border-top: 1px solid #e0e0e0;
}
#recapitulatif_commande table tbody tr td,
#recapitulatif_commande table tbody tr th {
  padding: 5px 0;
}
#recapitulatif_commande table tbody tr#produit_0 {
  border-top: none;
}
#recapitulatif_commande table tbody tr#produit_0 td {
  padding-top: 15px;
}
#recapitulatif_commande table tbody tr.last th {
  font-weight: bold;
  text-align: right;
}
#recapitulatif_commande table tbody tr strong.main {
  font-size: 1.1em;
  margin-bottom: 5px;
  display: inline-block;
}
#recapitulatif_commande table tbody tr .prix,
#recapitulatif_commande table tbody tr .tva,
#recapitulatif_commande table tbody tr .quantite {
  white-space: nowrap;
  text-align: right;
  padding-left: 5px;
  padding-right: 5px;
}
@media screen and (max-width: 567px) {
  #recapitulatif_commande table tbody tr .tva {
    display: none;
  }
}
#recapitulatif_commande table tbody tr .prix {
  background: #f0f0f0;
}
#recapitulatif_commande #informations_commande {
  display: flex;
  margin: 20px 0;
  clear: both;
}
#recapitulatif_commande #informations_commande h2 {
  text-align: center;
  font-size: 0.8em;
  font-weight: normal;
  margin: -7px 0 25px;
  color: #606060;
}
#recapitulatif_commande #informations_commande h2 span {
  display: inline-block;
  background: white;
  padding: 0 15px;
}
#recapitulatif_commande #informations_commande p {
  margin: 20px;
}
#recapitulatif_commande #informations_commande strong {
  font-weight: bold;
}
#recapitulatif_commande #moyen_de_paiement,
#recapitulatif_commande #mode_de_livraison {
  display: block;
  width: calc(50% - 12px);
  margin: 0 10px 0 0;
  border: 1px solid #d1d1d1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #recapitulatif_commande #moyen_de_paiement,
  #recapitulatif_commande #mode_de_livraison {
    width: 100%;
    margin: 20px 0;
  }
}
#recapitulatif_commande #moyen_de_paiement img,
#recapitulatif_commande #mode_de_livraison img {
  max-width: 100%;
}
#recapitulatif_commande #mode_de_livraison {
  margin: 0 0 0 10px;
}
#recapitulatif_commande #message_complementaire {
  margin-top: 20px;
}
#recapitulatif_commande #avec_precommande {
  max-width: 530px;
  text-align: center;
  background: #f8f8f8;
  padding: 10px;
  margin: 20px auto;
}
#recapitulatif_commande #avec_precommande h2 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 10px;
}
#recapitulatif_commande #paiements_enregistres {
  margin: 20px 0;
  clear: both;
  border: 1px solid #d1d1d1;
  padding: 30px;
}
#recapitulatif_commande #paiements_enregistres h2 {
  text-align: center;
  font-size: 0.8em;
  font-weight: normal;
  margin: -37px 0 25px;
  color: #606060;
}
#recapitulatif_commande #paiements_enregistres h2 span {
  display: inline-block;
  background: white;
  padding: 0 15px;
}
#recapitulatif_commande #paiements_enregistres tr#paiement_demande {
  background: #fbb;
  font-weight: bold;
}
#recapitulatif_commande #paiements_enregistres td {
  text-align: center;
  padding: 10px 0;
}
#recapitulatif_commande #factures h2 {
  font-size: 1rem;
}
#recapitulatif_commande #factures table {
  border: 1px solid #d0d0d0;
  width: 100%;
  margin-top: 10px;
}
#recapitulatif_commande #factures thead {
  background: #f0f0f0;
  height: 25px;
  line-height: 25px;
  border-bottom: 1px solid #d0d0d0;
}
#recapitulatif_commande #factures tbody tr {
  border-bottom: 1px solid #d0d0d0;
}
#recapitulatif_commande #factures tbody th {
  text-align: right;
  background: #f0f0f0;
  border-right: 1px solid #d0d0d0;
}
#recapitulatif_commande #factures td,
#recapitulatif_commande #factures th {
  padding: 3px;
  min-height: 25px;
  border: 1px solid #d0d0d0;
}

#recapitulatif_recu {
  border: 1px solid #d1d1d1;
  padding: 20px;
  margin: 30px 0;
  background: white;
}
@media screen and (max-width: 767px) {
  #recapitulatif_recu {
    border: none;
    margin: 20px 0;
    padding: 5px;
  }
}
#recapitulatif_recu > h2 {
  text-align: center;
  font-size: 1.2em;
  font-weight: normal;
  margin: -30px 0 25px;
  color: #606060;
}
@media screen and (max-width: 767px) {
  #recapitulatif_recu > h2 {
    margin: 0;
  }
}
#recapitulatif_recu > h2 span {
  display: inline-block;
  background: white;
  padding: 0 15px;
}
#recapitulatif_recu h3 {
  background: #BBB;
  font-size: 2em;
  text-align: center;
  font-weight: bold;
  padding: 3px;
}
#recapitulatif_recu P {
  margin: 20px 0;
}

#recapitulatif_facture {
  margin: 10px;
}
#recapitulatif_facture h1 {
  text-align: center;
  color: #000;
  font-weight: bold;
  font-size: 2em;
}
#recapitulatif_facture table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
#recapitulatif_facture strong {
  font-weight: bold;
}
#recapitulatif_facture em {
  font-style: italic;
}
#recapitulatif_facture .facture_infos {
  padding: 10px 0;
}
#recapitulatif_facture .facture_adresse_client {
  padding: 10px 0;
  font-weight: bold;
}
#recapitulatif_facture .facture_type {
  background: #BBB;
  font-size: 2em;
  text-align: center;
  font-weight: bold;
}
#recapitulatif_facture .facture_produits table {
  margin: 20px 0;
  border: 1px solid black;
}
#recapitulatif_facture .facture_produits table thead td {
  background: #f0f0f0;
  border: 1px solid black;
  padding: 3px;
  text-align: center;
}
#recapitulatif_facture .facture_produits table tbody td {
  border: 1px solid black;
  padding: 3px;
  text-align: right;
}
#recapitulatif_facture .facture_produits table tbody td.designation {
  text-align: left;
}
#recapitulatif_facture .facture_subproduits > table {
  margin: 20px 0;
}
#recapitulatif_facture .facture_subproduits > table > tbody > tr > td {
  width: 33%;
  border: 1px solid black;
}
#recapitulatif_facture .facture_subproduits > table > tbody > tr > td table td {
  padding: 3px;
}
#recapitulatif_facture .facture_subproduits > table > tbody > tr > td.totaux {
  background: #000;
  vertical-align: top;
}
#recapitulatif_facture .facture_subproduits > table > tbody > tr > td.totaux table {
  background: white;
}
#recapitulatif_facture .facture_subproduits > table > tbody > tr > td.totaux table tr.total_ttc td {
  background: #000;
  color: white;
  font-weight: bold;
}
#recapitulatif_facture .taxes {
  font-size: 0.8em;
  text-align: center;
}
#recapitulatif_facture .taxes table td {
  padding: 3px;
  text-align: left;
}
#recapitulatif_facture .taxes table td.montant_taxe {
  text-align: right;
}
#recapitulatif_facture .taxes table thead td,
#recapitulatif_facture .taxes table tfoot td {
  font-weight: bold;
}
#recapitulatif_facture .reglements p {
  padding: 3px;
}
#recapitulatif_facture .facture_observations {
  padding: 20px 0;
}
#recapitulatif_facture .facture_observations h2 {
  font-size: 1.2em;
  font-weight: bold;
  border-bottom: 1px solid #333;
}
#recapitulatif_facture .facture_observations h3 {
  font-size: 1.2em;
  font-weight: bold;
  margin: 20px 0;
}
#recapitulatif_facture .facture_observations table {
  color: #333;
  font-size: 0.9em;
}
#recapitulatif_facture .facture_observations table thead {
  font-weight: bold;
}
#recapitulatif_facture .facture_observations table td {
  padding: 3px;
  border: 1px solid #aaa;
}
#recapitulatif_facture .facture_footer {
  font-size: 0.8em;
}

html.uppercasable #choix_livraison h2 {
  text-transform: uppercase;
}
html.uppercasable #felicitation h2 {
  text-transform: uppercase;
}
html.uppercasable #recapitulatif_commande #adresse_facturation h2,
html.uppercasable #recapitulatif_commande #adresse_livraison h2,
html.uppercasable #recapitulatif_commande #informations_commande h2,
html.uppercasable #recapitulatif_commande #paiements_enregistres h2 {
  text-transform: uppercase;
}
html.uppercasable #recapitulatif_facture h1 {
  text-transform: uppercase;
}

/*******************************************************************/
/*        Reservations d'équipement                                */
/*******************************************************************/
#calendrier-reservation {
  background: #fff none repeat scroll 0 0;
  height: 400px;
}
#calendrier-reservation .wk-weektop {
  background-color: #ffffff;
  font-size: 11px;
  line-height: 14px;
  overflow: hidden;
  table-layout: fixed;
  width: 100%;
}
#calendrier-reservation .wk-weektop .wk-dayname {
  border-top: 1px solid #ffffff;
  font-size: 12px;
  color: #555;
  font-weight: normal;
  padding: 2px 4px;
  white-space: nowrap;
  overflow: hidden;
}
#calendrier-reservation .wk-weektop .wk-today {
  color: #222;
  font-weight: bold;
  background: #f1f1f1 none repeat scroll 0 0;
  border-left: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
}
#calendrier-reservation .wk-scrolltimedevents {
  border-bottom: 1px solid #dddddd;
  border-left: 0 none;
  border-top: 1px solid #dddddd;
  font-size: 11px;
  line-height: normal;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 0;
  position: relative;
}
#calendrier-reservation .wk-scrolltimedevents .tg-mainwrapper {
  position: relative;
}
#calendrier-reservation .wk-scrolltimedevents .tg-mainwrapper .tg-spanningwrapper {
  margin: 1px 0 0 1px;
  position: relative;
}
#calendrier-reservation .wk-scrolltimedevents .tg-mainwrapper .tg-spanningwrapper .tg-hourmarkers {
  position: absolute;
  width: 100%;
}
#calendrier-reservation .wk-scrolltimedevents .tg-mainwrapper .tg-spanningwrapper .tg-hourmarkers .tg-markercell {
  height: 42px;
}
#calendrier-reservation .wk-scrolltimedevents .tg-mainwrapper .tg-spanningwrapper .tg-hourmarkers .tg-markercell .tg-dualmarker {
  height: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #dddddd;
  font-size: 1px;
}
#calendrier-reservation .wk-scrolltimedevents .tg-mainwrapper .tg-timedevents {
  margin-top: -2px;
  background-color: #ffffff;
  border-bottom: 1px solid #dddddd;
  margin-top: -1px;
  table-layout: fixed;
  width: 100%;
}
#calendrier-reservation .wk-scrolltimedevents .tg-mainwrapper .tg-timedevents .tg-times-pri {
  border-left: 1px solid #dddddd;
  background-color: #ffffff;
  color: #555;
  padding: 1px 0 0;
  text-align: right;
  vertical-align: top;
}
#calendrier-reservation .wk-scrolltimedevents .tg-mainwrapper .tg-timedevents .tg-times-pri .tg-time-pri {
  border-bottom: 1px solid #dddddd;
  padding-right: 2px;
}
#calendrier-reservation .wk-scrolltimedevents .tg-mainwrapper .tg-timedevents .tg-col-today {
  border-left: 1px solid #dddddd;
  vertical-align: top;
}
#calendrier-reservation .wk-scrolltimedevents .tg-mainwrapper .tg-timedevents .tg-col-today .tg-today {
  background-color: #f1f1f1;
}
#calendrier-reservation .wk-scrolltimedevents .tg-mainwrapper .tg-timedevents .tg-col-today .tg-col-eventwrapper {
  cursor: default;
  position: relative;
}
#calendrier-reservation .wk-scrolltimedevents .tg-mainwrapper .tg-timedevents .tg-col-today .tg-col-eventwrapper .tg-gutter {
  height: 0;
  position: relative;
}
#calendrier-reservation .wk-scrolltimedevents .tg-mainwrapper .tg-timedevents .tg-col-today .tg-col-overlaywrapper {
  height: 0;
  position: relative;
}
#calendrier-reservation .wk-scrolltimedevents .tg-mainwrapper .tg-timedevents .tg-col-today .tg-col-overlaywrapper .tg-nowmarker {
  border-top: 2px solid #ff7f6e;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
#calendrier-reservation .chip {
  -moz-user-select: none;
  -webkit-user-select: none;
          user-select: none;
  color: #222;
  cursor: default;
  position: absolute;
}
#calendrier-reservation .chip.light {
  background-color: #EEEEEE !important;
  color: #EEEEEE;
}
#calendrier-reservation .chip dl {
  padding: 2px 0 1px;
  border: 1px solid #aaa;
  margin: 0;
  overflow: hidden;
  padding: 2px 3px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
#calendrier-reservation .chip dd, #calendrier-reservation .chip dt {
  padding: 0 2px 0 4px;
  display: inline;
}
#calendrier-reservation .chip dt {
  font: bold 10px Arial, sans-serif;
  margin-top: -1px;
  overflow: hidden;
  padding: 0 0 1px;
  text-align: left;
  white-space: nowrap;
}
#calendrier-reservation .chip dd {
  line-height: 1.1;
  font: 12px Arial, sans-serif;
  margin: 0;
  overflow: hidden;
  padding: 0 1px;
  text-align: left;
  word-wrap: break-word;
}

#navigateur_date {
  margin: 20px 0;
  width: 100%;
}
#navigateur_date a {
  color: #555;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
#navigateur_date strong {
  font-weight: bold;
  display: block;
}
#navigateur_date td {
  border: 1px solid #eee;
  padding: 3px;
  text-align: center;
  vertical-align: middle;
}
#navigateur_date td.actif a {
  font-weight: bold;
}

#date_libre_reservation_bloc_activator + div {
  display: none;
}

#date_libre_reservation_bloc_activator:checked + div {
  display: block;
}

#reservation_infos UL {
  color: #000;
  font-size: 1em;
  margin: 0;
  padding: 0;
}
#reservation_infos UL LI {
  color: #000;
  font-size: 1em;
  margin: 0;
  list-style: "- " inside;
}

#popup_formulaire_reservation #bloc_accompagnants {
  margin: 20px 0;
}
#popup_formulaire_reservation #bloc_accompagnants p {
  font-style: italic;
}
#popup_formulaire_reservation #bloc_tarif_reservation {
  text-align: center;
}
#popup_formulaire_reservation #bloc_tarif_reservation h2 {
  font-weight: bold;
  font-size: 1.4em;
}
#popup_formulaire_reservation #bloc_tarif_reservation p {
  font-weight: bold;
}

.tags > span {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  position: relative;
  margin: 0 16px 8px 0;
  padding: 0 10px 0 12px;
  background: #3243A5;
  white-space: nowrap;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  font-size: 12px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  text-decoration: none;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  font-weight: bold;
}
.tags > span:before {
  content: "";
  position: absolute;
  top: 0;
  left: -12px;
  width: 0;
  height: 0;
  border-color: transparent #3243A5 transparent transparent;
  border-style: solid;
  border-width: 12px 12px 12px 0;
}
.tags > span:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 1px;
  float: left;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: -1px -1px 2px rgba(0, 0, 0, 0.4);
}
.tags > span.primary {
  background: #216db9;
  color: white;
}
.tags > span.primary:before {
  border-right-color: #216db9;
}
.tags > span.danger {
  background: #d01d0a;
  color: white;
}
.tags > span.danger:before {
  border-right-color: #d01d0a;
}
.tags > span.success {
  background: #4FBC1B;
  color: white;
}
.tags > span.success:before {
  border-right-color: #4FBC1B;
}
.tags > span.secondary {
  background: #6c757d;
  color: white;
}
.tags > span.secondary:before {
  border-right-color: #6c757d;
}
.tags > span.warning {
  background: #ffc107;
  color: #212529;
}
.tags > span.warning:before {
  border-right-color: #ffc107;
}
.tags > span.info {
  background: #17a2b8;
  color: white;
}
.tags > span.info:before {
  border-right-color: #17a2b8;
}
.tags > span.light {
  background: #f8f9fa;
  color: #212529;
}
.tags > span.light:before {
  border-right-color: #f8f9fa;
}
.tags > span.dark {
  background: #343a40;
  color: white;
}
.tags > span.dark:before {
  border-right-color: #343a40;
}
.tags .remove {
  margin-left: 10px;
  opacity: 0.8;
  cursor: pointer;
}
.tags .remove:hover {
  opacity: 1;
}

.tableau_gris {
  width: 100%;
  border: 1px solid #f0f0f0;
}
.tableau_gris tr {
  border: 1px solid #f0f0f0;
}
.tableau_gris tr.odd td {
  background: #f0f1f1;
}
.tableau_gris tr:hover td {
  background: #f8f8f8;
}
.tableau_gris th {
  border: 1px solid #f0f0f0;
  background: #f0f0f0;
  text-align: left;
  padding: 0 5px;
}
.tableau_gris td {
  border: 1px solid #f0f0f0;
  padding: 0 5px;
  vertical-align: middle;
  color: #7a7a7a;
}
.tableau_gris thead th {
  height: 40px;
  vertical-align: middle;
  color: #707070;
}
.tableau_gris a {
  color: #444;
}
