/*
Theme Name: Superio
Theme URI: https://themeforest.net/item/superio-job-board-wordpress-theme/32180231
Author: ApusTheme
Author URI: https://themeforest.net/user/apustheme/portfolio
Description: Superio is a complete Job Board WordPress theme that allows you to create a useful and easy to use job listings website.
Version: 1.3.29
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: superio

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    clear: both;
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 32px 2em;
}
.wp-block-image .alignright{
    margin-left: 2em;
}
.alignleft {
    float: left;
    margin: 5px 2em 32px 0;
}
.wp-block-image .alignleft{
    margin-right: 2em;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}
.gallery-caption {
    box-sizing: border-box;
}
.bypostauthor{
    box-sizing: border-box;
}
.wp-block-pullquote{
    border:none;
}
.wp-block-archives.aligncenter, .wp-block-categories.aligncenter, .wp-block-latest-posts.aligncenter {
    text-align: center;
}
.wp-block-cover{
    margin-bottom: 28px;
}
.wp-block-embed{
    margin-bottom: 28px;
}
.product-block.grid .product-image{
    width: 100%;
}
.product-block.grid .product-image img{
    width: 100%;
}
.wp-block-cover.has-background-dim .wp-block-cover-text{
    color: #fff;
}
.wp-block-button {
    margin-top: 15px;
    margin-bottom: 15px;
}
.wp-block-image, .wp-block-gallery {
    margin-bottom: 28px;
}
figcaption {
    margin-top: 15px;
}

.contact-form-wrapper {
  position: relative;
}
.contact-form-wrapper:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9) url("images/loading.gif") no-repeat center 100px/30px auto;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  z-index: 1;
  visibility: hidden;
}
.contact-form-wrapper.loading:before {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

.filter-listing-form .list-item .list-item-inner .caret-wrapper {
  padding: 0px 8px;
  float: right;
  cursor: pointer;
}
.rtl .filter-listing-form .list-item .list-item-inner .caret-wrapper {
  float: left;
}
.filter-listing-form .list-item > .terms-list {
    margin-top: 18px;
    padding-left: 30px !important;
    display: none;
}
.wp-block-button.is-style-squared .wp-block-button__link, 
.wp-block-button__link.wp-block-button.is-style-squared .wp-block-button__link{
  border-radius: 8px;
}

body.no-breadcrumbs #main-container.layout-type-default:not(.has-filter-top) {
    margin-top: 50px;
}
.select2-container--default.select2-container .select2-selection--single .select2-selection__clear {
    z-index: 1;
}

.filter-listing-form .toggle-filter-viewmore {
  margin-top: 10px;
  display: block;
  color: var(--superio-theme-color);
  font-size: 13px;
}
.filter-listing-form .toggle-filter-viewmore .icon-more {
  margin-right: 5px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 25px;
  height: 25px;
  line-height: 26px;
  font-size: 10px;
  color: var(--superio-theme-color);
  background: var(--superio-theme-color-015);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.rtl .filter-listing-form .toggle-filter-viewmore .icon-more {
  margin-left: 5px;
  margin-right: 0;
}
.filter-listing-form .toggle-filter-viewmore:hover .icon-more {
  background: var(--superio-theme-color);
  color: #fff;
}
.tax-viewmore-field.show-more .terms-list-wrapper {
    height: 230px;
    overflow: hidden;
}
.tax-viewmore-field .toggle-filter-viewmore {
    display: none;
}
.tax-viewmore-field.show-more .toggle-filter-viewmore, .tax-viewmore-field.show-less .toggle-filter-viewmore {
    display: block;
}

.filter-listing-form.vertical .heading-label {
    display: block;
}

.filter-listing-form.vertical .heading-label > i {
    float: right;
}

.filter-listing-form .form-group.hide-content .form-group-inner {
  display: none;
}

.meesage-meeting-wrapper {
    max-height: 400px;
}

.user-short-profile-top:not(#main-container-dashboard .user-short-profile-top) {
    margin-bottom: 30px;
}
.user-short-profile-top .employer-logo, .user-short-profile-top .candidate-logo {
    width: 90px;
    height: 90px;
    margin-right: 30px;
}
.user-short-profile-top .title {
    font-size: 18px;
    margin: 0;
}

.job-table .title-wrapper {
    margin: 0 0 5px;
}

.job-table .title-wrapper .urgent {
    font-size: 11px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    padding: 0;
}

.btn-toggle-canvas i {
    font-size: 18px;
}
.cmb-th span.required {
    color: red;
}
.widget_apus_user_short_profile .skill-percents h4 {
    color: #202124;
}

.wp-job-board-pro-uploaded-file-name .candidate-detail-cv {
  width: 400px;
  display: inline-block;
  margin-bottom: 0;
}

.message-top .notifications-wrapper.active {
    max-height: 350px;
}

.close-filter-sidebar {
    color: #e44343;
    margin-bottom: 10px;
}


.apus-mfp-zoom-in.apus-mfp-zoom-call-in .mfp-content {
    padding: 20px; 
    width: 400px;
}
.apus-mfp-zoom-in.apus-mfp-zoom-call-in .widget-title {
    margin-bottom: 10px;
}
.apus-mfp-zoom-in .widget-content {
    text-align: center;
}
.apus-mfp-zoom-in .widget-content .phone {
    margin-top: 10px;
    font-size: 20px;
}
#apus-footer .widget-nav-menu .menu li.active > a{
  padding-left: 25px;
}
.rtl #apus-footer .widget-nav-menu .menu li.active > a{
  padding-left: 0;
  padding-right: 25px;
}
.infor-account .name-acount{
    max-width: 150px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.sliding-menu__panel-root > li > a > .text-label,
.sliding-menu__panel-root > li > button > .text-label{
    position: static !important;
    margin: -10px 10px 0;
    vertical-align: top;
}
.sliding-menu__panel-root > li > a > .text-label:before,
.sliding-menu__panel-root > li > button > .text-label:before{
    display: none;
}

.show_hide_password_wrapper,
.show_hide_password{
    display: block;
    position: relative;
}
.show_hide_password_wrapper .toggle-password,
.show_hide_password .toggle-password{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 22px;
    line-height: 1;
    cursor: pointer;
}
.rtl .show_hide_password_wrapper .toggle-password,
.rtl .show_hide_password .toggle-password{
    right: inherit;
    left: 22px;
}
[class*="meeting-form"] .select2-container--default.select2-container .select2-selection--single .select2-selection__rendered{
    color: #77838F;
}
@media (min-width: 1200px){
    [class*="meeting-form"] .select2-container--default.select2-container .select2-selection--single{
        height: 60px;
    }
    [class*="meeting-form"] .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 38px;
    }
    [class*="meeting-form"] .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 16px;
    }
}
.widget-team .content {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 20px;
}
.widget-team .name-team {
  font-size: 20px;
  color: #fff;
  margin: 0;
}
.widget-team .job {
  font-size: 15px;
  color: #fff;
}
.widget-team .description {
    color: #fff;
}
.widget-team .social {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.widget-team .social li:nth-child(2n+1) {
  -webkit-transition-delay: 0.1s;
  /* Safari */
  transition-delay: 0.1s;
}
.widget-team .social li:nth-child(2n+2) {
  -webkit-transition-delay: 0.2s;
  /* Safari */
  transition-delay: 0.2s;
}
.widget-team .social li:nth-child(2n+3) {
  -webkit-transition-delay: 0.3s;
  /* Safari */
  transition-delay: 0.3s;
}
.widget-team .social li:nth-child(2n+4) {
  -webkit-transition-delay: 0.4s;
  /* Safari */
  transition-delay: 0.4s;
}
.widget-team .social li:nth-child(2n+5) {
  -webkit-transition-delay: 0.5s;
  /* Safari */
  transition-delay: 0.5s;
}
.widget-team .social li:nth-child(2n+6) {
  -webkit-transition-delay: 0.6s;
  /* Safari */
  transition-delay: 0.6s;
}
.widget-team .social li:nth-child(2n+7) {
  -webkit-transition-delay: 0.7s;
  /* Safari */
  transition-delay: 0.7s;
}
.widget-team .social li:nth-child(2n+8) {
  -webkit-transition-delay: 0.8s;
  /* Safari */
  transition-delay: 0.8s;
}
.widget-team .social li:nth-child(2n+9) {
  -webkit-transition-delay: 0.9s;
  /* Safari */
  transition-delay: 0.9s;
}
.widget-team .social li:nth-child(2n+10) {
  -webkit-transition-delay: 1s;
  /* Safari */
  transition-delay: 1s;
}
.widget-team .social li {
  display: inline-block;
  margin: 0 5px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.widget-team .social li a {
  color: #fff;
  font-size: 18px;
  background: transparent !important;
}
@media (min-width: 1200px) {
  .widget-team .social li {
    margin: 0 15px;
  }
}
.widget-team .team-item {
  position: relative;
  overflow: hidden;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
}
.widget-team .team-item:before {
  opacity: 0;
  filter: alpha(opacity=0);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out 0.15s;
  -o-transition: all 0.3s ease-in-out 0.15s;
  transition: all 0.3s ease-in-out 0.15s;
  background-color: #1967D2;
}
.widget-team .team-item:hover:before {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.widget-team .team-item:hover .social li {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.filled-text{
    color: #e44343;
}
.filter-listing-form .select2-container--default.select2-container .select2-selection--multiple {
  background-color: #fff;
}
@media (min-width: 1200px) {
  .filter-listing-form .select2-container--default.select2-container .select2-selection--multiple {
    min-height: 60px;
  }
  .filter-listing-form .select2-container--default.select2-container .select2-selection--multiple .select2-selection__rendered {
    padding: 10px 20px;
  }
}
.filter-listing-form .select2-container--default.select2-container .select2-selection--multiple .select2-selection__rendered,
.filter-listing-form .select2-container--default.select2-container .select2-selection--multiple .select2-selection__placeholder {
  color: #696969;
}
.filter-listing-form .select2-container--default.select2-container .select2-selection--multiple .select2-selection__arrow {
  right: 0;
}
.rtl .filter-listing-form .select2-container--default.select2-container .select2-selection--multiple .select2-selection__arrow {
  left: 0;
  right: auto;
}
@media (min-width: 1200px) {
  .filter-listing-form .select2-container--default.select2-container .select2-selection--multiple .select2-selection__arrow {
    top: 19px;
  }
}
.filter-listing-form .select2-selection--multiple .select2-search--inline:first-child,
.filter-listing-form .select2-selection--multiple .select2-search--inline:first-child .select2-search__field{
    width: 100% !important;
}
#ui-datepicker-div {
    display: none;
}

.select2-selection--multiple:before {
content: "";
position: absolute;
right: 17px;
top: 42%;
border-top: 5px solid #77838F;
border-left: 4px solid transparent;
border-right: 4px solid transparent;
}

.wp-job-board-pro-uploaded-files .wp-job-board-pro-uploaded-file {
    width: inherit;
}
.wp-job-board-pro-uploaded-file-name .candidate-detail-cv {
    width: inherit;
}
.wp-job-board-pro-uploaded-file-name .candidate-detail-cv .filename {
  margin-right: 50px;
}

form.cmb-form .cmb-row .cmb-th label {
    font-weight:  600;
    margin: 0px;
}

span.featured {
    min-width: 25px;
}

#main-container.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

#main-container.container-fluid > .row {
  margin-left: 0;
  margin-right: 0;
}

#main-container.container-fluid > .row > div {
  padding-left: 0;
  padding-right: 0;
}

