@media screen and (max-width: 426px){
  h1{
    font-size: 2.5rem;
  }
  h2{
    font-size:2rem;
  }
  /*Header Section*/
  #site-header{
    height: auto;
  }
  
  .nav.justify-content-center{
    text-align:center;
  }
  
  .nav-item.btn_contact{
    margin-right:auto!important;
    margin-left:auto!important;
  }
  .btn_contact > a {
    padding-left: 0px!important;
  }
  /*Sections */
  section{
    margin: 0;
  }
  /*Miscelaneus*/
  .white-space{
    margin:0;
  }
  .btn-snapp{
    width: -webkit-fill-available;
  }
  /* Carousel */
  .w-100{
    min-height:75vh;
  }
  .carousel-caption.text-floating h5{
    font-size: 23px;
  }
  .carousel-caption.text-floating p{
    font-size: 16px;
  }
  /* Footer */
  .footer-section{
    /*height:-webkit-fill-available;*/
  }
  .title-footer{
    margin-right: 0px;
    font-size: 30px;
    line-height: 42px;
    text-align: center;
  }
  .direction-footer {
    text-align: center;
    margin-top: 20px;
  }
  .to-form-contact{
    width:100%;
    text-align: center;
  }
  .elements-at-end{
    position:unset;
  }
  .elements-at-end > .list-inline {
    padding-right: 0px;
    text-align:center;
  }
  #snapp_accueil_applications {
   padding: 7vh 0 7vh 0;
  	height: inherit;
  }
}




@media screen and (min-width: 427px) and (max-width: 769px) {
  h2{
    font-size:2rem;
    margin-bottom:16px;
  }
  p{
    line-height:1.3rem;
  }
  /*Header*/
  .nav-item.btn_contact{
    margin-right:auto!important;
    margin-left:auto!important;

  }
  .btn_contact{
    margin-right:0px!important;
  }
  .btn_contact >a {
    padding-left:0!important;
  }
  /*Sections*/
  section{
    padding: 5vh;
    margin:0px;
  }
  .filling-white{
    margin:0px;
    padding: 0px;
  }
  #snapp_actualites_news {
    padding-top: 83px;
  }
  /*Slider*/
  .carousel-caption.text-floating h5{
    font-size:50px;
  }
  .carousel-caption.text-floating {
    top: 35%;
  }
  .carousel-inner.left-to-right-both>.text-floating {
    left: 20%;
    right: 20%;
  }
  /*blog*/
  .background-img-blog {
    min-height: 100vh;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    width: 100%;
    background-position: center center!important;
   }
  /*Miscelaneus*/
  .section-pt-10-p0{
    padding: 2vh 0 2vh 0;
  }
  .timeline-title{
    font-size:1.5rem;
  }
  .timeline-paragraph{
    font-size:16px;
  }
  
  .white-space{
    height:0;
  }
  
  /*Footer*/
  .title-footer{
    font-size:35px;
    margin-right:0px;
  }
  .to-form-contact{
    width:80%;
  }
  .votre_e-mail{
    width:80%;
  }
  .elements-at-end>.list-inline{
    padding-right:0;
  }
  .elements-at-end > .list-inline > li {
    font-size: 12px;
    margin-top: 5%;
   }
  .logo-footer {
    margin-top: 9px;
    margin-left: 0px;
    width: 90px;
  }
  .copy-footer-section-final {
    display: block;
    font-size: 13px;
    margin-left: 0;
    margin-top: 10px;
  }

}
@media screen and (max-width: 576px)  and (min--moz-device-pixel-ratio:0) {
  
}

@media screen and (max-width: 426px)  and (min--moz-device-pixel-ratio:0) {
  .footer-section{
    height: auto;
  }
}

