/*!
Theme Name: Smart theme
Theme URI: https://smartegy.ca/
Author: Smartegy 
Author URI: https://smartegy.ca/
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: smart-theme
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.

Smart theme 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.
 */
 /* Capture d'écran */
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;
}

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

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

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

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

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

/**Home page: values section**/
.elementor-19 .elementor-element.elementor-element-44cab53 .elementor-image-box-img img {
    border-radius: 50% !important;
    opacity: 1;
    width: 100% !important;
    height: 100px !important;
    transition-duration: 0s;
}

.elementor-19 .elementor-element.elementor-element-8d5e595 .elementor-image-box-img img {
	    border-radius: 50% !important;
    opacity: 1;
    width: 100% !important;
    height: 100px !important;
    transition-duration: 0s;

}
.elementor-19 .elementor-element.elementor-element-1b25eb3 .elementor-image-box-img img {
	    border-radius: 50% !important;
    opacity: 1;
    width: 100% !important;
    height: 100px !important;
    transition-duration: 0s;

}


/**Home page: our services section**/

.elementor-19 .elementor-element.elementor-element-d9df566 .elementor-image-box-img img {
    border-radius: 50%;
    opacity: 1;
    transition-duration: 0s;
    height: 50px;
    width: 100%;
}
.elementor-counter .elementor-counter-number-suffix {
  flex-grow: 1;
  white-space: pre-wrap;
  color: #772DA0 !important;
}

.elementor-19 .elementor-element.elementor-element-f269e09 .elementor-image-box-img img{
	 border-radius: 50%;
    opacity: 1;
    transition-duration: 0s;
    height: 50px;
    width: 100%;
}

.elementor-19 .elementor-element.elementor-element-56ede9b .elementor-image-box-img img{
	 border-radius: 50%;
    opacity: 1;
    transition-duration: 0s;
    height: 50px;
    width: 100%;
}

.elementor-19 .elementor-element.elementor-element-e9460d9 .elementor-image-box-img img {
	 border-radius: 50%;
    opacity: 1;
    transition-duration: 0s;
    height: 50px;
    width: 100%;
}

/**About page images**/
.elementor-21 .elementor-element.elementor-element-a057840 .elementor-image-box-img img{
	 border-radius: 50%;
    opacity: 1;
    transition-duration: 0s;
    height: 50px;
    width: 100%;
}

.elementor-21 .elementor-element.elementor-element-d424489 .elementor-image-box-img img{
	 border-radius: 50%;
    opacity: 1;
    transition-duration: 0s;
    height: 50px;
    width: 100%;
}

.elementor-21 .elementor-element.elementor-element-eb4dc13 .elementor-image-box-img img{
	 border-radius: 50%;
    opacity: 1;
    transition-duration: 0s;
    height: 50px;
    width: 100%;
}
/**CTA**/
/* Contact form styles */
.contact-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px;
  width: 400px;
  margin: 0 auto;
  text-align: center;
}

.contact-form h1 {
  font-size: 36px;
  color: #595959;
  margin-bottom: 16px;
}

.contact-form p {
  font-size: 18px;
  color: #757575;
  margin-bottom: 32px;
}

.contact-form form {
  width: 100%;
}

.input-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
	width: 400px;
	padding-right: 10px;
}

.input-container label {
  font-size: 16px;
  color: #757575;
  margin-bottom: 8px;
}

.input-container input {
  width: 100%;
  height: 56px;
  padding: 8px;
  border: 1px solid #F2F2F2;
  border-radius: 20px;
	background-color: #F2F2F2;
}

button {
  background-color: #595959;
  color: #FCFCFC;
  border: none;
  border-radius: 20px;
  padding: 12px 24px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

button:hover {
  background-color: #4C4C4C;
}
 .custom-button {
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            padding: 4px 12px;
            gap: 8px;
            width: 229px;
            height: 56px;
            background: #61C9E2;
            border: 1.2px solid #61C9E2;
            box-shadow: 0px 1px 2px rgba(17, 24, 39, 0.08);
            border-radius: 50px;
            /* Inside auto layout */
            flex: none;
            order: 1;
            flex-grow: 0;
        }

        .custom-button span {
            /* Boutons / CTA */
            width: 188px;
            height: 18px;
            font-family: 'Inter';
            font-style: normal;
            font-weight: 700;
            font-size: 16px;
            line-height: 18px;
            /* identical to box height, or 112% */
            text-align: center;
            color: #FCFCFC;
            flex: none;
            order: 0;
            flex-grow: 0;
        }
#wpcf7-f391-p19-o1 form.wpcf7-form.init{
	display: inline-flex;
}
/**contact form footer**/
.input-container2 {
  flex-direction: column;
  margin-bottom: 16px;
	width: 400px;
	padding-right: 10px;
}

