@font-face {
    font-family: "RumbleKill";
    src: url(../fonts/Rumblekill.woff) format(woff);
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Academy";
    src: url(../fonts/Academy.woff) format(woff);
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Collage";
    src: url(../fonts/Collage.woff) format(woff);
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "RumbleBrave";
    src: url(../fonts/RumbleBrave.woff) format(woff);
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Folio';
    src: url(../fonts/folio.woff);
}

html{
    height: 100%;
    scroll-behavior: smooth;
}

body{
    background-color: #efefef;
    font-family:"helvetica";
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

header {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    height: 110px;
    background-color: #efefef;
    padding: 0;
    border-bottom: 3px solid black;
}

h1 {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}


.container {
    width: 1080px; 
    margin: 0 auto; 
}
/* Vidéo accueil */ 

.video-container {

    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

video {
    width: 100%;
    height: auto;
    object-fit: cover; 
}

/* Page données */

.banner {
    position: relative;
    width: 100%;
    height: 400px; 
    background-image: url('images/DONNEES.jpg'); 
    background-size: cover; 
    background-position: center;
    overflow: hidden;
}

.banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0); 
    transition: background-color 0.3s ease; 
}

.banner:hover::before {
    background-color: rgba(0, 0, 0, 0.7);
}

#tableaudonnees {
    display: flex;
    align-items: center;
    justify-content: center;
}

#expli{
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    font-weight:500;
    padding: 20px;
    position: absolute;
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%);
    text-align: justify;
    color: white;
    width: 80%;
}

.mdc-button .mdc-button--raised .mdc-button--colored {
    color: var(#570503);
}
:root {
	--mdc-theme-primary: #570503;
	--mdc-theme-secondary: #871101;
	--mdc-theme-background: #fff;

}
.mdc-data-table__header-cell {
    color: #efefef;
    background-color: #570503;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: Helvetica;
	font-family: var(--mdc-typography-subtitle2-font-family, var(--mdc-typography-font-family, Helvetica));
}

.mdc-text-field_input {
    width: 40px;
}

.inspiration {
    word-wrap: break-word; 
    overflow-wrap: break-word; 
    max-width: 200px;
    white-space: normal; 
}


/* Fin de la page données */ 

#collagea {
    max-width: 100%; 
    height: auto; 
}
#collageex {
    max-width: 82%; 
    height: auto; 
    margin-left: 110px;
    margin-top: -90px;
    margin-bottom: 40px;
}


#orblogo {
    width: 60px;
    margin-right: 10px;
    margin-left: 40px;
    
}

#logo {
    display: flex;
    width: 155px;
    height: auto;
    margin-top: 22px;
}
nav{
    margin-left: auto; 
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: center;
   
}
nav ul {
    position: relative;
    list-style-type: none;
    display: flex;
    gap: 20px;
    padding: 0;
    margin: 0;
    right: 50px;

}
nav ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: black; 
    color: #efefef; 
    text-decoration: none;
}
nav ul li a.active {
    background-color: #efefef; 
    color: black; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
    font-weight: bold; 
}

.accueil {
    padding: 14px 23px;
    font-size: 20px;
    display: inline-block;

}
.donnees {
    padding: 11px 23px;
    font-size: 25px;
    display: inline-block;
    font-family: "RumbleKill";
}  
.galerie {
    padding: 13px 13px 2px;
    font-size: 30px;
    display: inline-block;
    font-family: "Academy";
}
.contact {
    padding: 11px 14px;
    font-size: 25px;
    display: inline-block;
    font-family: "Collage";
}
.partenaires {
    padding: 12px 4px;
    font-size: 25px;
    display: inline-block;
    font-family: "RumbleBrave";
}

main {
    flex: 1;
}


/* Page contact et formulaire */


#contactf {
    position: relative;
    max-width: 300px;
    height: 540px;
    padding: 30px;
    background: #000000;
    color: #efefef;
    font-size: small;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#en-tête{
    display: flex;
    justify-content: space-between;
    gap: 5px;
    margin-bottom: 5px;
}
#en-tête input {
    flex:auto;
    width: 85%;
}
input:not([type="radio"]), textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

textarea {
    height: 100px;
    font-size: medium;
    width: auto;
    resize: none;
    margin-bottom: 10px;
}

textarea:focus {
    border-color: #570503; 
    outline: none;
}

input:not([type="radio"])  {
    display: flex;
    appearance: none;
    width: auto;
    margin-bottom: 10px;
}
input:not([type="radio"]):focus {
    border-color: #570503; 
    outline: none;
}
#envoi{
    color: #efefef;
    display: inline-block;
    background-color:#570503;
    border: none;
    text-align: center;
    padding: 10px;
    
}
#envoi:hover {
    background-color:#efefef;
    color: black;
}

.success {
    color: rgb(1, 134, 1); 
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: medium;
    font-weight: 600;
}

.error {
    color: rgb(202, 0, 0); 
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: medium;
    font-weight: 600;
}
.form1 {
    width: 450px;
    height: auto;
    margin: 20px;
}
#imagesc {
    display: flex;
    justify-content: space-between;
}

input[type="radio"] {
    width: 15px;
    height: 15px;
    margin-right: 10px;
}

fieldset {
    margin-bottom: 10px;
}

/* Page Galerie */ 

