
body {
    background:#f4f7fb;
    color:#333;
}

.hero{
    background: linear-gradient(135deg, #C8102E, #C8102E);
    color:#fff;
    padding:100px 0;
}

.hero h1{
    font-size:3rem;
    font-weight:700;
}

.contact-card{
    margin-top:-70px;
    border:none;
    border-radius:20px;
    box-shadow:0 20px 50px rgba(0,0,0,.12);
}

.info-panel{
    background:linear-gradient(135deg, #012169, #012169);
    color:white;
    border-radius:20px 0 0 20px;
    height:100%;
}

.form-control,
.form-select{
    padding:12px;
}

.btn-send{
    background: #012169;
    border:none;
    padding:12px;
    font-weight:600;
}

.btn-send:hover{
    background:#1d4ed8;
}

.contact-item{
    margin-bottom:25px;
}

.contact-item h6{
    margin-bottom:5px;
    font-weight:600;
}

.footer{
    padding:40px 0;
    text-align:center;
    color:#666;
}

@media(max-width:768px){

    .hero{
        padding:60px 0;
        text-align:center;
    }

    .hero h1{
        font-size:2.2rem;
    }

    .info-panel{
        border-radius:20px 20px 0 0;
    }
}

.btn-send:hover {
    background: #C8102E;
    border: none;
    padding: 12px;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

h6 {
    font-size: 18px;
}

.contact-item {
    margin-bottom: 50px;
}

#a-p-p {
    color: #012169;
    text-decoration: none;
}

#a-p-p:hover {
    color: #C8102E;
}

#chkconsent {
    color: #012169;
     text-decoration: none;
}

#chkconsent:hover {
    color: #C8102E;
}

#cookieBannerHP {
	background-color: #C8102E;
	padding-left: 75px;
	padding-right: 75px;
	display: flex;
	justify-content: space-evenly;
	vertical-align: baseline;
	height:80px;
	padding-top: 25px;
}

#cookieBannerHP p {
	font-size: 16px;
	color: #ffffff;
}

#acceptCookies {
	background-color: #012169 !important;
	border: 0 #012169 solid;
	color: #ffffff;
	font-size: 14px;
	height: 35px;
	width: 75px;
	margin-top: 0px;
	border-radius: 5px;
	cursor: pointer
}

#cookieBannerHP a {
	color: #ffffff;
	text-decoration: none;
}

#cookieBannerHP a:hover {
	color: #012169;
	text-decoration: none;
}

.hideme {
	display: none !important;
}
