@font-face {
    font-family: 'Red Rose';
    src: url('../fonts/RedRose-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Red Rose';
    src: url('../fonts/RedRose-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Red Rose';
    src: url('../fonts/RedRose-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Red Rose';
    src: url('../fonts/RedRose-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Red Rose';
    src: url('../fonts/RedRose-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Rethink Sans';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url('../fonts/RethinkSans-Regular.woff') format('woff');
}
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url('../fonts/Poppins-Regular.woff') format('woff');

}
.login{
    border: none;
}
.login:hover {
    fill: #7A5AF8;
    background-color:unset !important;
}
.comments-area a, .page-content a {
    text-decoration: none;
}
/* Exemple d'utilisation */
body {
    font-family: 'Red Rose', serif;
}
html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}
*,
*::before,
*::after {
    box-sizing: border-box; /* 3 */
}

/* Sections
 */
body {
    margin: 0;
    font-family: "Red Rose";
    font-size: 1rem;
    font-weight: 400;
    line-height: 140%;
    color: #564C68;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, h2, h3, h4, h5, h6 {
    margin-block-start: 0.5rem;
    margin-block-end: 1rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

h1 {
    font-size: 3rem;
}

h2 {
    font-size: 2.5rem;
}

h3 {
    font-size: 2rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1rem;
}

h6 {
    font-size: 0.5rem;
}

headline {
    font-size: 20px;
}

p {
    margin-block-start: 0;
    margin-block-end: 0;
}

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

/**
 * 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; /* 1 */
    font-size: 1em; /* 2 */
    white-space: pre-wrap;
}

/* Text-level semantics
 */
a {
    background-color: transparent;
    text-decoration: none;
    color: #7A5AF8;
}

a:hover, a:active {
    color: #333366;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

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

/**
 * 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; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * 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;
    height: auto;
    max-width: 100%;
}

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

figcaption {
    font-size: 16px;
    color: #333333;
    line-height: 1.4;
    font-style: italic;
    font-weight: 400;
}

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

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

/* Print
 */
@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        -moz-column-break-inside: avoid;
        break-inside: avoid;
        border: 1px solid #cccccc;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        -moz-column-break-inside: avoid;
        break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        -moz-column-break-after: avoid;
        break-after: avoid;
    }
}

/**
 * Form styling
 */
label {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
}

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

input[type=text],
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=url],
select,
textarea {
    width: 100%;
    border: solid 1px #666666;
    border-radius: 3px;
    padding: 0.5rem 1rem;
    transition: all 0.3s;
}

input[type=text]:focus,
input[type=date]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
    border-color: #333333;
}

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

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button,
[type=submit],
[type=button] {
    display: inline-block;
    font-weight: 400;
    color: #7A5AF8;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid #7A5AF8;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    border-radius: 3px;
    transition: all 0.3s;
}

button:focus:not(:focus-visible),
[type=submit]:focus:not(:focus-visible),
[type=button]:focus:not(:focus-visible) {
    outline: none;
}

button:hover, button:focus,
[type=submit]:hover,
[type=submit]:focus,
[type=button]:hover,
[type=button]:focus {
    color: #ffffff;
    background-color: #7A5AF8;
    text-decoration: none;
}

button:not(:disabled),
[type=submit]:not(:disabled),
[type=button]:not(:disabled) {
    cursor: pointer;
}

/**
 * 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; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

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

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

/**
 * 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; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
    font: inherit; /* 2 */
}

select {
    display: block;
}

/**
 * Table styling
 */
table {
    background-color: transparent;
    width: 100%;
    margin-block-end: 15px;
    font-size: 0.9em;
    border-spacing: 0;
    border-collapse: collapse;
}

table th,
table td {
    padding: 15px;
    line-height: 1.5;
    vertical-align: top;
    border: 1px solid rgba(128, 128, 128, 0.5019607843);
}

table th {
    font-weight: bold;
}

