/*!
Theme Name: auvalie
Theme URI: http://underscores.me/
Author: ADuflos
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: auvalie
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.

auvalie 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.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}


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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
	min-height: 400px;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

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

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: 600;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

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

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

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

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */


a:hover,
a:focus,
a:active {
	color: #f55a19;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	visibility: hidden;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
	display: block;
	left: 0;
}

.main-navigation ul ul a {
	width: 200px;
	padding: 0;
}

.main-navigation ul li:hover ul,
.main-navigation ul li.focus>ul {
	left: auto;
	visibility: visible;
}



/* Small menu. */



	.main-navigation ul {
		display: flex;
		position: relative;
	}


.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}


.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

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

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

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

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

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

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* Custom styles */


h1,
h2,
h3,
h4,
h5,
h6,
p,
a, li {
	color: #0e3b43;
	font-family: 'Poppins', sans-serif;
}

h1 {
	font-weight: 500;
	line-height: 40px;
	font-size: 28px;
}

h3 {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 8px;
}

h2 em,
h3 em {
	color: #f55a19;
	font-style: normal;
}


p, blockquote {
	font-family: 'Open Sans', sans-serif;
	line-height: 24px;
	margin: 0 0 10px 0;
	font-size: 15px;
}

a {
	text-decoration: none;
}


#primary-menu>li:last-child a,
body a.hero-cta, .texte-content strong a,
.texte-content a strong,
.button {
	background: #f55a19;
	color: white;
	border-radius: 4px;
	font-size: 15px;
	margin-top: -4px;
	display: block;
	padding: 7px 22px;
	width: fit-content;
	text-transform: none;
	font-weight: 400;
	transition: .3s;
}

#primary-menu>li:last-child a:hover,
body a.hero-cta:hover, .texte-content strong a:hover,
.texte-content a strong:hover,
.button:hover {
	background: #0f3b42;
	transition: .3s;
	color: white;
}




.dark_bg .texte-content strong a,
.dark_bg .texte-content a strong {
	background: #f55a19;
}

footer a:hover {
	text-decoration: underline;
}

a.hero-cta {
	margin-top: 20px !important;
}

#primary-menu>li:last-child a {
	margin-left: 20px;
	font-size: 14px;
}

.max-width {
	width: 100%;
	max-width: 1200px;
	margin: auto;
}

.small-width {
	max-width: 800px;
	margin: auto;
}

.flex {
	display: flex;
	flex-wrap: wrap;
	gap: 60px;
}

.dark {
	background: rgb(8, 76, 97);
}

.dark {
	color: white;
}

.dark_bg h1,
.dark_bg h2,
.dark_bg h3,
.dark_bg h4,
.dark_bg p,
body .dark_bg li,
.dark_bg a,
.dark_bg {
	color: white;
}

.light_bg {
	background: #f2f6f7;
	border-bottom: 2px solid white;
}

.flex-1 {
	flex: 1;
}

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

.dark_bg {
	background: #084c61;
}

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

section h2, section h3 {
	scroll-margin-top: 140px;
}

/* /Custom styles */

/* Custom spaces */

.page-id-405 section.hubspot-contact-form {
	margin-bottom: -90px;
}

/* /Custom spaces */


/* Header */


header#masthead .max-width {
	justify-content: space-between;
	align-items: center;
	position: relative;
	gap:0;
}

header#masthead {
	box-shadow: 0 4px 8px #00000017;
	padding: 20px 25px;
	width: 100%;
	position: sticky;
	top: 0;
	background: white;
	z-index: 1;
}

.admin-bar header#masthead {
	top: 32px;
}

img.custom-logo {
	width: 170px;
	margin-bottom: -9px;
}


#primary-menu>li.menu-item-has-children>a:after {
	content: "";
	background: url(https://auvalie.com/wp-content/uploads/2025/01/chevron-down-solid.svg) 0 0 / 100% no-repeat;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-left: 6px;
	transition: transform 0.3s ease;
}

#primary-menu ul.sub-menu {
	background: white;
	flex-direction: column;
	padding: 20px 25px;
	box-shadow: 0 4px 10px #00000017 !important;
	border-radius: 4px;
	border-bottom: 4px solid #f55a19;
	left: 0;
	right: 0;
	margin-top: 12px;
	border: 1px solid #f55a19;
}

.main-navigation a {
	text-decoration: none;
	padding: 30px 10px;
	text-transform: uppercase;
	font-size: 15px;
}

