/*# sourceMappingURL=style.css.map */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'QuattrocentoSans-Regular';
    src: url(../fonts/QuattrocentoSans-Regular.ttf);
}

@font-face {
    font-family: 'QuattrocentoSans-Bold';
    src: url(../fonts/QuattrocentoSans-Bold.ttf);
}

@font-face {
    font-family: 'LRT Oksana';
    src: url(../fonts/LRT\ Oksana.ttf);
}

@font-face {
    font-family: 'LRT Oksana Bold';
    src: url(../fonts/LRT\ Oksana\ Bold.ttf);
}

@font-face {
    font-family: 'LRT Oksana Italic';
    src: url(../fonts/LRT\ Oksana\ Italic.ttf);
}

li {
    list-style-type: none;
}

ul li a {
    text-decoration: none;
}

/* *************************HEADER *************************/

header#head {
    max-width: 1200px;
    margin: 0 auto;
    height: 120px;
    display: flex;
    align-items: center;
    background-color: white;
}

.logo img {
    height: 70px;
    display: block;
}

nav.header-nav {
    width: 100%;
    height: 120px;
    display: flex;
    color: #000;
    align-items: center;
    justify-content: center;
}

.header-nav ul {
    display: flex;
    color: #000;
}

ul.menu {
    width: 670px;
    max-width: 1200px;
   }

.header-nav li {
    position: relative;
    margin: auto;

    /* padding: 10px; */
}

.header-nav  {
    display: block;
    /* padding: 10px; */
    color: black;
    font-size: 1rem;
    font-family: 'Quattrocento-Regular', sans-serif;
}

.header-nav ul ul {
    height: 300px;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
     box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px,
        rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
}

.menu ul li a {
   
    display:block;
    font-size: 1rem;
    transition: all 0.8s ease;
   
}

/* .header-nav ul li a:hover {
    
    color: black;
    background-color: #6b74eb;
    border-radius: 5px;
} */

.header-nav ul li:hover>ul {
    display: block;

}

.header-nav ul ul li {
    position: relative;
}

.header-nav ul ul a {
    padding: 10px 15px;
    background-color: white;
}
li.search-box{
    width:350px ;

}
.header-nav input[type="search"] {
    width: 300px;
    height: 35px;
    border: 1px solid white;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 3px 24px 0px;
    background-color: white;
    margin-left: 20px;
}

/* #menu-icon {
    display: none;
    width: 30px;
    height: 30px;
}

#menu-icon img {
    width: 20px;
    height: 20px;
}

#close-menu {
    width: 10px;
    height: 10px;
    display: none;
} */
.header-btn{
   
    height: 70px;
    width: 150px; 
    height: 70px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
#form-header {
    width: 400px;
    height: 100px;
    display: flex;
    align-items: center;
    flex-direction: row;
    padding: 0;
}

form#deconnect {
    width: 50px;
    height: 50px;
    padding: 0;
    margin-left: 30px;
   
}

a.img-user {
    width: 50px;
    margin-left: 50px;
    cursor: pointer;
    /* display: none; */
}

img.img-user1 {
    height: 60px;
    margin: 0 auto;
    padding: 0;
    /* display: none; */
}

button#search-button1 {
    width: 120px;
    height: 35px;
    margin-left: -20px;
    font-size: 1rem;
    font-weight: 600;
    font-family: 'Quattrocento-Regular', sans-serif;
    background-color: #5a62be;
    padding: 0 10px;
    border: none;
    border-radius: 10px;
    color: white;
    cursor: pointer;
}
.btn-user a {
    width: 150px;
    height: 35px;
    padding: 0;
}
button#user-connect {
    width: 120px;
    height: 35px;
    font-size: 1rem;
    font-weight: 600;
    font-family: 'Quattrocento-Regular', sans-serif;
    background-color: #5a62be;
    padding: 0 10px;
    color: white;
    cursor: pointer;
    border-radius: 10px;
    margin-top: 17px;
    margin-left: 60px;
    border:none;
}
button#user-connect:hover {
    opacity: 60%;
} 

input::placeholder {
    padding-left: 10px;
    font-style: italic;
}
img#deconnect1{
    width: 60px;
    height: 60px;
    border: none;
    /* margin: 0 auto; */
    /* padding: 0; */
}
button#user-deconnect {
    width: 60px;
    height: 60px;
    cursor: pointer;
    border-radius: 10px;
    border: none;
   } 

 button#user-deconnect:hover {
    opacity: 60%;
} 

span.nom {
    width: 30px;
    font-size: 1rem;
    font-weight: 500;
    font-family: 'Quattrocento-Regular', sans-serif;
    margin-left: 10px;

}

/* **************media queries header ********************/

@media screen and (max-width: 400px) {

   
    
    .menu ul {
        display: none;
    }

    
}

/* Media query pour les écrans avec une largeur de 900px ou moins */
@media screen and (max-width: 900px) {
    
        .menu ul {
        display: none;
    }

    
}


/* ******************fin media queries header*****************

/******************** EN TETE ****************************** */

.parallax-section {
    width: 100%;
    height: 550px;
}

.parallax {
    height: 100vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax.parallax1 {
    width: 100%;
    height: 550px;
    background-image: url("../image/lecture.jpg");
    opacity: 80%;
}

h1 {
    font-family: 'QuattrocentoSans-Bold', sans-serif;
    font-size: 4rem;
    text-align: center;
    text-transform: uppercase;
    height: 80px;
    padding-top: 50px;
    color: white;
    margin-right: 50px;
    text-shadow: 3px 3px black;
}

#explain {
    height: 300px;
    font-family: 'QuattrocentoSans-Bold', sans-serif;
    font-size: 2rem;
    float: right;
    padding-top: 80px;
    color: white;
    margin-right: 50px;
    text-shadow: rgba(0, 0, 0, 1) 0px 5px 15px;
    text-align: center;
}


