/* Styles de base */
body {
    background-color: #000000; /* Fond noir */
    color: #ffffff; /* Texte blanc */
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    text-align: center;
}

/* Styles pour le bandeau de navigation */
nav {
    background-color: rgb(87, 87, 87); /* Couleur entre l'orange et le rouge */
    padding: 10px;
}

nav a {
    color: #ffffff; /* Texte blanc dans le bandeau */
    text-decoration: none;
    margin: 0 15px;
    padding: 5px 10px;
}

nav a:hover {
    background-color: rgb(87, 87, 87); /* Légère variation de la couleur au survol */
}

/* Menu déroulant */
.dropdown-content a {
    background-color: rgb(87, 87, 87); /* Même couleur que le bandeau */
    color: #ffffff; /* Texte blanc */
}

.dropdown-content a:hover {
    background-color: rgb(87, 87, 87); /* Légère variation de la couleur au survol */
}

/* Styles pour le titre principal */
h1 {
    margin-top: 50px;
    font-size: 2.5em;
    color: #ffffff; /* Texte blanc */
}

/* Styles pour l'image */
.logo {
    margin: 20px 0;
    border-radius: 50%;
    width: 200px;
    height: 200px;
}


/* Styles pour le paragraphe */
p {
    margin-top: 20px;
    margin-left: 100px;
    margin-bottom: 20px;
    margin-right: 100px;
    font-size: 1.2em;
    line-height: 1.5em;
    color: #ffffff; /* Texte blanc */
}

body {
    font-family: Arial, sans-serif;
    text-align: center;
    margin: 0;
    padding: 0;
}

nav {
    background-color: #333;
    padding: 10px;
}

nav a {
    color: white;
    text-decoration: none;
    margin: 0 15px;
    padding: 5px 10px;
}

nav a:hover {
    background-color: #555;
}

.dropdown {
    display: inline-block;
    position: relative;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #333;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: white;
    padding: 8px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #555;
}

.dropdown:hover .dropdown-content {
    display: block;
}

h1 {
    margin-top: 50px;
    font-size: 2.5em;
}

.cv {
    margin: 20px 0;
    width: 400px;
    height: 600px;
}

p {
    margin-top: 20px;
    margin-left: 100px;
    margin-bottom: 20px;
    margin-right: 100px;
    font-size: 1.2em;
    line-height: 1.5em;
    color: #ffffff; /* Texte blanc */
}
.patrimoine{
    margin-top: 50px ;
    width:1000px ;
    height:500px ;
}
.edt{
    margin-top: 50px ;
    width:1000px ;
    height:500px ;
}
.documentation{
    margin-top: 50px ;
    width:1000px ;
    height:500px ;
}
.apn2l{
    margin-top: 20px;
    width: 1000px;
    height: 500px;
}
.code{
    margin-top: 20px;
    width: 1000px;
    height: 500px;
}
.flip{
    width:50px ;
    height:50px ;
}