.page-container{
	font-family: "Helvetica";
  background-color: #F5F5F5;
}

/*-------------- HEADER ---------------*/

.logo-principal{
	font-family: 'Roboto Condensed', sans-serif;
	font-style: italic;
	color: #fff;
	font-size: 2rem;
	padding-top: 20px;
}

.bloc-head{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	min-height: 100vh;
}

.collapse a{
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 0.8rem;
	font-weight: bold;
	margin-right: 10px;
}

.navbar li:hover a{
	color: #fff;
}

.navbar.scrolled {
  opacity: 1 !important;
  transition: opacity 500ms linear;
}

.titre{
  text-shadow: #FAF0E6 1px 0 10px;
  margin-top: 300px;
}

h1{
	font-family: 'Roboto Condensed', sans-serif;
  font-style: italic;
	font-weight: bold;
	font-size: 4rem;
  text-transform: capitalize;
}

.s-titre{
  font-size: 3.2rem;
  font-style: italic;
}

.btn-dl{
  margin-top: 70px;
}

#section07{
  margin-top: 150px;
}
/*-------------- BLOC-0 ---------------*/

.bloc-0{
    background-color: #fff;
    max-width: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.bloc-0 .keyline-1 {
    margin-top: 70px;
    border-bottom: 1px solid #d6d6d6;
    width: 40px;
}

.bloc-0 h2{
	font-family: 'Be Vietnam', sans-serif;
	font-weight: bold;
	font-size: 3.2rem;
}

/*-------------- BLOC-1 ---------------*/

.bloc-1{
	background-color: #fff;
	color: #3C4042;
	min-height: 80vh;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}


.bloc-1 h3{
	font-size: 1.9rem;
	font-weight: bold;
  margin-top: 30px;
	margin-bottom: 80px;
}

.bloc-1 p{
  margin-bottom: 70px;
	font-size: 1.5rem;
}

.bloc-1 .about-1 i{
  margin-right: 15px;
}

/*-------------- BLOC-2 ---------------*/

.bloc-2{
	background-color: #F5F5F5;
	min-height: 65vh;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.bloc-2 h3{
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 50px;
  margin-top: 100px;
}

.bloc-2 p{
	margin-bottom: 70px;
	font-size: 1.5rem;
}

/*-------------- BLOC-3 ---------------*/

.bloc-3{
  background-color: #fff;
  min-height: 65vh;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.bloc-3 h3{
  font-size: 2rem;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 80px;
}

.bloc-3 p{
  margin-bottom: 60px;
  font-size: 1.5rem;
}

/*-------------- BLOC-4 ---------------*/
.bloc-4 .keyline-2 {
    margin-top: 70px;
    margin-bottom: 30px;
    border-bottom: 1px solid #d6d6d6;
    width: 40px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.bloc-4{
	width: 100%;
	min-height: 40vh;
	background-color: #3C4042;
	color: #fff;
}

.bloc-4 h2{
	font-family: 'Be Vietnam', sans-serif;
	color: #fff;
	font-weight: bold;
	font-size: 3.2rem;
	margin-bottom: 30px;
}

.logo-litesoft{
	color: #fff;
}

/*-------------- IMAGES ---------------*/
.ipad-2{
  width: 70%;
}

.ipad-p2{
  width: 80%;
}

.stats{
  width: 70%;
}

.ipad-2,
.ipad-p2,
.stats {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.ipad-2:hover{
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.ipad-p2:hover{
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.stats:hover{
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/*-------------- ANIMATIONS ---------------*/

.navbar-brand img{
  -webkit-transition: .3s ease-in-out !important; 
  transition: .3s ease-in-out !important; 
}
.navbar-brand img:hover{
  border-radius: 50%;
}

.demo a {
  position: absolute;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  font : normal 400 20px/1 'Josefin Sans', sans-serif;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
}
.demo a:hover {
  opacity: .5;
}

#section07 a {
  padding-top: 20px;
}
#section07 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb07 2s infinite;
  animation: sdb07 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}
#section07 a span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
#section07 a span:nth-of-type(2) {
  top: 16px;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}
#section07 a span:nth-of-type(3) {
  top: 32px;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
@-webkit-keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.aos-all {
  width: 1000px;
  max-width: 98%;
  margin: 10vh auto 0 auto;
}

.aos-item {
  display: inline-block;
  float: left;
  width: 33.3333%;
  height: 300px;
  padding: 20px;
}

.aos-item__inner {
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
  background: #1da4e2;
  line-height: 260px;
  text-align: center;
  color: #fff;
}


/*---------- RESPONSIVE MD -----------*/

@media screen and (max-width: 1199px){
  .titre{
  margin-top: 20%;
  }

  h1{
   font-size: 3.2rem;
  }

  .s-titre{
   font-size: 3.2rem;
  }

  .btn-dl{
   margin-top: 3%;
  }

  #section07{
   margin-top: 10%;
  }

  .bloc-1 img{
    width: 100%;
    margin-top: 10px;
  }

  .bloc-1 h3{
    margin-bottom: 20px;
  }

  .bloc-1 p{
    margin-bottom: 50px;
    font-size: 1.2rem;
  }

  .bloc-2 p{
    margin-bottom: 60px;
    font-size: 1.2rem;
  }

  .bloc-3 h3{
    margin-bottom: 30px;
  }

  .bloc-3 p{
    margin-bottom: 60px;
    font-size: 1.2rem;
  }

  .stats{
  width: 100%;
  }

  .bloc-2 img{
    width: 80%;
    margin-top: 100px;
  }
}

/*---------- RESPONSIVE MD -----------*/

@media screen and (max-width: 991.98px){
  .bloc-1 h3{
    margin-bottom: 70px;
  }

  .bloc-1 p{
    margin-bottom: 70px;
  }

  .bloc-3{
    text-align: center;
  }
}

@media screen and (max-width: 800px) {
  .aos-item {
    width: 50%;
  }
}

/*---------- RESPONSIVE SM -----------*/

@media screen and (max-width: 767.98px){
  .titre{
  margin-top: 40%;
  }

  h1{
   font-size: 3.2rem;
   margin-bottom: 20px;
  }

  .s-titre{
   font-size: 2.5rem;
  }

  .btn-dl{
   margin-top: 3%;
  }

  #section07{
   margin-top: 12%;
  }

  .bloc-0 h2{
    font-size: 2.2rem;
  }

  .bloc-4 h2{
    font-size: 2rem;
  }

  .bloc-1 p{
    font-size: 1.3rem;
  }

  .bloc-2 h3{
    margin-top: 30px;
  }

  .bloc-2 img{
    margin-top: 10px;
  }

  .bloc-3 h3{
    margin-top: 10px;
  }

  .bloc-3 p{
    font-size: 1.3rem;
    margin-bottom: 50px;
  }

  .about-1 img,
  .about-2 img{
    width: 100%;
  }
}