/***** banner *****/
.banner_fullscreen 									{ position: relative; padding-top: 120px;}
.banner_fullscreen .wrapper   						{ max-width: 2000px; margin: 0 auto;}
.banner_fullscreen .slider   						{ position: relative; z-index: 5; min-height: 380px; max-height: 840px;}
.banner_fullscreen .slider:after					{ position: absolute; background: url(../images/depuis_1968.svg); width: 130px; height: 104px; right: 100px; bottom: -50px; transition: none; content: "";}
.banner_fullscreen .slider picture 					{ position: relative; display: block;}
.banner_fullscreen .slider img  					{ width: 100%; height: auto; max-height: 70vh; min-height: 550px; object-fit: cover; position: relative; display: block;}

.banner_fullscreen .slider .slick-dots  			{ width: 100%; text-align: center;line-height: 0; margin: 20px 0 0 0;}
.banner_fullscreen .slider .slick-dots li 			{ display: inline-block; vertical-align: middle; margin: 0 8px;}
.banner_fullscreen .slider .slick-dots button		{ border: none; font-size: 0;  border-radius: 50%; padding: 0; width: 10px; height: 10px; background: var(--mainColor2);}
.banner_fullscreen .slider .slick-active button		{ background: #fff;}

@media (min-width:1201px) {

}

@media (max-width:1200px) {

}
@media (max-width:1000px) {

}
@media (max-width:700px) {
.banner_fullscreen 									{ padding-top: 0px;}
.banner_fullscreen .slider img  					{ max-height: 50vw; min-height: 300px; }
.banner_fullscreen .slider   						{ min-height: 300px; max-height: 700px;}
.banner_fullscreen .slider:after					{ background-size: cover; width: 100px; height: 80px; right: 20px; top: 20px; bottom: inherit; transition: none; content: "";}

}





.txt_simple 											{ position: relative; text-align: center; margin: var(--marginTB);}
.txt_simple.align_left									{ text-align: left;}
.txt_simple:before										{ position: absolute; width: 94vw; max-width: calc(47vw + 720px); left: auto; right: 3vw; top: 0; bottom: 0; background: #eee; border-radius: 50px; visibility: hidden; transition: none; content: "";}
.txt_simple svg											{ width: 60px; height: auto; display: block; margin: 0 auto 15px auto;}
.txt_simple p               							{ margin-bottom: 15px;}
.txt_simple .link										{ margin-top: 10px;}
.txt_simple .multi_links								{ display: grid; grid-template-columns: 1fr 1fr; max-width: 300px; grid-gap: 10px; margin: 25px 0 0 0;}
.txt_simple .multi_links .link							{ margin: 0; text-align: center; padding: 0;}

/* custom highlight */
.txt_simple .txt_highlight    							{ padding-bottom: 15px;}
.txt_simple .txt_highlight svg  						{ bottom: 0; left: 0; right: 0; margin: 0 auto;}
.txt_simple .txt_highlight svg path						{ fill: var(--mainColor1);}









/***** card item : bg img + hover content */
.card_item_v2 								{ position: relative; border-radius: var(--imgRadius) var(--imgRadius) 0 var(--imgRadius); overflow: hidden; text-align: left;}
.card_item_v2 img							{ width: 100%; height: auto; display: block; aspect-ratio: 8/9; object-fit: cover; /*filter: brightness(0.9);*/}
.card_item_v2 .sous_titre					{ padding-bottom: 5px;}
.card_item_v2 .wrap							{ position: relative; overflow: hidden;}

.card_item_v2 .hover_show					{ position: absolute; left: 0; top: 0; color: #fff; background: rgba(0,0,0,75%); width: 100%; height: 100%; padding: 40px; display: none;}
.card_item_v2 .hover_show a        			{ z-index: 10;}
.card_item_v2 .hover_show p a        	    { z-index: 10; color: #fff; border-bottom: 1px solid #555;}
.card_item_v2 .link_arrow        			{ z-index: 20; position: absolute; right: 0; bottom: 0;}
.card_item_v2 .link_arrow:after   			{ width: 100%; height: 100%; position: absolute; right: 0; bottom: 0; content: ""; }

@media (min-width:1201px) {
.card_item_v2 .hover_show 					{ display: block; opacity: 0; visibility: hidden; transition: all 300ms ease-in-out;}
.card_item_v2:hover .hover_show 			{ opacity: 1; visibility: visible;}
.card_item_v2 .hover_show p a:hover    	    { color: var(--mainColor1); border-bottom: 1px solid var(--mainColor1);}
}
@media (max-width:1200px) {

}
@media (max-width:700px) {

}






/***** grid bloc *****/
.grid_bloc	 								{ position: relative; padding: 0; margin: var(--marginTB); margin-top: 0;}
.grid_bloc:before 							{ position: absolute; left: 20px; right: 20px; bottom: 65%; top: 0; background: var(--bgColorLight); z-index: -1; border-radius: 0; transition: none; visibility: hidden; content: "";}
.grid_bloc .container						{ display: grid; grid-gap: clamp(10px, 5vw, 50px); text-align: center;}

@media (max-width:1600px) {
.grid_bloc:before 							{ left: 0; right: 0; border-radius: 0;}
}
@media (max-width:700px) {
.grid_bloc:before 							{ display: none;}
}

/* custom colums */
.grid_bloc.col_2 .container					{ grid-template-columns: repeat(2, 1fr);}
.grid_bloc.col_3 .container					{ grid-template-columns: repeat(3, 1fr);}
.grid_bloc.col_4 .container					{ grid-template-columns: repeat(4, 1fr);}

@media (max-width:1400px) {
.grid_bloc.col_4 .container					{ grid-template-columns: 1fr 1fr;}
}
@media (max-width:1000px) {
.grid_bloc.col_3 .container					{ grid-template-columns: 1fr 1fr;}
}
@media (max-width:700px) {
.grid_bloc.col_2 .container,	
.grid_bloc.col_3 .container,					
.grid_bloc.col_4 .container					{ grid-template-columns: 1fr;}
}






/***** assets *****/
.assets_v2 									{ position: relative; padding: 0;}
.assets_v2 .container						{ display: grid; grid-template-columns: 1fr 1fr 1fr; grid-gap: 30px; align-items: center; position: relative;}
.assets_v2 .item img 						{ display: block; width: 100%; height: auto; border-radius: var(--imgRadius);}
.assets_v2 .item ul 						{ margin: 0;}

.assets_v2.reverse .item:first-child  		{ grid-area: 1 / 3;}
.assets_v2.reverse .item ul  				{ padding-left: 60px;}

@media (max-width:1200px) {
.assets_v2.reverse .item ul  				{ padding-left: 0;}
}
@media (max-width:1000px) {
.assets_v2 .container						{ grid-template-columns: 1fr 1fr; grid-gap: 30px;}
.assets_v2.reverse .item:first-child  		{ grid-area: auto;}
.assets_v2.reverse .item:nth-child(2)  		{ grid-area: 2 / 1 / 3 / 2;}
.assets_v2.reverse .item:nth-child(3)  		{ grid-area: 2 / 2 / 3 / 3;}
}

@media (max-width:700px) {
.assets_v2 .container						{ grid-gap: 20px 10px;}
.assets_v2.reverse .item:first-child  		{ grid-column: span 2;}
}






/***** process *****/
.home_process 								{ margin-top: 60px;}
.home_process .txt .wrap					{ padding-left: 60px;}

#process									{ display: grid; grid-gap: 50px; margin: 15px 0 45px 0;}
#process .step								{ position: relative; padding-left: 65px;}
#process .step span							{ width: 32px; height: 32px; border: 2px solid #fff; position: absolute; left: 0; top: 0;}
#process .step span:before					{ position: absolute; left: 6px; top: 6px; right: 6px; bottom: 6px; background: var(--mainColor1); transform: scale(0); content: "";}
#process .step span:after					{ width: 2px; position: absolute; left: 0; right: 0; top: 100%; margin: 0 auto; bottom: -66px; background: #fff; content: "";}
#process .step p							{ font-size: clamp(13px, 2.1vw, 14px); line-height: 100%; margin: 0; opacity: 0.35; transition: all 200ms ease-in-out;}
#process .step .sous_titre					{ font-size: clamp(18px, 2vw, 22px); margin-bottom: 10px;}
#process .step:last-child span:after 		{ display: none;}
#process .step.active span:before			{ transform: scale(1);}
#process .step.active p						{ opacity: 1;}

@media (max-width:1200px) {

}
@media (max-width:1000px) {
.home_process .txt .wrap					{ padding-left: 0;}
#process									{ grid-gap: 35px; }
#process .step span:after					{ bottom: -48px;}
}
@media (max-width:700px) {

}




/***** about *****/
.about  									{ margin-bottom: -20px;}
.about .titre_main 							{ padding-bottom: 10px;}
.about .titre_hw 							{ font-size: 32px; line-height: 32px; transform: rotate(-8deg); padding-top: 20px;}
@media (max-width:1200px) {
.about  									{ margin-bottom: 0;}
}
@media (max-width:1000px) {

}
@media (max-width:700px) {
.about  									{ margin-bottom: 40px;}
}


.avis_phrase                                { margin-top: -60px; }

@media (max-width:1200px) {
.avis_phrase                                { margin-top: -30px; }
}
@media (max-width:1000px) {
.avis_phrase                                { margin-top: 0px; }

}
@media (max-width:700px) {
.avis_phrase                                { margin-top: 30px; }
}




/***** showroom *****/
.showroom 									{ position: relative; padding: 0; margin: var(--marginTB);}
.showroom .container						{ display: grid; grid-template-columns: 1fr 1fr 1fr; grid-gap: 30px; position: relative;}
.showroom .item   							{ position: relative; background-color: var(--bgColorLight); text-align: center; aspect-ratio: 3/2; display: grid; align-items: center;}
.showroom .item img 						{ display: block; width: 100%; min-height: 100%; object-fit: cover;}
.showroom .item:first-child 				{ grid-column: span 2; grid-row: span 2; width: 100%; height: 100%; object-fit: cover;}
.showroom .item:nth-child(2) 				{ padding: 30px;}
.showroom .item .sous_titre					{ font-size: clamp(18px, 2vw, 22px); font-weight: 500; padding-top: 20px;}
.showroom .item p							{ font-size: clamp(13px, 2.1vw, 14px); line-height: 160%;}
.showroom .item.vr_visit					{ transition: all 300ms ease-in-out; }
.showroom .item .link_arrow					{ background-color: transparent; width: 100%; height: 100%; position: static;}
.showroom .item .link_arrow:after			{ position: absolute; left: 0; top: 0; right: 0; bottom: 0; content: "";}

@media (min-width:1201px) {
.showroom .item.vr_visit:hover              { background-color: var(--mainColor2Hover); }
}
@media (max-width:1000px) {
.showroom .container						{ grid-template-columns: 1fr 1fr 2fr; grid-gap: 20px;}
}
@media (max-width:700px) {
.showroom .container						{ grid-template-columns: 1fr; grid-gap: 10px;}
.showroom .item:first-child 				{ display: none;}
.showroom .item   							{ aspect-ratio: inherit;}
}



