@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
  margin: 0;
  padding: 0;
  outline: 0;
  list-style: none;
  list-style-type: none;
  scroll-behavior: smooth;
  transition: 0.4s ease;
  text-decoration: none;
}

body {
  display: grid;
  background-color: whitesmoke;
  font-family: "Poppins", serif ;
  grid-template-columns: 150px 1fr;
  grid-template-rows: 80px 1fr 60px;
  grid-template-areas: "nav nav" "aside main" "footer footer";
  position: relative;
}

nav {
  position: sticky;
  grid-area: nav;
  height: 80px ;
  background-color: #39393a;
  z-index: 99;
}
#btnResp{
display: none;
padding: 5px;
border-radius: 80px;
cursor: pointer;
}
#btnResp:hover{
background-color: #ff3131c0;

}


.viewAside{
display: block !important;
position: fixed !important;
right: 0;
top: 80px;
height: 100% !important;
width: 200px;
z-index: 9999;
}
.viewAside .containerLink{
display: inline-flex !important;
flex-direction: column !important;

} 
.viewAside .containerLink .btnLink{
width: 100%;
}
.viewAside .containerLink .link p{
display: block;
}

main {
  grid-area: main;
  min-height: 100dvh;
  height: 100%;
  
}

footer {
  grid-area: footer;
  /* position: sticky; */
  background-color: #39393a;
  bottom: 0;
text-align: center;

}
.rowFoot{
display: inline-flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-around;    
align-content: center;
align-items: center;


}

.colFoot{
width: 400px;
border-left: 1px solid rgba(255, 255, 255, 0.5);
border-right: 1px solid rgba(255, 255, 255, 0.5);
color: white;
}

.colFoot a{color: white;}


/* style header */
.header{
position: relative;

background-size: cover;
background-position: center;
background-repeat: no-repeat;
height: 500px;
/* filter: blur(10px); */
justify-content: center;
align-items: center;
text-align: center;
}
.header h1{
  padding-top: 200px auto;
  color: white;
text-shadow: 1px 1px 2px #ff3131, 0 0 1em #101728, 0 0 0.2em #ff914d;
z-index: 999;

font-size: 3em;
}
 .header h3{
   color: white;
text-shadow: 1px 1px 2px #ff3131, 0 0 1em #101728, 0 0 0.2em #ff914d;

 
 font-size: 2em;

}
/* .imgHeader{
background-position: center;
background-size:cover ;
width: 100%;
filter: blur(10px);
} */


/* style container */
.container{
padding-bottom: 10px;
box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
text-align: center;
border-radius: 15px;
background-color: white;
margin: 25px;
margin-bottom: 40px;
/* padding: 10px; */
height: auto;
/* width: 100%; */
}

.pricing-table{
display: inline-flex;
flex-direction: row;
flex-wrap: wrap;
/* text-align: center; */
justify-content: center;
align-items: center;
}

.pricing-card h2{
color: white;
}
.containerInfosTarif{
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.containerInfosTarif li{
width: 50%;
}

.services{
display: inline-flex;
flex-direction: row;
flex-wrap: wrap;
margin: 30px;
}
.service-section {
            border: 1px solid rgba(0, 0, 0, 0.18);
            border-radius: 8px;
            padding: 20px;
            margin: 20px;
            max-width: 350px;
            width: 100%;
            /* box-shadow: 0 2px 4px rgba(0,0,0,0.1); */
            
        }
        .service-section h2 {
            color: #333;
        }
        .service-section a {
            display: inline-block;
            margin-top: 15px;
            padding: 10px 15px;
            background-color: #ff3131;
            color: white;
            text-decoration: none;
            border-radius: 5px;
        }
        .service-section a:hover {
            background-color: #ff3131c0;
        }

        .containerAbout{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        padding: 10px;
        text-align: center;
        }
/* style H2 */
h2{
color: #ff3131;
}

/* style scrol bar */
body::-webkit-scrollbar{
width: 1em;
}
body::-webkit-scrollbar-thumb {
  background-image: url("../img/ZenAsso\ logo.png"),
    linear-gradient(100deg, transparent, transparent);
  background-position: center bottom, center -40px;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
}

        /* style carte client */

        .clients{
        margin: 5px;
        padding: 10px;
        }
        .listClient{
        display: inline-flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        }
        .client{
        margin: 10px;
        padding: 5px;
        border: 1px solid rgba(0, 0, 0, 0.18);
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        width: 250px;
        min-width: 200px;
        max-width:250px ;
        height: 250px;
        min-height: 200px;
        max-height: 250px;
        border-radius: 24px;
        cursor: pointer;
        background-color: #39393acc;
        }
.client:hover{
transform: scale(1.1);
box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
        .client a {
        color: white;
        
        }
.containerLinkDiscoverNav{
display: inline-flex;
        flex-direction: row;
        flex-wrap: wrap;
}
        .containerNavDiscover{
        display: inline-flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        text-align: center;
        }
.containerNavDiscover .btnNavDiscover{
padding: 10px;
}
.containerNavDiscover a {
        color: white;
        padding: 10px;
        border-radius: 15px;
}

.containerNavDiscover a:hover{
        
 background-color: rgba(255, 255, 255, 0.8);
 color: black;
}
.btnArrow{
padding: 5px;
}
.btnArrow:hover{
background-color: #ff3131;

cursor: pointer;

}
.listLinkView{
display: block !important;
height: auto;
max-height: 550px;
width: 200px;
position: fixed;
display: inline-flex;
flex-wrap: wrap;
background-color: #39393a;
flex-direction: column;
top: 80px;
right: 0;
z-index: 999;
}

/* style rowCont */
.rowCont{
display: inline-flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
align-items:center;
}
.container h1{
padding-top: 10px;
color: #ff3131;
}
.colCont{
display: flex;
flex-direction: column;
flex-wrap: wrap;
border: 1px solid rgba(0, 0, 0, 0.12);
border-radius: 24px;
max-width: 450px;
width: auto;
margin: 15px;
padding: 15px;
justify-content: center;
align-items: center;
}
.colCont a{
color: white;
background-color: #39393a;
padding: 5px;
border-radius: 14px;
width: 150px;
margin: 10px;
}
.colCont a:hover{
background-color: white;
color: #39393a;
border: 1px solid #39393a;

}
.badgeCont{
padding: 5px;
margin: 5px;
position: absolute;
background-color: rgba(4, 131, 4, 0.4);
color: white;
right: 25px;
border-radius: 80px;
width: 200px;
}
.box{
margin: 15px;
padding: 10px;
}
.colBox{
margin: 15px;
}
.colBox ul {
display: inline-flex;
flex-direction: row;
flex-wrap:wrap ;
justify-content: center;
align-items: center;
}
.colBox ul li{
border:1px solid #39393a;
border-radius: 15px;
margin: 10px;
padding: 5px;
width: 100%;
max-width: 350px;
}
.colBox ul li span{
color: #ff3131;
font-weight: bold;
padding: 5px;
}