<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> The energy transition is not just a necessity</title>
<style>
* {
margin: 0;
padding: 0;
list-style: none;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
}
.header {
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
box-shadow: 0px 3px 10px 0px #ccc;
padding: 10px 20px;
}
.headerleft {
display: flex;
align-items: center;
gap: 40px;
}
.menu ul {
display: flex;
gap: 20px;
margin-left: 20px;
}
.menu ul li a {
color: #000;
font-weight: bold;
transition: 0.3s;
}
.menu ul li a:hover {
color: #ff6600;
}
.logo img {
height: 60px;
}
input {
width: 300px;
padding: 5px;
border: 1px solid #ccc;
border-radius: 4px;
}
button {
background-color: #ff6600;
color: #fff;
padding: 5px 10px;
border: none;
border-radius: 4px;
cursor: pointer;
}
button:hover {
background-color: #e65c00;
}
.logo1 img {
width: 100%;
height: auto;
display: block;
}
h1 {
text-align: center;
font-family: Georgia, 'Times New Roman', Times, serif;
margin: 20px 0 10px 0;
}
p {
text-align: justify;
margin: 0 auto;
max-width: 900px;
line-height: 1.6;
word-spacing: 2px;
color: #333;
}
.content{
display: flex;
align-items: center;
justify-content: center;
gap: 40px;
margin: 60px auto;
max-width: 1000px;
padding: 20px;
}
.content img {
width: 300px;
height: 300px;
border-radius: 50%;
background-size: cover;
border: 3px solid rgb(245, 245, 216);
}
.content p {
font-size: 18px;
color: #665f5f;
line-height: 1.7;
}
</style>
</head>
<body>
<div class="header">
<div class="headerleft">
<div class="logo">
<img src="imgs/Shopping.jpg" alt="Logo">
</div>
<div class="menu">
<ul>
<li><a href="#">MEN</a></li>
<li><a href="#">WOMEN</a></li>
<li><a href="#">KIDS</a></li>
<li><a href="#">HOME & LIVING</a></li>
<li><a href="#">BEAUTY</a></li>
<li><a href="#">STUDIO</a></li>
</ul>
</div>
<input type="text" placeholder="Enter the Keywords">
<button>Go</button>
</div>
</div>
<div class="logo1">
<img src="imgs/Malik.jpg.jpeg" alt="Banner">
<h1>La transition énergétique, une étape fondamentale</h1>
<p>Pour les territoires, intégrer un projet EnR, c’est entrer dans un cercle vertueux qui génère plus d’autonomie énergétique et financière, c’est participer à la transition écologique à l’échelle locale et nationale, c’est se donner les moyens de repenser le territoire de demain.</p>
</div>
<div class="content">
<div class="content">
<p>
The energy transition is not just a necessity but a chance to reshape our environment.
By embracing renewable energy, we empower communities, create sustainable growth,
and protect our planet for future generations. Together, we can make a lasting impact
through clean innovation and shared responsibility.</p>
</div>
<img src="https://sepale.com/wp-content/uploads/2025/06/Promesse-Sepale.jpg" alt="Fan Image">
</div>
</body>
</html>
