/* NORMALIZE */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */

}

/* Sections
	   ========================================================================== */

/**
	 * Remove the margin in all browsers.
	 */

body {
	margin: 0;

}

/**
	 * Render the `main` element consistently in IE.
	 */

main {
	display: block;
}

/**
	 * Correct the font size and margin on `h1` elements within `section` and
	 * `article` contexts in Chrome, Firefox, and Safari.
	 */

h1,
h2,
h3 {
	font-family: 'Barlow Condensed', sans-serif;
}

h1 {
	font-size: 2em;
	margin: 0 0 0.67em;
	/*color: #C1D109;*/
	color:#377a58;
	font-weight: 400;
}

.mainsite h1,
.mainsite h2 {
	color: #fff;
}
.mainsite h2{ font-weight: 400;}
.tag-intro-liens header H1{ color:#fff; margin:20px 0 20px; font-weight: lighter;}

h2 {
	/*color: #C1D109;*/
	color:#377a58;
	justify-content: center;
	font-weight:400;
}

p {
	color: #1D1A18;
	line-height: 1.4em;
}

/* Grouping content
	   ========================================================================== */

/**
	 * 1. Add the correct box sizing in Firefox.
	 * 2. Show the overflow in Edge and IE.
	 */

hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/**
	 * 1. Correct the inheritance and scaling of font size in all browsers.
	 * 2. Correct the odd `em` font sizing in all browsers.
	 */

pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/* Text-level semantics
	   ========================================================================== */

/**
	 * Remove the gray background on active links in IE 10.
	 */

a {
	background-color: transparent;
	color: #007cba;
	text-decoration: none;
}

.mainsite a {
	color: #007cba;
}

/**
	 * 1. Remove the bottom border in Chrome 57-
	 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
	 */

abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}

/**
	 * Add the correct font weight in Chrome, Edge, and Safari.
	 */

b,
strong {
	font-weight: bolder;
}

/**
	 * 1. Correct the inheritance and scaling of font size in all browsers.
	 * 2. Correct the odd `em` font sizing in all browsers.
	 */

code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/**
	 * Add the correct font size in all browsers.
	 */

small {
	font-size: 80%;
}

/**
	 * Prevent `sub` and `sup` elements from affecting the line height in
	 * all browsers.
	 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	   ========================================================================== */

/**
	 * Remove the border on images inside links in IE 10.
	 */

img {
	border-style: none;
}

/* Forms
	   ========================================================================== */

/**
	 * 1. Change the font styles in all browsers.
	 * 2. Remove the margin in Firefox and Safari.
	 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}

/**
	 * Show the overflow in IE.
	 * 1. Show the overflow in Edge.
	 */

button,
input {
	/* 1 */
	overflow: visible;
}

/**
	 * Remove the inheritance of text transform in Edge, Firefox, and IE.
	 * 1. Remove the inheritance of text transform in Firefox.
	 */

button,
select {
	/* 1 */
	text-transform: none;
}

/**
	 * Correct the inability to style clickable types in iOS and Safari.
	 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
	 * Remove the inner border and padding in Firefox.
	 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
	 * Restore the focus styles unset by the previous rule.
	 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
	 * Correct the padding in Firefox.
	 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
	 * 1. Correct the text wrapping in Edge and IE.
	 * 2. Correct the color inheritance from `fieldset` elements in IE.
	 * 3. Remove the padding so developers are not caught out when they zero out
	 *    `fieldset` elements in all browsers.
	 */

