.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 .hidden-fields-container {
	display: none;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}

.shared-files-all-files.shared-files-main-file-list{display:none}.shared-files-accordion-container,.shared-files-accordion-container *,.shared-files-categories-container,.shared-files-categories-container *,.shared-files-container,.shared-files-container *,.shared-files-main-container,.shared-files-main-container *,.shared-files-simple-container,.shared-files-simple-container *{box-sizing:border-box}.shared-files-container ul.shared-files-all-files{padding-left:0}ul.shared-files-main-file-list{margin-left:0!important;padding-left:0!important}.shared-files-all-files,.shared-files-main-file-list{display:flex;flex-wrap:wrap;justify-content:flex-start;width:100%}.shared-files-exact-search-input-container{display:flex;max-width:440px}@media(max-width:500px){.shared-files-exact-search-input-container{width:100%}}.shared-files-exact-search-input-container input[type=submit].shared-files-exact-search-submit{font-size:16px;height:36px;line-height:1;margin-left:10px;min-width:110px;padding:5px!important;width:auto}div.basicLightbox{z-index:99999999}.shared-files-category-select-container{display:inline-block;padding-right:7px}.shared-files-category-select-container:empty{display:none}.shared-files-custom-field-select-container,.shared-files-tag-select-container{display:inline-block;padding-right:7px}h3:not(.bogus-class).shared-files-group-title{margin-bottom:5px;margin-top:14px}.shared-files-simple-container .shared-files-pagination{margin-top:22px}.shared-files-search-form-container{margin-bottom:15px}.shared-files-search-input-container{max-width:590px}.shared-files-search-input-container input{width:100%}.shared-files-tag-title{display:block;font-size:18px;font-weight:700;margin-bottom:1px}input[type=text]:not(.bogus).shared-files-search-files-input{border:1px solid #bbb;border-radius:3px;box-sizing:border-box;font-size:15px;height:36px;line-height:1.5;margin-bottom:8px;min-height:20px;padding:8px 12px;width:100%}.select_v2{-webkit-appearance:none;background:#fff url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E") no-repeat right 5px top 55%;background-size:auto;background-size:16px 16px;border:1px solid #7e8993;border-radius:3px;box-shadow:none;color:#32373c;font-size:13px;line-height:2;margin-bottom:10px;max-width:250px;min-height:28px;padding:4px 24px 3px 8px;vertical-align:middle}.select_v2:hover{cursor:pointer}.shared-files-search>ul ol,.shared-files-search>ul ul{padding-left:32px}.shared-files-search>ul{list-style:none;margin:0;padding:0}.shared-files-search>ul.shared-files-ajax-list{padding:0}.shared-files-search>ul>li{list-style-type:none}.shared-files-categories ul.shared-files-categories-list{list-style:none;list-style-type:none;margin:12px 0 0!important;padding-left:3px}.shared-files-categories ul.shared-files-categories-list li{background:url(https://www.larampe-echirolles.fr/wp-content/plugins/shared-files-pro/dist/css/../../img/folder.svg) 0 no-repeat;background-size:30px;margin-bottom:5px;padding-left:38px!important}.shared-files-categories ul.shared-files-categories-list li a{text-decoration:none}.shared-files-categories ul.shared-files-categories-list li a:hover{text-decoration:underline}div.shared-files-search-input-container{margin-bottom:0}.shared-files-all-files-and-categories{display:none}.shared-files-search>ul.shared-files-all-files-and-categories{padding-top:0}.shared-files-search .shared-files-search-form-container-all-files{margin-bottom:0}.shared-files-search .shared-files-all-files-and-categories h4{margin:20px 0 14px}.shared-files-search .shared-files-all-files-and-categories ul{list-style:none;margin:0;padding:0}.shared-files-search .shared-files-all-files-and-categories ul li{padding-left:0}.shared-files-search>ul>li{list-style:none;margin-bottom:24px;margin-left:0;padding-left:0}.shared-files-search>ul>li h3{font-size:20px;font-weight:400;margin:10px 0 0}.shared-files-search>ul>li a.shared-files-file-title{color:#4682b4;font-weight:700;margin-right:8px;text-decoration:underline}.shared-files-search>ul>li a.shared-files-file-title:hover{color:#1b3246;text-decoration:underline}.shared-files-search>ul>li span.shared-files-file-title{color:#333;font-weight:700;margin-right:8px}.shared-files-search>ul>li p{margin-bottom:12px}.shared-files-search>ul>li .shared-file-size{background:#fafafa;border:1px solid #eee;border-radius:2px;display:inline-block;font-size:14px;margin-left:0;margin-right:8px;padding:0 8px}.shared-files-search>ul>li .shared-file-date{background:none;border:none;border-radius:0;display:block;font-size:14px;margin:0;padding:0}.shared-files-search>ul>li .shared-file-description{font-size:14px;margin-top:8px}.shared-files-files-found{display:none;margin-bottom:6px}.shared-files-nothing-found{display:none}.shared-files-more-files{display:block;margin-bottom:8px}.shared-files-pagination{clear:both;margin-bottom:20px;padding:10px}.shared-files-pagination a{background:#f7f7f7;display:inline-block;padding:10px}.shared-files-more-than-one-file-found,.shared-files-one-file-found{display:none}.sf_error{border:1px solid #cd0000;color:#cd0000;font-weight:700;padding:10px;text-align:center}.entry-content hr.clear,hr.clear{background:none;border:0;clear:both;display:block;float:none;font-size:0;height:0;margin:0;overflow:hidden;padding:0;visibility:hidden;width:0}.shared-files-notification{display:block}.content ul.shared-files-main-file-list li:before,ul.shared-files-main-file-list li:before{display:none}.shared-files-main-file-list li{list-style-type:none;padding-left:0;width:100%}.shared-files-main-elements{box-sizing:border-box;height:100%}.shared-files-2-cards-on-the-same-row .shared-files-main-file-list li{min-height:280px;width:50%}.shared-files-2-cards-on-the-same-row .shared-files-main-file-list li .shared-files-main-elements{border-radius:10px}.shared-files-3-cards-on-the-same-row .shared-files-main-file-list li{min-height:280px;width:33.333%}.shared-files-3-cards-on-the-same-row .shared-files-main-file-list li .shared-files-main-elements{border-radius:10px;margin-bottom:0}.shared-files-4-cards-on-the-same-row .shared-files-main-file-list li{min-height:280px;width:25%}.shared-files-4-cards-on-the-same-row .shared-files-main-file-list li .shared-files-main-elements{border-radius:10px;margin-bottom:0}.pro-feature{background:#fff;border:1px solid #bbb;color:#bbb;font-size:1.2rem;font-style:italic;margin-bottom:1rem;margin-right:2rem;margin-top:20px;padding:2rem;text-align:center}.pro-feature a{background:#6bc406;border:1px solid #6bc406;color:#fff;display:inline-block;font-size:1rem;font-style:normal;margin-left:.5rem;padding:.25rem .5rem;text-decoration:none}.pro-feature a:hover{background:#fff;border:1px solid #6bc406;color:#6bc406}@media(max-width:820px){.shared-files-3-cards-on-the-same-row .shared-files-main-file-list li,.shared-files-4-cards-on-the-same-row .shared-files-main-file-list li{width:50%}}@media(max-width:500px){.shared-files-2-cards-on-the-same-row .shared-files-main-file-list li,.shared-files-3-cards-on-the-same-row .shared-files-main-file-list li{height:auto;min-height:0;padding:0;width:100%}.shared-files-4-cards-on-the-same-row .shared-files-main-file-list li{min-height:0;padding:0;width:100%}}
.shared-files-permission-denied-for{background:#fff;border:1px solid crimson;color:crimson;font-size:13px;line-height:1.5;margin-bottom:10px;margin-top:10px;padding:16px}.shared-files-permission-denied-for b{color:crimson}.shared-files-limit-active-container{opacity:.2}.shared-files-limit-active-container .shared-files-limit-active-overlay{background:red;display:none;height:100%;left:0;position:absolute;top:0;width:100%;z-index:20}.shared-files-single-file-limit-reached{background:#fff;border:1px solid #333;border-radius:6px;color:#333;display:inline-block;font-size:13px;font-weight:700;margin-top:6px;padding:7px 20px}.shared-files-add-to-favorites-container{display:inline-block;margin-top:5px}.shared-files-add-to-favorites-container a{background:#fff;border:1px solid #333;border-radius:5px;color:#333;display:inline-block;font-size:12px;font-weight:700;line-height:1.4;margin:0 5px 0 0;padding:2px 5px;text-decoration:none!important;text-transform:uppercase;text-underline-offset:0}.shared-files-add-to-favorites-container a:hover{background:#333;color:#fff;text-decoration:underline}.shared-files-add-to-favorites-container a.shared-files-delete-from-favorites{border-color:crimson;color:crimson}.shared-files-add-to-favorites-container a.shared-files-delete-from-favorites:hover{background:crimson;color:#fff}.shared-files-add-to-favorites-container.shared-files-is-favorited a,.shared-files-add-to-favorites-container.shared-files-is-favorited:hover span.shared-files-favorited{display:none}.shared-files-add-to-favorites-container.shared-files-is-favorited:hover a{display:inline-block}.shared-files-add-to-favorites-container span{background:#fff;border:1px solid #333;border-radius:5px;color:#333;display:inline-block;font-size:12px;font-weight:700;line-height:1.4;margin:0 5px 0 0;padding:2px 5px;text-decoration:none;text-transform:uppercase;text-underline-offset:0}.shared-files-add-to-favorites-container span.shared-files-favorite-removed{border-color:crimson;color:crimson}.shared-files-add-to-favorites-container span.shared-files-favorited{border-color:green;color:green}.shared-files-edit-actions{margin-top:8px}.shared-files-download-counter{margin-top:1px}.shared-files-download-counter span{background:#fff;border:1px solid #f0f0f0;border-radius:5px;color:#000;display:inline-block;font-size:11px;font-weight:400;margin:2px 4px 2px 0;padding:2px 8px;text-decoration:none}.shared-files-main-elements{box-sizing:border-box;display:flex;overflow:hidden;width:100%}.shared-files-main-elements.shared-files-minimal{padding:10px}.shared-files-main-elements.shared-files-main-elements-v2{display:block}.shared-files-main-elements.shared-files-main-elements-v2 .shared-files-main-elements-top{text-align:center}.shared-files-main-elements.shared-files-main-elements-v2 .shared-files-main-elements-top img{max-height:70px;width:auto}.shared-files-main-elements.shared-files-main-elements-v2 .shared-files-main-elements-featured-image{display:block;text-align:center;width:100%}.shared-files-main-elements.shared-files-main-elements-v2 .shared-files-main-elements-bottom{line-height:1.5;text-align:center}.shared-files-main-elements .shared-files-main-elements-left{background:url(https://www.larampe-echirolles.fr/wp-content/plugins/shared-files-pro/dist/css/../../img/generic.png) 100% 0 no-repeat;background-size:48px;flex:0 0 60px}.shared-files-main-elements .shared-files-main-elements-left.shared-files-minimal{flex:0 0 30px;height:32px}.shared-files-main-elements .shared-files-main-elements-right{flex-grow:1;line-height:1.5;padding-left:10px;padding-right:3px}.shared-files-main-elements .shared-files-main-elements-right.shared-files-minimal{padding-top:3px}.page:not(.elementor-page):not(.woocommerce-page) .entry a.shared-files-download-button,.page:not(.elementor-page):not(.woocommerce-page) .entry a.shared-files-preview-button,.page:not(.elementor-page):not(.woocommerce-page) .entry a.shared-files-tag-link{text-decoration:none}.shared-files-main-elements{height:100%;width:97%}@media(max-width:500px){.shared-files-main-elements{width:100%}}.shared-files-main-elements.shared-files-minimal{width:auto}.shared-files-main-elements a.shared-files-preview-button{background:#fff;border:1px solid #4682b4;border-radius:5px;color:#4682b4;font-size:12px;font-weight:700;margin:0 5px 0 0;padding:2px 5px;text-decoration:none!important;text-transform:uppercase;text-underline-offset:0}.shared-files-main-elements a.shared-files-preview-button:hover{background:#4682b4;color:#fff;text-decoration:underline}.shared-files-main-elements a.shared-files-download-button{background:#fff;border:1px solid #4682b4;border-radius:5px;color:#4682b4;display:inline-block;font-size:14px;font-weight:700;margin:8px 5px 0 0;padding:2px 5px;text-decoration:none!important;text-transform:uppercase;text-underline-offset:0}.shared-files-main-elements a.shared-files-download-button:hover{background:#4682b4;color:#fff;text-decoration:underline}.shared-files-custom-field{font-size:14px;margin-top:4px}.shared-files-custom-field span{display:block;font-weight:700}.shared-file-description-container{font-size:15px;margin-top:10px}.shared-file-description-container p{font-size:15px}.shared-files-file-categories-container{margin-bottom:5px;margin-top:5px}.shared-files-file-categories-container span{background:#fff;border:1px solid #787878;border-radius:5px;color:#000;display:inline-block;font-size:13px;font-weight:400;margin:2px 4px 2px 0;padding:2px 5px;text-decoration:none}.shared-files-tags-container{margin-bottom:5px;margin-top:5px}.shared-files-tags-container a,.shared-files-tags-container span{background:#fff;border:1px solid #f0f0f0;border-radius:5px;color:#000;display:inline-block;font-size:12px;font-weight:400;margin:2px 4px 2px 0;padding:2px 5px;text-decoration:none}.shared-files-tags-container a:hover{text-decoration:underline}.shared-files-file-uploaded-by{background:#fff;border:1px solid #bbb;border-radius:5px;display:inline-block;font-size:13px;padding:2px 5px}.shared-files-file-uploaded-by a{text-decoration:none}.shared-files-file-uploaded-by a:hover{text-decoration:underline}.shared-files-tags-show-all-files{background:#fff;border:1px solid #000;border-radius:3px;color:#000;display:inline-block;font-size:12px;line-height:1.3;margin-bottom:14px;padding:2px 8px;text-decoration:none}.shared-files-tags-show-all-files:hover{text-decoration:underline}.shared-files-main-elements-featured-image{flex:0 0 150px;padding:6px 16px 10px 20px}@media(max-width:500px){.shared-files-main-elements-featured-image{flex:0 0 100px;padding-right:8px;padding-top:0}}.shared-files-main-elements-featured-image img{height:auto;max-width:100%}
.shared-files-ajax-upload-container{line-height:1.5;padding-top:10px;width:97%}.shared-files-ajax-upload-container .shared-files-ajax-upload-phase-1,.shared-files-ajax-upload-container .shared-files-ajax-upload-progress-bar-container{display:none;font-weight:700;margin-bottom:12px}.shared-files-ajax-upload-container .shared-files-ajax-upload-progress-bar-container .shared-files-progress-bar{background:#333;color:#fff;font-weight:700;padding:5px 10px;width:0}.shared-files-ajax-upload-container .shared-files-ajax-upload-progress-bar-container .shared-files-progress-bar-green{background:green}.shared-files-ajax-upload-container .shared-files-ajax-upload-phase-2{display:none;font-weight:700;margin-bottom:12px}.shared-files-ajax-upload-container .shared-files-ajax-upload-phase-2 img{margin-left:6px}.shared-files-ajax-upload-container .shared-files-ajax-upload-phase-3{display:none}.shared-files-ajax-upload-container .shared-files-ajax-upload-phase-3 span.shared-files-ajax-upload-complete{display:inline-block;font-weight:700;line-height:1.3;margin:0}.shared-files-ajax-upload-container .shared-files-ajax-upload-phase-3 .shared-files-reload-page-button{background:#fff;border:1px solid green;color:green;display:inline-block;font-size:13px;font-weight:700;line-height:1.3;margin-left:10px;padding:5px 10px;text-decoration:none;text-transform:uppercase}.shared-files-ajax-upload-container .shared-files-ajax-upload-phase-3 .shared-files-reload-page-button:hover{background:#fff;cursor:pointer;text-decoration:underline}.shared-files-file-upload-permissions{border-bottom:1px solid #000;border-top:1px solid #000;margin-bottom:24px;margin-top:24px;padding-bottom:26px;padding-top:12px}.shared-files-file-upload-permissions .select2-container{line-height:1.5}.shared-files-file-upload-permissions .select2-container .select2-selection--multiple{height:80px;max-width:600px;width:100%}.shared-files-file-upload-permissions .select2-container .select2-dropdown{max-width:500px}.shared-files-upload-role-checkboxes{line-height:1.3}.shared-files-upload-role-checkboxes .shared-files-upload-role-checkbox-container{margin-bottom:5px;margin-top:5px}.shared-files-upload-role-checkboxes .shared-files-upload-role-checkbox-container .shared-files-upload-role-checkbox{margin-right:7px}.shared-files-upload-role-checkboxes .shared-files-upload-role-checkbox-container label{font-size:1rem;font-weight:400;margin:0}.shared-files-upload-role-checkboxes .shared-files-upload-role-checkbox-container label:hover{cursor:pointer}.shared-files-select2-dropdown{line-height:1;max-width:320px}.sf-public-file-upload-container form .shared-files-test-result-3 span{background:green;color:#fff;display:inline-block;font-size:15px;font-weight:700;margin-bottom:10px;padding:10px;text-transform:uppercase}.sf-public-file-upload-container{background:#f7f7f7;margin-bottom:20px;padding:2rem}.sf-public-file-upload-container form #sf_file{line-height:1}.sf-public-file-upload-container form .shared-files-upload-field-title{display:block;font-weight:700;line-height:1.3;margin-bottom:10px;margin-top:16px}.sf-public-file-upload-container form select{margin-top:10px}.sf-public-file-upload-container form input[type=date]:not(.bogus-class),.sf-public-file-upload-container form input[type=password]:not(.bogus-class),.sf-public-file-upload-container form input[type=text]:not(.bogus-class){background:#fff;border:1px solid #bbb;border-radius:3px;line-height:1.5;margin:0 0 10px;max-width:600px;min-height:20px;padding:8px 12px;width:100%}.sf-public-file-upload-container form input[type=date]:not(.bogus-class){max-width:200px}.sf-public-file-upload-container form .shared-files-password,.sf-public-file-upload-container form .shared-files-title{background:#fff;max-width:600px;padding:5px 10px;width:100%}.sf-public-file-upload-container form .shared-files-parent-category{max-width:380px}.sf-public-file-upload-container form .new-category-info{font-size:13px;font-weight:400;margin-top:0}.sf-public-file-upload-container form textarea.shared-files-description{background:#fff;border:1px solid #bbb;border-radius:3px;height:100px;margin:0 0 10px;max-width:600px;min-height:40px;padding:10px;width:100%}.sf-public-file-upload-container form .shared-files-file-upload-youtube-container{margin-bottom:12px;margin-top:10px}.sf-public-file-upload-container form .shared-files-external-url{background:#fff;width:400px}@media(max-width:500px){.sf-public-file-upload-container form .shared-files-external-url{width:100%}}.sf-public-file-upload-container form .sf-termlist-title{margin-top:18px}.sf-public-file-upload-container form .sf-taglist-title,.sf-public-file-upload-container form .sf-termlist-title{display:block;font-weight:600;margin-bottom:12px}.sf-public-file-upload-container form .sf-taglist,.sf-public-file-upload-container form ul.sf-termlist{list-style:none;margin:0 0 0 12px!important;padding:0}.sf-public-file-upload-container form .sf-taglist li,.sf-public-file-upload-container form ul.sf-termlist li{line-height:1.5;list-style:none;margin:0;padding:5px}.sf-public-file-upload-container form .sf-taglist li label,.sf-public-file-upload-container form ul.sf-termlist li label{font-weight:400;margin:0}.sf-public-file-upload-container form .sf-taglist li ul.children,.sf-public-file-upload-container form ul.sf-termlist li ul.children{margin:0;padding-left:16px;padding-top:6px}.sf-public-file-upload-container form .sf-taglist{padding-bottom:12px}.sf-public-file-upload-container form .sf-public-file-upload-submit{font-size:16px;line-height:1;margin-top:12px;padding:12px 24px}.sf-public-file-upload-container form .sf-public-file-upload-submit:hover{cursor:pointer}.shared-files-upload-complete{border:1px solid green;color:green}.shared-files-file-deleted,.shared-files-upload-complete{font-weight:700;margin-bottom:12px;padding:16px;text-align:center}#shared-files-public-delete-file,.shared-files-file-deleted{border:1px solid crimson;color:crimson}#shared-files-public-delete-file{background:#fff;border-radius:5px;display:inline-block;font-size:12px;margin:2px 0;padding:3px 16px;text-decoration:none;text-decoration:none!important}#shared-files-public-delete-file:hover{background:crimson;color:#fff}
input[type=text]:not(.bogus-field).shared-files-simple-search{border:1px solid #bbb;border-radius:3px;box-sizing:border-box;font-size:15px;height:36px;line-height:1.5;margin-bottom:8px;min-height:20px;padding:8px 12px;width:100%}.shared-files-simple-search-all-files{display:none}.shared-files-simple-files-found{margin-bottom:10px}.shared-files-simple-nothing-found{display:none}.shared-files-simple-categories span,.shared-files-simple-tags span{background:#fff;border:1px solid #f7f7f7;border-radius:5px;display:inline-block;font-size:13px;margin-bottom:1px;margin-right:3px;margin-top:1px;padding:2px 6px;white-space:nowrap}.shared-files-simple-list{border-collapse:collapse;display:table;width:100%}@media(max-width:991px){.shared-files-simple-list{display:block}}.shared-files-simple-list .shared-files-simple-list-row{display:table-row}@media(max-width:991px){.shared-files-simple-list .shared-files-simple-list-row{display:block;padding:8px}}.shared-files-simple-list .shared-files-simple-list-row:nth-child(2n){background:#fcfcfc}.shared-files-simple-list .shared-files-simple-list-row .shared-files-simple-list-col-title{font-weight:700}.shared-files-simple-list .shared-files-simple-list-row .shared-files-simple-list-col{display:table-cell;line-height:1.3;padding:5px}@media(max-width:991px){.shared-files-simple-list .shared-files-simple-list-row .shared-files-simple-list-col{display:block;padding:3px}}.shared-files-simple-list .shared-files-simple-list-row .shared-files-simple-list-col>span{display:block;padding:5px}@media(max-width:991px){.shared-files-simple-list .shared-files-simple-list-row .shared-files-simple-list-col>span{padding:0}}.shared-files-simple-list .shared-files-simple-list-row .shared-files-simple-list-col a{text-decoration:none}.shared-files-simple-list .shared-files-simple-list-row .shared-files-simple-list-col a:hover{text-decoration:underline}.shared-files-simple-list .shared-files-simple-list-row .shared-files-simple-list-col a.shared-files-preview-button{background:#fff;border:1px solid #4682b4;border-radius:5px;color:#4682b4;font-size:12px;font-weight:700;margin:0 5px;padding:2px 5px;text-decoration:none;text-transform:uppercase;text-underline-offset:0}.shared-files-simple-list .shared-files-simple-list-row .shared-files-simple-list-col a.shared-files-preview-button:hover{text-decoration:underline}.shared-files-simple-list .shared-files-simple-list-row .shared-files-simple-list-col .shared-file-size{background:#fafafa;border:1px solid #eee;border-radius:2px;display:inline-block;font-size:14px;margin-left:8px;padding:0 8px}.shared-files-simple-list .shared-files-simple-list-row .shared-files-simple-list-col.shared-files-simple-list-col-name a:first-of-type{font-weight:700}.shared-files-simple-list .shared-files-simple-list-row .shared-files-simple-list-col.shared-files-simple-list-col-name p{font-size:14px;margin:10px 0 0}.shared-files-simple-list .shared-files-simple-list-row .shared-files-simple-list-col.shared-files-simple-list-col-download-counter{text-align:right}
.shared-files-public-pro-feature{background:#fff;border:1px solid #f7f7f7;color:#bbb;font-size:1.2rem;font-style:italic;padding:1.5rem 2rem;text-align:center}.shared-files-public-pro-feature .shared-files-public-pro-feature-title{color:#000}.shared-files-public-pro-feature span{display:block;margin:10px 0}
.shared-files-password-protected-container{font-size:16px;line-height:1.3}.shared-files-password-protected-container .shared-files-password-protected{background:#fff;border:1px solid #ccc;border-radius:3px;max-width:440px;padding:40px 30px}.shared-files-password-protected-container .shared-files-password-protected h2{font-size:20px;font-weight:700;margin-top:0}.shared-files-password-protected-container .shared-files-password-protected .form-field .form-field-left{float:left;min-height:40px;width:40%}@media(max-width:500px){.shared-files-password-protected-container .shared-files-password-protected .form-field .form-field-left{float:none;margin-bottom:5px;min-height:auto;width:100%}}.shared-files-password-protected-container .shared-files-password-protected .form-field .form-field-left label{display:inline-block;font-weight:400;padding-top:6px}.shared-files-password-protected-container .shared-files-password-protected .form-field .form-field-right{float:left;min-height:40px;width:60%}@media(max-width:500px){.shared-files-password-protected-container .shared-files-password-protected .form-field .form-field-right{float:none;margin-bottom:8px;width:100%}}.shared-files-password-protected-container .shared-files-password-protected .form-field .form-field-right input{background:#f7f7f7;border:1px solid #ccc;line-height:1.3;padding:5px;width:100%}.shared-files-password-protected-container .shared-files-password-protected .shared-files-invalid-password{border:1px solid crimson;border-radius:3px;clear:both;color:crimson;font-family:Oswald,sans-serif;font-size:13px;font-weight:700;margin:7px 0 5px;padding:10px;text-align:center;text-transform:uppercase}.shared-files-password-protected-container .shared-files-password-protected input[type=submit].shared-files-form-submit{background:#333;border:none;color:#fff;cursor:pointer;display:inline-block;font-size:16px;font-weight:700;line-height:1.3;margin-bottom:0;margin-top:10px;padding:10px 40px;text-decoration:none;text-transform:uppercase;transition:all .4s ease 0s}.shared-files-password-protected-container .shared-files-password-protected input[type=submit].shared-files-form-submit:hover{background:#000;transition:all .4s ease 0s}
.shared-files-ask-for-contact-info-container{font-size:16px;line-height:1.3}.shared-files-ask-for-contact-info-container .shared-files-ask-for-contact-info{background:#fff;border:1px solid #ccc;border-radius:3px;max-width:530px;padding:40px 30px}.shared-files-ask-for-contact-info-container .shared-files-ask-for-contact-info h2{font-size:20px;font-weight:700;margin-top:0}.shared-files-ask-for-contact-info-container .shared-files-ask-for-contact-info .shared-files-form-field{display:flex}@media(max-width:500px){.shared-files-ask-for-contact-info-container .shared-files-ask-for-contact-info .shared-files-form-field{flex-wrap:wrap}}.shared-files-ask-for-contact-info-container .shared-files-ask-for-contact-info .shared-files-form-field .shared-files-form-field-left{min-height:40px;width:20%}@media(max-width:500px){.shared-files-ask-for-contact-info-container .shared-files-ask-for-contact-info .shared-files-form-field .shared-files-form-field-left{margin-bottom:5px;min-height:auto;width:100%}}.shared-files-ask-for-contact-info-container .shared-files-ask-for-contact-info .shared-files-form-field .shared-files-form-field-left label{display:inline-block;font-weight:400;padding-top:6px}@media(max-width:500px){.shared-files-ask-for-contact-info-container .shared-files-ask-for-contact-info .shared-files-form-field .shared-files-form-field-left label{margin-bottom:0}}.shared-files-ask-for-contact-info-container .shared-files-ask-for-contact-info .shared-files-form-field .shared-files-form-field-right{min-height:40px;width:80%}@media(max-width:500px){.shared-files-ask-for-contact-info-container .shared-files-ask-for-contact-info .shared-files-form-field .shared-files-form-field-right{margin-bottom:8px;width:100%}}.shared-files-ask-for-contact-info-container .shared-files-ask-for-contact-info .shared-files-form-field .shared-files-form-field-right input,.shared-files-ask-for-contact-info-container .shared-files-ask-for-contact-info .shared-files-form-field .shared-files-form-field-right textarea{background:#f7f7f7;border:1px solid #ccc;border-radius:3px;line-height:1.3;padding:5px;width:100%}.shared-files-ask-for-contact-info-container .shared-files-ask-for-contact-info .shared-files-invalid-email{border:1px solid crimson;border-radius:3px;clear:both;color:crimson;font-family:Oswald,sans-serif;font-size:13px;font-weight:700;margin:7px 0 5px;padding:10px;text-align:center;text-transform:uppercase}.shared-files-ask-for-contact-info-container .shared-files-ask-for-contact-info input[type=submit].shared-files-form-submit{background:#333;border:none;color:#fff;cursor:pointer;display:inline-block;font-size:16px;font-weight:700;line-height:1.3;margin-bottom:0;margin-top:10px;padding:10px 40px;text-decoration:none;text-transform:uppercase;transition:all .4s ease 0s}.shared-files-ask-for-contact-info-container .shared-files-ask-for-contact-info input[type=submit].shared-files-form-submit:hover{background:#000;transition:all .4s ease 0s}.shared-files-ask-for-contact-info-for-admin{border:1px solid crimson;color:crimson;font-weight:700;margin-bottom:2rem;padding:1rem 2rem;text-align:center}
a.shared-files-edit-file{background:#fff;border:1px solid green;border-radius:5px;color:green;display:inline-block;font-size:12px;font-weight:700;line-height:1.4;margin:0 5px 0 0;padding:2px 5px;text-decoration:none!important;text-transform:uppercase;text-underline-offset:0}a.shared-files-edit-file:hover{background:green;color:#fff;text-decoration:underline}
.shared-files-modal-container{background:rgba(0,0,0,.5);display:none;height:100%;left:0;line-height:1.5;margin:0!important;margin:0 auto;max-width:100%!important;max-width:600px;min-height:260px;overflow:auto;padding:32px 24px 16px;position:fixed;top:0;width:100%;z-index:999999999}.shared-files-modal-container .shared-files-delete-file-container{text-align:right}.shared-files-modal-container span.shared-files-single-file-title{display:block;font-size:16px;font-weight:700;margin:20px 0 5px}.shared-files-modal-container input.shared-files-title{max-width:600px;width:100%}.shared-files-modal-container ul.sf-taglist,.shared-files-modal-container ul.sf-termlist{list-style:none;margin:0;padding:10px 0 0!important}.shared-files-modal-container ul.sf-taglist li,.shared-files-modal-container ul.sf-termlist li{padding-left:3px}.shared-files-modal-container ul.sf-taglist li label,.shared-files-modal-container ul.sf-termlist li label{font-weight:400;margin-bottom:5px}.shared-files-modal-container ul.sf-taglist li ul.children,.shared-files-modal-container ul.sf-termlist li ul.children{list-style:none;padding-left:8px!important}.shared-files-modal-container p{margin-bottom:6px}.shared-files-modal-container input[type=submit].sf-public-file-update-submit{font-size:16px;font-weight:700;line-height:1.3;margin:10px 0 20px;padding:8px 24px}.shared-files-modal-container.shared-files-modal-container-edit-file{padding:20px 5px}.shared-files-modal-container.shared-files-modal-container-edit-file .shared-files-modal{max-width:900px}.shared-files-modal-container.shared-files-modal-container-edit-file .shared-files-modal input[type=text]{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #eee;border-radius:3px;box-shadow:none;font-size:14px;line-height:1.3;margin-bottom:12px;padding:6px 6px 4px;width:100%}@media(max-width:620px){.shared-files-modal-container.shared-files-modal-container-edit-file .shared-files-modal input[type=text]{margin-bottom:10px;padding:5px 5px 2px}}.shared-files-modal-container .shared-files-modal{background:#fff}.shared-files-modal-container .shared-files-modal:not(.shared-files-modal-edit-file){position:relative;top:50%;transform:perspective(1px) translateY(-50%)}.shared-files-modal-container .shared-files-modal:not(.shared-files-modal-edit-file) input{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #eee;border-radius:3px;box-shadow:none;font-size:14px;line-height:1.3;margin-bottom:12px;padding:6px 6px 4px;width:100%}@media(max-width:620px){.shared-files-modal-container .shared-files-modal:not(.shared-files-modal-edit-file) input{margin-bottom:10px;padding:5px 5px 2px}.shared-files-modal-container .shared-files-modal{max-width:none;padding:16px 12px;width:95%}}.shared-files-modal-container .shared-files-modal input[type=submit]:disabled{background:#bbb}.shared-files-modal-container .shared-files-modal .shared-files-close-modal-container{position:relative}.shared-files-modal-container .shared-files-modal .shared-files-close-modal{color:#000;font-size:17px;font-weight:700;padding:10px;position:absolute;right:-10px;text-decoration:none!important;top:-24px}@media(max-width:620px){.shared-files-modal-container .shared-files-modal .shared-files-close-modal{right:-10px;top:-12px}}.shared-files-modal-container .shared-files-modal>h3{font-size:24px;margin-bottom:14px!important;margin-top:8px}.shared-files-modal-container .shared-files-modal label{font-size:14px;font-weight:700;line-height:1.3;margin-bottom:5px}.shared-files-modal-container .shared-files-modal span{display:block;font-size:16px;line-height:1.3;margin-bottom:10px}.shared-files-modal-container .shared-files-modal span.contact-list-recipient,.shared-files-modal-container .shared-files-modal span.contact-list-recipient-email{display:inline;font-size:14px}.shared-files-modal-container .shared-files-modal input[type=submit]{margin-bottom:0}.shared-files-modal-container .shared-files-modal input.contact-list-send-single{border:none;font-size:18px;font-weight:700;padding:5px 40px;text-transform:uppercase;width:auto}.shared-files-modal-container .shared-files-modal .contact-list-message-error{color:crimson;font-size:14px;font-weight:700;margin-bottom:10px}.shared-files-modal-container .shared-files-modal .contact-list-sending-message{font-size:14px;padding-top:20px}.shared-files-modal-container .shared-files-modal textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;border:1px solid #eee;border-radius:3px;font-size:14px;height:120px;line-height:1.3;margin-bottom:12px;padding:6px;width:100%}@media(max-width:620px){.shared-files-modal-container .shared-files-modal textarea{height:40px;margin-bottom:10px;padding:5px}}.shared-files-modal-container .shared-files-modal input[type=submit].contact-list-send-single{border:none;border-radius:3px;font-size:16px;line-height:1;padding:10px 30px!important;width:auto}@media(max-width:620px){.shared-files-modal-container .shared-files-modal input[type=submit].contact-list-send-single{padding:5px!important}}.shared-files-modal-container .shared-files-modal input[type=submit].contact-list-send-single:disabled{background:#bbb}
.shared-files-pagination-improved{line-height:1.3;margin-bottom:20px}.shared-files-pagination-improved .shared-files-pagination-improved-more-files{line-height:1.3;margin-bottom:12px;margin-top:24px}.shared-files-pagination-improved a{background-color:#f7f7f7;border:1px solid #eee;border-radius:3px;color:#333;display:inline-block;font-size:13px;line-height:1.3;padding:5px 10px;text-decoration:none}.shared-files-pagination-improved a:hover{background-color:#333;color:#fff;cursor:pointer}.shared-files-pagination-improved span{background-color:#fff;border:1px solid #eee;border-radius:3px;display:inline-block;font-size:13px;line-height:1.3;padding:5px 10px;text-decoration:none}.contact-list-navigation ul{margin:0;padding:0}.contact-list-simple-container .contact-list-navigation{margin-top:24px}.contact-list-navigation li a,.contact-list-navigation li a:hover,.contact-list-navigation li.active a,.contact-list-navigation li.disabled{color:#fff;text-decoration:none}.contact-list-navigation li{display:inline;font-size:14px;padding:0 3px 0 0}.contact-list-navigation li a,.contact-list-navigation li a:hover,.contact-list-navigation li.active a,.contact-list-navigation li.disabled{background-color:#eee;border-radius:3px;color:#333;cursor:pointer;padding:6px 9px}.contact-list-navigation li a:hover,.contact-list-navigation li.active a{background-color:#333;color:#fff}
.shared-files-accordion-buttons-container{margin-bottom:2rem}.shared-files-accordion-buttons-container a.shared-files-accordion-hide-all,.shared-files-accordion-buttons-container a.shared-files-accordion-show-all{background:#fff;border:1px solid #4682b4;border-radius:5px;color:#4682b4;display:inline-block;font-size:17px;font-weight:700;line-height:1.3;margin:0;padding:5px 20px;text-decoration:none!important;text-transform:uppercase;text-underline-offset:0}.shared-files-accordion-buttons-container a.shared-files-accordion-hide-all:hover,.shared-files-accordion-buttons-container a.shared-files-accordion-show-all:hover{background:#4682b4;color:#fff;text-decoration:underline}.shared-files-accordion-buttons-container a.shared-files-accordion-hide-all{display:none}.shared-files-accordion-container ul.shared-files-accordion-list{list-style:none;margin:0;padding:0}.shared-files-accordion-container ul.shared-files-accordion-list li:last-of-type .shared-files-accordion-category{border-bottom:1px solid #a0a0a0}.shared-files-accordion-container ul.shared-files-accordion-list .shared-files-accordion-subcategory-title,.shared-files-accordion-container ul.shared-files-accordion-list .shared-files-month-title{color:#333;font-size:15px;font-weight:700;margin-bottom:3px}.shared-files-accordion-container ul.shared-files-accordion-list .shared-files-accordion-category{border-top:1px solid #a0a0a0;display:block;padding:10px 20px 10px 14px}.shared-files-accordion-container ul.shared-files-accordion-list .shared-files-accordion-category .shared-files-accordion-category-title-container{cursor:pointer;display:flex;flex-direction:row}.shared-files-accordion-container ul.shared-files-accordion-list .shared-files-accordion-category .shared-files-accordion-category-title-container .shared-files-accordion-category-title{width:90%}.shared-files-accordion-container ul.shared-files-accordion-list .shared-files-accordion-category .shared-files-accordion-category-title-container .shared-files-accordion-category-title>span{color:#333;display:block;font-size:16px;font-weight:700;position:relative;text-decoration:none;top:50%;transform:perspective(1px) translateY(-50%)}.shared-files-accordion-container ul.shared-files-accordion-list .shared-files-accordion-category .shared-files-accordion-category-title-container .shared-files-accordion-category-title>span:hover{text-decoration:underline}.shared-files-accordion-container ul.shared-files-accordion-list .shared-files-accordion-category .shared-files-accordion-category-title-container .shared-files-accordion-category-icon{max-height:40px;overflow:hidden;text-align:right;width:10%}.shared-files-accordion-container ul.shared-files-accordion-list .shared-files-accordion-category .shared-files-accordion-category-title-container .shared-files-accordion-category-icon img{display:inline-block;height:auto;position:relative;top:50%;transform:perspective(1px) translateY(-50%);width:40px}.shared-files-accordion-container ul.shared-files-accordion-list .shared-files-accordion-category.shared-files-accordion-category-open .shared-files-accordion-category-title-container .shared-files-accordion-category-icon img{transform:perspective(1px) translateY(-50%) rotate(180deg)}.shared-files-accordion-container ul.shared-files-accordion-list .shared-files-accordion-category .shared-files-indent-markup{color:#bbb;margin-right:5px}.shared-files-accordion-container ul.shared-files-accordion-list .shared-files-accordion-category.shared-files-accordion-category-closed .shared-files-accordion-contents{display:none}
.shared-files-wait-page-dialog{background:#fff;border:3px solid #eee;border-radius:5px;color:#333;font-weight:700;margin-bottom:2rem;padding:2rem;text-align:center}.shared-files-wait-page-dialog p{font-size:19px;line-height:1.3;margin:0}.shared-files-wait-page-dialog .shared-files-wait-page-download-button-container{margin-top:30px}.shared-files-wait-page-dialog .shared-files-wait-page-download-button-container.shared-files-wait-page-download-button-is-hidden{height:1px;margin-top:0;overflow:hidden;width:1px}.shared-files-wait-page-dialog .shared-files-wait-page-download-button-container #shared-files-wait-page-download-button{background:#fff;border:1px solid #4682b4;border-radius:10px;color:#4682b4;display:inline-block;font-size:21px;font-weight:700;line-height:1;margin:0;padding:10px 20px;text-decoration:none;text-transform:uppercase;text-underline-offset:0}.shared-files-wait-page-dialog .shared-files-wait-page-download-button-container #shared-files-wait-page-download-button:hover{text-decoration:underline}
.single-shared_file .shared-files-single-file-page-container{padding-bottom:20px;padding-top:10px}.single-shared_file .shared-files-single-file-page-container .shared-files-single-file-page-go-back{margin-bottom:8px}.single-shared_file .shared-files-single-file-page-container .shared-files-main-container{max-width:740px}

.basicLightbox{position:fixed;display:flex;justify-content:center;align-items:center;top:0;left:0;width:100%;height:100vh;background:rgba(0,0,0,.8);opacity:.01;transition:opacity .4s ease;z-index:1000;will-change:opacity}.basicLightbox--visible{opacity:1}.basicLightbox__placeholder{max-width:100%;transform:scale(.9);transition:transform .4s ease;z-index:1;will-change:transform}.basicLightbox__placeholder>iframe:first-child:last-child,.basicLightbox__placeholder>img:first-child:last-child,.basicLightbox__placeholder>video:first-child:last-child{display:block;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;max-width:95%;max-height:95%}.basicLightbox__placeholder>iframe:first-child:last-child,.basicLightbox__placeholder>video:first-child:last-child{pointer-events:auto}.basicLightbox__placeholder>img:first-child:last-child,.basicLightbox__placeholder>video:first-child:last-child{width:auto;height:auto}.basicLightbox--iframe .basicLightbox__placeholder,.basicLightbox--img .basicLightbox__placeholder,.basicLightbox--video .basicLightbox__placeholder{width:100%;height:100%;pointer-events:none}.basicLightbox--visible .basicLightbox__placeholder{transform:scale(1)}
.cmplz-video.cmplz-iframe-styles{background-color:transparent}.cmplz-video.cmplz-hidden{visibility:hidden !important}.cmplz-blocked-content-notice{display:none}.cmplz-placeholder-parent{height:inherit}.cmplz-optin .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optin .cmplz-wp-video .cmplz-blocked-content-notice,.cmplz-optout .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optout .cmplz-wp-video .cmplz-blocked-content-notice{display:block}.cmplz-blocked-content-container,.cmplz-wp-video{animation-name:cmplz-fadein;animation-duration:600ms;background:#FFF;border:0;border-radius:3px;box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15);display:flex;justify-content:center;align-items:center;background-repeat:no-repeat !important;background-size:cover !important;height:inherit;position:relative}.cmplz-blocked-content-container.gmw-map-cover,.cmplz-wp-video.gmw-map-cover{max-height:100%;position:absolute}.cmplz-blocked-content-container.cmplz-video-placeholder,.cmplz-wp-video.cmplz-video-placeholder{padding-bottom:initial}.cmplz-blocked-content-container iframe,.cmplz-wp-video iframe{visibility:hidden;max-height:100%;border:0 !important}.cmplz-blocked-content-container .cmplz-custom-accept-btn,.cmplz-wp-video .cmplz-custom-accept-btn{white-space:normal;text-transform:initial;cursor:pointer;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:200px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-custom-accept-btn:focus,.cmplz-wp-video .cmplz-custom-accept-btn:focus{border:1px dotted #cecece}.cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-wp-video .cmplz-blocked-content-notice{white-space:normal;text-transform:initial;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:300px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links{display:block;margin-bottom:10px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links a,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links a{color:#fff}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body{display:block}.cmplz-blocked-content-container div div{display:none}.cmplz-wp-video .cmplz-placeholder-element{width:100%;height:inherit}@keyframes cmplz-fadein{from{opacity:0}to{opacity:1}}
/*
Theme Name: BlankSlate
Theme URI: https://github.com/tidythemes/blankslate
Author: TidyThemes
Author URI: https://github.com/tidythemes
Description: Donations: https://calmestghost.com/donate. BlankSlate is the definitive WordPress boilerplate starter theme. We've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability and no intrusive visual CSS styles have been added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/tidythemes/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2023
Requires at least: 5.2
Tested up to: 6.1
Requires PHP: 7.0
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate

BlankSlate WordPress Theme © 2011-2023 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}a[href^="tel"]{color:inherit;text-decoration:none}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}input[type="search"]{-webkit-appearance:textfield}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('https://www.larampe-echirolles.fr/wp-content/themes/larampe-childtheme/slick/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('https://www.larampe-echirolles.fr/wp-content/themes/larampe-childtheme/slick/./fonts/slick.eot');
    src: url('https://www.larampe-echirolles.fr/wp-content/themes/larampe-childtheme/slick/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('https://www.larampe-echirolles.fr/wp-content/themes/larampe-childtheme/slick/./fonts/slick.woff') format('woff'), url('https://www.larampe-echirolles.fr/wp-content/themes/larampe-childtheme/slick/./fonts/slick.ttf') format('truetype'), url('https://www.larampe-echirolles.fr/wp-content/themes/larampe-childtheme/slick/./fonts/slick.svg#slick') format('svg');
;font-display: swap;
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/*
Theme Name: La Rampe - La Ponatière Child
Theme URI: https://www.larampe-echirolles.fr/
Author: La Mine
Author URI: https://www.la-mine.com/
Description: A child theme for La Rampe - La Ponatière.
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: blankslate-child
Template: blankslate
Version: 2.2.2
*/

/* Webfont: TTFirsNeue-Bold */@font-face {
    font-family: 'TTFirsNeue-Bold';
    src: url('https://www.larampe-echirolles.fr/wp-content/themes/larampe-childtheme/TTFirsNeue-Bold.eot'); /* IE9 Compat Modes */
    src: url('https://www.larampe-echirolles.fr/wp-content/themes/larampe-childtheme/TTFirsNeue-Bold.woff') format('woff'), /* Modern Browsers */
         url('https://www.larampe-echirolles.fr/wp-content/themes/larampe-childtheme/TTFirsNeue-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
         url('https://www.larampe-echirolles.fr/wp-content/themes/larampe-childtheme/TTFirsNeue-Bold.svg#TTFirsNeue-Bold') format('svg'); /* Legacy iOS */
    font-weight: bold;
    font-style: normal;
    text-rendering: optimizeLegibility;
;font-display: swap;
}

/* Webfont: TTFirsNeue-BoldItalic */@font-face {
    font-family: 'TTFirsNeue-BoldItalic';
    src: url('https://www.larampe-echirolles.fr/wp-content/themes/larampe-childtheme/TTFirsNeue-BoldItalic.eot'); /* IE9 Compat Modes */
    src: url('https://www.larampe-echirolles.fr/wp-content/themes/larampe-childtheme/TTFirsNeue-BoldItalic.woff') format('woff'), /* Modern Browsers */
         url('https://www.larampe-echirolles.fr/wp-content/themes/larampe-childtheme/TTFirsNeue-BoldItalic.ttf') format('truetype'), /* Safari, Android, iOS */
         url('https://www.larampe-echirolles.fr/wp-content/themes/larampe-childtheme/TTFirsNeue-BoldItalic.svg#TTFirsNeue-BoldItalic') format('svg'); /* Legacy iOS */
    font-weight: bold;
    font-style: italic;
    text-rendering: optimizeLegibility;
;font-display: swap;
}

/* Webfont: TTFirsNeue-Regular */@font-face {
    font-family: 'TTFirsNeue-Regular';
    src: url('https://www.larampe-echirolles.fr/wp-content/themes/larampe-childtheme/TTFirsNeue-Regular.eot'); /* IE9 Compat Modes */
    src: url('https://www.larampe-echirolles.fr/wp-content/themes/larampe-childtheme/TTFirsNeue-Regular.woff') format('woff'), /* Modern Browsers */
         url('https://www.larampe-echirolles.fr/wp-content/themes/larampe-childtheme/TTFirsNeue-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('https://www.larampe-echirolles.fr/wp-content/themes/larampe-childtheme/TTFirsNeue-Regular.svg#TTFirsNeue-Regular') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility;
;font-display: swap;
}

/* Webfont: TTFirsNeue-Italic */@font-face {
    font-family: 'TTFirsNeue-Italic';
    src: url('https://www.larampe-echirolles.fr/wp-content/themes/larampe-childtheme/TTFirsNeue-Italic.eot'); /* IE9 Compat Modes */
    src: url('https://www.larampe-echirolles.fr/wp-content/themes/larampe-childtheme/TTFirsNeue-Italic.woff') format('woff'), /* Modern Browsers */
         url('https://www.larampe-echirolles.fr/wp-content/themes/larampe-childtheme/TTFirsNeue-Italic.ttf') format('truetype'), /* Safari, Android, iOS */
         url('https://www.larampe-echirolles.fr/wp-content/themes/larampe-childtheme/TTFirsNeue-Italic.svg#TTFirsNeue-Italic') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style: italic;
    text-rendering: optimizeLegibility;
;font-display: swap;
}

/* Webfont: TTFirsNeue-MediumItalic */@font-face {
    font-family: 'TTFirsNeue-MediumItalic';
    src: url('https://www.larampe-echirolles.fr/wp-content/themes/larampe-childtheme/TTFirsNeue-MediumItalic.eot'); /* IE9 Compat Modes */
    src: url('https://www.larampe-echirolles.fr/wp-content/themes/larampe-childtheme/TTFirsNeue-MediumItalic.woff') format('woff'), /* Modern Browsers */
         url('https://www.larampe-echirolles.fr/wp-content/themes/larampe-childtheme/TTFirsNeue-MediumItalic.ttf') format('truetype'), /* Safari, Android, iOS */
         url('https://www.larampe-echirolles.fr/wp-content/themes/larampe-childtheme/TTFirsNeue-MediumItalic.svg#TTFirsNeue-MediumItalic') format('svg'); /* Legacy iOS */
    font-weight: medium;
    font-style: italic;
    text-rendering: optimizeLegibility;
;font-display: swap;
}

/* Webfont: TTFirsNeue-Light */@font-face {
    font-family: 'TTFirsNeue-Light';
    src: url('https://www.larampe-echirolles.fr/wp-content/themes/larampe-childtheme/TTFirsNeue-Light.eot'); /* IE9 Compat Modes */
    src: url('https://www.larampe-echirolles.fr/wp-content/themes/larampe-childtheme/TTFirsNeue-Light.woff') format('woff'), /* Modern Browsers */
         url('https://www.larampe-echirolles.fr/wp-content/themes/larampe-childtheme/TTFirsNeue-Light.ttf') format('truetype'), /* Safari, Android, iOS */
         url('https://www.larampe-echirolles.fr/wp-content/themes/larampe-childtheme/TTFirsNeue-Light.svg#TTFirsNeue-Light') format('svg'); /* Legacy iOS */
    font-weight: lighter;
    font-style: normal;
    text-rendering: optimizeLegibility;
;font-display: swap;
}
/* Webfont: TTFirsNeue-Bold */@font-face {
    font-family: 'TTFirsNeue-Bold';
    src: url('https://www.larampe-echirolles.fr/wp-content/themes/larampe-childtheme/TTFirsNeue-Bold.eot'); /* IE9 Compat Modes */
    src: url('https://www.larampe-echirolles.fr/wp-content/themes/larampe-childtheme/TTFirsNeue-Bold.woff') format('woff'), /* Modern Browsers */
         url('https://www.larampe-echirolles.fr/wp-content/themes/larampe-childtheme/TTFirsNeue-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
         url('https://www.larampe-echirolles.fr/wp-content/themes/larampe-childtheme/TTFirsNeue-Bold.svg#TTFirsNeue-Bold') format('svg'); /* Legacy iOS */
    font-weight: bold;
    font-style: normal;
    text-rendering: optimizeLegibility;
;font-display: swap;
}

/* Webfont: TTFirsNeue-BoldItalic */@font-face {
    font-family: 'TTFirsNeue-BoldItalic';
    src: url('https://www.larampe-echirolles.fr/wp-content/themes/larampe-childtheme/TTFirsNeue-BoldItalic.eot'); /* IE9 Compat Modes */
    src: url('https://www.larampe-echirolles.fr/wp-content/themes/larampe-childtheme/TTFirsNeue-BoldItalic.woff') format('woff'), /* Modern Browsers */
         url('https://www.larampe-echirolles.fr/wp-content/themes/larampe-childtheme/TTFirsNeue-BoldItalic.ttf') format('truetype'), /* Safari, Android, iOS */
         url('https://www.larampe-echirolles.fr/wp-content/themes/larampe-childtheme/TTFirsNeue-BoldItalic.svg#TTFirsNeue-BoldItalic') format('svg'); /* Legacy iOS */
    font-weight: bold;
    font-style: italic;
    text-rendering: optimizeLegibility;
;font-display: swap;
}

/* Webfont: TTFirsNeue-Regular */@font-face {
    font-family: 'TTFirsNeue-Regular';
    src: url('https://www.larampe-echirolles.fr/wp-content/themes/larampe-childtheme/TTFirsNeue-Regular.eot'); /* IE9 Compat Modes */
    src: url('https://www.larampe-echirolles.fr/wp-content/themes/larampe-childtheme/TTFirsNeue-Regular.woff') format('woff'), /* Modern Browsers */
         url('https://www.larampe-echirolles.fr/wp-content/themes/larampe-childtheme/TTFirsNeue-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('https://www.larampe-echirolles.fr/wp-content/themes/larampe-childtheme/TTFirsNeue-Regular.svg#TTFirsNeue-Regular') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility;
;font-display: swap;
}

/* Webfont: TTFirsNeue-Italic */@font-face {
    font-family: 'TTFirsNeue-Italic';
    src: url('https://www.larampe-echirolles.fr/wp-content/themes/larampe-childtheme/TTFirsNeue-Italic.eot'); /* IE9 Compat Modes */
    src: url('https://www.larampe-echirolles.fr/wp-content/themes/larampe-childtheme/TTFirsNeue-Italic.woff') format('woff'), /* Modern Browsers */
         url('https://www.larampe-echirolles.fr/wp-content/themes/larampe-childtheme/TTFirsNeue-Italic.ttf') format('truetype'), /* Safari, Android, iOS */
         url('https://www.larampe-echirolles.fr/wp-content/themes/larampe-childtheme/TTFirsNeue-Italic.svg#TTFirsNeue-Italic') format('svg'); /* Legacy iOS */
    font-weight: normal;
    font-style: italic;
    text-rendering: optimizeLegibility;
;font-display: swap;
}

/* Webfont: TTFirsNeue-MediumItalic */@font-face {
    font-family: 'TTFirsNeue-MediumItalic';
    src: url('https://www.larampe-echirolles.fr/wp-content/themes/larampe-childtheme/TTFirsNeue-MediumItalic.eot'); /* IE9 Compat Modes */
    src: url('https://www.larampe-echirolles.fr/wp-content/themes/larampe-childtheme/TTFirsNeue-MediumItalic.woff') format('woff'), /* Modern Browsers */
         url('https://www.larampe-echirolles.fr/wp-content/themes/larampe-childtheme/TTFirsNeue-MediumItalic.ttf') format('truetype'), /* Safari, Android, iOS */
         url('https://www.larampe-echirolles.fr/wp-content/themes/larampe-childtheme/TTFirsNeue-MediumItalic.svg#TTFirsNeue-MediumItalic') format('svg'); /* Legacy iOS */
    font-weight: medium;
    font-style: italic;
    text-rendering: optimizeLegibility;
;font-display: swap;
}

/* Webfont: TTFirsNeue-Light */@font-face {
    font-family: 'TTFirsNeue-Light';
    src: url('https://www.larampe-echirolles.fr/wp-content/themes/larampe-childtheme/TTFirsNeue-Light.eot'); /* IE9 Compat Modes */
    src: url('https://www.larampe-echirolles.fr/wp-content/themes/larampe-childtheme/TTFirsNeue-Light.woff') format('woff'), /* Modern Browsers */
         url('https://www.larampe-echirolles.fr/wp-content/themes/larampe-childtheme/TTFirsNeue-Light.ttf') format('truetype'), /* Safari, Android, iOS */
         url('https://www.larampe-echirolles.fr/wp-content/themes/larampe-childtheme/TTFirsNeue-Light.svg#TTFirsNeue-Light') format('svg'); /* Legacy iOS */
    font-weight: lighter;
    font-style: normal;
    text-rendering: optimizeLegibility;
;font-display: swap;
}


body {
  ----rampe--black: #00415B; /* avant bleu foncé footer : 002035 */
  --rampe--foreground: #DE3335; /* bleu */
  --rampe--background: #ffffff; /* blanc */
  --rampe--primary: #DE3335;    /* violet */
  --rampe--secondary: #F7BCB3;  /* gris clair */
  --rampe--tertiary: #EEDCC0;   /* rose */
  --rampe--grey: #bababa;       /* gris moyen */
  --rampe--darkblue: #00415B;   /* bleu foncé */
  
  --font-size--small: 1rem;
  --font-size--medium: 1.125rem;
  --font-size--large: 1.75rem;
  --font-size--x-large: clamp(1.75rem, 3vw, 2.25rem);
  --font--rampe-23-bold: 'TTFirsNeue-Bold',sans-serif;
  --font--rampe-23-boldital: 'TTFirsNeue-BoldItalic',sans-serif;
  --font--rampe-23-medium: "TTFirsNeue-Regular", sans-serif;
  --font--rampe-23-light: "TTFirsNeue-Light",sans-serif;
  --font--rampe-23-lightital: "TTFirsNeue-Italic",sans-serif;
  --font--rampe-23-serif: "Butlerextrabold", serif;
  --font--rampe-23-serif-bold: "Butlerblack", serif;
  --font--rampe-23-serif-light: "butlerlight", serif;

  color: var(----rampe--black);
}


h1 {
  font-size: 36px;
  line-height: 42px;
  color: var(--rampe--primary);
  font-family: var(--font--rampe-23-bold);
  /*font-family: 'TTFirsNeue-Bold';*/
  font-weight: 300;
  text-rendering: optimizelegibility;
  margin: 30px 0 5px;
}

h2 {
  font-size: 22px;
  font-family: var(--font--rampe-23-serif-bold);
  font-weight: 900;
  color: var(--rampe--foreground);
}

h3 {
  font-size: 22px;
  font-family: var(--font--rampe-23-light);
  font-weight: 700;
  color: var(--rampe--foreground);
}

p {
  font-family: var(--font--rampe-23-medium);
  margin: revert;
}

strong, b {font-family: var(--font--rampe-23-bold);}

b > i, strong > i, b > em, b > i, strong > em, em > strong  {font-family: var(--font--rampe-23-boldital);}

i, em {font-family: var(--font--rampe-23-lightital);}

/*b + i, strong + i, b + em, b + i, strong + em {font-family: var(--font--rampe-23-boldital);}*/

.disapear {display: none;}


.page-id-418 .entry-content li {list-style: disc;}
.page-id-556 .entry-content li:before {content: '- '; margin-left: -12px;}

body {
  transition: .4s;
  font-family: var(--font--rampe-23-medium);
  line-height: 1.3em;
}

header#header {
  background-color: var(--rampe--foreground) !important;  
}

#container main#content {
  max-width: 1260px;
  margin: 20px auto;
}

#sidebar {
  background-color: var(--rampe--secondary);
}
#sidebar .wp-block-column .wp-block-image {
  padding: 15px 15px 0 15px;
}
#sidebar .wp-block-column .wp-block-image.size-full {
  text-align: center;
}
#sidebar .wp-block-column p {
  color: var(--rampe--foreground);
  text-transform: uppercase;
  font-family: var(--font--rampe-23-light);
  font-weight: bold;
  font-size: 1em;
  padding-bottom: 15px;
}

#sidebar #primary.widget-area .is-layout-flex.wp-container-5.wp-block-columns,
#sidebar #primary.widget-area .xoxo {
  margin: 0 auto;
  padding: 30px;
  padding: 0px;
  max-width: 720px;
}
#primary.widget-area ul.xoxo .is-layout-flex.wp-container-9.wp-block-columns {margin-bottom: 0; padding-bottom: 10px;}
#primary.widget-area a {
  color: var(--rampe--foreground);
  text-decoration: none;
}
#sidebar #primary.widget-area figure {padding-bottom: 10px}
#sidebar #primary .xoxo * {
  margin-bottom: 0;
}
#sidebar .wp-block-column figure:hover img {
  scale: 1.1;
}


footer#footer {
  background-color: var(--rampe--primary) !important;
  color: var(--rampe--secondary);
}

footer #copyright {
  text-align: center;
  padding: 20px;
}

footer #copyright .licence {
  font-size: .8em;
  font-size: 13px;
}

footer #copyright .menu-footer-container,
footer #copyright .menu-pro-menu-container {
  margin: 10px auto;
  font-size: 0.9em;
  font-size: 14px;
}

footer .menu-footer-container #menu-footer {
  display: inline-flex;
  margin-top: 10px;
}

footer .menu-footer-container #menu-footer li a {
  color: #D0D4DB;
  color: #fff;
  text-transform: uppercase;
  margin: 0 10px;
  font-family: var(--font--rampe-23-light);
  text-decoration: none;
  font-size: .8em;
  font-size: 13px;
}

footer .menu-footer-container #menu-footer li a:hover {
  color: var(--rampe--tertiary);
}

