@media screen and (max-width: 600px) {
    .logo {
        display: none !important;
    }

    h1, h2 {
        font-size: 1.5rem;
        margin: 0.4rem !important;
    }
}

@media screen and (max-width: 1130px) {
    h1, h2 {
        font-size: 1.5rem;
    }

    .bg-header {
        background-size: cover;
    }
}
html{
    overflow-x: hidden;
}
.row .col{
    padding: 0px 0.55rem !important;
}

html {
    scroll-behavior: smooth;
}

.nav-fixed {
    position: sticky !important;
    top: 0;
    z-index: 999;
}

.sidenav{
    z-index: 9999 !important;
}

body {
    background: url('../../assets/images/back-body.jpg');
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

img {
    width: 100%;
    height: auto;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: transform 1s;
}

img:hover {
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.activites ul li {
    list-style: inside circle;
}

.padd-1 {
    padding-top: 1rem;
}

.bg-header {
    background-image: url('../../assets/new_header.png');
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    background-attachment: fixed;
}

.separator{
    width: 50%;
}

.football{
    background: url('../../assets/images/foot.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    backdrop-filter: blur(8px) !important;
    min-height: 15vh !important;
}
.voleyball{
    background: url('../../assets/images/voley.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    backdrop-filter: blur(8px) !important;
    background-attachment: fixed;
    min-height: 15vh !important;
}
.basketball{
    background: url('../../assets/images/basketback.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    backdrop-filter: blur(8px) !important;
    background-attachment: fixed;
    min-height: 15vh !important;
}
.handball{
    background: url('../../assets/images/handball.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    backdrop-filter: blur(8px) !important;
    background-attachment: fixed;
    min-height: 15vh !important;
}
.ultimate{
    background: url('../../assets/images/ultimate.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    backdrop-filter: blur(8px) !important;
    background-attachment: fixed;
    min-height: 15vh !important;
}
.rugby{
    background: url('../../assets/images/rugby.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    backdrop-filter: blur(8px) !important;
    background-attachment: fixed;
    min-height: 15vh !important;
}

.boxe{
    background: url('../../assets/images/boxe.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    backdrop-filter: blur(8px) !important;
    background-attachment: fixed;
    min-height: 15vh !important;
}
.athletisme{
    background: url('../../assets/images/athletisme.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    backdrop-filter: blur(8px) !important;
    background-attachment: fixed;
    min-height: 15vh !important;
}

.squash{
    background: url('../../assets/images/squash.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    backdrop-filter: blur(8px) !important;
    background-attachment: fixed;
    min-height: 15vh !important;
}
.tdt{
    background: url('../../assets/images/tdt.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    backdrop-filter: blur(8px) !important;
    background-attachment: fixed;
    min-height: 15vh !important;
}
.badminton{
    background: url('../../assets/images/badminton.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    backdrop-filter: blur(8px) !important;
    background-attachment: fixed;
    min-height: 15vh !important;
}
.tennis{
    background: url('../../assets/images/tennis.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    backdrop-filter: blur(8px) !important;
    background-attachment: fixed;
    min-height: 15vh !important;
}

.p-5{
    padding: 5% !important;
}


.bl{
    border-left: 2px solid black;
}

.black-smoke{
    background-color: rgba(255,255,255,0.8);
    padding: 1.2rem;
    color:black !important;
}

.border-lighting{
    box-shadow: 0px 0px 7px 7px white;
}

.border {
    border: 10px solid;
    border-image-slice: 1;
    border-width: 5px;
    border-image-source: linear-gradient(to left, rgb(199, 187, 187), #000000);
    background: rgb(240, 240, 240);
}

.border-gradient {
    border: 5px solid;
    border-image-slice: 1;
    border-width: 2px;
    border-image-source: linear-gradient(to left, #743ad5, #d53a9d);
    background: rgb(240, 240, 240);
    padding: 1rem;
}

.w-50{
    width: 50%;
}
.logos a{
    padding: 0 5px;
}
.logos{
    display: inline-flex
}

footer ul li a{
    margin-top: 1.4rem;
    font-size: 1.5rem;
}

.btn:hover{
    background: linear-gradient(to left, #743ad5, #d53a9d);
}

.hidden{
    display: none;
}
#mentions-legales{
    position: fixed;
    top: 5vh;
    max-height: 90vh;
    height: 90vh;
    overflow: auto;
    z-index: 9999;
}

.border:hover {
    border-image-source: linear-gradient(to left, #743ad5, #d53a9d);
}

h4 {
    color: black;
}

.m-2{
    margin: 8px;
}

h4:hover, h3:hover {
    text-decoration: underline;
    background: linear-gradient(to left, #743ad5, #d53a9d);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
ul li a:hover{
    text-decoration: underline;
    background: linear-gradient(to left, #743ad5, #d53a9d);
}


.bg-content {
    background-color: rgb(60, 60, 60);
}

.logo {
    width: 100%;
}

p{
    font-weight: 600;
}

h1, h2 {
    color: white;
    font-weight: bold;
    text-shadow: 2px 2px 15px black;
}

hr {
    width: 35%;
}

nav .nav-center ul {
    text-align: center;
}

nav .nav-center ul li {
    display: inline;
    float: none;
}

nav .nav-center ul li a {
    display: inline-block;
}

.no-margin {
    margin-bottom: 0 !important;
}

.no-margin-top {
    margin-top: 0 !important;
}

nav ul li a:hover {
    background-color: rgb(84, 84, 84);
}

.parallax-container {
    height: 25vh;
}

.parallax-container img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}