/*-------------------------------------------------------------------------------------
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
    
    font-family: 'Source Sans Pro', sans-serif;
    text: #4d4d4d
    hover: #25b7d3
    headings: black
    
-------------------------------------------------------------------------------------*/


/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 80px;
    z-index: 99999;
    background: #B5C933;
    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: #eaefc5;
        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 #B5C933 ;
        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
/*-----------------------------------------------------------------------------------*/
@font-face {
    font-family: "Brown Bold";
    src: url("/Content/style/font/BrownBold/4150d76a852e1c349e0b6fe15f29d9ca.eot"); /* IE9*/
    src: url("/Content/style/font/BrownBold/4150d76a852e1c349e0b6fe15f29d9ca.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("/Content/style/font/BrownBold/4150d76a852e1c349e0b6fe15f29d9ca.woff2") format("woff2"), /* chrome firefox */
    url("/Content/style/font/BrownBold/4150d76a852e1c349e0b6fe15f29d9ca.woff") format("woff"), /* chrome firefox */
    url("/Content/style/font/BrownBold/4150d76a852e1c349e0b6fe15f29d9ca.ttf") format("truetype"); /* chrome firefox opera Safari, Android, iOS 4.2+*/
}

/* latin-ext */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/Content/style/font/Lato/S6uyw4BMUTPHjxAwXjeu.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/Content/style/font/Lato/S6uyw4BMUTPHjx4wXg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/**,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}*/

: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;
}

.lg-outer .lg-item:after,
.animsition-loading,
.tp-loader.spinner {
    content: "";
    height: 40px !important;
    width: 40px !important;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    background-color: transparent;
    border-top: 6px solid rgba(28,28,28,0.08);
    border-right: 6px solid rgba(28,28,28,0.08);
    border-bottom: 6px solid rgba(28,28,28,0.08);
    border-left: 6px solid #25b7d3;
    -webkit-transform: translateZ();
    -moz-transform: translateZ();
    -ms-transform: translateZ();
    -o-transform: translateZ();
    transform: translateZ();
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: .8s;
    -moz-animation-duration: .8s;
    -o-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-name: animsition-loading;
    -moz-animation-name: animsition-loading;
    -o-animation-name: animsition-loading;
    animation-name: animsition-loading;
    border-radius: 100%;
}
/*-----------------------------------------------------------------------------------*/
/*	01. GENERAL
/*-----------------------------------------------------------------------------------*/

body {
    overflow-x: hidden;
    font-size: 18px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    color: black;
    font-family: Lato, Calibri, sans-serif;
    background: none;
    display: flex;
    height: 100vh;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 100vw;
    max-width: 1366px;
    margin: 0px auto;
}

a {
    text-decoration: none;
}

.titre {
    font-family: Brown bold, Calibri, sans-serif;
}

.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 {
    font-family: inherit;
    font-weight: normal;
    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 {
    margin-top: 0;
    color: black;
    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: black
}

.image-wrapper .boxed p {
    color: #4d4d4d
}

/*ul {
    list-style: none
}
*/
/*li::before {
    content: "•";
    color: #B5C933;
    display: inline-block;
    width: 1em;
    margin-left: -1em
}
*/
/*.navbar li::before {
    content: "";
    display: block;
    width: 0;
    margin-left: 0;
}
*/
h1 {
    font-size: 2em;
    color: #B5C933;
    font-family: Brown bold, Calibri, sans-serif;
    font-weight: normal;
    line-height: normal;
}

@media (min-width: 1024px) {
    h1 {
        font-size: 2.5em;
    }
}

p.h1 {
    font-size: 2.5em;
    color: #B5C933;
    font-family: Brown bold, Calibri, sans-serif;
    font-weight: normal;
    line-height: normal;
}

@media (max-width: 1077px) {
    p.h1 {
        font-size: 36px;
    }
}



p.h1.black {
    color: black;
    margin: 0;
}

.descriptif-module p.h1 {
    margin-top: 0;
}

.sous-titre {
    font-family: Brown bold, Calibri, sans-serif;
    font-size: 1.5em;
    color: black;
    line-height: 1.3;
    margin-top: 8px !important;
}

h2 {
    font-size: 2.5em;
    font-family: Brown bold, Calibri, sans-serif;
    font-weight: normal;
    line-height: normal;
}

    h2.fixe {
        font-size: 1.6em;
        margin-bottom: 15px;
    }

h3 {
    font-size: 2.0em;
    font-family: Brown bold, Calibri, sans-serif;
    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: black;
}

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;
    font-weight: normal;
    color: #858585;
}

.section-title {
    margin-bottom: 40px
}

    /*  .section-title h2 {
        font-size: 14px;
        line-height: 1;
        margin-bottom: 10px;
        letter-spacing: 2px;
        color: #aaa;
        text-transform: uppercase;
    }*/

    .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: black;
    font-size: 15px;
    font-weight: bold;
}

