<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*********************************************************************************************************/
/*  GENERAL  */
/*********************************************************************************************************/
html,body {
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 17px;
	font-weight: 300;
	background: #fff;
	letter-spacing: 0.02em;
}
h1,h2,h3,h4,h5,.titreCat{
	font-family: 'Merriweather', serif!important;
	text-align: center;
}
p.comming_soon {
	background: rgb(175 119 94 / 4%);
	margin: 45px auto;
	padding: 85px;
	font-size: 20px;
}

.brancheContainer{
	background-image: url("../images/branche.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 150px;
	height: 100px;
	position: relative;
	display: block;
	margin: 22px auto;
}
.brancheContainer{
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	height: 100px;
	display: block;
	margin: 22px auto;
	position: absolute;
	left: 0;
	background-position: center;
}
.coloredContainerGlobal {
	/* background-color: #faf6ff; */
	background-color: rgb(175 119 94 / 4%);
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin-top: 83px;
	margin-bottom: 45px;
}
.containerGlobal, .containerContent{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
/*********************************************************************************************************/
/*  ENTETE ALL  */
/*********************************************************************************************************/
.enteteGlobal{
	overflow: hidden;
}

.enteteMainAll{
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 600px;
}

.enteteMainAll .voileEntete{
	z-index: 1;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.4);
}

.enteteMainAll .imgEntete{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	transform-origin: center;
	transform: scale(1.5);
	transition: all .5s;
}

.enteteMainAll h1{
	z-index: 2;
	position: absolute;
	top: calc(50% - 25px);
	left: 0px;
	width: 100%;
	margin: 0;
	padding: 0 20px;
	color: #fff;
	font-size: 30px;
	text-align: center;
	font-family: 'Merriweather', serif;
	line-height: 45px;
	text-align: center;
}

.enteteMainAll h1 span{
	display: block;
	font-family: 'Nunito Sans', sans-serif;
	font-size: 20px;
	font-weight: 300;
}



/*********************************************************************************************************/
/*  MENU  */
/*********************************************************************************************************/
.menu{
	z-index: 5;
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 176px;
	line-height: 100px;
	display: block;
}

.menu .menuRD{
	display: none;
}

.menu ul{
	height: 100%;
	margin: 0;
	padding: 0;
}

.menu .ulLeft{
	float: left;
	padding-left: 100px;
}

.menu .ulRight{
	float: right;
	padding-right: 100px;
	padding-top: 48px;
}

.menu ul li{
	list-style: none;
	display: inline-block;
}

.menu .ulLeft li{
	padding-right: 20px;
}

.menu .ulRight li{
	padding-left: 20px;
}

.menu .ulRight .liTel i{
	padding: 0 5px 0 0;
	color: #fff;
}

.menu .ulRight .liEspace i,
.menu .ulRight .liSelection i{
	font-size: 25px;
}

.menu ul li a{
	color: #414141;
	font-size: 16px;
	font-family: "Cinzel";
	font-weight: 600;
}

.menu ul li a.selected{
	color: #ad7760;
}

.menu ul li a:hover,
.menu ul li a:focus{
	text-decoration: none;
	color: #ad7760;
}

.menu .logoMenu{
	position: absolute;
	top: 20px;
	left: 40px;
	width: 163px;
}

.menu .logoMenu img{
	width: 100%;
}


/**
	FOOTER
 */
footer {
	overflow: auto;
	display: block;
	width: 100%;
}

footer .linksContainer{
	overflow: auto;
	padding: 50px;
	background: #fff;
	position: relative;
}

footer .left {
	float: left;
	width: 20%;
	text-align: left;
	position: relative;
}

footer .right {
	float: right;
	width: 39%;
	text-align: left;
	position: relative;
}

footer .left .footer-logo {
	width: 220px;
	margin: 0 50px 0 0;
}
footer .right .social{
	float: left;
	width: 100%;
}
footer .right .social a{
	display: inline-block;
	padding: 0px 30px 0px 0px;
	color: #414141;
	font-size: 25px;
}

footer .left .links {
	margin-top: 30px;
}

footer .right .links {
	float: left;
	margin-top: 30px;
}

footer .left .links h4,
footer .right .links h4{
	display: inline-block;
	margin-bottom: 30px;
	font-family: 'Merriweather', serif;
	color: #414141;
	font-size: 18px;
	font-weight: 700;
	position: relative;
	top: initial;
	left: initial;
	width: initial;
}

footer .left .links a,
footer .right .links a {
	display: block;
	margin-bottom: 20px;
	color: #414141;
	font-size: 15px;
	font-weight: 300;
	letter-spacing: 0.02em;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}

footer .left .links a i,
footer .right .links a i{
	padding-right: 5px;
}

footer .left .links a:hover,
footer .left .links a:focus,
footer .right .links a:hover,
footer .right .links a:focus{
	text-decoration: none;
	color: #ad7760;
}

footer .right .social a i:hover,
footer .right .social a i:focus{
	color: #ad7760;
}



footer .right .credentials {
	float: left;
	width: 100%;
	margin-top: 30px;
	text-align: right;
}

footer .right .credentials a {
	display: inline-block;
	padding: 0 140px 0 0;
	background: url('../images/logo-alveen.svg') no-repeat right top;
	background-size: contain;
	color: #ccc;
	font-size: 11px;
	font-weight: 300;
	text-align: right;
	text-transform: uppercase;
}

footer .legalInfo{
	padding: 10px 50px;
	background: #111;
	color: #ccc;
	font-size: 15px;
	font-weight: 300;
	text-align: center;
	letter-spacing: 1px;
}

footer .legalInfo br{
	display: none;
}

footer .legalInfo a{
	color: #414141;
	font-weight: 500;
}

footer .legalInfo a:hover,
footer .legalInfo a:focus{
	color: #ad7760;
}
.rightLogo {
	position: absolute;
	display: block;
	top: -50px;
	right: 22px;
}

.rightLogo img {
	width: 280px;
}


.modal-body{
	overflow: auto;
}
div#modalContact input, div#modalContact textarea {
	border-radius: 0px;
	border: 1px solid #d1d1d1;
}

