/*------------------------------------------------------------------
    File Name: style.css
    Template Name: Aven
-------------------------------------------------------------------*/


/*------------------------------------------------------------------
    [Table of contents]

    1. IMPORT FONTS
    2. IMPORT FILES
    3. SKELETON
    4. WP CORE
    5. HEADER
    6. SECTIONS
    7. SECTIONS
    8. PORTFOLIO
    9. TESTIMONIALS
    10. PRICING TABLES
    11. ICON BOXES
    12. MESSAGE BOXES
    13. FEATURES
    14. CONTACT
    15. FOOTER
    16. MISC
    17. BUTTONS
-------------------------------------------------------------------*/


/*------------------------------------------------------------------
    IMPORT FONTS
-------------------------------------------------------------------*/

@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,600,700,900);
@import url(https://fonts.googleapis.com/css?family=Raleway:300,300i,400,400i,500,500i,600,600i,700,700i);
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,500i,700,700i);
@import url(https://fonts.googleapis.com/css?family=Arvo:400,400i,700,700i);

/*------------------------------------------------------------------
    IMPORT FILES
-------------------------------------------------------------------*/
/*
@import url(css/default_layout/animate.css);
@import url(flaticon.css);
@import url(prettyPhoto.css);
@import url(owl.carousel.css);
@import url(font-awesome.min.css);
*/
/*------------------------------------------------------------------
    SKELETON
-------------------------------------------------------------------*/

body {
    color: var(--text-color);
    font-size: var(--font-size);
    font-family: var(--font-family);
    line-height: 1.80857;
}

body.demos .section {
    background: url(images/bg.png) repeat top center #f2f3f5;
}

body.demos .section-title img {
    max-width: 280px;
    display: block;
    margin: 10px auto;
}

body.demos .service-widget h3 {
    border-bottom: 1px solid #ededed;
    font-size: 18px;
    padding: 20px 0;
    background-color: #ffffff;
}

body.demos .service-widget {
    margin: 0 0 30px;
    padding: 30px;
    background-color: #fff
}

body.demos .container-fluid {
    max-width: 1080px
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: 120% !important;
    margin: 0
}
td>h4 {
    padding: 0;
}

/*
h1:not([data-init-style]),
h2:not([data-init-style]),
h3:not([data-init-style]),
h4:not([data-init-style]),
h5:not([data-init-style]),
h6:not([data-init-style]) {
    color: var(--title-color);
}
*/
h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    opacity: .8
}

a {
    color: #1f1f1f;
    text-decoration: none;
    outline: none;
}

page_footer {
    position: absolute;
    bottom: -10px;
}

input[type="radio"]:not(.search-filter),
input[type="checkbox"]:not(.search-filter) {
    outline: none;
    -webkit-box-shadow : none;
    box-shadow : none;    
    margin:0;
    width: 10% !important;
    height: 30px;
    display: inline-block;    
}
input[type="radio"].search-filter,
input[type="checkbox"].search-filter {
    outline: none;
    margin-left:10px;
    margin-right:3px;
    display: inline-block;    
}
input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: none;
    -webkit-box-shadow:none;
    box-shadow : none;    
}

[type="textarea"] {
    overflow-wrap: break-word;
    white-space: pre pre-wrap;
}

input.form-control::placeholder {
    font-weight: normal;
    opacity: 0.6;
}

input.form-control.error::placeholder {
    color : red;
    font-style: italic;
    opacity: 1;
}

input[type="radio"].form-control.error + label {
    color: red;
}

