/*-------------------------------------------------------------------------------------
Theme Name:	Ryla
Theme URI: 	http://themes.iki-bir.com/ryla
Version:	1.0.4
Author:		elemis
-------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------
[TABLE OF CONTENTS]

    00. RESET
    01. GENERAL
    02. BUTTON
    03. HEADER
    04. STICKY HEADER
    05. HEADER HEIGHT
    06. HAMBURGER MENU ICON
    07. PORTFOLIO
    08. THUMBNAIL OVERLAY
    09. BASIC GALLERY
    10. BLOG
    11. TIMELINE BLOG
    12. WIDGETS
    13. COMMENTS
    14. REVOLUTION
    15. OWL CAROUSEL
    16. PARALLAX
    17. VIDEO PARALLAX
    18. CIRCLE PROGRESS
    19. FEATURES
    20. PROCESS
    21. PROGRESS BAR
    22. TOOLTIP
    23. TABS
    24. ACCORDION / TOGGLE
    25. TILES
    26. PRICING & TABLES
    27. FORMS
    28. MAILCHIMP / NEWSLETTER
    29. GO TO TOP
    30. SOCIAL ICONS
    31. LIGHTGALLERY
    32. FONT ICON PAGES
    33. DIVIDERS
    34. BOX LAYOUT
    35. RESPONSIVE
    36. HISTORIQUE
    37. OFFRE D'EMPLOI
    
    text: #4d4d4d
    hover: #25b7d3
    headings: #101828
    
-------------------------------------------------------------------------------------*/


/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 80px;
    z-index: 99999;
    background: #2E3862;
    width: 44px;
    height: 44px;
    border-radius: 50px;
    transition: all 0.4s;
}

@media (min-width:600px) {
    .scroll-top {
        bottom: 15px;
    }
}


    .scroll-top i {
        font-size: 24px;
        color: #fff;
        line-height: 0;
    }

    .scroll-top:hover {
        background: #6b9ee9;
        color: #fff;
    }

    .scroll-top.active {
        visibility: visible;
        opacity: 1;
    }

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    inset: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
    transition: all 0.6s ease-out;
    width: 100%;
    height: 100vh;
}

    #preloader:before,
    #preloader:after {
        content: "";
        position: absolute;
        border: 4px solid #2E3862;
        border-radius: 50%;
        animation: animate-preloader 2s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

    #preloader:after {
        animation-delay: -0.5s;
    }

@keyframes animate-preloader {
    0% {
        width: 10px;
        height: 10px;
        top: calc(50% - 5px);
        left: calc(50% - 5px);
        opacity: 1;
    }

    100% {
        width: 72px;
        height: 72px;
        top: calc(50% - 36px);
        left: calc(50% - 36px);
        opacity: 0;
    }
}

/*-----------------------------------------------------------------------------------*/
/*	00. RESET
/*-----------------------------------------------------------------------------------*/


:focus {
    outline: 0 !important
}

.fit-vids-style {
    display: none
}

figure {
    margin: 0;
    padding: 0;
}

    figure img {
        max-width: 100%;
        width: 50%;
    }

iframe {
    border: none
}

::selection {
    background: #d3f1f6; /* Safari */
    color: #2f2f2f;
}

::-moz-selection {
    background: #d3f1f6; /* Firefox */
    color: #2f2f2f;
}

.animsition-loading,
.animsition-loading:after {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
}

/*-----------------------------------------------------------------------------------*/
/*	01. GENERAL
/*-----------------------------------------------------------------------------------*/

body {
    overflow-x: hidden;
    font-size: 17px;
    color: #101828;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    background: none;
    display: flex;
    height: 100vh;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100vw;
}

a {
    text-decoration:none;
}

.margin-max {
    padding-left: 145px !important;
    padding-right: 145px !important;
}

.margin-min {
    padding-left: 230px !important;
    padding-right: 230px !important;
}

.margin-min-reel {
    margin-left: 230px !important;
    margin-right: 230px !important;
}


.content-wrapper {
    -ms-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
}

.container {
    padding-right: 0;
    padding-left: 0;
}

/*body,
li,
address {
}*/

input,
button,
select,
textarea {
    
    color: inherit !important;
}

a {
    color: #25b7d3;
    -moz-transition: all 150ms ease-in;
    -o-transition: all 150ms ease-in;
    -webkit-transition: all 150ms ease-in;
    transition: all 150ms ease-in;
}

    a.line {
        -moz-transition: border 0.2s;
        -o-transition: border 0.2s;
        -webkit-transition: border 0.2s;
        transition: border 0.2s;
        padding-bottom: 1px;
        border-bottom: 1px solid transparent;
    }

        a.line:hover {
            border-bottom: 1px solid #25b7d3;
            -moz-transition: border 0.2s;
            -o-transition: border 0.2s;
            -webkit-transition: border 0.2s;
            transition: border 0.2s;
        }

    a:hover,
    a:focus {
        color: #25b7d3;
        text-decoration: none;
    }

.nocolor {
    color: #4d4d4d
}

    .nocolor:hover {
        color: #25b7d3
    }

p.h2,
p.h5,
h1,
h2,
h3,
h4,
h5,
h6, .home-page #hero .hero-title .span-title {
    margin-top: 0;
    color: #4e549f;
    margin-bottom: 10px;
}

.image-wrapper .boxed h1,
.image-wrapper .boxed h2,
.image-wrapper .boxed h3,
.image-wrapper .boxed h4,
.image-wrapper .boxed h5,
.image-wrapper .boxed h6 {
    color: #101828
}

.image-wrapper .boxed p {
    color: #4d4d4d
}

h1, .home-page #hero .hero-title .span-title {
    font-size: 2em;
    color: #2e3862!important;
    font-weight:600;
    line-height: normal;
}


p.h1 {
    font-size: 2em;
    color: #4e549f;
    
    line-height: normal;
}

@media (max-width: 1077px) {
    p.h1 {
        font-size: 36px;
    }
}



p.h1.black  {
    color: #101828;
    margin: 0;
}

.descriptif-module p.h1 {
    margin-top: 0;
}

.sous-titre {
    font-size: 1.5em;
    color: #101828;
    line-height: 1.3;
    margin-top: 8px !important;
}

h2 {
    font-size: 2em;
    
    line-height: normal;
}

h2.fixe {
    font-size: 1.6em;
    margin-bottom: 15px;
}

h3 {
    font-size: 2.0em;
    margin-bottom: 20px;
}

    h3.h5, p.h5 {
        font-size: 17px;
        line-height: 21px;
    }

    h3.fixe, h4.fixe {
        font-size: 20px;
    }



h1.h4, h2.h4 {
    font-size: 22px;
    text-align: center;
}

h2.fh4, p.fh4 {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 7px;
}

h1.fh2, h2.fh2 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 15px;
    color: #101828;
}

h5 {
    font-size: 17px;
    line-height: 21px;
}

h6 {
    font-size: 16px;
    line-height: 20px;
}

h1.post-title {
    font-size: 22px;
    line-height: 26px;
}

.post-title {
    margin-bottom: 5px
}

    .post-title a {
        color: #3c3c3c
    }

        .post-title a:hover {
            color: #25b7d3
        }

.page-title {
    margin: 0;
    font-size: 14px;
    letter-spacing: 2px;
    color: #aaa;
    text-transform: uppercase;
}

.breadcrumbs.meta span:after {
    content: "/";
    vertical-align: middle;
    font-size: 12px;
    padding: 0 10px 0 10px;
}

.lead {
    font-size: 22px;
    line-height: 28px;
    
    color: #858585;
}

.section-title {
    margin-bottom: 40px
}

   

    .section-title h1, .section-title h2, .section-title p.h1, .sous-titre {
        margin: 0;
    }

        .section-title h1 + .lead, .section-title h2 + .lead {
            margin-top: 10px
        }

.inner {
    padding-top: 30px;
    padding-bottom: 15px;
}

.inner2 {
    padding-top: 45px;
    padding-bottom: 30px;
}

.inner3 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.meta,
.meta a {
    color: #101828;
    font-size: 15px;
    
}

.more {
    color: #25b7d3;
    display: inline;
}

    .more:after {
        content: "»";
        padding-left: 5px;
    }

    .meta a:hover,
    .more:hover {
        color: #25b7d3
    }

.meta {
    display: block;
    margin-bottom: 10px;
}

    .meta.tags {
        margin: 0 0 10px 0 !important
    }

        .meta.tags a:before {
            content: "#";
            display: inline;
        }

    .meta.price,
    .meta.price a {
        font-size: 15px;
        color: #25b7d3;
    }

        .meta.price ins {
            text-decoration: none
        }

        .meta.price del {
            color: #aaa;
            margin-right: 3px;
        }

    .meta.upper {
        font-size: 12px;
        text-transform: uppercase;
        
        letter-spacing: 2px;
    }

.thin {
    width: 85%;
    margin: 0 auto;
}

.thin2 {
    width: 75%;
    margin: 0 auto;
}

.light-wrapper {
    background: #FFF;
}

.dark-wrapper {
    background-color: white;
    margin-bottom: 50px;
}

.inverse-wrapper {
    background: #282a2c;
    color: #d5d5d5;
    position: relative;
}

footer.inverse-wrapper a {
    color: #d5d5d5 !important
}

    footer.inverse-wrapper a:hover {
        color: #25b7d3 !important
    }

.inverse-wrapper h1,
.inverse-wrapper h2,
.inverse-wrapper h3,
.inverse-wrapper h4,
.inverse-wrapper h5,
.inverse-wrapper h6 {
    color: #fff
}

.inverse-wrapper .section-title .lead,
.inverse-wrapper .section-title h2 {
    color: #aaa
}

.inverse-wrapper .meta {
    color: #808080
}

.image-wrapper blockquote,
.image-wrapper .author h5,
.image-wrapper .section-title h3,
.image-wrapper .section-title .lead {
    color: #fff !important
}

.image-wrapper .section-title h2 {
    color: #d0d0d0 !important
}

hr {
    border: 0;
    border-bottom: 1px solid #ccc;
    padding-top: 60px;
    margin-bottom: 80px;
    box-shadow: none;
}

.inverse-wrapper hr {
    border-color: #909090
}

.blog.single hr {
    padding-top: 50px;
    margin-bottom: 70px;
}

    ul.circled {
        padding: 0;
        list-style: none;
    }

        ul.circled li:before {
            content: '●';
            margin-right: 10px;
            
            vertical-align: top;
            display: inline-block;
            color: #25b7d3;
            font-size: 11px;
        }

.inverse-wrapper ul.circled li:before {
    color: #d5d5d5
}

.alert-success {
    border-color: #c0d6ae
}

.alert-info {
    border-color: #a3d5df
}

.alert-warning {
    border-color: #eddebf
}

.alert-danger {
    border-color: #ddb8be
}

.alert .close {
    line-height: 26px
}

.dropcap {
    display: block;
    float: left;
    font-size: 49px;
    padding: 0;
    margin: 0;
    margin: 12px 8px 0 0;
    text-transform: uppercase;
}

