@font-face {
    font-family: "Centima";
    src: url("../fonts/CentimaProSans.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
}


@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

html, body {
    overflow-x: hidden;
}

body {
    font-family: "Roboto", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Centima", Helvetica, Arial;
    font-weight: 600;
}

p.presentation {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    color: var(--bs-secondary);
}

/* Header */
#head {
    background: #181015;
    background-size: cover;
    min-height: 520px;
    text-align: center;
    padding-top: 240px;
    color: white;
    font-family: "Open sans", Helvetica, Arial;
    font-weight: 300;
}

#head.secondary {
    height: 100px;
    min-height: 100px;
    padding-top: 0px;
}

#head .lead {
    font-family: "Centima", Helvetica, Arial;
    font-size: 70px;
    font-weight: 600;
    color: white;
    line-height: 1.15em;
    max-width: 900px;
    margin: auto;
    margin-bottom: 30px;
}

#head .tagline {
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 25px;
}

#head .tagline a {
    color: #fff;
}

#head .btn-primary {
    text-shadow: none;
    background: #35B5D4;
    color: #fff;
}

#head .btn-primary:hover,
#head .btn-primary:focus {
    color: rgba(255, 255, 255, .8);
    -webkit-box-shadow: inset 0px 0px 0px 3px rgba(255, 255, 255, .8);
    -moz-box-shadow: inset 0px 0px 0px 3px rgba(255, 255, 255, .8);
    box-shadow: inset 0px 0px 0px 3px rgba(255, 255, 255, .8);
    background: transparent;
}

#head .btn-primary:active,
#head .btn-primary.active {
    color: #fff;
    -webkit-box-shadow: inset 0px 0px 0px 3px #fff;
    -moz-box-shadow: inset 0px 0px 0px 3px #fff;
    box-shadow: inset 0px 0px 0px 3px #fff;
    background: transparent;
}

@media (max-width: 767px) {
    #head {
        min-height: 420px;
        padding-top: 160px;
    }

    #head .lead {
        font-size: 34px;
    }
}


/* Autohide navbar */
.slideUp {
    top: -100px;
}

.headroom {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}


/* Highlights (in jumbotron in most cases) */
.highlight {
    margin-top: 40px;
}

.h-caption {
    text-align: center;
}

.h-caption i {
    display: block;
    font-size: 54px;
    color: #382526;
    margin-bottom: 36px;
}

.h-caption h4 {
    color: #382526;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

.h-body {
}


/* Typography */

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 30px;
}

blockquote {
    font-style: italic;
    font-family: Georgia;
    color: #999;
    margin: 30px 0 30px;
}

label {
    color: #777;
}

.thin {
    font-weight: 300;
}

.page-title {
    margin-top: 20px;
    font-weight: 300;
}

.text-muted {
    color: #888;
}

.breadcrumb {
    background: none;
    padding: 0;
    margin: 30px 0 0px 0;
}

ul.list-spaces li {
    margin-bottom: 10px;
}

/* Helpers */
.container-full {
    margin: 0 auto;
    width: 100%;
}

.top-space {
    margin-top: 60px;
}

.top-margin {
    margin-top: 20px;
}

img {
    max-width: 100%;
}

img.pull-right {
    margin-left: 10px;
}

img.pull-left {
    margin-right: 10px;
}

#map {
    width: 100%;
    height: 280px;
}

#social {
    margin-top: 50px;
    margin-bottom: 50px;
}

#social .wrapper {
    width: 340px;
    margin: 0 auto;
}

/* Main content block */
.maincontent {
}

/* Sidebars */
.sidebar {
    padding-top: 36px;
    padding-bottom: 30px;
}

.sidebar .widget {
    margin-bottom: 20px;
}

.sidebar h1, .sidebar .h1, .sidebar h2, .sidebar .h2, .sidebar h3, .sidebar .h3 {
    margin-top: 20px;
}

/* Footer */
.footer1 {
    border-top: 2px solid #35B5D4;
    background: #1D5093;
    padding: 30px 0 0 0;
    font-size: 12px;
    color: #999;
}

.footer1 a {
    color: #ccc;
}

.footer1 a:hover {
    color: #fff;
}

.footer1 .widget {
    margin-bottom: 30px;
}

.footer1 .widget-title {
    font-size: 22px;
    font-weight: bold;
    color: #35B5D4;
    margin: 0 0 20px;
}

.footer1 .entry-meta {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 0 0 35px 0;
    padding: 2px 0;
    color: #888888;
    font-size: 12px;
    font-size: 0.75rem;
}

.footer1 .entry-meta a {
    color: #333333;
}

.footer1 .entry-meta .meta-in {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}

.follow-me-icons {
    font-size: 30px;
}

.follow-me-icons i {
    float: left;
    margin: 0 14px;
    color: #fff;
}

.footer2 {
    background: #1D71B8;
    padding: 15px 0;
    color: #777;
    font-size: 12px;
}

.footer2 a {
    color: #aaa;
}

.footer2 a:hover {
    color: #fff;
}

.footer2 p {
    margin: 0;
}

.widget-simplenav {
    margin-left: -5px;
}

