.gutter-sizer {
	width: 70px;
	/* space 70 */
}

.grid-sizer,
.mansonry-item {
	width: calc((100% - 140px) / 3);
	/* 3 col, 2 gutter, space 2*70 */
}

.project-item {
	margin-bottom: 70px;
}

.admin-bar #masthead {
	margin-top: 32px;
}

#masthead {
	margin-bottom: 7rem;
	padding-top: 30px;
}

#masthead .logo {
	display: block;
	max-width: 205px;
	width: 100%;
}

.container {
	max-width: 1712px;
	width: 100%;
	margin: 0 auto;
	padding: 0 36px;
}
#masthead .logo a {
	display: block;
	text-align: left;
}
#masthead .header-inner {
	justify-content: space-between;
	align-items: center;
}

#masthead .header-inner ul.menu {
	display: block;
	text-align: right;
}
.main-navigation li.menu-item {
	margin-bottom: 20px;
}
.main-navigation li.menu-item:last-child {
	margin-bottom: 0;
}
#masthead ul.menu a {
	font-size: 2.286rem;
	line-height: 2.571rem;
	position: relative;
	display: inline-block;	
}

#masthead ul.menu a::before {
	content: "";
	position: absolute;
	bottom: -8px;
	left: 14%;
	width: 0;
	height: 5px;
	background: var(--color-main);
	transition: width .2s linear;
	opacity: 0;
}

#masthead .main-navigation ul.menu li.current-menu-item a::before, #masthead .main-navigation ul.menu li a:hover::before {
	opacity: 1;
	transform: scaleX(1);
	width: 72%;
}
ul.project-mansony {
	margin: 0;
	padding: 0;
}
.project-mansony img {
	width: 100%;
	filter: grayscale(1);
}
.project-item-inner{
	position: relative;
	overflow: hidden;
}
.project-mansony .mansonry-item .info {
	position: absolute;
	width: 100%;
	height: 100%;
	color: #fff;
	padding: 20px 15px;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: end;
	background: #000;
}

.project-mansony .mansonry-item:hover .info {
	opacity: 1;
	transition-delay: 0.2s;
}
.project-item {	
	overflow: hidden;
}
.project-item .overlap {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background: var(--color-main);
	width: 100%;
	height: 100%;
	line-height: 0;
	transition: transform 0.3s ease;
	transform: translateY(-100%);
	opacity: 0;
	pointer-events: none;
}
.project-item .info .title {
	margin-bottom: 30px;
}
.project-mansony .mansonry-item .info .title_h {
	font-size: 2rem;
	line-height: 2.286rem;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}

.project-mansony .mansonry-item .info .location {
	font-weight: 300;
	display: block;
}

.project-mansony .mansonry-item .info .link-icon {
	text-align: right;
}

.project-mansony .mansonry-item .info .link-icon a {
	display: inline-block;
	transition: 0.3s all ease-in-out;
}

.project-mansony .mansonry-item:hover .info .link-icon a {
	transform: translate(5px, 0);
	transition-delay: 0.3s;
}

.project-mansony .link-icon svg {
	width: 60px;
	height: 60px;
}

.btn-text-icon.icon-left span.txt {
	order: 2;
}
.btn-text-icon.icon-right a {
	text-align: right;
}
.btn-text-icon a {
	display: inline-flex;
	align-items: center;
	gap: 15px;
	font-size: 2rem;
	line-height: 2.286rem;
}
.btn-text-icon a .icon {
	border: 3px solid;
	width: 50px;
	height: 50px;
	border-radius: 100px;
}
.btn-text-icon a svg {
	width: 100%;
	height: 100%;
	transition: 0.3s all ease-in;
}

.btn-text-icon.icon-left svg {
	transform: rotate(180deg);
}

.btn-text-icon.icon-left a:hover svg {
	transform: translate(-2px, 0) rotate(180deg);
}

.btn-text-icon a:hover svg {
	transform: translate(-2px, 0);
}

.btn-text-icon.icon-right a:hover svg {
	transform: translate(2px, 0);
}
.img_mw{
	display: inline-block;
}
.btn-back-home {
	margin-bottom: 40px;
}

.project-item .thumb {
	line-height: 0;
}
.img_full {
	width: 100%;
}
.Petit .img_mw {
	max-width: 200px;	
	width: 100%;
}

.Normal .img_mw {
	max-width: 500px;	
	width: 100%;
}

.Grand .img_mw {
	max-width: 800px;
	width: 100%;	
}
.Maxi .img_mw {	
	max-width: 100%;
	width: 100%;
}
.des_flag_img {
	display: block;
	text-align: left;
	padding: 5px 0 0;
}
.ss-project-detail .main-thumb {
	max-width: 674px;
	width: 100%;
}
.ss-project-detail .main-des {
	flex: 1;
	padding-left: 154px;
}
.ss-project-detail .main-title {
	font-size: 2.286rem;
	line-height: 2.571rem;
	font-weight: bold;
	margin-bottom: 20px;
}

