body{
  height: auto;
}
.menu {
  background-color: #fff;
}

.menu .navbar-nav a {
  color: black!important;
  font-size: 20px;
}

.nav-item {
  padding: 1%;
}

.navbar-nav {
  width: 100%;
}

h1 {
  font-family: 'Lato', sans-serif!important;
}

.list-group-item {
  background-color: transparent!important;
}

.list-group-item:hover {
  background-color: #5f727d!important;
  border-radius: 3px;
  color: floralwhite!important;
}

.site-links li {
  display: block;
}

.site-links a {
  color: black;
  padding-right: 30px;
  padding-top: 7%;
}

.site-links a:hover {
  text-decoration: none;
  color: floralwhite;
}

.social li {
  display: inline;
}

.social li a {
  color: antiquewhite!important;
  text-decoration: underline;
}

.social li a {
  color: black!important;
}

img {
  width: 100%;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0!important;
  padding-left: 0!important;
}

.bg {
  background-image: url(images/11.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
}

.text li {
  display: inline;
}

.topHead {
  background-color: black;
  position: fixed;
  width: 100%;
  z-index: 100;
  /* Ajoutez cette ligne */
}

//* Ajouter un padding de 10px à vos <div class="w3-col s4"> */
.w3-col.s4 {
  padding: 10px;
}

/* Faire en sorte que les deux sections prennent toute la page */
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

.w3-row {
  min-height: 100%;
}

/* Ajouter la bande "Copyright" en bas du site */
.footer {
  background-color: #fff;
  text-align: center;
  padding: 1%;
  display: flex;
  position: absolute;
  width: 100%;
  box-shadow: 0 0 45px rgb(0 0 0 / 95%);
  flex-direction: column;
}

.menu {
  display: flex;
  top: 0%;
  position: absolute;
  width: 100%;
  /* height: 100%; */
  border-radius: 4px;
  box-shadow: 0 0 45px rgb(0 0 0 / 95%);
  transition: ease-in all 0.3s;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
}

/* Ajouter une classe "collapsed" pour masquer le header en mode mobile */
.topHead.collapsed {
  height: 0;
  padding: 0;
  overflow: hidden;
}

.topHead a {
  padding: 3px;
  color: white;
}

/* Styliser les div "const" pour qu'elles s'adaptent en mode mobile */
.const {
  position: relative;
  padding: 40px 20px;
  background: #bbbbbb;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: ease-in all 0.3s;
  margin-bottom: 20px;
}

/* Utilisez les classes de Bootstrap pour définir la mise en page responsive des div */
@media (max-width: 767px) {
  .const {
    padding: 20px;
  }
  .navbar{
    top:6%;
  }
  .siteCompta {
    margin: 0px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .const {
    padding: 30px;
  }
}

/* Ajouter un effet de transition lorsque la carte est survolée */
.const:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

/* Styliser le contenu de la carte (paragraphe, titres, etc.) */
.const p {
  font-size: 16px;
  line-height: 1.6;
  color: #ffff;
}

.const h3 {
  font-size: 24px;
  font-weight: bold;
  color: #222;
  margin-bottom: 10px;
}

/* Styliser les liens de la carte */
.const a {
  color: #007bff;
  text-decoration: none;
}

.const a:hover {
  text-decoration: underline;
}

/* Ajouter le texte qui sort au survol */
.const::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 14px;
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.3s, transform 0.3s;
}

.const:hover::after {
  opacity: 1;
  transform: translateY(0);
}

/* Ajouter le texte qui sort au survol */
.hover-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  background-color: rgb(0 0 0 / 43%);
  color: #fff;
  font-size: 14px;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s, transform 0.3s;
}

.const:hover .hover-text {
  opacity: 0;
  transform: translateY(100%);
}

.w3-rest {
  padding-top: 0px;
}

.carousel-inner {
  border-radius: 10px;
}