.form-control.error {
    color : red;
    border-color : red !important;
    font-style: italic;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn.btn-default {
    background-color: lightgrey;
}

.btn.btn-transparent {
    background-color: transparent;
}

.title {
    text-align: center;
    font-weight: bold;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    margin: 0;
    padding: 0;
}
.lead:not([data-init-style]),
.lead:not([data-init-style]) i,
.lead:not([data-init-style]) u,
.lead:not([data-init-style]) strong {
/*    color: var(--text-color); */
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

/*------------------------------------------------------------------
    WP CORE
-------------------------------------------------------------------*/
.style-text-color {
    color : var(--text-color);
}
.style-title-color {
    color : var(--title-color);
}
.style-background-color {
    color : var(--background-color);
}
.style-background-box-color {
    color : var(--background-color-box);
}
.style-background-menu-color {
    color : var(--background-color-menu);
}


.first {
    clear: both
}

.last {
    margin-right: 0
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    text-align: center;
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 10px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 10px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 10px 0 20px 20px;
}

a img.alignnone {
    margin: 10px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 10px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/*------------------------------------------------------------------
    HEADER
-------------------------------------------------------------------*/
#show-hide-md.show-hide-md {
    position: fixed;
    top: 30px;
    left: 0;
    opacity: 0;
    font-size: 10px !important;
}
#show-hide-md.show-hide-md:hover {
    opacity: 1;
}

/*.megamenu .nav,
.megamenu .collapse,
*/
.megamenu .dropup,
.megamenu .dropdown {
    position: static;
}

.megamenu .container-fluid {
    position: relative;
}

.megamenu .dropdown-menu {
    left: auto;
}

.megamenu .megamenu-content {
    padding: 20px 30px;
}

.megamenu .dropdown.megamenu-fw .dropdown-menu {
    left: 0;
    right: 0;
}

.megamenu .list-unstyled {
    min-width: 200px;
}

.header_style_01 {
    background-color: rgba(255, 255, 255, 0.1);
    display: block;
    left: 0;
    padding: 20px 40px !important;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 111;
}

.header_style_01 .navbar-default {
    background-color: transparent;
    border: 0;
}

.header_style_01 .navbar,
.header_style_01 .navbar-nav,
.header_style_01 .navbar-default,
.header_style_01 .nav {
    margin-bottom: 0 !important;
}

.header_style_01 .navbar-brand {
    padding: 0px 15px 0 15px;
}

.navbar-nav li.header-section-menu {
    font-weight: bold;
    background-color : var(--background-color-menu);
    margin-left: 5px;
    opacity: 1 !important;
}

.navbar-nav li.header-section-menu.menu-font-size-1 {
    margin-left:4px !important;
}
.navbar-nav li.header-section-menu.menu-font-size-09 {
    margin-left:3px !important;
}
.navbar-nav li.header-section-menu.menu-font-size-08 {
    margin-left:2px !important;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active {
    font-weight: bold;
}

.menu-counter {
    border-radius: 50%;
    background-color : var(--background-color);
    border: 2px solid var(--text-color);
    font-size : 12px !important;
    padding : 0px 8px 0px 8px;
}

.menu-not-allowed {
    position : absolute;
    right: 0;
    top: 0;
    color: red;    
}
.has-not-allowed-menu-group {
    position : absolute;
    left: 0;
    top: 0;
    color: orange;        
}
.header_style_01 .navbar-default .navbar-nav > li > a {
    border-radius: 0;
    color: var(--text-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    text-transform: capitalize;
    background-color: transparent;
}

.header_style_01 .navbar-default .navbar-nav > li a {
    background-color: transparent !important;
}

.header_style_01 .navbar-default .navbar-nav > li:hover a,
.header_style_01 .navbar-default .navbar-nav > li:focus a {
    opacity: 0.7;
    filter: alpha(opacity=70);
    /* For IE8 and earlier */
}

.header_style_01 .navbar-right > li {
    margin-top: 2px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.header_style_01 .navbar-right > li > a {
    padding-bottom: 10px;
    padding-top: 10px;
/*    padding-left: 20px;
    padding-right: 20px; */
}

li.social-links {
    margin: 0 8px;
}

li.social-links a {
    padding: 13px 0 !important;
}

.affix-top {
/*
    overflow: hidden;
    visibility: visible;
    top: -100%;
    opacity: 1;
*/
}
.affix {
    position : absolute;
/*    
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 20px 40px 0px 40px;
    opacity: 0.7;
    border-bottom: 1px solid lightgrey !important;
    background-color: #eee !important;
    -webkit-transition: visibility 0.95s ease-in-out, opacity 0.95s ease-in-out, bottom 0.95s ease-in-out, top 0.95s ease-in-out, left 0.95s ease-in-out, right 0.95s ease-in-out;
    -moz-transition: visibility 0.95s ease-in-out, opacity 0.95s ease-in-out, bottom 0.95s ease-in-out, top 0.95s ease-in-out, left 0.95s ease-in-out, right 0.95s ease-in-out;
    -o-transition: visibility 0.95s ease-in-out, opacity 0.95s ease-in-out, bottom 0.95s ease-in-out, top 0.95s ease-in-out, left 0.95s ease-in-out, right 0.95s ease-in-out;
    transition: visibility 0.95s ease-in-out, opacity 0.95s ease-in-out, top 0.95s ease-in-out, bottom 0.95s ease-in-out, left 0.95s ease-in-out, right 0.95s ease-in-out;
*/
}
.affix:hover {
/*    
    opacity: 1 !important;
*/
}

.navbar-nav li {
    position: relative;
}

.navbar-nav span {
    font-size: 24px;
    position: absolute;
    right: 2px;
    top: 13px;
}

.menu-counter-badge {
    font-size: 0.8em !important;
    font-weight: bold;
}

/*------------------------------------------------------------------
    SECTIONS
-------------------------------------------------------------------*/

.parallax {
    background-attachment: local;
    background-size: cover;
/*    height: 100vh; */
    padding: 120px 0;
    position: relative;
    width: 100%;
}

.parallax.parallax-off {
    background-attachment: scroll !important;
    display: block;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    position: relative;
    background-position: center center;
    vertical-align: sub;
    width: 100%;
    z-index: 2;
}

.no-scroll-xy {
    overflow: hidden !important;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.section {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}

.col-section {
    margin-bottom: 5px;
}

.noover {
    overflow: visible;
}

.noover .btn-dark {
    border: 0 !important;
}

.nopad {
    padding: 0;
}

.nopadtop {
    padding-top: 0;
}

.section.wb {
    background-color: #ffffff;
}

.section.lb {
    background-color: #f2f3f5;
}

.section.db {
    background-color: #1f1f1f;
}

.section.color1 {
    background-color: #448AFF;
}

.first-section {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 16em 0 13em;
}

.first-section h2 {
    font-size: 2em;
    font-weight: 900;
    display: block;
    margin: 0;
    padding: 0 0 30px;
    position: relative;
    text-align: center;    
    text-transform: capitalize;
}
.first-setion h3 :not([data-init-style]) {
    color: #ffffff;    
}

.first-section .lead {
    font-size: 23px;
    font-weight: 400;
    padding: 0 0 40px;
    margin: 0;
    line-height: 35px;
}
.first-section .lead :not([data-init-style]) {
/*    color: #ffffff;    */
}

.section-title {
    display: block;
    position: relative;
}

.section-subtitle {
    display: block;
    position: relative;
    margin-bottom: 20px;
}

.section-title p {
    font-size: 18px;
    line-height: 33px;
    margin: 0;
}
/*
.section-title :not([data-init-style]) p,
section-title :not([data-init-style]) strong,
section-title :not([data-init-style]) u {
    color: var(--text-color);    
}
*/
.section-title h3 {
    font-size: 42px;
    font-weight: bold;
    line-height: 62px;
    margin: 0 0 10px;
    padding: 0;
    text-transform: none;
}
.section-title h3:not([data-init-style]) {
    color: var(--title-color);    
}

.section-title h4 {
    font-size: 30px;
    font-weight: bold;
}
.section-title :not([data-init-style]) h4 {
    color: var(--title-color);    
}

.section-subtitle h4 {
    font-size: 24px;
    font-weight: bold;
}
.section-subtitle :not([data-init-style]) h4 {
    color: var(--text-color);    
}

/*
.section.colorsection :not([data-init-style]) p,
.section.colorsection :not([data-init-style]) h3,
.section.db :not([data-init-style]) h3 {
    color: var(--title-color);    
}
*/

.welcome-section-title {
    display: inline-block;
}
/*------------------------------------------------------------------
    PORTFOLIO
-------------------------------------------------------------------*/

.item-h2,
.item-h1 {
    height: 100% !important;
    height: auto !important;
}

.isotope-item {
    z-index: 2;
    padding: 0;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

.portfolio-filter ul {
    padding: 0;
    z-index: 2;
    display: block;
    position: relative;
    margin: 0;
}

.portfolio-filter ul li {
    border-radius: 0;
    display: inline-block;
    margin: 0 5px 0 0;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
}

.portfolio-filter ul li:last-child:after {
    content: "";
}

.portfolio-filter ul li .btn-dark {
    box-shadow: none;
    background-color: transparent;
    border: 1px solid #e6e7e6 !important;
    color: #1f1f1f;
    font-weight: 400;
    font-size: 13px;
    padding: 10px 30px;
}

.da-thumbs {
    list-style: none;
    position: relative;
    padding: 0;
}

.da-thumbs .pitem {
    margin: 0;
    padding: 15px;
    position: relative;
}

.da-thumbs .pitem a,
.da-thumbs .pitem a img {
    display: block;
    position: relative;
}

.da-thumbs .pitem a {
    overflow: hidden;
}

.da-thumbs .pitem a div {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
}

.da-thumbs .pitem a div h3 {
    display: block;
    color: #ffffff;
    font-size: 20px;
    padding: 30px 15px;
    text-transform: capitalize;
    font-weight: normal;
}

.da-thumbs .pitem a div h3 small {
    display: block;
    color: #ffffff;
    margin-top: 5px;
    font-size: 13px;
    font-weight: 300;
}

.da-thumbs .pitem a div i {
    background-color: #1f1f1f;
    position: absolute;
    color: #ffffff !important;
    bottom: 0;
    font-size: 15px;
    z-index: 12;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

/*------------------------------------------------------------------
    HOME
-------------------------------------------------------------------*/
#home h2 {
/*    color : var(--title-color); */
    text-transform: none;
}

#home .lead {
/*    color : var(--text-color); */
}

/*------------------------------------------------------------------
    TESTIMONIALS
-------------------------------------------------------------------*/

.logos img {
    margin: auto;
    display: block;
    text-align: center;
    width: 100%;
    opacity: 0.3;
}

.logos img:hover {
    opacity: 0.5;
}

.desc h3 i {
    font-size: 37px;
    vertical-align: middle;
    margin-right: 12px;
}

.desc:not([data-init-style]) h3 i {
    color: #2f2f2f;
}

.desc {
    padding: 30px;
    position: relative;
    background: #000;
}

.desc:not([data-init-style]) {
    padding: 30px;
    position: relative;
    background: #000;
    border: 1px solid #111111;
}

.testi-meta {
    display: block;
    margin-top: 20px;
}

.testimonial h4:not([data-init-style]) {
/*    color: #ffffff; */
}
.testimonial h4 {
    font-size: 18px;
    padding: 13px 0 0;
}
.testimonial img {
    max-width: 55px;
    padding-bottom: 20px;
}

.testimonial img.alone{
    max-width: 50%;
}

.testimonial small {
    margin-top: 7px;
    font-size: 16px;
    display: block;
}

.testimonial {
    background-color: transparent;
}

.testimonial h3 {
    padding: 0 0 10px;
    font-size: 20px;
    font-weight: 300;
}

.testimonial small,
.testimonial .lead {
    background-color: transparent;
    display: block;
    font-size: 16px;
    font-style: italic;
    line-height: 30px;
    margin: 0;
    padding: 0;
    position: relative;
}
.testimonial :not([data-init-style]) small,
.testimonial :not([data-init-style]) .lead {
    color: #aaa;
}

.testimonial p:after {
    display: none;
}


/*------------------------------------------------------------------
    PRICING TABLES
-------------------------------------------------------------------*/

.pricing-table {
    margin: 50px 0 0 0;
    background: #fff;
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
}

.pricing-table i {
    width: 30px;
    color: #c2c2c2;
    display: inline-block;
    margin-right: 10px;
    padding-right: 5px;
    border-right: 1px solid #ececec;
}

.pricing-table .btn-dark {
    padding: 10px 24px;
    font-size: 15px;
}

.pricing-table strong {
    font-weight: 600;
    margin-right: 6px;
    color: #1f1f1f;
}

.pricing-table-header {
    padding: 30px 0 25px 0;
    background: #ffffff;
}

.pricing-table-header h2 {
    font-size: 31px;
    margin: 0;
    padding: 0;
    font-weight: 300;
}

.pricing-table-header h3 {
    font-size: 15px;
    font-weight: 600;
    color: #aaaaaa;
    margin-top: 10px;
    text-transform: uppercase;
}

.pricing-table-space {
    height: 10px;
}

.pricing-table-text {
    margin: 15px 30px 0 30px;
    padding: 0 10px 15px 10px;
    border-bottom: 1px solid #ececec;
    font-weight: 300;
    line-height: 30px;
    color: #c2c2c2;
    font-size: 16px;
}

.pricing-table-text p {
    font-weight: 400;
}

.pricing-table-features {
    margin: 15px 30px 0 30px;
    padding: 0 10px 15px 30px;
    border-bottom: 1px solid #ececec;
    text-align: left;
    line-height: 30px;
    font-size: 16px;
    color: #c2c2c2;
}

.pricing-table-highlighted h3,
.pricing-table-highlighted h2 {
    color: #ffffff !important;
}

.pricing-table-sign-up {
    margin-top: 25px;
    padding-bottom: 30px;
}


/* Highlighted table */

.pricing-table-highlighted {
    margin-top: 0;
}

.m130 {
    margin-top: 130px;
}

.nav-pills {
    border: 1px solid #e1e1e1;
}

.nav-pills > li {
    width: 50%;
    padding: 10px;
    float: left;
    margin: 0 !important;
}

.nav-pills > li > a {
    margin: 0!important;
    text-align: center;
    background-color: #f4f4f4;
}


/*------------------------------------------------------------------
    ICON BOXES
-------------------------------------------------------------------*/

.icon-wrapper {
    position: relative;
    cursor: pointer;
    display: block;
    z-index: 1;
}

.icon-wrapper i {
    width: 75px;
    height: 75px;
    text-align: center;
    line-height: 75px;
    font-size: 28px;
    background-color: #f2f3f5;
    color: #1f1f1f;
    margin-top: 0;
}

.small-icons.icon-wrapper:hover i,
.small-icons.icon-wrapper:hover i:hover,
.small-icons.icon-wrapper i {
    width: auto !important;
    height: auto !important;
    line-height: 1 !important;
    padding: 0 !important;
    color: #e3e3e3 !important;
    background-color: transparent !important;
    background: none !important;
    margin-right: 10px !important;
    vertical-align: middle;
    font-size: 24px !important;
}

.small-icons.icon-wrapper h3 {
    font-size: 18px;
    padding-bottom: 5px;
}

.small-icons.icon-wrapper p {
    padding: 0;
    margin: 0;
}

.icon-wrapper h3 {
    font-size: 21px;
    padding: 0 0 15px;
    margin: 0;
}

.icon-wrapper p {
    margin-bottom: 0;
    padding-left: 95px;
}

.icon-wrapper p small {
    display: block;
    color: #999;
    margin-top: 10px;
    text-transform: none;
    font-weight: 600;
    font-size: 16px;
}

.icon-wrapper p small:after {
    content: "\f105";
    font-family: FontAwesome;
    margin-left: 5px;
    font-size: 11px;
}

.effect-1 {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    position: relative;
    text-decoration: none;
    z-index: 1;
}

.effect-1:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
/*    border-radius: 50%; */
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.effect-1 {
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
}

.effect-1:after {
    top: -7px;
    left: -7px;
    padding: 7px;
    box-shadow: 0 0 0 2px #2750ff;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -webkit-transform: scale(.8);
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transition: transform 0.2s, opacity 0.2s;
    transform: scale(.8);
    opacity: 0;
}

.effect-1:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.effect-1:after {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.effect-1:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    padding-left: 4px;
    padding-top: 4px;
}


/*------------------------------------------------------------------
    MESSAGE BOXES
-------------------------------------------------------------------*/

.service-widget h3 {
    font-size: 21px;
    font-weight: bold;
/*    color: var(--title-color); */
    padding: 20px 0 12px;
    margin: 0;
}

.service-widget.product-section {
/*    border : solid 2px var(--text-color);
    border-bottom : solid 4px var(--text-color);
    border-right : solid 4px var(--text-color);*/
    margin-bottom: 10px;
}

.products-details {
    margin-top: 10px;
}

.service-widget h3 a,
.section.wb .service-widget h3,
.section.lb .service-widget h3 {
/*    color: var(--text-color); */
}

.service-widget p {
    margin-bottom: 0;
    padding-bottom: 0;
}

.contact-card-box {
    text-transform: uppercase;
    padding: 10px;
    margin: 5px 5px 5px 5px;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 15px;
}

.message-box h4 {
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 5px;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 15px;
    color: #999;
}

.message-box h2 {
    font-size: 38px;
    font-weight: 300;
    padding: 0 0 10px;
    margin: 0;
    line-height: 62px;
    margin-top: 0;
    text-transform: none;
}

.message-box p {
    margin-bottom: 20px;
}

.message-box .lead {
    padding-top: 10px;
    font-size: 19px;
    font-style: italic;
    padding-bottom: 0;
}
.message-box .lead {
    color: #999;
}


.post-media {
    position: relative;
    text-align: center;
}

.post-media img {
    width: 90%;
}

#agent .post-media img {
    width: 100%;
}

.playbutton {
    position: absolute;
    color: #ffffff !important;
    top: 40%;
    font-size: 60px;
    z-index: 12;
    left: 0;
    right: 0;
    text-align: center;
    margin: -20px auto;
}

.hoverbutton {
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute !important;
    color: #1f1f1f !important;
    top: 48%;
    font-size: 21px;
    z-index: 12;
    left: 0;
    opacity: 0.8;
    right: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: -20px auto;
    border : 1px black;
    border-radius: 5px;
}

.service-widget:hover .hoverbutton {
    opacity: 1;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

hr.hr1 {
    position: relative;
    margin: 60px 0;
    border: 1px dashed #f2f3f5;
}

hr.hr2 {
    position: relative;
    margin: 17px 0;
    border: 1px dashed #f2f3f5;
}

hr.hr3 {
    position: relative;
    margin: 25px 0 30px 0;
    border: 1px dashed #f2f3f5;
}

hr.invis {
    border-color: transparent;
}

hr.invis1 {
    margin: 10px 0;
    border-color: transparent;
}

.section.parallax hr.hr1 {
    border-color: rgba(255, 255, 255, 0.1);
}

.sep1 {
    display: block;
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    bottom: -20px;
    left: 50%;
    margin-left: -14px;
    background-color: var(--background-color);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
}

.sep2 {
    display: block;
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    top: -20px;
    left: 50%;
    margin-left: -14px;
    background-color: #1f1f1f;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
}


/* Divider Styles */

.divider-wrapper {
    width: 100%;
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
    height: 540px;
    margin: 0 auto;
    position: relative;
}

.divider-wrapper:hover {
    cursor: none;
}

.divider-bar {
    position: absolute;
    width: 10px;
    left: 50%;
    top: -10px;
    bottom: -15px;
}

.code-wrapper {
    border: 1px solid #ffffff;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
    background: url("uploads/code.jpg") no-repeat;
}

.design-wrapper {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}

.design-image {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url("uploads/design.jpg") no-repeat;
}


/*------------------------------------------------------------------
    FEATURES
-------------------------------------------------------------------*/

.customwidget h1 {
    font-size: 44px;
    color: #ffffff;
    padding: 15px 0 25px;
    margin: 0;
    line-height: 1 !important;
    font-weight: 300;
}

.customwidget ul {
    padding: 0;
    display: block;
    margin-bottom: 30px;
}

.customwidget li i {
    margin-right: 5px;
}

.customwidget li {
    color: #ffffff;
    margin-right: 10px;
}

.image-center img {
    position: relative;
    margin: 0 0 -208px;
    z-index: 10;
    padding-right: 30px;
    text-align: center;
}

.customwidget p {
    font-style: italic;
    font-size: 18px;
    padding: 0 0 10px;
}

.img-center img {
    width: 100%;
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
}

.img-center {
    margin: auto;
}

#features li p {
    margin-bottom: 0;
    padding-bottom: 0;
}

#features li {
    display: table;
    width: 100%;
    margin: 35px 0;
    cursor: pointer;
}

.features-left,
.features-right {
    padding: 0 10px;
}

.features-right li:last-child,
.features-left li:last-child {
    margin-bottom: 0px;
    padding-bottom: 0 !important;
}

.features-right li i,
.features-left li i {
    width: 68px;
    height: 68px;
    line-height: 68px;
    display: table;
    border-radius: 50%;
    font-size: 26px;
    background-color: #f2f3f5;
    margin: 0 auto 22px;
    position: relative;
    text-align: center;
    z-index: 55;
    transition: .4s;
    padding: 0;
}

#features i img {
    display: table;
    margin: 0 auto;
}

.features-left li i:before,
.features-right li i:before {
    text-align: center;
}

.features-right li i .ico-current,
.features-left li i .ico-current {
    opacity: 1;
    transition: .4s;
    visibility: visible;
}

.features-right li i .ico-hover,
.features-left li i .ico-hover {
    opacity: 0;
    transition: .4s;
    visibility: hidden;
    top: 19px;
}

.features-right li:hover .ico-current,
.features-left li:hover .ico-current {
    opacity: 0;
    transition: .4s;
    visibility: hidden;
}

.features-right li:hover .ico-hover,
.features-left li:hover .ico-hover {
    opacity: 1;
    transition: .4s;
    visibility: visible;
}

.features-right i {
    float: left;
}

.fr-inner {
    margin-left: 90px;
}

.features-left i {
    float: right;
}

.fl-inner {
    text-align: right;
    margin-right: 90px;
}

#features h4, 
#quote_inprogress_filters h4, 
#contract_tosign_filters h4,
#contract_signed_filters h4{
    text-transform: capitalize;
    margin: 0;
    font-size: 19px;
}

.product-card th,
.contract-card-table th,
.quote-card-table th {
    font-size : 0.8em;
}

.product-card td,
.contract-card-table td,
.quote-card-table td {
    font-size : 0.9em;
}

/* Message d'attente global
/* ------------------------*/
#global-wait-message {
background-color: #bcdef1;
    color: black;
    border-radius: 10px;
    width: 50%;
    margin-left: 25%;
    height: 80px;
    margin-top: 100px;
    display: flex;
    align-items: center;
    justify-content: center;    
    position: fixed;
    overflow: visible;
    z-index: 10000;
    box-shadow: 0 5px 6px rgba(0, 0, 0, 0.5);
}
#global-wait-message .global-wait-message-msg {
    font-weight: bold;
    font-style: italic;
    font-size:18px;
}