/* ***************SECTION LES PLUS POPULAIRES************** */

.populaire {
    width: 100%;
    height: auto;
    background-color: #3C4048;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 40px;

}

.popular {
    width: 100%;
    height: 80px;
    margin-top: 60px;
    font-family: 'QuattrocentoSans-Regular', sans-serif;
    text-transform: uppercase;
    font-size: 1.5rem;
    color: white;
    font-weight: bold;
    text-align: center;
    /* margin-top: 30px; */
}

.container {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}

.item img {
    width: 200px;
    height: 300px;
    border-radius: 5px;
}

.item img:hover {
    opacity: 40%;
}

.item {
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}

#resume {
    width: 100px;
    height: 30px;
    border: none;
    border-radius: 50px;
    background-color: #5a62be;
    margin-top: 10px;
}

#resume a {
    text-decoration: none;
    color: white;
}

.title .author p {
    text-align: center;
}

.title {
    font-size: 1rem;
    font-family: 'QuattrocentoSans-Regular', sans-serif;
    font-weight: 500;
    line-height: 16px;
    color: white;
    margin-top: 10px;
}

.author {
    font-size: 1rem;
    font-family: 'QuattrocentoSans-Regular', sans-serif;
    font-weight: 400;
    color: white;

}

/******************* END SECTION POPULAIRES **************** */

/* -----*********responsive parallax popular**************** */
@media screen and (max-width: 400px) {
    .populaire {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 20px auto;
    }

    .item {
        width: 90%;
        margin: 10px;
    }

    @media screen and (max-width: 900px) {
        .populaire {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            margin: 20px auto;
        }

        .item {
            width: 45%;
            margin: 10px;
        }
    }
}

/********************* end responsive  populaire ************************/


/* ***********************SECTION NOUVEAUTES***************  */

#new {
    width: 100%;
    /* background-color: #62c465e4; */
    padding-top: 40px;
}

#nouveautes {
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    font-family: 'QuattrocentoSans-Regular', sans-serif;
    text-transform: uppercase;
    font-size: 1.8rem;
    color: black;
    font-weight: bold;
    text-align: center;
}

.slider {
    position: relative;
    overflow: hidden;
    max-width: 800px;
    aspect-ratio: 21/9;
    margin: auto;
}

.slider [src] {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: absolute;
    opacity: 0;
    left: 0;
    height: 300px;
    width: 100%;
    animation: slide 9s linear infinite
}

.slider [src="../image/fantastique.png"] {
    animation-delay: 3s
}

.slider [src="../image/nature.png"] {
    animation-delay: 6s
}

@keyframes slide {
    0% {
        opacity: 0
    }

    12% {
        opacity: 1;
        transform: scale(1.03)
    }

    25% {
        opacity: 1;
        transform: scale(1.06);
    }

    37% {
        opacity: 0;
        transform: scale(1.30);
    }

    100% {
        opacity: 0;
    }
}

/******************* end of section nouveautés ***************/

/* *******************RESPONSIVE NOUVEAUTES************* *** */
@media screen and (max-width: 400px) {
    #nouveautes {
        font-size: 16px;
    }

    .slider li {
        margin-right: 2px;
    }
}

@media screen and (max-width: 900px) {
    #nouveautes {
        font-size: 20px;
    }

    .slider {
        overflow-x: auto;
    }
}

@media screen and (max-width: 600px) {
    #nouveautes {
        font-size: 18px;
    }

    .slider li {
        margin-right: 5px;
    }
}

/* ***************END RESPONSIVE NOUVEAUTES *****************/

/******************* SECTION GENRE PREFERES ******************/

#gender {
    width: 100%;
    height: 1600px;
    background-color: #6b74eb;
}

#prefers {
    width: 100%;
    height: 80px;
    font-family: 'QuattrocentoSans-Regular', sans-serif;
    text-transform: uppercase;
    font-size: 1.8rem;
    color: black;
    font-weight: bold;
    text-align: center;
}

h2#prefers {
    padding-top: 30px;
}

#romance {
    font-size: 1.5rem;
    font-family: 'QuattrocentoSans-Regular', sans-serif;
    font-weight: 800;
    line-height: 10px;
    margin-left: 60px;
    text-align: center;
}

.container1 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding-top: 30px;
}

.item1 img {
    width: 200px;
    height: 300px;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.item1 img:hover {
    opacity: 40%;
}

.item1 {
    width: 300px;
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

button#see {
    width: 100px;
    height: 30px;
    border-radius: 50px;
    background-color: #5a62be;
    position: relative;
    float: right;
    color: white;
    border: none;
}

#see a {
    text-decoration: none;
    color: white;
}

.title-gender .author-gender p {
    text-align: center;
}

.title-gender {
    font-size: 1rem;
    font-family: 'QuattrocentoSans-Regular', sans-serif;
    font-weight: 800;
    line-height: 10px;
}

.author-gender {
    font-size: 1rem;
    font-family: 'QuattrocentoSans-Regular', sans-serif;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.5);
    line-height: 10px;
}

hr.gender1 {
    width: 80%;
    border-top: 5px double #333;
    color: #333;
    overflow: visible;
    text-align: center;
    height: 5px;
    margin: 0 auto;
    margin-top: 20px;
}

