/*
    Document   : assan
    Author     : Design_mylife
    Description:assan multi-page for Multipurpose use
    Version    : V2.0
*/

@import url(https://fonts.googleapis.com/css?family=Lato:400,300,300italic,400italic,700,900);

body {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    color: #424242;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    background-color: #fff;
    font-family: "Muli", sans-serif;
}

@font-face {
    font-family: 'MyriadPro-Regular';
    src: url('../../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'), url('../../fonts/MyriadPro-Regular.otf') format('opentype'), url('../../fonts/MyriadPro-Regular.woff') format('woff'), url('../../fonts/MyriadPro-Regular.ttf') format('truetype'), url('../../fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MyriadPro-Light';
    src: url('../../fonts/MyriadPro-Light.eot?#iefix') format('embedded-opentype'), url('../../fonts/MyriadPro-Light.otf') format('opentype'), url('../../fonts/MyriadPro-Light.woff') format('woff'), url('../../fonts/MyriadPro-Light.ttf') format('truetype'), url('../../fonts/MyriadPro-Light.svg#MyriadPro-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MyriadPro-Bold';
    src: url('../../fonts/MyriadPro-Bold.eot?#iefix') format('embedded-opentype'), url('../../fonts/MyriadPro-Bold.otf') format('opentype'), url('../../fonts/MyriadPro-Bold.woff') format('woff'), url('../../fonts/MyriadPro-Bold.ttf') format('truetype'), url('../../fonts/MyriadPro-Bold.svg#MyriadPro-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*
/*-----------------------------------------------------------------------------------*/

/*  RESET
/*-----------------------------------------------------------------------------------*/

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:focus {
    outline: 0 !important;
}

iframe {
    border: none;
    width: 100%;
}

::selection {
    background: #fefac7;
    /* Safari */
    color: #555555;
}

::-moz-selection {
    background: #fefac7;
    /* Firefox */
    color: #555555;
}

strong, b {
    font-family: "Muli", sans-serif;
    //font-weight: 400;
}

input, button, select, textarea, label {
    font-family: "Muli", sans-serif;
    font-size: 14px;
    font-weight: 400;
}

hr {
    background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
    background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.2), transparent);
    border: 0;
    height: 1px;
    margin: 22px 0 22px 0;
}

.badge {
    font-weight: normal;
    margin-left: 5px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    background-color: #32c5d2;
    padding: 3px 6px;
}

a {
    color: #333;
    text-decoration: none;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
    /*ul {
    font-size: 17px;
    list-style: none;
    line-height: 30px;
    padding: 0;
    text-align: left;
}
li {
    padding-left: 15px;
}*/

    a:hover, a:focus {
        color: #32c5d2;
        text-decoration: none;
    }

.colored-text {
    color: #32c5d2;
}
/* Headings */

h1, h2, h3, h4, h5, h6 {
    color: #060606;
    font-weight: 700;
    margin: 0;
    font-family: "Muli", sans-serif;
}

h1 {
    font-size: 3.2em;
    line-height: 44px;
    margin: 0 0 44px 0;
}

h2 {
    font-size: 2.6em;
    font-weight: 700;
    line-height: 42px;
    margin: 0 0 32px 0;
}

h3 {
    font-size: 1.8em;
    font-weight: 500;
    letter-spacing: normal;
    line-height: 24px;
    margin-bottom: 15px;
}
    /*use in section headings*/

    h3.heading {
        color: #000;
        font-size: 25px;
        font-weight: 600;
        font-style: normal;
        margin: 0 0 20px;
        padding-bottom: 10px;
        position: relative;
        overflow: hidden;
        vertical-align: middle;
        font-family: "Muli", sans-serif;
    }

        h3.heading:after {
            position: relative;
            left: 18px;
            content: "";
            display: inline-block;
            width: 200%;
            vertical-align: middle;
            height: .50em;
            margin: 0 -200% 0 0;
            border-top: 1px dashed #eee;
            border-bottom: 1px dashed #eee;
        }

h4 {
    font-size: 1.4em;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 27px;
    margin: 0 0 14px 0;
}

    h4.heading {
        border: 1px solid #ccc;
        padding: 15px;
    }

        h4.heading > label {
            margin-top: 3px;
            margin-bottom: 0;
        }

h5 {
    font-size: 1em;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 18px;
    margin: 0 0 14px 0;
}

h6 {
    color: #333;
    font-size: 1em;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 18px;
    margin: 0 0 14px 0;
}
/*parahraphs*/

p {
    color: #555555;
    line-height: 24px;
    margin: 0 0 20px;
    font-family: 'Muli', sans-serif;
    font-weight: 400;
}

    p.sub-text {
        font-style: normal;
        font-size: 16px;
        line-height: 29px;
        font-weight: 300;
        color: #555;
    }

    p.lead {
        font-size: 16px;
        font-weight: 400;
    }

pre:after, pre:before {
    clear: both;
    display: table;
    content: "";
}

.voir-plus {
    cursor: pointer;
    display: inline;
}
/*p.presentation {
    max-width: 90%;
}*/
img {
    //max-width: 100% !important;
}
/*******section heading**********/

.center-heading {
    text-align: center;
    margin-bottom: 40px;
}

    .center-heading h2 {
        margin-bottom: 0;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #333;
        font-size: 25px;
    }

    .center-heading strong {
        font-size: 24px;
    }

    .center-heading .title-lg {
        font-size: 32px;
        line-height: 46px;
    }

    .center-heading p {
        font-size: 20px;
        line-height: 35px;
    }

    .center-heading h2 strong {
        font-weight: 700;
    }

.center-line {
    display: inline-block;
    width: 70px;
    height: 1px;
    border-top: 1px solid #bbb;
    /* border-bottom: 1px solid $skincolor; */
    margin: auto;
}

.center-heading p {
    margin-top: 10px;
}

.overflow-hidden {
    overflow: hidden;
}
/*-----------------------------------------------------------------------------------*/

/*  DIVIDERS
/*-----------------------------------------------------------------------------------*/

.divide0 {
    width: 100%;
    height: 0px;
}

.divide2 {
    width: 100%;
    height: 2px;
}

.divide3 {
    width: 100%;
    height: 3px;
}

.divide5 {
    width: 100%;
    height: 5px;
}

.divide10 {
    width: 100%;
    height: 10px;
}

.divide15 {
    width: 100%;
    height: 15px;
}

.divide20 {
    width: 100%;
    height: 20px;
}

.divide25 {
    width: 100%;
    height: 25px;
}

.divide30 {
    width: 100%;
    height: 30px;
}

.divide35 {
    width: 100%;
    height: 35px;
}

.divide40 {
    width: 100%;
    height: 40px;
}

.divide45 {
    width: 100%;
    height: 40px;
}

.divide50 {
    width: 100%;
    height: 50px;
}

.divide55 {
    width: 100%;
    height: 55px;
}

.divide60 {
    width: 100%;
    height: 60px;
}

.divide65 {
    width: 100%;
    height: 65px;
}

.divide70 {
    width: 100%;
    height: 70px;
}

.divide75 {
    width: 100%;
    height: 75px;
}

.divide80 {
    width: 100%;
    height: 80px;
}

.divide85 {
    width: 100%;
    height: 85px;
}
/*margins*/

.margin10 {
    margin-bottom: 10px;
}

.margin20 {
    margin-bottom: 20px;
}

.margin30 {
    margin-bottom: 30px;
}

.margin40 {
    margin-bottom: 40px;
}

.no-padding {
    padding: 0px;
}

    .no-padding.gray {
        background-color: #f5f5f5;
    }

.no-padding-inner h3 {
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 40px;
}

.no-padding-inner {
    padding: 60px;
}

.enprint, .mapprint {
    display: none;
}

@media (max-width: 568px) {
    .no-padding-inner {
        padding: 15px;
    }
}

.margin-0 {
    margin: 0px !important;
}

.rounded-img {
    border-radius: 50%;
}

.bg-light {
    background: #f7f7f7;
}
/*************************************************************/

/************************** Buttons **************************/

/*************************************************************/

.btn {
    font-weight: 400;
    letter-spacing: 0px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    font-size: 14px;
    text-transform: uppercase;
}

.btn-default:hover, .btn-default:focus {
    background-color: #333;
    border-color: #333;
    color: #fff;
}

.btn-lg {
    padding: 14px 28px 13px 28px;
    font-size: 16px;
    font-weight: 400;
}

.btn:focus, .btn:hover {
    outline: 0;
    color: #fff;
}

.btn-xs {
    font-size: 12px;
}

.btn i {
    margin-right: 10px;
}

.btn-theme-dark {
    background-color: #333;
    color: #fff;
}

    .btn-theme-dark:hover {
        color: #fff;
        background-color: #32c5d2;
    }
/*********border-buttons**********/

.border-black {
    border: 1px solid #333;
    color: #000;
    background-color: transparent;
}

    .border-black:hover {
        background-color: #000;
        border-color: #000;
        color: #fff;
    }

.border-white {
    border: 1px solid #fff;
    color: #fff;
}

    .border-white:hover {
        background-color: #fff;
        border-color: #fff;
        color: #000;
    }

.border-theme {
    border: 1px solid #32c5d2;
    color: #32c5d2;
}

    .border-theme:hover {
        background-color: #32c5d2;
        border-color: #32c5d2;
        color: #fff;
    }

.btn-3d {
    border-bottom: 3px solid rgba(0, 0, 0, 0.3);
}

.ico.rouge {
    background: #d00e0e;
}

.ico.blue {
    background: #2097C1;
}

.ico.orange {
    background: #E25D17;
}

.ico.green {
    background: #B1D322;
}

.ico.purple {
    background: #604DC7;
}

.ico {
    border-radius: 50%;
    display: block;
    margin: auto;
    width: 56px;
}

.btn-ico i {
    margin-left: 5px;
}
/***********bootstrap navigation default overrides--*/

.navbar-default {
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    margin-bottom: 0;
    width: 100%;
    min-height: 50px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
    -moz-box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
    -ms-box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
    box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
    background-color: rgba(255, 255, 255, 1);
    clear: both;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        color: #32c5d2;
        background-color: transparent;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        color: #32c5d2;
        background-color: transparent;
    }

.navbar-brand {
    font-weight: 700;
    color: #000 !important;
    font-size: 30px;
    line-height: 20px;
    font-style: normal;
    text-transform: uppercase;
    padding: 0 15px;
    height: auto;
}

.navbar-default .navbar-nav > li > a {
    color: #687074;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: "Muli", sans-serif;
    white-space: nowrap;
}

    .navbar-default .navbar-nav > li > a:hover {
        color: #32c5d2;
    }

.navbar-brand img {
    //width: 300px;
    // width: 390px;
    width: auto;
    // height: auto;
}
/*============================*/

/*======dropdowm menu=========*/

/*============================*/

.navbar .dropdown-menu {
    padding: 0px;
    margin: 0;
    min-width: 200px;
    background-color: #fff;
    border: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    border: 1px solid #eee;
}

.search-dropdown {
    min-width: 244px !important;
}

.navbar .dropdown-menu li a {
    color: #777;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid #f5f5f5;
    padding: 6px 16px;
    line-height: 1.42857143;
    //text-transform: capitalize;
}

.dropdown-menu .label {
    margin-top: 6px;
}

.navbar .dropdown-menu li a:hover {
    background-color: #f5f5f5;
}
/*********************

TOP BARS

****************************/

.top-bar-dark {
    background-color: #333;
}

.top-bar-light {
    background-color: #f3f3f3;
}

    .top-bar-light .top-dark-right li {
        border-color: #ddd;
    }

        .top-bar-light .top-dark-right li a:hover {
            color: #32c5d2;
        }

.top-bar-socials {
    line-height: 18px;
    padding-top: 5px;
}

    .top-bar-socials:after {
        display: table;
        clear: both;
        content: "";
    }

    .top-bar-socials a {
        margin: 0px 3px;
    }

.top-dark-right {
    margin: 0px;
    padding: 0px;
}

    .top-dark-right li {
        line-height: 40px;
        border-left: 1px solid #444;
        padding: 0px 10px;
    }

        .top-dark-right li, .top-dark-right li a {
            color: #bbb;
            font-size: 12px;
        }

            .top-dark-right li i {
                margin-right: 5px;
            }

            .top-dark-right li a:hover {
                color: #fff;
            }
/***search top bar**/

.topbar-icons {
    display: block;
}

    .topbar-icons i {
        margin: 0px !important;
        display: block;
    }

.search {
    display: none;
    position: absolute;
    left: 0;
    right: 15px;
    top: 0;
    height: 100%;
    z-index: 99999;
}

    .search .form-control {
        height: 100%;
        position: absolute;
        top: 0;
        width: 99%;
        right: 0;
        border: 0px;
        background-color: #fff;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        border-radius: 0px;
    }

.search-close {
    position: absolute;
    right: 9px;
    top: 5px;
    cursor: pointer;
}
/* Mega MENU */

.yamm-content {
    padding: 25px;
    box-sizing: border-box;
    background-color: #fff;
}

.dropdown-menu .divider {
    background-color: #222;
}

.yamm-content h3.heading {
    border-bottom: none;
    margin: 0 0 5px;
    color: #000;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
}

.yamm-content h3:before {
    content: "";
    display: none;
}

.yamm-content .mega-vertical-nav {
    margin-bottom: 30px;
}

    .yamm-content .mega-vertical-nav li a {
        padding: 8px 0px;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        -webkit-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        color: #888;
        border-bottom: 1px solid #fbfbfb;
        font-size: 14px;
        font-weight: 400;
        //text-transform: capitalize;
        /*    border-bottom: 0px;*/
    }

.nav.mega-vertical-nav li a:hover {
    background-color: transparent;
    color: #32c5d2;
}

.nav.mega-vertical-nav li a i {
    margin-right: 10px;
}

.mega-contact p {
    margin: 0;
}

.mega-contact i {
    color: #32c5d2;
    margin-right: 5px;
}
/*navbar search form***/

.dropdown-form {
    padding: 10px 27px;
    min-width: 213px;
}

    .dropdown-form .form-control {
        height: 34px;
    }
/***header top bar with search***/

.top-bar form {
    position: relative;
    margin: 0px;
    padding: 0px;
}

.top-bar button {
    border: 0px;
    background-color: transparent;
    position: absolute;
    top: 9px;
    right: 13px;
    margin: 0px;
    padding: 0px;
    width: auto;
    height: auto;
    line-height: 15px;
}

.top-bar form .form-control {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    margin-top: 6px;
    width: 150px;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.top-bar .form-group {
    margin: 0px;
}

.top-bar .form-control:focus {
    width: 200px;
}
/****************************dark heder********************/

/***********bootstrap navigation default overrides--*/

.navbar-inverse {
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    margin-bottom: 0;
    width: 100%;
    min-height: 70px;
    padding: 10px 0;
    -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1);
    background-color: #333;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
        color: #32c5d2;
        background-color: transparent;
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
        color: #32c5d2;
        background-color: transparent;
    }

    .navbar-inverse .navbar-brand {
        font-weight: 700;
        color: #fff !important;
        font-size: 30px;
        line-height: 20px;
        font-style: normal;
        text-transform: uppercase;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #fff;
        font-size: 13px;
        text-transform: uppercase;
    }

        .navbar-inverse .navbar-nav > li > a:hover {
            color: #32c5d2;
        }

#header-top.dark-header-top {
    background-color: #111;
    border-bottom-color: #222;
}

    #header-top.dark-header-top .top-bar a i {
        color: #fff;
    }

    #header-top.dark-header-top .top-bar ul li {
        color: #fff;
    }
/******************transparent header*****************************/

.navbar-inverse.transparent-header {
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    padding: 10px 0px;
    min-height: 50px;
}

@media (max-width: 767px) {
    .navbar-inverse.transparent-header {
        background-color: #111 !important;
    }
}
/****************header center*****************/

.header-center {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #f5f5f5;
    padding: 25px 0;
}

    .header-center a {
        font-size: 30px;
        text-transform: uppercase;
        color: #000;
        font-weight: 700;
    }

    .header-center span {
        display: block;
    }

.navbar-default.menu-header-center {
    padding: 0px;
    min-height: 50px;
}

    .navbar-default.menu-header-center .navbar-nav > li {
        border-left: 1px solid #ddd;
    }
/***home boxed***/

#boxed {
    background-color: #fff;
}

#topNavigation .level1 {
    display: flex;
    justify-content: center;
    width: 100%;
}

@media (min-width: 992px) AND (max-width: 1200px) {
    .navbar-brand img {
        width: 272px;
    }
}

@media (min-width: 1200px) {
    .boxed-wrapper {
        margin: 0 auto;
        width: 1170px;
        background-color: white;
        -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.16);
        -moz-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.16);
        -ms-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.16);
        box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.16);
    }
}

.tp-banner {
    max-height: 550px;
    height: 550px;
}

.boxed-wrapper {
    overflow: hidden;
    position: relative;
}

.container-ecran {
    padding-left: 30px;
    padding-right: 30px;
}

.boxed-wrapper .tp-banner-container, .wrapper .tp-banner-container {
    display: block;
    margin: 0px auto;
    height: 350px;
    background-position: 100% 30%;
    background-size: cover;
}

.wrapper .tp-banner-container {
    height: 670px;
}

#ecran .tp-banner-container {
    max-width: 100% !important;
}

.boxed-wrapper .navbar-default {
    left: auto;
    width: auto;
    right: auto;
}

/***side panel*****/

.side-panel-page {
    overflow-x: hidden;
}

.side-panel {
    padding: 15px 0;
    background-color: #fff;
}

    .side-panel .offcanvas-toggle-right.navbar-toggle {
        display: block;
        padding: 0px;
        margin: 0px;
        font-size: 18px;
    }

.offcanvas-side-content .logo-side-nav {
    padding: 25px 15px;
    text-align: center;
}

.offcanvas-side-content .navmenu {
    width: 220px;
    padding: 0;
}

.offcanvas-side-content li.nav-header {
    padding: 15px;
}

.offcanvas-side-content .profile-element img {
    display: block;
    margin: 0 auto;
}

.offcanvas-side-content .profile-element .dropdown-menu {
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    padding: 0px;
}

    .offcanvas-side-content .profile-element .dropdown-menu > li:last-child a {
        border-bottom: 0px;
    }

    .offcanvas-side-content .profile-element .dropdown-menu > li > a {
        padding: 8px 15px;
        border-bottom: 1px solid #f5f5f5;
    }

        .offcanvas-side-content .profile-element .dropdown-menu > li > a i {
            margin-right: 5px;
        }

.metismenu > li > a {
    border-bottom: 1px solid #eee;
    padding: 7px 15px;
}

.metismenu .arrow {
    float: right;
    position: absolute;
    right: 10px;
    top: 14px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

    .metismenu .arrow:before {
        content: "\f196";
    }

.metismenu .active > a > .arrow:before {
    content: "\f147";
}

.metismenu .nav-second-level > li a {
    padding: 7px 15px;
    padding-left: 45px;
}

.metismenu .nav-third-level > li a {
    padding: 7px 15px;
    padding-left: 55px;
}

.modal-backdrop.in {
    opacity: .3;
}

@media (max-width: 991px) {
    .navbar-default .nav > li > a {
        padding: 10px 12px;
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 12px;
    }

        .navbar-default .nav > li > a i {
            margin-right: 3px;
        }

    .navbar-inverse .nav > li > a {
        padding: 10px 11px;
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 12px;
    }

        .navbar-inverse .nav > li > a i {
            margin-right: 3px;
        }
}
/************************************************* css for footers****************************************/

/**footet dark**/

#footer {
    background: #111;
    font-size: 0.9em;
    padding: 80px 0 0;
    position: relative;
    clear: both;
}

.footer-col h3 {
    color: #fff;
    margin-bottom: 35px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 300;
    font-style: normal;
}

    .footer-col h3:first-letter {
        border-bottom: 1px solid #bbb;
    }

.footer-col p {
    color: #aeaeae;
    font-size: 13px;
}

.contact p {
    margin-bottom: 10px;
}

.contact strong {
    margin-right: 10px;
    font-weight: bold;
}

    .contact strong i {
        margin-right: 5px;
    }

.contact a {
    color: #777;
}

    .contact a:hover {
        color: #32c5d2;
    }

.f2-work li {
    margin: 1px;
    padding: 0px;
}

    .f2-work li a {
        display: block;
    }

        .f2-work li a img {
            width: 80px;
            border: 2px solid transparent;
            -moz-transition: 0.7s ease-in-out;
            -o-transition: 0.7s ease-in-out;
            -webkit-transition: 0.7s ease-in-out;
            transition: 0.7s ease-in-out;
        }

        .f2-work li a:hover img {
            border-color: #32c5d2;
        }

.footer-col a {
    color: #777;
}

.footer-btm {
    margin-top: 30px;
    padding: 20px;
    background-color: #0c0c0c;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.news-form .form-control {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    height: 30px;
}

@media (max-width: 767px) {
    .news-form {
        text-align: center !important;
    }

        .news-form .form-control {
            margin-bottom: 10px;
        }

    .footer-col .logo-premium-contact {
        width: 50%;
    }
}

.footer-social li {
    padding: 0px;
}
/****************footer 2****************/

#footer-option {
    background: #121214;
    border-top: 4px solid #e1e1e1;
    font-size: 0.9em;
    padding: 80px 0 0;
    position: relative;
    clear: both;
}

    #footer-option .footer-col h3 {
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase;
        color: #fff;
    }

    #footer-option .footer-btm {
        background-color: #0c0c0c;
    }

    #footer-option .contact a {
        color: #777;
    }

        #footer-option .contact a:hover {
            color: #32c5d2;
        }
/*******************footer 3********************/

.footer-col.footer-3 h3 {
    text-transform: uppercase;
    font-size: 35px;
}
/************twitter feed*****************/

.tweet ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    .tweet ul li {
        color: #777;
        font-weight: 600;
        padding: 8px 0;
        font-size: 15px;
    }

        .tweet ul li:before {
            content: "\f099";
            font-family: 'FontAwesome';
            margin-right: 15px;
            font-size: 16px;
            color: #32c5d2;
        }

        .tweet ul li .date {
            padding: 3px 0;
            font-size: 12px;
            font-weight: 400;
            text-transform: uppercase;
        }

        .tweet ul li img {
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%;
            margin-right: 10px;
        }

.tweet li a {
    color: #fff;
    font-size: 13px;
}

    .tweet li a:hover {
        color: #32c5d2;
    }

.latest-f-news li a {
    display: block;
    padding: 4px 0;
    color: #777;
}

    .latest-f-news li a i {
        -moz-transition: 0.4s ease-in-out;
        -o-transition: 0.4s ease-in-out;
        -webkit-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
    }

    .latest-f-news li a:hover i {
        margin-left: 5px;
    }

    .latest-f-news li a:hover {
        color: #fff;
    }
/**************************

Footer light styles

******************************/

.footer-light-1 {
    padding-top: 60px;
    background-color: #f4f4f4;
}

    .footer-light-1 h3 {
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 18px;
        font-size: 20px;
    }

    .footer-light-1 .menu-1 li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        padding: 3px 0;
    }

        .footer-light-1 .menu-1 li a {
            font-size: 14px;
            text-transform: uppercase;
        }

    .footer-light-1 .media img {
        margin-top: 5px;
    }

    .footer-light-1 .media .media-body p {
        line-height: 20px;
        font-size: 13px;
        margin-bottom: 0px;
    }

    .footer-light-1 .media .media-heading {
        font-size: 15px;
        //text-transform: capitalize;
        margin-bottom: 0px;
        font-weight: 600;
    }

    .footer-light-1 .f2-work li a img {
        height: 70px;
    }

    .footer-light-1 .info li {
        padding-bottom: 10px;
    }

        .footer-light-1 .info li i {
            color: #32c5d2;
            margin-right: 10px;
        }

    .footer-light-1 .subscribe-form .form-control {
        height: 49px;
    }

.download-app li {
    padding: 0px;
}

    .download-app li a {
        width: 60px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        display: block;
        font-size: 35px;
    }

.footer-copyright {
    font-size: 13px;
    color: #999;
    padding: 20px 15px;
    background-color: #ddd;
}
/****footer light option 2*****/

.footer-light-2 {
    padding-top: 60px;
    padding-bottom: 0px;
    background-color: #f5f5f5;
}

    .footer-light-2 h3 {
        text-transform: uppercase;
        font-weight: 600;
        color: #000;
        margin-bottom: 23px;
        font-size: 18px;
    }

    .footer-light-2 p {
        color: #777;
    }

    .footer-light-2 .footer-work {
        clear: both;
    }

        .footer-light-2 .footer-work a {
            display: block;
            width: 80px;
            margin: 0px;
            float: left;
            margin: 1px;
        }

    .footer-light-2 .find-us p {
        margin-top: 0px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .footer-light-2 .footer-news li a {
        display: block;
        margin-bottom: 10px;
    }

        .footer-light-2 .footer-news li a:before {
            content: "\f105";
            font-family: "FontAwesome";
            margin-right: 10px;
        }

    .footer-light-2 .footer-bottom {
        padding-top: 30px;
        background-color: #eee;
    }

        .footer-light-2 .footer-bottom h3 {
            margin-bottom: 30px;
        }

        .footer-light-2 .footer-bottom ul {
            margin-bottom: 30px;
            padding: 0px;
        }

        .footer-light-2 .footer-bottom p {
            font-size: 12px;
            font-weight: 400;
            margin-top: 0px;
            text-transform: uppercase;
        }
/****footer light option 3*****/

.footer-light-3 {
    padding-top: 60px;
    padding-bottom: 0px;
    background-color: #f5f5f5;
}

    .footer-light-3 h3 {
        text-transform: uppercase;
        font-weight: 700;
        color: #666;
        margin-bottom: 20px;
    }

    .footer-light-3 p {
        color: #777;
    }

    .footer-light-3 .find-us p {
        margin-top: 0px;
        font-weight: 400;
        margin-bottom: 10px;
    }

        .footer-light-3 .find-us p strong {
            font-weight: 700;
            display: inline-block;
            margin-right: 5px;
        }

    .footer-light-3 .quick-links {
        padding-right: 40px;
    }

        .footer-light-3 .quick-links li {
            padding: 6px 0;
        }

            .footer-light-3 .quick-links li a {
                font-size: 14px;
                //text-transform: capitalize;
            }

    .footer-light-3 .form-control {
        min-height: 45px;
        color: #999;
        text-transform: uppercase;
        font-size: 16px;
    }

.footer-bottom {
    padding-top: 30px;
    background-color: #eee;
}

    .footer-bottom h3 {
        margin-bottom: 30px;
    }

    .footer-bottom ul {
        margin-bottom: 30px;
        padding: 0px;
    }

    .footer-bottom p {
        font-size: 12px;
        font-weight: 400;
        margin-top: 0px;
        //text-transform: capitalize;
    }

.wide-img-showcase-row {
    position: relative;
}

.no-padding.img {
    background-size: cover;
    position: absolute;
    height: 100%;
}

.no-padding.img-2 {
    background-size: cover;
    position: absolute;
    height: 100%;
}

@media (max-width: 767px) {
    .no-padding.img {
        position: relative;
        height: 300px;
    }
}
/************************image hover effect*******************/

.item-img-wrap {
    position: relative;
    text-align: center;
    overflow: hidden;
    background-size: cover;
}

    .item-img-wrap img {
        -moz-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear;
        width: 100%;
    }

.item-img-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

    .item-img-overlay span {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: url(../img/plus.png) no-repeat center center rgba(0, 0, 0, 0.7);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0;
        -moz-transition: opacity 250ms linear;
        -o-transition: opacity 250ms linear;
        -webkit-transition: opacity 250ms linear;
        transition: opacity 250ms linear;
    }

.item-img-wrap:hover .item-img-overlay span {
    opacity: 1;
}

.item-img-wrap:hover img {
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
/*forms*/

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .form-control {
    border: 1px solid #ddd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    font-size: 12px;
    color: #7a7a7a;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    background: #FFF;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

    textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .form-control:focus {
        border-color: #bbb;
        background: #FFF;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
    }
/*************parallax*************/

.parallax {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
}
/************

Carousel slider

***************/

.carousel-slider-wrapper {
    position: relative;
}

    .carousel-slider-wrapper .item {
        overflow: hidden;
        width: 100%;
        height: 600px;
        background-color: #333 !important;
        padding: 100px 0 0;
    }

    .carousel-slider-wrapper .carousel-inner {
        position: relative;
        overflow: hidden;
        width: 100%;
    }



.carousel-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: table;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 2;
}

.carousel-item-content {
    position: relative;
    width: 100%;
    height: 100%;
    display: table-cell;
    overflow: hidden;
    vertical-align: middle;
    z-index: 3;
}

    .carousel-item-content h1 {
        display: inline-block;
        padding: 10px 20px;
        line-height: 35px;
        font-size: 35px;
        text-transform: uppercase;
        font-weight: 700;
        color: #fff;
        background-color: #32c5d2;
        margin: 0px;
    }

    .carousel-item-content p {
        margin: 0px;
        padding: 6px 20px;
        color: #fff;
        background: #333;
        display: inline-block;
        text-transform: uppercase;
    }

a.carousel-control {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -25px;
    background-image: none !important;
    font-size: 52px;
    font-weight: 400;
    cursor: pointer;
    z-index: 2;
}
/*flex slider*/

.slider-reg {
    width: 100%;
}

@media (max-width: 767px) {
    .slider-reg.transparent-header-slider {
        margin-top: 50px;
    }
}

.main-flex-slider {
    position: relative;
}

    .main-flex-slider .flex-control-nav {
        bottom: 10px;
        margin: 0;
        height: 14px;
        z-index: 10;
    }

    .main-flex-slider .flex-control-paging li a {
        background-color: rgba(255, 255, 255, 0.7) !important;
        width: 26px;
        height: 8px;
        display: block;
        background: rgba(255, 255, 255, 0.1);
        cursor: pointer;
        text-indent: -9999px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
    }

        .main-flex-slider .flex-control-paging li a.flex-active {
            background-color: #32c5d2 !important;
        }

.slider-overlay {
    background: rgba(0, 0, 0, 0.2);
    background-repeat: repeat;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.slider-text {
    text-align: center;
    margin-top: 30px;
}

    .slider-text h1 {
        font-size: 3.75em;
        color: #FFF;
        padding: 5px 10px 0px;
        line-height: 1.4;
        font-weight: 700;
        margin-bottom: 10px;
        text-transform: uppercase;
        text-align: center;
    }

    .slider-text p {
        color: #fff;
        font-size: 20px;
        margin-bottom: 25px;
        font-weight: 400;
    }

        .slider-text p a {
            font-style: normal;
        }

@media (min-width: 1200px) {
    .slider-text {
        margin-top: 250px;
    }
}

@media (max-width: 1199px) {
    .boxed-wrapper .navbar-default {
        left: 0;
        width: 100%;
        right: 0;
    }

    #containerNav {
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .slider-text {
        margin-top: 150px;
    }
}

@media (max-width: 768px) {
    .slider-text {
        margin-top: 90px;
    }

        .slider-text h1 {
            font-size: 2em;
        }
}

@media (max-width: 667px) {
    .slider-text {
        margin-top: 30px;
    }

        .slider-text h1 {
            font-size: 2em;
        }
}

@media (max-width: 533px) {
    .slider-text p a {
        display: none;
    }

    .boxed-wrapper .tp-banner-container {
        background-size: cover !important;
        background-position: top !important;
    }
}

@media (max-width: 414px) {
    .slider-text p {
        display: none;
    }

    .slider-text h1 {
        font-size: 1.5em;
        margin-top: 45px;
    }
}

@media (max-width: 384px) {
    .slider-text h1 {
        font-size: 1.5em;
        margin-top: 45px;
    }
}
/***********animation delays*****************/

.delay-1 {
    -webkit-animation-delay: 300ms;
    -moz-animation-delay: 300ms;
    animation-delay: 300ms;
}

.delay-2 {
    -webkit-animation-delay: 600ms;
    -moz-animation-delay: 600ms;
    animation-delay: 600ms;
}

.delay-3 {
    -webkit-animation-delay: 1200ms;
    -moz-animation-delay: 1200ms;
    animation-delay: 1200ms;
}

.delay-4 {
    -webkit-animation-delay: 1600ms;
    -moz-animation-delay: 1600ms;
    animation-delay: 1600ms;
}
/*intro text*/

.intro-text {
    padding: 60px 0;
    background-color: #eee;
}

    .intro-text h2 {
        font-weight: 700;
        margin-bottom: 15px;
        text-transform: uppercase;
        font-size: 25px;
    }

    .intro-text a {
        margin: 7px;
    }
/*******************home parallax-bg----***********************/

#home-parallax {
    padding: 190px 0;
}

.typed-cursor {
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
    color: #32c5d2;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.parallax-buttons {
    display: block;
    text-align: center;
    margin-top: 20px;
}

    .parallax-buttons a {
        display: inline-block;
        margin: 5px;
    }

h1.typed-text {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 700;
}

.typed-text .element {
    color: #32c5d2;
}

#home-parallax p {
    color: #fff;
}

@media (max-width: 568px) {
    h1.typed-text {
        font-size: 25px;
    }
}
/*services*/

.services-wrap {
    padding-top: 60px;
    padding-bottom: 40px;
    background-color: #fff;
}

.services-box {
    clear: both;
}

.services-box-icon {
    background: transparent;
    width: 50px;
    height: 50px;
    display: inline-block;
    float: left;
    height: 35px;
    line-height: 35px;
    margin-right: 10px;
    position: relative;
    text-align: center;
    top: 5px;
}

    .services-box-icon i {
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        background-color: #32c5d2;
        color: #fff;
        font-size: 17px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
    }

.services-box-info {
    padding-left: 60px;
}

    .services-box-info h4 {
        font-weight: 700;
        font-size: 16px;
        color: #000;
        text-transform: uppercase;
        margin-bottom: 5px;
    }
/*services 2*/

.service-box i {
    width: 85px;
    height: 85px;
    line-height: 85px;
    text-align: center;
    color: #32c5d2;
    font-size: 30px;
    background-color: #f7f9fa;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 25px;
    -moz-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    -webkit-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
}

.et .service-box i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #cb3a18;
    margin-top: -12%;
    margin-bottom: 5%;
    position: relative;
}

