/* Font pour la landing page */
.google-sans-font {
  font-family: "Google Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings:
    "GRAD" 0;
}

header {
	background: #f3f4f6;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 32px;
}

.logo {
	width: min(50%, 200px);
	padding-right: 45px;
	height: auto;
}

.title {
	font-family: "Google Sans", sans-serif;
	font-weight: 500;
	font-size: 150%;
	color: #06244b;
}

.title::after {
	content: "";
	display: block;
	width: 10%;
	height: 4px;
	margin: 25px auto 0;
	background-color: #e20d17;

}

body {
	background: #f3f4f6;
}

.main-content {
	font-family: "Google Sans", sans-serif;
	width: min(90%, 660px);
	margin: auto;
	color: #06244b;
}

.profile {
	display: flex;
	justify-content: center;
	gap: 40px;
	margin-bottom: 35px;
	text-align: center;
}

.profile-div {
	flex: 1;
}

.profile-div h1 {
	margin: 0;
	font-weight: 700;
}

.profile-div p {
	margin: 8px 0 0;
	color: #e20d17;
}

.contact-list::before {
	content: "";
	display: block;
	width: 10%;
	height: 4px;
	margin: 25px auto 0;
	background-color: #e20d17;
}

.contact-list {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.contact-button {
	display: flex;
	align-items: center;
	gap: 18px;

	min-height: 86px;
	padding: 14px 22px;

	border: 1px solid #e1e4e8;
	border-radius: 10px;

	color: #06244b;
	background-color: #f3f4f6;
	text-decoration: none;

	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);

	transition:
		transform 0.2s ease,
		box-shadow 0.2s ease;
}

.contact-button:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1);
}

.contact-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;

	width: 58px;
	height: 58px;

	border-radius: 50%;

	font-size: 1.8rem;
	font-weight: 700;
	color: #f3f4f6;
}

.contact-icon--blue {
	background-color: #06244b;
}

.contact-icon--call {
	width: 60%;
	height: 60%;
}

.contact-icon--red {
	background-color: #e20d17;
}

.contact-icon--mail {
	width: 60%;
	height: 60%;
}

.contact-icon--linkedin {
	background-color: #087eb8;
	font-family: "Google Sans", sans-serif;	
	font-size: 2.50rem;
}

.contact-icon--instagram {
	background-color: #f3f4f6;
	width: 58px;
	height: 58px;
}

.contact-icon--white {
	color: #06244b;
}

.contact-icon--contact {
	width: 110%;
	height: 110%;
}

.contact-text {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 5px;
}

.contact-text strong {
	font-size: 1.25rem;
}

.contact-text small {
	font-size: 1rem;
	color: #43536d;
}

.contact-arrow,
.contact-download {
	margin-left: auto;
	font-size: 2.5rem;
	font-weight: 300;
}

.contact-button--primary {
	border-color: #06244b;
	color: white;
	background-color: #06244b;
}

.contact-button--primary small {
	color: #dbe5f4;
}

.services {
	display: grid;
	grid-template-columns: repeat(3, 1fr);

	margin-top: 48px;
}

.service {
	padding: 10px 20px;
	text-align: center;
}

.service-devweb {
	display: block;
	width: 60px;
	height: 60px;
	margin: auto;
}

.service-infoge {
	display: block;
	width: 60px;
	height: 60px;
	margin: auto;
}

.service-software {
	display: block;
	width: 60px;
	height: 60px;
	margin: auto;
}

.service + .service {
	border-left: 1px solid #d8dde5;
}

.service-icon {
	display: block;
	min-height: 45px;
	font-size: 2.2rem;
	font-weight: 600;
}

.service h2 {
	margin: 15px 0 10px;
	font-size: 0.95rem;
	text-transform: uppercase;
}

.service p {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.6;
	color: #43536d;
}

.availability {
	display: flex;
	align-items: center;
	gap: 20px;

	margin-top: 42px;
	padding: 20px 24px;

	border: 1px solid #cfe2c9;
	border-radius: 10px;

	background-color: #f7fbf5;
}