.sidebar {
    height: 900px;
    width: 18%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #fff;
    /* overflow-x: hidden; */
    transition: 0.5s;
    padding-top: 61px;
    overflow: hidden;
    margin: 0;
    padding-bottom: 28px;
  }

.sidebar a {
  font-size: 15px;
  display: flex;
  transition: 0.3s;
  flex-direction: column;
}

.sidebar a:hover {
  color: #f1f1f1;
}

.sidebar .closebtn {
  display: none; /* Hide the close button by default */
}

.openbtn {
  display: none; /* Hide the open button by default */
}

#main {
  transition: margin-left 0.5s;
  /* padding: 16px; */
  margin-left: 18%;
}

.site-links{
  display: flex;
  align-items: center;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  #main {
    margin-left: 40%;
  }
}

@media screen and (max-width: 650px) {
  #main {
    margin-left: 45%;
  }
  .sidebar {
    width: 45%;
  }
}

/* On smaller screens, hide the sidebar by default and show the open button */
@media screen and (max-width: 468px) {
  .sidebar {
    /* display: none; */
    width: 0px; /* Change the default width here */
  }

  .sidebar a {
    font-size: 18px;
  }

  .sidebar .closebtn {
    display: block;
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }

  .openbtn {
    display: block;
    font-size: 20px;
    cursor: pointer;
    background-color: #111;
    color: white;
    padding: 10px 15px;
    border: none;
    z-index: 2;
    top: 10px;
    left: 10px;
  }
  .menu{
    display: none;
    justify-content: space-around;
  }

  #main {
    margin-left: 0%; /* Reset the margin for small screens */
  }
  .contentDiv{
    padding-top: 15%;
  }
}


/** contact section **/

.contact {
     background: #fff;
     margin-top: 90px;
}

.contact .titlepage {
     text-align: left;
}

.main_form {
     padding: 40px 80px;
     background: #fff;
     box-shadow: 0 0 250px rgba(3, 3, 3, 0.15);
}

.main_form .contactus {
     border: #fff solid 1px;
     padding: 0px 20px;
     margin-bottom: 25px;
     width: 100%;
     height: 44px;
     background: #fff;
     color: #dadada;
     font-size: 17px;
     font-weight: normal;
     box-shadow: 0px 0px 18px rgba(22, 22, 23, 0.11);
}
.main_form .modifSection {
     border: #fff solid 1px;
     padding: 0px 20px;
     margin-bottom: 25px;
     width: 100%;
     height: 44px;
     background: #fff;
     font-size: 17px;
     font-weight: normal;
     box-shadow: 0px 0px 18px rgba(22, 22, 23, 0.11);
}

.main_form .textarea {
     border: #fff solid 1px;
     margin-bottom: 25px;
     width: 100%;
     background: #fff;
     color: #dadada;
     font-size: 17px;
     font-weight: normal;
     padding: 25px 20px 0 20px;
     box-shadow: 0px 0px 18px rgba(22, 22, 23, 0.11);
     height: 86px;
}

.main_form .send_btn {
     font-size: 20px;
     transition: ease-in all 0.5s;
     background-color: #161825;
     text-transform: uppercase;
     color: #fff;
     padding: 8px 0px;
     max-width: 144px;
     width: 100%;
     display: block;
     margin-top: 10px !important;
     font-weight: 500;
}

.main_form .send_btn:hover {
     background-color: #37517e;
     transition: ease-in all 0.5s;
     color: #fff;
}

#request *::placeholder {
     color: #dadada;
     opacity: 1;
}

#main{
  min-height: 878px;
}

.back_re {
     background-color: #fff;
     border-radius: 5px 0 0 0;
     box-shadow: 9px -2px 6px rgb(0 0 0 / 50%);
     margin-bottom: 15px;
}

.back_re .title {
     text-align: center;
}

