<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

body, html {
	font-family: 'GT-Alpina-Standard-Light', sans-serif;
	font-size: 20px;
	color:#1E1E1E;
	background-color: #FFF;
	font-weight: 400;
	min-height: 100%;
	
	text-rendering: auto;
	text-rendering: optimizeLegibility;
	text-rendering: geometricPrecision;
	font-smooth: always;
	
	font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
	
	  overflow-x: hidden;
}


body{
background-repeat: no-repeat;
background-position:top center;
	
-webkit-animation: fadein 1s; 
-moz-animation: fadein 1s; 
-ms-animation: fadein 1s; 
-o-animation: fadein 1s; 
animation: fadein 1s;	
	
}


 * {
	padding: 0px;
	margin: 0px;
}

b, strong{
	font-family: 'GT-Alpina-Standard-Light', sans-serif;
	font-weight: normal;
}





a {
	color:#1E1E1E;
	transition: color 0.5s;
	text-decoration: none;
	position: relative;
	display: inline-block;
}

.link_border a:after {
	content: '';
	border-bottom: 1px solid;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
}



a:hover{

	text-decoration:none;
}

b, strong{
		font-family: 'GT-Alpina-Standard-Light', sans-serif;
	    font-weight: 700;
}

p {
	 line-height: 1.4em;
     padding-bottom: 20px;
}




h1, h2, h3, h4, h5{ 
	font-family: 'ES Formal Extended';
	font-weight: bold;
	font-feature-settings: 'clig' 0;
	font-style: normal; 
	line-height: 1.2em;
	color: #1E1E1E;
}



h1 {
	font-size: 34px;
	padding-bottom:15px;

}




h2 {

	font-size: 24px;
	padding-bottom:15px;
}

h3{

   font-size: 24px;

}

img {
	border: 0px;
	max-width:100%;
}



table , iframe{
	width: 100%;
}

.clear {
	clear: both;
}

*:focus {
    outline: 0;
}

.myhr, hr{
	position: relative;
	width: 100% ;
	background-color: #1E1E1E;
	height: 1px;
	margin-top: 30px;
	margin-bottom: 30px;
	border: none;
}
.forcewrap {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

/*/////////////LINKS  BTN /////////*/


.link_fleche_right{
	font-family: 'ES Formal Extended';
	font-weight: bold;
	font-size: 18px;
	padding-right: 40px;
	background-image: url('/img/arrow-right.svg');
	background-position: center right;
	background-repeat: no-repeat;
}


a.btn, button, input[type=submit]{
	width: 100%;
	max-width: 330px;
	color: #FFFFFF;
	font-family: 'ES Formal Extended';
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	background-color: #1E1E1E;
	padding-top:20px;
	padding-bottom: 19px;
}


/*///////////// HOME /////////*/


.home_back_image{
	float: left;
	width:50%;
	min-height: 100vh;
	background-image: url("/img/Visuel-vacances-2025.png");
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #efefef;
    background-size: contain;
	position: relative;
}

.copyright{
	/*position: absolute;
	bottom:0px;
	left:0px;*/
	padding:10px;
	background-color: #fff;
	text-align: right;
	width:100%;
	margin-top: 20px;
	box-sizing: border-box;
}

.home_content{
	width:50%;
	min-height: 100vh;
	background-color: #FFF;
	float: right;
	text-align: center;
	padding-top: 60px;
	box-sizing: border-box;
}


#logo{
	
}


.bandeau_titre{
     background-image: url('/img/dotted.svg'),  url('/img/dotted.svg');
	background-position:top, bottom;
	background-repeat: repeat-x;
	padding: 30px 0px 36px 0px;
	margin-bottom: 40px;
	margin-top: 60px;
}

.bandeau_titre li{
	padding: 0px 25px;
}
.bandeau_titre li h1{
	font-weight: bold;
	font-size: 34px;
	padding-bottom: 0px;
	text-transform: uppercase;
}






.social_container {
    display: flex;
    justify-content: space-between;
	max-width: 330px;
	margin: auto;
	margin-bottom: 32px;
}

.social_link {
    width: 50px;
    height: 50px;
    border-top: 1px solid #1E1E1E;
    border-left: 1px solid #1E1E1E;
    border-right: 1px solid #1E1E1E;
	border-bottom: 1px solid #1E1E1E;
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: 30px;
}

.socialitems b{
	text-transform: uppercase;
	padding-right: 20px;
}


.socialitems a{
	margin: 0px 4px;
}

.texte{
	box-sizing: border-box;
	padding-left:20px;
	padding-right: 20px;
}




/*///////////// KEY /////////*/

@keyframes fadein {
 from {
opacity: 0;
}
 to {
opacity: 1;
}
}

/* Firefox &lt; 16 */
@-moz-keyframes fadein {
 from {
opacity: 0;
}
 to {
opacity: 1;
}
}

/* Safari, Chrome and Opera &gt; 12.1 */
@-webkit-keyframes fadein {
 from {
opacity: 0;
}
 to {
opacity: 1;
}
}

/* Internet Explorer */
@-ms-keyframes fadein {
 from {
opacity: 0;
}
 to {
opacity: 1;
}
}

/* Opera &lt; 12.1 */
@-o-keyframes fadein {
 from {
opacity: 0;
}
 to {
opacity: 1;
}
}



@media all and (max-width:950px){
	
	
.home_back_image{
	width: 100%;
	min-height: 60vh;
	height: 60vh;
	background-size: 100% auto;
}

.home_content{
	width: 100%;
	height: auto;
	padding-bottom: 60px;

}	
	
	
	

}

input {
	border: 1px solid #1E1E1E;
	line-height: 32px;
	margin-bottom: 20px;
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
}

/* POPUPS */

.mfp-close-btn-in .mfp-close {
	color: #1E1E1E;
}


.mfp-fade.mfp-bg {
	opacity: 0.4;
  
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	transition: all 1s ease-out;
  }
  /* overlay animate in */
  .mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
  }
  /* overlay animate out */
  .mfp-fade.mfp-bg.mfp-removing {
	opacity: 0.4;
  }
  
  /* content at start */
  .mfp-fade.mfp-wrap .mfp-content {
   visibility: hidden;
  }
  /* content animate it */
  .mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	  visibility: visible;
	  animation-name: bounceInDown;	
	  animation-duration: 1s;
	  animation-fill-mode: both;
  }
  /* content animate out */
  .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	   animation-name: bounceOutUp;	
	  animation-duration: 1s;
	  animation-fill-mode: both;
  
  }

.mfp-bg {
	background: #FFF;
}

  .modalcontent{
	background-color: #FFF;
	padding:100px;
	width:100%;
	max-width: 720px;
	box-sizing: border-box;
	position: relative;
	margin: auto;
	color: #1E1E1E;
	border: 1px solid #1E1E1E;
}

.modalcontent h1{
	font-size: 2.188em;
	line-height: 1.178em;
	margin-bottom: .5em;
}</pre></body></html>