.service-box {
    border: 1px solid #cb3a18;
    background-color: #FFFFFF;
    margin-bottom: 30px;
    text-align: center;
}

    .service-box h3 {
        font-size: 20px;
        text-transform: uppercase;
        margin-bottom: 15px;
        font-weight: 600;
    }

    .service-box:hover i {
        -moz-transform: rotateY(360deg);
        -o-transform: rotateY(360deg);
        -ms-transform: rotateY(360deg);
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
        color: #fff;
        background-color: #32c5d2;
    }

.et .service-box:hover i {
    background-color: #cb3a18;
    color: white;
}
/***services3***/

#services-bg-wrap {
    padding: 90px 0;
    background-color: #f7f9fa;
}

.service-3-meta h1 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 25px;
}

.white-bg {
    background-color: #fff !important;
    padding-top: 90px !important;
    padding-bottom: 50px !important;
}

.service-4-meta h3 {
    font-weight: 700;
    margin-bottom: 5px;
}

.blue-bg {
    background-color: #32c5d2;
    padding-top: 70px;
    padding-bottom: 40px;
}

    .blue-bg .services-box i {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
        font-size: 50px;
        margin-right: 25px;
    }

    .blue-bg .services-box .services-box-info {
        margin-left: 30px;
    }

        .blue-bg .services-box .services-box-info h4 {
            color: #fff;
            font-size: 25px;
            font-weight: 400;
            margin-bottom: 20px;
        }

        .blue-bg .services-box .services-box-info p {
            color: #eee;
        }
/***special features***/

.special-feature .section-title hr {
    border-color: #151515;
}

.special-feature i {
    font-size: 65px;
    line-height: 75px;
    color: #32c5d2;
}

.special-feature h4 {
    font-size: 16px;
    margin-top: 25px;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    color: #777;
}

.special-feature .mask-top {
    width: 100%;
    background-color: #ffffff;
    padding: 55px 0;
    position: absolute;
    top: 0px;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

    .special-feature .mask-top h4:before {
        top: -18px;
        content: "";
        display: block;
        height: 2px;
        left: 0;
        right: 0;
        margin: -2px auto;
        position: absolute;
        width: 40px;
    }

.special-feature .s-feature-box:hover .mask-top {
    top: -200px;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.special-feature .s-feature-box {
    overflow: hidden;
    position: relative;
    height: 280px;
    border: 1px solid #f2f2f2;
    margin-bottom: 20px;
    cursor: pointer;
}

.special-feature .mask-bottom {
    color: #333333;
    padding: 20px 15px 20px 15px;
    width: 100%;
    position: absolute;
    bottom: -300px;
    height: 100%;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

    .special-feature .mask-bottom p {
        padding: 0px 5px;
        font-size: 14px;
    }

    .special-feature .mask-bottom h4 {
        margin: 15px 0px 17px;
    }

.special-feature .s-feature-box:hover .mask-bottom {
    bottom: 0;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.special-feature .mask-bottom i {
    font-size: 38px;
    line-height: 50px;
}
/****services new*****/

.service-box-4 .service-ico {
    width: 30px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    font-size: 30px;
    line-height: 30px;
    margin-top: 3px;
    float: left;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.service-ico i {
    color: #32c5d2;
    font-size: 50px;
}

.service-box-4 .service-text {
    margin-left: 65px;
}

.service-text a {
    color: #32c5d2;
}

    .service-text a i {
        margin-left: 5px;
        vertical-align: middle;
    }

.service-text h4 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
}
/***colored boxed**************/

.colored-boxed {
    text-align: center;
}

    .colored-boxed i {
        width: 90px;
        height: 90px;
        line-height: 90px;
        text-align: center;
        border: 0px solid;
        background-color: transparent;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        font-size: 50px;
        display: inline-block;
    }

    .colored-boxed.green i {
        color: #32c5d2;
        border-color: #32c5d2;
    }

    .colored-boxed.dark i {
        color: #333;
        border-color: #333;
    }

    .colored-boxed.blue i {
        color: #3b5998;
        border-color: #3b5998;
    }

    .colored-boxed.red i {
        color: #cb2027;
        border-color: #cb2027;
    }

    .colored-boxed h3 {
        font-size: 16px;
        font-weight: 600;
        margin-top: 20px;
        margin-bottom: 0px;
        text-transform: uppercase;
    }

    .colored-boxed p {
        margin-top: 10px;
    }
/**************work and portfolio whole*******/

/* mouse grab icon */


.portfolio {
    padding: 60px 0;
    background-color: #f8f8f8;
}

.work-desc {
    width: 100%;
    padding: 10px 10px;
    background: #FFF;
    border-top: none;
    position: relative;
}

    .work-desc:before {
        content: "";
        display: block;
        position: absolute;
        top: -8px;
        margin-left: 20px;
        width: 8px;
        height: 8px;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #fff;
        z-index: 100;
    }

    .work-desc h3 {
        margin: 0;
        padding: 0;
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
    }

.owl-spaced .owl-item > div {
    margin: 5px;
}

.work-desc span {
    font-weight: 400;
    font-style: normal;
    //text-transform: capitalize;
    font-size: 14px;
    color: #999;
}

.project-detail h3 {
    margin-bottom: 10px;
}

.project-detail em {
    display: block;
}

.full-width-3-work .work-desc {
    padding: 10px;
}
/****progress bars****/

/*progress bar*/

h3.heading-progress {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 6px;
    margin-top: 0px;
    text-transform: uppercase;
    color: #777;
}

.progress {
    height: 15px;
    line-height: 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    background: #E9E9E9;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.progress-bar {
    line-height: 10px;
    background: #32c5d2;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}
/*news and blogs*/

.news-desc {
    padding: 15px 0;
}

    .news-desc h4 {
        margin: 0px;
        font-weight: 600;
    }

    .news-desc span {
        font-size: 12px;
        font-weight: 400;
        font-style: normal;
    }

        .news-desc span + span {
            padding-left: 30px;
        }
/*latest news in home option*/

.latest-new {
    border: 1px solid #ddd;
}

.blog-date {
    width: 60px;
    height: 60px;
    padding: 6px 5px;
    margin: -40px auto 10px auto;
    line-height: 1;
    font-weight: 400;
    color: #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    font-size: 36px;
    text-align: center;
    position: relative;
    overflow: hidden;
    background-color: #fff;
}

    .blog-date span {
        font-weight: 400;
        font-size: 15px;
        display: block;
    }

.l-news-desc {
    padding: 10px 20px;
}

    .l-news-desc h3 {
        margin-bottom: 15px;
    }

ul.post-desc {
    padding: 0;
}

    ul.post-desc li {
        font-size: 14px;
        //text-transform: capitalize;
        color: #555;
    }

        ul.post-desc li + li {
            padding-left: 15px;
        }
/**blog inner pages**/

.blog-post {
    border-bottom: 1px dashed #e5e5e5;
    padding-bottom: 30px;
    margin-bottom: 60px;
}

.post-detail {
    margin-top: 25px;
    margin-bottom: 0px;
    //border-top: 1px solid #ebeaea;
    //border-bottom: 1px solid #ebeaea;
    border-bottom: 0;
    margin-left: 0px;
}

    .post-detail li img {
        width: 26px;
        height: 26px;
        -webkit-border-radius: 13px;
        -moz-border-radius: 13px;
        -ms-border-radius: 13px;
        border-radius: 13px;
        float: left;
        margin-right: 10px;
    }

    .post-detail li + li {
        padding-left: 15px;
    }

    .post-detail li {
        font-size: 11px;
        color: #777;
        font-weight: 600;
        vertical-align: middle;
        text-transform: uppercase;
    }

        .post-detail li i {
            margin-right: 5px;
        }

.items-list {
    margin-bottom: 40px;
}

    .items-list p, .shop-sidebar p {
        font-size: 13px;
        margin-bottom: 8px;
        color: #858d91;
        line-height: 24px;
        font-family: 'Muli', sans-serif;
        font-weight: 400;
    }

.list-inline.post-detail {
    margin-left: -5px;
}

.blog-post h2 {
    font-size: 25px;
    margin-bottom: 10px;
    margin-top: 15px;
    font-weight: 600;
    //text-transform: capitalize;
}

.blog-left-img .post-detail {
    margin-top: 0px;
}

.about-author {
    background-color: #f5f5f5;
    padding: 30px;
    margin-bottom: 50px;
}

    .about-author img {
        width: 120px;
        height: 120px;
        float: left;
        margin-right: 10px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
    }

    .about-author p {
        overflow: hidden;
    }

.comment-list {
    padding-bottom: 5px;
    margin-bottom: 30px;
}

.comment-post h4 img {
    width: 60px;
    height: 60px;
    margin-right: 20px;
    float: left;
}

.comment-post p {
    overflow: hidden;
}

.comment-form .form-contact .form-control {
    background-color: #f5f5f5;
}
/*Timeline blog
------------------------------------*/

.timeline {
    padding: 20px 0;
    list-style: none;
    position: relative;
}

.rdo .timeline--horizontal .timeline-divider {
    background-color: #e83451;
}

.rdo .timeline__item:after {
    border: 4px solid #e83451;
}

.rdo #Partenaires {
    background: #e83451;
}
/*.timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #f5f5f5;
        left: 50%;
        margin-left: -1.5px;
    }*/

.timeline > li {
    margin-bottom: 40px;
    position: relative;
    width: 50%;
    float: left;
    clear: left;
}

    .timeline > li:before, .timeline > li:after {
        content: " ";
        display: table;
    }

    .timeline > li:after {
        clear: both;
    }

    .timeline > li:before, .timeline > li:after {
        content: " ";
        display: table;
    }

    .timeline > li:after {
        clear: both;
    }

    .timeline > li > .timeline-panel {
        width: 94%;
        float: left;
        border: 1px solid #d4d4d4;
        /*border-radius: 2px;*/
        /*padding: 20px;*/
        position: relative;
    }

        .timeline > li > .timeline-panel:before {
            position: absolute;
            top: 26px;
            right: -15px;
            display: inline-block;
            border-top: 15px solid transparent;
            border-left: 15px solid #ccc;
            border-right: 0 solid #ccc;
            border-bottom: 15px solid transparent;
            content: " ";
        }

        .timeline > li > .timeline-panel:after {
            position: absolute;
            top: 27px;
            right: -14px;
            display: inline-block;
            border-top: 14px solid transparent;
            border-left: 14px solid #fff;
            border-right: 0 solid #fff;
            border-bottom: 14px solid transparent;
            content: " ";
        }

    .timeline > li > .timeline-badge {
        color: #ccc;
        width: 24px;
        height: 24px;
        line-height: 50px;
        font-size: 1.4em;
        cursor: pointer;
        text-align: center;
        position: absolute;
        top: 19px;
        right: -12px;
        z-index: 9;
    }

        .timeline > li > .timeline-badge i:hover {
            color: #32c5d2;
        }

    .timeline > li.timeline-inverted > .timeline-panel {
        float: right;
    }

        .timeline > li.timeline-inverted > .timeline-panel:before {
            border-left-width: 0;
            border-right-width: 15px;
            left: -15px;
            right: auto;
        }

        .timeline > li.timeline-inverted > .timeline-panel:after {
            border-left-width: 0;
            border-right-width: 14px;
            left: -14px;
            right: auto;
        }

    .timeline > li > .timeline-panel .timeline-heading {
        padding: 5px;
    }

        .timeline > li > .timeline-panel .timeline-heading img {
            width: 100%;
        }

.timeline .timeline-body {
    padding: 25px 15px;
}

    .timeline .timeline-body h2 {
        font-size: 20px;
        margin-bottom: 5px;
    }

.timeline-body .post-detail {
    margin: 5px 0px;
}

.timeline > li.timeline-inverted {
    float: right;
    clear: right;
    margin-bottom: 40px;
}

.timeline > li:nth-child(2) {
    margin-top: 60px;
}

.timeline > li.timeline-inverted > .timeline-badge {
    left: -12px;
}

@media (max-width: 992px) {
    .navbar-default, .navbar-inverse {
        position: relative !important;
    }

    #topNavigation .logo__container.one-website {
        width: 100%;
    }

    #topNavigation .tagline > p:first-child {
        font-size: 2rem;
    }

    #topNavigation .tagline > p:last-child {
        font-size: 1.8rem;
    }

    .timeline > li > .timeline-panel:before {
        top: 31px;
        right: -11px;
        border-top: 11px solid transparent;
        border-left: 11px solid #ccc;
        border-bottom: 11px solid transparent;
    }

    .navbar-brand img {
        //width: 144px;
        width: 100%;
        /*position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;*/
    }

    .timeline > li > .timeline-panel:after {
        top: 32px;
        right: -10px;
        border-top: 10px solid transparent;
        border-left: 10px solid #fff;
        border-bottom: 10px solid transparent;
    }

    .timeline > li.timeline-inverted > .timeline-panel:before {
        border-right-width: 11px;
        left: -11px;
    }

    .timeline > li.timeline-inverted > .timeline-panel:after {
        border-right-width: 10px;
        left: -10px;
    }
}

@media (max-width: 767px) {
    #containerNav .logo__container {
        width: 100%;
    }

    ul.timeline:before {
        left: 40px;
    }

    .navbar-brand img {
        width: 209px;
        position: relative;
    }

    ul.timeline > li {
        margin-bottom: 20px;
        position: relative;
        width: 100%;
        float: left;
        clear: left;
    }

        ul.timeline > li > .timeline-panel {
            width: calc(100% - 70px);
            width: -moz-calc(100% - 70px);
            width: -webkit-calc(100% - 70px);
        }

        ul.timeline > li > .timeline-badge {
            left: 28px;
            margin-left: 0;
            top: 16px;
        }

        ul.timeline > li > .timeline-panel {
            float: right;
        }

            ul.timeline > li > .timeline-panel:before {
                top: 27px;
                right: -12px;
                border-top: 12px solid transparent;
                border-left: 12px solid #ccc;
                border-bottom: 12px solid transparent;
            }

            ul.timeline > li > .timeline-panel:after {
                top: 28px;
                right: -11px;
                border-top: 11px solid transparent;
                border-left: 11px solid #fff;
                border-bottom: 11px solid transparent;
            }

            ul.timeline > li > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 12px;
                left: -12px;
                right: auto;
            }

            ul.timeline > li > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 11px;
                left: -11px;
                right: auto;
            }

    .timeline > li.timeline-inverted {
        float: left;
        clear: left;
        margin-top: 30px;
        margin-bottom: 30px;
    }

        .timeline > li.timeline-inverted > .timeline-badge {
            left: 28px;
        }

    .flex-box {
        flex-direction: column;
    }

    .flexBox-item.left {
        margin-bottom: 15px;
        margin-right: 0 !important;
    }

    .flexBox-item.right {
        margin-left: 0 !important;
    }
}
/*testimonials parallax*/

.testimonials {
    background: url("/media/_img/_commun/fd_temoignage.jpg") no-repeat !important;
    padding: 80px 0;
}

.testimonials .center-heading h2 {
    color: #fff;
}

.testimonials h4 {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    line-height: 36px;
    font-style: normal;
    font-family: "Muli", sans-serif;
}

    .testimonials h4 i {
        margin-right: 5px;
    }

.testimonials p {
    color: #fff;
    font-size: 25px;
    font-weight: 400;
    font-style: normal;
}
#temoignageTop6 {
    gap: 45px;
}
.temoignateTop6-item p {
    font-size: 18px;
    line-height: 22px;
}
.temoignateTop6-item .statut p {
    font-size: 16px;
    line-height: 20px;
    font-style: italic;
    color: #eee;
 }

.customer-img {
    max-width: 100px;
    margin: auto;
    margin-bottom: 25px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
/**owl**/

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 8px !important;
    height: 8px !important;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    //background: #444 !important;
}
/*********************testmonials v-2*****************/

.testimonials-v-2 {
    padding: 100px 0;
    overflow: hidden;
}

.testi-slide {
    text-align: center;
}

    .testi-slide img {
        width: 92px;
        height: 92px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
    }

    .testi-slide p {
        margin: 20px 0;
        font-size: 16px;
        font-weight: 400;
        line-height: 30px;
        font-style: italic;
    }

    .testi-slide i {
        color: #32c5d2;
        margin-right: 10px;
    }

    .testi-slide h4 {
        font-weight: 400;
        font-size: 16px;
        font-family: "Muli", sans-serif !important;
        font-style: italic;
    }

    .testi-slide .flex-control-paging li a {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
        background: transparent !important;
        border: 2px solid #ccc;
        width: 8px;
        height: 8px;
    }

        .testi-slide .flex-control-paging li a.flex-active {
            background: transparent !important;
            border: 2px solid #32c5d2;
        }

.quote {
    position: relative;
}

    .quote blockquote {
        padding: 0px;
        border: 0;
        margin: 0;
        font-size: 14px;
        font-style: italic;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        border-radius: 8px;
    }

        .quote blockquote p {
            color: #fff;
            padding-top: 25px;
            padding-bottom: 45px;
            padding-left: 30px;
            padding-right: 30px;
        }

        .quote blockquote:before {
            content: "";
            position: absolute;
            top: 100%;
            left: 90px;
            width: 0;
            height: 0;
            border-top: 0.83333em solid #ccc;
            border-right: 0.86667em solid transparent;
        }

    .quote.green blockquote {
        background-color: #32c5d2;
    }

        .quote.green blockquote:before {
            border-top-color: #32c5d2;
        }

    .quote.dark blockquote {
        background-color: #555;
    }

        .quote.dark blockquote:before {
            border-top-color: #555;
        }

.quote-footer {
    margin: 10px 0;
}

    .quote-footer .quote-author-img img {
        float: left;
        max-width: 90px;
        width: 90px;
        height: 90px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        margin-left: -5px;
        margin-top: -40px;
        position: relative;
        z-index: 1;
        padding: 5px;
        background-color: #fff;
    }

    .quote-footer h4 {
        font-size: 14px;
        margin-bottom: 4px;
    }

    .quote-footer p {
        font-weight: 400;
        font-style: italic;
        font-size: 14px;
    }
/***********bootstrap collapse overrides*/

.panel-group .panel {
    margin-bottom: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}

.panel-default > .panel-heading {
    color: #000;
    background-color: #fff;
    border-color: #f5f5f5 !important;
    padding: 7px 12px;
}

.panel-title i {
    margin-right: 10px;
    color: #32c5d2;
}
/*************soical icons**********/

.social-1 {
    margin: 0;
    padding: 0;
}

    .social-1 li {
        padding: 0px;
    }

        .social-1 li a i {
            width: 32px;
            height: 32px;
            line-height: 32px;
            text-align: center;
            color: #fff;
            font-size: 16px;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            -ms-border-radius: 2px;
            border-radius: 2px;
            -moz-transition: all 200ms ease-in;
            -o-transition: all 200ms ease-in;
            -webkit-transition: all 200ms ease-in;
            transition: all 200ms ease-in;
        }

            .social-1 li a i:hover {
                opacity: 0.8;
            }

            .social-1 li a i.fa-facebook {
                background-color: #3b5998;
            }

            .social-1 li a i.fa-twitter {
                background-color: #0084b4;
            }

            .social-1 li a i.fa-google-plus {
                background-color: #C63D2D;
            }

            .social-1 li a i.fa-pinterest {
                background-color: #cb2027;
            }

            .social-1 li a i.fa-dribbble {
                background-color: #ea4c89;
            }
/**************countdown*************/

.countdown_section {
    display: inline-block;
    width: 120px;
    height: 120px;
    padding-top: 13px;
    margin: 10px;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    text-align: center;
}

.subscribe-form .form-control {
    height: 46px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
/*purchase section*/

.purchase-sec {
    padding: 30px 0;
    background: #32c5d2;
}

    .purchase-sec span {
        line-height: 40px;
        color: #fff;
        font-size: 25px;
        font-weight: 400;
        font-family: "Muli", sans-serif;
    }
/****fun facts*****/

.fun-fact-wrap {
    background-repeat: repeat !important;
    padding-top: 100px;
    padding-bottom: 70px;
}

.facts-in {
    text-align: center;
}

    .facts-in h3 {
        margin-bottom: 25px;
        font-size: 50px;
        font-weight: 400;
        color: #fff;
    }

        .facts-in h3 i {
            font-size: 40px;
            margin-right: 20px;
            color: #32c5d2;
        }

    .facts-in h4 {
        margin-bottom: 0px;
        color: #fff;
        font-family: "Muli", sans-serif;
        font-weight: 400;
        //text-transform: capitalize;
    }

@media (max-width: 992px) {
    .facts-in {
        margin-bottom: 70px;
    }
}
/******owl carousel*******/

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
}
/**********static background with transparent header*/

.static-bg {
    padding-top: 230px;
    padding-bottom: 200px;
}

.static-wrap {
    text-align: center;
}

    .static-wrap h3 {
        text-transform: uppercase;
        letter-spacing: 0px;
        padding: 0 0 16px 0;
        margin: 0 0 35px 0;
        font-weight: 400;
        font-size: 44px;
        border-bottom: solid 1px #cccccc;
        position: relative;
        color: #fff;
        line-height: 44px;
    }