.back_re .title h2 {
   color: black;
   font-size: 40px;
   padding: 25px 0;
   font-weight: 600;
   text-transform: uppercase;
   line-height: 35px;
}

.qui-sommes-nous{
    padding: 2rem 0 3rem 0;
    border-bottom: 2px solid #35b096;
    text-align: center;
    width:90%;
    font-size: 20px;
}

.en-tete-a-propos{
    margin: 2rem 3rem;
}

.container-a-propos{
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
}

.a-propos-item{
    margin: 0rem -5rem 3rem 5rem;
}

.titre-a-propos{
    font-size: 23px;
    padding: 1.3rem 0;
    font-weight: 600;
    text-transform : uppercase;
    border-bottom: 1px solid #35b096;
    text-align: center;
}

.text-a-propos{
    width:80%;
    font-size: 20px;
    z-index:1;
    padding: 2rem;
    background-color:#ffffffd4;
    border-radius: 7px;
    box-shadow: 0 5px 20px rgba(0,0,0,.3);

}

.text-a-propos.scroll-text:hover{
    transform: translateY(10px);
    transition: 0.7s ease-in-out;
}


.text-a-propos.scroll-text{
    width: 90%;
}

/* 31/01/23 */

@media only screen and (max-width: 1050px){
    .img-a-propos.middle-img{
        margin-top:-30%;
    }
}

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

    .a-propos-item{
        margin:2rem 0;
    }

    .img-a-propos{
        margin: 0;
        width: 100%;
    }

    .left{
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items:center;
    }

    .right{
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items:center;
    }

    .middle{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items:center;
    }

    .titre-a-propos{
        font-size: 23px;
        padding: 1.3rem 0;
        font-weight: 600;
        text-transform : uppercase;
        border-bottom: 1px solid #35b096;
        text-align: center;
    }

    .text-a-propos{
        width: 100%;
        font-size: 17px;
        padding: 2rem;
        box-shadow: unset;
    }

    .text-middle{
        width: 100%;
        font-size: 17px;
        text-align: left;
        box-shadow:unset;
    }

    .img-a-propos.left-img{
        margin: 0;
        width:100%;
        height:300px;
        object-fit:cover;
        border-radius: 7px;

        background-image:
        url(./images/2.jpg);
    }

    .img-a-propos.right-img{
        margin: 0;
        width:100%;
        height:300px;
        object-fit:cover;
        border-radius: 7px;

        background-image:
        url(./images/4.jpg);
    }

    .img-a-propos.middle-img{
        margin: 0;
        width: 100%;
        height:300px;
        object-fit:cover;
        object-position: 50% 50%;
        border-radius: 7px;

        background-image:
        url(./images/7.jpg);
    }

    .text-left:hover{
    transform: translateX(0);
    }

    .text-right:hover {
        transform: translateX(0);
    }

    .text-middle:hover{
        transform: translateY(0);
    }
}

.olLIst{
  width: 100%;
  display: flex;
  justify-content:center;
  flex-wrap: wrap; gap: 30px;
}

.olLIstPhoto{
  width: 100%;
  display: flex;
  justify-content:center;
  flex-wrap: wrap; gap: 30px;
}

.cardProduit{
  position: relative;
  background-color: #ddd;
  width: 30%;
  height: auto;
  box-shadow: 0 5px 20px rgb(0 0 0 / 49%);
  padding: 20px 20px 40px;
  border-radius: 10px;
}
.cardProduit:hover{
transform: translateY(10px);
transition: 0.7s ease-in-out;
}

