/*
 Theme Name:  Alpes 2 Roues
 Theme URI:   https://www.alpes2roues.com
 Description: Custom theme by TousCommerces based on twentytwentyfive
 Author:      TousCommerces
 Author URI:  https://touscommerces.fr
 Template:    twentytwentyfive
 Version:     1.0.0
*/

:root{
--backcolor: #151515;
--textcolor: #f8f8f8;
--indicecolor: #28b4e4;
--grey: rgba(248, 248, 248, 0.3);
--wp--preset--spacing--50 : 0;
--wp--preset--spacing--60: 0;
}

@font-face {
    font-family: 'Space Mono';
    src: url('assets/fonts/SpaceMono-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Space Mono';
    src: url('assets/fonts/SpaceMono-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'PlayfairDisplay';
    src: url('assets/fonts/PlayfairDisplay-VariableFont_wght.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Quando';
    src: url('assets/fonts/Quando-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
html, body {
  background-color: #151515; /* même base que ton header */
  min-height: 100%;
}
/* GLOBAL */
body {
	/*background-color: var(--backcolor);*/
	/*background: linear-gradient(99deg, #000000, #28b4e4);*/ /*blue black light*/
	background: linear-gradient(99deg, #000000, #002435); /*blue black dark*/
    /*background: linear-gradient(-93deg, #474747, #000000); grey black*/
	/*background: linear-gradient(101deg, #28b4e4, #ffc800, #ffc800); /*yellow blue*/
	color: var(--textcolor);
	font-family: 'Space Mono';
}

header {
	z-index: 2;
	position: fixed;
	top: 0;
	width: 100vw;
	transition: all .5s ease;
}

header.scrolled {
    transform: translateY(-100px);
    box-shadow: 0 4px 12px rgba(0,0,0,.12);
	background-color: #151515EE;
	backdrop-filter: blur(2px);
}

header.scrolled .wp-block-site-logo {
	width: 250px;
    height: auto;
	top: 100px;
	position: relative;
}
@media (max-width: 600px) {
	header.scrolled .wp-block-site-logo {
    	left: -20px;
	}
}

header.scrolled .menu-alpes2roueswrapper {
	margin-top: 100px !important;
}
@media (min-width: 1150px) {
	header.scrolled .menu-alpes2roueswrapper {
		transform: rotate(0deg);
    	margin-right: 350px !important;
	}
}
/*header.scrolled .menu-alpes2roueswrapper {
	margin-right: 350px !important;
	transform: rotate(0deg);
	top: 50px;
}

@media (max-width: 1150px) {
	header.scrolled .menu-alpes2roueswrapper {
		margin-right: 50px!important;
    	margin-top: 100px !important;
	}
}*/

header.scrolled .alpes2rouesPicto {
	top: 110px;
}
a {
outline: -webkit-focus-ring-color auto 0px;
}
a:active {
  border-color: transparent;
  transform: scale(0.95); /* optional pressed effect */
}

main {
	z-index: 1;
}

h1, h2 {
	font-family: 'Quando';
}

h1 {

}

h2 {
	font-size: 33px;
	color: #888;
}

/* SPECIFIC MENU*/
.wp-block-site-logo img {
	min-width: 285px !important;
}

.wp-block-site-logo a:hover {
transform: rotate(7deg);
}

@media (max-width: 1149px) {
	.menu-alpes2roueswrapper {
		margin-right: 100px!important;
	}
}

@media (max-width: 600px) {
	.menu-alpes2roueswrapper {
		margin-right: 50px!important;
	}
}
@media (min-width: 1150px) {
	.menu-alpes2roueswrapper {
		margin-right: 250px !important;
		transform: rotate(4deg);
    	left: 0;
    	position: relative;
    	top: 0;
	}
}

.wp-block-navigation__responsive-container-close {
	padding: 50px;
}

.wp-block-navigation__responsive-container-close svg {
width: 48px;
height: 48px;
color: white;
}

@media (min-width: 1150px) {
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: none !important;
  }
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: block !important;
    width: 100%;
    position: relative;
    z-index: auto;
    background-color: inherit;
  	transform: rotate(0deg);
  }
}

/* On neutralise le style par défaut à 600px*/
@media (max-width: 1150px) {
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: flex;
  	transform: rotate(-4deg);
  	/*background-color: red !important;*/
  	border: 0px;
  }
  
  header.scrolled .wp-block-navigation__responsive-container-open:not(.always-shown) {
    transform: rotate(0deg);
  }

  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: none;
  }
}

.wp-block-navigation__responsive-container-open svg {
	width: 48px;
	height: 48px;
	transform: rotate(4deg);
}

header.scrolled .wp-block-navigation__responsive-container-open svg { 
	width: 36px;
	height: 36px;
	transform: rotate(0deg);
}

/* Empêche le scroll du body quand le menu est ouvert */
body.has-modal-open {
  overflow: hidden;
}

/* Content Menu Mobile on scroll */
html.has-modal-open header.scrolled {
	/*background-color : #000000BB !important;*/
background-color : transparent !important;
	height: 100%;
	min-height: 90vh;
	top: 100px;
	left: 0;
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
	background-color: transparent !important;
	backdrop-filter: blur(8px);
}
/* content background */
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
	background-color: #000000DD !important;
	color: white;
	width: 100%;
	height: 100%;
	min-height: 90vh;
	padding: 100px;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content ul, 
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content li {
	width: 100%;
	min-height: 80px;
	align-items: center !important;
}

@media (max-width: 1024px) {
	.alpes2roues-encartSpacer {
    	height: 35vh !important;
	}

	.alpes2roues-encart {
		flex-direction: column;
	}
}

/* MAIN */
/*.mainAlpes2roues {
	margin-top: 75px;
}*/

@media (max-width: 600px) {
	.mainAlpes2roues {
    	/*height: 120vh !important;*/
    	text-align: center;
	}
}

.alpes2col {
 max-width: 48%;
padding: 40px;
}

.alpes2col2 {
max-width: 100%;
}

.alpes2col h1 {
margin-top: 40px;
line-height: 28px;
    letter-spacing: 1px;
}

/*@media (max-width: 1150px) {
	.menu-alpes2roues {
		top: 30px !important;
		left: -25px;
	}
}*/

.menu-alpes2roues li  a {
	cursor: pointer;
	border: 2px solid transparent;
    text-decoration: none;
    color: var(--textcolor);
    margin-right: 8px;
    padding: 8px 10px !important;
	outline: -webkit-focus-ring-color auto 0px;
}

.menu-alpes2roues li  a:active {
	border: 2px solid #0000;
	border-radius: 4px;
	border-color: var(--textcolor);
}

.menu-alpes2roues li  a:hover {
	border: 2px solid #0000;
	border-radius: 4px;
	border-color: var(--grey);
}

.alpes2rouesPicto {
	position: fixed;
    top: 40px;
  right: 100px;
}
@media (max-width: 1150px) {
	.alpes2rouesPicto {
    	display: none !important;
	}
}
.alpes2rouesPicto a:hover {
opacity: 0.3;
}

.picto img {
width: 51px;
}

/* INDICE */
.indiceTitle {
	font-family: 'PlayfairDisplay','Space Mono' ;
	font-size: 48px !important;
    font-weight: 700 !important;
}


/* SPECIFIC MASKING*/
.shapeCover {
  mask-image: url('/wp-content/uploads/2025/10/shape11.svg');
  -webkit-mask-image: url('/wp-content/uploads/2025/10/shape11.svg');
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  top:-70px;
}

.shapeCover::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0));
  pointer-events: none;
}

