@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);

.copyright a,
a,
a:focus,
a:hover {
    text-decoration: none
}

#site-searchform #s,
#site-searchform #s:focus {
    width: 82%;
    padding: 5px 10px;
    color: #999;
    height: 41px
}

#logo a img,
textarea.form-control {
    height: auto
}

.button-8,

.slider p {
    white-space: nowrap
}

.author_social,
.comments li,
.flex-container,
.footbot_social,
.links li,
.our_clients ul,
.shares,
.sidebar .widget ul.list_style li,
.top-info,
.tweet_list,
ul {
    list-style: none
}


@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Base */
html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family:  -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif !important; 
    font-size: 1.5rem;
    line-height: 1.5;
    color: #34373b;
}

/* Titres */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Merriweather Sans" !important;
    font-weight: 500;
    color: #34373b;
}

.lead, .small, .text-muted {
    font-family: inherit !important; /* Garde la police système */
}

h1, .h1 {
    font-size: 2.2rem;
    line-height: 1.4;
    margin-bottom: 1.5rem;
    text-align: center;
}

h2, .h2 {
    font-size: 2rem;
    line-height: 1.5;
    margin: 1.8rem 0 1rem;
}

h3, .h3 {
    font-size: 1.7rem;
    line-height: 1.5;
}

h4, .h4 {
    font-size: 1.8rem;
    line-height: 30px;
}

h5, .h5 {
    font-size: 1.5rem;
    line-height: 24px;
}

h6, .h6 {
    font-size: 1.25rem;
    line-height: 20px;
}

/* Formulaires & boutons */
.button,
input,
select,
textarea {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 1.5rem;
    line-height: 1.5;
    color: #34373b;
}

input[type=button],
input[type=submit] {
    cursor: pointer;
}


a {
    color: #229c6d;
	font-weight: 600; 
    background-color: #fff0
}

a:hover {
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

a:focus {
    outline: 0
}

.not-ie a {
    -webkit-transition: background-color .2s, border .2s, color .2s, opacity .2s ease-in-out;
    -moz-transition: background-color .2s, border .2s, color .2s, opacity .2s ease-in-out;
    -ms-transition: background-color .2s, border .2s, color .2s, opacity .2s ease-in-out;
    -o-transition: background-color .2s, border .2s, color .2s, opacity .2s ease-in-out;
    transition: background-color .2s, border .2s, color .2s, opacity .2s ease-in-out
}

/* ================= ESPACES ================= */
:root {
  --space-0: 0;
  --space-1: 4px;     /* 4px */
  --space-2: 8px;     /* 8px */
  --space-3: 16px;    /* 16px */
  --space-4: 24px;    /* 24px */
  --space-5: 30px;    /* 30px */
  --space-6: 45px;    /* 45px */
}

/* MARGES */
.m-0, .mt-0, .mb-0, .ml-0, .mr-0, .my-0 { margin: var(--space-0) !important; }
.m-1, .mt-1, .mb-1, .ml-1, .mr-1, .my-1 { margin: var(--space-1) !important; }
.m-2, .mt-2, .mb-2, .ml-2, .mr-2, .my-2 { margin: var(--space-2) !important; }
.m-3, .mt-3, .mb-3, .ml-3, .mr-3, .my-3 { margin: var(--space-3) !important; }
.m-4, .mt-4, .mb-4, .ml-4, .mr-4, .my-4 { margin: var(--space-4) !important; }
.m-5, .mt-5, .mb-5, .ml-5, .mr-5, .my-5 { margin: var(--space-5) !important; }
.m-6, .mt-6, .mb-6, .ml-6, .mr-6, .my-6 { margin: var(--space-6) !important; }

/* PADDINGS */
.p-0, .pt-0, .pb-0, .pl-0, .pr-0, .py-0 { padding: var(--space-0) !important; }
.p-1, .pt-1, .pb-1, .pl-1, .pr-1, .py-1 { padding: var(--space-1) !important; }
.p-2, .pt-2, .pb-2, .pl-2, .pr-2, .py-2 { padding: var(--space-2) !important; }
.p-3, .pt-3, .pb-3, .pl-3, .pr-3, .py-3 { padding: var(--space-3) !important; }
.p-4, .pt-4, .pb-4, .pl-4, .pr-4, .py-4 { padding: var(--space-4) !important; }
.p-5, .pt-5, .pb-5, .pl-5, .pr-5, .py-5 { padding: var(--space-5) !important; }
.p-6, .pt-6, .pb-6, .pl-6, .pr-6, .py-6 { padding: var(--space-6) !important; }

/* UTILITAIRES */
.text-center { text-align: center !important; }
.mr-auto { margin-right: auto !important; }
.padding-left { padding-left: 15px; }

/* LARGEURS */
.w-78  { width: 78px; }
.w-143 { width: 143px; }
.w-159 { width: 159px; }
.w-236 { width: 236px; }
.w-245 { width: 245px; }
/* ======================================================
   TEXT & HELPERS
====================================================== */

.row {
   display: flex;
   flex-wrap: wrap;
}

.d-flex {
  display: flex;
}

@media (max-width: 992px) {
  .text-center {
    text-align: center !important;
  }
}

.texte-top {
    vertical-align: top;
}



#info-bar {
    background: #fff;
    color: #707270;
    padding: 5px 0 3px;
}

.top-info {
    padding: 0;
    margin: 0
}

.top-info span,
.top-info-droite,
.top-info-droite span {
    float: right !important;
    padding-right: 20px
}

.top-info-left span {
    float: left !important;
    padding-left: 10px
}

.top-info span i {
    font-size: 13px;
    margin-right: 5px
}

.top-info li {
    float: left
}

.top-info li a {
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 25px;
    line-height: 23px;
    margin: 0 2px;
    text-align: center;
    transition: background-color .4s linear;
    width: 25px;
    background: 0
}

.top-info li:hover a,
input[type=submit] {
    color: #fff !important;
}

.top-info li:hover a.my-tweet {
    background: #3abdd1;
}

.top-info li:hover a.my-facebook {
    background: #648cd5;
}

.top-info li:hover a.my-google {
    background: #e73904;
}

.ie8#header {
    border-bottom: 1px solid #e9e9e9;
}



#logo {
    margin: 20px 0 0;
    line-height: 0;
    font-size: 0;
}

#logo a img {
    max-width: 100%
}

.img[loading="lazy"] {
  width: 100%;
  height: auto;
  aspect-ratio: attr(width) / attr(height);
  max-width: 100%;
  display: block;
}

.content {
    padding: 30px 0 60px;
    position: relative
}

.sub_content {
    padding: 20px
}

.page_head {
    background: url(../img/page-title-head.png);
    border-bottom: 3px solid #dcdbd7;
    margin: 0 0 0;
    position: relative
}


.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.footer_bottom {
    background: #292f38;
    padding: 20px 0;
    color: #fff
}

.footer {
    background: #323a45;
    position: relative;
    color: #fff
}

.copyright,
.copyright a:hover {
    color: #aaa
}

.widget_content {
    margin-top: 15px
}

.widget_content>p {
    font-family: Pt Sans;
    font-size: 14px
}

.copyright {
    font-size: 11px;
    line-height: 25px;
    margin: 0
}

.copyright a {
    color: #fff
}

.sidebar .widget h4 span {
    background: #fff;
    color: inherit
}

.tweet_list {
    padding: 0;
    position: relative;
    margin: 0 auto
}

.tweet_list li {
    color: #fff;
    margin-bottom: 5px
}

.tweet_list li i {
    float: left;
    font-size: 16px;
    line-height: 20px;
    padding-right: 8px;
    position: relative
}

.tweet_list li p {
    line-height: 20px;
    overflow: hidden;
    margin-bottom: 0
}

.contact-details-alt p a,
.time,
.tweet_list li p a {
    color: #fff;
    font-weight: 700;
    font-size: 12px
}

.time {
    color: #e3e3e3;
    font-family: Lato;
    padding-left: 25px
}

.contact-details-alt {
    padding: 0
}

.contact-details-alt li,
.widget_info_contact li {
    list-style: none;
    margin: 0 0 5px
}

.contact-details-alt li p strong {
    color: #fff;
    float: left;
    margin: 0;
    font-size: 12px;
    width: 25%
}

.contact-details li p strong,
.widget_info_contact li p strong {
    color: #666;
    float: left;
    margin: 0 5px 5px 0
}

.contact-details a,
.contact-details li,
.contact-details p {
    color: #666
}

.contact-details-alt p {
    line-height: 18px;
    width: 100%;
    margin: 0
}

.contact-details-alt p a:hover,
.widget_info_contact p a:hover {
    color: #919191
}

.contact-details-alt li i {
    float: left;
    font-size: 12px;
    margin: 2px 0 0;
    width: 15px
}

.widget_info_contact {
    padding: 0;
    margin-top: 20px
}

.widget_info_contact li p strong {
    font-size: 12px;
    width: 20%
}

.widget_info_contact p {
    margin: 0 0 0 20px;
    line-height: 18px;
    overflow: hidden
}

.widget_info_contact p a {
    color: #666;
    font-weight: 600;
    font-size: 12.5px
}

.widget_info_contact li i {
    float: left;
    margin: 1px 0 0
}

.sidebar .widget {
    display: block;
    float: left;
    height: 100%;
    position: relative;
    width: 100%
}

.sidebar .widget ul.list_style {
    padding: 0;
    margin: 0;
    float: left;
    width: 100%
}

.sidebar .widget ul.list_style li {
    border-bottom: 1px solid #f2f2f2;
    font-size: 12px;
    line-height: 20px;
    padding: 8px 2px 8px 12px
}

.sidebar .list_style li:before {
    font-family: FontAwesome;
    content: "";
    font-size: 13px;
    position: absolute;
    left: 0;
    top: 8px
}

.sidebar .widget ul.list_style li a {
    color: #777;
    font-size: 13px;
    line-height: 20px
}

.site-search-area {
    margin: 0;
    padding: 0 0 30px
}

#comment-list,
#comment-list li,
#site-searchform,
.links,
.project_details .details {
    margin: 0;
    padding: 0
}

#comment-list .comment-meta,
.gray_border {
    margin-bottom: 10px
}

#site-searchform #s {
    border: 1px solid #eee;
    background-color: #fff;
    float: left
}

#site-searchform #s:focus {
    border: 1px solid #e74c3c;
    background-color: #fff;
    float: left
}

#site-searchform #searchsubmit {
    float: left;
    width: 18%;
    height: 41px;
    cursor: pointer;
    text-indent: -5555em;
    line-height: 100;
    overflow: hidden;
    background: url(../img/search-icon.png) center 14px no-repeat #727cb6;
    border: 0;
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    -moz-transition: .4s ease-in-out;
    -ms-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out
}

#site-searchform #searchsubmit:hover {
    background: url(../img/search-icon.png) center 14px no-repeat #383634
}

.gray_border {
    width: 100%;
    height: 10px;
    border-bottom: 1px solid #dcdcdc
}

.tags li,
ul.tags {
    padding: 0;
    margin: 5px 0 15px;
    float: left
}

.tags li {
    margin: 0 5px 5px 0;
    list-style-type: none;
    line-height: 25px
}

