/******************************

[Table of Contents]

1. Fonts
2. Html - Body

******************************/


/*********************
1. Fonts
*********************/

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

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

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


/*********************
2. Html - Body
*********************/


/* menu top start */

.menu-top {
    background-color: #0D1315;
    position: relative;
    padding: 0 80px 0 80px;
    font-size: .8rem;
}

.menu-t {
    padding: 0;
    margin: 0;
}

.menu-t>li {
    color: white;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.menu-t li>a {
    font-family: 'Hybrea-Regular';
    font-size: 1.2em;
    color: white;
    padding: 3px 14px;
    display: block;
}

.language-left .menu-t li a:first-of-type {
    padding-left: 0;
}

.text-home {
    font-family: 'Hybrea-Regular';
    /* font-weight: 600; */
    font-size: 2em;
}

.menu-center {
    margin: 0;
}

.menu-center>li {
    color: white;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.menu-center li>a {
    color: white;
    padding: 3px 14px;
    display: block;
}


/* Links */

a {
    color: #fff;
}

a:hover {
    color: #cd1719 !important;
    text-decoration: none;
}

.active {
    color: #cd1719 !important;
}


/* Links end */

body {
    font-family: 'Hybrea-Regular';
    font-size: 1.5em;
    background: url('../img/PontDesArtsParis.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

h1 {
    text-align: center;
}

.page-secondaire h1 {
    font-size: 20px;
}

.page-secondaire h2 {
    font-size: 18px;
    color: red;
    text-align: center;
}


/* Page d'accueil */

#accueil {
    color: #fff;
}

#accueil nav ul li a,
#accueil nav ul li a:visited {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}

#accueil nav ul li:first-child {
    margin: 0;
}

#accueil footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}

.bloc {
    max-width: 1175px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.galerie {
    max-width: 650px;
}

.galerie img {
    width: 100%;
    margin-bottom: 20px;
}

.next-prev {
    margin-bottom: 20px;
    text-align: right;
}

.next-prev button {
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.description {
    max-width: 525px;
    margin-left: 25px;
}

.wrapper-presentation {
    margin: 0 auto;
    max-width: 1175px;
}

.presentation {
    max-width: 650px;
}

.titre-oeuvre {
    color: red;
}


/* Barre de navigation */

nav {
    max-width: 700px;
    margin: 0 auto;
    padding: 30px 0px;
}

nav ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

nav ul li {
    margin-left: none;
    margin-right: 20px;
    list-style-type: none;
}

.logo {
    width: 70px;
    height: 50px;
}


/* 
25 janvier 2019
modification pour le mot sculpteur page accueil
fait par : Maxime Daraize
-- réduire de 20% la taille du mot
*/

.font-italic {
    font-size: .8em;
}