/* Theme Name: Larix - Responsive One Page HTML5 Template
   Author: MyraStudio
   Version: 1.0.0
   File Description: Main CSS file of the template
*/

/****************************
*   1  :  Helper            *
*   2  :  Navbar-custom     *
*   3  :  Title             *
*   4  :  Home              *
*   5  :  Features          *
*   6  :  SERVICES          *
*   7  :  Clients           *
*   8  :  Portfolio         *
*   9  :  Blog              *
*   10 :  Team              *
*   11 :  Pricing           *
*   12 :  Contact           *
*   13 :  Footer            *
*   14 :  Responsive        *
*****************************/

@import url('https://fonts.googleapis.com/css2?family=Signika:wght@300;700&display=swap');

/* html { scroll-behavior: smooth; }     */

body {
    padding-top: 120px;
    font-family: Signika, sans-serif;
    /* font-size: 22px; */
    /*color: #525456;*/
    color:#353560;
    background: rgb(248, 253, 255);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
}

h6 {
    font-size: 14px;
}

a {
    text-decoration: none !important;
    outline: none !important;
}

p{
    line-height: 1.8;
}


/*===============================
         1. Helper
================================*/

.bg-overlay {
    background-color: rgba(121, 121, 121, 0.8);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.section {
    padding-top: 160px;
    padding-bottom: 80px;
    position: relative;
    scroll-margin-top: 0px !important;
}

.vertical-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: row;
    -webkit-flex-direction: row;
}

.btn-rounded {
    border-radius: 5px;
}

.btn-custom-white {
    font-size: 15px;
    transition: all 0.4s;
    background: #fff;
    color: #3864f3 !important;
}

.btn-custom-white:hover,
.btn-custom-white:focus,
.btn-custom-white:active,
.btn-custom-white.active,
.btn-custom-white.focus,
.btn-custom-white:active,
.btn-custom-white:focus,
.btn-custom-white:hover,
.open > .dropdown-toggle.btn-custom-white {
    background: #f1f0f0;
    box-shadow: none !important;
}

.btn-custom {
    font-size: 15px;
    transition: all 0.4s;
    color: #000 !important;
    /* background: #C9FAD1; */
    background: #C9FAD1;
}

.btn {
    padding: 14px 28px;
    font-size: 12px;
    letter-spacing: 0.9px;
    font-weight: 500;
    text-transform: uppercase;
    transition: box-shadow .25s ease,transform .25s ease,-webkit-transform .25s ease;
}

.btn:hover {
    transform: translate3d(0,-3px,0);
}

.btn-sm {
    padding: 10px 22px;
}

.to_uppercase { text-transform: uppercase; }

.text-custom{
    color: #3864f3;
}

.bg-custom{
    background-color: #3864f3;
}

.f-19 {
    font-size: 24px;
    font-weight: 700;
}

.font-weight-medium {
    font-weight: 500;
}

/*===============================
       2. Navbar Custom
=================================*/

.navbar-custom
{
    background-color: transparent;
    padding: 15px 0px 0px 0px;
    border-radius: 0px;
    z-index: 999;
    margin-bottom: 0px;
    transition: all 0.5s ease-in-out;
    border-bottom:2px solid #9FC89F;
}

.navbar-custom .navbar-nav li a 
{
    color: #525456;
    font-size: 18px;
    transition: all 0.5s;
    letter-spacing: 0.03rem;
    background-color: transparent !important;
    padding: 6px 0;
    margin: 0 13px;
    /* font-weight: 500; */
}

.navbar-custom .navbar-nav .nav-link {
    padding-right: 0px;
    padding-left: 0px;
}

.logo {
    color: #383e44 !important;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.logo i {
    color: #3864f3 !important;
    font-size: 20px;
    vertical-align: middle;
}
.logo img {
    max-height: 50px;
}

.navbar-custom .navbar-nav li.active a,
.navbar-custom .navbar-nav li a:hover,
.navbar-custom .navbar-nav li a:active {
    color: #159825;
}

.navbar-toggle {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #ffffff;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: transparent;
    border-color: #337ab7;
}

.nav-item.connecter-item { margin-left: 100px;}
.nav-item.connecter-item { background-color: #C9FAD1; }
.nav-item.connecter-item a{ color:white !important; }
.navbar-custom .navbar-nav li.connecter-item.active a,
.navbar-custom .navbar-nav li.connecter-item a:hover,
.navbar-custom .navbar-nav li.connecter-item a:active {
    color: white !important;
}


.navbar-custom .navbar-toggles {
    padding: .25rem .75rem;
    font-size: 18px;
    background: 0 0;
    border: 1px solid transparent;
    color: #fff;
    outline: 0;
}

.navbar-custom .navbar-toggles-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
}


.menu-toggle {
    padding: 4.5px 10px !important;
}

.menu-toggle span {
    line-height: 27px;
}


