/*
Modified (a lot) from TemplateMo 569 Edu Meeting
https://templatemo.com/tm-569-edu-meeting
*/

/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. le club
07. actu
08. contact
09. footer

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900");

/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
div pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
figure,
header,
nav,
section,
article,
aside,
footer,
figcaption {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

header,
nav,
section,
article,
aside,
footer,
hgroup {
    display: block;
}

* {
    box-sizing: border-box;
}

html,
body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    background-color: #fff;
    font-size: 16px;
    -ms-text-size-adjust: 100%;
}

a {
    text-decoration: none !important;
    color: #3CF;
}

a:hover {
    color: #FC3;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0px;
    margin-bottom: 0px;
}

ul {
    margin-bottom: 0px;
}

p {
    font-size: 14px;
    line-height: 25px;
    color: #2a2a2a;
}

img {
    width: 100%;
    overflow: hidden;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
    background: #fff;
    font-family: 'Poppins', sans-serif;
}

::selection {
    background: #f5a425;
    color: #fff;
}

::-moz-selection {
    background: #f5a425;
    color: #fff;
}

@media (max-width: 991px) {

    html,
    body {
        overflow-x: hidden;
    }

    /* ???? */
    .mobile-top-fix {
        margin-top: 30px;
        margin-bottom: 0px;
    }

    .mobile-bottom-fix {
        margin-bottom: 30px;
    }

    .mobile-bottom-fix-big {
        margin-bottom: 60px;
    }
}

.main-button-red a {
    font-size: 13px;
    color: #fff;
    background-color: #a12c2f;
    padding: 12px 30px;
    display: inline-block;
    border-radius: 22px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all .3s;
}

.main-button-red a:hover {
    opacity: 0.9;
}

.main-button-yellow a {
    font-size: 13px;
    color: #fff;
    background-color: #f5a425;
    padding: 12px 30px;
    display: inline-block;
    border-radius: 22px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all .3s;
}

.main-button-yellow a:hover {
    opacity: 0.9;
}

.section-heading h2 {
    line-height: 40px;
    margin-top: 0px;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(250, 250, 250, 0.15);
    font-size: 28px;
    font-weight: 700;
    /*  text-transform: uppercase; */
    color: #fff;
}

h3 {
    color: #fff;
}


/* 
---------------------------------------------
header
--------------------------------------------- 
*/

/* sub-head is intended to hold the social networks icons etc. Not used.
.sub-header {
    background-color: #1f272b;
    position: relative;
    z-index: 1111;
}

.sub-header .left-content p {
    color: #fff;
    padding: 8px 0px;
    font-size: 13px;
}

.sub-header .right-icons {
    text-align: right;
    padding: 8px 0px;
}

.sub-header .right-icons ul li {
    display: inline-block;
    margin-left: 15px;
}

.sub-header .right-icons ul li a {
    color: #fff;
    font-size: 14px;
    transition: all .3s;
}

.sub-header .right-icons ul li a:hover {
    color: #f5a425;
}

.sub-header .left-content p em {
    font-style: normal;
    color: #f5a425;
} */

/*********************************************************************************/
/* makes the navbar fixed at the top */
.background-header {
    background-color: #fff !important;
    height: 65px !important;
    position: fixed !important;
    /*position: sticky!important;*/
    top: 0 !important;
    left: 0;
    right: 0;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) !important;
}

.background-header .navbar-nav li a {
    color: #1e1e1e !important;
}

.background-header .logo,
.background-header .navbar-nav li a {
    color: #1e1e1e !important;
}

.background-header .navbar-nav li:hover a {
    color: #fb5849 !important;
}

.background-header .nav li a.active {
    color: #fb5849 !important;
}

.header-area {
    background-color: rgba(250, 250, 250, 0.15);
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    z-index: 100;
    transition: all .5s ease 0s;
}

.header-area .navbar-nav {
    min-height: 40px;
    background: transparent;
}

.logo {
    /* line-height: 100px; */
    line-height: 60px;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    float: left;
    margin-left: 30px;
    transition: all 0.3s ease 0s;
}

.logo-img-on,
.logo-noir {
    height: 60px !important;
    width: auto;
}

.logo-img-off,
.logo-text-off {
    display: none !important;
    text-transform: none;
}

.logo-text-on {
    text-transform: none;
    display: block !important;
}

ul.navbar-nav {
    position: absolute;
    right: 10vw;
    transition: all 0.3s ease 0s;
}

.header-area .navbar-nav li {
    padding-left: 0;
    padding-right: 10px;
}

