<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: "Righteous";
  src: url("./fonts/Righteous-Regular.tff") format("truetype");;
}

body {
	font-family: Helvetica, 'Arial', sans-serif;
}

.page{
	background-color:#3d6d84;
}

@media screen and (min-width: 1280px)
{
    .content{
		width:920px;
		background-color:darkgray;
		margin: auto;
		padding-top:30px;
	}
}

@media screen and (max-width: 1279px)
{
    .content{
		background-color:darkgray;
		margin: auto;
		padding-top:30px;
	}
}

.header{
    margin: 30px;
	margin-top: 0px;
}

.nomEdition {
	vertical-align: super;
}

.contact {
	padding: 30px;
}

.pack {
	padding: 30px;
	text-align:justify;
	font-weight: bold;
	font-size: 22px;
}

.pack-text {
	text-align:justify;
}

.pack-box {
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
	font-family: inherit;
    font-size: large;
    font-stretch: expanded;
    line-height: initial;
    word-spacing: 3px;
	max-width: 300px;
    min-width: 300px;
	margin-left: auto;
    margin-right: auto;
}

.pack-link {
	font-weight: bold;
}

.pack-image {
	margin-left: auto;
    margin-right: auto;
	display: block;
	padding-top: 30px;
	padding-bottom: 15px;
}

.pack-title {
	text-align:justify;
	font-weight: bold;
	font-size: 22px;
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
	font-family: inherit;
    font-size: large;
    font-stretch: expanded;
    line-height: initial;
    word-spacing: 3px;
	max-width: 300px;
    min-width: 300px;
	margin-left: auto;
    margin-right: auto;
}

.pack-icon{
	display:inline;
	margin: 30px;
}

.collection {
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
}

.collection table {
	width: 100%;
}


.table-benefactors-all {
	text-align:center;
}

.table-benefactors {
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	display:inline-block;
	box-shadow: 1px 1px 12px #555;
	margin-bottom: 30px;
}

.shortDesc{
	max-width: 300px;
	text-align:justify;
	padding-top: 20px;
}

.longDesc{
	text-align:justify;
	padding-top: 20px;
	font-family: inherit;
    font-size: large;
    font-stretch: expanded;
    line-height: initial;
    word-spacing: 3px;
}

.benefactor{
    text-align: center;
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 30px;
	font-family: inherit;
    font-size: large;
    font-stretch: expanded;
    line-height: initial;
    word-spacing: 3px;
	max-width: 300px;
    min-width: 300px;
	margin-left: auto;
    margin-right: auto;
}

.about {
   float: left;
   padding: 30px;
   text-align: justify;
}

.about img .moi {
   float: left;
   padding-right: 30px;
}

.twitter {
	padding-top: 20px;
}

.titreLivre {
	text-align: center;
}

.footer{
	margin-left: auto;
    margin-right: auto;
	display: block;
	padding-top: 30px;
	padding-bottom: 30px;
}

.engagement{
	margin-top: 50px;
	text-align: center;
	margin-left:30px;
	margin-right:30px;
}

.title2{
	text-align: center;
}

.relative{
	position:relative;
}

.flex-caption-title{
	position: absolute;
    width: 100%;
    padding-left: 30px;
    left: 0;
    bottom: 96px;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.3);
    line-height: 18px;
    padding-top: 30px;
}

* {
  box-sizing: border-box;
}

@import url(https://fonts.googleapis.com/css?family=PT+Sans);

html, body {
  margin: 0;
  padding: 0;
}

.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 80px;
  margin: auto;
  position: relative;
  background-color: #2c3e50;
  z-index: 7;
}

.menu li {
    float: left;
    width: 20%;
    height: 100%;
    margin: 0;
    padding: 0;
}
 
a.active {
  background-color: #053d57;
  pointer-events: none;
}

li.slider {
  width: 25%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #e74c3c;
  z-index: 8;
  transition: left .4s, background-color .4s;
}

.menu li:nth-child(1):hover {
    left: 0;
    background-color: #196d95;
}


.menu li:nth-child(2):hover {
    left: 20%;
    background-color: #196d95;
}