div#modalContact input {
	height: 40px;
}
h4.modal-subtitle {
	margin-bottom: 35px;
}

.rgpd input {
	position: relative;
	display: block;
	width: 13px!important;
	height: 13px!important;
	margin-right: 20px;
}

button#envoiQuestion {
	position: relative;
	display: block;
	max-width: 250px;
	padding: 8px 55px;
	border: 0;
	color: #fff;
	margin: 30px auto;
	background: #b1775b;
}
.modal-header .close {
	color: red;
}

@media (max-width: 1450px) {
	/*MENU*/
	.menu .ulLeft{
		padding-left: 20px;
	}

	.menu .ulRight{
		padding-right: 20px;
	}

	.menu .ulLeft li {
		padding-left: 15px;
	}

	.menu .ulRight li {
		padding-left: 15px;
	}
}

@media (min-width: 1199px) {
	.menu ul{
		display: block !important;
	}
}

/*@media (max-width: 1199px) {*/
@media (max-width: 1245px) {

	/*FOOTER*/
	footer .left {
		width: 33.33%;
	}

	footer .leftLogo {
		width: 100%;
		text-align: center;
	}

	footer .right {
		width: 30%;
	}

	footer .legalInfo,
	footer .legalInfo a{
		font-size: 16px;
	}

	footer .legalInfo br{
		display: block;
	}

	footer .legalInfo span{
		display: none;
	}

	footer .legalInfo .retourLigne{
		display: block;
	}

	.rightLogo{
		position: relative;
		top: 0;
		right: 112%;
		width: 100%;
	}
}

@media (max-width: 1024px) {
	/*MENU*/
	.menu .menuRD {
		cursor: pointer;
		z-index: 4;
		display: block;
		position: absolute;
		top: 40px;
		right: 30px;
		width: 50px;
		height: 36px;
		background: url('../images/icon-menuRD.png') no-repeat center;
	}

	.menu .logoMenu {
		left: 30px;
	}

	.menu ul {
		display: none;
	}

	.menu .ulLeft {
		width: 100%;
		height: 100vh;
		padding: 110px 0 0 0;
		background: rgba(0, 0, 0, .98);
	}

	.menu .ulRight {
		float: none;
		position: absolute;
		top: 170px;
		width: 100%;
		z-index: 5;
		height: auto;
		background: #fffffffc;
		padding-top: 0;
	}

	.menu ul li {
		display: block;
		width: 100%;
		height: auto;
		margin-bottom: 25px;
		line-height: initial;
		text-align: center;
		position: relative;
	}

	.menu ul li a {
		font-size: 20px;
		font-weight: 200;
		letter-spacing: 0.05em;
	}
}
@media (max-width: 991px) {
	/*FOOTER*/
	footer .left {
		width: 100%;
		margin: 0 0 30px 0;
		text-align: center;
	}

	footer .right .social a {
		padding: 20px;
	}

	footer .left a {
		text-align: center;
	}

	footer .left .footer-logo{
		float: none;
		margin: 0 0 30px 0;
	}

	footer .left .links {
		width: 100%;
		margin-top: 0px;
	}
	footer .right {
		width: 100%;
	}

	footer .right .links {
		width: 100%;
		text-align: center;
	}

	footer .right .credentials{
		margin-top: 40px;
		text-align: center;
	}

	footer .legalInfo br{
		display: none;
	}

	footer .legalInfo a:hover,
	footer .legalInfo a:focus{
		color: #fff;
	}
	footer .right .social {
		text-align: center;
	}

	.rightLogo {
		position: relative;
		top: inherit;
		right: inherit;
		text-align: center;
	}

}

@media (max-width: 767px) {
	footer .linksContainer {
		padding: 50px 20px;
	}

	footer .legalInfo{
		padding: 18px 30px 50px 30px;
	}
}
@media (max-width: 425px) {
	.form-detail .col{
		width: 100%!important;
	}
	h2 {
		font-size: 21px;
	}
}



.bg_shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 20%);
}


/***
MODAL
 */
.modal-content {
	border-radius: 0;
	border: 0;
}

.form-detail label, .form-detail input {
	width: 100%;
	float: left;
}
.form-detail .col {
	position: relative;
	display: inline-block;
	width: 48%;
	margin-right: 2%;
}
.form-detail .col:last-child{
	margin-right:0px

}

.form-detail .col.full {
	width: 100%!important;
	/* display: block; */
}



/****
QUI SUIS JE
 */
.quiContainer {
	max-width: 1600px;
	margin: 0 auto;
	margin-top: 94px;
	position: relative;
	display: block;
}
.content_left {
	position: relative;
	display: inline-block;
	float: left;
	width: 50%;
	min-height: 553px;
}

.content_right {
	position: relative;
	display: inline-block;
	float: left;
	width: 50%;
	min-height: 412px;
}

.content_right img, .content_left img {
	max-width: 320px;
	margin: 0 auto;
	position: relative;
	display: block;
}


span.ok {
	position: relative;
	display: block;
	width: 100%;
	color: #fff;
	background: #75e598;
	padding: 10px;
	text-align: center;
}
span.bad {
	position: relative;
	display: block;
	width: 100%;
	color: #fff;
	background: red;
	padding: 10px;
	text-align: center;
}</pre></body></html>