.infoProduits{
  width: 100%;
  display: flex;
  justify-content: space-between
}
.navbar-nav li{
  box-shadow: 0 2.8px 2.2px rgb(0 0 0 / 13%),
  0 6.7px 5.3px rgb(0 0 0 / 0%),
  0 12.5px 10px rgb(0 0 0 / 0%),
  0 22.3px 17.9px rgba(0, 0, 0, 0.072),
  0 41.8px 33.4px rgb(0 0 0 / 4%),
  0 100px 80px rgb(0 0 0 / 6%);
      border-radius: 5px;
}
.picZoomer{
position: relative;
/*margin-left: 40px;
padding: 15px;*/
}
.picZoomer-pic-wp{
position: relative;
overflow: hidden;
text-align: center;
}
.picZoomer-pic-wp:hover .picZoomer-cursor{
display: block;
}
.picZoomer-zoom-pic{
position: absolute;
top: 0;
left: 0;
}
.picZoomer-pic {
margin: auto;
width: 100%;
height: 100%;
object-fit: contain;
}
.picZoomer-zoom-wp{
display: none;
position: absolute;
z-index: 999;
overflow: hidden;
border:1px solid #eee;
height: 460px;
margin-top: -19px;
}
.picZoomer-cursor{
display: none;
cursor: crosshair;
width: 100px;
height: 100px;
position: absolute;
top: 0;
left: 0;
border-radius: 50%;
border: 1px solid #eee;
background-color: rgba(0,0,0,.1);
}
.picZoomCursor-ico{
width: 23px;
height: 23px;
position: absolute;
top: 40px;
left: 40px;
background: none;
}
.my_img {
vertical-align: middle;
position: absolute;
top: 0;
bottom: 0;
margin: auto;
height: 100%;
}
.piclist li{
display: inline-block;
width: 90px;
height: 11%;
border: 1px solid #eee;
}
.piclist li img{
width: 97%;
height: auto;
}

/* custom style */
.picZoomer-pic-wp,
.picZoomer-zoom-wp{
border: 1px solid #eee;
}



section {
padding: 20px 0;
box-shadow: 10px 10px 5px #fff;

}
.row-sm .col-md-6 {
padding-left: 5px;
padding-right: 5px;
}

/*===pic-Zoom===*/
._boxzoom .zoom-thumb {
width: 90px;
display: inline-block;
vertical-align: top;
margin-top: 0px;
}
._boxzoom .zoom-thumb ul.piclist {
padding-left: 0px;
top: 0px;
}
._boxzoom ._product-images {
width: 97%;
display: inline-block;
}
._boxzoom ._product-images .picZoomer {
width: 100%;
}
._boxzoom ._product-images .picZoomer .picZoomer-pic-wp img {
left: 0px;
}
._boxzoom ._product-images .picZoomer img.my_img {
width: 100%;
}
.piclist li img {
height:100px;
object-fit:cover;
}

/*======products-details=====*/
._product-detail-content {
background: #fff;
padding: 15px;
border: 1px solid lightgray;
}
._product-detail-content p._p-name {
color: black;
font-size: 20px;
border-bottom: 1px solid lightgray;
padding-bottom: 12px;
}
.p-list span {
margin-right: 15px;
}
.p-list span.price {
font-size: 15px;
color: #318234;
}
._p-qty > span {
color: black;
margin-right: 15px;
font-weight: 500;
}
._p-qty .value-button {
display: inline-flex;
border: 0px solid #ddd;
margin: 0px;
width: 30px;
height: 35px;
justify-content: center;
align-items: center;
background: #fd7f34;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
color: #fff;
}

._p-add-cart {
margin-left: 0px;
margin-bottom: 15px;
}
.p-list {
margin-bottom: 10px;
}
._p-features > span {
display: block;
font-size: 16px;
color: #000;
font-weight: 500;
}
._p-add-cart .buy-btn {
background-color: #fd7f34;
color: #fff;
}
._p-add-cart .btn {
text-transform: capitalize;
padding: 6px 20px;
/* width: 200px; */
border-radius: 52px;
}
._p-add-cart .btn {
margin: 0px 8px;
}