.tags li a {
    border: 1px solid #f2f2f2;
    color: #909090;
    float: left;
    font-size: 12px;
    padding: 3px 8px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.tags li a:hover {
    background-color: #727cb6;
    color: #fff;
}

.links i {
    margin-right: 2px;
	}

.blog-title a,
.links li a {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 22px;
}

.links li span {
    display: block;
    color: #919191;
    font-size: 12px;
    margin-bottom: 6px;
}

.ETAIL {
    overflow: hidden;
    margin: 0 0 30px
}

.masonry_wrapper .item img {
    height: 100% !important;
    width: 100%;
    position: relative;
    z-index: -2
}

.mixed-container .item {
    padding: 10px 5px !important;
    margin: 0 !important;
    height: auto !important
}

.mixed-container .item img,
.shares li a {
    -webkit-transition: 150ms ease-in-out;
    -moz-transition: 150ms ease-in-out;
    -o-transition: 150ms ease-in-out;
    -ms-transition: 150ms ease-in-out;
    transition: 150ms ease-in-out
}

.mixed-container .item img {
    padding: 0 !important;
    width: 100%;
    margin: 0 !important;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1
}

.mixed-container .item img:hover {
    -moz-opacity: .8;
    -khtml-opacity: .8;
    opacity: .8
}

.item figure {
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    cursor: pointer
}

.avatar img,
.item figure img {
    display: block;
    position: relative
}

.item figure img {
    opacity: 1
}

.item .recent-item .option {
    top: 33%
}

.item .recent-item:hover .item-description {
    top: 50%
}

.medium-images .item .recent-item .option,
.small-images .item .recent-item .option {
    top: 25%
}

.medium-images .item .recent-item:hover .item-description {
    top: 48%
}

.small-images .item .recent-item:hover .item-description {
    top: 45%
}

.portfolio_single {
    padding: 30px 0
}

.item figure,
.portfolio_single .widget_title h4 span {
    background: #fff
}

.project_details {
    background-color: #fff;
    overflow: hidden
}

.project_desc h6,
.project_details h6 {
    font-size: 20px;
    margin-top: 5px
}

.project_details .details li {
    border-bottom: 1px solid #f2f2f2;
    color: #a3a3a3;
    font-size: 12px;
    line-height: 18px;
    padding: 8px 0
}

.project_details .details li span {
    color: #686868;
    display: block;
    float: left;
    font-weight: 700;
    height: 20px;
    position: relative;
    width: 30%
}

.project_details .details li a {
    color: #a3a3a3;
    font-size: 12px
}

.metaInfo>span>a:hover,
.project_details .details li a:hover {
    color: #e74c3c
}

.masonry_wrapper_blog .blog-item {
    background: #f1f1f1 !important;
    padding: 20px !important
}

.masonry_wrapper_blog .metaInfo {
    margin-top: 25px;
    padding: 0;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600
}

.masonry_wrapper_blog .metaInfo a {
    color: #555;
    padding: 0
}

.blog-title>h2 {
    margin: 15px 0
}

.blog-title a {
    font-size: 22px;
    line-height: 25px;
    color: #555;
    text-transform: capitalize
}

.contact_2 strong,
.parallax-testimonial-review>span,
.post-detail>span,
.serviceBox_2 .service-content h3,
.serviceBox_6 .service-content a,
.shares li.shareslabel h3,
.slider p,
.widget_title h4,
a.link-style3,
section.parallax h2 {
    text-transform: uppercase
}

.blog-desc {
    padding-bottom: 15px
}

.masonry_blog .pagination {
    margin: 50px 0 20px
}

.blog-item>span a:hover,
.blog-title a:hover,
.blogMeta a:hover,
.blogTitle span:hover,
.blogTitle>a:hover h2,
.blog_large .post_meta .metaInfo>span>a:hover,
.blog_large .post_meta h2:hover a,
.blog_medium .post_meta .metaInfo>span>a:hover,
.blog_medium .post_meta h2:hover a,
.blog_single .post_meta .metaInfo>span>a:hover,
.blog_single .post_meta h2:hover a,
.masonry_wrapper_blog .metaInfo a:hover,
.meta a:hover {
    color: #3498db
}

.author_social,
.shares {
    overflow: hidden;
    padding: 0
}

.shares {
    background: #f2f2f2;
    margin: 50px 0 0
}

.shares li {
    float: left;
    border-right: 1px solid #fff
}

.shares li.shareslabel h3 {
    padding: 8px 20px;
    font-weight: 600;
    font-size: 18px;
    margin: 0
}

.shares li a {
    display: block;
    width: 45px;
    height: 46px;
    background-repeat: no-repeat;
    background-position: 7px 7px
}

.shares li a:hover {
    background-position: 7px -58px;
    background-color: #727cb6
}

.shares li a:active {
    background-color: #999
}

.shares li a.twitter {
    background-image: url(../img/social/twitter.png)
}

.shares li a.facebook {
    background-image: url(../img/social/facebook.png)
}

.shares li a.gplus {
    background-image: url(../img/social/gplus.png)
}

.shares li a.pinterest {
    background-image: url(../img/social/pinterest.png)
}

.shares li a.yahoo {
    background-image: url(../img/social/yahoo.png)
}

.shares li a.linkedin {
    background-image: url(../img/social/linkedin.png)
}

.author_social {
    margin: 0 auto;
    text-align: center;
    z-index: 9999
}

.author_social li {
    background: 0 0 !important;
    display: inline-block
}

.author_social li a {
    color: #444;
    display: block;
    height: 30px;
    text-align: center;
    width: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    background: #f9f9f9
}

.author_social li a i {
    font-size: 14px;
    line-height: 30px;
    margin-right: 0;
    float: none
}

.author_social li a.fb:hover {
    background: #2f5a9a;
    color: #fff
}

.author_social li a.twtr:hover {
    background: #3abdd1;
    color: #fff
}

.author_social li a.gmail:hover {
    background: #363636;
    color: #fff
}

.author_social li a.pinterest:hover {
    background: #d13a3a;
    color: #fff
}

.author_social li a.rss:hover {
    background: #f15200;
    color: #fff
}

.author_social li a.tumblr:hover {
    background: #203550;
    color: #fff
}

.author_social li a.flickr:hover {
    background: #ff0084;
    color: #fff
}

.author_social li a.instagram:hover {
    background: #507ea4;
    color: #fff
}

.author_social li a.linkedin:hover {
    background: #0072b2;
    color: #fff
}

.author_social li a.skype:hover {
    background: #00aaf1;
    color: #fff
}

.author_social li a.youtube:hover {
    background: #ff3330;
    color: #fff
}

.author_social li a.dribbble:hover {
    background: #f973a4;
    color: #fff
}

.post-author {
    margin-left: 94px;
    position: relative;
    margin-top: 15px;
    margin-bottom: 60px
}

.post-author .avatar {
    left: -47px;
    position: absolute
}

.post-author h6 {
    font-family: lato;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: auto
}

.news_content h2 {
    border-bottom: 1px solid #f2f2f2;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.8;
    margin: 30px auto
}

.metaInfo {
    font-size: .95em;
    margin: 0 auto;
    padding: 15px 0 20px
}

.metaInfo>span {
    display: inline-block;
    padding-right: 14px;
    color: #777
}

.metaInfo>span>a {
    color: #777
}

.metaInfo i {
    margin-right: 3px;
    color: #777
}

.news_content .metaPost {
    margin-top: 0
}

.news_content .titlePost>h4 {
    font-size: 28px;
    line-height: 1.4;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0
}

.news_comments {
    margin: 50px auto
}

#comment-list li {
    background: 0 0;
    overflow: hidden
}

#comment-list ul.children {
    margin-left: 94px;
    padding: 0
}

.comment-container {
    border-top: 3px solid #f2f2f2;
    margin: 0 0 15px 90px;
    padding: 20px;
    position: relative;
    -moz-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.comment-container:hover {
    background: #f4f4f4;
    border-color: #727cb6
}

.comment-body p {
    margin: 0
}

.avatar {
    float: left;
    width: 74px
}

.avatar img {
    margin-right: 20px;
    z-index: 0;
    border: 1px solid #dcdcdc;
    padding: 3px
}

h4.comment-author {
    font-size: 16px;
    line-height: 20px;
    margin: 0
}

#comment-list .comment-date {
    font-size: 12px;
    font-style: italic;
    color: #888
}

.comment-reply-link {
    position: absolute;
    right: 20px;
    top: 20px
}

.divider,
.form-check,
.page_404,
.page_404>h1 {
    position: relative
}

a.link-style3 {
    color: inherit !important;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none !important
}

.button-7,
.button-8,
.button1,
.card-link:hover,
.comments_list a,
.label.error,
.list_style li a,
.list_style.circle,
.list_style.circle2,
.list_style.circle3,
.panel-group .panel-title>a,
.recent_tab_list li a,
li a:hover {
    text-decoration: none
}

.comment_form>input {
    margin-bottom: 20px;
    margin-right: 20px;
    width: 31.1%
}

.comment_form>input:last-child {
    margin-right: 0
}

.lead {
    font-size: 140%;
    line-height: 3rem;
    margin-bottom: 0 !important
}

.lead,
.lead-remere,
.slide-heading {
    font-weight: 500;
    font-family: "Open sans", sans-serif
}

.lead-remere {
    font-size: 120%;
    color: #082e4d;
    line-height: 22px;
    padding-bottom: 20px !important
}

.slide-heading,
.slider .slide1 .slide-heading {
    font-size: 300%
}

.slide-heading {
    padding: .7% .9%;
    border-radius: 2px;
    box-sizing: content-box
}

.lead1 {
    margin-bottom: 60px
}

.texture-section {
    padding: 65px 0;
    margin: 20px 0 30px;
    background: #96d3c6
}

.texture1 {
    background: url(../img/pattern-1.png)
}

.post-images {
    float: left;
    width: 30%;
    margin-right: 25px
}

.post-images img,
textarea {
    width: 100%
}

.post-detail {
    width: 65%;
    display: inline-block;
    margin: 0
}

.post-detail>span {
    color: #bcbcbc;
    margin: 0 2px;
    font-size: 11px
}

.post-detail a {
    color: #bcbcbc
}

.post-detail h5 {
    margin: 0 0 7px
}

.post-detail h5 a {
    color: #21252b;
    font: lighter 16px / 18px"Trebuchet MS"
}

.post-detail>p {
    margin: 7px 0 0;
    line-height: 19px
}

.post-detail .read-more:hover {
    color: #444a6d
}

.dashed {
    border-color: #dbdfe2;
    border-style: dashed
}

.page_404 {
    text-align: center
}

.page_404>h1 {
    font-size: 250px;
    font-weight: 600;
    line-height: 450px;
    margin-top: 100px
}

.page_404>p {
    font-family: Pt Sans;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    margin-top: 100px;
    margin-bottom: 30px
}

a.back_home {
    margin: 0;
    color: #fff;
    padding: 12px 18px 13px
}

.left_img,
.right_img {
    float: left;
    margin: 0 15px 8px 0;
    overflow: hidden
}

.right_img {
    float: right;
    margin: 0 0 8px 15px
}

.divider {
    display: block;
    height: 30px
}

#contactForm {
    margin-top: 30px
}

textarea {
    resize: vertical
}

