<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* couleur bleu : #1f68cb*/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ruby,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output,section, summary,
time, mark, audio, video{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ul, li {
	margin-top: 0;
}

* {
	box-sizing: border-box;
	font-size: 16px;
	letter-spacing: 1px;
	font-family: sans-serif !important;
}

:focus {
	outline: 0;
}

body {
	line-height: 1;
}

blockquote,
q {
	quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

b,
strong {
	font-weight: 700;
}

.mobile {
	display: none;
}

.top {
	padding-top: 2em;
}

.bold {
	font-weight: 700;
}

html {
	overflow-x: hidden;
}

h1 {
	font-size: 2.5em;
	font-weight: 700;
}

h2,
h3 {
	margin-bottom: 1em;
}

h2 {
	font-size: 1.8em;
	font-weight: 700;
}

h3 {
	font-size: 1.5em;
}

img {
	max-width: 100%;
	padding: 0;
	width: 100%;
}

a {
	font-family: sans-serif;
}

li,
p {
	margin-bottom: 15px;
	line-height: 1.5em;
}

section {
	clear: both;
	padding: 5em 10px;
	display: inline-block;
	width: 100%;
}

.float-right {
	float: right;
	width: 50px;
}

.container {
	position: relative;
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
}

.col-2 {
	float: left;
	position: relative;
	width: 50%;
	padding: 0 10px;
}

.rol-2 {
	height: 50%;
}

img.col-2 {
	padding: 0;
}

.colum {
	float: left;
	position: relative;
	width: 25%;
	text-align: center;
	padding: 2em 2em;
}

.col-3 {
	position: relative;
	float: left;
	width: 33.3333333333333333333%;
}

.col-4 {
	position: relative;
	float: left;
	width: 25%;
}

a {
	text-decoration: none;
}

.cache {
	display: none;
}

.btn {
	border: 2px solid #1f68cb;
	transition: all 0.5s;
	padding: 1em 2em;
	background-color: #ffff;
	color: #1f68cb;
	font-weight: 700;
	cursor: pointer;
}

.btn:hover {
	background-color: #1f68cb;
	color: #ffff;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.uppercase {
	text-transform: uppercase;
}

.clear {
	clear: both;
}

.float {
	float: left;
}

button {
	cursor: pointer;
}

.bg-gray {
	background: #f1f1f1;
}

.opacity {
	opacity: 0.8;
}

/*---------------------------- HEADER */

.logo {
	float: left;
	max-width: 350px;
}

#appelez {
	text-align: right;
	top: 2em;
}

.blue {
	color: #1f68cb !important;
}

#appelez a {
	border: 2px solid #1f68cb;
	transition: all 0.5s;
	padding: 1em 2em;
	background-color: #ffff;
	color: #1f68cb;
	font-weight: 700;
	cursor: pointer;
}

#appelez a:hover {
	background-color: #1f68cb;
	color: #ffff;
}

#freecall {
	margin: 2em 0;
}

.g-recaptcha {
	margin-left: 10px;
	max-width: 100%!important;
	overflow: hidden;
	width: 100%;
}

nav {
	text-align: right;
}

nav a {
	color: #1f68cb;
	margin-left: 2em;
	font-size: 20px;
	border-bottom: 2px solid transparent;
	text-decoration: none;
	display: inline-block;
	padding: 2em 0;
	transition: 0.1s;
	position: relative;
}

nav a::after {
	content: "";
	background: #d8af55;
	height: 2px;
	width: 0;
	position: absolute;
	left: 0;
	bottom: calc(2em - 10px);
	transition: ease 0.4s;
}

nav a:hover::after {
	width: 100%;
}

/*----------------------- LANDING */

section#landing {
	background: url(../img/landing.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

#slogan {
	background-color: rgb(211, 216, 221, 0.9);
	padding: 4em;
	width: 600px;
}

div#slogan input {
	width: 100%;
}

#title {
	color: #1f68cb;
	font-weight: 700;
	font-size: 2.5em;
}

#sub-title {
	color: #1f68cb;
	font-size: 1.6em;
	font-weight: 700;
}

#slogan img {
	margin-left: 10em;
	transition: all 0.5s;
}

#slogan img:hover {
	transform: scale(1.1);
}

/*--------------------REASSURANCE */

#reassurance {
	text-align: center;
	display: inline-block;
	width: 100%;
	background: #1f68cb;
	color: #fff;
	padding: 2em 0;
}

#reassurance img {
	max-width: 20%;
	width: 100%;
}

#reassurance .col-4 {
	margin: 1em 0;
}

#reassurance .col-4 &gt; div {
	margin-top: 1em;
	font-size: 1em;
}

@media screen and (max-width: 770px) {
	#reassurance .col-4 {
		width: 50%;
	}

}

/*------------------------- ABOUT */

h2 {
	font-weight: 700;
	padding: 1em 0;
}