.ss-project-detail .bx-des .flag,
.tab_title {
	margin-bottom: 10px;
}
.tab_title{
	font-weight: normal;
}
/* .ss-custom-field .field-item {
	font-size: 20px;
	line-height: 50px;
} */
.ss-custom-field {
	padding-top: 60px;
}
.ss-custom-field .field-item {
	padding: 8px 0;
}
.ss-project-list-image {
	margin-top: 80px;
}

.Gauche {
	text-align: left;
}

.Milieu {
	text-align: center;
}

.Droite {
	text-align: right;
}

.ss-project-list-image .thumb {
	margin-bottom: 80px;
}

.ss-next-pre-link {
	justify-content: space-between;
	padding: 60px 0;
	border-top: 4px solid var(--color-main);
}

.tab-content-item {
	display: none;
}

.tab-content-item.active {
	display: block;
}

.ss_tabs .tab-head {
	order: 2;
}

.ss_tabs .tab-head .tab_go_box {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	font-size: 2rem;
	padding: 22px 0;
	border: none;
	background: none;
	cursor: pointer;
	border-bottom: 3px solid var(--color-main);
	line-height: 2.286rem;
}

.tab_go_box svg {
	transition: 0.3s all ease-in-out;
	width: 50px;
	height: 50px;
}

.tab_go_box.active svg,
.tab_go_box:hover svg {
	transform: rotate(90deg);
}

.ss_tabs .tab-contents {
	padding-right: 154px;
}

.des-lists .des-item {
	padding: 10px 0;
}

.tab-content-item .btn-text-icon {
	margin-top: 60px;
}

.ss-banner {
	margin-bottom: 30px;
}

.ss-contact .title_head {
	margin: 0;
}

.menu-toggle-mobile {
	background: no-repeat;
	border: none;
	width: 31px;
	cursor: pointer;
	display: none;
	padding: 0;
	position: relative;
	z-index: 9999;
}

.menu-toggle-mobile span {
	width: 100%;
	display: block;
	height: 4px;
	background: var(--color-main);
	margin: 5px 0;
	transition: 0.3s all ease-in;
}

.page-title {
	font-size: 3rem;
	line-height: 3.93rem;
}

/* custom popup */
body .pum-theme-theme-par-defaut {
	background: rgba(255, 255, 255, 0.5);
	backdrop-filter: blur(10px);
}

body .pum-theme-theme-par-defaut .pum-container {
	background: #fff;
	padding: 155px 60px 60px;
	box-shadow: 1px 1px 3px 0px rgba(2, 2, 2, 0.09);
	color: var(--color-main);
}

body .pum-theme-theme-par-defaut .pum-container * {
	color: inherit;
	text-transform: lowercase;
}

body .pum-theme-theme-par-defaut .pum-title {
	font-size: 3rem;
	font-weight: bold;
	line-height: 2.5rem;
	margin-bottom: 30px;
	display: none;
}
.main-content-pp .titlepp {
	margin-bottom: 31px;
}
.main-content-pp .thumb {
	max-width: 331px;
	width: 100%;
	aspect-ratio: 0.99;
}
.main-content-pp .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.main-content-pp .bx-content {
	gap: 23px;
	align-items: center;
}

.main-content-pp .content {
	flex: 1;
}

.main-content-pp .bx-content {
	gap: 23px;
}

.pum-theme-theme-par-defaut .pum-content+.pum-close {
	background: url('../images/cross.svg') center / contain no-repeat;
	text-indent: -9999px;
	width: 60px;
	height: 60px;
	border: none;
	box-shadow: none;
	right: 60px;
	top: 60px;
	padding: 0;
}
.ss-banner img {
	aspect-ratio: 2.3;
	object-fit: cover;
}
@media all and (max-width: 1200px) {}

@media all and (max-width: 1024px) {
	.ss-project-detail .main-des {
		padding-left: 30px;
	}
}

@media all and (max-width: 999px) {}

