/* Generated by less 2.5.1 */
@charset "utf-8";
header,
section,
footer,
aside,
nav,
main,
article,
figure {
  display: block;
}
div,
header,
nav,
article,
section,
aside,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li,
figure,
figcaption,
class,
img {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  background-color: #a0a0a0;
  border: 0 solid transparent;
  font-size: 16px;
  margin: 0;
  min-height: 100%;
  padding: 0;
  width: 100%;
  display: block;
  font-family: 'Roboto', sans-serif;
}
img,
object,
embed,
canvas,
video,
audio,
picture {
  max-width: 100%;
  height: auto;
}
img {
  display: block;
}
a {
  text-decoration: none;
  color: black;
}
/* ------------------------------- RECURENTES -- */
.clear {
  clear: both;
}
.center {
  width: 960px;
  margin: 0 auto;
}
.decal {
  padding: 0 80px 0 160px;
}
/* ------------------------------- END RECURENTES -- */
header {
  background-color: #30415d;
  color: white;
}
header .top {
  color: white;
}
header .top a.logo {
  display: block;
  float: left;
  background-image: url(../images/ocean-logo.svg);
  background-repeat: no-repeat;
  text-indent: -9999px;
  width: 90px;
  margin-top: 28px;
}
header .top nav.menu {
  float: right;
}
header .top nav.menu ul {
  list-style-type: none;
  font-size: 0;
}
header .top nav.menu ul li {
  display: inline-block;
  font-size: 14px;
}
header .top nav.menu ul li a {
  display: block;
  color: white;
  line-height: 75px;
  padding: 0 20px;
}
header h1 {
  padding-top: 2.625rem;
  font-size: 1.875rem;
  margin-bottom: 1.5rem;
}
header h2 {
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.8rem;
}
header figure.barque {
  margin-top: 4rem;
}
section.infos,
section.produits,
section.contact {
  background-color: white;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
section.infos h3,
section.produits h3,
section.contact h3 {
  font-size: 1.5rem;
  line-height: 3rem;
  margin-bottom: 0.8rem;
  position: relative;
}
section.infos h3:before,
section.produits h3:before,
section.contact h3:before {
  content: '';
  position: absolute;
  display: block;
  background-color: #30415d;
  width: 310px;
  height: 1px;
}
section.infos p,
section.produits p,
section.contact p {
  font-size: 0.9rem;
  line-height: 1.5rem;
  columns: 100px 2;
  column-gap: 80px;
}
section.visuel {
  background-color: white;
}
section.visuel img.float-visuel {
  float: left;
  width: calc(50% - 5px);
}
section.visuel img.float-visuel:first-child {
  margin-right: 10px;
}
section.produits {
  background-color: #d3d8db;
}
section.produits article.poissons {
  background-color: white;
  float: left;
  width: calc(33.333% - 10px);
  margin-right: 10px;
  padding-bottom: 10px;
}
section.produits article.poissons:nth-child(4) {
  margin-right: 0;
}
section.produits article.poissons:nth-child(2) div.photos {
  background-image: url(../images/poissons/poisson-01.jpg);
}
section.produits article.poissons:nth-child(3) div.photos {
  background-image: url(../images/poissons/poisson-02.jpg);
}
section.produits article.poissons:nth-child(4) div.photos {
  background-image: url(../images/poissons/poisson-03.jpg);
}
section.produits article.poissons div.photos {
  height: 250px;
  background-size: cover;
  background-position: center;
  margin-bottom: 10px;
}
section.produits article.poissons p {
  padding-left: 0.75rem;
  line-height: 1.5rem;
}
section.contact {
  color: white;
  background-image: url(../images/ocean-calme.jpg);
  background-position: top;
  background-size: cover;
  /*background-attachment: fixed;*/
}
section.contact h3:before {
  background-color: white;
}
section.contact a.bt-contact {
  display: inline-block;
  background-color: white;
  padding: 15px 40px;
  margin-top: 45px;
  transition: all .5s;
}
section.contact a.bt-contact:hover {
  background-color: #ceaf2e;
}
footer.footer {
  background-color: #30415d;
  padding-top: 40px;
  padding-bottom: 40px;
  color: white;
}
footer.footer a.logo {
  display: block;
  float: left;
  background-image: url(../images/ocean-logo.svg);
  background-repeat: no-repeat;
  text-indent: -9999px;
  width: 90px;
}
footer.footer p {
  font-size: 0.75rem;
}
/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES   768 px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 960px) {
  .center {
    width: 100%;
    margin: 0;
  }
}
/* ---------------------------------------------- DECAL ---- */
@media screen and (max-width: 800px) {
  .decal {
    padding: 0 80px 0 120px;
  }
}
@media screen and (max-width: 700px) {
  .decal {
    padding: 0 80px 0 80px;
  }
  section.infos p {
    column-gap: 50px;
  }
  section.produits article.poissons {
    width: calc(50% - 5px);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  section.produits article.poissons:nth-child(2) {
    width: 100%;
  }
  section.produits article.poissons:nth-child(4) {
    margin-right: 0;
  }
}
@media screen and (max-width: 700px) {
  header .top nav.menu ul li a {
    padding: 0 13px;
  }
}
@media screen and (max-width: 600px) {
  .decal {
    padding: 0 40px 0 40px;
  }
}
/* ---------------------------------------------- MENU 100% ---- */
@media screen and (max-width: 600px) {
  html,
  body {
    font-size: 0.9rem;
  }
  header {
    background-color: #30415d;
  }
  header .top {
    color: white;
  }
  header .top a.logo {
    width: 100%;
    margin-top: 28px;
    height: 80px;
    margin-bottom: 20px;
  }
  header .top nav.menu {
    width: 100%;
  }
  header .top nav.menu ul li {
    display: block;
    font-size: 12px;
  }
  header .top nav.menu ul li a {
    line-height: 40px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.25);
    border-bottom: 1px solid #30415d;
  }
  section.infos h3:before,
  section.produits h3:before,
  section.contact h3:before {
    width: 50%;
  }
  section.infos p,
  section.produits p,
  section.contact p {
    columns: 1;
  }
  section.visuel img.float-visuel {
    float: left;
    width: calc(100% - 80px);
    margin: 0 40px 10px 40px;
  }
  section.visuel img.float-visuel:first-child {
    margin-right: 0;
  }
  footer.footer a.logo {
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 500px) {
  section.produits article.poissons {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
  section.produits article.poissons:nth-child(2) {
    width: 100%;
  }
}