footer #copyright .logo {
  content: url("https://www.larampe-echirolles.fr/wp-content/themes/larampe-childtheme/img/LOGO_QUADRI.png");
  width: 80px;
  height: 80px;
  display: block;
  margin:10px auto;
}

.menu-pro-menu-container {
  padding: 10px 0;
}
.menu-pro-menu-container #menu-pro-menu li a {
  color: #FFF;
  text-transform: uppercase;
  margin: 0 10px;
  font-family: var(--font--rampe-23-light);
  text-decoration: none;
  font-size: .8em;
  font-size: 13px;
}


.menu-pro-menu-container #menu-pro-menu li a:hover {
  color: var(--rampe--tertiary);
}

/* MENU */

.children {
  margin-left: 20px;
}

.menu-item-home img {
  max-width: 220px;
}

.page_item_has_children {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.menu ul,
#menu-menu-1.menu {
  display: flex;
  position: relative;
}

.menu-menu-1-container {
  display: inline-block;
  max-width: 1200px;
  /*margin: auto;*/
  padding: 20px 0;
  display: flex;
  display: table;
}

#menu-menu-1 > li {margin: 35px 10px;}
#menu-menu-1 > li.menu-item-home {margin-top: 0px;}

#menu-menu-1 > li.menu-item a { 
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
#menu-menu-1 > li.menu-item a span {font-family: var(--font--rampe-23-light); -webkit-font-smoothing: antialiased; font-smooth: auto;}