.main-navigation a:hover {
	color: #f55a19;
}

.main-navigation ul ul li a:hover {
	background: #f2f6f7;
}

.main-navigation ul ul li a {
	padding: 5px 10px;
	display: inline-block;
	width: 100%;
	border-radius: 5px;
}

#primary-menu ul.sub-menu ul.sub-menu {
	display: inline-block !important;
	position: relative;
	opacity: 1;
	left: 0;
	border: none;
	box-shadow: 0 0 0 !important;
	padding: 0 10px;
	top: auto !important;
	width: 100%;
	margin-top: 0;
}

#primary-menu ul.sub-menu ul.sub-menu li a {
	text-transform: none;
	font-weight: 300;
}


#primary-menu>li>.sub-menu>li {
	border-bottom: 1px solid #e4e5e6;
	margin: 0;
	font-weight: 400;
	padding: 4px 0;
}

#primary-menu>li>.sub-menu>li:last-child {
	border-bottom: none;
}

#primary-menu>li>.sub-menu>li>a {
	padding: 8px;
}

li#menu-item-23356 a:after {
	content: "";
	background: url(https://auvalie.com/wp-content/uploads/2025/02/inautalent.png) 0 0 / 100% no-repeat;
	display: block;
	width: 90px;
	height: 20px;
	position: absolute;
	right: 30px;
	margin-top: -19px;
}


#primary-menu>li>.sub-menu>li>a svg {
	width: 10px;
	position: absolute;
	margin-left: 6px;
	margin-top: 3px;
}
/* /Header */


section {
	padding: 70px 25px;
}

.section-title-block h2 {
	margin-top: 0;
}

section.hero-section {
	position: relative;
	padding: 60px 25px;
	transition: .3s;
}

.hero-content-text {
	width: 50%;
	padding-right: 30px;
}

.hero-section p,
.hero-section h1 {
	margin-top: 0;
}

p.hero-text {
	margin-bottom: 30px;
	max-width: 440px;
}



img.hero-image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	object-fit: cover;
	height: 100%;
	width: 50%;
}

section.processus-section {
	background: #f2f6f7;
}

h2 {
	text-align: center;
	font-weight: 400;
	font-size: 29px;
	margin-bottom: 12px;
	line-height: 36px;
}

h2.processus-title:after,
h1.hero-title:after,
h3.has-after:after, .has-after:after {
	width: 120px;
	height: 10px;
	background-color: #f55518;
	clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
	content: "";
	display: block;
	margin: 20px auto;
}

h1.hero-title:after {
	margin: 15px 0 -2px 0;
}

h2.processus-title .flex {
	text-align: center;
}

.processus-step {
	border: 2px solid #f55518;
	padding: 20px 20px 10px;
	border-radius: 5px;
	position: relative;
	flex: 1 1 calc(25% - 25px);
}

.processus-section .flex,
.chiffres-section .flex,
.avantages-section .flex {
	gap: 30px;
}

.chiffres-section .chiffre-item {
	flex: 1 1 calc(25% - 25px);
	text-align: center;
}

h2.chiffre-value {
	font-size: 40px;
	font-weight: 400;
	color: #f55518;
	margin-bottom: -10px;
}

h2.chiffre-value:after {
	display: none;
}



h3.step-etape {
	position: absolute;
	left: 25px;
	top: -40px;
	background: #f2f6f7;
	padding: 0 10px;
	color: #084c61;
	font-size: 22px;
	letter-spacing: .06em;
	font-weight: 300;
}

a.step-cta.button {
	margin-bottom: 3px;
	display: inline-block;
}

.equipe-section .flex {
	column-gap: 25px;
	row-gap: 25px;
	justify-content: center;
	margin-top: 50px;
}

.equipe-member {
	position: relative;
	overflow: hidden;
	border-radius: 5px;
}


