@import url('https://fonts.googleapis.com/css2?family=Sedgwick+Ave+Display&display=swap');
@import url('https://fonts.googleapis.com/css2?family=UnifrakturCook:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Walter+Turncoat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=UnifrakturMaguntia&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat+Brush&display=swap');


/*Partie HEADER */


nav {
    background-color: #ffffff;
    margin-top: 20px;
    display: flex;
    border-radius: 15px;
    height: 78px;
    /*cursor: url('../images/cursor/cursor_normal.png'), auto; */

}
  
nav a {
    color:#000000;
    margin-left: 20px;
    margin-right: 20px;
    text-decoration: none;
    font-family: 'UnifrakturCook', cursive;
    font-size: 30px;


}

a{
    color:rgb(0, 0, 0);

}

a:hover{
    color:rgb(159, 25, 36);

}

#liste_navigation{
    display: flex;
    justify-content: flex-end;
    width: 100%;
    list-style-type: none;
}


#utopia_logo_main{
    position: absolute;
    top: 30px;
    left: 14px;
    width: 9%;
}

/*Partie COMMON BODY */


html{
    background-image: url(../images/accueil/travis2.jpg);
    background-size: cover;
    min-height: 100%;
    background-attachment: fixed;
    
}

body {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    color: #FFFFFF;
    width: 1080px;
    margin: 0 auto;   
    position: relative;
    height: max-content;


}

h1{
    font-family: 'Sedgwick Ave Display', cursive;
    font-size: 60px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

h2{
    font-family: 'Sedgwick Ave Display', cursive;
    text-align: center;
    margin-top: 10px;
    text-shadow: 10px 10px 10px rgba(0, 0, 0, 0.279);
}   


main{
    background-color: rgba(70, 70, 70, 0.573);
    margin-top: 28px;
    border-radius: 15px;
    padding: 30px;
}

/*Partie ACCUEIL */


#titre_travis{
    font-size: 100px;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    opacity: 70%;
    color: #be0808;

}

#image2travis{
    border-radius: 15px;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.279);
    width: 100%;
}


#maincontent{
    text-align: justify;
    padding: 30px;

}

#maincontent p{
    font-family: 'Walter Turncoat', cursive;
    font-size: 20px;

}

#maincontent a{
    color:#8d0000;
}

#maincontent a:hover{
    color:#7094b3;
}

a.active {
    color: #be0808;
}



#links{
    color:#000000;
}

#links a:hover{
    color: #542804;

}

/*Partie ACCUEIL ALBUM  */



.album_defile{
    padding: 0px 20px 30px 30px;

}

.album {
    display: flex;
    width: 400px;
    height: 400px;
    margin: 0 auto;
    border-radius: 15px;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.279);
    background-color: #343434;
    position: initial;
}


.previously{
    cursor: pointer;
    color: rgb(83, 5, 10);
    font-size: 70px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    position: absolute;
    bottom: 550px;
    left: 292px;
    display: flex;
}


.nextynext {
    cursor: pointer;
    color: rgb(83, 5, 10);
    font-size: 70px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    position: absolute;
    bottom: 550px;
    left: 760px;
    display: flex;
}

.album img{
    
    height: 100%;
    border-radius: 15px;
    background-size: cover ;

}

#jackboys{
    width: 100%;
}

/*Partie ACCUEIL CITATIONS */


.citations{
    padding: 30px;
}

.citations p{
    font-family: 'Walter Turncoat', cursive;
}

.citations_container{
    position: relative;
    width: 900px;
    height: 100px;
    overflow: hidden;
    margin: 0 auto;

}

.quote {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.5s ease-in-out; 
    margin-top: 5px;
    font-size: 25px;
    text-align: justify;
    text-align: center;
}


#quote1, #quote15{color: #EFE900;}
#quote2{color: #FF1212;}
#quote3{color: #FFFFFF;}
#quote4, #quote16{color: #00A5E7;}
#quote5{color: #B32C98;}
#quote6{color: #26C66F;}
#quote7{color: #FFA813;}
#quote8{color: #D22B96;}
#quote9{color: #CEC3C8;}
#quote10{color: #F8C1E1;}
#quote11{color: #F0E4CB;}
#quote12{color: #ED1C24;}
#quote13{color: #755540;}
#quote14{color: #6E7144;}


