	/*
Theme Name: Labrillaz Theme
Theme URI:
Author: Association St-Camille
Author URI:
Description: Labrillaz Theme is a compatible theme made width WordPress.
Version: 1.0
Text-domain: labrillaz-theme
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-menu, custom-logo, featured-images, footer-widgets, theme-options, translation-ready
*/

	/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

0. 	CSS Reset
1. 	Document Setup
2. 	Element Base
3. 	Helper Classes
4. 	Site Header
5. 	Menu Desktop et Mobile
7. 	Page Templates
	a.    Template: Page default
	a. 	Template: Page d'accueil
	b. 	Template: Page forum

8. Article: Actualités
9. Article: Evénements

10. Blocks
11. Entry Content
12. Comments
13. Site Pagination
14. Error 404
15. Widgets
16. Site Footer
18. Media Queries

19. Entreprises

----------------------------------------------------------------------------- */


	/* -------------------------------------------------------------------------- */

	/*	0. CSS Reset
/* -------------------------------------------------------------------------- */
@import url(assets/css/navigation.css);
@import url(assets/css/header.css);
@import url(assets/css/hamburger.css);
@import url(assets/css/button-up.css);
@import url(assets/css/blocks-wordpress.css);
@import url(assets/css/module-btn.css);
@import url(assets/css/module-scroll-bar.css);
@import url(assets/css/module-fil-ariane.css);
@import url(assets/css/module-notification.css);
@import url(assets/css/module-acces-direct.css);
@import url(assets/css/module-current-submenu.css);
@import url(assets/css/module-image-header-page.css);
@import url(assets/css/module-cpt.css);
@import url(assets/css/archive-cpt.css);
@import url(assets/css/module-search.css);
@import url(assets/css/module-separateur.css);
@import url(assets/css/single-cpt.css);
@import url(assets/css/front-page.css);
@import url(assets/css/google-map2.css);
@import url(assets/css/footer.css);
@import url(assets/css/page-404.css);
@import url(assets/css/style-effect.css);
@import url(assets/css/slider-swiper-custom.css);
@import url(assets/css/class-utile.css);
@import url(assets/css/module-submenu-page.css);
@import url(assets/css/tableau-responsive.css);




/* .admin-bar #site-header {
margin-top: 32px;
} */

/* Formulaire de don */
#tamaro-widget.tamaro-widget .form-block.select-wrapper.input-empty .field-block .input-select {
	padding: 2em 0px 0em 0px !important;
}


#tamaro-widget.tamaro-widget .payment-amounts>.main .amounts .amount .main .code {
	font-size: 1.875rem !important;
}

#tamaro-widget.tamaro-widget .widget-content .widget-block .widget-block-header .title .text {
	font-size: 2rem !important;

}

#tamaro-widget.tamaro-widget .form-block.input-wrapper.floating-label .label-block {
	line-height: 2.25rem !important;
}



span#payment_type-label-widget,
span#custom-amount-radio-label-widget,
.text,
label.label-block,
label,
input#stored_customer_firstname-widget,
input#stored_customer_lastname-widget,
input#stored_customer_email-widget,
textarea#stored_customer_message-widget {
	font-size: 1.7rem !important;
}

/* End Formulaire de don */

.with_frm_style .frm_message p {

	color: #464646 !important;
}

.quiz-custom input {
	width: 80px !important;
}

.map-shops p {
	padding: 0px 10px;
}

html,
body {
	border: none;
	margin: 0;
	padding: 0;
	/* overflow-x: hidden; pour permettre sticky position */

}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
big,
cite,
code,
em,
font,
img,
small,
strike,
sub,
sup,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tr,
th,
td {
	border: none;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
	text-align: inherit;
}

blockquote::before,
blockquote::after {
	content: "";
}


/* -------------------------------------------------------------------------- */

/*	1. Document Setup
/* -------------------------------------------------------------------------- */


html {
	font-size: 62.5%;
	/* 1rem = 10px */
	scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

body {
	background: #FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "neue-haas-grotesk-display", Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.6rem;
	text-align: left;
	letter-spacing: 0.05rem;

}

@supports (font-variation-settings: normal) {

	body {
		font-family: "neue-haas-grotesk-display", Arial, sans-serif;
	}
}

*,
*::before,
*::after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
	-webkit-font-smoothing: antialiased;
	word-break: break-word;
	word-wrap: break-word;
}

#site-content {
	/*overflow: hidden;*/
}

/* lagreur du contenu des éléments max sur les page-default-content */
#page-default-content p,
#page-default-content h1,
#page-default-content h2,
#page-default-content h3,
#page-default-content h4,
#page-default-content h5,
#page-default-content h6 {
	max-width: 70rem;
}

/* Clearing ---------------------------------- */

/*.group::after,
.entry-content::after {
clear: both;
content: "";
display: block;
}*/


/* Base Transitions -------------------------- */

a,
path {
	-webkit-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	transition: all 0.15s linear;
}


/* Screen Reader Text ------------------------ */

.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: #f1f1f1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.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 --------------------------------- */

.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;
}


/* Fonts ------------------------------------- */





/* Accessibility Settings -------------------- */

@media (prefers-reduced-motion: reduce) {

	* {
		-webkit-animation-duration: 0s !important;
		-moz-animation-duration: 0s !important;
		-o-animation-duration: 0s !important;
		animation-duration: 0s !important;
		-webkit-transition-duration: 0s !important;
		-moz-transition-duration: 0s !important;
		-o-transition-duration: 0s !important;
		transition-duration: 0s !important;
	}
}


/* -------------------------------------------------------------------------- */

/*	2. Element Base
/* -------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------- */

/*	Main
/* ---------------------------------------------*---------------------------- */


main {
	display: block;
	padding: 150px 0 100px 0;
	margin: 0 auto;
	min-height: 100vh;
}

@media (max-width: 889px) {
	main {
		padding: 110px 0 100px 0;
	}
}

/*
.home main {
padding: 180px 0 100px 0;
}*/

.single main {
	padding: 180px 0 100px 0;
}

.container {
	max-width: 136.4rem;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.container-mobile {
	display: none;
}

.container-desktop {
	display: block;
}


@media (max-width: 768px) {
	.container-mobile {
		display: block;
	}



}

/* -------------------------------------------------------------------------- */

/*	Media queries main
/* ---------------------------------------------*---------------------------- */

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

@media (max-width: 640px) {

	.tableau-2col tr,
	.tableau-3col tr {
		display: grid;
	}

}




/* -------------------------------------------------------------------------- */

/*	Titres H1 H2 H3 H4 H5 H6
/* ---------------------------------------------*---------------------------- */

/* H1 par defaut */

div#wrapper-main-title {
	z-index: 20;
	margin-top: 50px;
}

h1.main-title-page {
	position: relative;
	margin-bottom: 5rem;
	text-align: left;
	font-weight: 600;
	font-size: 3rem;
}

div.line-title {
	background-color: #364172;
	height: 2px;
	width: 100%;
	margin-bottom: 5rem;
}

/* H1 par defaut */
h1,
.heading-size-1 {
	margin-bottom: 2rem;
	font-size: 1.6rem;
	font-weight: bold;
	color: #000;
}


/* H2 par defaut */
h2,
.heading-size-2 {
	margin-bottom: 1.5rem;
	line-height: 4rem;
	font-size: 2.2rem;
	font-weight: 600;
	color: #000;
}





/* H3 par defaut */
h3,
.heading-size-3 {
	margin-bottom: 2rem;
	color: #000;
	font-size: 1.6rem;
	font-weight: 600;
}


/* H4 par defaut */
h4,
.heading-size-4 {}


/* H5 par defaut */
h5,
.heading-size-5 {}


/* H6 par defaut */
h6,
.heading-size-6 {}



/* -------------------------------------------------------------------------- */

/*	Media queries Titres H1 H2 H3 H4 H5 H6
/* ---------------------------------------------*---------------------------- */
@media (min-width: 420px) {

	/* H1 par defaut */
	h1,
	.heading-size-1 {
		font-size: 2rem;
	}
}

/* Tablette Font Size */
@media (min-width: 768px) {

	/* H1 par defaut */
	h1,
	.heading-size-1 {
		font-size: 2.5rem;
	}

	/* H2 par defaut */
	h2,
	.heading-size-2 {}

	/* H3 par defaut */
	h3,
	.heading-size-3 {}

	/* H4 par defaut */
	h4,
	.heading-size-4 {}

	/* H5 par defaut */
	h5,
	.heading-size-5 {}

	/* H6 par defaut */
	h6,
	.heading-size-6 {}
}

