/*-------------------------------------------------
 =  Table of Css

 0.Fonts
 1.Isotope                              
 2.Header
    header 2
    header 3
    header 4
    header 5
    header 6                         
 3.General code                   
 4.Content - home sections                              
 5.Portfolio pages                           
 6.Blog pages       
 8.Single post                               
 9.Contact page                            
 10.Home 6                            
 11.Shop Page                            
 12.Home 2                            
 13.About page                            
 14.Home 3
 15.Home 4           
 16.Home 5           
 17.Home 10           
 18.Single Project page         
 19.Footer
 20.Nouislider style (used in priccing range)
 21.New version ajustment

-------------------------------------------------*/


/*-------------------------------------------------------*/


/* 0. Fonts
/*-------------------------------------------------------*/

@font-face {
    font-family: gotham;
    src: url(/fonts/gotham-book.woff2) format("woff2"), url(/fonts/gotham-book.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: optional;
}

@font-face {
    font-family: gotham;
    src: url(/fonts/gotham-bookitalic.woff2) format("woff2"), url(/fonts/gotham-bookitalic.woff) format("woff");
    font-weight: 400;
    font-style: italic;
    font-display: optional;
}

@font-face {
    font-family: gotham;
    src: url(/fonts/gotham-medium.woff2) format("woff2"), url(/fonts/gotham-medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: optional;
}

@font-face {
    font-family: gotham;
    src: url(/fonts/gotham-bold.woff2) format("woff2"), url(/fonts/gotham-bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: optional;
}


/*-------------------------------------------------------*/


/* 1. Isotope filtering
/*-------------------------------------------------------*/

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

.top-line {
    padding: 5px 0;
    border-bottom: 1px solid #eeeeee;
    overflow: hidden;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

ul.top-menu {
    float: left;
    margin-top: 5px;
}

ul.top-menu li {
    display: inline-block;
    margin-right: 12px;
}

ul.top-menu li a {
    display: inline-block;
    color: #8e8e8e;
    font-size: 14px;
    font-family: gotham, sans-serif, sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    padding-left: 15px;
    border-left: 1px solid #eeeeee;
    text-decoration: none;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

ul.top-menu li a:hover {
    color: #3e3e3e;
}

ul.top-menu li a i {
    color: #3e3e3e;
    margin-right: 7px;
}

header.active .top-line {
    height: 0;
    padding: 0;
}

ul.social-icons {
    float: right;
}

ul.social-icons li {
    display: inline-block;
    margin-left: 10px;
}

ul.social-icons li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    border: 1px solid #eeeeee;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

ul.social-icons li a i {
    font-size: 17px;
    line-height: 30px;
    color: #3e3e3e;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

ul.social-icons li a:hover {
    background: #3e3e3e;
    border: 1px solid #3e3e3e;
}

ul.social-icons li a:hover i {
    color: #fff;
}

ul.drop-down {
    position: absolute;
    top: 100%;
    left: 0;
    width: 220px;
    visibility: hidden\0/;
    opacity: 0;
    z-index: 3;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
    -mos-transition: -mos-transform 0.4s, opacity 0.1s 0.3s;
    -o-transition: -o-transform 0.4s, opacity 0.1s 0.3s;
}

header.active .shop-top-line {
    height: 0;
    overflow: hidden;
    padding: 0;
}

.shop-top-line {
    background: #104495;
    overflow: hidden;
    padding: 8px 0;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.currency {
    float: left;
}

.currency li {
    display: inline-block;
}

.currency li a {
    display: inline-block;
    width: 24px;
    height: 24px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.currency li a i {
    line-height: 24px;
    color: #fff;
    font-size: 15px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.currency li a:hover {
    background: #fff;
}

.currency li a:hover i {
    color: #104495;
}

ul.shop-account-list {
    float: right;
}

ul.shop-account-list li {
    display: inline-block;
    margin-left: 20px;
}

ul.shop-account-list li:first-child {
    margin-left: 0px;
}

ul.shop-account-list li a {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-family: gotham, sans-serif, sans-serif;
    text-decoration: none;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

ul.shop-account-list li a:hover {
    opacity: 0.6;
}

ul.shop-account-list li a i {
    color: #fff;
    font-size: 14px;
    margin-right: 8px;
}


/*-------------------------------------------------*/


/* =  General code
/*-------------------------------------------------*/

body {
    font-family: gotham, sans-serif;
    font-size: 17px;
}

ul,
ol {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

ul br.retour-charriot,
ol br.retour-charriot {
    display: none;
}

a {
    text-decoration: none;
}

h1 {
    color: #3e3e3e;
    font-size: 64px;
    font-family: gotham, sans-serif, sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    line-height: 55.68px;
}

h2 {
    color: #464646;
    font-size: 36px;
    font-family: gotham, sans-serif, sans-serif;
    font-weight: 600;
    margin: 0;
    margin-bottom: 10px;
}

h3 {
    color: #3e3e3e;
    font-size: 27px;
    font-family: gotham, sans-serif, sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    margin-bottom: 22px;
}

h4 {
    color: #3e3e3e;
    font-size: 20px;
    font-family: gotham, sans-serif, sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    text-transform: uppercase;
}

h5 {
    color: #3e3e3e;
    font-size: 15px;
    font-family: gotham, sans-serif, sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    margin: 0;
}

label {
    font-size: 0.8em;
}

p {
    color: #9a9a9a;
    /*font-size: 13px;
    font-family: gotham,sans-serif, sans-serif;*/
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    /*line-height: 18px;*/
    font-family: gotham, sans-serif;
    font-size: 17px;
    line-height: 1.42857;
}

a.main-button {
    color: #fff;
    font-size: 15px;
    font-family: gotham, sans-serif, sans-serif;
    font-weight: 700;
    padding: 12px 35px;
    background: #7DB4E2;
    text-decoration: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

a.main-button:hover {
    opacity: 0.8;
}

button {
    outline: none !important;
}

#container {
    padding-top: 150px;
    background: #fff;
}

#container.boxed {
    max-width: 1220px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.home-box {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: url('../upload/background.jpg');
}

.navbar-default .navbar-nav .sublevel {
    margin-left: 40px;
    font-style: italic;
    font-size: 12px;
}

@media screen and (min-width: 768px) {
    .mega-dropdown {
        position: static !important;
    }
    .mega-dropdown-menu {
        padding: 20px 0px;
        width: 100%;
        box-shadow: none;
        -webkit-box-shadow: none;
    }
    .mega-dropdown-menu>li>ul {
        padding: 0;
        margin: 0;
    }
    .mega-dropdown-menu>li>ul>li {
        list-style: none;
    }
    .mega-dropdown-menu>li>ul>li>a {
        display: block;
        /*color: #222;*/
        padding: 3px 5px;
    }
    .mega-dropdown-menu>li ul>li>a:hover,
    .mega-dropdown-menu>li ul>li>a:focus {
        text-decoration: none;
    }
    .mega-dropdown-menu .dropdown-header {
        font-size: 15px;
        color: #ff3546;
        padding: 0px 60px 0px 5px;
        line-height: 15px;
        font-weight: bold;
    }
    .carousel-control {
        width: 30px;
        height: 30px;
        top: -35px;
    }
    .left.carousel-control {
        right: 30px;
        left: inherit;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right {
        font-size: 12px;
        background-color: #fff;
        line-height: 30px;
        text-shadow: none;
        color: #333;
        border: 1px solid #ddd;
    }
    .navbar-default .navbar-nav>li>a {
        color: #104495;
        font-family: gotham, sans-serif, sans-serif;
        padding: 0 16px;
        font-size: 13px;
        font-weight: 500;
    }
    .navbar-default .navbar-nav>li>a:hover {
        color: #3e3e3e;
    }
    .navbar-default .navbar-nav>.open>a,
    .navbar-default .navbar-nav>.open>a:hover,
    .navbar-default .navbar-nav>.open>a:focus {
        background: #104495;
        color: white;
        border-radius: 5px;
    }
    .navbar-default .navbar-nav>.open>a .caret,
    .navbar-default .navbar-nav>.open>a:hover .caret,
    .navbar-default .navbar-nav>.open>a:focus .caret {
        border-top-color: #FFFFFF;
        border-bottom-color: #FFFFFF;
    }
    .navbar-default .navbar-nav .sublevel {
        margin-left: 20px;
        font-style: italic;
    }
    .navbar-nav {
        float: right;
        margin-top: 55px;
    }
    .dropdown-menu {
        border-width: 0 1px 1px 1px;
        border-color: #e7e7e7;
        background-color: #f8f8f8;
        box-shadow: 0 6px 12px rgba(62, 62, 62 0.175);
    }
    .navbar-nav>li>.dropdown-menu {
        margin-top: 20px;
        ;
    }
}

.navbar-brand img {
    max-width: 200px;
    height: 100px;
}


/*-------------------------------------------------*/


/* =  content - home sections
/*-------------------------------------------------*/

#slider {
    background: url("/images/background_flexslider.jpg") no-repeat scroll center top #104495;
}
#slider img{
    opacity:0.5;
}
#slider.revolution-slider {
    background: none;
}
.flexslider{
    background-color:#000;
}
.tp-caption.large_text {
    color: #fff;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    font-size: 32px;
    font-family: gotham, sans-serif, sans-serif;
    text-shadow: none;
}

.tp-caption.large_text span {
    font-weight: 700;
}

.tp-caption.big_white {
    color: #fff;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    font-size: 26px;
    line-height: 26px;
    font-family: gotham, sans-serif, sans-serif;
    background-color: transparent;
}

.tp-caption.modern_small_text_dark {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    font-family: gotham, sans-serif, sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    text-align: center;
}

.tp-caption.modern_medium_light {
    background: #104495;
    border-radius: 26px;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    -o-border-radius: 26px;
    padding: 20px 40px;
    text-align: center;
    width: 263px;
    color: #fff;
    font-size: 16px;
    font-family: gotham, sans-serif, sans-serif;
}

.tp-caption.modern_medium_light i {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 40px;
    margin-bottom: 14px;
}

.tp-leftarrow.default {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: rgba(62, 62, 62 0.3);
    width: 61px;
    height: 61px;
}

.tp-rightarrow.default {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: rgba(62, 62, 62 0.3);
    width: 61px;
    height: 61px;
}

.tp-leftarrow.default:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '\f104';
    font-family: 'FontAwesome';
    font-size: 30px;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    line-height: 61px;
    width: 100%;
    text-align: center;
    text-indent: 0 !important;
}

.tp-rightarrow.default:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '\f105';
    font-family: 'FontAwesome';
    font-size: 30px;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    line-height: 61px;
    width: 100%;
    text-align: center;
    text-indent: 0 !important;
}

.flex-caption {
    margin: 20px 0;
    padding-left: 12px;
    color: #fff;
    padding:0px 10px;
    position: absolute;
    top: 50%;
    left: 100px;
    width: 550px;
    transform: translateY(-50%);
    line-height: .87;
}
.flex-caption .subtitle{
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: block;
    font-weight: 300;
}
.flex-caption a{
    font-weight: 400;
    font-family: gotham, sans-serif, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 64px;
    display:block;
}
.flex-caption a b{
    text-transform: unset;
    color:#fff;
    font-weight:700;
}
.flex-direction-nav {
    right: 10px;
}
#slider .container{
    padding:0px;
    max-width: 100%;
}
#slider, #slider .slides li, #slider .slides{
    height:calc(100vh - 242px);
    overflow:hidden;
}
#slider{
    margin-top:42px;
}
#slider img{
    height:calc(100vh - 242px);
    width:100%;
    object-fit:cover
}

.flex-caption a {
    color: #ffffff;
}

.services-box1,
.recent-works {
    padding: 40px 0;
}

.services-box1 .services-post {
    padding: 40px 40px 32px;
    border: 1px solid #e5e5e5;
    text-align: center;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
}

.services-box1 .services-post a {
    display: inline-block;
    width: 84px;
    height: 84px;
    border: 1px solid #3e3e3e;
    text-align: center;
    margin-bottom: 15px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.services-box1 .services-post a i {
    display: inline-block;
    color: #3e3e3e;
    font-size: 32px;
    line-height: 84px;
    -webkit-backface-visibility: hidden;
}

.services-box1 .services-post:hover a {
    background: #3e3e3e;
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}

.services-box1 .services-post:hover a i {
    color: #fff;
}

.title-section {
    text-align: center;
    margin-bottom: 25px;
    z-index: 2;
    position: relative;
}

.title-section h1 {
    /*line-height: 40px;*/
}

.title-section p {
    color: #787878;
    font-size: 17px;
    line-height: 22px;
    font-family: gotham, sans-serif, sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
}

.owl-controls {
    position: absolute;
    top: 50%;
    left: 0;
    margin: 0 !important;
    z-index: 9999;
    width: 100%;
    height: 0;
}

.owl-pagination {
    display: none;
}

.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    position: relative;
    zoom: 1;
    margin: 0px;
    font-size: 32px;
    border-radius: 0px;
    -o-border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background: rgba(62, 62, 62 0.6);
    border: none;
    opacity: 1;
    padding: 0;
    width: 50px;
    height: 90px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.owl-theme .owl-controls {
    margin: 0;
}

.owl-theme .owl-controls .owl-buttons div:hover {
    opacity: 0.4;
}

.owl-theme .owl-controls .owl-buttons div:before {
    font-family: 'FontAwesome';
    position: absolute;
    font-size: 32px;
    color: #fff;
    width: 100%;
    left: 0;
    text-align: center;
    line-height: 90px;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev {
    float: left;
}

.owl-theme .owl-controls .owl-buttons div.owl-next {
    float: right;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev:before {
    content: "\f104";
}

.owl-theme .owl-controls .owl-buttons div.owl-next:before {
    content: "\f105";
}

.owl-buttons {
    margin-top: -45px;
}

.project-post {
    position: relative;
}

.project-post img {
    width: 100%;
}

.hover-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #104495;
    visibility: hidden\0/;
    opacity: 0\0/;
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -webkit-transform: rotateY(-90deg) scale(0.8);
    -moz-transform: rotateY(-90deg) scale(0.8);
    -ms-transform: rotateY(-90deg) scale(0.8);
    -o-transform: rotateY(-90deg) scale(0.8);
    transform: rotateY(-90deg) scale(0.8);
}

.project-post:hover .hover-box {
    visibility: visible;
    \0/;
    opacity: 1\0/;
    -webkit-transform: rotateY(0deg) scale(1);
    -moz-transform: rotateY(0deg) scale(1);
    -ms-transform: rotateY(0deg) scale(1);
    -o-transform: rotateY(0deg) scale(1);
    transform: rotateY(0deg) scale(1);
}

.inner-hover-box {
    position: absolute;
    text-align: center;
    top: 50%;
    margin-top: -63px;
    left: 0;
    width: 100%;
}

.inner-hover-box h2 {
    color: #fff;
    font-size: 24px;
    font-family: gotham, sans-serif, sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    line-height: 28px;
}

.inner-hover-box p {
    color: #fff;
    font-size: 15px;
    font-family: gotham, sans-serif, sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 12px;
    line-height: 20px;
}

.inner-hover-box a {
    display: inline-block;
    width: 63px;
    height: 63px;
    border: 1px solid #fff;
    border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    text-align: center;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.inner-hover-box a:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.inner-hover-box a i {
    font-size: 18px;
    line-height: 63px;
    color: #fff;
}

.choose-tempcore {
    padding-top: 40px;
    border-bottom: 1px solid #e0e0e0;
}

.image-sect {
    max-width: 100%;
    text-align: right;
}

.tempcore-features {
    margin-top: 15px;
}

.tempcore-features li {
    overflow: hidden;
    margin-bottom: 22px;
}

.tempcore-features li span {
    display: inline-block;
    float: left;
    width: 52px;
    height: 52px;
    background: #104495;
    border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    text-align: center;
    margin-right: 20px;
}

.tempcore-features li span i {
    color: #fff;
    font-size: 22px;
    line-height: 52px;
}

.tempcore-features li h4 {
    margin-top: 3px;
}

.tempcore-features li p {
    color: #787878;
    font-size: 15px;
    line-height: 22px;
    margin: 0;
}

.tempcore-line {
    padding: 10px 0;
    background: #104495;
    position: relative;
}

.tempcore-line:after {
    position: absolute;
    content: '';
    width: 1170px;
    max-width: 100%;
    left: 50%;
    margin-left: -585px;
    top: 100%;
    z-index: 2;
    height: 53px;
    background: url('../images/shadow.png') center center no-repeat;
}

.tempcore-line p {
    margin-right: 160px;
    color: #fff;
    font-size: 20px;
    font-family: gotham, sans-serif, sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    line-height: 30px;
}

.tempcore-line p span {
    font-weight: 600;
}

.tempcore-line i {
    font-size: 38px;
    color: #fff;
    margin-right: 20px;
}

.tempcore-line a {
    display: inline-block;
    float: right;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-family: gotham, sans-serif, sans-serif;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    background: #393c40;
    width: 195px;
    height: 54px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.tempcore-line a:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    background: #1C5183;
    border: 1px solid #2c2e32;
    border-radius: 4px;
}


/*-------------------------------------------------*/


/* =  Portfolio pages
/*-------------------------------------------------*/

.page-banner {
    padding: 80px 0;
    background: url('../upload/banner.jpg');
    overflow: hidden;
    text-align: center;
}

h1.page-title {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 40px;
}

h1.page-title span {
    background-color: #104495;
    color: #fff;
    padding: 32px;
    width: 345px;
    display: block;
    text-align: left;
    font-size: 20px;
    line-height: 1;
}

h1.page-title span a {
    color: #fff;
}

@media (min-width: 768px) {
    h1.page-title {
        max-width: 750px;
    }
}

@media (min-width: 992px) {
    h1.page-title {
        max-width: 970px;
    }
}

@media (min-width: 1200px) {
    h1.page-title {
        max-width: 1170px;
    }
}

h1.page-title span:before {
    content: '';
    background-image: url(../images/ccaq_title.svg);
    width: 60px;
    height: 20px;
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    display: block;
    margin-bottom: 20px;
    transform:rotate(180deg);
}

ul.page-tree {
    margin: 0;
    display: inline-block;
    background: rgba(62, 62, 62 0.5);
    padding: 10px 15px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
}

ul.page-tree li {
    position: relative;
    display: inline-block;
    margin-left: 40px;
}

ul.page-tree li:before {
    font-family: 'FontAwesome';
    content: '\f0a9';
    color: #fff;
    font-size: 14px;
    position: absolute;
    top: 0;
    left: -26px;
}

ul.page-tree li:first-child {
    margin-left: 0px;
}

ul.page-tree li:first-child:before {
    content: '';
}

ul.page-tree li a {
    display: inline-block;
    color: #fff;
    font-size: 13px;
    font-family: gotham, sans-serif, sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

ul.filter {
    margin-bottom: 20px;
    overflow: hidden;
    text-align: center;
}

ul.filter li {
    display: inline-block;
}

ul.filter li a {
    position: relative;
    display: inline-block;
    color: #6e6e6e;
    font-size: 17px;
    font-family: gotham, sans-serif, sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    padding: 10px 15px;
    background: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}

ul.filter li a.active,
ul.filter li a:hover {
    color: #fff;
    background: #104495;
}

.portfolio-container {
    width: 1170px;
    margin-left: -15px;
    margin-bottom: 20px;
}

.portfolio-container .project-post {
    margin: 15px;
}

.portfolio-container .project-post img {
    width: 100%;
}

.with-4-col .portfolio-container .project-post {
    width: 262px;
}

.with-3-col .portfolio-container .project-post {
    width: 360px;
}

.with-2-col .portfolio-container .project-post {
    width: 555px;
}

.portfolio-box.fullwidth .portfolio-container {
    width: 100%;
    margin: 0;
}

.portfolio-box.fullwidth .portfolio-container .project-post {
    margin: 0;
    width: 20%;
}

ul.pagination-list {
    margin-bottom: 35px;
    margin-top: 20px;
    text-align: center;
    clear:both;
}

ul.pagination-list li {
    display: inline-block;
    margin-bottom: 10px;
    margin-left: 2px;
    margin-right: 2px;
}

ul.pagination-list li a {
    display: inline-block;
    border: 1px solid #d8d8d8;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    padding: 6px 13px;
    text-decoration: none;
    font-family: gotham, sans-serif, sans-serif;
    font-size: 16px;
    color: #3e3e3e;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

ul.pagination-list li a.active,
ul.pagination-list li a:hover {
    background: #104495;
    border: 1px solid #104495;
    color: #fff;
}


/*-------------------------------------------------*/


/* =  Blog pages
/*-------------------------------------------------*/

.page-banner.blog-banner {
    /*background: url('/upload/revolution/CCAQ_homepage.png') no-repeat center top;
    background: url('/images/banners/BAnner_Bkgd.jpg') no-repeat center top;
    padding: 0;
    height: 200px;*/
    background: url("/upload/revolution/CCAQ_homepage.png?v=1") no-repeat center top 100%;
}

.page-banner.blog-banner .container {
    /*height: 100%;*/
}

.blog-post {
    margin-bottom: 20px;
    padding-bottom: 24px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}


/*.blog-post img {
    width: 100%;
}*/

.date-post {
    margin-bottom: 13px;
    /*margin-top: -28px;*/
}

ul.post-tags {
    display: inline-block;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.blog-post ul.post-tags li {
    display: inline-block;
    font-size: 11px;
    color: #104495;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-top:30px;
    margin-left: -5px;
}
.blog-post ul.post-tags li i{
    display: none;;
}
ul.post-tags li:before{
    display:none;
}

ul.post-tags li:first-child {
    margin-right: 10px;
}

ul.post-tags li a {
    display: inline-block;
    font-family: gotham, sans-serif, sans-serif;
    font-size: 15px;
    color: #104495;
    line-height: 16px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

ul.post-tags li a i {
    display: inline-block;
    font-size: 16px;
    margin-right: 7px;
}

.navigation {
    margin-bottom: 10px;
}

.publiee {
    font-size: 13px;
    color: #999;
}

.categorie {
    color: #ffffff;
}

.categorie a {
    font-style: italic;
    font-size: 14px !important;
}

.blog-post h2 {
    /*font-family: gotham,sans-serif, sans-serif;*/
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    /*font-size: 19px;*/
    font-family: gotham, sans-serif;
    font-size: 20px;
    color: #454545;
    line-height: 26px;
    text-align: center;
    margin: 25px 0 25px;
    /*text-transform: lowercase;*/
}

.blog-post h2:first-letter, .blog-post h2 a:first-letter {
    text-transform: uppercase;
}

.blog-post h2 a {
    display: inline-block;
    color: #104495;
    padding: 0 24px 15px;
    text-decoration: none !important;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
}

.blog-post h2 a:hover {
    opacity: 0.7;
}

.blog-post p {
    /*font-family: gotham,sans-serif, sans-serif;
    font-weight: 300;*/
    -webkit-font-smoothing: antialiased;
    /*font-size: 15px;*/
    color: #3e3e3e;
    /*#454545;*/
    /*line-height: 22px;*/
    /*text-align: center;*/
    margin: 0;
    /*max-height: 63px;*/
    overflow: hidden;
    /*padding: 0 24px;*/
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    font-family: gotham, sans-serif;
    font-size: 17px;
    line-height: 1.42857;
}


/*.blog-post:hover {
    background: #104495;
}

.blog-post:hover h2 a {
    color: #fff;
}
.blog-post:hover div.contenu-post {
    color: #fff!important;
    padding: 25px;
}*/

div.contenu-post {
    padding: 25px 0px;
}

.contenu-post ul,
.contenu-post ol {
    margin-bottom: 15px;
}


/*.blog-post:hover p {
    color: #fff;
}
.blog-post:hover ul, .blog-post:hover ol, .blog-post:hover b, .blog-post:hover strong {
    color: #fff;
}

.blog-post:hover ul.post-tags {
    background: #fff;
}

.blog-post:hover ul.post-tags li a {
    color: #104495;
}
*/

.search-widget {
    margin-bottom: 30px;
}

.search-widget input[type="search"] {
    color: #716565;
    font-size: 13px;
    font-family: gotham, sans-serif, sans-serif;
    padding: 15px 20px;
    border: 1px solid #dcdcdc;
    width: 100%;
    outline: none;
}

.search-widget input[type="search"]:focus {
    border: 1px solid #104495;
}

.search-widget button {
    background: #fff;
    border: none;
    float: right;
    margin-top: -35px;
    margin-right: 15px;
    position: relative;
    z-index: 2;
}

.search-widget button i {
    color: #104495;
    font-size: 18px;
}

.sidebar-widgets .widget>h5 {
    margin-bottom: 20px;
}

.accord-elem {
    margin-bottom: 20px;
}

.accord-title {
    padding: 16px 14px;
    border: 1px solid #dbdbdb;
    position: relative;
}

.accord-title h5 {
    padding-right: 48px;
}

.accord-title h5 i {
    color: #104495;
    font-size: 20px;
    vertical-align: middle;
    margin-right: 12px;
}

a.accord-link {
    display: inline-block;
    position: absolute;
    width: 46px;
    height: 100%;
    top: 0;
    right: 0;
    border-left: 1px solid #dbdbdb;
    background: url('../images/plus.png') center center no-repeat;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.accord-elem.active a.accord-link {
    background: url('../images/minus.png') center center no-repeat;
}

a.accord-link.opened {
    background: url('../images/minus.png') center center no-repeat;
}

.accord-content {
    display: none;
    padding: 22px;
    border: 1px solid #dbdbdb;
    border-top: none;
    overflow: hidden;
}

.accord-content span.image-content {
    display: inline-block;
    float: left;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    margin-right: 22px;
    background: #007aff;
}

.accord-content span.image-content i {
    color: #fff;
    font-size: 30px;
    text-align: center;
    width: 100%;
    line-height: 68px;
    vertical-align: middle;
}

.accord-elem.active .accord-content {
    display: block;
}

.tab-content-box {
    text-align: center;
    padding: 60px;
    border: 1px solid #dbdbdb;
}

.tab-box {
    text-align: center;
    padding: 65px 0 83px;
    border: 1px solid #dbdbdb;
    min-height: 365px;
}

.tab-content-sidebar {
    display: none;
}

.tab-content-sidebar:first-child {
    display: block;
}

ul.tab-links {
    border: 1px solid #dbdbdb;
    border-top: none;
    overflow: hidden;
    margin-bottom: 40px;
}

ul.tab-links li {
    float: left;
    width: 33.33%;
    text-align: center;
    border-left: 1px solid #dbdbdb;
}

ul.tab-links li:first-child {
    border-left: none;
}

ul.tab-links li {
    list-style: none!important;
    margin-left: 0!important;
}

ul.tab-links li a {
    display: inline-block;
    width: 100%;
    padding: 12px;
    color: #3e3e3e;
    font-size: 14px;
    font-family: gotham, sans-serif, sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
    background: #fff;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

ul.tab-links li a i {
    font-size: 30px;
    color: #104495;
    display: block;
    text-align: center;
    margin-bottom: 6px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

ul.tab-links li a:hover {
    color: #fff;
    background: #104495;
}

ul.tab-links li a:hover i {
    color: #fff;
}

.tabs-widget ul.tab-links {
    border-bottom: none;
    border-top: 1px solid #dbdbdb;
    margin-bottom: 0;
}

.tabs-widget ul.tab-links li a {
    font-size: 13px;
}

.tabs-widget ul.tab-links li a:hover {
    background: #fff;
    color: #104495;
}

.tabs-widget {
    margin-bottom: 30px;
}

.tabs-widget .tab-box {
    padding: 0;
    text-align: left;
    min-height: 20px;
}

.tabs-widget .tab-box .tab-content-sidebar {
    padding: 20px;
}

.tabs-widget .tab-content-sidebar ul li {
    overflow: hidden;
    margin-bottom: 16px;
    width: 100%;
    list-style: none outside none;
    margin-left: 0;
}

.tabs-widget .tab-content-sidebar ul li img {
    float: left;
    width: 45px;
}

.tabs-widget .tab-content-sidebar ul li h6 {
    line-height: 17px;
    color: #aeaeae;
    font-size: 13px;
    font-family: gotham, sans-serif, sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    margin-left: 55px;
}

.tabs-widget .tab-content-sidebar ul li h6 a {
    color: #aeaeae;
    text-decoration: none;
    display: inline-block;
}

.tabs-widget .tab-content-sidebar ul li h6 a:hover {
    color: #104495;
}

.accordion-widget {
    margin-bottom: 10px;
}

.accordion-widget .accord-content {
    padding: 18px;
}

.sidebar .tags-widget {
    margin-bottom: 20px;
}


/*-------------------------------------------------*/


/* =  Single post
/*-------------------------------------------------*/

.single-post ul li {
    list-style: disc;
    margin: 0 0 0 45px;
    /*padding: 0 10px;*/
    padding: 0;
}

.single-post ol li {
    list-style: decimal;
    margin: 0 0 0 45px;
    padding: 0 10px;
}
/*.single-post .blog-post {
    display: flex;
    flex-wrap: wrap;
}*/
.single-post .blog-post .navigation{
    order:3;
}
.single-post .blog-post .navigation tr{
    background-color:transparent !important;
}
.single-post .blog-post .navigation:last-child{
    display:none;
}
.single-post .blog-post .post-tags li:nth-child(1){
    display:block;
    margin:0;
}
.single-post .blog-post .post-tags li{
    margin:0;
}
ul.post-tags li {
    padding: 0;
    margin: 0;
}

.aligncenter {
    margin: auto;
    display: block
}

.alignright {
    float: right;
    display: block
}

.alignleft {
    float: left;
    display: block
}

.col-md-4 .alignright {
    float: none;
    display: block;
    margin: 0 auto;
}

.col-md-4 .alignleft {
    float: none;
    display: block
}

.single-post .date-post {
    margin-top: -55px;
    text-align: left;
    order:2;
}

.single-post .blog-post h2,
.single-post .blog-post p {
    text-align: left;
}

.single-post .blog-post h2 a {
    display: block;
}

.single-post .blog-post h2 {
    font-size: 1.7em;
    font-weight: 500;
    text-align: left;
}

.single-post .blog-post p {
    margin-bottom: 15px;
    max-height: inherit;
    font-family: gotham, sans-serif;
    font-size: 17px;
    line-height: 1.42857;
}

.comment-section {
    margin-bottom: 20px;
    overflow: hidden;
}

.comment-section h1 {
    font-size: 24px;
    text-transform: inherit;
    margin-bottom: 15px;
}

.comment-box {
    overflow: hidden;
    margin-bottom: 30px;
}

.comment-box img {
    float: left;
    max-width: 80px;
}

ul.depth {
    margin-left: 100px;
}

ul.depth li {
    position: relative;
}

ul.depth li:before {
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    top: 0;
    left: -60px;
    border-left: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.comment-content {
    padding-left: 100px;
}

.comment-content h6 {
    color: #3c3c3c;
    font-size: 14px;
    font-family: gotham, sans-serif, sans-serif;
    font-style: italic;
    line-height: 22px;
    border-bottom: 1px solid #e5e5e5;
    display: inline-block;
    margin: -4px 0 7px;
    padding-bottom: 4px;
}

.comment-content h6 span {
    color: #d1d1d1;
    font-style: normal;
}

.comment-content p {
    color: #a3a3a3;
    line-height: 26px;
}

.text-fields, .submit-area{
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(12, 6.5%);
    grid-auto-rows: max-content;
    grid-gap: 0 2%;
}
.text-fields .float-input, .submit-area *{
    /*width:50%;
    float:left;*/
    grid-column: span 6 / span 6;
}
::placeholder{
    color:#7DB4E2;
    font-size:11px;
    font-weight:500;
}
label, .select-filter label{
    color: #104495;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: .5rem;
    margin-top: 1.5rem;
    font-size: 14px;
}
.select-filter label{
    display:block;
}
.submit-area input, #searchbutton_conc{
    grid-row-start: 3;
    grid-row-end: 3;
    border-radius: 35px;
    font-size:11px !important;
    padding-bottom: 22px;
    padding-left: 38.5px;
    padding-right: 38.5px;
    padding-top: 22px;
    grid-column: span 3 / span 3;
    background-color:#104495;
    color: #fff;
}
#searchbutton_conc{
    text-align:center;
    max-width:200px;
}
#searchbutton_conc:hover{
    text-decoration: none;
    background-color:#7db4e2;
}
.submit-area label{
    grid-row-start: 1;
    grid-row-end: 1;
}
.submit-area textarea{
    grid-row-start: 2;
    grid-row-end: 2;
}
.submit-area {
}

.comment-form {
    overflow: hidden;
    margin-bottom: 40px;
}

.comment-form h1 {
    font-size: 24px;
    text-transform: inherit;
    margin-bottom: 16px;
}

.float-input {
    position: relative;
    padding-left: 0px;
}

.float-input span {
    position: absolute;
    width: 58px;
    height: 58px;
    border: 1px solid #eaeaea;
    top: 0px;
    left: 0px;
    z-index: 2;
    text-align: center;
    display:none;
}

.float-input span i {
    line-height: 32px;
    font-size: 12px;
    color: #104495;
    display: inline-block;
    width: 32px;
    height: 32px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid #104495;
    margin-top: 13px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}


/*.float-input select{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DCDCDC;
    color: #848484;
    font-size: 13px;
    outline: medium none;
    padding: 15px 20px;
    width: 100%;
}*/

.ui-dialog {
    width: 100%;
    /*max-width: 530px;*/
}

#ui-id-1 {
    font-size: 0.9em !important;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border: 0px solid transparent;
    background: #104495;
    font-weight: bold;
    color: #1d5987;
}
.ui-widget-content{
    background:#104495;
}
#contact-form input[type="text"],
#contact-form input[type="password"],
#contact-form textarea,
#contact-form select,
#login-form input[type="text"],
#login-form input[type="password"],
#login-form textarea,
#login-form select,
#partager-form input[type="text"],
.comment-form input[type="text"],
.comment-form textarea, input, select, textarea{
    color: #848484;
    font-size: 14px;
    font-family: gotham, sans-serif, sans-serif;
    border: 1px solid #eaeaea;
    border-left: none;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    outline: none;
    width: 100%;
    padding: 18px;
    display: block;
    margin-bottom: 10px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    border-radius:35px;
    margin-top: 20px;
}
input[type="checkbox"], input[type="radio"]{
    width:auto;
    display: inline;
}
#accept_ok{
    float:left;
}
.normal-input input {
    border: 1px solid #eaeaea !important;
}

#contact-form input[type="text"]:focus+span i,
#login-form input[type="text"]:focus+span i,
#partager-form input[type="text"]:focus+span i,
.comment-form input[type="text"]:focus+span i {
    color: #fff;
    background: #104495;
}

#contact-form textarea,
.comment-form textarea {
    height: 126px;
    border: 1px solid #eaeaea;
}

#contact-form input[type="submit"],
#login-form input[type="submit"],
#partager-form input[type="submit"],
.comment-form input[type="submit"] {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-family: gotham, sans-serif, sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    padding: 19px;
    background: #104495;
    text-transform: uppercase;
    border: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

#contact-form input[type="submit"]:hover,
#login-form input[type="submit"]:hover,
#partager-form input[type="submit"]:hover,
.comment-form input[type="submit"]:hover {
    opacity: 0.8;
}

#contact-form .message,
#partager-form .message,
.comment-form .message {
    height: 20px;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    float: none;
    margin-top: 5px;
}

#contact-form .message.error,
#partager-form .message.error,
.comment-form .message.error {
    color: #eb2c06;
}

#contact-form .message.success,
#partager-form .message.success,
.comment-form .message.success {
    color: #1e9397;
}


/*-------------------------------------------------*/


/* =  Contact
/*-------------------------------------------------*/

.page-banner.contact-banner {
    background: url('/upload/revolution/CCAQ_homepage.png?v=1');
}

.map {
    height: 440px;
    margin-bottom: 40px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    /* IE 6-9 */
}

#contact-form h1,
.contact-info h1 {
    font-size: 30px;
    text-transform: inherit;
    margin-bottom: 16px;
}

.contact-box h1 {
    text-transform: inherit;
}

#contact-form {
    margin-bottom: 30px;
    overflow: hidden;
}

.contact-info {
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 15px;
}

.contact-info p {
    font-size: 15px;
    color: #3e3e3e;
    line-height: 22px;
    margin-bottom: 15px;
}

.contact-info-list li {
    display: inline-block;
}

.contact-info-list li {
    display: inline-block;
    font-size: 14px;
    color: #3e3e3e;
    font-family: gotham, sans-serif, sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    margin-right: 20px;
    line-height: 22px;
}

.contact-info-list li i {
    font-size: 17px;
    color: #104495;
    margin-right: 10px;
}

.contact-info-list li a {
    color: #3e3e3e;
}


/*-------------------------------------------------*/


/* =  home 6
/*-------------------------------------------------*/

.home-section {
    padding-top: 40px;
    border-top: 1px solid #eeeeee;
}

.title-section.home-section h1 {
    font-size: 38px;
    text-transform: inherit !important;
}


/*-------------------------------------------------*/


/* =  shop page
/*-------------------------------------------------*/

.shop-widget .category-shop-list li {
    list-style: none;
    margin: 5px 0px;
    padding: 0;
}

.shop-banner {
    background: url('../upload/banner4.jpg');
}

.top-bar {
    /*padding: 9px;
    border: 1px solid #dbdbdb;
    height: 50px;
    margin-bottom: 30px;*/
    width:100%;
}

.top-bar .left-block {
    float: left;
}

.top-bar .right-block {
    float: right;
}

.select-filter .select-box {
    display: inline-block;
    margin-right: 10px;
}
.select-filter{
    display: grid;
    grid-template-columns: repeat(12, 6.5%);
    grid-auto-rows: max-content;
    grid-gap: 0 2%;
}
.select-filter label:nth-child(1), .select-filter .select-box:nth-child(2){
    grid-column-start: 1;
    grid-column-end: 6;
}
.select-filter label:nth-child(3), .select-filter .select-box:nth-child(4){
    grid-column-start: 6;
    grid-column-end: 12;
    grid-row-start: 1;
    grid-row-end: 1;
}
.select-filter .select-box:nth-child(4){
    grid-row-start: 2;
    grid-row-end: 2;
}
.select-filter select {
    height: 30px;
    width: 100px;
    border: 1px solid #dbdbdb;
    outline: none;
    font-size: 12px;
    font-family: gotham, sans-serif, sans-serif;
}

.top-bar .right-block span {
    color: #535353;
    font-size: 13px;
    font-family: gotham, sans-serif, sans-serif;
    margin-right: 9px;
}

.top-bar .right-block a {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #104495;
}

.top-bar .right-block i {
    font-size: 15px;
    color: #fff;
    line-height: 30px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.top-bar .right-block a:hover i {
    opacity: 0.7;
}

.product-post {
    margin-bottom: 50px;
}

.product-post img {
    width: 100%;
    margin-bottom: 15px;
    border-top-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-top-left-radius: 4px;
    -o-border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-top-right-radius: 4px;
    -o-border-top-right-radius: 4px;
}

.product-post h2 {
    color: #3e3e3e;
    font-size: 15px;
    font-family: gotham, sans-serif, sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    margin: 0 0 15px;
}

ul.product-list {
    overflow: hidden;
    border: 1px solid #dbdbdb;
}

ul.product-list li {
    float: left;
    border-left: 1px solid #dbdbdb;
}

ul.product-list li:first-child {
    border-left: none;
}

ul.product-list li a {
    display: inline-block;
    padding: 11px;
    color: #3e3e3e;
    font-size: 15px;
    font-family: gotham, sans-serif, sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    text-decoration: none !important;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

ul.product-list li a:hover {
    opacity: 0.6;
}

ul.product-list li a i {
    font-size: 18px;
    color: #104495;
}

ul.product-list li.details a {
    background: #f2f2f2;
}

ul.product-list li.price {
    padding: 11px 13px;
    background: #104495;
    font-size: 15px;
    font-family: gotham, sans-serif, sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    color: #fff;
}

.shop-widget {
    margin-bottom: 20px;
    border: 0px solid transparent;
}

.shop-widget h4 {
    color: #fff;
    font-size: 16px;
    font-family: gotham, sans-serif, sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    padding: 10px 14px;
    background: #104495;
}

.category-shop-list>li {
    border-top: 1px solid #dedede;
}

.category-shop-list>li:first-child {
    border-top: 1px solid #dedede;
}

.category-shop-list li a.accordion-link {
    display: inline-block;
    width: 100%;
    color: #3e3e3e;
    font-size: 13px;
    font-family: gotham, sans-serif, sans-serif;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    padding: 6px 8px;
    position: relative;
    text-decoration: none;
}

.category-shop-list li a.accordion-link:hover,
.category-shop-list li a.accordion-link.active,
.category-shop-list li a.accordion-link-no-sub:hover {
    color: #fff;
    background: #104495;
    /*opacity: 0.6;*/
}

.category-shop-list li a.accordion-link:after {
    position: absolute;
    content: '+';
    color: #7b7b7b;
    font-size: 15px;
    font-family: gotham, sans-serif;
    font-weight: 700;
    right: 9px;
    top: 5px;
}

.category-shop-list li a.accordion-link-no-sub {
    display: inline-block;
    width: 100%;
    color: #3e3e3e;
    font-size: 13px;
    font-family: gotham, sans-serif, sans-serif;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    padding: 6px 8px;
    position: relative;
    text-decoration: none;
}

.category-shop-list li a.accordion-link-no-sub.active {
    color: white;
    background: #104495;
}

.category-shop-list li a.accordion-link:hover:after,
.category-shop-list li a.accordion-link.active:after,
.category-shop-list li a.accordion-link-no-sub:hover {
    color: #fff;
}

.category-shop-list li a.accordion-link.active:after {
    content: '-';
    right: 13px;
}

.accordion-list-content {
    border-top: 1px solid #dedede;
    display: none;
    list-style: none;
}

.accordion-list-content li {
    margin: 5px 0;
    padding-left: 17px;
    position: relative;
}

.accordion-list-content li:before {
    content: "";
    width: 5px;
    height: 100%;
    border-radius: 0;
    background-color: #f5d452;
    position: absolute;
    top: 0px;
    left: 0px;
}

.accordion-list-content ul {}

.accordion-list-content li a {
    display: inline-block;
    color: black/*#767676*/
    ;
    font-size: 13px;
    font-family: gotham, sans-serif, sans-serif;
    padding: 0 20px;
}

ul.popular-product {
    padding: 0 10px;
}

ul.popular-product li {
    padding-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #dedede;
    overflow: hidden;
}

ul.popular-product li:first-child {
    border-top: none;
}

ul.popular-product li img {
    float: left;
    width: 50px;
}

ul.popular-product li div {
    margin-left: 60px;
}

ul.popular-product li h6 {
    color: #3e3e3e;
    font-size: 13px;
    font-family: gotham, sans-serif, sans-serif;
    margin: 0;
    margin-top: 4px;
}

ul.popular-product li h6 a {
    color: #3e3e3e;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

ul.popular-product li h6 a:hover {
    color: #104495;
}

ul.popular-product li span {
    color: #104495;
    font-size: 15px;
    font-family: gotham, sans-serif, sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
}

.price-range {
    padding: 18px 12px 12px;
    overflow: hidden;
}

#start-val,
#end-val {
    display: inline-block;
    border: none;
    float: left;
    padding: 0;
    color: #3e3e3e;
    font-size: 13px;
    font-family: gotham, sans-serif, sans-serif;
    max-width: 50px;
}

#end-val {
    float: right;
    text-align: right;
}

.home-shop {
    margin-top: 30px;
}


/*-------------------------------------------------*/


/* =  Home 2
/*-------------------------------------------------*/

.testimonials {
    padding: 60px 0;
}

.bxslider {
    text-align: center;
}

.testimonials .bxslider img {
    margin: 0 auto 22px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    padding: 10px;
    border: 1px solid #e2e2e2;
}

.message-content {
    padding-bottom: 20px;
}

.message-content p {
    color: #3e3e3e;
    font-size: 22px;
    font-family: gotham, sans-serif, sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    line-height: 30px;
}

.message-content h6 {
    color: #3e3e3e;
    font-size: 20px;
    font-family: gotham, sans-serif, sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    line-height: 30px;
    position: relative;
    margin: 20px 0 0;
}

.message-content h6:before {
    content: '';
    width: 110px;
    height: 1px;
    background: #3e3e3e;
    position: absolute;
    left: 50%;
    margin-left: -55px;
    top: -10px;
}

.message-content h6 span {
    font-weight: 600;
}

.accord-skills {
    background: url('../upload/background2.jpg');
    padding: 40px 0;
}

.title-section.white h1,
.title-section.white p {
    color: #fff;
}

.accord-skills-container {
    margin-top: 5px;
}

.skills-bars h4 {
    color: #fff;
    font-size: 24px;
    font-family: gotham, sans-serif, sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    margin: 0 0 5px;
}

.skills-bars>p {
    color: #fff;
    font-size: 17px;
    font-family: gotham, sans-serif, sans-serif;
    line-height: 25px;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    padding-bottom: 20px;
    margin: 0 0 20px;
    border-bottom: 1px solid #a5afaf;
}

.skills-progress p {
    color: #fff;
    font-size: 14px;
    font-family: gotham, sans-serif, sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    clear: both;
    margin-bottom: 6px;
}

.skills-progress p span {
    display: inline-block;
    color: #104495;
    float: right;
    font-weight: 400;
    margin-top: -5px;
}

.meter {
    height: 20px;
    /* Can be anything */
    position: relative;
    background: transparent;
    border: 1px solid #a2acac;
    margin-bottom: 25px;
}

.meter>span {
    display: block;
    height: 100%;
    position: relative;
    overflow: hidden;
    background: #104495;
}

.accord-skills-container h5,
.accord-skills-container p {
    color: #fff;
}

.accord-content img {
    float: left;
    margin-right: 20px;
    margin-top: 7px;
}

.accord-skills-container .accord-content p {
    font-size: 17px;
    font-family: gotham, sans-serif, sans-serif;
    line-height: 25px;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
}

.accord-skills-container a.accord-link {
    background: none !important;
    text-align: center;
    text-decoration: none !important;
    width: 64px;
}

.accord-skills-container a.accord-link:after {
    font-family: 'FontAwesome';
    content: '\f055';
    font-size: 37px;
    color: #fff;
    line-height: 64px;
    opacity: 0.5;
}

.accord-skills-container .accord-elem.active a.accord-link:after {
    content: '\f056';
    opacity: 1;
}

.accord-skills-container .accord-title {
    padding: 24px 30px;
}

.accord-skills-container .accord-content {
    padding: 26px;
}

.members-section {
    padding: 70px 0 30px;
}

.staff-post {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    margin-bottom: 30px;
    font-size: 14px;
    text-align: center;
}

.staff-post img {
    width: 100% !important;
    /*transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    -webkit-backface-visibility: hidden;*/
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    object-fit: cover;
    border-radius:100%;
    position:absolute;
}

.staff-post:hover img {
    /*transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);*/
}

.staff-post-content {
    padding: 14px;
    text-align: center;
    z-index: 2;
    height: 150px;
    -webkit-backface-visibility: hidden;
}

.col-md-3 .staff-post p {
    font-size: 16px;
    text-align: center;
}

.col-md-3 .staff-post .staff-post-content p {
    font-size: 16px;
    margin-top: 10px;
    text-align: center;
}

.staff-post-content .courriel a {
    color: #F0B410;
}
.staff-post-content .courriel a{
    width: 55px;
    height: 55px;
    background-color: #fff;
    position: absolute;
    bottom: 160px;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 100%;
    color: #104495;
    z-index: 1;
    font-size: 25px;
    -webkit-transition: color .2s ease-in-out,background-color .2s ease-in-out;
    transition: color .2s ease-in-out,background-color .2s ease-in-out;
    background-color: #104495;
    text-indent:-9999999px;
    overflow:hidden;
}
.staff-post-content .courriel a:hover{
    background-color: #fff;
}
span.courriel a:before{
    content: '';
    background-image: url(/images/email.svg);
    width: 55px;
    height: 55px;
    background-size: 30px 30px;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
}
span.courriel a:after{
    content: '';
    background-image: url(/images/email2.svg);
    width: 55px;
    height: 55px;
    background-size: 30px 30px;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition:opacity 500ms ease;
}
span.courriel a:hover:after{
    opacity:0;
    transition:opacity 500ms ease;
}
.staff-post-content h5 {
    color: rgb(86,86,86);
    font-size: 16px;
    font-family: gotham, sans-serif, sans-serif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    line-height: 20px;
}

.staff-post-content span {
    display: inline-block;
    color: #fff;
    font-size: 13px;
    font-family: gotham, sans-serif, sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    margin: 0;
}

.staff-post-gal {
    /*border: 1px solid #104495;*/
    position: relative;
    overflow: hidden;
    padding-bottom: 100%;
}

ul.staf-social {
    text-align: center;
    padding: 14px 12px;
    border: 1px solid #104495;
}

ul.staf-social li {
    display: inline-block;
    margin-right: 7px;
}

ul.staf-social li:last-child {
    margin-right: 0px;
}

ul.staf-social li a {
    display: inline-block;
    width: 38px;
    height: 38px;
    border: 1px solid #104495;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    text-align: center;
    text-decoration: none;
}

ul.staf-social li a i {
    display: inline-block;
    line-height: 38px;
    font-size: 18px;
    color: #104495;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    -webkit-backface-visibility: hidden;
}

ul.staf-social li a:hover i {
    color: #fff;
}

ul.staf-social li a:hover {
    background: #104495;
    border: 1px solid #104495;
}

#contacteznous:hover {
    font-size: 15px;
    border: 0;
    font-weight: bold;
    text-decoration: underline;
}

#infolettre {
    background-color: #3e4347;
    display: block;
    border-radius: 5px 5px 0 0;
}

#infolettre h4 {
    margin-bottom: 0;
}

#zone_infolettre {
    display: none;
    border: 1px solid #3e4347;
    padding: 5px;
    font-size: 14px;
}

#zone_infolettre div {
    margin: 5px 15px 10px 5px;
}

.etiquette {
    display: inline-block;
    width: 70px;
}

#submit_newsletter {
    background-color: #104495;
    border: 0 solid black;
    color: #ffffff;
    padding: 5px 10px;
}

#submit_newsletter:hover {
    background-color: #49749D;
}

#zoneButtonInfolettre {
    text-align: right;
    margin-top: 15px !important;
}

#textedeloi {
    font-size: 11px;
}

#enveloppe {
    font-size: 25px;
    float: left;
    margin-right: 15px;
    margin-top: 3px;
}

