@import "./wmg.css";
@font-face { font-family: "Inter"; font-style: normal; font-weight: 100; font-display: swap; src: url("../fonts/inter/Inter-Thin.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 200; font-display: swap; src: url("../fonts/inter/Inter-ExtraLight.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 300; font-display: swap; src: url("../fonts/inter/Inter-Light.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 400; font-display: swap; src: url("../fonts/inter/Inter-Regular.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 500; font-display: swap; src: url("../fonts/inter/Inter-Medium.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 600; font-display: swap; src: url("../fonts/inter/Inter-SemiBold.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 700; font-display: swap; src: url("../fonts/inter/Inter-Bold.woff2") format("woff2"); }
@font-face { font-family: "Inter"; font-style: normal; font-weight: 800; font-display: swap; src: url("../fonts/inter/Inter-ExtraBold.woff2") format("woff2"); }
@font-face {
    font-family: 'Host Grotesk';
    src: url('../fonts/hostgrotesk/HostGrotesk-Black.woff2') format('woff2'),
    url('../fonts/hostgrotesk/HostGrotesk-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Host Grotesk';
    src: url('../fonts/hostgrotesk/HostGrotesk-BlackItalic.woff2') format('woff2'),
    url('../fonts/hostgrotesk/HostGrotesk-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Host Grotesk';
    src: url('../fonts/hostgrotesk/HostGrotesk-Light.woff2') format('woff2'),
    url('../fonts/hostgrotesk/HostGrotesk-Light.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Host Grotesk';
    src: url('../fonts/hostgrotesk/HostGrotesk-Medium.woff2') format('woff2'),
    url('../fonts/hostgrotesk/HostGrotesk-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Host Grotesk';
    src: url('../fonts/hostgrotesk/HostGrotesk-LightItalic.woff2') format('woff2'),
    url('../fonts/hostgrotesk/HostGrotesk-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Host Grotesk';
    src: url('../fonts/hostgrotesk/HostGrotesk-Light.woff2') format('woff2'),
    url('../fonts/hostgrotesk/HostGrotesk-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Host Grotesk';
    src: url('../fonts/hostgrotesk/HostGrotesk-Bold.woff2') format('woff2'),
    url('../fonts/hostgrotesk/HostGrotesk-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Host Grotesk';
    src: url('../fonts/hostgrotesk/HostGrotesk-Italic.woff2') format('woff2'),
    url('../fonts/hostgrotesk/HostGrotesk-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Host Grotesk';
    src: url('../fonts/hostgrotesk/HostGrotesk-MediumItalic.woff2') format('woff2'),
    url('../fonts/hostgrotesk/HostGrotesk-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Host Grotesk';
    src: url('../fonts/hostgrotesk/HostGrotesk-Light.woff2') format('woff2'),
    url('../fonts/hostgrotesk/HostGrotesk-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Host Grotesk';
    src: url('../fonts/hostgrotesk/HostGrotesk-Regular.woff2') format('woff2'),
         url('../fonts/hostgrotesk/HostGrotesk-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Host Grotesk';
    src: url('../fonts/hostgrotesk/HostGrotesk-BoldItalic.woff2') format('woff2'),
    url('../fonts/hostgrotesk/HostGrotesk-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
/** {*/
/*    -webkit-touch-callout: none;*/
/*}*/
:root {
    --red-iota: #9F131C;
    --sec-color: #122931;
    --font-host: 'Host Grotesk';
    --font-inter: 'Inter';
}
h1, h2, h3, h4, h5, h6 {
    margin-block-end: 0rem;
    margin-block-start: 0rem;
    font-family: var(--font-host);
}
/* START HEADER*/
.site-header {
    padding-block-end: 0rem;
    padding-block-start: 0rem;
    position: absolute;
    background: url(../images/header-bg.svg);
    display: flex;
    height: 134px;
    padding: 26px 0px;
    justify-content: center;
    align-items: center;
    z-index: 1;
    width: 100%;
}
.site-navigation-toggle {
    color: white !important;
}
p {
    margin-block-end: 0;
    margin-block-start: 0;
}
.site-header .header-inner {
    max-width: 1440px;
    padding: 18px 0px;
}
.site-navigation ul.menu li a{
    color: white;
    font-size: 18px;
    font-family: Inter, sans-serif;
    font-weight: 500;
    line-height: 27px;
}
.site-navigation ul.menu li,.site-navigation ul.menu li.menu-item-has-children{
    padding-inline-end: 32px;
}
.site-navigation ul.menu li a{
    padding: 0px 4px 0px 0px;
}
.site-header .site-branding {
    gap: 0rem;
    padding:0px 150px 0px 63px;
}
.site-navigation ul.menu li.menu-item-has-children {
    position: relative;
}
.site-navigation ul.menu li.menu-item-has-children::after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 25px;
    background-image: url('../images/after.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 8px;
}
/*START AFTER MENU */
.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    font-family: var(--font-inter);
}
.btn-red {
    height: 43px;
    padding: 12px 16px;
    background:var(--red-iota);
    border: 1px solid transparent;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.btn-outline {
    height: 43px;
    padding: 12px 16px;
    border-radius: 8px;
    outline: 1px solid white;
    outline-offset: -1px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.btn-label {
    text-align: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: white;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
.btn-red:hover {
    background-color: transparent;
    border: 1px solid white;
}
.btn-label:hover{
   color: white;
}
.btn-outline:hover {
    background:var(--red-iota);
    outline: 1px solid var(--red-iota);
}
.join-us {
    width: auto;
    padding: 8px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.join-us-label {
    color: white;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
}
.join-us-label:hover {
    color: var(--red-iota);
}
.icon:hover svg path {
    fill: var(--red-iota);
}
.icon-container {
    width: 53px;
    padding: 8px 20px;
    border-left: 1px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-right: 20px;
}
.icon {
    width: 24px;
    height: 24px;
    position: relative;
}
.site-description{
    display: none;
}
.opacity {
    opacity: 0.04;
}
/*END AFTER MENU */
/* END   HEADER*/
body {
    font-family: Inter, sans-serif;
}
.red-color{
    color: var(--red-iota);
}
.redcolor{
    color:#B30914;
}
body {
    font-family: var(--font-inter);
}
.elementor-social-icons-wrapper .elementor-icon svg {
    height: auto;
    width: 100%;
}
/*Fixe Size inutil de SVG File*/
.hfe-icon {
    height: auto !important;
    line-height: normal !important;
}
.hfe-icon-wrap .hfe-icon svg {
    height: auto;
    line-height: normal;
}
/* Forcer Font : Host Grotesk*/
.hostgrotesk .elementor-heading-title,
.hfe-infocard-title
{
    font-family: var(--font-host) !important;
}
.title-footer {
    font-family: var(--font-host) !important;
    color: white;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    display: inline-flex;
    margin-bottom:16px;
}
.elementor-icon-list-item:has(.title-footer) {
    margin-block-start:0px !important;
    padding-block-end:0px !important;
}
a {
    color: #949494;
    text-decoration: none !important;
}
.for-mobile{
    visibility: hidden;
}
.title-footer:hover {
    color:#949494;
}
.footer-container {
    display: inline-flex;
    justify-content: center;
    width: 100%;
}
.footer-content {
    display: flex;
    align-items: center;
    gap: 24px;
}
.footer-link {
    text-decoration: underline !important;
}
.es-form-field-container{
    display: flex;
    width: 100%;
}
.es-form-field-container > .gjs-row:nth-of-type(2){
    width: 90%;
}
form[data-form-id="1"] .es-form-field-container .gjs-row {
    margin-bottom: 0em !important;
}
/*InfoBox Widget */
.subttle {
    opacity: 0.04;
    position: relative;
    top: -30px;
    right: 37px;
    display: flex;
    width: max-content;
}
/*vertical-title */
.vertical-title {
    position: absolute;
    left: -35px;
    bottom: 0;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    opacity: 0.12;
    pointer-events: none;
    z-index: 2;
    overflow: hidden;
}
.vertical-title-success {
    position: absolute;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    opacity: 0.12;
    pointer-events: none;
    overflow: hidden;
}
.elementor-element.elementor-element-79636bb::before {
    z-index: 2;
}
.hfe-scroll-to-top-button{
    background-color: white;
}
.infobox ul li {
    font-weight: 700;
    font-size: 20px;
    font-style: normal;
    font-family: var(--font-host);
}
.ct-basic-table td:nth-child(2) {
    text-align: right !important;
}
.elementor-counter-title {
    text-align: center;
}
.obligtoire{
    color:#B30914;
}
.subttle-service {
    opacity: 0.04;
    position: relative;
    top: -30px;
    right: 37px;
    font-size: 139px;
    font-family: 'Host Grotesk';
    font-weight: 900;
}
.demo-label{
    color:#262626;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 24px;
    width: 100%;
}
.wpcf7-form-control {
    margin-top: 8px;
}
.acceptance {
    color: #454545;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    padding-left: 5px;
}
.acceptance a {
    text-decoration: underline !important;
    color: black;
}
.ligne {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.gauche {
    text-align: left;
    width: 10%;
}
.centre {
    text-align: center;
    width: 80%;
}
.droite {
    text-align: right;
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    width: 100%;
    margin-top: -10px;
}
.elementor-widget-form .elementor-button,
.wpcf7-submit {
    height: 48px;
    padding: 10px 24px;
    background: #9F131C;
    border-radius: 8px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: white;
    font-size: 16px;
    font-family: Inter, sans-serif;
    font-weight: 500;
    line-height: 24px;
    border: none;
    cursor: pointer;
    margin-top: 30px;
}
.elementor-widget-form .elementor-button:hover,
.wpcf7-submit:hover {
    background: #b71b24;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text],
.intl-tel-input{
    width: 100%;
}
.wpcf7-form-control-wrap,
.elementor-form .elementor-field-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
}
.wpcf7-form .country-select{
    width: 100%;
}
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select
{
    height: 48px;
}
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea
{
    padding: 12px 16px;
    background: white;
    border: 1px solid #D1D1D1;
    border-radius: 4px;
    font-family: Inter, sans-serif;
    font-size: 16px;
    width: 100% !important;
}
textarea {
    height: 100px;
}
.elementor-counter-title{
    display: block !important;
}
/* Cacher le message Success de Demo*/
#wpcf7-f1174-p2828-o1  .wpcf7 form.sent .wpcf7-response-output{
    display: none;
}
/*boder Acceptance Demo */
[type=checkbox], [type=radio] {
    padding: 2px;
    width: 18px;
    height: 18px;
    border: 2px solid #454545;
    border-radius: 2px;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    vertical-align: middle;
}
.wpcf7-form input[type=checkbox]:checked {
    background-color: var(--red-iota);
}
.wpcf7-list-item {
     margin: 0 0 0 0em !important;
}
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input,
.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text] {
    padding-left: 90px !important;
}
.case-studies-grid .card-description{
    margin-top: 10px;
}
.elementor-widget-navigation-menu .sub-menu {
	background: #1A1B1A !important;
}
.elementor-widget-navigation-menu .menu-item a.hfe-menu-item, .elementor-widget-navigation-menu .sub-menu a.hfe-sub-menu-item {
	color: white;
}
header nav li > a {
	color: white !important;
}
header nav li > a:hover {
	color: #9F131C !important;
}
header nav li > a:hover::after {
	background-color: #9F131C !important;
}
header nav .e-n-tabs-heading {
	background-color: #1A1B1A;
    padding: 40px 100px;
	flex-basis: 500px !important;
}
header nav .e-n-tab-title {
	background-color: transparent !important;
    padding: 0 40px;	
	position: relative;	
	border-bottom: 1px solid #353535 !important;
	border-radius: 0px !important;
}
header nav .e-n-tab-title:after {
	content: "->";
	float: right;
	color: white;
	position: absolute;
	right: 10px;
    top: 14px;
}

header nav .e-n-tab-title[aria-selected="true"] {
	background-color: #353535 !important;
	border-radius: 12px !important;
}

header .sub-menu {
	background-color: #1A1B1A;
    padding: 40px 100px;
}

header .elementor-icon-box-wrapper {
	flex-direction: row !important;
}
header .elementor-icon-box-wrapper h3 {
	color: white !important;
    text-align: left;
    font-size: 16px;    
    font-weight: 600 !important;
    line-height: 24px;
    word-wrap: break-word;
}
header .elementor-icon-box-wrapper p {
	color: white !important;
	text-align: left;
    font-size: 14px;
    font-family: Inter !important;
    font-weight: 400 !important;
    line-height: 21px;
    word-wrap: break-word;
}
header .elementor-icon-box-icon i {
	color: white !important;
}
.custom-header-buttons {
    display: flex;
    gap: 16px;
}
/* START Sticky Menu */
#masthead {
    position: sticky !important;
    top: 0;
}
/* Dès qu'on scrolle, JS ajoutera une classe au body */
body.iota-scrolled .topmenu {
    background-color: #353535 !important;
}
/* END Sticky Menu */
/* last Child with Table à 0 */
.ct-basic-table tr:last-child td {
    border-width: 0 !important;
    border: none !important;
}
.ct-basic-table td {
    text-align: center;
    vertical-align: middle;
    width: 52%;
}
.icons .elementor-icon {
    font-size: 0px !important;
}
.icons .elementor-icon svg{
    width: 94px;
    height: 94px;
}
.country .uc_post_image img {
    height: 250px;
    object-fit: inherit !important;
     object-position: center !important;
}
table.ct-basic-table tr td:nth-child(2) {
    font-family: Inter;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 150% !important;
}
.hiddenthis .elementor-counter-number {
    display: none;
}
ol, ul {
    list-style-position: inside;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
    width: 85px;
}
/* Start Table policy */
.retention-table {
    font-family: "Inter", Sans-serif;
    font-weight: 400;
    font-size: 1rem;
    border-collapse: collapse;
    width: 100%;
}
.retention-table td,
.retention-table th {
    /*border: 1px solid #dddddd;*/
    text-align: left;
    padding: 8px;
}
.retention-table tr:nth-child(even) {
    background-color: #dddddd;
}
.retention-table tr:first-child {
    background-color: #eeaaaa;
}
/* END Table policy */
.iota-countries .elementor-counter-number {
    display: none;
}