@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'Revans-Medium';
    src: url('../fonts/Revans-Medium.woff2') format('woff2'),
        url('../fonts/Revans-Medium.woff') format('woff'),
        url('../fonts/Revans-Medium.ttf') format('truetype'),
        url('../fonts/Revans-Medium.svg#Revans-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Revans-Normal';
    src: url('../fonts/Revans-Normal.woff2') format('woff2'),
        url('../fonts/Revans-Normal.woff') format('woff'),
        url('../fonts/Revans-Normal.ttf') format('truetype'),
        url('../fonts/Revans-Normal.svg#Revans-Normal') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
  font-family: 'OpenSans';
  src: url('../fonts/OpenSans.eot');
  src: url('../fonts/OpenSans.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans.woff2') format('woff2'), url('../fonts/OpenSans.woff') format('woff'), url('../fonts/OpenSans.ttf') format('truetype'), url('../fonts/OpenSans.svg#OpenSans') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
    font-family: 'OpenSans-SemiBold';
    src: url('../fonts/OpenSans-SemiBold.eot');
    src: url('../fonts/OpenSans-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-SemiBold.woff2') format('woff2'),
        url('../fonts/OpenSans-SemiBold.woff') format('woff'),
        url('../fonts/OpenSans-SemiBold.ttf') format('truetype'),
        url('../fonts/OpenSans-SemiBold.svg#OpenSans-SemiBold') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
  font-family: 'OpenSans-Italic';
  src: url('../fonts/OpenSans-Italic.eot');
  src: url('../fonts/OpenSans-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Italic.woff2') format('woff2'), url('../fonts/OpenSans-Italic.woff') format('woff'), url('../fonts/OpenSans-Italic.ttf') format('truetype'), url('../fonts/OpenSans-Italic.svg#OpenSans-Italic') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
#chargement {position: absolute; top: 0; left: 0; width: 100vw; height: 100vh; background: #fff url("../images/chargement.gif") 50% 50% no-repeat; z-index: 10001;}
body#loaded #chargement {display: none;}
h1, h2, h3, h4, .h1, .h2, .h3, .h4, .site-description, .prochainement p:first-child, input.progtitle, .finder h4.result-title a, .accordion-toggle, .adp-placemark td {
  font-family: 'Revans-Medium', "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: normal;

}
h1, .h1 {color: var(--success);}
h1 .soustitre {
    font-size: 87.5%;
    color: var(--primary);
}
h2, .h2, h3, .h3 {
    color: var(--primary);
}
h4, .h4 {color: var(--gray-600);} 
b, strong, h5, .accordion-item h2.accordion-header, .titreck-title {
      font-family: 'OpenSans-SemiBold', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
      font-weight: normal;
}
em {font-family: 'OpenSans-Italic', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
      font-style: normal;
}
em b, b em, strong em, em strong {
    font-family: 'OpenSans-SemiBoldItalic', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
      font-style: normal;
      font-weight: normal;
}
a, .accordion-toggle:after, .back-to-top-link, input:hover {
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
}
a:after, .site-title, .site-description, li, .btn, a.brand-logo img, button, .jt-cs  .owl-dots span {
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
}
a, a:link {
    text-decoration: none !important;
}
a:hover, a:focus {
    text-decoration: underline !important;
}

body {
  background: var(--white) 50% 0 no-repeat;
}
.container-header {
  z-index: 10;
  background-color: var(--body-bg);
  background-image: none;
  box-shadow: 0;
}
.container-header .grid-child {
  padding: 1rem 0;
}
.container-header .grid-child p {
  margin: 0;
}
.container-banner {
  background: var(--primary);
}
#logo {
  max-width: 20vw;
}
.footer {
  background: var(--gray-600);
      display: flex;
  justify-content: center;
}
.footer h3, .footer h4 {
    color: var(--white);
}
.container-footer.footer.full-width {
    margin: 0;
}
.container-footer.footer.full-width.artetessai {
    padding-bottom: 2rem;
}
.container-footer .grid-child {
  diplay: table;
    padding-bottom: 0;
    table-layout: fixed;
width: 100%;
}
.container-footer .grid-child .footer-module {
  diplay: table-cell;
    height: 100%;
    width: 24%;
    padding-right: 1%;
}
.container-footer .grid-child .footer-module .moduletable {
    margin-bottom: 1rem;
}
.copy {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 0.75rem;
    color: rgba(var(--white-rgb), 0.75);
    padding: 0 1rem 2rem;
}
.copy a {
    text-decoration: none;
}
.copy a:hover {
    text-decoration: underline;
    color: rgba(var(--white-rgb), 1);}
