/*==================================================
			     Media Queries         
==================================================*/

/* Large Devices (Desktops & Laptops) */

@media (min-width: 1200px) {
  /* Menu Hide/Show */
  .header .h2-menu .menu,
  .header .h2-menu .menu2 {
    clear: none;
    max-height: none;
  }
  .header .menu-icon {
    display: none;
  }
  /* End Menu Hide/Show */
}

/* Medium Devices (Landscape Tablets & Medium Desktops) */

@media (min-width: 992px) and (max-width: 1199px) {
  /* Menu Mobile */
  .header .menu-icon {
    position: absolute;
    right: 35px;
    top: 35px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .h2-menu {
    display: block;
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
  }
  .header .h2-menu .menu {
    display: block;
  }
  .header {
    display: block;
    height: 90px;
    z-index: 9999;
  }
  .h2-menu .menu li {
    margin: 10px 0;
  }
  #hero {
    width: 100%;
    height: 60vh;
  }
  /* End Menu Mobile */

  .header,
  .container {
    width: 100%;
    padding: 0 30px;
  }
  #small-dialog {
    width: 900px;
  }
  .hero_info {
    left: 50%;
    transform: translate(-50%, -50%);
    width: 650px;
  }
  .boutique_article,
  .temoignage_article,
  .ap_box,
  .apv_inner {
    width: 100%;
  }

  .cas_inner {
    width: 100%;
  }
  .benefits-grid {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  }
  .cas_box:last-child {
    margin-bottom: 50px;
  }
  .cas_a {
    width: 450px;
  }
}

/* Small Devices (Portrait Tablets & Small Desktops) */

@media (min-width: 768px) and (max-width: 991px) {
  /* Menu Mobile */
  .header .menu-icon {
    position: absolute;
    right: 35px;
    top: 35px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .h2-menu {
    display: block;
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
  }
  .header .h2-menu .menu {
    display: block;
  }
  .header {
    display: block;
    height: 90px;
    z-index: 9999;
  }
  .h2-menu .menu li {
    margin: 10px 0;
  }
  #hero {
    width: 100%;
    height: 60vh;
  }
  /* End Menu Mobile */

  .header,
  .container {
    width: 100%;
    padding: 0 30px;
  }
  #small-dialog {
    width: 700px;
  }
  .gallery {
    grid-template-columns: repeat(3, 1fr);
  }
  .container,
  .header {
    width: 100%;
    padding: 0 20px;
  }
  .hero_info {
    left: 50%;
    transform: translate(-50%, -50%);
    width: 550px;
  }
  .boutique_article,
  .temoignage_article,
  .ap_box,
  .apv_inner,
  .video_tuto,
  .qr_box {
    width: 100%;
  }

  .hero_info h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .hero_info h3 {
    font-size: 20px;
  }
  .btn {
    padding: 10px 0;
    width: 200px;
    font-size: 16px;
  }
  .boutique_item {
    height: 400px;
  }
  .barticle_info h4 {
    font-size: 23px;
    margin-right: 34px;
  }
  .bap_1 {
    font-size: 26px;
  }
  .tem_p {
    font-size: 16px;
  }
  .barticle_info_tem {
    padding: 30px 20px 30px 70px;
  }
  .title_box h3 {
    font-size: 35px;
  }
  .faq-accordion {
    width: 90%;
  }
  .apr_box span:first-child {
    font-size: 40px;
  }

  .contact_box {
    display: block;
  }
  .contact_box .con_box:first-child {
    margin-bottom: 70px;
  }
  .footer_inner {
    grid-gap: 10px;
  }
  .optin_box a {
    flex: unset;
    width: 20%;
  }
  .optin_box input {
    flex: unset;
    width: 80%;
  }

  .cas_inner {
    width: 100%;
    display: block;
  }
  .benefits-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
  .cas_img {
    margin: 0 auto;
  }
  .cas_a {
    width: 63%;
    position: relative;
    margin: 0 auto 30px auto;
  }
  .cas_box:last-child {
    margin-bottom: 50px;
  }
}

/* Extra Small Devices (Landscape Phones & Portrait Tablets) */

