/* contact */

body {
	background: #202124;
}

#contact_us {
	height: 55vh;
	padding: 5rem 0;
	background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
		url(/assets/imgs/gallery/gallery_5.jpg) no-repeat center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}

main {
	padding: 2rem 0;
}

#contact_us .title {
	color: #b46731;
	padding: 2.5rem 5rem;
	background: conic-gradient(from 90deg at 2px 2px, #0000 90deg, #b46731 0)
		0.45em 0.45em / calc(100% - 3rem) calc(100% - 3rem);
	transition: 0.3s linear;
	outline: 1px solid #0000;
	outline-offset: 0.5em;
	border: 0;
	user-select: none;
}

#contact_us .title:hover {
	outline-color: #b46731;
	outline-offset: 0.08em;
	background: conic-gradient(from 90deg at 2px 2px, #0000 90deg, #b46731 0)
		0px 0px / calc(100% - 3px - 2 * 0px) calc(100% - 3px - 2 * 0px);
}

.getIntouch,
.connect,
.findUs {
	padding: 2rem 0;
}

.contacts_container {
	padding-block: 3rem;
	display: flex;
	justify-content: center;
	gap: 3rem;
}

.contacts_container > div:nth-child(2) {
	padding-inline: 1.5rem;
	border-inline: 2px solid #17a3ad;
}

.bx-circle {
	color: #cacaca;
}

.subtitle {
	color: #cacaca;
}

.unederlined_paragraph > span:not(.bx-circle) {
	background: #cacaca;
	filter: drop-shadow(1px 1px 1px #cacaca);
}

.formulaires_contact {
	padding: 3rem 0;
}

.box_form {
	width: 50%;
}

.circles_icons {
	padding-top: 3rem;
}

.getIcons i {
	font-size: 1.3rem;
	padding-block: 1rem;
}

form {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 1rem;
	padding-top: 3rem;
}

.form_container {
	display: flex;
	justify-content: center;
	width: 100%;
}

.contact_input,
.contact_textarea {
	background: transparent;
	border: 2px solid #65d9d473;
	border-radius: 5px;
	width: 50%;
	padding: 1rem;
}

.contact_input:focus,
.textarea:focus {
	outline: none;
	color: #ffffff;
}

.contact_textarea {
	height: 120px;
}

.contact_input::placeholder,
.contact_textarea::placeholder {
	color: #e1dedcd6;
}

.btn_send {
	width: 50%;
}

#submit_btn {
	width: 50%;
	background: #369ca18c;
	border: none;
	color: #ffffffe8;
	text-shadow: 0px 1px 1px #7e7d7d;
}

.icons_contacts {
	display: flex;
	gap: 3rem;
	justify-content: center;
	padding-block: 3rem;
}

.medias_icons_contact {
	color: #17a3ad;
	filter: drop-shadow(1px 1px 2px #17a3ad);
	font-size: 2.5rem;
	transform: translate(1);
	transition: 0.3s ease-in-out;
}

.medias_icons_contact:hover {
	transform: scale(1.1);
}

.findUs .title_wrapper .findUs > h2 {
	padding-block: 2rem;
}

.map {
	padding-bottom: 2rem;
}

@media (max-width: 768px) {
	.contacts_container {
		flex-direction: column;
	}

	.contacts_container > div:nth-child(2) {
		border-inline: none;
	}

	#contact_us .title {
		color: #b46731;
		padding: 2rem;
	}

	.icons_contacts {
		gap: 1rem;
	}

	.box_form {
		width: 95%;
	}

	.btn_send {
		width: 100%;
	}

	#submit_btn {
		width: 100%;
	}

	.contact_input,
	.contact_textarea {
		width: 100%;
	}
}