.elementor-lightbox .swiper .elementor-swiper-button{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.select2-container.select2-container--default{
    width: initial;
}

/* override */

section.artus-header-top{
	padding-top: 5px !important;
	padding-bottom: 45px !important;
}

section.artus-header-bottom{
	position: absolute !important;
    bottom: -38px !important;
}

section.artus-header-bottom .elementor-widget-wrap.elementor-element-populated{
	padding: 12.5px;
}

section.artus-header-top .btn.btn-theme{
	border-radius: 3px;
}	

section.artus-header-bottom .elementor-element-8fe5d96{
	width: auto !important;
}

section.artus-header-bottom .elementor-widget-wrap.elementor-element-populated{
	justify-content: space-between;
}

.megamenu .caret:before{
	font-family: 'Font Awesome 5 Free' !important;
    content: "\f078" !important;
}

.megamenu .dropdown-menu{
	border-top: 2px solid #393939 !important;
}

.megamenu .dropdown-menu:before{
	border-color: transparent transparent #393939 !important;
}

.elementor-70 .elementor-element.elementor-element-bd31855{
	max-width : 1035px !important;
	width: auto !important;
}

@media (min-width: 1500px) {
    .megamenu > li {
        margin-right: 22px !important;
    }
}

@media (min-width: 1200px) {
    .megamenu > li {
        margin-right: 9px !important;
    }
}

.service-details a.more{
	padding-top: 9px !important;
	bottom: -8px !important;
}

#logos_block_bottom .slick-arrow{
	display: none !important; 
}

.slick-carousel .slick-arrow{
	width: 30px !important;
    height: 30px !important;
    border-radius: 50% !important;
    background: #343e49 !important;
    color: #fff !important;
}

.job-grid-v3 .job-deadline{
	/*position: absolute;
	top: 68px;
	left: 30px;*/
	color: #fff;
    background: #ed1c24;
    padding: 2px 5px;
    display: inline;
    border-radius: 3px;
    font-weight: 400;
    font-size: 12px;
}

.post-deadline{
	color: #fff;
    background: #ed1c24;
    padding: 2px 5px;
    display: inline;
    border-radius: 3px;
    font-weight: 400;
    font-size: 12px;
}

.job-grid-v3 .job-title{
	/*padding-bottom: 9px;*/
	font-weight: bold;
}

.job-grid-v3 .job-metas ul{
	padding-left: 15px;
}

.job-grid-v3 .job-metas ul > li > div{
	display: flex;
}

.job-grid-v3 .job-metas{
    padding-bottom: 50px;
}

.job-grid-v3{
	margin-top: 5px;
}