.equipe-member .member-content {
	padding: 20px 0 0;
	position: absolute;
	bottom: 0;
	background-image: linear-gradient(175deg, #02010100 19%, #f55518 0%);
	width: 100%;
	color: white;
	text-align: center;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

p.member-name {
	margin-bottom: 0;
	margin-top: 0px;
}

.contact-section .equipe-member {
	max-width: 420px;
	width: 50%;
}

.member-content p {
	font-size: 14px;
}

p.member-post {
	font-size: 13px;
}

img.member-image {
	display: block;
	width: 100%;
}

.member-content h3,
.member-content p {
	color: white;
	margin-top: 0;
	margin-bottom: 10px;
	padding: 0 10px;
}

/* FAQ Section */

.faq-list {
	display: flex;
	flex-direction: column;
	row-gap: 20px;
	margin-top: 30px;
}

.faq-answer {
	padding-top: 20px;
}

.faq-answer p {
	margin-bottom: 10px;
}

.faq-item {
	border: 1px solid #f55b19;
	border-radius: 5px;
		position: relative;
			padding: 10px 20px;
			transition: .3s;
}

.faq-item:hover {
	background: #f2f6f7;
	transition: .3s;
}

.faq-question h3 {
	margin: 5px 0;
	font-size: 16px;
	padding-right: 35px;
}

.faq-question:after {
	content: "";
	background: url(https://auvalie.com/wp-content/uploads/2025/02/chevron-down-light.svg) 0 0 / 100% no-repeat;
	width: 18px;
	height: 30px;
	position: absolute;
	right: 20px;
	top: 18px;
}

.faq-answer li {
	font-size: 15px;
	font-weight: 300;
	margin-bottom: 6px;
}

.faq-answer ul {
	margin-left: 0;
}

/* /FAQ Section */


/* Link list */

.mode_cta.texte-content li:before {
	display: none;
}

.mode_cta.texte-content ul {
	display: flex;
	margin: 0;
	padding: 0;
	gap: 20px;
	justify-content: center;
	flex-wrap: wrap;
}

.mode_cta.texte-content ul li {
	flex: 1;
	text-align: center;
	max-width: fit-content;
	min-width: 25%;
	margin-bottom: 0px;
}

.mode_cta.texte-content ul li a {
	width: 100%;
	border: 1px solid;
	display: block;
	padding: 8px 20px;
	border-radius: 4px;
}

.mode_cta.texte-content h2 {
	margin-bottom: 40px;
	text-align: center;
	margin-top: 0;
}

section.link-list.mode_cta {
	background: #f3f7f8;
}


/* /Link list */

.contact-section .equipe-member {
	max-width: 250px;
}

.contact-section>.flex {
	column-gap: 50px;
	align-items: center;
	margin-bottom: 80px;
	flex-wrap: nowrap;
}

h2.contact-title {
	text-align: left;
	margin-top: 0;
}

h2.contact-title:after {
	margin-left: 0;
	margin-bottom: 24px;
	margin-top: 20px;
}

.icons a {
	width: 28px;
}

.icons {
	column-gap: 12px;
	margin-top: 20px;
}

p a {
	text-decoration: none;
	color: #0e3b43;
	border-bottom: 1px solid;
	letter-spacing: .02em;
}

.contact-info p {
	margin: 0px 0 5px;
}

a.contact-whatsapp svg {
	width: 17px;
}

a.contact-whatsapp {
	width: auto;
	display: flex;
	align-items: center;
	column-gap: 9px;
	text-decoration: none;
	font-size: 14px;
	border: 1px solid;
	padding: 6px 13px;
	border-radius: 5px;
	opacity: .9;
}

h3.dark.rsvp {
	text-align: center;
	border-top: 1px solid;
	font-weight: 300;
	padding-top: 30px;
	padding-bottom: 10px;
}

.contact-section img.member-image {
	pointer-events: none;
}

.icons {
	column-gap: 10px;
	margin-top: 15px;
}

.icons path {
	fill: #ffffff;
}

p.member-name {
	margin-bottom: 2px;
}


section.villes-section {
	padding: 0;
	text-align: center;
	margin-top: -60px;
	color: white;
	margin-bottom: 50px;
}

section.villes-section p {
	color: white;
}


/* Hero Section */

.hero-section a {
	color: #f55a19;
}

.hero-content {
	min-height: 400px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* /Hero Section */

/* Logo section */


section.logos-section {
	overflow: hidden;
}

.logos-marquee {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.logos-repeater {
	display: flex;
	gap: 50px;
	width: max-content;
	animation: scroll 50s linear infinite;
	margin-top: 40px;
}

.logo-item {
	flex: 0 0 auto;
	width: 160px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.logo-image {
	max-width: 100px;
	max-height: 70px;
}

@keyframes scroll {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-50%);
	}
}


section.logos-section {
	overflow: hidden;
	padding: 50px 25px 70px;
}

.logos-section .section-title-block {
	margin-bottom: 0;
}

.logo-item {
	position: relative;
}

.logo-item a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

section.logos-section.light-bg.is-second {
	padding-top: 0;
}

/* /Logo section */


/* Texte section */

.align_left,
.align_right {
	display: flex;
	gap: 120px;
}

.texte-image {
	margin-top: -130px;
	width: 100%;
	border-radius: 5px;
}

.has_image {
	margin-top: 160px;
}

.texte-content h2 {
	text-align: left;
}

.align_right .flex {
	flex-direction: row-reverse;
}



.no_image .max-width {
	max-width: 860px;
}

.article-content ul {
	margin: 0;
	padding: 0 25px;
}

.texte-content li,
.article-content li {
	list-style: none;
	font-family: 'Open Sans';
	color: #0e3b43;
}

.article-content li {
	margin-bottom: 10px;
}

.texte-content li:before,
.article-content li:before {
	content: "";
	background: url(https://auvalie.com/wp-content/uploads/2025/02/arroww.svg) 0 0 / 100% no-repeat;
	position: absolute;
	width: 8px;
	height: 15px;
	margin-left: -18px;
	margin-top: 8px;
}



.texte-content ul li {
	margin-bottom: 10px;
	font-size: 15px;
}

.texte-content ul {
	padding-left: 20px;
	margin-left: 22px;
}

section.texte-section.has_image.white_bg {
	margin-top: 0;
}

section.texte-section.has_image.white_bg img {
	margin: 0;
}

section.texte-section.has_image .texte-image-container img {
	position: absolute;
	object-fit: cover;
	height: 100%;
}

section.texte-section.has_image .texte-image-container {
	position: relative;
}


section.texte-section.has_image.white_bg .texte-content {
	padding: 80px 0;
}

section.texte-section.has_image.light_bg img, section.texte-section.has_image.dark_bg img {
	height: calc(100% + 160px);
}

section.texte-section.has_image.light_bg,
section.texte-section.has_image.dark_bg {
	padding-bottom: 100px;
	padding-top: 40px;
}

section.texte-section.no_image.reduce_space {
	padding-top: 20px;
}

section.texte-section.has_image.reduce_space {
	margin-top: 100px;
}

/* /Texte section */


/* Avantages section	 */

.avantages-section .avantage-item {
	background: #f3f7f8;
	padding: 5px 25px 10px;
	border-radius: 5px;
	transition: .3s;
	border: 1px solid transparent;
	width: 100%;
	min-width: calc(50% - 20px);
}

.avantage-title {
	color: #f55518;
	font-weight: 400;
	margin-bottom: 5px;
}

h3.processus-step-title {
	font-weight: 400;
	margin-bottom: 10px;
	margin-top: 5px;
	font-size: 18px;
	line-height: 24px;
}

 .avantage-item:hover  {
	border: 1px solid #0e3b43;
	transition: .3s;
}

img.icon-image {
	width: 36px;
	max-height: 34px;
	margin-top: 20px;
	margin-bottom: -10px;
}

span.processus-step-number {
	position: absolute;
	margin-top: -48px;
	background: #f2f6f7;
	padding: 10px;
	font-size: 22px;
	font-weight: 300;
	color: #f55518;
}

.big_icons .avantage-icon {
	height: 90px;
	margin-top: 15px;
	display: flex;
	align-items: center;
}

.big_icons img.icon-image {
	width: 120px;
	max-height: 100%;
	margin: 0;
}


/* /Avantages section */

/* Chiffres section 	*/

span.chiffre-value {
	display: inline-block;
	width: 100%;
	font-size: 50px;
	color: #f55a19;
}

/* /Chiffres section */



/* Avis client section 	*/

.avis-client-list .slick-list.draggable {
	width: 100%;
}

.avis-item {
	padding: 25px;
	border-top: 6px solid #f55a19;
	border-radius: 6px;
	box-shadow: 0 8px 16px #00000012;
	flex: 1 1 calc(25% - 25px);
}

.avis-item img {
	aspect-ratio: 1/2;
	object-fit: cover;
	width: 55px;
	height: 55px;
	border-radius: 100px;
}

section.avis-client-section {
	padding-left: 0;
	padding-right: 0;
}

.section-title-block {
	max-width: 800px;
	margin: 0 auto 50px;
	text-align: center;
}

.avis-author-block {
	justify-content: left;
	gap: 20px;
	align-items: center;
	flex-wrap: nowrap;
}

.avis-information p {
	margin: 0;
	line-height: 18px;
}

p.avis-author {
	font-weight: 700;
}

.slick-dots li button:before {
	font-size: 11px;
}

.slick-dots li {
	margin: 0 2px;
}

.avis-client-section .slick-dotted.slick-slider {
	margin-bottom: 70px;
}

.avis-client-list .slick-track {
	display: flex;
}

.avis-client-list .slick-slide {
	height: auto;
	display: flex;
	flex-direction: column;
}

.avis-content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.cta-avis-client {
	margin-top: 60px;
}

/* /Avis client section */

/* Team section 	*/

.team-member-images, article.team-member {
	position: relative;
}

article.team-member {
	border-radius: 5px;
	overflow: hidden;
	flex: 0 0 calc(25% - 25px);
}

.team-member-content {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 12px 20px;
	background: #f55b19;
}

.team-member-images img {
	aspect-ratio: 16 / 20;
	object-fit: cover;
	width: 100%;
	height: 100%;
	display: block;
}

img.team-image-2 {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	visibility: hidden;
	opacity: 0;
	transition: .5s;
}

.team-member:hover .team-image-2 {
	opacity: 1;
	visibility: visible;
	transition: .5s;
}

.team-member h3 {
	margin: 0;
	font-size: 18px;
	font-weight: 500;
}

p.team-member-role {
	margin-bottom: 0px;
}

.team-member-content a {
	width: 15px;
	position: absolute;
	top: 12px;
	right: 12px;
}

.flex.team-list {
	gap: 30px;
	justify-content: center;
}

/* /Team section */

/* ContactForm section	 */

section.hubspot-contact-form {
	padding-top: 0px;
	margin-top: 20px;
}

.form-container {
	background: white;
	padding: 50px;
	max-width: 800px;
	margin: auto;
	box-shadow: 0 10px 20px #0000001f;
	border-radius: 5px;
}

.hubspot-meeting-form .form-container {
	max-width: 1100px;
}

.hubspot-contact-form .dark-title {
	padding: 30px 20px 220px;
	margin-bottom: -170px;
	border-radius: 5px;
}

input.hs-button.primary.large {
	background: red !important;
}

.page-id-405 .avantages-section .avantage-item {
	min-width: calc(33% - 20px);
	margin-top: 30px;
}

/* /Contact Form section */

/* Blog home */

.blog-list > .flex {
	gap: 0;
}

section.blog-header {
	padding-top: 50px;
	padding-bottom: 50px;
}

nav.blog-categories {
	box-shadow: 0px 6px 12px -14px black;
	padding: 15px;
	margin-bottom: 10px;
}

.blog-categories ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	column-gap: 15px;
	justify-content: center;
}

.blog-categories ul a {
	white-space: nowrap;
	font-weight: 400;
	font-size: 15px;
	padding: 10px;
}

.blog-categories ul a.active-cat {
	color: #f65b1b;
	font-weight: 500;
}

.blog-item {
	max-width: calc(33% - 38px);
	margin: 20px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	box-shadow: 0 3px 13px #00000012;
}

.blog-item img {
	width: 100%;
	aspect-ratio: 16/9;
	object-fit: cover;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.blog-item img.avatar {
	width: 30px;
	height: 30px;
}

.blog-item .author-name {
	font-size: 12px;
	text-transform: uppercase;
}


.blog-item .author {
	gap: 10px;
	margin-top: 12px;
	margin-bottom: 12px;
}

.article-categories a {
	border: 1px solid #0f3b4247;
	padding: 3px 7px;
	border-radius: 3px;
	font-size: 11px;
	text-transform: uppercase;
	display: inline-block;
	line-height: 15px;
	margin-right: 2px;
	margin-bottom: 2px;
}

.blog-item-content {
	padding: 5px 20px;
}

.blog-item h3 {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	margin-top: 10px;
	margin-bottom: 10px;
	transition: .3s;
}

.blog-item:hover h3 {
	color: #f55b19;
	trans
}

section.blog-list {
	padding-top: 20px;
}

.blog-list-section-articles {
	gap: 0;
}

nav.pagination {
	text-align: center;
	margin-bottom: 60px;
}

/* /Blog home */


/* Blog post */

.header-blog-container {
	padding: 60px 0px;
}

.author-name {
	display: flex;
	flex-direction: column;
}

.author {
	display: flex;
	gap: 18px;
	align-items: center;
}

.post-data {
	justify-content: space-between;
	align-items: center;
	margin-top: 35px;
}

.header-blog-bg.flex-1, .blog-sidebar {
	max-width: 400px;
	position: relative;
}

img.header-blog-bg {
	width: 100%;
	object-fit: cover;
	margin-top: 80px;
	position: absolute;
	height: 100%;
	border-radius: 5px;
	box-shadow: 0 6px 12px #0000002b;
}

img.avatar {
	border-radius: 70px;
	width: 48px;
	height: 48px;
}

.categories {
	text-align: right;
}

.categories a {
	text-transform: uppercase;
	background: #f65b1b;
	padding: 2px 6px;
	font-size: 13px;
	margin: 2px 5px;
	display: inline-block;
	letter-spacing: .01em;
}

.article-content h2 {
	text-align: left;
}

.article-content {
	margin-top: 80px;
	margin-bottom: 100px;
}

h2 b {
	font-weight: 500;
}

.article-content h2 {
	text-align: left;
	margin-top: 50px;
}

.article-content h3 {
	margin-top: 40px;
	margin-bottom: 15px;
}

.content-wrapper {
	display: flex;
	align-items: flex-start;
}


.sidebar-content {
	position: sticky;
	top: 150px;
}

.table-of-contents {
	position: sticky;
	top: 20px;
	max-width: 250px;
	padding: 15px;
	background: #f7f7f7;
	border-radius: 8px;
	font-size: 14px;
}

.table-of-contents h3 {
	margin: 0 0 10px;
	font-size: 16px;
}

.table-of-contents ul {
	list-style: none;
	padding: 0;
}

.table-of-contents li {
	margin-bottom: 5px;
}

.table-of-contents a {
	text-decoration: none;
	color: #333;
}

.blog-sidebar .sidebar-section {
	border: 1px solid #0a4c61;
	border-radius: 5px;
	padding: 25px;
	box-shadow: 0 6px 12px #00000021;
	margin-top: 40px;
}

.blog-sidebar ul {
	padding: 0;
}

.blog-sidebar ul li {
	margin-bottom: 2px;
	margin-left: 20px;
	font-size: 14px;
}


.blog-sidebar ul li:before {
	margin-top: 7px;
	width: 7px;
}

.blog-sidebar p {
	text-transform: uppercase;
	font-weight: 600;
	color: #f55b19;
	margin-bottom: 10px;
}

.blog-contact-form {
	margin-top: 80px !important;
}

.contact-info-post .flex {
	gap: 20px;
}

.contact-item {
	background: #f3f7f8;
	padding: 20px;
	min-width: calc(33% - 12px);
	border-radius: 5px;
	margin-top: 20px;
	margin-bottom: 0px;
}

h3.contact-title {
	margin-top: 10px;
}

p.contact-text a,
h3.contact-title {
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 4px;
}

p.contact-text a {
	font-size: 14px;
}

p.contact-text {
	margin-bottom: 0px;
}

.contact-icon img.icon-image {
	width: 28px;
}

ul.blog-item-content li {
	margin-bottom: 6px;
	font-size: 15px;
}

a.button.publication-button {
	width: 100%;
	text-transform: uppercase;
	text-align: center;
	font-size: 12px;
	font-weight: 300;
}

/*  /Blog post	 */


/* Table des matières */

.ez-toc-list li:before {
	display: none;
}

body #ez-toc-container {
	background: transparent;
	border: none;
	padding: 0;
	margin-bottom: 0;
	box-shadow: 0 0 0;
}

body div#ez-toc-container .ez-toc-title {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 6px;
	display: inline-block;
}

body div#ez-toc-container ul li {
	font-size: 14px !important;
	line-height: 18px;
	margin-bottom: 10px;
	margin-top: 10px;
}

body div#ez-toc-container nav a {
	color: #0f3b43 !important;
	font-weight: 400;
}

body .ez-toc-counter nav ul li a::before {
	color: #f65c1a;
	margin-right: 10px;
}

body #ez-toc-container ul ul,
body .ez-toc div.ez-toc-widget-container ul ul {
	margin-left: 18px;
}

		
		    #custom-toc ul {
		    	margin: 0;
		    	padding-left: 1em;
		    }
		