.--control {
    display: block;
    width: 100%;
    height: 25px;
    background: #fdfbf7;
    border: 1px solid #e7e1c6;
    border-radius: .25;
    box-shadow: 0 1px 1px rgb(0 0 0 / .075) inset, 0 0 2px rgb(114 124 182 / .6);
    padding: 10px;
    margin-bottom: 5px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-group label {
    color: #082e4d !important;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px
}


.card-text:last-child,
.form-check-label,
.form-control {
    margin-bottom: 0
}

.form-control {
    width: 100%;
    height: 25px;
    border-radius: 0;
    padding-left: 5px
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: #fff0;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    box-shadow: 0 0 0 .2rem rgb(238 72 28 / .25)
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}


.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

.form-check {
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

#site-searchform #s:focus,
.form-control:focus {
    border-color: #727cb6;
    box-shadow: 0 1px 1px rgb(0 0 0 / .075) inset, 0 0 8px rgb(114 124 182 / .6);
    outline: 0
}

.form-check-input:disabled~.form-check-label {
    color: #6c757d
}

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.label.error {
    color: #ebedef;
    font-size: 12px;
    line-height: 10px;
    font-weight: 400;
    padding-left: 10px !important;
    text-shadow: none
}

.label {
    color: #082e4d !important;
    margin-bottom: 10px
}

.contact_2,
.contact_3 {
    padding: 0 0 60px;
    position: relative
}

.contact_2 .form-control {
    border-radius: 4px;
    margin-bottom: 22px
}

.contact_2 textarea.form-control {
    border-radius: 4px;
    height: 150px
}

.contact_2 .widget_info_contact li {
    display: inline-block;
    margin-bottom: 20px;
    width: 100%
}

.contact_2 .widget_info_contact li i {
    color: #647382;
    float: left;
    font-size: 24px;
    height: 80px;
    width: 45px
}

.contact_2 strong {
    color: #647382;
    font-size: 16px;
    font-weight: 600
}

.contact_2 .widget_info_contact p {
    line-height: 22px
}

.contact_2 .widget_info_contact a {
    color: #647382
}

.contact_3 .lead {
    font-size: 16px;
    margin-bottom: 80px;
    line-height: 1.4
}

.contact_3 .maps {
    margin-bottom: 50px
}

.contact_3 .form-control {
    border-radius: 0;
    height: 36px;
    margin-bottom: 10px;
    padding: 0 12px
}

.contact_3 textarea.form-control {
    height: 230px
}

.contact_3 .form-group label {
    color: #082e4d;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 4px
}

.contact_3 .widget_info_contact {
    margin-top: 20px;
    display: inline-block;
}

.contact_3 .widget_info_contact strong {
    display: block;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 10px;
}

.contact_3 .widget_info_contact li i {
    color: #647382;
    font-size: 24px;
    text-align: center;
    width: 100%;
    margin-bottom: 17px;
}

.contact_3 .widget_info_contact p {
    overflow: visible;
    margin: 0;
    text-align: center;
}

.contact_3 .widget_info_contact p a {
    color: #647382;
    font-size: 12.5px;
    font-weight: 600;
    margin-bottom: 5px
}

.icon_lists {
    margin-top: 22px
}

.arrow-left,
.arrow-right {
    width: 23px;
    height: 23px;
    display: inline-block;
    float: left;
    background-color: #f2f2f2;
    color: #666;
    -webkit-transition: 150ms ease-in-out;
    -moz-transition: 150ms ease-in-out;
    -o-transition: 150ms ease-in-out;
    -ms-transition: 150ms ease-in-out;
    transition: 150ms ease-in-out
}

.arrow-left i,
.arrow-right i {
    font-size: 14px;
    display: block;
    line-height: 16px;
    padding-top: 4px;
    text-align: center
}

.arrow-left.active,
.arrow-right.active {
    background-color: #bdc3c7;
    color: #f2f2f2;
    cursor: pointer
}

.arrow-left.active:hover,
.arrow-right.active:hover {
    background-color: #777
}

.testimonial-item blockquote {
    background: #eaeaea;
    border-top: 3px solid #727cb6;
    border-left: none;
    padding: 20px;
    margin: 0
}


.testimonial-item .icon {
    color: #fff;
    font-size: 120px !important;
    line-height: 0;
    position: absolute;
    right: 20px;
    top: 10px;
    z-index: 0
}

.parallax-testimonial-review>img,
.testimonial-review>img {
    background: #fff;
    border-radius: 50%;
    height: 70px;
    overflow: hidden;
    width: 70px
}

.testimonial-review>img {
    border: 2px solid #727cb6;
    float: left;
    padding: 2px
}

.parallax-testimonial-review>span,
.testimonial-review>h1 {
    font-weight: 700;
    line-height: normal;
    margin-top: 15px;
    padding-left: 20px
}

.testimonial-review>h1 {
    float: left;
    color: #555;
    font-size: 14px
}

.testimonial-item blockquote p {
    margin-bottom: 0;
    font-size: 14px;
    font-family: PT sans;
    line-height: 21px;
    color: #444;
    position: relative;
    z-index: 10;
    font-style: italic;
    font-weight: 500
}

.testimonial blockquote small {
    color: #999
}

.testimonial-review {
    position: relative;
    padding-top: 20px
}

.testimonial-item blockquote:after {
    font-family: FontAwesome;
    content: "";
    position: absolute;
    bottom: 4%;
    left: 23px;
    font-size: 40px;
    color: #eaeaea
}

.parallax-testimonial-review small,
.testimonial-review small {
    font-size: 13px;
    line-height: 18px;
    color: #727cb6;
    display: block
}

#testimonial-carousel {
    margin-top: 25px
}

.testimonial .testimonial-buttons {
    position: absolute;
    right: 0;
    top: -41px
}

.testimonial .testimonial-buttons a {
    background: #f2f2f2;
    margin-left: -3px;
    width: 25px;
    font-size: 11px;
    height: 25px;
    display: inline-block;
    text-align: center;
    line-height: 27px;
    color: #bdc3c7
}

.testimonial .testimonial-buttons a:hover {
    background: #f2f2f2;
    color: #555
}

.parallax-testimonial {
    margin: 0 auto;
    padding: 0 100px 30px;
    text-align: center;
    color: #fff
}

.parallax-testimonial-review>img {
    padding: 3px
}

.parallax-testimonial-review>span {
    font-size: 16px;
    display: block
}

.parallax-testimonial-item blockquote {
    border-left: none
}

.parallax-testimonial-item blockquote p {
    margin-bottom: 0;
    font-size: 25px;
    font-weight: 400;
    line-height: 33px;
    color: #fff;
    position: relative;
    z-index: 10
}

.parallax-testimonial blockquote small,
.testimonial blockquote small {
    display: block;
    line-height: 20px;
    font-size: 12px;
    margin-top: 5px
}

.our_clients ul,
.parallax-testimonial-review {
    position: relative
}

.parallax-testimonial .carousel-indicators {
    bottom: 0;
    margin-bottom: 0
}

section.parallax {
    padding: 65px 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

section.parallax h2 {
    color: rgb(255 255 255 / .8);
    font-size: 42px;
    text-align: center;
    text-shadow: 0 0 10px rgb(0 0 0 / .2)
}

section.parallax-1 {
    background-image: url(../img/1.jpg)
}

.parallax-contact {
    text-align: center;
    color: #fff
}

.parallax-contact>h4 {
    color: #fff;
    font: 700 26px / 25px"arial", sans-serif;
    margin-bottom: 21px
}

.parallax-contact>p {
    color: #ccc;
    font-size: 16px;
    margin-bottom: 30px
}

.parallax-contact>em {
    display: block;
    font: lighter 22px / 22px"Open Sans", Helvetica, Arial, sans-serif;
    margin-top: 35px
}

.parallax-contact strong {
    color: #b3adad;
    font: 600 20px / 20px"arial", sans-serif
}

.comments li:last-child p,
.info_service {
    margin: 0
}

.serviceBox_2 {
    text-align: center;
    margin-top: 20px
}

.serviceBox_2 .service-icon {
    float: center;
    Background-color: #00b34b;
    color: #082e4d;
    border-radius: 100%;
    margin: 0 auto
}

.serviceBox_2 .service-icon2 {
    Background-color: #00b2ff;
    color: #082e4d;
    border-radius: 100%;
    margin: 0 auto
}

.serviceBox_2 .service-icon3 {
    Background-color: #d94cd8;
    color: #082e4d;
    border-radius: 100%;
    margin: 0 auto
}

.serviceBox_2>span,
.serviceBox_4>span {
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    font: bold 40px/18px "arial", sans-serif;
    height: 88px;
    line-height: 88px;
    width: 88px
}

.serviceBox_2 .service-icon i {
    background: #727cb6;
    box-shadow: 5px 5px 0 rgb(0 0 0 / .1);
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px;
    transition: .2s ease-in-out
}

.serviceBox_2 .service-content h3 {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    margin: 23px 0
}

.serviceBox_2 .service-content p {
    color: #787878;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
    margin: 0
}

.serviceBox_2 h3 {
    color: #082e4d;
    font-size: 16px;
    font-weight: 600;
    margin: 23px 0;
    padding: 5px
}

.serviceBox_2:hover .service-icon i {
    background: #2a343c;
    border-radius: 50%;
    transform: translate(0, 3px);
    transition: .5s ease-in-out
}
.grey_bg {
    background: #edf4f7 !important
}

.tableau {
    background: #5eab07 !important
}

.text-white {
    color: #fff !important
}

.text-gris {
    color: #aaa !important
}

.text-green {
    color: #4dbc15 !important
}

.text-green1 {
    color: #229c6d !important
}
.serviceBox_4 {
    padding: 20px 0 0;
    background: 0;
    text-align: center;
    margin: 0 0 0;
}

.serviceBox_4 .service-icon {
    float: center;
    Background-color: #00b34b;
    border-radius: 100%;
    margin: 0 auto;
}

.h2,
.serviceBox_4>h3,
h2 {
    font-size: 2rem;
}

.serviceBox_4>h3,
h2 {
    color:#082e4d;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    line-height: 35px;
    margin-bottom: 15px;
}

.serviceBox_4>p {
    color: #2b2b2b;
    font: 14px / 21px"open sans", sans-serif;
    padding: 0 15px;
    margin-top: 25px;
}

.serviceBox_4 .read {
    padding: 25px 0 20px;
}

.serviceBox_4 .read a {
    background: linear-gradient(to right, #444a6d 0, #444a6d 50%, #727cb6 50%) 0 0/200% 100%;
}

.serviceBox_4 .read a:hover {
    background-position: 0 0
}

.serviceBox_4 .service-icon a {
    border-bottom: 1px solid #d5d7d9;
    display: inline-block;
    width: 100%;
    overflow-y: hidden;
    position: relative
}

.serviceBox_4 .service-icon a>span {
    width: 75px;
    height: 75px;
    background: #26282b;
    border-radius: 5px;
    text-align: center;
    position: relative
}

.highlight.default,
.serviceBox_4:hover .service-icon a>span {
    background: #727cb6
}

.serviceBox_4 .service-icon {
    font-size: 30px;
    color: #fff;
    line-height: 72px
}

.serviceBox_4 .service-icon {
    Background-color: #00b34b;
    color: #082e4d;
    margin-bottom: 20px
}

.serviceBox_4 .service-icon2,
.serviceBox_4 .service-icon3 {
    Background-color: #00b2ff;
    color: #082e4d;
    margin-bottom: 20px
}

.serviceBox_4 .service-content span {
    color: #26282b;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 20px
}

.serviceBox_4 .service-content p {
    color: #212121;
    font-size: 14px;
    line-height: 25px
}

.service-viager span {
    padding: 10px 0 0;
    border-radius: 100%;
    background-image: linear-gradient(#4dc9ff 0, gba(255, 255, 255, 0) 100%);
    box-shadow: 1px 1px 2px #d2d2d2;
    color: #082e4d;
    display: inline-block;
    font: bold 25px "arial", sans-serif;
    height: 60px;
    line-height: 40px;
    width: 60px;
    Background-color: #00b2ff;
    margin: 0 !important
}
.serviceBox_6 {
    color: #fff;
    padding: 40px 10px;
    overflow: hidden;
    margin: 0-15px !important
}

.serviceBox_6 .service-content h3 {
    color: #fff;
    text-align: center;
    font-size: 20px
}

.serviceBox_6 .service-content p {
    font-size: 14px;
    line-height: 29px;
    margin: 20px
}

.serviceBox_6 .service-content a {
    display: block;
    background: 0 0;
    border: 2px solid #f7f7f7;
    border-radius: 0;
    color: #fff;
    padding: 9px;
    font-size: 15px;
    transition: .2s
}

.serviceBox_6 .service-content a:hover {
    background-color: #f7f7f7 !important;
    color: #333
}

.serviceBox_6 .service-content a i {
    margin-left: 6px
}

.our_clients ul {
    padding: 0;
    display: block
}

.typography {
    padding: 30px 0
}

.typography h1 {
    margin-top: 0
}

.btn,
.footbot_social li a.flickr:hover,
.footbot_social li a.gmail:hover,
.footbot_social li a.linkedin:hover,
.footbot_social li a.tumblr:hover,
.footbot_social li a.youtube:hover,
.footer .widget_title h4 span {
    color: #fff
}

.btn-default {
    background: #082e4d !important;
    color: #fff;
    border: 0;
    border-radius: 2px;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out
}

.btn-default:hover {
    background: #f3994a !important;
    color: #fff
}

.btn-default:focus {
    color: #fff;
    outline: #ffa07a solid 3px
}

.btn-home {
    margin-top: 60px
}

.btn-social-googleplus {
    background-color: #2e2e2e
}

.btn-social-facebook {
    background-color: #3453a2
}

.btn-social-twitter {
    background-color: #2abbe3
}

.btn-social-linkedin {
    background-color: #1f80bb
}


.btn-social-facebook,
.btn-social-googleplus,
.btn-social-linkedin,
.btn-social-twitter {
    color: #fff;
    border-radius: 0
}

.content.elements .btn {
    border-radius: 2px
}

.btn-social-facebook:hover,
.btn-social-googleplus:hover,
.btn-social-linkedin:hover,
.btn-social-twitter:hover {
    background: #333;
    color: #fff
}

.button-8,
.button1 {
    cursor: pointer;
    display: inline-block;
    text-align: center
}

.button1 {
    background-color: #f93;
    border: 0;
    color: #082e4d;
    padding: 3px;
    font-weight: 700;
    font-size: 1.1rem;
    margin: 4px;
    border-radius: 7px
}

.button-7,
.button-8 {
    box-shadow: rgb(255 255 255 / .7) 0 1px 0 0 inset;
    box-sizing: border-box;
    font-family: -apple-system, system-ui, "Segoe UI", "Liberation Sans", sans-serif;
	font-size: 1.4rem;
    line-height: 1.15385;
    margin: 5px;
    padding: 5px ;
    touch-action: manipulation;
    vertical-align: baseline;
    position: relative
}

.button-8 {
    background-color: #e1ecf4;
    border-radius: 3px;
    border: 1px solid #7aa7c7;
    color: #1c4563 !important;
    font-size: .8em;
    font-weight: 500;
    outline: 0;
    user-select: none;
    -webkit-user-select: none
}

.button-8:focus,
.button-8:hover {
    background-color: #b3d3ea;
    color: #2c5777
}

.button-7:focus,
.button-8:focus,
.sub-line1:focus {
    box-shadow: 0 0 0 4px rgb(0 149 255 / .15)
}

.button-8:active {
    background-color: #a0c7e4;
    box-shadow: none;
    color: #2c5777
}

.button-7:active,
.button-7:focus,
.button-7:hover,
.sub-line1:active,
.sub-line1:focus,
.sub-line1:hover {
    background-color: #28a745;
    color: #fff
}

.button-7 {
    background-color: #4dbc15;
    border: 1px solid #7aa7c7;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 500 !important;
    outline: one;
    text-align: center;
    user-select: none;
    -webkit-user-select: none
}

.button-7:active,
.sub-line1:active {
    box-shadow: none
}

.nav-tabs {
    border: 0
}

.nav-tabs>li {
    margin-bottom: -2px
}

.nav-tabs>li>a {
    background: #f8f8f8;
    border: 1px solid #ebebeb;
    margin: 0;
    color: #777;
    border-radius: 0
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    border-color: #ebebeb;
    outline: 0;
    background: #fff;
    color: #727cb6;
    margin: 0 0-1px;
    border-bottom: none;
    border-top: 1px solid #727cb6
}

.nav-tabs li.active,
.nav-tabs li.active a,
.nav-tabs li.active a:hover {
    border-top: 1px solid #727cb6;
    color: #727cb6
}

ul.nav-tabs li a i {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px
}

ul.nav-tabs li.last-tab a {
    padding: 4px 22px;
    outline: 0
}

.tab-content {
    color: #082e4d;
    padding: 20px 14px
}

.tab-content:first-child {
    display: block
}

.tab-content>h3 {
    color: #555333;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    margin-top: 0
}

.tab-content>p {
    font-family: lato;
    line-height: 20px
}

ul.recent_tab_list li {
    margin: 0 0 15.5px;
    padding: 0 0 17px;
    list-style-type: none;
    border-bottom: 1px solid #ebebeb;
    float: left;
    width: 100%
}

.recent_tab_list li span {
    float: left;
    margin-right: 15px
}

.recent_tab_list li a {
    color: #444;
    display: block;
    font-size: 12px
}

.active_acc .panel-title a,
.dropcap.default,
.panel-heading:hover .accordion-icon,
.panel-heading:hover a,
.recent_tab_list li a:hover {
    color: #727cb6
}

.recent_tab_list li span img {
    float: left;
    margin-right: 0;
    -moz-opacity: .8;
    -khtml-opacity: .8;
    opacity: .8
}

.recent_tab_list li span img:hover {
    float: left;
    margin-right: 0;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

.recent_tab_list li i {
    padding: 1px 0 0;
    margin: 0;
    display: block;
    font-size: 11px;
    font-style: normal;
    color: #9e9e9e;
    font-family: Lato
}

.recent_tab_list li.last {
    padding: 0 0 7px;
    margin: 0;
    border-bottom: 0 solid #f5f6f6
}

.comments,
.recent_tab_list {
    padding: 0;
    margin: 0
}

.comments .post-thumbnail {
    float: left;
    margin: 0 15px 0 0
}

.comments .post-thumbnail>img {
    height: 50px;
    width: 50px
}

.comments li {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 15px;
    padding: 0 0 15px;
    font-size: 12px;
    line-height: 18px
}

.comments_list>p {
    margin: 0;
    overflow: hidden
}

.comments li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding: 0
}

.comments_list a {
    color: #727cb6
}

.com_pist a:focus,
.dropcap.gray {
    color: #555
}

.comments_list i {
    color: #909090;
    font-size: 12px;
    margin-left: 3px
}

.sidebar-tab {
    margin-bottom: 30px
}

.panel-group .switch {
    float: right;
    font-size: 17px;
    color: #524d4d
}

.panel-group .panel.panel-default {
    border-color: #e2e2e2;
    border-right: none;
    border-left: none;
    border-radius: 0;
    margin: 15px 0 0;
    padding: 3px 0;
    box-shadow: none
}

.panel-group .panel.panel-default>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #fff
}

.panel-group .panel .panel-body {
    color: #5f5f5f
}

.panel-default>.panel-heading {
    background: #fff;
    padding-right: 0
}

.panel-group .panel+.panel {
    margin-top: -2px
}

.panel-title {
    color: #878787;
    font: lighter 15px / 22px"verdana";
    padding: 0 30px;
    position: relative
}

.panel-title i.fa {
    color: #524d4d;
    font-size: 17px;
    margin: 0 5px
}

.panel-title a>i.fa {
    position: absolute;
    left: 0;
    top: 2px
}

.panel-title .accordion-icon {
    position: absolute;
    right: 0;
    top: 2px
}

.panel-group .panel-body {
    color: #323232
}

.panel-group .panel-default>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #878787
}

.panel-group .panel-title>a {
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    margin-bottom: 0;
    outline: 0;
    display: block
}

.panel.active_acc,
.panel:hover {
    border-top-color: #727cb6
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background: #727cb6;
    border-color: #727cb6
}

.dividerHeading span,
.dividerremere span {
    font-size: 24px;
    padding: 0 0 10px;
    position: relative
}

.dividerHeading span {
    font-weight: 400;
    margin: 0 0 25px;
    border-bottom: 3px solid #727cb6
}

.dividerremere span {
    color: #082e4d;
    font-weight: 500;
    margin-left: 15px;
    border-bottom: 3px solid #082e4d
}

.fondremere {
	color: #212529;
    background: #ebf6f6 !important;
	margin: 0 0 20px !important;
}

.fondcontact {
    background: #082e4d !important;
}

.fondcontact1 {
    background: #004225 !important;
}

.margeremere {
   margin: 0 0 16px !important;
}

.widget_title h3,
.widget_title h4 span {
    font-weight: 400;
    margin: 0 0 25px;
    padding: 0 0 10px;
    position: relative;
}

.widget_title h3 {
    font-size: 21px;
    border-bottom: 3px solid #727cb6;
}

.widget_title h4 span {
    font-size: 18px;
}

.dividerHeading h4::before,
.widget_title h4::before {
    border-radius: 0 5px 5px 0;
    bottom: -1px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 100px;
    background: #727cb6
}

.widget_title h4 {
    font-size: 14px
}

.footer .widget_title h4 {
    border-color: #b5b5b5
}

.dropcap,
.dropcap_block {
    float: left;
    color: #169fe6;
    font-size: 38px;
    line-height: 54px;
    padding: 5px 10px;
    margin-top: 8px
}

.dropcap.light {
    color: #aaa
}

.dropcap_block {
    font-size: 50px;
    line-height: 50px;
    padding: 6px 10px 8px;
    margin-right: 10px;
    color: #fff
}

.dropcap_block,
.dropcap_block.default {
    background-color: #727cb6
}

.dropcap_block.gray {
    background-color: #555
}

.dropcap_block.light {
    background-color: #aaa
}

.highlight {
    padding: 0 6px 2px;
    color: #fff
}

.highlight.gray {
    background: #4c4c4c
}

.highlight.light {
    background: #aaa
}

.blockquote-default {
    background: #f2f2f2;
    font-size: 14px
}

.swipe {
    visibility: hidden;
    margin-top: 0
}

.swipe,
.swipe-wrap,
.swipe-wrap>li {
    overflow: hidden;
    position: relative
}

.swipe-wrap {
    margin: 0 auto;
    padding: 0
}

.swipe-wrap>li {
    float: left;
    width: 100%
}

.swipe-navi {
    display: block;
    height: auto;
    margin-top: 10px;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 1001
}

.swipe-navi .swipe-left,
.swipe-navi .swipe-right {
    position: absolute;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    opacity: 0;
    zoom: 1;
    color: #fff;
    cursor: pointer;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    background: #727cb6
}

.swipe-navi .swipe-left:hover,
.swipe-navi .swipe-right:hover {
    background: #555 !important
}

.swipe-wrap img {
    width: 100%
}

.swipe:hover .swipe-navi .swipe-left,
.swipe:hover .swipe-navi .swipe-right {
    opacity: .9;
    zoom: 1;
    margin-top: -27px
}

.swipe-navi .swipe-left {
    left: 5px;
    margin-top: -32px
}

.swipe-navi .swipe-right {
    right: 5px;
    margin-top: -22px
}

.img-about {
    margin-top: 15px
}

.card {
    border: 1px solid #082e4d;
    border-radius: 8px;
    padding: 1rem;
    margin-left: 1.5rem
}

.card1 {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgb(0 0 0 / .125);
    border-radius: .25rem
}

.card-footer,
.card-header {
    background-color: rgb(0 0 0 / .03)
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-columns .card,
.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem 1.25rem !important;
    margin-bottom: 0 !important;
    border-bottom: 1px solid rgb(0 0 0 / .125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    border-top: 1px solid rgb(0 0 0 / .125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-bottom: -.75rem;
    border-bottom: 0
}

.card-header-pills,
.card-header-tabs {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck,
.card-group {
    display: flex;
    flex-direction: column
}

.card-deck .card,
.card-group>.card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-deck {
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }
    .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
    .card-group {
        flex-flow: row wrap
    }
    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0
    }
    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }
    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }
    .card-group>.card:not(:last-child) .card-header,
    .card-group>.card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }
    .card-group>.card:not(:last-child) .card-footer,
    .card-group>.card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }
    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }
    .card-group>.card:not(:first-child) .card-header,
    .card-group>.card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }
    .card-group>.card:not(:first-child) .card-footer,
    .card-group>.card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
    .card-columns {
        -moz-column-count: 3;
        column-count: 3;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }
    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion>.card {
    overflow: hidden
}

