/*
Theme Name: SensorionTheme
Theme URI: https://kanbios.fr/
Author: Kanbios
Author URI: https://kanbios.fr/
Description: Theme Sensorion
Requires at least: WordPress 5.0
Version: 1.0
*/


* {
    padding: 0;
    margin: 0
}

:root {
    --color-theme: #1a47a2;

}

/* GENERAL */

body {
    font-family: 'Poppins', sans-serif !important;
}

.shadow-custom {
    box-shadow: 0 4px 8px 0 rgba(70, 70, 70, 0.1) !important;
}

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

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

.bg-section {
    background-color: #edf3f7;
    padding: 40px 0;
}

.btn {
    border-radius: 4px;
    font-size: 16px;
    padding: 7px 12px;
    font-weight: 600 !important;
}

.btn.btn-primary {
    background-color: var(--color-theme);
    border-color: transparent;
}

.btn.btn-lg {
    font-size: 16px !important;
    padding: 10px 16px !important;
}

.btn.btn-middle {}

.btn.btn-sm {
    font-size: 14px !important;
    padding: 5px 8px !important;
}

.btn.btn-outline-primary {
    color: var(--color-theme);
    border-color: var(--color-theme);
}


.btn.btn-outline-primary:hover {
    background-color: var(--color-theme);
    border-color: var(--color-theme);
    color: #fff;
}

.link {
    color: var(--color-theme);
    text-decoration: none;
    font-weight: 600;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.link:hover {
    text-decoration: none;
}

.link:hover img {
    margin-left: 6px;
    margin-right: 6px !important;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

h2 {
    font-size: 28px !important;
    font-weight: 600 !important;
    text-align: left;
    color: #383f58;
}

h3 {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #383f58;
}

p {
    font-size: 16px;
}

section p {
    color: rgba(56, 63, 88, 0.7);
}

.filter-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 100%, rgba(0, 0, 0, 0.55) 100%);
    border-radius: .25rem !important;
}

section {
    margin-top: 50px;
}

.subhead {
    display: none;
    font-size: 16px !important;
    font-weight: bold !important;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.15px !important;
    text-align: left;
    color: var(--color-theme) !important;
    text-transform: uppercase;
}

.entry-header .subhead {
    display: block;
}

.description {
    color: rgba(56, 63, 88, 0.7);
    line-height: 1.6;
    letter-spacing: 0.5px;
}

.card {
    border: solid 1px #e9edf1 !important;
    position: relative;
}

.card-title {
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #383f58;
}

.card-text {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #47505a;
}

.card-image {
    position: relative;
}

.nav-pills .nav-link {
    border-radius: 0 !important;
    padding: 23px 0px !important;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: #fff !important;
    color: var(--color-theme) !important;
    border-bottom: 0px solid var(--color-theme) !important;
}

.nav-pills .nav-link.active::after {
    position: absolute;
    bottom: 0px;
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    opacity: 1;
    background-color: var(--color-theme);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}



.img-asset-left {
    position: absolute;
    right: 0;
    right: -40px;
    top: -40px;
}

[data-toggle="collapse"] .icon {
    transform: rotate(90deg);
}

[data-toggle="collapse"].collapsed .icon {
    transform: rotate(-90deg);
}


#img-col-left li,
#img-col-right li,
.text-theme li {
    color: rgba(56, 63, 88, 0.7);
    line-height: 1.6;
    margin-top: 8px;
}

#img-col-left ul,
#img-col-right ul,
.text-theme ul {
    padding-left: 1.5em;
}

article h5 {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: left;
}

/* TOP NAV */