.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;
        font-weight: 700;
        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 {
    padding: 0 0 0 18px
}

ol {
}

ul,
ol {
    margin-bottom: 15px
}
*/
ul.circled {
    padding: 0;
    list-style: none;
}

    ul.circled li:before {
        content: '●';
        margin-right: 10px;
        font-weight: normal;
        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 {
    font-weight: 800;
    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;
    font-weight: normal;
    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;
        font-weight: bold !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 {
    color: #FFF !important;
    background: #25b7d3;
    border: 0;
    margin-bottom: 10px;
    margin-right: 4px;
    font-size: 12px;
    line-height: 1;
    padding: 12px 20px;
    font-weight: 700;
    letter-spacing: 2px;
    border-radius: 0;
    text-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;
    box-shadow: none;
    text-transform: uppercase;
    display: inline-block;
}*/

.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:hover,
.btn:focus,
.btn:active,
.btn.active {
    background: #0ba5c3;
    -moz-transition: all 150ms ease-in;
    -o-transition: all 150ms ease-in;
    -webkit-transition: all 150ms ease-in;
    transition: all 150ms ease-in;
    box-shadow: none;
    border-color: transparent;
}*/

.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: black
}

.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;
    }
/*-----------------------------------------------------------------------------------*/
/*	03. HEADER
/*-----------------------------------------------------------------------------------*/
/*.navbar {
    z-index: 1008;
    border: 0;
    border-radius: 0;
    min-height: inherit;
    top: 0;
    left: 0;
    margin: 0;
}

    .navbar.header1,
    .navbar.header3 {
        position: sticky;
        border-bottom: 2px solid black;
        background-color: white;
    }

        .navbar.header1.noborder,
        .navbar.header3.noborder {
            border-bottom: none;
        }

    .navbar.header2 {
        background: none
    }

        .navbar.header2 .container.boxed {
            background: rgba(255,255,255,0.9);
            box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.4);
        }

    .navbar.centered {
        background: #fff
    }

        .navbar.centered.color .navbar-collapse {
            background: #25b7d3
        }

        .navbar.centered.extended .container {
            display: table;
            height: 100%;
        }

    .navbar .navbar-header {
        display: table;
        position: relative;
    }

.container > .navbar-header,
.container > .navbar-collapse {
    margin: 0;
    padding: 0;
}

.navbar-brand {
    line-height: 0;
    float: none;
    height: auto;
    position: relative;
    box-shadow: none;
    margin: 0 !important;
    vertical-align: middle;
    display: table-cell;
    text-align: left;
    padding-right: 0px;
}

.navbar .nav-bars-wrapper {
    display: none
}

    .navbar .nav-bars-wrapper .nav-bars-inner {
        pointer-events: none
    }

.navbar .navbar-collapse {
    border: 0;
    box-shadow: none;
    overflow: hidden;
}

.navbar .navbar-nav {
    margin: 0 !important
}

    .navbar .navbar-nav li a {
        font-size: 12px;
        font-weight: 600;
        color: black;
        letter-spacing: 2px;
    }

    .navbar .navbar-nav > li > a {
        padding: 0;
        -moz-transition: all 150ms ease-in;
        -o-transition: all 150ms ease-in;
        -webkit-transition: all 150ms ease-in;
        transition: all 150ms ease-in;
        line-height: 1;
        position: relative;
    }

        .navbar .navbar-nav > li > a:focus,
        .navbar .nav > li > a:hover,
        .navbar .nav > li.current > a {
            background: none;
        }

.navbar .dropdown-menu {
    padding: 6px !important;
    margin: 0;
    min-width: 150px;
    border: none;
    background: none;
    border-radius: 0;
    box-shadow: none;
    z-index: 1 !important;
}

    .navbar .dropdown-menu li:first-child {
        border: 0
    }
*/
/*.navbar .dropdown-menu li
{
    border: 1px solid #B5C933;
}*/


/* .navbar .dropdown-menu li a {
        background: white;
        border: none;
        color: black;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 2px;
        padding: 0;
        line-height: 1;
    }

.navbar .nav > li > .dropdown-menu:after {
    display: none
}

.navbar .dropdown-menu > li > a:hover,
.navbar .dropdown-menu > li > a:focus,
.navbar .dropdown-submenu:hover > a,
.navbar .dropdown-submenu:focus > a,
.navbar .dropdown-menu > .active > a,
.navbar .dropdown-menu > .active > a:hover,
.navbar .dropdown-menu > .active > a:focus {
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false)
}

.navbar .top-bar {
    color: #ececec
}

    .navbar .top-bar ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

.navbar .info li {
    display: inline;
    padding-right: 10px;
}

.navbar .info.text-right li {
    padding: 0;
    padding-left: 10px;
}

.navbar .info,
.navbar .info a,
.navbar .info i {
    color: #FFF
}

.navbar-header.dark-wrapper .info,
.navbar-header.dark-wrapper .info a,
.navbar-header.dark-wrapper .info i {
    color: #4d4d4d
}

.navbar .info i {
    margin-right: 2px
}

.navbar .info a:hover,
.navbar .top-bar a:hover {
    color: #25b7d3
}

.navbar .top-bar .container {
    display: table
}

.navbar .info,
.navbar .social-wrapper {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

.navbar:not(extended) .social-wrapper ul {
    display: block;
    margin: 15px 0;
    text-align: right;
}

.navbar .social-wrapper ul li {
    display: inline-block;
    margin: 0 0 0 16px;
}*/