@media all and (max-width: 810px) {
	/* body {
		font-size: 1.43rem;
		line-height: 2.5rem;
	} */
	#masthead ul.menu a::before {
		height: 3px;
	}
	#site-navigation {
		text-align: right;
	}

	.menu-toggle-mobile {
		display: inline-block;
	}

	#masthead .header-inner {
		align-items: start;
	}

	.menu-toggle-mobile.active span:nth-of-type(1) {
		transform: translate(1px, 9px) rotate(45deg);
	}

	.menu-toggle-mobile.active span:nth-of-type(2) {
		transform: rotate(-45deg);
	}

	.menu-toggle-mobile.active span:nth-of-type(3) {
		opacity: 0;
	}

	#masthead .nav-menu {
		position: fixed;
		left: 0;
		top: 170px;
		width: 100%;
		height: calc(100% - 170px);
		z-index: -999;
		background: #fff;
		transition: transform 0.3s ease-in-out;
		transform: scaleY(0);
		transform-origin: top;
	}

	#masthead .nav-menu.active {
		z-index: 999;
		transform: scaleY(1);
	}

	#masthead .nav-menu * {
		color: inherit;
	}

	#masthead .nav-menu ul li {
		list-style: none;
	}

	#masthead .nav-menu ul li a {
		font-size: 1.86rem;
		line-height: 2.5rem;
	}

	#masthead .nav-menu ul {
		margin: 0;
		padding: 0;
	}

	#masthead .nav-menu #site-navigation {
		height: 100%;
		display: flex;
		flex-direction: column;
		text-align: left;
		align-items: start;
		padding: 30px 36px;
	}
	#masthead .logo {
		max-width: 100%;
		flex: 1;
	}
	#masthead .logo a{
		max-width: 104px;
		width: 100%;
	}

	#masthead .logo img {		
		width: 100%;
		display: inline-block;
	}

	#masthead {
		margin-bottom: 60px;
	}

	.gutter-sizer {
		width: 36px;
		/* space 70 */
	}

	.grid-sizer,
	.mansonry-item {
		width: calc((100% - 36px) / 2);
		/* 3 col, 2 gutter, space 2*70 */
	}

	.project-item {
		margin-bottom: 36px;
	}

	.btn-text-icon a .icon {
		width: 30px;
		height: 30px;
		border-width: 2px;
	}

	.btn-text-icon a {
		font-size: 1rem;
		line-height: 1.28rem;
	}

	.btn-back-home {
		margin-bottom: 30px;
	}

	.ss-project-detail .ss-iner {
		display: block;
	}

	.Normal img,
	.Grand img,
	.Petit img {
		max-width: 100%;
	}

	.ss-project-detail .ss-iner .main-thumb {
		margin-bottom: 20px;
	}

	.ss-project-detail .main-des {
		padding: 0;
	}

	.ss-custom-field .field-item .title,
	.ss-custom-field .field-item .des {
		grid-column: span 6;
	}

	.ss-project-list-image {
		margin-top: 60px;
	}

	.ss-project-detail .main-title {
		font-size: 1.86rem;
		line-height: 2.14rem;
	}

	.f20 {
		font-size: 1.28rem;
		line-height: 2.14rem;
	}

	.ss_tabs .ss-inner {
		display: block;
	}

	.ss_tabs .tab-head {
		display: none;
	}

	.ss_tabs .tab-contents {
		width: 100%;
		padding: 0;
	}

	.tab-content-item {
		display: block;
		margin-bottom: 60px;
	}

	.des-lists .des-item,
	.contact-info .info-item {
		display: block;
	}

	.des-lists .des-item span,
	.contact-info .info-item span {
		display: block;
	}

	.contact-info .info-item p {
		margin: 0;
	}

	.contact-info .info-item {
		margin-bottom: 18px;
	}

	.page-title {
		font-size: 1.86rem;
		line-height: 2.14rem;
	}

	.pum-theme-theme-par-defaut .pum-content+.pum-close {
		right: 25px;
		top: 25px;
		width: 30px;
		height: 30px;
	}
	.main-content-pp .titlepp {
		font-size: 1.86rem;
		line-height: 2.5rem;
		margin-bottom: 20px;
	}
	body .pum-theme-theme-par-defaut .pum-container {
		padding: 60px 25px;
	}
	.project-mansony .link-icon svg {
		width: 30px;
		height: 30px;
	}
	.project-item .info .title {
		margin-bottom: 21px;
	}
	.ss-custom-field {
		padding-top: 12px;
	}
}

@media all and (max-width: 767px) {
	/* body {
		font-size: 1rem;
		line-height: 1.28rem;
	} */

	.ss-next-pre-link {
		padding: 30px 0;
	}

	.gutter-sizer {
		width: 0px;
	}

	.grid-sizer,
	.mansonry-item {
		width: 100%;
	}

	.project-item {
		margin-bottom: 36px;
	}

	.ss-project-detail .main-title {
		font-size: 1.86rem;
		line-height: 2.14rem;
	}

	.f20 {
		font-size: 0.71rem;
		line-height: 1.28rem;
	}
	.project-mansony .mansonry-item .info .title_h {
		font-size: 1.43rem;
		line-height: 2.26rem;
	}
	.tab-content-item .btn-text-icon {
		margin-top: 8px;
	}
}

@media all and (max-width: 540px) {
	body .pum-theme-theme-par-defaut .pum-title {
		font-size: 1.86rem;
		line-height: 2.5rem;
		margin-bottom: 15px;
	}
	.btn-text-icon a {
		gap: 5px;
	}
	

	.main-content-pp .bx-content {
		flex-wrap: wrap;
		gap: 20px;
	}

	.main-content-pp .thumb {
		max-width: 100%;
	}

	.main-content-pp .content {
		order: 2;
	}

	body .pum-theme-theme-par-defaut .pum-container {
		padding: 60px 15px 30px;
	}

	.pum-theme-theme-par-defaut .pum-content+.pum-close {
		right: 10px;
		top: 10px;
	}
}

@media all and (max-width: 480px) {}

@media all and (max-width: 320px) {}