blockquote {
    font-size: 18px;
    line-height: 24px;
    
    color: #858585;
    position: relative;
    border: 0;
    padding: 0 0 0 50px;
}

    blockquote:before {
        position: absolute;
        width: 60px;
        height: 60px;
        font-size: 90px;
        top: 0;
        line-height: 60px;
        left: 0;
        color: #cfcfcf;
        content: "\201C";
    }

    blockquote small,
    blockquote .small {
        text-transform: uppercase;
        font-size: 12px !important;
        letter-spacing: 2px;
    }

.google-map.full {
    height: 100%;
    overflow: hidden;
    display: block;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

.col-image {
    padding: 0;
    position: relative;
}

    .col-image .bg-wrapper {
        overflow: hidden;
        position: absolute;
        height: 100%;
        padding: 0;
        top: 0;
    }

    .col-image .inner-col {
        padding-top: 30px;
        padding-bottom: 30px;
    }

.bg-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: center center !important;
}

.contact-info {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .contact-info li {
        display: inline-block;
        margin-right: 10px;
    }

        .contact-info li a {
            color: #4d4d4d
        }

            .contact-info li a:hover {
                color: #25b7d3
            }

    .contact-info i {
        color: #25b7d3;
        padding-right: 5px;
    }

.box {
    background: rgba(255,255,255,0.9);
    box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.4);
    padding: 30px;
}

    .box p {
        margin: 0
    }

        .box p + p {
            margin-top: 20px
        }

.row-offset-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

    .row-offset-0 > [class*="col-"],
    .row-offset-0 .row-same-height > [class*="col-"] {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

.row-full-height {
    height: 100%
}

.row-same-height {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.col-lg-height,
.col-md-height,
.col-sm-height,
.col-xs-height {
    display: table-cell;
    float: none !important;
    vertical-align: middle;
}

@media (min-width: 1200px) {
    .col-lg-height {
        display: table-cell;
        float: none !important;
        vertical-align: middle;
    }
}

@media (min-width: 992px) {
    .col-md-height {
        display: table-cell;
        float: none !important;
        vertical-align: middle;
    }
}

@media (min-width: 768px) {
    .col-sm-height {
        display: table-cell;
        float: none !important;
        vertical-align: middle;
    }
}

.row-offset-0 .inner-col {
    padding: 90px
}
/*-----------------------------------------------------------------------------------*/
/*	02. BUTTON
/*-----------------------------------------------------------------------------------*/

    .btn.btn-square {
        padding: 15px !important;
        letter-spacing: normal;
    }

    .btn.fixed-width {
        width: 180px
    }

@-moz-document url-prefix() {
    .btn.btn-square {
        padding-bottom: 10px !important
    }

    #scrollUp .btn.btn-square {
        padding-bottom: 11px !important
    }
}

.btn.btn-large {
    padding: 13px 22px
}

.text-center .btn {
    margin-left: 4px;
    margin-right: 4px;
}

.btn-submit {
    margin: 0 !important
}

.btn.btn-aqua {
    background: #25b7d3
}

.btn.btn-blue {
    background: #93bfd3
}

.btn.btn-green {
    background: #32bea6
}

.btn.btn-lilac {
    background: #d1afd2
}

.btn.btn-navy {
    background: #344e5d
}

.btn.btn-orange {
    background: #f26101
}

.btn.btn-pink {
    background: #f2295f
}

.btn.btn-purple {
    background: #954e9d
}

.btn.btn-red {
    background: #e04f5f
}

.btn.btn-yellow {
    background: #f2be3e
}

.btn.btn-dark {
    background: #101828
}

.btn.btn-white {
    background: rgba(255,255,255,0.9);
    box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.4);
    color: #2e2e2e !important;
}

.btn-aqua:hover,
.btn-aqua:focus,
.btn-aqua:active,
.btn-aqua.active {
    background: #0ba5c3 !important
}

.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active {
    background: #2ead97 !important
}

.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active,
.btn-yellow.active {
    background: #e4b33a !important
}

.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active {
    background: #ce4857 !important
}

.btn-pink:hover,
.btn-pink:focus,
.btn-pink:active,
.btn-pink.active {
    background: #e02859 !important
}

.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active,
.btn-orange.active {
    background: #e45b01 !important
}

.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active,
.btn-purple.active {
    background: #88478f !important
}

