/*!
Theme Name: Gaele
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gaele
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Gaele is based on Underscores https://underscores.me/, (C) 2012-2020 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 https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

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

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

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

@font-face {
	font-family: 'proxima-nova-semi-bold';
	src: url('./assets/webfont/proximanova-SemiBold.eot');
	src: url('./assets/webfont/proximanova-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('./assets/webfont/proximanova-SemiBold.woff2') format('woff2'),
		url('./assets/webfont/proximanova-SemiBold.woff') format('woff'),
		font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'proxima-nova';
	src: url('./assets/webfont/proximanova_bold-webfont.eot');
	src: url('./assets/webfont/proximanova_bold-webfont.eot?#iefix') format('embedded-opentype'),
		url('./assets/webfont/proximanova_bold-webfont.woff2') format('woff2'),
		url('./assets/webfont/proximanova_bold-webfont.woff') format('woff'),
		font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'proxima-nova-regular';
	src: url('./assets/webfont/proximanova_regular-webfont.eot');
	src: url('./assets/webfont/proximanova_regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('./assets/webfont/proximanova_regular-webfont.woff2') format('woff2'),
		url('./assets/webfont/proximanova_regular-webfont.woff') format('woff'),
		font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'urbana';
	src: url('./assets/webfont/urbanasemiBold.ttf.eot'),
		url('./assets/webfont/urbanasemiBold.ttf.woff') format('woff'),
		url('./assets/webfont/urbanasemiBold.ttf.svg') format('svg'),
		font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'urbana-bold';
	src: url('./assets/webfont/trujillo-medium-webfont.eot'),
		url('./assets/webfont/trujillo-medium-webfont.woff') format('woff'),
		url('./assets/webfont/trujillo-medium-webfont.svg') format('svg'),
		font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'urbana-300';
	src: url('./assets/webfont/urbana-300.ttf.eot'),
		url('./assets/webfont/urbana-300.ttf.woff') format('woff'),
		url('./assets/webfont/urbana-300.ttf.svg') format('svg'),
		font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'urbana-500';
	src: url('./assets/webfont/urbanaMedium.ttf.eot'),
		url('./assets/webfont/urbanaMedium.ttf.woff') format('woff'),
		url('./assets/webfont/urbanaMedium.ttf.svg') format('svg'),
		font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'urbana-600';
	src: url('./assets/webfont/urbana-600.ttf.eot'),
		url('./assets/webfont/urbana-600.ttf.woff') format('woff'),
		url('./assets/webfont/urbana-600.ttf.svg') format('svg'),
		font-weight: normal;
	font-style: normal;

}

/**html*/
html {
	overflow-x: hidden !important;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	display: inline-block;
}

/*html, body {
    /*height: 100%;
    margin: 0; /* Supprime les marges par défaut */
/* overflow-x: hidden; /* Empêche le défilement horizontal */
/*}
body {
   /* width: 100vw; /* Assure que le body occupe toute la largeur de la fenêtre */
/* overflow-y: auto; /* Permet le défilement vertical si nécessaire */
/*}*/

/**Boxing*/
::after,
::before {
	box-sizing: border-box;
	border: 0 solid #e5e7eb;
}

/** style body*/
body {
	overflow-x: hidden !important;
	margin: 0;
	font-family: 'Inter', sans-serif;
}

main {
	max-width: 100%;
	margin: auto;
	/*padding: 100px;*/
}

aside {
	max-width: 1136px;
	margin: auto;
	padding: auto;
}

/*main article .entry-content .elementor .elementor-element-6ef0b79, main article .entry-content .elementor .elementor-element-1c3d3ad {
    padding-left: 100px;
    padding-right: 100px;
}*/
/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
	font: inherit;
}

input:focus,
button:focus,
textarea:focus,
select:focus {
	outline: none;
}


/*form*/
form input,
form select,
form textarea {
	width: auto;
	background-color: white;
	color: black;
	border-radius: 6px;
	padding: 8px 15px;
	border: 1px solid #d4d5d6;
	transition: all 0.3s ease-in-out;
}

form input:focus,
form select:focus,
form textarea:focus {
	outline: none;
	border-color: #d4d5d6;
}

/*button{
	width: fit-content;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 400;
    background-color: white;
    padding: 10px 15px 10px 15px;
    color: black;
    border-radius: 6px;
    border: 1px solid white;
    transition-duration: .5s;
	cursor: pointer;
}
button:hover {
	background-color: white;
	color: black;
}*/
article.type-page {
	width: 100%;
}


blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
	margin: 0;
}

/**Typography**/
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
}

/*p {
    font-family: 'Inter', sans-serif;
}
h1{
	font-family: 'Urbana';
	font-size: 60px;
	font-weight: 600;
  	line-height: 60px;
	padding-top: 100px;
	color: #fff;
}
h2{
	font-family: 'Urbana';
	color: #0d2b48;
	font-size: 42px;
	font-weight: 600;
	line-height: 48px;
	padding-bottom: 15px;
  }*/
/* Links
--------------------------------------------- */

/* Remove list styles on ul, ol elements with a class attribute */
menu,
ol,
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/**Images*/
img {
	max-width: 100%;
	display: block;
	height: auto;
}

/**/
article .entry-header .entry-title {
	display: none;
}

/*article 
.entry-content 
p {
	color: #0d2b48;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px;
}



article 
.entry-content
button{
	margin: auto;
	width: fit-content;
	height: fit-content;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 500;
    background-color: #fff;
    color: #000;
    border-radius: 6px;
    border: 1px solid white;
    transition: background-color 0.5s, color 0.5s;
}
article
.entry-content
a{
	color: #000;
	text-decoration: none;
	font-family: 'Inter', sans-serif;
	font-size: 18px;
	font-weight: 400;
}*/
/*section1*/

.ui-c-line-black {
	position: relative;
	text-decoration: none !important;
}

.ui-c-cercle1 {
	position: relative;
	text-decoration: none !important;
	z-index: 1;
}

.ui-c-line-black::after {
	content: "";
	position: absolute;
	top: 35px;
	left: 0;
	height: 100%;
	width: 100%;
	display: block;
	background-image: url("assets/images/Layer_straight_black1.png");
	background-position: 50%;
	background-size: contain;
	background-repeat: no-repeat;
	transition: all .5s ease-in-out;
	filter: invert(1);
	opacity: .4;
}



/*end section2*/

/** style for header */
.site-header.non-transparent {
	background-color: rgb(14, 43, 72);
}

.site-header.scrolled .site-branding {
	padding-top: 1rem;
	padding-bottom: 1rem;
	transition: 0.5s ease-in-out;
}

.site-header.scrolled {
	background-color: rgb(14, 43, 72);
}

.site-header {
	background-color: transparent;
	display: flex;
	align-items: center;
	position: fixed;
	top: 0;
	transition: background-color 0.3s ease;
	/* Smooth transition */
	width: 100%;
	z-index: 999;
	padding: 0 20px;
	/* Adds padding */
	box-sizing: border-box;
}

.container-header {
	max-width: 1136px;
	/* Limite la largeur maximale du conteneur */
	width: 100%;
	display: flex;
	padding-left: 0;
	padding-right: 0;
	margin-left: auto;
	margin-right: auto;
}



.site-branding {
	padding-top: 2rem;
	padding-bottom: 2rem;
	transition: 0.5s ease-in-out;
	width: 16.666667%;
}

.site-branding img {
	height: 4rem;
	transition: 0.5s ease-in-out;
}

.site-title {
	display: none;
}

.menu-langage .menu-menu-3-container #secondary-menu #menu-item-3059-nl a,
.menu-langage .menu-menu-2-container #secondary-menu #menu-item-3057-nl a,
.menu-langage .menu-menu-3-container #secondary-menu #menu-item-3059-fr a,
.menu-langage .menu-menu-2-container #secondary-menu #menu-item-3057-fr a {
	color: #000;
	font-family: inter;
	border-radius: 5px;
	padding: 4px 10px;
	font-size: 16px;
	font-weight: 500;
	border: none;
	cursor: pointer;
	display: flex;
	text-transform: lowercase;
}

.menu-langage .menu-menu-3-container #secondary-menu a,
.menu-langage .menu-menu-2-container #secondary-menu a,
.menu-langage .menu-menu-3-container #secondary-menu a,
.menu-langage .menu-menu-2-container #secondary-menu a {
	color: #fff;
	text-transform: uppercase;
	font-family: inter;
	border-radius: 5px;
	padding: 4px 10px;
	font-size: 16px;
	font-weight: 500;
	border: none;
	cursor: pointer;
	display: flex;
}

.menu-langage .menu-menu-3-container #secondary-menu #menu-item-3059 .sub-menu,
.menu-langage .menu-menu-2-container #secondary-menu #menu-item-3057 .sub-menu {
	right: 0;
	width: 78px;
	z-index: 900;
	box-shadow: 0 8px 16px 0 #0003;
}

.menu-langage .menu-menu-3-container #secondary-menu #menu-item-3059 .sub-menu li:hover,
.menu-langage .menu-menu-2-container #secondary-menu #menu-item-3057 .sub-menu li:hover {
	background-color: #f1f1f1
}

.pll-parent-menu-item>a::after {
	margin-top: 6px;
}

li.pll-parent-menu-item {
	position: relative;
	display: inline-block;
}

.no-hover .sub-menu {
	pointer-events: none;

}

/* Navigation*/
.menu-container {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	background-color: rgb(14, 43, 72);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transform: translateX(100%);
	transition: transform 0.5s ease-in-out;
	z-index: 1000;
}


/* Styles pour le menu burger et close icons */
.menu-toggle {
	display: none;
}

.burger-icon,
.close-icon {
	width: 24px;
	height: 24px;
}

.main-navigation .menu-menu-1-container .menu-item-2179 a {
	background-color: #fff;
	padding: 12px 24px;
	color: #000;
	border-radius: 6px;
	margin-right: 20px;
	transition: all .5s ease-in-out;
	transform: scale(1);
	font-weight: 500;
}

.main-navigation .menu-menu-1-container .menu-item-2179 a:hover {
	box-shadow: -10px 10px 15px -10px rgb(0 0 0 / 0.3), 0 4px 6px -4px rgb(0 0 0 / 0.3);
}

.main-navigation {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 75%;
}

.main-navigation ul {

	display: flex;
	flex-direction: row;
	gap: 1.5rem;
}

.main-navigation li {
	display: inline-block;
	position: relative;
}

.main-navigation a {
	text-decoration: none;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	font-family: 'Inter';
	opacity: 1;
}

/* Styles for active tab */
.menu-langage .menu-menu-3-container #secondary-menu #menu-item-3059-nl.current-lang>a,
.menu-langage .menu-menu-2-container #secondary-menu #menu-item-3057-nl.current-lang>a,
.menu-langage .menu-menu-3-container #secondary-menu #menu-item-3059-fr.current-lang>a,
.menu-langage .menu-menu-2-container #secondary-menu #menu-item-3057-fr.current-lang>a {
	font-weight: 700;
}

.main-navigation .current-menu-item>a,
.main-navigation .current_page_item>a {
	font-weight: 700;
	position: relative;
}

/* Bar below active tab */
.main-navigation .current-menu-item>a::after,
.main-navigation .current_page_item>a::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -18px;
	width: 100%;
	height: 20px;
	background-image: url('assets/icons/Layer_straight_white.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	opacity: .4;
}

.menu-langage {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-left: auto;
	margin-right: auto;
	width: 8.333333%;
}

.sub-menu {
	display: none;
	position: absolute;
	/* Optionnel : pour positionner le sous-menu */
	background-color: #fff;
	/* Optionnel : pour styliser le sous-menu */
	padding: 10px;
	list-style: none;
	border: 1px solid #ddd;
	/* Optionnel : pour styliser le sous-menu */
}

.pll-parent-menu-item.active>.sub-menu {
	display: block;
	/* Affiche le sous-menu lorsqu'il est actif */
}


/*the end style header*/

/*testimonial section*/

.testimonial-section4-home .swiper-wrapper {
	padding-left: 0px !important;
}

/*end testimonial section*/
/* blogs */

/* Style for custom pagination */

.custom-pagination {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
	padding: 0px 0;
	margin-bottom: 90px;
}


.pagination-buttons {
	flex: 1;
	text-align: left;
}

.pagination-buttons a {
	display: inline-block;
	background-color: #fff;
	color: #333;
	text-decoration: none;
	border-radius: 4px;
	margin-right: 10px;
	border: 1px solid rgb(209 213 219);
	line-height: 32px;
	font-weight: 400;
	padding: 8px 20px !important;
	display: inline-block;
	font-size: 17px;
	font-family: inter;
}

.pagination-buttons a:hover {
	box-shadow: 0 0 10px #00000080;
}

.pagination-buttons a.disabled {
	box-shadow: none;
}


.pagination-numbers {
	display: flex;
	text-align: right;
}

.page-numbers.current .page-number {
	font-weight: 800;
	background: #eee;
}

