.site-navbar {
    min-height: 100px !important;
    height: auto !important;
}

.section-hero {
    min-height: 670px !important;
    height: auto !important;
}

#infographic {
    width: 55%;
}

.dropbtn {
    background-color: transparent;
    color: white;
    padding: 16px;
    font-size: 16px;
    margin: 0 45px;
    border: 0;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #231040;
    min-width: 200px;
    z-index: 1;
    -webkit-border-radius: 20px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 20px;
    -moz-border-radius-topleft: 0;
    border-radius: 20px;
    border-top-left-radius: 0;
    left: 45px;
    text-align: left;
}

.dropdown-content a {
    color: white;
    padding: 6px 30px;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
}

.dropdown-content a:before {
    content: "";
    position: absolute;
    display: block;
    left: 10px;
    width: 10px;
    height: 20px;
    background: linear-gradient(to top, #A4103B 0%, #1A0E40 100%);
    border-radius: 5px;
}

.dropdown-content a:hover {
    text-decoration: underline;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #231040;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.dropdown .dropbtn .hamburgerMenuIcon > path {
    fill: #231040;
}

.dropdown:hover .dropbtn .hamburgerMenuIcon > path {
    fill: #fff;
}

.dropdown-item.active {
    background-color: #3C345D !important;
}

.dropdown-item:active {
    background-color: #3C345D !important;
}

.filter-option-inner-inner {
    text-align: center;
}

.movieBox {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
    background-color: #B7B7B7;
    border: 1px solid #707070;
}

.movieBox>iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.titleMovieBox {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 90px;
    background-color: #fff;
    padding-top: 30px;
}

.pictureBox {
    position: relative;
    overflow: hidden;
    width: 100%;
    background-color: #B7B7B7;
    border: 1px solid #707070;
    text-align: center;
}

.pageHeaderContainer {
    width: 100% !important; max-width: 100%; padding-left: 7rem; padding-right: 7rem;
}

.pictureBox>img {
}

.page-item.active .page-link {
    background-color: #3C345D !important;
    border-color: #3C345D !important;
    color: #fff !important;
}

.page-link {
    color: #3C345D !important;
}

.form-control:active {
    border-color: #3C345D !important;
}

.form-control:focus {
    border-color: #3C345D !important;
}

.workeeon-button-dark {
    background-image: linear-gradient(270deg, #A4103B, #1A0E40) !important;
    color: #fff !important;
    padding: 19px 30px;
    border-radius: 40px;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    font-family: "Montserrat", serif;
    height: 70px;
}

.workeeon-button-dark:hover {
    color: #a1a1a1 !important;
    text-decoration: none;
}

.workeeon-button-light {
    background-color: transparent !important;
    color: #fff !important;
    padding: 22px 30px;
    border-radius: 40px;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    font-family: "Montserrat", serif;
    height: 70px;
    border: 2px solid #fff;
}

.workeeon-button-light:hover {
    color: #a1a1a1 !important;
    text-decoration: none;
}


.my-selectpicker {
    position: relative !important;
    border-radius: 20px;
    opacity: 0.7 !important;
    margin-bottom: 30px !important;
    background-color: #fff !important;
    border: 1px solid #fff !important;
    color: #231040 !important;
    padding: 15px 20px;
    text-transform: uppercase;
}

.my-selectpicker .filter-option-inner-inner {
    color: #231040 !important;
    font-size: 22px !important;
}

.my-selectpicker .filter-option:after {
    color: red;
    font-size: 48px !important;
    font-weight: bold !important;
}

.section-hero, .section-hero > .container > .row {
    height: 670px !important;
    min-height: 670px !important;
    max-height: 720px !important;
}

.page-title {
    font-size: 40px;
    color: #fff;
    font-family: "Montserrat", serif;
    font-weight: bold;
    text-transform: uppercase;
    margin: 50px 0 30px 0;
}

.slogan {
    font-family: "Montserrat", serif;
    font-size: 54px;
    color: #fff;
    font-weight: normal;
    margin-top: 318px;
}

.job-listings {
    padding: 0;
    border-radius: 7px;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
}

.pageHeaderButtonSearch {
    text-align: right;
}

.site-mobile-menu .site-nav-wrap a:hover {
    color: #231040 !important;
}

.menuContentBar {
    display: inline-block;
}

.forCompaniesContainer {
    width: 100% !important;
    max-width: 100%;
    padding: 0 130px;
}

@media (max-width: 991.98px) {
    .job-listings .custom-width {
        width: 100% !important; }
}

.job-listings .job-listing {
    position: relative;
    border-bottom: 1px solid #eee;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    margin-bottom: 15px;
    padding-bottom: 10px !important;
    background: #FAFAFA;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 50px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-bottomleft: 50px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 50px;
    min-height: 150px;
}
.job-listings .job-listing:last-child {
    border-bottom: none; }
.job-listings .job-listing a {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
.job-listings .job-listing a:hover {
    border-left: none !important;
}
.job-listings .job-listing .job-listing-logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    border-right: 1px solid #eee; }
@media (max-width: 575.98px) {
    .job-listings .job-listing .job-listing-logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%; }
}

.job-listings .job-listing-position {
    margin-bottom: 1rem !important;
}

.job-listings .job-listing-position h2 {
    font-size: 1.2rem;
    margin-bottom: 0; }
.job-listings .job-listing-position strong {
    color: #b3b3b3; }

.job-listing-about {
    margin-left: 60px;
}

.job-listing-flag {
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: -8px;
    left: 0;
    z-index: 1000;
}

.job-listing-logo {
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 44px;
    left: 0;
    z-index: 1000;
}

.site-contact-me {
    background-image: linear-gradient(270deg, #1A0E40, #A4103B) !important;
    color: #fff;
}

.block-contact-me {
    color: #231040;
}

.text-me-dark {
    color: #231040;
}

.site-recruitment-process {
    min-height: 700px;
    padding-bottom: 35px;
}

.site-footer {
    padding: 7rem 0 1em 0;
    position: relative;
    background: #fff;
}

.site-footer a {
    color: #fff !important;
    text-transform: uppercase;
}

.site-footer ul {
    font-family: "Montserrat", serif;
}

.site-footer ul li {
    margin-bottom: 0 !important;
}

.footer-social-icons a {
    display: inline-block;
    width: 70px;
    height: 40px;
    position: relative;
    text-decoration: none !important;
    text-align: center;
}

.linkendInIcon > path {
    fill: #fff;
}

.linkendInIcon:hover > path {
    fill: rgba(255, 255, 255, 0.5);
}

.cls-1 {
    fill: #fff;
}

.cls-1:hover {
    fill: rgba(255, 255, 255, 0.5);
}

.rp-title {
    color: #fff;
    font-size: 30px;
    margin-bottom: 85px;
    text-transform: uppercase;
}

.rp-box {
    width: 100%;
    min-height: 300px;
    border-right: 3px solid rgba(255, 255, 255, .5);
    border-bottom: 3px solid rgba(255, 255, 255, .5);
    position: relative;
}

.rp-box .step {
    font-size: 30px;
    color: #fff;
    opacity: 0.6;
    text-transform: uppercase;
    position: absolute;
    top: -60px;
    right: 10px;
}

.rp-box .step > span {
    font-size: 70px;
}

.rp-box p {
    color: #fff;
    font-size: 20px;
    padding-top: 40%;
}

@media (max-width: 575.98px) {
    .rp-box {
        margin-bottom: 15px;
        min-height: 130px;
    }

    .rp-box .step {
        top: 5px;
    }
}

.job-details {
    padding: 0 55px !important;
}

.jobOfferBox {

}

.jobOfferBoxH2 {
    margin-left: 35px;
    position: relative;
}

.jobOfferBoxH2:before {
    background: transparent linear-gradient(90deg, #3C345D 0%, #AD3052 100%) 0% 0% no-repeat padding-box;
    display: inline-block;
    width: 55px;
    height: 55px;
    margin-right: 5px;
    opacity: 1;
    position: absolute;
    left: -65px;
    top: 3px;
    content: ' ';
    -webkit-border-top-left-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-radius-topleft: 30px;
    -moz-border-radius-bottomleft: 30px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.jobOfferBoxH2 h2 {
    text-transform: uppercase;
    color: #9F103B;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 5px;
}

.jobOfferBoxH3 {
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    background-color: #3C345D;
    padding: 8px;
    margin-left: 20px;
    position: relative;
}

.jobOfferBoxH3:before {
    background: transparent linear-gradient(90deg, #3C345D 0%, #AD3052 100%) 0% 0% no-repeat padding-box;
    display: inline-block;
    width: 48px;
    height: 37px;
    margin-right: 5px;
    opacity: 1;
    position: absolute;
    left: -50px;
    top: 0px;
    content: ' ';
    -webkit-border-top-left-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
    -moz-border-radius-topleft: 50px;
    -moz-border-radius-bottomleft: 50px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.jobOfferListing img {
    width: 25px;
    height: 25px;
    margin-right: 8px;
}

.jobOfferDescription {
    position: relative;
    padding-left: 240px;
}

.jobOfferDescription:before {
    position: absolute;
    content: url('../images/logo-workeeon-offer.svg');
    width: 150px;
    height: 80px;
    top: 0px;
    left: -15px;
}

.smallH1 {
    font-size: 22px;
    font-weight: normal;
    color: #fff;
    padding: 14px 10px 5px 0;
}

.titleDetailsNormal {
    display: inline-block;
}

.titleDetailsMobile {
    display: none;
}

.lookOffers {
    text-align: right;
}

.titleHref {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    margin: 20px 35px 5px 0;
    text-transform: uppercase;
    display: inline-block;
    text-align: right;
}

.titleHref:hover {
    color: #a1a1a1;
    text-decoration: none;
}

.owl-theme {
    .custom-nav {
        position: absolute;
        top: 20%;
        left: 0;
        right: 0;

        .owl-prev, .owl-next {
            position: absolute;
            height: 100px;
            color: inherit;
            background: none;
            border: none;
            z-index: 100;

            i {
                font-size: 2.5rem;
                color: #cecece;
            }
        }

        .owl-prev {
            left: 0;
        }

        .owl-next {
            right: 0;
        }
    }
}

.opinionBox {
    min-height: 120px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    border: 1px solid #B7B7B7;
    position: relative;
    margin-right: 10px;
}

.opinionBox .img-avatar {
    position: absolute;
    width: 100px !important;
    top: 10px;
    left: 125px;
    z-index: 1000;
}

.opinionBox blockquote {
    font-size: 12px;
    padding: 15px 35px 10px 35px;
    color: #7E0F3C;
}

.opinionBox blockquote cite {
    color: #7E0F3C;
    font-size: 14px;
    font-style: normal;
}

.opinionBox blockquote p {
    text-align: center;
}

.text-size-1 {
    font-size: 30px;
    line-height: 1.1;
    margin-bottom: 15px !important;
    margin-top: 90px !important;
}

.text-size-2 {
    font-size: 48px;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 60px !important;
}

.text-size-3 {
    font-size: 25px;
    line-height: 1.8;
}

.text-size-3 img {
    margin-right: 15px;
}

.icon-img {
    width: 25px;
}

.button-about-me {
    position: absolute;
    top: 355px;
    right: -135px;
}

@media (max-width: 575.98px) {
    .button-about-me {
        position: static;
        margin: 5px auto;
        text-align: center;
        width: 70%;
        display: block;
    }

    .about-me-img {
        width: 100%;
    }

    .text-size-1 {
        margin-top: 10px !important;
        text-align: center;
    }

    .text-size-2 {
        text-align: center;
    }

    .text-size-3 {
        text-align: center;
    }
}

.about-me-section {

}

.infographic {
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    z-index: 2;
}

.infographic .title {
    text-align: center;
    font-size: 33px;
    color: #fff;
    margin: 50px 0;
}

.text-infographic {
    font-size: 30px;
    line-height: 1.1;
    margin-bottom: 25px !important;
    margin-top: 25px !important;
}

.about-me-section h2 {
    color: #231040;
    font-weight: bold;
    font-size: 24px;
}

.about-me-section h3 {
    color: #231040;
    font-weight: bold;
    font-size: 15px;
}

.about-me-section h4 {
    color: #9F103B;
    font-weight: bold;
    font-size: 17px;
    margin: 15px 0;
}

.about-me-section ul {
    list-style-type: circle;
}

.about-me-section ul > li {
    font-size: 14px;
    font-weight: bold;
}

.about-me-section ul > li > ul {
    list-style-type: none !important;
}

.about-me-section ul > li > ul > li {
    font-weight: normal;
}

.no-list-style {
    list-style-type: none !important;
}

.about-me-section .about-slogan {
    font-size: 20px;
    color: #231040;
    font-weight: normal;
}

.about-me-section .color-red {
    color: #9F103B;
}

.text-about-me-1 {
    font-size: 20px;
    line-height: 1.1;
    margin-bottom: 15px !important;
    margin-top: 20px !important;
}

.text-about-me-2 {
    font-size: 35px;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 20px !important;
}

.text-about-me-3 {
    font-size: 20px;
    line-height: 1.9;
    margin-top: 16px !important;
}

.text-about-me-3 img {
    margin-right: 15px;
}

.applicationBox {

}

.applicationBoxH2 {
    margin-left: 35px;
    position: relative;
    background-color: #3C345D;
    text-align: center;
}

.applicationBoxH2:before {
    background: transparent linear-gradient(90deg, #3C345D 0%, #AD3052 100%) 0% 0% no-repeat padding-box;
    display: inline-block;
    width: 55px;
    height: 47px;
    margin-right: 5px;
    opacity: 1;
    position: absolute;
    left: -60px;
    top: 0px;
    content: ' ';
    -webkit-border-top-left-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-radius-topleft: 30px;
    -moz-border-radius-bottomleft: 30px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.applicationBoxH2 h2 {
    text-transform: uppercase;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    padding-bottom: 0.5rem !important;
    padding-top: 0.5rem !important;
}

.thankYouHref {
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    margin: 26px 0;
    text-transform: uppercase;
    display: inline-block;
}

.thankYouHref:hover {
    color: #a1a1a1;
    text-decoration: none;
}

.contactBox {

}

.contactBox h3 {
    color: #231040;
    font-weight: bold;
    font-family: "Montserrat", serif;
}

.contactBox p {
    font-family: "Montserrat", serif;
    color: #231040;
    font-weight: normal;
    font-size: 20px;
    margin-top: 26px;
}

.contactBox p img {
    margin-right: 10px;
}

.articles-section {
    margin-top: 35px;
    padding: 20px 50px;
}

.articles-section .articlesHeader {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: bold;
}

.footerContact {
    font-size: 14px;
    margin-top: 108px !important;
}

.owl-carousel .owl-nav {
    text-align: center;
}

.owl-carousel .owl-nav button.owl-prev span {
    font-size: 40px !important;
    margin-right: 10px !important;
}

.owl-carousel .owl-nav button.owl-next span {
    font-size: 40px !important;
}

.owl-carousel .owl-dots {
    text-align: center;
}

.owl-carousel .owl-dots button.owl-dot span {
    font-size: 40px !important;
    content: ' ';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #AD3052FF;
    margin-right: 5px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.owl-carousel .owl-dots button.owl-dot.active span {
    background-color: #231040;;
}

.map {
    width: 100%;
    min-height: 650px;
    max-height: 700px;
}

.job-listing-profession {
    font-size: 1.6rem;
}

.job-listing-rate {
    font-size: 1.2rem;
}

.job-listing-place {
    font-size: 1.1rem;
}

.job-listing-number {
    font-size: 1em;
    color: #89ba16;
}

.job-listing-date {
    font-size: 1em;
}

.order-jobs {
    -webkit-box-ordinal-group:2;
    -ms-flex-order:2;
    order:2;
}

.order-maps {
    -webkit-box-ordinal-group:3;
    -ms-flex-order:3;
    order:3;
}

.order-first-pause {
    -webkit-box-ordinal-group:1;
    -ms-flex-order:1;
    order:1;
}

.order-last-pause {
    -webkit-box-ordinal-group:4;
    -ms-flex-order:4;
    order:4;
}

@media (max-width: 575.98px) {
    .articles-section {
        padding: 10px;
    }

    .smallH1 {
        text-align: center;
    }

    .titleHref {
        margin: 15px 0;
    }

    .lookOffers {
        text-align: center;
    }
}