/* sous menu */
#menu-menu-1 > li.menu-item ul.sub-menu li.menu-item a { 
  font-weight: bold;
  color: var(--rampe--foreground);
  text-decoration: none;
  text-transform: inherit;
  padding: 7px 20px;
}
#menu-menu-1 > li.menu-item ul.sub-menu li.menu-item a span {font-family: var(--font--rampe-23-light);}

#menu-menu-1 > li.menu-item.current-menu-parent a span {
  font-family: var(--font--rampe-23-bold);
}

#menu-menu-1 > li.menu-item:last-child > a {
  color: var(--rampe--darkbluespo);
  color: var(--rampe--tertiary);
  color: var(--rampe--background);
  border: 1px solid var(--rampe--background);
  padding: 5px 10px;
  border-radius: 4px;
}


ul.children,
ul.sub-menu {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 2;
}

ul.children a,
ul.sub-menu a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

ul.children a:hover,
ul.sub-menu a: hover {background-color: #f1f1f1}

li.page_item_has_children:hover > ul.children,
li.menu-item-has-children:hover > ul.sub-menu {
  display: block;
}

.menu:hover .page_item_has_children {
  background-color: #3e8e41;
}

ul#menu-menu-1 > li.menu-item:hover a span {opacity: .6;}
ul#menu-menu-1 > li.menu-item:hover ul.sub-menu li.menu-item a span {
  opacity: 1;
  font-size: 0.8em;
/*  padding: 0 15px;*/
  /* font-weight: lighter; */
}

