:root {
  --brand-lamotte-blue: #007AFF;
  --brand-lamotte-darker-blue: #005CB9;
  --brand-lamotte-light-blue: #00AEEF; 
  --brand-lamotte-grey:#707070;
  --brand-lamotte-dark-grey:#58595B;
  --brand-lamotte-bg-ligther-gray: #F1F5FB;
  --brand-lamotte-btn-grey:#F2F5FB;
  --brand-lamotte-pink:#F8C1D9;
  --brand-lamotte-light-pink:#FFE3EE;
  --brand-lamotte-dark-pink:#C2185B;
  --brand-lamotte-body-font: "Open Sans", sans-serif;
  --brand-lamotte-header-font: "Oswald", sans-serif;
}

.lamotte-header a {
  outline: none;
  text-decoration: none;
}


a:focus {
  outline: none;
}

a:focus-visible {
  outline: 2px solid #005fcc; /* mantém visível ao navegar por teclado */
}

 

/* ********* HEADER ********* */
.lamotte-header {
  width: 100vw !important;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  box-sizing: border-box;
  border: 0;
  font-family: var(--brand-lamotte-body-font);

}

.lamotte-header.nav-bottom{
  background-color: var(--brand-lamotte-darker-blue);
}

.lamotte-header>.row-fluid {
  max-width: 1140px;
  margin: 0 auto;
  padding: 10px 7px;
}

.lamotte-header.nav-bottom>.row-fluid{
  padding: 10px 0px;
}

.lamotte-header .span4.logo-lamotte-sws {
  width: 260px;
}

.lamotte-header .subheading-nav {
  margin-top: 0px;
  min-height: unset;
}

.row-fluid.navbar.taxonomy-breadcrumbs.sws-breadcrumbs {
  display: none;
}

/* ********* NAV ********* */

.navbar .nav.navbar-lamotte-subsite {
  margin-right: 0;
  width: 100%;

  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-box-flex-wrap: nowrap;
  -moz-box-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar .nav.navbar-lamotte-subsite>li.home-btn {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: auto 10px;
}

.navbar .nav.navbar-lamotte-subsite>li {
  -webkit-box-flex: 4 1 auto;
  -moz-box-flex: 4 1 auto;
  -webkit-flex: 4 1 auto;
  -ms-flex: 4 1 auto;
  flex: 4 1 auto;
  margin: 0px 30px;
  text-align: center;
}

.navbar .nav.navbar-lamotte-subsite > li:last-child{
  margin-right: 0px;
}


.lamotte-header .row-fluid .navbar.navbar-inner-lamotte-subsite {
  float: right;
  margin-bottom: 0px;
}

.lamotte-header .subheading-nav {
  width: 71% !important;
  float: right;
}

.navbar-lamotte-subsite a.nav-home-icon>i {
  margin-top: 3px;
  display: inline-block;
  vertical-align: text-top;
}

.navbar.navbar-inner-lamotte-subsite .nav>li>a {
  text-shadow: none;
  color: #fff;
  font-weight: 600;
  display: block;
  font-size: 14px;
  white-space: break-spaces;
  text-transform: uppercase;
  padding: 0px;
}

.navbar.navbar-inner-lamotte-subsite .nav>li>a:last-child{
  margin-right: 10px;
}


.navbar.navbar-inner-lamotte-subsite .nav>li>a svg{
    width: 14px;
    height: auto;
    margin-bottom: -2px;
}


.navbar.navbar-inner-lamotte-subsite .nav>li>a:hover, .navbar.navbar-inner-lamotte-subsite .nav>li>a img:hover path{
   color: var(--brand-lamotte-light-pink);
}




/* home button */

.navbar.navbar-inner-lamotte-subsite.mhide .dropdown-menu.lamotte-whole-cateogies-list-menu {
  width: 320px;
  left: 0px;
  border-radius: 3px;
  border-top: 10px solid var(--brand-lamotte-pink);
  top: 27px;

}

.navbar.navbar-inner-lamotte-subsite.mhide.navbar-inner-lamotte-subsite-french .dropdown-menu.lamotte-whole-cateogies-list-menu{
  width: 340px;
}

.navbar.navbar-inner-lamotte-subsite.mhide .lamotte-industry .dropdown-menu.lamotte-whole-cateogies-list-menu{
  left: -130px;
}

.navbar.navbar-inner-lamotte-subsite.mhide .dropdown-menu.lamotte-whole-cateogies-list-menu::after{
    content: "";
    background-color: var(--brand-lamotte-pink);
    width: 28px;
    height: 8px;
    position: absolute;
    left: 21px;
    display: block;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    top: -17px;
    border-right: unset;
    border-bottom: unset;
    border-left: unset;
}

.navbar.navbar-inner-lamotte-subsite.mhide .lamotte-industry .dropdown-menu.lamotte-whole-cateogies-list-menu::after{
  left: 158px;
}

/* firefox */

@supports (-moz-appearance: none) {
  .navbar.navbar-inner-lamotte-subsite.mhide .dropdown-menu.lamotte-whole-cateogies-list-menu {
    width: 504px;
  }


}

.navbar .nav>li>.lamotte-whole-cateogies-list-menu.dropdown-menu:before,
.navbar .nav>li>.lamotte-whole-cateogies-list-menu.dropdown-menu:after {
  display: none;
}

.dropdown-menu.lamotte-whole-cateogies-list-menu li a {
  white-space: break-spaces;
  padding: 10px 20px;
  line-height: 22px;
  font-weight: 600;
  font-size: 16px;
  color: var(--brand-lamotte-grey);
  text-align: left;
  position: relative;
}

.dropdown-menu.lamotte-whole-cateogies-list-menu li:not(:last-child) a::before{
  content: "";
  width: 100%;
  height: 2px;
  background-color: #E3E3E3;
  position: absolute;
  bottom: 0px;
  left: 0px;

}



.dropdown-menu.lamotte-whole-cateogies-list-menu li a.sub-menu-lamotte {
  font-weight: 400;
  padding: 3px 10px;
}



.lamotte-whole-cateogies-list-menu ul {
  list-style: none;
  margin-left: 0;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 10px;
  box-sizing: border-box;
  /* width:50%; */
  float: left;
}


.dropdown-header p {
  color: var(--brand-lamotte-logo-blue) !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  text-decoration: underline solid 3px #F47E3A;
  text-underline-offset: 0.3rem;
  text-align: left;
}

.view-all-li a {
  color: var(--brand-lamotte-logo-blue) !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 26px !important;
}

.lamotte-whole-cateogies-list-menu ul:nth-child(2) {
  border-left: 1px solid #c8cfde;
}

.lamotte-whole-cateogies-list-menu ul:last-child li {
  border-right: none;
}

.navbar-lamotte-subsite .dropdown-menu li.dropdown-header {
  border-top: 1px solid #d5d5d5;
  margin-top: 5px;
}

.navbar-lamotte-subsite .dropdown-menu li.dropdown-header>a,
.navbar-lamotte-subsite .dropdown-menu li.dropdown-header>a:hover {
  font-weight: 700 !important;
  color: #333;
  padding: 5px 10px;
  text-transform: uppercase;
  margin-top: 5px;
}

.navbar-lamotte-subsite .dropdown-menu li.dropdown-header:first-child,
.navbar-lamotte-subsite .dropdown-menu li.dropdown-header:first-child>a {
  border-top: none;
  margin-top: 0;
  margin-bottom: 1em;
}

ul.dropdown-menu.lamotte-whole-cateogies-list-menu {
  padding: 0px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 1px 4px 8px rgba(0, 0, 0, 0.2);
}


/* NAV HOVER COLOURS */
.navbar.navbar-inner-lamotte-subsite .nav>li>a:active,
.navbar .nav.navbar-lamotte-subsite li.dropdown.open>.dropdown-toggle,
.navbar .nav.navbar-lamotte-subsite li.dropdown.active>.dropdown-toggle,
.navbar .nav.navbar-lamotte-subsite li.dropdown.open.active>.dropdown-toggle {
 color: var(--brand-lamotte-pink);
  background: unset;
}



/*dropdown*/
.navbar-lamotte-subsite .dropdown-menu li>a:hover,
.navbar-lamotte-subsite .dropdown-menu li>a:focus,
.navbar-lamotte-subsite .dropdown-submenu:hover>a,
.navbar-lamotte-subsite .dropdown-submenu:focus>a,
.navbar-lamotte-subsite .dropdown-menu li>a:active,
.navbar-lamotte-subsite .dropdown-submenu:active>a {
  color: var(--brand-lamotte-dark-pink) !important;
  text-decoration: none;
  background-image: none;
  background-color: #ffffff !important;
}

/*Search bar*/
.lamotte-search form#ProductDisplayForm button.btn.btn-default {
      border:unset;
    background-color: var(--brand-lamotte-bg-ligther-gray);
    border-radius: 0 20px 20px 0;
    margin-top: 0px;
    height: 38px !important;
    padding: 6px 12px 6px 10px;
  
}

