.page-id-28 .elementor-section.elementor-section-boxed > .elementor-container {
  	max-width: 1400px;
}
.clear {
	zoom: 1;
}
.clear:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
div.elementor[data-elementor-type="wp-page"] > section.elementor-section {
	overflow: hidden;
}
.lang_fr .en_txt {
    display: none;
}
.lang_en .fr_txt {
    display: none;
}
b, strong {
	font-weight: bold;
}
.arrow_btn{
  display:none;
  position:absolute;
  color: #011640;
  right:10px;
  top: 11px;
  z-index: 9999;
}
.mobile, .arrow_btn .fa-chevron-up, .arrow_btn.menu_open .fa-chevron-down {
	display: none;
}
.arrow_btn.menu_open .fa-chevron-up {
	display: block;
}
.elementor-menu-toggle {
	padding: 5px 6px !important;
}
.solutions_block .hover_item, .solutions_block .elementor-element:hover .nohover_item {
	display: none;
}
.solutions_block .elementor-element:hover .hover_item {
	display: block;
}
.solutions_block .elementor-heading-title {
	position: relative;
	padding: 0 0 15px 0;
	margin: 0 0 10px 0;
}
.solutions_block .elementor-heading-title:after {
	content: "";
	position: absolute;
	width: 100px;
	height: 1px;
	background: #007abf;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}
.solutions_block .elementor-column:hover .elementor-heading-title:after {
	background: #fff;
}
.solutions_block .elementor-widget {
	margin: 0 !important;
}
.solutions_block .solutions_logos svg {
	height: 40px;
}
.solutions_block .elementor-column:hover path {
	fill: #fff !important;
}
.solutions_block .elementor-column:hover polygon {
	stroke: #fff !important;
}
.solutions_block .elementor-column:hover .elementor-heading-title, .solutions_block .elementor-column:hover .elementor-element {
	color: #fff !important;
}
.head_left .elementor-widget, .head_right .elementor-widget, .mb0 {
	margin-bottom: 0 !important;
}
ul.lang_list {
	list-style: none;
	display: flex;
}
ul.lang_list > li {
	padding: 0 10px 0 0;
}
.top_lang {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	width: auto !important;
	margin: 0 !important;
}
.award_line {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 10px 0;
}
.award_img {
	width: 80px;
}
.award_txt {
	width: calc(100% - 90px);
}
.tl-content .award_img img {
	float: none;
}
.hover_blue_txt .elementor-column:hover .elementor-widget-container .elementor-image-box-description,
.shield_toggle .elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon i:before,
.shield_toggle .elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-title {
  	color: #005b9d !important;
}
.shield_toggle .elementor-toggle .elementor-tab-title {
	border: 1px solid #005b9d !important;
}
.blue_btn {
	border: 1px solid #005b9d !important;
	background: #005b9d !important;
	color: #fff !important;
}
.blue_btn:hover {
	background: #fff !important;
	color: #005b9d !important;
}
.loop_box_title {
	background: #005b9d;
}
.wrap_btn {
	padding: 15px 0 0 0;
}
.box_btn {
	border: 1px solid #252143;
	color: #252143 !important;
	padding: 7px 15px;
	display: inline-block;
	border-radius: 7px;
	margin: 5px;
}
.box_btn:hover {
	background: #252143;
	color: #fff !important;
}
.ekit-wid-con .profile-card:hover .profile-body .profile-title {
  	color: #252143;
}
.ekit-wid-con .profile-card {
	box-shadow: none !important;
}
.ekit-wid-con .profile-card .profile-header:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	-webkit-transition: .35s;
	-o-transition: .35s;
	transition: .35s;
}
.ekit-wid-con .profile-card:hover .profile-header:after {
	opacity: 0.4;
}
.profile-footer .share-icon {
	background: #fff;
	border: 3px solid #c3c3c357;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 2px 4px 0 #afaaaab3;
	box-shadow: 0 2px 4px 0 #afaaaab3;
	color: #252143;
	cursor: pointer;
	height: 30px;
	width: 30px;
	text-align: center;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;	
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
}
.profile-card:hover .share-icon {
	background: #252143;
	border: 3px solid #2521433d;
	-webkit-box-shadow: 0 2px 4px 0 #2521433d;
	box-shadow: 0 2px 4px 0 #2521433d;
	color: #fff;
}
.ekit-wid-con .profile-header {
	overflow: visible;
	margin-bottom: 25px;
}
.ekit-wid-con .profile-card .profile-footer {
	position: absolute;
	right: 10px;
	bottom: -20px;
	z-index: 1;
}
.ekit-wid-con .profile-header .ekit-team-social-list, .bottom_lang .foot_social .ekit-team-social-list {
	 -webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	width: auto;
}
.ekit-wid-con .ekit-team-social-list > li {
	margin: 0 0 10px 0 !important;
	opacity: 0;
	 -webkit-transform: scale(0);
	  -ms-transform: scale(0);
	  transform: scale(0);
}
.ekit-wid-con .profile-card:hover .ekit-team-social-list > li {
	  opacity: 1;
	  -webkit-transform: scale(1);
	  -ms-transform: scale(1);
	  transform: scale(1);
	  -webkit-transition: .35s ease;
	  -o-transition: .35s ease;
	  transition: .35s ease;
}
.ekit-wid-con .profile-card:hover .ekit-team-social-list > li:nth-child(2) {
  -webkit-transition-delay: .1s !important;
  -o-transition-delay: .1s !important;
  transition-delay: .1s !important;
}
.ekit-wid-con .profile-card:hover .ekit-team-social-list > li:nth-child(3) {
  -webkit-transition-delay: .14s !important;
  -o-transition-delay: .14s !important;
  transition-delay: .14s !important;
}
.ekit-wid-con .profile-card {
	padding: 0;
}
.ekit-wid-con .profile-header > img {
	width: 200px;
	height: 200px;
}
.ekit-wid-con .profile-body {
  padding: 0 0 20px 0;
}
.ekit-wid-con .profile-body .profile-title {
	font-size: 20px;
}
.accompagnement_box {
	margin-top: 30px;
}
.accompagnement_box:before {
	content: "";
	background: #dae8f4;
	width: 50px;
	height: 50px;
	position: absolute;
	transform: rotate(45deg);
	top: -24px;
	left: 50%;
	margin-left: -25px;
}
.row_btns .elementor-widget-button, .row_btns .elementor-widget-button .elementor-widget-container, 
.row_btns .elementor-button-wrapper, .row_btns .elementor-button, .row_btns .elementor-button-wrapper .elementor-button-content-wrapper {
	height: 100%;
}
.row_btns .elementor-button-wrapper .elementor-button-content-wrapper {
	align-items: center;
}
.row_btns .elementor-button-text span {
	display: inline-block;
	padding: 5px 15px;
	border-radius: 7px;
	background: #f9f9f9;
	margin: 10px 0 0 0;
	text-transform: none;
	font-size: 15px;
}
.row_btns .elementor-button:hover .elementor-button-text span {
	color: #275b9b;
	background: #fff;
}
.bottom_lang {
	display: block;
	position: fixed;
	left: 10px;
	bottom: 60px;
	z-index: 9999;
}
.foot_social .share-icon {
	background: #252143;
	color: #fff;
	border: none;
	width: 40px;
	height: 40px;
	font-size: 18px;
	margin: 0 0 10px 0;
}
.bottom_lang .profile-card {
	background: none !important;
}
.bottom_lang .ekit-team-social-list > li > a {
	border-radius: 50%;
	background: #fff;
	border: 1px solid #252143;
	color: #252143;
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
}
.bottom_lang .ekit-team-social-list > li > a:hover {
	background: #fff;
}
ul.ellipsis {
	list-style: none;
}
ul.ellipsis li {
	position: relative;
	padding: 0 0 5px 25px;
}
ul.ellipsis li:before {
	content: "\f141";
	font-family: "Font Awesome 5 Free";
	font-size: 17px;
	position: absolute;
	top: 0;
	left: 0;
}
ul.column2 {
	column-count: 2;
}
ul.column2 li {
	padding-right: 25px;
}
.mega-disable-link > a {
	cursor: default !important;
}
.mega-sub-menu .mega-disable-link > a:hover {
	color: #252143 !important;
}
.mega-menu-wrap > ul.max-mega-menu > li > ul.mega-sub-menu {
	box-shadow: 0px 20px 30px 3px rgba(0, 0, 0, 0.1) !important;
}
li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
  margin-left: 0 !important;
}
.icon_center_btn .elementor-button-content-wrapper {
	align-items: center;
}
.icon_center_btn .elementor-button-content-wrapper .elementor-button-text {
	text-align: left;
}
.icon_center_btn a {
	display: block;
}
.elementor-widget-elementskit-funfact, .elementor-widget-elementskit-funfact > .elementor-widget-container {
	height: 100%;
}
.form_objets form {
	width: 100% !important;
}
.li_large li {
	padding-bottom: 20px;
}
.pc_block {
	display: block;
}
.valeur_block .elementor-image-box-img {
	height: 96px;
	overflow: hidden;
}
.valeur_block .elementor-container > .elementor-column:hover .elementor-image-box-img img  {
	margin-top: -96px;
}
.valeur_block .elementor-container > .elementor-column:hover .elementor-image-box-title,
.valeur_block .elementor-container > .elementor-column:hover .elementor-image-box-description {
	color: #fff;
}
.valeur_block .elementor-container > .elementor-column .elementor-image-box-description {
	text-align: center;
}
.atouts_block .elementor-widget-image img {
	max-height: 158px;
	width: auto;
}
.pentest_equipes .elementor-widget-image img {
	max-height: 258px;
	width: auto;
}
.hidetxt_hover .elementor-column .elementor-widget-heading {
	margin: 0;
}
.hidetxt_hover .hide_txt, .hidetxt_hover .elementor-column:hover .elementor-widget-heading {
	display: none;
}
.hidetxt_hover .elementor-column:hover .hide_txt {
	display: block;
}
.hover_darkblue_txt .elementor-column > .elementor-widget-wrap:hover .elementor-heading-title,
.hover_darkblue_txt .elementor-column > .elementor-widget-wrap:hover .elementor-widget-text-editor {
	color: #252143;
}
.pentest_form {
	border: 1px solid #fff;
}
.form_red_border .pentest_form {
	border-color: #f00;
}
.wb_txt {
	position: relative;
}
.wb_txt:before {
	content: "";
	position: absolute;
	left: 50%;
	top: -30px;
	transform: translateX(-50%);
	width: 180px;
	height: 2px;
	background: #fff;
}
.client_logos .swiper-slide[data-swiper-slide-index="1"] img, .client_logos .swiper-slide[data-swiper-slide-index="13"] img {
	max-height: 20px;
}
.client_logos .swiper-slide[data-swiper-slide-index="2"] img,
.client_logos .swiper-slide[data-swiper-slide-index="7"] img, .client_logos .swiper-slide[data-swiper-slide-index="9"] img {
	max-height: 30px;
}
.client_logos .swiper-slide[data-swiper-slide-index="0"] img, .client_logos .swiper-slide[data-swiper-slide-index="15"] img {
	max-height: 40px;
}
.client_logos > .elementor-container {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding-top: 10px;
}
.rd_block {
	position: relative;
}
.rd_block img {
	display: block;
}
.rd_block > div  {
	position: absolute;
	transition: transform .3s;
}
.rd_block .rd-1 {
	top: calc(113*100%/424.667);
	left: 0;
	width: calc(331*100%/1200);
}
.rd_block .rd-2 {
	top: 0;
	left: calc(111*100%/1120);
	width: calc(293*100%/1200);
}
.rd_block .rd-3 {
	top: 0;
	left: calc(384*100%/1120);
	width: calc(296*100%/1200);
}
.rd_block .rd-4 {
	bottom: 0;
	left: calc(461*100%/1120);
	width: calc(294*100%/1200);
}
.rd_block .rd-5 {
	bottom: 0;
	left: calc(735*100%/1120);
	width: calc(293*100%/1200);
}
.rd_block .rd-6 {
	top: calc(37*100%/424.667);
	right: 0;
	width: calc(330*100%/1200);
}
.rd_block > div:hover {
	transform: scale(1.05);
	z-index: 1;
}
ul.mega-sub-menu > li.mega-blue_shield_bg {
	background: #005b9d !important;
	color: #fff !important;
	border-radius: 7px !important;
}
ul.mega-sub-menu > li.mega-blue_shield_bg a {
	color: #fff !important;
}
ul.mega-sub-menu > li.mega-blue_shield_bg > ul.mega-sub-menu {
	height: calc(100% - 71px) !important;
}
ul.mega-sub-menu > li.mega-blue_shield_bg > ul.mega-sub-menu > li {
	height: 100% !important;
}
ul.mega-sub-menu > li.mega-blue_shield_bg > ul.mega-sub-menu > li a {
	position: unset !important;
}
ul.mega-sub-menu > li.mega-blue_shield_bg > ul.mega-sub-menu > li a:after {
	content: "\f345";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	font-family: dashicons;
	font-size: inherit;
	font-weight: normal;
	display: block !important;
	color: #fff;
	border: 1px solid;
	border-radius: 3px;
}
ul.mega-sub-menu > li.mega-blue_shield_bg.mega-disable-link a:hover {
	color: #fff !important;
}
ul.mega-sub-menu > li.mega-blue_shield_bg > ul.mega-sub-menu > li a:hover:after {
	color: #005b9d !important;
	background: #fff !important;
}
.solution_menu > ul.mega-sub-menu > li > ul.mega-sub-menu > li > a.mega-menu-link {
	font-size: 18px !important;
	font-weight: bold !important;
}

