/*
Theme Name: Ascier v2
Theme URI: https://www.ascier.fr/
Author: Agence Kwan
Author URI: http://www.kwan.fr/
Description: Thème du site Ascier.fr
Version: 2.0
*/



body {
    font-family: 'Raleway', sans-serif !important;
    /*font-size: 12px !important;*/
    line-height: 1.4 !important;
    color: #202125;
    background-color: #ffffff !important;
}
/*@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');*/
.navbar-default .navbar-toggle {
    z-index:1000; //added this value
    border-color:#ddd;
}



/******************************************** GLOBAL **************************************************/

.grecaptcha-badge {
    display: none !important;
}
a.btn, .elementor-widget-button .elementor-button {
    background-color: #ffffff !important;
    color:black !important;
    font-family: 'Raleway', sans-serif !important;
    font-weight:600 !important;
    line-height: 24px;
    border-radius: 24px !important;
    border: solid 2px black !important;
    padding:7px 15px;
}
a.btn:hover, .elementor-widget-button .elementor-button:hover {
    text-decoration: none;
    background-color: #ffffff !important;
    color:#ff5d02 !important;
    border-color: #ff5d02 !important;
}
.elementor-button-text {
    color:black !important;
    font-family: 'Raleway', sans-serif !important;
    font-weight:700 !important;
}
.elementor-widget-button .elementor-button:hover .elementor-button-text {
    color:#ff5d02 !important
}
a.elementor-button-link:hover {
    text-decoration: none !important;
}
a:hover {
     transition: 0.5s;
}
.lien-description {
    color:black;
}



/******************************************** HEADER **************************************************/

.icon-bar {
    background-color:#2686be;
}
@media(max-width:767px){
}
@media(min-width:768px){}
@media(min-width:992px){}
@media(min-width:1200px){}


/******************************************** MENU **************************************************/

.navbar a {
    font-family: 'Raleway', sans-serif !important;
    font-size:16px !important;
    color:black;
    padding:0 15px;
    font-weight:700;
}
.navbar a:hover {
    color:#ff6633;
    text-decoration: none;
}
.navbar a.btn-devis-header {
    margin-right: 60px;
    margin-left:10px;
}
@media(max-width:767px) {
    .navbar-collapse {
        margin-top:15px;
        padding-bottom:15px;
    }
    .navbar a.btn-devis-header {
        float:left;
        margin-right: 0px;
        margin-left:0px;
    }
    .navbar a.btnnim-vert {
        display:inline-block;
        float:right;
        margin-right: 0px;
        margin-left:0px;
    } 
}
.fixed-top {
    background-color: white !important;
    box-shadow: -6px 8px 20px 0px rgb(0 0 0 / 5%);
    transition: box-shadow .2s ease;
}
.navbar-toggler {
  /*border-color: rgb(255,255,255) !important;*/
} 
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}
.page .fixed-top, .single .fixed-top  {
    background-color: #ffffff !important;
}
.home .fixed-top {
    background-color: #ffffff !important;
}
.navbar-brand img {
    max-width: 200px;
    height:auto;
    padding: 5px 0;
}
@media (min-width: 1200px) and (max-width: 1599.98px) {
    .navbar-brand img {
        max-width: 160px;
        height: auto;
        padding: 5px 0;
    }
    .navbar a.btn-devis-header {
        margin-right: 10px;
        margin-left:10px;
    }
    .num-vert {
        max-width:180px !important;
    }
    .navbar a {
        font-family: 'Raleway', sans-serif !important;
        font-size:15px !important;
        color:black;
        padding:0 15px;
        font-weight:700;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .navbar-brand img {
        max-width: 130px;
        height: auto;
        padding: 5px 0;
    }
    .navbar a.btn-devis-header {
        margin-right: 5px;
        margin-left:5px;
    }
    .num-vert {
        max-width:125px !important;
    }
    #menu-principal li:first-child {
        display:none;
    }
    .navbar a {
        font-family: 'Raleway', sans-serif !important;
        font-size:15px !important;
        color:black;
        padding:0 5px;
        font-weight:700;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) { 
    #menu-principal li:first-child {
        display:none;
    }
    #menu-principal li:last-child {
        display:none;
    }
    #menu-principal li {
        padding:12px 0px !important;
    }
    .btn-devis-header {
        display:none !important;
    }
    .navbar a.btn-devis-header {
        margin-right: 5px;
        margin-left:5px;
    }
    .navbar a {
        font-family: 'Raleway', sans-serif !important;
        font-size:15px !important;
        color:black;
        padding:0 5px;
        font-weight:700;
        line-height: 24px;
    }
}
@media(max-width:767px) {
    .navbar #menu-principal li:first-child {
        display:none;
    }
    .navbar a {
        font-family: 'Raleway', sans-serif !important;
        font-size:15px !important;
        color:black;
        padding:0 5px;
        font-weight:700;
        line-height: 32px;
    }    
}
/* The overlay effect with black background */
.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.95); /* Black with a little bit see-through */
}
/* The content */
.overlay-content {
  position: relative;
  top: 46%;
  width: 50%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}