.accordion>.card:not(:first-of-type) .card-header:first-child {
    border-radius: 0
}

.accordion>.card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0
}

.accordion>.card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion>.card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion>.card .card-header {
    margin-bottom: -1px
}

.contact-button,
.flickr {
    margin-top: 20px;
    text-align: center
}

.flickr-feed {
    overflow: hidden;
    padding: 0
}

.flickr-feed li,
.flickr-feed li a {
    overflow: hidden;
    width: 62px;
    height: 62px
}

.flickr-feed li {
    display: inline-block;
    margin: 0 8px 4px auto;
    position: relative;
    z-index: 0
}

.flickr-feed li img,
.flickr-feed li:hover img {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -ms-transition: .5s;
    transition: .5s
}

.flickr-feed li img {
    margin: 0 8px 8px 0;
    width: 62px;
    height: 62px;
    overflow: hidden;
    box-shadow: none
}

.flickr-feed li:hover img {
    transform: scale(1.2) rotate(10deg);
    -webkit-transform: scale(1.2) rotate(10deg);
    -moz-transform: scale(1.2) rotate(10deg);
    -o-transform: scale(1.2) rotate(10deg);
    -ms-transform: scale(1.2) rotate(10deg)
}

.flickr-feed li a {
    display: block;
    position: absolute
}

.flickr-feed li .hover,
.flickr-feed li a i {
    position: absolute;
    width: 62px;
    height: 62px;
    opacity: 0;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -ms-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s
}

.flickr-feed li .hover {
    background: #727cb6;
    z-index: 10
}

.flickr-feed li a:hover .hover {
    opacity: .8;
    visibility: visible
}

.flickr-feed li a i {
    display: block;
    font-size: 18px;
    color: #fff;
    line-height: 3.8;
    z-index: 11;
    -webkit-font-smoothing: antialiased;
    text-align: center
}

.flickr-feed li a,
.flickr-feed li a:hover i {
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

.footer_social {
    float: right
}

.footbot_social {
    margin: 0 auto;
    overflow: hidden;
    padding: 0
}

.footbot_social li {
    float: left;
    background: 0 0 !important
}

.footbot_social li a {
    color: #666;
    display: block;
    height: 40px;
    text-align: center;
    width: 35px;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    margin: 0 2px
}

.footbot_social li a i {
    font-size: 18px;
    line-height: 40px;
    margin-right: 0;
    float: none
}

.footbot_social li a.fb:hover {
    background: #1964da;
    border-radius: 5px;
    color: #fff
}

.footbot_social li a.twtr:hover {
    color: #fff;
    background: #3abdd1;
    border-radius: 5px
}

.footbot_social li a.rss:hover {
    color: #fff;
    background: #f15200;
    border-radius: 5px
}

ul {
    margin: 0;
    padding: 0
}

.list_style li, .list_style.circle li {
	padding: 3px 2px 3px 2px;
}

.list_style li {

 font-size: 1.5rem;
    line-height: 1.5;

    position: relative
}

.list_style li a {
   
    font-weight: 500;
	line-height: 1.5;
    letter-spacing: 0;

}

li a:hover {
    color: #b02f0d;
}

.list_style.circle,
.list_style.circle2,
.list_style.circle3,
li a.active {
    color: #777;
}

.list_style li:before {
  content: "•";
  position: absolute;
  left: 0;
  font-size: 1.2em;
  color: #000;
}


.list_style.circle li:before,
.list_style.square li:before {
    background: #008b8b
}



.list_style.circle li:before {
    background: #00b34b;
    display: inline-block
}

.circle2 li:before,
.circle3 li:before,
.list_style.circle li:before {
	content: "⮞";
    color: #fff;
	list-style-type: none;
    border-radius: 50%;
    height: 16px;
    line-height: 16px;
    width: 16px;
    text-align: center;
    font-size: 11px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    position: absolute;
    left: 0;
    top: 5px
}

.circle2 li:before {
	
    background: #00b2ff;
	display: inline-block;
    right: 5px;
}

.circle3 li:before {
 
    background: #ea62e3;
    display: inline-block;
	right: 5px !important
}



@media only screen and (min-width:980px) and (max-width:1280px) {
    .top-info-droite span {
        float: right !important;
        padding-right: 20px
    }
    .names {
        font-size: 14px
    }
    .blog_medium .post_img,
    .comment_form>input {
        width: 30%
    }
    .shares li.shareslabel h3 {
        padding: 8px 14px
    }
    .testimonial .testimonial-buttons a {
        height: 17px;
        line-height: 17px;
        width: 17px
    }
    .testimonial .testimonial-buttons {
        position: absolute;
        right: 47%;
        top: -22px
    }
    .post-images {
        margin-right: 15px
    }
}

@media only screen and (max-width:980px) {
    .top-info-droite span {
        float: right !important;
        padding-right: 20px
    }
    .recent-item .option {
        top: 23% !important
    }
    .recent-item .option a {
        height: 40px !important;
        width: 40px !important;
        line-height: 40px !important
    }
    .recent-item:hover .item-description {
        top: 35% !important
    }
    .recent-item .item-description h5 {
        font-size: 19px !important;
        line-height: 33px !important
    }
    .recent-item .item-description span {
        font-size: 18px !important;
        font-weight: 600 !important;
        line-height: 14px !important
    }
    .item .recent-item:hover .item-description {
        top: 45% !important
    }
    .list_item h4,
    .recent-item .option a {
        font-size: 15px !important
    }
}

@media only screen and (min-width:768px) and (max-width:989px) {
    #logo {
        margin: 22px 0 0;
        position: absolute;
        width: 100%
    }
    .top-info-droite span {
        float: right;
        padding-right: 20px
    }

    .serviceBox_5 .service-content::before {
        left: -40%
    }
    .serviceBox_5 .service-content::after {
        left: 30%;
        top: -18px
    }
    .serviceBox_5 .service-content .internal::before {
        left: -70%;
        top: 4%
    }
    .serviceBox_5 .service-content .internal::after {
        left: 57%;
        top: -18px
    }
    .tab-content {
        margin-bottom: 15px
    }
    .post-images {
        margin-right: 15px
    }
    .contact_3 .widget_info_contact li {
        margin: 0 0 20px
    }
}

