.topBanner {
    padding-left: 35%;
    aspect-ratio: 1903/250;
	background-size: cover;
    background-image: url("/images/banner/default.png");
}

.topBanner h1 {
    text-align: center; 
    font-size: 2.5vw;	
	font-weight: bolder;
	text-decoration: none;
    color: white;
    text-shadow: 1px 1px gray;
}

article {
    background: #e0e0e0;
    margin: 0px;
    padding: 20px 10%;
}

/* --- Contact --- */

.colorBlock {
	border-left: 3px #0c7db8 solid;
	background: white;
	margin: 20px;
	padding: 20px;
	font-size: 20px; 
	text-align: justify;
}

.colorBlock h2 {
	color: #0c7db8;
	margin-bottom: 30px;
	text-shadow: none;
}

.colorBlock a {
	color: black;
	text-decoration: none;
}

.colorBlock a:hover {
	text-decoration: underline;
}


/* --- Page de demande de devis --- */
.corpsDevi {
	width: 100%;
	
}

.enteteDevis {
	width: 70%;
	margin: auto;
	font-size: 1.5vw;
	border-left: 3px #0c7db8 solid;
	margin-top: 3%;
	padding-left: 1%;
	font-family: 'Montserrat', sans-serif;	
			
}

.sectionDevis {
	width: 60%;
	margin: auto;
	margin-top: 2%;	
	font-size: 1vw;
	border-left: 3px #0c7db8 solid;
	padding-left: 1%;
	padding-bottom: 1%;
	font-family: 'Montserrat', sans-serif;	
	
}

.champDeSaisieDevis{
	margin-top: 1%;
	width: 90%;
	display: block;
	height: 40px;
	border: none;
	background-color: white;
	padding: 1%;
	font-size: 1vw;
	font-family: 'Montserrat', sans-serif;	
	
}

/*

.champDeSaisieDevis:invalid {
	border: red 3px solid; 
}
*/

.pDevis {
	display: inline-block;
	color: #0c7db8
	

}

#buttonDevis {
	color: white;
	border: none;
	padding: 0.5% 1%;
	background-color: #0c7db8;
	margin-right: 50px;
	display: inline-block;
	font-size: 1vw;
	font-family: 'Montserrat', sans-serif;
	border-radius: 2px;
}

.divCheckbox {
	display: inline-block;
	vertical-align: top;
	margin-right: 1%;
}

.divCheckboxTxt {
	display: inline-block;
	width: 90%;
	margin-top: 1%;
}

.chechkboxDevis {
	width: 20px;
	height: 50px;

}

/* --- Light box de confirmation d'envoie de demande de devis --- */

.lightbox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 999;
}

/* Style de la lightbox */
.lightbox {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    max-width: 600px;
    width: 80%;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
    transition: transform 0.3s ease;
    z-index: 1000;
}

.lightbox h2 {
    font-size: 24pt;
    margin-top: 0;
}


.lightbox p {
    font-size: 18pt;
}

.lightbox button {
    padding: 10px 60px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    color: #fff;
    font-size: 16pt;
}

.lightbox button.confirm {
    background: #0c7db8;
}