.lamotte-search form#ProductDisplayForm button.btn.btn-default i.icon-search,
.lamotte-mobile .mobile-search button .icon-search {
  margin: 0px 0px 2px 0px !important;
  background-image: url(/images/pages/lamotte/magnifying-glass-solid-full.svg);
  width: 20px;
  height: 20px;
  background-position: unset;
  background-repeat: repeat-x;

}

.lamotte-search.input-append {
    margin-left: 0;
    height: 86px;
    display: flex;
    align-items: center;
    padding-left: 65px;
}

.lamotte-search input#ProductSearch.appendInputButton {
  border-radius: 20px 0 0 20px;
  color: var(--brand-lamotte-grey) !important;
  border: unset;
  background-color: var(--brand-lamotte-bg-ligther-gray);
  padding: 4px 1px 4px 16px;
  font-size: 15px;
  font-weight: 400;
  font-family: var(--brand-lamotte-body-font);
  height: 30px !important;
  border-right: 4px solid #fff;
  box-shadow: unset;
}

.lamotte-search input.refine-search.appendInputButton:focus,
.lamotte-search input.refine-search.appendInputButton:focus:invalid:focus {
  color: #093254;
  box-shadow: unset
}

/* --- FRENCH --- */


/* --- END FRENCH --- */


/* ********* END HEADER ********* */
/* ********* HEROS ********* */

.lamotte-sws-store #myCarousel .hero-section {
  background-image: url(/images/pages/lamotte/background-hero-image.png);
  background-size: cover;
  background-position-y: center;
}

.content{
  padding: 0px 15px;
}

.march-madness-teaser-flash{
  margin-top: 15px;
}

/* Set a fixed height for the carousel inner to prevent jumping */
.lamotte-sws-store #myCarousel .carousel-inner.hero-section,
.lamotte-sws-store #myCarousel .carousel-inner.hero-section-french {
  height: 430px;
}

.lamotte-sws-store #myCarousel .hero-content {
  width: 1170px;
  display: grid;
  grid-template-columns: 4fr 3fr;
  height: 100%;
  margin: 0 auto;
}

.lamotte-sws-store #myCarousel .hero-content .product-image{
  height: 100%;
  display: flex;
  align-items: center;
  max-height: none;
}

.lamotte-sws-store #myCarousel .text-content {
      color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 2.5em;
}

.lamotte-sws-store #myCarousel .product-image{
  position: relative;
}

.lamotte-sws-store #myCarousel .product-image img{
    position: absolute;
    bottom: -95px;
    right: 77px;
    transform: rotate(-15deg);
    max-width: 500px;
    height: auto;
}

.lamotte-sws-store #myCarousel .product-image .hero-icon img{
    position: unset;
    rotate: none;
    height: 90%;
    transform: none;
  
}

.lamotte-sws-store #myCarousel .product-image .hero-icon p{
  margin: 0px 0px 0px 10px;
  color: var(--brand-lamotte-grey);
  font-weight: 600;
  font-size: 16px;
  font-family: var(--brand-lamotte-body-font);
}

.lamotte-sws-store #myCarousel .product-image .hero-icon{
    width: 250px;
    height: 69px;
    border-radius: 40px;
    background-color: #fff;
    display: flex;
    align-items: center;
    padding-inline: 5px;
    margin-bottom: 10px;
   -webkit-box-shadow: 2px 3px 11px 4px rgba(0,0,0,0.16); 
box-shadow: 2px 3px 11px 4px rgba(0,0,0,0.16);

}

.lamotte-sws-store #myCarousel .carousel-02 .product-image .hero-icon{
  width: 206px;
}

.lamotte-sws-store #myCarousel .product-image .hero-icon-wrapper{
  position: absolute;
  bottom: 19px;
  right: 28px;

}

.lamotte-sws-store #myCarousel .carousel-02 .product-image .hero-icon-wrapper{
  right: 49px;
}



.lamotte-sws-store .carousel-item-main-mobile{
   height: 100%;
}


.carousel-control-new {
  color: white;
  font-size: 54px;
  position: absolute;
  top: 50%;
  text-shadow: 1px 0px 2px rgba(0, 0, 0, 1) !important;
}

.carousel-control-new.left {
  left: 10px;
  /* Position the left arrow */
}

.carousel-control-new.right {
  right: 10px;
  /* Position the right arrow */
}

.carousel-top.lamotte-sws-store {
  width: 100vw !important;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  margin-bottom: 30px;
}

/* Other Carousel Styles */
.lamotte-sws-store #myCarousel h1 {
  font-size: 40px;
 margin-bottom: 10px;
  color: #fff;
  line-height: 100%;
  font-weight: 400;
  font-family: var(--brand-lamotte-header-font);
  line-height: 45px;
  text-transform: uppercase;
  text-shadow: 0px 0px 5px rgba(0,0,0,0.28);

}

.lamotte-sws-store #myCarousel h2 {
    color: #fff;
    font-weight: 400;
    font-size: 23px;
    line-height: 30px;
    font-family: var(--brand-lamotte-body-font);
    padding-bottom: 0.5em;
    padding-right: 3em;
}



.lamotte-sws-store #myCarousel .hero-content .text-content a{
    padding: 15px 30px;
    color: var(--brand-lamotte-darker-blue);
    font-size: 16px;
    font-weight: 600;
    background-color: var(--brand-lamotte-light-pink);
    margin-top: 20px;
    width: fit-content;
    border-radius: 8px;
    font-family: var(--brand-lamotte-body-font);
    
}

