html,body{
    height:100vh;
    width:100%;
    min-height: 500px;
    min-width: 500px;
/*    background:rgba(210,210,210,1);*/
    padding:0 0 0 0;
    margin:0 0 0 0;
    overflow-x:hidden;

}

/*-------------------------------------------------------------*/

#menu_appear{
  position:fixed;
  top:1%;
  right:1%;
  width:40px;
  height:40px;
  z-index:14;
}

#close{
  position:fixed;
  top:1%;
  right:1%;
  width:40px;
  height:40px;
  z-index:12;
  opacity:0;
  transition: all 0.4s ease-in-out;
}

/*-------------------------------------------------------------*/

#menu{
  position:fixed;
  top:0;
  right:-50%;
  width:50%;
  height:100%;
  background:#681d46;
  z-index:11;
  transition: all 0.4s ease-in-out;
}

#sousmenus{
  position:absolute;
  top:25%!important;
  bottom:25%;
  left:0!important;
  height:50%;
  width:100%;
  display:flex;
  align-items:center;
  flex-flow:column;
  transition: all 0.3s ease-in-out;
}

.sousmenu{
  width:80%;
  height:10%;
  margin-bottom:10%;
  border-bottom:1px groove #D2D2D2;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 2.7vw;
  text-decoration: none;
  text-transform: none;
  color:#D2D2D2;
  cursor:pointer;
  transition: all 0.3s ease-in-out;
}

.sousmenu:hover{
  color:white;
  border-bottom:1px dotted white;
}

.sousmenu a{

}

/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/

.bloctitre{
  position:absolute;
  top:5%;
  left:0;
  width:20%;
  height:90%;
  text-align:center;
}

.bloctitre h1{
  font-family:'Roboto',sans-serif;
  font-size:3vw;
  color:#681d46;
}

.lignebloctitre{
  position:absolute;
  top:0;
  right:0;
  width:1%;
  height:100%;
  background:#681d46;
  opacity:0.5;
}

/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/

#accueil1{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:50%;
    border-bottom:5px solid #681d46;
    background:url('../img/backgroundaccueil.png');
    background-size:150%;
    transition:all 1s ease-in-out;
}

#accueil1 img{
    position:absolute;
    top:6.5%;
    left:2%;
    width:25%;
}

#accueil1 h1{
    position:absolute;
    top:20%;
    left:52%;
    font-size:5vw;
    font-family:'Raleway', sans-serif;
    font-weight: lighter;
    color:#681d46;
}

#accueil1 p{
    position:absolute;
    top:30%;
    left:28%;
    width:70%;
    font-size:2.5vw;
    font-family:'Lato', sans-serif;
    padding-top:2.5%;
    border-top:1px solid #681d46;
}

/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/

#accueil2{
    position:absolute;
    top:50%;
    left:0;
    width:100%;
    height:100%;
    text-align:center;
    transition:all 1s ease-in-out;
}

#accueil2 h1{
  position:absolute;
  top:5%;
  left:7.5%;
  font-size:5vw;
  font-family:'Oswald',sans-serif;
  font-weight: lighter;
  color:#681d46;
}

#accueil2 h2{
  position:absolute;
  top:2.5%;
  left:50%;
  font-size:5vw;
  font-family:'Open Sans Condensed',sans-serif;
  font-weight: lighter;
  border-bottom:1px solid #681d46;
}

#accueil2 h3{
  margin-top:30%;
  font-size:4vw;
  font-family:'Open Sans Condensed',sans-serif;
  font-weight: lighter;
  line-height: 200%;
}

#bulles{
  position:absolute;
  top:40%;
  left:0%;
  width:100%;
  height:60%;
  display:flex;
  justify-content: center;
  flex-flow: column;
}

.bulle{
  width:100%;
  height:33%;
  display:flex;
  flex-flow:row;
  align-items: center;
}

.bulle img{
  border-radius:50%;
  width:20%;
  margin-left:20%;
}

.bulle p{
  font-size:6vw;
  font-family:'Open Sans Condensed',sans-serif;
  font-weight: lighter;
  color:#681d46;
  margin-left:5%;
}

.lignesproduits{
  height:0.5%;
  width:90%;
  background:#681d46;
  opacity:0.2;
  margin-left:5%;
}


/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/

#conteneurcatalogue{
  position:fixed;
  top:-100%;
  left:0;
  width:100%;
  height:100%;
  overflow-y: hidden;
  z-index:10;
  transition: all 0.3s ease-in-out;
}

#catalogue{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 130%;
}

#bloccatalogue{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fffafe;
    text-align: left;
}

#titrecatalogue1{
    font-family: 'Open Sans Condensed', sans-serif;
    color: #681d46;
    font-size: 3.3vw;
    margin-left:5%;
    text-transform: uppercase;
}