#custom-toc>ul>li {
	margin: 0;
	padding: 4px;
}
		
		    #custom-toc a {
		    	text-decoration: none;
		    }
		
		    html {
		    	scroll-behavior: smooth;
		    }

								#custom-toc ul {
									list-style: none;
									padding-left: 0;
									margin: 0;
								}
				
#custom-toc .toc-h2>.toc-h2-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: bold;
	cursor: pointer;

}
				
#custom-toc .toc-h2 a {
									text-decoration: none;
									flex: 1;
								}

																#custom-toc .toc-h2 a:hover {
																	text-decoration: underline;
																}
				
#custom-toc .toc-chevron {
	display: inline-block;
	transform: rotate(90deg);
	transition: transform 0.2s ease;
	font-size: 12px;
	margin-left: 10px;
	color: #0f3b43;
}

#custom-toc .toc-chevron:hover {
	color: #f55b19;
}
				
								#custom-toc .toc-chevron.open {
									transform: rotate(270deg);
								}
				
								#custom-toc .toc-h3 a {
									margin-left: 1.5em;
									text-decoration: none;
									display: inline-block;
									padding: 2px 0;
									font-weight: normal;
								}

		nav#custom-toc a {
			font-weight: 400;
			font-size: 13px;
			color: #123d44;
}

