@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200&display=swap');
*{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	font-family: 'Poppins', sans-serif;
}

/*! tailwindcss v3.2.4 | MIT License | https://tailwindcss.com*/
*,:after,:before {
    border: 0 solid #e5e7eb;
    box-sizing: border-box
}

html {
    -webkit-text-size-adjust: 100%;
    font-feature-settings: normal;
    font-family: Nunito,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    line-height: 1.5;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
}
body{
	
}
nav{
    position: fixed;
    top: 0px;
	width: 100%;
	height: 70px;
	background: #063146;
    border-bottom: 2px solid cyan;
	padding: 0px 50px;
    z-index: 20;
}
nav .logo{
	float: left;
    flex: 1;
    font-size: 35px;
	font-weight:800;
    padding-left: 30px;
    line-height: 50px;
}
.logo a{
    display: flex;
    align-items: center;
    font-size: 20px;
    color: aliceblue;
}
.logo a:hover{
    color: #fff;
}
nav .logo img{
    top: 20px;
    width: 50px;
    padding: 6% 6%; 
}

nav ul{
    top: 43px;
    float: right;
    list-style: none;
    margin-right: 30px;
    position: relative;
}
nav ul li{
	float: left;
	display: inline-block;
    background: #1b1b1b;
    margin: 0 5px;
    transition: .5s linear;
}
nav ul li a{
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	width: 200px;
	padding: 8px 15px;
    transition: .5s linear;
}
nav ul ul{
	position: absolute;
    top: 40px;
    opacity: 0;
    border-top: 3px solid cyan;
    visibility: hidden;
    transition: top .8s;
    
}
nav ul li:hover > ul{
    top: 25px;
    opacity: 1;
    visibility: visible;
    transition: .5s linear;
	}
nav ul ul li{
	position: relative;
    margin: 0px;
    width: 200px;
    float: none;
    display: list-item;
    border-bottom: 1px solid rgba(0,0,0,0.3);
}

nav ul ul li a{
    line-height: 40px;	
}
nav ul ul li a:hover{
    color: cyan;
}
nav ul ul ul li{
	position: relative;
    top: -30px;
    left: 150px;
}
nav ul li a:hover{
    color: cyan;
    border-radius: 5px;
    box-shadow: 0 0 5px #33ffff,
                0 0 5px #66ffff;
}
.fa-plus{
	margin-left: 20px;
    font-size: 10px;
}
nav ul .active{
	color: #000000;
    background: url(close.png)no-repeat;
    transition: 0.3 ease;
}
.checkbtn{
	font-size: 30px;
	color: white;
	float: right;
	line-height: 70px;
	margin-right: 0;
	cursor: pointer;
	display: none;
    transition: .5s linear;
}
#check{
	display: none;
}
@media (max-width: 952px){
	.logo{
		font-size:30px;
		padding-left: 5px;
}
nav ul li a{
	font-size: 16px;
}
}
nav ul li a.active:after {
    left: -1px;
    width: 4px;
    background: green;
    transition: .5s linear;
  }
  
  nav ul li a:nth-child(1):hover~li.active:after {
    top: 0px;
  }
  
  ul li a:nth-child(2):hover~li.active:after {
    top: 80px;
  }
  
  li:nth-child(3):hover~li.active:after {
    top: 160px;
  }
  
  li:nth-child(4):hover~li.active:after {
    top: 240px;
  }

/**

@media(max-width:1000px){
    .count{
        width: 45%;
    }
}
@media(max-width:750px){
    .count{
        width: 100%;
    }
}

**/

@media (max-width: 1000px){
	.checkbtn{
		display:block;
        float: right;
	}
	ul{
		position: fixed;
        list-style-type: none;
        float: right;
		width: 100%;
		height: auto;
		background: #2c3e50;
		top: 0px;
		left: -110%;
		transition: all .5s;
	}
	nav ul li{
		display: block;
		margin: 10px 0;
        right: -110%;
        max-width: 300px;
        z-index: 3;
	}
	nav ul li a{
		font-size: 14px;
        z-index: 15;
	}
	a:hover,a.active{
		background: none;
		color: #0082e6;
	}
	#check:checked ~ ul{
		left: 0;
	}
}


@media (max-width: 800px){
    .nav .ul .li{
    position: fixed;
    float: none;
    display: block;
    width: 100%;
    background: #0082e6;
    padding: 20px;
    line-height: 40px;
}

.navbar-toggle {
    position: fixed;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 0px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
}
.container{
    width: 100%;
    margin-top: 70px;
   padding:1em;
    display: grid;
    grid-gap: ;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));  
}
.side12{
     width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}


.header .home{
    width: 100%;
    margin-left: auto;
    display: flex;
    margin-right: auto;
    text-align: center;
    margin-top: 800px;
}
.header .home h2{
    font-size: 40px;
    font-weight: 400;
    font-style: italic;
}
.header .home h1{
    font-family: fantasy;
    font-size: 75px;
    text-transform: uppercase;
}
.header .home a{
    text-transform: uppercase;
    padding: 20px 50px;
    border border-radius: 3px;
}


/*products*/
.presentation{
    margin: auto;
    padding-left: 10px;
    padding-right: 10px;
    width: 99%;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    align-items: center;
    justify-content: space-around;
    border-bottom: 2px solid darkslategrey;
    border-top: 2px solid darkslategrey;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    z-index: -3;
    border: 2px solid #ccc;
    border-radius: 10px;
}

.presentation .col2{
   
    min-width: 200px;
    width: 100%;
    padding: 10px 0;
    
}

.presentation .col2 h1{
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    margin: 25px 0;
	color: white;
	text-shadow: 2px 2px 4px #000000;
}  
.presentation .col2 h6{
    font-size: 20px;
    line-height: 16px;
    margin: 25px 0;
    float: right;
    padding-right: 30px;
}
.presentation .col2 p{
    font-size: 16px;
    color: black;
    line-height: 20px;
}
.presentation .col5 {
    width: auto;
    height: 100vn;
    overflow: hidden;
    display: inline-block;
    cursor: pointer;
    box-shadow: 0 4px 6px -1px rgb(0, 0, 0, 0.5);
    z-index: -10;
    
}
.presentation .col5 img{
  border-radius: 5px;
    width: 100%;
    cursor: pointer;
    z-index: -10;
    transition: all 0.4s ease;
}
.presentation .col5 img:hover{
    transform: translateY(-5px);
    transform: scale(1.2);
}

.btn{
  display: inline-block;
    background: #ff523b;
    color: #fff;
    padding: 8px 30px;
    margin: 30px 0;
    border-radius: 30px;
    transition: background 0.5s;
}
.btn:hover{
  background: #563434;
}


.count h3{
    text-align: center;
    font-size: 20px;
    margin: 0;
    padding-top: 5px;
}

.numbers{
   display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin: 50px 0;
}