legend {
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
	 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
	 */

progress {
	vertical-align: baseline;
}

/**
	 * Remove the default vertical scrollbar in IE 10+.
	 */

textarea {
	overflow: auto;
}

/**
	 * 1. Add the correct box sizing in IE 10.
	 * 2. Remove the padding in IE 10.
	 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
	 * Correct the cursor style of increment and decrement buttons in Chrome.
	 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
	 * 1. Correct the odd appearance in Chrome and Safari.
	 * 2. Correct the outline style in Safari.
	 */

[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/**
	 * Remove the inner padding in Chrome and Safari on macOS.
	 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
	 * 1. Correct the inability to style clickable types in iOS and Safari.
	 * 2. Change font properties to `inherit` in Safari.
	 */

::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/* Interactive
	   ========================================================================== */

/*
	 * Add the correct display in Edge, IE 10+, and Firefox.
	 */

details {
	display: block;
}

/*
	 * Add the correct display in all browsers.
	 */

summary {
	display: list-item;
}

/* Misc
	   ========================================================================== */

/**
	 * Add the correct display in IE 10+.
	 */

template {
	display: none;
}

/**
	 * Add the correct display in IE 10.
	 */

[hidden] {
	display: none;
}


/*GENERATED CLASSES  */
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	/* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	/* Many screen reader and browser 
	   combinations announce broken words 
	   as they would appear visually. 
	*/
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	left: 5px;
	line-height: normal;
	text-decoration: none;
	top: 5px;
	padding: 15px 23px 14px;
	width: auto;
	height: auto;
	box-sizing: border-box;
	z-index: 100000;
	/* Above WP toolbar. */
}


/*:root {
	--max-screen-width: 1400px;
  }*/




/* CUSTOM */
body {
	font-family: 'Barlow', sans-serif;
}


/* block structure */



#header,
#container,
#footer {
	/*width: 100%;*/
	margin: auto;
}

#header {
	//-webkit-box-shadow: 2px 2px 4px 0 rgba(194, 192, 194, 1);
	//-moz-box-shadow: 2px 2px 4px 0 rgba(194, 192, 194, 1);
	//box-shadow: 2px 2px 4px 0 rgba(194, 192, 194, 1);
}

#container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	/*margin: 10px 5px;*/
	//background-color:#F0F0F0;
}

.home #container,
.blog #container
{ background-color: #fff;}

#content {
	width: 100%;
	box-sizing: border-box;
	/*margin: 10px;*/
}

.home #content {
	margin: 0;
}

.page-template-actualites footer.footer-article {
	display: none;
}

.page-template-default #content,
.page-template #content,
.post-template-default #content,
.ta_formation-template-default #content {
	padding: 10px;
}

@media (min-width:940px) {

	.page-template-default #content,
	.page-template #content,
	.post-template-default #content,
	.ta_formation-template-default #content {
		padding: 0px;
	}
}

.sidebar.home {
	display: flex;
	flex-wrap: wrap;
	flex-basis: 100%;
	/* max-width: 1160px;*/
	/*margin: 0 5px;*/
	justify-content: center;
}

.sidebar.home>div {
	flex-basis: 50%;
	justify-content: center;
}

.cadiminue {
	max-width: 1160px;
}

.ta-newswidget,
.networknewswidget,
.taformationswidget {
	background-color: #C1D109;
}

.mainsite .ta-newswidget,
.mainsite .networknewswidget,
.mainsite .taformationswidget {
	background-color: #238CCC;
}

.ta-newswidget h2,
.networknewswidget h2,
.taformationswidget h2{
	color: #fff;
}

.networkformationswidget {
	background-color: #f0f0f0;
}

div.small.actualite>a.image {
	display: block;
	height: 190px;
	width: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 10px 10px 0px 0px;
}

@media (min-width:940px) {
	div.small.actualite>a.image>img {
		position: absolute;
		/*top: -20%;*/
	}
}


.sidebar.home>div>h2 {
	margin: 30px 0 40px 5px;
	flex-basis: 100%;
	font-size: 2em;
}

.sidebar.home>div {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	flex-basis: 100%;
	padding: 5px;
}

.list-small.list-actualites,
.ta-newswidget,
.taformationsswidget,
.networknewswidget,
.networkformationswidget {
	display: flex;
	flex-wrap: wrap;
}

.list-small .list-actualites,
.taformationsswidget,
.networkformationswidget {
	padding: 20px 0;
}

.list-actualites .small {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	flex-basis: 100%;
	margin: 5px;
}

.tag-intro-liens {
	flex-basis: 100%;
}

#sidebar-sidebar_1>div>div>header {
	flex-basis: 100%;
}

.linear-gradient .small,
.front-header .small {
	box-sizing: border-box;
	border: none;

}

