﻿@charset "utf-8";
* {
    margin:0;
    padding:0;
    text-decoration:none;
}

body {
    background-image: url(images/photo1.jpg);
    background-attachment:scroll;
    background-size: cover;
    font-family: 'Comfortaa', sans-serif;
}
nav {
    justify-content: center;
    align-items: center;
    display: flex;
    padding:5px;
    background-color: black;
    color: rgb(255, 255, 255);
    border-top:black solid;
    border-color: white;
}

a{
    color:white;
    padding: 10px;
}    
a:hover {
    text-decoration: underline;
}

p {
    background: none
}

h1 {
    font-weight: normal;
    background-color: black;
    color:ghostwhite;
    font-family: 'Ephesis', cursive;
}

.bandeau {
    display: flex; 
    height: 100px;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: black;
}
.bandeau img {
    padding-right: 20px;
    display: flex;
    padding-left:100px;
    
}

.bandeau2 {
    display: flex; 
    height: 35px;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: black;
}
.detail {

}

h3 {
    border : black solid;
    border-radius: 15px;
    background-color: black;
    color: white;
    width: fit-content;
}

h3:hover {
    border:rgb(56, 56, 56) solid;
    border-radius: 5px;
    background-color:rgb(56, 56, 56);   
}
h3:active {
    color: black;
    border: black solid;
    border-radius: 5px;
    background-color: white;
}

p {
    margin: 20px;
    padding: 80px;
    width
}

li {
    text-align: center;
	background-color: rgb(50,50,50,0.5);
    color:white;
    margin: 50px;
    padding: 10px;
    width: 50%;
    border-radius: 15px;
    
}
li:hover{
    background-image: url(images/logo.svg);
    background-size: 35px;
    background-repeat: no-repeat;
    background-position: right top;
	
}
li2 {
    text-align: center;
	background-color: rgb(50,50,50,0.5);
    color:white;
    margin: 50px;
    padding: 10px;
    width: 50%;
    border-radius: 15px;
    
}
ul {
    display:flex ;
    flex-direction:row;
}
.intro {
    display: flex;
    justify-content: center;
}