@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Montserrat:wght@300;400;500;600;700&display=swap');

/*!
Theme Name: Chers Voisins
Theme URI: http://underscores.me/
Author: Agence 4 août
Author URI: https://4aout.fr
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: chersvoisins
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.

Chers Voisins 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;
}

/**
 * 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: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	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;
	margin: 0;
	border: 0;
}

/**
 * 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 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	line-height: 1.5;
	color: #000;
}
body,
button,
input,
select,
optgroup,
textarea {
	color: #000;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin: 0;
}

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

blockquote {
	margin: 0 1.5em;
}

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: 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #000;
	text-decoration: none;
	transition: all ease .2s;
}


a:hover,
a:focus,
a:active {
	color: #000;
	text-decoration: underline;
}

a:focus {
	outline: thin dotted;
}

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
--------------------------------------------------------------*/


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

.post,
.page {
	margin: 0;
}

.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*/
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
}

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












/*
***** custom *****
*/



/* titres */
h1,
h2,
h3,
h4,
h5,
h6,
.has-heading-font {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	line-height: 1.2;
	margin: 0;
}

/* paragraphes */
p {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

/* =========================
   titres
========================= */

h2,
.has-h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 48px;
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: -0.02em;
}

.hero h2  {
  font-size: 64px;
}

.hero h2 em {
  font-weight: 300;
	font-style: normal;
}

h3,
.has-h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 32px;
	line-height: 1.25;
	font-weight: 700;
	letter-spacing: -0.02em;
}

h4,
.has-h4 {
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	line-height: 1.3;
	font-weight: 700;
}


.padding-right-10 {
	padding-right: 10px;
}
.padding-right-20 {
	padding-right: 20px;
}


.rotate-3 {
	transform: rotate(2.6deg);
}


/* couleurs de texte */
.has-white-color {
	color: #fff !important;
}

.has-black-color {
	color: #000 !important;
}

.has-green-dark-color {
	color: #266F19 !important;
}

.has-green-light-color {
	color: #95C11F !important;
}

.has-orange-color {
	color: #E84E0F !important;
}

.has-yellow-color {
	color: #FBBA00 !important;
}

.has-yellow-light-color {
	color: #FFDA71 !important;
}

.has-cream-color {
	color: #FFF0A9 !important;
}

/* couleurs de fond */
.has-white-background-color {
	background-color: #fff !important;
}

.has-black-background-color {
	background-color: #000 !important;
}

.has-green-dark-background-color {
	background-color: #266F19 !important;
}

.has-green-light-background-color {
	background-color: #95C11F !important;
}

.has-orange-background-color {
	background-color: #E84E0F !important;
}

.has-yellow-background-color {
	background-color: #FBBA00 !important;
}

.has-yellow-light-background-color {
	background-color: #FFDA71 !important;
}

.has-cream-background-color {
	background-color: #FFF0A9 !important;
}


/* base bouton gutenberg */
.wp-block-buttons {
	gap: 24px;
}
.wp-block-button.is-style-bouton-jaune .wp-block-button__link,
.wp-block-button.is-style-bouton-transparent .wp-block-button__link {
	min-height: 56px;
	padding: 16px 24px;
	border-radius: 8px;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 400;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	transition: all 0.2s ease;
	box-sizing: border-box;
}

/* bouton jaune */
.wp-block-button.is-style-bouton-jaune .wp-block-button__link {
	background-color: #FBBA00;
	color: #000;
	border: 1px solid #FBBA00;
}

/* bouton transparent */
.wp-block-button.is-style-bouton-transparent .wp-block-button__link {
	background-color: transparent;
	color: #000;
	border: 1px solid #000;
}

/* hover */
.wp-block-button.is-style-bouton-jaune .wp-block-button__link:hover {
	background-color: #FFCC39;
	border-color: #FFCC39;
	color: #000;
}

.wp-block-button.is-style-bouton-transparent .wp-block-button__link:hover {
	background-color: #000;
	color: #fff;
	border-color: #000;
}

/* focus */
.wp-block-button.is-style-bouton-jaune .wp-block-button__link:focus,
.wp-block-button.is-style-bouton-transparent .wp-block-button__link:focus {
	outline: none;
	box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

/* si le bouton prend toute la largeur */
.wp-block-button.is-style-bouton-jaune,
.wp-block-button.is-style-bouton-transparent {
	width: auto;
}

.wp-block-button.is-style-bouton-jaune .wp-block-button__link,
.wp-block-button.is-style-bouton-transparent .wp-block-button__link {
	width: auto;
}


/* flèche */
.wp-block-button.is-style-bouton-jaune .wp-block-button__link::after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url('/wp-content/themes/chersvoisins/img/arrow-right.svg') no-repeat center;
	background-size: contain;
	flex-shrink: 0;
	transition: transform 0.3s ease;
}