/* Message d'attente dans une modale
   ********************************* */
.modal-message-wait {
    background-color: #bcdef1;
    color: black;
    border-radius: 10px;
    width: 97%;
    height: 80px;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;    
    overflow: visible;
    z-index: 10000;
    text-align: center;
    box-shadow: 0 5px 6px rgba(0, 0, 0, 0.5);
}
.modal-message-wait .modal-message-wait-content {
    font-weight: bold;
    font-style: italic;
    font-size:18px;
}

/* Message 'success', 'error', 'warning' dans une modale
   ***************************************************** */
.modal-message {
    text-align: center;
    font-weight: bold;
    border-radius : 10px;
    width: 90%;
    min-height:40px;
    margin-left:5%;
    margin-top:10px;
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
}
.modal-message.error {
    background: red;
    color: white;
}
.modal-message.warning {
    background: coral;
    color: white;
}
.modal-message.success {
    background: darkseagreen;
    color: white;
}
.modal-message .modal-message-close-btn {
    cursor: pointer;
    margin-right: 10px;
    margin-top: -7px;
    font-size: 30px;
}

.fa-heartbeat, .icon-heartbeat {
    animation: heartbeat 1.5s infinite;
}

@keyframes heartbeat { 
    0% { transform: scale(1); } 
    25% { transform: scale(1.1); } 
    50% { transform: scale(1); } 
    75% { transform: scale(1.1); } 
    100% { transform: scale(1); } 
}