@media only screen and (max-width:767.98px) {
    .button-8 {
        justify-content: center;
        font-size: 8px;
        margin-bottom: 8px;
        max-width: 50%
    }

    #logo-bar,
    .sub_content {
        padding: 0
    }
    #info-bar {
        background: 0 0
    }
    #logo {
        margin: 0;
        z-index: 10000
    }
    #logo a img {
        height: auto
    }
    .top-info-droite span {
        float: right !important;
        padding-right: 20px
    } 
    .serviceBox_2,
    .serviceBox_5,
    .tab-content,
    .team_prof,
    .widget_content {
        margin-bottom: 30px
    }
    .nav-tabs>li>a {
        padding: 10px
    }
    .blog-hover>a {
        top: 30%
    }
    .blog_medium .post_content {
        width: 45%
    }
    .shares li.shareslabel h3 {
        padding: 8px 14px
    }
    section.parallax {
        padding: 30px 0;
        margin: 30px 0 0
    }
    .parallax-testimonial {
        padding: 0 0 30px
    }
    .img-about,
    .rec_blog {
        margin-bottom: 20px
    }
    .texture-section {
        padding: 15px 0;
        margin: 10px 0
    }
    .page_head {
        padding: 0 0;
        position: relative
    }
    .comment_form>input,
    .list_item,
    .text-center>img {
        width: 100%
    }
    .images-style-inner {
        margin: 10px 0
    }
    .page_head h2 {
        font-size: 20px
    }
    .serviceBox_5 .service-content::before {
        left: -5%;
        top: -38px;
        width: 100%
    }
    .serviceBox_5 .service-content::after {
        left: 71%;
        top: -75px
    }
    .serviceBox_5 .service-content .internal::before {
        left: -11%;
        top: -1px;
        width: 100%
    }
    .serviceBox_5 .service-content .internal::after {
        left: 83%;
        top: -77px
    }
    .list_style li i {
        margin-right: 0
    }
    .our_clients ul {
        display: block;
        margin: 0 auto;
        padding: 0;
        text-align: center
    }
    .jcarousel-list li {
        width: 99%
    }
    .promo_box .pb_action a.btn {
        display: block;
        float: none;
        margin-top: 20px
    }
    .list_style {	
        margin: 0 0 30px
    }
    .pricingTable {
        margin-bottom: 50px
    }
    .sidebar .widget {
        display: inline-block;
        position: relative
    }
    .shareslabel {
        display: none
    }
    .author_desc {
        height: auto;
        min-height: inherit;
        width: 100%
    }
    .author_bio {
        float: none;
        margin-top: 35%;
        padding: 20px;
        position: relative;
        text-align: center;
        width: 100%
    }
    #comment-list ul.children {
        margin-left: 10px
    }
    .comment-container {
        margin-left: 80px;
        margin-bottom: 10px
    }	
    .copyright {
        text-align: left;
        float: left
    }
    .post-images {
        margin-right: 15px
    }
    .contact_3 .widget_info_contact li {
        margin: 0 0 25px
    }
}

.layout-switcher a.layout,
.pattern,
.styleswitch {
    cursor: pointer;
    float: left
}

@media only screen and (min-width:481px) and (max-width:767.98px) {
    .author_bio {
        margin-top: 35%;
        position: relative
    }
    .contact_3 .widget_info_contact li {
        margin: 0 0 25px
    }
}

@media only screen and (max-width:480px) {

    .panel-group i {
        margin: 0 5px
    }
    .author_bio {
        margin-top: 55%;
        position: relative
    }
    #filter li a {
        padding: 10px
    }
    .recent-item .item-description h5 {
        font-size: 18px !important;
        line-height: 31px !important
    }
    .recent-item .item-description span {
        font-size: 16px !important;
        font-weight: 600 !important;
        line-height: 13px !important
    }
    table {
        padding: 0
    }
    table,
    tbody {
        display: block
    }
    .post-images {
        width: 100%;
        margin: 0 0 15px
    }
    .post-detail {
        width: 100%
    }
    .contact_3 .widget_info_contact li {
        margin: 0 0 25px
    }
    .serviceBox_5 .service-content::after,
    .serviceBox_5 .service-content::before {
        background: #467981;
        content: "";
        display: block;
        height: 500px;
        left: -8%;
        position: absolute;
        top: 0;
        transform: rotate(7deg);
        transition: .3s;
        width: 400px
    }
    .serviceBox_5 .service-content::after {
        left: 61%;
        top: -76px;
        transform: rotate(-35deg)
    }
    .serviceBox_5 .service-content .internal::after,
    .serviceBox_5 .service-content .internal::before {
        background: #33636b;
        content: "";
        display: block;
        height: 500px;
        left: -32%;
        position: absolute;
        top: 3%;
        transform: rotate(14deg);
        transition: .3s;
        width: 400px;
        z-index: 1
    }
    .serviceBox_5 .service-content .internal::after {
        left: 70%;
        top: -44px;
        transform: rotate(-52deg)
    }
}

.info_service {
    padding: 1% 0 0
}


@media only screen and (min-width:900px) and (max-width:1024px) {
    .slider-wrapper {
        max-height: 260px
    }
    .page_head {
        margin-top: 5px
    }
}


@media only screen and (min-width:641px) and (max-width:750px) {
    .slider-wrapper {
        max-height: 185px
    }
    .page_head {
        margin-top: -10px
    }
}

@media only screen and (min-width:480px) and (max-width:640px) {
    .slider-wrapper {
        max-height: 182px
    }
    .page_head {
        margin-top: -10px
    }
}

.slider .slide1 .slide-heading,
.sub-line,
.sub-line1 {
    font-weight: 600;
    padding: .7% .9%;
    box-sizing: content-box
}

.slider .slide1 .slide-heading,
.sub-line {
    background-color: #082e4d;
    color: #fff;
    font-family: "Open sans", sans-serif;
    text-transform: capitalize;
    border-radius: 2px
}

.sub-line {
    font-size: 250%
}

.sub-line1 {
    background-color: #4dbc15;
    border: 1px solid #fff0;
    border-radius: 3px;
    font-size: 200%;
    font-family: -apple-system, system-ui, "Segoe UI", "Liberation Sans", sans-serif;
    color: #082e4d;
    text-align: center
}

.switcher h3 {
    font-size: 13px;
    margin: 1px 0 3px;
    color: #fff
}

.switcher {
    background: rgb(50 58 59 / .8);
    width: 255px;
    position: fixed;
    top: 20.4%;
    z-index: 99999;
    left: 0;
    border-radius: 0 0 4px;
    border-right: none;
    font-family: TitilliumText22LMedium, Arial, sans-serif;
    -webkit-box-shadow: 0 0 4px 0 rgb(51 51 51 / .4);
    box-shadow: 0 0 4px 0 rgb(51 51 51 / .4)
}

.switcher h2 {
    background: #1b1a1a;
    color: #fff;
    margin: 0;
    font-size: 15px;
    padding: 5px 0 6px 15px
}

.switcher h2 a {
    background: url(icons/switcher.png) 5px center no-repeat #1b1a1a;
    display: block;
    height: 41px;
    position: absolute;
    right: -39px;
    text-indent: -9999px;
    top: 0;
    width: 39px;
    border-radius: 0 4px 4px 0
}

.switcher .content {
    padding: 5px 16px 16px;
    overflow: hidden
}

.hide {
    display: none
}

.pattern,
.styleswitch,
img {
    display: block
}

.layout-switcher {
    margin: 0 0 10px;
    overflow: hidden
}

.layout-switcher a.layout,
a.dark-style {
    display: block;
    text-align: center;
    color: #fff
}

.layout-switcher a.layout {
    padding: 6px 7px 8px;
    border-radius: 2px;
    font-weight: 700;
    border: 1px solid #6a6a6a;
    width: 60px;
    margin: 0 6px 0 0;
    background: #1b1a1a
}

.bg,
.switcher-box {
    height: auto;
    overflow: hidden;
    margin-bottom: 6px
}

.styleswitch {
    width: 35px;
    height: 35px;
    margin: 10px
}

.pattern {
    width: 21px;
    height: 24px;
    margin: 0 4px 4px 0;
    box-shadow: 0 0 0 1px #d6d2d2 inset
}

a.dark-style {
    padding: 9px 0 11px;
    background: #292929
}

@media only screen and (max-width:767.98px) {
    .slider-wrapper {
        border-bottom: 2px solid #c6c6c6
    }
    .switcher {
        display: none
    }
}

@media only screen and (min-width:480px) and (max-width:767.98) {
    .switcher {
        display: none
    }
}

@media only screen and (max-width:479px) {
    .slider-wrapper {
        max-height: 108px
    }
    .page_head {
        margin-top: -10px
    }
    .switcher {
        display: none
    }
}

.cadre {
    border: 1px solid #cbd1da !important;
    border-radius: 1% !important;
    padding: 10px !important;
    margin: 10px 0 15px !important
}

.topograremere {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 2rem;
    color: #082e4d;
    line-height: 1.6;
    font-weight: 600;
    padding-top: 10px
}

.service-container {
    margin-bottom: 15px !important
}


.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid #fff0;
    border-radius: .25rem
}

.page-section {
    padding: 2rem 0;
    min-height: 100vh;
    display: flex;
    align-items: center
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.text-left {
    text-align: left !important
}

.text-center {
    text-align: center !important
}

.video {
    border-color: 1px solid #082e4d !important
}

.blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 1.4rem;
    border-left: 5px solid #eee
}

.b-default {
    border-left: 5px solid #727cb6;
    color: #666;
    background: #f2f2f2
}

.color {
    font-weight: 600 !important;
    color: #b3000f !important
}

.title-with-arrow {
    padding-left: 20px;
    padding-top: 3px;
    padding-bottom: 5px;
    background: url(..img/fleche.png) 0 50% no-repeat
}

.faq {
    font-size: 1.5rem !important;
    line-height: 14px !important;
    color: green !important
}

.align-vertical {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    height: 860px;
    margin: none
}

.align-col {
    justify-content: around
}

.align-end {
    justify-content: end
}

a:hover {
    color: #b02f0d !important;
}

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

* Make images responsive .flex .col-sm-4 img {
    width: 100%;
    height: auto
}

section.footer {
    min-height: 20px;
    display: flex;
    align-items: center;
    padding: 16px 0;
    font-family: "Merriweather Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important
}

section.footer .plan a {
    color: #fff !important;
    font-size: 1.5rem;
    line-height: 1.5 !important
}

/* Dans votre CSS */
section.footer .list_style {
  list-style: none;
  padding-left: 0;
}

section.footer .list_style li {
  position: relative;
  padding-left: 20px;
}

section.footer .list_style li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #fff; 
}


section.footer ul {
    line-height: 1.5rem ;
    color: #fff !important;
}

section.footer ul li a {
    color: #fff !important;
	 font-size: 1.5rem !important;
	font-family: "Open sans", sans-serif;
	font-weight: 300;
}