#custom-toc {
	margin-top: 30px;
	background: #f3f7f8;
	padding: 5px 20px 15px;
	border-radius: 5px;
}

nav#custom-toc h3 {
	color: #f65c1a;
	font-size: 14px;
	font-weight: 400;
	border-bottom: 1px solid;
	padding-bottom: 7px;
	margin-bottom: 7px;
}
/* /Table des matières */

/* Footer */

footer {
	padding: 70px 25px 19px;
}

ul#menu-footer li {
	flex: 1;
}

ul#menu-footer {
	display: flex;
}

footer ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#menu-footer>li>a {
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 12px;
	display: inline-block;
	font-size: 18px;
	letter-spacing: .03em;
}

footer .sub-menu li {
	margin-bottom: 6px;
}

.footer-logo img {
	width: 140px;
}

.footer-center {
	justify-content: space-between;
}

.footer-villes ul {
	display: flex;
	gap: 15px;
	text-transform: uppercase;
	letter-spacing: .03em;
	font-size: 15px;
}

.footer-center {
	justify-content: space-between;
	border-top: 1px solid white;
	margin-top: 50px;
	padding-top: 40px;
	padding-bottom: 20px;
	align-items: center;
}


.footer-container {
	padding-left: 10px;
	padding-right: 10px;
}


