body {
    margin: 0;
    padding: 0;
    background-image: url('imfont.jpg');
    background-size: cover; /* L'image couvre tout l'arrière-plan */
    background-repeat: no-repeat; /* L'image ne se répète pas */
    background-position: left center; /* Centre l'image sur l'écran */
    height: 100vh; /* Hauteur de la fenêtre */
    width: 100%;
}

/* Container principal */
#bloc_page {
    width: 100%;
    margin: auto;
    min-height: 100vh; /* S'assure que le conteneur occupe au moins 100% de la hauteur de l'écran */
}

a {
    text-decoration: none;
    color: inherit; /* Évite d'avoir une couleur différente */
}

a:visited,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    color: inherit;
}


/* -------------- En tête ----------- */

header h1
{
	font-family: Verdana;
	color: black;
	margin-left: 25px;
	text-decoration: none;
}

header nav ul
{
	list-style-type: none;
	color: black;
	font-family: Verdana;
	margin-left: -15px;
	margin-top: -10px;
	font-size: 1.2em;
}
header nav li
{
	margin-top: 5px;
}
header h1 a
{
	color: black;
}

header nav a
{
	color: black;
}

header nav a:hover
{
	color: grey;
}

/* ------ Présentation  -------*/

#présentation

{
 margin-left: 20%;
 font-family: montserrat;
 font-size: 15px;
}

#présentation h3
{
	color: #5a5a5a;
	font-weight: 500;
	font-size: 18px;	
}

#présentation p 

{
margin-right: 20%;
text-align: justify;
}

#Logo img 
{
width: 15%;
margin-left:70% ; 
text-align: justify;
}

/* ------ CV -------*/

#CV
{
 margin-left: 10%;
 font-family: montserrat;
 font-size: 15px;
}
#CV h1
{
	font-weight: lighter;
}

#CV h2
{
	font-size: 10px;
}

strong
{
	color: #5a5a5a;
	font-weight: normal;	
}

/* ------ téléphone -------*/

@media (max-width: 1024px) {

	body {
    margin: 0;
    padding: 0;
    background-image: url('imtel.jpg');
    background-size: cover; /* L'image couvre tout l'arrière-plan */
    background-repeat: no-repeat; /* L'image ne se répète pas */
    background-position: center center; /* Centre l'image sur l'écran */
    height: 100vh; /* Hauteur de la fenêtre */
    width: 100%;
}
}