/*=========Recent-post==========*/
.title_bx h3.title {
font-size: 22px;
text-transform: capitalize;
position: relative;
color: #fd7f34;
font-weight: 700;
line-height: 1.2em;
}
.title_bx h3.title:before {
content: "";
height: 2px;
width: 20%;
position: absolute;
left: 0px;
z-index: 1;
top: 40px;
background-color: #fd7f34;
}
.title_bx h3.title:after {
content: "";
height: 2px;
width: 100%;
position: absolute;
left: 0px;
top: 40px;
background-color: #ffc107;
}



._p-qty .decrease_ {
position: relative;
right: -5px;
top: 3px;
}

._p-qty .increase_ {
position: relative;
top: 3px;
left: -5px;
}

@media screen and (max-width: 668px) {
  .olLIst {
    width: 100%;
  }
  .olLIstPhoto{
    width: 100%;
  }
  .cardProduit{
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .olLIst {
    width: 100%;
  }
  .olLIstPhoto {
    width: 100%;
  }
  .cardProduit{
    width: 100%;
  }
}


ul.modifSectionBtn {
  background-color: orange;
  padding: 14px;
  list-style: none;
}

ul.modifSectionBtn li a {
     color: #161825;
}

ul.modifSectionBtn li a:hover {
     color: #161825;
}

.containerRealisations{
	display: flex;
	flex-direction: column;
	padding: 3rem;
	/* justify-content:space-between; */
	gap: 30px;
}

.site{
	box-shadow: 0 5px 20px rgba(0,0,0,.3);
	padding: 20px;
	border-radius: 10px;
	background-color: #fff;
}

.siteCompta{
	display: flex;
	flex-direction: row;
	/* margin: 0 2rem; */
}

.infoCompta{
	display:flex;
	flex-direction:column;
}

.titreCompta{
}

.descCompta{
	width:80%;
}

ul.listServCompta{
	margin: 2rem 0
}


li.infoListCompta {
	width: unset;
	height: unset;
	margin: 0 2rem 0;
	padding:unset;
	box-shadow:unset;
	border-radius:unset;
	overflow:unset

}

.imgCompta{
}


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

	.site{
		display: flex;
		flex-direction: column;
		justify-content:center;
		align-items:center;
	}

	.infoCompta{
		width: 100%;
		display: flex;
	}

	p, .desCompta{
	width:100%;
}
}

.deleteDiv{
  padding: 14px;
width: 15%;
border-style: none;
background: red;
}