.modal.edition-modal {
    font-size: 0.9em;
}

.modal.edition-modal .modal-content {
    border: 0;
}


.edition-modal-scrollable-backdrop {
    overflow: auto; 
    position: fixed; 
    top: 0; 
    right: 0; 
    bottom: 0; 
    left: 0; 
    z-index: 1040;
}
.edition-modal-open .edition-modal-scrollable-backdrop { 
    display: block; 
}
body.edition-modal-open {
    overflow: auto !important;
}

/*------------------------------------------------------------------
    CONTACT
-------------------------------------------------------------------*/

.bootstrap-select {
    width: 100% \0;
    /*IE9 and below*/
}

.bootstrap-select > .dropdown-toggle {
    width: 100%;
    padding-right: 25px;
}

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
    border-color: #b94a48;
}

.bootstrap-select.fit-width {
    width: auto !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: thin dotted #333333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px;
}

.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none;
}

.bootstrap-select.form-control:not([class*="col-"]) {
    width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
    z-index: auto;
}

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
    float: none;
    display: inline-block;
    margin-left: 0;
}

.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
    float: right;
}

.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
    margin-bottom: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
    padding: 0;
}

.form-inline .bootstrap-select.btn-group .form-control {
    width: 100%;
}

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
    cursor: not-allowed;
}

.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
    outline: none !important;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-align: left;
}

.bootstrap-select.btn-group .dropdown-toggle .fa-angle-down {
    position: absolute;
    top: 30% !important;
    right: -5px;
    vertical-align: middle;
}

.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
    width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
    border: 1px solid #ededed;
    box-shadow: none;
    box-sizing: border-box;
    min-width: 100%;
    max-width: 100%;
    padding: 20px 10px;
    z-index: 1035;
}

.dropdown-menu > li > a {
    background-color: transparent !important;
    color: #bcbcbc !important;
    font-size: 15px;
    padding: 10px 20px;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu li {
    position: relative;
}

.bootstrap-select.btn-group .dropdown-menu li.active small {
    color: #fff;
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
    cursor: not-allowed;
}

.bootstrap-select.btn-group .dropdown-menu li a {
    cursor: pointer;
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
    position: relative;
    padding-left: 2.25em;
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
    display: none;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
    display: inline-block;
}

.bootstrap-select.btn-group .dropdown-menu li small {
    padding-left: 0.5em;
}

.bootstrap-select.btn-group .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    pointer-events: none;
    opacity: 0.9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bootstrap-select.btn-group .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
    white-space: nowrap;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
    position: static;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
    position: static;
    top: auto;
    margin-top: 4px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    margin-top: 5px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    margin-right: 34px;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
    z-index: 1036;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(204, 204, 204, 0.2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
    bottom: auto;
    top: -3px;
    border-top: 7px solid rgba(204, 204, 204, 0.2);
    border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
    bottom: auto;
    top: -3px;
    border-top: 6px solid white;
    border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
    right: 12px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
    right: 13px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
    display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
    padding: 4px 8px;
}

.bs-actionsbox {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
    width: 50%;
}

.bs-donebutton {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bs-donebutton .btn-group button {
    width: 100%;
}

.bs-searchbox + .bs-actionsbox {
    padding: 0 8px 4px;
}

.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
}

select.bs-select-hidden,
select.selectpicker {
    display: none !important;
}

select.mobile-device {
    position: absolute !important;
    top: 0;
    left: 0;
    display: block !important;
    width: 100%;
    height: 100% !important;
    opacity: 0;
}

.bootstrap-select > .btn {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    font-size: 15px;
    height: 33px;
    box-shadow: none !important;
    border: 0 !important;
    padding: 0;
    width: 100%;
    color: #bcbcbc !important;
}

.contact_form, .doOffer_form:not(.external-offers), .doContract_form {
    border: 1px solid var(--text-color);
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
    background-color: var(--background-color-box);
    padding: 40px 30px;
    z-index: 10001;
}

.field-detail.form-control {
    width: auto !important;
}

.contact_form .form-control {
    background-color: #fff;
    margin-bottom: 30px;
    border: 1px solid var(--text-color);
    box-sizing: border-box;
    color: var(--title-color);
    font-size: 16px;
    outline: 0 none;
    padding: 10px 25px;
    height: 55px;
    resize: none;
    box-shadow: none !important;
    width: 100%;
}

.contact_form .action-button {
    text-align: center;
    padding-top : 25px;
}

.contact_form .action-button>span {
    margin-left: 5px;
}

.contact_form .form-control.required:not(.error), 
.doOffer_form .form-control.required:not(.error),
.doContract_form .form-control.required:not(.error),
.field-detail.form-control.required:not(.error)
{
    border-left : 10px solid var(--title-color);
}    
.contact_form .form-control.required.error, 
.doOffer_form .form-control.required.error, 
.doContract_form .form-control.required.error,
.field-detail.form-control.required.error
{
    border-left : 10px solid red;
}    

.form-control {
    color: var(--text-color);
    background-color: var(--background-color-box);
    border-color: var(--text-color);
}

.form-control.readonly, .form-control.disabled {
    background: #eee;
    cursor: not-allowed;
    width: fit-content;
/*    pointer-events:none; */
    opacity: 0.7;
}

.doOffer_form input.form-control[readonly],
.doContract_form input.form-control[readonly],
.doOffer_form select.form-control[readonly],
.doContract_form select.form-control[readonly]
{
    background-color: #eee !important;
    opacity: 0.7;
    width: fit-content;
    cursor: not-allowed;
/*    pointer-events:none; */
}

.doOffer_form:not(.external-offers) label,
.doContract_form label
{
    margin-top: 20px;
}

.doOffer_form input[type="checkbox"]+label,
.doOffer_form input[type="radio"]+label,
.doContract_form input[type="checkbox"]+label
.doContract_form input[type="radio"]+label
{
    margin-top: 50px;
}


.doOffer_form button.previous-next,
.doContract_form button.previous-next
{
    margin-top: 20px;
    font-weight: bold;
}

.doOffer_form button.previous-next>i,
.doContract_form button.previous-next>i
{
    font-size: 30px;
}


.doOffer_form button.previous-next.next,
.doContract_form button.previous-next.next
{
    background: linear-gradient(to right, var(--text-color) 0%, var(--background-color) 100%);
    color : white !important;
}
.doOffer_form button.previous-next.next:hover,
.doContract_form button.previous-next.next:hover
{
    background: linear-gradient(to left, var(--text-color) 0%, var(--background-color) 100%);
}

.doOffer_form button.previous-next.previous,
.doContract_form button.previous-next.previous
{
    background: linear-gradient(to right, var(--title-color) 0%, var(--background-color-box) 100%);
    color : white !important;
}
.doOffer_form button.previous-next.previous:hover,
.doContract_form button.previous-next.previous:hover
{
    background: linear-gradient(to left, var(--title-color) 0%, var(--background-color-box) 100%);
}


.contact_form [type="radio"].form-control, 
.doOffer_form [type="radio"].form-control,
.doContract_form [type="radio"].form-control
{
    height: 40px;
    margin-left:0px;
    border:0;
    border-color:transparent;
    width: 20%;
}    

.contact_form [type="textarea"], .doOffer_form [type="textarea"], .doContract_form [type="textarea"] {
    color: var(--title-color);
    border-left : 10px solid var(--title-color);
    padding: 20px 25px !important;
    height: 160px;
}

.contact_form [type="textarea"].home {
    height: 80px !important;
    font-size: 14px;
}

.contact_form i {
    color: var(--text-color);
}

.contact_form div.home.right, .doOffer_form div.home.right, .doContract_form div.home.right {
    font-size: 30px;
    width: 20%;
}

.contact_form div.col-home, .doOffer_form div.col-home, .doContract_form div.col-home {
    text-align: center;
    display: flex;
}

.contact_form div.col-error, .doOffer_form div.col-error, .doContract_form div.col-error {
    text-align: center;
    color : red;
    font-weight: bold;
}

.contact_form div.col-warning, .doOffer_form div.col-warning, .doContract_form div.col-warning {
    text-align: center;
    color : salmon;
    font-weight: bold;
}

.contact_form div.col-success, .doOffer_form div.col-success, .doContract_form div.col-success {
    text-align: center;
    color : green;
    font-weight: bold;
}

.contact_form h3 {
/*
    color: var(--title-color);
*/
    font-weight: bold;
}

.contact_form h3 i {
    border-color: var(--title-color) !important;
    color: var(--title-color);
}

.contact_form a {
    color: var(--title-color);
}

.contact_form .form-control::-webkit-input-placeholder {
    color: #bcbcbc;
}

.contact_form .form-control::-moz-placeholder {
    opacity: 1;
    color: #bcbcbc;
}

.contact_form .form-control::-ms-input-placeholder {
    color: #bcbcbc;
}

#contact {
    background: url(images/bg.png) no-repeat center center #fff;
}


