/* Generated by less 3.11.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: #fff;
  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 {
  display: block;
  zoom: 1;
}
.clear:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.center {
  width: 960px;
  margin: 0 auto;
}
.space {
  margin-top: 250px;
}
/* ------------------------------- END RECURENTES -- */
/*----------- Accueil -----------*/
header {
  display: flex;
  justify-content: space-around;
  /*---------- Nav -------------*/
}
header div.logo {
  padding: 10px;
}
header nav ul {
  font-size: 0;
}
header nav ul li {
  width: 25%;
  display: inline-block;
  font-size: 24px;
}
header nav ul li a {
  display: block;
  text-align: center;
  padding: 30px;
}
/* ----------- Intro ----------*/
section.intro {
  background-image: url(../img/header.jpg);
  background-position: center;
  background-size: cover;
  height: 570px;
  position: relative;
}
section.intro img {
  position: absolute;
  top: 20%;
  left: 10%;
}
/* ----------- Section Img ----------*/
section.img {
  display: flex;
  width: calc(100%/3);
}
/* ----------- Section plane ----------*/
section.plane {
  display: flex;
}
section.plane div.text {
  padding: 50px 0 0 25px;
}
section.plane div.text h1 {
  font-size: 60px;
}
section.plane div.text h2 {
  font-size: 34px;
  padding: 30px 0;
}
section.plane div.text p {
  font-size: 26px;
  line-height: 30px;
}
/* ----------- Footer Accueil ----------*/
footer.accueil {
  background-image: url(../img/foret.jpg);
  height: 1400px;
  position: relative;
}
footer.accueil div h2 {
  font-size: 60px;
  text-align: center;
  padding-top: 100px;
}
footer.accueil div div.lien {
  margin: 50px auto;
  width: 50%;
  background-color: aquamarine;
}
footer.accueil div div.lien a {
  display: block;
  font-size: 26px;
  text-align: center;
  padding: 20px;
}
footer.accueil p {
  color: white;
  text-align: center;
  position: absolute;
  bottom: 5%;
  left: 40%;
}
footer.accueil p a {
  color: white;
}
/* ------------ Page Séjours ------------------*/
/*--------- Section Sejours ------*/
section.sejours h1 {
  text-align: center;
  margin: 100px;
  font-size: 60px;
}
section.sejours article.continent {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
section.sejours article.continent div.photo {
  background-color: gainsboro;
  margin-top: 50px;
  width: calc(100%/3 - 35px);
}
section.sejours article.continent div.photo p {
  padding: 20px;
}
section.sejours article.continent div.photo p span {
  font-size: 26px;
  font-weight: 600;
}
/*--------- Footer Sejours ------*/
footer.sejours {
  margin-top: 100px;
  background-image: url(../img/chili.jpg);
  height: 500px;
  position: relative;
}
footer.sejours p {
  color: white;
  position: relative;
  text-align: center;
  font-size: 20px;
  top: 90%;
}
footer.sejours p a {
  color: white;
}
footer.sejours:before {
  content: '';
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
/*----------- Page Croisières -----------*/
/*--------- Section croisiere ------*/
section.croisiere h1 {
  text-align: center;
  margin: 100px;
  font-size: 60px;
}
section.croisiere article.contenant {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
section.croisiere article.contenant div {
  background-color: gainsboro;
  width: 90%;
  margin: 50px auto;
}
section.croisiere article.contenant div img {
  float: left;
  margin-right: 50px;
  width: 50%;
}
section.croisiere article.contenant div div.text h3 {
  padding-top: 20px;
  font-size: 26px;
  font-weight: 600;
}
section.croisiere article.contenant div div.text p {
  padding-top: 50px;
  font-size: 20px;
}
section.croisiere article.contenant div div.text p span {
  line-height: 200px;
  font-size: 26px;
  font-weight: 600;
}
/*--------- Footer croisiere ------*/
footer.croisiere {
  margin-top: 100px;
  background-image: url(../img/croatie.jpg);
  height: 500px;
  position: relative;
}
footer.croisiere p {
  color: white;
  position: relative;
  text-align: center;
  font-size: 20px;
  top: 90%;
}
footer.croisiere p a {
  color: white;
}
footer.croisiere:before {
  content: '';
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
/*----------- Page Contact -----------*/
/*--------- Section formulaire ------*/
section.formulaire h1 {
  text-align: center;
  font-size: 60px;
  margin-top: 50px;
}
section.formulaire article {
  display: flex;
}
section.formulaire article div {
  align-self: center;
}
section.formulaire article form {
  width: 600px;
  padding: 100px 0;
  margin: 50px auto;
}
section.formulaire article form input,
section.formulaire article form textarea {
  width: 100%;
  border: 0;
  height: 60px;
  line-height: 40px;
  text-indent: 20px;
  margin-bottom: 10px;
  background-color: gainsboro;
}
section.formulaire article form textarea {
  height: 150px;
}
section.formulaire article form input.go-form {
  width: 50%;
  text-align: center;
  cursor: pointer;
  text-indent: 0;
}
/*--------- Footer Contact ------*/
footer.contact {
  background-image: url(../img/montagne.jpg);
  height: 500px;
  position: relative;
}
footer.contact p {
  color: white;
  text-align: center;
  font-size: 20px;
  position: absolute;
  top: 90%;
}
footer.contact p a {
  color: white;
}
/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 960px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 960px) {
  .center {
    width: 100%;
    margin: 0 auto;
  }
  /*------------ Page Accueil ----------*/
  section.plane div.text {
    padding: 30px 0 0 25px;
  }
  section.plane div.text h1 {
    font-size: 50px;
  }
  section.plane div.text h2 {
    font-size: 30px;
  }
  section.plane div.text p {
    font-size: 24px;
  }
  /*---------- Page Sejours ------------*/
  section.sejours article.continent div.photo {
    width: calc(100%/2 - 35px);
  }
  /*----------- Page Croisières ------*/
  section.croisiere article.contenant div {
    width: 90%;
  }
  section.croisiere article.contenant div img {
    width: 100%;
  }
  section.formulaire article {
    flex-wrap: wrap;
  }
}
/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 768px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .center {
    width: 100%;
    margin: 0 auto;
  }
  /*-------- Page Accueil ------*/
  section.intro {
    height: 400px;
  }
  section.intro img {
    width: 50%;
  }
  section.plane {
    flex-wrap: wrap;
  }
  section.plane img {
    margin: 0 auto;
  }
  section.plane div.text {
    padding: 30px 0 0 25px;
  }
  section.plane div.text h1 {
    font-size: 40px;
  }
  section.plane div.text h2 {
    font-size: 24px;
  }
  section.plane div.text p {
    font-size: 16px;
  }
  footer.accueil div h2 {
    font-size: 40px;
  }
  /*------- Page Sejours ----------*/
  section.sejours h1 {
    font-size: 40px;
  }
  section.sejours article.continent div.photo {
    width: 90%;
  }
  section.sejours article.continent div.photo img {
    width: 100%;
  }
  /*--------- Page Croisiere ---------*/
  section.croisiere h1 {
    font-size: 40px;
  }
  /*-------- Page Contact -----------*/
  section.formulaire h1 {
    font-size: 40px;
  }
  section.formulaire article div {
    display: none;
  }
}
/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 600px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 600px) {
  .center {
    width: 100%;
    margin: 0 auto;
  }
  header nav ul li {
    font-size: 16px;
  }
  section.plane img {
    width: 50%;
  }
  footer.accueil {
    height: 1000px;
  }
  footer.accueil h2 {
    font-size: 30px;
  }
}
/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 414px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 600px) {
  .center {
    width: 100%;
    margin: 0 auto;
  }
  header nav ul li {
    font-size: 16px;
  }
  section.intro {
    height: 150px;
  }
  div.space {
    display: none;
  }
  section.plane {
    margin-top: 50px;
  }
  section.plane img {
    width: 50%;
  }
  section.plane div.text {
    margin-bottom: 25px;
  }
  section.plane div.text h1 {
    font-size: 26px;
  }
  section.plane div.text h2 {
    font-size: 20px;
  }
  footer.accueil {
    height: 1000px;
  }
  footer.accueil div h2 {
    font-size: 20px;
  }
  footer.accueil p {
    font-size: 10px;
  }
  /*------- Page Sejours ----*/
  section.sejours h1 {
    font-size: 26px;
    margin: 20px;
  }
  section.sejours article.continent div.photo p {
    padding: 10px;
  }
  section.sejours article.continent div.photo p span {
    font-size: 20px;
  }
  footer.sejours {
    height: 250px;
    background-position: top;
  }
  footer.sejours p {
    font-size: 12px;
  }
  /*------- Page croisieres ----*/
  section.croisiere h1 {
    font-size: 26px;
    margin: 20px;
  }
  section.croisiere article.contenant div div.text h3 {
    font-size: 24px;
  }
  section.croisiere article.contenant div div.text p span {
    font-size: 18px;
  }
  footer.croisiere {
    height: 250px;
    background-position: top;
  }
  footer.croisiere p {
    font-size: 12px;
  }
  /*------- Page contact ----*/
  section.formulaire h1 {
    font-size: 26px;
    margin: 20px;
  }
  section.formulaire article form {
    padding: 25px 0;
    width: 90%;
  }
  footer.contact {
    height: 250px;
    background-position: top;
  }
  footer.contact p {
    font-size: 12px;
    left: 25%;
  }
}
