
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)
/* and (orientation : portrait)  */
{
  .presentation{
    min-width: 50%;
    margin-top: 50px;
  
    margin: 0px;

  }
  body{
    max-height: 100vh;
  }
  
  
  .welcome{
    margin:  auto 0 0 0;
    justify-content: space-between;
    padding: 40px 40px 70px 40px; 
    background-color: white;
    filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.400));
    display: flex;
    position: relative;
    flex-direction: column;
    border-radius: 30px 30px 0 0;
    z-index: 10;

  }

  .containWelcome{
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0%;
    z-index: 10;
    display: flex;
  }
  .welcome h2{
    font-family: 'Baloo Paaji 2', cursive;
    color: #db0500;
    font-size: 2rem;
    font-weight: 700;
    line-height: 28px;
    
  }
  .welcome p{
    font-family: 'Baloo Paaji 2', cursive;
    color: #db0500;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 25px;
    
  }
  .welcome div{
    display: flex;
    margin-top: 40px;
  
    flex-direction: column;
    align-items: center;
    width: auto;
  }
  .welcome :nth-child(2){
    font-family: 'Quicksand', sans-serif; 
    font-size: 1rem;
    color: #000;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 0;

  }
  .boutonStore{
    margin: 0 0 0 0;
    height: 45px;
    width: auto;
 
  }
  /* .boutonStore2{
    margin: 0 0 0 0;
    width: 60%;
    margin-right: auto;
    margin-left: auto;
  } */
  .containButton{
    width: 100vw;
    margin: 0 auto 0 auto;
    display: flex;
    z-index:100;
    position: absolute;
 
    top: 100px;
    align-items: center;
    justify-content: center;
}
.containButton2{
  width: 100vw;
  margin: 100px auto 0 auto;
  display: flex;
  z-index:100;
  position: relative;
  

  align-items: center;
  justify-content: center;
}


  .intro{
    width: 0px;
    height: 0px;
    opacity: 0;
    z-index: 0;
  }
  h2{
    font-size: 3.5rem;
  }
  /* Site avec présentation */
  .mainContain{
    min-width: 100%;
    margin: 0px;
  }
  .image1{
    transform: translateX(-100px);
    height: 60%;
  }

  .imagesTel{
    height: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .text_pres{
    min-width: 50%;
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 0px;
    padding-right: 70px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-right: 0px;
  }
  .text_pres h2{
    width: 100%;
  }

  .column1{
    width: 10%;
  }
  .column2{
    width: 100%;
  }
  .column2 p{
    max-width: 100%;
  }
  .column3{
    width: 45%;
  }
  
  
  /* ----------bookmark --------------*/
  .bookmark{
    width: 0%;
    opacity: 0;
  }
  .bookmark img{
    height: 0%;
    width:0%;
  }
  .containTitle h2{
    font-size: 3rem;
    line-height: 40px;
  }
  #trigger{
    opacity: 100;
  }

  .slide-top {
    -webkit-animation: slide-top 6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
            animation: slide-top 6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  }