.input-container2 label {
  font-size: 16px;
  color: #757575;
  margin-bottom: 8px;
}

.input-container2 input {
  width: 100%;
  height: 56px;
  padding: 8px;
  border: 1px solid #F2F2F2;
  border-radius: 20px;
	background-color: #F2F2F2;
}
 .custom-button2 {
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            padding: 4px 12px;
            gap: 8px;
            width: 113px;
            height: 56px;
            /*background: #7F2C9B;*/
            background-image: linear-gradient(45deg, #442DBD 0%, #952D8F 90%);
            border: 1.2px solid #7F2C9B;
            box-shadow: 0px 1px 2px rgba(17, 24, 39, 0.08);
            border-radius: 50px;
            /* Inside auto layout */
            flex: none;
            order: 1;
            flex-grow: 0;
        }

        .custom-button2 span {
            /* Boutons / CTA */
            width: 188px;
            height: 18px;
            font-family: 'Poppins';
            font-style: normal;
            font-weight: 700;
            font-size: 16px;
            line-height: 18px;
            /* identical to box height, or 112% */
            text-align: center;
            color: #FCFCFC;
            flex: none;
            order: 0;
            flex-grow: 0;
        }

        /**contact form demo2 footer**/
.input-container3  input {
 /* flex-direction: column;*/
  margin-bottom: 16px;
	width: 400px;
	padding-right: 10px;
  height: 56px;
  padding: 8px;
  border: 1px solid #F2F2F2;
  border-radius: 20px;
	background-color: #F2F2F2;
}
.input-container3 {
 
  width: 100%;
}

.input-container3 label {
  font-size: 16px;
  color: #757575;
  margin-bottom: 8px;
}

/*input-container3  {
  width: 100%;
  height: 56px;
  padding: 8px;
  border: 1px solid #F2F2F2;
  border-radius: 20px;
	background-color: #F2F2F2;
}*/
 .custom-button3 {
  /*display: inline-block;*/
           /*flex-direction: row;*/
            justify-content: center;
            align-items: center;
            padding: 4px 12px;
            gap: 8px;
            width: 113px;
            height: 56px;
            background: #112211;
            border: 1.2px solid #112211;
            box-shadow: 0px 1px 2px rgba(17, 24, 39, 0.08);
            border-radius: 50px;
            /* Inside auto layout */
            /*flex: none;
            order: 1;
            flex-grow: 0;*/
        }

        .custom-button3 span {
            /* Boutons / CTA */
            width: 188px;
            height: 18px;
            font-family: 'Montserrat';
            font-style: normal;
            font-weight: 600;
            font-size: 14px;
            line-height: 17px;
            /* identical to box height, or 112% */
            text-align: center;
            color: #FFFFFF;
            flex: none;
            order: 0;
            flex-grow: 0;
        }

      
      .input-container3 #email,
      .input-container3 .custom-button3 {
          display: inline-block;
          vertical-align: top; /* Ajustez selon vos besoins : top, middle, bottom */
          margin: 0; /* Pour supprimer tout espacement entre les éléments */
          margin-left: 10px;
      }


/**contact form demo3 footer**/
.input-container4  input {
  /* flex-direction: column;*/
   margin-bottom: 16px;
   width: 198px;
   padding-right: 10px;
   height: 48px;
   padding: 8px;
   border: 1px solid #6C6D72;
   border-radius: 10px 0px 0px 10px;
   background-color: #6C6D72;
   color:#FFFFFF !important;
 }
.input-container4 {
  position: relative;
  width: 390px;
}
 
 .input-container4 label {
   font-size: 13px;
   color: #FFFFFF !important;
   margin-bottom: 8px;
 }
 
  .custom-button4 {
   /*display: inline-block;*/
            /*flex-direction: row;*/
             justify-content: center;
             align-items: center;
             padding: 4px 12px;
             gap: 8px;
             width: 113px;
             height: 48px;
             background: #8C01FA;
             border: 1.2px solid #8C01FA;
             box-shadow: 0px 1px 2px rgba(17, 24, 39, 0.08);
             border-radius: 0px 10px 10px 0px;

         }
 
         .custom-button4 span {
             /* Boutons / CTA */
             width: 188px;
             height: 18px;
             font-family: 'Poppins';
             font-style: normal;
             font-weight: 600;
             font-size: 13px;
             line-height: 16px;
             /* identical to box height, or 112% */
             text-align: center;
             color: #E9E9EE;
             flex: none;
             order: 0;
             flex-grow: 0;
         }
 
            
       .input-container4 #email,
       .input-container4 .custom-button4 {
           display: inline-block;
           vertical-align: top; /* Ajustez selon vos besoins : top, middle, bottom */
           margin: 0; /* Pour supprimer tout espacement entre les éléments */
           
       }
       div#wpcf7-f6279-o1 form.wpcf7-form.init{
        width: 400px;
       }