.static-bg h3:before {
    content: "";
    height: 3px;
    background: #009ada;
    background: -moz-linear-gradient(45deg, #009ada 0%, #04bfbf 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #009ada), color-stop(100%, #04bfbf));
    background: -webkit-linear-gradient(45deg, #009ada 0%, #04bfbf 100%);
    background: -o-linear-gradient(45deg, #009ada 0%, #04bfbf 100%);
    background: -ms-linear-gradient(45deg, #009ada 0%, #04bfbf 100%);
    background: linear-gradient(45deg, #009ada 0%, #04bfbf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009ada', endColorstr='#04bfbf', GradientType=1);
    width: 60%;
    max-width: 100%;
    display: block;
    left: 0%;
    bottom: -2px;
    position: absolute;
}

.static-bg h3:before {
    left: 20%;
}

.slider-flex h1 {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
/****************************breadcrumb***************************/

.breadcrumb-wrap {
    padding: 30px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #f6f6f6;
    border-top: 1px solid #d2d3d4;
    border-bottom: 1px solid #d2d3d4;
}

    .breadcrumb-wrap h4 {
        margin: 0px;
        font-size: 16px;
        color: #333;
        font-weight: 700;
        letter-spacing: 8px;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-family: "Muli", sans-serif;
    }

ol.breadcrumb {
    margin: 0;
    padding: 0;
    background-color: transparent;
    color: #333;
}

    ol.breadcrumb li {
        font-weight: 400;
        font-size: 14px;
        //text-transform: capitalize;
        letter-spacing: 1px;
    }

        ol.breadcrumb li a {
            color: #333;
        }
/***list of highlight**/

.highlight-list li {
    font-family: "Muli", sans-serif;
    font-size: 16px;
    color: #777;
    line-height: 45px;
}

    .highlight-list li i {
        color: #32c5d2;
        margin-right: 10px;
    }
/************team section css here*****/

.team-wrap {
    padding: 3px 3px 20px;
    border: 1px solid #eee;
    text-align: center;
}

    .team-wrap li {
        padding: 0px;
    }

    .team-wrap h4 {
        margin-bottom: 3px;
        margin-top: 10px;
        font-weight: 600;
        font-size: 17px;
    }

    .team-wrap span {
        font-size: 10px;
        text-transform: uppercase;
        color: #777;
        display: block;
        margin-bottom: 10px;
        font-weight: 700;
    }
/**team-v2**/

.person-v2 {
    margin-bottom: 30px;
}

.our-team-v-2 {
    padding-top: 70px;
    background-color: #f5f5f5;
    padding-bottom: 40px;
}

.person-v2 img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.person-v2 h3 {
    margin: 5px 0;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 24px;
}

.person-desc-v2 em {
    display: block;
    color: #777;
    margin-bottom: 10px;
}
/******************pricing tables***********************/

/**pricing simple **/

.pricing-simple {
    border: 1px solid #D0D6DF;
    margin-bottom: 30px;
}

    .pricing-simple h4 {
        border-bottom: 1px solid #D0D6DF;
        margin: 0px;
        color: #666;
        padding: 20px;
        font-size: 20px;
        text-align: center;
        font-weight: 600;
        //text-transform: capitalize;
    }

    .pricing-simple h3 {
        margin: 0px;
        padding: 30px 20px;
        border-bottom: 1px solid #D0D6DF;
        font-size: 50px;
        font-weight: 400;
        text-align: center;
        background-color: #f4f4f4;
    }

        .pricing-simple h3 sup, .pricing-simple h3 sub {
            font-size: 14px;
            color: #D0D6DF;
            font-weight: 400;
        }

        .pricing-simple h3 sup {
            vertical-align: top;
            left: 10px;
        }

        .pricing-simple h3 sub {
            vertical-align: bottom;
        }

    .pricing-simple ul {
        padding-top: 30px;
    }

        .pricing-simple ul li {
            padding: 6px 20px;
            border-bottom: 1px solid #f5f5f5;
            color: #aeaeae;
        }

            .pricing-simple ul li:last-child {
                border-bottom: 0px;
            }

            .pricing-simple ul li i {
                color: #32c5d2;
                margin-right: 10px;
            }

    .pricing-simple .bottom {
        padding: 20px 10px;
        text-align: center;
    }

    .pricing-simple p {
        color: #aeaeae;
        padding: 15px 20px;
        text-align: center;
        padding-bottom: 0px;
    }

    .pricing-simple .circle {
        width: 150px;
        height: 150px;
        padding: 0px 0 0;
        margin: 30px auto;
        margin-bottom: 0px;
        display: table;
        -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
        -ms-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
        box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
        border: 5px solid #fff;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        background-color: #f4f4f4;
    }

        .pricing-simple .circle .price {
            text-align: center;
            font-size: 30px;
            display: table-cell;
            vertical-align: middle;
        }

            .pricing-simple .circle .price sub, .pricing-simple .circle .price sup {
                font-size: 14px;
                color: #777;
            }

            .pricing-simple .circle .price sup {
                vertical-align: top;
            }

            .pricing-simple .circle .price sub {
                vertical-align: bottom;
            }

.popular {
    position: relative;
    overflow: hidden;
}

    .popular .ribbon {
        position: absolute;
        left: -55px;
        bottom: 5px;
        font-size: 11px;
        text-align: center;
        width: 150px;
        color: #fff;
        //text-transform: capitalize;
        padding: 1px 12px;
        display: block;
        -webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
        -ms-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
        box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
        background-color: #32c5d2;
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.no-space-pricing {
    margin: 0px;
}
/**dark pricing tables**/

.pricing-simple.dark-pricing {
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #333;
}

    .pricing-simple.dark-pricing h4 {
        border-color: rgba(255, 255, 255, 0.1);
        color: #fff;
    }

    .pricing-simple.dark-pricing .circle {
        background-color: #444;
        border-color: #333;
    }

        .pricing-simple.dark-pricing .circle .price {
            color: #fff;
        }

    .pricing-simple.dark-pricing ul li {
        border-bottom-color: rgba(255, 255, 255, 0.1);
    }
/***************about me*********************/

.me-intro {
    background: url(../img/bg-4.jpg);
    padding: 200px 0;
}

    .me-intro h2 {
        color: #fff;
        font-weight: 700;
        margin-bottom: 15px;
        text-transform: uppercase;
    }

    .me-intro p {
        color: #fff;
    }

.me-hobbies h4 i {
    margin-right: 10px;
    color: #32c5d2;
    font-size: 25px;
}

.services-me li {
    padding: 10px 0;
    font-size: 16px;
}

    .services-me li i {
        margin-right: 10px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        font-size: 15px;
        background-color: #e5e5e5;
        color: #32c5d2;
    }

.contact-me {
    background-color: #eee;
    padding: 40px 0;
}
/**dropcaps**/

p.dropcap:first-letter {
    display: block;
    float: left;
    font-size: 50px;
    line-height: 51px;
    margin: -1px 8px -2px 0;
    color: #32c5d2;
}
/*contact us*/

/*gmap*/

#map-canvas {
    width: 100%;
    height: 300px;
}

#contactForm .form-control {
    min-height: 45px;
    background-color: #fff;
}

.form-contact form label {
    font-size: 15px;
    font-weight: 400;
    color: #777;
}

.contact-info li a {
    color: #777;
}

.help-block ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .help-block ul li {
        color: red;
    }

label span {
    color: red;
    margin-left: 5px;
}

.required span {
    color: red;
}
/***error page****/

.error-bg {
    background-color: #eee;
}

.error-404 {
    padding-top: 40px;
}

    .error-404 h1 {
        text-transform: uppercase;
        color: #aaa;
        font-size: 160px;
        line-height: 160px;
        margin-bottom: 20px;
    }

    .error-404 h3 {
        color: #777;
        text-transform: uppercase;
        line-height: 40px;
    }

    .error-404 .form-control {
        font-size: 20px;
    }
/********************************sidebar***********************/

.sidebar-box h4 {
    font-size: 16px;
    font-weight: 600;
    color: #444;
    text-transform: uppercase;
}

.search-widget {
    position: relative;
}

    .search-widget i {
        position: absolute;
        top: 10px;
        right: 10px;
        color: #777;
    }

.cat-list li {
    padding: 5px 0;
    border-bottom: 1px solid #e5e5e5;
}

    .cat-list li a {
        color: #888;
        margin-right: 10px;
    }

    .cat-list li i {
        color: #888;
        margin-right: 10px;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .cat-list li:hover i {
        margin-left: 5px;
    }

    .cat-list li a:hover {
        color: #32c5d2;
    }

.popular-post li {
    padding-bottom: 20px;
}

.popular-img {
    float: left;
    margin-right: 10px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}

    .popular-img a img {
        width: 60px;
        height: 60px;
    }

.popular-desc {
    display: table;
}

    .popular-desc h5 {
        font-size: 17px;
        margin-bottom: 6px;
    }

        .popular-desc h5 a {
            color: #000;
            font-weight: 600;
            font-size: 14px;
        }

            .popular-desc h5 a:hover {
                color: #32c5d2;
            }

    .popular-desc h6 {
        color: #777;
        font-style: normal;
        font-size: 12px;
        font-weight: 600;
    }

.tag-list a {
    display: inline-block;
    text-transform: uppercase;
    margin-right: 0px;
    margin-bottom: 3px;
    padding: 3px 6px;
    color: #777;
    font-size: 14px !important;
    background-color: #e5e5e5;
}

    .tag-list a:hover {
        background-color: #32c5d2;
        color: #fff;
    }
/****************testimonials***********************/

.quote-text {
    background-color: #f6f6f6;
    border-left: none;
    color: rgba(85, 94, 106, 0.8);
    font-size: 14px;
    line-height: 1.6;
    margin-top: 30px;
    padding: 26px;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 0 #35bdf6;
    -moz-box-shadow: 0 3px 0 #35bdf6;
    -ms-box-shadow: 0 3px 0 #35bdf6;
    box-shadow: 0 3px 0 #35bdf6;
}

    .quote-text:before {
        border: solid 14px transparent;
        z-index: 3;
        border-top-color: #f6f6f6;
        top: auto;
        right: auto;
        bottom: -28px;
        left: 30px;
    }

    .quote-text:after {
        border: solid 14px transparent;
        z-index: 2;
        border-width: 18px;
        border-top-color: #35bdf6;
        top: auto;
        right: auto;
        bottom: -36px;
        left: 26px;
    }

    .quote-text:before, .quote-text:after {
        content: "";
        display: block;
        height: 0;
        width: 0;
        position: absolute;
    }

.quote-pic {
    float: left;
    margin-right: 12px;
    margin-left: 28px;
    width: 32px;
    height: 32px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    border-radius: 16px;
}

.quote-author {
    display: inline-block;
    font-size: 14px !important;
    line-height: 1.3 !important;
}

    .quote-author strong {
        font-size: 14px;
        font-weight: 700;
        display: block;
    }
/***********************sign in or sign up css****************/

.login-form {
    padding: 20px;
    background-color: #f5f5f8;
}

    .login-form h3 span {
        color: #777;
        font-size: 15px;
    }

.btn-fb-login {
    background-color: #3b5998;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.login-form form a {
    display: inline-block;
    margin-left: 5px;
}

@media (max-width: 320px) {
    .login-form form a {
        margin-top: 10px;
    }
}
/****clients***/

#clients-carousel {
    background-color: #424242;
    padding: 90px 0;
}

    #clients-carousel.light {
        background-color: #222;
    }

        #clients-carousel.light h3.heading {
            color: #fff;
        }

    #clients-carousel .center-heading h2 {
        color: #fff;
    }

    #clients-carousel .item {
        text-align: center;
    }

    #clients-carousel p {
        color: #bbb;
    }

#cta-1 {
    padding: 40px 0;
    background-color: #32c5d2;
    text-align: center;
}

    #cta-1 h1 {
        color: #fff;
        font-size: 26px;
        line-height: 30px;
        text-transform: uppercase;
    }

#cta-2 {
    padding: 30px 0;
    background-color: #f2f2f2;
    text-align: center;
}

    #cta-2 h1 {
        color: #333;
        margin-bottom: 15px;
        font-weight: 400;
    }
/*****accordions****/

/*** Accordion ***/

.panel-group {
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 0 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.05);
}

    .panel-group .panel {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
    }

        .panel-group .panel + .panel {
            margin-top: -2px;
        }

    .panel-group .panel-heading {
        padding: 0;
        background: white;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
    }

    .panel-group .panel-body {
        font-size: 14px;
        background: #f9f9f9;
        -webkit-box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.03);
        -moz-box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.03);
        -ms-box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.03);
        box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.03);
        font-family: "Muli", sans-serif;
    }

    .panel-group .panel-heading a {
        position: relative;
        display: block;
        padding: 8px 20px 8px 10px;
        font-size: 15px;
        color: #505050;
        line-height: 1.5;
        //text-transform: capitalize;
        text-decoration: none;
        font-weight: 400;
    }
/***acordions icon*****/

.panel-ico {
    position: relative;
}

    .panel-ico:after {
        content: '\f067';
        color: #888;
        display: block;
        font-family: 'FontAwesome';
        position: absolute;
        right: 15px;
        top: 8px;
    }

    .panel-ico.active:after {
        content: '\f068';
        color: #32c5d2;
    }

    .panel-ico.active a {
        color: #32c5d2;
    }
/**primary tabs***/

.panel-primary {
    border: 0px;
}

    .panel-primary .panel-heading {
        background: #32c5d2;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        border-radius: 0px;
        border-color: rgba(0, 0, 0, 0.1);
    }

        .panel-primary .panel-heading + .panel-collapse > .panel-body {
            border-top: 0px;
        }

    .panel-primary .panel-ico.active a {
        color: #fff;
    }

    .panel-primary .panel-ico.active:after {
        color: #fff;
    }

    .panel-primary .panel-heading a {
        color: #eee;
    }

    .panel-primary .panel-ico:after {
        color: #eee;
    }

.simple-collapse .panel-body {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
}

.simple-collapse.panel-group {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}
/****************elements******************/

.grid-wrap h4 {
    display: block;
    line-height: 35px;
    text-align: center;
    background-color: #f9f9fa;
    border: 1px solid #ddd;
}

.element-buttons a {
    margin-bottom: 10px;
    margin-right: 5px;
}
/*****************bootstrap tabs overrides*****************************/

/*tabs*/

.nav-tabs {
    border: 0px;
}

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
        border: 0px;
        background-color: #32c5d2;
        color: #fff;
    }

    .nav-tabs > li > a {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        border-radius: 0px;
        background-color: #f4f4f4;
        border: 0px;
    }

        .nav-tabs > li > a:hover {
            border: 0px;
        }

.tabs .nav-tabs {
    border-bottom: none;
}

    .tabs .nav-tabs li {
        margin-bottom: 0;
    }

.tab-content {
    overflow: hidden;
    padding: 15px 0;
}
/*****vertical left tabs--*****/

.tabs-left .nav-tabs {
    float: left;
    margin-right: 19px;
}

    .tabs-left .nav-tabs > li {
        float: none;
        margin-bottom: 2px;
    }

.tabs-left .tab-content {
    padding: 0px;
}
/*****vertical right tabs--*****/

.tabs-right .nav-tabs {
    float: right;
    margin-left: 19px;
}

    .tabs-right .nav-tabs > li {
        float: none;
        margin-bottom: 2px;
    }

.tabs-right .tab-content {
    padding: 0px;
}

@media (max-width: 767px) {
    .tabs .nav-tabs li {
        width: 100%;
        float: none;
        margin-bottom: 2px;
    }

        .tabs .nav-tabs li a {
            margin-right: 0 !important;
        }

        .tabs .nav-tabs li.active a {
            border-bottom: 2px solid #dcdcdc !important;
        }
}

@media (max-width: 568px) {
    .tabs-right .nav-tabs {
        float: none;
        margin-left: 0;
    }

    .tabs-left .nav-tabs {
        float: none;
        margin-left: 0;
    }
}

.tabs .nav-tabs li a {
    background: #f7f7f7;
    margin-right: 2px;
    border-left: 1px solid #f7f7f7;
    border-right: 1px solid #f7f7f7;
    border-bottom: none !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    padding: 12px 20px;
    color: #6d6d6d;
    position: relative;
}

    .tabs .nav-tabs li a:after {
        content: "";
        display: block;
        position: absolute;
        top: -1px;
        left: -1px;
        right: -1px;
        height: 3px;
    }

    .tabs .nav-tabs li a:before {
        content: "";
        display: block;
        position: absolute;
        bottom: -1px;
        left: 0;
        right: 0;
        height: 1px;
    }

    .tabs .nav-tabs li a:hover {
        border-color: #f7f7f7;
    }

.tabs .nav-tabs > li > a .fa {
    margin-right: 4px;
}

.tabs .nav-tabs li.active a {
    color: #32c5d2;
    border-left-color: #eee;
    border-right-color: #eee;
    background: #fff;
}

    .tabs .nav-tabs li.active a:after {
        background: #32c5d2;
    }

    .tabs .nav-tabs li.active a:before {
        background: #fff;
    }

    .tabs .nav-tabs li.active a:hover {
        border-bottom-color: #fff;
    }

.tabs .tab-content {
    padding: 15px;
    background: #fff;
}

.tab-content p {
    overflow: hidden;
}

.tabs .tab-content:before, .tabs .tab-content:after {
    content: " ";
    display: table;
}

.tabs .tab-content:after {
    clear: both;
}

.tabs .tab-content p:last-child {
    margin-bottom: 0;
}

.form-element .form-control {
    height: 31px;
}
/***************************video home********************/

/*****************home ********
******************************/

#video-wrap {
    display: table;
    width: 100%;
    height: 580px;
    overflow-x: hidden;
    overflow-y: hidden;
    vertical-align: middle;
    z-index: 1;
}

.fallback-image {
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*.parallax-overlay{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: repeat;
    background-color: rgba(44,62,80,0.3);
    z-index: 2;
}*/

.video-wrap-content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    z-index: 3;
}

    .video-wrap-content h1 {
        color: #fff;
        text-transform: uppercase;
        font-weight: 400;
        margin-bottom: 20px;
        font-size: 50px;
    }

    .video-wrap-content p {
        font-size: 20px;
        color: #fff;
        font-weight: 400;
        line-height: 30px;
        margin-bottom: 30px;
        margin-top: 25px;
        font-family: "Muli", sans-serif;
    }

@media (max-width: 433px) {
    #video-wrap {
        background-color: #444;
        display: table;
        width: 100%;
        height: 100%;
        height: 400px;
        overflow-x: hidden;
        overflow-y: hidden;
        vertical-align: middle;
        z-index: 1;
    }

    .video-wrap-content h1 {
        color: #fff;
        text-transform: uppercase;
        font-weight: 700;
        margin-bottom: 20px;
        font-size: 30px;
    }

    .video-wrap-content p {
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 15px;
        margin-top: 15px;
    }
}

.popover-test button {
    margin: 5px;
}
/****************************************************************

Version v1.1 css*

****************************************************************/

.latest-tweets .tweet li {
    font-weight: 400;
}

    .latest-tweets .tweet li a {
        color: #32c5d2;
    }
/**********************sidenav*********************/

.side-nav li {
    border-bottom: 1px solid #e9e9e9;
}

    .side-nav li a {
        padding: 10px 15px;
        display: inline-block;
        width: 100%;
        position: relative;
    }

        .side-nav li a.active {
            color: #32c5d2;
        }

        .side-nav li a i {
            margin-right: 10px;
        }
/*************pagination***********/

.gallery-bottom .pagination {
    margin-top: 0px;
}

.pagination > li > a, .pagination > li > span {
    background-color: #ccc;
    padding: 3px 9px;
    color: #fff;
    border: 0px;
}

.pagination > li > a {
    margin-right: 5px;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #32c5d2;
}

.jobs-row h4.panel-title {
    font-weight: 400;
    text-align: left;
}

    .jobs-row h4.panel-title a {
        font-size: 15px;
    }

    .jobs-row h4.panel-title em {
        font-weight: 400;
        font-size: 12px;
        color: #999;
        display: block;
        margin-top: 0px;
    }
/*****************search results*******************/

.search-area {
    padding: 20px 0;
    background-color: #f5f5f5;
}

    .search-area .form-control {
        height: 38px;
    }

    .search-area .btn-lg {
        padding: 10px 17px 10px 25px;
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
        text-align: center;
    }

span.results-number {
    display: block;
    color: #999;
    margin-bottom: 10px;
}

.results-box h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
}

    .results-box h3 a {
        color: #32c5d2;
    }

        .results-box h3 a:hover {
            text-decoration: underline;
        }

.results-box .btn {
    top: -1px;
    padding: 0;
    position: relative;
    color: #999;
    border: none;
    font-size: 14px;
}

    .results-box .btn:hover, .results-box .btn:focus {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
    }

.link-ul {
    padding: 0;
    margin-bottom: 0px;
}

    .link-ul li a, .link-ul li a.btn-link {
        color: #999;
        font-size: 14px;
        margin-right: 0px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
        //text-transform: capitalize;
    }

    .link-ul li {
        font-size: 12px;
    }

        .link-ul li a:hover {
            color: #32c5d2;
            text-decoration: underline;
        }

.results-box p {
    margin: 10px 0;
    color: #666;
    font-weight: 400;
}

.results-sidebar-box ul li a {
    color: #999;
}

    .results-sidebar-box ul li a:hover {
        text-decoration: underline;
        color: #32c5d2;
    }

.results-sidebar-box h4 {
    font-size: 14px;
    color: #333;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.view-all {
    color: #999;
    font-size: 12px;
    display: block;
}
/*-----------------------------------------------------------------------------------*/

/*  Process
/*-----------------------------------------------------------------------------------*/

.process h2 {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 22px;
}

.process-step {
    margin: 0 auto;
    width: 700px;
    overflow: hidden;
    list-style: none;
    padding: 0;
    position: relative;
}

.process-border {
    position: absolute;
    top: 0;
    left: 50%;
    border-left: 1px solid #dadada;
    height: 100%;
}

.step {
    width: 700px;
    float: right;
    text-align: left;
    margin: 0 0 10px;
    padding: 10px 0 0 405px;
    position: relative;
}

    .step.even {
        float: left;
        text-align: right;
        padding: 10px 405px 0 0;
    }

.process .step.even, .process .step {
    padding-top: 0;
    margin: 0;
}

.process .process-step p, .process .process-step .icon-square i {
    margin-bottom: 0;
}

.step h5 {
    color: #3f8dbf;
}

.step .icon-square {
    position: relative;
    margin-left: 10px;
}

.step.even .icon-square {
    margin-right: 10px;
}

.step .icon-square:before {
    content: "";
    display: block;
    width: 65px;
    border-bottom: 1px solid #dadada;
    position: absolute;
    top: 35px;
    left: -65px;
}

.step.even .icon-square:before {
    left: auto;
    right: -65px;
}

.icon-square {
    display: inline-block;
}

    .icon-square i {
        font-family: "FontAwesome";
        font-weight: normal;
        font-style: normal;
        line-height: 1;
        text-align: center;
        color: #ddd;
        font-size: 40px;
        padding: 0;
        margin: 0 0 10px 0;
        display: table;
        width: 70px;
        height: 70px;
        border: 2px solid #ddd;
        -moz-transition: all 200ms ease-in;
        -o-transition: all 200ms ease-in;
        -webkit-transition: all 200ms ease-in;
        transition: all 200ms ease-in;
    }

.step:hover .icon-square i {
    color: #FFF;
}

.icon-square i:before {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.rdo .icon-square i {
    color: #e83451;
    border-color: #e83451 !important;
}

.step h5 {
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
    font-size: 20px;
}

@media (max-width: 767px) {
    .process-step {
        width: 100%;
    }

    .step {
        width: 100%;
        float: none;
        text-align: center;
        margin: 0 0 30px;
        padding: 0;
        position: relative;
    }

        .step.even {
            float: none;
            text-align: center;
            padding: 0;
        }

        .step .icon-square:before {
            border: 0px;
        }

    .process-border {
        border: 0;
    }
}
/*******************Process inline*****/

.process-inline {
    margin-top: 50px;
    padding-top: 80px;
    background-color: #eee;
}

.Process-col {
    padding: 80px 30px;
    text-align: center;
}

    .Process-col.one {
        background-color: rgba(0, 0, 0, 0.3);
    }

    .Process-col.two {
        background-color: rgba(0, 0, 0, 0.5);
    }

    .Process-col.three {
        background-color: rgba(0, 0, 0, 0.7);
    }

    .Process-col.four {
        background-color: black;
    }

    .Process-col i {
        font-size: 40px;
        width: 80px;
        height: 80px;
        line-height: 80px;
        text-align: center;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        border: 1px solid #fff;
        color: #fff;
    }

    .Process-col h4 {
        font-size: 18px;
        text-transform: uppercase;
        color: #fff;
        margin: 25px 0;
    }
/**********************invoice page************************/

body.invoice {
    background-color: #ECEEF4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

#topNavigation .tagline > p {
    margin: 0;
}

.boxed-wrapper #containerNav .navbar-collapse {
    margin: 0 -15px;
}



#topNavigation .tagline > p:first-child {
    font-size: 2.4rem;
    line-height: 2.4rem;
    max-width: 100%;
    font-family: "MyriadPro-light", "muli", sans-serif;
    font-weight: normal;
    color: #333;
}

#topNavigation .tagline .date-event {
    text-transform: uppercase;
    margin-top: 8px;
}
/*.owl-item{
  max-width: 150px !important;
}*/

@media (min-width: 992px) {
    /*.sticky-wrapper.is-sticky .navbar-brand img {
        width: 280px;
    }*/
    .is-sticky #topNavigation .level1 {
        border-top: 0 !important;
    }

    .container.invoice-outer {
        width: 970px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
    }

    .is-sticky #topNavigation .logo__container.one-website {
        display: inline-block;
        flex: 1;
        margin: 0 !important;
    }

    .landing-page .is-sticky #topNavigation .logo__container.one-website {
        display: flex;
    }

    .is-sticky #topNavigation #containerNav .navbar-collapse {
        flex: 3;
    }

    .is-sticky #topNavigation #containerNav {
        display: flex;
        justify-content: space-between;
        margin: auto;
        align-items: center;
        width: 1170px;
    }

    .is-sticky .separator-line,
    .is-sticky .tagline {
        display: none;
    }

    .landing-page .is-sticky .separator-line,
    .landing-page .is-sticky .tagline {
        display: block;
    }
    /*#topNavigation .tagline > p:first-child {
        font-size: 2rem;
        line-height: 2.4rem;
    }*/
    .is-sticky .navbar-default #containerNav {
        padding: 10px 0;
    }
    /*    #topNavigation-sticky-wrapper:not(.is-sticky) #topNavigation .logo__container.one-website {
        margin: 30px 0;
    }*/
    .logo__container.one-website {
        margin: 30px 0;
    }
}

.invoice-outer {
    background-color: #fff;
    min-height: 400px;
    padding: 15px;
    line-height: 22px;
    border: 1px solid #ddd;
}

.invoice-header h2 {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 26px;
}

@media (min-width: 768px) AND (max-width: 992px) {
    #topNavigation .logo__container.one-website {
        margin: 34px 0;
    }
}

@media (min-width: 768px) {
    p.limiteWidth, h4.limiteWidth {
        max-width: 85%;
        margin: auto;
    }

    .invoice-header-right {
        text-align: right;
    }

        .invoice-header-right h5 {
            margin-bottom: 0px;
        }
    /*#topNavigation-sticky-wrapper:not(.is-sticky) #topNavigation .logo__container.one-website{
    margin:34px 0;
  }*/
    .is-sticky #topNavigation #logo2017 {
        margin-top: -15px;
    }

    #container_liste_experts {
        display: flex;
        flex-wrap: wrap;
    }
}

.invoice-header-right h5 {
    font-size: 17px;
}

.about-client ul strong {
    font-weight: 700;
    margin-right: 5px;
}

.invoice .panel-default > .panel-heading {
    border-color: #ddd !important;
}

.copyright-info {
    text-align: center;
    display: block;
    color: #999;
    font-size: 12px;
}
/****************login register calssic****************/

.login-regiter-tabs .nav-tabs {
    border: 0px;
}

    .login-regiter-tabs .nav-tabs > li.active > a, .login-regiter-tabs .nav-tabs > li.active > a:hover, .login-regiter-tabs .nav-tabs > li.active > a:focus {
        color: #fff;
        cursor: default;
        background-color: #fff;
        border-bottom-color: #32c5d2;
        background-color: #32c5d2;
        border-color: #32c5d2;
    }

    .login-regiter-tabs .nav-tabs > li > a {
        margin-right: 2px;
        line-height: 1.42857143;
        border: 1px solid transparent;
        border-radius: 4px 4px 0 0;
        text-transform: uppercase;
        border: 1px solid #ddd;
        padding: 6px 45px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        border-radius: 0px;
        margin-right: 20px;
    }

@media (max-width: 568px) {
    .login-regiter-tabs .nav-tabs > li > a {
        padding: 6px 25px;
    }
}

.login-regiter-tabs .nav-tabs > li > a:hover {
    border-color: #32c5d2;
    background-color: transparent;
}

.login-regiter-tabs .tab-content {
    margin-top: 40px;
    padding: 20px 0;
}

    .login-regiter-tabs .tab-content p a {
        text-transform: uppercase;
        font-size: 10px;
        text-decoration: underline;
    }
/************maintenance page***************/

.maintenance-page {
    background-color: #ddd;
}

    .maintenance-page .main-text {
        font-size: 40px;
        font-weight: 400;
        font-style: normal;
    }

        .maintenance-page .main-text span {
            font-size: 20px;
            font-weight: 400;
            display: block;
            font-style: normal;
            margin-top: 30px;
        }

.maintenance-box h4 {
    color: #000;
    font-weight: 400;
}

.maintenance-box i {
    font-size: 40px;
    margin-bottom: 20px;
}
/****dropdown login***/

.dropdown-login-box {
    overflow: hidden;
    padding: 15px !important;
    min-width: 300px !important;
    background-color: #fff !important;
}

    .dropdown-login-box .btn {
        margin-top: 10px;
    }

    .dropdown-login-box h4 {
        margin: 5px 0 10px 0;
    }

        .dropdown-login-box h4 em {
            font-size: 12px;
            color: #32c5d2;
            font-weight: 400;
        }

    .dropdown-login-box input[type=checkbox] {
        margin: 5px -20px 0;
        line-height: normal;
    }

    .dropdown-login-box p {
        margin: 0;
    }

        .dropdown-login-box p a {
            color: #32c5d2;
        }

            .dropdown-login-box p a:hover {
                color: #32c5d2;
                text-decoration: underline;
            }
/************************************ version v1.2.1 css *****************/

/********************

VERSION V1.3 css start here

*************************************************/

/******************

MULTI LEVEL DROPDOWN CSS

*********************/

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: -2px;
        left: 100%;
        margin-top: 0px;
        margin-left: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        border-radius: 0px;
    }

.justifyCenter {
    justify-content: center;
}

#topNavigation .logo__container.one-website {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.et #topNavigation .logo__container.one-website {
    display: flex !important;
}

@media (max-width: 1199px) {
    .new-top-version #topNavigation .logo__container.one-website {
        flex-direction: column;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .new-top-version .is-sticky #topNavigation .logo__container.one-website {
        display: flex;
        flex-direction: row;
    }

    .new-top-version .is-sticky .picto_svg {
        width: 45px;
        height: 45px;
    }

    .new-top-version .is-sticky .logoSite-titre {
        font-size: 26px;
        line-height: 26px;
    }

    .new-top-version .is-sticky .logoSite-infos {
        font-size: 13px;
        line-height: 15px;
    }

    .new-top-version .is-sticky #topNavigation #containerNav {
        width: 100% !important;
    }
}

.logo__container.ecran {
    justify-content: space-between;
    margin-bottom: 50px !important;
    margin-top: 50px !important;
    padding-left: 30px;
    padding-right: 30px;
}

.tagline-date {
    text-transform: uppercase;
}

.tagline-accroche {
    color: #555;
    display: block;
    font-weight: 900;
    font-size: 23px;
    line-height: 30px;
    max-width: 417px;
}

.separator-line {
    margin: 0 26px;
    line-height: 60px;
    border-right: 1px solid #ccc;
    width: 1px;
    color: transparent;
    height: 60px;
}

.navbar-toggle.new {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    height: 34px;
    margin: auto;
}

#navbar-collapse-collapse {
    border-top: 1px solid white;
}

#topNavigation-sticky-wrapper {
    height: auto !important;
}

@media (max-width: 767px) {
    .logo-site {
        zoom: .6;
    }

    #topNavigation .logo__container.one-website {
        height: 100%;
        justify-content: flex-start;
    }

        #topNavigation .logo__container.one-website .navbar-header {
            margin-left: 0;
        }

    .dropdown-submenu > .dropdown-menu {
        padding-left: 20px;
    }

    #topNavigation .logo__container.one-website {
        margin: 0 !important;
    }

    #topNavigation #logo2017 {
        margin-top: -2px;
    }

    #topNavigation .tagline {
        display: none;
    }

    .separator-line {
        display: none;
    }

    #topNavigation .level1 > li {
        text-align: center;
        min-height: 50px;
        padding: 0;
        border-bottom: 1px solid #2C4C61;
        margin: 0;
    }

    .navbar-brand {
        margin: 8px 0 8px 0;
    }

    #topNavigation-sticky-wrapper {
        //height: 50px !important;
    }

    #containerNav {
        height: 50px;
        padding: 0;
    }

    .mes #containerNav {
        height: auto;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    #topNavigation .level1 {
        flex-direction: column;
        background: #fff;
        border-bottom: 1px solid #2C4C61 !important;
    }

    #navbar-collapse-collapse.level1 {
        margin: 0 !important;
    }
    /*.navbar-collapse.collapse{
    padding: 0;
  }*/
    .navbar-default .nav > li > a {
        text-align: left;
        font-size: larger;
    }

    .is-sticky .navbar-default #containerNav {
        padding: 0;
    }

    #topNavigation-sticky-wrapper {
        height: 50px !important;
    }
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    top: 7px;
    right: 9px;
    font-size: 11px;
    content: "\f105";
    position: absolute;
    font-weight: normal;
    display: inline-block;
    font-family: FontAwesome;
}

.dropdown-submenu.pull-left {
    float: none;
}

    .dropdown-submenu.pull-left > .dropdown-menu {
        left: -100%;
        margin-left: 10px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        border-radius: 0px;
    }

@media (max-width: 767px) {
    .dropdown-submenu > .dropdown-menu {
        display: block;
        margin-left: 15px;
    }
}
/*******************new contact pages************************/

.sky-form-columns .btn-lg {
    padding: 14px 28px 13px 28px !important;
}