.caret {
    margin: 0;
    top: -1px;
    position: relative;
}
/*-----------------------------------------------------------------------------------*/
/*	04. STICKY HEADER
/*-----------------------------------------------------------------------------------*/
/*.navbar.default {
    width: 100%;
}

.navbar.fixed {
    position: fixed;
    margin: 0;
    width: 100%;
    background: rgba(255,255,255,0.9);
    box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.4);
}

    .navbar.fixed .top-bar {
        display: none
    }

.navbar.header2.fixed .container.boxed {
    background: none;
    box-shadow: none;
    padding: 0;
}*/
/*-----------------------------------------------------------------------------------*/
/*	05. HEADER HEIGHT
/*-----------------------------------------------------------------------------------*/
/* header1 & header3 */
/*.navbar.header1 .navbar-header,
.navbar.header3 .navbar-header {
    height: 80px
}

@media (min-width: 992px) {
    .navbar.header1 .navbar-nav,
    .navbar.header3 .navbar-nav {
        height: 80px
    }

        .navbar.header1 .navbar-nav > li > a,
        .navbar.header3 .navbar-nav > li > a {
            line-height: 80px
        }
}*/
/* header2 */
/*.navbar.header2 .navbar-header {
    height: 65px
}

@media (min-width: 992px) {
    .navbar.header2 .navbar-nav {
        height: 65px
    }

        .navbar.header2 .navbar-nav > li > a {
            line-height: 65px
        }
}*/
/* header4 & header5 */
/*@media (min-width: 992px) {
    .navbar.centered .navbar-nav,
    .navbar.centered.fixed .navbar-nav {
        height: 54px
    }

        .navbar.centered .navbar-nav > li > a,
        .navbar.centered.fixed .navbar-nav > li > a {
            line-height: 54px
        }
}*/
/* sticky */
/*.navbar.fixed .navbar-header {
    height: 65px
}

@media (min-width: 992px) {
    .navbar.fixed .navbar-nav {
        height: 65px
    }

        .navbar.fixed .navbar-nav > li > a {
            line-height: 80px
        }
}*/
/*-----------------------------------------------------------------------------------*/
/*	06. HAMBURGER MENU ICON
/*-----------------------------------------------------------------------------------*/
/*.nav-bars {
    display: block;
    position: relative;
    overflow: hidden;
    margin-left:10px;
    padding: 0;
    width: 30px;
    height: 30px;
    font-size: 0;
    text-indent: -9999px;
    float: right;
    box-shadow: none;
    border-radius: 0;
    border: none;
    cursor: pointer;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
    pointer-events: all;
}

@media (min-width: 768px) {
    .nav-bars {
        margin-left: 30px;
    }
}

    .nav-bars:focus {
        outline: none
    }

    .nav-bars span {
        display: block;
        position: absolute;
        top: 16px;
        left: 0;
        right: 0;
        height: 3px;
        background: #B5C933;
        -moz-transition: background 0s 0.3s;
        -o-transition: background 0s 0.3s;
        -webkit-transition: background 0s 0.3s;
        transition: background 0s 0.3s;
    }

        .nav-bars span::before,
        .nav-bars span::after {
            position: absolute;
            display: block;
            left: 0;
            width: 100%;
            height: 3px;
            background-color: #B5C933;
            content: "";
        }

        .nav-bars span::before {
            top: -8px;
            -webkit-transition-duration: 0.3s, 0.3s;
            -moz-transition-duration: 0.3s, 0.3s;
            -o-transition-duration: 0.3s, 0.3s;
            transition-duration: 0.3s, 0.3s;
            -webkit-transition-delay: 0.3s, 0s;
            -moz-transition-delay: 0.3s, 0s;
            -o-transition-delay: 0.3s, 0s;
            transition-delay: 0.3s, 0s;
            -webkit-transition-property: top, -webkit-transform;
            -moz-transition-property: top, transform;
            -o-transition-property: top, transform;
            transition-property: top, transform;
        }

        .nav-bars span::after {
            bottom: -8px;
            -webkit-transition-duration: 0.3s, 0.3s;
            -moz-transition-duration: 0.3s, 0.3s;
            -o-transition-duration: 0.3s, 0.3s;
            transition-duration: 0.3s, 0.3s;
            -webkit-transition-delay: 0.3s, 0s;
            -moz-transition-delay: 0.3s, 0s;
            -o-transition-delay: 0.3s, 0s;
            transition-delay: 0.3s, 0s;
            -webkit-transition-property: bottom, -webkit-transform;
            -moz-transition-property: bottom, transform;
            -o-transition-property: bottom, transform;
            transition-property: bottom, transform;
        }

    .nav-bars.is-active span {
        background: none
    }

        .nav-bars.is-active span::before {
            top: 0;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .nav-bars.is-active span::after {
            bottom: 0;
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        .nav-bars.is-active span::before,
        .nav-bars.is-active span::after {
            -webkit-transition-delay: 0s, 0.3s;
            -moz-transition-delay: 0s, 0.3s;
            -o-transition-delay: 0s, 0.3s;
            transition-delay: 0s, 0.3s;
        }*/