.btn-lilac:hover,
.btn-lilac:focus,
.btn-lilac:active,
.btn-lilac.active {
    background: #c1a3c2 !important
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active {
    background: #87b0c3 !important
}

.btn-navy:hover,
.btn-navy:focus,
.btn-navy:active,
.btn-navy.active {
    background: #2c424f !important
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active {
    color: #25b7d3 !important
}

.click-share .share-facebook {
    background: #4470cf
}

    .click-share .share-facebook:hover {
        background-color: #4066b9
    }

.click-share .share-twitter {
    background: #5daed5
}

    .click-share .share-twitter:hover {
        background-color: #569cbe
    }

.click-share .share-pinterest {
    background: #c53942
}

    .click-share .share-pinterest:hover {
        background-color: #b0363e
    }

.click-share {
    margin-top: 15px
}

    .click-share ul {
        padding: 0;
        margin: 0;
        list-style: none;
        margin-bottom: -4px;
        float: left;
        margin-right: 4px;
    }

        .click-share ul li {
            cursor: pointer;
            display: inline-block;
            padding: 0 1px;
            margin-bottom: 4px;
            vertical-align: text-top;
            line-height: 20px;
        }

            .click-share ul li .btn {
                margin: 0
            }

    .click-share .fb_iframe_widget span {
        display: block;
    }

    .click-share .twitter-share-button a .label {
        margin-top: 1px;
    }

    .click-share .twitter-share-button {
        vertical-align: middle;
        margin-left: 13px;
        margin-right: 8px;
    }


.caret {
    margin: 0;
    top: -1px;
    position: relative;
}

/*-----------------------------------------------------------------------------------*/
/* 	07. PORTFOLIO
/*-----------------------------------------------------------------------------------*/
.items-wrapper .svg svg {
    width: auto;
    height: 68px !important;
    margin-bottom: 20px;
}

.items-wrapper a {
    text-align: left;
}

.portfolio-grid .item figure {
    margin-bottom: 0
}

.portfolio-grid.detailed .item figure {
    margin-bottom: 20px
}

.portfolio-grid.col3 .items-wrapper,
.portfolio-grid.col4 .items-wrapper {
}

.portfolio-grid.col3 .item,
.portfolio-grid.col4 .item {
    margin-bottom: 15px;
    margin-right: 15px;
}

.portfolio-grid.detailed .items-wrapper {
}

.portfolio-grid.detailed .item {
    margin-bottom: 40px
}

.isotope-filter {
    margin-bottom: 30px;
    width: 1000px;
    margin-left: -6% !important;
}

    .isotope-filter .titre {
        text-align: left;
        font-size: 1.6em;
        line-height: normal;
        position: inherit;
    }

    .isotope-filter .contenu {
        text-align: left;
        line-height: normal;
        color: #101828;
        margin-top: 5px;
        font-size: 16px;
    }

    .isotope-filter ul {
        padding: 0;
        margin: 0;
        clear: both;
        text-align: center;
    }

        .isotope-filter ul li {
            display: inline-block;
            position: relative;
            height: 258px;
            width: 283px;
            border: 1px solid #4e549f;
            margin: 8px;
        }

        .isotope-filter ul li:hover {
            background-color: #4e549f;
        }    
        
        .isotope-filter ul li:hover .svg svg {
            fill: white;
        }

            .isotope-filter ul li:hover .plus-tournant {
                background-color: #101828;
            }

            .isotope-filter ul li:hover a,
            .isotope-filter ul li:hover a .contenu span {
                color: white !important;
            }

        .isotope-filter ul li:before {
            content: "";
            display: block;
            margin-left: 0;
        }

        .isotope-filter ul li a {
            display: inline-block;
            background: none;
            padding: 0;
            cursor: pointer;
            position: relative;
            border: 0;
            margin-right: 0;
        }

    .isotope-filter.text-center ul li a {
        margin: 0 20px
    }

    .isotope-filter ul li a:hover,
    .isotope-filter ul li a.is-checked {
        color: #25b7d3
    }

    .item-details {
        padding: 0;
        margin: 0 0 30px 0;
        list-style: none;
    }

        .item-details li {
            margin-bottom: 10px
        }

            .item-details li strong {
                font-size: 13px;
                color: #101828;
                line-height: 1;
                text-transform: uppercase;
                letter-spacing: 2px;
                padding-right: 3px;
            }

    .module-fonc {
        display: none;
    }

        .module-fonc.selected {
            display: block;
            margin-top: 50px;
        }

    /*-----------------------------------------------------------------------------------*/
    /*	08. THUMBNAIL OVERLAY
/*-----------------------------------------------------------------------------------*/
    figure {
        display: block;
        overflow: hidden;
        position: relative;
    }

        figure li a,
        figure li img {
            display: block;
            overflow: hidden;
            position: relative;
        }

        figure img {
            display: inline;
            max-width: 100%;
        }

        figure .overlay {
            opacity: 0;
            width: 100%;
            height: 100%;
            position: absolute;
            text-decoration: none;
            z-index: 1;
            -moz-transition: all 0.4s;
            -o-transition: all 0.4s;
            -webkit-transition: all 0.4s;
            transition: all 0.4s;
        }

        figure .overlay-tiers {
            opacity: 1;
        }

        figure .overlay:after {
            content: "";
            display: block;
            position: absolute;
            background: #FFF;
            background: rgba(255,255,255,0.85);
            top: 12px;
            left: 12px;
            right: 12px;
            bottom: 12px;
        }

        figure .overlay-tiers:after {
            background: none;
        }

        figure .overlay.icon:after {
            background: rgba(255,255,255,0.7);
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
        }

        figure .overlay-tiers.icon:after {
            background: none;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
        }

        figure a:hover .overlay {
            opacity: 1
        }

        figure .overlay .info {
            text-align: center;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            position: absolute;
            z-index: 2;
            display: table;
        }

            figure .overlay .info span {
                padding: 12px 21px;
                font-size: 15px;
                color: #101828;
                letter-spacing: 0;
                text-transform: uppercase;
      
                display: table-cell;
                vertical-align: middle;
            }

        figure .overlay-tiers .info span {
            color: white;
        }

        figure .overlay.icon .info span:before {
            content: '\f517';
            letter-spacing: normal;
            font-size: 16px;
        }
    /*-----------------------------------------------------------------------------------*/
    /*	09. BASIC GALLERY
/*-----------------------------------------------------------------------------------*/
    .basic-gallery {
        display: block;
        padding: 0;
        margin: 0;
        width: 100%;
    }

        .basic-gallery li {
            display: block;
            width: 100%;
            margin-top: 50px;
        }

            .basic-gallery li:first-child {
                margin-top: 0
            }

            .basic-gallery li img {
                display: inline;
                max-width: 100%;
            }
    /*-----------------------------------------------------------------------------------*/
    /*	10. BLOG
/*-----------------------------------------------------------------------------------*/
    .post-gallery,
    .media-wrapper.main {
        margin-bottom: 50px
    }

    .post figure,
    .post .post-gallery {
        margin-bottom: 20px
    }

    .blog-posts.classic-view {
        position: relative
    }

/*    .blog-posts.date-view.classic-view:before {
        content: "";
        position: absolute;
        top: 0;
        left: 30px;
        height: 100%;
        border-left: 1px solid #ccc;
    }*/

.une-actu {
    margin-top: 30px;
}

img.actu-version {
    width: 450px;
}

.click-share table {
    width: 100%;
}

.click-share table th {
    color: white;
    background-color: #4e549f;
    padding-top: 19px;
    padding-bottom: 19px;
    text-align: center;
}

.click-share table th.gauche {
    border-right: 3px solid white;
}

.click-share table th span.gauche {
    font-size: 1.2em;
    
    display: inline-block;
}


.click-share table th .twitterFinal {
    margin-left: 10px;
    display: inline;
}

.click-share table th span.IN-widget {
    vertical-align: sub !important;
}

.click-share table th.droit span.gauche {
    margin-right: 10px;
}

.click-share table th.droit span.droit {
    font-size: 1.0em;
    
}

.click-share table th.droit span.droit .num {
    margin-left: 5px;
    margin-right: 15px;
}

.click-share table a {
    color: white !important;
}

.share-tous-actu {
    margin-top: 50px;
    text-align: center;
}

.share-tous-actu button {
    width: 255px !important;
}

.blog-posts.date-view .post {
}

    .blog-posts.classic-view .post {
        margin: 0;
        margin-bottom: 60px;
    }

    .inner-col .blog-posts.date-view.classic-view .post:last-child {
        margin: 0
    }

    .blog.grid-view .post {
        margin-bottom: 65px
    }

    .blog.grid-view.date-view .post {
        margin-bottom: 40px
    }

    .blog.grid-view.date-view {
        margin-bottom: -40px
    }

    .blog-posts .post .date-wrapper {
        position: absolute;
        left: 0;
        text-align: center;
        display: table;
        float: left;
        margin-right: 20px;
        margin-top: 11%;
        display: none;
    }

        .blog-posts .post .date-wrapper .date {
            display: table-cell;
            vertical-align: middle;
            line-height: 1;
            width: 61px;
            height: 61px;
            border-radius: 100%;
            background: #25b7d3;
            color: #FFF;
            text-transform: uppercase;
            
        }

            .blog-posts .post .date-wrapper .date .day {
                font-size: 20px;
                display: block;
                margin-top: -2px;
                margin-bottom: 1px;
                text-transform: none;
            }

            .blog-posts .post .date-wrapper .date .month {
                font-size: 12px;
                display: block;
            }

    .blog-posts .post .format-wrapper {
        width: 39px;
        height: 39px;
        border-radius: 100%;
        background-color: #25b7d3;
        text-align: center;
        color: #FFF;
        display: table;
        position: absolute;
        top: 75px;
        left: 11px;
        font-size: 15px;
        display: none;
    }

        .blog-posts .post .format-wrapper i {
            display: table-cell;
            vertical-align: middle;
            line-height: 1;
        }

.blog-posts .post-content figure{
    display: none;
}

.blog-posts .post ol li:before {
    content: "";
}


.blog-posts .post ol li {
    font-size: 1.5em;
}

.blog-posts .post ol content li:before {
    content: "•";
}

.blog-posts .post ol content li {
    font-size: 18px;
}

.blog-posts figure img {
    width: auto;
    max-width: 50%;
}

    .meta span:after {
        content: "·";
        vertical-align: -1px;
        font-size: 15px;
        padding: 0 10px 0 10px;
    }

    .meta span:last-child:after {
        display: none
    }

    .meta span.comments a:before {
        content: "\e82a";
        display: inline-block;
        
        padding-right: 3px;
    }

    .pagination {
        display: block;
        margin: 0 0 20px 0;
    }

        .pagination ul {
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            list-style: none;
            padding: 0;
            margin: 0;
        }

            .pagination ul > li {
                display: inline-block
            }

                .pagination ul > li > a,
                .pagination ul > li > span {
                    float: none;
                    margin-bottom: 8px;
                }

            .pagination ul > .active > a span {
                border-bottom: 1px solid #FFF;
                padding-bottom: 1px;
            }

    .format-chat ul {
        list-style: none;
        padding: 0;
        margin: 0 0 15px 0;
    }

        .format-chat ul li {
            margin-bottom: 5px
        }

    .format-link .post-title a:after {
        display: inline-block;
        content: "→";
        padding-left: 10px;
    }

    .about-author {
        position: relative;
        padding: 0 0 0 150px;
    }

    .author-desc {
        overflow: hidden
    }

    .about-author .author-image {
        position: absolute;
        top: 0;
        left: 0;
    }

    .about-author .author-image img {
        border-radius: 100%;
    }
    /*-----------------------------------------------------------------------------------*/
    /* 	11. TIMELINE BLOG
/*-----------------------------------------------------------------------------------*/
    .timeline {
        position: relative;
        z-index: 1;
    }

        .timeline:before {
            display: block;
            content: "";
            position: absolute;
            width: 50%;
            height: 100%;
            left: 0;
            top: 0;
            border-right: 1px solid #ccc;
            z-index: -1;
        }

        .timeline .date-title {
            text-align: center;
            display: table;
            margin: 20px auto;
        }

            .timeline .date-title .date {
                display: table-cell;
                vertical-align: middle;
                line-height: 1;
                width: 61px;
                height: 61px;
                border-radius: 100%;
                background: #25b7d3;
                color: #FFF;
                text-transform: uppercase;
                
            }

                .timeline .date-title .date .month {
                    font-size: 15px;
                    display: block;
                    margin-top: -2px;
                    margin-bottom: 1px;
                }

                .timeline .date-title .date .year {
                    font-size: 13px;
                    display: block;
                }

    .timeline-item {
        padding-bottom: 45px;
        position: relative;
    }

        .timeline-item .post-content {
            margin: 20px 30px 0 0;
            position: relative;
            padding: 0;
            -webkit-transition: all .3s ease-out;
            -moz-transition: all .3s ease-out;
            -o-transition: all .3s ease-out;
            transition: all .3s ease-out;
        }

            .timeline-item .post-content.classic-view figure {
                margin-bottom: 20px
            }

            .timeline-item .post-content p {
                margin: 0 0 10px 0
            }

        .timeline-item .arrow:after {
            left: 100%;
            top: 60px;
            border-bottom: 1px solid #ccc;
            content: " ";
            height: 0;
            width: 45px;
            position: absolute;
            pointer-events: none;
            margin-left: -45px !important;
            z-index: 2;
        }
    /*-----------------------------------------------------------------------------------*/
    /* 	12. WIDGETS
/*-----------------------------------------------------------------------------------*/
footer a {
    color: #ffffffb3;
}

        footer a:hover {
            color: white !important;
        }

    .sidebar .meta a {
        color: #aaa !important;
    }

        .sidebar .meta a:hover,
        footer .meta a:hover {
            color: white !important;
        }

    footer .copyright {
        margin: 0;
    }

    footer.inverse-wrapper .sub-footer {
        background: #232526;
    }

    .sub-footer p {
        margin-bottom: 0;
    }

    .sidebox {
        margin-top: 47px;
        display: block;
    }

        .sidebox:first-child {
            margin-top: 0
        }

        .sidebox a {
            color: inherit
        }

            .sidebox a:hover {
                color: #25b7d3
            }

    .sidebar {
        padding-left: 20px !important;
        padding-top: 50px !important;
        float: right;
    }

        .sidebar.left-sidebar {
            padding-left: 15px !important;
            padding-right: 35px !important;
        }

    footer [class*="col-"] .widget {
        margin-top: 30px
    }

        footer [class*="col-"] .widget:first-child {
            margin-top: 0
        }

    .widget-title {
        margin-bottom: 20px;
        width: 240px;
    }

    .widget .post-list {
        padding: 0;
        margin: 0;
    }

        .widget .post-list:after {
            content: '';
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
        }

        .widget .post-list li {
            clear: both;
            margin-bottom: 15px;
            display: block;
            overflow: hidden;
        }

            .widget .post-list li a {
                color: #4d4d4d
            }

                .widget .post-list li a:hover {
                    color: #25b7d3
                }

        .widget .post-list figure {
            float: left;
            width: 70px;
            height: 70px;
        }

        .widget .post-list .post-content {
            margin-left: 85px;
            margin-bottom: 0;
        }

            .widget .post-list .post-content p {
                margin-bottom: 5px
            }

    .widget .list {
        list-style: none;
        margin: 0;
    }

    ul.tag-list {
        padding: 0;
        margin: 0;
        list-style: none;
        overflow: hidden;
        margin-bottom: -10px;
    }

        ul.tag-list li {
            padding: 0;
            margin: 0;
            display: inline-block;
            background: none;
        }

    .inverse-wrapper ul.tag-list li a {
        color: #fff !important
    }
    /*-----------------------------------------------------------------------------------*/
    /*	13. COMMENTS
/*-----------------------------------------------------------------------------------*/
    #comments {
        margin: 0;
        position: relative;
    }

        #comments ol.commentlist {
            list-style: none;
            margin: 40px 0 0 0;
            padding: 0;
        }

            #comments ol.commentlist li {
                background: none;
                margin-top: 30px;
            }

                #comments ol.commentlist li:first-child {
                    margin: 0
                }

        #comments .user {
            float: left;
            width: 70px;
            height: 70px;
            position: relative;
        }

            #comments .user img {
                border-radius: 100%
            }

        #comments .message p {
            margin: 0
        }

            #comments .message p + p {
                margin-top: 15px
            }

        #comments .message-inner {
            margin-left: 105px;
            position: relative;
            overflow: hidden;
        }

        #comments ul.children {
            margin: 0;
            overflow: inherit;
            padding: 0 0 0 55px;
            list-style: none;
        }

        #comments ol.commentlist ul.children li {
            padding-right: 0;
            border: none;
            margin-top: 30px;
        }

        #comments ol.commentlist ul.children li {
            padding: 25px;
            background-color: #f3f5f6;
        }

        #comments .info h2 {
            font-size: 16px;
            line-height: 20px;
            margin: 0;
            display: inline;
        }

        #comments .info h4 {
            margin-bottom: 2px
        }

            #comments .info h4 a {
                color: #101828
            }

                #comments .info h4 a:hover {
                    color: #25b7d3
                }

        #comments .info .meta {
            display: block
        }

            #comments .info .meta .date {
                display: inline
            }

    .comment-form-wrapper p {
        padding-bottom: 20px
    }
    /*-----------------------------------------------------------------------------------*/
    /*	14. REVOLUTION
/*-----------------------------------------------------------------------------------*/
    .tparrows {
        background: rgba(255,255,255,0.9) !important;
        box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.4);
        -moz-transition: background 200ms ease-in;
        -o-transition: background 200ms ease-in;
        -webkit-transition: background 200ms ease-in;
        transition: background 200ms ease-in;
    }

        .tparrows:hover {
            background: rgba(255,255,255,1) !important
        }

        .tparrows:before {
            font-size: 12px !important;
            
            color: #2e2e2e !important;
            -moz-transition: color 200ms ease-in;
            -o-transition: color 200ms ease-in;
            -webkit-transition: color 200ms ease-in;
            transition: color 200ms ease-in;
        }

        .tparrows:hover:before {
            color: #25b7d3 !important;
        }

    .tp-bullet {
        background: rgba(255,255,255,0.5);
        -moz-transition: background 200ms ease-in;
        -o-transition: background 200ms ease-in;
        -webkit-transition: background 200ms ease-in;
        transition: background 200ms ease-in;
        width: 13px;
        height: 13px;
    }

        .tp-bullet.selected,
        .tp-bullet:hover {
            background: rgba(255,255,255,0.85)
        }

    .tp-caption.large {
        font-size: 50px;
        line-height: 60px;
        color: #FFF;
    }

    .tp-caption.medium {
        font-size: 25px;
        line-height: 35px;
        
        color: #FFF;
    }

    .boxshadow {
        box-shadow: 0 0 20px rgba(0,0,0,0.2) !important
    }

    .tp-dottedoverlay.darkoverlay {
        background: rgba(33,33,33,0.3)
    }

    .tp-bannertimer {
        background: rgba(255,255,255,0.25);
        display: none;
    }

    .tp-caption.light-layer {
        background: rgba(255,255,255,0.5);
        padding: 12px 15px;
        font-size: 12px;
        color: #101828;
        letter-spacing: 2px;
        text-transform: uppercase;
        
        display: table-cell;
    }

    #slider-video {
        margin-bottom: 10px !important
    }

    .erinyen .tp-thumb-over {
        background: rgba(0,0,0,0.5)
    }

    .erinyen .tp-thumb.selected .tp-thumb-over,
    .erinyen .tp-thumb:hover .tp-thumb-over {
        background: transparent
    }
    /*-----------------------------------------------------------------------------------*/
    /* 	15. OWL CAROUSEL
/*-----------------------------------------------------------------------------------*/
    .owl-carousel {
        position: relative
    }

    .owl-nav [class*="nav-outside-"] {
        font-size: 16px
    }

    .owl-carousel.boxed .item {
        padding-bottom: 2px
    }

    .owl-controls .owl-nav {
        position: absolute;
        top: 50%;
        margin-top: -20px;
        width: 100%;
    }

    .owl-nav .owl-prev,
    .owl-nav .owl-next {
        z-index: 100;
        cursor: pointer;
        position: absolute;
        -moz-transition: all 200ms ease-in;
        -o-transition: all 200ms ease-in;
        -webkit-transition: all 200ms ease-in;
        transition: all 200ms ease-in;
        background: rgba(255,255,255,0.9);
        box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.4);
        width: 40px;
        height: 40px;
    }

        .owl-nav .owl-prev:before,
        .owl-nav .owl-next:before {
            font-size: 18px;
            color: #2e2e2e;
            display: block;
            line-height: 40px;
            text-align: center;
            -moz-transition: color 200ms ease-in;
            -o-transition: color 200ms ease-in;
            -webkit-transition: color 200ms ease-in;
            transition: color 200ms ease-in;
        }

    .owl-carousel .owl-nav .owl-prev {
        left: 15px
    }

    .owl-carousel .owl-nav .owl-next {
        left: auto;
        right: 15px;
    }

    .owl-nav .owl-prev:before {
        content: '\e75d'
    }

    .owl-nav .owl-next:before {
        content: '\e75e'
    }

    .owl-nav .owl-prev:hover:before,
    .owl-nav .owl-next:hover:before {
        color: #25b7d3
    }

    .owl-theme .owl-controls {
        margin-top: 10px;
        text-align: center;
        -webkit-tap-highlight-color: transparent;
    }

    .owl-theme .owl-dots {
        pointer-events: auto;
        position: absolute;
        width: 100%;
        bottom: 10px;
        cursor: pointer;
        z-index: 2;
        -moz-transition: all 150ms ease-in;
        -o-transition: all 150ms ease-in;
        -webkit-transition: all 150ms ease-in;
        transition: all 150ms ease-in;
    }

        .owl-theme .owl-dots .owl-dot {
            display: inline-block;
            zoom: 1;
            *display: inline;
        }

            .owl-theme .owl-dots .owl-dot span {
                margin: 0 3px;
                display: block;
                border: 0;
                background: rgba(255,255,255,0.5);
                width: 13px;
                height: 13px;
                -moz-transition: all 150ms ease-in;
                -o-transition: all 150ms ease-in;
                -webkit-transition: all 150ms ease-in;
                transition: all 150ms ease-in;
            }

            .owl-theme .owl-dots .owl-dot.active span,
            .owl-theme .owl-dots .owl-dot:hover span {
                background: rgba(255,255,255,0.85)
            }

    .clients .item img {
        max-width: 100%;
        opacity: 0.85;
        -moz-transition: all 200ms ease-in;
        -o-transition: all 200ms ease-in;
        -webkit-transition: all 200ms ease-in;
        transition: all 200ms ease-in;
    }

    .clients .item:hover img {
        max-width: 100%;
        opacity: 1;
    }

    .badge {
        background: #4aa2d1;
        width: 45px;
        height: 45px;
        max-width: 45px;
        max-height: 45px;
        border-radius: 100%;
        z-index: 1;
        display: table;
    }

        .badge span {
            vertical-align: middle;
            display: table-cell;
            text-transform: uppercase;
            font-size: 11px;
        }

    .item figure {
        position: relative;
        margin-bottom: 20px;
    }

        .item figure .badge {
            position: absolute;
            top: 10px;
            right: 10px;
        }

    .badge.aqua {
        background: #25b7d3
    }

    .badge.pink {
        background: #f2295f
    }

    .badge.green {
        background: #32bea6
    }

    .badge.yellow {
        background: #f2be3e
    }

    .testimonials .quote .author {
        padding-left: 50px;
        display: table;
    }

        .testimonials .quote .author .info {
            display: table-cell;
            vertical-align: middle;
            padding-left: 10px;
        }

        .testimonials .quote .author.text-center {
            margin: 0 auto;
            padding: 0;
            text-align: left;
        }

        .testimonials .quote .author .meta {
            margin: 0
        }

        .testimonials .quote .author h5 {
            margin: 0
        }

        .testimonials .quote .author .icon {
            float: left
        }

    .author .icon img {
        width: 85px;
        height: 85px;
        border-radius: 50%;
    }

    .testimonials.col1 blockquote {
        font-size: 22px;
        line-height: 28px;
        padding-left: 60px;
        padding-right: 60px;
        text-align: center;
    }

        .testimonials.col1 blockquote:after {
            position: absolute;
            width: 60px;
            height: 60px;
            top: 0;
            line-height: 60px;
            right: 0;
            content: "\201D";
        }

        .testimonials.col1 blockquote:after,
        .testimonials.col1 blockquote:before {
            color: #fff;
            font-size: 80px;
        }
    /*-----------------------------------------------------------------------------------*/
    /*	16. PARALLAX
/*-----------------------------------------------------------------------------------*/
    .parallax {
        background: url(style/images/art/parallax40.jpg) fixed no-repeat center center;
        background-size: cover;
        position: relative;
        z-index: 1;
    }

        .parallax .main {
            margin-bottom: -1px
        }

        .parallax .inner {
            padding-top: 100px;
            padding-bottom: 100px;
        }

        .parallax.mobile {
            background-attachment: scroll !important
        }

        .parallax.parallax2 {
            background-image: url(style/images/art/parallax4.jpg);
            background-size: auto;
            background-repeat: repeat;
        }

        .parallax.parallax3 {
            background-image: url(style/images/art/parallax3.jpg)
        }

        .parallax.parallax4 {
            background-image: url(style/images/art/parallax40.jpg)
        }
    /*-----------------------------------------------------------------------------------*/
    /* 	17. VIDEO PARALLAX
/*-----------------------------------------------------------------------------------*/
    .video-wrap video {
        width: 100%;
        height: 100%;
        display: inline-block;
        vertical-align: baseline;
    }

    video::-webkit-media-controls {
        display: none !important
    }

    .video-wrap {
        height: 100%;
        width: 100%;
    }

    #video-work {
        background: url('style/video/work.jpg') fixed no-repeat center center;
        background-size: cover;
    }

    .content-overlay {
        position: relative;
        z-index: 20;
        width: 100%;
        height: 100%;
        text-align: center;
        display: table;
        background: rgba(30,30,30,0.5);
    }

        .content-overlay .section-title {
            display: table-cell;
            vertical-align: middle;
        }

    .outer-wrap {
        height: 500px
    }
    /*-----------------------------------------------------------------------------------*/
    /*	18. CIRCLE PROGRESS
/*-----------------------------------------------------------------------------------*/
    .circle-progress-wrapper {
        padding-bottom: 40px;
        margin-bottom: -40px;
        padding-left: 35px;
        padding-right: 35px;
    }

    .circle-progress {
        height: auto
    }

        .circle-progress > svg {
            height: 100%;
            display: block;
        }

        .circle-progress p {
            position: absolute;
            top: 50%;
            left: 0;
            font-size: 50px;
            
            -ms-word-break: keep-all;
            word-break: keep-all;
        }

            .circle-progress p:after {
                display: inline-block;
                content: "%";
                font-size: 20px;
                vertical-align: middle;
            }

        .circle-progress strong {
            visibility: hidden;
            position: absolute;
            bottom: -40px;
            left: 0;
            display: block;
            text-align: center;
            width: 100%;
            font-size: 12px;
            
            letter-spacing: 2px;
            text-transform: uppercase;
            color: #aaa;
        }
    /*-----------------------------------------------------------------------------------*/
    /*	19. FEATURES
/*-----------------------------------------------------------------------------------*/
    .feature {
        position: relative;
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .timeline .feature {
        padding: 0 0 0 230px
    }

    .feature .icon,
    .feature figure {
        position: absolute;
        left: 0;
    }

        .feature figure img, .feature figure div.titre-bleu {
            width: 200px;
            height: auto;
        }

    .icon-m img {
        width: 85px;
        height: 85px;
        margin-bottom: 15px;
    }

    .icon-s img {
        width: 70px;
        height: 70px;
    }

    .feature-s {
        padding: 0 0 0 85px
    }

    .feature.text-right {
        text-align: left
    }

    .facts .counter {
        font-size: 30px;
        color: #101828;
        margin-bottom: 10px;
        letter-spacing: -0.6px;
        
    }

    .facts p {
        font-size: 12px;
        
        letter-spacing: 2px;
        text-transform: uppercase;
        color: #aaa;
    }
    /*-----------------------------------------------------------------------------------*/
    /*	20. PROCESS
/*-----------------------------------------------------------------------------------*/
    .process .icon {
        display: inline-block;
        text-align: center;
        margin-bottom: 10px;
        position: relative;
    }

        .process .icon img {
            z-index: 3;
            position: relative;
        }

        .process .icon:before,
        .process .icon:after {
            content: "";
            display: inline-block;
            border-bottom: 1px solid #ccc;
            width: 130%;
            height: 0;
            position: absolute;
            top: 45px;
            left: -105%;
            z-index: 1;
        }

        .process .icon:after {
            left: auto;
            right: -110%;
        }

    .process [class*="col-"]:first-child .icon:before,
    .process [class*="col-"]:last-child .icon:after {
        display: none
    }

    .process,
    .number-carousel {
        counter-reset: stepsNum
    }

        .process .number,
        .number-carousel .number {
            counter-increment: stepsNum
        }

            .process .number:before,
            .number-carousel .number:before {
                content: counter(stepsNum, decimal)
            }

            .process .number:after {
                content: ".";
                padding-right: 5px;
            }

        .number-carousel .number {
            position: absolute;
            top: 5px;
            left: 10px;
            font-size: 16px;
            color: #aaa;
            
            -moz-transition: all 200ms ease-in;
            -o-transition: all 200ms ease-in;
            -webkit-transition: all 200ms ease-in;
            transition: all 200ms ease-in;
        }

        .number-carousel .item:hover .number {
            color: #25b7d3
        }
    /*-----------------------------------------------------------------------------------*/
    /*	21. PROGRESS BAR
/*-----------------------------------------------------------------------------------*/
    .progress-list {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .progress-list p {
            margin-bottom: 3px
        }

        .progress-list li {
            margin-bottom: 10px
        }

            .progress-list li em {
                padding-left: 8px;
                color: #25b7d3;
                font-style: normal;
            }

                .progress-list li em:before {
                    content: "-";
                    padding-right: 10px;
                    display: inline-block;
                }

    .progress.plain {
        height: 30px;
        margin-bottom: 0;
        filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
        background: none;
        border: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

        .progress.plain .bar {
            float: left;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
            width: 0;
            height: 100%;
            font-size: 12px;
            color: #ffffff;
            text-align: center;
            text-shadow: none;
            -webkit-border-radius: 0;
            border-radius: 0;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            background: #25b7d3 !important;
        }

    .bar-container {
        background: none !important;
        border: 1px solid #25b7d3;
        line-height: 1;
    }
    /*-----------------------------------------------------------------------------------*/
    /*	 22. TOOLTIP
/*-----------------------------------------------------------------------------------*/
    .tooltip {
        font: inherit
    }

    .tooltip-inner {
        color: #fff;
        background-color: #25b7d3;
        padding: 5px 12px 5px;
    }

    .tooltip.top .tooltip-arrow,
    .tooltip.top-left .tooltip-arrow,
    .tooltip.top-right .tooltip-arrow {
        border-top-color: #25b7d3
    }

    .tooltip.right .tooltip-arrow {
        border-right-color: #25b7d3
    }

    .tooltip.left .tooltip-arrow {
        border-left-color: #25b7d3
    }

    .tooltip.bottom .tooltip-arrow,
    .tooltip.bottom-left .tooltip-arrow,
    .tooltip.bottom-right .tooltip-arrow {
        border-bottom-color: #25b7d3
    }
    /*-----------------------------------------------------------------------------------*/
    /*	23. TABS
/*-----------------------------------------------------------------------------------*/
    .nav-tabs > li > a {
        font-size: 12px;
        letter-spacing: 2px;
        text-transform: uppercase;
        border-radius: 0;
        border: 0;
        color: #101828;
        padding-left: 0;
        padding-right: 0;
    }

    .nav-tabs {
        border-bottom: 1px solid #ccc;
        margin-bottom: 15px;
    }

        .nav-tabs > li {
            margin: 0 25px 0 0
        }

            .nav-tabs > li > a:hover {
                background: none;
                border: 0;
                color: #25b7d3;
            }

            .nav-tabs > li.active > a,
            .nav-tabs > li.active > a:hover,
            .nav-tabs > li.active > a:focus {
                color: #25b7d3;
                border: 0;
                background: none;
            }

                .nav-tabs > li.active > a:after {
                    content: "";
                    width: 100%;
                    bottom: -1px;
                    left: 0;
                    position: absolute;
                    border-bottom: 1px solid #25b7d3;
                }
    /*-----------------------------------------------------------------------------------*/
    /*	24. ACCORDION / TOGGLE
/*-----------------------------------------------------------------------------------*/
    .panel-group .panel {
        margin-bottom: 10px;
        background: none;
        border: none;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .panel-group .panel-heading {
        padding: 0;
        background: none !important;
        border: 0 !important;
    }

        .panel-group .panel-heading .panel-title {
            color: #101828;
            font-size: 12px;
            letter-spacing: 2px;
            line-height: 24px;
            text-transform: uppercase;
            border: 1px solid #ccc;
            border-radius: 0;
            -moz-transition: all 150ms ease-in;
            -o-transition: all 150ms ease-in;
            -webkit-transition: all 150ms ease-in;
            transition: all 150ms ease-in;
        }

    .panel-group .panel-title > a {
        display: block;
        padding: 10px 20px;
    }

        .panel-group .panel-active a,
        .panel-group .panel-title > a:hover {
        }

    .panel-group .panel-heading .panel-title:hover,
    .panel-group .panel-active .panel-heading .panel-title {
        border: 1px solid #25b7d3;
        color: #25b7d3;
    }

    .panel-default > .panel-heading + .panel-collapse .panel-body {
        border: 0
    }

    /*-----------------------------------------------------------------------------------*/
    /*	25. TILES
/*-----------------------------------------------------------------------------------*/
    .tiles .items:after {
        content: '';
        display: block;
        clear: both;
    }

    .tiles {
        margin: 0 -10px -10px 0;
        overflow: hidden;
    }

        .tiles .item {
            float: left;
            overflow: hidden;
            margin-bottom: 10px !important;
            height: auto
        }

            .tiles .item figure {
                position: relative;
                height: 100%;
                overflow: hidden;
                margin: 0 10px 0 0;
            }

                .tiles .item figure img {
                    position: relative;
                    width: 100%;
                    max-width: 100%;
                }
    /*-----------------------------------------------------------------------------------*/
    /* 	26. PRICING & TABLES
/*-----------------------------------------------------------------------------------*/
    .panel.pricing {
        text-align: center;
        border: 1px solid #ccc;
        border-left: 0;
        border-radius: 0;
        box-shadow: none;
        background: none;
        margin: 0;
    }

    [class*="col-"]:first-child .panel.pricing {
        border-left: 1px solid #ccc
    }

    .panel.pricing.active {
        border-color: transparent
    }

        .panel.pricing.active::after {
            content: '';
            pointer-events: none;
            position: absolute;
            top: -3px;
            left: -3px;
            right: -3px;
            bottom: -3px;
            width: 100%;
            height: 100%;
            -moz-box-sizing: content-box;
            -webkit-box-sizing: content-box;
            box-sizing: content-box;
            border: 3px solid #25b7d3 !important;
            z-index: 5;
            -moz-transition: all 200ms ease-in;
            -o-transition: all 200ms ease-in;
            -webkit-transition: all 200ms ease-in;
            transition: all 200ms ease-in;
        }

    .panel.pricing .panel-heading {
        padding: 0
    }

    .panel.pricing .panel-title {
        margin: 0;
        padding: 35px 0;
        font-size: 24px;
        color: #3b3b3b;
        background: #FFF;
    }

    .panel.pricing table {
        margin-bottom: 0
    }

    .pricing .panel-body {
        padding: 35px 0 0 0;
        text-align: center;
        background: #FFF;
    }

    .panel.pricing .price {
        padding: 37px 0 33px;
        margin: 0;
        color: #25b7d3;
        background: none;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        background-color: #f3f5f6;
    }

    .price-value {
        font-size: 50px
    }

    .price-currency {
        display: inline-block;
        vertical-align: super;
        font-size: 16px;
    }

    .price-duration {
        font-size: 14px;
        display: block;
    }

        .price-duration:before {
            content: "/";
            padding-right: 5px;
        }

    .panel-desc {
        display: block;
        margin-top: 10px;
        color: #aaa;
        font-size: 12px;
        line-height: 1;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

    .table > thead > tr > th,
    .table > tbody > tr > th,
    .table > tfoot > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > td,
    .table > tfoot > tr > td {
        padding: 5px 0;
        line-height: 1;
        vertical-align: middle;
        margin-top: 40px;
        padding-top: 0;
        padding-bottom: 20px;
    }

    .pricing .table > tbody > tr > td {
        border: 0
    }

    .panel.pricing .table > tbody > tr:nth-child(2n) {
        background: none
    }

    .panel-footer {
        padding: 20px 0 35px;
        border: 0;
        background: #FFF;
    }

    .panel.pricing .panel-footer a {
        margin: 0
    }
    /*-----------------------------------------------------------------------------------*/
    /*	27. FORMS
/*-----------------------------------------------------------------------------------*/
    select {
        /*-webkit-appearance: none;*/
        box-shadow: none !important;
        width: 100% !important;
        color: #858585 !important
    }

    .form-field label {
        width: 100%
    }

    select,
    body form textarea.form-control,
    textarea,
    input[type="text"],
    input[type="password"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="date"],
    input[type="month"],
    input[type="time"],
    input[type="week"],
    input[type="number"],
    input[type="email"],
    input[type="url"],
    input[type="search"],
    input[type="tel"],
    input[type="color"],
    .uneditable-input {
        display: inline-block;
        -webkit-font-smoothing: antialiased;
        -webkit-text-size-adjust: 100%;
        -moz-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
        text-size-adjust: 100%;
        width: 100%;
        height: 38px;
        padding: 0 15px;
        margin-bottom: 5px;
        margin-top: 5px;
        font-size: 14px;
        color: inherit;
        border: 1px solid #ccc;
        border-radius: 0;
        resize: none;
        vertical-align: middle;
        box-shadow: none;
        -moz-transition: all 150ms ease-in;
        -o-transition: all 150ms ease-in;
        -webkit-transition: all 150ms ease-in;
        transition: all 150ms ease-in;
        background: none;
    }

    .widget input {
        margin-bottom: 0
    }

    textarea:focus,
    body form textarea.form-control:focus,
    input[type="text"]:focus,
    input[type="password"]:focus,
    input[type="datetime"]:focus,
    input[type="datetime-local"]:focus,
    input[type="date"]:focus,
    input[type="month"]:focus,
    input[type="time"]:focus,
    input[type="week"]:focus,
    input[type="number"]:focus,
    input[type="email"]:focus,
    input[type="url"]:focus,
    input[type="search"]:focus,
    input[type="tel"]:focus,
    input[type="color"]:focus,
    .uneditable-input:focus {
        background: none;
        box-shadow: none;
        border: 1px solid #aaa;
    }

textarea {
    height: 100%;
    padding: 8px 13px;
    margin-bottom: 15px;
    min-height: 200px;
    resize: vertical;
    border: 1px solid #4e549f;
}

    .form-container .form-field {
        position: relative
    }

        .form-container .form-field i {
            position: absolute;
            top: 0;
            left: 0;
            padding: 0 13px;
            margin: 1px 0 0 0;
            color: #a3a3a3;
            height: 38px;
            line-height: 37px;
            border-right: 1px solid #ccc;
        }

        .form-container .form-field input,
        .form-container .form-field select {
            -moz-appearance: none
        }

    .form-container [class*="col-"] {
        padding-left: 10px;
        padding-right: 0;
    }

    @-moz-document url-prefix() {
        select {
            color: #858585 !important;
            text-shadow: 0 0 0 transparent !important;
        }
    }

    .vanilla-form .btn {
        display: block
    }

    .vanilla-form label.custom-select {
        position: relative;
        display: block;
    }

        .vanilla-form label.custom-select span {
            position: absolute;
            display: inline-block;
            text-align: center;
            right: -4px;
            top: 0;
            height: 38px;
            width: 38px;
            pointer-events: none;
            padding: 8px 0 0 0;
            color: #858585;
        }

            .vanilla-form label.custom-select span::after {
                content: '\e84c';
            }

        .vanilla-form input.error,
        .vanilla-form textarea.error,
        .vanilla-form label.custom-select select.error,
        .vanilla-form label.custom-select select.error:active,
        .vanilla-form label.custom-select select.error:focus {
            border: 1px solid #de4747
        }

    .state-error,
    .btn.state-error:hover {
        background: #de4747 !important;
        color: #FFF;
    }

    .vanilla-form .radio-set {
        margin-bottom: 10px
    }

        .vanilla-form .radio-set label {
            margin-right: 10px
        }

    .vanilla-form input[type="radio"],
    .vanilla-form input[type="checkbox"] {
        position: absolute;
        pointer-events: none;
        opacity: 0;
        margin: 0;
        padding: 0;
        height: 10px;
    }

        .vanilla-form input[type="radio"] + span,
        .vanilla-form input[type="checkbox"] + span {
            display: inline-block;
            width: 16px;
            height: 16px;
            background-color: #ffffff;
            border: 1px solid #ccc;
            text-align: center;
            vertical-align: -3px;
            position: relative;
        }

            .vanilla-form input[type="radio"] + span::after,
            .vanilla-form input[type="checkbox"] + span::after {
                content: "";
                display: inline-block;
                opacity: 0;
                width: 100%;
                position: absolute;
                top: 0;
                left: 0;
                height: 100%;
            }

        .vanilla-form input[type="radio"]:focus + span,
        .vanilla-form input[type="checkbox"]:focus + span,
        .vanilla-form input[type="radio"]:active + span,
        .vanilla-form input[type="checkbox"]:active + span {
            border-color: #25b7d3
        }

        .vanilla-form input[type="radio"]:checked + span::after,
        .vanilla-form input[type="checkbox"]:checked + span::after {
            opacity: 1
        }

        .vanilla-form input[type="radio"].error + span,
        .vanilla-form input[type="checkbox"].error + span {
            border-color: #de4747
        }

        .vanilla-form input[type="radio"] + span {
            border-radius: 100%
        }

            .vanilla-form input[type="radio"] + span::after {
                border-radius: 100%;
                background-color: #25b7d3;
                border-color: #25b7d3;
            }

        .vanilla-form input[type="radio"]:checked + span,
        .vanilla-form input[type="checkbox"]:checked + span {
            border: 1px solid #25b7d3
        }

            .vanilla-form input[type="radio"]:checked + span::after {
                border: 4px solid #ffffff
            }

        .vanilla-form input[type="checkbox"] + span::after {
            height: 40%;
            width: 70%;
            background-color: transparent;
            border: 0 solid #25b7d3;
            top: 9px;
            left: 2px;
            -webkit-transform: rotate(-45deg) translate(50%, -75%);
            -moz-transform: rotate(-45deg) translate(50%, -75%);
            -ms-transform: rotate(-45deg) translate(50%, -75%);
            -o-transform: rotate(-45deg) translate(50%, -75%);
            transform: rotate(-45deg) translate(50%, -75%);
        }

        .vanilla-form input[type="checkbox"]:checked + span::after {
            border-left-width: 0.2em;
            border-bottom-width: 0.2em;
        }

    .vanilla-form .notification-box {
        display: block;
        padding: 15px;
        margin-bottom: 20px;
        border: 1px solid transparent;
        border-radius: 0;
    }

        .vanilla-form .notification-box.show-error {
            background-color: #f2dede;
            border-color: #ebccd1;
            color: #a94442;
        }

        .vanilla-form .notification-box.show-success {
            background-color: #dff0d8;
            border-color: #d6e9c6;
            color: #3c763d;
        }

    .searchform {
        position: relative
    }

        .searchform input {
            width: 100%;
            margin: 0;
            padding-right: 90px;
        }

        .searchform .btn {
            position: absolute;
            top: 0;
            right: -5px;
            height: 38px !important;
            font-size: 12px !important;
            padding: 0 15px !important;
            margin: 0;
        }

    ::-webkit-input-placeholder {
        color: #858585 !important;
        
    }

    :-moz-placeholder {
        color: #858585 !important;
        
        opacity: 1;
    }

    ::-moz-placeholder {
        color: #858585 !important;
        
        opacity: 1;
    }

    :-ms-input-placeholder {
        color: #858585 !important;
        
    }
    /*-----------------------------------------------------------------------------------*/
    /*	28. MAILCHIMP / NEWSLETTER
/*-----------------------------------------------------------------------------------*/
    .newsletter-wrapper .newsletter-form {
        background: none;
    }

    .newsletter-wrapper {
        position: relative;
        width: 100%;
    }

        .newsletter-wrapper .newsletter-form input[type="email"] {
            background: none;
            border: 1px solid #ccc;
            width: 100%;
            
            -moz-transition: all 150ms ease-in;
            -o-transition: all 150ms ease-in;
            -webkit-transition: all 150ms ease-in;
            transition: all 150ms ease-in;
            height: 36px;
            padding-right: 85px;
        }

            .newsletter-wrapper .newsletter-form input[type="email"]:focus {
                background: none;
                border: 1px solid #aaa;
            }

    .inverse-wrapper .newsletter-wrapper .newsletter-form input[type="email"] {
        border-color: #535556 !important
    }

        .inverse-wrapper .newsletter-wrapper .newsletter-form input[type="email"]:focus {
            border-color: #717374 !important
        }

    .newsletter-wrapper .newsletter-form .btn {
        position: absolute;
        right: -4px;
        top: 0;
    }

    .newsletter-form input.email {
        display: block;
        padding: 8px 0;
        margin: 0;
        text-indent: 15px;
        width: 100%;
        min-width: 130px;
    }

    .newsletter-wrapper .newsletter-form form {
        padding: 0
    }
    /*-----------------------------------------------------------------------------------*/
    /*	29. GO TO TOP
/*-----------------------------------------------------------------------------------*/
    #scrollUp {
        bottom: 20px;
        right: 20px;
        -moz-transition: background 200ms linear;
        -o-transition: background 200ms linear;
        -webkit-transition: background 200ms linear;
        transition: background 200ms linear;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        font-size: 16px;
    }

        #scrollUp i {
            font-size: 16px
        }
    /*-----------------------------------------------------------------------------------*/
    /*	30. SOCIAL ICONS
/*-----------------------------------------------------------------------------------*/
    .social {
        padding: 0;
        margin: 0;
        margin-bottom: -16px;
        font-size: 0;
        line-height: 1;
    }

        .social li {
            display: inline-block;
            margin: 0 16px 16px 0;
        }

        .pull-right .social li,
        .social.pull-right li {
            margin: 0 0 16px 16px
        }

        .text-center .social li,
        .social.text-center li {
            margin: 0 8px 8px 0
        }

        .text-center .social,
        .social.text-center {
            margin-bottom: -8px
        }

        .social li a {
            display: table;
            line-height: 1;
        }

            .social li a i {
                color: #aaa;
                background: none;
                box-shadow: none;
                border: 0;
                height: auto !important;
                width: auto;
                font-size: 16px;
                -moz-transition: all 150ms ease-in;
                -o-transition: all 150ms ease-in;
                -webkit-transition: all 150ms ease-in;
                transition: all 150ms ease-in;
            }

    /*.navbar .social li a i {
        color: #fff
    }

    .navbar-collapse .social li a i {
        color: #2e2e2e
    }
*/
    .social a:hover .icon-s-pinterest {
        color: #c53942 !important
    }

    .social a:hover .icon-s-rss {
        color: #e86f04 !important
    }

    .social a:hover .icon-s-facebook {
        color: #4470cf !important
    }

    .social a:hover .icon-s-twitter {
        color: #5daed5 !important
    }

    .social a:hover .icon-s-flickr {
        color: #ff0088 !important
    }

    .social a:hover .icon-s-dribbble {
        color: #d07ead !important
    }

    .social a:hover .icon-s-behance {
        color: #098ffa !important
    }

    .social a:hover .icon-s-linkedin {
        color: #3393c1 !important
    }

    .social a:hover .icon-s-vimeo {
        color: #099fc7 !important
    }

    .social a:hover .icon-s-youtube {
        color: #c8312b !important
    }

    .social a:hover .icon-s-skype {
        color: #2ebbf0 !important
    }

    .social a:hover .icon-s-tumblr {
        color: #5d82a4 !important
    }

    .social a:hover .icon-s-delicious {
        color: #3274d1 !important
    }

    .social a:hover .icon-s-500px {
        color: #00a6df !important
    }

    .social a:hover .icon-s-grooveshark {
        color: #f66c00 !important
    }

    .social a:hover .icon-s-forrst {
        color: #2f7935 !important
    }

    .social a:hover .icon-s-digg {
        color: #1b5891 !important
    }

    .social a:hover .icon-s-blogger {
        color: #fc6605 !important
    }

    .social a:hover .icon-s-klout {
        color: #d8390f !important
    }

    .social a:hover .icon-s-dropbox {
        color: #016aab !important
    }

    .social a:hover .icon-s-github {
        color: #4073a6 !important
    }

    .social a:hover .icon-s-songkick {
        color: #ff0030 !important
    }

    .social a:hover .icon-s-posterous {
        color: #eac954 !important
    }

    .social a:hover .icon-s-appnet {
        color: #0291c9 !important
    }

    .social a:hover .icon-s-gplus {
        color: #a84539 !important
    }

    .social a:hover .icon-s-stumbleupon {
        color: #eb4923 !important
    }

    .social a:hover .icon-s-lastfm {
        color: #be0c02 !important
    }

    .social a:hover .icon-s-spotify {
        color: #7cc011 !important
    }

    .social a:hover .icon-s-instagram {
        color: #a4765c !important
    }

    .social a:hover .icon-s-evernote {
        color: #82d15c !important
    }

    .social a:hover .icon-s-paypal {
        color: #2a608e !important
    }

    .social a:hover .icon-s-picasa {
        color: #9864ae !important
    }

    .social a:hover .icon-s-soundcloud {
        color: #ff680d !important
    }
    /*-----------------------------------------------------------------------------------*/
    /*	31. LIGHTGALLERY
/*-----------------------------------------------------------------------------------*/
    .lg-backdrop {
        background: rgba(255,255,255,1)
    }

    .lg-icon {
        -moz-transition: all 200ms ease-in;
        -o-transition: all 200ms ease-in;
        -webkit-transition: all 200ms ease-in;
        transition: all 200ms ease-in;
    }

    .lg-outer .lg-thumb-item {
        border-radius: 0;
        float: none;
        display: inline-block;
    }

        .lg-outer .lg-thumb-item,
        .lg-outer .lg-thumb-item:hover {
            border-color: transparent
        }

            .lg-outer .lg-thumb-item.active,
            .lg-outer .lg-thumb-item.active:hover {
                border-color: #25b7d3
            }

    .lg-outer .lg-thumb {
        text-align: center;
        padding: 7px 0;
    }

    .lg-sub-html {
        z-index: 1060
    }

        .lg-sub-html p {
            font: inherit;
            font-size: 15px;
            color: #101828;
        }

    .lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
        bottom: 80px
    }

    .lg-outer .lg-toogle-thumb,
    .lg-sub-html,
    .lg-toolbar {
        background: rgba(255,255,255,0.5)
    }

    .lg-actions .lg-next,
    .lg-actions .lg-prev {
        background: rgba(255,255,255,0.9);
        width: 40px;
        padding: 0;
        line-height: 40px !important;
        text-align: center;
        border-radius: 0;
        color: #2e2e2e;
        
    }

        .lg-actions .lg-next:hover,
        .lg-actions .lg-prev:hover {
            background: rgba(255,255,255,1)
        }

        .lg-actions .lg-next:before,
        .lg-actions .lg-prev:after {
            font-size: 25px;
            border-radius: 0;
            
        }

        .lg-actions .lg-prev:after {
            content: '\e75d';
            margin-left: -1px;
        }

        .lg-actions .lg-next:before {
            content: '\e75e';
            margin-right: -1px;
        }

    .lg-outer .lg-toogle-thumb,
    #lg-counter,
    .lg-toolbar .lg-icon {
        color: #2e2e2e
    }

    .lg-toolbar .lg-icon {
        font-size: 25px
    }

        .lg-toolbar .lg-icon:hover,
        .lg-outer .lg-toogle-thumb:hover,
        .lg-actions .lg-next:hover,
        .lg-actions .lg-prev:hover {
            color: #25b7d3
        }

    .lg-outer .lg-toogle-thumb,
    .lg-outer .lg-thumb-outer {
        background-color: #f0f2f3
    }

    .lg-outer .lg-toogle-thumb {
        border-radius: 0;
        z-index: 1061;
    }

    .lg-outer .lg-item {
        background: none !important
    }

        .lg-outer .lg-item.lg-complete:after {
            display: none
        }

    .lg-outer .lg-video .lg-video-play {
        width: 70px;
        height: 70px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -35px;
        margin-top: -35px;
        border-radius: 100%;
        z-index: 1080;
        cursor: pointer;
        display: table;
        text-align: center;
    }

        .lg-outer .lg-video .lg-video-play:before {
            content: "\e84f";
            display: table-cell;
            vertical-align: middle;
            color: #2e2e2e;
            font-size: 30px;
            padding-left: 5px;
        }

    .lg-outer .lg-has-vimeo .lg-video-play,
    .lg-outer .lg-has-html5 .lg-video-play,
    .lg-outer .lg-has-youtube .lg-video-play {
        background: rgba(255,255,255,0.4);
        -moz-transition: all 200ms ease-in;
        -o-transition: all 200ms ease-in;
        -webkit-transition: all 200ms ease-in;
        transition: all 200ms ease-in;
    }

        .lg-outer .lg-has-vimeo .lg-video-play:hover,
        .lg-outer .lg-has-html5 .lg-video-play:hover,
        .lg-outer .lg-has-youtube .lg-video-play:hover {
            background: rgba(255,255,255,0.7);
            -moz-transition: all 200ms ease-in;
            -o-transition: all 200ms ease-in;
            -webkit-transition: all 200ms ease-in;
            transition: all 200ms ease-in;
        }

    .lg-outer .lg-has-vimeo:hover .lg-video-play,
    .lg-outer .lg-has-html5:hover .lg-video-play,
    .lg-outer .lg-has-youtube:hover .lg-video-play {
        -moz-transition: all 200ms ease-in;
        -o-transition: all 200ms ease-in;
        -webkit-transition: all 200ms ease-in;
        transition: all 200ms ease-in;
    }
    /*-----------------------------------------------------------------------------------*/
    /*	32. FONT ICON PAGES
/*-----------------------------------------------------------------------------------*/
    .font-icons {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .font-icons li {
            display: inline-block;
            font-size: 25px;
            margin-bottom: 10px;
            padding: 0 10px;
        }

    .retina-icons-code i {
        font-size: 18px
    }

    .retina-icons-code tr td:first-child,
    .retina-icons-code tr th:first-child {
        text-align: center
    }

    .retina-icons-code code {
        background: none;
        white-space: normal;
        color: inherit
    }

    .table-striped > tbody > tr:nth-of-type(odd) {
        background: none !important
    }

    .table-bordered {
        border-bottom: 1px solid rgba(0,0,0,0.2) !important;
        border-left: none;
        background: none;
    }

        .table-bordered th,
        .table-bordered td {
            border-bottom: 1px solid rgba(0,0,0,0.2) !important
        }

    .retina-icons-code td {
        vertical-align: middle !important;
        padding: 20px 10px !important;
    }

    .retina-icons-code th {
        padding: 20px 10px !important
    }

    .retina-icons-code .table th,
    .retina-icons-code .table td {
        border-bottom: 1px solid rgba(0,0,0,0.2) !important
    }

    .retina-icons-code .table-bordered > thead > tr > th,
    .retina-icons-code .table-bordered > tbody > tr > th,
    .retina-icons-code .table-bordered > tfoot > tr > th,
    .retina-icons-code .table-bordered > thead > tr > td,
    .retina-icons-code .table-bordered > tbody > tr > td,
    .retina-icons-code .table-bordered > tfoot > tr > td {
        border: 1px solid rgba(0,0,0,0.2) !important
    }

    .budicons-list .font-icons li {
        font-size: 40px;
        margin-bottom: 40px;
        padding: 0 20px;
    }

    .budicons-list .retina-icons-code i {
        font-size: 30px;
        line-height: 1;
        margin-top: 5px;
        display: block;
    }

    .flats img {
        max-width: 100%;
        max-height: 100%;
        width: 100px;
        margin-bottom: 30px;
        height: auto;
    }
    /*-----------------------------------------------------------------------------------*/
    /*	33. DIVIDERS
/*-----------------------------------------------------------------------------------*/
    .divide0 {
        width: 100%;
        height: 0;
    }

    .divide2 {
        width: 100%;
        height: 2px;
    }

    .divide3 {
        width: 100%;
        height: 3px;
    }

    .divide5 {
        width: 100%;
        height: 5px;
    }

    .divide10 {
        width: 100%;
        height: 10px;
    }

    .divide15 {
        width: 100%;
        height: 15px;
    }

    .divide20 {
        width: 100%;
        height: 20px;
    }

    .divide25 {
        width: 100%;
        height: 25px;
    }

    .divide30 {
        width: 100%;
        height: 30px;
    }

    .divide35 {
        width: 100%;
        height: 35px;
    }

    .divide40 {
        width: 100%;
        height: 40px;
    }

    .divide45 {
        width: 100%;
        height: 40px;
    }

    .divide50 {
        width: 100%;
        height: 50px;
    }

    .divide55 {
        width: 100%;
        height: 55px;
    }

    .divide60 {
        width: 100%;
        height: 60px;
    }

    .divide65 {
        width: 100%;
        height: 65px;
    }

    .divide70 {
        width: 100%;
        height: 70px;
    }

    .divide75 {
        width: 100%;
        height: 75px;
    }

    .divide80 {
        width: 100%;
        height: 80px;
    }

    .divide85 {
        width: 100%;
        height: 85px;
    }

    .divide90 {
        width: 100%;
        height: 90px;
    }

    .divide100 {
        width: 100%;
        height: 100px;
    }

    .rm0 {
        margin-right: 0
    }

    .rm1 {
        margin-right: 1px
    }

    .rm2 {
        margin-right: 2px
    }

    .rm5 {
        margin-right: 5px
    }

    .rm6 {
        margin-right: 6px
    }

    .rm10 {
        margin-right: 10px
    }

    .rm15 {
        margin-right: 15px
    }

    .rm20 {
        margin-right: 20px
    }

    .rm25 {
        margin-right: 25px
    }

    .rm30 {
        margin-right: 30px
    }

    .rm40 {
        margin-right: 40px
    }

    .rm50 {
        margin-right: 50px
    }

    .lm0 {
        margin-left: 0
    }

    .lm1 {
        margin-left: 1px
    }

    .lm5 {
        margin-left: 5px
    }

    .lm7 {
        margin-left: 7px
    }

    .lm10 {
        margin-left: 10px
    }

    .lm15 {
        margin-left: 15px
    }

    .lm20 {
        margin-left: 20px
    }

    .lm25 {
        margin-left: 25px
    }

    .lm30 {
        margin-left: 25px
    }

    .lm40 {
        margin-left: 40px
    }

    .rp5 {
        padding-right: 5px
    }

    .rp10 {
        padding-right: 10px
    }

    .rp15 {
        padding-right: 15px
    }

    .rp20 {
        padding-right: 20px
    }

    .rp30 {
        padding-right: 30px
    }

    .rp40 {
        padding-right: 40px
    }

    .rp50 {
        padding-right: 50px
    }

    .lp0 {
        padding-left: 0
    }

    .lp10 {
        padding-left: 10px
    }

    .lp20 {
        padding-left: 20px
    }

    .lp30 {
        padding-left: 30px
    }

    .lp40 {
        padding-left: 40px
    }

    .lp50 {
        padding-left: 50px
    }

    .lp100 {
        padding-left: 100px
    }

    .tp0 {
        padding-top: 0 !important
    }

    .tp3 {
        padding-top: 3px
    }

    .tp5 {
        padding-top: 5px
    }

    .tp10 {
        padding-top: 10px
    }

    .tp20 {
        padding-top: 20px
    }

    .tp25 {
        padding-top: 25px
    }

    .tp30 {
        padding-top: 30px
    }

    .tp40 {
        padding-top: 40px
    }

    .tm4 {
        margin-top: 4px
    }

    .tm5 {
        margin-top: 5px
    }

    .tm7 {
        margin-top: 7px
    }

    .tm10 {
        margin-top: 10px
    }

    .tm15 {
        margin-top: 15px
    }

    .tm20 {
        margin-top: 20px
    }

    .tm40 {
        margin-top: 40px
    }

    .mbm1 {
        margin-bottom: -1px
    }

    .bp0 {
        padding-bottom: 0 !important
    }

    .bp10 {
        padding-bottom: 10px !important
    }

    .bp20 {
        padding-bottom: 20px !important
    }

    .bm0 {
        margin-bottom: 0 !important
    }

    .bm5 {
        margin-bottom: 5px !important
    }

    .bm6 {
        margin-bottom: 6px !important
    }

    .bm10 {
        margin-bottom: 10px !important
    }

    .bm15 {
        margin-bottom: 15px !important
    }

    .bm20 {
        margin-bottom: 20px !important
    }

    .bm25 {
        margin-bottom: 25px !important
    }

    .bm30 {
        margin-bottom: 30px !important
    }

    .bm40 {
        margin-bottom: 40px !important
    }

    .bm50 {
        margin-bottom: 50px !important
    }

    .bp50 {
        padding-bottom: 50px !important
    }
    /*-----------------------------------------------------------------------------------*/
    /*	34. BOX LAYOUT
/*-----------------------------------------------------------------------------------*/
    @media (min-width: 1270px) {
        .box-layout {
            background: transparent url(style/images/bg1.jpg) repeat fixed;
            padding: 0;
        }

            .box-layout .content-wrapper {
                background: #FFF;
                position: relative;
            }

            .box-layout .content-wrapper,
            .box-layout footer.footer {
                width: 1270px;
                margin: 0 auto;
                box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
            }

            .box-layout .navbar.fixed {
                left: inherit;
                top: 0;
                width: 1270px;
            }
    }
    /*-----------------------------------------------------------------------------------*/
    /*	35. RESPONSIVE
/*-----------------------------------------------------------------------------------*/

.margin-min-2024 {
    padding-inline: 10px;
}

.margin-min-2024-solution {
    padding-inline: 5px;
}
@media(min-width:414px) {
    .margin-min-2024-solution {
        padding-inline: 10px;
    }
}

.margin-max-2024 {
    padding-inline: 40px;
}


@media(min-width:380px) {
    .margin-max-2024 {
        padding-inline: 100px;
    }

}

@media (min-width: 768px) {
    .margin-min-2024 {
        padding-inline: 30px;
    }

    .margin-min-2024-solution {
        padding-inline: 30px;
    }
}

@media (min-width: 1600px) {
    .margin-min-2024, .margin-max-2024-formation {
        padding-inline: 282px;
    }

    .margin-min-2024-solution {
        padding-inline: 282px;
    }


}

@media (min-width: 1600px) {
  

    .margin-min-2025-solution {
        padding-inline: 26vh;
    }
}



@media (min-width: 992px) and (max-width: 1199px) {
    .circle-progress-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (min-width: 1024px) {
    .feature.text-right {
        padding: 0 105px 0 0;
        text-align: right;
    }

    .timeline .feature.text-right {
        padding: 0 230px 0 0
    }

    .feature.text-right .icon,
    .feature.text-right figure {
        left: auto;
        right: 0;
    }

    .feature-s.text-right {
        padding: 0 85px 0 0
    }

    .timeline-item.right {
        float: right;
    }

        .timeline-item.right .post-content {
            margin: 20px 0 0 30px
        }

        .timeline-item.right .arrow:after {
            left: auto;
            right: 100%;
            margin: 0;
            margin-right: -45px !important;
            z-index: 2;
        }


    .li-point {
        color: #4e549f;
        margin-right: 10px;
    }
   
}


    @media (max-width: 1077px) {
      

        .margin-max {
            padding-left: 5px !important;
            padding-right: 5px !important;
        }

        .margin-min {
            padding-left: 5px !important;
            padding-right: 5px !important;
        }

        .margin-min-reel {
            margin-left: 5px !important;
            margin-right: 5px !important;
        }

        .circle-progress-wrapper {
            padding-left: 15px;
            padding-right: 15px;
        }

       
        .timeline:before {
            width: 30px
        }

        .timeline-item .arrow:after {
            left: 90px;
            right: 100%;
            margin: 0;
            z-index: 2;
            top: 40px;
        }

        .timeline-item .post-content {
            padding-left: 75px
        }

        .timeline .date-title {
            margin: 20px 0
        }

        .thin,
        .thin2 {
            width: 100%
        }
   
        .grid-view figure img {
            width: 100%
        }
 
    }

    @media (min-width: 768px) and (max-width: 1327px) {


        .margin-max {
            padding-left: 5px !important;
            padding-right: 5px !important;
        }

        .margin-min {
            padding-left: 5px !important;
            padding-right: 5px !important;
        }

        .margin-min-reel {
            margin-left: 5px !important;
            margin-right: 5px !important;
        }

   
    }


    @media (max-width: 767px) {

        .container {
            padding-right: 10px;
            padding-left: 10px;
        }

        .row-offset-0 .inner-col {
            padding: 60px 20px
        }

        .circle-progress-wrapper {
            padding-left: 55px;
            padding-right: 55px;
        }

        .tp-caption.medium .btn {
            padding: 7px 10px !important;
            font-size: 9px !important;
        }

        .inner {
            padding-top: 60px;
            padding-bottom: 60px;
        }

      
        .portfolio-grid.col3 .item,
        .portfolio-grid.col4 .item {
        }

        .process .icon:before,
        .process .icon:after {
            display: none
        }

        .process [class*="col-"] {
            margin-bottom: 30px
        }

        .process {
            margin-bottom: -30px
        }

        .sidebar {
            padding-left: 15px !important
        }

        .google-map.wide {
            height: 250px !important
        }

        .page-title,
        .breadcrumbs {
            float: none !important
        }

        .breadcrumbs {
            margin-top: 5px
        }

        #comments .user {
            display: none
        }

        #comments .message-inner {
            margin-left: 0
        }

        #comments ul.children {
            padding: 0 0 0 25px
        }

        .about-author {
            position: relative;
            padding: 0;
        }

            .about-author .author-image {
                display: none
            }
    }

    @media only screen and (max-width: 479px) {
        .tp-caption.medium .btn {
            padding: 5px 10px !important;
            font-size: 8px !important;
        }

        .portfolio-grid.col3 .item,
        .portfolio-grid.col4 .item {
        }

        .circle-progress-wrapper {
            width: 100% !important;
            margin-bottom: 40px !important;
        }

        .tiles .col-xs-6 {
            width: 100%
        }

        .timeline .feature {
            padding: 0 !important;
            text-align: left !important;
        }

            .timeline .feature figure {
                left: auto !important;
                right: auto !important;
                position: relative !important;
                margin-bottom: 20px !important;
            }

                .timeline .feature figure img {
                    width: 100%;
                    max-width: 100%;
                }

        .timeline-item {
            float: none !important
        }
    }

    .zerolineheight p input {
        margin-bottom: -5px;
        vertical-align: bottom;
        margin-top: 0px;
    }

    .arrow {
        border: solid white;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 3px;
        content: 'a';
    }

        .arrow.arrowup {
            transform: rotate(-135deg);
            -webkit-transform: rotate(-135deg);
        }

        .arrow.arrowleft {
            transform: rotate(135deg);
            -webkit-transform: rotate(135deg);
            content: none !important;
        }

        .arrow.arrowright {
            transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            content: none !important;
        }


    /*-----------------------------------------------------------------------------------*/
    /*	36. HISTORIQUE 
/*-----------------------------------------------------------------------------------*/

    .box-camembert {
        display: flex;
        justify-content: center;
        position: relative;
        width: 100%;
        max-width: 490px;
        max-height: 490px;
        margin: auto; /* Centrer le conteneur si nécessaire */
    }

    /*-----------------------------------------------------------------------------------*/
    /*	37. OFFRE D'EMPLOI 
/*-----------------------------------------------------------------------------------*/

    #recrutement .offreEmploiTextes, #recrutement .offreEmploiTextes span, #recrutement .offreEmploiTextes p, #recrutement .offreEmploiTextes li {
        
        font-size: 17px !important;
    }

    .tp-leftarrow, .tp-loader, .tp-rightarrow {
        display: none !important;
    }

    /* NEW STYLES */


  