.job-grid-v3 .job-summary{
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.job-grid-v3 .info-bottom{
	margin: 0;
}

.job-grid-v3{
	padding-bottom: 0;
	margin-right: 12px;
	margin-left: 12px;
}

.job-grid-v3 .info-bottom{
	box-sizing: border-box;
    width: calc(100% + 60px);
    margin-left: -30px;
    padding-left: 30px;
    border-top: 1px solid #f4f4f4;
	padding-top: 9px;
    padding-bottom: 9px;
}

.job-grid-v3 .info-bottom-block:hover span{
	color: #ed1c24;
}

.job-grid-v3 .info-bottom-block span{
	text-decoration: underline !important;
}

.slick-carousel .slick-next{
	right: -9px;
}

.slick-carousel .slick-prev{
	left: -9px;
}

.slick-carousel:hover .slick-next{
	right: 30px;
	background: #343e49 !important;
}

.slick-carousel:hover .slick-prev{
	left: 30px;
	background: #343e49 !important;
}

.slick-carousel .slick-arrow{
	background: #aeb2b6 !important;
}

section.artus-header-bottom.fixed-menu{
	background: #ed1c24 !important;
    position: fixed !important;
    top: 0 !important;
    height: 75px !important;
	z-index: 10000000;
}

#back-to-top{
	background-image: linear-gradient(to right, #343e49 0%, #8cb5ea 51%, #343e49 100%);
    background-size: 200% auto;
    box-shadow: 0 7px 30px rgba(0, 0, 0, 0.3);
    color: #fff;
    opacity: 0.4;
}

#back-to-top:hover{
	box-shadow: 0 10px 20px rgba(82, 143, 223, 0.5);
	opacity: 1;
	background-position: right center;
}

#primary-menu ul.dropdown-menu li a:after{
    content: "";
    display: inline-block;
    height: 0;
    width: 4px;
    vertical-align: middle;
    margin-right: 0;
    opacity: 0;
    visibility: hidden;
    background: #111;
    -webkit-transition: height 0.4s, opacity 0.4s ease, top 0.4s ease;
    -o-transition: height 0.4s, opacity 0.4s ease, top 0.4s ease;
    -moz-transition: height 0.4s, opacity 0.4s ease, top 0.4s ease;
    transition: height 0.4s, opacity 0.4s ease, top 0.4s ease;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

#primary-menu ul.dropdown-menu li:hover>a:after{
    top: 0;
    height: -webkit-calc(100% + 1px);
    height: -moz-calc(100% + 1px);
    height: calc(100% + 1px);
    opacity: 1;
    visibility: visible;
}

#primary-menu ul.dropdown-menu li:hover>a{
	background: #eee none repeat scroll 0 0 !important;
}

#primary-menu ul.dropdown-menu li a:hover{
	background-color: #f5f5f5 !important;
}

#primary-menu ul.dropdown-menu li a{
    color: #555;
    font-size: 14.5px;
    font-weight: 500;
    text-align: center;
}

#primary-menu ul.dropdown-menu li:hover > a{
    color: #343e49;
}

#primary-menu ul.dropdown-menu li{
    border-bottom: 1px solid #eee;
}

#primary-menu ul.dropdown-menu{
	padding: 0 !important;
}

.offre-box:hover .image img {
    opacity: 0.5;
    transform: scale(1.05);
}

.elementor-element-c926149 > div > div:hover img, .elementor-element-39cff85 > div > div:hover img{
    opacity: 0.5;
    transform: scale(1.05);
}

div.elementor-element.elementor-element-ba51caa.elementor-widget.elementor-widget-text-editor > div > h2:before{
	position: absolute;
    content: '';
    background: #f7f5f5;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    left: -18.5px;
    top: -36px;
    z-index: -1;
}

.text h6 {
	font-weight: 600 !important;
}

.elementor-element-c46532a .elementor-element{
	--widgets-spacing-row: 9px !important;
    --widgets-spacing-column: 9px !important;
}

.about-block-home > .e-con-inner > div::before{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 0%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.about-block-home > .e-con-inner > div:hover::before {
    -webkit-animation: circle .95s;
    animation: circle .95s;
}

.about-block-home > .e-con-inner > div:hover img {
    transform: scale(1.05);
	transition: all 500ms ease;
}

.about-block-home > .e-con-inner > div img {
	transition: all 500ms ease;
}

.about-block-home > .e-con-inner > div{
	overflow: hidden;
}


@keyframes circle {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

.theme-btn.btn-two a{
    background: transparent;
    padding: 12.5px 33px;
    border: 2px solid #e94d4e;
    color: #e94d4e !important;
}

.theme-btn a{
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    font-size: 14px;
    line-height: 26px;
    color: #fff !important;
    font-family: 'Manrope', sans-serif;
    font-weight: 800;
    text-align: center;
    padding: 12.5px 33px !important;
    border-radius: 0px;
    text-transform: uppercase;
    z-index: 1;
    transition: all 500ms ease;
}

.theme-btn a:hover:before {
    bottom: -40%;
}

.theme-btn a:before {
    webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    bottom: 110%;
    left: 50%;
    background-color: #142b3c;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1;
}

@media(max-width: 767px){
	.liste-services img{
		height: 100px;
        width: auto;
	}
	
	.elementor-element-7257613{
		display: none;
	}
	
	.elementor-element-457e16a > div{
		padding: 0 !important;
	}
	
	.elementor-element-1d67317 h2{
		text-align: center;
	}
	
	.elementor-element-bee74e7 h2{
		padding-left: 15px;
		padding-top: 50px;
	}
	
	.elementor-element-7a7f8fb{
		margin-top: 20px;
	}	
	
	.elementor-element-b519575{
		margin-bottom: 50px !important;
	}
	
	.elementor-element-fef8e90{
		display: block !important;
	}
	
	.elementor-element-ba51caa{
		margin-right: 15px;
		margin-top: 9px;
	}
	
	.elementor-element-bee48bf{
		padding-top: 80px !important;
	}
	
	.elementor-element-917a1bd{
		text-align: left;
	}
	
	.elementor-element-5219299 .service-details a.more, .elementor-element-28f6b21 .service-details a.more{
		bottom: 0 !important;
	}
	
	.job-grid-v3{
		margin-bottom: 30px !important; 
	}
	
	.elementor-element-1346080 h2{
		margin-bottom: 15px;
	}	
	
	.slick-carousel .slick-prev{
		left: 9px;
	}
	
	.slick-carousel .slick-next{
		right: 9px;
	}
	
	.elementor-element-909afbe{
		margin-top: 30px !important;
	}
	
	.widget-job-search-form h2{
		margin-top: 0 !important;
		font-size: 33px !important;
	}
	
	.elementor-element-c0b2cd6{
		display: block !important;
	}
}

#apus-footer ul.social-links{
	display: flex;
    align-items: center;
    list-style: none;
	justify-content: center;
	padding: 0;
}

#apus-footer ul.social-links > li{
	margin-right: 15px;
}

#apus-footer ul.social-links > li i{
	color: #b0b9d1 !important;
}

#apus-footer .elementor-element-78f3774{
	display: none;
}

