/*!
 * Tagadam V1.0
 * Copyright 2017 Tagadam, Inc.
 * Licensed under MIT */


/*---------General rules-----------*/

body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
}

a, p {
  color: #422703;
  font-weight: 600;
}
/*---------Header-----------*/

header {
  background-image: url(../img/img-header.jpg);
  height: 10em;
  text-align: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 3;
  background-size: cover;
}


/*---------Landing-----------*/

#landing .logo {
  text-align: center;
  margin-bottom: 1em;
}

#landing .logo img {
  height: 14em;
  padding: 1em;
}


#landing {
  height: auto;
  background-color: #ec6e29;
  background-image: url(../img/patte-landing.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 1vh 0em 4em 0em;
  font-family: 'Open-Sans', sans-serif;
  font-weight: 600;
  color: #422703;
}

.etiquette-landing {
  background-image: url(../img/etiquette-landing.svg);
  background-repeat: no-repeat;
  background-size: contain;;
  overflow: hidden;
  padding: 50px;
}

.img-etiquette-landing {
    height: 20em;
    text-align: center;
}

.foire-paris {
  height: 100%;

}

.texte-etiquette-landing p {
  font-size: 1em;
  font-weight: 600 !important;
  color: #422703;
}

.texte-etiquette-landing a {
  color: #ec6e29;
  text-decoration: underline;
}

.texte-etiquette-landing span {
  color: #ec6e29;
}


.texte-etiquette-landing {
  padding-top: 1em;
}

.arrow-down {
  text-align: center;
  clear: both;
}

.arrow-down img {
    height: 3em;
    margin-top: 1em;
}

.newsletter {
  text-align: center;
  margin-top: 2em;
}

.newsletter .clear {
    display: inline-block;
}

#mc-embedded-subscribe {
  border: 1px solid #fff;
  background: transparent;
  padding: 0.4em 5em;
  color: #fff;
}

#mc-embedded-subscribe:hover {
  border: 1px solid #fff;
  background: #fff;
  padding: 0.4em 5em;
  color: #422703;
}

#mce-EMAIL {
  background-color: #fff;
  padding: 0.4em 5em 0.4em 1em;
  color: #422703 !important;
  border: 1px solid #ccc;
  text-align: left;
}

.caille-title {
  font-family: 'Open-Sans', sans-serif;
  font-size: 1.6em;
  font-weight: 600;
}

/*---------Informations-----------*/

#informations {
    text-align: center;
    font-family: 'Open-Sans', sans-serif;
    font-weight: 600;
    font-size: 1.2em;
    padding: 4em 0;
    background-image: url(../img/patte-orange.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.etiquette-info {
  background-image: url(../img/etiquette-infos.svg);
  background-repeat: no-repeat;
  text-align: center;
  background-size: contain;;
  padding: 5px;
  height: 14em;
  margin-bottom: 10px;
}

.etiquette-info img {
  height: 4em;
  margin: 10px;
}

.alignement {
  width: 9em;
  margin: 0;
  float: left;
}

.alignement2 {
  width: 8em;
  margin: 0;
  float: left;
}

.titre-info {
  margin: 2em 0 1em 0em;
}

img.social-footer {
    height: 2em;
    margin-top: 1em;
}

/*---------Contact-----------*/

#contact {
  background-color: #ec6e29;
  text-align: center;
  padding: 2em 0;
  background-image: url(../img/patte-blanche2.svg);
  text-align: center;
  background-repeat: no-repeat;
  background-position-x: 0%;
  background-size: 10em;
  z-index: 3;
}



/*---------Responsive-----------*/

@media screen and (max-width: 1200px) {
  .img-etiquette-landing {
      height: 15em;
      text-align: center;
      text-align: center;
      position: relative;
      bottom: 0;

  }

  .etiquette-landing {
    padding: 30px;
}

  .texte-etiquette-landing p {
    font-size: 1.2em;
  }


  .etiquette-info {
    font-size: 0.9em;
    padding-right: 5px;
  }

}

@media screen and (max-width: 1199px) {

  .texte-etiquette-landing p {
    font-size: 0.9em;
  }

  .caille-title {
    font-size: 1em;
  }

}


@media screen and (max-width: 990px) {

  .alignement2, .alignement {
    display: none;
  }

  .etiquette-landing {
    padding: 30px;
  }

  .texte-etiquette-landing p {
    font-size: 0.9em;
  }

}

@media screen and (max-width: 767px) {

  .texte-etiquette-landing p {
    font-size: 0.9em;
  }

  .texte-etiquette-landing {
    margin-top: 14vh;
    position: relative;
    text-align: center;
  }

  .etiquette-landing {
    background-image: url(../img/etiquette-landing-mobile.svg);
    background-repeat: no-repeat;
    height: 86em !important;
    padding: 17px;
  }

  .img-etiquette-landing {
      display: none;
  }

  .foire-paris {
    width: 50%;
    height: auto;
  }

}

@media screen and (max-width: 500px) {
  .img-etiquette-landing {
      top: 31vh;
  }

  .titre-info {
    margin: 0em 0 2em 0em;
  }

  .foire-paris {
    width: 70%;
    height: auto;
    margin-top: 2em;
  }

  #landing {
    padding: 0vh 0 2em 0;
  }

  .etiquette-landing {
    height: 46em !important;
    margin-bottom: 0em;
  }

  #landing .logo {
    text-align: center;
    margin-bottom: 1em;
  }

  header {
    height: 4em;
    background-size: 160%;
  }

  .arrow-down img {
      margin-top: 1em;
  }

  .newsletter .clear {
      display: block;
      margin-top: 5px;
  }

  #mc-embedded-subscribe {
    width: 100%;
  }

  #mce-EMAIL {
    width: 100%;
    padding: 0.4em 5em;
    text-align: center;
  }

  .texte-etiquette-landing p {
    font-size: 1.1em;
}

img.social-footer {
    height: 1.8em;
    margin-top: 1em;
}


}

@media screen and (max-width: 380px) {


  .foire-paris {
    margin-top: 0em;
  }

  .etiquette-landing {
    padding: 8px;
    height: 40em !important;
  }

  .texte-etiquette-landing p {
    font-size: 0.9em;
}

}

@media screen and (max-width: 320px) {
  .etiquette-landing {
    height: 35em !important;
  }

  .texte-etiquette-landing p {
    font-size: 0.8em;
  }

}