/*-----------------------------------------------------------------------------------*/
/* 	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: black;
        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 #B5C933;
            margin: 8px;
        }

            .isotope-filter ul li:hover {
                background-color: #B5C933;
            }

                .isotope-filter ul li:hover .svg svg {
                    fill: white;
                }

                .isotope-filter ul li:hover .plus-tournant {
                    background-color: black;
                }

                .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: black;
            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: black;
            letter-spacing: 0;
            text-transform: uppercase;
            font-weight: 700;
            display: table-cell;
            vertical-align: middle;
        }

    figure .overlay-tiers .info span {
        color: white;
    }

    figure .overlay.icon .info span:before {
        font-family: 'fontello';
        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: #B5C933;
        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;
            font-weight: bold;
            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;
            font-weight: normal;
        }

            .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;
        font-weight: bold;
    }

        .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 {
    font-family: "fontello";
    content: "\e82a";
    display: inline-block;
    font-weight: normal;
    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;
            font-weight: bold;
        }

            .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: #4d4d4d
}

    footer a:hover {
        color: #25b7d3
    }

.sidebar .meta a {
    color: #aaa !important
}

    .sidebar .meta a:hover,
    footer .meta a:hover {
        color: #25b7d3 !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: black
        }

            #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;
        font-weight: bold;
        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;
    }
/*.tparrows.tp-leftarrow:before {
    content: '\e75d' !important;
}
.tparrows.tp-rightarrow:before {
    content: '\e75e' !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;
    font-weight: 900;
    color: #FFF;
}

.tp-caption.medium {
    font-size: 25px;
    line-height: 35px;
    font-weight: normal;
    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: black;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    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-family: "fontello";
        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;
        font-weight: bold;
        -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;
        font-weight: 700;
        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: black;
    margin-bottom: 10px;
    letter-spacing: -0.6px;
    font-weight: 700;
}

.facts p {
    font-size: 12px;
    font-weight: 700;
    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;
        font-weight: 600;
        -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;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-radius: 0;
    border: 0;
    color: black;
    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: black;
        font-size: 12px;
        font-weight: 700;
        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;
    font-weight: 700;
    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;
    font-weight: 700;
    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;
    font-weight: 500;
    color: #858585 !important
}

label {
    font-weight: inherit;
}

.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%;
    font-weight: inherit;
    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;
    font-weight: inherit;
    border: 1px solid #B5C933;
}

.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;
        font-weight: normal;
    }

    .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';
            font-family: 'fontello';
        }

    .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-weight: 800 !important;
        font-size: 12px !important;
        padding: 0 15px !important;
        margin: 0;
    }

::-webkit-input-placeholder {
    color: #858585 !important;
    font-weight: 500 !important;
}

:-moz-placeholder {
    color: #858585 !important;
    font-weight: 500 !important;
    opacity: 1;
}

::-moz-placeholder {
    color: #858585 !important;
    font-weight: 500 !important;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #858585 !important;
    font-weight: 500 !important;
}
/*-----------------------------------------------------------------------------------*/
/*	28. MAILCHIMP / NEWSLETTER
/*-----------------------------------------------------------------------------------*/
.newsletter-wrapper .newsletter-form {
    background: none;
    font-family: inherit;
}

.newsletter-wrapper {
    position: relative;
    width: 100%;
}

    .newsletter-wrapper .newsletter-form input[type="email"] {
        background: none;
        border: 1px solid #ccc;
        width: 100%;
        font-weight: 500;
        -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;
        font-family: 'fontello-social';
        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: black;
    }

.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;
    font-weight: normal;
    font-family: 'fontello';
}

    .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-family: 'fontello';
        font-size: 25px;
        border-radius: 0;
        font-weight: normal;
    }

    .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 {
        font-family: "fontello";
        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-map {
    margin-inline: 10px;
}


@media (min-width: 768px) {
    .margin-min-map {
        margin-inline: 30px;
    }
}

@media (min-width: 1243px) {
    .margin-min-map {
        margin-inline: 85px;
    }
}

.margin-min-2024 {
    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;
    }
}


@media (min-width: 1243px) {
    .margin-min-2024 {
        padding-inline: 85px;
    }
}

