@charset "UTF-8";
/*
Theme Name: Flash
Theme URI: https://themegrill.com/themes/flash
Author: ThemeGrill
Author URI: https://themegrill.com
Description: Flash is free responsive multipurpose WordPress theme – truly a versatile theme perfect for any type of website you want. Like never before, it provides multiple pre-built demos which can be imported in seconds using ThemeGrill Demo Importer Plugin. The theme fully integrates with Flash Toolkit and SiteOrigin's Page Builder Plugin that makes theme more user-friendly and easy. Additionally, theme features multiple blog layouts, WooCommerce support, multiple header styles, multiple color options etc.
License: GNU General Public License v3 or later
Version: 1.4.5
Tested up to: 5.4.1
Requires PHP: 5.6
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: flash
Tags: one-column, two-columns, left-sidebar, right-sidebar, grid-layout, custom-background, custom-colors, custom-menu, custom-logo, featured-images, footer-widgets, full-width-template, theme-options, threaded-comments, translation-ready, blog, e-commerce

Flash is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
## Links
## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
## Posts and pages
## Comments
# Infinite scroll
# Media
## Captions
## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
theme style
--------------------------------------------------------------*/

:root {
	--orange: #f59d0f;
	--orange-fonce: #ed783f;
	/*--vert: #026838;	*/
	--vert: #399d26;
	--vert-clair: #8ec048;
	--vert-bleu: #00855d;
	--vert-bleu-fonce: #035e62;
	--bleu: #1a72b9;
	--bleu-fonce: #044f9e;
	--rose: #ed6a7b;
	--rose-fonce: #df2a61;
	--degrade-orange: linear-gradient(90deg, var(--orange), var(--orange-fonce));
	--degrade-vert: linear-gradient(90deg, var(--vert-clair), var(--vert));
	--degrade-vert-bleu: linear-gradient(90deg, var(--vert-bleu), var(--vert-bleu-fonce));
	--degrade-bleu: linear-gradient(90deg, var(--bleu), var(--bleu-fonce));
	--degrade-rose: linear-gradient(90deg, var(--rose), var(--rose-fonce));
	--gris: #18191d;
	--gris_clair: #ebebeb;
	--poppins: 'Poppins', sans-serif;
	--permanent-marker: 'Permanent Marker', cursive;
	--knewave: 'Knewave', cursive;
	--merienda: 'Merienda', cursive;
	/*--braah: 'Braah One', sans-serif;*/
	--_m: conic-gradient(#0000 10%,#000), linear-gradient(#000 0 0) content-box;
}

/*--------------------------------------------------------------
Normalize
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code, del, dfn,
em, font, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, dl, dt, dd, ol, ul,
li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: 400;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	word-break: break-word;
	/*font-family: var(--merienda);*/
}

html {
	font-size: 62.5%;
	/* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll;
	/* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%;
	/* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%;
	/* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

* {
	/* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	/* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	/* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*:before, *:after {
	/* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	/* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	/* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	background: #fff;
	overflow: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

blockquote,
q {
	quotes: "" "";
}

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

a:focus, a:hover, a:active {
	outline: 0;
}

a img {
	border: 0;
}

a:focus {
	outline: none;
}

embed, iframe, object {
	max-width: 100%;
}

/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: var(--gris);
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

b,
strong {
	font-weight: 400;
	color: var(--vert-clair) !important;
}

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

blockquote,
.wp-block-quote,
.wp-block-quote.is-style-large {
	margin: 0 15px;
	font-size: 20px;
	font-style: italic;
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
}

address {
	margin: 0 0 15px;
}

pre {
	background: #eee;
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

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

sup {
	bottom: 1ex;
}

sub {
	top: 0.5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}



h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

h1:not(.hero-title h1),
h2,
h4,
h5,
h6 {
    color: var(--vert-clair) ;
	text-align: center;
}

h1, h2, h3, h4, h5, h6 {
	font-family: var(--permanent-marker) !important;
	font-weight: 400;
}

strong {
	font-family: var(--permanent-marker) !important;
	font-weight: 400;
}

/*--------------------------------------------------------------
Elements
--------------------------------------------------------------*/
hr, .wp-block-separator {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 15px;
}

ul,
ol {
	margin: 0 0 15px 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 15px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 15px 15px;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to tg-container width. */
	vertical-align: middle;
}

figure {
	margin: 0;
}

table {
	margin: 0 0 15px;
	width: 100%;
	border-collapse: collapse;
}

th {
	font-weight: bold;
}

td, th, .wp-block-table th, .wp-block-table td {
	border: 1px solid #ccc;
	padding: 5px 10px;
}

p {
	margin: 0 0 30px;
}

/*--------------------------------------------------------------
Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%;
	/* Corrects font size not being inherited in all browsers */
	margin: 0;
	/* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: middle;
}

*/
.navigation .nav-links a:hover,
.bttn:hover {
	color: #fff;
}



input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
	color: #fff;
}

input[type="checkbox"], input[type="radio"] {
	padding: 0;
}

button:-moz-focus-inner {
	/* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

input:-moz-focus-inner {
	/* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"] {
	color: #666;
	border: 1px solid #ccc;
	height: 36px;
	width: 100%;
	-webkit-appearance: none;
	border-radius: 0;
	-webkit-border-radius: 0;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus {
	border: 1px solid #aaa;
}

textarea:focus {
	border: 1px solid #aaa;
}

.searchform input[type="text"]:focus {
	border: none;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"] {
	padding: 3px 6px;
}

textarea {
	overflow: auto;
	/* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top;
	/* Improves readability and alignment in all browsers */
	color: #666;
	border: 1px solid #ccc;
	height: 160px;
	max-width: 100%;
	width: 100%;
}

button[type="submit"] {
	margin-bottom: 50px;
}

/*--------------------------------------------------------------
Links
--------------------------------------------------------------*/
a {
	color: #000;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}

a:hover /*:not(.custom-logo-link , #actualites_carousel a , .actualite_carousel-link a , .prestations_types a , .content_all a , .credit a) */  {
	background: linear-gradient(90deg, var(--orange), var(--orange-fonce));
	background-clip: text;
	color: transparent;
}

.bouton-benevoles a:hover {
	background-clip: unset;
}


/*--------------------------------------------------------------
Clearings
--------------------------------------------------------------*/
.clearfix:after, .clearfix:before,
.row:after,
.row:before,
.entry-content:after,
.entry-content:before,
.comment-content:after,
.comment-content:before,
.site-header:after,
.site-header:before,
.site-content:after,
.site-content:before,
.site-footer:after,
.site-footer:before,
.tg-container:after,
.tg-container:before {
	content: "";
	display: table;
}

.clearfix:after,
.row:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.tg-container:after {
	clear: both;
}

.clear {
	clear: both;
}

.wp-caption,
.wp-caption-text,
.sticky,
.gallery-caption,
.bypostauthor {
	/*class required for wordpress*/
}

.alignright {
	text-align: right;
}

.alignleft {
	text-align: left;
}

.aligncenter {
	text-align: center;
}

.alignleft {
	float: left;
	margin-right: 24px;
}

.alignright {
	float: right;
	margin-left: 24px;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 28px;
}

.hidden {
	display: none;
}

.full-width,
.full-width-center {
	overflow: hidden;
}

.full-width #primary .entry-content > .alignfull,
.full-width-center #primary .entry-content > .alignfull {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	max-width: unset;
}

.full-width #primary .entry-content > .alignfull.wp-block-cover, .full-width #primary .entry-content > .alignfull.wp-block-cover-image,
.full-width-center #primary .entry-content > .alignfull.wp-block-cover,
.full-width-center #primary .entry-content > .alignfull.wp-block-cover-image {
	width: unset;
}

.full-width #primary .entry-content > .alignwide,
.full-width-center #primary .entry-content > .alignwide {
	margin-left: -50px;
	margin-right: -50px;
	max-width: unset;
	width: unset;
}

.full-width.boxed #primary .entry-content > .alignfull,
.full-width-center.boxed #primary .entry-content > .alignfull {
	margin-left: -30px;
	margin-right: -30px;
	max-width: unset;
}

.full-width.boxed #primary .entry-content > .alignfull.wp-block-cover, .full-width.boxed #primary .entry-content > .alignfull.wp-block-cover-image,
.full-width-center.boxed #primary .entry-content > .alignfull.wp-block-cover,
.full-width-center.boxed #primary .entry-content > .alignfull.wp-block-cover-image {
	width: unset;
}

.full-width.boxed #primary .entry-content > .alignwide,
.full-width-center.boxed #primary .entry-content > .alignwide {
	margin: 0;
}

ul.wp-block-gallery {
	margin: 0;
}

/*--------------------------------------------------------------
grid
--------------------------------------------------------------*/
.tg-column-wrapper {
	clear: both;
	margin-left: -3%;
}

.tg-column-wrapper .tg-column-1,
.tg-column-wrapper .tg-column-2,
.tg-column-wrapper .tg-column-3,
.tg-column-wrapper .tg-column-4,
.tg-column-wrapper .tg-column-5 {
	float: left;
	margin-left: 3%;
}

.tg-column-wrapper .tg-column-1 {
	width: 100%;
}

.tg-column-wrapper .tg-column-2 {
	width: 47%;
}

.tg-column-wrapper .tg-column-3 {
	width: 30.33%;
}

.tg-column-wrapper .tg-column-4 {
	width: 22%;
}

/*--------------------------------------------------------------
Colors
--------------------------------------------------------------*/
.flash_inherit_color div {
	color: inherit !important;
}

.flash_inherit_color div.section-description {
	color: inherit !important;
}

.flash_inherit_color h1,
.flash_inherit_color h2 {
	color: inherit !important;
}

.flash_inherit_color h3 {
	color: inherit !important;
}

.flash_inherit_color h3.section-title {
	color: inherit !important;
}

.flash_inherit_color h4,
.flash_inherit_color h5,
.flash_inherit_color h6,
.flash_inherit_color p,
.flash_inherit_color span,
.flash_inherit_color div.service-content-wrap,
.flash_inherit_color .entry-summary {
	color: inherit !important;
}

/*--------------------------------------------------------------
Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

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

.gallery-caption {
	display: block;
}

.wp-caption,
.gallery-caption {
	color: #666;
	font-size: 13px;
	font-style: italic;
	margin-bottom: 21px;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 11px 0;
}

/*--------------------------------------------------------------
common
--------------------------------------------------------------*/
.tg-container {
	position: relative;
}

header, section:not(.presentation_all, .contact, .actualites, .avis), article {
	margin: 0 auto;
}

.overlay {
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.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;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	-webkit-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-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

#secondary {
	float: right;
	width: 32.22%;
}

.page-template-full-width #primary,
.page-template-pagebuilder #primary {
	width: 100%;
}

#scroll-up {
	background-color: var(--vert);
	border: 1px solid #fff;
	border-radius: 3px;
	bottom: 20px;
	color: #fff;
	display: none;
	padding: 10px 16px;
	position: fixed;
	opacity: 0.5;
	z-index: 9999;
	filter: alpha(opacity=50);
	/* For IE8 and earlier */
	right: 20px;
}

.post-navigation {
	padding: 0 21px;
	margin: 0 0 30px;
	display: inline-block;
	width: 100%;
}

.post-navigation .nav-previous, .post-navigation .nav-next  {
	margin-top: 30px;
}

.post-navigation .nav-previous {
	float: left;
}

.post-navigation .nav-next {
	float: right;
}

.nav-next a .entry-title {
	float: left;
	margin-right: 3px;
}

.site {
	background-color: #fff;
	position: relative;
}

/*--------------------------------------------------------------
}
Preloader CSS
--------------------------------------------------------------*/

#preloader-background {
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}

#spinners, #spinners .spinner img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#spinners .circle_spinner {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100px;
	padding: 8px;
	aspect-ratio: 1;
	border-radius: 50%;
	background: var(--vert-clair);
	
	-webkit-mask: var(--_m);
			mask: var(--_m);
	-webkit-mask-composite: source-out;
			mask-composite: subtract;
	animation: spinner 1s infinite linear;
}

#spinners .spinner img {
	width: 80px;
	height: auto;
}

@keyframes spinner {
	to{transform: rotate(1turn)}
}

/*--------------------------------------------------------------
Single page layout CSS
--------------------------------------------------------------*/
.left-sidebar #primary {
	float: right;
}

.left-sidebar #secondary {
	float: left;
}

.full-width #primary {
	float: none;
	width: 100%;
}

.full-width-center #primary {
	float: none;
	margin: 0 auto;
	width: 65.5%;
}

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

.header-top {
	position: absolute;
}

.header-top .contact-info {
	line-height: 30px;
	float: left;
	margin: 0;
}

.header-top .contact-info,
.header-top .social-menu {
	list-style: none;
}

.header-top .contact-info li {
	float: left;
	font-size: 12px;
	color: #384554;
	margin-right: 30px;
	padding: 5px 0;
}

.header-top .contact-info li:last-child {
	margin-right: 0;
}

.header-top .social-menu {
	line-height: 30px;
	margin: 0;
}

.header-top .social-menu li {
	float: left;
	margin-left: 10px;
	font-size: 12px;
	padding: 5px 0;
}

.header-top .social-menu li:first-child {
	margin-left: 0;
}

.header-top .btn-icon {
    display: none;
}


.contact-info span {
	font-size: 16px;
	padding-right: 10px;
	color: #99a3b0;
}

.site-header {
	position:absolute;
	z-index: 9999;
	width: 100%;
}

/****************** bouton header top ******************/
.header-top .tg-container{
    display: flex;
    align-items: center;
	justify-content: flex-end;
	gap: 30px;
	position: fixed;
	right: calc(48% - 590px); 
	z-index: 99999999999999999999999999;
}

.header-top .button-header-top{
	display: flex;
	align-items: center;
}

.header-top .button-header-top-left{
	width: 190px;
    height: 35px;
	border-radius: 0 0 15px 15px;
	background-color: var(--vert-clair);
}
.header-top .button-header-top-left span{
	color: #fff;
}
.header-top .button-header-top-right {
	width: 190px;
    height: 35px;
	border-radius: 0 0 15px 15px;
	background-color: #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
	z-index: 99999999;
}
.header-top .button-header-top-right span{
	color: var(--vert-clair);
}

.header-top .button-header-top-left span,
.header-top .button-header-top-right span {
	display: flex;
	justify-content: center;
	align-items: center;
	margin:5px;
	font-weight: 600;
}

.header-top .button-header-top-left a  , .header-top .button-header-top-right a{
	display: flex;
	justify-content: center;
}




/*-----------------Social menu-----------------*/
.social-menu {
	list-style: none;
}

.social-menu li a {
	background-color: #fff;
	border-radius: 100%;
	font-size: 12px;
	font-family: fontawesome;
	text-align: center;
	display: block;
	line-height: 30px;
	height: 30px;
	width: 30px;
	color: #99a3b0;
}

.transparent .social-menu li a {
	background-color: rgba(0, 0, 0, 0);
	border: none;
	color: #fff;
	height: auto;
	width: auto;
}

.social-menu li a[href*="facebook.com"]::before {
	content: "\f09a";
}

.social-menu li a[href*="linkedin.com"]::before {
	content: "\f0e1";
}

.social-menu li a[href*="twitter.com"]::before {
	content: "\f099";
}

.social-menu li a[href*="plus.google.com"]::before {
	content: "\f0d5";
}

.social-menu li a[href*="pinterest.com"]::before {
	content: "\f231";
}

.social-menu li a[href*="instagram.com"]::before {
	content: "\f16d";
}

.social-menu li a[href*="youtube.com"]::before {
	content: "\f16a";
}

.social-menu li a[href*="twitter.com"]:hover, .social-menu li a[href*="plus.google.com"]:hover, .social-menu li a[href*="linkedin.com"]:hover, .social-menu li a[href*="facebook.com"]:hover, .social-menu li a[href*="pinterest.com"]:hover, .social-menu li a[href*="instagram.com"]:hover, .social-menu li a[href*="youtube.com"]:hover {
	color: var(--gris);
}

.transparent .social-menu li a[href*="twitter.com"]:hover, .transparent .social-menu li a[href*="facebook.com"]:hover, .transparent .social-menu li a[href*="plus.google.com"]:hover, .transparent .social-menu li a[href*="linkedin.com"]:hover, .transparent .social-menu li a[href*="youtube.com"]:hover {
	color: #99a3b0;
}

.transparent .social-menu li a[href*="facebook.com"], .transparent .social-menu li a[href*="linkedin.com"], .transparent .social-menu li a[href*="twitter.com"], .transparent .social-menu li a[href*="plus.google.com"], .transparent .social-menu li a[href*="youtube.com"] {
	color: #fff;
}

.transparent .is-sticky .social-menu li a[href*="facebook.com"], .transparent .is-sticky .social-menu li a[href*="linkedin.com"], .transparent .is-sticky .social-menu li a[href*="twitter.com"], .transparent .is-sticky .social-menu li a[href*="plus.google.com"], .transparent .is-sticky .social-menu li a[href*="youtube.com"] {
	color: var(--gris);
}

/*-----------------Logo-----------------*/
.logo {
    position:absolute;
}


.logo .logo-image a img {
	padding: 0;
	height: auto;
    width: 120px;
}

.logo .logo-text {
	float: left;
	margin-left: 12px;
	padding: 11px 0;
}

.logo .logo-text p {
	margin: 0;
}

.logo-text .site-title {
	font-size: 22px;
	font-weight: 500;
	line-height: 24px;
}

.logo-text .site-title span {
	font-weight: 700;
}

.logo-container {
	position: absolute;
    background-color: #fff;
    border-radius: 50%;
}


.logo::before {
    content: "";
    width: calc(100% + 50px);
    height: calc(100% + 60px);
    background: #fff;
    position: absolute;
    left: 50%;
    z-index: -1;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 0 0 150px 150px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

/*-----------------Site Navigation-----------------*/
#site-navigation {
	float: right;
}

#site-navigation .menu-toggle {
	display: none;
}

#site-navigation .menu-toggle i {
	font-size: 25px;
}

#site-navigation ul {
	margin: 0;
	list-style: none;
}

#site-navigation ul li {
	float: left;
	padding: 23px 30px 23px 0;
	position: relative;
}

#site-navigation ul li a {
	font-size: 16px;
    font-weight: 800;
}

#site-navigation ul li:hover > a,
#site-navigation ul li.current-menu-item > a,
#site-navigation ul li.current_page_item > a,
#site-navigation ul li.current_page_ancestor > a,
#site-navigation ul li.current-menu-ancestor > a {
	background: linear-gradient(90deg, var(--orange), var(--orange-fonce));
    background-clip: text;
    color: transparent;
}

#site-navigation ul li:last-child {
	padding-right: 0;
}

#site-navigation ul.sub-menu {
	background-color: #fff;
	min-width: 200px;
	padding: 0;
	position: absolute;
	-webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
	right: 50%;
	top: 90%;
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
	opacity: 0;
	visibility: hidden;
	z-index: 9;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.menu ul li ul.children {
	background-color: #fff;
	min-width: 200px;
	padding: 0;
	position: absolute;
	-webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
	right: 50%;
	top: 90%;
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
	opacity: 0;
	visibility: hidden;
	z-index: 9;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#site-navigation ul li ul li {
	padding: 10px;
	text-align: left;
	width: 100%;
}

