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

:root {
  --main-bg-color: #35271C;
  --main-cont-color: #b1937b;
  --green: #c0ff73
}

/* @FONTFACE MUSEO */

@font-face {
  font-family: 'museo';
  src: url('../fonts/musan/museosans-500-webfont.eot');
  src: url('../fonts/musan/museosans-500-webfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/musan/museosans-500-webfont.woff') format('woff'),
  url('../fonts/musan/museosans-500-webfont.ttf') format('truetype'),
  url('../fonts/musan/museosans-500-webfont.svg#museosansregular') format('svg');
  font-weight: 500;
}

@font-face {
  font-family: 'museoBold';
  src: url('../fonts/musan/museosans-900-webfont.eot');
  src: url('../fonts/musan/museosans-900-webfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/musan/museosans-900-webfont.woff') format('woff'),
  url('../fonts/musan/museosans-900-webfont.ttf') format('truetype'),
  url('../fonts/musan/museosans-900-webfont.svg#museosansregular') format('svg');
  font-weight: 900;
}

body {
  color: black;
  font-family: 'museo';
  font-weight: 500;
  margin: 0;
  padding: 0;
}

strong {
  font-family: 'museoBold';
}

#fond {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99;
  background-image: url(../img/interface/fondIntroLittoral.jpg);
  background-size: cover;
  background-position: center center;
}


canvas {
  background: white;
  position: fixed;
  top: 45px;
}

#bienvenue h1,
#bienvenue h2,
#bienvenue h3 {
  font-family: 'museo';
  color: white;
}

#bienvenue h1 strong {
  color: var(--green);
}
.cred{
  display: inline-block;
}
.initiative.cred {
    position: relative;
    bottom: 33px;
    height: 29px;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    background: #253e8a;
}
.init-logo.cred img {
    height: 51px;
    border: 2px white solid;
    padding: 2px;
    background: #253e8a;
}
.init-logo{
  position: relative;
    right: 5px;
    bottom: 1px;
}
.mention {
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
}

.mention strong {
  color: var(--green) !important;
}

/* --------------------- GLOBAL CLASS ---------------------------------*/

.v-middle {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.h-middle {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

/* ---------------------ECRAN 1 : BIENVENUE ---------------------------*/

#bienvenue {
  z-index: 999;
  display: block;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  right: 0;
  height: 100%;
  text-align: center;

}

#bienvenue .select a.level {
  cursor: pointer;
  display: inline-block;
  color: var(--main-cont-color);
  transition: opacity .3s;
  padding: 20px;
}

#bienvenue .select a.level .image {
  display: block;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  transition: background-size .4s ease;
  height: 160px;
  width: 160px;
  border-radius: 150px;
  box-shadow: 0px 0px 0px rgba(192, 255, 115, 0);
  transition: background-size .4s;

}

#bienvenue .select a.level .intitule {
  color: white;
  margin-top: 20px;
  text-transform: uppercase;
  font-family: 'museoBold';
  font-size: 1.4em;
}

#bienvenue #btn1 .image {
  background-image: url(../img/interface/goeland1.jpg);
}

#bienvenue #btn2 .image {
  background-image: url(../img/interface/goeland2.jpg);
}

#bienvenue .select a.level.activ .image {
  box-shadow: 0px 0px 60px rgba(192, 255, 115, 1);
  transition: background-size .4s ease;
}

#bienvenue .select a.level.noactiv {
  opacity: .6;
  transition: opacity .3s;
}

#bievenue .envoi {
  margin-top: 30px;
}

#bienvenue button {
  cursor: pointer;

  height: 60px;
  width: auto;
  font-family: 'museoBold';
  text-transform: uppercase;
  font-size: 1.2em;
  min-width: 240px;
  border: none;
  border-radius: 6px;
  color: white;
  background: #333333;
  opacity: .5;
  visibility: hidden;
  background: -moz-linear-gradient(top, #444444 0%, #222222 100%);
  background: -webkit-linear-gradient(top, #444444 0%, #222222 100%);
  background: linear-gradient(to bottom, #444444 0%, #222222 100%);
}

#jeveuxpas {
  font-family: 'museo' !important;
  background: rgba(0, 0, 0, 0)!important;
  opacity: 0 !important;
  font-size: 1em !important;
  margin-top: 20px;
  color: #75c444 !important;
}

#jeveuxpas.appar {
  visibility: visible;
  opacity: 1 !important;

}

