body {
    font-size: 1.6rem;
    font-family: 'Roboto', sans-serif;
    color: #2a2a2a;
}

header {
    background-color: white;
    padding: 0px;
    font-size: 1.8rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

@media screen and (max-width: 1200px) {
    header {
        font-size: 1.6rem;
    }
}

nav {
    width: 100%;
    max-width: 1200px;
    padding: 0px 20px;
    margin: 0px;
}

.here,
.here:hover {
    color: black;
    font-weight: 600;
}

.home {
    width: 199px;
    height: 88px;
    background-image: url('../img/bg_navHome.png');
    background-repeat: no-repeat;
    background-position: center;
}

#menu-large ul {
    float: right;
    list-style-type: none;
    padding: 0;
}

#menu-large ul li {
    display: inline-block;
    background-color: white;
    margin-left: 2.8vw;
    line-height: 8.7rem;
    text-align: center;
}

#menu-large ul li a {
    color: #909090;
    text-decoration: none;
}

#menu-mobile {
    clear: both;
}

#menu-mobile ul {
    display: none;
    background-color: white;
    padding: 0px;
    margin: 0px;
    width: 100%;
    clear: both;
}

#menu-mobile ul li {
    display: block;
    padding: 12px 0px;
    margin: 0px;
    width: 100%;
    text-align: center;
    clear: both;
}

#menu-mobile ul li a {
    color: #909090;
    text-decoration: none;
}

.menu {
    float: right;
    margin-top: 18px;
    width: 50px;
    height: 50px;
    background-image: url('../img/bg_navMenu.png');
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

/*
#social ul {
    list-style-type: none;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 290px;
    left: 0px;
    padding: 32px 20px 26px 30px;
}

#social ul li {
    padding: 18px;
}
*/
#homeIntro {
    background-image: url('../img/bg_homeIntro.png');
    background-repeat: no-repeat;
    background-position: top center;
    height: 496px;
    /*clear: both;*/
}

#homeIntroMobile {
    background-image: url('../img/bg_homeIntroMobile.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    height: 496px;
    clear: both;
    background-color: #aeaeae;
}

#homeIntroPresentation {
    display: inline-block;
    width: 50%;
    text-align: center;
    font-size: 1.7rem;
    line-height: 2rem;
    font-weight: bold;
    padding-top: 320px;
    color: white;
    padding-left: 110px;
}

.toggleIntro {
    clear: both;
    display: inline-block;
    background-color: white;
    color: #848484;
    font-weight: bold;
    border: 1px solid white;
    border-radius: 4px;
    padding: 3px 6px;
    cursor: pointer;
    margin-top: 12px;
}

#homeIntroPresentationMobile {
    text-align: center;
    color: white;
    font-weight: bold;
    padding: 20px;
}

#homeIntroPresentationFull {
    display: none;
    background-color: #9A9A9A;
    padding: 60px 40px 60px 40px;
    text-align: justify;
    color: white;
    font-size: 1.8rem;
}

/*
#homeIntroPresentationMobileFull {
    text-align: center;
    color: white;
    font-weight: bold;
    padding: 20px;
}
*/
#homeIntroVoyageuse {
    text-align: center;
    float: left;
    max-width: 220px;
}

#homeIntroVoyageuseMobile {
    text-align: center;
}

.homeIntroVoyageuseImage {
    display: inline-block;
    margin-top: 80px;
    margin-bottom: 30px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background-size: cover;
    border: 1px solid white;
}

.homeIntroVoyageuseNom {
    display: inline-block;
    /*clear: both;*/
    font-size: 1.7rem;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
}

#homePresentation {
    background-color: #CACACA;
    background-image: url('../img/bg_homePresentation.png');
    background-repeat: no-repeat;
    background-position: center center;
}

#homePresentation section {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 0px;
}

#homePresentationPortait {
    background-image: url('../img/bg_homePresentationPortrait.png');
    background-repeat: no-repeat;
    background-position: center center;
    min-width: 310px;
    min-height: 310px;
}

#homePresentation blockquote {
    background-image: url('../img/bg_homePresentationQuote.png');
    background-repeat: no-repeat;
    background-position: left top;
    color: white;
    font-weight: bold;
    margin-top: 20px;
    padding: 70px 0px 0px 120px;
}