section.footer ul li a:hover{   
    color: #61b104 !important;
}
.share-section {
    margin-top: 25px !important
}

.sitemap ul li {
    padding: 10px margin-top:0 margin-bottom:0
}

img {
    margin: 0 auto
}

.text-small {
    font-size: 1em
}

.eq {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.eq {
    color: #000
}

.eq,
.eq-service {
    border: 1px solid #d1d1d1;
    box-shadow: 5px 5px 0 rgb(0 0 0 / .07);
    margin-bottom: 10px;
}





.eq-service.green {
    background: #007d37
}

.eq-service.purple {
    background: #7d0046
}

.eq-service.blue {
    background: #007d76
}

.eq:nth-of-type(odd) {
    background: #fff
}

.display-flex {
    display: flex;
    flex-wrap: nowrap;
    justify-content: around
}

.display-flex>[class*=col-] {
    flex-grow: 1
}

@media only screen and (max-width:767.98px) {
    .display-flex {
        display: block;
        width: 100%;
        float: none;
        margin: 0 0 0 0px
    }
}

a.text-yellow {
    text-decoration: underline;
    color: #ffc107 !important
}

.flex-container {
    width: 120px;
    height: 300px;
    padding: 10px;
    border: 1px solid silver;
    margin: 10px 0 0;
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap
}

.box-contact {
    display: flex;
    align-self: center;
    justify-items: center
}

.simulator-container {
    max-width: 700px;
    margin: 0 auto;
    padding: 20px;
    border: 2px solid #43838c;
    border-radius: 5px;
    background-color: #edf4f7
}

.input,
.result {
    padding: 10px;
    border-radius: 5px
}

.input {
    width: 100%;
    margin-top: 5px;
    border: 1px solid #ccc
}

.result {
    margin-top: 20px;
    border: 1px solid #4caf50;
    background-color: #eaffea;
    color: #4caf50
}

.result  {
    background-color: #007bff;
    color: #fff;
    padding: 10px 20px;
    border: 0;
    border-radius: 5px
}

.contact-button button:hover {
    background-color: #0056b3
}

.bg-green {
    background-color: #4fad0b
}

   .header-container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
    }

    .logo img {
      height: 60px;
      display: block;
    }

    .menu {
      display: flex;

      gap: 20px;
    }

/* Base */
.hero-banner {
  background-image: url("https://www.sosimmo.fr/static/img/base-10.webp");
  background-size: cover;

  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative; 
}

.hero-overlay { 
 background: none;
}
.hero-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 120px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 40px;
}

.hero-text {
  flex: 1;
 color: #002b4e; /* Exemple : bleu foncé ou tout autre couleur contrastée */
  text-shadow: 1px 1px 2px rgba(255,255,255,0.8);
}
.hero-text p {
  font-size: 2.5rem;
  margin-bottom: 25px;
  font-weight: 700;
}

.hero-image {
  flex: 1;
  width: 500px;
  max-width: 100%;
  text-align: center;
}

.hero-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 3px;
}

.btn-contact {
	font-size: 1.3rem;
	font-family: -apple-system, system-ui, "Segoe UI", "Liberation Sans", sans-serif;
  background-color: #f77f00;
  border: 1px solid #4d83a8;
  color: white;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 500;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
}

.btn-contact:active,
.btn-contact:focus,
.btn-contact:hover {
  background-color: #00c0eb;
    color: #fff
}

@media (max-width: 991.98px) {
	.hero-content p {
    font-size: 2rem;
	font-weight:700
  }
  .hero-image {
    width: 100%;
	flex: 1;
    text-align: center;
  }
    .hero-image img {
	 display: block;
	max-width: 100% !important;
	margin: auto !important;
  }
  .hero-buttons a {
    width: 100%;
    max-width: 300px;
  }
}

/* Responsive */
@media (max-width: 767.98px) {
  .hero-banner {
    height: auto;
  }
  .hero-overlay {
    flex-direction: column;
    padding: 80px 20px;
  }

  .hero-content {
    flex-direction: column;
    padding: 0px;
    gap: 20px;	
    text-align: center;
  } 
 .hero-content p {
    font-size: 1.8rem;
	font-weight:700
  }
  .hero-image img {
	 display: block;
	max-width: 90% !important;
	margin: auto;
  }
}

@media (max-width: 991.98px) {

	.hero-content p {
    font-size: 2rem;
	font-weight:700;
  }
  .hero-image {
    width: 100%;
	flex: 1;
    text-align: center;
  }

  .hero-buttons a {
    width: 100%;
    max-width: 300px;
  }
}

.breadcrumb-bar {
  width: 100%;
  background-color: #f1f1f1;
  position: relative;
  left: 0;
  right: 0;
  padding: 5px 0;
  box-sizing: border-box;
}

.breadcrumb-content {
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}

.breadcrumb {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.breadcrumb li {
  color: #555;
}

.breadcrumb li::after {
  content: "›";
  margin: 0 8px;
  color: #999;
}

.breadcrumb li:last-child::after {
  content: "";
}


.form-group {
  margin-bottom: 1.2rem;
}

.form-group label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
  color: #34495e;
}

.form-group input[type="number"] {
  width: 100%;
  padding: 0.8rem;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 1rem;
  transition: border-color 0.3s;
}

.form-group input[type="number"]:focus {
  border-color: #3498db;
  outline: none;
  box-shadow: 0 0 0 3px rgba(52,152,219,0.2);
}

/* Boutons radio */
.radio-group {
  display: flex;
  gap: 1rem;
  margin-top: 0.5rem;
}

.radio-group label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  font-weight: normal;
}

.radio-group input[type="radio"] {
  appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #bdc3c7;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
}

.radio-group input[type="radio"]:checked {
  border-color: #3498db;
}

.radio-group input[type="radio"]:checked::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background: #3498db;
  border-radius: 50%;
  top: 2px;
  left: 2px;
}

.resultat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-bottom: 2rem;
}

.resultat-grid > div {
  text-align: center;
  padding: 1.2rem;
  background: #f8fafc;
  border-radius: 6px;
}

.resultat-label {
  font-weight: 500;
  color: #7f8c8d;
  margin-bottom: 0.5rem;
}

.resultat-valeur {
  font-size: 1.8rem;
  font-weight: 700;
  color: #2c3e50;
  margin: 0.5rem 0;
}

.resultat-pourcentage {
  color: #3498db;
  font-size: 0.9rem;
}

/* Détails */
.details {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px dashed #ddd;
}

.details strong {
  color: #2c3e50;
}

.details ul {
  padding-left: 1.2rem;
  margin-top: 0.8rem;
}

.details li {
  margin-bottom: 0.5rem;
  color: #34495e;
}

.note {
  font-size: 0.85rem;
  color: #95a5a6;
  text-align: center;
  margin-top: 1.5rem;
  font-style: italic;
}

/* Responsive */
@media (max-width: 768px) {
  .simulateur-viager-pro {
    padding: 1.5rem;
  }
  
  .resultat-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  #calcul-viager-expert {
    grid-template-columns: 1fr;
  }
  
  .radio-group {
    flex-direction: column;
    gap: 0.5rem;
  }
}


/* PREMIER NIVEAU - CERCLES BLEUS */

/* RESET COMPLET DES STYLES PAR DÉFAUT */
.first-level-list,
.first-level-list ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

/* PREMIER NIVEAU - CERCLES BLEUS */
.first-level-list > li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
}

.first-level-list > li::before {
  content: "⮞";
  position: absolute;
    color: #fff;
  list-style-type: none;
  border-radius: 50%;
  height: 16px;
  line-height: 16px;
  left: 0;
  top: 10px;
  width: 16px;
  text-align: center;
  font-size: 11px;
   left: 0;
   top: 5px;
  background-color: #00b34b;; /* Votre cercle bleu */
}

.page_head {
    background: url(../img/page-title-head.png);
    border-bottom: 3px solid #dcdbd7;
    margin: 0 0 0;
    position: relative
}

.site-search-area {
    margin: 0;
    padding: 0 0 30px
}

.masonry_wrapper {
    overflow: hidden;
    margin: 0 0 30px
}

.news_content h2 {
    border-bottom: 1px solid #f2f2f2;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.8;
    margin: 30px auto
}

a.back_home {
    margin: 0;
    color: #fff;
    padding: 12px 18px 13px
}

.left_img,
.right_img {
    float: left;
    margin: 0 15px 8px 0;
    overflow: hidden
}

.right_img {
    float: right;
    margin: 0 0 8px 15px
}

.divider {
    display: block;
    height: 30px
}

#contactForm {
    margin-top: 30px
}

textarea {
    resize: vertical
}

.--control {
    display: block;
    width: 100%;
    height: 25px;
    background: #fdfbf7;
    border: 1px solid #e7e1c6;
    border-radius: .25;
    box-shadow: 0 1px 1px rgb(0 0 0 / .075) inset, 0 0 2px rgb(114 124 182 / .6);
    padding: 10px;
    margin-bottom: 5px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-group {
    margin-bottom: 1rem;
}

.card-text:last-child,
.form-check-label,
.form-control {
    margin-bottom: 0;
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none;
    }
}

.form-check-input:disabled~.form-check-label {
    color: #6c757d;
}

.comments li:last-child p,
.info_service {
    margin: 0;
}

.our_clients ul {
    padding: 0;
    display: block;
}

.content.elements .btn {
    border-radius: 2px;
}

.com_pist a:focus,
.dropcap.gray {
    color: #555
}

.sidebar-tab {
    margin-bottom: 30px
}

.widget_title h4 {
    font-size: 14px
}

.img-about {
    margin-top: 15px
}

.footer_social {
    float: right
}
.layout-switcher a.layout,
.pattern,
.styleswitch {
    cursor: pointer;
    float: left
}

@media only screen and (min-width:481px) and (max-width:767.98px) {
    .author_bio {
        margin-top: 35%;
        position: relative
    }
    .contact_3 .widget_info_contact li {
        margin: 0 0 25px
    }
}

.hide {
    display: none
}
.pattern,
.styleswitch,
img {
    display: block
}

/* Style général du simulateur */
.simulateur-viager-pro {
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem;
  background: #f8f9fa;
  border: 2px solid #cbd1da;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  font-family: 'Segoe UI', Roboto, sans-serif;
  color: #333;
}


.simulateur-viager-pro h2 {
  color: #2c3e50;
  font-size: 2rem;
  margin-bottom: 1rem;
  text-align: center;
  font-weight: 600;
}

.simulateur-viager-pro > p {
  text-align: center;
  margin-bottom: 2rem;
  color: #7f8c8d;
}

/* Formulaire */
#calcul-viager-expert {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-group input[type="number"] {
  width: 100%;
  padding: 0.8rem;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 1rem;
  transition: border-color 0.3s;
}

.form-group input[type="number"]:focus {
  border-color: #3498db;
  outline: none;
  box-shadow: 0 0 0 3px rgba(52,152,219,0.2);
}

/* Bouton de soumission */
#calcul-viager-expert button {
  grid-column: 1 / -1;
  background: #3498db;
  color: white;
  border: none;
  padding: 1rem;
  font-size: 1.1rem;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s;
  font-weight: 600;
  margin-top: 1rem;
}

#calcul-viager-expert button:hover {
  background: #2980b9;
}

/* Résultats */
#resultat-expert {
  margin-top: 2.5rem;
  padding: 1.5rem;
  background: white;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  display: none; /* Cache par défaut */
}

#resultat-expert h3 {
  color: #2c3e50;
  margin-bottom: 1.5rem;
  text-align: center;
  font-size: 1.4rem;
}

/* ===== CARROUSEL SOSIMMO INTÉGRÉ ===== */

/* Conteneur principal du carrousel */
.sosimmo-carousel-section {
    position: relative;
    display: flex;
    align-items: center;
    margin: 30px 0;
    width: 100%;
}

/* Conteneur des articles (scroll horizontal) */
.sosimmo-carousel-container {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 30px;
    padding: 15px 10px;
    width: 100%;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
}

/* Cache la scrollbar Chrome/Safari */
.sosimmo-carousel-container::-webkit-scrollbar {
    display: none;
}

/* Chaque article dans le carrousel */
.sosimmo-carousel-item {
    flex: 0 0 auto;
    width: calc(50% - 15px); /* 2 articles par ligne comme vos col-md-6 */
    min-width: calc(50% - 15px);
}

/* Flèches de navigation */
.sosimmo-carousel-arrow {
    background: #28a745; /* Vert Bootstrap success */
    color: white;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 28px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
    transition: all 0.3s;
    opacity: 0.9;
}

.sosimmo-carousel-arrow:hover {
    background: #218838; /* Vert plus foncé au hover */
    transform: translateY(-50%) scale(1.1);
    opacity: 1;
}

.sosimmo-arrow-prev {
    left: -35px;
}

.sosimmo-arrow-next {
    right: -35px;
}

