@import url(//db.onlinewebfonts.com/c/f3258385782c4c96aa24fe8b5d5f9782?family=Old+English+Text+MT);
@font-face {font-family: « Old English Text MT »; src: url("db.onlinewebfonts.com/t/f3258385782c4c96aa24fe8b5d5f9782.eot");
}
* {
    margin: 0px;
}


.fond img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    z-index: -1;
    object-fit: cover;

}

#Logo img {
    height: 100px;
    margin: 30px; 
    left : 0%;
    top:0%;     
}

nav ul {
    list-style-type: none;
    margin : 0;
    padding: 15px;
    height: 35px;
    position:fixed;
    left: 75% ;
    top:0%;
    width: auto;
    overflow: hidden;
    text-decoration: none;
}

nav li {
    z-index: 2;
    float : left;  
    text-decoration: none;
    
}

nav li a {
    display : block;
    color : rgb(255, 255, 255);
    text-align: center;
    padding: 10px 15px;
    text-decoration: none;
    font-family:Caviar Dreams;

    
}
li a:hover {
    background-color: #8a2121;
    color: white;
    transition-duration: 0.5s;

}

#photo img{
    margin-left:10%;
    width: 300px;
    border: 1px solid red;
}

main {
    margin : 0;
}

.content {
    position :absolute;
    margin-left:32%;
    top:9%;
    background-color: rgba(0, 0, 0, 0.79);
    width: 1000px;
    height: 90%;
    
}

.content h1 {
    text-align: center;
    color:rgb(255, 255, 255);
    font-family:  Old English Text MT;
    font-size : 40px;
    text-shadow:0 2px 0 red, 0 -2px 0 red;
}

.content p {
    color: white;
    margin: 1%;
    margin-top: 3%;
    font-family: Verdana;
    text-align: justify;
}

.content h2 {
    color: white;
    margin: 1%;
    margin-top:2%;
    font-size:30px;
    text-shadow: 0 1px 0 red, 0 -1px 0 red;
}


#ligne1 {
    margin-left: 20%
}
#ligne1 img {
    width: 150px;
    height: 150px;
    margin-left:7%;
    border: 1px solid red;
}

#ligne2 {
    margin-left: 20%;
    margin-top: 3%;
}
#ligne2 img {
    width: 150px;
    height: 150px;
    margin-left: 7%;
    border: 1px solid red;
}