body {
    background-color: #1a1a1a;
    margin: 0;
    padding: 0;
    font-family: 'Montserrat Alternates', sans-serif;
    width: 100%;
    min-height: 100vh;
}

body::-webkit-scrollbar {
    width: 20px;
    background-color: transparent;
}

body::-webkit-scrollbar-track {
    background-color: #1a1a1a;
    border-radius: 0px;
    width: 15px;
}

body::-webkit-scrollbar-thumb {
    background-color: #fff;
    width: 10px;
    border-radius: 15px;
    border: solid 5px #1a1a1a;
}

/*------------------------------------------------------------------*/

header nav {
    top: 0;
    background-color: #1a1a1a;
    position: fixed;
    width: 100%;
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
  
    align-items: center;
    transition: all .5s ease-in-out;
    z-index: 1000;
    box-shadow: 0 20px 100px rgba(0, 0, 0, 0.1);
}


.logo img{
    width: 35px;
    margin-left: 30px;
    display: flex;
    align-items: center;
}


.liens {
    margin-right: 10px;
}

.liens.active {
    background-color: transparent;
    padding: 0;
}

.liens.active:hover {
    background: none;
}

header nav ul {
    margin:0;
    padding: 0;
    display: flex; 
}


header nav ul li {
    list-style: none;
    font-size: 15px;
    font-weight: 400;
    padding: 10px 20px;
    border-radius: 1000px;
} 

header nav ul li a {
    text-decoration: none;
    color: #B1B1B1;
    padding: 10px;
    display:block;
    transition: all .2s ease-in-out;
}

header nav ul li a:hover {
    color: #fff;
    transition: all .2s ease-in-out; 
}



.active {
    color: #fff;
    /* border-bottom: solid 2px #2f2f2f;    
    padding: 0 ;
    margin: 10px; */
 }
 
 .active:hover {
     color: gainsboro;
     /* background-color: #434343; */
 }
 .toggle-button {
    position: absolute;
    right: 30PX;
    display:none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 21px;
}

.toggle-button:hover {
    background-color: transparent;
}

.toggle-button .bar {
    height: 3px;
    width: 100%;
    background: #fff;
    border-radius: 10px;
}

@media (max-width: 920px) {


    .toggle-button {
        display: flex;
        top: 19px;
    }

    .logo img {
        padding: 1.40px 0;
        margin: 10px 0;
    }
    .liens {
        display: none;
        width: 100%;
        margin: 0;
    }
    

    #nav {
        padding: -0px;
    }
    nav {
        flex-direction: column;
        margin: 0;
    }

    .liens ul {
        width: 100%;
        flex-wrap: wrap;
        display: flex;
        justify-content: center;
       
    }

    .liens li {
        text-align: center;
        margin: 0px 0;
        padding: 10px;
       
    }

    header nav ul li a:hover {
        color: #fff ;
    }

    .liens a {
       padding: 0;
    }

    .liens.active {
        display: flex;
        align-items: center;
        padding:  0;
        border-radius: 0;
        box-shadow: inset rgba(0, 0, 0, 0.1) 0px 25px 50px -20px;
    }

    .active {
        color: #fff;
        border: none;
        background-color: transparent;
        padding: 10px 20px;
        
     }
     .liens.active a {
        padding: 10px 20px;
    }

  
     
     .active:hover {
        color: gainsboro;
    }
}
/*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*/



.un {
    background: url(/BIBLIOTHEQUE/Images/INFOS/INFOS_720_1.0.png);
    /* box-shadow: inset rgba(0, 0, 0, 0.2) 10000px 0px 0px 0px; */

    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
    
    /* padding-top: 56px; */
    height: 100%;
    /* width: 100%; */
}

.bg {
    background: url(/BIBLIOTHEQUE/Images/INFOS/INFOS_2k_1.0.png);
    background-attachment: fixed;
    background-position: center;
    /* background-position:bottom; */
    background-size: cover;
    color: #fff;
    box-shadow: inset rgba(0, 0, 0, 0.4) 0px 2000px 300px 300px;
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 56px;
    /* height: 80vh; */
}

.un p {
    font-weight: 600;
}