.menu li:nth-child(3):hover {

    left: 40%;
    background-color: #196d95;

}

.menu li:nth-child(4):hover {
    left: 60%;
    background-color: #196d95;
}

.menu li:nth-child(5):hover {
    left: 80%;
    background-color: #196d95;
}

/* flickety */
* { box-sizing: border-box; }

body { font-family: sans-serif; }

.carousel {
  background: #FAFAFA;
}

.carousel-cell {
  width: 100%;
  margin-right: 10px;
  background: #333;
}

.carousel-cell-image {
  display: block;
  max-height: 100%;
  margin: 0 auto;
  max-width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
          transition: opacity 0.4s;
}

/* fade in lazy loaded image */
.carousel-cell-image.flickity-lazyloaded,
.carousel-cell-image.flickity-lazyerror {
  opacity: 1;
}

.caption-small{ display: none; }

@media screen and (min-width: 1280px)
{
	.flex-caption {
	  position:absolute;
	  padding: 10px;
	  left: 0;
	  bottom: 0;
	  background: rgba(0,0,0,.5);
	  color: #fff;
	  text-shadow: 0 -1px 0 rgba(0,0,0,.3);
	  font-size: 18px;
	  line-height: 18px;
	  margin: 0;
	}
	.flex-caption-title2 {
	  position:absolute;
	  padding: 18px;
	  right: 0;
	  top: 0;
	  color: #fff;
	  font-size: 21px;
	  line-height: 18px;
	  margin: 0;
	}
	.menu a {
		display: flex;
		width: 100%;
		height: 100%;
		justify-content: center;
		align-items: center;
		color: #fff;
		text-decoration: none;
		position: relative;
		font-size: 18px;
		z-index: 9;
	}
}
@media screen and (max-width: 1279px)
{
	.caption-small{
		display: inline-block;
	}
	
    .caption-full-text { display: none; }
	
	.flex-caption {
	  position:absolute;
	  padding: 10px;
	  left: 0;
	  bottom: 0;
	  background: rgba(0,0,0,.5);
	  color: #fff;
	  text-shadow: 0 -1px 0 rgba(0,0,0,.3);
	  font-size: 13px;
	  line-height: 18px;
	  margin: 0;
	}

	.flex-caption-title2 {
	  position:absolute;
	  padding: 18px;
	  right: 0;
	  top: 0;
	  color: #fff;
	  font-size: 13px;
	  line-height: 18px;
	  margin: 0;
	}
	.menu a {
		display: flex;
		width: 100%;
		height: 100%;
		justify-content: center;
		align-items: center;
		color: #fff;
		text-decoration: none;
		position: relative;
		font-size: 14px;
		z-index: 9;
		font-weight:bold;
	}
}

.flex-caption-title3 {
  padding: 18px;
  right: 0;
  top: 0;
  color: #fff;
  font-size: 13px;
  line-height: 18px;
  margin: 0;
}

.collectionDesc {
	color: #f6f6f6;
    font-family: 'Orienta', sans-serif;
    font-size: 16px;
    line-height: 24px;
    max-width: 300px;
    text-align: justify;
    padding-top: 20px;
}

td {
  padding-left: 15px;
  padding-right: 15px;
}

h1 { color: #fff; font-family: 'Righteous', Helvetica, Arial, sans-serif; font-weight: normal; margin: 10px 0 20px; text-transform: uppercase; text-shadow: 2px 2px 0 #000, margin: 10px 0 24px; text-align: center; }


h2 { font-size: 30px; letter-spacing: -1px; color: #196d80; text-transform: uppercase; text-shadow: 1px 1px 0 #000, margin: 10px 0 24px; text-align: center; line-height: 50px; }


p { color: #f6f6f6; font-family: 'Orienta', sans-serif; font-size: 16px; line-height: 24px; margin: 0 0 24px;}


a { color: #196d80; text-decoration: none; text-align: right; padding: 15px; font-size: 20px; }


a:hover { color: #bcf3ff; text-decoration: blink; }
</pre></body></html>