|
Server IP : 10.131.40.8 / Your IP : 216.73.216.15 Web Server : Apache System : Linux webd008.cluster131.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64 User : ludmqhh ( 137773) PHP Version : 8.4.10 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home/ludmqhh/www/conceptalarm/public/scripts/../css/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
*{
padding: 0;
margin: 0;
box-sizing: border-box;
}
h1{
text-transform: uppercase;
font-family: 'Hepta Slab', serif;
}
header{
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Ombre légère */
display: flex;
justify-content: space-between;
padding: 20px;
align-items: center;
position: relative;
}
header ul li a{
color: black;
text-decoration: none;
}
header ul li {
position: relative;
cursor: pointer;
}
header ul li::before {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 4px;
height: 4px;
background-color: #c41616;
transition: transform 0.2s ease-in-out;
margin-bottom: -5px;
}
header ul li:hover::before {
transform: translateX(0%) translateY(0px);
width: 100%;
}
.lettre {
align-items: center;
justify-content: center;
position: relative;
}
.lettre img {
max-width: 100%;
max-height: 100%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
header img{
width: 15px;
height: 15px;
object-fit: cover;
}
header ul{
list-style-type: none;
display: flex;
}
header li{
margin: 40px;
text-transform: capitalize;
}
#logo{
width: 70px;
height: 70px;
}
figure {
width: 100%;
text-align: center;
}
figure img {
max-width: 100%;
padding: 20px;
}
section p{
padding: 20px;
}
/* footer ul{
display: flex;
justify-content: space-between;
list-style-type: none;
padding: 20px;
} */
footer ul li a{
text-decoration: none;
color: white;
text-align: center;
text-transform: capitalize;
}
footer ul{
list-style-type: none;
padding: 20px;
}
footer a:hover{
color: black;
}
footer{
color: white;
height: 200px;
width: auto;
padding-top: 60px;
padding-bottom: 60px;
text-align: center;
background-color: #c41616;
}
.toggle{
display: none;
}
@media(max-width: 1245px) {
header ul li {
font-size: 15px;
}
h1{
font-size: 25px;
}
header li{
margin: 30px;
text-transform: capitalize;
}
footer{
font-size: 15px;
}
.lettre img {
max-width: 100%;
max-height: 100%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
padding: 1px;
}
}
.custom-modal {
position: relative;
/* Ajouter d'autres règles de style pour votre modal ici */
}
@media(max-width: 1000px) {
.toggle{
display: block;
cursor: pointer;
}
.ouvrir{
display: block;
}
.fermer{
display: none;
}
.open .ouvrir{
display: none;
}
.open .fermer{
display: block;
}
header{
position: relative;
}
header ul li::before {
background-color: unset;
}
#navigation {
flex-direction: column;
background-color: #f90a0a96;
position: absolute;
top: 100%;
right: 0; /* Ajout de cette ligne */
display: none;
border: 2px solid black;
justify-content: center;
align-items: center;
padding: 2rem;
transition: opacity 0.3s ease-in-out;
z-index: 999;
}
#navigation.open {
opacity: 1;
}
.list {
padding: 1rem;
border-bottom: 2px solid white;
font-size: 1.2rem;
font-weight: bold;
text-align: center;
cursor: pointer;
transition: background-color 0.3s ease-in-out;
}
.list:hover {
background-color: white;
color: #f66336;
}
.open #navigation{
display: block;
}
.fa-bars, .fa-xmark{
font-size: 25px;
}
figure img {
max-width: 100%;
width: 70vh;
height: 45vh;
padding: 20px;
}
}
@media(max-width: 700px) {
footer{
font-size: 13px;
}
}
@media(max-width: 600px) {
footer {
color: white;
height: 200px;
width: auto;
padding-top: 90px;
padding-bottom: 90px;
text-align: center;
background-color: #c41616;
height: fit-content;
}
footer ul {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
footer li {
margin: 0 1rem;
padding: 0.5rem 1rem;
transition: background-color 0.3s ease-in-out;
cursor: pointer;
margin-bottom: 7px;
}
footer li:hover {
background-color: white;
color: #F01717;
}
footer p{
margin-bottom: 10px;
}
footer p:nth-child(1){
margin-bottom: 0;
}
figure img {
max-width: 100%;
width: 50vh;
height: 30vh;
padding: 20px;
}
}
