@media screen and (min-width: 481px) {
    
@font-face {
    font-family: october;
    src: url('font/october_crow/october_crow.ttf');
}
html{
    margin: 0;
    padding: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
body{
    color: white !important;
    background-color: #041e2a;
    margin: 0;
    padding: 0;
    overflow-x: clip;
    max-width: 100%;
    min-height: 100vh;
}
h1 {
    font-family: october;
    margin: 0;
    padding: 0;
    font-size: 15vw;
}

h3 {
    color: white;
    font-family: october;
    margin:0;
    padding: 0;
    font-size: 5vw;
}
td a{
    color: white;
    padding: 2rem;
    
}
li{
    list-style: none;
}
input, select{
    margin: 0 1rem 1rem 1rem;
}
footer {
    bottom: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 40pt;
    font-size: large;
    list-style: none;
    margin-bottom: 0;
    margin-top: 1rem;
    border-top: 2px solid;
    border-color: #7f0000;
    position: inherit;
  }
  
  footer p {
    color: white;
  }
  footer a {
    text-decoration: none;
    color: white;
    margin: 1rem;
    list-style: none;
  }
#img_tel{
    display: none;
}
#accueil_p1{
    height: 80vh;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    margin: 10vh 0 10vh 0;

}

#img_accueil_1{
    grid-column: 1;
    max-width: 100%;
    min-height: 100%;
    max-height: 100vh;
}
#img_accueil_2{
    grid-column: 3;
    max-width: 100%;
}
#titre{
    display: flex;
    justify-content: center;
    align-items: bottom;
    height: 50%;
}
#accueil_p2{
    height: 100vh;
    width: 100vw;
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    padding: 3rem 0 3rem;
    overflow: hidden;
}#liste_pages_autre {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0 1rem;
    width: 100%;
    height: 4rem;
}

#liste_pages_autre a {
    background-color: rgba(255, 255, 255, 0.911);
    border-radius: 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: rgb(0, 0, 0);
    font-weight: bolder;
    font-size: 120%;
    transition: transform 0.5s ease; /* Utilisez "transform" au lieu de "scale" */
    text-decoration: none;
    padding: 1rem;
    width: 10%;
}

#liste_pages_autre a:hover {
    transform: scale(1.2); 
}

#liste_pages{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    padding: 5px;
}
#liste_pages a{
    background-color: rgba(255, 255, 255, 0.911);
    border-radius: 20px;
    background-size: cover;
    width: 100%;
    height: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(0, 0, 0);
    font-weight: bolder;
    font-size: 25pt;
    transition: ease 1s;
    text-decoration: none;
}

#liste_pages a:hover{
    scale: 120%;
}
#accueil{
    background-color: rgba(255, 255, 255, 0.911);
    border-radius: 20px;
    background-size: cover;
    width: 5%;
    height: 5%;
    font-weight: bolder;
    font-size: 10pt;
    transition: ease 1s;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5pt;
    position: absolute;
}
#accueil a{
    padding: 3pt;
    margin: 0;
    color: rgb(0, 0, 0);
    text-decoration: none;
}

#accueil:hover{
    scale: 120%;
}

.popup {
    display: none;  
  }
  .popup-back {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba( 0, 0, 0, 0.5 );
    backdrop-filter: blur(1.5rem);

  }
  .popup-container {
    position: fixed;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    background: white;
    height: 25%;
    width: 20%;
    display: flex;
    justify-content: end;
    align-items: center;
    flex-direction: column;
    border-radius: 10px;
    color: black;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    padding: 1rem;
    height: fit-content;
    width: fit-content;
    padding: 1rem 1rem 0 1rem;
    
  }
  
  #popup-close, #spoiler{
    background-color: #041e2a;
    color: white;
    padding: 1rem; 
    margin-bottom: 1rem;   
    border-radius: 10px;
    text-decoration: none;
    height: 10%;
    display: flex;
    justify-content: center;
    align-items: center;

}
#b_popup{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 1rem;
}
#credits{
    color: white;
}
.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24;
  color: white;
  text-align: center;
  width: 100%;
  font-size: 120pt !important;
  height: fit-content;
  bottom: 0;
  position: relative;
}
.material-symbols-outlined:hover {
    bottom: 0;
    animation-duration: 2s;
    animation-name: fleche;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    position: relative;
}

@keyframes fleche {
    0% {
        bottom: 0;
    }
  
    30% {
        bottom: 50px;
    }

    55% {
        bottom: 0;
    }
    75% {
        bottom: 50px;
    }

    100% {
        bottom: 0;
    }
}

#form_recherche{
    color: black;
    height: 100vh;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;

}
#listing th,
#listing td {
    color: white;
    border: 1px solid #000000;
    padding: 8px; 
    text-align: center;
}
#form_recherche form{
   width: fit-content;
   height: fit-content;
    margin-top: 2rem;
    background-color: whitesmoke;
    border-radius: 20px;
    padding: 1rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: x-large;
}
#auteurice{
    width: 100%;
    margin: 0 1rem 0 1rem;
}
#form_boutons{
    padding-top: 5%;
    display: flex;
    justify-content: space-around;
    width: 100%;
}
#form_boutons input{
    width: 30%;
    font-size: 60%;
}
  
}