.imagecatalogue{
    width: 100%;
}

/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/

#tutovideo{
    position:absolute;
    top:150%;
    left:0;
    width:100%;
    height:150%;
    transition:all 1s ease-in-out;
}

.tutobouton{
  position:absolute;
  top:6.5%;
  width:17.5%;
  height:4.25%;
  border-left:1px solid black;
  border-right:1px solid black;
  border-top:1px solid transparent;
  border-bottom:1px solid transparent;
  border-radius:8px 0 8px 0;
  font-family:'Open Sans Condensed',sans-serif;
  font-weight: lighter;
  font-size:3vw;
  text-align: center;
  display:flex;
  align-items: center;
  justify-content: center;
  transition:all 0.25s ease-in-out;
}

#tutotitre1{
  left:25%;
}

#tutotitre2{
  left:52.5%;
}

#tutotitre3{
  left:80%;
}

.flechetuto{
  position:absolute;
  top:80%;
  right:10%;
  font-family:'Open Sans Condensed',sans-serif;
  font-weight: lighter;
  font-size:0;
  color: #681d46;
  transition:all 0.25s ease-in-out;
}

/*-------------------------------------------------------------*/

.tutowrap{
  position:absolute;
  top:12.5%;
  left:22.5%;
  width:75%;
  height:50%;
  transition:all 0.25s ease-in-out;
}

.tutotitre{
  font-family:'Open Sans Condensed',sans-serif;
  font-weight: lighter;
  font-size:5vw;
  color:#681d46;
  margin-bottom:2.5%;
}

.tutotitre a{
  font-size:2.5vw;
}

.tutop{
  width:50%;
  font-family:'Lato',sans-serif;
  font-weight:lighter;
  font-size:2vw;
}

#commentpro{
  position:absolute;
  top:17%;
  left:55%;
}

#commentprop{
  position:absolute;
  top:27.5%;
  left:55%;
  width:45%;
}

.tutophotos{
  position:absolute;
  top:50%;
  left:0;
  width:100%;
  height:50%;
  display:flex;
  flex-flow:row;
  margin-top:5%;
}

.avant{
  width:49%;
  height:100%;

  font-family:'Open Sans Condensed',sans-serif;
  font-weight: lighter;
  font-size:3.5vw;
  color:#681d46;
  display:flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}

.avantapresligne{
  width:1%;
  height:70%;
  margin-top:15%;
  background:#681d46;
  opacity:0.2;
}

.apres{
  width:49%;
  height:100%;

  font-family:'Open Sans Condensed',sans-serif;
  font-weight: lighter;
  font-size:3.5vw;
  color:#681d46;
  display:flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}

.avantapres{
  margin-left:-15%;
  margin-bottom:5%;
}

.imgtuto{
  width:70%;
  margin-left:5%;
}

/*-------------------------------------------------------------*/

#tuto1{
  opacity:0;
}

#tuto2{
  opacity:0;
}

#tuto3{
  opacity:0;
}

/*-------------------------------------------------------------*/

#videowrap{
  position:absolute;
  top:67.5%;
  left:22.5%;
  width:75%;
  height:27.5%;
  display:flex;
  flex-flow: row wrap;
}

.videorow{
  width:100%;
  height:50%;
  display:flex;
  align-items: center;
  justify-content:center;
  flex-flow: row wrap;
}

.video{
  width:32%;
  margin-left:0.5%;
  margin-right:0.5%;
}

/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/

#atelier{
    position:absolute;
    top:300%;
    left:0;
    width:100%;
    height:165%;
    transition:all 1s ease-in-out;
}

#titreatelier{
    position:absolute;
    left:25%;
    top:5%;
    width:60%;
    font-family:'Open Sans Condensed',sans-serif;
    font-weight: lighter;
    font-size:3vw;
    padding-bottom:1.75%;
    border-bottom:1px solid #681d46;
}

#titreatelier2{
  position:absolute;
  left:25%;
  top:15%;
  width:70%;
  font-family:'Open Sans Condensed',sans-serif;
  font-weight: lighter;
  font-size:3vw;
  padding-bottom:1.75%;
  text-align:center;
}

#titreatelier a{
    font-family:'Roboto',sans-serif;
    font-size:lighter;
    color:#681d46;
    float:right;
}

#troisraisons{
    position:absolute;
    top:25%;
    left:22.5%;
    width:75%;
    height:47.5%;
    display:flex;
    flex-flow: column;

}

#divraison1{
    width:100%;
    height:15%;
    display:flex;
    flex-flow: row;
    align-items: center;
}

#divraison1 h1{
    font-family:'Open Sans Condensed',sans-serif;
    font-weight: lighter;
    font-size:3.5vw;
    color:#681d46;
    width:22.5%;
    margin-left:5%;
}