.shape {
  mask-image: url('/wp-content/uploads/2025/10/shape_min.svg');
  -webkit-mask-image: url('/wp-content/uploads/2025/10/shape_min.svg');
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

@media (min-width: 1150px) {
	.shape400 {
  width: 400px;
  /*height: 400px;*/
}

.shape500 {
  width: 500px;
  /*height: 500px;*/
}
}

.cloud {
	height: 600px;
  background-image: linear-gradient(to bottom, rgba(0,0,0,0.6), rgba(0,0,0,0.7)), url('/wp-content/uploads/2025/10/alpes2roues_accueil4.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  
  -webkit-mask-image: url('/wp-content/uploads/2025/10/cloud5.png');
  mask-image: url('/wp-content/uploads/2025/10/cloud5.png');
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
}

.accueilCover {
  height: 100vh; 
/*background-image: linear-gradient(to bottom, rgba(255,255,255,0.9), rgba(0,0,0,0), rgba(0,0,0,0.4));*/
position:relative;
background-image: linear-gradient(to bottom, rgba(255,255,255,0.9), rgba(0,0,0,0), rgba(0,0,0,0.4)), url('/wp-content/uploads/2025/10/alpes2roues_accueil-1.jpg');
  background-size: cover;
    background-position: 65% 0;
  background-attachment: fixed;

	clip-path: polygon(100% 100%, 100% 200px, 100% 197.18px, 99.95666667% 186.85px, 99.83% 176.73px, 99.62333333% 166.86px, 99.34083333% 157.32px, 98.98833333% 148.16px, 98.56833333% 139.42px, 98.085% 131.17px, 97.54416667% 123.46px, 96.94833333% 116.34px, 96.30333333% 109.87px, 95.61166667% 104.1px, 94.87916667% 99.09px, 94.10833333% 94.9px, 93.305% 91.58px, 92.4725% 89.18px, 91.615% 87.76px, 8.385% .38px, 7.5275% 0, 6.695% .65px, 5.89166667% 2.29px, 5.12083333% 4.86px, 4.38833333% 8.33px, 3.69666667% 12.64px, 3.05166667% 17.76px, 2.45583333% 23.63px, 1.915% 30.2px, 1.43166667% 37.44px, 1.01166667% 45.3px, .65916667% 53.72px, .37666667% 62.67px, .17% 72.1px, .04333333% 81.95px, 0 92.2px, 0 200px, 0 100%);
    -webkit-clip-path: polygon(100% 100%, 100% 200px, 100% 197.18px, 99.95666667% 186.85px, 99.83% 176.73px, 99.62333333% 166.86px, 99.34083333% 157.32px, 98.98833333% 148.16px, 98.56833333% 139.42px, 98.085% 131.17px, 97.54416667% 123.46px, 96.94833333% 116.34px, 96.30333333% 109.87px, 95.61166667% 104.1px, 94.87916667% 99.09px, 94.10833333% 94.9px, 93.305% 91.58px, 92.4725% 89.18px, 91.615% 87.76px, 8.385% .38px, 7.5275% 0, 6.695% .65px, 5.89166667% 2.29px, 5.12083333% 4.86px, 4.38833333% 8.33px, 3.69666667% 12.64px, 3.05166667% 17.76px, 2.45583333% 23.63px, 1.915% 30.2px, 1.43166667% 37.44px, 1.01166667% 45.3px, .65916667% 53.72px, .37666667% 62.67px, .17% 72.1px, .04333333% 81.95px, 0 92.2px, 0 200px, 0 100%);
z-index: 0;
/*opacity: 1;*/
	top:145px;
}

@media (max-width: 1024px) {
.accueilCover {
  height: 120vh !important; 
}
}

.accueilCover::before,
.accueilCover::after {
  content: "";
  position: absolute;
  inset: 0; /* top:0; right:0; bottom:0; left:0 */
  background-size: cover;
  background-position: 65% 0;
  background-attachment: fixed;
  transition: opacity 1s linear;
  will-change: opacity;
  pointer-events: none;
  z-index: 0; /* en dessous du contenu mais les deux calques partagent même z-index */
}
.accueilCover::before {
  background-image: url('/wp-content/uploads/2025/10/alpes2roues_accueil4.jpg');
  opacity: 1;
  animation: crossfadeA 20s infinite linear;
}
@keyframes crossfadeA {
  0%   { opacity: 0; }
  25%   { opacity: 0; }
  35%   { opacity: 1; }
  45%  { opacity: 1; }
  75%  { opacity: 0.8; }
  100% { opacity: 0; }
}
@keyframes crossfadeB {
  0%   { opacity: 0; }
  45%  { opacity: 0; }
  55%  { opacity: 1; }
  95%  { opacity: 1; }
  100% { opacity: 0.2; }
}

.accueilCover::after {
  background-image: url('/wp-content/uploads/2025/10/alpes2roues_diap2.jpg');
  opacity: 0;
  animation: crossfadeB 20s infinite linear;
}

@media (max-width: 768px) {
	.accueilCover {
    	/*top: -50px;*/
	}
}

.pageCover {
	clip-path: polygon(100% 100%, 100% 200px, 100% 197.18px, 99.95666667% 186.85px, 99.83% 176.73px, 99.62333333% 166.86px, 99.34083333% 157.32px, 98.98833333% 148.16px, 98.56833333% 139.42px, 98.085% 131.17px, 97.54416667% 123.46px, 96.94833333% 116.34px, 96.30333333% 109.87px, 95.61166667% 104.1px, 94.87916667% 99.09px, 94.10833333% 94.9px, 93.305% 91.58px, 92.4725% 89.18px, 91.615% 87.76px, 8.385% .38px, 7.5275% 0, 6.695% .65px, 5.89166667% 2.29px, 5.12083333% 4.86px, 4.38833333% 8.33px, 3.69666667% 12.64px, 3.05166667% 17.76px, 2.45583333% 23.63px, 1.915% 30.2px, 1.43166667% 37.44px, 1.01166667% 45.3px, .65916667% 53.72px, .37666667% 62.67px, .17% 72.1px, .04333333% 81.95px, 0 92.2px, 0 200px, 0 100%);
    -webkit-clip-path: polygon(100% 100%, 100% 200px, 100% 197.18px, 99.95666667% 186.85px, 99.83% 176.73px, 99.62333333% 166.86px, 99.34083333% 157.32px, 98.98833333% 148.16px, 98.56833333% 139.42px, 98.085% 131.17px, 97.54416667% 123.46px, 96.94833333% 116.34px, 96.30333333% 109.87px, 95.61166667% 104.1px, 94.87916667% 99.09px, 94.10833333% 94.9px, 93.305% 91.58px, 92.4725% 89.18px, 91.615% 87.76px, 8.385% .38px, 7.5275% 0, 6.695% .65px, 5.89166667% 2.29px, 5.12083333% 4.86px, 4.38833333% 8.33px, 3.69666667% 12.64px, 3.05166667% 17.76px, 2.45583333% 23.63px, 1.915% 30.2px, 1.43166667% 37.44px, 1.01166667% 45.3px, .65916667% 53.72px, .37666667% 62.67px, .17% 72.1px, .04333333% 81.95px, 0 92.2px, 0 200px, 0 100%);
	top: 145px;
}

.pageContent {
	top: 150px;
	min-height: 300px;
    position: relative;
	margin-bottom: 100px;
}

.unknownContent {
	top: 300px;
	min-height: 300px;
	margin-bottom: 150px;
}

.pageContent .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	--wp--style--global--content-size: 80% !important;
}

.pageAriane {
	top: 150px;
	position: relative;
    padding: 20px 100px;
}

.pageFooter {
	top: 200px;
    position: relative;
}


/* COVER LOC*/
.locationCover {
  height: 100vh; 
position:relative;
background-image: linear-gradient(to bottom, rgba(255,255,255,0.9), rgba(0,0,0,0), rgba(0,0,0,0.4)), url('/wp-content/uploads/2025/10/alpes2roues_diap12-1.jpg');
  background-size: cover;
    background-position: 65% 0;
  background-attachment: fixed;
	clip-path: polygon(100% 100%, 100% 200px, 100% 197.18px, 99.95666667% 186.85px, 99.83% 176.73px, 99.62333333% 166.86px, 99.34083333% 157.32px, 98.98833333% 148.16px, 98.56833333% 139.42px, 98.085% 131.17px, 97.54416667% 123.46px, 96.94833333% 116.34px, 96.30333333% 109.87px, 95.61166667% 104.1px, 94.87916667% 99.09px, 94.10833333% 94.9px, 93.305% 91.58px, 92.4725% 89.18px, 91.615% 87.76px, 8.385% .38px, 7.5275% 0, 6.695% .65px, 5.89166667% 2.29px, 5.12083333% 4.86px, 4.38833333% 8.33px, 3.69666667% 12.64px, 3.05166667% 17.76px, 2.45583333% 23.63px, 1.915% 30.2px, 1.43166667% 37.44px, 1.01166667% 45.3px, .65916667% 53.72px, .37666667% 62.67px, .17% 72.1px, .04333333% 81.95px, 0 92.2px, 0 200px, 0 100%);
    -webkit-clip-path: polygon(100% 100%, 100% 200px, 100% 197.18px, 99.95666667% 186.85px, 99.83% 176.73px, 99.62333333% 166.86px, 99.34083333% 157.32px, 98.98833333% 148.16px, 98.56833333% 139.42px, 98.085% 131.17px, 97.54416667% 123.46px, 96.94833333% 116.34px, 96.30333333% 109.87px, 95.61166667% 104.1px, 94.87916667% 99.09px, 94.10833333% 94.9px, 93.305% 91.58px, 92.4725% 89.18px, 91.615% 87.76px, 8.385% .38px, 7.5275% 0, 6.695% .65px, 5.89166667% 2.29px, 5.12083333% 4.86px, 4.38833333% 8.33px, 3.69666667% 12.64px, 3.05166667% 17.76px, 2.45583333% 23.63px, 1.915% 30.2px, 1.43166667% 37.44px, 1.01166667% 45.3px, .65916667% 53.72px, .37666667% 62.67px, .17% 72.1px, .04333333% 81.95px, 0 92.2px, 0 200px, 0 100%);
z-index: 0;
	top:145px;
}
.cloudLocation {
	height: 600px;
	background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.3)), url('/wp-content/uploads/2025/10/alpes2roues_diap11.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  
  -webkit-mask-image: url('/wp-content/uploads/2025/10/shape11.svg');
  mask-image: url('/wp-content/uploads/2025/10/shape11.svg');
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-position: top center;
}

