@charset "UTF-8";
@font-face {
    font-family: 'hylia_serif_betaregular';
    src: url('../fonts/hyliaserifbeta-regular-webfont.woff2') format('woff2'),
         url('../fonts/hyliaserifbeta-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'fot-rodin_pronl';
    src: url('../fonts/fot-rodinpron-l-webfont.woff2') format('woff2'),
         url('../fonts/fot-rodinpron-l-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


body {
    width: 100%;
    margin:0 auto;
    background-color: #141B1A;
    font-family: 'fot-rodin_pronl', sans-serif;
    background-image: url('../images/background.jpg');
    background-size: cover;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
}

/*NAVIGATION*/
/*NAVIGATION*/
/*NAVIGATION*/
header {
    position: fixed;
    width: 100%;
    background-color: #141B1A;
    height: 65px;
    z-index: 3;
}

nav {
    display: flex;
    justify-content: space-between;
    width: 1080px;
    margin:0 auto;
}

nav img {
    width: 100px;
    height: 45px;
    margin-top: 10px;
    margin-left:15px;
}

nav ul {
    display: inline;
}

nav ul li{
    display: inline-block;
}

nav ul li a {
    display: block;
    margin:10px;
    font-weight: bold;
    text-decoration: none;
    color: #F9F7D9;
    font-size: 14pt;
    transition: transform 0.5s ease-in, letter-spacing 0.5s ease-in-out, -webkit-filter 0.5s ease-in-out;
    transition: transform 0.5s ease-in, letter-spacing 0.5s ease-in-out, filter 0.5s ease-in-out;
    transition: transform 0.5s ease-in, letter-spacing 0.5s ease-in-out, filter 0.5s ease-in-out, -webkit-filter 0.5s ease-in-out;
    font-family: "beaufort-pro", serif;
    font-weight: 700;
    line-height: 20px;;
}

nav ul li a:visited {
    color: #F9F7D9;
}

nav ul li a:hover{
    -webkit-filter:drop-shadow(0px 0px 10px #39ecf2);
            filter:drop-shadow(0px 0px 10px #39ecf2);
    letter-spacing: .1rem;
    /*animation: ombreLien 1s forwards alternate;*/
    /*transform: translateY(-3px);*/
}

#shrednav {
    position:absolute;
    top:5%;
    z-index:-1;
    width: 100%;
    min-width: 1440px;
    transform: rotate(0.5deg);
}

.active{
    -webkit-filter:drop-shadow(0px 0px 5px #0ea2ff);
            filter:drop-shadow(0px 0px 5px #0ea2ff);
    color:#0ea2ff;
}

.active:visited {
    color:#0ea2ff;

}


@-webkit-keyframes ombreLien {
    0%{
        -webkit-filter:drop-shadow(0px 0px 4px #39ecf2);
                filter:drop-shadow(0px 0px 4px #39ecf2);
    }
    100%{
        
    }
}


@keyframes ombreLien {
    0%{
        -webkit-filter:drop-shadow(0px 0px 4px #39ecf2);
                filter:drop-shadow(0px 0px 4px #39ecf2);
    }
    100%{
        
    }
}

/*PAGE D'ACCUEIL*/
/*PAGE D'ACCUEIL*/
/*PAGE D'ACCUEIL*/
main {
    position: relative;
    overflow: hidden;
    background-image: url('../images/background.jpg');
    background-size: cover;
    margin-bottom:0;
    width: 1080px;
    margin: 0 auto;
}
#buttonData {
    transition: transform 0.5s ease-in-out, letter-spacing 0.2s ease-in-out, -webkit-filter 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, filter 0.5s ease-in-out, letter-spacing 0.2s ease-in-out;
    transition: transform 0.5s ease-in-out, filter 0.5s ease-in-out, letter-spacing 0.2s ease-in-out, -webkit-filter 0.5s ease-in-out;
}

#buttonData img {
    width: 400px;
}

#buttonData:hover {
    transform: scale(1.05);
    -webkit-filter:drop-shadow(0px 0px 0px #39ecf2);
            filter:drop-shadow(0px 0px 0px #39ecf2);
    letter-spacing: .1rem;
}

#buttonData:hover > a p {
    -webkit-filter:drop-shadow(0px 0px 5px rgba(0,0,0,0.5));
            filter:drop-shadow(0px 0px 5px rgba(0,0,0,0.5));
}

#buttonData p {
    position: relative;
    bottom:87px;
    text-decoration: none;
    transition: -webkit-filter 0.5s ease-in-out;
    transition: filter 0.5s ease-in-out;
    transition: filter 0.5s ease-in-out, -webkit-filter 0.5s ease-in-out;
}

#buttonData a {
    -webkit-text-emphasis: none;
            text-emphasis: none;
    text-decoration: none;
    color:#F9F7D9;
    font-family: "beaufort-pro", serif;
    font-weight: 700;
    font-size: 20pt;
}

#logobotw {
    width:400px;
    -webkit-filter: drop-shadow(0 0 0.10rem #0859d1);
            filter: drop-shadow(0 0 0.10rem #0859d1);
    transition: transform 0.2s ease-in, -webkit-filter 0.2s ease-in-out;
    transition: transform 0.2s ease-in, filter 0.2s ease-in-out;
    transition: transform 0.2s ease-in, filter 0.2s ease-in-out, -webkit-filter 0.2s ease-in-out;
    z-index:9;
}

#logobotw:hover {
    transform:scale(0.98);
    -webkit-filter: drop-shadow(0 0 0.6rem #0859d1);
            filter: drop-shadow(0 0 0.6rem #0859d1);
}



#linkAccueil {
    -webkit-animation: link 1.3s ease-in-out 0.6s;
            animation: link 1.3s ease-in-out 0.6s;
    position: absolute;
    width: 750px;
    top:-4%;
    right:-15%;
    z-index : 0;
    opacity:0;
}

#logotexte {
    -webkit-animation: logotexte 1.3s ease-in-out;
            animation: logotexte 1.3s ease-in-out;
    position:absolute;
    top:13%;
    left:10%;
    color:white;
    text-align: center;
}

#particules1, #particules2 {
    width: 100%;
    z-index: 2;
    position:absolute;
    transform: scale(1.1);
}

#particules1 {
    top:5%;
    pointer-events: none;
}

#particules2 {
    left: 0;
    bottom: 2%;
    pointer-events: none;
}

#banniere {
    /*background-color: red;*/
    height: 750px;
    margin:0%;
    position:relative;
    overflow: hidden;
}

#section2 {
    width: 100%;
    background-color: blue;
    margin:0%;
}

#section2 p{
    margin:0;
}