.header-area .navbar-nav li:last-child {
    padding-right: 0px;
}

.header-area .navbar-nav li a,
a.nav-link {

    display: block;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    transition: all 0.3s ease 0s;
    height: 40px;
    line-height: 40px;
    border: transparent;
    letter-spacing: 1px;
}

.header-area .navbar-nav li:hover a,
.header-area .navbar-nav li a.active {
    color: #f5a425 !important;
}


.active>a {
    color: #f5a425 !important;
}

.navbar-nav .nav-link.active {
    color: #f5a425 !important;
    opacity: 1;
}

/* new sub-menu css */

.header-area .navbar-nav li.has-sub {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    ;
}

.background-header .navbar-nav li.has-sub::after {
    color: #1e1e1e;
}

.header-area .navbar-nav li.has-sub ul.sub-menu {
    position: absolute;
    width: 200px;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    overflow: hidden;
    top: 40px;
    opacity: 0;
    transition: all .3s;
    transform: translateY(+2em);
    visibility: hidden;
    z-index: -1;
}

.header-area .navbar-nav li.has-sub ul.sub-menu li {
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.header-area .navbar-nav li.has-sub ul.sub-menu li a {
    opacity: 1;
    display: block;
    background: #f7f7f7;
    color: #2a2a2a !important;
    padding-left: 20px;
    height: 40px;
    line-height: 40px;
    transition: all 0.3s ease 0s;
    position: relative;
    font-size: 13px;
    font-weight: 400;
    border-bottom: 1px solid #eee;
}

.header-area .navbar-nav li.has-sub ul li a:hover {
    background: #fff;
    color: #f5a425 !important;
    padding-left: 25px;
}

.header-area .C li.has-sub ul li a:hover:before {
    width: 3px;
}

.header-area .navbar-nav li.has-sub:hover ul.sub-menu {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
}


.header-area.header-sticky {
    min-height: 80px;
    position: fixed;
    top: 10px;
}


.header-area.header-sticky li a.active {
    color: #f5a425;
}

@media (max-width: 1200px) {
    .header-area .navbar-nav li {
        padding-left: 7px;
        padding-right: 7px;
    }
}

/**************************************************************/
/**************************************************************/

@media (max-width: 767px) {
    .header-area .navbar-nav .logo {
        color: #1e1e1e;
    }

    .header-area .navbar-nav li:hover a,
    .header-area.header-sticky .nav li a:hover,
    .header-area.header-sticky .nav li a.active,
    .header-area .navbar-nav li a.active {
       color: #fb5849 !important;
       opacity: 1;
    }

    .active>a {
        color: #fb5849 !important;
    }
    
    .navbar-nav .nav-link.active {
        color: #fb5849 !important;
        opacity: 1;
    }

    .header-area {
        padding: 0px 10px;
        height: 65px !important;
        box-shadow: none;
        text-align: center;
    }

    .header-area .container {
        padding: 0px;
    }

    .header-area .menu-trigger {
        display: block !important;
    }

    ul.navbar-nav {
        right: 0;
    }

    .header-area .navbar-nav {
        overflow: visible;
        width: 100%;
        text-align: left;
        background: rgba(230, 230, 230, 0.85);
        padding-left: 40px;
    }

    .header-area .navbar-nav .nav {
        float: none;
        width: 100%;
        display: none;
        transition: all 0s ease 0s;
        margin-left: 0px;
    }

    .header-area .navbar-nav .nav li:first-child {
        border-top: 1px solid #eee;
    }

    .header-area.header-sticky .nav {
        margin-top: 100px !important;
    }

    .header-area .navbar-nav .nav li {
        width: 100%;
        background: #fff;
        border-bottom: 1px solid #eee;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .header-area .navbar-nav .nav li a {
        height: 50px !important;
        line-height: 50px !important;
        padding: 0px !important;
        border: none !important;
        background: #f7f7f7 !important;
        color: #191a20 !important;

    }

    .header-area .navbar-nav .nav li a:hover {
        background: #eee !important;
        color: #fb5849 !important;
    }

    .header-area .navbar-nav li.has-sub {
        padding-left: 7px;
    }

    .header-area .navbar-nav .nav li.has-sub ul.sub-menu {
        position: relative;
        visibility: inherit;
        opacity: 1;
        z-index: 1;
        transform: translateY(0%);
        top: 0px;
        width: 100%;
        box-shadow: none;
        transition: all 0s;
    }

    .header-area .navbar-nav .nav li.submenu ul li a {
        font-size: 12px;
        font-weight: 400;
    }

    .header-area .navbar-nav .nav li.submenu ul li a:hover:before {
        width: 0px;
    }

    .header-area .navbar-nav .nav li.has-sub ul.sub-menu {
        height: auto;
    }

    .header-area .navbar-nav .nav li.has-sub:after {
        color: #3B566E;
        right: 30px;
        font-size: 14px;
        top: 15px;
    }

    .logo {
        font-size: 18px;
        margin-left: 1px;
    }

}

@media (min-width: 767px) {
    .header-area .navbar-nav .nav {
        display: flex !important;
    }
}


/* 
---------------------------------------------
banner
--------------------------------------------- 
*/

.main-banner {
    position: relative;
    max-height: 100%;
    overflow: hidden;
    margin-bottom: -7px;
}

#bg-video {
    min-width: 100%;
    min-height: 100vh;
    max-width: 100%;
    max-height: 100vh;
    object-fit: cover;
    z-index: -1;
}

