html, body {
  font-family: 'Montserrat', sans-serif;
  height:100%;
  margin: 0;
  margin-top: 0;
}

::selection {
  background-color: #F6E4A9;
  color: #fff;
}


#loading {
   width: 100%;
   height: 100%;
   top: 0;
   margin: 0;
   position: fixed;
   display: block;
   opacity: 1;
   background-color: #fff;
   z-index: 99;
   text-align: center;
}

#loading-image {
  z-index: 100;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-ellipsis div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #303030;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}























.site {
  cursor: auto;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  animation:slideBg 1.8s ease-in;
}

.top-site {
  cursor: auto;
  position: absolute;
  text-align: center;
  width:100%;
  margin: 0;
  padding: 0;
}








.container{
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
}
.container span{
  text-transform: uppercase;
  display: block;
}

.text1{
  color: white;
  font-weight: 600;
  letter-spacing: 6;
  margin-bottom: 3px;
  position: relative;
  animation: text 3s 1;
}

.text2{
  font-weight: 400;
  color: #ada074;
  animation: text2 3.2s;
}

@keyframes text {
  0%{
    margin-bottom: -40px;
  }
  30%{
    letter-spacing: 5px;
    margin-bottom: -40px;
  }
  85%{
    letter-spacing: 2px;
    margin-bottom: -40px;
  }
}

@keyframes text2 {
  0%{
    opacity: 0;
  }
  82%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}






/* ARROW

.chevron {
  position: absolute;
  opacity: 0;
  width: 2.1rem;
  height: 0.45rem;
  transform: scale(0.3);
  animation: move-chevron 3s ease-out infinite;
}

.chevron:first-child {
  animation: move-chevron 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move-chevron 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  background: #fff;
}

.chevron:before {
  left: 0;
  transform: skewY(30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skewY(-30deg);
}

@keyframes move-chevron {
  25% {
    opacity: 1;
  }
  33.3% {
    opacity: 1;
    transform: translateY(2.10rem);
  }
  66.6% {
    opacity: 1;
    transform: translateY(3.12rem);
  }
  100% {
    opacity: 0;
    transform: translateY(4rem) scale(0.5);
  }
}


*/




.Sociallink-site {
  position: absolute;
}


.Sociallink-site li {
  list-style: none;
  transition: .6s;
  display:inline-block
}


.Sociallink-site li a {
  display: block;
  color: #fff;
}

.Sociallink-site a {
  color:#999;
  transition:color 0.5s ease-in-out;
  -moz-transition:color 0.5s ease-in-out;
  -o-transition:color 0.5s ease-in-out;
  -webkit-transition:color 0.5s ease-in-out
}

.Sociallink-site li:hover {
  transform:translateY(-5px);
}


@keyframes slideDown {
0% {
  opacity: 0;
    transform: translateY(-20px);}
100% {
  opacity: 1;
    transform: translateY(0);}
}

















hr {
  text-align: center;
  width: 160px;
  margin-bottom: 35px;
}



@media(min-width:601px) {
  .nav-item {
    font-size: 18px;}
  .nav-main > ul > li {
    word-spacing:50px;}
  .logo {
    width: 350px;}
  .top {
    top: 250px;}
  .Sociallink {
    top: 360px;}
  .Sociallink li {
    margin: 0 10px;
    font-size: 22px;}
  h1 {
    font-size: 20px;
    padding-bottom: 50px;}
  h2 {
    font-size: 21.5px;
    padding-top: 0;}
  h3 {
    font-size: 20px;
    margin-bottom: 45px;}
  .vid {
    height: 564px;}
  .column-img {
    width: 25%;}
  .img-nqtion {
    margin-top: 15px;
    width: 75px;}
  .form {
    width: 50%;
    margin-bottom:25px;}
  #Btn_top {
    bottom: 35px;
    right: 40px;
    width: 55px;
    padding: 10px;}
  .bg {
    height: 520px;
    animation: slideBg 0.8s ease-in;}
  .bg2 {
    height: 520px;
    animation: slideBg 0.6s ease-in;}
  .bg3 {
    height: 520px;
    animation: slideBg 0.6s ease-in;}
  .bg4 {
    height: 520px;
    animation: slideBg 0.6s ease-in;}
  .bg5 {
    height: 520px;
    animation: slideBg 0.6s ease-in;}
  .top-site {
    top: 8%;}
  .Sociallink-site {
    bottom: 30px;
    right: 30px;}
  .Sociallink-site a {
    font-size: 30px;}
  .Sociallink-site li {
    margin: 0 15px;}
  .site {
    background-image: url("img/top/Site.png");}
    /*
  .arrow {
    margin-left: 49.4%;
    margin-top: 5%;} */
  #loading-image {
    top: 44%;}
  .text1 {
    font-size: 45px;}
  .text2 {
    font-size: 25px;}
  .container {
    top: 38%;}
  .contact {
    height: 620px;
  }
  .btn-index {
    margin-top: 12%;
  }

}