.calendar-container {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}

.calendar-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*-------------------------------------------------*/


/* =  About page
/*-------------------------------------------------*/

.about-banner {
    background: url('../upload/banner5.jpg');
}

.about-title {
    margin-bottom: 0 !important;
}

.statistic-section {
    padding-top: 40px;
}

.statistic-post {
    text-align: center;
    padding: 60px;
    position: relative;
}

.statistic-box .col-md-3:not(:first-child) .statistic-post:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 7px;
    height: 50px;
    background: #f5d452;
}

span.icon-stat {
    display: inline-block;
    padding: 0 15px 18px;
}

span.icon-stat i {
    color: #104495;
    font-size: 44px;
}

span.icon-stat i:before {
    background: -webkit-gradient(linear, left bottom, left top, from(#104495), to(#7db4e2));
    background: linear-gradient( 0deg, #104495, #7db4e2);
    -webkit-background-clip: text;
    -webkit-text-stroke: 6px transparent;
    color: #fff;
    width: 60px;
    height: 60px;
    display: block;
    padding-top: 10px;
}

.statistic-post p span.numb {
    font-size: 60px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
    white-space: nowrap;
    color: #104495;
}

.statistic-post p {
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #104495;
}

.white-back {
    background: none;
}

.white-back .accord-skills-container h5,
.white-back .accord-skills-container p {
    color: #787878;
}

.white-back .accord-skills-container a.accord-link:after {
    color: #104495;
}

.white-back .skills-bars h4 {
    color: #787878;
}

.white-back .skills-bars>p {
    color: #787878;
}


/*-------------------------------------------------*/


/* =  Home3
/*-------------------------------------------------*/

.vertical-tabs,
.horizontal-tabs {
    padding: 70px 0;
}

.vertical-tabs .nav-tabs {
    float: left;
    width: 250px;
    /*width: 370px;*/
    border: none;
}

.single-post ul.nav-tabs li {
    padding: 0;
}

.vertical-tabs .nav-tabs li {
    display: block;
    float: none;
    border: 1px solid #dedede;
    border-top: none;
    margin: 0;
}

.vertical-tabs .nav-tabs li:first-child {
    border-top: 1px solid #dedede;
}

.nav.nav-tabs li a {
    display: block;
    border: none !important;
    margin: 0;
    padding: 28px;
    color: #3e3e3e;
    font-size: 15px;
    font-family: gotham, sans-serif, sans-serif;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    background: #fff;
}

.nav.nav-tabs li a i {
    color: #104495;
    font-size: 24px;
    margin-right: 18px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.nav.nav-tabs li.active a i {
    color: #ffffff;
}

.nav.nav-tabs li.active a {
    color: #ffffff;
    background: #104495;
}

.vertical-tabs .tab-content {
    margin-left: 249px;
    /*margin-left: 369px;*/
    border: 1px solid #dedede;
}

.tab-content .tab-pane {
    padding: 30px 35px 15px;
    overflow: hidden;
}

.tab-content .tab-pane img {
    float: left;
    margin-right: 30px;
}

.tab-content .tab-pane h3 {
    color: #3e3e3e;
    font-size: 30px;
    font-family: gotham, sans-serif, sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    margin: 0 0 10px;
}

.tab-content .tab-pane p {
    color: #3e3e3e;
    font-size: 15px;
    font-family: gotham, sans-serif, sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    margin: 0 0 20px;
    line-height: 22px;
}

.tab-content .tab-pane ul li,
.tab-content .tab-pane ol li {
    color: #3e3e3e;
    font-size: 15px;
    font-family: gotham, sans-serif, sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    line-height: 22px;
}


/*.tab-content .tab-pane iframe {
    float: left;
    margin-right: 30px;
    height: 260px;
    width: 360px;
}*/

.video-back {
    position: relative;
    padding: 50px 0;
}

#customElement {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #3e3e3e;
}

#customElement:after {
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: rgba(62, 62, 62 0.6);
    z-index: 0;
}

.services-box2 .services-post {
    margin-bottom: 50px;
}

.services-box2 .services-post>a {
    display: inline-block;
    float: left;
    width: 80px;
    height: 80px;
    background: #104495;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    text-decoration: none;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.services-box2 .services-post:hover>a {
    transform: scale(1.2) rotate(360deg);
    -webkit-transform: scale(1.2) rotate(360deg);
    -moz-transform: scale(1.2) rotate(360deg);
    -o-transform: scale(1.2) rotate(360deg);
}

.services-box2 .services-post>a i {
    font-size: 28px;
    color: #fff;
    line-height: 80px;
}

.services-box2 .services-post-content {
    margin-left: 110px;
}

.services-box2 .services-post-content h4 {
    color: #fff;
    font-size: 20px;
    font-family: gotham, sans-serif, sans-serif;
    font-weight: 700;
    line-height: 22px;
    margin: 0 0 10px;
}

.services-box2 .services-post-content p {
    color: #fff;
    font-size: 15px;
    font-family: gotham, sans-serif, sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    line-height: 22px;
    margin: 0 0 10px;
}

.services-box2 .services-post-content a {
    display: inline-block;
    color: #fff;
    font-size: 13px;
    font-family: gotham, sans-serif, sans-serif;
    padding: 7px 16px;
    border: 1px solid #fff;
    text-decoration: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.services-box2 .services-post-content a:hover {
    color: #104495;
    background: #fff;
}

.horizontal-tabs .nav-tabs {
    border: 1px solid #dedede;
}

.horizontal-tabs .nav-tabs li {
    margin: 0;
}

.horizontal-tabs .nav-tabs li {
    border-right: 1px solid #dedede;
}

.horizontal-tabs .tab-content {
    border: 1px solid #dedede;
    border-top: none;
}


/*-------------------------------------------------*/


/* =  Home 4
/*-------------------------------------------------*/

.table-box {
    padding: 50px 0;
}

.table-responsive {
    text-align: center;
}

.table-responsive th {
    padding: 16px !important;
    background: #104495;
    color: #fff;
    font-size: 17px;
    font-family: gotham, sans-serif, sans-serif;
    font-weight: 700;
    text-align: center;
}

.table-responsive td {
    padding: 16px !important;
    background: #fff;
    color: #595959;
    font-size: 15px;
    font-family: gotham, sans-serif, sans-serif;
    text-align: center;
    border: 1px solid #dedede !important;
}

.table-responsive tr:nth-child(2n+1) td {
    background: #f5f5f5;
}

.clients {
    padding: 50px 0;
    background: url('../upload/background5.jpg');
}

ul.clients-logo {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
    margin-top: 10px;
}

ul.clients-logo li {
    float: left;
    width: 22%;
    margin-left: 4%;
}

ul.clients-logo li:first-child {
    margin-left: 0%;
}

ul.clients-logo li a {
    display: block;
    height: 180px;
    padding: 65px 10px 0;
    text-align: center;
    background: rgba(62, 62, 62 0.2);
}

ul.clients-logo li a img {
    display: inline-block;
    line-height: 200px;
    max-width: 100%;
}

.latest-posts {
    padding: 50px 0 30px;
}


/*-------------------------------------------------*/


/* =  Home 5
/*-------------------------------------------------*/

.pricing-box {
    padding: 60px 0;
}

ul.pricing-table {
    width: 100%;
    margin-bottom: 15px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

ul.pricing-table:hover {
    box-shadow: 0 0 20px #c6c6c6;
}

ul.pricing-table li {
    width: 100%;
    text-align: center;
    padding: 15px 0;
    border: 1px solid #dbdbdb;
    border-top: none;
    background: #fff;
}

ul.pricing-table li:first-child {
    padding: 35px 0;
    border: none;
    background: #104495;
}

ul.pricing-table li p {
    color: #555555;
    font-size: 15px;
    font-family: gotham, sans-serif, sans-serif;
}

ul.pricing-table li:first-child p {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
}

ul.pricing-table li:first-child span {
    color: #fff;
    font-size: 16px;
    font-family: gotham, sans-serif, sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    line-height: 20px;
}

ul.pricing-table li a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-family: gotham, sans-serif, sans-serif;
    font-weight: 700;
    padding: 12px 20px;
    background: #104495;
    text-decoration: none;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

ul.pricing-table li a:hover {
    opacity: 0.8;
}

.services-box3 {
    padding: 40px 0;
    background: url('../upload/background4.jpg');
    text-align: center;
}

.services-box3 .services-post {
    margin-bottom: 20px;
}

.services-box3 .services-post>a {
    display: inline-block;
    width: 93px;
    height: 93px;
    border: 1px solid #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    margin-bottom: 24px;
}

.services-box3 .services-post:hover>a {
    transform: scale(1.4) rotate(360deg);
    -webkit-transform: scale(1.4) rotate(360deg);
    -moz-transform: scale(1.4) rotate(360deg);
    -o-transform: scale(1.4) rotate(360deg);
    border: none;
}

.services-box3 .services-post>a i {
    font-size: 30px;
    color: #fff;
    line-height: 93px;
}

.services-box3 .services-post-content h4 {
    color: #fff;
    font-size: 28px;
    font-family: gotham, sans-serif, sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    line-height: 30px;
    margin: 0 0 10px;
}

.services-box3 .services-post-content p {
    color: #fff;
    font-size: 15px;
    font-family: gotham, sans-serif, sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    line-height: 22px;
    margin: 0 0 12px;
}

.services-box3 .services-post-content a {
    display: inline-block;
    position: relative;
    overflow: hidden;
    color: #fff;
    font-size: 13px;
    font-family: gotham, sans-serif, sans-serif;
    padding: 9px 13px 9px 55px;
    border: 1px solid #fff;
    text-decoration: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.services-box3 .services-post-content a span {
    position: absolute;
    width: 42px;
    height: 100%;
    background: #fff;
    text-align: center;
    top: 0;
    left: 0;
}

.services-box3 .services-post-content a span i {
    color: #104495;
    font-size: 18px;
    line-height: 38px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.services-box3 .services-post-content a:hover span i {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.left-img {
    padding: 60px 0;
}

.img-holder img {
    max-width: 100%;
    margin-bottom: 20px;
}

.text-holder h2 {
    color: #3e3e3e;
    font-size: 30px;
    font-family: gotham, sans-serif, sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    margin: 0 0 6px;
}

.text-holder p {
    color: #3e3e3e;
    font-size: 15px;
    font-family: gotham, sans-serif, sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    line-height: 22px;
    margin: 0 0 15px;
}

.text-holder a {
    display: inline-block;
    color: #fff;
    font-size: 13px;
    font-family: gotham, sans-serif, sans-serif;
    padding: 9px 16px;
    background: #104495;
    text-decoration: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.text-holder a:hover {
    opacity: 0.7;
}


/*-------------------------------------------------*/


/* =  Home 10
/*-------------------------------------------------*/

.inner-tempcore-line {
    padding: 40px;
    background: #104495;
}

.inner-tempcore-line p {
    margin-right: 160px;
    color: #fff;
    font-size: 26px;
    font-family: gotham, sans-serif, sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    line-height: 26px;
}

.inner-tempcore-line p.small-text {
    font-size: 16px;
}

.inner-tempcore-line p span {
    font-weight: 600;
}

.inner-tempcore-line a {
    display: inline-block;
    float: right;
    text-align: center;
    color: #104495;
    font-size: 16px;
    font-family: gotham, sans-serif, sans-serif;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    background: #fff;
    width: 145px;
    height: 54px;
    line-height: 54px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.inner-tempcore-line a:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}


/*-------------------------------------------------*/


/* =  Single project
/*-------------------------------------------------*/

.project-content {
    margin-bottom: 30px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 19px;
}

.project-content img {
    width: 100%;
    margin-bottom: 15px;
}

.project-content h1 {
    color: #787878;
    font-size: 24px;
    font-family: gotham, sans-serif, sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    text-transform: capitalize;
    margin: 0 0 15px;
}

.project-content p {
    color: #787878;
    font-size: 15px;
    font-family: gotham, sans-serif, sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    text-transform: capitalize;
    line-height: 22px;
    margin: 0 0 15px;
}

.other-works .project-post {
    margin-bottom: 30px;
}

.other-works {
    margin-bottom: 30px;
}


/*-------------------------------------------------*/


/* =  Footer
/*-------------------------------------------------*/

.up-footer {
    background: #104495;
    padding: 50px;
}
footer .container{
    max-width: 85%;
}

.text-widget img {
    margin-bottom: 15px;
}
.logo-footer{
    max-width:100px;
    display: block;
}
.up-footer p {
    color: hsla(0, 0%, 100%, .7);
}

.text-widget p {
    color: #cdd2d8;
    font-size: 13px;
    font-family: gotham, sans-serif, sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    line-height: 22px;
    margin: 0;
}

.footer-widgets h4,
.tempcore-line a:nth-child(1) {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .6px;
    padding: 22px 38px;
    background-color: #fff;
    color: #000;
    border-radius: 48px;
    -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out;
    transition: color .2s ease-in-out, background-color .2s ease-in-out;
    display: inline-block;
    font-weight: 500;
    background-color: hsla(0, 0%, 100%, 0);
    color: #fff;
    border: 1px solid #fff;
    margin-bottom: 20px;
}

.footer-widgets h4 b,
.footer-widgets h4 strong {
    color: #fff;
}

.footer-widgets:hover h4 b,
.footer-widgets:hover h4 strong {
    color: #104495;
}

.footer-widgets:hover h4,
.tempcore-line a:nth-child(1):hover {
    color: #104495;
    border: 1px solid #fff;
    background: #fff;
}

.posts-widget-list li {
    border-bottom: 1px solid #383c40;
    margin-bottom: 7px;
}

.posts-widget-list li p {
    color: #cdd2d8;
    font-size: 13px;
    font-family: gotham, sans-serif, sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    line-height: 18px;
    margin-bottom: 7px;
}

.posts-widget-list li p a {
    color: #cdd2d8;
}

ul.tag-widget-list li {
    display: inline-block;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 6px;
    padding: 0;
}

ul.tag-widget-list li a {
    display: inline-block;
    background-color: #587cb5;
    border-radius: 1rem;
    padding: 3px 1rem;
    font-size: 14px;
    color:#fff;
}

ul.tag-widget-list li a:hover,
ul.tag-widget-list li.active a {
    color: #fff;
    background: #104495;
}

ul.flickr-list {
    overflow: hidden;
}

ul.flickr-list li {
    float: left;
    margin-right: 0px;
    margin-bottom: 15px;
}

ul.flickr-list li:nth-child(2n) {
    margin-right: 0px;
    float: right;
}

ul.flickr-list li a {
    display: inline-block;
    /*padding: 5px;
    background: #353a3e;
    border: 1px solid #494f54;
    max-width: 60px;*/
    overflow: hidden;
    /*border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;*/
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

ul.flickr-list li a img {
    width: 100%;
    /*border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;*/
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

ul.flickr-list li a:hover {
    /*transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    opacity: 0.8;*/
}

.footer-line {
    background: #fff;
    overflow: hidden;
    padding: 25px 0;
}

.footer-line p {
    float: left;
    color: #104495;
    font-size: 15px;
    font-family: gotham, sans-serif, sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    line-height: 32px;
}

ul.footer-social-icons {
    float: right;
}

ul.footer-social-icons li {
    display: inline-block;
    margin-left: 10px;
}

ul.footer-social-icons li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    border: 1px solid #fff;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

ul.footer-social-icons li a i {
    font-size: 15px;
    line-height: 30px;
    color: #fff;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

ul.footer-social-icons li a:hover {
    background: #fff;
}

ul.footer-social-icons li a:hover i {
    color: #393d40;
}

#connexion-button {
    width: 110px !important;
    padding: 10px !important;
}


/*-------------------------------------------------*/


/* =  nouislider style (used in priccing range)
/*-------------------------------------------------*/

.noUi-target * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -ms-touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: default;
}

.noUi-base {
    width: 100%;
    height: 6px;
    position: relative;
    max-width: 100%;
    max-height: 100%;
    z-index: 1;
    border: 1px solid #dbdbdb;
    margin-bottom: 15px;
}

.noUi-handle {
    background: #EEE;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    margin: -6px 0 0 -6px;
    border: 1px solid #bdbdbd;
    background: #ebebeb url('../images/price-range.png') center center no-repeat;
}

.noUi-connect {
    background: Teal;
    background: #394f61 url('../images/price-range.png') center center no-repeat;
}

.noUi-background {
    background: #f5f5f5;
}

.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    border-radius: inherit;
    background: #104495;
}

.noUi-origin-upper {
    background: inherit !important;
}

.noUi-z-index {
    z-index: 10;
}

.noUi-vertical {
    width: 40px;
    height: 100%;
}

.noUi-vertical .noUi-origin {
    bottom: 0;
    left: 0;
}

.noUi-vertical .noUi-handle {
    margin: -23px 0 0 -3px;
}

.noUi-target[disabled] .noUi-base {
    background: #999;
}

.noUi-target[disabled] .noUi-connect {
    background: #BBB;
}

.noUi-state-tap .noUi-origin {
    -webkit-transition: left 0.3s, top 0.3s;
    transition: left 0.3s, top 0.3s;
}

.flexslider li {
    list-style: none;
}


/* Nouveau style pour les nouvelles 1 colonne */

.news-list .aligncenter,
.news-list .alignleft,
.news-list .alignright {
    text-align: center;
    float: none;
    margin: 0 auto;
}
.news-list .row{
    width:33.33334%;
    float:left;
    padding:20px;
}
.news-list{
    display:flex;
    flex-wrap:wrap;
}
.news-list .news-left {
    /*float: left;
    width: 31%;*/
}

.news-list .news-right {
    /*float: left;
    width: 69%;
    padding: 0 0 0 15px;*/
}

.news-list .news-right h2 {
    text-align: left;
    font-size: 22px;
}

.news-list .news-right h2 a {
    border-bottom: none;
    padding-bottom: 0px;
}

.news-list .news-right a,
.news-list .news-right h2 p {
    padding: 0 0 15px;
    display: block;
}
.news-list .news-right p:last-child a{
    text-indent:-999999px;
    overflow:hidden;
    text-align: left !important;
}
.news-list .news-right p:last-child a{
    width: 55px;
    height: 55px;
    background-color: #104495;
    position: absolute;
    top:180px;
    right: 0px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 100%;
    color: transparent !important;
    z-index: 1;
    font-size: 25px;
    -webkit-transition: color .2s ease-in-out,background-color .2s ease-in-out;
    transition: color .2s ease-in-out,background-color .2s ease-in-out;
}
.news-list .news-right p:last-child a:before{
    content:'+';
    display:block;
    text-indent:0px;
    color:#fff;
    font-size: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.news-list .news-right p:last-child a:hover{
    background-color:#fff;
}
.news-list .news-right p:last-child a:hover:before{
    color:#104495;
}

.news-list .news-right p {
    font-size: 15px;
    line-height: 1.2;
}

.news-list ul.post-tags {
    display: block;
}

.excel {
    background-image: url(/images/icon_excel.png);
    background-attachment: scroll;
    background-position: left top;
    background-repeat: no-repeat;
    display: inline-block;
    height: auto;
    min-height: 24px;
    padding-left: 28.8px !important;
    vertical-align: top;
}

.external {
    background-image: url(/images/icon_external.png);
    background-attachment: scroll;
    background-position: left top;
    background-repeat: no-repeat;
    display: inline-block;
    height: auto;
    min-height: 24px;
    padding-left: 28.8px !important;
    vertical-align: top;
}

.pdf {
    background-image: url(/images/icon_pdf.png);
    background-attachment: scroll;
    background-position: left top;
    background-repeat: no-repeat;
    display: inline-block;
    height: auto;
    min-height: 24px;
    padding-left: 28.8px !important;
    /*width:300px;*/
    margin-bottom:0px;
    padding-right:5px;
    vertical-align: top;
}

.word {
    background-image: url(/images/icon_word.png);
    background-attachment: scroll;
    background-position: left top;
    background-repeat: no-repeat;
    display: inline-block;
    height: auto;
    min-height: 24px;
    padding-left: 28.8px !important;
    /*width:300px;*/
    margin-bottom:0px;
    padding-right:5px;
    vertical-align: top;
}

.zip {
    background-image: url(/images/icon_zip.png);
    background-attachment: scroll;
    background-position: left top;
    background-repeat: no-repeat;
    display: inline-block;
    height: auto;
    min-height: 24px;
    padding-left: 28.8px !important;
    /*width:300px;*/
    margin-bottom:0px;
    padding-right:5px;
    vertical-align: top;
}

iframe.oldsite {
    width: 1150px;
    height: 1000px;
    border: 1px solid black;
    -ms-zoom: 0.75;
    -moz-transform: scale(0.75);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.75);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.75);
    -webkit-transform-origin: 0 0;
}

div#login-button {
    background: #fff!important;
}

.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next {
    border-radius: 100%;
    background-color: #f5d452;
    border: none;
}

.flex-direction-nav .flex-prev:hover,
.flex-direction-nav .flex-next:hover {
    border-radius: 100%;
    background-color: #104495;
    border: none;
}

.flex-direction-nav .flex-prev:after,
.flex-direction-nav .flex-next:after {
    color: #104495;
}

.flex-direction-nav .flex-prev:hover:after,
.flex-direction-nav .flex-next:hover:after {
    color: #f5d452;
}

.nav .caret {
    display: none;
}

.ui-widget-header {
    background: #104495 !important;
}

#cms_content a {
    color: #104495;
    text-decoration: underline;
}

#cms_content a:hover {
    color: #f5d452;
}

b,
strong {
    color: #104495;
    text-transform: uppercase;
}
table td[style="background-color: #1b5185; color: #ffffff;"] strong{
    color: #fff !important;
}

ul.tag-widget-list li a {
    text-transform: lowercase;
}

ul.tag-widget-list li a:first-letter {
    text-transform: uppercase;
}
.blog-post{
    position: relative;
}
.blog-post ul li {
    position: relative;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
}
.blog-post > p:last-child a{
    text-indent:-999999px;
    overflow:hidden;
    text-align: left !important;
}
.blog-post > p:last-child a{
    width: 55px;
    height: 55px;
    background-color: #104495;
    border-radius: 100%;
    color: transparent !important;
    z-index: 1;
    font-size: 25px;
    -webkit-transition: color .2s ease-in-out,background-color .2s ease-in-out;
    transition: color .2s ease-in-out,background-color .2s ease-in-out;
    position: relative;
    display: block;
    float: right;
}
.blog-post > p:last-child a:hover{
    background-color:#fff;;
}
.blog-post > p:last-child a:hover:before{
    color:#104495;
}
.blog-post > p:last-child a:before{
    content:'+';
    display:block;
    text-indent:0px;
    color:#fff;
    font-size: 25px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.blog-post ul:not(.nav-tabs) li:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 0;
    background-color: #f5d452;
    position: absolute;
    top: 6px;
    left: -32px;
}
.blog-post table ul:not(.nav-tabs) li{
    list-style: circle;
}
.blog-post table ul:not(.nav-tabs) li:before {
    display:none;
}
.blog-post ul li {
    list-style: none;
    color: #666;
}
.blog-post  > div > a:nth-child(1) img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;

}
.blog-post  > div > a:nth-child(1){
    padding-bottom: 100%;
    display: block;
    position: relative;
}
.nav.nav-tabs li a:hover {
    background-color: #104495;
    color: #fff;
}

/*table tr:nth-child(1) {
    color: #fff !important;
    background-color: #104495 !important;
}*/

table td,
table th {
    padding: 12px;
    border-collapse: separate;
}
.news-left > div:nth-child(1) a{
    padding-bottom: 100%;
    display: block;
    position: relative;
}
.news-left > div:nth-child(1) img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}
#btnConcession:hover,#btnConstructeur:hover, #conc_results a[href="javascript:void(0);"]:hover{
    color: #104495 !important;
    background: #fff !important;
    cursor:pointer;
    transition:background 500ms ease !important;
}
#btnConcession,#btnConstructeur, #conc_results a[href="javascript:void(0);"]{
    color: #fff !important;
    position: relative !important;
    background-clip: padding-box !important;
    border: 2px solid transparent !important;
    background-color: hsla(0,0%,100%,0) !important;
}
#btnConcession,#btnConstructeur, #conc_results a[href="javascript:void(0);"]{
    text-decoration: none !important;
    text-transform: uppercase !important;
    font-size: 11px !important;
    letter-spacing: .6px !important;
    padding: 2em 3.5em !important;
    background-color: #fff !important;
    color: #fff !important;
    border-radius: 3rem !important;
    -webkit-transition: color .2s ease-in-out,background-color .2s ease-in-out !important;
    transition: color .2s ease-in-out,background-color .2s ease-in-out !important;
    display: inline-block !important;
    font-weight: 500 !important;
    background: -webkit-gradient(linear,left top, right top,from(#104495),to(#7db4e2));
    background: linear-gradient( 
90deg
 ,#104495,#7db4e2);
 width:auto !important;
 transition:background 500ms ease !important;
}
#corpo_name{
    font-size:40px;
    line-height: 1;
}
td[style="text-align: center; width: 200px; color: #d6d6c7; background-color: #484839;"], td[style="text-align: center; width: 200px; color: #d6d6c7; background-color: #484839; vertical-align: top;"], td[style="background-color: #1b5185; color: #ffffff;"]{
    background-color: #104495 !important;
    color:#fff !important;
}
.search-widget button{
    margin-top: -40px !important;
}
.tempcore-line p, .footer-widgets h4, .tempcore-line a:nth-child(1){
    position: relative;
    top: 12px;
}
.tempcore-line a:nth-child(1){
    top:10px;
}
header.active .navbar-brand img{
    max-width: 150px;
    height: 50px;
}
header.active .navbar-nav {
    float: right;
    margin-top: 25px;
}
header.active .navbar{
    margin-bottom: 5px;
}
.category-shop-list li a.accordion-link.active{
    background-color: #104495;
    color: #fff;
    padding: 25px;
    width: 100%;
    display: block;
    text-align: left;
    font-size: 16px;
    line-height: 1;
}
.category-shop-list li a.accordion-link.active:before {
    content: '';
    background-image: url(../images/ccaq_title.svg);
    width: 45px;
    height: 20px;
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    display: block;
    margin-bottom: 15px;
    transform:rotate(180deg);
}
.shop-sidebar .search-widget button {
    margin-top: -48px !important;
}
#login-button p{
    color:#000 !important;
    padding: 5px 10px;
    vertical-align: middle;
    display: inline-block;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}