@media (max-width: 767px) {
  /* Menu Mobile */
  .header .menu-icon {
    position: absolute;
    right: 35px;
    top: 35px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .h2-menu {
    display: block;
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
  }
  .header .h2-menu .menu {
    display: block;
  }
  .header {
    display: block;
    height: 90px;
    z-index: 9999;
  }
  .h2-menu .menu li {
    margin: 10px 0;
  }
  #hero {
    width: 100%;
    height: 60vh;
  }
  /* End Menu Mobile */
  .logo {
    width: 160px;
  }
  .container,
  .header {
    width: 100%;
    padding: 0 20px;
  }
  .hero_info {
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
  }
  .boutique_article,
  .temoignage_article,
  .ap_box,
  .apv_inner,
  .video_tuto,
  .qr_box {
    width: 100%;
  }

  .hero_info h2 {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .hero_info h3 {
    font-size: 18px;
  }
  .btn {
    padding: 10px 0;
    width: 200px;
    font-size: 16px;
    margin: 0 auto;
  }
  .boutique_item,
  .temoignage_item,
  .ap_box,
  .qr_box {
    height: auto;
    display: block;
  }
  .barticle_info h4 {
    font-size: 23px;
    margin-right: 34px;
  }
  .bap_1 {
    font-size: 26px;
  }
  .tem_p {
    font-size: 16px;
  }
  .barticle_info_tem {
    padding: 30px;
  }
  .title_box h3 {
    font-size: 30px;
  }
  .title_box p {
    font-size: 18px;
  }
  .faq-accordion {
    width: 100%;
  }
  .apr_box span:first-child {
    font-size: 40px;
  }

  .contact_box,
  .apv_inner,
  .footer_inner,
  .form_row,
  .ap_rev,
  .f_pages ul {
    display: block;
  }
  .contact_box .con_box:first-child {
    margin-bottom: 70px;
  }
  .footer_inner {
    grid-gap: 10px;
  }
  .optin_box a {
    flex: unset;
    width: 20%;
  }
  .optin_box input {
    flex: unset;
    width: 80%;
  }
  .video_tuto img,
  .ap_video {
    width: 100%;
  }
  .owl-theme .owl-nav {
    display: none;
  }
  .bar_btn {
    position: relative;
    bottom: unset;
    left: unset;
    transform: unset;
  }
  .faq-accordion-header {
    padding: 0.5rem 1rem;
  }
  .faq-accordion-title,
  .tuto_type i {
    font-size: 15px;
  }
  .faq-accordion-open .faq-accordion-title {
    font-size: 18px;
  }
  .tuto_type {
    width: 30px;
    height: 30px;
  }
  .apb_info {
    padding: 20px;
  }
  .title_box {
    margin-bottom: 35px;
  }
  #kit,
  #temoignages {
    padding: 70px 0 100px 0;
  }
  #tutoriels,
  #apropos,
  #qr,
  #contact {
    padding: 70px 0;
  }
  .faq_aide {
    margin: 50px 0 0px 0;
    padding: 50px 30px;
  }
  .boutique_carousel .owl-dots,
  .temoignage_carousel .owl-dots {
    bottom: -10%;
  }
  .apv_box {
    margin-bottom: 40px;
  }
  .apvb_in {
    grid-gap: 7px;
  }
  .apvb_in p {
    width: 70%;
    margin: 0 auto;
  }
  .apr_box.apr_box1,
  .apr_box.apr_box2 {
    margin-bottom: 25px;
  }
  .apr_box {
    grid-gap: 0px;
  }
  .qrb_1_1 h4 {
    font-size: 25px;
  }
  .f_logo {
    width: 120px;
  }
  .footer_box {
    margin-bottom: 40px;
  }

  .footer_inner2 {
    display: flex;
    flex-direction: column-reverse;
  }
  .f_copyright {
    margin-top: 20px;
  }
  footer {
    padding: 50px 0;
  }
  .btn_box,
  .bar_btn {
    display: block;
  }
  .btn_box a {
    margin-bottom: 10px;
  }
  .qarlyne-marque img {
    width: 100px;
  }
  .btn_box a {
    margin: unset;
    margin-bottom: 10px;
  }
  .bar_btn a {
    margin-bottom: 10px;
  }
  .video-container video {
    width: 100%;
  }
  #small-dialog {
    width: 100%;
  }
  .gallery {
    display: block;
    max-width: 100%;
  }
  .gallery-item {
    margin-bottom: 10px;
  }
  .contenu_kit {
    display: block;
  }
  .kit_each {
    width: 100%;
  }
  .mfp-close {
    right: 0px !important;
  }

  .cas_inner {
    width: 100%;
    display: block;
  }
  .benefits-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
  .cas_img {
    margin: 0 auto;
    width: 100%;
    height: 250px;
  }
  .cas_a {
    width: 88%;
    position: relative;
    margin: 0 auto 30px auto;
  }
  .cas_info {
    width: 280px;
    height: 60px;
    padding: 0 15px;
    bottom: -26%;
  }
  .cta-section {
    padding: 50px 25px;
    margin: 50px 0 0px 0;
  }
  .cas_box {
    margin-bottom: 50px;
  }
  .cas_box h5 {
    font-size: 25px;
    margin-bottom: 30px;
  }
  .benefits-grid {
    margin: 3rem 0;
  }
  .ap_valeurs {
    margin: 0;
  }
}

/* Extra Small Devices (Portrait Phones & Smaller devices) */

@media (max-width: 480px) {
  .container-all2 {
    display: block;
    width: 280px;
    margin: 0 auto;
  }
  .faqa_inner h6 {
    font-size: 20px;
  }
}

/* Extra Small Devices (Portrait Phones & Smaller devices) */

@media (max-width: 320px) {
  .container-all2 {
    display: block;
    width: 280px;
    margin: 0 auto;
  }
  .faqa_inner h6 {
    font-size: 20px;
  }
}
