@charset "UTF-8";
/*!
Theme Name: ftr
Author: Creactive
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: ftr
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.

ftr 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
	- Header
	- Footer
	- 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.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;
	font-family: "Barlow", sans-serif;
}

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

blockquote {
	border-left: 3px solid #fcd416;
	padding-left: 50px;
	margin: 20px 0;
	font-weight: 600;
	position: relative;
}

blockquote::before {
	content: "//";
	color: #fcd416;
	font-size: 18px;
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
}

blockquote p {
	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%;
}

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

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
}

#page {
	overflow: hidden;
}

/* 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 {
	color: #4169e1;
	text-decoration: none;
}

a:visited {
	color: #800080;
}

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

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
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

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

.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: auto;
}

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

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

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
	}
}

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

.scroll-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	background-color: #fcd416;
	color: white;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 24px;
	cursor: pointer;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

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

/*.post,
.page {
	margin: 0 0 1.5em;
}*/
.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;
}

.custom-archive-grid,
.my-recent-posts-ftr {
	padding-bottom: 40px;
}

.custom-archive-grid h2,
.my-recent-posts-ftr h2 {
	text-align: center;
	color: white;
	text-transform: uppercase;
	font-family: "Barlow", sans-serif;
	font-weight: bold;
	font-size: 2.6rem;
}

.custom-archive-grid .styled-subtitle,
.my-recent-posts-ftr .styled-subtitle {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #f7d134;
	font-family: 'Barlow', sans-serif;
	font-size: 0.9rem;
	margin: 0px 0 20px 0px;
	font-weight: 400;
}

.custom-archive-grid .styled-subtitle::before, .custom-archive-grid .styled-subtitle::after,
.my-recent-posts-ftr .styled-subtitle::before,
.my-recent-posts-ftr .styled-subtitle::after {
	content: '';
	height: 2px;
	width: 20px;
	background-color: #f7d134;
}

.custom-archive-grid .styled-subtitle::before,
.my-recent-posts-ftr .styled-subtitle::before {
	margin-right: 25px;
}

.custom-archive-grid .styled-subtitle::after,
.my-recent-posts-ftr .styled-subtitle::after {
	margin-left: 25px;
}

.custom-archive-grid .custom-archive-grid-list,
.custom-archive-grid .recent-posts-list,
.my-recent-posts-ftr .custom-archive-grid-list,
.my-recent-posts-ftr .recent-posts-list {
	padding: 0;
	margin: 0 -15px 0 -15px;
	list-style: none;
}

.custom-archive-grid .custom-archive-grid-list .post-thumbnail,
.custom-archive-grid .recent-posts-list .post-thumbnail,
.my-recent-posts-ftr .custom-archive-grid-list .post-thumbnail,
.my-recent-posts-ftr .recent-posts-list .post-thumbnail {
	margin-bottom: 25px;
	position: relative;
	overflow: hidden;
}

.custom-archive-grid .custom-archive-grid-list .post-thumbnail img,
.custom-archive-grid .recent-posts-list .post-thumbnail img,
.my-recent-posts-ftr .custom-archive-grid-list .post-thumbnail img,
.my-recent-posts-ftr .recent-posts-list .post-thumbnail img {
	width: 100%;
	height: auto;
}

.custom-archive-grid .custom-archive-grid-list .post-thumbnail::before,
.custom-archive-grid .recent-posts-list .post-thumbnail::before,
.my-recent-posts-ftr .custom-archive-grid-list .post-thumbnail::before,
.my-recent-posts-ftr .recent-posts-list .post-thumbnail::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #313238 75%);
	transition: background 0.3s ease;
	z-index: 1;
}

.custom-archive-grid .custom-archive-grid-list .post-thumbnail .content,
.custom-archive-grid .recent-posts-list .post-thumbnail .content,
.my-recent-posts-ftr .custom-archive-grid-list .post-thumbnail .content,
.my-recent-posts-ftr .recent-posts-list .post-thumbnail .content {
	position: absolute;
	bottom: 40px;
	left: 20px;
	color: white;
	z-index: 2;
	font-family: "Barlow", sans-serif;
}

.custom-archive-grid .custom-archive-grid-list .post-thumbnail .content h3,
.custom-archive-grid .recent-posts-list .post-thumbnail .content h3,
.my-recent-posts-ftr .custom-archive-grid-list .post-thumbnail .content h3,
.my-recent-posts-ftr .recent-posts-list .post-thumbnail .content h3 {
	font-size: 23px;
	font-weight: 700;
	text-transform: uppercase;
}

