/* ==================================================
   ALC CONTACT
================================================== */

.alc-contact {
	--alc-contact-orange: #f85903;
	--alc-contact-orange-dark: #dc4e00;
	--alc-contact-black: #111;
	--alc-contact-text: #444;
	--alc-contact-muted: #737373;
	--alc-contact-background: #f5f5f5;
	--alc-contact-border: #e6e6e6;
	--alc-contact-white: #fff;
	--alc-contact-radius: 20px;
	--alc-contact-shadow: 0 12px 35px rgba(0, 0, 0, .08);

	width: 100%;
	max-width: 1480px;
	margin: 0 auto;
	padding: 55px 30px 80px;
	box-sizing: border-box;
	color: var(--alc-contact-text);
}


/* ==================================================
   EN-TÊTE
================================================== */

.alc-contact__header{

    position:relative;

    margin:15px 0 40px;

    padding:26px 35px;

    background:var(--alc-contact-white);

    border-left:8px solid var(--alc-contact-orange);

    border-radius:22px;

    box-shadow:var(--alc-contact-shadow);

    text-align:center;

}

.alc-contact__eyebrow{

    margin:0;

    font-size:18px;

    font-weight:700;

    text-transform:uppercase;

    letter-spacing:2px;

    color:var(--alc-contact-muted);

}

.alc-contact__title{

    margin-top:10px;

    font-size:44px;

    font-weight:900;

    line-height:1;

    text-transform:uppercase;

    color:var(--alc-contact-orange);

}

.alc-contact__intro{

    max-width:900px;

    margin:20px auto 0;

    color:var(--alc-contact-text);

    font-size:17px;

    line-height:1.8;

    text-align:center;

}


/* ==================================================
   ONGLETS
================================================== */

.alc-contact__tabs {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	max-width: 760px;
	margin: 0 auto 40px;
	padding: 7px;
	border: 1px solid var(--alc-contact-border);
	border-radius: 18px;
	background: var(--alc-contact-white);
	box-shadow: 0 8px 24px rgba(0, 0, 0, .05);
}

.alc-contact__tab {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 58px;
	padding: 12px 18px;
	border: 0;
	border-radius: 12px;
	background: transparent;
	color: var(--alc-contact-black);
	font: inherit;
	font-weight: 750;
	cursor: pointer;
	transition:
		background-color .2s ease,
		color .2s ease,
		transform .2s ease,
		box-shadow .2s ease;
}

.alc-contact__tab i {
	color: var(--alc-contact-orange);
	font-size: 1.05rem;
}

.alc-contact__tab:hover {
	background: rgba(248, 89, 3, .07);
}

.alc-contact__tab.is-active {
	background: var(--alc-contact-orange);
	color: var(--alc-contact-white);
	box-shadow: 0 8px 20px rgba(248, 89, 3, .24);
}

.alc-contact__tab.is-active i {
	color: var(--alc-contact-white);
}

.alc-contact__tab:focus-visible {
	outline: 3px solid rgba(248, 89, 3, .30);
	outline-offset: 3px;
}


/* ==================================================
   CONTENU ET PANNEAUX
================================================== */

.alc-contact__content {
	width: 100%;
}

.alc-contact__panel[hidden] {
	display: none;
}

.alc-contact__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 290px;
	align-items: start;
	gap: 28px;
	width: 100%;
}

.alc-contact__main {
	width: 100%;
	min-width: 0;
}

.alc-contact__aside {
	display: grid;
	gap: 22px;
	width: 100%;
}


/* ==================================================
   CARTES
================================================== */

.alc-contact__card,
.alc-contact__info-card,
.alc-contact__coming-soon {
	border: 1px solid var(--alc-contact-border);
	border-top: 4px solid var(--alc-contact-orange);
	border-radius: var(--alc-contact-radius);
	background: var(--alc-contact-white);
	box-shadow: var(--alc-contact-shadow);
	box-sizing: border-box;
}

.alc-contact__card {
	width: 100%;
	padding: 38px 40px 42px;
}

.alc-contact__card-heading {
	display: flex;
	align-items: flex-start;
	gap: 18px;
	margin-bottom: 30px;
	padding-bottom: 26px;
	border-bottom: 1px solid var(--alc-contact-border);
}

.alc-contact__card-icon,
.alc-contact__info-icon,
.alc-contact__coming-icon {
	display: inline-flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: rgba(248, 89, 3, .10);
	color: var(--alc-contact-orange);
	font-size: 1.2rem;
}