hr.gender1:after {
    background: #fff;
    content: '§';
    padding: 0 4px;
    position: relative;
    top: -13px;
}

/* ***************RESPONSIVE GENRE PREFERES******************* */
@media screen and (max-width: 600px) {
    #prefers {
        font-size: 18px;
    }

    #romance {
        font-size: 16px;
    }

    .item1 {
        width: 90%;
        margin: 10px;
    }
}

@media screen and (max-width: 400px) {
    #prefers {
        font-size: 16px;
    }

    #romance {
        font-size: 14px;
    }
}

@media screen and (max-width: 900px) {
    #prefers {
        font-size: 20px;
    }

    #romance {
        font-size: 18px;
    }

    .item1 {
        width: 45%;
        margin: 10px;
    }
}

/***************SECTION FANTAISIE****************************/

#fantaisie {
    font-size: 1.5rem;
    font-family: 'QuattrocentoSans-Regular', sans-serif;
    font-weight: 800;
    line-height: 10px;
    margin: 40px;
    margin-left: 60px;
    text-align: center;
}

.container2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.item2 img {
    width: 200px;
    height: 300px;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.item2 img:hover {
    opacity: 40%;
}

.item2 {
    width: 300px;
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#see {
    width: 100px;
    height: 40px;
    border-radius: 50px;
    background-color: #5a62be;
    position: relative;
    float: right;
    color: white;
    border: none;
}

#see a {
    text-decoration: none;
}

.title-fant .author-fant p {
    text-align: center;
}

.title-fant {
    font-size: 1rem;
    font-family: 'QuattrocentoSans-Regular', sans-serif;
    font-weight: 800;
    line-height: 16px;
    color: #000;
}

.author-fant {
    font-size: 1rem;
    font-family: 'QuattrocentoSans-Regular', sans-serif;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 10px;
    line-height: 10px;
}

/* *****************RESPONSIVE FANTAISIE ********************/

@media screen and (max-width: 400px) {
    .container2 {
        display: block;
    }
}

@media screen and (min-width: 900px) {

    .container2 {
        display: flex;
        justify-content: space-between;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0;
    }

    .item2 {
        width: 22%;
    }
}

/* **************END RESPONSIVE FANTAISIE *******************/

/*****************SECTION ACTION*****************************  */
#action {
    font-size: 1.5rem;
    font-family: 'QuattrocentoSans-Regular', sans-serif;
    font-weight: 800;
    line-height: 10px;
    margin: 40px;
    margin-left: 60px;
    text-align: center;
}

.container3 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.item3 img {
    width: 200px;
    height: 300px;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.item3 img:hover {
    opacity: 40%;
}

.item3 {
    width: 300px;
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#see {
    width: 100px;
    height: 40px;
    border-radius: 50px;
    background-color: #5a62be;
    position: relative;
    float: right;
    color: white;
    border: none;
}

#see a {
    text-decoration: none;
}

.title-act.author-act p {
    text-align: center;
}

.title-act {
    font-size: 1rem;
    font-family: 'QuattrocentoSans-Regular', sans-serif;
    font-weight: 800;
    line-height: 10px;
}

.author-act {
    font-size: 1rem;
    font-family: 'QuattrocentoSans-Regular', sans-serif;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 10px;
    line-height: 10px;
    margin: 10px 0;
}

/**************** END GENRE PLUS LUS  *************************/

/* ******************RESPONSIVE ACTION************************ */

@media screen and (max-width: 400px) {
    .container3 {
        display: block;
    }
}

@media screen and (min-width: 900px) {

    .container3 {
        display: flex;
        justify-content: space-between;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0;
    }

    .item3 {
        width: 22%;
    }
}

/* ****************END RESPONSIVE ACTION ******************* */

/******************** SECTION TEXTE ************************* */

#text {
    max-width: 1200px;
    padding: 50px;
    display: flex;
    align-items: center;
    margin: auto;
    justify-content: center;

}

.contain-text {
    max-width: 1200px;
    padding: 0;
    display: flex;
}

.texte {
    border: 2px solid black;
    border-radius: 20px;
    padding: 10px;
}

.bouquine {
    margin-top: 20px;
    font-size: 1.5rem;
    font-family: 'QuattrocentoSans-Regular', sans-serif;
    font-weight: bold;
    text-align: center;
    color: black;
}

.list {
    height: 400px;
    font-size: 1.2rem;
    font-family: 'QuattrocentoSans-Regular', sans-serif;
    text-align: center;
    color: black;
}

.image {
    height: 400px;
    border-radius: 40px;
}

/********************* END SECTION TEXTE *******************/

/************************ SECTION NEWSLETTER ****************/

.parallax-section.newsletter {
    width: 100%;
    height: 400px;
}

.parallax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax.parallax1.news {
    width: 100%;
    height: 400px;
    background-image: url("../image/newsletter.png");
}

#titl {
    width: 100%;
    font-family: 'QuattrocentoSans-Regular', sans-serif;
    text-transform: uppercase;
    font-size: 2.5rem;
    color: white;
    text-align: center;
    padding-top: 32px;
    text-shadow: 3px 3px black;
}

.formulaire {
    width: 500px;
    height: 200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.formulaire label {
    font-size: 1.5rem;
    font-family: 'QuattrocentoSans-Regular', sans-serif;
    color: white;
    text-shadow: 3px 3px black;
    padding-bottom: 32px;
}

input#email {
    width: 400px;
    height: 35px;
    border-radius: 10px;
    background-color: white;

}