/* Close button */
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: white;
}
.overlay .closebtn:hover {
  color: #ccc;
}
/* Style the search field */
.overlay input[type=search] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  width: 80% ;
  background: white;
}
.overlay input[type=search]:hover {
  background: #f1f1f1;
}
/* Style the submit button */
.overlay .search-submit {
  float: left;
  width: 20%;
  padding: 15px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}
.overlay .search-submit:hover {
  background: #bbb;
}


.search-form-wrapper {
    background-color: white !important;
    box-shadow: -6px 8px 20px 0px rgb(0 0 0 / 5%);
    transition: box-shadow .2s ease;
    display: none;
    position: absolute;
    z-index:9999;
    left: 0;
    right: 0;
    top: 0;
    padding: 20px 15px;
    margin-top: 77px;
    background: #ffffff;
    opacity:0;
    transition:opacity .5s ease-in;
    -webkit-transition: opacity .5s  ease-in;
       -moz-transition: opacity .5s  ease-in;
         -o-transition: opacity .5s  ease-in;
    border-top:1px solid #eeeeee;
    text-align:right;
}
.search-form-wrapper.open {
    display: block;
    opacity:1;
}
.search-field {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none;
    min-width:300px;
}
input[type="search"].search-field::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 13px;
}
input[type="search"].search-field:-moz-placeholder { /* Firefox 19+ */
  font-size: 13px;
}
input[type="search"].search-field:-ms-input-placeholder { /* IE 10+ */
  font-size: 13px;
}
input[type="search"].search-field:-moz-placeholder { /* Firefox 18- */
  font-size: 13px;
}

.search-form-wrapper input[type="submit"] {
    background-color: #ff5d02 !important;
    color: white !important;
    font-family: 'Raleway', sans-serif !important;
    font-weight: 600 !important;
    border-color: transparent !important;
    font-size:1em;
    display: inline-block;
}


@media(min-width:768px) {
    .navbar-nav .dropdown-menu {
        min-width: 300px;
    }
}

/******************************************** HOMEPAGE **************************************************/

