| Current Path : /home/a/t/a/ataenra/www/ATA/INTRANET/Formulaires/SOL_PV/css/ |
| Current File : /home/a/t/a/ataenra/www/ATA/INTRANET/Formulaires/SOL_PV/css/style2.css |
@charset "utf-8";
body {
background: #2596d26e;
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}
.display-cover {
display: flex;
justify-content: center;
align-items: center;
width: 80%;
margin: 1% auto;
position: relative;
}
video {
width: 100%;
background: rgba(0, 0, 0, 0.2);
}
.video-options {
position: absolute;
left: 20px;
top: 30px;
}
.controls {
position: absolute;
right: 20px;
top: 20px;
display: flex;
}
.controls > button {
width: 45px;
height: 45px;
text-align: center;
border-radius: 100%;
margin: 0 6px;
background: transparent;
}
.controls > button:hover svg {
color: white !important;
}
@media (min-width: 300px) and (max-width: 400px) {
.controls {
flex-direction: column;
}
.controls button {
margin: 5px 0 !important;
}
}
.controls > button > svg {
height: 20px;
width: 18px;
text-align: center;
margin: 0 auto;
padding: 0;
}
.controls button:nth-child(1) {
border: 2px solid #d2002e;
}
.controls button:nth-child(1) svg {
color: #d2002e;
}
.controls button:nth-child(2) {
border: 2px solid #008496;
}
.controls button:nth-child(2) svg {
color: #008496;
}
.controls button:nth-child(3) {
border: 2px solid #00b541;
}
.controls button:nth-child(3) svg {
color: #00b541;
}
.controls > button {
width: 45px;
height: 45px;
text-align: center;
border-radius: 100%;
margin: 0 6px;
background: transparent;
}
.controls > button:hover svg {
color: white;
}
.card {
background: white;
border-radius: 0.5rem;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
overflow: hidden;
}
.header {
background: #2563eb;
color: white;
padding: 1rem;
}
.header h1 {
font-size: 1.5rem;
display: flex;
align-items: center;
gap: 0.5rem;
}
.error-message {
margin-top: 0.5rem;
background: #1d4ed8;
padding: 0.5rem;
border-radius: 0.25rem;
font-size: 0.875rem;
}
.content {
padding: 1rem;
display: grid;
grid-template-columns: 2fr 1fr;
gap: 1rem;
}
#map {
height: 500px;
border-radius: 0.5rem;
overflow: hidden;
}
.coordinates {
background: #f8fafc;
padding: 1rem;
border-radius: 0.5rem;
}
.coordinates h2 {
font-size: 1.25rem;
margin-bottom: 1rem;
color: #1e293b;
}
.coordinate-box {
background: white;
padding: 0.75rem;
border-radius: 0.375rem;
margin-bottom: 0.5rem;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.coordinate-box p:first-child {
color: #64748b;
font-size: 0.875rem;
margin-bottom: 0.25rem;
}
.coordinate-box p:last-child {
font-family: monospace;
font-size: 1.125rem;
}
@media (max-width: 768px) {
.content {
grid-template-columns: 1fr;
}
}
#map {
height: 100%;
}
gmp-map {
height: 400px;
}
.containerPage {
border-radius: 15px;
border-color: rgb(255, 255, 255);
background: rgb(255, 255, 255);
margin: auto;
padding: 0.5cm;
box-shadow: 0 0 2cm rgba(0, 0, 0, 0.863);
width: auto;
height: auto;
}
.containerTitre {
border-radius: 15px;
margin: 0;
padding: 0.2cm;
text-align: center;
font-style: helvetica;
font-size: 20px;
width: auto;
height: auto;
box-shadow: 0 0 0.2cm rgba(0, 0, 0, 0.863);
}
.containerSection {
border-radius: 15px;
margin-top: 0.0cm;
margin-bottom: 0.0cm;
padding: 0.2cm;
padding-left: 0.5cm;
text-align: center;
width: auto;
height: 1.2cm;
font-size: 18px;
box-shadow: 0 0 0.2cm rgba(0, 0, 0, 0.863);
}
.container1 {
border-radius: 20px;
margin: 0;
margin-bottom: 0.4cm;
margin-top: 0.2cm;
padding: 0.5cm;
text-align: left;
font-size: medium;
width: auto;
height: auto;
box-shadow: 0 0 0.2cm rgba(0, 0, 0, 0.863);
align-items: top;
}
fieldset{
border-radius: 0;
display: none;
margin-top: 0.7cm;
padding: 0cm;
text-align: right;
font-size: small;
width: auto;
height: auto;
margin-bottom: 0cm;
}
#field-1 {
display: block;
}
form{
border-radius: 0;
margin-top: 0cm;
padding: 0cm;
text-align: right;
font-size: small;
width: auto;
height:auto;
margin-bottom: 0cm;
}
.col-md-4 {
border-style: solid;
border-color: rgba(238, 230, 230, 0.479);
border-radius: 10px;
}
.col-md-4a {
border-style: solid;
border-color: rgba(238, 230, 230, 0.479);
border-radius: 10px;
}
.col-md-4-A{
border-style: none;
border-color: rgba(255, 255, 255, 0.479);
border-radius: 10px;
}
.row {
border-style: none;
border-color: rgb(255, 255, 255);
border-radius: 10px;
}
input:invalid {
border: rgba(248, 243, 243, 0.521) solid 3px;
box-shadow: 0 0 2px 1px rgba(218, 24, 24, 0.411);
}
input:valid {
border: rgba(252, 252, 252, 0.562) solid 3px;
box-shadow: 0 0 2px 1px rgba(0, 128, 0, 0.473);
}