<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.1
 Project		 iTop
*/

:root {
	/* ----- Colors ----- */
	--main:#1F2B2E;
	--second:#F18700;
	--third:#F2F4F8;
	--light:white;
	--line:#EFF1F7;
	--line-light:#4C5558;
	--divider:#F2F2F2;
	--light-grey:#F9F9FC;
	--light-orange:#FEF3E5;
	--body:var(--main);
	--border-btn-light:#FCE7CC;
	--border-btn-light-orange:#493D25;	
	--dark-gradient:linear-gradient(148deg, #2A3538 0%, #343F41 100%);
	--game-gradient:linear-gradient(90deg, #E5ABFF 0%, #3DADFF 100%);

	/* ----- Elements ----- */
	--radius-s: 5px;
	--radius-m: 20px;
	--radius-l: 50px;
	--gap-s:10px;
	--gap-l:20px;
	--shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.05);
	--border:1px solid #EFF1F7;

	/* ----- Flex width columns ----- */
	--two-col:calc((100% - var(--gap-l)) / 2);
	--three-col:calc((100% - (2 * var(--gap-l))) / 3);
	--four-col:calc((100% - (3 * var(--gap-s))) / 4);
	--five-col:calc((100% - (4 * var(--gap-s))) / 5);	


	/* ----- Padding/Margin ----- */
	--25px:1.5625rem;
	--30px:1.875rem;
	--40px:2.5rem;
	--50px:clamp(1.5625rem, 1.0417rem + 1.7361vw, 3.125rem);
	--60px:clamp(1.875rem, 1.25rem + 2.0833vw, 3.75rem);
	--70px:clamp(2.1875rem, 1.4583rem + 2.4306vw, 4.375rem);
	--80px:clamp(2.5rem, 1.6667rem + 2.7778vw, 5rem);
	--100px:clamp(5rem, 4.1667rem + 2.7778vw, 7.5rem);
	--120px:clamp(6.25rem, 5.8333rem + 1.3889vw, 7.5rem);
	--150px:clamp(6.25rem, 5.2083rem + 3.4722vw, 9.375rem);
	--160px:clamp(6.25rem, 5rem + 4.1667vw, 10rem);
	--180px:clamp(7.5rem, 6.25rem + 4.1667vw, 11.25rem);
	--200px:clamp(7.5rem, 5.8333rem + 5.5556vw, 12.5rem);
	--250px:clamp(11.25rem, 9.7917rem + 4.8611vw, 15.625rem);	

	/* ----- Padding Buttons ----- */
	--padding-btn-v:clamp(0.625rem, 0.5417rem + 0.2778vw, 0.875rem); /* 14px */
	--padding-btn-h:clamp(1.25rem, 1.0833rem + 0.5556vw, 1.75rem); /* 28px */
	--padding-btn:var(--padding-btn-v) var(--padding-btn-h);

	/* ----- Font-Size ----- */
	--fs18:1.125rem;
	--fs20:1.25rem;
	--fs24:1.5rem;
	--fs30:1.875rem;
	--fs36:clamp(1.875rem, 1.75rem + 0.4167vw, 2.25rem);
	--fs44:clamp(1.875rem, 1.5833rem + 0.9722vw, 2.75rem);
	--fs50:clamp(1.875rem, 1.4583rem + 1.3889vw, 3.125rem);
	--fs60:clamp(2.5rem, 2.0833rem + 1.3889vw, 3.75rem);
	--fs70:clamp(2.5rem, 1.875rem + 2.0833vw, 4.375rem);
	--fs100:clamp(3.125rem, 2.0833rem + 3.4722vw, 6.25rem);
	--fs120:clamp(3.125rem, 1.6667rem + 4.8611vw, 7.5rem);
	--fs140:clamp(3.125rem, 1.25rem + 6.25vw, 8.75rem);
	--fs180:clamp(3.125rem, 0.4167rem + 9.0278vw, 11.25rem);
	--fs200:clamp(3.125rem, 0rem + 10.4167vw, 12.5rem);
	--fs-btn:0.875rem;

}
::selection {
	background: var(--main);
	color: var(--second);
}
body {
	font-size: var(--fs18) !important;
	color:var(--second);
	font-weight: 400;
	background: var(--light) !important;
	line-height: 150%;
}
h1, h2, h3, h4, h5, h6 {
	padding-bottom: 0;
	color: var(--main) !important;
}
h1, h2, h3, h4, h5 {
	font-family: "Afacad", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
}
.home h1 {
	font-size: var(--fs140) !important;
	max-width: 860px;
}
h1 {
	font-style: normal;
	font-size: var(--fs100);
	font-weight: 700;
	line-height: 100%;
}
h2 {
	color: var(--main);
	font-size: var(--fs100);
	font-style: normal;
	font-weight: 700;
	line-height: 90%;
	margin-bottom: 0;
}
.title-size-s h2 {
	font-size: var(--fs50) !important;
}
h3 {
	color: var(--main);
	font-size: var(--fs50);
	font-style: normal;
	font-weight: 700;
	line-height: 1em;
	margin-bottom: 20px;
}
.bg-dark *, .dark-card-style * {
	color: var(--light) !important;
}
h1 span, h2 span, .bg-dark h1 span, .bg-dark h2 span {
	color: var(--second) !important;
}
.benefits-module h3 span {
	display: block;
	font-size: var(--fs30);
	font-style: normal;
	font-weight: 400;
	line-height: 100%;	
}
#et-main-area {
	overflow: hidden;
}
.et_pb_section {
	padding: 0 !important;
	padding: var(--200px) 0 !important;
	margin-bottom: 0 !important;
	overflow: hidden;
}
.et_pb_row {
	max-width: 1170px;
	width: 90%;	
	padding:0 !important;
}
.et_pb_row .et_pb_promo {
	background-color:transparent !important;
	padding:0;
}
.et_pb_row .et_pb_promo_description {
	padding-bottom:0;
}
.align-left * {
	text-align:left !important;
}
.align-center * {
	text-align:center !important;
}
.align-right * {
	text-align:right !important;
}
.fullwidth .et_pb_row {
	max-width: 1620px;
	width: 90%;	
}
.fullwidth-row {
	max-width: 1620px;
	width: 90%;	
}
div[class*="flex-"] .et_pb_column {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: var(--gap-s);
}
.flex-two .et_pb_column, .flex-three .et_pb_column {
	gap: var(--gap-l) !important;
}
.flex-two .et_pb_column .et_pb_module {
	width:var(--two-col);
}
.flex-three .et_pb_column .et_pb_module {
	width:var(--three-col);
}
.flex-four .et_pb_column .et_pb_module {
	width:var(--four-col);
}
.flex-five .et_pb_column .et_pb_module {
	width:var(--five-col);
}
.et_button_no_icon .et_pb_button, .et_pb_button, .more-link, .hs-button {
	text-align: center;
	font-size: var(--fs-btn);
	font-style: normal;
	font-weight: 900;
	line-height: normal !important;
	text-transform: uppercase;
	padding: var(--padding-btn) !important;
	border-radius: var(--padding-btn-h);
	overflow: hidden;
	cursor: pointer;
	min-width: 180px;
	text-decoration: none;
}
/* BTNs Fixed header */
.et_button_no_icon .has_et_pb_sticky .menu-custom-section .et_pb_button, .has_et_pb_sticky .menu-custom-section .et_pb_button {
	padding:10px 14px !important;
	min-width: 150px;
}
.et_button_no_icon .has_et_pb_sticky .menu-custom-section .et_pb_button:hover, .has_et_pb_sticky .menu-custom-section .et_pb_button:hover {
	padding:10px 14px !important;	
}
.has_et_pb_sticky .menu-custom-right-col {
	gap: 10px;
}
/* BTN / BORDER / WHITE BG et BTN MORE */
.et_button_no_icon .et_pb_button, .et_pb_button, .more-link {
	background: transparent;	
	border:1px solid var(--border-btn-light);
	color: var(--second);
}
/* BTN / SOLID / ORANGE */
.et_button_no_icon .et_pb_button.btn-orange, .et_pb_button.btn-orange, .btn-orange .et_pb_button, .hs-button {
	background: var(--second);	
	border:1px solid var(--second);
	color: var(--light) !important;	
}
/* BTN / SOLID / DARK */
.et_button_no_icon .et_pb_button.btn-dark, .et_pb_button.btn-dark, .btn-dark .et_pb_button {
	background: var(--main);	
	border:1px solid var(--main);
	color: var(--light) !important;	
}
/* BTN / BORDER / BG DARK */
.et_button_no_icon .et_pb_button.btn-border-dark, .et_pb_button.btn-border-dark {
	background: var(--main);	
	border:1px solid var(--border-btn-light-orange);
	color: var(--second) !important;	
}
.more-link {
	margin-top: 30px;
	width: 180px;
	transition: all 0.3s;	
}
.et_button_no_icon .et_pb_button::before, .et_pb_button::before, .hs-button::before {
	content: "";
	display: block !important;
	position: absolute;
	z-index: -10;
	top: 0;
	left: 60%;
	height: 100%;
	width: 100%;
	transform: translate(-50%, 100%) scaleX(0.5);
	border-radius: 50% 50%;
	transition: all 0.3s;
}
.et_button_no_icon .et_pb_button:hover, .et_pb_button:hover, .feature-module:hover .et_pb_button, .hs-button:hover {
	border:0;
	padding: var(--padding-btn) !important;
	z-index: 1;
    border:1px solid transparent;
}
/* HOVER BTN / BORDER / WHITE BG  et BTN MORE */
.et_button_no_icon .et_pb_button::before, .et_pb_button::before {
	background-color: var(--second);
}
.et_button_no_icon .et_pb_button:hover, .et_pb_button:hover {
	color: var(--light) !important;
	background: #f8ac4b;
}
.more-link:hover, .dontmiss-content .et_pb_post:hover .more-link {
	background: var(--second);
	color:var(--light);
}
/* HOVER BTN / SOLID / ORANGE et BTN / BORDER / BG DARK */
.et_button_no_icon .et_pb_button.btn-orange::before, .et_pb_button.btn-orange::before, .btn-orange .et_pb_button::before,
.et_button_no_icon .et_pb_button.btn-border-dark::before, .et_pb_button.btn-border-dark::before, .btn-border-dark .et_pb_button::before, .hs-button::before {
	background-color: #f8ac4b;
}
.et_button_no_icon .et_pb_button.btn-orange:hover, .et_pb_button.btn-orange:hover, .btn-orange .et_pb_button:hover, .hs-button::hover,
.et_button_no_icon .et_pb_button.btn-border-dark:hover, .et_pb_button.btn-border-dark:hover, .btn-border-dark .et_pb_button:hover {
	color: var(--light) !important;
	background: var(--second);
	border-color: #f8ac4b;
}
/* HOVER BTN / SOLID / DARK */
.et_button_no_icon .et_pb_button.btn-dark::before, .et_pb_button.bbtn-dark::before {
	background-color: #374144;
}
.et_button_no_icon .et_pb_button.btn-dark:hover, .et_pb_button.btn-dark:hover {
	color: var(--light) !important;
	background: var(--main);
	border-color: #374144;
}
.et_button_no_icon .et_pb_button:hover::before, .et_pb_button:hover::before, .feature-module:hover .et_pb_button::before, .more-link:hover::before, .hs-button:hover::before {
	width: 100% !important;
	transform: translate(-50%, 0) scale(1.5);
	opacity: 1;
}
.btn-plus .et_pb_button {
	font-size: 35px;
	font-weight: 400;
	font-family: "Afacad", sans-serif;
	background-color: transparent !important;
	width: 50px;
	height: 50px;
    border-radius: 25px;
    padding: 0 !important;
    border:1px solid #475153;
    min-width: auto !important;
}
.feature-module:hover .et_pb_button, .btn-plus .et_pb_button:hover {
	font-size: 35px;
	font-weight: 400;
	font-family: "Afacad", sans-serif;
	background-color: transparent !important;
	width: 50px;
	height: 50px;
    border-radius: 25px;
    padding: 0 !important;
    border:1px solid transparent;
}
.btn-plus .et_pb_button_wrapper {
	height: 50px;
	position: absolute;
	text-align: right;
	bottom: var(--30px);
	right: var(--30px);	
}
.btn-plus .et_pb_button::before {
	left: 100%;
}
.et_pb_toggle .et_pb_toggle_title:before {
	content: "+";
	font-size: 35px !important;	
	font-weight: 400;
	font-family: "Afacad", sans-serif !important;
	background-color: transparent !important;
	color: var(--second) !important;
	width: 50px;
	height: 50px;
    border-radius: 25px;
    padding: 0 !important;
    border:1px solid #475153;
    position: absolute;
    right: 0;
    text-align: center;
    align-content: center;
    top: 0;
    bottom: 0;
    margin: auto;    
}
.et_pb_toggle.toggle-module .et_pb_toggle_title:before, .et_pb_toggle.partner-desc .et_pb_toggle_title:before {
	height: 30px;
	width: 30px;
	font-size: 24px !important;
	border-color:var(--border-btn-light);
}
.bg-dark {
	background: var(--main) !important;
	padding: var(--150px) 0 !important;
}
.home .header-section {
	height: 101vh;
	max-height: 1017px !important;
	align-content: center;
}
.home .header-section::before {
    content: "";
    width: 100%;
    height: 80px;
    background: var(--light);
    border-top-left-radius: 40px;
    position: absolute;
    bottom: 0;
    max-width: 95%;
    right: 0;
    z-index: 1;
}
.home .header-section::after {
	content: "";
	background: linear-gradient(0deg, rgba(30, 30, 30, 0.90) 0%, rgba(30, 30, 30, 0.90) 100%);
	width: 100vw;
	height: 101vh;
	position: absolute;
	top:0;
	left: 0;
}
.home .header-title .et_pb_promo_description div {
	font-size: var(--fs30);
	font-style: normal;
	font-weight: 400;
	line-height: 133.333%;
	margin-top: var(--50px);
	max-width: 690px;
}
#page-container {
	padding-top: 0 !important;
}
.benefits-module {
	background: var(--light) !important;
	padding: var(--120px) var(--40px) var(--40px) var(--40px) !important;
	position: relative;
	margin-bottom: 0 !important;
	min-height: 500px;
}
.benefits-module::before {
	content: "";
	width: var(--60px);
	height: var(--60px);
	min-width: 50px;
	min-height: 50px;
	position: absolute;
	top:var(--40px);
	background-size: 100% !important;
}
.benefits-module.cut-costs::before {
	background: url("/wp-content/uploads/2025/04/icon-cut-cost.svg");
}
.benefits-module.adapt::before {
	background: url("/wp-content/uploads/2025/05/adapt.svg");
}
.benefits-module.drive::before {
	background: url("/wp-content/uploads/2025/05/drive.svg");
}
.benefits-module .et_pb_button_wrapper {
	bottom: var(--40px);
	height: 48px;
	position: absolute;
}
.home #main-header:not(.et-fixed-header) #logo {
	content: url("/wp-content/uploads/2025/04/20220328_itop_orange-blanc-ss-baseline.svg");
}
#main-header.et-fixed-header {
	background: var(--light);
}
.accordion-module {
	display: grid;
	gap:10px;
}
.accordion-module .et_pb_accordion_item {
	background: var(--dark-gradient);
	border-radius: var(--radius-m);
	border:0;
	padding: 28px 30px;
	margin-bottom: 0 !important;
}
.accordion-module h5 {
	color: var(--White, #FFF);
	font-size: var(--fs24);
	font-style: normal;
	font-weight: 700;
	line-height: 100%;	
}
.subtitle-module, .published {
	color: var(--second) !important;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	margin-bottom: 20px !important;
}
.bg-dark .subtitle-module * {
	color: var(--second) !important;
}
.published {
	font-size: 12px;
}
.title-module {
	margin-bottom: var(--50px) !important;
}
.pricing-preview-row .et_pb_column .et_pb_button {
	width: 100%;
}
.features-row {
    display: flex;
    justify-content: space-between;
    gap: var(--50px);
}
.features-row::after {
	display: none !important;
}
.features-title-col {
    margin-right: 30px;
    width:34% !important;
    margin-right: 0 !important;
}
.features-list-col {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
    width: 66% !important;
    max-width: 810px !important;
    column-gap:var(--50px);
}
.feature-module {
    margin-bottom: 0 !important;
    padding: var(--40px) !important;
    min-height: 550px;
    max-width: 380px;
    margin-bottom: var(--50px) !important;
    position: relative; 
}
.feature-module:nth-of-type(even) {
    margin-top: var(--50px);
    margin-bottom: 0 !important;  
}
.widget {
    display: flex;
    align-items: start;
    width: 100%;
    height: 80vh;
    margin: 0;
    background: #eff1f3;
}
.feature-module h3 {
	font-family: Montserrat !important;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	padding: 8px 12px;
	background: var(--second);
	width: fit-content;
	border-radius: var(--radius-s);
	margin-bottom: var(--30px) !important;
}
.feature-module .et_pb_promo_description {
	font-size: 1rem;
}
.feature-module .et_pb_promo_description div span {
	font-family: Afacad;
	font-size: var(--fs36);
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
	margin-bottom: 20px;
	display: inline-block;
}
.pricing-preview-row {
    justify-content: space-between;
    display: flex;
    gap: 10px;
}
.pricing-preview-row::after {
	display: none !important;
}
.pricing-preview-row .et_pb_column {
	padding: 10px 10px 30px 10px;
	margin-right: 0;
	width: 33%;
    max-width: 100%;
    background-color: var(--light) !important;
}
.pricing-preview-title {
	padding: 20px 30px !important;
	min-height: 140px;
}
.pricing-preview-title.et_pb_promo {
	background-color: var(--light-grey) !important;
	border-radius: 10px;
}
.intro-section {
	padding: var(--150px) 0 0 !important;
}
.intro-module .et_pb_blurb_content {
	max-width: 100%;
	display: flex;
    flex-wrap: wrap;
    gap:var(--100px);
}
.intro-module .et_pb_main_blurb_image {
	width: var(--250px);
	margin-bottom: 0 !important;
}
.intro-module .et_pb_blurb_description {
	max-width: 780px;
	font-size: var(--fs36);
	font-style: normal;
	font-weight: 300;
	line-height: 138.889%;
}
.intro-module .et_pb_blurb_container {
	padding-left: 0;
}
.border-bottom {
	border-bottom: 1px solid var(--divider);
}
.dots::after {
	content: "";
	background: url("/wp-content/uploads/2025/04/dots.png");
	width: 100vw;
	height: 46vw;
	position: absolute;
	background-repeat: no-repeat;
	background-size: 100%;
	bottom: 0;
	right: 0;
}
.dots-top-left::before {
	content: "";
	background: url("/wp-content/uploads/2025/05/dots-top-left.png");
	width: 33vw;
	height: 17vw;
	position: absolute;
	background-repeat: no-repeat;
	background-size: 100%;	
	top: 0;
	left: 0;
}
.dots-top-right::before {
	content: "";
	background: url("/wp-content/uploads/2025/05/dots-top-right.png");
	width: 70vw;
	height: 43vw;
	position: absolute;
	background-repeat: no-repeat;
	background-size: 100%;
	top: -20vw;
	right: 0;
}
.dots-bottom-right::after {
	content: "";
	background: url("/wp-content/uploads/2025/05/dots-bottom-right.png");
	width: 70vw;
	height: 43vw;
	position: absolute;
	background-repeat: no-repeat;
	background-size: 100%;	
	bottom: -20vw;
	right: -20vw;
}
.dots-bottom-left::after {
	content: "";
	background: url("/wp-content/uploads/2025/05/dots-bottom-left.webp");
	width: 70vw;
	height: 43vw;
	position: absolute;
	background-repeat: no-repeat;
	background-size: 100%;	
	bottom: -20vw;
	left: -20vw;
	
}
.dots .et_pb_row .et_pb_promo {
	background-color: var(--light) !important;
}
.arc-orange::before {
	content: "";
	background: url("/wp-content/uploads/2025/04/arc-orange.svg");
	width: 22.6vw;
	height: 22.6vw;
	position: absolute;
	background-size: 100%;	
	bottom: 0;
	left: 0;
	background-repeat: no-repeat;
	z-index: 1;
}
.arc-orange.arc-right::before {
	right: 0;
	left: unset;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);	
}
.event-section {
	padding: var(--100px) !important;
	background: var(--divider);

}
.opacity-title h3 {
	color: rgba(31, 43, 46, 0.10) !important;
	font-size: var(--fs200);
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 0 !important;
}
.opacity-title h3 span {
	color:var(--second) !important;
}
.event-title h2 {
	font-size: var(--fs50);
	margin-bottom: 20px !important;
}
.event-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.opacity-title-section {
	margin-top: var(--100px) !important;
}
.opacity-row {
	position: absolute;
	left: 0;
	right: 0;
	top:1vw;
}
.features-logo {
	top: auto !important;
	bottom: var(--100px);
}
.pricing-preview-title h3 {
	font-size: var(--30px);
	margin-bottom: 10px !important;
}
.pricing-preview-title h3 span {
	color: var(--second);
}
.pricing-preview-title .et_pb_promo_description div {
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 128.571%;
}
.pricing-preview-item h4 {
	color: #D9D9D9 !important;
	font-family: Montserrat;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	letter-spacing: 1.2px;
	text-transform: uppercase;
}
.pricing-preview-item .et_pb_blurb_description {
	color: var(--main);
	font-family: Afacad;
	font-size: var(--fs24);
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
	margin-top: 5px;
}
.pricing-preview-item {
	padding-bottom: 30px !important;
	margin-bottom: 30px !important;
	border-bottom: 1px solid var(--divider);
	max-width: 95%;
	margin:auto;
	position: relative;
}
.pricing-preview-row .et_pb_button_module_wrapper {
	height: 48px !important;
	max-width: 320px !important;
	margin:auto !important;
}
.pricing-preview-item::before {
	content: "";
	width: 24px;
	height: 24px;
	position: absolute;
	left:0;
	right: 0;
	margin: auto;
	top:25px;
}
.pricing-preview-item.yes::before  {
	background:url("/wp-content/uploads/2025/04/pricing-yes.svg");
}
.pricing-preview-item.no::before  {
	background:url("/wp-content/uploads/2025/04/pricing-no.svg");
}
.pricing-preview-item.no, .pricing-preview-item.yes {
	padding-bottom: 60px !important;
}
.pricing-preview-section .title-module .et_pb_promo_description div {
	max-width: 650px;
}
.trending-module .et_pb_salvattore_content {
	display: grid;
	gap: 20px;
	justify-content: space-between;
	grid-template-columns: repeat(3, 1fr);
}
.trending-module .et_pb_salvattore_content .column {
	margin-right: 0 !important;
	width: 100% !important;
}
article.et_pb_post {
	display: grid;
	margin-bottom: 0 !important;
	padding: 10px !important;
}
.dontmiss-img article {
	padding: 0 !important;
}
article.et_pb_post .post-content_cont {
	display: grid;
}
article.et_pb_post .et_pb_image_container {
	order: 0;
	margin-bottom: 10px;
}
article.et_pb_post .post-meta {
	order: 1;
}
article.et_pb_post h2 {
	order: 2;
	font-size: var(--fs24);
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
	margin-bottom: 10px !important;
}
article.et_pb_post .post-content {
	order: 3;	
}
article.et_pb_post .post-content p {
	color: var(--main) !important;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 157.143%;
}
article.et_pb_post .et_pb_image_container a {
	margin-bottom: 0 !important;
	position: relative;
}
article.et_pb_post .et_pb_image_container img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
article.et_pb_post .et_pb_image_container a::before {
	content: "";
	font-family: Montserrat !important;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	padding: 8px 12px;
	background: var(--second);
	width: fit-content;
	border-radius: var(--radius-s);
	color: var(--light);
	bottom:10px;
	left: 10px;
	position: absolute;
	z-index: 10000;
}
article.category-itop .et_pb_image_container a::before {
	content: "iTop";
}
article.category-ecosystem .et_pb_image_container a::before {
	content: "Ecosystem";
}
article.category-success-story .et_pb_image_container a::before {
	content: "Success story";
}
.divi-filter-loop-container article.et_pb_post h2 {
	margin-bottom: 0 !important;
}
.divi-filter-loop-container article.et_pb_post .post-content_cont {
	padding: 10px !important;
}
.divi-filter-loop-container article.et_pb_post .post-meta {
	margin-bottom: 5px;
}
.divi-filter-loop-container article.et_pb_post .et_pb_image_container a::before {
	bottom: 14px;
}
.divi-filter-archive-loop .grid-posts {
	grid-gap:20px;
}
article.et_pb_post .et_pb_image_container {
	overflow: hidden;
	padding: 0 !important;
	border-radius: 10px;
	height: 200px;
}
article.et_pb_post .et_pb_image_container img {
	transition: all .2s ease-in-out;
}
article.et_pb_post:hover .et_pb_image_container img {
	transform: scale(1.05);
}
article.et_pb_post:hover .entry-title a {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 5px;	
}
.btn-row {
	margin-top: 30px;
}
.btn-row .et_pb_column {
	display: flex;
	flex-wrap: wrap;
	gap:20px;
}
.card-s {
	padding: var(--30px);
	margin-bottom: 0 !important;
}
.card-s h3 {
	font-size: var(--fs36) !important;
	margin-bottom: 10px;
	line-height: 100%;
}
.card-s .et_pb_blurb_description {
	font-size: 1rem !important;
	line-height: 150%;
}
.card-s .et_pb_main_blurb_image {
	margin-bottom: 20px !important;
}
.card-style article.et_pb_post, .card-style {
	background: var(--light) !important;
    box-shadow: var(--shadow);
    border: var(--border) !important;
    border-radius: var(--radius-m);
}
.ressources-list-module.card-style {
	background: transparent !important;
}
.card-style article.et_pb_post {
	background: var(--light) !important;
}
.card-style.et_pb_db_filter_loop {
	box-shadow: none !important;
	border:0 !important
}
.card-style.trending-module {
	box-shadow: none !important;
	border:0 !important;
	border-radius: none !important;
}
.cta-section {
	padding: var(--200px) 0 !important;
}
.title-module .et_pb_button_wrapper {
	margin-top: var(--50px) !important;
}
.title-module .et_pb_promo_description div {
	margin-top: var(--30px) !important;
}
.cta-module .et_pb_promo_description div {
	max-width: 800px;
	margin-top: var(--30px) !important;	
}
.cta-section.arc-orange::before {
    width: 33.8vw;
    height: 33.8vw;
    background-size: 100%;
    bottom: var(--50px);
    right: var(--50px); 
}
.footer-menu {
	background: transparent !important;
}
.footer-menu ul {
	display: grid !important;
	justify-content: space-between;
	gap: 8px;
}
.footer-menu ul li a, .footer-row .et_pb_column a {
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-bottom: 0 !important;
	display: inline-block;
	text-decoration: none;
}
footer {
	position: relative;
	z-index: 10000;
}
.footer-title {
	margin-bottom: 5px !important;
}
.footer-title .et_pb_text_inner {
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	letter-spacing: 1.4px;
	text-transform: uppercase;
	opacity: 0.2;
}
.footer-row .two-cols-col .footer-menu ul {
	grid-template-columns: repeat(2, 1fr);
}
.footer-row {
	display: flex;
	justify-content: space-between;
}
.footer-row .et_pb_column {
	margin-right: 0 !important;
}
.footer-row .et_pb_column:nth-child(1) {
	width: 6%;
}
.footer-row .et_pb_column:nth-child(2) {
	width: 35%;
}
.footer-row .et_pb_column:nth-child(3) {
	width: 11%;
}
.footer-row .et_pb_column:nth-child(4) {
	width: 12%;
}
.footer-row .et_pb_column:nth-child(5) {
	width: 15%;
}
.footer-row::after {
	display: none !important;
}
.footer-address, .footer-phone, .footer-socials {
	margin-bottom: 0 !important;
}
.footer-socials {
	margin-top: 20px !important;
}
.footer-socials p {
	display: flex;
	gap: 20px;
}
.footer-row * a:hover {
	text-decoration: underline;
}
.footer-logo {
	margin-bottom: 0 !important;
} 
.footer-logo img {
	height: 80px;
}
.footer-baseline-row {
	margin-bottom: var(--50px);
}
.footer-section {
	padding: var(--100px) 0 !important;
}
.footer-baseline .et_pb_text_inner {
	font-family: Afacad;
	font-size: var(--fs36);
	font-style: normal;
	font-weight: 700;
	line-height: normal;	
}
.newsletter-section {
	padding: var(--50px) 0 !important;
	border-top: 1px solid var(--line-light);
	border-bottom: 1px solid var(--line-light);
}
.newsletter-row .et_pb_column, .footer-baseline-row .et_pb_column {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
}
.newsletter-title {
	margin-bottom: 0 !important;
}
.newsletter-title .et_pb_text_inner {
	font-family: Afacad;
	font-size: var(--fs50);
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.vidbg-container iframe {
	transform: scaleX(-1);
}
.divi-filter-loop-container article.et_pb_post .post-content-inner {
	font-size: 0.875rem !important;
	line-height: 1.4em;
    margin-top: 10px;	
}
.btn-row .et_pb_button_module_wrapper {
	margin-bottom: 0 !important;
	height: 48px;
}
.tag-module {
	margin-bottom: 0 !important;
}
.tag-module .et_pb_text_inner, .tags-article li a {
	padding: 8px 10px;
	width: fit-content;
	background: var(--light-orange);
	border-radius: 5px;
	color: var(--second);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	transition: all 0.3s;		
}
.tags-article li a, .header-post-cat-module a {
	text-decoration: none;
	pointer-events: none;
	cursor: none;
}
.tags-article li a:hover {
	background: var(--second);
	color:var(--light);
}
header {
	position: absolute;
	left: 0;
	right: 0;
	top:0;
} 
.header-section {
	height: 101vh;
	max-height: 1017px !important;
	padding: 0 !important;
	overflow: hidden;
}
.header-small-section {
	height: 75vh;
}
.archive .header-small-section {
	height: auto;
	padding: calc(var(--100px) + 60px) 0 var(--100px) 0 !important;
}
.header-small-section .header-row {
	right: 0 !important;
}
.header-small-section.align-center .header-row {
	left: 0 !important;
}
.header-title {
	margin-top: 30px;
}
.header-title .et_pb_promo_description div {
	margin-top: var(--30px);
	max-width: 1170px;
}
.header-row {
	max-width: calc(100% - var(--150px));
    position: absolute;
    left: var(--150px);
    bottom: var(--180px);
    width: 100%;
}
.header-bottom-row {
	background-color: var(--main) !important;
	max-width: 2240px !important;
	margin-left: 0 !important;
	border-radius: 0px var(--50px) 0px 0px;
/*	padding: 25px var(--150px) !important;*/
	padding: 0 var(--50px) !important;
	position: absolute;
	bottom: 0;
	width: 95%;
	height: 80px;
}
.header-bottom-row.right {
	right: 0;
	border-radius: var(--50px) 0 0 0;
}
.header-bottom-menu {
	margin: 0 !important;
	padding: 25px 0 !important;
	height: 80px;
    align-content: center;	
}
.header-bottom-menu ul {
	margin:0 !important;
	gap:var(--50px);
}
.header-bottom-menu ul li {
	padding: 0 !important;
	margin:0 !important;
}
.header-bottom-menu ul li a {
	color: var(--light);
	font-size: 0.750rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	padding: 0 !important;
	align-content: end;
}
.home .menu-custom-section {
	background-color: transparent !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}
.menu-custom-section {
	padding: 20px 0 !important;
	overflow: initial;
}
.menu-custom-row {
	width: 95% !important;
	gap: 20px;
	max-width: 1920px !important;
	display: flex;
	justify-content: space-between;
}
.menu-custom-row::after {
	display: none;
}
.menu-custom-row .et_pb_column {
	margin-right: 0 !important;
	display: flex;
}
.menu-custom-logo {
	margin: 0 !important;
}
.menu-custom-logo img {
	height: 50px;
}
.menu-custom-left-col {
	gap: 30px;
	width: 100% !important;
	align-items: center;
	width: 82% !important;
}
.menu-custom-right-col {
	gap:15px;
	justify-content: end;
	align-items: center;
	width: fit-content !important;
}
.menu-custom-right-col .et_pb_button , .menu-custom-right-col .et_pb_button:hover {
	min-width: auto !important;
	padding-left: 15px !important;
	padding-right: 15px !important;
}
.menu-custom-right-col .et_pb_button_module_wrapper {
	margin-bottom: 0 !important;
}
.home .menu-custom-logo img {
	content: url("/wp-content/uploads/2025/04/20220328_itop_orange-blanc-ss-baseline.svg");
}
.has_et_pb_sticky .menu-custom-logo img {
	content: url("/wp-content/uploads/2025/04/logo-itop-black.svg");
}
.home .menu-custom-items {
	background: transparent !important;
}
.home .menu-custom-items .et-menu &gt;li&gt;a {
	color: var(--light);
}
.menu-custom-items .et-menu &gt;li.current-menu-item  a {
	color: var(--second);
}
.home .has_et_pb_sticky .menu-custom-items .et-menu &gt;li&gt;a {
	color: var(--main) !important;
}
.menu-custom-items .et-menu  {
	gap: 24px;
	margin: 0 !important;
}
.menu-custom-items .et-menu &gt;li {
	padding: 0 !important;
	margin: 0 !important;
}
.menu-custom-items .et-menu &gt;li&gt;a {
	color: var(--main);
	font-size: 1rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	padding-bottom: 0 !important;
}
.menu-custom-items .et-menu &gt;li&gt;a:hover {
	color: var(--second);
	opacity: 1;
}
.et_pb_sticky .menu-custom-logo img {
	height: 40px;
	transition: all 0.3s;
}
.has_et_pb_sticky .menu-custom-section {
	background: var(--light) !important;
	border-bottom: 1px solid var(--line);
}
.et_pb_sticky.menu-custom-section {
	padding: 10px 0 !important;
	transition: all 0.3s;
}
/*.feature-section {
	height: 100vh !important;
}*/
.feature-section {
	padding-top: var(--50px) !important;
	margin-bottom: var(--150px) !important;
}
.feature-section .title-module h2 {
	font-size: var(--fs60);
	text-align: center;
}
.feature-section .subtitle-module .et_pb_text_inner {
	text-align: center;
}
.page-features .header-section {
	margin-bottom: var(--150px) !important;
}
.feature-img-col .et_pb_image {
	padding: 20px;
	background: var(--light-orange);
	border-radius: var(--radius-m);
}
.feature-img-col .et_pb_image img {
/*	height: 320px;
	object-fit: cover;*/
	border-radius: 5px;
}
.feature-desc {
	margin-bottom: 20px !important;
}
.feature-desc .et_pb_text_inner {
	font-size: 1rem;
}
.toggle-module {
	border: var(--border);
	background: var(--light);
	box-shadow: var(--shadow);
	padding: 15px 20px;
	border-radius: 30px;
	margin-bottom: 10px !important;
}
.toggle-module h3 {
	font-size: var(--fs20);
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 0;
}
.toggle-module .et_pb_toggle_content {
	font-size: 0.875rem;
	line-height: 1.5em;
	padding-top: 10px;
}
.has_et_pb_sticky .sticky-row {
	max-width: 100% !important;
	border-radius: 0 !important;
    left: 0 !important;
    width: 100% !important;
    top: 61px !important;
}
.progress-bar {
	width: 100%;
	background: var(--second);
	height: 5px;
	position: absolute;
	bottom: 0;
	left: 0;
}
ul#menu-anchors-features li a.active, ul#menu-anchors-training li a.active {
	color: var(--second) !important;
}
.code-scrolling-anchors {
	display: none;
}
.sub-header-section {
	background: transparent !important;
	padding: calc(var(--150px) - 80px) 0 var(--150px) 0 !important;
	border-bottom: 1px solid var(--line);
}
.sub-header-section::after {
	content: "";
	width: 95%;
	background: var(--main);
	max-width: 2240px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1000;
}
.course-section.sub-header-section::after {
	height: 56%;
    max-height: 350px;
}
.course-section.sub-header-section {
	border:0;
}
.filters-section {
	padding-top: 0 !important;
	padding-bottom: var(--120px) !important;
}
.sub-header-module .et_pb_text_inner {
	font-size: var(--fs36);
	font-style: normal;
	font-weight: 400;
	line-height: 138.889%;
}
.dark-card-style {
    background: var(--dark-gradient);
    border-radius: 20px;
}
.why-module {
	padding: var(--40px);
	height: 370px;
}
.why-module .et_pb_main_blurb_image {
	margin-bottom: 20px;
}
.why-module h3 {
	text-align: center;
	font-size: var(--fs30);
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
	margin-bottom: 10px;
}
.why-module .et_pb_blurb_description {
	text-align: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}