.home {
    padding-top: 77px !important;
}
.elementor-slide-heading {
    font-family: 'Raleway', sans-serif !important;
    font-size:52px !important;
    letter-spacing: -1px;
    color:#000000;
    font-weight: 700 !important;    
}
.elementor-slide-description {
    font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size:28px !important;
    color:#666666;
    font-weight: 400 !important;    
}
@media(max-width:767px){
    .elementor-slide-heading {
        font-family: 'Raleway', sans-serif !important;
        font-size:28px !important;
        letter-spacing: -1px;
        color:#000000;
        font-weight: 700 !important;  
        text-align: center !important;  
    }
    .elementor-50 .elementor-element.elementor-element-5e712c9 .swiper-slide-contents {
        max-width: 100% !important;
    }
    .elementor-slide-description {
        font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
        font-size:18px !important;
        color:#666666;
        font-weight: 400 !important;    
    }
}
@media(max-width:767px) {
    .elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail img {
    min-height: 300px !important;
    }
}
.elementor-slide-button {
    background-color: #ff5d02 !important;
    color:white !important;
    font-family: 'Raleway', sans-serif !important;
    font-weight:600 !important;
    line-height: 24px;
    border-radius: 24px !important;
    border-color: transparent !important;
    padding:7px 15px;
}
.elementor-slide-button:hover {
    text-decoration: none;
    background-color: #ffffff !important;
    color:#000000 !important;
    border-color: #000000 !important;
}
.elementor-slides .swiper-slide-inner {
    padding: 50px 100px !important;
}
.menu-podium a {
    font-family: 'Raleway', sans-serif !important;
    font-size:18px !important;
    text-transform: none;
    color:#ffffff;
    font-weight: 600 !important;
    text-align: center;   
    padding:0 !important;   
}
.menu-podium a:hover {
    text-decoration: none;   
}
.menu-podium li {
    width: 25% !important;
    padding:0 !important; 
    text-align: center !important; 
}
.menu-podium li:hover {
    background-color: #ff5d02;
    transition: 0.5s;
}
.menu-podium li:first-child:hover {
    border-top-left-radius:7px !important;
    border-bottom-left-radius:7px !important;
}
.menu-podium li:last-child:hover {
    border-top-right-radius:7px !important;
    border-bottom-right-radius:7px !important;
}
.menu-podium li:hover a {
    color: #ffffff;
}
.menu-podium .elementor-nav-menu li {
    border-right:1px solid #ffffff !important; 
}
.menu-podium .elementor-nav-menu li:last-child {
    border-right:0px solid #ffffff !important; 
}
.elementor-nav-menu--main .elementor-nav-menu a, .elementor-nav-menu--main .elementor-nav-menu a.highlighted, .elementor-nav-menu--main .elementor-nav-menu a:focus, .elementor-nav-menu--main .elementor-nav-menu a:hover {
    padding: 13px 10px;
}
.menu-podium li:hover {
    text-decoration: none;
    border-bottom:none !important;   
}
.menu-podium .elementor-nav-menu--layout-horizontal .elementor-nav-menu a {
    white-space: normal !important;
}
.elementor-widget-wrap.elementor-element-populated {
    border-radius:7px !important;
}
.elementor-nav-menu li {
    border-width: 0;
    padding: 30px 30px !important;
}
.e--pointer-double-line .elementor-item:after, .e--pointer-double-line .elementor-item:before, .e--pointer-overline .elementor-item:after, .e--pointer-overline .elementor-item:before, .e--pointer-underline .elementor-item:after, .e--pointer-underline .elementor-item:before {
    display: none !important;
}
h2.elementor-heading-title {
    font-family: 'Raleway', sans-serif !important;
    font-size:38px;
    font-weight:700 !important;
    color:#000000 !important;
}
h3.elementor-heading-title {
    font-family: 'Raleway', sans-serif !important;
    font-size:21px;
    font-weight:700 !important;
    color:#000000 !important;
}
.elementor-widget-text-editor {
    font-family: 'Raleway', sans-serif !important;
    font-size:16px !important;
    color:#666666 !important;
}
#menu-1-369f9ce {
    width:100%;
}
#menu-1-369f9ce>li {
    display:grid !important;
    justify-items: center;
    width: 25% !important;
    text-align: center !important;
}
#menu-1-369f9ce>li a {
    text-align: center !important;
}
.offre-podium {
    margin: 10px 0;
}
.offre-podium-content {
    background-color:white;
    border-radius: 10px;
    height:100%;
    padding:30px 15px;
    text-align: center;
}
.offre-podium-content a h3 {
    font-family: 'Raleway', sans-serif !important;
    font-size:24px;
    color:#5b46f9;
    text-align: center;
}
.offre-podium-content a:hover h3 {
    color:#ff6633;
}
.offre-podium-content p {
    font-family: 'Campton Medium' !important;
    font-size:14px;
    color:#000042 !important;
    text-align: center;
    padding:10px 0 35px 0;
}
.offre-podium-content a:hover {
    text-decoration: none;
}
.offre-podium-content p span {
    font-family: 'Campton Medium' !important;
    font-size:24px;
    color:#000042;
    text-align: center;
}
.offre-podium-content a.button {
    position:absolute;
    bottom:15px;
    left: calc(50% - 74px);
    background-color: #5b46f9 !important;
    color:white !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight:600 !important;
    line-height: 24px;
    border-radius: 24px;
    margin-top:45px;
    padding:7px 15px;
}
.offre-podium-content a.button:hover {
    text-decoration: none;
    background-color: #68e1fe !important;
    color:#000042 !important;
}
.elementor-toggle-item {
    border:1px solid #dadada;
    border-radius: 15px;
    padding: 5px;
    margin-bottom:10px;
}
.elementor-posts--thumbnail-top .elementor-post__thumbnail__link {
    margin-bottom: 0px !important;
}
.elementor-posts .elementor-post__card .elementor-post__title a:hover, .elementor-posts .elementor-post__card .elementor-post__title:hover {
    text-decoration: none;
    color:#ff5d02;
}
#temoignages-produit {
    padding: 40px 0px 50px 0px;
    background-color: #EFEAE5;
}
.temoignage-produit {
    background-color:white;
    margin:30px 10px;
    padding:20px 30px !important;
    min-height:264px !important;
    border-radius: 11px;
}
.temoignage-produit a {
    color:black;
}
.temoignage-produit a:hover {
    color:#ff5d02;
    text-decoration:none;
}
.star-orange {
    color:#ff5d02;    
}
.star-grey {
    color:#cccccc;   
}


