/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 5, ../../../../../../../var/lib/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
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, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../var/lib/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../var/lib/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../var/lib/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../var/lib/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../var/lib/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../var/lib/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../var/lib/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../var/lib/gems/2.7.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@font-face {
  font-family: 'allerbold';
  src: url("../fonts/aller_bd-webfont.eot");
  src: url("../fonts/aller_bd-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/aller_bd-webfont.woff2") format("woff2"), url("../fonts/aller_bd-webfont.woff") format("woff"), url("../fonts/aller_bd-webfont.ttf") format("truetype"), url("../fonts/aller_bd-webfont.svg#allerbold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'allerregular';
  src: url("../fonts/aller_rg-webfont.eot");
  src: url("../fonts/aller_rg-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/aller_rg-webfont.woff2") format("woff2"), url("../fonts/aller_rg-webfont.woff") format("woff"), url("../fonts/aller_rg-webfont.ttf") format("truetype"), url("../fonts/aller_rg-webfont.svg#allerregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 36, ../sass/screen.scss */
html {
  height: 100%;
}

/* line 40, ../sass/screen.scss */
body {
  height: 100%;
  position: relative;
  font-family: "allerregular";
}

/* line 46, ../sass/screen.scss */
.clr {
  clear: both;
}

/* line 53, ../sass/screen.scss */
#menu-primary #home {
  width: 140px;
  float: left;
}
/* line 57, ../sass/screen.scss */
#menu-primary #home a {
  display: block;
  color: #003538;
  background: #003538 center center no-repeat url("../img/accueil.png");
  background-size: 50% auto;
  height: 185px;
}
/* line 67, ../sass/screen.scss */
#menu-primary #menu {
  float: right;
  width: calc(100% - 140px);
}
/* line 71, ../sass/screen.scss */
#menu-primary #menu ul {
  width: 100%;
  display: block;
}
/* line 75, ../sass/screen.scss */
#menu-primary #menu ul li {
  text-align: center;
  width: auto;
  display: block;
  float: left;
}
/* line 81, ../sass/screen.scss */
#menu-primary #menu ul li a {
  display: block;
  background-color: gray;
  color: white;
  padding: 80px 0px;
  text-decoration: none;
  font-family: "allerbold";
  text-transform: uppercase;
  font-size: 25px;
}

/* line 96, ../sass/screen.scss */
#app-aquarium {
  min-height: 100%;
  position: relative;
}

