|
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/css/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
form {
height: auto;
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
margin-left: auto;
}
form input,
form textarea {
margin-bottom: 20px;
padding: 10px;
width: 100%;
box-sizing: border-box;
border: none;
background-color: #f2f2f2;
resize: vertical;
min-height: 40px;
}
input[type="submit"] {
background-color: transparent;
color: white;
padding: 10px 20px;
border: 2px solid white;
cursor: pointer;
}
input[type="submit"]:hover {
background-color: white;
color: black;
}
#contact {
display: flex;
align-items: center;
justify-content: center;
background-color: #c41616;
color: white;
margin: 20vh 0;
}
.container {
width: 40%;
padding: 0;
}
.bonjour{
text-transform: uppercase;
}
.coordonnée{
width: 40%;
height: 100%;
text-align: center;
z-index: 2;
}
#contact {
display: flex;
position: relative; /* permet de positionner le bandeau par rapport à la section contact */
color: white;
}
.container {
padding: 50px;
width: 50%; /* prend désormais 50% de la largeur de la section contact */
position: relative; /* permet de positionner les éléments du formulaire par rapport à la section contact */
z-index: 2; /* permet de positionner les éléments du formulaire au-dessus du bandeau */
}
.coordonnée i{
font-size: 30px;
}
.fa-facebook{
color: #396cb0;
}
.fa-twitter:hover{
background-color:rgb(0, 179, 255);
}
.fa-instagram:hover{
background-color:rgb(249, 5, 119);
}
section p:nth-child(2){
padding-bottom: 0px;
}
section p:nth-child(1){
padding-left: 0px;
}
/* Masque l'arrière-plan lors de l'affichage de la modal */
body.modal-open {
overflow: hidden;
}
/* Styles pour la modal */
.modal {
display: none; /* cache la modal par défaut */
position: fixed;
z-index: 1050;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
outline: 0;
background-color: rgba(0, 0, 0, 0.5); /* ajoute un fond semi-transparent */
}
/* Affiche la modal lorsque la classe .modal-open est ajoutée au body */
body.modal-open .modal {
display: block;
}
/* Styles pour la boîte de dialogue de la modal */
.modal-dialog {
position: relative;
width: auto;
margin: 10px;
}
/* Styles pour le contenu de la modal */
.modal-content {
position: relative;
display: flex;
flex-direction: column;
background-color: #fefefe;
border: 1px solid #888;
border-radius: 6px;
outline: 0;
box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}
/* Styles pour l'en-tête de la modal */
.modal-header {
display: flex;
align-items: center;
justify-content: space-between;
padding: 1rem;
border-bottom: 1px solid #eee;
background-color: #c41616;
color: #fff;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
}
.modal-header h4.modal-title {
margin: 0;
font-size: 1.2rem;
font-weight: bold;
}
.modal-header button.close {
font-size: 1.5rem;
font-weight: bold;
color: #fff;
opacity: 0.8;
background-color: transparent;
border: none;
cursor: pointer;
}
/* Styles pour le corps de la modal */
.modal-body {
flex: 1;
padding: 1rem;
overflow-y: auto;
}
/* Styles pour le pied de la modal */
.modal-footer {
display: flex;
align-items: center;
justify-content: flex-end;
padding: 1rem;
border-top: 1px solid #eee;
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
}
.modal-footer button.btn {
margin-left: 0.5rem;
}
/* Styles pour les boutons de la modal */
.btn {
display: inline-block;
padding: 0.5rem 1rem;
font-size: 1rem;
font-weight: bold;
line-height: 1.5;
text-align: center;
text-decoration: none;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
user-select: none;
border: 1px solid transparent;
border-radius: 6px;
}
.btn-primary {
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
h3{
margin-top: 20px;
}
#contact p:nth-child(5)
{
padding-bottom: 0;
}
@media(max-width: 1100px) {
#contact{
display: flex;
flex-direction: column;
}
h3{
margin-top: 20px;
}
.container{
padding: 0;
}
}
@media(max-width: 500px) {
#contact p:nth-child(5)
{
max-width: 100%;
}
}