/**counter home hero section**/
.elementor-counter .elementor-counter-number-suffix {
    flex-grow: 1;
    white-space: pre-wrap;
    color: #772DA0 !important;
}
.custom-button2:hover{
	background-color: #772DA0;
}

/**accordio**/

.elementor-19 .elementor-element.elementor-element-440bf24 .elementor-accordion-item .elementor-tab-content  {
	border-radius: 35px;
}

/**header**/
#fixed-header {
   position: fixed;
   left: -15px;
   width: 100%;
   z-index: 99999; 
	background-color: rgba(255, 255, 255, 0.5); 
   box-shadow: 0 0 50px rgba(14, 128, 158, 0.15); 
   transition: background-color 0.3s ease;
	backdrop-filter: blur(50px);
}

body.scrolling #fixed-header {
 background-color: rgba(255, 255, 255, 0.5); 
}
/**header-mobile**/
/**header**/
@media only screen and (max-width: 767px) {
#fixed-header {
   position: fixed;
   left: 0;
   width: 100%;
   z-index: 99999; 
	background-color: rgba(255, 255, 255, 0.5); 
   box-shadow: 0 0 50px rgba(14, 128, 158, 0.15); 
   transition: background-color 0.3s ease;
	backdrop-filter: blur(50px);
	top:0;
}

body.scrolling #fixed-header {
 background-color: rgba(255, 255, 255, 0.5); 
}
	
#fixed-header .button-contact {
	background-color: #61C9E2 !important;
    border-radius: 15px 15px 15px 15px;
    color: #FFF;
    left: 0 !important;
}
}
.elementor-27 .elementor-element.elementor-element-8779734 .boutons-cta1{
	position: relative;
	left: auto !important;
}
/**contact us**/
.content-cards {
  display: flex;
  flex-direction: column;
  width: 1000px;
  align-items: center;
  justify-content: center;
  gap: 32px;
  padding: 40px;
  position: relative;
  background-color: #d9d9d933;
  border-radius: 30px;
	left: 150px;
}