.pagination-numbers .page-number {

	padding: 8px 12px;
	font-weight: 400;
	color: #333;
	text-decoration: none;
	font-size: 17px;
	background: #fff;
	min-width: 50px;
	text-align: center !important;
	display: inline-block;
	font-family: inter;
	line-height: 32px;
	padding-top: .5rem;
	padding-bottom: .5rem;
	padding-left: 1rem;
	padding-right: 1rem;
	border: 1px solid rgb(209 213 219);
	margin: 0px;

}

.page-numbers.current .page-number:hover {
	box-shadow: none;
}

.pagination-numbers .page-number:hover {
	box-shadow: 0 0 10px #00000080;
}



.pagination-numbers .dots {
	color: #999;
}






.blog-post {
	border: 1px solid #ddd;
	padding: 20px;
	margin-bottom: 20px;
	border-radius: 8px;
	background-color: #f9f9f9;
}

.blog-post .entry-header .entry-title {
	color: #000;
	font-weight: 700;
	line-height: 24px;
	font-family: 'proxima-nova, ui-serif, Georgia, Cambria, Times New Roman, Times, serif' !important;
}

.blog-post .entry-content {
	color: #000;
	font-size: 16px;
	font-family: 'proxima-nova, ui-serif, Georgia, Cambria, Times New Roman, Times, serif' !important;
}

.blog-post .entry-footer .read-more {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	text-decoration: underline;
	text-transform: uppercase;
	color: #3DA6DB;
}

/** styles for post section on home */
.gaele-title-mark {
	font-weight: bold;
	position: relative;
	z-index: 1;
}

.gaele-title-mark:after {
	content: '';
	position: absolute;
	top: 25px;
	left: 0;
	height: 100%;
	width: 100%;
	display: block;
	background-image: url("assets/images/Layer_straight_orange.png");
	background-position: 50%;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: -20;
}

.gaele-post-slider-wrap .post-item {
	padding: 20px;
	height: auto;
	background-color: rgb(249 250 251);
	margin-right: 25px !important;
	border-radius: 16px;
}

.gaele-post-slider-wrap .post-item:hover {
	background-color: #3DA6DB1A;
	transition: transform 0.3s ease-in-out;
	transform: scale(1.05);
}

.gaele-post-slider-wrap .swiper-slide img {
	/* Remplace .slick-slide par .swiper-slide */
	border-radius: 8px;
	margin-bottom: 20px;
}

.gaele-post-slider-wrap .post-item .post-link-wrapper h3 {
	color: #000 !important;
	padding-bottom: 8px;
	padding-top: 15px;
	font-family: proxima-nova, ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
}

.swiper-backface-hidden .swiper-slide {
	height: auto !important;
}

/* Supprime les classes liées à Slick pour la navigation */
.gaele-post-slider-wrap .slick-prev,
.gaele-post-slider-wrap .slick-next {
	display: none !important;
}

.gaele-post-slider-wrap .swiper-wrapper {
	/* Remplace .slick-slider par .swiper-wrapper */
	display: flex;
	flex-wrap: nowrap;
}

.gaele-post-slider-wrap .post-item {
	max-width: 100%;
	/* Assure que les items ne dépassent pas leur espace alloué */
	box-sizing: border-box;
	/* Inclut le padding et la bordure dans la largeur et la hauteur de l'élément */
}

.custom-gap-4 {
	gap: 1rem;
	margin-right: 10px;
}

.custom-max-w-container {
	margin-top: 25px;
	padding-left: 0;
	padding-right: 0;
	width: 1136px !important;
	margin-left: auto;
	margin-right: auto;
}

.custom-button-prev,
.custom-button-next {
	border-radius: 50%;
	width: 36px;
	height: 36px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #0D2B48;
	background: transparent;
	transition: 1.2s ease-in-out;
	border: 1px solid #D1D5DB;
}

.custom-button-prev:hover,
.custom-button-next:hover {
	background-color: #0D2B48;
}

.custom-button-prev:hover svg path,
.custom-button-next:hover svg path {
	fill: white;
}

.custom-flex {
	display: flex;
}

.custom-flex-row {
	flex-direction: row;
}

.custom-items-center {
	align-items: center;
}

.custom-justify-center {
	justify-content: center;
}

.custom-progress-bar {
	background-color: #d4d8dd !important;
	width: 100% !important;
	height: 1px;
	position: relative;
	overflow: hidden;
}

.custom-progress-bar-current {
	width: 20%;
	/* Largeur initiale de la barre de progression */
	background-color: black !important;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: width 0.5s ease;
}

.gaele-post-slider-wrap .post-item .entry-excerpt p {
	font-size: 16px !important;
	color: black;
	padding-bottom: 15px;
	font-family: proxima-nova-regular;
}

.gaele-post-slider-wrap .post-item .read-more-btn {
	color: rgb(61 166 219);
	text-decoration: underline;
	position: absolute;
	bottom: 1rem;
}

/* Supprime les classes liées à Slick */
.gaele-post-slider-wrap .slick-slider .slick-list,
.gaele-post-slider-wrap .slick-slider .slick-track {
	display: none;
}

/*style for page 404*/
.error404 .site header {
	display: none;
}