.modifSectionBtn{
  width: 35%;
  margin: auto;
  margin: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
}

  .image-container {
    position: relative;
    width: 100%;
  }

  .image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 27%); /* Adjust the alpha value (0 to 1) to control the transparency */
  }

  .search-bar input,
  .search-btn,
  .search-btn:before,
  .search-btn:after {
  transition: all 0.25s ease-out;
  }
  .search-bar input,
  .search-btn {
  width: 3em;
  height: 3em;
  }
  .search-bar input:invalid:not(:focus),
  .search-btn {
  cursor: pointer;
  }
  .search-bar,
  .search-bar input:focus,
  .search-bar input:valid  {
  width: 100%;
  }
  .search-bar input:focus,
  .search-bar input:not(:focus) + .search-btn:focus {
  outline: transparent;
  }
  .search-bar {
  margin: auto;
  margin-left: 50%;
  padding: 1.5em;
  justify-content: center;
  max-width: 30em;
  }
  .search-bar input {
  margin-left: -45%;
  background: transparent;
  border-radius: 1.5em;
  box-shadow: 0 0 0 0.4em #black inset;
  padding: 0.75em;
  transform: translate(0.5em,0.5em) scale(0.5);
  transform-origin: 100% 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  }
  .search-bar input::-webkit-search-decoration {
  -webkit-appearance: none;
  }
  .search-bar input:focus,
  .search-bar input:valid {
  background: #fff;
  border-radius: 0.375em 0 0 0.375em;
  box-shadow: 0 0 0 0.1em #d9d9d9 inset;
  transform: scale(1);
  }
  .search-btn {
  background: #black;
  border-radius: 0 0.75em 0.75em 0 / 0 1.5em 1.5em 0;
  padding: 0.75em;
  position: relative;
  transform: translate(0.25em,0.25em) rotate(45deg) scale(0.25,0.125);
  transform-origin: 0 50%;
  }
  .search-btn:before,
  .search-btn:after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  }
  .search-btn:before {
  border-radius: 50%;
  box-shadow: 0 0 0 0.2em black inset;
  top: 0.75em;
  left: 0.75em;
  width: 1.2em;
  height: 1.2em;
  }
  .search-btn:after {
  background: #f1f1f1;
  border-radius: 0 0.25em 0.25em 0;
  top: 51%;
  left: 51%;
  width: 0.75em;
  height: 0.25em;
  transform: translate(0.2em,0) rotate(45deg);
  transform-origin: 0 50%;
  }
  .search-btn span {
  display: inline-block;
  overflow: hidden;
  width: 1px;
  height: 1px;
  }

  /* Active state */
  .search-bar input:focus + .search-btn,
  .search-bar input:valid + .search-btn {
  background: #6c757d;
  border-radius: 0 0.375em 0.375em 0;
  transform: scale(1);
  }
  .search-bar input:focus + .search-btn:before,
  .search-bar input:focus + .search-btn:after,
  .search-bar input:valid + .search-btn:before,
  .search-bar input:valid + .search-btn:after {
  opacity: 1;
  }
  .search-bar input:focus + .search-btn:hover,
  .search-bar input:valid + .search-btn:hover,
  .search-bar input:valid:not(:focus) + .search-btn:focus {
  background: #0c48db;
  }
  .search-bar input:focus + .search-btn:active,
  .search-bar input:valid + .search-btn:active {
  transform: translateY(1px);
  }

  @media screen and (prefers-color-scheme: dark) {

  .search-bar input {
    box-shadow: 0 0 0 0.4em #f1f1f1 inset;
  }
  .search-bar input:focus,
  .search-bar input:valid {
    background: #3d3d3d;
    box-shadow: 0 0 0 0.1em #3d3d3d inset;
  }
  .search-btn {
    background: #f1f1f1;
  }
  }

  .btn-contact{
		background-color: #35b096;
		padding: 8px 20px;
		border: 0;
		border-radius: 7px;
		color: #fff;
		margin-top: 2rem;
	}

	.btn-contact:hover{
		background-color: #2D9D86;
	}

	.type-contact{
		margin: -10px -50px 0 -50px;
	}

	.list-type-contact{
		display: flex;
		justify-content:space-between;
		border-radius: 7px 0 0 0;
	}

	.item-type-contact{
		width: 100%;
		list-style: none;
		text-align: center;
		color: #333;
		font-weight: 600;
		padding: 10px 10px;
		cursor: pointer;
	}

	.item-type-contact:hover{
		color: #35b096;
	}

	.client{
		border-radius: 7px 0 0 0;
		box-shadow: inset -2px -2px 6px rgb(0 0 0 / 35%);
	}

	.candidat{
			box-shadow: inset 2px -2px 6px rgb(0 0 0 / 35%);
	}

	.active-contact{
		font-size: 17px;
		color: #35b096;
		box-shadow: unset;
	}
  .carousel-item {
    position: relative;
  }

  .carousel-item img {
    width: 100%;
    height: 500px; /* Adjust the height as needed */
    object-fit: cover;
  }

  .hover-text-carousel {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .hover-text-carousel h4,
  .hover-text-carousel p {
    margin: 0;
  }

  .hover-text-carousel .buttons {
    margin-top: 10px;
  }

  .hover-text-carousel .buttons button {
    margin-right: 10px;
  }
  .buttons a{
    padding: 11px;
    margin: 10px;
    color: #fff;
    text-decoration: none;
    background-color: #084e77;
  }