@media (max-width: 600px) {
.cloudLocation, .cloudLocationSpacer {
	/*height: 300px;*/
	display: none;
}

.locationCover {
	height: 180vh !important;
}
.atelierCover {
	height: 120vh !important;
}
.cloud, .cloudSpacer {
display: none;
}
}


.atelierCover {
  height: 100vh; 
position:relative;
background-image: linear-gradient(to bottom, rgba(0,0,0,0.9), rgba(0,0,0,0), rgba(0,0,0,0.4)), url('/wp-content/uploads/2025/10/alpes2roues_atelier1.jpg');
  background-size: cover;
    background-position: 65% 0;
  background-attachment: fixed;
	clip-path: polygon(100% 100%, 100% 200px, 100% 197.18px, 99.95666667% 186.85px, 99.83% 176.73px, 99.62333333% 166.86px, 99.34083333% 157.32px, 98.98833333% 148.16px, 98.56833333% 139.42px, 98.085% 131.17px, 97.54416667% 123.46px, 96.94833333% 116.34px, 96.30333333% 109.87px, 95.61166667% 104.1px, 94.87916667% 99.09px, 94.10833333% 94.9px, 93.305% 91.58px, 92.4725% 89.18px, 91.615% 87.76px, 8.385% .38px, 7.5275% 0, 6.695% .65px, 5.89166667% 2.29px, 5.12083333% 4.86px, 4.38833333% 8.33px, 3.69666667% 12.64px, 3.05166667% 17.76px, 2.45583333% 23.63px, 1.915% 30.2px, 1.43166667% 37.44px, 1.01166667% 45.3px, .65916667% 53.72px, .37666667% 62.67px, .17% 72.1px, .04333333% 81.95px, 0 92.2px, 0 200px, 0 100%);
    -webkit-clip-path: polygon(100% 100%, 100% 200px, 100% 197.18px, 99.95666667% 186.85px, 99.83% 176.73px, 99.62333333% 166.86px, 99.34083333% 157.32px, 98.98833333% 148.16px, 98.56833333% 139.42px, 98.085% 131.17px, 97.54416667% 123.46px, 96.94833333% 116.34px, 96.30333333% 109.87px, 95.61166667% 104.1px, 94.87916667% 99.09px, 94.10833333% 94.9px, 93.305% 91.58px, 92.4725% 89.18px, 91.615% 87.76px, 8.385% .38px, 7.5275% 0, 6.695% .65px, 5.89166667% 2.29px, 5.12083333% 4.86px, 4.38833333% 8.33px, 3.69666667% 12.64px, 3.05166667% 17.76px, 2.45583333% 23.63px, 1.915% 30.2px, 1.43166667% 37.44px, 1.01166667% 45.3px, .65916667% 53.72px, .37666667% 62.67px, .17% 72.1px, .04333333% 81.95px, 0 92.2px, 0 200px, 0 100%);
z-index: 0;
	top:145px;
}