/* Desktop Font Size */
@media (min-width: 1200px) {

	/* H2 par defaut */
	h2,
	.heading-size-2 {
		margin-bottom: 1.5rem;
		font-size: 2.2rem;
		/*background-color: white;*/
		/*-webkit-box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.16);
	   -moz-box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.16);
			box-shadow: 0 0 0.6rem rgba(0, 0, 0, 0.16);*/
	}

}

/* -------------------------------------------------------------------------- */

/*	Liens a
/* ---------------------------------------------*---------------------------- */

/* a par defaut */

a {
	color: #b6171f;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}


.wrap-menu-mobile a {
	color: #ffffff;
}

/* a:hover, a:focus par defaut */
a:hover {
	text-decoration: none;
	color: #000;

}




/* -------------------------------------------------------------------------- */

/*	Media queries Liens a
/* ---------------------------------------------*---------------------------- */


/* -------------------------------------------------------------------------- */

/*	Paragraphe p par defaut
/* ---------------------------------------------*---------------------------- */

/* p par defaut */
p {
	line-height: 1.6;
	margin: 0 0 1.5rem 0;
	color: #000;
}



.espace {
	padding-top: 80px;
}

/* P Background light */


/* -------------------------------------------------------------------------- */

/*	Media queries Paragraphe
/* ---------------------------------------------*---------------------------- */






/* -------------------------------------------------------------------------- */

/*	Dates style
/* ---------------------------------------------*---------------------------- */


.actualite-date,
.evenement-date {
	font-size: 1.6rem;
}



/* -------------------------------------------------------------------------- */

/*	Media queries Dates style
/* ---------------------------------------------*---------------------------- */




.has-bleu-fonce-background-color>p,
.has-noir-clair-background-color>p {
	color: #ffffff;
}

em,
i,
q,
dfn {
	font-style: italic;
}

em em,
em i,
i em,
i i,
cite em,
cite i {
	font-weight: bolder;
}

big {
	font-size: 1.2em;
}

small {
	font-size: 0.75em;
}

b,
strong {
	font-weight: 600;
}

ins {
	text-decoration: none !important;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

abbr,
acronym {
	cursor: help;
}

address {
	line-height: 1.5;
	margin: 0 0 2rem 0;
}

hr {
	border-style: solid;
	border-width: 0.1rem 0 0 0;
	border-color: #dcd7ca;
	margin: 4rem 0;
}

.entry-content hr,
hr.styled-separator {
	border: 1px solid #C8C8C8;
	overflow: visible;
	position: relative;
}




/* Lists ------------------------------------- */

ul,
ol {}

ul {
	list-style: disc;
}

ul ul {
	list-style: circle;
}

ul ul ul {
	list-style: square;
}

ol {
	list-style: decimal;
}

ol ol {
	list-style: lower-alpha;
}

ol ol ol {
	list-style: lower-roman;
}

li {
	line-height: 2;
	list-style-type: none;

}

.wrapper-default-page-content li {
	list-style-type: disc;
	list-style-position: inside;
	color: initial;
}


li>ul,
li>ol {}

.reset-list-style,
.reset-list-style ul,
.reset-list-style ol {
	list-style: none;
	margin: 0;
}

.reset-list-style li {
	margin: 0;
}

dt,
dd {
	line-height: 1.5;
}

dt {
	font-weight: 700;
}

dt+dd {
	margin-top: 0.5rem;
}

dd+dt {
	margin-top: 1.5rem;
}

ul.liste {
	margin-bottom: 20px;
}

ul.liste li {
	list-style-type: disc;
	margin-left: 20px;
}

ol.num {
	margin-bottom: 20px;
}

ol.num li {
	list-style-type: decimal;
	margin-left: 20px;
}

/* Quotes ------------------------------------ */

blockquote {
	border-color: #cd2653;
	border-style: solid;

	/*rtl:ignore*/
	border-width: 0 0 0 0.2rem;
	color: inherit;
	font-size: 1em;
	margin: 4rem 0;

	/*rtl:ignore*/
	padding: 0.5rem 0 0.5rem 2rem;
}

cite {
	color: #6d6d6d;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.25;
}

blockquote cite {
	display: block;
	margin: 2rem 0 0 0;
}

blockquote p:last-child {
	margin: 0;
}


/* Code -------------------------------------- */

code,
kbd,
pre,
samp {
	font-family: "Signo", Arial, sans-serif;
	font-size: 0.9em;
	padding: 0.4rem 0.6rem;
}

code,
kbd,
samp {
	background: rgba(0, 0, 0, 0.075);
	-webkit-border-radius: 0.2rem;
	-moz-border-radius: 0.2rem;
	border-radius: 0.2rem;
}

pre {
	border: 0.1rem solid #dcd7ca;
	line-height: 1.5;
	margin: 4rem 0;
	overflow: auto;
	padding: 3rem 2rem;
	text-align: left;
}

pre code {
	background: transparent;
	padding: 0;
}


/* Media ------------------------------------- */

figure {
	display: block;
	margin: 0;
}

iframe {
	display: block;
	max-width: 100%;
}

video {
	display: block;
}

svg,
img,
embed,
object {
	display: block;
	height: auto;
	max-width: 100%;

}

.image {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	justify-content: center;
}

figcaption,
.wp-caption-text {
	color: #6d6d6d;
	display: block;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.2;
	margin-top: 1.5rem;
}

figcaption a,
.wp-caption-text a {
	color: inherit;
}

blockquote.instagram-media,
iframe.instagram-media {
	margin: auto !important;
}


/* GALLERIES */

.gallery {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 3em 0 3em -0.8em;
	width: -webkit-calc(100% + 1.6em);
	width: -moz-calc(100% + 1.6em);
	width: calc(100% + 1.6em);
}

.gallery-item {
	margin: 0.8em 0;
	padding: 0 0.8em;
	width: 100%;
}

.gallery-caption {
	display: block;
	margin-top: 0.8em;
}


/* Inputs ------------------------------------ */

fieldset {
	border: 0.2rem solid #dcd7ca;
	padding: 2rem;
}

legend {
	font-size: 0.85em;
	font-weight: 700;
	padding: 0 1rem;
}

label {
	display: block;
	font-size: 1.6rem;
	font-weight: 400;
	margin: 0 0 0.5rem 0;
}

label.inline,
input[type="checkbox"]+label {
	display: inline;
	font-weight: 400;
	margin-left: 0.5rem;
}

input[type="checkbox"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	position: relative;
	top: 2px;
	display: inline-block;
	margin: 0 0.7rem 0 0;
	width: 1.5rem;
	min-width: 1.5rem;
	height: 1.5rem;
	background: #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border-style: solid;
	border-width: 0.1rem;
	border-color: #dcd7ca;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
}

input[type="checkbox"]:checked::before {
	/* Use the "Yes" SVG Dashicon */
	content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23000000%27%2F%3E%3C%2Fsvg%3E");
	position: absolute;
	display: inline-block;
	margin: -0.1875rem 0 0 -0.25rem;
	height: 1.75rem;
	width: 1.75rem;
}

input,
textarea,
button,
.button,
.faux-button,
.wp-block-button__link,
.wp-block-file__button {
	font-family: "Signo", Arial, sans-serif;
	line-height: 1;
}

@supports (font-variation-settings: normal) {

	input,
	textarea,
	button,
	.button,
	.faux-button,
	.faux-button.more-link,
	.wp-block-button__link,
	.wp-block-file__button {
		font-family: "Signo", Arial, sans-serif;
	}
}

input,
textarea {
	border-color: #dcd7ca;
	color: #000;
}

code,
input[type="url"],
input[type="email"],
input[type="tel"] {

	/*rtl:ignore*/
	direction: ltr;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border-style: solid;
	border-width: 0.1rem;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	display: block;
	font-size: 1.6rem;
	letter-spacing: -0.015em;
	margin: 0;
	max-width: 100%;
	padding: 1.062rem 0.8rem;
	width: 100%;
}

select {
	font-size: 1em;
}

textarea {
	height: 12rem;
	line-height: 1.5;
	width: 100%;
}

input::-webkit-input-placeholder {
	line-height: normal;
}

input:-ms-input-placeholder {
	line-height: normal;
}

input::-moz-placeholder {
	line-height: revert;
	/* Reset to the value from the user-agent stylesheet. */
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none;
}

button,
.button,
.faux-button,
.wp-block-button__link,
.wp-block-file .wp-block-file__button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #b6171f;
	border: none;
	-webkit-border-radius: 1rem;
	-moz-border-radius: 1rem;
	border-radius: 1rem;
	color: #fff;
	cursor: pointer;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	font-size: 1.6rem;
	font-weight: 600;
	letter-spacing: 0.0333em;
	line-height: 4.5rem;
	margin: 0;
	padding: 0 1.3rem;
	text-align: center;
	text-decoration: none;
	text-transform: none;
}


button:focus,
button:hover,
.button:focus,
.button:hover,
.faux-button:focus,
.faux-button:hover,
.wp-block-button .wp-block-button__link:focus,
.wp-block-button .wp-block-button__link:hover,
.wp-block-file .wp-block-file__button:focus,
.wp-block-file .wp-block-file__button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover {
	background-color: #000;
}

.wp-block-button .wp-block-button__link:hover {
	color: white;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	border-color: currentColor;
}

input[type="search"]:focus {
	outline: thin dotted;
	outline-offset: -4px;
}

/* Tables ------------------------------------ */

table {
	border: 0.1rem solid #dcd7ca;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	font-size: 1.6rem;
	margin: 0;
	max-width: 100%;
	overflow: hidden;
	width: 100%;
}

.wp-block-table a::before {
	/*	display: none!important;*/
}

.alignleft>table {
	margin: 0;
}

.alignright>table {
	margin: 0;
}

th,
td {
	border: none !important;
	border: 0.1rem solid #dcd7ca !important;
	line-height: 1.4;
	margin: 0;
	overflow: visible;
	padding: 0.5em;
}

caption {
	background: #dcd7ca;
	font-weight: 600;
	padding: 0.5em;
	text-align: center;
}

thead {
	vertical-align: bottom;
	white-space: nowrap;
}

th {
	font-weight: 700;
}




::-webkit-input-placeholder {
	font-family: "Signo", Arial, sans-serif !important;
	color: #000000 !important;
	font-weight: 400 !important;
	font-size: 18px !important;
	opacity: 1 !important;
}



:-moz-placeholder {
	font-family: "Signo", Arial, sans-serif !important;
	color: #000000 !important;
	font-weight: 400 !important;
	font-size: 18px !important;
	opacity: 1 !important;
}



::-moz-placeholder {
	font-family: "Signo", Arial, sans-serif !important;
	color: #000000 !important;
	font-weight: 400 !important;
	font-size: 18px !important;
	opacity: 1 !important;
}



:-ms-input-placeholder {
	font-family: "Signo", Arial, sans-serif !important;
	color: #000000 !important;
	font-weight: 400 !important;
	font-size: 18px !important;
	opacity: 1 !important;
}



::-ms-input-placeholder {
	font-family: "Signo", Arial, sans-serif !important;
	color: #000000 !important;
	font-weight: 400 !important;
	font-size: 18px !important;
	opacity: 1 !important;
}



::placeholder {
	font-family: "Signo", Arial, sans-serif !important;
	color: #000000 !important;
	font-weight: 400 !important;
	font-size: 18px !important;
	opacity: 1 !important;
}

input[placeholder],
[placeholder],
*[placeholder],
select,
textarea {
	font-family: "Signo", Arial, sans-serif;
	color: #000000 !important;
	font-weight: 400 !important;
	font-size: 18px !important;
	opacity: 1 !important;

}

/* -------------------------------------------------------------------------- */

/*	3. Helper Classes
/* -------------------------------------------------------------------------- */


/* List date styled */

.no-mt {
	margin-top: 0 !important;
}

.list-date-style {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;

}

.list-date-style .date-list {
	width: 120px;
	margin-right: 15px;
}

.list-date-style .content-list {
	width: 100%;
}

@media (max-width: 782px) {
	.list-date-style {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-moz-box-orient: vertical;
		-moz-box-direction: normal;
		flex-direction: column;

	}
}


/* links */

.link {
	text-decoration: underline;
	color: #ccc;
}

.link:hover {
	text-decoration: underline;
	color: #fff;
}

.link-cache {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 10;
}

/* liste style par defaut */

.defaut-style li {
	list-style-type: disc;

}

/* Position ------------------------------------ */
.pos-relative {
	position: relative !important;
}

/* List ------------------------------------ */
.liste-default li {
	list-style-type: disc;
}

/* Layout ------------------------------------ */


.radius-25,
.wp-embed-responsive .wp-has-aspect-ratio iframe {
	-webkit-border-radius: 25px !important;
	-moz-border-radius: 25px !important;
	border-radius: 25px !important;
}

.radius-top-25 {
	-webkit-border-radius: 25px 25px 0 0 !important;
	-moz-border-radius: 25px 25px 0 0 !important;
	border-radius: 25px 25px 0 0 !important;
}

.radius-bottom-25 {
	-webkit-border-radius: 0 0 25px 25px !important;
	-moz-border-radius: 0 0 25px 25px !important;
	border-radius: 0 0 25px 25px !important;
}

.radius-right-25 {
	-webkit-border-radius: 0 25px 25px 0 !important;
	-moz-border-radius: 0 25px 25px 0 !important;
	border-radius: 0 25px 25px 0 !important;
}

.radius-left-25 {
	-webkit-border-radius: 25px 0px 0px 25px !important;
	-moz-border-radius: 25px 0px 0px 25px !important;
	border-radius: 25px 0px 0px 25px !important;
}

.no-max-width .woocommerce,
.no-max-width {
	max-width: none !important;
}

.group-block-width [class*="__inner-container"]>*:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
	max-width: 85rem !important;
}