@media(max-width:600px) {
  .nav-item {
    font-size: 14px;}
  .nav-main > ul > li {
    word-spacing:12px;}
  .bg {
    height: 220px;}
  .bg2 {
    height: 220px;}
  .bg3 {
    height: 220px;}
  .bg4 {
    height: 220px;}
  .bg5 {
    height: 220px;}
  .logo {
    width: 200px;}
  .top {
    top: 90px;}
  h1 {
    font-size: 15px;
    padding-bottom: 25px;}
  h2 {
    font-size: 15px;
    padding-top: 0;}
  h3 {
    font-size: 15px;
    margin-bottom: 20px;}
  .vid {
    height: 211px;}
  .column-img {
    width: 50%;}
  .img-nqtion {
    margin-top: 10px;
    width: 50px;}
  .form {
    width: 90%;
    margin-bottom:10px;}
  .sticky {
    animation: opacity 0.5s ease-in-out;}
  #Btn_top {
    bottom: 20px;
    left: 20px;
    width: 50px;
    padding: 8px;}
  .top-site {
    top: 10%;}
  .site {
    background-image: url("img/top/Site-portable.png");}
    /*
  .arrow {
    margin-left: 47%;
    margin-top: 5%;} */
  #loading-image {
    top: 40%;}
  .text1 {
    font-size: 25px;}
  .text2 {
    font-size: 15px;}
  .container {
    top: 0;}
  .contact {
    height: 565px;
  }
  .btn-index {
    margin-top: 18%;}
}







/* ACCUEIL*/

@keyframes slideBg {
0% {
  opacity: 0;}
100% {
  opacity: 1;}
}

