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-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

#vintage{
    width: 100%;
}

#step1{
    width: 100%;
}

.step1_1{
    height: 10%;
    background-color: #65bcbc;
    margin: auto;
    text-align: center;
    min-height: 30px;
}

.iconmenu{
    width: 95%;
    margin: auto;
}

.iconmenu i{
    color: white;
    margin: 2px 3px 0px 2px;
}

.login{
    float: left;
    margin: 5px 0px 0px 0px;
}

.nomprofil{
    float: left;
    margin: 5px 10px 0px 10px;
}

.logocalendar{
    float: left;
    margin: 5px 2px 0px 2px;
}

.share{
    float: left;
    margin: 5px 2px 0px 2px;
}

.share{
    float: left;
    margin: 5px 2px 0px 2px;
}

.infomenu{
    float: left;
    margin: 5px 2px 0px 2px;
}

.valise{
    float: left;
    margin: 5px 2px 0px 2px;
}

.euro{
    float: right;
    margin: 5px 2px 0px 2px;
}

.cadeaux{
    float: right;
    margin: 5px 2px 0px 2px;
}

.nomprofil a{
    color: white;
    text-decoration: none;
}

/*---------------------- MENU----------------------*/

body {
  margin: 0;
  font-family: Helvetica, sans-serif;
  background-color: #f4f4f4;
}

a {
  color: #000;
}

/* header */

.header {
  background-color: #fff;
  box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
  width: 100%;
  z-index: 3;
  height: 93px;
}

.header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    background-color: #fff;
}

.header li a {
  display: block;
  padding: 20px 20px;
  /*border-right: 1px solid #f4f4f4;*/
  text-decoration: none;
  color: #807464;
}

/*.header li a:hover,
.header .menu-btn:hover {
  color: #f4f4f4;*/
    /*color: #64bcbc;*/
  /*background-color: #64bcbc;;
}*/

.paris a:hover{
    background-color: #65bcbc;
    color: #f4f4f4;
}

.londre a:hover{
    background-color: #807464;
    color: #f4f4f4;    
}

.tokyo a:hover{
    background-color: #b7a692;
    color: #f4f4f4;    
}

.munich a:hover{
    background-color: #0489B1;
    color: #f4f4f4;   
}

.rome a:hover{
    background-color: #868A08;
    color: #f4f4f4;    
}

.header .logo {
  display: block;
  float: left;
  /*font-size: 2em;*/
  /*padding: 8px ;*/
  /*text-decoration: none;*/
}

.logo img{
    height: 85px;
}

/* menu */

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: left;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}

.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 240px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

.nav{
    width: 75%;
    margin: auto;
}

.logo{
    width: 25%;
}

.nav2{
    /*height: 100%;
    width: 65%;*/
    float: right;
}

.recherche input{
    border-radius: 15px;
    width: 180px;
    height: 30px;
    float: right;
    margin: 15px 0px 8px 0px;
}

.img img{
    display: none;
}

.valise2{
    display: none;
}

.mail{
    display: none;
}

/* 48em = 768px */

@media (min-width: 990px) {
    

  
  .header li {
    float: left;
  }
  .header li a {
    /*padding: 11px 20px 0px 0px;*/
    padding: 18px 5px 11px 5px;
    font-size: 10px;
  }
  .header .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .header .menu-icon {
    display: none;
  }
}

@media (max-width: 990px) {
    
  .header ul {
    position: absolute;
    width: 100%;
    text-align: center;
  }

.img img {
    display: block;
    float: right;
    margin-top: -37px;
    padding: 0px 20px 0px 0px;
}
    
.header {
  /*height: 53px;*/
    height: 60px;
}
    
.recherche input{
    display: none;
  }
    
.header .logo {
    float: none;
    margin: auto;
    padding-top: 5px;
 }
    
.nav {
    width: 100%
}
    
.nav2 {
    float: left;
}
    
.header .menu-icon {
    margin-top: -52px;
}
    
.logo img {
    height: 48px;
}
    
.header li a {
    padding: 9px 16px;
    font-size: 18px;
}
    
.nomprofil{
    display: none;
}
    
.logocalendar{
    display: none;    
}
    
.share{
    display: none;    
}
    
.infomenu{
    display: none;    
}
    
.valise{
    display: none;    
}
    
.mail{
    display: block;
    float: right;
    margin: 5px 2px 0px 2px;
}
    
}

