/*-------------------------------------------------------------
1.0 Typography & tools
--------------------------------------------------------------*/
	:root {
  		--primary: #2F3A48 !important;
  		--secondary: #FAA31B !important;
  		--body: #000000 !important;
	}

	/**
		UPDATE 2025
	**/

	.menu-item-has-children .jet-nav__sub {
		border-radius: 5px;
		padding: 16px 8px;
		background-color: #2F3A48;
	}

	.menu-item-has-children .jet-nav__sub a {
		color: #fff;
	}

	.menu-item-has-children .jet-nav__sub a:hover {
		color: #FAA31B;
	}

	.elementor-widget-jet-map .jet-map {
		border-radius: 5px;
	}

	.date-article .jet-listing-dynamic-meta__date {
		display: flex !important;
		align-items: center;
	}

	.wp-block-image img {
		border-radius: 5px;
		margin: 20px 0;
	}

	.wp-block-heading {
		margin: 36px 0;
	}

	.wp-block-heading + .wp-block-image {
		margin-top: 0 !important;
	}

	.wp-block-buttons {
		margin-top: 20px;
	}

	.wp-block-button.button-orange a {
		background-color: var(--secondary) !important;
		padding: 8px 30px !important;
		border-radius: initial !important;
		text-transform: uppercase;
		font-size: 16px;
		font-weight: 600;
		-webkit-clip-path: polygon( 98.54% -0.017%,1.458% -0.017%,1.458% -0.017%,1.222% 0.077%,0.998% 0.348%,0.788% 0.781%,0.597% 1.361%,0.427% 2.074%,0.281% 2.904%,0.162% 3.837%,0.073% 4.857%,0.017% 5.95%,-0.002% 7.1%,-0.002% 92.886%,-0.002% 92.886%,0.017% 94.036%,0.073% 95.129%,0.162% 96.149%,0.281% 97.081%,0.427% 97.911%,0.597% 98.623%,0.788% 99.203%,0.998% 99.636%,1.222% 99.906%,1.458% 100%,92.402% 100%,92.402% 100%,92.63% 99.956%,92.855% 99.826%,93.076% 99.611%,93.292% 99.313%,93.502% 98.935%,93.706% 98.477%,93.902% 97.943%,94.089% 97.334%,94.267% 96.651%,94.434% 95.898%,99.158% 72.874%,99.158% 72.874%,99.313% 72.059%,99.453% 71.192%,99.578% 70.278%,99.687% 69.323%,99.781% 68.329%,99.859% 67.304%,99.92% 66.25%,99.964% 65.173%,99.991% 64.078%,100% 62.969%,100% 7.1%,100% 7.1%,99.981% 5.964%,99.926% 4.88%,99.838% 3.863%,99.72% 2.93%,99.574% 2.096%,99.404% 1.378%,99.213% 0.792%,99.003% 0.353%,98.778% 0.079%,98.54% -0.017% ) !important;
		clip-path: polygon( 98.54% -0.017%,1.458% -0.017%,1.458% -0.017%,1.222% 0.077%,0.998% 0.348%,0.788% 0.781%,0.597% 1.361%,0.427% 2.074%,0.281% 2.904%,0.162% 3.837%,0.073% 4.857%,0.017% 5.95%,-0.002% 7.1%,-0.002% 92.886%,-0.002% 92.886%,0.017% 94.036%,0.073% 95.129%,0.162% 96.149%,0.281% 97.081%,0.427% 97.911%,0.597% 98.623%,0.788% 99.203%,0.998% 99.636%,1.222% 99.906%,1.458% 100%,92.402% 100%,92.402% 100%,92.63% 99.956%,92.855% 99.826%,93.076% 99.611%,93.292% 99.313%,93.502% 98.935%,93.706% 98.477%,93.902% 97.943%,94.089% 97.334%,94.267% 96.651%,94.434% 95.898%,99.158% 72.874%,99.158% 72.874%,99.313% 72.059%,99.453% 71.192%,99.578% 70.278%,99.687% 69.323%,99.781% 68.329%,99.859% 67.304%,99.92% 66.25%,99.964% 65.173%,99.991% 64.078%,100% 62.969%,100% 7.1%,100% 7.1%,99.981% 5.964%,99.926% 4.88%,99.838% 3.863%,99.72% 2.93%,99.574% 2.096%,99.404% 1.378%,99.213% 0.792%,99.003% 0.353%,98.778% 0.079%,98.54% -0.017% ) !important; 
	}

	.single-post p, .single-post .wp-block-heading {
		font-family: 'rem', Sans-serif;
	}

	.single-post p {
		font-size: 18px;
		font-weight: 300;
	}

	.single-post .wp-block-heading strong {
		font-size: 30px;
		font-weight: 300 !important;
		line-height: 1.2em;
	}

	.single-post .wp-block-heading {
		padding: 0px 0px 0px 25px;
		border-style: solid;
		border-width: 0px 0px 0px 2px;
		border-color: var(--secondary);
	}


	/**
		FIN UPDATE 2025
	**/

	.color-orange {
		color: var(--secondary);
	}

	.is-semi-bold {
		font-weight: 600;
	}

	/* form input border on focus */
	input:focus {
		outline: none;
		/* border: 1px solid var(--secondary) !important; */
	}

	input:focus, textarea:focus {
		outline: none;
		border-bottom: 2px solid var(--secondary) !important;
	}

	.jet-form-builder__field-wrap.checkradio-wrap span {
		align-items: start !important;
	}

	/* Bouton hover */
	[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
		background: none;
	}

	/* remove elementor ads bar */
	.elementor-editor-active #e-notice-bar {
		display: none !important;
  	}

	/* button clip path */
	.button-clip a[class] {
		/* filter:url(#round); */
	}

	.button-clip a>span {
		background-color: var(--secondary);
		padding: 8px 30px;
		-webkit-clip-path: polygon( 98.54% -0.017%,1.458% -0.017%,1.458% -0.017%,1.222% 0.077%,0.998% 0.348%,0.788% 0.781%,0.597% 1.361%,0.427% 2.074%,0.281% 2.904%,0.162% 3.837%,0.073% 4.857%,0.017% 5.95%,-0.002% 7.1%,-0.002% 92.886%,-0.002% 92.886%,0.017% 94.036%,0.073% 95.129%,0.162% 96.149%,0.281% 97.081%,0.427% 97.911%,0.597% 98.623%,0.788% 99.203%,0.998% 99.636%,1.222% 99.906%,1.458% 100%,92.402% 100%,92.402% 100%,92.63% 99.956%,92.855% 99.826%,93.076% 99.611%,93.292% 99.313%,93.502% 98.935%,93.706% 98.477%,93.902% 97.943%,94.089% 97.334%,94.267% 96.651%,94.434% 95.898%,99.158% 72.874%,99.158% 72.874%,99.313% 72.059%,99.453% 71.192%,99.578% 70.278%,99.687% 69.323%,99.781% 68.329%,99.859% 67.304%,99.92% 66.25%,99.964% 65.173%,99.991% 64.078%,100% 62.969%,100% 7.1%,100% 7.1%,99.981% 5.964%,99.926% 4.88%,99.838% 3.863%,99.72% 2.93%,99.574% 2.096%,99.404% 1.378%,99.213% 0.792%,99.003% 0.353%,98.778% 0.079%,98.54% -0.017% );
		clip-path: polygon( 98.54% -0.017%,1.458% -0.017%,1.458% -0.017%,1.222% 0.077%,0.998% 0.348%,0.788% 0.781%,0.597% 1.361%,0.427% 2.074%,0.281% 2.904%,0.162% 3.837%,0.073% 4.857%,0.017% 5.95%,-0.002% 7.1%,-0.002% 92.886%,-0.002% 92.886%,0.017% 94.036%,0.073% 95.129%,0.162% 96.149%,0.281% 97.081%,0.427% 97.911%,0.597% 98.623%,0.788% 99.203%,0.998% 99.636%,1.222% 99.906%,1.458% 100%,92.402% 100%,92.402% 100%,92.63% 99.956%,92.855% 99.826%,93.076% 99.611%,93.292% 99.313%,93.502% 98.935%,93.706% 98.477%,93.902% 97.943%,94.089% 97.334%,94.267% 96.651%,94.434% 95.898%,99.158% 72.874%,99.158% 72.874%,99.313% 72.059%,99.453% 71.192%,99.578% 70.278%,99.687% 69.323%,99.781% 68.329%,99.859% 67.304%,99.92% 66.25%,99.964% 65.173%,99.991% 64.078%,100% 62.969%,100% 7.1%,100% 7.1%,99.981% 5.964%,99.926% 4.88%,99.838% 3.863%,99.72% 2.93%,99.574% 2.096%,99.404% 1.378%,99.213% 0.792%,99.003% 0.353%,98.778% 0.079%,98.54% -0.017% ); 
	}

	.button-blue:hover a, .button-orange:hover a, .field-type-submit-field .jet-form-builder__submit-wrap:hover  {
		filter: drop-shadow(-1px 6px 6px rgba(36, 36, 36, 0.15));
	}

	.button-clip:hover a {
		filter: drop-shadow(-1px 6px 6px rgba(230, 125, 27, 0.3));
	}

	.button-blue a>span {
		background-color: var(--primary);
		padding: 8px 30px;
		-webkit-clip-path: polygon( 98.54% -0.017%,1.458% -0.017%,1.458% -0.017%,1.222% 0.077%,0.998% 0.348%,0.788% 0.781%,0.597% 1.361%,0.427% 2.074%,0.281% 2.904%,0.162% 3.837%,0.073% 4.857%,0.017% 5.95%,-0.002% 7.1%,-0.002% 92.886%,-0.002% 92.886%,0.017% 94.036%,0.073% 95.129%,0.162% 96.149%,0.281% 97.081%,0.427% 97.911%,0.597% 98.623%,0.788% 99.203%,0.998% 99.636%,1.222% 99.906%,1.458% 100%,92.402% 100%,92.402% 100%,92.63% 99.956%,92.855% 99.826%,93.076% 99.611%,93.292% 99.313%,93.502% 98.935%,93.706% 98.477%,93.902% 97.943%,94.089% 97.334%,94.267% 96.651%,94.434% 95.898%,99.158% 72.874%,99.158% 72.874%,99.313% 72.059%,99.453% 71.192%,99.578% 70.278%,99.687% 69.323%,99.781% 68.329%,99.859% 67.304%,99.92% 66.25%,99.964% 65.173%,99.991% 64.078%,100% 62.969%,100% 7.1%,100% 7.1%,99.981% 5.964%,99.926% 4.88%,99.838% 3.863%,99.72% 2.93%,99.574% 2.096%,99.404% 1.378%,99.213% 0.792%,99.003% 0.353%,98.778% 0.079%,98.54% -0.017% );
		clip-path: polygon( 98.54% -0.017%,1.458% -0.017%,1.458% -0.017%,1.222% 0.077%,0.998% 0.348%,0.788% 0.781%,0.597% 1.361%,0.427% 2.074%,0.281% 2.904%,0.162% 3.837%,0.073% 4.857%,0.017% 5.95%,-0.002% 7.1%,-0.002% 92.886%,-0.002% 92.886%,0.017% 94.036%,0.073% 95.129%,0.162% 96.149%,0.281% 97.081%,0.427% 97.911%,0.597% 98.623%,0.788% 99.203%,0.998% 99.636%,1.222% 99.906%,1.458% 100%,92.402% 100%,92.402% 100%,92.63% 99.956%,92.855% 99.826%,93.076% 99.611%,93.292% 99.313%,93.502% 98.935%,93.706% 98.477%,93.902% 97.943%,94.089% 97.334%,94.267% 96.651%,94.434% 95.898%,99.158% 72.874%,99.158% 72.874%,99.313% 72.059%,99.453% 71.192%,99.578% 70.278%,99.687% 69.323%,99.781% 68.329%,99.859% 67.304%,99.92% 66.25%,99.964% 65.173%,99.991% 64.078%,100% 62.969%,100% 7.1%,100% 7.1%,99.981% 5.964%,99.926% 4.88%,99.838% 3.863%,99.72% 2.93%,99.574% 2.096%,99.404% 1.378%,99.213% 0.792%,99.003% 0.353%,98.778% 0.079%,98.54% -0.017% ); 
	}

	.button-orange a>span, button.jet-form-builder__submit, button.jet-form-builder__next-page, .login-submit input[type=submit], button.jet-form-builder-repeater__new, button.jet-form-builder-repeater__new:focus, button.booknetic_next_step_btn, button.booknetic_confirm_booking_btn {
		background-color: var(--secondary);
		padding: 8px 30px;
		-webkit-clip-path: polygon( 98.54% -0.017%,1.458% -0.017%,1.458% -0.017%,1.222% 0.077%,0.998% 0.348%,0.788% 0.781%,0.597% 1.361%,0.427% 2.074%,0.281% 2.904%,0.162% 3.837%,0.073% 4.857%,0.017% 5.95%,-0.002% 7.1%,-0.002% 92.886%,-0.002% 92.886%,0.017% 94.036%,0.073% 95.129%,0.162% 96.149%,0.281% 97.081%,0.427% 97.911%,0.597% 98.623%,0.788% 99.203%,0.998% 99.636%,1.222% 99.906%,1.458% 100%,92.402% 100%,92.402% 100%,92.63% 99.956%,92.855% 99.826%,93.076% 99.611%,93.292% 99.313%,93.502% 98.935%,93.706% 98.477%,93.902% 97.943%,94.089% 97.334%,94.267% 96.651%,94.434% 95.898%,99.158% 72.874%,99.158% 72.874%,99.313% 72.059%,99.453% 71.192%,99.578% 70.278%,99.687% 69.323%,99.781% 68.329%,99.859% 67.304%,99.92% 66.25%,99.964% 65.173%,99.991% 64.078%,100% 62.969%,100% 7.1%,100% 7.1%,99.981% 5.964%,99.926% 4.88%,99.838% 3.863%,99.72% 2.93%,99.574% 2.096%,99.404% 1.378%,99.213% 0.792%,99.003% 0.353%,98.778% 0.079%,98.54% -0.017% );
		clip-path: polygon( 98.54% -0.017%,1.458% -0.017%,1.458% -0.017%,1.222% 0.077%,0.998% 0.348%,0.788% 0.781%,0.597% 1.361%,0.427% 2.074%,0.281% 2.904%,0.162% 3.837%,0.073% 4.857%,0.017% 5.95%,-0.002% 7.1%,-0.002% 92.886%,-0.002% 92.886%,0.017% 94.036%,0.073% 95.129%,0.162% 96.149%,0.281% 97.081%,0.427% 97.911%,0.597% 98.623%,0.788% 99.203%,0.998% 99.636%,1.222% 99.906%,1.458% 100%,92.402% 100%,92.402% 100%,92.63% 99.956%,92.855% 99.826%,93.076% 99.611%,93.292% 99.313%,93.502% 98.935%,93.706% 98.477%,93.902% 97.943%,94.089% 97.334%,94.267% 96.651%,94.434% 95.898%,99.158% 72.874%,99.158% 72.874%,99.313% 72.059%,99.453% 71.192%,99.578% 70.278%,99.687% 69.323%,99.781% 68.329%,99.859% 67.304%,99.92% 66.25%,99.964% 65.173%,99.991% 64.078%,100% 62.969%,100% 7.1%,100% 7.1%,99.981% 5.964%,99.926% 4.88%,99.838% 3.863%,99.72% 2.93%,99.574% 2.096%,99.404% 1.378%,99.213% 0.792%,99.003% 0.353%,98.778% 0.079%,98.54% -0.017% ); 
	}

	button.jet-form-builder__prev-page {
		background-color: var(--secondary);
		padding: 8px 30px;
		-webkit-clip-path: polygon( 0% 7.117%,0% 62.985%,0% 62.985%,0.009% 64.094%,0.036% 65.189%,0.08% 66.267%,0.14% 67.321%,0.218% 68.347%,0.311% 69.34%,0.421% 70.296%,0.546% 71.209%,0.685% 72.074%,0.84% 72.887%,5.563% 95.906%,5.563% 95.906%,5.731% 96.657%,5.909% 97.337%,6.096% 97.945%,6.293% 98.478%,6.497% 98.935%,6.707% 99.313%,6.924% 99.611%,7.145% 99.826%,7.37% 99.956%,7.597% 100%,98.544% 100%,98.544% 100%,98.779% 99.907%,99.003% 99.637%,99.212% 99.205%,99.404% 98.626%,99.575% 97.914%,99.721% 97.085%,99.841% 96.152%,99.93% 95.131%,99.986% 94.036%,100.005% 92.883%,100.005% 7.117%,100.005% 7.117%,99.984% 5.969%,99.928% 4.878%,99.838% 3.858%,99.719% 2.926%,99.573% 2.095%,99.403% 1.381%,99.212% 0.8%,99.003% 0.365%,98.779% 0.094%,98.544% 0%,1.461% 0%,1.461% 0%,1.223% 0.095%,0.998% 0.37%,0.788% 0.809%,0.597% 1.395%,0.427% 2.113%,0.281% 2.946%,0.162% 3.879%,0.074% 4.896%,0.019% 5.981%,0% 7.117% );
		clip-path: polygon( 0% 7.117%,0% 62.985%,0% 62.985%,0.009% 64.094%,0.036% 65.189%,0.08% 66.267%,0.14% 67.321%,0.218% 68.347%,0.311% 69.34%,0.421% 70.296%,0.546% 71.209%,0.685% 72.074%,0.84% 72.887%,5.563% 95.906%,5.563% 95.906%,5.731% 96.657%,5.909% 97.337%,6.096% 97.945%,6.293% 98.478%,6.497% 98.935%,6.707% 99.313%,6.924% 99.611%,7.145% 99.826%,7.37% 99.956%,7.597% 100%,98.544% 100%,98.544% 100%,98.779% 99.907%,99.003% 99.637%,99.212% 99.205%,99.404% 98.626%,99.575% 97.914%,99.721% 97.085%,99.841% 96.152%,99.93% 95.131%,99.986% 94.036%,100.005% 92.883%,100.005% 7.117%,100.005% 7.117%,99.984% 5.969%,99.928% 4.878%,99.838% 3.858%,99.719% 2.926%,99.573% 2.095%,99.403% 1.381%,99.212% 0.8%,99.003% 0.365%,98.779% 0.094%,98.544% 0%,1.461% 0%,1.461% 0%,1.223% 0.095%,0.998% 0.37%,0.788% 0.809%,0.597% 1.395%,0.427% 2.113%,0.281% 2.946%,0.162% 3.879%,0.074% 4.896%,0.019% 5.981%,0% 7.117% ); 
	}

	button.jet-form-builder__submit:hover, button.jet-form-builder__submit:focus, button.jet-form-builder__next-page:hover, button.jet-form-builder__next-page:focus, button.jet-form-builder__prev-page:hover, button.jet-form-builder__prev-page:focus, button.jet-form-builder-repeater__new:hover {
		background-color: var(--secondary);
		box-shadow: 0px 20px 40px -10px rgba(26.380434782608695, 27.19090264650284, 30.000000000000004, 0.2);
	}

	button.jet-form-builder-repeater__new {
		color: #fff;
		border: none;
	}

	button.jet-form-builder-repeater__new:focus {
		color: #fff;
		border: none;
	}

	button.jet-form-builder-repeater__new:hover {
		color: #fff;
		border: none;
	}

	.button-border a>span {
		background-color: var(--primary);
		padding: 8px 30px;
		-webkit-clip-path: polygon( 98.54% -0.017%,1.458% -0.017%,1.458% -0.017%,1.222% 0.077%,0.998% 0.348%,0.788% 0.781%,0.597% 1.361%,0.427% 2.074%,0.281% 2.904%,0.162% 3.837%,0.073% 4.857%,0.017% 5.95%,-0.002% 7.1%,-0.002% 92.886%,-0.002% 92.886%,0.017% 94.036%,0.073% 95.129%,0.162% 96.149%,0.281% 97.081%,0.427% 97.911%,0.597% 98.623%,0.788% 99.203%,0.998% 99.636%,1.222% 99.906%,1.458% 100%,92.402% 100%,92.402% 100%,92.63% 99.956%,92.855% 99.826%,93.076% 99.611%,93.292% 99.313%,93.502% 98.935%,93.706% 98.477%,93.902% 97.943%,94.089% 97.334%,94.267% 96.651%,94.434% 95.898%,99.158% 72.874%,99.158% 72.874%,99.313% 72.059%,99.453% 71.192%,99.578% 70.278%,99.687% 69.323%,99.781% 68.329%,99.859% 67.304%,99.92% 66.25%,99.964% 65.173%,99.991% 64.078%,100% 62.969%,100% 7.1%,100% 7.1%,99.981% 5.964%,99.926% 4.88%,99.838% 3.863%,99.72% 2.93%,99.574% 2.096%,99.404% 1.378%,99.213% 0.792%,99.003% 0.353%,98.778% 0.079%,98.54% -0.017% );
		clip-path: polygon( 98.54% -0.017%,1.458% -0.017%,1.458% -0.017%,1.222% 0.077%,0.998% 0.348%,0.788% 0.781%,0.597% 1.361%,0.427% 2.074%,0.281% 2.904%,0.162% 3.837%,0.073% 4.857%,0.017% 5.95%,-0.002% 7.1%,-0.002% 92.886%,-0.002% 92.886%,0.017% 94.036%,0.073% 95.129%,0.162% 96.149%,0.281% 97.081%,0.427% 97.911%,0.597% 98.623%,0.788% 99.203%,0.998% 99.636%,1.222% 99.906%,1.458% 100%,92.402% 100%,92.402% 100%,92.63% 99.956%,92.855% 99.826%,93.076% 99.611%,93.292% 99.313%,93.502% 98.935%,93.706% 98.477%,93.902% 97.943%,94.089% 97.334%,94.267% 96.651%,94.434% 95.898%,99.158% 72.874%,99.158% 72.874%,99.313% 72.059%,99.453% 71.192%,99.578% 70.278%,99.687% 69.323%,99.781% 68.329%,99.859% 67.304%,99.92% 66.25%,99.964% 65.173%,99.991% 64.078%,100% 62.969%,100% 7.1%,100% 7.1%,99.981% 5.964%,99.926% 4.88%,99.838% 3.863%,99.72% 2.93%,99.574% 2.096%,99.404% 1.378%,99.213% 0.792%,99.003% 0.353%,98.778% 0.079%,98.54% -0.017% ); 
	}

	.button-border-only a>span {
		padding: 8px 30px;
	}

	.button-border-only a>span::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 99%;
		height: 100%;
		background-color: #fff;
		/* -webkit-clip-path: polygon( 98.077% 2.272%,98.077% 0%,1.928% 0%,1.928% 0%,1.616% 0.118%,1.319% 0.461%,1.043% 1.009%,0.79% 1.745%,0.566% 2.65%,0.373% 3.706%,0.216% 4.893%,0.099% 6.195%,0.025% 7.592%,0% 9.066%,0% 90.934%,0% 90.934%,0.025% 92.408%,0.099% 93.805%,0.216% 95.107%,0.373% 96.294%,0.566% 97.35%,0.79% 98.255%,1.043% 98.991%,1.319% 99.539%,1.616% 99.882%,1.928% 100%,92% 100%,92% 100%,92.262% 99.951%,92.522% 99.806%,92.777% 99.567%,93.027% 99.237%,93.271% 98.816%,93.506% 98.307%,93.734% 97.712%,93.951% 97.033%,94.157% 96.273%,94.351% 95.433%,99.029% 73.461%,99.029% 73.461%,99.208% 72.551%,99.37% 71.583%,99.515% 70.564%,99.642% 69.497%,99.751% 68.388%,99.841% 67.242%,99.912% 66.065%,99.963% 64.861%,99.994% 63.636%,100.005% 62.395%,100.005% 9.066%,100.005% 9.066%,99.98% 7.609%,99.907% 6.223%,99.791% 4.928%,99.635% 3.742%,99.443% 2.684%,99.219% 1.775%,98.966% 1.032%,98.689% 0.476%,98.391% 0.126%,98.077% 0%,98.077% 4.544%,98.077% 4.544%,98.157% 4.56%,98.234% 4.605%,98.309% 4.679%,98.382% 4.781%,98.452% 4.908%,98.52% 5.06%,98.585% 5.235%,98.646% 5.431%,98.704% 5.649%,98.76% 5.885%,98.76% 5.885%,98.811% 6.145%,98.857% 6.421%,98.899% 6.711%,98.936% 7.015%,98.968% 7.331%,98.995% 7.658%,99.016% 7.997%,99.031% 8.345%,99.04% 8.702%,99.043% 9.066%,99.043% 62.395%,99.043% 62.395%,99.036% 63.27%,99.014% 64.135%,98.977% 64.986%,98.927% 65.818%,98.863% 66.63%,98.786% 67.416%,98.695% 68.173%,98.593% 68.897%,98.478% 69.586%,98.351% 70.234%,93.673% 92.206%,93.673% 92.206%,93.673% 92.206%,93.535% 92.805%,93.389% 93.347%,93.235% 93.83%,93.074% 94.253%,92.907% 94.615%,92.733% 94.914%,92.555% 95.149%,92.373% 95.318%,92.188% 95.421%,92% 95.456%,1.928% 95.456%,1.928% 95.456%,1.849% 95.441%,1.773% 95.397%,1.698% 95.325%,1.625% 95.226%,1.554% 95.101%,1.486% 94.95%,1.421% 94.775%,1.359% 94.577%,1.3% 94.357%,1.245% 94.115%,1.245% 94.115%,1.194% 93.855%,1.147% 93.579%,1.106% 93.289%,1.069% 92.985%,1.037% 92.669%,1.01% 92.342%,0.989% 92.003%,0.974% 91.655%,0.965% 91.298%,0.962% 90.934%,0.962% 9.066%,0.962% 9.066%,0.965% 8.701%,0.974% 8.343%,0.989% 7.993%,1.01% 7.652%,1.037% 7.322%,1.069% 7.005%,1.106% 6.701%,1.147% 6.412%,1.194% 6.14%,1.245% 5.885%,1.245% 5.885%,1.3% 5.649%,1.359% 5.431%,1.421% 5.235%,1.486% 5.06%,1.554% 4.908%,1.625% 4.781%,1.698% 4.679%,1.773% 4.605%,1.849% 4.56%,1.928% 4.544%,98.077% 4.544%,98.077% 2.272% );
		clip-path: polygon( 98.077% 2.272%,98.077% 0%,1.928% 0%,1.928% 0%,1.616% 0.118%,1.319% 0.461%,1.043% 1.009%,0.79% 1.745%,0.566% 2.65%,0.373% 3.706%,0.216% 4.893%,0.099% 6.195%,0.025% 7.592%,0% 9.066%,0% 90.934%,0% 90.934%,0.025% 92.408%,0.099% 93.805%,0.216% 95.107%,0.373% 96.294%,0.566% 97.35%,0.79% 98.255%,1.043% 98.991%,1.319% 99.539%,1.616% 99.882%,1.928% 100%,92% 100%,92% 100%,92.262% 99.951%,92.522% 99.806%,92.777% 99.567%,93.027% 99.237%,93.271% 98.816%,93.506% 98.307%,93.734% 97.712%,93.951% 97.033%,94.157% 96.273%,94.351% 95.433%,99.029% 73.461%,99.029% 73.461%,99.208% 72.551%,99.37% 71.583%,99.515% 70.564%,99.642% 69.497%,99.751% 68.388%,99.841% 67.242%,99.912% 66.065%,99.963% 64.861%,99.994% 63.636%,100.005% 62.395%,100.005% 9.066%,100.005% 9.066%,99.98% 7.609%,99.907% 6.223%,99.791% 4.928%,99.635% 3.742%,99.443% 2.684%,99.219% 1.775%,98.966% 1.032%,98.689% 0.476%,98.391% 0.126%,98.077% 0%,98.077% 4.544%,98.077% 4.544%,98.157% 4.56%,98.234% 4.605%,98.309% 4.679%,98.382% 4.781%,98.452% 4.908%,98.52% 5.06%,98.585% 5.235%,98.646% 5.431%,98.704% 5.649%,98.76% 5.885%,98.76% 5.885%,98.811% 6.145%,98.857% 6.421%,98.899% 6.711%,98.936% 7.015%,98.968% 7.331%,98.995% 7.658%,99.016% 7.997%,99.031% 8.345%,99.04% 8.702%,99.043% 9.066%,99.043% 62.395%,99.043% 62.395%,99.036% 63.27%,99.014% 64.135%,98.977% 64.986%,98.927% 65.818%,98.863% 66.63%,98.786% 67.416%,98.695% 68.173%,98.593% 68.897%,98.478% 69.586%,98.351% 70.234%,93.673% 92.206%,93.673% 92.206%,93.673% 92.206%,93.535% 92.805%,93.389% 93.347%,93.235% 93.83%,93.074% 94.253%,92.907% 94.615%,92.733% 94.914%,92.555% 95.149%,92.373% 95.318%,92.188% 95.421%,92% 95.456%,1.928% 95.456%,1.928% 95.456%,1.849% 95.441%,1.773% 95.397%,1.698% 95.325%,1.625% 95.226%,1.554% 95.101%,1.486% 94.95%,1.421% 94.775%,1.359% 94.577%,1.3% 94.357%,1.245% 94.115%,1.245% 94.115%,1.194% 93.855%,1.147% 93.579%,1.106% 93.289%,1.069% 92.985%,1.037% 92.669%,1.01% 92.342%,0.989% 92.003%,0.974% 91.655%,0.965% 91.298%,0.962% 90.934%,0.962% 9.066%,0.962% 9.066%,0.965% 8.701%,0.974% 8.343%,0.989% 7.993%,1.01% 7.652%,1.037% 7.322%,1.069% 7.005%,1.106% 6.701%,1.147% 6.412%,1.194% 6.14%,1.245% 5.885%,1.245% 5.885%,1.3% 5.649%,1.359% 5.431%,1.421% 5.235%,1.486% 5.06%,1.554% 4.908%,1.625% 4.781%,1.698% 4.679%,1.773% 4.605%,1.849% 4.56%,1.928% 4.544%,98.077% 4.544%,98.077% 2.272% ); */
		-webkit-clip-path: polygon( 97.648% 0%,2.352% 0%,2.352% 0%,1.971% 0.118%,1.61% 0.461%,1.272% 1.009%,0.964% 1.745%,0.69% 2.65%,0.455% 3.706%,0.263% 4.893%,0.12% 6.195%,0.031% 7.592%,0% 9.066%,0% 90.934%,0% 90.934%,0.031% 92.408%,0.12% 93.805%,0.263% 95.107%,0.455% 96.294%,0.69% 97.35%,0.964% 98.255%,1.272% 98.991%,1.61% 99.539%,1.971% 99.882%,2.352% 100%,90.235% 100%,90.235% 100%,90.555% 99.951%,90.872% 99.806%,91.183% 99.567%,91.488% 99.237%,91.785% 98.816%,92.073% 98.307%,92.35% 97.712%,92.615% 97.033%,92.866% 96.273%,93.103% 95.433%,98.809% 73.461%,98.809% 73.461%,99.028% 72.551%,99.226% 71.583%,99.403% 70.564%,99.558% 69.497%,99.691% 68.388%,99.8% 67.242%,99.887% 66.065%,99.949% 64.861%,99.987% 63.636%,100% 62.395%,100% 9.066%,100% 9.066%,99.969% 7.609%,99.881% 6.223%,99.739% 4.928%,99.549% 3.742%,99.315% 2.684%,99.041% 1.775%,98.733% 1.032%,98.395% 0.476%,98.032% 0.126%,97.648% 0%,98.827% 62.395%,98.827% 62.395%,98.818% 63.27%,98.791% 64.135%,98.747% 64.986%,98.685% 65.818%,98.607% 66.63%,98.513% 67.416%,98.403% 68.173%,98.277% 68.897%,98.137% 69.586%,97.982% 70.234%,92.276% 92.206%,92.276% 92.206%,92.108% 92.805%,91.93% 93.347%,91.742% 93.83%,91.545% 94.253%,91.341% 94.615%,91.13% 94.914%,90.912% 95.149%,90.69% 95.318%,90.464% 95.421%,90.235% 95.456%,2.352% 95.456%,2.352% 95.456%,2.256% 95.441%,2.162% 95.397%,2.071% 95.325%,1.982% 95.226%,1.896% 95.101%,1.813% 94.95%,1.734% 94.775%,1.658% 94.577%,1.586% 94.357%,1.519% 94.115%,1.519% 94.115%,1.457% 93.855%,1.4% 93.579%,1.349% 93.289%,1.304% 92.985%,1.265% 92.669%,1.232% 92.342%,1.207% 92.003%,1.188% 91.655%,1.177% 91.298%,1.173% 90.934%,1.173% 9.066%,1.173% 9.066%,1.177% 8.701%,1.188% 8.343%,1.207% 7.993%,1.232% 7.652%,1.265% 7.322%,1.304% 7.005%,1.349% 6.701%,1.4% 6.412%,1.457% 6.14%,1.519% 5.885%,1.519% 5.885%,1.586% 5.649%,1.658% 5.431%,1.734% 5.235%,1.813% 5.06%,1.896% 4.908%,1.982% 4.781%,2.071% 4.679%,2.162% 4.605%,2.256% 4.56%,2.352% 4.544%,97.648% 4.544%,97.648% 4.544%,97.745% 4.56%,97.84% 4.605%,97.932% 4.679%,98.021% 4.781%,98.106% 4.908%,98.189% 5.06%,98.267% 5.235%,98.343% 5.431%,98.414% 5.649%,98.481% 5.885%,98.481% 5.885%,98.543% 6.145%,98.6% 6.421%,98.651% 6.711%,98.696% 7.015%,98.735% 7.331%,98.768% 7.658%,98.793% 7.997%,98.812% 8.345%,98.823% 8.702%,98.827% 9.066%,98.827% 62.395% ); 
		clip-path: polygon( 97.648% 0%,2.352% 0%,2.352% 0%,1.971% 0.118%,1.61% 0.461%,1.272% 1.009%,0.964% 1.745%,0.69% 2.65%,0.455% 3.706%,0.263% 4.893%,0.12% 6.195%,0.031% 7.592%,0% 9.066%,0% 90.934%,0% 90.934%,0.031% 92.408%,0.12% 93.805%,0.263% 95.107%,0.455% 96.294%,0.69% 97.35%,0.964% 98.255%,1.272% 98.991%,1.61% 99.539%,1.971% 99.882%,2.352% 100%,90.235% 100%,90.235% 100%,90.555% 99.951%,90.872% 99.806%,91.183% 99.567%,91.488% 99.237%,91.785% 98.816%,92.073% 98.307%,92.35% 97.712%,92.615% 97.033%,92.866% 96.273%,93.103% 95.433%,98.809% 73.461%,98.809% 73.461%,99.028% 72.551%,99.226% 71.583%,99.403% 70.564%,99.558% 69.497%,99.691% 68.388%,99.8% 67.242%,99.887% 66.065%,99.949% 64.861%,99.987% 63.636%,100% 62.395%,100% 9.066%,100% 9.066%,99.969% 7.609%,99.881% 6.223%,99.739% 4.928%,99.549% 3.742%,99.315% 2.684%,99.041% 1.775%,98.733% 1.032%,98.395% 0.476%,98.032% 0.126%,97.648% 0%,98.827% 62.395%,98.827% 62.395%,98.818% 63.27%,98.791% 64.135%,98.747% 64.986%,98.685% 65.818%,98.607% 66.63%,98.513% 67.416%,98.403% 68.173%,98.277% 68.897%,98.137% 69.586%,97.982% 70.234%,92.276% 92.206%,92.276% 92.206%,92.108% 92.805%,91.93% 93.347%,91.742% 93.83%,91.545% 94.253%,91.341% 94.615%,91.13% 94.914%,90.912% 95.149%,90.69% 95.318%,90.464% 95.421%,90.235% 95.456%,2.352% 95.456%,2.352% 95.456%,2.256% 95.441%,2.162% 95.397%,2.071% 95.325%,1.982% 95.226%,1.896% 95.101%,1.813% 94.95%,1.734% 94.775%,1.658% 94.577%,1.586% 94.357%,1.519% 94.115%,1.519% 94.115%,1.457% 93.855%,1.4% 93.579%,1.349% 93.289%,1.304% 92.985%,1.265% 92.669%,1.232% 92.342%,1.207% 92.003%,1.188% 91.655%,1.177% 91.298%,1.173% 90.934%,1.173% 9.066%,1.173% 9.066%,1.177% 8.701%,1.188% 8.343%,1.207% 7.993%,1.232% 7.652%,1.265% 7.322%,1.304% 7.005%,1.349% 6.701%,1.4% 6.412%,1.457% 6.14%,1.519% 5.885%,1.519% 5.885%,1.586% 5.649%,1.658% 5.431%,1.734% 5.235%,1.813% 5.06%,1.896% 4.908%,1.982% 4.781%,2.071% 4.679%,2.162% 4.605%,2.256% 4.56%,2.352% 4.544%,97.648% 4.544%,97.648% 4.544%,97.745% 4.56%,97.84% 4.605%,97.932% 4.679%,98.021% 4.781%,98.106% 4.908%,98.189% 5.06%,98.267% 5.235%,98.343% 5.431%,98.414% 5.649%,98.481% 5.885%,98.481% 5.885%,98.543% 6.145%,98.6% 6.421%,98.651% 6.711%,98.696% 7.015%,98.735% 7.331%,98.768% 7.658%,98.793% 7.997%,98.812% 8.345%,98.823% 8.702%,98.827% 9.066%,98.827% 62.395% ); 
	}

	.button-border-only a:hover>span::before {
		background-color: var(--secondary);
		transition: all 0.3s;
	}

	.jet-portfolio__view-more-button {
		background-color: var(--secondary);
		-webkit-clip-path: polygon( 98.54% -0.017%,1.458% -0.017%,1.458% -0.017%,1.222% 0.077%,0.998% 0.348%,0.788% 0.781%,0.597% 1.361%,0.427% 2.074%,0.281% 2.904%,0.162% 3.837%,0.073% 4.857%,0.017% 5.95%,-0.002% 7.1%,-0.002% 92.886%,-0.002% 92.886%,0.017% 94.036%,0.073% 95.129%,0.162% 96.149%,0.281% 97.081%,0.427% 97.911%,0.597% 98.623%,0.788% 99.203%,0.998% 99.636%,1.222% 99.906%,1.458% 100%,92.402% 100%,92.402% 100%,92.63% 99.956%,92.855% 99.826%,93.076% 99.611%,93.292% 99.313%,93.502% 98.935%,93.706% 98.477%,93.902% 97.943%,94.089% 97.334%,94.267% 96.651%,94.434% 95.898%,99.158% 72.874%,99.158% 72.874%,99.313% 72.059%,99.453% 71.192%,99.578% 70.278%,99.687% 69.323%,99.781% 68.329%,99.859% 67.304%,99.92% 66.25%,99.964% 65.173%,99.991% 64.078%,100% 62.969%,100% 7.1%,100% 7.1%,99.981% 5.964%,99.926% 4.88%,99.838% 3.863%,99.72% 2.93%,99.574% 2.096%,99.404% 1.378%,99.213% 0.792%,99.003% 0.353%,98.778% 0.079%,98.54% -0.017% ); 
		clip-path: polygon( 98.54% -0.017%,1.458% -0.017%,1.458% -0.017%,1.222% 0.077%,0.998% 0.348%,0.788% 0.781%,0.597% 1.361%,0.427% 2.074%,0.281% 2.904%,0.162% 3.837%,0.073% 4.857%,0.017% 5.95%,-0.002% 7.1%,-0.002% 92.886%,-0.002% 92.886%,0.017% 94.036%,0.073% 95.129%,0.162% 96.149%,0.281% 97.081%,0.427% 97.911%,0.597% 98.623%,0.788% 99.203%,0.998% 99.636%,1.222% 99.906%,1.458% 100%,92.402% 100%,92.402% 100%,92.63% 99.956%,92.855% 99.826%,93.076% 99.611%,93.292% 99.313%,93.502% 98.935%,93.706% 98.477%,93.902% 97.943%,94.089% 97.334%,94.267% 96.651%,94.434% 95.898%,99.158% 72.874%,99.158% 72.874%,99.313% 72.059%,99.453% 71.192%,99.578% 70.278%,99.687% 69.323%,99.781% 68.329%,99.859% 67.304%,99.92% 66.25%,99.964% 65.173%,99.991% 64.078%,100% 62.969%,100% 7.1%,100% 7.1%,99.981% 5.964%,99.926% 4.88%,99.838% 3.863%,99.72% 2.93%,99.574% 2.096%,99.404% 1.378%,99.213% 0.792%,99.003% 0.353%,98.778% 0.079%,98.54% -0.017% ); 
	}

	.cards {
		background-color: var(--primary);
		padding: 30px;
		-webkit-clip-path: polygon( 100% 1.667%,100% 98.333%,100% 98.333%,99.983% 98.604%,99.936% 98.86%,99.859% 99.099%,99.756% 99.317%,99.63% 99.512%,99.483% 99.678%,99.317% 99.814%,99.136% 99.915%,98.942% 99.978%,98.737% 100%,53.076% 100%,53.076% 100%,53.034% 99.998%,52.994% 99.991%,52.953% 99.981%,52.914% 99.966%,52.876% 99.948%,52.839% 99.925%,52.804% 99.899%,52.77% 99.869%,52.738% 99.836%,52.707% 99.8%,48.881% 94.75%,48.881% 94.75%,48.851% 94.713%,48.818% 94.679%,48.784% 94.649%,48.749% 94.623%,48.712% 94.601%,48.674% 94.583%,48.635% 94.569%,48.595% 94.558%,48.554% 94.552%,48.513% 94.55%,1.263% 94.55%,1.263% 94.55%,1.058% 94.528%,0.864% 94.465%,0.683% 94.364%,0.517% 94.228%,0.37% 94.062%,0.244% 93.867%,0.141% 93.649%,0.064% 93.41%,0.017% 93.154%,0% 92.883%,0% 1.667%,0% 1.667%,0.017% 1.396%,0.064% 1.14%,0.141% 0.901%,0.244% 0.683%,0.37% 0.488%,0.517% 0.322%,0.683% 0.186%,0.864% 0.085%,1.058% 0.022%,1.263% 0%,98.737% 0%,98.737% 0%,98.942% 0.022%,99.136% 0.085%,99.317% 0.186%,99.483% 0.322%,99.63% 0.488%,99.756% 0.683%,99.859% 0.901%,99.936% 1.14%,99.983% 1.396%,100% 1.667% ); 
		clip-path: polygon( 100% 1.667%,100% 98.333%,100% 98.333%,99.983% 98.604%,99.936% 98.86%,99.859% 99.099%,99.756% 99.317%,99.63% 99.512%,99.483% 99.678%,99.317% 99.814%,99.136% 99.915%,98.942% 99.978%,98.737% 100%,53.076% 100%,53.076% 100%,53.034% 99.998%,52.994% 99.991%,52.953% 99.981%,52.914% 99.966%,52.876% 99.948%,52.839% 99.925%,52.804% 99.899%,52.77% 99.869%,52.738% 99.836%,52.707% 99.8%,48.881% 94.75%,48.881% 94.75%,48.851% 94.713%,48.818% 94.679%,48.784% 94.649%,48.749% 94.623%,48.712% 94.601%,48.674% 94.583%,48.635% 94.569%,48.595% 94.558%,48.554% 94.552%,48.513% 94.55%,1.263% 94.55%,1.263% 94.55%,1.058% 94.528%,0.864% 94.465%,0.683% 94.364%,0.517% 94.228%,0.37% 94.062%,0.244% 93.867%,0.141% 93.649%,0.064% 93.41%,0.017% 93.154%,0% 92.883%,0% 1.667%,0% 1.667%,0.017% 1.396%,0.064% 1.14%,0.141% 0.901%,0.244% 0.683%,0.37% 0.488%,0.517% 0.322%,0.683% 0.186%,0.864% 0.085%,1.058% 0.022%,1.263% 0%,98.737% 0%,98.737% 0%,98.942% 0.022%,99.136% 0.085%,99.317% 0.186%,99.483% 0.322%,99.63% 0.488%,99.756% 0.683%,99.859% 0.901%,99.936% 1.14%,99.983% 1.396%,100% 1.667% ); 
	}