.content-cards .frame {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.content-cards .buttons-CTA [type="text"],.content-cards .buttons-CTA [type="email"]{
  display: flex;
  width: 450px;
  height: 60px;
  align-items: center;
  gap: 9.39px;
  padding: 20px;
  position: relative;
  background-color: #131313;
  border-radius: 58.68px;
  box-shadow: 0px 1.17px 2.35px #11182714;
	border-color:#131313;
	color: #f6f6f6;
}

.content-cards .buttons-CTA [type="text"],.content-cards .buttons-CTA [type="email"]{
  position: relative;
  /*width: fit-content;*/
 color: #f6f6f6;
}

.content-cards .boutons-CTA-wrapper [type="tel"],.content-cards .boutons-CTA-wrapper [type="text"]{
  width: 450px;
  height: 60px;
  align-items: center;
  gap: 9.39px;
  padding: 20px;
  background-color: #131313;
  border-radius: 58.68px;
  box-shadow: 0px 1.17px 2.35px #11182714;
  display: flex;
  position: relative;
	border-color:#131313;
	color: #f6f6f6;
}

.content-cards .div-wrapper {
  /*width: 598px;*/
  height: 66px;
  align-items: center;
  gap: 9.39px;
  padding: 20px;
  background-color: #131313;
  border-radius: 58.68px;
  box-shadow: 0px 1.17px 2.35px #11182714;
  display: flex;
  position: relative;
}

.content-cards .div textarea[name="your-message"] {
  width: 910px;
  height: 200px;
  align-items: flex-start;
  gap: 9.39px;
  padding: 20px;
  background-color: #131313;
  border-radius: 30px;
  box-shadow: 0px 1.17px 2.35px #11182714;
  display: flex;
  position: relative;
	border-color:#131313;
}

.content-cards .text-wrapper textarea[name="your-message"]  {
  margin-top: -0.7px;
  color: #f6f6f6;
  position: relative;
  /*width: fit-content;*/
}

.content-cards .buttons-CTA-2 input[type="submit"] {
  width: 212.4px;
  height: 56.4px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 16px;
  margin-bottom: -1.2px;
  background-color: #B03DD9;
  border-radius: 30px;
  border: 1.2px solid;
  box-shadow: var(--default-shadow-default-XS);
  display: flex;
  position: relative;
  border-color: #B03DD9;
}

.content-cards .buttons-CTA-2 input[type="submit"]{
  color: #f6f6f6;
  white-space: nowrap;
  position: relative;
  /*width: fit-content;*/
  font-family: "Poppins";
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 18px;
}
form.wpcf7-form.init{
    position: relative;
    width: 1000px;
	  /*left: 65px;*/
}

/**contact form contact us mobile**/
/**contact us**/
@media screen and (max-width: 767px) {
.content-cards {
  display: inline-block;
  flex-direction: column;
  width: 360px;
  align-items: center;
  justify-content: center;
  gap: 32px;
  padding: 40px;
  position: relative;
  background-color: #d9d9d933;
  border-radius: 30px;
	left: 2px;
}

.content-cards .frame {
  display: block;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.content-cards .buttons-CTA [type="text"],.content-cards .buttons-CTA [type="email"]{
  display: block;
  width: 300px;
  height: 60px;
  align-items: center;
  gap: 9.39px;
  padding: 20px;
  position: relative;
  background-color: #0B1D2A;
  border-radius: 58.68px;
  box-shadow: 0px 1.17px 2.35px #11182714;
	border-color:#0B1D2A;
	color: #61C9E2;
}

.content-cards .buttons-CTA [type="text"],.content-cards .buttons-CTA [type="email"]{
  position: relative;
  /*width: fit-content;*/
 color: #61C9E2;
}

.content-cards .boutons-CTA-wrapper [type="tel"],.content-cards .boutons-CTA-wrapper [type="text"]{
  width: 300px;
  height: 60px;
  align-items: center;
  gap: 9.39px;
  padding: 20px;
  background-color: #0B1D2A;
  border-radius: 58.68px;
  box-shadow: 0px 1.17px 2.35px #11182714;
  display: flex;
  position: relative;
	border-color:#0B1D2A;
	color: #61C9E2;
}

.content-cards .div-wrapper {
  /*width: 598px;*/
  height: 66px;
  align-items: center;
  gap: 9.39px;
  padding: 20px;
  background-color: #0B1D2A;
  border-radius: 58.68px;
  box-shadow: 0px 1.17px 2.35px #11182714;
  display: flex;
  position: relative;
}

.content-cards .div textarea[name="your-message"] {
  width: 300px;
  height: 200px;
  align-items: flex-start;
  gap: 9.39px;
  padding: 20px;
  background-color: #0B1D2A;
  border-radius: 30px;
  box-shadow: 0px 1.17px 2.35px #11182714;
  display: flex;
  position: relative;
	border-color:#0B1D2A;
}

.content-cards .text-wrapper textarea[name="your-message"]  {
  margin-top: -0.7px;
  color: #61C9E2;
  position: relative;
  /*width: fit-content;*/
}

.content-cards .buttons-CTA-2 input[type="submit"] {
  width: 300px;
  height: 56.4px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 16px;
  margin-bottom: -1.2px;
  background-color: #61C9E2;
  border-radius: 30px;
  border: 1.2px solid;
  box-shadow: var(--default-shadow-default-XS);
  display: flex;
  position: relative;
  border-color: #61C9E2;
}

.content-cards .buttons-CTA-2 input[type="submit"]{
  color: #0B1D2A;
  white-space: nowrap;
  position: relative;
  /*width: fit-content;*/
  font-family: "Poppins";
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 18px;
}
form.wpcf7-form.init{
    position: relative;
    width: 380px;
    left: 0;
}
}
.elementor-2335 .elementor-element.elementor-element-1a8bbc7 .boutons-cta1{
	left:0 !important;
}
.elementor-2335 .elementor-element.elementor-element-2518245 .boutons-cta1{
	left: 0 !important;
}



.elementor-2923 .elementor-element.elementor-element-b5bc004 .elementor-counter {
    display: flex;
    /*align-items: baseline;*/
}

.elementor-2923 .elementor-element.elementor-element-b5bc004 .elementor-counter-title {
    margin-left: 10px; 
	    margin-top: 2px;
	    text-align: inherit;/* Ajustez la marge à votre convenance */
}



.elementor-2923 .elementor-element.elementor-element-6a2683a .elementor-counter {
    display: flex;
    /*align-items: baseline;*/
}
.elementor-2923 .elementor-element.elementor-element-6a2683a .elementor-counter-title {
    margin-left: 10px;
	    margin-top: 2px;
	    text-align: inherit;/* Ajustez la marge à votre convenance */
}

.elementor-2923 .elementor-element.elementor-element-7ba70d5 .elementor-counter {
    display: flex;
    /*align-items: baseline;*/
}
.elementor-2923 .elementor-element.elementor-element-7ba70d5 .elementor-counter-title {
    margin-left: 10px; 
	    margin-top: 2px;
	    text-align: inherit;/* Ajustez la marge à votre convenance */
}
#fixed-header .button-contact{
    border-radius: 15px 15px 15px 15px;
	color:#FFF;
	left:160px;
}
#fixed-header .button-contact a{
	color:#FFFFFF !important;
}