.custom-archive-grid .custom-archive-grid-list .post-thumbnail .content p,
.custom-archive-grid .recent-posts-list .post-thumbnail .content p,
.my-recent-posts-ftr .custom-archive-grid-list .post-thumbnail .content p,
.my-recent-posts-ftr .recent-posts-list .post-thumbnail .content p {
	font-size: 15px;
}

.custom-archive-grid .custom-archive-grid-list .post-thumbnail .content h3, .custom-archive-grid .custom-archive-grid-list .post-thumbnail .content p,
.custom-archive-grid .recent-posts-list .post-thumbnail .content h3,
.custom-archive-grid .recent-posts-list .post-thumbnail .content p,
.my-recent-posts-ftr .custom-archive-grid-list .post-thumbnail .content h3,
.my-recent-posts-ftr .custom-archive-grid-list .post-thumbnail .content p,
.my-recent-posts-ftr .recent-posts-list .post-thumbnail .content h3,
.my-recent-posts-ftr .recent-posts-list .post-thumbnail .content p {
	margin: 0;
}

.custom-archive-grid .custom-archive-grid-list .post-thumbnail .overlay,
.custom-archive-grid .recent-posts-list .post-thumbnail .overlay,
.my-recent-posts-ftr .custom-archive-grid-list .post-thumbnail .overlay,
.my-recent-posts-ftr .recent-posts-list .post-thumbnail .overlay {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}

.custom-archive-grid .custom-archive-grid-list .post-thumbnail:hover::before,
.custom-archive-grid .recent-posts-list .post-thumbnail:hover::before,
.my-recent-posts-ftr .custom-archive-grid-list .post-thumbnail:hover::before,
.my-recent-posts-ftr .recent-posts-list .post-thumbnail:hover::before {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #fdd32a 75%);
}

.custom-archive-grid .custom-archive-grid-list .post-thumbnail .content,
.my-recent-posts-ftr .custom-archive-grid-list .post-thumbnail .content {
	bottom: 25px;
}

.custom-archive-grid .custom-archive-grid-list .post-thumbnail .content h3,
.my-recent-posts-ftr .custom-archive-grid-list .post-thumbnail .content h3 {
	color: #313238;
}

.custom-archive-grid .custom-archive-grid-list .post-thumbnail .content p,
.my-recent-posts-ftr .custom-archive-grid-list .post-thumbnail .content p {
	color: #fcd416;
	font-weight: 500;
}

.custom-archive-grid .custom-archive-grid-list .post-thumbnail::before,
.my-recent-posts-ftr .custom-archive-grid-list .post-thumbnail::before {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, white 85%);
}

.custom-archive-grid .custom-archive-grid-list .post-thumbnail:hover::before,
.my-recent-posts-ftr .custom-archive-grid-list .post-thumbnail:hover::before {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #fdd32a 85%);
}

.custom-archive-grid .custom-archive-grid-list .post-thumbnail:hover .content h3, .custom-archive-grid .custom-archive-grid-list .post-thumbnail:hover .content p,
.my-recent-posts-ftr .custom-archive-grid-list .post-thumbnail:hover .content h3,
.my-recent-posts-ftr .custom-archive-grid-list .post-thumbnail:hover .content p {
	color: white;
}

.page-title-container {
	background-image: url("./sass/img/bg_page_title.jpg");
	padding-top: 50px;
	padding-bottom: 50px;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
}

.page-title h1 {
	font-weight: 600;
	font-family: "Barlow", sans-serif;
	text-transform: uppercase;
	color: white;
	font-size: 2.5rem;
	margin: 0;
}

.page-subtitle {
	display: flex;
	align-items: center;
	color: #FFFFFF;
	font-size: 1rem;
	color: white;
}

.page-subtitle::before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 3px;
	background-color: #f1c40f;
	margin-right: 10px;
}

.page-header {
	font-family: "Barlow", sans-serif;
	margin-bottom: 30px;
	text-align: center;
	position: relative;
	background-size: cover;
	background-position: center;
	height: 400px;
}

.page-header::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to bottom, rgba(49, 50, 56, 0), #313238);
	z-index: 1;
}

.page-header .container {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
	height: 100%;
	padding-bottom: 50px;
}

.page-header-title {
	color: white;
	font-size: 2.2rem;
	font-weight: bold;
	margin-bottom: 2px;
	text-transform: uppercase;
}

.page-header-subtitle {
	color: white;
	font-size: 1rem;
	font-weight: normal;
	display: flex;
	align-items: center;
}

.page-header-subtitle::before, .page-header-subtitle::after {
	content: "";
	display: block;
	width: 30px;
	height: 1px;
	background-color: #fcd416;
	margin: 0 10px;
}

.pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Barlow", sans-serif;
	color: #313238;
}

.pagination .page-numbers {
	color: #313238;
	margin-left: 5px;
	margin-right: 5px;
}

.pagination .page-numbers.prev, .pagination .page-numbers.next {
	font-family: arial;
}

.pagination .current {
	color: #fcd416;
	font-weight: 600;
}

.reference-single-head {
	font-family: "Barlow", sans-serif;
	position: relative;
	width: 100%;
	height: 400px;
	/* Ajuste la hauteur selon ton besoin */
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.reference-single-head-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.reference-single-head-content {
	position: absolute;
	bottom: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: white;
	left: 0;
	right: 0;
}

.reference-single-head-column {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	padding: 20px 40px;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	min-height: 125px;
}

.reference-single-head-column.last {
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.reference-single-head-title {
	font-size: 1.3rem;
	font-weight: 700;
	text-transform: uppercase;
}

.reference-single-head-subtitle {
	font-size: 1rem;
	display: block;
	margin-top: 5px;
}

.page-references h1,
.single-references h1 {
	text-transform: uppercase;
	font-size: 1.9rem;
	margin-top: 90px;
	padding-left: 10px;
	padding-right: 10px;
}

.page .wpb_text_column h2,
.single .wpb_text_column h2 {
	font-size: 1.7rem;
}

.page .wpb_text_column h3,
.single .wpb_text_column h3 {
	font-size: 1.5rem;
}

.page .wpb_text_column h4,
.single .wpb_text_column h4 {
	font-size: 1.3rem;
}

.page .wpb_text_column h2, .page .wpb_text_column h3, .page .wpb_text_column h4,
.single .wpb_text_column h2,
.single .wpb_text_column h3,
.single .wpb_text_column h4 {
	margin-bottom: 15px;
}

.page-content a,
.single-content a {
	color: #fcd416;
	font-weight: 500;
}

.tight-row {
	max-width: 700px;
	width: 100%;
	margin-left: auto !important;
	margin-right: auto !important;
}

.dropcap {
	font-family: "Barlow", sans-serif;
	display: inline-block;
	font-size: 30px;
	font-weight: bold;
	color: white;
	background-color: #fcd416;
	width: 50px;
	height: 50px;
	padding: 10px;
	margin-right: 20px;
	line-height: 30px;
	text-align: center;
	vertical-align: top;
	float: left;
	top: 9px;
	position: relative;
}

.dropcap-content {
	font-family: "Barlow", sans-serif;
}

/* Posts and pages
--------------------------------------------- */
.custom-list-ftr-block {
	display: block;
	color: #fff;
	font-family: "Barlow", sans-serif;
}

.custom-list-ftr-block-head {
	background: white;
	border-top: 2px solid #fcd416;
	position: relative;
	margin-bottom: 35px;
}

.custom-list-ftr-block-head-title {
	padding: 15px 20px;
	color: #313238;
}

.custom-list-ftr-block-head-title h3 {
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 0;
}

.custom-list-ftr-block-head-title h4 {
	font-size: 15px;
	margin-bottom: 0;
}

.custom-list-ftr-block-head-plus {
	position: absolute;
	bottom: -25px;
	left: -4px;
}

.custom-list-ftr-block-head-plus img {
	max-width: 50px;
}

.custom-list-ftr-block-head-number {
	display: flex;
	align-items: center;
	justify-content: center;
	border-top: 1px solid #e7e7e7;
}

.custom-list-ftr-block-head-number-l {
	padding: 10px 20px;
	width: 50%;
}

.custom-list-ftr-block-head-number-l img {
	width: 100%;
	max-width: 58px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.custom-list-ftr-block-head-number-r {
	padding: 10px 20px;
	width: 50%;
	border-left: 1px solid #e7e7e7;
}

.custom-list-ftr-block-head-number-r span {
	color: white;
	-webkit-text-stroke: 1px #fcd416;
	font-weight: 500;
	font-size: 59px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: center;
}

.custom-list-ftr-block .sub-list {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: left;
}

.custom-list-ftr-block .sub-list li {
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	font-size: 0.9rem;
}

.custom-list-ftr-block .sub-list li img {
	width: 20px;
	height: auto;
	margin-right: 10px;
}

.custom-list-ftr-block .sub-list li span {
	color: #fff;
	font-size: 14px;
}

.border-img-top img {
	border-top: 10px solid #fcd416;
}

.border-grey-img-special img {
	border-left: 18px solid #ececed;
	border-right: 18px solid #ececed;
	border-bottom: 18px solid #ececed;
	max-width: 100%;
	width: 100%;
}

.ftr-custom-list-references {
	font-family: "Barlow", sans-serif;
	text-align: center;
}

.ftr-custom-list-references .global-title {
	color: #313238;
	text-transform: uppercase;
	font-weight: bold;
}

.ftr-custom-list-references .global-subtitle {
	position: relative;
	display: inline-block;
	/* Permet au texte de prendre la largeur de son contenu */
	text-align: center;
	margin-bottom: 30px;
}

.ftr-custom-list-references .global-subtitle:before, .ftr-custom-list-references .global-subtitle:after {
	content: '';
	position: absolute;
	top: 50%;
	width: 40px;
	/* Largeur des lignes */
	height: 2px;
	background-color: #f9ca39;
	/* Couleur des lignes */
}

.ftr-custom-list-references .global-subtitle:before {
	left: -50px;
	/* Ajuste la position de la ligne à gauche */
}

.ftr-custom-list-references .global-subtitle:after {
	right: -50px;
	/* Ajuste la position de la ligne à droite */
}

.ftr-custom-list-references .global-subtitle span {
	font-size: 16px;
	color: #333;
	/* Couleur du texte */
	padding: 0 10px;
	/* Espace entre les lignes et le texte */
}

.ftr-custom-list-references .ftr-custom-sub-items .ftr-custom-sub-item {
	background: white;
	text-align: center;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 10px;
}

.ftr-custom-list-references .ftr-custom-sub-items .ftr-custom-sub-item a {
	color: #313238 !important;
}

.ftr-custom-list-references .ftr-custom-sub-items .ftr-custom-sub-item img {
	width: 100%;
	max-width: 100%;
	border-left: 22px solid #ececed;
	border-right: 22px solid #ececed;
	border-bottom: 22px solid #ececed;
}

.ftr-custom-list-references .ftr-custom-sub-items .ftr-custom-sub-item h3 {
	margin-top: 15px;
	font-weight: bold;
	font-size: 1.2rem;
	margin-bottom: 0;
	text-transform: uppercase;
}

.ftr-custom-list-references .ftr-custom-sub-items .ftr-custom-sub-item:hover {
	background: #313238 !important;
	color: white !important;
}

.ftr-custom-list-references .ftr-custom-sub-items .ftr-custom-sub-item:hover img {
	border-color: #fcd416 !important;
}

.ftr-custom-list-references .ftr-custom-sub-items .ftr-custom-sub-item:hover a {
	color: white !important;
}

.block-with-cta-ftr .row {
	align-items: center;
}

.block-with-cta-ftr-image {
	position: relative;
}

.block-with-cta-ftr-image img {
	max-width: 100%;
	height: auto;
}

.block-with-cta-ftr-image::before, .block-with-cta-ftr-image::after {
	content: '';
	width: 40px;
	height: 40px;
	background-image: url("./sass/img/wp_bakery/rectangle.png");
	background-size: cover;
	position: absolute;
}

.block-with-cta-ftr-image::before {
	top: 8px;
	right: 8px;
	transform: translate(50%, -50%);
}

.block-with-cta-ftr-image::after {
	bottom: -20px;
	left: -20px;
	transform: translate(-50%, 50%);
	rotate: 180deg;
}

.block-with-cta-ftr-subtitle {
	font-family: 'Barlow', sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #fcd416;
	margin-bottom: 5px;
	position: relative;
	padding-left: 25px;
}

.block-with-cta-ftr-subtitle::before {
	content: '';
	width: 12px;
	height: 12px;
	background-color: #fcd416;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.block-with-cta-ftr-content {
	padding: 20px;
}

.block-with-cta-ftr-content .ftr-icon {
	margin-bottom: 10px;
	float: left;
	margin-right: 25px;
}

.block-with-cta-ftr-content .ftr-icon img {
	width: 50px;
	height: auto;
}

.block-with-cta-ftr-content h2 {
	font-family: 'Barlow', sans-serif;
	font-weight: 700;
	font-size: 36px;
	color: #313238;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.block-with-cta-ftr-content p {
	font-family: 'Barlow', sans-serif;
	font-size: 14px;
	color: #313238;
	margin-bottom: 20px;
	font-weight: 500;
}

.image-with-button-ftr {
	position: relative;
}

.image-with-button-ftr img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

.image-with-button-ftr .overlay {
	left: 0;
	right: 0;
	bottom: 34px;
	position: absolute;
	text-align: center;
}

body .ftr-button {
	border: none;
	margin-top: 10px;
	display: inline-flex;
	padding: 10px 20px;
	border-radius: 2px;
	background: #313238;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-family: 'Barlow', sans-serif;
	font-weight: 600;
	font-size: 14px;
}

body .ftr-button img {
	padding-left: 10px;
	filter: brightness(0) saturate(100%) invert(100%);
}

body .ftr-button:focus, body .ftr-button:active, body .ftr-button:hover {
	border: none !important;
	background: #fcd416 !important;
	color: white !important;
}

.solution-ftr {
	font-family: 'Barlow', sans-serif;
	text-align: right;
}

.solution-ftr-subtitle {
	font-size: 16px;
	color: #fcd416;
	margin-bottom: 5px;
	display: inline-block;
	position: relative;
	padding-right: 18px;
}

.solution-ftr-subtitle::after {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	background-color: #fcd416;
	position: absolute;
	top: 54%;
	transform: translateY(-50%);
	margin-left: 9px;
}

.solution-ftr-title {
	font-size: 35px;
	font-weight: 700;
	color: #313238;
	margin-top: 0;
	margin-bottom: 10px;
}

.solution-ftr-icon-image {
	margin-left: auto;
	margin-bottom: 15px;
	display: block;
}

.solution-ftr-list-items {
	list-style: none;
	padding: 0;
	margin: 0;
}

.solution-ftr-list-items li {
	display: flex;
	align-items: center;
	font-size: 15px;
	margin-bottom: 8px;
	color: #313238;
	font-weight: 500;
}

.solution-ftr-list-items li span {
	flex-grow: 1;
}

.solution-ftr-list-items li .check-icon {
	width: 20px;
	height: auto;
	margin-left: 10px;
	vertical-align: middle;
}

.vc_tta-accordion {
	font-family: "Barlow", sans-serif;
}

.vc_tta-accordion.vc_tta-style-flat .vc_tta-panel {
	position: relative;
	border: 1px solid #494a51;
	border-radius: 5px !important;
	margin-bottom: 20px;
}

.vc_tta-accordion.vc_tta-style-flat .vc_tta-panel-title {
	font-size: 15px;
}

.vc_tta-accordion.vc_tta-style-flat .vc_tta-panel-body {
	padding-top: 0 !important;
}

.vc_tta-accordion.vc_tta-style-flat .vc_tta-panel-heading {
	background: transparent !important;
	margin-bottom: 15px !important;
	margin-top: 15px !important;
}

.vc_tta-accordion.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading {
	background: transparent !important;
	margin-bottom: 0px !important;
}

.vc_tta-accordion.vc_tta-style-flat .vc_tta-panel.vc_active:after {
	background-image: url(./sass/img/icons/moins.png);
}

.vc_tta-accordion.vc_tta-style-flat .vc_tta-panel:after {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url(./sass/img/icons/plus.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	right: 21px;
	top: 27px;
}

.vc_tta-accordion.vc_tta-style-flat .vc_tta-title-text {
	color: #f8f8f8 !important;
}

.vc_tta-accordion.vc_tta-style-flat .vc_tta-panel-body {
	padding: 0px 20px 25px 20px !important;
}

.vc_tta-accordion.vc_tta-style-flat .vc_tta-panel-body p {
	color: #f8f8f8 !important;
}

.vc_tta-tabs.vc_tta-style-flat .vc_tta-tab {
	margin-right: 5px !important;
}

.vc_tta-tabs.vc_tta-style-flat .vc_tta-tab.vc_active > a {
	background-color: #fcd416 !important;
	color: #313238 !important;
	border-color: #fcd416 !important;
}

.vc_tta-tabs.vc_tta-style-flat .vc_tta-tab > a {
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	padding: 10px 20px !important;
	background: transparent !important;
	color: white !important;
	border: 1.5px solid #4a4949 !important;
	border-bottom: none !important;
}

.vc_tta-tabs.vc_tta-style-flat .vc_animating {
	opacity: 0.1 !important;
}

.vc_tta-tabs.vc_tta-style-flat .vc_tta-panel-body {
	border: 1.5px solid #4a4949 !important;
	padding: 20px !important;
	border-bottom-left-radius: 5px !important;
	border-bottom-right-radius: 5px  !important;
}

.vc_tta-tabs.vc_tta-style-flat .vc_tta-panel-body p {
	color: white;
}

.address-ftr {
	font-family: 'Barlow', sans-serif;
	text-align: left;
	padding: 20px 40px;
}

.address-ftr-icon-image {
	width: 40px;
	height: auto;
	margin-bottom: 10px;
	border: 1.5px solid #fcd416;
	padding: 5px;
	display: block;
}

.address-ftr-title {
	font-size: 20px;
	font-weight: 300;
	color: #313238;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 5px;
	position: relative;
}

.address-ftr-title::after {
	content: '/////////////////////';
	display: block;
	color: #d5d5d5;
	margin-top: 5px;
	font-size: 9px;
}

.address-ftr-address {
	font-size: 18px;
	color: #313238;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 0;
}

.block-footer-cta-ftr {
	font-family: "Barlow", sans-serif;
}

.block-footer-cta-ftr h4 {
	font-size: 16px;
	color: white;
	font-weight: 400;
	position: relative;
	padding-left: 34px;
}

.block-footer-cta-ftr h4::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 1.5px;
	width: 25px;
	background-color: #fcd416;
}

.block-footer-cta-ftr h2 {
	color: white;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 40px;
}

.block-footer-cta-ftr a {
	color: white;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 15px;
	border: 1.5px solid #fcd416;
	padding: 10px 50px 10px 20px;
	position: relative;
}

.block-footer-cta-ftr a img {
	position: absolute;
	right: 15px;
	top: 8px;
	width: 22px;
}

.block-footer-cta-ftr a:hover {
	color: #fcd416;
}

.heading-title-ftr {
	text-align: left;
}

.heading-title-ftr .heading-subtitle {
	font-size: 16px;
	color: #fcd416;
	display: flex;
	align-items: center;
	margin-bottom: 5px;
}

.heading-title-ftr .heading-subtitle .icon-square {
	width: 10px;
	height: 10px;
	background-color: #fcd416;
	margin-right: 8px;
	display: inline-block;
}

.heading-title-ftr .heading-title {
	font-size: 32px;
	font-weight: bold;
	color: #313238;
	margin-bottom: 50px;
}

.vc_do_toggle {
	border: 1px solid #efefef;
	padding: 15px;
	border-radius: 7px;
}

.vc_do_toggle .vc_toggle_icon {
	left: unset !important;
	background-color: #fcd416 !important;
	right: 10px !important;
}

.vc_do_toggle .vc_toggle_title {
	padding-left: 0px !important;
}

.vc_do_toggle .vc_toggle_title h4 {
	font-size: 1rem;
	font-weight: 400;
}

.vc_do_toggle .vc_toggle_content {
	padding-left: 0px !important;
	margin-bottom: 0 !important;
}

.vc_do_toggle .vc_toggle_content p {
	margin-bottom: 0 !important;
}

.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon {
	display: none !important;
}

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

/* Header
--------------------------------------------- */
#masthead {
	border-bottom: 4px solid #313238;
	position: relative;
	background: white;
}

#masthead nav .site-branding img {
	max-width: 200px;
}

#masthead .navbar {
	align-items: center;
	padding: 0;
}