.offer-row {
	border-bottom: var(--border);
	display: grid;
	align-items: center;
    grid-template-columns: 500px repeat(3, 1fr);
}
.offer-row:hover {
	background: var(--light-orange);
}
.offer-name-row:hover, .offer-row-btn {
	background: none;
}
.offer-row .et_pb_column {
	padding: 12px 0 !important;
	margin-right: 0 !important;
	width: 100%;
	height: 100%;
	align-content: center;
}	
.offer-row .et_pb_column::before {
	content: "";
	width: 1px;
	height: 100%;
	background: var(--line);
	position: absolute;
	left: 0;
	top:0;
}
.offer-row .et_pb_column:first-child::before, .offer-name-row .et_pb_column:first-child::before {
	display: none;
}
.offer-row .et_pb_column:last-child::after {
	content: "";
	width: 1px;
	height: 100%;
	background: var(--line);
	position: absolute;
	right: 0;
	top:0;	
}
.offer-name-row .et_pb_column {
	border-top: 1px solid var(--line);
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
 	padding: 20px 0 !important;	
}
.offer-name-row .et_pb_column:first-child {
	border-top: 0;
}
.offer-name-row .et_pb_column::before {
    height: 58px;
    top: 15px;
} 
.offer-title h4 {
	font-size: var(--fs20);
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 0;
	padding-left: 20px !important;
	width: fit-content;
	padding-left: 0 !important;
}
.offer-item .et_pb_text_inner {
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-align: center;
}
.offer-title.et_pb_toggle {
	padding: 0 !important;
	background: transparent;
	border:0;
}
.offer-title.et_pb_toggle .et_pb_toggle_title {
	padding-right: 30px !important;
}
.offer-title.et_pb_toggle .et_pb_toggle_title::before {
	width: auto;
	height: auto;
	border:0;
    font-size: 18px !important;
    color: var(--main) !important;
    top: 2px;
}
.offer-item.offer-no, .offer-item.offer-yes {
	height: 20px;
}
.offer-item.offer-no::before {
	content: "";
	background: url("/wp-content/uploads/2025/05/offer-no.svg");
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	right: 0;
	top:2px;
	bottom: 0;
	margin:auto;
	background-size: 100%;
}
.offer-item.offer-yes::before {
	content: "";
	background: url("/wp-content/uploads/2025/05/offer-yes.svg");
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0;
	right: 0;
	top:2px;
	bottom: 0;
	margin:auto;
	background-size: 100%;
}
.offer-name h3 {
	font-size: var(--fs24);
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 0 !important;
}
.offer-name h3 span {
	color: var(--second);
}
.offer-title .et_pb_toggle_content {
	font-size: 0.875rem;
	line-height: 1.4em;
	padding-top: 5px;
	max-width: 95%;
}
.offer-row-btn .et_pb_button_module_wrapper {
	text-align: center;
}
.offer-row-btn {
	border:0;
}
.offer-row-btn .et_pb_column {
	border-bottom: 1px solid var(--line);
}
.offer-row-btn .et_pb_column:first-child {
	border-bottom: 0;
}
.tab-module {
	border: var(--border);
	box-shadow: var(--shadow);
	background: var(--light-grey);
	padding: 20px;
	border-radius: var(--radius-m);
}
.tab-module .et_pb_all_tabs {
	background: transparent !important;
}
.tab-module .et_pb_tabs_controls li.et_pb_tab_active a {
	background: var(--second);
	color: var(--light) !important;
	border-radius: 32Px;
}
.tab-module .et_pb_tabs_controls li, .tab-module ul.et_pb_tabs_controls:after {
	border:0;
}
.tab-module .et_pb_tabs_controls {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	background: var(--light) !important;
	padding: 10px !important;
    border-radius: 41px;
}
.tab-module .et_pb_tabs_controls li a {
	text-align: center !important;
	font-size: var(--fs18);
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	text-transform: uppercase;
	padding: 20px 0;
	color:var(--main);
}
.tab-module .et_pb_tabs_controls li.et_pb_tab_active {
	background: transparent !important;
}
.tab-module .tab-content {
	display: grid;
	grid-template-columns: 33% 1fr;
	gap: 50px;
}
.tab-module .tab-content h4 {
	font-size: var(--fs30);
	font-style: normal;
	font-weight: 700;
	line-height: 113.333%;
}
.tab-module .tab-content p {
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}
.tab-module .tab-content a {
	display: inline-block;
	margin-top: 20px;
}
.tab-module .tab-content {
	padding-bottom: var(--30px);
	margin-bottom: var(--30px);
	border-bottom:var(--border);
}
.tab-module .tab-content:last-of-type {
	padding: 0;
	margin: 0;
	border:0;
}
.tab-module .et_pb_tab {
	padding: var(--50px) var(--50px) var(--30px) var(--50px);
}
.partner-card {
	padding: var(--30px) !important;
}
.partner-categories ul {
	padding: 0;
	display: grid;
	gap: 10px;
	margin-top: 10px;
}
.partner-categories ul li {
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	list-style-type: none;
	background: var(--light-grey);
	padding: 5px 10px;
	border-radius: var(--radius-s);
	width: fit-content;
}
.partner-hidden-toggle {
	display: none;
}
.partner-logo {
	margin-bottom: 20px !important;
}
.partner-logo img {
	max-height: 50px;
	width: auto;
	max-width: 250px;
}
.partner-short {
	margin-bottom: 15px !important;
}
.partner-short .et_pb_text_inner {
	font-size: 0.875rem;
	line-height: 150%;	
}
.partner-top-row, .partner-bottom-row {
	width: 100% !important;
	max-width: 100% !important;
}
.partner-col-left {
	width: 68% !important;
	margin-right: 2% !important;
}
.partner-col-right {
	width: 30% !important;
	justify-content: end;
	display: grid;	
}
.partner-col-right .tag-module .et_pb_text_inner {
	font-size: 0.750rem;
}
.partner-level {
	display: grid;
	justify-content: end;
}
.custom-taxonomy-list {
	direction: rtl; 
	text-align: right; 	
}
.partner-countries {
	position: relative;
	padding-left: 24px;
}
.partner-countries .et_pb_text_inner {
	font-size: 0.875rem;
	line-height: 1.4em;
}
.partner-countries::before {
	content: "";
	background:url("/wp-content/uploads/2025/05/earth.svg");
	width: 16px;
	height: 16px;
	position: absolute;
	left: 0;
	display: inline-block;
}
.partner-countries .country {
	font-weight: 700;
}
.partner-top-row {
	padding-bottom: 20px !important;
	margin-bottom: 20px;
	border-bottom:1px solid var(--line);
}
.partner-desc {
	padding: 0 !important;
	border:0;
	background: transparent;
	margin-bottom: 0 !important;
}
.partner-desc .et_pb_toggle_title {
	font-family: Montserrat;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.partner-desc .et_pb_toggle_content {
	padding-top: 10px !important;
	font-size: 0.875rem;
	line-height: 1.5em;
}
.partner-desc.et_pb_toggle_open .et_pb_toggle_title {
	font-weight: 700;
}
.partners-list-module .grid-posts {
	padding: 0 !important;
}
.partner-tech .partner-countries {
	display: none;
}
.partner-tech .partner-short {
	margin-bottom: 0 !important;
}
.partner-country-select .divi-filter-item {
	padding: 0 !important;
	margin: 0 !important;
}
.partner-country-select-col {
	position: absolute;
	right: 0;
	bottom: var(--50px);
}
.partner-country-select .et_pb_contact_select {
	background: var(--light);
	border:1px solid var(--line);
	color: var(--main);
	font-family: Montserrat;
	font-size: var(--fs18);
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	border-radius: 28px;
	padding: 16px 25px !important;
}
.partner-country-select .divi_filter {
	height: 56px;
}
.justify-center .et_pb_column {
	justify-content: center !important;
}
.et_pb_video_play {
	opacity: 0.3;
    text-decoration: none !important;	
}
.video-module .et_pb_video_overlay, .video-module iframe, .video-module .et_pb_video_overlay_hover {
	border-radius: var(--radius-m);
}
.blurb-module {
	margin-bottom: 0 !important;
}
.blurb-module h3 {
	font-size: var(--fs24);
	margin-bottom: 2px;
}
.blurb-module.socials h3 {
	margin-bottom: 10px;
}
.blurb-module .et_pb_blurb_description {
	font-size: 1rem;
}
.blurb-module .et_pb_blurb_description a {
	color: var(--main);
	line-height: 1.2em;
	text-decoration: none;
}
.blurb-module .et_pb_blurb_description a:hover {
	text-decoration: underline;
}
.blurb-module.socials .et_pb_blurb_description {
	display: flex;
	gap: 10px;
}
.blurb-module.socials .et_pb_blurb_description a:hover {
	opacity: 0.7;
}
.blurb-section {
	padding: var(--80px) 0 !important;
}
.logo-sourceforge-row .et_pb_column {
	gap: var(--100px);
	margin-top: 20px;
}
.logo-sourceforge {
	margin-right: 0 !important;
}
.logo-sourceforge img {
	height: 120px;
	width: auto;
	margin-bottom: 0 !important;
}
.key-nbr .percent-value {
	color: rgba(241, 135, 0, 0.10);
	font-family: Afacad;
	font-size: clamp(3.125rem, 0.8462rem + 10.1282vw, 13rem);
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.key-nbr {
	margin-bottom: 0 !important;
}
.key-nbr .percent {
	margin-bottom: 0 !important;
	height: 100% !important;
}
.key-nbr h3 {
	color: var(--main);
	text-align: center;
	font-size: var(--fs50);
	font-style: normal;
	font-weight: 700;
	line-height: 80%;
	margin-bottom: 0 !important;
    position: absolute;    
    left: 0;
    right: 0;
    bottom: var(--60px);
    z-index: 1;	
}
.key-nbr-row {
	top: calc(var(--50px) * -1);
}
.big-list-module ul {
	padding: 0 !important;
	display: grid;
	gap: 10px;
}
.big-list-module ul li {
	padding: var(--30px) var(--30px) var(--30px) 50px;
	background: var(--dark-gradient);
	border-radius: var(--radius-m);
	list-style-type: none;
	font-family: Afacad;
	font-size: var(--fs24);
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
	position: relative;
	color: var(--light);
}
.big-list-module ul li::before {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background: var(--second);
	position: absolute;
	left: var(--30px);
    top: 0;
    bottom: 0;
    margin: auto;
}
.services-row .title-module .et_pb_promo_description div {
	margin-top: 0 !important;
}
.ab-row {
	display: grid;
	gap: 5%;
}
.ab-row.img-left {
	grid-template-columns: 450px 1fr;	
}
.ab-row.img-right {
	grid-template-columns: 1fr 450px;	
}
.ab-row .et_pb_column {
	margin:0 !important;
	width: 100% !important;
}
.ab-row .ab-content-col {
	align-content: start;
}
.ab-row::after {
	display: none !important;
}
.ab-img {
	margin-bottom: 0 !important;
} 
.ab-img img {
	border-radius: var(--radius-m);
	height: 550px;
	object-fit: cover;	
} 
.ab-content .et_pb_button_wrapper {
	margin-top: var(--30px);
	height: 48px;
}
.ab-content-col .subtitle-module .et_pb_text_inner, .ab-content-col * {
	text-align: left !important;
}
.ab-content-col .btn-text .et_pb_button_wrapper {
	border-top: 1px solid var(--line);
	padding-top: 20px;
}
.ab-content h2 {
	margin-bottom: 20px;
	font-size: var(--fs50);
	font-style: normal;
	font-weight: 700;
	line-height: 90%;	
}
.ab-content .et_pb_promo_description {
	font-size: var(--fs18);
}
.ab-content.game-gradient h2 {
	font-size: var(--fs100);
	background:var(--game-gradient);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.game-row .ab-img-col {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
	align-items: center;
}
.game-row {
	grid-template-columns: repeat(2, 1fr);
}
.game-module {
	padding: var(--30px);
	margin-bottom: 0 !important;
	height: fit-content;
	width: 190px;
}
.game-module img {
	max-height: 150px;
	width: auto;
}
.game-module h3 {
	text-align: center;
	font-size: var(--fs24);
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
	margin-bottom: 0;
}
.game-module .et_pb_main_blurb_image {
	margin-bottom: 10px;
}
.game-module.contributor h3 span {
	background: linear-gradient(90deg, #5755A5 0%, #CACBE7 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;	
}
.game-module.bug h3 span {
	background: linear-gradient(90deg, #E5ABFF 0%, #3DADFF 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.game-module.translator h3 span {
	background: linear-gradient(90deg, #8A84EF 0%, #C7AFEF 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.game-module.betatester h3 span {
	background: linear-gradient(90deg, #B5A8EF 0%, #DAD1F7 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.game-module.developer h3 span {
	background: linear-gradient(90deg, #F1BCC4 0%, #F0C4AA 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.game-module.hat h3 span {
	background: linear-gradient(90deg, #806DBD 0%, #B998DD 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.game-module.graduated h3 span {
	background: linear-gradient(90deg, #EBA0A7 0%, #F6D3D4 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.game-module.ambassador h3 span {
	background: linear-gradient(90deg, #EBA0A7 0%, #F6D3D4 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.game-module.bug {
	margin-top: 70px;
}
.game-module.betatester {
	margin-top: 60px;
}

.game-module.hat {
	margin-top: -40px;
}
.game-module.graduated {
	margin-top: -60px;
}
.game-module.ambassador {
    margin-top: -30px;
}
.game-module.contributor {
    margin-top: 40px;
}
.game-module.bug img {
	max-height: 120px;
}
.error404 .et_pb_fullwidth_image {
	max-width: 280px;
	margin:auto;
}
.error404 .et_pb_fullwidth_header {
	padding: 0 !important;
}
.error404 header {
	display: none;
}
.page-training .sub-header-section {
	margin-bottom: var(--150px) !important;
}
.training-row .et_pb_column {
	width: 100% !important;
	margin-right: 0 !important;
}
.training-desc .et_pb_button_wrapper {
	margin-top: var(--30px);
}
.training-row::after {
	display: none !important;
}
.training-row {
	display: grid;
	grid-template-columns: 1fr 350px;
	gap:var(--50px);
}
.training-row.infos-left {
	grid-template-columns: 350px 1fr;
}
.training-infos h3 {
	font-size: var(--fs18);
	font-weight: 400;
	margin-bottom: 0 !important;
}
.training-infos .et_pb_blurb_description {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.2em;
}
.training-section h2 {
	font-size: var(--fs50);
}
.training-section .title-module {
	margin-bottom: var(--30px) !important;
}
.training-section {
	padding-top: var(--50px) !important;
	margin-bottom: var(--150px) !important;
}
.training-infos-col {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
	padding: var(--30px);
	background: var(--light) !important;
}
.training-infos {
	margin-bottom: 0 !important;
	border-bottom: 1px solid var(--line);
	height: fit-content;
	padding-bottom: 20px;
}
.training-infos-col .et_pb_button {
	width: 100%;
	max-width: 100%;
}
.training-infos:nth-last-of-type(2) {
	border-bottom: 0;
	padding-bottom: 0;
}
.training-infos .et_pb_blurb_content {
	align-content: center;
}
ul li::marker {
	color: var(--second);
}
.sub-menu {
/*	visibility: visible !important;
	opacity: 1 !important;*/
	border-top: 0 !important;
	border-radius: var(--radius-m);
	display: grid;
	gap: 0 !important;
	padding: 0 !important;
	overflow: hidden;
}
.sub-menu li {
	border-bottom: 1px solid var(--line);
	padding: 0 !important;
}
.sub-menu li:last-child {
	border-bottom: 0;
} 
.sub-menu li a {
	padding: 15px 20px !important;
	width: 100% !important;
    transition: all .2s ease-in-out;
    font-weight:500 !important;
    color:var(--main) !important;
    line-height: 1.2em;
}
.sub-menu li a:hover {
	opacity: 1;
	background: var(--light-orange) !important;
	color: var(--second) !important;
	opacity: 1 !important;
}
.partners-list-module .grid-item-cont {
	height: auto !important;
}
.et_pb_button_module_wrapper {
	height: 48px !important;
}
.ressource-fav-img .et_pb_post {
	padding: 0 !important;
	border: 0;
}
.ressource-fav-img article.et_pb_post .et_pb_image_container img, .ressource-fav-img article.et_pb_post .et_pb_image_container {
	height: 28.9vw;
	min-height: 543px;
	max-height: 500px;
	width: 100%;
}
.ressource-fav-img article .et_pb_image_container a::before {
	display: none;
}
.ressource-fav-img .post-content_cont {
	display: none !important;
}
.ressource-fav-row {
	display: grid;
	grid-template-columns: minmax(400px, 40vw) 1fr;
	gap:var(--80px);
	align-items: center;
}
.ressource-fav-row.success {
	grid-template-columns: minmax(380px, 19vw) 1fr;
} 
.ressource-fav-row .et_pb_column {
	width: 100% !important;
	margin-right: 0 !important;
}
.ressource-fav-content .et_pb_post {
	padding: 0 !important;
	border:0;
}
.ressource-fav-content .divi-filter-loop-container article.et_pb_post .post-content_cont {
	padding: 0 !important;
}
.ressource-fav-content article.et_pb_post h2 {
	font-size: var(--50px);
	font-style: normal;
	font-weight: 700;
	line-height: 90%;
	margin-bottom: var(--30px) !important;
}
.ressource-fav-content article.et_pb_post .more-link {
	width: auto;
}
.ressource-fav-content .divi-filter-loop-container article.et_pb_post .post-content-inner {
	padding: 0 !important;
	margin: 0 !important;
	font-size: var(--fs18) !important;
	font-style: normal;
	font-weight: 400;
	line-height: 155.556% !important;	
}
.ressource-fav-row .divi-filter-archive-loop {
	margin-bottom: 0 !important;
}
.ressource-fav-row::after {
	display: none;
}
.trending-row::after {
	display: none;
}
.footer-legal-row {
	position: absolute;
	bottom: var(--30px);
	left: 0;
	right: 0;
}
.footer-legal-row .et_pb_column {
	display: flex;
	justify-content: center;
	gap: 20px;
}
.footer-legal-row .et_pb_module {
	margin-bottom: 0 !important;
}
.footer-legal-row .et_pb_text_inner {
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	opacity: 0.6;
}
.footer-copyright .et_pb_text_inner {
	text-align: right;
}
.footer-legal .et_pb_text_inner {
	text-align: left;
}
.footer-legal a {
	text-decoration: none;
}
.footer-legal a:hover {
	text-decoration: underline;
}
.tags-article .tag-favorite {
	display: none;
}
.header-post-section {
	background: var(--third);
	padding-top: calc(var(--200px) + 100px) !important;
}
.header-post-title-row {
	background: var(--light);
	max-width: 1520px !important;
	padding: var(--80px) var(--150px) 0 var(--150px) !important;
	border-radius: var(--radius-m) var(--radius-m) 0 0;
	z-index: 10;
}
.header-post-title-module h1 {
	font-size: var(--fs70) !important;
	color: var(--Second-950, #1F2B2E);
	text-align: center;
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
	margin-bottom: var(--30px);
}
.header-post-title-module .et_pb_title_meta_container {
	text-align: center;
}
.header-post-cat-row {
    position: absolute;
    top:calc(var(--180px) - 10px);
    left: 0;
    right: 0;
}
.header-post-cat-module a {
    color: rgba(31, 43, 46, 0.05) !important;
    font-size: var(--fs140);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0 !important;
    pointer-events: none;
    cursor: none;
}
.header-post-tag-module {
	margin-bottom: var(--30px);
}
.header-post-cat-module {
	text-align: center !important;
}
.tags-article {
	padding: 0 !important;
	display: flex;
	gap: 10px;
	justify-content: center;
}
.tags-article li {
	padding: 0;
	list-style-type: none;
}

.post-content-row .et_pb_post_content h2 {
	color: var(--second) !important;
	font-family: Afacad;
	font-size: var(--30px);
	font-style: normal;
	font-weight: 700 !important;
	line-height: 1em;
	margin-bottom: 10px;
	margin-top: 20px !important;
}
.post-content-row .et_pb_post_content a {
	color:var(--second);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 5px;
   -webkit-text-decoration-color: rgba(241, 135, 0, 0.25) !important; 
   text-decoration-color: rgba(241, 135, 0, 0.25) !important;
   transition: all 0.3s ease-in-out;
}
.post-content-row .et_pb_post_content a:hover {
	text-decoration: none;
}
.post-content-row .et_pb_post_content h3 {
	font-family: Afacad;
	font-size: var(--fs24);
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 10px;
}
.et-search-form, blockquote {
	border-color:var(--second) !important;
}
.post-content-module img, .post-content-module figure {
	border-radius: var(--radius-m);
}
.post-author-section {
	padding: var(--50px) 0 !important;
}
.post-author-module {
	height: 18px;
}
.post-author-module .et_pb_title_meta_container {
	visibility: hidden;
	font-size: 0;
	height: 18px;	
}
.post-author-module .et_pb_title_meta_container .author a, .success-name .et_pb_text_inner {
	visibility: visible;
	color: var(--second) !important;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	letter-spacing: 1.4px;
	text-transform: uppercase;
}
.header-post-section.success-story {
	background: var(--main);
}
.header-post-section.webinar {
	background: var(--second);
}
.header-post-section.success-story .header-post-cat-module a {
    color: rgb(255 255 255 / 15%) !important;
    text-decoration: none;
}
.divi-filter-pagination ul {
	gap: 10px
}
.divi-filter-pagination ul li {
	border: var(--border) !important;
	border-radius: 5px;	
}
.divi-filter-pagination ul.page-numbers li a, .divi-filter-pagination ul.page-numbers li span {
	padding: .5em 0.82em !important;
	border-radius: 5px;
}
.divi-filter-pagination ul.page-numbers li a {
	color:var(--main);
}
.divi-filter-pagination ul.page-numbers li span.current {
	font-weight: 700 !important;
	color: var(--light) !important;
}
.divi-filter-pagination ul.page-numbers li:hover {
	background: var(--light-orange);
}
.filters-row .divi-filter-containter {
	display: flex;
	gap: 30px;
}
.filters-module select, .filters-module .divi-filter-item {
	background: transparent !important;
}
.filters-module .divi-filter-containter .search_filter_cont input {
    border: 1px solid var(--line-light);
    font-size: var(--fs18);    
    color: var(--main);
    border-radius: 28px;
    padding: 16px 25px !important;
    margin-top: 0 !important;
}
.filters-module .divi-filter-containter .search_filter_cont .et_pb_contact_field {
	margin: 0 !important;
	padding: 0 !important;
}
.filters-module .divi-filter-containter .et_pb_contact_select {
    border: 1px solid var(--line-light);
    color: var(--main);
    font-family: Montserrat;
    font-size: var(--fs18);
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    border-radius: 28px;
    padding: 16px 25px !important;
}
.filters-module .divi-filter-containter .et_pb_module {
	margin: 0 !important;
}
.ressources-list-section {
	padding-top: 0 !important;
	background: transparent !important;
	top:calc(var(--80px) * -1);
}
.grid-col .grid-item-cont, .card-style article.et_pb_post {
	height: 100% !important;
}
.archive .header-row {
	position: relative;
	bottom: unset;
	left: unset;
}
.archive .btn-row {
	margin-top: 0 !important;
}
.course-section {
	padding: 0 0 var(--80px) 0 !important;
}
.training-how-module {
	padding: var(--30px);
	margin-bottom: 10px !important;
}
.training-how-module .et_pb_blurb_content {
	max-width: 100%;
	display: inline-flex;
}
.training-how-module h3 {
	font-size: var(--fs24);
	margin-bottom: 0 !important;
	min-width: 170px;
}
.training-how-module .et_pb_blurb_container {
	display: flex;
	gap: var(--100px);
}
.training-how-module ul {
	padding-bottom: 0 !important;
}
.training-how-module ul li {
	font-size: 1rem;
}
.title-size-s {
	margin-bottom: var(--30px) !important;
}
.training-desc-module {
	font-size: 1rem;
}
.toggle-module ul {
	padding-bottom: 0 !important;
	padding-left: var(--30px);
}
.training-how-module .et_pb_main_blurb_image {
	margin-bottom: 0 !important;
}
.glance-module {
	padding: var(--50px);
	margin-bottom: 0 !important;
}
.glance-module .et_pb_main_blurb_image, .glance-module h3 {
	margin-bottom: 10px;
}
.success-logo {
	padding: 10px;
	width: fit-content;
}
.success-client-row {
	display: flex;
	align-items: center;
}
.success-logo img {
	max-height: 60px;
	width: auto;
}
.success-logo-col {
	width: fit-content !important;
	margin-right: 3% !important;
}
.success-name {
	margin-bottom: 0 !important;
}
.success-role .et_pb_text_inner {
	font-size: 1rem;
	line-height: 1.4em;
	margin-top:5px;
}
.success-client-row::after {
	display: none;
}
.success-tags-col {
	display: grid;
	justify-content: end;
}
.success-tags-col {
	position: absolute;
	right: 0;
}
.success-excerpt .et_pb_text_inner {
	font-weight: 700;
}  
.success-key-nbr {
	margin-bottom: 0 !important;
}
.success-key-nbr .et_pb_text_inner {
	color: var(--Second-950, #1F2B2E);
	font-family: Afacad;
	font-size: var(--fs36);
	font-style: normal;
	font-weight: 700;
	line-height: 111.111%;
}
.success-key-col {
	margin-right: 0 !important;
	padding: var(--30px);
	padding-left: 110px;
	width: 100% !important;
	align-content: center;
}
.success-key-row {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(3, 1fr);
	justify-content: space-between;
}
.success-key-row::after {
	display: none;
}
.post-content-row {
	max-width: 970px;
}
.webinars .post-content-row {
	max-width: 1170px;
}
.success-key-col::before {
	content: "";
	background: url("/wp-content/uploads/2025/05/hashtag.svg");
	width: 50px;
	height: 50px;
	background-size: 100%;
	position: absolute;
	left: var(--30px);
	top: 0;
	bottom: 0;
	margin: auto;
}
.webinars-row .et_pb_column {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}
.webinars-module {
	margin-bottom: 0 !important;
	border-radius: var(--radius-m);
	overflow: hidden;
}
.webinars-module iframe {
	border-radius: var(--radius-m);
}
.post-webinars-section {
	padding-top: 0 !important;
}
.post-webinars-row {
	width: 100% !important;
}
.webinars-infos-row {
	width: 100% !important;
    align-items: center;
    align-content: center;
    display: grid;
    grid-template-columns: repeat(2, 1fr);	
}
.webinars-infos-row .et_pb_column {
	width: 100% !important;
}
.webinars-date-col {
	display: grid;
	justify-content: end;
}
.webinars-date h3 {
	font-size: var(--fs30) !important;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 0 !important;
}
.webinars-module .et_pb_blurb_description {
	font-size: var(--fs24) !important;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.webinars-date .et_pb_main_blurb_image {
	width: 50px;
	height: 50px;
	align-content: center;
}
.et_pb_button_module_wrapper {
	display: block;
	align-items: center;
	padding: 0 !important;
	margin: 0 !important;
	line-height: 0 !important;
	height: auto !important;	
}
.fullwidth-img-row {
	max-width: 1820px !important;
}
.fullwidth-img-module img {
	height: 600px;
	border-radius: var(--radius-m);
	overflow: hidden;
	object-fit: cover;
}
.job-offer-row {
	padding: var(--30px) !important;
	margin-bottom: 20px;
}
.job-offer-row:last-of-type {
	margin-bottom: 0 !important;
}
.job-offer-title {
	margin-bottom: 20px !important;
}
.job-offer-title h3 {
	color: var(--second) !important;
	font-size: var(--fs30);
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.job-offer-title .et_pb_promo_description div {
	font-size: 1rem !important;
	font-style: normal;
	font-weight: 400;
	line-height: 1.4em;
}
.job-offer-infos {
	padding-left: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px !important;
}
.job-offer-infos ul {
	display: flex;
	padding: 0 !important;
	gap: var(--50px);
}
.job-offer-infos ul li {
	font-size: 1rem;
}
.job-offer-infos ul li strong {
	margin-right: 5px;
}
.job-offer-description {
	padding: 0 !important;
	background: var(--light);
	border:0 !important;
	margin-bottom: 20px !important;
}
.job-offer-description .et_pb_toggle_title {
	font-family: Montserrat;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.job-offer-description.et_pb_toggle .et_pb_toggle_title:before {
	width: 36px;
	height: 36px;
	border-color: var(--light-orange);
	font-size: 27px !important;
}
.job-offer-row .et_pb_button_module_wrapper {
	text-align: center;
}
.job-offer-description h4 {
	color: var(--main);
	font-size: var(--fs24);
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 10px !important;
}
.job-offer-description ul li, .job-offer-description p {
	font-size: 1rem !important;
	font-style: normal;
	font-weight: 400;
	line-height: 1.4em;
}
.job-offer-description ul li {
	margin-bottom: 5px;
}
.job-offer-description p {
	margin-bottom: 10px;
}
.job-offer-description .et_pb_toggle_content {
	margin-top: 0 !important;
}
.cgv-row {
	margin-bottom: var(--50px) !important;
}
.cgv-row h2 {
	margin-bottom: 10px !important;
	font-size: var(--fs50) !important;
	line-height: 100% !important;
}
.cgv-row h3 {
	margin-bottom: 10px !important;
	font-size: var(--fs36) !important;
	line-height: 100% !important;	
}  
.cgv-row a {
	color: var(--second);
	text-decoration: underline;
}
.cgv-row a:hover {
	text-decoration: none;
}
input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea, input[type=number], input[type=file] {
	border:1px solid #e1e4ec;
	background-color: transparent !important;
	width: 100% !important;
	padding: 15px !important;
	border-radius: var(--radius-s);
	margin-right: 0 !important;
	font-size: 1rem !important;	
	color: var(--main) !important;
}
.hs-form .legal-consent-container {
	font-size: 0.875rem !important;
	line-height: 1.4em;
}
.bg-dark input.text, .bg-dark input.title, .bg-dark input[type=email], .bg-dark input[type=password], .bg-dark input[type=tel], .bg-dark input[type=text], .bg-dark select, .bg-dark textarea, .bg-dark input[type=number], .bg-dark input[type=file] {
	border: 1px solid rgba(255, 255, 255, 0.30);
	color:var(--light) !important;
}
.hs-form fieldset {
	max-width: 100% !important;
}
.hs-form label {
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.hs-form {
	display: grid;
	gap: 15px;
}
.hs-form .input {
	margin-right: 0 !important;
}
.hs-form .form-columns-2 {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(2, 1fr);
}
.form-columns-2 div {
	width: 100% !important;
}
.hs-form .inputs-list {
	padding: 0 !important;
}
.hs-form .inputs-list li {
	list-style-type: none;
}
.hs-form .hs-error-msgs li {
	margin-top: 5px;
}
.hs-form .hs-error-msg {
    font-weight: 400;
    padding: 5px 10px;
    background: #ff000040;
    border-radius: 5px;
}
textarea {
	min-height: 220px;
}
input.text:focus, input.title:focus, input[type=text]:focus, select:focus, textarea:focus {
	border-color: var(--main) !important;
}
.bg-dark input.text:focus, .bg-dark input.title:focus, .bg-dark input[type=text]:focus, .bg-dark select:focus, .bg-dark textarea:focus {
	border-color: var(--light) !important;
}
.legal-consent-container p {
	font-weight: 500;
}
.security-priority-module {
	padding: var(--30px);
	margin-bottom: 10px !important;
}
.security-priority-module .et_pb_blurb_content {
	max-width: 100% !important;
}
.security-priority-module .et_pb_blurb_container {
	display: grid;
	grid-template-columns: 1fr minmax(auto, 600px);
	padding-left: 25px !important;
    align-items: center	
}
.security-priority-module h3 {
	color: var(--second);
	font-size: var(--fs36);
	font-style: normal;
	font-weight: 700;
	line-height: 94.444%;
	margin-bottom: 0 !important;
}
.security-priority-module .et_pb_main_blurb_image {
	width: var(--40px);
	height: var(--40px);
	align-content: center;
}
a {
	color: var(--second);
	text-decoration: underline;
}
h2 a {
	text-decoration: none;
}
.founders-row .founders-profiles-col {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: var(--30px);
	max-width: 60%;
}
.founders-row .founders-empty-col {
	width: 34.5%;
}
.founders-row .founders-empty-col img {
	max-width: 300px;
}
.founders-module .et_pb_image_wrap {
	border-radius: var(--radius-m);
	overflow: hidden;
	height: 15vw;
	margin-bottom: 0 !important;
	min-height: 250px;
}
.founders-module .et_pb_main_blurb_image {
	margin-bottom: 15px !important;
}
.founders-module .et_pb_image_wrap img {
	height: 15vw;
	min-height: 250px;	
	object-fit: cover;
}
.founders-module h3 {
	font-size: var(--fs30);
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-align: center;
	margin-bottom: 5px;
}
.founders-module .et_pb_blurb_description {
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align: center;
}
.founders-module .et_pb_blurb_description a {
	margin-top: 10px;
	display: block;
}
.et-pb-arrow-next, .et-pb-arrow-prev, .video-module .et_pb_video_play {
	text-decoration: none;
}
.no-margin-b {
	margin-bottom:0 !important;
}
.no-margin-t {
	margin-top:0 !important;
}
.no-padding-b {
	padding-bottom:0 !important;
}
.no-padding-t {
	padding-top:0 !important;
}
.margin-b-s {
	margin-bottom: var(--50px) !important;
}
.margin-b-m {
	margin-bottom: var(--100px) !important;
}
.margin-b-l {
	margin-bottom: var(--200px) !important;
}
.margin-t-s {
	margin-top: var(--50px) !important;
}
.margin-t-m {
	margin-top: var(--100px) !important;
}
.margin-t-l {
	margin-top: var(--200px) !important;
}
.padding-b-s {
	padding-bottom: var(--50px) !important;
}
.padding-b-m {
	padding-bottom: var(--100px) !important;
}
.padding-b-l {
	padding-bottom: var(--200px) !important;
}
.padding-t-s {
	padding-top: var(--50px) !important;
}
.padding-t-m {
	padding-top: var(--100px) !important;
}
.padding-t-l {
	padding-top: var(--200px) !important;
}
.no-border-b {
	border-bottom: 0 !important;
}
.bg-dark select option { 
    color: var(--main) !important;
}
.video-module .et-pb-slider-arrows {
	text-align: center;
}
/* Move slider controls below the video */
.custom-video-slider .et_pb_video_slider .et_pb_slider_controls {
    position: relative;
    bottom: auto;
    margin-top: 10px;
    text-align: center;
}

/* Optional: adjust thumbnail nav arrows */
.custom-video-slider .et-pb-arrow-prev,
.custom-video-slider .et-pb-arrow-next {
    position: relative;
    top: auto;
    transform: none;
    margin: 0 10px;
    color: var(--main) !important;
}
.success-key-desc {
	margin-top: 5px;
}
.success-key-desc .et_pb_text_inner {
	line-height: 1.2em;
}
.feature-content-col .et_pb_button {
	margin-top: 20px !important;
}
/************************************ FranÃ§ais ************************************/
.home h1:lang(fr) {
    max-width: 970px;
}
/************************************ /Fin FranÃ§ais ************************************/

/************************************ Responsive ************************************/

@media screen and (min-width: 2241px) {
	.header-row {
		position: relative;
		left: unset;
		bottom: unset;
		max-width: 1900px !important;
        width: 100%;
        margin-bottom: 150px;
        margin-right: auto !important;
        margin-left: auto !important;        
	}	
	.header-section {
		align-content: end;
	}
	.et_pb_row {
		max-width: 1620px;
		width: 100%;
	}
	.ressource-fav-img article.et_pb_post .et_pb_image_container img, .ressource-fav-img article.et_pb_post .et_pb_image_container {
		min-height: 710px;
	}
	.ab-row.img-right {
		grid-template-columns: 1fr 700px;
	}
	.ab-row.img-left {
		grid-template-columns: 700px 1fr;
	}
	.card-style .et_pb_blurb_content {
		max-width: 100%;
	}
}
@media screen and (max-width: 1550px) {
	.footer-menu .et_mobile_nav_menu {
		display: none;
	}
	.footer-menu .et_pb_menu__menu {
		display: block !important;
	}
}
@media screen and (min-width: 1600px) {
	.menu-custom-items .et-menu  {
		gap: 40px;
	}
	.menu-custom-left-col {
		gap: 80px;
	}
	.menu-custom-right-col .et_pb_button, .menu-custom-right-col .et_pb_button:hover {
		padding: var(--padding-btn) !important;
	}
}
@media screen and (max-width: 1470px) {
	.benefits-module {
		min-height: 580px;
	}	
	.opacity-row {
		top:4vw;
	}
	.sub-header-section::after, .header-bottom-row {
		max-width:98%;
	}
	.key-nbr h3 {
		bottom: var(--40px);
	}
	.game-row .ab-img-col {
		grid-template-columns: repeat(3, 1fr);
	}
	.game-module {
		margin-top: 0 !important;
	}
	.ressource-fav-img article.category-webinars .et_pb_image_container img, .ressource-fav-img article.category-webinars .et_pb_image_container {
		min-height: auto;
	}
}
@media screen and (max-width: 1330px) {
	.et_pb_menu__menu {
		display: none !important;
	}
	.et_mobile_nav_menu {
		display: block;
	}
	.et_mobile_menu {
		width: 85vw;
		max-width: 350px;
		left: unset;
		right: 0;
		padding: 0 !important;
        border-top: 0;
        border-radius: var(--radius-m);
        overflow: hidden;
        margin-top:5px !important;
	}
	#mobile_menu1 .menu-item-has-children &gt; a { 
		background-color: transparent;
		position: relative; 
	}
	#mobile_menu1 .menu-item-has-children &gt; a:after { 
		font-family: 'ETmodules';
		text-align: center;
		speak: none;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		-webkit-font-smoothing: antialiased;
		position: absolute; 
	}
	#mobile_menu1 .menu-item-has-children &gt; a:after { 
		font-size: 16px;
		content: '';
		background: url("");
		top: 13px;
		right: 10px; 
	}
	#mobile_menu1 .menu-item-has-children.visible &gt; a:after { 
		content: "-"; 
	}
	#mobile_menu1 ul.sub-menu { 
		display: none !important;
		visibility: hidden !important;
		transition: all 1.5s ease-in-out;
	}
	#mobile_menu1 .visible &gt; ul.sub-menu { 
		display: block !important;
		visibility: visible !important; 
	}
	#mobile_menu1 li {
		list-style-type: none;
	}
	.et_mobile_menu li a {
		border-bottom: 1px solid var(--line);
		font-weight: 600 !important;
		color: var(--main);
		text-decoration: none;
		font-size: 1rem;
		padding: 15px 20px;
	}
	.et_mobile_menu li .sub-menu {
		border-radius: 0 !important;
		border-bottom: 1px solid var(--main);
	}
	.et_mobile_menu li .sub-menu a {
		font-weight: 500 !important;
		border:0 !important;
		padding-left: 30px !important;
		font-size: 0.875rem;
	}
	#mobile_menu1 .menu-item-has-children &gt; a:after {
	    content: "+";
	    font-size: 24px !important;
	    font-weight: 400;
	    font-family: "Afacad", sans-serif !important;
	    background-color: transparent !important;
	    color: var(--second) !important;
	    width: 32px;
	    height: 32px;
	    border-radius: 16px;
	    padding: 0 !important;
		border: 1px solid var(--border-btn-light);
	    position: absolute;
	    right: 5%;
	    text-align: center;
	    align-content: center;
	    top: 0;
	    bottom: 0;
	    margin: auto;
	}
	.et_mobile_menu li a:hover {
		opacity: 1;
		background-color: var(--light-orange) !important;
	}
	.mobile_menu_bar {
		padding: 9px;
		background: var(--light-orange);
        display: flex;
        align-items: center;
        border-radius: 30px;
	}
	.mobile_menu_bar:before {
		font-size: 26px;
		color: var(--second) !important;
	}
	.menu-custom-items .et_mobile_nav_menu {
		margin: 0 !important;
	}
	.mobile_nav.closed {
		cursor: pointer;
	}
	.header-bottom-menu .et_mobile_nav_menu {
		display: none;
	}
	.header-bottom-menu .et_pb_menu__menu {
		display: block !important;
	}
	.header-bottom-menu ul {
		gap: 30px;
	}
	.menu-custom-left-col {
		/*width: 81% !important;*/
		justify-content: space-between;
	}
/*	.has_et_pb_sticky .menu-custom-left-col {
		width: 82% !important;
	}*/
	.mobile_menu_bar:hover {
		background: var(--second);
	}
	.mobile_menu_bar:hover::before {
		color: var(--light) !important;
	}	
}
@media screen and (max-width: 1280px) {
/*    .menu-custom-left-col {
    	width: 80% !important;
    }
    .has_et_pb_sticky .menu-custom-left-col {
    	width: 81% !important;
    }*/
    .home .header-section::before {
    	max-width: 96%;
    }
    h3 {
    	line-height: 1em;
    }
    .benefits-module h3 span {
    	margin-top: 10px;
    }
    .benefits-module .et_pb_button_wrapper {
    	position: initial;
    	margin-top: 20px;
    }
    .opacity-row {
        top: 6vw;
    }
    .btn-plus .et_pb_button_wrapper {
    	position: initial;
    	margin-top: 20px;
    }
    .feature-module {
    	padding: 25px !important;
    }
    .page-features .header-bottom-row {
    	height: 140px;
    	z-index: 100000 !important;
    }
   .page-features .header-bottom-menu {
    	height: 140px;
    }
    .page-features .header-row {
    	bottom: calc(var(--180px) + 60px);
    }
    .header-row {
    	left: 0;
    	right: 0;
    }
    .why-module {
    	padding: 25px;
    	margin-bottom: 0;
    }
    .offer-row {
    	grid-template-columns: 400px repeat(3, 1fr);
    }
    .et_button_no_icon .et_pb_button, .et_pb_button, .more-link, .hs-button {
    	min-width: auto;
    }
    .security-priority-module .et_pb_blurb_container {
    	grid-template-columns: 1fr minmax(auto, 480px);	
    }
    h1 br, h2 br {
    	display: none !important;
    }
    .logo-sourceforge-row .et_pb_column {
    	gap: var(--50px);
    }
    .key-nbr h3 {
    	bottom: 0;
    }
    .game-row .ab-img-col {
        grid-template-columns: repeat(2, 1fr);
    }
    .sub-header-module .et_pb_text_inner {
    	font-size: var(--fs24);
    }
    .et_pb_video_play {
    	font-size: 4rem !important;
    }
    .founders-row .founders-profiles-col {
    	width: 85%;
    }
    .job-offer-infos ul li strong {
    	display: block;
    }
    .job-offer-infos ul {
    	gap: var(--80px);
    }
    .intro-module .et_pb_blurb_description {
    	max-width: 100%;
    }
    .intro-module .et_pb_blurb_content {
    	gap: 30px;
    }
    .sub-header-section::after, .header-bottom-row, .home .header-section::before {
    	max-width: 100%;
    	width: 100%;
    }
}
@media screen and (max-width: 980px) {
	.flex-four .et_pb_column .et_pb_module {
		width: var(--three-col);
	}
	.flex-three .et_pb_column .et_pb_module {
		width: var(--two-col);
	}
	.event-title h2 {
		font-size: var(--fs140);
	}
	.ressource-fav-row {
		grid-template-columns: 1fr !important;
		gap: 0;
	}
	.ressource-fav-img article.et_pb_post .et_pb_image_container img, .ressource-fav-img article.et_pb_post .et_pb_image_container {
		height: 45vw;
		min-height: auto;
	}
	.ressource-fav-content article.et_pb_post h2 {
		font-size: var(--80px);
	}
	.features-row {
		display: block !important;
	}
	.features-title-col, .features-list-col {
		width: 100% !important;
	}
	.features-title-col .widget {
		height: 100%;
	}
	.features-title-col .widget {
		background-color: var(--main) !important;
		z-index: 10;
		position: initial !important;
		top:0 !important;
	}
	.features-logo {
		display: none;
	}
	.feature-module {
		min-height: auto;
	}
/*    .menu-custom-left-col {
    	width: 49% !important;
    }
    .has_et_pb_sticky .menu-custom-left-col {
    	width: 52% !important;
    }*/
    .menu-custom-row .et_pb_column {
    	margin-bottom: 0;
    }
   .home h1, h1 {
    	font-size: var(--fs200) !important;
    }
    .pricing-preview-row .et_pb_column {
    	margin-bottom: 0 !important;
    }
    .footer-row {
    	display: grid;
    	grid-template-columns: repeat(2, 1fr);
    }
    .footer-row .et_pb_column {
    	width: 100% !important;
    }
    .footer-menu .et_pb_menu__wrap {
    	justify-content: left;
    }
    .offer-row .et_pb_column {
    	width: 100% !important;
    }
    .offer-row {
        grid-template-columns: 280px repeat(3, 1fr);
    }
    .offer-row::after {
    	display: none !important;
    }
    .offer-row .et_pb_column {
    	margin-bottom: 0 !important;
    }
    .offer-title h4 {
    	line-height: 1em;
    }
    .offer-row .et_pb_column_empty {
    	display: block;
    }
    .sticky-row .et_pb_menu__wrap {
    	justify-content: left;
    }
    .flex-three .et_pb_column .et_pb_module {
    	margin-bottom: 0 !important;
    }
    .why-module {
    	height: auto;
    }
    .security-priority-module .et_pb_blurb_container {
        grid-template-columns: 1fr minmax(auto, 350px);
    }
    .partner-col-left, .partner-col-right {
    	width: 100% !important;
    }
    .partner-col-right {
    	display: block;
    }
    .partner-categories ul {
    	justify-content: left;
    }
    .custom-taxonomy-list {
    	direction: initial;
    }
    .partner-level {
    	justify-content: left;
    }
	.flex-four .et_pb_column .et_pb_module {
		width: var(--two-col);
	}
	.logo-sourceforge-row .et_pb_column {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
	}
	.ab-row {
		grid-template-columns: repeat(2, 1fr) !important;
	}
	.game-row {
		grid-template-columns: 1fr !important;
	}
    .game-row .ab-img-col {
        grid-template-columns: repeat(3, 1fr);
    }
    .game-module {
    	width: 100%;
    }
    .dots-top-right::before {
	    width: 100vw;
	    height: 62vw;
    }
    .founders-row .founders-profiles-col {
    	width: 100%;
    }
    .fullwidth-img-module .et_pb_image_wrap {
    	width: 100%;
    }
    .fullwidth-img-module img {
    	height: 350px;
    	width: 100% !important;
    }
    .socials-row .et_pb_column {
    	justify-content: left !important;
    }
    .footer-menu ul li {
    	margin-top: 0 !important;
    }
    .success-tags-col {
    	position: relative;
    	right: unset;
    	justify-content: center;
    }
    .success-client-row {
    	display: grid;
    	grid-template-columns: 1fr;
    	justify-content: center;
    }
    .success-logo-col {
    	margin: 0 auto 30px auto !important;
    }
    .success-name-col .et_pb_module {
    	text-align: center !important;
    }
    .webinars-date h3 {
    	font-size: var(--fs24) !important;
    }
    .header-post-title-row {
    	width: 95%;
    }
    .header-post-title-row {
    	padding: var(--80px) 30px !important;
    }
    .header-post-title-module h1 {
    	margin-bottom: 0 !important;
    }
	.success-key-row {
		grid-template-columns: 1fr;
	}
	.success-key-col {
		padding-left: 100px;
		margin-bottom: 0 !important;
	}
	.founders-row .founders-empty-col {
		width: 100% !important;
	}
	.founders-row .founders-profiles-col {
		max-width: 100%;
	}
}
@media screen and (max-width: 768px) {
	.flex-three .et_pb_column .et_pb_module {
		width: 100%;
	}
	.ab-row {
		grid-template-columns: 1fr !important;
	}
	.ab-row.img-left .ab-content-col {
		order:0;
	}
	.ab-row.img-left .ab-title-col {
		order:1;
	}
	.content-no-img .ab-title-col {
		order: 0;
	}
	.content-no-img .ab-content-col {
		order: 1;
	}
	.btn-download {
		display: none !important;
	}
/*    .menu-custom-left-col {
        width: 55% !important;
    }
    .has_et_pb_sticky .menu-custom-left-col {
        width: 60% !important;
    }*/
    .home .header-title .et_pb_promo_description div {
    	font-size: var(--fs24);
    }
    .home h1, h1 {
        font-size: var(--fs140) !important;
    }
    .benefits-module {
        min-height: 100%;
    }
    .opacity-title h3 {
    	font-size: 70px;
    }
    .features-list-col {
    	grid-template-columns: 1fr;
    	gap: 30px;
    }
    .feature-module {
    	max-width: 100%;
    	margin-top:0 !important;
    	margin-bottom: 0 !important;
    }
    .pricing-preview-row {
    	display: grid;
    	grid-template-columns: 1fr;
    }
    .pricing-preview-row .et_pb_column {
    	width: 100%;
    	max-width: 100%;
    }
    .newsletter-title .et_pb_text_inner {
    	line-height: 1em;
    }
    .footer-baseline-row .et_pb_column {
    	display: grid;
    	grid-template-columns: 1fr;
    }
    .footer-row {
    	grid-template-columns: 1fr;
    }
    .header-bottom-row.right {
    	border-radius: var(--50px) var(--50px) 0 0;
    }
    .sub-header-section {
    	padding: 50px 0 !important;
    	border-radius: var(--50px) var(--50px) 0 0;
    }
    .header-bottom-row {
    	display: none;
    }
    .arc-orange::before {
    	display: none;
    }
    .header-section {
    	height: 90vh;
    }
    .header-row {
    	bottom: var(--80px) !important;
    }
	.training-section h2 {
		font-size: var(--fs70);
	}
	.training-row {
		grid-template-columns: 1fr !important;
	}
	.training-desc ul {
		padding-bottom: 0 !important;
	}
	.training-row .et_pb_column {
		margin-bottom: 0 !important;
	}
	.training-row.infos-left .training-infos-col {
		order: 1;
	}
	.footer-logo img {
		height: 60px;
	}
	.flex-four .et_pb_column .et_pb_module {
		margin-bottom: 0 !important;
	}
	div[class*="flex-"] .et_pb_column {
		gap: 20px;
	}
	.tab-module .et_pb_tabs_controls {
		grid-template-columns: 1fr;
	}
	.tab-module .et_pb_tabs_controls li {
		display: table;
	}
	.tab-module .tab-content {
		grid-template-columns: 1fr;
		gap: 10px;
	}
	.tab-module .tab-content h4 {
		line-height: 1em;
	}
	.offer-table {
		overflow-x: scroll;
	}
	.offer-row {
        grid-template-columns: 65% repeat(3, 35%);
        border:0 !important;
    }
    .offer-row .et_pb_column {
    	border-bottom: var(--border);
    }
    .offer-title-col {
    	position: fixed;
    }
    .security-priority-module .et_pb_blurb_container {
    	grid-template-columns: 1fr;
    	padding-left: 0 !important;
    }
    .security-priority-module .et_pb_main_blurb_image {
    	display: block;
    	margin-bottom: 20px;
    }
    .security-priority-module h3 {
    	margin-bottom: 10px !important;
    }
    .partner-country-select-col {
    	position: initial;
    	margin-bottom: 10px !important;
    }
    .partners-list-section .title-module {
    	margin-bottom: 0 !important;
    }
    .key-nbr .percent-value {
    	font-size: 100px;
    }
    .key-nbr h3 {
        bottom: 20px;
    }
    .big-list-module ul li {
    	padding: 20px 20px 20px 50px;
    }
    .ab-img .et_pb_image_wrap  {
    	width: 100%;
    }
    .ab-img img {
    	height: 100%;
    	max-height: 300px;
    	width: 100% !important;
    }
    .game-row .ab-img-col {
        grid-template-columns: repeat(2, 1fr);
    }
    .dots-top-right::before {
        top: 0;
    }
    .filters-row .divi-filter-containter {
    	display: grid;
    	grid-template-columns: 1fr;
    	gap: 10px;
    	margin-bottom: 20px !important;
    }
    .ressource-fav-content article.et_pb_post h2 {
    	margin-bottom: 15px !important;
    }
    .webinars-row .et_pb_column {
    	grid-template-columns: 1fr;
    }
    .founders-row .et_pb_column {
    	grid-template-columns: 1fr;
    }
    .founders-module {
    	margin-bottom: 0 !important;
    }
    .ab-content h2 {
    	font-size: var(--fs70);
    }
	.ab-row {
	    gap: 20px;
	}
	.ab-row.img-right .ab-img-col {
		order: 0;
	}
	.ab-row.img-right .ab-content-col {
		order: 1;
	}
	.flex-two .et_pb_column .et_pb_module, .flex-four .et_pb_column .et_pb_module {
		width: 100%;
	}
	.job-offer-infos ul {
		display: grid;
		gap: 10px;
	}
	.header-post-title-module .et_pb_title_meta_container {
		margin-top: 20px;
	}
	.post-content-section {
		padding-top: 0 !important;
	}
	.webinars-infos-row {
		grid-template-columns: 1fr;
	}
	.webinars-date-col {
		justify-content: center;
	}
	.success-name .et_pb_text_inner, .success-role .et_pb_text_inner {
		text-align: center;
	}
	.training-how-module .et_pb_blurb_container {
		display: block;
	}
	.training-how-module h3 {
		margin-bottom: 10px !important;
	}
	.founders-module .et_pb_image_wrap img {
	    height: 310px;
	    /* min-height: 250px; */
	    object-fit: cover;
	    max-width: 250px;
	}	
}
@media screen and (max-width: 480px) {
	div[class*="flex-"] .et_pb_column .et_pb_module {
		width: 100% !important;
	}
	.menu-custom-right-col {
		display: none !important;
	}
	.menu-custom-row {
		max-width: 95%;
	}
	.menu-custom-left-col {
		width: 100% !important;
	}
	.home .header-section::before {
		height: 50px;
	}
    .header-row {
        bottom: 80px !important;
    }
    .home .header-section::before {
        max-width: 100%;
    }
    .home .header-section {
    	height: 100% !important;
    }
    .intro-module .et_pb_blurb_description {
    	font-size: var(--fs20);
    }
    .benefits-module h3 span {
        margin-top: 5px;
	    font-size: var(--fs24);
    }
    div {
    	font-size: 1rem;
    	line-height: 1.4em;
    }
    .benefits-module {
    	padding-top: 110px !important;
    }
    .event-section {
    	padding-left: 0 !important;
    	padding-right: 0 !important;    	
    }
    .pricing-preview-row {
    	gap: 20px;
    }
    .card-s .et_pb_main_blurb_image {
    	text-align: left;
    }
    .card-s h3 {
    	text-align: left !important;
    }
    .card-s .et_pb_blurb_description {
    	text-align: left !important;
    }
    .btn-row .et_pb_column {
    	display: grid;
    	grid-template-columns: 1fr;
    	gap: 10px;
    }
    .footer-row .two-cols-col .footer-menu ul {
    	grid-template-columns: 1fr;
    }
    .et_pb_section {
    	padding: 100px 0 !important;
    }
    .et_pb_row, .fullwidth .et_pb_row {
    	width: 85%;
    }
    .intro-section {
    	padding-top: 0 !important;
    	padding-bottom: 0 !important;    	
    }
	.menu-custom-section {
		padding: 20px 0 !important;
	}
/*	.has_et_pb_sticky .menu-custom-left-col {
		width: 100% !important;
	}*/
	.menu-custom-row {
		width: 85% !important;
	}
	.newsletter-section {
		padding: 50px 0 !important;
	}
	.newsletter-row .et_pb_column {
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;
	}
	.page-features .header-section {
		height: 100vh !important;
		padding-bottom: 0 !important;
	}
	.why-module .et_pb_main_blurb_image, .why-module h3, .why-module .et_pb_blurb_description {
		text-align: left;
	}
	.no-padding-t {
	    padding-top: 0 !important;
	}	
	.no-padding-b {
	    padding-bottom: 0 !important;
	}
    .offer-row {
        grid-template-columns: 55% repeat(3, 45%);
    }
    .et_pb_text_align_center * {
    	text-align: left !important;
    }
    .subtitle-module, .published {
    	font-size: 0.875rem !important;
    }
    .et_pb_cta_13.et_pb_promo h2 {
    	text-align: left !important;
    }
    .header-row {
    	max-width: 100%;
    }
    .tab-module .et_pb_tab {
    	padding: 30px 0 !important;
    }
    .cta-section {
    	padding: 80px 0 !important;
    }
    .header-section {
        height: 100% !important;
        padding: 150px 0 80px 0 !important;
    }
    .header-row {
    	position: relative;
    	bottom: 0 !important;
    }
    .sub-header-section {
    	padding: 50px 0 !important;
    }
	.offer-name h3 {
	    text-align: center !important;
	}
	.logo-sourceforge {
		margin-bottom: 0 !important;
		text-align: center !important;
	}
	.game-row .ab-img-col {
		grid-template-columns: 1fr;
	}
	.ressources-list-section {
		padding-top: 0 !important;
	}
	.filters-section {
		padding: 50px 0 !important;
	}
	.footer-baseline .et_pb_text_inner {
		line-height: 1em;
	}
    .sub-header-module .et_pb_text_inner {
        font-size: var(--fs20);
        line-height: 1.4em;
    }
    .opacity-row {
    	position: relative;
    	top: 0;
    	margin-bottom: 20px;
    }
    .opacity-title h3 {
        line-height: 0.8em;
    }
    .cta-module {
    	margin-bottom: 0 !important;
    }
    .hs-form .form-columns-2 {
    	grid-template-columns: 1fr;
    }
    .header-post-title-row {
    	width: 95%;
    }
    .header-post-section {
    	padding-top: 180px !important;
    }
    .header-post-section.success-story {
    	padding-top: 230px !important;	
    }
    .header-post-cat-module a {
    	line-height: 1em;
    }
	.padding-t-s {
	    padding-top: var(--50px) !important;
	}
	.padding-b-s {
	    padding-bottom: var(--50px) !important;
	}
	.post-webinars-section {
		padding-top: 0 !important;
	}
	.benefits-module {
		padding: var(--120px) 30px 30px 30px !important;
	}
	.opacity-title-section {
		margin-top: 0 !important;
	}
	.pricing-preview-item .et_pb_blurb_description, .pricing-preview-item h4 {
		text-align: center !important;
	}
	.partner-card {
		padding: 30px !important;
	}
	.partners-list-section .title-module {
		margin-bottom: 30px !important;
	}
	.partners-list-section .title-module {
		margin-bottom: 0 !important;
	}
    .home .header-section {
        padding: 250px 0 80px 0 !important;
    }
    .success-key-row, div[class*="flex-"] .et_pb_column {
    	gap: 10px;
    }
    .big-list-module ul li {
    	padding-left: 60px !important;
    }
    .game-module img {
    	max-height: 80px;
    }
    .ressource-fav-content .divi-filter-loop-container article.et_pb_post .post-content-inner {
    	font-size: 1rem !important;
    }
    .feature-section, .training-section {
    	padding-top: 0 !important;
    }
    .training-how-module .et_pb_blurb_content {
    	display: block;
    }
    .training-how-module .et_pb_blurb_container {
    	padding-left: 0 !important;
    	margin-top: 20px !important;
    }
    .et_pb_blurb_content img, .benefits-module::before {
    	max-height: 44px !important;
    	width: auto !important;
    }
    .game-module .et_pb_blurb_content img {
    	max-height: 80px !important;
    }
    .intro-module .et_pb_blurb_content img {
    	display: none;
    }
    .footer-legal-row .et_pb_column {
    	display: block;
    }
    .footer-legal-row .et_pb_column .et_pb_text_inner {
    	text-align: left !important;
    }
}
@media screen and (max-width: 360px) {
}

/*



















*/</pre></body></html>