#send {
    width: 120px;
    height: 35px;
    font-size: 1.2rem;
    font-family: 'QuattrocentoSans-Regular', sans-serif;
    font-weight: 500;
    color: white;
    background-color: #5a62be;
    border-radius: 50px;
    position: relative;
    float: right;
    margin-bottom: 30px;
    cursor: pointer;
    padding: 0 10px;
}

.abonner {
    max-width: 1200px;
    /* height: 100px; */
    font-size: 1.5rem;
    font-weight: 500;
    font-family: 'QuattrocentoSans-Regular', sans-serif;
    color: white;
    margin: 0 auto;
    text-align: center;
    text-shadow: 2px 2px black;
}

/***************** end section newsletter***************** */

/******************* SECTION CONTACT********************** */

#contact {
    width: 100%;
    background-color: #ff8b26;
}

.container-contact {
    max-width: 1200px;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-around;
    margin: auto;
}

#us {
    width: 100%;
    height: 50px;
    font-family: 'QuattrocentoSans-Bold';
    text-transform: uppercase;
    font-size: 2rem;
    color: white;
    text-align: center;
    padding-top: 30px;
}

.localisation {
    min-width: 200px;
    text-align: center;
    font-size: 1.2rem;
    font-family: 'QuattrocentoSans-Bold';
    color: white;
}

.localisation img {
    width: 80px;
}

.horaire {
    min-width: 200px;
    text-align: center;
    font-size: 1.2rem;
    font-family: 'QuattrocentoSans-Bold';
    color: white;
}

.horaire img {
    width: 80px;
}
.mail{
    min-width: 200px;
    min-width: 200px;
    text-align: center;
   
}
.mail p a {
   
    font-size: 1.2rem;
    font-family: 'QuattrocentoSans-Bold';
    color: white;
}

.mail img {
    width: 80px;
    margin: 40px;
}

a {
    text-decoration: none;
}

a:link {
    color: #000;
}

a:visited {
    color: #000000;
    border-bottom: 1px solid #b3b3b3;
}

a:hover {
    color: black;
}

.adress {
    margin-top: 30px;
}

.hour {
    margin-top: 30px;
}

.contactus {
    margin-bottom: 50px;
}


/********************* END SECTION CONTACT *****************/

/********************** SECTION COMPTEUR ****************** */

.section.compteur {
    max-width: 1200px;
    height: 400px;
    margin: 0 auto;
    margin-bottom: 50px
}

.cards-list {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 50px;
    z-index: 0;
}

.card {
    width: 250px;
    height: 250px;
    margin: 30px auto;
    border-radius: 20px;
    box-shadow: 0px 5px 20px -3px rgba(0, 0, 0, 0.05), -5px 5px 20px -3px rgba(0, 0, 0, 0.20);
    cursor: pointer;
    transition: 0.4s;
}

.card .card_image {
    width: inherit;
    height: inherit;
    border-radius: 20px;
}

.card .card_image img {
    width: inherit;
    height: inherit;
    border-radius: 20px;
    object-fit: cover;
}

.card .card_title {
    height: 100px;
    text-align: center;
    border-radius: 0px 0px 40px 40px;
    font-family: 'QuattrocentoSans-Bold', sans-serif;
    line-height: 2rem;
    font-size: 2rem;
    margin-top: -150px;

}

.card:hover {
    transform: scale(0.9, 0.9);
    box-shadow: 5px 5px 30px 15px rgba(0, 0, 0, 0.25),
        -5px -5px 30px 15px rgba(0, 0, 0, 0.22);
}

.title-white {
    color: black;
}


/* *********************END SECTION COMPTEUR  ***************/

/****************** SECTION AVIS DES LECTEURS****************  */

section#lecteur {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-bottom: 32px;
}

.blog_post {
    background: #fff;
    max-width: 350px;
    height: 500px;
    border-radius: 10px;
    box-shadow: 1px 1px 2rem rgba(0, 0, 0, 0.3);
    position: relative;
    margin-bottom: 30px;
}

.container_copy {
    padding: 6rem 4rem 5rem 4rem;
}

.img_pod {
    height: 110px;
    width: 110px;
    margin-top: 50px;
    background: linear-gradient(90deg, #ff9966, #ff5e62);
    z-index: 10;
    box-shadow: 3px 20px 2rem rgba(0, 0, 0, 0.15);
    border-radius: 100%;
    position: absolute;
    left: -10%;
    top: -13%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img_pod img {
    height: 8.3rem;
    width: 8.3rem;
    position: relative;
    border-radius: 100%;
    box-shadow: 1px 1px 2rem rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.container_copy h3 {
    color: #999;
    font-size: 1.25rem;
    margin-top: 20px;
}

h1#lector {
    font-size: 1.5rem;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    margin-top: 32px;
    color: #333;
    padding: 0;
    text-shadow: 0 0 0;
}

.container_copy p {
    width: 250px;
    font-size: 1.2rem;
    line-height: 1.3;
    color: #333;
}


/********************** SECTION FOOTER********************* */
footer {
    width: 100%;
    height: 130px;
    position: relative;
    bottom: 0;
}

section#end {
    width: 100%;
    height: 130px;
    background-color: #3C4048;
    padding: 10px;
}

.contain-footer {
    width: 100%;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
}

img.img1 {
    width: 60%;
    margin-top: 25px;
}

.reseaux {
    width: 400px;
    height: 130px;
    display: flex;
    align-items: center;
}

.reseaux a img {
    width: 50px;
    height: 50px;
    margin: 10px;
}

.pol {
    width: 150px;
    height: auto;
    font-family: 'QuattrocentoSans-regular', sans-serif;
    font-size: 1.3rem;
    font-weight: 500;
    text-align: center;
}

.pol a {
    color: white;
}

.politique {
    width: 400px;
    height: auto;
    font-family: 'QuattrocentoSans-regular', sans-serif;
    font-size: 1.3rem;
    font-weight: 500;
}

.politique a {
    color: white;
}

p#copy {
    font-family: 'QuattrocentoSans-Bold', sans-serif;
    font-size: 1.2rem;
    color: white;
    height: 20px;
}