#about h3 {
	color: #d0ad5d;
	font-weight: 700;
}

#tarif h2,
#tarif h3 {
	color: #1f68cb;
}

#solutions img {
	width: 70px;
}

#tableau {
	padding: 4em 0;
}

#tableau .colum-3 {
	padding: 0;
}

.colum-3 {
	float: left;
	position: relative;
	width: 33.3333%;
}

section.bg-bleu{
	background-color: #1f68cb;
	color: #ffff!important;
}

#tarif &gt; section &gt; div &gt; h2 {
	color: #ffff;
}

#sub-tab div {
	padding: 4em 0;
}

#sub-tab {
	padding-top: 4em;
}

.rol-10 {
	height: 10%;
	font-size: 1.5em;
	border-bottom: 1px solid rgb(211 216 221);
}

.tabtitle {
	background-color: #1f68cb;
	color: #ffff;
	font-size: 2em;
}

/*------------------------- CONTACT */

#formulaire h2,
#formulaire p {
	text-align: center;
}

#formulaire h2 {
	font-weight: 700;
	color: #1f68cb;
	padding-bottom: inherit;
	margin-bottom: initial;
	padding-top: 0;
}

#formulaire p {
	color: #1f68cb;
	opacity: 0.8;
}

#submit {
	color: #1f68cb;
	transition: all 1s;
	border: 2px solid #1f68cb;
	background-color: #ffff;
	font-weight: 700;
	font-size: 1em;
	padding: 1em 2em;
}

#submit:hover {
	background-color: #1f68cb;
	color: #ffff;
}

form input {
	width: 100%;
	margin: 10px 10px;
	border: 1px solid rgb(211 216 221);
	padding: 10px 15px;
}

form textarea {
	width: 100%;
	margin: 10px 10px;
	border: 1px solid rgb(211 216 221);
	padding: 10px 15px;
	height: 100px;
	resize: none;
}

#infos img {
	width: 300px;
	margin-left: -40px;
}

#infos a {
	font-weight: 700;
	color: #1f68cb;
	font-size: 1em;
	text-align: center;
	line-height: 2em;
}
#infos p {
	margin-bottom: 0px;
	line-height: 1em;
}

#infos{
	padding-bottom: 4em;
}


#confirmation {
	padding: 2em 2em;
	border: 1px solid #1f68cb;
	max-width: 30%;
	margin-top: 2em;
}

#confirmation a {
	line-height: 4em;
}

.icon {
	font-size: 2em;
}

#map{
	margin-top: 2em;
}

#sav,
#sav a {
	padding-top: 5em;
	font-weight: 700;
	color: #1f68cb;
	font-size: 1em;
	text-align: center;
}

#sav img {
	width: 60px;
}

/*------------------------- FOOTER */

footer {
	background-color: #1f68cb;
	transform: translateY(0%);
}

#footer-content {
	padding: 2em;
	font-weight: 700;
	color: #ffff;
}

#legals {
	padding: 5em 10px;
	color: #fbfbfb;
	margin-top: -10px;
}

div#legal-content h2,
div#legal-content h3,
div#legal-content h4 {
	margin: 20px 0;
	color: #1f68cb;
	font-weight: 700;
}

div#legal-content {
	display: none;
	position: fixed;
	top: 0;
	width: 50%;
	height: 100%;
	z-index: 1000;
	background: #ffff;
	max-width: 90%;
	margin: 0 5%;
	padding: 50px 10em;
	overflow-y: scroll;
	border: 2px solid #d0ad5d;
}

#legal-toggle {
	cursor: pointer;
}

div#legal-content button.close {
	border: 2px solid #1f68cb;
	transition: all 0.5s;
	padding: 1em 2em;
	background-color: #ffff;
	color: #1f68cb;
	font-weight: 700;
	cursor: pointer;
	position: fixed;
}

div#legal-content button.close:hover {
	background-color: #1f68cb;
	color: #ffff;

}

/*------------------------- MODULE TRAFIC */

#module {
	position: fixed;
	transform: translateY(54em);
	left: 0em;
	width:30%;
	z-index: 10000;
}

.arrow-up{
	color: #1f68cb;
	position: absolute;
	right: 20px ;
	margin-top: 3px;
	width: 1px;
	height: 16px;
	background-color: currentColor;
	cursor: pointer;
}

.arrow-up:before {
	content: '';
	position: absolute;
	left: -5px;
	top: 1px;
	width: 10px;
	height: 10px;
	border-top: solid 1px currentColor;
	border-right: solid 1px currentColor;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.arrow-up.open:before {
	content: '';
	position: absolute;
	left: -5px;
	top: 4px;
	width: 10px;
	height: 10px;
	border-top: solid 1px currentColor;
	border-right: solid 1px currentColor;
	-webkit-transform: rotate(-45deg);
	transform: rotate(135deg);
}


#module.open{
	transform: translateY(29em);
	width: 30%;
}