#bienvenue button.activ {
  transition: opacity .3s;
  opacity: 1;
  visibility: visible;
  background: #75c444;
  background: -moz-linear-gradient(top, #75c444 0%, #57a339 100%);
  background: -webkit-linear-gradient(top, #75c444 0%, #57a339 100%);
  background: linear-gradient(to bottom, #75c444 0%, #57a339 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75c444', endColorstr='#57a339', GradientType=0);
}

#bienvenue button:focus {
  outline: none;
  background: #6d5540 !important;
}

#bienvenue .select a.level:hover .image {
  background-size: 120%;
  transition: background-size .4s ease;
}

.creditAccueil {
  display: block;
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  text-align: left;
  width: 180px;
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}

.creditAccueil a {
  cursor: pointer;
  color: white;
  font-size: 0.8em;
}

.creditAccueil ul {
  margin: 0;
  padding: 0;
  background: #253e8a;
  padding-left: 15px;
}

.creditAccueil ul li {
  display: inline-block;
  list-style: none;
  vertical-align: middle;
  margin-right: 10px;
}

.creditAccueil img {
  height: 41px;
  margin-top: 1px;
}

/* ---------------------ECRAN 2 : TUTO + chargement ---------------------------*/

#introduction {
  z-index: 999;
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  right: 0;
  height: 100%;
  text-align: center;
}

#introduction h3 {
  color: white;
}

.preload {
  display: block;
  height: 0px;
  width: 0px;
}

.preload img {

  height: 1px;

}

#introduction .loader {
  margin-top: 30px;
  position: relative;
  display: block;
  width: 450px;
  height: 5px;
  border-radius: 3px;
  background: black;
}

#introduction .bar {
  display: block;
  width: 0%;
  height: 5px;
  border-radius: 3px;
  background-color: var(--green);
  box-shadow: 0px 0px 20px var(--green);
}

/*---------------------MENU TOP ------------------------*/

#menu-top {
  /*z-index: 99999;*/
  display: block;
  position: fixed;
  height: 45px;
  width: 100%;
  top: 0;
  left: 0;
  background-image: url(../img/interface/fond_head.png);
  background-repeat: repeat-x;
  background-size: contain;
  text-align: right;
}

.top-left {
  width: 200px;
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
  float: left;
}

.top-left a {
  cursor: pointer;
  color: white;
  font-size: 0.8em;
}

.top-left ul {
  margin: 0;
  padding: 0;
  background: #253e8a;
  padding-left: 15px;
}

.top-left ul li {
  display: inline-block;
  list-style: none;
  vertical-align: middle;
  margin-right: 10px;
}

.top-left img {
  height: 45px;
}

.top-right {
  float: right;
}

#menu-top .btn-top {
  display: inline-block;
  font-family: 'museoBold';
  text-decoration: none;
  padding: 10px;
  color: white;
  margin-right: 10px;
  cursor: pointer;
}

#menu-top .btn-top img {
  max-height: 18px;
  position: relative;
  top: 3px;
  margin-left: 5px;
}

/*---------------------POPIN SON---------------------*/

#popSon {
  z-index: 99999;
  display: none;
  opacity: 0;
  position: absolute;
  top: 90px;
  left: 50px;
  background: white;
  border-radius: 10px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, .3);
  width: 220px;
  height: 60px;
}

.son-content {
  display: inline-block;
  vertical-align: middle;
  height: 60px;
}

.son-content:first-child {
  width: 30%;
}

.son-content:last-child {
  width: 60%;

}