.sky-form-columns .sky-form {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

    .sky-form-columns .sky-form footer {
        border: 0px;
        background-color: transparent;
        padding: 0px;
    }

    .sky-form-columns .sky-form fieldset {
        padding: 0px;
    }

.contact-option-circle {
    text-align: center;
    background-color: #f5f5f5;
    padding: 25px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

    .contact-option-circle i {
        font-size: 35px;
        color: #888;
        display: block;
        margin-bottom: 10px;
    }

.sky-form-columns .sky-form fieldset + fieldset {
    border-top: 0px;
}
/*******************dark dropdown code here*****************/

.navbar .dropdown-menu.dark-dropdown {
    border: 1px solid #444;
}

    .navbar .dropdown-menu.dark-dropdown li a {
        color: #bbb;
    }

        .navbar .dropdown-menu.dark-dropdown li a:hover {
            color: #32c5d2;
            background-color: transparent;
        }

    .navbar .dropdown-menu.dark-dropdown, .navbar .dropdown-menu.dark-dropdown .yamm-content {
        background-color: #333;
    }

        .navbar .dropdown-menu.dark-dropdown li a {
            border-color: #444;
        }

        .navbar .dropdown-menu.dark-dropdown .yamm-content h3 {
            color: #fff;
        }

        .navbar .dropdown-menu.dark-dropdown .dropdown-submenu .dropdown-menu li a {
            border-color: #444 !important;
        }
/**************intro text**************/

.intro-text-default {
    padding: 80px 0;
}

    .intro-text-default h4 {
        font-family: "Muli", sans-serif;
        font-weight: 400;
        font-size: 35px;
        margin-bottom: 30px;
    }

@media (max-width: 375px) {
    .intro-text-default h4 {
        font-size: 28px;
        line-height: 40px;
    }
}

.intro-text-default p {
    font-size: 16px;
}

.intro-text-1 {
    background: #05101b;
    padding: 40px 0;
}

    .intro-text-1 h4 {
        color: #fff;
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 700;
    }

        .intro-text-1 h4 strong {
            color: #32c5d2;
            font-weight: 700;
        }

    .intro-text-1 p {
        font-size: 16px;
        font-weight: 400;
        color: #999;
    }

    .intro-text-1 a {
        margin-top: 15px;
    }

    .intro-text-1.light {
        background-color: #f5f5f5;
    }

        .intro-text-1.light h4 {
            color: #333;
            text-transform: uppercase;
            font-weight: 700;
        }

.intro-2nd h3 {
    text-transform: uppercase;
    font-weight: 700;
    line-height: 50px;
    font-size: 40px;
}

.intro-2nd p {
    font-size: 15px;
    line-height: 35px;
    font-weight: 400;
    color: #777;
    margin: 30px 0;
}

.testimonials-light {
    padding: 80px 0;
    background-color: #f8f8f8;
}

    .testimonials-light h4 {
        font-family: "Muli", sans-serif;
        font-weight: 400;
        color: #000;
        font-style: normal;
    }
/*******************portfolio with new hover style********************/

.featured-work {
    background-color: #f5f5f5;
    padding-top: 60px;
    position: relative;
}

    .featured-work .owl-theme .owl-controls {
        margin-top: 10px;
        text-align: right;
        position: absolute;
        right: 20px;
        bottom: 0px;
    }

        .featured-work .owl-theme .owl-controls .owl-buttons div {
            color: #FFF;
            display: inline-block;
            zoom: 1;
            margin: 5px;
            padding: 3px 10px;
            font-size: 12px;
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            -ms-border-radius: 0px;
            border-radius: 0px;
            background: #32c5d2;
            filter: Alpha(Opacity=50);
            opacity: 0.5;
        }

.work-wrap {
    position: relative;
    display: block;
}

    .work-wrap .img-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.85);
        text-align: center;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        opacity: 0;
        overflow: hidden;
        display: block;
    }

        .work-wrap .img-overlay .inner-overlay {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 50%;
            margin-top: -51px;
        }

            .work-wrap .img-overlay .inner-overlay h2 {
                color: #434343;
                font-size: 18px;
                font-weight: 400;
                margin: 0 0 18px;
                color: #32c5d2;
                margin-bottom: 6px;
                -moz-transition: all 0.6s ease-in-out;
                -o-transition: all 0.6s ease-in-out;
                -webkit-transition: all 0.6s ease-in-out;
                transition: all 0.6s ease-in-out;
                -moz-transform: translate3d(0, -400%, 0);
                -o-transform: translate3d(0, -400%, 0);
                -ms-transform: translate3d(0, -400%, 0);
                -webkit-transform: translate3d(0, -400%, 0);
                transform: translate3d(0, -400%, 0);
            }

            .work-wrap .img-overlay .inner-overlay p {
                color: #333;
                margin-bottom: 20px;
                -moz-transition: all 0.4s ease-in-out;
                -o-transition: all 0.4s ease-in-out;
                -webkit-transition: all 0.4s ease-in-out;
                transition: all 0.4s ease-in-out;
                -moz-transform: translate3d(0, -400%, 0);
                -o-transform: translate3d(0, -400%, 0);
                -ms-transform: translate3d(0, -400%, 0);
                -webkit-transform: translate3d(0, -400%, 0);
                transform: translate3d(0, -400%, 0);
            }

            .work-wrap .img-overlay .inner-overlay a.link {
                -moz-transition: all 0.4s ease-in-out;
                -o-transition: all 0.4s ease-in-out;
                -webkit-transition: all 0.4s ease-in-out;
                transition: all 0.4s ease-in-out;
            }

            .work-wrap .img-overlay .inner-overlay a.zoom {
                -moz-transition: all 0.6s ease-in-out;
                -o-transition: all 0.6s ease-in-out;
                -webkit-transition: all 0.6s ease-in-out;
                transition: all 0.6s ease-in-out;
            }

            .work-wrap .img-overlay .inner-overlay a {
                display: inline-block;
                text-decoration: none;
                -moz-transition: all 0.2s ease-in-out;
                -o-transition: all 0.2s ease-in-out;
                -webkit-transition: all 0.2s ease-in-out;
                transition: all 0.2s ease-in-out;
                width: 40px;
                height: 40px;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                -ms-border-radius: 50%;
                border-radius: 50%;
                border: 1px solid #32c5d2;
                text-align: center;
                margin: 0 5px;
                -moz-transform: translate3d(0, 400%, 0);
                -o-transform: translate3d(0, 400%, 0);
                -ms-transform: translate3d(0, 400%, 0);
                -webkit-transform: translate3d(0, 400%, 0);
                transform: translate3d(0, 400%, 0);
            }

                .work-wrap .img-overlay .inner-overlay a i {
                    font-size: 14px;
                    color: #32c5d2;
                    line-height: 40px;
                    -moz-transition: all 0.2s ease-in-out;
                    -o-transition: all 0.2s ease-in-out;
                    -webkit-transition: all 0.2s ease-in-out;
                    transition: all 0.2s ease-in-out;
                }

    .work-wrap:hover .img-overlay {
        opacity: 1;
    }

        .work-wrap:hover .img-overlay .inner-overlay h2 {
            -moz-transform: translate3d(0, 0, 0);
            -o-transform: translate3d(0, 0, 0);
            -ms-transform: translate3d(0, 0, 0);
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

        .work-wrap:hover .img-overlay .inner-overlay p {
            -moz-transform: translate3d(0, 0, 0);
            -o-transform: translate3d(0, 0, 0);
            -ms-transform: translate3d(0, 0, 0);
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

        .work-wrap:hover .img-overlay .inner-overlay a {
            -moz-transform: translate3d(0, 0, 0);
            -o-transform: translate3d(0, 0, 0);
            -ms-transform: translate3d(0, 0, 0);
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

.fun-fact-wrap-light {
    background-color: #eee;
    padding-top: 100px;
    padding-bottom: 70px;
}

    .fun-fact-wrap-light .facts-in h3 .counter {
        color: #000;
    }

    .fun-fact-wrap-light .facts-in h4 {
        color: #000;
        font-family: "Muli", sans-serif;
        font-weight: 400;
        text-transform: lowercase;
        font-style: normal;
    }

.fun-facts-bg {
    background: #32c5d2;
}
/***theme features box***/

.assan-box {
    margin-bottom: 30px;
}

    .assan-box img {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .assan-box h4 {
        padding: 0px 15px;
        //text-transform: capitalize;
        font-weight: 400;
        color: #000;
        margin: 0px;
        line-height: 55px;
    }

    .assan-box p {
        padding: 0px 20px;
    }
/************************home events**********************/

.events-bg {
    padding: 150px 0;
}

    .events-bg h2 {
        text-transform: uppercase;
        color: #fff;
        margin-bottom: 20px;
        font-size: 40px;
        font-weight: 700;
    }

    .events-bg h4 {
        color: #fff;
        margin-bottom: 30px;
        font-weight: 400;
    }

.event-digit-box h1 {
    font-weight: 400;
    color: #777;
    margin-bottom: 25px;
}

.event-digit-box h4 {
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
}

.event-speakers {
    padding-top: 60px;
    padding-bottom: 30px;
    background-color: #f7f7f7;
}
/***schedule**/

.event-box {
    padding: 15px;
    background-color: #ffcdd226;
    border: 2px solid #f5f5f5;
    margin-bottom: 15px;
}

    .event-box .author {
        color: #000;
        font-weight: 700;
        display: block;
    }

    .event-box .title {
        margin: 15px 0;
    }

    .event-box .time {
        padding: 6px 12px;
        display: inline-block;
        color: #fff;
        text-transform: uppercase;
    }

    .event-box p {
        font-size: 16px;
    }

.event-gallery {
    padding: 80px 0;
    background-color: #eee;
}

.register-event {
    padding: 100px 0;
}

    .register-event .center-heading h2 {
        color: #fff;
    }

    .register-event .center-heading p {
        color: #fff;
    }

.event-price-box {
    padding: 45px 15px;
    background-color: rgba(0, 0, 0, 0.4);
    text-align: center;
}

    .event-price-box h3 {
        font-size: 50px;
        font-weight: 700;
        margin-bottom: 25px;
    }

    .event-price-box h5 {
        font-size: 20px;
        margin: 0px;
        //text-transform: capitalize;
    }

    .event-price-box h3, .event-price-box h5 {
        color: #fff;
    }

.register-text-box {
    text-align: center;
}

    .register-text-box h3 {
        color: #fff;
    }
/************no space columns end******/

.col-one-fourth {
    width: 25%;
    float: left;
}

@media (max-width: 767px) {
    .col-one-fourth {
        width: 50%;
    }
}

@media (max-width: 568px) {
    .col-one-fourth {
        width: 100%;
    }
}
/****massonary****/

.mas-boxes-inner {
    padding: 0px;
    margin-bottom: 30px;
    border: 1px solid #eee;
    border-bottom: 3px solid #f5f5f5;
    padding: 5px;
}

.mas-blog-inner {
    padding: 20px;
    background-color: #fff;
}

    .mas-blog-inner h3 {
        //text-transform: capitalize;
    }

    .mas-blog-inner .post-detail {
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .mas-blog-inner h3 {
        margin-bottom: 15px;
        font-weight: 400;
    }
/*************NEW PORTFOLIO IN V1.4****************/

.filter {
    text-align: center;
    margin-bottom: 30px;
}

    .filter li a.active {
        color: #32c5d2;
        border-color: #32c5d2;
    }

    .filter li a {
        display: inline-block;
        margin: 3px 5px;
        text-transform: uppercase;
        font-size: 11px;
        font-style: normal;
        color: #bbb;
        font-weight: 400;
        padding: 4px 12px;
        border: 2px solid #f5f5f5;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        border-radius: 0px;
    }

        .filter li a:hover {
            color: #32c5d2;
            border-color: #32c5d2;
        }

.col-2-space .project-post {
    width: 50%;
    padding: 15px;
}

.col-2-no-space .project-post {
    width: 50%;
    padding: 0;
    margin: 0;
}

.col-3-space .project-post {
    width: 33.33%;
    padding: 15px;
}

.col-3-no-space .project-post {
    width: 33.333%;
    padding: 0;
    margin: 0;
}

.col-4-space .project-post {
    width: 25%;
    padding: 15px;
}

.col-4-no-space .project-post {
    width: 25%;
    padding: 0;
    margin: 0;
}

.col-5-no-space .project-post {
    width: 20%;
    padding: 0;
    margin: 0;
}

@media (max-width: 767px) {
    .col-2-space .project-post, .col-2-no-space .project-post, .col-3-space .project-post, .col-3-no-space .project-post, .col-4-space .project-post, .col-4-no-space .project-post, .col-5-no-space .project-post {
        width: 50%;
    }
}

@media (max-width: 568px) {
    .col-2-space .project-post, .col-2-no-space .project-post, .col-3-space .project-post, .col-3-no-space .project-post, .col-4-space .project-post, .col-4-no-space .project-post, .col-5-no-space .project-post {
        width: 100%;
    }
}
/***new icon overlay***/

.img-icon {
    position: relative;
    overflow: hidden;
}

    .img-icon img {
        width: 100%;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

.img-icon-overlay {
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

    .img-icon-overlay p {
        position: absolute;
        width: 100%;
        margin-top: -20px;
        top: 50%;
        text-align: center;
    }

        .img-icon-overlay p a {
            display: inline-block;
            background-color: rgba(255, 255, 255, 0.99);
            width: 40px;
            height: 40px;
            line-height: 40px;
            margin: 5px;
            text-align: center;
            color: #333;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            border-radius: 50%;
            font-size: 20px;
            -moz-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            -webkit-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

            .img-icon-overlay p a img {
                width: 20px;
                height: auto;
            }

            .img-icon-overlay p a:hover {
                color: #32c5d2;
            }

.img-icon:hover .img-icon-overlay {
    opacity: 1;
}

.img-icon:hover img {
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
/****construction page css***/

.construction-service-box {
    margin-bottom: 30px;
}

.service-thumb {
    position: relative;
}

.construction-service-box .services-desc h3 {
    margin-top: 15px;
    margin-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
}

.construction-service-box .services-desc p {
    margin-bottom: 5px;
    line-height: 27px;
}

.constro-cta {
    padding: 80px 0;
    text-align: center;
}

    .constro-cta p {
        color: #fff;
        margin-top: 0px;
        margin-bottom: 30px;
        font-size: 20px;
    }

    .constro-cta h1 {
        color: #fff;
        text-transform: uppercase;
    }

    .constro-cta i {
        display: block;
        color: #fff;
        font-size: 50px;
    }

    .constro-cta a {
        margin-top: 40px;
    }

        .constro-cta a i {
            font-size: 12px;
            margin-left: 5px;
            display: inline-block;
        }

.construction.testimonials-v-2 {
    background-color: #f5f5f5;
}
/****cube portfolio*******/

.cube-masonry .cbp-l-filters-alignCenter .cbp-filter-item {
    font-family: "Muli", sans-serif !important;
    font-size: 15px;
}

    .cube-masonry .cbp-l-filters-alignCenter .cbp-filter-item.cbp-filter-item-active {
        color: #32c5d2;
    }

    .cube-masonry .cbp-l-filters-alignCenter .cbp-filter-item:hover {
        color: #32c5d2;
    }

.portfolio-cube .cbp-l-caption-buttonLeft, .portfolio-cube .cbp-l-caption-buttonRight {
    background-color: #32c5d2;
}

    .portfolio-cube .cbp-l-caption-buttonLeft:hover, .portfolio-cube .cbp-l-caption-buttonRight:hover {
        background-color: #32c5d2;
    }

.cube-masonry .cbp-l-filters-alignRight .cbp-filter-item.cbp-filter-item-active {
    color: #FFFFFF;
    background-color: #32c5d2;
    border-color: #32c5d2;
    cursor: default;
}

.cube-masonry .cbp-l-filters-alignRight .cbp-filter-counter {
    background: #32c5d2;
}

    .cube-masonry .cbp-l-filters-alignRight .cbp-filter-counter:before {
        border-top-color: #32c5d2;
    }

.btn-sweet-alert {
    margin: 5px;
}

.portfolio-cube .cbp-l-grid-projects-title {
    font-family: "Muli", sans-serif;
    text-transform: uppercase;
}

.portfolio-cube .cbp-l-filters-button .cbp-filter-item {
    font-family: "Muli", sans-serif;
    text-transform: uppercase;
}

    .portfolio-cube .cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active {
        background-color: #32c5d2;
        color: #fff;
        border-color: #32c5d2;
        cursor: default;
    }

.portfolio-cube {
    font-family: "Muli", sans-serif !important;
}

.cube-masonry .cbp-l-caption-title {
    font-family: "Muli", sans-serif;
    text-transform: uppercase;
}

.cube-masonry .cbp-l-caption-desc {
    font-family: "Muli", sans-serif;
}
/************pace style for page pre-loader********/

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #32c5d2;
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
}

.pace .pace-progress-inner {
    display: block;
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #32c5d2, 0 0 5px #32c5d2;
    opacity: 1.0;
    -webkit-transform: rotate(3deg) translate(0px, -4px);
    -moz-transform: rotate(3deg) translate(0px, -4px);
    -ms-transform: rotate(3deg) translate(0px, -4px);
    -o-transform: rotate(3deg) translate(0px, -4px);
    transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
    display: block;
    position: fixed;
    z-index: 2000;
    top: 15px;
    right: 15px;
    width: 14px;
    height: 14px;
    border: solid 2px transparent;
    border-top-color: #32c5d2;
    border-left-color: #32c5d2;
    border-radius: 10px;
    -webkit-animation: pace-spinner 400ms linear infinite;
    -moz-animation: pace-spinner 400ms linear infinite;
    -ms-animation: pace-spinner 400ms linear infinite;
    -o-animation: pace-spinner 400ms linear infinite;
    animation: pace-spinner 400ms linear infinite;
}

@-webkit-keyframes pace-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes pace-spinner {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes pace-spinner {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes pace-spinner {
    0% {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes pace-spinner {
    0% {
        transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/****************

SOCIAL BUTTONS

**********************/

/**social icons default size**/

.social-icon {
    margin: 0 5px 5px 0;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px !important;
    color: #555;
    text-shadow: none;
    border-radius: 3px;
    overflow: hidden;
    display: block;
    float: left;
    text-align: center;
    border: 1px solid #AAA;
}

    .social-icon:hover {
        border-color: transparent;
    }

    .social-icon i {
        display: block;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        line-height: 40px;
        position: relative;
    }

        .social-icon i:last-child {
            color: #FFF !important;
        }

    .social-icon:hover i:first-child {
        margin-top: -40px;
    }
/***social icons lg (big)***/

.social-icon-lg {
    margin: 0 5px 5px 0;
    width: 60px;
    height: 60px;
    font-size: 30px;
    line-height: 60px !important;
    color: #555;
    text-shadow: none;
    border-radius: 3px;
    overflow: hidden;
    display: block;
    float: left;
    text-align: center;
    border: 1px solid #AAA;
}

    .social-icon-lg:hover {
        border-color: transparent;
    }

    .social-icon-lg i {
        display: block;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        line-height: 60px;
        position: relative;
    }

        .social-icon-lg i:last-child {
            color: #FFF !important;
        }

    .social-icon-lg:hover i:first-child {
        margin-top: -60px;
    }
/***social icons small***/

.social-icon-sm {
    margin: 0 5px 5px 0;
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 30px !important;
    color: #555;
    text-shadow: none;
    border-radius: 3px;
    overflow: hidden;
    display: block;
    float: left;
    text-align: center;
    border: 1px solid #AAA;
}

    .social-icon-sm:hover {
        border-color: transparent;
    }

    .social-icon-sm i {
        display: block;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        line-height: 30px;
        position: relative;
    }

        .social-icon-sm i:last-child {
            color: #FFF !important;
        }

    .social-icon-sm:hover i:first-child {
        margin-top: -30px;
    }

si-border {
    border: 1px solid #AAA !important;
}

.si-border-round {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.si-dark-round {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.si-gray-round {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.si-gray {
    background: #f3f3f3;
    border: 0px;
}

.si-dark {
    background-color: #333;
    border: 0px !important;
    color: #fff !important;
}
/**icons hover colored**/

.si-colored-facebook, .si-facebook:hover {
    background-color: #3B5998 !important;
}

.si-colored-twitter, .si-twitter:hover {
    background-color: #00ACEE !important;
}

.si-colored-google-plus, .si-g-plus:hover {
    background-color: #DD4B39 !important;
}

.si-colored-skype, .si-skype:hover {
    background-color: #00AFF0 !important;
}

.si-linkedin:hover, .si-colored-linkedin {
    background-color: #0E76A8 !important;
}

.si-pin:hover, .si-colored-pinterest {
    background-color: #C8232C !important;
}

.si-rss:hover, .si-colored-rss {
    background-color: #EE802F !important;
}

.si-pinterest:hover, .si-colored-pinterest {
    background-color: #C8232C !important;
}

.si-tumblr:hover, .si-colored-tumblr {
    background-color: #34526F !important;
}

.si-vimeo:hover, .si-colored-vimeo {
    background-color: #86C9EF !important;
}

.si-digg:hover, .si-colored-digg {
    background-color: #191919 !important;
}

.si-instagram:hover, .si-colored-instagram {
    background-color: #3F729B !important;
}

.si-flickr:hover, .si-colored-flickr {
    background-color: #FF0084 !important;
}

.si-paypal:hover, .si-colored-paypal {
    background-color: #00588B !important;
}

.si-yahoo:hover, .si-colored-yahoo {
    background-color: #720E9E !important;
}

.si-android:hover, .si-colored-andriod {
    background-color: #A4C639 !important;
}

.si-appstore:hover, .si-colored-apple {
    background-color: #000 !important;
}

.si-dropbox:hover {
    background-color: #3D9AE8 !important;
}

.si-dribbble:hover, .si-colored-dribbble {
    background-color: #EA4C89 !important;
}

.si-soundcloud:hover, .si-colored-soundcoloud {
    background-color: #F70 !important;
}

.si-xing:hover, .si-colored-xing {
    background-color: #126567 !important;
}

.si-phone:hover, .si-colored-phone {
    background-color: #444 !important;
}

.si-behance:hover, .si-colored-behance {
    background-color: #053eff !important;
}

.si-github:hover, .si-colored-github {
    background-color: #171515 !important;
}

.si-stumbleupon:hover, .si-colored-stumbleupon {
    background-color: #F74425 !important;
}

.si-email:hover, .si-colored-email {
    background-color: #6567A5 !important;
}

.si-wordpress:hover, .si-colored-wordpress {
    background-color: #1E8CBE !important;
}

.social-shortcodes .left-heading {
    font-size: 30px;
    text-transform: uppercase;
}

.grid-boxed {
    border: 1px solid transparent;
    padding: 20px;
}

    .grid-boxed:hover {
        border: 1px dashed #999;
    }
/**********************

UNDER CUNSTRUCTION PAGES v1.9

***********************/

.coming-soon {
    padding: 100px 0;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 0;
}

    .coming-soon .overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.4);
    }

    .coming-soon h1 {
        color: #fff;
        font-weight: 700;
        margin-bottom: 60px;
        text-transform: uppercase;
        font-size: 40px;
        line-height: 55px;
    }

.counts {
    width: 120px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7);
    padding-top: 30px;
    display: inline-block;
    margin-bottom: 10px;
}

    .counts span {
        color: #fff;
        font-size: 50px;
        display: block;
        margin-bottom: 20px;
    }

    .counts p {
        text-transform: uppercase;
        color: #fff;
    }

.count-down-1 {
    position: relative;
}

    .count-down-1 .counts {
        width: 120px;
        text-align: center;
        display: inline-block;
        padding-top: 25px;
        padding-bottom: 12px;
        position: relative;
    }

    .count-down-1 span {
        color: #fff;
        text-shadow: 1px 2px rgba(255, 255, 255, 0.1);
        display: block;
        font-size: 50px;
        margin-bottom: 30px;
    }

    .count-down-1 p {
        margin-bottom: 0px;
        color: #eee;
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 400;
    }

.soon-inner h3 {
    color: #000;
    text-transform: uppercase;
}

.soon-inner .form-control {
    height: 48px;
    font-size: 15px;
}

    .soon-inner .form-control.error {
        border-color: red;
        color: red;
    }

    .soon-inner .form-control.success {
        border-color: green;
        color: green;
    }
/****coming soon fullscreen***/

body.coming-soon-full {
    height: 100%;
    min-height: 100%;
    margin: 0;
    padding: 0;
}

.coming-soon-fullscreen {
    width: 100%;
    background-attachment: fixed;
    background-position: 0 0;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    display: table;
    min-height: 100%;
    position: relative;
    z-index: 1;
}

    .coming-soon-fullscreen .v-middle {
        display: table-cell;
        vertical-align: middle;
        z-index: 3;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.8);
    }

        .coming-soon-fullscreen .v-middle h1 {
            font-size: 40px;
            text-transform: uppercase;
        }

.pe-icon-box {
    font-size: 50px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #eee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 30px;
    color: #666;
}

.buttons {
    margin-bottom: 60px;
}

    .buttons a {
        margin: 5px;
    }

    .buttons h2 {
        font-size: 20px;
        font-weight: 400;
        text-transform: uppercase;
        margin-bottom: 25px;
    }
/**features list at home default**/

.more-features {
    padding: 60px 0;
    background-color: #333;
    color: #fff;
}

    .more-features li {
        padding: 12px 0;
        font-size: 14px;
        font-weight: 400;
        //text-transform: capitalize;
    }

        .more-features li i {
            margin-right: 12px;
            vertical-align: middle;
        }

.font-box .font_awesome a {
    padding: 10px 0;
    color: #a6a8a9;
    display: block;
}

    .font-box .font_awesome a i {
        font-size: 25px;
        display: block;
        color: #676a6c;
    }

.font-box h3 {
    margin-bottom: 20px;
    font-weight: 600;
}

.font-box > div {
    padding-bottom: 50px;
}

.social-icons:after, .social-icons:before > .divide10:after, .social-icons .divide10:before {
    display: table;
    content: "";
    width: 100%;
    clear: both;
}
/*********revolution slider 5 css*****/

.tp-caption.NotGeneric-Title, rev-btn, .NotGeneric-Title, .tp-caption.NotGeneric-SubTitle, .NotGeneric-SubTitle, .tp-caption.Gym-Display, .Gym-Display, .tp-caption.Gym-Subline, .Gym-Subline, .tp-caption.Gym-SmallText, .Gym-SmallText, .tp-caption.Gym-Button, .Gym-Button, .rev-btn {
    font-family: "Muli", sans-serif !important;
    font-weight: 400 !important;
}

.tp-caption.Gym-Button, .Gym-Button {
    background-color: #32c5d2;
}

.new-label {
    color: #32c5d2;
}
/***self hosted video css***/

/**video css new**/

.video-section {
    width: 100%;
    height: 600px;
    position: relative;
    display: table;
    overflow: hidden;
}

    .video-section .overlay {
        background-color: rgba(0, 0, 0, 0.6);
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .video-section .fs-background-container {
        left: 0;
    }

    .video-section .video-overlay {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        z-index: 2;
    }

        .video-section .video-overlay h1 {
            font-weight: 700;
            color: #fff;
            font-size: 70px;
            line-height: 70px;
            margin-bottom: 0px;
        }

        .video-section .video-overlay p {
            color: #fff;
            margin-bottom: 25px;
            margin-top: 20px;
        }
/*
*@Name Personnalisation;
 */

.footer-col a {
    color: #777;
}
/*EDITIONS DE L'EVENEMENT */

.top-bleu-right {
    margin-bottom: 0;
}

    .top-bleu-right .active {
        background-color: #FFF;
        color: #ff8f25;
        padding: 0 10px;
    }

    .top-bleu-right .link-date {
        color: #fff;
    }

.top-bar-lieux .text-right ul > li {
    line-height: 34px;
    text-transform: uppercase;
}

.top-bar-lieux .list-inline > li:not(.manufacturing) {
    min-width: 36px;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
}

@media(max-width: 992px) {
    .top-bar-lieux .list-inline > li:not(.manufacturing) {
        flex: 1;
    }
}

.top-bar-lieux .list-inline > li > a {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    margin-right: 1px;
    margin-left: 0px;
}

.top-bar-lieux .list-inline > li,
.top-bar-lieux .list-inline > li > a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .top-bar-lieux .list-inline > li.manufacturing > a:hover {
        background: transparent !important;
    }

    .top-bar-lieux .list-inline > li:not(.manufacturing) > a:hover {
        background: #efefef;
    }

.manufacturing > a {
    display: block;
}

    .manufacturing > a > i {
        vertical-align: middle;
    }

.list-inline.top-bleu-right {
    display: flex;
    justify-content: flex-end;
}

.top-bar-lieux .manufacturing {
    padding-left: 0;
    padding-right: 0;
}

.col-sm-12.text-right {
    padding: 0;
}

.overlay {
    display: none;
}

    .overlay .container-spinner {
        text-align: center;
    }

.top-bar-lieux .manufacturing > a:hover {
    background: transparent;
}

.center-heading p {
    margin-top: 10px;
}

#objectifs .center-heading h2, #objectifs .special-feature h4 {
    color: white;
}

#objectifs p {
    color: #dedede;
}

#objectifs .special-feature .s-feature-box {
    background: #006a9e;
    border: none;
    padding: 5px;
}

#ListeExperts {
    padding-top: 36px;
}

.items-list img {
    width: 100%;
}

#tabs_hover {
    display: flex;
    margin: 0 -15px;
    overflow-y: hidden;
    overflow-x: auto;
}

    #tabs_hover > li > a {
        background: transparent;
        color: #fff;
        cursor: pointer;
        display: block;
        font-weight: 100;
        height: 100%;
        margin: 0;
        padding: 8px;
    }

    #tabs_hover > li.active > a:hover, #tabs_hover > li.active > a {
        opacity: 1;
    }

    #tabs_hover > li {
        flex: 1;
    }

.list-new {
    text-align: left;
}

    #tabs_hover_content i, .list-new i {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .list-new .services-box-icon, #tabs_hover_content .services-box-icon {
        top: 2px;
    }

    .list-new .services-box-info p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 8px;
        margin-top: 0;
        padding-top: 8px;
    }

#tabs_hover_content p {
    color: #fff;
    margin-bottom: 0;
    padding-top: 8px;
}

#tabs_hover_content h4 {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

#tabs_hover_content > .tab-pane > div {
    margin-bottom: 8px;
}

#tabs_hover .item-img-wrap {
    margin-bottom: 5px;
}

.center-line {
    display: inline-block;
    width: 70px;
    height: 1px;
    border-top: 1px solid #bbb;
    margin: auto;
}

.center-heading {
    text-align: center;
    margin-bottom: 40px;
}

    .center-heading h2 {
        font-weight: 800;
        text-transform: uppercase;
        margin-bottom: 5px;
        font-size: 22px;
        letter-spacing: 0.02em;
        line-height: 31px;
    }

.services-box-info.lg {
    padding-left: 135px;
}

.services-box-info .btn-partage {
    display: inline-block;
    width: 150px;
    border: solid 1px #1bb2e9;
    color: #1bb2e9;
    font-size: 14px;
    margin-right: 30px;
}

.btn-twitter {
    border: solid 1px #1bb2e9 !important;
    color: #1bb2e9 !important;
}

.btn-linkedin {
    border: solid 1px #007bb6 !important;
    color: #007bb6 !important;
}

    .btn-linkedin img {
        width: 50px !important;
        height: 50px !important;
    }

#programme .services-box-info > h4 {
    cursor: pointer;
}