.cloudAtelier {
	height: 100vh;
	background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.3)), url('/wp-content/uploads/2025/10/alpes2roues_atelier.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  opacity: 0.3;
  
}

.alpes2roues-team {
	margin-top: -1000px;
}

@media (max-width: 600px) {
	.alpes2roues-team {
		max-width: 75% !important;
	}
	.cloudAtelier {
    	margin-top: 250px;
	}
}

.boutiqueCover {
  height: 100vh; 
position:relative;
background-image: linear-gradient(to bottom, rgba(0,0,0,0.9), rgba(0,0,0,0), rgba(0,0,0,0.4)), url('/wp-content/uploads/2025/10/alpes2roues_boutique.jpg');
  background-size: cover;
    background-position: 65% 0;
  background-attachment: fixed;
	clip-path: polygon(100% 100%, 100% 200px, 100% 197.18px, 99.95666667% 186.85px, 99.83% 176.73px, 99.62333333% 166.86px, 99.34083333% 157.32px, 98.98833333% 148.16px, 98.56833333% 139.42px, 98.085% 131.17px, 97.54416667% 123.46px, 96.94833333% 116.34px, 96.30333333% 109.87px, 95.61166667% 104.1px, 94.87916667% 99.09px, 94.10833333% 94.9px, 93.305% 91.58px, 92.4725% 89.18px, 91.615% 87.76px, 8.385% .38px, 7.5275% 0, 6.695% .65px, 5.89166667% 2.29px, 5.12083333% 4.86px, 4.38833333% 8.33px, 3.69666667% 12.64px, 3.05166667% 17.76px, 2.45583333% 23.63px, 1.915% 30.2px, 1.43166667% 37.44px, 1.01166667% 45.3px, .65916667% 53.72px, .37666667% 62.67px, .17% 72.1px, .04333333% 81.95px, 0 92.2px, 0 200px, 0 100%);
    -webkit-clip-path: polygon(100% 100%, 100% 200px, 100% 197.18px, 99.95666667% 186.85px, 99.83% 176.73px, 99.62333333% 166.86px, 99.34083333% 157.32px, 98.98833333% 148.16px, 98.56833333% 139.42px, 98.085% 131.17px, 97.54416667% 123.46px, 96.94833333% 116.34px, 96.30333333% 109.87px, 95.61166667% 104.1px, 94.87916667% 99.09px, 94.10833333% 94.9px, 93.305% 91.58px, 92.4725% 89.18px, 91.615% 87.76px, 8.385% .38px, 7.5275% 0, 6.695% .65px, 5.89166667% 2.29px, 5.12083333% 4.86px, 4.38833333% 8.33px, 3.69666667% 12.64px, 3.05166667% 17.76px, 2.45583333% 23.63px, 1.915% 30.2px, 1.43166667% 37.44px, 1.01166667% 45.3px, .65916667% 53.72px, .37666667% 62.67px, .17% 72.1px, .04333333% 81.95px, 0 92.2px, 0 200px, 0 100%);
z-index: 0;
	top:145px;
}