.alc-contact__card-heading h2,
.alc-contact__info-card h2,
.alc-contact__coming-soon h2 {
	margin: 0;
	color: var(--alc-contact-black);
	font-size: 1.55rem;
	font-weight: 800;
	line-height: 1.25;
}

.alc-contact__card-heading p {
	margin: 7px 0 0;
	color: var(--alc-contact-muted);
	font-size: 1rem;
	line-height: 1.65;
}


/* ==================================================
   COLONNE LATÉRALE
================================================== */

.alc-contact__info-card {
	width: 100%;
	padding: 27px 24px;
}

.alc-contact__info-card h2 {
	margin-top: 18px;
	font-size: 1.22rem;
}

.alc-contact__info-card address {
	margin: 12px 0 20px;
	color: var(--alc-contact-muted);
	font-style: normal;
	line-height: 1.75;
}

.alc-contact__link {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	color: var(--alc-contact-orange);
	font-weight: 750;
	text-decoration: none;
}

.alc-contact__link i {
	font-size: .8rem;
	transition: transform .2s ease;
}

.alc-contact__link:hover {
	color: var(--alc-contact-black);
	text-decoration: none;
}

.alc-contact__link:hover i {
	transform: translateX(4px);
}


/* ==================================================
   CONTACT FORM 7
================================================== */

.alc-contact__form {
	width: 100%;
}

.alc-contact .wpcf7,
.alc-contact .wpcf7-form,
.alc-contact .alc-cf7 {
	width: 100%;
	margin: 0;
}

.alc-contact .wpcf7-form {
	display: block;
}

.alc-contact .wpcf7-form > p {
	margin: 0;
}

.alc-contact .alc-cf7__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px 24px;
	width: 100%;
}

.alc-contact .alc-cf7__field {
	width: 100%;
	min-width: 0;
}

.alc-contact .alc-cf7__field--full {
	grid-column: 1 / -1;
}

.alc-contact .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
	margin: 0;
}

.alc-contact input[type="text"],
.alc-contact input[type="email"],
.alc-contact input[type="tel"],
.alc-contact input[type="url"],
.alc-contact input[type="date"],
.alc-contact select,
.alc-contact textarea {
	display: block;
	width: 100% !important;
	max-width: none !important;
	margin: 0;
	border: 1px solid #dcdcdc;
	border-radius: 12px;
	background: #fafafa;
	color: var(--alc-contact-black);
	font: inherit;
	font-size: 16px;
	box-sizing: border-box;
	outline: none;
	transition:
		border-color .2s ease,
		background-color .2s ease,
		box-shadow .2s ease;
}

.alc-contact input[type="text"],
.alc-contact input[type="email"],
.alc-contact input[type="tel"],
.alc-contact input[type="url"],
.alc-contact input[type="date"],
.alc-contact select {
	height: 58px;
	padding: 0 18px;
}

.alc-contact textarea {
	min-height: 205px;
	padding: 17px 18px;
	line-height: 1.5;
	resize: vertical;
}

.alc-contact input::placeholder,
.alc-contact textarea::placeholder {
	color: #737373;
	opacity: 1;
}

.alc-contact input[type="text"]:focus,
.alc-contact input[type="email"]:focus,
.alc-contact input[type="tel"]:focus,
.alc-contact input[type="url"]:focus,
.alc-contact input[type="date"]:focus,
.alc-contact select:focus,
.alc-contact textarea:focus {
	border-color: var(--alc-contact-orange);
	background: var(--alc-contact-white);
	box-shadow: 0 0 0 4px rgba(248, 89, 3, .11);
}


/* ==================================================
   ACCEPTATION RGPD
================================================== */

.alc-contact .alc-cf7__acceptance {
	width: 100%;
	margin-top: 22px;
	color: var(--alc-contact-text);
	font-size: 14px;
	line-height: 1.6;
}

.alc-contact .alc-cf7__acceptance .wpcf7-form-control-wrap {
	width: 100%;
}

.alc-contact .alc-cf7__acceptance .wpcf7-acceptance {
	display: block;
	width: 100%;
}

.alc-contact .alc-cf7__acceptance .wpcf7-list-item {
	display: block;
	width: 100%;
	margin: 0;
}

.alc-contact .alc-cf7__acceptance label {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	width: 100%;
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	cursor: pointer;
}

.alc-contact .alc-cf7__acceptance input[type="checkbox"] {
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	margin: 3px 0 0;
	accent-color: var(--alc-contact-orange);
}

.alc-contact .alc-cf7__acceptance .wpcf7-list-item-label {
	display: inline;
	width: auto;
	white-space: normal;
}