/*------------------------------------------------------------------
    LOGIN
------------------------------------------------------------------*/
.form-control.login {
    width: 90%;
    display:inline-block;
}

.forgot-password {
    margin-top: 10px;
    font-weight: bold;
    text-align: center;
}

/*------------------------------------------------------------------
    DO OFFER (Créer un devis) - DO CONTRACT (Validation devis)
--------------------------------------------------------------------*/
/* Message d'erreur, de warning ou de success
/* ------------------------------------------*/
#doOffer_form_message, #doContract_form_message {
    text-align:center;
    font-weight: bold;
    border-radius : 10px;
    width: 90%;
    min-height:40px;
    margin-left:5%;
    margin-top:10px;
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
}

#doOffer_form_message.error, #doContract_form_message.error {
    background: red;
    color: white;
}

#doOffer_form_message.warning, #doContract_form_message.warning {
    background: coral;
    color: white;
}

#doOffer_form_message.success, #doContract_form_message.success {
    background: darkseagreen;
    color: white;
}

/* Bouton de fermeture */
.doOffer_form_message-close-btn, #doContract_form-close-btn {
/*    border: 1px solid; */
    padding: 0px 9px;
    border-radius: 50px;
    cursor: pointer;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 5px;
}

/* Message d'attente
/* -----------------*/
#doOffer_form_message_wait, #doContract_form_message_wait, .doOffer_modal_message_wait {
    background-color : #bcdef1;
    color: black;
    border-radius : 10px;
    width: 90%;
    margin-left:5%;
    height:60px;
    text-align:center;
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
    }
#doOffer_form_message_wait_content, #doContract_form_message_wait_content, .doOffer_modal_message_wait {
    font-weight: bold;
    font-style: italic;
    font-size:18px;
}
/* Spinner */
.doOffer_form_message_wait-spinner, .doContract_form_message_wait-spinner {
    border: none;
    font-weight: bold;
    font-size:30px;
    color: bisque;
}

.external-offers .step {
    width: 50%;
    margin-left:25%;
}

div.external-offers-results>p,
section.external-offers-results>p {
/*    line-height: 1.3; */
    margin : 0 0 0px 20px;
}

div.external-offers-results,
section.external-offers-results {
/*    line-height: 0.5; */
}

ul.external-offers-results {
    list-style-type: square;
/*    margin-bottom : 0px; */
}

div.external-offers-results>h2,
section.external-offers-results>h2,
h2.external-offers-results {
    padding: 0 !important;
}

div.external-offers-results>h3,
section.external-offers-results>h3,
h3.external-offers-results {
    padding: 0 !important;
}

div.external-offers-results>a,
section.external-offers-results>a,
a.external-offers-results {
    font-size : 24px;
    font-weight: bold;
    margin-left : -20px;
}

div.external-offers-results>p,
section.external-offers-results>p,
p.external-offers-results {
/*    line-height : 1.3; */
}

/*------------------------------------------------------------------
    FOOTER
-------------------------------------------------------------------*/

.cac {
    background-color: #232323;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.cac:hover a h3 {
    color: #fff !important;
}

.cac a h3 {
    color: #999;
}

.cac h3 {
    padding: 60px 0;
    margin: 0;
    font-weight: 400;
    font-size: 20px;
    text-transform: capitalize;
    line-height: 1 !important;
}

.footer {
    padding: 90px 0 80px !important;
    color: #fff;
    background-color: var(--title-color);
}

.footer .widget-title {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.footer .widget-title small {
    color: #fff;
    display: block;
    padding: 0 58px;
    text-transform: uppercase;
}

.footer .widget-title h3 {
    font-weight: 300;
    font-size: 21px;
    padding: 0;
    margin: 0;
    line-height: 1 !important;
}

.widget-title.legal-mentions {
    text-align: center;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links a {
    color: #fff;
}

.footer-links a:hover,
.footer a:hover {
    color: var(--text-color) !important;
}

.footer-links li {
    margin-bottom: 10px;
    display: block;
    width: 100%;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
    padding-bottom: 10px;
}

.twitter-widget li {
    margin-bottom: 0;
    border: 0 !important;
}

.twitter-widget li i {
    border-right: 0 !important;
    margin-right: 0;
}

.footer-links li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
}

.footer-links i {
    display: inline-block;
    width: 25px;
    margin-right: 10px;
    border-right: 1px dashed rgba(255, 255, 255, 0.1);
}

.copyrights {
    background-color: var(--title-color);
    color : var(--text-color);
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    overflow: hidden;
}


/* Footer left */

.footer-distributed .footer-left {
    float: left;
}

.footer-distributed .footer-links {
    margin: 0 0 10px;
    text-transform: uppercase;
    padding: 0;
}

.footer-distributed .footer-links a {
    display: inline-block;
    line-height: 1.8;
    margin: 0 10px 0 10px;
    text-decoration: none;
}

.footer-distributed .footer-company-name {
    font-weight: 300;
    margin: 0 10px;
    color: #f1f1f1;
    padding: 0;
}

.footer-company-name a {
    color: #e1e1e1;
}

.footer-company-name a:hover,
.footer-company-name a:focus {
    color: #fff;
}

/* Footer right */

.footer-distributed .footer-right {
    float: right;
}


/* The search form */

.footer-distributed form {
    position: relative;
}

.footer-distributed form input {
    display: block;
    border-radius: 3px;
    box-sizing: border-box;
    background-color: #181818;
    border: none;
    font: inherit;
    font-size: 15px;
    font-weight: normal;
    color: #999;
    width: 400px;
    padding: 18px 50px 18px 18px;
}

.footer-distributed form input:focus {
    outline: none;
}


/* Changing the placeholder color */

.footer-distributed form input::-webkit-input-placeholder {
    color: #999;
}

.footer-distributed form input::-moz-placeholder {
    opacity: 1;
    color: #999;
}

.footer-distributed form input:-ms-input-placeholder {
    color: #999;
}


/* The magnify glass icon */

.footer-distributed form i {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 16px;
    right: 18px;
    color: #999;
    font-size: 18px;
    margin-top: 6px;
}


/*------------------------------------------------------------------
    MISC
-------------------------------------------------------------------*/

.progress {
    background-color: #f2f3f5;
    border-radius: 0;
    box-shadow: none;
    height: 5px;
    margin-bottom: 20px;
    overflow: hidden;
}

.skills h3 {
    color: #999999;
    font-size: 15px;
}

.dmtop {
    background-color: var(--text-color);
    z-index: 100;
    width: 50px;
    height: 50px;
    line-height: 47px;
    position: fixed;
    bottom: -100px;
    border-radius: 3px;
    right: 50px;
    text-align: center;
    font-size: 28px;
    color: var(--background-color);
    cursor: pointer;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}

.icon_wrap {
    background-color: #1f1f1f;
    width: 100px;
    height: 100px;
    display: block;
    line-height: 100px;
    font-size: 34px;
    color: #ffffff;
    margin: 0 auto;
    text-align: center;
    padding: 0 !important;
    border: 0 !important;
}

.stat-wrap h3 {
    font-size: 18px;
    font-weight: 400;
    color: #999 !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
}

.stat-wrap p {
    font-size: 38px;
    color: #ffffff;
    margin: 0;
    font-weight: 300;
    padding: 4px 0 0;
    line-height: 1 !important;
}

#preloader {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #eee;
    z-index: 11000;
    position: fixed;
    display: block
}

