/* Generated by less 2.5.1 */
@charset "utf-8";
/* ------------------------------ CSS -- */
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;
}
*:before,
:after {
  content: '';
}
html,
body {
  height: 100%;
  background-image: linear-gradient(black, white);
  background-repeat: no-repeat;
  border: 0 solid transparent;
  font-size: 16px;
  margin: 0;
  min-height: 100%;
  padding: 0;
  width: 100%;
  display: block;
  font-family: 'Montserrat', 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 {
  display: block;
  zoom: 1;
}
.clear:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.center {
  width: 1200px;
  margin: 0 auto;
}
/* ------------------------------- END RECURENTES -- */
header {
  background-image: url(../images/monteray_bridge.jpg);
  background-position: center;
  background-size: cover;
  height: 745px;
  padding-top: 50px;
  position: relative;
}
header .header-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: flex-start;
}
header .header-container img {
  margin: 0 190px;
}
header:before {
  background: -webkit-linear-gradient(#000000 0%, rgba(214, 214, 214, 0) 100%);
  background: -o-linear-gradient(#000000 0%, rgba(214, 214, 214, 0) 100%);
  background: linear-gradient(#000000 0%, rgba(214, 214, 214, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00d6d6d6', GradientType=0);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
section.blocs {
  height: 120px;
  display: flex;
}
section.blocs article {
  background-color: black;
  color: white;
  height: 120px;
  width: 400px;
  padding: 20px;
  font-size: 30px;
  text-align: right;
  border: 2px solid white;
}
section.blocs article img {
  float: left;
}
section.blocs article:nth-child(1) {
  border-right: 0;
  border-left: 0;
}
section.blocs article:nth-child(3) {
  border-right: 0;
  border-left: 0;
}
section.serie {
  padding: 50px 0;
}
section.serie .text {
  display: inline-block;
}
section.serie .text h1 {
  font-weight: 400;
  font-size: 120px;
  width: 480px;
  line-height: 120px;
}
section.serie .text p {
  width: 400px;
  margin: 32px 0;
}
section.serie .text a {
  width: 225px;
  height: 50px;
  display: block;
  text-align: center;
  line-height: 46px;
  border: 2px solid black;
  border-radius: 50px;
  font-size: 20px;
  text-transform: uppercase;
  transition: all 0.3s;
}
section.serie .text a:hover {
  background-color: black;
  color: white;
}
section.serie .img {
  margin-top: 10px;
  display: flex;
  float: right;
  width: 690px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
section.aquarium {
  padding: 50px 0;
}
section.aquarium h2 {
  font-size: 120px;
  font-weight: 400;
  line-height: 120px;
  margin-bottom: 50px;
}
section.aquarium .info-aqua {
  background-image: url(../images/aquarium.jpg);
  background-size: cover;
  height: 586px;
  display: flex;
  justify-content: flex-end;
}
section.aquarium .info-aqua p {
  background-color: black;
  color: white;
  width: 410px;
  height: 410px;
  padding: 20px;
  position: relative;
}
section.aquarium .info-aqua p a {
  position: absolute;
  margin-top: 15px;
  bottom: 20px;
  width: 150px;
  height: 50px;
  display: block;
  text-align: center;
  line-height: 46px;
  border: 2px solid white;
  border-radius: 50px;
  font-size: 20px;
  color: white;
  text-transform: uppercase;
  transition: all 0.3s;
}
section.aquarium .info-aqua p a:hover {
  background-color: white;
  color: black;
}
section.news {
  padding: 50px 0;
}
section.news h3 {
  font-size: 120px;
  font-weight: 400;
  line-height: 120px;
  margin-bottom: 80px;
}
section.news .article-container {
  display: flex;
  justify-content: space-between;
}
section.news .article-container article {
  height: 430px;
  width: 340px;
  position: relative;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
section.news .article-container article h4 {
  font-size: 20px;
  margin: 15px 0;
  padding: 0 15px;
}
section.news .article-container article p {
  padding: 0 15px;
}
section.news .article-container article a {
  position: absolute;
  bottom: 15px;
  right: 15px;
  font-size: 16px;
  color: white;
  background-color: black;
  display: block;
  height: 40px;
  width: 135px;
  border: 2px solid black;
  border-radius: 50px;
  line-height: 36px;
  text-align: center;
  transition: all 0.3s;
}
section.news .article-container article a:hover {
  border: 2px solid black;
  background-color: transparent;
  color: black;
}
footer {
  background-color: black;
}
footer .part-one {
  background-color: black;
  height: 150px;
  padding: 0 70px;
  border-bottom: 2px solid white;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .part-one form {
  padding: 45px 0;
  height: auto;
  float: left;
}
footer .part-one form input {
  width: 275px;
  height: 55px;
  border: 2px solid white;
  font-style: italic;
  padding-left: 20px;
}
footer .part-one form input.go-form {
  width: 120px;
  padding: 0;
  background-color: #262626;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  font-style: normal;
  transition: all 0.3s;
}
footer .part-one form input.go-form:hover {
  background-color: #535353;
}
footer .part-one .sociaux {
  float: right;
  display: flex;
  flex-wrap: wrap;
}
footer .part-one .sociaux img {
  margin-left: 20px;
  transition: all 0.3s;
}
footer .part-one .sociaux img:hover {
  transform: scale(1.2);
}
footer .part-two {
  padding: 45px 0;
  color: white;
  display: flex;
  justify-content: space-between;
  align-content: space-between;
}
footer .part-two p {
  display: inline-block;
  line-height: 25px;
}
footer .part-two nav ul li {
  list-style-type: none;
}
footer .part-two nav ul li a {
  color: white;
  font-weight: 700;
  line-height: 25px;
}
footer .part-two .sponsor img {
  margin-bottom: 20px;
}
/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 960px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 960px) {
  .center {
    width: 100%;
    margin: 0 auto;
  }
  header .header-container img {
    margin: 0 100px;
  }
  section.blocs {
    height: 120px;
    display: flex;
  }
  section.blocs article {
    display: flex;
    height: 150px;
  }
  section.serie {
    padding: 100px 0 50px 20px;
  }
  section.serie .text h1 {
    font-size: 100px;
  }
  section.serie .img {
    margin-top: 20px;
    float: right;
    width: 460px;
  }
  section.serie .img img:nth-child(1) {
    height: 100%;
    width: 90%;
  }
  section.serie .img img:nth-child(2) {
    height: 100%;
    width: 50%;
  }
  section.serie .img img:nth-child(3) {
    height: 100%;
    width: 50%;
  }
  section.aquarium {
    padding: 50px 0;
  }
  section.aquarium h2 {
    margin-left: 20px;
  }
  section.news {
    padding: 50px 0;
  }
  section.news h3 {
    margin-left: 20px;
    margin-bottom: 30px;
  }
  section.news .article-container article {
    margin: 20px;
  }
  footer {
    background-color: black;
  }
  footer .part-one {
    background-color: black;
    height: 150px;
    padding: 0 70px;
    border-bottom: 2px solid white;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  footer .part-one form {
    padding: 45px 0;
    float: left;
  }
  footer .part-one form:nth-child(1) {
    flex: 1;
  }
  footer .part-one form input {
    width: 275px;
    height: 55px;
    border: 2px solid white;
    font-style: italic;
    padding-left: 20px;
  }
  footer .part-one form input.go-form {
    width: 120px;
    padding: 0;
    background-color: #262626;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    font-style: normal;
    transition: all 0.3s;
  }
  footer .part-one form input.go-form:hover {
    background-color: #535353;
  }
  footer .part-one .sociaux {
    float: right;
    display: flex;
    flex-wrap: wrap;
  }
  footer .part-one .sociaux img {
    margin-left: 20px;
    transition: all 0.3s;
  }
  footer .part-one .sociaux img:hover {
    transform: scale(1.2);
  }
  footer .part-two {
    padding: 45px 20px;
    color: white;
    display: flex;
    justify-content: space-between;
    align-content: space-between;
  }
  footer .part-two p {
    display: inline-block;
    margin-right: 10px;
    line-height: 25px;
    font-size: 14px;
  }
  footer .part-two nav {
    margin-right: 10px;
  }
  footer .part-two nav ul li {
    list-style-type: none;
  }
  footer .part-two nav ul li a {
    color: white;
    font-weight: 700;
    line-height: 25px;
    font-size: 14px;
  }
  footer .part-two .sponsor img {
    margin-bottom: 20px;
  }
}
/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 800px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 800px) {
  .center {
    width: 100%;
    margin: 0 auto;
  }
  header {
    background-image: url(../images/monteray_bridge.jpg);
    background-position: center;
    background-size: cover;
    height: 745px;
    padding-top: 50px;
    position: relative;
  }
  section.blocs {
    height: 350px;
    display: flex;
    width: 100%;
    flex-direction: column;
  }
  section.blocs article {
    height: 135px;
    font-size: 25px;
    width: 100%;
    text-align: right;
    position: relative;
  }
  section.blocs article p {
    position: absolute;
    right: 30px;
    top: 25px;
  }
  section.blocs article img {
    width: 25%;
  }
  section.blocs article:nth-child(1) {
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
  }
  section.blocs article:nth-child(2) {
    border-right: 0;
    border-left: 0;
  }
  section.blocs article:nth-child(3) {
    border-top: 0;
    border-right: 0;
    border-left: 0;
  }
  section.serie {
    padding: 50px 0 50px 20px;
  }
  section.serie .text h1 {
    font-size: 80px;
    line-height: 90px;
    width: 350px;
  }
  section.serie .text p {
    font-size: 15px;
    width: 330px;
    margin-bottom: 35px;
  }
  section.serie .img {
    margin-top: 50px;
    float: right;
    width: 390px;
  }
  section.serie .img img:nth-child(1) {
    height: 100%;
    width: 90%;
  }
  section.serie .img img:nth-child(2) {
    height: 100%;
    width: 50%;
  }
  section.serie .img img:nth-child(3) {
    height: 100%;
    width: 50%;
  }
  section.aquarium {
    padding: 50px 0;
    display: inline-block;
  }
  section.aquarium h2 {
    font-size: 50px;
    line-height: 50px;
    margin-left: 20px;
  }
  section.news {
    padding: 0 0 50px 0;
  }
  section.news h3 {
    font-size: 60px;
    line-height: 55px;
    margin-left: 20px;
    margin-bottom: 30px;
  }
  section.news .article-container {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  section.news .article-container article {
    margin-bottom: 10px;
  }
  footer .part-one {
    padding: 0 30px;
    height: 40%;
    flex-direction: column;
  }
  footer .part-one form {
    height: auto;
    width: 80%;
    padding-top: 45px;
    padding-bottom: 0;
    text-align: center;
  }
  footer .part-one form input {
    width: 80%;
    height: 55px;
    font-style: italic;
    padding-left: 5px;
  }
  footer .part-one form input.go-form {
    width: 80%;
  }
  footer .part-one .sociaux {
    float: right;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .part-one .sociaux img {
    margin: 30px 10px;
    width: 20%;
  }
  footer .part-two {
    padding: 90px 30px;
    color: white;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
  }
  footer .part-two img {
    width: 30%;
    margin-bottom: 30px;
  }
  footer .part-two p {
    display: inline-block;
    margin-bottom: 30px;
    line-height: 25px;
    font-size: 16px;
  }
  footer .part-two nav {
    margin-top: 0px;
  }
  footer .part-two nav ul li {
    list-style-type: none;
  }
  footer .part-two nav ul li a {
    color: white;
    font-weight: 700;
    line-height: 25px;
    font-size: 14px;
  }
  footer .part-two .sponsor img {
    margin-top: 30px;
    margin-bottom: 10px;
    width: 30%;
  }
  footer .part-two .sponsor img:nth-child(2) {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 420px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 420px) {
  .center {
    width: 100%;
    margin: 0 auto;
  }
  header {
    background-image: url(../images/monteray_bridge.jpg);
    background-position: center;
    background-size: cover;
    height: 745px;
    padding-top: 50px;
    position: relative;
  }
  header .header-container a {
    display: none;
  }
  section.blocs {
    height: 350px;
    display: flex;
    width: 100%;
    flex-direction: column;
  }
  section.blocs article {
    height: 135px;
    font-size: 25px;
    width: 100%;
  }
  section.blocs article img {
    width: 25%;
    margin-right: 112px;
  }
  section.blocs article:nth-child(1) {
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
  }
  section.blocs article:nth-child(2) {
    border-right: 0;
    border-left: 0;
  }
  section.blocs article:nth-child(3) {
    border-top: 0;
    border-right: 0;
    border-left: 0;
  }
  section.serie {
    padding: 50px 0 50px 20px;
  }
  section.serie .text h1 {
    font-size: 80px;
    line-height: 90px;
    width: 350px;
  }
  section.serie .text p {
    font-size: 15px;
    width: 330px;
    margin-bottom: 35px;
  }
  section.serie .img {
    margin-top: 50px;
    float: right;
    width: 390px;
  }
  section.serie .img img:nth-child(1) {
    height: 100%;
    width: 90%;
  }
  section.serie .img img:nth-child(2) {
    height: 100%;
    width: 50%;
  }
  section.serie .img img:nth-child(3) {
    height: 100%;
    width: 50%;
  }
  section.aquarium {
    padding: 50px 0;
  }
  section.aquarium h2 {
    font-size: 50px;
    line-height: 50px;
    margin-left: 20px;
  }
  section.news {
    padding: 0 0 50px 0;
  }
  section.news h3 {
    font-size: 60px;
    line-height: 55px;
    margin-left: 20px;
    margin-bottom: 30px;
  }
  section.news .article-container {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  section.news .article-container article {
    margin-bottom: 10px;
  }
  footer .part-one {
    padding: 0 30px;
    height: 40%;
    flex-direction: column;
  }
  footer .part-one form {
    height: auto;
    padding-top: 45px;
    padding-bottom: 0;
    float: left;
  }
  footer .part-one form input {
    width: 65%;
    height: 55px;
    font-style: italic;
    padding-left: 5px;
  }
  footer .part-one form input.go-form {
    width: 80px;
  }
  footer .part-one .sociaux {
    float: right;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .part-one .sociaux img {
    margin: 30px 10px;
    width: 20%;
  }
  footer .part-two {
    padding: 45px 30px;
    color: white;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
  }
  footer .part-two img {
    width: 30%;
    margin-bottom: 30px;
  }
  footer .part-two p {
    display: inline-block;
    margin-bottom: 30px;
    line-height: 25px;
    font-size: 16px;
  }
  footer .part-two nav {
    margin-top: 0px;
  }
  footer .part-two nav ul li {
    list-style-type: none;
  }
  footer .part-two nav ul li a {
    color: white;
    font-weight: 700;
    line-height: 25px;
    font-size: 14px;
  }
  footer .part-two .sponsor img {
    margin-top: 30px;
    margin-bottom: 10px;
    width: 30%;
  }
  footer .part-two .sponsor img:nth-child(2) {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 375px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 375px) {
  .center {
    width: 100%;
    margin: 0 auto;
  }
  header {
    background-image: url(../images/monteray_bridge.jpg);
    background-position: center;
    background-size: cover;
    height: 745px;
    padding-top: 50px;
    position: relative;
  }
  header .header-container a {
    display: none;
  }
  section.blocs {
    height: 350px;
    display: flex;
    width: 100%;
    flex-direction: column;
  }
  section.blocs article {
    height: 135px;
    font-size: 25px;
    width: 100%;
  }
  section.blocs article img {
    width: 25%;
    margin-right: 112px;
  }
  section.blocs article:nth-child(1) {
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
  }
  section.blocs article:nth-child(2) {
    border-right: 0;
    border-left: 0;
  }
  section.blocs article:nth-child(3) {
    border-top: 0;
    border-right: 0;
    border-left: 0;
  }
  section.serie {
    padding: 50px 0 50px 10px;
  }
  section.serie .text h1 {
    font-size: 75px;
    line-height: 90px;
    width: 100%;
  }
  section.serie .text p {
    font-size: 15px;
    width: 280px;
    margin-bottom: 35px;
  }
  section.serie .img {
    margin-top: 50px;
    float: right;
    width: 390px;
  }
  section.serie .img img:nth-child(1) {
    height: 100%;
    width: 90%;
  }
  section.serie .img img:nth-child(2) {
    height: 100%;
    width: 50%;
  }
  section.serie .img img:nth-child(3) {
    height: 100%;
    width: 50%;
  }
  section.aquarium {
    padding: 50px 0;
  }
  section.aquarium h2 {
    font-size: 50px;
    line-height: 50px;
    margin-left: 20px;
  }
  section.news {
    padding: 0 0 50px 0;
  }
  section.news h3 {
    font-size: 60px;
    line-height: 55px;
    margin-left: 20px;
    margin-bottom: 30px;
  }
  section.news .article-container {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  section.news .article-container article {
    margin-bottom: 10px;
    width: 100%;
  }
  footer .part-one {
    padding: 0 30px;
    height: 40%;
    flex-direction: column;
  }
  footer .part-one form {
    height: auto;
    padding-top: 45px;
    padding-bottom: 0;
    float: left;
  }
  footer .part-one form input {
    width: 100%;
    height: 55px;
    font-style: italic;
    padding-left: 5px;
  }
  footer .part-one form input.go-form {
    width: 100%;
  }
  footer .part-one .sociaux {
    float: right;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .part-one .sociaux img {
    margin: 30px 10px;
    width: 20%;
  }
  footer .part-two {
    padding: 45px 30px;
    color: white;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
  }
  footer .part-two img {
    width: 30%;
    margin-bottom: 30px;
  }
  footer .part-two p {
    display: inline-block;
    margin-bottom: 30px;
    line-height: 25px;
    font-size: 16px;
  }
  footer .part-two nav {
    margin-top: 0px;
  }
  footer .part-two nav ul li {
    list-style-type: none;
  }
  footer .part-two nav ul li a {
    color: white;
    font-weight: 700;
    line-height: 25px;
    font-size: 14px;
  }
  footer .part-two .sponsor img {
    margin-top: 30px;
    margin-bottom: 10px;
    width: 30%;
  }
  footer .part-two .sponsor img:nth-child(2) {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