#divraison1 p{
    font-family:'Lato',sans-serif;
    font-weight: lighter;
    font-size:2.25vw;
    width:40%;
    margin-left:10%;
}

#divraisonligne1{
    margin-left:2.5%;
    width:95%;
    height:0.50%;
    background:#681d46;
    opacity:0.2;
}

#divraison2{
    width:100%;
    height:15%;
    display:flex;
    flex-flow: row;
    align-items: center;
}

#divraison2 h1{
    font-family:'Open Sans Condensed',sans-serif;
    font-weight: lighter;
    font-size:3.5vw;
    color:#681d46;
    width:22.5%;
    margin-left:5%;
}

#divraison2 p{
    font-family:'Lato',sans-serif;
    font-weight: lighter;
    font-size:2.25vw;
    width:40%;
    margin-left:10%;
}

.imgatelier{
  height:90%;
  border-radius:50%;
}

#divraisonligne2{
    margin-left:2.5%;
    height:0.5%;
    width:95%;
    background:#681d46;
    opacity:0.2;
}

#divraison3{
    width:100%;
    height:70%;
    text-align:center;
    font-family:'Lato',sans-serif;
    font-weight: lighter;
    font-size:1.2vw;
    display:flex;
    flex-flow: column;
}

#divraisons3h1{
    font-family:'Open Sans Condensed',sans-serif;
    font-weight: lighter;
    font-size:3.5vw;
    color:#681d46;
    margin-bottom:1%;
}

#divraisons3hp{
  font-family:'Open Sans Condensed',sans-serif;
  font-weight: lighter;
  font-size:2.8vw;
}

#raison1{
  height:25%;
  width:100%;
  display:flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;

}

#raison2{
  height:25%;
  width:100%;
  display:flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}

#raison3{
  height:25%;
  width:100%;
  display:flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}

.raisonsh1{
    font-family:'Open Sans Condensed',sans-serif;
    font-weight: lighter;
    font-size:3vw;
    color:#681d46;
    margin-bottom:2.5%;
}

.raisonsp{
    width:75%;
    font-family:'Lato',sans-serif;
    font-weight: lighter;
    font-size:2vw;
}

/*-------------------------------------------------------------*/

#infos{
  position:absolute;
  top:80%;
  left:32.5%;
  width:60%;
  height:10%;
  font-family:'Open Sans Condensed',sans-serif;
  font-weight: lighter;
  font-size:3.5vw;
  text-align: right;
}

#infos a{
  color:#681d46;
  font-size:4vw !important;
}

/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/
/*-------------------------------------------------------------*/

#devcons{
    position:absolute;
    top:465%;
    left:0;
    width:100%;
    height:120%;
    transition:all 1s ease-in-out;
}

#titreconseillere{
  position:absolute;
  left:25%;
  top:6%;
  font-family:'Open Sans Condensed',sans-serif;
  font-weight: lighter;
  font-size:3vw;
  text-align:right;
}

#titreconseillere a{
  color:#681d46;
  font-weight: bold;
}

#h2conseillere{
  position:absolute;
  top:15%;
  left:30%;
  width:60%;
  font-family:'Open Sans Condensed',sans-serif;
  font-weight: lighter;
  font-size:2.5vw;
  text-align: center;
}

#h2conseillere a{
  font-weight: bold !important;
  color:#681d46 !important;
}

#conseillerepave{
  position:absolute;
  top:25%;
  left:30%;
  width:60%;
  text-align: justify;
  font-family:'Lato',sans-serif;
  font-weight: lighter;
  font-size:2vw;
  padding:1% 0 1% 1%;
  border-left:1px solid #681d46;
}

#pourquoiconseillere{
  margin-top:65%;
  margin-left:37.5%;
  border-left:1px solid #681d46;
  width:40%;
  font-family:'Open Sans Condensed',sans-serif;
  font-weight: lighter;
  font-size:3.5vw;
  padding:1% 1% 1% 1%;
  border-left:1px solid #681d46;
  border-right:1px solid #681d46;
  text-align: center;
}

#raisonsconseilleres{
  position:absolute;
  top:50%;
  left:25%;
  width:70%;
  display:flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}

#raisonsconseilleres p{
  font-family:'Lato',sans-serif;
  font-weight: lighter;
  font-size:2vw;
  text-align:center;
}

#ligneraisons1{
  width:50%;
  height:2%;
  background:#681d46;
  opacity:0.2;
}

#ligneraisons2{
  width:55%;
  height:2%;
  background:#681d46;
  opacity:0.2;
  z-index:2;
}

#ligneraisons3{
  width:70%;
  height:2%;
  background:#681d46;
  opacity:0.2;
}

#raisonsconseilleres h2{
  margin-top:10%;
  width:50%;
  font-family:'Roboto',sans-serif;
  font-size:2.5vw;
  color:#681d46;
  text-align: center;
}