.wp-block-button.is-style-bouton-transparent .wp-block-button__link::after {
	content: "";
	width: 20px;
	height: 20px;
	background-color: currentColor;

	-webkit-mask: url('/wp-content/themes/chersvoisins/img/arrow-right.svg') no-repeat center;
	mask: url('/wp-content/themes/chersvoisins/img/arrow-right.svg') no-repeat center;

	-webkit-mask-size: contain;
	mask-size: contain;

	transition: transform 0.3s ease;
}

.wp-block-button.is-style-bouton-jaune .wp-block-button__link:hover::after,
.wp-block-button.is-style-bouton-transparent .wp-block-button__link:hover::after {
	transform: translateX(4px);
}


/* header */


.site-header{
    background:#fff;
}

.header-container{
    max-width:1400px;
    margin:0 auto;
    padding:20px 30px;

    display:flex;
    align-items:center;
    justify-content:space-between;
}

/* logo */

.logo img{
    width:150px;
    display:block;
}

/* h1 caché pour seo */

.seo-title{
    position:absolute;
    width:1px;
    height:1px;
    overflow:hidden;
    clip:rect(0,0,0,0);
    white-space:nowrap;
}

/* bouton */

.btn-login{
    display:inline-block;
    padding:12px 26px;

    background:#FBBA00;
    color:#000;

    border-radius:999px;
    font-weight:600;
    text-decoration:none;

    transition:all .2s ease;
}

.btn-login:hover{
    background:#FFCC39;
}


.sur-titre {
	font-weight: 300;
}

.light {
	font-weight: 300;
}

.mail-icon a {
	text-decoration: none;
}
.mail-icon a:hover {
	text-decoration: underline!important;
}
.mail-icon:before {
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 5px;
	background: url('/wp-content/themes/chersvoisins/img/mail-icon.svg') no-repeat center;
	background-size: contain;
	vertical-align: middle;
}


/* hero */
.hero p  {
  font-size: 18px;
}




/* =========================
   formulaire contact
========================= */

.frm-show-form {
	max-width: 100%;
}

.frm-show-form .frm_fields_container {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

#form_newsletter.frm-show-form .frm_fields_container {
	display: flex;
	flex-direction: row;
	gap: 12px;
	margin-top: 10px;
}
#form_newsletter .frm_form_field {
	margin: 0; /* optionnel pour éviter les décalages */
}

#form_newsletter #frm_field_14_container {
	flex: 1; /* le champ prend toute la place dispo */
}

#form_newsletter #frm_field_13_container {
	flex-shrink: 0; /* le bouton garde sa taille */
}

@media (max-width: 767px) {
	#form_newsletter .frm_fields_container {
		flex-direction: column;
	}

	#form_newsletter #frm_field_13_container,
	#form_newsletter #frm_field_13_container .frm_submit,
	#form_newsletter #frm_field_13_container .frm_button_submit {
		width: 100%;
	}

	#form_newsletter #frm_field_13_container .frm_button_submit {
		display: block;
	}
}

/* champs */
.frm-show-form .frm_form_field.frm_top_container {
	margin: 0;
}

#form_contact .frm_primary_label {
	display: inline-block;
	margin: 0 0 20px;
	font-size: 24px;
	line-height: 1.15;
	font-weight: 700;
	color: #000;
}

.frm-show-form .frm_required {
	margin-left: 4px;
	color: #000;
}

/* inputs, select, textarea */
.frm-show-form input[type="text"],
.frm-show-form input[type="email"],
.frm-show-form input[type="tel"],
.frm-show-form input[type="url"],
.frm-show-form input[type="number"],
.frm-show-form input[type="search"],
.frm-show-form input[type="password"],
.frm-show-form select,
.frm-show-form textarea {
	width: 100%;
	border: 1px solid #1f1f1f;
	border-radius: 8px;
	background: transparent;
	box-shadow: none;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 1.3;
	font-weight: 400;
	color: #000;
	padding: 0 28px;
	box-sizing: border-box;
	outline: none;
	appearance: none;
	-webkit-appearance: none;
}


