@import url('https://fonts.bunny.net/css2?family=Dancing+Script:wght@600&display=swap');
@import url('https://fonts.bunny.net/css2?family=Akaya+Telivigala&display=swap');
@font-face {
    font-family: 'Computer Modern Serif';
    src: url("../fonts/Computer-Modern/Serif/cmunrm.woff");
}
@font-face {
    font-family: 'Computer Modern Serif Bold';
    src: url("../fonts/Computer-Modern/Serif/cmunbx.woff");
}
@font-face {
    font-family: 'Computer Modern Concrete';
    src: url("../fonts/Computer-Modern/Concrete/cmunorm.woff");
}
@font-face {
    font-family: 'Computer Modern Typewriter';
    src: url("../fonts/Computer-Modern/Typewriter/cmuntt.woff");
}

:root {
    --ecriture: #000;
    --ecriture_active: #fff;
    --fond: #f1f1f1;
    --header: #fff;
    --bg-hover: #e5e7eb;
    --lime: green;
    --bord-table: #ccc;
    --ecriture-light: rgb(73,80,87);
}

body{
    margin: 0;
    /*font-family: Arial, Helvetica, sans-serif;*/
    background-color: var(--fond);
    font-family: 'Inter var', sans-serif;
    color: var(--ecriture);
}
/*
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}*/
/*
a {
    text-decoration: none;
    color: var(--ecriture);
}*/

button {
    border: none;
    padding: 0px;
    background-color: var(--header);
    outline: none;
    cursor: pointer;
    color: var(--ecriture);
}

.link-green:hover {
    color: #2ecc71;
    text-decoration: underline;
    transition: 0.5s;
}

.g-button {
    background-color: #2ecc71;
    color: #fff;
    padding: 10px;
    font-weight: 900;
    border-radius: 4px;
}

.g-button:hover {
    transition-duration: .5s;
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    background-color: #27ad5f;
}

.link {
    text-decoration: underline;
    color: #06c;
    font-family: Arial, sans-serif;
    font-weight: bold;
}

/*------------ Header style ------------*/

    /*--- header mobile ---*/

.conteneur-menu-mobile {
    margin-top: 5px;   
}   

.conteneur-menu-deroulant {
    position: fixed;
    z-index: 30;
    background-color: var(--header);
    top: 0px;
    left: 0px;
    height: 100vh;
    width: 12rem;
    overflow: scroll;
}

.conteneur-menu-deroulant ul {
    padding-left: 0px;
    margin-top: 10px;
}

.menu-mobile-close {
    display: flex;
    justify-content: flex-end;
}

.menu-mobile-close button {
    font-size: 3.5rem;
    line-height: 2rem;
    margin-top: 0.25rem;
    margin-right: 0.75rem;
    color: gray;
    z-index: 40;
}

.liens-menu-deroulant {
    text-decoration: none;
    color: var(--ecriture);
    display: flex;
    align-items: center;
    padding: 0.75rem;
}

.li-menu-deroulant:hover {
    background-color: var(--bg-hover);
}

.liens-menu-deroulant span {
    margin-left: 0.5rem;
}
    /*--- fin header mobile ---*/

header {
    background-color: var(--header);
    display: flex;
    width: 100%; 
    justify-content: center;
    position: sticky;
    box-shadow: 0px 2px 6px 0px #00000017;
    top: 0px;
    z-index: 16;
}

#navigation {
    margin-left: auto;
    margin-right: auto;
    padding: 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#sous-navigation {
    display: flex;
    justify-content: center;
}

.conteneur-header-liens {
    position: relative;
    display: flex;
    margin-right: 18px;
}

.header-button {
    display: flex;
    align-items: center;
    font-family: 'Akaya Telivigala';
    padding: 5px;
    border-radius: 16px 4px;
    font-size: 23px;
    background-color: var(--fond);
    margin-bottom: 2px;
    text-decoration: underline;
}