.boutiqueAlpes2roues {
	margin-top: 200px;
}

.mentionsCover {
  height: 100vh; 
position:relative;
background-image: linear-gradient(to bottom, rgba(0,0,0,0.9), rgba(0,0,0,0), rgba(0,0,0,0.4)), url('/wp-content/uploads/2025/10/alpes2roues_diap11.jpg');
  background-size: cover;
    background-position: 65% 0;
  background-attachment: fixed;
	clip-path: polygon(100% 100%, 100% 200px, 100% 197.18px, 99.95666667% 186.85px, 99.83% 176.73px, 99.62333333% 166.86px, 99.34083333% 157.32px, 98.98833333% 148.16px, 98.56833333% 139.42px, 98.085% 131.17px, 97.54416667% 123.46px, 96.94833333% 116.34px, 96.30333333% 109.87px, 95.61166667% 104.1px, 94.87916667% 99.09px, 94.10833333% 94.9px, 93.305% 91.58px, 92.4725% 89.18px, 91.615% 87.76px, 8.385% .38px, 7.5275% 0, 6.695% .65px, 5.89166667% 2.29px, 5.12083333% 4.86px, 4.38833333% 8.33px, 3.69666667% 12.64px, 3.05166667% 17.76px, 2.45583333% 23.63px, 1.915% 30.2px, 1.43166667% 37.44px, 1.01166667% 45.3px, .65916667% 53.72px, .37666667% 62.67px, .17% 72.1px, .04333333% 81.95px, 0 92.2px, 0 200px, 0 100%);
    -webkit-clip-path: polygon(100% 100%, 100% 200px, 100% 197.18px, 99.95666667% 186.85px, 99.83% 176.73px, 99.62333333% 166.86px, 99.34083333% 157.32px, 98.98833333% 148.16px, 98.56833333% 139.42px, 98.085% 131.17px, 97.54416667% 123.46px, 96.94833333% 116.34px, 96.30333333% 109.87px, 95.61166667% 104.1px, 94.87916667% 99.09px, 94.10833333% 94.9px, 93.305% 91.58px, 92.4725% 89.18px, 91.615% 87.76px, 8.385% .38px, 7.5275% 0, 6.695% .65px, 5.89166667% 2.29px, 5.12083333% 4.86px, 4.38833333% 8.33px, 3.69666667% 12.64px, 3.05166667% 17.76px, 2.45583333% 23.63px, 1.915% 30.2px, 1.43166667% 37.44px, 1.01166667% 45.3px, .65916667% 53.72px, .37666667% 62.67px, .17% 72.1px, .04333333% 81.95px, 0 92.2px, 0 200px, 0 100%);
z-index: 0;
	top:145px;
}