#masthead .navbar-nav {
	margin-left: 20px;
	width: 100%;
}

#masthead .navbar .nav-item {
	position: relative;
	z-index: 14;
	min-height: 110px;
	border-right: 1px solid #e6e6e5;
}

#masthead .navbar .nav-item .nav-link {
	color: #313238;
	font-family: "Bebas Neue", sans-serif;
	font-size: 30px;
	padding: 30px 28px;
	min-height: 110px;
	position: relative;
}

#masthead .navbar .nav-item .nav-link .menu-title {
	position: relative;
}

#masthead .navbar .nav-item .nav-link .menu-title:after {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background-image: url("./sass/img/icons/arrow-menu-right.png");
	background-size: contain;
	background-repeat: no-repeat;
	margin-left: 9px;
	position: absolute;
	top: 40%;
	transform: translateY(-50%) rotate(0deg);
	transition: transform 0.3s ease;
}

#masthead .navbar .nav-item .nav-link .menu-subtitle {
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-weight: 400;
	display: block;
	margin-top: -7px;
	font-size: 14px;
	position: relative;
	color: #313238;
}

#masthead .navbar .nav-item:hover {
	border-bottom: 3px solid #313238;
}

#masthead .navbar .nav-item:hover .menu-title:after {
	background-image: url("./sass/img/icons/arrow-menu-right-hover.png") !important;
	transform: translateY(-50%) rotate(-100deg);
}

