/* 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;
}
html,
body {
  height: 100%;
  border: 0 solid transparent;
  background-image: url(../img/background.jpg);
  background-repeat: no-repeat;
  font-size: 16px;
  margin: 0;
  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;
}
/* ------------------------------- END RECURENTES -- */
/* ----------------------------------------------------------- HEADER -- */
header {
  background-image: url(../img/avion.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 950px;
}
header div.top {
  display: block;
}
header div.top div.burger {
  width: 200px;
  height: 200px;
  background-image: url(../img/logoairplane.svg);
  cursor: pointer;
  position: fixed;
  top: 10%;
  right: 5%;
  z-index: 4;
  transition: all 0.3s ease-in-out;
}
header div.top div.burger span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}
header div.top div.burger span:before,
header div.top div.burger span:after {
  content: '';
  position: absolute;
  display: block;
  width: 30px;
  height: 2px;
}
header div.top div.burger span:before {
  top: -10px;
}
header div.top div.burger span:after {
  top: 10px;
}
header div.top div.burger.burger-open span {
  background-color: rgba(99, 112, 129, 0);
}
header div.top div.burger.burger-open span:before {
  transform: rotate(45deg);
  top: 0;
}
header div.top div.burger.burger-open span:after {
  transform: rotate(135deg);
  top: 0;
}
header div.top div.menu {
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.91);
  position: fixed;
  right: 0;
  width: 20%;
  z-index: 2;
  transform: translateX(100%);
  overflow-x: hidden;
  transition: transform 0.3s ease-in-out;
}
header div.top div.menu.is-open {
  transform: translateX(0);
}
header div.top div.menu ul {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
header div.top div.menu ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 20px;
}
header div.top div.menu ul li a {
  display: block;
  color: #000000;
  line-height: 3rem;
  font-size: 0.9rem;
  text-align: right;
  font-weight: bold;
  padding-right: 150px;
  position: relative;
}
header div.top div.menu ul li a:hover {
  color: #d51e24;
}
header div.top div.menu ul li a:before,
header div.top div.menu ul li a:after {
  content: '';
  position: absolute;
  display: block;
  height: 5px;
  width: 80%;
  left: 0;
}
/* ----------------------------------------------------------- OFFRE -- */
section.poffre {
  margin-top: -100px;
}
section.poffre article.business p {
  text-align: center;
  font-size: 18px;
  border-bottom: solid 5px red;
  margin-bottom: 50px;
  padding-bottom: 20px;
}
section.poffre article.business p span {
  font-weight: bold;
  font-size: 24px;
  color: red;
}
section.poffre h3 {
  font-size: 20px;
  margin-top: 50px;
  font-weight: bold;
  padding: 0 50px;
}
/* ----------------------------------------------------------- DESTINATION -- */
section.destination {
  margin-top: 300px;
  text-align: center;
}
section.destination h1 {
  margin-bottom: 100px;
}
section.destination article.tendances {
  display: inline-block;
  width: calc(45% - 25px);
  margin: 10px;
  background-color: white;
}
section.destination article.tendances div.visuel {
  height: 262px;
  background-size: cover;
  background-position: center;
  margin-bottom: 10px;
}
section.destination article.tendances:nth-of-type(1) div.visuel {
  background-image: url(../img/diego.jpg);
}
section.destination article.tendances:nth-of-type(2) div.visuel {
  background-image: url(../img/costa.jpg);
}
section.destination article.tendances:nth-of-type(3) div.visuel {
  background-image: url(../img/irl.jpg);
}
section.destination article.tendances:nth-of-type(4) div.visuel {
  background-image: url(../img/sanj.jpg);
}
section.destination article.tendances a {
  color: #d51e24;
  font-size: 20px;
  font-weight: bold;
}
section.destination article.tendances p {
  margin-bottom: 10px;
}
/* ----------------------------------------------------------- NEWSLETTER -- */
section.new {
  margin-top: 300px;
}
section.new h1 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px;
}
section.new h2 {
  text-align: center;
  font-size: 24px;
  color: #d51e24;
}
section.new form {
  text-align: center;
  margin-top: 50px;
}
section.new form label {
  font-size: 20px;
  font-weight: bold;
  margin-right: 20px;
}
section.new form input {
  width: 200px;
  height: 35px;
  margin-left: 20px;
  padding-left: 10px;
  border: 0;
}
section.new form input.go-form {
  color: white;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  background-color: #d51e24;
  width: 80px;
}
section.new form input.go-form:hover {
  color: #d51e24;
  background-color: white;
}
/* ----------------------------------------------------------- PAYEMENT-- */
section.payement {
  text-align: center;
  margin-top: 250px;
}
section.payement h1 {
  margin-bottom: 50px;
  font-size: 24px;
}
section.payement i {
  font-size: 100px;
  color: #d51e24;
  margin: 20px;
}
/* ----------------------------------------------------------- PAYEMENT-- */
footer {
  margin-top: 250px;
}
footer img {
  width: 150px;
  margin: 0 auto;
}
footer p {
  text-align: center;
  padding-bottom: 50px;
}
/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 1024px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 1024px) {
  .center {
    width: 960px;
    margin: 0 auto;
  }
  header div.top div.burger {
    width: 150px;
    height: 150px;
  }
  header div.top div.menu {
    width: 30%;
  }
  header div.top div.menu ul {
    width: 115%;
  }
  section.footer p {
    padding-bottom: 35px;
  }
}
/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 768px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .center {
    width: 100%;
    margin: 0 auto;
  }
  header {
    height: 660px;
  }
  header div.top div.burger {
    top: 5%;
  }
  header div.top div.menu {
    width: 40%;
  }
  section.new h2 {
    font-size: 20px;
  }
  section.new form label {
    font-size: 18px;
  }
  section.new form input {
    width: 180px;
    margin-left: 10px;
    padding-left: 10px;
  }
  section.new form input.go-form {
    width: 80px;
  }
  section.payement i {
    font-size: 90px;
  }
}
/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 600px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 600px) {
  .center {
    width: 100%;
    margin: 0 auto;
  }
  header {
    height: 660px;
  }
  header div.top div.burger {
    top: 5%;
    width: 110px;
    height: 110px;
  }
  header div.top div.menu {
    width: 100%;
  }
  section.destination {
    margin-top: 150px;
  }
  section.destination article.tendances {
    display: block;
    width: 70%;
    margin: 10px 90px;
  }
  section.destination article.tendances p {
    padding-bottom: 1Opx;
  }
  section.new {
    margin-top: 150px;
  }
  section.new h2 {
    font-size: 16px;
  }
  section.new form label {
    font-size: 16px;
  }
  section.new form input {
    width: 180px;
    margin-left: 10px;
    padding-left: 10px;
  }
  section.new form input.go-form {
    width: 80px;
  }
  section.payement i {
    font-size: 90px;
  }
}
/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 480px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 480px) {
  .center {
    width: 100%;
    margin: 0 auto;
  }
  header {
    height: 460px;
  }
  header div.top div.burger {
    top: 5%;
    width: 80px;
    height: 80px;
  }
  header div.top div.menu {
    width: 100%;
  }
  section.destination {
    margin-top: 150px;
  }
  section.destination artcle.tendances p {
    font-size: 12px;
    padding-bottom: 20px;
  }
  section.new {
    margin-top: 150px;
  }
  section.new h1 {
    font-size: 20px;
  }
  section.new h2 {
    font-size: 18px;
  }
  section.new form label {
    font-size: 14px;
    margin-right: 0px;
  }
  section.new form input {
    width: 150px;
    height: 30px;
    margin-left: 10px;
    padding-left: 10px;
  }
  section.new form input.go-form {
    width: 80px;
  }
  section.payement {
    margin-top: 90px;
  }
  section.payement h1 {
    font-size: 20px;
  }
  section.payement i {
    font-size: 60px;
  }
  footer img {
    width: 90px;
  }
  footer p {
    font-size: 12px;
  }
}
/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 420px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 420px) {
  .center {
    width: 100%;
    margin: 0 auto;
  }
  section.nos h1 {
    font-size: 20px;
  }
  section.nos article.service {
    width: 100px;
    margin: 15px 153px;
  }
  section.destination h1 {
    font-size: 20px;
  }
  section.destination article.tendances {
    margin: 10px 65px;
  }
  section.destination a {
    font-size: 14px;
  }
  section.destination p {
    font-size: 12px;
    padding-bottom: 10px;
  }
  section.new h1 {
    font-size: 20px;
  }
  section.new h2 {
    font-size: 16px;
  }
  section.new form label {
    font-size: 12px;
    margin-right: 0px;
  }
  section.new form input {
    width: 120px;
    font-size: 10px;
  }
  section.payement h1 {
    font-size: 18px;
  }
  section.payement i {
    font-size: 50px;
  }
  footer {
    margin-top: 100px;
  }
  section.poffre h3 {
    font-size: 16px;
  }
}
/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 375px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 375px) {
  .center {
    width: 100%;
    margin: 0 auto;
  }
  header {
    height: 30%;
    width: 100%;
  }
  header div.top div.menu {
    width: 100%;
  }
  header div.top div.burger {
    width: 80px;
    height: 80px;
  }
  section.destination {
    margin-top: 150px;
  }
  section.destination h1 {
    font-size: 20px;
  }
  section.destination article.tendances {
    display: block;
    width: 90%;
    margin-left: 19px;
  }
  section.destination article.tendances a {
    font-size: 18px;
  }
  section.destination article.tendances p {
    font-size: 14px;
    padding-bottom: 10px;
  }
  section.new {
    margin-top: 150px;
  }
  section.new h1 {
    font-size: 20px;
  }
  section.new h2 {
    font-size: 17px;
  }
  section.new form label {
    font-size: 16px;
    margin-right: 0px;
  }
  section.new form input {
    width: 210px;
    margin-top: 30px;
    padding-left: 10px;
  }
  section.new form input.go-form {
    width: 80px;
  }
  section.payement {
    margin-top: 150px;
  }
  section.payement h1 {
    font-size: 16px;
    margin-bottom: 30px;
  }
  section.payement i {
    font-size: 50px;
  }
  footer {
    margin-top: 100px;
  }
  footer img {
    width: 100px;
  }
  footer p {
    font-size: 10px;
  }
}
/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 320px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 320px) {
  .center {
    width: 100%;
    margin: 0 auto;
  }
  header div.top div.burger {
    width: 60px;
    height: 60px;
    top: 2%;
  }
  section.meilleurs h1 {
    font-size: 14px;
  }
  section.meilleurs div.color {
    margin-left: 25px;
    height: 360px;
  }
  section.meilleurs div.color article.offres {
    width: 228px;
    margin: 30px 0 0 5px;
  }
  section.meilleurs div.color article.offres h2 {
    font-size: 16px;
  }
  section.meilleurs div.color article.offres p {
    font-size: 14px;
  }
  section.meilleurs div.color article.offres a {
    font-size: 14px;
  }
  section.meilleurs div.color article.imgoffres img {
    width: 75%;
    padding: 35px 0px;
    margin-left: 35px;
  }
  section.destination h1 {
    font-size: 16px;
  }
  section.new h1 {
    font-size: 16px;
  }
  section.new h2 {
    font-size: 14px;
  }
  section.new form input {
    width: 150px;
  }
  section.payement h1 {
    font-size: 14px;
  }
  section.payement i {
    font-size: 40px;
  }
}