.lamotte-sws-store #myCarousel .hero-content .text-content a:hover{
  background-color: var(--brand-lamotte-pink);
  transition: 0.3s;
}

/* ********* END Heroes ********* */

/* ********* BUTTONS ********* */

.sws-lamotte-buttons .lamotte-grid-item img {
  box-sizing: border-box;
  transition: 0.15s ease-in-out;
  max-height: 200px;
}

.lamotte-item .application-title {
        font-size: 14px;
    font-weight: 600;
    color: var(--brand-lamotte-dark-grey);
    text-align: left;
    margin: 0px;
    white-space: normal;
    font-family: var(--brand-lamotte-body-font);
    text-transform: uppercase;
    height: 100%;
    display: flex;
    align-items: center;
    line-height: 130%;
}


.lamotte-item a p {
  position: relative;
  z-index: 2;
}

.lamotte-sws-btn-wrapper{
    display: flex;
    height: 25%;
    flex-direction: row;
    align-items: center;
    padding-right: 10px;
}

.lamotte-sws-btn-icon-wrapper{
     width: 60px;
    height: auto;
    border-radius: 60px;
    border: 4px solid var(--brand-lamotte-btn-grey);
    background-color: var(--brand-lamotte-light-blue);
    padding: 0px;
    margin-top: -31px;
    margin-right: 15px;
    margin-left: 15px;

 
}

.lamotte-item a {
     width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.lamotte-item.side-ad .lamotte-side-ad-title p.application-title {
    font-size: 36px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    line-height: 120%;
    margin: 10px 0px 15px 0px;
    font-family: var(--brand-lamotte-header-font);
    text-shadow: 0px 0px 5px rgba(0,0,0,0.28);
}

.lamotte-flex-container {
  display: flex;
  height: 800px;
  margin-bottom: 20px;
}

.lamotte-item.side-ad .lamotte-application-img{
    height: 58%;
    margin-top: 60px;
    z-index: 1;
    position: relative;
    display: flex;
    justify-content: center;
}

.lamotte-item.side-ad .lamotte-application-img img{
   height: 100%;
   width: auto;
}

.sws-lamotte-buttons .lamotte-grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-bottom: 1em;
  width: 100%;

}

.lamotte-item {
  background-color: var(--brand-lamotte-btn-grey) ;
  border-radius: 0px;
  padding: 0px;
  position: relative;
}

.lamotte-item.btn-01{ grid-area: 1 / 1 / 2 / 2;  }
.lamotte-item.btn-02{ grid-area: 1 / 2 / 2 / 3; }
.lamotte-item.btn-03{ grid-area: 2 / 1 / 3 / 2; }
.lamotte-item.btn-04{ grid-area: 2 / 2 / 3 / 3; }
.lamotte-item.btn-05{grid-area: 3 / 1 / 4 / 2; }
.lamotte-item.btn-06{grid-area: 3 / 2 / 4 / 3; }
.lamotte-item.side-ad{grid-area: 1 / 3 / 4 / 4; background: linear-gradient(180deg, #00AEEF 0%, #005CB9 100%);padding: 20px; position: relative;
 }

 .lamotte-item.side-ad::after{
     content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(/images/pages/lamotte/side-ad-background-image.png);
    bottom: 0px;
    right: 0px;
    z-index: 0;
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-size: contain;
    opacity: 0.64;

 }


.lamotte-item .bnt-image{
    background-position-y: center;
    height: 75%;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lamotte-item.btn-01 .bnt-image{ background-image: url(/images/pages/lamotte/LaMotteDrinkingWaterMarket.webp);}
.lamotte-item.btn-02 .bnt-image{ background-image: url(/images/pages/lamotte/lab-supply-category-image.webp);}
.lamotte-item.btn-03 .bnt-image{ background-image: url(/images/pages/lamotte/water-quality-testing-background-btn-img.webp);}
.lamotte-item.btn-04 .bnt-image{ background-image: url(/images/pages/lamotte/LaMotteSoilMarket.webp);}
.lamotte-item.btn-05 .bnt-image{ background-image: url(/images/pages/lamotte/LaMotteIndustrialWaterMarket_1_.webp);}
.lamotte-item.btn-06 .bnt-image{ background-image: url(/images/pages/lamotte/LaMotteEnvironmentalEducationMarket.webp);}


.lamotte-item.btn-06 .bnt-image img{
  width: 80%;
  min-width: unset;
  min-height: unset;

}

.qa img {
  height: 80px;
}

/*Side ad*/

.side-ad a{
  position: initial;
}

.side-ad-btn {
  padding: 10px 20px;
  color: var(--brand-lamotte-darker-blue);
  font-size: 16px;
  font-weight: 600;
  background-color: var(--brand-lamotte-light-pink);
  margin-top: 20px;
  width: fit-content;
  border-radius: 8px;
  font-family: var(--brand-lamotte-body-font);
 
}

.side-ad-btn:hover {
  background-color: var(--brand-lamotte-pink);
  transition: 0.3s;
}

.lamotte-side-ad-cta{
    text-align: center;
    z-index: 1;
    position: relative;
}

.lamotte-item.side-ad .lamotte-side-ad-subtitle p.application-subtitle {
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 45px;
    line-height: 140%;
    text-align: center;
    font-family: var(--brand-lamotte-body-font);
}


/*Buttons hover*/
.lamotte-item:hover .application-title {
  transition: 0.15s ease-in-out;
  grid-area: 1 / 1 / 3 / 2;

}

.lamotte-item:hover:not(.side-ad) {
  box-shadow: 2px 3px 6px 1px rgba(73, 80, 87, 0.25);
  -webkit-box-shadow: 2px 3px 6px 1px rgba(73, 80, 87, 0.25);
  -moz-box-shadow: 2px 3px 6px 1px rgba(73, 80, 87, 0.25);
  border: none;
  background-color: var(--brand-lamotte-bg-ligther-gray);
  overflow: hidden;
}

/* --- FRENCH --- */


/* --- END FRENCH --- */

/* --- ABOUT PAGE --- */


 .about-lamotte-header{
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    background-image: url("/images/pages/lamotte/about-lamotte-background-image.webp");
    background-size: cover;
    padding: 100px 0px 40px 0px;
    position:relative;
    }

    .about-lamotte-header::after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top:0px;
    bottom: 0px;
    background: linear-gradient(
        to top,
        rgba(0, 174, 239, 1) 0%,
        rgba(0, 174, 239, 1) 30%,
        rgba(0, 174, 239, 0.9) 36%,
        rgba(0, 174, 239, 0.5) 100%
        );
    z-index: 1;

  }

    .about-lamotte > *{
     font-family: var(--brand-lamotte-body-font);
    }

    .about-lamotte.about-lamotte-header h1{
    text-transform: uppercase;
    font-family: var(--brand-lamotte-header-font);
    margin-bottom: 90px;
    font-size: 52px;
    text-shadow: 0px 0px 8px rgba(0,0,0,0.4);
    line-height: 120%;

    }

    .about-lamotte.about-lamotte-header p, .about-lamotte.about-lamotte-header h1{
        color: white;
        text-align: center;
        z-index: 2;
        position: relative;
    }

    .about-lamotte.about-lamotte-header p{
    font-size: 16px;
    line-height: 160%;
    font-weight: 600;
    padding-left: 15px;
    padding-right: 15px;
    }

    .about-lamotte.box-section{
        background-color: var(--brand-lamotte-btn-grey);
        margin: 20px 0px;
    }

    .lamotte-about-box{
        display: flex;
    }

   .about-lamotte .text-block{
        padding: 30px 60px;
        margin-left: 0px;
        width:50%;
    }

    .about-lamotte .about-lamotte-image{
    background-size: cover;
    background-position: center;
    border-radius: 0px;
    margin: 0px;
    width: 50%;

    }

   .about-lamotte .bg01{
    background-image: url("/images/pages/lamotte/about-lamotte-box-image-01.webp");

    }

    .about-lamotte .bg02{
    background-image: url("/images/pages/lamotte/pool-and-spa.webp");
    }

    .about-lamotte .text-block p{
    color: var(--brand-lamotte-dark-grey);
    font-size: 14px;
    line-height: 26px;
    }

     .about-lamotte .text-block h4{
        color: var(--brand-lamotte-darker-blue);
     }

/* --- END ABOUT PAGE --- */


@media (max-width: 1199px) {

  /* ********* HEADER ********* */
  .navbar .nav.navbar-lamotte-subsite>li {
    text-align: right;
  }

  .lamotte-header>.row-fluid {
    max-width: 940px;
    margin: 0 auto;
  }
  
  .lamotte-header .span4.logo-lamotte-sws {
    width: 250px;
    margin-left: 15px;
  }

  .span8.subheading-nav {
    margin: 0;
  }
  .lamotte-header .span8.subheading-nav {
    width: 75%;
  }

  .navbar .nav.navbar-lamotte-subsite {
    display: -moz-box;
    display: -ms-flexbox;
  }

  @supports (-moz-appearance: none) {

    .navbar.navbar-inner-lamotte-subsite.mhide .dropdown-menu.lamotte-whole-cateogies-list-menu {
      width: 288px;
    }

  }


  .lamotte-sws-store #myCarousel .carousel-01 .image-content img{
    margin-top: 20px;
  }

  .lamotte-sws-store #myCarousel .text-content {
    padding-left: 2em;
  }


  /* ********* NAV ********* */


  .lamotte-sws-store #myCarousel .hero-content {
    grid-template-columns: 1fr 1fr;
  }

  .lamotte-search.input-append{
    padding: 0px;
    margin-right: 10px;
  }
  .navbar.navbar-inner-lamotte-subsite .nav>li>a:last-child{
    margin-right: 15px;
  }

  /* ********* END HEADER ********* */

  .lamotte-sws-store #myCarousel .hero-content {
    width: 940px;
  }

  .lamotte-sws-store #myCarousel .carousel-02 .image-content img {
    margin-top: 18px;
  }

   .navbar.navbar-inner-lamotte-subsite.mhide .dropdown-menu.lamotte-whole-cateogies-list-menu::after{
    left: 21px;
  }

  .navbar.navbar-inner-lamotte-subsite.mhide.navbar-inner-lamotte-subsite-french .dropdown-menu.lamotte-whole-cateogies-list-menu::after{
    left: 19px;
  }

  .navbar.navbar-inner-lamotte-subsite.mhide.navbar-inner-lamotte-subsite-french .lamotte-industry .dropdown-menu.lamotte-whole-cateogies-list-menu::after{
    left: 153px;
  }

  .navbar.navbar-inner-lamotte-subsite.mhide .lamotte-industry .dropdown-menu.lamotte-whole-cateogies-list-menu::after{
    left: 162px;
  }

  /* ********* BUTTONS ********* */

  .lamotte-application-title .application-title {
    font-size: 13px;
    line-height: 16px;
  }

  .lamotte-sws-btn-icon-wrapper{
    min-width: 50px;
    width: 50px;
    border-radius: 50px;
  }

  .lamotte-item.btn-12 img {
    height: 115px;
  }

  .lamotte-item.btn-09 img {
    right: 2%;
  }

  .lamotte-item.btn-08 img {
    height: 112px;
  }

  .lamotte-item .application-title{
    font-size: 12px;
  }


  /* Side Ad*/

  .lamotte-item.side-ad .lamotte-side-ad-title p.application-title{
    margin: 10px 0px 10px 0px;
  }

  .lamotte-item.side-ad .lamotte-side-ad-subtitle p.application-subtitle{
    font-size: 18px;
    
  }

  .lamotte-item.side-ad .lamotte-side-ad-subtitle p.application-subtitle {
    font-size: 16px;
    margin-bottom: 30px;

  }

  .lamotte-flex-container{
    height: 700px;
  }

  .lamotte-side-ad-cta {
    margin-top: 1em;
  }


  .lamotte-item.side-ad {
    padding-top: 1em;
  }

  .lamotte-item.side-ad .lamotte-side-ad-title p.application-title {
    font-size: 32px;
  }

  /* End Side Ad*/