@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;
        }

    /* .navbar .navbar-collapse {
        position: relative;
        right: 0;
    }

    .navbar .navbar-nav {
        float: none;
        position: relative;
        display: inline-block;
        vertical-align: middle;
        margin: 0 !important;
    }

        .navbar .navbar-nav > li {
            margin: 0;
            display: inline-block;
        }

            .navbar .navbar-nav > li > a {
                padding-left: 15px;
                padding-right: 15px;
            }

    body.macintosh .navbar .navbar-nav > li > a {
    }

    .navbar .navbar-nav > li:last-child > a {
        padding-right: 0
    }

    .navbar .dropdown-menu {
        background: white;
        
        -moz-box-shadow: rgba(0,0,0,.5) 0 0 5px;
        -webkit-box-shadow: rgba(0,0,0,.5) 0 0 5px;
        box-shadow: rgba(0,0,0,.5) 0 0 5px;

    }

        .navbar .dropdown-menu li a {
            margin-top: 20px;
            margin-bottom: 20px;
            margin-left: 20px;
            margin-right: 20px;
            letter-spacing: 0;
        }

            .navbar .dropdown-menu li a:hover,
            .navbar .dropdown-menu li a.active {
                color: #B5C933 !important;
            }*/

    .li-point {
        color: #B5C933;
        margin-right: 10px;
    }
    /*
    .navbar-nav ul ul {
        padding-top: 6px !important;
        padding-left: 2px !important;
    }

        .navbar-nav ul ul ul {
            padding-left: 5px !important
        }

        .navbar-nav ul ul li {
            border-left: 1px solid rgba(255,255,255,0.2) !important;
            border-right: 1px solid rgba(255,255,255,0.2) !important;
            margin: 0 2px 0 0;
        }

    .navbar.centered .navbar-header {
        width: 100%;
        height: auto;
        padding: 30px 0;
    }

    .navbar.centered .navbar-brand,
    .navbar.centered .navbar-header,
    .navbar.centered .navbar-collapse {
        float: none !important;
        text-align: center;
    }

    .navbar.centered.extended .navbar-brand,
    .navbar.centered.extended .navbar-header,
    .navbar.centered.extended .navbar-collapse {
        text-align: left
    }

    .navbar.centered.fixed .navbar-header {
        display: none
    }

    .navbar.centered .navbar-nav > li {
        margin: 0
    }

        .navbar.centered .navbar-nav > li > a {
            padding-left: 20px;
            padding-right: 20px;
        }

    .navbar.centered.extended .navbar-nav > li > a {
        padding-left: 0;
        padding-right: 40px;
    }

    .navbar.centered.color .navbar-nav > li > a:focus,
    .navbar.centered.color .nav > li > a:hover,
    .navbar.centered.color .nav > li.current > a {
        background: rgba(255,255,255,0.2)
    }

    .navbar.centered.color .navbar-nav > li:first-child {
        border-left: 1px solid rgba(255,255,255,0.2)
    }

    .navbar.centered.color .navbar-nav > li {
        border-right: 1px solid rgba(255,255,255,0.2)
    }

    .navbar.centered .navbar-collapse .navbar-nav {
        float: none;
        display: inline-block;
    }

        .navbar.centered .navbar-collapse .navbar-nav > li {
            display: inline-block
        }

    .navbar.centered.color .navbar-nav > li > a {
        color: #fff !important
    }

    .navbar.header2 .container.boxed {
        padding: 0 30px
    }*/
}
/*

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        background-color: transparent !important;
    }

    .navbar-default .navbar-nav > .open > a.dropdown-toggle-ligne, .navbar-default .navbar-nav > .open > a.dropdown-toggle-ligne:hover, .navbar-default .navbar-nav > .open > a.dropdown-toggle-ligne:focus {
        color: #B5C933 !important;
        border-bottom: 3px solid #B5C933;
    }*/
@media (max-width: 1023px) {
    .li-point {
        display:none;
    }
}

