

H1 {
  padding-top: 100px;
  animation: centre 2s ease-in-out;
}

.detail, .demo, .demo1, .demo2, .oneVideo, .desc, .asc , .flex-column, .onepage, .photo-gallery{
  position: inherit;
  width: initial;
  height: initial;
  margin: 40px 112px 20px;
  display: flex;
  flex-wrap: wrap;
}
.flex-column {
  flex-direction: column;
}
section > div {
  display: block;
  height: initial;
  flex: 25%;
  margin: 0px 10px;
  text-align: center;
  overflow: hidden;
}
section > div > a {
  text-decoration: none;
  text-transform: uppercase;
  color: #FFF;
  font-size: 1.5rem;
}
section > div > a > span {
  position: relative;
  bottom: 34%;
}
section > div > a > img {
  filter: brightness(50%);
  -webkit-filter: brightness(50%);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
section > div > a > img:hover {
  filter: brightness(100%);
  -webkit-filter: brightness(100%);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
section .draw > a > span {
  position: relative;
  bottom: 50%;
}
section.asc{
  align-items: flex-start;
}
section.asc > div > a > span {
  font-weight: 400;
  position: sticky;
  bottom: 50%;
}
section.desc {
  align-items: flex-end;
}
section.desc > div > a > span {
  font-weight: 400;
  position: sticky;
  bottom: 50%;
}

.onepage {
  display: block;
}

.anim-g {
  animation: anim-g 2s ease-in-out;
}

.draw, .graph , .anim-c{
  animation: centre 2s ease-in-out;
}

.anim-d {
  animation: anim-d 2s ease-in-out;
}

.maquette > div {
  flex: 35%;
}

.detail > div > a > span {
  position: relative;
  bottom: 50%;
}
.flexduo {
  display: flex;
  justify-content: center;
}
.flexduo > div {
  margin:0 10px;
}

.phone > img {
  width: auto;
  height: 60vh;
}
.logoApp{
  width: 200px;
  display: flex;
  justify-content: center;
  margin: auto;
} 
.pres > a  {
  cursor: url("./../img/arrow-scroll-32.webp"), default;
}
.pres {
  overflow: scroll;
  width: 70%;
  height: 50vh;
  margin: auto;
}
.flexduo > .pres {
  height: 50vh;
  width: 52%;
}
.flexduo > .mobilePres {
  height: 50vh;
  width: 18%;
}
.flexduo > .videoPhoneLeaf {
  width: 13%;
  height: auto;
 }
 .flexduo > .videoDesktopLeaf {
   width: 50%;
   height: auto;
 }
.pres > a > img {
  filter: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.pres > a > img:hover {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
}

.graf {
  flex: none;
  overflow: auto;
  text-align: center;
  margin: auto;
}

.pgraf {
  text-align: center;
  width: 50%;
}

.insta {
  cursor: url("./../img/arrow-scroll-32.webp"), default;
  overflow: scroll;
  height: 50vh;
  width: 28vw;
  margin: auto;
}

.demo {
  margin: 40px 112px 80px;
}
.demo > div {
  flex: 35%;
  margin: 10px;
}

.demo1 > div {
  flex: 20%;
  margin: 10px;
}

.demo2 > div {
  flex: 35%;
  margin: 10px;
}

.content {
  margin-top: 10px;
  text-align: center;
  font-weight: 300;
}
.content > p {
  text-align: center;
}

p {
  text-align: left;
  font-weight: 300;
  margin: 10px auto;
}

.video {
  height: auto;
  cursor: inherit;
}

audio {
  margin: auto;
  margin-top: 10px;
}

.bouton {
  margin: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.btn {
  text-decoration: none;
  text-transform: none;
  font-weight: 400;
  color: #FFF;
  background: #26C4EC;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 1rem;
  margin: 5px;
}
.btn:hover {
  background: #FFF;
  color: #26C4EC;
  border: 2px solid #26C4EC;
}

H2 {
  margin: auto;
  margin-top: 80px;
  font-size: 1.8rem;
  text-align: center;
}

@keyframes anim-g {
  0% {
    transform: translate(-100vw);
  }
  100% {
    transform: translate(0%);
  }
}
@keyframes anim-d {
  0% {
    transform: translate(100vw);
  }
  100% {
    transform: translate(0%);
  }
}
@keyframes centre {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@media (min-width:1040px) and (max-width: 1439px) {

  section > .video {
    height: auto;
  }
  .insta{
    width: 38vw;
    height: 50vh;
  }

}
@media (min-width:700px) and (max-width: 1039px) {
  section > div > a {
    font-size: 1rem;
  }
  .maquette {
    margin:40px 0;
   }
.desc, .asc, .demo1, .demo2, .onepage{
  margin :20px 0px 40px;
}
.pgraf{
  width: auto;
}
.insta{
  width: 62vw;
  height: 60vh;
}
  .demo2 > div:last-child {
    position: absolute;
  }
  .phone > img {
    height: 50vh;
  }

  p {
    margin: 10px 60px;
  }

}
@media (min-width: 500px) and (max-width: 699px) {

  section > div > a > span {
    bottom: 50%;
  }
.desc , .asc  {
  flex:50%;
}
  .demo > div, .demo1 > div   {
    flex: 30%;
  }
  .flexduo > .pres {
    width: 72%;
  }
  .flexduo > .mobilePres {
    width: 38%;
  }
  .pgraf{
    width: auto;
  }
  .insta{
    width: 80vw;
    height: 45vh;
  }
  .detail, .desc, .asc, .demo , .demo1, .demo2, .oneVideo, .onepage,  .photo-gallery {
    margin: 30px 10px 0;

  }
  .phone > img {
    height: 40vh;
  }
  .vide {
    position: absolute;
  }


}
@media (min-width: 00px) and (max-width: 499px) {
  .detail, .desc, .asc, .demo , .demo1, .demo2, .oneVideo, .flex-column, .onepage ,  .photo-gallery{
    margin:30px 10px 0;

  }
  
  section > div {
    flex:100%;
  }
.maquette > div, .desc > div, .asc > div {
  flex:50%;
}
.demo > div {
  height: 50vh;
  flex: 100%;
}

.demo1 > div, .demo2 > div {
  flex: 100%;
}
.pgraf{
  width: auto;
}
.flexduo > .pres {
  width: 72%;
  height: 35vh;
}
.flexduo > .mobilePres {
  width: 38%;
  height: 35vh;
}

.pres {
  height: 35vh;
}
.video {
  height: auto;
  width: 95%;
}
.insta{
  width: 95vw;
  height: 35vh;
}
.phone > img {
  height: 30vh;
}
.flexduo > .videoDesktopLeaf, .flexduo, .videoPhoneLeaf {
  width: 100%;
  flex:100%;
  flex-direction: column;
   margin: 10px 0;
   align-items: center;
}
}