@media (max-width : 620px) {
    .un p {
        font-size: 3.8vw;
    }

    .un h1 {
        font-size: 5.8vw;
    }
}

.un .contact {
display: flex;
flex-direction: column;
justify-content: center;
 /* padding: 5rem 0; */
 height: 100%;
 width: 80vw;

}

.un .contact .align {
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: center;
    margin: 5vmax 0;
}

.un .contact .align .informations {

  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-size: x-large;
  padding-right: 10rem;

}

.un .contact .align .informations .nouveau {
    border: solid 3px white;
    padding: 1rem 2rem;
    border-radius: 30px;
    backdrop-filter: blur(20px);
}


/* .un .contact .align .informations p{
    text-decoration: none !important;
    color: #fff !important;
} */

.un .contact .align .informations .numero {
    background-color: #fff;
    color: black;
    width: min-content;
    white-space: nowrap;
    padding: 1rem 1.5rem;
    border-radius: 10px;
}

.un .contact .align .map {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    height: 30vmax;
    width: 100%;
    object-fit: cover;
}

@media (max-width : 1250px) {

    .un .contact .align {
        display:initial  !important;
        margin-top:  5vmax ;
    }

    .un .contact .align .informations {
        margin-bottom:  14vmin;
        padding-right: 0;
    }

    .un .contact .align .map {
        margin-left: 0;
        height: 40vmax;
        width: 100%;
        object-fit: cover;
        /* margin-bottom: 6rem; */
    }
}


.deux {
    background: url(/BIBLIOTHEQUE/Images/INFOS/INFOS_720_1.0.png);
    box-shadow: inset rgba(0, 0, 0, 0.45) 10000px 0px 0px 0px;
    background-size: cover;
    background-position: center ;
    background-attachment: fixed;
    
    color: #fff;
}

.deux .blur{
    backdrop-filter: blur(10px);
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 30vh; */
}

.deux .precisions {
    width: 70vw;
    padding: 5rem 0;
    /* max-width: 1080px; */
}

.deux .precisions .align .infos {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 6rem;
   
}


@media (max-width: 880px) {
    
        .deux .precisions .align .infos {
        display: unset;
        flex-wrap: wrap;
    }

    .deux .precisions .align .infos .se_garer{
        padding-right: 0;
        padding-bottom: 2rem;
    }
    
    .deux .precisions .align .infos .duree{
        padding-left: 0;
    }
}
 



/*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*/


footer {

    padding: 0 10px;
    height: 63px;
    background-color: #1a1a1a;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    box-shadow: 0 -20px 100px rgba(0, 0, 0, 0.1);
    z-index: 100;
}

/*---------------------*/

.footer .mentions {
    text-align: center;
}

.mentions button {
    
    background-color: transparent;
    color: #fff;
    border: none;
    border-radius: 1000px;
    padding: 10px 0;
    font-size: 15px;
    font-weight: 400;
    transition: all .2s ease-in-out;
    margin: 10px;
}

.mentions button:hover {

    transition: all .2s ease-in-out;
}

.mentions button a {
    text-decoration: none;
    padding: 10px 20px;
    color: gainsboro;
    font-family: 'Montserrat Alternates', sans-serif;

    transition: all .2s ease-in-out;
}

.mentions button a:hover {

    cursor: pointer;
    color: #fff;
    transition: all .2s ease-in-out;
}

/*-----------------------------*/

footer .centre {
    text-align: left;
}

footer .centre button a {
    text-decoration: none;
    font-family: 'Montserrat Alternates', sans-serif;

    color: gainsboro;
    padding: 10px 20px ;
    transition: all .2s ease-in-out;
}

footer .centre button {
    border: none;
    color: gainsboro;
    /* border: solid 2px #fff; */
    background-color: transparent;
    /* border-radius: 1000px; */
    padding: 10px 0 ;
    font-size: 15px;
    font-weight: 400;
    margin: 10px;
    transition: all .2s ease-in-out;
}

footer .centre button:hover {
    cursor: pointer;
    color: #fff;
    transition: all .2s ease-in-out;
}

footer .centre button a:hover {
    color:#fff;
}

/*----------*/
/*----------*/

@media (max-width: 810px) {

.centre {
    display: none;
    transition: all .2s ease-in-out;
}

}