@media (max-width: 1077px) {
    /* .navbar-default .navbar-nav > .open > a.dropdown-toggle-ligne, .navbar-default .navbar-nav > .open > a.dropdown-toggle-ligne:hover, .navbar-default .navbar-nav > .open > a.dropdown-toggle-ligne:focus {
        color: white !important;
        border-bottom: none;
    }*/

    .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;
    }

    /*  .navbar.header1, .navbar.header3 {
        position: relative !important;
        border-bottom: none;
    }

    .navbar-nav.sm-collapsible a.has-submenu:hover,
    .navbar-nav.sm-collapsible a.contact-menu:hover,
    .navbar-nav.sm-collapsible a.meconnecter-menu:hover {
        color: white !important;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: white !important;
        background-color: transparent !important;
        font-size: 13px !important
    }*/

    .bandeau-haut-header img {
        margin-bottom: 0px !important;
    }

    .logoBandeau {
        width: 100%;
        text-align: center;
    }

    /*  li a {
        text-align: left;
    }
*/
    .circle-progress-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }

    /*  .navbar .container {
        width: 100%;
        padding: 0;
    }

    .navbar .navbar-header .navbar-brand {
        width: 100%
    }

    .navbar .nav-bars-wrapper {
        display: table-cell;
        vertical-align: middle;
    }

    .navbar .dropdown-menu {
        padding-left: 20px
    }

    .navbar .navbar-nav > li {
        margin: 0 5px;
    }

        .navbar .navbar-nav > li > a {
            font-size: initial !important;
            color: white !important;
        }

    .navbar-nav.sm-collapsible a.has-submenu {
        padding-right: 0;
    }

    .navbar .nav > li.current > a,
    .navbar .nav > li > a:hover {
        color: white !important
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 1
    }

    .navbar .navbar-nav li {
        border-top: 1px solid rgba(255,255,255,0.2)
    }

    .navbar .navbar-nav > li:first-child {
        border-top: 0
    }

    .navbar .navbar-nav .dropdown-menu {
        border-top: 1px solid rgba(255,255,255,0.2);
    }

    .navbar .navbar-collapse {
        background: #B5C933 !important
    }

    .meconnecter-menu svg {
        fill: white;
    }

    .navbar .navbar-nav > li.fin > a {
        text-align: center;
    }

    .navbar-collapse.in {
        width: unset !important;
    }

    .navbar .navbar-header {
        padding-left: 0px !important;
        float: none !important;
    }

    .ensemble-nav-bars {
        float: left !important;
        width: 100% !important;
    }

    .navbar-collapse.collapse {
        max-width: unset !important;
    }

        .navbar-collapse.collapse.in {
            padding-bottom: 20px;
            margin-bottom: 20px;
        }

    .navbar.header2.default {
        position: relative
    }

    .navbar.header2 .container.boxed {
        background: #FFF;
        box-shadow: none;
    }

    .navbar-header.dark-wrapper {
        background: #FFF
    }

    .navbar .top-bar,
    .navbar .info {
        display: none
    }

    .navbar .navbar-header {
        height: 65px !important
    }*/

    /* .col-sm-12 + .col-sm-12 {
        margin-top: 30px
    }*/

    .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%
    }
    /*
    .navbar .social-wrapper {
        display: none
    }

    .navbar .navbar-nav {
        float: none !important
    }

    [class*="col-md-"].sidebar {
        padding-left: 15px !important;
        margin-top: 20px;
    }
*/
    .grid-view figure img {
        width: 100%
    }
    /*
    .navbar .navbar-nav > li > a {
        margin-top: 25px !important;
        margin-bottom: 25px !important;
    }

    .navbar .navbar-nav > li > .progress-button {
        margin-top: 25px !important;
        margin-bottom: 25px !important;
    }*/
}

@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;
    }

    /*  .navbar .navbar-nav > li > a {
            padding-left: 10px;
            padding-right: 10px;
        }

        .navbar .navbar-collapse .top-button-premier {
            padding-right: 5px !important;
        }*/
}

/*@media (max-width: 1077px) {
    .navbar .navbar-collapse .top-button-premier {
        padding-right: 0 !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;
    }

    /*  .navbar .navbar-header {
            padding-left: 20px;
            padding-right: 20px;
            float: right;
        }

        body:not(.onepage) .navbar.fixed {
            position: absolute
        }*/

    .tp-caption.medium .btn {
        padding: 7px 10px !important;
        font-size: 9px !important;
    }

    .inner {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    /*footer [class*="col-"] {
            margin-bottom: 30px
        }*/

    .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;
    }

.infoModule {
}

    .infoModule th {
        background-color: #B5C933;
        text-align: left;
        color: white;
    }

    .infoModule td {
        background-color: white;
    }

    .infoModule tr.bleu td {
        background-color: #EAEFC5;
    }

    .infoModule td, .infoModule th {
        padding-left: 35px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

        .infoModule td.centrer, .infoModule th.centrer {
            padding-left: 0;
            text-align: center;
        }


        .infoModule td.col3 {
            padding-top: 0;
            padding-bottom: 0;
        }



/*-----------------------------------------------------------------------------------*/
/*	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 */
}


.img-top-camembert {
    max-width: 678px;
    width: 100%
}

/*-----------------------------------------------------------------------------------*/
/*	37. OFFRE D'EMPLOI 
/*-----------------------------------------------------------------------------------*/

#recrutement .offreEmploiTextes, #recrutement .offreEmploiTextes span, #recrutement .offreEmploiTextes p, #recrutement .offreEmploiTextes li {
    font-family: 'Lato' !important;
    font-size: 18px !important;
    font-weight: normal;
}

.tp-leftarrow, .tp-loader, .tp-rightarrow {
    display: none !important;
}

/* NEW STYLES */


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#logo-img-mobile {
    position: absolute;
    z-index: 999;
    top: 20px;
    max-width: 184px;
}