/* hauteurs */
.frm-show-form input[type="text"],
.frm-show-form input[type="email"],
.frm-show-form input[type="tel"],
.frm-show-form input[type="url"],
.frm-show-form input[type="number"],
.frm-show-form input[type="search"],
.frm-show-form input[type="password"],
.frm-show-form select {
	height: 56px;
}

.frm-show-form textarea {
	min-height: 300px;
	padding-top: 24px;
	padding-bottom: 24px;
	resize: vertical;
}

/* placeholder */
.frm-show-form input::placeholder,
.frm-show-form textarea::placeholder {
	color: #8c8c8c;
	opacity: 1;
}

.frm-show-form select {
	color: #8c8c8c;
	padding-right: 70px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='12' viewBox='0 0 20 12' fill='none'%3E%3Cpath d='M1.5 1.75L10 10.25L18.5 1.75' stroke='black' stroke-width='1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 28px center;
	background-size: 20px 12px;
}

.frm-show-form select:valid {
	color: #000;
}

/* focus */
.frm-show-form input[type="text"]:focus,
.frm-show-form input[type="email"]:focus,
.frm-show-form input[type="tel"]:focus,
.frm-show-form input[type="url"]:focus,
.frm-show-form input[type="number"]:focus,
.frm-show-form input[type="search"]:focus,
.frm-show-form input[type="password"]:focus,
.frm-show-form select:focus,
.frm-show-form textarea:focus {
	border-color: #000;
}

/* bloc texte rgpd */
.frm-show-form .frm_html_container {
	margin-top: -8px;
}

.frm-show-form .frm_html_container p {
	margin: 0;
	font-size: 13px;
	line-height: 1.3;
	font-weight: 700;
	color: #000;
}

/* submit */
.frm-show-form .frm_submit {
	margin-top: 0;
}

.frm-show-form .frm_button_submit {
	min-height: 56px;
	padding: 16px 24px;
	border-radius: 8px;
	border: 1px solid #FBBA00;
	background: #FBBA00;
	color: #000;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 400;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	cursor: pointer;
	transition: all 0.2s ease;
	box-sizing: border-box;
}

.frm-show-form .frm_button_submit::after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background-color: currentColor;
	-webkit-mask: url('/wp-content/themes/chersvoisins/img/arrow-right.svg') no-repeat center;
	mask: url('/wp-content/themes/chersvoisins/img/arrow-right.svg') no-repeat center;
	-webkit-mask-size: contain;
	mask-size: contain;
	flex-shrink: 0;
	transition: transform 0.2s ease;
}

.frm-show-form .frm_button_submit:hover {
	background: #FFCC39;
	border-color: #FFCC39;
	color: #000;
}

.frm-show-form .frm_button_submit:hover::after {
	transform: translateX(4px);
}

/* messages d'erreur éventuels */
.frm-show-form .frm_error,
.frm-show-form .frm_error_style,
.frm-show-form .frm_required_field .frm_error {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 1.4;
	margin-top: 10px;
	color: #E84E0F;
}

/* champ anti-spam caché */
#form_contact #frm_field_13_container {
	display: none !important;
}

.chiffres {
	display: flex;
	flex-direction: column;
	gap: 80px!important;
}

.chiffres p {
	margin: 0;
	font-size: 22px;
	line-height: 1.3;
	color: #111;
	position: relative;
	padding-left: 30px;
}

/* le point à gauche */
.chiffres p::before {
	content: "";
	position: absolute;
	left: 0;
	top: 12px;
	width: 12px;
	height: 12px;
	background: #e84e0f;
	border-radius: 50%;
}

/* les chiffres */
.chiffres strong {
	display: block;
  font-size: 86px;
  font-weight: 300;
  line-height: .3;
  color: #e84e0f;
  margin-bottom: 0px;
}





.wp-block-uagb-container {
	position: relative;
	    z-index: 1;
}
.wp-block-uagb-container.hero {
	position: relative;
	    z-index: 2;
}





/* base commune à tous les motifs */
.motif-1,
.motif-2,
.motif-3,
.motif-4,
.motif-5,
.motif-6,
.motif-7,
.motif-8,
.motif-9,
.motif-10,
.motif-11,
.motif-12,
.motif-13 {
	position: relative;
	overflow: visible !important;
}