@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  98% {
    -webkit-transform: translateY(-105px);
            transform: translateY(-105px);
  }

  100% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
}
@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  98% {
    -webkit-transform: translateY(-105px);
            transform: translateY(-105px);
  }

  100% {
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
    }
}

  .slide-in-right {
    -webkit-animation: slide-in-right 6s cubic-bezier(6.250, 6.460, 6.450, 6.940) both;
            animation: slide-in-right 6s cubic-bezier(6.250, 6.460, 6.450, 6.940) both;
  }
  
  @-webkit-keyframes slide-in-right {
    0% {
      -webkit-transform: translateX(1000px);
              transform: translateX(1000px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }
  @keyframes slide-in-right {
    0% {
      -webkit-transform: translateX(1000px);
              transform: translateX(1000px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }
  }
/*------------------------------------------------------------------------------------------------------------------------------------------*/

  @media screen and (max-width:768px)
{

  body{
    z-index: -10;
    height: 100vh;
  }
  #menu{
    position: fixed;
    top: 0 ; 
    left: 0;
    margin: 0; 
    padding: 0;
    width: 110px;
    height: 110px;
    background-color: #db0500;
    border-bottom-right-radius: 100%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.26);
    animation: not-checked-anim .2s both;
    transition: .2s;
    z-index: 100;  
}
#trigger, #burger{
  position: fixed;
  top: 25px;
  left: 25px;
  width: 30px;
  height: 5px;
  transition: .2s ease;
  cursor: pointer;
  z-index: 101;
}
  .scrollmagic-pin-spacer{
    padding-bottom: 0;
  }
  #overlayer {
    width:100vw;
    height:100vh;  
    position:fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
    z-index: 20000;
    background:white;
  }
  .preloader p{
    position: absolute;
    top: 47vh;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 100px;
    height: 90px;
    text-align: center;
    color: #db0500;
    font-size: 20px;
    font-family: 'Baloo Paaji 2', cursive;
    z-index: 200000;
  }
  .loader {
    display: inline-block;
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 200000;
    border: 4px solid #db0500;
    top: 40vh;
    /* left: 50vw; */
    margin-left: auto;
    margin-right: auto;
    right: 0;
    left: 0;
    transform: translatey(-100px);
    animation: loader 2s infinite ease;
    border-radius: 10px;
  }
  .loader-inner {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    z-index: 200000;
    background-color: #db0500;
    animation: loader-inner 2s infinite ease-in;
  }
  #cookie-banner button {
    margin: 0 0px;
    padding: 4px 16px;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    margin-bottom: 16px;
  }
  #cookie-banner {
    padding-top: 24px;
  }
  #cookie-banner p{
    margin-bottom: 16px;
    font-size: 1rem;
  }
  

  .welcome{
    margin:  auto 0 0 0;
    justify-content: space-between;
    padding: 40px 40px 70px 40px; 
    background-color: white;
    filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.400));
    display: flex;
    position: relative;
    flex-direction: column;
    border-radius: 30px 30px 0 0;
    z-index: 10;

  }

  .containWelcome{
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0%;
    z-index: 10;
    display: flex;
  }
  .welcome h2{
    font-family: 'Baloo Paaji 2', cursive;
    color: #db0500;
    font-size: 2rem;
    font-weight: 700;
    line-height: 28px;
    
  }
  .welcome p{
    font-family: 'Baloo Paaji 2', cursive;
    color: #db0500;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 25px;
    
  }
  .welcome div{
    display: flex;
    margin-top: 56px;
  
    flex-direction: column;
    align-items: center;
    width: auto;
  }
  .welcome :nth-child(2){
    font-family: 'Quicksand', sans-serif; 
    font-size: 1rem;
    color: #000;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 0;

  }
  .boutonStore{
    margin: 0 0 0 0;
    height: 45px;
    width: auto;
 
  }
  /* .boutonStore2{
    margin: 0 0 0 0;
    width: 60%;
    margin-right: auto;
    margin-left: auto;
  } */
  .containButton{
    width: 100vw;
    margin: 0 auto 0 auto;
    display: flex;
    z-index:100;
    position: absolute;
 
    top: 100px;
    align-items: center;
    justify-content: center;
}
.containButton2{
  width: 100vw;
  margin: 30px auto 0 auto;
  display: flex;
  z-index:100;
  position: relative;
  

  align-items: center;
  justify-content: center;
}

  header{
    display: block;
    height: 150px;
   
  }

  .slide-in-right {
    -webkit-animation: slide-in-right 4s cubic-bezier(0.450, 0.460, 0.750, 0.940) both;
            animation: slide-in-right 4s cubic-bezier(0.450, 0.460, 0.750, 0.940) both;
  }

  @-webkit-keyframes slide-in-right {
    0% {
      -webkit-transform: translateX(1000px);
              transform: translateX(1000px);
      opacity: 1;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }
  @keyframes slide-in-right {
    0% {
      -webkit-transform: translateX(1000px);
              transform: translateX(1000px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }

  /*---------------nav bar------------------*/

.containLogo{
 

  width: 100vw;
  position: fixed;
  top: 0;
  z-index: 100;
  text-align: center;
  
}

.logo{

  width: 30px;
  text-align: center;
  display: flex;
  position:relative;
  margin-left:auto;
  margin-right:auto;
  margin-top: 24px;
  /* margin: auto 10 auto auto; */
}
.logo2{

  width: 30px;
  text-align: center;
  display: flex;
  position:relative;
  margin-left:auto;
  margin-right:auto;
  margin-top: 0px;
  margin-bottom: 32px;
  /* margin: auto 10 auto auto; */
}
h6{
  line-height: 1.6rem;
  margin-bottom: 8px;
}
.tabbar{
  margin-left: 30%;
  margin-right: 0%;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%);
  opacity: 0%;
}
.space{
  margin-left: auto;
  margin-right: 30px;
}
nav ul li a {
  color: #000;
  font-size: 1rem;
  font-family: 'Baloo Paaji 2', cursive;
}
nav ul{
  display: flex;
  flex-direction: row;
  list-style: none;
  padding-inline-start: 0;

}
nav ul li a,
nav ul li a:after,
nav ul li a:before {
transition: all .5s;
}

nav ul li a:link {
  color: white;
}

nav ul li a:visited {
  color: white;
}

nav ul li a:hover {
color: #db0500;
}

.linktabbar:link{
text-decoration: none;
}  
.linktabbar:visited {
text-decoration: none;

}

.linktabbar:hover {
text-decoration: none;
}

.linktabbar:active {
text-decoration: none;
}
/*-------------------------------------------*/
  .intro{
    width: 0px;
    height: 0px;
    opacity: 0;
    z-index: 0;
  }
  .presentation{
    margin-top: 0;
    width: 100vw;

  }
  
  /* .scrollmagic-pin-spacer{
    min-height: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  } */

/*général*/

  h2{
    font-size: 3rem;
    line-height: 0.8;
  }

/*intro*/
  .image1{
    height: 400px;
    width: 400px;
  }

  .text_pres{
    width: 100%;
  
    padding-bottom: 70px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    justify-content: center;
    flex-direction: column;
  
  }
  .text_pres{
    margin-right: 0%;
  }
  .Main_pres{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 0px;
    align-items: center;
  }

/* Site avec présentation */

  .imagesTel{
    height: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .mainContain{
    display: flex;
    flex-direction: column;
    width: 100vw;
  }
  .mainContain#home{
    display: flex;
    flex-direction: column-reverse;
    width: 100vw;
  }
  .column2{
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 40px;
    padding-right: 40px;
    width: 100%;
    
  }
  .column3{
    width: 100%;

    display: flex;
  }
  .column2 p{
    max-width: fit-content;
  }
  main{
    width: 100%;
    padding: 0 19px 0 19px;
  }
  section{
    min-width: 100%;
    padding-left: 19px;
    padding-right: 19px;
  }
  .liste_proposition{
    padding-left: 19px;
    padding-right: 19px;
    padding-top: 64px;
    padding-bottom: 32px;
}
  .proposition{
    height: 45vw;
    width: 25vw;
    background-color: #AC0900;
    border-radius: 20px;
    filter: grayscale(1);
    display: flex;
    align-items: end;
    padding-bottom: 24px;
    justify-content: center;
    color: white;
    font-size: 0.5rem;
    font-family: 'Baloo Paaji 2', cursive;
    font-weight: 600;
}
.active{
    height: 50vw;
    width: 30vw;
    font-size: 1rem !important;
    font-family: 'Baloo Paaji 2', cursive;
    filter: grayscale(0);
    transition: ease-in-out 1s;
}
.img_proposition{
  width: 100%;
  height: 45vw;
  border-radius: 25px;
}
.title_proposition{
  max-width: 100%;
  text-align: center;
  margin-top: 15vh;
  margin-bottom: 124px;
}
  .first_section_proposition{
    flex-direction: column-reverse;
  }
  .diff_first{
    flex-direction: column;
  }
  .container_text{
    width: 100%;
    margin-top: 32px;
    box-sizing: content-box;
    padding: 0;
}
  .flex_fonctio{
    flex-direction: column;
  }

  .container_detail_proposition{
    padding: 0;
    margin: 0;
    max-width: 100%;
  }

  .left_section_1{
    width: 0;
  }
  .left_section_1 img{
    width: 0;
    height: 0;
  }
  .left_section_1 .background_phone_1{
    width: 0;
    height: 0;
  }
  .right_section_1{
    align-items: center;
    justify-content: center;
    width: 90vw;
    padding: inherit;
    
  
  }
  .text_proposition{
    width: 100%;
    padding: inherit;
    margin-left: 0px;

  }
  .main_container_fonctio{
    width: 100%;
    margin-top: 15vh;
  }
  .container_fonctio{
    padding: 0;
    margin-right: 0;
  }
  .besoin{
    line-height: 110%;
  }
  .card2{
    max-width: 100%;
    height: auto;
  }
  .margin{
    margin-top: 10vh;
  }
  .card2::after{
    box-sizing: inherit;
  }
  button{
    width: 80%;
  
  }
  .button_init{
    display: flex;
    margin: inherit;
    width: 80%;
    border-radius: 40px;
    padding: 8px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
  .line_red{
    min-width: inherit;
    display: none;
  }
  .line_card3{
    flex-direction: column;
    padding: inherit;
    width: inherit;
    align-items: inherit;
  }
  .second_section_proposition{
    margin: 0 0 0 0;
  }
/*message kulty engagé*/

  .message{
    display: flex;
    flex-direction: column;
    margin-top: 23vh;
    width: 100vw;

  }
  .message .column1 img{
    height: 0px;
    width: 0px;
    opacity: 0;
  }
  .message .column2{
    width: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .message .column3{
    width: 100%;
    padding-top: 0px;
    padding-bottom: 70px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .section_form{
    text-align: center;
    box-sizing: inherit;
    margin-bottom: 10vh;
    padding: 0 !important;
}
.padding{
  padding-left: 5%;
  padding-right: 5%;
}


  /* ----------bookmark --------------*/


  .bookmark{
    width: 0%;
    opacity: 0;
  }
  .bookmark img{
    height: 0%;
    width:0%;
  }

  
/*------------footer---------- */
#footer{
  width: 100%;
  margin-right: 0;
  height: 16vh;
  background-color: black;
  color: white;
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  justify-content:space-around ;
  padding: 0px;
  font-size: 1rem;
  border-radius: 16px 0 0 0;
}

#footer .copyright{
  font-size: 0.8rem;
}
#footer a p{
  text-decoration: none;
  font-family: 'Quicksand', sans-serif; 
  font-size: 0.8rem;
  margin-right: 16px;
}

#footer a:link {
  color: white;
}

#footer a:visited {
  color: white;
}