#site-navigation ul.sub-menu li:hover {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#site-navigation ul.sub-menu li:hover > a {
    background: linear-gradient(90deg, var(--orange), var(--orange-fonce));
    background-clip: text;
    color: transparent;
}

#site-navigation li:hover ul.sub-menu,
#site-navigation ul li.focus > ul.sub-menu {
	opacity: 1;
	visibility: visible;
	top: 100%;
	z-index: 11;
}

.menu ul li:hover > ul.children {
	opacity: 1;
	visibility: visible;
	top: 100%;
}

#site-navigation ul li a {
	color: var(--gris);
}

#site-navigation .sub-menu li.menu-item-has-children ul {
	left: 50%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.menu ul li ul li ul.children {
	left: 50%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#site-navigation .sub-menu li.menu-item-has-children ul li a {
	color: var(--gris);
}

#site-navigation .sub-menu li.menu-item-has-children ul li:hover > a {
	color: var(--vert);
}

#site-navigation ul li ul.sub-menu li.menu-item-has-children:hover > ul,
#site-navigation ul li ul.sub-menu li.menu-item-has-children.focus > ul {
	top: 0;
	opacity: 1;
	visibility: visible;
}

.menu ul li ul li:hover > ul.children {
	top: 0;
	opacity: 1;
	visibility: visible;
}

.sub-toggle {
	color: var(--gris);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#site-navigation ul li.menu-item-has-children:hover > .sub-toggle {
	color: var(--vert);
}

#site-navigation ul li ul.sub-menu li.menu-item-has-children .sub-toggle {
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%) rotate(-90deg);
	transform: translateY(-50%) rotate(-90deg);
}

.transparent.header-sticky
#masthead-sticky-wrapper.is-sticky
#site-navigation
ul
li.current-flash-item
a,
#site-navigation ul li.current-flash-item a {
	color: var(--vert);
}

.header-bottom {
	position: relative;
	margin: 55px auto;	
	border-radius: 50px;
	max-width: 1300px;
	width: 95%;
}

#site-navigation ul li.menu-item-has-children .sub-toggle .fa {
	-webkit-transition: transform 0.5s ease;
	-webkit-transition: -webkit-transform 0.5s ease;
	transition: -webkit-transform 0.5s ease;
	transition: transform 0.5s ease;
	transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.animate-icon {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

/*-----------------Header Search and Cart-----------------*/


.menue-header-container {
	margin-left: 66px !important;
}

.header-bottom .tg-container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: start;
}


.site-navigation-wrapper {
    flex: 1;
    display: flex;
    justify-content: right;
	padding-right: 56px !important;
}

.header-bottom .site-navigation-wrapper {
	-webkit-box-flex: 6;
	-ms-flex: 6;
	flex: 6;
	background: #fff;
	border-radius: 50px; /* état par défaut */
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.header-bottom .site-navigation-wrapper.toggled-radius {
	border-radius: 30px 30px 0 0 !important;
}

.header-bottom .header-action-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.header-bottom .search-wrap {
	float: right;
	padding: 20px 0 20px 40px;
	position: relative;
}

.transparent.header-sticky .search-icon:hover,
.transparent .search-icon:hover {
	border-color: var(--vert);
	color: var(--vert);
}

.header-bottom .search-icon {
	cursor: pointer;
	color: #99a3b0;
	font-size: 14px;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #9ca6b2;
	border-radius: 100%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.header-bottom .search-icon:hover {
	border-color: var(--vert);
	color: var(--vert);
}

.header-bottom .search-box {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	width: 300px;
	top: 100%;
	right: -10px;
	background-color: #fff;
	-webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
	padding: 20px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.header-bottom .search-box.active {
	opacity: 1;
	visibility: visible;
	right: 0;
	z-index: 9;
}

.header-bottom .search-box .search-field {
	width: 80%;
	border-right: none;
	border-top: none;
	border-left: none;
	border-bottom: 1px solid #a1a1a1;
}

.header-bottom .search-box button[type="submit"] {
	margin-bottom: 0;
}

.header-bottom .searchform .btn {
	background-color: var(--vert);
}

.header-bottom .searchform .btn:hover {
	background-color: #2299a1;
}

.search-submit .fa {
	color: #fff;
}

.header-bottom .cart-wrap {
	float: right;
	padding: 20px 0 20px 30px;
	position: relative;
}

.header-bottom .flash-cart-views {
	font-size: 14px;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #9ca6b2;
	border-radius: 100%;
}

.header-bottom .flash-cart-views a {
	color: #99a3b0;
	position: relative;
}

.header-bottom .flash-cart-views a span {
	background-color: var(--vert);
	border-radius: 100%;
	font-size: 12px;
	left: 17px;
	height: 20px;
	width: 20px;
	line-height: 20px;
	text-align: center;
	position: absolute;
	top: -10px;
	color: #fff;
}

.header-bottom .widget_shopping_cart {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 100%;
	right: -10px;
	min-width: 250px;
	-webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
	background-color: #fff;
	padding: 15px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	z-index: 99;
}

.header-bottom .widget_shopping_cart ul {
	margin: 0;
}

.header-bottom .widget_shopping_cart ul li {
	text-align: center;
}

.header-bottom .cart-wrap:hover .widget_shopping_cart {
	opacity: 1;
	visibility: visible;
	right: 0;
}

.boxed {
	width: 1200px;
	margin: 0 auto;
}

.boxed .site {
	background: #fff none repeat scroll 0 0;
	-webkit-box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.3);
	margin: 30px 0;
	position: relative;
}

.boxed .tg-container {
	width: 100%;
	padding: 0 30px;
}

@media (max-width: 980px) {
	.boxed .tg-container {
		width: 98%;
	}
}

.transparent #masthead {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}

.transparent .header-top {
	background-color: transparent;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	color: #fff;
}

.transparent .contact-info span,
.transparent .contact-info li {
	color: #fff;
}

.transparent .header-bottom {
	border: none;
	background-color: transparent;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.transparent .logo-text {
	color: #fff;
}

.transparent .logo-text a {
	color: #fff;
}

.transparent.header-sticky #site-navigation ul li:hover > a {
	color: var(--vert);
}

.transparent #site-navigation .menu-toggle .fa {
	color: #fff;
}

.transparent #site-navigation ul li .sub-toggle {
	color: #fff;
}

.transparent #site-navigation ul.sub-menu li {
	padding: 0;
}

.transparent #site-navigation ul li a {
	color: #fff;
	display: inline-block;
}

.transparent #site-navigation ul li:hover .sub-toggle {
	color: var(--vert);
}

.transparent #site-navigation ul li:hover a {
	color: var(--vert);
	position: relative;
	visibility: none;
}

.transparent #site-navigation ul.sub-menu li a {
	color: var(--gris);
	padding: 10px 30px;
}

.transparent #site-navigation ul.sub-menu li a:before {
	display: none;
}

.transparent #site-navigation ul.sub-menu li:hover a {
	color: var(--vert);
}

.transparent #site-navigation ul.sub-menu li.menu-item-has-children ul li:hover a {
	color: var(--vert);
}

.transparent #site-navigation ul.sub-menu li.menu-item-has-children ul li a {
	color: var(--gris);
}

.transparent .cart-wrap .flash-cart-views {
	border-color: #fff;
}

.transparent .cart-wrap .flash-cart-views a {
	color: #fff;
}

.transparent .search-wrap .search-icon {
	color: #fff;
	border-color: #fff;
}

.right-logo-left-menu .header-bottom .tg-container {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.right-logo-left-menu .header-bottom #site-navigation {
	float: left;
}

.right-logo-left-menu .header-bottom .header-action-container {
	margin-right: auto;
}

.right-logo-left-menu .header-bottom .header-action-container .cart-wrap,
.right-logo-left-menu .header-bottom .header-action-container .search-wrap {
	padding-left: 0;
	padding-right: 30px;
}

.right-logo-left-menu .header-bottom .search-box {
	left: -10px;
}

.right-logo-left-menu .header-bottom .search-box.active {
	right: auto;
	left: 0;
}

.right-logo-left-menu .header-bottom .widget_shopping_cart {
	left: 0;
}

.center-logo-below-menu .header-bottom .tg-container {
	display: block;
	text-align: center;
}

.center-logo-below-menu .logo {
	float: none;
}

.center-logo-below-menu .logo .logo-text {
	float: none;
}

.center-logo-below-menu .logo .logo-image {
	float: none;
	padding: 20px 0 0;
	display: inline-block;
}

.center-logo-below-menu #site-navigation {
	float: left;
}

.center-logo-below-menu .header-bottom .header-action-container {
	display: none;
}

.center-logo-below-menu .header-bottom .site-navigation-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.center-logo-below-menu .header-bottom .site-navigation-wrapper .header-action-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
}

.header-sticky .is-sticky #masthead {
	z-index: 99 !important;
}

.header-sticky .is-sticky .header-bottom {
	background: #fff;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.transparent.header-sticky #masthead-sticky-wrapper {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 99;
}

.transparent.header-sticky #masthead {
	left: auto;
}

.transparent.header-sticky .header-top {
	display: none;
}

.transparent.header-sticky .header-bottom {
	background-color: transparent;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.transparent.header-sticky #site-navigation .menu-toggle .fa,
.transparent.header-sticky #site-navigation ul li a {
	color: #fff;
}

.transparent.header-sticky .flash-cart-views a {
	color: #fff;
}

.transparent.header-sticky #site-navigation ul.sub-menu li a {
	color: var(--gris);
}

.transparent.header-sticky #site-navigation ul.sub-menu li a:hover {
	color: var(--vert);
}

.transparent.header-sticky .flash-cart-views {
	border-color: #fff;
}

.transparent.header-sticky .search-icon {
	color: #fff;
	border-color: #fff;
}

.transparent.header-sticky .is-sticky #masthead {
	z-index: 99 !important;
}

.transparent.header-sticky .is-sticky .header-top {
	background: #f1f5f8;
	border: none;
	color: var(--gris);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.transparent.header-sticky .is-sticky .header-top .contact-info li {
	color: var(--gris);
}

.transparent.header-sticky .is-sticky .header-top .contact-info li span {
	color: var(--gris);
}

.transparent.header-sticky .is-sticky .logo-text {
	color: var(--gris);
}

.transparent.header-sticky .is-sticky .logo-text a {
	color: var(--gris);
}

.transparent.header-sticky .is-sticky #site-navigation ul li a,
.transparent.header-sticky .is-sticky #site-navigation ul.sub-menu li a {
	color: var(--gris);
}

.transparent.header-sticky .is-sticky .flash-cart-views a {
	color: var(--gris);
}

.transparent.header-sticky .is-sticky #site-navigation .menu-toggle .fa {
	color: var(--gris);
}

.transparent.header-sticky .is-sticky #site-navigation ul li .sub-toggle {
	color: var(--gris);
}

.transparent.header-sticky .is-sticky #site-navigation ul li:hover > .sub-toggle {
	color: var(--vert);
}

.transparent.header-sticky .is-sticky .header-bottom {
	background: #fff;
	border: none;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.transparent.header-sticky .is-sticky .flash-cart-views {
	border-color: var(--gris);
}

.transparent.header-sticky .is-sticky .search-icon {
	color: var(--gris);
	border-color: var(--gris);
}

.transparent.header-sticky .custom-logo,
.transparent.header-sticky .is-sticky .transparent-logo {
	display: none;
}

.transparent-logo {
	display: none;
}

.transparent .custom-logo {
	display: none;
}

.transparent.header-sticky .is-sticky .custom-logo,
.transparent.header-sticky .transparent-logo {
	display: block;
}

.transparent .transparent-logo {
	display: block;
}

#wp-custom-header-video {
	display: block;
	min-height: 300px;
	min-height: 75vh;
	width: 100%;
}

.wp-custom-header {
	position: relative;
	text-align: center;
}

.wp-custom-header-video-button {
	position: absolute;
	bottom: 0;
	left: 0;
}




/*--------------------------------------------------------------
Slider
--------------------------------------------------------------*/
.tg-slider-widget .swiper-button-next {
	background-image: unset;
	right: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	width: 50px;
	height: 50px;
	visibility: hidden;
	opacity: 0;
}

.tg-slider-widget .swiper-button-next:before {
	content: "\" /*rtl:"\"*/;
	font-family: fontawesome;
	font-size: 30px;
	color: #313b48;
	background: #fff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	display: block;
}

.tg-slider-widget .swiper-button-prev {
	background-image: unset;
	left: 0;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	width: 50px;
	height: 50px;
	visibility: hidden;
	opacity: 0;
}

.tg-slider-widget .swiper-button-prev:before {
	content: "\" /*rtl:"\"*/;
	font-family: fontawesome;
	font-size: 30px;
	color: #313b48;
	background: #fff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	display: block;
}

.tg-slider-widget:hover .swiper-button-next {
	right: 30px;
	visibility: visible;
	opacity: 1;
}

.tg-slider-widget:hover .swiper-button-prev {
	left: 30px;
	visibility: visible;
	opacity: 1;
}

.tg-slider-widget:hover .swiper-button-next.swiper-button-disabled,
.tg-slider-widget:hover .swiper-button-prev.swiper-button-disabled {
	opacity: 0.36;
}

.tg-slider-widget .swiper-wrapper {
	position: relative;
}

.tg-slider-widget .swiper-slide {
	width: 100% !important;
}