ul#menu-menu-1 > li.menu-item ul.sub-menu li.menu-item:hover a span {
  opacity: .6;
}

.menu-menu-1-container ul#menu-menu-1 li.menu-item ul.sub-menu {
  transition: 1.5s;
  margin-top: 100px;
}

.menu-menu-1-container ul#menu-menu-1 li.menu-item ul.sub-menu {
  margin-top: 200px;
}

.menu-menu-1-container ul#menu-menu-1 li.menu-item:hover ul.sub-menu {
  margin-top: 20px; /* 10px */
}

.menu-menu-1-container ul#menu-menu-1 li.menu-item:hover ul.sub-menu li {
  border-bottom: 1px solid var(--rampe--foreground);
}

.menu-menu-1-container ul#menu-menu-1 li.menu-item ul.sub-menu:before {
  display: block;
  content: "";
  position: absolute;
  top: -7.82608696px;
  left: 21.6px;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 0px;
  background: #f9f9f9;
}

/* menu social rez */

.nav-socialrez {
  display: inline-flex;
  float: right;
  transform: translate(-20px, -100px);
}

.menu-socialrez {
  display: flex;
}

#menu-socialrez {
  display: flex;
}

.custom-form {
  display: flex;
}

.custom-form input#champrecherche {
  width: 20px;
  transition: .7s;
  border:0;
  background: transparent;
  border-bottom: 1px solid #fff;
}

.custom-form input#champrecherche:focus {
  width: 190px;
}

#searchsubmit {
  border: 0;
  background: url('https://www.larampe-echirolles.fr/wp-content/themes/larampe-childtheme/img/pictos/search.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 40px;
  width: 25px;
  height: 25px;
  padding: 3px 8px;
}

#menu-socialrez .menu-item {
  margin: 0 4px;
}
#menu-socialrez .instaico a,
#menu-socialrez .facebookico a {
  width: 25px;
  height: 25px;
  border: 0;
  transition: .5s;
  display: block;
}
#menu-socialrez .instaico:hover a,
#menu-socialrez .facebookico:hover a {
  opacity: .7;
}

#menu-socialrez .instaico img,
#menu-socialrez .facebookico img {
  display: none;
}

#menu-socialrez .facebookico a {
  background: url('https://www.larampe-echirolles.fr/wp-content/themes/larampe-childtheme/img/pictos/facebook.png');
  background-size: contain;
}

