html {
  overflow-x: hidden;
}
html,
body {
  padding: 0;
  margin: 0;
  background-color: #FDD8C3;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.center{
display:block; 
color:#ffffff; 
text-align:center;
font-family: Helvetica, Arial, sans-serif;
font-size: 12px;
margin-top:10px;
}

.center h1 {
  display: block;
  font-size: 4em;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 8px;
  font-weight: bold;
  color: #ffffff;
}
.center h2 {
  display: block;
  margin-top:8px;
  margin-bottom: 0;
  font-size: 4em;
  margin-left: 0;
  margin-right: 0;
  color: #ffffff;
}
.center h3 {
  display: block;
  margin-top:8px;
  font-size: 1.2em;
  margin-left: 0;
  margin-right: 0;
  color: #ffffff;
}



.imageHome {
  display: block;
  max-height:300px;
  float:left;
  margin:3px;
  border: 4px dashed #ffffff;
}

.imageHome:hover {
  display: block;
  max-height:300px;
  float:left;
  margin:3px;
  border: 4px solid #ffffff;
}

.sectionCenter {
    text-align:center;
    margin-top:30px;
    height: auto;
    margin:auto;
    padding:10px;
    background-color: #FDD8C3;
    color:#ffffff;
}

.sectionCenter h4 {
  display: block;
  font-size: 4em;
  margin-left: 0;
  margin-right: 0;
  margin-top: 25px;
  margin-bottom: 15px;
  font-weight: bold;
  color: #ffffff;
}
.sectionCenter h5 {
  display: block;
  border-bottom: 1px solid #ffffff; 
  line-height: 0.1em;
}