table thead th,
table tfoot th {
    font-size: 1em;
}

table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
    border-block-start: 1px solid rgba(128, 128, 128, 0.5019607843);
}

table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
    background-color: rgba(128, 128, 128, 0.0705882353);
}

table tbody tr:hover > td,
table tbody tr:hover > th {
    background-color: rgba(128, 128, 128, 0.1019607843);
}

table tbody + tbody {
    border-block-start: 2px solid rgba(128, 128, 128, 0.5019607843);
}

@media (max-width: 767px) {
    table table {
        font-size: 0.8em;
    }

    table table th,
    table table td {
        padding: 7px;
        line-height: 1.3;
    }

    table table th {
        font-weight: 400;
    }
}

/**
 * List styling
 */
dl,
dt,
dd,
ol,
ul,
li {
    margin-block-start: 0;
    margin-block-end: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/*+++++++++++++ Container ++++++++++++++*/
/*.container*/
/*,.elementor-section.elementor-section-boxed > .elementor-container */
/*{*/
/*    max-width: 1312px !important;*/
/*}*/
.site-header {
    padding-block-start: 2.75rem !important;
    padding-block-end: 0.5rem !important;
    border-bottom: 1px #E8E8EC solid;
    position: sticky;
    top: 0;
    z-index: 9999;
    background-color: white;
}
/** Start Eminence Industry ***/
/*+++++ Top Menu +++++*/
.btn-eminence {
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #F2EFFE;
    border-radius: 6px;
    outline: 1px #E4DEFE solid;
    outline-offset: -1px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: inline-flex;
    border: none;
}
.btn-eminence:hover {
    background: none;
}
.btn-eminence-link {
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: #7A5AF8;
    font-size: 16px;
    font-family: Red Rose;
    font-weight: 400;
    line-height: 16px;
    word-wrap: break-word
}
.contact-link {
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #7A5AF8;
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: flex;
    border: none;
    cursor: pointer;
    color: #F2F2F5;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
}
.contact-header-link:hover,
.contact-link:hover {
    background-color: #F2EFFE;
    color: #7A5AF8;
}
.contact-header-link {
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: #F2F2F5;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
}
.header-container{justify-content: flex-end; align-items: center; gap: 20px; display: inline-flex;}
.header-content {justify-content: flex-start; align-items: flex-start; gap: 12px; display: flex;}
.social-link{
    width: 24px; height: 24px; position: relative
}
.site-navigation ul.menu li.menu-item-has-children:after {
   display: none;
}
.fa-chevron-down:before {
    color:#1B1822;
}
.site-navigation ul.menu li{
    display: ruby;
}
/* Contact Form Sytle */
.form-row {
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
}
.form-group {
    position: relative;
    flex: 1;
}
.form-group input ,
select,
textarea
{
    width: 100%;
    padding: 13.5px 10px 13.5px 45px;
    border: 1px solid #C0BACC;
    border-radius: 4px;
    font-size: 16px;
    color: #796B8B;
    font-family: "Rethink Sans", Sans-serif;
}
select {
    padding: 10px 10px 14px 14px;
    background: none;
    height: 50px !important;
}
.form-group .icon ,.col-md-12 .icon{
    position: absolute;
    /*top:50%;*/
    left: 20px;
    /*transform: translateY(-50%);*/
    transform: translateY(110%);
    color: #a093b4;
    font-size: 16px;
    pointer-events: none;
    z-index: 1;
}
.chose-contact {
    text-align: justify;
    margin-bottom: 16px;
    font-size: 16px;
    color: #1B1822;
    font-family: "Rethink Sans", Sans-serif;
}
.chose-services {
    text-align: justify;
    margin:16px 0px;
    font-size: 16px;
    color: #1B1822;
    font-family: "Rethink Sans", Sans-serif;
}
.radio-columns {
    display: flex;
    justify-content: space-between;
}
.left-column, .right-column {
    width: 48%;
    text-align: left;
    font-size: 14px;
    font-family: 'Rethink Sans';
}
.wpcf7-list-item {
    display: block;
    margin: 5px 0;
}
/* Test */
.radio-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 20px;
    border-radius: 8px;
    margin-bottom: 16px;
}
.custom-radio {
    display: flex;
    align-items: center;
    font-family:'Rethink Sans';
    font-size: 16px;
    color: #564C68;
    cursor: pointer;
}
.custom-radio input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 1.5px solid #C0BACC;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
    background-color: white;
}
.custom-radio input[type="radio"]:checked::before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #c19bff;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 5px;
}
.btn-primary {
    border: none;
    background-color :#7A5AF8;
    color: white;
    padding: 0.625rem 1.125rem;
}
.btn-primary:hover {
    background-color: #F2EFFE;
    color: #7A5AF8;
}
.btn-primary::before {
    content: "";
    background-image: url(../images/paperplane.svg);
    background-size: contain;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 10px;
}
.btn-primary:hover::before {
    background-image: url(../images/paperplane-black.svg);
}
.value-svg .elementor-button-link:hover svg path {
    fill: #7A5AF8;
}
.terms .custom-checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    justify-content: center;
}
.terms input[type="checkbox"] {
    margin: 0;
}
.tems-lk {
    text-decoration: underline !important;
    color : #1B1822;
}
/* NewLertter CF */
.newsletter-wrapper {
    display: flex;
    align-items: center;
    border: 1px solid #C0BACC;
    border-radius: 4px;
    overflow: hidden;
    max-width: 85%;
}
.newsletter-wrapper input[type="email"] {
    flex: 1;
    padding: 12px 90px 12px 16px;
    border: none;
    outline: none;
    font-size: 14px;
    font-weight: bold;
    color: #796B8B;
}
.newsletter-wrapper input[type="email"]::placeholder {
    color: #796B8B;
    font-weight: 500;
}
.newsletter-submit {
    background-color: #7A5AF8;
    border: none;
    padding: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
}
.newsletter-submit:hover {
    background-color: #6847d9;
}
.newsletter-submit svg {
    width: 14px;
    height: 14px;
}
.p-icon{
    padding: 16px
}
.bloc-icons{
    display: flex; gap: 24px;
}
.right {
    justify-content: left !important;
    align-items: end;
    display: inline-grid;
    margin-left: 32px;
}
.iconbox-em .elementor-icon {
    margin-block-end: 9px !important;
}
.iconbox-em p , .iconbox-em h3 {
    margin-block-start: 0 !important;
    margin-block-end: 24px !important;
}
.services-ind h3 {
    margin-block-start: 0 !important;
    margin-block-end: 16px !important;
}
.infra p.elementor-icon-box-description {
    margin-top: 16px;
}
.newsletter-wrapper .wpcf7-form-control-wrap{
    width: 100%;
}
.services-footer{
    margin-left: 10px;
}
.thefirst {
    font-family: "Rethink Sans";
    font-size: 16px;
    font-weight: 600;
    line-height: 140%;
    margin-bottom: 16px;
}
/* Player Video Home */