/*Partie DONNEES */


tr{
    background-color: rgba(30, 29, 29, 0.911);
}

td{
    background-color: #760b0b9a;
    border: 1px solid black;

}


#montableau td, tr, label, .dataTables_info{
    font-family: 'Walter Turncoat', cursive;
}

.paragraphe_disco{
    font-family: 'Walter Turncoat', cursive;
    justify-content: center;
    text-align: center;

}


/*Partie DONNEES PDF ETC */
.dt-buttons {
    margin-bottom: -10px; 
  }
  
  .dt-button {
    padding: 8px 12px;
    margin-right: 8px;
    border: 1px solid #000000; 
    background-color: #760b0b9a;
    color: #fff;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s ease;
    font-family: 'Walter Turncoat', cursive;

  }
  
  .dt-button:hover {
    background-color: #ffffff;
    color: black;
  }

/*Partie GALERIE */


.galerie_container {
    width: 300px;
    height: 300px;
    margin: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    justify-items: center;
    border-radius: 15px;
    filter: grayscale(1);
    transition: 0.17s ease-in-out;
    flex-basis: calc(33.33% - 20px);
}

.galerie_container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.galerie_container:hover {
    filter: grayscale(0);
}

.main_galerie{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

/*Partie GALERIE / TELECHARGEMENT */


.forme_galerie{
    display: block;
    background-color: rgba(97, 23, 12, 0);
    height: 165px;
    width: 100%;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.278);
    margin-bottom: 25px;
}

.forme_image{
    display: flex;
    flex-direction: column;
    align-items: center;
}

#galerie_veuillez{
    position: absolute;
    top: 285px;
    left: 423px;
    font-family: 'Walter Turncoat', cursive;
    font-size: 14px;

}

article{
    width: 75%;
    margin-right: 40px;
}



input[type="submit"] {
    margin-top: 20px;
    background-color: #8d0000;
    font-family: 'Walter Turncoat', cursive;
    color: white;
    border-radius: 10px;
    padding: 5px;
    width: 100%;

}
input [type="file"]{
    background-color: #8d0000;
    font-family: 'Walter Turncoat', cursive;

}


#label_choisir{
    font-size: 30px;
    margin-bottom: 30px;
}


input[type="file"] {
    font-family: 'Walter Turncoat', cursive;
    align-items: center;
    margin-left: 4px;

}

#input_choisir{
    background-color: #8d0000;
    font-family: 'Walter Turncoat', cursive;
    color: white;
    border-radius: 10px;
    padding: 7px;
}

/*Partie CONTACT/FORMULAIRE */


.formulaire{
    margin:0 auto;
    width: 350px;
    height:390px;
    background-color: rgba(55, 55, 55, 0.829);
    border-radius: 15px;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.377);
}


#bouton_envoyer{
    background-color:#a50909 ;
    color: white;
    font-family: 'Sedgwick Ave Display', cursive;
    margin-top: 5px;
    width: 100%;
    cursor: pointer;
    
}

#email,#message {
    width: 100%;
    font-family: 'Walter Turncoat', cursive;

}

.span_2{
    color:#cc0a0a;
}

.entete{
    display: flex;
}


.label_2{
    display: block;
    cursor: pointer;
    
}


.label_2.label-clicked{
    color: #8d0000;
}


.formulaire_content{
    margin: 15px 22px 15px 15px;
    padding: 10px;
}

.formulaire h1{
    margin-bottom: -22px;
    margin-top: 17px;
}


#nom{
    width: 100%;

}

.photo_2,
.photo_3{
    width: 315px;
    height: 300px;

}

.photo_2 img,
.photo_3 img{
    width: 100%;
    border-radius: 15px;
    filter: grayscale(1);
    transition: 0.10s ease-in-out;

}

.photo_2 img:hover,
.photo_3 img:hover{
    filter: grayscale(0);
}

.main_contact{
    display: flex;
    justify-content: center;
    align-items: flex-start; 
}

/*Partie CONTACT TYPE DE DEMANDE */

.label_3{
    display: block;
}

/*Partie PARTENAIRES Présentation */