@media (min-width :980px) {

	#sidebar-sidebar_1 .ta-newswidget .item,
	#sidebar-sidebar_1 .networknewswidget .item {
		flex-basis: 33.3%;
		border: solid 1px #000;
		box-sizing: border-box;
	}

	#sidebar-sidebar_1 .taformationswidget .item,
	#sidebar-sidebar_1 .networkformationswidget .item {
		flex-basis: 50%;
		border: solid 1px #000;
		box-sizing: border-box;
	}
}

@media (min-width :1280px) {

	#sidebar-sidebar_1 .ta-newswidget .item,
	#sidebar-sidebar_1 .networknewswidget .item {
		flex-basis: 50%;
		border: solid 1px #000;
		box-sizing: border-box;
	}

	#sidebar-sidebar_1 .taformationswidget .item,
	#sidebar-sidebar_1 .networkformationswidget .item {
		flex-basis: 33.3%;
		border: solid 1px #000;
		box-sizing: border-box;
	}

	#sidebar-sidebar_1>div,
	.linear-gradient {
		/*flex-basis: 100%;*/
		justify-content: center;
		padding: 40px 5% 125px 5%;
	}
}

@media (min-width :1880px) {

	#sidebar-sidebar_1>div,
	.linear-gradient {
		padding: 40px 15% 125px 15%;
	}


}

.front-header {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr 1fr;
	grid-template-areas:
		"entree1"
		"entree2";
	margin: 10px 5px;
	gap: 10px;
}

@media (min-width :920px) {
	.front-header {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1fr;
		grid-template-areas: "entree1 entree2";
		min-height: 680px;
		margin: 10px 5px;
		gap: 0;
	}
}


/* MAP */

.province-map {
	max-width: 800px;
	height: auto;
	width: 100%;
	display: block;
	margin: auto;
}



.province-map path,
.province-map circle {
	fill: #f0f0f0;
	fill-opacity: 1;
	fill-rule: evenodd;
	stroke: #f0f0f0;
	stroke-width: 1;
	stroke-linecap: butt;
	stroke-linejoin: miter;
	stroke-miterlimit: 4;
	stroke-dasharray: none;
	stroke-opacity: 1;
}


image {
	display: none;
}

.enabled image {
	display: initial;
}

.map-container, .widget_map_widget {
	position: relative;
	max-width: 100%;
	margin: 0 10px;
	/*background-color: #E9F3E4;*/
}

.map-container #map-slogan,
.widget_map_widget #map-slogan{
	position: absolute;
	padding: 4px 30px;
	background-color: #4693C2;
	bottom: 68%;
	color: #4693C2;
	font-size: 1.4em;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 600;
	border-radius: 10px;
	border:2px solid;
	left:10%;
}

@media (max-width: 920px) {
	.map-container #map-slogan,
	.widget_map_widget #map-slogan {
		position: revert;
		font-size: 1em;
	}
}

@media (min-width :920px) {
	.map-container #map-slogan,
	.widget_map_widget #map-slogan
	{
		left: 15%;
	}
}

.province-map path[data-site-id]:hover,
.province-map g[data-site-id]:hover path,
.province-map circle[data-site-id]:hover {
	cursor: pointer;
}

.linear-gradient {
	/*background: url(assets/Affiches-TA-green_04.png) no-repeat bottom center, linear-gradient(to bottom, #CDF0F6, #E9F3E3);*/
	padding-bottom: 50px;
	background-size: 50%;
}

.linear-gradient {
	/*background: url(assets/Affiches-TA_03.png) no-repeat bottom center, linear-gradient(to bottom, #CDF0F6, #E9F3E3);*/
	padding-bottom: 50px;
	background-size: 50%;
	background-color: #238CC8;
}

/* Anim degeu */
@keyframes background-scroll {
	0% {
		background-position-x: 0%;
	}

	50% {
		background-position-x: 200%;
	}
}

.linear-gradient {
	color: white;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 10px;
}

.linear-gradient>h2 {
	text-align: center;
	flex-basis: 100%;
	color: #C1D109;
	padding: 20px;
}

.linear-gradient>h2 {
	color: #fff;
}

@media (min-width :920px) {
	.linear-gradient>div {
		flex-basis: 30%;


	}
}