.services-box-info > h4 {
    text-transform: none;
    font-size: 20px;
    /*cursor: pointer;*/
    font-weight: 400;
}

.services-box-info .author {
    color: #000;
    font-size: 14px;
}

.services-box-icon {
    width: auto;
    height: auto;
}

.person-v2 {
    cursor: pointer;
    min-height: 341px;
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-weight: 700;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.modal-header .close {
    padding: 15px;
    margin: -15px -15px -15px auto;
}
/*FIN NOUVEAU STYLE*/

.focus .miseenavant p {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    font-style: normal;
    font-family: 'Muli', sans-serif;
    margin: 0 10% 0 10%;
}

.inscrivezvous {
    color: #060606;
    font-weight: 400;
    margin: 0;
    font-family: 'Muli', sans-serif;
    font-size: 26px;
    line-height: 44px;
    margin: 0 0 44px 0;
}

#similislider .center-heading {
    display: block;
    float: left;
    margin: 12% 0 0 14%;
    text-align: left;
}

#similislider .btn {
    transition: all 0.2s ease-out 0s;
    min-height: 0px;
    min-width: 0px;
    line-height: 21px;
    border-width: 1px;
    margin: 0px;
    padding: 14px 28px 13px;
    letter-spacing: 1px;
    font-size: 16px;
}

#similislider .slider-titre {
    max-width: 45%;
    padding: 30px;
}

#similislider .slider {
    bottom: 20px;
    position: absolute;
    width: 100%;
}

#similislider h2 {
    color: #ffffff;
}

#intro .services-box-info {
    padding-left: 0px !important;
}

    #intro .services-box-info .img-responsive {
        margin-bottom: 10px;
    }

#intro .text-left p {
    font-size: 17px;
    line-height: 30px;
}

.blc-citation {
    padding: 15px 30px;
    margin-top: 10px;
}

    .blc-citation p {
        color: #fff;
    }

    .blc-citation .testimonial {
        font-size: 14px;
    }

.services-box.animated {
    visibility: visible;
    animation-duration: 700ms;
    animation-delay: 200ms;
    animation-name: fadeInUp;
}

#concept .services-box.animated {
    animation-name: fadeInRight;
}

#concept .img-responsive {
    margin-bottom: 30px;
}

#Partenaires h2, #Partenaires h3 {
    color: white;
}

#Partenaires .sponsor {
    width: 150px;
    padding: 5px;
    margin: 0px 10px;
    margin-bottom: 22px;
    border: 1px solid #dddddd;
    background-color: #ffffff;
    display: inline-block;
}

#Thematiques {
    min-height: 515px;
}

    #Thematiques .nav-tabs li {
        font-size: 16px;
        font-weight: 600;
        min-width: 130px;
    }

.item-partenaire {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    display: inline-block;
    margin: 0px 10px;
    margin-bottom: 22px;
    padding: 5px;
    position: relative;
    width: 150px;
}

.row.partenaires {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.partenaires-item {
    /*flex: 1;
    min-width: 25%;*/
    padding-left: 15px;
    padding-right: 15px;
}

#temoignage.testimonials {
    background: url(http://www.logistique-internationale.com/wcl/_commun/imgs/fd_temoignage.jpg) no-repeat;
}

#testi-carousel img:not(.full-width) {
    height: 100px;
    width: 100px;
}
#testi-carousel img.full-width {
    width: 100%;
}

#gallery .mix {
    display: inline-block;
    opacity: 1;
}

.footer-col .logo-premium-contact {
    margin-bottom: 5px;
}

#speed_meetings .center-heading p {
    font-size: 17px;
}

#speed_meeting_process .step p {
    font-size: 16px;
}

#speed_meeting_process .step strong {
    font-size: 20px;
}

#liste_experts .container-img {
    width: 100px;
    min-width: 100px;
    height: 100px;
    min-height: 100px;
    margin: auto;
    max-width: 200px;
}

#liste_experts .img-responsive {
    width: 100%;
    min-width: 100%;
    margin: auto;
    max-width: 200px;
}

#liste_experts .person-v2 {
    margin-bottom: 30px;
    border: solid 1px #ccc;
    background: #fff;
    min-height: 275px;
}

    #liste_experts .person-v2 h3 {
        margin: 5px 0;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 600;
        line-height: 24px;
    }

    #liste_experts .person-v2 h4 {
        margin: 5px 0;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 600;
        line-height: 24px;
    }

#liste_experts .person-desc-v2 p {
    display: block;
    color: #777;
    margin: 0 10px;
    font-size: 12px;
    line-height: 20px;
    padding-bottom: 15px;
}

.white-text, .white-text:hover {
    color: #fff !important;
}

#tabs_hover_content {
    margin: 0 -15px;
}

#contact .colored-bg {
    margin: 15px;
    text-align: center;
    color: #fff;
}

.colored-bg p,
.colored-bg a,
.colored-bg em {
    color: #fff !important;
}

#contact .btn-contact {
    margin-bottom: 0px;
    margin-top: 30px;
}

#contact .footer-col h3 {
    color: #858d91;
    padding-top: 20px;
}

.colored-bg .heading {
    color: #fff !important;
}

.services-box.flex {
    display: flex;
    justify-content: center;
}

.flex .services-box-info h4 {
    color: #fff;
}

.flex .services-box-info p {
    color: #f7f7f7;
}

.flex .services-box-info {
    padding-left: 30px;
}

.services-box-icon img {
    max-width: 225px;
}

#programme .services-box-icon .logo-societe,
#programme .services-box .logo-societe {
    border: 1px #ddd solid;
    margin: 0px 25px 25px 0px;
    max-width: 100px !important;
    padding: 1%;
}

#programme .services-box .btn-partage > img {
    max-width: 50px;
    min-width: 30px;
}

#inscription_close > div {
    padding: 0;
}

#editionTerminee {
    background: rgba(229, 229, 229, 0.40);
}

    #editionTerminee .remerciement {
        padding-left: 5%;
    }

.bg-light {
    background-color: #f5f5f5 !important;
}

#liste_participant .item {
    width: 100%;
}

    #liste_participant .item img {
        padding: 5px;
        border: 1px solid #dddddd;
        background-color: #ffffff;
    }

.customer-img {
    height: 100%;
}

.margin15 {
    margin: 15px;
}

#lieux .fa-map-marker {
    font-size: 45px;
    line-height: 60px;
}

#lieux #map-canvas {
    position: relative;
    overflow: hidden;
    transform: translateZ(0px);
    background-color: rgb(229, 227, 223);
    height: 100%;
}

.no-margin {
    margin: 0;
}

.marg-bot-20 {
    margin-bottom: 20px;
}

.no-border {
    border: 0 !important;
}

.bg-light1 {
    background-color: #eeeeee !important;
}

#info_expert .logo-societe {
    border: 1px #ddd solid;
    padding: 5px;
    width: 100%;
}

#info_expert .service-3-meta {
    padding-top: 17px;
    padding-bottom: 17px;
    margin-bottom: 10px;
    background-color: #EFEFEF;
}

#demanderInvitation {
    padding: 60px;
    text-align: center;
    background-position: center !important;
    background-size: cover !important;
}

#container_liste_experts .person-v2:hover {
    box-shadow: 1px 1px 18px #bbb;
}

.form-liste-expert {
    text-align: center;
}

    .form-liste-expert h4 {
        font-weight: normal;
        margin-bottom: 32px;
    }

.flexBox {
    display: flex;
    justify-content: center;
}

.breadcrumb-wrap h1 {
    margin: 0px;
    font-size: 28px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
}

.breadcrumb-light {
    background-size: cover !important;
    padding: 100px 0;
    border-bottom: 0px;
    background-position: center center !important;
}

.rating {
    display: flex;
    justify-content: center;
}

.rating-fixe {
    display: flex;
    justify-content: center;
}

    .rating i, .rating-fixe i {
        padding: 0 3px;
    }

.inscription-detail > label {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.itemscope .btn {
    opacity: 0;
}

.itemscope:hover .btn {
    opacity: 1;
}

.logo-acheteur, .logo-visiteur {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    height: 9%;
    margin: 10px 8px;
    min-height: 100px;
    min-width: 100px;
    padding: 5px;
    width: 9%;
}

.logos-acheteurs, .logos-visiteurs {
    max-height: 480px;
    overflow-y: auto;
    text-align: center;
}

.logosAcheteurs-titre {
    font-size: 34px;
    font-weight: 900;
    text-transform: initial;
}

.cibleVisitoratIntro-titre {
    font-size: 22px;
}

.cibleVisitorat-titre {
    font-size: 22px;
    text-align: center;
}

.cibleVisitorat-service {
    text-align: center;
}

.cibleVisitoratService-icone {
    background-color: #18343f;
    border-radius: 50%;
    color: #fff;
    font-size: 55px;
    font-weight: 100;
    height: 75px;
    margin: 20px auto;
    padding: 11px;
    width: 75px;
}

.cibleVisitoratService-titre {
    font-size: 16px;
}

.service-box:not(.no-flex) {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.serviceBox-item {
    background: #2799d1;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    margin-bottom: 30px;
    position: relative;
    width: 30%;
}

.serviceBoxItem-logo {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 30px 15px 70px;
    text-align: center;
}

    .serviceBoxItem-logo img {
        width: 70px;
        height: 70px;
        margin: 2px;
        -moz-transition: all 200ms ease-in;
        -o-transition: all 200ms ease-in;
        -webkit-transition: all 200ms ease-in;
        transition: all 200ms ease-in;
    }

.serviceBoxItem-titre {
    bottom: 0;
    color: #fff;
    font-size: 24px;
    margin-bottom: 0;
    padding: 33px;
    text-align: center;
    width: 100%;
}

.serviceBox-item:hover .serviceBoxItem-logo img {
    width: 75px;
    height: 75px;
}

.presentation-exposant {
    width: 96px !important;
    height: 96px;
    border-radius: 50%;
    background-size: cover !important;
}

    .presentation-exposant + div > p {
        margin-bottom: 0;
    }

    .presentation-exposant + div {
        padding-left: 15px !important;
    }

.icones-square {
    background: white;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
}

.enjeux:hover {
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.05);
}

.enjeux-item {
    font-size: 32px;
}

    .enjeux-item.texte {
        font-size: 16px !important;
        line-height: 24px !important;
    }

        .enjeux-item.texte strong {
            font-weight: 700;
        }
/* BLOCS PROPOSITION */

.propositions {
    display: flex;
    //flex-direction: column;
    justify-content: center;
}

.propositions-item {
    cursor: pointer;
    color: white;
    flex: 1;
    margin-left: 15px;
    margin-right: 15px;
}

    .propositions-item .fa {
        font-size: 45px;
    }

.propositionsItem-texte {
    color: #fff;
    font-size: 17px;
    line-height: 30px;
    text-align: center;
}

.propositionsItem-lien {
    color: white;
}
/* BLOCK DETAIL EXPERTISES */

.left-heading .heading {
    font-size: 60px;
    font-weight: 100;
    line-height: 100px;
}

.sous-titre {
    text-transform: uppercase;
    font-weight: 700;
}

.content-detail {
    display: flex;
}

.plusInfo-titre {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

.contentDetail-liste, .plusInfo-liste {
    list-style: none;
}

.height-block > div {
    min-height: 212px;
}

.partenaires .img-responsive {
    margin-bottom: 2px;
    margin-right: 2px;
    width: 125px !important;
}

.text-barre {
    text-decoration: line-through;
}

.flex-box {
    display: flex;
    text-align: left;
}

.flexBox-item {
    background: #1f1200;
    flex: 1;
}

    .flexBox-item.left {
        margin-right: 8px;
    }

    .flexBox-item.right {
        margin-left: 8px;
    }

.flexBoxItemImg-titre {
    color: white;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0;
    padding: 8px;
    text-transform: uppercase;
    text-align: center;
}

.flexBoxItem-img {
    background-size: cover !important;
    height: 350px;
    position: relative;
    width: 100%;
}

.flexBoxItemImg-infos {
    background: #1f1200dd;
    bottom: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 15px;
    position: absolute;
}

.flexBoxItem-liste {
    color: #fff;
    list-style: none;
    margin-bottom: 30px;
    margin-top: 30px;
    padding-left: 40px;
    padding-right: 15px;
}

.flexBoxItemListe-item {
    margin-bottom: 8px;
    padding-left: 30px;
    position: relative;
}

    .flexBoxItemListe-item .fa {
        position: absolute;
        left: 0;
        top: 5px;
    }

.bgcolor5 {
    background: #f5f5f5 !important;
}

.vSlider {
    height: 400px;
    overflow: hidden;
    position: relative;
}

.bg-video {
    min-width: 100%;
}

.vSlider-text {
    align-items: center;
    background: rgba(0, 0, 0, .2);
    color: #fff;
    display: flex;
    font-size: 48px;
    font-weight: 600;
    height: 100%;
    letter-spacing: 0.02em;
    line-height: 56px;
    padding-left: 40px;
    padding-right: 40px;
    position: absolute;
    text-align: center;
    text-shadow: 1px 1px 10px #555;
    width: 100%;
    z-index: 1;
}

.heading-srv {
    color: #999;
    text-transform: uppercase;
}

.centerHeading-intro {
    font-size: 20px !important;
    line-height: 1.6 !important;
    margin: 0 10%;
}

.bg-head.center-heading, .bg-head #pageName {
    margin-bottom: 0;
}

.infos-img {
    float: left;
    margin-right: 15px;
    margin-bottom: 30px;
    max-width: 500px;
}

.block-light {
    background: #f5F5F5;
    border-radius: 4px;
    padding: 15px;
}
.block-light a:hover {
    color: #333 !important; 
}

.help-block.alert {
    color: red !important;
}

.img-sm {
    margin-top: 8px;
    width: 30%;
}

.encart {
    padding-top: 15px;
    border: 1px solid #ccc;
}

.encartImg-container > img {
    width: 100%;
}

.texte-slider-vd {
    align-items: center;
    display: flex;
    height: 100%;
    padding-left: 50px;
    padding-top: 100px;
    position: absolute;
}

#cookie-notice {
    display: none;
    position: fixed;
    min-width: 100%;
    height: auto;
    z-index: 100000;
    font-size: 13px;
    line-height: 20px;
    left: 0;
    text-align: center;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 10px;
}

footer#footer p, footer#footer a {
    color: #fff;
}
/**
    SPECIFICATION DES COULEURS POUR CHAQUE SITE
    */

/* RETAIL CHAIN */

.rc .navbar-default .navbar-nav > .active > a,
.rc .navbar-default .navbar-nav > .active > a:hover,
.rc .navbar-default .navbar-nav > .active > a:focus,
.rc .navbar-default .navbar-nav > li > a:hover,
.rc .navbar-default .navbar-nav > .open > a,
.rc .navbar-default .navbar-nav > .open > a:hover,
.rc .navbar-default .navbar-nav > .open > a:focus {
    color: #e87805;
    background-color: transparent;
}

.rc a:hover, .rc a:focus {
    color: #e87805;
}

.rc footer#footer {
    background: #e87805;
    border-top: 4px solid rgba(31, 18, 0, 0.17);
}

.rc .footer-btm {
    background-color: rgba(31, 18, 0, 0.17);
}

.rc .colored-text {
    color: #e87805 !important;
}

.rc .colored-bg {
    background-color: #e87805 !important;
}

.rc .colored-bg-secondary {
    background-color: #1f12002b !important;
}

.rc .colored-border, .border-colored-hover:hover {
    border-color: #e87805 !important;
}

.rc .top-bar-lieux {
    background: #ff8f25 !important;
}

    .rc .top-bar-lieux .active {
        color: #ff8f25;
    }

    .rc .top-bar-lieux .list-inline > li:not(.manufacturing) > a:hover {
        color: #7dc2e3 !important;
    }

.rc .step:hover .icon-square i {
    background-color: #e87805;
}

.rc .deg-texteLeft {
    color: #e87805;
}

.rc .deg-texteRight {
    color: #18343f;
}

.rc .featured-work#objectifs {
    background: #e87805;
}

.rc .services-box-icon i, .rc .blc-citation, .rc #Partenaires {
    background-color: #e87805 !important;
}

.rc .center-heading h2 {
    color: #e87805;
}

.rc .owl-theme .owl-controls .owl-page span {
    background: #e87805;
}

.rc .btn-theme-bg {
    border-color: #e87805;
    color: #fff;
    background-color: #e87805;
}

    .rc .btn-theme-bg:hover {
        background-color: #c33c24;
        border-color: #c33c24;
    }

.rc #similislider .center-heading h2 {
    color: #e87805;
}

.rc .heading {
    color: #e87805;
}

.rc .pitch-sc .fa {
    color: #e87805;
}

.rc .listeOffres-lien .lien:hover {
    color: #e87805;
}

.rc .icon-square i {
    color: #e87805;
    border-color: #e87805 !important;
}

.rc .timeline--horizontal .timeline-divider {
    background-color: #e87805;
}

.rc .timeline__item:after {
    border: 4px solid #e87805;
}

/* ASSISES DE MES */
/* RETAIL CHAIN */

.mes .navbar-default .navbar-nav > .active > a,
.mes .navbar-default .navbar-nav > .active > a:hover,
.mes .navbar-default .navbar-nav > .active > a:focus,
.mes .navbar-default .navbar-nav > li > a:hover,
.mes .navbar-default .navbar-nav > .open > a,
.mes .navbar-default .navbar-nav > .open > a:hover,
.mes .navbar-default .navbar-nav > .open > a:focus {
    color: #f2931c;
    background-color: transparent;
}

.mes .visuel:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: -moz-linear-gradient(left, rgba(26,99,169,1) 0%, rgba(26,99,169,1) 54%, rgba(26,99,169,0.7) 62%, rgba(26,99,169,0) 71%, rgba(26,99,169,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(26,99,169,1) 0%,rgba(26,99,169,1) 54%,rgba(26,99,169,0.7) 62%,rgba(26,99,169,0) 71%,rgba(26,99,169,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(26,99,169,1) 0%,rgba(26,99,169,1) 54%,rgba(26,99,169,0.7) 62%,rgba(26,99,169,0) 71%,rgba(26,99,169,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a63a9', endColorstr='#001a63a9',GradientType=1 ); /* IE6-9 */
}
.visuel.bg-video:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.2);
    z-index: 1;
}
.mes .logoSite-titre > img {
    width: auto;
}

.mes .texte-slider-align {
    bottom: 50%;
    transform: translateY(50%);
}
    /*.mes .texte-slider-align {
    font-family: "open sans";
}*/
    .mes .texte-slider-align .bg-texte {
        font-size: 30px;
        padding: 0 20px;
        line-height: 30px;
        background: #fff;
        color: #333;
    }

    .mes .texte-slider-align .date-event {
        font-size: 28px;
        padding: 0 20px;
        line-height: 30px;
        background: #fff;
        color: #333;
    }

.mes a:hover, .mes a:focus {
    color: #f2931c;
}

.mes footer#footer {
    background: #f2931c;
    border-top: 4px solid rgba(31, 18, 0, 0.17);
}

.mes .footer-btm {
    background-color: rgba(31, 18, 0, 0.17);
}

.mes .colored-text {
    color: #f2931c !important;
}

.mes .colored-bg {
    background-color: #f2931c !important;
}

.mes .colored-bg-secondary {
    background-color: #1f12002b !important;
}

.mes .colored-border, .border-colored-hover:hover {
    border-color: #f2931c !important;
}

.mes .top-bar-lieux {
    background: #ff8f25 !important;
}

    .mes .top-bar-lieux .active {
        color: #ff8f25;
    }

    .mes .top-bar-lieux .list-inline > li:not(.manufacturing) > a:hover {
        color: #7dc2e3 !important;
    }

.mes .step:hover .icon-square i {
    background-color: #f2931c;
}

.mes .deg-texteLeft {
    color: #f2931c;
}

.mes .deg-texteRight {
    color: #18343f;
}

.mes .featured-work#objectifs {
    background: #f2931c;
}

.mes .services-box-icon i, .mes .blc-citation, .mes #Partenaires {
    background-color: #f2931c !important;
}

.mes .center-heading h2 {
    color: #f2931c;
}

.mes .owl-theme .owl-controls .owl-page span {
    background: #f2931c;
}

.btn-theme-bg {
    white-space: inherit;
}

.mes .btn-theme-bg {
    border-color: #f2931c;
    color: #fff;
    background-color: #f2931c;
}

    .mes .btn-theme-bg:hover {
        background-color: #c33c24;
        border-color: #c33c24;
    }

.mes #similislider .center-heading h2 {
    color: #f2931c;
}

.mes .heading {
    color: #f2931c;
}

.mes .pitch-sc .fa {
    color: #f2931c;
}

.mes .listeOffres-lien .lien:hover {
    color: #f2931c;
}

.mes .icon-square i {
    color: #f2931c;
    border-color: #f2931c !important;
}

.mes .timeline--horizontal .timeline-divider {
    background-color: #f2931c;
}

.mes .timeline__item:after {
    border: 4px solid #f2931c;
}

/* RUN DIGITAL PLATFORM */

.rdp .navbar-default .navbar-nav > .active > a,
.rdp .navbar-default .navbar-nav > .active > a:hover,
.rdp .navbar-default .navbar-nav > .active > a:focus,
.rdp .navbar-default .navbar-nav > li > a:hover,
.rdp .navbar-default .navbar-nav > .open > a,
.rdp .navbar-default .navbar-nav > .open > a:hover,
.rdp .navbar-default .navbar-nav > .open > a:focus {
    color: #554794;
    background-color: transparent;
}

.rdp a:hover, .rdp a:focus {
    color: #554794;
}

.rdp footer#footer {
    background: #554794;
    border-top: 4px solid rgba(31, 18, 0, 0.17);
}

.rdp .footer-btm {
    background-color: rgba(31, 18, 0, 0.17);
}

.rdp .colored-text {
    color: #554794 !important;
}

.rdp .colored-bg {
    background-color: #554794 !important;
}

.rdp .colored-bg-secondary {
    background-color: #1f12002b !important;
}

.rdp .colored-border, .border-colored-hover:hover {
    border-color: #554794 !important;
}

.rdp .top-bar-lieux {
    background: #554794 !important;
}

    .rdp .top-bar-lieux .active {
        color: #463a79;
    }

    .rdp .top-bar-lieux .list-inline > li:not(.manufacturing) > a:hover {
        color: #7dc2e3 !important;
    }

.rdp .step:hover .icon-square i {
    background-color: #554794;
}

.rdp .deg-texteLeft {
    color: #554794;
}

.rdp .deg-texteRight {
    color: #18343f;
}

.rdp .featured-work#objectifs {
    background: #554794;
}

.rdp .services-box-icon i, .rdp .blc-citation, .rdp #Partenaires {
    background-color: #554794 !important;
}

.rdp .center-heading h2 {
    color: #554794;
}

.rdp .owl-theme .owl-controls .owl-page span {
    background: #554794;
}

.rdp .btn-theme-bg {
    border-color: #554794;
    color: #fff;
    background-color: #554794;
}

    .rdp .btn-theme-bg:hover {
        background-color: #c33c24;
        border-color: #c33c24;
    }

.rdp #similislider .center-heading h2 {
    color: #554794;
}

.rdp .heading {
    color: #554794;
}

.rdp .pitch-sc .fa {
    color: #554794;
}

.rdp .listeOffres-lien .lien:hover {
    color: #554794;
}

.rdp .icon-square i {
    color: #554794;
    border-color: #554794 !important;
}

.rdp .timeline--horizontal .timeline-divider {
    background-color: #554794;
}

.rdp .timeline__item:after {
    border: 4px solid #554794;
}

.rdp .visuel.vd {
    background: #534695 url(/media/_img/rdp/slider1.jpg) no-repeat top right !important;
}
/*
.wcl .visuel {
    background-size: cover !important;
}*/

/*PRODUCTION EN TEMPS REEL*/
.ptr .navbar-default .navbar-nav > .active > a,
.ptr .navbar-default .navbar-nav > .active > a:hover,
.ptr .navbar-default .navbar-nav > .active > a:focus,
.ptr .navbar-default .navbar-nav > li > a:hover,
.ptr .navbar-default .navbar-nav > .open > a,
.ptr .navbar-default .navbar-nav > .open > a:hover,
.ptr .navbar-default .navbar-nav > .open > a:focus {
    color: #6592bd;
    background-color: transparent;
}

.ptr .texte-slider-align {
    width: 50%;
}

.ptr a:hover, .ptr a:focus {
    color: #6592bd;
}

.ptr footer#footer {
    background: #6592bd;
    border-top: 4px solid rgba(31, 18, 0, 0.17);
}

.ptr .footer-btm {
    background-color: rgba(31, 18, 0, 0.17);
}

.ptr .colored-text {
    color: #6592bd !important;
}

.ptr .colored-bg {
    background-color: #6592bd !important;
}

.ptr .colored-bg-secondary {
    background-color: #1f12002b !important;
}

.ptr .colored-border, .border-colored-hover:hover {
    border-color: #6592bd !important;
}

.ptr .top-bar-lieux {
    background: #6592bd !important;
}

.ptr .top-bleu-right .manufacturing > a {
    background: #6592bd !important;
}

.ptr .top-bar-lieux .active {
    color: #6592bd;
}

.ptr .top-bar-lieux .list-inline > li:not(.manufacturing) > a:hover {
    color: #7dc2e3 !important;
}

.ptr .step:hover .icon-square i {
    background-color: #6592bd;
}

.ptr .deg-texteLeft {
    color: #6592bd;
}

.ptr .deg-texteRight {
    color: #18343f;
}

.ptr .featured-work#objectifs {
    background: #6592bd;
}

.ptr .services-box-icon i, .ptr .blc-citation, .ptr #Partenaires {
    background-color: #6592bd !important;
}

.ptr .center-heading h2 {
    color: #6592bd;
}

.ptr .owl-theme .owl-controls .owl-page span {
    background: #6592bd;
}

.ptr .btn-theme-bg {
    border-color: #6592bd;
    color: #fff;
    background-color: #6592bd;
}

    .ptr .btn-theme-bg:hover {
        background-color: #c33c28;
        border-color: #c33c28;
    }

.ptr #similislider .center-heading h2 {
    color: #6592bd;
}

.ptr .heading {
    color: #6592bd;
}

.ptr .pitch-sc .fa {
    color: #6592bd;
}

.ptr .listeOffres-lien .lien:hover {
    color: #6592bd;
}

.ptr .icon-square i {
    color: #6592bd;
    border-color: #6592bd !important;
}

.ptr .timeline--horizontal .timeline-divider {
    background-color: #6592bd;
}

.ptr .timeline__item:after {
    border: 4px solid #6592bd;
}

/* WORD CLASS LOGISTIQUE*/
.wcl .navbar-default .navbar-nav > .active > a,
.wcl .navbar-default .navbar-nav > .active > a:hover,
.wcl .navbar-default .navbar-nav > .active > a:focus,
.wcl .navbar-default .navbar-nav > li > a:hover,
.wcl .navbar-default .navbar-nav > .open > a,
.wcl .navbar-default .navbar-nav > .open > a:hover,
.wcl .navbar-default .navbar-nav > .open > a:focus {
    color: #9ed1eb;
    background-color: transparent;
}

.wcl .dropdown-aplat #collapse {
    border: 1px solid #9ed1eb;
    margin-bottom: 60px;
}

.wcl .dropdown-aplat .drow-down {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #9ed1eb;
}

    .wcl .dropdown-aplat .drow-down > a {
        margin-left: 15px;
    }

.wcl a:hover, .wcl a:focus {
    color: #9ed1eb;
}

.wcl footer#footer {
    background: #9ed1eb;
    border-top: 4px solid rgba(31, 18, 0, 0.17);
}

.wcl .footer-btm {
    background-color: rgba(31, 18, 0, 0.17);
}

.wcl .colored-text {
    color: #3097c1 !important;
}

.wcl .colored-bg {
    background-color: #9ed1eb !important;
}

.wcl .colored-bg-secondary {
    background-color: #1f12002b !important;
}

.wcl .colored-border, .border-colored-hover:hover {
    border-color: #9ed1eb !important;
}

.wcl .top-bar-lieux {
    background: #9ed1eb !important;
}

.wcl .top-bleu-right .manufacturing > a {
    background: #0b96bf !important;
}

.wcl .top-bar-lieux .active {
    color: #9ed1eb;
}

.wcl .top-bar-lieux .list-inline > li:not(.manufacturing) > a:hover {
    color: #7dc2e3 !important;
}

.wcl .step:hover .icon-square i {
    background-color: #9ed1eb;
}

.wcl .deg-texteLeft {
    color: #9ed1eb;
}