/* Jquery UI dialog custom */
.ui-dialog .ui-dialog-buttonpane {
    color: #fff;
}

    .ui-dialog .ui-dialog-buttonpane button {
        background-color: #2E3862;
        color: #fff;
        
        border: none;
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        line-height: 1.5;
        border-radius: 0.25rem;
        transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }

        .ui-dialog .ui-dialog-buttonpane button:hover {
            background-color: #0069d9;
            border-color: #0062cc;
        }

        .ui-dialog .ui-dialog-buttonpane button:focus, .ui-dialog .ui-dialog-buttonpane button.focus {
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
        }


.ui-dialog .ui-dialog-titlebar-close {
    background: url('images/icons/xmark-solid-white.svg') no-repeat center center;
    border:none;
}

.ui-button .ui-icon {
    display:none;
}

.sub-footer .progress-button button.inv:hover {
    color: #4e549f !important;
    background-color: #fff !important;
    border-color: #fff !important;
}

@media (max-width:767px) {
    .sub-footer li.list-group-item {
        padding: 4px 0 4px 0;
        text-align: center;
    }
}

@media (min-width: 768px) {
    .sub-footer .bas {
        height: 120px;
    }
}

@media (max-width: 991px) {
    .sub-footer .bas .footer-follow-me {
        display: flex;
        justify-content: center;
    }
}