.motif-1::after,
.motif-2::after,
.motif-3::after,
.motif-4::after,
.motif-5::after,
.motif-6::after,
.motif-7::after,
.motif-8::after,
.motif-9::after,
.motif-10::after,
.motif-11::after,
.motif-12::after,
.motif-13::after {
	content: "";
	position: absolute;
	width: 160px;
	height: 160px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	pointer-events: none;
	z-index: 3;
	will-change: transform;

	transform: translate3d(0, var(--motif-offset, 0px), 0)
	           rotate(var(--motif-rotate, 0deg));
}




/* motif 1 */
.motif-1::after {
	background-image: url('/wp-content/themes/chersvoisins/img/motifs/motif-1.svg');
	top: 70px;
	left: 20px;
}

/* motif 2 */
.motif-2::after {
	background-image: url('/wp-content/themes/chersvoisins/img/motifs/motif-2.svg');
	bottom: -20px;
	right: 40px;
}

/* motif 3 (centré verticalement) */
.motif-3::after {
	width: 200px;
	height: 200px;
	background-image: url('/wp-content/themes/chersvoisins/img/motifs/motif-3.svg');
	top: 30%;
	left: -350px;
}

/* motif 4 */
.motif-4::after {
	background-image: url('/wp-content/themes/chersvoisins/img/motifs/motif-4.svg');
	width: 150px;
	height: 150px;
	top: -30px;
	right: -20px;
	z-index: -1;
	transform: translate3d(0, var(--motif-offset, 0px), 0) rotate(var(--motif-rotate, 0deg));
}

/* motif 5 */
.motif-5::after {
	background-image: url('/wp-content/themes/chersvoisins/img/motifs/motif-5.svg');
	bottom: -30px;
	right: -20px;
}

/* motif 6 */
.motif-6::after {
	background-image: url('/wp-content/themes/chersvoisins/img/motifs/motif-6.svg');
	top: 20%;
	right: 10%;
}

/* motif 7 */
.motif-7::after {
	background-image: url('/wp-content/themes/chersvoisins/img/motifs/motif-7.svg');
	top: 10%;
	left: 10%;
}

/* motif 8 */
.motif-8::after {
	background-image: url('/wp-content/themes/chersvoisins/img/motifs/motif-8.svg');
	top: 35%;
  right: -25%;
}

/* motif 9 */
.motif-9::after {
	background-image: url('/wp-content/themes/chersvoisins/img/motifs/motif-9.svg');
	bottom: -30px;
	right: -20px;
	z-index: -1;
}

/* motif 10 */
.motif-10::after {
	background-image: url('/wp-content/themes/chersvoisins/img/motifs/motif-10.svg');
	top: -30px;
	left: -40px;
}

/* motif 11 */
.motif-11::after {
	background-image: url('/wp-content/themes/chersvoisins/img/motifs/motif-11.svg');
	top: -130px;
	right: 15%;
}

/* motif 12 */
.motif-12::after {
	background-image: url('/wp-content/themes/chersvoisins/img/motifs/motif-12.svg');
	top: -70px;
	left: -150px;
	width: 200px;
	height: 200px;
}

/* motif 13 */
.motif-13::after {
	background-image: url('/wp-content/themes/chersvoisins/img/motifs/motif-13.svg');
	bottom: 36%;
	right: 10%;
	width: 200px;
	height: 200px;
}





.site-footer {
	background: #266F19;
	color: #fff;
	padding: 24px 32px;
}

.footer-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1330px;
	margin: 0 auto;
	gap: 20px;
}