#videoPopup iframe {
    width: 100%;
    margin: 0 auto;
}
.cta-block {
    align-self: stretch;
    width: 100%;
    height: 256px;
    padding: 10px;
    border-radius: 16px;
    background-image: url('../images/player-video.jpg');
    background-size: cover;
    background-position: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.cta-button {
    padding: 28px;
    background: #7A5AF8;
    border-radius: 999px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    transition: background 0.3s ease;
}
.cta-button:hover {
    background: #6746e8;
}
.cta-icon {
    width: 36px;
    height: 36px;
    position: relative;
}
.cta-icon svg {
    position: absolute;
    left: 9px;
    top: 3.37px;
}
.popup-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100vw; height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
.popup-content {
    position: relative;
    max-width: 90%;
    width: 854px;
    background: #000;
}
.popup-content iframe {
    width: 100%;
    height: 480px;
    border: none;
}
.popup-close {
    position: absolute;
    top: -34px;
    right: -22px;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 40px;
}
.popup-close:hover{
    background-color: unset;
}
.tbn-icon {
    top: 2px;
    position: relative;
}
/* hover btn contact Icon change */
.btn-em .elementor-button-link:hover svg path ,
.login:hover svg path  {
    fill: #7A5AF8;
}
.btn-em .elementor-button-content-wrapper {
    min-width: 100%;
    min-height: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.service-list .elementor-icon-list-icon {
    background-color: #AF9CFB;
    border-radius: 15px;
    padding: 16px;
}
.service-list .elementor-icon-list-icon:hover  {
    background-color: #7A5AF8;
}
.visibilite-contact  .e-link-in-bio__icons ,
.visibilite-contact  .e-link-in-bio__ctas
{
    display: none;
}
/* ===========MENU============== */
.site-navigation ul.menu li.menu-item-has-children {
    /*padding-inline-end: 20px;*/
    padding-inline-end: 0px;
}
.site-navigation ul.menu li a {
    /*padding: 28px 20px;*/
    padding: 20px;
}
.site-navigation ul.menu li ul li {
     border-block-end: none;
}
/*+++++++++++++ Header Navbar Bar++++++++++++++*/
header#pt-header .pt-bottom-header {
    min-height: 90px;
}
header#pt-header .pt-bottom-header .navbar {
    padding: 0;
}
header#pt-header .pt-bottom-header .navbar .pt-menu-contain {
    display: inline-block;
    width: 100%;
}
header#site-header .header-inner .site-navigation .menu {
    float: right;
}
header#site-header .header-inner .site-navigation .menu li:last-child {
    margin-right: 0;
}
header#site-header .header-inner .site-navigation .menu li a {
    color:#1B1822;
    font-weight:normal;
    font-size: 16px;
    font-family: "Rethink Sans";
    line-height: 140%;
}
header#site-header .header-inner .site-navigation .menu li a:focus,
header#site-header .header-inner .site-navigation .menu li a:hover,
header#site-header .header-inner .site-navigation .menu li.current-menu-item a,
header#site-header .header-inner .site-navigation .menu li.current_page_item a,
header#site-header .header-inner .site-navigation .menu li:hover a,
header#site-header .header-inner .site-navigation .menu li.current-menu-ancestor a {
    color: #7A5AF8;
    position: relative;
}
header#site-header .site-navigation .menu li a i.pt-submenu-icon {
    margin-left: 12px;
}
header#site-header .site-navigation .menu li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 3px;
    background-color: #F2EFFE;
    opacity: 0;
    transform: scaleX(0);
    transform-origin: left;
    transition: all 0.3s ease;
}
/* Affichage du soulignement au hover */
header#site-header .site-navigation .menu li:hover a::after {
    opacity: 1;
    transform: scaleX(1);
}
header#site-header .site-navigation .menu li.current-menu-item a::after,
header#site-header .site-navigation .menu li.current_page_item a::after,
header#site-header .site-navigation .menu li.current-menu-ancestor a::after {
    opacity: 1;
    transform: scaleX(1);
    background-color: #7A5AF8;
}
/*+++++++++++++ Sub Menu Bar ++++++++++++++*/
header#site-header .header-inner .site-navigation .menu li .sub-menu {
    display: none;
}
header#site-header .header-inner .site-navigation .menu li:hover .sub-menu {
    display: block;
    background: white;
    position: absolute;
    top: 100%;
    left: 0;
    padding-left: 0;
    display: inline-block;
    width: 220px;
    z-index: 999;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
    box-shadow: 0px 5px 15px 0px rgba(0, 33, 85, 0.1);
}
header#site-header .header-inner .site-navigation .menu li .sub-menu li {
    line-height: 2;
    padding: 0;
    margin: 0;
    /*display: inline-block;*/
    width: 100%;
    color: #1B1822;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
