@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {


    html {
        font-family: 'Ubuntu', sans-serif;
        font-size: 16px;

        max-width: 100%;
    }

    body {
        background-color: #030f40;
        color: white;
        font-family: 'Ubuntu', sans-serif;

        max-width: 100%;
    }

    .middle {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .cookie-consent__text {
        margin: auto !important;
    }

    .plr-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .mlr-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .container {
        max-width: 100%;
        padding: 0;
    }

    .bgWhite {
        background-color: white;
        width: 100vw;
    }

    .bgGray {
        background-color: #F7F8F9;
    }

    .bgGreen {
        background-color: #aadc14;
    }

    .bgBlue {
        background-color: #030f40;
    }

    .bgOrange {
        background-color: #f08214;
    }

    .text-white {
        color: white;
    }

    .text-orange {
        color: #f08214;
    }

    .main_title {
        color: #f08214;
        font-size: 2.75rem;
        margin-top: 1.2rem;
        font-weight: 900;
        line-height: 3rem;

    }

    .main_title p {
        font-size: 2.75rem;
        font-weight: 900;
    }

    .main_description {
        margin-top: 0.7rem;
        font-size: 1rem;
    }

    .main_title_container {
        padding-top: 8.125rem;
        padding-left: 3.438rem;
        padding-right: 2.5rem;
    }

    .mt-6 {
        margin-top: 4rem !important;
    }

    .mb-6 {
        margin-bottom: 4rem !important;
    }

    .main_image_container {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom;
        height: 23.5em;
        padding: 0;
    }

    .ariane {
        font-size: 0.7rem;
        color: #bac3ea;
        margin-top: 0.95rem;
    }

    p {
        font-size: 1rem;
    }


    /*----------------------------*/
    /* CALL TO ACTION             */
    /*----------------------------*/


    .IEFitContent {
        width: auto !important;
        display: inline-flex !important;
    }

    .input-group-prepend {
        height: 2.5rem !important;
        margin-right: -0.125rem !important;
    }

    .callToAction {
        margin-left: 0 !important;
        border-radius: 0 !important;
        border-width: 1px !important;
        border-style: solid !important;
        padding: 0.375rem 0.75rem !important;
        -webkit-transition: all ease 0.8s;
        -moz-transition: all ease 0.8s;
        -o-transition: all ease 0.8s;
        transition: all ease 0.8s;
        height: 2.5rem !important;


    }

    .callToAction:focus {
        box-shadow: none;
    }



    .callToAction.blueAndWhite:hover {
        color: #030f40;
        background-size: 100% 100%;
    }


    .callToAction.whiteAndBlue:hover {
        background-size: 100% 100%;
        color: white;
    }

    .callToAction.TransparentBlueAndWhite:hover {
        background-size: 100% 100%;
        color: #030f40;
    }

    .callToAction.TransparentOrangeAndWhite:hover {
        background-size: 100% 100%;
        color: #f08214;
    }

    .callToAction.blueAndWhite {
        color: white;
        background-color: #030f40;
        border-color: white;
        background: linear-gradient(to right, white, white);
        background-repeat: no-repeat;
        background-size: 0% 100%;
    }

    .callToAction.whiteAndBlue {
        color: #030f40;
        background-color: white;
        border-color: #030f40;
        background: linear-gradient(to right, #030f40, #030f40);
        background-repeat: no-repeat;
        background-size: 0 100%;
    }

    .callToAction.TransparentBlueAndWhite {
        color: white;
        background-color: transparent;
        border-color: white;
        background: linear-gradient(to right, white, white);
        background-repeat: no-repeat;
        background-size: 0 100%;
    }



    .callToAction.TransparentOrangeAndWhite {
        color: white;
        background-color: transparent;
        border-color: white;
        background: linear-gradient(to right, white, white);
        background-repeat: no-repeat;
        background-size: 0 100%;
    }




    .callToActionPlus.blueAndWhite {
        background-color: #030f40;
        color: white;
        border-color: #030f40;
    }

    .callToActionPlus.whiteAndGreen {
        background-color: white;
        color: #aadc14;
        border-color: white;
    }

    .callToActionPlus.whiteAndOrange {
        background-color: white;
        color: #f08214;
        border-color: white;
    }

    .callToActionPlus.whiteAndBlue {
        background-color: white;
        color: #030f40;
        border-color: white;
    }


    .callToActionPlus {
        border-radius: 0 !important;
        border-bottom-left-radius: 35% !important;
        margin-right: 0 !important;
        border-width: 1px !important;
        border-style: solid !important;

        font-size: 2.5rem !important;
        padding-left: 7px !important;
        line-height: 3rem !important;
        padding-right: 7px !important;
        padding-top: 2px !important;
        cursor: pointer;
    }

    .bigplus:before {
        content: '\FF0B';
    }


    .showmore {
        color: #030f40;
        background-color: transparent;
        margin-left: 0;
        border-radius: 0;
        border: 1px solid #030f40;
        padding: 0.375rem 0.75rem;
    }

    .showmore {
        color: #030f40;
        background-color: white;
        margin-left: 0;
        border-radius: 0;
        border: 1px solid #030f40;

    }

    .showmore:focus {
        border-color: #030f40;
        box-shadow: none;
    }

    .discover {
        box-shadow: none;
        line-height: 0.5;
        color: white;
        background-color: #030f40;
        margin-left: 0;
        border-radius: 0;
        border: 1px solid white;
        padding: 10px;
        height: 2.5rem;
        -webkit-transition: all ease 0.8s;
        -moz-transition: all ease 0.8s;
        transition: all ease 0.8s;
    }

    .discover:hover {
        box-shadow: inset 300px 0 0 0 white;
        color: #030f40;
    }

    .discover:focus {
        border-color: #030f40;
        box-shadow: none;
    }

    .discoverPlus {
        color: #aadc14;
        background-color: white;
        border-radius: 0;
        border-bottom-left-radius: 20px;
        margin-right: 0;
        border: 1px solid white;
        font-size: 1.3rem;
    }




    /* NAVBAR */
    .nav-item {
        font-size: 0.9rem;
        background-color: white;
        font-weight: 100;
    }

    .logoNav {
        width: 23%;
    }

    .logoNav>img {
        height: 5rem;
        margin-left: 2rem;
    }

    @media (max-width: 1219px) {
        .logoNav>img {
            height: 4rem;
            margin-left: 2rem;
        }
    }

    .middleNav {
        width: 32%;
    }

    #mainNav {
        padding-top: 0;
        padding-bottom: 0;
        position: fixed;
        top: 1.875rem;
        z-index: 10;
        height: 6.250rem;
        transition: all 0.5s cubic-bezier(0.6, -0.28, 0.74, 0.05) 0s;
    }


    .fa-bars {
        display: none;
    }

    .collapsed>.fa-bars {
        display: block;
    }


    .collapsed>.fa-times {
        display: none;
    }

    .icons {
        color: #aadc14;
        font-size: 1.1rem;
    }

    .navbar {
        width: 92%;
        border-top-right-radius: 40px;
        background-color: white !important;
    }

    .nav-item:first-child {
        margin-left: auto !important;
    }



    @media (max-width: 768px) {
        .navbar-middle {
            left: 0%;
        }
    }

    #mainNav .navbar-nav li.nav-item a.nav-link {
        color: #030f40;
        text-align: center;
    }

    .below-navbar {
        /* margin-top: 160px;*/
    }

    figure {
        margin: 0;
    }


    /*HEADER*/
    #header {
        height: 23.5em;
        margin-right: 0;
        margin-left: 0;
    }


    /* FOOTER */
    .footer {
        padding-top: 0;
        padding-bottom: 5rem;
        background-color: #fff;
        color: black;
    }

    .footer_title {
        color: #030f40;
    }

    .footer .container {
        padding: 0px;
        max-width: 100%;
    }

    .left-hr,
    .left-hr-green {
        background-color: #aadc14;
        height: 1.75rem;
        border-top-right-radius: 20px;
    }

    .right-hr,
    .right-hr-green {
        background-color: #aadc14;
        height: 1.75rem;
        border-top-left-radius: 20px;
    }

    .left-hr-white {
        height: 1.75rem;
        border-top-right-radius: 20px;
        background-color: white;
    }

    .left-hr-orange {
        height: 1.75rem;
        border-top-right-radius: 20px;
        background-color: #f08214;
    }

    .right-hr-orange {
        height: 1.75rem;
        border-top-left-radius: 20px;
        background-color: #f08214;
    }

    .copyright {
        background-color: #030f40;
        height: 6rem;
    }

    .copyright .row {
        padding-left: 7rem;
    }

    .legal {
        padding-top: 1.5rem;
    }

    .address {
        padding-left: 7rem;
        text-align: left;
    }

    .firstCustomer {
        height: 6.25rem;
        cursor: pointer;
        width: auto;

    }



    .otherCustomer {
        max-height: 85px;
    }

    .logoContainer {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        padding-left: 6rem;
        padding-right: 6rem;
    }

    .column {
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    .one {
        flex: 1;
        color: white;
        margin: auto;
    }

    .two {
        flex: 2;
        margin: auto;
    }

    .customer {
        color: black;
        font-weight: 600;
    }

    .showcase {
        -webkit-box-shadow: 0px 0px 5px 3px rgba(224, 217, 224, 1);
        -moz-box-shadow: 0px 0px 5px 3px rgba(224, 217, 224, 1);
        box-shadow: 0px 0px 5px 3px rgba(224, 217, 224, 1);

        display: flex;
        flex-direction: column;
        justify-content: center;
        transition: transform .2s;
        /* Animation */
    }

    @media (max-width: 1360px) {
        .showcase {
            height: 20.5rem !important;
            width: 20.5rem !important;
        }
    }

    @media (min-width: 1361px) {
        .showcase {
            height: 24.5rem;
            width: 24.5rem;
        }

    }

    .showcase:hover {
        transform: scale(1.1);
        /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    }

    .big_text p {
        font-size: 4rem;
        color: #030f40;
        font-weight: 600;
    }

    .mention,
    .mention:hover,
    .mention:focus,
    .mention:visited,
    .mention:active {
        color: white;
    }



    .bluePlus {
        color: white;
        background-color: #030f40;
        border-radius: 0;
        border-bottom-left-radius: 35%;
        margin-right: 0;
        border: 1px solid #030f40;
        font-size: 2.5rem;
        padding: 7px;
        height: 2.5rem;
    }




    .form-control:focus {

        border-color: inherit;
        outline: 0;
        box-shadow: none;
    }


    .whitePlus {
        color: #030f40;
        background-color: white;
        border-radius: 0;
        border-bottom-left-radius: 35%;
        margin-right: 0;
        border: 1px solid white;
        font-size: 2.5rem;
        padding: 7px;

    }

    .discoverSigrenea {
        color: white;
        background-color: transparent;
        margin-left: 0;
        border-radius: 0;
        border: 1px solid white;
    }


    .number {
        font-size: 30pt;
        font-weight: 900;
    }

    .customer_description {
        font-size: 10pt;
        color: #030f40;
    }

    .plus {
        color: white;
        background-color: #030f40;
        border-radius: 0;
        border-bottom-left-radius: 63%;
        margin-right: 0;
        border: 1px solid #030f40;
    }



    #mainNav .navbar-nav li.nav-item a.nav-link:hover {
        color: #aadc14;
    }

    .ariane a {
        color: #bac3ea;
    }

    .language-container {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 10;
        color: white;
    }

    .language-btn {
        color: white;
        width: fit-content;
        padding: 0.5rem;
        display: inline;
        cursor: pointer;
        font-size: 0.8rem;
    }

    .selected {
        background: #030f40;
        color: white;
    }



    .noMobile {
        display: block;
    }

    .noMobileFlex {
        display: flex;
    }

    .mobile {
        display: none;
    }

    .mobileFlex {
        display: none;
    }


    .logoNavMobile img {

        display: none;
    }



    .slick-prev,
    .slick-next {
        background-color: #030f40;
    }

    /*---------------------*/
    /* Mobile              */
    /*---------------------*/
    @media(max-width: 1028px) {

        html {
            font-size: 10px;
        }

        .callToAction {
            height: unset;
        }

        .ariane {
            margin-top: 0;
        }

        .nav-item {
            font-size: 1.9rem;
        }

        .noMobile {
            display: none;
        }

        .noMobileFlex {
            display: none;
        }

        .mobile {
            display: block;
        }

        .mobileFlex {
            display: flex;
        }

        #navbarResponsive {
            position: absolute;
            top: 6.250rem;
            left: 0;
            right: 0;
        }

        #mainNav {
            padding-top: 0;
            padding-bottom: 0;
            position: absolute;
            z-index: 10;
            height: 6.250rem;
            top: 0px;
        }

        .navbar {
            width: 100%;
            border-top-right-radius: 0;
            background-color: white !important;
        }

        .nav-item:first-child {
            margin-left: 0 !important;
        }

        .logoNav {
            display: none;
        }

        .logoNavMobile img {
            height: 4rem;
            display: block;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
        }

        .middleNav {
            width: 100%;
        }

        #mainNav .navbar-nav {
            margin-top: 0;
        }

        #mainNav .navbar-toggler {
            font-size: 20pt;
            padding: 0;
        }

        button:focus {
            outline: none;
        }

        .below-navbar {
            margin-top: 6.33rem;
        }

        .main_title_container {
            padding-top: 1.13rem;
            padding-left: 0.88rem;
            padding-right: 0.69rem;
        }


        .callToAction {
            font-size: 0.9rem !important;
        }

        .copyright .row {
            padding-left: 0rem;
        }

        .address {
            padding-left: 0rem;
            text-align: center;
        }

        .legal {
            padding-top: 0;

            padding-bottom: 1.5rem;
        }

    }


    @media(max-width: 767px) {

        html {
            font-size: 9px;
        }


    }

    @media(max-width: 320px) {
        html {
            font-size: 5px;

        }
    }

}