@media (min-width :1480px) {
	.linear-gradient>div {
		/*flex-basis: calc(1140px / 3);*/
		/*flex-basis: calc(var(--max-screen-width) / 3);*/
		flex-grow: 0;
		flex-shrink: 1;
	}
}

.tag-bandeau p {
	color: #fff;
}

.page-template-default .tag-bandeau p {
	color: #000;
}

#primary-menu {
	display: flex;
	justify-content: space-between;

}

#primary-menu img {
	max-height: 60px;
	width: auto;
	margin: 10px 2px;
}

#primary-menu a.custom-logo-link img {
	margin: 10px 15px;
}

@media (min-width:960px) {
	#primary-menu img {
		max-height: 120px;
		width: auto;
	}
}

#top-menu {
	background-color: black;
	color: white;
	display: flex;
	justify-content: space-between;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 1.1em;
	font-weight: 600;
	padding: 10px;
	align-items: center!important;
	flex-wrap: wrap;
}

#top-menu-descr{
	padding-right:10px;
	font-weight:normal;
}

#top-menu a {
	text-decoration: none;
}

#primary-menu ul,
#top-menu ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: end;
	list-style: none;
	margin: 0;
	padding: 0;
}

#main-menu.opened{
    box-shadow: 0px 6px 3px -3px rgba(0, 0, 0, 0.12);
	margin-bottom: 10px;
}

#primary-menu ul {
line-height: 2rem;
}

#primary-menu li a {
font-weight: 400;
}

#top-menu ul {
	flex-wrap: wrap;
}

#primary-menu li{
	padding: 0 10px;
	margin: 0;
	flex-basis: 100%;
}

#top-menu li {
	margin: 0;
}


#top-menu a {
	color: white;
}

#main-menu>div {
	align-self: center;
	margin: 0;
}



#main-menu ul li a {
	font-family: 'Barlow Condensed', sans-serif;
	/*color: #C1D109;*/
    color:#377a58;
	text-decoration: none;
	font-size: 1.35em;
	font-weight: 400;
}

.mainsite #main-menu ul li a {
	color: #009DE0;
}

/*MENU*/
#main-menu {
	display: none;
}

#main-menu.opened {
	display: block;
	position: absolute;
	top: 0;
	background-color: white;
	padding: 20px;
	z-index: 1;
	width:100%;
	box-sizing:border-box;
}

#primary-menu {
	position: relative;
}

.menu-opener::after {
	/*content: '\2630';*/
	content: url(assets/hamburger.png);
}

a.toggle-btn {
	align-self: center;
	margin: 20px;
	cursor: pointer;
}

@media(min-width:960px) {

	#primary-menu li,
	#top-menu li {
		flex-basis: initial;
	}

	.menu-opener,
	.menu-close {
		display: none;
	}

	#main-menu {
		display: initial;
	}

	#main-menu ul li {
		text-align: center;
	}

	#main-menu.opened {
		display: block;
		position: initial;
		top: auto;
		background-color: initial;
	}

	#main-menu ul {
		padding: 30px 20px 0 0;
	}
}

#site-realisation {
	text-align: center;
	padding: 2px;
}

#footer {
	background-color:#009DE0;
	
}

#footer a,
#footer,
#footer p {
	color: white;
}

#site-realisation {
	font-size: 0.9em;
}