/* gauche */
.footer-left {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.footer-logo {
	height: 36px;
	width: auto;
	display: block;
}

.footer-tagline {
	font-size: 14px;
	opacity: 0.9;
}

/* droite */
.footer-right {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 10px;
}

/* socials */
.footer-socials {
	display: flex;
	gap: 16px;
}

.social-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	opacity: 0.9;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.social-icon img {
	width: 20px;
	height: 20px;
	display: block;
}

.social-icon:hover {
	opacity: 1;
	transform: translateY(-2px);
}

/* lien légal */
.footer-legal {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	transition: all 0.2s ease;
}

.footer-legal:hover {
	color: #fff;
	opacity: 1;
	text-decoration: underline;
}


.entry-header {
	max-width: 1330px;
	margin: 50px auto;
}

.page-template-default h1 {
	font-size: 42px;
	font-weight: 700;
}

.page-template-default h2 {
	font-size: 32px;
}


.back-to-top {
	position: fixed;
	right: 24px;
	bottom: 24px;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: #FBBA00;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	opacity: 0;
	visibility: hidden;
	transform: translateY(12px);
	transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
	z-index: 9999;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
	cursor: pointer;
}

.back-to-top.is-visible {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.back-to-top:hover {
	transform: translateY(-2px);
}

.back-to-top.is-visible:hover {
	transform: translateY(-2px);
}

.back-to-top-chevron {
	display: block;
	width: 16px;
	height: 16px;
	border-top: 3px solid #000000;
	border-left: 3px solid #000000;
	transform: rotate(45deg) translate(2px, 2px);
}

@media (max-width: 1400px) {
/*	.wp-block-uagb-container.uagb-is-root-container {
	    overflow-x: visible!important;
	    overflow-y: hidden!important;
	}

	.wp-block-uagb-container.uagb-is-root-container.motif-4 {
		overflow-y: visible!important;
	}
	.wp-block-uagb-container.uagb-is-root-container.motif-6 {
		overflow: hidden!important;
	}
	.wp-block-uagb-container.uagb-is-root-container.motif-7 {
		overflow: hidden!important;
	}*/
	html,
body {
	overflow-x: clip;
}

body {
	margin: 0;
}
}



/* responsive */
@media (max-width: 1024px) {
	h2,
	.has-h2 {
		font-size: 42px;
	}

	.hero h2  {
	  font-size: 50px!important;
	}

	h3, .has-h3 {
		font-size: 24px;
	}
	h4, .has-h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 700;
	}

	.motif-1::after,
	.motif-2::after,
	.motif-3::after,
	.motif-4::after,
	.motif-5::after,
	.motif-6::after,
	.motif-7::after,
	.motif-8::after,
	.motif-9::after,
	.motif-10::after,
	.motif-11::after,
	.motif-12::after,
	.motif-13::after {
		width: 80px!important;
		height: 80px!important;

	}
}





/* responsive */
@media (max-width: 767px) {

	.logo img {
	    width: 120px;
	    display: block;
	}

	.btn-login {
    padding: 9px 18px;
    font-size: 13px;
	}

	.frm-show-form .frm_fields_container {
		gap: 28px;
	}

	.frm-show-form .frm_primary_label {
		margin-bottom: 14px;
		font-size: 20px;
		line-height: 1.15;
	}

	.frm-show-form input[type="text"],
	.frm-show-form input[type="email"],
	.frm-show-form input[type="tel"],
	.frm-show-form input[type="url"],
	.frm-show-form input[type="number"],
	.frm-show-form input[type="search"],
	.frm-show-form input[type="password"],
	.frm-show-form select,
	.frm-show-form textarea {
		font-size: 20px;
		padding-left: 18px;
		padding-right: 18px;
		border-radius: 14px;
	}

	.frm-show-form input[type="text"],
	.frm-show-form input[type="email"],
	.frm-show-form input[type="tel"],
	.frm-show-form input[type="url"],
	.frm-show-form input[type="number"],
	.frm-show-form input[type="search"],
	.frm-show-form input[type="password"],
	.frm-show-form select {
		height: 56px;
	}

	.frm-show-form textarea {
		min-height: 220px;
		padding-top: 18px;
		padding-bottom: 18px;
	}

	.frm-show-form select {
		padding-right: 52px;
		background-position: right 18px center;
	}

	.frm-show-form .frm_html_container p {
		font-size: 16px;
		line-height: 1.35;
	}

	.frm-show-form .frm_button_submit {
		width: 100%;
	}


	h2,
	.has-h2 {
		font-size: 32px;
	}

	.hero h2  {
	  font-size: 40px!important;
	}

	h3,
	.has-h3 {
		font-size: 22px;
	}

	h4,
	.has-h4 {
		font-size: 18px;
	}


	.wp-block-uagb-container.benefits-grid-slider.uagb-layout-grid.swiper {
		display: block !important;
		/* width: 104vw; */
		overflow: visible !important;
		/* margin: 0 3px; */
		padding: 0;
	}

	.wp-block-uagb-container.benefits-grid-slider.uagb-layout-grid.swiper > .uagb-container-inner-blocks-wrap.swiper-wrapper {
		display: flex !important;
		grid-template-columns: none !important;
		justify-content: flex-start !important;
		align-items: stretch !important;
		gap: 0 !important;
	}

	.benefits-grid-slider.swiper {
		overflow: hidden;
		padding-left: 14px;
		padding-right: 0;
		padding-bottom: 28px;
	}

	.benefits-grid-slider.swiper > .uagb-container-inner-blocks-wrap.swiper-wrapper {
		align-items: stretch !important;
	}

	.benefits-grid-slider.swiper .swiper-slide {
		height: auto !important;
		display: flex !important;
	}

	.benefits-grid-slider.swiper .swiper-slide.wp-block-uagb-container {
		display: flex;
		flex-direction: column;
		height: 100%;
	}

	.benefits-grid-slider.swiper > .uagb-container-inner-blocks-wrap.swiper-wrapper {
		display: flex !important;
		grid-template-columns: none !important;
		gap: 0 !important;
		justify-content: flex-start !important;
		align-items: stretch !important;
		transform: translate3d(0, 0, 0);
	}

	.benefits-grid-slider.swiper .swiper-slide {
		width: 240px !important;
		flex: 0 0 240px !important;
		flex-shrink: 0 !important;
		margin-right: 16px !important;
		min-width: 0;
		box-sizing: border-box;
		display: block !important;
	}

	.benefits-grid-slider.swiper .swiper-slide.wp-block-uagb-container {
		width: 240px !important;
		max-width: 240px !important;
		box-sizing: border-box;
		padding: 26px 26px 30px;
		border-radius: 20px;
		min-height: 214px;
		margin-left: 0 !important;
	}

	.benefits-grid-slider.swiper .swiper-slide p {
		margin: 0;
		white-space: normal;
		word-break: break-word;
	}
	.benefits-grid-slider .swiper-pagination {
		position: static;
		margin-top: 42px;
		text-align: center;
	}

	/* bullets */
	.benefits-grid-slider .swiper-pagination-bullet {
		width: 12px;
		height: 12px;
		margin: 0 6px !important;
		background: #d9d9d9;
		opacity: 1;
		border-radius: 50%;
		transition: all 0.2s ease;
	}

	/* actif */
	.benefits-grid-slider .swiper-pagination-bullet-active {
		background: #fbba00;
		transform: scale(1.1);
	}


	.chiffres {
		gap: 32px;
	}

	.chiffres strong {
		font-size: 64px;
	}

	.chiffres p {
		font-size: 18px;
	}


	.wp-block-button.is-style-bouton-jaune .wp-block-button__link,
	.wp-block-button.is-style-bouton-transparent .wp-block-button__link {
		min-height: 38px;
		padding: 10px 20px;
		border-radius: 6px;
		font-size: 16px;

	}

	.align-left-mobile .has-text-align-right {
		text-align: left!important;
	}
	.align-left-mobile .alignright {
		text-align: left;
	  justify-content: flex-start;
	  align-self: flex-start;
	}

	.sur-titre {
		font-size: 10px!important;
	}

	.wp-block-uagb-container.benefits-grid-slider {
		overflow: hidden!important;
	}

	.motif-1::after,
	.motif-2::after,
	.motif-3::after,
	.motif-4::after,
	.motif-5::after,
	.motif-6::after,
	.motif-7::after,
	.motif-8::after,
	.motif-9::after,
	.motif-10::after,
	.motif-11::after,
	.motif-12::after,
	.motif-13::after {
		width: 80px!important;
		height: 80px!important;

	}

	.motif-4::after {
    top: 20px;
    right: 20px;
	}

	.motif-5::after {
    bottom: -10px;
    right: 20px;
	}

	.motif-6::after {
    top: 16%;
    right: -8%;
    z-index: -1;
	}
	.motif-7::after {
		left: 0%;
		margin-left: -30px;
	}

	.motif-9::after {
    bottom: -30px;
    right: 10px;
    z-index: -1;
	}

	.motif-11::after {
    top: -60px;
    right: 10%;
	}

	.motif-12::after {
    top: -40px;
    left: 0px;
	}

	.motif-13::after {
    bottom: 0;
    right: 1%;
    width: 100px;
    height: 100px;
	}

	.wp-block-uagb-container.uagb-is-root-container.motif-11 {
		overflow-y: visible!important;
	}

	.wp-block-uagb-container.uagb-is-root-container.overflow-y-visible-mobile {
		overflow-y: visible!important;
	}

	.wp-block-uagb-container.uagb-is-root-container.hero {
		overflow-y: visible !important;
	}

	.mail-icon {
		font-size: 16px!important;
	}

	.site-footer {
		padding: 24px 20px;
	}

	.footer-inner {
	/*	flex-direction: column;
		align-items: flex-start;*/
		gap: 20px;
	}

	.footer-right {
	/*	align-items: flex-start;*/
	}

	.back-to-top {
		display: none;
	}

}
