/*** CSS générale ***/
@font-face {
    font-family: Sccible;
    src: url(../_font/ArcadeBook.ttf);
}
@font-face {
    font-family: beautifulEnding;
    src: url(../_font/KGBeautifulEnding.ttf);
}

body {
    font-family: 'Kirang Haerang', cursive;
    background-color: #fefeff;
    overflow-x: hidden;
}

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

header {
    width: 100%;
    height: 100px;
}

header a {
    padding: 10px 20px;
}

header a img {
    float: left;
    height: 100px;
    left: 5%;
    top: 1%;
    position: absolute;
}

/* Menu de navigation */

.menuBouton {
    float: right;
    width: 50px;
    padding: 20px;
    transition: 0.3s;
    position: fixed;
    right: 0;
    z-index: 2;
}

.menuBouton:hover {
    opacity: 0.3;
}

.menuBouton img {
    width: 100%;

}

.sideNav {
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #2e2e30;
    overflow-x: hidden;
    transition: 0.5s;
    z-index: 2;
}

.sideNav nav {
    padding-top: 25%;
}

div.sideNav div.btnFermer {
    padding: 8px 8px 8px 32px;
}

div.sideNav div.btnFermer a {
    display: block;
    transition: 0.3s;
    width: inherit;
    font-size: 100px;
    color: #b1b3b6;

}

.sideNav div.btnFermer a:hover {
    color: #bd8685;
    transition: 0.3s;

}

.sideNav nav a.btnMenu {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-family: 'Kirang Haerang', cursive;
    font-size: 40px;
    color: #b1b3b6;
    display: block;
    transition: 0.3s;
}

.sideNav nav a.btnMenu:hover {
    background: #c7c8ca;
    opacity: 0.8;
    color: #2e2e30;
    transition: 0.3s;
    padding: 18px 8px 18px 32px;
}

.sideNav nav a.btnMenu + a:hover {
    background: #c8a79a;
    opacity: 0.8;
    color: #2e2e30;
    transition: 0.3s;
    padding: 18px 8px 18px 32px;
}

.sideNav nav a.btnMenu + a + a:hover {
    background: #9eb6bc;
    opacity: 0.8;
    color: #2e2e30;
    transition: 0.3s;
    padding: 18px 8px 18px 32px;
}

.sideNav nav a.btnMenu + a + a + a:hover {
    background: #cdcf72;
    opacity: 0.8;
    color: #2e2e30;
    transition: 0.3s;
    padding: 18px 8px 18px 32px;
}

div.sideNav footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

div.sideNav footer div {
    width: 50px;
    float: right;
    padding: 20px 20px 15px;
}

div.sideNav footer div img {
    width: 100%;
}

/* Fin menu de navigation */
/*** Fin css générale ***/

/* Page d'accueil */

.left {
    left: 0;
    top: 0;
    width: 40%;
    background-image: url("../_images/Retrato0_mod.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: top left;
    height: 100%;
    position: fixed;
}

header.right {
    right: 0;
    top: 0;
    width: 60%;
    float: right;
    position: relative;
    margin-top: 100px;
}

header.right img {
    float: left;
    width: auto;
    margin: 0 auto;
    left: 50%;
    top: 10%;
    position: fixed;
}

section.right {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 60%;
}

section nav {
    width: inherit;
    padding-bottom: 50px;
}

section nav div {
    margin: 0 auto;
    font-family: 'Kirang Haerang', cursive;
    font-size: 60px;
    padding: 40px 0;
}

section nav div.galerie {
    margin-left: 5%;
}

section nav div.galerie a {
    padding: 40px 0;
}

section nav div.galerie a:hover {
    background-image: url("../_images/driping1.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    color: #555;
}

section nav div.aPropos {
    margin-left: -10%;

}

section nav div.aPropos a {
    padding: 40px 0;
}

section nav div.aPropos a:hover {
    background-image: url("../_images/driping2.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    color: #555;
}

section nav div.contact {
    margin-left: 10%;

}

section nav div.contact a {
    padding: 40px 0;
}

section nav div.contact a:hover {
    background-image: url("../_images/driping3.png");
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    color: #555;
}

footer.accueil.accueil {
    position: fixed;
    bottom: 10px;
    width: 60%;
    right: 20px;
    clear: both;
}

footer.accueil div {
    width: 50px;
    float: right;
}

footer.accueil div img {
    width: 100%;
}

/* Fin page d'accueil */



/* Page Galerie */

section {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

section h1 {
    width: 100%;
    text-align: center;
    font-size: 80px;
    top: 0;
    margin: 0;
    padding: 50px 0 30px 0;
}

section div.gaLeft {
    float: left;
    left: 0;
    width: 60%;
}

section div.gaLeft a {
    float: left;
    left: 0;
    font-family: Sccible, cursive;
    font-size: 80px;
    margin-top: 150px;
    padding-left: 50px;
}

section div.gaLeft img {
    float: left;
    left: 0;
    width: 200px;
    margin: 0 0 0 -10px;
}

section div.gaRight {
    float: right;
    right: 0;
    width: 60%;
    margin: -250px 0 0 0;
}

section div.gaRight a {
    float: right;
    right: 0;
    font-family: Sccible, cursive;
    font-size: 80px;
    margin-top: 150px;
    padding-right: 50px;
}

section div.gaRight img {
    float: right;
    right: 0;
    width: 200px;
    margin: 0 -10px 0 0;
}

div.gaRight:last-child {
    padding-bottom: 100px;
}

div.gaRight:last-child a {
    margin-top: 50px;
}

div.gaRight:last-child img {
    width: 300px;
}

/* Slide Show */

div.slideShow {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #555;
    
}

div.slideShow section {
    overflow-x: auto;
    /* position: fixed; */
    height: 160px;
    width: 80%;
    background-color: aqua;
    /* overflow-y: hidden; */
    white-space: nowrap;
}

div.slideShow section div {
    /* width: auto; */
    display: inline;

}

div.slideShow section img {
    height: 150px;
    display: inline;
    position: inherit;
    z-index: 4;
    float: left;

}

/* Fin Slide Show */
/* Fin Page Galerie */

/* Page a Propo */

section article {
    width: 60%;
    margin: 0 auto;
}

section article h1 {
    width: 100%;
    text-align: center;
    font-size: 66px;
    top: 0;
}

section article h2 {
    width: 100%;
    text-align: center;
    font-size: 46px;
    margin: 0;
}

section article p {
    text-align: center;
    font-size: 26px;
    
    
}

/* Fin Page a Propo */

/* Page contact */

section.contact {
    width: 728px;
    margin: 0 auto;
}

#contact {
    margin: 0 auto;
}


/* Page contact */