.footer__widget.networkblogswidget {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.footer__widget.networkblogswidget .item:first-child {
	flex-basis: 100%;
	text-align: center;

}

.small {
	padding: 20px;
	box-sizing: border-box;
	flex-basis: 100%;
	background-color: #fff;
	margin: 7.5px 5px;
	border-radius: 10px;
}

.linear-gradient .small {
	background-color: transparent;
}

.list-actualites .small {
	border: none;
	padding: 0;
}
.small.actualite{border-radius: 10px;}
.ta-newswidget .small,
.networknewswidget .small,
.taformationswidget .small{
	padding: 0;
	/*border: none;*/
	border-radius: 10px;
}

.actualite.small img {
	/*min-width: 280px;*/
	width: 100%;
	min-height: 100%;
	object-fit:cover;
}

.small-categories {
	font-size: 0.9em;
	font-weight: 600;
	margin: 10px 0;
}

.small-categories a {
	text-decoration: none;
	color: #000;
}

@media (min-width :720px) {
	.small {
		flex-basis: calc(50% - 10px);
		margin: 5px;
	}
}

@media (min-width:560px) {

	.list-small.list-actualites .small,
	.ta-newswidget .small,
	.networknewswidget .small,
	.taformationswidget .small {
		margin: 5px;
		flex-basis: calc(50% - 10px);
	}
}

@media (min-width:840px) {

	.list-small.list-actualites .small,
	.ta-newswidget .small,
	.networknewswidget .small,
	.taformationswidget .small {
		margin: 5px;
		flex-basis: calc(25% - 10px);
	}
}

@media (min-width:980px) {

	.list-small.list-actualites .small,
	.networknewswidget .small,
	.taformationswidget .small {
		margin: 5px;
		flex-basis: calc(25% - 10px);
	}
}


@media (min-width:1160px) {

	.list-small.list-actualites .small,
	.ta-newswidget .small,
	.networknewswidget .small,
	.taformationswidget .small {
		margin: 5px;
		flex-basis: calc(25% - 10px);
	}

	.linear-gradient,
	.map-container,
	.widget_map_widget,
	.sidebar.home>div,
	.front-header,
	#container,
	.sidebar.home,
	.front-header .small {
		margin: 0;
	}
}



.date {
	font-weight: 600;
	color: #C7CFD1;
	display: block;
	font-size: 0.85em;
	padding: 15px 0 0 0;
}

.title a {
	font-family: 'Barlow Condensed', sans-serif;
	color: #000;
	font-weight: 600;
	font-size: 1.3em;
	text-decoration: none;
}

.teles::before {
	content: url('assets/tele.png');
	padding: 0 6px 0 0;
}

.cat::before {
	content: url('assets/mots.png');
	padding: 0 6px 0 0;
}

.lieu::before {
	content: url('assets/lieu.png');
	padding: 0 6px 0 0;
}

.networkblogswidget .list-item a {
	text-decoration: none;
}

.networkblogswidget .list-item {
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px solid #fff;
	font-size: 1.2em;
	text-align: center;
}

@media (min-width :760px) {
	.networkblogswidget .list-item {
		display: flex;
	}
}

.networkblogswidget .list-item::before {
	content: '.';
}

.item {
	padding-top: 10px;
	padding-bottom: 10px;
}

.networkblogswidget .item:first-child {
	flex-basis: 100%;
	text-align: center;
	border-top: 0;
	border-bottom: 1px solid #fff;
	padding-top: 0;
	padding-bottom: 0;
}

.networkblogswidget .list-item:first-child::before {
	content: '';
}

.front-header .tag-intro-liens {
	justify-content: center;
	color: #fff;
	min-height: 280px;
	/*display: grid;
	grid-template-columns: 1fr 3fr;*/
	border-radius: 0;
}


.front-header .tag-intro-liens:first-child:hover {
	/*  cursor: pointer; */
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: cover;
}

.front-header .tag-intro-liens:last-child:hover {
	/*  cursor: pointer; */
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: cover;
}

.front-header .tag-intro-liens {
	position: relative;
}

.front-header .tag-intro-liens:hover::before {
	content: ' ';
	background-image: initial;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

/*.front-header .tag-intro-liens::before {
	content: ' ';*/
	/*background-image: linear-gradient(rgba(223, 28, 84, 0.1), rgba(223, 28, 84, 0.1));*/
	/*position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}*/


.front-header .group {
	background-color: initial;
	position: absolute;
	display: flex;
	width: 100%;
	height: 100%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	top: 0;
	left: 0;
	padding: 0;
}


.front-header .tag-intro-liens img {
	max-width: 300px;
	height: auto;
	margin: 20px;
	display: none;
}

.front-header .tag-intro-liens a {
	background-color: #C1DA09;
	color: #fff;
	padding: 8px 20px;
	text-decoration: none;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 1.2rem;
	text-transform: uppercase;
	display: inline-table;
	margin: 10px 0;
	font-weight: lighter;
}

.mainsite .front-header .tag-intro-liens a {
	background-color: #238CCC;
	border-radius: 10px;
}

.front-header .tag-intro-liens .small-title a {
	background-color: transparent;
	color: #fff;
	padding: 0;
	text-decoration: none;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 3.6rem;
	text-transform: inherit;
	text-align: center;
	text-shadow: 1px 1px 3px #333;
}

.tag-bandeau .small-title {
	font-family: 'Barlow Condensed', sans-serif;
	text-transform: uppercase;
	color: #238CCC;
	/*background: url(assets/bulle-copie-copie.svg) no-repeat bottom center, url(assets/bulle-copie-green.svg) no-repeat bottom center;*/
	background-size: 80% 80%;
	/*min-height: 180px;*/
	/*height:180px */
	border-radius:100%;
	width:160px;
	height:160px;
	background-color:#fff;
	margin: auto;
}

/* .mainsite .tag-bandeau .small-title {
	background: url(assets/bulle-copie-copie.svg) no-repeat bottom center, url(assets/bulle-copie.svg) no-repeat bottom center;
} */

.mainsite .tag-bandeau .small-title {
	color: #A7C937;
}

.tag-bandeau .small-title .extra {
	font-size: 2.8em;
}

.tag-bandeau .group {
	text-align: center;
	margin-top: 0;
}

.group {
	padding: 0 15px;
	font-weight: 400;
	margin: auto;

}

.small.actualite .group {
	height: calc(100% - 200px);
	display: grid;
	grid-template-rows: 1.8em 4em 1fr 0.1fr 1.56em;
	border-radius: 10px;
	padding: 0px 20px 20px;
	box-sizing: border-box;
}

.small .group .more a,
.small .more a {
	display: block;
	text-align: right;
	font-weight: 600;
}

.small .group .more{
	display:flex;
	justify-content:end;
}

.small .group .excerpt{
	overflow: hidden;
}

.small .group .more a{
	display:flex;
	align-items:end;
}

.actualite .group {
	background-color: #fff;
}
.mainsite .front-header .post-41 a{ background-color: #A7C937;}
.mainsite .front-header .post-35 a{ background-color: #238CC8;}
.mainsite .front-header .small-title a{ background-color: transparent;}


.tag-bandeau>.group>a {
	font-family: 'Barlow Condensed', sans-serif;
	text-transform: uppercase;
	color: #C1D109;
	background-color: #fff;
	text-decoration: none;
	padding: 8px 20px;
	font-size: 1.2em;
	margin: 20px auto;
	display: table;
}

.mainsite .tag-bandeau>.group>a {
	color: #238CCC;
}

.tag-bandeau p {
	text-align: center;
	color: #FFF;
	font-weight: 600;
}

.mainsite.home .tag-bandeau p {
	color: #FFF;
}

.page-template-default .tag-bandeau p {
	text-align: left;
}

.tag-bandeau .small-title a,
.tag-bandeau .small-title .extra {
	text-decoration: none;
	color: #C1D109;
	text-align: center;
	display: block;
}

.mainsite .tag-bandeau .small-title a,
.mainsite .tag-bandeau .small-title .extra {
	color: #238CCC;
}

.tag-bandeau .small-title .extra {
	padding: 30px 0 0 0;
}



.list-actualites {
	padding: 40px 5% 125px 5%
}

.list-actualites>div {
	flex-basis: 25%;
}


#teleaccueil-calendar ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0;
	margin: auto;
	width: 80%;
}

.tribe-bar-disabled #tribe-events-bar {
	width: 100%;
}

#teleaccueil-calendar li {
	list-style: none;
	padding: 4px;
	font-weight: 600;
}

#teleaccueil-calendar li.active {
	color: red;
}