.site-main-404 .error-404 .page-content {
	background-color: #f3f4f6;
	display: flex;
	min-height: 100vh;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.content-block1 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.text-page-error {
	color: rgba(17, 24, 39);
	margin-bottom: 2.5rem;
	font-weight: 500;
	font-size: 1.875rem;
	line-height: 2.25rem;
}

.link-back-home {
	color: rgba(255, 255, 255) !important;
	padding-top: 0.75rem !important;
	padding-bottom: 0.75rem !important;
	padding-left: 1.25rem !important;
	padding-right: 1.25rem !important;
	background-color: rgba(55, 65, 81) !important;
	border-radius: 0.25rem !important;
}

.link-back-home:hover {
	background-color: rgba(17, 24, 39) !important;
}

.content-block2 {
	height: 8rem;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transform: translateY(150px);
}

.text-powered {
	color: rgba(209, 213, 219);
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-size: 0.75rem;
	line-height: 1rem;
	margin-bottom: 0.375rem;
}

.img-devisto {
	width: 8rem;
}

/**/
/*style page politique de confidentialité*/

.privacy-policy h1,
.conditions-generales h1 {
	font-family: "urbana";
	font-size: 33px;

	padding-bottom: 15px;
	line-height: 60px;
	padding-top: 100px;
}

.privacy-policy h2,
.conditions-generales h2 {
	font-family: urbana, ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
	color: #0d2b48 !important;
	font-size: 42px;
	line-height: 48px;
}

.privacy-policy h3,
.conditions-generales h3 {
	font-family: urbana;
	font-size: 25px !important;
	text-transform: lowercase;

	padding-bottom: 15px;
	color: #000 !important;
	line-height: 32px;
}

.privacy-policy .content-text {
	padding-bottom: 15px;
}

.privacy-policy .underline-title,
.conditions-generales .underline-title {
	text-decoration: underline;
}

.privacy-policy .title-bolder,
.conditions-generales .title-bolder {
	font-weight: bolder;
}

.conditions-generales .list-marge {
	margin-left: 19.0pt;
}

.conditions-generales .list-marge-42 {
	margin-left: 42.0pt;
}

.conditions-generales .title-article {
	color: var(--tw-prose-bold);
	font-weight: 600 !important;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}

.conditions-generales a {
	text-decoration: underline !important;
}

.conditions-generales .content-text {
	padding-bottom: 15px;
	color: #374151 !important;
}

/**/
/** styles for post*/

.single-post .section1-single-post {
	background-color: #F59C1C;
	padding: 100px;
	position: relative;
	overflow: hidden;
	padding-top: 150px;
}

.text-section1-fr p {
	font-size: 32px !important;
}

.link-back-posts {
	text-decoration-line: underline;
	font-size: 16px;
	font-family: proxima-nova-regular;
	cursor: pointer;
	z-index: 50;
	position: relative;
	color: #fff;
}

.link-back-posts span {
	padding-right: 0.5rem;
}

.single-post .section1-single-post::before {
	content: "";
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	background-image: url("assets/images/Untitled-3.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 100%;
	opacity: .2;
	transform: scale(1.25);

}

.title-single-post {
	font-size: 42px;
	line-height: 48px;
	padding-top: 40px;
	padding-bottom: 15px;
	color: #fff;
}

.max-container-section1-single-post {
	padding-left: 0;
	padding-right: 0;
	max-width: 1136px;
	margin-left: auto;
	margin-right: auto;
}

.single-post-date {
	font-family: proxima-nova-semi-bold;
	color: #ffff;
}

.single-post .single-post-container {
	gap: 55px;
	width: 100%;
	padding: 100px;
	display: flex;
	padding-left: 0;
	padding-right: 0;
	max-width: 1136px;
	margin-left: auto;
	margin-right: auto;
}

.single-post-content {
	width: 66.666667%;
}

.single-post-content .read-more-button {
	display: none;
}

.single-post-sidebar {
	width: 33.333333%;
}

.single-post-content .post-thumbnail img {
	margin-bottom: 1.5rem;
	border-radius: 8px;
	object-fit: cover;
	width: 100%;
	height: 575px;
}

.single-post article h3 {
	font-weight: 600 !important;
	font-size: 1.25em !important;
	margin-top: 1.6em !important;
	margin-bottom: .6em !important;
	line-height: 1.6 !important;
	color: #111847 !important;
}

.single-post article h2 {
	color: #0d2b48 !important;
	font-family: Urbana !important;
	font-size: 32px !important;
	font-style: normal !important;
	font-weight: 500 !important;
	line-height: 40px !important;
	padding-bottom: 15px !important;
	margin-top: 2em;
	margin-bottom: 1em;
}

.single-post article p {
	font-family: inter, ui-serif, Georgia, Cambria, Times New Roman, Times, serif !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 22px !important;
	--tw-text-opacity: 1 !important;
	color: rgb(13 43 72/var(--tw-text-opacity)) !important;
	text-align: justify;

	margin-bottom: 1em;
}

.single-post .entry-content {
	max-width: 65ch;
}

.single-post .single-post-sidebar .container-box {
	padding: 40px;
	--tw-bg-opacity: 1;
	background-color: rgb(249 250 251/var(--tw-bg-opacity));
	border-radius: 16px;
}

.single-post .single-post-sidebar .container-box .title {
	line-height: 32px !important;
	font-weight: 700 !important;
	font-size: 24px !important;
	font-family: inter, ui-serif, Georgia, Cambria, Times New Roman, Times, serif !important;
	color: #0d2b48;
	font-style: normal;
}

.single-post .single-post-sidebar .container-box .text-description {
	font-style: normal;
	font-weight: 400;
	color: #0d2b48;
	font-feature-settings: "salt"on;
	font-family: inter;
	line-height: 24px !important;
	font-size: 16px !important;
	padding-bottom: 24px;
	padding-top: 10px;
}

.single-post .single-post-sidebar .container-box a .button-orange {
	border-radius: 6px;
	font-weight: 600;
	padding: 12px 45px;
	font-family: inter, ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
	font-size: 18px !important;
	--tw-text-opacity: 1;
	color: rgb(255 255 255/var(--tw-text-opacity));
	background-color: #f59c1c;
	transition: all .4s ease-in-out;
	cursor: pointer;
	border: transparent !important;
}

.single-post .single-post-sidebar .container-box a .button-orange:hover {
	box-shadow: -10px 10px 15px -10px rgb(0 0 0 / 0.3), 0 4px 6px -4px rgb(0 0 0 / 0.3);
}

.single-post .single-post-sidebar .related-posts .title-article-connexes {
	font-style: normal;
	line-height: 32px;
	font-feature-settings: "salt"on;
	font-family: Urbana-600;
	color: #0d2b48;
	padding-bottom: 15px;
	padding-top: 40px;
	font-size: 24px !important;
}

.single-post .single-post-sidebar .related-posts .related-post-item .related-post-title {
	color: #0d2b48;
	padding-bottom: 5px;
	font-family: proxima-nova-semi-bold !important;
	font-size: 18px !important;
	line-height: 22px !important;

}

.single-post .single-post-sidebar .related-posts .related-post-item .link-related-post-item {
	display: flex !important;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding-bottom: 15px;
}

.single-post .single-post-sidebar .related-posts .related-post-item .link-related-post-item .related-post-thumbnail {
	width: 33.333333%;
	padding-right: 15px;
}

.single-post .single-post-sidebar .related-posts .related-post-item .link-related-post-item .related-post-item-content {
	width: 66.666667%;
}

.single-post .single-post-sidebar .related-posts .related-post-item .link-related-post-item .related-post-thumbnail img {
	object-position: center;
	object-fit: cover;
	border-radius: 8px;
	width: 100px;
	height: 100px;

}

.single-post .single-post-sidebar .related-posts .related-post-item .link-related-post-item .related-post-read-more {
	text-decoration-line: underline !important;
	font-family: proxima-nova-regular !important;
	font-size: 16px !important;
	color: rgb(61 166 219) !important;
}

.single-post .entry-footer {
	display: none;
}

.single-post .navigation {
	display: none;
}

.single-post .single-post-container .single-post-content .container-social-icons {
	display: flex;
	padding-top: 80px;
	padding-bottom: 80px;
}

.container-social-icons .text-send {
	color: #0d2b48;
	font-feature-settings: "salt"on;
	font-family: inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px;
}

.container-social-icons .container-ui-social {
	display: flex;
	flex-direction: row;
}

.container-social-icons .ui-social {
	display: flex;
	height: 40px;
	width: 40px;
	align-items: center;
	justify-content: center;
	border-radius: 9999px;
	border-width: 1px;
	--tw-border-opacity: 1;
	border-color: rgb(21 43 70);
	transition-duration: 0.5s;
	margin-left: 0.5rem;
	margin-top: -4px;
}

.container-social-icons .ui-social:hover {
	background-color: #0d2b48;
}

.container-social-icons .ui-social:hover svg path {
	fill: #fff;
}

.single-post .container-post-recent {
	background-color: rgb(249 250 251);
	padding-bottom: 4rem;


}

.single-post .container-post-recent .content-recents-post {
	max-width: 1136px;
	padding-left: 0;
	padding-right: 0;
	margin-left: auto;
	margin-right: auto;
}

.single-post .container-post-recent .title {
	font-style: normal;
	line-height: 32px;
	font-feature-settings: "salt"on;
	font-family: Urbana-600;
	color: #0d2b48;
	padding-top: 80px;
	padding-bottom: 50px;
	font-size: 32px !important;
	text-align: center;
}

.single-post .container-post-recent .container-box {

	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}

.single-post .container-post-recent .container-box .block-post {
	height: 420px;
	width: 33.333333%;
	margin-bottom: 32px;
	transition: transform 0.3s ease-in-out;
}

.single-post .container-post-recent .container-box .block-post:hover {
	transform: scale(1.05);
}

.single-post .container-post-recent .container-box .block-post img {
	height: 185px;
	width: 100%;
	border-radius: 8px;
	object-fit: cover;
	object-position: center;
}

.single-post .container-post-recent .container-box .block-post .posts-box {
	margin-right: 32px;
	height: 100%;
	cursor: pointer;
	border-radius: 16px;
	background-color: rgb(255 255 255);
	padding: 15px;
}

.single-post .container-post-recent .container-box .block-post .ui-block .ui-title {
	line-height: 24px;
	font-size: 18px;
	font-family: proxima-nova-semi-bold;
	padding-bottom: 8px;
	padding-top: 15px;
	color: #000 !important;
}

.single-post .container-post-recent .container-box .block-post .ui-block {
	padding-left: 15px;
	padding-right: 15px;
}

.single-post .container-post-recent .container-box .block-post .ui-block .ui-blog-text {
	padding-bottom: 15px;
	font-family: proxima-nova-regular;
	font-size: 16px;
	color: #000 !important;
}

.single-post .container-post-recent .container-box .block-post .ui-read-more {
	text-decoration-line: underline;
	font-family: proxima-nova-regular;
	font-size: 16px;
	color: rgb(61 166 219);
}

.ui-section1-blog {
	position: relative;
	background-color: #F59C1C;
	overflow: hidden;
	padding-bottom: 80px;
}

.ui-section1-blog::before {
	content: "";
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	background-image: url("assets/images/Untitled-3.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 100%;
	opacity: .2;
	transform: scale(1.25);
	z-index: 0;
}

.ui-section1-blog .max-container {
	max-width: 1136px;
	padding-top: 180px;
	padding-left: 0;
	padding-right: 0;
	margin-left: auto;
	margin-right: auto;
}

.ui-section1-blog .max-container .title-section1-blog {
	font-family: urbana-600;
	padding-bottom: 15px;
	padding-top: 0 !important;
	font-size: 42px !important;
	line-height: 48px !important;
	color: #ffff;
}

.ui-section1-blog .max-container .title-section1-blog .ui-c-line {
	position: relative;
	text-decoration: none;
}

.ui-section1-blog .max-container .title-section1-blog .ui-c-line::after {
	content: "";
	position: absolute;
	top: 17px;
	left: 0;
	height: 100%;
	width: 100%;
	display: block;
	background-image: url("assets/images/line-white2.png");
	background-position: 50%;
	background-size: contain;
	background-repeat: no-repeat;
	transition: all .5s ease-in-out;
	opacity: .4;
}

.ui-section1-blog .max-container .text-section1-blog {
	padding-bottom: 80px;
	font-feature-settings: "salt"on;
	font-family: inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px;
	color: #ffff;
}

.ui-section1-blog .max-container .search-field {
	position: relative;
	z-index: 2;
}

.section2-blog {
	display: flex;
	flex-direction: row;
	max-width: 1136px;
	padding-top: 80px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 70px;
	margin-left: auto;
	margin-right: auto;
	gap: 30px;
}

.section2-blog .blog-container1,
.section2-blog .blog-container2 {
	width: 50%;
}

.section2-blog article .entry-header .entry-title,
.container-post-remaining .container-box article .entry-header .entry-title {
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
}

.section2-blog .blog-container1 article .entry-header .entry-title a {
	padding-bottom: 8px;
	font-family: proxima-nova-semi-bold;
	font-size: 32px !important;
	color: #000 !important;
	line-height: 40px !important;
}

.section2-blog .blog-container1 article .entry-meta .posted-on,
.section2-blog .blog-container2 article .entry-meta .posted-on {
	color: rgb(92 87 171);
	font-family: proxima-nova, ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
	padding-bottom: 8px;
	font-weight: 700;
}

.section2-blog .blog-container1 article .box-content {
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 25px;
	padding-bottom: 25px;
}

.section2-blog .blog-container1 .article-pinned article .box-content .entry-content .excerpt p,
.container-post-remaining .container-box article .box-content .entry-content .excerpt p {
	padding-bottom: 15px;
	font-family: proxima-nova-regular;
	font-size: 16px;
	font-weight: 400;
}

.section2-blog .blog-container1 article .entry-content .read-more-button,
.section2-blog .blog-container2 article .entry-content .read-more-button {
	font-family: proxima-nova-regular;
	text-decoration-line: underline;
	font-size: 16px;
	color: rgb(61 166 219);
}

.section2-blog .blog-container1 .post-thumbnail img {
	border-radius: 8px;
	object-fit: cover;
	object-position: center;
	height: 370px;
}

.section2-blog .blog-container1 .article-pinned {
	transition: transform 0.3s ease-in-out;
}

.section2-blog .blog-container1 .article-pinned:hover {
	transform: scale(1.05);
}

.section2-blog .blog-container2 {
	height: 100%;
	border-radius: 16px;
	background-color: rgb(243 244 246);
	padding-bottom: 25px;
	padding-top: 25px;
	padding-left: 32px;
	padding-right: 32px;
	min-height: 33vh;
}

.section2-blog .blog-container2 .title-container {
	font-style: normal;
	line-height: 32px;
	font-feature-settings: "salt"on;
	font-family: Urbana-600;
	color: #0d2b48;
	padding-bottom: 15px;
	font-size: 32px !important;
}

.section2-blog .blog-container2 article {
	display: flex;
	padding-bottom: 15px;
	transition: transform 0.3s ease-in-out;
}

.section2-blog .blog-container2 article:hover {
	transform: scale(1.05);
}

.section2-blog .blog-container2 article .box-image {
	width: 33.333333%;
}

.section2-blog .blog-container2 article .box-content {
	width: 66.666667%;
}

.section2-blog .blog-container2 article .box-image .post-thumbnail img {
	height: 130px;
	border-radius: 8px;
	object-fit: cover;
	object-position: center;
	width: 100% !important;
}

.section2-blog .blog-container2 article .box-content .entry-header h2 {
	color: #0d2b48 !important;
	padding-bottom: 5px;
	font-family: proxima-nova-semi-bold !important;
	font-size: 20px !important;
	line-height: 24px !important;
	padding-top: 8px;
}

.section2-blog .blog-container2 article .entry-content .excerpt p,
.container-post-remaining .container-box article .box-content .entry-meta {
	display: none;
}

.container-post-remaining {
	background-color: rgb(249 250 251);
	padding-bottom: 4rem;
}

.container-post-remaining.no-pagination {
	margin-bottom: 150px !important;
}

.container-post-remaining.custom-pagination-wrap {
	background-color: #fff;
}

.container-post-remaining.custom-pagination-wrap .container-box {
	padding-top: 0px;
	display: block;
}

.container-post-remaining .container-box {
	max-width: 1136px;
	padding-top: 45px;
	padding-left: 0;
	padding-right: 0;
	margin-left: auto;
	margin-right: auto;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	/* 3 colonnes égales */
	gap: 30px;
	justify-content: center;
	align-items: center;
}

.container-post-remaining .container-box article {
	background-color: #fff;
	margin-bottom: 32px;
	width: 100%;
	height: 500px;
	cursor: pointer;
	border-radius: 16px;
	padding-bottom: 60px !important;
	padding: 15px;
	transition: transform 0.3s ease-in-out;
}

.container-post-remaining .container-box article:hover {
	transform: scale(1.05);
}

.container-post-remaining .container-box article .box-image .post-thumbnail {
	height: 185px;
	width: 100%;
	border-radius: 8px;
	object-fit: cover;
	object-position: center;
}

.container-post-remaining .container-box article .box-image {
	padding-bottom: 32px;
}

.container-post-remaining .container-box article .box-image .post-thumbnail img {
	border-radius: 8px !important;
}

.container-post-remaining .container-box article .box-content .entry-header .entry-title {
	color: #000 !important;
	padding-bottom: 5px;
	padding-top: 15px;
	font-family: proxima-nova-semi-bold !important;
	font-size: 18px !important;
	line-height: 24px !important;
}

.section2-blog .blog-container2 article .box-content .entry-header h2 a:hover {
	color: #0d2b48 !important;
}

.container-post-remaining .container-box article .box-content .entry-header .entry-title a:hover {
	color: #000 !important;
}

.container-post-remaining .container-box article {
	position: relative;
}

.container-post-remaining .container-box article .box-content .entry-content .read-more-button {
	position: absolute;
	bottom: 15px;
	font-family: proxima-nova-regular;
	text-decoration-line: underline;
	font-size: 16px;
	color: rgb(61 166 219);

}

.ui-section1-blog .max-container .search-results .search-field {
	z-index: 40;
	max-width: 50%;
	width: 100%;
	border-radius: 6px;
	padding-right: 12px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 40px !important;
	font-family: inter, ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: 400;
	--tw-text-opacity: 1;
	color: rgb(107 114 128/var(--tw-text-opacity));
	outline: 2px solid #0000;
	outline-offset: 2px;
	transition-duration: .5s;
}

.ui-section1-blog .max-container .search-results {
	position: relative;
	margin-top: -50px;
	height: 50px;
}

.ui-section1-blog .max-container .search-results .text-g-input {
	position: absolute;
	bottom: 0;
	top: 12px;
	left: .75rem;
	z-index: 50;
	margin-right: auto;
	height: fit-content;
	color: rgb(107 114 128);
}

.container-post-remaining .container-box .message {
	color: #0d2b48;
	font-feature-settings: "salt"on;
	font-family: inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px;
	text-align: center;
}

/*contact*/
.section1-contact::after {
	content: "";
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	background-image: url("assets/images/Untitled-3.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 100%;
	opacity: .2;
	transform: scale(1.25);
	z-index: 0;
}

.block-upload .wpcf7-form-control-wrap {
	position: static !important;
}

.section2-contact .formulaire-contact-section2 .wpcf7-form label {
	font-size: 14px;
	font-weight: 500;
	font-family: inter, ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
	opacity: 1;
	color: rgb(0 0 0);
}

.section2-contact .formulaire-contact-section2 .wpcf7-form label input[type="radio"] {
	width: 20px;
	height: 20px;
}

.section2-contact .formulaire-contact-section2 .wpcf7-form .block-radios .container-block-radio p .wpcf7-form-control-wrap .ui-radio-label .wpcf7-list-item .wpcf7-list-item-label {
	font-family: inter, ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	opacity: 1 !important;
	color: rgb(13 43 72) !important;
	letter-spacing: -.32px;
	transform: translatex(-10px);
}

.wpcf7-list-item {
	margin: 0;
}

.section2-contact .formulaire-contact-section2 .wpcf7-form .block-radios .container-block-radio p {
	gap: 32px;
	display: flex;
}

.section2-contact .formulaire-contact-section2 .wpcf7-form .block-radios {
	padding-bottom: 15px;
}

.section2-contact .formulaire-contact-section2 .wpcf7-form .block-radios .container-block-radio {
	padding-top: 8px;
}

.section2-contact .formulaire-contact-section2 .wpcf7-form input {
	border-radius: 6px;
	padding: 12px;
	font-family: inter, ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: 400;
	--tw-text-opacity: 1;
	color: rgb(107 114 128/var(--tw-text-opacity));
	border: 1px solid #d1d5db;
}

.section2-contact .formulaire-contact-section2 .wpcf7-form .ui-input-select {
	border-radius: 6px;
	padding: 12px;
	font-family: inter, ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: 400;
	--tw-text-opacity: 1;
	color: rgb(107 114 128/var(--tw-text-opacity));
	border: 1px solid #d1d5db;
	width: 100%;
	margin-top: 8px;
	margin-bottom: 15px;
}

.section2-contact .formulaire-contact-section2 .wpcf7-form .container-name {
	display: flex;
	width: 100%;
	gap: 15px;
	padding-bottom: 15px;
}

.section2-contact .formulaire-contact-section2 .wpcf7-form .container-name .block-firstname,
.section2-contact .formulaire-contact-section2 .wpcf7-form .container-name .block-lastname {
	width: 100%;
}

.section2-contact .formulaire-contact-section2 .wpcf7-form .container-name .block-firstname p input,
.section2-contact .formulaire-contact-section2 .wpcf7-form .container-name .block-lastname p input {
	width: 100%;
	margin-top: 8px;
}

.section2-contact .formulaire-contact-section2 .wpcf7-form p .wpcf7-email,
.section2-contact .formulaire-contact-section2 .wpcf7-form p .wpcf7-tel,
.section2-contact .formulaire-contact-section2 .wpcf7-form p .ui-input-number-tva,
.section2-contact .formulaire-contact-section2 .wpcf7-form p .wpcf7-textarea {
	width: 100%;
	margin-bottom: 15px;
	margin-top: 8px;
}

.section2-contact .formulaire-contact-section2 .wpcf7-form p .wpcf7-textarea {
	height: 6.5em;
}

.section2-contact .formulaire-contact-section2 .wpcf7-form p .ui-label-annexe span {
	font-family: proxima-nova-regular;
	font-weight: 400;
	font-size: 12px;
	color: rgb(107 114 128);
}

.section2-contact .formulaire-contact-section2 .wpcf7-form p .wpcf7-file {
	position: absolute;
	top: 0px;
	left: 0;
	opacity: 0;
	width: 100% !important;
	height: 100% !important;
	cursor: pointer;
	-webkit-appearance: none !important;
	appearance: none;
	-moz-appearance: none !important;
	font-size: 0 !important;
}

.section2-contact .formulaire-contact-section2 .wpcf7-form .block-upload {
	width: 100%;
	height: 100%;
	border-radius: 6px;
	border-width: 1px;
	border-color: rgb(209 213 219);
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	margin-bottom: 15px;
	margin-top: 8px;
	position: relative;
	z-index: 0;
}

.section2-contact .formulaire-contact-section2 .wpcf7-form .block-upload p .img-file {
	display: block;
	margin: auto;
	height: 36px;
	width: 36px;
}

.section2-contact .formulaire-contact-section2 .wpcf7-form .block-upload .text1 {
	padding-bottom: 5px;
	padding-top: 12px;
	font-family: inter, ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
	font-size: 16px;
	font-weight: 500;
	color: rgb(92 87 171);
}

.section2-contact .formulaire-contact-section2 .wpcf7-form .block-upload .text2 {
	text-align: center;
	font-family: inter, ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: 400;
	color: rgb(107 114 128) !important;
}

.section2-contact .formulaire-contact-section2 .wpcf7-form .checkbox-container p label {
	font-size: 16px;
	font-family: proxima-nova-regular;
	font-weight: 300;
}

.section2-contact .formulaire-contact-section2 .wpcf7-form .block-submit {
	margin: auto;
	display: block;
	width: fit-content;
	padding-top: 50px;

}

.section2-contact .formulaire-contact-section2 form.wpcf7-form {
	padding-bottom: 135px;
}

.section2-contact .formulaire-contact-section2 .wpcf7-form .block-submit p .wpcf7-submit {
	padding: 12px 24px;
	font-family: inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	border-radius: 6px;
	background: #5c57ab1a;
	background-color: rgba(92, 87, 171, 0.1);
	color: #fff;
	background-color: #f59c1c;
	cursor: pointer;
	transition: all .4s ease-in-out;
	border: none;
}

.section2-contact .formulaire-contact-section2 .wpcf7-form .block-submit p .wpcf7-submit:hover {
	box-shadow: -10px 10px 15px -10px rgb(0 0 0 / 0.3), 0 4px 6px -4px rgb(0 0 0 / 0.3);
}

/***************/
/*style for aide&contact*/
/*section1 aide-contact*/
.edit-link {
	display: none !important;
}

/*end section1 aide contact*/
.ui-c-cercle1::after {
	content: "";
	position: absolute;
	left: 0;
	height: 100%;
	width: 100%;
	display: block;
	background-image: url("assets/images/ui-circle1.png");
	background-position: 50%;
	background-size: contain;
	background-repeat: no-repeat;
	transition: all .5s ease-in-out;
	z-index: -20;
	top: 0;
	opacity: 1;
	filter: invert(0);
	transform: scale(2.2) translateX(-1px);
}

/*section2: cards*/

.card-section2-aide-contact {
	background-color: rgb(249 250 251) !important;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
	--tw-shadow: 0px 0px 3px 0px #00000026 !important;
	--tw-shadow-colored: 0px 0px 3px 0px var(--tw-shadow-color) !important;
	transition: transform 0.3s ease !important;
	padding: 32px !important;
	--tw-bg-opacity: 1;
	border-radius: 16px !important;
	transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	margin-right: 24px !important;
}

.card-section2-aide-contact:hover {
	transform: scale(1.05) !important;
}

.title-card-section2-aide-contact {
	--tw-text-opacity: 1;
	color: rgb(0 0 0/var(--tw-text-opacity)) !important;
	font-size: 20px !important;
	font-family: proxima-nova-semi-bold !important;
}

.text-card-section2-aide-contact {
	--tw-text-opacity: 1;
	color: rgb(26 19 40/var(--tw-text-opacity)) !important;
	font-size: 16px !important;
	font-family: proxima-nova-regular !important;
}

/*end section2: card*/
/*section3*/
.box-object-section3-home img {
	height: 150px;
	width: auto;
}

.button-blue-block-section3-aide-contact {
	--tw-bg-opacity: 1;

	transition: all .4s ease-in-out !important;
}

.button-blue-block-section3-aide-contact:hover {
	transition: scale(1.5) !important;
}

/*end section3*/
/*end aide&contact*/
/*aide-detail*/

.faq-section-aide-detail {
	border: 1px solid #0d2b481a;
	border-radius: 16px;
	padding: 20px;
}

.link-section2-aide-detail a {
	text-decoration-color: #3DA6DB;
}

.search-form {
	width: 100%;
	border-radius: 6px;
	padding-right: 12px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 0px !important;
	font-family: inter, ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: 400;
	--tw-text-opacity: 1;
	color: rgb(107 114 128/var(--tw-text-opacity));
	outline: 2px solid #0000;
	outline-offset: 2px;
	transition-duration: .5s;
	z-index: 50;
	margin: auto;
}

.search-field-aide-contact,
.search-field-aide-detail {
	position: relative;
	width: 100%;
	border-radius: 6px;
	padding-right: 12px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 40px !important;
	font-family: inter, ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: 400;
	--tw-text-opacity: 1;
	color: rgb(107 114 128/var(--tw-text-opacity));
	outline: 2px solid #0000;
	outline-offset: 2px;
	transition-duration: .5s;
	z-index: 50;
	border: none;
}

.search-icon-aide-contact,
.search-icon-aide-detail {
	position: absolute;
	transform: translateX(10px);
	top: 30px;
	z-index: 50;
}

.link-section2-aide-detail ul li a {
	text-decoration-color: #3DA6DB !important;
}

.section1-aide-contact,
.section1-aide-detail {
	position: relative;
	width: 100%;
	overflow: hidden !important;
}

.section1-apropos {
	position: relative;
	width: 100%;
	overflow: hidden !important;
}

.section1-aide-contact::after,
.section1-aide-detail::after {
	content: "";

	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	background-image: url("assets/images/Untitled-3.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 100%;
	opacity: .2;
	transform: scale(1.25);
	z-index: 0;
}

.section3-aide-contact .container-block-section3-aide-contact .block-container-section3-aide-contact .button-blue-block-section3-aide-contact a:hover {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.section1-apropos::after {
	content: "";

	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	background-image: url("assets/images/Untitled-3.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 100%;
	opacity: .2;
	transform: scale(1.25);
	z-index: 0;
}

/*end aide-detail*/
.search-submit {
	display: none;
}

/*page à propos*/
.ui-c-line-apropos {
	position: relative;
	text-decoration: none !important;
}

.ui-c-line-apropos::after {
	content: "";
	position: absolute;
	left: 0;
	height: 100%;
	width: 100%;
	display: block;
	background-image: url("assets/images/line-white2.png");
	background-position: 50%;
	background-size: contain;
	background-repeat: no-repeat;
	transition: all .5s ease-in-out;
	top: 25px !important;
	opacity: .4 !important;
	filter: invert(0) !important;
}

th.sorting_asc {
	background: none;
}

.section3-apropos .btn-orange-section3-apropos:hover {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

/*tableau nl */




/*style tableau section 3 A propos*/
#tablepress-3_wrapper #tablepress-3_length,
#tablepress-3_wrapper #tablepress-3_filter,
#tablepress-3_wrapper #tablepress-3 tr th::after,
#tablepress-3_wrapper #tablepress-3_info,
#tablepress-3_wrapper #tablepress-3_paginate {
	display: none;
}

#tablepress-3_wrapper #tablepress-3 th {
	background-color: transparent;
}

#tablepress-3_wrapper #tablepress-3 tr th.column-2 {
	padding: 20px 32px;
	padding-top: 26px !important;
	background: #00ab8f;
	max-width: 138px;
	border-radius: 24px 24px 0 0;
	position: relative;
	transform: translateY(10px);
	width: 138px !important;
}

#tablepress-3_wrapper #tablepress-3 tr th.column-2::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: -1px;
	width: calc(100% + 2px);
	height: 100%;
	border: 2px solid #00ab8f;
	padding: 10px;
	border-radius: 24px 24px 0 0;
}


#tablepress-3_wrapper #tablepress-3 tbody tr.row-2 td.column-2 img {
	position: relative;
}

#tablepress-3_wrapper #tablepress-3 tr th.column-2 img {
	width: 75%;
	margin: auto;
	padding-bottom: 10px;
}

#tablepress-3_wrapper #tablepress-3 tbody tr td {
	background-color: #ffff;

}

#tablepress-3_wrapper #tablepress-3 tbody tr td {
	border-bottom-width: 1px;
	border-color: rgb(229 231 235);
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
	padding-left: 15px;
	padding-right: 15px;
}