header#site-header .header-inner .site-navigation .menu li .sub-menu li a {
    line-height: 140%;
    text-transform: capitalize;
    padding: 10px 15px;
    display: inline-block;
    width: 100%;
    color: #1B1822;
    font-size: 16px;
}
header#site-header .header-inner .site-navigation .menu li .sub-menu li a:focus,
header#site-header .header-inner .site-navigation .menu li .sub-menu li a:hover,
header#site-header .header-inner .site-navigation .menu li .sub-menu li.current-menu-item>a {
    background:#7A5AF8;
    color: white;
}
@media screen and (max-width:4000px) and (min-width:1023px) {
    header#site-header .header-inner .site-navigation .menu li:hover>.sub-menu {
        display: block !important;
    }
}
/*+++++++++++++ Navigation Sub Menu++++++++++++++*/
header#site-header .header-inner .site-navigation .menu li .sub-menu li>.sub-menu {
    display: none;
}
header#site-header .header-inner .site-navigation .menu li .sub-menu li:hover>.sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    display: block;
    background: white;
    padding-left: 0;
    display: inline-block;
    width: 250px;
}
header#site-header .header-inner .site-navigation .menu li:hover .sub-menu li.menu-item-has-children>.pt-submenu-icon {
    opacity: 1;
    position: absolute;
    /*top: 25%;*/
    right: 15px;
    line-height: 1;
    /*font-size: 16px;*/
    color:#1B1822;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