@media (min-width:992px) {
    .sub-footer .bas {
        height: 62px;
    }
}

@media (max-width:330px) {
    #demandedemo .row {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}
@media (min-width:590px) and (max-width:780px) {
    .container-slider {
        margin-bottom: 180px;
    }
}

@media (min-width:781px) and (max-width:1077px) {
    .container-slider {
        margin-bottom: 220px;
    }
}




@media (min-width: 650px) {
    .actu-72-congre img {
        max-width: 600px;
    }
}

@media (max-width:545px) {
    .click-share table th span.gauche {
        margin-bottom: 1rem;
     
    }
}

/* Cookie modal */

#cookieModal .modal-dialog, #cookieModal2 .modal-dialog {
    position:relative;
}

@media (min-width:1024px) and (min-height:800px) {
    #cookieModal .modal-dialog, #cookieModal2 .modal-dialog {
        position: absolute;
        bottom:0;
        margin-block:30px;
        margin-left:20px;
    }
}

/* RECAPTCHA V2 RESPONSIVE */

@media screen and (max-width: 540px) {
    #rc-imageselect,
    .g-recaptcha {
        transform: scale(0.80);
        transform-origin: 0;
        transform: scale(0.80);
        transform-origin: 0 0;
        -webkit-transform: scale(0.80);
        transform: scale(0.80);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }

    .g-recaptcha {
        margin-left: 62px;
    }
}

a {
    cursor: pointer;
}

/* Désactive le défilement */
.no-scroll {
    overflow: hidden;
}

.mobile-btn-container {
    display: flex;
}

@media (min-width:1024px) {
    .mobile-btn-container {
        display:none;
    }
}