@import url('common.css');

.seo-ctct
{
	margin-top: 120px;
	padding-bottom: 50px;
	background-color: var(--v-mainbk-base);
	line-height: 1.23;
	font-size: 16px;
}

.seo-ctct H1
{
	width: 760px;
	max-width: 100vw;
	margin: 0 auto 40px;
	padding: 30px 0 12px 0;
	text-align: center;
	font-size: 36pt;
	background: url(../assets/images/yellow-pointed-out2.svg) no-repeat center bottom;
	background-size: 370px;
}

.seo-ctct H2
{
	margin: 20px;
	text-align: center;
}

.seo-ctct .note
{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	margin: 20px 20px 10px;
	font-size: 16pt;
}

.seo-ctct .note DIV
{
	width: 40px;
	min-width: 30px;
	height: 30px;
	background: url(../assets/public/commons/hand-point-right.svg) no-repeat left center;
	background-size: contain;
}

.seo-ctct .panel0
{
	position: relative;
	display: flex;
	align-items: center;
	max-width: 1000px;
	margin: 20px auto 0;
}

.seo-ctct .panel0 .subpane
{
	display: flex;
	flex-direction: column;
	gap: 12px;
	max-width: 750px;
	margin: 0 -40px 0 100px;
	padding: 20px 80px 30px 40px;
	background-color: #FFF5E7;
	border-radius: 30px;
}

.seo-ctct .panel0 .subpane :first-child
{
	font-weight: bold;
}

.seo-ctct .panel0 .picture
{
	min-width: 138px;
	max-width: 138px;
	margin-right: 10px;
	height: 266px;
	background: url(../assets/public/commons/mathieu-smarpthone.png) no-repeat center center;
	background-size: contain;
	border-radius: 21px;
	box-shadow: 0 10px 30px 20px #0000000D;
}

.seo-ctct .horz
{
	display: flex;
}

.seo-ctct .panel
{
	width: 75%;
	min-height: 965px;
  	margin: 50px;
	padding: 50px 50px 30px;
	background-color: var(--v-bkgray-base);
	border-radius: 20px;
	box-shadow: 0 10px 30px 20px #0000001B;
}

.seo-ctct .panel IFRAME
{
	width: 100%;
	height: 100%;
	border: none;
}

.seo-ctct .networks
{
	margin: auto 34px;
	width: 25%;
}

.seo-ctct .networks .text
{
	font-size: 36pt;
	text-align: center;
	margin: 0 70px 80px;
}

.seo-ctct .networks .buttons
{
	display: flex;
	justify-content: center;
	gap: 30px;
}

.seo-ctct .networks .icon
{
	height: 50px;
}

.seo-ctct .networks .icon A
{
	display: inline-block;
	width: 70px;
	height: 70px;
	background: url(../assets/blank.png) no-repeat center center;
	background-size: contain;
	cursor: pointer;
}
.seo-ctct .networks .icon.facebook A { background-image: url(../assets/contact-us/facebook-blue.svg) }
.seo-ctct .networks .icon.linkedin A { background-image: url(../assets/contact-us/linkedin-blue.svg) }
.seo-ctct .networks .icon.instagram A { background-image: url(../assets/contact-us/instagram-blue.svg) }

@media (max-width: 1600px)
{
	.seo-ctct .panel
	{
		width: 60%;
	}

	.seo-ctct .networks
	{
		width: 40%;
	}
}

@media (max-width: 1280px)
{
	.seo-ctct .horz
	{
		flex-direction: column;
	}

	.seo-ctct .panel
	{
		width: unset;
	}

	.seo-ctct .networks
	{
		width: unset;
		padding-top: 40px;
	}
}

@media (max-width: 1050px)
{
	.seo-ctct .panel0
	{
		width: 85vw;
	}

	.seo-ctct .panel0 .subpane
	{
		max-width: unset;
		margin-left: 0;
	}
}

@media (max-width: 900px)
{
	.seo-ctct
	{
		margin-top: 90px;
	}
}

@media (max-width: 800px)
{
	.seo-ctct
	{
		margin-top: 70px;
	}

	.seo-ctct .panel0
	{
		flex-direction: column;
	}

	.seo-ctct .panel0 .subpane
	{
		margin: 0 30px;
		padding: 20px;
		text-align: center;
	}

	.seo-ctct .panel0 .picture
	{
		margin: -15px 0 0;
	}
}

@media (max-width: 600px)
{
	.seo-ctct .panel
	{
		padding: 30px;
	}

	.seo-ctct .networks .text
	{
		font-size: 30pt;
		margin: -20px 0 30px;
	}
}

@media (max-width: 550px)
{
	.seo-ctct .panel
	{
		margin: 20px;
	}
}

@media (max-width: 500px)
{
	.seo-ctct .panel
	{
		margin: 20px 0;
		box-shadow: none;
	}
}

@media (max-width: 450px)
{
	.seo-ctct
	{
		margin-top: 60px;
	}

	.seo-ctct H1
	{
		width: 100%;
		margin: 0;
		padding: 10px 0 12px 0;
		text-align: center;
		font-size: 30pt;
		background-size: 70%;
	}
}