/*---NAVBAR STICKY---*/

.nav-sticky.navbar-custom {
    margin-top: 0px;
    padding: 15px 0px;
    background-color: #FFF;
    box-shadow: 0 10px 33px rgba(0, 0, 0, .1);
    color: #000 !important;
}

.nav-sticky.navbar-custom.sticky-light {
    background-color: #fff;
}

.nav-sticky.navbar-custom .navbar-nav li a {
   color: #2f3545;
}

.nav-sticky.navbar-custom .navbar-nav li.active a,
.nav-sticky.navbar-custom .navbar-nav li a:hover,
.nav-sticky.navbar-custom .navbar-nav li a:active {
    color: #3c6940 ;
}

.nav-sticky.navbar-custom .navbar-toggles {
    padding: .25rem .75rem;
    border: 1px solid transparent;
    outline: 0;
}

.nav-sticky .navbar-nav {
    margin-top: 0px;
}

.nav-sticky .logo {
    color: #000 !important;
}

.classTam
{
    background-color: white;
}

.user-review
{
    min-height: 170px;
}

/*==============================
       3. Title
================================*/

.title-heading {
    font-size: 2.5rem;
    font-weight: 700;
}

.title h1{
    position: absolute;
    color: rgba(0, 0, 0, 0.1);
    left: 0px;
    right: 0px;
    top: -45px;
}

/*==============================
        4. Home
================================*/

.bg-home {
    background-image: url('../images/home/home-bg.jpg');
    background-size: cover;
    background-position: center center;
    height: 100vh;
    position: relative;
}

.bg-home-2 {
    background-image: url('../images/home/home-bg-3.jpg');
    background-size: cover;
    background-position: center center;
}

.home-center {
    display: table;
    width: 100%;
    height: 100%;
}

.home-desc-center {
    display: table-cell;
    vertical-align: middle;
}

.home-small-title {
    font-size: 15px;
    letter-spacing: 8px;
}

.home-slider {
    position: relative;
}

.home-slider .carousel-control-next,
.carousel-control-prev {
    width: 6%;
}

.home-slider .carousel-item,
.home-slider .carousel {
    height: 100vh;
    width: 100%;
}

.home-slider .carousel-item {
    background-position: center center;
    background-size: cover;
}

.clients-img{
    position: absolute;
    top: 108px;
}

.clients-img img {
    max-height: 100px;
    width: auto !important;
    transition: all 0.5s;
}

.clients-img img:hover {
    opacity: 0.6;
}

/********* DEMO 2 ********/

.home-registration-form {
    border-radius: 3px;
}

.home-registration-form .registration-form label {
    font-size: 13px;
}

.registration-input-box {
    border-bottom: 1px solid #c5c5c5;
    box-shadow: none !important;
}

.registration-input-box:focus {
    border-color: #3864f3;
}

/*******DEMO 3*******/
.contact-form {
    margin:40px;
}
.contact-form-pic {
    background-image: url('../images/CONTACTEZ-NOUS.png');
    /* background-image: url('../images/home/tour2.jpg'); */
    /* background-image: url('../images/home/contacpic.jpg'); */
    background-size: cover;
    background-position: center center;
    padding: 250px 0px 200px;
    position: relative;
}
.contact-form input[type=text],
.contact-form input[type=email],
.contact-form textarea {
    padding: 14px 20px;
    width: 100%;
    font-size: 20px;
    color: #4c5667 !important;
    padding-right: 10px;
    padding-left: 20px;
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 5px;
}

.contact-form input[type=submit] 
{
    width: 100%;
    font-size: 20px;
    border-radius: 5px;
}

.subcribe-form input {
    padding: 14px 20px;
    width: 100%;
    font-size: 20px;
    color: #4c5667 !important;
    border: none;
    outline: none !important;
    padding-right: 160px;
    padding-left: 30px;
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 5px;
}

.subcribe-form button {
    position: absolute;
    top: 3px;
    right: 3px;
    outline: none !important;
    border-radius: 5px;
    font-size: 14px;
    padding: 12px 30px;
}

.subcribe-form form {
    position: relative;
    max-width: 600px;
    margin: 0px auto;
}

/********DEMO 4**********/

.home-dashboard {
    position: relative;
    top: 80px;
    z-index: 1;
}

.home-prestion {
    padding-top: 75px;
    background-color: #f8f9fa;
    position: relative;
}

/********DEMO 5**********/

.home-slider {
    position: relative;
}

.home-slider .carousel-control-next,
.carousel-control-prev {
    width: 6%;
}

.home-slider .carousel-item,
.home-slider .carousel {
    height: 100vh;
    width: 100%;
}

.home-slider .carousel-item {
    background-position: center center;
    background-size: cover;
}

.home-desc {
    max-width: 700px;
    font-size: 22px;
}

/********DEMO 6**********/