.tg-slider-widget .slider-content {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.tg-slider-widget .caption-title {
	color: #313b48;
	font-size: 48px;
	font-weight: 800;
	line-height: 1.5;
	text-transform: uppercase;
}

.tg-slider-widget.slider-light .caption-title {
	text-shadow: 1px 1px #fff;
}

.tg-slider-widget .caption-desc {
	font-size: 24px;
	line-height: 35px;
	margin: 10px 0 30px;
	text-transform: capitalize;
}

.tg-slider-widget.slider-light .caption-desc {
	text-shadow: 1px 1px #fff;
}

.tg-slider-widget .btn-wrapper {
	display: inline-block;
}

.tg-slider-widget .btn-wrapper a {
	border: 3px solid #313b48;
	display: inline-block;
	font-size: 20px;
	padding: 7px 26px;
}

.tg-slider-widget.slider-light .btn-wrapper a {
	text-shadow: 1px 1px #fff;
}

.tg-slider-widget .btn-wrapper a:hover {
	background: #313b48;
	color: #fff;
	border-color: #313b48;
}

.tg-slider-widget.slider-light .btn-wrapper a:hover {
	text-shadow: none;
}

.tg-slider-widget.slider-content-left .slider-content {
	text-align: left;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.tg-slider-widget.slider-content-left .caption-title {
	width: 60%;
}

.tg-slider-widget.slider-content-left .caption-desc {
	font-size: 18px;
	line-height: 30px;
	width: 50%;
}

.tg-slider-widget.slider-control-bottom-right .slider-arrow {
	bottom: 28px;
	right: 100px;
	position: absolute;
	width: 105px;
}

.tg-slider-widget.slider-control-bottom-right .swiper-button-next,
.tg-slider-widget.slider-control-bottom-right .swiper-button-prev {
	opacity: 1;
	visibility: visible;
}

.tg-slider-widget.slider-control-bottom-right .swiper-button-next {
	right: 0;
	display: inline-block;
}

.tg-slider-widget.slider-control-bottom-right .swiper-button-prev {
	left: 0;
	display: inline-block;
	float: left;
}

.tg-slider-widget.slider-light .slider-image .overlay {
	background-color: transparent;
}

.tg-slider-widget.slider-dark .slider-image .overlay {
	background-color: rgba(0, 0, 0, 0.5);
}

.tg-slider-widget.slider-dark .caption-title,
.tg-slider-widget.slider-dark .caption-desc {
	color: #fff;
}

.tg-slider-widget.slider-dark .btn-wrapper a {
	border-color: #fff;
	color: #fff;
}

.tg-slider-widget.slider-dark .btn-wrapper a:hover {
	border-color: var(--vert);
	background: var(--vert);
}

.full-screen.tg-slider-widget .slider-image img {
	height: 100%;
	max-width: none;
	visibility: hidden;
	opacity: 0;
}

.slider-image {
	text-align: center;
	background-position: center center;
	background-repeat: no-repeat;
}

/*--------------------------------------------------------------
Section Title
--------------------------------------------------------------*/
.section-title-wrapper {
	margin-bottom: 30px !important;
}

.section-title {
	color: #313b48;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 20px;
}

.section-title:before {
	background: #e1e1e1 none repeat scroll 0 0;
	bottom: -5px;
	content: "";
	height: 1px;
	left: 50%;
	margin-left: -50px;
	position: absolute;
	width: 100px;
}

.section-title:after {
	content: "";
	left: 50%;
	position: absolute;
	background: var(--vert) none repeat scroll 0 0;
	bottom: -6px;
	height: 3px;
	margin-left: -15px;
	width: 30px;
}

.section-description {
	text-align: center;
	color: #777;
}

/*--------------------------------------------------------------
About
--------------------------------------------------------------*/
.about-section .tg-column-wrapper {
	margin: 0;
}

.about-section .about-content-wrapper {
	float: left;
	vertical-align: middle;
	padding-left: 3%;
}

.about-section .btn-wrapper {
	margin-top: 30px;
}

.about-section .btn-wrapper a {
	background-color: var(--vert);
	border-radius: 0;
	color: #fff;
	padding: 7px 35px;
}

.about-section .btn-wrapper a:hover {
	background-color: #2299a1;
}

.about-section .section-description {
	margin-top: 12px;
	text-align: left;
}

.about-content-wrapper .section-title {
	text-align: left;
}

.about-section .about-section-image {
	float: right;
	margin-right: -5px;
	text-align: center;
	vertical-align: middle;
	padding-left: 3%;
}

.about-section .section-title:before, .about-section .section-title:after {
	display: none;
}

/*--------------------------------------------------------------
Service
--------------------------------------------------------------*/
.tg-service-widget .service-icon-wrap {
	background: var(--vert);
	color: #fff;
	float: left;
	font-size: 26px;
	height: 60px;
	line-height: 60px;
	margin-right: 20px;
	text-align: center;
	width: 60px;
	position: relative;
}

.tg-service-widget .service-icon-wrap:after {
	position: absolute;
	left: 50%;
	bottom: -9px;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-top: 10px solid var(--vert);
	content: "";
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.tg-service-widget .service-title-wrap {
	color: #313b48;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	margin-top: 15px;
}

.tg-service-widget .service-title-wrap a:hover {
	color: var(--vert);
}

.tg-service-widget .service-content-wrap {
	margin: 10px 0;
	color: #777;
}

/*-----------------tg-service-layout-2 -----------------*/
.tg-service-layout-2 {
	margin: 20px 0;
}

.tg-service-widget.tg-service-layout-2 .service-content-wrap {
	margin: 0 0 10px;
}

.tg-service-widget .service-more {
	font-weight: 600;
	font-size: 13px;
	color: var(--vert);
	display: inline-block;
	position: relative;
}

.tg-service-widget .service-more:hover {
	color: #1c9ba4;
}

.tg-service-widget .service-more:after {
	content: "\" /*rtl:"\"*/;
	font-family: FontAwesome;
	font-weight: 400;
	position: absolute;
	right: -22px;
	top: 0;
}

.tg-service-widget.tg-service-layout-2 {
	text-align: center;
}

.tg-service-widget.tg-service-layout-2 .service-icon-wrap {
	background: transparent none repeat scroll 0 0;
	border-radius: 50%;
	color: #000;
	display: block;
	float: none;
	font-size: 22px;
	height: 72px;
	line-height: 72px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	width: 72px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.tg-service-widget.tg-service-layout-2 .service-icon-wrap:after {
	display: none;
}

.tg-service-widget.tg-service-layout-2 .service-icon-wrap:before {
	border: 2px solid #000;
	border-radius: 100%;
	content: "";
	height: 82px;
	left: 50%;
	margin-left: -41px;
	margin-top: -41px;
	position: absolute;
	top: 50%;
	width: 82px;
}

.tg-service-widget.tg-service-layout-2 .service-icon-wrap:hover {
	background: #000 none repeat scroll 0 0;
	color: #fff;
}

.tg-service-widget.tg-service-layout-2 .service-title-wrap a {
	line-height: 24px;
}

.tg-service-widget.tg-service-layout-3 .service-title-wrap {
	line-height: 24px;
	margin-top: 20px;
}

.tg-service-widget.tg-service-layout-3 .service-content-wrap {
	margin: 15px 0;
}

/*-----------------tg-service-layout-3 -----------------*/
.tg-service-layout-2 .service-title-wrap {
	margin: 15px 0 5px;
}

.service-image-wrap img {
	width: 100%;
}

/*--------------------------------------------------------------
Team
--------------------------------------------------------------*/
.team-wrapper .team-content-wrapper {
	padding-top: 30px;
	position: relative;
	text-align: center;
}

.team-wrapper .team-title {
	font-size: 18px;
}

.team-wrapper .team-title a {
	color: #313b48;
}

.team-wrapper .team-title a:hover {
	color: #2299a1;
}

.team-wrapper .team-designation {
	position: relative;
}

.tg-team-widget img {
	width: 100%;
}

.team-wrapper .team-designation:after {
	position: absolute;
	left: 50%;
	bottom: -10px;
	width: 30px;
	height: 2px;
	background: var(--vert);
	content: "";
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.team-wrapper .team-content {
	color: #777;
	margin: 30px 0 20px;
}

.team-wrapper .team-social {
	background: #fff none repeat scroll 0 0;
	left: 50%;
	margin-left: -45%;
	padding: 10px 0;
	position: absolute;
	top: -20px;
	width: 90%;
}

.team-wrapper .team-social a {
	font-size: 18px;
	margin: 0 8px;
}

.team-wrapper .team-social a:hover {
	color: #2299a1;
}

/*-----------------tg-team-layout-2 -----------------*/
.tg-team-widget.tg-team-layout-2 {
	position: relative;
}

.tg-team-widget.tg-team-layout-2:before {
	border-bottom: 50px solid transparent;
	border-right: 67px solid #fff;
	content: " ";
	position: absolute;
	right: 0;
	top: 0;
}

.tg-team-widget.tg-team-layout-2 .team-content-wrapper {
	text-align: left;
}

.tg-team-widget.tg-team-layout-2 .team-designation:after {
	left: 15px;
}

.tg-team-widget.tg-team-layout-2 .team-social {
	position: static;
	margin-left: 0;
	width: 100%;
	background: transparent;
	border-top: 1px solid #e7e7e7;
}

.tg-team-widget.tg-team-layout-3:before {
	display: none;
}

.tg-team-widget.tg-team-layout-3 .team-img {
	position: relative;
}

.tg-team-widget.tg-team-layout-3 .team-img img {
	border-radius: 50%;
	width: 100%;
}

.tg-team-widget.tg-team-layout-3 .team-img .team-social {
	background: rgba(60, 180, 186, 0.8) none repeat scroll 0 0;
	border-radius: 50%;
	border-top: medium none;
	height: 100%;
	left: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100%;
	margin: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.tg-team-widget.tg-team-layout-3 .team-social-block {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
}

.tg-team-widget.tg-team-layout-3 .team-social-block a {
	font-size: 18px;
	margin: 0 8px;
	color: #fff;
}

.tg-team-widget.tg-team-layout-3 .team-content-wrapper {
	position: unset;
	padding-top: 30px;
	text-align: center;
}

.tg-team-widget.tg-team-layout-3 .team-designation:after,
.tg-team-widget.tg-team-layout-3 .team-content {
	display: none;
}

.tg-team-widget.tg-team-layout-3 .team-wrapper:hover .team-social {
	opacity: 1;
	visibility: visible;
}

/*-----------------tg-team-layout-3 -----------------*/
/*--------------------------------------------------------------
Call To Action
--------------------------------------------------------------*/
.call-to-action-section {
	position: relative;
}

.call-to-action-section .section-title-wrapper .section-title {
	color: #fff;
	font-size: 32px;
}

.call-to-action-section .section-title:before, .call-to-action-section .section-title:after {
	display: none;
}

.call-to-action-section .section-subtitle {
	color: #fff;
	font-size: 14px;
	line-height: 1.5;
	position: relative;
	text-align: center;
}

.call-to-action-section .btn-wrapper {
	text-align: center;
	margin-top: 30px;
}

.call-to-action-section .btn-wrapper a {
	border: 1px solid;
	border-radius: 50px;
	color: #fff;
	font-size: 22px;
	height: 50px;
	line-height: 50px;
	position: relative;
	margin-left: 30px;
	padding: 0 20px;
	display: inline-block;
}

.call-to-action-section .btn-wrapper a:first-child {
	margin-left: 0;
}

.call-to-action-section .btn-wrapper a:hover {
	background-color: var(--vert);
	border-color: var(--vert);
}

.call-to-action-section .call-to-action-section-layout-2 {
	display: table;
	width: 100%;
}

.call-to-action-section .call-to-action-section-layout-2 .section-title-wrapper {
	display: table-cell;
	width: 75%;
	vertical-align: middle;
}

.call-to-action-section .call-to-action-section-layout-2 .section-title {
	margin-bottom: 0;
	text-align: left;
}

.call-to-action-section .call-to-action-section-layout-2 .section-subtitle {
	color: #fff;
	font-size: 14px;
	padding: 0 10px;
	position: relative;
	text-align: left;
}

.call-to-action-section .call-to-action-section-layout-2 .btn-wrapper {
	width: 25%;
	display: table-cell;
	vertical-align: middle;
	margin-top: 0;
}

.call-to-action-section .call-to-action-section-layout-2 .btn-wrapper a {
	display: block;
}

.call-to-action-section .call-to-action-section-layout-2 .btn-wrapper a:first-child {
	margin-left: 30px;
	margin-bottom: 15px;
}

/*----------------- call-to-action-section-layout-2 -----------------*/
/*--------------------------------------------------------------
Feature product
--------------------------------------------------------------*/
.feature-product-section .tg-feature-product-widget {
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
}

.feature-product-section .tg-feature-product-widget figure img {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.feature-product-section .featured-image-desc {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	width: 90%;
	height: 90%;
	background: rgba(49, 59, 73, 0.65);
}

.feature-product-section .tg-feature-product-widget .feature-inner-block {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	padding: 5px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.feature-product-section .tg-feature-product-widget .feature-title-wrap {
	text-align: center;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.feature-product-section .tg-feature-product-widget .feature-title-wrap a {
	font-size: 16px;
	color: #fff;
	font-weight: 800;
}

.feature-product-section .tg-feature-product-widget .feature-desc-wrap {
	text-align: center;
	color: #f3f0f0;
	font-size: 12px;
}

.feature-product-section .tg-feature-product-widget .featured-image-desc:before {
	border-bottom: 50px solid transparent;
	border-right: 48px solid var(--vert);
	content: " ";
	position: absolute;
	right: 0;
	top: 0;
}

.feature-product-section .tg-feature-product-widget .featured-image-desc span {
	position: absolute;
	top: 4px;
	right: 7px;
}

.feature-product-section .tg-feature-product-widget .featured-image-desc span a {
	color: #fff;
}

.tg-feature-product-layout-1
.tg-feature-product-widget:hover
.featured-image-desc,
.tg-feature-product-layout-2
.tg-feature-product-widget:hover
.featured-image-desc {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
}

/*----------------- tg-feature-product-layout-2 -----------------*/
.feature-product-section .tg-feature-product-layout-2 .tg-container {
	width: 100%;
}

.feature-product-section .tg-feature-product-layout-2 .tg-column-wrapper {
	margin: 0;
}

.feature-product-section .tg-feature-product-layout-2 .tg-feature-product-widget {
	margin: 0;
}

.feature-product-section .tg-feature-product-layout-2 .tg-feature-product-widget.tg-column-3 {
	margin: 0;
	width: 33.33%;
}

.feature-product-section .tg-feature-product-layout-2 .tg-feature-product-widget.tg-column-4 {
	margin: 0;
	width: 25%;
}

.feature-product-section .tg-feature-product-layout-2 .tg-feature-product-widget img {
	width: 100%;
	max-width: auto;
}

.feature-product-section .tg-feature-product-layout-2 .featured-image-desc {
	width: 100%;
	height: 100%;
	padding: 5px;
	background: rgba(49, 175, 184, 0.8);
}

.feature-product-section .tg-feature-product-layout-2 .featured-image-desc:before {
	border-right: 48px solid #313b48;
}

.feature-product-section .tg-feature-product-layout-3 .featured-image-desc {
	visibility: visible;
	opacity: 1;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	background: transparent -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5))) repeat scroll 0 0;
	background: transparent linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5)) repeat scroll 0 0;
}

.feature-product-section .tg-feature-product-layout-3 .featured-image-desc:before,
.feature-product-section .tg-feature-product-layout-3 .featured-image-desc span {
	display: none;
}

.feature-product-section .tg-feature-product-layout-3 .feature-inner-block {
	top: auto;
	-webkit-transform: translate(0);
	transform: translate(0);
	bottom: 2%;
}

.feature-product-section .tg-feature-product-layout-3 .feature-inner-block .feature-desc-wrap {
	display: none;
}

.feature-product-section .button-group {
	text-align: center;
	margin-bottom: 30px;
}

.feature-product-section .button-group button {
	background: transparent;
	color: #525a65;
}

.feature-product-section .button-group button:hover {
	color: var(--vert);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.feature-product-section .button-group button:before {
	background: #525a65 none repeat scroll 0 0;
	border-radius: 50%;
	content: " ";
	left: 0;
	margin-right: 50%;
	padding: 2px;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/*----------------- tg-feature-product-layout-3 -----------------*/
.tg-feature-product-filter-layout .button.is-checked:hover {
	color: var(--vert);
}

.tg-feature-product-layout-3 .tg-feature-product-widget:hover figure img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.tg-feature-product-layout-3 .tg-feature-product-widget:hover .feature-title-wrap {
	margin-bottom: 3px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.tg-feature-product-layout-1 .grid {
	margin-left: -3%;
}

/*--------------------------------------------------------------
Testimonial
--------------------------------------------------------------*/
.testimonial-container {
	padding: 0 0 50px;
}

.testimonial-container .testimonial-slide {
	text-align: left;
}

.testimonial-container .testimonial-content-wrapper {
	background: #fff;
	padding: 20px 30px;
	position: relative;
}

.testimonial-container .testimonial-content-wrapper:before {
	border-bottom: 34px solid transparent;
	border-left: 20px solid #fff;
	content: " ";
	left: 11%;
	position: absolute;
	top: 96%;
	-webkit-transform: rotate(12deg);
	transform: rotate(12deg);
	z-index: -9;
}

.testimonial-container .testimonial-icon {
	display: inline-block;
	vertical-align: top;
	color: #31afb8;
	font-size: 18px;
}

.testimonial-container .testimonial-content {
	width: 93%;
	display: inline-block;
	margin-left: 15px;
	color: #777;
}

.testimonial-container .testimonial-client-detail {
	margin-top: 40px;
}

.testimonial-container .testimonial-img {
	float: left;
}

.testimonial-container .client-detail-block {
	display: inline-block;
	margin-left: 20px;
}

.testimonial-container .testimonial-title {
	color: #313b48;
	font-size: 16px;
}

.testimonial-container .testimonial-degicnation {
	color: #666;
	font-size: 14px;
	font-weight: 400;
}

.testimonial-container .swiper-pagination.testimonial-pager {
	bottom: 0;
}

.testimonial-container .swiper-pagination.testimonial-pager .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #313b48;
	opacity: 1;
}

.testimonial-container .swiper-pagination.testimonial-pager .swiper-pagination-bullet:hover, .testimonial-container .swiper-pagination.testimonial-pager .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #2299a1;
}

/*--------------------------------------------------------------
Fun Facts
--------------------------------------------------------------*/
.fun-facts-section {
	text-align: center;
	color: #fff;
}

.fun-facts-icon-wrap {
	display: block;
	text-align: center;
	color: var(--vert);
	font-size: 64px;
	line-height: 1.5;
}

.fun-facts-section .counter-wrapper {
	font-size: 46px;
	font-weight: 700;
	line-height: 46px;
	display: block;
	margin-bottom: 15px;
}

.fun-facts-section .fun-facts-title-wrap {
	display: block;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
}

/*----------------- tg-fun-facts-layout-2 -----------------*/
.tg-fun-facts-widget.tg-fun-facts-layout-2 .fun-facts-icon-wrap {
	background-color: rgba(255, 255, 255, 0.2);
	border: 5px solid rgba(255, 255, 255, 0.5);
	border-radius: 100%;
	color: #fff;
	display: inline-block;
	font-size: 36px;
	line-height: 120px;
	width: 120px;
	height: 120px;
}

.tg-fun-facts-widget.tg-fun-facts-layout-2 .fun-facts-title-wrap {
	line-height: 15px;
}

.tg-fun-facts-widget.tg-fun-facts-layout-2 .counter-wrapper {
	font-size: 46px;
	color: var(--vert);
	margin: 10px 0;
}

/*--------------------------------------------------------------
Blogs
--------------------------------------------------------------*/
.blog-section .tg-column-2 {
	margin: 0;
}

.blog-section .tg-blog-widget-layout-1 .tg-column-2 {
	width: 50%;
}

.blog-section .row:nth-child(odd) {
	float: left;
	width: 100%;
	background-color: #fcfcfc;
}

.blog-section .tg-blog-widget-layout-1 .row:nth-child(odd) .post-image {
	float: left;
	width: 50%;
	position: relative;
}

.blog-section .row .post-image figure img {
	padding: 0;
}

.blog-section .row:nth-child(odd) .post-image figure img {
	width: 100%;
}

.blog-section .row:nth-child(odd) .post-image:before {
	border-bottom: 15px solid transparent;
	border-right: 15px solid #fcfcfc;
	border-top: 15px solid transparent;
	content: " ";
	font-size: 22px;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.blog-section .tg-blog-widget-layout-1 .blog-content:hover .entry-title a {
	color: #fff;
}

.blog-section .row:nth-child(odd) .blog-content {
	float: left;
	padding: 15px 5px 15px 20px;
	width: 50%;
}

.blog-section .row:nth-child(odd) .post-readmore {
	display: none;
}

.blog-section .row:nth-child(odd) .entry-title {
	line-height: 24px;
}

.blog-section .row:nth-child(odd) .entry-title a {
	font-size: 18px;
	font-weight: 700;
	color: #313b48;
}

.blog-section .tg-blog-widget-layout-1 .tg-blog-widget:hover .blog-content .entry-title a {
	color: #fff;
}

.blog-section .row:nth-child(odd) .entry-title a:hover {
	color: var(--vert);
}

.blog-section .row:nth-child(odd) .entry-meta {
	margin: 8px 0;
	color: #919191;
}

.blog-section .row:nth-child(odd) .entry-meta .fa {
	padding-right: 5px;
}

.blog-section .row:nth-child(odd) .entry-meta a {
	font-size: 12px;
	color: #919191;
}

.blog-section .row:nth-child(odd) .entry-meta .entry-author {
	margin-left: 15px;
}

.blog-section .row:nth-child(odd) .entry-summary {
	font-size: 14px;
	color: #777;
	font-weight: 400;
}

.blog-section .tg-blog-widget-layout-1 {
	margin: 0;
}

.tg-blog-widget-layout-1 .entry-summary {
	max-height: 167px;
	overflow: hidden;
}

.blog-section .row:nth-child(even) {
	float: left;
	width: 100%;
	background-color: #fcfcfc;
}

.blog-section .row:nth-child(even) .post-image {
	float: right;
	position: relative;
	width: 50%;
}

.blog-section .row:nth-child(even) .post-image figure img {
	width: 100%;
}

.tg-blog-widget-layout-1 .tg-blog-widget .entry-summary {
	margin: 0;
}

.blog-section .row:nth-child(even) .post-image:before {
	border-bottom: 15px solid transparent;
	border-left: 15px solid #fcfcfc;
	border-top: 15px solid transparent;
	content: " ";
	font-size: 22px;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.blog-section .row:nth-child(even) .blog-content {
	float: right;
	padding: 15px 5px 15px 20px;
	width: 50%;
}

.blog-section .row:nth-child(even) .post-readmore {
	display: none;
}

.blog-section .row:nth-child(even) .entry-title {
	line-height: 24px;
}

.blog-section .row:nth-child(even) .entry-title a {
	font-size: 18px;
	font-weight: 700;
	color: #313b48;
}

.blog-section .row:nth-child(even) .entry-title a:hover {
	color: var(--vert);
}

.blog-section .row:nth-child(even) .entry-meta {
	margin: 8px 0;
	color: #919191;
}

.blog-section .row:nth-child(even) .entry-meta .fa {
	margin-right: 5px;
}

.blog-section .row:nth-child(even) .entry-meta a {
	font-size: 12px;
	color: #919191;
}

.blog-section .row:nth-child(even) .entry-meta .entry-author {
	margin-left: 15px;
}

.blog-section .row:nth-child(even) .entry-summary {
	font-size: 14px;
	color: #777;
	font-weight: 400;
}

.blog-section .tg-blog-widget {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.blog-section .tg-blog-widget-layout-1 .tg-blog-widget:hover {
	background-color: var(--vert);
}

.blog-section .tg-blog-widget-layout-1 .tg-blog-widget:hover .entry-title a {
	color: #fff;
}

.blog-section .tg-blog-widget-layout-1 .tg-blog-widget:hover .entry-title a:hover {
	color: #313b48;
}

.blog-section .tg-blog-widget-layout-1 .tg-blog-widget:hover .entry-meta {
	color: #fff;
}

.blog-section .tg-blog-widget-layout-1 .tg-blog-widget:hover .entry-meta a {
	color: #fff;
}

.blog-section .tg-blog-widget-layout-1 .tg-blog-widget:hover .entry-summary {
	color: #fff;
}

.blog-section .row:nth-child(odd) .tg-blog-widget:hover .post-image:before {
	border-right: 15px solid var(--vert);
}

.blog-section .row:nth-child(even) .tg-blog-widget:hover .post-image:before {
	border-left: 15px solid var(--vert);
}

.blog-section .tg-blog-widget-layout-1 .entry-title a:hover,
.blog-section .tg-blog-widget-layout-1 .tg-blog-widget:hover .blog-content .entry-title a:hover {
	color: #fff;
}

.blog-section .tg-blog-widget-layout-2 .post-image {
	position: relative;
	width: auto;
	float: none;
}

.blog-section .tg-blog-widget-layout-2 .post-image img {
	width: 100%;
	padding: 0;
}

.blog-section .tg-blog-widget-layout-2 .post-image .entry-date {
	background: var(--vert);
	left: 0;
	padding: 10px;
	position: absolute;
	text-align: center;
	top: 0;
}

.blog-section .tg-blog-widget-layout-2 .post-image .entry-date .fa {
	display: none;
}

.blog-section .tg-blog-widget-layout-2 .post-image .entry-date a {
	color: #fff;
	font-size: 12px;
}

.blog-section .tg-blog-widget-layout-2 .post-image.image-none .entry-date {
	position: relative;
	display: inline-block;
}

.blog-section .tg-blog-widget-layout-2 .post-image:before {
	display: none;
}

.blog-section .tg-blog-widget-layout-2 .blog-content {
	float: none;
	padding: 0 10px;
	width: auto;
	text-align: left;
}

.blog-section .tg-blog-widget-layout-2 .entry-title a {
	font-size: 18px;
	line-height: 24px;
	display: block;
}

/*----------------- tg-blog-widget-layout-2 -----------------*/
.tg-blog-widget-layout-2 .entry-title {
	margin-top: 15px;
}

.blog-section .tg-blog-widget-layout-2 .post-readmore {
	background: var(--vert);
	color: #fff;
	display: inline-block;
	font-size: 12px;
	padding: 6px 12px;
	margin: 20px 0;
}

.blog-section .tg-blog-widget-layout-2 .post-readmore:hover {
	background: #2299a1;
}

.blog-section .tg-blog-widget-layout-2 .read-more-container {
	background: #f6f6f6;
	display: inline-block;
	width: 100%;
	padding: 5px 10px;
	margin-top: 20px;
}

.blog-section .tg-blog-widget-layout-2 .read-more-container .entry-author {
	float: left;
	color: #8e8e8e;
}

.tg-blog-widget-layout-2 .read-more-container .entry-author a {
	color: #8e8e8e;
	font-size: 12px;
}

.blog-section .tg-blog-widget-layout-2 .read-more-container .entry-author .fa {
	margin-right: 5px;
}

.blog-section .tg-blog-widget-layout-2 .read-more-container .read-more {
	float: right;
}

.blog-section .tg-blog-widget-layout-2 .read-more-container .read-more a {
	font-size: 12px;
	color: var(--vert);
}

.blog-section .tg-blog-widget-layout-2:hover {
	background-color: #fcfcfc;
}
.blog-section .tg-blog-widget-layout-2:hover .entry-meta a {
	color: #919191;
}
.tg-blog-widget-layout-2 .blog-content p {
	margin: 0 0 10px;
}
.blog-section .tg-blog-widget-layout-2 .entry-title a:hover,
.blog-section .tg-blog-widget-layout-2 .tg-blog-widget:hover .blog-content .entry-title a:hover,
.blog-section .tg-blog-widget-layout-2 .read-more-container .read-more:hover a {
	color: #239ca4;
}
.tg-blog-widget-layout-2 .read-more-container .entry-author:hover {
	color: #239ca4;
}
.tg-blog-widget-layout-2 .read-more-container .entry-author:hover a {
	color: #239ca4;
}
/*--------------------------------------------------------------
Clients
--------------------------------------------------------------*/
.client-wrapper.swiper-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
}
/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
#top-footer {
	background-color: #313b48;
	padding: 80px 0 30px;
}

#top-footer .footer-logo {
	display: inline-block;
	width: 100%;
	margin-bottom: 15px;
}

#top-footer .footer-logo .logo-image {
	float: left;
	padding: 5px;
}

#top-footer .footer-logo .site-title {
	font-size: 32px;
	color: #fff;
	font-weight: 700;
	float: left;
	line-height: 42px;
}

#top-footer .textwidget {
	font-size: 15px;
	color: #fff;
	line-height: 24px;
	font-weight: 400;
}

#top-footer .widget-title {
	font-size: 18px;
	border-left: 3px solid var(--vert);
	font-weight: 600;
	line-height: 24px;
	color: #fff;
	margin-bottom: 30px;
	padding-left: 20px;
}

#top-footer .widget-title:first-letter {
	color: var(--vert);
}