#tablepress-3_wrapper #tablepress-3 tr th {
	text-align: center;
	cursor: default;
	font-family: inter, ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
}

#tablepress-3_wrapper #tablepress-3 tbody tr.row-2 td.column-2 {
	position: relative;
	background-color: rgb(0 171 143);
	border-top: 0;
}

#tablepress-3_wrapper #tablepress-3 tbody tr.row-11 td.column-2 {
	position: relative;
	border-left: 0;
	border-right: 0;
}

#tablepress-3_wrapper #tablepress-3 tbody tr.row-11 td.column-2::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -20px;
	left: -1px;
	height: 100%;
	width: calc(100% + 2px);
	border: 2px solid #00ab8f;
	border-bottom-left-radius: 24px;
	border-bottom-right-radius: 24px;
	border-top: 0 !important;
	top: 0;
}

#tablepress-3_wrapper #tablepress-3 tbody tr.row-2 td.column-2::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	border-top-left-radius: 24px;
	border-top-right-radius: 24px;
	margin-top: 1px;
	border-bottom: 1px solid #e5e7eb;

}

#tablepress-3_wrapper #tablepress-3 tbody tr td.column-2 {
	border-left: 2px solid rgb(0 171 143);
	border-right: 2px solid rgb(0 171 143);
}

#tablepress-3_wrapper #tablepress-3 tbody tr.row-2 td.column-2 img {
	width: auto;
	height: 1.5rem;
}

#tablepress-3_wrapper #tablepress-3 tbody tr td img {
	width: auto;
	height: 1.5rem;
	display: block;
	margin: auto;
	z-index: 50;
	position: relative;
}

#tablepress-3 caption {
	display: none;
}

/*  end section  3*/



/*style tableau section 5 A propos*/
.table-section5-apropos #tablepress-1_wrapper #tablepress-1_length,
.table-section5-apropos #tablepress-1_wrapper #tablepress-1_filter,
.table-section5-apropos #tablepress-1_wrapper #tablepress-1 tr th::after,
.table-section5-apropos #tablepress-1_wrapper #tablepress-1_info,
.table-section5-apropos #tablepress-1_wrapper #tablepress-1_paginate {
	display: none;
}

.table-section5-apropos #tablepress-1_wrapper #tablepress-1 th {
	background-color: transparent;
}

