@media (min-width: 1200px) {
    .gfield {
        margin: 20px 0 0 0 !important;
    }
	
	.gform_wrapper.gravity-theme .ginput_container_image_choice .gchoice label::after {
		top: 171px !important;
		left: 69px !important;
	}
	
	.adjust-h{
		flex-direction: row!important;
		margin-left: initial!important;
	}
}

@media (min-width: 575px) {
	.page-template-default #primary div article{
		padding: 25px 25px 50px;
	}
	#input_3_6,
	#input_3_10,
	#input_3_14,
	#input_3_16,
	#input_3_22{
		max-width: 80%;
	}
	
	.result-s h1{
		font-size: 48px!important;
	}
	
	.title-s {
		font-size: 55px!important;
	}
	
	.result-s .temp{
		padding: 200px 50px 50px!important;
	}
}
	
@media (min-width: 768px) {		
	.page-template-default #primary div article{
		padding: 50px;
	}
}

#post-7095 header,
#post-7698 header{
	display:none;
}
.adjust-h{
	flex-direction: row-reverse;
	margin-left: -100px;
}
body{
	font-family: "ducati"!important;
}

body .gform_wrapper.gravity-theme .gfield_label{
	position: relative;
	top:0;
	font-size: 16px;
	margin-bottom:0px;
    font-family: "ducati-extended" !important;
}

.gform_validation_errors{
    display: none !important;
}

body .ginput_container_consent .gfield_consent_label{
    font-size: 14px !important;
}

body .gform_wrapper.gravity-theme  #gform_4 .gform_footer {
    margin-top: 15px;
}

#primary{
	position: relative;
	max-width:initial!important;
	overflow: hidden;
}

.page-template-default #primary::after{
	content:'';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('/wp-content/uploads/2025/12/bg_config_ducati_match.jpg');
    background-size: cover;
    background-position: center;
}

#primary .col-lg-8.offset-lg-2{
	z-index: 1;
	background: rgba(255, 255, 255, 0.95);
}

.page-template-default #primary div article{
	padding: 15px 15px 50px;
}

#primary legend{
	color: #C2121A;
	font-size: 35px;
	font-style: normal;
	font-weight: 100;
	line-height: normal;
	border-bottom: 1px solid #000;
	padding-bottom: 25px;
	margin-bottom: 50px;
}

#primary footer{
	display: none;
}

#primary #gf_progressbar_wrapper_3{
	position: absolute;
	top: -70px;
    left: 0px;
	display: flex;
	flex-direction: row-reverse;
	gap: 20px;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
}

/* ---- Texte du step "STEP X OF Y" ---- */
#primary .gf_progressbar_title {
    font-size: 14px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.9); /* Blanc semi-transparent */
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 5px;
}

/* ---- Barre de progression principale ---- */
#primary .gf_progressbar {
    width: 180px; /* Ajusté selon ton design */
    height: 15px; /* Hauteur fine */
    background-color: rgba(255, 255, 255, 0.3); /* Couleur de fond gris clair */
    border-radius: 10px;
    position: relative;
    overflow: hidden;
	margin-bottom: 5px!important;
}

/* ---- Progression colorée en bleu ---- */
#primary .gf_progressbar_percentage {
    background: #C2121A;
    height: 15px;
    border-radius: 10px;
    transition: width 0.4s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ---- Texte du pourcentage en bleu sur fond blanc ---- */
#primary .gf_progressbar_percentage span {
    font-size: 10px;
    font-weight: bold;
    color: #ffffff; /* Texte en blanc */
    position: absolute;
    left: 5px;
}

/* ---- Conteneur des indicateurs d'étape (petits points) ---- */
#primary .gf_page_steps {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 4px;
    margin-top: 10px;
}

/* ---- Petits points d'étape ---- */
#primary .gf_page_steps_indicator {
    display: flex;
    gap: 5px;
}

/* ---- Points gris pour étapes inactives ---- */
#primary .gf_page_steps_indicator span {
    width: 6px;
    height: 6px;
    background-color: rgba(255, 255, 255, 0.3); /* Gris clair */
    border-radius: 50%;
    display: inline-block;
}

/* ---- Point rouge pour l'étape active ---- */
#primary .gf_page_steps_indicator .gf_step_active {
    background-color: red !important;
}

#primary .gfield_radio{
	gap: 25px!important;
}

#input_3_6,
#input_3_10,
#input_3_14,
#input_3_16,
#input_3_22{
	max-width: 100%;
	margin: auto;
}

