@import url('common.css');

.seo-ahv
{
	font-size: 16pt;
}

.seo-ahv H1.top
{
	display: flex;
	max-height: 420px;
	max-width: 1280px;
}

.seo-ahv H1.top .picture
{
	width: 640px;
	height: 420px;
	background: url(../assets/public/history/main.jpg) no-repeat center center;
	background-size: cover;
}

.seo-ahv H1.top .right
{
	width: 640px;
	background-color: var(--v-bkgray-base);
}

.seo-ahv H1.top .right .ttl
{
	padding: 90px 70px 50px;
	font-size: 28pt;
	font-weight: 400;
	text-align: center;
	background: url(../assets/public/commons/yellow-line.svg) no-repeat 60% 90%;
	background-size: 380px;
}

.seo-ahv .chapo .ttl
{
	max-width: 1280px;
	padding: 10px 70px;
	text-align: center;
	font-size: 22pt;
	color: var(--v-smky1fg-base);
	background: url(../assets/public/commons/yellow-arrow.svg) no-repeat 20px -10px var(--v-smky1-base);
	background-size: 54px;
}

.seo-ahv .chapo .ttl STRONG
{
	color: var(--v-smky2-base);
}

.seo-ahv .chapo .subpane
{
	max-width: 800px;
	margin: 40px auto 50px;
	padding: 12px 20px;
	border: 1px solid var(--v-smky1-base);
	border-radius: 24px;
}

.seo-ahv .chapo .separator
{
	height: 3px;
  	width: 25%;
	margin: 30px auto;
	border-bottom: 3px solid var(--v-smky2-base);
}

.seo-ahv .chapo .note
{
	padding: 0 70px;
	font-size: 15pt;
	background: url(../assets/images/yellow-arrowflea.svg) no-repeat 24px top;
	background-size: 36px;
}

.seo-ahv .panel1
{
	max-width: 990px;
	margin: 20px auto 50px;
}

.seo-ahv .panel1 .subpane
{
	display: flex;
}

.seo-ahv .panel1 .picture
{
	width: 220px;
	height: 220px;
	margin: 20px 40px;
	background: url(../assets/public/history/mathieu.jpg) no-repeat center center;
	background-size: cover;
	border-radius: 20px;
}

.seo-ahv .panel1 .right
{
	width: 680px;
}

.seo-ahv .panel1 .border
{
	padding-left: 14px;
	border-left: 5px solid var(--v-smky2-base);
}

.seo-ahv .panel1 .list
{
	display: flex;
	flex-direction: column;
	gap: 12px;
	max-width: 540px;
	margin: auto;
	padding: 10px 24px;
	background-color: var(--v-bkgray-base);
	border-radius: 20px;
}

.seo-ahv .panel1 .item
{
	padding-left: 40px;
	background: url(../assets/ico/hammer-b.svg) no-repeat left center;
	background-size: 28px;
}

.seo-ahv .panel1 .note
{
	padding: 20px 10px 0 95px;
	background: url(../assets/public/commons/yellow-arrow.svg) no-repeat 24px -10px;
	background-size: 60px;
}

.seo-ahv .panel2
{
	display: flex;
	max-width: 1032px;
	margin: 30px auto;
}

.seo-ahv .panel2 .left
{
	width: 670px;
	margin-top: 30px;
	padding: 290px 50px 0;
	text-align: center;
	font-style: italic;
	background: url(../assets/public/history/reno.jpg) no-repeat center top;
	background-size: contain;
}

.seo-ahv .panel2 .middle
{
	width: 120px;
	height: 200px;
	background: url(../assets/images/yellow-arrowflea.svg) no-repeat 44% bottom;
	background-size: 50px;
}

.seo-ahv .panel2 .picture
{
	width: 200px;
	height: 414px;
	background: url(../assets/public/commons/smartphone-project-details.png) no-repeat center center;
	background-size: 200px;
	border-radius: 12px;
	box-shadow: 0 10px 30px 20px #0000000D;
}

.seo-ahv .panel3
{
	display: flex;
	flex-direction: column;
	gap: 20px;
	max-width: 990px;
	margin: 20px auto;
	padding: 10px 30px;
	background-color: #FFF8E4;
}

.seo-ahv .panel4
{
	display: flex;
	gap: 20px;
	max-width: 990px;
	margin: 0 auto 50px;
}

.seo-ahv .panel4 .left
{
	width: 47%;
	padding: 74px 30px 0;
	text-align: center;
	background: url(../assets/public/commons/yellow-arrow-down.svg) no-repeat center top;
	background-size: 20px;
}

.seo-ahv .panel4 .left STRONG
{
	color: var(--v-smky1-base);
}

.seo-ahv .panel4 .left U
{
	text-decoration-color: var(--v-mainbk-base);
	border-bottom: 3px solid var(--v-smky2-base);
}

.seo-ahv .panel4 .list
{
	display: flex;
	flex-direction: column;
	gap: 15px;
	width: 53%;
	margin-top: 20px;
	padding: 12px 20px;
	font-size: 15pt;
	color: var(--v-smky1fg-base);
	background-color: var(--v-smky1-base);
	border-radius: 20px;
}