.son-content:last-child p {
  font-size: 1.2em;
  margin: 0;
  font-family: 'museoBold';
  position: relative;
  top: 18px;
  color: #93cf4a;

}

.textOff p {
  color: #AAA !important;
}

#sonOn,
#sonOff {
  position: absolute;
  top: 10px;
  left: 18px;
}

#sonOff {
  display: none;
}

#sonOn img,
#sonOff img {
  width: 40px;
}

/*--------------------- POPUP ------------------------*/

.fondNoir {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  right: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.popup {
  z-index: 999999;
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  right: 0;
  height: 100%;
}

.closeBtn {
  cursor: pointer;
  position: absolute;
  right: -33px;
  top: -33px;
  padding: 20px 21px 17px 21px;
  border-radius: 60px;
  background: black;
  z-index: 9999;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
}

.closeBtn img {
  width: 25px;
}


#popupEnd {
  min-width: 750px;
}

#popup .v-middle {

  top: 55% !important;

}

#titre {
  margin-bottom: 25px;
  border-bottom: 2px solid #DCDCDC;
}

#popup .elts {
  padding-bottom: 25px;
  border-bottom: 2px solid #DCDCDC;
}

.titre h1 {
  margin-top: 0px;
}

.titre h1 strong {
  font-family: 'museoBold';
}

#popup .textImage {
  display: inline-block;
  vertical-align: top;
}

#popup .textImage:first-child {
  width: 27%;
}

#popup .textImage:first-child img {}

#popup .elts {
  position: relative;
}

#popup .textImage.contenu {
  width: 72%;
  text-align: justify;
  line-height: 1.4em;
}

#popup .textImage.contenu p {
  margin: 0;
  padding: 0;
}



#popupLink .popupEnd-content {
  min-width: 940px !important;
}

#popupLink .popupEnd-content h1 {
  text-align: left;
  font-size: 1.4em;
}

#popupLink .popupEnd-content ul {
  margin: 0;
  padding: 0;
}

#popupLink .popupEnd-content ul li {
  text-align: left;
  list-style: none;
  margin-bottom: 10px;
}

#popupLink .popupEnd-content ul li a {
  padding: 12px 12px;
  font-size: 0.9em;
  display: inline-block;
  text-decoration: none;
  color: white;
  background: #75c444;
  background: -moz-linear-gradient(top, #75c444 0%, #57a339 100%);
  background: -webkit-linear-gradient(top, #75c444 0%, #57a339 100%);
  background: linear-gradient(to bottom, #75c444 0%, #57a339 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75c444', endColorstr='#57a339', GradientType=0);
  border-radius: 4px;
}

#popupLink .popupEnd-content ul li a img {
  height: auto;
  max-width: 12px;
  margin-right: 10px;
}

.fille2 {
  max-height: 387px;
  top: 14px !important;
}


#popup .popup-content,
#popupEnd .popupEnd-content,
#popupLink .popupEnd-content,
#popupCredit .popupCredit-content,
#help .help-content,
#closer .closer-content {
  position: absolute;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  z-index: 999;
  min-height: 290px;
  min-width: 630px;
  transform: translate(-50%, -50%);
  display: inline-block;
  padding: 50px;
  color: black;
  background-color: white;
  box-shadow: 0px 0px 160px rgba(0, 0, 0, .5);

}

#popupCredit .popupCredit-content {
  min-width: 800px;
  z-index: 99999;
}

#backCredit {
  background-color: rgba(0, 0, 0, 0.6);
}

#popupEnd2 .popupEnd-content {
  position: absolute;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  z-index: 999;
  min-height: 290px;
  min-width: 940px;
  transform: translate(-50%, -50%);
  display: inline-block;
  padding: 50px;
  color: black;
  background-color: white;
  box-shadow: 0px 0px 160px rgba(0, 0, 0, .5);

}

#popup .popup-content p,
#popupEnd .popupEnd-content p,
  {

  text-align: justify;
  line-height: 1.4em;
}