#homePresentation blockquote:before {
    content: none;
}

#homePresentation cite {
    display: block;
    text-align: right;
    color: black;
    text-transform: uppercase;
    font-family: 'Caveat Brush', cursive;
    font-size: 4.7rem;
    line-height: 6.7rem;
    padding: 0px 120px 0px 0px;
    margin: 40px 0px 50px 0px;
    background-image: url('../img/bg_homePresentationCite.png');
    background-repeat: no-repeat;
    background-position: right top;
}

@media screen and (max-width: 800px) {
    #homePresentation blockquote {
        padding: 90px 0px 0px 10px;
    }

    #homePresentation cite {
        font-size: 2.6rem;
    }
}

#homeLivres {
    background-image: url('../img/bg_homeLivres.png');
    background-repeat: no-repeat;
    background-position: center top;
}

#homeLivresMobile {
    background-image: url('../img/bg_homeLivres.png');
    background-repeat: repeat-y;
    background-position: right top;
}

#homeLivres section,
#homeLivresMobile section {
    text-align: center;
    padding-top: 30px;
}

#homeLivres h1,
#homeLivresMobile h1 {
    display: inline-block;
    font-family: 'Caveat Brush', cursive;
    font-weight: bold;
    font-size: 6rem;
    line-height: 6rem;
    color: black;
    border-bottom: 10px solid #faf481;
    padding: 0px 20px 6px 20px;
}

.homeLivrePresentation {
    background-repeat: no-repeat;
    background-position: 30px top;
}

.homeLivrePresentationMobile {
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 360px;
}

.homeLivreLien {
    display: inline-block;
    padding-top: 400px;
    text-align: center;
}

.homeLivreLien a {
    display: inline-block;
    font-size: 1.3rem;
    color: white;
    font-weight: bold;
    background-color: #5e5e5e;
    border-radius: 10px;
    text-transform: uppercase;
    padding: 10px 12px;
    min-width: 200px;
    text-decoration: none;
}

.homeLivreLienMobile {
    display: inline-block;
    padding: 20px 0px 50px 0px;
    text-align: center;
}

.homeLivreLienMobile a {
    display: inline-block;
    font-size: 1.3rem;
    color: white;
    font-weight: bold;
    background-color: #5e5e5e;
    border-radius: 10px;
    text-transform: uppercase;
    padding: 10px 12px;
    min-width: 200px;
    text-decoration: none;
}

.homeLivreTexte {
    float: right;
    width: 230px;
    text-align: left;
    color: white;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1.3rem;
    padding-bottom: 30px;
    padding-right: 10px;
}

.homeLivreTexteMobile {
    padding: 400px 10px 10px 20px;
}

#homeLivrePresentationFr,
#homeLivrePresentationFrMobile {
    background-image: url('../img/bg_homeLivrePresentationFr.png');
    background-repeat: no-repeat;
}

#homeLivrePresentationFrMobile {
    background-position: top center;
}

#homeLivrePresentationEt,
#homeLivrePresentationEtMobile {
    background-image: url('../img/bg_homeLivrePresentationEt.png');
    background-repeat: no-repeat;
}

#homeLivrePresentationEtMobile {
    background-position: top center;
}

#homeLivrePresentationEt2,
#homeLivrePresentationEtMobile2 {
    background-image: url('../img/bg_homeLivrePresentationEt2.png');
    background-repeat: no-repeat;
}

#homeLivrePresentationEtMobile2 {
    background-position: top center;
}

#homeLivrePresentationEt3,
#homeLivrePresentationEtMobile3 {
    background-image: url('../img/bg_homeLivrePresentationEt3.png');
    background-repeat: no-repeat;
}

#homeLivrePresentationEtMobile3 {
    background-position: top center;
}

/* formulaire de contact homepage */
#homeContact {
    background-color: #bebebe;
}

#homeContact section {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

#homeContact h1 {
    display: inline-block;
    font-family: 'Caveat Brush', cursive;
    font-weight: bold;
    font-size: 5rem;
    line-height: 6rem;
    color: black;
    border-bottom: 10px solid #faf481;
    padding: 60px 0px 6px 0px;
}