@media(max-width:767px) {
    .home .slick-next {
        right: 0px;
    }
    .home .slick-prev {
        left: 0px;
    }   
}



.elementor-50 .elementor-element.elementor-element-08277ca .elementor-tab-content a {
    float: right;
    color:black;
    border-bottom: 1px dotted black;
    margin-bottom:15px;
    margin-right:10px;    
}
.elementor-50 .elementor-element.elementor-element-08277ca .elementor-tab-content a:hover {
    color:#ff5d02;
    text-decoration: none;
    border-bottom: 1px dotted #ff5d02;   
}


#hp-categories-liste .elementor-post__text {
    margin-top: 10px !important;
}
.elementor-posts .elementor-post__card .elementor-post__excerpt, .elementor-posts .elementor-post__card .elementor-post__title {
    margin-bottom: 15px !important;
}




/******************************************** FIL D'ARIANE **************************************************/
.home #breadcrumbs {
    display:none;
}
#breadcrumbs, #breadcrumbs a {
    font-family: 'Raleway', sans-serif !important;
    font-size:13px;
    color:#666666;
}
.liste-offres .elementor-inner-column .elementor-widget-wrap {
    background-color:white;
    padding: 40px 15px !important;
    border-radius: 10px;
    box-shadow: 0 10px 20px 0 rgb(47 58 79 / 20%);
}
.liste-offres .elementor-col-33 {
    padding: 0 15px;
    margin-bottom:30px;
}
 .card-offre {
}


/******************************************** SIDEBAR **************************************************/

.sidebar-bloc {
    border:1px solid #dadada;
    border-radius: 9px;
    padding:20px 30px;
    margin-left: 45px;
    margin-bottom:30px;
}
@media(max-width:767px){
    #sidebar {
        margin-top:30px;
    }
    .sidebar-bloc {
        margin-left: 0px;
    }
}
.sidebar-bloc h3 {
    font-family: 'Raleway', sans-serif !important;
    font-size:28px;
    color:#000000;
    font-weight:700;
}
.sidebar-bloc.bloc-button a {
    background-color: #ff5d02 !important;
    color:white !important;
    font-family: 'Raleway', sans-serif !important;
    font-weight:600 !important;
    line-height: 24px;
    border-radius: 24px !important;
    border-color: transparent !important;
    padding:7px 15px;
    width:100%;
    display: inline-block;
}
.sidebar-bloc.bloc-button a:hover {
    text-decoration: none;
    background-color: #ffffff !important;
    color:#000000 !important;
    border-color: #000000 !important;
}
.sidebar-bloc a[href^="tel:"] {
    font-family: 'Raleway', sans-serif !important;
    font-size:28px;
    color:#ff5d02;
    font-weight:700;
    text-decoration: underline;
    text-align: center;
    border-bottom:none;
}
.sidebar-bloc i {
    font-size:28px;
    color:#ff5d02;
    font-weight:700;
    text-decoration: none;
    margin-right:15px;
}


/******************************************** PAGE **************************************************/