/* --- ABOUT PAGE --- */

  .lamotte-sws-store #myCarousel .carousel-04 .image-content img {
    height: auto;
    margin-top: -27px;
    width: 342px;
  }

  .about-lamotte-logo .container{
      max-width: 940px;
    }
    .about-lamotte .hero-box.box02, .about-lamotte .hero-box.box03, .about-lamotte .hero-box.box04{
        margin-right: -4em;
    }

      .about-lamotte .triangle-clip{
        right: -5.8em;
        right: -4em;
        clip-path: polygon(0 0, 100% 0, 47% 100%);
    }

    .about-lamotte .hero-box{
        width: 17vw;
    }

    .about-lamotte .hero-box.box01{
    width: 40vw;  

}

.about-lamotte-logo .container img{
    width: 30%;
    margin-left: 0px;
}
.about-lamotte-logo .container h1{
    font-size: 3em;
    margin-left: 0px;
}


}

@media (max-width: 979px) {

  /* ********* HEADER ********* */
  .navbar-inner.lamotte-mobile {
   background: #fff;
  }

  .lamotte-mobile .span4 {
   margin: 0px;
   width: auto;
    max-width: 316px;
  }

  .lamotte-mobile img.brand.mobile-logo {
    width: 80%;
    padding:0px;
    margin-left: 0px;
  }

  .lamotte-header-nav .logo-wrapper{
        display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    height: 100px;
  }

  .lamotte-header-nav .mobile-search{
    margin-top: 0px;
  }

  .lamotte-mobile .span8 {
    width: 60%;
    margin-bottom: 0px;
    float: none;
    overflow: hidden;
    margin-top: 0px;
    margin-left: 0px;
  }

  .lamotte-sws-store #myCarousel .hero-content {
    width: 100vw;
    padding-inline: 10px;
  }

  /* ********* NAV ********* */
  .navbar.navbar-inner-lamotte-subsite .nav>li>a {
    font-size: 16px;
  }
  .navbar .nav.navbar-lamotte-subsite-mobile>li>a:focus,