.gform-page-footer.gform_page_footer.top_label {
    position: absolute;
	bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
	padding: 0px!important;
	margin: 0px!important;
	display: flex;
}

.gform-page-footer.gform_page_footer.top_label input{
    background: #DC0D15;
	color: #FFF;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	text-transform: uppercase;
	padding: 15px 30px;
	border: none;
}

.gfield-image-choice-wrapper-outer{
	display: flex;
}

.gform_wrapper.gravity-theme .ginput_container_image_choice .gchoice {
	max-inline-size: 150px!important;
    min-inline-size: 150px!important;
}

.gform_wrapper.gravity-theme .gchoice label {
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	align-items: flex-start;
}

@media screen and (min-width: 1200px) {
	.gform_wrapper.gravity-theme .gchoice label {
		flex-direction: column;
	}
}

.gform_wrapper.gravity-theme .ginput_container_image_choice .gchoice label {
	text-align: center;
}

.gform_wrapper.gravity-theme .ginput_container_image_choice .gchoice label::after {
	top: 165px;
    left: 70px;
}

.gform_wrapper.gravity-theme .ginput_container_image_choice .gfield_checkbox,.gform_wrapper.gravity-theme .ginput_container_image_choice .gfield_radio {
	justify-content: center;
	gap: 50px!important;
}

.col-lg-8.offset-lg-2{
	max-width: 80%!important;
    margin-left: 10%!important;
}

.form-img .gchoice label:before,
.form-img .ginput_container_consent label:before {
  	display: block;
  	max-width: 24px;
	margin: 0px auto 25px;
	min-height: 24px;
	margin-top: 15px;
}

.gchoice label:before,
.ginput_container_consent label:before {
	margin-bottom: 15px;
}

.site-header{
	display:initial!important;
}

.test main{
	padding: 250px 0px 250px !important;
}

.result-s{
	overflow: hidden;
	font-family: "ducati" !important;
}

.result-s .temp{
	width: 100vw;
	height: 100%;
	background-color: #E2E2E2;
	padding: 150px 30px 30px;
}

.result-s .temp .content-txt span{
	position: absolute;
	top: -75px;
	/*left: -35px;*/
	color: #BBBCBC;
	font-size: 20px;
	font-style: normal;
	font-weight: 800;
	line-height: 27px;
	letter-spacing: 0.72px;
	text-transform: uppercase;
}

.result-s .temp .content-txt span::before{
	content: '';
	position: absolute;
	width: 100px;
	height: 2px;
	background-color: #BBBCBC;
	bottom: 5px;
	left: -125px;
}

.result-s h1{
	display: inline-block;
	color: #C2121A;
	font-family: "ducati";
	font-size: 32px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	text-transform: uppercase;
	border-bottom: 1px solid #BBBCBC;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

.result-s .content-txt{
	position: relative;
	max-width: 1000px;
	margin: 100px auto 0px;
}

.result-s .content-txt p{
	text-align: initial;
}

.result-s .moto-r{
	padding: 100px 0px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 30px;
	padding: 20px 0px 100px;
}

.result-s .item-r{
	width: 30%;
	background: #fff;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	text-align: center;
	padding: 20px;
	box-shadow: 4px 15px 15px 4px rgba(0, 0, 0, 0.25);
	min-width: 300px;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.result-s .moto-r .item-r h2{
	color: #BBBCBC;
	text-align: center;
	font-family: "ducati";
	font-size: clamp(26px, 5em, 35px);
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 10px !important;
}

.result-s .moto-r .item-r div{
    margin-top: 10px !important;
}

.result-s .moto-r .item-r .img{
	width: 100%;
	aspect-ratio: 1 / 1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
}

.title-s {
	font-family: "ducati"!important;
	position: relative;
	display: table;
	padding: 0px 50px;
	background-color: #fff;
	color: #BBBCBC;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin: 50px auto 0px;
	z-index: 3;
}

.title-s::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: white;
	z-index: -1;
}

.title-s::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #BBBCBC;
	height: 1px;
	width: 200%;
	z-index: -2;
}

.adapt{
	max-width: 80%!important;
	width: 100%!important;
	margin: 10px auto;
}

#primary .section-banner{
	background-color: #000;
	height: auto;
}

@media screen and (max-width: 768px) {
	#primary .section-banner .wp-block-button__link {
		display: flex;
	}
}

.gform_heading{
	display:none;
}