.bouton { /*Bilal bouton buynow, download...*/
  background: #369F76;
  background-image: -webkit-linear-gradient(top, #CA33A1, #1D74E1);
  background-image: -moz-linear-gradient(top, #CA33A1, #1D74E1);
  background-image: -ms-linear-gradient(top, #CA33A1, #1D74E1);
  background-image: -o-linear-gradient(top, #CA33A1, #1D74E1);
  background-image: linear-gradient(to bottom, #CA33A1, #1D74E1);
  -webkit-border-radius: 2;
  -moz-border-radius: 2;
  border-radius: 2px;
  font-family: Arial;
  color: #ffffff;
  font-size: 13px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.4);
  margin-bottom:30px;
  border: 0px solid RGBA(255, 255, 255, 1);
  cursor: pointer; cursor: hand;
}

.bouton:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #CA33A1, #CA33A1);
  background-image: -moz-linear-gradient(top, #CA33A1, #CA33A1);
  background-image: -ms-linear-gradient(top, #CA33A1, #CA33A1);
  background-image: -o-linear-gradient(top, #CA33A1, #CA33A1);
  background-image: linear-gradient(to bottom, #CA33A1, #CA33A1);
  text-decoration: none;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.4);
  margin-bottom:30px;
  border: 0px solid RGBA(255, 255, 255, 1);
  cursor: pointer; cursor: hand;
}



.bouton2 { 
  background: #369F76;
  background-image: -webkit-linear-gradient(top, #7DBEFF, #55AAFF);
  background-image: -moz-linear-gradient(top, #7DBEFF, #55AAFF);
  background-image: -ms-linear-gradient(top, #7DBEFF, #55AAFF);
  background-image: -o-linear-gradient(top, #7DBEFF, #55AAFF);
  background-image: linear-gradient(to bottom, #7DBEFF, #55AAFF);
  -webkit-border-radius: 2;
  -moz-border-radius: 2;
  border-radius: 2px;
  font-family: Arial;
  color: #ffffff;
  font-size: 13px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  margin-bottom:30px;
  border: 0px solid RGBA(255, 255, 255, 1);
  cursor: pointer; cursor: hand;
}

.bouton2:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #4285EA, #4285EA);
  background-image: -moz-linear-gradient(top, #4285EA, #4285EA);
  background-image: -ms-linear-gradient(top, #4285EA, #4285EA);
  background-image: -o-linear-gradient(top, #4285EA, #4285EA);
  background-image: linear-gradient(to bottom, #4285EA, #4285EA);
  text-decoration: none;
  margin-bottom:30px;
  border: 0px solid RGBA(255, 255, 255, 1);
  cursor: pointer; cursor: hand;
}




.bouton3 { 
  background: #369F76;
  background-image: -webkit-linear-gradient(top, #ffffff, #f4f4f4);
  background-image: -moz-linear-gradient(top, #ffffff, #f4f4f4);
  background-image: -ms-linear-gradient(top, #ffffff, #f4f4f4);
  background-image: -o-linear-gradient(top, #ffffff, #f4f4f4);
  background-image: linear-gradient(to bottom, #ffffff, #f4f4f4);
  -webkit-border-radius: 2;
  -moz-border-radius: 2;
  border-radius: 2px;
  font-family: Arial;
  color: #6FB7FC;
  font-size: 50px;
  padding: 10px ;
  text-decoration: none;
  margin-top:35px;
  margin-bottom:15px;
  border: 5px dashed #6FB7FC;
  cursor: pointer; cursor: hand;
}

.bouton3:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #4285EA, #4285EA);
  background-image: -moz-linear-gradient(top, #4285EA, #4285EA);
  background-image: -ms-linear-gradient(top, #4285EA, #4285EA);
  background-image: -o-linear-gradient(top, #4285EA, #4285EA);
  background-image: linear-gradient(to bottom, #4285EA, #4285EA);
  color: #ffffff;
  text-decoration: none;
  margin-bottom:35px;
  border: 5px solid #6FB7FC;
  cursor: pointer; cursor: hand;
}

.p {
    text-align:center;
    color:#ffffff;
}
.footer {
    text-align:center;
    margin:auto;
    height: auto;
    margin:auto;
    padding:10px;
    background-color: #4F0530;
    color:#ffffff;
    font-family: Helvetica, Arial, sans-serif;
    font-size:10px;
}

.footer a{
    color:#ffffff;
    font-family: Helvetica, Arial, sans-serif;
    font-size:10px;
}


.totalcontainer {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.container1 {
  transform: scaleX(1.11);
}
.container2 {
  transform: scaleX(1.25);
}
.layer-1 {
  height: 100vh;
  width: 100%;
  background-color: #FDD8C3;
}

.layer-2 {
  background: url("Design/lay2.svg")
    no-repeat center center fixed;
  animation: slide-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.layer-3 {
  background: url("Design/lay3.svg")
    no-repeat center center fixed;
  animation: slide-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s both;
}
.layer-4 {
  background: url("Design/lay4.svg")
    no-repeat center center fixed;
  animation: slide-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s both;
}
.layer-5 {
  background: url("Design/lay5.svg")
    no-repeat center center fixed;
  animation: slide-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.55s
    both;
}
.layer-6 {
  background: url("Design/lay6.svg")
    no-repeat center center fixed;
  animation: slide-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.75s
    both;
}
.layer-7 {
  background: url("Design/lay7.svg")
    no-repeat center center fixed;
  animation: slide-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.85s
    both;
}
.layer-8 {
  background: url("Design/lay8.svg")
    no-repeat center center fixed;
  animation: slide-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.9s both;
}

.container3 {
  
}
.layer-9 {
    no-repeat center center fixed;
  animation: slide-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.95s both;
}
.laya-please {
  position: absolute;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0px;
}

@-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
    height: 100vh;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    height: 100vh;
  }
}

@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
    height: 100vh;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    height: 100vh;
  }
}

@media screen and (max-width: 600px) {
  .xyz-text {
color: #fff;
font-size: 2em;
font-family: 'Warnes';
text-shadow: 0 0px 0 #ccc,
  0 0px 0 #c9c9c9,
  0 0px 0 #bbb, 0 0px 0 #b9b9b9,
  0 0px 0 #aaa,
  0 0px 0px rgba(0,0,0,0),
  0 0 0px rgba(0,0,0,0),
  0 0px 0px rgba(0,0,0,0),
  0 0px 0px rgba(0,0,0,0),
  0 0px 0px rgba(0,0,0,0),
  0 0px 0px rgba(0,0,0,0),
  0 0px 0px rgba(0,0,0,0);
}
img {
  max-width: 100%;
}
.bouton {
  max-width: 100%;
}
}