.home-title {
    font-size: 60px;
    line-height: 80px;
    padding-bottom: 10px;
    background: linear-gradient(0.25turn, #595959, #94eea3, #595959);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bg-home-half {
    /* background-image: url('../images/home/home-bg.png');
    background-size: cover; */
    padding: 0px;
    padding-top: 0px; /* 250px; */
    position: relative;
    height: 70vh;
}


.bg-home-half .row  { height: 70vh; }

.home-center
{
    background-image: url('../images/img_home_s.png');
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: 100% 80%;
}


@media (max-width:1440px) { .home-title {   font-size: 45px;    font-weight:bold;    line-height: 70px; }    }
@media (max-width:1222px) { .home-title {   font-size: 42px;    line-height: 60px; }    }
@media (max-width: 768px) { 
    .home-title {   line-height: 50px; }    
    .home-center {
        background-size: 60%;
        background-position: bottom center;
        padding-bottom: 22%;
    }
    /* .bg-home-half .row  { height: 100vh; } */
    .bg-home-half  { margin-bottom: 5rem; }
}
@media (max-width: 568px) { 
    .home-title {   font-size: 35px; line-height: 40px; }    
    .home-desc, .cta-desc {   font-size: 18px !important; line-height: 30px; }
    .services-blog-text { font-size: 18px; line-height: 30px; }
    .bg-home-half .row  { height: auto; }
    .bg-home-half  { 
        height: auto;
        margin-bottom: 0; 
    }
    .home-center { padding-bottom: 160px; }
}
@media (max-width: 320px) { 
    .home-center { padding-bottom: 100px; }
}

/* .bg-home-img {
    background-image: url('../images/home/home-bg1.png');
    background-size: cover;
    background-position: center center;
} */

/************************
    5. Welcome box
*************************/

.features h5 svg{
    height: 48px;
    width: 48px;
    fill: rgba(255, 99, 72, 0.2);
}

.features h4 {
    font-size: 18px;
}

.features-icon {
    /* position: relative;
    display: inline-block;
    width: 54px;
    height: 54px;
    border: 2px solid rgba(210, 200, 61, 0.1);
    border-radius: 15px; */
}

.features-icon i {
    color: #C9FAD1 !important;
    /* line-height: 54px; */
    font-size: 40px;
  }
  

/************************
   6. SERVICES
*************************/

.service h3 {
    font-size: 14px;
    letter-spacing: 3px;
}

.service p {
    font-size: 30px;
}

.services-blog svg {
    max-width: 45px;
    float: left;
    margin-right: 20px;
    height: 48px;
    width: 48px;
    fill: rgba(255, 99, 72, 0.2);
    color: #3864f3;
}

.service-head {
    overflow: hidden;
}

.services-blog {
    padding: 40px;
    background-color: #ffffff;
}

.services-blog h4 {
    font-size: 16px;
}
.services-blog-text {
    text-align: justify;
    text-justify: inter-word;
}

.justify {
    text-align: justify;
    text-justify: inter-word;
}

.media-body > .services-blog-text{
    max-height: 500px;
    transition: max-height 0.25s ease-in;
    line-height: 1.3;
    overflow: hidden;
}

.media-body.reduce_feature > h5{
    padding-top: 10px !important;
}
.media-body.reduce_feature > .services-blog-text{
    max-height: 80px;
    transition: max-height 0.15s ease-out;
}
.feature_text_more_less{ 
    border: 1px solid #C9FAD1;
    border-radius: 5px;
    float: right;
}
.feature_text_more_less i{ 
    color: #C9FAD1;
}
.media-body .uil-plus{
    display: none;
}
.media-body .uil-times{
    display: contents;
}
.media-body.reduce_feature .uil-plus{
    display: contents;
}
.media-body.reduce_feature .uil-times{
    display: none;
}


/************************
        7. CLIENTS
**************************/

.testi-user {
    max-width: 60px;
}

.user-review {
    font-weight: 12px !important;
    font-size: 18px;
    padding-bottom: 30px;
}

.testi-client-name {
    font-size: 20px;
    font-weight: 1000px !important;
}

.testi-patients {
    font-size: 19px;
}
.testi-image {
    max-height: 150px;
    max-width: 200px;
    float: right;
    margin-top: 10px;
}
.start-color {
    filter: invert(94%) sepia(66%) saturate(7460%) hue-rotate(338deg) brightness(99%) contrast(98%);


    /* https://codepen.io/sosuke/pen/Pjoqqp */
}
.testi-content {
    padding: 30px;
    border-radius: 5px 30px;
    margin: 10px;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 10px;
    height: 5px;
    margin: 5px 7px;
    border: 1px solid #3864f3;
    background-color: #3864f3;
    opacity: 0.2;
}


/*************************
        8. PORTFOLIO
***************************/

.img-max-width {
    width: 25%;
}

.portfolio-title {
    font-size: 21px;
    word-spacing: 2px;
    font-weight: 700;
    letter-spacing: 1px;
}

.port-folio-sub-title {
    color: #585858;
    font-size: 17px;
    word-spacing: 1px;
    padding-top: 10px;
}

.container-filter {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 30px;
    padding: 0;
    text-align: center;
}

.container-filter li {
    list-style: none;
    display: inline-block;
}

.container-filter li a {
    display: block;
    font-size: 10px;
    border: 1px solid #e0e0e0;
    padding: 0px 15px;
    margin: 5px 3px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    line-height: 35px;
    border-radius: 3px;
    color: #75757d;
}

.container-filter li a.active {
    color: #fff;
    background-color: #3864f3;
    border: 1px solid #3864f3;
}

.container-filter li a:hover {
    color: #fff !important;
    background-color: #3864f3;
    border: 1px solid #3864f3;
}

.item-box {
    position: relative;
    overflow: hidden;
    display: block;
}

.item-box a {
    display: inline-block;
}

.item-box:hover .item-mask {
    opacity: 1;
    visibility: visible;
}

.item-box:hover .item-mask .item-caption {
    bottom: 30px;
    opacity: 1;
}

.item-box:hover .item-container {
    transform: scale(1.1);
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    width: 100%;
}

.item-container {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    width: 100%;
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

.item-mask {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
    position: absolute;
    transition: all 0.5s ease-in-out 0s;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}

.item-mask h5{
    font-size: 16px;
}

.item-mask p {
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1.5px;
    font-weight: 500;
    margin: 0;
    text-align: left;
}

.item-mask .item-caption {
    position: absolute;
    bottom: -60px;
    left: 0px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: left;
    transition: all 0.5s ease-in-out 0s;
    opacity: 0;
}

.portfolio-head h3 {
    font-size: 14px;
    letter-spacing: 3px;
}

.portfolio-head p {
    font-size: 30px;
}

.bg-cta {
    padding: 20px 0px;
    background-color: #204385;
    color:white
}

/*************************
      9.  BLOG
***************************/

.blog-menu img {
    border-radius: 5px;
}

.blog-menu h5 {
    font-size: 15px;
}

.blog-title {
    font-size: 16px;
    color: #44464f;
    margin-top: 20px;
    display: block;

}

.blog-title:hover {
    color: #3864f3;
    transition: all 0.5s
}

.blog-menu p {
    font-size: 14px;
    line-height: 1.8;
}

.read-btn {
    font-size: 15px;
    color: #3864f3;
    text-decoration: underline !important;
}

.read-btn:hover {
    color: #f70033;
}


/***********************
       10. TEAM
*************************/

#about{
    padding: 0px !important;
}
.about-title h2 {
    line-height: 42px;
}

.about-title p {
    font-size: 17px;
    line-height: 30px;
    font-weight: 300;
}

.about-title {
    max-width: 800px;
}

.about-border-left {
    border-left: 1px solid #e7e7e7;
}

.team-member {
    filter: grayscale(100%);
    max-width: 165px;
}

.team-member:hover {
    filter: grayscale(0%);
}

/************************
       11. PRICE
**************************/

.price{
    box-shadow: 0px 40px 40px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
}

.price .type h4 {
    font-size: 18px;
    text-transform: uppercase;
}

.price .value {
    position: relative;
}

.price .value h3 {
    display: inline-block;
    padding-right: 10px;
    font-size: 46px;
    position: relative;
}

.price .value h3 span {
    font-size: 14px;
    position: absolute;
    top: 5px;
}

.price .value .per {
    font-size: 13px;
}

.price .feature {
    padding: 15px 0;
}

.price .feature li {
    margin: 15px;
}

.price.active {
    background-color: rgba(255, 99, 72, 0.2);
}

/************************
       12. CONTACT
**************************/

.form-control {
    height: 46px;
    border: 1px solid #e9e6e6;
    font-size: 14px;
}

textarea.form-control {
    height: auto;
}

.form-control:focus {
    border-color: #3864f3;
    outline: 0;
    box-shadow: none;
}

.address-info {
    overflow: hidden;
}

.contact-info {
    /* font-size: 14px; */
}

.error {
    margin: 8px 0px;
    display: none;
    color: red;
}

#ajaxsuccess {
    font-size: 16px;
    width: 100%;
    display: none;
    clear: both;
    margin: 8px 0px;
}