/* CONTENT HP 2 BLOCS */
@media (max-width: 1024px) {
	.accueil-2blocs {
		flex-direction: column;
	}
	.alpes2col {
    	margin-bottom: 50px !important;
	}
	.alpes2col, .alpes2col2 {
    	max-width: 100% !important;
    	padding: 0!important;
	}
	.shape400 {
  		width:400px;
	}
	.cloud {
		height: 400px;
	}

	#actus-de-la-semaine {
    	/*top: -100px !important;*/
    	text-align: center;
	}

	.partner-card-col {
    	margin-bottom: 100px !important;
    	margin-top: -50px !important;
    	margin-left: 50px!important;
    	margin-right: 50px!important;
	}

	.partner-card-col2 {
    	margin-left: 50px!important;
    	margin-right: 50px!important;
	}

	.wpcf7 {
    	max-width: 75% !important;
	}
}

.boutiqueAlpes2roues .brand-card img:hover {
  transform: scale(1.1);
}
.boutiqueAlpes2roues .brand-card {
  transition: transform .3s ease, box-shadow .3s ease;
}
.boutiqueAlpes2roues .brand-card:hover {
  transform: translateY(-5px);
  box-shadow:0 10px 25px rgba(0,0,0,0.12);
}

.blocks-gallery-item__caption {
	text-overflow: ellipsis !important;
    text-wrap-mode: nowrap !important;
    overflow: hidden !important;
}