header#site-header .header-inner .site-navigation .menu li .sub-menu>li.menu-item-has-children:hover>.pt-submenu-icon {
    color: white;
}
header#site-header .header-inner .site-navigation .menu li .sub-menu>li.menu-item-has-children:hover {
    background: #7A5AF8;
    color: white;
}
header#site-header .header-inner .site-navigation .menu li .sub-menu li.menu-item-has-children:hover>a {
    color: white;
    transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -ms-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    -webkit-transition: all 0s ease-in-out;
}
.strong-color {
    font-weight: 600;
    color : #7A5AF8
}
/* Terms*/
.custom-checkbox {
    display: flex;
    align-items: center;
    font-family: "Rethink Sans";
    font-size: 14px;
    color: #564C68;
    justify-content: center;
    margin: 16px 0px;
}
/* Style de la case à cocher */
.custom-checkbox input[type="checkbox"]{
    box-sizing: border-box;
    padding: 2px;
    width: 20px;
    height: 20px;
    border: 1.5px solid #C0BACC;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    border-radius: 4px;
    margin-right:8px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
/* Effet de check */
.custom-checkbox input[type="checkbox"]:checked {
    background-color: #7A5AF8;
}
/* Lien ou texte en gras */
.custom-checkbox strong {
    font-weight: 700;
    text-decoration: underline;
    margin-left: 3px;
    color: #564C68;
}
/* Resolve probleme in Footer Contact */
.elementor-472 .elementor-element.elementor-element-9a3bb6b {
    width: 0%;
}
/* 404 PAGE */
.error-404-page {
    text-align: center; padding: 100px 20px;
}
.error-code {
    font-size: 72px;
    color: #7A5AF8;
    margin-bottom: 20px;
}
.error-title {
    font-size: 24px;
    color: #564C68;
    margin-bottom: 20px;
}
.error-message {
    font-size: 16px;
    color: #7a7a7a;
}
.error-back-btn {
    margin-top: 30px;
    display: inline-block;
    background: #7A5AF8;
    color: #fff;
    padding: 12px 24px;
    border-radius: 6px;
    text-decoration: none;
}
.case .elementor-counter span.elementor-counter-title {
    text-align :center;
}
.b-left-service ul {
    font-family: 'Rethink Sans';
    font-size: 16px;
    line-height: 140%;
    color: black;
}
.single-padding{
    padding: 48px 0px;
}
/* Newsletter Footer */
.form-newsletter-1 form .es-form-field-container {
    display: flex   ;
    align-items: center;
    border: 1px solid #e0ddee;
    border-radius: 6px;
    gap: 8px;
}
#esfpx_email_cad830298eb2c{
    border: none;
    outline: none;
    flex: 1;
    font-size: 14px;
    padding: 12px 8px;
}
form[data-form-id="1"] .es-form-field-container .gjs-row {
    margin-bottom: 0em !important;
}
#i29r,#ikc4 {
    background-color: #7d4efc;
    color: transparent;
    width: 30px;
    height: 30px;
    background-image: url('../images/paperplane.svg');
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative;
    color: transparent; /* cache le "M" */
    padding: 0;
    background-position: center;
    background-size: 20px 20px;
    /*margin-left: 300px !important;*/
}
#i29r:hover, #ikc4:hover {
    background-color: #F2EFFE;
    background-image: url('../images/paperplane-hover.svg');
}
#btn-v2 input{
    background-color: #F2EFFE;
    border-radius: 6px;
    border:1px solid #E4DEFE;
}
#btn-v2 input:hover{
    color: #C0BACC;
}
#if8x1 span {
  font-family: "Rethink Sans";
  font-size: 14px;
  line-height: 120%;
  color:#F2F2F5;
}
/* Newsletter V2 */
#i3c18 font {
    color:#F2F2F5 !important;
    text-decoration: underline;
}
#i3c18 {
    font-size: 14px;
    font-family: "Rethink Sans" !important;
    font-weight: bold;
    background: none !important;
}
#ikcy9 {
    border-radius: 4px;
    border: 1.5px solid #C0BACC;
    width: 20px !important;
    height: 17px;
}
.form-newsletter-2 form .gjs-row .gjs-cell input {
    font-family: "Rethink Sans";
    font-size: 16px;
    line-height: 140%;
    color: #796B8B;
    padding: 8px 40px;
    border: 1px solid #C0BACC;
}
.gjs-row {
    width: 100%;
    position: absolute;
}
.form-newsletter-2 form .es-form-field-container .gjs-row {
     margin-bottom: 0em !important;
}
.form-newsletter-2 form .es-form-field-container .gjs-cell {
    height: 40px;
}
#ijn8m{
    padding: 16px !important;
}
.form-newsletter-2 form .es-form-field-container .gjs-cell::after {
    background-image: url("../images/envelope.svg");
    background-repeat: no-repeat;
    content: '✉';
    position: relative;
    left: 16px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    pointer-events: none;
    top: -28px;
    color:transparent;
}
.wpcf7-not-valid-tip{
    display: flex;
}
#ikc4{
    float: inline-end;
    position: relative;
}
#esfpx_email_6de48953e84e9 {
    padding: 10px 16px;
}
.es-email {
    border: 1px solid #e0ddee !important;
    border-radius: 6px;
}
.site-header .header-inner .site-branding .site-logo img ,
.elementor-widget-image a img[src$=".svg"]{
    width: 160px;
    height: 55px;
}
/* START SERVICES MENU */
/* Cache les sous-menus classiques de WordPress sur desktop et tablette */
@media (min-width: 768px) {
    .menu-item-services .sub-menu,.menu-item-products .sub-menu {
        display: none !important;
        visibility: hidden;
        height: 0;
        overflow: hidden;
    }
}
.site-header + .elementor {
    min-height: auto;
}
#services-template, #products-template {
    top: 100%;
    left: 0;
    background: white;
    min-width: 100%;
}
.menu-item-services,.menu-item-products {
    position: relative;
}
.content-display {
    display: none;
    position: absolute;
    z-index: 9999;
    border-top: 1px #E8E8EC solid;
}
/* END SERVICES MENU */
/* newsletter messager error */
.es_subscription_message.error {
    position: relative;
    top: 18px;
}