#footer a:hover {
  color: #db0500;
}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
#footer{
  width: 85%;
  transform: translateY(-15000px);
}
}
  
  /* ------------------------anime Rainbow-------------------------- */
  .rainbow span {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    transform: translate(-50%, -50%);
  }
  .rainbow span:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 100%;
  }
  .c-subscribe-box__wrapper h2{
    font-size: 2rem;
    line-height: 24px;
    color: var(--color-third);}
    

  /* Conditions générales d'utilisation */
  .ContainCGU{
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 5%;
    display: flex;
    flex-direction: column;
    text-align: left;
  }
  .ContainCGU H2{
    margin-bottom: 0px;
    font-size: 2rem;
  }
  .ContainCGU p{
    margin-bottom: 16px;
    font-size: 1rem;
  }
  .Undertext{
    font-size: 0.75rem !important;
    font-style: italic;
    margin-bottom: 32px;
    margin-top: 16px;
  }
  .soustitre p{
    margin-bottom: 8px;
  }
  .soustitre{
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
    }
  .main{
    background-color: white;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-bottom: 100px;
    padding-top: 100px;
  }
  .li_menu, .navbutton {
    margin: 50px 0 -55px 0;
    color: white;
    font-family: 'Baloo Paaji 2', cursive;
    font-weight: 600;
    line-height: 1.8;
    font-size: 3rem;
    text-decoration: none;
    text-transform: none;
    list-style: none;
    outline: 0;
    display: none;
}
.navbutton:visited{
  color: white;
}
.li_menu {
    width: 400px;
    text-indent: 56px;
  }
  a:link {
    color: white;
  }
  
  a:visited {
    color: white;
  }
  @keyframes checked-anim {
    50% {
        width: 3000px;
        height: 3000px;
    }
    100% {
        width: 100%;
        height: 100%;
        border-radius: 0;
    }
  }
  @keyframes not-checked-anim {
    0% {
        width: 3000px;
        height: 3000px;
    }
  }

  #trigger {
    height: 30px;
    background: none;
    opacity: 100;
  }

  #menu-toggle:checked + #trigger + #burger + #menu {
    animation: checked-anim 1s ease both;
  }
  #menu-toggle:checked + #trigger ~ #menu > li, .navbutton {
    display: block;
  }
  [type="checkbox"]:not(:checked), [type="checkbox"]:checked {
    display: none;
  }