.alc-contact .alc-cf7__acceptance a {
	color: var(--alc-contact-orange-dark);
	font-weight: 700;
	text-decoration: none;
}

.alc-contact .alc-cf7__acceptance a:hover {
	text-decoration: underline;
}


/* ==================================================
   BOUTON D’ENVOI
================================================== */

.alc-contact .alc-cf7__submit {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
	width: 100%;
	margin-top: 24px;
}

.alc-contact input[type="submit"] {
	width: auto;
	min-width: 285px;
	min-height: 54px;
	margin: 0;
	padding: 14px 30px;
	border: 2px solid var(--alc-contact-orange);
	border-radius: 11px;
	background: var(--alc-contact-orange);
	color: var(--alc-contact-white);
	font: inherit;
	font-size: 15px;
	font-weight: 800;
	text-transform: uppercase;
	cursor: pointer;
	box-sizing: border-box;
	transition:
		background-color .2s ease,
		color .2s ease,
		transform .2s ease,
		box-shadow .2s ease;
}

.alc-contact input[type="submit"]:hover {
	background: var(--alc-contact-white);
	color: var(--alc-contact-orange);
	transform: translateY(-2px);
	box-shadow: 0 10px 24px rgba(248, 89, 3, .18);
}

.alc-contact input[type="submit"]:focus-visible {
	outline: 3px solid rgba(248, 89, 3, .28);
	outline-offset: 3px;
}

.alc-contact .wpcf7-spinner {
	margin: 0;
}


/* ==================================================
   MESSAGES CONTACT FORM 7
================================================== */

.alc-contact .wpcf7-not-valid-tip {
	display: block;
	margin-top: 7px;
	color: #c62828;
	font-size: 13px;
	font-weight: 600;
}

.alc-contact .wpcf7-response-output {
	width: 100%;
	margin: 24px 0 0 !important;
	padding: 14px 16px !important;
	border-radius: 10px;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 1.6;
}


/* ==================================================
   FORMULAIRE FUTUR
================================================== */

.alc-contact__coming-soon {
	max-width: 780px;
	margin: 0 auto;
	padding: 55px 40px;
	text-align: center;
}

.alc-contact__coming-icon {
	width: 72px;
	height: 72px;
	margin-bottom: 22px;
	font-size: 1.65rem;
}

.alc-contact__coming-soon h2 {
	font-size: 1.85rem;
}

.alc-contact__coming-soon > p:last-child {
	max-width: 580px;
	margin: 17px auto 0;
	color: var(--alc-contact-muted);
	font-size: 1.03rem;
	line-height: 1.75;
}


/* ==================================================
   RESPONSIVE TABLETTE
================================================== */

@media (max-width: 1100px) {

	.alc-contact {
		padding-right: 22px;
		padding-left: 22px;
	}

	.alc-contact__layout {
		grid-template-columns: 1fr;
	}

	.alc-contact__aside {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

}


/* ==================================================
   RESPONSIVE MOBILE
================================================== */

@media (max-width: 700px) {

	.alc-contact {
		padding: 38px 14px 55px;
	}

	.alc-contact__header {
		margin-bottom: 30px;
	}

	.alc-contact__intro {
		font-size: .98rem;
		line-height: 1.65;
	}

	.alc-contact__tabs {
		grid-template-columns: 1fr;
		margin-bottom: 28px;
	}

	.alc-contact__tab {
		min-height: 52px;
	}

	.alc-contact__card {
		padding: 26px 18px 30px;
	}

	.alc-contact__card-heading {
		flex-direction: column;
		gap: 14px;
		margin-bottom: 24px;
		padding-bottom: 22px;
	}

	.alc-contact__card-heading h2 {
		font-size: 1.35rem;
	}

	.alc-contact__aside {
		grid-template-columns: 1fr;
	}

	.alc-contact .alc-cf7__grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.alc-contact .alc-cf7__field--full {
		grid-column: auto;
	}

	.alc-contact input[type="text"],
	.alc-contact input[type="email"],
	.alc-contact input[type="tel"],
	.alc-contact input[type="url"],
	.alc-contact input[type="date"],
	.alc-contact select {
		height: 54px;
	}

	.alc-contact textarea {
		min-height: 175px;
	}

	.alc-contact .alc-cf7__submit {
		justify-content: stretch;
		flex-wrap: wrap;
	}

	.alc-contact input[type="submit"] {
		width: 100%;
		min-width: 0;
	}

	.alc-contact__coming-soon {
		padding: 40px 22px;
	}

}