.bg {
  background-image:url("img/top/top.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;}


/* PHOTOGRAPHIE */

.bg2 {
  background-image:url("img/top/top2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;}

/* VIDEO */

.bg3 {
  background-image:url("img/top/top3.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;}

/* CONTACT */

.bg4 {
  background-image:url("img/top/top4.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;}

/* AEROSOL */

.bg5 {
  background-image:url("img/top/top5.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;}

.top {
  position: absolute;
  text-align: center;
  width:100%;
  margin: 0;
  padding: 0;}

.logo {
  margin: 0;
  padding: 0;}











.flag {
  display:inline-block;
  margin: 0;
  padding: 0;
  list-style:none;
  position:relative;
  padding-top: 20px;
  height: 50px
}

/* Drop down menu */

.nav-main [title~=color] {
  color: #ada074;
}

.content {
  padding-top: 50px;
  padding-bottom: 20px;
}

.nav-main{
  position: relative;
  user-select:none;
  z-index: 1;
  background-color:#fff;
  text-align: center;
  width:100%;
  margin: 0;
  padding: 0;
  height: 70px;
  box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.3);
}

.nav-main > ul {
  margin: 0;
  padding: 0;
  list-style:none;
  position:relative;
}

.nav-main > ul > li {
  display: inline;
}

.nav-item {
  padding: 0px 0px;
  color: #262626;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}


.sticky {
  position: fixed;
  top: 0;
  width: 100%
}

.sticky + .content {
  padding-top: 108px;
}

@keyframes opacity {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

@keyframes opacity_off {
  0% {opacity: 1;}
  100% {opacity: 0;}
}

.nav-item:hover:not([title~=color]) {
  animation: Color 0.3s;
  color: #ada074;
}

@keyframes Color {
    from, to  { color: #605739; }
    10%       { color: #706642; }
    20%       { color: #706642; }
    30%       { color: #81744b; }
    40%       { color: #81744b; }
    50%       { color: #918355; }
    60%       { color: #918355; }
    70%       { color: #a1915e; }
    80%       { color: #a1915e; }
    90%       { color: #aa9c6e; }
    100%      { color: #ada074; }
}
















/* IMAGES */

* {
    box-sizing: border-box;
}

.main-img {
  animation: slideUp 0.8s ease-in;
  max-width: 1600px;
  margin: auto;
}

.main-aerosol {
  max-width: 1300px;
  margin: auto;
}

.row-img,
.row-img > .column-img {
  padding: 2px;
}

.column-img {
  float: left;
}


.row-img:after {
  content: "";
  display: table;
  clear: both;
}


.main-home{
  max-width: 800px;
  margin: auto;
}

.column-home {
  float: left;
  width: 50%;
}


.row-img,
.row-img > .column-home {
  padding: 2px;
}

.img-home {
  animation: slideUp 0.8s ease-in;
  max-width: 100%;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
}

.img-home:hover {
  opacity: .5;
}







@keyframes slideUp {
0% {
  opacity: 0;
  -webkit-transform: translateY(20px);}
100% {
  opacity: 1;
  -webkit-transform: translateY(0);}
}


/*
.slideUp {
    animation-name: slideUp;
    animation-duration: 1s;
    visibility: visible;
}
*/















.vid {
  margin 0;
}

.vid-column {
  animation: slideUp 0.8s ease-in;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

h1 {
  font-style: italic;
  color: #262626;
  font-weight:400;
}

h2 {
  user-select:none;
  text-align: center;
  font-weight:400;
}

mark {
  background-color: #baac80;
  color: #303030;
  padding: 1px 5px;
}

h3 {
  user-select:none;
  text-align: center;
  color: #262626;
  font-weight:400;
}

h4 {
  text-align: center;
  color: #262626;
  font-weight:400;
  font-size: 16px;
}






/*  BUTTON  */

.button-pic {
  text-align: center;
  margin-top: 20px;
}

.more-button {
  display:inline-block;
  padding: 0px 0px;
  line-height: 20px;
  color: #262626;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 100px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.more-button:hover {
  animation: Color 0.3s;
  color: #ada074;
}


#Btn_top {
  font-weight:400;
  animation: opacity 0.5s ease-in-out;
  display: none;
  position: fixed;
  z-index: 0;
  border: none;
  outline: none;
  cursor: pointer;
  color:#fff;
  background:#ada074;
  font-size: 25px;
  border-radius:3px;
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

#Btn_top:hover {
  background:#303030;
  color: white;
  border:none;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}


.btn-index {
  text-align: center;
}

.btn-bienvenue {
	border: 2px solid #fff;
  font-weight:300;
  outline: none;
  color:#fff;
  font-size: 25px;
  text-decoration: none;
  padding: 10px;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

.btn-bienvenue:hover {
  border: 2px solid #ada074;
  background-color: #ada074;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
















/* CONTACT css */

.contact {
  padding-top: 25px;
  margin-bottom: 100px;
  text-align: center;
  background-color: #e6e6e6;
}

.text {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 30px;
}

 .form {
   padding: 15px;
   background:#f8f8f8 !important;
   border:1px solid rgba(0, 0, 0, 0.075);
   color:#727272;
   font-size:13px;
 }

 .form:hover {
   border:1px solid #ada074;
   -webkit-transition: all 0.2s ease-in;
   -moz-transition: all 0.2s ease-in;
   -ms-transition: all 0.2s ease-in;
   -o-transition: all 0.2s ease-in;
   transition: all 0.2s ease-in;
 }

 .form:focus {
   color: #262626;
   outline: none;
   border:1px solid #ada074;
 }

 .textarea {
   height: 200px;
   max-height: 200px;
   max-width: 100%;
 }

 .button:hover{
   background: #ada074;
   color:white;
 }

 .form-btn {
   width:100px;
   display: block;
   height: auto;
   padding:15px;
   color:#fff;
   background:#ada074;
   border:none;
   border-radius:3px;
   outline: none;
   margin:auto;
   -webkit-transition: all 0.4s ease-in;
   -moz-transition: all 0.4s ease-in;
   -ms-transition: all 0.4s ease-in;
   -o-transition: all 0.4s ease-in;
   transition: all 0.4s ease-in;
 }

 .form-btn:hover{
   background:#303030;
   color: white;
   border:none;
   -webkit-transition: all 0.3s ease-in;
   -moz-transition: all 0.3s ease-in;
   -ms-transition: all 0.3s ease-in;
   -o-transition: all 0.3s ease-in;
   transition: all 0.3s ease-in;
 }

 .form-btn:active{
   opacity: 0.6;
 }



 .img-nqtion {
   -webkit-transition: all 0.8s ease;
   transition: all 0.8s ease;
 }

.img-nqtion:hover {
  -webkit-transform: rotate(450deg);
  transform: rotate(450deg);
}







/* FOOTER */

footer {
  background-color: #303030;
  width:100%;
  position: absolute;
  margin-bottom: 0;
  margin-top: 60px;
  box-shadow: 0px 2px 20px #222;
  padding: 10px;
}

.nav-footer {
  margin:0;
  padding:0;
  text-align:center
}


.nav-footer a {
  color: #999;
  font-weight: 300;
  list-style:none;
  text-decoration: none;
  margin: 0 10px;
  display:inline-block
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.nav-footer a:hover {
  color:#ada074;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.credits {
  color: #999;
  font-size: 20px;
  font-weight:500;
  text-align: center;
}

.credits_nom {
  font-size: 18px;
  color: #999;
  margin-bottom: 15px;
}
