<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	height:100vh;
	max-width: 100%;
    overflow-x: hidden;
}


body {
	
	background-color: #ef7b10 !important;
	background-image: url('img/background_v1.png');

	background-position: bottom center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
	background-attachment: fixed;
		
	font-family: 'Ecoconso',Arial,sans-serif;
	font-size:18px;
	line-height:24px;
	color: white;
	
}

p {
	font-family: 'Ecoconso',Arial,sans-serif;	
	line-height: 1.3em;
	margin-bottom: 0.7em;
}

h1 {	
	font-size:33px;
	line-height:42px;
}

h2 {	
	font-size:24px;
	line-height:32px;
}


.sticky {
	/* top:100px; */
}

.fixed {
	/* position:fixed; */
}


.onlyformobile {
	display:none;
	
}

.container {
	width:100%;
}


.column { 
	width:50%;
	float:left;
	padding-right:60px;

	
}



.ecoconso-header {
	background-color: #fff;
	width:100%;
	height: 100px;
	display: flex;
	margin: auto;
	vertical-align: middle;
	padding-left:30px;
}

	.ecoconso-header a {
		margin: auto 0; /* Important */	
		color: #000;
		font-size: 14px;
	}





#campaign-header {	
	height:100vh;
	margin:0px;
	padding:50px;	
}

	#campaign-intro {
		

	}
	
	#anchorlinks {
		margin-top:60px;
	}
	
		#anchorlinks h2 {
			margin-bottom:30px;
		}


		a.button {
			display:block;			
			height:auto;			
			
			color:#000;			
			
			text-decoration:none;
			text-align:center;
			
			transition: transform .2s; /* Animation */
			
			border:solid 5px #fff;
			-webkit-border-radius: 20px;
			-moz-border-radius: 20px;
			border-radius: 20px;
			background-color: rgba(255, 255, 255, 1);	
			
			float:left;
			margin:0px 14px 14px 0px;		
			padding:10px;
			font-size:16px;
			
			width:28%;
		}
		
		a.button:hover {
			transform: scale(1.05); 
			cursor: pointer;	
			background-color: rgba(253, 195, 0, 1);		
		}
		
		
		.btn-type1 {		
			border:solid 5px #fff;
			-webkit-border-radius: 20px;
			-moz-border-radius: 20px;
			border-radius: 20px;
			background-color: rgba(255, 255, 255, 1);	
			
			float:left;
			margin:0px 14px 14px 0px;		
			padding:10px;
			font-size:16px;
			
			width:28%;
			
		}
		
		.btn-type1:hover {		
			background-color: rgba(253, 195, 0, 1);		
		}
		
		
		a.btn-type2 {	
			display:block;			
			height:auto;
			
			width:fit-content;
			
		
			border:solid 5px #fff;
			-webkit-border-radius: 20px;
			-moz-border-radius: 20px;
			border-radius: 20px;
			background-color: rgba(255, 255, 255, 1);	
			margin-top:40px;
			
			padding:15px;


			
			color:#000;			
			
			text-decoration:none;
			text-align:center;
			
			transition: transform .2s; /* Animation */

		}
		
		a.btn-type2:hover {		
				background-color: rgba(253, 195, 0, 1);
				transform: scale(1.05); 
			cursor: pointer;
		}

#campaign-animation {	
	width: 40%;
	/* height: 100vh; */
	position: fixed;
	bottom:0px;
	margin-left: -15%;
	transform: translate(25%, 0);
	
	z-index:-1;
}

#campaign-title {	
	display: block;
	margin-bottom: 50px;
}

	#campaign-intro, .customContent, #campaign-footer {

	}	

	#campaign-title h1, #campaign-title h2, #campaign-footer h2 {
		margin:0px 0px 30px 0px;
	}


		.rubrique {			
			width:100%;
			margin:75px 0px;
			
			border:solid 5px white;
			-webkit-border-radius: 20px;
			-moz-border-radius: 20px;
			border-radius: 20px;
			padding:30px;
			background-color: rgba(63, 14, 79, .8);
			
			color:#fff;

			/* transition: transform .2s; */ /* Animation */			
			
		}
		
		





#customContainer {	
	width: 100%;
	padding:0px 50px 0px 50px;
}

	.customContent {
		
	}


		.customContent h2 {
			font-size:28px;
			line-height:36px;
			margin:0px 0px 30px 0px;
			text-align: center;
			
			padding: 20px 0px;
					
		}
		
			.customContent h2 .maxi{
				font-size:1.2em;
				line-height:1.5em;
			}
		.customContent li {	
			margin:0 0 20px 0;
		}

#campaign-footer {
	padding:50px 30px 0px 30px;
	margin-top:550px;
	/* background:#EA6F23; */
	background:#622342;
	border-top: solid 1px #fff;
}


	#campaign-footer .column	{

	}

	#campaign-footer .verticalspacer {
		height:50px;
		clear:both;			
	}
	
	#campaign-footer p a {
		color: #000;
		padding: 0px 6px;
		text-decoration:none;
		transition: transform .2s; /* Animation */
	}

		#campaign-footer p a:link {
			background-color: #fff;
		}

		#campaign-footer p a:hover {
			background-color: #FDC300;
		}
	
	#campaign-footer img {
		margin:20px 20px 20px 0px;
		border-radius: 50px;
			
	}
	
	#campaign-footer a img:hover{
		background-color: #FDC300;
	}
	
@media only screen and (max-width: 868px) {
	
	.hideformobile {
		display:none;
	}	
	
	.onlyformobile {
		display:block;
		
	}
	
	/* For mobile phones: */
	[class="column"] {
		width: 100%;
		
		padding-left:20px;
		padding-right:20px;
		padding-bottom:50px;
		
	}

	[class="rubrique"] {
		width: 100%;
		margin: 20px;
	}
  
	.rubrique {
		width: 100%;
		margin: 0px;
		margin-bottom: 20px;
		
	}
	
	.btn-type1 {	
		width:100%;
	}

  
	#campaign-header {
		padding: 0px;
		height:200vh;
	}
  
	#campaign-title h1 {
	  text-align:center;
	}


/*
	#campaign-animation {	
		width: 40%;
		height: auto;
		margin-left: -18%;
		margin-bottom: 30px;
	}
*/
	
	#customContainer {
		padding:0px;
	}
	
	
	#campaign-footer .column	{
		padding-bottom: 50px;
		border-bottom: solid 1px #fff;
	}
	
	
	
	
}



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