#txtlogo {
    width: 400px;
    font-size: 10pt;
}

#section3 {
    width: 100%;
    background-color: rgb(2, 32, 40);
    margin:0%;
    height: 300px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding-top: 60px;
}

.bloclien {
    width: 400px;
    height: 250px;
    background-color: black;
    color:white;
    border: solid 2px #7e6e57;
    -webkit-filter:drop-shadow(0px 0px 20px rgba(255,255,255,0));
            filter:drop-shadow(0px 0px 20px rgba(255,255,255,0));
    transition: all 0.5s ease-in-out;
}

#blocgalerie {
    background-image: url('../images/galeriebloc.webp');
    -webkit-filter: brightness(0.7);
            filter: brightness(0.7);
}

#bloccontact {
    background-image: url('../images/bloccontact.jpg');
    background-size: cover;
    -webkit-filter: brightness(0.7);
            filter: brightness(0.7);
}

#bloccontact:hover, #blocgalerie:hover {
    -webkit-filter: brightness(1) drop-shadow(0px 0px 10px rgba(255,255,255,0.2));
            filter: brightness(1) drop-shadow(0px 0px 10px rgba(255,255,255,0.2));
}

.bgbloclien {
    width: 400px;
    height: 250px;
    background: linear-gradient(90deg, rgb(2, 32, 40) 0%, rgba(0,0,0,0) 100%);
    background-color: linear-gradient(90deg, rgb(2, 32, 40) 0%, rgba(0,0,0,0) 100%);
    z-index: 3;
    position: relative;
    bottom:50px;
    cursor: pointer;
}

.boutonbloclien {
    width: 50px;
    height: 50px;
    background-color: black;
    transform: rotate(-45deg);
    position: relative;
    bottom: -50px;
    left:300px;
    border: solid 2px #7e6e57;
    transition: all 0.2s ease-in-out;
}

.boutonbloclien img {
    transform: rotate(-45deg);
    width: 25px;
    position: relative;
    left:15px;
    top:19px;
    transition: all 0.2s ease-in-out;
}

.boutonbloclien:hover {
    transform: rotate(0);
    -webkit-filter: drop-shadow(0px 0px 7px rgba(255,255,255,0.3));
            filter: drop-shadow(0px 0px 7px rgba(255,255,255,0.3));
    border: solid 2px #b6a185;
    cursor: pointer;
}


.boutonbloclien:hover > img {
    transform: rotate(-90deg);
    left:14.5px;
    top:16px;
}

.bgbloclien h2 {
    position: relative;
    top:50px;
    left:20px;
}

.bgbloclien p {
    position: relative;
    top: 60px;
    left:20px;
    width: 270px;
}

#godown {
    position:absolute;
    transform: rotate(90deg);
    height: 50px;
    left:50%;
    top:700px;
    -webkit-animation: godown 3s ease-in-out infinite;
            animation: godown 3s ease-in-out infinite;
}

#test {
    border-bottom: solid 1px white;
}

@-webkit-keyframes godown {
    0% {
        transform: rotate(90deg) translateX(0px);
    }
    50% {
        transform: rotate(90deg) translateX(5px);
    }
    100% {
        transform: rotate(90deg) translateX(0px);
    }

}

@keyframes godown {
    0% {
        transform: rotate(90deg) translateX(0px);
    }
    50% {
        transform: rotate(90deg) translateX(5px);
    }
    100% {
        transform: rotate(90deg) translateX(0px);
    }

}

@-webkit-keyframes textLeft {
    0% {
        left:95px;
    }
    100% {
        left:85px;
    }
}

@keyframes textLeft {
    0% {
        left:95px;
    }
    100% {
        left:85px;
    }
}

@-webkit-keyframes link {
    0% {
    -webkit-filter:blur(10px);
            filter:blur(10px);
      transform: translateX(50px);
      opacity: 0;
    }
    100% {
        -webkit-filter:blur(00px);
                filter:blur(00px);
      transform: translateX(0);
      opacity: 1;
    }
  }

@keyframes link {
    0% {
    -webkit-filter:blur(10px);
            filter:blur(10px);
      transform: translateX(50px);
      opacity: 0;
    }
    100% {
        -webkit-filter:blur(00px);
                filter:blur(00px);
      transform: translateX(0);
      opacity: 1;
    }
  }

  @-webkit-keyframes logotexte {
    0% {
        -webkit-filter:blur(10px);
                filter:blur(10px);
          transform: translateX(-50px);
          opacity: 0;
        }
        100% {
            -webkit-filter:blur(00px);
                    filter:blur(00px);
          transform: translateX(0);
          opacity: 1;
        }
  }

  @keyframes logotexte {
    0% {
        -webkit-filter:blur(10px);
                filter:blur(10px);
          transform: translateX(-50px);
          opacity: 0;
        }
        100% {
            -webkit-filter:blur(00px);
                    filter:blur(00px);
          transform: translateX(0);
          opacity: 1;
        }
  }


/*DONNÉES*/
/*DONNÉES*/
/*DONNÉES*/

  #bodydonnees {
    background-image: url('../images/bgdonnees.jpg');
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);

  }