/*-------------------------------------------------------------
2.0 Footer
--------------------------------------------------------------*/
	.elementor-social-icon:hover i::before {
		color: var(--secondary);
	}


/*-------------------------------------------------------------
2.0 Header
--------------------------------------------------------------*/

	/* menu mobile */
	.menu {
		background-color: transparent;
		border: none;
		cursor: pointer;
		display: flex;
		padding: 0;
		transition: border 0.2s;
	}
	.line {
		fill: none;
		stroke: white;
		stroke-width: 6;
		transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
			stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
	}
	.line1 {
		stroke-dasharray: 60 207;
		stroke-width: 8;
	}
	.line2 {
		stroke: #faa31b;
		stroke-dasharray: 60 60;
		stroke-width: 8;
	}
	.line3 {
		stroke-dasharray: 60 207;
		stroke-width: 8;
	}
	.opened .line1 {
		stroke-dasharray: 90 207;
		stroke-dashoffset: -134;
		stroke-width: 8;
	}
	.opened .line2 {
		stroke-dasharray: 1 60;
		stroke-dashoffset: -30;
		stroke-width: 8;
	}
	.opened .line3 {
		stroke-dasharray: 90 207;
		stroke-dashoffset: -134;
		stroke-width: 8;
	}
	
	button.scrolling-active {
		border: 3px solid #faa31b;
		margin-right: -3px;
	}
	
	.scrolling-active.opened {
		border-color: transparent;
	}

	.container-mobile-menu {
		z-index: 999 !important;
	}

	button#menu-burger:focus, .login-submit input[type=submit]:focus, [type=button]:focus, [type=submit]:focus, button:focus {
		outline:0;
	}

	.icon-profil:hover img {
		filter: invert(35%) sepia(72%) saturate(1202%) hue-rotate(347deg) brightness(102%) contrast(96%);
	}

	
