<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */


.top-bar{
	background-color:#162347;
	padding:10px 0;
	color:white;
}
.top-bar a{
	color:white;
}


.arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(50%, 50%);
    transform: rotate(0deg);
    cursor: pointer;
}

.arrow span {
    display: block;
    width: 3.5vw;
    height: 3.5vw;
    border-bottom: 5px solid white;
    border-right: 5px solid white;
    transform: rotate(45deg);
    margin: 0px;
    animation: animate 2s infinite;
}

@keyframes animate {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-10px, -10px);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: rotate(45deg) translate(10px, 10px);
    }
}




#chevron-up-mobile {
	width: 35px;
}

#bar-toggle-checkbox {
	position: absolute;
	left: -100vw;
}

#bar-toggle-checkbox~label {
	position: absolute;
	z-index: 2;
	top:800px;
	left: 45%

}


#bar-toggle-checkbox~label {
	transition: transform .8s, left .8s;
}

#bar-toggle-checkbox:checked~label {
	transform: rotate(180deg);
}

#bar-toggle-checkbox~#bar-left {
	clip-path: inset(0 0 57% 0);
	transition: clip-path .8s;
}

#bar-toggle-checkbox:checked~#bar-left {
	clip-path: inset(0 0 0 0);
}




@media (min-width: 767px) {
	
	

.arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(50%, 50%);
    transform: rotate(-90deg);
    cursor: pointer;
}

.arrow span {
    display: block;
    width: 1.5vw;
    height: 1.5vw;
    border-bottom: 5px solid white;
    border-right: 5px solid white;
    transform: rotate(45deg);
    margin: -10px;
    animation: animate 2s infinite;
}

@keyframes animate {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-10px, -10px);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: rotate(45deg) translate(10px, 10px);
    }
}



	#chevron-up-mobile {
	width: 50px;
}
	
#bar-toggle-checkbox {
	position: absolute;
	left: -100vw;
}

#bar-toggle-checkbox~label {
	position: absolute;
	z-index: 2;
	top: 440px;
	left:45%;
}

#bar-toggle-checkbox~label {
	transition: transform .8s, left .8s;
}

#bar-toggle-checkbox:checked~label {
	transform: rotate(180deg);
}

#bar-toggle-checkbox~#bar-left {
	clip-path: inset(0 0 77% 0);
	transition: clip-path .8s;
}

#bar-toggle-checkbox:checked~#bar-left {
	clip-path: inset(0 0 0 0);
}
}


@media (min-width: 992px) {
	#bar-toggle-checkbox~#bar-left {
		clip-path: inset(0 65% 0 0);
	}

	#bar-toggle-checkbox:checked~#bar-left {
		clip-path: inset(0 0 0 0);
	}

	#bar-toggle-checkbox~label {
		top: 46%;
		right: unset;
	}

	#bar-toggle-checkbox~label {
		left: 29%;
	}

	#bar-toggle-checkbox:checked~label {
		left:93%;
	}
}

@media (min-width: 1200px) {
	#bar-toggle-checkbox~#bar-left {
		clip-path: inset(0 63% 0 0);
	}

	#bar-toggle-checkbox:checked~#bar-left {
		clip-path: inset(0 0 0 0);
	}

	#bar-toggle-checkbox~label {
		top: 46%;
		right: unset;
	}

	#bar-toggle-checkbox~label {
		left: 27%;
	}

	#bar-toggle-checkbox:checked~label {
		left: 79%;
	}
}

body h1, body h2, body h3{
	font-family: 'Playfair Display', serif;
	/*overflow: hidden;*/
}

h3{
	font-weight:400;
	font-size:40px;
	line-height:1.5;
}
h4{
	font-weight:400;
	font-size:14px;
	letter-spacing: 5px;
	text-transform:uppercase;
	font-family: 'Catamaran', sans-serif;
	line-height:1.2;
}
p, a, span {
	font-family: 'Catamaran', sans-serif;
	font-weight:400;
	line-height:30px;
	letter-spacing:1px;
	font-size:16px;
}