.navbar .nav.navbar-lamotte-subsite-mobile>li>a:focus-visible {
     outline: none;
    box-shadow: none;
    background-color: var(--brand-lamotte-blue);
    color: #fff;
}

  .lamotte-mobile .navbar-search {
    position: relative;
    float: left;
    margin-top: 0px;
    margin-bottom: 0 !important;
    max-width: 100%;
    margin-left: 0px !important;
    padding-left: 0px !important;
    padding-top: 0px !important;
    background-color: unset;
  }

  .navbar-search input:focus:invalid:focus, input.refine-search:focus:invalid:focus{
    box-shadow: unset;
  }

  .lamotte-mobile .input-append input {
    border-radius: 4px 0 0 4px;
  }

  .lamotte-mobile .input-append .btn {
        border: unset;
    background-color: var(--brand-lamotte-bg-ligther-gray);
    border-radius: 0 20px 20px 0;
    margin-top: 0px;
    height: 38px !important;
    padding: 6px 12px 6px 10px;
  }

  .lamotte-mobile .mobile-search .navbar-search #ProductSearch{
    border-radius: 20px 0 0 20px;
    color: var(--brand-lamotte-grey) !important;
    border: unset;
    background-color: var(--brand-lamotte-bg-ligther-gray);
    padding: 4px 1px 4px 16px;
    font-size: 15px;
    font-weight: 400;
    font-family: var(--brand-lamotte-body-font);
    height: 30px !important;
    border-right: 4px solid #fff;
    box-shadow: unset;
  }


  .carousel-top.lamotte-sws-store {
    margin-top: 25px;
  }

 

  /****** English ******/
 
  .lamotte-mobile #SWS-mobile-first-nav {
    width: 30%;
  }

  .lamotte-mobile #SWS-mobile-third-nav {
   width: 30.1%;
  }

  .lamotte-mobile #SWS-mobile-second-nav{
    width: 29%;
  }
  .lamotte-mobile #SWS-mobile-first-nav, .lamotte-mobile #SWS-mobile-third-nav, .lamotte-mobile #SWS-mobile-second-nav{
    background-color: var(--brand-lamotte-darker-blue);
  }

    .lamotte-mobile #SWS-mobile-first-nav, .lamotte-mobile #SWS-mobile-third-nav, .lamotte-mobile #SWS-mobile-second-nav{
        border-left: 2px solid #fff;

    }

   .lamotte-mobile .home-btn{
    width: 10%;
   }

 



  /****** End English ******/

  /* HUMBURGER */
  .lamotte-mobile .sws-mobile-header-nav .btn-navbar {
    background-color: var(--brand-lamotte-blue);
    border-image: initial;
    outline: none;
    margin: 0px;
    padding: 4px 0px;
    width: 100%;
    float: none;
    box-sizing: border-box;
    border-radius: 0;
    border: none;
    margin-block: 0px;
    height: 27px;

  }

  .navbar .lamotte-mobile .btn-navbar .icon-bar,
  .navbar .lamotte-mobile .btn-navbar:hover .icon-bar {
    width: 100%;
    max-width: 20px;
    background-color: #fff;
    box-shadow: none;
    margin: 3px auto 3px;
  }

  /* END HAMBURGER */

  .lamotte-mobile #mobile-sws-3 {
    top: -28px;
    background: var(--brand-lamotte-orange);
  }

  /** Moves the PRODUCTS section to the TOP and align it with the Hamburger button **/
  .lamotte-mobile .sws-mobile-header-nav .navbar-lamotte-subsite-mobile {
    width: 100%;
    left: 0px !important;
    border-radius: 0px;
    margin-right: 0px;
    background-color: var(--brand-lamotte-darker-blue);
   
  }

  /* Safari */
  @supports (-webkit-touch-callout: none) {
    .lamotte-mobile .sws-mobile-header-nav .navbar-lamotte-subsite-mobile {
      margin-bottom: 0px;

    }
  }

  .lamotte-mobile .mobile-sws-nav-rest {
    margin-bottom: -28px !important;
  }

  .lamotte-header-nav .sws-mobile-header-nav {
    margin-top: 0px;
  }


  .lamotte-mobile .sws-mobile-header-nav .nav>li>a {
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    border: none;
    font-weight: 600;
    padding: 3.5px 3.5px 4px;
  }

  .lamotte-mobile .sws-mobile-header-nav .nav>li>a:hover{
    color: #fff;
    text-shadow: 2px 2px 3px #002663;
  }

  /* .lamotte-mobile  .sws-mobile-header-nav #SWS-mobile-nav-button-adjust.nav>li>a.collapsed{
    background-color: var(--brand-lamotte-blue) !important;
  } */

  .lamotte-mobile .sws-mobile-header-nav .nav>li:nth-child(3):hover a {
    margin-right: -1px;
  }

  .lamotte-mobile .lamotte-mobile-sub-nav .nav .dropdown-sup a {
    border-radius: 0px;
    text-align: left;
    padding-left: 10px;
    margin-block: 0px;
  }

  .lamotte-mobile .lamotte-mobile-sub-nav .nav .dropdown-sup .dropdown-toggle {
    width: 92%;
    border-radius: 0px;
    text-align: left;
    padding-left: 10px;
    margin-block: 0px;

  }

  /** PRODUCTS DROPDOWN in "a" tag **/


  .lamotte-mobile .lamotte-mobile-sub-nav .nav .dropdown.open>.dropdown-toggle {
    background-color: var(--brand-gasclip-button-blue);
    color: var(--brand-gasclip-logo-blue);
  }

  .lamotte-mobile .lamotte-mobile-sub-nav .nav .dropdown-sup .dropdown-toggle:active {
    background-color: var(--brand-gasclip-button-blue) !important;
    color: var(--brand-gasclip-logo-blue) !important;
  }

  .lamotte-mobile .lamotte-mobile-sub-nav .nav>li:nth-child(3):hover a {
    margin-right: 0px;
  }

  .lamotte-mobile-sub-nav .accordion-inner .accordion-inner-sub.dropdown-menu li.mob-view-all>a,
  .navbar-lamotte-subsite-mobile .nav-collapse .open>.dropdown-menu li.mob-view-all>a {
    font-weight: 600 !important;
  }

  .navbar-lamotte-subsite-mobile .nav-collapse .open>.dropdown-menu li>a,
  .navbar-lamotte-subsite-mobile .nav-collapse .open>.dropdown-menu li>strong>a,
  .lamotte-mobile-sub-nav .accordion-inner .accordion-inner-sub.dropdown-menu li>a {
    font-size: 14px;
    line-height: 22px;
    padding: 5px 0px;
    color: var(--brand-lamotte-dark) !important;
    font-weight: 600;
    border: none;
    white-space: break-spaces;
    margin-bottom: 0px;
    font-family: var(--brand-lamotte-body-font);
  }

  .lamotte-mobile-sub-nav .accordion-inner .accordion-inner-sub.dropdown-menu li>a.sub-menu-lamotte{
   font-weight: 400;
  padding: 0px 20px;
}

  .lamotte-mobile .accordion-inner .accordion-inner-sub {
    display: block;
    margin: 0 auto;
  }

  .lamotte-mobile .accordion-inner .accordion-inner-sub li {
    list-style: none;
      border-bottom: 2px solid #E3E3E3;

  }

  .lamotte-mobile .lamotte-mobile-sub-nav .dropdown-sup .dropdown-menu {
    margin-left: 0px;
  }

  .lamotte-mobile .lamotte-mobile-sub-nav .accordion-inner .mshow .nav {
    margin-bottom: 0px;
  }

  .lamotte-mobile .lamotte-mobile-sub-nav .nav {
    margin: 0;
    padding: 0;
  }

  .lamotte-mobile #mobile-sws-1.lamotte-mobile-sub-nav .nav, .lamotte-mobile #mobile-sws-2.lamotte-mobile-sub-nav .nav {
    margin: 0;
    width: 100%;
    float: left;
    box-sizing: border-box;
    background-color: var(--brand-lamotte-bg-ligther-gray);
    border-bottom: 6px solid var(--brand-lamotte-darker-blue);
    text-align: center;
  }

  .lamotte-mobile .sws-mobile-header-nav li.dropdown.dropdown-sup {
    border: none;
    clear: both;
    border-bottom: 1px solid #000;
  }

  .lamotte-mobile .sws-mobile-header-nav li:last-child.dropdown.dropdown-sup {
    margin-bottom: 0;
    border-bottom: none;
    border-top: 1px solid #000;
  }

  .lamotte-mobile .sws-mobile-header-nav li:first-child.dropdown.dropdown-sup ul.dropdown-menu .accordion-inner {
    width: 100%;
    float: left;
    box-sizing: border-box;
    margin-bottom: 5px;
    margin-top: 5px;
    background-color: transparent;
  }

  .lamotte-sws-store #myCarousel .carousel-02 .text-content,
  .lamotte-sws-store #myCarousel .carousel-01 .text-content {
    padding-left: 3em;
  }

  .lamotte-sws-store {
    padding-top: 0px;
  }

  .lamotte-sws-store #myCarousel .carousel-02 .image-content img {
    margin-top: 10px;
  }

  .lamotte-sws-store #myCarousel h2 {
    font-size: 18px;
    line-height: 24px;
  }

  .lamotte-sws-store #myCarousel .carousel-02 .image-content img {
    width: 275px;
  }

  .lamotte-header-nav.navbar{
    margin-bottom: 0px;
  }

  .march-madness-teaser-flash{
    margin-top: 0px;
  }

  .lamotte-sws-store #myCarousel h3 {
    font-size: 20px;
    padding-right: 0;
  }

  .lamotte-sws-store #myCarousel .carousel-inner.hero-section,
  .lamotte-sws-store #myCarousel .carousel-inner.hero-section-french {
    height: 450px;
  }

  .lamotte-sws-store #myCarousel .carousel-04 .image-content img {
    height: auto;
    margin-top: -17px;

  }
  .lamotte-sws-store #myCarousel h1{
    font-size: 30px;
    line-height: 40px;
  }

  .lamotte-sws-store  #myCarousel .hero-section-french h1{
    margin-top: 20px;
  }

  .lamotte-sws-store #myCarousel .carousel-02 .product-image .hero-icon-wrapper{
    right: 34px;
  }

  .lamotte-sws-store #myCarousel .product-image img{
    right: -20px;
  }

  .lamotte-sws-store #myCarousel .carousel-01 .product-image img{
    right: 18px;
  }

  /* ********* END HEADER ********* */

  /* ********* BUTTONS ********* */

 
  /* Side Ad*/

  .lamotte-application-img {
    grid-area: 1 / 2 / 3 / 4;
  }

  .lamotte-side-ad-subtitle {
    grid-area: 2 / 1 / 3 / 2;
  }

  .lamotte-side-ad-cta {
    grid-area: 3 / 1 / 4 / 4;
  }

  .lamotte-application-title .application-title,
  .lamotte-item.side-ad .lamotte-side-ad-title p.application-title {
    grid-area: 1 / 1 / 2 / 2;

  }

  .lamotte-item.btn-13 img {
    height: 99px;
    transform: rotate(30deg);
  }




  /* End Side Ad*/