#top-footer .widget {
	margin-bottom: 30px;
}

#top-footer .widget ul {
	margin: 0;
	list-style: none;
}

#top-footer .widget ul li {
	position: relative;
	padding: 0 0 10px 20px;
	font-size: 12px;
}

#top-footer .widget ul li:after {
	color: #fff;
	content: "\" /*rtl:"\"*/;
	font-family: fontawesome;
	left: 0;
	position: absolute;
	top: 0;
}

#top-footer .widget ul li a {
	font-size: 14px;
	color: #fff;
}

#top-footer .widget ul li a:hover {
	color: var(--vert);
}

#top-footer .widget_tag_cloud .tagcloud a {
	border: 1px solid #fff;
	color: #fff;
	display: inline-block;
	margin: 6px 4px;
	padding: 0 5px;
}

#top-footer .widget_tag_cloud .tagcloud a:hover {
	background-color: var(--vert);
	border-color: var(--vert);
}

#bottom-footer {
	padding: 20px 0;
	background-color: #28313d;
}

#bottom-footer .copyright {
	float: left;
}

#bottom-footer .copyright-text {
	color: #fff;
	font-size: 12px;
}

#bottom-footer .copyright-text a {
	color: #bcbaba;
}

#bottom-footer .copyright-text a:hover {
	color: var(--vert);
}

#bottom-footer .footer-menu {
	float: right;
	margin: 0;
}

#bottom-footer .footer-menu ul li {
	float: left;
}

#bottom-footer .footer-menu ul li:after {
	content: "|";
	padding: 0 5px;
	color: #fff;
}

#bottom-footer .footer-menu ul li:last-child:after {
	display: none;
}

#bottom-footer .footer-menu ul li a {
	color: #fff;
	font-size: 12px;
}

#bottom-footer .footer-menu ul li a:hover {
	color: var(--vert);
}

.footer-menu li {
	float: left;
	padding: 0 0 0 15px;
}

.footer-menu li a {
	color: #fff;
	font-size: 12px;
}

.footer-menu li a:hover {
	color: var(--vert);
}
/*--------------------------------------------------------------
Archive
--------------------------------------------------------------*/
.post {
	margin-bottom: 40px;
	padding: 18px
}

.post .entry-thumbnail {
	float: left;
	margin-right: 30px;
	width: 33.7%;
}

.entry-meta .entry-date a .updated:not(.published) {
	display: none;
}

.entry-content-block #primary .entry-title {
	font-size: 20px;
	line-height: 24px;
}

.entry-content,
.entry-summary {
	margin-top: 12px;
	color: var(--gris);
}

#primary .entry-footer span {
	font-size: 14px;
	margin-right: 15px;
}

#primary .entry-footer span .fa {
	margin-right: 5px;
}

#primary .entry-footer span a {
	font-size: 12px;
}

.navigation.posts-navigation {
	margin: 20px 0;
}

.entry-meta {
	font-size: 12px;
	margin-top: 12px;
}

.entry-meta .fa {
	padding-right: 5px;
}

.entry-meta a {
	font-size: 12px;
	color: #8e8e8e;
}

.entry-footer a {
	font-size: 12px;
	color: #8e8e8e;
}

.entry-meta span {
	margin-right: 15px;
}

#secondary {
	float: right;
	width: 32.22%;
}

#secondary .widget-title {
	font-size: 14px;
	position: relative;
	margin-bottom: 30px;
}

#secondary .widget-title:before, #secondary .widget-title:after {
	background: #e1e1e1 none repeat scroll 0 0;
	bottom: -10px;
	content: " ";
	height: 1px;
	left: 0;
	margin-left: 0;
	position: absolute;
	width: 100%;
}

#secondary .widget-title:after {
	background: var(--vert);
	bottom: -11px;
	height: 3px;
	margin-left: 0;
	width: 30px;
}

#secondary .searchform input {
	border: none;
	border-bottom: 1px solid #666;
	width: 70%;
}

#secondary .searchform .btn:hover {
	background: var(--vert) none repeat scroll 0 0;
}

#secondary .searchform button[type="submit"] {
	margin-bottom: 0;
}

#secondary .widget {
	margin-bottom: 30px;
}

#secondary .widget ul {
	margin: 0;
	list-style: none;
}

#secondary .widget ul li {
	position: relative;
	padding: 0 0 10px 20px;
	font-size: 12px;
}

#secondary .widget ul li:after {
	color: #000;
	content: "\" /*rtl:"\"*/;
	font-family: fontawesome;
	left: 0;
	position: absolute;
	top: 0;
}

#secondary .widget ul li a {
	font-size: 12px;
}

#secondary .widget ul li a:hover {
	color: var(--vert);
}

.widget_post_list .post-link-block {
	margin-bottom: 20px;
	display: inline-block;
}

.widget_post_list .entry-thumbnail {
	float: left;
	margin-right: 30px;
	width: 20%;
}

.widget_post_list .entry-content-block {
	overflow: hidden;
}

.widget_post_list .entry-content-block .entry-title {
	line-height: 13px;
	margin-bottom: 18px;
}

.widget_post_list .entry-content-block .entry-title a {
	font-size: 12px;
}

.widget_post_list .entry-content-block .entry-meta a {
	color: #8e8e8e;
	font-size: 12px;
}

.widget_post_list .entry-meta .entry-author {
	margin-left: 15px;
}

.blog .entry-thumbnail {
	float: left;
	width: 33.7%;
}

.blog .entry-content-block {
	width: 100%;
}

#primary .post .entry-content-block .entry-content {
	border: none;
}

.full-width-archive #primary .post {
	margin-bottom: 50px;
	width: 100%;
}

.full-width-archive #primary .post.has-post-thumbnail {
	margin-bottom: 0;
}

.full-width-archive #primary .post .entry-thumbnail {
	width: 100%;
	float: none;
	margin-right: 0;
}

.full-width-archive #primary .post .entry-thumbnail img {
	width: 100%;
}

.full-width-archive #primary .post .entry-content-block {
	overflow: unset;
	width: 94%;
	position: relative;
	top: 0;
	padding: 20px 20px 0;
	margin: 0 auto;
	background: #fff;
}

.full-width-archive #primary .post.has-post-thumbnail .entry-content-block {
	overflow: unset;
	width: 94%;
	position: relative;
	top: -45px;
	padding: 20px 20px 0;
	margin: 0 auto;
	background: #fff;
}

.grid-view #primary .post {
	display: inline-block;
	margin-bottom: 30px;
	margin-right: 1%;
	vertical-align: top;
	width: 48%;
}

.grid-view #primary .post .entry-thumbnail {
	width: 100%;
}

.grid-view #primary .post .entry-content-block {
	position: unset;
	width: 100%;
}

.post-type-archive-portfolio .entry-thumbnail {
	float: left;
	clear: both;
	margin-bottom: 40px;
	margin-right: 30px;
}

.post-type-archive-portfolio .navigation.posts-navigation {
	width: 100%;
	clear: both;
}

.entry-content-block .entry-title {
	font-size: 18px;
}

.grid-view .entry-header {
	margin-top: 10px;
}

/*--------------------------------------------------------------
Bread Crumb
--------------------------------------------------------------*/
.breadcrumb-trail.breadcrumbs {
	background: #fafafa none repeat scroll 0 0;
	margin-bottom: 30px;
}

.breadcrumb-trail.breadcrumbs .trail-title {
	float: left;
	font-weight: 400;
	font-size: 25px;
	padding: 6px 0;
}

.breadcrumb-trail.breadcrumbs .trail-items {
	float: right;
	margin: 0;
	padding: 14px 0;
	list-style: none;
}

.breadcrumb-trail.breadcrumbs .trail-items li {
	float: left;
}

.breadcrumb-trail.breadcrumbs .trail-items li:first-child span:before {
	display: none;
}

.breadcrumb-trail.breadcrumbs:before {
	clear: both;
	content: "";
	display: block;
}

.breadcrumb-trail.breadcrumbs .trail-items li span {
	font-size: 12px;
	color: #a1a1a1;
	position: relative;
	line-height: 18px;
	padding: 0 14px;
}

.breadcrumb-trail.breadcrumbs .trail-items li span a {
	color: #a1a1a1;
}

.breadcrumb-trail.breadcrumbs .trail-items li span:before {
	color: #a1a1a1;
	content: "\" /*rtl:"\"*/;
	font-family: fontawesome;
	left: 0;
	position: absolute;
	top: 0;
}

.page-template-pagebuilder .breadcrumb-trail.breadcrumbs {
	margin: 0;
}

/*--------------------------------------------------------------
Post Page
--------------------------------------------------------------*/


.single .entry-content-block .entry-meta {
	margin-top: 0;
	margin-bottom: 20px;
}

.single .entry-content-block .entry-header {
	margin: 20px 0 5px;
}

.single .entry-thumbnail {
	margin-top: 20px;
	width: 100%;
}

.single .entry-thumbnail img {
	padding: 0;
}

.single .entry-content-block {
	width: 100%;
}

.single .entry-content-block .entry-title {
	font-size: 20px;
}

.single .entry-content-block .entry-meta .fa {
	padding-right: 5px;
}

.single .entry-content-block .entry-meta a {
	font-size: 12px;
}

.post .entry-content-block .entry-meta a:hover,
.post .entry-content-block .entry-meta span:hover {
	color: var(--vert);
}

.single .entry-content-block .entry-content {
	border-bottom: 1px solid #c5c5c5;
}

.single .entry-content-block .entry-footer span {
	color: #8e8e8e;
	font-size: 14px;
	margin-right: 15px;
}

.single .entry-content-block .entry-footer span .fa {
	margin-right: 5px;
}

.single .entry-content-block .entry-footer span a {
	color: #8e8e8e;
	font-size: 12px;
}

.post .entry-content-block .entry-footer span a:hover {
	color: var(--vert);
}

.author-description {
	border-bottom: 1px solid #c5c5c5;
	display: block;
	padding: 0 0 30px;
}

.author-description .author-img {
	display: inline-block;
	width: 75px;
	float: left;
}

.author-description .author-description-block {
	width: calc(100% - 100px);
	float: right;
	display: inline-block;
}

.author-description .author-description-block .author-title {
	color: #313b48;
	font-weight: 700;
}

.author-description .author-description-block .author-summary {
	font-size: 12px;
}

.default-wp-page {
	margin: 0;
	padding: 30px 0;
	display: inline-block;
	border-bottom: 1px solid #c5c5c5;
}

.default-wp-page .previous {
	float: left;
	width: 46%;
}

.default-wp-page .previous a {
	display: inline-block;
}

.default-wp-page .previous a span {
	float: left;
}

.default-wp-page .previous a span:first-child {
	font-size: 30px;
	padding: 8px 0;
}

.default-wp-page .previous a span img {
	padding: 0 10px;
}

.default-wp-page .previous a .entry-title {
	display: inline-block;
	width: 60%;
	padding: 8px 0;
}

.default-wp-page .navigation-divider {
	display: inline-block;
	padding: 20px;
}

.default-wp-page .next {
	float: right;
	width: 46%;
}

.default-wp-page .next a {
	display: inline-block;
}

.default-wp-page .next a span {
	float: right;
}

.default-wp-page .next a span:first-child {
	font-size: 30px;
	padding: 8px 0;
}

.default-wp-page .next a span img {
	padding: 0 10px;
}

.default-wp-page .next a .entry-title {
	display: inline-block;
	width: 60%;
	padding: 8px 0;
	text-align: right;
}

.related-posts-wrapper {
	margin-top: 30px;
}

.related-posts-wrapper .related-posts-main-title {
	margin-bottom: 20px;
}

.related-posts-wrapper .post-thumbnails {
	margin-bottom: 20px;
}

.related-posts-wrapper .post-thumbnails img {
	padding: 0;
}

.related-posts-wrapper .entry-title {
	font-size: 18px;
}

.related-posts-wrapper .entry-title a:hover {
	color: var(--vert);
}

.related-posts-wrapper .entry-meta > span a:hover {
	color: var(--vert);
}

/*--------------------------------------------------------------
404 page
--------------------------------------------------------------*/

.not-found {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin: 60px auto!important;
}



.not-found .not_found_img {
	width: 800px;
}

.not-found p {
	font-size: 18px;
	text-align: center !important;
}

.not-found a {
	font-size: 18px;
	display: block;
	text-align: center;
}

.not-found a:hover {
	color: var(--vert-clair);
}

.not-found .error-404-title {
	text-align: center;
	margin-bottom: 20px;
}



.space_404 {
	max-height: 200px;
	margin-top: 200px;
}

/*--------------------------------------------------------------
Comments
--------------------------------------------------------------*/
#comments {
	padding: 30px 0;
}

#comments .comments-title {
	font-size: 25px;
	line-height: 30px;
}

#comments .comment-list {
	margin: 0;
}

#comments .comment-list article.comment-body .comment-author {
	float: left;
	max-width: 100px;
}

#comments .comment-list article.comment-body .comment-author .says {
	display: none;
}

#comments .comment-list article.comment-body .comment-author img {
	margin-right: 30px;
	display: block;
	margin-bottom: 20px;
}

#comments .comment-list article.comment-body .comment-metadata {
	padding: 6px 0;
}

#comments .comment-list article.comment-body .comment-metadata a {
	color: #8e8e8e;
	font-size: 12px;
}

#comments .comment-list article.comment-body .comment-metadata .entry-author {
	margin-left: 15px;
}

#comments .comment-list article.comment-body .comment-content {
	overflow: hidden;
	font-weight: 500;
}

#comments .comment-list article.comment-body .comment-content p {
	margin: 0;
}

#comments .comment-list article.comment-body .reply {
	margin-left: 100px;
	padding-top: 6px;
}

#comments .comment-list article.comment-body .reply a {
	color: #8e8e8e;
	font-size: 12px;
	position: relative;
}

#comments .comment-list article.comment-body .reply a:before {
	position: absolute;
	top: 50%;
	left: 100%;
	content: " ";
	width: 30px;
	border: 1px solid #c5c5c5;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-left: 10px;
}

#comments .comment-list .comment {
	border-bottom: 1px solid #c1c1c1;
	padding: 30px 0;
}

#comments .comment-list .comment ul.children {
	margin-left: 100px;
}

#comments .comment-list .comment ul.children .comment {
	padding: 0;
	border-bottom: none;
}

#comments .comment-list .comment ul.children .comment article.comment-body {
	border-bottom: 1px solid #c1c1c1;
	padding: 20px 0;
}

#comments .comment-list .comment ul.children .comment article.comment-body:last-child {
	border: none;
}

#respond {
	padding-bottom: 10px;
}

#respond #commentform .comment-form-comment #comment {
	background: #f9f9f9 none repeat scroll 0 0;
	resize: none;
}

#respond #commentform p {
	padding-bottom: 20px;
}

#respond #commentform p label {
	font-weight: 500;
}

#respond #commentform p input {
	background: #f9f9f9 none repeat scroll 0 0;
}

#respond #commentform .form-submit input {
	background: var(--vert);
	height: 45px;
	line-height: 30px;
}