.seo-ahv .panel4 .item
{
	padding: 10px 10px 10px 60px;
	background: url(../assets/public/commons/yellow-target.svg) no-repeat left center;
	background-size: 40px;
}
.seo-ahv .panel4 .item.i2 { background-image: url(../assets/public/history/yellow-security.svg) }
.seo-ahv .panel4 .item.i3 { background-image: url(../assets/public/history/yellow-management.svg) }

.seo-ahv .panel5
{
	max-width: 990px;
	margin: 30px auto 50px;
	padding: 20px 20px 6px;
	background-color: #FFF5E7;
	border-radius: 30px;
}

.seo-ahv .panel5 .item
{
	padding: 20px 20px 20px 250px;
	background: url(../assets/public/commons/women.svg) no-repeat 70px center;
	background-size: 100px;
}
.seo-ahv .panel5 .item.i2 { background-image: url(../assets/public/commons/real-estate.png) }
.seo-ahv .panel5 .item.i3 { background-image: url(../assets/public/commons/worker.png) }
.seo-ahv .panel5 .item.i4 { background-image: url(../assets/public/commons/architect.png) }

.seo-ahv .panel5 .item .ttl
{
	font-weight: bold;
}

.seo-ahv .panel5 .item .ttl A
{
	color: var(--v-mainfg-base);
	text-decoration: none;
}

.seo-ahv .panel5 .item .ttl:after
{
	content: "…";
}

.seo-ahv .panel5 .item .note::before
{
	content: "… ";
}

.seo-ahv .panel6
{
	display: flex;
	align-items: center;
	gap: 24px;
	max-width: 990px;
	margin: 30px auto 0;
}

.seo-ahv .panel6 .left
{
	width: 600px;
	padding: 12px 20px;
	text-align: center;
	color: white;
	background-color: black;
	border-radius: 20px;
}

.seo-ahv .panel6 .left STRONG
{
	color: var(--v-smky2-base);
}

.seo-ahv .panel6 .picture
{
	width: 490px;
	height: 200px;
	background: url(../assets/public/history/cnam.jpg) no-repeat center center;
	background-size: 440px;
}

.seo-ahv .note6
{
	max-width: 1000px;
	margin: -18px auto 0;
	padding: 38px 20px 30px 110px;
	font-size: 15pt;
	font-style: italic;
	background: url(../assets/public/commons/blue-arrow.svg) no-repeat 10px 2px;
	background-size: 90px;
}

.seo-ahv .note6 .line
{
	height: 24px;
	background: url(../assets/public/commons/yellow-line.png) no-repeat center center;
	background-size: 868px 14px;
}

.seo-ahv .panel7
{
	max-width: 1032px;
	margin: 10px auto 50px;
	padding: 20px;
	background-color: var(--v-bkgray-base);
	border-radius: 30px;
}

.seo-ahv .panel7 .ttl
{
	text-align: center;
	font-weight: bold;
	color: var(--v-smky1-base);
}

.seo-ahv .panel7 .list
{
	display: flex;
	justify-content: space-around;
	gap: 20px;
	padding: 30px 40px 0;
}

.seo-ahv .panel7 .item
{
	padding-left: 40px;
	background: url(../assets/public/commons/arrow-right-circle-black.svg) no-repeat left center;
	background-size: 24px;
}

.seo-ahv .panel8
{
	max-width: 990px;
	margin: 30px auto 50px;
}

.seo-ahv .panel8 .ttl
{
	max-width: 440px;
	margin: auto;
	padding: 12px 20px;
	text-align: center;
	font-weight: bold;
	color: white;
	background-color: black;
	border-radius: 28px;
}

.seo-ahv .panel8 .picture
{
	height: 520px;
	margin: 0 auto -50px;
	background: url(../assets/public/history/bzh.svg) no-repeat center bottom;
	background-size: 600px;
}

.seo-ahv .panel8 .list
{
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}

.seo-ahv .panel8 .item
{
	max-width: 450px;
	padding-left: 104px;
	background: url(../assets/public/history/architect.png) no-repeat left 10px;
	background-size: 80px;
}
.seo-ahv .panel8 .item.i2 { background-image: url(../assets/public/history/vision.png) }
.seo-ahv .panel8 .item.i3 { background-image: url(../assets/public/history/gathering.png) }
.seo-ahv .panel8 .item.i4 { background-image: url(../assets/public/history/equal.png) }

.seo-ahv .panel8 .item STRONG
{
	display: block;
}

.seo-ahv .more
{
	max-width: 440px;
	margin: 20px auto;
	padding: 14px 20px 14px 74px;
	font-size: 18pt;
	font-weight: bold;
	color: var(--v-smky2fg-base);
	background: url(../assets/public/commons/handshake-blk.svg) no-repeat 20px center var(--v-smky2-base);
	background-size: 40px;
	border-radius: 10px;
}

.seo-ahv .panel9
{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 40px;
	margin: 30px auto;
}

