@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');
* {
	margin: 0;
	padding: 0;
}
html {
	  scroll-behavior: smooth;
}
body {
	font-family: 'Poppins', sans-serif;
	background: #222;
	color: #fff;
  overflow-x: scroll;  
}

.paysage {
	background-image: url(paysage.png);
	background-size: cover;
	z-index: 1;
	width: 10000px;
	height: 300px;
	overflow-y: hidden;
  overflow-x: auto;
  position: relative;
}
.logo {
	position: fixed;
	-webkit-backface-visibility: hidden; 
	width: 250px;
	height: 250px;
	left: 30px;
	top: 50px;
	background-image: url(chevalbleu_galop_b.gif);
	background-size: cover;
	mix-blend-mode: multiply;
	z-index: 100;
}

.flip {
	background-image: url(chevalbleu_cabre_b.gif);
}
header {
	padding: 48px 18px 18px;
	position: fixed;
	-webkit-backface-visibility: hidden; 
	left: 30px;
	top: 300;
	width: 100vw;
	max-width: 390px;
	z-index: 8;
}

h1 {
	font-size: 36px;
	line-height: 39px;
	margin-bottom: 48px;
}

.presentation {
	position: absolute;
	float:left;
	left: 450px;
	top: 436px;
	margin-top: 36px;
	width: 7500px;
	z-index: 10;
	margin-right: 150px;
	pointer-events: none;
}
.fin, .debut {
	position: relative;
}

.debut::before {
	content:" ";
	display:block;
	background-image: url(degrade.gif);
	transform: rotate(180deg);
	width: 150px;
	height: 100%;
	position: absolute;
	top: 0;
	left: -149px;
}

.fin::after {
	content:" ";
	display:block;
	background-image: url(degrade.gif);
	width: 150px;
	height: 100%;
	position: absolute;
	top: 0;
	right: -149px;
}

.presentation p, ul.resume {
	pointer-events: auto;
	display: block;
	width: 80vw;
	padding: 18px 144px 18px 48px;
	max-width: 450px;
	float: left;
	background: #222;
	position: relative;
}

address {
	padding: 0;
	font-size: 20px;
	line-height: 28px;
	font-weight: normal;
	font-style: normal;
	color: #bdbdbd;
}

ul.resume li {
	display:inline-block;
	font-size: 13px;
	line-height: 26px;
	margin-right: .4rem;
}
ul.resume li::before {
	content: "| ";
	color: #bdbdbd;
	margin-right: .1rem;
}

ul.resume li.bouton {
	display : block;
	font-size: 16px;
	margin-top: 34px;

}
ul.resume li.bouton::before {
	content= " ";
	display: none;
}

ul.resume li.bouton a {
	padding: 4px 6px 4px 4px;
	border: 2px solid #bdbdbd;
	text-transform: uppercase;
	letter-spacing: .1em;
	border-radius: 4px;
	margin-right: 12px;
	line-height: 48px;
/*	color: #a6a7a7 !important;*/

}

ul.resume li.bouton span {
}

#fediverse, #linkedin, #pixelfed {
	border: 0;
	padding: 0;
}
#fediverse::before, #linkedin::before, #pixelfed::before {
	content: " ";
	height: 36px;
	width: 36px;
	top: 12px;
	
	margin-right: 0;
	background-image: url(mastodon.svg);
	background-size: cover;
	background-position: center center;
  background-repeat: no-repeat;
}
#linkedin::before {
	background-image: url(linkedin.svg);
}
#pixelfed::before {
	background-image: url(pixelfed.svg);
}




ul.resume li.bouton a::before {
	content: url(pdf.svg);
	display: inline-block;
	height : 20px;
	width: 30px;
	margin-right: 4px;
	position: relative;
	top: 2px;
}

.presentation p {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 16px;
	color : #bdbdbd;
}
/*.presentation p a {
	color : #d7d9d9 !important;
}*/

b {
	color : #fff;
	font-weight: normal;
}

/*.presentation p.ateliers {
	color: #;
}
*/
.presentation p.action {
	padding-right : 96px;
	max-width: 225px;
	font-size: 20px;
	line-height: 26px;
	margin-top: 23px;
}

a {
	transition: all .5s ease-out;
	text-decoration: underline 2px #666;
}
a:hover {
	text-decoration: underline 2px #222;
	cursor: pointer;
}

address a, .action a, ul.resume li.bouton a {
	text-decoration: none !important;
}
/*address a:hover, .fin a:hover, li.bouton a:hover {
	color: #fff !important;
}*/
.rose{
	color : #FFF !important;
}
.jaune{
	color : #FFF !important;
}
.bleu{
	color : #bdbdbd !important;
}
.blanc{
	color : #FFF !important;
}

span.blockspam {
  display: none;
}

.icon::before {
	content: url(location.svg);
	display: inline-block;
	height : 20px;
	width: 20px;
	margin-right: 4px;
}

.presentation .action a:before {
	content: "✎";
	margin-right: 12px;
	margin-left: -1.4em;
	font-size: 100%;
	text-decoration: none;
	color : #bdbdbd;
}

/*a.lien:after {
	content: " ";
	display: inline-block;
	height: 12px;
	width: 12px;
	
	margin-left: 2px;
	background-image: url(link3.svg);
	background-size: cover;
	background-position: center center;
  background-repeat: no-repeat;
  line-height: 0;
		
	
}*/

#rss-feeds {
	background: #222;
	min-width: 505px;
  min-height: 402px;
	display: inline-block;
	padding: 18px 36px;
	position: relative;
}

#rss-feeds li {
	pointer-events: auto;
	display: block;
/*	width: 80vw;*/
	padding: 18px 0 18px 73px;
	max-width: 450px;
	float: left;
	position: relative;
}

#rss-feeds li a {
	display: inline-block;
	width: 100%;
}

#rss-feeds img {
	object-fit: cover;
  width: 360px;
  height: 360px;
  border-radius: 18px;
 
  transition: border-radius ease-out .2s;
}

#rss-feeds a:hover img {
  border-radius: 0px;
}

#rss-feeds .legende {
	position: absolute;
	bottom: 0;
	left: 109px;
	width: auto;
	pointer-events: auto;
	font-size: 13px;
	color : #bdbdbd;
}

#rss-feeds .legende a {
	text-decoration: none;
}


::selection {
  background-color: #rgba(255,255,255,0);
  color: #00B1FF;
}

@media screen and (max-width: 840px),
screen and (max-height: 1000px) {
	 .paysage {
		height: 210px;
		overflow-y: hidden;
	  overflow-x: auto;
	}
	.logo {
		width: 200px;
		height: 200px;
		top: 10px;
	}
	header {
	  	left: 10px;
	    top: 190px;
	}
	h1 {
		font-size: 30px;
		line-height: 32px;
		margin-bottom: 34px;
	}
	.presentation {
		top: 310px;
	}
	 #rss-feeds {
		min-width: 35vh;
	  min-height: 35vh;
	}
	#rss-feeds img {
	  width: 30vh;
	  height: 30vh;
	 }
	 #rss-feeds li {
		padding: 18px 0 18px 48px;
	}
	#rss-feeds .legende {
		left: 84px;

	}

}

@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}