.table-section5-apropos #tablepress-1_wrapper #tablepress-1 tr th.column-2 {
	padding: 20px 32px;
	padding-top: 26px !important;
	background: #00ab8f;
	max-width: 138px;
	border-radius: 24px 24px 0 0;
	position: relative;
	transform: translateY(10px);
	width: 138px !important;
}

.table-section5-apropos #tablepress-1_wrapper #tablepress-1 tr th.column-2::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: -1px;
	width: calc(100% + 2px);
	height: 100%;
	border: 2px solid #00ab8f;
	padding: 10px;
	border-radius: 24px 24px 0 0;
}

.table-section5-apropos #tablepress-1_wrapper #tablepress-1 tbody tr.row-2 td.column-2 img {
	position: relative;
}

.table-section5-apropos #tablepress-1_wrapper #tablepress-1 tr th.column-2 img {
	width: 75%;
	margin: auto;
	padding-bottom: 10px;
}

.table-section5-apropos #tablepress-1_wrapper #tablepress-1 tbody tr td {
	background-color: #ffff;

}

.table-section5-apropos #tablepress-1_wrapper #tablepress-1 tbody tr td {
	border-bottom-width: 1px;
	border-color: rgb(229 231 235);
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
	padding-left: 15px;
	padding-right: 15px;
}

.table-section5-apropos #tablepress-1_wrapper #tablepress-1 tr th {
	text-align: center;
	cursor: default;
	font-family: inter, ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
}

.table-section5-apropos #tablepress-1_wrapper #tablepress-1 tbody tr.row-2 td.column-2 {
	position: relative;
	background-color: rgb(0 171 143);
	border-top: 0;

}

.table-section5-apropos #tablepress-1_wrapper #tablepress-1 tbody tr.row-11 td.column-2 {
	position: relative;
	border-left: 0;
	border-right: 0;
}

#btn-section3 {
	height: 1.5rem;
}

.table-section5-apropos #tablepress-1_wrapper #tablepress-1 tbody tr.row-11 td.column-2::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -20px;
	left: -1px;
	height: 100%;
	width: calc(100% + 2px);
	border: 2px solid #00ab8f;
	border-bottom-left-radius: 24px;
	border-bottom-right-radius: 24px;
	border-top: 0 !important;
	top: 0;
}

.table-section5-apropos #tablepress-1_wrapper #tablepress-1 tbody tr.row-2 td.column-2::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	border-top-left-radius: 24px;
	border-top-right-radius: 24px;
	margin-top: 1px;
	border-bottom: 1px solid #e5e7eb;

}

.table-section5-apropos #tablepress-1_wrapper #tablepress-1 tbody tr td.column-2 {
	border-left: 2px solid rgb(0 171 143);
	border-right: 2px solid rgb(0 171 143);
}

.table-section5-apropos #tablepress-1_wrapper #tablepress-1 tbody tr.row-2 td.column-2 img {
	width: auto;
	height: 1.5rem;
}

.table-section5-apropos #tablepress-1_wrapper #tablepress-1 tbody tr td img {
	width: auto;
	height: 1.5rem;
	display: block;
	margin: auto;
	z-index: 50;
	position: relative;
}

/*end style tableau section 5 A propos*/
/*end A propos*/
.section2-home .col2-section2-gaele-home .container-cards-col2-section2-home .card-col2-section2-home .check-orange-col2-section2-home,
.section2-home .col2-section2-gaele-home .container-cards-col2-section2-home .card-col2-section2-home .check-green-col2-section2-home,
.section2-home .col2-section2-gaele-home .container-cards-col2-section2-home .card-col2-section2-home .check-blue-col2-section2-home {
	height: 40px;
	width: 40px;
}

/*style section 1 home*/
/*************/

.max-container-home {
	max-width: 1136px !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.blur-section .description-block2-blur-section,
.blur-section .description-block3-blur-section {
	position: absolute;
	bottom: 0;
}

.blur-section .description-block1-blur-section {
	position: absolute;
	bottom: 10px;
}

.blur-section .block1-blur-section,
.blur-section .block2-blur-section,
.blur-section .block3-blur-section {
	height: 85px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.blur-section .block2-blur-section {
	padding-right: 25px;
}

.blur-section .block1-blur-section .title-block1-blur-section,
.blur-section .block2-blur-section .title-block2-blur-section,
.blur-section .block3-blur-section .title-block3-blur-section {
	position: absolute;
	top: 0;

}

#btn-section2-home:hover,
#btn-register-section3-home:hover,
#btn-register-section3-apropos:hover {
	box-shadow: 0 0 10px #00000080
}

#section1-home .block1-section1-home {
	position: static;
}

.animated-section {
	position: relative;
	animation: backgroundCycle 30s infinite;
	height: 70vh;
}


@keyframes backgroundCycle {

	0%,
	16.66% {
		background-color: #eb4a29;
		transition: background-color 5s ease-in-out;
	}

	17%,
	33.32% {
		background-color: #f59c1c;
		transition: background-color 10s ease-in-out;
	}

	34%,
	50.66% {
		background-color: #5c57ab;
		transition: background-color 15s ease-in-out;
	}

	51%,
	67.66% {
		background-color: #f7a3cc;
		transition: background-color 20s ease-in-out;
	}

	68%,
	84.66% {
		background-color: #3ea5da;
		transition: background-color 0s ease-in-out;
	}

	85%,
	100% {
		background-color: #00ab8f;
		transition: background-color 25s ease-in-out;
	}
}

/* Animation for the images */
/* Container for images */
#section1-home::before {
	background-position: center right !important;
	background-repeat: no-repeat !important;
	transform: scale(1.2);
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	position: absolute;
	margin: auto;
	display: block;
	content: "";
	background-size: contain !important;
	overflow: hidden;
	z-index: 0;
}

#section1-home .animated-images {

	height: 70vh;

	/* transform: translatex(120px) !important;*/

}

.animated-image {
	min-height: 700px;
	height: 50vh;
	width: 100% !important;
}

.animated-images>.animated-image,
.animated-images>.animated-image>.elementor-widget-container {
	position: static !important;
}

/* Style for each image */
.animated-images img {
	position: absolute;
	bottom: 0;
	top: unset;
	right: 2rem;
	left: unset;
	width: auto !important;
	height: 80% !important;
	object-fit: cover;
	vertical-aligne: middle;
	display: block;
	opacity: 0;
	animation: fadeInOut 30s infinite;
}

/* Keyframes for fade-in and fade-out effect */
@keyframes fadeInOut {
	0% {
		opacity: 0;
	}

	10% {
		opacity: 1;
	}

	/* Fade in */
	20% {
		opacity: 0;
	}

	/* Stay visible */
	30% {
		opacity: 0;
	}

	/* Fade out */
	100% {
		opacity: 0;
	}

	/* Stay hidden */
}

/* Staggered delays for each image */
.animated-images img:nth-child(5) {
	animation-delay: 20s;
}

.animated-images img:nth-child(1) {
	animation-delay: 0s;
}

.animated-images img:nth-child(2) {
	animation-delay: 5s;
}

.animated-images img:nth-child(3) {
	animation-delay: 10s;
}

.animated-images img:nth-child(4) {
	animation-delay: 15s;
}

.animated-images img:nth-child(6) {
	animation-delay: 25s;
}

#section1-home .blur-section {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	padding-left: 0;
	padding-right: 0;
	margin: auto;
}

.section1-a-propos .e-con-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1136px;
}

.section3-apropos .e-con-inner {
	max-width: fit-content !important;
	margin-left: 70px !important;
	margin-right: 70px !important;
}

.blur-section {
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	background-color: rgba(255, 255, 255, 0.5);
	/* Ajuster selon la couleur et l'opacité souhaitées */

}

.ui-c-line-section1-home {
	position: relative;
	text-decoration: none;
}

.ui-c-line-section1-home::after {
	content: "";
	position: absolute;
	top: 35px;
	left: 0;
	height: 100%;
	width: 100%;
	display: block;
	background-image: url("assets/images/Layer_straight_black1.png");
	background-position: 50%;
	background-size: contain;
	background-repeat: no-repeat;
	transition: all .5s ease-in-out;
	filter: invert(1);
	opacity: 0.4;
}

/*end*/
/*style section 4 Home*/
.ui-c-cercle {
	position: relative;
	text-decoration: none;
}

.ui-c-cercle::after {
	content: "";
	position: absolute;
	left: 0;
	height: 100%;
	width: 100%;
	display: block;
	background-image: url("assets/images/ui-circle1.png");
	background-position: 50%;
	background-size: contain;
	background-repeat: no-repeat;
	transition: all .5s ease-in-out;
	z-index: -20;
	top: 0;
	opacity: 1;
	filter: invert(0);
	transform: scale(2);
}

.ui-c-cercle {
	z-index: 1;
}

.svg-inline--fa {
	display: var(--fa-display, inline-block);
	height: 1em !important;
	overflow: visible;
	vertical-align: -.125em;
}

svg:not(:host).svg-inline--fa,
svg:not(:root).svg-inline--fa {
	overflow: visible;
	box-sizing: content-box;
}

/*end style section 4 home*/
/*style section 5-home*/

/*end style section5 home*/

.footer1 .section1 .block-text-section1 a button {
	background-color: #fff;
	color: #000;
	width: fit-content;
	cursor: pointer;
	border-radius: 6px;
	padding: 8px 15px;
	font-size: 18px !important;
	font-weight: 400;
	font-family: "inter" !important;
}

/**/
/** style for footer */
.site-footer {
	background-color: rgb(21 43 70);
	padding-top: 20px;
}

.footer-columns {
	display: flex;
	padding: 65px 0 100px;
	background-color: rgb(21 43 70);
	;
	max-width: 1136px;
	margin: auto;
}

.footer-columns .column {
	display: flex;
	width: 50%;
	justify-content: space-evenly;
}

.site-info {
	margin-top: 20px;
	font-size: 14px;
	color: #fff;
	font-family: 'Inter', sans-serif;
}

/** footer-column1 */
.footer-column-1 {
	width: 60%;
}

.footer-column-1 img {
	width: 142px;
}

.footer-column-1 p {
	font-size: 16px;
	opacity: 0.5;
	font-weight: 400;
	line-height: 25px;
	transform: translateY(15px);
}

/** social media icons in footer */
.wp-block-social-links {

	transform: translateY(50px) !important;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
	background-color: transparent;
}

.wp-block-social-links li {
	opacity: 0.6;
}

.wp-block-social-link-anchor svg {
	fill: currentColor;
}

.wp-block-social-links.is-layout-flex .wp-social-link svg {
	width: 30px;
	height: 30px;
}

.wp-block-social-links li:hover {
	opacity: 1;
}

/** footer-column2, footer-column3 **/
.footer-column-2,
.footer-column-3 {
	width: 50%;
}

/*.footer-column-2 .widget_nav_menu .menu-menu-1-container ul li a,
.footer-column-2 .widget .widget_nav_menu .menu-main-menu-nl-container ul li a{
    font-size: 16px !important;
    line-height: 24px;
    font-style: normal;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
}*/

.footer-column-2 .widget_nav_menu .menu-menu-1-container ul li {
	padding-bottom: 5px;
}

.site-footer .footer-columns .footer-column-2 a,
.site-footer .footer-columns .footer-column-3 p {
	font-size: 16px;
	line-height: 24px;
	font-style: normal;
	font-weight: 400;
	font-family: 'Inter', sans-serif;
}

.site-footer .footer-columns .footer-column-3 p {
	line-height: 29px !important;
}

.footer-column-2 h4,
.footer-column-3 h4 {
	opacity: 0.7;
	font-size: 22px;
	font-weight: 500;
	font-family: 'Urbana', sans-serif;
	line-height: 24px;
	padding-bottom: 8px;
}

/** Footer Widget area 1, 3 blocks html **/

.gaele-footer-widget-section-1 .wp-block-columns {
	display: flex;
	align-items: center;
	width: 100%;
	gap: 0;
	height: 109px;
}

.gaele-footer-widget-section-1 .wp-block-column-is-layout-flow {
	width: calc(100% / 3);
}

.gaele-footer-widget-section-1 .wp-container-core-columns-is-layout-1 .wp-block-column:nth-child(1) {}

.gaele-footer-widget-section-1 .wp-container-core-columns-is-layout-1 .wp-block-column:nth-child(2) {}

.gaele-footer-widget-section-1 .wp-container-core-columns-is-layout-1 .wp-block-column:nth-child(3) {}

.gaele-footer-widget-section-1 .wp-block-column-is-layout-flow a {
	padding: 30px 0;
	display: inline-block;
	float: left;
	width: 100%;
}

.gaele-footer-widget-section-1 .wp-block-column-is-layout-flow a.bloc-1-wrap {
	padding: 27px 0;
}

.gaele-footer-widget-section-1 .wp-block-column-is-layout-flow a.bloc-3-wrap {
	padding: 22px 0;
}

.gaele-footer-widget-section-1 .block-col1,
.gaele-footer-widget-section-1 .block-col2,
.gaele-footer-widget-section-1 .block-col3 {
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	height: auto;

}