/*.cirkwi {
	padding: 50px !important;
}*/
	#mb_module {
 		padding: 10px 50px;   
	}

/*@media (min-width: 1024px) {*/
.alpes2roues-actus {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 1.5rem !important;
	justify-content: center !important;
}

.alpes2roues-actus .wp-block-column {
	flex: 1 1 20% !important;
	box-sizing: border-box;
}

/* Tablet (2 per row) */
@media (max-width: 1024px) {
	.alpes2roues-actus .wp-block-column {
		flex: 1 1 50% !important;
	}
	.alpes2roues-actus .wp-block-column figure {
    	width: 100%;
    	height: auto;
	}
	.alpes2roues-actus .wp-block-column figure img {
    	width: 100%;
	}
}

/* Mobile (1 per row) */
@media (max-width: 600px) {
	.alpes2roues-actus .wp-block-column {
		flex: 1 1 100% !important;
	}

	.filebird-block-filebird-gallery {
    	--columns: 1!important;
	}

	.alpes2roues-actus {
    	max-width: 75% !important;
	}

	footer .wp-block-navigation__container {
    	display: flex;
    	flex-direction: column;
    	margin: 50px;
	}
}
/*}*/
@media (max-width: 1024px) {
	.alpes2roues_accueil_contact {
		display: flex;
    	flex-direction: column;
	}
}