#respond #commentform .form-submit input:hover {
	background-color: #1c9ba4;
}

/*--------------------------------------------------------------
Gutenberg Blocks Layout.
--------------------------------------------------------------*/
.wp-block-gallery.alignleft, .wp-block-gallery.alignright, .wp-block-gallery.aligncenter,
.wp-block-social-links.alignleft,
.wp-block-social-links.alignright,
.wp-block-social-links.aligncenter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

/*--------------------------------------------------------------
WooCommerce
--------------------------------------------------------------*/
.woocommerce ul.products li.product a img,
.woocommerce div.product div.images img {
	padding: 0;
}

.woocommerce span.onsale,
.woocommerce ul.products li.product .onsale {
	background-color: var(--vert);
	padding: 0;
	height: 50px;
	width: 50px;
	line-height: 50px;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
	width: auto;
}

.woocommerce ul.products li.product .button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	background-color: var(--vert);
	color: #fff;
}

.woocommerce ul.products li.product .button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
	background-color: #2299a1;
}

.added_to_cart.wc-forward {
	background-color: var(--vert);
	border-radius: 3px;
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	padding: 4px 17px;
	margin-top: 5px;
}

.added_to_cart.wc-forward:hover {
	background-color: #2299a1;
}

.added_to_cart.wc-forward:after {
	content: "\f23d";
	color: #fff;
	font-family: fontawesome;
	padding-left: 8px;
}

.woocommerce-Price-amount.amount {
	color: var(--vert);
}

.woocommerce .star-rating span {
	color: #ffae65;
}

.widget_shopping_cart .buttons {
	text-align: center;
}

.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
	padding: 5px 0;
	text-align: center;
}

.flash-cart-views .woocommerce ul.cart_list li img {
	width: 70px;
}

.woocommerce ul.product_list_widget li img {
	width: 70px;
}

.woocommerce ul.products li.product .price del {
	margin-right: 5px;
	display: inline-block;
}

.woocommerce nav.woocommerce-pagination {
	text-align: left;
}

.woocommerce .woocommerce-breadcrumb {
	float: right;
	margin: 0;
	padding: 14px 0;
}

.woocommerce .woocommerce-breadcrumb span {
	font-size: 12px;
	color: #a1a1a1;
	position: relative;
	line-height: 18px;
	padding: 0 14px;
}

.woocommerce .woocommerce-breadcrumb span:before {
	color: #a1a1a1;
	content: "\" /*rtl:"\"*/;
	font-family: fontawesome;
	left: 0;
	position: absolute;
	top: 0;
}

.woocommerce .woocommerce-breadcrumb span:first-of-type:before {
	content: none;
}

#secondary .widget_products ul.product_list_widget li img {
	padding: 0 0 20px 0;
}

#secondary .widget_products ul li {
	clear: both;
}

.woocommerce-breadcrumb {
	float: right;
	margin: 0;
	padding: 14px 0;
}

.woocommerce-breadcrumb span {
	font-size: 12px;
	color: #a1a1a1;
	position: relative;
	line-height: 18px;
	padding: 0 14px;
}

.woocommerce-breadcrumb span:before {
	color: #a1a1a1;
	content: "\" /*rtl:"\"*/;
	font-family: fontawesome;
	left: 0;
	position: absolute;
	top: 0;
}

.woocommerce-breadcrumb span:first-of-type:before {
	content: none;
}

.slider-arrow .swiper-button-prev:after {
	content: none;
}

.slider-arrow .swiper-button-next:after {
	content: none;
}

/*****************************************************/
/************************ DEV ************************/
/*****************************************************/

h2:not(.presentation-course h2 , .course-title h2), .hero h1, .presentation_all .presentation .content h3, footer .content_all .title {
	margin-bottom: 40px;
}

h2 {
	position: relative;
	line-height: 1.2;	
}

section h2:not(.hero .content h2, .evenement .content h2, .prestations_types .prestation_type h2 ), .hero h1, .presentation_all .presentation .content h3, footer .content_all .title {
	position: relative;
	width: fit-content;
}

section h2:not(.hero .content h2, .evenement .content h2, .prestations_types .prestation_type h2) {
	transform: translate(-50%);
	left: 50%;
}

h2:before, .hero h1:before, .presentation_all .presentation .content h3:before, footer .content_all .title:before {
	position: absolute;
	content: "";
	bottom: -20px;
	transform: translate(-50%);
    left: 50%;
	height: 3px;
	width: 50px;
	background: var(--vert);
	display: none;
}

.hero .content h2::before, .hero .content h1::before, .evenement .content h2:before, .presentation_all .presentation .content h3:before, footer .content_all .title:before {
	transform: unset;
	left: 0;
}

.presentation_all .presentation .complementaire .content h3:before, footer .content_all .title:before {
	background: #fff;
}

.wpcf7 .wpcf7-response-output {
    width: fit-content;
    margin: auto!important;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450;
	display: none;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: var(--vert);
}

.wpcf7 form .submit_button {
	transform: translate(-50%);
    left: 50%;
	margin-top: 20px;
	max-width: fit-content;
    width: 100%;
}

.wpcf7 form .submit_button .wpcf7-spinner {
	position: absolute;
    transform: translate(-50%);
    left: 50%;
    bottom: -55px;
    margin: 0;
}

.border_vert {
	border: 4px solid var(--vert)!important;
}

.hide {
	position: absolute;
	opacity: 0;
    visibility: hidden;
    height: 0;
    margin: 0!important;
}

.invalid_text {
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	color: red;
	padding: 10px;
	width: fit-content;
	font-size: 18px;
	font-weight: 600;
	background: rgba(0,0,0,0.3);
	backdrop-filter: blur(5px);
}

.simple_content {
	margin: 50px 0;
}

.simple_content h2 {
	text-align: center;
}

/******************** SECTION HERO *******************/

.hero_all {
	position: relative;
    margin: auto;
}

.top_tel, .top_tel:hover {
	color: #fff;
}

.top_tel {
	position: absolute;
    z-index: 20;
    top: 25px;
    right: 0;
    margin: 0;
    padding: 15px 60px;
    border-radius: 50px 0 0 50px;
    font-weight: 600;
	font-size: 16px;
	background: var(--gris);
}

.hero {
	position: relative;
	height: 600px;
}

.inside-page .hero {
	height: 500px;
}

.hero .hero_bg {
	position: relative;
	z-index: 5;
	object-fit: cover;
	height: 100%;
	width: 100%;
	border-radius: 40px 60px 60px 40px;
}

.hero .content {
	display: none;
	position: absolute;
	z-index: 10;
	top: 50px;
	left: 50px;
    padding: 40px;
	max-width: 500px;
	width: 100%;
	border-radius: 0 150px 0 40px;
	background: #fff;
}

.hero .content h1 {
	font-size: 30px;
}

.hero .content p {
	overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 6;
           line-clamp: 6; 
   -webkit-box-orient: vertical;
}


.hero-title-span {
	font-family: var(--permanent-marker) !important;
	font-weight: 400;
	font-size: 70px;
}



.hero #hero_carousel {
	display: flex;
	overflow: hidden;
	height: 600px;
}

.hero #hero_carousel div {
	min-width: 100%;
	transition: all 0.5s ease-in-out;
	position: relative;
}

.hero #hero_carousel div::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgb(0, 0, 0, 0.25) 60%, rgba(0, 0, 0, 0) 100%);
	z-index: 1;
}

.hero #hero_carousel div img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}



.hero-inside-page {
    display: block;
    justify-content: unset;
}

.hero-inside-page .content {
	position: relative;
    z-index: 20;
    padding: 40px 60px;
    margin: 0 auto;
    max-width: 1000px;
}

.hero-inside-page .content button {
	position: relative;
	transform: translate(-50%);
	left: 50%;
}

 .hero-inside-page .page_image {
	width: 100%;
	height: 370px;
	position: relative;
	margin-bottom: 30px;

}

.hero-inside-page .page_image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgb(0, 0, 0, 0.25) 60%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
}

.hero-inside-page .page_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-inside-page {
    position: relative;
}

.hero-title {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
	font-weight: 600;
    color: #fff;
	text-align: center;
	line-height:38px !important;
	width: 100%;
    max-width: 400px;
	padding:12px;
}

.hero-title h1 {
	font-size: 36px;
}

/**************** SECTION PRESTATIONS ***************/

.prestations_all {
	margin: 50px auto 130px!important;
}

.prestations_all .prestations, .autresPrestations {
	position: relative;
	top: 30px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 30px;
}

.prestations_all .prestations .prestation, .autresPrestations .prestation {
    position: relative;
    display: flex;
    gap: 30px;
    padding: 40px 30px 0;
    width: 500px;
    border-top-left-radius: 50px;
	background: #fff;
	box-shadow: 0 0 20px 0px rgba(0,0,0,0.1);
	transition: all 0.5s ease-in-out;
}

.prestations_all .prestations .prestation:hover, .autresPrestations .prestation:hover {
	box-shadow: 0 0 20px 0px rgba(0,0,0,0.3);
}

.prestations_all .prestations .prestation .img, .autresPrestations .prestation .img {
	flex: 27%;
}

.prestations_all .prestations .prestation .img img, .autresPrestations .prestation .img img {
	position: relative;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	width: 90%;
	height: auto;
}

.prestations_all .prestations .prestation .content, .autresPrestations .prestation .content {
	flex: 73%;
}

.prestations_all .prestations .prestation .content h2, .autresPrestations .prestation .content h3 {
	font-size: 1.5em;
    margin-bottom: 20px;
}

.prestations_all .prestations .prestation .content h2:before, .autresPrestations .prestation .content h3:before {
	display: none;
}

.prestations_all .prestations .prestation .plus_img, .autresPrestations .prestation .plus_img {
	position: absolute;
	top: 20px;
    right: 20px;
    width: 35px;
	height: 35px;
	transition: all 0.5s ease-in-out;
}

.prestations_all .prestations .prestation .plus_img:hover, .autresPrestations .prestation .plus_img:hover {
	transform: scale(1.1) rotate(180deg);
}


/************* SECTION EVENEMENT ULTRA ************/

.presentation {
	position: relative;
}

.presentation_img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.presentation_all.ultra93-section {
    display: flex;
    align-items: center;
    position: relative;
    max-width: 900px;
    height: 100%;
    margin: 0 auto;
    padding: 60px 0;
    border-radius: 2px;
    box-shadow: 0 8px 32px 0 rgba(24,25,29,0.08);
    background: #fff;
}

.presentation_all .ultra93-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
    z-index: 2;
}

.presentation_all .ultra93-title {
    text-align: center;
    margin-bottom: 40px;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.5px;
}

.presentation_all .ultra93-text {
    text-align: center;
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 1.7;
    color: var(--gris);
}

.presentation_all .ultra93-text p {
    margin:  auto 18px auto;
    max-width: 700px;
}

.presentation_all .ultra93-text .ultra93-cta {
    margin-top: 30px;
    font-size: 18px;
}

.ultra93-cta {
    background: linear-gradient(90deg, var(--vert-clair), var(--vert));
    background-clip: text;
    color: transparent;
	font-weight: 700;
}

.presentation_all .ultra93-btn-wrapper button {
    background: linear-gradient(90deg, var(--vert-clair), var(--vert));
    border: none;
    padding: 15px 60px;
    display: inline-block; 
    font-size: 17px;
    font-weight: 600;
    width: 100%;
    text-transform: uppercase;
    cursor: pointer;
    transform: skew(-21deg);
    color: #fff;
    position: relative;
    overflow: hidden;
	border-radius: 18px;
}

.presentation_all .ultra93-btn-wrapper button span {
    display: inline-block;
    transform: skew(21deg);
    position: relative;
    z-index: 2;
}

.presentation_all .ultra93-btn-wrapper button::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    left: 0;
    background: linear-gradient(90deg, #FF8C42, #FD6A02);
    opacity: 0;
    z-index: 1;
    transition: all 0.5s;
    width: 100%;
    height: 100%;
}

.presentation_all .ultra93-btn-wrapper button:hover {
    color: #fff;
}

.presentation_all .ultra93-btn-wrapper button:hover::before {
    left: 0;
    right: 0;
    opacity: 1;
}

/************* SECTION PRESETATIONS TYPES ************/


.presentation {
	top: -50px;
}

.prestations_types {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	position: relative;
	top: -180px;
	gap: 30px;
	z-index: 20;
	max-width: 1100px;
	margin: 0 auto;
}

.prestations_types .prestation_type {
	display: block;
	position: relative;
	width: 500px;
	border-radius: 15px;
}

.prestations_types .prestation_type .img-course {
	height: 250px;
    width: 100%;
    object-fit: cover;
	border-radius:24px
}

.prestations_types .prestation_type .titre::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	background: linear-gradient(90deg, var(--vert-clair), var(--vert)) !important;
}

.prestations_types .prestation_type .titre {
	padding: 6px 30px;
	transition: 0.2s all ease-in-out;
	position: absolute;
    bottom: 30px;
    width: 100%;
}

.prestations_types .prestation_type .titre img {
	position: absolute;
    width: 150px;
    left: 15px;
    top: 50%;
    transform: translateY(-55%);
}

.prestations_types .prestation_type .titre h2 {
	left: 150px;
	margin: 0;
	width: fit-content;
    color: #fff !important;
	text-align: left;
	font-size: 20px;
}

.prestations_types .prestation_type.course-10km:hover .titre::before {
    background: linear-gradient(90deg, var(--bleu) 0%, var(--bleu-fonce) 100%) !important;
}	


.prestations_types .prestation_type.course-25km:hover .titre::before {
    background: linear-gradient(90deg, var(--vert-bleu) 0%, var(--vert-bleu-fonce) 100%) !important;
}

.prestations_types .prestation_type.course-45km:hover .titre::before {
    background: linear-gradient(90deg, var(--rose) 0%, var(--rose-fonce) 100%) !important;
}

.prestations_types .prestation_type.course-85km:hover .titre::before {
    background: linear-gradient(90deg, var(--orange) 0%, var(--orange-fonce) 100%) !important;
}

.prestations_types .prestation_type.course-10km:hover .titre::before,
.prestations_types .prestation_type.course-25km:hover .titre::before,
.prestations_types .prestation_type.course-45km:hover .titre::before,
.prestations_types .prestation_type.course-85km:hover .titre::before {
    -webkit-text-fill-color: #fff !important;
    background-clip: initial !important;
	opacity: 1;
}


/**************** SECTION EVENEMENT ***************/

.evenement {
	position: relative;
    margin-top: 80px!important;
    display: flex;
    justify-content: center;
    padding: 0 50px;
    
}

.evenement .img {
	flex: 54%;
	position: relative;
    z-index: 10;
}

.evenement .img img {
	object-fit: cover;
    height: 100%;
    width: 100%;
	border-radius: 150px 50px 50px 150px;
}

.evenement .content {
	flex: 46%;
	margin: 30px 0 30px 100px;
}

.evenement .square_dark {
	position: absolute;
    z-index: 5;
    top: -80px;
    left: -80px;
    width: 250px;
    height: 250px;
    background: var(--gris);
}

.evenement .cta {
	display: flex;
	padding: 11px 33px;
	text-decoration: none;
	font-size: 25px;
	color: white;
	background: var(--vert);
	transition: 1s;
	box-shadow: 6px 6px 0 var(--gris);
	transform: skewX(-15deg);
	border: none;
	cursor: pointer;
}

.evenement .cta:focus {
	outline: none;
}

.evenement .cta:hover {
	transition: 0.5s;
	box-shadow: 10px 10px 0 var(--orange);
}

.evenement .cta .second {
	width: 20px;
	margin-left: 30px;
	position: relative;
	top: 12%;
	transition: 0.5s;
	margin-left: 0px;
}

.evenement .cta:hover .second {
	transition: 0.5s;
	margin-left: 45px;
}

.evenement .span {
	transform: skewX(15deg);
}

.evenement .one {
	transition: 0.4s;
	transform: translateX(-60%);
}

.evenement .two {
	transition: 0.5s;
	transform: translateX(-30%);
}

.evenement .cta:hover .three {
	animation: color_anim 1s infinite 0.2s;
}

.evenement .cta:hover .one {
	transform: translateX(0%);
	animation: color_anim 1s infinite 0.6s;
}

.evenement .cta:hover .two {
	transform: translateX(0%);
	animation: color_anim 1s infinite 0.4s;
}

@keyframes color_anim {
	0% {
		fill: white;
	}

	50% {
		fill: var(--orange);
	}

	100% {
		fill: white;
	}
}

.evenement .cta .arrow-flip {
	transform: scaleX(-1);
}


.evenement .cta.prev {
	display: flex !important;
	flex-direction: row-reverse !important;
	align-items: center !important;
	gap: 30px !important;
}

.evenement .cta.prev:hover .second {
	transform: translateX(-15px);
  }
  
  .evenement .cta.prev .arrow-flip {
	transform: scaleX(-1);
  }

/********** SECTION ACTUALITES FRONT PAGE **********/

.actualites .content, .avis .content {
	position: relative;
	margin: 30px 0;
}

.actualites #actualites_carousel, .avis .carousel {
	position: relative;
	margin: auto;
	display: flex;
	height: auto;
	align-items: center;
	overflow-x: hidden;
}

.actualites .actualite_carousel-item, .avis .carousel_item {
	position: relative;
	visibility: visible;
	transition: all ease-in-out 1s;
	background: #fff;
}

.actualites .arrow, .avis .arrow {
	position: absolute;
	width: fit-content;
	cursor: pointer;
}

.actualites .arrow_left, .avis .arrow_left {
	left: 0 !important;
}

.actualites .arrow_right, .avis .arrow_right {
	right: 0 !important;
}

.actualites .arrow img, .avis .arrow img {
	width: 40px;
	height: fit-content;
}


.actualites .cta {
	display: flex;
	padding: 11px 33px;
	text-decoration: none;
	font-size: 25px;
	color: white;
	background: var(--vert);
	transition: 1s;
	box-shadow: 6px 6px 0 var(--gris);
	transform: skewX(-15deg);
	border: none;
	cursor: pointer;
}

.actualites .cta:focus {
	outline: none;
}

.actualites .cta:hover {
	transition: 0.5s;
	box-shadow: 10px 10px 0 var(--orange);
}

.actualites .cta .second {
	margin-left: 30px;
	position: relative;
	top: 12%;
	transition: 0.5s;
	margin: 0 15px 0 15px;
	width: unset;
}

.actualites .cta:hover .second {
	transition: 0.5s;
	margin-left: 45px;
}

.actualites .span {
	transform: skewX(15deg);
}

.actualites .one {
	transition: 0.4s;
	transform: translateX(-60%);
}

.actualites .two {
	transition: 0.5s;
	transform: translateX(-30%);
}

.actualites .cta:hover .three {
	animation: color_anim 1s infinite 0.2s;
}

.actualites .cta:hover .one {
	transform: translateX(0%);
	animation: color_anim 1s infinite 0.6s;
}

.actualites .cta:hover .two {
	transform: translateX(0%);
	animation: color_anim 1s infinite 0.4s;
}

@keyframes color_anim {
	0% {
		fill: white;
	}

	50% {
		fill: var(--orange);
	}

	100% {
		fill: white;
	}
}

.actualites .cta .arrow-flip {
	transform: scaleX(-1);
}


