@font-face {
    font-family: 'Alegreya-Black';
    src: url('polices/Alegreya-Black.ttf');
}

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

@font-face {
    font-family: 'Alegreya-Medium';
    src: url('polices/Alegreya-Medium.ttf');
}

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

body {
    padding: 0px;
    margin: Opx;
    background-color: black;
    color: white;
    overflow-y: scroll;
    overflow-x: hidden;
    text-align: justify;
    font-size: clamp(1rem, 1.1rem, 2rem);
    font-family: 'Alegreya-Regular', serif;
}

/*
	LA PARTIE FIXE DE LA PAGE D'ACCUEIL
 */

/*	PHOTO DE LA SALLE EN BACKGROUND (CACHEE) ET
	BARRE DE NAVIGATION EN HAUT POUR
	RESERVATION / COMMANDE / LANGUE ?
 */

.fixed {
    position: fixed;
    background-color: pink;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100vh;
    background-image: url('pics/bg_fixed.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -1;
}

nav {
    /* haut | droit | bas | gauche
	padding: 2rem, 3rem, 2rem, 0;*/
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 2.7rem;
    background-image: url('pics/bg_nav.png');
    /* a bit too dark ? */
    z-index: 10;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
nav a {
    opacity: 0.5;
    color: white;
    text-decoration: none;
    margin: 3rem;
}
nav a:hover {
    opacity: 0.8;
}

/*
	LA PARTIE PRINCIPALE (SCROLL)
*/

.scroll {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    z-index: 1;
    /*
	display: flex;
	flex-flow: column wrap;
	*/
}

/* HOME */

.home {
    width: 100%;
    height: 100vh;
    background-color: white;
    background-image: url('pics/bg_home.jpg');
    background-size: cover;
    background-position: top 1.5rem left -1.5rem;
    background-repeat: no-repeat;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*border: 5px green solid;*/
}

.logo {
    margin: 0em 0em 2em 0em;
}

.info {
    color: #7d2939;
    border: 5px #7d2939 solid;
    padding: 1em 3em;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.92);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin: 0em 0em 1.5em 0em;
}
.info div {
    margin: 0.9em 0em;
}
.info div p {
    margin: 0;
}

.transparent {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0);
    z-index: 1;
}

.picture {
    width: 100%;
    height: 100vh;
    background-color: #7d2939;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
}
#pic1 {
    background-image: url('pics/img2.jpg');
}
#pic2 {
    background-image: url('pics/img4.jpg');
}
#pic3 {
    background-image: url('pics/img3.jpg');
}
#pic4 {
    background-image: url('pics/img1.jpg');
}
#pic5 {
    background-image: url('pics/img5.jpg');
}
#pic7 {
    background-image: url('pics/img7.jpg');
}
#pic8 {
    background-image: url('pics/img8.jpg');
}
#pic9 {
    background-image: url('pics/img9.jpg');
}
#pic10 {
    background-image: url('pics/img10.jpg');
}
#pic11 {
    background-image: url('pics/img11.jpg');
}
#pic12 {
    background-image: url('pics/img12.jpg');
}
#pic13 {
    background-image: url('pics/img13.jpg');
}
#pic14 {
    background-image: url('pics/img14.jpg');
}
#pic15 {
    background-image: url('pics/img15.jpg');
}
#pic16 {
    background-image: url('pics/img16.jpg');
}
#pic17 {
    background-image: url('pics/img17.jpg');
}
#pic18 {
    background-image: url('pics/img18.png');
}

/*
	INDEX BOTTOM PART
		Qui sommes-nous
		carte
		boissons
		contact
*/

.text,
.boissons {
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding: 1.5em 8em;
    color: #666;
    text-align: center;
}
.text h1 {
    width: 100%;
    font-size: 1.5rem;
    font-weight: 200;
}
.text p,
.boissons p {
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 0.02em;
}

.carte,
.carte_boissons,
.ruban {
    background: url(pics/bg_nav.png) repeat top center;
    background-color: #7d2939;
    padding: 2.5em 3em;
}

.carte_titre {
    width: 100%;
    font-size: 1.2rem;
    font-weight: 200;
    text-align: center;
    border-top: 2px dotted white;
    /* border-bottom: 2px dotted white; */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: start;
}
.carte_titre h1 {
    margin: 1.1em 0.7em;
}
.carotte {
    position: relative;
    bottom: 0em;
}

.menu {
    padding-bottom: 3em;
}
.menu p {
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 0.02em;
    margin: 0;
}
.menu span {
    margin-left: 1em;
}
.menu h1 {
    text-align: center;
    margin: 1em;
}

#softs{
    border-bottom: 2px dotted white;
}

.boisson {
    color: #e2cfc1;
    color: #00abbe;
    color: #aaa;

    color: #062033;
}

.prix_boisson {
    padding-bottom: 2em;
}

.contact_titre {
    width: 100%;
    font-size: 1.2rem;
    font-weight: 200;
    text-align: center;
    border-top: 2px dotted white;
}

.reservation {
	text-decoration: none;
	color: white;
	position: fixed;
	right: 2rem;
	bottom: 2rem;
	background-color: #555;
	border: 2px white solid;
	border-radius: 10px;
	padding: 0.5rem;
}