.top-nav {
    height: 55px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.top-nav p {
    font-size: 12px;
}

.widget_polylang {
    position: absolute;
    height: 70px;
    z-index: 20000;
}


.widget_polylang .screen-reader-text {
    display: none;
}

.widget_polylang select {
    background-color: transparent;
    border: none;
    color: #fff;
}

.widget_polylang select option[value="fr"] {
    background-image: url(img/fr.svg);
}

.widget_polylang ul li {
    list-style: none;
    margin-bottom: 15px;
    cursor: pointer;
    order: 2;
}

.widget_polylang ul li a {
    color: #fff;
}

.widget_polylang ul {
    height: 27px;
    overflow: hidden;
    margin-bottom: 0;
    background-color: var(--color-theme);
    position: absolute;
    top: 13px;
    width: 140px;
    padding: 0 20px;
    border-radius: 0 0 5px 5px;
    transition: all 0.4s;
    display: flex;
    flex-direction: column;
}

.widget_polylang ul::after {
    content: url(img/icon-arrow-down-w.svg);
    position: absolute;
    right: 0;
}

.widget_polylang:hover ul {
    height: 75px;
    box-shadow: 0px 0px 8px 0 rgba(47, 68, 209, 0.18);
    transition: all 0.4s;
}

.widget_polylang:hover ul::after {
    content: url(img/icon-arrow-up-w.svg);
    position: absolute;
    right: 0;
}

.widget_polylang ul li:hover .widget_polylang ul {
    height: 70px;
}

.current-lang {
    order: 1 !important;
}







/* PAGINATION */

.pagination ul li {
    display: inline-block;
}

.pagination ul li span,
.pagination ul li a {
    display: block;
    padding: 5px 0;
    text-align: center;
    width: 32px;
    height: 32px;
    color: #787896;
    list-style: none;
    font-size: 16px;
    background-color: #fff;
    border-radius: 50px;
    margin: 0 2px;
    transition: all 0.5s;

}

.pagination ul li a:hover {
    text-decoration: none;
    color: #fff;
    background-color: var(--color-theme) !important;
    transition: all 0.5s;
}

.pagination .next {
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.18);
    color: transparent;
    content: url(img/icon-arrow-right.svg);
    /* display: flex; */
    position: absolute;
    padding: 7px;
    top: -1px;
}

.pagination .prev {
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.18);
    color: transparent;
    content: url(img/icon-arrow-left.svg);
    /* display: flex; */
    position: absolute;
    padding: 7px;
    top: -1px;
}



.pagination ul li span.current {
    background-color: var(--color-theme) !important;
    color: #fff;
}


.accordion .card-body a {
    display: block;
    margin-bottom: 1.5rem;
}



/* -- MENU -- */

.nav-link {
    font-size: 16px;
    padding: 23px 16px;
    padding: 23px 16px !important;
    color: #787896 !important;
}

.nav-link:hover {
    color: var(--color-theme) !important;
}

.nav-link.active {
    font-weight: 600;
    color: var(--color-theme) !important;
}

.nav-item {
    position: relative;
}



.nav-item::after {
    position: absolute;
    bottom: -1px;
    content: "";
    display: block;
    width: 100%;
    height: 0px;
    opacity: 0;
    background-color: var(--color-theme);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.nav-item.active::after {
    height: 5px;
    opacity: 1;
    bottom: 0;
}


#searchicon {
    cursor: pointer;
}
  .searchform {
    position: absolute;
    background-color: #fff;
    opacity: 0;
    transition: 0.5s;
    width: 10%;
    display: none;
    z-index: 1000;
    padding: 10px;
    
  }
  
  .searchform.searchopen {
    display: flex;
    opacity: 1;
    width: 100%;
    transition: 0.5s;
  }
  
  .searchform.searchopen input {
    border: none;
    box-shadow: none;
    outline: none;
  }
  
  .searchform .inputsearch {
    width: 10%;
    transition: 0.5s;
  }
  
  .searchform.searchopen .inputsearch {
    width: 100%;
    transition: 0.5s;
  }

  .inputiconsearch {
      width: 20px;
      cursor: pointer;
  }
  
  .searchformmobile {
    padding: 0 10px;
    display: none;
  }
  
  .searchformmobile .inputsearch {
    width: 90%;
    background: transparent;
    border: none;
    color: #fff !important;
  }

  .partenaire-content .img-partenaire {
    width: 200px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
  }

  .partenaire-content:nth-child(2n) .img-partenaire {
    width: 200px;
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
  }

.cards-search .card-img-top {
    width: 100%;
    height: 100px;
    object-fit: cover;
}

.cards-search .content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
            line-clamp: 3; 
    -webkit-box-orient: vertical;
}