#menu-socialrez .instaico a {
  background: url('https://www.larampe-echirolles.fr/wp-content/themes/larampe-childtheme/img/pictos/instagram.png');
  background-size: contain;
}
/* Page Accueil */

  .titre_spectacle_slide {
    position: absolute;
    bottom: 40px;
    padding: 4px 4px 4px 40px;
    background: #fff;
  }
  .titre_spectacle_slide a,
  .titre_spectacle_slide a h3  {
    text-decoration: none;
    color: var(--rampe--darkblue);
    font-size: 1em;
  }
  /* slide left */
  .wp-block-column.slid_left .slick-dotted.slick-slider {
    margin-bottom: 0 !important;
  }
  .wp-block-column.slid_left .slick-dots {
    display: none !important;
  }
  /* slide right */
  .wp-block-column.slid_right {
    background: var(--rampe--background);
    padding: 30px;
  }
  .slid_right h1 {
    font-family: var(--font--rampe-23-bold);
    color: var(----rampe--black);
    margin-bottom: 20px;
    margin-top: 0;
  }
  .slid_right h2 {
    font-family: var(--font--rampe-23-bold);
    color: var(--rampe--primary);
    margin-bottom: 20px;
  }
  .slid_right a {
    text-decoration: none;
    color: var(--rampe--foreground);
  }
  .slick-dots li button::before {
    color: #e40044;
    font-size: 25px;
    top: 40px;
  }
  .slick-dots li.slick-active button::before {
    opacity: .75;
    font-size: 30px;
    color: #e40044;
  }

  /* Accueil */
  .mis-en-avant {
    margin-top: 30px;
  }
  .mis-en-avant h2 {
    font-family: var(--font--rampe-23-bold);
    color: var(--rampe--primary);
  }
  .accueil-col1 h2, .accueil-col2 h2, .accueil-col3 h2 {
    margin: 20px auto;
  }

  .accueil-col1 p, .accueil-col2 p, .accueil-col3 p {
    margin-bottom: 10px;
  }

  .accueil-col1 a, .accueil-col2 a, .accueil-col3 a {
    color: var(--rampe--foreground);
    text-decoration: none;
  }

  .accueil-col1 a:hover, .accueil-col2 a:hover, .accueil-col3 a:hover {
    opacity: .5;
  }

  .actualites_column {
    flex: 1;
  }
  .actualites_column .title {
    margin-bottom: 20px;
    font-family: var(--font--rampe-23-bold);
    color: var(--rampe--primary);
    font-size: 24px;
  }
  .actualites-content h1 {
    font-size: 24px;
    line-height: inherit;
    margin: 15px 0 0px;
  }
  .actualites-content a {
    color: var(--rampe--foreground);
  }

  .sliders_content-homepage {
    display: flex;
  }
  .slider-home-spectacles {
    width: 65.86%;
  }
  .slid_right.bigblock {width: 33.33%; margin-bottom: 28px; margin-left: 2.5%;}

  /* Page Spectacles */
  .description {
    margin-bottom: 20px;
  }
  .page-template-page-spectacles .item,
  .page-template-template-tousspectacles .item,
  .page-template-escapades-dansees .item,
  .page-template-onsortentribu .item {
    display: flex;
    padding: 10px 0;
    border-bottom: 1px solid var(--rampe--primary);
  }
  .page-template-page-spectacles .item .pos-media,
  .page-template-template-tousspectacles .item .pos-media,
  .page-template-onsortentribu .item .pos-media,
  .page-template-escapades-dansees .item .pos-media {
    flex: 2;
  }
  .pos-content {
    color: var(--rampe--darkblue);
    padding: 0px 20px 7px 20px;
    flex: 5;
  }
  .item.termine .pos-media,
  .item.termine .pos-content,
  .item.termine .pos-infobar {
    opacity: .5;
  }

  .pos-content h2 {
    font-family: var(--font--rampe-23-serif-bold);
    color: var(--rampe--darkblue);
  }
  .item h2.mois {
    font-family: var(--font--rampe-23-light);
    color: var(--rampe--primary);
    text-transform: uppercase;
  }
  .pos-content p {
    font-family: var(--font--rampe-23-light);
    margin-top: 10px;
    font-size: .9em;
  }
  .pos-content a {
      text-decoration: none;
  }

  .pos-infobar {
    flex: 2;
    padding: 20px 0 20px 20px;
    border-left: 1px solid var(--rampe--primary);
    color: var(--rampe--darkblue);
  }
  .pos-infobar li.categories {
    float: left;
    margin-right: 5px;
  }
  .pos-infobar li.categories:last-child {margin-right:0px;}
  .pos-infobar li.lieu {
    clear: both;
  }
  ul.pos-infobar li.categories a {
    text-transform: uppercase;
    color: var(--rampe--primary);
    font-family: var(--font--rampe-23-medium);
    text-decoration: none;
    font-size: .95em;
  }
  .type-escapades_dansees .pos-infobar {padding: 10px 0 20px 20px;} /* taxonomy type-escapades_dansees */
  .type-escapades_dansees .pos-infobar li.categories a {color: var(--rampe--primary);} /* taxonomy type-escapades_dansees */
  .type-escapades_dansees ul.pos-infobar li.categories a:hover {opacity: .7;}
  .type-escapades_dansees .pos-infobar ul.categories {width: 100%; display: inline-block;}
  .type-escapades_dansees .pos-infobar li {list-style: none;}
  .type-escapades_dansees .pos-infobar li {display: flex; font-family: var(--font--rampe-23-light);}
  .type-escapades_dansees .pos-infobar ul.categories li {float: left; padding-right: 5px; text-transform: uppercase;}
  .type-escapades_dansees .single-post li.lieu, .type-escapades_dansees .single-post li.date:last-child, .type-escapades_dansees .single-post li.placement, .type-escapades_dansees .single-post li.duree, .type-escapades_dansees .single-post li.age {
    margin-right: 5px;
  }
  .single-escapades_dansees li.lieu, .single-escapades_dansees li.date:last-child, .single-escapades_dansees li.placement, .single-escapades_dansees li.duree, .single-escapades_dansees li.age {
    margin-right: 5px;
  }
  .single-escapades_dansees li.placement,
  .single-post li.placement {padding-left: 5px;}
  .lieu::before {
    content: "";
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 5px;
    margin-top: -2px;
    background: url('https://www.larampe-echirolles.fr/wp-content/themes/larampe-childtheme/img/pictos/lieux2024.png');
      background-repeat: repeat;
      background-size: auto;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .category-pass-tribu .date_first {clear: both;}
  li.date_first {text-transform: capitalize;}
  .single-post li.date_first,
  .single-post li.duree,
  .single-post li.age {margin-left: 5px;}
  .single-escapades_dansees li.age {margin-left: 5px;}
  .enplus_single p {color: var(----rampe--black);}
  li.date {padding-left: 14px; margin-left: 10px; text-transform: capitalize; border-left: 1px solid var(--rampe--darkblue);}
  .item li.date {padding-left: 15px; margin-left: 10px; text-transform: capitalize; border-left: 0px;}
  .single-escapades_dansees .pos-infobar {display: flex; border-left: 0; padding: 20px 0;}
  .single-escapades_dansees .pos-infobar .catesc a {color: var(--rampe--primary);}
  
  .single-escapades_dansees.postid-1229 .pos-infobar, .single-post.postid-30398 .pos-infobar {padding: 20px 0 20px 0px; border-left: none; display: block;}
  .single-escapades_dansees.postid-1229 .pos-infobar li.date_first, .single-post.postid-30398 .pos-infobar li.date_first {text-transform: capitalize; clear: both;}
  
  .single-escapades_dansees.postid-1229 .pos-infobar li, .single-post.postid-30398 .pos-infobar li {display: inherit;}
  .single-post.postid-30398 .pos-infobar li {float: left;}
  .single-escapades_dansees.postid-1229 .pos-infobar li.single-cat, .single-post.postid-30398 .pos-infobar li.single-cat {float: left;}
  .single-escapades_dansees.postid-1229 .pos-infobar li.lieu, .single-post.postid-30398 .pos-infobar li.lieu {clear: initial;}
  .single-escapades_dansees.postid-1229 .element-date, .single-post.postid-30398 .element-date {float: left;}
  .single-escapades_dansees.postid-1229 .element-date:last-child, .single-post.postid-30398 .element-date:last-child {clear: both; float: inherit; display: initial;}
  .single-post.postid-30398 .pos-infobar li.age {float: inherit; clear: both;}

  li.scolaire {/* padding-left: 14px; border-left: 1px solid var(--rampe--tertiary); margin-left: 10px; */ color: var(--rampe--primary); text-transform: capitalize;}
  .date_first::before {
    content: "";
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 5px;
    margin-top: -2px;
    background: url('https://www.larampe-echirolles.fr/wp-content/themes/larampe-childtheme//img/pictos/date2024.png');
    background: url('https://www.larampe-echirolles.fr/wp-content/themes/larampe-childtheme/img/pictos/date2024.png');
      background-repeat: repeat;
      background-size: auto;
    background-repeat: no-repeat;
    background-size: contain;
    text-transform: capitalize;
  }
  .placement::before {
    content: "";
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 5px;
    margin-top: -2px;
    background: url('https://www.larampe-echirolles.fr/wp-content/themes/larampe-childtheme//img/pictos/placement2024.png');
    background: url('https://www.larampe-echirolles.fr/wp-content/themes/larampe-childtheme/img/pictos/placement2024.png');
      background-repeat: repeat;
      background-size: auto;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .duree::before {
    content: "";
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 5px;
    margin-top: -2px;
    background: url('https://www.larampe-echirolles.fr/wp-content/themes/larampe-childtheme//img/pictos/duree2024.png');
    background: url('https://www.larampe-echirolles.fr/wp-content/themes/larampe-childtheme/img/pictos/duree2024.png');
      background-repeat: repeat;
      background-size: auto;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .age::before {
    content: "";
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 5px;
    margin-top: -2px;
    background: url('https://www.larampe-echirolles.fr/wp-content/themes/larampe-childtheme//img/pictos/age2024.png');
    background: url('https://www.larampe-echirolles.fr/wp-content/themes/larampe-childtheme/img/pictos/age2024.png');
      background-repeat: repeat;
      background-size: auto;
    background-repeat: no-repeat;
    background-size: contain;
  }

 /* Page SINGLE Spectacles */
  .single-post .pos-header,
  .single-escapades_dansees .pos-header {
    width: 100%;
      float: inline-start;
  }
  .single-post .pos-header .pos-title,
  .single-escapades_dansees .pos-header .pos-title {
    float: left;
    font-family: var(--font--rampe-23-serif-bold);
    color: var(--rampe--darkblue);
    font-weight: 900;
    font-size: 42px;
    padding-bottom: 15px;
    padding-bottom: 0px;
  }
  .single-post .bouton-achat,
  .single-escapades_dansees .bouton-achat {
    float: right;
    margin: 45px 5px 25px 0;
    margin: 45px 5px 5px 0;
  }
  .single-post .bouton-achat a,
  .single-escapades_dansees .bouton-achat a {
    color: var(--rampe--primary);
    border: 2px solid var(--rampe--primary);
    padding: 10px;
    border-radius: 9px;
    text-decoration: none;
  }
  .single-post .bouton-achat a:hover,
  .single-escapades_dansees .bouton-achat a:hover {
    background: var(--rampe--primary);
    color: var(--rampe--background) !important;
  }
  .single-post .bouton-achat:hover .single-escapades_dansees .conteneur-gauche a{
    margin-top:42px;
  }
  .single-post .pos-subtitle, .single-escapades_dansees .pos-subtitle {clear: both;}
  .single-post .pos-subtitle .sous_titre,
  .single-escapades_dansees .pos-subtitle .sous_titre {
    font-family: var(--font--rampe-23-serif-light);
    color: #00a65b;
    color: var(--rampe--primary);
    font-size: 2em;
    line-height: 31px;
    margin-bottom: 10px;
  }
  .single-post .pos-subtitle .direction,
  .single-escapades_dansees .pos-subtitle .direction {
    font-family: var(--font--rampe-23-bold); 
    color: var(--rampe--darkblue);
    font-size: 1.2em;
    line-height: 1.3em;
  }
  .conteneur-droite .scolaire {
    color: var(--rampe--primary);
    padding: 20px 0;
    border-top: 1px solid var(--rampe--primary);
    /*text-transform: capitalize;*/
  }
  .conteneur-droite a {
    color: var(--rampe--tertiary);
    text-decoration: none;
  }
  .programme {
    padding-top: 50px;
    color: #7b7b7b;
  }
  .programme b + i {font-family: var(--font--rampe-23-lightital);}
  .prog_title {
    color: var(--rampe--primary);
    float: left;
    padding-top: 15px;
    padding-right: 5px;
  }
  .programme + .taquin-single {
    margin: 20px 0 20px 0;
  }
  .taquin-single p {font-family: 'TTFirsNeue-Bold';}
  .taquin-single p i {font-family: var(--font--rampe-23-boldital) !important;}
  .taquin p i {font-family: var(--font--rampe-23-lightital) !important;}
  .txt-ppal-single p {color: var(--rampe--darkblue);}
  .txt-ppal-single a{color: var(--rampe--foreground);}
  .txt-ppal-single a:hover{opacity: .8;}

  .programme b {
    font-family: 'TTFirsNeue-Bold';
  }
  .mention_particuliere {
    color: var(--rampe--primary);
    padding: 10px 0;
  }
  .single-post .pos-infobar /*,
  .single-escapades_dansees .pos-infobar */ {
    display: flex;
    border-left: 0;
    padding: 20px 0;
  }

  .header-passtribu .wp-block-column:last-child img,
  .header-escapadesdansees .wp-block-column:last-child img {
    max-height: 220px;
    width: auto;
  }
  .header-passtribu h2 {
    color: var(--rampe--primary);
    font-family: var(--font--rampe-23-bold);
    font-size: 36px;
    font-weight: 300;
    line-height: 42px;
    text-transform: none;
    text-rendering: optimizelegibility;
    letter-spacing: 0;
  }
  .header-escapadesdansees h2 {
    font-family: var(--font--rampe-23-bold);
    font-size: 36px;
    font-weight: 300;
    line-height: 42px;
    text-transform: none;
    text-rendering: optimizelegibility;
    letter-spacing: 0;
  }
  .header-passtribu p,
  .header-escapadesdansees p {
    font-family: var(--font--rampe-23-bold);
    margin-top: 40px;
  }
  .header-passtribu figure,
  .header-escapadesdansees figure {
      text-align: center;
    }

  .single-post .single-cat,
  .single-post .single-cat *,
  .single-escapades_dansees .single-cat,
  .single-escapades_dansees .single-cat *{
    text-transform: uppercase;
    color: var(--rampe--primary);
    font-family: var(--font--rampe-23-medium);
    text-decoration: none;
    font-size: .95em;
  }

  .single-escapades_dansees .single-cat,
  .single-escapades_dansees .single-cat * {
    color: var(--rampe--primary);
  }

  .single-post .single-cat a, .single-escapades_dansees .single-cat a {border-left: 1px solid var(--rampe--tertiary); padding: 1px 5px 0 5px;}
  .single-post .single-cat.first a, .single-escapades_dansees .single-cat.first a { border-left:0; padding: 1px 5px 0 0px;}
  .single-post .single-cat.first a:hover, .single-escapades_dansees .single-cat.first a:hover {opacity: .7;}
  .mention_tribu {font-family: var(--font--rampe-23-light) !important; color: var(--rampe--tertiary);}
  .picto {
    margin-bottom: 20px;
  }
  .conteneur-droite .picto img {
    max-width: 80px;
  }
  .single-escapades_dansees .single-cat a {
    border-left: 1px solid var(--rampe--primary);
  }
  .single-escapades_dansees .single-cat a:hover {
    opacity: .7;
  }
  .single-post .conteneur-gauche,
  .single-escapades_dansees .conteneur-gauche {
    float: left;
    width: 66%;
  }
  .single-post .conteneur-droite,
  .single-escapades_dansees .conteneur-droite{
    float: right;
    margin-left: 4%;
    width: 30%;
  }

  .single-post .ingredients,
  .single-escapades_dansees .ingredients {
    display: flex;
  }
  .single-post .ingredients p,
  .single-escapades_dansees .ingredients p {
    line-height: normal;
    line-height: inherit;
  }
  .single-post .conteneur-gauche img.size-full,
  .single-escapades_dansees .conteneur-gauche img.size-full {
    width: 100%;
    height: auto;
  }
  .single-post .conteneur-droite .tarifs li,
  .single-escapades_dansees .conteneur-droite .tarifs li {
    padding: 2px 0;
    color: var(--rampe--darkblue);
    font-weight: bold;
  }
  .tarifs {
    border-top: 1px solid var(--rampe--primary);
    padding: 20px 0;
    font-family: var(--font--rampe-23-bold);
  }
  .tarifs * {font-family: var(--font--rampe-23-bold);}
  .ingredients .a2a_kit svg {background: var(--rampe--primary);}
  .ingredients .addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service) > span {
    height: 22px;
    line-height: 22px;
    width: 22px;
  }
  .single-escapades_dansees .tarifs {border-top-width: 0px;}
  .tarifs .tarif {
    color: var(--rampe--primary);
    font-family: var(--font--rampe-23-light);
  }

.tarifs .gratuit span.tarif {
    margin-left: -67px;
    background: #fff;
    padding-right: 50px;
  }
  .plein_tarif::after,
  .tarif_reduit::after,
  .tarif_abo3::after,
  .tarif_abojed3::after,
  .abo_9::after,
  .tribu_grands::after,
  .tribu_djeunes::after,
  .tribu_bambins::after {
    content: " €";
    color: var(--rampe--primary);
    font-family: var(--font--rampe-23-light);
  }

  .single-escapades_dansees .conteneur-gauche a {
    color: var(--rampe--primary);
    border: 2px solid var(--rampe--primary);
    padding: 10px;
    border-radius: 9px;
    text-decoration: none;
    transition: .5s;
  } 
  .single-escapades_dansees .conteneur-gauche a:hover {
    color: var(--rampe--background);
    border: 2px solid var(--rampe--primary);
    background: var(--rampe--primary);
  }
  .taquin-single p {
    color: var(--rampe--darkblue);
    font-family: var(--font--rampe-23-bold);
  }
  .taquin-single p em {font-family: var(--font--rampe-23-lightital);}
  .taquin-single p em {font-family: var(--font--rampe-23-boldital);}
  .coproduction {
    margin-top: 10px;
  }

  .annulation {
    border: 1px solid #ff0000;
    margin-top: 50px;
    background: #ff000008;
    color: #ff0000;
    padding: 30px;
    font-size: 1.2em;
  }

  .distrib {
    margin-top: 30px;
  }

  .accordion {
  cursor: pointer;
  background: transparent;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
  padding: 0;
  }

  .panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }

  .distrib h2 {
    margin-bottom: 10px;
    color: var(--rampe--primary);
  }

  .distrib p {
    color: #7b7b7b;
    line-height: normal;
  }

  .enplus li:first-child {
    border-top: 1px solid var(--rampe--primary);
    padding: 20px 0 0;
  }
  .single-escapades_dansees .enplus li:first-child {border-bottom: 1px solid var(--rampe--primary);}
  .enplus li:last-child {
    padding-bottom: 20px;
  }
  .enplus_single {
    margin-bottom: 15px;
  }
  .enplus_single svg {
    width: 30px;
    height: 30px;
    float: left;
    margin-right:7px;
    margin-bottom: 5px;
    margin-top:5px;
  }
  .enplus .enplus_single:first-child svg {
    margin-top: 20px;
  }
  .enplus .enplus_single svg path {
    fill: var(--rampe--primary) !important;
  }
  .enplus .enplus_single strong {
    font-family: var(--font--rampe-23-bold);
  }

  .enplus .enplus_single:last-child {
    margin-bottom: 0px;
  }

  .video_teaser iframe {
    width: 100%;
  }

  .taquin-single {
    margin: 50px 0 20px 0;
  }

/* Page escapades dansées */

.page-template-escapades-dansees .description h2 {
  font-size: 36px;
  font-family: var(--font--rampe-23-bold);
  font-weight: 900;
  color: var(--rampe--darkblue);
  margin-bottom: 20px;
  margin-top: 40px;
}
.page-template-escapades-dansees .description h2.has-text-color {display: none;}

.page-template-escapades-dansees .chapo-escapades {
  color: var(--rampe--primary);
  margin-bottom: 10px;
  font-size: .96em;
}
.header-passtribu {
  font-size: .92em;
}
.page-template-escapades-dansees ul.pos-infobar li.categories a {
  color: var(--rampe--primary);
}
.page-template-escapades-dansees ul.pos-infobar li {
  line-height: normal;
}

.page-template-page-spectacles .description, .page-template-template-tousspectacles .description, .page-template-escapades-dansees .description, .page-template-onsortentribu .description {
    border-bottom: 1px solid var(--rampe--primary);   
    padding-bottom: 40px;
    margin-bottom: 0;
  }

/* Page pass tribu */

.page-template-onsortentribu .description .is-layout-flex img,
.page-template-escapades-dansees .description .is-layout-flex img {
  max-height: 200px;
  width: auto;
}
/* category pass tribu */
    .category-pass-tribu .item.a-venir {
      display: flex;
      border-bottom: 1px solid var(--rampe--primary);
      padding: 16px 10px 10px 10px;
    }

/* category spectacle page */
  .item.item-category {
    display: flex;
    border-bottom: 1px solid var(--rampe--foreground);
    padding: 16px 10px 10px 10px;
  }

/* Pages classiques */
  
  /* Largeur de contenu */
  .page-template-page-classique #container main#content {
    max-width: inherit;
  }
  
  .wp-block-cover {
    padding: 50px 0;
  }
  .wp-block-cover.infos_bill-block1 {
    padding: 0 0 50px 0;
  }

  .wp-block-cover.infos_bill-block1 .wp-block-cover {
    padding: 10px;
  }
  
  .wp-block-cover.infos_bill-block2 {
    padding: 0;
  }
  .wp-block-cover.infos_bill-block2 h3.titraille {
    font-size: 36px;
    font-family: var(--font--rampe-23-bold);
    line-height: 42px;
    text-transform: none;
    text-rendering: optimizelegibility;
    letter-spacing: 0;
    margin-bottom: 20px;
  }

  .wp-block-cover.infos_bill-block2 p {
    line-height: 1.4em;
  }
  .wp-block-cover.infos_bill-block3 h3 {
    font-family: var(--font--rampe-23-bold);
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 20px;
    color: var(----rampe--black);
  }

  .wp-block-columns.actioncul a {
    color: var(--rampe--foreground);
    text-decoration: none;
  }
  .actioncul_tarifs h5 {margin-top: 20px; margin-bottom: 20px;}
  .actioncul_tarifs li {list-style: disc;}
  .actioncul_tarifs a {
    color: var(--rampe--foreground);
    text-decoration: none;
  }

  .page-template-page-classique .wp-block-cover__inner-container {max-width: 1260px;}
  .page-template-page-classique .wp-block-cover__inner-container .wp-block-cover.is-light .has-white-background-color {
    background-color: transparent !important;
  }

  .page-template-page-classique h1 {
    font-family: var(--font--rampe-23-serif-bold);
    margin-bottom: 30px;
  }

  .page-template-page-classique p {
    margin: 15px 0;
    margin: revert;
  }

  .page-template-page-classique p > strong {
    font-family: var(--font--rampe-23-bold);
  }

  .btn-abo {
    width: 100%;
  }

  .btn-abo a {
    width: 100%;
    display: inline-block;
  }

  .btn-abo a:hover {
    opacity: .5;
  }

  .infos_bill-block2 .wp-block-cover  h3:not(.has-text-color),
  .infos_bill-block2 .wp-block-cover   p:not(.has-text-color) {
    color: var(--rampe--background);
  }

  .infos_bill-block2 .wp-block-cover   a:not(.has-text-color) {
    color: var(--rampe--darkblue);
    text-decoration: none;
  }

  .is-layout-flow.wp-block-column.tarfi-der {
    order: 3;
  }

  .page-template-page-classique.page-id-474 h2 {font-family: var(--font--rampe-23-bold);}

  .post-436 h2 {font-size: 36px; padding: 20px 0 30px 0;}
  .post-436 h3 {
    color: var(----rampe--black);
    font-size: 24px;
    line-height: 26px;
    font-family: var(--font--rampe-23-bold);
    margin: 25px 0 20px 0;
  }
  .post-436 .contact h3, .post-436 .contact-form h3 {
    color: var(--rampe--primary);
  }
  .post-436 .wp-block-contact-form-7-contact-form-selector input.wpcf7-submit { color: var(--rampe--tertiary); background:var(----rampe--black); padding: 10px 15px; text-transform: uppercase; border: 0; font-family: var(--font--rampe-23-medium);}
  .post-436 .wp-block-contact-form-7-contact-form-selector input.wpcf7-submit:hover {opacity: .8;} 

  .post-436 li {
    list-style-type: disc;
  }
  .post-981 li {list-style-type: disc; color: var(--rampe--darkblue);}
  .post-981 h2 {font-family: var(--font--rampe-23-bold); color: var(--rampe--foreground); font-size: 24px; margin-bottom: 20px;}

  .post-454 h1 {margin: 30px 0 25px;font-family: var(--font--rampe-23-serif-bold);font-size: 40px;}
  .post-454 h2 {font-family: var(--font--rampe-23-bold);}
  .post-454 .has-text-align-center {margin-top: 70px; margin-bottom: 30px;}

  .post-457 h1 {margin-bottom: 40px; font-family: var(--font--rampe-23-serif-bold);}
  .post-457 figure {margin-bottom: 30px;}