#video-home .elementor-custom-embed-play {
    position: absolute;
    top: 89%;
    left: 94%;
    transform: translate(-50%,-50%);
}
a:hover {
    text-decoration: none !important;
}



/**footer**/
.page {
     margin: 0 0 0em !important; 
}

/**footer contact us mobile**/
@media only screen and (max-width: 767px) {
.input-container2 {

    flex-direction: column;
     left: 20px;
    width: 304.74px;
    position: relative;
}
	.custom-button2{
		 width: 303.84px;
		    left: 20px;
    position: relative;
	}
}
/**icon scroll**/
	@media screen and (max-width: 767px) {
		lord-icon{
			width: 350px !important;
		}
}
/**menu mobile**/
nav.hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow.hfe-dropdown.menu-is-active{
    width: 380px !important;
    left: -200px !important;
}
@media screen and (max-width: 767px) {
.elementor-38 .elementor-element.elementor-element-a980326 .sub-menu, 
.elementor-38 .elementor-element.elementor-element-a980326 nav.hfe-dropdown, 
.elementor-38 .elementor-element.elementor-element-a980326 nav.hfe-dropdown-expandible, 
.elementor-38 .elementor-element.elementor-element-a980326 nav.hfe-dropdown .menu-item:last-child a.hfe-menu-item, 
.elementor-38 .elementor-element.elementor-element-a980326 nav.hfe-dropdown .menu-item:last-child a.hfe-sub-menu-item {
    background-color: #61C9E2;
}
#video-home .elementor-custom-embed-play {
    position: absolute;
    top: 77%;
    left: 87%;
    transform: translate(-50%,-50%);
}
}
/*carthover*/
#cartwebsite1 h2{
opacity: 0;
}
#cartwebsite1:hover h2{
  opacity: 1;
  }

#cartwebsite2 h2{
  opacity: 0;
}
#cartwebsite2:hover h2{
  opacity: 1;
}
#cartwebsite3 h2{
  opacity: 0;
}
#cartwebsite3:hover h2{
  opacity: 1;
}
#cartwebsite4 h2{
  opacity: 0;
}
#cartwebsite4:hover h2{
  opacity: 1;
}
#cartwebsite5 h2{
  opacity: 0;
}
#cartwebsite5:hover h2{
  opacity: 1;
}

@import url('https://fonts.googleapis.com/css2?family=Monument+Extended&display=swap');
 

div#videodemo3 div.elementor-custom-embed-play{
    position: relative;
    left: 45px;
    top: 415px;
}
/**FAQ**/
/* Style pour le toggle actif */
.elementor-tab-title.elementor-active{
  background-color: #000000 !important;
  border-radius: 10px 10px 0px 0px; /* Remplacez "your-color" par la couleur de fond souhaitée */
}