.error_message {
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
    border: 2px solid #ff4774;
    color: #ff4774;
    border-radius: 5px;
    font-size: 14px;
}

.contact-loader {
    display: none;
}

#success_page {
    text-align: center;
    margin-bottom: 50px;
}

#success_page h3 {
    color: #10b81a;
    font-size: 22px;
}

/************************
       13. FOOTER
*************************/

/* .footer{
    padding-top: 80px;
    padding-bottom: 40px;
    color: #818d9c;
}

.footer-menu h5 {
    font-size: 14px;
    color: #ffffff;
}

.footer-menu p,
.footer span {
    font-size: 13px;
}

.footer_mdi {
    font-size: 16px;
    height: 36px;
    width: 36px;
    line-height: 36px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    margin: 20px 2px;
}

.facebook {
    background-color: #4e71a8;
    color: #ffffff;
}

.twitter {
    background-color: #55acee;
    color: #ffffff;
}

.google {
    background-color: #d6492f;
    color: #ffffff;
}

.apple {
    background-color: #231f20;
    color: #ffffff;
}

.dribbble {
    background-color: #fff;
    color: #000;
}

.footer-menu li a {
    font-size: 14px;
    display: inline-block;
    transition: all 0.5s;
    line-height: 32px;
    color: #818d9c!important;
} */