@media (min-width: 1024px) {
    #logo-img-mobile {
        display: none;
    }
}


#header .progress-button button {
    font-size: 17px !important;
}

.header {
    background: #fff;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    position: fixed;
    width: 100%;
    max-width: 1366px;
    height: 70px;
}

    .header .logo img {
        max-width: 184px;
    }

    .header .btn-book-a-table,
    .header .btn-book-a-table:focus {
        font-size: 14px;
        color: #fff;
        background: #B5C933;
        padding: 8px 20px;
        margin-left: 30px;
        border-radius: 50px;
        transition: 0.3s;
    }

        .header .btn-book-a-table:hover,
        .header .btn-book-a-table:focus:hover {
            color: #fff;
            background: rgba(206, 18, 18, 0.8);
        }


main {
    margin-top: 70px;
}

@media (min-width: 1024px) {
    main {
        margin-top: 140px;
    }

    .header {
        background: #fff;
        height: 90px;
    }

        .header .logo img {
            display: block;
            max-width: 184px;
        }

    .header {
        border-bottom: 2px solid black;
    }

        .header.sticked {
            border-color: #eee;
        }

        .header:hover {
            border-color: #eee;
        }
}

@media (min-width: 1281px) {
    main {
        margin-top: 90px;
    }
}


/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/

.container-nav {
    padding: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-top: 21px;
    margin-bottom: 0 !important;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
}

.special-nav {
    display: none;
    padding: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-top: 15px;
    margin-bottom: 0 !important;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
}

.dropdown-indicator {
    color: #B5C933;
}

.special-nav {
    display: none !important;
}

.logo-special {
    display: flex;
    align-items: center;
}

/* Media query pour les résolutions d'écran entre 1024px et 1280px */
@media screen and (min-width: 1024px) and (max-width: 1280px) {

    .header {
        height: 140px;
    }

    .desktop-only.button-login {
        display: none;
    }

    .logo-special {
        display: none !important;
    }

    .special-nav {
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    /* Ajuste le conteneur principal pour afficher en colonne */
    .container-nav {
        flex-direction: column;
    }

    .navbar .dropdown ul {
        margin: 0 !important;
    }


    /* Assurez-vous que le logo et les boutons sont dans un conteneur flex pour les aligner sur la même ligne */
    .container-nav > a.logo,
    .container-nav > .navbar {
        width: 100%;
        justify-content: center;
        display: flex;
        align-items: center;
    }


    .navbar > ul > li > a::before {
        bottom: -29px !important;
    }
}


@media (min-width: 1024px) {
    .navbar a:hover::before, .navbar li:hover > a::before, .navbar .active::before {
        opacity: 1; /* Utilisez l'opacité pour afficher la barre */
        transform: scaleX(1); /* Ajuste ceci pour un effet de "croissance" */
    }

    .navbar > ul > li > a::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 3px;
        bottom: -25px;
        left: 0;
        background-color: #B5C933;
        opacity: 0; /* Démarre invisible */
        transform: scaleX(0); /* Démarre de manière échelée */
        transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out; /* Transition sur opacité et transformation */
        z-index: 99;
    }

    .dropdown-indicator, .bi-chevron-down {
        display: none;
    }

    .container-nav {
        margin-top: 15px;
    }

    .navbar {
        padding: 0;
    }

        .navbar ul {
            margin: 0;
            padding: 0;
            display: flex;
            list-style: none;
            align-items: center;
        }

        .navbar li {
            position: relative;
        }

        .navbar > ul > li {
            white-space: nowrap;
            padding: 25px 5px 25px 5px;
        }

            .navbar > ul > li.li-button {
                padding: 10px 3px 10px 3px;
            }

    #navbar > ul > li.li-button-fin {
        padding: 10px 0 10px 3px !important;
    }

        #navbar > ul > li.li-button-fin a::before {
            content: unset;
        }

    .navbar a {
        display: flex;
        align-items: center;
        padding: 0 3px;
        font-family: Lato;
        font-size: 18px;
        font-weight: 600;
        color: #000;
        white-space: nowrap;
        transition: 0.3s;
        position: relative;
    }

    .navbar .menu-1 > a {
        letter-spacing: 2px;
    }


    .navbar a i,
    .navbar a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
    }


    .navbar .dropdown ul {
        display: block;
        position: absolute;
        top: calc(100% + 30px);
        margin: 0;
        padding: 10px 0;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: 0.3s;
        border-radius: 0 0 4px 4px;
        z-index: 98;
    }

        .navbar .dropdown ul li {
            min-width: 200px;
        }

        .navbar .dropdown ul a {
            padding: 10px 20px;
            font-size: 18px;
            text-transform: none;
            font-weight: 600;
        }

            .navbar .dropdown ul a i {
                font-size: 12px;
            }

    .navbar .dropdown:hover > ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .navbar .dropdown .dropdown ul {
        top: 0;
        left: calc(100% - 30px);
        visibility: hidden;
    }

    .navbar .dropdown .dropdown:hover > ul {
        opacity: 1;
        top: 0;
        left: 100%;
        visibility: visible;
    }
}