@media screen and (max-width: 800px) {
    #homeContact h1 {
        padding-top: 0px;
    }
}

#homeContact input,
textarea {
    border-radius: 12px;
    background-color: #d7d7d7;
    border: 0px;
    padding: 16px 20px;
    width: 100%;
    margin: 8px;
    font-weight: bold;
    resize: none;
}

#homeContact input[type=submit] {
    background-color: #5e5e5e;
    color: white;
    padding: 12px 40px 12px 40px;
    margin: 0px;
    margin-top: 8px;
    width: 200px;
    text-transform: uppercase;
}

/* FIN formulaire de contact homepage */


#auteureIntro {
    /*clear: both;*/
    background-color: #d1d2d4;
    background-image: url('../img/bg_auteureIntro.png');
    background-repeat: no-repeat;
    background-position: top center;
}

#auteureIntro h1 {
    display: inline-block;
    font-family: 'Caveat Brush', cursive;
    font-weight: normal;
    margin-top: 56px;
    line-height: 84px;
}

#auteureIntroTitre {
    text-align: center;
}

#auteureIntroTitre1 {
    display: inline-block;
    font-size: 6rem;
    padding: 0px 10px 0px 20px;
}

#auteureIntroTitre2 {
    display: inline-block;
    font-size: 6rem;
    padding: 0px 0px 0px 0px;
    border-bottom: 10px solid #faf481;
}

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

    #auteureIntroTitre2 {
        font-size: 3.0rem;
        border-bottom: 5px solid #faf481;
    }

    #auteureIntro h1 {
        font-size: 3.0rem;
        line-height: 42px;
        margin-bottom: 70px;
    }
}

#auteureIntroPhoto {
    background-image: url('../img/bg_auteureIntroPhoto.png');
    background-repeat: no-repeat;
    background-position: center 100px;
    min-height: 320px;
}

#auteureIntroPresentation {
    background-color: white;
    margin: 20px 0px 40px 0px;
    padding: 20px;
    font-size: 1.7rem;
    text-align: justify;
}

#auteureOuvrages {
    background-color: #aeaeae;
}

#auteureOuvrages section {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

#auteureOuvrages h1 {
    display: inline-block;
    font-family: 'Caveat Brush', cursive;
    font-size: 6rem;
    font-weight: normal;
    color: black;
    background-image: url('../img/bg_auteureOuvragesH1.png'), url('../img/bg_auteureOuvragesH1.png');
    background-repeat: no-repeat, no-repeat;
    background-position: left 70%, right 70%;
    padding: 0px 14px 0px 14px;
}

@media screen and (max-width: 1200px) {
    #auteureOuvrages h1 {
        font-size: 4.0rem;
    }
}

#auteureOuvragesListe {
    background-image: url('../img/bg_auteureOuvragesListe1.png'), url('../img/bg_auteureOuvragesListe2.png'), url('../img/bg_auteureOuvragesListe3.png');
    background-repeat: no-repeat, repeat-y, no-repeat;
    background-position: left top, center, right bottom;
}

#auteureOuvragesListe div {
    padding: 5px;
}

.auteurOuvrageContour {
    padding: 20px;
    border: 2px solid black;
}

.auteureOuvrageTitre {
    background-color: white;
    display: block;
    margin: 20px 20px 0px 20px;
    padding: 20px;
    height: 130px;
    font-weight: bold;
    text-transform: uppercase;
}

.auteureOuvrageEditeur {
    background-color: white;
    display: block;
    margin: 0px 20px 20px 20px;
    padding: 20px;
}

.auteureOuvrage {
    border: 1px solid black;
    background: none;
}

#auteurInformations {
    background-color: #d1d2d4;
}

#auteurInformations section {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

#auteurInformations h1 {
    display: inline-block;
    font-family: 'Caveat Brush', cursive;
    font-weight: normal;
    font-size: 7rem;
    line-height: 7rem;
    color: black;
    border-bottom: 12px solid #faf481;
    padding: 0px 0px 6px 0px;
}

