.tt-contact-form {
    margin-top: 5em;
    margin-bottom: 5em;
}

.tt-services-section {
    margin-bottom: 6em;
}

.portfolio-area .portfolio-grid-item {
    margin-top: -3em !important;
}

.portfolio-area .portfolio-list {
    margin-bottom: 60px;
}

.portfolio-item {
    height: 300px !important;
}

.portfolio-item img {
    height: 100% !important;
    object-fit: cover;
}

.blog-image img {
    width: 100%;
    object-fit: cover;
}

.widget-area .widget_techvio_posts_thumb .item .thumb img {
    width: 100%;
    object-fit: cover;
}

.feature-single-item {
    height: 380px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    padding: 20px;
    background: linear-gradient(135deg, #a3d5ff, #f8f9fa, #126DA2);;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.feature-single-item img {
    width: 80px; /* Taille uniforme pour les icônes */
    height: 80px;
    margin-bottom: 15px;
}
.feature-single-item h3 {
    font-size: 1.5rem;
    margin: 10px 0;
}
.feature-single-item p {
    margin: 10px 0;
}

.workprocess-single-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%; /* Assure une taille cohérente */
    min-height: 350px; /* Ajustez cette valeur en fonction de votre design */
    padding: 20px;
    background: radial-gradient(circle, #a3d5ff, #f8f9fa);
    border: 1px solid #eaeaea;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.workprocess-single-item:hover {
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}

.workprocess-info {
    text-align: center;
}

.workprocess-number-bg {
    margin-top: auto; /* Place le numéro en bas de chaque bloc */
}


.single-services-item {
    flex-direction: column;
    justify-content: space-between; /* Pousse le bouton en bas */
    min-height: 320px; /* Hauteur minimale */
    max-height: 450px; /* Hauteur maximale */
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.blog-single-item {
    min-height: 550px; /* Assurez-vous de choisir une hauteur adaptée à votre contenu */
    max-height: 550px;
    flex-direction: column; /* Pour aligner le contenu verticalement */
    justify-content: space-between; /* Espacement pour un alignement propre */
}

.contact-info-content {
    min-height: 200px; /* Hauteur minimale pour garantir une uniformité */
    max-height: 200px; /* Facultatif : limite la hauteur */
    display: flex;
    flex-direction: column; /* Aligne les éléments verticalement */
    justify-content: center; /* Centre le contenu verticalement */
    text-align: center; /* Aligne le texte au centre */
    padding: 20px; /* Ajoute un espacement interne pour un design propre */
}

.portfolio-grid-item {
    max-height: 400px; /* L'image s'ajuste à la hauteur */
    min-height: 400px; /* L'image s'ajuste à la largeur */
}

.single-services-three-item {
	position: relative;
	z-index: 1;
	display: block;
	text-align: left;
	padding: 35px 30px;
	border-radius: 5px;
	background-color: #ffffff;
    -webkit-box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, 0.12);
    -moz-box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, 0.12);
    box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, 0.12);
    -webkit-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
	margin-top: 30px;
}

.single-services-three-item .services-icon i{
	/* position: relative;
	width: 50px;
	height: 50px;
    display: inline-block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-bottom: 25px;
    will-change: transform; */
    font-size: 36px;
}

.single-services-three-item h3 {
	font-size: 20px;
    font-weight: 700;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
	margin-bottom: 0;
}

.single-services-three-item h3 a {
	display: inline-block;
}

.single-services-three-item p {
	font-size: 16px;
    -webkit-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
    will-change: transform;
	margin-top: 20px;
	margin-bottom: 20px;
    min-height: 80px;
}

.services-three-content .features-list {
    padding: 5px 0;
    border-top: 2px solid #e6e5f1;
    border-bottom: 2px solid #e6e5f1;
    margin-bottom: 20px;
    min-height: 270px;
}

.services-three-content .features-list li {
	position: relative;
    color: #5f5f5f;
    font-size: 16px;
    padding-left: 20px;
    margin: 10px 0;
}

.services-three-content .features-list li:before {
	content: "";
	position: absolute;
    left: 0;
    top: 8px;
    width: 7px;
    height: 7px;
	border-radius: 10px;
    background-color: #7b68ee;
}

.single-services-three-item:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}

.twof {
    background: linear-gradient(to right, #FF8A65, #FF5722, #E64A19);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

.technologies {
    color: #126DA2; /* Bleu */
    font-weight: bold;
}

.bg-primary
{
    background: linear-gradient(to right, #32A3DB, #126DA2) !important;
}

