<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*------------------------------------*\
    RESET
\*------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ 
    v2.0b1 | 201101 
    NOTE:WORK IN PROGRESS
    USE WITH CAUTION AND TEST WITH ABANDON */

html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
b,u,i,center,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary,
time,mark,audio,video{
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    font:inherit;
    vertical-align:baseline;
	vertical-align: baseline;
	box-sizing: border-box;/* Modif CL */
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-font-smoothing: antialiased; /* Modif CL */
}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section{
    display:block;
}
html{
    min-height: 100%;
}
body{
    line-height:1;
    min-height: 100%;
}
ol,ul{
    list-style:none;
}
blockquote,q{
    quotes:none;
}
blockquote:before,blockquote:after,
q:before,q:after{
    content:â€™â€™;
    content:none;
}
/* remember to define visible focus styles! 
:focus{
    outline:?????;
} */

/* remember to highlight inserts somehow! */
ins{
    text-decoration:none;
}
del, s{
    text-decoration:line-through;/* Modif CL */
}

table{
    border-collapse:collapse;
    border-spacing:0;
}




/*------------------------------------*\
    MAIN
\*------------------------------------*/

html {
	
}
body {
	color: #FFF;
	font-family: 'Signika', sans-serif;
	font-weight:300;
	font-size: 1rem;
	line-height: 1.3;
	text-align: center;
	margin: 2rem 0;
	background: #ee681f;
}
.header {
	position: relative;
	z-index: 2;
	padding-bottom: 1.8rem;
	background : url("img/hr.svg") repeat-x left bottom ;
	background-size: contain;
	max-width: 360px;
	margin: auto;
	}
}
h1 {
	font-size: 3rem;
	text-transform: uppercase;
}
h2 {
	font-size: 1.1rem;
	text-transform: uppercase;
	width: 100%;
	max-width: 360px;
	margin: auto;
}
h1 img {
	width: 100%;
	max-width: 360px;
	margin-bottom: 1rem;
}
#home .liens {
	margin:auto;
	bottom: 0;
	width: 100%;
	max-width: 360px;
	text-align: center;
	padding-top: 1.8rem;
	z-index: 2;
	padding-top: 1.8rem;
	background : url("img/hr.svg") repeat-x left top ;
	background-size: contain;
}
.liens li {
	display: inline-block;
	margin: 0 0.5rem;
}
.liens li img {
	max-width: 2.2rem;
	max-height: 2.2rem;
}
.liens li a[href="http://creativlink.fr"] img {
	max-width: 9rem;
}
#resolutions .liens {
 	position: absolute;
 	top: 2rem;
 	margin: auto;
 	width: 100%;
 	padding: 0;
	background : none;
	z-index: 2;
 }
 #resolutions .liens li img {
	max-width: 2.6rem;
	max-height: 2.6rem;
}
.calendrier {
	margin: -2rem auto 1rem auto;
	border: 0 none;
	background: url(img/sapin_petit.png) center center no-repeat;
	max-width: 450px;
	height: 533px;
	padding-top: 123px;
	position: relative;
	z-index: 1;
}
.calendrier ol {
	margin: auto;	vertical-align: bottom;
}
.calendrier li {
	display: inline;
}
.calendrier a {
	text-decoration: none;
	color: #000;
	font-weight: 600;
	display: inline-block;
	margin:0.3rem 0.1rem;
	border-radius: 50%;
	text-align: center;
	line-height: 1.8;
	
	transition: all 0.4s ease-out; 
	
	font-size: 1.1rem;
	font-weight: 600;
	width: 2.05rem; height: 2.05rem;
	margin:0.12rem 0.04rem;
	
	-webkit-box-shadow: inset 0 0 0 3px #ff6d0b;
	-moz-box-shadow: inset 0 0 0 3px #ff6d0b;
	box-shadow: inset 0 0 0 3px #ff6d0b;	
}
.calendrier a:visited {
}

.calendrier a:hover, .calendrier a:focus {
	color: #e7cfa6;
	-webkit-box-shadow: inset 0 0 0 40px black;
	-moz-box-shadow: inset 0 0 0 40px black;
	box-shadow: inset 0 0 0 40px #111111;
}
.calendrier a:active {
	color: #000;
	background: #FFF;
	-webkit-box-shadow: inset 0 0 0 0 #ff6d0b;
	-moz-box-shadow: inset 0 0 0 0 #ff6d0b;
	box-shadow: inset 0 0 0 0 #ff6d0b;
	transition:none;
}
.calendrier a[href="#"], .calendrier a[href="#"]:hover, .calendrier a[href="#"]:active, .calendrier a[href="#"]:focus {
	cursor: default;
	color: rgba(90,65,43,0.5);
	border-radius: 50%;	
	width: 2.05rem; height: 2.05rem;
	line-height: 1.8;
	-webkit-box-shadow: inset 0 0 0 0 transparent;
	-moz-box-shadow: inset 0 0 0 0 transparent;
	box-shadow: inset 0 0 0 0 transparent;
	background: none;	
}
/*
.calendrier a[href="#"], .calendrier a[href="#"]:hover, .calendrier a[href="#"]:active, .calendrier a[href="#"]:focus, .calendrier a[href="#"]:visited {
	cursor: default;
	color: #e5c795;
	text-shadow: 1px 3px 2px rgba(115,75,37,.58);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;	
	-webkit-box-shadow: inset 1px 7px 4px rgba(36,36,36,0.4);
	-moz-box-shadow: inset 1px 7px 4px rgba(36,36,36,0.4);
	box-shadow: inset 1px 7px 4px rgba(100,69,40,.58);
	border: #e0bd8a 1px;	
	width: 2.9rem; height: 2.9rem;
	line-height: 1.9;	
	background-color: rgba(197,155,93,0.4);
}
*/
.calendrier li:nth-of-type(8):after,
.calendrier li:nth-of-type(14):after,
.calendrier li:nth-of-type(19):after,
.calendrier li:nth-of-type(23):after,
.calendrier li:nth-of-type(26):after,
.calendrier li:nth-of-type(28):after,
.calendrier li:nth-of-type(30):after {
	content: "\a";
	white-space: pre;
}
#resolutions p  {
	font-size: 1.6rem;
	font-weight: 600;
	color: #fff;
	text-shadow: 1px 3px 6px rgba(19,23,27,.54);
	position: absolute;
	bottom : 2rem;
	margin: auto;
	width: 100%;
	z-index: 2;
}