#reponse{
    border-radius: 10px;
    color: black;
    padding: 1rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    height: 90vh;
    background-color: whi;
}
#reponse h2{
    background-color: whitesmoke;
    padding: 1rem;
    border-radius: 20px;
    display: flex;
    font-weight: bold;
}
#table_reponse{
    background-color: whitesmoke;
    border-radius: 20px;
    border-collapse: separate;
    border-spacing: 0;
    padding: 1rem;
}

#rien{
    font-weight: normal !important;
    padding-right: 5px;

}


#tab_img img{
width: 100px;
}
#tab{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
#td a:hover{
    scale: 120%;
}

#reponse{
    color: white;
}
#admin{
    height: 80vh;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
}
#admin a{
    text-decoration: none;
    color: black;
    background-color: whitesmoke;
    padding:2rem;
    border-radius: 30px;
    font-size: 2rem;
    transition: 0.5s;
}
#admin a:hover{
    scale: 120%;
}
#b_ajouter{
    font-size: 20pt;
    display: flex;
    justify-content: center;
    margin: 2rem 0 1rem 0;
    transition: 1s;
}
#b_ajouter a{
    background-color: whitesmoke;
    color: black;
    text-decoration: none;
    padding: 20px;
    border-radius: 20px;
}
#b_ajouter a:hover{
    scale: 120%;
}


#form_recherche_admin form{
   width: fit-content;
   height: fit-content;
    margin-top: 2rem;
    background-color: whitesmoke;
    border-radius: 20px;
    padding: 1rem;
    font-size: x-large;
    color: black;
}
#form_recherche_admin{
    display: flex;
    justify-content: space-around;
    align-items: center;  
    flex-direction: column; 
}

#blanc{
    color: white;
}























  
@media screen and (max-width: 481px){
        
@font-face {
    font-family: october;
    src: url('font/october_crow/october_crow.ttf');
}
html{
    margin: 0;
    padding: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
body{
    color: white;
    background-color: #041e2a;
    margin: 0;
    padding: 0;
    overflow-x: clip;
}
h1 {
    font-family: october;
    margin: 0;
    padding: 0;
    font-size: 15vw;
}

li{
    list-style: none;
}


#accueil_p1{
    height: 90vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    margin: 5vh 0 5vh 0;
    grid-row: 1;
    max-width: 100vw;

}
.img_accueil{
}
#img_accueil_1{
    display: none;
}
#img_accueil_2{
    display: none;
}
#titre{
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 10%;
}
#img_tel{
    max-height: 70%;
}

#accueil_p2{
    height: 100vh;
    padding: 3rem 0 3rem;
    overflow: hidden;
    grid-row: 2;
}
#liste_pages_autre{
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0 1rem 0 1rem;
    width: 100%;
    height: 4rem;;
}
#liste_pages_autre a{
    background-color: rgba(255, 255, 255, 0.911);
    border-radius: 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: rgb(0, 0, 0);
    font-weight: bolder;
    font-size: 10%;
    transition: ease 1s;
    text-decoration: none;
}
header{
    display: grid;
    grid-template-rows: repeat(2, 1fr);
}
#liste_pages{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    padding: 0 1rem 0 1rem;
    height: 100%;
   
}
#liste_pages a{
    background-color: rgba(255, 255, 255, 0.911);
    border-radius: 20px;
    background-size: cover;
    width: 80%;
    height: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(0, 0, 0);
    font-weight: bolder;
    font-size: 25pt;
    transition: ease 1s;
    text-decoration: none;
}

#liste_pages a:hover{
    scale: 120%;
}
#accueil{
    background-color: rgba(255, 255, 255, 0.911);
    border-radius: 20px;
    background-size: cover;
    width: 5%;
    height: 5%;
    font-weight: bolder;
    font-size: 10pt;
    transition: ease 1s;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5pt;
    position: absolute;
}
#accueil a{
    padding: 3pt;
    margin: 0;
    color: rgb(0, 0, 0);
    text-decoration: none;
}
#accueil:hover{
    scale: 120%;
}
.popup {
    display: none;
    
    
  }
  .popup-back {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba( 0, 0, 0, .25 );
  }
  .popup-container {
    position: fixed;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    background: white;
    height: 25%;
    width: 20%;
    display: flex;
    justify-content: end;
    align-items: center;
    flex-direction: column;
    border-radius: 10px;
  }
  #popup-close{
    background-color: #041e2a;
    color: white;
    padding: 1rem; 
    margin-bottom: 1rem;   
    border-radius: 10px;
    text-decoration: none;
    height: 10%;
}

