
.dashes {
    white-space: nowrap;
    font-size: 35px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
    color: rgb(211, 242, 220);
    margin-top: -5px;
}
.dashesy {
    margin-left: 3px;
    writing-mode: vertical-lr;
    white-space: nowrap;
    font-size: 35px;
    flex-direction: column !important; 
    justify-content: center; 
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px;
    color: rgb(211, 242, 220);
    margin-top: -3px;
}
.table_card{
    padding: 15px 9%;
}


table {
    border-collapse: separate;
    border-spacing: 10px; /* Espace entre les <td> */
}
.td_card_service {
    border: 2px solid rgb(241, 244, 245);
    border-radius: 5px;
    width: 124px;
    height: 113px;
}
.td_icon {
    position: relative; 
    top: -2px; 
    left: 36px; 
    width: 45px; 
    height: 45px; 
    border-radius: 50%; 
    border: 1px solid grey; 
    background-color: rgb(243 240 240);
    margin-top: -19px;
    padding-top: 8px; 
    padding-left: 9px;
}
.td_icon_2_ligne {
    position: relative; 
    top: 12px; 
    left: 36px; 
    width: 45px; 
    height: 45px; 
    border-radius: 50%; 
    border: 1px solid grey; 
    background-color: rgb(243 240 240);
    margin-top: -19px;
    padding-top: 8px; 
    padding-left: 9px;
}
.td_icon_16_ligne {
    position: relative; 
    top: 3px; 
    left: 36px; 
    width: 45px; 
    height: 45px; 
    border-radius: 50%; 
    border: 1px solid grey; 
    background-color: rgb(243 240 240);
    margin-top: -19px;
    padding-top: 8px; 
    padding-left: 9px;
}

.td_icon_mobile {
    position: relative; 
    top: 25px;
    left: 25px;
    width: 45px; 
    height: 45px; 
    border-radius: 50%; 
    border: 1px solid grey; 
    background-color: rgb(243 240 240);
    margin-top: -19px;
    padding-top: 8px; 
    padding-left: 9px;
}

.td_icon_mobile2 {
    position: relative; 
    top: 27px;
    left: 25px;
    width: 45px; 
    height: 45px; 
    border-radius: 50%; 
    border: 1px solid grey; 
    background-color: rgb(243 240 240);
    margin-top: -19px;
    padding-top: 8px; 
    padding-left: 9px;
}

.td_icon_mobile3 {
    position: relative; 
    top: 29px;
    left: 25px;
    width: 45px; 
    height: 45px; 
    border-radius: 50%; 
    border: 1px solid grey; 
    background-color: rgb(243 240 240);
    margin-top: -19px;
    padding-top: 8px; 
    padding-left: 9px;
}
.td_icon_mobile7 {
    position: relative; 
    top: 31px;
    left: 25px;
    width: 45px; 
    height: 45px; 
    border-radius: 50%; 
    border: 1px solid grey; 
    background-color: rgb(243 240 240);
    margin-top: -19px;
    padding-top: 8px; 
    padding-left: 9px;
}

.row_service {
    margin-top: 50px;
}


	.container {
		max-width: 1200px;
		margin: 0 auto;
		padding: 20px 20px 40px; /* Plus de padding en bas pour la scrollbar */
	}

	.cards-wrapper {
		display: flex;
		gap: 15px;
		overflow-x: auto;
		scroll-behavior: smooth;
		padding-bottom: 10px;
	}

	/* Barre de défilement personnalisée */


	.scrollbar-thumb {
		position: absolute;
		height: 100%;
		background: #666;
		border-radius: 3px;
		cursor: grab;
		transition: width 0.2s;
	}

	.card_sevice_mobile {
		min-width: 95px;
		min-height: 100px;
		background: #fff;
		border-radius: 8px;
		box-shadow: 0 2px 4px rgba(0,0,0,0.1);
		justify-content: center;
		font-size: 15px;
		transition: transform 0.2s;
	}

	.card_sevice_mobile:hover {
		transform: translateY(-5px);
	}

    @media (max-width: 768px) {
        .row_service {
            margin-top: 50px;
            margin-right: 0px !important;
            margin-left: 2px;
        }
    }
	@media (min-width: 768px) {

		.cards-wrapper {
			flex-wrap: wrap;
			justify-content: center;
			overflow-x: visible;
		}
		
		.card_sevice_mobile {
			min-width: 180px;
		}

		.scrollbar-track {
			display: none; /* Cacher la barre sur desktop */
		}
	}

    .mobile_service {
        display: none;
    }
	.circle_icon {
		border-radius: 50%; 
		border: 1px solid #b3b1b1;  
		width: 45px; 
		height: 45px; 
		padding-top: 4px; 
		padding-left: 4px;
	}

	@media (max-width: 900px) {
		.table-container-icon {
			display: none !important;
		}
        .mobile_service {
            display: block;
        }
	}