.max-width-content {
	max-width: 1000px !important;
}

.max-width-main {
	max-width: 1640px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.no-margin {
	margin: 0 !important;
}

.no-margin-top-bottom {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.no-margin-top {
	margin-top: 0 !important;
}

.no-margin-bottom {
	margin-bottom: 0 !important;
}

.min-margin-top .wp-block-cover__inner-container {
	margin-top: -20px !important;
}

.margin-top {
	margin-top: 140px !important;
}

.margin-bottom {
	margin-bottom: 40px !important;
}

.no-padding .wp-block-cover__inner-container,
.no-padding {
	padding: 0 !important;
}

.no-padding-top-bottom {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.no-padding-top {
	padding-top: 0 !important;
}

.no-padding-bottom {
	padding-bottom: 0 !important;
}

.padding-top {
	padding-top: 140px !important;
}

.padding-15 {
	padding: 15px;
}

.no-show,
.no-after::after,
.no-before::before {
	display: none !important;
}

.width-100 .wp-block-cover__inner-container,
.width-100 {
	width: -webkit-calc(100% - 0rem) !important;
	width: -moz-calc(100% - 0rem) !important;
	width: calc(100% - 0rem) !important;
}

.txt-center {
	text-align: center;
}

.no-puce,
.no-puce>li {
	list-style-type: none !important;
}

/* Sections ---------------------------------- */

section {
	width: 100%;
}

.section-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 120rem;
	width: -webkit-calc(100% - 4rem);
	width: -moz-calc(100% - 4rem);
	width: calc(100% - 4rem);
}

.section-inner.max-percentage {
	width: 100%;
}

.section-inner.thin {
	max-width: 58rem;
}

.section-inner.small {
	max-width: 80rem;
}

.section-inner.medium {
	max-width: 100rem;
}

.section-inner.no-margin {
	margin: 0;
}


/* Toggles ----------------------------------- */

.toggle {
	-moz-appearance: none;
	-webkit-appearance: none;
	color: inherit;
	cursor: pointer;
	font-family: inherit;
	position: relative;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	text-align: inherit;
	user-select: none;
}

button.toggle {
	background: none;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-size: inherit;
	font-weight: 400;
	letter-spacing: inherit;
	padding: 0;
	text-transform: none;
}

/* Hiding and Showing ------------------------ */

.js .show-js {
	display: block !important;
}

.js .hide-js {
	display: none !important;
}

.no-js .show-no-js {
	display: block !important;
}

.no-js .hide-no-js {
	display: none !important;
}


/* Typography -------------------------------- */

.font-size-xl {
	font-size: 1.25em;
}

.font-size-xs {
	font-size: 0.8em;
}

.no-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


/* Colors ------------------------------------ */

/* COLOR */

.color-accent,
.color-accent-hover:focus,
.color-accent-hover:hover {
	color: #cd2653;
}

/* BACKGROUND COLOR */

.bg-accent,
.bg-accent-hover:focus,
.bg-accent-hover:hover {
	background-color: #cd2653;
}

/* BORDER COLOR */

.border-color-accent,
.border-color-accent-hover:focus,
.border-color-accent-hover:hover {
	border-color: #cd2653;
}

/* FILL COLOR */

.fill-children-accent,
.fill-children-accent * {
	fill: #cd2653;
}

.fill-children-current-color,
.fill-children-current-color * {
	fill: currentColor;
}


/* Opacity ----------------------------------- */

.opacity-0 {
	opacity: 0;
}

.opacity-5 {
	opacity: 0.05;
}

.opacity-10 {
	opacity: 0.1;
}

.opacity-15 {
	opacity: 0.15;
}

.opacity-20 {
	opacity: 0.2;
}

.opacity-25 {
	opacity: 0.25;
}

.opacity-30 {
	opacity: 0.3;
}

.opacity-35 {
	opacity: 0.35;
}

.opacity-40 {
	opacity: 0.4;
}

.opacity-45 {
	opacity: 0.45;
}

.opacity-50 {
	opacity: 0.5;
}

.opacity-55 {
	opacity: 0.55;
}

.opacity-60 {
	opacity: 0.6;
}

.opacity-65 {
	opacity: 0.65;
}

.opacity-70 {
	opacity: 0.7;
}

.opacity-75 {
	opacity: 0.75;
}

.opacity-80 {
	opacity: 0.8;
}

.opacity-85 {
	opacity: 0.85;
}

.opacity-90 {
	opacity: 0.9;
}

.blend-mode-exclusion {
	mix-blend-mode: exclusion;
}

.blend-mode-hue {
	mix-blend-mode: hue;
}

.blend-mode-saturation {
	mix-blend-mode: saturation;
}

.blend-mode-color {
	mix-blend-mode: color;
}

.blend-mode-luminosity {
	mix-blend-mode: luminosity;
}


/* Image Classes ----------------------------- */

.bg-image {
	background-position: center;
	background-repeat: no-repeat;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}

.bg-attachment-fixed {
	background-attachment: fixed;
}

@supports (-webkit-overflow-scrolling: touch) {

	.bg-attachment-fixed {
		background-attachment: scroll;
	}
}

@media (prefers-reduced-motion: reduce) {

	.bg-attachment-fixed {
		background-attachment: scroll;
	}
}

.wp-block-image.is-resized {
	margin-left: auto;
	margin-right: auto;
}

/* Search Form ------------------------------- */

.search-form {
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-moz-box-align: stretch;
	align-items: stretch;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	margin-top: 0px;
}

.search-form .search-field,
.search-form .search-submit {
	margin: 0 0 0.8rem 0.8rem;
}

.search-form label {
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-moz-box-align: stretch;
	align-items: stretch;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	font-size: inherit;
	margin: 0;
	width: 100%;
}

.search-form .search-field {
	width: 100%;
}

.search-form .search-submit {
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}

.search-form .search-submit:focus,
.search-form .search-submit:hover {
	text-decoration: none;
}


/* Social Icons ------------------------------ */

.icon-fa {
	display: inline-block;
	width: 2.5rem;
	margin-right: 1rem;
}

.icon-wp {
	font-size: 2.5rem;
	margin-right: 1rem;
}

ul.social-icons {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -0.9rem 0 0 -0.9rem;
	width: -webkit-calc(100% + 0.9rem);
	width: -moz-calc(100% + 0.9rem);
	width: calc(100% + 0.9rem);
}

ul.social-icons li {
	margin: 0.9rem 0 0 0.9rem;
}

.social-icons a {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	background: #cd2653;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	height: 4.4rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	justify-content: center;
	padding: 0;
	text-decoration: none;
	-webkit-transition: -webkit-transform 0.15s ease-in-out;
	transition: -webkit-transform 0.15s ease-in-out;
	-o-transition: -o-transform 0.15s ease-in-out;
	-moz-transition: transform 0.15s ease-in-out, -moz-transform 0.15s ease-in-out;
	transition: transform 0.15s ease-in-out;
	transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -moz-transform 0.15s ease-in-out, -o-transform 0.15s ease-in-out;
	width: 4.4rem;
}

.social-icons a:focus,
.social-icons a:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	text-decoration: none;
}


/* Cover Modals ------------------------------ */

.cover-modal {
	display: none;
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none;
}

.cover-modal::-webkit-scrollbar {
	display: none !important;
}

.cover-modal.show-modal {
	display: block;
	cursor: pointer;
}

.cover-modal.show-modal>* {
	cursor: default;
}

/* Buttons ------------------------------ */
.btn-cta-red,
.inf-submit input[type=submit],
.btn-cta-red a,
.btn-cta-white,
.btn-cta-blue,
.btn-cta-blue a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	justify-content: center;
	max-width: 300px;
	padding: 15px;
	background: #ffffff;
	color: #2F7CAA;
	-webkit-border-radius: 60px !important;
	-moz-border-radius: 60px !important;
	border-radius: 60px !important;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.btn-cta-blue {
	height: unset !important;
	background: #2F7CAA !important;
	color: #ffffff !important;
}

button.mixitup-control-active,
.btn-cta-blue:hover {
	background: #2F7CAA !important;
	color: #ffffff !important;
}

.btn-cta-red a {
	background: #F05365;
	color: #ffffff;
	height: unset !important;
	line-height: unset !important;
}

.btn-cta-blue a {
	background: #2F7CAA !important;
	color: #ffffff !important;
	height: unset !important;
	line-height: unset !important;
}

/* Theme button */
/* icon arrow -> */


/* Checkout buttons
.woocommerce #respond input#submit::before,
.woocommerce a.button::before,
.woocommerce button.button::before,
.woocommerce input.button::before,
*/

/* Shop and single buttons */
.woocommerce #respond input#submit.alt::before,
.woocommerce a.button.alt::before,
.woocommerce button.button.alt::before,
.woocommerce input.button.alt::before,
.woocommerce ul.products li.product .button::before,
header.woocommerce-Address-title.title a.edit::before,
.section-woocommerce-show-products .products .product a.button::before,
/* dashicons */
.wp-block-button__link::before,
.btn-cta-red a::before,
.btn-cta-white::before,
.btn-cta-blue a::before {
	margin-right: 10px;
	content: "\f344";
	font-family: "dashicons";
	opacity: 1;
	width: 20px;
	display: inline-block;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* Shop and single buttons */
.woocommerce #respond input#submit.alt::before,
.woocommerce a.button.alt::before,
.woocommerce button.button.alt::before,
.woocommerce input.button.alt::before,
.woocommerce ul.products li.product .button::before,
.woocommerce header.woocommerce-Address-title.title a.edit::before,
.section-woocommerce-show-products .products .product a.button::before {
	display: none;
}

.icon-phone::before {
	content: "\f466" !important;
}

.icon-book::before {
	content: "\f497" !important;
}

/* end dashicons */


/* Font Awesome 5 free icons */

.icon-croix::before,
.icon-pdf::before,
.icon-info-message::before,
.icon-viruses::before,
.icon-virus::before,
.icon-menu-resto::before,
.icon-brochure::before,
.icon-ressources::before,
.icon-offre-emploi::before {
	content: "\f2b5" !important;
	font-family: 'Font Awesome 5 Free' !important;
	font-weight: 900;
	margin-right: 10px;
	vertical-align: bottom;
}

.icon-ressources::before {
	content: "\f24d" !important;
}

.icon-brochure::before {
	content: "\f15c" !important;
}

.icon-menu-resto::before {
	content: "\f2e7" !important;
}

.icon-croix::before {
	content: "\f057" !important;
}

.icon-info-message::after {
	content: '';
	width: 96px;
	height: 96px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #2F7CAA;
	position: absolute;
	top: -24px;
	left: -38px;
	-webkit-box-shadow: 0px 2px 4px rgb(0, 0, 0, 0.7);
	-moz-box-shadow: 0px 2px 4px rgb(0, 0, 0, 0.7);
	box-shadow: 0px 2px 4px rgb(0, 0, 0, 0.7);
}

.icon-info-message::before {
	content: "\f05a" !important;
	font-size: 10rem;
	position: absolute;
	z-index: 2;
	top: -50px;
	left: -40px;
}

.icon-virus::before {
	content: "\e074" !important;
}

.icon-viruses::before {
	content: "\e076" !important;
}

.icon-pdf::before {
	content: "\f1c1" !important;
	font-weight: 400;

}

/* End Font Awesome 5 free icons */



/* Woocommer button hover mobilev*/
/* Shop and single buttons */
.woocommerce #respond input#submit.alt:hover::before,
.woocommerce a.button.alt:hover::before,
.woocommerce button.button.alt:hover::before,
.woocommerce input.button.alt:hover::before,
.woocommerce ul.products li.product .button:hover::before,
.woocommerce header.woocommerce-Address-title.title a.edit:hover::before,
.section-woocommerce-show-products .products .product a.button:hover::before,

/* Checkout buttons
.woocommerce #respond input#submit:hover::before,
.woocommerce a.button:hover::before,
.woocommerce button.button:hover::before,
.woocommerce input.button:hover::before,
*/
/* Theme button hover mobile */
.wp-block-button__link:hover::before,
.inf-submit input[type=submit]:hover::before,
.btn-cta-red:hover a:before,
.btn-cta-white:hover::before,
.btn-cta-blue:hover a:before {
	opacity: 1;
	width: 20px;
	margin-right: 10px;

}

.inf-submit input:hover[type=submit] {
	background: #F05365;
	color: #ffffff;
}


/* Titles ------------------------------ */
/* title default*/
/* white title left */

h1.woocommerce-products-header__title.page-title::after,
h1.has-text-align-left::after,
h2.has-text-align-left::after,
h1.has-text-align-left.has-blanc-pur-color::after,
h2.has-text-align-left.has-blanc-pur-color::after,
h1.has-text-align-center.has-noir-clair-color::after,
h2.has-text-align-center.has-noir-clair-color::after,
h1.has-text-align-left.has-noir-clair-color::after,
h2.has-text-align-left.has-noir-clair-color::after,
h1.has-text-align-left.has-bleu-fonce-color::after,
h2.has-text-align-left.has-bleu-fonce-color::after {
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -45px;
	bottom: -20px;
	z-index: 1;
	background-repeat: repeat-x;
	background-image: url(https://new.st-camille.ch/wp-content/uploads/2021/01/cercle-titre.svg);
	background-position: 0 0rem;
	/* -webkit-background-size: 10px 9px; */
	-moz-background-size: 10px 9px;
	-webkit-background-size: 24px 7px;
	background-size: 24px 7px;
	width: 90px;
	height: 7px;
	left: 0;
	margin-left: 0;
}

/* grey title left */
h1.woocommerce-products-header__title.page-title::after,
h1.has-noir-clair-color::after,
h2.has-noir-clair-color::after,
h1.has-text-align-left.has-noir-clair-color::after,
h2.has-text-align-left.has-noir-clair-color::after,
h1.has-text-align-center.has-noir-clair-color::after,
h2.has-text-align-center.has-noir-clair-color::after {
	background-image: url(https://new.st-camille.ch/wp-content/uploads/2021/01/cercle-titre-gris.svg);
}

/* bleu title left */
h1.has-bleu-fonce-color::after,
h2.has-bleu-fonce-color::after,
h1.has-text-align-left.has-bleu-fonce-color::after,
h2.has-text-align-left.has-bleu-fonce-color::after,
h1.has-text-align-center.has-bleu-fonce-color::after,
h2.has-text-align-center.has-bleu-fonce-color::after {
	background-image: url(https://new.st-camille.ch/wp-content/uploads/2021/02/cercle-titre-bleu.svg);
}

/* title center */
h1.has-text-align-center::after,
h2.has-text-align-center::after,
h1.has-text-align-center.has-blanc-pur-color::after,
h2.has-text-align-center.has-blanc-pur-color::after,

h1.has-text-align-center.has-noir-clair-color::after,
h2.has-text-align-center.has-noir-clair-color::after,
h1.has-text-align-center.has-bleu-fonce-color::after,
h2.has-text-align-center.has-bleu-fonce-color::after {
	left: 50%;
	margin-left: -45px;
}

/* woocommerce titles */
/* shop */
.shop-product-title h2::after,
/*single product*/
.woocommerce div.product .product_title::after {
	display: none;
}



/* -------------------------------------------------------------------------- */

/*	5. Menu Desktop et Mobile
/* -------------------------------------------------------------------------- */




/* Menu Mobile ---------------------------- */

html.open,
body.open {
	position: relative;
	overflow: hidden;
}


.site-cache {
	background: rgba(30, 30, 28, .8);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	left: 0;
	opacity: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: opacity 100ms linear, -webkit-transform 0ms linear 100ms;
	transition: opacity 100ms linear, -webkit-transform 0ms linear 100ms;
	-o-transition: opacity 100ms linear, -o-transform 0ms linear 100ms;
	-moz-transition: opacity 100ms linear, transform 0ms linear 100ms, -moz-transform 0ms linear 100ms;
	transition: opacity 100ms linear, transform 0ms linear 100ms;
	transition: opacity 100ms linear, transform 0ms linear 100ms, -webkit-transform 0ms linear 100ms, -moz-transform 0ms linear 100ms, -o-transform 0ms linear 100ms;
	z-index: 1030;
	margin: 0;
}

.site-cache.open {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: opacity 100ms linear;
	-o-transition: opacity 100ms linear;
	-moz-transition: opacity 100ms linear;
	transition: opacity 100ms linear;
	cursor: pointer;
}

/* .current-menu-ancestor a,
.current-menu-parent a,
.current-menu-item a {
color: #FFEE28;
border-color: #FFEE28;
} */

.current-menu-item a::before {
	color: #FFEE28;
}

.mPS2id-highlight {
	background: #354173 !important;
	color: #f1e332 !important;
}

/*.wrap-menu-mobile .current-menu-ancestor > a,
.current-menu-ancestor a, .current-menu-parent a,
.wrap-menu-mobile .menu-item.active > a{
color: #FFEE28;
}
*/

.container-sub-menu {
	padding-left: 20px;
	margin-top: 20px;
}

/*
.current-menu-ancestor.current-menu-parent {
margin-left: 20px;
}
*/
/*.current-menu-ancestor.current-menu-parent .current-menu-item{
margin-left: 20px;
}
*/

.wrap-menu-mobile {
	display: block;
	position: fixed;
	z-index: 99999;
	overflow-y: auto;
	top: 0;
	left: 0;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	background: #374173;
	height: 100%;
	padding: 60px 20px 20px 20px;
	width: 100%;
	max-width: 50rem;
	/* animation */
	-webkit-transition: -webkit-transform 150ms cubic-bezier(.2, 0, 1, .9);
	transition: -webkit-transform 150ms cubic-bezier(.2, 0, 1, .9);
	-o-transition: -o-transform 150ms cubic-bezier(.2, 0, 1, .9);
	-moz-transition: transform 150ms cubic-bezier(.2, 0, 1, .9), -moz-transform 150ms cubic-bezier(.2, 0, 1, .9);
	transition: transform 150ms cubic-bezier(.2, 0, 1, .9);
	transition: transform 150ms cubic-bezier(.2, 0, 1, .9), -webkit-transform 150ms cubic-bezier(.2, 0, 1, .9), -moz-transform 150ms cubic-bezier(.2, 0, 1, .9), -o-transform 150ms cubic-bezier(.2, 0, 1, .9);
}

.wrap-menu-mobile.open {
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-o-transform: translateX(0%);
	transform: translateX(0%);

}

.wrap-menu-mobile .container-sub-menu {
	display: none;
}

.wrap-menu-mobile .container-sub-menu.shadow {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important
}

.wrap-menu-mobile .header-top-right>ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;

}

.wrap-menu-mobile .header-top-right>ul li {
	margin-top: 15px;
	margin-right: 15px;

}

.wrap-menu-mobile .header-top-right>ul li a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	align-items: center;
}




/* End Menu Mobile ---------------------------- */


/* Menu Desktop ---------------------------- */





/* End Menu Desktop ---------------------------- */




/*  Media queries Menu Mobile + Desktop  ---------------------------- */


@media (min-width: 1200px) {}

/*  End Media queries Menu  ---------------------------- */








/* -------------------------------------------------------------------------- */

/*	7. 	Page Templates
/* -------------------------------------------------------------------------- */


/* a.    Template: Page default ---------------------------- */


.wrapper-default-page-content {
	display: grid;
	grid-template-columns: 400px 1fr;
	grid-column-gap: 30px;
	grid-template-areas:
		"sidebar page-content";
	/* background: #ececec; */
	;
	padding: 0rem 0 0 0;
}

.wrapper-default-page-content.no-sidebar {
	display: grid;
	grid-template-columns: 1fr;
	grid-column-gap: 30px;
	grid-template-areas: "page-content";
	padding: 0rem 0 0 0;
}


div#page-default-content {
	grid-area: page-content;
}

#left-menu-sidebar {
	position: relative;
	grid-area: sidebar;
}

.left-menu-sidebar-container {
	margin-right: 3rem;
	/* padding: 5rem 3rem; */
	/* width: 52rem; */
	background-color: #b6171f;
	color: #FFF;
	align-self: flex-start;
	position: sticky;
	top: 22rem;

}


.wrapper-default-page-content a {
	text-decoration: none;
	display: inline-block;
	align-items: center;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* Ajoute un icone lien extern par defaut à tous les liens  */
.wrapper-default-page-content a::before {
	margin-right: 5px !important;
	font-family: 'FontAwesome' !important;
}

/* Liens local Ajoute un chevron ">" par defaut*/
.wrapper-default-page-content a.local-link::before {
	content: '\f054' !important;

}

/* Lien Documents PDF */
.wrapper-default-page-content a[href$=".pdf"].local-link::before {
	font-family: "Font Awesome 5 Free" !important;
	content: "\f15b" !important;
	font-weight: 900 !important;
	margin-right: 0.7rem !important;

}

/* Liens téléphone */
.wrapper-default-page-content a.image-link::before,
.wrapper-default-page-content a.tel-link::before,
.wrapper-default-page-content a.fax-link::before {
	content: '' !important;
	margin: 0 !important;
}

/* Liens mail */
.wrapper-default-page-content a.mail-link::before {
	content: '' !important;
	margin: 0 !important;
}

/* Ajoute un icone lien extern par defaut à tous les liens  */
.wrapper-default-page-content a::before {
	content: '\f08e';

}


/*
.wrapper-default-page-content a::before {
font-family: "Font Awesome 5 Free";
content: "\f054";
font-weight: 900;
margin-right: 1.5rem;
}
*/




.admin-bar .left-menu-sidebar-container {
	/* top: 212px; */

}


@media (max-width: 1199px) {
	.wrapper-default-page-content {
		grid-template-columns: 1fr;
		grid-template-areas:
			"sidebar"
			"page-content"

	}

	.left-menu-sidebar-container {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 10;
		width: 100%;

	}

}

/* -------------------------------------------------------------------------- */

/*	8. Article: Actualités
/* -------------------------------------------------------------------------- */






/* -------------------------------------------------------------------------- */

/*	9. Article: Evénements
/* -------------------------------------------------------------------------- */





/* Archive Header ---------------------------- */




/* Posts ------------------------------------- */




/* Search Results ---------------------------- */




/* -------------------------------------------------------------------------- */

/*	9. Post: Single
/* -------------------------------------------------------------------------- */


/* Post Header ------------------------------- */


/* Featured Media ---------------------------- */




/* Post Footer ------------------------------- */

/* POST NAV LINKS */



/* POST META BOTTOM */



/* Author Bio -------------------------------- */




/* Single Pagination ------------------------- */




/* -------------------------------------------------------------------------- */

/*	10. Blocks
/* -------------------------------------------------------------------------- */


/* Block Colors ------------------------------ */

.has-text-color a {
	color: inherit;
}

/* CUSTOM COLORS */

:root .has-color-1-color {
	color: #1B2139;
}

:root .has-color-1-background-color {
	background-color: #1B2139;
	color: #ffffff;
}

:root .has-color-2-color {
	color: #364172;
}

:root .has-color-2-background-color {
	background-color: #364172;
	color: #ffffff;
}

:root .has-color-3-color {
	color: #FFEE28;
}

:root .has-color-3-background-color {
	background-color: #FFEE28;
	color: #364172;
}

:root .has-color-4-color {
	color: #666666;
}

:root .has-color-4-background-color {
	background-color: #666666;


}

:root .has-color-5-color {
	color: #F2F2F2;
}

:root .has-color-5-background-color {
	background-color: #F2F2F2;
	color: #666666;
}




/* Block Typography Classes ------------------ */




/* Block Font Families ----------------------- */



/* Block Font Sizes -------------------------- */


/* Block: Base Margins ----------------------- */

*[class*="_inner-container"]>*:first-child {
	/*margin-top: 0;*/
}

*[class*="_inner-container"]>*:last-child {
	/*	margin-bottom: 0;*/
}

.wp-block-archives:not(.alignwide):not(.alignfull),
.wp-block-categories:not(.alignwide):not(.alignfull),
.wp-block-code,
.wp-block-columns:not(.alignwide):not(.alignfull),
.wp-block-cover:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-embed:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-gallery:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-group:not(.has-background):not(.alignwide):not(.alignfull),
.wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-latest-comments:not(.aligncenter):not(.alignleft):not(.alignright),
.wp-block-latest-posts:not(.aligncenter):not(.alignleft):not(.alignright),
/* .wp-block-media-text:not(.alignwide):not(.alignfull), */
.wp-block-preformatted,
.wp-block-pullquote:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright),
.wp-block-quote,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-verse,
.wp-block-video:not(.alignwide):not(.alignfull) {
	margin-bottom: 3rem;
	margin-top: 3rem;
}


/* Block: Shared Nesting Alignment Resets ---- */

[class*="__inner-container"] .wp-block-group:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright),
[class*="__inner-container"] .wp-block-cover:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright) {
	margin-left: auto;
	margin-right: auto;
	max-width: 58rem;
}