.wcl .deg-texteRight {
    color: #18343f;
}

.wcl .featured-work#objectifs {
    background: #9ed1eb;
}

.wcl .services-box-icon i, .wcl .blc-citation, .wcl #Partenaires {
    background-color: #9ed1eb !important;
}

.wcl .center-heading h2 {
    color: #2097c1;
}

.wcl .owl-theme .owl-controls .owl-page span {
    background: #9ed1eb;
}

.wcl .btn-theme-bg {
    border-color: #9ed1eb;
    color: #fff;
    background-color: #9ed1eb;
}

    .wcl .btn-theme-bg:hover {
        background-color: #53301f;
        border-color: #53301f;
    }

.wcl #similislider .center-heading h2 {
    color: #9ed1eb;
}

.wcl .heading {
    color: #9ed1eb;
}

.wcl .pitch-sc .fa {
    color: #9ed1eb;
}

.wcl .listeOffres-lien .lien:hover {
    color: #9ed1eb;
}

.wcl .icon-square i {
    color: #9ed1eb;
    border-color: #9ed1eb !important;
}

.wcl .timeline--horizontal .timeline-divider {
    background-color: #9ed1eb;
}

.wcl .timeline__item:after {
    border: 4px solid #9ed1eb;
}

/* ENERGIE CLASS FACTORY */
.ecf .navbar-default .navbar-nav > .active > a,
.ecf .navbar-default .navbar-nav > .active > a:hover,
.ecf .navbar-default .navbar-nav > .active > a:focus,
.ecf .navbar-default .navbar-nav > li > a:hover,
.ecf .navbar-default .navbar-nav > .open > a,
.ecf .navbar-default .navbar-nav > .open > a:hover,
.ecf .navbar-default .navbar-nav > .open > a:focus {
    color: #2799d1;
    background-color: transparent;
}

.ecf a:hover, .ecf a:focus {
    color: #2799d1;
}

.ecf footer#footer {
    background: #2799d1;
    border-top: 4px solid rgba(31, 18, 0, 0.17);
}

.ecf .footer-btm {
    background-color: rgba(31, 18, 0, 0.17);
}

.ecf .colored-text {
    color: #2799d1 !important;
}

.ecf .colored-bg {
    background-color: #2799d1 !important;
}

.ecf .colored-bg-secondary {
    background-color: #1f12002b !important;
}

.ecf .colored-border, .border-colored-hover:hover {
    border-color: #2799d1 !important;
}

.ecf .top-bar-lieux {
    background: #2799d1 !important;
}

.ecf .top-bleu-right .manufacturing > a {
    background: #2799d1 !important;
}

.ecf .top-bar-lieux .active {
    color: #2799d1;
}

.ecf .top-bar-lieux .list-inline > li:not(.manufacturing) > a:hover {
    color: #1e7ead !important;
}

.ecf .step:hover .icon-square i {
    background-color: #2799d1;
}

.ecf .deg-texteLeft {
    color: #2799d1;
}

.ecf .deg-texteRight {
    color: #18343f;
}

.ecf .featured-work#objectifs {
    background: #2799d1;
}

.ecf .services-box-icon i, .ecf .blc-citation, .ecf #Partenaires {
    background-color: #2799d1 !important;
}

.ecf .center-heading h2 {
    color: #2799d1;
}

.ecf .owl-theme .owl-controls .owl-page span {
    background: #2799d1;
}

.ecf .btn-theme-bg {
    border-color: #2799d1;
    color: #fff;
    background-color: #2799d1;
}

    .ecf .btn-theme-bg:hover {
        background-color: #69717f;
        border-color: #69717f;
    }

.ecf #similislider .center-heading h2 {
    color: #2799d1;
}

.ecf .heading {
    color: #2799d1;
}

.ecf .pitch-sc .fa {
    color: #2799d1;
}

.ecf .listeOffres-lien .lien:hover {
    color: #2799d1;
}

.ecf .icon-square i {
    color: #2799d1;
    border-color: #2799d1 !important;
}

.ecf .timeline--horizontal .timeline-divider {
    background-color: #2799d1;
}

.ecf .timeline__item:after {
    border: 4px solid #2799d1;
}

/* AUTOMATION CLASS FACTORY */
.acf .navbar-default .navbar-nav > .active > a,
.acf .navbar-default .navbar-nav > .active > a:hover,
.acf .navbar-default .navbar-nav > .active > a:focus,
.acf .navbar-default .navbar-nav > li > a:hover,
.acf .navbar-default .navbar-nav > .open > a,
.acf .navbar-default .navbar-nav > .open > a:hover,
.acf .navbar-default .navbar-nav > .open > a:focus {
    color: #a3b026;
    background-color: transparent;
}
/*.acf .visuel.vd {
    background: #274a66 url("/media/_img/inm/visuel.jpg") no-repeat top right !important;
    background-size: cover !important;
}*/
.acf a:hover, .acf a:focus {
    color: #a3b026;
}

.acf footer#footer {
    background: #a3b026;
    border-top: 4px solid rgba(31, 18, 0, 0.17);
}

.acf .footer-btm {
    background-color: rgba(31, 18, 0, 0.17);
}

.acf .colored-text {
    color: #a3b026 !important;
}

.acf .colored-bg {
    background-color: #a3b026 !important;
}

.acf .colored-bg-secondary {
    background-color: #1f12002b !important;
}

.acf .colored-border, .border-colored-hover:hover {
    border-color: #a3b026 !important;
}

.acf .top-bar-lieux {
    background: #a3b026 !important;
}

.acf .top-bleu-right .manufacturing > a {
    background: #828c1e !important;
}

.acf .top-bar-lieux .active {
    color: #a3b026;
}

.acf .top-bar-lieux .list-inline > li:not(.manufacturing) > a:hover {
    color: #1e7ead !important;
}

.acf .step:hover .icon-square i {
    background-color: #a3b026;
}

.acf .deg-texteLeft {
    color: #a3b026;
}

.acf .deg-texteRight {
    color: #18343f;
}

.acf .featured-work#objectifs {
    background: #a3b026;
}

.acf .services-box-icon i, .acf .blc-citation, .acf #Partenaires {
    background-color: #a3b026 !important;
}

.acf .center-heading h2 {
    color: #a3b026;
}

.acf .owl-theme .owl-controls .owl-page span {
    background: #a3b026;
}

.acf .btn-theme-bg {
    border-color: #a3b026;
    color: #fff;
    background-color: #a3b026;
}

    .acf .btn-theme-bg:hover {
        background-color: #c33c28;
        border-color: #c33c28;
    }

.acf #similislider .center-heading h2 {
    color: #a3b026;
}

.acf .heading {
    color: #a3b026;
}

.acf .pitch-sc .fa {
    color: #a3b026;
}

.acf .listeOffres-lien .lien:hover {
    color: #a3b026;
}

.acf .icon-square i {
    color: #a3b026;
    border-color: #a3b026 !important;
}

.acf .timeline--horizontal .timeline-divider {
    background-color: #a3b026;
}

.acf .timeline__item:after {
    border: 4px solid #a3b026;
}
/*Run digital industry*/

.rdi .navbar-default .navbar-nav > .active > a,
.rdi .navbar-default .navbar-nav > .active > a:hover,
.rdi .navbar-default .navbar-nav > .active > a:focus,
.rdi .navbar-default .navbar-nav > li > a:hover,
.rdi .navbar-default .navbar-nav > .open > a,
.rdi .navbar-default .navbar-nav > .open > a:hover,
.rdi .navbar-default .navbar-nav > .open > a:focus {
    color: #3F51B5;
    background-color: transparent;
}

.rdi .visuel:not(.vd) {
    background-size: 76% !important;
}

.rdi a:hover, .rdi a:focus, .rdi a {
    color: #3F51B5;
}

.rdi footer#footer {
    background: #3F51B5;
    border-top: 4px solid rgba(31, 18, 0, 0.17);
}

.rdi .footer-btm {
    background-color: rgba(31, 18, 0, 0.17);
}

.rdi .colored-text {
    color: #3F51B5 !important;
}

.rdi .colored-bg {
    background-color: #3F51B5 !important;
}

.rdi .colored-bg-secondary {
    background-color: #1f12002b !important;
}

.rdi .colored-border, .border-colored-hover:hover {
    border-color: #3F51B5 !important;
}

.rdi .top-bar-lieux {
    background: #3F51B5 !important;
}

.rdi .top-bleu-right .manufacturing > a {
    background: #bf2b43 !important;
}

.rdi .top-bar-lieux .active {
    color: #3F51B5;
}

.rdi .top-bar-lieux .list-inline > li:not(.manufacturing) > a:hover {
    color: #7dc2e3 !important;
}

.rdi .step:hover .icon-square i {
    background-color: #3F51B5;
}

.rdi .deg-texteLeft {
    color: #3F51B5;
}

.rdi .deg-texteRight {
    color: #18343f;
}

.rdi .featured-work#objectifs {
    background: #3F51B5;
}

.rdi .services-box-icon i, .rdi .blc-citation, .rdi #Partenaires {
    background-color: #3F51B5 !important;
}

.rdi .center-heading h2 {
    color: #3F51B5;
}

.rdi .owl-theme .owl-controls .owl-page span {
    background: #3F51B5;
}

.rdi .btn-theme-bg {
    border-color: #3F51B5;
    color: #fff;
    background-color: #3F51B5;
}

    .rdi .btn-theme-bg:hover {
        background-color: #FF5722;
        border-color: #FF5722;
    }

.rdi #similislider .center-heading h2 {
    color: #3F51B5;
}

.rdi .heading {
    color: #3F51B5;
}

.rdi .pitch-sc .fa {
    color: #3F51B5;
}

.rdi .listeOffres-lien .lien:hover {
    color: #3F51B5;
}

.rdi .icon-square i {
    color: #3F51B5;
    border-color: #3F51B5 !important;
}

.rdi .timeline--horizontal .timeline-divider {
    background-color: #3F51B5;
}

.rdi .timeline__item:after {
    border: 4px solid #3F51B5;
}

/*Run digital operations*/

.rdo .navbar-default .navbar-nav > .active > a,
.rdo .navbar-default .navbar-nav > .active > a:hover,
.rdo .navbar-default .navbar-nav > .active > a:focus,
.rdo .navbar-default .navbar-nav > li > a:hover,
.rdo .navbar-default .navbar-nav > .open > a,
.rdo .navbar-default .navbar-nav > .open > a:hover,
.rdo .navbar-default .navbar-nav > .open > a:focus {
    color: #e83451;
    background-color: transparent;
}

.rdo a:hover, .rdo a:focus, .rdo a {
    color: #e83451;
}

.rdo footer#footer {
    background: #e83451;
    border-top: 4px solid rgba(31, 18, 0, 0.17);
}

.rdo .footer-btm {
    background-color: rgba(31, 18, 0, 0.17);
}

.rdo .colored-text {
    color: #e83451 !important;
}

.rdo .colored-bg {
    background-color: #e83451 !important;
}

.rdo .colored-bg-secondary {
    background-color: #1f12002b !important;
}

.rdo .colored-border, .border-colored-hover:hover {
    border-color: #e83451 !important;
}

.rdo .top-bar-lieux {
    background: #e83451 !important;
}

.rdo .top-bleu-right .manufacturing > a {
    background: #bf2b43 !important;
}

.rdo .top-bar-lieux .active {
    color: #e83451;
}

.rdo .top-bar-lieux .list-inline > li:not(.manufacturing) > a:hover {
    color: #7dc2e3 !important;
}

.rdo .step:hover .icon-square i {
    background-color: #e83451;
}

.rdo .deg-texteLeft {
    color: #e83451;
}

.rdo .deg-texteRight {
    color: #18343f;
}

.rdo .featured-work#objectifs {
    background: #e83451;
}

.rdo .services-box-icon i, .rdo .blc-citation, .rdo #Partenaires {
    background-color: #e83451 !important;
}

.rdo .center-heading h2 {
    color: #e83451;
}

.rdo .owl-theme .owl-controls .owl-page span {
    background: #e83451;
}

.rdo .btn-theme-bg {
    border-color: #e83451;
    color: #fff;
    background-color: #e83451;
}

    .rdo .btn-theme-bg:hover {
        background-color: #46d2fb;
        border-color: #46d2fb;
    }

.rdo #similislider .center-heading h2 {
    color: #e83451;
}

.rdo .heading {
    color: #e83451;
}

.rdo .pitch-sc .fa {
    color: #e83451;
}

.rdo .listeOffres-lien .lien:hover {
    color: #e83451;
}

.rdo .icon-square i {
    color: #e83451;
    border-color: #e83451 !important;
}

.rdo .timeline--horizontal .timeline-divider {
    background-color: #e83451;
}

.rdo .timeline__item:after {
    border: 4px solid #e83451;
}

/********************/

/*.rdo .center-heading h2, .rdo a {
    color: #e83451;
}
.rdo .btn-theme-bg {
    border-color: #e83451;
    color: #fff;
    background-color: #e83451;
}
.rdo .btn-theme-bg:hover {
    background-color: #46d2fb;
    border-color: #46d2fb;
}
.is-sticky .navbar-inverse.transparent-header {
    background-color: #30535c;
}
footer#footer {
    background: #e83451;
    border-top: 4px solid rgba(31, 18, 0, 0.17);
}
footer#footer p, footer#footer a {
    color: #fff;
}
.footer-btm {
    background-color: rgba(31, 18, 0, 0.17);
}
.rdo .top-bar-lieux {
    background: #e83451;
}
.rdo .colored-text {
    color: #e83451 !important;
}
.rdo .colored-bg {
    background-color: #e83451 !important;
}
.rdo .colored-bg-secondary {
    background-color: #1f12002b !important;
}
.rdo .colored-border, 
.rdo .border-colored-hover:hover {
    border-color: #e83451 !important;
}
.rdo .colored-bg {
    background-color: #e83451 !important;
}*/

/*Value Chain Pharma*/
.vcpa .navbar-default .navbar-nav > .active > a,
.vcpa .navbar-default .navbar-nav > .active > a:hover,
.vcpa .navbar-default .navbar-nav > .active > a:focus,
.vcpa .navbar-default .navbar-nav > li > a:hover,
.vcpa .navbar-default .navbar-nav > .open > a,
.vcpa .navbar-default .navbar-nav > .open > a:hover,
.vcpa .navbar-default .navbar-nav > .open > a:focus {
    color: #ebad00;
    background-color: transparent;
}

.vcpa a:hover, .vcpa a:focus {
    color: #ebad00;
}

.vcpa footer#footer {
    background: #ebad00;
    border-top: 4px solid rgba(31, 18, 0, 0.17);
}

.vcpa .footer-btm {
    background-color: rgba(31, 18, 0, 0.17);
}

.vcpa .colored-text {
    color: #ebad00 !important;
}

.vcpa .colored-bg {
    background-color: #ebad00 !important;
}

.vcpa .colored-bg-secondary {
    background-color: #1f12002b !important;
}

.vcpa .colored-border, .border-colored-hover:hover {
    border-color: #ebad00 !important;
}

.vcpa .top-bar-lieux {
    background: #ebad00 !important;
}

.vcpa .top-bleu-right .manufacturing > a {
    background: #bf8d00 !important;
}

.vcpa .top-bar-lieux .active {
    color: #ebad00;
}

.vcpa .top-bar-lieux .list-inline > li:not(.manufacturing) > a:hover {
    color: #7dc2e3 !important;
}

.vcpa .step:hover .icon-square i {
    background-color: #ebad00;
}

.vcpa .deg-texteLeft {
    color: #ebad00;
}

.vcpa .deg-texteRight {
    color: #18343f;
}

.vcpa .featured-work#objectifs {
    background: #ebad00;
}

.vcpa .services-box-icon i, .vcpa .blc-citation, .vcpa #Partenaires {
    background-color: #ebad00 !important;
}

.vcpa .center-heading h2 {
    color: #ebad00;
}

.vcpa .owl-theme .owl-controls .owl-page span {
    background: #ebad00;
}

.vcpa .btn-theme-bg {
    border-color: #ebad00;
    color: #fff;
    background-color: #ebad00;
}

    .vcpa .btn-theme-bg:hover {
        background-color: #1f12002b;
        border-color: #1f12002b;
    }

.vcpa #similislider .center-heading h2 {
    color: #ebad00;
}

.vcpa .heading {
    color: #ebad00;
}

.vcpa .pitch-sc .fa {
    color: #ebad00;
}

.vcpa .listeOffres-lien .lien:hover {
    color: #ebad00;
}

.vcpa .icon-square i {
    color: #ebad00;
    border-color: #ebad00 !important;
}

.vcpa .timeline--horizontal .timeline-divider {
    background-color: #ebad00;
}

.vcpa .timeline__item:after {
    border: 4px solid #ebad00;
}

/*Value Chain Software*/

.vcs .navbar-default .navbar-nav > .active > a,
.vcs .navbar-default .navbar-nav > .active > a:hover,
.vcs .navbar-default .navbar-nav > .active > a:focus,
.vcs .navbar-default .navbar-nav > li > a:hover,
.vcs .navbar-default .navbar-nav > .open > a,
.vcs .navbar-default .navbar-nav > .open > a:hover,
.vcs .navbar-default .navbar-nav > .open > a:focus {
    color: #6592bd;
    background-color: transparent;
}

.vcs .enjeux-item {
    font-size: 16px;
    line-height: 30px;
}

.vcs .vcs .enjeux-item + strong {
    font-size: 20px;
}

.vcs a:hover, .vcs a:focus {
    color: #6592bd;
}

.vcs footer#footer {
    background: #6592bd;
    border-top: 4px solid rgba(31, 18, 0, 0.17);
}

.vcs .footer-btm {
    background-color: rgba(31, 18, 0, 0.17);
}

.vcs .colored-text {
    color: #6592bd !important;
}

.vcs .colored-bg {
    background-color: #6592bd !important;
}

.vcs .colored-bg-secondary {
    background-color: #1f12002b !important;
}

.vcs .colored-border, .border-colored-hover:hover {
    border-color: #6592bd !important;
}

.vcs .top-bar-lieux {
    background: #6592bd !important;
}

    .vcs .top-bar-lieux .active {
        color: #6592bd;
    }

.vcs .top-bleu-right .manufacturing > a {
    background: #4c769e !important;
}

.vcs .top-bar-lieux .list-inline > li:not(.manufacturing) > a:hover {
    color: #7dc2e3 !important;
}

.vcs .step:hover .icon-square i {
    background-color: #6592bd;
}

.vcs .deg-texteLeft {
    color: #6592bd;
}

.vcs .deg-texteRight {
    color: #18343f;
}

.vcs .featured-work#objectifs {
    background: #6592bd;
}

.vcs .services-box-icon i, .vcs .blc-citation, .vcs #Partenaires {
    background-color: #6592bd !important;
}

.vcs .center-heading h2 {
    color: #6592bd;
}

.vcs .owl-theme .owl-controls .owl-page span {
    background: #6592bd;
}

.vcs .btn-theme-bg {
    border-color: #6592bd;
    color: #fff;
    background-color: #6592bd;
}

    .vcs .btn-theme-bg:hover {
        background-color: #e19b13;
        border-color: #e19b13;
    }

.vcs #similislider .center-heading h2 {
    color: #6592bd;
}

.vcs .heading {
    color: #6592bd;
}

.vcs .pitch-sc .fa {
    color: #6592bd;
}

.vcs .listeOffres-lien .lien:hover {
    color: #6592bd;
}

.vcs .icon-square i {
    color: #6592bd;
    border-color: #6592bd !important;
}

.vcs .timeline--horizontal .timeline-divider {
    background-color: #6592bd;
}

.vcs .timeline__item:after {
    border: 4px solid #6592bd;
}
/********************************/
.vcs .colored-bg {
    background-color: #6592bd !important;
}
/*Value Chain Parts*/

.vcph .navbar-default .navbar-nav > .active > a,
.vcph .navbar-default .navbar-nav > .active > a:hover,
.vcph .navbar-default .navbar-nav > .active > a:focus,
.vcph .navbar-default .navbar-nav > li > a:hover,
.vcph .navbar-default .navbar-nav > .open > a,
.vcph .navbar-default .navbar-nav > .open > a:hover,
.vcph .navbar-default .navbar-nav > .open > a:focus {
    color: #3b9da5;
    background-color: transparent;
}

.vcph a:hover, .vcph a:focus {
    color: #3b9da5;
}

.vcph footer#footer {
    background: #3b9da5;
    border-top: 4px solid rgba(31, 18, 0, 0.17);
}

.vcph .footer-btm {
    background-color: rgba(31, 18, 0, 0.17);
}

.vcph .colored-text {
    color: #3b9da5 !important;
}

.vcph .colored-bg {
    background-color: #3b9da5 !important;
}

.vcph .colored-bg-secondary {
    background-color: #1f12002b !important;
}

.vcph .colored-border, .border-colored-hover:hover {
    border-color: #3b9da5 !important;
}

.vcph .top-bar-lieux {
    background: #3b9da5 !important;
}

.vcph .top-bleu-right .manufacturing > a {
    background: #ce9802 !important;
}

.vcph .top-bar-lieux .active {
    color: #3b9da5;
}

.vcph .top-bar-lieux .list-inline > li:not(.manufacturing) > a:hover {
    color: #7dc2e3 !important;
}

.vcph .step:hover .icon-square i {
    background-color: #3b9da5;
}

.vcph .deg-texteLeft {
    color: #3b9da5;
}

.vcph .deg-texteRight {
    color: #18343f;
}

.vcph .featured-work#objectifs {
    background: #3b9da5;
}

.vcph .services-box-icon i, .vcph .blc-citation, .vcph #Partenaires {
    background-color: #3b9da5 !important;
}

.vcph .center-heading h2 {
    color: #3b9da5;
}

.vcph .owl-theme .owl-controls .owl-page span {
    background: #3b9da5;
}

.vcph .btn-theme-bg {
    border-color: #3b9da5;
    color: #fff;
    background-color: #3b9da5;
}

    .vcph .btn-theme-bg:hover {
        background-color: #ebad00;
        border-color: #ebad00;
    }

.vcph #similislider .center-heading h2 {
    color: #3b9da5;
}

.vcph .heading {
    color: #3b9da5;
}

.vcph .pitch-sc .fa {
    color: #3b9da5;
}

.vcph .listeOffres-lien .lien:hover {
    color: #3b9da5;
}

.vcph .icon-square i {
    color: #3b9da5;
    border-color: #3b9da5 !important;
}

.vcph .timeline--horizontal .timeline-divider {
    background-color: #3b9da5;
}

.vcph .timeline__item:after {
    border: 4px solid #3b9da5;
}

/*Salon energie*/

.et .navbar-default .navbar-nav > .active > a,
.et .navbar-default .navbar-nav > .active > a:hover,
.et .navbar-default .navbar-nav > .active > a:focus,
.et .navbar-default .navbar-nav > li > a:hover,
.et .navbar-default .navbar-nav > .open > a,
.et .navbar-default .navbar-nav > .open > a:hover,
.et .navbar-default .navbar-nav > .open > a:focus {
    color: #e22230;
    background-color: transparent;
}

.et a:hover, .et a:focus {
    color: #fff;
}

.et footer#footer {
    background: #073c53;
    border-top: 4px solid rgba(31, 18, 0, 0.17);
}

.et .footer-btm {
    background-color: rgba(31, 18, 0, 0.17);
}

.et .colored-text {
    color: #e22230 !important;
}

.et .colored-bg {
    background-color: #1f3e53 !important;
}

.et .colored-bg-secondary {
    background-color: #1f12002b !important;
}

.et .colored-border, .border-colored-hover:hover {
    border-color: #e22230 !important;
}

.et .top-bar-lieux {
    background: #073c53 !important;
}

.et .top-bleu-right .manufacturing > a {
    background: #e22230 !important;
}

.et .top-bar-lieux .active {
    color: #e22230;
}

.et .top-bar-lieux .list-inline > li:not(.manufacturing) > a:hover {
    color: #7dc2e3 !important;
}

.et .step:hover .icon-square i {
    background-color: #e22230;
}

.et .deg-texteLeft {
    color: #e22230;
}

.et .deg-texteRight {
    color: #18343f;
}

.et .featured-work#objectifs {
    background: #e22230;
}

.et .services-box-icon i, .et .blc-citation, .et #Partenaires {
    background-color: #e22230 !important;
}

.et .center-heading h2 {
    color: #e22230;
}

.et .owl-theme .owl-controls .owl-page span {
    background: #e22230;
}

.et .btn-theme-bg {
    border-color: #e22230;
    color: #fff;
    background-color: #e22230;
}

    .et .btn-theme-bg:hover {
        background-color: #073c53;
        border-color: #073c53;
    }

.et #similislider .center-heading h2 {
    color: #e22230;
}

.et .heading {
    color: #e22230;
}

.et .pitch-sc .fa {
    color: #e22230;
}

.et .listeOffres-lien .lien:hover {
    color: #e22230;
}

.et .icon-square i {
    color: #e22230;
    border-color: #e22230 !important;
}

.et .timeline--horizontal .timeline-divider {
    background-color: #e22230;
}

.et .timeline__item:after {
    border: 4px solid #e22230;
}

.et .visuel {
    background-size: cover !important;
    height: calc(100vh - 70px);
    min-height: 744px;
    background-position-y: center !important;
}

.et .items-list p, .shop-sidebar p {
    font-size: 15px;
    line-height: 25px;
}
/****************************************/
/************ SPECIAL ET ****************/
/****************************************/
.et .avantages {
    list-style: none;
    padding-left: 0;
    margin-top: 20px;
    text-align: left;
}

.et .avantages-item {
    margin-bottom: 8px;
    padding-left: 20px;
    position: relative;
}

    .et .avantages-item:before {
        content: "";
        position: absolute;
        width: 8px;
        height: 8px;
        top: 0;
        bottom: 0;
        margin: auto;
        left: 0;
        background: #e22230;
        border-radius: 50%;
    }

.et .banner {
    background: url("/media/_img/et/banderolle.jpg") no-repeat center;
    background-size: cover;
    color: #fff;
    display: flex;
    padding-left: 15px;
    padding-right: 15px;
}

.et .texte-slider-align {
    bottom: 40%;
}

@media (max-width: 1609px) {
    .et .texte-slider-align {
        width: 55%;
    }

    .texte-slider-align {
        width: 55%;
    }
}

.et .dates-event {
    position: absolute;
    padding: 21px;
    font-size: 40px;
    color: #fff;
    background: #e22230;
    margin-left: 30px;
    bottom: 68%;
}

.mes .dates-event {
    position: absolute;
    padding: 21px;
    font-size: 40px;
    color: #fff;
    background: #1a63a9;
    margin-left: 30px;
    bottom: 68%;
}

.unorder-list {
    padding-left: 15px;
}

@media(max-width: 767px) {
    .et .banner {
        flex-direction: column;
    }
}

.et .banner-item {
    flex: 1;
    padding: 30px 15px;
}

.et .bannerItem-titre,
.et .bannerItem-paragraphe {
    color: #fff;
}

.et .service-box {
    border: 2px solid #cb3a18;
    background-color: #f9f9f9;
    margin-bottom: 30px;
    text-align: center;
}

    .et .service-box i {
        border: 2px solid #cb3a18;
        width: 60px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        display: inline-block;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        color: #cb3a18;
        background-color: #fff;
        font-size: 30px;
        margin-top: -12%;
        margin-bottom: 5%;
        position: relative;
        /*-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);*/
    }

.et .img-dec {
    max-width: 50%;
}

.et .align-center {
    align-items: center;
}

.et .flex-box .bg-right {
    background: url("/media/_img/et/05.jpg") no-repeat center;
    background-size: cover;
    max-height: 277px;
    height: 100%;
    width: 50%;
}

.et .flex-box .bg-left {
    flex-direction: column;
    height: 100%;
    margin-right: 5px;
    max-height: 277px;
    width: 50%;
}

.et .bgLeft-top,
.et .bgLeft-bottom {
    background-size: cover !important;
    height: 50%;
    width: 100%;
}

.et .bgLeft-top {
    background: url("/media/_img/et/03.jpg") no-repeat center;
    margin-bottom: 5px;
}

.et .bgLeft-bottom {
    background: url("/media/_img/et/04.jpg") no-repeat center;
}

.et .titresecteur {
    background: #fff;
    text-align: center;
    color: #073C53;
}

.et .titre-liste {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0;
}

.et .rass .avantages-item {
    color: #fff;
}

.et .justify-between {
    justify-content: space-between;
}

.et .titre-md {
    color: #e22230;
    font-weight: 600;
    font-size: 28px;
    line-height: 45px;
}

.et .offres {
    position: relative;
    margin-bottom: 20px;
    flex: 1;
}

    .et .offres > div {
        background: #f9f9f9;
        border: 1px solid #dedede;
        text-align: center;
        padding-top: 30px;
        padding-bottom: 30px;
    }