.actualites .cta.prev {
	display: flex !important;
	flex-direction: row-reverse !important;
	align-items: center !important;
	gap: 30px !important;
	margin-left: 25px;
}

.actualites .cta.next {
	display: flex !important;
	align-items: center !important;
	gap: 30px !important;
	margin-right: 25px;
	border-radius: 18px;
}
.actualites .cta.prev:hover .second {
	transform: translateX(-15px);
  }

.actualites .cta.next:hover .second {
	transform: translateX(15px);
  }

  .actualites .cta.prev .arrow-flip {
	transform: scaleX(-1);
  }

  /************** Bouton Actualites **************/

.actualites-btn-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	margin:18px
}

.actualites-btn-wrapper .cta.next, .actualites-btn-wrapper .cta.next .second {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 18px;
}

.actualites-btn-wrapper .cta.next .second {
	width: unset;
}

.actualites-btn-wrapper .cta.next .span {
	line-height: 1;
}

.actualites-btn-wrapper a {
    background: linear-gradient(90deg, var(--vert-clair), var(--vert));
    border: none;
    padding: 15px 60px;
    display: inline-block; 
    font-size: 17px;
    font-weight: 600;
    width: 100%;
    text-transform: uppercase;
    cursor: pointer;
    transform: skew(-21deg);
    color: #fff;
    position: relative;
    overflow: hidden;
}

.actualites-btn-wrapper a span {
    display: inline-block;
    transform: skew(21deg);
    position: relative;
    z-index: 2;
}

.actualites-btn-wrapper a::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    left: 0;
    background: linear-gradient(90deg, #FF8C42, #FD6A02);
    opacity: 0;
    z-index: 1;
    transition: all 0.5s;
    width: 100%;
    height: 100%;
}

.actualites-btn-wrapper a:hover {
    color: #fff;
}

.actualites-btn-wrapper a:hover::before {
    left: 0;
    right: 0;
    opacity: 1;
}
/************** SECTION ACTUALITES IMAGE *************/

.actualites {
	margin: 100px auto 0!important;
	max-width: 1950px;
}

.actualites .text {
	margin: auto;
	max-width: 650px;
}

.actualites #actualites_carousel {
	gap: 50px;
	width: 100%;
}

.actualites .actualite_carousel-item {
	min-width: calc((100% - 100px) / 3);
	height: fit-content;
	overflow: hidden;
}

.actualites .actualite_carousel-item img {
	object-fit: cover;
	aspect-ratio: 4/3;
	max-height: 400px;
	border-radius: 40px;
	transition: all 0.5s ease-in-out;
}

.actualites .actualite_carousel-item img:hover {
    filter: brightness(0.8) contrast(1.2);
    box-shadow: 0 10px 20px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
}

.actualites .actualite_carousel-item {
	position: relative;
	overflow: hidden;
	border-radius: 40px;
}

.actualites .actualite_carousel-item .actualite-info {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: var(--degrade-vert);
	padding: 12px 24px;
	color: #fff;
	border-radius: 0 0 40px 40px;
}

.actualites .actualite_carousel-item h3 {
	color: #fff;
	font-size: 22px;
	font-weight: 400;
	margin: 0 0 8px 0;
	line-height: 1;
	height: 2em;
}

.actualites .actualite-date {
	display: inline-block;
    position: relative;
	transform: translateX(-100%);
    left: 100%;
	font-size: 14px;
	color: #fff;
	font-weight: 400;
}

.actualites .arrow {
	padding: 15px;
}

.actualites .arrow_left {
	top: -28px;
	background: var(--vert);
}

.actualites .arrow_right {
	bottom: -28px;
	background: var(--vert);
}

.actualites .more_link {
	position: relative;
	display: block;
	transform: translate(-50%);
	left: 50%;
	width: fit-content;
}


/**************** SECTION ACTUALITES CONTENT.PHP ****************/

.articles-grid {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
	margin: 30px 0;
}

.articles-grid .post {
	padding: 0;
	margin: 0;
}

.actualite-link {
	position: relative;
	overflow: hidden;
	margin: 0;
	border-radius: 40px;
}

.actualite-link .actualite_carousel-link {
	position: relative;
	display: block;
}

.actualite-link .actualite_carousel-link img {
	object-fit: cover;
	aspect-ratio: 4/3;
	max-width: 500px;
	min-height: 250px;
	border-radius: 40px;
	transition: all 0.5s ease-in-out;
	width: 100%;
	height: 100%;
}

.actualite-link .actualite_carousel-link img:hover {
    filter: brightness(0.8) contrast(1.2);
    box-shadow: 0 10px 20px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
}

.actualite-link .actualite_carousel-link .actualite-info-link {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: var(--degrade-vert);
	padding: 20px 25px;
	color: #fff;
	border-radius: 0 0 40px 40px;
}

.actualite-link .actualite_carousel-link .actualite-info-link h3 {
	color: #fff;
	font-size: 22px;
	font-weight: 400;
	margin: 0 0 6px 0;
	line-height: 1;
	height: 2em;
}

.actualite-link .actualite-date-link {
	display: inline-block;
    position: relative;
	transform: translateX(-100%);
    left: 100%;
	font-size: 14px;
	color: #fff;
	font-weight: 600;
}

/*********************** GALLERIE D'IMAGES **********************/


.wp-block-gallery {
	display: flex;
	width: 100%;
}

.gallerie-images {
	margin: 100px auto 0!important;
	max-width: 1950px;
	overflow: hidden;
}

.gallerie-images .content {
	position: relative;
}

#gallerie-carousel{
	gap: 30px;
	max-width: 1400px;
	position: relative;
    margin: auto;
    display: flex;
    height: auto;
    align-items: center;
    overflow: hidden;
}

.gallerie-images .wp-block-image {
    width: calc((100% - 60px) / 3)!important;
}

.gallerie-images .wp-block-image img {
	width: 100%!important;
	height: 100%!important;
	object-fit: cover!important;
}

.gallerie-images .wp-block-image img:hover {
    filter: brightness(0.8) contrast(1.2);
    box-shadow: 0 10px 20px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
}

.gallerie-images .arrow {
	padding: 30px;
	position: absolute;
    width: 100px;
    cursor: pointer;
}

.gallerie-images .arrow_left {
	top: -15px;
	background: var(--gris);
	left: 0;
}

.gallerie-images .arrow_right {
	background: var(--vert);
	right: 0;
}

.gallerie-images .arrow img {
	width: 50px;
	height: auto;
}

.gallerie-images #envira-gallery-wrap-167 {
	padding: 15px;
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
}

/**************** SECTION PARTENAIRES ****************/

.partenaires {
	margin-top: 50px!important;
	margin-bottom: 50px!important;
}

.partenaires .partenaires_list {
	display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.partenaires .partenaires_list.partenaires_institutionnels {
	margin-top: 60px;
}

.partenaires .partenaires_list img {
    max-width: 160px;
    max-height: 70px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.partenaires .square_vert {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 150px;
	background: var(--vert);
}

/************** SECTION presentation **************/

.presentation_all {
	margin-top: 100px;
}

.presentation_all h2 {
	margin-bottom: 80px;
}

.presentation_all .presentation {
	position: relative;
	display: flex;
	gap: 20px;
	background: var(--vert);
}

.presentation_all .presentation .complementaire {
	flex: 1;
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 80px 0;
}

.presentation_all .presentation .complementaire .content {
	position: relative;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    max-width: 500px;
    width: 100%;
}

.presentation_all .presentation .complementaire .content, .presentation_all .presentation .complementaire .content h3 {
	color: #fff;
}

.presentation_all .presentation .complementaire .content .text {
	font-size: 18px;
}

.presentation_all .presentation .complementaire .content .text li {
	margin-bottom: 20px;
	list-style-type: '- ';
}

.presentation_all .presentation .complementaire .content .btns {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 40px;
}

.presentation_all .presentation .complementaire button {
	transition: none;
}

.presentation_all .presentation .complementaire button:hover {
	filter: brightness(0) saturate(100%) invert(47%) sepia(97%) saturate(1567%) hue-rotate(359deg) brightness(100%) contrast(111%);
}

.presentation_all .presentation .complementaire .content button {
	position: relative;
    transform: translate(-50%);
    left: 50%;
	margin-top: 20px;
	color: #fff;
	border: 3px solid #fff;
	border-right: unset;
	background: transparent;
}

.presentation_all .presentation .complementaire .content button:hover::before, .presentation_all .presentation .complementaire .content button:hover::after {
	height: 13px;
}

.presentation_all .presentation .complementaire .content button:before, .presentation_all .presentation .complementaire .content button:after {
	background: #fff;
}

/********************** CONTACT **********************/
.contact_coordonnees .contact_coordonnee svg {
    width: 40px;
    height: 40px;
    fill: var(--vert-clair);
    transition: all 0.3s ease-in-out;
}

.contact_coordonnees .contact_coordonnee:hover svg {
    fill: var(--orange);
    transform: scale(1.1);
}

.contact_coordonnees {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
  max-width: 900px !important;
  padding: 60px;
  border-radius: 50px;
  background: #fff;
  box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.15);
}

.contact_coordonnees_intro {
    text-align: center;
    margin-bottom: 40px;
}

.contact_titre {
    color: var(--vert-clair);
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
    position: relative;
}

.contact_titre:before {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    width: 60px;
    background: var(--vert-clair);
}

.contact_intro {
    color: var(--gris);
    font-size: 18px;
    line-height: 1.7;
    margin: 0 auto;
    max-width: 700px;
}

.contact_coordonnees_liste {
    display: flex;
    justify-content: center;
    align-items: center;
	flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 50px;
}

.contact_coordonnee {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    text-align: center;
    padding: 20px;
    border-radius: 15px;
    transition: all 0.3s ease-in-out;
    min-width: 200px;
}

.contact_coordonnee:hover {
    background: rgba(8, 104, 56, 0.05);
    transform: translateY(-5px);
}

.contact_coordonnee p, .contact_coordonnee a {
    margin: 0;
    font-size: 16px;
    color: var(--gris);
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.contact_coordonnee a:hover {
    color: var(--vert-clair);
    background: linear-gradient(90deg, var(--orange), var(--orange-fonce));
    background-clip: text;
    color: transparent;
}

.contact_coordonnees_form {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.contact_coordonnees_form .wpcf7-form {
    display: flex;
    flex-direction: column;
    gap: 25px;
	
}

.wpcf7-form-control-wrap {
	display: flex;
	justify-content: center;
	align-items: center
}


.contact_coordonnees_form .wpcf7-form label {
    display: block;
    font-size: 16px;
    color: var(--gris);
    margin-bottom: 8px;
    letter-spacing: 0.5px;
	text-align: center;
}

.contact_coordonnees_form .wpcf7-form input[type="text"],
.contact_coordonnees_form .wpcf7-form input[type="email"],
.contact_coordonnees_form .wpcf7-form input[type="tel"],
.contact_coordonnees_form .wpcf7-form textarea {
    width: 100%;
    padding: 15px 20px;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    font-size: 16px;
    font-family: var(--poppins);
    color: var(--gris);
    background: #fafafa;
    transition: all 0.3s ease-in-out;
    box-sizing: border-box;
}

.contact_coordonnees_form .wpcf7-form input[type="text"]:focus,
.contact_coordonnees_form .wpcf7-form input[type="email"]:focus,
.contact_coordonnees_form .wpcf7-form input[type="tel"]:focus,
.contact_coordonnees_form .wpcf7-form textarea:focus {
    outline: none;
    border-color: var(--vert-clair);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(8, 104, 56, 0.1);
}

.contact_coordonnees_form .wpcf7-form textarea {
    min-height: 150px;
}

.contact_coordonnees_form .wpcf7-form input[type="submit"] {
    background: var(--vert-clair);
    color: #fff;
    border: 3px solid var(--vert-clair);
    padding: 18px 40px;
    font-size: 18px;
    font-weight: 400;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 20px auto 0;
    position: relative;
    overflow: hidden;
    display: block;
}

.contact_coordonnees_form .wpcf7-form input[type="submit"]:hover {
    background: var(--orange);
    border-color: var(--orange);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(245, 157, 15, 0.3);
}

.contact_coordonnees_form .wpcf7-form input[type="submit"]:active {
    transform: translateY(0);
}


.name-form p {
    display: inline-block;
    width: 48%;
    margin-right: 2%;
    vertical-align: top;
}

.name-form p:last-child {
    margin-right: 0;
}


/********** SECTION CONTENU INTERIEUR *********/

.contenu_interieur {
    display: block;
    justify-content: unset;
}

.contenu_interieur .content {
	position: relative;
    z-index: 20;
    padding: 40px 60px;
    margin: 0 auto;
    max-width: 1000px;
}

.contenu_interieur h2 {
	font-size: 32px;
}

.contenu_interieur h3 {
	font-size: 20px;
	margin-bottom: 20px;
}

.contenu_interieur .content button {
	position: relative;
	transform: translate(-50%);
	left: 50%;
	color: #fff;
}

 .contenu_interieur .page_image {
	width: 100%;
	margin-bottom: 50px;
}

.contenu_interieur a  {
	color: var(--vert-clair);
	text-decoration: none;
}

.contenu_interieur a:hover {
	color: var(--orange);
}

.contenu_interieur .page_image img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
}

.liste-programme-village {
	list-style:none;
}

.liste-programme-village li:not(.liste-programme-village li li){
		margin-bottom:12px;
}


.liste-programme-village  li {
	list-style: none !important;
}


.navigation .post-navigation .cta {
	display: flex;
	padding: 11px 33px;
	text-decoration: none;
	font-size: 25px;
	color: white;
	background: var(--vert);
	transition: 1s;
	box-shadow: 6px 6px 0 var(--gris);
	transform: skewX(-15deg);
	border: none;
	cursor: pointer;
}

.navigation .post-navigation .cta:focus {
	outline: none;
}

.navigation .post-navigation .cta:hover {
	transition: 0.5s;
	box-shadow: 10px 10px 0 var(--orange);
}

.navigation .post-navigation .cta .second {
	width: 20px;
	margin-left: 30px;
	position: relative;
	top: 12%;
	transition: 0.5s;
	margin-left: 0px;
}

.navigation .post-navigation .cta:hover .second {
	transition: 0.5s;
	margin-left: 45px;
}

.navigation .post-navigation .span {
	transform: skewX(15deg);
}

.navigation .post-navigation .one {
	transition: 0.4s;
	transform: translateX(-60%);
}

.navigation .post-navigation .two {
	transition: 0.5s;
	transform: translateX(-30%);
}

.navigation .post-navigation .cta:hover .three {
	animation: color_anim 1s infinite 0.2s;
}

.navigation .post-navigation .cta:hover .one {
	transform: translateX(0%);
	animation: color_anim 1s infinite 0.6s;
}

.navigation .post-navigation .cta:hover .two {
	transform: translateX(0%);
	animation: color_anim 1s infinite 0.4s;
}

@keyframes color_anim {
	0% {
		fill: white;
	}

	50% {
		fill: var(--orange);
	}

	100% {
		fill: white;
	}
}

.navigation .post-navigation .cta .arrow-flip {
	transform: scaleX(-1);
}


.navigation .post-navigation .cta.prev {
	display: flex !important;
	flex-direction: row-reverse !important;
	align-items: center !important;
	gap: 30px !important;
}

.navigation .post-navigation .cta.prev:hover .second {
	transform: translateX(-15px);
  }
  
.navigation .post-navigation .cta.prev .arrow-flip {
	transform: scaleX(-1);
}

/*************** Bouton cta ***********/

.cta {
	display: flex;
	padding: 11px 33px;
	text-decoration: none;
	font-size: 25px;
	color: white;
	background: var(--vert);
	transition: 1s;
	box-shadow: 6px 6px 0 var(--gris);
	transform: skewX(-15deg);
	border: none;
	cursor: pointer;
	border-radius: 18px;
}

.cta:focus {
	outline: none;
}

.cta:hover {
	transition: 0.5s;
	box-shadow: 10px 10px 0 var(--orange);
}

.cta .second {
	width: 20px;
	margin-left: 30px;
	position: relative;
	top: 12%;
	transition: 0.5s;
	margin-left: 0px;
}

.cta:hover .second {
	transition: 0.5s;
	margin-left: 45px;
}

.span {
	transform: skewX(15deg);
}

.one {
	transition: 0.4s;
	transform: translateX(-60%);
}

.two {
	transition: 0.5s;
	transform: translateX(-30%);
}

.cta:hover .three {
	animation: color_anim 1s infinite 0.2s;
}

.cta:hover .one {
	transform: translateX(0%);
	animation: color_anim 1s infinite 0.6s;
}

.cta:hover .two {
	transform: translateX(0%);
	animation: color_anim 1s infinite 0.4s;
}

@keyframes color_anim {
	0% {
		fill: white;
	}

	50% {
		fill: var(--orange);
	}

	100% {
		fill: white;
	}
}

.cta .arrow-flip {
	transform: scaleX(-1);
}


.cta.prev {
	display: flex !important;
	flex-direction: row-reverse !important;
	align-items: center !important;
	gap: 30px !important;
}

.cta.prev:hover .second {
	transform: translateX(-15px);
  }
  
.cta.prev .arrow-flip {
	transform: scaleX(-1);
  }

/*********************** FAQ **********************/


.faq-section {
    background: #fff;
    padding: 40px 0 30px 0;
}
.faq-container {
    max-width: 700px;
    margin: 0 auto;
    padding: 0 10px;
}
.faq-list {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.faq-item {
    background: #fff;
    border: 2px solid var(--gris_clair);
    border-radius: 14px;
    box-shadow: 0 1px 4px 0 rgba(24,25,29,0.04);
    transition: border 0.2s;
    width: 100%;
    margin-bottom: 14px;
    display: block;
}

.faq-item:hover, .faq-item:focus-within, .faq-item:hover .faq-t3, .faq-item:focus-within .faq-t3 {	
    border-color: var(--vert-clair) !important;
	color: var(--vert-clair) !important;
}

.faq-t3:hover, .faq-t3:focus {
    color: var(--vert-clair) !important;
}

.faq-t3{
	font-size: 22px !important;
	color: var(--gris) !important;
}


.faq-question {
    width: 100%;
    background: none;
    border: none;
    outline: none;
    padding: 14px 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    color: var(--gris);
    cursor: pointer;
    border-radius: 14px;
    transition: color 0.2s;
}

.faq-icon {
    font-size: 21px;
    color: var(--vert-clair);
    margin-left: 12px;
    transition: transform 0.2s;
}
.faq-content {
    padding: 0 18px 10px 18px;
    color: var(--gris);
    font-size: 15.5px;
    animation: fadeIn 0.3s;
}
.faq-content a {
	background: linear-gradient(90deg, var(--orange), var(--orange-fonce));
    background-clip: text;
    color: transparent;
    text-decoration: underline !important;
    text-decoration-color: var(--orange) !important;
    text-underline-offset: 2px;
}
.hidden {
    display: none;
}
.faq-item.open {
    border-color: var(--vert-clair);
    background: #fff;
    box-shadow: 0 2px 12px 0 rgba(255,121,0,0.08);
}
.faq-item.open .faq-question {
    color: var(--vert-clair);
}
.faq-item.open .faq-question span:first-child {
    color: var(--vert-clair);
    font-weight: 700;
}
.faq-question:before, .faq-question:after {
    display: none;
}
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-6px);}
    to { opacity: 1; transform: translateY(0);}
}
@media (max-width: 600px) {
    .faq-section { 
		padding: 20px 0 10px 0; 
}
.faq-question { font-size: 15.5px; 
		padding: 10px 10px; 
}
.faq-content { 
	padding: 0 10px 8px 10px; 
}
}