/*  .post-472 p {color: #0b2231 !important;}*/
  .post-472 h1 {margin-bottom: 10px; font-family: var(--font--rampe-23-bold);}
  .post-474 li {margin: 15px 0; list-style-type: disc;}
  .post-482 h2 {font-family: var(--font--rampe-23-bold); font-size: 36px; padding: 20px 0 30px;}
  .post-556 h2 {font-family: var(--font--rampe-23-serif-bold); font-size: 42px; padding: 20px 0 30px;}
  .post-556 h3 {font-family: var(--font--rampe-23-bold); color: var(--rampe--primary); font-size: 24px; padding: 20px 0 5px;}
  .post-556 a {color: var(--rampe--primary); text-decoration: inherit;}
  .post-574 h1 {color: var(--rampe--primary); margin-bottom: 20px;}

  .post-952 .shared-files-file-categories-container {display: none;}

/* Pages petites */
  .page-template-page-petite h1 {
    color: var(--rampe--darkblue);
    font-family: var(--font--rampe-23-serif-bold);
    font-weight: 900;
    font-size: 42px;
  }
  .page-template-page-petite h3 a {
    color: var(--rampe--primary);
    font-family: var(--font--rampe-23-bold);
    font-size: 30px;
    line-height: 35px;
    text-decoration: none;
  }
  .page-template-page-petite h3 a:hover {
    opacity: .7;
  }

  .page-template-page-petite .achatabo h3 a,
  .page-template-page-petite .achatunite h3 a {
    font-size: 1.13em;
  }

  .page-template-page-petite .achatabo p,
  .page-template-page-petite .achatunite p {
    color: var(--rampe--darkblue);
  }
  .achatabo, .achatunite {
    margin-top: 30px !important;
  }
  /* page mentions */
  .post-554 h2 {font-size: 2.5em; margin-top: 1em;}
  .post-554 h2:last-child {font-size: 2.5em; margin-top: 2em;}
  .post-554 a {color: var(--rampe--primary); text-decoration: none;}

  .page-template-page-petite #sidebar {
    margin-top: 400px;
  }


/* Equipe */

  ul.equipe li {
    color: var(--rampe--foreground);
    line-height: normal;
  }

  ul.equipe li strong {
    color: var(--rampe--darkblue);
  }

  .contact-equipe {
    margin: 80px 0;
  }
  .contact-equipe tr td {
    padding: 10px 8px;
    border:0;
  }
  .contact-equipe tr td a {
    color: var(--rampe--foreground);
    text-decoration: none;
  }
  .contact-equipe tr:nth-child(odd) {
  background-color: #fafafa;
  }

  /* Informations générales */
  .post-574 li {list-style: disc; color: var(--rampe--foreground);}

  /* Accès */
  .Acces-la-rampe h1,
  .Acces-la-ponatiere h1 {
    font-family: var(--font--rampe-23-serif-bold);
    color: var(--rampe--foreground);
    font-size: 2.6em;
  }
  .Acces-la-rampe img, .Acces-la-rampe h2, .Acces-la-ponatiere img, .Acces-la-ponatiere h2 {margin-bottom: 20px; margin-top: 20px; font-size: 1.5em;color: var(--rampe--darkblue); font-family: var(--font--rampe-23-bold);}
  .Acces-la-rampe p, .Acces-la-ponatiere p {margin-bottom: 10px; display: inline-grid; color: var(--rampe--darkblue);}
  .Acces-la-rampe strong, .Acces-la-ponatiere strong {font-family: var(--font--rampe-23-bold); margin: 10px 0 !important;}


  .contact-paragraphe {padding-left: 180px; color: #7b7b7b;line-height: normal;}
  .envoyer {color: #7b7b7b; margin: 40px 20px 0;}
  hr.wp-block-separator.has-alpha-channel-opacity.is-style-wide {
    border-width: .02em;
    border-color: #7b7b7b;
  }
  .wpcf7-form {
    margin: 40px 60px;
  }
  .wpcf7-form p {line-height: auto; margin: 10px 0;}
  .wpcf7-form .intitule {width: 160px; display: inline-block;}
  .wpcf7-form .champ {display: inline-block;}
  .wpcf7-form label {
    display: flex;
  }

  textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    border: 1px solid #2d2d2d;
  }


/* Ressources pédagogiques */
  .page-template-page-ressourcespeda .is-layout-flex.wp-container-3.wp-block-columns + a {
    color: var(--wp--preset--color--white);
    background: var(--rampe--foreground);
    padding: 5px 15px 5px 15px;
    text-decoration: none;

    color: var(--wp--preset--color--white);
    background: var(--rampe--primary);
    padding: 10px 15px 10px 15px;
    text-decoration: none;
    border: 2px solid var(--rampe--primary);
    border-radius: 5px;
    display: inline-block;
  }
  .page-template-page-ressourcespeda main#content {padding:20px 0 300px;}
  .page-id-321 .is-layout-flex.wp-container-3.wp-block-columns + a:hover {
    /* opacity: .5; */

    background: var(--wp--preset--color--white);
    color: var(--rampe--primary);
    padding-left: 7px;
  }
  .shared-files-categories a {
    color: var(--rampe--foreground);
  }
  .shared-files-categories a:hover {
    text-decoration: none !important;
  }

.page-template-page-ressourcespeda .shared-files-categories-list li {
  border: 2px solid var(--rampe--foreground);
  padding: 5px 10px;
  border-radius: 20px;
  background: var(--wp--preset--color--white) !important;
}
.page-template-page-ressourcespeda .shared-files-categories-list li:hover {
  background: var(--rampe--foreground);
}

.page-template-page-ressourcespeda .shared-files-categories-list li a,
.page-template-page-pro .shared-files-categories-list li a {
  padding: 10px 20px;
  color: var(--rampe--foreground);
}

.page-template-page-acceuil-pro #btn-fiches-techniques {
  background: #f7f7f7;
  padding: 20px 20px;
  border-radius: 10px;
  /* margin-bottom: 20px;
  height: 100%; */
}

.page-template-page-acceuil-pro #btn-fiches-techniques p {
  padding: 20px;
}

#dossier-accueil23 .shared-files-main-file-list li,
#dossier-accueil23 .shared-files-main-elements {margin-bottom: 0; height: 100%;}
#dossier-accueil23 .shared-files-main-elements .shared-files-category {display: none;}

#dossier-accueil23 .shared-files-main-container,
#dossier-accueil23 .shared-files-search,
#dossier-accueil23 .shared-files-main-file-list,
#dossier-accueil23 .shared-files-main-elements {height: 100%;}

#dossier-accueil23 .shared-files-main-elements .shared-files-main-elements-right {
  line-height: 2.2;
}

.page-template-page-acceuil-pro #btn-fiches-techniques .wp-block-button {
  margin: 0 auto !important;
}

.page-template-page-acceuil-pro #btn-fiches-techniques .wp-block-button a.wp-block-button__link:hover {
  background-color: #676b6e;
}

.page-template-page-ressourcespeda .shared-files-categories-list li a:hover,
.page-template-page-pro .shared-files-categories-list li a:hover {
  text-decoration: none !important;
  color: var(--wp--preset--color--white);
}

.page-template-page-ressourcespeda .shared-files-categories ul.shared-files-categories-list li {
  margin: 30px 20px 30px 0;
  display: inline-block;
  padding-left: inherit !important;
  text-align: center;
  padding: 10px 0;
}

.is-layout-flex.wp-container-3.wp-block-columns + a {
  color: var(--rampe--foreground);
}

  /* Espace Pro */
  /* questions :
     - Est-ce qu'il n'y a bien qu'un seul compte pro qui est donné a tout le monde ?
  */
  .page-template-page-pro h3.shared-files-group-title {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .page-template-page-pro .shared-files-categories-list li {
    border: 2px solid var(--rampe--foreground);
    padding: 5px 10px;
    border-radius: 20px;
    background: var(--wp--preset--color--white);
  }
  .page-template-page-pro .shared-files-categories-list li:hover {
    background: var(--rampe--foreground);
  }
  .page-template-page-pro .shared-files-categories ul.shared-files-categories-list li {
    padding: 5px 30px !important;
    text-align: center;
  }
  .page-template-page-pro .shared-files-categories-list li a {
    border: none;
    padding: 0;
  }
  .page-template-page-pro .is-layout-flex.wp-container-4.wp-block-columns .wp-block-column > a {
    color: var(--wp--preset--color--white);
    background: var(--rampe--primary);
    padding: 10px 15px 10px 15px;
    text-decoration: none;
    border: 2px solid var(--rampe--primary);
    border-radius: 5px;
    display: inline-block;
  }

  .page-template-page-pro .is-layout-flex.wp-container-4.wp-block-columns .wp-block-column > a:hover {
    background: var(--wp--preset--color--white);
    color: var(--rampe--primary);
    padding-left: 7px;
  }

  .page-template-page-pro .wp-block-button.fiche-technique {
    padding-top: 50px;
  }
  .page-template-page-pro .wp-block-button.fiche-technique a.wp-block-button__link {
    background: var(--rampe--foreground);
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    transition: .5s;
  }
  .page-template-page-pro .wp-block-button.fiche-technique a.wp-block-button__link:hover {
    padding-left: 10px;
    padding-left:calc(.667em + 22px);
    padding-right:calc(.667em + 22px);
  }

  .page-template-page-pro .shared-files-categories-container {
    padding-top: 38px;
  }

  #menu-pro-menu {
    display: inline-flex;
  }
  #loginform {
    display: table;
  }
  #loginform .login-username,
  #loginform .login-password {
    display: table-row;
  }
  #loginform .login-username label,
  #loginform .login-password label {
    display: table-cell;
    padding-right: 20px;
    border-bottom: 40px solid transparent;
  }

  #loginform p.login-username input,
  #loginform p.login-password input {
    padding: 7px 10px;
    display: table-cell;
  }
  #loginform .login-submit input[type="submit"] {
    border: none;
      border-top-color: currentcolor;
      border-right-color: currentcolor;
      border-bottom-color: currentcolor;
      border-left-color: currentcolor;
    border-radius: 0;
    border-color: transparent;
    box-shadow: none;
    text-shadow: none;
    line-height: 22px;
    border-radius: 0px;
    font-weight: inherit;
    text-transform: uppercase;
    letter-spacing: 0;
    padding: 5px 10px;
    margin-top: 20px;
    background-color: #222221;
    color: var(--rampe--tertiary);
  }
  .espace-telech a {
    text-decoration: none;
    background-color: var(--rampe--primary);
    color: var(--rampe--background);
    padding: 5px 10px;
    border-radius: 30px;
    border: 2px solid var(--rampe--primary);
  }
  .espace-telech a:hover {
    color: var(--rampe--primary);
    background-color: var(--rampe--background);
  }

  .espace-telech {
  display: block;
  line-height: normal;
  margin: 30px 5px;
}
/*

 * Media queries 

 */