/* Block: Shared Widget Styles --------------- */



/* Block: Shared Media Styles ---------------- */



/* Block: Audio ------------------------------ */

.wp-block-audio audio {
	width: 100%;
}

/* Block: Button ----------------------------- */



/* Block: Columns ---------------------------- */

.wp-block-columns.alignfull,
.alignfull:not(.has-background) .wp-block-columns {
	padding-left: 2rem;
	padding-right: 2rem;
}

.wp-block-column {}

.wp-block-column>*:first-child {
	margin-top: 0;
}

.wp-block-column>*:last-child {
	margin-bottom: 0;
}

/* Block: Cover ------------------------------ */

.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
	width: -webkit-calc(100% - 4rem);
	width: -moz-calc(100% - 4rem);
	width: calc(100% - 4rem);
	padding: 2rem 0;
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover h2 {
	max-width: 100%;
	padding: 0;
}



/* Block: Embed ------------------------------ */

/* Block: File ------------------------------- */




/* Block: Gallery ---------------------------- */



/* Block: Group ------------------------------ */



/* Block: Image ------------------------------ */

/* Block: Media And Text --------------------- */



/* Block: Pullquote -------------------------- */

/* STYLE: DEFAULT */



/* Block: Separator  ------------------------- */

hr.wp-block-separator {
	margin: 1rem auto;
	height: 2px !important;
}