#menu-item-9393:before{
	content: '\f1ad';
    font-family: 'Font Awesome 5 Free' !important;
    color: #fff;
    margin-right: 5px;
    font-size: 18px;
}

#menu-item-9392:before{
	content: '\f007';
    font-family: 'Font Awesome 5 Free' !important;
    color: #fff;
    margin-right: 5px;
    font-size: 18px;
}

div.elementor-element.elementor-element-2203d58.elementor-widget.elementor-widget-image.animated.bounce > img{
	height: 300px;
	width: auto;
}

.elementor-70 .elementor-element.elementor-element-a2ee54f .elementor-button{
	padding-right: 0;
}

.elementor-70 .elementor-element.elementor-element-e5669e4 .elementor-button{
	padding-left: 0;
}

.elementor-element-c5160de{
	padding-bottom: 0 !important;
	padding-top: 50px !imporatnt;
}

@media(min-width: 768px){
	.elementor-element-250e8ad{
		margin-top: -50px;
	}
}

.btn.btn-theme-international{
	color: #ed1c24;
    background-color: #f7f4f1;
    border-color: #f7f4f1;
    border-radius: 5px;
	font-size: 16px;
	font-weight: 600;
}

.btn.btn-theme-international span{
	text-decoration: underline;
}

.btn.btn-theme-international:before{
	content: '\f0ac';
	font-family: 'Font Awesome 5 Free' !important;
	margin-right: 5px;
}

.pagination {
	text-align: left;
}

body.page-template-page-jobs .filter-sidebar .form-search.filter-listing-form-wrapper{
	margin: 0;
    width: 100%;
}

body.page-template-page-jobs .filter-sidebar .widget.widget_job_alert_form_widget{
	background: #fff;
    padding: 15px;
}

.elementor-8319 .elementor-element.elementor-element-7a295fb{
	padding: 70px 0px 50px 0px !important;
	background: #393939 !important;
}

.pagination li > span:hover, .pagination li > span.current, .pagination li > a:hover, .pagination li > a.current, .apus-pagination li > span:hover, .apus-pagination li > span.current, .apus-pagination li > a:hover, .apus-pagination li > a.current{
	color: #ed1c24 !important;
	background: transparent !important;
    font-size: 16px;
    font-weight: bold !important;
    margin: 0;
    padding: 0;
}

.pagination li, .apus-pagination li{
	width: 22px;
    text-align: center;
    margin: 0;
}

.pagination li > span, .pagination li > a, .apus-pagination li > span, .apus-pagination li > a{
	min-width: 22px;
    line-height: 22px;
	font-weight: 600 !important;
	color: #000;
}

.jobs-listing-wrapper h1.heading{
	font-weight: 600;
    line-height: 1.3;
    color: #1d213e;
	font-size: 30px;
}

.jobs-listing-wrapper .job-grid-v3{
	margin-left: 0;
	margin-right: 0;
}	

.artus-header-bottom{
	border: none !important;
}

.artus-header-bottom:not(body.home .artus-header-bottom){
	background: #ED1C24 !important;
}

.filter-in-sidebar{
	color: #202124;
	background: #f3f3f3 !important;
    border: 1px solid #edecec !important;
}

.filter-in-sidebar:hover{
	color: #ed1c24;
}

.jobs-ordering .select2-container--default .select2-selection--single, .form-superio-ppp .select2-container--default .select2-selection--single{
	background: #f3f3f3 !important;
    border: 1px solid #edecec !important;
}

.jobs-ordering .select2-container--default .select2-selection--single, .jobs-ordering .select2-container--default .select2-selection--single .select2-selection__rendered, 
.form-superio-ppp .select2-container--default .select2-selection--single .select2-selection__rendered, .select2-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered
{
	background: #f3f3f3 !important;
}

section.elementor-element-93932ae{
	border: none !important;
}

/* Registration */
.registration-block{
	background: #f3f3f3 !important;
    border-radius: 5px !important;
    border: 1px solid #edecec !important;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 6%) !important;
}

.connexion-block h2.elementor-heading-title {
    font-size: 35px !important;
    font-weight: 600;
    line-height: 1.3;
    color: #1d213e;
}

.connexion-block {
	margin-bottom: 75px !important;
    margin-top: 0 !important;
}

.connexion-block .elementor-container{
	background: #f3f3f3;
    border-radius: 5px;
    border: 1px solid #edecec;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 6%);
}

.connexion-block .elementor-container .elementor-widget-image{
	text-align: left;
}

.connexion-block .elementor-container .elementor-widget-wrap.elementor-element-populated{
	padding: 0 !important;
}

.connexion-form-block{
	padding: 30px 15px 0 0;
}

.text-colored{
	color: #ed1c24 !important;
}

.connexion-block input[type="submit"]{
	text-transform: uppercase;
	font-size: 16px;
	width: auto !important;
	float: right;
}

.connexion-block input[type="submit"]:hover{
	background: #ed1c24 !important;
	border-color: #ed1c24 !important;
}

.connexion-block .login-bottom-block .redirect-block{
	margin-bottom: 0;
	margin-top: 30px;
	padding: 0;
}

@media(max-width: 767px){
	.connexion-form-block{
		padding-left: 15px;
		padding-bottom: 30px;
	}
	
	h2.elementor-heading-title {
		font-size: 30px !important;
	}
	
	.connexion-form-block .link-right{
		margin-top: 15px;
		font-size: 16px;
	}
	
	.connexion-form-block .login-bottom-block .form-group:nth-child(2){
		padding: 0;
		margin-top: 15px;
	}	
	
	.connexion-block input[type="submit"]{
		float: left;
	}
	
	.connexion-block .login-bottom-block .redirect-block{
		margin-bottom: 30px;
		margin-top: -18px;
	}
	
	
}

.lostpassword-link .back-link{
	font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 220px !important;
}

.lostpassword-link .back-link:hover{
	background-color: #ed1c24;
	border-color: #ed1c24;
}

.elementor-element-a62c626 > div{
	padding-top: 0 !important;
}

.elementor-element-50e3c4b > div{
	padding-top: 0 !important;
}

.registration-block input[type="text"], .registration-block input[type="password"]{
	height: 45px !important;
	border-radius: 0 !important;
	background: #fff !important
}

.registration-block input[type="submit"]{
	color: #fff !important;
    background-color: #343e49 !important;
    border-color: #343e49 !important;
    box-shadow: 0 7px 20px rgba(82, 143, 223, 0.2) !important;
	border-radius: 0 !important;
	font-size: 16px;
	text-transform: uppercase;
}

.registration-block input[type="submit"]:hover{
	background-color: #ed1c24 !important;
	border-color: #ed1c24 !important;
}

@media(max-width: 767px){
	body.page-id-9714 .registration-block{
		order: 2;
	}
	
	
	.elementor-32 .elementor-element.elementor-element-e6f04ac{
		margin: 0;
	}
	
	.elementor-element-e54a227, .elementor-element-fb760e4, .elementor-element-fb1f4dc{
		padding: 0;
	}
}

.contact-form form.wpcf7-form {
	padding: 40px 45px 45px;
	background: #f3f3f3;
	border-radius: 5px;
	border: 1px solid #edecec;
	box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 6%);
	padding-bottom: 0;
}