.arriva h3{
    text-align: center;
    font-size: 20px;
    margin: 0;
    padding-top: 5px;
}
.arriva{
    width: 50%;
    margin: 10px;
    box-sizing: border-box;
    float: left;
    text-align: center;
    border-radius: 20px;
    cursor: pointer;
    padding-top: 1px;
    box-shadow: 0 14px 28px rgba(0,0,0,25), 0 10px 10px rgba(0,0,0,0.22);
    transition: .4s;
    background: #f2f2f2;
}
.arriva:hover{
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    transform: translate(0px, -8px);
}
.arriva img{
    width: 300px;
    height: 180px;
    text-align: center;
    margin: auto;
    display: block;
    border-radius: 15%;
}

.arriva p{
    font-size: 14px;
    text-align: center;
    color: #06587b;
    padding-top: 0 8px;
}
.arriva h6{
    font-size: 30px;
    text-align: center;
    color: #222f3e;
    margin: 0;
}
.arriva ul{
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0;
}
.arriva ul li{
    padding-top: 5px;
}
.arriva .fa{
    font-size: 26px;
    transition: .4s;
    margin: 3px;
}

.arriva .checked{
    color: seagreen;
}
.arriva .fa:hover{
    transform: scale(1.3);
    transition: .6s;
}
.arriva button{
    text-align: center;
    font-size: 18px;
    color: #fff;
    width: 100%;
    padding: 10px;
    border: 0;
    outline: none;
    cursor: pointer;
    margin-top: 5px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.arriva .link3{
    background: seagreen;
}

@media(max-width:1000px){
    .arriva{
        width: 45%;
    }
}
@media(max-width:750px){
    .arriva{
        width: 100%;
    }
}


.count{
    width: 22%;
    margin: 10px;
    box-sizing: border-box;
    float: left;
    text-align: center;
    border-radius: 20px;
    cursor: pointer;
    padding-top: 10px;
    box-shadow: 0 14px 28px rgba(0,0,0,25), 0 10px 10px rgba(0,0,0,0.22);
    transition: .4s;
    background: #f2f2f2;
}
.count:hover{
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    transform: translate(0px, -8px);
}
.count img{
    width: 200px;
    height: 180px;
    text-align: center;
    margin: auto;
    display: block;
    border-radius: 50%
}

.count p{
    font-size: 14px;
    text-align: center;
    color: #070808;
    padding-top: 0 8px;
}
.count h6{
    font-size: 30px;
    text-align: center;
    color: #222f3e;
    margin: 0;
}
.count ul{
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0;
}
.count ul li{
    padding-top: 5px;
}
.count .fa{
    font-size: 26px;
    transition: .4s;
    margin: 3px;
}

.count .checked{
    color: seagreen;
}
.count .fa:hover{
    transform: scale(1.3);
    transition: .6s;
}
.count button{
    text-align: center;
    font-size: 18px;
    color: #fff;
    width: 100%;
    padding: 10px;
    border: 0;
    outline: none;
    cursor: pointer;
    margin-top: 5px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
.count .link1{
    background: #2183a2;
}
.count .link2{
    background: #3b3e6e;
}
.count .link3{
    background: seagreen;
}
.count .4{
    background: #ff9f43;
}

@media(max-width:1000px){
    .count{
        width: 45%;
    }
}
@media(max-width:750px){
    .count{
        width: 100%;
    }
}

catmedic{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background: white;
    z-index: -2;
}
.products{
    position: relative;
    width: 500px;
    height: 350px;
    margin: 15px; 
}

h4{
    text-align: center;
    background-color: #011c39;
    padding: 7px;
    border-radius: 15px;
}

.products .col-4{
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    font-size: 10px;
    font-weight: bold;
    overflow: hidden;
    transition: all 0.5s;
    border-radius: 10px;  
}

.products .medecine{
    transform: perspective(600px)rotateY(0deg);
    box-shadow: 0 5px 10px #000;
}
.products .medecine img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s ease;
}
.products .medecine img:hover{
    transform: translateY(-5px);
    transform: scale(1.1);
}

.products .medecine h3{
    position: absolute;
    top: 0;
    width: 100%;
    height: 45px;
    line-height: 45px;
    color: #fff;
    font-size: 20px;
    letter-spacing: 2px;
    background: rgba(3,25,45,.4);
    text-align: center;
}

.products .medecine a{
    position: relative;
    bottom: 0;
    font-size: 12px;
    text-align: center;
    color: #f3f3f3;
}
.products .medecine p{
   position: absolute;
    bottom: 0;
    width: 100%;
    height: 150px;
    color: #fff;
    font-size: 12px;
    letter-spacing: 2px;
    background: rgba(3,25,45,.8);
    text-align: center;   
}

.camnews{
    margin-top: 75px;
    padding-left: 10px;
    padding-right: 10px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    align-items: center;
    justify-content: space-around;
    border-bottom: 2px solid darkslategrey;
    border-top: 2px solid darkslategrey;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)); 
}

.camnews .camnews_tittle{
    text-align: center;
    padding: 2px;
     border: 2px solid #ccc;
    border-radius: 10px;
}
.camnews .camnews_tittle h1{
    font-size: 30px;
    text-align: center;
    line-height: 20px;
    margin: 25px 0;
	color: gray;
	text-shadow: 2px 2px 4px #000000;
}
.camnews .camnews_tittle p{
    height: 280px;
    font-size: 14px;
	color: black;
	font-weight: 600;
     border-top-right-radius: 20px;
    box-shadow: 20px 20px 50px  rgba(0,0,0,0.5);
    background: white;
    overflow: hidden;
    justify-content: center;
    border-top: 5px;
    border-right: 3px rgba(255,255,255,0.5); 
    overflow-y: scroll;
}

.news1{
    
 display: grid;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
     padding: 3px;
    min-height: 100vh;
    background: rgb(9, 74, 136);
    z-index: -2;
}

.newsblock{
    position: relative;
    width: 450px;
    height: 350px;
    margin: 20px; 
}
.cat_title{
    margin: 0 auto 20px;
    text-align: center;
    line-height: 20px;
    color: seagreen;
	text-shadow: 2px 2px 4px #000000;
}
h4{
    text-align: center;
    background-color: #011c39;
    padding: 7px;
    border-radius: 15px;    
}

.newsblock .features{
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    font-size: 10px;
    font-weight: bold;
    overflow: hidden;
    transition: all 0.5s;
    border-radius: 20px;
}

.newsblock .top{
    transform: perspective(600px)rotateY(0deg);
    box-shadow: 0 5px 10px #000;
}
.newsblock .descrnews img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.newsblock .top h3{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 45px;
    line-height: 45px;
    color: #fff;
    background: rgba(0,0,0,.4);
    text-align: center;
}

.newsblock .descrnews{
    transform: perspective(600px) rotateY(180deg);
    background: rgb(3, 35, 54);
    padding: 15px;
    color: #f3f3f3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    box-shadow: 0 5px 10px #000;
}