.availability-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;

	width: 52px;
	height: 52px;

	border: 3px solid #168313;
	border-radius: 50%;

	font-size: 1.8rem;
	color: #168313;
}

.availability strong {
	display: block;
	font-size: 1.15rem;
	color: #168313;
}

.availability p {
	margin: 6px 0 0;
	color: #43536d;
}

.preparation {
	margin-top: 38px;
	text-align: center;
}

.preparation h2 {
	margin: 0;
	font-size: 1.1rem;
}

.preparation p {
	margin: 12px 0 0;
	line-height: 1.6;
	color: #43536d;
}

.preparation::after {
	content: "";
	display: block;
	width: 10%;
	height: 4px;
	margin: 25px auto 0;
	background-color: #e20d17;
}

footer {
	color: #06244b;
	padding: 32px;
}

.copyright {
	text-align: center;
	font-family: "Google Sans", sans-serif;
	font-weight: 500;
	font-size: 100%;
	padding: 5px;
	padding-right: 5px;
	color: #06244b;
}

.copyright .legal {
	font-family: "Google Sans", sans-serif;
	font-weight: 500;
	color: #06244b;
	text-decoration: none;
}

.copyright .legal:hover {
	color: #e20d17;
}

.copyright-icon {
	display: inline-block;
	font-family: "Arial", sans-serif;
	vertical-align: baseline;
	font-size: 125%;
	color: #06244b;
}


/* ! MENTIONS LEGALES ! */

.legal-body {
	background: #f3f4f6;
}

.legal-header {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: start;

	width: min(100% - 40px, 1200px);
	margin: 0 auto;
	padding: 30px 40px;
}

.logo-legal {
	grid-column: 1;
	justify-self: start;

	width: 110px;
	height: auto;
}

.back-button {
	font-family: "Google Sans", sans-serif;
	grid-column: 3;
	justify-self: end;

	display: flex;
	align-items: center;
	gap: 10px;

	margin: 50px;
	padding: 18px 24px;

	border: 2px solid #06244b;
	border-radius: 4px;

	color: #06244b;
	background-color: transparent;
	text-decoration: none;
}

.back-button:hover {
	color: #f7fbf5;

	background-color: #06244b;
}

.title-legal {
	font-family: "Google Sans", sans-serif;
	grid-column: 1 / -1;

	margin: 40px 0 0;
	text-align: center;

	font-size: 2.8rem;
	color: #06244b;
	text-transform: uppercase;
}

.title-legal::after {
	content: "";
	display: block;
	width: 10%;
	height: 4px;
	margin: 25px auto 0;
	background-color: #e20d17;

}

.legal-main {
	width: min(calc(100% - 40px), 980px);
	margin: 10px auto 80px;

	display: flex;
	flex-direction: column;
	gap: 22px;
}

.legal-card {
	display: grid;
	grid-template-columns: 110px 1fr;
	gap: 30px;
	align-items: start;

	padding: 34px;

	border: 1px solid #dfe3e8;
	border-radius: 12px;

	background-color: #ffffff;

	box-shadow:
		0 4px 12px rgba(6, 36, 75, 0.04),
		0 12px 32px rgba(6, 36, 75, 0.04);
}

.legal-card-icon {
	display: flex;
	align-items: center;
	justify-content: center;

	width: 100px;
	height: 100px;

	border-radius: 50%;

	background-color: #f1f3f6;
}

.legal-card-icon img {
	width: 60px;
	height: 60px;
	object-fit: contain;
}

.legal-card-content h2 {
	margin: 0 0 18px;

	font-family: "Google Sans", sans-serif;
	font-size: 1.4rem;
	color: #06244b;
	text-transform: uppercase;
}

.legal-card-content p {
	margin: 8px 0;

	font-family: "Google Sans", sans-serif;
	font-size: 1rem;
	line-height: 1.55;
	color: #172a46;
}

.legal-card-content a {
	display: inline-block;
	margin-top: 8px;

	font-family: "Google Sans", sans-serif;
	font-weight: 500;
	color: #e20d17;
	text-decoration: none;
}

.legal-card-content a:hover {
	text-decoration: underline;
}