.footer{
    padding-top: 80px;
    padding-bottom: 40px;
    font-size: 16px;
    color:rgb(23, 17, 59);
}
.footer a {
    color:rgb(23, 17, 59);
}
.footer .label{
    color:#C9FAD1 !important;
}

/************************
    14. Blog
**************************/

.blog-section {
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;;
 }
 .blog-section .blog-picture {
    padding:0px;
    padding-bottom: 50px;
    display: flex;
    /* justify-content: center; */
    /* align-items: center; */
    height:100%;
 }
 .blog-section .blog-picture img {
    width:100%;
    border-radius: 10px;
    box-shadow:0 0 15px #eee;
    max-height: 400px;
 }

 .blog-section .blog-picture-old {
     position: absolute;
     right: 0;
     width: 50%;
     max-width: 99%;
     margin: 0 auto;
     top: 0;
 }
 .blog-section .blog-picture-old.left{
    left: 0;
    right: auto;
 }
 
 .blog-meta li {
    display: inline-block;
 }
 .blog-meta li a {
     display: block;
     font-size: 12px;
     color: #797979;
     margin: 15px 8px;
 }
 .blog-meta li a > i {
    font-size: 14px;
 }
 .blog-meta li:first-child a {
    margin-left: 0;
 }
 .blog-meta li:last-child a {
    margin-right: 0;
 }
 .blog-meta li a:hover,
 .blog-meta li a:focus {
    color: #11b0cc;
 }
 
 .blog-picture-old > img {
    width: 100%;
 }
 .blog-listing-inner ,
 .blog-widgets-outer ,
 .blog-detail-page-inner,
 .blog-detail-contact-form{
     padding: 30px 25px;
 }
 .blog-listing-image-slider .swiper-pagination .swiper-pagination-bullet{
     opacity: 1;
     background: #6d6d6d;
     -webkit-transition: 300ms linear all;
     -o-transition: 300ms linear all;
     transition: 300ms linear all;
     height: 10px;
     width: 10px;
     margin: 0 6px;
 }
 .blog-listing-image-slider .swiper-pagination .swiper-pagination-bullet-active {
     background: #ff1637;
 }
 .blog-video-button {
     height: 70px;
     width: 70px;
     background: #ff1637;
     display: inline-block;
     top: 50%;
     left: 50%;
     -webkit-border-radius: 50px;
     border-radius: 50px;
     line-height: 70px;
     text-align: center;
     color: #fff;
     -webkit-transform: translateX(-50%)translateY(-50%);
     -ms-transform: translateX(-50%)translateY(-50%);
     -o-transform: translateX(-50%)translateY(-50%);
     transform: translateX(-50%)translateY(-50%);
     -webkit-transition: 300ms linear all;
     -o-transition: 300ms linear all;
     transition: 300ms linear all;
 }
 .blog-video-button:hover{
     background: #11b0cc;
     color: #ffffff;
 }
 .blog-video-button:focus {
     color: #ffffff;
 }
 
 .blog-listing-heading h4 {
     -webkit-transition: 300ms linear all;
     -o-transition: 300ms linear all;
     transition: 300ms linear all;
 }
 
 .blog-listing-heading h4:hover {
     color: #11b0cc !important;
 }
 .blog-listing-footer-outer {
     border-top: 5px solid #f6f6f6;
     padding: 10px 25px;
     background: #ffffff;
 }
 .blog-detail-page-text p {
     line-height: 24px;
 }
 .blog-listing-footer-inner-tags p {
     color: #ff1637;
     font-size: 12px;
 }
 .vertical-align-social-caption {
     display: -webkit-box;
     display: -webkit-flex;
     display: -moz-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -moz-box-align: center;
     -ms-flex-align: center;
     align-items: center;
 }
 .blog-listing-footer-inner-socialicons {
     float: right;
 }
 .blog-listing-footer-inner-socialicons ul li {
     display: inline-block;
 }
 .blog-listing-footer-inner-socialicons ul li a {
     height: 40px;
     width: 40px;
     display: inline-block;
     color: #ffffff;
     line-height: 36px;
     text-align: center;
     -webkit-border-radius: 50px;
     border-radius: 50px;
     font-size: 12px;
     -webkit-transition: 300ms all linear;
     -o-transition: 300ms all linear;
     transition: 300ms all linear;
     border: 2px solid #ffffff;
 }
 .blog-listing-footer-inner-socialicons ul li a.facebook {
     background: #204385;
     border: 2px solid #204d74;
 }
 .blog-listing-footer-inner-socialicons ul li a.twitter {
     background: #2aa9e0;
     border: 2px solid #2aa9e0;
 }
 .blog-listing-footer-inner-socialicons ul li a.linkedin {
     background: #0c6c9e;
     border: 2px solid #0c6c9e;
 }
 .blog-listing-footer-inner-socialicons ul li a.facebook:hover {
     background: transparent;
     color: #204d74;
 }
 .blog-listing-footer-inner-socialicons ul li a.twitter:hover {
     background: transparent;
     color: #2aa9e0;
 }
 .blog-listing-footer-inner-socialicons ul li a.linkedin:hover {
     background: transparent;
     color: #0c6c9e;
 }
 .search-button-blog {
     position: absolute;
     top: 0;
     right: 0;
     height: 100%;
     background: #797979 ;
     color: #fff;
     width: 20%;
     border: none;
     -webkit-border-radius: 0;
     border-radius: 0;
     -webkit-transition: 300ms all linear;
     -o-transition: 300ms all linear;
     transition: 300ms all linear;
     cursor: pointer;
 }
 .search-box-blog {
     -webkit-border-radius: 0;
     border-radius: 0;
     border-color: #797979;
     color: #797979 ;
 }
 .search-box-blog:focus {
     -webkit-box-shadow: none;
     box-shadow: none;
     border-color: #797979 ;
 }
 .search-button-blog:hover {
     background: #11b0cc;
 }
 .categories-name > a {
     display: block;
     padding: 20px 0 10px;
     border-bottom: 1px solid #d8d8d8;
 }
 .categories-name > a > p:hover {
     color: #ff1637 !important;
 }
 .categories-name > a > p {
     -webkit-transition: 300ms all linear;
     -o-transition: 300ms all linear;
     transition: 300ms all linear;
 }
 .categories-name > a > p > span {
     float: right;
 }
 .blog-widget-tags-list-iner li {
     display: inline-block;
     padding: 8px 16px;
     background: #efefef;
     font-family: 'Open Sans', sans-serif;
     cursor: pointer;
     -webkit-transition: 300ms all linear;
     -o-transition: 300ms all linear;
     transition: 300ms all linear;
     margin: 0 10px 15px 0 ;
 }
 .blog-widget-tags-list-iner li:hover {
     background: #11b0cc;
     color: #ffffff;
 }
 .blog-detail-bloqquote {
     background: #f6f6f6;
     padding: 30px;
     border-left: 3px solid #ff1637;
 }
 .blog-detail-page-text-list ul{
     list-style: circle ;
     margin-left: 15px;
 }
 .blog-detail-page-text-list ul li {
     margin-top: 10px;
 }
 .blog-detail-contact-form {
     margin-top: 30px;
 }
 .blog-section .blog-inner-detail.padding-top-bottom
 {
    padding-top: 80px;
    padding-bottom: 80px;    
 }
 .blog-section .blog-inner-detail h2 {
    margin:50px 0;
 }
 .blog-point
 {
    /* border:1px solid #eee;
    border-radius: 10px;
    padding: 10px; */
    margin-top: 10px;
    /* margin-bottom: 4px;
    box-shadow: 0 0 10px #F6F6FC;
    border-left:7px solid #ff1637; */
 }