#bg-video::-webkit-media-controls {
    display: none !important;
}

#bg-video2 {

    object-fit: cover;
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;

}

#bg-video2::-webkit-media-controls {
    display: none !important;
}

.video-vertical {
    width: 60vh;
    transform: rotate(90deg) !important;
    height: 75vh;
    margin-left: -13vh;
}

.video-overlay {
    position: absolute;
    background-color: rgba(31, 39, 43, 0.75);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
}

.main-banner .caption {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.main-banner .caption h6 {
    margin-top: 0px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
}

.main-banner .caption h2 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
    letter-spacing: 1px;
}

.main-banner .caption h2 em {
    font-style: normal;
    color: #f5a425;
    font-weight: 900;
}

.main-banner .caption p {
    color: #fff;
    font-size: 14px;
    max-width: 570px;
}

.main-banner .caption .main-button-red {
    margin-top: 30px;
}

@media screen and (max-width: 767px) {

    .main-banner .caption h6 {
        font-weight: 500;
    }

    .main-banner .caption h2 {
        font-size: 36px;
    }

}



/*
---------------------------------------------
LE CLUB
---------------------------------------------
*/

section.le-club {
 
    background-image: url(../images/bg-tcp2.jpg);
    background-position: center center;
    background-attachment: fixed;
    background-repeat: repeat;
    padding-top: 30px;
    padding-bottom: 110px;
}

section.le-club .section-heading {
    text-align: center;
}