/* STYLE: WIDE */

.wp-block-separator.is-style-wide {
	max-width: -webkit-calc(100vw - 4rem);
	max-width: -moz-calc(100vw - 4rem);
	max-width: calc(100vw - 4rem);
	position: relative;
	width: 100%;
}

/* STYLE: DOTS */

.wp-block-separator.is-style-dots::before {
	background: none;
	color: inherit;
	font-size: 3.2rem;
	font-weight: 700;
	height: auto;
	letter-spacing: 1em;
	padding-left: 1em;
	position: static;
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	transform: none;
	width: auto;
}

.wp-block-separator.is-style-dots::after {
	content: none;
}


/* Block: Search ----------------------------- */



/* Block: Table ------------------------------ */



/* Block: Quote ------------------------------ */




/* Block: banniere------------------------------ */



/* STYLE: LARGE */



/* Block: Widget Latest Comments ------------- */



/* Block: Widget Latest Posts ---------------- */




/* -------------------------------------------------------------------------- */

/*	11. Entry Content
/* -------------------------------------------------------------------------- */


/* Font Families ----------------------------- */


/* Alignment Classes ------------------------- */

.entry-content>*:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
	max-width: 60rem;
	width: -webkit-calc(100% - 4rem);
	width: -moz-calc(100% - 4rem);
	width: calc(100% - 4rem);
}