/*********************** POINT CLE **********************/

.point-cle h2{
	color: #fff !important;
	background: none !important;
	-webkit-background-clip: initial !important;
	-webkit-text-fill-color: #fff !important;
	background-clip: initial !important;
}

.bandeau-course .course-title h2 {
	color: #fff !important;
	background: none !important;
	-webkit-background-clip: initial !important;
	-webkit-text-fill-color: #fff !important;
	background-clip: initial !important;
}
.bandeau-course-bleu {
    background: linear-gradient(90deg, var(--bleu), var(--bleu-fonce)) !important;
	padding: 30px 0;
    margin: 20px 0;
    color: white;
}
.bandeau-course-vert {
    background: linear-gradient(90deg, var(--vert-bleu), var(--vert-bleu-fonce)) !important;
	padding: 30px 0;
    margin: 20px 0;
    color: white;
}
.bandeau-course-orange {
    background:linear-gradient(90deg, var(--orange), var(--orange-fonce)) !important;
	padding: 30px 0;
    margin: 20px 0;
    color: white;
}
.bandeau-course-rose {
    background: linear-gradient(90deg, var(--rose), var(--rose-fonce)) !important;
	padding: 30px 0;
    margin: 20px 0;
    color: white;
}

.bandeau-course {
    background: linear-gradient(135deg, #666 0%, #333 100%);
    padding: 30px 0;
    margin: 20px 0;
    color: white;
}

.bandeau-course .container, .bandeau-course-bleu .container, .bandeau-course-vert .container, .bandeau-course-orange .container, .bandeau-course-rose .container {
    margin: 0 auto;
    padding: 0 20px;
}

.bandeau-content {
    display: flex;
    align-items: center;
	justify-content: center;
    gap: 30px;
}

.course-title h2 {
	color: #fff !important;
    font-size: 28px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
	margin-bottom: 24px;
}

.course-title h2::before{
	display: none;
}

.course-infos {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.info-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    min-width: 100px;
    transition: all 0.3s ease;
}

.info-item:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

.info-label {
	display: flex;
	justify-content: center;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 4px;
}

.info-value {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
}

/*********************** PRESENTATION COURSE  **********************/

.presentation-course-content-title {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 12px;
}
.presentation-course-content-title h1 {
	font-size: 36px;
	font-weight: 400;
	margin-bottom: 30px;
	background: linear-gradient(90deg, var(--vert-clair), var(--vert));
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.presentation-course-content-text p {
	font-size: 18px;
	line-height: 1.6;
	margin: 0;
	color: #333;
	font-weight: 400;
}

.presentation-course-content-text li {
	font-size: 18px;
	line-height: 1.6;
	margin: 0;
	color: #333;
	font-weight: 400;
}

.presentation-course {
	position: relative;
	margin: 80px 0;
}

.presentation-course .container {
	margin: 0 auto 18px auto;
	padding: 0 20px;
	display: flex;
	align-items: center;
	gap: 40px;
	max-width: 1300px;
}

.presentation-course-content {
	margin-bottom: 90px;
	width: calc(50% - 20px);
}

.presentation-course-content-title h1 {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 30px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 44px;
}

.presentation-course h2 {
	margin-bottom: 18px;
}

.presentation-course-content-text p {
	font-size: 18px;
	line-height: 1.6;
	margin: 0;
	color: #333;
	font-weight: 400;
}

.presentation-course-content-text p:not(:last-child) {
	margin-bottom: 20px;
}

.presentation-course-image {
	position: relative;
	height: 400px;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
	width:calc(50% - 20px);
}

.presentation-course-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/*********************** Inscription Bénevolat **********************/
.ultra93-form {
    max-width: 800px;
    margin: 0 auto;
    padding: 30px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.ultra93-form p {
    margin-bottom: 20px;
}

.ultra93-form label {
    display: block;
    font-weight: 400;
    color: var(--gris);
    margin-bottom: 12px;
    font-size: 14px;
}

.ultra93-form input[type="text"],
.ultra93-form input[type="email"],
.ultra93-form input[type="date"],
.ultra93-form textarea {
    width: 100%;
    padding: 12px 18px;
    border: 2px solid #e0e0e0;
    border-radius: 6px;
    font-size: 14px;
    color: var(--gris);
    background: #fff;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.ultra93-form input[type="text"]:focus,
.ultra93-form input[type="email"]:focus,
.ultra93-form input[type="date"]:focus,
.ultra93-form textarea:focus {
    outline: none;
    border-color: var(--vert);
    box-shadow: 0 0 0 3px rgba(2, 104, 56, 0.1);
}

.ultra93-form input[type="date"] {
    position: relative;
    cursor: pointer;
}

.ultra93-form input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.ultra93-form input[type="date"]::-webkit-input-placeholder {
    color: #999;
}

.ultra93-form .name-input p {
    display: inline-block;
    width: 48%;
    margin-right: 2%;
    vertical-align: top;
}

.ultra93-form .name-input p:last-child {
    margin-right: 0;
}

.ultra93-form .two-cols {
    display: flex;
    flex-wrap: wrap;
}

.ultra93-form .two-cols span {
    flex: 1;
    min-width: 200px;
}

.ultra93-form fieldset {
    border: 2px solid #e0e0e0;
    border-radius: 6px;
    padding: 15px;
    margin-bottom: 20px;
    background: #f9f9f9;
}

.ultra93-form fieldset label {
    font-weight: 400;
    color: var(--gris);
    margin-bottom: 10px;
}

.ultra93-form input[type="radio"],
.ultra93-form input[type="checkbox"] {
    margin-right: 8px;
    accent-color: var(--vert);
}

.ultra93-form input[type="submit"] {
    background: var(--vert);
    color: #fff;
    padding: 15px 30px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.ultra93-form input[type="submit"]:hover {
    background: var(--vert-bleu-fonce);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(2, 104, 56, 0.3);
}

.content.confirmation {
	text-align: center;
}

.content.confirmation img {
	max-width: 600px;
	height: auto;
}

.content.confirmation p {
	font-size: 20px;
}

/*********************** FOOTER **********************/

footer {
	padding-top: 80px; 
	background: var(--degrade-vert);
	color: #fff;
}

footer a {
	color: #fff;
}

footer .footer_logo {
	position: relative;
    transform: translate(-50%);
    left: 50%;
	width: 198px;
	height: auto;
}

footer .content_all {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	padding-top: 60px;
	max-width: 700px;
}

footer .content_all .title {
	font-size: 30px;
	font-weight: 400;
}

footer .content_all .coordonnees, footer .content_all .savoir_faire {
	font-size: 20px;
}

footer .content_all .coordonnees p:where(.tel, .mail), footer .content_all .savoir_faire ul {
	margin-bottom: 0;
	font-weight: 400;
}

footer .content_all .savoir_faire ul  {
	padding: unset;
	margin: unset;
	list-style: none;
}

footer .credit {
	padding-top: 80px;
	margin: 0 20px 30px;
	font-size: 0.9em;
	text-transform: uppercase;
	text-align: center;
}


/*****************************************************/
/******************** MEDIA QUERY ********************/
/*****************************************************/

@media screen and (min-width: 2560px) {
    .faq-section {
        padding: 60px 0 50px 0;
    }
    
    .faq-container {
        max-width: 900px;
        padding: 0 20px;
    }
    
    .faq-container h2 {
        font-size: 36px;
        margin-bottom: 25px;
		
    }
    
    .faq-container > p {
        font-size: 18px;
        line-height: 1.7;
        margin-bottom: 40px;
    }
    
    .faq-question {
        padding: 18px 22px;
    }
    
    .faq-t3 h3 {
        font-size: 20px;
    }
    
    .faq-icon {
        font-size: 24px;
    }
    
    .faq-content {
        padding: 0 22px 15px 22px;
        font-size: 16px;
    }

	.partenaires {
        margin-top: 70px !important;
        margin-bottom: 70px !important;
    }
    
    .partenaires h2 {
        font-size: 36px;
        margin-bottom: 60px;
    }
    
    .partenaires .partenaires_list {
        padding-top: 70px;
        gap: 80px;
    }
    
    .partenaires .partenaires_list img {
        width: 160px;
    }


	.presentation_all.ultra93-section {
        max-width: 1200px;
        padding: 80px 0;
        border-radius: 4px;
    }
    
    .presentation_all .ultra93-container {
        max-width: 1000px;
        padding: 0 40px;
    }
    
    .presentation_all .ultra93-title {
        font-size: 38px;
        margin-bottom: 50px;
    }
    
    .presentation_all .ultra93-text {
        font-size: 20px;
        margin-bottom: 50px;
    }
    
    .presentation_all .ultra93-text p {
        margin: auto 20px auto;
        max-width: 800px;
    }
    
    .presentation_all .ultra93-text .ultra93-cta {
        font-size: 20px;
    }
}

@media (max-width: 1890px) { 
	.presentation_all .presentation .complementaire:nth-child(2) {
		background-image: url('../../uploads/complementaire_2-1890x2048.jpg')!important;
	}

	.presentation_all.ultra93-section {
        max-width: 900px;
        padding: 70px 0;
        border-radius: 4px;
    }
    
    .presentation_all .ultra93-container {
        max-width: 900px;
        padding: 0 70px;
    }
    
    .presentation_all .ultra93-title {
        font-size: 31px;
        margin-bottom: 45px;
    }
    
    .presentation_all .ultra93-text {
        font-size: 19px;
        margin-bottom: 45px;
    }
    
    .presentation_all .ultra93-text p {
        margin: auto 18px auto;
        max-width: 750px;
    }
    
    .presentation_all .ultra93-text .ultra93-cta {
        font-size: 19px;
    }


	
}

@media (max-width: 1536px) { 
	.avis::before {
		background-image: url('../../uploads/avis_bg-1536x1028.jpg');
	}

	.presentation_all .presentation .complementaire:nth-child(1) {
		background-image: url('../../uploads/complementaire_1-1536x1024.jpg')!important;
	}
}
@media (max-width: 1440px) {
	.faq-section {
        padding: 50px 0 40px 0;
    }
    
    .faq-container {
        max-width: 800px;
        padding: 0 15px;
    }
    
    .faq-container h2 {
        font-size: 32px;
        margin-bottom: 20px;
    }
    
    .faq-container > p {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 30px;
    }
    
    .faq-question {
        padding: 14px 18px;
    }
    
    .faq-t3 h3 {
        font-size: 18px;
    }
    
    .faq-icon {
        font-size: 21px;
    }
    
    .faq-content {
        padding: 0 18px 10px 18px;
        font-size: 15.5px;
    }

    
    .evenement .img {
        flex: 54%;
    }
    
    .evenement .content {
        flex: 46%;
        margin: 30px 0 30px 50px;
    }
    
    .evenement .content h2 {
        font-size: 30px;
        margin-bottom: 40px;
    }
    
    .evenement .content .text p {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 20px;
    }


	.prestations_types {
        top: -180px;
        gap: 30px;
        max-width: 1100px;
        padding: 0 10px;
    }
    
    .prestations_types .prestation_type {
		max-width: calc(50% - 20px);
        width: 100%;
    }
    
    .prestations_types .prestation_type .titre h2 {
        font-size: 20px;
    }
    
    .prestations_types .logo-course-prestation {
        top: 15px;
        right: 15px;
        width: 80px;
    }


}





@media (max-width: 1418px) { 
	.presentation_all .presentation .complementaire:nth-child(2) {
		background-image: url('../../uploads/complementaire_2-1418x1536.jpg')!important;
	}


}



@media (max-width: 1300px) {
	header{
		padding: 0 20px;
	}

	.hero::before {
		display: none;
	}

	.evenement, .actualites, .avis h2, .avis .content, .partenaires, .presentation_all h2, .differents, .single_post, .devis {
		padding: 0 50px;
	}

	.header-top .tg-container {
		gap: 10px;
	}
	.actualites .content {
		margin: 50px 0;
	}
	.actualites .actualite_carousel-item {
		min-width: calc((100% - 50px) / 2);
	}
	.actualites .arrow_left {
		top: -58px;
	}
	.actualites .arrow_right {
		bottom: -58px;
	}


}

@media (max-width: 1200px) {

	.prestations_all .prestations, .autresPrestations, .prestations_types {
		padding : 0 10px;
	}


	.evenement .img {
		flex: 50%;
	}

	.evenement .content {
		flex: 50%;
		margin: 30px 0 30px 50px;
	}

	.partenaires .partenaires_list {
		gap: 50px;
	}

	.presentation_all .presentation {
		flex-direction: column;
	}

	.presentation-course-content , .presentation-course-image {
		width: 100%;
		max-width: 800px;

	}



	.presentation_all .presentation .complementaire .content {
		transform: translate(-50%);
		top: 0;
	}

	.contact_coordonnees {
		margin: 0 50px!important;
		max-width: unset!important;
		flex-wrap: wrap;
	}

	.realisations {
		padding: 0 30px;
	}

	.header-top .tg-container {
		right: calc(56% - 590px); 

	}

	.bandeau-content {
		display: flex;
		flex-wrap: wrap;
		padding: 12px;
		gap: 30px;
	}

	.presentation-course .container {
		flex-direction: column;
	}



}

@media screen and (max-width: 1100px) {
	.contenu_interieur {
		padding: 0 50px;
	}

	.header-top .tg-container {
		right: calc(60% - 590px); 

	}

	#site-navigation ul li a {
		font-size: 14px;
	}

	.faq-section {
        padding: 45px 0 35px 0;
    }
    
    .faq-container {
        max-width: 750px;
        padding: 0 12px;
    }
    
    .faq-container h2 {
        font-size: 30px;
        margin-bottom: 30px;
    }
    
    .faq-container > p {
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 25px;
    }
    
    .faq-question {
        padding: 12px 16px;
    }
    
    .faq-t3 h3 {
        font-size: 17px;
    }
    
    .faq-icon {
        font-size: 20px;
    }
    
    .faq-content {
        padding: 0 16px 8px 16px;
        font-size: 15px;
    }

	.partenaires {
        margin-top: 55px !important;
        margin-bottom: 55px !important;
    }
    
    .partenaires h2 {
        font-size: 30px;
        margin-bottom: 45px;
    }
    
    .partenaires .partenaires_list {
        padding-top: 55px;
        gap: 50px;
    }
    
    .partenaires .partenaires_list img {
        width: 130px;
    }


	.actualites {
        margin: 100px auto 0 !important;
        max-width: 1600px;
        padding: 0 50px;
    }
    
    .actualites h2 {
        font-size: 32px;
        margin-bottom: 40px;
    }
    
    .actualites .text {
        max-width: 700px;
    }
    
    .actualites .text p {
        font-size: 16px;
        line-height: 1.6;
    }
    
    .actualites .actualite_carousel-item img {
        max-height: 420px;
        border-radius: 40px;
    }
    
    .actualites .actualite_carousel-item .actualite-info {
        padding: 20px 25px;
    }
    
    .actualites .actualite_carousel-item h3 {
        font-size: 24px;
        margin-bottom: 8px;
    }
    
    .actualites .actualite-date {
        font-size: 14px;
    }
    
    .actualites .arrow {
        padding: 25px;
    }
    
    .actualites .arrow img {
        width: 45px;
    }

    .actualites .arrow {
        padding: 18px;
    }

	.actualites .arrow img {
		width: 30px;
	}

	.evenement {
        margin-top: 60px !important;
        flex-direction: column;
        padding: 0 50px;
    }
    
    .evenement .img {
        flex: 100%;
        margin-bottom: 30px;
    }
    
    .evenement .img img {
        position: relative;
        transform: translate(-50%);
        left: 50%;
        width: 650px;
        height: 450px;
		border-radius: 150px 50px 50px 150px;
	}
    
    .evenement .content {
        flex: 100%;
        margin: 0;
    }
    
    .evenement .content h2 {
        font-size: 28px;
        margin-bottom: 35px;
    }
    
    .evenement .content .text p {
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 18px;
    }

	.prestations_types {
        top: -150px;
        gap: 25px;
        max-width: 900px;
        padding: 0 20px;
    }
    
    .prestations_types .prestation_type {
		max-width: calc(50% - 15px);
        width: 100%;
    }

	.prestations_types .prestation_type .img-course {
		height: 220px;
	}
    
    .prestations_types .prestation_type .titre h2 {
        font-size: 18px;
    }
    
    .prestations_types .logo-course-prestation {
        top: 12px;
        right: 12px;
        width: 70px;
    }


	.presentation_all.ultra93-section {
        max-width: 600px;
        padding: 50px 0;
        border-radius: 3px;
    }
    
    .presentation_all .ultra93-container {
        max-width: 700px;
        padding: 0 25px;
    }
    
    .presentation_all .ultra93-title {
        font-size: 19px;
        margin-bottom: 35px;
    }
    
    .presentation_all .ultra93-text {
        font-size: 14px;
        margin-bottom: 35px;
    }
    
    .presentation_all .ultra93-text p {
        margin: auto 15px auto;
        max-width: 650px;
    }
    
    .presentation_all .ultra93-text .ultra93-cta {
        font-size: 17px;
    }

	.header-top .tg-container {
		right: calc(66% - 590px); 

	}

	#site-navigation ul li a {
		font-size: 13px;
	}

	.logo::before {
		top:50%
	}

	.header-bottom .tg-container {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	#site-navigation .menu {
		border-top: unset;
		box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1) !important;

	}

	.header-top {
		width: 100% !important;
        display: flex !important;
        justify-content: flex-end !important;
        top: 0;
        z-index: 1000;
	}

	.header-top .tg-container {
		top: 140px !important;
        flex-direction: column !important;
        margin: 12px !important;
        right: unset !important;
	}


	.header-top .button-header-top-right , .header-top .button-header-top-left {
		width: unset !important;
		height: unset !important;
		border-radius: 15px 0 0 15px !important;
		align-self:flex-end;
	}

	.header-top .btn-text {
        display: none !important;
    }
    
    .header-top .btn-icon {
        display: block;
        width: 72px;
        height: 60px;
		padding: 12px;
    }
    
    .header-top .button-header-top-left,
    .header-top .button-header-top-right {
        width: 50px; 
        height: 50px;
    }
    
    .header-top .button-header-top-left a,
    .header-top .button-header-top-right a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
    }
    
    .header-top .button-header-top-left span,
    .header-top .button-header-top-right span {
        margin: 0;
    }

	
	.top_tel {
		padding: 15px 30px;
	}


	.actualites #actualites_carousel {
		overflow: hidden;
	}

	.actualites .arrow {
		padding: 15px ;
	}

	.avis .carousel {
		max-width: 650px;
	}

	.avis .carousel_item {
		min-width: 100%;
	}

	.realisations {
		gap: 30px;
	}

	.realisations .realisation {
		flex: 100%;
	}

	.single_post .top img {
		height: 500px;
	}



	.menu-header-container a {
		margin-right: 30px;
	}
	
}