#presentation{
    width: 100%;
    height: auto;
    background-color: rgba(0, 0, 0, 0.075);
    color: rgb(255, 255, 255);
    border-radius: 15px;
    font-family: 'Walter Turncoat', cursive;
    font-size: 20px;
}

#presentation p{
    padding: 17px;
}

/*Partie PARTENAIRES CARDS */



.person_card{
    height: 365px;
    width: 500px;
    background-color: rgb(110, 110, 110);
    border-radius: 15px;
    margin-top: 30px;
    position: relative;
}



.all_cards{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}

.image_banniere{
    height: 150px;
    width: 100%;
    background-color: #00000059;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    margin: 0 auto;
    object-fit: cover;
    filter: grayscale(1);
}

.image_person{
    width: 100px;
    height: 100px;
    background-color: #000000;
    border-radius: 15px;
    position: absolute;
    top: 105px;
    left: 20px;
    object-fit: cover;
    border: 7px solid rgb(110, 110, 110);
}


.titre_person{
    position: absolute;
    top: 155px;
    left: 142px;
    font-size: 42px;
    color: #000000;
    font-family: 'Walter Turncoat', cursive;

}

.paragraphe_person{
    width: 100%;
    font-family: 'Walter Turncoat', cursive;
    text-align: justify;
    position: absolute;
    top: 190px;
    font-size: 14px;
}

.paragraphe_person p{
    padding: 18px;
    color: black;
    font-weight: bold;
}

a.button {
    text-decoration: none;
    color: white;
    background-color: rgb(0, 0, 0);
    width: 111px;
    height: 20px;
    position: absolute;
    top: 320px;
    left: 185px;
    text-align: center;
    border-radius: 6px;
    padding: 5px 5px 6px 5px;
    font-family: 'Sedgwick Ave Display', cursive;
  }

  a.button:hover{
    background-color: rgb(255, 255, 255);
    color: black;

  }


  #texte_noheila{
    font-size: 13px;
  }

/*Partie PARTENAIRES DOCUMENTS CHARTE ET PLANNING */

.documents_partenaires{
    height: 185px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.122);
    border-radius: 15px;
    margin-top: 30px;
}

.documents_partenaires h1{
    color: white;
    padding-top: 30px;
}


.formes_projet{
    display: flex;
    padding-top: 20px;
    justify-content: center;
    align-items: center;
}

.plan_des_risques, .charte_de_projet{
    color: black;
    width: 300px;
    font-size: 30px;
    font-family: 'Walter Turncoat', cursive;
    margin-left: 50px;

}

.lien_projet{
    text-decoration: none;
    color: white;

}


.imagel{
    width: 7%;
}

/*Partie FOOTER */

footer {
    bottom: 0;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    color: #a50909;
    border-radius: 10px;
    margin-block: 20px;
    font-family: 'Sedgwick Ave Display', cursive;
    position: relative;

  }

  /*Partie REFERENCE */


  .footer_reference{
    background-color: #be0808;
    padding:5px;
    border-radius: 5px;
    font-family: 'Walter Turncoat', cursive;
    position: absolute;
    left: 10px;
  }

  .footer_reference a{
    color: #ffffff;
  }

  .footer_reference a:hover{
    color: #000000;
  }

  .main_references p{
    font-family: 'Sedgwick Ave Display', cursive;
    font-size: 50px ;
    color: #be0808;

  }

  h3{
    font-family: 'Walter Turncoat', cursive;
    color: white;

  }

  .main_references a{
    font-family: 'Walter Turncoat', cursive;
    font-size: 20px ;

  }

  .titre_ref{
    display: block;
    color: black;
  
  }

  #texte_source{
    color: #ffffff;
    font-family: 'Walter Turncoat', cursive;
    font-size: 20px ;
    margin-top:-10px;
  }

  /*Partie BOUTON REVENIR EN HAUT */
  .footer_haut{
    background-color: #be0808;
    padding:5px;
    border-radius: 5px;
    font-family: 'Walter Turncoat', cursive;
    position: absolute;
    right: 10px;
  }

  .footer_haut a{
    color: #ffffff;
  }

  .footer_haut a:hover{
    color: #000000;
  }




/*Partie BOUTON MONTER*/
.scroll-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 27px;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
}

.scroll-button a {
    text-decoration: none;
    color: #8d0000;
}