#affichgal {
    display: flex; 
    flex-wrap: wrap; 
    justify-content: center; 
    width: 1080px; 
    margin: 0 auto; 
    gap: 20px;
}

#affichgal img {
    width: calc(50% - 10px); 
    aspect-ratio: 1 / 1; 
    object-fit: cover; 
    transition: filter 0.3s, transform 0.3s;
    box-sizing: border-box;
    margin-bottom: 40px;
}


#affichgal img:hover {
    filter: grayscale(100%) contrast(100%) brightness(50%); 
    transform: scale(1.05); 
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); 
}


#depot {
    position: relative;
    margin: auto;
    max-width: 300px;
    padding: 30px;
    margin-bottom: 60px;
    background: #000000;
    color: #efefef;
    font-size: small;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#telecharger {
    color: #efefef;
    display: inline-block;
    background-color:#570503;
    border: none;
    text-align: center;
    padding: 10px;
}
#telecharger:hover {
    background-color:#efefef;
    color: black;
}

/*Footer*/

footer {
    width: 100%;
    height: 80px;
    background-color: #000000;
    color: white;
}

.footer-content {
    display: flex;
    justify-content: space-between; 
    align-items: center; 
    text-align: center;
    padding: 0;
    margin: 0 auto;
    gap: 20px; 
}

.button {
    display: flex; 
    justify-content: space-around;
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 5px; 
    transition: background-color 0.3s; 

}
.icon-container {
    display: flex;
    align-items: center;
    margin-left: 80px;
}

.icon {
    width: 40px;
    height: 40px;
    margin-right: 8px; 
}

#text-footer {
    flex-grow: 1;
    text-align: center;
}













/* Page Crédits */

.credits {
    list-style-type: none;
    text-decoration: none;
    font-weight: bold;
    font-size: medium;
    color:#efefef;
    display: inline-block;
    background-color: #000000;
    border-radius: 12%;
    text-align: center;
    padding: 10px;
    margin-right: 80px;
}

.credits:hover {
    background-color:#efefef;
    color: #000000;

}

#foot{
    list-style-type: none;
}

.banniere {
    display: flex; 
    align-items: center; 
    margin-left: 70px; 
}

.photo-info {
    margin-left:70px ;
}
.banniere strong {
    margin-right: 10px; 
}

.banniere .infolivre {
    margin: 0; 
}

.banniere .copyright {
    margin-left: 10px; 
}

.contact-section {
    margin-top: 10px; 
    margin-bottom: 5px;
    margin-left: 10px;
}

h4 {
    margin-left: 60px;
    font-size: x-large;
    color: #570503;
}

strong {
    font-size: large;
}


#creditvideo {
    color: black; 
}

.video-info {
    display: flex; 
    align-items: center; 
    margin-left: 70px;
}


.video1 {
    color: #570503; 
    text-decoration: none; 
    transition: transform 0.2s; 
    margin-right: 5px;
    margin-left: 5px;
}

.video1:hover {
    transform: translateY(-2px); 
}

.credit {
    margin-left: 5px;
}














/* page partenaire */

.bgimage {
    position: relative;
    width: 100%;
    height: 400px; 
    background-image: url('../images/partenaires-bg.jpg'); 
    background-size: cover; 
    background-position: center;
    overflow: hidden;
}


.part {
    width: 1080px; 
    margin: -260px auto 0; 
    position: relative; 
}


.part ul {
    display: block; 
    list-style-type: none;
    margin: 0;
    padding: 0;
}


.lienpart {
    display: block; 
    margin-bottom: 40px; 
}


.lienpart a {
    text-decoration: none;
    font-weight: 700;
    background-color: black;
    padding: 8px;
    color: white;
    border-radius: 10px;
    text-align: center;
    transition: all ease-in-out 0.3s;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    width: 100%; 
}

.lienpart a:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.8);
}

.des {
    text-align: center;
    width: 1080px;
    font-size: 15px;
    margin: 0 auto;
    color: rgb(43, 43, 43);
    font-weight: 100;
    margin-bottom: 40px;
}

#membres {
    display: flex;
    flex-wrap: wrap; 
    justify-content: space-between; 
    margin: 28px auto; 
    width: 850px; 
    margin-top: 215px;
}


.membre {
    background-color: #e6e6e6; 
    flex: 0 0 calc(50% - 15px); 
    box-sizing: border-box; 
    margin-bottom: 50px; 
    padding: 20px; 
    border-radius: 10px; 
    position: relative; 
}


.header {
    display: flex; 
    justify-content: space-between; 
    align-items: flex-start; 
}


.avatar-container {
    margin-right: 15px; 
}


.avatar {
    width: 75px; 
    height: 75px; 
    border-radius: 50%; 
    object-fit: cover; 
}


.logosite {
    width: 30px; 
    height: 30px; 
    border-radius: 5px;
}


h2 {
    font-family: 'Folio', sans-serif;
    font-size: 20px; 
    margin: 10px 0 5px; 
}


h3 {
    font-family: "athelas", serif;
    font-weight: 600;
    font-size: 17px; 
    color: black;
    margin: 5px 0; 
}

.explications {
    font-family: "athelas", serif;
    font-weight: 200;
    font-size: 13px;
    color: black;
    text-align: justify; 
    margin-top: 10px; 
}