footer img {
	display: block;
}

ul.reseaux-list img {
	width: 20px;
}

.button-menu a {
	background: #f65c1a;
	padding: 3px 12px;
	display: inline-block;
	margin-top: 12px;
	border-radius: 4px;
}

footer#colophon {
	margin-top: 1px;
}

/* /Footer */


/* /Responsive */

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

.hero-image-container {
		display: none;
	}

		.hero-content-text {
			width: 100%;
			padding-right: 0px;
			text-align: center;
		}

		.hero-content-text a.hero-cta {
			margin: auto;
		}

						.hero-content-text	h1.hero-title:after {
					margin: 25px auto;
				}

								section.hero-section {
									background: #f2f6f7;
								}

		.hero-content-text a.hero-cta:hover {
			background: #f55b19;
		}

				.hero-content {
					min-height: 0;
				}

}

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

	.full-mobile {
		margin-left: -25px;
		margin-right: -25px;
		width: auto;
	}
}

@media screen and (max-width: 1000px) {
.flex {
	gap: 50px;
}



	/* Burger menu	 */


.menu-toggle {
		background: transparent;
		border: none;
		cursor: pointer;
		top: 13px;
		right: 15px;
		z-index: 1100;
		padding: 0;
		background: #f3f7f8;
		padding: 4px 10px;
		border-radius: 5px;
		position: fixed;
	}

	
.menu-toggle span {
	display: block;
	width: 28px;
	height: 2px;
	background: #0e3b43;
	margin: 6px auto;
	transition: all 0.3s ease;
}


	
		/* Transformation en croix lors de l'ouverture */
		.menu-toggle.open span:nth-child(1) {
			transform: translateY(9px) rotate(45deg);
		}
	
		.menu-toggle.open span:nth-child(2) {
			opacity: 0;
		}
	
		.menu-toggle.open span:nth-child(3) {
			transform: translateY(-7px) rotate(-45deg);
		}

button.menu-toggle.open {
	background: transparent;
}

button.menu-toggle, .button-mobile {
		display: block !important;
	}

.menu-main-menu-container {
	position: fixed;
	top: 0;
	right: -350px;
	width: 350px;
	height: 100%;
	background: white;
	overflow-y: auto;
	z-index: 1000;
	transition: right 0.3s ease;
	padding: 100px 20px 20px;
	max-width: 100%;
}
	
		.menu-main-menu-container.open {
			right: 0;
		}
	
		/* Style overlay */
		.overlay {
			position: fixed;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background: rgba(0, 0, 0, 0.5);
			z-index: 900;
			opacity: 0;
			visibility: hidden;
			transition: opacity 0.3s ease;
		}
	
		.overlay.open {
			opacity: 1;
			visibility: visible;
		}
	


				.main-navigation ul {
					display: flex;
					position: relative;
					flex-direction: column;
				}

				#primary-menu ul.sub-menu {
    position: relative;
    visibility: visible;
		width: 100%;
}