.copyright {
    background-color: #3C4048;
    text-align: center;
    padding: 30px;
}

/******************** END FOOTER********************/

/* ------------------RESPONSIVE FOOTER----------------------- */

@media only screen and (max-width: 400px) {
    #end {
        text-align: center;
    }

    .img1 {
        width: 80%;
    }

    .pol,
    .politique {
        margin-top: 20px;
    }

    .social {
        margin: 0 10px;
        width: 25px;
        height: 25px;
    }
}

/* *******************PAGE RESUME LIVRE *********************/

#books {
    width: 100%;
    height: auto;
    background-color: #EAEAEA;
}

.contain {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.resume {
    width: 450px;
    height: auto;
    margin-left: 60px;
    margin-top: 60px;
}

#circe {
    width: 300px;
    height: 400px;
    border-radius: 10px;
}

#circe:hover {
    opacity: 60%;
}

.resum {
    width: 300px;
    height: auto;
    background-color: #EAEAEA;
    margin-top: 50px;
    border-radius: 10px;
    border: 3px solid white;
    box-shadow: #4950a1 0px 3px 8px;
}

.resum h3 {
    font-size: 1.3rem;
    font-family: 'QuattrocentoSans-Bold', sans-serif;
    font-weight: 700;
    line-height: 20px;
    color: #000;
    text-align: center;
    margin-top: 20px;
}

.resum p {
    font-size: 1.1rem;
    font-family: 'QuattrocentoSans-Regular', sans-serif;
    font-weight: 500;
    color: #000;
    margin-top: 30px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: justify;
}

hr.nb1 {
    border: none;
    border-top: 5px double #333;
    color: #333;
    overflow: visible;
    text-align: center;
    height: 5px;
    margin-top: 80px;
}

hr.nb1:after {
    background: #fff;
    content: '§';
    padding: 0 4px;
    position: relative;
    top: -13px;
}

.lus {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

h3.read {
    width: 100%;
    height: 40px;
    font-size: 1.4rem;
    font-family: 'QuattrocentoSans-Bold', sans-serif;
    font-weight: 700;
    margin-top: 40px;
    color: #000;
    text-align: left;
    font-style: italic;
}

.lus img {
    width: 250px;
    height: 350px;
    border-radius: 5px;
    margin-top: 30px;
}

.lus img:hover {
    opacity: 60%;
}

p.titl1 {
    font-size: 1rem;
    font-family: 'QuattrocentoSans-Regular', sans-serif;
    font-weight: 800;
    text-align: center;
    padding-top: 10px;
}

p.author1 {
    font-size: 1rem;
    font-family: 'QuattrocentoSans-Regular', sans-serif;
    font-weight: 800;
    text-align: center;
    padding-top: 10px;
    color: rgba(0, 0, 0, 0.5);
}

.description {
    height: auto;
    margin-top: 50px
}

h3.describe {
    font-size: 1.4rem;
    font-family: 'QuattrocentoSans-Bold', sans-serif;
    font-weight: 700;
    color: #000;
    margin-left: 30px;
}

h4.bio {
    font-size: 1.2rem;
    font-family: 'QuattrocentoSans-Bold', sans-serif;
    font-weight: 700;
    color: #000;
    margin-left: 30px;
    margin-top: 15px;
}

p.miller {
    height: 70px;
    font-size: 1.1rem;
    font-family: 'QuattrocentoSans-Bold', sans-serif;
    font-weight: 700;
    color: #000;
    margin-top: 40px;
    margin-left: 30px;
    font-style: italic;
}

.list {
    width: 100%;
    padding: 16px;
    height: auto;
}

h4.detail {
    width: 300px;
    text-align: justify;
    font-size: 1.2rem;
    font-family: 'QuattrocentoSans-Regular', sans-serif;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}

ul.liste {
    width: 300px;
    height: auto;
    text-align: justify;
}

.liste li {
    list-style-type: circle;
    font-size: 1.2rem;
    font-family: 'QuattrocentoSans-Regular', sans-serif;
    font-weight: 500;
    color: #000;
    margin-left: 30px;
}

h3.dispo {
    width: 100%;
    height: 30px;
    font-size: 1.4rem;
    font-family: 'QuattrocentoSans-Bold', sans-serif;
    font-weight: 700;
    margin-top: 40px;
    color: #000;
    text-align: left;
    font-style: italic;
}

.livr {
    width: 100%;
    height: 500px;
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

p.title2 {
    font-size: 1rem;
    font-family: 'QuattrocentoSans-Regular', sans-serif;
    font-weight: 800;
    text-align: center;
    padding-top: 10px;
}

p.author2 {
    font-size: 1rem;
    font-family: 'QuattrocentoSans-Regular', sans-serif;
    font-weight: 800;
    text-align: center;
    color: rgba(0, 0, 0, 0.5);
}

.item3 img {
    width: 250px;
    height: 350px;
    border-radius: 5px;
}

.item3 img:hover {
    opacity: 50%;
}

.rentForm {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
}

.rentBtn {
    position: absolute;
    left: 59vw;
}

/* *****************END SECTION PAGE RESUME *****************/

/* -----------RESPONSIVE RESUME LIVRE---------------------- */

@media screen and (max-width: 400px) {

    body {
        font-size: 14px;
    }
    header{
        width: 70%;
    }
    #books .contain {
        display: flex;
        flex-direction: column;
    }

    #books .resum {
        margin-top: 1rem;
    }

    #books .description {
        margin-top: 1rem;
    }

    #books .liste {
        margin-left: 0;
        padding-left: 0;
        list-style: none;
    }

    #books .liste li {
        margin-bottom: 0.5rem;
    }

    #books .livr {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 1rem;
    }

    #books .item3 {
        flex-basis: 48%;
        margin-bottom: 1rem;
    }
}