.page, .search {
    padding-top: 110px;
}
.page h1 {
    font-family: 'Raleway', sans-serif !important;
    font-size:38px;
    line-height:1em;
    font-weight:700 !important;
    color:#000000 !important;
}
.page h2 {
    font-family: 'Raleway', sans-serif !important;
    font-size:26px;
    font-weight:700 !important;
    color:#000000 !important;
}
.page strong {
    color:#000000;
    font-weight:700;
}
.page #contenu-principal a {
    color:#666666;
    text-decoration: underline;
}
.page #contenu-principal a:hover {
    color:#ff5d02;
    text-decoration: none;
}
.page #contenu-principal strong a, .page #contenu-principal a strong {
    color:#ff5d02;
    text-decoration: underline;
    border-bottom:none !important;
}
.page #contenu-principal strong a:hover, .page #contenu-principal a:hover strong {
    color:#ff5d02;
    text-decoration: underline;
    border-bottom:none;
}
.search-result {
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
    overflow: hidden;
    position: relative;
    background-color: #fff;
    width: 100%;
    border-radius: 3px;
    border: 0 solid #818a91;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    padding:10px 20px 20px 20px;
    margin-bottom:20px;
}
.search-result h2 a {
    font-family: 'Raleway', sans-serif !important;
    font-size: 21px;
    color: #000000;
    font-weight: 700;
    border-bottom:none;
}
.search-result h2 {
    line-height: 24px;
}
.search-result a.search_link {
    font-size:13px;
    color: #000000;
    font-weight: 700;
    border-bottom:1px dotted #000;
    text-decoration:none;
}
.search-result a:hover {
    border-bottom:none;
    text-decoration:none;
    color: #ff5d02;
}
.search-photo {
    float:left;
    margin-right:30px;
    margin-top:10px;
    margin-bottom: 0px;
}


/******************************************** PAGE NOS SOLUTIONS **************************************************/

.page-parent {
    padding-top: 110px;
}
.page-parent h1 {
    font-family: 'Raleway', sans-serif !important;
    font-size:38px;
    line-height:1em;
    font-weight:700 !important;
    color:#000000 !important;
}
.page-parent h2 {
    font-family: 'Raleway', sans-serif !important;
    font-size:26px;
    font-weight:700 !important;
    color:#000000 !important;
}
.categorieproduit {
    margin-bottom:30px;
}
#category-description a {
    color:black;    
}
.categorieproduit .categorieproduitcontent{
    border:1px solid #dadada;
    border-radius: 9px;
    padding:0;
    webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
}
.categorieproduit .categorieproduitcontent img {
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    width:100%;
    max-height:221px;
}
@media(max-width:767px) {
        .categorieproduit .categorieproduitcontent img {
            border-top-left-radius: 9px;
            border-top-right-radius: 9px;
            width:100%;
            max-height:none;
        }
    }
.categorieproduit .categorieproduitcontent h3 {
    font-family: 'Raleway', sans-serif !important;
    font-size:16px;
    font-weight:700 !important;
    color:#000000 !important;
    background-color:white;
    text-align: center !important;
    height:46px;
    line-height: 18px;
    display:inline-block;
    margin-top:10px;
    width:100%;
}
.categorieproduit .categorieproduitcontent h3:hover, .categorieproduit:hover .categorieproduitcontent h3 {
    color:#ff5d02 !important;
}
.categorieproduit:hover .categorieproduitcontent {
    -webkit-box-shadow: 0 0 30px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 15%);
}


/******************************************** PAGE PARTENAIRES **************************************************/

#liste-partenaires {
    max-height:500px;
    overflow-y: scroll;
    padding-right: 15px;
}
#liste-partenaires::-webkit-scrollbar {
    width: 12px;
}
#liste-partenaires::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
    border-radius: 4px;
    background: #f1f1f1; 
}
#liste-partenaires::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: #888;
}
#liste-partenaires .elementor-post__thumbnail__link {
    border:1px solid #dadada;
    border-radius: 125px;
}



/******************************************** PAGE REFERENCES **************************************************/