#mainDonnees {
    background-image: url('../images/bgdonnees.jpg');
    z-index: 1;
}

  #data {
    margin: 150px 0px 120px 0px;
    padding: 40px 0px 40px 0px;
    height: 1328.29px;
    background-color: red;
   background-color: #efebd7;
    background-image: url('../images/papertexture.jpg');
  }

  #shred1 {
    position:absolute;
    position: 381.055 360 1402.910 0; /*Bon pas la meilleure solution AU MONDE, faut vraiment que je trouve un moyen de faire en sorte que mes images apparaissent pas en saccadé le temps que datatable s'initialise*/
    top:20%;
    width:1440px;
    -webkit-filter:drop-shadow(0px -9px 5px rgba(0,0,0,0.2));
            filter:drop-shadow(0px -9px 5px rgba(0,0,0,0.2));
}

#shred2 {
    transform: scaleY(-1) scaleX(-1);
    position:absolute;
    position: 1824.260 360 39.703 0;
    bottom:2%;
    width: 1440px;
}

#particules3 {
    transform: scale(1);
    left: 0;
    bottom: -4%;
    pointer-events: none;
    width: 1080px;
    z-index: 2;
    position:absolute;
    
}

#tableauDonnees {
    margin: 0px 30px 10px 30px;
}

#persos {
    font-family: "hylia_serif_betaregular", serif;
    /*font-weight: 700;*/
    font-style: normal;
    margin-top:200px;
    margin-bottom:0;
    margin-left:20px;
    font-size: 70pt;
    color:white;
    -webkit-animation: slideh1 1.5s ease-in-out forwards;
            animation: slideh1 1.5s ease-in-out forwards;
    font-weight: normal;
}

.trait {
    height: 5px;
    width: 400px;
    margin-left:20px;
    margin-top: -10px;
    background-color: white;
    max-width: 0%;
    white-space: nowrap;
    overflow: hidden;
    /*transition: max-width 1s ease-in-out;*/
    -webkit-animation: trait 1.5s ease-in-out 0.3s forwards;
            animation: trait 1.5s ease-in-out 0.3s forwards;
}

@-webkit-keyframes trait {
    0% {
        -webkit-filter: blur(3px);
                filter: blur(3px);
        max-width: 0%;
    }
    100% {
        -webkit-filter:blur(0px)   ;
                filter:blur(0px)   ; 
        max-width: 100%;
    }
}

@keyframes trait {
    0% {
        -webkit-filter: blur(3px);
                filter: blur(3px);
        max-width: 0%;
    }
    100% {
        -webkit-filter:blur(0px)   ;
                filter:blur(0px)   ; 
        max-width: 100%;
    }
}

@-webkit-keyframes slideh1 {
    0% {
        transform: translateX(-10px);
        opacity: 0;
        -webkit-filter:blur(3px);
                filter:blur(3px);
    }
    100% {
        transform: translateX(0);
        opacity: 1;
        -webkit-filter:blur(0px);
                filter:blur(0px)
    
    }
}

@keyframes slideh1 {
    0% {
        transform: translateX(-10px);
        opacity: 0;
        -webkit-filter:blur(3px);
                filter:blur(3px);
    }
    100% {
        transform: translateX(0);
        opacity: 1;
        -webkit-filter:blur(0px);
                filter:blur(0px)
    
    }
}


/*FOOTER*/
/*FOOTER*/
/*FOOTER*/

footer {
    margin:0;
    background-color: #f1ead8;
    text-align: center;
}

footer p {
    margin: 0 auto;
    padding-bottom: 10px;
    font-size: 10pt;
    color:rgb(81, 81, 81);
    max-width: 1080px;
}

footer hr {
    width:98%;
    margin-top:20px;
}

.lienfooter {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14pt;
    font-family: "beaufort-pro", serif;
    transition: letter-spacing 0.3s ease-in-out;
}

.lienfooter:hover {
    letter-spacing: .1rem;
}

.lienfooter:visited {
    color : black;
}

#liensfooter {
    padding-top: 20px;
}

/*FORMULAIRE*/
/*FORMULAIRE*/
/*FORMULAIRE*/
#bodycontact {
    background-image: url('../images/bgcontact.jpg');
-webkit-backdrop-filter: blur(10px)  brightness(0.6);
        backdrop-filter: blur(10px)  brightness(0.6);
}

#formcontact {
    width: 300px;
    background-color: rgba(0,0,0,0.5);
    padding:10px 20px 20px 20px;
    -webkit-filter: drop-shadow(0px 0px 10px rgba(0,0,0,1));
            filter: drop-shadow(0px 0px 10px rgba(0,0,0,1));
    color:white;
    margin-bottom:30px;
}

#formcontact input, textarea{
    height: 30px;
    box-sizing: border-box;
    width: 100%;
    resize: none;
    background-color: rgba(0,0,0,0.5);
    color:white;
    border: solid 1px grey;
    border-radius: 2px;
    transition : border 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
    transition : border 0.3s ease-in-out, filter 0.3s ease-in-out;
    transition : border 0.3s ease-in-out, filter 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
}

textarea {
    height: 70px;
    font-family: 'fot-rodin_pronl', sans-serif;
}

#formcontact label {
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
}

input[type="submit"]{
    background-color: rgba(0,0,0,0.5);
    color:white;
    margin-top:30px;
    height: 40px;
    font-style: italic;
    border: solid 1px grey;
    transition: border 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
    transition: filter 0.3s ease-in-out, border 0.3s ease-in-out;
    transition: filter 0.3s ease-in-out, border 0.3s ease-in-out, -webkit-filter 0.3s ease-in-out;
}

input[type="submit"]:hover{
    background-color: rgba(0,0,0,0.5);
    color:white;
    border: solid 1.5px white;
    -webkit-filter: drop-shadow(0px 0px 10px rgba(255,255,255,0.5));
            filter: drop-shadow(0px 0px 10px rgba(255,255,255,0.5));
}