.preloader {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 35%;
    width: 270px;
    height: auto;
    background: center center no-repeat none;
    border-radius: 0;
}


/*------------------------------------------------------------------
    BUTTONS
-------------------------------------------------------------------*/

.edit-button {
    background-color: orangered;
    z-index: 100;
    width: 30px;
    height: 30px;
/*    line-height: 47px; */
    position: fixed;
    border-radius: 3px;
    text-align: center;
    font-size: 20px;
    color: white !important;
    cursor: pointer;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}
.edit-button.editing {
    background-color:  #5cb85c;
}    


.navbar-default .btn-light {
    padding: 0 20px;
    margin-left: 15px;
}

.btn {
    border: 0 !important;
}

.nav-pills,
/*.effect-1:after,*/
.nav-pills > li > a,
.global-radius,
.btn-brd {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}
.effect-1, .effect-1:after {
/*    border : 2px solid; */
}

.btn-light {
    padding: 13px 40px;
    font-size: 18px;
    border: 2px solid #ffffff !important;
    color: #ffffff;
    background-color: transparent;
}

.btn-dark {
    padding: 13px 40px;
    font-size: 18px;
    border: 1px solid #ececec !important;
    color: #1f1f1f;
    background-color: transparent;
}

.btn-light:hover,
.btn-light:focus {
    border-color: rgba(255, 255, 255, 0.6);
    color: rgba(255, 255, 255, 0.6);
}

/*
tr.product-section>th {
    color : var(--title-color);
}
tr.product-section>td {
    color : var(--text-color);
}
*/

#features .lead {
    text-align: center;
    padding-bottom: 5px;
}
#features .lead :not([data-init-style]) {
/*    color : var(--title-color); */
}

#features .section-title {
    margin-bottom: 20px;
}

/* Messages Popup */
/* -------------- */
/* Container */
.popup-message-container {
    display: none;
    z-index: 10000;
    position: fixed;
    left: 0;
    top: 70px;
    width: 100%;
    justify-content: center;
    align-items: center;
}
/* Contenu */
.popup-message-content {
    padding: 20px;
    width: 500px;
    border-radius: 8px;
    text-align: center;
    position: relative;
}
/* Bouton de fermeture */
.popup-message-close-btn {
    cursor: pointer;
    font-size: 30px;
    position: inherit;
    z-index: 100;
}
/* Erreur */
.popup-message-content.error {
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
}
.popup-message-content.error>h2 {
    color: #721c24;
    font-weight: bold;
}
.popup-message-close-btn.error {
    color: #721c24;
}
.popup-message-close-btn.error:hover {
    color: #FFF;
}
/* Succes */
.popup-message-content.success {
    background-color: mediumaquamarine;
    border: 1px solid mediumaquamarine;
    color: green;
}
.popup-message-content.success>h2 {
    color: #FFF;
    font-weight: bold;
}
.popup-message-close-btn.success {
    color: white;
}
.popup-message-close-btn.success:hover {
    color: #000;
}
/* Warning */
.popup-message-content.warning {
    background-color: lightpink;
    border: 1px solid lightpink;
    color: #000;
}
.popup-message-content.warning>h2 {
    color: #000;
    font-weight: bold;
}
.popup-message-close-btn.warning {
    color: #000;
}
.popup-message-close-btn.warning:hover {
    color: #FFF;
}

/* Message de bienvenue */
.box-member {
    border: 1px solid var(--text-color);
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
    background-color: var(--background-color-box);
    padding: 10px 0px;
    text-align: center;
}

.lead.member {
    font-weight: 600;
    padding:0;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: var(--title-color);
    background-color: var(--background-color);
}

div.navbar-brand.member {
    background-color: var(--background-color-box);
    display: inline-block;
    margin-top : 5px;
    width: 100%;
    height: auto;
}
div.navbar-brand.member.logout {
    background-color: transparent;
}

.slideInRight.home {
    margin-top: -100px;
}

/* FONCTION showInfoQuestion                             */
/* ----------------------------------------------------- */
.info-question-icon {
    padding-right:5px;                
}
.info-question-content {
    position: relative;
    display: none;
    z-index: 10;
    visibility : hidden;
    width: max-content;
    width: -moz-max-content;
}
.info-question-content-static {
    display: inline-block;
    border-style: solid;
    border-radius: 5px;
    border-width:thin;
    padding-left:3px;
    padding-right:3px;
    padding-bottom:1px;
    padding-top:1px;
}
.info-question-icon:hover + .info-question-content {
    display : inline-block;
    visibility: visible;
    position: absolute;
    opacity: 1;
    border-style: solid;
    border-radius: 5px;
    border-width:thin;
    padding-left:3px;
    padding-right:3px;
    padding-bottom:1px;
    padding-top:1px;
}

.niobe-badge {
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 0px;
    min-width: 15px;
    padding: 1px 7px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
}

.offer-advice {
    margin-top: 20px;
    padding: 5px;
}

page .titre_formule {
    color : var(--title-color);
    font-weight: bold;
    font-size:18px;
    word-wrap: break-word;
}
page .titre0 {
    color : var(--title-color);
    font-weight: bold;
    font-size:8px;
    text-align: justify;
    padding-right:45px;
    word-wrap: break-word;
}
page .titre1 {
    padding-left:0px;
    font-size: 140%;
    font-weight: bold;
    color : var(--title-color);
    word-wrap: break-word;
}
page .titre_1 {
    font-size:10px;
    font-weight: bold;
    color: var(--title-color);
    word-wrap: break-word;
}
page td.titre2 {
    font-weight: bold;
    padding-left: 10px;
    font-size:130%;
    color: var(--title-color);
    word-wrap: break-word;
}
page .titre3 {
    color: var(--title-color);
    font-style: italic;
    padding-left: 10px;
    font-size:9px;
    word-wrap: break-word;
}
page .titre4 {
    padding-left:15px;                
    font-style: italic;
    font-size: 9px;
    font-weight: normal;
    word-wrap: break-word;
}
page .text-value {
    padding-left:20px;                
    font-size: 100%;
    font-weight: normal;
    width:90%;
    word-wrap: break-word;
}
page table.guaranties {
    font-size:80%;
    width:100%;
    word-wrap: break-word;
}
page .guaranties-value {
    font-size: 1em !important;
}
page .border-networkSecondColor {
    border-color : var(--title-color) !important;
}
page table {
    border-color: var(--title-color);
    word-wrap: break-word;
}
page tbody {
    font-family: var(--font-family);
    font-size: 12px;
    color: #000;
    word-wrap: break-word;
}
page thead {
    background-color: var(--title-color);
    color: var(--background-color-box);
    text-align: center;
    word-wrap: break-word;
}            
page th {
    background-color: var(--title-color);
    color: var(--background-color-box);
    text-align: center;
    word-wrap: break-word;
    margin:0 !important;
}
page td.colored {
    color: var(--title-color);            
}
page td>h3 {
    margin: 0;
}
page th>h3 {
    margin: 0;
}
page hr {
    border-width:0.5px;
}