.nav-item:hover::after {
    height: 5px;
    opacity: 1;
    bottom: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

li .dropdown-menu.show .dropdown-menu {
    display: block;
    margin-left: 30px;
}

.dropdown-menu.show {
    margin-top: 0px;
    border-radius: 0 0 4px 4px;
    border: 0px;
    box-shadow: 0 4px 8px 0 rgba(70, 70, 70, 0.1) !important;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.dropdown-menu.show a:hover {
    color: var(--color-theme) !important;
    background-color: rgba(26, 71, 162, 0.1) !important;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: rgba(26, 71, 162, 0.1) !important;
    color: var(--color-theme) !important;
}


table th {
    font-size: 16px;
    font-weight: bold;
}

table td {
    font-size: 16px;
    color: #787896;
}

.table-responsive a {
    color: #383f58;
    text-decoration: underline;
}

.content-table {
    min-width: 1100px;
    width: 100%;
}

.table-pipeline {
    margin: 0 !important;
    width: 100%;
    overflow: auto;
}

.table-pipeline .barre {
    font-size: 0pt !important;
}


.table-pipeline .firstline td {
    width: 100%;
    background-color: #e8f2ff;
    color: #000;
    font-weight: bold;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    vertical-align: middle;
}

.intuitionapply {
    display: none;
}

#fiche-produit h4 {
    font-size: 16px;
    font-weight: bold;
}

#fiche-produit .restaurer,
#fiche-produit .restore {
    color: #1a47a2 !important;
}

#fiche-produit .traiter,
#fiche-produit .treat {
    color: #439edd !important;
}

#fiche-produit .prevenir,
#fiche-produit .prevent {
    color: #55baa8 !important;
}


#fiche-produit .prevenir .prevtxt,
#fiche-produit .prevent .prevtxt {
    color: #439edd !important;
}



.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body {
    background: #72aee6 !important;
    width: 50px !important;
    display: block;
    min-width: 50px !important;
    border-radius: 50px;
    margin: 0 auto;
}

.mejs-time .mejs-currenttime-container, .mejs-time-rail, .mejs-duration-container, .mejs-volume-button, .mejs-mute, .mejs-horizontal-volume-slider {
    display: none;
}

.tableaudio td{
    padding: 10px;
}

.tableaudio .border-dotted {
    border-bottom: 1px dotted rgb(180, 180, 180);
}

/* PAGE TYPE */

.title_intro_page_type {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.15px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
}

/* FOOTER */

footer {
    padding: 20px 0;
    margin-top: 80px;

}

.page-template-carrier footer {
    margin-top: 0 !important;
}

footer h6 {
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
}

footer li {
    list-style: none;
    margin: 15px auto;
}

footer li a {
    font-size: 14px;
    line-height: 1.57;
    color: #ffffff;
    text-decoration: none;
}

footer li a:hover {
    color: #cbd6ff;
}

footer hr {
    border-top: 1px solid #ffffff;
}

footer p {
    color: #fff;
    font-size: 16px;
}


/* -- HOME PAGE */

.hero {
    padding: 150px 0;
    background-color: #d6d6d6;
    position: relative;
    background-size: cover;
    background-position: center;
}

.hero h1 {
    font-size: 40px;
    color: #fff !important;
}

.hero p {
    color: #fff !important;
}


.bg-blue-semi {
    background-color: #1947a2;
    height: 320px;
    position: absolute;
}

.news-content {
    padding-top: 85px;
}

#newsletter iframe body {
    background-color: transparent;
}

#invest-home {
    margin-top: 80px !important;
}

#artenaire-home {
    margin-bottom: 80px !important;
}


.part {
    max-height: 245px;
    min-height: 245px;
    vertical-align: middle;
}

.part a {
    display: flex;
    vertical-align: middle;
}

.part a img {
    text-align: center;
    vertical-align: middle;
    width: 80%;
    max-height: 245px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    /* poussé de la moitié de hauteur du référent */
    transform: translate(-50%, -50%);
    left: 50%;
}

/* --- EQUIPE --*/

.equipe-item h4 {
    font-size: 22px;
    font-weight: 600;
}

.equipe-item .fonction {
    font-size: 14px;
    font-weight: 600;
}

.equipe-item .desc {
    font-size: 16px;
    color: #787896 !important;
}

.equipe-item .linkedin {
    background-color: #f7f7f7;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    padding: 5px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.equipe-item .linkedin:hover {
    background-color: var(--color-theme) !important;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}


.equipe-item .linkedin path {
    fill: var(--color-theme) !important;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}



.equipe-item .linkedin:hover path {
    fill: #fff !important;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

/* PAGE TYPE */

.text-theme img.size-full {
    width: 100% !important;
    height: auto !important;
    margin: 80px auto;
}

.text-theme h3 {
    font-size: 28px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    margin-bottom: 16x;
    color: #383f58;
}

.text-theme p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: 0.5px;
    text-align: left;
    color: rgba(56, 63, 88, 0.7);
}


.text-theme h4 {
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.15px;
    text-align: left;
    color: var(--color-theme);
    text-transform: uppercase;
    margin-top: 80px;
}