/* Style pour le contenu du toggle actif */
.elementor-tab-content.elementor-active {
  background-color: #000000 !important;
  border-radius:0px 0px 10px 10px; /* Remplacez "your-border-color" par la couleur de la bordure souhaitée */
}

.elementor-tab-title{
  border-radius: 10px 10px 10px 10px; /* Remplacez "your-color" par la couleur de fond souhaitée */
}


/* Style pour le contenu du toggle actif */
.elementor-tab-content {
  border-radius:0px 0px 10px 10px; /* Remplacez "your-border-color" par la couleur de la bordure souhaitée */
}

/**contact form demo3**/
form.wpcf7-form.init{
  width:auto !important;
}
div.content-contactdemo3{
  position: relative;
  width: 100%;
}
.content-contactdemo3 .frame {
  position: relative;
  display: inline-flex;
  column-gap: 130px;
  height:100px;
}

.frame .text-wrapper {
  position: absolute;
  font-family: "Poppins";
  font-weight: 500;
  color: #000000;
  font-size: 18px;
  letter-spacing: 0.36px;
  line-height: 28.8px;
  white-space: nowrap;
}
.buttons-CTA textarea {
  height: 3em; /* Vous pouvez ajuster la valeur en fonction de vos besoins */
}
.buttons-CTA label.text-wrapper {
  position: absolute;
  font-family: "Poppins";
  font-weight: 500;
  color: #000000;
  font-size: 18px;
  letter-spacing: 0.36px;
  line-height: 28.8px;
  white-space: nowrap;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required{
  color: #000000;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  border-radius:0px;
}
input.wpcf7-form-control{
  color: #000000;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  border-radius:0px;
}
textarea.wpcf7-form-control.wpcf7-textarea{
  color: #000000;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  border-radius:0px;

}
.frame .div {
  position: absolute;
  top: 108px;
  left: 0;
  font-family: "Poppins-Medium", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 18px;
  letter-spacing: 0.36px;
  line-height: 28.8px;
  white-space: nowrap;
}

.frame .text-wrapper-2 {
  position: absolute;
  top: 213px;
  left: 0;
  font-family: "Poppins-SemiBold", Helvetica;
  font-weight: 600;
  color: #000000;
  font-size: 18px;
  letter-spacing: 0.36px;
  line-height: 28.8px;
  white-space: nowrap;
}

.frame .text-wrapper-3 {
  position: absolute;
  top: -1px;
  left: 392px;
  font-family: "Poppins-Medium", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 18px;
  letter-spacing: 0.36px;
  line-height: 28.8px;
  white-space: nowrap;
}

.frame .text-wrapper-4 {
  position: absolute;
  top: 108px;
  left: 392px;
  font-family: "Poppins-Medium", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 18px;
  letter-spacing: 0.36px;
  line-height: 28.8px;
  white-space: nowrap;
}

.content-contactdemo3 .submit-button {
  position: relative;
  text-align: right;
}
.content-contactdemo3 .submit-button input.wpcf7-form-control.wpcf7-submit{
  right: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 10px 20px;
  position: absolute;
  background-color: #9945ff;
  border-radius: 30px;
  border: 1px solid #9945ff;
  color:#FFFFFF;
  font-family:"inter";
  font-weight:700;
  font-size:18px;
}
.frame .text-wrapper-5 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Inter-Bold", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 25.2px;
  white-space: nowrap;
}

.frame .line {
  width: 286px;
  top: 177px;
  left: 0;
  position: absolute;
  height: 1px;
  object-fit: cover;
}

.frame .img {
  width: 678px;
  top: 312px;
  left: 0;
  position: absolute;
  height: 1px;
  object-fit: cover;
}

.frame .text-wrapper-6 {
  position: absolute;
  top: 275px;
  left: 0;
  font-family: "Poppins-Light", Helvetica;
  font-weight: 300;
  color: #00000066;
  font-size: 18px;
  letter-spacing: 0.36px;
  line-height: 28.8px;
  white-space: nowrap;
}

.frame .line-2 {
  width: 286px;
  top: 68px;
  left: 392px;
  position: absolute;
  height: 1px;
  object-fit: cover;
}

.frame .line-3 {
  width: 286px;
  top: 177px;
  left: 392px;
  position: absolute;
  height: 1px;
  object-fit: cover;
}