@media screen and (max-width: 1200px) {
    #auteurInformations h1 {
        font-size: 3.5rem;
        border-bottom: 6px solid #faf481;
    }
}

#auteurInformationsListe div {
    padding: 6px;
}

.auteureInformationContour {
    padding: 60px 20px;
    border: 2px solid #555555;
}

.auteureInformationLien {
    width: 100%;
    height: 100%;
    display: block;
    background-color: white;
    padding: 40px 20px;
}

.auteureInformationLien a {
    text-decoration: none;
    color: black;
}

#biblioIntro {
    background-color: #cacaca;
}

#biblioIntro section {
    text-align: center;
}

#biblioIntroTitre h1 {
    display: inline-block;
    font-family: 'Caveat Brush', cursive;
    font-weight: normal;
    font-size: 7rem;
    line-height: 7rem;
    color: black;
    border-bottom: 12px solid #faf481;
    padding: 40px 0px 6px 0px;
}

@media screen and (max-width: 1200px) {
    #biblioIntroTitre h1 {
        font-size: 3.5rem;
        border-bottom: 6px solid #faf481;
    }
}

#biblioMenu {
    padding: 10px 10px;
    margin: 0px 0px;
}

#biblioMenuMobile {
    width: 100%;
}

#biblioMenuMobilePrev {
    /*float: left;*/
    display: inline-block;
    width: 40px;
    height: 240px;
    background-image: url('../img/bg_biblioMenuMobilePrev.png');
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

#biblioMenuMobileContainer {
    display: inline-block;
    width: 240px;
    padding-bottom: 240px;
    position: relative;
}

#biblioMenuMobileContent {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: white;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    width: 240px;
    height: 240px;
}

#biblioMenuMobileNext {
    /*float: right;*/
    display: inline-block;
    width: 40px;
    height: 240px;
    background-image: url('../img/bg_biblioMenuMobileNext.png');
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

#biblioMenu1,
#biblioMenu2,
#biblioMenu3,
#biblioMenu4,
#biblioMenu5,
#biblioMenu6 {
    width: 15%;
    border: 2px solid grey;
    margin: 10px 5px;
    padding: 20px;
    text-align: center;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
}

#biblioMenu1 a,
#biblioMenu2 a,
#biblioMenu3 a,
#biblioMenu4 a,
#biblioMenu5 a,
#biblioMenu6 a {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 100px 0px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}

#biblioMenuMobile1 a,
#biblioMenuMobile2 a,
#biblioMenuMobile3 a,
#biblioMenuMobile4 a,
#biblioMenuMobile5 a,
#biblioMenuMobile6 a {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 0px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}

#biblioMenu1 {
    background-image: url('../img/bg_biblioMenu1.png');
}

#biblioMenu2 {
    background-image: url('../img/bg_biblioMenu2.png');
}

#biblioMenu3 {
    background-image: url('../img/bg_biblioMenu1.png');
}

#biblioMenu4 {
    background-image: url('../img/bg_biblioMenu2.png');
}

#biblioMenu5 {
    background-image: url('../img/bg_biblioMenu1.png');
}

#biblioMenu6 {
    background-image: url('../img/bg_biblioMenu1.png');
}

#biblioMenuMobile1 {
    height: 240px;
    background-image: url('../img/bg_biblioMenu1.png');
    background-size: cover;
}

#biblioMenuMobile2 {
    height: 240px;
    background-image: url('../img/bg_biblioMenu2.png');
    background-size: cover;
}

#biblioMenuMobile3 {
    height: 240px;
    background-image: url('../img/bg_biblioMenu1.png');
    background-size: cover;
}

#biblioMenuMobile4 {
    height: 240px;
    background-image: url('../img/bg_biblioMenu1.png');
    background-size: cover;
}

#biblioMenuMobile5 {
    height: 240px;
    background-image: url('../img/bg_biblioMenu2.png');
    background-size: cover;
}

a.biblioHere {
    background-color: rgba(255, 255, 255, 0.5);
}

#biblioList {
    text-align: left;
    padding-bottom: 40px;
}

.BiblioNomVoyageuse {
    display: inline-block;
    text-transform: uppercase;
    margin-top: 20px;
    font-weight: bold;
}