.category-24 .card-body h5 {
    height: 100px;
}

/* PAGE PIPELINE */

.table-pipeline .table-bordered td:nth-child(3),
.table-pipeline .table-bordered td:nth-child(4),
.table-pipeline .table-bordered td:nth-child(5),
.table-pipeline .table-bordered td:nth-child(6),
.table-pipeline .table-bordered td:nth-child(7),
.table-pipeline .table-bordered td:nth-child(8) {
    border-right: 1px dashed #dee2e6 !important;
    border-left: 0px dashed #dee2e6 !important;
}

.table-pipeline tbody th {
    color: #383f58 !important;
}

.table-pipeline thead th {
    font-size: 11px !important;
    font-weight: 600 !important;
    border-right: 0 !important;
}

.table-pipeline td {
    position: relative;
}

.table-pipeline .bar-table {
    position: absolute;
    top: 42%;
    width: 102%;
    background-color: #e8edf6;
    height: 14px;
    margin-left: -13px;
}

.barre.rounded-end .bar-pleine {
    border-radius: 0px 10px 10px 0px;
}


.table-pipeline .table-bordered td:nth-child(3) .bar-table {
    border-radius: 10px 0 0 10px;
}

.table-pipeline .table-bordered td:nth-child(3) .bar-table .bar-pleine {
    border-radius: 10px 0 0 10px;
}


.table-pipeline .table-bordered td:nth-child(3).rounded-end .bar-table .bar-pleine {
    border-radius: 10px;
}

.table-pipeline .table-bordered td:nth-child(8) .bar-table {
    border-radius: 0px 10px 10px 0px;
}

.table-pipeline .table-bordered td:nth-child(8) .bar-table .bar-pleine {
    border-radius: 0px 10px 10px 0px;
}

.table-pipeline .bar-pleine {
    background-color: var(--color-theme);
    height: 14px;
    display: block;
}

.traiter .bar-pleine,
#Treat .bar-pleine {
    background-color: #439edd !important;
}

.prvenir .bar-pleine,
#Prevent .bar-pleine {
    background-color: #55baa8 !important;
}

.barre {
    color: transparent !important;
}


.desc ul {
    padding: 0 1.5rem;
}

.desc ul li {
    margin-top: 5px;
}


/* PAGE INVESTISSEURS */

.radioyear {
    opacity: 0;
    width: 0;
}

.labelradioyear {
    cursor: pointer;
    padding: 5px 16px;
    border-radius: 50px;
    background-color: #e9edf1;
    color: #787896;
    margin-bottom: 10px !important;
    margin-right: 10px;
    font-size: 16px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.labelradioyear:hover {
    color: #fff;
    background-color: var(--color-theme);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.activeradio + .labelradioyear {
    color: #fff;
    background-color: var(--color-theme);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.accordion > .card > .card-header {
    background-color: #fff !important;
    border-bottom: 0px !important;
}

.accordion > .card > .card-header .btn-link {
    color: #383f58;
    text-decoration: none;
}

.accordion .card-body ul {
    padding-left: 1.25rem;
}


/* AGENDA */

.img-agenda {
    width: 100%;
    height: 335px;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: #e9edf1;
    border-radius: 8px;
    box-shadow: 10px 10px 30px 0 rgba(227, 233, 248, 0.6);
}

/* CONTACT */

.contactform .form-group {
    position: relative;
}

.contactform label {
    position: relative;
    top: 0;
    z-index: 2;
    left: 0;
    color: #929292;
}

.contactform .form-group.top label,
.contactform .selectgroup label {
    top: 0 !important;
    color: #383f58;
    left: 0;
    transition: all 0.2s;
}

.acceptance-977 label {
    position: relative;
    color: #000 !important;
    margin-bottom: 20px;
    top: 0;
    left: 0;
}

.acceptance-977 .wpcf7-list-item {
    margin: 0;
}




/* MEDIA */

@media screen and (max-width: 480px) {
    .top-nav {
        padding: 5px !important;
    }

    .img-asset-left {
        position: absolute;
        right: 0;
        right: 0px;
        top: -40px;
    }

    header .navbar-brand img {
        width: 150px;
    }

    header .nav-item:hover::after {
        display: none !important;
    }

    header .nav-item.active::after {
        display: none !important;
    }

    header .navbar-nav .dropdown-menu {
        position: static;
        float: none;
        margin-bottom: 20px;
    }

    header .navbar-nav {
        max-height: 80vh;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

}