.et .offres-titre {
    color: #e22230;
    font-size: 24px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.et .offres-sTitre {
    padding: 15px;
}

.et .offres-content {
    text-align: left;
}

.et .colored-bg .sous-titreblc,
.et .colored-bg blockquote {
    color: #fff;
}

.et .img-comm {
    width: 100%;
}

.et .imgfondsecteur {
    background: none !important;
}

.et .logoSite-titre > img {
    width: 70%;
}

.et .blc-com .rs .fa {
    font-size: 40px;
}

.et .blcCom-img {
    max-width: 100%;
}

.et .visit.img-responsive {
    width: 100%;
}

.et .blc-com em {
    display: block;
}

.hrouge {
    padding-top: 8px;
    padding-bottom: 8px;
}

.et .center-heading h2.hrouge {
    color: #fff !important;
}

.et .navbar-default .navbar-nav > .active > a:before {
    content: "";
    position: absolute;
    height: 4px;
    width: calc(100% - 30px);
    background: #e22230;
    bottom: 11px;
    left: 0;
    right: 0;
    margin: auto;
}
/****************************************/
/************ FIN SPECIAL ET ****************/
/****************************************/

/*.et .top-bar-lieux {
    background: #073c53;
}
.et .colored-bg {
    background-color: #0d6082 !important;
}*/
.top-bar-lieux .active {
    background: #fff;
    padding-left: 10px !important;
    padding-right: 10px !important;
}
/*SLIDER AVEC COMPRE A REBOURS*/

.tp-bgimg:before {
    content: "";
    width: 100%;
    height: 550px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
}

.titre-slider > p {
    font-size: 60px;
    line-height: 62px;
    font-weight: 900;
    text-transform: initial !important;
    color: #ffffff;
}

.compte-rebours__item {
    display: inline-block !important;
    padding: 10px;
    border: 1px solid #ffffff7a;
}

    .compte-rebours__item > span {
        font-size: 62px;
        font-weight: 700;
    }

    .compte-rebours__item > p {
        color: #ffffff;
        font-size: 22px;
        font-weight: 700;
        margin-top: 8px;
    }

.liste-offres {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

.listeOffres-lien {
    border-bottom: 1px solid #ffffff1c;
    flex: 1;
    text-align: center;
    text-transform: uppercase;
}

    .listeOffres-lien .lien {
        color: #fff;
        display: block;
        font-weight: 700;
        padding: 15px;
    }

        .listeOffres-lien .lien:hover {
            background: #eaeaea;
        }

.offres-info {
    display: flex;
}

    .offres-info div:last-child {
        background: #f5f5f5;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .offres-info div:first-child {
        background-size: cover !important;
    }

.offre.heading {
    font-size: 20px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.mea-offre {
    width: 100%;
}

.liste-plusInfos {
    list-style: none;
}

    .liste-plusInfos a {
        text-decoration: underline;
    }

.titre-bgTexte {
    margin-bottom: 8px;
    text-transform: uppercase;
    font-size: 20px !important;
    font-weight: 700 !important;
    background: #F5F5F5;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    color: #e87850;
    margin-top: 30px;
}

.partenaires .img-responsive {
    display: inline-block !important;
    width: 125px;
}

/*EDITIONS DE L'EVENEMENT */

.top-bleu-right {
    margin-bottom: 0;
}

.top-bar-bleu .text-right ul > li {
    line-height: 34px;
    text-transform: uppercase;
    //font-size: 13px;
}

.top-bar-bleu .list-inline > li:not(.manufacturing) {
    min-width: 36px;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
}

.top-bar-bleu .list-inline > li > a {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    margin-right: 1px;
    margin-left: 0px;
}

.top-bar-bleu .list-inline > li.manufacturing > a:hover {
    background: transparent !important;
}

.top-bar-bleu .list-inline > li:not(.manufacturing) > a:hover {
    background: #efefef;
    //color:#62adde !important;
}

.manufacturing > a {
    display: block;
}

    .manufacturing > a > i {
        vertical-align: middle;
    }

.list-inline.top-bleu-right {
    display: flex;
    justify-content: flex-end;
}

.top-bar-bleu .manufacturing {
    padding-left: 0;
    padding-right: 0;
}


/*Logo soci*/

.info-site {
    display: flex;
    flex-direction: column;
    margin-left: 12px;
}

.logoSite-titre {
    align-items: center;
    color: #333;
    display: flex;
    font-family: "MyriadPro-Light", "muli", sans-serif;
    font-size: 40px;
    line-height: 40px;
    color: #000;
}

    .logoSite-titre > img {
        width: 64px;
    }

.logoSite-infos {
    color: #666;
    font-family: "MyriadPro-Bold", "muli", sans-serif;
    font-size: 16px;
    line-height: 18px;
    margin-left: 2px;
    /*text-transform: uppercase;*/
}

.event-infos {
    margin-left: 5px;
}

.infosite-service, .logoSite-infos {
    white-space: nowrap;
}

.logo-site {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
}
/*Timeline*/

ol {
    position: relative;
    display: block;
    margin: 100px;
    height: 4px;
    background: #31708F;
}

    ol::before, ol::after {
        content: "";
        position: absolute;
        top: -8px;
        display: block;
        width: 0;
        height: 0;
        border-radius: 10px;
        border: 10px solid #31708F;
    }

    ol::before {
        left: -5px;
    }

    ol::after {
        right: -10px;
        border: 10px solid transparent;
        border-right: 0;
        border-left: 20px solid #31708F;
        border-radius: 3px;
    }
/* ---- Timeline elements ---- */

.timeline__content img {
    max-width: 295px;
}

.timeline__content {
    display: flex !important;
    align-items: center;
}

    .timeline__content p {
        font-size: 1.5rem !important;
        margin-left: 15px;
    }

    .timeline__content .icon-square i {
        margin-bottom: 0;
    }

.timeline__item:after {
    height: 22px !important;
    width: 22px !important;
}

.pitch-sc .fa {
    font-size: 45px;
}

.caption.title-2.large-title {
    font-size: 60px !important;
}

.caption.title-medium {
    color: #fff;
    font-size: 45px !important;
    font-weight: 300;
}

@media(max-width: 767px) {
    .caption.title-2.large-title {
        font-size: 40px !important;
        line-height: 44px !important;
    }

    .caption.title-medium {
        font-size: 32px !important;
        line-height: 36px !important;
    }
}

@media(max-width: 500px) {
    .caption.title-2.large-title {
        font-size: 26px !important;
        line-height: 30px !important;
    }

    .caption.title-medium {
        font-size: 24px !important;
        line-height: 30px !important;
    }
}

.ecf .masonry,
.acf .masonry {
    justify-content: center;
}

.masonry {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

    .masonry.center {
        justify-content: center;
    }

.masonryItem-content {
    background-size: cover !important;
    cursor: pointer;
    height: 230px;
    position: relative;
    width: 100%;
}

    .masonryItem-content:hover .masonryItem-titre,
    .masonryItem-titre:hover {
        height: 78px;
    }

    .masonryItem-content:hover {
        background-position: 0 -5px !important;
    }

.masonryItem-titre {
    align-items: center;
    display: flex;
    justify-content: center;
    background: #333;
    bottom: 0;
    color: #fff;
    left: 0;
    height: 68px;
    position: absolute;
    text-align: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.masonryItem-description {
    background: #555;
    border-top: 1px solid #555;
    color: #ccc;
    height: 0;
    opacity: 0;
    position: absolute;
    visibility: hidden;
    width: calc(100% - 30px);
    z-index: 999;
}

    .masonryItem-content:hover + .masonryItem-description, .masonryItem-description:hover {
        height: auto;
        opacity: 1;
        visibility: visible;
    }

    .masonryItem-description .liste {
        height: 100%;
        padding-bottom: 15px;
        padding-left: 30px;
        padding-right: 15px;
        padding-top: 15px;
    }

.masonry-item {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 40px;
}

    .masonry-item.col-3 {
        width: 24%;
    }

    .masonry-item.col-4 {
        width: 33.33%;
    }

@media(max-width: 992px) {
    .masonry-item.col-3, .masonry-item.col-4 {
        width: 49%;
        margin-bottom: 15px;
    }
}

@media(max-width: 500px) {
    .masonry-item.col-3, .masonry-item.col-4 {
        width: 100%;
    }
}
/* SLIDER */

.visuel {
    background-size: contain !important;
    height: 415px;
    position: relative;
    overflow: hidden;
}
    /*.visuel:not(.vd) {
    background-position-x: 40% !important; 
}*/
    /*.visuel:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
}*/

    .visuel > .container {
        align-items: center;
        display: flex;
        height: 100%;
    }
    .visuel > .container.start {
        align-items: flex-start;
    }

.texte-slider {
    color: #fff;
    font-family: Muli, sans-serif;
    font-size: 46px;
    font-weight: 800;
    line-height: 58px;
    padding: 30px;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.31);
    //text-transform: uppercase;
    width: 60%;
    z-index: 1;
}

.rdp .texte-slider {
    font-size: 46px;
    line-height: 58px;
}

.vcs .texte-slider,
.vcph .texte-slider,
.acf .texte-slider {
    font-size: 48px;
    line-height: 68px;
}

.acf .texte-slider-align {
    width: 60%;
}

@media(max-width: 1215px) {
    .texte-slider {
        font-size: 32px !important;
        line-height: 50px !important;
    }

    .texte-slider-align {
        width: 60% !important;
    }

    .et .dates-event {
        bottom: 60%;
        font-size: 26px;
        padding: 10px 21px;
    }
}

@media(max-width: 767px) {
    .texte-slider-align {
        width: 80% !important;
    }

    .acf .texte-slider {
        font-size: 28px !important;
        line-height: 38px !important;
    }

    .et #topNavigation #logo2017 {
        width: 62% !important;
    }
}

@media(max-width: 500px) {
    .et .dates-event {
        bottom: 68%;
    }

    .texte-slider {
        line-height: 38px !important;
    }
}

.et .navbar-collapse {
    padding: 0;
}

.vd .texte-slider {
    font-size: 40px;
    line-height: 54px;
}

.dates-event {
    font-family: "MyriadPro-Light", "muli", sans-serif;
    font-size: 16px;
    line-height: 24px;
    //max-width: 66%;
    text-transform: none;
    z-index: 2;
}

.vd .texteSlider-date {
    font-size: 18px;
    text-transform: none;
    font-weight: normal;
}

@media(max-width: 1210px) {
    .visuel {
        background-size: cover !important;
        height: 330px;
    }

    .texte-slider {
        font-size: 32px;
        line-height: 40px;
    }
}
/*@media(max-width: 992px) {
    .texte-slider {
        font-size: 48px;
        line-height: 56px;
    }
}*/

@media(max-width: 767px) {
    .visuel:not(.p-top-0) {
        height: auto !important;
        padding-top: 60px;
    }
    .visuel.new {
        padding-top: 0;
    }

    .texte-slider {
        font-size: 30px;
        line-height: 40px;
    }
}
@media(max-width: 684px) {
    .visuel {
        height: auto !important;
        padding-top: 30px;
    }
}
@media(max-width: 500px) {
    .texte-slider {
        width: 100%;
    }
}

.numfonction {
    padding-top: 12px;
    margin: auto;
    width: 50px;
    height: 50px;
    color: #fff;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 50%;
    font-size: 33px;
}

.alert-info h1 {
    color: #31708f;
}

@media(max-width: 992px) {
    #cn-notice-text {
        display: block;
        margin-bottom: 15px;
    }
}

.nomenclature {
    display: flex;
    height: 200px;
    justify-content: space-around;
}

.nomenclature-item {
    background-size: cover !important;
    flex: 1;
    max-width: 33%;
}

.flex-column {
    display: flex;
    margin-top: 15px;
    padding: 15px;
}
.rdvolit .flex-column,
.rdvolene .flex-column,
.rdvolman .flex-column,
.rdvolsc .flex-column {
    margin-top: 0;
}

.flexColumnItem-titre {
    font-weight: 700;
    text-transform: uppercase;
}

.flexColumn-item {
    flex: 1;
    padding-right: 15px;
}

    .flexColumn-item:last-child {
        padding-right: 0 !important;
    }

.flexColumnItem-liste {
    list-style: none;
    padding: 0;
}

.flex-column.vcpa {
    border: 1px solid #ebad00;
}

.offreSC {
    max-width: 50px;
}

.bg-expertise {
    height: 190px;
}

.flex-block {
    display: flex;
}

.solutions {
    justify-content: space-between;
    flex-wrap: wrap;
}

    .solutions .item {
        color: white;
        flex: 1;
        min-width: 25%;
        font-size: 18px;
        font-weight: 600;
        line-height: 24px;
        padding: 7px 0;
        text-align: center;
        align-items: flex-start;
        display: flex;
        justify-content: center;
    }

@media (max-width: 992px) {
    .solutions .item {
        min-width: 50%;
    }
}

@media (max-width: 767px) {
    .solutions .item {
        min-width: 100%;
    }
}

.flex-block.wrap {
    flex-wrap: wrap;
}

.flex-block.justify-center {
    justify-content: center;
}

.flexBlock-col4 {
    width: 25%;
}
/* TRANSITION */

.masonryItem-content, .masonryItem-titre, .masonryItem-description {
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

/* Util dans Espace membre */
.danger {
    color: #DF4B33; /*rouge*/
}

.success{
  color:#60C060; //vert
}

label.success {
    color: #fff;
    background: #60C060;
}

label.danger {
    color: #fff;
    background: #DF4B33;
}

.warning {
    color: #FC9700; /*orange*/
}

.large-texte {
    font-size: 18px !important;
    line-height: 30px !important;
}

.back_pagetitle {
    background-color: #fff;
    padding: 100px 0 90px 0;
    text-align: center;
    background-repeat: no-repeat;
    background-position: 68% center;
    background-size: 25%;
}

.icones-square-bg {
    background-size: cover !important;
    border-radius: 50%;
    height: 180px;
    margin: auto;
    width: 180px;
}

    .icones-square-bg.bg1 {
        background: url("/Content/images/rdo/expertise03.jpg") no-repeat center;
    }

    .icones-square-bg.bg2 {
        background: url("/Content/images/rdo/expertise05.jpg") no-repeat center;
    }

    .icones-square-bg.bg3 {
        background: url("/Content/images/rdo/expertise06.jpg") no-repeat center;
    }

.cols-block {
    padding-top: 30px;
    padding-bottom: 30px;
}

    .cols-block img {
        max-width: 100% !important;
    }

.colored-bg .colsBlock-title {
    color: #fff;
}

.cols-block.colored-bg {
    color: #fff;
}

.colsBlockItemsElm-img {
    display: block;
    margin: 15px 0;
    line-height: 0;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
}

    .colsBlockItemsElm-img img {
        border: 0;
        max-width: 100px;
        width: 100px;
    }

    .colsBlockItemsElm-img > div {
        display: inline-block;
        overflow: hidden;
        max-width: 100%;
    }

.colsBlock-items {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .colsBlock-items {
        flex-direction: column;
    }

    .blk-prl .flex-block {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .flex-2 {
        order: 1 !important;
    }

    .blk-prl .flex-block:after {
        left: 50%;
        transform: translateX(50%);
    }
}

.colsBlock-items.border {
    border: 1px solid #ccc;
}

    .colsBlock-items.border > .colsBlockItems-elm:first-child {
        border-right: 1px solid #ccc;
    }

.colsBlockItems-elm {
    text-align: center;
    flex: 1;
}

.colsBlockItemsElm-title {
    font-size: 18px;
    margin-bottom: 8px;
}

    .colsBlockItemsElm-title.lg {
        font-weight: 900;
        font-size: 30px;
    }
.colsBlockItemsElm-desc {
    padding: 15px;
}
.colsBlockItemsElm-desc.lg {
    font-size: 20px;
    color: #777;
}

.pt-30 {
    padding-top: 30px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pdp {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin: auto;
    overflow: hidden;
}

    .pdp img {
        max-width: 100%;
    }

.blk-prl {
    padding-top: 45px;
    padding-bottom: 45px;
    position: relative;
}

    .blk-prl .flexBlock-item {
        flex: 1;
    }

    .blk-prl.even .flex-block > .flexBlock-item:first-child {
        order: 2;
    }

.flex-2 {
    flex: 2 !important;
}

.flexBlockItem-title,
.flexBlockItem-title + strong {
    color: #fff;
}

.blk-prl:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 150px;
    height: 1px;
    background: #fff;
}

.d-flex {
    display: flex !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.justify-around {
    justify-content: space-around;
}

.justify-between {
    justify-content: space-between;
}

.justify-center {
    justify-content: center;
}

.p-absolute {
    position: absolute;
}

.r-0 {
    right: 15px;
}

.b-0 {
    bottom: 15px;
}

.h-100-vh {
    height: 100vh;
}

.h-50-per {
    height: 50%;
}

.w-50-per {
    min-width: 50%;
    width: 50%;
}

.nom-event,
.dt-event,
.baseline {
    color: white;
}

.nom-event {
    font-size: 52px;
    line-height: 68px;
    max-width: 70%;
    font-weight: bold;
}

.dt-event {
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 800;
}

.baseline {
    font-size: 16px;
    line-height: 20px;
}

.visuel span.white-text {
    font-style: italic;
}

.list-agenda {
    list-style: none;
    border-top: 1px solid #555;
    padding-left: 0;
}

    .list-agenda li {
        padding-top: 8px;
        padding-bottom: 8px;
        border-bottom: 1px solid #555;
        padding-left: 15px;
    }

    .list-agenda .heure {
        font-weight: 800;
        margin-right: 35px;
    }

.inscription-landingPage .container {
    max-width: 100% !important;
}

.inscription-landingPage .form-group label,
.inscription-landingPage .form-group select[name="IDCivilite"],
.inscription-landingPage .form-group textarea[name="ActiviteSociete"],
.inscription-landingPage .form-group input[name="Adresse1"],
.inscription-landingPage .form-group input[name="CodePostal"],
.inscription-landingPage .form-group input[name="ville"],
.inscription-landingPage > .container > .row > div:last-child,
.inscription-landingPage .required:not(.valide-form) {
    display: none;
}

.inscription-landingPage .form-group {
    margin-bottom: 0;
}

.inscription-landingPage #contactForm .form-control {
    min-height: 30px;
}

.img-agenda > img {
    max-width: 100%;
    margin-bottom: 30px;
}

.inscription-landingPage .form-element [class^=col-sm-] {
    width: 100% !important;
}

@media (max-width: 768px) {
    .container-agenda {
        flex-direction: column;
    }
}

.agenda-horaire {
    color: white;
    margin-bottom: 30px;
}

    .agenda-horaire .heure {
        padding-right: 15px;
        margin-right: 15px;
        border-right: 1px solid white;
        min-width: 66px;
        padding-top: 5px;
        padding-bottom: 5px;
        position: relative;
    }

        .agenda-horaire .heure:after {
            background: white;
            border-radius: 50%;
            content: "";
            position: absolute;
            width: 8px;
            height: 8px;
            bottom: -4px;
            right: -4px;
        }

        .agenda-horaire .heure:before {
            background: white;
            content: "";
            position: absolute;
            width: 40px;
            height: 1px;
            bottom: 0;
            opacity: .5;
            right: -20px;
        }

    .agenda-horaire > div {
        cursor: default;
    }

        .agenda-horaire > div:hover {
            opacity: .5;
        }

.agenda .title {
    color: white;
    font-size: 20px;
    line-height: 40px;
    position: relative;
}

.agenda .service {
    font-size: 30px;
    line-height: 64px;
    color: white;
    font-weight: 800;
    margin-bottom: 18px;
}

.img-agenda {
    height: 260px;
    margin-bottom: 30px;
}

    .img-agenda [class^=visuel] {
        background-size: cover !important;
        position: absolute;
        top: 0;
        left: 0;
        cursor: default;
        height: 100%;
        width: 100%;
    }

.landing-page .rs {
    flex: 1;
    text-align: right;
}

    .landing-page .rs a {
        color: #555;
        padding: 0 8px;
    }

.rdo .landing-page .rs a:hover {
    color: #e83451;
}

.blc-agenda {
    background: #333;
}

.badges {
    flex-wrap: wrap;
}

.badges-item {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.badgesItem-logo {
    padding-top: 8px;
    padding-bottom: 8px;
}

    .badgesItem-logo > img {
        max-width: 100%;
        //width: 250px;
    }

.badgesItem-titre {
    font-size: 50px;
    font-weight: 600;
    line-height: 64px;
}

.badgesItem-contact {
    display: flex;
    justify-content: center;
    margin: 15px auto;
    text-align: left;
}

.badgesItem-rs {
    display: flex;
    justify-content: center;
}

    .badgesItem-rs a {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 50px;
        margin: 0 15px;
    }

    .badgesItem-rs > div {
        margin-left: 15px;
        margin-right: 15px;
    }

.rc .badgesItem-rs a {
    background-color: transparent !important;
    color: #e87805 !important;
}

.badgesItem-body {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
}

.badgesItem-cb > img {
    width: 40%;
}

.badgesItem-type {
    font-size: 24px;
    line-height: 36px;
    margin-top: 15px;
    margin-bottom: 15px;
    color: white;
    padding: 8px;
}

.badgesItem-texte {
    font-size: 24px;
    margin-bottom: 30px;
}

.rc .badgesItem-type {
    background: #e87805;
}

.img-left > img {
    max-width: 100%;
    width: 100%;
}

.custom-text.right {
    text-align: right;
}

    .custom-text.right blockquote {
        border-right: 5px solid #eee;
        border-left: none;
    }

.custom-text blockquote {
    font-size: 22px;
    font-weight: 700;
}
/*.et .custom-text blockquote {
    color: #e22230;
}*/
.text-center {
    text-align: center;
}

.list-formule ~ strong {
    display: block;
    font-size: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.imagesRs-item {
    background-size: cover !important;
    margin: auto;
    overflow: hidden;
    position: relative;
}

    .imagesRs-item .flex {
        justify-content: center;
    }

.imagesRs-item {
    height: 400px;
    width: 800px;
}

.imageRsItem-logo {
    background-size: cover !important;
    border-radius: 50%;
    height: 250px;
    margin: auto;
    margin-top: 48px;
    width: 250px;
}

.imageRsItem-bottom,
.imageRsItem-top {
    align-items: center;
    background: rgba(39, 41, 48, 0.8);
    bottom: 0;
    color: #fff;
    display: flex;
    font-size: 15px;
    font-weight: 400;
    height: 55px;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    width: 100%;
}

.imageRsItemBottom-dateLieu {
    font-weight: 700;
    font-size: 16px;
}

    .imageRsItemBottom-dateLieu span {
        text-transform: uppercase;
    }

.imageRsItem-jm {
    background: rgba(0,0,0,0.8);
    border-radius: 50%;
    bottom: 0;
    color: #fff;
    font-size: 80px;
    font-weight: 700;
    height: 200px;
    left: 0;
    margin: auto;
    padding-top: 80px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 200px;
}

.imageRsItem-jm {
    width: 158px;
    height: 158px;
}

.imageRsItem-jm {
    font-size: 65px;
    padding-top: 64px;
}

.rs-texte {
    max-width: 800px;
    margin: auto;
    margin-bottom: 30px;
    color: #fff;
}

.programme_detail img {
    width: 100px;
    height: 100px;
    border: 1px solid #DDD;
    margin: 10px 8px;
}

/* NOUVEAUX ELEMENTS */
.services-box-new {
    display: flex;
    /*margin: auto;
    width: fit-content;*/
}

.servicesBoxNew-icone {
    display: inline-block;
    margin-right: 15px;
    position: relative;
    width: 100px;
    height: 100px;
}

    .servicesBoxNew-icone.app:before {
        background: url("/media/_img/picto/platformtech.svg") no-repeat center;
    }

    .servicesBoxNew-icone.iot:before {
        background: url("/media/_img/picto/IoT & connectivite.svg") no-repeat center;
    }

    .servicesBoxNew-icone.smart:before {
        background: url("/media/_img/picto/Smart products.svg") no-repeat center;
    }

    .servicesBoxNew-icone.bigdata:before {
        background: url("/media/_img/picto/bigdata.svg") no-repeat center;
    }

    .servicesBoxNew-icone.cloud:before {
        background: url("/media/_img/picto/cloud.svg") no-repeat center;
    }

    .servicesBoxNew-icone.collab:before {
        background: url("/media/_img/picto/collaboratif.svg") no-repeat center;
    }

    .servicesBoxNew-icone.virtual:before {
        background: url("/media/_img/picto/Virtualisation.svg") no-repeat center;
    }

    .servicesBoxNew-icone.method:before {
        background: url("/media/_img/picto/methodologie2.svg") no-repeat center;
    }

    .servicesBoxNew-icone:before {
        background-size: cover;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

.text-justified {
    text-align: justify;
}

.video-youtube {
    height: 191px;
    background-size: cover !important;
}

    .video-youtube > a {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.title-video {
    font-size: 13px;
    font-weight: 700 !important;
}

@media(max-width:1200px) {
    .full-width {
        width: 100%;
        height: 160px;
    }
}

.banniereET {
    background: url(/Content/imgs/background/bg-my-tree.jpg) no-repeat center;
    width: 100%;
    min-height: 425px;
    margin: auto;
    padding: 2%;
}

.logoMyTree {
    background: url(/Content/imgs/logos/logo-my-tree.svg) no-repeat center;
}

.banniereET a:hover {
    text-decoration: none;
}

.font-color-white {
    color: white;
}

.btn-part a:hover {
    background-color: rgb(5, 24, 2);
    color: white;
    transition: 1s;
}

@media(max-width:570px) {
    .txtET {
        padding-top: 250px;
    }
}

.fond-img-wcl {
    position: relative;
    z-index: 5;
}

    .fond-img-wcl:after {
        content: "";
        background: rgba(0,0,0,.8);
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: -5;
    }

}

.large-txt-print {
    font-size: 20px;
    line-height: 30px;
}

.enjeux .services-box-info p {
    font-size: 18px;
}

.dropdown-aplat > .pull-right {
    color: #fff;
    padding: 8px;
}

.dropdown-aplat * {
    color: #fff;
}

.dropdown-aplat ul li {
    list-style: none;
}

.dropdown-aplat .drow-down > a > .fa {
    transition: all ease-in;
}

.dropdown-aplat .drow-down > a[aria-expanded=true] > .fa {
    transform: rotate(90deg);
}

.listET ul li {
    list-style: none;
}

.featured-work.blc-transparent .txtvdmea,
.featured-work.blc-transparent p,
.featured-work.blc-transparent .heading {
    color: #fff !important;
}

.featured-work.blc-transparent {
    position: relative;
    z-index: 0;
}

    .featured-work.blc-transparent:before {
        background: rgba(0,0,0,.3);
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: -1;
    }

.bg-color-secondary {
    padding: 60px 15px;
    text-align: center;
    color: #fff;
}

.rdi .bg-color-secondary {
    background: #FF5722;
}

.container-flex {
    display: flex;
    justify-content: center;
}

    .container-flex a {
        color: #fff;
        padding: 8px;
        border: 1px solid #fff;
        margin-left: 5px;
        margin-right: 5px;
    }

.lien-rs p {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
}


/* new top modèle */
.new-top-version #topNavigation {
    background: rgba(0,0,0,.05);
    box-shadow: none;
    position: absolute;
    width: 100%;
}
.visuel.custom-module .new-top-version #topNavigation {
    background: transparent;
}
.visuel.custom-module .new-top-version .navbar-collapse,
.visuel.custom-module .new-top-version .logoSite-infos {
    display: none !important;
}
.visuel.custom-module .logo-site {
    pointer-events: none;
}

.new-top-version .is-sticky #topNavigation {
    -webkit-box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
    -moz-box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
    -ms-box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
    box-shadow: rgba(0, 0, 0, 0.11765) 0px 1px 3px;
}
.new-top-version .is-sticky #topNavigation {
    background: #fff;
}
.visuel.custom-module .new-top-version .is-sticky #topNavigation {
    webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}
.visuel.custom-module  .navbar-static-top {
    z-index: 10;
}
.text-edition {
    font-size: 46px;
    color: #fff;
    position: absolute;
    right: 30px;
    top: 44px;
}

.new-top-version .is-sticky .navbar-default .navbar-nav > li > a {
    color: #687074;
}

.new-top-version #navbar-collapse-collapse {
    border: none;
}

.new-top-version .is-sticky #navbar-collapse-collapse {
    padding-top: 5px;
}

.new-top-version #topNavigation .level1 {
    width: auto;
}

.new-top-version .logoSite-infos {
    display: flex;
    align-items: center;
}

.new-top-version .infosite-service,
.new-top-version .logoSite-infos {
    color: #fff;
}

@media (max-width: 768px) {
    .new-top-version .infosite-service,
    .new-top-version .is-sticky .infosite-service {
        color: #000 !important;
    }

    .new-top-version .logoSite-infos,
    .new-top-version .is-sticky .logoSite-infos {
        color: #666 !important;
    }

    .new-top-version #topNavigation .logo__container.one-website {
        align-items: flex-start;
        justify-content: center;
    }

    .new-top-version .navbar-default .navbar-nav > li > a {
        color: #666 !important;
    }

    .new-top-version .navbar-default .nav > li > a {
        padding: 15px 18px;
    }

    .new-top-version #topNavigation .level1 {
        width: 100%;
    }

    .new-top-version .is-sticky #navbar-collapse-collapse,
    .new-top-version .is-sticky #topNavigation #containerNav .navbar-collapse {
        padding-top: 0 !important;
    }

    .new-top-version #topNavigation {
        background: #fff !important;
    }
}

.new-top-version .is-sticky .infosite-service {
    color: #000;
}

.new-top-version .is-sticky .logoSite-infos {
    color: #666;
}

.new-top-version .navbar-collapse {
    position: absolute !important;
    right: 0;
}

@media (max-width: 1199px) {
    .new-top-version .navbar-collapse {
        position: relative !important;
    }

    .new-top-version .is-sticky #navbar-collapse-collapse {
        padding-top: 0;
    }
}

@media (max-width: 992px) {
    .new-top-version .navbar-default, .new-top-version .navbar-inverse {
        position: absolute !important;
    }

    .new-top-version .is-sticky .navbar-default, .new-top-version .is-sticky .navbar-inverse {
        top: auto !important;
    }

    .new-top-version .is-sticky #topNavigation .logo__container.one-website {
        flex-direction: column;
    }

    .new-top-version .is-sticky #topNavigation {
        background: rgba(0,0,0,.05);
    }

    .new-top-version .is-sticky #topNavigation {
        box-shadow: none;
    }

    .new-top-version .is-sticky .navbar-default .navbar-nav > li > a {
        color: #fff;
    }

    .new-top-version .is-sticky .picto_svg {
        width: 64px;
        height: 64px;
    }

    .new-top-version .is-sticky .logoSite-titre {
        font-size: 40px;
        line-height: 40px;
    }

    .new-top-version .is-sticky .logoSite-infos {
        font-size: 16px;
        line-height: 18px;
    }

    .new-top-version .is-sticky .logoSite-infos,
    .new-top-version .is-sticky .infosite-service {
        color: #fff;
    }
}

@media (max-width: 768px) {
    .new-top-version .navbar-collapse {
        position: absolute !important;
        top: 50px;
        width: 100%;
        left: 15px;
        padding: 0;
    }
}