.lamotte-item.side-ad .lamotte-side-ad-title p.application-title{
  font-size: 24px;
}

.lamotte-item.side-ad .lamotte-application-img{
  position: relative;
}

.lamotte-item.side-ad .lamotte-side-ad-title p.application-title {
  font-size: 24px;
}

  /* ********* END BUTTONS ********* */

  .lamotte-sws-store #myCarousel .carousel-01 .image-content img {
    margin-top: -16px;
  }
  .lamotte-sws-store #myCarousel .carousel-05 .image-content img {
  width: 80%;
  height: auto;
}



  ul.accordion-inner-sub.dropdown-menu,
  ul.accordion-inner.nav.mshow ul.accordion-inner-sub {
    width: 100%;
    display: inline-block !important;
    vertical-align: text-top;
  }



  
}



@media (max-width: 979px) and (min-width: 768px) {
  .row-fluid.point-down {
    padding: 0;
  }

  .lamotte-item.btn-12 {
    overflow: hidden;
  }

  .content.mobile-setting .row-fluid{
  padding-top: 0px;
}
}

@media (max-width: 917px) and (min-width: 768px) {

  .lamotte-item.btn-12 img {
    height: 97px;
    right: -30px;
  }

  .lamotte-item.btn-01 img {
    max-height: 82px;
  }

  .lamotte-application {
    padding-inline: 15px;
  }
/* --- ABOUT PAGE --- */

    .about-lamotte-body .about-lamotte-body-block.block01 p{
    padding: 0 10px;
  }

.about-lamotte-logo .container{
  height: calc(100% - 40px);
  max-width: unset;
  padding: 0px;
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
}

@media (max-width: 767px) {

  /* ********* HEADER ********* */
  .navbar-inner.lamotte-mobile {
    margin-left: -20px;
    margin-right: -20px;
    background: none;

  }

  .lamotte-sws-store #myCarousel .hero-section,
  .lamotte-sws-store #myCarousel .image-content {
    justify-content: start;
  }

  .lamotte-sws-store #myCarousel .image-content img {
    height: 300px;
    box-shadow: none;
  }

  .lamotte-sws-store #myCarousel .text-content,
  .lamotte-sws-store #myCarousel .carousel-02 .text-content {
    padding-top: 0;
    padding-right: 0;
  }

  .lamotte-sws-store #myCarousel .carousel-inner.hero-section,
  .lamotte-sws-store #myCarousel .carousel-inner.hero-section-french {

    box-shadow: none;
  }

  .lamotte-mobile img.brand.mobile-logo{
    width: 90%;
  }

  .lamotte-sws-store #myCarousel .text-content {
    margin-left: 0;
  }

  .lamotte-sws-store #myCarousel .carousel-01 .product-image img{
    right: -184px;
    bottom: -115px;
  }

  .lamotte-sws-store .sws-carousel-drop-shadow img {
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
  }

  .lamotte-sws-store #myCarousel .carousel-02 .product-image .hero-icon-wrapper{
    display: none;
  }

  .lamotte-sws-store #myCarousel .carousel-01 .product-image .hero-icon-wrapper{
    display: none;
  }

  .lamotte-sws-store #myCarousel .carousel-inner.hero-section, .lamotte-sws-store #myCarousel .carousel-inner.hero-section-french{
    height: 420px;
  }

  .lamotte-sws-store #myCarousel h2 {
    font-size: 20px;
    line-height: 26px;
  }

  .lamotte-sws-store #myCarousel .product-image img{
    right: -169px;
  }

  .lamotte-sws-store .carousel-inner .item img{
    width: 500px;
  }

  .lamotte-sws-store #myCarousel .product-image .hero-icon img{
    width: auto;
  }

  .lamotte-sws-store #myCarousel h3 {
    font-size: 20px;

  }

  .lamotte-mobile #SWS-mobile-third-nav{
    width: 29.9%;
  }

  .row-fluid.lamotte-sws-store.carousel-top ol.carousel-indicators.mshow.ipad-view-setting {
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .sws-lamotte-buttons .lamotte-grid-container {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }

  .lamotte-mobile .sws-mobile-header-nav .navbar-lamotte-subsite-mobile {
    z-index: 9;
  }

  .lamotte-sws-store #myCarousel h3 {
    padding-bottom: 1em;
  }

  .carousel-top.lamotte-sws-store {
    margin-top: 0px;
    margin-bottom: 0px;
  }

 .lamotte-sws-store #myCarousel h1{
    font-size: 32px;
    line-height: 36px;
 }

  .lamotte-sws-store #myCarousel .carousel-01 .image-content img {
    width: 75%;
  }

  .lamotte-sws-store #myCarousel .hero-content{
    grid-template-columns: 3fr 2fr;
  }

  /* ********* END HEADER ********* */
  /* ********* BUTTONS ********* */

  .lamotte-application-title .application-title {
    font-size: 16px;
    line-height: 23px;
  }

  .qa img {
    height: 80px;
  }


  .lamotte-item.side-ad {
    display: none;
  }

  .lamotte-item:hover:not(.side-ad) {
    border: 1.5px solid var(--brand-gasclip-button-blue);
    border-bottom: 5px solid var(--brand-gasclip-logo-blue);
  }

  .lamotte-item.btn-11 img {
    height: 104px;
  }

  .sws-lamotte-buttons .lamotte-grid-container {
    gap: 1em;
  }

  /* ********* END BUTTONS ********* */

  .lamotte-sws-store #myCarousel .carousel-04 .image-content img {
    margin-top: 12px;
  }

  .lamotte-sws-store #myCarousel .carousel-03 .image-content img {
    height: auto;
    width: 296px;
  }

  /* --- ABOUT PAGE --- */