input:focus, textarea:focus {
    outline: none;
    border: solid 1.5px white;
    -webkit-filter: drop-shadow(0px 0px 10px rgba(255,255,255,0.5));
            filter: drop-shadow(0px 0px 10px rgba(255,255,255,0.5));
}

#entete {
    display: flex;
    justify-content: space-between;
}

.required {
    color:red;
}

#contact {
    width: 1080px;
    background-image: url(../images/bgcontact.jpg);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#linkmodel img {
    position: relative;
    width: 250px;
    left:0;
    margin-right:200px;
}

#formulaire {
    margin-left:100px;
    z-index:1;
}

#formulaire, #linkmodel {
    margin-top: 100px;
}

#formulaire #sections {
    width: 300px;
    position: relative;
    left:20px;
    margin-bottom:5px;
}

#boitedialogue {
    position: absolute;
    box-sizing: border-box;
    background-color: rgba(0,0,0,0.7);
    padding:10px;
    color:white;
    width:700px;
    height: 150px;
    left:550px;
    bottom:35px;
    border: solid 1px grey;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    -webkit-animation: dialogue 0.5s ease-in-out forwards;
            animation: dialogue 0.5s ease-in-out forwards;
}

#boitedialogue hr {
    width:300px;
    left:0;
    margin:0;
}

#boitedialogue h2 {
    margin:0;
    font-style: italic;
    margin-bottom:5px;
}

#items {
    position: relative;
    left: -60px;
    top:-150px;
    height: 100px;
    width: 50px;
    /*background-color: black;*/
    -webkit-animation: items 0.5s ease-in-out forwards;
            animation: items 0.5s ease-in-out forwards;
    text-align: center;
    z-index: 0;
}

#items img {
    width: 80%;
    margin-bottom: 5px;
}

#alertes {
    width: 1080px;
    margin: 0 auto;
    height: 100px;
    position: relative;
    top:-550px;
    left:800px;
    z-index: 10;
    margin-bottom: -100px;
}

.alerte {
    opacity: 0; /*je le fais apparaitre quand il y a un message pour dire que c'est bien envoyé*/
    color:white;
    font-style: italic;
    height: 30px;
    width: 300px;
   background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background-color: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    border-radius: 30px;
    position: relative;
    margin-bottom: 20px;
    /*right:-900px;*/
    /*top:-550px;*/
    /*margin:-15px;*/
    /*animation: alerte 0.5s ease-in-out forwards;*/
}

.alerte p {
    position: relative;
    padding-top: 0px;
    padding-left: 45px;
    top:-80px;
}

.alerte img {
    position: relative;
    width: 70px;
    right:30px;
    top:-20px;
    transform: rotate(10deg);
}

#infoerreur {
    opacity: 0; /*je le fais apparaitre quand il y a un message pour dire que c'est bien envoyé*/
    color:white;
    font-style: italic;
    height: 30px;
    width: 300px;
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background-color: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    border-radius: 30px;
    position: relative;
    /*right:-900px;*/
    /*top:-500px;*/
    margin:30px 0;
    /*animation: alerte 0.5s ease-in-out forwards;*/
}

#msgerreur {
    position: relative;
    left:20px;
    top:-30px;
}

#erreur {
    color:#f15050;
}

#erreurtxt {
    position: relative;
    top:-20px;
    left:20px;
    text-shadow: 1px 1px 2px black;
}

#radios {
    margin-top: 20px;
    border-color: grey;
}
#radios input{
    width: 15px;
}

#radios label{
    display: inline-block;
    margin: 0;
}

#radios div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
@-webkit-keyframes dialogue {
    0%{
        transform: translateX(50px);
        -webkit-filter: blur(5px);
                filter: blur(5px);
    }
    100%{
        transform: translateX(0px);
        -webkit-filter: blur(0px);
                filter: blur(0px);
    
    }
}


@keyframes dialogue {
    0%{
        transform: translateX(50px);
        -webkit-filter: blur(5px);
                filter: blur(5px);
    }
    100%{
        transform: translateX(0px);
        -webkit-filter: blur(0px);
                filter: blur(0px);
    
    }
}

@-webkit-keyframes items {
    0% {
        -webkit-filter: blur(5px);
                filter: blur(5px);
        right:160px;
        opacity: 0;
    }
    100% {
        right:110px;
        opacity: 1;
    }
}

@keyframes items {
    0% {
        -webkit-filter: blur(5px);
                filter: blur(5px);
        right:160px;
        opacity: 0;
    }
    100% {
        right:110px;
        opacity: 1;
    }
}

@-webkit-keyframes alerte {
    0% {
        transform: translateX(40px);
        opacity: 0;
    } 100% {
        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes alerte {
    0% {
        transform: translateX(40px);
        opacity: 0;
    } 100% {
        transform: translateX(0px);
        opacity: 1;
    }
}

@-webkit-keyframes alerte2 {
    0% {
        transform: translateX(0px);
        opacity: 1;
    } 100% {
        transform: translateX(40px);
        opacity: 0;
    }
}

@keyframes alerte2 {
    0% {
        transform: translateX(0px);
        opacity: 1;
    } 100% {
        transform: translateX(40px);
        opacity: 0;
    }
}

/*GALERIE*/
/*GALERIE*/
/*GALERIE*/
#sheikah1, #sheikah2 {
    width: 1080px;
}

#sheikah1 {
    position:absolute;
    pointer-events: none;
}

#galeriebody {
    background-image : url('../images/sheikahback.jpg');
    background-repeat: repeat;
    background-size: auto;
}

#maingalerie {
    background-image : url('../images/sheikahback.jpg');
    background-repeat: repeat;
    background-size: auto;
}

#uploadform {
    width: 200px;
    height: 113px;
    background-color: black;
    transition: border 0.2s ease-in-out, -webkit-filter 0.2s ease-in-out;
    transition: filter 0.2s ease-in-out, border 0.2s ease-in-out;
    transition: filter 0.2s ease-in-out, border 0.2s ease-in-out, -webkit-filter 0.2s ease-in-out;
    box-sizing: border-box;
    border: solid 1.5px #00c4ff;
}

