html{
   font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body{
    margin: auto;
    width: 1080px;
    background-color: white;
}

/* ------------ HEADER & FOOTER -------------------- */

ul{
    position: relative;
    display: flex;
    flex-wrap: nowrap;
}

ul li{
    position: relative;
    display:inline;
    list-style-type: none;
}

li a{
    position: absolute;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    color : black;
}


nav{
    position: fixed;
    text-align: center;
    text-transform: uppercase;
    width: 100%;

    top:0;
    z-index:1;

    background-color: white;
      
}

nav a:hover{
    background: linear-gradient(
        to right,
        brown 20%,
        red 30%,
        cyan 70%,
        teal 80%
    );
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    background-size: 500% auto;
    animation: textShine 2s ease-in-out infinite alternate;
}

@keyframes textShine {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}


header nav ul li{

    width: 150px;
    padding-top: 15px;
}

.active{
    color: teal;
}

.coeur{
    position: relative;
    margin-right: 100px;

    width: 150px;
    height: 50px;

    object-fit: contain;

    padding-top: 0;
    
}


footer{
    position: relative;
    display: flex;
    flex-wrap: nowrap;

    justify-content: center;

    background-image: url(/images/fond_footer.jpg);

}

#jaipeurdejordan{

    color: white;

    display: inline-block;

    margin-left: 50px;

    font-size: 15px;
}

footer a{
    color: lightcoral;
    margin-left: 50px;

    text-decoration: none;

    font-size: 20px;
}

footer a:hover{
    color: coral;
}


/* ------------ PAGE INDEX -------------------- */

#banner{
    position: relative;

    height: 70vh;

    letter-spacing: 2px;

}

#banner h1{
    position: relative;
    z-index: -1;

    font-size: 50px;
    color: white;

    text-transform: uppercase;
    text-align: center;
    text-shadow: grey 5px 5px 5px;

    padding-top: 15%;

}

#banner p{
    position: relative;
    z-index: -1;

    font-size: 20px;
    color: white;

    text-align: center;
    text-shadow: grey 5px 5px 5px;
}

#b_banner{
    position: relative;
    display: block;
    margin:0 auto;
    margin-top: 5%;

    width: 200px;
    height: 100px;

    background-color:transparent;

    border: solid;
    border-width: 2px;
    border-color: white;

    font-size: 20px;

    text-shadow: grey 5px 5px 5px;
}


#b_banner a{
    display: block;
    text-decoration: none;
    color:white;
    letter-spacing: 2px;
}

#b_banner:hover{
    border-style: solid;
    border-color: salmon;
    background-color: (rgba(255, 255, 255, 0.9));
}

#b_banner:hover a{
    color: salmon;
}

#video{
    position: fixed;
    z-index: -1;
    
    height: 80vh;
    min-height: 600px;
    width: 1080px;

    object-fit: fill;

}

.bloc_1{
    background-color: white;
}

.bloc_1 h2{
    font-family: "Open Sans", serif;
    font-weight: 300;
    font-size: 50px;
    padding-top: 5%;

    color: black;
    text-align: center;
    
}

#conteneur1{
    display: flex;
    flex-wrap: nowrap;
    margin: 5%;
    padding-top: 5%;
}

#conteneur2{
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    margin: 5%;
    padding-top: 5%;
}

#conteneur1 p{
    text-align: center;
    width: 70%;
    height: 50px;
    margin-left: 5%;
    font-size: 20px;

    letter-spacing: 1px;
    line-height: 30px;
}

#conteneur2 p{
    text-align: center;
    width: 70%;
    height: 50px;
    margin-right: 5%;
    margin-bottom: 30%;

    font-size: 20px;
    letter-spacing: 1px;
    line-height: 30px;
}

#conteneur2 a{
    color: darkblue;
    text-decoration: underline;
}

#photos_home1{
    position: relative;
    width: 200px;
    height: 200px;
    object-fit: cover;
}

#photos_home2{
    position: relative;
    width: 200px;
    height: 200px;
    object-fit: cover;
}

strong{
    color: navy;
}

/* ------------ PAGE DONNEES -------------------- */

#titre{
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;

    color: #80d4c3;
    background-color: white;

    padding: 90px;
}

#section1{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;

    height: 60vh;

    padding-top: 50px;
    margin: 0 auto;

    background-color: #e5f8f5;
}

#section1 p{
    width: 500px;
    height: 300px;
    padding-top: 60px;

    font-size: 20px;
    color: rgb(28, 58, 106);
}

#logo-zelda{
    position: relative;
    width: 450px;
    height: 450px;
    object-fit: contain;

    padding-top: 0;
    margin-left: 50px;
}

#tablo{
    position: relative;
    margin: 0 auto;
    margin-top: 200px;
    margin-bottom: 200px;
    padding: 50px;

    width: 80%;

    font-size: 20px;
}

#surlignage:hover{
    background-color: gainsboro;
}

/* ------------ PAGE CONTACT -------------------- */

#decoration_c{
    position: relative;
    margin-top: 5%;
    text-align: center;
    height: 70px;
    width: 100%;
    background-image: url(/images/fond_footer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

#decoration_c h2{
    font-family: "Open Sans", serif;
    font-weight: 300;
    font-size: 50px;

    color: white;
}

#div_contact{
    position: relative;
    display: flex;
    margin: 0 auto;
    margin-bottom: 10%;

    width: 70%;
    height: 500px;
}

#formulaire{
    position: relative;
    margin: 0 auto;

    display: block;
    width: 300px;
    height: 400px;
    padding: 50px;
    margin-top: 10%;

    text-transform: uppercase;
    box-shadow: gainsboro 5px 5px 5px;
}