.blog {
    padding-top:110px;
}
.blog h1 {
    font-family: 'Raleway', sans-serif !important;
    font-size:38px;
    line-height:1em;
    font-weight:700 !important;
    color:#000000 !important;
}
#filtres-refs {
    float:left; 
    padding: 15px 0;   
}
#references {
    float:left;
}
.reference {
    display: inline-block;
    border:1px solid #dadada;
    border-radius: 9px;
    padding:20px 30px;
    margin-bottom: 25px;    
}
.reference img {
    float:left;
    width:120px;
    height:120px;
    margin-right:45px;
    border-radius: 60px;  
}
.reference h4 a {
    font-family: 'Raleway', sans-serif !important;
    font-size:21px;
    font-weight:700 !important;
    color:#000000 !important; 
}
.reference h2 {
    font-size: 1rem;
    color: #212529;
    display:none;
}
#filtres-refs ul li {
    float:left;
    width:25% !important;
    padding:10px 10px;
}
@media(max-width:767px) {
    .reference img {
        float:left;
        width:60px;
        height:60px;
        margin-right:25px;
        border-radius: 30px;  
    }
    .reference h4 {
        line-height:1.2rem;
    }
    .reference h4 a {
        font-family: 'Raleway', sans-serif !important;
        font-size:16px;
        font-weight:700 !important;
        color:#000000 !important; 
    }
    #filtres-refs ul li {
        float:left;
        width:100% !important;
        padding:3px 0px;
    }
    #filtres-refs ul {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: -40px;
    }
}
#filtres-refs select {
  // A reset of styles, including removing the default dropdown arrow
  appearance: none;
  // Additional resets for further consistency
  background-color: transparent;
  border: 1px solid #cccccc;
  border-radius:5px;
  padding: 0.5em 0.5em 0.5em 0.5em;
  margin: 0;
  width: 100% !important;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
}
.sf-input-text {
    display: inline-block;
  // A reset of styles, including removing the default dropdown arrow
  appearance: none;
  // Additional resets for further consistency
  background-color: transparent;
  border: 1px solid #cccccc;
  border-radius:5px;
  padding: 0.5em 0.5em 0.5em 0.5em;
  margin: 0;
  width: 100% !important;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;    
}


/******************************************** PAGE PRODUIT **************************************************/