/* line 110, ../sass/screen.scss */
#main h1, #main h2, #main h3, #main h4, #main h5, #main h6 {
  color: #003538;
}
/* line 114, ../sass/screen.scss */
#main h2 {
  font-family: "allerbold";
  font-size: 30px;
  margin-bottom: 20px;
}
/* line 120, ../sass/screen.scss */
#main h3, #main h4 {
  font-family: "allerbold";
  font-size: 20px;
  line-height: 23px;
}
/* line 126, ../sass/screen.scss */
#main h3 {
  margin-bottom: 15px;
}
/* line 130, ../sass/screen.scss */
#main h4 {
  margin-bottom: 7px;
}
/* line 134, ../sass/screen.scss */
#main .content-page-home {
  position: relative;
  box-sizing: border-box;
  height: 100%;
  padding: 70px 50px;
  color: white;
  background-color: #003538;
}
/* line 142, ../sass/screen.scss */
#main .content-page-home h1, #main .content-page-home h2, #main .content-page-home h3, #main .content-page-home h4, #main .content-page-home h5, #main .content-page-home h6 {
  color: white;
}
/* line 146, ../sass/screen.scss */
#main .content-page-home h2 {
  font-size: 48px;
}
/* line 150, ../sass/screen.scss */
#main .content-page-home .content {
  font-family: "allerregular";
  font-size: 27px;
  line-height: 34px;
}
/* line 156, ../sass/screen.scss */
#main .content-page-home .btn-close {
  position: absolute;
  top: 50px;
  right: 50px;
  color: white;
}
/* line 162, ../sass/screen.scss */
#main .content-page-home .btn-close img {
  width: 50px;
  height: auto;
}
/* line 168, ../sass/screen.scss */
#main .content-page-home .bottom {
  position: absolute;
  left: 50px;
  right: 50px;
  bottom: 50px;
  height: 150px;
}
/* line 175, ../sass/screen.scss */
#main .content-page-home .bottom .left {
  position: relative;
  width: 20%;
  float: left;
  text-align: left;
}
/* line 181, ../sass/screen.scss */
#main .content-page-home .bottom .left a {
  display: block;
  position: absolute;
  top: 80px;
  left: 0px;
}
/* line 187, ../sass/screen.scss */
#main .content-page-home .bottom .left a img {
  width: 50px;
  height: auto;
}
/* line 193, ../sass/screen.scss */
#main .content-page-home .bottom .right {
  width: 79%;
  float: right;
}
/* line 197, ../sass/screen.scss */
#main .content-page-home .bottom .right a {
  display: block;
  float: right;
  margin-left: 30px;
}
/* line 202, ../sass/screen.scss */
#main .content-page-home .bottom .right a img {
  width: 100px;
  height: auto;
}
/* line 211, ../sass/screen.scss */
#main .content-page-infos {
  text-align: center;
}
/* line 217, ../sass/screen.scss */
#main .page-topic .topic-index {
  padding: 70px 50px;
}
/* line 220, ../sass/screen.scss */
#main .page-topic .topic-index h2, #main .page-topic .topic-index .description {
  color: #003538;
}
/* line 224, ../sass/screen.scss */
#main .page-topic .topic-index .description {
  line-height: 20px;
}
/* line 228, ../sass/screen.scss */
#main .page-topic .topic-index div.slider {
  margin-top: 50px;
  list-style-type: disc;
  text-align: center;
}
/* line 233, ../sass/screen.scss */
#main .page-topic .topic-index div.slider .slide {
  list-style-type: none;
  display: inline-block;
  width: 250px;
  margin: 15px;
}
/* line 239, ../sass/screen.scss */
#main .page-topic .topic-index div.slider .slide a {
  color: white;
  font-family: "allerregular";
  text-decoration: none;
}
/* line 244, ../sass/screen.scss */
#main .page-topic .topic-index div.slider .slide a img {
  display: block;
  width: 100%;
  height: auto;
}
/* line 250, ../sass/screen.scss */
#main .page-topic .topic-index div.slider .slide a div.title {
  display: table;
  width: 100%;
}
/* line 254, ../sass/screen.scss */
#main .page-topic .topic-index div.slider .slide a div.title span.center {
  width: 100%;
  height: 100px;
  display: table-cell;
  vertical-align: middle;
  padding: 15px;
}
/* line 261, ../sass/screen.scss */
#main .page-topic .topic-index div.slider .slide a div.title span.center span.title {
  display: block;
  font-family: "allerbold";
  line-height: 19px;
  margin-bottom: 8px;
}
/* line 277, ../sass/screen.scss */
#main .page-topic .topic-index .slick-slider {
  margin: 0px 25px;
}
/* line 280, ../sass/screen.scss */
#main .page-topic .topic-index .slick-slider .slick-list {
  margin: 0px 50px;
}
/* line 284, ../sass/screen.scss */
#main .page-topic .topic-index .slick-slider .slick-prev,
#main .page-topic .topic-index .slick-slider .slick-next {
  width: 80px;
  height: 80px;
  background-size: 100% auto;
}
/* line 290, ../sass/screen.scss */
#main .page-topic .topic-index .slick-slider .slick-prev::before,
#main .page-topic .topic-index .slick-slider .slick-next::before {
  display: none;
}
/* line 294, ../sass/screen.scss */
#main .page-topic .topic-index .slick-slider .slick-prev.slick-disabled,
#main .page-topic .topic-index .slick-slider .slick-next.slick-disabled {
  opacity: 0.4;
}
/* line 299, ../sass/screen.scss */
#main .page-topic .topic-index .slick-slider .slick-prev {
  background: transparent top left no-repeat url("../img/fleche-gauche.png");
}
/* line 304, ../sass/screen.scss */
#main .page-topic .topic-index .slick-slider .slick-next {
  background: transparent top right no-repeat url("../img/fleche-droite.png");
}
/* line 310, ../sass/screen.scss */
#main .page-topic .submenu {
  margin-top: 2px;
}
/* line 313, ../sass/screen.scss */
#main .page-topic .submenu ul {
  list-style-type: none;
}
/* line 316, ../sass/screen.scss */
#main .page-topic .submenu ul li {
  width: calc(20% - 2px);
  float: left;
  height: 100px;
  margin-right: 2px;
  position: relative;
}
/* line 323, ../sass/screen.scss */
#main .page-topic .submenu ul li:last-child {
  width: 20%;
  margin-right: 0px;
}
/* line 328, ../sass/screen.scss */
#main .page-topic .submenu ul li a {
  display: table;
  text-align: center;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  height: 100px;
  width: 100%;
}
/* line 337, ../sass/screen.scss */
#main .page-topic .submenu ul li a span {
  display: table-cell;
  vertical-align: middle;
}
/* line 342, ../sass/screen.scss */
#main .page-topic .submenu ul li a.link-section {
  font-family: "allerbold";
  line-height: 20px;
}
/* line 347, ../sass/screen.scss */
#main .page-topic .submenu ul li a.link-index {
  color: #003538;
  text-transform: none;
}
/* line 351, ../sass/screen.scss */
#main .page-topic .submenu ul li a.link-index span {
  position: relative;
  top: -6px;
}
/* line 355, ../sass/screen.scss */
#main .page-topic .submenu ul li a.link-index span img {
  width: 30px;
  position: relative;
  top: 9px;
  left: -6px;
}
/* line 365, ../sass/screen.scss */
#main .page-topic .submenu ul li .arrow-down {
  position: absolute;
  bottom: -20px;
  left: calc(50% - 10px);
  width: 0;
  height: 0;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
}
/* line 382, ../sass/screen.scss */
#main .page-topic .action-content {
  box-sizing: border-box;
  padding: 70px 50px;
  overflow: scroll;
}
/* line 387, ../sass/screen.scss */
#main .page-topic .action-content .left, #main .page-topic .action-content .middle, #main .page-topic .action-content .right {
  float: left;
  box-sizing: border-box;
}
/* line 392, ../sass/screen.scss */
#main .page-topic .action-content .content-text {
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  font-family: "allerregular";
  color: #003538;
}
/* line 399, ../sass/screen.scss */
#main .page-topic .action-content .content-text ul {
  list-style-type: disc;
  padding-left: 20px;
}
/* line 407, ../sass/screen.scss */
#main .page-topic .action-content .content-text a {
  color: #003538;
}
/* line 414, ../sass/screen.scss */
#main .page-topic .action-place .left {
  width: 30%;
}
/* line 418, ../sass/screen.scss */
#main .page-topic .action-place .right {
  width: 70%;
  padding-left: 20px;
}
/* line 422, ../sass/screen.scss */
#main .page-topic .action-place .right .map {
  z-index: 1;
  height: 550px;
}
/* line 431, ../sass/screen.scss */
#main .page-topic .action-description .left {
  width: 30%;
}
/* line 435, ../sass/screen.scss */
#main .page-topic .action-description .middle {
  width: 50%;
  padding: 0px 40px;
}
/* line 440, ../sass/screen.scss */
#main .page-topic .action-description .right {
  width: 20%;
}
/* line 443, ../sass/screen.scss */
#main .page-topic .action-description .right .description {
  margin-bottom: 15px;
  font-family: "allerbold";
}
/* line 449, ../sass/screen.scss */
#main .page-topic .action-description .right ul li {
  padding-left: 26px;
  font-family: "allerbold";
  color: #003538;
  margin-bottom: 8px;
  line-height: 23px;
  font-size: 17px;
  background: transparent 0px 2px no-repeat url("../img/fleche-puce.png");
  background-size: 20px auto;
}
/* line 464, ../sass/screen.scss */
#main .page-topic .action-images .left {
  width: 30%;
}
/* line 468, ../sass/screen.scss */
#main .page-topic .action-images .right {
  width: 70%;
  padding-left: 40px;
}
/* line 472, ../sass/screen.scss */
#main .page-topic .action-images .right h3 {
  text-transform: uppercase;
}
/* line 478, ../sass/screen.scss */
#main .page-topic .action-images .right ul.images li img {
  width: 100%;
  height: auto;
}
/* line 483, ../sass/screen.scss */
#main .page-topic .action-images .right ul.images li .description {
  margin-bottom: 20px;
  line-height: 22px;
  color: #003538;
}
/* line 489, ../sass/screen.scss */
#main .page-topic .action-images .right ul.images li .credit {
  margin-top: 6px;
  font-size: 13px;
  color: #003538;
}
/* line 494, ../sass/screen.scss */
#main .page-topic .action-images .right ul.images li .credit span {
  position: relative;
  top: 1px;
}
/* line 501, ../sass/screen.scss */
#main .page-topic .action-images .right ul.images li .two-columns .before, #main .page-topic .action-images .right ul.images li .two-columns .after {
  width: 50%;
  float: left;
  box-sizing: border-box;
}
/* line 507, ../sass/screen.scss */
#main .page-topic .action-images .right ul.images li .two-columns .before {
  padding-right: 15px;
}
/* line 510, ../sass/screen.scss */
#main .page-topic .action-images .right ul.images li .two-columns .after {
  padding-left: 15px;
}
/* line 515, ../sass/screen.scss */
#main .page-topic .action-images .right ul.images li .one-column {
  width: 70%;
}
/* line 517, ../sass/screen.scss */
#main .page-topic .action-images .right ul.images li .one-column img {
  max-height: 400px;
  width: auto;
}
/* line 525, ../sass/screen.scss */
#main .page-topic .action-images .right ul.images-thumb {
  margin-top: 35px;
}
/* line 528, ../sass/screen.scss */
#main .page-topic .action-images .right ul.images-thumb li {
  display: inline-block;
  opacity: 0.6;
}
/* line 532, ../sass/screen.scss */
#main .page-topic .action-images .right ul.images-thumb li.current {
  opacity: 1;
}
/* line 536, ../sass/screen.scss */
#main .page-topic .action-images .right ul.images-thumb li a {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 10px;
  border: solid 2px #003538;
}
/* line 542, ../sass/screen.scss */
#main .page-topic .action-images .right ul.images-thumb li a img {
  display: block;
  width: 70px;
  height: auto;
  float: left;
}
/* line 549, ../sass/screen.scss */
#main .page-topic .action-images .right ul.images-thumb li a img.image2 {
  margin-left: 13px;
}
/* line 560, ../sass/screen.scss */
#main .page-topic .action-results .left {
  width: 30%;
}
/* line 564, ../sass/screen.scss */
#main .page-topic .action-results .middle {
  width: 50%;
  padding-left: 40px;
}
/* line 568, ../sass/screen.scss */
#main .page-topic .action-results .middle .description {
  line-height: 22px;
}
/* line 573, ../sass/screen.scss */
#main .page-topic .action-results .right {
  width: 20%;
}
/* line 580, ../sass/screen.scss */
#main #footer {
  z-index: 10;
  position: fixed;
  bottom: 0px;
  box-sizing: border-box;
  background-color: #003538;
  color: white;
  padding: 20px 35px;
  font-size: 20px;
  width: 100%;
  height: 60px;
}
/* line 592, ../sass/screen.scss */
#main #footer .left {
  float: left;
  font-family: 'allerbold';
}
/* line 597, ../sass/screen.scss */
#main #footer .right {
  float: right;
  font-family: 'allerregular';
}