@media screen and (max-width: 959px) {

  /* General */
    /* menu */
    .mob-menu-header-holder {height: 60px !important; background-color: var(--rampe--foreground) !important;}
    .mob-menu-header-holder.mobmenu {padding-top: 10px;}
    .show-nav-left .mobmenu-overlay, .show-nav-right .mobmenu-overlay, .show-mob-menu-search .mobmenu-overlay {background: transparent !important;}
    .mobmenu-content li.menu-item-515 {display: none;}
    .mobmenu-content .menu-menu-1-container {width: 100%;}

  .header .entry-title {padding-left: 20px;}
  .entry-content {
    padding: 20px;
  }
  #primary.widget-area .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: content !important;
  }
  footer .menu-footer-container #menu-footer {flex-direction: column;}

  /* Accueil */
  .home h2 {margin: 10px 0;}
  .home .psac-post-slider.psac-design-2 .psac-post-slides {flex-direction: column-reverse !important; display: flex;}
  .psac-post-slides .psac-post-left {width: 100%;}
  .psac-post-slides .psac-post-right {width: 100%;}
  .slick-slide img {
    height: auto;
    width: 100%;
  }
  .sliders_content-homepage {flex-direction: column; width: 100%;}
  .slid_right.bigblock {width: 100%;margin-left: 0;}
  .slider-home-spectacles {width: 100%;}

  .slick-dots {margin-bottom: 20px;}

  /* Les Spectacles */
  .page-template-page-spectacles .item, .page-template-template-tousspectacles .item, .page-template-escapades-dansees .item, .page-template-onsortentribu .item, .category-pass-tribu .item {
    flex-direction: column;
    margin: 0 20px;
  }
  .page-template-page-spectacles h1 {text-align: center;}
  .archive.category .item.item-category {
    flex-direction: column;
  }
  .item.termine {
    background: #fff;
  }
  .item .pos-media {margin-top: 20px;}
  .page-template-page-spectacles .item .pos-media, .page-template-template-tousspectacles .item .pos-media, .page-template-onsortentribu .item .pos-media, .category-pass-tribu .item .pos-media, .page-template-escapades-dansees .item .pos-media {
    order: 1;
  }
  .item.termine .pos-media, .item.termine .pos-content, .item.termine .pos-infobar {
    padding: 10px 0;
  }
  .item:first-child {
    border-top: 1px solid var(--rampe--primary);
    padding-top: 10px;
  }
  .pos-infobar{
    padding: 0;
    border-left: 0;
    order: 2;
  }

  .pos-content {
    padding: 10px 0;
    order: 3;
  }

  .pos-infobar li.lieu {
    clear: both;
  }
  .pos-infobar li.categories {
    margin: 5px 5px 5px 0;
  }
  .page-template-page-spectacles .item img, .page-template-template-tousspectacles .item img, .page-template-escapades-dansees .item img, .page-template-onsortentribu .item img {
    width: 100%;
    height: auto;
  }
  .description {
  width: 90%;
  margin: 0 auto;
  }
  .contact-equipe tr td {
    display: block;
  }
  /* Single spectacle */
  .single-post main#content {
    padding: 10px 20px;
  }
  .single-post .pos-infobar {
    flex-direction: column;
  }
  .single-post .conteneur-gauche,
  .single-post .conteneur-droite {
    width: 100%;
  }
  .single-post .ingredients {
    flex-direction: column;
  }
  .single-post .conteneur-droite {margin-left: 0}
  #container main#content {
    width: 90%;
    margin: auto;
  }
  .single-escapades_dansees .conteneur-gauche img {
    width: 100%;
    height: auto;
  }
  .single-escapades_dansees .pos-infobar {
    line-height: normal;
  }
  .single-escapades_dansees .single-cat a {
    color: var(--rampe--primary);
    text-transform: uppercase;
    text-decoration: none;
  }
  .single-escapades_dansees .description {margin-top: 30px; width: 80%; }
  .single-escapades_dansees .description figure img {max-height: 80px; width: auto;}
  .single-escapades_dansees .description figure {text-align: center;}
  .single-escapades_dansees .description h2 {margin-bottom: 10px; }
  .single-escapades_dansees .description p {margin-bottom: 10px; }
  .single-escapades_dansees .conteneur-gauche a {text-decoration: none; color: var(--rampe--foreground);}
  /* pages classiques */
  .wp-block-cover__inner-container {
    padding: 0 20px;
  }
  /* pages telechargements */
  .shared-files-categories ul.shared-files-categories-list {
    text-align: center;
  }

}

@media screen and ( min-width: 782px ){
		body.admin-bar .mobmenu, body.admin-bar .mobmenu-panel, .show-nav-left.admin-bar .mobmenu-overlay, .show-nav-right.admin-bar .mobmenu-overlay {
			top: 32px!important;
		}
				body.admin-bar .mobmenu-search-holder {
				top: 82px!important;
		}
}

@media screen and ( max-width: 782px ){
	body.admin-bar .mobmenu, body.admin-bar .mobmenu-panel, .show-nav-left.admin-bar .mobmenu-overlay, .show-nav-right.admin-bar .mobmenu-overlay {
		top: 46px!important;
	}

	body.admin-bar .mob-menu-header-banner {
		top: 0px!important;
	}
		body.admin-bar .mobmenu-search-holder {
		top: 96px!important;
	}
	body.admin-bar  .mob-menu-slideout .mobmenu-search-holder {
		top: 50px!important;
	}

}

@media screen and ( max-width: 479px ) {
	.mob-menu-overlay .mobmenu-content {
		padding-top: 5%;
	}
}

@media screen and ( max-width: 782px ) {
	.mob-menu-overlay .mobmenu-content {
		padding-top: 10%;
	}
}

@media screen and ( min-width: 782px ) {
	#mobmenu-footer li:hover {
		background-color: ;
	}
	#mobmenu-footer li:hover i {
		color: ;
	}
}

@media only screen and (min-width:960px){
	.mob_menu, .mobmenu-panel, .mobmenu, .mobmenu-cart-panel, .mobmenu-footer-menu-holder, .mobmenu-right-panel, .mobmenu-left-panel  {
		display: none!important;
	}
}
/* Our css Custom Options values */
@media only screen and (max-width:959px){
	html body div header nav div.menu-menu-1-container {
		display:none !important;
	}
}


@media only screen and (max-width:959px) {

			
	.mobmenur-container i {
		color: #FFF;
	}
	.mobmenul-container i {
		color: #FFF;
	}
	.mobmenul-container img {
		max-height:  40px;
		float: left;
	}
	.mobmenur-container img {
		max-height:  40px;
		float: right;
	}
	.mob-expand-submenu i {
		font-size: 25px;
	}
	#mobmenuleft li a , #mobmenuleft li a:visited, .mobmenu-content h2, .mobmenu-content h3, .show-nav-left .mob-menu-copyright, .show-nav-left .mob-expand-submenu i {
		color: #666;

	}
	.mob-cancel-button {
		font-size: 30px!important;
	}

	/* 3rd Level Left Menu Items Background color on Hover*/
	.mobmenu-content #mobmenuleft .sub-menu  .sub-menu li a:hover {
		color: #ccc;
	}
	/* 3rd Level Left Menu Items Background color on Hover*/
	.mobmenu-content #mobmenuleft .sub-menu .sub-menu li:hover {
		background-color: #666;
	}
	.mobmenu-content #mobmenuleft li:hover, .mobmenu-content #mobmenuright li:hover  {
		background-color: #666;
	}
	.mobmenu-content #mobmenuright li:hover  {
		background-color: #666 ;
	}
	/* 3rd Level Right Menu Items Background color on Hover*/
	.mobmenu-content #mobmenuright .sub-menu .sub-menu li:hover {
		background-color: #666;
	}
	/* 3rd Level Right Menu Items Background color on Hover*/
	.mobmenu-content #mobmenuright .sub-menu  .sub-menu li a:hover {
		color: #ccc;
	}

		.mobmenu-content #mobmenuleft .sub-menu {
		background-color: #3a3a3a ;
		margin: 0;
		color: #fff ;
		width: 100%;
		position: initial;
		height: 100%;
	}
	.mob-menu-left-bg-holder {
				opacity: 1;
		background-attachment: fixed ;
		background-position: center top ;
		-webkit-background-size:  cover;
		-moz-background-size: cover;
		background-size: cover;
	}
	.mob-menu-right-bg-holder { 
				opacity: 1;
		background-attachment: fixed ;
		background-position: center top ;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size:  cover;
	}
		.mobmenu-content #mobmenuleft .sub-menu a {
		color: #fff ;
	}
	.mobmenu-content #mobmenuright .sub-menu  a {
		color: #fff ;
	}
	.mobmenu-content #mobmenuright .sub-menu .sub-menu {
		background-color: inherit;
	}
	.mobmenu-content #mobmenuright .sub-menu {
		background-color: #3a3a3a ;
		margin: 0;
		color: #fff ;
		position: initial;
		width: 100%;
	}
	#mobmenuleft li:hover a, #mobmenuleft li:hover i {
		color: #FFF;
	}
	#mobmenuright li a , #mobmenuright li a:visited, .show-nav-right .mob-menu-copyright, .show-nav-right .mob-expand-submenu i {
		color: #666 ;
	}
	#mobmenuright li a:hover {
		color: #FFF ;
	}
	.mobmenul-container {
		top: 10px;
		margin-left: 5px;
		margin-top: 0px;
		height: 50px;
		float: left;
	}
	.mobmenur-container {
		top: 10px;
		margin-right: 5px;
		margin-top: 0px;
	}
		.mob-menu-logo-holder {
		margin-top:   0px;
		text-align:   center;
		margin-left:  0;
		margin-right: 0;
		height:       50px;
			}
	.mob-menu-header-holder {
		width:  100% ;
		background-color: #f3998a ;
		height: 50px ;
		position:fixed;
	}
	body.mob-menu-overlay, body.mob-menu-slideout, body.mob-menu-slideout-over, body.mob-menu-slideout-top {
		padding-top: 50px;
	}
		.mobmenul-container, .mobmenur-container{
		position: absolute; 
	}
	.mobmenu-left-panel {
		background-color:#F7F7F7;;
		width:  270px;  
	}
	.mobmenu-right-panel {
		background-color:#F7F7F7;		width:  270px; 
	}
	.show-nav-left .mobmenu-overlay, .show-nav-right .mobmenu-overlay, .show-mob-menu-search .mobmenu-overlay  {
		background: #ffffff;
	}
	.mob-menu-slideout-top .mobmenu-overlay {
		display:none!important;
	}
	.mob-menu-slideout.show-nav-left .mobmenu-push-wrap, .mob-menu-slideout.show-nav-left .mob-menu-header-holder {
		-webkit-transform: translateX(270px);
		-moz-transform: translateX(270px);
		-ms-transform: translateX(270px);
		-o-transform: translateX(270px);
		transform: translateX(270px);
	}
	.mob-menu-slideout.show-nav-right .mobmenu-push-wrap, .mob-menu-slideout.show-nav-right .mob-menu-header-holder {
		-webkit-transform: translateX(-270px);
		-moz-transform: translateX(-270px);
		-ms-transform: translateX(-270px);
		-o-transform: translateX(-270px);
		transform: translateX(-270px);
	}
	.mob-menu-slideout-top .mobmenu-panel {
		width:  100%;
		height: 100%;
		z-index: 1;
		position: fixed;
		left: 0px;
		top: 0px;
		max-height: 100%;
		-webkit-transform: translateY(-100%);
		-moz-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		-o-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	.mob-menu-slideout-top.show-nav-left .show-panel, .mob-menu-slideout-top.show-nav-right .show-panel  {
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px);
		z-index: 300000;
	}
	.mob-menu-slideout-over.show-nav-left .mobmenu-left-panel {
		overflow: hidden;
	}
	.show-nav-left .mobmenu-panel.show-panel , .show-nav-right .mobmenu-panel.show-panel {
		z-index: 300000;
	}
	/* Hides everything pushed outside of it */
	.mob-menu-slideout .mobmenu-panel, .mob-menu-slideout-over .mobmenu-panel, .mob-menu-slideout .mobmenu-cart-panel, .mob-menu-slideout-over .mobmenu-cart-panel {
		position: fixed;
		top: 0;
		height: 100%;
		overflow-y: auto;
		overflow-x: auto;
		z-index: 10000;
		opacity: 1;
	}
	/*End of Mobmenu Slide Over */
	.mobmenu .headertext { 
		color: #FFF ;
		text-decoration: none;
	}
	.headertext span {
		position: initial;
		line-height: 50px;
	}
	.mobmenu-search-holder {
		top: 50px;
	}
	/*Premium options  */
	
	/* Mobile Menu Frontend CSS Style*/
	body.mob-menu-overlay, body.mob-menu-slideout, body.mob-menu-slideout-over, body.mob-menu-slideout-top  {
		overflow-x: hidden;
	}
	
	.mobmenu-left-panel li a, .leftmbottom, .leftmtop{
		padding-left: 10%;
		padding-right: 10%;
	}
	.mobmenu-content li > .sub-menu li {
		padding-left: calc(10*1%);
	}

	.mobmenu-right-panel li, .rightmbottom, .rightmtop{
		padding-left: 10%;
		padding-right: 10%;
	}
	.mobmenul-container i {
		line-height: 30px;
		font-size: 30px;
		float: left;
	}
	.left-menu-icon-text {
		float: left;
		line-height: 30px;
		color: #222;
	}
	.mobmenu-left-panel .mobmenu-display-name {
		color: #666;
	}
	.right-menu-icon-text {
		float: right;
		line-height: 30px;
		color: #222;
	}
	.mobmenur-container i {
		line-height: 30px;
		font-size: 30px;
		float: right;
	}
	.nav, .main-navigation, .genesis-nav-menu, #main-header, #et-top-navigation, .site-header, .site-branding, .ast-mobile-menu-buttons, .storefront-handheld-footer-bar, .hide {
		display: none!important;
	}
	
	.mob-standard-logo {
		display: inline-block;
		height:40px!important;	}
	.mob-retina-logo {
		height:40px!important;	}
	.mobmenu-content #mobmenuleft > li > a:hover {
		background-color: #666;
	}

	.mobmenu-content #mobmenuright > li > a:hover {
		background-color: #666;
	}
	.mobmenu-left-panel .mob-cancel-button {
		color: #666;
	}
	.mobmenu-right-panel .mob-cancel-button {
		color: #666;
	}	
	
}


.mob-menu-logo-holder > .headertext span,.mobmenu input.mob-menu-search-field {
	font-family:Dosis;
	font-size:20px;
	font-weight:inherit;
	font-style:normal;
	letter-spacing:normal;
	text-transform:none;
}

.left-menu-icon-text {
	font-family:Dosis;
	font-size:inherit;
	font-weight:inherit;
	font-style:normal;
	line-height:1.5em;
	letter-spacing:normal;
	text-transform:none;
}

#mobmenuleft .mob-expand-submenu,#mobmenuleft > .widgettitle,#mobmenuleft li a,#mobmenuleft li a:visited,#mobmenuleft .mobmenu-content h2,#mobmenuleft .mobmenu-content h3,.mobmenu-left-panel .mobmenu-display-name, .mobmenu-content .mobmenu-tabs-header li {
	font-family:Dosis;
	font-size:inherit;
	font-weight:inherit;
	font-style:normal;
	line-height:1.5em;
	letter-spacing:normal;
	text-transform:none;
}

