
@font-face {
    font-family: 'Manrope';
    src: url('../font_manrope/Manrope-VariableFont_wght.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope';
    src: url('../font_manrope/Manrope-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Manrope';
    src: url('../font_manrope/Manrope-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope';
    src: url('../font_manrope/Manrope-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope';
    src: url('../font_manrope/Manrope-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope';
    src: url('../font_manrope/Manrope-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope';
    src: url('../font_manrope/Manrope-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope';
    src: url('../font_manrope/Manrope-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Manrope';
    src: url('../font_manrope/Manrope-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

/* Change the text highlight color */
::selection {
    background: #326D4A; /* Background color of the highlighted text */
    color: #ffffff;      /* Text color of the highlighted text */
}

/* Webkit browsers */
::-webkit-selection {
    background: #326D4A;
    color: #ffffff;
}


body {
    font-family: 'Manrope', sans-serif;
    background-color: #ffffff;
    margin: 0;
}

h1 {
    text-align: center;
    margin-top: 50px;
}

form {
    width: 450px;
    margin: 50px auto;
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}

.dataTables_filter{
  float:left !important;
  text-align:left !important;
}

.dataTables_filter>label>input{
  min-width:250px !important;
}

input{

    width : 100%;
    background-color: #f6f6f6;
    height : 60px;
    border-radius : 15px;
    border:none;
    margin-bottom: 20px;
    padding-left: 30px;
    font-size: 16px;
    color: #000000;

}

label {
    display: inline-block;
    width: 100px;
    margin-bottom: 10px;
    font-weight: bold;
}

.TxtShadow{
    text-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.BoxShadow{
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

input[type="text"],
textarea,
input[type="number"],
input[type="file"] {
    width: 100%;
    padding: 5px;
    border-radius: 5px;
    border: none;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    font-size: 16px;
    margin-bottom: 20px;
}

button[type="submit"] {
  display: block;
  width: 100%;
  padding: 10px;
  background-color: #326D4A;
  color: #fff;
  border: none;
  border-radius: 18px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
button[type="submit"]:hover {
    background-color: #358455;
}
.search-bar button[type="submit"]:hover {
    background-color: unset;
}

table {
  border-collapse: collapse;
  width: 100%;
}

th, td {
  text-align: left;
  padding: 8px;
}

th {
  background-color: #326D4A;
  color: white;
}

tr:nth-child(even) {
  background-color: #f2f2f2;
}

a {
  text-decoration: none;
  color: #008CBA;
}

a:hover {
  color: #005580;
}

.HomeCategoryNav-item-footer>a:hover{
    color:White;
}

.btn{
    padding-left:25px;
    padding-right:25px;
    padding-top:15px;
    padding-bottom:15px;
    background-color:#326D4A;
    color:white;
    min-width:200px;
    min-height:30px;
    border-radius:18px;
    user-select:none;
    margin-bottom:24px;
    display:inline-block;
    text-align:center;
    border: unset!important;
}
.btn:hover{
    color:white !important;
    user-select:none;
    background-color: #358455;
}




/* RESET */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
} 

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
    font-family: 'Manrope', sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}


/* CSS RULES HERE */


html,
body {
  font-family: 'Manrope', sans-serif;
}

body{
    overflow-x:hidden;
    overflow-y:hidden;
}

/* CSS DE LA NAVBAR */

.navbar{
    position:fixed;
    top:0;
    width:100%;
    height:145px;
    overflow:visible;
    user-select: none;
    box-shadow : 0px 10px 20px rgb(0 0 0 / 25%);
    z-index : 100;
}

.topnav{
    background-color:#326D4A;
    color:white;
    width:100%;
    height:35px;
    padding:8px;
}

.topnav-content{
    margin-left:auto;
    margin-right:auto;
    max-width:1400px;
    display:flex;
    padding-top:1px;
}

.topnav-content>a{
    flex-grow:1;
    font-weight: 400;
    font-size:11px;
    color: white !important;
}

.topnav-content>a:hover{
    text-decoration:underline !important;
    color: white !important;
}

.topnav-content>.blank{
    flex-grow:1;
    width:33%;
}


.banner-container {
    position: relative;
    width: 80%;
    overflow: hidden;
}

.banner {
    display: flex;
    transition: transform 0.5s ease-in-out;
    overflow:hidden;
    margin-right: 10px;
}

.banner img {
    width: 100%;
    flex-shrink: 0;
}

.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 2rem;
    cursor: pointer;
    color: #333;
    z-index: 2;
}

.left-arrow {
    left: 10px;
}

.right-arrow {
    right: 10px;
}

.mainnav{
    background-color:white;
    color:#232428;
    height:121px;
    padding:15px;
}

.mainnav>.mainnav-content>.mainnav-button:hover{
    color:#232428;
}

.mainnav>.mainnav-content>.mainnav-button>.mainnav-button-arrow>svg{
    fill:#232428c4;
}
.mainnav>.mainnav-content>.mainnav-button:hover>.mainnav-button-arrow>svg{
    fill:#232428;
}

.mainnav>.mainnav-content>div{
    flex-grow:1;
}

.mainnav>.mainnav-content>.blank{
    flex-grow:unset !important;
    width:20px;
}


.mainnav-content{
    margin-left:auto;
    margin-right:auto;
    max-width:1400px;
    display:flex;
    align-items:center;
}

.logo{
    background:url('../img/alpha_mann.webp');
    background-size:contain;
    width:auto;
    height:90px;
    background-repeat:no-repeat;
    background-position:center center;
    max-width:300px;
    min-width:300px;
}

.mobile-noshow {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: inherit; /* Inherit text color from parent */
}

.mobile-noshow .icon {
    width: 15px; /* Adjust the size as needed */
    height: 15px; /* Adjust the size as needed */
    margin-right: 8px; /* Space between the icon and the text */
}

.mainnav-button{
    width:fit-content;
    display:flex;
    flex-direction:column;
    max-width:167px;
    margin-left:10px;
    margin-right:10px;
    height:76px;
}

.mainnav-button2{
    background-color:#326D4A;
    color:white !important;
    border-radius:18px;
    max-width:unset !important;
    min-width:160px !important;
    padding-left:24px;
    padding-right:24px;
}

.mainnav-button2:hover{
    background-color:#358455
}

.mainnav-button2>.mainnav-button-text{
    padding-top: 28px !important;
}

.mainnav-button-text{
    width:fit-content;
    flex-grow:1;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    padding-top:30px;
    font-size:9px !important;
    color: #326D4A;
}

.mainnav-button-text p {
    font-size:1.6em;
    font-weight:600;
}

.mainnav-button-text p::after {
    content: '';
    display: block;
    width: 0;
    height: 2px; /* Height of the line */
    background: #326D4A; /* Color of the line */
    position: relative;
    bottom: -5px; /* Adjust as needed */
    left: 50%;
    transform: translateX(-50%);
    transition: width 0.3s ease;
}

.mainnav-button-text:hover p {
    color: #232428;
}

.mainnav-button-text:hover p::after {
    width: 100%;
}

.mainnav-button2 .mainnav-button-text p::after {
    opacity: 0%;
}

.mainnav-button2 .mainnav-button-text:hover p {
    color: #232428;
}

.mainnav-button2 .mainnav-button-text:hover p::after {
    width: 100%;
}

.mainnav-button-arrow{
    width:25px;
    height:16px;
    overflow:hidden;
    flex-grow:1;
    margin-left:auto;
    margin-right:auto;
}
.mainnav-button-arrow>img{
    width:25px;
    height:16px;
} 
.mainnav-button-arrow>svg{
    width:25px;
    height:16px;
    fill:#232428c4;
}

.search-bar {
    display: flex;
    align-items: center;
    border-bottom: 2px solid #AABFB0;
    padding-bottom: 0px;
    max-width: 260px; /* Adjust the width as needed */
    max-height:42px;
    padding-top:4px;
    margin-left:24px;
    margin-right:24px;
}

.search-bar input {
    border: none;
    outline: none;
    flex: 1;
    padding: 5px;
    font-size: 12px;
    color: #232428; /* Text color */
    background-color: unset;
    box-shadow: unset;
    margin-bottom: unset;
}

.search-bar button {
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    width: unset !important;
}

.search-bar button img {
    width: 20px; /* Adjust the size of the icon as needed */
    height: 20px;
    filter: invert(32%) sepia(25%) saturate(245%) hue-rotate(100deg) brightness(92%) contrast(88%); /* Match the icon color */
}

.navbar-button{

    display:none;
    POSITION:fixed;
    top:60px;
    left:15px;
    width:55px;
    height:55px;
    min-width:55px;
    max-width:55px;
    border: none;
    background-color:unset !important;;
  
}

.navbar-mobile{
    
    position:fixed;
    left:0%;
    height:100%;
    display:flex;
    flex-direction:column;
    width:75%;
    transition:width 0.7s ease;
    visibility: hidden;
    background:#326D4A;
    z-index:9999;
    top:0;
    padding-bottom:75px;
  }

  .navbar-mobile{
    transition:width 0.7s ease;

  }
  
  .navbar-mobile>li{
    flex-grow:1;
    height:96px;
    width:auto;
    font-size: 24px;
    max-height:70px;
  }
  
  .navbar-mobile>li:hover{
    background-color:#2E93AD;
  }
  
  .navbar-mobile>li>a{
    width:100%;
    height:100%;
    color:#e9e9e9;
    text-decoration:none;
    text-align:left;
    align-items: center;
    display: flex;
    margin-left:24px;
    font-size:15px;
  }
  .navbar-mobile>li>a:hover{
    color:#ffffff;
    text-decoration:none;
  }

  .MenuShow{
    visibility:visible;
  }

  .divmobile{
    opacity:0.7;
    display:none;
    background-color:black;
    position:fixed;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    z-index:-10;
  }










.menu1 ul li a {
    display: block;
    height: 45px;
    color : unset;
}

.menu1 ul {
    list-style: none;
    margin: 0;
}
.menu1 ul li {
    height: 106px;
    z-index: 5000;
}

.menu1 ul li ul {
    max-height:0em;
    overflow:hidden;
    position: absolute;
    background-color: #ffffff;
    top: 145px;
    left: 0px;
    right: 0px;
    transition:max-height .9s ease
}
.menu1 ul li:hover ul {
    max-height:600px;
}




.menu2 ul li a {
    display: block;
    height: 45px;
    color : unset;
}

.menu2 ul {
    list-style: none;
    margin: 0;
}
.menu2 ul li {
    height: 106px;
    z-index: 5000;
}

.menu2 ul li ul {
    max-height:0em;
    overflow:hidden;
    position: absolute;
    background-color: #ffffff;
    top: 145px;
    left: 0px;
    right: 0px;
    transition:max-height .9s ease
}
.menu2 ul li:hover ul {
    max-height:600px;
}





.menu3 ul li a {
    display: block;
    height: 45px;
    color : unset;
}

.menu3 ul {
    list-style: none;
    margin: 0;
}
.menu3 ul li {
    height: 106px;
    z-index: 5000;
}

.menu3 ul li ul {
    max-height:0em;
    overflow:hidden;
    position: absolute;
    background-color: #ffffff;
    top: 145px;
    left: 0px;
    right: 0px;
    transition:max-height .9s ease
}
.menu3 ul li:hover ul {
    max-height:600px;
}



.divNav{

    display : block !important; 
    text-align: -webkit-center !important;
    background-color: #ffffff;
    margin : auto;
    max-width : 1400px;
    min-height: 305px;
    position: relative;
    padding-top:24px;
    padding-bottom:30px;
}

.divNav-inside{
    display : flex !important; 
    flex-direction : row !important;
    max-width:1100px;
    width:100%;
    min-height: 205px;
    margin-left:auto;
    margin-right:auto;
}

.divNav1{
    text-align: left !important;
    flex-grow:1 !important;
    display : flex !important; 
    flex-direction : column !important;
   
}

.divNav3{

    flex-grow:1 !important;
}

.divNav3>h2{

    margin:10px;
    margin-left:0px;
}

.divNavA{
    margin-top:8px;
    height : unset !important;
    transition:font-size .4s ease
}

.divNavA:hover{

    color:#358455;
}



.menu {

}

.menu ul li a {
    display: block;
    height: 45px;
}

.menu ul li {

    position: relative;

    z-index: 5000;
}

.menu ul li ul {

    overflow:hidden;
    position: absolute;
    margin-top: -135px;
    width : 100%;
    top: 57px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    
    transition:margin-top .7s ease
}

.bigli{

    overflow : hidden; 
    height : 85px;
    transition:height 0.7s ease
}

.bigUl{

    width: 125%;
    min-width: 90px;
    margin-left: -12.5%;
}

.bigli:hover{

    height : 217px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}


.menuA{
    color : unset !important;
    background: white;
    z-index: 8000;
    position: absolute;
    height: 55px !important;
    width : 100%

}

.divArrow{

    background-color : white;
    width : 100%;
    text-align : -webkit-center

}


.menu ul li:hover ul {
    margin-top: 5px !important;
    
}
.menu ul li ul li {
    display: block;
    font-size: 12px;
    border-bottom: none;
    width: 100%;
    padding-left: 0px;
    height: 45px;
    line-height: normal;
    position: relative;
}
.menu ul li ul li a {
    font-weight: 500;
    padding: 10px 5px;
    font-size: 16px;
    text-align: center;
    background-color: white;
    color : #232428c4 !important;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}
.menu ul li ul li a:hover {
    background: #f1f1f1;
    color : black !important;
}


/* CSS DU SLIDER */

.carousel {
    width: 40%;
    min-width: 240px;
    margin: 0 auto;
    transform: translateY(-50%);
    top: 50%;
  }

  .carousel-item {
    height: 200px;
    color: white;
    line-height: 200px;
    text-align: center;
    font-size: 2rem;
  }

  .carousel-item:nth-child(1) {
      background-color: red;
  }

  .carousel-item:nth-child(2) {
      background-color: green;
  }

  .carousel-item:nth-child(3) {
      background-color: yellow;
      color: black;
  }
  

/*


        CSS PRINCIPAL DU SITE WEB



*/


section{
    min-height:576px;
    width:100%;
}

section>div{
    max-width:1400px;
    margin-left:auto;
    margin-right:auto;
    padding-left:50px;
    padding-right:40px;
    padding-top:24px;
    padding-bottom:24px;
}

.welcome{
    display:flex;
    flex-direction:row;
    margin-top:96px;
}

.welcome-text{
    flex-grow:1;
    max-width:803px;
    margin-right:109px;
}

.welcome-logo{
    flex-grow:1;
    max-width:246px;
    max-height:332px;
}
.welcome-logo>img{
    max-width:246px;
    max-height:332px;
}

.welcome-text>h1{
    text-transform:uppercase;
    font-weight:800;
    font-size:36px;
}

.welcome-text>h3{
    margin-top:18px;
    font-size:24px;
    font-weight:500;
    margin-bottom:18px;
}

.welcome-link{
    margin-bottom:6px;
}


.welcome-text>.welcome-link>a{
    display:inline-block;
    font-size:18px;
    color:#326D4A;
}
.welcome-text>.welcome-link>svg{

    fill:#326D4A;
}


.welcome-text>svg{
    display:inline-block;
}

.welcome-link:hover>a{
    text-decoration:underline !important;;
}

/* CSS DE SOLUTION */

.solution-div{

    display : flex;
    flex-direction : row;

}

.solution-1{

    flex-grow : 1;
    margin-top: 28px;
    margin-bottom: -28px;
    margin-left: -87px;
}

.solution-2{

    flex-grow : 1
}

.solution-titre>h1{

    text-transform: uppercase;
    font-weight: 800;
    font-size: 36px;
}

.solution-1>img{

    background: url(img/solution.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    max-width: 720px;
    max-height: 524px;
    min-width: 720px;
    min-height: 524px;
    border-radius: 50px;
    border-bottom-right-radius: unset;
    border-bottom-left-radius: unset;
}

.solution-2>div{

    margin-top:36px;
    margin-top: 50px;
    margin-bottom: -10px;
}

.solution-2>div>div{

    display : flex;
    flex-direction: row;
    color: #326D4A;
    margin-bottom:29px;
}

.solution-2>div>div>img{
    
    background: url(img/circle.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    max-width: 50px;
    max-height: 50px;
    min-width: 50px;
    min-height: 50px;
    border-radius: 999px;
}

.solution-2>div>div>a{
    
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 20px;
}

.solution-2>div>div>a:hover{
    
    text-decoration: underline !important;
}

.solution-2>div>div>svg{
    
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 5px;
    fill :#326D4A;
}

.av-check{
    padding-top:12px;
    padding-bottom:12px;
    display:flex;
    flex-direction:row;
}

.av-check>p{
    position: relative;
    flex-grow:1;
    lefT: 15px;
    align-self:center;
}

.av-check>img{
    flex-grow:1;
    max-width:32px;
    max-height:32px;
}

/* CSS DU PROJET */

.projet{

    display : flex;
    flex-direction : row;
    width: 100%;
}

.projet-1{

    flex-grow:1;
    width: 100%;
    position : relative;
}

.projet-1>.block{

    height: 295px;
    width : 260px;
    background-color : #f6f6f6;
    border-radius : 24px;
    margin-top: 150px;
    z-index: 2;
    position: absolute;
    

}

.projet-1>.block>.titre{

    color : #326D4A;
    padding-top: 15px;
    margin-left: 20px;
    font-size: 29px;
}

.projet-1>.block>.text{


    margin-top: 15px;
    margin-left: 20px;
    margin-right : 30px;
    font-size: 14px;
    color :#232428;
}

.projet-1>.block>.button{


    background-color: #326D4A;
    color: white !important;
    border-radius: 666px;
    max-width: unset !important;
    width: 229px !important;
    text-align: center;
    height: 37px;
    font-size: 12px;
    margin: auto;
    margin-top: 20px;
    padding-top: 10px;
    user-select: none;

}

.projet-1>.block>.button:hover{

    background-color : #358455;

}

.projet-img{

    background: url(img/william.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    max-width: 260px;
    max-height: 295px;
    min-width: 260px;
    min-height: 295px;
    position: absolute;
    top: 75px;
    left: 200px;
    border-radius: 24px;

}

.projet-2{

    flex-grow:1;
    width: 100%;
    position : relative;
    margin-top: 73px;
}



.projet-2>div>div{

    display : flex;
    flex-direction : row; 
    max-width: 850px;

}

.projet-2>div>div>div{

   flex-grow : 1;
   padding-left: 40px;
   position: relative;

}

.jetcode{

    flex-grow : 1;
    background: url(img/jetcode.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    max-width: 151px;
    max-height: 151px;
    min-width: 151px;
    min-height: 151px;
    border-radius: 24px;
 
}

.case{

    flex-grow : 1;
    background: url(img/case.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    max-width: 151px;
    max-height: 151px;
    min-width: 151px;
    min-height: 151px;
    border-radius: 24px;
 
}


.projet-2-titre{

    font-size : 30px;
}

.projet-2-text{

    margin-top : 5px;
    font-size: 18px
}

.projet-2-a{

    position : absolute;
    bottom : 0;
    color : #326D4A;
    font-size: 18px;

}

.projet-2-a:hover{

  text-decoration: underline;

}

.projet-2-a>svg{

    fill: #326D4A;

}

/* CSS DU REALISATIONS */

.real-top{

    display : flex;
    flex-direction: row;
    padding-top: 20px;
}

.real-top-1{

    flex-grow : 1;
}

.real-titre>h1{

    font-size : 36px;
}

.real-text>p{

    font-size : 22px;
}

.real-top-2{

    flex-grow : 1;
    text-align: -webkit-right;
    margin: auto;
}

.real-top-2>.real-button{
    display:block;
    background-color: #326D4A;
    color: white !important;
    border-radius: 666px;
    max-width: 293px !important;
    text-align: center;
    min-height : 37px !important;
    padding-top: 8px;
    padding-bottom: 8px;
    user-select: none;
    min-width : 210px;
    padding-left:24px;
    padding-right:24px;
}

.real-top-2>.real-button:hover{

    background-color : #358455;
}

/* CONTINUOUS SLIDER */


  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-949px * 3));
    }
  }
  .slider {
    max-width : unset !important;
    padding : 0 !important;
    height: 421px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .slider::before, .slider::after {
    background: linear-gradient(to right, #f6f6f6 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 421px;
    position: absolute;
    width: 100px;
    z-index: 2;
  }
  .slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
  }
  .slider::before {
    left: 0;
    top: 0;
  }
  .slider .slide-track {
    animation: scroll 40s linear infinite;
    display: flex;
    width: calc(949px * 3);
  }
  .slider .slide {
    height: 421px;
    width: 949px;
  }

  .slide>div {
    width : 949px;
    height : 421px;
    margin-top : 10px;
  }

 .slide>div>img {
    margin-left : 120px;
    border-radius : 15px;
    box-shadow: 12px 1px 20px -5px rgb(0 0 0 / 30%)
  }
  


/* CSS DU FOOTER */


.mainfoot{

    width: 100%;
    min-height: 351px;
    background-color: #fcfcfc;
    margin-top:80px;
}

.footerGreenBar{
    padding:20px;
    margin-top:75px;
    color: white;
    background-color: #326D4A;
    font-size: 12px;
}

.mainfoot-content{

    width: 100%;
    display : flex;
    flex-direction: row;
    padding-left: 30px;
    padding-top: 70px;
    margin-left:auto;
    margin-right:auto;
    max-width:1400px;
    
}

.mainfoot-div-logo{

    margin-top: -23px;
}

.mainfoot-content>div{

    flex-grow : 1;
    display : flex;
    flex-direction: column;
    max-width: 350px;
    margin-left:24px;
    margin-right:24px;
    display : flex;
    flex-direction: column;
}


.mainfoot-content>div>a{

    font-size : 13px;
    margin-top : 18px;
    color : #707383;
    max-width: fit-content;
    user-select: none;
}

.mainfoot-content>div>a:hover{

    text-decoration: underline !important;
    color:#232428;
}

.mainfoot-text{

    font-size : 18px;
}

.mainfoot-text-2{

    font-size : 18px;
    margin-top : 18px;
    color : #707383;
    user-select: none;
}


.mainfoot-titre{

    font-size :13px;
    max-width: fit-content;
    user-select: none;
}

.mainfoot-button{

    background-color: #326D4A;
    color: white !important;
    border-radius: 666px;
    max-width: unset !important;
    width: 293px !important;
    text-align: center;
    height : 37px;
    margin-top: 20px;
    user-select: none;
}

.mainfoot-button:hover{

    background-color: #358455; 

}

.mainfoot-button-text{

    font-size : 14px;
    margin-top: 10px
    
}

.logoFoot{

    background: url('../img/alpha_mann.webp');
    background-size: contain;
    width: auto;
    height: 111px;
    background-repeat: no-repeat;
    background-position: left center;
    max-width: 342px;
    min-width: 342px;
}

/*


        CSS PAGE ENTREPRISE



*/

.imageEntreprise{

    background-image: url(img/entreprise.webp);
    width : 100%;
    max-width : unset !important;
    height : 327px;
    background-size: cover;
    background-position: center center;
}

.imageSpectacles{

    background-image: url(img/spectacles.webp);
    width : 100%;
    max-width : unset !important;
    height : 327px;
    background-size: cover;
    background-position: center center;
}



.imageAV{

    background-image: url(img/av/av_top.webp);
    width : 100%;
    max-width : unset !important;
    height : 327px;
    background-size: cover;
    background-position: center center;
}

.imageAN{

    background-image: url(img/an/affichage-top.webp);
    width : 100%;
    max-width : unset !important;
    height : 327px;
    background-size: cover;
    background-position: center center;
}

.imageACC{

    background-image: url(img/acc/top-audio.webp);
    width : 100%;
    max-width : unset !important;
    height : 327px;
    background-size: cover;
    background-position: center center;
}

.imageSURV{

    background-image: url(img/surv/surveillance-top.webp);
    width : 100%;
    max-width : unset !important;
    height : 327px;
    background-size: cover;
    background-position: center center;
}

.imageRES{

    background-image: url(img/res/res-top.webp);
    width : 100%;
    max-width : unset !important;
    height : 327px;
    background-size: cover;
    background-position: center center;
}

.imageCSERV{

    background-image: url(img/cserv/cserv-top.webp);
    width : 100%;
    max-width : unset !important;
    height : 327px;
    background-size: cover;
    background-position: center center;
}


.imageSTUDIOWEBDIFF{

    background-image: url(img/webdiff/webdiff-top.webp);
    width : 100%;
    max-width : unset !important;
    height : 327px;
    background-size: cover;
    background-position: center center;
}

.imageSOLU{

    background-image: url(img/solu/solutions-top.webp);
    width : 100%;
    max-width : unset !important;
    height : 327px;
    background-size: cover;
    background-position: center center;
}



.topEntreprise{

    text-align : center
}

.topEntreprise>.titre{

    font-size : 22px !important;
    margin-bottom: 24px !important;
    margin-top: 6px !important;
}

.topEntreprise>p{

    font-size : 16px;
}

.midEntreprise>p{

    font-size : 36px;
    margin-top : 6px;
}

.flexEntreprise{

    display : flex;
    flex-direction: row;

}

.flexEntreprise2{

    flex-grow : 1;
    display : flex;
    flex-direction: column;

}

.flexEntreprise2>.image1{

    background-image: url(img/entreprise1.webp);
    max-width : 263px;
    max-height : 186px;
    background-size: cover;
    background-position: center center;
    width: 263px;
    height: 186px;
    margin-left: auto;
    margin-right: auto;
}

.flexEntreprise2>.image2{

    background-image: url(img/entreprise2.webp);
    max-width : 263px;
    max-height : 186px;
    background-size: cover;
    background-position: center center;
    width: 263px;
    height: 186px;
    margin-left: auto;
    margin-right: auto;
}

.flexEntreprise2>.image3{

    background-image: url(img/entreprise3.webp);
    max-width : 263px;
    max-height : 186px;
    background-size: cover;
    background-position: center center;
    width: 263px;
    height: 186px;
    margin-left: auto;
    margin-right: auto;
}

.flexEntreprise2>.image4{

    background-image: url(img/entreprise4.webp);
    max-width : 263px;
    max-height : 186px;
    background-size: cover;
    background-position: center center;
    width: 263px;
    height: 186px;
    margin-left: auto;
    margin-right: auto;
}

.flexEntreprise2>.titre>p{

    font-size : 24px;
    color : #326D4A;
    margin-top:10px;
    margin-bottom : 10px;

}

.flexEntreprise2>.text>p{

    font-size : 16px;

}

.flexEntreprise2>.titre{

    max-width: 263px;
    margin-left: auto;
    margin-right: auto;

}

.flexEntreprise2>.text{

    max-width: 263px;
    margin-left: auto;
    margin-right: auto;

}

.imgService{

    display : flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.imgService2{

    width: 25%;
    margin-bottom: 25px;
}

.imgService>.imgService2>.image1{

    background-image: url(img/entreService1.webp);
    max-width : 274px;
    max-height : 250px;
    background-size: cover;
    background-position: center center;
    width: 274px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}

.imgService>.imgService2>.image2{

    background-image: url(img/entreService2.webp);
    max-width : 274px;
    max-height : 250px;
    background-size: cover;
    background-position: center center;
    width: 274px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}

.imgService>.imgService2>.image3{

    background-image: url(img/entreService3.webp);
    max-width : 274px;
    max-height : 250px;
    background-size: cover;
    background-position: center center;
    width: 274px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}

.imgService>.imgService2>.image4{

    background-image: url(img/entreService4.webp);
    max-width : 274px;
    max-height : 250px;
    background-size: cover;
    background-position: center center;
    width: 274px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}

.imgService>.imgService2>.image5{

    background-image: url(img/entreService5.webp);
    max-width : 274px;
    max-height : 250px;
    background-size: cover;
    background-position: center center;
    width: 274px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}

.imgService>.imgService2>.image6{

    background-image: url(img/entreService6.webp);
    max-width : 274px;
    max-height : 250px;
    background-size: cover;
    background-position: center center;
    width: 274px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}

.imgService>.imgService2>.image7{

    background-image: url(img/entreService7.webp);
    max-width : 274px;
    max-height : 250px;
    background-size: cover;
    background-position: center center;
    width: 274px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}

.imgService>.imgService2>.image8{

    background-image: url(img/entreService8.webp);
    max-width : 274px;
    max-height : 250px;
    background-size: cover;
    background-position: center center;
    width: 274px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}
.imgService>.imgService2>.image9{

    background-image: url(img/webdiff-villes/webdiffusion-sceances.webp);
    max-width : 274px;
    max-height : 250px;
    background-size: cover;
    background-position: center center;
    width: 274px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}


.imgService>.imgService2>.show1{

    background-image: url(img/show1.webp);
    max-width : 274px;
    max-height : 250px;
    background-size: cover;
    background-position: center center;
    width: 274px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}

.imgService>.imgService2>.show2{

    background-image: url(img/show2.webp);
    max-width : 274px;
    max-height : 250px;
    background-size: cover;
    background-position: center center;
    width: 274px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}

.imgService>.imgService2>.show3{

    background-image: url(img/show3.webp);
    max-width : 274px;
    max-height : 250px;
    background-size: cover;
    background-position: center center;
    width: 274px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}

.imgService>.imgService2>.show4{

    background-image: url(img/show4.webp);
    max-width : 274px;
    max-height : 250px;
    background-size: cover;
    background-position: center center;
    width: 274px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}

.imgService>.imgService2>.show5{

    background-image: url(img/show5.webp);
    max-width : 274px;
    max-height : 250px;
    background-size: cover;
    background-position: center center;
    width: 274px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}

.imgService>.imgService2>.show6{

    background-image: url(img/show6.webp);
    max-width : 274px;
    max-height : 250px;
    background-size: cover;
    background-position: center center;
    width: 274px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}

.imgService>.imgService2>.show7{

    background-image: url(img/show7.webp);
    max-width : 274px;
    max-height : 250px;
    background-size: cover;
    background-position: center center;
    width: 274px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}

.imgService>.imgService2>.show8{

    background-image: url(img/show8.webp);
    max-width : 274px;
    max-height : 250px;
    background-size: cover;
    background-position: center center;
    width: 274px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}

.imgService>.imgService2>.service_show1{

    background-image: url(img/services/service1.webp);
    max-width : 274px;
    max-height : 250px;
    background-size: cover;
    background-position: center center;
    width: 274px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}

.imgService>.imgService2>.service_show2{

    background-image: url(img/services/service2.webp);
    max-width : 274px;
    max-height : 250px;
    background-size: cover;
    background-position: center center;
    width: 274px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}

.imgService>.imgService2>.service_show3{

    background-image: url(img/services/service3.webp);
    max-width : 274px;
    max-height : 250px;
    background-size: cover;
    background-position: center center;
    width: 274px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}

.imgService>.imgService2>.service_show4{

    background-image: url(img/services/service4.webp);
    max-width : 274px;
    max-height : 250px;
    background-size: cover;
    background-position: center center;
    width: 274px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}

.imgService>.imgService2>.service_show5{

    background-image: url(img/services/service5.webp);
    max-width : 274px;
    max-height : 250px;
    background-size: cover;
    background-position: center center;
    width: 274px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}

.imgService>.imgService2>.service_show6{

    background-image: url(img/services/service6.webp);
    max-width : 274px;
    max-height : 250px;
    background-size: cover;
    background-position: center center;
    width: 274px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}

.imgService>.imgService2>.service_show7{

    background-image: url(img/services/service7.webp);
    max-width : 274px;
    max-height : 250px;
    background-size: cover;
    background-position: center center;
    width: 274px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}

.imgService>.imgService2>.service_show8{

    background-image: url(img/services/service8.webp);
    max-width : 274px;
    max-height : 250px;
    background-size: cover;
    background-position: center center;
    width: 274px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}

.imgService>.imgService2>.service_show9{

    background-image: url(img/services/service9.webp);
    max-width : 274px;
    max-height : 250px;
    background-size: cover;
    background-position: center center;
    width: 274px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}

.imgService>.imgService2>.service_show10{

    background-image: url(img/services/service10.webp);
    max-width : 274px;
    max-height : 250px;
    background-size: cover;
    background-position: center center;
    width: 274px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}

.imgService>.imgService2>.service_show11{

    background-image: url(img/services/service11.webp);
    max-width : 274px;
    max-height : 250px;
    background-size: cover;
    background-position: center center;
    width: 274px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}

.imgService>.imgService2>.service_show12{

    background-image: url(img/services/service12.webp);
    max-width : 274px;
    max-height : 250px;
    background-size: cover;
    background-position: center center;
    width: 274px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}

.imgService>.imgService2>.service_show13{

    background-image: url(img/services/service13.webp);
    max-width : 274px;
    max-height : 250px;
    background-size: cover;
    background-position: center center;
    width: 274px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}

.imgService>.imgService2>.service_show14{

    background-image: url(img/services/service14.webp);
    max-width : 274px;
    max-height : 250px;
    background-size: cover;
    background-position: center center;
    width: 274px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}

.imgService>.imgService2>.service_show15{

    background-image: url(img/services/service15.webp);
    max-width : 274px;
    max-height : 250px;
    background-size: cover;
    background-position: center center;
    width: 274px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}

.imgService>.imgService2>.service_show16{

    background-image: url(img/services/service16.webp);
    max-width : 274px;
    max-height : 250px;
    background-size: cover;
    background-position: center center;
    width: 274px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}

.imgService>.imgService2>.service_show17{

    background-image: url(img/services/service17.webp);
    max-width : 274px;
    max-height : 250px;
    background-size: cover;
    background-position: center center;
    width: 274px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}

.imgService>.imgService2>.service_show18{

    background-image: url(img/services/service18.webp);
    max-width : 274px;
    max-height : 250px;
    background-size: cover;
    background-position: center center;
    width: 274px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}

.imgService>.imgService2>.service_show19{

    background-image: url(img/services/service19.webp);
    max-width : 274px;
    max-height : 250px;
    background-size: cover;
    background-position: center center;
    width: 274px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}

.imgService>.imgService2>.service_show20{

    background-image: url(img/services/service20.webp);
    max-width : 274px;
    max-height : 250px;
    background-size: cover;
    background-position: center center;
    width: 274px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}

.imgService>.imgService2>.av1{

    background-image: url(img/av/av1.webp);
    max-width : 274px;
    max-height : 250px;
    background-size: cover;
    background-position: center center;
    width: 274px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}

.imgService>.imgService2>.av2{

    background-image: url(img/av/av2.webp);
    max-width : 274px;
    max-height : 250px;
    background-size: cover;
    background-position: center center;
    width: 274px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}

.imgService>.imgService2>.av3{

    background-image: url(img/av/av3.webp);
    max-width : 274px;
    max-height : 250px;
    background-size: cover;
    background-position: center center;
    width: 274px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}

.imgService>.imgService2>.av4{

    background-image: url(img/av/av4.webp);
    max-width : 274px;
    max-height : 250px;
    background-size: cover;
    background-position: center center;
    width: 274px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}

.imgService>.imgService2>.av5{

    background-image: url(img/av/av5.webp);
    max-width : 274px;
    max-height : 250px;
    background-size: cover;
    background-position: center center;
    width: 274px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}

.imgService>.imgService2>.av6{

    background-image: url(img/av/av6.webp);
    max-width : 274px;
    max-height : 250px;
    background-size: cover;
    background-position: center center;
    width: 274px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}

.imgService>.imgService2>.av7{

    background-image: url(img/av/av7.webp);
    max-width : 274px;
    max-height : 250px;
    background-size: cover;
    background-position: center center;
    width: 274px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}

.imgService>.imgService2>.av8{

    background-image: url(img/av/av8.webp);
    max-width : 274px;
    max-height : 250px;
    background-size: cover;
    background-position: center center;
    width: 274px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}


.imgService>.imgService2>.an1{

    background-image: url(img/an/an1.webp);
    max-width : 274px;
    max-height : 250px;
    background-size: cover;
    background-position: center center;
    width: 274px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}

.imgService>.imgService2>.an2{

    background-image: url(img/an/an2.webp);
    max-width : 274px;
    max-height : 250px;
    background-size: cover;
    background-position: center center;
    width: 274px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}

.imgService>.imgService2>.an3{

    background-image: url(img/an/an3.webp);
    max-width : 274px;
    max-height : 250px;
    background-size: cover;
    background-position: center center;
    width: 274px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}

.imgService>.imgService2>.an4{

    background-image: url(img/an/an4.webp);
    max-width : 274px;
    max-height : 250px;
    background-size: cover;
    background-position: center center;
    width: 274px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}

.imgService>.imgService2>.an5{

    background-image: url(img/an/an5.webp);
    max-width : 274px;
    max-height : 250px;
    background-size: cover;
    background-position: center center;
    width: 274px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}

.imgService>.imgService2>.an6{

    background-image: url(img/an/an6.webp);
    max-width : 274px;
    max-height : 250px;
    background-size: cover;
    background-position: center center;
    width: 274px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}

.imgService>.imgService2>.an7{

    background-image: url(img/an/an7.webp);
    max-width : 274px;
    max-height : 250px;
    background-size: cover;
    background-position: center center;
    width: 274px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}

.imgService>.imgService2>.an8{

    background-image: url(img/an/an8.webp);
    max-width : 274px;
    max-height : 250px;
    background-size: cover;
    background-position: center center;
    width: 274px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}

.imgService>.imgService2>.acc1{

    background-image: url(img/acc/acc1.webp);
    max-width : 274px;
    max-height : 250px;
    background-size: cover;
    background-position: center center;
    width: 274px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}

.imgService>.imgService2>.acc2{

    background-image: url(img/acc/acc2.webp);
    max-width : 274px;
    max-height : 250px;
    background-size: cover;
    background-position: center center;
    width: 274px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}

.imgService>.imgService2>.acc3{

    background-image: url(img/acc/acc3.webp);
    max-width : 274px;
    max-height : 250px;
    background-size: cover;
    background-position: center center;
    width: 274px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}

.imgService>.imgService2>.acc4{

    background-image: url(img/acc/acc4.webp);
    max-width : 274px;
    max-height : 250px;
    background-size: cover;
    background-position: center center;
    width: 274px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}

.imgService>.imgService2>.acc5{

    background-image: url(img/acc/acc5.webp);
    max-width : 274px;
    max-height : 250px;
    background-size: cover;
    background-position: center center;
    width: 274px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}

.imgService>.imgService2>.acc6{

    background-image: url(img/acc/acc6.webp);
    max-width : 274px;
    max-height : 250px;
    background-size: cover;
    background-position: center center;
    width: 274px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}

.imgService>.imgService2>.acc7{

    background-image: url(img/acc/acc7.webp);
    max-width : 274px;
    max-height : 250px;
    background-size: cover;
    background-position: center center;
    width: 274px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}

.imgService>.imgService2>.acc8{

    background-image: url(img/acc/acc8.webp);
    max-width : 274px;
    max-height : 250px;
    background-size: cover;
    background-position: center center;
    width: 274px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}

.imgService>.imgService2>.surv1{

    background-image: url(img/surv/surv1.webp);
    max-width : 274px;
    max-height : 250px;
    background-size: cover;
    background-position: center center;
    width: 274px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}

.imgService>.imgService2>.surv2{

    background-image: url(img/surv/surv2.webp);
    max-width : 274px;
    max-height : 250px;
    background-size: cover;
    background-position: center center;
    width: 274px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}

.imgService>.imgService2>.surv3{

    background-image: url(img/surv/surv3.webp);
    max-width : 274px;
    max-height : 250px;
    background-size: cover;
    background-position: center center;
    width: 274px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}

.imgService>.imgService2>.surv4{

    background-image: url(img/surv/surv4.webp);
    max-width : 274px;
    max-height : 250px;
    background-size: cover;
    background-position: center center;
    width: 274px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}

.imgService>.imgService2>.res1{

    background-image: url(img/res/res1.webp);
    max-width : 274px;
    max-height : 250px;
    background-size: cover;
    background-position: center center;
    width: 274px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}

.imgService>.imgService2>.res2{

    background-image: url(img/res/res2.webp);
    max-width : 274px;
    max-height : 250px;
    background-size: cover;
    background-position: center center;
    width: 274px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}

.imgService>.imgService2>.res3{

    background-image: url(img/res/res3.webp);
    max-width : 274px;
    max-height : 250px;
    background-size: cover;
    background-position: center center;
    width: 274px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}

.imgService>.imgService2>.res4{

    background-image: url(img/res/res4.webp);
    max-width : 274px;
    max-height : 250px;
    background-size: cover;
    background-position: center center;
    width: 274px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}

.imgService>.imgService2>.res5{

    background-image: url(img/res/res5.webp);
    max-width : 274px;
    max-height : 250px;
    background-size: cover;
    background-position: center center;
    width: 274px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}

.imgService>.imgService2>.res6{

    background-image: url(img/res/res6.webp);
    max-width : 274px;
    max-height : 250px;
    background-size: cover;
    background-position: center center;
    width: 274px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}

.imgService>.imgService2>.res7{

    background-image: url(img/res/res7.webp);
    max-width : 274px;
    max-height : 250px;
    background-size: cover;
    background-position: center center;
    width: 274px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}

.imgService>.imgService2>.res8{

    background-image: url(img/res/res8.webp);
    max-width : 274px;
    max-height : 250px;
    background-size: cover;
    background-position: center center;
    width: 274px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}

.imgService>.imgService2>.res9{

    background-image: url(img/res/res9.webp);
    max-width : 274px;
    max-height : 250px;
    background-size: cover;
    background-position: center center;
    width: 274px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}

.imgService>.imgService2>.res10{

    background-image: url(img/res/res10.webp);
    max-width : 274px;
    max-height : 250px;
    background-size: cover;
    background-position: center center;
    width: 274px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}

.imgService>.imgService2>.res11{

    background-image: url(img/res/res11.webp);
    max-width : 274px;
    max-height : 250px;
    background-size: cover;
    background-position: center center;
    width: 274px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}

.imgService>.imgService2>.res12{

    background-image: url(img/res/res12.webp);
    max-width : 274px;
    max-height : 250px;
    background-size: cover;
    background-position: center center;
    width: 274px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}

.imgService>.imgService2>.cserv1{

    background-image: url(img/cserv/cserv1.webp);
    max-width : 274px;
    max-height : 250px;
    background-size: cover;
    background-position: center center;
    width: 274px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}

.imgService>.imgService2>.cserv2{

    background-image: url(img/cserv/cserv2.webp);
    max-width : 274px;
    max-height : 250px;
    background-size: cover;
    background-position: center center;
    width: 274px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}

.imgService>.imgService2>.cserv3{

    background-image: url(img/cserv/cserv3.webp);
    max-width : 274px;
    max-height : 250px;
    background-size: cover;
    background-position: center center;
    width: 274px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}

.imgService>.imgService2>.cserv4{

    background-image: url(img/cserv/cserv4.webp);
    max-width : 274px;
    max-height : 250px;
    background-size: cover;
    background-position: center center;
    width: 274px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}

.imgService>.imgService2>.webdiff1{

    background-image: url(img/webdiff/webdiff1.webp);
    max-width : 274px;
    max-height : 250px;
    background-size: cover;
    background-position: center center;
    width: 274px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}

.imgService>.imgService2>.webdiff2{

    background-image: url(img/webdiff/webdiff2.webp);
    max-width : 274px;
    max-height : 250px;
    background-size: cover;
    background-position: center center;
    width: 274px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}

.imgService>.imgService2>.webdiff3{

    background-image: url(img/webdiff/webdiff3.webp);
    max-width : 274px;
    max-height : 250px;
    background-size: cover;
    background-position: center center;
    width: 274px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}

.imgService>.imgService2>.webdiff4{

    background-image: url(img/webdiff/webdiff4.webp);
    max-width : 274px;
    max-height : 250px;
    background-size: cover;
    background-position: center center;
    width: 274px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}


.imgService>.imgService2>.solu1{

    background-image: url(img/solu/solu1.webp);
    max-width : 274px;
    max-height : 250px;
    background-size: cover;
    background-position: center center;
    width: 274px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}

.imgService>.imgService2>.solu2{

    background-image: url(img/solu/solu2.webp);
    max-width : 274px;
    max-height : 250px;
    background-size: cover;
    background-position: center center;
    width: 274px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}

.imgService>.imgService2>.solu3{

    background-image: url(img/solu/solu3.webp);
    max-width : 274px;
    max-height : 250px;
    background-size: cover;
    background-position: center center;
    width: 274px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}

.imgService>.imgService2>.solu4{

    background-image: url(img/solu/solu4.webp);
    max-width : 274px;
    max-height : 250px;
    background-size: cover;
    background-position: center center;
    width: 274px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}

.imgService>.imgService2>.solu5{

    background-image: url(img/solu/solu5.webp);
    max-width : 274px;
    max-height : 250px;
    background-size: cover;
    background-position: center center;
    width: 274px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}

.imgService>.imgService2>.solu6{

    background-image: url(img/solu/solu6.webp);
    max-width : 274px;
    max-height : 250px;
    background-size: cover;
    background-position: center center;
    width: 274px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}

.imgService>.imgService2>.solu7{

    background-image: url(img/solu/solu7.webp);
    max-width : 274px;
    max-height : 250px;
    background-size: cover;
    background-position: center center;
    width: 274px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}

.imgService>.imgService2>.solu8{

    background-image: url(img/solu/solu8.webp);
    max-width : 274px;
    max-height : 250px;
    background-size: cover;
    background-position: center center;
    width: 274px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}

.ServEntrepriseTitre>p{

    font-size : 36px;
    margin-top : 6px;
    margin-bottom : 0px;

}

.ServEntrepriseText>p{

    font-size : 16px;
    


}

.ServInput>.input1{

    display : flex;
    flex-direction: row;
}

.ServInput>.input1>input{

    flex-grow :1;
    width : 50%;
    background-color: #EAEAF6;
    height : 60px;
    border-radius : 15px;
    border:none;
    margin-bottom: 20px;
    padding-left: 30px;
    font-size: 16px;
    color: #5F626C;
}

.ServInput>input{


    width : 100%;
    background-color: #EAEAF6;
    height : 60px;
    border-radius : 15px;
    border:none;
    margin-bottom: 20px;
    padding-left: 30px;
    font-size: 16px;
    color: #5F626C;
}

.ServInput>textarea{

    width : 100%;
    background-color: #EAEAF6;
    min-height : 214px;
    border-radius : 15px;
    border:none;
    margin-bottom: 20px;
    padding-left: 30px;
    padding-top : 19px;
    font-size: 17px;
    color: #5F626C;
    resize: vertical;
}


.ServInput-button{

    background-color: #326D4A;
    color: white !important;
    border-radius: 666px;
    max-width: unset !important;
    width: 293px !important;
    text-align: center;
    height : 37px;
    padding-top: 1px;
    user-select: none;
}

.ServInput-button:hover{

    background-color: #358455;

}

.ServInput-button-text{

    font-size : 14px;
    margin-top: 10px
    
}




/*


        CSS PAGE PUBLIC



*/



.flexEntreprise2>.image5{

    background-image: url(img/entreprise5.webp);
    max-width : 263px;
    max-height : 186px;
    background-size: cover;
    background-position: center center;
    width: 263px;
    height: 186px;
    margin-left: auto;
    margin-right: auto;
}

.flexEntreprise2>.image6{

    background-image: url(img/entreprise6.webp);
    max-width : 263px;
    max-height : 186px;
    background-size: cover;
    background-position: center center;
    width: 263px;
    height: 186px;
    margin-left: auto;
    margin-right: auto;
}

.flexEntreprise2>.image7{

    background-image: url(img/entreprise7.webp);
    max-width : 263px;
    max-height : 186px;
    background-size: cover;
    background-position: center center;
    width: 263px;
    height: 186px;
    margin-left: auto;
    margin-right: auto;
}

.flexEntreprise2>.image8{

    background-image: url(img/entreprise8.webp);
    max-width : 263px;
    max-height : 186px;
    background-size: cover;
    background-position: center center;
    width: 263px;
    height: 186px;
    margin-left: auto;
    margin-right: auto;
}

.flexEntreprise2>.spectacle1{

    background-image: url(img/spectacle1.webp);
    max-width : 263px;
    max-height : 186px;
    background-size: cover;
    background-position: center center;
    width: 263px;
    height: 186px;
    margin-left: auto;
    margin-right: auto;
}
.flexEntreprise2>.spectacle2{

    background-image: url(img/spectacle2.webp);
    max-width : 263px;
    max-height : 186px;
    background-size: cover;
    background-position: center center;
    width: 263px;
    height: 186px;
    margin-left: auto;
    margin-right: auto;
}
.flexEntreprise2>.spectacle3{

    background-image: url(img/spectacle3.webp);
    max-width : 263px;
    max-height : 186px;
    background-size: cover;
    background-position: center center;
    width: 263px;
    height: 186px;
    margin-left: auto;
    margin-right: auto;
}
.flexEntreprise2>.spectacle4{

    background-image: url(img/spectacle4.webp);
    max-width : 263px;
    max-height : 186px;
    background-size: cover;
    background-position: center center;
    width: 263px;
    height: 186px;
    margin-left: auto;
    margin-right: auto;
}


.aboutDiv{
    font-size:18px !important;
}
.yearH1{
    font-size:32px !important;
    margin-bottom:18px;
}



/* 


            MOBILE CSS



            FOR MOBILE DUMBASS



*/

@media(max-width:1240px){

    .imgService>.imgService2>div{

        max-width : 165px !important;
        max-height : 150px !important;
        width : 165px !important;
        height : 150px !important;
    }

    .flexEntreprise2>.img{

        max-width : 210px !important;
        max-height : 150px !important;
        width : 210px !important;
        height : 150px !important;
    }

    .logo{
        min-width:230px;
    }


    .mainfoot-content>div{

        max-width : 300px;
    }

    .mainfoot-content>div>a {
        font-size: 13px;
        margin-top: 16px;
    }

    .mainfoot-text{

        font-size : 16px;
    }
    

    .mainfoot-text-2 {
        font-size: 16px;
        margin-top: 16px;
    }

    .logoFoot {
        min-width: 242px;
    }

    .mainfoot-titre{

        font-size :13px;

    }

    .mainfoot-div-logo{

        margin-top: -28px;
    }

    .solution-1>img{

    
        max-width: 680px;
        max-height: 504px;
        min-width: 680px;
        min-height: 504px;
     
 
    }

    .solution-1{


        margin-top: 38px;
        margin-bottom: -31px;
     
 
    }

    .solution-2>div {
        margin-top: 36px;
        /* margin-top: 50px; */
        margin-bottom: unset;
    }

}

@media(max-width:1100px){

    .flexEntreprise{

        flex-wrap : wrap;
    }

    .flexEntreprise2{

        margin-bottom : 30px;
        width : 50%;
    }

    .mainfoot-text {
        font-size: 16px;
    }

    .mainfoot-content>div {
        max-width: 200px;
    }

    .mainfoot-button{
        width:190px !important;
    }
    

    .logoFoot {
        min-width: 190px;
    }

    .mainfoot-div-logo{

        margin-top: -35px;
    }

    .projet{

        flex-direction: column-reverse;
    }

    .projet-img{

        margin-left: 20%;
        left : 200px;
    }

    .block{

        margin-left: 20%;
    }

    .projet-1{

        height: 450px;
    }

    .solution-div{
    
        flex-direction: row-reverse;

    }

    .solution-1{
        
        margin-top : unset;
        margin-bottom: unset;
        margin: auto;

    }

    .solution-2{
        
        margin-top: 0;
        margin-bottom: 0;

    }

    .solution-1>img{
    
        background-size: cover;
        max-width: 322px;
        max-height: 322px;
        min-width: 322px;
        min-height: 322px;
        border-radius: 999px;

    }

    .frameSlide{

        min-height:calc(100vh - 300px) !important;
    }


}


@media(max-width:1023px){

    .productpage-container{
        flex-direction: column !important;
    }
    .productpage-variant-dimensions{
        font-size:0.8em !important;
        min-width:95px !important;
    }
    .productpage-quantity{
        flex-direction:column;
        min-height:130px !important;
    }
    .productpage-quantity input{
        width:20px !important;
    }
    .productpage-variant{
        grid-template-columns: 1fr 1fr 1fr 1fr !important;
        grid-auto-rows: minmax(100px, auto);
    }
    .productpage-variant:nth-child(2),
    .productpage-variant:nth-child(3),
    .productpage-variant:nth-child(4),
    .productpage-variant:nth-child(5) {
        grid-column: span 1; /* Span full width */
    }
    .productpage-variant-flex{
        flex-direction: column !important;
    }
    .productpage-variants{
        padding-left:0px !important;
    }

    .surmesureform-left{
        display:none !important;
    }

    .contactform-form input[type="text"],
    .contactform-form input[type="email"],
    .contactform-form input[type="number"],
    .contactform-form select,
    .contactform-form textarea,
    .surmesureform textarea {
        width: calc(100% - 10px) !important;
    }

    .HomeCategoryNav-title{
        padding-left:24px;
    }
    .IntroPres-LeftText{
        max-width:unset !important;
    }
    .IntroPres-RightText{
        max-width:unset !important;
    }
    .IntroPres-container{
        flex-direction: column;
    }
    .about-LeftText{
        max-width:unset !important;
    }
    .about-RightText{
        max-width:unset !important;
    }
    .about-container{
        flex-direction: column;
    }
    .contactform{
        flex-direction: column;
    }

    .mainnav-content{

        display:unset !important;
    }

    .logo{

        max-width : unset !important;
        background-position : right center;
        height:70px;
        margin-top:10px;
    }

    .navbar-button{

        display:block;

      }

    .imgService2{

        width : 33%;
    }

    .frameSlide{

        min-height:calc(100vh - 170px) !important;
    }


    .mobile-noshow{
        visibility:hidden;
    }

    .mainnav-button{
        display:none;
    }

    .mainnav-button2{
        display:none;
    }

    .welcome{
        flex-direction:column-reverse;
        margin-top : 0px !important;
    }

    .solution-1>img{
    
        display : none;

    }

    .footNone{

        display : none !important;
    }

    .footBlock{

        display : block !important;
    }

    .mainfoot-content{

        padding-top : 55px !important;

    }

    .mainfoot-content>div{

        max-width : unset !important;
        width : 50% !important;

    }



    .mainfoot{

        height : 530px !important;
    }


    section>div{

        padding-left : 25px !important;
        padding-right : 15px !important
    }

    .HomeCategoryNav-container{
        gap: 40px;
    }

    .HomeCategoryNav-item{
        width: 40% !important;
    }
    
    .HomeCategoryNav-item-footer>.btn{
        min-width:unset !important;
    }



}


@media(max-width:800px){

    .IntroBanner-image-container{
        display:none !important;;
    }

    .IntroBanner-text{
        max-width:75% !important;
    }

    .product-item{
        width:170px !important;
    }
    .product-item .price {
        font-size:18px !important;
    }
    .product-item .price span{
        font-size: 9px !important;
    }
    .add-to-cart{
        font-size: 11px !important;
    }

    .product-grid{
        padding:7px !important;
    }

    

}

@media(max-width:620px){


    .flexEntreprise2 {
        width: 100%;
        text-align: center;
    }

    .midEntreprise{

        text-align: center;
    }

    .imgService2{

        width : 50%;
    }

    .flexEntreprise2 {

        width : 100%;
    }

    .frameSlide{

        min-height:calc(100vh - 170px) !important;
    }


    .projet-img{

        display : none !important;
    }

    .block{

        position : unset !important;
        margin: auto;
        margin-top: 70px !important;
    }

    .projet-2{

        margin-top: 35px !important;
    }
    

    .projet-2>div>div{

        flex-direction: column;
    }
    

    .projet-2-a {

        position : unset !important;
    }

    .jetcode{

        margin : auto !important;
        margin-bottom :10px !important;
    }

    .case{

        margin : auto !important;
        margin-bottom :10px !important;
    }

    .slideNone{

        display : none !important;
    }

    .slideBlock{

        display : block !important;
    }

    @keyframes scroll {
        0% {
          transform: translateX(0);
        }
        100% {
          transform: translateX(calc(-474px * 4.5));
        }
      }

      .slider {
        height: 221px;
 
      }
      .slider::before, .slider::after {
  
        height: 221px;

      }
   
      .slider .slide-track {
  
        width: calc(474px * 3);
      }
      .slider .slide {
        height: 421px;
        width: 474px;
      }
    
      .slide>div {
        width : 474px;
        height : 221px;
        margin-top : 10px;
      }
    
     .slide>div>img {
        margin-left : 60px;

      }

    .minHeight{

        min-height : 460px
    }
}

@media(max-width:520px){

    .IntroBanner-heading{
        font-size: 40px !important;
    }

    .ServInputPad{

        padding-left : 10px !important;
        padding-right:  10px !important;
    }

    .imgService>.imgService2>div {
        max-width: 158px !important;
        max-height: 145px !important;
    }

    .ServEntrepriseTitre{

        text-align: center;
    }

    .ServEntrepriseText{

        text-align: center;
    }

    .ServEntrepriseTitre{

        padding-left: 0px !important;
        padding-right: 0px !important;
        text-align: center;
    }

    
    .imgService{

        padding-left: 0px !important;
        padding-right: 0px !important;
        
    }


    .welcome-logo>img{

        max-width : 180px !important;
    }

    .real-titre>h1{

        font-size : 25px !important;

    }

    .real-text>p{

        font-size : 20px !important;
    }

    .frameSlide{

        min-height:calc(100vh - 170px) !important;
    }

    .footBlock{

        display : none !important;
    }

    .footBlock2{

        display : block !important;
    }

    .mainfoot-content{

        flex-direction : column !important;
        padding-top : 20px !important;

    }

    .mainfoot-content>div{

        margin : auto;
        margin-bottom : 45px;

    }


    .mainfoot{

        height : fit-content !important;
    }

    .real-top{

        flex-direction: column !important;
        text-align : center !important;
    }

    .real-top-1{

        margin-bottom : 15px !important;
    }

    .welcome-text{

        text-align : center;
        margin : auto;

    }

    .welcome-logo{

        margin : auto;
        
    }

    .welcome-text>h1{

        font-size : 25px !important;
    }

    .welcome-text>h3{

        font-size : 18px !important;
    }

    .welcome-link>a{

        font-size : 16px !important;
    }

    

    .welcome{

        margin-top : 0px;
    }

    .solution-1{

        display : none;
    }

    .solution-titre>h1 {
        text-align: center;
        font-size: 25px;
    }

    .mainfoot-titre {

        max-width : unset !important;
    }

    .mainfoot-content>div>a{

        max-width : unset !important;
    }
    
    .mainfoot-button {
        margin-left: auto !important;
        margin-right: auto !important;
        width : 150px !important;
    }

    .logoFoot{

        min-width : 160px !important;
    }

    .mainfoot-div-logo{

        margin-top : -35px !important;
    }

    .projet{

        text-align : -webkit-center;
    }

    .projet-2>div>div>div{

        padding-left : unset !important;
    }

    .projet-1>.block>.titre{

        margin-left : unset !important;
    }

    .projet-1>.block{

        width : 240px !important;
    }

    .slider::before, .slider::after {

        width : 40px !important;
    }

}


/* Styles pour le div de popup de notification */
.popup-notification {
    position:relative;
    width: 100%;
    margin-bottom:24px;
    background-color: #007bff; /* Bleu */
    color: #ffffff; /* Texte blanc */
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.popup-notification h2 {
    margin: 0 0 10px 0;
}

.popup-notification p {
    margin: 0;
}
/* Styles pour le bouton de fermeture */
.close-btn {
    position: absolute;
    top: 5px;
    right: 10px;
    border: none;
    background-color: transparent;
    color: #ffffff; /* Assurez-vous que cette couleur se démarque sur le fond de la notification */
    font-size: 20px;
    cursor: pointer;
}

/* Style pour changer l'apparence au survol */
.close-btn:hover {
    color: #dddddd; /* Couleur légèrement différente au survol pour indiquer l'interactivité */
}

/* Éventuellement, ajoutez un focus style pour l'accessibilité */
.close-btn:focus {
    outline: none; /* Remplacer ou ajuster selon les besoins d'accessibilité */
}

@media(max-width:1200px){
    .mainnav-content>.search-bar{
        display:none;
    }
    .mainnav-button-text{
        font-size: 9px !important;
    }
}
 




/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999999; /* Lower than modal-content */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: calc(100vh); /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content */
  .modal-content {
    background-color: #fefefe;
    margin: 5% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
    z-index:9999999;
    display:block;
  }
  
  .modal-content form{
    box-shadow: unset !important;
  }

  .modal-content form input{
    background-color: unset !important;
    color: #232428;
    border-bottom: 2px solid #AABFB0;
    box-shadow: unset !important;
    border-radius: 0px;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  /* The Close Button */
  .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }


  .IntroBanner-section {
    margin-top: -22px;
}

.IntroBanner-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-image: url('../banners/alpha-bg-wallpaper.webp');
    background-size: cover;
    width: 100%;
    height: calc(100vh);
    max-height: 800px;
    background-position: center center;
    background-repeat: no-repeat;
}

.IntroBanner-text {
    flex-grow: 1;
    color: white;
    text-align: left;
    max-width: 40%;
    padding: 20px;
}

.IntroBanner-heading {
    font-size: 54px;
    font-weight: bolder;
    margin-bottom: 22px;
}

.IntroBanner-subheading {
    font-size: 18px;
    font-weight: lighter;
    margin-bottom: 42px;
}

.IntroBanner-button {
    border-radius: 0px;
}

.IntroBanner-image-container {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-grow: 1;
    max-width: 48%;
}

.IntroBanner-image {
    max-width: 100%;
    max-height: 100%;
    height: auto;
}

.IntroPres-section {
    padding: 40px 20px;
    background-color: #fff;
    min-height: unset;
}

.IntroPres-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.IntroPres-LeftText {
    flex: 1;
    max-width: 40%;
    margin-right: 20px;
}

.IntroPres-LeftText h3 {
    font-size: 23px;
    font-weight: normal;
    margin-bottom: 0px;
    color: #555;
    font-variant: all-small-caps;
}

.IntroPres-LeftText h2 {
    font-size: 45px;
    font-weight: 500;
    margin: 0;
    color: #000;
}

.IntroPres-RightText {
    flex: 1.5;
    max-width: 55%;
    margin-top:34px;
}

.IntroPres-RightText h1 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #333;
}

.IntroPres-RightText p {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
}




.adminportal-container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.adminportal-header {
    background-color: #326D4A;
    color: white;
    padding: 20px;
    text-align: center;
    position:fixed;
    top:0;
    width:100%;
}

.adminportal-title {
    margin: 0;
}

.adminportal-nav {
    display: flex;
    justify-content: center;

}

.adminportal-nav-link {
    color: white;
    text-decoration: none;
    margin: 0 15px;
    padding: 10px 15px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.adminportal-nav-link:hover {
    background-color: #45a049;
    color: #ffffff;
}

.adminportal-main {
    flex: 1;
    padding: 20px;
    margin-top:80px;
}

.adminportal-section {
    margin-bottom: 20px;
}

.adminportal-section-title {
    margin-top: 0;
    font-size: 24px;
    color: #333;
}

.adminportal-section-content {
    font-size: 16px;
    color: #666;
}

.adminportal-footer {
    background-color: #f1f1f1;
    text-align: center;
    padding: 10px;
}

.adminportal-footer-text {
    margin: 0;
    color: #333;
}


#customerForm {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    width: unset;
}

#customerForm label {
    width: unset;
}

#customerForm input {
    margin-bottom: -10px;
}

#customerForm .form-group {
    margin-bottom: 15px;
}

#customerForm .form-group label {
    font-weight: bold;
    margin-bottom: 5px;
}

#customerForm .form-group input,
#customerForm .form-group textarea {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

#customerForm .form-group.full-width {
    grid-column: span 2;
}

#customerForm .form-group textarea {
    resize: vertical;
}


/* BEGIN OF INDUSTRIES CSS */
.Industries-section {
    padding: 60px 0;
    position: relative;
    background-color: white;
    min-height: unset;
}

.Industries-container {
    display: flex;
    overflow-x: auto;
    gap: 60px;
    scroll-behavior: smooth;
    padding: 0 40px;
    max-width:1200px;
    margin-left:auto;
    margin-right:auto;
}

.Industries-container::-webkit-scrollbar {
    display: none; /* Hide scrollbar in WebKit browsers */
}

.Industries-container {
    -ms-overflow-style: none;  /* Hide scrollbar in IE and Edge */
    scrollbar-width: none;  /* Hide scrollbar in Firefox */
}

.Industries-item {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    width: 333px;
    text-align: left;
    white-space: normal;
    flex-shrink: 0;
}

.Industries-item-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px;
    font-size: 1.2em;
}

.Industries-icon-container {
    background-color: #326D4A;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.Industries-icon {
    color: #fff;
    font-size: 1.5em;
}

.Industries-item-image img {
    width: 100%;
    height: auto;
    min-height: 220px;
    margin-top: 18px;
    margin-bottom:20px;
}

.Industries-item-footer {
    padding: 10px 0px 10px 0px;
}

.Industries-button {
    background-color: #326D4A;
    color: #fff;
    border: none;
    padding: 20px 28px;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Industries-button:hover {
    background-color: #358455;
    color:#fff;
}

.Industries-button span {
    margin-left: 20px; /* Added margin-left for spacing */
}

.Industries-scroll-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #326D4A;
    color: #fff;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 1;
}

.Industries-scroll-left {
    left: 0;
}

.Industries-scroll-right {
    right: 0;
}

.Industries-scroll-button:hover {
    background-color: #358455;
}
.Industries-container.active {
    cursor: grabbing;
}

.Industries-container {
    cursor: grab;
    position: relative;
}

.Industries-container img {
    user-drag: none; 
    -webkit-user-drag: none; 
    -moz-user-drag: none; 
    -ms-user-drag: none; 
    user-select: none; 
    -webkit-user-select: none; 
    -moz-user-select: none; 
    -ms-user-select: none; 
}

.Industries-container * {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.Industries-container::before,
.Industries-container::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px;
    pointer-events: none;
}

.Industries-container::before {
    left: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.Industries-container::after {
    right: 0px;
    background: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

/* END OF INDUSTRIES CSS */

.HomeCategoryNav-section {
    padding: 60px 0;
    position: relative;
    background-color: white;
    min-height: unset;
}

.HomeCategoryNav-title{
    max-width:1200px;
    margin-left:auto;
    margin-right:auto;
}

.HomeCategoryNav-container {
    display: flex;
    overflow-x: auto;
    gap: 60px;
    scroll-behavior: smooth;
    padding: 0 40px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.HomeCategoryNav-container::before,
.HomeCategoryNav-container::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px;
    pointer-events: none;
}

.HomeCategoryNav-container::before {
    left: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.HomeCategoryNav-container::after {
    right: 0px;
    background: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.HomeCategoryNav-container::-webkit-scrollbar {
    display: none; /* Hide scrollbar in WebKit browsers */
}

.HomeCategoryNav-container {
    -ms-overflow-style: none;  /* Hide scrollbar in IE and Edge */
    scrollbar-width: none;  /* Hide scrollbar in Firefox */
}

.HomeCategoryNav-item {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    width: 333px;
    text-align: left;
    white-space: normal;
    flex-shrink: 0;
}

.HomeCategoryNav-item-header {
    width: 100%;
    height: 280px; /* Adjust this height as needed */
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.HomeCategoryNav-image {
    display: none; /* Hide the img tag itself */
}

.HomeCategoryNav-icon-container {
    background-color: #326D4A;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.HomeCategoryNav-icon {
    color: #fff;
    font-size: 1.5em;
}

.HomeCategoryNav-item-header img {
    width: 100%;
    height: auto;
    min-height: 220px;
    margin-top: 18px;
    margin-bottom: 20px;
}

.HomeCategoryNav-item-content {
    padding: 10px;
    min-height: 95px;
}

.HomeCategoryNav-item-content p {
    font-size: 14px;
    color: #666;
}

.HomeCategoryNav-item-footer {
    padding: 10px 0px 10px 0px;
}

.HomeCategoryNav-button {
    background-color: #326D4A;
    color: #fff;
    border: none;
    padding: 20px 28px;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.HomeCategoryNav-button:hover {
    background-color: #358455;
}

.HomeCategoryNav-button span {
    margin-left: 20px; /* Added margin-left for spacing */
}

.HomeCategoryNav-container.active {
    cursor: grabbing;
}

.HomeCategoryNav-container {
    cursor: grab;
}

.HomeCategoryNav-container img {
    user-drag: none; 
    -webkit-user-drag: none; 
    -moz-user-drag: none; 
    -ms-user-drag: none; 
    user-select: none; 
    -webkit-user-select: none; 
    -moz-user-select: none; 
    -ms-user-select: none; 
}

.HomeCategoryNav-container * {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}



.error-section {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
    border-radius: 10px;
    background-image: url('../../banners/alpha-bg-wallpaper.webp'); background-size: cover; background-repeat: no-repeat; background-position:center center;
    height:calc(100vh);
}

.error-container {
    max-width: 500px;
    padding:80px;
    border-radius: 24px;
    background-color: white;
}

.error-container h1 {
    font-size: 100px;
    margin: 0;
    color: #326D4A; 
}

.error-container p {
    font-size: 20px;
    margin: 10px 0 20px;
}




.about-section {
    padding: 40px 20px;
    background-color: #fff;
    min-height: calc(75vh);
    align-content: center;
}

.about-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    flex-direction: column;
}

.about-LeftText {
    flex: 1;
    max-width: 40%;
    margin-right: 20px;
}

.about-LeftText h3 {
    font-size: 23px;
    font-weight: normal;
    margin-bottom: 0px;
    color: white;
    font-variant: all-small-caps;
}

.about-LeftText h2 {
    font-size: 45px;
    font-weight: 500;
    margin: 0;
    color: white;
}

.about-RightText {
    flex: 1.5;
    max-width: 55%;
    margin-top:34px;
}

.about-RightText h1 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    color: white;
}

.about-RightText p {
    font-size: 16px;
    line-height: 1.6;
    color: white;
}

.about-presentation{
    padding-top:60px;
}

.about-presentation h1{
    font-size:45px;
    font-weight: 400;
    padding-bottom: 60px;
}

.about-presentation h2{
    font-variant: all-small-caps;
    font-weight:600;
    font-size:33px;
    padding-bottom: 60px;

}

.about-presentation p{
    padding-bottom:60px;
}

.manhummel_partner{
    background-color:#F9F9FB;
    padding:30px;
    border-radius:24px;
    display:flex;
    flex-direction:row;
    max-width:600px;
}


.AboutPlusValue-section {
    padding: 60px 0;
    position: relative;
    background-color: white;
    min-height: unset;
}

.AboutPlusValue-container {
    display: flex;
    overflow-x: auto;
    gap: 60px;
    scroll-behavior: smooth;
    padding: 0 40px;
    max-width:1200px;
    margin-left:auto;
    margin-right:auto;
}

.AboutPlusValue-container::-webkit-scrollbar {
    display: none; /* Hide scrollbar in WebKit browsers */
}

.AboutPlusValue-container {
    -ms-overflow-style: none;  /* Hide scrollbar in IE and Edge */
    scrollbar-width: none;  /* Hide scrollbar in Firefox */
}

.AboutPlusValue-item {
    display: flex;
    flex-direction: column;
    background-color: #F9F9FB;
    width: 333px;
    text-align: left;
    white-space: normal;
    flex-shrink: 0;
    padding:30px;
    border-radius:24px;
}

.AboutPlusValue-item-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px;
    font-size: 1.2em;
    font-weight: 700;
}

.AboutPlusValue-icon-container {
    background-color: #ffffff;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.AboutPlusValue-icon {
    color: #232428;
    font-size: 1.5em;
}

.AboutPlusValue-item-image img {
    width: 100%;
    height: auto;
    min-height: 220px;
    margin-top: 18px;
    margin-bottom:20px;
}

.AboutPlusValue-item-footer {
    padding: 10px 0px 10px 0px;
}

.AboutPlusValue-item h2{
    text-align: left;
    padding-bottom:20px;
    padding-top:20px;
}
.AboutPlusValue-item p{
    text-align: left;
    padding-bottom:20px;
}

.AboutPlusValue-button {
    background-color: #326D4A;
    color: #fff;
    border: none;
    padding: 20px 28px;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.AboutPlusValue-button:hover {
    background-color: #358455;
}

.AboutPlusValue-button span {
    margin-left: 20px; /* Added margin-left for spacing */
}

.AboutPlusValue-scroll-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #326D4A;
    color: #fff;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 1;
}

.AboutPlusValue-scroll-left {
    left: 0;
}

.AboutPlusValue-scroll-right {
    right: 0;
}

.AboutPlusValue-scroll-button:hover {
    background-color: #358455;
}
.AboutPlusValue-container.active {
    cursor: grabbing;
}

.AboutPlusValue-container {
    cursor: grab;
    position: relative;
}
.AboutPlusValue-container img {
    user-drag: none; 
    -webkit-user-drag: none; 
    -moz-user-drag: none; 
    -ms-user-drag: none; 
    user-select: none; 
    -webkit-user-select: none; 
    -moz-user-select: none; 
    -ms-user-select: none; 
}

.AboutPlusValue-container * {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.AboutPlusValue-container::before,
.AboutPlusValue-container::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px;
    pointer-events: none;
}

.AboutPlusValue-container::before {
    left: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.AboutPlusValue-container::after {
    right: 0px;
    background: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}



.contactform {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.contactform-left {
    flex: 1;
    background-color: #F8F8F8;
    padding: 60px;
}

.contactform-right {
    flex: 1;
    background-color: #000;
    color: #fff;
    padding: 40px;
}

.contactform-title h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

.contactform-form input[type="text"],
.contactform-form input[type="email"],
.contactform-form input[type="number"],
.contactform-form select,
.contactform-form textarea {
    width: calc(50% - 10px);
    padding: 10px;
    margin: 10px 4px;
    border: 0px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-radius: 5px;
    color: #000;
    font-family: 'Manrope', sans-serif;
    background-color: transparent;
    box-shadow: unset;
    border-radius: 0px;
}

.contactform-form textarea {
    width: calc(100% - 9px);
    height: 100px;
    resize: none;
    color: #000;
    font-family: 'Manrope', sans-serif;
    background-color: transparent;
    border: 0px solid #ccc;
    border-bottom: 1px solid #ccc;
    box-shadow: unset;
    border-radius: 0px;
}

.contactform-form input[type="submit"] {
    width: 100%;
    padding: 10px;
    border: none;
    background-color: #000;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    border-radius:0;
}

.contactform-form input[type="submit"]:hover {
    background-color: #444;
}

.contactform-right h2 {
    font-size: 18px;
    margin-bottom: 10px;
}

.contactform-right p {
    margin: 5px 0;
}

.contactform-right hr {
    border: 1px solid #444;
    margin: 20px 0;
}

.contactform-right a {
    display: block;
    padding: 10px 20px;
    margin: 10px 0;
    color: #fff;
    border: 2px solid #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s, color 0.3s;
    width: 100%;
    border-radius:0;
}

.contactform-right a:hover {
    background-color: #fff;
    color: #000;
}



.btn-submitform {
    width: 100%;
    padding: 10px;
    border: none;
    background-color: #000;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    border-radius:0;
    padding: 20px 15px;
}

.btn-submitform:hover {
    background-color: #444;
}


.surmesureform {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.surmesureform-left {
    flex: 1;
    background-color: #E7E8F0;
    padding: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
}

.surmesureform-left img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.surmesureform-right {
    flex: 1;
    background-color: #E7E8F0;
    padding: 60px;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
}

.surmesureform-title h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

.surmesureform-form input[type="text"], .surmesureform-form textarea {
    width: calc(100% - 20px);
    padding: 10px;
    margin: 10px 4px;
    border: 0px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    color: #000;
    font-family: 'Manrope', sans-serif;
    background-color: transparent;
    box-shadow: none;
    resize: vertical;
}
.surmesureform-form input[type="email"] {
    width: calc(100% - 20px);
    padding: 10px;
    margin: 10px 4px;
    border: 0px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    color: #000;
    font-family: 'Manrope', sans-serif;
    background-color: transparent;
    box-shadow: none;
}

.surmesureform-form select {
    width: calc(100% - 20px);
    padding: 10px;
    margin: 10px 4px;
    border: 0px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    color: #000;
    font-family: 'Manrope', sans-serif;
    background-color: transparent;
    box-shadow: none;
}

.surmesureform-form input[type="submit"] {
    width: 100%;
    padding: 10px;
    border: none;
    background-color: #000;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    border-radius: 0;
}

.surmesureform-form input[type="submit"]:hover {
    background-color: #444;
}

.surmesureform-form .surmesureform-price-label {
    font-size: 18px;
    color: #333;
    margin-top: 20px;
}

.surmesureform-form .surmesureform-price {
    font-size: 18px;
    color: #333;
    margin-top: 10px;
}


.Cannabis-background {
    position: relative;
    width: 100%;
    height: 100%;
    max-height:500px;
    background: url('../img/cannabis-ad.webp') no-repeat center center;
    background-size: cover;
    border-radius:24px;
    min-height:500px;
}
/* Black overlay */
.Cannabis-background::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25); /* Adjust opacity (0.5) for darkness */
    border-radius: inherit; /* Match parent's border-radius */
}

.Cannabis-text {
    position: relative;
    z-index: 1;
    text-align: left;
    color: #fff;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: self-start;
    justify-content: center;
    height: 420px;
}

.Cannabis-text >h2{
    color:white;
    padding:10px;
}

.Cannabis-text a{
    padding:20px;
    border: 1px solid white;
    color:white;
    margin-top:24px;
}

.Cannabis-text a:hover{
    padding:20px;
    border: 1px solid white;
    color:black;
    background-color: white;
}

.Cannabis-text h2{
    font-size: 35px;
    font-weight: 700;
    text-align: left !important;
}



.product-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: start;
    padding: 20px;
}
.product-item {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 245px;
    text-align: center;
    padding: 15px;
    padding-left:20px;
    padding-right:20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}
.product-item img {
    max-width: 100%;
    height: auto;
}
.product-item h3 {
    font-size: 18px;
    margin: 10px 0;
    text-align:left;
    min-height:60px;
}
.product-item p {
    font-size: 14px;
    color: #666;
    text-align: left;
}
.product-item .price {
    font-size: 30px;
    color: #326D4A;
    font-weight: bold;
    margin: 10px 0;
    margin-top: 10px;
    margin-bottom: 16px;
}
.product-item .price span {
    font-size: 12px;
}
.add-to-cart {
    background-color: #326D4A;
    color: #fff;
    border: none;
    padding: 10px 30px;
    cursor: pointer;
    border-radius: 10px;
    transition: background-color 0.3s;
    font-weight:600;
    display:block;
}
.add-to-cart:hover {
    background-color: #358455;
    color: #fff;
}



.productpage-section {
    padding: 20px;
}

.productpage-container {
    display: flex;
    gap: 20px;
    
}

.productpage-image-container {
    flex: 1;
}

.productpage-image-container img {
    width: 100%;
    height: auto;
}

.productpage-details {
    flex: 2;
}

.productpage-details h1 {
    font-size: 2em;
    margin-bottom: 10px;
}

.productpage-pricing {
    font-size: 1.2em;
    margin-bottom: 10px;
}

.productpage-pricing span {
    display: block;
}

.productpage-model-sku {
    font-size: 1em;
    margin-bottom: 10px;
}

.productpage-model-sku span {
    display: block;
}

.productpage-details hr {
    margin: 20px 0;
}

.productpage-details h2 {
    font-size: 1.5em;
    margin-bottom: 10px;
}

.productpage-details p {
    font-size: 1em;
    margin-bottom: 20px;
}

.productpage-variants {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

.productpage-variant-header,
.productpage-variant {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: center;
    padding: 10px 0;
}

.productpage-variant-header div {
    font-weight: bold;
}

.productpage-variant-dimensions {
    font-size: 1.05em;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
    background-color: white;
    border: #CBCBCB 1px solid;
    border-radius: 12px;
    min-width:150px;
    max-width:200px;
    min-height: 100px;
    padding:10px 15px;
    margin-right:5px;
}

.productpage-quantity {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
    background-color: white;
    border: #CBCBCB 1px solid;
    border-radius: 12px;
    min-width:150px;
    max-width:200px;
    min-height:100px;
    padding: 0px 15px;
    margin-right:5px;
}

.productpage-quantity input {
    width: 50px;
    text-align: center;
    background-color: transparent;
    margin-top: 0px;
    margin-bottom: 0px;
    border: unset;
    box-shadow: unset;
    border-radius: unset;
}

.productpage-quantity input:focus {
    border:unset;
    outline: none;
}

.productpage-quantity button {
    background: #E9E9E9;
    border: none;
    padding: 5px;
    cursor: pointer;
    width:25px;
    height:25px;
    text-align: center;
    color:black;
}

/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    margin: 0; 
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}


.productpage-quantity button:hover {
    background: #ccc;
}

.productpage-footer {
    text-align: center;
    margin-top: 20px;
}

.productpage-add-to-cart {
    background-color: #326D4A;
    color: white;
    padding: 15px 20px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

.productpage-add-to-cart:hover {
    background-color: #358455;
}
.productpage-variant-flex{
    display: flex;
    flex-direction: row;
}


/* Container for the shipping rates selection */
.shipporates_order-type-selection {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 10px;
}

/* Individual shipping rate option */
.shipporates_rate-option {
    display: flex;
    align-items: center;
}

/* Hide the default radio button */
.shipporates_rate-option input[type="radio"] {
    display: none;
}

/* Style the label to look like a selectable card */
.shipporates_rate-option label {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 15px;
    border: 2px solid #ccc;
    border-radius: 8px;
    cursor: pointer;
    transition: border-color 0.3s, background-color 0.3s;
    background-color: #f9f9f9;
}

/* Highlight the label when hovered */
.shipporates_rate-option label:hover {
    border-color: #326D4A;
    background-color: #326d4a2b;
}

/* Highlight the label when the radio button is checked */
.shipporates_rate-option input[type="radio"]:checked + label {
    border-color: #326D4A;
    background-color: #326d4a69;
}

/* Container for rate information */
.shipporates_rate-info {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

/* Carrier logo styling */
.shipporates_carrier-logo {
    width: 40px;
    height: auto;
    object-fit: contain;
}

/* Container for detailed information */
.shipporates_details {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

/* Styling for duration terms */
.shipporates_duration-terms {
    font-size: 12px;
    color: #555;
}

/* Container for attributes */
.shipporates_attributes {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 5px;
}

/* Individual attribute badge */
.shipporates_attribute {
    background-color: #e0e0e0;
    color: #333;
    padding: 3px 8px;
    border-radius: 12px;
    font-size: 12px;
    white-space: nowrap;
}

/* Responsive Design: Adjust layout for smaller screens */
@media (max-width: 600px) {
    .shipporates_rate-info {
        flex-direction: column;
        align-items: flex-start;
    }

    .shipporates_carrier-logo {
        width: 50px;
    }

    .shipporates_details {
        gap: 3px;
    }

    .shipporates_attribute {
        font-size: 11px;
        padding: 2px 6px;
    }
}


/* Container for the top sellers */
.top_seller_table_container {
    margin: 20px auto;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: #f9f9f9;
    max-width: 800px;
    overflow-x: auto;
}

/* Table Styles */
.top_seller_table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    font-size: 14px;
    background-color: #fff;
}

.top_seller_table thead {
    background-color: #4CAF50;
    color: white;
}

.top_seller_table_header_row {
    text-align: left;
}

.top_seller_table_header_cell {
    padding: 10px;
    border: 1px solid #ddd;
}

.top_seller_table_row:nth-child(even) {
    background-color: #f2f2f2;
}

.top_seller_table_row:hover {
    background-color: #e8f5e9;
}

.top_seller_table_cell {
    padding: 10px;
    border: 1px solid #ddd;
    text-align: left;
}

/* No Data Message */
.top_seller_table_no_data {
    font-size: 16px;
    text-align: center;
    color: #555;
    margin-top: 20px;
}