@media (min-width: 1281px) {

    .navbar > ul > li {
        padding: 25px 15px 25px 15px;
    }
}

@media (min-width: 1280px) and (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}

@media (min-width: 1024px) {

    .mobile-nav-show,
    .mobile-nav-hide {
        display: none;
    }

    .mobile-only {
        display: none;
    }

    li.accueil-menu {
        display: none;
    }
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/


.logo {
    margin-left: 10vw;
}

@media (min-width: 451px) {
    .logo {
        flex-grow: 1; /* Permet au logo de prendre toute la largeur disponible */
        justify-content: center; /* Centre le logo dans son propre conteneur flex */
        margin-left: 0;
    }
}

@media (min-width: 1024px) {
    .logo {
        flex-grow: 0; /* Permet au logo de prendre toute la largeur disponible */
    }
}

@media (max-width: 1023px) {


    .desktop-only {
        display: none;
    }

    a:hover {
        color: #B5C933;
    }

    .container-nav {
        justify-content: center; /* Centrer les éléments */
    }

    .mobile-nav-toggle {
        position: absolute;
        right: 0; /* Positionne le menu burger à droite */
        top: 50%; /* Ajuste la position verticale si nécessaire */
        transform: translateY(-50%); /* Centrage vertical par rapport à son parent */
    }

    .dropdown-indicator, .bi-chevron-down {
        display: block;
    }

    .li-button, .li-button-fin {
        margin-left: 12px;
    }

    .li-button {
        margin-bottom: 10px;
    }

    .navbar {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        max-width: 400px;
        border-left: 1px solid #666;
        bottom: 0;
        transition: 0.3s;
        z-index: 9997;
    }

        .navbar ul {
            position: absolute;
            inset: 0;
            padding: 50px 0 10px 0;
            margin: 0;
            background: rgba(255, 255, 255, 0.9);
            overflow-y: auto;
            transition: 0.3s;
            z-index: 9998;
        }

        .navbar a,
        .navbar a:focus {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 10px 20px;
            font-family: Lato;
            border-bottom: 2px solid rgba(255, 255, 255, 0.8);
            font-size: 16px;
            font-weight: 600;
            color: #7f7f90;
            white-space: nowrap;
            transition: 0.3s;
        }

            .navbar a i,
            .navbar a:focus i {
                font-size: 12px;
                line-height: 0;
                margin-left: 5px;
            }

            .navbar a:hover,
            .navbar li:hover > a {
                color: #B5C933;
            }

        .navbar .active,
        .navbar .active:focus {
            color: #B5C933;
            border-color: #B5C933;
        }

        .navbar .dropdown ul,
        .navbar .dropdown .dropdown ul {
            position: static;
            display: none;
            padding: 10px 0;
            margin: 10px 20px;
            transition: all 0.5s ease-in-out;
            border: 1px solid #eee;
        }

            .navbar .dropdown ul li {
                display: flex;
                justify-content: end;
            }

        .navbar .dropdown > .dropdown-active,
        .navbar .dropdown .dropdown > .dropdown-active {
            display: block;
        }

    .mobile-nav-show {
        color: #B5C933;
        font-size: 28px;
        cursor: pointer;
        line-height: 0;
        transition: 0.5s;
        z-index: 9999;
        margin: 0 20px 0 20px;
    }

    .mobile-nav-hide {
        color: #B5C933;
        font-size: 32px;
        cursor: pointer;
        line-height: 0;
        transition: 0.5s;
        position: fixed;
        right: 18px;
        top: 12px;
        z-index: 9999;
    }

    .mobile-nav-active {
        overflow: hidden;
    }

        .mobile-nav-active .navbar {
            right: 0;
        }

            .mobile-nav-active .navbar:before {
                content: "";
                position: fixed;
                inset: 0;
                background: rgba(255, 255, 255, 0.8);
                background: rgba(255, 255, 255, 0.8);
                z-index: 9996;
            }
}

.custom-div-30 {
    height: 0;
    width: 100%;
}

@media (min-width:1024px) {
    .custom-div-30 {
        height: 30px;
    }
}

.form-select {
    border-color: #B5C933 !important;
    color: #000 !important;
}

/* Jquery UI dialog custom */
.ui-dialog .ui-dialog-buttonpane {
    color: #fff;
}

    .ui-dialog .ui-dialog-buttonpane button {
        background-color: #B5C933;
        color: #fff;
        font-weight: bold;
        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;
}


.sub-footer .bas {
    height: 220px;
}



@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 (max-width:906px) {
    #actualites .toggle-content {
        margin-top: 1.5rem;
    }
  
    
}

@media (min-width:907px) {
    #actualites .toggle-content {
        margin-top: 1rem;
    }
}


@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;
    }
}