/* ---------------END RESPONSIVE RESUME LIVRE ---------------- */

/*************************** SECTION CATALOGUE**************** */

#catalogue {
    width: 100%;
    height: auto;
}

.catal {
    width: 100%;
    height: auto;
}

h2.catalog {
    font-size: 3rem;
    font-family: 'QuattrocentoSans-Regular', sans-serif;
    font-weight: 700;
    text-align: center;
    margin-top: 30px;
    text-transform: uppercase;
}

.formul-s {
    width: 100%;
    height: 80px;
    margin-bottom: 30px;
}

form#catalog-form {
    display: inline-block;
    width: 100%;
    height: 100px;
    font-family: 'QuattrocentoSans-Regular', sans-serif;
    font-weight: 600;
}

.formul-s label {
    display: none;
    font-family: 'QuattrocentoSans-Regular', sans-serif;
    font-weight: 600;
}

input#search-book {
    width: 450px;
    height: 40px;
    border: 1px solid black;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
}

button#search-button {
    width: 120px;
    height: 35px;
    margin-left: 20px;
    font-size: 1rem;
    font-family: 'Quattrocento-Regular', sans-serif;
    background-color: #5a62be;
    border-radius: 10px;
    padding: 0 10px;
    border: none;
    color: white;
}

.item4 {
    width: 200px;
    height: 380px;
    margin: 0 auto;
}

.item4 img {
    width: 200px;
    height: 270px;
    border-radius: 5px;
}

.books {
    width: 100%;
    height: 100%;
    /* margin-top: 100px; */
}

.books-catalog {
    width: 400px;
    height: 300px;
    margin: 100px auto;
}

.container-books {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 100px auto;
    height: 100%;
}

p.titles {
    font-size: 1.2rem;
    font-family: 'QuattrocentoSans-Regular', sans-serif;
    font-weight: bold;
    margin-top: 20px;
    text-align: center;
}

p.authors {
    font-size: 1rem;
    font-family: 'QuattrocentoSans-Regular', sans-serif;
    text-align: center;
    color: rgba(0, 0, 0, 0.5);

}

/******************** END CATALOGUE ************************/

/* --------------------RESPONSIVE CATALOGUE------------------  */

@media only screen and (max-width: 400px) {

    #catalogue {
        padding: 10px;
    }

    .catalog {
        font-size: 1.5em;
    }

    .formul-s {
        margin-top: 10px;
    }

    #search-book {
        width: 80%;
        margin-right: 10px;
    }

    #search-button {
        width: 18%;
    }

    .books-catalog {
        width: 100%;
        margin-bottom: 10px;
    }

    .item4 {
        width: 100%;
    }

    .titles {
        font-size: 1.2em;
    }

    .authors {
        font-size: 1em;
    }
}

/* --------------END RESPONSIVE CATALOGUE ------------------- */

/*********************** PAGE PARCOURIR ******************* */

#avanced {
    width: 150px;
    height: 35px;
    font-size: .8rem;
    font-family: 'Quattrocento-Regular', sans-serif;
    background-color: #5a62be;
    border-radius: 10px;
    padding: 0 10px;
    border: none;
}

/********************* END PARCOURIR ************************/


/* ***************RECHERCHE ******************************/

button#btn-search {
    width: 120px;
    height: 35px;
    margin-left: 20px;
    font-size: 1rem;
    font-family: 'Quattrocento-Regular', sans-serif;
    background-color: #5a62be;
    border-radius: 10px;
    padding: 0 10px;
    border: none;
    color: white;
}

/* ***************END RECHERCHE *****************************/

/********************** PAGE INFOS PRATIQUES*************** */

section.info {
    width: 100%;
    height: 900px;
}

.news {
    width: 100%;
    height: 800px;
}

h2.infos {
    width: 100%;
    height: 80px;
    font-size: 2.5rem;
    font-family: 'QuattrocentoSans-Regular';
    font-weight: 600;
    text-align: center;
    margin-top: 60px;
    text-transform: uppercase;
    text-shadow: 0 0 2px violet;
    color: black;
}

.consignes {
    max-width: 1200px;
    border: 2px solid white;
    margin: 0 auto;
    font-style: italic;
    border-radius: 30px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px,
        rgba(17, 17, 26, 0.1) 0px 16px 56px;
}

ol.consignes {
    font-size: 1.3rem;
    font-family: 'QuattrocentoSans-Regular', sans-serif;
    font-weight: 500;
    color: white;
    text-align: center;
    padding-top: 32px;
    padding-bottom: 32px;
    background-color: #3C4048;
}

ol.consignes li {
    margin-bottom: 10px;
    line-height: 1.5;
}

