/*
 * General
 * -----------------------------
*/

body {
    background-color: #ffffff;
    border-left: 20px solid #ffffff;
    border-right: 20px solid #ffffff;
    min-height: 100vh;
    color: #333333 !important;
}

@font-face {
    font-family: 'gobold_lowplusitalic';
    src: url('../fonts/gobold_lowplus_italic-webfont.woff2') format('woff2'),
         url('../fonts/gobold_lowplus_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gobold_lowplusregular';
    src: url('../fonts/gobold_lowplus-webfont.woff2') format('woff2'),
         url('../fonts/gobold_lowplus-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body, p, a, ul, ol, li, .contenu-utilisateur p {
    font-family: 'Montserrat', sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'gobold_lowplusregular', sans-serif !important;
    font-weight: normal !important;
}

.contenu-utilisateur h1 {
    text-transform: uppercase;
    line-height: 3rem;
    font-weight: normal !important;
}

.contenu-utilisateur h2 {
    text-transform: uppercase;
    line-height: 2.7rem;
    font-weight: normal !important;
}

.contenu-utilisateur h3 {
    text-transform: uppercase;
    line-height: 2.4rem;
    font-weight: normal !important;
}

.contenu-utilisateur h4 {
    text-transform: uppercase;
    line-height: 2.1rem;
    font-weight: normal !important;
}

.contenu-utilisateur h5 {
    text-transform: uppercase;
    line-height: 1.9rem;
    font-weight: normal !important;
}

.contenu-utilisateur h6 {
    text-transform: uppercase;
    line-height: 1.6rem;
    font-weight: normal !important;
}

.contenu-utilisateur a {
    color: #008291 !important;
}

.contenu-utilisateur blockquote {
    background-color: #ECF2F5;
    border-radius: 6px;
}

.contenu-utilisateur blockquote p {
    font-size: 1.05rem;
}

.contenu-utilisateur .wp-caption {
	max-width: 100%;
}

.contenu-utilisateur .bleu {
    color: #008291 !important;
}

.contenu-utilisateur .orange {
    color: #D66900 !important;
}

.module-texte-titre-gauche .zone-titre * {
    font-style: normal !important;
}

.cta {
    display: inline-flex;
    position: relative;
    width: auto;
    height: 50px;
    border-radius: 4px;
    align-items: center;
    padding: 1px 65px 0 20px;
    background-color: #4A4A4A;
    color: #ffffff;
    font-family: 'gobold_lowplusregular', sans-serif !important;
    font-size: 1.15rem;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    background-color: #D66900;
}

.cta:after {
    content: '\f105';
    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    font-size: 24px;
    color: #ffffff;
    position: absolute;
    right: 20px;
    top: 15px;
    -webkit-transition: all 0.12s ease;
    -moz-transition: all 0.12s ease;
    -o-transition: all 0.12s ease;
    transition: all 0.12s ease;
}

.cta:hover:after {
    right: 16px;
}

.cta.orange {
    background-color: #D66900;
}

.cta.bleu {
    background-color: #008291;
}

.cta.blanc {
    background-color: #FFFFFF;
    color: #008291;
}

.cta.jaune {
    background-color: #FAD750;
    color: #008291;
}

.cta.blanc:after,
.cta.jaune:after {
    color: #008291;
}

.box-acces {
    width: 100%;
    background-color: #ECF2F5;
    border-radius: 6px;
    position: relative;
    margin-bottom: 25px;
    overflow: hidden;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.box-acces:hover {
    transform: scale(1.012)
}

.box-acces .content {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 120px 30px 30px 30px;
    border-radius: 6px;
    background: rgb(0,130,145);
    background: linear-gradient(0deg, rgba(0,130,145,1) 0%, rgba(0,130,145,1) 20%, rgba(0,130,145,0) 100%);
}

.box-acces .content .titre {
    font-family: 'gobold_lowplusregular', sans-serif;
    font-size: 1.8rem;
    line-height: 2.4rem;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 20px;
}

.box-acces .content .texte {
    font-size: 1rem;
    font-weight: 600;
    color: #ffffff;
}

.box-acces .content .texte.contenu-utilisateur p:last-of-type {
    margin-bottom: 15px;
}

.box-acces.big {
    height: 550px;
}

.box-acces.small {
    height: 420px;
}

a.button-link {
    display: flex;
    align-items: center;
    width: fit-content;
    height: 65px;
    border-radius: 6px;
    background-color: #D66900;
    font-family: 'gobold_lowplusregular', sans-serif !important;
    font-size: 1.5rem;
    font-weight: normal !important;
    line-height: 2rem;
    text-transform: uppercase;
    color: #ffffff !important;
    text-decoration: none;
    margin-bottom: 25px;
    padding: 2px 65px 0 25px;
    position: relative;
}

a.button-link:hover {
    text-decoration: none;
}

a.button-link:after {
    content: '\f105';
    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    font-size: 30px;
    color: #ffffff;
    position: absolute;
    right: 25px;
    top: 17px;
    -webkit-transition: all 0.12s ease;
    -moz-transition: all 0.12s ease;
    -o-transition: all 0.12s ease;
    transition: all 0.12s ease;
}

a.button-link:hover:after {
    right: 20px;
}

/* End of General */



/*
 * Header
 * -----------------------------
*/

header {
    width: 100%;
    height: 310px;
    background-color: #008291;
    border-top: 20px solid #ffffff;
    border-bottom: 20px solid #ffffff;
    background-image: url('../img/RVB_Trame_Square.png');
    background-size: 1000px;
    background-repeat: repeat;
    background-position: center;
    position: relative;
    z-index: 100;
}

header .main-logo {
    position: absolute;
    left: -20px;
    top: -20px;
    width: 310px;
    height: 190px;
    z-index: 10;
    opacity: 1;
    z-index: 90;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

header .main-logo.sticky {
    opacity: 0;
}

header .main-logo a,
header .main-logo a img {
    width: 190px;
    height: 310px;
    display: block;
    border: 0;
}

header .zone-header-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 170px;
    z-index: 5;
}

header .zone-header-top .zone-dates-tournoi {
    position: relative;
    left: 200px;
    top: 0;
    height: 170px;
    width: 240px;
    display: flex;
    align-items: center;
}

header .zone-header-top .zone-dates-tournoi img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: auto;
}

header .zone-header-top .zone-recherche {
    position: absolute;
    right: 360px;
    top: 0;
    height: 170px;
    width: 280px;
    display: flex;
    align-items: center;
    display: none !important;
}

header .zone-header-top .zone-recherche input[type="email"] {
    width: 220px !important;
    height: 45px;
    background-color: #269DA9;
    color: #ffffff !important;
    font-weight: 600;
    font-style: italic;
    padding: 0 20px;
    border: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

header .zone-header-top .zone-recherche input:focus {
    box-shadow: none !important;
}

 header .zone-header-top .zone-recherche input::placeholder {
  color: #ffffff;
  opacity: 1; /* Firefox */
}

header .zone-header-top .zone-recherche input:-ms-input-placeholder {
  color: #ffffff;
}

header .zone-header-top .zone-recherche input::-ms-input-placeholder {
  color: #ffffff;
}

header .zone-header-top .zone-recherche button {
    width: 60px !important;
    height: 45px;
    display: block;
    background-color: #269DA9;
    color: #ffffff;
    font-weight: 600;
    font-style: italic;
    border: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

header .zone-header-top .zone-social {
    position: absolute;
    right: 0;
    top: 0;
    height: 170px;
    width: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .zone-header-top .zone-social a {
    display: inline-block;
    width: 30px;
    height: 22px;
    color: #ffffff;
    margin: 0 10px;
    text-decoration: none;
    font-size: 22px;
    text-align: center;
}

header .zone-header-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    z-index: 5;
    background-color: #008291
}

header .zone-header-bottom.sticky {
    position: fixed;
    left: 0;
    top: 20px;
    z-index: 80;
    border-left: 20px solid #ffffff;
    border-right: 20px solid #ffffff;
}

header .zone-header-bottom:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 20px;
    top: -20px;
    opacity: 0;
    background-color: #ffffff;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

header .zone-header-bottom.sticky:before {
    opacity: 1;
}

header .zone-header-bottom.sticky:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 20px;
    bottom: -20px;
    background-color: #ffffff;
}

header .zone-header-bottom .dates-tournoi-sticky-menu {
    position: absolute;
    left: 0;
    top: 0;
    width: 200px;
    height: 100px;
    display: flex;
    align-items: center;
    padding-left: 15px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

header .zone-header-bottom.sticky .dates-tournoi-sticky-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

header .zone-header-bottom .dates-tournoi-sticky-menu img {
    width: auto;
    height: 80px;
    display: block;
    border: 0;
}

header .zone-header-bottom .zone-menu {
    position: absolute;
    left: 200px;
    top: 0;
    width: calc(100% - 740px);
    height: 100px;
    padding: 20px 0;
    display: flex;
    align-items: center;
}

header .zone-header-bottom .zone-menu .bt-burger-menu {
    display: inline-flex;
    align-items: center;
    width: 120px;
    height: 60px;
    border-radius: 4px;
    border: none;
    background-color: #ffffff;
    font-family: 'gobold_lowplusregular', sans-serif;
    color: #008291;
    font-size: 1.25rem;
    padding : 4px 0 0 58px;
    margin-right: 12px;
    text-transform: uppercase;
    position: relative;
}

header .zone-header-bottom .zone-menu .bt-burger-menu:before {
    content: '\f0c9';
    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-weight: 800;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    font-size: 28px;
    color: #008291;
    position: absolute;
    left: 18px;
    top: 19px;
}

header .zone-header-bottom .zone-menu .bt-burger-menu-visible:before {
    content: '\f00d';
}

header .zone-header-bottom .zone-menu ul.acces-rapides {
    width: calc(100% - 500px);
    height: 60px;
    margin: 20px 0;
    overflow: hidden;
}

header .zone-header-bottom .zone-menu ul.acces-rapides li {
    display: inline-block;
    margin: 0 4px;
}

header .zone-header-bottom .zone-menu ul.acces-rapides li a {
    display: flex;
    align-items: center;
    height: 60px;
    font-family: 'gobold_lowplusregular', sans-serif !important;
    color: #ffffff;
    font-size: 1.25rem;
    line-height: 60px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 2px 20px 0 20px;
    border-radius: 4px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-transition: all 0.12s ease;
    -moz-transition: all 0.12s ease;
    -o-transition: all 0.12s ease;
    transition: all 0.12s ease;
}

header .zone-header-bottom .zone-menu ul.acces-rapides li a:hover {
    color: #008C9B;
    background-color: #ffffff;
}

header .zone-header-bottom .zone-menu ul.bts-billetterie {
    width: 360px;
    display: flex;
    justify-content: end;
    position: absolute;
    right: 0;
    padding-right: 20px;
}

header .zone-header-bottom .zone-menu ul.bts-billetterie li {
    display: inline-block;
    margin: 0 0 0 20px;
}

header .zone-header-bottom .zone-menu ul.bts-billetterie li a.bt-billets {
    display: flex;
    align-items: center;
    height: 60px;
    font-family: 'gobold_lowplusregular', sans-serif !important;
    color: #ffffff;
    background-color: #D66900;
    font-size: 1.25rem;
    text-transform: uppercase;
    text-decoration: none;
    padding: 4px 20px 0 20px;
    border-radius: 4px;
    -webkit-transition: all 0.12s ease;
    -moz-transition: all 0.12s ease;
    -o-transition: all 0.12s ease;
    transition: all 0.12s ease;
}

header .zone-header-bottom .zone-menu ul.bts-billetterie li a.bt-entreprises {
    display: flex;
    align-items: center;
    height: 60px;
    font-family: 'gobold_lowplusregular', sans-serif !important;
    color: #ffffff;
    border: 1px solid #ffffff;
    font-size: 1.25rem;
    text-transform: uppercase;
    text-decoration: none;
    padding: 4px 20px 0 20px;
    border-radius: 4px;
    -webkit-transition: all 0.12s ease;
    -moz-transition: all 0.12s ease;
    -o-transition: all 0.12s ease;
    transition: all 0.12s ease;
}

header .zone-header-bottom .zone-menu ul.bts-billetterie li a.bt-billets:hover,
header .zone-header-bottom .zone-menu ul.bts-billetterie li a.bt-entreprises:hover {
    color: #008291;
    background-color: #ffffff;
}

header .zone-header-bottom .zone-langues {
    position: absolute;
    right: 350px;
    top: 0;
    width: 190px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ECF2F5;
    padding-top: 5px;
}

header .zone-header-bottom .zone-langues ul li {
    display: inline-block;
}

header .zone-header-bottom .zone-langues ul li a {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 5px;
    opacity: 0.35;
}

header .zone-header-bottom .zone-langues ul li a.active {
    opacity: 1;
}

header .zone-header-bottom .zone-langues ul li a img {
    display: block;
    width: 32px;
    height: 32px;
}

header .zone-header-bottom .zone-widget-rolex {
    position: absolute;
    right: 0;
    top: 0;
    width: 350px;
    height: 100px;
    background-color: #006039;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

header .burger-menu {
    width: calc(100vw - 430px);
    max-width: 1250px;
    height: auto;
    background-color: #ECF2F5;
    position: absolute;
    left: 195px;
    top: 255px;
    border-radius: 5px;
    z-index: 200;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.12s ease;
    -moz-transition: all 0.12s ease;
    -o-transition: all 0.12s ease;
    transition: all 0.12s ease;
}

header .burger-menu-visible {
    top: 270px;
    opacity: 1;
    visibility: visible;
}

header .burger-menu-sticky {
    top: 120px;
    position: fixed;
    width: calc(100vw - 430px);
    left: 215px;
    -webkit-transition: position 0s;
    -moz-transition: position 0s;
    -o-transition: position 0s;
    transition: position 0s;
}

header .burger-menu:before {
    content: '';
    position: absolute;
    left: 25px;
    top: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ECF2F5;
}

header .burger-menu .zone-nav {
    width: 240px;
    height: auto;
    float: left;
}

header .burger-menu .zone-nav ul li {
    width: 100%;
    height: 50px;
    padding-left: 20px;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    display: flex;
    align-items: center;
    color: #008291;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.12s ease;
    -moz-transition: all 0.12s ease;
    -o-transition: all 0.12s ease;
    transition: all 0.12s ease;
}

header .burger-menu .zone-nav ul li:hover {
    border-right: 1px solid #ECF2F5;
    padding-left: 20px;
    color: #D66900;
}

header .burger-menu .zone-nav ul li:after {
    content: '\f105';
    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-weight: 800;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    font-size: 15px;
    color: #008291;
    position: absolute;
    right: 15px;
    top: 13px;
    -webkit-transition: all 0.12s ease;
    -moz-transition: all 0.12s ease;
    -o-transition: all 0.12s ease;
    transition: all 0.12s ease;
}

header .burger-menu .zone-nav ul li:hover:after {
    right: 10px;
    color: #D66900;
}

header .burger-menu .zone-nav ul li:last-of-type {
    border-bottom: 0;
}

header .burger-menu .zone-nav ul li i {
    font-size: 14px;
    text-align: center;
    width: 20px;
    margin-right: 15px;
    display: inline-block;
}

header .burger-menu .zone-nav ul li span {
    font-family: 'gobold_lowplusregular', sans-serif;
    font-size: 1.1rem;
    text-transform: uppercase;
    display: inline-block;
    padding-top: 3px;
}

header .burger-menu .zone-boxes {
    width: calc(100% - 240px);
    height: auto;
    float: right;
    padding: 24px 12px 0 12px;
}

header .burger-menu .zone-boxes .box {
    width: 100%;
    height: 160px;
    background-color: #008291;
    margin-bottom: 25px;
    border-radius: 4px;
    position: relative;
}

header .burger-menu .zone-boxes .box .gradient {
    width: 100%;
    height: 80px;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    border-radius: 4px;
    background: rgb(0,130,145);
    background: linear-gradient(0deg, rgba(0,130,145,1) 0%, rgba(0,130,145,0.9) 25%, rgba(0,130,145,0) 100%);
    -webkit-transition: all 0.12s ease;
    -moz-transition: all 0.12s ease;
    -o-transition: all 0.12s ease;
    transition: all 0.12s ease;
}

header .burger-menu .zone-boxes .box:hover .gradient {
    height: 90px;
}

header .burger-menu .zone-boxes .box .label {
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    padding: 15px;
    font-family: 'gobold_lowplusregular', sans-serif;
    font-size: 1.2rem;
    line-height: 1.5rem;
    text-transform: uppercase;
    color: #ffffff;
    -webkit-transition: all 0.12s ease;
    -moz-transition: all 0.12s ease;
    -o-transition: all 0.12s ease;
    transition: all 0.12s ease;
}

header .burger-menu .zone-boxes .box:hover .label {
    bottom: 5px;
}

header .burger-menu .zone-boxes .box a.stretched-link {
    z-index: 3;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 160px;
}

header .burger-menu .zone-bt-burger-menu-mobile {
    display: none;
}

/* End of Header */



/*
 * Content
 * -----------------------------
 */

section.container-slider-homepage {
    width: 100%;
    height: 740px;
    background-color: #ECF2F5;
    position: relative;
    margin-bottom: 60px;
}

section.container-slider-homepage .image-slider-homepage {
    width: 100%;
    height: 740px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    padding-left: 200px;
}

section.container-slider-homepage .image-slider-homepage .slide {
    width: 100%;
    height: 740px;
}

section.container-slider-homepage .background-content-slider-homepage {
    width: 800px;
    height: 740px;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    background: rgb(0,130,145);
    background: linear-gradient(90deg, rgba(0,130,145,1) 0%, rgba(0,130,145,1) 30%, rgba(0,130,145,0) 100%);
    display: flex;
    align-items: center;
    padding: 0 120px;
}

section.container-slider-homepage .background-content-slider-homepage ul.slick-dots {
    position: absolute;
    bottom: 50px;
}

section.container-slider-homepage .background-content-slider-homepage ul.slick-dots li {
    display: inline-block;
    opacity: 0.5;
    margin-right: 15px;
}

section.container-slider-homepage .background-content-slider-homepage ul.slick-dots li:hover {
    opacity: 0.75;
}

section.container-slider-homepage .background-content-slider-homepage ul.slick-dots li.slick-active {
    opacity: 1;
}

section.container-slider-homepage .background-content-slider-homepage ul.slick-dots li button {
    font-size: 0;
    border: 0;
    width: 40px;
    height: 10px;
    background-color: #FAD750;
}

section.container-slider-homepage .content-slider-homepage {
    width: 420px;
    height: 100%;
    display: flex;
    align-items: center;
}

section.container-slider-homepage .content-slider-homepage .slick-list,
section.container-slider-homepage .content-slider-homepage .slick-list .slick-track,
section.container-slider-homepage .content-slider-homepage .slick-list .slick-track .slide {
    height: 100%;
    display: flex;
    align-items: center;
}

section.container-slider-homepage .content-slider-homepage .titre h2 {
    font-family: 'gobold_lowplusregular', sans-serif;
    font-size: 3.15rem;
    line-height: 4rem;
    text-transform: uppercase;
    color: #ffffff;
}

section.container-slider-homepage .content-slider-homepage .abstract {
    font-size: 1.1rem;
    line-height: 1.5rem;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 65px;
}

section.container-slider-homepage .content-slider-homepage a.cta {
    margin: 30px 0 0 0;
}

section.container-slider-homepage .border-slider {
    width: 100%;
    height: 10px;
    background-color: #FAD750;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
}

section.container-scenarios-homepage .zone-acces {
    margin-bottom: 35px;
}

section.container-scenarios-homepage .zone-acces .row > div:nth-of-type(4) {
    width: 100% !important;
}

section.container-scenarios-homepage .zone-acces .row > div:nth-of-type(4) .box-acces {
    height: 260px !important;
}

section.container-scenarios-homepage .zone-revivez-video {
    margin-bottom: 60px;
    width: 100%;
    background-image: url('../img/RVB_Trame_Square_Blue_Light.png');
    background-size: 1000px;
    background-repeat: repeat;
    background-position: center;
    padding: 50px 0 35px 0;
}

section.container-scenarios-homepage .zone-revivez-video .bloc-titres .titre {
    width: 100%;
    text-align: center;
    font-family: 'gobold_lowplusregular', sans-serif;
    font-size: 3rem;
    line-height: 3.4rem;
    text-transform: uppercase;
    color: #D66900;
    margin-bottom: 10px;
}

section.container-scenarios-homepage .zone-revivez-video .bloc-titres .sous-titre {
    width: 100%;
    text-align: center;
    font-family: 'gobold_lowplusregular', sans-serif;
    font-size: 1.4rem;
    line-height: 1.8rem;
    text-transform: uppercase;
    color: #D66900;
    margin-bottom: 40px;
}

section.container-scenarios-homepage .zone-revivez-video .video {
    width: 100%;
    height: auto;
    aspect-ratio : 16/9;
    margin-bottom: 25px;
    border-radius: 6px;
    overflow: hidden;
}

section.container-scenarios-homepage .zone-revivez-video .video iframe {
    width: 100% !important;
    height: 100% !important;
}

section.container-scenarios-homepage .zone-revivez-video .box-galerie .titre {
    font-size: 1.5rem;
    line-height: 1.85rem;
}

section.container-scenarios-homepage .zone-revivez-video a.bt-all-media {
    display: block;
    width: 100%;
    height: 20px;
    margin-bottom: 25px;
    text-align: right;
    padding: 2px 35px 0 0;
    position: relative;
    font-family: 'gobold_lowplusregular', sans-serif !important;
    font-size: 1rem;
    line-height: 1.25rem;
    text-transform: uppercase;
    color: #D66900;
    text-decoration: none;
}

section.container-scenarios-homepage .zone-revivez-video a.bt-all-media:before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: calc(100% - 240px);
    height: 1px;
    background-color: #D66900;
}

section.container-scenarios-homepage .zone-revivez-video a.bt-all-media:after {
    content: '\f105';
    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    font-size: 16px;
    color: #D66900;
    position: absolute;
    right: 4px;
    top: 0;
    text-decoration: none;
    -webkit-transition: all 0.12s ease;
    -moz-transition: all 0.12s ease;
    -o-transition: all 0.12s ease;
    transition: all 0.12s ease;
}

section.container-scenarios-homepage .zone-revivez-video a.bt-all-media:hover:after {
    right: 0;
}

section.container-scenarios-homepage .zone-promo {
    width: 100%;
    padding: 80px;
    margin-bottom: 60px;
}

section.container-scenarios-homepage .zone-promo .box-content {
    width: 600px;
    height: auto;
    padding: 60px;
    background-color: rgba(0,130,145,0.9);
}

section.container-scenarios-homepage .zone-promo .box-content .titre {
    font-family: 'gobold_lowplusregular', sans-serif;
    font-size: 2.6rem;
    line-height: 3.2rem;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 20px;
}

section.container-scenarios-homepage .zone-promo .box-content .texte {
    font-size: 1.1rem;
    line-height: 1.3rem;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 25px;
}

section.container-scenarios-homepage .zone-countdown {
    width: 100%;
    height: 115px;
    position: relative;
    margin-bottom: 60px;
}

section.container-scenarios-homepage .zone-countdown .box-countdown {
    width: 600px;
    height: 240px;
    border-radius: 10px;
    background-color: #ECF2F5;
    position: absolute;
    padding: 40px;
    left: calc(50% - 300px);
    bottom: 0;
    z-index: 70;
}

section.container-scenarios-homepage .zone-countdown .box-countdown .titre {
    font-family: 'gobold_lowplusregular', sans-serif;
    font-size: 1.2rem;
    line-height: 1.4rem;
    text-align: center;
    text-transform: uppercase;
    color: #D66900;
    margin-bottom: 35px;
}

section.container-scenarios-homepage .zone-countdown .box-countdown .countdown .jours {
    width: 34%;
    float: left;
    text-align: center;
}

section.container-scenarios-homepage .zone-countdown .box-countdown .countdown .heures,
section.container-scenarios-homepage .zone-countdown .box-countdown .countdown .minutes,
section.container-scenarios-homepage .zone-countdown .box-countdown .countdown .secondes {
    width: 22%;
    float: left;
    text-align: center;
    position: relative;
}

section.container-scenarios-homepage .zone-countdown .box-countdown .countdown .heures:after,
section.container-scenarios-homepage .zone-countdown .box-countdown .countdown .minutes:after {
    content: ':';
    font-family: 'gobold_lowplusregular', sans-serif;
    font-size: 3.8rem;
    line-height: 4.2rem;
    text-transform: uppercase;
    color: #FAD750;
    position: absolute;
    right: -8px;
    top: 4px;
}

section.container-scenarios-homepage .zone-countdown .box-countdown .countdown .number {
    display: inline-block;
    width: 100%;
    font-family: 'gobold_lowplusregular', sans-serif;
    font-size: 4.2rem;
    line-height: 4.8rem;
    text-transform: uppercase;
    color: #008291;
    margin-bottom: 8px;
}

section.container-scenarios-homepage .zone-countdown .box-countdown .countdown .label {
    display: inline-block;
    width: 100%;
    font-family: 'gobold_lowplusregular', sans-serif;
    font-size: 1.1rem;
    line-height: 1.8rem;
    text-transform: uppercase;
    color: #008291;
}

section.container-scenarios-homepage .zone-acces-bonus {
    margin-bottom: 60px;
}

section.container-scenarios-homepage .zone-acces-bonus .acces-bonus {
    width: 100%;
    background-color: #008291;
    border-radius: 6px;
    position: relative;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

section.container-scenarios-homepage .zone-acces-bonus .acces-bonus:hover {
    transform: scale(1.012)
}

section.container-scenarios-homepage .zone-acces-bonus .acces-bonus .content {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    left: 0;
    bottom: 0;
    padding: 35px 50px;
    border-radius: 6px;
    background: rgb(0,130,145);
    background: linear-gradient(90deg, rgba(0,130,145,0.95) 0%, rgba(0,130,145,0.85) 15%, rgba(0,130,145,0.1) 65%, rgba(0,130,145,0) 100%);
}

section.container-scenarios-homepage .zone-acces-bonus .acces-bonus .titre {
    font-family: 'gobold_lowplusregular', sans-serif;
    font-size: 1.8rem;
    line-height: 2.4rem;
    text-transform: uppercase;
    color: #ffffff;
    float: left;
    position: relative;
    top: 2px;
    margin-right: 50px;
}

section.container-scenarios-homepage .zone-acces-bonus .acces-bonus .cta {
    float: left;
}

section.container-scenarios-homepage .zone-programme {
    margin-bottom: 35px;
}

section.container-scenarios-homepage .zone-programme a.bt-programme {
    display: flex;
    align-items: center;
    width: 100%;
    height: 80px;
    border-radius: 6px;
    background-color: #D66900;
    font-family: 'gobold_lowplusregular', sans-serif !important;
    font-size: 1.6rem;
    line-height: 2rem;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    margin-bottom: 25px;
    padding-left: 40px;
    padding-top: 2px;
    position: relative;
}

section.container-scenarios-homepage .zone-programme a.bt-programme:after {
    content: '\f105';
    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    font-size: 30px;
    color: #ffffff;
    position: absolute;
    right: 25px;
    top: 24px;
    -webkit-transition: all 0.12s ease;
    -moz-transition: all 0.12s ease;
    -o-transition: all 0.12s ease;
    transition: all 0.12s ease;
}

section.container-scenarios-homepage .zone-programme a.bt-programme:hover:after {
    right: 20px;
}

section.container-scenarios-homepage .zone-programme a.bt-programme i {
    margin-right: 20px;
    font-size: 25px;
    width: 30px;
    text-align: center;
    position: relative;
    top: -2px;
}

section.container-news-homepage {
    margin-bottom: 80px;
}

section.container-news-homepage .derniere-actu {
    width: 100%;
    height: 795px;
    border-bottom: 1px solid #ECF2F5;
}

section.container-news-homepage .derniere-actu img {
    display: block;
    border: 0;
    width: 100%;
    height: 520px;
    object-fit: cover;
    border-radius: 6px;
    background-color: #ECF2F5;
    margin-bottom: 20px;
}

section.container-news-homepage .derniere-actu .date-publication {
    font-family: 'gobold_lowplusregular', sans-serif;
    font-size: 1rem;
    line-height: 1.4rem;
    text-transform: uppercase;
    color: #D66900;
    margin-bottom: 15px;
}

section.container-news-homepage .derniere-actu .titre {
    font-family: 'gobold_lowplusregular', sans-serif;
    font-size: 2.2rem;
    line-height: 2.6rem;
    text-transform: uppercase;
    color: #008291;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 35px;
}

section.container-news-homepage .derniere-actu .abstract {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 40px;
    margin-bottom: 25px;
}

section.container-news-homepage .liste-actus {
    width: 100%;
    padding-top: 10px;
}

section.container-news-homepage .liste-actus .titre-liste {
    font-family: 'gobold_lowplusregular', sans-serif;
    font-size: 2.2rem;
    line-height: 2.6rem;
    text-transform: uppercase;
    color: #D66900;
    margin-bottom: 40px;
    height: 50px;
}

section.container-news-homepage .liste-actus .actu {
    width: 100%;
    height: 205px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ECF2F5;
}

section.container-news-homepage .liste-actus .actu .date-publication {
    font-family: 'gobold_lowplusregular', sans-serif;
    font-size: 0.9rem;
    line-height: 1.3rem;
    text-transform: uppercase;
    color: #D66900;
    margin-bottom: 15px;
}

section.container-news-homepage .liste-actus .actu .titre {
    font-family: 'gobold_lowplusregular', sans-serif;
    font-size: 1.5rem;
    line-height: 1.8rem;
    text-transform: uppercase;
    color: #008291;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 25px;
}

section.container-news-homepage .liste-actus .actu .abstract {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 40px;
    margin-bottom: 20px;
}

section.container-news-homepage .liste-actus .actu a {
    display: inline-flex;
    position: relative;
    width: auto;
    height: 50px;
    align-items: center;
    padding: 1px 65px 0 0;
    color: #D66900;
    font-family: 'gobold_lowplusregular', sans-serif !important;
    font-size: 1.15rem;
    text-transform: uppercase;
    text-decoration: none;
}

section.container-news-homepage .liste-actus .actu a:after {
    content: '\f105';
    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    font-size: 24px;
    color: #D66900;
    position: absolute;
    right: 20px;
    top: 15px;
    -webkit-transition: all 0.12s ease;
    -moz-transition: all 0.12s ease;
    -o-transition: all 0.12s ease;
    transition: all 0.12s ease;
}

section.container-news-homepage .liste-actus .actu a:hover:after {
    right: 16px;
}

section.container-ranking-atp-homepage .titre-section {
    font-family: 'gobold_lowplusregular', sans-serif;
    font-size: 2.2rem;
    line-height: 2.6rem;
    text-transform: uppercase;
    color: #D66900;
    margin-bottom: 40px;
    height: 50px;
    text-align: center;
    width: 100%;
}

section.container-ranking-atp-homepage .box-player,
.players-list .box-player {
    width: 100%;
    height: 120px;
    background-color: #ECF2F5;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 25px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

section.container-ranking-atp-homepage .box-player:hover,
.players-list .box-player:hover {
    transform: scale(1.012);
}

section.container-ranking-atp-homepage .box-player .ranking,
.players-list .box-player .ranking {
    width: 45px;
    height: 30px;
    font-family: 'gobold_lowplusregular', sans-serif;
    font-size: 1.35rem;
    line-height: 1.5rem;
    text-transform: uppercase;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    padding-top: 3px;
    float: left;
    margin-right: 15px;
}

section.container-ranking-atp-homepage .box-player .ranking.available,
.players-list .box-player .ranking.available {
    background-color: #D66900;
}

section.container-ranking-atp-homepage .box-player .photo,
.players-list .box-player .photo {
    width: 100px;
    height: 100px;
    float: left;
    border-radius: 4px;
    margin-right: 20px;
}

section.container-ranking-atp-homepage .box-player .photo img,
.players-list .box-player .photo img {
    width: 100px;
    height: 100px;
    border-radius: 4px;
    object-fit: cover;
    display: block;
    border: 0;
}

section.container-ranking-atp-homepage .box-player .infos,
.players-list .box-player .infos {
    width: 160px;
    height: 100px;
    float: left;
    padding: 10px 0;
}

section.container-ranking-atp-homepage .box-player .infos .prenom,
.players-list .box-player .infos .prenom {
    font-family: 'gobold_lowplusregular', sans-serif;
    font-size: 1.15rem;
    line-height: 1.35rem;
    text-transform: uppercase;
    color: #008291;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 20px;
}

section.container-ranking-atp-homepage .box-player .infos .nom,
.players-list .box-player .infos .nom {
    font-family: 'gobold_lowplusregular', sans-serif;
    font-size: 1.65rem;
    line-height: 2rem;
    text-transform: uppercase;
    color: #008291;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 30px;
}

section.container-ranking-atp-homepage .box-player .infos .points,
.players-list .box-player .infos .points {
    font-size: 0.9rem;
    font-weight: 500;
}

section.container-ranking-atp-homepage .box-player .infos .points span,
.players-list .box-player .infos .points span {
    font-weight: 600;
}

section.container-ranking-atp-homepage .box-player .flag,
.players-list .box-player .flag {
    width: 45px;
    height: 30px;
    float: right;
    position: relative;
    top: 5px;
    right: 5px;
}

section.container-ranking-atp-homepage .box-player .flag img,
.players-list .box-player .flag img {
    width: 45px;
    height: 30px;
    border-radius: 4px;
    object-fit: cover;
    display: block;
    border: 0;
}

.modal-player .modal-content {
    border: 0 !important;
    border-radius: 15px !important;
    position: relative;
    padding: 25px;
    background-color: #ECF2F5 !important;
}

.modal-player .modal-content button.btn-close {
    position: absolute;
    right: -15px;
    top: -15px;
    background-color: #D66900;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    color: #ffffff !important;
    opacity: 1 !important;
}

.modal-player .modal-content .part-1 {
    width: 100%;
    height: 220px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dddddd;
}

.modal-player .modal-content .part-1 .left {
    width: 50%;
    height: 220px;
    float: left;
    position: relative;
}

.modal-player .modal-content .part-1 .left .photo {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.modal-player .modal-content .part-1 .left .photo img {
    width: auto;
    height: 100%;
    max-height: 100%;
    border-radius: 4px;
    object-fit: cover;
    display: block;
    border: 0;
}

.modal-player .modal-content .part-1 .right {
    width: 50%;
    height: 220px;
    float: right;
    position: relative;
    padding: 35px 15px;
}

.modal-player .modal-content .part-1 .right .flag {
    width: 45px;
    height: 30px;
    margin-bottom: 15px;
    position: absolute;
    right: 0;
    top: 0;
}

.modal-player .modal-content .part-1 .right .flag img {
    width: 45px;
    height: 30px;
    border-radius: 4px;
    object-fit: cover;
    display: block;
    border: 0;
}

.modal-player .modal-content .part-1 .right .prenom {
    font-family: 'gobold_lowplusregular', sans-serif;
    font-size: 1.8rem;
    line-height: 2rem;
    text-transform: uppercase;
    color: #008291;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 20px;
}

.modal-player .modal-content .part-1 .right .nom {
    font-family: 'gobold_lowplusregular', sans-serif;
    font-size: 2.4rem;
    line-height: 2.8rem;
    text-transform: uppercase;
    color: #008291;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 15px;
}

.modal-player .modal-content .part-1 .right .ranking {
    width: 65px;
    height: 40px;
    font-family: 'gobold_lowplusregular', sans-serif;
    font-size: 1.5rem;
    line-height: 1.65rem;
    text-transform: uppercase;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    padding-top: 3px;
}

.modal-player .modal-content .part-1 .right .ranking.available {
    background-color: #D66900;
}

.modal-player .modal-content .part-2 .titre {
    background-color: #D66900;
    width: 100%;
    height: 40px;
    font-family: 'gobold_lowplusregular', sans-serif;
    font-size: 1.15rem;
    line-height: 1.3rem;
    text-transform: uppercase;
    color: #ffffff;
    display: flex;
    justify-content: start;
    align-items: center;
    border-radius: 4px;
    padding: 3px 15px 0 15px;
}

.modal-player .modal-content .part-2 ul.infos {
    padding: 10px 15px;
}

.modal-player .modal-content .part-2 ul.infos li {
    list-style: none;
    padding: 5px 0;
    border-bottom: 1px solid #dddddd;
    font-size: 0.9rem;
}














section.container-ranking-atp-homepage a.bt-all-ranking {
    display: block;
    width: 100%;
    height: 20px;
    margin-bottom: 25px;
    text-align: right;
    padding: 2px 35px 0 0;
    position: relative;
    font-family: 'gobold_lowplusregular', sans-serif !important;
    font-size: 1rem;
    line-height: 1.25rem;
    text-transform: uppercase;
    color: #D66900;
    text-decoration: none;
}

section.container-ranking-atp-homepage a.bt-all-ranking:before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: calc(100% - 260px);
    height: 1px;
    background-color: #D66900;
}

section.container-ranking-atp-homepage a.bt-all-ranking:after {
    content: '\f105';
    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    font-size: 16px;
    color: #D66900;
    position: absolute;
    right: 4px;
    top: 0;
    text-decoration: none;
    -webkit-transition: all 0.12s ease;
    -moz-transition: all 0.12s ease;
    -o-transition: all 0.12s ease;
    transition: all 0.12s ease;
}

section.container-ranking-atp-homepage a.bt-all-ranking:hover:after {
    right: 0;
}

.banner-pages {
    width: 100%;
    height: 360px;
    background-color: #ECF2F5;
    position: relative;
    margin-bottom: 10px;
}

.banner-pages .image-banner {
    width: 100%;
    height: 360px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}

.banner-pages .background-banner {
    width: 65%;
    height: 360px;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    background: rgb(0,130,145);
    background: linear-gradient(90deg, rgba(0,130,145,1) 0%, rgba(0,130,145,0.65) 30%, rgba(0,130,145,0) 100%);
    display: flex;
    align-items: center;
    padding: 0 120px;
}

.banner-pages .content-banner {
    width: 580px;
    height: 100%;
    display: flex;
    align-items: center;
    position: absolute;
    left: 120px;
    top: 0;
    z-index: 3;
    overflow: hidden;
}

.banner-pages .content-banner h1 {
    font-family: 'gobold_lowplusregular', sans-serif;
    font-size: 3.8em;
    line-height: 4.2rem;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 0;
}

.banner-pages .border-banner {
    width: 100%;
    height: 10px;
    background-color: #FAD750;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
}

.breadcrumbs {
    margin-bottom: 80px;
}

.breadcrumbs p {
    font-family: 'gobold_lowplusregular', sans-serif !important;
    font-size: 0.85rem;
    line-height: 1.25rem;
    text-transform: uppercase;
    color: #ACACAC;
}

.breadcrumbs p a {
    font-family: 'gobold_lowplusregular', sans-serif !important;
    color: #008291;
    text-decoration: none;
}

.breadcrumbs p span {
    display: inline-block;
    margin: 0 5px;
}

section.landing-part {
    margin-bottom: 55px;
}

section.landing-part .intro {
    margin-bottom: 15px;
}

section.landing-part .intro h2 {
    color: #008291;
}

section.landing-part .box-telechargement {
    width: 100%;
    padding: 10px 30px 10px 10px;
    border-radius: 6px;
    background-color: #ECF2F5;
    margin: 10px 0 40px 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

section.landing-part .box-telechargement:hover {
    transform: scale(1.012)
}

section.landing-part .box-telechargement img {
    display: block;
    width: 85px;
    height: 120px;
    border: 0;
    object-fit: cover;
    float: left;
    margin-right: 35px;
}

section.landing-part .box-telechargement .zone-texte {
    width: calc(100% - 185px);
    border: 0;
    object-fit: cover;
    float: left;
    margin-right: 35px;
}

section.landing-part .box-telechargement .zone-texte .titre {
    font-family: 'gobold_lowplusregular', sans-serif !important;
    color: #D66900;
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 15px;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 25px;
}

section.landing-part .box-telechargement .zone-texte .description {
    color: #008291;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 50px;
}

section.landing-part .box-telechargement .icone {
    display: block;
    width: 50px !important;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background-color: #D66900;
    font-size: 25px;
    border-radius: 4px;
}

.forfait-part-left .titre-forfait {
    margin-bottom: 40px;
}

.forfait-part-left .titre-forfait h2 {
    margin-bottom: 0;
    color: #008291;
}

.forfait-part-left .titre-forfait .logo-restaurateur {
    width: 100%;
    height: 40px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end;
}

.forfait-part-left .titre-forfait .logo-restaurateur img {
    display: block;
    width: auto;
    height: auto;
    max-width: 200px;
    max-height: 100px;
}

.forfait-part-left .slider-forfait {
    margin-bottom: 45px;
    width: 100%;
    height: 360px;
}

.forfait-part-left .slider-forfait .slick-prev:before,
.forfait-part-left .slider-forfait .slick-next:before {
    color: #008291;
}

.forfait-part-left .slider-forfait .slick-prev {
    left: -35px;
}

.forfait-part-left .slider-forfait .slick-next {
    right: -35px;
}

.forfait-part-left .slider-forfait .slide {
    width: 100%;
    height: 360px;
    border-radius: 6px;
}

.forfait-part-left .description-forfait {
    margin-bottom: 60px;
}

.forfait-part-left .description-forfait h3 {
    font-size: 1.6rem;
    margin-bottom: 15px;
}

.forfait-part-left .description-forfait p,
.forfait-part-left .description-forfait ul {
    margin-bottom: 35px !important;
    font-weight: 500;
}

.forfait-part-left .description-forfait strong {
    color: #008291;
    font-weight: 800;
}

.forfait-part-left .description-forfait a.button-link {
    display: flex;
    align-items: center;
    width: 100%;
    height: 65px;
    border-radius: 6px;
    background-color: #D66900;
    font-family: 'gobold_lowplusregular', sans-serif !important;
    font-size: 1.5rem;
    font-weight: normal !important;
    line-height: 2rem;
    text-transform: uppercase;
    color: #ffffff !important;
    text-decoration: none;
    margin-bottom: 25px;
    padding-left: 25px;
    padding-top: 2px;
    position: relative;
}

.forfait-part-left .description-forfait a.button-link:after {
    content: '\f105';
    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    font-size: 30px;
    color: #ffffff;
    position: absolute;
    right: 25px;
    top: 17px;
    -webkit-transition: all 0.12s ease;
    -moz-transition: all 0.12s ease;
    -o-transition: all 0.12s ease;
    transition: all 0.12s ease;
}

.forfait-part-left .description-forfait a.button-link:hover:after {
    right: 20px;
}

.forfait-part-left .boxes-carte-plan {
    margin-bottom: 35px;
}

.forfait-part-left .boxes-carte-plan .box {
    width: 100%;
    height: 270px;
    position: relative;
    margin-bottom: 25px;
    background-color: #008291;
    border-radius: 6px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.forfait-part-left .boxes-carte-plan .box:hover {
    transform: scale(1.012)
}

.forfait-part-left .boxes-carte-plan .box .image {
    width: 100%;
    height: 220px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.forfait-part-left .boxes-carte-plan .box .label {
    width: 100%;
    height: 50px;
    background-color: #008291;
    display: flex;
    align-items: center;
    padding: 0 60px 0 15px;
    font-family: 'gobold_lowplusregular', sans-serif !important;
    color: #ffffff;
    font-size: 1.15rem;
    line-height: 50px;
    text-transform: uppercase;
    padding-top: 2px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 50px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    position: relative;
}

.forfait-part-left .boxes-carte-plan .box .label:after {
    content: '\f002';
    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-weight: 600;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    font-size: 20px;
    color: #ffffff;
    position: absolute;
    right: 15px;
    top: 0;
    text-decoration: none;
}

.modal-forfait .modal-content {
    padding: 20px;
}

.modal-forfait .modal-content button {
    position: absolute;
    top: 30px;
    right: 30px;
    background-color: #ffffff;
    opacity: 1;
    width: 30px;
    height: 30px;
    border-radius: 30px;
}

.modal-forfait .modal-content img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    border-radius: 6px;
}

.forfait-part-left .documents-forfaits .box-document {
    width: 100%;
    padding: 25px 20px;
    border-radius: 6px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 25px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.forfait-part-left .documents-forfaits .box-document.principal {
    background-color: #FBF0E5;
    color: #D66900;
}

.forfait-part-left .documents-forfaits .box-document.secondaire {
    background-color: #ECF2F5;
    color: #008291;
}

.forfait-part-left .documents-forfaits .box-document:hover {
    transform: scale(1.012)
}

.forfait-part-left .documents-forfaits .box-document .contenu {
    width: calc(100% - 100px);
    margin-right: 40px;
}

.forfait-part-left .documents-forfaits .box-document .contenu .titre {
    font-family: 'gobold_lowplusregular', sans-serif !important;
    text-transform: uppercase;
}

.forfait-part-left .documents-forfaits .box-document.principal .contenu .titre {
    font-size: 1.6rem;
    line-height: 2rem;
}

.forfait-part-left .documents-forfaits .box-document.secondaire .contenu .titre {
    font-size: 1.3rem;
    line-height: 1.7rem;
}

.forfait-part-left .documents-forfaits .box-document .contenu .sous-titre {
    font-size: 1rem;
    font-weight: 500;
    margin-top: 10px;
}

.forfait-part-left .documents-forfaits .box-document .icone {
    display: block;
    width: 50px !important;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 25px;
    border-radius: 4px;
}

.forfait-part-left .documents-forfaits .box-document.principal .icone {
    background-color: #D66900;
}

.forfait-part-left .documents-forfaits .box-document.secondaire .icone {
    background-color: #008291;
}

.forfait-part-right {
    padding-top: 10px;
}

.forfait-part-right .tableau-tarifs-forfaits {
    margin-bottom: 60px;
}

.forfait-part-right .tableau-tarifs-forfaits .titre-forfait {
    font-family: 'gobold_lowplusregular', sans-serif !important;
    color: #008291;
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.forfait-part-right .tableau-tarifs-forfaits .sous-titre-forfait {
    font-weight: 500;
    margin-bottom: 16px;
}

.forfait-part-right .tableau-tarifs-forfaits table {
    width: 100%;
    margin-bottom: 20px;
}

.forfait-part-right .tableau-tarifs-forfaits table tr {
    width: 100%;
    height: 40px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.forfait-part-right .tableau-tarifs-forfaits table tr:nth-child(odd) {
    background-color: #ECF2F5;
}

.forfait-part-right .tableau-tarifs-forfaits table tr td {
    text-align: center;
    padding: 0 20px;
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
}

.forfait-part-right .tableau-tarifs-forfaits table tr td:first-child {
    text-align: left;
    width: 130px;
}

.forfait-part-right .tableau-tarifs-forfaits table tr td:last-child {
    text-align: right;
    color: #008291;
}

.forfait-part-right .tableau-tarifs-forfaits table tr td:last-child {
    text-align: right;
    color: #008291;
    font-weight: 800;
    width: 100px;
}

.forfait-part-right .tableau-tarifs-forfaits .box-forfait {
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.forfait-part-right .tableau-tarifs-forfaits .box-forfait .texte {
    width: calc(100% - 100px);
    float: left;
    padding-right: 20px;
}

.forfait-part-right .tableau-tarifs-forfaits .box-forfait .texte .titre {
    font-size: 1.15rem;
    font-weight: 800;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.forfait-part-right .tableau-tarifs-forfaits .box-forfait .texte .legende {
    font-size: 0.85rem;
    line-height: 1.1rem;
    font-weight: 600;
}

.forfait-part-right .tableau-tarifs-forfaits .box-forfait .prix {
    width: 100px;
    float: right;
    text-align: right;
    font-size: 1.35rem;
    font-weight: 800;
}

.forfait-part-right .tableau-tarifs-forfaits .box-forfait.jours {
    background-color: #ECF2F5;
}

.forfait-part-right .tableau-tarifs-forfaits .box-forfait.jours .texte .titre,
.forfait-part-right .tableau-tarifs-forfaits .box-forfait.jours .prix {
    color: #008291;
}

.forfait-part-right .tableau-tarifs-forfaits .box-forfait.semaine {
    background-color: #F7F0DA;
}

.forfait-part-right .tableau-tarifs-forfaits .box-forfait.semaine .texte .titre,
.forfait-part-right .tableau-tarifs-forfaits .box-forfait.semaine .prix {
    color: #AC8F40;
}

.forfait-part-right .tableau-tarifs-forfaits .mention {
    font-size: 0.85rem;
    font-weight: 500;
    font-style: italic;
    color: #008291;
    width: 100%;
    text-align: right;
}

.forfait-part-right .box-contact {
    padding: 30px 0;
    border-top: 1px solid #ECF2F5;
    border-bottom: 1px solid #ECF2F5;
    margin-bottom: 60px;
}

.forfait-part-right .box-contact .titre {
    font-family: 'gobold_lowplusregular', sans-serif !important;
    color: #008291;
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.forfait-part-right .box-contact ul li {
    color: #008291;
    margin-bottom: 10px;
}

.forfait-part-right .box-contact ul li a {
    color: #008291;
    text-decoration: none;
    font-weight: 600;
    margin-left: 15px;
}

.module-boxes-acces-simples .box-acces-simple {
    width: 100%;
    padding: 25px 35px;
    border-radius: 6px;
    background-color: #ECF2F5;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.module-boxes-acces-simples .box-acces-simple:hover {
    transform: scale(1.012)
}

.module-boxes-acces-simples .box-acces-simple .content {
    width: calc(100% - 230px);
    border: 0;
    object-fit: cover;
    float: left;
    margin-right: 30px;
}

.module-boxes-acces-simples .box-acces-simple .content .titre {
    font-family: 'gobold_lowplusregular', sans-serif !important;
    color: #D66900;
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 15px;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 25px;
}

.module-boxes-acces-simples .box-acces-simple .content .description {
    color: #008291;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 50px;
}

.module-boxes-acces-simples .box-acces-simple button {
    display: block;
    width: 200px !important;
    height: 50px;
    text-align: left;
}

.module-boxes-telechargement .box-telechargement {
    width: 100%;
    padding: 20px 25px;
    border-radius: 6px;
    background-color: #ECF2F5;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.module-boxes-telechargement .box-telechargement:hover {
    transform: scale(1.012)
}

.module-boxes-telechargement .box-telechargement .content {
    width: calc(100% - 80px);
    border: 0;
    object-fit: cover;
    float: left;
    margin-right: 30px;
}

.module-boxes-telechargement .box-telechargement .content .titre {
    font-family: 'gobold_lowplusregular', sans-serif !important;
    color: #008291;
    font-size: 1.5rem;
    line-height: 2rem;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 25px;
}

.module-boxes-telechargement .box-telechargement .content .description {
    color: #008291;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 25px;
    margin-top: 10px;
}

.module-boxes-telechargement .box-telechargement .icone {
    display: block;
    width: 50px !important;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background-color: #008291;
    font-size: 25px;
    border-radius: 4px;
}

.module-boxes-informations .box-informations {
    width: 100%;
    padding: 25px;
    border-radius: 6px;
    background-color: #FBF0E5;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
    margin-top: 60px;
}

.module-boxes-informations .box-informations .content {
    width: 100%;
    line-height: 1.65rem;
}

.module-boxes-informations .box-informations .content .titre {
    font-family: 'gobold_lowplusregular', sans-serif !important;
    color: #D66900;
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 20px;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 25px;
}

.module-boxes-informations .box-informations .content a {
    color: #D66900 !important;
    font-weight: 700 !important;
}

.module-tableaux .tableau {
    margin-bottom: 60px;
}

.module-tableaux .tableau .titre-tableau {
    font-family: 'gobold_lowplusregular', sans-serif;
    font-size: 2.2rem;
    line-height: 2.6rem;
    text-transform: uppercase;
    color: #008291;
    margin-bottom: 25px;
    text-align: center;
    width: 100%;
}

.module-tableaux .tableau .dataTables_length,
.module-tableaux .tableau .dataTables_filter {
    margin-bottom: 15px;
    font-size: 0.85rem;
    text-transform: uppercase;
    font-weight: 600;
    color: #008291;
}

.module-tableaux .tableau .dataTables_length select,
.module-tableaux .tableau .dataTables_filter input {
    padding: 8px 12px;
    background-color: #ECF2F5;
    border: 0;
    border-radius: 6px;
    color: #D66900;
    font-weight: 700;
}

.module-tableaux .tableau thead tr th {
    font-family: 'gobold_lowplusregular', sans-serif;
    font-size: 1.2rem;
    line-height: 1.6rem;
    text-transform: uppercase;
    background-color: #008C9B;
    color: #ffffff;
    font-weight: normal !important;
    padding: 16px 16px 14px 16px !important;
}

.module-tableaux .tableau thead tr th:first-of-type,
.module-tableaux .tableau tr td:first-of-type {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.module-tableaux .tableau thead tr th:last-of-type,
.module-tableaux .tableau tr td:last-of-type {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.module-tableaux .tableau thead tr th:hover,
.module-tableaux .tableau_asc thead tr th,
.module-tableaux .tableau_desc thead tr th {
    background-color: #008291 !important;
}

.module-tableaux .sorting:after,
.module-tableaux .sorting_asc:after,
.module-tableaux .sorting_desc:after {
    right: 15px !important;
}

.module-tableaux tr td {
    border: 0 !important;
    padding: 12px 16px !important;
    font-weight: 500 !important;
}

.module-tableaux tr td a {
    color: #008291 !important;
    text-decoration: none !important;
    font-weight: 700 !important;
}

.module-tableaux tr td strong {
    font-weight: 700 !important;
    color: #008291
}

.module-tableaux tr.odd td {
    background-color: #ECF2F5 !important;
}

.module-tableaux tr.even td {
    background-color: #ffffff !important;
}

.module-tableaux .tableau caption {
    margin: 10px 0 !important;
}

.module-tableaux .tableau caption a {
    color: #D66900 !important;
    text-decoration: none !important;
    font-weight: 700 !important;
}

.module-tableaux .tableau .dataTables_info {
    font-size: 0.85rem;
    font-weight: 600;
    color: #008291;
    margin-top: 15px;
    padding: 0 0 0 15px;
    font-style: italic !important;
}

.module-tableaux .tableau .dataTables_paginate.paging_simple {
    padding: 0 15px 0 0 !important;
    margin-top: 15px;
}

.module-tableaux .tableau .dataTables_paginate a {
    font-size: 0.85rem !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    color: #D66900 !important;
    text-decoration: none !important;
}

.module-tableaux .tableau .dataTables_paginate a.paginate_button:before,
.module-tableaux .tableau .dataTables_paginate a.paginate_button:after {
    display: none !important;
}

.module-tableaux .tableau .dataTables_paginate a.paginate_button.disabled {
    opacity: 0.3 !important;
}

.banner-link-actu {
    width: 100%;
    height: 130px;
    background-color: #008291;
    border-radius: 6px;
    position: relative;
    margin-bottom: 10px;
}

section.container-news-homepage .derniere-actu {
    width: 100%;
    height: 795px;
    border-bottom: 1px solid #ECF2F5;
}

.details-actu h1.titre {
    font-family: 'gobold_lowplusregular', sans-serif;
    font-size: 2.2rem;
    line-height: 2.6rem;
    text-transform: uppercase;
    color: #008291;
    margin-bottom: 15px;
    font-weight: normal !important;
}

.details-actu .date-publication {
    font-family: 'gobold_lowplusregular', sans-serif;
    font-size: 1rem;
    line-height: 1.4rem;
    text-transform: uppercase;
    color: #D66900;
    margin-bottom: 20px;
}

.details-actu img {
    display: block;
    border: 0;
    width: 100%;
	max-width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 6px;
    background-color: #ECF2F5;
    margin-bottom: 40px;
}

.details-actu .abstract {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 40px;
    margin-bottom: 25px;
}

.part-right-liste-actus {
    width: 100%;
}

.part-right-liste-actus .titre-liste {
    font-family: 'gobold_lowplusregular', sans-serif;
    font-size: 1.65rem;
    line-height: 2.35rem;
    text-transform: uppercase;
    color: #D66900;
    margin-bottom: 30px;
    height: 30px;
}

.part-right-liste-actus .actu {
    width: 100%;
    height: 180px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ECF2F5;
}

.part-right-liste-actus .actu .date-publication {
    font-family: 'gobold_lowplusregular', sans-serif;
    font-size: 0.9rem;
    line-height: 1.3rem;
    text-transform: uppercase;
    color: #D66900;
    margin-bottom: 12px;
}

.part-right-liste-actus .actu .titre {
    font-family: 'gobold_lowplusregular', sans-serif;
    font-size: 1.35rem;
    line-height: 1.8rem;
    text-transform: uppercase;
    color: #008291;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 23px;
}

.part-right-liste-actus .actu .abstract {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 40px;
    margin-bottom: 10px;
}

.part-right-liste-actus .actu a {
    display: inline-flex;
    position: relative;
    width: auto;
    height: 50px;
    align-items: center;
    padding: 1px 65px 0 0;
    color: #D66900;
    font-family: 'gobold_lowplusregular', sans-serif !important;
    font-size: 1.15rem;
    text-transform: uppercase;
    text-decoration: none;
}

.part-right-liste-actus .actu a:after {
    content: '\f105';
    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    font-size: 24px;
    color: #D66900;
    position: absolute;
    right: 20px;
    top: 15px;
    -webkit-transition: all 0.12s ease;
    -moz-transition: all 0.12s ease;
    -o-transition: all 0.12s ease;
    transition: all 0.12s ease;
}

.part-right-liste-actus .actu a:hover:after {
    right: 16px;
}

.page-liste-actus .box-actu {
    width: 100%;
    height: 460px;
    background-color: #ECF2F5;
    border-radius: 6px;
    position: relative;
    margin-bottom: 25px;
    overflow: hidden;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.page-liste-actus .box-actu:hover {
    transform: scale(1.012)
}

.page-liste-actus .box-actu .image {
    width: 100%;
    height: 240px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.page-liste-actus .box-actu.first-actu .image {
    width: 100%;
    height: 460px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.page-liste-actus .box-actu .content {
    width: 100%;
    height: 220px;
    position: relative;
    left: 0;
    bottom: 0;
    padding: 20px 25px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    background-color: #008291;
}

.page-liste-actus .box-actu.first-actu .content {
    width: 100%;
    height: 460px;
    position: relative;
    left: 0;
    bottom: 0;
    padding: 30px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #008291;
}

.page-liste-actus .box-actu.first-actu .content .titre {
    font-family: 'gobold_lowplusregular', sans-serif;
    font-size: 1.8rem;
    line-height: 2.4rem;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 110px;
}

.page-liste-actus .box-actu.first-actu .content .abstract {
    color: #ffffff;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 180px;
}

.page-liste-actus .box-actu .content .date {
    font-family: 'gobold_lowplusregular', sans-serif;
    font-size: 1rem;
    line-height: 1.4rem;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 10px;
}

.page-liste-actus .box-actu .content .titre {
    font-family: 'gobold_lowplusregular', sans-serif;
    font-size: 1.4rem;
    line-height: 2rem;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 90px;
}

.page-liste-actus .box-actu .content button.cta {
    position: absolute;
    left: 25px;
    bottom: 25px;
}

.page-sponsors .titre-section {
    font-family: 'gobold_lowplusregular', sans-serif;
    font-size: 2.2rem;
    line-height: 2.6rem;
    text-transform: uppercase;
    color: #008291;
    margin-bottom: 60px;
    height: 50px;
    text-align: left;
    width: 100%;
}

.page-sponsors .categorie-sponsors {
    margin-bottom: 65px;
    padding-left: 40px;
    border-left: 2px solid #ECF2F5;
}

.page-sponsors .categorie-sponsors .bloc-presentation-categorie {
    padding: 15px 35px 0 0;
}

.page-sponsors .categorie-sponsors .bloc-presentation-categorie .titre {
    font-family: 'gobold_lowplusregular', sans-serif;
    font-size: 1.6rem;
    line-height: 2rem;
    text-transform: uppercase;
    color: #D66900;
}

.page-sponsors .categorie-sponsors .bloc-presentation-categorie .legende {
    font-size: 0.95rem;
    line-height: 1.3rem;
    margin-bottom: 35px;
}

.page-sponsors .box-sponsor {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    border-radius: 6px;
    background-color: #ECF2F5;
    position: relative;
    margin-bottom: 25px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.page-sponsors .box-sponsor:hover {
    transform: scale(1.012)
}

.page-sponsors .box-sponsor .zone-logo {
    width: 100%;
    height: calc(100% - 50px);
    padding: 10px;
}

.page-sponsors .box-sponsor .zone-logo img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    display: block;
    border: 0;
    border-radius: 4px;
    object-fit: contain;
    background-color: #ffffff;
}

.page-sponsors .box-sponsor .link {
    width: calc(100% - 25px);
    height: 40px;
    display: flex;
    align-items: center;
    font-family: 'gobold_lowplusregular', sans-serif;
    font-size: 0.85rem;
    line-height: 1.35rem;
    text-transform: uppercase;
    color: #D66900;
    position: relative;
    padding-left: 38px;
    overflow: hidden;
}

.page-sponsors .box-sponsor .link:before {
    content: '\f35d';
    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-weight: 800;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    font-size: 15px;
    color: #D66900;
    position: absolute;
    left: 14px;
    top: 8px;
    -webkit-transition: all 0.12s ease;
    -moz-transition: all 0.12s ease;
    -o-transition: all 0.12s ease;
    transition: all 0.12s ease;
}

.page-liste-photos-videos .dropdown-photos-videos {
    margin-bottom: 35px;
}

.page-liste-photos-videos .dropdown-photos-videos a.dropdown-bt:after {
    content: '\f0dc';
    font-weight: 800;
    font-size: 18px;
}

.page-liste-photos-videos .dropdown-photos-videos a.dropdown-bt:hover:after {
    right: 20px;
}

.page-liste-photos-videos .dropdown-photos-videos ul.dropdown-menu {
    width: 220px;
    border: 0;
    background-color: #ECF2F5;
    padding: 10px;
    top: 5px !important;
}

.page-liste-photos-videos .dropdown-photos-videos ul.dropdown-menu li {
    border-radius: 4px;
}

.page-liste-photos-videos .dropdown-photos-videos ul.dropdown-menu li.active,
.page-liste-photos-videos .dropdown-photos-videos ul.dropdown-menu li.active a.dropdown-item,
.page-liste-photos-videos .dropdown-photos-videos ul.dropdown-menu li.active a.dropdown-item:hover,
.page-liste-photos-videos .dropdown-photos-videos ul.dropdown-menu li a.dropdown-item:active,
.page-liste-photos-videos .dropdown-photos-videos ul.dropdown-menu li a.dropdown-item.active {
    background-color: #008291 !important;
    border-radius: 4px;
    color: #ffffff !important;
}

.page-liste-photos-videos .dropdown-photos-videos ul.dropdown-menu li a.dropdown-item {
    padding: 10px;
    font-weight: 700;
    color: #008291;
}

.page-liste-photos-videos .dropdown-photos-videos ul.dropdown-menu li a.dropdown-item i {
    font-size: 15px;
    margin-right: 10px;
}

.page-liste-photos-videos .box-galerie {
    height: 500px;
}

.page-liste-photos-videos .box-galerie .content {
    background: linear-gradient(0deg, rgba(0,130,145,1) 0%, rgba(0,130,145,1) 30%, rgba(0,130,145,0) 85%, rgba(0,130,145,0) 100%);
}

.page-galerie-photos .titre-section {
    font-family: 'gobold_lowplusregular', sans-serif;
    font-size: 2.2rem;
    line-height: 2.6rem;
    text-transform: uppercase;
    color: #008291;
    margin-bottom: 30px;
    height: 50px;
    text-align: left;
    width: 100%;
}

.page-galerie-photos a.thumbnail {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 25px;
    aspect-ratio: 4/3;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.page-galerie-photos a.thumbnail:hover {
    transform: scale(1.02)
}

.page-galerie-photos a.thumbnail img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.page-liste-photos-videos .box-video {
    height: auto;
    aspect-ratio: 16/9;
}

.page-liste-photos-videos .box-video .content {
    background: linear-gradient(0deg, rgba(0,130,145,0.9) 0%, rgba(0,130,145,0.8) 30%, rgba(0,130,145,0.3) 80%, rgba(0,130,145,0) 100%);
}

.page-liste-photos-videos .box-video .content .titre {
    font-size: 1.5rem;
    line-height: 1.8rem;
    width: 80%;
    margin-bottom: 15px;
}

.page-liste-photos-videos .box-video .content .texte {
    display: none;
}

.page-liste-photos-videos .box-video .cta:after {
    content: '\f144';
}

.page-liste-photos-videos .zone-last-video .box-video.last-video {
    height: auto;
}

.page-liste-photos-videos  .zone-last-video .box-video.last-video .content .titre {
    font-size: 4rem;
    line-height: 4.8rem;
    width: 65%;
}

.modal-page-liste-photos-videos .modal-content {
    padding: 20px;
}

.modal-page-liste-photos-videos .modal-content button.btn-close {
    position: absolute;
    right: 5px;
    top: 5px;
    background-color: #ffffff;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    opacity: 1;
}

.modal-page-liste-photos-videos iframe {
    height: auto !important;
    aspect-ratio: 16/9 !important;
    border-radius: 6px;
}

.page-404 {
    width: 100%;
    padding: 60px 0 40px 0;
    width: 100%;
    background-image: url('../img/RVB_Trame_Square_Blue_Light.png');
    background-size: 1000px;
    background-repeat: repeat;
    background-position: center;
}

.page-404 .zone-contenu h1 {
    font-family: 'gobold_lowplusregular', sans-serif;
    font-size: 2.4rem;
    line-height: 2.8rem;
    text-transform: uppercase;
    color: #D66900;
    margin-bottom: 20px;
}

.page-404 .zone-contenu a.cta {
    margin: 20px 0 40px 0;
    color: #ffffff !important;
    text-decoration: none !important;
    font-weight: normal !important;
}

.page-404 .zone-image {
    width: 100%;
    height: 280px;
    border-radius: 6px;
    background-position: bottom;

}

.pagination .page-numbers {
    font-family: 'gobold_lowplusregular', sans-serif !important;
    font-size: 1rem;
    line-height: 1.2rem;
    text-transform: uppercase;
    color: #008291;
    display: inline-block;
    margin: 0 10px;
    text-decoration: none;
}

.prog-liste-jours {
    margin-bottom: 35px;
    padding-right: 35px;
}

.prog-liste-jours .day-bt {
    display: flex;
    align-items: center;
    height: 45px;
    font-family: 'gobold_lowplusregular', sans-serif !important;
    color: #008291;
    border: 1px solid #ffffff;
    font-size: 1.1rem;
    text-transform: uppercase;
    text-decoration: none;
    padding: 3px 15px 0 15px;
    border-radius: 4px;
    margin-bottom: 5px;
    cursor: pointer;
    -webkit-transition: all 0.12s ease;
    -moz-transition: all 0.12s ease;
    -o-transition: all 0.12s ease;
    transition: all 0.12s ease;
}

.prog-liste-jours .day-bt.active {
    color: #ffffff;
    background-color: #008291;
    border: 1px solid #008291;
    font-size: 1.4rem;
    padding: 3px 15px 0 15px;
    height: 55px;
}

.prog-liste-jours .day-bt:hover {
    border: 1px solid #008291;
}

.prog-details-jours .day .place-container .place-title,
.prog-details-jours .dayday-active .place-container .place-title {
    display: flex;
    align-items: center;
    height: 55px;
    font-family: 'gobold_lowplusregular', sans-serif !important;
    color: #ffffff;
    background-color: #D66900;
    font-size: 1.5rem;
    text-transform: uppercase;
    text-decoration: none;
    padding: 3px 20px 0 20px;
    border-radius: 4px;
    margin-bottom: 15px;
}

.prog-details-jours .day .place-container .place-inside,
.prog-details-jours .dayday-active .place-container .place-inside {
    padding: 5px 0 20px 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
}

.prog-details-jours .day .place-container .place-inside:last-of-type,
.prog-details-jours .dayday-active .place-container .place-inside:last-of-type {
    margin-bottom: 35px;
}

.prog-details-jours .day .place-container .place-inside .time_info,
.prog-details-jours .dayday-active .place-container .place-inside .time_info {
    color: #D66900;
    font-size: 1.1rem;
    font-weight: 700;
}

.prog-details-jours .day .place-container .place-inside .bloc-match,
.prog-details-jours .dayday-active .place-container .place-inside .bloc-match {
    padding: 8px 20px;
    border-left: 1px solid #D66900;
    margin: 15px;
}

.prog-details-jours .day .place-container .place-inside .bloc-match,
.prog-details-jours .dayday-active .place-container .place-inside .bloc-match {
    padding: 8px 20px;
    border-left: 1px solid #D66900;
    margin: 15px;
    font-weight: 700;
    line-height: 1.5rem;
}

.prog-details-jours .day .place-container .place-inside .bloc-match .versus,
.prog-details-jours .dayday-active .place-container .place-inside .bloc-match .versus {
    color: #D66900;
}


/* End of Content */



/*
 * MAJ 09-09-2024
 * -----------------------------
 */

.modal-flipbook .modal-content  {
    max-height: 90vh !important;
}

.modal-flipbook button.btn-close {
    position: absolute;
    top: -20px;
    right: -20px;
    background-color: #fff;
    opacity: 1;
    border-radius: 40px;
    padding: 10px;
    z-index: 2;
}

.modal-flipbook .df-container .df-bg {
    background: #008291 !important;
    background-image: url('../img/RVB_Trame_Square.png') !important;
    background-size: 1000px !important;
    background-repeat: repeat !important;
    background-position: center !important;
    border: 5px solid #ffffff !important;
    border-radius: 5px !important;
}

.modal-flipbook .df-viewer .df-3dcanvas {
    width: 96% !important;
    height: 96% !important;
    right: 2% !important;
    top: 2% !important;
}

.module-boxes-telechargement .box-telechargement {
    cursor: pointer !important;
}





/*
 * Scores / Tableaux / Programmes 2025
 * -----------------------------
 */

section.livescores {
    margin-top: 40px;
}

.nav-tabs-rmcm {
    margin-bottom: 50px;
}

.bt-tab-rmcm {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ECF2F5;
    border: none;
    border-radius: 6px;
    font-family: 'gobold_lowplusregular', sans-serif !important;
    font-size: 1.35rem;
    line-height: 1.4rem;
    text-transform: uppercase;
    text-decoration: none !important;
    color: rgba(0,140,155,0.65);
    padding-top: 3px;
    -webkit-transition: all 0.12s ease;
    -moz-transition: all 0.12s ease;
    -o-transition: all 0.12s ease;
    transition: all 0.12s ease;
}

.bt-tab-rmcm:hover {
    color: rgba(0,140,155,1);
}

.bt-tab-rmcm.active {
    background-color: #008291;
    color: rgba(255,255,255,1);
}

.box-match {
    margin-bottom: 30px;
}

.box-match .top-info {
    font-size: 0.88rem;
    font-weight: 800;
    text-transform: uppercase;
    color: #008291;
    margin: 0 0 5px 5px;
    height: 20px;
}

.box-match .header-winner {
    width: 100%;
    height: 80px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #008291;
    background-image: url(../img/RVB_Trame_Square.png);
    background-size: 100%;
    background-position: center;
    background-repeat: repeat;
}

.box-match .header-winner .image {
    width: 80px;
    height: 80px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}

.box-match .header-winner .image img {
    max-width: 80px;
    max-height: 80px;
    display: block;
    border: 0;
}

.box-match .header-winner .title {
    width: calc(100% - 230px);
    height: 80px;
    float: left;
    display: flex;
    justify-content: start;
    align-items: center;
    font-family: 'gobold_lowplusregular', sans-serif !important;
    font-size: 2.2rem;
    line-height: 2.4rem;
    text-transform: uppercase;
    color: #ffffff;
    padding: 3px 0 0 20px;
}

.box-match.double .header-winner .title {
    width: calc(100% - 310px);
}

.box-match .header-winner .cta-match-box {
    width: 150px;
    padding-right: 20px;
    height: 80px;
    float: right;
    display: flex;
    justify-content: end;
    align-items: center;
}

.box-match .match {
    width: 100%;
    height: 100px;
    padding: 5px 10px 5px 30px;
    border-radius: 10px;
    background-color: #ECF2F5;
    position: relative;
}

.box-match .match:before {
    content: '';
    position: absolute;
    left: 15px;
    top: 10px;
    width: 2px;
    height: 80px;
    background-color: #008291;
}

.box-match.box-live .match,
.box-match.box-soon .match,
.box-match.box-susp .match {
    padding: 5px 10px 5px 85px;
}

.box-match.box-live .match:before,
.box-match.box-soon .match:before,
.box-match.box-susp .match:before {
    left: 60px;
}

.box-match.box-end .match {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.box-match .match .zone-joueurs {
    width: calc(100% - 200px);
    height: 90px;
    float: left;
    position: relative;
}

.box-match .match .zone-joueurs:before {
    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-weight: 500;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    font-size: 24px;
    color: #008291;
    position: absolute;
    top: 25px;
}

.box-match .match .zone-joueurs:after {
    font-size: 0.7rem;
    font-weight: 800;
    text-transform: uppercase;
    color: #008291;
    position: absolute;
    top: 50px;
}

.box-match.box-soon .match .zone-joueurs:before {
    content: '\f141';
    left: -65px;
}

.box-match.box-soon .match .zone-joueurs:after {
    content: 'Soon';
    left: -70px;
}

.box-match.box-live .match .zone-joueurs:before {
    content: '\f2f2';
    left: -65px;
}

.box-match.box-live .match .zone-joueurs:after {
    content: 'Live';
    left: -67px;
}

.box-match.box-susp .match .zone-joueurs:before {
    content: '\f00d';
    left: -63px;
}

.box-match.box-susp .match .zone-joueurs:after {
    content: 'Susp.';
    left: -69px;
}

.box-match .match .zone-joueurs .equipe {
    width: 100%;
    height: 44px;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
    padding: 2px 0;
    position: relative;
}

.box-match .match .zone-joueurs .equipe.service:after {
    content: '\f45e';
    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-weight: 800;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    font-size: 15px;
    color: #FAD750;
    position: absolute;
    left: 200px;
    top: 12px;
}

.box-match .match .zone-joueurs .equipe .joueur {
    flex-basis: 100%;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.box-match .match .zone-joueurs .equipe.winner .joueur {
    font-weight: 800;
    color: #008291;
}

.box-match .match .zone-joueurs .equipe .joueur span.nom {
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.box-match .match .sepa {
    width: 100%;
    height: 2px;
    background-color: #ffffff;
}

.box-match .match .zone-scores {
    width: 200px;
    height: 90px;
    float: right;
}

.box-match .match .zone-scores .scores-equipe {
    width: 100%;
    height: 44px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.box-match .match .zone-scores .scores-equipe .score {
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    font-weight: 700;
}

.box-match .match .zone-scores .scores-equipe .score.jeu {
    background-color: rgba(0,130,145,0.5);
    color: #ffffff;
    font-weight: 700;
    margin-right: 10px;
}

.box-match .match .zone-scores .scores-equipe .score.set {
    color: #ffffff;
    font-weight: 700;
    border-radius: 40px;
    position: relative;
}

.box-match .match .zone-scores .scores-equipe .score.set:before {
    content: '';
    width: 31px;
    height: 31px;
    position: absolute;
    left: 3px;
    top: 3px;
    background-color: #D66900;
    border-radius: 30px;
    z-index: 0;
}

.box-match .match .zone-scores .scores-equipe .score.set span {
    display: inline-block;
    z-index: 1;
}

.box-match .match .zone-scores .scores-equipe .score.win {
    background-color: #008291;
    color: #ffffff;
    margin-right: 10px;
    font-size: 22px;
}

section.livescores .timer-refresh {
    width: 100%;
    height: 30px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

section.livescores .timer-refresh:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #D66900;
    position: absolute;
    left: 0;
    top: 50%;
}

section.livescores .timer-refresh .box-timer {
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
    background-color: #D66900;
    position: relative;
    z-index: 1;
    border-radius: 6px;
    color: #ffffff;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
}

section.livescores .timer-refresh .box-timer i {
    display: inline-block;
    margin-right: 10px;
}

.stats-match-modal .modal-dialog {
    width: 360px !important;
}

.stats-match-modal .modal-dialog .modal-content {
    background: #ffffff;
    padding: 10px;
    border-radius: 15px;
    border: none;
}

.stats-match-modal .modal-dialog .modal-content button.bt-close-modal {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background-color: #D66900;
    opacity: 1;
    border: 0;
    color: #ffffff;
}

.stats-match-modal .modal-dialog .modal-content .part-joueurs {
    padding: 0 20px;
    background-color: #F5F8FA;
    border-radius: 10px;
    margin-bottom: 30px;
}

.stats-match-modal .modal-dialog .modal-content .part-joueurs .zone-images {
    width: 100%;
    height: 140px;
    display: flex;
    justify-content: space-evenly;
    align-items: end;
}

.stats-match-modal.modal-double .modal-dialog .modal-content .part-joueurs .zone-images {
    height: 100px;
}

.stats-match-modal .modal-dialog .modal-content .part-joueurs .zone-images .image img {
    display: block;
    border: 0;
    width: 100px;
    height: 100px;
}

.stats-match-modal.modal-double .modal-dialog .modal-content .part-joueurs .zone-images .image img {
    width: 70px;
    height: 70px;
}

.stats-match-modal .modal-dialog .modal-content .part-joueurs .zone-images .image.winner img {
    width: 140px;
    height: 140px;
}

.stats-match-modal.modal-double .modal-dialog .modal-content .part-joueurs .zone-images .image.winner img {
    width: 100px;
    height: 100px;
}

.stats-match-modal .modal-dialog .modal-content .part-joueurs .box-match-modal {
    padding: 10px 0;
    height: 125px;
}

.stats-match-modal .modal-dialog .modal-content .part-joueurs .box-match-modal .zone-joueurs {
    width: calc(100% - 135px);
    float: left;
    position: relative;
}

.stats-match-modal .modal-dialog .modal-content .box-match-modal .sepa {
    width: 100%;
    height: 2px;
    background-color: #ffffff;
}

.stats-match-modal .modal-dialog .modal-content .part-joueurs .box-match-modal .zone-joueurs .equipe {
    width: 100%;
    height: 44px;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
    padding: 2px 0;
    position: relative;
}

.stats-match-modal .modal-dialog .modal-content .part-joueurs .box-match-modal .zone-joueurs .equipe .joueur {
    flex-basis: 100%;
    font-weight: 600;
    display: flex;
    align-items: center;
    font-size: 0.95rem;
}

.stats-match-modal .modal-dialog .modal-content .part-joueurs .box-match-modal .zone-joueurs .equipe.winner .joueur {
    font-weight: 800;
    color: #008291;
}

.stats-match-modal .modal-dialog .modal-content .part-joueurs .box-match-modal .zone-joueurs .equipe .joueur span.nom {
    max-width: 85px;
}

.stats-match-modal .modal-dialog .modal-content .part-joueurs .box-match-modal .zone-joueurs .equipe .joueur span.nom {
    max-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.stats-match-modal .modal-dialog .modal-content .part-joueurs .box-match-modal .zone-scores {
    width: 135px;
    float: right;
}

.stats-match-modal .modal-dialog .modal-content .part-joueurs .box-match-modal .zone-scores .sepa {
    width: 100%;
    height: 2px;
    background-color: #ffffff;
}

.stats-match-modal .modal-dialog .modal-content .part-joueurs .box-match-modal .zone-scores .scores-equipe {
    width: 100%;
    height: 44px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.stats-match-modal .modal-dialog .modal-content .part-joueurs .box-match-modal .zone-scores .scores-equipe .score {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    font-weight: 700;
}

.stats-match-modal .modal-dialog .modal-content .part-joueurs .box-match-modal .zone-scores .scores-equipe .score.jeu {
    background-color: rgba(0,130,145,0.5);
    color: #ffffff;
    font-weight: 700;
    margin-right: 10px;
}

.stats-match-modal .modal-dialog .modal-content .part-joueurs .box-match-modal .zone-scores .scores-equipe .score.set {
    color: #ffffff;
    font-weight: 700;
    border-radius: 40px;
    position: relative;
}

.stats-match-modal .modal-dialog .modal-content .part-joueurs .box-match-modal .zone-scores .scores-equipe .score.set:before {
    content: '';
    width: 24px;
    height: 24px;
    left: 3px;
    top: 3px;
    position: absolute;
    background-color: #D66900;
    border-radius: 30px;
    z-index: 0;
}

.stats-match-modal .modal-dialog .modal-content .part-joueurs .box-match-modal .zone-scores .scores-equipe .score.set span {
    display: inline-block;
    z-index: 1;
}

.stats-match-modal .modal-dialog .modal-content .part-joueurs .box-match-modal .zone-scores .scores-equipe .score.win {
    background-color: #008291;
    color: #ffffff;
    margin-right: 10px;
    font-size: 20px;
}

.stats-match-modal .modal-dialog .modal-content .part-joueurs .box-match-modal .infos-match {
    background-color: #008291;
    color: #ffffff;
    width: 100%;
    padding: 1px 15px 0 15px;
    margin-top: 5px;
    height: 30px;
    border-radius: 5px;
    font-size: 0.85rem;
    line-height: 0.8rem;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.stats-match-modal .modal-dialog .modal-content .part-points {
    padding: 0 30px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.stats-match-modal .modal-dialog .modal-content .part-points .equipe {
    width: 100px;
}

.stats-match-modal .modal-dialog .modal-content .part-points .equipe .nom-joueur {
    font-weight: 800;
    color: #8DBEC6;
    font-weight: 800;
    font-size: 0.95rem;
    width: 100%;
    text-align: center;
}

.stats-match-modal .modal-dialog .modal-content .part-points .equipe.winner .nom-joueur {
    color: #008291;
}

.stats-match-modal .modal-dialog .modal-content .part-points .equipe .nom-joueur span.nom {
    max-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.stats-match-modal .modal-dialog .modal-content .part-points .equipe .box-points {
    width: 70px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    background-color: #8DBEC6;
    border-radius: 5px;
    margin: 15px auto 0 auto;
}

.stats-match-modal .modal-dialog .modal-content .part-points .equipe.winner .box-points {
    background-color: #008291;
}

.stats-match-modal .modal-dialog .modal-content .part-points .equipe span.label-pts {
    display: inline-block;
    width: 100%;
    font-size: 0.9rem;
    font-weight: 700;
    color: #8DBEC6;
    text-align: center;
}

.stats-match-modal .modal-dialog .modal-content .part-points .equipe.winner span.label-pts {
    color: #008291;
}

.stats-match-modal .modal-dialog .modal-content .part-points .center-pts {
    width: 80px;
    padding-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    font-weight: 800;
    text-transform: uppercase;
    color: #D66900
}

.stats-match-modal .modal-dialog .modal-content .part-details {
    padding: 0 20px;
    min-height: 400px;
    border-radius: 10px;
}

.stats-match-modal .modal-dialog .modal-content .part-details .section {
    padding: 15px 0 10px 0;
    border-top: 1px solid #ECF2F5;
}

.stats-match-modal .modal-dialog .modal-content .part-details .section .titre-section {
    width: 100%;
    font-size: 1rem;
    font-weight: 800;
    text-transform: uppercase;
    color: #D66900;
    text-align: center;
    margin-bottom: 15px;
}

.stats-match-modal .modal-dialog .modal-content .part-details .section .row-stat {
    width: 100%;
    height: 40px;
    margin-bottom: 15px;
    border-radius: 5px;
}

.stats-match-modal .modal-dialog .modal-content .part-details .section .row-stat.numbers {
    display: flex;
    justify-content: center;
}

.stats-match-modal .modal-dialog .modal-content .part-details .section .row-stat.numbers .number {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    background-color: #8DBEC6;
    border-radius: 5px;
}

.stats-match-modal .modal-dialog .modal-content .part-details .section .row-stat.numbers .number.winner {
    background-color: #008291;
}

.stats-match-modal .modal-dialog .modal-content .part-details .section .row-stat.numbers .label {
    width: calc(100% - 80px);
    height: 40px;
    padding: 0 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.85rem;
    line-height: 0.9rem;
    font-weight: 700;
    text-align: center;
}

.stats-match-modal .modal-dialog .modal-content .part-details .section .row-stat.progress-bar {
    height: 50px;
}

.stats-match-modal .modal-dialog .modal-content .part-details .section .row-stat.progress-bar .first-row {
    width: 100%;
    height: 22px;
    display: flex;
    justify-content: center;
}

.stats-match-modal .modal-dialog .modal-content .part-details .section .row-stat.progress-bar .first-row .percentage {
    width: 40px;
    text-align: center;
    height: 20px;
    display: flex;
    padding-bottom: 3px;
    justify-content: center;
    align-items: center;
    font-size: 1.05rem;
    line-height: 1rem;
    font-weight: 700;
    color: #8DBEC6;
}

.stats-match-modal .modal-dialog .modal-content .part-details .section .row-stat.progress-bar .first-row .percentage.winner {
    color: #008291;
}

.stats-match-modal .modal-dialog .modal-content .part-details .section .row-stat.progress-bar .first-row .label {
    width: calc(100% - 80px);
    height: 20px;
    padding-bottom: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.8rem;
    line-height: 0.9rem;
    font-weight: 700;
    text-align: center;
}

.stats-match-modal .modal-dialog .modal-content .part-details .section .row-stat.progress-bar .second-row {
    width: 100%;
    height: 8px;
    row-gap: 10px;
    display: flex;
    justify-content: space-between;
}

.stats-match-modal .modal-dialog .modal-content .part-details .section .row-stat.progress-bar .second-row .bar-equipe {
    width: 47%;
    height: 8px;
    background-color: #ECF2F5;
    border-radius: 8px;
    position: relative;
}

.stats-match-modal .modal-dialog .modal-content .part-details .section .row-stat.progress-bar .second-row .bar-equipe .progression {
    height: 8px;
    background-color: #8DBEC6;
    border-radius: 8px;
}

.stats-match-modal .modal-dialog .modal-content .part-details .section .row-stat.progress-bar .second-row .bar-equipe .progression.winner {
    background-color: #008291;
}

.stats-match-modal .modal-dialog .modal-content .part-details .section .row-stat.progress-bar .second-row .bar-equipe:first-of-type .progression {
    position: absolute;
    top: 0;
    right: 0;
}

.stats-match-modal .modal-dialog .modal-content .part-details .section .row-stat.progress-bar .second-row .bar-equipe:last-of-type .progression {
    position: absolute;
    top: 0;
    left: 0;
}

.stats-match-modal .modal-dialog .modal-content .part-details .section .row-stat.progress-bar .third-row {
    width: 100%;
    height: 20px;
    display: flex;
    justify-content: end;
}

.stats-match-modal .modal-dialog .modal-content .part-details .section .row-stat.progress-bar .third-row .repartition {
    width: 50%;
    display: flex;
    align-items: center;
    font-size: 0.85rem;
    line-height: 0.9rem;
    font-weight: 600;
    color: #8DBEC6;
}

.stats-match-modal .modal-dialog .modal-content .part-details .section .row-stat.progress-bar .third-row .repartition.winner {
    color: #008291;
}

.stats-match-modal .modal-dialog .modal-content .part-details .section .row-stat.progress-bar .third-row .repartition:first-of-type {
    justify-content: start;
    padding-left: 4px;
}

.stats-match-modal .modal-dialog .modal-content .part-details .section .row-stat.progress-bar .third-row .repartition:last-of-type {
    justify-content: end;
    padding-right: 4px;
}

section.resultats {
  margin-top: 40px;
}

.part-left-nav-days {
    margin-bottom: 35px;
}

.part-left-nav-days .titre-nav {
    font-size: 0.88rem;
    font-weight: 800;
    text-transform: uppercase;
    color: #008291;
    margin: 0 0 5px 5px;
    height: 20px;
}

.part-left-nav-days .zone-pills button.pills-rmcm {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    height: 40px;
    background-color: #ECF2F5;
    border: none;
    border-radius: 6px;
    margin-bottom: 5px;
    padding: 1px 35px 0 20px;
    font-size: 0.88rem;
    font-weight: 800;
    text-transform: uppercase;
    color: rgba(0,140,155,0.65);
    position: relative;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.part-left-nav-days .zone-pills button.pills-rmcm:hover {
    color: rgba(0,140,155,1);
}

.part-left-nav-days .zone-pills button.pills-rmcm.active {
    background-color: #008291;
    color: #ffffff;
}

.part-left-nav-days .zone-pills button.pills-rmcm:after {
    content: '\f152';
    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-weight: 800;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    font-size: 18px;
    color: #008291;
    position: absolute;
    right: 12px;
    top: 10px;
    opacity: 0;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.part-left-nav-days .zone-pills button.pills-rmcm.active:after {
    opacity: 1;
    color: #ffffff;
}

.part-right-content-days .no-result {
    background-color: #ECF2F5;
    padding: 40px;
    border-radius: 15px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    color: #008291;
}

section.tableaux {
  margin-top: 40px;
  min-height: 500px;
}

.slider-tableaux-nav {
    margin-bottom: 10px;
}

.slider-tableaux-nav .bt-nav-slider {
    font-family: 'gobold_lowplusregular', sans-serif;
    font-size: 1.5rem;
    line-height: 1.8rem;
    text-transform: uppercase;
    color: #008291;
    margin-bottom: 20px;
    cursor: pointer;
}

.slider-tableaux-nav .bt-nav-slider.slick-current {
    color: #D66900;
}

.slider-tableaux-nav .slick-track {
    display: flex !important;
    justify-content: flex-start;
}

.slider-tableaux-nav .slick-slide {
    width: auto !important;
    margin-right: 4vw;
    padding: 5px 10px 10px 5px;
}

.slider-tableaux-for .tour-slider {
    opacity: 0.2;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.slider-tableaux-for .tour-slider.slick-current {
    opacity: 1;
}

.slider-tableaux-for .tour-slider .box-double-match {
    margin-bottom: 50px;
    padding-right: 30px;
    position: relative;
}

.slider-tableaux-for .tour-slider .box-double-match:before {
    content: '';
    width: 1px;
    height: 130px;
    background-color: #008C9B;
    position: absolute;
    top: 75px;
    right: 15px;
}

.slider-tableaux-for .tour-slider:nth-last-child(2) .box-double-match:before {
    display: none;
}

.slider-tableaux-for .tour-slider .box-double-match:after {
    content: '';
    width: 15px;
    height: 1px;
    background-color: #008C9B;
    position: absolute;
    top: 140px;
    right: 0;
}

.slider-tableaux-for .tour-slider:nth-last-child(2) .box-double-match:after {
    display: none;
}

.slider-tableaux-for .tour-slider .box-double-match .box-match {
    margin-bottom: 5px !important;
    margin-top: 180px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.slider-tableaux-for .tour-slider .box-double-match:first-of-type .box-match:first-of-type {
    margin-top: 66px;
}

.slider-tableaux-for .tour-slider.slick-current .box-double-match .box-match {
    margin-top: 0 !important;
}

.slider-tableaux-for .tour-slider .box-double-match .box-match .match:after {
    content: '';
    width: 15px;
    height: 1px;
    background-color: #008C9B;
    position: absolute;
    top: 50px;
    right: -15px;
}

.slider-tableaux-for .tour-slider:nth-last-child(2) .box-double-match .box-match .match:after,
.slider-tableaux-for .tour-slider.tour-finale .box-double-match .box-match .match:after,
.slider-tableaux-for .tour-slider.tour-finale .box-double-match:before,
.slider-tableaux-for .tour-slider.tour-finale .box-double-match:after {
    display: none;
}

.slider-tableaux-for .tour-slider .box-double-match .box-match .match .zone-joueurs {
    width: calc(100% - 60px);
}

.slider-tableaux-for .tour-slider .box-double-match .box-match .match .zone-scores {
    width: 60px;
}

.slider-tableaux-for .tour-slider .box-double-match .box-match .match .zone-scores .scores-equipe {
    justify-content: end;
}

.slider-tableaux-for .tour-slider:nth-last-child(2) .box-double-match .box-match .match .zone-scores .scores-equipe .score.win {
    background-color: #D66900 !important;
}

section.programme {
  margin-top: 40px;
}

section.programme .box-match .zone-matchs-court {
    width: 100%;
    height: auto;
    padding: 10px 5px;
    border-radius: 10px;
    background-color: #ECF2F5;
    position: relative;
}

section.programme .box-match .zone-matchs-court .zone-timing {
    width: 100%;
    font-size: 0.88rem;
    font-weight: 800;
    text-transform: uppercase;
    color: #D66900;
    margin: 5px 0 0 15px;
    height: 20px;
}

section.programme .box-match .zone-matchs-court .match .zone-joueurs {
    width: 100%;
    float: none;
}

section.programme .tab-content-anim .box-match {
    margin-bottom: 15px; !important;
}

section.programme .tab-content-anim .box-match .match {
    height: auto !important;
}

section.programme .tab-content-anim .box-match .match:before {
    height: calc(100% - 20px) !important;
}

section.programme .tab-content-anim .box-match .match .zone-infos-anim .titre-anim {
    font-weight: 700;
    margin-bottom: 10px;
}


/*
 * MAJ 2025
 * -----------------------------
 */

.forfait-part-right .bt-modal-packages {
    border: 0;
    background: none;
    color: #008291;
    font-size: 19px;
}

.modal-infos-packages {
    padding: 50px 40px 25px 40px;
    overflow: visible !important;
    border: 0;
}

.modal-infos-packages:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    top: -25px;
    left: calc(50% - 25px);
    border-radius: 50px;
    background-color: #008291;
}

.modal-infos-packages:after {
    content: '\f129';
    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-weight: 800;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    font-size: 25px;
    color: #ffffff;
    position: absolute;
    left: calc(50% - 25px);
    top: -10px;
    width: 50px;
    text-align: center
}

.modal-infos-packages .contenu-utilisateur * {
    color: #008291 !important;
}

.modal-infos-packages button.btn-close {
    display: none;
}

.div-form {
    width: 100%;
    padding: 65px;
    background-color: #ECF2F5;
    border-radius: 6px;
}

.div-form .gform_heading {
    margin-bottom: 35px;
}

.div-form .gform_heading h2 {
    font-size: 1.5rem;
    text-transform: uppercase;
    color: #008291;
}

.div-form .gform_heading p {
    margin-bottom: 15px;
}

.div-form .gform-body .gform_fields {
    grid-row-gap: 45px !important;
    row-gap: 25px !important;
}

.div-form .gform-body .gfield input,
.div-form .gform-body .gfield select {
    border: 1px solid #bbbbbb !important;
    box-shadow: none !important
}

.div-form .gform-body button.gform_button_select_files {
    display: inline-flex !important;
    position: relative !important;
    width: auto !important;
    height: 45px !important;
    border-radius: 4px !important;
    align-items: center !important;
    padding: 1px 20px 0 20px !important;
    background-color: #008291 !important;
    color: #ffffff !important;
    font-family: 'gobold_lowplusregular', sans-serif !important;
    font-size: 1.1rem !important;
    line-height: 1.2rem !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    border: none !important;
}

.div-form .gform-body .gform_drop_area:before {
    color: #008291 !important;
}

.div-form .gform-body .gform_drop_area span.gform_drop_instructions {
    font-weight: 600 !important;
}

.div-form .gform-footer input.gform_button {
    display: inline-flex !important;
    position: relative !important;
    width: 100% !important;
    height: 50px !important;
    border-radius: 4px !important;
    align-items: center !important;
    padding: 1px 20px 0 20px !important;
    background-color: #D66900 !important;
    color: #ffffff !important;
    font-family: 'gobold_lowplusregular', sans-serif !important;
    font-size: 1.15rem !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    border: none !important;
    margin-top: 40px !important;
}





/*
 * Footer
 * -----------------------------
 */

footer .zone-partenaires {
    width: 100%;
    height: 100px;
    border-top: 1px solid #ECF2F5;
    border-bottom: 1px solid #ECF2F5;
    margin-bottom: 20px;
    margin-top: 100px;
    position: relative;
}

footer .zone-partenaires .widget-rolex {
    position: absolute;
    left: 0;
    top: -1px;
    width: 350px;
    height: 100px;
    background-color: #006039;
    display: none !important;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

footer .zone-partenaires .slider-partenaires-footer {
    position: absolute;
    left: 0;
    top: -1px;
    width: 100%;
    height: 100px;
}

footer .zone-partenaires .slider-partenaires-footer .slide {
    display: block;
    height: 100px;
    padding: 1px;
    width: auto;
    position: relative;
}

footer .zone-partenaires .slider-partenaires-footer .slide:after {
    content: '';
    width: 1px;
    height: 60px;
    position: absolute;
    top: 20px;
    right: 1px;
    background-color: #ECF2F5;
}

footer .zone-partenaires .slider-partenaires-footer .slide img {
    display: block;
    height: 98px;
    width: auto;
    margin: 0 auto;
}

footer .zone-footer {
    width: 100%;
    padding: 60px 0;
    background-color: #008291;
    margin-bottom: 20px;
    background-image: url('../img/RVB_Trame_Square.png');
    background-size: 1000px;
    background-repeat: repeat;
    background-position: center;
}

footer .zone-footer .dates-tournoi {
    margin-bottom: 40px;
}

footer .zone-footer .dates-tournoi img {
    width: 240px;
    height: auto;
    display: block;
    border: 0;
}

footer .zone-footer .zone-social a {
    display: inline-block;
    width: 26px;
    height: 22px;
    color: #ffffff;
    margin-right: 16px;
    text-decoration: none;
    font-size: 22px;
    text-align: center;
}

footer .zone-footer .zone-nav-footer ul li a {
    display: block;
    width: 100%;
    color: #ffffff;
    margin-bottom: 5px;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
}

footer .zone-footer .zone-copyrights-footer {
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 600;
}

footer .zone-footer .zone-copyrights-footer a {
    color: #ffffff;
    text-decoration: none;
}

footer .zone-footer .zone-copyrights-footer span.titre {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    font-weight: 800;
}

footer .zone-footer .zone-copyrights-footer span.copyrights {
    display: inline-block;
    width: 100%;
    margin: 15px 0;
    font-weight: 800;
}

footer .zone-footer .zone-applications span.titre {
    color: #ffffff;
    font-size: 0.9rem;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    font-weight: 800;
}

footer .zone-footer .zone-applications a {
    display: block;
    margin-bottom: 15px;
}

footer .zone-footer .zone-applications a img {
    display: block;
    width: 150px;
}

/* End of Footer */


/*
 * Media Queries
 * -----------------------------
 */


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

header .zone-header-bottom .zone-menu ul.acces-rapides {
    display: none;
}

header .zone-header-bottom .zone-menu ul.bts-billetterie {
    width: 260px;
}

header .zone-header-bottom .zone-menu ul.bts-billetterie li a.bt-entreprises {
    display: none;
}

header .burger-menu {
    width: calc(100vw - 310px);
    left: 135px;
}

header .burger-menu-sticky {
    left: 155px;
}

header .burger-menu:before {
    left: 85px;
}

header .burger-menu .zone-boxes .box {
    height: 140px;
}

}

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

header .zone-header-top .zone-recherche {
    display: none;
}

header .zone-header-bottom .zone-menu ul.bts-billetterie {
    display: none;
}

header .burger-menu {
    width: calc(100vw - 80px);
    left: 20px;
}

header .burger-menu-sticky {
    left: 40px;
}

header .burger-menu:before {
    left: 200px;
}

section.container-slider-homepage .background-content-slider-homepage {
    width: 680px;
    padding: 0 60px;
}

section.container-slider-homepage .background-content-slider-homepage ul.slick-dots li {
    margin-right: 5px;
}

section.container-slider-homepage .background-content-slider-homepage ul.slick-dots li button {
    width: 15px;
}

header .burger-menu .zone-boxes .box {
    height: 120px;
}

footer .zone-applications {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

footer .zone-footer .zone-applications span.titre {
    display: none;
}

footer .zone-footer .zone-applications a {
    margin: 0 15px;
}

.box-acces.big {
    height: 450px;
}

.box-acces.small {
    height: 380px;
}

.page-sponsors .categorie-sponsors .bloc-presentation-categorie h2.titre {
    font-size: 1.4rem;
    line-height: 1.8rem;
}

}

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

body {
  border-left: 10px solid #ffffff;
  border-right: 10px solid #ffffff;
}

header {
    border-top: 10px solid #ffffff;
    border-bottom: 10px solid #ffffff;
    height: 220px;
    background-position: top;
}

header .main-logo {
    left: -9px;
    top: -9px;
}

header .main-logo,
header .main-logo a,
header .main-logo a img {
    width: 88px;
    height: 145px;
}

header .zone-header-top {
    height: 100px;
}

header .zone-header-top .zone-dates-tournoi {
    left: 90px;
    width: 140px;
    height: 100px;
}

header .zone-header-top .zone-social {
    display: none;
}

header .zone-header-bottom {
    height: 220px;
    background: none;
}

header .zone-header-bottom .zone-menu {
    right: 0;
    top: 20px;
    width: 100px;
    height: 100px;
    padding: 0;
    display: flex;
    justify-content: start;
    align-items: center;
    left: initial;
}

header .zone-header-bottom .zone-menu button.bt-burger-menu {
    margin: 0;
    width: 80px;
    height: 50px;
    padding: 1px 0 0 32px;
    font-size: 1.1rem;
    border-radius: 6px;
}

header .zone-header-bottom .zone-menu button.bt-burger-menu:before {
    font-size: 18px;
    left: 10px;
    top: 15px;
}

header .zone-header-bottom .zone-menu ul.bts-billetterie li {
    margin: 0;
}

header .zone-header-bottom .zone-langues {
    display: none;
}

header .zone-header-bottom .zone-widget-rolex {
    top: 120px;
    width: 100%;
}

header .zone-header-bottom.sticky-mobile {
    position: fixed;
    z-index: 80;
    top: -60px;
    left: 0;
    width: 100vw;
    border: 10px solid #ffffff;
    height: 100px;
    background-color: #008291;
    opacity: 0;
    animation: fadeIn 0.2s ease-in-out forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        top: -60px;
    }
    to {
        opacity: 1;
        top: 0;
    }
}

header .zone-header-bottom.sticky-mobile .dates-tournoi-sticky-menu {
    visibility: visible;
    opacity: 1;
}

header .zone-header-bottom.sticky-mobile .zone-menu {
    top: 0;
    height: 80px;
}

header .zone-header-bottom.sticky-mobile .dates-tournoi-sticky-menu {
    height: 80px;
    padding-left: 10px;
}

header .zone-header-bottom.sticky-mobile .dates-tournoi-sticky-menu img {
    height: 70px;
}

header .zone-header-bottom.sticky-mobile .zone-widget-rolex {
    display: none;
}

header .burger-menu {
    top: 0;
    border-radius: 0;
    border-top: 10px solid #ffffff;
    border-bottom: 10px solid #ffffff;
    height: 100vh;
    position: fixed;
    width: calc(100vw - 20px);
    left: 10px;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}

header .burger-menu:before {
    display: none;
}

header .burger-menu .zone-nav {
    width: 30%;
    height: 100%;
    border-right: 1px solid #ffffff
}

header .burger-menu .zone-nav ul li {
    padding-left: 15px;
    border-right: 0;
}

header .burger-menu .zone-nav ul li i {
    display: none;
}

header .burger-menu .zone-nav ul li span {
    font-size: 1rem;
    line-height: 1.1rem;
    padding-right: 35px;
}

header .burger-menu .zone-boxes {
    width: calc(100% - 30%);
    padding-bottom: 80px;
    max-height: 100vh;
    overflow: scroll;
}

header .burger-menu .zone-boxes .box,
header .burger-menu .zone-boxes .box a.stretched-link {
    height: 120px;
}

header .burger-menu .zone-bt-burger-menu-mobile {
    position: relative !important;
    width: 100%;
    height: 100px;
    background: #008291;
    display: flex;
    justify-content: end;
    background-image: url('../img/RVB_Trame_Square.png');
    background-size: 1000px;
    background-repeat: repeat;
    background-position: top;
}

header .burger-menu.burger-menu-sticky-mobile .zone-bt-burger-menu-mobile {
    height: 80px;
}

header .burger-menu .bt-burger-menu {
    display: inline-flex;
    align-items: center;
    width: 80px;
    height: 50px;
    border-radius: 6px;
    border: none;
    font-family: 'gobold_lowplusregular', sans-serif;
    color: #008291;
    font-size: 1.1rem;
    padding: 1px 0 0 32px;
    background: none;
    margin: 0;
    text-transform: uppercase;
    position: absolute;
    background: #fff;
    right: 20px !important;
    left: inherit;
    top: 25px;
}

header .burger-menu.burger-menu-sticky-mobile  .bt-burger-menu {
    top: 15px;
}

header .burger-menu .bt-burger-menu:before {
    content: '\f00d';
    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-weight: 800;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    font-size: 18px;
    color: #008291;
    position: absolute;
    left: 10px;
    top: 15px;
}

header .zone-header-bottom .zone-menu .bt-burger-menu-visible:before {
    content: '\f0c9';
}

header .social-mobile {
    position: absolute;
    left: 20px;
    top: 20px;
}

header .social-mobile a {
    display: inline-block;
    width: 18px;
    height: 18px;
    color: #ffffff;
    margin: 0 5px;
    text-decoration: none;
    font-size: 16px;
    text-align: center;
}

header .langues-mobile {
    position: absolute;
    left: 20px;
    top: 55px;
}

header .langues-mobile ul li {
    display: inline-block;
}

header .langues-mobile ul li a {
    display: block;
    width: 28px;
    height: 28px;
    margin: 0 8px;
}

header .langues-mobile ul li a img {
    display: block;
    width: 28px;
    height: 28px;
}

section.container-scenarios-homepage .zone-countdown {
    height: 150px;
}

section.container-slider-homepage,
section.container-slider-homepage .image-slider-homepage,
section.container-slider-homepage .background-content-slider-homepage,
section.container-slider-homepage .image-slider-homepage .slide {
    height: 480px;
}

section.container-slider-homepage .content-slider-homepage .titre h2 {
    font-size: 2.5rem;
    line-height: 3rem;
}

section.container-scenarios-homepage .zone-promo .box-content {
    max-width: 100% !important;
}

.banner-pages,
.banner-pages .image-banner,
.banner-pages .background-banner {
    height: 260px;
}

.box-acces.big {
    height: 420px;
}

.box-acces.small {
    height: 360px;
}

.part-right-liste-actus {
    margin-top: 65px !important;
}

.div-form {
    padding: 35px;
}

}

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

header .burger-menu {
    border-bottom: 0 !important;
}

header .burger-menu .zone-nav {
    width: 45%;
}

header .burger-menu .zone-nav ul li span {
    font-size: 0.95rem;
}

header .burger-menu .zone-boxes {
    width: calc(100% - 45%);
    padding: 10px 0 180px 0;
}

header .burger-menu .zone-boxes .box {
    margin-bottom: 10px;
}

section.container-scenarios-homepage .zone-countdown {
    width: 100%;
    height: 60px;
    position: relative;
    margin-bottom: 35px;
}

section.container-scenarios-homepage .zone-countdown .box-countdown {
    width: 350px;
    height: 150px;
    border-radius: 10px;
    background-color: #ECF2F5;
    position: absolute;
    padding: 20px;
    left: calc(50% - 175px);
    bottom: 0;
    z-index: 70;
}

section.container-scenarios-homepage .zone-countdown .box-countdown .titre {
    font-family: 'gobold_lowplusregular', sans-serif;
    font-size: 0.75rem;
    line-height: 1.1rem;
    text-align: center;
    text-transform: uppercase;
    color: #D66900;
    margin-bottom: 25px;
}

section.container-scenarios-homepage .zone-countdown .box-countdown .countdown .jours {
    width: 28%;
}

section.container-scenarios-homepage .zone-countdown .box-countdown .countdown .heures,
section.container-scenarios-homepage .zone-countdown .box-countdown .countdown .minutes,
section.container-scenarios-homepage .zone-countdown .box-countdown .countdown .secondes {
    width: 24%;
}

section.container-scenarios-homepage .zone-countdown .box-countdown .countdown .heures:after,
section.container-scenarios-homepage .zone-countdown .box-countdown .countdown .minutes:after {
    content: ':';
    font-family: 'gobold_lowplusregular', sans-serif;
    font-size: 1.8rem;
    line-height: 2rem;
    text-transform: uppercase;
    color: #FAD750;
    position: absolute;
    right: 0;
    top: 0;
}

section.container-scenarios-homepage .zone-countdown .box-countdown .countdown .number {
    display: inline-block;
    width: 100%;
    font-family: 'gobold_lowplusregular', sans-serif;
    font-size: 2.2rem;
    line-height: 2.5rem;
    text-transform: uppercase;
    color: #008291;
    margin-bottom: 8px;
}

section.container-scenarios-homepage .zone-countdown .box-countdown .countdown .label {
    display: inline-block;
    width: 100%;
    font-family: 'gobold_lowplusregular', sans-serif;
    font-size: 0.8rem;
    line-height: 1.2rem;
    text-transform: uppercase;
    color: #008291;
}

section.container-slider-homepage,
section.container-slider-homepage .image-slider-homepage,
section.container-slider-homepage .image-slider-homepage .slide,
section.container-slider-homepage .background-content-slider-homepage {
    height: 380px;
}

section.container-slider-homepage .image-slider-homepage {
    padding-left: 0 !important;
}

section.container-slider-homepage .background-content-slider-homepage {
    padding: 20px;
    width: calc(100vw - 20px);
    background: linear-gradient(90deg, rgba(0,130,145,1) 0%, rgba(0,130,145,0.8) 50%, rgba(0,130,145,0.6) 100%);
}

section.container-slider-homepage .content-slider-homepage {
    width: calc(100vw - 60px)
}

section.container-slider-homepage .content-slider-homepage .titre h2 {
    font-size: 1.8rem;
    line-height: 2.2rem;
    margin-bottom: 20px;
}

section.container-slider-homepage .content-slider-homepage a.cta {
    margin-top: 15px;
}

section.container-slider-homepage .background-content-slider-homepage ul.slick-dots {
    bottom: 25px;
}

section.container-scenarios-homepage .zone-acces-bonus .acces-bonus .content {
    display: block !important;
    padding: 20px 30px !important;
}

section.container-scenarios-homepage .zone-acces-bonus .acces-bonus .titre {
    width: 100% !important;
    margin: 0 0 15px 0 !important;
    float: none !important;
}

section.container-scenarios-homepage .zone-acces-bonus .acces-bonus .cta {
    float: none !important;
    width: 100%;
}

.box-acces.big {
    height: 400px;
}

.box-acces.small {
    height: 320px;
}

section.container-scenarios-homepage .zone-promo {
    padding: 12px;
}

section.container-scenarios-homepage .zone-promo .box-content {
    padding: 36px;
    max-width: 100% !important;
}

section.container-news-homepage .derniere-actu {
    height: auto;
    margin-bottom: 60px;
    padding-bottom: 30px;
}

section.container-news-homepage .derniere-actu img {
    height: 240px;
}

.breadcrumbs {
    margin-bottom: 25px;
}

.banner-pages,
.banner-pages .image-banner,
.banner-pages .background-banner {
    height: 180px;
}

.banner-pages .content-banner {
    left: 0;
    width: 100%;
    padding: 0 48px 0 24px;
}

.banner-pages .content-banner h1 {
    font-size: 2.35rem;
    line-height: 2.65rem;
}

.page-liste-photos-videos .box-video {
    height: 300px;
    aspect-ratio: inherit;
}

.page-liste-actus .box-actu.first-actu {
	height: auto !important;
}

.page-liste-actus .box-actu.first-actu .content {
	padding: 30px 30px 90px 30px !important;
}

.details-actu img {
    height: 280px;
}

.players-list .box-player .ranking {
	margin-right: 5px !important;
}

.players-list .box-player .photo {
	width: 90px !important;
	margin-right: 10px !important;
}

.players-list .box-player .flag {
	position: absolute !important;
	top: 10px !important;
	right: 10px !important;
}

.modal-player .modal-content .part-1 .left {
	height: 160px !important;
}

footer .zone-partenaires .widget-rolex {
    display: none !important;
}

footer .zone-partenaires .slider-partenaires-footer {
    left: 0;
    width: 100% !important;
}

#tarteaucitronRoot {
    display: none !important;
}

.nav-tabs-rmcm {
    margin-bottom: 35px;
}

.bt-tab-rmcm {
    height: 50px;
    font-size: 1rem;
    line-height: 1.2rem;
    padding-top: 4px;
}

section.livescores .timer-refresh .box-timer {
    padding: 0 10px;
    font-size: 0.75rem;
}

section.livescores .timer-refresh .box-timer i {
    margin-right: 5px;
}

.box-match .match {
    padding: 5px 5px 5px 20px;
}

.box-match .match:before {
    left: 10px;
}

.box-match.box-live .match,
.box-match.box-soon .match,
.box-match.box-susp .match {
    padding: 5px 5px 5px 40px;
}

.box-match.box-live .match:before,
.box-match.box-soon .match:before,
.box-match.box-susp .match:before {
    left: 30px;
}

.box-match .match .zone-joueurs {
    width: calc(100% - 130px);
}

.box-match .match .zone-joueurs:before {
    font-size: 18px;
    top: 25px;
}

.box-match .match .zone-joueurs:after {
    font-size: 0.45rem;
    top: 45px;
}

.box-match.box-soon .match .zone-joueurs:before {
    content: '\f141';
    left: -32px;
}

.box-match.box-soon .match .zone-joueurs:after {
    content: 'Soon';
    left: -35px;
}

.box-match.box-live .match .zone-joueurs:before {
    content: '\f2f2';
    left: -32px;
}

.box-match.box-live .match .zone-joueurs:after {
    content: 'Live';
    left: -32px;
}

.box-match.box-susp .match .zone-joueurs:before {
    content: '\f00d';
    left: -31px;
}

.box-match.box-susp .match .zone-joueurs:after {
    content: 'Susp.';
    left: -34px;
}

.box-match .match .zone-joueurs .equipe.service:after {
    left: 130px;
}

.box-match .match .zone-joueurs .equipe .joueur {
    font-size: 0.85rem;
}

.box-match .match .zone-joueurs .equipe .joueur span.nom {
    max-width: 85px;
}

.box-match .match .zone-scores {
    width: 130px;
}

.box-match .match .zone-scores .scores-equipe .score {
    width: 30px;
    height: 30px;
}

.box-match .match .zone-scores .scores-equipe .score.set:before {
    width: 24px;
    height: 24px;
    left: 3px;
    top: 3px;
}

.box-match .match .zone-scores .scores-equipe .score.win {
    font-size: 20px;
}

.box-match .header-winner .title {
    width: calc(100% - 180px);
    font-size: 1.2rem;
    line-height: 1.4rem;
    padding: 3px 0 0 15px;
}

.box-match.double .header-winner .title {
    width: calc(100% - 240px);
}

.box-match .header-winner .cta-match-box {
    width: 80px
}

.box-match .header-winner .cta-match-box .cta {
    padding: 1px 10px 0 10px;
    font-size: 1rem;
}

.box-match .header-winner .cta-match-box .cta:after {
    display: none;
}

.stats-match-modal .modal-dialog {
    margin: 0 auto !important;
}

.stats-match-modal .modal-dialog .modal-content button.bt-close-modal {
    top: 5px;
    right: 5px;
}

.slider-tableaux-nav .bt-nav-slider {
    font-size: 1.3rem;
    line-height: 1.5rem;
}

.slider-tableaux-nav .slick-slide {
    margin-right: 3vw;
    padding: 5px 10px 5px 5px;
}







}

@media screen and (min-width: 1200px) and (max-width: 1399px) {



}

@media screen and (min-width: 992px) and (max-width: 1199px) {



}

@media screen and (min-width: 768px) and (max-width: 991px) {



}


/* End of Media Queries */