@font-face {
	font-family: "Roboto-Regular";
	src: url("../fonts/Roboto-Regular.ttf");
}
@font-face {
	font-family: "Roboto-Bold";
	src: url("../fonts/Roboto-Bold.ttf");
}
html, body {
	font-family: "Roboto-Regular", arial;
	margin: 0;
	padding: 0;
}
header {
	background-color: #06439c;
	color: white;
	padding: 10px 22px;
	text-align: left;
    height: 86px;
	position: sticky;
	top: 0;
	z-index: 9999;
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
}
h1 {
	margin: 0 auto;
	font-size: 1.2rem;
	padding-bottom: 4px;
}
h2 {
	color: #06439c;
}
.container {
	max-width: 800px;
	margin: 0 auto;
	padding: 0 20px;
}
strong {
	font-weight: bold;
}
.coloredText {
	font-size: 1.5rem;
    color: #ff687d;
}
p {
	line-height: 1.6;
}
header a {
	text-decoration: none;
	color: white;
}
header h1 a {
	display: block;
	font-size: 3rem;
	/*text-shadow: -2px -2px 0 #fd7687, 2px -2px 0 #fd7687, -2px 2px 0 #fd7687, 2px 2px 0 #fd7687;*/
	text-shadow: -2px -2px 0 #e16978, 2px -2px 0 #e16978, -2px 2px 0 #e16978, 2px 2px 0 #e16978;
}
header>div {
    display: flex;
    align-items: center;
    gap: 1rem;
}
header #btnConnexion {
	font-size: 50px;
	cursor: pointer;
	text-shadow: none;
}
header #btnConnexion a:hover {
	color: #819fcb;
}
header #btnDemo {
	font-size: 47px;
	cursor: pointer;
	text-shadow: none;
}
header #btnDemo h3 {
	margin: 0;
	font-size: 24px;
	padding: 3px 6px 2px;
	border-radius: 2px;
	border: 2px solid white;
}
header #btnDemo:hover h3 {
	background-color: #819fcb;
}
.container a {
	text-decoration: underline;
	font-weight: bold;
	color: #06439c;
	cursor: pointer;
}
.container a:hover {
	color: #819fcb;
}