/* Style des articles dans le carrousel (identique à vos .eq existants) */
.sosimmo-carousel-item .eq {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    height: 100%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transition: transform 0.3s;
}

.sosimmo-carousel-item .eq:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .sosimmo-carousel-item {
        width: calc(100% - 15px); /* 1 article sur mobile */
        min-width: calc(100% - 15px);
    }
}

@media (max-width: 768px) {
    .sosimmo-carousel-section {
        padding: 0 10px;
    }
    
    .sosimmo-carousel-arrow {
        width: 40px;
        height: 40px;
        font-size: 22px;
    }
    
    .sosimmo-arrow-prev {
        left: -20px;
    }
    
    .sosimmo-arrow-next {
        right: -20px;
    }
}

/* Optimisation performance */
.sosimmo-carousel-container {
    will-change: transform; /* Aide le navigateur à optimiser */
    contain: content; /* Améliore le rendu */
}

/* Précharge les 2 premiers articles */
.sosimmo-carousel-item:nth-child(-n+2) {
    content-visibility: auto;
}

/* Lazy loading amélioré pour images */
.sosimmo-carousel-item img {
    loading: lazy;
    fetchpriority: low; /* Priorité basse pour les images hors écran */
}

/* Animation optimisée */
@media (prefers-reduced-motion: reduce) {
    .sosimmo-carousel-container {
        scroll-behavior: auto;
    }
}

/* === FIX + AMÉLIORATIONS CARROUSEL === */
.sosimmo-carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.sosimmo-carousel-container {
    scroll-snap-type: x mandatory;
}

.sosimmo-carousel-item {
    scroll-snap-align: start;
}

/* ===== CARROUSEL URGENCE 3 COLONNES - FINAL FLEXBOX ===== */

/* Conteneur du carousel */
.sosimmo-carousel-3 .sosimmo-carousel-container {
    display: flex;
    flex-wrap: wrap;         /* permet aux cartes de passer à la ligne suivante */
    gap: 30px;               /* espace horizontal et vertical */
    padding: 15px 10px;
    overflow-x: auto;        /* garde le scroll horizontal pour JS */
    scroll-behavior: smooth;
}

/* Chaque carte */
.sosimmo-carousel-3 .sosimmo-carousel-item {
    flex: 0 0 calc(33.333% - 20px); /* 3 cartes par ligne sur desktop */
    min-width: calc(33.333% - 20px);
    display: flex;
    flex-direction: column;  /* bouton toujours en bas */
}

/* Responsive : 2 colonnes sur tablette */
@media (max-width: 1200px) {
    .sosimmo-carousel-3 .sosimmo-carousel-item {
        flex: 0 0 calc(50% - 15px);
        min-width: calc(50% - 15px);
    }
}

/* Responsive : 1 colonne sur mobile */
@media (max-width: 768px) {
    .sosimmo-carousel-3 .sosimmo-carousel-item {
        flex: 0 0 calc(100% - 15px);
        min-width: calc(100% - 15px);
    }
}
/* ===== CARROUSEL URGENCE 3 COLONNES - VERSION STABLE ===== */

/* SECTION GLOBALE */
.sosimmo-carousel-section {
    position: relative;
    overflow: hidden;
    padding: 0 60px; /* espace RÉSERVÉ aux flèches */
    box-sizing: border-box;
}

/* CONTENEUR DU CARROUSEL */
.sosimmo-carousel-3 .sosimmo-carousel-container {
    display: flex;
    flex-wrap: nowrap;
    gap: 30px;
    padding: 15px 0; /* PLUS de padding horizontal ici */
    overflow-x: auto;
    scroll-behavior: smooth;
    box-sizing: border-box;
}

/* CHAQUE CARTE */
.sosimmo-carousel-3 .sosimmo-carousel-item {
    flex: 0 0 calc((100% - 60px) / 3); /* 3 cartes NETTES */
    min-width: calc((100% - 60px) / 3);
    display: flex;
    flex-direction: column;
}

/* TABLETTE : 2 CARTES */
@media (max-width: 1200px) {
    .sosimmo-carousel-3 .sosimmo-carousel-item {
        flex: 0 0 calc((100% - 30px) / 2);
        min-width: calc((100% - 30px) / 2);
    }
}

/* MOBILE : 1 CARTE */
@media (max-width: 768px) {
    .sosimmo-carousel-section {
        padding: 0 45px;
    }

    .sosimmo-carousel-3 .sosimmo-carousel-item {
        flex: 0 0 100%;
        min-width: 100%;
    }
}

/* STRUCTURE INTERNE */
.sosimmo-carousel-3 .sosimmo-carousel-item .eq {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

/* IMAGE */
.sosimmo-carousel-3 .sosimmo-carousel-item .post_img {
    height: 200px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sosimmo-carousel-3 .sosimmo-carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* TEXTE */
.sosimmo-carousel-3 .sosimmo-carousel-item .text-left {
    flex-grow: 1;
}
.sosimmo-carousel-3 .sosimmo-carousel-item .text-center {
    margin-top: auto;
}

/* ===================== */
/* FLÈCHES */
/* ===================== */

.sosimmo-carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    background: #2fa84f; /* vert site */
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sosimmo-arrow-prev {
    left: 8px;
}

.sosimmo-arrow-next {
    right: 8px;
}

/* MOBILE */
@media (max-width: 768px) {
    .sosimmo-carousel-arrow {
        width: 36px;
        height: 36px;
        font-size: 22px;
    }

    .sosimmo-arrow-prev {
        left: 6px;
    }

    .sosimmo-arrow-next {
        right: 6px;
    }
}
/* ===== FLÈCHES AU HOVER ===== */
.sosimmo-carousel-arrow {
    transition: transform 0.2s ease, background 0.2s ease;
}

.sosimmo-carousel-arrow:hover {
    transform: translateY(-50%) scale(1.15); /* léger agrandissement */
    background: #249043; /* vert un peu plus foncé */
}

/* ===== CARTES AU HOVER ===== */
.sosimmo-carousel-3 .sosimmo-carousel-item {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.sosimmo-carousel-3 .sosimmo-carousel-item:hover {
    transform: translateY(-5px); /* léger soulèvement */
    box-shadow: 0 10px 20px rgba(0,0,0,0.12); /* profondeur douce */
}
/* ===== FLÈCHES AU HOVER ===== */
.sosimmo-carousel-arrow {
    transition: transform 0.2s ease, background 0.2s ease;
}

.sosimmo-carousel-arrow:hover {
    transform: translateY(-50%) scale(1.15); /* léger agrandissement */
    background: #249043; /* vert un peu plus foncé */
}
/* ===== CARTES AU HOVER ===== */
.sosimmo-carousel-3 .sosimmo-carousel-item {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.sosimmo-carousel-3 .sosimmo-carousel-item:hover {
    transform: translateY(-5px); /* léger soulèvement */
    box-shadow: 0 10px 20px rgba(0,0,0,0.12); /* profondeur douce */
}

/* === MENU COMPLET  HEADER DESKTOP === */
#header {
  display: flex;
  flex-direction: column;   /* 🔑 empile header-top + logo-bar */
  background-color: #f8f9fa;
  padding: 0 !important;
  margin: 0 !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

#header-top {
  position: sticky !important;
  top: 0 !important;
  left: 0 !important;
  right: 0!important;
  z-index: 1002 !important;
  background: #ffffff;
}

#logo-bar {
  width: 100vw;
  height: 70px !important;
  min-height: 70px !important;
  background: #082e4d;
  margin: 0  !important;
  padding: 0  !important;
}

#logo-bar > .container-fluid {
    width: 100% !important;
    max-width: 1400px !important;

    margin: 0 auto !important;
    display: flex !important;
    align-items: center !important;
	justify-content: space-between ! important;
    height: 70px !important;
}

#logo-bar .d-flex.justify-content-between.align-items-center {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    height: 70px !important;
}

.navbar {
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  margin-left: auto!important;
  background: transparent !important;
  border: none !important;
}
/* ==================== LOGO ==================== */
.navbar-brand {
	display: flex !important;
    align-items: center !important;
    height: 70px !important;
    min-height: 70px !important;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 70px !important;
    flex-shrink: 0;		
}

.navbar-brand picture {
    display: block !important;
    height: 50px !important;
    width: auto !important;     
}

.navbar-brand img {
    height: 50px !important;
    width: auto !important;
    max-height: 50px !important;
    display: block !important;
    object-fit: contain;
    vertical-align: middle;
}

.navbar-header {
    display: flex !important;
    align-items: center !important;
    height: 70px !important;
    min-height: 70px !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Sécurité Bootstrap */
.navbar-nav > li > a {
  line-height: normal!important;
  padding: 0 18px!important;
  height: 70px!important;
  display: flex!important;
  align-items: center!important;
}

/* ==================== NAVBAR ET MENU ==================== */

.navbar-default {
    width: 100%;
    justify-content: flex-end;
    margin: 0;
    padding: 0;
    border: none;
}
.navbar-collapse {
	 height: 100%;
  display: flex !important;
  align-items: center;
   justify-content: flex-end;
    margin: 0;
    padding: 0;
    width: auto;
    flex: 1;
}
.navbar-nav {
    margin: 0 ;
    padding: 0;
    list-style: none;
    justify-content: flex-end;
    width: 100%;
}
.navbar-nav > li {
    position: relative;
    margin: 0;
    padding: 0;
}

.navbar-nav > li > a {
    display: flex;
    align-items: center !important;
    padding: 0 18px !important;
    color: #fff !important; /* Texte blanc par défaut */
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 15px;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.25s ease;
}

.navbar-nav > li > a {
    height: 70px !important;
    line-height: 70px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    display: flex !important;
    align-items: center !important;
}

/* Hover du menu principal - fond vert et texte blanc */
#header .navbar-nav > li > a:hover,
.navbar-nav > li > a:hover,
.navbar-nav > li.active > a {
    background: #4dbc15;
    color: #fff;
}

.navbar-nav > li > a .caret {
    margin-left: 5px;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

/* ==================== DROPDOWNS ==================== */
.navbar-nav .dropdown-menu {
	position: absolute;
    top: 70px !important;
    left: 0;
    background: #fff;
    border-top: 3px solid #4dbc15;
    padding: 4px 6px !important;
    box-shadow: 0 6px 12px rgba(0,0,0,0.1);
    z-index: 1000 !important; 
    border-radius: 0 0 5px 5px;
    min-width: 280px;
    margin-top: 0;
    display: none;
}
.navbar-nav .dropdown-menu > div > a {
    display: flex !important;
    align-items: center !important;
    padding: 3px 10px;
    margin-bottom: 0px;
    color: white !important;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none !important;
    border-radius: 5px;
    line-height: 1.2;
    transition: all 0.2s ease;
    background: #f8f9fa !important;
}

.navbar-nav li.dropdown:hover > .dropdown-menu {
    display: block;
}
.navbar-nav > li.simulateur-menu > .dropdown-menu {
    left: auto;
    right: 0 !important;
}
/* Styles SEO des dropdowns */
.dropdown-menu > div {
    margin-bottom: 3px !important;
}

.dropdown-menu > div > div {
    font-weight: bold !important;
    color: #082e4d !important;
    margin-bottom: 4px !important;
    font-size: 13px !important;
    display: flex !important;
    align-items: center !important;
}

/* Hover des dropdowns - fond vert et texte blanc */
#header .navbar-nav .dropdown-menu > div > a:hover {
    background: #4dbc15 !important;
    color: #fff !important;
    padding-left: 20px !important;
}

/* Forcer la réduction de la hauteur entre chaque sous-menu */

#header .navbar-nav .dropdown-menu a {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    margin-bottom: 0 !important;
    line-height: 1.2 !important;
}

/* Réduire les marges entre les groupes de liens */
#header .navbar-nav .dropdown-menu div {
    margin-bottom: 3px !important;
}

/* Réduire la marge sous les titres de section (ex: SOLUTION IMMOBILIÈRE) */
#header .navbar-nav .dropdown-menu div > div {
    margin-bottom: 4px !important;
}

/* Réduire le padding global du conteneur dropdown */
#header .navbar-nav .dropdown-menu {
    padding: 4px 6px !important;
}

 /* ==================== TABLETTE (769px à 991px) ==================== */