[class*="__inner-container"]>*:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
	/* max-width: 70rem; */
	width: 100%;
}

.aligncenter,
.alignleft,
.alignright,
.alignwide {
	margin-right: auto;
	margin-left: auto;
}

[class*="__inner-container"]>*:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright) {
	/*margin-left: auto;
margin-right: auto;*/
}

/* Full */

.alignfull {

	margin-right: auto;
	margin-left: auto;
	max-width: 100vw;
	position: relative;
	width: 100%;
}

[class*="__inner-container"]>.alignfull {
	max-width: 100%;
}

/* Wide */

.alignwide {
	max-width: 136.4rem;
	position: relative;
	width: -webkit-calc(100% - 4rem);
	width: -moz-calc(100% - 4rem);
	width: calc(100% - 4rem);
}

[class*="__inner-container"]>.alignwide {
	width: 100%;
}

/* Center */

.aligncenter,
.aligncenter img {
	margin-left: auto;
	margin-right: auto;
}

/* Left and right */

.alignleft,
.alignright {
	max-width: 50%;
}

.alignleft {

	/*rtl:ignore*/
	float: left;
	margin: 0.3rem 2rem 2rem 2rem;
}

.alignright {

	/*rtl:ignore*/
	float: right;
	margin: 0.3rem 2rem 2rem 2rem;
}