/*-------------------------------------------------------------
3.0 Accueil
--------------------------------------------------------------*/
	.img-accueil-hover:hover + .img-accueil-rotate {
		--e-transform-rotateZ: 13deg;
	}

/*-------------------------------------------------------------
4.0 Autre
--------------------------------------------------------------*/
	.listed {
		background-color: #F5F5F5;
		clip-path: polygon( 99.553% 0%,0.447% 0%,0.447% 0%,0.374% 0.094%,0.306% 0.365%,0.242% 0.8%,0.183% 1.381%,0.131% 2.095%,0.086% 2.926%,0.05% 3.858%,0.023% 4.878%,0.006% 5.969%,0% 7.117%,0% 92.883%,0% 92.883%,0.006% 94.031%,0.023% 95.122%,0.05% 96.142%,0.086% 97.074%,0.131% 97.905%,0.183% 98.619%,0.242% 99.2%,0.306% 99.635%,0.374% 99.906%,0.447% 100%,97.678% 100%,97.678% 100%,97.748% 99.956%,97.816% 99.826%,97.884% 99.611%,97.95% 99.313%,98.014% 98.935%,98.077% 98.478%,98.137% 97.945%,98.194% 97.337%,98.249% 96.657%,98.3% 95.906%,99.743% 72.887%,99.743% 72.887%,99.791% 72.074%,99.833% 71.209%,99.871% 70.296%,99.905% 69.34%,99.933% 68.347%,99.957% 67.321%,99.976% 66.267%,99.989% 65.189%,99.997% 64.094%,100% 62.985%,100% 7.117%,100% 7.117%,99.994% 5.981%,99.977% 4.896%,99.95% 3.879%,99.914% 2.946%,99.87% 2.113%,99.818% 1.395%,99.759% 0.809%,99.695% 0.37%,99.626% 0.095%,99.553% 0% );
	}

	/* Avis Google */
	.ti-goog .ti-controls {
		display: none !important;
	}
	.fa-star {
		color: var(--secondary);
	}

	@media screen and (min-width: 1400px) {
		.bloc-chiffres::after {
			content: '';
			height: 65%;
			width: 2px;
			background-color: #fff;
			position: absolute;
			right: 0;
			top: 0;
			bottom: 0;
			margin: auto 0;
		}
	}

