/*
 Theme Name:   Webedia France Theme
 Theme URI:    https://4034f275-a97e-4955-828e-11eadb3f53d1.p.bardy.io/
 Description:  Webedia France Theme made by Le Collectif Freelance
 Author:       Le Collectif Freelance
 Author URI:   https://48c44f75-1c3b-4e6b-b6dc-42d093d74ee1.p.bardy.io
 Template:     Divi
 Version:      1.0.0
*/

/*****Add any custom CSS below this line*****/

/* 
	1) BO	
	2) Header & Footer
	3) Global design
	4) Jobs
	5) Webedia Rights
	OLD
*/

/***** 1) BO *****/
.et-fb .et-l--header *, .et-fb .et-l--footer * {pointer-events: none !important;}

	/* Global design • Shaped section */
	.et-fb-root-ancestor .shaped-col-content {display: block;}

	/* Numbers row */
	@media screen and (min-width: 768px) {
		.et-fb-root-ancestor .numbers {display: grid; grid-template-columns: repeat(5, 1fr); grid-template-rows: repeat(2, 1fr); grid-column-gap: 0px; grid-row-gap: 0px;}
		.et-fb-root-ancestor .numbers .et_pb_module:nth-of-type(2) {grid-area: 1 / 1 / 2 / 2;}
		.et-fb-root-ancestor .numbers .et_pb_module:nth-of-type(3) {grid-area: 2 / 1 / 3 / 2;}
		.et-fb-root-ancestor .numbers .et_pb_module:nth-of-type(4) {grid-area: 1 / 2 / 2 / 3;}
		.et-fb-root-ancestor .numbers .et_pb_module:nth-of-type(5) {grid-area: 2 / 2 / 3 / 3;}
		.et-fb-root-ancestor .numbers .et_pb_module:nth-of-type(6) {grid-area: 1 / 3 / 2 / 4;}
		.et-fb-root-ancestor .numbers .et_pb_module:nth-of-type(7) {grid-area: 2 / 3 / 3 / 4;}
		.et-fb-root-ancestor .numbers .et_pb_module:nth-of-type(8) {grid-area: 1 / 4 / 2 / 5;}
		.et-fb-root-ancestor .numbers .et_pb_module:nth-of-type(9) {grid-area: 2 / 4 / 3 / 5;}
		.et-fb-root-ancestor .numbers .et_pb_module:nth-of-type(10) {grid-area: 1 / 5 / 2 / 6;}
	}

	/* Best Cases */
	.et-fb-root-ancestor .best-cases .owl-stage-outer {padding-bottom: 50px;}
	/* Custom modules */
	.webedia-map-world {z-index: 10 !important;}
	div.et-fb-modules-list li.et_fb_dp_oc, div.et-fb-modules-list li.et_fb_dp_oc_fw, div.et-fb-modules-list li.et_fb_dp_oc_custom, div.et-fb-modules-list li.et_fb_dp_oc_custom_fw, div.et-fb-modules-list li[class^="et_fb_dp_dmb_module"] {background-color: #f1f5f9 !important; color: #4c5866 !important;}
	div.et-fb-modules-list li.et_fb_dp_oc:before, div.et-fb-modules-list li.et_fb_dp_oc_fw:before, div.et-fb-modules-list li.et_fb_dp_oc_custom:before, div.et-fb-modules-list li.et_fb_dp_oc_custom_fw:before {color: #2b87da !important;}
	div.et-fb-modules-list li[class^="et_fb_dp_dmb_module"]:before {content: "!" !important; margin: 0px auto 5px auto !important;}
	.et-fb-settings-modal-module-credits {display: none;}
	/* Twitch modules */
	#twitch-embed {position: relative; overflow: hidden; width: 100%; padding-top: 56.25%;}
	#twitch-embed iframe {position: absolute; top: 0; left: 0; bottom: 0; right: 0; width: 100%; height: 100%;}

/***** 2) Header & Footer *****/

.fullwidth-menu {
  opacity: 0;
  top: 0vh;
  visibility: hidden;
  pointer-events: none;
}
.webedia-header {
	background: transparent;
	-webkit-transition: background-color 2s ease-out;
	-moz-transition: background-color 2s ease-out;
	-o-transition: background-color 2s ease-out;
	transition: background-color 2s ease-out;
}
body.no-scroll {overflow: hidden;}
body .webedia-header:not(.fixed-header) ul.et-menu > li.menu-item > a {color: #ffffff !important;}
body.et-db #et-boc .webedia-header:not(.fixed-header) ul.et-menu > li.menu-item > a, body .webedia-header:not(.fixed-header) .et_pb_code {color: #ffffff !important; border-color: #fff;}
body .webedia-header:not(.fixed-header) .et_pb_menu__logo {filter: brightness(0) invert(1);}
.fixed-header {
	background-color: #ffffff !important;
	-webkit-transition: background-color 2s ease-out;
	-moz-transition: background-color 2s ease-out;
	-o-transition: background-color 2s ease-out;
	transition: background-color 2s ease-out;
}
.webedia-header.fixed-header .desktop-menu {pointer-events: none;}

	/* Country switcher */
		header .current_language {font-weight: 700;}
		/* Header Bar Menu */
		nav.desktop-lang-switch ul {margin: 0; padding: 0; list-style: none;}
		.desktop-lang-switch ul.site-switcher-container {display: inline-block;}
		.desktop-lang-switch ul.site-switcher-container li {position: relative; float: left;}
		.desktop-lang-switch ul.site-switcher-container li > ul {
			position: absolute;
			right: 0;
			top: 100%;
			z-index: 1;
			text-align: right;
			visibility: hidden;
			opacity: 0;
			transition: all .2s ease-in-out;
		}
		.desktop-lang-switch ul.site-switcher-container li > ul li {float: none; margin: 0;}
		.desktop-lang-switch ul.site-switcher-container li > ul li a {display: block; transition: all .2s ease-in-out;}
		.desktop-lang-switch ul.site-switcher-container li > ul li a:hover {opacity: 0.7;}
		.desktop-lang-switch ul.site-switcher-container li.active {pointer-events: none;}
		.desktop-lang-switch svg path {transition: all .4s ease-in-out;}
		.fixed-header .desktop-lang-switch svg path {fill: #000000;}
		.desktop-lang-switch ul.site-switcher-container li > ul.site-switcher.active {visibility: visible; opacity: 1;}
		.desktop-lang-switch ul.site-switcher-container li:hover > ul.site-switcher:before {transform: scaleY(1);}
		.desktop-lang-switch ul.site-switcher-container li > ul.site-switcher:before {
			content: "";
			display: block;
			height: calc(100% + 21px);
			width: 3px;
			top: -28px;
			right: -10px;
			position: absolute;
			background-color: #0028be;
			transform: scaleY(0);
			transform-origin: top center;
			transition: all 0.6s cubic-bezier(0.24, 0.44, 0.16, 1.07);
		}
		.desktop-lang-switch a {
			font-family: 'Kapra Neue Regular',Helvetica,Arial,Lucida,sans-serif !important;
			font-size: 17px;
			letter-spacing: 0.5px;
			text-transform: uppercase;   
		}
		.desktop-lang-switch a.current_language {font-family: 'Kapra Neue Medium',Helvetica,Arial,Lucida,sans-serif !important;}

		/* Fullscreen Menu */
		.fullwidth-menu .site-switcher a, .header-bar .site-switcher a {color: #ffffff;}
		@media all and (min-width: 981px) {
			.fullwidth-menu .site-switcher {
				-webkit-column-count: 2;
				-moz-column-count: 2;
				column-count: 2;
				-webkit-column-gap: 50px;
				-moz-column-gap: 50px;
				column-gap: 50px;
				line-height: 26px;
				padding-left: 12px;
				padding-bottom: 12px;
			}
		}
		@media all and (max-width: 767px) {
			.fullwidth-menu .site-switcher {
				-webkit-column-count: 2;
				-moz-column-count: 2;
				column-count: 2;
				-webkit-column-gap: 50px;
				-moz-column-gap: 50px;
				column-gap: 50px;
				line-height: 26px;
				padding-left: 12px;
				padding-bottom: 12px;
			}
		}
		.fullwidth-menu .site-switcher a {vertical-align: top;}
/*
	.header-bar .site-switcher {
		list-style-type: none;
		padding: 0;
		margin: 0;
		border: 2px solid #fff;
		max-height: 30px;
		overflow: hidden;
		transition: max-height 2s ease 0s;
		display: flex;
		flex-direction: column;
	}
	.header-bar .site-switcher:hover {max-height: 100% !important;}
	.header-bar .site-switcher a {display: block;}
	.header-bar .site-switcher a.current_language {pointer-events: none;order: -1 !important;}
*/

	/* Sub-menu */
	ul.et-menu .sub-menu {
		padding: 3px 0 0 0 !important;
		border: none;
		box-shadow: none;
		-webkit-box-shadow: none;
	}
	ul.et-menu .sub-menu:before {
		content: "";
		display: block;
		height: calc(100% + 19px);
		width: 3px;
		top: -29px;
		left: -3px;
		position: absolute;
		background-color: #0028be;
		transform: scaleY(0);
		transform-origin: top center;
		transition: all 0.6s cubic-bezier(0.24, 0.44, 0.16, 1.07);
	}
	ul.et-menu.et-menu > li.menu-item.menu-item-has-children:hover .sub-menu:before {transform: scaleY(1);}
	ul.et-menu .sub-menu li {padding: 0 10px !important; width: 100%;}
	ul.et-menu .sub-menu li a{padding: 3px 0 !important; width: 100% !important;}
	ul.et-menu .sub-menu li a:hover {background-color: transparent}
	ul.et-menu .sub-menu li a {font-size: 17px; letter-spacing: 0.5px;}

		/* Active sub-menu item & hover */
		ul.et-menu .current-menu-parent .sub-menu li:not(.current_page_item) a {opacity: 0.7;}
		ul.et-menu .current-menu-parent .sub-menu li:hover a {opacity: 1 !important;}

	/* Logo Switch */
	.fixed-header .switch-logo .main-logo {transform: translateY(-100%);}
	.fixed-header .switch-logo .scroll-logo {transform: translateY(-50%) !important;}
	.switch-logo .main-logo, .switch-logo .scroll-logo {-webkit-transition: transform 0.2s ease-out; -moz-transition: transform 0.2s ease-out; -o-transition: transform 0.2s ease-out; transition: transform 0.2s ease-out;}

	/* Current page */
	.webedia-header ul.et-menu > li.current_page_parent a {font-family: 'Kapra Neue Medium',Helvetica,Arial,Lucida,sans-serif !important;}
	ul.et-menu > li.current_page_parent:before {left: 0;}
	ul.et-menu > li.current_page_parent.menu-item-has-children:before {left: -4px;}
	ul.et-menu > li:not(.menu-item-type-custom, .menu-item-has-children) a {padding-left: 10px; padding-right: 10px;}
	ul.et-menu li a {text-shadow: 0em 0em 0.3em rgb(0 0 0 / 25%);}

	/* Fullscreen Menu */
	.fullwidth-menu .full-screen-menu .et_mobile_nav_menu {display: none;}
	.fullwidth-menu .full-screen-menu .et_pb_menu__menu {display: flex !important;}
	.webedia-header:before {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.webedia-header.fullwidth-menu-isopen:before {background: #001478; transition: all 0s ease-in 0.7s;}
	@media all and (max-width: 980px) {
		.webedia-header .desktop-menu {display: none;}
		.line {background-color: #ffffff !important;}
		.fixed-header:not(.fullwidth-menu-isopen) .line {background-color: #001478 !important;}
	}
	@media all and (min-width: 981px) {
		.webedia-header:not(.fixed-header, .fullwidth-menu-isopen) .fullwidth-open.burger {
			opacity: 0;
			visibility: hidden;
			pointer-events: none;
		}
		.webedia-header.fixed-header .fullwidth-open.burger {
			opacity: 1;
			visibility: visible;
			pointer-events: initial;
		}
	}
	.line {
		display: block;
		position: absolute;
		height: 3px;
		width: 100%;
		background: #001478;
		opacity: 1;
		-webkit-transition: .1s ease-in-out;
		-moz-transition: .1s ease-in-out;
		-o-transition: .1s ease-in-out;
		transition: .1s ease-in-out;
	}
	.fullwidth-open.open .line{background: white;}
	.line-1 {top: 15px;}
	.line-2 {top: 25px; width: 80%;}
	.line-3 {top: 35px; width: 50%;}
	.fullwidth-open.open .line-1 {
		top: 25px;
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		-o-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	.fullwidth-open.open .line-2 {
		display: none;
	}
	.fullwidth-open.open .line-3 {
		top: 25px;
		width: 100%;
		-webkit-transform: rotate(-135deg);
		-moz-transform: rotate(-135deg);
		-o-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}
	.fullwidth-menu-open {
		opacity: 1 !important;
		top: 0 !important;
		visibility: visible !important;
		pointer-events: initial !important;
	}
	.fullwidth-menu {
		-webkit-transition: all 0.5s ease !important;
		-moz-transition: all 0.5s ease !important;
		-o-transition: all 0.5s ease !important;
		-ms-transition: all 0.5s ease !important;
		transition: all 0.5s ease !important;
	}
	.toggle-sub-menu {cursor: pointer;}
	.full-screen-menu ul.et-menu > li.menu-item.menu-item-has-children ul.sub-menu {
		overflow: hidden; 
	}
	.full-screen-menu ul.et-menu > li.menu-item.menu-item-has-children ul.sub-menu.submenu-closed {
		height: 0 !important;
	}
	.full-screen-menu ul.et-menu > li.menu-item.menu-item-has-children a:after {display: none;}
	.full-screen-menu ul.et-menu > li.menu-item > a {padding: 3.5% 0;display: block;line-height: 1;}
	
	.full-screen-menu ul.et-menu > li.menu-item, .full-screen-menu ul.et-menu > li.menu-item > a, .full-screen-menu ul.et-menu > li.menu-item > span, .full-screen-menu ul.et-menu > li.menu-item > ul {display: inline-block !important;}
	
	body.et-db #et-boc .full-screen-menu ul.et-menu > li ul.sub-menu li, body.et-db #et-boc .full-screen-menu ul.et-menu > li ul.sub-menu li a {padding: 0; display: block;}

	@media all and (max-width: 980px) {
		.full-screen-menu ul.et-menu > li.menu-item.menu-item-has-children ul.sub-menu a {font-size: 2vw !important;}
		.full-screen-menu ul.et-menu > li.menu-item > .toggle-sub-menu {font-size: 4vw !important;}
		.fullwidth-menu .site-switcher a {font-size: 1.8vw !important;}
	}
	@media all and (max-width: 767px) {
		.full-screen-menu .fullwidth-menu-inner {flex-direction: column;}
		.full-screen-menu .et_pb_menu__wrap {justify-content: flex-start;}
		.fullwidth-menu .site-switcher a {font-size: 4vw !important;}
		.full-screen-menu ul.et-menu > li.menu-item > .toggle-sub-menu {font-size: 7vw !important;}
		.full-screen-menu ul.et-menu > li.menu-item.menu-item-has-children ul.sub-menu a {font-size: 3.6vw !important; line-height: 1.7em !important;}
	}
	body.et-db #et-boc .full-screen-menu ul.et-menu > li.menu-item.menu-item-has-children ul.sub-menu a {
	  width: 100%;
		font-size: 1vw;
	  line-height: 1.5em;
		font-weight: 700;
		letter-spacing: 0.1em;
	}
	.full-screen-menu ul.et-menu>li.menu-item.menu-item-has-children ul.sub-menu a:before {content: "• "}
	.full-screen-menu ul.et-menu > li.menu-item > .toggle-sub-menu {
		font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
		font-weight: 700;
		font-size: 2.4vw;
		letter-spacing: 0.1em;
		line-height: 1em;
		  color: #ffffff;
		margin-left: 12px;
	
	}
	body .full-screen-menu ul.et-menu, .full-screen-menu ul.et-menu > li {flex-direction: column; flex-wrap: nowrap;}
	body.et-db #et-boc .full-screen-menu ul.et-menu > li ul.sub-menu {
		position: relative;
		top: unset;
		left: unset;
		visibility: visible;
		opacity: 1;
		box-shadow: none;
		border: none;
		padding: 0;
		width: auto;
		display: flex !important;
		flex-direction: column;
	}
	/* -- */
	.fullwidth-menu-bg {
		position: fixed;
		top: 0;
		left: 0;
		display: flex;
		align-items: center;
		width: 100%;
		height: 100%;
		padding: 0 !important;
		transition: transform 0.25s;
		z-index: 1;
	}
	.fullwidth-menu-open .fullwidth-menu-bg {transform: translateX(0%) !important;}
	.fullwidth-menu-bg .et_pb_column  {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #001478;
		transform-origin: 0 50%;
		z-index: -1;
	}
	
	.fullwidth-menu-open .fullwidth-menu-bg .et_pb_column {
		animation: nav-bg 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
		transform: translateX(0%);
	}
	@keyframes nav-bg {
	  from {
		transform: translateX(-100%) skewX(-18deg);
	  }
	  to {
		transform: translateX(0);
	  }
	}
	.fixed-header .desktop-menu{transform: translateY(-100%)}
	.fixed-header .desktop-lang-switch {transform: translateY(-200%)}
	.fixed-header .burger {transform: scale(0.8) translateY(0%) !important;}
	.burger, .desktop-menu, .desktop-lang-switch {transition: 0.2s ease;}


	/* Menu actif */
	.webedia-header.fullwidth-menu-isopen {background-color: transparent !important;}
	.webedia-header.fullwidth-menu-isopen .switch-logo .main-logo {transform: translateY(0%);}
	.webedia-header.fullwidth-menu-isopen .switch-logo .scroll-logo {transform: translateY(100%) !important;}
	.webedia-header.fullwidth-menu-isopen .et_pb_menu--with-logo {filter: brightness(0) invert(1);}
	
	.webedia-header.fullwidth-menu-isopen .desktop-menu{transform: translateY(-100%)}
	.webedia-header.fullwidth-menu-isopen .desktop-lang-switch {transform: translateY(-200%)}
	.webedia-header.fullwidth-menu-isopen .burger {transform: scale(0.8) translateY(0%);}

	/* Footer */
	.footer-menu .et_mobile_nav_menu {display: none;}
	.footer-menu .et_pb_menu__menu {display: flex !important;}
	.footer-container .footer-content-container {
		width: 70%!important;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.footer-container .footer-content-container .footer-content-container-inner {flex-direction: row;}

		/* Social Networks */
		footer .et_pb_module.et_pb_social_media_follow li.et_pb_social_icon a {transition: background-color 300ms ease 0ms,background-image 300ms ease 0ms;}
		footer .et_pb_module.et_pb_social_media_follow li.et_pb_social_icon a:hover {background-color: #f2f6ff !important;}

	@media all and (max-width: 980px) {
		.footer-container .footer-content-container, .footer-container .footer-content-container .footer-content-container-inner .et_pb_column {width: 100%!important;}
		.footer-container .footer-content-container .footer-content-container-inner {flex-direction: column;}
	}
	
	@media all and (min-width: 981px) {
		.footer-container .footer-logo-container:after {
			content: "";
			width: 100%;
			height: 101%;
			background-color: #0028BE;
			position: absolute;
			top: 0;
			right: 0;
			transform: skew(-17.2deg);
			z-index: -1;
			transform-origin: bottom;
			backface-visibility: hidden;
		}
	}


/***** 3) Global Design *****/

#msls {display: none;}

sup, sub {font-size: 70%;}
.grecaptcha-badge {display: none !important;}
.inline-btn .et_pb_button_module_wrapper {display: inline-block; margin-right: 14px;}

/* Numbers counters */
.numbers .slick-track {margin: 0 auto !important;}
.numbers .et_pb_jt_counter_number_prefix {font-size: 60%;}
@media screen and (min-width: 980px) {
	.numbers .slick-track {
		display: flex;
		justify-content: space-around;
		width: 100% !important;
	}
	.numbers .slick-track:before, .numbers .slick-track:after {display: none !important;}
}

/* Video BG */
.et_pb_preload, .et_pb_section.et_pb_section_video.et_pb_preload {background-color: #0028BE !important;}
.et_pb_preload:before {display: none!important;}
.et_pb_section_video_bg:before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.45);
	z-index: 1;
}


/* Right to left / arabic fixes */

	/* BO */
		/* Carousels */
		.et-fb-root-ancestor body.rtl .owl-carousel {direction: ltr;}
		.et-fb-root-ancestor body.rtl .webedia-map-container .webedia-map-content .et_pb_module {margin-left: 0 !important;}
		
	/* Header & Footer */
		/* Social networks */
		body.rtl .et_pb_social_media_follow li a {margin-left: 8px; margin-right: 0;}
		body.rtl .et_pb_social_media_follow li:last-child a {margin-left: 0;}
		/* Header */
			/* Header • Inline */
			body.rtl .et-menu .menu-item-has-children>a:first-child:after {right: unset; left: 0;}
			body.rtl .et-menu .menu-item-has-children>a:first-child {padding-right: 0; padding-left: 20px;}
			body.rtl header .header-bar ul.et-menu ul.sub-menu {left: unset; right: 0;}
			body.rtl header .header-bar ul.et-menu ul.sub-menu li a {text-align: right !important;}
			body.rtl ul.et-menu .sub-menu:before {left: unset; right: -3px;}
			body.rtl .desktop-lang-switch ul.site-switcher-container li > ul {right: unset; left: 0; text-align: left; width: 120px;}
			body.rtl .desktop-lang-switch ul.site-switcher-container li > ul.site-switcher:before {right: unset; left: -10px;}
			/* Header • Burger */
			body.rtl .fullwidth-menu .full-screen-menu .et_pb_menu__wrap {
				-webkit-box-pack: start;
				-ms-flex-pack: start;
				justify-content: flex-start;
			}
			body.rtl .full-screen-menu ul.et-menu > li ul.sub-menu {text-align: right;}
			@media (min-width: 981px) {
				body.rtl .fullwidth-menu-inner {
					flex-direction: row !important; 
					-webkit-box-direction: normal;
					-ms-flex-direction: row;
				}  
			}
				/* Language switcher */
				.wpml-ls {padding: 0; border: none;}
				.wpml-ls ul {
					-webkit-column-count: 2;
					-moz-column-count: 2;
					column-count: 2;
					-webkit-column-gap: 50px;
					-moz-column-gap: 50px;
					column-gap: 50px;
					line-height: 26px;
					padding-left: 12px;
					padding-bottom: 12px;
				}
				.wpml-ls ul li.wpml-ls-item {display: block !important; position: relative;}
				.wpml-ls ul li.wpml-ls-item:before {
					content: "";
					display: block;
					background: #ffffff;
					width: 6px;
					height: 6px;
					position: absolute;
					top: 50%;
					left: -15.5px;
					transform: translateY(-50%);
					border-radius: 50px;
				}
				.wpml-ls ul li a.wpml-ls-link {color: #ffffff; padding: 0;}
				.full-screen-menu ul.et-menu > li.menu-item.wpml-ls-item {display: none;}
				.fullwidth-menu .wpml-ls ul li.wpml-ls-item.wpml-ls-current-language a {font-weight: bold;}
				body.rtl .wpml-ls ul li.wpml-ls-item:before {left: unset; right: -15.5px;}
		/* Footer */
		@media (max-width: 980px) {
			body.rtl .footer-container > .et_pb_row {
				display: -webkit-box;
				display: -moz-box;
				display: -ms-flexbox;
				display: -webkit-flex;
				display: flex;
				-webkit-flex-wrap: wrap;
				flex-wrap: wrap;
				flex-direction: column;
			}
		}
		@media (min-width: 981px) {body.rtl .footer-container .footer-logo-container:after {transform-origin: top; height: 100%; left: 0; right: unset;}}
	
	/* Contact forms */
	body.rtl .et_contact_bottom_container {float: left;}
	
	/* Home intro */
	@media (min-width: 981px) {
		body.home.rtl .shaped-col-content-inner {width: 90%; max-width: 800px;}
		body.home.rtl .shaped-col-content-inner:after {right: unset; left: 0;}
	}
	
	/* Carousels */
		/* Slick */
		body.rtl .slick-slider {direction: ltr;}
		body.rtl .slick-slider .slick-track {margin-left: auto !important;}
		body.rtl .webedia-slider ul.slick-dots {display: flex; flex-direction: row-reverse; justify-content: center;}
		/* Owl */
		/* body.rtl .owl-carousel {direction: ltr;} */
		body.rtl .owl-carousel .owl-stage {min-width: calc(100% + 30px) !important;}
		body.rtl .owl-carousel .owl-stage-outer .owl-item {float: right;}
		body.rtl .owl-nav.arrow_size_large button.owl-prev {left: unset !important; right: -75px;}
		body.rtl .owl-nav.arrow_size_large button.owl-next {right: unset !important; left: -75px;}
		body.rtl .owl-nav.arrow_size_large .owl-next:before {content: "\34";}
		body.rtl .owl-nav.arrow_size_large .owl-prev:before {content: "\35";}
	
	/* Map */
	body.rtl .webedia-map-container .webedia-map-world {margin-right: 0;padding-left: 4.5%;padding-right: 1%;}
	body.rtl .webedia-map-content:after {left: 112%; right: unset;}
	body.rtl .country-content-cta {text-align: left;}
	@media (min-width: 981px) {
		body.rtl .webedia-map-container .webedia-map-content .et_pb_module {margin-right: 0px!important; margin-left: auto!important;}
		body.rtl .webedia-map-container:before {
			background-position: bottom left !important;
			transform: scaleX(-1);
			left: 0;
			right: unset;
		}
	}
	@media screen and (max-width: 980px) {
		body.rtl .map-mobile-select-countries li {text-align: right;}
	}
	
	/* Shaped section */
	body.rtl .et_pb_row .shaped-col-content:nth-of-type(2) {align-items: flex-end;}
	@media (min-width: 981px) {
		body.rtl .et_pb_row .shaped-col-content:nth-of-type(2) .et_pb_text, body.rtl .et_pb_row .shaped-col-content:nth-of-type(2) .et_pb_text :is(h1, h2, h3, h4, h5, h6), body.rtl .et_pb_row .shaped-col-content:nth-of-type(2) .shaped-col-content-inner {text-align: left !important}
		body.rtl .et_pb_row .shaped-col-content:nth-of-type(2) .et_pb_text {margin-right: auto !important; margin-left: 0px !important;}
	}
	
	/* News cards */
		/* Carousel */
		body.rtl .posts-carousel .owl-item .post .blog-details .dp_oc_post_categories, body.rtl .posts-carousel .owl-item .post .blog-details .dp_oc_post_title, body.rtl .posts-carousel .owl-item .post .blog-details .post-excerpt {text-align: right;}
		body.rtl p.post-meta.dp_oc_post_meta.dp_oc_post_date {left: unset; right: 0;}
		body.rtl .posts-carousel .owl-item .post .blog-details .post-excerpt a.dp_oc_read_more_link:after {content: "←"; right: unset; left: 0;}
		body.rtl .posts-carousel .owl-item .post .blog-details .post-excerpt a.dp_oc_read_more_link:hover:after {transform: translate(-10px, -50%);}
		/* News page */
		body.rtl .news-grid article p.post-meta {left: unset; right: 0;}
		body.rtl .news-grid article .post-content .post-categories, body.rtl .news-grid article .entry-title, body.rtl .news-grid article .post-data {text-align: right;}
		body.rtl .news-grid article .el-read-more-btn:after {content: "←" !important; right: unset; left: 0;}
		body.rtl .news-grid article .post-content .el-read-more-btn:hover:after {transform: translate(-10px, -50%);}

/* 404 Page	*/
.no-event img {pointer-events: none;}

/* Presets */
	/* BUTTON */
	.webedia-button, .best-cases .dp_oc_image_content a {
	  text-decoration: none;
	  display: inline-block;
	  transition: all 0.2s ease-in-out;
	  position: relative;
	  overflow: hidden;
	}
	.webedia-button:after, .best-cases .dp_oc_image_content a:after {
	  content: "" !important;
	  background-color: rgba(255, 255, 255, 0.5);
	  height: 100%;
	  margin-left: 0 !important;
	  width: 3em;
	  position: absolute;
	  top: 0;
	  left: -4.5em !important;
	  transform: skewX(-17.2deg) translateX(0);
	  transition: none;
	}
	.webedia-button:hover:after, .best-cases .dp_oc_image_content a:hover:after {
	  /* transform: skewX(-17.2deg) translateX(16em); */
	  transition: all 0.5s ease-in-out;
	  left: 105% !important;
	}
	/* IMAGE */
		/* Square */
		.img-square {padding-top: 100%;}
		.img-square .et_pb_image_wrap, .img-square .et_pb_image_wrap img {
			position: absolute;
			top: 0;
			bottom: 0;
			left: 0;
			right: 0;
			width: 100%;
			height: 100% !important;
		}
		 .img-square .et_pb_image_wrap img {object-fit: cover;}

	/* SLIDER */
		/* Full slider */
		.full-slider, .full-slider .et_pb_slide {min-height: 100vh !important;}
		.full-slider .et_pb_slide .et_pb_slide_content :is(h1, h2, h3, h4, h5), .full-slider .et_pb_slide .et_pb_slide_content h2 {
			font-family: inherit;
			font-size: inherit;
			font-weight: inherit;
			letter-spacing: inherit;
			line-height: inherit;
			padding-bottom: 0;
		}
		.full-slider .et_pb_slide .et_pb_slide_content h2 {   
			font-family: inherit;
			font-size: inherit;
			font-weight: inherit;
			letter-spacing: inherit;
			line-height: inherit;
			padding-bottom: 0;
		}
		.full-slider .et_pb_slide .fs-slide-overlay {
			display: block;
			width: 66%;
			height: 200%;
			background: rgb(0 40 190 / 75%);
			transform: rotate(17.2deg);
			position: absolute;
			left: -33%;
			top: -100%;
			mix-blend-mode: hard-light;
		}
		.full-slider .et_pb_slide:before {
			content: "";
			background-image: linear-gradient(180deg,rgba(0,0,0,0.45) 0%,rgba(0,0,0,0.45) 100%);
			width: 100%;
			height: 100%;
			position: absolute;
			top: 0;
			left: 0;
			display: block;
		}
		@media all and (max-width: 980px) {.full-slider .et_pb_slide .fs-slide-overlay {left: -20%;} .full-slider .et_pb_slide {padding: 0 !important;} .full-slider .et-pb-slider-arrows {display: none;} .full-slider .et_pb_slide_description {padding: 0 !important; width: 90%;}}
		@media all and (max-width: 470px) {.full-slider .et_pb_slide .fs-slide-overlay {left: 0;}}
		.full-slider .et_pb_slide.et-pb-active-slide .fs-slide-overlay {animation: fs-slidein 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s forwards;}
		@-webkit-keyframes fs-slidein {0%{transform: rotate(17.2deg) translateX(-100%);} 100%{transform: rotate(17.2deg) translateX(0%);}}
		@keyframes fs-slidein {0%{transform: rotate(17.2deg) translateX(-100%);} 100%{transform: rotate(17.2deg) translateX(0%);}}

		/* Testimonials */
		.testimonials .et_pb_slide_image img {max-width: 320px; width: 100%;}
		.testimonials .et_pb_slide_image {
			margin: 0 !important;
			top: 0 !important;
			display: flex !important;
			flex-direction: column;
			justify-content: center;
			align-items: center;
			height: 100%;
		}
		.testimonials .et-pb-arrow-next, .testimonials:hover .et-pb-arrow-next {opacity: 1; right: -50px;	}
		.testimonials .et-pb-arrow-prev, .testimonials:hover .et-pb-arrow-prev {opacity: 1; left: -55px;}
		.testimonials .et-pb-arrow-next, .testimonials .et-pb-arrow-prev {font-size: 60px;}
		@media all and (min-width: 768px) {
			.testimonials .et_pb_slide, .testimonials .et_pb_slide_overlay_container {
						clip-path: polygon(55px 0, 100% 0, 100% calc(100% - 180px), calc(100% - 55px) 100%, 0 100%, 0 180px);
				-webkit-clip-path: polygon(55px 0, 100% 0, 100% calc(100% - 180px), calc(100% - 55px) 100%, 0 100%, 0 180px);
			}
		}
		@media all and (max-width: 767px) {
			.testimonials .et_pb_slides .et_pb_slider_container_inner {display: block;}
			.testimonials .et_pb_slide_image {
				padding-top: 70px;
				padding-bottom: 60px;
			}
		}

	/* TEXT */
		/* Text 2 cols */
		@media all and (min-width: 600px) {
			.text-2-cols {
				-webkit-column-count: 2;
				-moz-column-count: 2;
				column-count: 2;
				-webkit-column-gap: 50px;
				-moz-column-gap: 50px;
				column-gap: 50px;
			}
		}

/* Owl arrows */
.et_pb_module.et_pb_dp_oc_custom .owl-next, .et_pb_module.et_pb_dp_oc_custom .owl-prev {opacity: 1 !important;}
.et_pb_module.et_pb_dp_oc_custom .owl-next:before, .et_pb_module.et_pb_dp_oc_custom .owl-prev:before {font-size: 60px !important;}
	/* Fix owl arrows position */
	.owl-nav.arrow_size_large .owl-prev {left: -75px !important; height: 44px;}
	.owl-nav.arrow_size_large .owl-next {right: -75px !important; height: 44px;}

	@media all and (max-width: 980px) {
		.owl-nav.arrow_size_large .owl-prev {left: -58px !important;}
		.owl-nav.arrow_size_large .owl-next {right: -55px !important;}
		.owl-nav.arrow_size_large .owl-next:before, .owl-nav.arrow_size_large .owl-prev:before {font-size: 75px;}
	}
	
	@media all and (max-width: 768px) {
		.et_pb_module.et_pb_dp_oc_custom .owl-nav.arrow_size_large .owl-prev {left: -30px !important;}
		.et_pb_module.et_pb_dp_oc_custom .owl-nav.arrow_size_large .owl-next {right: -30px !important;}
	}

/* Popups */
#et-boc .popup_outer_wrap a.da-close {
	background-color: transparent !important;
	box-shadow: none !important;
	top: 5px;
	right: 5px;
}
/* Animated gradient */

.bg-animated {
	background: linear-gradient(312deg, #0028be, #001478, #006afd);
	background-size: 600% 600%;
	-webkit-animation: gradientbg 25s ease infinite;
	animation: gradientbg 25s ease infinite;
}
@-webkit-keyframes gradientbg {
	0%{background-position:9% 0%}
	50%{background-position:92% 100%}
	100%{background-position:9% 0%}
}
@keyframes gradientbg {
	0%{background-position:9% 0%}
	50%{background-position:92% 100%}
	100%{background-position:9% 0%}
}

/* Custom Sections */

	/* Skew section */
	.skew-bg, .skew-bg > .et_pb_code_inner, .skew-bg > .et_pb_code_inner > span {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.skew-bg > .et_pb_code_inner > span {
		background-attachment: fixed;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: top;
	}
	.skew-section-container {
		display: flex;
		flex-direction: column;
		width: 100%;
		transform: translate3d(0, 0, 0);
	}
	.skew-section-container .et_pb_column {
		flex: 1;
		position: relative;
		width: 100% !important;
		min-height: 20vh;
		overflow: hidden;
		z-index: 1;
		transition: flex-grow 0.2s, opacity 0.2s;
	}
	.skew-section-container .et_pb_column:not(:first-child):not(:last-child):hover {flex: 2;}
	.skew-section-container .et_pb_column:not(:first-child):not(:last-child):hover .et_pb_module {
		opacity: 1;
		transform: translateY(0);
		transition: opacity 0.2s 0.2s, transform 0.2s 0.2s;
	}
	.skew-section-container .et_pb_column:before {
		content: "";
		position: absolute;
		width: 100%;
		height: 100%;
		background-position: center;
		background-size: cover;
		transition: transform 0.2s, width 0.2s;
	}
	
	@media (min-width: 981px) {
		.skew-section-container {flex-direction: row;}
		.skew-section-container .et_pb_column {
			height: calc(100vh - 80px);
			max-height: 1000px;
			margin-right: -1px !important;
			transform: skewX(-17.2deg) translateZ(0);
			  will-change: transform;
		}
		.skew-bg > .et_pb_code_inner > span {
			transform: skewX(17.2deg);
			width: 200%;
			margin-left: -35%;
		}
		.skew-section-container .et_pb_column .et_pb_module {
			display: flex;
			flex-direction: column;
			align-items: center;
			justify-content: center;
			position: absolute;
			top: 0;
			right: 0;
			left: 0;
			margin: auto;
			will-change: transform
		}
		.skew-section-container .et_pb_column .et_pb_main_blurb_image {transform: skewX(17.2deg); margin-bottom: 0;}
		.et_pb_blurb.et_pb_text_align_center .et_pb_blurb_content .et_pb_blurb_container {
		  opacity: 0;
		  position: absolute;
		  width: 100%;
		  top: 110%;
		  left: 0;
		  transition: opacity 0.2s 0.2s,transform 0.2s 0.2s;
		} 
		.skew-section-container .et_pb_column:not(:first-child):not(:last-child):hover .et_pb_module .et_pb_blurb_container {
			transform: translateY(0) translateX(8%) skewX(17.2deg);
			opacity: 1;
		} 
	}

	/* Best Cases*/
	.best-cases .dp_oc_image_content a {
		font-family: 'Kapra Neue Medium',Helvetica,Arial,Lucida,sans-serif !important;
		font-size: 22px;
		letter-spacing: 0.5px;
		text-transform: uppercase;
		text-align: center;
		display: block;
		align-items: center;
		padding: 0.15em 1.3em;
		color: #ffffff!important;
		border: 2px solid #0028BE;
		border-radius: 50px;
		background-color: #0028BE;
		line-height: 1.7em!important;
		position: absolute;
		bottom: -70px;
		left: 50%;
		transform: translateX(-50%);
	}
	.best-cases img.dp_oc_image_thumb {aspect-ratio: 1/1; object-fit: cover; border-radius: 150px;max-width: 95%; margin: 0 auto;}
	.best-cases .owl-carousel .owl-stage {display: flex;}
	.best-cases .et_pb_dp_oc_custom_item {border-bottom: 70px solid transparent;}
	.best-cases .owl-item > .et_pb_module, .owl-item .et_pb_module_inner, .best-cases .owl-item .et_pb_module_inner .dp_oc_item , .best-cases .owl-item .et_pb_module_inner .dp_oc_item .dp_oc_image_content {height: 100%;}
	.best-cases .dp_oc_item {padding-left: 5px;}
/* 	.best-cases .dp_oc_item, .dp_oc_image_content  {display: flex; flex-direction: column;} */
	.best-cases .dp_oc_image_content {margin-bottom: 25px;}
	@media all and (max-width: 980px) {	
		.best-cases img.dp_oc_image_thumb {width: 80% !important; max-width: 350px !important;}
	}
	/* Shaped Section */
	.shaped-col-content .et_pb_button_module_wrapper {display: inline-block;}
	.shaped-subtitle strong {color: #d10066;}
	.shaped-col-content h1 strong {color: #0028be; font-weight: 500;}
	@media all and (max-width: 980px) {
	.et_pb_row .shaped-col-content:nth-of-type(2) .et_pb_button_module_wrapper a, .et_pb_row .shaped-col-content:nth-of-type(1) .et_pb_button_module_wrapper a {margin-right: 0.875rem;}
	}
	@media (min-width: 981px) {
		/* Shaped Content */
		.shaped-col-content {
			display: flex;
			flex-direction: column;
			justify-content: center;
		}
		.shaped-col-content .shaped-col-content-inner :is(span, p) {
		  -webkit-touch-callout: none;
			-webkit-user-select: none;
			 -khtml-user-select: none;
			   -moz-user-select: none;
				-ms-user-select: none;
					user-select: none;
		}
		.shaped-col-content .shaped-col-content-inner span.split-word {display: inline-block;}
		.shaped-col-content .shaped-col-content-inner {transform: skewX(-17.2deg); max-width: 800px;}

		body.home .shaped-col-content-inner:after {
			content: "";
			display: block;
			position: absolute;
			right: 0;
			bottom: 0;
			width: 15px;
			height: 45px;
			background-color: #0028BE;
		}

			 /*.et_pb_column_3_5 */.shaped-col-content .shaped-col-content-inner span.split-word, /* .et_pb_column_3_5 */.shaped-col-content .shaped-col-content-inner a.et_pb_button, /* .et_pb_column_3_5 */.shaped-col-content .shaped-col-content-inner .multi-buttons-container a {transform: skewX(17.2deg);}

			/* Content right */
			.et_pb_row .shaped-col-content:nth-of-type(2) .et_pb_button_module_wrapper a {margin-right: 0.875rem;}
			.et_pb_row .shaped-col-content:nth-of-type(2) .shaped-col-content-inner {transform-origin: 50% 25%;}
			
			
			/* Content left */
/* 			.et_pb_column_2_5.shaped-col-content .shaped-col-content-inner span.split-word, .et_pb_column_2_5.shaped-col-content .shaped-col-content-inner a.et_pb_button, .et_pb_column_2_5.shaped-col-content .shaped-col-content-inner .multi-buttons-container a {transform: skewX(-17.2deg);} */
			.et_pb_row .shaped-col-img:nth-of-type(2) {z-index: 1;}
			.et_pb_row .shaped-col-content:nth-of-type(1) {text-align: right;}
			.et_pb_row .shaped-col-content:nth-of-type(1) .et_pb_button_module_wrapper a {margin-left: 0.875rem;}
			.et_pb_row .shaped-col-content:nth-of-type(1) .shaped-col-content-inner {transform-origin: 50% 75%; margin-right: 0; margin-left: auto;}

		/* Shaped IMG */
		.shaped-col-img {overflow: hidden;}
		.shaped-col-img .et_pb_image, .shaped-col-img .et_pb_image .et_pb_image_wrap, div.shaped-col-img .et_pb_image img {height: 100%;}
		.shaped-col-img .et_pb_image img {object-fit: cover;}
	
			/* IMG left */
			.et_pb_row .shaped-col-img:nth-of-type(1):before {content: "";display: block;background-color: #ffffff;position: absolute;top: 0;left: 100%;height: 110%;width: 100%;transform: rotate(17.2deg);transform-origin: top left;z-index: 2;}
	
			/* IMG right */
			.et_pb_row .shaped-col-img:nth-of-type(2):before {content: "";display: block;background-color: #ffffff;position: absolute;bottom: 0;right: 100%;height: 110%;width: 100%;transform: rotate(17.2deg);transform-origin: bottom right;z-index: 2;}	
}


/* Responsive • Column Stacking Order */
@media all and (max-width: 980px) {
	.mobile-stack {
	  display: -webkit-box;
	  display: -moz-box;
	  display: -ms-flexbox;
	  display: -webkit-flex;
	  display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	}
	.first-on-mobile {-webkit-order: 1; order: 1;}
	.second-on-mobile {	-webkit-order: 2; order: 2;}
	.third-on-mobile {-webkit-order: 3;	order: 3;}
	.fourth-on-mobile {-webkit-order: 4; order: 4;}
}


/***** 4) Blog *****/

/* Insights post type */
.imported-post figure {text-align: center;}
.et-db #et-boc .et-l .webedia-header {background: inherit;}

/* Imported/old posts style */
.imported-post {
	max-width: 920px;
	width: 90%;
	margin: 96px auto; 
	text-align: justify; 
}
.post-intro {
	font-family: 'Barlow Semi Condensed',Helvetica,Arial,Lucida,sans-serif;
	font-weight: 700;
	font-size: 27px;
	line-height: 1.2em;
	margin-bottom: 2.75%;
}

/* Blog Cards List - Page News */
.news-grid.et_pb_blog_extras .et-waypoint:not(.et_pb_counters) {opacity: 1 !important;}
.news-grid .el-dbe-blog-extra {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-row-gap: 30px;
	grid-column-gap: 30px;
}
.news-grid article {
	background-color: #fff;
	aspect-ratio: 1/1.245;
	max-width: 100%;
	position: relative !important;
	overflow: hidden;
	box-shadow: 0 19px 38px rgb(0 0 0 / 30%), 0 15px 12px rgb(0 0 0 / 20%) !important;
	margin-bottom: 20px !important;
}
@supports not (aspect-ratio: 1 / 1.245) {.news-grid article {padding-top: 123.5%;}}
.news-grid article .entry-title {margin-bottom: 0;}
.news-grid article .post-media {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100% !important;
	opacity: 1 !important;
}
.news-grid article .post-media a:before {
	content: "";
	display: block;
	background-color: rgb(0 0 0 / 25%);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.news-grid article .post-media > a.entry-featured-image-url, .news-grid article .post-media > a.entry-featured-image-url img {height: 100%;}
.news-grid article .post-media > a.entry-featured-image-url img {object-fit: cover;}
.news-grid article .post-content {
	margin: 0 !important;
	box-shadow: none !important;
	width: 100% !important;
	background-color: transparent;
	position: absolute;
	left: 0;
	bottom: 0;
	transform: translateY(calc(132px + 0em));
	transition: transform 0.3s;
	padding: 1em !important;
	display: flex;
	flex-direction: column;
	z-index: 1;
	pointer-events: none;
}
.news-grid article:hover .post-content{transform: translateY(0px);}
.news-grid article p.post-meta {
	position: absolute;
	top: 0;
	left: 0;
	padding: 1em;
	font-size: 16px !important;
	font-weight: 700;
	margin: 0 !important;
	pointer-events: none;
}
.news-grid article .post-data {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	min-height: 72px;
}
.news-grid article .el-read-more-btn {position: relative;width: fit-content;margin-left: auto;margin-right: auto;}
.news-grid article .el-read-more-btn a {pointer-events: auto;}
.news-grid article .el-read-more-btn:after {
	content: "→" !important;
	opacity: 0;
	position: absolute;
	display: block !important;
	font-family: sans-serif;
	color: #fff;
	z-index: 8;
	bottom: -6px;
	right: 0px;
	top: 50%;
	transform: translate(0, -50%);
	transition: all 0.3s;
}
.news-grid article .post-content .el-read-more-btn:hover:after {transform: translate(10px, -50%); opacity: 1;}
.news-grid article .post-content .post-categories {color: #ffffff; font-weight: 700; letter-spacing: 0.3px;}
.news-grid article .post-content .post-categories a {pointer-events: auto;}
.news-grid article .post-data b {font-weight: 500;}
.news-grid article .post-data * {padding: 0;}
.news-grid .el-dbe-filterable-categories {margin-bottom: 10px;}
@media (max-width: 981px) {.news-grid .el-blog-pagination {width: calc(200% + 30px) !important;} .news-grid .el-dbe-blog-extra {grid-template-columns: repeat(2, 1fr);}}
@media (max-width: 830px) {.news-grid .el-blog-pagination {width: 100% !important;} .news-grid .el-dbe-blog-extra {grid-template-columns: repeat(1, 1fr);}}

	/* Mobile category selector */
	@media screen and (max-width: 980px) {
		.el-dbe-filterable-categories[data-hamburger-filter=on] .el-dbe-filterable-mobile-categories {font-size: 16px;padding: 0;border: 1px solid #0528bd;background-color: #ffffff;border-radius: 40px;}
		.el-dbe-filterable-categories[data-hamburger-filter=on] .el-dbe-filterable-mobile-categories span.el-dbe-mobile-active-category {color: #000 !important;width: 100%;padding: 10px 0px 10px 20px;}
		.el-dbe-filterable-categories[data-hamburger-filter=on] .el-dbe-filterable-mobile-categories:before {content: "";background-image: url(/wp-content/themes/webedia/assets/img/icons/arrow-dropdown.svg);background-repeat: no-repeat;background-size: contain;position: absolute;top: 50%;right: 14px;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);display: block;width: 12px;height: 12px;pointer-events: none;-webkit-transition: -webkit-transform 0.25s ease-in-out;transition: -webkit-transform 0.25s ease-in-out;transition: transform 0.25s ease-in-out;transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;}
		.el-dbe-filterable-categories[data-hamburger-filter=on] .el-dbe-filterable-mobile-categories .el-dbe-category-mobile-menu {display: none;}
		.news-grid .el-dbe-filterable-categories {margin-bottom: 40px;}
	}

	/* Pagination */
	.news-grid .el-blog-pagination {grid-column-start: 1; width: 300%;}
	.news-grid .el-blog-pagination .page-numbers li .page-numbers:not(.prev):not(.next) {
		min-width: 32px;
		height: 32px;
		border: 1px solid #0028bE;
		border-radius: 40px !important;
	}
	.news-grid .el-blog-pagination .page-numbers li .page-numbers:not(.prev):not(.next):not(.dots):hover {color: #ffffff; background-color: #0028bE;}
	.news-grid .el-blog-pagination .page-numbers li .prev, .news-grid .el-blog-pagination .page-numbers li .next {
		position: relative;
		border: none;
		display: flex;
		flex-direction: row;
		align-items: center;
	
	}
	.news-grid .el-blog-pagination .page-numbers li .prev:after {margin-left: 10px;}
	.news-grid .el-blog-pagination .page-numbers li .next:before {margin-right: 10px;}
	a.prev.page-numbers:after, a.next.page-numbers:before {
		content: "";
		display: block;
		background-color: #0028bE;
		height: 22px;
		width: 6px;
		top: 0;
		transform: skewX(-17.2deg);
	}
	
	/* Filters */
	@media screen and (min-width: 981px) {
		.news-grid .el-dbe-post-categories li a {
		  border: 1px solid #0028bE;
		  border-radius: 50px;
		  text-decoration: none;
		  display: inline-block;
		  transition: all 0.2s ease-in-out;
		  position: relative;
		  overflow: hidden;
		  cursor: pointer;
		}
		.news-grid .el-dbe-post-categories li a:after {
			  content: "" !important;
			  background-color: rgba(255, 255, 255, 0.5);
			  height: 100%;
			  margin-left: 0 !important;
			  width: 3em;
			  display: block;
			  position: absolute;
			  top: 0;
			  left: -4.5em !important;
			  transform: skewX(-17.2deg) translateX(0);
			  transition: none;
		}
		.news-grid .el-dbe-post-categories li a:hover:after {
			/* transform: skewX(-17.2deg) translateX(14.5em);  */
			transition: all 0.5s ease-in-out;
			left: 105% !important;
		}
	}
	@media screen and (max-width: 980px) {
		.news-grid ul.el-dbe-post-categories li a:not(.el-dbe-active-category):hover {background-color: #ffffff !important; color: #0028BE !important;}
		.news-grid ul.el-dbe-post-categories li a:not(.el-dbe-active-category) {color: #000 !important;}
		.news-grid ul.el-dbe-post-categories li a {text-align: left;padding: 8px 12px;font-size: 14px;line-height: 26px;}
		.news-grid ul.el-dbe-post-categories li {border: none !important;}
		.news-grid ul.el-dbe-post-categories {border: 1px solid #b0c0ea;}
	}

	/*	Search Bar */
	.news-searchbar form > div {display: flex; gap: 10px;}
	.news-searchbar form input.et_pb_s {
		width: calc(100% - 130px);
		min-height: 45px;
		border: 1px solid #bebcbc;
		border-radius: 50px;
		padding-left: 30px !important;
		padding-right: 20px !important;
	}
	.news-searchbar form input.et_pb_searchsubmit {
		width: 120px;
		color: #FFFFFF;
		background: #0028be;
		border: 2px solid #0028be;
		border-radius: 50px;
		transition: all .3s ease;
	}
	.news-searchbar input.et_pb_searchsubmit:hover {background: #ffffff;}

/* Blog/insights Cards Carousel */

.posts-carousel .owl-item .post {
	background-color: #fff;
	aspect-ratio: 1/1.245;
	max-width: 100%;
	position: relative;
	overflow: hidden;
}
@supports not (aspect-ratio: 1 / 1.245) {.posts-carousel .owl-item .post {padding-top: 123.5%;}}
.posts-carousel .owl-item .post > a {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;

}
.posts-carousel .owl-item .post > a:before {
	content: "";
	display: block;
	background-color: rgb(0 0 0 / 25%);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.posts-carousel .owl-item .post > a img {object-fit: cover; height: 100%;}
.posts-carousel .owl-item .post .blog-details, .posts-carousel .owl-item .insights .blog-details {
	position: absolute;
	bottom: 0;
	width: 100%;
	transform: translateY(calc(132px + 0em));
	transition: transform 0.3s;
	padding: 1em;
	display: flex;
	flex-direction: column;
	pointer-events: none;
}
.posts-carousel .owl-item .post:hover .blog-details, .posts-carousel .owl-item .insights:hover .blog-details {transform: translateY(0px);} 
.posts-carousel .owl-item .post .blog-details .dp_oc_post_categories a, .posts-carousel .owl-item .insights .blog-details .dp_oc_post_categories a {pointer-events: auto;}
.posts-carousel .owl-item .post .blog-details .dp_oc_post_categories, .posts-carousel .owl-item .insights .blog-details .dp_oc_post_categories {order: 0; font-weight: 700; letter-spacing: 0.3px;}
.posts-carousel .owl-item .post .blog-details .dp_oc_post_title, .posts-carousel .owl-item .insights .blog-details .dp_oc_post_title {order: 1;/* min-height: 92px; */}
.posts-carousel .owl-item .post .blog-details .post-excerpt, .posts-carousel .owl-item .insights .blog-details .post-excerpt {order: 2;/* min-height: 151px; */display: flex;flex-direction: column;justify-content: space-between; hyphens: auto;}
.posts-carousel .owl-item .post .blog-details .post-excerpt > p, .posts-carousel .owl-item .insights .blog-details .post-excerpt > p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	height: 72px;
}
.posts-carousel .owl-item .post .blog-details .post-excerpt a.dp_oc_read_more_link, .posts-carousel .owl-item .insights .blog-details .post-excerpt a.dp_oc_read_more_link {
	padding: 0.3em 1em;
	margin: 15px auto 0 auto;
	font-size: 14px;
	color: #fff;
	line-height: 1.7em;
	position: relative;
	font-weight: 700;
	width: fit-content;
	pointer-events: auto;
}
.posts-carousel .owl-item .post .blog-details .post-excerpt a.dp_oc_read_more_link:after, .posts-carousel .owl-item .insights .blog-details .post-excerpt a.dp_oc_read_more_link:after {
	content: "→";
	opacity: 0;
	position: absolute;
	font-family: sans-serif;
	bottom: -6px;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	transition: all 0.3s;
}
.posts-carousel .owl-item .post .blog-details .post-excerpt a.dp_oc_read_more_link:hover:after, .posts-carousel .owl-item .insights .blog-details .post-excerpt a.dp_oc_read_more_link:hover:after {transform: translate(10px, -50%); opacity: 1;}
p.post-meta.dp_oc_post_meta.dp_oc_post_date {
	position: absolute;
	top: 0;
	left: 0;
	padding: 1em;
	font-size: 16px;
	font-weight: 700;
	pointer-events: none;
}

/* Single article */
	/* 	Banner */
	.post-banner, .post-banner .et_pb_code_inner, .post-banner .et_pb_code_inner img {
		height: 100%;
		width: 100%;
		object-fit: cover;
	}

	/* Search Page */
	.news-grid.search-results article.type-page {display: none !important;}
	.search-results .entry {text-align: center;}

/***** 4) Join us *****/

.jobs-list__menu, .welcomekit-jobs-list {list-style-type: none !important; padding: 0 !important;}
.jobs-list {margin: 80px auto;}
@media screen and (max-width: 768px) {
	.jobs-list {margin-bottom: 0;}
	.jobs-list__categories {
		position: relative;
		width: 100%;
	}
	.jobs-list__categories.open .jobs-list__menu {
		background-color: #ffffff;
		border-color: #def1ff;
		max-height: 255px;
		overflow: auto;
	}
	.jobs-list__categories.open .jobs-list__menu-mobile::after {
		-webkit-transform: translateY(-50%) rotate(180deg);
		-ms-transform: translateY(-50%) rotate(180deg);
		transform: translateY(-50%) rotate(180deg);
	}
}
.jobs-list__menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.jobs-list__categories.open ul.jobs-list__menu::-webkit-scrollbar-thumb {border-radius: 8px; border: 2px solid white; background-color: #0028BE;}
.jobs-list__categories.open ul.jobs-list__menu::-webkit-scrollbar:vertical {width: 11px;}
.jobs-list__categories.open ul.jobs-list__menu::-webkit-scrollbar {-webkit-appearance: none;}
@media screen and (max-width: 768px) {
	.jobs-list__menu {
		border: 1px solid transparent;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		position: absolute;
		top: 45px;
		left: 0;
		z-index: 10;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		width: 100%;
		max-height: 0;
		overflow: hidden;
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
}
.jobs-list__menu-mobile {display: none;}
@media screen and (max-width: 768px) {
	.jobs-list__menu-mobile {
		font-size: 16px;
		line-height: 1.7em;
		text-align: left;
		color: #000;
		border: 1px solid #0528bd;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		position: relative;
		display: block;
		padding: 9px 20px;
		cursor: pointer;
		border-radius: 40px;
	}
	.jobs-list__menu-mobile::after {
		content: "";
		background-image: url("/wp-content/themes/webedia/assets/img/icons/arrow-dropdown.svg");
		background-repeat: no-repeat;
		background-size: contain;
		position: absolute;
		top: 50%;
		right: 14px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		display: block;
		width: 12px;
		height: 12px;
		-webkit-transition: -webkit-transform 0.25s ease-in-out;
		transition: -webkit-transform 0.25s ease-in-out;
		transition: transform 0.25s ease-in-out;
		transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
	}
}
.jobs-list__menu li {
	font-size: 14px;
	text-align: center;
	color: #b9b9b9;
	background-color: #f2f4f8;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	white-space: nowrap;
	margin: 0 16px 16px 0;
	padding: 8px 16px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
	.jobs-list__menu li {
		text-align: left;
		color: #000;
		background-color: #fff;
		-webkit-border-radius: 0;
		border-radius: 0;
		margin: 0;
		padding: 8px 12px;
	}
}
.jobs-list__menu li:hover {color: #0028BE;}
.jobs-list__menu li.active {color: #0028BE; background-color: #def1ff;}
@media screen and (max-width: 768px) {
	.jobs-list__menu li.active {color: #ffffff; background-color: #0028BE;}
}
.jobs-list #welcomekit-embed {margin-top: 0 !important;}
.jobs-list #welcomekit-embed .welcomekit-department {display: none;}
.jobs-list #welcomekit-embed .welcomekit-department.active {display: block;}
.jobs-list #welcomekit-embed .welcomekit-department .welcomekit-department-name {display: none;}
.jobs-list #welcomekit-embed .welcomekit-department .welcomekit-jobs-list-item {margin: 0 auto; padding: 0;}
.jobs-list #welcomekit-embed .welcomekit-department .welcomekit-jobs-list-item .welcomekit-jobs-list-item-link {border-bottom-color: #b9b9b9; padding: 24px 0;}
.jobs-list #welcomekit-embed .welcomekit-department .welcomekit-jobs-list-item .welcomekit-jobs-list-item-link:hover {background-color: transparent;}
/* .jobs-list #welcomekit-embed .welcomekit-department .welcomekit-jobs-list-item .welcomekit-jobs-list-item-link:hover .welcomekit-job-name {color: #0028BE;} */
.jobs-list #welcomekit-embed .welcomekit-department .welcomekit-jobs-list-item:hover .welcomekit-jobs-list-item-link::after {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.jobs-list #welcomekit-embed .welcomekit-department .welcomekit-jobs-list-item .welcomekit-jobs-list-item-link::after {
	background-image: url("/wp-content/themes/webedia/assets/img/icons/arrow-black.svg");
	border: 0 none;
	right: 0;
	-webkit-transform: translateX(-5px);
	-ms-transform: translateX(-5px);
	transform: translateX(-5px);
}
.jobs-list #welcomekit-embed .welcomekit-department .welcomekit-jobs-list-item .welcomekit-jobs-list-item-link .welcomekit-job-name {
	font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
	font-size: 22px;
	line-height: 30px;
	color: #0028BE;
	margin-bottom: 16px;
	font-weight: bold;
	-webkit-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}

.jobs-list #welcomekit-embed .welcomekit-department .welcomekit-jobs-list-item .welcomekit-jobs-list-item-link .welcomekit-job-infos {
	padding: 0;
}

.jobs-list #welcomekit-embed .welcomekit-department .welcomekit-jobs-list-item .welcomekit-jobs-list-item-link .welcomekit-job-infos li {
	font-size: 18px;
	color: #000;
	margin-right: 32px;
	padding-left: 24px;
}
.jobs-list #welcomekit-embed .welcomekit-department .welcomekit-jobs-list-item .welcomekit-jobs-list-item-link .welcomekit-job-infos li::before {
	content: "";
	background: none;
	-webkit-border-radius: initial;
	border-radius: initial;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	width: 16px;
	height: 16px;
}
.jobs-list #welcomekit-embed .welcomekit-department .welcomekit-jobs-list-item .welcomekit-jobs-list-item-link .welcomekit-job-infos li.welcomekit-job-department::before {background-image: url("/wp-content/themes/webedia/assets/img/icons/department.svg");}
.jobs-list #welcomekit-embed .welcomekit-department .welcomekit-jobs-list-item .welcomekit-jobs-list-item-link .welcomekit-job-infos li.welcomekit-job-officeCity::before {background-image: url("/wp-content/themes/webedia/assets/img/icons/location.svg");}
.jobs-list #welcomekit-embed .welcomekit-department .welcomekit-jobs-list-item .welcomekit-jobs-list-item-link .welcomekit-job-infos li.welcomekit-job-contractType::before {background-image: url("/wp-content/themes/webedia/assets/img/icons/document.svg");}
.jobs .spontaneous-application {
	text-align: center;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin: 104px auto 160px;
}
@media screen and (max-width: 768px) {
	.jobs .spontaneous-application {margin-bottom: 0;}
}
.jobs .spontaneous-application .section-container {
	background-image: linear-gradient(246deg, #fff8f4, #def1ff 50%, #fff8f4);
	max-width: 850px;
	padding: 56px;
}
@media screen and (max-width: 768px) {
	.jobs .spontaneous-application .section-container {width: 100%;}
}
.jobs .spontaneous-application h2 {
	font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
	font-size: 22px;
	line-height: 22px;
	color: #000;
	margin: 0 auto 24px;
}
.jobs .spontaneous-application p {
	font-size: 18px;
	line-height: 30px;
	color: #000;
	margin-bottom: 32px;
}
.jobs .spontaneous-application p a {text-decoration: none; color: #0028BE;}
.jobs .spontaneous-application p a:hover {text-decoration: underline;}
.jobs .spontaneous-application .site-button {
	font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
	font-size: 20px;
	color: #fff;
	text-decoration: none;
	background-color: #0028BE;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	display: block;
	width: 100%;
	max-width: 360px;
	margin: 0 auto;
	-webkit-transition: background-color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
}
.jobs .spontaneous-application .site-button:hover {background-color: #00286b;}




/*****
	Webedia Rights • Filter page
*****/
/*
	ASP • Settings
*/
.wr-filter .wr-filters-result-container.no-pagination {padding: 30px 0 !important;}
.wr-filter .wr-filters-result-container.no-pagination .ajaxsearchpro .results {margin: 0 !important;}

.wr-filter .searchsettings > form > div:last-child {display: none;}
.wr-filter div.ajaxsearchpro.searchsettings > form fieldset {overflow: visible;}
.wr-filter div.ajaxsearchpro.searchsettings > form fieldset > legend {
	position: relative;
	width: 100%;
	cursor: pointer;
	padding: 10.5px 13px !important;
	margin: 0 !important;
	line-height: 1;
	white-space: nowrap;
	box-sizing: border-box !important;
	font-weight: 500 !important;
	font-size: 14px !important;
}
.wr-filter div.ajaxsearchpro.searchsettings > form fieldset > legend:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	margin: 1px;
	background-color: #ffffff;
	width: 30px;
	height: 100%;
}
.wr-filter div.ajaxsearchpro.searchsettings > form fieldset > legend:after {
	content: "";
	display: block;
	box-sizing: border-box;
	position: absolute;
	width: 8px;
	height: 8px;
	border-color: #0028be !important;
	border-bottom: 2px solid;
	border-right: 2px solid;
	transform: rotate(45deg);
	right: 12px;
	top: 13px;
	transition: transform 0.2s ease-in;
}
.wr-filter div.ajaxsearchpro.searchsettings > form fieldset.filter-active > legend:after {transform: rotate(225deg);}
body .wr-filter .et_pb_module div.ajaxsearchpro.searchsettings > form fieldset {
	margin-top: 0 !important;
	min-width: unset !important;
	width: 100% !important;
	overflow: initial !important;
}
body .wr-filter .et_pb_module div.ajaxsearchpro.searchsettings > form fieldset.asp_filter_cf_webedia_rights_duree .asp_option .asp_option_label:after {
	content: "mins";
	margin-left: 3px;
}
.wr-filter div.ajaxsearchpro.searchsettings > form fieldset > legend + div {
	background-color: #ffffff;
	width: 100% !important;
	max-height: 0 !important;
	box-sizing: border-box;
	transition: max-height 0.25s ease-in;
	overflow: hidden;
}
.wr-filter div.ajaxsearchpro.searchsettings > form fieldset.filter-active > legend + div {
	max-height: 220px !important;
	padding-right: 10px;
	z-index: 1;
}
.wr-filter div.ajaxsearchpro.searchsettings > form fieldset > legend + div .asp_option_label {flex-grow: 1;}
.wr-filter div.ajaxsearchpro.searchsettings > form fieldset > legend + div:before, .wr-filter div.ajaxsearchpro.searchsettings > form fieldset > legend + div:after {content:""; display: block; width: 100%;}
.wr-filter div.ajaxsearchpro.searchsettings > form fieldset > legend + div:before {height: 15px;}
.wr-filter div.ajaxsearchpro.searchsettings > form fieldset > legend + div:after {height: 5px;}
.wr-filter .ajaxsearchpro .probox {gap: 10px;}
.wr-filter .ajaxsearchpro .probox input.orig::placeholder {
	font-weight: 500 !important;
	color: #1e1e1e;
	opacity: 1 !important;
}

/*
	Search bar
*/
.wr-filter .ajaxsearchpro .proloading {transform: skewX(-17.2deg);}
.wr-filter .ajaxsearchpro .promagnifier {border-radius: 30px !important;}
.wr-filter .ajaxsearchpro .promagnifier svg {transform: scale(0.8);}
.wr-filter .ajaxsearchpro .probox .search-close {
	display: none;
	cursor: pointer;
	width: 36px;
	height: 36px;
	flex: 0 0 36px;
	flex-grow: 0;
	order: 7;
	-webkit-flex: 0 0 36px;
	-webkit-flex-grow: 0;
	-webkit-order: 7;
	position: relative;
}
.wr-filter .ajaxsearchpro .probox .search-close svg {
	fill: rgb(254,254,254);
	background: #0028be;
	box-shadow: 0 0 0 2px rgb(255 255 255 / 90%);
	border-radius: 50%;
	position: absolute;
	top: 50%;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	left: 50%;
	margin-left: -10px;
	padding: 4px;
	box-sizing: border-box;
}

/* 
	ASP • Results
*/
.wr-filter .ajaxsearchpro {display: block !important; visibility: visible !important; opacity: 1 !important;}
.wr-filter div.asp_w.asp_r .results .item {height: auto !important; padding: 0 !important; aspect-ratio: 3/4; cursor: pointer;}

/* IMG */
.wr-filter .ajaxsearchpro .results .item > div:is(.asp_item_overlay_img) {display: none !important;}
.wr-filter .ajaxsearchpro .results .item .img-container {
	height: 0 !important;
	padding-top: 130%;
	aspect-ratio: 3/4;
	margin: 0 auto;
}
.wr-filter .ajaxsearchpro .results .item .img-container .asp_image {object-fit: cover;}
.wr-filter .ajaxsearchpro .results .item .slide-overlay {
	background-color: rgb(0 0 0 / 50%);
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	-moz-transition: background 1.5s cubic-bezier(.19,1,.22,1);
	-webkit-transition: background 1.5s cubic-bezier(.19,1,.22,1);
	transition: background 1.5s cubic-bezier(.19,1,.22,1);
}
.wr-filter .ajaxsearchpro .results .item:hover .slide-overlay {background-color: rgb(0 40 190 / 50%);}

/* CONTENT */
.wr-filter .ajaxsearchpro .results .item .asp_content {
	height: 100% !important;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.wr-filter .ajaxsearchpro .results .item .asp_content h3 a, .wr-filter .ajaxsearchpro .results .item .asp_content .asp_res_text {
	text-align: center;
	transition: transform 1s cubic-bezier(.19,1,.22,1);
}
.wr-filter .ajaxsearchpro .results .item .asp_content .etc {display: none;}
.wr-filter .ajaxsearchpro .results .item .asp_content .asp_res_text:before {
	content: "";
	width: 15px;
	height: 1px;
	background-color: #fff;
	display: block;
	margin: 5px auto 3px auto;
}
.wr-filter .ajaxsearchpro .results .item:hover .asp_content h3 a {transform: translateY(-300px);}
.wr-filter .ajaxsearchpro .results .item:hover .asp_content .asp_res_text {transform: translateY(300px);}

/* NAV */
.wr-filter .ajaxsearchpro nav.asp_navigation {
	width: auto !important;
	background-color: transparent !important;
	position: absolute !important;
}
.wr-filter .ajaxsearchpro nav.asp_navigation ul {
	width: auto !important;
	position: initial !important;
	padding: 2px 30px 0 30px !important;
	display: flex;
	gap: 6px;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.wr-filter .ajaxsearchpro nav.asp_navigation .asp_prev {order: 0;}
.wr-filter .ajaxsearchpro nav.asp_navigation .asp_next {order: 2;}
.wr-filter .ajaxsearchpro nav.asp_navigation ul {order: 1;}
.wr-filter .ajaxsearchpro .results {margin: 56px 0 56px 0 !important;}
.wr-filter .ajaxsearchpro > nav:first-of-type {top: 0; right: 0;}
.wr-filter .ajaxsearchpro > nav:nth-of-type(2) {bottom: 0; right: 0;}
.wr-filter .ajaxsearchpro nav.asp_navigation ul li.asp_active span, .wr-filter .ajaxsearchpro nav.asp_navigation ul li:hover span {color: #ffffff !important;}
.wr-filter .ajaxsearchpro nav.asp_navigation ul li {
	border-radius: 25px;
	min-width: 30px !important;
	width: auto !important;
	height: 30px !important;
	border: 1px solid #0028bE;
	display: flex !important;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.wr-filter .ajaxsearchpro nav.asp_navigation ul li span {
	font-size: 14px !important;
	line-height: 1 !important;
	font-family: 'Poppins',Helvetica,Arial,Lucida,sans-serif;
}

.wr-filter .ajaxsearchpro nav.asp_navigation .asp_prev, .wr-filter .ajaxsearchpro nav.asp_navigation .asp_next {
	background: none !important;
	display: flex !important;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 10px;
	padding: 0 !important;
}
.wr-filter .ajaxsearchpro nav.asp_navigation .asp_prev {padding: 0 !important;}
.wr-filter .ajaxsearchpro nav.asp_navigation .asp_prev:after, .wr-filter .ajaxsearchpro nav.asp_navigation .asp_next:before {
	content: "";
	display: block;
	background-color: #0028bE;
	height: 22px;
	width: 6px;
	top: 0;
	transform: skewX(-17.2deg);
}
.wr-filter .ajaxsearchpro .asp_nores {
	position: absolute !important;
	box-shadow: none !important;
	padding-top: 10px !important;
	padding-left: 0 !important;
	color: #1e1e1e !important;
	opacity: 1 !important;
	font-weight: 500 !important;
}
.wr-filter .ajaxsearchpro .asp_nores .asp_nores_kw_suggestions {color: #1e1e1e !important;}
.wr-filter .ajaxsearchpro .asp_nores .asp_nores_kw_suggestions .asp_keyword {color: #0028bE !important;}


/* Filters order */
.wr-filter .webedia-rights-filters .ajaxsearchpro form fieldset.asp_filter_cf_webedia_rights_statut, .wr-filter .webedia-rights-filters .ajaxsearchpro form fieldset.asp_filter_cf_webedia_rights_podcasts_statut {
	order: 0;
	z-index: 12;
}
.wr-filter .webedia-rights-filters .ajaxsearchpro form fieldset.asp_filter_cf_webedia_rights_genre, .wr-filter .webedia-rights-filters .ajaxsearchpro form fieldset.asp_filter_cf_webedia_rights_podcasts_genre {
	order: 1;
	z-index: 11;
}
.wr-filter .webedia-rights-filters .ajaxsearchpro form fieldset.asp_filter_cf_webedia_rights_format, .wr-filter .webedia-rights-filters .ajaxsearchpro form fieldset.asp_filter_cf_webedia_rights_podcasts_format {
	order: 2;
	z-index: 10;
}
.wr-filter .webedia-rights-filters .ajaxsearchpro form fieldset.asp_filter_tax_webediarights_type_de_programme, .wr-filter .webedia-rights-filters .ajaxsearchpro form fieldset.asp_filter_tax_wr_podcasts_tdp {
	order: 3;
	z-index: 9;
}
.wr-filter .webedia-rights-filters .ajaxsearchpro form fieldset.asp_filter_tax_webediarights_thematic, .wr-filter .webedia-rights-filters .ajaxsearchpro form fieldset.asp_filter_tax_webediarightspodcasts_thematic {
	order: 4;
	z-index: 8;
}
.wr-filter .webedia-rights-filters .ajaxsearchpro form fieldset.asp_filter_tax_webediarights_subthematic, .wr-filter .webedia-rights-filters .ajaxsearchpro form fieldset.asp_filter_tax_wr_podcasts_subthematic {
	order: 5;
	z-index: 7;
}
.wr-filter .webedia-rights-filters .ajaxsearchpro form fieldset.asp_filter_tax_webediarights_original_language, .wr-filter .webedia-rights-filters .ajaxsearchpro form fieldset.asp_filter_tax_wr_podcasts_original_language {
	order: 6;
	z-index: 6;
}
.wr-filter .webedia-rights-filters .ajaxsearchpro form fieldset.asp_filter_cf_webedia_rights_nombre_depisodes, .wr-filter .webedia-rights-filters .ajaxsearchpro form fieldset.asp_filter_cf_webedia_rights_podcasts_nombre_depisodes {
	order: 7;
	z-index: 5;
}
.wr-filter .webedia-rights-filters .ajaxsearchpro form fieldset.asp_filter_cf_webedia_rights_duree, .wr-filter .webedia-rights-filters .ajaxsearchpro form fieldset.asp_filter_cf_webedia_rights_podcasts_duree {
	order: 8;
	z-index: 4;
}
.wr-filter .webedia-rights-filters .ajaxsearchpro form fieldset.asp_filter_cf_webedia_rights_production_year, .wr-filter .webedia-rights-filters .ajaxsearchpro form fieldset.asp_filter_cf_webedia_rights_podcasts_production_year {
	order: 9;
	z-index: 3;
}
.wr-filter .webedia-rights-filters .ajaxsearchpro form fieldset.asp_filter_tax_webediarights_pays_de_production, .wr-filter .webedia-rights-filters .ajaxsearchpro form fieldset.asp_filter_tax_wr_podcasts_pays_de_production {
	order: 10;
	z-index: 2;
}
.wr-filter .webedia-rights-filters .ajaxsearchpro form fieldset.asp_filter_cf_webedia_rights_definition {
	order: 11;
	z-index: 1;
}

/* Année de production - ordre décroissant */
/* .wr-filter .webedia-rights-filters .ajaxsearchpro form fieldset.asp_filter_cf_webedia_rights_production_year .options-container {
	display: flex;
	flex-direction: column-reverse;
} */
.wr-filter .webedia-rights-filters .ajaxsearchpro form fieldset.asp_filter_cf_webedia_rights_production_year .options-container:before {
	height: 0;
	padding-top: 5px;
}
.wr-filter .webedia-rights-filters .ajaxsearchpro form fieldset.asp_filter_cf_webedia_rights_production_year .options-container:after {
	height: 0;
	padding-top: 15px;
}

@media screen and (min-width: 768px) {
	.wr-filter .ajaxsearchpro .mobile-filters {display: none;}
	.wr-filter .searchsettings > form {
		/* justify-content: space-between; */
		/* flex-direction: row; */
		/* flex-wrap: nowrap !important; */
		display: grid !important;
		grid-template-columns: repeat( auto-fit, minmax(200px, 1fr) );
		gap: 10px;
	}
	.wr-filter div.ajaxsearchpro.searchsettings > form fieldset > legend {
		border: 1px solid #0028be !important;
		border-bottom: none !important;
	}
	.wr-filter div.ajaxsearchpro.searchsettings > form fieldset > legend + div {
		border: 1px solid #0028be;
		border-top: none;
		position: absolute;
		top: 0px;
		overflow-y: scroll;
	}	
	.wr-filter div.ajaxsearchpro.searchsettings > form fieldset > legend + div::-webkit-scrollbar-thumb {
		border-radius: 8px;
		border: 2px solid #fff !important;
		background-color: #0028be
	}
	.wr-filter div.ajaxsearchpro.searchsettings > form fieldset > legend + div::-webkit-scrollbar:vertical {width: 11px;}
	.wr-filter div.ajaxsearchpro.searchsettings > form fieldset > legend + div::-webkit-scrollbar {-webkit-appearance: none;}
}

/* Mobile layout */
@media screen and (max-width: 767px) {
	/* Filters */
	.wr-filter .webedia-rights-filters .ajaxsearchpro {
		border: 1px solid #0028be !important;
		border-radius: 40px;
	}
	.wr-filter .ajaxsearchpro .mobile-filters {
		cursor: pointer;
		font-size: 16px;
		padding: 9px 20px;
		line-height: 1.7em;
		box-sizing: border-box !important;
	}
	.wr-filter .ajaxsearchpro .mobile-filters:after {
		content: "";
		display: block;
		box-sizing: border-box;
		position: absolute;
		width: 8px;
		height: 8px;
		border-color: #0028be !important;
		border-bottom: 2px solid;
		border-right: 2px solid;
		transform: rotate(45deg);
		right: 18px;
		top: 50%;
		transform: translateY(-75%) rotate(45deg);
		pointer-events: none;
		transition: transform 0.2s ease-in;
	}
	.wr-filter div.ajaxsearchpro.searchsettings > form fieldset.filter-active > legend + div {max-height: 100% !important;}
	.wr-filter .ajaxsearchpro .mobile-filters.mobile-filters-active:after {transform: translateY(-50%) rotate(225deg);}
	.wr-filter div.asp_w.asp_sb.searchsettings form {
		max-height: 255px;
		overflow-y: scroll;
		margin: 0 !important;
		display: none;
		position: absolute;
		background: #fff;
		border: 1px solid #0028be;
		padding: 9px 0 !important;
	}
	.wr-filter div.asp_w.asp_sb.searchsettings form::-webkit-scrollbar-thumb {
		border-radius: 8px;
		border: 2px solid #fff !important;
		background-color: #0028be
	}
	.wr-filter div.asp_w.asp_sb.searchsettings form::-webkit-scrollbar:vertical {width: 11px;}
	.wr-filter div.asp_w.asp_sb.searchsettings form::-webkit-scrollbar {-webkit-appearance: none;}
	.wr-filter div.ajaxsearchpro.searchsettings > form fieldset > legend {line-height: 20px;}
	.wr-filter div.ajaxsearchpro.searchsettings > form fieldset > legend + div:before,
	.wr-filter div.ajaxsearchpro.searchsettings > form fieldset > legend + div:after {height: 18px;}
	.wr-filter div.ajaxsearchpro.searchsettings > form fieldset > legend + div {padding-left: 10px;}
	/* Pagination */
	.wr-filter .ajaxsearchpro nav.asp_navigation ul li:not(:first-child, .asp_active, :last-child) {display: none !important;}
	.wr-filter .wr-filters-result-container .ajaxsearchpro nav.asp_navigation {display: flex !important;}
	.wr-filter .ajaxsearchpro nav.asp_navigation,
	.wr-filter .ajaxsearchpro nav.asp_navigation ul {width: 100% !important;}
	
	.wr-filter .webedia-rights-filters .ajaxsearchpro form fieldset.asp_filter_cf_webedia_rights_production_year .options-container:before,
	.wr-filter .webedia-rights-filters .ajaxsearchpro form fieldset.asp_filter_cf_webedia_rights_production_year .options-container:after {
		height: 0;
		padding-top: 18px !important;
	}
}


/* 
	Webedia Rights • Single page
*/
/* Trailer Trigger */
.trailer-trigger {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
	justify-content: center;
	line-height: 1;
	font-size: 15px;
}
.trailer-trigger span.trailer-play-btn {
	width: 35px;
	height: 35px;
	background: #0028be;
	border-radius: 50%;
	position: relative;
	display: block;
}
.trailer-trigger span.trailer-play-btn:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-40%) translateY(-50%);
	transform: translateX(-40%) translateY(-50%);
	transform-origin: center center;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 10px solid #fff;
}

/* Info box */

@media screen and (min-width: 768px) {
	.wr-info-box {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
	}
}
.wr-info-box div span {font-weight: 600;}

/* Stills */
.wr-stills-container {
	display: flex;
	flex-direction: row;
	gap: 2.5%;
	align-items: center;
	justify-content: center;
}
@media screen and (max-width: 980px) {.wr-stills-container {flex-direction: column;}}
.wr-stills-container div {flex: 1;}


/* Related posts */
@media screen and (min-width: 768px) {
	.wr-related-posts {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: 1fr;
		gap: 25px;
	}
}

.wr-related-posts .post {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}
.wr-related-posts .post > a {flex-shrink: 0;}
.wr-related-posts .post .wr-related-post-text {padding: 25px; flex-grow: 1;}
.wr-related-posts .post .wr-related-post-text h2 {text-transform: uppercase;}



/*****
	Webedia Rights & Webedia Events • Single page
******/

/* Trailer Trigger */
.trailer-trigger {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
	justify-content: center;
	line-height: 1;
	font-size: 15px;
}
.trailer-trigger span.trailer-play-btn {
	width: 35px;
	height: 35px;
	background: #0028be;
	border-radius: 50%;
	position: relative;
	display: block;
}
.trailer-trigger span.trailer-play-btn:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-40%) translateY(-50%);
	transform: translateX(-40%) translateY(-50%);
	transform-origin: center center;
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 10px solid #fff;
}

/* Info box */

@media screen and (min-width: 768px) {
	.wr-info-box {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
	}
}
.wr-info-box div span {font-weight: 600;}

/* Stills */
.wr-stills-container {
	display: flex;
	flex-direction: row;
	gap: 2.5%;
	align-items: center;
	justify-content: center;
}
@media screen and (max-width: 980px) {.wr-stills-container {flex-direction: column;}}
.wr-stills-container div {flex: 1;}


/* Related posts */
@media screen and (min-width: 768px) {
	.wr-related-posts {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: 1fr;
		gap: 25px;
	}
}

.wr-related-posts .post {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}

.wr-related-posts .post .wr-related-post-text {padding: 25px; flex-grow: 1;}
.wr-related-posts .post .wr-related-post-text h2 {text-transform: uppercase;}

@media screen and (min-width: 981px) {
	.wr-related-posts.webedia-events .post > a, .wr-related-posts.webedia-events .post > div {
		flex-basis: 50%;
		width: 50%;
	}
}

@media screen and (max-width: 980px) {
 .wr-related-posts.webedia-events .post > a, .wr-related-posts.webedia-events .post {
	flex-direction: column;
}
 .wr-related-posts.webedia-events .post > a {padding-bottom: 66.666667% !important;}
}

.wr-related-posts.webedia-events .post > a {
	position: relative;
	height: 0;
	padding-bottom: 33.333337%;
}

.wr-related-posts.webedia-events .post > a > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}





/*****
	Webedia Creators Update
*****/
/* Ressources */
.ressources-grid {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-column-gap: 5.5%;
	grid-row-gap: 24px
}

@media (max-width: 980px) {
	.ressources-grid {
		grid-template-columns:repeat(2,1fr)
	}
}
@media (max-width: 767px) {
	.ressources-grid {
		grid-template-columns:repeat(1,1fr)
	}
}

.ressources-grid .dnxtblrb_divi_next_blurb {
	margin-bottom: 0 !important;
}

.ressources-grid .dnxtblrb_divi_next_blurb .et_pb_module_inner,
.ressources-grid .dnxtblrb_divi_next_blurb .dnxt-blurb-wrapper-outer,
.ressources-grid .dnxtblrb_divi_next_blurb .dnxt-blurb-wrapper {
	height: 100%;
}
.ressources-grid .dnxtblrb_divi_next_blurb .dnxt-blurb-container {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.ressources-grid .dnxtblrb_divi_next_blurb .dnxt-button-wrapper {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
}
.ressources-grid .dnxtblrb_divi_next_blurb .dnxt-button-wrapper a {width: fit-content;}
.ressources-grid .dnxtblrb_divi_next_blurb .dnxt-blurb-image + div {
	flex-grow: 1;
}



.ressources-grid .dnxtblrb_divi_next_blurb .dnxt-blurb-wrapper {
	display: flex;
	flex-direction: column;
}


.ressources-grid .dnxtblrb_divi_next_blurb .dnxt-blurb-image {
	height: 222px;
}

.ressources-grid .dnxtblrb_divi_next_blurb .dnxt-blurb-image img {
	height: 100%;
	width: 100%;
	object-fit: contain;
}


.ressources-grid .dnxtblrb_divi_next_blurb .dnxt-blurb-btn:after {
	content: "" !important;
	background-color: rgba(255, 255, 255, 0.5);
	height: 100%;
	margin-left: 0 !important;
	width: 3em;
	position: absolute;
	top: 0;
	left: -4.5em !important;
	transform: skewX(-17.2deg) translateX(0);
	transition: none;
	opacity: 1;
}
.ressources-grid .dnxtblrb_divi_next_blurb .dnxt-blurb-btn:hover:after {
	transform: skewX(-17.2deg) translateX(16em);
	transition: all 0.5s ease-in-out;
}




/* .ressources-grid .dsm_card_wrapper {
	display: flex;
	flex-direction: column
}
.ressources-grid>.dsm_card {
	height: 100%
}
.ressources-grid .dsm_card_wrapper .et_pb_button_wrapper {
	margin: auto 0 0
} */










/*****
	Webedia Creators - Form Hubspot
*****/
.hs-fieldtype-select.hs-form-field > label {display: block !important;}
.hs-fieldtype-select.hs-form-field .nice-select {display: none;}
.hs-form-field .input {margin-right: 0 !important;}
.hs-fieldtype-checkbox {margin-bottom: 20px;}
.inputs-list {margin: 0 0 5px;padding-left: 5px;}
.hbspt-form ul.no-list {list-style: none;padding: 0; margin-top: -25px;}
.hbspt-form fieldset {max-width: 100%;}
.hbspt-form .hs-fieldtype-text:not(.hs_company) label:not(.hs-error-msg), .hbspt-form .hs-phone label:not(.hs-error-msg), .hbspt-form .hs-fieldtype-select label:not(.hs-error-msg), .hbspt-form .hs-fieldtype-textarea label:not(.hs-error-msg), .hs_error_rollup {display: none;}
.hbspt-form .hs-fieldtype-checkbox ul {list-style: none;margin-top: 10px;padding: 0;}
.hbspt-form .hs-country ul {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 0px;
	-moz-column-gap: 0px;
	column-gap: 0px;
}
.hbspt-form fieldset .hs-fieldtype-text input, .hbspt-form fieldset .hs-phone input {
	border: none;
	border-bottom: 1px solid #1E1E1E;
}
.hbspt-form .hs-fieldtype-textarea textarea {min-height: 150px;}

.hbspt-form fieldset select, .hbspt-form .hs-fieldtype-textarea textarea {
	border: none;
	border-bottom: 1px solid #1E1E1E;
}
.hbspt-form fieldset .hs-fieldtype-text input, 
.hbspt-form fieldset .hs-phone input,
.hbspt-form fieldset numberl,
.hbspt-form .hs-fieldtype-textarea textarea {
	width: 100% !important;
	margin-bottom: 30px;
	padding: 16px;
	font-size: 14px;
	color: #000000;    
}
.hbspt-form ::placeholder {color: #000000; opacity: 1;}
.hbspt-form :-ms-input-placeholder { color: #000000;}
.hbspt-form ::-ms-input-placeholder {color: #000000;}
.hbspt-form .hs-error-msgs  {color: #f2545b;}
.hbspt-form .inputs-list label {
	float: none;
	width: auto;
	padding: 0;
	line-height: 18px;
	white-space: normal;
	font-weight: normal;
	font-size: 13px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	padding-left: 0;
}
.hbspt-form .inputs-list label span {padding-left: 5px;}
.hbspt-form .hs-submit .actions {text-align: right;}
.hbspt-form .hs-submit .actions input[type=submit] {
	color: #ffffff;
	border-width: 0px;
	border-color: #0028BE;
	border-radius: 50px;
	font-size: 15px;
	  line-height: 1.7em;
	background-color: #0028BE;
	padding: 0.7em 2em;
	cursor: pointer;
}
.hbspt-form fieldset .hs-fieldtype-text input, .hbspt-form fieldset select, .hbspt-form .hs-fieldtype-textarea textarea {
	width: 100%!important;
	margin-bottom: 30px;
	padding: 16px;
	font-size: 14px;
	color: #000000;
}

@media screen and (min-width: 400px) {
	.form-columns-2 > div.hs-form-field {
		padding: 0;
		width: 45% !important;
	}
	.form-columns-2 > div.hs-form-field:first-child {
		margin-right: 5%;
	}
}