/***************** END INFO PRATIQUES*********************** */

/* ------RESPONSIVE INFOS PRATIQUES------------------------  */
@media screen and (max-width: 400px) {

    .consignes {
        font-size: 10px;
        line-height: 1;
    }

    .infos {
        font-size: 12px;
        line-height: 1.2;
    }
}

/*********************** POP UP CONNEXION********************** */

#connexion {
    width: 100%;
    height: 500px;
    font-family: 'Quattrocento-Regular', sans-serif;
    position: absolute;
}

.lettreb {
    width: 100%;
    height: 100px;
}

img.b {
    width: 300px;
    height: 100px;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.social-media {
    width: 100%;
    height: 25px;
}

form {
    width: 100%;
    height: 250px;
    padding: 40px 60px;
    border-radius: 10px;
}

.connect {
    width: 100%;
    height: 50px;
}

h2.connect {
    font-size: 2rem;
    font-family: 'QuattrocentoSans-Regular', sans-serif;
    font-weight: 700;
    text-align: center;
    color: #eb7371;
    text-align: center;
    padding-top: 10px;
}

.social-media {
    width: 100%;
    height: 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.social-media p {
    margin-top: 20px;
    margin-right: 20px;
    width: 30px;
    text-align: center;
    cursor: pointer;
    color: black;
}

.social-media a {
    color: #000;
}

.social-media a:visited {
    color: #5a62be;
}

p.email {
    text-align: center;
    font-size: 1.3rem;
    font-family: 'QuattrocentoSans-Regular', sans-serif;
    font-weight: 600;
}

form .inputs {
    display: flex;
    flex-direction: column;
    align-items: center;
}

form .inputs input[type='email'],
input[type='password'] {
    padding: 15px;
    border: none;
    border-radius: 5px;
    background-color: #f2f2f2;
    margin-bottom: 15px;
}

form p.inscription {
    font-size: 14px;
    margin-bottom: 20px;
    text-align: center;
}

.inscription a:visited {
    color: #4950a1;
}

p.inscription {
    font-size: 1.3rem;
    font-family: 'QuattrocentoSans-Regular', sans-serif;
    font-weight: 600;
    margin-top: 10px;
}

#btn-connect {
    width: 150px;
    height: 35px;
    padding: 10px 20px;
    border-radius: 5px;
    border: none;
    display: block;
    margin: auto;
    font-size: 1rem;
    font-family: 'QuattrocentoSans-Regular', sans-serif;
    font-weight: 500;
    background-color: #5a62be;
    cursor: pointer;
    color: white
}

/************************* FIN CONNEXION **********************/

/* --------------------RESPONSIVE CONNEXION------------------  */

@media only screen and (max-width: 400px) {

    .connect {
        font-size: 1.2rem;
    }

    .email {
        display: none;
    }

    .social-media i {
        font-size: 16px;
    }

    input[type=email],
    input[type=password] {
        width: 90%;
    }

    .inscription a:first-of-type {
        font-size: 0.9rem;
    }


    button[type=submit] {
        margin-top: 10px;
    }
}

/* ----------------END RESPONSIVE CONNEXION---------------- */

/************************ PAGE INSCRIPTION *********************/

body {
    width: 100%;
    height: auto;
}

#bouquine {
    width: 400px;
    height: 500px;
    background-image: url(../image/logo2.png);
    background-repeat: no-repeat;
    background-position-y: left center;
}

#suscribe {
    width: 100%;
    height: 550px;
    display: flex;
    justify-content: center;
}

.container-suscribe {
    width: 50%;
    height: 550px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.img-book {
    width: 500px;
    height: 500px;
    margin-left: 50px;
    margin-right: 50px;
    padding-top: 40px;
}

.img-book img {
    height: 500px;
}

.suscribe-form {
    width: 100%;
    height: 100%;
}

form#connect {
    height: 500px;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

h2.sus-form {
    font-size: 1.8rem;
    font-family: 'QuattrocentoSans-Bold';
    font-weight: 400;
    text-align: center;
}

.input label {
    display: block;
    margin-bottom: 5px;
    font-size: 1rem;
    font-family: 'QuattrocentoSans-Regular';
    font-weight: 600;
}

input#username {
    background-color: white;
}

.input input {
    width: 400px;
    height: 35px;
    font-size: 1rem;
    font-family: 'QuattrocentoSans-Regular';
    font-weight: 600;
    padding: 8px;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 2px solid black;
    background-color: white;
}

input#password {
    width: 400px;
    border: 2px solid black;
    background-color: white;
    border-radius: 5px;
    padding: 8px;
    margin-bottom: 10px;
}

input#mail {
    width: 400px;
    border: 2px solid black;
    background-color: white;
    border-radius: 5px;
    padding: 8px;
    margin-bottom: 10px;
}

input#birth {
    width: 400px;
    border: 2px solid black;
    background-color: white;
    border-radius: 5px;
    padding: 8px;
    margin-bottom: 10px;
}

input#phone {
    width: 400px;
    border: 2px solid black;
    background-color: white;
    border-radius: 5px;
    padding: 8px;
    margin-bottom: 10px;
}

#btn-create {
    width: 150px;
    height: 35px;
    padding: 10px 20px;
    background-color: #5a62be;
    border-radius: 5px;
    border: none;
}

#btn-create a {
    font-size: .8rem;
    font-family: 'QuattrocentoSans-Regular';
    font-weight: 500;
    cursor: pointer;
    color: white;
}

/* ***********************END INSCRIPTION **********************/

/* ***************RESPONSIVE INSCRIPTION********************* */