#plus {
    -webkit-filter: drop-shadow(0px 0px 10px #00c4ff);
            filter: drop-shadow(0px 0px 10px #00c4ff);
    width: 50px;
}
#upload {
    padding:10px;
    text-align: center;
    color: #00c4ff;
}

#galerietab .imggalerie{
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
    transition: all 0.2s ease-in-out;
}

#galerietab .imggalerie {
    -webkit-filter: drop-shadow(0px 0px 0px #00c4ff) grayscale(1);
            filter: drop-shadow(0px 0px 0px #00c4ff) grayscale(1);
    transition: all 0.2s ease-in-out;
}

#uploadform:hover, #galerietab .imggalerie:hover{
    -webkit-filter: drop-shadow(0px 0px 10px #00c4ff) grayscale(0);
            filter: drop-shadow(0px 0px 10px #00c4ff) grayscale(0);
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

#image {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

#image:hover, #upload label:hover {
    cursor: pointer;
}

#image + label {
    font-size: 1.25em;
    font-weight: 700;
    color: white;
    background-color: black;
    display: inline-block;
}

#galerietab {
    margin:150px auto 100px auto;
    padding:0 50px;
    display: flex;
    gap:20px;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    align-content: space-between;
    flex-wrap: wrap;
}

#galerietab .imggalerie {
    width: 200px;
    height: 113px;
    box-sizing: border-box;
    border: solid 1.5px #015fc5;
    transition: -webkit-filter 0.2s ease-in-out;
    transition: filter 0.2s ease-in-out;
    transition: filter 0.2s ease-in-out, -webkit-filter 0.2s ease-in-out;
    -o-object-fit: cover;
       object-fit: cover;
}

#alertegalerie {
    background-color: rgba(0,0,0,0.5);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    border: solid 1.5px grey;
    color:white;
    width: 500px;
    text-align: center;
    padding:20px 50px 50px 50px;
    position: absolute;
    top:200px;
    left:240px;
    /*display: none; /*à changer*/
}

#alertegalerie h2 {
    font-style: italic;
}

#alertegalerie img {
    position:relative;
    bottom:-65px;
    width: 20px;
    cursor: pointer;
    -webkit-animation: downarrow 1s ease-in-out infinite;
            animation: downarrow 1s ease-in-out infinite;
}


@-webkit-keyframes alertegalerie {
    0%{
        transform: scale(0.8);
        opacity: 0;
        -webkit-filter: blur(5px);
                filter: blur(5px);
    }
    100%{
        transform: scale(1);
        opacity: 1;
        -webkit-filter: blur(0px);
                filter: blur(0px);
    
    }
}

@keyframes alertegalerie {
    0%{
        transform: scale(0.8);
        opacity: 0;
        -webkit-filter: blur(5px);
                filter: blur(5px);
    }
    100%{
        transform: scale(1);
        opacity: 1;
        -webkit-filter: blur(0px);
                filter: blur(0px);
    
    }
}

@-webkit-keyframes alertegalerie2 {
    0%{
        transform: scale(1);
        opacity: 1;
        -webkit-filter: blur(0px);
                filter: blur(0px);
    }
    100%{
        transform: scale(0.8);
        opacity: 0;
        -webkit-filter: blur(5px);
                filter: blur(5px);
    
    }
}

@keyframes alertegalerie2 {
    0%{
        transform: scale(1);
        opacity: 1;
        -webkit-filter: blur(0px);
                filter: blur(0px);
    }
    100%{
        transform: scale(0.8);
        opacity: 0;
        -webkit-filter: blur(5px);
                filter: blur(5px);
    
    }
}

@-webkit-keyframes downarrow {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(5px);
    }
    100% {
        transform: translateY(0px);
    }
}

@keyframes downarrow {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(5px);
    }
    100% {
        transform: translateY(0px);
    }
}

/*PARTENAIRES*/
/*PARTENAIRES*/
/*PARTENAIRES*/

#bodypartenaire, #mainpartenaire {
    background-image: url('../images/partenbg.jpg');
}

#h1partenaire {
    text-align: center;
    font-family: 'hylia_serif_betaregular';
    color: white;
    -webkit-filter: drop-shadow(0px 0px 10px #006a8b);
            filter: drop-shadow(0px 0px 10px #006a8b);
    margin-top:100px;
    font-weight: normal;
    font-size: 60pt;
    -webkit-animation: hparten 1.5s ease-in-out forwards;
            animation: hparten 1.5s ease-in-out forwards;
    margin-bottom: 0;
}

#texteparten {
    text-align: center;
    color: white;
    background-color: rgba(0,0,0,0.7);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    padding:20px;
    margin:40px;
    border: solid 1px white;

}

.articleparten {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    margin:40px;
    padding:20px;
    background-color: rgba(0,0,0,0.7);
    color:white;
    border: solid 1px white;
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
}

.articleparten img {
    width: 200px;
}

.articleparten div {
    margin-left: 20px;

}

.articleparten div div {
    margin: 0;
}

.lienparten {
    border: solid 1px white;
    display: flex;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 50px;
    background-color: rgba(0,0,0,0.5);
    -webkit-filter: drop-shadow(0px 0px 10px rgba(255,255,255, 0));
            filter: drop-shadow(0px 0px 10px rgba(255,255,255, 0));
    transition: all 0.2s ease-in-out;
    margin: 0;

}

.lienparten:hover {
    cursor: pointer;
    -webkit-filter: drop-shadow(0px 0px 10px rgba(255,255,255, 0.5));
            filter: drop-shadow(0px 0px 10px rgba(255,255,255, 0.5));
    border: solid 2px white;
}

.lienparten a {
    text-decoration: none;
}

.lienparten a:hover {
    color:white;
}