#img_fond{
    position: relative;
    margin-top: 100px;
    left: 80px;

    width: 200px;
    height: 475px;
    background-image: url(/images/img_contact.jpg);
    background-repeat: no-repeat;
    background-size: cover;

    box-shadow: gainsboro 5px 5px 5px;
}

form input, textarea{
    height: 30px;
    width: 100%;
}

form label{
    display: block;
    margin: 5px;
}

form span{
    color: plum;
}

#radio{
    margin-top: 10px;
    margin-bottom: 10px;
    width: 350px;
    position: relative;

    cursor: pointer;

    font-size: 15px;
    text-transform: initial;
}

#radio p{
    color: purple;
    font-weight: bold;
}

#radio input {
    width: 20px;
    height: 20px;
}

#radio label{
    display: inline;
}


#bouton_form{
    cursor: pointer;
    margin-top: 10px;
    border: none;
    background-color: transparent;
    border: solid;
    border-color : purple;
    border-width: 2px;
    color: purple;
    box-shadow: 0 5px purple;
}

#bouton_form:active{
    color: white;
    background-image: linear-gradient(90deg, plum, orange, purple);
    box-shadow: 0 2px purple;
    transform: translateY(4px);
}


#en-tete{
    display: flex;
    flex-direction: row;
}

#message_retour{
    color: green;
    text-align: center;
    text-transform: initial;
}

/* ------------ PAGE GALERIE -------------------- */

#upload{
    position: relative;
    margin: 0 auto;
    box-shadow: none;
    font-size: 25px;

    text-align: center;

    margin-top: 100px;
    width: 60%;
}

#informations{
    font-size: 15px;
}

#image_solo{
    position: relative;
    display: inline;

    width: 250px;
    height: 250px;

    object-fit: cover;

    margin: 10px;

    transition: width 1s;
    border-radius : 10%;

    filter: grayscale(1);
}

#image_solo:hover{
    width: 270px;
    height: 270px;
    filter: grayscale(0);
}

#image_solo::after{
    width: 250px;
    height: 250px;
}

#image_solo:hover:after{
    width: 250px;
    height: 250px;
}

#galerie{
    position: relative;
    display: flex;
    flex-wrap: wrap;

    margin: 0 auto;
    margin-top: 50px;

    width: 80%;
}

/* ------------ PAGE PARTENAIRES ------------ */

#membres{
    position: relative;
    display: flex;

    width: 80%;

    margin: 0 auto;
}

#membres img{
    width: 200px;
    height: 200px;
}

#membres div{
    box-shadow: grey 5px 5px 5px;
    margin: 20px;

    width: 200px;

    margin-top: 5%;
    margin-bottom: 5%;
}

#membres h6{
    display: flex;
    flex-direction: column;
    font-size: 15px;
    color: gray;
    text-align: center;
    text-transform: uppercase;
}

#membres a{
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    color: plum;
}

#membres p{
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}

#agence{
    position: relative;
    display: flex;

    flex-direction: column;
    margin-top: 10%;
}

#agence img{
    display: block;
    margin: 0 auto;
    width: 400px;
    height: 400px;
}

#agence h1{
    text-align: center;
    font-size: 50px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

#agence_bio{
    display: block;
    box-shadow: grey 5px 5px 5px;
    margin: 0 auto;

    width: 800px;
    height: 250px;

    margin-bottom: 20%;

    text-align: center;
    justify-content: space-between;
}

#agence_bio a{
    color: white;
    padding: 8px;
    background-color:rgb(28, 58, 106);
    text-decoration: none;
    
    font-size: 18px;
}

#agence_bio a:hover{
    background-color: teal;
}

#agence_bio p{
    padding: 20px;
    text-align: center;
    
    font-size: 20px;
}

/* ------- PAGE CREDITS ------------- */

#credits{
    width: 90%;
    height: 150vh;
    text-align: center;
    padding: 40px;
}

#credits h2{
    text-transform: uppercase;
    text-align: left;
    margin-left: 50px;
    font-size: 30px;
}

#credits div{
    margin-bottom: 50px;
}

#c_accueil{
    display: inline-block;
}

#c_accueil a{
    display: inline-block;
    margin-left: 50px;
    background-color: lightblue;
    padding: 20px;
    font-size: 18px;
    color: whitesmoke;

    text-decoration: none;
    box-shadow: lightgray 0 9px 0;
}

#c_accueil a:active{
    box-shadow: 0 3px lightgray;
    transform: translateY(4px);
}

#c_donnees{
    display: inline-block;
}

#c_donnees a{
    display: inline-block;
    margin-left: 50px;
    background-color: skyblue;
    padding: 20px;
    font-size: 18px;
    color: whitesmoke;

    text-decoration: none;
    box-shadow: lightgray 0 9px 0;
}

#c_donnees a:active{
    box-shadow: 0 3px lightgray;
    transform: translateY(4px);
}

#c_galerie{
    display: inline-block;
}

#c_galerie a{
    display: inline-block;
    margin-left: 50px;
    background-color: lightskyblue;
    padding: 20px;
    font-size: 18px;
    color: whitesmoke;

    text-decoration: none;
    box-shadow: lightgray 0 9px 0;
}

#c_galerie a:active{
    box-shadow: 0 3px lightgray;
    transform: translateY(4px);
}

#c_contact{
    display: inline-block;
}

#c_contact a{
    display: inline-block;
    margin-left: 50px;
    background-color: lightskyblue;
    padding: 20px;
    font-size: 18px;
    color: whitesmoke;

    text-decoration: none;
    box-shadow: lightgray 0 9px 0;
}

#c_contact a:active{
    box-shadow: 0 3px lightgray;
    transform: translateY(4px);
}