.widget-simplenav a {
    margin: 0 5px;
}


.header {
    padding: 5px 30px;
    background-color: #001F28;
    width: 100%;
}

.logo {
    max-width: 125px;
}

.navbar {
    background-color: #001F28;
    min-height: 100px;
    padding: 0;
    transition: top 0.4s ease;
    z-index: 1030;
}

.navbar-nav .nav-link {
    color: white;
    font-size: 18px;
    font-family: "Centima", sans-serif;
    font-weight: 600;
    position: relative;
    padding: 10px 15px;
}

.navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    left: 100%;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #35B5D4;
    transition: all 0.3s ease;
    opacity: 0;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link:focus::after {
    left: 0;
    width: 100%;
    opacity: 1;
}

.btn-inscription {
    background-color: #35B5D4;
    border-radius: 50px;
    padding: 10px 20px;
    margin-left: 10px;
    transition: background-color 0.3s;
    border: none;
}

.btn-inscription:hover {
    background-color: #1D5093;
}

.dropdown-menu {
    color: #f0f8ff;
}

.dropdown-item:hover {
    color: #d1e7ff;
}

@media (max-width: 991px) {
    .navbar-collapse {
        padding: 15px;
        background-color: #001F28;
    }

    .navbar-nav {
        flex-direction: column;
        align-items: flex-start;
    }

    .navbar-nav .nav-link {
        padding-left: 20px;
    }

    .btn-inscription {
        margin: 15px auto 0 auto;
        display: inline-block;
    }
}

@media (min-width: 992px) {
    .navbar-collapse {
        display: flex !important;
        justify-content: flex-end;
        align-items: center;
    }
}

.navbar-nav .btn {
    border: none;
}

.navbar-nav a.btn:focus, .navbar-nav a.btn:hover {
    border: none;
}

.navbar-nav .btn {
    margin-top: 0px;
}

.navbar-dark .navbar-toggler {
    color: #fff;
    border: none;
}

.navbar-dark .navbar-toggler {
    color: transparent;
}

@media (max-width: 767px) {
    .navbar-collapse ul .btn {
        max-width: inherit;
    }
}

.btn {
    border-radius: 50px;
}

.form-search {
    display: flex;
    align-content: flex-end;
    justify-content: center;
    align-items: flex-end;
    flex-direction: row;

    max-width: 900px;
    margin: auto;
}

@media (max-width: 767px) {
    .form-search {
        align-content: center;
        justify-content: center;
        align-items: stretch;
        flex-direction: column;
        flex-wrap: wrap;
    }
}


#head .btn-primary {
    border: none;
    margin: 0;
}

.btn-primary:hover {
    background: #1D5093;
    border-color: #1D5093;
    color: #fff;
}

#head .btn-primary:hover, #head .btn-primary:focus {
    color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #1D5093;
}

.form-search label {
    float: left;
    color: #fff;
}

.form-search .col {
    padding: 5px;
}

 .conversation-item form {
     visibility: hidden;
     opacity: 0;
     transition: opacity 0.2s ease-in-out;
 }
.conversation-item:hover form {
    visibility: visible;
    opacity: 1;
}


#head {
    margin-top: -100px;
    position: relative;
    min-height: 100vh;
    text-align: center;
    padding-top: 0px;
    color: white;
    font-weight: 400;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    z-index: 1;
    pointer-events: none;
}

#head .container {
    position: relative;
    z-index: 2;
}


#animated-word {
    display: inline-block;
    position: relative;
    overflow: hidden;
    vertical-align: baseline;
    font-style: italic;
    color: white;
    text-shadow: 0 0 1px #35B5D4,
    0 0 3px #35B5D4,
    0 0 3px #35B5D4,
    0 0 2px #35B5D4;
    padding-right: 0.2em;
    line-height: inherit;
    top: 15px;
}

@media (max-width: 767px) {
    #animated-word {
        top: 7px;
    }
}

#animated-word span {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transform: translateY(100%);
    transition: opacity 0.5s ease, transform 0.5s ease;
    white-space: nowrap;
}

#animated-word span.active {
    position: relative;
    transform: translateY(0);
    opacity: 1;
}

.intro {
    max-width: 800px;
    padding: 0px 20px 60px 20px;
}

.titre-linkosport {
    font-size: 36px;
    color: #1D5093;
    font-weight: 600;
}

.separator {
    width: 200px;
    margin: 15px 0 25px 0;
}