.blog-point-text:before {
    content: ' \002B';
    color:#ff1637;
    padding-right: 10px;
}

.blog-section:nth-child(3) 
{
    padding-top: 4em;
}
.blog-section:not(:nth-child(3))
{
    /* border:1px solid red; */
    padding-top: 9em;
    margin-top: -9em;
    /* scroll-margin-top: 400px !important; */
}

.bann_contact 
{
    margin-bottom:3em;
}

/************************
    15. RESPONSIVE
**************************/

@media (max-width: 768px) {
    .vertical-content {
        display: inherit;
    }
    .navbar-custom {
        margin-top: 0px;
        padding: 10px 0px !important;
        /* background-color: #000 !important; */
        /* box-shadow: 0 10px 33px rgba(0, 0, 0, .1); */
        /* color: #fff !important; */
    }
    .nav-item.connecter-item { margin-left: 0px; }
    .navbar-toggler i {
        font-size: 24px;
        margin-top: 0px;
        margin-bottom: 0px;
        /* color: #ffffff; */
    }
    .bg-home {
        height: auto;
    }
    .nav-sticky.navbar-custom .navbar-nav li a {
        /* color: #fff !important; */
    }
    .nav-sticky .logo {
        /* color: #fff !important; */
    }
    .navbar-custom>.container {
        width: 90%;
    }
    .clients-img {
        display: none;
    }
    .blog-section { margin:0px;}
    .blog-section .media-body { padding:0px !important; }
    .blog-section .more_blog_link { margin:10px !important; }
    .blog-section .services-blog-text { text-align: center;}
    .blog-section .blog-picture{ padding-bottom: 20px; }
    .blog-section h2 
    {
        margin: 50px 0px 20px 0px !important;
        display: inline-block;
        position: relative;
    }
    .blog-section h2:before
    {
        content: "";
        height: 3px;
        width: 50%;
        background-color: rgb(65, 69, 66);
        position: absolute;
        top: -1em;
        left: 50%;
        transform: translate(-50%);
    }
    .home-center .container
    {
        text-align: center;
    }
    .godemomini { margin: 0px 10px; }
}