.right-menu-icon-text {
	font-family:Dosis;
	font-size:inherit;
	font-weight:inherit;
	font-style:normal;
	line-height:1.5em;
	letter-spacing:normal;
	text-transform:none;
}

#mobmenuright li a,#mobmenuright li a:visited,#mobmenuright .mobmenu-content h2,#mobmenuright .mobmenu-content h3,.mobmenu-left-panel .mobmenu-display-name {
	font-family:Dosis;
	font-size:inherit;
	font-weight:inherit;
	font-style:normal;
	line-height:1.5em;
	letter-spacing:normal;
	text-transform:none;
}


.addtoany_content{clear:both;margin:16px auto}.addtoany_header{margin:0 0 16px}.addtoany_list{display:inline;line-height:16px}.a2a_kit a:empty,.a2a_kit a[class^="a2a_button_"]:has(.a2a_s_undefined){display:none}.addtoany_list a,.widget .addtoany_list a{border:0;box-shadow:none;display:inline-block;font-size:16px;padding:0 4px;vertical-align:middle}.addtoany_list a img{border:0;display:inline-block;opacity:1;overflow:hidden;vertical-align:baseline}.addtoany_list a span{display:inline-block;float:none}.addtoany_list.a2a_kit_size_32 a{font-size:32px}.addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service)>span{height:32px;line-height:32px;width:32px}.addtoany_list a:not(.addtoany_special_service)>span{border-radius:4px;display:inline-block;opacity:1}.addtoany_list a .a2a_count{position:relative;vertical-align:top}.site .a2a_kit.addtoany_list a:focus,.addtoany_list a:hover,.widget .addtoany_list a:hover{background:none;border:0;box-shadow:none}.addtoany_list a:hover img,.addtoany_list a:hover span{opacity:.7}.addtoany_list a.addtoany_special_service:hover img,.addtoany_list a.addtoany_special_service:hover span{opacity:1}.addtoany_special_service{display:inline-block;vertical-align:middle}.addtoany_special_service a,.addtoany_special_service div,.addtoany_special_service div.fb_iframe_widget,.addtoany_special_service iframe,.addtoany_special_service span{margin:0;vertical-align:baseline!important}.addtoany_special_service iframe{display:inline;max-width:none}a.addtoany_share.addtoany_no_icon span.a2a_img_text{display:none}a.addtoany_share img{border:0;width:auto;height:auto}

  
/* Mobile Menu Admin CSS Style*/
@font-face {
  font-family: 'mobmenu';
  src: url('https://www.larampe-echirolles.fr/wp-content/plugins/mobile-menu/includes/css/font/mobmenu.woff2?31192480') format('woff2'),
       url('https://www.larampe-echirolles.fr/wp-content/plugins/mobile-menu/includes/css/font/mobmenu.woff?31192480') format('woff');
  font-weight: normal;
  font-style: normal;
;font-display: swap;
}
 
  [class^="mob-icon-"]:before, [class*=" mob-icon-"]:before {
  font-family: "mobmenu";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal; 
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased mob-icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
}

.mob-icon-ok-1:before { content: '\e800'; } /* '' */
.mob-icon-ok:before { content: '\e80f'; } /* '' */
.mob-icon-plus:before { content: '\e810'; } /* '' */
.mob-icon-plus-1:before { content: '\e813'; } /* '' */
.mob-icon-plus-outline:before { content: '\e818'; } /* '' */
.mob-icon-plus-2:before { content: '\e819'; } /* '' */
.mob-icon-align-justify-1:before { content: '\e84f'; } /* '' */
.mob-icon-instagram:before { content: '\e88e'; } /* '' */
.mob-icon-linkedin:before { content: '\e88f'; } /* '' */
.mob-icon-pinterest:before { content: '\e892'; } /* '' */
.mob-icon-twitter:before { content: '\e898'; } /* '' */
.mob-icon-tumblr:before { content: '\e899'; } /* '' */
.mob-icon-vimeo:before { content: '\e89a'; } /* '' */
.mob-icon-star:before { content: '\e8a3'; } /* '' */
.mob-icon-user:before { content: '\e8a4'; } /* '' */
.mob-icon-star-1:before { content: '\e8d3'; } /* '' */
.mob-icon-user-1:before { content: '\e8d4'; } /* '' */
.mob-icon-left-open:before { content: '\e8f6'; } /* '' */
.mob-icon-right-open:before { content: '\e8f7'; } /* '' */
.mob-icon-down-dir:before { content: '\e8fc'; } /* '' */
.mob-icon-right-dir:before { content: '\e8fd'; } /* '' */
.mob-icon-star-empty:before { content: '\e93d'; } /* '' */
.mob-icon-up-dir:before { content: '\e980'; } /* '' */
.mob-icon-left-dir:before { content: '\e981'; } /* '' */
.mob-icon-menu:before { content: '\e9d6'; } /* 'î§–' */
.mob-icon-right-open-2:before { content: '\ea32'; } /* '' */
.mob-icon-th:before { content: '\eac3'; }  /* '' */
.mob-icon-th-large:before { content: '\eac5'; } /* '' */
.mob-icon-th-list:before { content: '\eac7'; } /* '' */
.mob-icon-minus:before { content: '\e812'; } /* '' */
.mob-icon-minus-1:before { content: '\e9d8'; } /* '' */
.mob-icon-minus-2:before { content: '\eacb'; } /* '' */
.mob-icon-th-list-3:before { content: '\ec71'; } /* '' */
.mob-icon-cancel:before { content: '\ec73'; } /* '' */
.mob-icon-cancel-circle:before { content: '\ec74'; } /* '' */
.mob-icon-cancel-1:before { content: '\ecf2'; } /* '' */
.mob-icon-cancel-2:before { content: '\edf5'; } /* '' */
.mob-icon-cancel-circled-1:before { content: '\edf6'; } /* '' */
.mob-icon-cancel-circled2:before { content: '\edf7'; } /* '' */
.mob-icon-up-open-1:before { content: '\ee59'; } /* '' */
.mob-icon-cancel-3:before { content: '\ee65'; } /* '' */
.mob-icon-cancel-circled-2:before { content: '\ee66'; } /* '' */
.mob-icon-th-large-1:before { content: '\ee68'; } /* '' */
.mob-icon-th-1:before { content: '\ee69'; } /* '' */
.mob-icon-th-list-1:before { content: '\ee6a'; } /* '' */
.mob-icon-up-open-2:before { content: '\ee6b'; } /* '' */
.mob-icon-down-open-2:before { content: '\ee6c'; } /* '' */
.mob-icon-cancel-squared:before { content: '\ee6d'; } /* '' */
.mob-icon-cancel-4:before { content: '\ee6f'; } /* '' */
.mob-icon-up-open-big:before { content: '\ee70'; } /* '' */
.mob-icon-down-open-big:before { content: '\ee71'; } /* '' */
.mob-icon-down-open-mini:before { content: '\ee73'; } /* '' */
.mob-icon-cancel-circled-outline:before { content: '\ee77'; } /* '' */
.mob-icon-cancel-outline:before { content: '\ee79'; } /* '' */
.mob-icon-menu-2:before { content: '\ee7a'; } /* '' */
.mob-icon-menu-outline:before { content: '\ee7b'; } /* '' */
.mob-icon-cancel-circle-1:before { content: '\ee7c'; } /* '' */
.mob-icon-down-open:before { content: '\f004'; } /* '' */
.mob-icon-up-open:before { content: '\f005'; } /* '' */
.mob-icon-menu-3:before { content: '\f008'; } /* '' */
.mob-icon-th-list-2:before { content: '\f009'; } /* '' */
.mob-icon-th-thumb:before { content: '\f00a'; } /* '' */
.mob-icon-th-thumb-empty:before { content: '\f00b'; } /* '' */
.mob-icon-cancel-circled:before { content: '\f06e'; } /* '' */
.mob-icon-menu-1:before { content: '\f0c9'; } /* '' */
.mob-icon-gplus:before { content: '\f0d5'; } /* '' */
.mob-icon-ellipsis:before { content: '\f141'; } /* '' */
.mob-icon-ellipsis-vert:before { content: '\f142'; } /* '' */
.mob-icon-facebook-squared:before { content: '\f308'; } /* '' */

.mob-menu-overlay .mobmenu-panel {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0s 0.5s;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.mob-menu-overlay.show-nav-left .mobmenu-panel, .mob-menu-overlay.show-nav-right .mobmenu-panel {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s;
    z-index: 100001;
}
.mob-menu-overlay .show-panel .mob-cancel-button {
    position: absolute;
    right: 0px;
    top: 0px;
    padding-top: 8px;
    overflow: hidden;
    border: none;
    outline: none;
    z-index: 100002;
    font-size: 30px;
    line-height: 30px;
    cursor: pointer;
}
.mob-retina-logo{
    display: none;
    max-width: 100%;
}
.mob-cancel-button{
    z-index: 99999999!important;
    position:relative!important;
}
.mobmenu-content .widget {
    padding-bottom: 0px;
    padding: 20px;
}
.mob-expand-submenu i {
    position: relative;
    font-weight: 600;
    cursor: pointer;
}
.mob-menu-left-bg-holder, .mob-menu-right-bg-holder, .mob-menu-cart-bg-holder {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -50;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
}
.mob-menu-no-scroll{
    overflow: hidden;
}
.mobmenu-content .sub-menu {
    display: none;
    opacity: 1;
}
.mobmenur-container {
    position: absolute;     
    right: 0px; 
} 
.leftmbottom h2 {
    font-weight: bold;
    background-color: transparent;
    color: inherit;
}
.mob-cancel-button {
    display:none;
    z-index: 99999999;
}
.show-nav-left.mob-menu-overlay .left-menu-icon-text, .show-nav-right.mob-menu-overlay .left-menu-icon-text {
    display: none;
}
.show-nav-left.mob-menu-slideout-top .mobmenu-right-bt .mob-cancel-button, .show-nav-right.mob-menu-slideout-top .mobmenu-left-bt .mob-cancel-button {
    display: none;
}
.show-nav-left.mob-menu-slideout-top .mobmenu-right-bt .mob-menu-icon, .show-nav-right.mob-menu-slideout-top .mobmenu-left-bt .mob-menu-icon {
    display: block;
}
.show-panel .mob-cancel-button {
    display: block;
}
.mobmenu-content li a {
    display: block;
    letter-spacing: 1px;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 14px;
}
.mobmenu-content li a:active, .mobmenu-content li:active, .mobmenu-content li a .mob-expand-submenu:active{
    border-style: outset;
    border: none;
}
.mobmenu-left-alignment.show-panel, .mobmenu-right-alignment.show-panel {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.mobmenu-left-alignment {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}
.mobmenu-right-alignment {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}
body.admin-bar .mobmenu, body.admin-bar .mobmenu-panel {
    top: 32px;
}
#wpadminbar {
    position: fixed;
}
.show-nav-left .mob-menu-header-holder, .show-nav-right .mob-menu-header-holder, .mob-menu-header-holder, .mobmenu-panel, .mobmenu-overlay , .show-nav-left .mobmenu-push-wrap, .show-nav-right .mobmenu-push-wrap, .show-nav-left .mob-menu-header-holder, .show-nav-left .mobmenu-left-alignment, .show-nav-right .mobmenu-right-alignment, .show-nav-left .mobmenu-overlay, .show-nav-right .mobmenu-overlay{
    -webkit-transition: -webkit-transform .5s;
    -moz-transition: -moz-transform .5s;
    -ms-transition: -ms-transform .5s;
    -o-transition: -o-transform .5s;
    transition: transform .5s;
}
/* Mobmenu Slide Over */
.mobmenu-overlay {
    opacity: 0;
}
.widget img {
    max-width: 100%; 
}
#mobmenuleft, #mobmenuright {
    margin: 0;
    padding: 0;
}
#mobmenuleft  li > ul {
    display:none;
    left: 15px;
    padding-left: 0px;
}
.rtl .mob-expand-submenu {
    float: left;
}
.mob-expand-submenu {
    position: relative;
    right: 0px;
    float: right;
    
}
.mobmenu-parent-link .menu-item-has-children {
    cursor: pointer;
}
#mobmenuright  li > ul {
    display:none;
    left: 15px;
    padding-left: 0px;
}
.rightmbottom, .rightmtop {   
    padding-left: 10px;
    padding-right: 10px;
}
/* Hides everything pushed outside of it */
.mob-menu-slideout .mobmenu-panel {
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 300000;
    overflow-y: hidden;   
    overflow-x: hidden;
    opacity: 1;
}
.mob-menu-slideout .mobmenu-right-alignment {
    right: 0;
}
.mobmenu-content li {
    list-style: none;
    visibility: visible;
    opacity: 1;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    margin: 0;
}
.mob-menu-slideout .mobmenu-left-alignment, .mob-menu-slideout-over .mobmenu-left-alignment {
    left: 0;
}
.mob-menu-slideout .mobmenu-right-alignment, .mob-menu-slideout-over .mobmenu-right-alignment {
    right: 0;
}
.mob-menu-header-holder {
    font-weight:bold;
    top:0px;	
    right: 0px;
    color:#000;
    display: block;
    z-index: 10000;
}
/* 2nd Level Menu Items Padding */
.mobmenu .sub-menu li > a {
    padding-left: 50px;
}
/* 3rd Level Menu Items Padding */
.mobmenu .sub-menu .sub-menu li a {
    padding-left: 75px;
}
.mobmenu-left-panel .mobmenu-left-bt, .mobmenu-right-panel .mobmenu-right-bt {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 30px;
}
.mobmenu-content {
    margin-top: 45px;
    padding-bottom: 120px;
    z-index: 1;
    height: calc( 100% - 45px);
    overflow: auto;
    padding-top: 10px;
}
.mobmenu-parent-link .mob-expand-submenu {
    cursor: pointer;
}
#mobmenuright.nomenu li, #mobmenuleft.nomenu li{
    padding-left: 7%;
    padding-right: 7%;
}
.mob-expand-submenu.show-sub .mob-icon-down-open {
  display: none;
}
.mob-expand-submenu.show-sub .mob-icon-up-open {
  display: block;
}
.mob-expand-submenu .mob-icon-down-open {
    display: block;
}
.mob-expand-submenu .mob-icon-up-open {
    display: none;
  }
.show-nav-left .mobmenu-overlay, .show-nav-right .mobmenu-overlay {
    width: 100%;
    height: 100%;
    z-index: 10001;
    left: 0;
    top: 0;
    opacity: 1;
    position: fixed;
    cursor: pointer;
}
/* Search Form Ajax Results */
.mobmenu-ajax-search-results {
    display: none;
    opacity: 1;
    visibility: visible;
    width: 100%;
    height: 100%;
    position: fixed;
    margin-top: 50px;
}
[data-panel-target="mobmenu-filter-panel"].mobmenu-trigger-action {
    float:left;
}
.mobmenu-content .sub-menu.show-sub-menu {
    -webkit-transition: height 1s linear 0s;
    -moz-transition: height 1s linear 0s;
    -ms-transition: height 1s linear 0s;
    -o-transition: height 1s linear 0s;
    transition: height 1s linear 0s;
    overflow:hidden;
}
/* No menu assigned warning. */
h4.no-mobile-menu {
    padding: 22px;
    text-align: center;
    width: 90%;
    background: #fff;
    margin: auto;
    font-size: 17px;
    font-weight: 400;
    line-height: 29px;
}
h4.no-mobile-menu a {
    text-decoration: none;
    color:#000;
}
.mobmenu-content li a:focus {
    outline: none;
}
.mobmenu-content .widget_media_image {
    text-align: center;
}

#_pick_tips_content {
    border: 0;
    position: fixed;
    right: 5px;
    top: 5px;
    z-index: 99999999;
    width: 300px;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2),
        0 2px 2px 0 rgba(0, 0, 0, .14),
        0 1px 5px 0 rgba(0, 0, 0, .12);
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.8);
    font-size: 0;
    margin: 0;
    padding: 0;
    transition: all 0.3s;
    min-height: 540px;
    height: auto;
    display: none;
}

#_pick_tips_content.on {
    display: inline-block;
}

/* cover mode */
#_picker_cover_wrap_box svg {
    position: fixed;
    top: 0;
    left: 0;
    cursor: crosshair;
    width: 100%;
    height: 100%;
    z-index: 99999998;
}

#_picker_cover_wrap_box svg>path:first-child {
    fill: rgba(0, 0, 0, 0);
    fill-rule: evenodd;
}

#_picker_cover_wrap_box svg>path+path {
    stroke: #29c66d;
    stroke-width: 3.5px;
    fill: rgb(226 239 232 / 20%);
}

#_picker_cover_wrap_box {
    transition: all 0.3s;
    pointer-events: none;
}

@keyframes ellipsis {
    from {
        width: 2px;
    }

    to {
        width: 15px;
    }
}
/* target mode */
._picker_target_elm {
    background: transparent;
    outline: #1dcd1d solid 3px;
    color: #000;
}

.mob-menu-slideout #page-container, .mob-menu-slideout-over #page-container {
    padding-top: 0px!important;
}