.BiblioNomVoyageuse a {
    text-decoration: none;
}

#voyageuseListeFr {
    /*clear: both;*/
    text-align: center;
    background-color: #d1d2d4;
    background-image: url('../img/bg_auteureIntro.png');
    background-repeat: no-repeat;
    background-position: top center;
}

#voyageuseListeFr h1 {
    display: inline-block;
    font-family: 'Caveat Brush', cursive;
    font-weight: normal;
    margin-top: 46px;
    line-height: 84px;
    font-size: 4.5rem;
}

#voyageuseListeFrTitre1 {
    padding: 0px 10px 0px 20px;
}

#voyageuseListeFrTitre2 {
    padding: 0px 0px 0px 0px;
    border-bottom: 10px solid #faf481;
}

@media screen and (max-width: 1200px) {
    #voyageuseListeFr h1 {
        font-size: 3.0rem;
        line-height: 42px;
        margin-bottom: 70px;
    }

    #voyageuseListeFrTitre2 {
        border-bottom: 5px solid #faf481;
    }
}

#voyageuseListeCarte {
    margin-top: 20px;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-weight: bold;
}

#alphabet {
    list-style-type: none;
    padding-bottom: 30px;
}

#alphabet li {
    display: inline-block;
    width: 64px;
    height: 64px;
    text-align: center;
    margin: 4px;
    font-size: 2.8rem;
    line-height: 68px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

#trombinoscope {
    list-style-type: none;
    width: 100%;
    padding-bottom: 60px;
}

#trombinoscope li {
    display: inline-block;
    margin: 16px;
}

.trombinoscopeImage {
    margin: auto;
    margin-top: 20px;
    margin-bottom: 30px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background-size: cover;
}

.trombinoscopeNom {
    display: inline-block;
    font-size: 1.7rem;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
    min-width: 220px;
}

#trombinoscope a {
    padding-top: 10px;
    border-top: 5px solid grey;
}

#trombinoscope a:hover {
    border-top: 5px solid #faf481;
}

li.lettreDemandee {
    background-color: rgba(255, 255, 255, 1.0);
}

li.lettreNonDemandee {
    background-color: rgba(255, 255, 255, 0.3);
}

#voyageuseNav {
    background-color: #ededed;
    margin: 0px;
}

#voyageuseNav a {
    text-decoration: none;
}

.voyageuseNavArrow {
    padding-top: 12px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 2.5rem;
}

.voyageuseNavNom {
    color: grey;
    font-weight: bold;
    padding-top: 4px;
    font-size: 1.3rem;
    padding-bottom: 12px;
}

#voyageuseNavPrev {
    background-color: #ededed;
    padding: 10px;
}

#voyageuseNavNext {
    background-color: #ededed;
    padding: 10px;
}

#voyageuseCarte {
    /*clear: both;*/
    text-align: center;
    background-color: #d1d2d4;
    /*background-image: url('../img/bg_auteureIntro.png');
    background-repeat: no-repeat;
    background-position: top center;*/
}

#voyageuseCarte h1 {
    display: inline-block;
    font-family: 'Caveat Brush', cursive;
    font-weight: normal;
    margin-top: 46px;
    line-height: 84px;
    font-size: 4.5rem;
}

#voyageuseCarteTitre1 {
    padding: 0px 10px 0px 20px;
}

#voyageuseCarteTitre2 {
    padding: 0px 0px 0px 0px;
    border-bottom: 10px solid #faf481;
}

@media screen and (max-width: 1200px) {
    #voyageuseCarte h1 {
        font-size: 3.0rem;
        line-height: 42px;
        margin-bottom: 70px;
    }

    #voyageuseCarteTitre2 {
        border-bottom: 5px solid #faf481;
    }
}

p #voyageuseIdentite,
#voyageuseOuvrages,
#voyageuseCarte,
#voyageuseImages {
    background-color: #909090;
    margin: 0px;
}

#voyageuseIdentite {
    background-color: #909090;
}

#voyageuseIdentite section {
    background-color: #aeaeae;
    padding-top: 30px;
    padding-bottom: 30px;
}

#voyageuseIdentiteImage {
    margin: auto;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid white;
}