.lamotte-about-box{
  flex-direction: column;
}

.about-lamotte .about-lamotte-image{
  width: auto;
  height: 250px;
}

.about-lamotte .text-block{
  width: auto;
}

.lamotte-about-box.box-01{
  flex-direction: column-reverse;
}
}
@media (min-width: 601px) and (max-width:767px) {


  .row-fluid.ipad-view-setting.sws-lamotte-buttons {
    height: fit-content;
  }

  .lamotte-item.btn-12 img {
    height: 90px;
  }




}

@media (max-width: 600px) {




  .lamotte-mobile img.brand.mobile-logo {
    width: 100%;
    margin-top: 0.2em;
  }


  /****************/

  .lamotte-sws-store #myCarousel h1{
    font-size: 28px;
    line-height: 32px;
    text-align: center;
  }

  .lamotte-sws-store #myCarousel .image-content {
    order: -1;
    justify-content: center;
  }

  .lamotte-sws-store #myCarousel .image-content img {
    height: 250px;
    box-shadow: none;
  }

  .lamotte-sws-store #myCarousel .carousel-01 .image-content img {
    width: auto;
    height: 250px;
    margin-top: 0px;

  }
  

  .lamotte-sws-store #myCarousel .hero-content .product-image{
    height: fit-content;
    justify-content: center;
  }

  .lamotte-sws-store .sws-carousel-drop-shadow img{
    height: 173px;
    width: auto;
  }
  
  .lamotte-sws-store .sws-carousel-drop-shadow .carousel-02 img{
    margin-left: 46px;
  }

  .lamotte-sws-store .sws-carousel-drop-shadow .carousel-01 img{
    margin-left: 20px;
  }

  .lamotte-sws-store #myCarousel h2 {
    width: 80%;
  }

  .lamotte-mobile #SWS-mobile-third-nav{
    width: 29.6%;
  }


  .lamotte-sws-store #myCarousel .carousel-01 .text-content,
  .lamotte-sws-store #myCarousel .carousel-02 .text-content{
    display: flex;
    align-items: center;
    padding-left: 0px;
  }

 .lamotte-mobile .span4{
  width: 48%;
 }

  .lamotte-sws-store #myCarousel .text-content {
    padding-top: 0;
  }

  .lamotte-sws-store #myCarousel .hero-content {
    flex-direction: column;
  }

  .lamotte-sws-store #myCarousel .carousel-inner.hero-section-french {
    height: 434px;
    box-shadow: none;
  }

  .lamotte-sws-store #myCarousel h2 {
    margin: 10px 0px 5px 0px;
    text-align: center;
    padding: 0px;
  }

  .lamotte-sws-store #myCarousel .product-image img{
    margin: 0px;
    position: initial;
    max-width: 319px;
    margin-bottom: -81px;
  }

  .lamotte-sws-store #myCarousel .text-content {
    margin-left: 0;
    display: flex;
    flex-direction: column;
  }

  .lamotte-sws-store #myCarousel h1{
        margin-bottom: 0px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .lamotte-sws-store #myCarousel .hero-content .text-content a{
    margin-top: 10px;

  }

  .lamotte-sws-store #myCarousel .carousel-02 .product-image .hero-icon-wrapper{
    display: none;
  }

  .lamotte-sws-store #myCarousel .carousel-btn {
    padding: 12px 34px;
    display: flex;
    justify-content: center;
    width: 40%;
  }

  .lamotte-flex-container {
    height: 600px;
  }


  .lamotte-sws-store #myCarousel .image-content img {
    margin-right: 0px;
  }

  .lamotte-sws-store #myCarousel .hero-content {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
  }

  .lamotte-sws-store #myCarousel .hero-content {
    padding: 0px;
  }
  .lamotte-sws-store #myCarousel .carousel-05 .image-content img {
    height: 250px;
    width: auto;
  }

  /********/
  
  .lamotte-application {
    padding-inline: 10px;
  }

  .lamotte-item.btn-05,
  .lamotte-item.btn-06 {
    overflow: hidden;
  }



  .lamotte-sws-store #myCarousel .carousel-03 .image-content img {
    height: 231px;
    width: auto;
  }

  .lamotte-sws-store #myCarousel .carousel-04 .image-content img {
    margin-top: 0px;
    width: 203px;
  }

  .lamotte-item.btn-11 img {
    height: 105px;
    min-width: 52px;
    margin-top: 0px;
  }

  .lamotte-item.btn-12 img {
    height: 98px;
  }

  .lamotte-sws-store #myCarousel .carousel-02 .image-content img {
    height: 211px;
    width: auto;
    margin-top: 0px;
  }


/* --- ABOUT PAGE --- */

.about-lamotte .text-block{
  padding: 30px 30px;
}

 
}


