Server : Apache System : Linux webd003.cluster111.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 User : edevmultrx ( 811899) PHP Version : 7.4.33 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl Directory : /home/edevmultrx/www/camping-sherif/ |
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-color: #ffffff;
color: #252a2d;
}
header {
background-color: #e09645;
color: white;
padding: 1rem;
text-align: center;
}
nav ul {
list-style-type: none;
padding: 0;
}
nav ul li {
display: inline;
margin: 0 10px;
}
nav ul li a {
color: white;
text-decoration: none;
}
section {
padding: 2rem;
border-bottom: 1px solid #e09645;
}
.section-left .content,
.section-right .content {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
}
.section-left .text,
.section-right .text {
flex: 1;
padding: 1rem;
}
.section-left .image,
.section-right .image {
flex: 1;
padding: 1rem;
}
.section-left .content {
flex-direction: row;
}
.section-right .content {
flex-direction: row-reverse;
}
h2 {
color: #e09645;
}
img {
max-width: 100%;
height: auto;
margin-bottom: 1rem;
}
table {
width: 100%;
border-collapse: collapse;
}
th, td {
border: 1px solid #e09645;
padding: 0.5rem;
text-align: left;
}
th {
background-color: #e09645;
color: white;
}
td {
background-color: #f9f9f9;
}
footer {
background-color: #252a2d;
color: white;
text-align: center;
padding: 1rem;
}
footer a {
color: #e09645;
text-decoration: none;
}
@media (max-width: 768px) {
.section-left .content,
.section-right .content {
flex-direction: column;
}
.section-left .image,
.section-right .image,
.section-left .text,
.section-right .text {
padding: 0;
}
nav ul li {
display: block;
margin: 5px 0;
}
section {
padding: 1rem;
}
table, th, td {
display: block;
width: 100%;
}
th, td {
box-sizing: border-box;
}
}