#masthead .navbar .nav-item-active {
	border-bottom: 3px solid #313238;
}

#masthead .navbar .nav-item-active .menu-title:after {
	transform: translateY(-50%) rotate(-100deg) !important;
	background-image: url("./sass/img/icons/arrow-menu-right-hover.png") !important;
}

#masthead.diagonal-stripe-border::after {
	position: absolute;
	bottom: 0px;
}

#masthead .contact-button-block {
	display: none;
	align-items: center;
	position: absolute;
	right: -164px;
	top: 46px;
}

#masthead .contact-button-block .contact-button {
	text-decoration: none;
	font-weight: 400;
	color: #313238;
	display: flex;
	align-items: center;
	background-color: #f9f9f9;
	border-radius: 25px;
	padding: 5px 10px;
	font-size: 14px;
	border: 1px solid #ddd;
	box-shadow: 0 0 0 3px #fff, 0 0 0 4px #ddd;
}

#masthead .contact-button-block .contact-button img {
	margin-right: 10px;
	max-width: 19px;
}

.diagonal-stripe-border::after {
	content: "";
	background: repeating-linear-gradient(109deg, transparent, transparent 3px, #f4f4f3 3px, #f4f4f3 5px);
	height: 9px;
	width: 100%;
	display: block;
}

.sticky {
	position: fixed !important;
	top: 0;
	width: 100%;
	z-index: 999;
	/* Ensure it's on top of other content */
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	/* Optional: Add a shadow when sticky */
}

/* Footer
--------------------------------------------- */
footer h3 {
	color: #313238;
	font-family: "Barlow", sans-serif;
	font-weight: bold;
}

footer h3 span {
	text-transform: uppercase;
	display: block;
	font-size: 46px;
}

footer p {
	color: white;
	font-family: "Barlow", sans-serif;
	font-weight: 100;
}

footer p a {
	color: white !important;
}

footer p a:hover {
	color: #fcd416;
}

footer .vc_custom_1728467333982 .vc_col-sm-3 {
	width: 20%;
}

footer .vc_wp_custommenu h2 {
	text-transform: uppercase;
	color: #fcd416;
	font-family: "Barlow", sans-serif;
	font-weight: 200;
	font-size: 18px;
	margin-bottom: 20px;
}

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

footer .vc_wp_custommenu ul li {
	padding-left: 0;
	margin-bottom: 5px;
}

footer .vc_wp_custommenu ul li a {
	color: white;
	text-decoration: underline;
	font-family: "Barlow", sans-serif;
	font-weight: 200;
	font-size: 16px;
}

footer .vc_wp_custommenu ul li a:hover {
	color: #fcd416;
}

/*.site-footer {
	background-image: url('./sass/img/footer_bg.jpg');
	background-size: cover;
	background-repeat: no-repeat; 
	background-position: center;
	padding-bottom: 50px;
	padding-top: 140px;

	.site-info {
		color: white;
		font-family: "Barlow", sans-serif;
  		font-weight: 100;
  		margin-top: 100px;

		a {
			color: white;

			&:hover {
				color: $main-color;
			}
		}
	}
	
	.footer-links {
		h3 {
			text-transform: uppercase;
			color: $main-color;
			font-family: "Barlow", sans-serif;
	  		font-weight: 200;
	  		font-size: 18px;
	  		margin-bottom: 20px;
		}

		
		}
	}
}*/
/* Form
--------------------------------------------- */
.form-ftr {
	font-family: "Barlow", sans-serif;
}

.form-ftr .wpcf7-not-valid-tip {
	position: absolute;
}

.form-ftr .wpcf7-spinner {
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 20px;
}

.form-ftr .form-group {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.form-ftr .form-group .input-wrapper {
	display: flex;
	align-items: center;
	border: 1px solid #efefef;
	height: 52px;
	margin-bottom: 15px;
}

.form-ftr .form-group .input-wrapper p {
	margin-bottom: 0;
}

.form-ftr .form-group .input-wrapper .icon-container p {
	background-color: #fff;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 100%;
	border-right: 1px solid #efefef;
	margin-bottom: 0;
	min-height: 50px;
}

.form-ftr .form-group .input-wrapper .icon-container p i {
	color: #fcd416;
	font-size: 18px;
}

.form-ftr .form-group .input-wrapper input[type="text"],
.form-ftr .form-group .input-wrapper input[type="email"],
.form-ftr .form-group .input-wrapper input[type="tel"] {
	border: none;
	background-color: #fbfbfb;
	font-size: 14px;
	color: #000000;
	padding: 10px 10px 10px 20px;
	min-height: 50px;
	width: 100%;
	font-weight: 500;
	font-family: "Barlow", sans-serif;
}

.form-ftr .form-group .input-wrapper input[type="text"]::placeholder,
.form-ftr .form-group .input-wrapper input[type="email"]::placeholder,
.form-ftr .form-group .input-wrapper input[type="tel"]::placeholder {
	color: #000000;
}

.form-ftr .form-group .input-wrapper input[type="text"]:focus,
.form-ftr .form-group .input-wrapper input[type="email"]:focus,
.form-ftr .form-group .input-wrapper input[type="tel"]:focus {
	outline: none;
}

.form-ftr .icon-label {
	display: flex;
	align-items: center;
	font-size: 14px;
	font-weight: bold;
}

.form-ftr .icon-label i {
	margin-right: 8px;
	color: #fcd416;
}

.form-ftr textarea {
	border: 1px solid #efefef;
	font-weight: 500;
	font-family: "Barlow", sans-serif;
	background: #fbfbfb;
	color: #000000;
	padding: 10px 20px;
	height: 140px;
}

.form-ftr textarea::placeholder {
	color: #000000;
}

.form-ftr .btn {
	background-color: #313238;
	color: #fff;
	padding: 14px 20px;
	border: none;
	border-radius: 1px;
	cursor: pointer;
	font-weight: 400;
	text-align: center;
	display: inline-block;
	width: 100%;
}

.form-ftr .btn:hover {
	background-color: #fcd416;
	color: #313238;
}

.form-ftr .custom-file-upload {
	display: inline-block;
	padding: 14px 20px;
	color: #fff;
	background-color: #fcd416;
	border-radius: 1px;
	font-weight: 400;
	cursor: pointer;
	text-align: center;
	width: 100%;
}

.form-ftr .custom-file-upload i {
	margin-right: 8px;
	font-size: 18px;
}

.form-ftr .custom-file-upload:hover {
	background-color: #e6b800;
}

.form-ftr input[type="file"] {
	display: none;
}

.form-ftr .fa-paperclip {
	rotate: 134deg;
}

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

/* Alignments
--------------------------------------------- */
@media (max-width: 767.98px) {
	body .vc_custom_1728399608639 {
		padding-top: 25px !important;
		padding-bottom: 15px !important;
	}
	body .vc_custom_1728483310897 {
		margin-top: 0px !important;
	}
	body footer .vc_custom_1728467318012 {
		padding-top: 10px !important;
		padding-bottom: 0px !important;
	}
	body .vc_custom_1728467333982 .vc_col-sm-3 {
		width: 50%;
	}
	body .vc_toggle:last-of-type {
		margin-bottom: 0;
	}
	body .block-with-cta-ftr-image::before {
		top: 20px;
		right: 20px;
	}
	body .address-ftr {
		padding: 10px;
	}
	body .ftr-button {
		padding: 9px !important;
	}
	body .solution-ftr-icon-image {
		max-width: 60px;
	}
	body .reference-single-head-content {
		flex-wrap: wrap;
	}
	body .reference-single-head-column {
		min-height: auto;
		padding: 12px 31px;
	}
}

body .vc_tta-tabs.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading {
	background-color: #fcd416 !important;
	border-color: #fcd416 !important;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border: 1.5px solid #fcd416 !important;
}

body .vc_tta-tabs.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading a {
	color: #313238 !important;
}

body .vc_tta-tabs.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
	background-color: transparent !important;
	border-color: #fcd416 !important;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border: 1.5px solid #4a4949 !important;
	margin-top: 0px !important;
}

body .vc_tta-tabs.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading a {
	color: white !important;
}

body .vc_tta-tabs .vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
	background: transparent !important;
}