/* Layout responsive mais faut test mdrr */


*,
*::before,
*::after {
	box-sizing: border-box;
}

html,
body {
	margin: 0;
	padding: 0;
}

@media (max-width: 600px) {

	/* LANDING PAGE */

	header {
		padding: 24px 16px;
	}

	.logo {
		width: 150px;
		padding-right: 0;
	}

	.title {
		font-size: 1rem;
		line-height: 1.4;
	}

	.title::after {
		width: 45px;
		height: 3px;
		margin-top: 18px;
	}

	.main-content {
		width: calc(100% - 28px);
		margin: 0 auto;
		padding-top: 20px;
	}

	.profile {
		flex-direction: column;
		gap: 24px;
		margin-bottom: 28px;
	}

	.profile-div h1 {
		font-size: 1.65rem;
	}

	.profile-div p {
		font-size: 1rem;
	}

	.contact-list::before {
		width: 45px;
		height: 3px;
		margin: 0 auto 25px;
	}

	.contact-button {
		gap: 12px;
		min-height: 72px;
		padding: 10px 12px;
	}

	.contact-icon,
	.contact-icon--instagram {
		width: 46px;
		height: 46px;
	}

	.contact-icon--linkedin {
		font-size: 1.8rem;
	}

	.contact-icon--contact {
		width: 100%;
		height: 100%;
	}

	.contact-text {
		min-width: 0;
	}

	.contact-text strong {
		font-size: 0.95rem;
	}

	.contact-text small {
		font-size: 0.78rem;
		line-height: 1.3;
	}

	.contact-arrow,
	.contact-download {
		font-size: 1.8rem;
	}

	.services {
		grid-template-columns: 1fr;
		gap: 0;
		margin-top: 35px;
	}

	.service {
		padding: 25px 10px;
	}

	.service + .service {
		border-top: 1px solid #d8dde5;
		border-left: none;
	}

	.availability {
		align-items: center;
		gap: 14px;
		margin-top: 30px;
		padding: 16px;
	}

	.availability-icon {
		width: 44px;
		height: 44px;
		font-size: 1.4rem;
	}

	.availability strong {
		font-size: 0.9rem;
	}

	.availability p {
		font-size: 0.8rem;
	}

	.preparation {
		margin-top: 30px;
		padding-inline: 8px;
	}

	.preparation h2 {
		font-size: 1rem;
	}

	.preparation p {
		font-size: 0.9rem;
	}

	footer {
		padding: 24px 12px;
	}

	.copyright {
		font-size: 0.8rem;
		line-height: 1.6;
	}


	/* ! MENTIONS LÉGALES */

	.legal-header {
		grid-template-columns: auto 1fr;
		align-items: center;

		width: calc(100% - 24px);
		padding: 16px 0;
	}

	.logo-legal {
		grid-column: 1;
		width: 70px;
	}

	.back-button {
		grid-column: 2;
		justify-self: end;

		margin: 0;
		padding: 10px 12px;

		font-size: 0.78rem;
		white-space: nowrap;
	}

	.back-arrow {
		font-size: 1.4rem;
	}

	.title-legal {
		grid-column: 1 / -1;

		margin-top: 30px;
		font-size: 1.8rem;
	}

	.title-legal::after {
		width: 45px;
		height: 3px;
		margin-top: 18px;
	}

	.legal-main {
		width: calc(100% - 24px);
		margin: 10px auto 50px;
		gap: 16px;
	}

	.legal-card {
		grid-template-columns: 1fr;
		gap: 18px;

		padding: 20px;
	}

	.legal-card-icon {
		justify-self: center;
		width: 66px;
		height: 66px;
	}

	.legal-card-icon img {
		width: 38px;
		height: 38px;
	}

	.legal-card-content {
		min-width: 0;
	}

	.legal-card-content h2 {
		justify-self: center;
		margin-bottom: 14px;
		font-size: 1.05rem;
		line-height: 1.3;
	}

	.legal-card-content p {
		font-size: 0.9rem;
		line-height: 1.5;
		overflow-wrap: anywhere;
	}
}