.btnSon {
  cursor: pointer;
  padding: 15px 20px;
  border-radius: 10px;
  color: white;
  font-family: 'museo';
  margin-top: 25px;
  font-size: 1.2em;
  width: 100%;
  text-align: center;
  outline: none;
  border: none;
  background: #75c444;
  background: -moz-linear-gradient(top, #75c444 0%, #57a339 100%);
  background: -webkit-linear-gradient(top, #75c444 0%, #57a339 100%);
  background: linear-gradient(to bottom, #75c444 0%, #57a339 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75c444', endColorstr='#57a339', GradientType=0);
}

.btnSon.joue {

  background-color: #CFCFCF;
  background: -moz-linear-gradient(top, #CFCFCF 0%, #C6C6C6 100%);
  background: -webkit-linear-gradient(top, #CFCFCF 0%, #C6C6C6 100%);
  background: linear-gradient(to bottom, #CFCFCF 0%, #C6C6C6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#CFCFCF', endColorstr='#C6C6C6', GradientType=0);

}

.goExt {
  text-decoration: none;
  background-color: #6b5340;
  background: -moz-linear-gradient(top, #6b5340 0%, #594332 100%);
  background: -webkit-linear-gradient(top, #6b5340 0%, #594332 100%);
  background: linear-gradient(to bottom, #6b5340 0%, #594332 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b5340', endColorstr='#594332', GradientType=0);

}

.btnSon img {
  max-height: 25px;
  margin-right: 15px;
}

.btnSon span {
  position: relative;
  bottom: 5px;
}

.isLeft,
.isRight {
  display: inline-block;
  vertical-align: bottom;
}

.isLeft {
  width: 30%;
}

.isRight {
  width: 67%;
}

.isLeft img {
  position: relative;
  top: 54px;
}

#popupEnd2 .popupEnd-content {

  text-align: center;
}

.isLeft-50,
.isRight-50 {
  display: inline-block;
  vertical-align: top;
  width: 49%;
}

.btnFin {
  display: inline-block !important;
  width: auto;
  margin: 0px 5px;
  margin-top: 0;
}

.credit {
  border-top: 1px solid #CCC;
  padding-top: 20px;
  margin-top: 40px;
}

.isLeft-50 p,
.isRight-50 p {
  text-align: left;
  font-size: 0.8em;
  line-height: 1.6em;
  max-width: 95%;
  color: #999;
}

.logos {
  margin-top: 20px;
}

.isLeft-50 a,
.isRight-50 p a {
  color: var(--main-bg-color);
}

.fin, .terrain {
  display: none !important;
}

.fin.thisisend {
  display: inline-block !important;
}
.terrain.ok{
  display: inline-block !important;
}

#portrait {
  z-index: 9999999;
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  right: 0;
  height: 100%;
  background-color: black;
  text-align: left;
}

#portrait p {
  color: white;
  text-align: center;
}

/*--------------------- POPUP HELP ------------------------*/

.help1,
.help2 {
  display: inline-block;
}

.help1 img,
.help2 img {
  width: 260px;
}

#help .help-activ {
  position: absolute;
  bottom: 15px;
  transform: translateX(-50%);
  width: 100%;
  left: 50%;
  border-top: 2px #DCDCDC solid;
}

#help h2 {
  font-size: 2em;
  color: #35271C !important;
  font-family: 'museoBold';
  margin-top: 0;
}

#help .help-content {
  min-height: 330px;
  min-width: 650px;
  text-align: center;
}

/*--------------------- POPUP HELP ------------------------*/

#closer h2 {
  font-size: 2em;
  margin-top: 0;
  color: #35271C !important;
  font-family: 'museoBold';
}

#closer button {
  margin-top: 30px;
  height: 60px;
  font-family: 'museoBold';
  text-transform: uppercase;
  font-size: 1.2em;
  width: 240px;
  border: none;
  border-radius: 6px;
  color: white;
  cursor: pointer;
  outline: none;
}

#closer #close-oui {
  background: #d6542c;
  background: -moz-linear-gradient(top, #d6542c 0%, #d31c00 100%);
  background: -webkit-linear-gradient(top, #d6542c 0%, #d31c00 100%);
  background: linear-gradient(to bottom, #d6542c 0%, #d31c00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6542c', endColorstr='#d31c00', GradientType=0);
}

#closer #close-non {
  background: #75c444;
  background: -moz-linear-gradient(top, #75c444 0%, #57a339 100%);
  background: -webkit-linear-gradient(top, #75c444 0%, #57a339 100%);
  background: linear-gradient(to bottom, #75c444 0%, #57a339 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75c444', endColorstr='#57a339', GradientType=0);
}

#closer .closer-content {
  min-height: 200px;
  min-width: 490px;
  text-align: center;
}


/* ---------------------ECRAN 2 : TUTO + chargement ---------------------------*/

.morehelp {
  display: inline-block;
}

.morehelp p {
  font-size: 1.3em;
  font-family: 'museoBold';
}

.wrapper {
  cursor: pointer;
  position: relative;
  top: 20px;
  margin-left: 20px;
  width: 100px;
  height: 55px;
  background: #F1F1F1;
  -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  border-radius: 75px;
}

.wrapper .toggle--handler {
  background: -webkit-gradient(linear, left top, left bottom, from(#2f2419), to(#1f1710));
  background: linear-gradient(to bottom, #2f2419, #1f1710);
  width: 50px;
  height: 50px;
  display: block;
  -webkit-box-shadow: 0px 5px 40px rgba(245, 81, 95, 0.8);
  box-shadow: 0px 5px 40px rgba(245, 81, 95, 0.8);
  border-radius: 60px;
  margin: 2.5px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.wrapper .toggle--handler:before {
  content: "";
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  border-radius: 60px;
  background-image: url('data:image/svg+xml;utf8,&lt;svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"&gt;&lt;title&gt;assets/icons/cross&lt;/title&gt;&lt;g fill="none" fill-rule="evenodd"&gt;&lt;path d="M0 0h24v24H0z"/&gt;&lt;path d="M0 0h24v24H0z"/&gt;&lt;path d="M13.414 11.96l6.546-6.546L18.545 4 12 10.545 5.455 4 4.04 5.414l6.546 6.546-6.89 6.89 1.414 1.413 6.89-6.89 6.89 6.89 1.414-1.414-6.89-6.89z" fill="#FFF"/&gt;&lt;/g&gt;&lt;/svg&gt;');
  -webkit-transition: all 200ms;
  transition: all 200ms;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}

.wrapper:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80px;
  height: 2px;
  background: #E5E5E5;
  pointer-events: none;
}

input {
  position: absolute;
  left: -999em;
}

input:checked + .toggle .toggle--handler {
  -webkit-transform: translateX(44px);
  transform: translateX(44px);
  background: -webkit-gradient(linear, left top, left bottom, from(#6ec538), to(#58a926));
  background: linear-gradient(to bottom, #6ec538, #58a926);
  -webkit-box-shadow: 0px 5px 40px rgba(88, 169, 38, 0.6);
  box-shadow: 0px 5px 40px rgba(88, 169, 38, 0.6);
}

input:checked + .toggle .toggle--handler:after {
  opacity: 1;
}

input:checked + .toggle .toggle--handler:before {
  background-image: url('data:image/svg+xml;utf8,&lt;svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"&gt;&lt;title&gt;assets/icons/cross copy&lt;/title&gt;&lt;g fill="none" fill-rule="evenodd"&gt;&lt;path d="M0 0h24v24H0z"/&gt;&lt;path d="M0 0h24v24H0z"/&gt;&lt;path fill="#FFF" d="M8.293 16.707l.707.707.707-.707 11-11-1.414-1.414-11 11h1.414l-4-4-1.414 1.414z"/&gt;&lt;/g&gt;&lt;/svg&gt;');
  z-index: 5;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}
</pre></body></html>