@media (max-width: 500px) {
    
.valise2{
    display: block;
    float: right;
    margin: 5px 2px 0px 2px;
}
    
.mail{
    display: none;
}
 }


/*-------------fin menu-----------*/



.logomenu{
    width: 75%;
    margin: auto;
}

.logo{
    /*width: 30%;*/
    float: left;
    text-align: center;
}

.step1_3{
    height: 70vh;
    min-height: 431px;
    background-image: url(image/tropical.jpeg);
    background-size: cover;
}

.texte1_3 {
    padding-top: 99px;
    text-align: center;
    color: #807464;
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
    font-size: 30px;
}

.ligne1_3{
    text-align: center;
}

.consultez{
    text-align: center;
    font-family: sans-serif;
    color: white;
}

.jedecouvre{
    text-align: center;
    margin-top: 20px
}

button {
    border-radius: 15px;
    width: 120px;
    height: 32px;
    background-color: #65bcbc;
    font-family: sans-serif;
    color: white;
}

#step2{
    width: 75%;
    height: 124px;
    margin: auto;
    margin-top: -60px;
}

.element1{
    display: flex;
    flex-direction:row;
    justify-content: space-between;
    color: white;
    text-align: center;
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}

.info{
    width: 30%;
    height: 110px;
    background-color: #807464;
    padding-top: 14px;
}

.elu{
    width: 30%;
    height: 110px;
    background-color: #b7a692;
    padding-top: 14px;
}

.activite{
    width: 30%;
    height: 110px;
    background-color: #64bcbc;
    padding-top: 14px;
}

.logoinfo{
    margin: 10px;
}

.element1 h1{
   font-size: 15px; 
}

.element1 h2 {
    font-size: 12px;
}

.element2{
    width: 75%;
    display: flex;
    margin: auto;
    margin-top: 20px;
    flex-direction:row;
    justify-content: space-between;
    color: white;
    text-align: center;
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}

.bienvenue h1{
    color: #64bcbc;
    text-align: left;
    font-size: 15px;
    margin:20px;
}

.bienvenue h2{
    color: #807464;
    text-align: left;
    font-size: 0.7em;
    margin: 0px 20px 0px 20px;
}

.bienvenue button{
    float: left;
    margin: 1px 20px 0px 20px;
}

.bienvenue{
    width: 49%;
    height: 230px;
    color: #64bcbc;
    border-style: solid;
    border-width: 2px;
}

.avantages{
    width: 49%;
    height: 230px;
    color: #807464;
    border-style: solid;
    border-width: 2px;
}

.avantages h1{
    color: #807464;
    text-align: left;
    font-size: 15px;
    margin:20px;
}

.avantages h2{
    color: #807464;
    text-align: left;
    font-size: 0.7em;
    margin: 0px 5px 0px 20px;
}

.avantages button{
    float: left;
    margin: 1px 20px 0px 20px;
    background-color: #807464;
}

.separateuroffre{
    width: 75%;
    margin: auto;
}

.separateuroffre1{
    width: 75%;
    margin: auto;
}

.separateuroffre h1{
    text-align: center;
    margin-top: 20px;
    float:left;
    width: 20%;
    font-size: 1.2vw;
} 

.separateuroffre1 h1{
    text-align: center;
    margin-top: 20px;
    float:left;
    width: 20%;
    font-size: 1.2vw;
} 

.so1 hr { 
  margin-top: 3%;
  border: none;
  border-top: medium double #8c8c8c; 
  color: #8c8c8c; 
  float:left; 
  width: 40%;
}

.so2 hr { 
  margin-top: 3%;
  border: none;
  border-top: medium double #8c8c8c; 
  color: #8c8c8c; 
  float:left; 
  width: 40%;
}

.element3{
    width: 75%;
    display: flex;
    margin: auto;
    flex-direction:row;
    justify-content: space-between;
    color: white;
    text-align: center;
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}

.cinema{
    width: 49%;
    height: 130px;
    background-image:url(image/cinema.jpeg);30
    background-size: cover;
    margin-top: 20px;
}