.job-single-v2 .widget_apus_job_info{
	margin-bottom: 0;
	border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
	background: !important;
    border: 2px solid #edeff7 !important;
	background-color: #fff !important;
}

.job-single-v2 .widget_apus_job_buttons .job-detail-buttons{
	display: flex;
    flex-direction: column-reverse;
	position: initial !important;
}

.job-single-v2 .widget_apus_job_buttons .job-detail-buttons .deadline-time{
	position: absolute;
    text-align: right;
}

.job-single-v2 .widget_apus_job_buttons .job-detail-buttons .btn-apply{
	order: 1;
    width: 100%;
    background: #ed1c24;
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 600;
}

.job-single-v2 .widget_apus_job_buttons .job-detail-buttons .btn-add-job-shortlist{
	margin-top: 15px;
	background: #f3f3f3 !important;
    border: 1px solid #edecec !important;
	position: absolute;
    top: 18px;
    left: -45px;
    z-index: 1;
}

.sidebar-job .widget_apus_job_buttons:not(.single-4){
	position: initial !important;
}

.job-single-v2 .widget_apus_job_employer_info, .job-single-v2 .widget_apus_job_tags{
	background: #f3f3f3 !important;
}

.job-single-v2 .title, .job-single-v2 .widget-title{
    font-weight: 600 !important;
    color: #1d213e !important;
}

.job-single-v2 h1{
    font-size: 30px;
    color: #ed1c24;
	font-weight: bold;
}

.job-single-v2 .widget-title{
	font-weight: 600;
}

.job-single-v2 .job-detail-description div, .job-single-v2 .job-detail-description ul, .job-single-v2 .job-detail-description li{
	font-size: 16px;
    color: #858589;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 500;
}

.job-detail-detail .icon {
    font-weight: 600;
    font-size: 22px;
    color: #ed1c24;
}

.job-single-v2 .widget_apus_job_info .details .text{
	color: #1d213e;
	font-size: 16px;
	font-weight: 600;
}

.job-single-v2 .widget_apus_job_info .details .value, .job-single-v2 .widget_apus_job_info .details .value a{
	color: #888;
	font-size: 16px;
	font-weight: 600;
	background: #fff;
	padding: 0;
}

.job-single-v2 .job-detail-description div{
	margin-bottom: 15px;
}

.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus{
	background: transparent;
	border-color: transparent;
}

.widget-job-search-form .heading-label{
	margin-top: 15px !important;
}

/* Pages nos services */
.titre-bg:before {
    content: "";
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
    content: "";
    width: 100px;
    height: 7px;
    background: #ed1c24;
    position: relative;
    margin-top: -13px;
}

.titre-bg {
    position: relative;
}

.titre-bg > .elementor-widget-container{
    display: inline-block;
}

.titre-bg .superio-heading-title{
	font-weight: bold;
    font-size: 40px;
	margin-bottom: 0;
}

.page-id-9800 .service-details .elementor-widget-wrap, .page-id-9792 .service-details .elementor-widget-wrap{
	border: none !important;
}

div.elementor-column.elementor-col-50.elementor-top-column.elementor-element.elementor-element-4914b26f.bordered-img-block > div{
	box-shadow: none;
}

.detail-service-contact ul li:not(.tt, .no-before):before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #ed1c24;
    content: "\f00c";
    font-size: 12px;
    padding-right: 10px;
}

.detail-service-contact ul li {
    list-style: none;
}

.detail-service-contact ul {
    padding: 0;
}

.bordered-img-block img{
	border: 1px solid #ed1c24;
	padding: 9px;
}

div.elementor-column.elementor-col-50.elementor-top-column.elementor-element.elementor-element-2c6cdd01.bordered-img-block > div{
	box-shadow: none !important;
}

.metedologies .box {
    box-shadow: 1px 1px 13px rgb(0 0 0 / 20%);
    background: #fff;
    padding: 15px;
    text-align: left;
    margin-bottom: 20px;
}

.fleches {
    color: #fe0000;
    text-align: left;
    font-size: 48px;
    line-height: 13px;
}

.hexagone .number {
    text-align: center;
    font-size: 55px;
    position: absolute;
    /* z-index: 222; */
    width: 100%;
    height: 100%;
    color: #ffffff;
    z-index: 9999999999;
    visibility: visible;
}

.hexagone .hexagonemain {
    display: block;
    position: absolute;
    width: 100%;
    padding-bottom: 85.47005%;
    overflow: hidden;
    visibility: hidden;
    -webkit-transform: rotate3d(0, 0, 1, -60deg) skewY(30deg);
    -ms-transform: rotate3d(0, 0, 1, -60deg) skewY(30deg);
    transform: rotate3d(0, 0, 1, -60deg) skewY(30deg);
    z-index: 1;
}

.hexagone {
    position: relative;
    width: 95px;
    visibility: hidden;
    border: 5px solid #fff;
    -webkit-filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.6));
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.6));
}

.hexagone .hexagonemain.c1:before {
    background-color: #ff0800;
}

.hexagone .hexagonemain:before {
    content: "";
    display: block;
    position: absolute;
    visibility: visible;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #cccccc;
    -webkit-transform: skewY(-30deg) rotate3d(0, 0, 1, 60deg);
    -ms-transform: skewY(-30deg) rotate3d(0, 0, 1, 60deg);
    transform: skewY(-30deg) rotate3d(0, 0, 1, 60deg);
}

.hexagone .hexagonemain.c8:before {
    background-color: #ff0800;
}

.hexagone .hexagonemain.c7:before {
    background-color: #02ce9d;
}

.hexagone .hexagonemain.c6:before {
    background-color: #08909e;
}

.hexagone .hexagonemain.c5:before {
    background-color: #4f7bac;
}

.hexagone .hexagonemain.c4:before {
    background-color: #02cc9c;
}

.hexagone .hexagonemain.c3:before {
    background-color: #0cd4ee;
}

.hexagone .hexagonemain.c2:before {
    background-color: #7a7a7c;
}

.metedologies ul li.no-before {
    text-align: center;
}

.metedologies h3{
	font-size: 30px;
	font-weight: 600;
}