#voyageuseIdentiteDonnees {
    padding: 30px;
    text-align: center;
}

#voyageuseIdentiteNom {
    text-align: center;
    font-family: 'Caveat Brush', cursive;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 84px;
    font-size: 5rem;
    text-transform: uppercase;
    color: black;
}

@media screen and (max-width: 1200px) {
    #voyageuseIdentiteNom {
        font-size: 3.2rem;
        line-height: 42px;
    }

    #voyageuseIdentiteDonnees {
        padding: 0px;
    }
}

#voyageuseIdentiteNaissance {
    text-align: left;
    display: inline-block;
    border-top: 3px solid #faf481;
    border-bottom: 3px solid #faf481;
    border-right: 3px solid #faf481;
    width: 30%;
    min-width: 150px;
    padding: 8px 0px 8px 16px;
}

/*
#voyageuseIdentiteNationalite {
    display: inline-block;
    border-top: 3px solid #faf481;
    border-bottom: 3px solid #faf481;
    border-right: 3px solid #faf481;
    border-left: 3px solid #faf481;
    width: 33%;
    padding: 8px 0px 8px 16px;
}
*/
#voyageuseIdentiteMort {
    text-align: left;
    display: inline-block;
    border-top: 3px solid #faf481;
    border-bottom: 3px solid #faf481;
    border-left: 3px solid #faf481;
    width: 30%;
    min-width: 150px;
    padding: 8px 0px 8px 16px;
}

#voyageuseIdentiteBio {
    padding-top: 40px;
    text-align: left;
}

#voyageuseOuvrages section {
    background-color: #cacaca;
    padding-top: 0px;
    padding: 40px 30px;
}

#voyageuseOuvrages h1 {
    display: inline-block;
    font-family: 'Caveat Brush', cursive;
    font-size: 5rem;
    font-weight: normal;
    color: black;
    background-image: url('../img/bg_auteureOuvragesH1.png'), url('../img/bg_auteureOuvragesH1.png');
    background-repeat: no-repeat, no-repeat;
    background-position: left 70%, right 70%;
    padding: 0px 14px 0px 14px;
    margin-top: 60px;
}

@media screen and (max-width: 1200px) {
    #voyageuseOuvrages h1 {
        margin-top: 0px;
    }
}

#voyageuseCarte section {
    background-color: #aeaeae;
    padding-top: 0px;
}

#voyageuseImages section {
    background-color: #cacaca;
    background-color: #aeaeae;
    /* couleur temp a supprimer lorsque le planisphere sera inclu */
    padding-top: 0px;
    text-align: center;
}

#voyageuseOuvragesListe1 {
    background-image: url('../img/bg_auteureOuvragesListe1.png'), url('../img/bg_auteureOuvragesListe3.png');
    background-repeat: no-repeat, no-repeat;
    background-position: left top, right bottom;
}

#voyageuseOuvragesListe2 {
    background-image: url('../img/bg_auteureOuvragesListe1.png');
    background-repeat: no-repeat;
    background-position: left top;
}

.voyageuseOuvrageContainer {
    padding: 5px;
}

.voyageuseOuvrageContour {
    padding: 20px;
    border: 2px solid black;
}

.voyageuseOuvrageContent {
    background-color: white;
    margin: 0px;
    /*text-transform: uppercase;*/
    padding: 20px;
    min-height: 280px;
}

#voyageuseExtraits {
    text-align: center;
}

#voyageuseExtraits h2 {
    display: inline-block;
    font-family: 'Caveat Brush', cursive;
    font-size: 4rem;
    font-weight: bold;
    color: black;
    background-image: url('../img/bg_auteureOuvragesH1.png'), url('../img/bg_auteureOuvragesH1.png');
    background-repeat: no-repeat, no-repeat;
    background-position: left 70%, right 70%;
    padding: 0px 14px 0px 14px;
}

.voyageuseExtraitsBouton {
    background-color: #5e5e5e;
    border-radius: 15px;
    text-align: center;
    color: white;
    background-image: url('../img/bg_voyageuseExtraitsBouton.png');
    background-repeat: no-repeat;
    background-position: center center;
    font-size: 1.9rem;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    margin: 10px;
}