.solution_menu > ul.mega-sub-menu > li > ul.mega-sub-menu > li > ul li {
	position: relative;
}
.solution_menu > ul.mega-sub-menu > li > ul.mega-sub-menu > li > ul li:before {
	content: "";
	background: #fff;
	width: 4px;
	height: 4px;
	position: absolute;
	border-radius: 50%;
	top: 3px;
	left: 0;
}
.solution_menu_block1 > a, .solution_menu_block2 > a {
	display: none !important;
}
.webmg_block {
	max-width: 1300px;
	margin: 100px auto;
	width: calc(100% - 30px);
}
.cve_box > .elementor-widget-wrap {
	position: relative;
	padding-bottom: 120px !important;
}
.cve_btn, .more_btn {
	position: absolute;
	bottom: 20px;
	left: 0;
}
.cve_date {
	position: absolute;
	bottom: 80px;
	margin: 0 !important;
	left: 0;
}
.cve_date p {
	margin: 0 !important;
}
.the_box > .elementor-widget-wrap {
	position: relative;
	padding-bottom: 50px !important;
}
.webmaga_block {
	width: 80%;
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
}
#axeptio_overlay > .ax-website-overlay {
	bottom: 0 !important;
}
.ready_bg2::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: url('/wp-content/uploads/2022/07/lab-pic.jpg') no-repeat 0 0;
	background-size: auto;
	background-size: auto;
	right: -100px;
	transform: rotate(180deg);
	z-index: -1;
	opacity: 0.5;
}
.ready_bg2::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: url('/wp-content/uploads/2022/07/lab-pic.jpg') no-repeat 0 0;
	background-size: auto;
	background-size: auto;
	left: -100px;
	opacity: 0.5;
}
.foot_top, .foot_top a {
	color: #fff;
}
.foot_top a:hover {
	color: #adadad;
}
.foot_top ul {
	list-style: none;
	padding: 0;
}
.foot_top .elementor-widget .elementor-icon-list-item, .foot_top .elementor-widget .elementor-icon-list-item a {
	align-items: start;
}
.foot_top .elementor-widget .elementor-icon-list-items i {
	padding: 7px 0 0 0;
}