.gaele-footer-widget-section-1 .wp-block-column-is-layout-flow .bloc-1-wrap {
	background-color: #1D70B7;
}

.gaele-footer-widget-section-1 .wp-block-column-is-layout-flow .bloc-2-wrap {
	background-color: #00AB8F;
}

.gaele-footer-widget-section-1 .wp-block-column-is-layout-flow .bloc-3-wrap {
	background-color: #F26626;
}

.gaele-footer-widget-section-1 .img-col1,
.gaele-footer-widget-section-1 .img-col2,
.gaele-footer-widget-section-1 .img-col3 {
	border-right: 1px solid white;
	padding-right: 15px;
}



.gaele-footer-widget-section-1 .block-text-col1,
.gaele-footer-widget-section-1 .block-text-col2,
.gaele-footer-widget-section-1 .block-text-col3 {
	padding-left: 15px;
	font-size: 14px;
	font-weight: 500;
	font-family: 'Inter', sans-serif;
	line-height: 20px;
}



/** footer section1 */

.footer1 .section1 p u {
	text-decoration: none;
	position: relative;
}

.footer1 .section1 p u::after {
	content: "";
	position: absolute;
	left: 0;
	height: 100%;
	width: 100%;
	background-image: url('assets/images/Line-Purple.png');
	background-position: 50%;
	background-size: contain;
	background-repeat: no-repeat;
	transform: scale(0.75) translateX(-10px);
	top: 29px !important;
}

.footer1 {
	background-color: #0C2741;
	font-size: 14px;
	color: #fff;
	font-family: 'Inter', sans-serif;
}


.footer1 .section1 {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding-top: 45px;
	padding-bottom: 65px;
	position: relative;
	width: 1136px;
	margin-left: auto;
	margin-right: auto;
}

.block-image {
	max-width: 35%;
}

.block-text-section1 {
	text-align: center;
}

.block-text-section1 p {
	text-align: center;
	color: white;
	font-family: urbana-500;
	font-size: 48px;
	font-weight: 500;
	line-height: 56px !important;
	padding-bottom: 50px;
}

.block-image img {
	width: 100%;
	height: auto;
	object-fit: contain;
}

.section1 .widget .block-image .image-left,
.section1 .widget .block-image .image-right {
	position: absolute;
	bottom: 0;
}

.section1 .widget .block-image .image-right .wp-image-23 {
	/*transform: translateX(130px);*/
}

.section1 .widget .block-image .image-left {
	left: 0px;
	width: 291px;
}

.section1 .widget .block-image .image-right {
	right: 0px;
	width: 243px;
}




/*.section1{
	display: flex;
	justify-content: space-between;
    align-items: center;
    max-width: 1136px;
    margin: auto;
	padding: auto;
	height: 330px;
}


.footer1 .section1 .block-image,
.footer1 .section1 .block-text-section1{
	width: 33.33%;
}

.footer1 .wp-block-image .wp-image-22{
    width: 80%;
}
.footer1 .wp-block-image .wp-image-23 {
    width: 68%;
}

.footer1 .wp-block-image .wp-image-22{
	transform: translateY(-15px);
}
.footer1 .wp-block-image .wp-image-23{
	transform: translateY(-20px);
}

.footer1 .wp-block-image {
    display: flex;
    justify-content: center;
    align-content: center;
}
.footer-column-2

.footer1 .block-text-section1 p{
	font-family: urbana;
	font-size: 27px;
    line-height: 56px !important;
    text-align: center;
    font-weight: 500 !important;
    padding-bottom: 50px !important;
}
.footer1 .section1 .block-text-section1 a button{
	background-color: #fff;
	color: #000;
	width: fit-content;
  cursor: pointer;
  border-radius: 6px;
	padding: 8px 15px;
  font-size: 18px !important;
  font-weight: 400;
}*/

/** footer principal **/
.footer-principal {
	max-width: 1136px;
	margin: auto;
	align-items: center;
	padding: 10px;
}

.container-footer {
	font-size: 16px;
	line-height: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'Inter', sans-serif;
	padding-bottom: 10px;
	color: #fff;

}

.footer-principal .sep {
	padding-left: 10px;
}

.site-link {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding-left: 10px;
	transform: translateY(4px);
	width: 100%;
}

.site-text {
	position: absolute;
	top: 38%;
	left: -200px;
	/* Start off-screen */
	transform: translateY(-50%);
	opacity: 0;
	transition: all 0.7s ease-in-out;
	white-space: nowrap;
	padding-left: 15px;
}

.site-link:hover .site-text {
	left: 20px;
	/* Adjust this value to control final position */
	opacity: 1;
}

.icon-g-link {
	display: flex;
	width: 20%;
}

.icon-g-link .text-visible-mobile {
	display: none;
}

.lang-code {
	font-weight: bold;
	/* Mettre en gras */
	font-size: 14px;
	/* Taille de la police */
	color: #333;
	/* Couleur du texte */
	text-transform: uppercase;
	/* Transformer en majuscules */
}

.pll-parent-menu-item .sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #fff;
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 1000;
}

.pll-parent-menu-item .sub-menu.open {
	display: block;
}

/*.pll-parent-menu-item:not(.clicked):hover .sub-menu {
    display: block;
}*/




.pll-parent-menu-item .sub-menu li {
	padding: 5px 10px;
	/* Espacement interne */
}

.pll-parent-menu-item .sub-menu li a {
	color: #333;
	text-decoration: none;
	display: flex;
	align-items: center;
}

/* Cache les images de drapeaux */
.lang-selector img {
	display: none !important;
}

/* Affiche les codes de langue à la place */
.lang-selector a::after {
	content: 'FR';
	/* Changez par le code de langue approprié */
	font-size: 14px;
	margin-left: 5px;
}

/* Pour le deuxième langage */
.lang-selector a:nth-child(2)::after {
	content: 'NL';
}

/* Masquer les images des drapeaux */
.menu-link img {
	display: none !important;
}

/* Afficher les codes de langue */
.menu-link .lang-code {
	font-size: 14px;
	/* Ajustez la taille du texte selon vos besoins */
	margin-left: 5px;
	/* Espacement entre le code de langue et d'autres éléments */
}

#menu-item-2776 a {
	background-color: #fff;
	padding: 12px 24px;
	color: #000;
	border-radius: 6px;
	margin-right: 20px;
	transition: all .5s ease-in-out;
	transform: scale(1);
	font-weight: 500;
}

li.lang-item a img {
	display: none;
}

.lang-code {
	font-weight: bold;
	font-size: 14px;
	color: #333;
	text-transform: lowercase;

}

li.lang-item {
	margin-left: 0;

}

.pll-parent-menu-item>a::after {
	content: "";
	display: inline-block;
	width: 15px;
	height: 12px;
	mask: url('data:image/svg+xml;charset=UTF-8,<svg class="svg-inline--fa fa-chevron-down" aria-hidden="true" focusable="false" data-prefix="fas" data-icon="chevron-down" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" data-fa-i2svg=""><path fill="currentColor" d="M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z"></path></svg>') center / contain no-repeat;
	background-color: currentColor;
	margin-left: 10px;
	mask-size: 80px 1rem;
}

.footer-column-2 .pll-parent-menu-item {
	display: none;
}