.wrapper,
.section {
	margin: 0 !important;
	padding: 0 !important;
	background-image: url("img/IMG_0110-2.jpg");
	background-position: 40% center;
	background-repeat: no-repeat;
	background-size: cover
}

.section {
	min-height: 80vh !important;
}

@media (min-width: 992px) {
	
.section {
	background-image: url("img/IMG_0112-3.jpg");
}
	.main {
		min-height: 100%;

	}
	.main .row{
		padding:10px 0 20px 0;
	}
}

#bar-left {
	background-image: url("img/Wooden.jpg");
	box-shadow: 1px 0px 15px 0px #111;
	color: #fff;
}



.logo-wrap img {
	width: 100%;
	opacity: 0.9;
	margin: 40px auto 50px auto;
	padding-left: 1.75rem;
}



@media (min-width: 992px) {
	.logo-wrap img {
		width: 80%;
	}
	
.logo-wrap img {
	width: 90%;
	opacity: 0.9;
	margin-top:10px;
	padding-left:0;
}
#left-container{
	max-width:40%;
	margin:0;
}
}

p.adresse {
	color: #fff;
	font-size: 0.8rem;
	line-height:2;
	text-align:center;
}

@media (min-width: 992px) {
	p.adresse {
		margin:0px;
		font-size: 1rem;
		line-height:2;
		text-align:left;
	}
}

.section a {
	color: #CBAD88;
	transition: color 0.1s ease-in;
	text-decoration: none;
	fill:#CBAD88;
}

.section a label{
	padding-left:10px;
}

.section a:hover {
	color: #fff;
	fill:#fff;
}

.top-bar svg path{
	color: #fff;
	fill:#fff;
}

.top-bar label{
	padding-left:10px;
}

svg path:hover{
	
}



@media (min-width: 992px) {
	.textbox {
		background: none;
		padding-right:70px;
	}

.top-right-row{
	margin-top:10px;
	margin-left:0px;
}

.bottom-right-row{
	margin: 0px 0 0 0;
}
.bottom-left-row{
	margin: 0px 0 0 30px;
}
.bottom-right-row .row .col-md-6{
		margin-bottom:10px;
	}
.bottom-right-row{
	padding: 0px 0px;
}
	.bottom-right-row{
	padding: 0px 30px 30px 0px;
}

}

.bg-footer {
	background-color: #fdd8aa;
	color: #fff;
}



@media (max-width:992px){
.bottom-right-row{
	margin: 0 0 10px 0;
}
	.bottom-left-row{
	margin-bottom: 150px}
#contact-head{
	display:none;
	}
.bottom-right-row{
	padding: 30px 0px 30px 0px;
	
}
#right-container row{
	margin-right:-25px;
}	
	
	.top-bar{
		text-align: center;
}
	
	


}

.member-col{
	margin:0 0px 30px 0;
}




.top-right-row{
	padding: 0px 0px 30px 0;
}



.form-control:focus {
	color: #fff;
	/* background-color: #fff; */
	background:transparent;
	border-color: rgb(171, 141, 104);
	outline: 0;
	box-shadow: 0 0 1rem 0.25rem rgba(250, 224, 195, 0.15);
}
.form-control {
	color: #DFDFDF;
	/* background-color: #fff; */
	background:transparent;
	border-color: rgb(203, 173, 136);
	outline: 0;
	box-shadow: 0 0 1rem 0.25rem rgba(250, 224, 195,0.15);
	margin: 10px 5px 15px 5px;
}

.highlight{
	display:none;
	margin-bottom:-30px;
}
hr{
	width:40px;
	height:3px !important;
	color:#fff;
	opacity:1;
}

.btn{
	color:#fff;
	border-color:#fff;
	margin-bottom:20px;
}
.btn:hover{
	color:rgb(203, 173, 136);
	border-color:rgb(203, 173, 136);
}


.row.justify-content-end, .row.main{

	margin-right:0;
}</pre></body></html>