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%;
  overflow-x: hidden;
}

.flex{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  height: 100%;
}

/* côté gauche */

.right0, .left0{
  position : absolute;
  width: 50%;
  min-height: 100%;
}

.left0{
  z-index: 2;
  left: 0;
  background-image: url(images/bg2.jpg);
  background-attachment: fixed;
  background-position: right;
  background-size: cover;
  transition: left 1s ease-in-out;
}

.left0.left {
  left: 50%;
}

.left1 {
  left: -50%;
}

.bouton1.bouton0 {
  display: none;
}

.bouton2.bouton0 {
  display: none;
}

.logo {
  margin-top: 23%;
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
}

.logo img {
  max-width: 90%;
  height: auto;
}

/* côté droit */

#right{
  background-color: #141414;
}

.right0 {
  z-index: 1;
  right: 0;
  transition: right 1s ease-in-out;
}


.right0.right {
  /* transform: translateX(-200%); */
  right: 50%;
}

.right1 {
  right: -50%;
  transition: right 1s ease-in-out;
}

.right {
  z-index: 5;
}

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

#left .h2{
  margin: 2em 0 0 0;
  color: white;
  weight: 500;
  font-size: 1em;
  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.6em;
  color: white;
}

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

/* boutons */

.bouton1, .bouton2, .bouton3, .bouton4{
  font-size: 1em;
  text-transform: uppercase;
  text-align: center;
  width: 20%;
  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 */

#growpop-left , #growpop-right {
  position: absolute;
  top: 0;
  width: 50%;
  min-height: 100%;
  /* display: none; */
}

#growpop-left{
  background-color: white;
}

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

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

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

#growpop-left p{
  margin : .8em auto;
  font-size: 1.2em;
  font-weight: 400;
}

.growpop-left {
  left: -50%;
  transition: left 1s ease-in-out;
}

.growpop-lefton {
  left: 0;
  transition: left 1s ease-in-out;
}

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

#growpop-right .h3{
  margin: 30% auto 1em auto;
  font-size: 2em;
  text-transform: uppercase;
}

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

#growpop-right p {
  margin: 1.5em auto 2em auto;
  width: 70%;
  text-align: justify;
}

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

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

#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;
}

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

.growpop-right {
  right: -50%;
  transition: right 1s ease-in-out;
}

.growpop-righton {
  right: 0;
  transition: right 1s ease-in-out;
}

#bouton1mobile, #bouton2mobile, #bouton3mobile, #bouton4mobile {
  display: none;
}

/* Boutons contenus */

#contenu1, #contenu2, #contenu3 {
  margin-top: 10%;
  min-height: 75vh;
}

.off {
  display: none;
  opacity: 0;
  transition: ease-in-out .5s all;
}

.on {
  animation: display .8s forwards;
}

@keyframes display {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

#mc_embed_signup {
  background:#fff;
  clear:left;
  font:14px Helvetica,Arial,sans-serif;
  width:100%;
}

.navbar {
  position: absolute;
  top: 5px;
  left: 15%;
}

.navbar button {
  margin-right: 20px;
  font-size: 1em;
  font-weight: 600;
  font-family: 'Lato';
  padding: 10px 0px 2px 0px;
  background-color: transparent;
  border-style: solid;
  border-width: 0 0 2px 0;
  transition: ease-in-out all .3s;
}

.navbar button:hover {
  border-color: #ce8f11;
  transition: ease-in-out all .3s;
  cursor: pointer;
}

button:focus {
  outline: none;
}

.current {
  border-color: #ce8f11;
  transition: ease-in-out all .3s;
}