.header-button:hover {
    background-color: var(--bg-hover);
}

.conteneur-sous-menu {
    position: absolute;
    background-color: var(--header);
    overflow: hidden;
    border-radius: 4px;
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    width: 12rem;
    margin-top: 2rem;
    padding-top: 0.25rem;
    z-index: 20;
    padding: 0px;
}

#logo, #logo-plcy {
    width: 100%;
}

.header-desktop {
    width: 100%;
    display: flex;
    justify-content: center;
    min-height: 70px;
}

.contenu-accueil {
    padding-top: 90px;
}

.navbar {
    display: flex;
    align-items: center;
    justify-content: center;
}
.navbar-left img {
    /*max-width: 85%;*/
    height: auto;
    width: auto;
}
.navbar-left {
    width: 138px;
}

.navbar-right {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.nav-active {
    display: flex;
    justify-content: center;
    text-decoration: none;
    align-items: center;
    font-family: 'Dancing Script', cursive, sans-serif;
    font-size: 28px;
    z-index: 10;
}
/*.nav-active:hover {
    transition: 0.2s;
    transform: scale(1.1);
    text-shadow: 0.1em 0.1em 0.2em black
    background: linear-gradient(90deg, #3DDC84 0%, #4385F5 72.88%);

}*/

.nav-active:after {
	content: '';
    position: absolute;
    left: 0;
    display: inline-block;
    height: 1em;
    width: 100%;
    border-bottom: 1px solid;
    margin-top: 10px;
    opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

.nav-active:hover:after {
    opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}


.colorblack {
    color: var(--ecriture);
}

.colorgreen {
    color: var(--lime);
}

.colorred {
    color: red;
}

.ffvelo {
    width: 54px;
    border-radius: 50%;
}

.maillot {
    height: 130px;
    display: none;
}

@media screen and (max-width: 1024px)
{
    .navbar {width: 90%;}
    header {position: unset;}
}

@media screen and (max-width: 674px) {
    .navbar-right {
        display: none;
    }
}

@media screen and (min-width: 674px) {
    .conteneur-menu-mobile {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .maillot {
        display: block;
    }
}

/*------------ Fin header style ------------*/

/*------------ Footer style ------------*/
footer {
    margin: auto;
    text-align: center;
    font-family: sans-serif;
    color: var(--ecriture);
    background-color: var(--fond);
    margin-top: 5px;
    padding-bottom: 1px;
    padding-top: 50px;
}

footer hr {
    max-width: 80%;
}

.changeTheme {
    cursor: pointer;
    width: 200px;
    height: 50px;
    background: salmon;
    color: var(--ecriture);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    border-radius: 5px;
}
/*------------ Fin footer style ------------*/

.bc-supervert {
    background-color: #2ecc71;
}

/*------------ Pagination ------------*/
.pagination {
    display: flex;
    justify-content: center;
}

.pagination a {
    color: var(--ecriture);
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border-radius: 4px;
    margin-right: 4px;
  }
  
.pagination a.active {
    background-color: #4CAF50;
    color: var(--ecriture_active);
}
  
.pagination a:hover:not(.active) {
    background-color: var(--bg-hover);
}
/*------------ Fin pagination ------------*/

/*------------ Talbe style ------------*/
.styled-table {
	border-collapse: collapse;
	margin: 25px 0;
	font-size: 0.9em;
	font-family: sans-serif;
	min-width: 400px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    text-align: center;
}

.styled-table thead tr {
	background-color: #009879;
	color: #fff;
	font-weight: 800;
}

.styled-table th,
.styled-table td {
	padding: 12px 15px;
}

.styled-table tbody tr {
	border-bottom: 1px solid var(--ecriture_active);
}

.styled-table tr:nth-child(even) {
	background-color: var(--fond);
}

.styled-table tbody tr:last-of-type {
	border-bottom: 2px solid #009879;
}