.tribe-events-loop .tribe-events-event-meta {
	background: transparent;
	border: none;
	margin-top: 0;
	padding: 0;
}

.tribe-events-loop .tribe-events-content {
	padding: 0;
}

.tribe-events-loop .type-tribe_events,
.tribe-events-list .tribe-events-loop .tribe-event-featured {
	box-sizing: border-box;
	margin: 5px 5px;
	background-color: #fff;
}

@media (min-width :760px) {

	.tribe-events-loop .type-tribe_events,
	.tribe-events-list .tribe-events-loop .tribe-event-featured {
		width: calc(50% - 10px);
	}
}

@media (min-width :1160px) {

	.tribe-events-loop .type-tribe_events,
	.tribe-events-list .tribe-events-loop .tribe-event-featured {
		width: auto;
		max-width: 370px;
	}
}

.tribe-events-loop .type-tribe_events {
	display: grid;
	grid-template-rows: 5em 1fr;
	grid-template-columns: minmax(90px, max-content)
}

.tribe-events-loop .type-tribe_events .tribe-events-list-event-title {
	grid-column: 2;
	grid-row: 1;
}

.tribe-events-loop .tribe-events-list-event-description {
	grid-row: 2;
}

.tribe-events-loop .type-tribe_events aside {
	grid-column: 1;
	grid-row: 1 / span 2;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 1.2em;
	text-transform: uppercase;
	background-color: #C1D109;
	padding: 10px;
}