.reveal{
    transform: translateY(10px);
    opacity: 0;
    transition: 1s all ease;
  }

.reveal.vu{
    transform: translateY(0);
    opacity: 1;
}

.debut {
    -webkit-animation: articleparten 1.5s ease-in-out forwards;
            animation: articleparten 1.5s ease-in-out forwards;
}

@-webkit-keyframes hparten {
    0% {
        opacity: 0;
        -webkit-filter: blur(10px);
                filter: blur(10px);
        transform: translateX(-10px);
        -webkit-filter: drop-shadow(0px 0px 0px white);
                filter: drop-shadow(0px 0px 0px white);
    }
    100% {
        opacity: 1;
        -webkit-filter: blur(0px);
                filter: blur(0px);
        transform: translateX(0px);
        -webkit-filter: drop-shadow(0px 0px 10px #0085ae);
                filter: drop-shadow(0px 0px 10px #0085ae);
    }

}

@keyframes hparten {
    0% {
        opacity: 0;
        -webkit-filter: blur(10px);
                filter: blur(10px);
        transform: translateX(-10px);
        -webkit-filter: drop-shadow(0px 0px 0px white);
                filter: drop-shadow(0px 0px 0px white);
    }
    100% {
        opacity: 1;
        -webkit-filter: blur(0px);
                filter: blur(0px);
        transform: translateX(0px);
        -webkit-filter: drop-shadow(0px 0px 10px #0085ae);
                filter: drop-shadow(0px 0px 10px #0085ae);
    }

}

@-webkit-keyframes articleparten {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes articleparten {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

/*REFERENCES*/
/*REFERENCES*/
/*REFERENCES*/

article {
    display:flex;
    text-align: start;
    justify-content: space-around;
    align-items: center;
}

article a, #refmain a {
    color:white;
}

article a:hover, #refmain a:hover {
    color:#00c4ff;
}

article img {
    max-width: 300px;
    border: solid 1px grey;
    background-color: black;
    -webkit-filter: drop-shadow(0px 0px 10px black);
            filter: drop-shadow(0px 0px 10px black);
}

#refmain, #refbody {
    background-image: url(../images/sheikahback.jpg);
    color:white;
}

#refmain {
    background-size: auto;
    background-repeat: repeat;
    text-align: center;
    padding:30px;
}

#refmain hr {
    width: 70%;
    margin: 20px auto;

}

h2 {
    font-family: 'hylia_serif_betaregular';
    font-weight: normal;
    font-size: 30pt;
    margin-bottom: 0;
    margin-top: 50px;
}

#donneesref {
    display: block;
    text-align: center;
}
#imgdonneesref img {
    width: 100px;
}

#communimg img {
    width: 200px;
}

#navref {
    display: flex;
    justify-content: space-around;
}

#navref div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 100px;
    background-color: black;
}

/*DATATABLES*/
/*DATATABLES*/
/*DATATABLES*/
:root {
    --dt-row-selected: 82, 62, 39;
    --dt-row-selected-text: 255, 255, 255;
    --dt-row-selected-link: 9, 10, 11;
    --dt-row-stripe: 0, 0, 0;
    --dt-row-hover: 0, 0, 0;
    --dt-column-ordering: 0, 0, 0;
    --dt-html-background: white;
  }
  :root.dark {
    --dt-html-background: rgb(33, 37, 41);
  }

table.dataTable td.dt-control {
  text-align: center;
  cursor: pointer;
}
table.dataTable td.dt-control:before {
  display: inline-block;
  color: rgba(0, 0, 0, 0.5);
  content: "▶";
}
table.dataTable tr.dt-hasChild td.dt-control:before {
  content: "▼";
}
 
html.dark table.dataTable td.dt-control:before {
  color: rgba(255, 255, 255, 0.5);
}
html.dark table.dataTable tr.dt-hasChild td.dt-control:before {
  color: rgba(255, 255, 255, 0.5);
}
 
table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting_asc_disabled, table.dataTable thead > tr > th.sorting_desc_disabled,
table.dataTable thead > tr > td.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting_asc_disabled,
table.dataTable thead > tr > td.sorting_desc_disabled {
  cursor: pointer;
  position: relative;
  padding-right: 26px;
}
table.dataTable thead > tr > th.sorting:before, table.dataTable thead > tr > th.sorting:after, table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_asc:after, table.dataTable thead > tr > th.sorting_desc:before, table.dataTable thead > tr > th.sorting_desc:after, table.dataTable thead > tr > th.sorting_asc_disabled:before, table.dataTable thead > tr > th.sorting_asc_disabled:after, table.dataTable thead > tr > th.sorting_desc_disabled:before, table.dataTable thead > tr > th.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting:before,
table.dataTable thead > tr > td.sorting:after,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_asc:after,
table.dataTable thead > tr > td.sorting_desc:before,
table.dataTable thead > tr > td.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_asc_disabled:after,
table.dataTable thead > tr > td.sorting_desc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:after {
  position: absolute;
  display: block;
  opacity: 0.125;
  right: 10px;
  line-height: 9px;
  font-size: 0.8em;
}
table.dataTable thead > tr > th.sorting:before, table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_desc:before, table.dataTable thead > tr > th.sorting_asc_disabled:before, table.dataTable thead > tr > th.sorting_desc_disabled:before,
table.dataTable thead > tr > td.sorting:before,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_desc:before,
table.dataTable thead > tr > td.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:before {
  bottom: 50%;
  content: "▲";
  content: "▲"/"";
}
table.dataTable thead > tr > th.sorting:after, table.dataTable thead > tr > th.sorting_asc:after, table.dataTable thead > tr > th.sorting_desc:after, table.dataTable thead > tr > th.sorting_asc_disabled:after, table.dataTable thead > tr > th.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting:after,
table.dataTable thead > tr > td.sorting_asc:after,
table.dataTable thead > tr > td.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc_disabled:after,
table.dataTable thead > tr > td.sorting_desc_disabled:after {
  top: 50%;
  content: "▼";
  content: "▼"/"";
}
table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_desc:after {
  opacity: 0.6;
}
table.dataTable thead > tr > th.sorting_desc_disabled:after, table.dataTable thead > tr > th.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting_asc_disabled:before {
  display: none;
}
table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}
 