section.le-club h4 {
    font-size: 18px;
    font-weight: 600;
    color: #1f272b;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

section.le-club ul li {
    /* display: inline-block; */
    margin-bottom: 15px;
}

section.le-club ul li a {
    font-size: 15px;
    color: #1f272b;
    font-weight: 500;
    transition: all .3s;
}

section.le-club ul li a:hover {
    color: #a12c2f;
}

section.le-club .main-button-red {
    border-top: 1px solid #eee;
    padding-top: 30px;
    margin-top: 15px;
}

section.le-club .main-button-red a {
    width: 100%;
    text-align: center;
}

.sub-menu-leclub {
    display: block;
    position: sticky;
    top: 200px;

    background-color: #fff;
    border-radius: 20px;
    padding: 40px;
    margin-right: 45px;
}

.article {
    padding-top: 10vh;
}

.club-item {
    margin-top: 10px;
    margin-bottom: 30px;
}

.club-item .thumb {
    position: relative;
}

.club-item .thumb img {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

.club-item .thumb .price {
    position: absolute;
    left: 20px;
    top: 20px;
}

.club-item .thumb .price span {
    font-size: 16px;
    color: #1f272b;
    font-weight: 600;
    background-color: rgba(250, 250, 250, 0.9);
    padding: 7px 12px;
    border-radius: 10px;
}

.club-item .down-content {
    background-color: #fff;
    padding: 30px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.club-item .down-content .date {
    /* float: left; */
    text-align: center;
    display: inline-block;
    margin-right: 20px;
}

.club-item .down-content .date h6 {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    color: #a12c2f;
}

.club-item .down-content .date span {
    display: block;
    color: #1f272b;
    font-size: 22px;
    margin-top: 7px;
}

.club-item .down-content h4 {
    font-size: 18px;
    color: #1f272b;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 15px;
}

.club-item .down-content p {
    margin-left: 50px;
    color: #1f272b;
    font-size: 14px;
}



/*
---------------------------------------------
competition
---------------------------------------------
*/

section.competition {
    background-image: url(../images/tennis-sports-ball-game-tennis-player-play-tennis-racquet-sport-981595-pxhere.com.jpg);
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 140px 0px;
}

section.competition .item {
    background-color: rgba(250, 250, 250, 0.35);
    padding: 40px;
    margin-bottom: 30px;
}

section.competition .item h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

section.competition .item p {
    color: #fff;
    margin-bottom: 20px;
}

td.compet-date {
    white-space: nowrap;
    font-family: monospace;
    overflow: auto;
}

/*
---------------------------------------------
actualites
---------------------------------------------
*/

section.actualites,
.footer {

    background-image: url(../images/bg-tcp2.jpg);
    background-position: center center;
    background-attachment: fixed;
    background-repeat: repeat;
    padding-top: 30px;
    padding-bottom: 110px;
}

section.actualites .item {
    background-color: rgba(250, 250, 250, 0.7);
    padding: 40px;
    margin-bottom: 30px;
    border-radius: 15px;
}

section.actualites .item h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

section.actualites .item p {
    color: #fff;
    margin-bottom: 20px;
}

section.actualites .thumb-img {
    max-width: 200px;
    max-height: 160px;
}

section.actualites .down-content {
    width: 70%;
    float: right;
}

/*
---------------------------------------------
actualites Planning des matchs
---------------------------------------------
*/

#competitions {
    background-image: url(../images/sport-player-competition-holland-netherlands-arena-236177-pxhere.com.jpg);
    background-position: top center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 140px 0px;;

}

.accordion-item {
    background-color: rgba(200,250 ,250, 0.5);
}

div.accordion-boby p {
    padding-left: 10vw;
}

.table-competition {
    --bs-table-bg: rgba(200, 240, 240, 0.8);
    max-width: 900px;
    margin: auto;

}

/*section.club-en-chiffre {*/
section.contact-form {

    background-image: url(../images/ben-hershey-K9HgyI3qmqA-unsplash_smallbg.jpg);
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 140px 0px 125px 0px;
}

.contact-iframe {
    width: 100%;
    height: 70vh;
    background: transparent;
}

section.contact-form h4,
section.contact-form p {
    /* font-size: 24px;*/
    color: #fff;
}

/* Le club en Chiffres */
#chiffres.article .col-lg-12 .club-item .down-content {
    background: none;
}

#chiffres.article .col-lg-12 .club-item .down-content h4 {
    color: #f5a425 !important;
    font-size: 2.0rem;
}

section.club-en-chiffre h2 {
    font-size: 38px;
    color: #fff;
    line-height: 50px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 50px;
    z-index: 2;
}



.count-area-content {
    text-align: center;
    background-color: rgba(250, 250, 250, 0.15);
    border-radius: 20px;
    padding: 25px 30px 35px 30px;
    margin: 15px 0px;
    z-index: 2;
}

.percentage .count-digit:after {
    content: '%';
    margin-left: 3px;
}

.count-digit {
    margin: 5px 0px;
    color: #f5a425;
    font-weight: 700;
    font-size: 36px;
}

.count-title {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.5px;
}



.footer {
    text-align: center;
    margin-top: 0px;
    border-top: 5px solid rgba(250, 250, 250, 0.15);
    padding: 50px 0px;
}

.footer p {
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
}

.footer p a {
    color: #f5a425;
}


@media (max-width: 992px) {

    .main-banner .caption {
        top: 60%;
    }

    .main-banner .caption h2 {
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 22px;
    }

    .main-banner .caption .main-button-red {
        margin-top: 15px;
    }

    section.le-club {
        padding-top: 0;
    }

    section.le-club {
        margin-right: 0px;
        margin-bottom: 30px;
    }

    .sub-menu-leclub {
        display: none;
    }

    .accordions {
        margin-left: 0px;
    }

    section.club-en-chiffre .video {
        margin-left: 0px;
        margin-top: 15px;
    }

    .header-area .navbar-nav {
        overflow: visible;
        width: 100%;
        text-align: left;
        background: rgba(250, 250, 250, 0.90);
        padding-left: 40px;
        right: 0;
    }
    .header-area .navbar-nav li a, a.nav-link  {
        color: #111111;
    }

}

@media (max-width: 767px) {

    .sub-header .left-content p {
        display: none;
    }

    .sub-header .right-icons {
        text-align: center;
    }

    .main-nav .nav .sub-menu {
        display: none;
    }

    .header-area .main-nav .nav li ul.sub-menu li a {
        color: #1f272b;
    }

    .sub-menu-leclub {
        display: none;
    }

    .accordion-boby {
        padding-left: 0;
    }

}