.top-wrap .wrap > div:not(.wpml-ls) {
    width: 40%;
}

#cta{
    background-image: url('/wp-content/uploads/2025/01/DM_Ducati-Multistrada_20240731_09433_UC682791-1.jpg')!important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.adjust{
    margin: auto!important;
}

.logo--container {
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
	margin-top: 40px;
}

.logo--container .logo{
    min-width: 200px;
    top: 250px!important;
    left: 50%!important;
    margin-left: initial!important;
    //transform: translateX(-50%);
}

.section-banner {
	overflow: hidden;
}

.section-banner .mep-h {
	padding-top: 180px;
	position: relative;
	padding-bottom: 80px;
}

@media screen and (min-width: 768px) {
	.section-banner .mep-h {
		padding-top: 300px;
	}
}

.mep-h {
    //position: absolute;
    z-index: 2;
    bottom: 10%;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
	margin: auto;
    //left: 50%;
    //transform: translateX(-50%);
}

.mep-h h1{
    color: #ffffff;
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.mep-h p{
    color: #ffffff;
    text-align: center;
    font-size: 23.269px;
    font-style: normal;
    font-weight: 200;
    line-height: normal;
}

.swiper-wrapper{
    padding-bottom:55%;
}

.experience-item{
    overflow: unset;
}

.experience-item__content{
    top: 97%;
    background:none;
    padding: 35px 15px;
}

.experience-item__title{
    color:#BBBCBC;
    font-size:55px;
    font-weight:600;
    text-align:center;
    text-shadow: none!important;
}

.experience-item__distance{
    color:#000000;
    font-size: 18px;
    text-shadow:none;
    text-align:center;
    font-weight:300;
    line-height: normal;
}

.swip-mob .swiper-wrapper{
    flex-direction: column;
    align-items: center;
    padding-bottom: 0px;
}

.swip-mob .swiper-wrapper article{
    padding-bottom: 25px;
    display: flex;
    flex-direction: column-reverse;
    width: 80%;
}

.swip-mob .swiper-wrapper article .experience-item__content{
    position: relative;
}

.swip-desk{
    display: none;
}

@media (min-width: 575px) {
  .swiper-wrapper{
        padding-bottom:250px;
    }
    
    .mep-h{
        max-width: 540px;
    }
    
    .logo--container .logo{
        max-width: 675px!important;
    }
    
    .swip-mob{
        display: none;
    }
    
    .swip-desk{
        display: block!important;
    }
}

@media (min-width: 768px) {		
    .mep-h{
        max-width: 720px;
    }
    
    .mep-h h1, .mep-h p{
        text-align: initial;
    }
    
    .mep-h a{
        margin-left: 0px;
    }
    
    .logo--container .logo{
        min-width: 350px;
    }
}

@media (min-width: 991px) {
  .swiper-wrapper{
        padding-bottom:225px;
    }
    
    .mep-h{
        max-width: 960px;
    }
    
    .mep-h h1{
        font-size: 40px;
    }
    
    .logo--container .logo{
        min-width: 550px;
        top: 300px!important;
    }
    
    .section-banner{
        min-height: 100vh;
    }
    
    .background-i {
        background-image: url('/wp-content/uploads/2025/12/bg_ducati_match.jpg')!important;
    }
}

@media (min-width: 1200px) {
    .mep-h{
        max-width: 1140px;
        padding-left: 0px;
    }
    
    .logo--container .logo{
        min-width: 675px;
    }
}

@media (min-width: 1672px) {
    .mep-h{
        max-width: 1330px;
    }
    
    .solo-single-title{
        padding-left: 55px;
    }
}

.solo-mep{
    position: relative;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 27px; /* 168.75% */
    text-transform: uppercase;
    padding-left: 125px;
}

.solo-mep::before{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    width: 100px;
    height: 1px;
    background-color: #fff;
}

.background-i {
    position: absolute;
    height: 100vh;
    width: 100vw;
    background-color: #000;
    background-image: url('/wp-content/uploads/2025/12/bg_ducati_match.jpg'); //wp-content/uploads/2025/02/header_3-1.png
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

body .gform_button, .wp-block-button__link, .btn-main{
    min-width: max-content;
}

.wp-block-button__link {
	padding: 20px;
}

.gf_progressbar_wrapper{
    width: 100%;
    justify-content: space-between;
}

.gf_progressbar_title{
    width: 180px;
    text-align: right !important;
}

#primary .gf_progressbar{
    width: inherit;
}