.seo-ahv .panel9 .item
{
	width: 450px;
	margin: 0 10px 0 40px;
	padding: 28px 10px 28px 100px;
	background: url(../assets/public/commons/path.png) no-repeat left center;
	background-size: 76px;
}
.seo-ahv .panel9 .item.i2 { background-image: url(../assets/public/commons/idea.png) }
.seo-ahv .panel9 .item.i3 { background-image: url(../assets/public/commons/euro.png) }
.seo-ahv .panel9 .item.i4 { background-image: url(../assets/public/commons/calendar.png) }

.seo-ahv .panel10
{
	margin: 50px auto;
	text-align: center;
}

@media (max-width: 1500px)
{
	.seo-ahv H1.top .right .ttl
	{
		padding-top: 5vw;
	}
}

@media (max-width: 1280px)
{
	.seo-ahv H1.top .picture
	{
		max-width: 53%;
		height: unset;
	}

	.seo-ahv H1.top .right .ttl
	{
		padding-top: 30px;
	}
}

@media (max-width: 1050px)
{
	.seo-ahv
	{
		font-size: 15pt;
	}

	.seo-ahv H1.top .right .ttl
	{
		padding: 2vw 10px 30px;
		font-size: 26pt;
		background-position-y: 98%;
	}

	.seo-ahv .panel2 .left
	{
		width: 66vw;
		padding-top: 30vw;
	}

	.seo-ahv .panel2 .middle
	{
		width: 6vw;
		background-size: 4vw;
	}

	.seo-ahv .panel4 .list
	{
		gap: 0;
		margin-right: 10px;
	}

	.seo-ahv .panel5
	{
		margin-bottom: 16px;
	}

	.seo-ahv .panel6
	{
		margin: 10px 10px 0;
	}

	.seo-ahv .panel6 .left
	{
		width: 55vw;
	}

	.seo-ahv .panel6 .picture
	{
		width: 45vw;
		background-size: contain;
	}

	.seo-ahv .panel7 .list
	{
		flex-wrap: wrap;
		margin-bottom: 30px;
	}

	.seo-ahv .panel8 .list
	{
		flex-direction: column;
		align-items: center;
	}
}

@media (max-width: 800px)
{
	.seo-ahv H1.top
	{
		flex-direction: column;
		align-items: center;
		max-height: unset;
	}

	.seo-ahv H1.top .picture
	{
		max-width: unset;
		width: 100%;
		height: 50vw;
	}

	.seo-ahv H1.top .right
	{
		width: unset;
	}

	.seo-ahv .chapo .subpane
	{
		margin: 40px 10px;
	}

	.seo-ahv .panel1
	{
		margin: 20px 10px;
	}

	.seo-ahv .panel1 .subpane
	{
		flex-direction: column;
		align-items: center;
	}

	.seo-ahv .panel1 .right
	{
		width: unset;
	}

	.seo-ahv .panel2 .picture
	{
		width: 20vw;
		height: 42vw;
		background-size: 20vw;
	}

	.seo-ahv .panel3
	{
		text-align: center;
	}

	.seo-ahv .panel4
	{
		gap: 0;
		margin-bottom: 30px;
	}

	.seo-ahv .panel5 .item
	{
		padding: 20px 10px 20px 180px;
		background-position-x: 30px;
	}

	.seo-ahv .panel8 .picture
	{
		background-size: 90vw;
		height: 82vw;
	}
}

@media (max-width: 600px)
{
	.seo-ahv .panel2
	{
		flex-direction: column;
		align-items: center;
		margin-top: 0;
	}

	.seo-ahv .panel2 .left
	{
		width: unset;
		margin-top: 16px;
		padding-top: 43vw;
	}

	.seo-ahv .panel2 .middle
	{
		width: 50px;
		height: 50px;
		background-size: 30px;
		background-position: center;
		transform: rotate(90deg);
	}

	.seo-ahv .panel2 .picture
	{
		width: 200px;
		height: 414px;
		background-size: 200px;
	}

	.seo-ahv .panel4
	{
		flex-direction: column;
		align-items: center;
	}

	.seo-ahv .panel4 .left,
	.seo-ahv .panel4 .list
	{
		width: unset;
		margin-right: 0;
	}

	.seo-ahv .panel6
	{
		flex-direction: column-reverse;
	}

	.seo-ahv .panel6 .left
	{
		width: 96%;
	}

	.seo-ahv .panel6 .picture
	{
		width: 100%;
		height: 16vw;
		background-size: cover;
	}
}

@media (max-width: 500px)
{
	.seo-ahv .panel5 .item
	{
		padding-left: 90px;
		background-size: 70px;
		background-position-x: 0;
	}

	.seo-ahv .panel8 .item
	{
		margin-left: 10px;
		padding-left: 80px;
		background-size: 60px;
	}

	.seo-ahv .more
	{
		font-size: 15pt;
		max-width: 390px;
	}

	.seo-ahv .panel9
	{
		justify-content: left;
	}

	.seo-ahv .panel9 .item
	{
		width: unset;
	}
}

@media (max-width: 430px)
{
	.seo-ahv .more
	{
		font-size: 13pt;
		max-width: 360px;
	}
}