.cinema h1{
    margin-top: 40px;
    text-align: left;
    margin-left: 8vw;
    font-size: 19px;
}

.cinema h2{
    text-align: left;
    margin-left: 10vw;
    font-size: 11px;
}

.voyages{
    width: 49%;
    height: 130px;
    background-image:url(image/voyages.jpg);
    margin-top: 20px;
}

.voyages h1{
    margin-top: 40px;
    text-align: left;
    margin-left: 8vw;
    font-size: 19px;
}

.voyages h2{
    text-align: left;
    margin-left: 10vw;
    font-size: 11px;
}

.element4{
    width: 75%;
    display: flex;
    margin: auto;
    flex-direction:row;
    justify-content: space-between;
    color: white;
    text-align: center;
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}

.sport{
    width: 49%;
    height: 130px;
    background-image:url(image/sport.jpeg);
    margin-top: 20px;
}

.sport h1{
    margin-top: 30px;
    text-align: left;
    margin-left: 8vw;
    font-size: 19px;
}

.sport h2{
    text-align: left;
    margin-left: 9vw;
    font-size: 11px;
}

.spectacles{
    width: 49%;
    height: 130px;
    background-image:url(image/spectacles.jpeg);
    margin-top: 20px;
}

.spectacles h1{
    margin-top: 30px;
    text-align: left;
    margin-left: 8vw;
    font-size: 19px;
}

.spectacles h2{
    text-align: left;
    margin-left: 10vw;
    font-size: 11px;
}

.element5{
    width: 75%;
    display: flex;
    margin: auto;
    flex-direction:row;
    justify-content: space-between;
    color: white;
    text-align: center;
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}

.parcs{
    width: 49%;
    height: 130px;
    background-image:url(image/parcs.jpeg);
    margin-top: 20px;
}

.parcs h1{
    margin-top: 30px;
    text-align: left;
    margin-left: 8vw;
    font-size: 19px;
}

.parcs h2{
    text-align: left;
    margin-left: 10vw;
    font-size: 11px;
}

.high{
    width: 49%;
    height: 130px;
    background-image:url(image/high.jpeg);
    margin-top: 20px;
}

.high h1{
    margin-top: 30px;
    text-align: left;
    margin-left: 8vw;
    font-size: 19px;
}

.high h2{
    text-align: left;
    margin-left: 10vw;
    font-size: 11px;
}

.element6{
    width: 75%;
    display: flex;
    margin: auto;
    flex-direction:row;
    justify-content: space-between;
    color: white;
    text-align: center;
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}

.maison{
    width: 49%;
    height: 130px;
    background-image:url(image/maison.jpeg);
    margin-top: 20px;
}

.maison h1{
    margin-top: 30px;
    text-align: left;
    margin-left: 8vw;
    font-size: 19px;
}

.maison h2{
    text-align: left;
    margin-left: 9vw;
    font-size: 11px;
}

.mode{
    width: 49%;
    height: 130px;
    background-image:url(image/mode.jpeg);
    margin-top: 20px;
}

.mode h1{
    margin-top: 30px;
    text-align: left;
    margin-left: 8vw;
    font-size: 19px;
}

.mode h2{
    text-align: left;
    margin-left: 9vw;
    font-size: 11px;
}
.element7{
    width: 75%;
    display: flex;
    margin: auto;
    flex-direction:row;
    justify-content: space-between;
    color: white;
    text-align: center;
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}

.contact{
    width: 40%;
    height: 130px;
    margin-top: 50px;
}

.contact h1{
    margin: 0px 0px 45px 160px;
    color: #65bcbc;
    font-size: 11px
}

.contact button{
    margin-left: 130px;
    font-size: 12px;
}

.abonnement{
    width: 40%;
    height: 130px;
    margin-top: 54px;
}

.abonnement h1{
    margin-right: 130px;
    margin-top: 4px;
    color: #b7a692;
    font-size: 11px
}

.abonnement button{
    margin-right: 130px;
    font-size: 12px;
    background-color: #b7a692;
}

.dernierhr{
    width:75%;
    margin-top:40px;
    margin: auto;
}

.dernierpoint{
    text-align:center;
    margin:60px;
}