.fancybox {
    text-decoration: none;
}

@media screen and (max-width: 1200px) {
    #voyageuseExtraits h2 {
        font-size: 3rem;
    }
}

#voyageuseImages h1 {
    font-family: 'Caveat Brush', cursive;
    font-weight: normal;
    line-height: 84px;
    font-size: 5rem;
    text-transform: uppercase;
    color: black;
    padding: 30px 0px;
}

#voyageuseExtraits {
    font-family: 'Caveat Brush', cursive;
    font-weight: normal;
    line-height: 84px;
    font-size: 4.5rem;
    text-transform: uppercase;
    color: black;
    padding: 30px 0px;
}

#rechercheIntro {
    /*clear: both;*/
    background-color: #cacaca;
}

#rechercheIntro section {
    text-align: center;
}

#rechercheIntro h1 {
    display: inline-block;
    font-family: 'Caveat Brush', cursive;
    font-weight: normal;
    font-size: 7rem;
    line-height: 7rem;
    color: black;
    border-bottom: 12px solid #faf481;
    padding: 40px 0px 6px 0px;
}

#rechercheIntro input,
textarea {
    border-radius: 12px;
    background-color: #d7d7d7;
    border: 0px;
    padding: 16px 20px;
    width: 100%;
    margin: 8px;
    font-weight: bold;
    resize: none;
}

#rechercheIntro input[type=submit] {
    background-color: #5e5e5e;
    color: white;
    padding: 12px 40px 12px 40px;
    margin: 0px;
    margin-top: 8px;
    width: 200px;
    text-transform: uppercase;
}

#ouvrage {
    background-color: #d1d2d4;
    background-image: url('../img/bg_auteureIntro.png');
    background-repeat: no-repeat;
    background-position: center top;
}

#ouvrage h1 {
    display: inline-block;
    font-family: 'Caveat Brush', cursive;
    font-weight: normal;
    margin-top: 46px;
    line-height: 84px;
    font-size: 4.5rem;
}

#ouvrageResume {
    background-color: #d1d2d4;
    padding: 20px;
    text-align: justify;
}

#ouvrageRessources {
    text-align: center;
}

#ouvrageRessources a {
    color: white;
    font-weight: bold;
    text-decoration: none;
    font-size: 2.6rem;
    background-color: grey;
    border-radius: 12px;
    padding: 12px;
    margin: 20px;
}

@media screen and (max-width: 800px) {
    #ouvrageRessources a {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 1200px) {
    #rechercheIntro h1 {
        font-size: 3.5rem;
        border-bottom: 6px solid #faf481;
    }
}

#admin {
    background-color: #eeeeee;
    padding: 60px 20px;
    text-align: justify;
}

#admin h1 {
    display: inline-block;
    font-family: 'Caveat Brush', cursive;
    font-weight: normal;
    font-size: 4.6rem;
    line-height: 4.6rem;
    color: black;
    padding: 0px 20px 30px 20px;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
}

#admin input,
textarea,
select {
    border-radius: 12px;
    background-color: #d7d7d7;
    border: 0px;
    padding: 16px 20px;
    width: 100%;
    margin: 8px;
    font-weight: normal;
    resize: none;
}

#admin input[type=submit] {
    background-color: #5e5e5e;
    color: white;
    padding: 12px 40px 12px 40px;
    margin: 0px;
    margin-top: 8px;
    text-transform: uppercase;
}

.update_ok {
    color: white;
    background-color: yellowgreen;
    margin: 0px 0px 40px 0px;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 4px;
    font-weight: bold;
}

.bouton,
.bouton:hover {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 4px;
    color: white;
    font-weight: bold;
    text-decoration: none;
}

.supprimer {
    background-color: red;
}

.modifier,
.ajouter {
    background-color: yellowgreen;
}

input[type=submit] .annuler {
    background-color: red;
}

section {
    padding: 0px 2vw;
    clear: none;
}

footer {
    padding: 26px 2vw;
    background-color: #494949;
    color: #d7d7d7;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
}

h1 {
    clear: none;
    /*background-color: white;*/
    display: inline-block;
    /*position: fixed;*/
    position: sticky;
}