page h1 {
    color: var(--title-color);
    word-wrap: break-word;
}            
page h2 {
    color: var(--title-color);
    word-wrap: break-word;
}
page h3 {
    color: var(--title-color);
    word-wrap: break-word;
}
page h4 {
    font-size:80%;
    color: var(--title-color);
    word-wrap: break-word;
}
page h5 {
    color: var(--title-color);
    word-wrap: break-word;
}

page .not_selected {
    text-decoration: line-through;
    word-wrap: break-word;
}
page .liste_garanties {
    width:100%;    	
    word-wrap: break-word;
}
page .liste_garanties .lg_line:nth-child(even) {
    background-color:#f2f2f2;
    word-wrap: break-word;
}
page .ligne {
    font-size:10px;
    word-wrap: break-word;
}                
page .text-value {
    padding-left:20px;                
    font-size: 100%;
    font-weight: normal;
    width:90%;
    word-wrap: break-word;
}
page .value {
    padding-left:0px;                
    text-align:right;
    font-size: 100%;
    font-weight: bold;
    width:10%;
    vertical-align: middle;
    word-wrap: break-word;
}
page .guaranties-value {
    padding-left:0px;                
    text-align:center;
    font-size: 80%;
    vertical-align: middle;
    word-wrap: break-word;
}
page .input-text {
/*    border: 1px solid; */
    border-color: black;
    border-radius: 2px;
    background-color:lightgrey;
    color : black;
    word-wrap: break-word;
}
page .input-radio {
/*    border: 1px solid;
    border-color: black;
    border-radius: 5px; */
    background-color: white;
    color: black;                
    word-wrap: break-word;
}
page .input-radio-checked {
    border: 1px solid;
    border-color: black;
    border-radius: 5px;
    background-color: grey;
    color: white;                
    word-wrap: break-word;
}
page .main_text {
    color : var(--text-color);
    opacity: 0.9;    
    word-wrap: break-word;
}
page .main_bg {
    background-color : var(--title-color);
    border-color: var(--title-color);
    word-wrap: break-word;
}
page .main_brd {
    border-color: var(--title-color);
    word-wrap: break-word;
}

.color-title {
    color: var(--title-color);
}

.color-text {
    color: var(--text-color);
}

.background-color {
    color: var(--background-color);
}

.background-color-box {
    color: var(--background-color-box);
}

.form-prospect-control-line {
    border-radius: 10px;
    box-shadow: 2px 2px 2px lightgrey;
    font-size : 0.8em;
    padding: 6px 12px;
    padding-right: 12px;
    line-height: 1;
    color: #555;
    margin-right:10px;
    margin-top:10px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-top-color: rgb(204, 204, 204);
    border-right-color: rgb(204, 204, 204);
    border-bottom-color: rgb(204, 204, 204);
    border-left-color: rgb(204, 204, 204);    
}

.form-prospect-control-line-desabled {
    border-radius: 10px;
    box-shadow: none;
    font-size : 0.8em;
    padding: 6px 12px;
    padding-right: 12px;
    line-height: 1;
    color: #555;
    margin-right:10px;
    margin-top:10px;
    background-color:lightgrey;
    background-image: none;
    border: 1px solid #ccc;
    border-top-color: rgb(204, 204, 204);
    border-right-color: rgb(204, 204, 204);
    border-bottom-color: rgb(204, 204, 204);
    border-left-color: rgb(204, 204, 204);    
}

.form-prospect-control {
    border-radius: 20px;
    box-shadow: 5px 5px 5px lightgrey;
    font-size : 1em;
    display: block;
    width: 100%;
    height: 70px;
    padding: 6px 12px;
    padding-right: 12px;
    line-height: 3;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-top-color: rgb(204, 204, 204);
    border-right-color: rgb(204, 204, 204);
    border-bottom-color: rgb(204, 204, 204);
    border-left-color: rgb(204, 204, 204);    
}

.form-prospect-control-feedback {
    position: absolute;
    font-size: 1em;
    color: grey;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 70px;
    line-height: 70px;
    pointer-events: none;
}

/* =============================== 
   MESSAGE D'ERREUR DANS UNE MODAL
   =============================== */
.modal-msg {
    background-color: black;
    color:white;
    font-weight: bold;
    text-align: center;
    width:80%;
    margin-left:10%;
    border : 1px solid red;
    border-radius: 10px;
    height: 40px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}
.modal-msg.error {
    background-color: red;
    color:white;
    border-color : red;
}
.modal-msg.success {
    background-color: green;
    color:white;
    border-color : green;
}
.modal-msg.warning {
    background-color: orange;
    color:white;
    border-color : orange;
}

/* ================================== 
   MESSAGE DE PATIENCE DANS UNE MODAL
   ================================== */
.modal-wait-message {
    background-color: #bcdef1;
    color: black;
    border-radius: 10px;
    width: 50%;
    margin-left: 25%;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    box-shadow: 0 5px 6px rgba(0, 0, 0, 0.5);
}
.modal-wait-message .modal-wait-message-content {
    font-weight: bold;
    font-style: italic;
    font-size:14px;
}

/* ============
   MODE EDITION
   ============ */
/* Zone de dialogue d'une Modal d'édition */
.modal-dialog.edition-modal { 
    position: fixed; 
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%);
}

/* Header Modal d'édition */
.modal.edition-modal .modal-header { 
    cursor: grab;
}

/* Titre Header Modal d'édition */
.modal.edition-modal .modal-header h4 { 
    text-align: center;
    font-weight: bold;
    cursor: grab;
}

/* Footer Modal d'édition */
.modal.edition-modal .modal-footer { 
    cursor: grab;
}

/* Input checkbox 'transparent' dans une Modal d'édition */
.modal.edition-modal input[type="checkbox"].edition-input-transparent {
    margin-top: 5px;
}

/* Input 'range' dans une Modal d'édition */
.modal.edition-modal input[type="range"] {
    width: inherit;
    display: inline-block;
    margin-top: 30px;
}

/* Valeur de l'Input range */
.modal.edition-modal span[data-range] {
    font-style: italic;
    font-size: 0.8em;
    margin-left:2px;
    display: inline-block;
    border: 1px solid;
    padding-left : 2px;
    padding-right : 2px;
}

/* Indicateur de mode */
.edition-mode-init {
    position : fixed;
    z-index  : 10000;
    left:3%;
    top:0;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: white;
    background-color:  #5cb85c;
    opacity: 0.5;
}
/* Indicateur d'élément à style éditable */
.item-to-edit-indicator {
    font-size: 1px;
    padding: 3px;
    background-color: #5cb85c;
    color: green;
    border: 2px black dotted;
    border-radius: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
    max-height: 10px;
}

/* Elément d'accés à l'édition de style d'un élément */
.item-edit-onclick {
    font-size: 14px;
    background-color :  #5cb85c;
    color: white;
    border : 1px solid;
    border-radius : 5px;
    padding: 3px;
    cursor: zoom-in;
    z-index: 10;
    position: absolute;
    left:0;
    bottom:0;
}

/* Elément d'accés à la copy des styles d'un menu */
.item-edit-copy {
    font-size: 14px;
    background-color : lightblue;
    color: #000;
    border : none;
    border-radius : 5px;
    padding: 3px;
    cursor: pointer;
    z-index: 10;
    position: absolute;
    right:0;
    top:0;
}

/* Elément d'accés à la copy des styles d'une section */
.item-section-copy {
    font-size: 14px;
    background-color : lightblue;
    color: #000;
    border : none;
    border-radius : 5px;
    padding: 3px;
    cursor: pointer;
    z-index: 10;
    position: absolute;
    left:30px;
    bottom:0;
}

/* Popup d'édition d'un style pour un élément */
.popup-edit {
    position: absolute;
    background-color: transparent;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

/* Div des Inputs de position image de fond d'une section */
.background-image-position {
    width: 40px;
    height: 40px;
    border: 1px solid;
    position: relative;
    top:15px;
    display: inline-block;
    overflow: hidden;
    background-color: #999;
    color: blue;
}

/* Style global des Inputs de position image de fond d'une section */
.background-image-position input[type="radio"] {
    position: absolute;
    margin: 0;
    cursor: pointer;
}

div.readonly.background-image-position, 
div.disabled.background-image-position,
.background-image-position input[readonly], 
.background-image-position input[disabled] {
    background-color: #eee;
    opacity: 0.5;
    cursor: not-allowed;
/*    pointer-events:none; */
}

/* Style des Inputs de position image de fond d'une section */
.background-image-position .position-input-top-left { top: -7px; left: 1px; }
.background-image-position .position-input-top-center { top: -7px; left: 45%;}
.background-image-position .position-input-top-right { top: -7px; right: 1px; }
.background-image-position .position-input-center-left { top: 20%; left: 1px; }
.background-image-position .position-input-center-center { top: 20%; left: 45%; }
.background-image-position .position-input-center-right { top: 20%; right: 1px; }
.background-image-position .position-input-bottom-left { bottom: -12px; left: 1px; }
.background-image-position .position-input-bottom-center { bottom: -12px; left: 45%;}
.background-image-position .position-input-bottom-right { bottom: -12px; right: 1px; }

.background-selector-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    width: 40px;
    height: 30px;
    max-width: 40px;
    margin-left: 45px;
    background-color: #999;
    color: grey;
}