@media screen and (min-width: 1025px){
	.mega-menu-wrap > ul.max-mega-menu > li > ul.mega-sub-menu {
		top: 60px !important;
		width: 60vw !important;
		left: 50% !important;
		transform: translateX(-50%) !important;
		display: flex !important;
	}
	.mega-menu-wrap > ul.max-mega-menu > li.sub_w85 > ul.mega-sub-menu {
		width: 85vw !important;
	}
	.mega-menu-wrap > ul.max-mega-menu > li.one_col > ul.mega-sub-menu {
		display: block !important;
	}
	.mega-menu-wrap > ul.max-mega-menu > li.mega-menu-flyout > ul.mega-sub-menu {
		width: 250px !important;
		left: inherit !important;
		transform: none !important;
		display: block !important;
	}
	.mega-sub-menu .menu_box > a {
		text-decoration: inherit !important;
		height: 100% !important;
		border: 1px solid #007abf !important;
		border-radius: 7px !important;
		color: #007abf !important;
		align-items: center;
		display: flex !important;
		justify-content: center;
		font-size: 16px !important;
		font-weight: bold !important;
	}
	.mega-sub-menu .menu_box > a:hover {
		color: #fff !important;
		background: #007abf !important;
	}
	.solution_menu > ul.mega-sub-menu {
		padding: 0 !important;
		flex-wrap: wrap;
	}
	.solution_menu_block1 {
		padding-top: 20px !important;
		padding-bottom: 0 !important;
	}
	.solution_menu_block2 {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.solution_menu_block2 > .mega-sub-menu > li {
		padding-top: 20px !important;
	}
	.solution_menu > ul.mega-sub-menu a:hover {
		color: #275b9b !important;
	}
	
	.solution_menu > ul.mega-sub-menu > li:nth-child(2) {
		border-top: 7px solid #252143 !important;
	}
	.solution_menu > ul.mega-sub-menu > li > ul.mega-sub-menu > li > a, 
	.solution_menu > ul.mega-sub-menu > li > ul.mega-sub-menu > li > ul {
		padding: 0 20px !important;
	}
	.solution_menu > ul.mega-sub-menu > li > ul.mega-sub-menu > li > ul {
		margin: 10px 0 30px 0 !important;
	}
	.solution_menu > ul.mega-sub-menu > li:nth-child(2) > ul.mega-sub-menu > li:first-child {
		height: 100% !important;
	}
	.solution_menu > ul.mega-sub-menu > li:nth-child(2) > ul.mega-sub-menu > li:nth-child(2) {
		display: flex !important;
		align-items: center;
		height: 100% !important;
		justify-content: center;
		border-left: 7px solid #252143 !important;
	}
	.solution_menu > ul.mega-sub-menu > li:nth-child(2) > ul.mega-sub-menu {
		height: 100% !important;
	}
}
@media screen and (min-width: 768px){
	.bottom_lang ul.lang_list {
		display: none;
	}
}
@media screen and (max-width: 1560px){
	.elementor-column.elementor-col-25.head_left {
		max-width: 200px;
	}
}
@media screen and (max-width: 1415px){
	.top_head .head_right .head_btn .elementor-widget-container {
		margin-left: -70px;
	}
}

@media screen and (max-width: 1024px){
	.arrow_btn {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 50px;
		height: 50px;
		background: #f2f2f2;
	}
	.elementor-nav-menu .sub-arrow {
		display:none !important;
	}
	.elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active + .elementor-nav-menu__container {
		max-height: calc(100vh - 70px) !important;
		overflow-y: auto;
	}
	.mega-menu-wrap > ul.max-mega-menu {
		top: 60px !important;
		z-index: 99999  !important;
		max-height: 100vh !important;
		overflow-y: auto !important;
		padding-bottom: 80px !important;
	}
	.mega-menu-wrap > ul.max-mega-menu > li {
		background: #222 !important;
	}
	.top_head_menu, .head_right {
		width: auto !important;
	}
	.top_head > .elementor-container {
		justify-content: space-between;
	}
	.top_head .head_btn {
		margin-right: 70px;
	}
	.top_head_menu {
		position: absolute;
		right: 230px;
	}
	.lang_en .top_head_menu {
		position: absolute;
		right: 220px;
	}
}
@media screen and (max-width: 767px){
	.mobile_block, .mobile {
		display:block;
	}
	.pc {
		display: none;
	}
	.mobile_white_btn .elementor-button {
		background: #fff !important;
		color: #252143 !important;
	}
	.head_btn {
		right: 0;
	}
	.top_lang {
		display: none;
	}
	.top_head .head_btn {
		margin-right: 0;
	}
	.top_head_menu {
		position: absolute;
		right: 140px;
	}
	.lang_en .top_head_menu {
		position: absolute;
		right: 110px;
	}
	.ekit-wid-con .profile-body {
		text-align: center;
	}
	ul.column2 {
		column-count: 1;
	}
	ul.column2 li {
		padding-right: 0;
	}
	
	ul.mega-sub-menu > li.mega-menu-item {
		width: 100% !important;
		clear: both;
	}
	.pc_block {
		display: inline;
	}
	.mobile_block {
		display: block;
	}
	.pentest_box .elementor-image-box-img {
		text-align: center;
	}
	.pentest_box .elementor-image-box-img img {
		max-width: 200px;
	}
	.webmaga_block {
		width: 90%;
	}
	.loop_box_title {
		height: inherit !important;
	}
}