.button {
	display: inline-block;
	padding: 10px 20px;
	background-color: #06439c;
	color: #ffffff;
	text-decoration: none;
	border-radius: 5px;
	transition: background-color 0.3s;
}
.button:hover {
	background-color: #004080;
}
/* IMG PREVIEW */
.preview_img {
	height: 70px;
	cursor: pointer;
	/*transition: transform 0.2s;*/
}
.preview_img:hover {
    /*transform: scale(1.1);*/
    /*border: 2px solid #000;*/
	opacity: 0.35;
}
.modal {
    display: none; 
    position: fixed; 
    z-index: 99999; 
    padding-top: 60px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgba(0, 0, 0, 0.9); 
}
.modal-content {
    margin: auto;
    display: block;
    width: 90%;
    max-width: 1000px;
}
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}
.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    transition: 0.3s;
    user-select: none;
}
.prev {
    left: 0;
}
.next {
    right: 0;
}
.prev:hover, .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.fillH {
	width: 100%;
	display: flex;
	justify-content: center;
	position: relative;
}
.fillH .offre {
	flex: 1;
	text-align: center;
	padding: 4px 6px;
	min-height: 266px;
	cursor: pointer;
}
.fillH .offre.selected, .fillH .offre:hover {
	background-color: #06439c;
	color: white;
	transition: 100ms all linear;
}
.fillH .offre .firstHalf {
	min-height: 96px;
}
.fillH .offre .secondHalf {
	margin-top: 18px;
}
.fillH .offre h3 {
	color: #fd7687;
	margin: 10px auto;
}
.fillH .offre p.desc {
	line-height: 15px;
	font-size: 13px;
}
.fillH .offre .secondHalf p {
	margin: 0 auto;
	line-height: 14px;
}
.fillH .offre p.prix_old {
	text-decoration: line-through;
	color: grey;
	font-size: 14px;
	margin: 4px 0 2px;
}
.fillH .offre p.prix_offre {
	font-weight: bold;
	margin-top: 18px;
}
.fillH .offre p.prix {
	color: #fd7687;
	font-weight: bold;
	font-size: 18px;
}
.fillH .offre .secondHalf button {
	margin-top: 16px;
	font-size: 18px;
	padding: 3px 8px 2px;
}
/*.fillH .offre:last-child .secondHalf>p:first-child {
	font-weight: bold;
	color: #fd7687;
	text-decoration: underline;
}*/
#detail_offre {
	line-height: 14px;
	font-size: 13px;
	margin-top: 30px;
}
#detail_offre+p {
	text-align: center;
	font-weight: bold;
	color: #fd7687;
}
section fieldset {
	display: flex;
    border: none;
    flex-direction: row;
    justify-content: space-evenly;
}
section fieldset button {
	flex: 1;
    border: none;
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    background-color: #06439c;
    color: white;
    border-radius: 5px;
	cursor: pointer;
}
section fieldset button:hover {
	background-color: #004080;
}
footer {
	width: 100%;
	background-color: #06439c;
	text-align: center;
	color: white;
	height: 168px;
	margin-top: 60px;
}
footer>div {
	border-bottom: 1px solid white;
	display: flex;
	justify-content: space-around;
	padding-bottom: 10px;
}
footer>div h4, footer>div h5 {
	margin: 10px 0 2px;
}
footer>div #logo_footer {
	font-size: 24px;
    text-shadow: -1px -1px 0 #e16978, 1px -1px 0 #e16978, -1px 1px 0 #e16978, 1px 1px 0 #e16978;
}
footer>div p {
	margin: 0;
}
footer>p {
	margin: 0 auto;
	padding: 4px 0;
}
footer h4 a, footer h5 a {
	text-decoration: none;
	color: white;
}
footer h4:hover a {
	text-decoration: underline;
}
footer #social {
	justify-content: center;
    font-size: 1.5rem;
    gap: 1rem;
    padding-bottom: 0;
	border: none;
}
footer #social a {
	color: white;
}
footer #social a:hover {
	color: #819fcb;
}
hr.split {
	width: 94%;
	margin: 18px 3%;
	border: 1px solid #e8f1fd;
}

.contact-form label {
	display: block;
	margin-bottom: 5px;
	color: #06439c;
}
.contact-form .form-row {
	display: flex;
	justify-content: space-between;
}
.contact-form .form-group {
	flex: 1;
	margin-right: 15px;
}
.contact-form .form-group:last-child {
	margin-right: 0;
}
.contact-form input,
.contact-form textarea,
.contact-form select {
	width: 100%;
	padding: 10px;
	margin-bottom: 15px;
	border: 1px solid #ddd;
	border-radius: 5px;
	box-sizing: border-box;
}
.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
	border-color: #06439c;
	outline: none;
}
.contact-form button {
	display: inline-block;
	width: 100%;
	padding: 10px;
	background-color: #06439c;
	color: #fff;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	font-size: 16px;
}
.contact-form button:hover {
	background-color: #004080;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder {
	color: #999;
}
#formMessage {
	color: #10b310;
	display: none;
	position: absolute;
	top: -22px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
    /*display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 100, 0, 0.9);
    color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    z-index: 10;*/
}

.grecaptcha-badge {
	position: fixed;
	bottom: 60px!important;
	right: -186px;
}

@media (max-width: 980px) {
	.left img {
		display: none;
	}
	h1 {
		font-size: 1.2rem;
		text-align: center;
	}
	header {
		height: auto;
		justify-content: center;
		padding-top: 6px;
	}
	header>div {
		gap: 0;
	}
	header p {
		text-align: center;
	}
	#btnConnexion, #btnDemo {
		display: none;
	}
	.fillH .offre .secondHalf button {
		margin: 14px auto 4px;
		font-size: 11px;
		padding: 3px 8px;
	}
	.fillH .offre .firstHalf {
		min-height: 210px;
	}
	#contactForm {
		width: 90%;
	}
	.contact-form .form-row {
		display: block;
	}
	.contact-form .form-group {
		margin-right: 0;
	}
	.contact-form input,
	.contact-form textarea,
	.contact-form select {
		margin-bottom: 12px;
	}
	footer {
		height: auto;
	}
}