.new-top-version .navbar-default .navbar-nav > li > a {
    color: #fff;
}

.new-top-version .is-sticky #topNavigation #containerNav .navbar-collapse {
    padding-top: 5px;
    display: flex !important;
    justify-content: flex-end;
}
/* fin new top modèle */

.hors-serie:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255,255,255,.8);
}

.hors-serie {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}

.bg-visuel {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    //width: 75%;
    height: 100%;
    right: 0;
    //min-width: 786px;
    position: absolute;
}
.bg-visuel.left {
    right: auto;
    left: 0;
}

@media(max-width: 768px) {
    .bg-visuel {
        opacity: .1;
    }
}

.bg-visuel > img {
    flex: 1;
}

/*Barre latéral droite*/
.fixed-bar {
    position: fixed;
    z-index: 1111;
    left: 100%;
    top: 0;
    background: rgba(255,255,255,.95);
    height: 100vh;
    transition: all .3s ease-in;
}

.fixedBarContent-head,
.fixedBarContentBody-top {
    display: flex;
}

    .fixedBarContent-head .link-bar {
        flex: 1;
        text-align: center;
        text-transform: uppercase;
        padding: 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
        font-weight: 800;
        white-space: nowrap;
    }

        .fixedBarContent-head .link-bar:hover {
            color: #03a9f4;
        }

        .fixedBarContent-head .link-bar span {
            transition: .3s !important;
            display: inline-block;
            position: relative;
            padding-top: 8px;
            padding-bottom: 8px;
        }

        .fixedBarContent-head .link-bar:hover span {
            padding-top: 2px;
            padding-bottom: 14px;
        }

.fixedBarContent-head {
    margin-bottom: 30px;
}

.fixedBarContent-body {
    padding: 15px;
}

.fixedBarContentBody-top > div {
    flex: 1;
}

.fixedBarContentBody-top .right {
    display: flex;
    justify-content: flex-end;
    writing-mode: vertical-rl;
}

.fixedBarContent-body .bottom {
    text-align: center;
    margin-top: 30px;
    font-weight: 600;
}

.fixedBarContentBody-top .right h3 {
    font-size: 56px;
    line-height: 56px;
    text-transform: uppercase;
    font-weight: 700;
    color: #03a9f4;
    white-space: nowrap;
}

.fixedBarContentBody-top .left {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.link-rs {
    width: 50px;
    height: 50px;
    padding: 0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}

.collapse-fixed-bar {
    position: fixed;
    z-index: 111;
    right: 0;
    top: 154px;
}

    .collapse-fixed-bar:hover + .fixed-bar, .fixed-bar:hover {
        left: calc(100% - 242px);
    }

    .collapse-fixed-bar .link-rs {
        opacity: 1;
        width: 35px;
        height: 35px;
        margin-top: 4px;
        transition: all .3s;
    }

.link-rs i {
    margin-right: 0;
}

.entete-bg {
    height: 124px;
}

.link-inscription {
    display: flex;
    justify-content: center;
}

    .link-inscription > .left,
    .link-inscription > .right {
        text-align: center;
        padding: 15px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-left: 15px;
        margin-right: 15px;
        background: #073c53;
        width: 350px;
    }

    .link-inscription > .right {
        background: #e22230;
    }

.et .link-inscription > .right .btn-theme-bg {
    background: #073c53;
}

    .et .link-inscription > .right .btn-theme-bg:hover {
        border-color: #e22230;
        background: #e22230;
    }

.link-inscription h3 {
    margin-bottom: 0;
}

.link-inscription h3,
.link-inscription p {
    color: #fff;
}

.et ul {
    list-style: none;
}

.visuel-top {
    height: 124px;
}
.et .visuel-top {
    height: 113px;
}

@media (max-width: 1199px) {
    .visuel-top {
        height: 175px;
    }
}

@media (max-width: 767px) {
    .visuel-top,
    .top-bar-lieux {
        height: 0 !important;
    }
}

.rem-slide .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    height: calc(100vh - 70px);
    min-height: 744px;
}

    .rem-slide .item:before,
    .offre-slide .item:before {
        content: '';
        background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0,0,0,.9));
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }

.rem-visuel {
    position: relative;
}

.rem-texte {
    display: flex;
    flex-direction: column;
    left: 10%;
    padding: 30px;
    position: absolute;
    z-index: 1;
    top: 30%;
}

    .rem-texte .dates-event {
        position: relative;
        margin-left: 0;
        //margin-bottom: 30px;
        width: fit-content;
    }

    .rem-texte .title-rem {
        font-size: 46px;
        text-transform: uppercase;
    }

    .rem-texte p {
        color: white;
        font-size: 18px;
        line-height: 28px;
    }

    .rem-texte .title-rem, .rem-slide p {
        color: #fff;
    }

.supply-chain {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
}

.supplyChain-item {
    max-width: 15%;
    min-width: 190px;
    text-align: center;
}

    .supplyChain-item > img {
        max-width: 64px;
    }

    .supplyChain-item > h3 {
        color: #fff;
        font-size: 18px;
        margin-top: 8px;
        margin-bottom: 5px;
    }

    .supplyChain-item > h4 {
        color: #fff;
        font-size: 15px;
    }

.pt-fort {
    display: flex;
    flex-wrap: wrap;
}

.ptFort-item {
    padding-top: 30px;
    flex: 1;
    min-width: 240px;
    padding: 0 8px;
}

    .ptFort-item p {
        text-align: justify;
    }

    .ptFort-item .heading {
        font-size: 19px;
    }

    .ptFort-item .paragraphe {
        font-size: 14px;
        line-height: 24px;
    }

.listeCle-item {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 24px;
    padding: 8px 0;
}

.listeCleItem-badges {
    background: #ffffff;
    display: inline-block;
    padding: 0 6px;
    min-width: 50px;
    font-size: 24px;
    text-align: center;
    font-weight: 700;
    color: #fff;
}

.camembert {
    display: inline-block;
    margin-left: 8px;
    margin-right: 8px;
}

.txt-lg {
    font-size: 20px;
    text-align: center;
    line-height: 34px;
}

.title-part {
    font-size: 20px;
    line-height: 30px;
}

.offre-slide .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    height: 450px;
    min-height: 450px;
}

.testi-carousel1 .owl-controls {
    display: none !important;
}

.psc .texte-slider {
    position: absolute;
    bottom: 0;
    padding-bottom: 0px;
}

.img-bg {
    position: relative;
}

    .img-bg:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0,0,0,.3);
    }

.texteSliderAlign-content {
    font-size: 16px;
    margin: 1%;
    margin: 0px;
    padding: 2px 5px;
    width: fit-content;
    line-height: 24px;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
}

    .texteSliderAlign-content > span {
        display: block;
        font-weight: 900;
        font-size: 40px;
        line-height: 54px;
    }
.introForum strong {
    font-weight: 800;
    font-size: 20px;
}

#videoid {
    position: absolute;
    min-width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.container-video {
    height: 600px;
    overflow: hidden;
    position: absolute;
    width: 100%;
}

.landing-page {
    padding-top: 35px;
    position: relative;
}

    .landing-page > h2 {
        color: #fff;
        font-size: 24px;
        padding: 15px;
        line-height: 34px;
        margin-bottom: 0;
        position: absolute;
        background: rgba(255,255,255,.6);
        bottom: 0;
        right: 0;
        width: 100%;
    }

    .landing-page > img {
        margin-bottom: 19px;
    }

.titre-lp {
    background: #fff;
    display: inline;
    padding: 8px;
    line-height: 38px;
    font-style: italic;
    font-size: 16px;

    margin-top: 8px;
}

.services-box-infoV2.lg {
    padding-left: 175px;
}
.mb30 {
    margin-bottom: 30px !important;
}
.card {
    cursor: pointer;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    height: 550px;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    opacity: 1;
}
.card:hover h4, .card:hover p, .card:hover a{
    color: #fff !important;
}
.card:hover .card-img-top {
    opacity: .8;
}
.card-img-top {
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}
.img-fluid {
    max-width: 100%;
    height: 250px;
    width: 100%;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.card-title {
    margin-bottom: .75rem;
}
sup {
    top: -0.3em;
    margin-left: -2px;
    margin-right: 3px;
}
.event-agenda {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.event-agenda .picto_svg {
    float: left;
}
.event-agenda > div {
    
    display: inline-block;
    margin-bottom: 15px;
    width: auto;
    text-align: left;
}
.event-agenda h4 {
    display: inline-block;
    white-space: nowrap;
    font-family: "MyriadPro-Light", "muli", sans-serif;
    font-weight: 400;
    font-size: 36px;
    padding-top: 8px;
}
.agenda-dates {
    padding-left: 63px;
}
/*
.agenda-dates .itemscope:first-child .logoSite-infos > div {
    background : red !important;
}*/
.action-btn {
    padding-left: 15px;
}
.agenda-dates .itemscope {
    display: flex;
    margin-bottom: 5px;
}
.action-btn {
    white-space: nowrap;
}
.logoSite-infos > div {
    cursor: pointer;
}
/*
.new-custom {
    text-align: center;
}*/
.new-custom .close{
    position: absolute;
    top: 15px;
    right: 15px;
}
.new-custom .modal-header {
    border-bottom: none; 
}
.new-custom .modal-title {
    margin-bottom: 30px;
}
.modal-body {
    max-height: calc(100vh - 150px);
    overflow: auto;
}
#hiddenBtnClickAuto {
    display: none;
}
.newDate-info {
    color: white;
    font-size: 20px;
    font-weight: 800;
    padding-left: 70px;
    display: flex;
}
.newDate-info span {
    padding: 5px;
    margin-right: 15px;
    background: red;
}
.title-agenda {
    color: #607D8B !important;
}
.bg-white {
    background: #fff;
}
.btn-right {
    position: fixed;
    z-index: 11;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255,255,255,1);
    opacity: .6;
    border-radius: 5px;
    transition: all 200ms ease-in;
    font-size: 14px;
    font-weight: 600;
    color: #000
}
.btn-right:hover {
    opacity: 1;
    width: auto;
    border-radius: 5px;
    padding: 0 12px;
    color: #8bc34a !important;
}
.btn-right:focus {
    color: #000
}
.btn-right:hover i {
    display: none;
}
.btn-right:hover .text-btn {
    display: block;
}
.btn-right .text-btn {
    display: none;
    text-transform: uppercase;
}
.btn-right .fa {
    font-size: 30px;
}
@media (max-width: 780px) {
    .blc-titleBtn {
        height: auto !important;
    }
}
.info-expert {
    position: absolute;
    left: 21px;
    opacity: .4;
    transition: all .5ms;
    display: flex;
    align-items: center;
    margin-top: 4px;
    font-weight: 800;
}
.info-expert > input {
    width: 20px;
    height: 20px;
    margin-top: 0;
    margin-right: 5px;
}
.info-expert:hover {
    opacity: 1;
}
.submit-infos-experts {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 0;
    background: #607d8b;
    max-height: 100%;
    overflow: auto;
    z-index: 1000;
}
.submit-infos-experts h4 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 0;
}
.select-experts {
    color: #fff;
}
.select-experts > span {
    color: #FF5722;
}
.content-note {
    background: #FF5722;
    padding: 30px;
}
.contact-infos {
    display: none;
}
.rencontre-ok {
    display: none;
}
.select-experts {
    /*font-size: 11px;
    margin-bottom: 0;*/
}
.rencontre-ok {
    margin-top: 9px;
}
@media (max-width: 500px) {
    .container_liste_experts > .col-sm-12 {
        display: flex;
        flex-direction: column;
    }
    .services-box-infoV2.lg {
        padding-left: 0;
    }
    .rencontre-ok {
        position: absolute !important;
        left: 15px;
        bottom: -40px;
    }
}
.numberStep > div {
    width: 75px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    border-radius: 50%;
    font-size: 30px;
}
.infosStep > p {
    color: #ccc;
}
.infosStep > h4 {
    color: #fff;
    text-transform: uppercase;
}
span[data-notify="message"] {
    font-size: 23px;
    line-height: 30px;
}
.fondMES {
    position: relative;
}
.organisateur {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: center;
    padding: 15px;
}
.organisateur h3 {
    font-size: 17px;
    color: #fff;
}
.organisateur img {
    width: 200px;
}
.list-offre {
    display: flex;
    flex-direction: column;
}
.listOffre-item {
    display: inline-block;
    padding: 8px;
    width: 300px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
}
.listOffre-item.bleu {
    background: #001B72;
}
.listOffre-item.vert {
    background: #13901B;
}
.listOffre-item.rose {
    background: #DD0445;
}
.listOffre-item.bleu-claire {
    background: #1987ED;
}
.listOffre-item.gris {
    background: #49443E;
}
.listOffre-item.orange {
    background: #E47C00;
}
.listOffre-item.violet {
    background: #C139BA;
}
#offre_rassemblee {
    position: relative;
}
/*#offre_rassemblee:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
}*/
#offre_rassemblee .new {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1
}
#offre_rassemblee .content-offre {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}
#offre_rassemblee .new:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.6);
}
.listOffre-item {
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    cursor: pointer;
    position: relative;
}
.list-offre {
    position: relative;
}
.list-offre:hover .listOffre-item:hover .liste {
    display: block;
}
.listOffre-item .liste {
    display: none;
    text-align: left;
    text-transform: none;
    position: absolute;
    left: 100%;
    width: 100%;
    top: 0;
    background: #555;
    padding: 22px 22px 22px 35px;
    font-weight: 100;
}
.cercle {
    padding: 60px 0;
}
.cercle figure {
    width: 150px;
    float: left;
    margin-right: 30px;
}
.cercle figure > img {
    max-width: 100%;
}
.cercle-logo {
    text-align: center;
    padding: 60px 0;
}
.text-pc {
    color: #fff;
    line-height: 34px;
    font-weight: 600;
}
.right-infos {
    height: 100%;
    background: #F8F7FA;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
}
.left-infos {
    padding: 0;
    height: calc(100vh - 100px);
    overflow: hidden;
}
.left-infos > .container,
.left-infos > .container > .row,
.left-infos .form-element,
.left-infos #contactForm {
    height: 100%;
}

.content-infos {
    position: relative;
}
.adresse-lieu {
    padding: 30px;
}
.content-infos .container {
    max-width: 100%;
}
#body-inscription {
    overflow: hidden;
    padding: 0;
}
#body-inscription > .container {
    max-width: 100%;
    width: 100%;
}
.service-infos {
    max-height: calc(100vh - 370px);
    overflow: auto;
}
.body-form {
    height: calc(100vh - 165px);
    overflow: auto;
    margin-right: -15px;
    margin-left: -15px;
}
.bottom-form {
    background: #fff;
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: right;
    padding: 15px 0;
    border-top: 1px solid #ccc;
}
/*INVITATION PERSONNELLE*/
section#content,
section#content1 {
    background-color: #fff;
    padding: 2rem 4rem;
    margin: 1rem auto;
    border-radius: 5px;
    box-shadow: 0 16px 36px -29px black;
    width: 800px;
    max-width: 100%;
}
section#content1 {
    display:none;
}
.invit-perso h1 {
    font-size: 3.8rem;
    text-align: center;
    color: #365b6d;
}
.step-new.active {
    background-color: #365b6d;
    color: white;
}
.step-new {
    text-align: left;
    background-color: #ffffff;
    color: #aaa;
    margin: 2rem 0 1.5rem -4rem;
    background-color: #f0f0f0;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}
.step-new div.num {
    font-size: 3.3rem;
    font-weight: bold;
    display: block;
    line-height: 120%;
    margin-right: 1rem;
    padding: 0.4rem 0 0.4rem 2.2rem;
}
.step-new div.label {
    letter-spacing: 0px;
    line-height: 140%;
    font-weight: 500;
    font-size: 2.2rem;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
    text-align: left;
    color: #aaa;
}
.step-new.active div.label {
    color: #fff;
}
.btn-lg.btn-primary svg {
    font-size: 2.4rem;
    position: relative;
    top: 0.2rem;
}
.svg-inline--fa.fa-w-6 {
    width: .375em;
}
svg:not(:root).svg-inline--fa {
    overflow: visible;
}
.ml-2, .mx-2 {
    margin-left: .5rem!important;
}
.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
}
.invit-perso .btn-primary:not(:disabled):not(.disabled).active, .invit-perso .btn-primary:not(:disabled):not(.disabled):active, .invit-perso .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
}
.invit-perso .btn-lg.btn-primary {
    background-color: #365b6d;
    border: none;
    text-transform: uppercase;
    padding: 0.9rem 1.9rem 1rem 1.9rem;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 1.4px;
    box-shadow: inset 0 -3px 0px 2px rgb(0 0 0 / 23%);
}
.invit-perso input[type=text], 
.invit-perso input[type=email],
.invit-perso select,
.invit-perso textarea,
#contactForm input[type=text], 
#contactForm input[type=email],
#contactForm select,
#contactForm textarea {
    font-size: 14px;
    font-weight: bold;
    color: #212f21;
}
/*FIN INVITATION PERSONNELLE*/

/*Fret21_v2*/
.Fret21_v2 {
    position: relative;
}
.Fret21_v2:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.4);
}

/* New slider bg-video*/
#bg-video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
}
.content-slide {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    justify-content: flex-end;
    padding-bottom: 10%;
    z-index: 1;
}
.bg-video .content-slide {
    padding-bottom: 6%;
}
.content-slide h1,
.content-slide h3,
.content-slide p {
    color: #fff;
}

.content-slide h1 {
    color: #fff;
    font-size: 9rem;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 9rem;
}
.content-slide h3 {
    color: #fff;
    //text-transform: uppercase;
    font-size: 5rem;
    line-height: 7rem;
}
.content-slide p {
    color: #fff;
    font-size: 2.5rem;
    line-height: 4rem;
}
.content-slide p {
    margin-bottom: 20px;
}
.content-slide h3 > span {
    text-transform: none;
}
@media screen and (max-width: 1200px) {
    .content-slide h3 {
        font-size: 35px;
        line-height: 44px;
    }
}

/*Modules programme 2 cols*/
.d-grid {
    display: grid;
} 
.temp-col-6 {
    grid-template-columns: repeat(6, 1fr);
}
.temp-col-4 {
    grid-template-columns: repeat(4, 1fr);
}
.temp-col-3 {
    grid-template-columns: repeat(3, 1fr);
}

@media screen and (max-width: 1199px) {
    .temp-col-4 {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media screen and (max-width: 991px) {
    .temp-col-4,
    .temp-col-3 {
        grid-template-columns: repeat(2, 1fr);
    }
    .temp-col-6 {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 767px) {
    .temp-col-4,
    .temp-col-3 {
        grid-template-columns: repeat(1, 1fr);
    }
}

.temp-col-2 {
    grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
    .temp-col-2 {
        grid-template-columns: repeat(1, 1fr);
    }
}

.gap-lr-10 {
    grid-gap: 0 10px;
}
.programme-two-col {
    //grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    grid-gap: 30px;
}
.programmeTwoColItem-fig > img {
    max-width: 100%;
    width: 100%;
}
.programmeTwoCol-item h3,
.programmeTwoCol-item p {
    font-size: 14px;
}
.programmeTwoCol-item p {
    min-height: 96px;
}
.programmeTwoCol-item > div {
    border: 1px solid #ccc;
    border-top: none;
    padding: 15px;
    //height: 100%;
    position: relative
}
.programmeTwoCol-item > div.in-signup {
    border-top: 1px solid #ccc;
    height: 210px;
}
.programmeTwoColItem-title {
    font-size: 2em;
    margin: 0 0 15px 0;
}
.in-signup ul {
    list-style: none;
}
.in-signup .btn-theme-bg {
    margin-top: 15px;
}
.btn-theme-bg.abs {
    position: absolute;
    bottom: 15px;
}
@media screen and (max-width: 767px) {
    .btn-theme-bg.abs {
        position: relative;
        bottom: 0;
    }
}
.info-input {
    font-size: 12px;

}
.etre-invite h3 > span {
    display: block;
    line-height: 48px;
    font-size: 36px;
    color: #000;
}
.filtre {
    display: flex;
    flex-wrap: wrap;
}
.filtre-item {
    background: #fff !important;
    border: 1px solid #ccc;
    border-bottom: none;
    //padding: 6px 12px;
    cursor: pointer;
    color: #fff;
    margin-right: 15px;
    margin-top: 8px;
    //margin-bottom: 15px;
    text-transform: uppercase;
    white-space: no-wrap;
}
.filtre-item > a
{
    color: #000;
    padding: 5px 12px;
    display: inline-block;
}
.filtre-item.active > a {
    cursor: not-allowed;
    color: #fff;
}
.filtre-item.active > a:hover,
.filtre-item.active > a:focus {
    color: #fff !important;
}
.filtre-item.active {
    cursor: not-allowed;
	border: none;
}
.text-profil {
    font-size: 3em;
}
@media screen and (max-width: 767px) {
    .text-profil {
        font-size: 3em !important;
        margin-bottom: 15px;
    }
    .profil strong {
        font-size: 1.2em !important;
    }
}
.desc img {
    max-width: 100%;
}
.detail-filtre {
    padding: 15px;
    background: #fff;
    color: #fff;
}
.detail-filtre p {
    //color: #fff;
}
.programmeTwoCol-item > div {
    transition:ease-in;
}
.programmeTwoCol-item > div:hover {
    background: #E9E9E9;
    cursor: pointer;
}
.detailFiltre {
    padding-top:30px;
    display: none;
}
.detailFiltre.active {
    display: block;
}
.animations {
    padding: 60px 0;
}
.animations h3 {
    font-size: 3em;
    font-weight: 800;
    margin-bottom: 35px;
    color: #fff;
}
.animationsItem-heure {
    font-weight: 800;
    margin-bottom: 8px;
    color: #fff;
    text-transform: uppercase;
}
@media screen and (max-width: 767px) {
    .animations-detail {
        padding-top: 30px;
    }
}
.d-flex .animations-item {
    flex: 1;
}
/*Animation new*/
.animactionContent-item {
    //margin: auto;
    padding-bottom: 30px;
    width: 90%;
}
.animation-title h3 {
    //line-height: 1em;
    //margin-bottom: 0;
}
.animation-title h3 > strong {
    font-size: 20px;
}
.animactionContent-item > .item {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.animation-title {
    text-align: center
}
.animactionContent-item > .item > figure {
    background-size: cover !important;
    border-radius: 50%;
    height: 120px;
    margin-right: 15px;
    overflow: hidden;
    width: 120px;
}
@media screen and (max-width: 767px) {
    .animactionContent-item > .item > figure {
        display: none;
    }
}
.animactionContent-item .item-desc {
    width: 50%
}
.animactionContent-item .item-desc > h4 {
    font-size: 16px;
}
.animactionContent-item .item-desc > h4,
.animactionContent-item .item-desc > strong, 
.animactionContent-item .item-desc > p {
    color: #fff;
    margin: 0;
}
.animactionContent-item .item-desc > strong {
    font-size: 20px;
    margin-bottom: 8px;
    display: inline-block;
}
.desc-list {
    color: #000;
    list-style: none;
}
.ecl .event-box {
    background: #eee;
}
.ecl .post-detail {
    display: none;
}
/*.event-box.Master_Class {
    background: #cddc3936;
}
.event-box[class*="Rendez-vous"] {
    background: #65a1d521;
}_*/
.detailFiltre > p {
    font-weight: 900;
    font-size: 1.5em;
    line-height: 1.5em;
}
/*L-header*/
.lHeader-body {
    flex:1;
    max-width: calc(100% - 120px);
    overflow: auto;
}
.lHeaderBody-item {
    border-left: 1px solid #e9e9e9;
    position: relative;
    align-items: center;
    flex: 1;
    text-align: center;
    white-space: nowrap;
}
.lHeader-title > h3,
.lHeaderBody-item > p {
    font-size: 16px;
    text-transform: uppercase;
    padding: 18px;
    margin-bottom: 0;
    transition: .2s all ease-in;
}
.lHeaderBody-item > p {
    font-weight: 600;
}
/*.lHeaderBody-item:hover .lHeaderBodyItem-bg-style {
    height: 100%;
}
.lHeaderBody-item:hover p {
    color: #fff;
}*/
.lHeaderBodyItem-bg-style {
    transition: .2s all ease-in;
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: 0;
    z-index: -1;
}
.experts {
    flex-wrap: wrap;
    justify-content: center;
}
.experts .item {
    margin: 5px;
    border: 1px solid #ccc;
    cursor: pointer;
}
.rs .thematique-session,
.rd .thematique-session,
.rc .thematique-session {
    display: none;
}
.remerciement {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}
/*Processus d'inscription*/
.process {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    grid-gap: 30px;
    text-align: center;
}
@media screen and (max-width: 991px) {
    .process {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 767px) {
    .process {
        grid-template-columns: repeat(1, 1fr);
    }
}
.process-item {
    border: 1px solid #ccc;
    font-size: 20px;
    padding: 30px;
}
.process-item > .fa {
    font-size: 60px;
    margin-bottom: 15px;
}
.processItem-title {
    margin-bottom: 30px;
}
.processItem-body > p {
    font-size: 16px;
}
.rc .content-slide > h3 {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}
.landing-page-new {
    padding-top: 60px;
    padding-bottom: 60px;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
}
.landingPageContent-infos {
    text-align: left;
}

.landingPageContent-infos .d-flex .rs {
    background: url("/media/_img/rs/illustration_bg.jpg") no-repeat center right;
    background-size: cover;
    padding: 30px;
}
.landingPageContent-infos .d-flex .rd {
    background: url("/media/_img/rd/illustration_bg.jpg") no-repeat center right;
    background-size: cover;
    padding: 30px;
}
.landingPageContent-infos a {
    position: absolute;
    display: block;
    bottom: 190px;
    left: 21px;
}
.landingPageContent-infos > .d-flex > div {
    position: relative;
    max-width: calc(50% - 15px);
}
.landingPageContent-infos a:hover img{
    opacity: .8;
}
.landingPageContent-infos .baseline {
    padding: 0 15px;
    margin: 15px 0;
    border-left: 4px solid #fff;
    font-size: 18px;
    line-height: 22px;
    min-height: 88px;
}
.landingPageContent-infos img {
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    max-width: 100%;
}
.landingPageContent-infos .gap {
    min-width: 15px;
    height: 15px;
}
@media screen and (max-width: 767px) {
    .landingPageContent-infos > .d-flex {
        flex-direction: column;
    }
    .landingPageContent-infos a {
        max-width: 100%;
    }
}
.landing-page-new {
    background: #607D8B;
}
.landing-page-new .center-heading h2,
.landing-page-new .center-heading p {
    color: #fff !important;
}
.rs-logo {
    margin-bottom: 30px;
}
.base-line {
    width: 60%;
    line-height: 26px;
    padding: 15px;
    background: rgba(0,0,0,.2);
    margin-bottom: 120px;
    color: #fff;
}
.landingPage-content .p-absolute {
    bottom: 43px;
    width: 100%;
}
.landingPageContent-date span {
    display: inline-block;
    padding: 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    background: #FFC107;
}
.bg-block {
    background: url("/media/_img/ptr/paris/bg_block.jpg") no-repeat center;
    background-size: cover;
    position: relative;
}
/*.bg-block::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #333;
    opacity: .6;
    z-index: -1;
    width: 100%;
    height: 100%;
}*/
.bg-block .colsBlockItemsElm-title {
    font-size: 26px;
    font-weight: 700;
}
.bg-block .enjeux-item {
    display: none;
}
/*animate text slider*/
#slideTextAnimate .testiCarousel-item {
    display: flex;
    align-items: center;
}
#slideTextAnimate .testiCarousel-item figure {
    width: 40%;
    margin-right: 5%;
    margin-left: auto;
}
#slideTextAnimate .testiCarousel-item .animate-img {
    max-width: 100%;
    clip-path: polygon(10% 10%, 90% 0%, 100% 100%, 0% 90%);
}
#slideTextAnimate .testiCarousel-item .text-carousel {
    position: absolute;
    padding-left: 10%;
    padding-right: 10%;
    text-align: left;
    overflow: hidden;
}
#slideTextAnimate .testiCarousel-item .text-carousel .textCarousel-txt {
    color: #fff;
    font-size: 2vw;
    line-height: normal;
    padding: 30px;
    position: relative;
}
#slideTextAnimate .testiCarousel-item .text-carousel .textCarousel-txt > span {
    font-size: 3vw;
    display: block;
    font-weight: 800;
}
#slideTextAnimate .testiCarousel-item .text-carousel p {
    color: #fff;
    font-size: 1vw;
    line-height: normal;
    padding: 15px 0;
    position: relative;
    margin-top: 15px;
    display: flex;
    align-items: center;
}
#slideTextAnimate .testiCarousel-item .text-carousel p > span:not(.fond-text) {
    position: absolute;
    z-index: 1;
    padding: 0 15px;
}
.ptr #slideTextAnimate .testiCarousel-item .text-carousel p .fond-text {
    height: 45px;
    display: block;
    width: 100%;
}
.ptr #slideTextAnimate .testiCarousel-item .text-carousel p .fond-text {
    background: #607d8b;
}
#slideTextAnimate .testiCarousel-item .text-carousel .textCarousel-txt .line {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    border: 9px solid #fff;
    -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
    clip-path: polygon(0 0, 60% 0, 2% 100%, 0 100%);
}
#slideTextAnimate .testiCarousel-item .text-carousel .textCarousel-txt .line {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
}
#slideTextAnimate .testiCarousel-item .text-carousel .textCarousel-txt > span {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}
#slideTextAnimate .testiCarousel-item .text-carousel .textCarousel-txt > .date{
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInRight;
    animation-delay: 0.3s;
}
#slideTextAnimate .testiCarousel-item .text-carousel p {
    webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.5s;
}
#slideTextAnimate .testiCarousel-item figure {
    webkit-animation-duration: 1s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInRight;
    animation-delay: 0.2s;
}
.logo-forum {
    max-width: 100px;
}
.p-l-100 {
    padding-left: 118px !important;
}