.newsblock . descrnews .link{
    border-top: solid 3px #f3f3f3;
    height: 50px;
    line-height: 50px;
}

.newsblock .descrnews .link a{
    color: #f3f3f3;
}

.newsblock .descrnews h3{
    font-size: 30px;
    margin-top: 20px;
    letter-spacing: 2px;
}

.newsblock .descrnews p{
    letter-spacing: 1px;
}
.newsblock:hover .descrnews{
    transform: perspective(600px) rotate(180deg);
}
.newsblock:hover .descrnews{
    transform: perspective(600px) rotate(360deg);
}


.products .row2{
display: inline-block;
    margin: auto;
    padding-left: 1%;
    padding-right:1%;
    align-items: center;
    
}
.products .row2 .col-4{
    flex-basis: 32%;
    min-width: 200px;
    margin-bottom: 30px;
   float: left;
    justify-content: center;
    transition: transform 0.5s;
     margin: 1px;
	border: 2px solid #011c39;
    border-radius: 10px;
}
.products .row2 .col-4 img{
   display: flex;
    justify-content: center;
    width: 390px;
    height: 250px;
    padding: 7px;
    }
 
.catmedic .products .row2 .cat_title{
    margin: 0 auto 20px;
    text-align: center;
    line-height: 20px;
    color: seagreen;
	text-shadow: 2px 2px 4px #000000;
}
h4{
    text-align: center;
    background-color: #011c39;
    padding: 7px;
    border-radius: 15px;
    
}
p{
    text-align: center;
    color: white;
    font-size: 20px;
   
}

p2{
    text-align: center;
    color: white;
    font-size: 20px;
   overflow-y: scroll;
}

    h4{
color: #555;
        font-weight: normal;
}
   .col-4 p{
 font-size: 16px;
}

.products .row2 .col-4 spam{
    font-size: 14px;
    color: grey;
    font-style: italic;
}

.present{
    width:98%;
    margin: auto;
    margin-left: 20px;
    margin-right: 20px;
    height: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px,1fr));
    color: antiquewhite;
    background-color: #011c39;
    z-index: -15;
    cursor: pointer;
   }
.backvideo video{
    top: 2px;
    justify-content: space-around;
    width: 100%;
    right: auto;
    float: left;
}

.overplay{
    top:40px;
    left: 5px;
    width: auto;
    float: left;
    text-align: center;
}
.overplay p{
    text-align: center;
    color: white;
    font-size: 13px;
    padding: 5px;
}
/**
@media only screen and (max-width: 300px) {
  .video {
      max-width: 300px;}
}
**/

@media(max-width:1000px){
    .video{
        width: 45%;
    }
}
@media(max-width:750px){
    .video{
        width: 100%;
    }
}
/*services*/
.services{
    
}
.serviceheader{
    padding: 10px;
    margin-top: auto;
    background-color: antiquewhite;
    border-bottom: 2px solid cyan;
    align-items: center;
}
.serviceheader h1{
    text-align: center;
    font-family: sans-serif;
    color: green;
    font-weight: 700;
    font-size: 3em;
    margin-bottom: 10px;
    text-shadow: 2px 2px 4px #000000;
}
.serviceItems{
   padding:1em;
    display: grid;
    grid-gap: 1em;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
.serviceItems .Item1{
    margin: 1px;
	border: 2px solid #2183a2;
    border-radius: 10px;
}

.serviceItems .Item2{
    margin: 1px;
	border: 2px solid #011c39;
    border-radius: 10px;
}
.serviceItems .Item3{
    margin: 1px;
	border: 2px solid #2183a2;
    border-radius: 10px;
}
.serviceItems .Item1 p{
    padding:1em;
    font-size: 14px;
    color: black;
    font-style: italic;
}

.serviceItems .Item2 p{
    padding:1em;
    font-size: 14px;
    color: darkblue;
    font-style: italic;
}

.serviceItems .Item3 p{
    padding:1em;
    font-size: 14px;
    color: seagreen;
    font-style: italic;
}
h5{
    color: aliceblue;
    text-align: center;
    background-color: #2183a2;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    
}

*,*:before, *:after{
  box-sizing: border-box;
}

.footer{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex; 
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
    padding: 10px;
    text-align: center;
    color: #fff;
    background-color: #011c39;
}

.footer >*{
  flex: 1 100%;
}
.footer-left {
    margin-right: 1.25em;
    margin-bottom: 2em;
}

.footer-left img {
width: 20%;  
}
.h2{
  font-weight: 500;
    font-size: 17px;
}
.footer ul{
    list-style: none;
    padding-left: 0;
}

.footer li{
    line-height: 2em;
    
}
.footer a{
    text-decoration: none;
}
.footer-right{
  display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row wrap;
}
.footer-right li ul li a{
    transition: transform 0.4s linear;
}
.footer-right li ul li a:hover{
color: #0ef;
}

.footer-right li ul a{
    
    border-bottom: 2px solid #0ef;
    border-radius: 15px;
    transform: scale(0) translateY(40px);
    transition: .5s;
}
.footer-right li ul li:hover a{
    transform: scale(1) translasteY(0);
    
}

.footer >*{
  flex: 1 30%;
    margin-right: 1.25em;
}
.box a{
  color: #999;
}
.footer-bottom{
    text-align: center;
    color: #999;
    padding: 20px;
     border: 2px solid #ccc;
    border-radius: 10px;
}
.footer-left p{
    font-size: 12px;
    padding-right: 10px;
    color: white;
	font-weight: 100;
}
.socials a{
    background:#364a62;
    display: inline-block;
    margin-right: 10px;
    transition: all 0.4s ease;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    color: #fff;
}
.socials a:hover{
    transform: translateY(-3px);
}
.socials a i{
    color: #e7f2f4;
    padding: 12px 12px;
    font-size: 10px;
}
@media screen and (min-width: 952px){
     .footer-right > *{
   flex: 10;
     }
      .footer-left{
   flex: 50 0px;
     }
      .footer-right {
   flex: 100 0px;
     } 
}
@media (max-width: 100px){
      .footer{
   padding: 15px;
     }
    main{
   font-size: 55px;
     }
}
/*Histoire*/

.histtittle{
    margin-top: 75px;
}

.histtittle h1{
   font-size: 30px;
    text-align: center;
    line-height: 20px;
    margin: 25px 0;
	color: gray;
	text-shadow: 2px 2px 4px #000000;
}

.histtittle h2{
   font-size: 15px;
    text-align: center;
    line-height: 20px;
    margin: 10px 0;
	color: seagreen;
	text-shadow: 2px 2px 4px #000000;
}
.histoire{
    padding: 1em;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
}
.histoire .histoire_tittle{
  padding: 2px;
     border: 2px solid #ccc;
    border-radius: 10px;  
}

.histoire .histoire_tittle p{
    height: auto;
    font-size: 14px;
	color: black;
    text-align: left;
    padding: 5px;
	font-weight: 600;
     border-top-right-radius: 20px;
    box-shadow: 20px 20px 50px  rgba(0,0,0,0.5);
    background: white;
    overflow: hidden;
    justify-content: center;
    border-top: 5px;
    border-right: 3px rgba(255,255,255,0.5); 
    overflow-y: scroll;
}
.histoire .col5 img{
    top: 1px;
    padding: 2px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #011c39;
}
/* fin Histoire*/

/*La societe Camebu*/
.cam{
  margin-top: auto;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    background: linear-gradient(45deg, #081b29, #0ef);
    align-items: center;
    justify-content: space-around;
    border-bottom: 2px solid darkslategrey;
    border-top: 2px solid darkslategrey;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));  
}