.frame .location {
  position: absolute;
  width: 678px;
  height: 174px;
  top: 366px;
  left: 0;
  border-radius: 10px;
}

.frame .maps {
  position: absolute;
  width: 678px;
  height: 191px;
  top: 0;
  left: 0;
  object-fit: cover;
}

.frame .line-4 {
  width: 286px;
  top: 68px;
  left: 0;
  position: absolute;
  height: 1px;
  object-fit: cover;
}


/**contactartiste  form demo3**/
form.wpcf7-form.init{
  width:auto !important;
}
div.content-contactartistdemo3{
  position: relative;
  width: 100%;
}
.content-contactartistdemo3 .artisteframe {
  position: relative;
  display: inline-flex;
  column-gap: 70px;
  height:100px;
}

.artisteframe .artistetext-wrapper {
  position: absolute;
  font-family: "Poppins";
  font-weight: 600;
  color: #000000;
  font-size: 18px;
  letter-spacing: 0.36px;
  line-height: 9px;
  white-space: nowrap;
}


.artistebuttons-CTA textarea {
  height: 3em; /* Vous pouvez ajuster la valeur en fonction de vos besoins */
}
.artistebuttons-CTA label.artistetext-wrapper, .artistebuttons-CTA  label.artistebuttons-CTA {
  position: absolute;
  font-family: "Poppins";
  font-weight: 600;
  color: #000000;
  font-size: 18px;
  letter-spacing: 0.36px;
  line-height: 9px;
  white-space: nowrap;
}
.content-contactartistdemo3 input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required{
  color: #000000;
  border-radius: 30px;
  border: 1px solid #D3D3D3;
  height: 40px;
  width: 100%;
}

.content-contactartistdemo3 textarea.wpcf7-form-control.wpcf7-textarea{
  color: #000000;
  border-radius: 30px;
  border: 1px solid #D3D3D3;
  height: 40px;
  width: 100%;
  height:150px;
}
.content-contactartistdemo3 .artistesubmit-button{
  position: relative;
  width: 200px;
}
.content-contactartistdemo3 input.wpcf7-form-control{
  color: #000000;
  border-radius: 30px;
  border: 1px solid #D3D3D3;
  height: 40px; 
  width: 100%;
}
textarea.wpcf7-form-control.wpcf7-textarea{
  color: #000000;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  border-radius:0px;

}
.artisteframe .div {
  position: absolute;
  top: 108px;
  left: 0;
  font-family: "Poppins-Medium", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 18px;
  letter-spacing: 0.36px;
  line-height: 28.8px;
  white-space: nowrap;
}

.artisteframe .artistetext-wrapper-2 {
  position: absolute;
  top: 213px;
  left: 0;
  font-family: "Poppins-SemiBold", Helvetica;
  font-weight: 600;
  color: #000000;
  font-size: 18px;
  letter-spacing: 0.36px;
  line-height: 28.8px;
  white-space: nowrap;
}

.artisteframe .artistetext-wrapper-3 {
  position: absolute;
  top: -1px;
  left: 392px;
  font-family: "Poppins-Medium", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 18px;
  letter-spacing: 0.36px;
  line-height: 28.8px;
  white-space: nowrap;
}

.artisteframe .artistetext-wrapper-4 {
  position: absolute;
  top: 108px;
  left: 392px;
  font-family: "Poppins-Medium", Helvetica;
  font-weight: 500;
  color: #000000;
  font-size: 18px;
  letter-spacing: 0.36px;
  line-height: 28.8px;
  white-space: nowrap;
}

.content-contactartistdemo3 .artistesubmit-button input.wpcf7-form-control.wpcf7-submit{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 10px 20px;
  position: absolute;
  background-color: #000000;
  border-radius: 30px;
  border: 1px solid #000000;
  color:#FFFFFF;
  font-family:"inter";
  font-weight:700;
  font-size:18px;
}
.artisteframe .artistetext-wrapper-5 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Inter-Bold", Helvetica;
  font-weight: 700;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 25.2px;
  white-space: nowrap;
}

.artisteframe .artistetext-wrapper-6 {
  position: absolute;
  top: 275px;
  left: 0;
  font-family: "Poppins-Light", Helvetica;
  font-weight: 300;
  color: #00000066;
  font-size: 18px;
  letter-spacing: 0.36px;
  line-height: 28.8px;
  white-space: nowrap;
}