@media screen and (max-width: 980px) {
	.actualites .content {
		max-width: 600px;
		margin: 50px auto;
	}

	.actualites .actualite_carousel-item {
        min-width: 100%;
    }
}

@media (max-width: 900px) {

	.contact_coordonnees_liste {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    .contact_coordonnees {
        padding: 30px 10px;
    }
    .contact_intro {
        font-size: 13px;
    }
}

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

	.contact_coordonnees {
		padding: 30px!important;
	}

	.contact_coordonnees .contact_coordonnee {
		flex-direction: column;
		gap: 20px;
	}
}

@media screen and (max-width: 768px) {
	.articles-grid {
		flex-direction: column;
		align-items: center;
		gap: 30px;
	}
	
	.actualite-link {
		width: 100%;
	}
	
	.logo .logo-image a img {
		padding: 0;
		height: auto;
		width: 120px;
	}


	.hero_all .top_tel {
		border-top-right-radius: 30px;
	}

	.top_tel {
		display: flex;
		padding: 15px 20px 15px 25px;
	}

	.hero .content {
		transform: translate(0, -50%);
		top: 50%;
		left: 30px;
		padding: 50px 30px;
		background: rgba(0,0,0,0.5);
		backdrop-filter: blur(4px);
		color: #fff;
	}

	.evenement {
		margin-top: 40px!important;
	}

	.evenement .img img {
		aspect-ratio: 3/2;
		width: unset;
		height: unset;
		min-height: 250px;
	}

	.evenement .square_dark {
		top: -40px;
		width: 150px;
		height: 150px;
	}

	.actualites .text {
		max-width: 710px;
	}

	.actualites .arrow_left {
		left: -30px;
	}

	.actualites .arrow_right {
		right: -30px;
	}

	.avis::before {
		clip-path: polygon(0 0, 100% 15%, 100% 85%, 0 100%);
		background-image:url('../../uploads/avis_bg-768x514.jpg');
	}

	.avis .carousel {
		max-width: 460px;
	}

	.contact_coordonnees {
		margin: 0 30px!important;
		padding: 30px!important;
	}

	.single_post .top img {
		height: 400px;
	}



	.contenu_interieur .content {
		padding: 40px;
	}



	.single_post hr {
		width: 75%;
	}

	footer .content_all {
		flex-direction: column;
		align-items: center;
		gap: 50px;
	}

	footer .content_all .coordonnees, footer .content_all .savoir_faire {
		width: 350px;
	}
	
	.contenu_interieur {
		padding: 0 30px;
	}

	.presentation-course .container {
		flex-direction: column;
		gap: 30px;
	}
	
	.presentation-course-content-title h1 {
		font-size: 28px;
		text-align: center;
	}
	
	.presentation-course-image {
		height: 300px;
		width: 100%;
	}
	
	.presentation-course-content-text p {
		font-size: 16px;
	}


    .course-title h2 {
        font-size: 24px;
		padding: 24px;
    }
    
    .course-infos {
        justify-content: center;
        gap: 15px;
    }
    
    .info-item {
        min-width: 80px;
        padding: 10px 12px;
    }

	.faq-section {
        padding: 40px 0 30px 0;
    }
    
    .faq-container {
        max-width: 100%;
        padding: 0 10px;
    }
    
    .faq-container h2 {
        font-size: 28px;
        margin-bottom: 30px;
		
    }
    
    .faq-container > p {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 20px;
    }
    
    .faq-question {
        padding: 10px 14px;
    }
    
    .faq-t3 h3 {
        font-size: 16px;
    }
    
    .faq-icon {
        font-size: 19px;
    }
    
    .faq-content {
        padding: 0 14px 6px 14px;
        font-size: 14px;
    }

	.contact_coordonnees {
        padding: 40px 20px;
        margin: 0 20px;
    }
    
    .contact_titre {
        font-size: 2.4rem;
    }
    
    .contact_intro {
        font-size: 1.6rem;
    }
    
    .contact_coordonnees_liste {
        flex-direction: column;
        gap: 30px;
    }
    
    .contact_coordonnee {
        min-width: unset;
        width: 100%;
    }
    
    .contact_coordonnees_form .wpcf7-form input[type="submit"] {
        width: 100%;
    }

	.actualites {
        margin: 60px auto 0 !important;
        max-width: 100%;
        padding: 0 30px;
    }
    
    .actualites h2 {
        font-size: 28px;
        margin-bottom: 30px;
    }
    
    .actualites .text {
        max-width: 100%;
    }
    
    .actualites .text p {
        font-size: 14px;
        line-height: 1.5;
    }
    
    .actualites #actualites_carousel {
        gap: 30px;
        max-width: 100%;
        overflow: hidden;
    }
    
    .actualites .actualite_carousel-item img {
        max-height: 320px;
        border-radius:  45px;
    }
    
    .actualites .actualite_carousel-item .actualite-info {
        padding: 15px 20px;
    }
    
    .actualites .actualite_carousel-item h3 {
        font-size: 20px;
        margin-bottom: 5px;
    }
    
    .actualites .actualite-date {
        font-size: 12px;
    }
    
	.actualites .arrow_left {
        left: -15px;
		top: -25px;
    }
    
    .actualites .arrow_right {
        right: -15px;
		bottom: -25px;
    }
	.actualites .arrow {
        padding: 10px;
		margin:unset;
    }

	.actualites .arrow img {
		width: 30px;
	}


	.actualites .cta.prev {
		margin-left: -6px;
	}
	.actualites .cta.next {
		margin-right: -6px;
	}

	.evenement {
        margin-top: 40px !important;
        flex-direction: column;
        padding: 0 30px;
    }
    
    .evenement .img {
        flex: 100%;
        margin-bottom: 25px;
    }
    
    .evenement .img img {
        aspect-ratio: 3/2;
        width: 100%;
        height: auto;
        min-height: 250px;
		border-radius: 150px 50px 50px 150px;
    }
    
    .evenement .content {
        flex: 100%;
        margin: 0;
    }
    
    .evenement .content h2 {
        font-size: 26px;
        margin-bottom: 30px;
    }
    
    .evenement .content .text p {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 15px;
    }

	.presentation_all.ultra93-section {
        border-radius: 3px;
        margin: 0 auto;
		max-width: 420px;
    }
    
    .presentation_all .ultra93-container {
        padding: 0 12px;
    }
    
    .presentation_all .ultra93-title {
        font-size: 18px;
        margin-bottom: 30px;
    }
    
    .presentation_all .ultra93-text {
        font-size: 14px;
        margin-bottom: 30px;
    }
    
    .presentation_all .ultra93-text p {
        margin: auto 10px auto;
        max-width: 100%;
    }
    
    .presentation_all .ultra93-text .ultra93-cta {
        font-size: 16px;
    }


	.ultra93-form {
        padding: 20px;
        margin: 0 15px;
    }
    
    .ultra93-form p:first-child,
    .ultra93-form p:nth-child(2) {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    
    .ultra93-form .two-cols {
        flex-direction: column;
        gap: 0;
    }
    
    .ultra93-form .two-cols span {
        min-width: unset;
        margin-bottom: 20px;
    }

	.ultra93-form {
        padding: 20px;
        margin: 0 15px;
    }
    
    .ultra93-form .name-input p {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    
    .ultra93-form .two-cols {
        flex-direction: column;
        gap: 0;
    }
    
    .ultra93-form .two-cols span {
        min-width: unset;
        margin-bottom: 20px;
    }

    .name-form p {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

	.prestations_types .prestation_type{
		max-width: 360px;
        width: 100%;
	}
	.prestations_types .prestation_type .titre{
		width: 100%;
		padding: 6px;
	}

	.prestations_types .prestation_type .titre img{
		width:100px;
	}

	.prestations_types .prestation_type .titre h2{
		font-size: 16px;
	}

	.actualites .content {
		margin-bottom: 70px;
	}

	.actualites .cta.prev, .actualites .cta.next {
		top: unset;
		bottom: -70px;
	}

}


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

	.evenement .img img {
		border-radius: 150px 50px 50px 150px;
	}

	.presentation_all .presentation .complementaire .content .btns {
		flex-direction: column;
		justify-content: center;
		gap: 30px;
	}

	.contact .wpcf7 form .half {
		justify-content: center;
		flex-direction: column;
		gap: unset;
	}

	.contact .wpcf7 form .half > p {
	    width: fit-content;
    	margin: 0 auto 30px;
	}

}


@media (max-width: 560px) {

	.prestations_types .prestation_type h2 {
		width: 100%;
	}

	.presentation_all .ultra93-btn-wrapper button {
		padding: 10px 20px;
	}

	.hero-title-span {
		font-size: 60px;
	}

	.hero h1 {
		font-size: 30px;
	}

	.actualite-link .actualite_carousel-link img {
		max-width: 300px;
		min-height: 150px;
	}

	.actualite-link .actualite_carousel-link .actualite-info-link {
		padding: 12px 18px;
	}

	.actualite-link .actualite_carousel-link .actualite-info-link h3 {
		font-size: 14px;
	}

	.actualite-link .actualite-date-link {
		font-size: 12px;
	}
}

@media (max-width: 500px) {
	.hero .content {
		width: calc(100% - 10px);
		border-radius: 0 120px 0 40px;
	}

	.prestations_all .prestations .prestation, .autresPrestations .prestation {
		flex-direction: column;
		padding: 50px 20px 0;
	}

	.prestations_all .prestations .prestation .img img, .autresPrestations .prestation .img img {
		padding: 20px 0;
		width: 80px;
	}

	
	.prestations_types .prestation_type .titre h2 {
		left: 120px;
	}

	.avis::before {
		clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
	}

	.avis .carousel {
		max-width: 280px;
	}

	.presentation_all .presentation .complementaire {
		padding: 80px 20px;
	}

	.contenu_interieur .content {
		padding: 40px 20px;
	}

	.single_post .top img {
		height: unset;
		aspect-ratio: 6/5;
	}

	.single_post .top h1 {
		font-size: 30px;
		line-height: 1.2;
	}

	.devis .contact .content {
		padding: 0;
	}

	footer .content_all .coordonnees, footer .content_all .savoir_faire {
		padding: 0 20px;
		width: fit-content;
	}

	footer .content_all .title, footer .content_all .title:before {
		transform: translate(-50%);
		left: 50%;
	}

	footer .content_all .coordonnees p {
		text-align: center;
	}

	footer .content_all .coordonnees .tel {
		margin-bottom: 30px;
	}

	footer .content_all .coordonnees p:where(.tel, .mail) svg {
		width: 30px;
		height: auto;
	}


	.logo .logo-image a img {
		width: 100px;
	}

	.logo::before {
		top: 40%;
	}

	.site-navigation-wrapper {
		padding-right: 46px !important;
	}
	
	.contenu_interieur {
		padding: 0 20px;
	}

}

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

	.header-bottom {
		margin:40px auto;
	}


	.presentation-course {
		margin: 60px 0;
	}
	
	.presentation-course-content-title h1 {
		font-size: 24px;
	}
	
	.presentation-course-image {
		height: 250px;
	}
	
	.presentation-course-content-text p {
		font-size: 15px;
	}

	.bandeau-course {
        padding: 20px 0;
    }
    
    .bandeau-course .container {
        padding: 0 15px;
    }
    
    .course-title h2 {
        font-size: 20px;
    }
    
    .course-infos {
        gap: 10px;
    }
    
    .info-item {
        min-width: 70px;
        padding: 8px 10px;
    }
    
    .info-value {
        font-size: 14px;
    }

	.contact_coordonnees {
        padding: 30px 15px;
        margin: 0 15px;
    }
    
    .contact_titre {
        font-size: 2rem;
    }
    
    .contact_intro {
        font-size: 1.4rem;
    }
    
    .contact_coordonnee svg {
        width: 35px;
        height: 35px;
    }
    
    .contact_coordonnee p, .contact_coordonnee a {
        font-size: 1.4rem;
    }
	.evenement {
        margin-top: 35px !important;
        flex-direction: column;
        padding: 0 20px;
    }
    
    .evenement .img {
        flex: 100%;
        margin-bottom: 20px;
    }
    
    .evenement .img img {
        aspect-ratio: 3/2;
        width: 100%;
        height: auto;
        min-height: 220px;
		border-radius: 150px 50px 50px 150px;
	    }
    
    .evenement .content {
        flex: 100%;
        margin: 0;
    }
    
    .evenement .content h2 {
        font-size: 24px;
        margin-bottom: 25px;
    }
    
    .evenement .content .text p {
        font-size: 13px;
        line-height: 1.5;
        margin-bottom: 12px;
    }

	.actualites .actualite_carousel-item h3 {
        font-size: 16px;
        margin-bottom: 0;
    }
}




@media screen and (max-width: 450px) {
	.hero .content p {
		-webkit-line-clamp: 9;
		line-clamp: 9;
	}

	.hero-title-span {
		font-size: 60px;
	}

	.hero h1 {
		font-size: 25px;
	}

	.faq-section {
        padding: 35px 0 25px 0;
    }
    
    .faq-container {
        max-width: 100%;
        padding: 0 8px;
    }
    
    .faq-container h2 {
        font-size: 26px;
        margin-bottom: 12px;
    }
    
    .faq-container > p {
        font-size: 13px;
        line-height: 1.5;
        margin-bottom: 18px;
    }
    
    .faq-question {
        padding: 8px 12px;
    }
    
    .faq-t3 h3 {
        font-size: 15px;
    }
    
    .faq-icon {
        font-size: 18px;
    }
    
    .faq-content {
        padding: 0 12px 5px 12px;
        font-size: 13px;
    }

	.partenaires {
        margin-top: 45px !important;
        margin-bottom: 45px !important;
    }
    
    .partenaires h2 {
        font-size: 26px;
        margin-bottom: 35px;
    }
    
    .partenaires .partenaires_list {
        padding-top: 45px;
        gap: 30px;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .partenaires .partenaires_list img {
        width: 110px;
        margin: 8px;
    }

    .prestations_types {
        top: -100px;
        gap: 20px;
        max-width: 100%;
        padding: 0 30px;
        flex-direction: column;
        align-items: center;
    }
    
	.prestations_types .prestation_type .img-course {
        height: 200px;
    }

    .prestations_types .prestation_type .titre h2 {
        font-size: 18px;
    }
    
    .prestations_types .logo-course-prestation {
        top: 10px;
        right: 10px;
        width: 60px;
    }

	.logo .logo-image a img {
		width: 80px;
	}


	.presentation_all.ultra93-section {
        border-radius: 3px;
        margin: 0 auto;
		max-width: 320px;
    }
    

	.hero-title h1 {
		font-size: 34px;
	}

}


@media screen and (max-width: 400px) {
	.actualites .actualite_carousel-item h3 {
        font-size: 13px;
        margin-bottom: 0;
    }
	.actualites .actualite-date {
        font-size: 10px;
    }
}

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

	.presentation_all .ultra93-btn-wrapper button {
		font-size: 12px;
	}
	.hero .content h1 {
		font-size: 28px;
	}

	.hero-title h1 {
		font-size: 32px;
	}
	
	h2 {
		font-size: 27px;
	}
	
	.hero h2 {
		margin-right: 10px;
	}
	
	.hero .content {
		padding: 30px 15px;
	}

	.realisations .realisation h2 {
		font-size: 24px;
	}
	
	.inside-page .hero {
		height: 520px;
	}

	.faq-section {
        padding: 30px 0 20px 0;
    }
    
    .faq-container {
        max-width: 100%;
        padding: 0 6px;
    }
    
    .faq-container h2 {
        font-size: 24px;
		margin-bottom: 30px;
    }
    
    .faq-container > p {
        font-size: 12px;
        line-height: 1.4;
        margin-bottom: 15px;
    }
    
    .faq-question {
        padding: 6px 10px;
    }
    
    .faq-t3 h3 {
        font-size: 14px;
    }
    
    .faq-icon {
        font-size: 17px;
    }
    
    .faq-content {
        padding: 0 10px 4px 10px;
        font-size: 12px;
    }


	.partenaires {
        margin-top: 40px !important;
        margin-bottom: 40px !important;
    }
    
    .partenaires h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }
    
    .partenaires .partenaires_list {
        padding-top: 40px;
        gap: 25px;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .partenaires .partenaires_list img {
        width: 100px;
        margin: 6px;
    }

	.actualites {
        margin: 40px auto 0 !important;
        max-width: 100%;
        padding: 0 15px;
    }
    
    .actualites h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    
    .actualites .text {
        max-width: 100%;
    }
    
    .actualites .text p {
        font-size: 12px;
        line-height: 1.4;
    }
    
    .actualites #actualites_carousel {
        gap: 20px;
        max-width: 100%;
        overflow: hidden;
    }
    
    .actualites .actualite_carousel-item img {
        max-height: 250px;
        border-radius: 20px;
		}
    
    .actualites .actualite_carousel-item .actualite-info {
        padding: 10px 15px;
		border-radius: 0 0 15px 15px;
    }
    
    .actualites .actualite_carousel-item h3 {
        font-size: 12px;
        margin-bottom: 3px;
    }
    
    .actualites .actualite-date {
        font-size: 10px;
    }
    
    .actualites .arrow {
        padding: 6px;
    }
    
    .actualites .arrow_left {
        left: -15px;
		top: -25px;
    }
    
    .actualites .arrow_right {
        right: -15px;
		bottom: -25px;
    }
    
    .actualites .arrow img {
        width: 30px;
    }
	
	.actualites-btn-wrapper a {
		padding:15px 40px;
	}

	.evenement {
        margin-top: 30px !important;
        flex-direction: column;
        padding: 0 15px;
    }
    
    .evenement .img {
        flex: 100%;
        margin-bottom: 15px;
    }
    
    .evenement .img img {
        aspect-ratio: 3/2;
        width: 100%;
        height: auto;
        min-height: 200px;
		border-radius: 150px 50px 50px 150px;    }
    
    .evenement .content {
        flex: 100%;
        margin: 0;
    }
    
    .evenement .content h2 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    
    .evenement .content .text p {
        font-size: 12px;
        line-height: 1.4;
        margin-bottom: 10px;
    }


	.prestations_types {
        top: -60px;
        gap: 12px;
        max-width: 100%;
        padding: 0 15px;
        flex-direction: column;
        align-items: center;
    }

	.prestations_types .prestation_type .titre img {
		width: 80px;
	}


    
    .prestations_types .logo-course-prestation {
        top: 6px;
        right: 6px;
        width: 45px;
    }

	.site-navigation-wrapper {
		padding-right: 36px !important;
	}

	.presentation_all.ultra93-section {
        max-width: 100%;
        padding: 30px 10px;
        border-radius: 3px;
        margin: 0 15px;
    }
    
    .presentation_all .ultra93-container {
        max-width: 100%;
        padding: 0 10px;
    }
    
    .presentation_all .ultra93-title {
        font-size: 22px;
        margin-bottom: 20px;
    }
    
    .presentation_all .ultra93-text {
        font-size: 14px;
        margin-bottom: 20px;
    }
    
    .presentation_all .ultra93-text p {
        margin: auto 5px auto;
        max-width: 100%;
    }
    
    .presentation_all .ultra93-text .ultra93-cta {
        font-size: 14px;
    }
}



}