div.dataTables_scrollBody > table.dataTable > thead > tr > th:before, div.dataTables_scrollBody > table.dataTable > thead > tr > th:after,
div.dataTables_scrollBody > table.dataTable > thead > tr > td:before,
div.dataTables_scrollBody > table.dataTable > thead > tr > td:after {
  display: none;
}
 
div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 2px;
  z-index: 10;
}
div.dataTables_processing > div:last-child {
  position: relative;
  width: 80px;
  height: 15px;
  margin: 1em auto;
}
div.dataTables_processing > div:last-child > div {
  position: absolute;
  top: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #523e27;
  background: rgb(var(--dt-row-selected));
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
div.dataTables_processing > div:last-child > div:nth-child(1) {
  left: 8px;
  animation: datatables-loader-1 0.6s infinite;
}
div.dataTables_processing > div:last-child > div:nth-child(2) {
  left: 8px;
  animation: datatables-loader-2 0.6s infinite;
}
div.dataTables_processing > div:last-child > div:nth-child(3) {
  left: 32px;
  animation: datatables-loader-2 0.6s infinite;
}
div.dataTables_processing > div:last-child > div:nth-child(4) {
  left: 56px;
  animation: datatables-loader-3 0.6s infinite;
}
 
@keyframes datatables-loader-1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes datatables-loader-3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes datatables-loader-2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}
table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}
table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
}
table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}
table.dataTable thead th,
table.dataTable thead td,
table.dataTable tfoot th,
table.dataTable tfoot td {
  text-align: left;
}
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}
 
/*
 * Table styles
 */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */
}
table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
}
table.dataTable > thead > tr > th,
table.dataTable > thead > tr > td {
  padding: 10px;
  border-bottom: 1px solid #5a442a;
}
table.dataTable > thead > tr > th:active,
table.dataTable > thead > tr > td:active {
  outline: none;
}
table.dataTable > tfoot > tr > th,
table.dataTable > tfoot > tr > td {
  padding: 10px 10px 6px 10px;
  border-top: 1px solid #5a442a;
}
table.dataTable tbody tr {
  background-color: #80613c;
}
table.dataTable tbody tr.selected > * {
  box-shadow: inset 0 0 0 9999px rgba(82, 62, 39, 0.9);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.9);
  color: white;
  color: rgb(var(--dt-row-selected-text));
}
table.dataTable tbody tr.selected a {
  color: #090a0b;
  color: rgb(var(--dt-row-selected-link));
}
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px;
}
table.dataTable.row-border > tbody > tr > th,
table.dataTable.row-border > tbody > tr > td, table.dataTable.display > tbody > tr > th,
table.dataTable.display > tbody > tr > td {
  border-top: 1px solid #6d5233;
}
table.dataTable.row-border > tbody > tr:first-child > th,
table.dataTable.row-border > tbody > tr:first-child > td, table.dataTable.display > tbody > tr:first-child > th,
table.dataTable.display > tbody > tr:first-child > td {
  border-top: none;
}
table.dataTable.row-border > tbody > tr.selected + tr.selected > td, table.dataTable.display > tbody > tr.selected + tr.selected > td {
  border-top-color: #41311f;
}
table.dataTable.cell-border > tbody > tr > th,
table.dataTable.cell-border > tbody > tr > td {
  border-top: 1px solid #6d5233;
  border-right: 1px solid #6d5233;
}
table.dataTable.cell-border > tbody > tr > th:first-child,
table.dataTable.cell-border > tbody > tr > td:first-child {
  border-left: 1px solid #6d5233;
}
table.dataTable.cell-border > tbody > tr:first-child > th,
table.dataTable.cell-border > tbody > tr:first-child > td {
  border-top: none;
}
table.dataTable.stripe > tbody > tr.odd > *, table.dataTable.display > tbody > tr.odd > * {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.023);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-stripe), 0.023);
}
table.dataTable.stripe > tbody > tr.odd.selected > *, table.dataTable.display > tbody > tr.odd.selected > * {
  box-shadow: inset 0 0 0 9999px rgba(82, 62, 39, 0.923);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.923);
}
table.dataTable.hover > tbody > tr:hover > *, table.dataTable.display > tbody > tr:hover > * {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.035);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), 0.035);
}
table.dataTable.hover > tbody > tr.selected:hover > *, table.dataTable.display > tbody > tr.selected:hover > * {
  box-shadow: inset 0 0 0 9999px #523e27 !important;
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 1) !important;
}
table.dataTable.order-column > tbody tr > .sorting_1,
table.dataTable.order-column > tbody tr > .sorting_2,
table.dataTable.order-column > tbody tr > .sorting_3, table.dataTable.display > tbody tr > .sorting_1,
table.dataTable.display > tbody tr > .sorting_2,
table.dataTable.display > tbody tr > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.019);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.019);
}
table.dataTable.order-column > tbody tr.selected > .sorting_1,
table.dataTable.order-column > tbody tr.selected > .sorting_2,
table.dataTable.order-column > tbody tr.selected > .sorting_3, table.dataTable.display > tbody tr.selected > .sorting_1,
table.dataTable.display > tbody tr.selected > .sorting_2,
table.dataTable.display > tbody tr.selected > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(82, 62, 39, 0.919);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.919);
}
table.dataTable.display > tbody > tr.odd > .sorting_1, table.dataTable.order-column.stripe > tbody > tr.odd > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.054);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.054);
}
table.dataTable.display > tbody > tr.odd > .sorting_2, table.dataTable.order-column.stripe > tbody > tr.odd > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.047);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.047);
}
table.dataTable.display > tbody > tr.odd > .sorting_3, table.dataTable.order-column.stripe > tbody > tr.odd > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.039);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.039);
}
table.dataTable.display > tbody > tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe > tbody > tr.odd.selected > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(82, 62, 39, 0.954);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.954);
}
table.dataTable.display > tbody > tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe > tbody > tr.odd.selected > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(82, 62, 39, 0.947);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.947);
}
table.dataTable.display > tbody > tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe > tbody > tr.odd.selected > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(82, 62, 39, 0.939);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.939);
}
table.dataTable.display > tbody > tr.even > .sorting_1, table.dataTable.order-column.stripe > tbody > tr.even > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.019);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.019);
}
table.dataTable.display > tbody > tr.even > .sorting_2, table.dataTable.order-column.stripe > tbody > tr.even > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.011);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.011);
}
table.dataTable.display > tbody > tr.even > .sorting_3, table.dataTable.order-column.stripe > tbody > tr.even > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.003);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.003);
}
table.dataTable.display > tbody > tr.even.selected > .sorting_1, table.dataTable.order-column.stripe > tbody > tr.even.selected > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(82, 62, 39, 0.919);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.919);
}
table.dataTable.display > tbody > tr.even.selected > .sorting_2, table.dataTable.order-column.stripe > tbody > tr.even.selected > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(82, 62, 39, 0.911);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.911);
}
table.dataTable.display > tbody > tr.even.selected > .sorting_3, table.dataTable.order-column.stripe > tbody > tr.even.selected > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(82, 62, 39, 0.903);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.903);
}
table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.082);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), 0.082);
}
table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.074);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), 0.074);
}
table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.062);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), 0.062);
}
table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  box-shadow: inset 0 0 0 9999px rgba(82, 62, 39, 0.982);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.982);
}
table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  box-shadow: inset 0 0 0 9999px rgba(82, 62, 39, 0.974);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.974);
}
table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  box-shadow: inset 0 0 0 9999px rgba(82, 62, 39, 0.962);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.962);
}
table.dataTable.no-footer {
  border-bottom: 1px solid #5a442a;
}
table.dataTable.compact thead th,
table.dataTable.compact thead td,
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td,
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px;
}
 
