.contact-us-icon {
	width: 28px;
}

.contact-us-desc {
	position: relative;
	font-size: 22px;
}

.contact-us-desc-picto {
	position: absolute;
	width: 32px;
	transform: rotate(-90deg) scaleX(-1);
}


.contact-us-texts p {
	margin-bottom: 0;
	color: #32554B;
	font-size: 16px;
}

.contact-us-texts {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

@media screen and (min-width: 993px) {
	.contact-us-texts p {
		font-size: 16px;
	}

	.contact-us-item {
		gap: 18px;
	}

	.section-contact-us {
		padding: 96px 64px;
	}

	.contact-us-icon {
		width: 28px;
	}

	.contact-us-desc-picto {
		width: 106px;
		transform: none;
		right: -30px;
	}


	.contact-us-title {
		font-size: 40px;
	}

	.contact-us-desc {
		font-size: 29px;
        font-weight: 300;
	}

	.section-contact-us {
		padding-left: 196px;
		justify-content: flex-start;
		gap: 7%;
	}

	.contact-us-head-texts {
		gap: 24px;
	}

	.contact-us-contact {
		font-size: 20px;
	}

	.contact-us-sep {
		width: 1px;
	}

	.section-contact-us,
	.contact-us-items {
		flex-direction: row;
	}

	.section-contact-us {
		padding: 64px;
	}

	.contact-us-title {
		font-size: 28px;
	}

	.contact-us-sep {
		width: 1px;
		height: 100px;
	}

	.contact-us-head-texts {
		margin-bottom: 0;
		border-left: 1px solid #32554B;
		padding-left: 24px;
	}

	.contact-us-item {
		flex-direction: column;
	}

	.contact-us-texts {
		align-items: center;
		text-align: center;
		gap: 6px;
	}


	.contact-us-contact-phone {
		font-size: 19px !important;
	}

	.section-contact-us {
		gap: 7%;
	}

	.section-contact-us-mobile {
		display: none !important;
	}
}

@media screen and (max-width: 993px) {
	/* .section-contact-us-desktop {
		display: none !important;
	} */
	.section-contact-us {
    flex-direction: column !important;
	}
	.contact-us-items {
		align-items: center;
	}
	/* .contact-us-texts {
    align-items: center;
	} */

	.contact-us-items {
		display: inline !important;
    flex-direction: column !important;
    gap: 24px !important;
    justify-content: center !important;
    align-items: center !important;
    padding-top: 30px;
	}
	.contact-us-sep {
    background: white;
    height: 2px !important;
    align-self: center;
    margin: 20px 0 !important;
	}
	.contact-us-item {
		flex-direction: row !important;
		gap: 10px;
	}
	.contact-us-icon {
    width: 38px;
}
.contact-us-texts {
	gap: 0px;
}
.contact-us-texts p {
	font-size: 14px;
}
.section-contact-us {
	background-color: #E6E6E6 !important;
	background-size: contain !important;
}
}


.contact-us-sep {
    background: white;
    height: 14vh;
    align-self: center;
}

.section-contact-us {
	    color: #32554B;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    background-color: lightgray;
    padding: 5% 11%;
    background: no-repeat url("https://www.france-herboristerie.com/themes/franceherboristerie/assets/img/fondQuestionTrue.png?format=webp");
    background-size: cover;
}

.contact-us-title {
	    font-weight: 700;
    font-style: italic;
    font-size: 30px;
}

.contact-us-head-texts {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.contact-us-items {
	display: flex;
	flex-direction: row;
	gap: 24px;
	justify-content: center;
	align-items: flex-start;
}

.contact-us-item {
	display: flex;
	flex-direction: column;
	align-items: center;
}


.contact-us-contact {
	font-weight: 700;
}

.contac-us-add {
	font-size: 14px !important;
}