.mainsite .tribe-events-loop .type-tribe_events aside {
	background-color: #009DE0;
}

.tribe-events-loop .tribe-events-event-meta {
	font-weight: 600;
}

#tribe-bar-form {
	background-color: #ffF;
	font-weight: 600;
}

.tribe-bar-disabled {
	float: inherit;
	background-color: #fff;
	max-width: 1140px;
	margin: 0 5px;
	display: flex;
}

.tribe-events-event-meta address.tribe-events-address,
.tribe-events-list .tribe-events-venue-details {
	font-weight: 400;
	font-style: normal;
	color: #000;
	font-size: 0.8em;
	margin: 0 0 0 15px;
}

.events-list .tribe-events-loop,
.events-list.tribe-bar-is-disabled #tribe-events-content-wrapper {
	max-width: 1140px;
}

.tribe-events-loop {
	display: flex;
	flex-wrap: wrap;
}

.tribe-events-list-separator-month {
	flex-basis: 100%;
}

.tribe-events-list .type-tribe_events:first-of-type,
.tribe-events-list .type-tribe_eventsfeatured {
	margin-top: 3 0px;
	grid-template-columns: minmax(90px, max-content);
	text-align: left;
}

.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-list-event-title a,
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-content {
	color: #000;
}

.tribe-events-list .type-tribe_events:first-of-type {
	margin: 5px;
}

.tribe-events-list .type-tribe_events .tribe-events-list-event-title {
	font-size: 1.4em;
}

.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-meta {
	font-weight: 600;
}

#tribe-events-content a {
	color: #000;
}

.tribe-events-list .tribe-events-list-event-title {
	margin: 20px 0 0 10px;
}

.tribe-events-list .tribe-events-venue-details {
	font-weight: 600;
}

.tribe-events-list .tribe-events-venue-details:before {
	content: url(assets/tele.png);
	padding: 0 6px 0 0;
}

#tribe-events-content .tribe-events-content a {
	color: #238CCC;
	font-weight: 600;
	display: block;
	text-align: right;
	margin: 15px;
}

.mainsite #tribe-events-content .tribe-events-content a {
	color: #91C34C;
}


.tribe-events-loop .type-tribe_events .clearfix::after,
.tribe-events-loop .type-tribe_events .clearfix::before,
.tribe-events-loop .type-tribe_events .tribe-clearfix::after,
.tribe-events-loop .type-tribe_events .tribe-clearfix::before {
	clear: initial;
	content: unset;
}

.tribe-events-list .tribe-events-loop .tribe-event-featured a,
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-meta {
	color: #fff;
	text-align: center;
}

#tribe-events-content h3 a {
	margin: 20px 0 0 0;
	font-weight: 600;
}

.tribe-events-list-separator-month+.type-tribe_events.tribe-events-first {
	padding-top: 0;
}

.tribe-events-list .tribe-events-loop .tribe-event-featured {
	padding: 0;
	grid-template-columns: minmax(90px, max-content);
	margin: 5px 5px 5px 5px;
}

.tribe-events-loop .tribe-events-event-meta {
	font-size: 1.3em;
	color: #fff;
	text-align: center;
}