/*-------------------------------------------------------------
5.0 Form
--------------------------------------------------------------*/
	.jet-form-builder__field-label.for-radio :checked + span::before {
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e") !important;
	}
	.form-with-header .field-type-heading-field .jet-form-builder__heading {
		padding: 20px 20px 50px 20px;
		background-color: var(--primary);
		clip-path: polygon( 100% 2.273%,100% 97.719%,100% 97.719%,99.995% 98.088%,99.982% 98.437%,99.96% 98.764%,99.931% 99.062%,99.896% 99.326%,99.854% 99.553%,99.808% 99.738%,99.757% 99.876%,99.702% 99.962%,99.644% 99.992%,53.222% 99.992%,53.222% 99.992%,53.153% 99.974%,53.084% 99.922%,53.017% 99.836%,52.951% 99.717%,52.887% 99.566%,52.825% 99.383%,52.765% 99.169%,52.708% 98.924%,52.654% 98.65%,52.603% 98.347%,48.986% 75.227%,48.986% 75.227%,48.935% 74.926%,48.881% 74.653%,48.824% 74.409%,48.764% 74.195%,48.702% 74.011%,48.638% 73.859%,48.572% 73.739%,48.504% 73.653%,48.436% 73.6%,48.367% 73.582%,0.356% 73.582%,0.356% 73.582%,0.298% 73.553%,0.243% 73.467%,0.192% 73.329%,0.146% 73.144%,0.104% 72.917%,0.069% 72.652%,0.04% 72.354%,0.018% 72.028%,0.005% 71.678%,0% 71.309%,0% 2.273%,0% 2.273%,0.005% 1.904%,0.018% 1.554%,0.04% 1.228%,0.069% 0.93%,0.104% 0.665%,0.146% 0.438%,0.192% 0.254%,0.243% 0.116%,0.298% 0.03%,0.356% 0%,99.644% 0%,99.644% 0%,99.702% 0.03%,99.757% 0.116%,99.808% 0.254%,99.854% 0.438%,99.896% 0.665%,99.931% 0.93%,99.96% 1.228%,99.982% 1.554%,99.995% 1.904%,100% 2.273% ); 
	}
	.form-with-header .jet-form-builder-row.field-type-heading-field {
		padding: 0 !important;
	}
	.form-with-header .jet-form-builder-page {
		background-color: #F5F5F5;
		padding-bottom: 20px;
		border-radius: 5px;
	}
	.form-with-header .jet-form-builder-row, .form-with-header .jet-form-builder__next-page-wrap {
		padding: 5px 20px;
	}

	.form-with-header .field-type-submit-field .jet-form-builder__submit-wrap:hover {
		filter: none;
	}

	.jet-form-builder-message {
		background-color: var(--primary);
		border: none !important;
		border-radius: 5px;
		color: #fff !important;
	}

	.jet-form-builder-repeater__remove {
		border: 2px solid var(--primary);
		color: var(--primary);
	}

	.jet-form-builder-repeater__remove:hover {
		color: #fff !important;
    	background-color: var(--primary);
	}

	.jet-toggle.active-toggle > .jet-toggle__content {
		height: auto !important;
	}