#primary-menu ul.sub-menu {
	border: none;
	box-shadow: 0 0 0 !important;
	padding: 0;
	display: none;
	margin-top: 0;
}

ul#primary-menu>li>a {
	font-size: 17px;
}

.main-navigation a {
	display: inline-block;
	padding: 8px 0;
	width: 100%;
}

#primary-menu>li.menu-item-has-children.open>a:after {
	transform: rotate(180deg);
}

ul#primary-menu>li:first-child {
	border-top: 1px solid #f55a19;
}

ul#primary-menu>li {
	border-bottom: 1px solid #f55a19;
	padding: 4px;
}

#primary-menu>li.menu-item-has-children>a:after {
	float: right;
	margin-top: 4px;
	margin-right: 3px;
}

#primary-menu>li>.sub-menu>li>a {
	text-transform: none;
}

#primary-menu>li:last-child {
	border: none;
}

#primary-menu>li:last-child a {
	margin-left: 0;
	margin-top: 20px;
}
	
a.button.button-mobile {
	margin-right: 53px;
	width: auto;
	text-transform: none;
	padding: 7px 10px;
	font-size: 12px;
	margin-top: 0px;
	background: transparent;
	border: 1px solid;
	color: #0e3b43;
}
	/* /Burger menu */


	/* Mobile structure */

		.full-mobile {
			margin-left: -25px;
			margin-right: -25px;
			width: auto;
		}


				#custom-toc {
					text-align: left;
					background: white;
				}


}

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

	.mode_cta.texte-content ul li {
			max-width: 100%;
			min-width: 100%;
		}

	ul#menu-footer {
			flex-direction: column;
			row-gap: 30px;
		}