#login-button{
    color:#000 !important;
    padding: 5px 10px;
    vertical-align: middle;
    display: inline-block;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
#selectCompagnieBottom{
    width:50%;
    margin:2px 0px;
}
#bandeMenu, .navbar{
    background-color:#fff;
}
/*.navbar-default .navbar-nav .sublevel{
    margin-left: 40px;
    font-style: italic;
    font-size: 12px;
}
@media screen and (min-width: 768px) {
    .mega-dropdown {
        position: static !important;
    }
    .mega-dropdown-menu {
        padding: 20px 0px;
        width: 100%;
        box-shadow: none;
        -webkit-box-shadow: none;
    }
    .mega-dropdown-menu > li > ul {
        padding: 0;
        margin: 0;
    }
    .mega-dropdown-menu > li > ul > li {
        list-style: none;
    }
    .mega-dropdown-menu > li > ul > li > a {
        display: block;
        padding: 3px 5px;
    }
    .mega-dropdown-menu > li ul > li > a:hover,
    .mega-dropdown-menu > li ul > li > a:focus {
        text-decoration: none;
    }
    .mega-dropdown-menu .dropdown-header {
        font-size: 15px;
        padding: 0px 10px 0px 5px;
        line-height: 15px;
        font-weight: bold;
    }

    .carousel-control {
        width: 30px;
        height: 30px;
        top: -35px;

    }
    .left.carousel-control {
        right: 30px;
        left: inherit;
    }
    .carousel-control .glyphicon-chevron-left, 
    .carousel-control .glyphicon-chevron-right {
        font-size: 12px;
        background-color: #fff;
        line-height: 30px;
        text-shadow: none;
        color: #333;
        border: 1px solid #ddd;
    }

    .navbar-default .navbar-nav > li > a {
        color: white;
        font-size: 15px;
        font-family: 'Roboto', sans-serif;
        text-transform: uppercase;
    }
    .navbar-default .navbar-nav > li > a:hover {
        color: #FFFFFF;
    }
    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        background: #FFFFFF;
        color: #1B5185;
        border-radius: 5px;
    }

    .navbar-default .navbar-nav > .dropdown > a .caret {
        border-top-color: #FFFFFF;
        border-bottom-color: #FFFFFF;
    }
    .navbar-default .navbar-nav > .open > a .caret, .navbar-default .navbar-nav > .open > a:hover .caret, .navbar-default .navbar-nav > .open > a:focus .caret{
        border-top-color: #1B5185;
        border-bottom-color: #1B5185;
    }
    .navbar-default .navbar-nav .sublevel{
        margin-left: 20px;
        font-style: italic;
    }
    .navbar-nav{
        float:right; 
        margin-top: 30px;
    }

    .dropdown-menu{
        border-width: 0 1px 1px 1px;
        border-color: #428bca;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    }
}*/
header #bandeMenu, header .navbar{
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}
header #bandeMenu, header.active .navbar{
    background-color: #f8f8f8;
    border-color: #e7e7e7;
    transition:height 300ms ease;
    height:70px;
}
header.active .navbar #bandeMenu{
    height:70px !important;
    transition:height 300ms ease;
}
/*td strong, td a{
    color:#fff !important;
}*/
#btn_submit_form{
    padding:22px 32px !important;
    display: inline-block;
    border-radius: 50px !important;
}
header form{
    margin-top:-15px;
}
header .search-widget button {
    margin-top: -38px !important;
}
header.active .navbar-brand{
    padding-top: 7px !important;
}