.cam .cam_tittle{
    margin-bottom: 50px;
    text-align: left;
    padding: 2px;
     border: 2px solid #ccc;
    border-radius: 10px;
}

.cam .cam_tittle p{
    height: auto;
    font-size: 14px;
	font-weight: 600;
    padding: 5px;
    border-top-right-radius: 20px;
    box-shadow: 20px 20px 50px  rgba(0,0,0,0.5);
    background: white;
    overflow: hidden;
    text-align: left;
    border-top: 5px;
    border-right: 3px rgba(255,255,255,0.5); 
}
/* fin Histoire*/
.cup{
    position: relative;
    align-items: center;
    top: 50px;
    margin-bottom: 100px;
    left: 40px;
    width: 280px;
    height: 300px;
    background: linear-gradient(to right,#f9f9f9,#d9d9d9);
    border-bottom-left-radius: 45%;
    border-bottom-right-radius: 45%;
    
}
.top{
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
    height: 60px;
    background: linear-gradient(to right,#f9f9f9,#d9d9d9);
    border-radius: 50%;
}
.circle{
    position: absolute;
    top: 20px;
    left: 10px;
    width: calc(100% - 20px);
    height: 30px;
    background: linear-gradient(to left,#f9f9f9,#d9d9d9);
    box-sizing: border-box;
    border-radius: 50%;
    overflow: hidden;
}
.tea{
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(#c57e65,#e28462);
    border-radius: 50%;
}

.handle{
    position: absolute;
    right: -70px;
    top:40px;
    width: 160px;
    height: 180px;
    border: 25px solid #dcdcdc;
    border-left: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-radius: 50%;
    transform: rotate(42deg);
}
.plate{
    position: absolute;
    bottom: -120px;
    right: 140px;
    transform: translateX(10%);
    width: 500px;
    height: 200px;
    background: linear-gradient(to right,#f9f9f9,#e7e7e7);
    border-radius: 50%;
    box-shadow: 0 35px 35px rgba(0,0,0,0.2);    
}
.plate::before{
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border-radius: 50%;
    z-index: -1;
    background: linear-gradient(to left,#f9f9f9,#e7e7e7);
}
.plate::after{
    content: '';
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    background: radial-gradient(rgba(0,0,0,0.2) 25%,transparent,transparent);
    border-radius: 50%;
}
.vapour{
    position: relative;
    display: flex;
    z-index: 1;
    padding: 0 20px;
}
.vapour span{
    position: relative;
    bottom: 50px;
    display: block;
    margin: 0 2px 50px;
    min-width: 8px;
    height: 120px;
    background: #fff;
    border-radius: 50%;
    animation: animate 5s linear infinite;
    opacity: 0;
    filter: blur(8px);
    animation-delay: calc(var(--i) * -0.5s);
}
@keyframes animate
{
    0%
    {
        transform: translateY(0) scaleX(1);
        opacity: 0;
    }
    15%
    {
        opacity: 1;
    }
    50%
    {
        transform: translateY(-150px) scaleX(5);
    }
    95%
    {
        opacity: 0;
    }
    100%
    {
        transform: translateY(-300px) scaleX(10);
    }
}
/* medicament*/

.intro_med{
    width: 100%;
    margin-top: 75px;
}
.intro_med .med_tittle{
    text-align: center;
    color: coral;
}
.intro_med .med_tittle h1{
text-align: center;
    font-family: sans-serif;
    color: #011c39;
    font-weight: 700;
    font-size: 2em;
    margin-bottom: 10px;
text-shadow: 2px 2px 4px #000000; 
}

.intro_med .med_tittle p{
    text-align: center;
    color: black;
}
.menu-padding{
    padding: 60px 0px;
}
.marb-35{
    margin-bottom: 25px;
}
.header-h{
    text-align: center;
    font-size: 35px;
    color:#011c39
    font-family: 'satisfy',sans-serif;
    font-weight: 300;
}
.header-p{
    color:#9699a6;
    font-size: 16px;
}

#menu-filters ul li{
    display: inline-block;
    color:#fff;
    align-content: center;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-bottom: 40px;left: 20%;
}
#menu-filters ul li a{
    padding: 10px 20px;
    font-size: 14px;
    color:#565656;
    border-radius: 0px;
    border: 1px solid #BBBBBB;
    text-decoration: none;
    cursor: pointer;
}
#menu-filters ul li a .active, #menu-filters ul li a:hover {
    background:#011c39;
    color: #fff;
    border: 1px solid #011c39;
    text-decoration: none;
    border-bottom: 2px solid brown;
}
.medoc-menu{
    width: 25%;
    float: left;
    padding: 15px;
    position: relative;
    padding: 2px;
}
.medoc-menu .medoc-title{
    float: left;
    font-family: Montserrat,arial;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: seagreen;
	font-size: 14px;
}
.medoc-title:hover{
    color: grey;
    border-radius: 5px;
    box-shadow: 0 0 5px #33ffff,
                0 0 5px #66ffff;
}
.medoc-menu .menu-line{
    position: absolute;
    bottom: 6px;
    border-bottom: 1px dotted rgba(0,0,0,.3);
    margin-left: .6rem;
    margin-right: .6rem;
}

.medoc-menu .menu-price{
    font-weight: 600;
    position: absolute;
    right: 0;
    top: 0; 
}
.medoc-menu .menu-subtitle{
    display: block;
    float: left;
    color: darkblue;
    font-size: 12px;
}
.medoc-menu span.clearfix{
    display: block;
    position: relative;
}

/* fin medicament*/

/* begin contacts*/

.classic1{
    width:100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 75px;
    margin-bottom: 0px;
    height: auto;
    align-items: center;
    overflow: hidden;
}

.classic1 .classicimg{
    background-color: white;
    }

.text p{
    font-size: 12px;
    text-align: left;
}

.contact .map-content{
    height: 400px;
    border-radius: 20px;
    padding: 10px;
	display: flex;
}
/**
.pincamebu{
    position: absolute;
    width: 0.7em;
    height: 0.7em;
    border-radius: 50%;
}
.pin::before{
    content: '';
    background: #4362f8;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    animation:
    pulse 1.3s ease-in-out infinite;
}**/
.span{
    display: inline-block;
    white-space: nowrap;
    position: absolute;
    left: 1.5em;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border-radius: 3em;
    padding: 0.3em 0.6em;
    font-size: 0.9em;
}
.camebu{
    top: 50%;
    left: 50%;
}
.contact{
	margin: auto;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    margin-top: 1px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    font-size: 10px;
    align-items: center;
    justify-content: space-around;
   
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    z-index: -3;
}

.contact .contact_form{
   background-color: #011c39;
    padding: 10px;
    left: 15px;
    height: auto;
    border-radius: 15px;
}

.card_content{
    display: flex;
}

.contact .contact_form .card_content .contactinfo{
    display: flex;
    flex-direction: column;
    }
.contact .contact_form .card_content .contactinfo .box{
    position: relative;
    padding: 6px 0;
    display: flex;
    }
.contact .contact_form .card_content .contactinfo .box .icon{
    min-width: 35px;
    height: 35px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 16px;
}
.contact .contact_form .card_content .contactinfo .box .text{
    display: flex;
    margin-left: 20px;
    font-size: 10px;
    color: white;
    flex-direction: column;
    font-weight: 300;
}
.contact .contact_form .card_content .contactinfo .box .text p{
    display: flex;
    margin-left: 20px;
    font-size: 12px;
    color: white;
    flex-direction: column;
    font-weight: 300;
}
.contact .contact_form .card_content .contactinfo .box .text h3{
    font-weight: 300;
    color: #00bcd4;
}

/* end contacts*/

/*offre*/
.offre{
    padding: 75px;
    margin-top: auto;
}

.offre .offre_tittle{
    text-align: center;
}
.offre .offre_tittle h1{
  text-align: center;
    font-family: sans-serif;
    color: #011c39;
    font-weight: 700;
    font-size: 2em;
    margin-bottom: 10px;
    text-shadow: 2px 2px 4px #000000;  
}

.offre .offre_tittle p{
    font-size: 14px;
    color: black;
	font-weight: 600;
}
/* fin offre*/

/*  begin direction gnrl*/

.direction{
    position: relative;
    margin-top: 75px;
    padding:15px;
    width: 97%;
    margin-left: 10px;
    margin-right: 10px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    border-bottom: 3px solid cyan;
}

.direction_tittle{
   background-color: #CD5C5C;
    min-width: 200px;
    width: 100%;
}

.direction h1{
    font-size: 20px;
    text-align: center;
    line-height: 20px;
    margin: 25px 0;
	color: #CD5C5C;
	text-shadow: 2px 2px 4px #fff;
}  
.direction_tittle h2{
    font-size: 20px;
    line-height: 20px;
}
.direction_tittle p{
    font-size: 14px;
    text-align: right;
    left: 5px;
    text-justify: inter-word;
}
.direction_text{
    position: relative;
    bottom: 50%;
    color: darkcyan;
    padding: 10px;
}
.direction_text h6{
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}
.direction_text p{
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}

/* START dAF*/

.daf{
	margin-top: 75px;
    padding:15px;
    width: 97%;
    margin-left: 10px;
    margin-right: 10px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    border-bottom: 3px solid cyan;
}

.daf_tittle{
   background-color: #CD5C5C;
    min-width: 200px;
    width: 100%;
}


.daf h1{
    font-size: 20px;
    text-align: center;
    line-height: 20px;
    margin: 25px 0;
	color: #CD5C5C;
	text-shadow: 2px 2px 4px #fff;
}  
.daf_tittle h2{
    font-size: 20px;
    line-height: 20px;
}
.daf_tittle p{
    padding: 30px;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    color: white;
}

 .dafimg{
    border-radius: 5px;
    width: 100%;
    cursor: pointer;
    transform: scale(1.3);
    z-index: -10;
}

.customers_tittle{
	width: 100%;
	padding: 75px;
	background: #f2f2f2;
	text-align: center;
	align-items: center;
	font-family: arial, sans-serif;
  border-collapse: collapse;
   
	
}

.customers_tittle h1{
   text-align: center;
    font-family: sans-serif;
    color: #011c39;
    font-weight: 700;
    font-size: 2em;
    margin-bottom: 10px;
    text-shadow: 2px 2px 4px #000000;
}

.customers_tittle p{
   text-align: center;
    font-family: sans-serif;
    color: black;
    font-weight: 500;
    font-size: 1em;
}
.customers, td, th {
  width: 100%;
  align-items: center;
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
  border-top: 2px solid green;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.customers tr:nth-child(even) {
  background-color: rgba(150, 212, 212, 0.4);
}

.customers th:nth-child(even),td:nth-child(even) {
  background-color: rgba(150, 212, 212, 0.4);
}

.galery_container{
	max-width: 1200px;
	padding-top: 75px;
	margin:auto;
	background: #f2f2f2;
	text-align: center;
	overflow: auto;
}
.galery{
	margin: 5px;
	border: 1px solid #ccc;
	float: left;
	width: 390px;
}
.galery img{
	inline-size: 100%;
	aspect-ratio: 16 / 9;
}
.desc{
	padding: 15px;
	text-align: center;
}

.offre{
	max-width: 100%;
	padding-top: 75px;
	margin:auto;
	background: #f2f2f2;
	text-align: center;
	overflow: auto;
}

.offren{
	margin: 1px;
	border: 1px solid #ccc;
	float: left;
	width: 360px;
    align-items: center;
	height:auto;
    border: 2px solid #011c39;
    border-radius: 10px;
}
.offre h3{
    position: relative;
    width: 100%;
    height: auto;
   
    color: #fff;
    background: rgba(0,0,0,.4);
    text-align: center;
}

.matlabo{
	padding-top: 75px;
    margin:auto;
    
}
.matlabo h1{
	text-align: center;
	color: #011c39;
	font-weight: 600;
}
.scrollmatlabo{
	display: grid;
	margin: auto;
    width: 390px;
    align-items: center;
	grid-auto-flow: column;
	grid-auto-columns: 25%;
	overflow-x: auto;
	overscroll-behavior-inline:contain;
}

.stockmatlab{
	display: grid;
	background: #f2f2f2;
	background: var(--surface-2);
	border: 1px solid #ccc;
}

.stockmatlab img{
	margin: 0px;
	border: 1px solid #ccc;
	float: left;
	width: 290px;
	height: 220px;
}
 
.desc{
	width: 100%;
	font-size: 12px;
	font-weight: 600;
}
.stockmatlab a{
	width: 90px;
}

.medscrol{
	padding-top: 25px;
}
.medscrol h1{
	text-align: center;
	color: #011c39;
	font-weight: 600;
}
.medscrolgrid{
	display: grid;
	margin: auto;
	grid-auto-flow: column;
	grid-auto-columns: 25%;
	overflow-x: auto;
}

.medback{
	display: grid;
	background: #f2f2f2;
	background: var(--surface-2);
	border: 1px solid #ccc;
    margin: 1px;
	border: 2px solid #011c39;
    border-radius: 10px;
}

.medback img{
	margin: 0px;
	border: 1px solid #ccc;
	float: center;
	width: 300px;
	height: 200px;
}

.medback img:hover{
    color: cyan;
    border-radius: 5px;
    box-shadow: 0 0 5px #33ffff,
                0 0 5px #66ffff;
}
.descmed{
	width: 100%;
	font-size: 12px;
	font-weight: 600;
}
.medback a{
	width: 100px;
}

.oppo{
	margin: auto;
	padding-top: 75px;
}
.oppo p{
	color: black;
}
.opposlides{
	margin: auto;
	text-align: center;
	align-items: center;
	max-width: 700px;
    z-index: -16;
}

.opposlides img{
    transform: scale(1);
    transition: 0.3s ease-in-out;
    z-index: -10;
}
.opposlides :hover img{
    transform: scale(1.5);
    z-index: -15;
}

.card .front h3{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 45px;
    line-height: 45px;
    color: #fff;
    background: rgba(0,0,0,.4);
    text-align: center;
}

/** Start RH**/
.offrerh{
    margin-top: 75px;
	max-width: 100%;
	padding: 50px;
	background: #f2f2f2;
	text-align: center;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
}

.offreimg{
	margin: 2px;
	border: 1px solid #ccc;
	float: left;
	width: 100%;
	height:auto;
}
.offrerh .offre_tittlerh{
    text-align: center;
}

.offrerh .offre_tittlerh p{
    font-size: 14px;
    color: black;
	font-weight: 600;
}

/** Start News**/


/**about infos**/
.about{
    width: 100%;
    padding: 100px 0px;
    background-color: #191919;
}
.about img{
    height: auto;
    width: 430px;
}
.abouttext{
    width: 550px;
}
.main{
    width: 1130px;
    max-width: 95%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.abouttext h2{
    color: white;
    font-size: 75px;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.abouttext h5{
    color: white;
    letter-spacing: 2px;
    font-size: 22px;
    margin-bottom: 25px;
    text-transform: capitalize;
}

.abouttext p{
    color: #fcfc;
    letter-spacing: 1px;
    line-height: 28px;
    font-size: 18px;
    margin-bottom: 45px;
}

.slider{
    margin-top: 80px;
    height: 250px;
    overflow: hidden;
    position: relative;
    width: auto;
}

.slider .slider_track{
    animation: scrol 90s linear infinite;
    display: flex;
    width: calc(200px *12);
}
@keyframes scroll{
    0%{
        transform: translate(0);
    }
    100%{
        transform: translate(calc(-200px *6));
    }
}


body2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background: white;
    z-index: -2;
    border-bottom: 3px solid #0ef;
    box-shadow: 0 0 25px #0ef;
}
.card{
    position: relative;
    width: 300px;
    height: 350px;
    margin: 20px; 
}

.cat_title{
    margin: 0 auto 20px;
    text-align: center;
    line-height: 20px;
    color: seagreen;
	text-shadow: 2px 2px 4px #000000;
}
h4{
    text-align: center;
    background-color: #011c39;
    padding: 7px;
    border-radius: 15px;
    
}

.card .face{
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    font-size: 10px;
    font-weight: bold;
    overflow: hidden;
    transition: all 0.5s ease;
    border-radius: 20px;
  cursor: pointer;
}
.card .face:hover{
    transform: translateY(-5px);
}
.card .front{
    transform: perspective(600px)rotateY(0deg);
    box-shadow: 0 5px 10px #000;
}
.card .front img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s ease;
    cursor: pointer;
}

.card .front h3{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 45px;
    line-height: 45px;
    color: #fff;
    background: rgba(0,0,0,.4);
    text-align: center;
}

.card .back{
    transform: perspective(600px) rotateY(180deg);
    background: rgb(3, 35, 54);
    padding: 15px;
    color: #f3f3f3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    box-shadow: 0 5px 10px #000;
    cursor: pointer;
}

.card . back .link{
    border-top: solid 3px #f3f3f3;
    height: 50px;
    line-height: 50px;
}

.card .back .link a{
    color: #f3f3f3;
}

.card .back h3{
    font-size: 30px;
    margin-top: 20px;
    letter-spacing: 2px;
}

.card .back p1{
    letter-spacing: 1px;
    font-size: 20px;
}
.card:hover .front{
    transform: perspective(600px) rotate(180deg);
}
.card:hover .back{
    transform: perspective(600px) rotate(360deg);
    transform: scale(1.2);
}


.cam{
    padding-left: 10px;
    padding-right: 10px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    align-items: center;
    justify-content: space-around;
    border-bottom: 2px solid darkslategrey;
    border-top: 2px solid darkslategrey;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));  
}

.cam .cam_tittle{
    text-align: center;
    padding: 2px;
     border: 2px solid #ccc;
    border-top-left-radius: 10px;
}

.cam .cam_tittle p{
    
    font-size: 14px;
	color: black;
	font-weight: 600;
    box-shadow: 20px 20px 50px  rgba(0,0,0,0.5);
    background: white;
    overflow: hidden;
    justify-content: center;
    border-top: 5px;
    border-bottom: 5px;
    border-right: 3px rgba(255,255,255,0.5); 
}
.infos {
    width: auto;
    height: 90vn;
    overflow: hidden;
    display: inline-block;
    cursor: pointer;
    border-bottom-right-radius: 20px;
    box-shadow: 0 4px 6px -1px rgb(0, 0, 0, 0.5);
    z-index: -10;
}

.infos img{
    width: 100%;
    cursor: pointer;
    transform: scale(1.3);
    z-index: -10;
    border-top: 5px;
    border-bottom: 5px;
    transition: all 0.4s ease;
}
.infos img:hover{
    transform: translateY(-3px);
}

.change{
    width: 97%;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    position: relative;
    background-image: url(images/dm.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    justify-content: center;
    animation: change 20s infinite ease-in-out;
    padding-left: 10px;
    padding-right: 10px;
}
.content{
    position: relative;
    top: 50%;
    left: 50%;
    justify-content: center;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
}
.content h1{
    color: #fff;
    font-size: 40px;
    letter-spacing: 15px;
    text-shadow: 2px 2px 4px #000000;
}
.content h1 span{
    color: #111;
}
.content a{
    background: #034e88;
    color: #fff;
}

@keyframes change{
    0%
    {
        background-image: url(images/matlabo.jpg);
    }
    20%
    {
        background-image: url(images/dm.jpeg);
    }
    40%
    {
        background-image: url(images/ces.webp);
    }
    60%
    {
        background-image: url(images/matlabo.jpg);
    }
    80%
    {
        background-image: url(images/dm.jpeg);
    }
    100%
    {
        background-image: url(images/ces.webp);
    }
}

/**Commandes**/

.wrapper{
    position: relative;
    width: 98%;
    height: auto;
    background: #081b29;
    border: 2px solid #0ef;
    overflow: hidden;
    box-shadow: 0 0 25px #0ef;
    /*
    position: relative;
    width: 100%;
    height: auto;
    background: #081b29;
    border: 2px solid #0ef;
    align-items: center;
    grid-template-columns: repeat(auto-fit, minmax(600px, 1fr));
    overflow: hidden;
    box-shadow: 0 0 25px #0ef;*/
}
.wrapper .form-box{
    position: relative;
    top: auto;
    width: 50%;
    height: auto;
    display: flex;
    padding: 20px;
    flex-direction: column;
    justify-content: center;
}
.wrapper .form-box.login{
    /*grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));*/
   
    left: 0;
    padding: 0 60px 0 40px;
}
.wrapper .form-box.login .animation{
    transform: translateX(0);
    transition: .7s ease;
}
.wrapper.active .form-box.login .animation{
    transform: translateX(-120%);
    transition-delay: calc(.1s * var(--i));
    filter: blur(10px);
}
.wrapper .form-box.register{
    right: 0;
    /*padding: 0 40px 0 60px;*/
}
.wrapper .form-box.register .animation{
    transform: translateX(120%);
    opacity: 0;
    filter: blur(10px);
    transition: .7s ease;
}

.wrapper.active .form-box.register .animation{
    transform: translateX(0);
    opacity: 1;
    filter: blur(0);
    transition-delay: calc(.1s * var(--i));
}
.form-box h2{
    font-size: 32px;
    color: #fff;
    text-align: center;
}
.form-box .input-box{
    position: relative;
    width: 100%;
    height: 50px;
    margin: 25px 0;
}
.input-box input{
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    outline: none;
    border-bottom: 2px solid #fff;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    transition: .5s;
    padding-right: 23px;
}
.input-box label{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-size: 16px;
    color: #fff;
    pointer-events: none;
    transition: .5s;
}
.input-box input:focus~label,
.input-box input:valid~label{
    top: -5px;
    color: #0ef;
}
.input-box i{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 18px;
    color: #fff;
}

.form-box .btn{
    position:relative;
    cursor: pointer;
    width: 100%;
    height: 45px;
    background: transparent;
    border: 2px solid #0ef;
    outline: none;
    border-radius: 40px;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    overflow: hidden;
    z-index: 1;
}
.form-box .btn:hover::before{
    top: 0;
}
.form-box .btn::before{
    content: '';
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 300%;
    background: linear-gradient(#081b29, #0ef, #081b29,#0ef);
    z-index: -1;
}
.form-box .logreg-link{
    font-size: 14.5px;
    color: #fff;
    text-align: center;
    margin: 20px 0 10px;
}
.logreg-link p a{
    color: #0ef;
    text-decoration: none;
    font-weight: 600;
    cursor: pointer;
}
.logreg-link p a:hover{
    text-decoration: underline;
}
.wrapper .info-text{
    position: absolute;
    top: 0;
   
    height: 100%;
   justify-content: center;
    display: flex;
    flex-direction: column;
    
}
.wrapper .info-text.login{
     width: 50%;
    right: 0;
    text-align: center;
   
}

.wrapper .info-text.login .animation{
    transform: translateX(0);
    transition: .7s ease;
}
.wrapper.active .info-text.login .animation{
    transform: translateX(120%);
    transition-delay: calc(.1s * var(--i));
    filter: blur(10px);
}

.wrapper .info-text.register{
    right: 0;
    text-align: center;
    pointer-events: none;
    }
.wrapper .info-text.register .animation{
    transform: translateX(-120px);
    filter: blur(10px);
    transition: .7s ease;
}

.wrapper.active .info-text.register .animation{
    transform: translateX(0);
    filter: blur(0);
}
.info-text h2{
    font-size: 36px;
    color: #fff;
    line-height: 1.3;
    text-transform: uppercase;
}
.info-text p{
    font-size: 16px;
    color: #fff;
}
.wrapper .bg-animate{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #081b29, #0ef);
    border-bottom: 3px solid #0ef;
    transform: rotate(10deg) skewY(40deg);
    transform-origin: bottom right;
    transition: 1.5s ease;
}

.wrapper.active .bg-animate{
    transform: rotate(0) skewY(0);
    transition-delay: .5s;
}
.wrapper .bg-animate2{
    position: absolute;
    top: 100%;
    left: 250px;
    width: 850px;
    height: 700px;
    background: #081b29;
    border-bottom: 3px solid #0ef;
    transform: rotate(0) skewY(0);
    transform-origin: bottom left;
     transition: 1.5s ease;
}

.wrapper.active .bg-animate2{
    transform: rotate(-11deg) skewY(-41deg);
    transition-delay: 1.2s;
}

.infos2{
    margin-top: 0px;
    padding: 10px 0px;
    border: 2px solid #ccc;
    border-radius: 10px;
}
.infos2 h2{
    font-size: 35px;
    margin-bottom: 20px;
    color: #333;
}
.infos2 h3{
    font-size: 18px;
    color: #888;
    margin-bottom: 8px;
}
.infos2 p{
    font-size: 15px;
    line-height: 1.5;
    color: #555;
    margin-bottom: 10px;
    text-align: left;
}
.infos2 img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 10px;
    transition: all 0.3s ease;
    border-radius: 15px;
}
.infos2 img:hover{
    transform: translateY(-1px);
    transform: scale(1.1);
}
.contenu{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 5px;
}
.paragraphe{
    display: flex;
    flex-wrap: wrap;
}
.flex{
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
}
.social-links{
    margin-bottom: 5px;
    align-content: center;
}
.social-links a{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    color: #fff;
    background-color: #333;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    transition: all 0.3Ss ease;
}
.social-links a:hover{
    transform: translateY(-3px);
}
.social-links p{
    color: #333;
    font-weight: 500;
}

.social-links h6{
    color: #333;
    text-align: center;
    font-size: 25px;
}
.infos2 .btn{
    text-decoration: none;
    color: #fff;
    display: inline-block;
    padding: 10px 10px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 5px;
    background-color: #333;
    transition: all 0.4s ease;
}
.infos2 .btn:hover{
    transform: translateY(-3px);
}

@media screen and (max-width:768px){
    .paragraphe{flex-direction: column;
    }
    .flex{
        max-width: 100%;
    }
    .flex p{
        text-align: left;
    }
    .infos2 h2{
        font-size: 26px;
    }
    .infos2 p{
        font-size: 14px;
    }
    .social-links a{
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 10px;
        margin-right: 5px;
    }
    .infos2 .btn{
        font-size: 12px;
        padding: 8px 16px;
        margin-bottom: 5px;
    }
}

figcaption {
  background-color: black;
  color: white;
  font-style: italic;
  padding: 2px;
  text-align: center;
}

.ressdev{
    margin: auto;
    margin-top: 70px;
    padding-left: 10px;
    padding-right: 10px;
    width: 99%;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    align-items: center;
    justify-content: space-around;
    border-bottom: 2px solid darkslategrey;
    border-top: 2px solid darkslategrey;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    z-index: 1;
    border: 2px solid #ccc;
    border-radius: 10px;
}


.ressdev .col2{
   
    min-width: 200px;
    width: 100%;
    padding: 10px 0;
    
}

.ressdev .col2 h1{
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    margin: 25px 0;
	color: white;
	text-shadow: 2px 2px 4px #000000;
}  
.ressdev .col2 h6{
    font-size: 20px;
    line-height: 16px;
    margin: 25px 0;
    float: right;
    padding-right: 30px;
}
.ressdev .col2 p{
    font-size: 16px;
    color: black;
    line-height: 20px;
}
.ressdev .col5 {
    width: auto;
    height: 100vn;
    overflow: hidden;
    display: inline-block;
    cursor: pointer;
    box-shadow: 0 4px 6px -1px rgb(0, 0, 0, 0.5);
    z-index: -10;
    
}
.ressdev .col5 img{
  border-radius: 5px;
    width: 100%;
    cursor: pointer;
    z-index: -10;
    transition: all 0.4s ease;
}
.ressdev .col5 img:hover{
    transform: translateY(-5px);
    transform: scale(1.2);
}

/* Ajoutez vos styles CSS ici */
.chat-container {
  position: fixed;
  bottom: 20px;
  right: 20px;
    border: 2px solid #011c39;
  background-color: #fff; /* Background vert */
  border-radius: 5px;
}

.chat-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
    
  background-color: #081b29; /* Header vert foncé */
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.chat-header h6 {
  margin: 0;
  color: #fff;
}

.chat-header a {
  text-decoration: none;
  color: #fff;
  font-size: 12px;
}

.chat-box {
  display: none;
  padding: 10px;
}

.chat-messages {
  max-height: 300px;
  overflow-y: auto;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

#chat-input {
  width: 200px;
  padding: 5px;
  margin-right: 5px;
}

button {
  padding: 5px 10px;
  background-color: #081b29; /* Bouton vert */
  color: #fff;
  border: none;
  cursor: pointer;
}

button:hover {
  background-color: #081b29; /* Hover vert plus foncé */
}
.file-upload {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.file-upload input[type="file"] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}

.file-upload span {
  display: inline-block;
  background-color: #4caf50;
  color: #fff;
  padding: 5px 10px;
  border-radius: 50%;
  font-size: 16px;
  cursor: pointer;
}

.file-upload:hover span {
  background-color: #45a049;
}

.download-link {
    display: inline-block;
    padding: 10px 20px;
    font-size: 20px;
    color: #fff;
    background-color: #007bff;
    text-decoration: none;
    border-radius: 5px;
    right: 10%;
    transition: background-color 0.3s ease;
}

.download-link:hover {
    background-color: #0056b3;
}

.separator {
    margin: 40px 0;
    border-top: 3px solid #007bff;
}

.footer-note {
    font-size: 14px;
    color: #666;
}

.btn-box{
    width: 345px;
    display: flex;
    gap: 2em;
}
.btn-1{
    padding: 15px 28px;
    background-color: black;
    color: white;
    border: 2px solid transparent;
    border-radius: 8px;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 600;
    transition: 0.3s ease;
    cursor: pointer;

}
.btn-1:hover{
    background-color: white;
    color: black;
    border: 2px solid black;
}
.img-box img{
border-radius: 50%;
width: 550px;
}

.about{
    flex: 0 0 50%;
    max-width: 100%;
    padding: 0 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12% 8%;
    gap: 2Sem;
    background: rgb(26, 0, 141);
}
.about-img img{
    position: relative;
    width: 70%;
    box-shadow: 0 0 25px rgb(94, 141, 228),
    0 0 50px rgb(184, 180, 178);
    border-radius: 50%;
}
.aboutdg h3{
    text-align: left;
    color: white;
    font-size: 42px;
}
.aboutdg h1{
    font-size: 52px;
    color: white;
}
.aboutdg p{
    color: white;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.table-container {
    display: flex;
    width: 98%;
    justify-content: space-between; /* Distribute the tables evenly on larger screens */
    gap: 10px; /* Add spacing between tables */
    flex-wrap: wrap; /* Allow tables to wrap on small screens */
}

.table {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 32%; /* Each table takes up around one-third of the available space on larger screens */
    border: 3px solid #042a54;
    border-radius: 10px;
    background: #bcbbbc;
}



.row {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #ed0974;
}
.row h6{
    display: flex;
    width: 100%;
   text-transform: uppercase;
   background: #ec3d31;
   color: white;
   text-align: center;
   
}

.row:last-child {
    border-bottom: none;
}

.column {
    flex: 1;
    padding: 10px;
    border-right: 1px solid #ccc;
    text-align: left;
}

.column:last-child {
    border-right: none;
}

/* Responsive Design for Small Screens */
@media (max-width: 600px) {
    .table-container {
        flex-direction: column; /* Stack the tables vertically */
    }

    .table {
        max-width: 100%; /* Each table takes up full width on small screens */
    }
}


#contact {
    max-width: 600px;
    margin: 2rem auto;
    background-color: #fff;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#contact h2 {
    text-align: center;
    margin-bottom: 1.5rem;
}

.form-group {
    margin-bottom: 1.5rem;
}

label {
    display: block;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

input[type="text"],
input[type="email"],
textarea {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1rem;
}

textarea {
    height: 150px;
    resize: vertical;
}

button {
    background-color: #0056b3;
    color: #fff;
    border: none;
    padding: 1rem 2rem;
    font-size: 1rem;
    cursor: pointer;
    border-radius: 5px;
    display: block;
    margin: 0 auto;
}

button:hover {
    background-color: #003d80;
}

footer {
    text-align: center;
    padding: 1rem;
    background-color: #0056b3;
    color: #fff;
}

h1 {
    text-align: center;
    color: #e74c3c;
    margin-bottom: 20px;
}

/* Conteneur des produits */
.promotion-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 20px;
}

/* Style de chaque produit */
.promotion-item {
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 10px;
    width: 300px;
    margin: 15px;
    padding: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    text-align: center;
}

/* Image du produit */
.promotion-item img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}

/* Nom du produit */
.product-name {
    font-size: 1.3em;
    margin: 15px 0;
    color: #2c3e50;
}

/* Prix avant la promotion */
.product-price-old {
    text-decoration: line-through;
    color: #7f8c8d;
    font-size: 1.1em;
}

/* Prix après la promotion */
.product-price-new {
    color: #e74c3c;
    font-size: 1.4em;
    font-weight: bold;
    margin-top: 10px;
}

/* Badge de promotion */
.promotion-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #e74c3c;
    color: white;
    padding: 5px 10px;
    font-size: 0.9em;
    font-weight: bold;
    border-radius: 5px;
}

/* Bouton d'achat */
.add-to-cart {
    display: inline-block;
    padding: 10px 20px;
    background-color: #27ae60;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 10px;
}

.add-to-cart:hover {
    background-color: #2ecc71;
}