@media only screen and (max-width: 400px) {
    .suscribe-form {
        width: 100%;
        margin: 0;
        padding: 20px;
    }

    .img-book {
        display: none;
    }

    .input {
        display: flex;
        flex-direction: column;
    }

    input[type="text"],
    input[type="email"],
    input[type="password"],
    input[type="number"],
    input[type="date"],
    select {
        margin: 10px 0;
        width: 100%;
    }

    button[type="submit"] {
        margin-top: 20px;
        width: 100%;
    }
}

/****************** END RESPONSIVE INSCRIPTION*************** */

/******************** PAGE RECHERCHE AVANCEE ********************/

.filter {
    max-width: auto;
    height: auto;
}

.filter-container {
    margin: 20px auto;
    max-width: 600px;
    height: 1000px;
    padding: 20px;
    background-color: #f5f5f5;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

h2.search-filter {
    font-size: 1.8rem;
    margin-bottom: 20px;
    font-family: 'QuattrocentoSans-Regular', sans-serif;
    text-align: center;
}

form#filter-form {
    display: flex;
    flex-direction: column;
}

#filter-form label {
    font-family: 'QuattrocentoSans-Regular', sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: black;
}

input[type="text"],
select,
input[type="number"] {
    font-family: 'QuattrocentoSans-Regular', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 5px;
    border: 1px solid #ccc;
    background-color: white;
}

input[type="submit"] {
    font-size: 1rem;
    font-family: 'QuattrocentoSans-Regular', sans-serif;
    padding: 10px;
    background-color: #74EC8D;
    color: black;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

input[type="submit"]:hover {
    background-color: #3e8e41;
}

/******************** END PAGE RECHERCHE AVANCEE************** */

/* -------RESPONSIVE RECHERCHE AVANCEE-----------************ */

@media screen and (max-width: 400px) {

    .filter-container {
        width: 90%;
        margin: 0 auto;
    }

    .filter form {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .filter form label,
    .filter form input,
    .filter form select {
        width: 45%;
        margin-bottom: 10px;
    }
}

/* ------------END RESPONSIVE RECHERCHE AVANCEE ***************/


/* *********************DASHBOARD USER ************************/

body {
    width: 100%;
    height: 450px;
}

.dashboard1 {
    width: 100%;
    height: 30px;
}

.dashboard1 h2 {
    font-size: 1.5rem;
    font-family: 'QuattrocentoSans-Regular', sans-serif;
    text-align: center;
    text-transform: uppercase;
    margin-top: 10px;
    margin-left: 80px;
    padding-left: 70px;
}

#user-nav {
    width: 350px;
    height: 400px;
    background-color: #3C4048;
    position: absolute;
    top: 120px;
    left: 0;
}
#user-nav ul {
    width: 350px;
    height: 400px;
    display: block;
}
#user-nav li{
    width: 350px;
    height: 100px;
    text-align: center;
     padding-top: 30px;
 
}
#user-nav li a {
    width: 350px;
    height: 100px;
    font-size: 1.2rem;
    font-family: 'QuattrocentoSans-Bold', sans-serif;
    color: white;
    transition: all 0.8s ease;
}

#user-nav li:hover {
    background-color: #4950a1;
}

.info1 {
    width: 700px;
    background-color: #3C4048;
    border: 1px solid white;
    border-radius: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: 90px;
    transform: translate(-50%, -50%);
    margin-top: 80px;
    /* display: none; */
}

.info-perso {
    font-size: 1.2rem;
    font-family: 'QuattrocentoSans-Bold', sans-serif;
    text-align: center;
    color: white;
    margin-top: 20px;
}

.names {
    width: 400px;
    height: 40px;
    display: flex;
    align-items: baseline;
    justify-content: space-around;
    margin-right: 30px;
}

form#dash-form {
    width: 700px;
    height: 400px;
    display: flex;
    align-items: center;
    flex-direction: column
}

label {
    font-size: 1.2rem;
    font-family: 'QuattrocentoSans-Bold', sans-serif;
    padding-top: 16px;
    color: white;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"] {
    width: 470px;
    height: 35px;
    border: 2px solid #ccc;
    border-radius: 10px;
    background-color: white;
    }

input[type="email"]#email1 {
    width: 470px;
    height: 35px;
}

input[type="submit"] {
    width: 120px;
    height: 35px;
    font-size: 1rem;
    font-family: 'QuattrocentoSans-Bold', sans-serif;
    padding: 10px 20px;
    background-color: #5a62be;
    border-radius: 10px;
    border: none;
    margin-top: 30px;
    color: white;
}

input[type="submit"]:hover {
    background-color: #5a62be;
}

input.adress {
    width: 470px;
    margin: 0;
}

input[type="tel"]#telephone {
    width: 470px;
    padding: 10px;
    background-color: white;
}

/* ********************END DASHBOARD USER **********************/

/* ************** RESPONSIVE MOBILE DASHBOARD USER*********** */

@media screen and (max-width: 400px) {

    #user-nav {
        display: none;
    }

    h2,
    h3 {
        font-size: 1.2rem;
    }

    .info1 {
        flex-direction: column;
    }

    .names,
    label {
        display: block;
        margin: 10px 0;
    }

    input[type="submit"] {
        margin-bottom: 20px;
    }
}

/* *******END RESPONSIVE MOBILE DASHBOARD USER************* */

/* *Bouton Réserver/indisponible sur page Book.php*/

.rentForm{
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
}
.rentBtn {
    position: absolute;
    left: 59vw;
}