/**responsivity **/
/* Affichage sur les petits écrans */
@media only screen and (max-width: 767px) {
	.menu-langage {
		width: 12% !important;
	}

	.single-post .container-post-recent .container-box .block-post .posts-box {
		margin-right: 0px !important;
	}

	.single-post .container-post-recent .container-box .block-post .ui-block {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	.single-post .container-post-recent .container-box .block-post {
		height: auto !important;
	}

	#menu-item-2776 a,
	.main-navigation .menu-menu-1-container .menu-item-2179 a {
		margin-right: 0px !important;
	}

	#menu-item-2776,
	#menu-item-2179 {
		margin-top: 15px !important;
	}

	.img-col2-section4-apropos img {
		height: auto !important;
	}

	.home #section1-home.animated-section {
		min-height: auto !important;
	}

	.custom-pagination {
		flex-direction: column;
		margin-bottom: 0px;
	}

	.custom-pagination .pagination-buttons {
		margin-bottom: 20px;
	}

	.container-post-remaining {
		padding-bottom: 0px;
	}

	.container-post-remaining .container-box article {
		margin-bottom: 0px;
		height: fit-content;
	}

	.single-post article p {
		text-align: left !important;
	}

	.single-post .single-post-container .single-post-content .container-social-icons {
		display: flex;
		padding-top: 50px !important;
		padding-bottom: 0px !important;
		gap: 15px;
		flex-direction: column;
	}

	.single-post .container-post-recent .title {
		padding-top: 50px !important;
	}

	.container-social-icons .container-ui-social {
		margin-left: -10px;
	}

	.testimonial-section4-home .swiper,
	.section5-home .swiper {
		overflow: hidden !important;
	}

	#section1-home .blur-section {
		position: relative;
	}

	/* Afficher header sur les petits écrans */
	.testimonial-section4-home #vctr-first-format .swiper-wrapper {
		padding-left: 0px !important;
	}

	.search-aide-contact {
		width: 100% !important;
	}

	.search-field-aide-contact,
	.search-field-aide-detail {
		width: 100%;
	}

	/*home*/
	.ui-c-line-section1-home::after {
		top: 20px !important;
	}

	#section1-home::before {
		background-size: cover !important;
	}

	.home .block1-section1-home {
		min-height: 590px;
	}

	.home .testimonial-section4-home .swiper-slide {
		height: auto !important;
	}

	/**/
	/*page single blog*/
	.single-post .single-post-container {
		display: flex;
		flex-wrap: wrap;
		max-width: 1136px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

	.single-post-content .post-thumbnail img {
		height: 350px;
	}

	.container-post-remaining .container-box article .box-image {
		padding-bottom: 0px !important;
	}

	.single-post .section1-single-post {
		padding: 100px 20px 80px 20px;
	}

	.title-single-post {
		font-size: 28px;
		line-height: 33px;
	}

	.single-post .container-post-recent .container-box {
		display: block;
		max-width: 1136px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

	.single-post .container-post-recent .container-box .block-post {
		width: 100%;
	}

	/**/
	.ui-section1-blog .max-container .title-section1-blog .ui-c-line::after {
		top: 15px !important;
	}

	.section2-blog .blog-container1 .post-thumbnail img {
		height: 250px !important;
	}

	.section2-home .col2-section2-gaele-home .container-cards-col2-section2-home .card-col2-section2-home {
		min-height: fit-content !important;
	}

	/*footer*/


	.footer-columns {
		padding: 20px;
	}

	.footer-column-1 {
		width: 100%;
	}

	.footer-column-1 img {
		width: 142px;
		height: auto;
	}

	.footer1 .section1 .widget .block-image {
		display: none;
	}

	.footer-columns {
		display: flex;
		flex-direction: column;
	}

	.footer-columns .column {
		width: 100%;

	}

	.container-footer {
		display: flex;
		flex-wrap: wrap;
		text-align: center;
		padding-left: 20px;
		padding-right: 20px
	}

	.site-link {
		width: 100%;
		padding-left: 0px;
		transform: translateY(4px);
	}

	.icon-g-link {
		width: 100%;
	}

	div.footer-principal .icon-g-link a svg {
		transform: translateX(55px);
	}

	.icon-g-link .text-visible-mobile {
		display: block;
		width: 100%;
		padding-left: 20px;
		margin-top: -19px;
	}

	.icon-g-link .site-text {
		display: none;
	}

	.footer-principal .sep {
		transform: translateX(50px);
	}

	.gaele-footer-widget-section-1 {
		height: 320px;
	}

	.gaele-footer-widget-section-1 .block-col1,
	.gaele-footer-widget-section-1 .block-col2,
	.gaele-footer-widget-section-1 .block-col3 {
		padding-left: 10px;
		padding-right: 5px;
	}

	.gaele-footer-widget-section-1 .wp-block-columns {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		width: 100%;
		gap: 0;
		height: 109px;
	}

	.gaele-footer-widget-section-1 .wp-container-core-columns-is-layout-1 .wp-block-column {
		width: 100%;
	}

	.footer-principal {
		height: 120px;
	}

	.wp-block-social-links {
		transform: translateY(0px) !important;
	}

	div#block-11.widget.widget_block,
	div#block-49.widget.widget_block {
		padding-top: 50px;
		padding-bottom: 30px;
	}

	/*****/
	.section3-apropos .e-con-inner {
		max-width: 1136px !important;
		margin-left: 0px !important;
		margin-right: 0px !important;
	}

	#tablepress-3_wrapper #tablepress-3 {
		display: block;
		overflow: scroll hidden;
	}

	#tablepress-3_wrapper #tablepress-3 tr th.column-2 {
		min-width: 116px;
		transform: translateY(0px) !important;
		padding-right: 5px !important;
		padding-bottom: 5px !important;
		padding-left: 5px !important;
	}

	#tablepress-3_wrapper #tablepress-3 tbody tr.row-2 td.column-2 img,
	#tablepress-3_wrapper #tablepress-3 tbody tr td img {
		transform: translateY(-50%);
		top: 50%;
		position: absolute;
		left: 0;
		right: 0;
	}

	#tablepress-3_wrapper #tablepress-3 tbody tr td.column-2,
	#tablepress-3_wrapper #tablepress-3 tbody tr td {
		position: relative;
	}


	.table-section5-apropos #tablepress-1_wrapper #tablepress-1 tr th.column-2 {
		transform: translateY(2px);
	}

	#tablepress-3_wrapper #tablepress-3 tr td {
		text-align: left !important;
		cursor: default !important;
		font-family: inter, ui-serif, Georgia, Cambria, Times New Roman, Times, serif !important;
		font-size: 15px !important;
		font-weight: 400 !important;
		line-height: 24px !important;
		padding: 10px 10px 10px 5px !important;
	}

	#tablepress-3_wrapper #tablepress-3 tr th {
		text-align: center !important;
		cursor: default !important;
		font-family: inter, ui-serif, Georgia, Cambria, Times New Roman, Times, serif !important;
		font-size: 18px !important;
		font-weight: 400 !important;
		line-height: 24px !important;
		padding: 10px 10px 10px 5px !important;
	}

	#tablepress-3_wrapper #tablepress-3 tbody tr.row-11 td.column-2::after {
		width: calc(100% + 2px);
	}

	/*#tablepress-3_wrapper #tablepress-3 tbody tr.row-2 td.column-2 img {
   width: 30% !important;
		height: 20px !important;
}*/
	/*.table-section5-apropos #tablepress-1_wrapper #tablepress-1 tbody tr.row-2 td.column-2 img {
  width: 40% !important;
		height: 20px !important;
}*/
	/*#tablepress-3_wrapper #tablepress-3 tbody tr td img{
	width: 1rem !important;
	height: 1rem !important;
	display: block !important;
	margin: auto !important;
	z-index: 50 !important;
	position: relative !important;
}*/
	.table-section5-apropos #tablepress-1_wrapper #tablepress-1 {
		display: block;
		overflow: scroll hidden;
	}

	.table-section5-apropos #tablepress-1_wrapper #tablepress-1 tr th {
		text-align: center !important;
		cursor: default !important;
		font-family: inter, ui-serif, Georgia, Cambria, Times New Roman, Times, serif !important;
		font-size: 18px !important;
		font-weight: 400 !important;
		line-height: 24px !important;
		padding: 10px 10px 10px 5px !important;
	}

	.table-section5-apropos #tablepress-1_wrapper #tablepress-1 tr td {
		text-align: left !important;
		cursor: default !important;
		font-family: inter, ui-serif, Georgia, Cambria, Times New Roman, Times, serif !important;
		font-size: 15px !important;
		font-weight: 400 !important;
		line-height: 24px !important;
		padding: 10px 10px 10px 5px !important;
	}



	.table-section5-apropos #tablepress-1_wrapper #tablepress-1 tr th.column-2 {
		min-width: 116px;
		padding: 5px !important;
	}

	.tablepress .sorting,
	.tablepress .sorting_asc,
	.tablepress .sorting_desc {
		padding-right: 0 !important;
	}

	.table-section5-apropos #tablepress-1_wrapper #tablepress-1 tbody tr.row-11 td.column-2::after {
		width: calc(100% + 2px);
	}

	.ui-c-cercle1::after {
		width: 80% !important;
		left: 0px !important;
		transform: scale(2.5) translateX(10px);
	}

	/*footer-column*/
	.footer-columns .column {
		display: flex !important;
		gap: 50px;
	}

	.footer-column-2,
	.footer-column-3 {
		width: 50% !important;
		padding-bottom: 20px !important;
	}

	.footer1 .section1 .block-text-section1 a button {
		padding: 10px 25px;
	}

	.footer1 .section1 {
		justify-content: center;
		align-items: center;
		display: flex;
		padding-top: 45px;
		padding-bottom: 65px;
		position: relative;
		width: auto;
		padding-left: 20px;
		padding-right: 20px;
	}

	.block-text-section1 p {
		line-height: 50px !important;
		font-size: 33px;
		padding-bottom: 30px;
		position: relative !important;
	}

	.footer1 .section1 p u::after {
		transform: none;
		top: 20px !important;
	}

	.text-section1-fr p {
		font-size: 20px !important;
	}

	/* end footer*/

	/******************/
	/*menu*/
	.menu-langage .menu-menu-3-container #secondary-menu #menu-item-3059 a {}

	.site-branding img {
		height: auto;
		width: 73.4px;
	}

	.main-navigation {
		position: absolute;
		top: 0px;
		right: 0px;
		background-color: rgb(14, 43, 72);
		width: 100%;
		height: 100vh;
		display: none;
		z-index: -1;
	}

	.menu-menu-1-container {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		height: 100%;
	}

	.menu-main-menu-nl-container {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		height: 100%;
	}

	.site-header {
		background-color: transparent;
		display: flex;
		padding: 5px 20px 5px 20px;
		align-items: center;
		top: 0;
		transition-duration: 1s;
		width: 100%;
		z-index: 999;
	}

	.site-branding,
	.menu-toggle {
		width: 50%;
	}

	.menu-toggle {
		display: flex;
		align-items: center;
		margin-left: auto;
		margin-right: auto;
		display: flex;
		justify-content: right;
		padding-right: 20px;
		cursor: pointer;
	}

	.main-navigation ul {
		gap: 1rem;
		display: flex;
		flex-direction: column;
		text-align: center;
	}

	.main-navigation li {
		margin-left: 0px;
	}

	/*end menu*/
	.gaele-title-mark:after {
		content: '';
		position: absolute;
		top: 25px;
		left: 0;
		height: 100%;
		width: 100%;
		display: block;
		background-image: url("assets/images/Layer_straight_orange.png");
		background-position: 50%;
		background-size: contain;
		background-repeat: no-repeat;
	}

	/*page blog*/
	.ui-section1-blog .max-container .title-section1-blog {
		/*padding-top: 50px !important;*/
		font-size: 38px !important;
	}

	.ui-section1-blog {

		padding: 10px 20px 80px 20px;
	}

	.ui-section1-blog .max-container {
		padding-top: 100px;
	}

	.section2-blog .blog-container1 article .box-content {
		padding-left: 5px;
		padding-right: 0px;
		padding-top: 15px;
		padding-bottom: 25px;
	}

	.section2-blog .blog-container1,
	.section2-blog .blog-container2 {
		width: 100% !important;
	}

	.ui-section1-blog .max-container .search-results .search-field {
		max-width: 100%;
	}

	.section2-blog {
		display: flex;
		flex-wrap: wrap;
		padding: 40px 20px 50px 20px;
	}

	.section2-blog .blog-container1 article .entry-header .entry-title a {
		font-size: 20px !important;
		line-height: 22px !important;
	}

	.section2-blog .blog-container1 .article-pinned article .box-content .entry-content .excerpt p,
	.container-post-remaining .container-box article .box-content .entry-content .excerpt p {
		padding-top: 8px;
	}

	.section2-blog .blog-container2 article .box-content {
		margin-bottom: 1rem;
	}

	.section2-blog article .entry-header .entry-title {
		line-height: 22px !important;
	}

	.section2-blog .blog-container2 article {
		display: flex;
		flex-wrap: wrap;
	}

	.single-post .single-post-sidebar .container-box {
		padding: 20px;
	}

	.section2-blog .blog-container2 article .box-image,
	.section2-blog .blog-container2 article .box-content,
	.section2-blog .blog-container2 article .box-image .post-thumbnail img {
		width: 100% !important;
	}

	.container-post-remaining .container-box {
		padding: 0px 20px 50px 20px;
		display: flex;
		flex-wrap: wrap;
	}

	.single-post .single-post-container {
		padding-top: 40px !important;
	}

	.menu-langage .menu-menu-3-container #secondary-menu #menu-item-3059 a,
	.menu-langage .menu-menu-3-container #secondary-menu #menu-item-3057 a {
		display: flex !important;

	}

	.privacy-policy h1,
	.conditions-generales h1 {
		font-family: urbana, ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
		font-size: 25px !important;

		padding-bottom: 15px;
		line-height: 60px;
		padding-top: 100px;
	}

	.privacy-policy h2,
	.conditions-generales h2 {
		font-family: urbana, ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
		color: #0d2b48 !important;
		font-size: 25px !important;
		line-height: 48px;
	}

	.privacy-policy h3,
	.conditions-generales h3 {
		font-family: urbana, ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
		font-size: 25px !important;
		text-transform: lowercase;

		padding-bottom: 15px;
		color: #000 !important;
		line-height: 32px;
	}

	.max-container-home {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

	.gaele-post-slider-wrap .slick-slider .slick-track {
		padding-top: 50px;
		padding-left: 0px;
		padding-right: 0px;
	}

	.gaele-post-slider-wrap .post-item {
		margin-right: 10px !important;
		height: auto;
		width: 768px !important;
	}

	.custom-max-w-container {
		max-width: 100%;
	}

	.section2-contact .formulaire-contact-section2 .wpcf7-form .block-radios .container-block-radio p {
		gap: 12px;
		display: flex;
		flex-direction: column;
	}

	.section2-contact .formulaire-contact-section2 .wpcf7-form .container-name {
		display: block;
	}

	.section2-contact .formulaire-contact-section2 .wpcf7-form .block-submit {
		padding-bottom: 50px;
	}
}

@media only screen and (min-width: 800px) and (max-width: 999px) and (orientation: landscape) {
	#section1-home .block1-section1-home .container-title-section1-home {
		padding-left: 0px !important;
	}
}

@media only screen and (min-width: 852px) and (max-width: 1023px) and (orientation: landscape) {
	#section1-home .block1-section1-home .container-title-section1-home {
		width: 75% !important;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1100px) and (orientation: landscape) {
	#section1-home .block1-section1-home .container-title-section1-home {
		width: 90% !important;
	}
}

@media only screen and (min-width: 1101px) and (max-width: 1120px) and (orientation: landscape) {
	#section1-home .block1-section1-home .container-title-section1-home {
		width: 94% !important;
	}

	.animated-images img {
		right: 0rem !important;
	}
}

@media only screen and (min-width: 1121px) and (max-width: 1280px) and (orientation: landscape) {
	#section1-home .block1-section1-home .container-title-section1-home {
		width: 100% !important;
	}

	.animated-images img {
		right: 0rem !important;
	}
}