table.dataTable th,
table.dataTable td {
  box-sizing: content-box;
}
 
/*
 * Control feature layout
 */
.dataTables_wrapper {
  position: relative;
  clear: both;
}
.dataTables_wrapper .dataTables_length {
  float: left;
}
.dataTables_wrapper .dataTables_length select {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  color: inherit;
  padding: 4px;
}
.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}
.dataTables_wrapper .dataTables_filter input {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  color: inherit;
  margin-left: 3px;
}
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  color: inherit !important;
  border: 1px solid transparent;
  border-radius: 2px;
  background: transparent;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: inherit !important;
  border: 1px solid #5a442a;
  background-color: rgba(0, 0, 0, 0.05);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(230, 230, 230, 0.05)), color-stop(100%, rgba(0, 0, 0, 0.05)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%);
  /* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111111;
  background-color: #111111;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111111));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #585858 0%, #111111 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #585858 0%, #111111 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #585858 0%, #111111 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #585858 0%, #111111 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #585858 0%, #111111 100%);
  /* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #0c0c0c;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  /* W3C */
  box-shadow: inset 0 0 3px #111;
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: inherit;
}
.dataTables_wrapper .dataTables_scroll {
  clear: both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  -webkit-overflow-scrolling: touch;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
  vertical-align: middle;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #5a442a;
}
.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,
.dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
  border-bottom: none;
}
.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
 
@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}
html.dark {
  --dt-row-hover: 255, 255, 255;
  --dt-row-stripe: 255, 255, 255;
  --dt-column-ordering: 255, 255, 255;
}
html.dark table.dataTable > thead > tr > th,
html.dark table.dataTable > thead > tr > td {
  border-bottom: 1px solid #595b5e;
}
html.dark table.dataTable > thead > tr > th:active,
html.dark table.dataTable > thead > tr > td:active {
  outline: none;
}
html.dark table.dataTable > tfoot > tr > th,
html.dark table.dataTable > tfoot > tr > td {
  border-top: 1px solid #595b5e;
}
html.dark table.dataTable.row-border > tbody > tr > th,
html.dark table.dataTable.row-border > tbody > tr > td, html.dark table.dataTable.display > tbody > tr > th,
html.dark table.dataTable.display > tbody > tr > td {
  border-top: 1px solid #404346;
}
html.dark table.dataTable.row-border > tbody > tr.selected + tr.selected > td, html.dark table.dataTable.display > tbody > tr.selected + tr.selected > td {
  border-top-color: #2f2417;
}
html.dark table.dataTable.cell-border > tbody > tr > th,
html.dark table.dataTable.cell-border > tbody > tr > td {
  border-top: 1px solid #404346;
  border-right: 1px solid #404346;
}
html.dark table.dataTable.cell-border > tbody > tr > th:first-child,
html.dark table.dataTable.cell-border > tbody > tr > td:first-child {
  border-left: 1px solid #404346;
}
html.dark .dataTables_wrapper .dataTables_filter input,
html.dark .dataTables_wrapper .dataTables_length select {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: var(--dt-html-background);
}
html.dark .dataTables_wrapper .dataTables_paginate .paginate_button.current, html.dark .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  border: 1px solid #595b5e;
  background: rgba(255, 255, 255, 0.15);
}
html.dark .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, html.dark .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, html.dark .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  color: #666 !important;
}
html.dark .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  border: 1px solid #353535;
  background: #353535;
}
html.dark .dataTables_wrapper .dataTables_paginate .paginate_button:active {
  background: #3a3a3a;
}

/*RAJOUT PAR MOI-MEME*/

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting{
    background-color: #4f3c26;
    }

    table.dataTable {
        color:#eee8d2;
    }