@media (min-width: 769px) and (max-width: 991px) {
	
	.hero-banner {
  background-image: url("https://www.sosimmo.fr/static/img/base-10.webp");
  background-size: cover;
  min-height: 300px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative; 
}
   
   .hero-image {
  flex: 1;
  width: 500px!important;
  max-width: 100% !important;
  text-align: center;
}

	.hero-image img {
  width: 100%!important;
  height: auto!important;
  display: block;
  border-radius: 3px;
}

   .navbar-toggle {
        display: none !important;
    }
    .navbar-nav > li > a {
        padding: 0 15px !important;
        font-size: 14px !important;
    }
    .navbar-collapse {
        display: flex !important;
    }
	
}
 /* ==================== DESKTOP (≥992px) ==================== */
	
 @media (min-width: 992px) {

  /* BARRE BLEUE */
  #logo-bar {
    height: 70px !important;
  }

  /* CONTENEURS */
  #logo-bar > .container-fluid,
  #logo-bar nav.navbar,
  #logo-bar .navbar-nav {
    height: 70px !important;
    min-height: 70px !important;
    display: flex !important;
    align-items: center !important;
  }

  /* LIENS MENU (SOURCE DE LA HAUTEUR) */
  .navbar-nav > li > a {
    height: 70px !important;
    line-height: 70px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    display: flex !important;
    align-items: center !important;
  }
  /* LOGO (SOURCE FRÉQUENTE DU ~50px) */
  .navbar-brand {
    height: 70px !important;
    display: flex !important;
    align-items: center !important;
  }

  .navbar-brand img {
    max-height: 55px !important;
    height: auto !important;
  }
  
    .navbar-toggle {
        display: none !important;
    }
    .navbar-nav > li > a {
        padding: 0 18px !important;
    }
    .navbar-collapse {
        display: flex !important;
    }

}
 /* ==================== GRANDS ÉCRANS (≥1200px) ==================== */
@media (min-width: 1200px) {
    #logo-bar > .container-fluid {
        max-width: 1400px !important;
        padding: 0 40px !important;
    }
    .navbar-brand img {
        height: 55px !important;
    }
    .navbar-nav > li > a {
        padding: 0 22px !important;
        font-size: 16px !important;
    }
}
 /* ==================== TRÈS GRANDS ÉCRANS (≥1600px) ==================== */
@media (min-width: 1600px) {
    #logo-bar > .container-fluid {
        max-width: 1600px !important;
        padding: 0 60px !important;
    }
    .navbar-nav > li > a {
        padding: 0 25px !important;
        font-size: 17px !important;
    }
    .navbar-brand img {
        height: 60px !important;
    }
}

/* ==================== HAMBURGER MOBILE (≤768px) ==================== */

@media (max-width: 768px) {
  /* --- BARRE BLEUE FIXE --- */
  #header {
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
    background: transparent !important;
    box-shadow: none !important;
    height: 36px !important;
  }
  
     #header-top {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        transform: none !important;  /* ← DÉSACTIVE TOUTE TRANSFORM */
        filter: none !important;     /* ← DÉSACTIVE TOUT FILTRE */
        will-change: auto !important; /* ← DÉSACTIVE WILL-CHANGE */
        height: 36px !important;
        background: #ffffff !important;
        z-index: 1003 !important;
    }

  #header-top a,
  #header-top .button-8 {
    height: 20px;
    padding: 0 10px;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    text-decoration: none;
    margin-bottom: 8px;
    max-width: 100%;
  }
  
  #header-top.container,
  #header-top.container-fluid,
  #header-top.row {
    position: fixed !important;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
  }
  
  #header-top .d-flex {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 35px;
  }

  
  #logo-bar {
    height: 70px !important;
    position: fixed !important;
    top: 36px !important;
    left: auto !important;
    right: auto !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
    z-index: 1001;
    background: #082e4d;
  }
  
  #logo-bar > .container-fluid {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  #logo-bar::before,
  #logo-bar::after {
    content: none !important;
    display: none;
  }
  
  .navbar,
  .navbar-collapse,
  .navbar-nav {
    display: block;
    align-items: initial;
    justify-content: initial;
    height: auto;
  }
  
  /* --- Menu principal --- */
  .navbar-nav {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex !important;
    flex-direction: column !important;
    height: auto !important;
    background: #0a3659 !important;
  }
  
  .navbar-nav > li {
    width: 100%;
    height: auto !important;
    border-bottom: 1px solid #e0e0e0;
  }
  
  .navbar-nav > li > a {
    width: 100% !important;
    height: auto !important;
    line-height: normal !important;
    padding: 15px 20px !important;
    border-bottom: 1px solid rgba(255,255,255,0.1) !important;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff !important;
    background: transparent;
    text-decoration: none;
  }
  
  .navbar-nav > li > a:hover {
    background: #4dbc15 !important;
    color: #ffffff !important;
  }
  
  /* --- LOGO CENTRÉ --- */
  .navbar-brand {
    position: absolute !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    height: 70px;
    z-index: 1002 !important;
    display: flex;
    align-items: center !important;
  }
  
  .navbar-toggle {
    display: flex !important;
    position: absolute !important;
    right: 15px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    background: #4dbc15 !important;
    border: none !important;
    padding: 10px;
    border-radius: 3px;
    margin: 0;
    z-index: 1003 !important;
    height: 44px;
    width: 44px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
  }
  
  .navbar-toggle .icon-bar {
    background: #fff !important;
    width: 20px !important;
    height: 2px !important;
    border-radius: 1px !important;
    display: block !important;
    margin: 2px 0 !important;
  }
  
  /* --- MENU OUVERT (hamburger cliqué) --- */
  .navbar-collapse {
    position: fixed !important;
    top: 70px !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    margin-top: 35px;
    background: #ffffff !important;
    z-index: 999 !important;
    display: none !important;
    max-height: calc(100vh - 70px) !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    height: auto !important;
  }
  
  .navbar-collapse.in,
  .navbar-collapse.show,
  .navbar-collapse.collapse.in {
    display: block !important;
  }
  
  /* ========== SOLUTION POUR SOUS-MENUS - 100% CSS ========== */
  
  /* 1. Cacher TOUS les sous-menus par défaut */
  .navbar-collapse .dropdown-menu {
    display: none !important;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  
  /* 2. Afficher UNIQUEMENT quand le parent est focus ou focus-within */
  .navbar-collapse li:focus-within > .dropdown-menu,
  .navbar-collapse .dropdown:focus-within > .dropdown-menu,
  .navbar-collapse .nav-item:focus-within > .dropdown-menu {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    max-height: 1000px !important;
  }
  
  /* 3. Rendre les liens parents focusables */
  .navbar-nav > li > a {
    cursor: pointer;
    outline: none; /* Supprime le contour bleu */
  }
  
  /* 4. Style des indicateurs + / - PUREMENT CSS */
  .navbar-nav > li.dropdown > a {
    position: relative !important;
    padding-right: 45px !important;
  }
  
  /* Supprimer le caret Bootstrap */
  .dropdown-toggle::after,
  .caret {
    display: none !important;
  }
  
  /* Ajouter + à droite */
  .navbar-nav > li.dropdown > a::after {
    content: "+" !important;
    position: absolute !important;
    right: 20px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    font-size: 20px !important;
    font-weight: bold !important;
    color: #ffffff !important;
    border: none !important;
    margin: 0 !important;
    display: inline-block !important;
  }
  
  /* Changer + en - quand le parent est focus */
  .navbar-nav > li.dropdown:focus-within > a::after,
  .navbar-nav > li.dropdown a:focus::after {
    content: "−" !important;
  }
  
  /* 5. STRUCTURE DES SOUS-MENUS */
  .dropdown-menu {
    position: static !important;
    width: 100% !important;
    background: #f8f9fa !important;
    border: none !important;
    border-radius: 8px;
    font-size: 16px !important;
    padding: 8px !important;
    margin: 5px 0 10px 0 !important;
    box-shadow: none !important;
    float: none !important;
  }
  
  /* 6. LIENS DANS SOUS-MENUS */
  .dropdown-menu > li > div > a,
  .dropdown-menu > div > a {
    display: flex !important;
    align-items: flex-start !important;
    padding: 8px 12px !important;
    margin-bottom: 4px !important;
    background: white !important;
    color: #082e4d !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    border-radius: 6px !important;
    border: 1px solid #e0e0e0 !important;
    transition: all 0.2s ease !important;
  }
  
  .dropdown-menu > li > div > a:hover {
    background: #4dbc15 !important;
    color: white !important;
    border-color: #4dbc15 !important;
    transform: translateX(5px);
  }
  
  /* 7. TITRES DES SECTIONS */
  .dropdown-menu > li > div > div:first-child,
  .dropdown-menu > div > div:first-child {
    font-size: 16px;
    font-weight: 700;
    color: #082e4d;
    margin-bottom: 6px;
    padding-bottom: 4px;
    border-bottom: 2px solid #e0e0e0;
    display: flex;
    align-items: center;
  }
  
  /* 8. ICONES */
  .dropdown-menu > li > div > a span:first-child {
    margin-right: 8px !important;
    font-size: 16px !important;
    display: flex !important;
    align-items: center !important;
  }
  
  /* 9. BOUTON BLOG */
  .dropdown-menu[aria-label="Sous-menu Blog et conseils"] > li:last-child > div a {
    background: #4dbc15 !important;
    color: white !important;
    padding: 14px !important;
    border-radius: 6px !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    text-align: center !important;
    text-decoration: none !important;
    margin-top: 10px !important;
  }
  
  /* 10. ESPACEMENTS */
  .dropdown-menu > li + li {
    margin-top: 10px !important;
    padding-top: 10px !important;
    border-top: 1px solid #e0e0e0 !important;
  }


	/* --- NAVIGATION --- */
	.navbar-nav > li {
		overflow: hidden !important;
	}
}

/* ===== CORRECTION DESKTOP - FORCER LE RÉTABLISSEMENT ===== */
@media (min-width: 769px) {

  .navbar-nav .dropdown-menu {
    display: none !important;
    position: absolute !important;
    top: 70px !important;
  }
  
  .navbar-nav li.dropdown:hover > .dropdown-menu {
    display: block !important;
  }
  
  .navbar-collapse {
    position: static !important;
    display: flex !important;
    background: transparent !important;
  }
  
  .navbar-nav {
    flex-direction: row !important;
    background: transparent !important;
  }
  
  .navbar-toggle {
    display: none !important;
  }
  
  .navbar-nav > li.dropdown > a::after {
    content: none !important;
  }
}

/* ==================== CORRECTION EVIUER SAISIE IMMOBILIERE ==================== */


#loi-vs-actions table {
  font-family: "Inter", "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
#loi-vs-actions th {
  background-color: #f0f5ff;
  color: #222;
}
#loi-vs-actions td strong {
  color: #0a4cff;
}
.table-responsive {
  width: 100%;
  overflow-x: auto;
}

.table-legal {
  width: 100%;
  border-collapse: collapse;
  font-family: "Inter", "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.table-legal th, .table-legal td {
  padding: 12px;
  text-align: left;
  border-bottom: 1px solid #e0e0e0;
  vertical-align: top;
}

.table-legal th {
  background-color: #f0f5ff;
  font-weight: 600;
  color: #222;
}

.table-legal td strong {
  color: #0a4cff;
}

/* ✅ Mode responsive — passe en cartes pour <650px */
@media (max-width: 650px) {
  .table-legal thead {
    display: none;
  }
  .table-legal, .table-legal tbody, .table-legal tr, .table-legal td {
    display: block;
    width: 100%;
  }
  .table-legal tr {
    margin-bottom: 1rem;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
    padding: 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.04);
  }
  .table-legal td {
    border: none;
    padding: 6px 10px;
  }
  .table-legal td::before {
    content: attr(data-label);
    display: block;
    font-weight: 600;
    color: #555;
    margin-bottom: 4px;
  }
}

@media (max-width: 768px) {

  .table-legal thead {
    display: none;
  }

  .table-legal,
  .table-legal tbody,
  .table-legal tr,
  .table-legal td {
    display: block;
    width: 100%;
  }

  .table-legal tr {
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
  }

  .table-legal td {
    padding: 12px 14px;
    text-align: left;
  }

  .table-legal td::before {
    content: attr(data-label);
    display: block;
    font-weight: 700;
    margin-bottom: 6px;
    color: #082e4d;
  }
}
table.table-legal thead th {
    padding: 14px 12px;
    vertical-align: middle;
    line-height: 1.4;
    text-align: center;
}

@media (max-width: 768px) {
  p, li, h1, h2, h3, h4 {
    padding-left: 10px;
    padding-right: 10px;
  }
}


.number-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #f8f9fa;
  border: 2px solid #0d6efd;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: #0d6efd;
}

//* ===============================
   PORTAGE – STRUCTURE GÉNÉRALE
   =============================== */


/* Couleur utilitaire */
.text-green {
  color: #28a745;
}

/* Titres */

.portage-number {
	width: 50px;
	height: 50px;
    border-radius: 50%;
    background: #28a745;
    color: white;
	font-weight: bold;
    font-size: 1.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px auto;
}

.style-portage {
	 background: white;
	 border-radius: 6px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
	 padding: 1rem;
}
.style-portage-interet {
	background: #e6f4ea;
	border-radius: 6px;
    padding: 1rem;
	min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}


/* Tablette */
@media (min-width: 769px) and (max-width: 991px) {
  .cadre-portage .portage-step {
    min-height: 200px !important;
  }
    .row > .col-md-6 {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}

.col-lg-6 {
   display: flex;
}


.row{
 overflow: hidden; 
}