@media (max-width: 991.98px) {
	body footer h3 {
		font-size: 21px;
	}
	body footer h3 span {
		font-size: 39px;
	}
	body footer .vc_custom_1728467333982 {
		padding-bottom: 80px !important;
	}
	body .custom-list-ftr-block-head-title {
		padding: 10px 17px;
	}
	body .custom-list-ftr-block-head-number-r span {
		font-size: 34px;
	}
	body .custom-list-ftr-block .sub-list {
		margin-bottom: 40px;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	body footer .vc_custom_1728467318012 {
		padding-top: 50px !important;
	}
}

@media (max-width: 1199.98px) {
	body #masthead {
		/*		    position: fixed !important;
		    top: 0;
		    width: 100%;
		    z-index: 999;
		    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);*/
	}
	body #masthead nav .site-branding img {
		max-width: 130px;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	body #masthead .navbar-nav {
		margin-left: 0;
	}
	body #masthead .navbar-toggler {
		border-radius: 1px;
		border-color: #fcd416;
	}
	body #masthead .navbar .nav-item {
		border-top: 1px solid #e6e6e5;
		border-right: none;
		min-height: auto;
	}
	body #masthead .navbar .nav-item-active {
		border-bottom: none;
	}
	body #masthead .navbar .nav-item .nav-link {
		padding: 6px 5px 10px 5px;
		min-height: auto;
	}
}

@media (min-width: 1400px) {
	body #masthead .navbar .nav-item {
		flex: 1;
	}
}

@media (min-width: 1700px) {
	body .contact-button-block {
		display: flex !important;
	}
}

/*# sourceMappingURL=style.css.map */