.align_right .flex, .align_left .flex {
		flex-direction: column;
	}

		.texte-image {
			margin-top: -20px;
		}

				section {
					padding:25px;
				}

				.texte-image {
					aspect-ratio: 1;
					object-fit: cover;
				}

h2 {
	font-size: 28px;
}

.avantages-section .flex {
	flex-direction: column;
	gap: 25px;
}

section.hubspot-contact-form {
	padding: 0;
}

.hubspot-contact-form .dark-title {
	border-radius: 0;
	}

.form-container {
	padding: 20px;
	max-width: 100%;
	margin: 0 20px 25px;
	width: calc(100% - 50px);
}

section.texte-section.has_image {
	margin-top: 0 !important;
}

section.texte-section.has_image .texte-image-container img {
	position: relative;
	margin: 0;
}



}

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

.footer-container.footer-center {
		flex-direction: column;
	}
}



@media screen and (max-width: 600px) {
img.custom-logo {
	width: 150px;
	margin-bottom: -11px;
}

header#masthead {
	padding: 15px 20px;
}

h3 {
	font-size: 18px;
}

.logo-item {
	width: 110px;
}

.logo-image {
	max-width: 90px;
	max-height: 60px;
}

.avis-item {
	padding: 25px;
	margin: 0 10px 50px;
}

.avis-client-list .slick-list.draggable {
	padding: 0 40px;
}

.footer-villes ul {
	flex-wrap: wrap;
	justify-content: center;
	row-gap: 5px;
}

h1 {
	font-weight: 500;
	line-height: 38px;
	font-size: 26px;
}

h2 {
	font-size: 26px;
}

section.texte-section.has_image {
	padding-bottom: 20px !important;
}

.flex {
	gap: 25px;
}

.faq-item {
	padding: 8px 15px;
}

.faq-question h3 {
	font-size: 14px;
}

}