/* Bloc commun (swiper-slide + col) */
.skills .swiper-slide {
    background-color: #1D5093;
    border-radius: 15px;
    padding: 25px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.skills .picto-skills {
    max-width: 90px;
    transition: 0.3s;
    display: block;
    margin: auto;
}

.skills .picto-skills:hover {
    transform: scale(1.1);
}

.skills h3 {
    font-size: 23px;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    color: #fff;
    text-align: center;
    margin-top: 10px;
}

/* Flèches visibles uniquement < 1024px */
.swiper-button-prev,
.swiper-button-next {
    color: #35B5D4 !important;
    display: none;
}

@media (max-width: 1023px) {
    .swiper-button-prev,
    .swiper-button-next {
        display: block;
    }
}

/* Layout desktop = 4 colonnes */
@media (min-width: 1024px) {
    .skills-swiper .swiper-wrapper {
        display: flex !important;
        flex-wrap: wrap;
        gap: 20px;
        transform: none !important;
    }

    .skills-swiper .swiper-slide {
        width: calc(33% - 15px) !important;
        margin: 0 !important;
        position: static !important;
        transform: none !important;
        left: auto !important;
        top: auto !important;
        opacity: 1 !important;
        height: auto !important;
    }

    .swiper-button-prev,
    .swiper-button-next {
        display: none !important;
    }
}

.jumbotron h4, .actus h2 {
    font-size: 35px;
    color: #001F28;
    font-weight: 600;
    font-family: "Centima";
}

.top-space-negative {
    margin-top: -100px;
}

.jumbotron {
    padding-top: 130px;
    padding-bottom: 50px;
}

.actus {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #F7F5F4;
}

.card {
    border-radius: 15px;
}

.card p {
    font-size: 16px;
}

.card-img, .card-img-top {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.card-title {
    margin-top: 0;
}

.bg-stade {
    padding: 50px 30px !important;
    background-image: url("../images/linkosport-logo-mockup.jpg");
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

@media screen and (max-width: 767px) {
    .bg-stade {
        padding: 50px 20px !important;
        background-image: url("../images/linkosport-logo-mockup-mobile.jpg");
        background-color: #185A0E;
        background-position: top center;
        background-size: cover;
        background-attachment: inherit;
        background-repeat: no-repeat;
        min-height: 300px;
    }
}

.swiper-slide .card {
    min-height: 100%; /* pour s'assurer que toutes les cartes prennent bien toute la hauteur */
    height: 100%;
}

.swiper-wrapper {
    align-items: stretch; /* force les slides à occuper toute la hauteur du container */
}

.swiper {
    padding: 1rem 0;
}

@media (min-width: 768px) {
    .swiper-container-mobile {
        display: none !important;
    }
}

@media (max-width: 767.98px) {
    .desktop-grid {
        display: none !important;
    }
}


.bg-stade .swiper-button-next, .bg-stade .swiper-button-prev {
    top: 110px;
}


.swiper-slide {
    display: flex;
    height: auto;
}

.swiper-slide .card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.card-body {
    flex-grow: 1;
}

.actus .card-img, .actus .card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.actus i {
    color: #1D5093;
    margin-right: 5px;
}

.actus span {
    margin-right: 15px;
}

.actus .card .lien-article {
    text-decoration: underline;
    color: #1D5093;
    transition: 0.3s;
}

.actus .card .lien-article:hover {
    color: #35B5D4;
}

.actus p {
    text-align: center;
    max-width: 800px;
    margin: auto;
    margin-top: 20px;
}

.actus p.card-infos {
    text-align: left;
    font-size: 14px;
    margin-bottom: 10px;
}


.swiper-actus-mobile .swiper-slide {
    display: flex;
    height: auto;
}

.swiper-actus-mobile .card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.swiper-actus-mobile .card-body {
    flex-grow: 1;
}

.logo-footer {
    max-width: 150px;
}

.widget-body li {
    color: #ccc;
    font-size: 16px;
}

.widget-body li::marker {
    color: #35B5D4;
}

.contact-list ul {
    list-style-type: none;
}

.contact-list i {
    color: #35B5D4;
    margin-right: 8px;
    margin-left: -10px;
}

.contact-list li {
    display: flex;
    align-items: center;
    gap: 6px;
}

.bg-stade-profil {
    position: relative;
    background-position: center;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 50px;
    color: #fff;
    z-index: 1;
    overflow: hidden;
}

.bg-stade-profil::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(20deg,rgba(0, 0, 0, 0.9) 25%, rgba(0, 0, 0, 0));
    z-index: 0;
    pointer-events: none;
}

.bg-stade-profil > .container,
.bg-stade-profil .profil {
    position: relative;
    z-index: 1;
}

.profil{
    display:flex;
    column-gap:20px;
    align-items: center;
    align-content: center;
}

.profil h1{
    margin-top:0px;
}

.profil img{
    border-radius: 100%;
    object-fit: cover;
    max-width: 150px;
    height: 150px;
    width: 150px;
    border:3px solid white;
    background-color:#001F28;
}

@media screen and (max-width: 767px) {
    .profil img{
        border-radius: 100%;
        object-fit: cover;
        max-width: 100px;
        height: 100px;
        width: 100px;
        border:3px solid white;
        background-color:#001F28;
    }
}

.profil-infos{
    color:#35B5D4;
}

.profil-infos i{
    color:#35B5D4;
}

.profil-infos i.fa-star{
    font-size:11px;
    margin-right:2px;
    margin-bottom:2px;
}

.profil-content .sport, .profil span{
    margin-right:20px;
}

.profil-content .sport i, .sidebar-right i{
    color:#35B5D4;
    margin-right:5px;
}


.profil-content .card-title{
    font-size: 22px;
}

.sidebar {
    padding-left: 30px;
}