@media (max-width: 480px) {

  ul.accordion-inner-sub.dropdown-menu:first-child,
  ul.accordion-inner.nav.mshow ul.accordion-inner-sub:first-child {
    border-bottom: none;

  }

  .lamotte-mobile .span4{
    width: 50%;
  }

  .lamotte-mobile-sub-nav .accordion-inner .accordion-inner-sub.dropdown-menu li.mob-view-all>a,
  .navbar-lamotte-subsite-mobile .nav-collapse .open>.dropdown-menu li.mob-view-all>a {
    font-weight: 600 !important;
  }

  .lamotte-application-title .application-title {
    font-size: 14px;
    line-height: 22px;
  }
  .navbar-inner.lamotte-mobile-french.lamotte-mobile .sws-mobile-header-nav .nav>li>a {
    font-size: 13px;
  }

  .lamotte-sws-store #myCarousel .carousel-btn {
    width: 50%;
  }

  .lamotte-header-nav .sws-mobile-header-nav{
  margin-top: 10px;
}

.lamotte-sws-store #myCarousel .carousel-02 .product-image .hero-icon-wrapper{
  display: none;
}

  .lamotte-mobile .navbar-search {
    margin-top: 4px;
  }
  .lamotte-sws-store #myCarousel .carousel-inner.hero-section, .lamotte-sws-store #myCarousel .carousel-inner.hero-section-french{
   height: 480px;
  }

  .lamotte-item.btn{
    height: 280px;
    grid-area: unset;
  }

  .lamotte-flex-container{
    height: fit-content;
  }

  .lamotte-mobile .span8 {
    width: 70%;
  }

  .lamotte-item.btn-08 {
    overflow: hidden;
  }

  .sws-lamotte-buttons .lamotte-grid-container{
    gap: 1.5em;
    margin-bottom: 1em;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(6, 1fr);
  }

  .lamotte-mobile #SWS-mobile-third-nav{
    width: 29.2%;
  }


  .lamotte-item.btn-09 .lamotte-application-title {
    width: 62%;
  }

  .lamotte-item.btn-12 .lamotte-application-title {
    width: 62%;
  }


.lamotte-header-nav .logo-wrapper{
  height: 60px;
}

  .navbar-lamotte-subsite-mobile .nav-collapse .open>.dropdown-menu li>a,
  .navbar-lamotte-subsite-mobile .nav-collapse .open>.dropdown-menu li>strong>a,
  .lamotte-mobile-sub-nav .accordion-inner .accordion-inner-sub.dropdown-menu li>a {
    font-size: 14px;
    line-height: 18px;
  }

  .lamotte-sws-store  #myCarousel .hero-section-french h1{
    line-height: 34px;
    font-size: 26px;
  }

  .lamotte-sws-btn-icon-wrapper{
        min-width: 60px;
    width: 60px;
    border-radius: 60px;
  }

  .lamotte-item .application-title{
    font-size: 14px;
  }
  


/* --- ABOUT PAGE --- */

  

}

@media (max-width: 399px) {


  .sws-lamotte-buttons .lamotte-grid-container {
    gap: 1.5em;
    margin-bottom: 1em;
    grid-template-columns: 1fr;
   grid-template-rows: repeat(6, 1fr);
  }

  .lamotte-item.btn-01{ grid-area: unset; }
.lamotte-item.btn-02{ grid-area: unset; }
.lamotte-item.btn-03{ grid-area: unset; }
.lamotte-item.btn-04{ grid-area: unset; }
.lamotte-item.btn-05{grid-area: unset; }
.lamotte-item.btn-06{grid-area: unset; }

  .qa img {
    height: 6em;
  }


  .lamotte-mobile .sws-mobile-header-nav .nav>li>a {
    font-size: 13px;
  }

  .navbar-inner.lamotte-mobile-french.lamotte-mobile .sws-mobile-header-nav .nav>li>a {
    font-size: 12px;
  }

    .sws-lamotte-buttons-fr .lamotte-item.btn-03 .application-title{
    margin-top: 15px;
  }


  .lamotte-sws-store #myCarousel .carousel-btn {
    width: unset;
  }

  .lamotte-sws-store #myCarousel .image-content img,
  .lamotte-sws-store #myCarousel .carousel-01 .image-content img {
    height: 235px;
    padding-top: 0px;
  }

  .lamotte-sws-store #myCarousel .carousel-inner.hero-section, .lamotte-sws-store #myCarousel .carousel-inner.hero-section-french{
    height: 470px;
  }
  .lamotte-sws-store #myCarousel .carousel-02 .image-content img {
    height: 170px;
  }

  .lamotte-sws-store #myCarousel h3 {
    padding-bottom: 0.5em;
  }

  .lamotte-sws-store #myCarousel .carousel-03 .image-content img {
    height: 184px;
  }

  .lamotte-sws-store #myCarousel .carousel-05 .image-content img {
    height: 230px;
    margin-right: 0px;
  }

  .lamotte-sws-store #myCarousel .carousel-01 .text-content{
    padding-inline: 0.1em;
  }

    li.home-btn.active-animation.dropdown {
    width: 11%;
  }

  
  .lamotte-mobile #SWS-mobile-third-nav {
   width: 27.9%;
  }


/* --- ABOUT PAGE --- */
.about-lamotte.about-lamotte-header h1{
  margin-bottom: 40px;
  font-size: 42px;
}

.about-lamotte.about-lamotte-header p{
  font-size: 14px;
}

.about-lamotte-header{
  padding: 50px 0px 20px 0px;
}

.about-lamotte .about-lamotte-image{
  height: 150px;
}

.about-lamotte .text-block h4{
  font-size: 18px;
}

.about-lamotte .text-block p{
  font-size: 12px;
  line-height: 22px;
}

}

@media (max-width: 329px) {

.lamotte-sws-store #myCarousel .carousel-inner.hero-section, .lamotte-sws-store #myCarousel .carousel-inner.hero-section-french{
  height: 440px;
}

.lamotte-sws-store #myCarousel .hero-content{
  margin: 0px;;
}

  .lamotte-sws-store #myCarousel h1{
    font-size: 22px;
    line-height: 28px;
  }

  .lamotte-sws-store #myCarousel h2{
    font-size: 18px;
    line-height: 22px;
  }

  .lamotte-mobile .span8{
    width: 60%;
  }

  .lamotte-mobile #SWS-mobile-third-nav{
    width: 27.6%;
  }

  .lamotte-application-title .application-title {
    line-height: 18px;
  }

  .lamotte-item:not(.side-ad) {
 height: 200px;
  }

  .lamotte-mobile .sws-mobile-header-nav .nav>li>a {
    font-size: 11px;
  }

  .lamotte-sws-store .sws-carousel-drop-shadow img{
    margin-left: 35px;
  }

  .lamotte-sws-store #myCarousel .carousel-01 .text-content, .lamotte-sws-store #myCarousel .carousel-02 .text-content{
    padding-right: 0px;
    padding-left: 0px;
    max-width: 100vw;
   
  }

  .lamotte-item .application-title{
    font-size: 12px;
  }

  .lamotte-sws-btn-icon-wrapper{
    min-width: 50px;
    width: 50px;
    border-radius: 50px;
  }

  .navbar-inner.lamotte-mobile-french.lamotte-mobile .sws-mobile-header-nav .nav>li>a {
    font-size: 11px;
  }

  .lamotte-sws-store  #myCarousel .hero-section-french h1{
    line-height: 30px;
    font-size: 24px;
  }

  .lamotte-sws-store  #myCarousel .hero-section-french h2{
    font-size: 16px;
    line-height: 20px;
  }

  .about-lamotte .text-block{
    padding: 20px;
  }
 
}
