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;  }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,   footer, header, hgroup, menu, nav, section
{  	display: block;  }  body {  	line-height: 1;  }  ol, ul {  	list-style: none;  }
blockquote, q {  	quotes: none;  }  blockquote:before, blockquote:after,  q:before, q:after
{  	content: '';  	content: none;  }  table {  	border-collapse: collapse;  	border-spacing: 0;  }

@font-face {
    font-family: 'sketch';
    src: url('typo_sketch_demo-webfont.woff2') format('woff2'),
         url('typo_sketch_demo-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sketch1';
    src: url('sketch_block-webfont.woff2') format('woff2'),
         url('sketch_block-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html{
  height: 100%;
  width: 100%;
}


body{
  font-family: "Lato";
  font-weight: 700;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

.flex{
  background-image: url(images/bg-mobile.jpg);
  background-position: center;
  background-size: cover;
  height: 100%;
}

/* côté gauche */

.logo {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.logo img {
  max-width: 220px;
  height: auto;
}

/* côté droit */

#left {
  padding-top: 30%;
  position: relative;
  margin: 0;
  width: 100%;
  height: 50%;
}

#right {
  width: 100%;
  height: 50%;
}

#right .h1{
  margin: 0 0 1em 0;
  text-align: center;
  font-size: 0.9em;
  text-transform: uppercase;
  color : #ce8f11;
}

#left .h2{
  margin: 1em 0 0 0;
  color: white;
  font-weight: 400;
  font-size: .7em;
  text-align: center;
  text-transform: uppercase;
}

/* countdown */

.countdown {
  width: 100%;
  text-align: center;
}

#right span {
  font-family: 'sketch1';
  font-weight: 100;
  max-width: 50%;
  font-size: 1.3em;
  color: white;
}

#right #cntdwn{
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
}

/* boutons */

.bouton1, .bouton2, .bouton3, .bouton4{
  font-size: .8em;
  text-transform: uppercase;
  text-align: center;
  width: 40%;
  padding: .5em .5em;
  transition: ease-in-out all .3s;
}

.bouton1, .bouton3{
  margin: 2em auto;
  background-color: #ce8f11;
  color: white;
}

.bouton2, .bouton4{
  margin: 2em auto;
  color: white;
  border: solid white 1px;
}

.bouton1:hover, .bouton2:hover, .bouton3:hover, .bouton4:hover{
  background-color: white;
  color: black;
  transition: ease-in-out all .3s;
  cursor: pointer;
}

/* growpop */
#growpop1 {
  width: 100%;
}

#growpop2 {
  width: 100%;
  height: 100%;
}

#growpop-left {
  padding: 5% 0;
  background-color: white;
}

#growpop-right {
  background-color: #141414;
  color: white;
  text-align: center;
  height: 100%;
}

#growpop-left p {
  text-align: justify;
  width: 70%;
}

#growpop-left .h3{
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  padding: 0% auto 1.5em auto;
  color: #ce8f11;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 700;
}

#growpop-left p{
  margin-left: auto;
  margin-right: auto;
  padding-top: .8em;
  font-size: .9em;
  font-weight: 400;
}



#growpop-right hr{
  background-color: #ce8f11;
  border-color: #ce8f11;
  width: 50px;
  height: 3px;
}

#growpop-right .h3{
  margin-left: auto;
  margin-right: auto;
  padding-top: 40%;
  font-size: 1.5em;
  text-transform: uppercase;
}

#growpop-right .center {
  text-align: center;
  font-weight: 600;
}

#growpop-right p{
  text-align: justify;
  margin: 1.5em auto 2em auto;
  width: 60%;
  font-weight: 300;
  font-size: 0.9em;
}

#growpop-right input{
  color: white;
  font-family: 'Lato';
  font-weight: 700;
  border: 2px white solid;
  background-color: black;
}

#growpop-right .email{
  width: 40%;
  background-color: #141414;
  padding: 7px;
  margin-bottom: 5px;
}

#growpop-right .form {
  width: 90%;
  margin: auto;
}

#growpop-right #mc-embedded-subscribe {
  width: auto;
  color: black;
  background-color: white;
  padding: 7px;
  text-align: center;
  transition: .3s ease-in-out all;
}

#growpop-right #mc-embedded-subscribe:hover {
  background-color: black;
  color: white;
  transition: .3s ease-in-out all;
}

#bouton1, #bouton2, #bouton3, #bouton4 {
  display: none;
}

@media screen and (min-width: 550px)  {
  #left .logo img {
    max-width: 330px;
    height: auto;
  }
  #right .h1{
    margin: 0 0 1em 0;
    text-align: center;
    font-size: 1.1em;
    text-transform: uppercase;
    color : #ce8f11;
  }

  #left .h2{
    margin: 1em 0 0 0;
    color: white;
    font-weight: 400;
    font-size: 1.2em;
    text-align: center;
    text-transform: uppercase;
  }

  .countdown {
    width: 100%;
    text-align: center;
  }
  #right span {
    font-family: 'sketch1';
    font-weight: 100;
    max-width: 50%;
    font-size: 1.5em;
    color: white;
  }
  #right #cntdwn{
    margin-top: 2em;
    margin-left: auto;
    margin-right: auto;
  }
  .bouton1, .bouton2, .bouton3, .bouton4{
    font-size: 1em;
    text-transform: uppercase;
    text-align: center;
    width: 35%;
    padding: .5em .5em;
    transition: ease-in-out all .3s;
  }

  .bouton1, .bouton3{
    margin: 2em auto;
    background-color: #ce8f11;
    color: white;
  }

  .bouton2, .bouton4{
    margin: 2em auto;
    color: white;
    border: solid white 1px;
  }
}

/* Boutons contenus */

#growpop1 {
  height: auto;
}

#growpop-left.growpop-left {
  height: auto;
}

#contenu1, #contenu2, #contenu3 {

  margin-top: 5%;
  min-height: auto;
}

#c1, #c2, #c3 {
  display: none;
}
