@media screen and (min-width: 1940px) {
.home h1 {
  font-size: 3vw;
 }
 .home h3 {
  font-size: 1vw;
 }
}


@media screen and (max-width: 1940px) {
  .home h2 {
      font-size: 38px;
  }
  .home h1 {
    font-size: 80px;
  }
  .slick.slider-programmes .slick-dots li button {
    font-size: 1.8em;
    width: 115px;
    height: 115px;
  }
  .slick.slider-programmes {
    padding: 10vw 0 0 0;
  }
  
}
@media screen and (max-width: 1580px) {
  html, body {
    font-size: 20px !important;
  }
  .my-nav {
    right: -30px;
  }
  .single h3,
  .page h3,
  .home h3 {
    font-size: 24px;
  }
  .container-fluid {
    /* max-width: 100%; */
  }
  .force-15-7 {
    width: 58.33333333%;
  }
  .force-15-5 {
    width: 41.66666667%;
  }
  .home h4 {
    font-size: 18px;
  }
  .home .liste-modules h2 {
    font-size: 30px;
  }
  .force-15-half {
    width: 50%;
  }
    .slick.slider-programmes .slick-dots li button {
    font-size: 1.4em;
    width: 85px;
    height: 85px;
  }
   .slick.slider-programmes {
    padding: 160px 0 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .home h1 {
    line-height: 1.2;
    font-size: 60px;
  }
 /* [class*='col-'], */
  .force-15-7,
  .force-15-half {
    width: 100%;
  } 
  .force-ipad-8 {
    width: 75%;
    margin: 0 auto 30px;
  } 
  .force-ipad-full {
    width: 100%;
  }
  .ipad-mb-30 {
    margin-bottom: 30px;
  }
  .ipad-center {
    text-align: center;
  }
  .reverse-ipad {
    flex-direction: column-reverse;
  }
   .reverse-ipad  .force-ipad-8 {
     margin: 30px auto 0px;
   }
   .home .site-footer .site-container {
    max-width: 100%;
   }
   .site-footer .wp-block-image img {
    margin: 0 auto;
   }
   .site-footer .wp-block-image img,
   .logo-desktop img {
    max-width: 110px;
   }
   .site-footer .wp-block-image {
    text-align: center;
    margin: 0 auto;
   }

}


@media screen and (max-width: 991px) {

  .logo {
    left: 30px;
  }
  .my-nav{
    right: -40px;
  }

  .my-nav ul li a{
    font-size: 8vh;
  }
  .page .site-footer .site-footer-row,
  .single .site-footer .site-footer-row,
  .home .site-footer .site-footer-row {
    flex-wrap: wrap;
  }
}


@media screen and (max-width: 768px) {
 .force-ipad-8 {
    width: 100%;
  } 
   .site-footer .wp-block-image img,
  .logo-desktop img {
    max-width: 100px;
  }
  

}
@media screen and (max-width: 640px) {
  .container-fluid {
    max-width: 100%;
  }
  .entry-content-wrap {
        padding: 1.5rem 10px;
    }
  .single h1 {
    font-size: 40px;
  }
   .home h1 {
    font-size: 50px;
  }
   .home h2{
    font-size: 32px;
  }
  .single h3, .page h3, .home h3 {
        font-size: 22px;
  }
  .home .liste-modules h2 {
    font-size: 28px;
  }
  .formulaire-box {
    padding: 30px;
  }
  .footer-html-inner {
    display: block;
  }
     #block-30,
   .footer-section-inner-items-1 .footer-widget-area>*,
   .footer-section-inner-items-1,
   .site-footer .footer-widget1 {
    text-align: center;
    width: 100%;
  }
#footer-menu {
  margin: 0 auto;
}
.footer-menu-container {
  width: 100%;
}
.footer-social-wrap .footer-social-inner-wrap {
  justify-content: center;
}

/* .page .site-footer .site-footer-row, .single .site-footer .site-footer-row, .home .site-footer .site-footer-row {
  justify-content: center;
} */
.footer-html-inner div,
.footer-html-inner {
  text-align: center;
  margin-bottom: 30px;
  width: 100%;
  justify-content: center;
}
.logo-desktop {
  top: 0; left: 10px;
}
.my-nav ul.menu li a {
  font-size: 40px;
}
.my-nav ul.menu .sub-menu li a {
    font-size: 30px;
}
.single .top-header .site-container, .page .top-header .site-container {
 padding: 0 !important;
} 
.site-footer .wp-block-image img, .logo-desktop img {
        max-width: 80px;
    }
}

@media screen and (max-width: 420px) {
.top-header {
  padding: 15px 0;
}
.home .top-header {
  .site-container {
    padding: 0 !important;
  }
  /* .right-icons {
    position: absolute !important;
  } */
}
.home {
  h1 {
    font-size: 45px;
  }
}
.home .header {
    min-height: auto;
    background-position: bottom center !important;
    padding-bottom: 180vw;
    background-size: 185% !important;
}
.home .site-container,
.single .site-footer .site-container, 
.site-header-row-layout-contained, .site-footer-row-layout-contained, .entry-hero-layout-contained, .comments-area, .alignfull > .wp-block-cover__inner-container, .alignwide > .wp-block-cover__inner-container {
  padding: 0 15px;
}
}
@media screen and (max-width: 360px) {
.home .header {
  padding-bottom: 100vw;
}
}