[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"]>.alignleft,
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"]>p .alignleft,
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"]>.wp-block-image .alignleft {

	/*rtl:ignore*/
	margin-left: 2rem;
}

[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"]>.alignright,
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"]>p .alignright,
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"]>.wp-block-image .alignright {

	/*rtl:ignore*/
	margin-right: 2rem;
}

/* Entry Media ------------------------------- */

.alignfull>figcaption,
.alignfull>.wp-caption-text {
	margin-left: auto;
	margin-right: auto;
	max-width: 58rem;
	width: -webkit-calc(100% - 4rem);
	width: -moz-calc(100% - 4rem);
	width: calc(100% - 4rem);
}


/* -------------------------------------------------------------------------- */

/*	12. Comments
/* -------------------------------------------------------------------------- */


/* Comment Headers ----------------------------- */




/* Comment Item ----------------------------- */

/* COMMENT HEADER */



/* Pingbacks & Trackbacks ------------------------- */




/* Comments Pagination ---------------------------- */




/* Comment Respond ---------------------------- */




/* Reply Respond ---------------------------- */




/* -------------------------------------------------------------------------- */

/*	13. Site Pagination
/* -------------------------------------------------------------------------- */




/* -------------------------------------------------------------------------- */

/*	14. Error 404
/* -------------------------------------------------------------------------- */





/* -------------------------------------------------------------------------- */

/*	15.	Widgets
/* -------------------------------------------------------------------------- */


/* Widget Base ------------------------------- */


/* Font Families ----------------------------- */



/* Base List Widget -------------------------- */


/* Widget: Calendar -------------------------- */



/* Widget: Image ----------------------------- */

/* Widget: Gallery --------------------------- */



/* Widget: Nav Menu -------------------------- */



/* Widget: Recent Comments ------------------- */



/* Widget: Recent Entries -------------------- */



/* Widget: RSS ------------------------------- */



/* Widget: Search ---------------------------- */



/* Widget: Tag Cloud ------------------------- */


/* Widget: Text ------------------------------ */


/* -------------------------------------------------------------------------- */

/*	16. Site Footer
/* -------------------------------------------------------------------------- */



/* Footer Top -------------------------------- */



/* FOOTER MENU */



/* FOOTER SOCIAL */



/* Footer Widgets ---------------------------- */



/* Footer Bottom ----------------------------- */







/* General */

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}

/* -------------------------------------------------------------------------- */

/*	17.b. Plugin swatches colors
/* -------------------------------------------------------------------------- */
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
	margin: 4px 8px 4px 1px !important;
}


/* -------------------------------------------------------------------------- */

/*	18. Media Queries
/* -------------------------------------------------------------------------- */

@media (max-width: 479px) {

	/* Blocks -------------------------------- */

	.wp-block-pullquote.alignleft,
	.wp-block-pullquote.alignright {
		float: none;
	}

	/* Entry Content ------------------------- */

	/* LISTS */

	ul,
	ol {}

	li {}

	/* Post Footer --------------------------- */

	/* POST NAV LINKS */

	.post-nav-links {}
}

@media (min-width: 480px) {

	/* Blocks -------------------------------- */

	/* BLOCK: BASE ALIGNMENT WIDTH */

	.wp-block-pullquote.alignleft,
	.wp-block-pullquote.alignright,
	.wp-block-cover-image.alignleft,
	.wp-block-cover-image.alignright,
	.wp-block-cover.alignleft,
	.wp-block-cover.alignright,
	.wp-block-embed.alignleft,
	.wp-block-embed.alignright,
	.wp-block-gallery.alignleft,
	.wp-block-gallery.alignright {
		max-width: 26rem;
	}

	/* BLOCK: TABLE WIDTH */
	.wp-block-table.alignleft,
	.wp-block-table.alignright {
		max-width: 100%;
	}

	/* Entry Content ------------------------- */

	/* ALIGNMENT CLASSES */

	.alignleft,
	.alignright {
		max-width: 26rem;
	}

	/* Post Footer --------------------------- */

	/* POST NAV LINKS */

	.post-nav-links {}



}

@media (max-width: 599px) {

	/* Blocks -------------------------------- */

	/* BLOCK: COLUMNS */

	/* While columns are stacked */
	.wp-block-column:last-child {
		margin-bottom: 0;
	}

	.wp-block-columns+.wp-block-columns {
		margin-top: 0.2rem;
	}

	.wp-block-columns.alignwide+.wp-block-columns.alignwide {
		margin-top: -0.8rem;
	}

	.wp-block-columns.alignfull+.wp-block-columns.alignfull {
		margin-top: -1.8rem;
	}

	/* Template -------------------------------- */

	/* TEMPLATE: COVER */



	/* Post Footer --------------------------- */

	/* POST NAV LINKS */

	.post-nav-links {}
}

@media (min-width: 600px) {

	/* Blocks -------------------------------- */

	/* BLOCK: COLUMNS */

	.wp-block-columns.alignwide+.wp-block-columns.alignwide,
	.wp-block-columns.alignfull+.wp-block-columns.alignfull {}

	/* Post Footer --------------------------- */

	/* POST NAV LINKS */

	.post-nav-links {}
}

@media (min-width: 660px) {

	/* Blocks -------------------------------- */

	/* BLOCK: GALLERY */

	figure.wp-block-gallery.alignleft {

		/*rtl:ignore*/
		margin-left: -webkit-calc((100vw - 58rem - 8rem) / -2);
		margin-left: -moz-calc((100vw - 58rem - 8rem) / -2);
		margin-left: calc((100vw - 58rem - 8rem) / -2);
	}

	figure.wp-block-gallery.alignright {

		/*rtl:ignore*/
		margin-right: -webkit-calc((100vw - 58rem - 8rem) / -2);
		margin-right: -moz-calc((100vw - 58rem - 8rem) / -2);
		margin-right: calc((100vw - 58rem - 8rem) / -2);
	}

	/* Entry Content ------------------------- */

	/* ALIGNMENT CLASSES */



	/* Post Footer --------------------------- */

	/* POST NAV LINKS */


}

@media (min-width: 700px) {

	/* Element Base ------------------------- */

	ul,
	ol {}

	pre {
		padding: 3rem;
	}

	hr {
		margin: 8rem auto;
	}

	table {
		font-size: 1.8rem;
	}

	/* VANILLA GALLERIES */

	.gallery-columns-2 .gallery-item {
		max-width: 50%;
	}

	.gallery-columns-3 .gallery-item {
		max-width: 33.33%;
	}

	.gallery-columns-4 .gallery-item {
		max-width: 25%;
	}

	.gallery-columns-5 .gallery-item {
		max-width: 20%;
	}

	.gallery-columns-6 .gallery-item {
		max-width: 16.66%;
	}

	.gallery-columns-7 .gallery-item {
		max-width: 14.28%;
	}

	.gallery-columns-8 .gallery-item {
		max-width: 12.5%;
	}

	.gallery-columns-9 .gallery-item {
		max-width: 11.11%;
	}

	/* INPUTS */

	fieldset {
		padding: 3rem;
	}

	legend {
		padding: 0 1.5rem;
	}

	button,
	.button,
	.faux-button,
	.wp-block-button__link,
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		font-size: 1.7rem;
	}

	/* MEDIA */




	/* Helper Classes ------------------------- */



	/* Template: Page d'accueil-------------- */










	/* Post: Archive ------------------------- */



	/* SEARCH RESULTS */



	/* Post: Single -------------------------- */

	/* POST HEADER */


	/* POST FOOTER */



	/* AUTHOR BIO */


	/* SINGLE PAGINATION */



	/* Entry Content ------------------------- */


	/* Comments ------------------------------ */



	/* PINGBACKS & TRACKBACKS */



	/* COMMENT RESPOND */



	/* Site Pagination ----------------------- */



	/* Error 404 ----------------------------- */



	/* Widgets ------------------------------- */



	/* Site Footer --------------------------- */



	/* FOOTER TOP */


	/* FOOTER WIDGETS */


	/* FOOTER BOTTOM */
}