#credits{
    color: white;
}
.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24;
  color: white;
  text-align: center;
  width: 100%;
  font-size: 15vh !important;
  height: fit-content;
  bottom: 0;
  position: relative;
}
.material-symbols-outlined:hover {
    bottom: 0;
    animation-duration: 2s;
    animation-name: fleche;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    position: relative;
}

@keyframes fleche {
    0% {
        bottom: 0;
    }
  
    30% {
        bottom: 50px;
    }

    55% {
        bottom: 0;
    }
    75% {
        bottom: 50px;
    }

    100% {
        bottom: 0;
    }
}

#form_recherche{
    color: black;
    height: 100vh;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
}
#form_recherche table{
    background-color: whitesmoke;
    border-radius: 20px;
    padding: 1rem;
}
#form_recherche table th{
    padding: 1rem;
}
#form_recherche table td{
    padding: 0 1rem 0 1rem;
}
#form_recherche form{
   width: 25%;
   height: fit-content;
    margin-top: 2rem;
    background-color: whitesmoke;
    border-radius: 20px;
    padding: 1rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    font-size: x-large;
}
#auteurice{
    width: 100%;
    margin: 0 1rem 0 1rem;
}
#form_boutons{
    padding-top: 5%;
    display: flex;
    justify-content: space-around;
    width: 100%;
}
#form_boutons input{
    width: 30%;
    font-size: 60%;
}
  
}
#listing{
    margin-top: 2rem;
    border-collapse: separate;
    border-spacing: 0;
}

#listing th, #listing td {
    border: 3px solid #FFFFFF;
    padding: 8px; 
    text-align: center;
}

.popup {
    display: none;  
  }
  .popup-back {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba( 0, 0, 0, 0.5 );
    backdrop-filter: blur(1.5rem);

  }
  .popup-container {
    position: fixed;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    background: white;
    height: 25%;
    width: 20%;
    display: flex;
    justify-content: end;
    align-items: center;
    flex-direction: column;
    border-radius: 10px;
    color: black;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    padding: 1rem;
    height: fit-content;
    width: fit-content;
    padding: 1rem 1rem 0 1rem;
    
  }
  
  #popup-close, #spoiler{
    background-color: #041e2a;
    color: white;
    padding: 1rem; 
    margin-bottom: 1rem;   
    border-radius: 10px;
    text-decoration: none;
    height: 10%;
    display: flex;
    justify-content: center;
    align-items: center;

}
#b_popup{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 1rem;
}
#liste_pages_autre {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0 1rem;
    width: 100%;
    height: 4rem;
}

#liste_pages_autre a {
    background-color: rgba(255, 255, 255, 0.911);
    border-radius: 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: rgb(0, 0, 0);
    font-weight: bolder;
    font-size: 50%;
    transition: transform 0.5s ease; /* Utilisez "transform" au lieu de "scale" */
    text-decoration: none;
    padding: 1rem;
    width: 10%;
}

#liste_pages_autre a:hover {
    transform: scale(1.2); 
}

    #form_boutons input{
        width: 30%;
        font-size: 60%;
    }

    #listing{
        margin-top: 2rem;
        border-collapse: separate;
        border-spacing: 0;
    }

    #listing th, #listing td {
        border: 3px solid #FFFFFF;
        padding: 8px; 
        text-align: center;
    }

    .popup {
        display: none;  
    }
    .popup-back {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba( 0, 0, 0, 0.5 );
        backdrop-filter: blur(1.5rem);
    }
    .popup-container {
        position: fixed;
        top: 50%;
        left: 50%;
        translate: -50% -50%;
        background: white;
        height: 25%;
        width: 20%;
        display: flex;
        justify-content: end;
        align-items: center;
        flex-direction: column;
        border-radius: 10px;
        color: black;
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex-direction: column;
        padding: 1rem;
        height: fit-content;
        width: fit-content;
        padding: 1rem 1rem 0 1rem;
    }
  
    #popup-close, #spoiler{
        background-color: #041e2a;
        color: white;
        padding: 1rem; 
        margin-bottom: 1rem;   
        border-radius: 10px;
        text-decoration: none;
        height: 10%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #b_popup{
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin: 1rem;
    }
    #liste_pages_autre {
        display: flex;
        justify-content: space-around;
        align-items: center;
        padding: 0 1rem;
        width: 100vw;
        height: 4rem;
        flex-wrap: wrap;
    }
    #liste_pages_autre a {
        background-color: rgba(255, 255, 255, 0.911);
        border-radius: 20px;
        display: flex;
        justify-content: space-around;
        align-items: center;
        color: rgb(0, 0, 0);
        font-weight: bolder;
        font-size: 10pt;
        transition: transform 0.5s ease; 
        text-decoration: none;
        padding: 1rem;
        width: 10%;
    }
    #liste_pages_autre a:hover {
        transform: scale(1.2); 
    }

   
    #entite{
        width: 100%;
    }