@media(max-width: 767px){
	.service-details a.more {
		bottom: 0 !important;
	}
	
	.page-id-9792 h1{
		padding-left: 9px;
		margin-top: -40px;
	}
	
	.titre-bg .superio-heading-title {
		font-size: 35px;
	}
	
	.detail-service-contact .elementor-widget-image{
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.page-id-9798 h1{
		padding-left: 15px;
	}
	
	.detail-service-contact.elementor-element-678c5a8 .elementor-container > .elementor-column:first-child{
		order: 2 !important;
	}
	
	.detail-service-contact.elementor-element-678c5a8{
		padding-bottom: 20px !important;
	}
	
	.detail-service-contact.elementor-element-7efeeb95{
		padding-bottom: 0 !important;
	}
	
	.page-id-9794 .elementor-widget-wrap:not(.bordered-img-block .elementor-widget-wrap){
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.page-id-9794 .elementor-element-6d8cbc42{
		margin-top: 20px !important;
	}
	
	.page-id-9794 .elementor-element-71642ecc{
		margin-top: 20px !important;
	}
	
	.page-id-9794 .elementor-element-25f22e7a{
		padding-bottom: 0 !important;
	}
	
	.page-id-9794 .fleches{
		display: none;
	}
	
	.page-id-9794 .col-md-1{
		position: initial;
		margin-bottom: 125px;
	}
	
	div.elementor-element.elementor-element-956cb30.elementor-widget.elementor-widget-text-editor > div > div:nth-child(3){
		display: none;
	}
}

div.elementor-column.elementor-col-50.elementor-top-column.elementor-element.elementor-element-36240b34.bordered-img-block > div{
	box-shadow: none;
}

.detail-service i.italic, .detail-service h3.italic {
    font-family: 'Dancing Script', cursive;
    font-size: 20px;
    color: #ed1c24;
}

.v-plus {
    background: url(/wp-content/uploads/2025/10/fleche-list.png) no-repeat top left;
    padding-left: 60px;
}

.detail-service ul.v-plus li {
    display: table;
    list-style: none;
    background: #ed1c24;
    border-radius: 5px;
    margin-bottom: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 35px;
    padding: 0px 25px;
}

.les-schemas {
    margin: 30px 0;
}

.schema {
    position: relative;
    text-align: center;
    margin: 0 auto;
    width: 192px;
    background: url(/wp-content/uploads/2025/10/schema.png) no-repeat center;
    height: 167px;
    /* padding: 28px 0px 0; */
    line-height: initial;
    background-size: 100%;
    align-items: center;
    display: grid;
}

.schema:hover {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@keyframes zoomOut{
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3);
	}
	100% {
		opacity: 1;
	}
}

.about-location .gallery-caption { 
    font-size: 18px !important;
	text-align: center !important;
	padding: 0 !important;
	background: transparent !important;
	max-height: initilal !important;
	left: 50% !important;
	top: 50% !important;
	transform: translate(-50%, -50%) !important;
	bottom: initial !important;
	font-weight: bold !important;
	z-index: 99;
	opacity: 1 !important;
}

.about-location .gallery-item:hover img{
	transform: scale(1.05);
    transition: all 300ms;
}

.about-location .gallery-item img{
    transition: all 300ms;
}

.about-location .gallery-item .gallery-icon{
	overflow: hidden;
	position: relative;
	transition: all 300ms;
}

.about-location .gallery-item .gallery-icon:before{
	content: "";
	display: block;
	background: #ed1c24;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
    opacity: 0;
}

.about-location .gallery-item:hover .gallery-icon:before{
	opacity: 0.65;
	transition: all 300ms;
}

.about-location .slick-arrow.slick-prev:before{
	content: "\e64a";
    font-family: 'themify' !important;
    position: relative;
    transform: translateX(11px);
	font-size: 13px !important;
}

.about-location .slick-arrow.slick-next:before{
	content: "\e649";
	font-family: 'themify' !important;
	position: relative;
	font-size: 13px !important;
}

.about-location .slick-arrow{
	display: block !important;
    font-size: 0 !important;
}

.about-location .slick-arrow {
    background: rgba(174, 178, 182, 0.5) !important;
}

.sec-title .elementor-heading-title:before {
    background: #e94d4e;
    position: absolute;
    content: '';
    width: 70px;
    height: 2px;
    left: 0px;
    bottom: 0px;
}

.about-style-three .image-box {
    position: relative;
    display: block;
    padding: 0px 130px 330px 130px;
    margin-right: 10px;
}

.about-style-three .image-box .text {
    box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 44%) !important;
}

.about-style-three .image-box .text {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 130px;
    background: #fff;
    width: 160px;
    padding: 12px 15px 18px 15px;
    text-align: center;
    z-index: 2;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
}

.about-style-three .image-box .curve-text {
    position: absolute;
    top: 45px;
    right: 58px;
    z-index: 2;
}

.about-style-three .image-box .curve-text .icon-box {
    position: absolute;
    left: -61px;
    top: -3px;
    width: 117px;
    height: 76px;
	z-index: 0;
    transition: all 0.5s ease;
}

.about-style-three .image-box img {
    width: 100%;
    transition: all 500ms ease;
}

.about-style-three .image-box .image-1 {
    position: relative;
    z-index: 1;
}

.about-style-three .image-box .image {
    overflow: hidden;
}

.about-style-three .image-box .image-2 {
    position: absolute;
    left: 0px;
    bottom: 80px;
    z-index: 1;
}

.about-style-three .image-box .image-3 {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.about-style-three figure {
    margin: 0 0 1rem;
}

.about-style-three .image-box .image:hover img {
    transform: scale(1.05);
}

.about-style-three .image-box .text h6 {
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    text-transform: uppercase;
}

.about-style-three .image-box .text h2, .about-style-three .image-box .text h6 {
	margin-top: 5px !important;	
	margin-bottom: 5px !important;	
	color: #1d213e !important;	
}

.sec-title.centered .elementor-heading-title:before{
	left: 50% !important;
	transform: translateX(-50%) !important;
}

.slick-carousel.about-services .gallery-caption{
	position: initial !important;
	padding-top: 18px !important;
	text-align: left !important;
	transform: initial !important;
	font-size: 24px !important;
}

.mission-section:before {
    position: absolute;
    content: '';
    background: #18425a;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.92;
}

.chooseus-block {
    max-width: 260px;
	min-height: 215.5px;
}

.chooseus-block-one .inner-box h4 {
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 12px;
}

.chooseus-block:before {
    position: absolute;
    content: '';
    background: #dedede;
    width: 1px;
    height: 100%;
    top: 0px;
    right: 0;
}

.elementor-element-1b095e2 .row > .chooseus-block:last-child:before{
	display: none !important; 
}

.Bonne-pratiques-block .elementor-container{
	background: #142b3c;
	background-image: url('/wp-content/uploads/2025/10/shape-6.png');
	background-repeat: no-repeat;
	background-position: 162% 202%;
	margin-top: -150px;
}

.Bonne-pratiques-block .image-block .elementor-widget-wrap{
	padding: 0;
}

.Bonne-pratiques-block .image-block img{
	margin-bottom: 30px;
}

.Bonne-pratiques-block .shape .shape-2 {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 359px;
    height: 306px;
    background-repeat: no-repeat;
}

.Bonne-pratiques-block .theme-btn a:before{
	background-color: #fff !important;
}

.nos-valeurs .box {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: flex-start;
}

.nos-valeurs .box h3 {
    position: relative;
    padding-left: 0px;
    margin-top: 15px;
    margin-right: 20px;
}

.nos-valeurs .box .icone {
    position: relative;
}

.nos-valeurs .box .icone img {
    max-width: 60px;
    float: right;
}

.nos-valeurs p {
    color: #ed1c24;
} 

.chooseus-block-one .inner-box .icon-box img {
    max-height: 60px;
	width: auto;
}

.block-engagement .elementor-widget-image:before{
    content: "";
    display: block;
    background: #ed1c24;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
    opacity: 0;
}

.block-engagement .elementor-widget-image:hover:before {
    opacity: 0.65;
    transition: all 300ms;
}

.block-engagement .elementor-widget-image:hover img {
    transform: scale(1.05);
	transition: all 300ms;
}

.block-engagement .elementor-widget-image img {
	transition: all 300ms;
}

.block-engagement .elementor-widget-image{
	overflow: hidden;
}

@media(max-width: 767px){
	.about-style-three .image-box .curve-text, .about-style-three .image-box .image-2, .about-style-three .image-box .image-1{
		display: none;
	}
	
	.about-style-three .image-box{
		padding: 0;
	}
	
	.about-style-three .image-box .image-3{
		position: initial;
	}
	
	.page-id-40 .slick-carousel .slick-slide{
		padding-left: 22px;
		padding-right: 9px;
	}
	
	.chooseus-block:before{
		display: none;
	}
	
	.chooseus-block{
		max-width: initial;
	}
	
	div.elementor-column.elementor-col-50.elementor-top-column.elementor-element.elementor-element-d3d572f > div{
		padding-bottom: 50px;
		margin: 0;
	}
	
	.Bonne-pratiques-block{
		background-color: #fff !important;
		margin: 0 !important;
	}
	
	.Bonne-pratiques-block .elementor-container{
		margin-top: 0 !important;
	}
	
	.elementor-40 .elementor-element.elementor-element-3feacae > .elementor-element-populated{
		padding-top: 30px !important;
	}
	
	.nos-valeurs .box{
		justify-content: center;
	}
	
	.page-id-40 .content-txt .col-md-4{
		text-align: center;
		margin-bottom: 30px;
	}
}

.Bonne-pratiques-block .elementor-widget-image:before{
	position: absolute;
    top: 0;
    left: -80%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 1;
	opacity: 0;
	visibility: hidden;
}

.Bonne-pratiques-block > .elementor-container:hover .elementor-widget-image:before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
	opacity: 1;
	visibility: visible;
}