@media (min-width: 782px) {

	/* Buttons ------------------------------ */

	/* icon arrow -> */

	/* Woocommer button tablette desktop*/
	.woocommerce #respond input#submit.alt::before,
	.woocommerce a.button.alt::before,
	.woocommerce button.button.alt::before,
	.woocommerce input.button.alt::before,
	.woocommerce ul.products li.product .button::before,
	.woocommerce header.woocommerce-Address-title.title a.edit::before,
	.section-woocommerce-show-products .products .product a.button::before,

	/* Theme button tablette desktop*/
	.wp-block-button__link::before,
	.woocommerce #respond input#submit.alt::before,
	.btn-cta-red a::before,
	.btn-cta-white::before,
	.btn-cta-blue a::before {
		margin-right: 0px;
		opacity: 0;
		width: 0px;

	}



	/* Blocks -------------------------------- */

	/* BLOCK: COLUMNS */

	.wp-block-column {
		margin-bottom: 0;
	}

	.wp-block-columns.alignwide+.wp-block-columns.alignwide,
	.wp-block-columns.alignfull+.wp-block-columns.alignfull {}
}

@media (min-width: 1000px) {
	.cpt-items{
		max-width: 1000px;
	}

	/* FEATURED MEDIA */


	/* Template: Full Width ------------------ */



	/* Post: Archive ------------------------- */

	/* Post: Single -------------------------- */



	/* Blocks -------------------------------- */

	/* BLOCK: COLUMNS */

	.wp-block-columns.alignwide+.wp-block-columns.alignwide,
	.wp-block-columns.alignfull+.wp-block-columns.alignfull {}

	/* BLOCK: GALLERY */

	figure.wp-block-gallery.alignwide,
	figure.wp-block-gallery.alignfull {}

	/* BLOCK: GROUP */

	.entry-content>.wp-block-group.alignwide.has-background,
	.entry-content>.wp-block-group.alignfull.has-background {}

	/* BLOCK: IMAGE */

	.wp-block-image .alignleft {

		/*rtl:ignore*/

	}

	.wp-block-image .alignright {

		/*rtl:ignore*/

	}

	.wp-block-image .aligncenter figcaption {}

	/* BLOCK: SEPARATOR */



	/* Entry Content ------------------------- */

	/* ALIGNMENT CLASSES */


	/* ENTRY MEDIA */


	/* Comments ------------------------------ */



	/* Site Pagination ----------------------- */


	/* Site Footer --------------------------- */

	/* FOOTER TOP */


}


@media (min-width: 1220px) {


	/* Element Base -------------------------- */

	/* TITLES */


	/* Helper Classes ------------------------ */

	/* Site Header --------------------------- */

	/* PRIMARY MENU */


	/* Menu Modal ---------------------------- */

	/* Search Modal -------------------------- */

	/* Sub Page ------------------------------ */

	/* Template: Cover Template -------------- */



	/* Post: Archive ------------------------- */

	/* Post: Single -------------------------- */



	/* Blocks -------------------------------- */

	/* BLOCK: COLUMNS */



	/* BLOCK: GALLERY */



	/* BLOCK: GROUP */


	/* BLOCK: PULLQUOTE */



	/* Entry Content ------------------------- */

	/* ALIGNMENT CLASSES */


	/* Comments ------------------------------ */


	/* Site Pagination ----------------------- */

	/* Widgets ------------------------------- */


	/* Site Footer --------------------------- */


	/* FOOTER WIDGETS */



}

@media (min-width: 1240px) {


	/* Blocks -------------------------------- */


}

@media (min-width: 1280px) {

	/* Blocks -------------------------------- */

	/* BLOCK: GALLERY */


	/* BLOCK: SEPARATOR */



	/* Entry Content ------------------------- */

	/* ALIGNMENT CLASSES */



	/* Template: Full Width ------------------ */


}

@media (min-width: 1330px) {}



/* -------------------------------------------------------------------------- */

/*	19. Entreprises
/* -------------------------------------------------------------------------- */

.wrapper-entreprises {
	display: flex;
	background-color: #f0f0f0;
	margin-bottom: 40px;
}

.coordonnees {
	width: 40%;
	padding-left: 10px;
	padding-top: 10px;
}

.wrapper-coordonnees {
	width: 60%;
	padding-left: 30px;
	padding-top: 10px;
}


@media (max-width: 500px) {
	.wrapper-entreprises {
		display: grid;
	}

	.coordonnees {
		width: 100%;
	}

	.wrapper-coordonnees {
		width: 100%;
		padding-left: 10px;
	}
}
.cpt-image{
	width: 100%;
	padding: 0 0 1rem 0;
	object-fit: cover;
	aspect-ratio: 4 / 4;
	max-width: 500px;
	margin-inline:auto;
	

}
.cpt-content-excerpt{
	display: grid;
	flex-direction: column;
	align-items: center;
	width: 100%;
}
.cpt-extrait{
	min-height: 80px;
}
.cpt-date{
	position: inherit;
	margin-bottom: .2rem!important;
	align-self: end;
	margin-left: .7rem;
	color: rgb(145, 141, 131);
	mix-blend-mode: darken;
}
.categoriesactualites-travaux hr{
	margin: .2rem 0rem 1.2rem 0rem;
	min-width: 22rem;
	width: 40%;
}
hr{
	margin: .2rem 0rem 1.2rem 0rem;
	min-width: 22rem;
	width: 100%;
}
.single-cpt .cpt-image{
	max-width: 100%;
	aspect-ratio: unset;
	max-height: 25vh;
}

.single-cpt .cpt-image.cpt-image-view {
	max-width: 100%;
	aspect-ratio: unset;
	max-height: none;
}

.single-cpt .cpt-date{
	position: unset;
	text-align: right;
	margin-bottom: -.9rem;
	margin-top: .9rem;
	margin-inline: 1.4rem;
	color: rgb(145, 141, 131);
	mix-blend-mode: darken;
}
.single-cpt .cpt-image img{
	aspect-ratio: 2 / 1!important;
	margin-inline:auto;
	height: auto;
	width: 100%;
	object-fit: cover;
	max-height: 25vh;
}

.single-cpt .cpt-image.cpt-image-view img{
	aspect-ratio: 2 / 1!important;
	margin-inline:auto;
	height: auto;
	width: 100%;
	object-fit: unset;
	max-height: none;
}


#archive .cpt-item .cpt{
	display: flex;
}
#archive .cpt-item .cpt img{
	max-width: 20%;
	min-width: 200px;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}
#archive .cpt-content-excerpt{
	position: unset!important;
	margin-left: .7rem;
}
.cpt-items{
	width: 100%;
	margin-inline: auto;
}
@media all and (max-width:1338px){
	.content-search{
		padding:0!important;
		width:calc(3 * 300px + 2 * 2.3rem );
	}
}
@media all and (max-width:990px){
	.content-search{
		padding:0!important;
		width:calc(2 * 300px + 1 * 2.3rem );
	}
}
@media all and (max-width:660px){
	.content-search{
		padding:0!important;
		width:300px;
	}
}
.content-search{
		display:grid;
		flex-wrap:wrap;
		grid-template-columns: repeat(auto-fit,300px);
		margin-inline:auto;
		gap:2.3rem;
		box-shadow:none!important;
		max-width:1300px;
	}
.content-search li{
	display:flex;
	flex-direction:column-reverse;
	align-items:center;
	margin-bottom:.7rem;
	padding:1.4rem;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	border-radius:.7rem;
	/* aspect-ratio: 3 / 5; */
	justify-content:space-between;
}
.content-search li a{
	margin-top: -1.7rem;
	/* max-height:150px; */
	height: auto;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:pre-line;
	
}

.content-search span.dashicons{
    font-size: 8rem;
    width: 100%;
    height: auto;
    display: block;
}

.publishing-date{
	width:100%;
}
.publishing-date p{
	margin-bottom:.2rem;
	color:rgb(145, 141, 131);
	padding-inline:.7rem;
}
div#section-gallery-block .video_link{
	display: none!important;
}
.video_header, .video_header video{
	display: block;
	width: 100%;
	max-height: 500px;
	margin-inline: auto;
	object-fit: cover;

	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.video_header_complete, .video_header_complete video{
	display: block;
	width: 100%;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
/* .video_header_content{
	display: block;
	max-width: calc(136.4rem - 4rem);
	margin-inline: auto;
	object-fit: cover;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
} */
.video_header_content video{
	width: 100%;
	object-fit: cover;
	display: block;




}