/* FORM */
input {
    width: 100% !important;
    height: 40px !important;
}
textarea {
   width: 100% !important;
}
input[type=checkbox] {
	width: 40px !important;
}
input[type=submit] {
    background-color: #ffee58;
    color: #000000;
	border: 0;
	height: 80px !important;
}

/* SAFA */
@supports (-webkit-touch-callout: none) {
  .accueilCover,
  .locationCover,
  .atelierCover,
  .mentionsCover,
  .boutiqueCover,
  .cloud,
  .cloudLocation,
  .cloudAtelier,
  .accueilCover::before,
  .accueilCover::after {
    background-attachment: scroll !important;
    /* Stabilise la peinture GPU lors du scroll */
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transform: translateZ(0);
    will-change: transform;
  }
}
@supports (-webkit-touch-callout: none) {
  .accueilCover,
  .locationCover,
  .atelierCover,
  .mentionsCover,
  .boutiqueCover,
  .cloudAtelier {
    min-height: 100dvh;                 /* iOS 16+ */
    min-height: -webkit-fill-available; /* fallback iOS WebKit */
    height: auto;                        /* évite les coupures */
  }
}
@supports (-webkit-touch-callout: none) {
  .cloud,
  .cloudLocation {
    min-height: 50dvh;
  }
}
.accueilCover { 
  position: relative;
  isolation: isolate;
}
.accueilCover::before,
.accueilCover::after {
  z-index: -1;
  background-size: cover;
  background-position: 65% 0;
}
.cloud,
.cloudLocation,
.shapeCover {
  background-size: cover;
  background-position: center;
}
.section,
.block,
.wrapper,
.container {
  overflow-x: clip;
}
@supports not (overflow: clip) {
  .section, .block, .wrapper, .container { overflow-x: hidden; }
}

html, body { -webkit-text-size-adjust: 100%; }
input, select, textarea { font-size: 16px !important; }

/* A */
a, button, [role="button"], .wp-block-navigation a {
  -webkit-tap-highlight-color: transparent;
}

a, button, [role="button"] {
  outline: none;
}
a:focus-visible,
button:focus-visible,
[role="button"]:focus-visible {
  outline: 2px solid var(--indicecolor);
  outline-offset: 2px;
}

@media (hover: none) and (pointer: coarse) {
  a:active,
  .menu-alpes2roues li a:active {
    border-color: transparent !important;
    transform: none;
  }
}

a img, a svg {
  border: 0;
  outline: none;
}

.wp-block-navigation a, .wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
  outline: none !important;
}
.wp-block-navigation a:focus-visible {
  outline: 2px solid var(--indicecolor);
  outline-offset: 2px;
}