#tribe-events .tribe-events-content p,
.tribe-events-after-html p,
.tribe-events-before-html p {
	line-height: 1.4;
	margin: 0 0 10px;
	text-align: left;
	padding: 0 10px;
	font-size: 0.9em;
}

#tribe-events-content {
	margin-bottom: 48px;
	padding: 2px 0;
	position: relative;
	max-width: 1140px;
	margin: auto;
	padding: 15px;
}

.page-template-default #content {
	display: flex;
	justify-content: center;
	margin: 0;
}

.page-template-default #content .page header {
	flex-basis: 100%;
}

.tribe-events-list-separator-month {
	display: none;
}

img.site-logo {
	padding: 30px;
}

#content .contenu {
	max-width: 940px;
	background-color: #fff;
    padding: 20px;
    margin: 20px auto 20px;
    /*z-index: 50;*/
    position: relative;
	box-sizing: border-box;
}

@media (min-width :940px) {#content .contenu {padding: 40px;
    margin: 20px auto 20px;}}

.tag-intro-liens header {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background-color: #238CC8;
	color: #fff;

}

.tag-intro-liens header div.image img {
	width: 100%;
	height: auto;
}

.tag-intro-liens header>div{ padding:20px;}
.tag-intro-liens header div.image{ padding: 0;}
@media (min-width :940px) {

	.tag-intro-liens header>div {
		flex-basis: 65%;
		padding: 0 1.6em 0px;
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: flex-start;
	}

	.tag-intro-liens header div.image {
		flex-basis: 35%;
		padding: 0;
	}

}



 .chapo{

	font-size: 1.1em;
	font-weight: lighter;
	color:#FFF;
}
.chapo p{color:#FFF;}


.events-list #container {
	/*max-width: 1140px;
	margin: auto;*/
	background-color: #F0F0F0;
}

.events-list .tribe-events-loop {
	display: flex;
}

#teleaccueil-calendar li.active a {
	color: #C1D109;
}

.mainsite #teleaccueil-calendar li.active a {
	color: #009DE0;
}

#teleaccueil-calendar li.event a {
	color: red;
}

#tribe-events-bar * {
	color: #000;
}

#teleaccueil-calendar li.event {
	background-color: #238CCC;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	padding: 6px 7px;
	box-sizing: border-box;
}

.mainsite #teleaccueil-calendar li.event {
	background-color: #91C34C;
}

#teleaccueil-calendar li.event a {
	color: #fff;
}

.breadcrumbs {
	margin: 8px 10px;
	color: #ccc;
	font-size: 0.9em;
	display: none;
}

.breadcrumbs a {
	color: #707070;
}

.breadcrumbs ul {
	display: inline-flex;
	padding: 0;
	margin: 4px;
}

.breadcrumbs li {
	list-style: none;
}

.breadcrumbs li:after {
	content: '/';
	margin: 0 10px;
}

.breadcrumbs li:last-child:after {
	content: ' ';
}

.content-parent {
	display: grid;
	/*max-width: 840px;*/
	grid-template-columns: 1fr;
	margin: auto;
	justify-content: center;
}

@media (min-width :840px) {
	.content-parent {
		display: grid;
		/*max-width: 840px;*/
		grid-template-columns: 1fr 1fr;
	}
}

.enfant {
	position: relative;
	margin: 10px;
	overflow: hidden;
	padding: 0 0 4px;
	/*max-width: 400px;*/
}

.absolute {
	display: flex;
	justify-content: center;
	top: 0;
	position: absolute;
	background-color: rgba(0, 155, 230, 0.4);
	width: 100%;
	height: 98%;
}

.absolute H1 {
	color: #fff;
	position: inherit;
	display: flex;
	align-self: center;
	margin: 0;
	padding: 0;
}

.header-parent {
	display: flex;
}

.header-parent img {
	margin: 15px;
}

.enfant img {
	width: 100%;
	height: auto;
}

.absolute:hover {
	background-color: transparent;
	cursor: pointer;
}

.share-links ul {
	width: 100%;
	margin: 0;
	padding: 0;
}

.share-links li {
	list-style: none;
	margin: 0 5px;
	display: inline-block;
}

.facebook-shar