@media (max-width: 990px) {
 
    #step2{
        width: 95%;
    }
    
    .element2{
        width: 95%;
    }
    
    .separateuroffre{
        width: 95%;
    }
    
    .separateuroffre1{
        width: 95%;
    }
    
    .element3{
        width: 95%;
    }
    
    .element4{
        width: 95%;
    }
    
    .element5{
        width: 95%;
    }
    
    .element6{
        width: 95%;
    }
    
    .dernierhr{
        width: 95%;
        padding: 25px 0px 0px 0px;
    }
    
 }

@media (max-width: 890px) {
    
    .element1{
    flex-direction:column;
    }
    
    .info{
        float: left;
        width: 100%;
        margin: 10px 0px;
    }
    
    .elu{
        float: left;
        width: 100%;
        margin: 10px 0px;
    }
    
    .activite{
        float: left;
        width: 100%;
        margin: 10px 0px;
    }
    
    .bienvenue{
        float: left;
        width: 100%;
        margin: 44px 0px 14px 0px;
    }
    
    .bienvenue h1{
        text-align: center;
    }
    
    .bienvenue h2{
        text-align: center;
    }
    
    .bienvenue button{
        float: none;
    }
    
    .avantages{
        float: left;
        width: 100%;
        margin: 10px 0px;
    }
    
    .avantages h1{
        text-align: center;
    }
    
    .avantages h2{
        text-align: center;
    }
    
    .avantages button{
        float: none;
    }
    
    .element2{
        flex-direction:column;
        margin-top: 275px;
    }
    
    .separateuroffre h1{
        display: none;
    } 
    
    .separateuroffre1 h1{
        width: 100%;
        font-size: 12px;
    }   
    
    .cinema{
        width: 100%;
        text-align: center;
    }
    
    .cinema h1{
        text-align: center;
        margin-left: 0vw;
    }

    .cinema h2{
        text-align: center;
        margin-left: 0vw;
    }
    
    .voyages{
        float: left;
        width: 100%;
    }
    
    .voyages h1{
        text-align: center;
        margin-left: 0vw;
    }

    .voyages h2{
        text-align: center;
        margin-left: 0vw;
    }
    
    .sport{
        float: left;
        width: 100%;
    }
    
    .sport h1{
        text-align: center;
        margin-left: 0vw;
    }

    .sport h2{
        text-align: center;
        margin-left: 0vw;
    }
    
    .spectacles{
        float: left;
        width: 100%;
    }
    
    .spectacles h1{
        text-align: center;
        margin-left: 0vw;
    }

    .spectacles h2{
        text-align: center;
        margin-left: 0vw;
    }
    
    .parcs{
        float: left;
        width: 100%;
    }
    
    .parcs h1{
        text-align: center;
        margin-left: 0vw;
    }

    .parcs h2{
        text-align: center;
        margin-left: 0vw;
    }
    
    .high{
        float: left;
        width: 100%;
    }
    
    .high h1{
        text-align: center;
        margin-left: 0vw;
    }

    .high h2{
        text-align: center;
        margin-left: 0vw;
    }
    
    .maison{
        float: left;
        width: 100%;
    }
    
    .maison h1{
        text-align: center;
        margin-left: 0vw;
    }

    .maison h2{
        text-align: center;
        margin-left: 0vw;
    }
    
    .mode{
        float: left;
        width: 100%;
    }
    
    .mode h1{
        text-align: center;
        margin-left: 0vw;
    }

    .mode h2{
        text-align: center;
        margin-left: 0vw;
    }
    
    .element3{
        flex-direction:column;
    }
    
    .element4{
        flex-direction:column;
    }
    
    .element5{
        flex-direction:column;
    }
    
    .element6{
        flex-direction:column;
    }
    
    .so1{
        display: none;
    }
    
    .so2{
        display: none;
    }
    
    .element7{
        flex-direction:column;
    }

    .contact{
        width: 100%;
        height: 70px;
    }
    
    .contact h1{
        margin: 0px 0px 0px 0px;
    }

    .contact button{
        margin-left: 0px;
    }
    
    .abonnement{
        width: 100%;
    }
    
    .abonnement h1{
        margin: 0px 0px 0px 0px;
    }

    .abonnement button{
        margin-right: 0px;
    }
    
    .dernierpoint{
        font-size: 12px;
        margin:20px;
    }
    
}