.Bonne-pratiques-block > .elementor-container{
	overflow: hidden !important;
}

@keyframes shine{
	100% {
		left: 125%;
	}
}

@media(min-width: 768px){
	.page-id-10307 .first-agency-block .elementor-widget-wrap{
		padding-left: 0;
	}
}

.depot-cv{
	width: auto !important; 
}	

.elementor-70 .elementor-element.elementor-element-8fc4efa.elementor-column > .elementor-widget-wrap{
	justify-content: initial !important;
}

#apus-footer.footer-1-2 .copyright-block a{
	color: #fff;
}

#apus-footer.footer-1-2 .copyright-block a:hover{
	color: #ed1c24 !important;
}

.menu_short_profile a i{
	font-weight: 600;
    color: #ed1c24;
}

.menu_short_profile li a{
	color: #1d213e !important;
    font-size: 16px !important;
    font-weight: 600 !important;
	display: flex;
    align-items: center;
}

#main-container-dashboard, #apus-footer.footer-dashboard{
	background: #f8f8f8;
}

.entry-content-detail  h1.entry-title{
	font-size: 30px;
    font-weight: 600;
	margin-bottom: 15px;
}

.entry-content-detail p{
	font-size: 16px;
    font-weight: 500;
    color: #858589;
    line-height: 1.8;
}

.top-related .title:before{
    background: #e94d4e;
    position: absolute;
    content: '';
    width: 70px;
    height: 2px;
    left: 50%;
	transform: translateX(-50%);
    bottom: 0px;
}

.top-related .title {
    position: relative;
    display: inline-block;
    font-size: 24px;
    line-height: 26px;
    font-weight: 600;
    padding-bottom: 9px;
    margin-bottom: 15px;
    text-transform: uppercase;
	color: #e94d4e;
}

.related-posts-content .post-grid{
	padding: 40px 40px 60px;
	position: relative;
}

.related-posts-content .post-grid .entry-title{
	margin-top: 0;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.3;
    color: #1d213e;
}

.related-posts-content .post-grid .top-image{
	margin-top: 15px;
	border-radius: 0;
}

.related-posts-content .post-grid .description{
    line-height: 1.8;
    color: #858589;
    font-size: 16px;
	font-weight: 500;
}

.related-posts-content .post-grid a.more {
	position: absolute;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #f1f1f1;
    padding: 10px 0px;
    left: 0px;
    text-align: left;
    text-decoration: none;
    background: url(/wp-content/themes/superio/images/arrow-1.png) no-repeat 40px;
    font-weight: 400;
    text-indent: 76px;
	font-size: 12px;
	text-decoration: underline;
}

.related-posts-content .post-grid:hover a.more, .related-posts-content .post-grid:hover .entry-title, .related-posts-content .post-grid:hover .entry-title > a{
	color: #ED1C24;
}

.related-posts-content .post-grid .entry-title > a{
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	
}

.related-posts-content .post-grid .entry-title{
	height: 53px;
	overflow: hidden;
}

.related-posts-content .post-grid .description{
	height: 116px;
	overflow: hidden;
}

.entry-description .elementor-element:not(.single-formation .entry-description .elementor-element) {
	padding-left: 0 !important;
}

body.blog .layout-blog > .row, body.archive .layout-blog > .row{
	display: flex;
    flex-wrap: wrap;
}