/*tooltip*/
.tooltip-inner {
  font-size: 0.75rem;
}
/*back-to-top-link*/
.back-to-top-link {
  color: var(--white);
  background-color: var(--orange);
  border: 1px solid var(--orange);
  border-radius: .5rem;
  padding: .5em .5rem 0.25rem;
  transition: all .25s ease-in;
}

.back-to-top-link.visible {
  opacity: 1;
}

.back-to-top-link:hover, .back-to-top-link:focus {
  color: var(--white);
  background-color: var(--green);
  border-color: var(--green);
}
:root {
  --gelauff-color-primary: #456990;
  --gelauff-color-link: #456990;
  --link-color: #456990;
  --link-color-rgb: 34, 79, 170;
  --gelauff-color-hover: #424077;
  --link-hover-color: #424077;
  --link-hover-color-rgb: 66, 64, 119;
  --blue: #010156;
  --black: #000;
  --indigo: #6812f3;
  --purple: #6f42c2;
  --pink: #e93f8e;
  --red: #a51f18;
  --orange: #fd7e17;
  --yellow: #ad6200;
  --green: #559900;
  --teal: #5abfdd;
  --cyan: #30638d;
  --white: #fff;
  --gray-100: #f9fafb;
  --gray-200: #eaedf0;
  --gray-300: #dfe3e7;
  --gray-400: #ced4da;
  --gray-500: #adb5bd;
  --gray-600: #6d757e;
  --gray-700: #484f56;
  --gray-800: #353b41;
  --gray-900: #22262a;
  --primary: #456990;
  --secondary: #6d757e;
  --success: #559900;
  --info: #30638d;
  --warning: #ad6200;
  --danger: #a51f18;
  --light: #f9fafb;
  --dark: #353b41;
  --primary-rgb: 1, 1, 86;
  --secondary-rgb: 109, 117, 126;
  --success-rgb: 85, 153, 0;
  --info-rgb: 48, 99, 141;
  --warning-rgb: 173, 98, 0;
  --danger-rgb: 165, 31, 24;
  --light-rgb: 249, 250, 251;
  --dark-rgb: 53, 59, 65;
  --primary-text-emphasis: #002;
  --secondary-text-emphasis: #2c2f32;
  --success-text-emphasis: #1b351b;
  --info-text-emphasis: #132838;
  --warning-text-emphasis: #452700;
  --danger-text-emphasis: #420c09;
  --light-text-emphasis: #484f56;
  --dark-text-emphasis: #484f56;
  --primary-bg-subtle: #ccd;
  --secondary-bg-subtle: #e2e3e5;
  --success-bg-subtle: #dae6da;
  --info-bg-subtle: #d6e0e8;
  --warning-bg-subtle: #efe0cc;
  --danger-bg-subtle: #edd2d1;
  --light-bg-subtle: #fcfcfd;
  --dark-bg-subtle: #ced4da;
  --primary-border-subtle: #99b;
  --secondary-border-subtle: #c5c8cb;
  --success-border-subtle: #b4ceb4;
  --info-border-subtle: #acc1d1;
  --warning-border-subtle: #dec099;
  --danger-border-subtle: #dba5a2;
  --light-border-subtle: #eaedf0;
  --dark-border-subtle: #adb5bd;
  --white-rgb: 255, 255, 255;
  --black-rgb: 0, 0, 0;
  --font-sans-serif: 'OpenSans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --gradient: linear-gradient(180deg, #ffffff26, #fff0);
  --body-font-family: 'OpenSans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --body-font-size: 1rem;
  --body-font-weight: 400;
  --body-line-height: 1.5;
  --body-color: #22262a;
  --body-color-rgb: 34, 38, 42;
  --body-bg: #fff;
  --body-bg-rgb: 255, 255, 255;
  --emphasis-color: #000;
  --emphasis-color-rgb: 0, 0, 0;
  --secondary-color: #22262abf;
  --secondary-color-rgb: 34, 38, 42;
  --secondary-bg: #eaedf0;
  --secondary-bg-rgb: 234, 237, 240;
  --tertiary-color: #22262a80;
  --tertiary-color-rgb: 34, 38, 42;
  --tertiary-bg: #f9fafb;
  --tertiary-bg-rgb: 249, 250, 251;
  --heading-color: inherit;
  --link-color: #456990;
  --link-color-rgb: 34, 79, 170;
  --link-decoration: underline;
  --link-hover-color: #424077;
  --link-hover-color-rgb: 66, 64, 119;
  --code-color: #e93f8e;
  --highlight-color: #22262a;
  --highlight-bg: #fbeea8;
  --border-width: 1px;
  --border-style: solid;
  --border-color: #dfe3e7;
  --border-color-translucent: #0000002d;
  --border-radius: .25rem;
  --border-radius-sm: .2rem;
  --border-radius-lg: .3rem;
  --border-radius-xl: .3rem;
  --border-radius-xxl: 2rem;
  --border-radius-2xl: var(--border-radius-xxl);
  --border-radius-pill: 50rem;
  --box-shadow: 0 .5rem 1rem #00000026;
  --box-shadow-sm: 0 .125rem .25rem #00000013;
  --box-shadow-lg: 0 1rem 3rem #0000002d;
  --box-shadow-inset: inset 0 1px 2px #00000013;
  --focus-ring-width: .25rem;
  --focus-ring-opacity: .25;
  --focus-ring-color: #01015640;
  --form-valid-color: #448344;
  --form-valid-border-color: #448344;
  --form-invalid-color: #a51f18;
  --form-invalid-border-color: #a51f18;
}
.icons {
  display: none;
}
.far, .fa, .fas, .fa-solid, .fab, .icon-joomla, .far:before {
  font-family: inherit !important;
  font-weight: normal !important;
}
.fa:before, .fas:before, .fa-solid:before, [class^=icon-]:before, [class*=" icon-"]:before, .accordion h3:after, .wf-mediabox-theme-light .wf-mediabox-close:after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.fab:before, .icon-joomla:before {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.fa:before, .fas:before, .fab:before, .icon-joomla:before {
  margin-right: 0.25rem;
}
.fa-lg {
  margin-right: 0.25rem;
}
.fa:before {
    text-decoration: none;
}
a[href]:after, a[href^="tel:"]:before, a[href^="mailto:"]:before, a[download]:after, a[href^=".pdf"]:after, main ul li:before, .item-content ul li:before, .pagenavigation a.next:after, .pagenavigation a.previous:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
}
a[href]:after {
  content: "\f08e";
  margin-left: 0.3rem;
  font-size: 0.75rem;
}
main ul, .item-content ul {
  list-style: none;
    padding-left: 0;
}
main ul li:before, .item-content ul li:before {
  content: "\f0da" !important;
  margin-right: 0.3rem;
}
a[href^="tel:"]:before {
  content: "\f095";
  margin-right: 0.25rem;
}
a[href^="tel:06"]:before, a[href^="tel:+336"]:before, a[href^="tel:07"]:before, a[href^="tel:+337"]:before {
  content: "\f3cd";
  margin-right: 0.25rem;
}
a[href^="mailto:"]:before {
  content: "\f0e0";
  margin-right: 0.25rem;
}
a[href*="arbitrerugby.fr/"]:after, a[href^="/"]:after, a[href^="#"]:after, a[href^="javascript:"]:after, a[href^="mailto:"]:after, a[href^="tel:"]:after, a.nobefore:before, a.noafter:after, main ul.pagination li:before, .acym_front_page__unsubscribe__lists__container ul li:before, a.swiper-link:after, li.result__item:before, ul.list-unstyled li:before, #navigation a:after, .footer a:after, .eb-taskbar li:before, .menu.location_list li:before, .eb-calendar li:before, #eb-calendar-legend ul li:before {
  content: none !important;
}
a[download]:after, a[href^=".pdf"]:after {
  content: "\f019" !important;
  margin-right: 0.25rem;
}
.menu.location_list li {
    padding-left: 0.5rem;
}
.pagenavigation a.previous:before {
  content: "\f0a5" !important;
  margin-right: 0.25rem;
}
.pagenavigation a.next:after {
  content: "\f0a4" !important;
  margin-left: 0.25rem;
}
.btn-primary, a.btn-primary {
    background-color: var(--green);
}
.btn-primary:hover, .btn-primary:focus, a.btn-primary:hover, a.btn-primary:focus {
    background-color: var(--orange);
}
a.btn-secondary {
    background-color: var(--orange);
    border-color: var(--orange);
    color: var(--white)
}
a.btn-secondary:hover, a.btn-secondary:hover {
    background-color: var(--gray-700);
    border-color: var(--gray-700);
    color: var(--white)
}
a.btn:hover, a.btn:focus, a.button_cookie:hover, a.button_cookie:focus {
    text-decoration: none !important;
}
a.button_cookie:hover, a.button_cookie:focus, button.button_cookie:hover, button.button_cookie:focus {
    background: var(--link-hover-color) !important;
}