#choice{
	padding: 2em 2em;
	border: 1px solid #1f68cb;
	background-color: #fafafa;
}

label{
	line-height: 2em;
}

#choice input[type="text"] {
	width: 60%;
}

#module p{
	color: #1f68cb;
	font-weight: bold;
	font-size: 1.2em;
}

#module label{
	color: #1f68cb;
	font-weight: bold;
	font-size: 1em;
}

#validation{
	margin-top: 2em;
}

#choice input{
	width: 10%;
}

#choice &gt; form &gt; div:nth-child(8) &gt; label &gt; input[type=text]{
	margin:0;
}

#validation{
	width: 100%!important;
}

/*------------------------- RESPONSIVE 1200PX */

@media screen and (max-width: 1220px) {
	#module{
		display: none;
	}

	.container {
		width: calc(100% - 50px);
	}

	.mobile {
		display: block;
	}

	nav {
		text-align: center;
		position: fixed;
		width: 50vw;
		height: 100vh;
		background: #1f68cb;
		top: 0;
		left: 0;
		z-index: 500;
		display: flex;
		line-height: 2em;
		flex-direction: column;
		justify-content: center;
		margin-top: 0 !important;
		transform: translateX(200%);
		transition: all 0.5s ease-in-out;
	}

	.open nav {
		transform: translateX(100%);
	}

	nav a {
		font-size: 1.5em;
		color: #fff !important;
		font-weight: 700;
		padding: 1em 0;
	}

	nav a::after {
		content: "";
		background: #d8af55;
		height: 0;
		width: 0;
		position: absolute;
		left: 0;
		bottom: 0;
		transition: ease 0.4s;
	}

	nav a:hover {
		transform: scale(1.1);
	}

	#burger {
		position: fixed;
		top: 30px;
		right: 10px;
		z-index: 100000000000000;
		width: 50px;
		height: 50px;
		cursor: pointer;
	}

	.menu.icon {
		color: #1f68cb;
		position: absolute;
		margin-left: 2px;
		margin-top: 10px;
		width: 30px;
		height: 3px;
		background-color: currentColor;
		cursor: pointer;
	}

	.menu.icon:before {
		content: "";
		position: absolute;
		top: -10px;
		left: 0;
		width: 30px;
		height: 3px;
		background-color: currentColor;
	}

	.menu.icon:after {
		content: "";
		position: absolute;
		top: 10px;
		left: 0;
		width: 30px;
		height: 3px;
		background-color: currentColor;
	}

	.open.menu.icon {
		color: #fff;
		position: absolute;
		margin-top: 0;
		margin-left: 0;
		width: 30px;
		height: 21px;
		background-color: inherit;
	}

	.open.menu.icon::before {
		content: "";
		position: absolute;
		top: 10px;
		width: 30px;
		height: 2px;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.open.menu.icon::after {
		content: "";
		position: absolute;
		top: 10px;
		width: 30px;
		height: 2px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	#appelez {
		display: none;
	}

	div#legal-content {
		width: 100%;
	}

	#slogan {
		background-color: rgb(211, 216, 221, 0.9);
		padding: 4em;
	}

	div#slogan input {
		width: 100%;
	}

	#formulaire form input,
	form textarea {
		width: 100%;
	}

}

/*------------------------- RESPONSIVE &gt;1000PX  */

@media screen and (max-width: 1050px) {
	#part-img,
	#pro-img {
		display: none;
	}

	.col-2 {
		width: 100%;
	}

	#contact,
	#infos {
		padding-top: 4em;
	}

}

@media screen and (max-width: 860px) {
	nav {
		width: 100%;
		height: 100%;
		transform: translateX(100%);
	}

	.open nav {
		transform: translateX(0);
	}

	.colum {
		width: 50%;
		padding: 10px 10px;
	}

}

@media screen and (max-width: 570px) {
	#legal-content &gt; div.text-right &gt; button{
		display: none;
	}

	#legal-content &gt; div.text-center &gt; button{
		display: inline-block;
		position: relative!important;
		text-align: center;
	}

	.rol-10 {
		font-size: 1em;
	}

	.tabtitle {
		font-size: 1.2em;
	}

	#appelez {
		right: 200px;
		top: -170px;
	}
	
	div#tableau .col-3 {
		width: 33.33333333333333333333333333%;
	}
	div#tableau .col-3 p.tabtitle {
		padding: 1em;
		font-size: 20px;

	}

	#burger {
		right: 0px;
	}

	div#legal-content {
		width: 80%;
		margin: 0 5%;
		padding: 50px 1em;
	}

	#title{
		font-size: 1.6em;
	}

	#slogan {
		background-color: rgb(211, 216, 221, 0.9);
		padding: 4em 2em;
	}

	.logo{
		max-width: 300px;
	}

}



</pre></body></html>