body.blog .post-layout.post-grid .entry-title a, body.archive .post-layout.post-grid .entry-title a{
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

body.blog .post-layout.post-grid .entry-title, body.archive .post-layout.post-grid .entry-title {
    margin-top: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    color: #1d213e;
}

body.blog .post-layout.post-grid:hover a.more, body.blog .post-layout.post-grid:hover .entry-title, body.blog .post-layout.post-grid:hover .entry-title > a,
body.archive .post-layout.post-grid:hover a.more, body.archive .post-layout.post-grid:hover .entry-title, body.archive .post-layout.post-grid:hover .entry-title > a {
	color: #ED1C24;
}

body.blog .post-layout.post-grid .entry-title, 
body.archive .post-layout.post-grid .entry-title{
    height: 53px;
    overflow: hidden;
}

body.blog .post-layout.post-grid .top-image,
body.archive .post-layout.post-grid .top-image {
    margin-top: 15px;
    border-radius: 0;
}

body.blog .post-layout.post-grid .description,
body.archive .post-layout.post-grid .description {
    line-height: 1.8;
    color: #858589;
    font-size: 16px;
    font-weight: 500;
}

body.blog .post-layout.post-grid,
body.archive .post-layout.post-grid  {
    padding: 40px 40px 60px;
    position: relative;
}

body.blog .post-layout.post-grid a.more,
body.archive .post-layout.post-grid a.more  {
    position: absolute;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #f1f1f1;
    padding: 10px 0px;
    left: 0px;
    text-align: left;
    text-decoration: none;
    background: url(/wp-content/themes/superio/images/arrow-1.png) no-repeat 40px;
    font-weight: 400;
    text-indent: 76px;
    font-size: 12px;
    text-decoration: underline;
}

.elementor-8610 .elementor-element.elementor-element-c8943f6{
	top: 82% !important;
}

.elementor-element-9abd0f6{
	top: -17.5%;
    z-index: 1;
    left: 2px;
}

.elementor-element-9abd0f6 p{
	margin-bottom: 0;
}

.elementor-8610 .elementor-element.elementor-element-576a9da:not(.elementor-motion-effects-element-type-background), .elementor-8610 .elementor-element.elementor-element-576a9da > .elementor-motion-effects-container > .elementor-motion-effects-layer{
	background-color: #fff;
}

.widget-job-search-form .filter-listing-form.horizontal .content-main-inner .btn-submit{
	text-transform: uppercase;
	padding-left: 17px !important;
}

.job-content-area .job-detail-map-location .title{
	display: none;
}

.job-detail-description ul{
	padding-left: 20px;
}

.list-content-job .custom-field-data.-custom-text-job-reference{
	position: absolute;
    top: -26px;
    right: 0;
    display: flex;
    align-items: center;
}

.list-content-job .custom-field-data.-custom-text-job-reference .content{
	margin-bottom: 0;
    margin-top: 5px;
    margin-left: 5px;
	font-size: 14px;
    font-weight: 300;
    float: right;
    color: #afafaf;
    line-height: 40px;
}

.list-content-job .custom-field-data.-custom-text-job-reference h5{
	font-size: 14px;
    font-weight: 300;
    float: right;
    color: #afafaf;
    line-height: 40px;
}

.job-grid-v3 .job-ref{
	position: absolute;
    top: 5px;
    right: 15px;
    color: #858589;
    font-weight: 500;
    font-size: 10px;
}

.job-grid-v3 .job-ref h5{
	display: none;
}

@media(max-width: 767px){
	.elementor-element-9abd0f6 {
		top: 1px;
        z-index: 1;
        left: 0;
        right: 0;
        margin-top: -2px;
	}
}

body.single-job_listing .job_listing .job-detail-title{
	max-width: 585px;
}

body.single-job_listing .filter-listing-form.horizontal .btn-submit:hover{
	color: #fff !important;
}

body.single-job_listing .widget_candidate_alert_form_widget{
	padding-bottom: 18px !important;
    padding-top: 15px !important;
}

body.single-job_listing .widget_candidate_alert_form_widget .widget-title, .widget_job_alert_form_widget .widget-title{
	text-align: center;
}

body.single-job_listing .widget_candidate_alert_form_widget button.button, .widget_job_alert_form_widget button.button{
	text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    background-color: #2a2d35;
    border-color: #2a2d35;
    border-radius: 0;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

body.single-job_listing .widget_candidate_alert_form_widget button.button:hover, .widget_job_alert_form_widget button.button:hover{
	background: #ED1C24;
	border-color: #ED1C24;
}

.widget_job_alert_form_widget button.button:hover{
	color: #fff !important;
}

body.single-job_listing .widget_candidate_alert_form_widget .select2-selection.select2-selection--single, .widget_job_alert_form_widget .select2-selection.select2-selection--single{
	height: 45px;
    display: flex;
    align-items: center;
	border: 1px solid #ced4da;
	border-radius: .25rem !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

body.page-template-page-jobs .filter-sidebar .filter-listing-form .btn-submit {
	height: 50px;
	margin-bottom: 9px;
	text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    background-color: #2a2d35;
    border-color: #2a2d35;
}

body.page-template-page-jobs .filter-sidebar .filter-listing-form .btn-submit:hover{
	background-color: #ED1C24 ;
    border-color: #ED1C24 ;
}

body.page-template-page-jobs .filter-sidebar.offcanvas-filter-sidebar{
	background: #f3f3f3;
}

body.single-job_listing .btn-added-job-shortlist{
	margin-top: 15px;
    border: 1px solid #edecec !important;
    position: absolute;
    top: 18px;
    left: -45px;
    z-index: 1;
}

body.single-job_listing h3, body.single-job_listing h3 strong{
	font-size: 20px;
	font-weight: 600 !important;
    color: #1d213e !important;
}

#main-container-dashboard .sidebar.sidebar-left{
	padding-top: 40px;
}

#main-container-dashboard .user-short-profile-top{
	margin-bottom: 5px;
}

#main-container-dashboard .skill-percents{
	margin-top: 0;
}

body.single-product .product_meta{
	display: none;
} 	

body.single-product #tabs-list-description h2:first-child{
	display: none;
}

body.single-product h2{
	font-size: 22px !important;
}

body.single-product .wpcf7-form{
	margin-top: 45px;
}

body.single-product .details-product p, body.single-product .details-product li{
	font-size: 17px;
}

body.single-product #content ul{
    list-style: inside;
}

.label-info{
	background-color: #1967D5;
}

body.single-formation .entry-content-detail{
	max-width: initial;
}

body.single-formation .wrapper-single-post{
	padding-top: 0 !important;
}

ul.style-check li{
	display: flex;
}

body.single-formation .objectif-bg-block{
	border-radius: 5px;
}

.formation-form form.wpcf7-form{
	background: #fff;
	border: 1px solid #ED1C24;
    padding: 18px 50px 18px;
    margin-top: 40px;
	box-shadow: initial;
	margin: 0;
}

.formation-form .form-control{
	background-color: #F0F5F7;
	border: none;
}

body.single-employer #primary .list-content-candidate .title{
	font-weight: bold;
}

body.single-candidate .candidate-content-area .list-content-candidate .title{
	font-weight: bold;
}	

body.single-candidate .candidate-alert-form button{
	color: #fff;
    background-color: #2a2d35;
    border-color: #2a2d35;
    border-radius: 0;
    padding: 6px 30px !important;
}

body.single-candidate .candidate-alert-form button:hover{
	color: #fff;
    background-color: #ED1C24;
    border-color: #ED1C24;
}

.page-template-page-dashboard .candidates-filter-top-sidebar-wrapper button:hover{
	background-color: #ed1c24;
}

.candidates-pagination-wrapper .pagination  .next.page-numbers{
	margin-left: 15px;
}

#tunisia_network .modal-header p, #international_network .modal-header p{
	margin: 0;
}

#international_network .close{
	position: absolute;
    top: 20px;
    right: 20px;
}

#tunisia_network .close{
	position: absolute;
    top: 4px;
    right: 20px;
}

#tunisia_network #modalLabel, #international_network #modalLabel{
	font-size: 18px;
    font-weight: bold;
}

@media (min-width: 768px) {
    body.home .modal .modal-dialog {
        width: 795px;
        margin: 30px auto;
    }
}

body.home .elementor-element-9a60fb9 li, .elementor-element-29a915df li{
	display: flex;
}

.select2.select2-container{
	width: 100% !important;
}

@media (max-width: 767px) {
    .elementor-element-9a0db8f, .elementor-element-b923341, .elementor-element-250e8ad > .elementor-container, .elementor-element-39cff85 > .elementor-container, .elementor-element-c926149 > .elementor-container{
		background-color: #C1C5CC !important;
	}
	
	.formation-form form.wpcf7-form{
		padding: 18px 15px 18px;
	}
	
	.elementor-element-e138673{
		text-align: center !important;
	}
	
	.list-content-job .custom-field-data.-custom-text-job-reference{
		top: 60px;
		right: initial;
		left: 50%;
		transform: translateX(-50%);
	}
}