.note  {
	font-size: 0.8rem;
	font-weight: 300;

}
.r24 .note  {
	font-size: 0.8rem;
	color: green;
	font-weight: 300;
	background: rgba(251,255,0,0.95);
	padding: 6px 8px;
	text-shadow: 1px 3px 6px yellow;
}

@media screen and (min-width: 451px) {
  .calendrier {
	background: url(img/sapin_moyen.png) center center no-repeat;
	max-width: 600px;
	height: 768px;
	padding-top: 164px;
	}
  .calendrier a {
	font-size: 1.5rem;
	width: 3rem; height: 3rem;
	margin:0.3rem 0.1rem;
	-webkit-box-shadow: inset 0 0 0 4px #ff6d0b;
	-moz-box-shadow: inset 0 0 0 4px #ff6d0b;
	box-shadow: inset 0 0 0 4px #ff6d0b;
	line-height: 2;
	}
	.calendrier a[href="#"], .calendrier a[href="#"]:hover, .calendrier a[href="#"]:active, .calendrier a[href="#"]:focus {
	width: 2.9rem; height: 2.9rem;
	line-height: 1.9;	
	}
	#resolutions p  {
	font-size: 2.5rem;
	}

  #resolutions .liens {
 	position: absolute;
 	top: 2rem;
 	margin-right:0;
 	width: 100%;
 	padding: 0;
	background : none;
 }
 #resolutions .liens li img {
	max-width: 3.2rem;
	max-height: 3.2rem;
	}
  #resolutions p .note  {
	font-size: 1.2rem;
}
}
@media screen and (min-width: 1000px) and (min-height:600px) {
 .header {
 	position: absolute;
 	bottom: 10rem;
 	right: 2.5rem;
 	max-width: 380px;
 }
   #home .liens {
 	position: absolute;
 	bottom: 5.5rem;
 	right: 2.5rem;
 	max-width: 380px;
 	padding: 0;
	background : none;
 }

 .liens li img {
	max-width: 2.6rem;
	max-height: 2.6rem;
}
 	h2 {
	font-size: 1.3rem;
	max-width: 380px;
	}
  h1 img {
	width: 100%;
	max-width: 380px;
	}
 .calendrier {
 margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  }
  #resolutions p  {
  font-size: 3.2rem;
  margin-bottom: 1rem;
  }
  #resolutions .liens {
 	top: 2rem;
 	 	right: 2rem;
 	width: 15rem;
 }
 #resolutions .liens li img {
	max-width: 6rem;
	}
}
@media screen and (min-width: 1600px) and (min-height:800px) {
  .calendrier {
	background: url(img/sapin_grand.png) center center no-repeat;
	max-width: 1050px;
	height: 1050px;
	padding-top: 240px;
	}
  .calendrier a {
	font-size: 2.2rem;
	width: 3.7rem; height: 3.7rem;
	margin:0.55rem 0.30rem;
	-webkit-box-shadow: inset 0 0 0 5px #ff6d0b;
	-moz-box-shadow: inset 0 0 0 5px #ff6d0b;
	box-shadow: inset 0 0 0 5px #ff6d0b;
	line-height: 1.6;
	}
	.calendrier a[href="#"], .calendrier a[href="#"]:hover, .calendrier a[href="#"]:active, .calendrier a[href="#"]:focus {
	width: 3.7rem; height: 3.7rem;
	line-height: 1.9;	
	}
	.header {
 	position: absolute;
 	bottom: 10rem;
 	right: 2.5rem;
 	max-width: 920px;
 }
	h2 {
	font-size: 1.4rem;
	width: 100%;
	max-width: 720px;
	}
  h1 img {
	width: 100%;
	max-width: 720px;
	}
  #resolutions p  {
  font-size: 4rem;
  margin-bottom: 2rem;
  }
  #resolutions .liens {
 	top: 3rem;
 	right: 2.5rem;
	}
 #resolutions .liens li img {
	max-width: 4rem;
	max-height: 4rem;
	}
}


#resolutions:after {
	height:100%; width:100%;
	background:url(img/trame.png) repeat ;
	background-size:3px 3px;
	content:" ";
	position:absolute;	top:0; left:0;
	display:block;
	z-index: 1;
}
</pre></body></html>