.btn-slider {
    line-height: 28px !important;
    border-radius: 28px !important;
    border-color: transparent !important;
    padding: 10px 15px !important;
    margin-right:15px;
}
.page-template-page-produit {
    font-family: 'Raleway', sans-serif !important;
    font-size: 16px !important;
    padding-top: 77px;
}
.page-template-page-produit .sidebar-bloc {
    margin-left: 0px !important;
}
.page-template-page-produit .intro-col {
    padding-top:33px;    
}
.page-template-page-produit .visual-col img {
    width:100%;
    height:100%;    
}
.single-bloc {
    border:1px solid #dadada;
    border-radius: 9px;
    padding:20px 30px;
}
.large-bloc {
    border:25px solid #efeae5;
    border-radius: 9px;
    padding:20px 30px;    
}
.large-bloc img:first-child {
    border-radius: 50%;
    width:200px;
    height:200px;   
}
.page-template-page-produit .single-bloc  a, .large-bloc a {
    color: #212529;
    border-bottom:1px dotted #212529; 
    text-decoration: none;   
}
.page-template-page-produit .single-bloc a:hover, .large-bloc a:hover {
    color: #ff5d02;
    border-bottom:0px dotted #ff5d02;
    font-weight:500;    
}
.page-template-page-produit .sidebar-bloc ul, .page-parent .sidebar-bloc ul, .page .sidebar-bloc ul, .single .sidebar-bloc ul, .search .sidebar-bloc ul  {
    list-style-type: none;
    margin:0;
    padding:0;
    display: inline-block;
}
.page-template-page-produit .sidebar-bloc ul li, .page-parent .sidebar-bloc ul li, .page .sidebar-bloc ul li, .single .sidebar-bloc ul li, .search .sidebar-bloc ul li {
    float:left;
    width:100%;
    height: 90px;
    line-height: 90px;
    vertical-align: middle;
    margin-bottom:10px;
}
.page-template-page-produit .sidebar-bloc ul li img, .page-parent .sidebar-bloc ul li img, .page .sidebar-bloc ul li img, .single .sidebar-bloc ul li img, .search .sidebar-bloc ul li img {
    float:left;
    max-width: 90px;
    height:auto;
    vertical-align: middle; /* | top | bottom */
    margin-right:20px;
}
.page-template-page-produit .sidebar-bloc ul li h4, .page-parent .sidebar-bloc ul li h4, .page .sidebar-bloc ul li h4, .single .sidebar-bloc ul li h4, .search .sidebar-bloc ul li h4 {
    font-family: 'Raleway', sans-serif !important;
    font-size: 16px !important;
    font-weight:600;
    display: inline-block;
    vertical-align: middle; /* | top | bottom */
    width: calc(100% - 110px);
}
.page-template-page-produit #temoignages-produit {
    padding:40px 0 60px 0;
}
.page-template-page-produit #temoignages-produit h2 {
    text-align:center;
}
.page-template-page-produit .temoignage-produit {
    border: 1px solid #dadada;
    border-radius:9px;
    margin: 15px 10px;
    padding:20px 30px;    
}
.page-template-page-produit .slick-next:before, .page-template-page-produit .slick-prev:before {
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #dadada;
}
@media(max-width:767px) {
    .page-template-page-produit .slick-next {
        right: 3px;
    }
    .page-template-page-produit .slick-prev {
        left: 3px;
    }   
}
.page-template-page-produit #installations {
    padding:40px 0 60px 0;
}
.page-template-page-produit #installations .card {
    border:none;
    margin-bottom: 15px;
    background-color: transparent;
    padding:0 10px;
}
.page-template-page-produit #installations .card a img {
    margin-bottom: 10px;
    border-radius: 5px;
    width:100%;
}
.ref-title {
    font-size:12px;
}
.page-template-page-produit #installations .card a {
    color:black;
    font-weight:600;
}
.page-template-page-produit #installations .card a:hover {
    text-decoration: none;
    color:#ff5d02;
}
.page-template-page-produit .section h2 {
    text-align:center;
    margin-bottom:30px;
    width: 100%;
}
.page-template-page-produit #footer {
    margin-top: 0px;
}
.page-template-page-produit #questions-reponses {
    padding:40px 0 60px 0;
}
.page-template-page-produit #autresproduits {
    padding:40px 0 60px 0;
}
#myCarousel {
    margin-top:30px;
}
#myCarousel .list-inline {
    white-space:nowrap;
    overflow-x:auto;
}
#myCarousel .carousel-indicators {
    position: static;
    left: initial;
    width: initial;
    margin-left: initial;
}
#myCarousel .carousel-indicators > li {
    width: initial;
    height: initial;
    text-indent: initial;
}
#myCarousel .carousel-indicators > li img {
    max-height:80px;
}
#myCarousel .carousel-indicators > li.active img {
    opacity: 0.7;
}
#myCarousel .carousel-inner .carousel-item {
    height:500px !important;
    background-size:cover;
    background-position: center center;
    border-radius: 9px;
}
.project-tab {
    border: 1px solid #dadada;
    border-radius: 9px;
    margin-top: 30px;
}
.project-tab #tabs{
}
.project-tab #tabs h6.section-title{
    color: #eee;
}
ul.nav.nav-tabs{
    padding:10px 15px 0 15px;
}
ul.nav.nav-tabs li {
    padding:10px 0px;
}
ul.nav.nav-tabs li a {
    padding:10px 20px;
    color: black;
    font-weight:600;
    font-size:14px;
}
ul.nav.nav-tabs li a.active {
    border-bottom:3px solid #ff5d02;
    color: black;
    font-weight:600;
}
.project-tab #tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #0062cc;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 3px solid !important;
    font-size: 16px;
    font-weight: bold;
}
.project-tab .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #0062cc;
    font-size: 16px;
    font-weight: 600;
}
.project-tab .nav-link:hover {
    border: none;
}
.project-tab thead{
    background: #f3f3f3;
    color: #333;
}
.project-tab a{
    text-decoration: none;
}
.project-tab a:hover{
    text-decoration: none;
}
.project-tab .tab-content {
    padding:15px 30px;
    color: #212529;    
}
.project-tab .tab-content a {
    color: #212529;
    border-bottom:1px dotted #212529;    
}
.project-tab .tab-content a:hover {
    color: #ff5d02;
    border-bottom:1px dotted #ff5d02;    
}
.project-tab .tab-content ul {
  list-style: none;
  margin:0;
  padding:0;
}
.project-tab .tab-content ul li:before {
    content: '-';
    margin-right:10px;
    font-weight: 600;
}
#questions-reponses .card {
    margin-bottom:15px;    
}
.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.0) !important;
    border-bottom: 0px solid rgba(0,0,0,.125) !important;
}
#questions-reponses .card .card-header .btn-header-link {
  color: #000;
  display: block;
  text-align: left;
  width:100%;
  padding-left:0;
  font-weight: 700;
    box-shadow: none;
    border-color: rgba(0,0,0,0);
}
#questions-reponses .card .card-header .btn-header-link:after {
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  float: right;
}
#questions-reponses .card .card-header .btn-header-link.collapsed {
  color: black;
}
#questions-reponses .card .card-header .btn-header-link.collapsed:after {
  content: "\f106";
}
#questions-reponses .card .card-body {
    padding-top: 0;    
}
#questions-reponses .card .card-body-link {
    float: right;
    color:black;
    border-bottom: 1px dotted black;
    margin-bottom:15px;
    margin-right:10px;    
}
#questions-reponses .card .card-body-link:hover {
    color:#ff5d02;
    text-decoration: none;
    border-bottom: 1px dotted #ff5d02;   
}
#questions-reponses .card .card-header .btn.btn-header-link.collapsed.collapsed {
    color:#000000;
}
#questions-reponses .card .card-header .btn.btn-header-link.collapsed:not(.collapsed) {
    color:#ff5d02;
}
@media(max-width:767px) {
    .btn-spacer-top {
        margin-top:15px;
    }
}