/*-------------------------------------------------------------
6.0 Articles (post)
--------------------------------------------------------------*/
	.zone-title-post {
		clip-path: polygon( 0% 100%,0% 2.171%,0% 2.171%,0.006% 1.818%,0.022% 1.484%,0.048% 1.172%,0.083% 0.888%,0.125% 0.635%,0.175% 0.418%,0.231% 0.242%,0.293% 0.11%,0.359% 0.028%,0.428% 0%,46.748% 0%,46.748% 0%,46.823% 0.015%,46.897% 0.06%,46.97% 0.134%,47.041% 0.236%,47.111% 0.366%,47.178% 0.523%,47.243% 0.706%,47.305% 0.915%,47.364% 1.149%,47.419% 1.407%,50.994% 19.518%,50.994% 19.518%,51.049% 19.776%,51.108% 20.01%,51.17% 20.219%,51.234% 20.402%,51.302% 20.559%,51.371% 20.689%,51.443% 20.791%,51.516% 20.865%,51.59% 20.91%,51.665% 20.925%,99.572% 20.925%,99.572% 20.925%,99.642% 20.953%,99.708% 21.035%,99.769% 21.167%,99.825% 21.343%,99.875% 21.56%,99.918% 21.812%,99.953% 22.097%,99.979% 22.408%,99.995% 22.743%,100.001% 23.095%,100.001% 100%,0% 100% ); 
	}

/*-------------------------------------------------------------
7.0 Portfolio
--------------------------------------------------------------*/
	/* Filter */
	.jet-portfolio__filter-list {
		justify-content: left !important;
		flex-wrap: nowrap;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}