@media (min-width:992px) {
    .bg-home-half .leftinfo {
        padding-left:10%;
    }
}
@media (min-width:768px) and (max-width: 1024px) {
    .clients-img {
        top: 76px;
    }
    .nav-item.connecter-item { margin-left: 0px;}
}

@media (max-height: 767px) {
    .clients-img {
        top: 7px;
    }
}

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

    /*Blog*/
    .blog-widgets-outer {
        margin-top: 30px;
    }
    
}

@media only screen and (max-width: 767px) {
    .company-information-inner .paragraph-23 {
       font-size: 17px;
       font-weight: 300;
    }
    .blog-section .blog-inner-detail.padding-top-bottom {
       padding-top: 60px;
       padding-bottom: 60px;
    }
    .blog-section .blog-picture-old {
       position: relative;
       width: 100%;
    }
    .blog-section .blog-picture-old::after {
        content: "";
        height: 20px;
        width: 20px;
        position: absolute;
        left: 50%;
        margin-left: -10px; 
        bottom: -10px;
        background: #fff;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}
.counter-value
{
    color:#595959;
    font-weight: 700 !important;
    font-size: 40px;
}
.counter-label{
    color: #353560 !important;
    font-size: 30px;
}

.fontface-one {
    font-size: 1.5rem;
    font-weight: 700;
}
.footer_div {
    text-align: 18px;
    color:#353560;
    font-weight: 500;
    background-color: white;
}

.footer_div a {
    text-decoration: none;
    color:#353560 !important;
}
.footer_div div { width: 100%; }

.p_title{
    font-weight: 700;
    margin-top: 30px;
    font-size: 40px;
}
.p_subtitle{
    font-weight: 700;
    margin-top: 30px;
}
.mentions
{
    padding:50px 60px; border-radius:10px; box-shadow:0 0 20px #eee;
}
.text-mutedc { color : #C9FAD1}
.awithoutstyle{ 
    color:#353560;
}

.color_title
{
    background: linear-gradient(0.25turn, #595959, #5e755e, #595959);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.color_bar 
{
    color:white !important;
    background: linear-gradient(0.25turn, #5f605f, #99bc9f) !important;
}

.gras{
    font-weight: 1000 !important;
    font-size: 60px;
    margin: 20px auto;
}
.grasmini{
    font-weight: 700 !important;
    
}
.godemo{
    font-size: 24px;
}
.godemomini{
    font-weight: 300 !important;
    font-size: 16px;
}
.submitBnt{
    font-weight: bold !important;
}
.bg-white{
    background-color: white !important;
}
.blocshadow
{
    box-shadow: 0 10px 33px rgba(0, 0, 0, .1);
    padding: 30px 10px;
    border-radius: 10px;
}
.padding-bottom-50{
    padding-bottom: 50px;
}
.padding_0{ padding:0 !important}

.g-recaptcha div, .g-recaptcha iframe {
    display: inline-block;
}
/*****



*/
.containercheck {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* Hide the browser's default checkbox */
  .containercheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
  }
  
  /* On mouse-over, add a grey background color */
  .containercheck:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a blue background */
  .containercheck input:checked ~ .checkmark {
    background-color: #C9FAD1;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .containercheck input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .containercheck .checkmark:after {
    left: 9px;
    top: 3px;
    width: 8px;
    height: 15px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .nav-item.contact
  {
    border:1px solid #eee;
    border-radius: 10px;
    padding:5px 8px !important;
    margin-top: -5px;
    color:white !important;
    color:white !important;
    background: linear-gradient(0.25turn, #5f605f, #99bc9f) !important;
  }
  .nav-item.contact a { color:white !important; }

  .more_blog_link
  {
    padding: 10px 60px;
    margin:30px 0px;
    color:white;
    background:#595959;
    text-align: center;
    display: inline-block;
    border-radius: 10px !important;
    position: relative;
    z-index: 99999;
  }
  .more_blog_link:hover {
    transition: red 250ms;

  }
  .more_blog_link a {
    color:white;
    display: block;
  }

@media (min-width: 1200px)
{      
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1500px;
    }
}

.nav-contact ul
{
    list-style-type: none;
    font-size: 18px;
    margin: 0;
}

.nav-contact ul a { padding: 6px 16px; }

.navbar-collapse.collapse.show { background-color: white; }

#navbarNav .nav-item.contact  { display: none; }
#navbarNav.show .nav-item.contact  { display: block; }

.contact_info {
    display:flex; 
    justify-content: space-around;
    font-size: 130%;
    padding-top: 20px;
}

.contact_info i { margin-right:20px; color:#595959; }
.nowrap { white-space: nowrap; }
.text-align-center { text-align:center }
.wrap-content { display: inline-block; }
.marker { 
    /* padding-top: 4em; */
    /* margin-top: -4em; */
    
}


.feature_bar
{
    background-color:#eeeff2; 
    margin-top:60px
}
.feature_bar .col { padding-bottom:30px; }
.feature_bar img {
    margin-top:-70px
}
.feature_bar .feature_title
{
    padding-bottom:15px; 
    font-weight:bold;
}
@media (max-width: 767px) {
    .feature_bar img {
        margin-top:20px
    }
}

.qualifelec_img
{
    width: 150px;
}

.borne_info
{
    background-color: white;
    margin: 10px 0px;
    border-radius: 20px;
    padding: 10px 7px;
    box-shadow: 0 3px 10px #bec6c1;
}

.borne_info .img_brn
{
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-position: center;
    text-align: right;
    padding: 5px;
    /* background-attachment: fixed;
    background-position: center; */
}
.borne_info .img_brn .img_frn
{
    max-width: 80px;
    max-height: 60px;

}
.borne_info .img_brn .img_mif
{
    max-width: 80px;
    max-height: 60px;
    float: left;
    margin-left: 10px;
}
.borne_divider
{
    width: 80%;
    height: 5px;
    background-color: #268876;
    border-radius: 3px;
    margin: 0px auto;
    margin-bottom: 50px;
}
.borne_name
{
    height: 90px;
}
.borne_prix
{
    font-weight: bold;
    margin:10px 0 20px 0;
    color: #12481a;
}
.borne_plus_link
{
    margin:20px;
    width:80%;
}

.borne_complement {
    font-size:70%; 
    letter-spacing: 1px;
}
.menu_items_list
{
    width: 100%;
    /* justify-content: space-around; */
    justify-content: center;
}

.menu_items_list .nav-link
{
    /* font-weight: bold; */
}
.seconn
{
    direction: rtl;
}

.file_donw
{
    padding: 7px 10px;
    border:1px solid rgb(213, 213, 213);
    border-radius:5px ;
    box-shadow:0px 0px 6px rgb(213, 213, 213);
    margin-bottom: 20px;
    cursor: pointer;
    display: block;
}
.file_donw:hover { background-color: #e5f6e6;}
.file_donw a{color: black;}
.feature_table
{
    width: 100%;
    border:1px solid rgb(209, 210, 207);
    
}
.feature_table td
{
    padding:2px 10px;
}
.feature_table tr:nth-child(even)
{
    background-color: rgb(239, 252, 242);
}

.reducerTopPadding{
    padding-top: 30px;
}

.subname{
    font-size: 90%;
}

.btn-primary
{
    background-color: #5e8863;
    border: 0;
}

.btn-seemore
{
    font-size: 90%;
    font-weight: bold;
    border-radius: 8px;
}

.btn-seemore:hover
{
    background-color: #12481a;
}

.borne_options {
    height: 50px;
}
.borne_options i
{
    margin:10px;
    font-size:20px;
}
.borne_options_info 
{
    text-align: center;
    padding:20px 0;
}
.borne_options_info i
{
    margin:10px;
    font-size:20px;
}
.borne_options_info img
{
    margin:10px;
    height: 20px;
    margin-top:5px;
}

.product_label
{
    border:1px solid rgb(73, 75, 73);
    padding: 10px 20px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.divider
{
    background-color: rgb(73, 75, 73);
    height: 2px;
    margin:20px 30px;
    border-radius: 5px;
}


.tooltipOpt {
    position: relative;
    display: inline-block;
    cursor: pointer;
  }
  
  .tooltipOpt .tooltipOptText {
    visibility: hidden;
    width: 120px;
    background-color: rgb(128, 169, 142);
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
  }
  
  .tooltipOpt:hover .tooltipOptText {
    visibility: visible;
  }


.inlineblock {
    display: inline-block;
}

.options_ico_info i {
    margin-left:10px;
}