#caracteristiquestech img {
    max-width: 100% !important;
    height:auto;
}


/******************************************** PAGE NOS SOLUTIONS **************************************************/
.single {
    padding-top: 110px;
}
.single h1 {
    font-family: 'Raleway', sans-serif !important;
    font-size:38px;
    line-height:1em;
    font-weight:700 !important;
    color:#000000 !important;
}
.single h2 {
    font-family: 'Raleway', sans-serif !important;
    font-size:26px;
    font-weight:700 !important;
    color:#000000 !important;
}
.single #articlecontent a {
    color:black;
    border-bottom:1px dotted black;
}
.single #articlecontent a:hover {
    color: #ff5d02;
    text-decoration: none;
    border-bottom:1px dotted #ff5d02;
}


/******************************************** FOOTER **************************************************/

#footer {
    background-color:#2a2929 !important;
    margin-top:100px;
    padding-top: 40px;
    color:white !important;
}
.home #footer {
    margin-top:0px;
}
#footer-top {
    font-family: 'Raleway', sans-serif !important;    
    font-size: 14px !important;
    color: #ffffff !important;
    font-weight:400;
}
#footer-top strong {
    color: #ffffff !important;
}
#footer-top a {
    color: #ffffff;
    font-weight:400;
}
#footer a:hover {
    color: #ff5d02;
    text-decoration: none;
}
#footer-top ul {
    list-style-type: none;
    margin:0;
    padding:0;
}
#footer-top h4 {
    font-family: 'Raleway', sans-serif !important;    
    font-size: 18px !important;
    color: #ffffff;
    font-weight: 700;
    margin-bottom:15px;
}
#footer-bottom {
    font-size: 14px !important;
    line-height: 50px !important;
    color: #ffffff !important;
}
@media(max-width:767px) {
    #footer-bottom {
        padding-left:15px;
        padding-right:15px;
        line-height: 18px !important;
    } 
}
#footer-bottom .container {
    padding: 40px 0;
}
#footer-bottom a {
    padding: 0px 15px;
    color: #ffffff;
}
#footer .fab {
    font-size: 28px !important;
    margin-right:10px;
}

#simple-social-icons-2 h4 {
    font-size: 18px !important;
}



.clearboth {
	height: 0;
	clear: both;
	margin: 0;
	padding: 0;
    width:100%;
}






.wpcf7-form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
textarea.wpcf7-form-control {
    display: block;
    width: 100%;
    height: calc(7em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.wpcf7 .wpcf7-submit {
    margin-top:20px !important;
    color: #fff !important;
    background-color: #007bff !important;
    border-color: #007bff !important;
}







/******************************************** MAIN **************************************************/
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 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 {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}