@media only screen and (min-width: 800px) and (max-width: 840px) and (orientation: portrait) {
	#section1-home .block1-section1-home .container-title-section1-home {
		padding-left: 10px !important;
		width: 70% !important;
	}

	.animated-images img {
		right: 0rem !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.container-object-section3-home {
		gap: 20px !important;
	}

	.main-navigation .menu-menu-1-container .menu-item-2179 a,
	#menu-item-2776 a {
		margin-right: 0px !important;
	}

	.single-post .container-post-recent .container-box .block-post .posts-box {
		margin-right: 0px !important;
	}

	.single-post .container-post-recent .container-box {
		gap: 32px !important;
	}

	/*.max-container-home{
		padding-left: 20px !important;
		padding-right: 20px !important;
	}*/
	.img-col2-section4-apropos img {
		height: auto !important;
	}

	.testimonial-section4-home #vctr-first-format .swiper-wrapper {
		padding-left: 0px !important;
	}

	.block-testi {
		margin-right: 40px !important;
	}

	.gaele-post-slider-wrap .post-item {
		margin-right: 10px !important;
		height: auto;
	}

	.gaele-post-slider-wrap .slick-slider .slick-track {
		padding-top: 50px;
		padding-left: 0px;
		padding-right: 0px;
	}

	.animated-images img {
		right: 0rem !important;
		/*height: 75% !important;*/
	}

	/******************/
	/*menu*/
	.menu-langage .menu-menu-3-container #secondary-menu #menu-item-3059 a {}

	.site-branding img {
		height: 4rem;
	}

	.main-navigation {
		position: absolute;
		top: 0px;
		right: 0px;
		background-color: rgb(14, 43, 72);
		width: 100%;
		height: 100vh;
		display: none;
		z-index: -1;
	}

	.menu-menu-1-container {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		height: 100%;
	}

	.menu-main-menu-nl-container {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		height: 100%;
	}

	.site-header {
		background-color: transparent;
		display: flex;
		padding: 5px 20px 5px 20px;
		align-items: center;
		top: 0;
		transition-duration: 1s;
		width: 100%;
		z-index: 999;
	}

	.site-branding,
	.menu-toggle {
		width: 50%;
	}

	.menu-toggle {
		display: flex;
		align-items: center;
		margin-left: auto;
		margin-right: auto;
		display: flex;
		justify-content: right;
		padding-right: 20px;
		cursor: pointer;
	}

	.main-navigation ul {
		gap: 1rem;
		display: flex;
		flex-direction: column;
		text-align: center;
	}

	.main-navigation li {
		margin-left: 0px;
	}

	/*end menu*/
	.footer1 .section1 .widget .block-image {
		display: none;
	}

	.footer1 .section1 .block-text-section1 a button {
		padding: 10px 25px;
	}

	.footer1 .section1 {
		justify-content: center;
		align-items: center;
		display: flex;
		padding-top: 45px;
		padding-bottom: 65px;
		position: relative;
		width: auto;
		padding-left: 20px;
		padding-right: 20px;
	}

	.block-text-section1 p {
		padding-bottom: 30px;
	}

	.footer-columns {
		padding-left: 20px;
		padding-right: 20px;
	}

	.footer-columns .column {
		gap: 30px;
	}

	.gaele-footer-widget-section-1 #block-19 .wp-block-column-is-layout-flow a.bloc-3-wrap {
		padding: 30px 0.5rem;
	}

	.gaele-footer-widget-section-1 .wp-block-columns {
		height: auto;
	}

	.footer-principal .widget {
		display: flex;
		justify-content: center;
	}

	.footer-principal .widget .container-footer {
		width: 70%;
		text-align: center;
		flex-direction: column;
	}

	.site-text {
		display: block;
		top: 48%;
	}

	.icon-g-link .text-visible-mobile {
		display: none;
		padding-left: 10px;
	}

	.icon-g-link {
		width: 45%;
	}

	.site-link {
		display: flex;
		transform: translateY(1px);
	}

	.gaele-footer-widget-section-1 #block-19 .wp-container-core-columns-is-layout-1 .wp-block-column:nth-child(2) a {
		padding: 47px 0.5rem;
	}

	.gaele-footer-widget-section-1 #block-19 .wp-container-core-columns-is-layout-1 .wp-block-column:nth-child(3) a {
		padding: 27px 0.5rem;
	}

	.gaele-footer-widget-section-1 #block-36 .img-col1,
	.gaele-footer-widget-section-1 #block-36 .img-col2,
	.gaele-footer-widget-section-1 #block-36 .img-col3 {
		padding-right: 5px;
	}

	.table-section5-apropos #tablepress-1_wrapper #tablepress-1 tr th.column-2 {
		width: 116px !important;
	}

	.gaele-footer-widget-section-1 #block-36 .wp-block-column-is-layout-flow a.bloc-1-wrap {
		padding: 30px 0.5rem;
	}

	.gaele-footer-widget-section-1 #block-36 .wp-block-column-is-layout-flow a.bloc-2-wrap {
		padding: 60px 0.5rem;
	}

	.gaele-footer-widget-section-1 #block-36 .wp-block-column-is-layout-flow a.bloc-3-wrap {
		padding: 50px 0.5rem;
	}

	.ui-section1-blog .max-container,
	.container-post-remaining .container-box,
	.single-post .section1-single-post,
	.single-post .single-post-container,
	.single-post .container-post-recent {
		padding-left: 25px;
		padding-right: 25px;
	}

	.section2-blog {
		padding-left: 25px;
		padding-right: 25px;
		display: block;
	}

	.section2-blog .blog-container1,
	.section2-blog .blog-container2 {
		width: 100%;
	}

	.section2-blog .blog-container2 article {
		display: block;
	}

	.title-single-post {
		font-size: 30px;
		line-height: 33px;
	}

	.single-post .section1-single-post {
		padding-bottom: 80px;
	}

	.single-post .single-post-container {
		display: block;
	}

	.single-post-content,
	.single-post-sidebar {
		width: 100%;
	}

	.single-post .container-post-recent .container-box .block-post {
		width: 47%;
	}

	.single-post .container-post-recent .container-box .block-post .ui-block {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	.container-post-remaining .container-box {
		grid-template-columns: repeat(2, 1fr) !important;
	}

	.single-post .container-post-recent .container-box .block-post {
		margin-bottom: 0px !important;
		height: 440px !important;
	}

	.container-post-remaining .container-box article {
		height: auto;
		margin-bottom: 0px !important;
	}

	.section2-blog .blog-container2 article .box-content {
		width: 100% !important;
	}

	.container-cards-col2-section2-home {
		display: flex !important;
		flex-direction: row !important;
	}

	.gaele-post-slider-wrap .swiper-slide img {
		width: 100% !important;
	}
}

@media (min-width: 1024px) and (max-width: 1280px) and (orientation: landscape) {
	.box-section3-apropos {
		width: 20% !important;
	}

	.section2-home .e-con-inner {
		display: flex !important;
		flex-direction: row !important;
		padding-top: 80px !important;
	}

	.col1-section2-gaele-home {
		width: 41.666667% !important;
	}

	.col1-section2-gaele-home {
		width: 58.333333% !important;
	}

	.section2-blog .blog-container2 article .box-image {
		padding-right: 10px !important;
	}

	.container-post-remaining .container-box {
		grid-template-columns: repeat(3, 1fr) !important;
	}

	.container-post-remaining .container-box article {
		height: 100% !important;
	}

	.single-post .container-post-recent .container-box .block-post {
		width: 31% !important;
	}

	.single-post .container-post-recent {
		padding-bottom: 100px !important;
	}

	.col2-section2-gaele-home {
		gap: 15px !important;
	}

	.single-post .container-post-recent .container-box .block-post {
		height: 480px !important;
	}

	.ui-c-cercle1::after {
		transform: scale(1.4) translateX(58px) !important;
	}

	.container-arrow-section3-home {
		transform: translateX(-15px) translateY(-100px) !important;
	}

	.section3-home .container-object-section3-home .elementor-element-4fb4d05 {
		transform: translateX(-70px) translateY(-150px) !important;
	}

	.box-object-section3-home {
		/*transform: translateX(30px) !important;*/
		flex-shrink: 1 !important;
	}

	.description-box-section3-home {
		text-align: left !important;
	}

	.title-resize-section3 h3 {
		font-size: 19px !important;
	}

	.title-box-oject-section3-home h3 {
		text-align: left !important;
	}

	.container-block-section3-apropos {
		display: flex !important;
		flex-wrap: wrap;
	}

	.menu-container {
		position: fixed;
		top: 0;
		right: 0;
		width: 100%;
		height: 100vh;
		background-color: rgb(14, 43, 72);
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		transform: translateX(100%);
		transition: transform 0.5s ease-in-out;
		z-index: 1000;
	}

	.site-header.non-transparent {
		z-index: 999;
		background-color: rgb(14, 43, 72);
		transition-duration: 1s;
		position: fixed;
	}

	.main-navigation .menu-menu-1-container .menu-item-2179 a {
		background-color: #fff;
		padding: 12px 24px;
		color: #000;
		border-radius: 6px;
		margin-right: 20px;
		transition: all .5s ease-in-out;
		transform: scale(1);
		font-weight: 500;
	}

	.main-navigation .menu-menu-1-container .menu-item-2179 a:hover {
		box-shadow: -10px 10px 15px -10px rgb(0 0 0 / 0.3), 0 4px 6px -4px rgb(0 0 0 / 0.3);
	}

	.main-navigation {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		width: 100%;
		background-color: transparent;
		height: auto;
		position: relative;
		z-index: 1;
	}

	.main-navigation ul {

		display: flex;
		flex-direction: row;
		gap: 1.5rem;
	}

	.main-navigation li {
		display: inline-block;
		position: relative;
	}

	.main-navigation a {
		text-decoration: none;
		color: #fff;
		font-size: 18px;
		font-weight: 400;
		font-family: 'Inter';
		opacity: 1;
	}

	.menu-toggle {
		display: none;
	}

	.site-branding {
		width: 20%;
	}

	.block1-section1-home>.elementor-element>.description-box-section3-home {
		width: 60% !important;
	}

	.block1-section1-home h1 {
		font-size: 60px !important;
		line-height: 60px !important;
	}

	.animated-images img {
		right: -10rem;
		height: 75% !important;
	}

	.block1-section1-home>.elementor-element>.container-button-section1-home {
		width: 60% !important;
	}

	.blur-section-content .container-block-blur-section .description-block2-blur-section .elementor-widget-container {
		margin-bottom: 0px !important;
	}

	#section2-gaele-accueil .col2-section2-gaele-home .container-cards-col2-section2-home #card-3 {
		transform: translateY(0px);
	}

	#card-1 {
		margin-top: 40px !important;
	}

	#card-2 {
		margin-bottom: 40px !important;
	}

	#card-3 {
		margin-top: -20px !important;
	}

	#card-4 {
		margin-top: -60px !important;
	}

	.col1-section2-gaele-home {
		justify-content: center !important;
	}

	.section3-home .container-object-section3-home {
		display: flex;
		flex-direction: row !important;
	}

	.box-object-section3-home .elementor-element-7f3166a,
	.box-object-section3-home .elementor-element-2ad3b2b,
	.box-object-section3-home .elementor-element-7a606d7 {
		text-align: left !important;
	}

	/*.elementor-element-4fb4d05,
	.elementor-element-02ccfec{
		width: 50% !important;
	}*/

	/*.section3-home .container-object-section3-home .box-object-section3-home {
		width: 33.33%;
	}*/
	/*.section3-home .container-object-section3-home .box-object-section3-home  img{
		width: 60% !important;
	}*/
	.section3-home .container-object-section3-home .box-object-section3-home .title-box-oject-section3-home {
		width: 100%;
	}

	.section3-home .container-object-section3-home .container-arrow-section3-home {
		display: block;
	}

	.footer1 .section1 .widget .block-image {
		display: block;
	}

	.menu-menu-1-container {
		margin-left: -50px;
	}

	.gaele-footer-widget-section-1 #block-19 .wp-container-core-columns-is-layout-1 .wp-block-column:nth-child(3) a {
		padding: 42px 0.5rem;
	}

	.gaele-footer-widget-section-1 #block-36 .wp-block-column-is-layout-flow a.bloc-2-wrap {
		padding: 30px 0.5rem;
	}

	.gaele-footer-widget-section-1 #block-36 .wp-block-column-is-layout-flow a.bloc-3-wrap {
		padding: 27px 0.5rem;
	}

	.menu-main-menu-nl-container {
		margin-left: -80px;
	}

	.section2-blog {
		padding-left: 25px;
		padding-right: 25px;
		display: flex;
	}

	.section2-blog .blog-container2 article {
		display: flex;
	}

	.single-post .single-post-container {
		display: flex;
	}

	.section2-aide-contact {
		--e-con-grid-template-rows: repeat(3, 1fr) !important;
	}

	.section2-aide-contact>.e-con-inner {
		display: grid !important;
		grid-template-columns: 1fr 1fr 1fr !important;
	}

	.gaele-footer-widget-section-1 .wp-block-columns {
		height: 115px;
	}

	.section2-contact .formulaire-contact-section2 .wpcf7-form .block-radios .container-block-radio p {
		gap: 12px !important;
		display: flex !important;
		flex-direction: column !important;
	}

	.section2-contact .formulaire-contact-section2 .wpcf7-form .block-submit {
		padding-bottom: 50px;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1025px) and (orientation: landscape) {
	.container-block-section3-apropos {
		flex-direction: row !important;
	}
}

@media (min-width: 1025px) {


	.testimonial-section4-home .swiper,
	.section5-home .swiper {
		overflow: visible !important;
	}

}

@media (min-width: 1024px) and (max-width: 1240px) {
	.container-arrows {
		display: none !important;
	}

	.container-block-section3-apropos {
		display: flex;
		flex-wrap: wrap !important;
		gap: 15px !important;
	}

	.box-section3-apropos {
		width: 32% !important;
	}

}

@media (min-width: 1025px) and (max-width: 1183px) {

	.ui-section1-blog,
	.block-articles,
	.container-post-remaining,
	.container-post-remaining,
	#section2-gaele-accueil,
	.section3-home,
	.section4-home,
	.section5-home,
	.section1-apropos,
	.section2-apropos,
	.section4-apropos,
	.section5-apropos,
	.section2-aide-contact,
	.footer-columns {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

	#section1-home .container-title-section1-home {
		padding-left: 0px !important;
	}
}

@media (min-width: 1348px) {
	.animated-images img {
		right: 10rem;
	}
}

@media (min-width: 1400px) {
	.arrow1 {
		transform: translateX(300px) translateY(130px) !important;
	}

	.arrow2 {
		transform: translateX(650px) translateY(500px) !important;
	}

	.arrow3 {
		transform: translateX(1000px) translateY(120px) !important;
	}

	.arrow4 {
		transform: translateX(1370px) translateY(480px) !important;
	}

	.section3-home .container-object-section3-home .elementor-element-4fb4d05 {
		transform: translateX(-40px) translateY(-90px) !important;
	}

	.section3-home .container-object-section3-home .elementor-element-02ccfec {
		transform: translateX(-40px) translateY(-80px) !important;
	}
}

/* fixes */

@media only screen and (max-width: 767px) {
	.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-9d6595d7.wp-block-columns-is-layout-flex {
		display: flex !important;
		flex-direction: column !important;
	}


	.gaele-footer-widget-section-1 .wp-block-columns {
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		width: 100%;
		gap: 0;
		height: auto;
	}

	.gaele-footer-widget-section-1 .wp-block-column-is-layout-flow {
		width: 100%;
	}

}