.background-selector-matrix {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
}

.background-selector-matrix button {
  aspect-ratio: 1 / 1;
  width: 100%;
  border: 1px solid #aaa;
  background: #f0f0f0;
  cursor: pointer;
  transition: background 0.2s;
}

.background-selector-matrix button:hover,
.background-selector-matrix button.active {
  background: grey;
  color: white;
}


/* ======================
   EDITION DES META DATAS
   ====================== */
/* Bouton d'édition */
#meta_datas_edit_button {
    position : absolute;
    top : 0;
    left : 0;
}
/* Modal d'édition */
#modal_show_meta_datas {
    position : absolute;
    top : 0;
    left : 0;    
}


/* =================================
   GESTION DES LIENS RESEAUX SOCIAUX
   ================================= */
#social_network_links_admin_button {
    position : absolute;
    top : 50px;
    left: 0;
}
/* Modal d'édition */
#modal_show_social_network_links {
    position : absolute;
    top : 0;
    left: 0;    
    font-size: 0.8em !important;
}
#modal_show_social_network_links .form-control.required {
    border-left-width : 5px !important;    
}
#modal_show_social_network_links td,
#modal_show_social_network_links th {
    border: none;    
}

/* ===============
   EDITEUR TINYMCE
   =============== */
iframe.tox-edit-area__iframe.required:not(.error) {
    border-left : 10px solid var(--title-color);    
}
iframe.tox-edit-area__iframe.required.error {
    border-left : 10px solid red;    
}

/* ===========================
   IMAGE DE FOND D'UNE SECTION
   =========================== */
.background-image-section {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-y: top;
    background-position-x: left;
    background-clip: border-box;
    background-origin: border-box;
    background-blend-mode: multiply;
}

.big-tagline {
    padding-top:20px;
}

.quote_inprogress-section-content-style-sub,
.contract_tosign-section-content-style-sub,
.contract_signed-section-content-style-sub,
.features-section-span-product-logo {    
    display:inline-block; 
}

.contract-filter-section, .quote-filter-section {
    padding-bottom: 10px;
}

.search-pagination {
    margin-top:10px;
    margin-bottom:10px;
}

.pagination {
    margin : 5px 0 5px;
}

span.quote-inprogress-action,
span.contract-signed-action,
span.contract-tosign-action {
/*    
    font-size: 1.1em;
*/
    cursor: pointer;
    text-align: center;
    margin-bottom: 2px;
    margin-left: 5px;
    margin-right: 5px;
    text-align: left;
}

.box-tools {
    margin-left: 10px;
    margin-right: 10px;
    text-align: left;
}

.subscriber-identification-list {
    text-align: left;
}

/* menu Action List*/
.actions-list-div {
  position: relative;
}

.actions-list-icon {
  cursor: pointer;
}

span.actions-list {
    padding:2px 5px 2px 5px;
    border : 1px solid;
}

.actions-list-item {
  position: absolute;
  text-align: left;
  top: 0px;
  left: 60px;
  background: #EAEAEA;
  border: 1px solid #aaa;
  padding: 5px 0;
  width: max-content;
  display: none;
  z-index: 999;
  opacity: 0;
  transform: scale(0.95);
  transition: opacity .15s ease, transform .15s ease;
}

.actions-list-item.show {
  display: block;
  opacity: 1;
  transform: scale(1);
}

.actions-list-item div {
  padding: 8px;
  cursor: pointer;
}

.actions-list-item div:hover {
  background: #f4f4f4;
}

/* ============================
   RESPONSIVE
   ============================ */
@media (max-width: 1025px) {
    h1, h2, h3, h4, h5, h6 {
        padding: 0 0 2px 0 !important;
        font-size : 0.9em !important;        
    }    
    
    hr {
        margin-top: 1px;
        margin-bottom: 1px;
    }        
    label {
        font-size: 0.8em;
        margin-top: 5px !important;
    }    
    input[type='checkbox'] {
        margin-top: -25px;
        height: 20px !important;
    }
    table > tbody > tr > th, table > tbody > tr > td {
        font-size : 0.85em;      
    } 
    li.edit-button {
        left: 5px;
        width: 40px;
        height: 40px;
    }
    .fa.fa-toggle-on {
        font-size : 0.8em;
    }
    .header_style_01 .navbar-default .navbar-nav > li a {
        padding: 3px 5px !important;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        position: absolute;
        top:0;
    }
    .navbar-brand.menu {
        margin-left:-28px !important;
    }
    .navbar-brand img {
        max-height : 30px !important;
    }
    .navbar-brand.member.logout, .navbar-brand.member.login {
        position: absolute;
        top : 35px;
        left: 0;
    }
    .navbar-brand.member.logout a, .navbar-brand.member.login a {
        font-size : 0px;
    }
    .navbar-brand.member.logout a i, .navbar-brand.member.login a i {
        font-size : 16px;
    }
    .navbar-nav>li>a {
        font-size: 0.8em !important;
    }    
    .nav.navbar-nav.navbar-right {
        position : fixed;
        right:35px;
        top:-15px;
    }
    .navbar-toggle {
        font-size:1.5em;
    }    
    .navbar-toggle-close {
        text-align: center;
    }    
    .navbar-toggle-close>button {
        font-size: 1.5em;
        background-color: transparent;
        color: grey;
        border: none;
    }    
    :not(.big-tagline) p, :not(.big-tagline).lead {
        font-size: 0.9em;
        line-height: 20px;
        margin: 0;
    }    
    .big-tagline {
        border : 2px;
        padding-top: 5px;
        font-size : 0.7em;
    }
    .big-tagline .lead {
        font-size : 1.5em !important;
        margin: 0;
    }
    .first-section .col-md-6 {
        width: 50% !important;
        text-align: left !important;
    }
    .first-section .col-md-5 {
        width: 40% !important;
        text-align: left !important;
    }    
    .first-section h2 {
        padding: 0 0 5px;
    }
    .contact_form, .doOffer_form, .doContract_form {
        padding: 20px 20px;
    }
    .section {
        padding: 20px 0;
    }    
    .section-title h3 {
        font-size: 1.2em;
        line-height: 2px;
        margin: 0 0 0px;
    }
    .section-subtitle {
        margin-bottom : 5px;
    }
    .btn-light {
        padding: 3px 3px;
        font-size: 14px;
    }
    .btn {
        padding: 2px 6px;
        border-radius: 2px;
    }    
    .form-control {
        margin-bottom: 5px !important;
        font-size: 12px !important;
        padding: 5px !important;
        height: 30px !important;
    }
    .form-control-xs {
        margin-bottom: 3px !important;
        font-size: 12px !important;
        padding: 3px !important;
        height: 20px !important;
    }
    .form-control.required {
        border-left-width : 5px !important;
    }
    .doContract-step, .doOffer-step {
        font-size:0.7em;
    }
    #features h4, 
    #quote_inprogress_filters h4, 
    #contract_tosign_filters h4,
    #contract_signed_filters h4{
        font-size: 0.7em !important;
    }    
    body.front-niobe .property-detail h4.property-detail-label {
        padding: 5px 0px 5px 0px !important;
    }
    h4.filter-detail-label {
        padding: 5px 0px 5px 0px !important;
        display: inline-block !important;
        font-size: 1.7em !important;
    }
    body.front-niobe .property-detail i:not(.feature-filter-section):not(.quote_inprogress-filter-section):not(.contract_tosign-filter-section):not(.contract_signed-filter-section) {
        max-width: 35px !important;
        height: 35px !important;
        line-height: 40px !important;
        font-size: 1.7em !important;
    }    
    #agent .post-media {
        margin-top:10px;
        margin-left:43%;
        margin-right:43%
    }    
}

@media (max-width: 1200px) {
    .first-section h2 {
        font-size: 2em !important;
    }
}

@media (min-width: 1025px) {
    .menu-font-size-1 {
        font-size: 1em !important;
    }
    .menu-font-size-09 {
        font-size: 0.9em !important;
    }
    .menu-font-size-08 {
        font-size: 0.8em !important;
    }
    .menu-font-size-07 {
        font-size: 0.7em !important;
    }
}

@media (min-width: 1026px) {
    .navbar-toggle-close {
        display : none !important;
    }
}    
