@charset "utf-8";
/*--------------------------------------------------------------
Theme Name: Defiscalisation impot
Description: Theme enfant de Total
Author: Sébastien Couston
Template: Total
Version: 1.6
*/

/*--------------------------------------------------------------
- Colors
--------------------------------------------------------------*/
/*
fond header / haut pied de page : #373a40
fond bas pied de page / LayerSlider : #27292e
bleu menu/bouton/lien : #3b86b0
bleu menu/bouton/lien hover : #39A6E4
bleu clair : #dfebf3
gris header : #383838
gris clair : #f7f7f7
gris-gold (text menu) : #595d66
gris-gold (picto menu plus clair) : #737a87
*/
@font-face{font-display: swap;}
/*--------------------------------------------------------------
- Erreurs update Total 4.0
--------------------------------------------------------------*/
.wpb_single_image .vc_figure { overflow: hidden; }
#comments #commentform label { display: inline-block; }

/*--------------------------------------------------------------
- dropkick.css
--------------------------------------------------------------*/
.dk-select, .dk-select *, .dk-select *:before, .dk-select *:after, .dk-select-multi, .dk-select-multi *, .dk-select-multi *:before, .dk-select-multi *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.dk-select, .dk-select-multi {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5em;
  width: 200px;
  cursor: pointer;
  background: #f7f7f7 url("https://www.defiscalisation-impot.com/wp-content/themes/defiscalisation-impot/images/select-arrow.png") right center no-repeat; }

.dk-selected {
   color: #777; padding: 0 10px; font-size: 12px; border: 1px solid #e4e4e4; }

.dk-selected-disabled {
  color: #BBBBBB; }

.dk-select .dk-select-options {
  position: absolute;
  display:none;
  left: 0;
  margin:0;}
  
.dk-select-open-up .dk-select-options {
  border-top: none;
  margin: 0;
  top: 40px; }

.dk-select-open-down .dk-select-options {
  border-top: none;
  margin: 0;
  top: 40px; }

.dk-select-multi .dk-select-options {
  max-height: 10em; }

.dk-select-options {
  width: 100%;
  z-index: 100;
  background-color: white;
  border: 1px solid #e4e4e4;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 10em;
  list-style: none;
  padding: 0;
  margin: 0; }

.dk-option-selected {
  background-color: #e4e4e4;
  }

.dk-select-options-highlight .dk-option-selected {
  background-color: #e4e4e4;
  color: inherit; }

.dk-option {
  padding: 0 0.5em; }

.dk-select-options .dk-option-highlight {
  background-color: #129FEA;
  color: #fff; transition: all .25s ease-in-out; -moz-transition: all .25s ease-in-out; -webkit-transition: all .25s ease-in-out; -o-transition: all .25s ease-in-out;}

.dk-select-options .dk-option-disabled {
  color: #BBBBBB;
  background-color: transparent; }

.dk-optgroup {
  border: solid #e4e4e4;
  border-width: 1px 0;
  padding: 0.25em 0;
  margin-top: 0.25em; }
  .dk-optgroup + .dk-option {
    margin-top: 0.25em; }
  .dk-optgroup + .dk-optgroup {
    border-top-width: 0;
    margin-top: 0; }
  .dk-optgroup:nth-child(2) {
    padding-top: 0;
    border-top: none;
    margin-top: 0; }
  .dk-optgroup:last-child {
    border-bottom-width: 0;
    margin-bottom: 0;
    padding-bottom: 0; }

.dk-optgroup-label {
  padding: 0 0.5em 0.25em;
  font-weight: bold;
  width: 100%; }

.dk-optgroup-options {
  list-style: none;
  padding-left: 0; }
  .dk-optgroup-options li {
    padding-left: 1.2em; }

.dk-select-open-up .dk-selected {
  border-color: #129FEA; }

.dk-select-open-down .dk-selected {
  border-color: #129FEA; }

.dk-select-open-up .dk-selected:before, .dk-select-open-down .dk-selected:before {
  border-width: 0 0.25em 0.25em;
  border-bottom-color: #129FEA; }

.dk-select-open-up .dk-selected:after, .dk-select-open-down .dk-selected:after {
  border-left-color: #129FEA; }

.dk-select-open-up .dk-select-options, .dk-select-open-down .dk-select-options, .dk-select-multi:focus .dk-select-options {
  display: block;
  border-color: #129FEA; }

.dk-select-multi:hover, .dk-select-multi:focus {
  outline: none; }

.dk-selected:hover, .dk-selected:focus {
  outline: none;
  border-color: #129FEA; }
  .dk-selected:hover:before, .dk-selected:focus:before {
    border-top-color: #129FEA; }
  .dk-selected:hover:after, .dk-selected:focus:after {
    border-left-color: #129FEA; }

.dk-select-disabled {
  opacity: 0.6;
  color: #BBBBBB;
  cursor: not-allowed; }
  .dk-select-disabled .dk-selected:hover, .dk-select-disabled .dk-selected:focus {
    border-color: inherit; }
    .dk-select-disabled .dk-selected:hover:before, .dk-select-disabled .dk-selected:focus:before {
      border-top-color: inherit; }
    .dk-select-disabled .dk-selected:hover:after, .dk-select-disabled .dk-selected:focus:after {
      border-left-color: inherit; }

select[data-dkcacheid] {
  display: none; }

/*--------------------------------------------------------------
- Divers
--------------------------------------------------------------*/
/*bouton produits */
.boutons_produits { 
    display: flex;
    justify-content: space-between;
}

.bouton_produit a { 
    margin-bottom:20px!important;
    display: flex;
	justify-content: center;
    width: 220px;
    font-weight: 600;
    color: #fff;
    background-color: #00c1cf;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    border-radius: 2em;
    height:48px;
    line-height: 48px;
    cursor: pointer;
    transition: all .2s ease-in-out;
    z-index: 998;
    padding-left: 18px;
    padding-right: 18px;
    -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.1), 2px 2px 2px rgba(0,0,0,.1); 
    -moz-box-shadow: 0 0 0 1px rgba(0,0,0,.1), 2px 2px 2px rgba(0,0,0,.1);
    box-shadow: 0 0 0 1px rgba(0,0,0,.1), 2px 2px 2px rgba(0,0,0,.1);
}
.bouton_produit a:hover {
    background-color:#13A0AC;
    text-decoration: none;
}
.bouton_produit i {
    font-size: 20px;
    padding-right: 15px;
}

/*bouton suivez le guide*/
#bt-guide a {
    position: fixed;
    display: flex;
	justify-content: center;
    right: 0px;
    bottom: 80px;
    opacity: 0;
    font-weight: 600;
    color: #fff;
    background-color: #00c1cf;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    border-radius: 2em;
    height:48px;
    line-height: 48px;
    cursor: pointer;
    transition: all .2s ease-in-out;
    z-index: 998;
    padding-left: 18px;
    padding-right: 18px;
    -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.1), 2px 2px 2px rgba(0,0,0,.1); 
    -moz-box-shadow: 0 0 0 1px rgba(0,0,0,.1), 2px 2px 2px rgba(0,0,0,.1);
    box-shadow: 0 0 0 1px rgba(0,0,0,.1), 2px 2px 2px rgba(0,0,0,.1);
}
#bt-guide a:hover {
    background-color:#13A0AC;
    text-decoration: none;
}
#bt-guide i {
    font-size: 20px;
    padding-right: 15px;
}
#bt-guide a.show {
    right: 30px;
    opacity: 1;
}

/*dropkick form-select*/
.form-select { height: 39px; line-height: 37px; width: 340px; max-width: 100%; margin: 5px 0 7px 0; }
.form-select .dk-selected { font-size: 1em; }
.form-select.dk-select .dk-select-options { max-height:0; opacity:0; transition: all .25s ease-in-out; -moz-transition: all .25s ease-in-out; -webkit-transition: all .25s ease-in-out; -o-transition: all .25s ease-in-out;}
.form-select.dk-select-open-up .dk-select-options { max-height: inherit; opacity:1; }
.form-select.dk-select-open-down .dk-select-options { max-height: inherit; opacity:1; }
.form-select .dk-select-options { overflow-y: hidden; }
.form-select.dk-select .dk-option { opacity:0; max-height:0; transition: all .25s ease-in-out; -moz-transition: all .25s ease-in-out; -webkit-transition: all .25s ease-in-out; -o-transition: all .25s ease-in-out; }
.form-select.dk-select-open-up .dk-option { opacity:1; max-height:38px; }
.form-select.dk-select-open-down .dk-option { opacity:1; max-height:38px; }

input, select, .form-select, .dk-select-options, textarea { text-align:left; -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.1), 2px 2px 2px rgba(0,0,0,.1); -moz-box-shadow: 0 0 0 1px rgba(0,0,0,.1), 2px 2px 2px rgba(0,0,0,.1); box-shadow: 0 0 0 1px rgba(0,0,0,.1), 2px 2px 2px rgba(0,0,0,.1); }
input[type="checkbox"] { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
.asterix {margin-top:30px; font-size:0.9em;}

/*Divers*/
.floatright { float:right; }
.inlineblock { display:inline-block; width:100%; }
.imgfloatleft { float:left; margin:20px; }
.nomarginbottom .wpex-vc-column-wrapper { margin-bottom: 0; }
.marginbottom20 { display:inline-block; margin-bottom: 20px; }

.wpex-social-share-wrap.position-vertical { margin-bottom:20px; }

.boutons_info-produits { margin-top: 40px; }
.boutons_info-produits a { -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.1), 2px 2px 2px rgba(0,0,0,.1); -moz-box-shadow: 0 0 0 1px rgba(0,0,0,.1),2px 2px 2px rgba(0,0,0,.1); box-shadow: 0 0 0 1px rgba(0,0,0,.1), 2px 2px 2px rgba(0,0,0,.1); }

.post-tags a {
    margin-bottom: 5px;
}
.ilightbox-title {
    text-transform: none!important;
}
.produit_pie_chart.plusmoins .vc_pie_chart_value::before{
    content:"± ";
}
.produit_pie_chart.pourcent .vc_pie_chart_value::after {
    content:" %";
}
.produit_pie_chart.ans .vc_pie_chart_value::after{
    content:" ans";
}
.produit_pie_chart.mois .vc_pie_chart_value::after{
    content:" ans";
}
.produit_pie_chart.euros .vc_pie_chart_value::after{
    content:" €";
}
.wpex-carousel .owl-prev, .wpex-carousel .owl-next { background: #3b86b0!important; }

.vc_toggle_title { background-color: #ffffff!important; }

.mb20 { margin-bottom: 20px!important; }

@media only screen and (max-width: 778px) { /* Taille des menus de tri des grilles produits Tous IR IS IFI RF */
    .boutons_info-produits { margin-top: none; }
}
@media only screen and (max-width: 540px) { 
    .boutons_info-produits { margin-top: none; }
    .cookie-notice-container { margin-bottom: 40px; }
}
@media only screen and (max-width: 480px) { 
    #site-scroll-top.show { display:none; visibility:hidden; }
}

/*--------------------------------------------------------------
- Top bar
--------------------------------------------------------------*/
#top-bar-content { width: 100%; }
#top-bar-content .wpex-icon { margin-right:5px; margin-left:14px; color:#000; }
#top-bar-content .left { float:left; }
#top-bar-content .right { float:right; }

@media only screen and (max-width: 540px) { 
    #top-bar-content .left { display: none;}
	#top-bar-content .right { float:none; }
}

/*--------------------------------------------------------------
- Header Style Two
--------------------------------------------------------------*/
.header-two { width: 100%; }
.header-two-aside { float: right; font-size: 14px; color: #000; font-weight: 400; text-align: right; }

/*header two mobile*/
.myprefix-mobile-site-logo { display: none!important; }

@media only screen and (max-width: 778px) {
   .myprefix-mobile-site-logo { display: block!important; }
   #site-logo .main-logo { display: none; }
}

/*header two search*/
#header-two-search { margin-top: 10px }
#header-two-search { float: right }
#header-two-search input#header-two-search-input { -moz-border-radius: 5px 0 0 5px; -webkit-border-radius: 5px 0 0 5px; border-radius: 5px 0 0 5px; width: 170px; float: left; height: 26px; line-height: 26px; padding: 0 10px; -webkit-appearance: none; -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -o-transition: all 0.1s ease-in-out; border: 1px solid #e4e4e4; background: #f7f7f7; }
#header-two-search #header-two-search-submit { -moz-border-radius: 0 5px 5px 0; -webkit-border-radius: 0 5px 5px 0; border-radius: 0 5px 5px 0; background: #3b86b0; height: 26px; line-height: 26px; width: 34px; text-align: center; padding: 0; font-size: 12px; outline: none; margin-left: 0px; cursor: pointer; }
#site-navigation-wrap { background-color: #fff; border-top: 3px solid #373a40; }
nav#site-navigation { margin-top: -3px; }
.navbar-fixed-line-height .main-navigation-ul>.menu-item>a { line-height: 47px; }
/*------------------------------------------------------------------
- Menu
-------------------------------------------------------------------*/
/* Menu > Main > Dropdowns */
#site-navigation .dropdown-menu ul.sub-menu { z-index: 999; margin: 0; padding:20px; border: 0px solid #e4e4e4; text-align:center; width: 1180px; max-width: 1180px; }

#site-navigation .dropdown-menu ul.sub-menu ul { margin-left: 0; left: 100%; top: 0; text-align: left; }
#site-navigation .dropdown-menu ul.sub-menu > li.menu-item:first-child ul { top: -1px }
#site-navigation .dropdown-menu ul.sub-menu li.menu-item { display: block; padding: 0; margin-left: 40px; }
#site-navigation .dropdown-menu ul.sub-menu li.menu-item a { border: none;  display: block;}
#site-navigation .dropdown-menu ul.sub-menu li.menu-item:last-child > a { border: none }
#site-navigation .dropdown-menu ul.sub-menu li.menu-item a { padding: 8px 12px; height: 100%; margin: 0px; border: 0px; line-height: normal; font-weight: normal; color:#373a40; text-transform: none; font-size: 12px; display:block; transition: all .15s ease-in-out; -moz-transition: all .15s ease-in-out; -webkit-transition: all .15s ease-in-out; -o-transition: all .15s ease-in-out; }
#site-navigation .dropdown-menu ul.sub-menu li.menu-item a:hover { color: #373a40; background: #f7f7f7; text-decoration: none; }

/*header two navigation*/
.navbar-style-two { border-top: 0px solid #e4e4e4; position: relative; height:50px; background: url(https://www.defiscalisation-impot.com/images/bg-nav.gif) bottom center repeat-x transparent; }
.navbar-style-two .dropdown-menu { border: none!important; position: absolute; display: flex; justify-content: space-evenly; }
.navbar-style-two .dropdown-menu > li.menu-item { border-right: 0px solid #e4e4e4; text-transform:uppercase; text-align:center; }
.navbar-style-two .dropdown-menu > li:first-child { margin-left: 0 }
.navbar-style-two .dropdown-menu > li > a { border-top: 3px solid #373a40; padding-bottom: 3px; display: block; height: 50px; line-height: 47px; color: #555; text-decoration: none; font-weight: normal; padding: 0 20px; font-size: 13px; }
.navbar-style-two .dropdown-menu > li:first-child { margin-left: 0 }
.navbar-style-two .dropdown-menu > li > a:hover { background-color: #3b86b0; border-top: 3px solid #373a40; padding-bottom: 3px; color: #ffffff!important; }
.navbar-style-two .dropdown-menu > .sfHover > a { background-color: #3b86b0; border-top: 3px solid #373a40; padding-bottom: 3px; color: #ffffff!important; }
.navbar-style-two .dropdown-menu > .sfHover > a span { color: #ffffff; }
.navbar-style-two .dropdown-menu > li.current-menu-item > a, .navbar-style-two .dropdown-menu > li.current-menu-ancestor > a { border-top: 3px solid #e4e4e4; }
.navbar-style-two .dropdown-menu > .current-menu-item > a:hover, .navbar-style-two .dropdown-menu > li.current-menu-ancestor > a:hover { border-top: 3px solid #e4e4e4; color: #ffffff!important; }

/*menu principal drop-down styles*/
#menu-principal.dropdown-menu ul a .ticon {
	float:left;
	background:#737a87;
	color:#FFF;
	font-size:32px;
	margin-right: 10px;
	height:60px;
	width:60px;
	-moz-border-radius:30px; -webkit-border-radius:30px; border-radius:30px;
	line-height:60px;
	text-align:center;
	transition: all .15s ease-in-out; -moz-transition: all .15s ease-in-out; -webkit-transition: all .15s ease-in-out; -o-transition: all .15s ease-in-out;
}
#menu-principal.dropdown-menu ul a:hover .ticon {
	color:#FFF;
	background-color: #373a40;
}
#menu-principal.dropdown-menu ul .menu-text {
	float: left;
	width: 100px;
	font-size:16px;
	white-space:normal;
	text-align:left;
	margin-top:5px;
}
#menu-principal.dropdown-menu ul .row {
	display: block;
	float:left;
	width: 230px;
	background: #eee;
	border: none;
	padding:5px!important;
	height:86px;
	margin:10px 0 10px 20px;
}
#menu-principal.dropdown-menu ul.sub-menu li.menu-item.menu-divider { 
	clear:both;
}
#menu-principal.dropdown-menu ul.sub-menu li.menu-item.menu-divider a:hover {
	background:none;
}
#menu-principal.dropdown-menu ul.sub-menu li.menu-item.menu-divider hr {
	width: calc(100% - 40px);
    margin-bottom: 10px;
    margin-top: 10px;
    border-top-width: 1px;
    border-top-color: #eee;
}
#menu-principal.dropdown-menu ul .text a {
	display: block;
	float:left!important;
	width: 150px;
	margin:5px 0 5px 20px!important;
	background: none;
	text-align:left;
	padding:0!important;
	color:#eee!important;
	font-size:12px!important;
}
#menu-principal.dropdown-menu ul .text a:hover {
	text-decoration:underline!important;
    background: none!important;
}
#menu-principal.dropdown-menu .search-toggle-li { display:none; }
.header-aside-content { color:#f7f7f7; }

/*menu produits*/
#menu-principal.dropdown-menu > li.menu-produits {
}
#menu-principal.dropdown-menu .menu-produits ul {
	height: auto;
	left:0;
}
/*menu comment*/
#menu-principal.dropdown-menu > li.menu-comment {
}
#menu-principal.dropdown-menu .menu-comment ul {
	height:auto;
	left:-260px;
}
/*menu actualites*/
#menu-principal.dropdown-menu > li.menu-actualites {
}
/*menu qui*/
#menu-principal.dropdown-menu > li.menu-qui {
}
/*menu contact*/
#menu-principal.dropdown-menu > li.menu-contact {
}

/*menu item*/
#menu-principal.dropdown-menu ul.sub-menu li.menu-item.row.menu-item-1598 {
	margin-left:200px;
}
#menu-principal.dropdown-menu ul.sub-menu li.menu-item.row.menu-item-74 {
	margin-left:200px;
}
#menu-principal.dropdown-menu ul.sub-menu li.menu-item.row.menu-item-71 {
	margin-left:50px;
}
#menu-principal.dropdown-menu ul .text.menu-item-228 {
	margin-left:40px;
}
#menu-principal.dropdown-menu ul .text.menu-item-234 {
	margin-left:40px;
}
#menu-principal.dropdown-menu ul .text.menu-item-3110 {
	margin-left:40px;
}

@media only screen and (max-width: 1280px) { 
	#site-navigation .dropdown-menu ul.sub-menu { width: 980px; max-width: 980px; }
	#menu-principal.dropdown-menu ul.sub-menu li.menu-item.row.menu-item-1598 { margin-left: 100px; }
	#menu-principal.dropdown-menu ul.sub-menu li.menu-item.row.menu-item-74 { margin-left: 40px; }
	#menu-principal.dropdown-menu ul.sub-menu li.menu-item.row.menu-item-71 { margin-left: 80px; }
	#menu-principal.dropdown-menu ul.sub-menu li.menu-item.row.menu-item-70 { margin-left: 80px; }
	#menu-principal.dropdown-menu ul.sub-menu li.menu-item.row.menu-item-195 { margin-left: 80px; }
}

/*--------------------------------------------------------------
- Menu Mobile
--------------------------------------------------------------*/
.sidr-class-menu-text { display:inline; }
.sidr-class-dropdown-menu ul .sidr-class-row a:before { display:none; }
#sidr-id-menu-item-212 { display:none; }

/*--------------------------------------------------------------
- Page Sous-Menu Produits
--------------------------------------------------------------*/
/*Page Sous-Menu navigation*/
#menu-produits .vcex-navbar {
	background-color: #fcfcfc ;
	padding:10px 0;
	margin:0;
}
#menu-produits .vcex-navbar .vcex-navbar-link {
	display: block;
	float:left;
	background: #eee;
	padding: 5px 10px;
	margin:10px 0 10px 20px;
	border: #eee 5px solid;
	width:230px;
}
#menu-produits .vcex-navbar-link-text {
	display: flex;
	align-items: center;
}

#menu-produits .vcex-navbar a .ticon {
	color:#fff;
	background:#737a87;
	font-size:32px;
	height:60px;
	width:60px;
	margin-right: 10px;
	-moz-border-radius:30px; -webkit-border-radius:30px; border-radius:30px;
	line-height:60px;
	text-align:center;
	transition: all .15s ease-in-out; -moz-transition: all .15s ease-in-out; -webkit-transition: all .15s ease-in-out; -o-transition: all .15s ease-in-out;
}
#menu-produits .vcex-navbar a:hover .ticon, #menu-produits .vcex-navbar a.active .ticon {
	background-color: #373a40;
	color: #fff;
}
#menu-produits .vcex-navbar a .ticon span {
	margin-right: 0;
}
#menu-produits .vcex-navbar a .menu-text {
	color:#373a40;
	line-height:normal;
	width: 100px;
	font-size:16px;
	text-align:left;
	transition: all .15s ease-in-out; -moz-transition: all .15s ease-in-out; -webkit-transition: all .15s ease-in-out; -o-transition: all .15s ease-in-out;
}
#menu-produits .vcex-navbar a:hover .menu-text, #menu-produits .vcex-navbar a.active .menu-text {
	color: #373a40;
}
#menu-produits .vcex-navbar a:first-child {
	margin-left:225px;
}

@media only screen and (max-width: 778px) { 
#menu-produits {
	display:none;
}
}

/*--------------------------------------------------------------
- Typo
--------------------------------------------------------------*/
/*titres*/
h2.titre-cd, h2.titre-actu  {
	font-size:24px;
	margin:0; padding:0; margin-bottom:20px; padding-bottom:10px;
	border-bottom:#e8e8e8 1px solid;
}
h2.titre-actu { margin-top:50px; }
p.h2sstitre {
	font-weight: 600;
	font-size:24px;
	margin:0; padding:0; margin-bottom:20px; padding-bottom:10px;
}
h3.titre-cd, h3.titre-actu {
	font-size:18px;
	margin:0; padding:0; margin-top:50px; margin-bottom:20px; padding-bottom:10px;
	border-bottom:#e8e8e8 1px solid;
}
h3.titre-placement {
	font-size:18px;
	margin:0; padding:0; margin-top:50px; margin-bottom:10px; padding-top:10px;
	border-top:#e8e8e8 1px solid;
}
p.h3sstitre {
	font-weight: 600;
	font-size:18px;
	margin:0; padding:0; margin-bottom:20px; padding-bottom:10px;
}
h4.titre-cd, h4.titre-actu, h5.titre-cd, h5.titre-actu {
	font-weight: 600;
    color: #666;
	font-size:14px;
	margin:0; padding:0; margin-top:30px; margin-bottom:20px;
}
p.sstitre-placement {
    color:cornflowerblue;
	font-weight: 600;
	font-size:14px;
	margin:0; padding:0; padding-bottom:10px;
	border-bottom:#e8e8e8 1px solid;
}
li.titre-cd, li.titre-actu {
	font-size:18px;
	margin:0; padding:0; margin-top:50px; margin-bottom:20px; padding-bottom:10px;
	border-bottom:#e8e8e8 1px solid;
}
.exemple {
	padding:20px;
	background:#f7f7f7;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
	transition: all .25s ease-in-out; -moz-transition: all .25s ease-in-out; -webkit-transition: all .25s ease-in-out; -o-transition: all .25s ease-in-out;
}
.exemple:hover {
	background:#e8e8e8;
}
.detail {
	padding:20px;
	background:#f7f7f7;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
	transition: all .25s ease-in-out; -moz-transition: all .25s ease-in-out; -webkit-transition: all .25s ease-in-out; -o-transition: all .25s ease-in-out;
}
.detail .vc_column-inner {
    margin-bottom: 0;
}
.onglet-produit {
	padding-top:30px;
	padding-bottom:30px;
}
.onglet-produit h2{
	font-size:16px;
	padding:10px;
	padding-left:0;
	border-bottom:1px solid #CCC;
}
.onglet-produit h3 {
	font-size:15px;
	padding:10px;
	padding-left:5px;
	border-bottom:1px dashed #CCC;
}
.onglet-produit h4 {
	font-size:14px;
	padding:10px;
	padding-left:0;
	margin-left:10px;
	border-bottom:1px dotted #CCC;
}
.onglet-produit h5 {
	font-size:13px;
	padding:10px;
	padding-left:0;
	margin-left:10px;
}
.font09 {
	font-size:0.9em;
}
.font08 {
	font-size:0.8em;
}

/*--------------------------------------------------------------
- Color Buttons
--------------------------------------------------------------*/
.theme-button,.color-button,input[type="submit"],button,.button,theme-button.blue {background:#3b86b0; color:#fff; text-transform: none; }
.theme-button.blue:hover { background-color:#39A6E4; color:#fff!important; text-transform: none; }
.theme-button, .color-button, input[type="submit"], button, .button, .added_to_cart { border-radius: 2em; }
/*--------------------------------------------------------------
- WPCF7 FORM 
--------------------------------------------------------------*/
.wpcf7 .wpcf7-not-valid {
    border: 1px solid #ffb900!important;
}
.wpcf7-not-valid-tip, .screen-reader-response {
    display: none;
}
input:focus, select:focus, textarea:focus{
    outline:transparent;
}
.wpcf7-form p { margin-bottom: 15px!important; }

@media only screen and (max-width: 540px) { 
.wpcf7-form p { margin-bottom: 5px!important; }
.wpcf7-form input { margin-top: 10px; }
}

/*--------------------------------------------------------------
- Simulation
--------------------------------------------------------------*/
/*Simulation*/
.bloc-text-simulation { background: #dfebf3; padding:30px 30px 50px; margin:0; clear:both; }
.bloc-text-simulation h2 { padding:0; margin:0; margin-bottom:50px; margin-left:20px; margin-right:20px; color: #3b86b0; text-transform:uppercase; }
.bloc-text-simulation .icon-box {  padding-left: 70px; margin-bottom:40px; }

/*Pavé avec icon*/
.icon-box { position: relative; }
.icon-box p { margin: 0 0 5px!important; }
.icon-box-link { text-decoration: none !important; }
.icon-box .icon-box-icon { position: absolute; left: 20px; top: 0; font-size: 25px; color: #3b86b0; }
.icon-box .icon-box-heading { margin: 0 0 10px; font-size: 14px; font-weight: 600; }

.icon-box .ticon {
	font-size:50px;
	height:80px;
	line-height:80px;
	color: #3b86b0;
}

/*formulaire page simulation*/
.form-simulation .widget-title {padding:0; margin:0; margin-bottom:20px; margin-left:20px; margin-right:20px; text-transform:uppercase; border-bottom:1px #dfebf3 solid;}
.form-simulation input[type="text"],
.form-simulation input[type="password"],
.form-simulation input[type="email"],
.form-simulation input[type="tel"],
.form-simulation input[type="url"],
.form-simulation input[type="search"],
.form-simulation textarea,
.form-simulation .form-select { width:100%; margin-bottom: 10px!important; }
.form-simulation input[type="submit"] { font-size:1.2em; width:100%; padding: 14px; text-align:center; margin-top:25px; }
input[name="montantimpot"] { padding-right: 30px; background: #f7f7f7 url("https://www.defiscalisation-impot.com/wp-content/themes/defiscalisation-impot/images/euro.png") right center no-repeat; }

/*--------------------------------------------------------------
- Layer Slider
--------------------------------------------------------------*/
.page-slider { background-color:#27292e; border-bottom: 4px solid #27292e; border-top: 4px solid #27292e; }
img.ls-layer { width:960px; height:350px !important; }
.layer-left-1-1 { font-family:Open Sans; position:absolute; margin-top:12%; margin-left:8%; text-shadow: 2px 2px 10px rgba(0,0,0,0.4); font-size:47px; text-transform:uppercase; color:#FFF; }
.layer-left-1 { font-family:Open Sans; position:absolute; margin-top:18%; margin-left:8%; text-shadow: 2px 2px 10px rgba(0,0,0,0.4); font-size:47px; text-transform:uppercase; color:#FFF; }
.layer-left-2 { font-family:Open Sans; position:absolute; margin-top:25%; margin-left:9%; text-shadow: 2px 2px 10px rgba(0,0,0,0.4); font-size:20px; text-transform:uppercase; color:#FFF; }
.layer-left-2-2 { font-family:Open Sans; position:absolute; margin-top:29%; margin-left:9%; text-shadow: 2px 2px 10px rgba(0,0,0,0.4); font-size:20px; text-transform:uppercase; color:#FFF; }
.layer-right { font-family:Open Sans; position:absolute; margin-top:26%; margin-left:80%; text-shadow: 2px 2px 10px rgba(0,0,0,0.4); font-size:14px; text-transform:uppercase; }

@media only screen and (max-width: 778px) { 
.ls-layer.layer-left-1-1 { margin-left:15%; font-size:41px;}
.ls-layer .layer-left-1 { margin-left:15%; font-size:41px; }
.ls-layer .layer-left-2 { margin-left:16%; font-size:18px; }
.ls-layer .layer-left-2-2 { margin-left:16%; font-size:18px; }
.ls-layer .layer-right { margin-left:72%; }
.ls-layer .agrandir-plan { margin-left:72%; }
.ls-bottom-nav-wrapper, .ls-bottom-slidebuttons, .ls-bottom-slidebuttons a, .ls-nav-prev, .ls-nav-next { display:none; visibility:hidden; }
}
@media only screen and (max-width: 480px) { 
.ls-layer .layer-left-1-1 { margin-left:25%; top:-11%; font-size:31px; }
.ls-layer .layer-left-1 { margin-left:25%; top:-11%; font-size:31px; }
.ls-layer .layer-left-2 { margin-left:26%; top:-12%; font-size:16px; }
.ls-layer .layer-left-2-2 { margin-left:26%; top:-12%; font-size:16px; }
.ls-layer .layer-right { margin-left:58%; top:5%; }
}
@media only screen and (max-width: 340px) { 
.ls-layer .layer-left-1-1 { margin-left:25%; top:-11%; font-size:26px; }
.ls-layer .layer-left-1 { margin-left:25%; top:-11%; font-size:26px; }
.ls-layer .layer-left-2 { margin-left:26%; top:-12%; font-size:13px;}
.ls-layer .layer-left-2-2 { margin-left:26%; top:-12%; font-size:13px;}
.ls-layer .layer-right { margin-left:55%; top:5%; }
}

/*--------------------------------------------------------------
- Elements divers
--------------------------------------------------------------*/
.bgd-blue { background: #dfebf3; width:100%; height:100%; overflow:hidden; }

/*pop*/
.form-pop input[type="text"],
.form-pop input[type="password"],
.form-pop input[type="email"],
.form-pop input[type="tel"],
.form-pop input[type="url"],
.form-pop input[type="search"],
.form-pop .form-select { width:100%; height: 38px; font-size: 1.1em; }
.form-pop input[type="submit"] { font-size:1.2em; width:100%; padding: 14px; text-align:center; }

.pop-simulation, .pop-information, .pop-rappel {
	margin: 0 auto;
	max-width:600px;
	padding:20px 30px;
	padding-bottom:10px;
	clear:both;
    background-color: rgb(223, 235, 243);
}
.pop-simulation h1.widget-title, .pop-information h1.widget-title, .pop-rappel h1.widget-title {
	font-size:1.2em;
	font-weight:600;
	margin:10px 0;
	margin-bottom:25px; 
	padding-bottom:5px;
	border-bottom:1px solid #3b86b0;
	color:#3b86b0;
}
.pop-simulation h1 span, .pop-information  h1 span, .pop-rappel  h1 span {
	padding-right: 20px;
}
.pop-simulation .wpcf7-response-output, .pop-information .wpcf7-response-output, .pop-rappel .wpcf7-response-output { margin-top:-10px; margin-bottom:20px; }

body.elements_divers a#site-scroll-top { visibility:hidden; opacity:0; }
body.elements_divers .wpb_column { margin:0; }

.mentionslegales {
	padding:20px 30px;
}

/*--------------------------------------------------------------
- Page Header / Title
--------------------------------------------------------------*/
.page-header { margin: 0; padding: 20px 0; position: relative; background: #f7f7f7; margin-bottom: 40px; border-top: 1px solid #e4e4e4; border-bottom: 1px solid #e4e4e4;}
.centered-page-header { text-align: center; }
.page-header-title { font-size: 32px; display: block; line-height: 1.4em; font-weight: 400; margin: 0; color: #000; }
.titre-big-container { margin: 0; padding: 20px 0; position: relative; margin-bottom: 30px; text-align: center;}
.titre-big { display: block; font-size: 32px; line-height: 1.4em; font-weight: normal; font-weight: 400; margin: 0px; color: #069; }
.titre-big-subheading { font-size: 1.385em; font-weight: 400; margin: 0; color: #069; }
.titre-big-subheading p:last-child { margin: 0px; }

.page-subheading { margin: 0; color: #999; font-size: 1.385em; font-weight: 300; }

@media only screen and (max-width: 778px) {
	.titre-big { font-size: 24px !important; }
	.titre-big-subheading { font-size: 14px !important; }
}

#breadcrumbs { font-size:0.9em; margin-bottom: 40px; }
#breadcrumbs a { color:#999; }

/*--------------------------------------------------------------
- Accueil
--------------------------------------------------------------*/
.wpb_text_column.wpb_content_element.home_wrapper_description {
	padding: 10px 10px 15px;
	border:1px solid #e7e7e7;
	border-top: none;
}
.home_wrapper_description h2 {
	margin-top:0px;
    font-size: 18px;
}
.home_wrapper_description ul {
	list-style:none;
	margin:10px 0 15px 25px;
}
.home_wrapper_description .ticon-li {
	margin:3px 0;
}
.home_wrapper_description .ticon-li span {
	color:#069;
	margin-left: -22px;
	margin-right: 5px;
}
.home_wrapper_description .theme-button {
	margin-left: 25px;
}
.chiffres-cles .ir, .chiffres-cles .is, .chiffres-cles .ifi {
	position:relative;
	padding:15px 20px;
	background-color:#e7e7e7;
	min-height:70px;
	margin:15px 0px;
	clear:both;
}
.chiffres-cles .chiffre {
	position:absolute;
	width:50px;
	text-align:right;
	font-size:3em;
	color:#069;
	font-weight:600;
	top:0px;
}
.chiffres-cles .chiffre .virgule {
	font-size:.8em;
}
.chiffres-cles .texte {
	position:relative;
	margin-left:70px;
	line-height: 1.4em;
}
.chiffres-cles .texte .big {
	color:#069;
	text-transform:uppercase;
	font-weight:600;
}

.wpex-vc_row-has-fill.pleine_largeur {
	width:300%;
	margin:0;
	margin-left:-100%;
	margin-right:100%;
 }
@media only screen and (max-width: 778px) {
.wpex-vc_row-has-fill.pleine_largeur {
	width: 110%;
	margin-left:-5%;
	margin-right:5%;
}
}

/*formulaire accueil*/
.form-accueil {
	padding:30px;
	background: #f7f7f7;
	border-top: 4px solid #069; 
}
.form-accueil-info {
	color:#373a40;
}
.form-accueil-left-container {
	width:60%;
	float:left;
	padding:20px;
	padding-left:0;
}
.form-accueil-right-container {
	width:40%;
	float:none;
	margin-left:60%;
	padding:15px 20px;
	background: #e6e6e6;
}
.form-accueil-title {
	color:#069;
	font-size:1.1em;
	font-weight: 600;
	margin:0;
	margin-bottom:10px;
}
.form-accueil input[type="text"],
.form-accueil input[type="password"],
.form-accueil input[type="email"],
.form-accueil input[type="tel"],
.form-accueil input[type="url"],
.form-accueil input[type="search"],
.form-accueil .form-select { width:100%; height: 38px; font-size: 1.1em; }
.form-accueil input[type="submit"] { float: right; font-size:1.2em; }

.inline-one { display:inline-block; width: 100%;
}
.inline-two-left {display:inline-block;  width:47%; margin-right:5%;
}
.inline-two-right { display:inline-block; width:47%;
}
.inline-un-tiers-left {display:inline-block;  width:30%; margin-right:5%;
}
.inline-deux-tiers-right { display:inline-block; width:60%;
}

.contact_box span.wpcf7-list-item {
	display: inline-block;
    width: 24%;
    vertical-align: top;
    margin: 0 4% 0 4%;
}
.contact_box span.wpcf7-list-item i {
	vertical-align:top;
	margin-left:8px;
	font-size:3em;
	cursor:pointer;
	margin-bottom:5px;
}
.contact_box span.wpcf7-list-item .wpcf7-list-item-label {
	display:block;
	text-align:center;
	line-height:1.5em;
	font-size:0.9em;
	cursor:pointer;
}
@media only screen and (max-width: 778px) {
.form-accueil {
	padding:30px 10px;
	width:100%;
	margin:0 auto;
}
.form-accueil-left-container {
	width:100%;
	float:none;
	padding:20px 10px;
}
.form-accueil-right-container {
	width:100%;
	margin-left:0;
	padding:20px 15px;
}
}
@media only screen and (max-width: 480px) {
.form-accueil {
	padding:30px 10px;
	width:130%;
	margin-left: -15%;
	margin-right: 15%;
}
.inline-two-left { width:100%; margin-right:0;
}
.inline-two-right { width:100%;
}
.form-accueil-right-container {
	text-align:center;
}
}

/*--------------------------------------------------------------
- Widget
--------------------------------------------------------------*/

.sidebar-box .widget-title { font-weight:600; font-size: 1em; color:#373a40; }

/*--------------------------------------------------------------
- Pre-simulation
--------------------------------------------------------------*/
.widget-simulation {
	padding:20px;
	-webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.2), 2px 2px 2px rgba(0,0,0,.2); -moz-box-shadow: 0 0 0 1px rgba(0,0,0,.15), 2px 2px 2px rgba(0,0,0,.1); box-shadow: 0 0 0 1px rgba(0,0,0,.2), 2px 2px 2px rgba(0,0,0,.2);
	text-align:center;
	background-color:#373a40;
}
.widget-simulation-impot {
	margin-top: 30px;    
	padding:20px;
	-webkit-box-shadow: 0 0 0 1px #a6dbff, 2px 2px 2px rgba(0,0,0,.2); -moz-box-shadow: 0 0 0 1px #a6dbff, 2px 2px 2px rgba(0,0,0,.1); box-shadow: 0 0 0 1px #a6dbff, 2px 2px 2px rgba(0,0,0,.2);
	text-align:center;
	background-color:aliceblue;
}
.widget-simulation-title  {
	text-transform:uppercase;
	font-weight:600;
	color:#FFF;
}
a.widget-simulation-impot-title {
	text-transform:uppercase;
	font-weight:600;
	color:#3b86b0;
}

/*--------------------------------------------------------------
- Produit ( single-portfollio et templates > produits )
--------------------------------------------------------------*/
.produit-liste{ padding-bottom:20px; font-weight:600; }
.vc_label { color:#fff; font-size:12px; }
.produit_pie_chart { width:25%; float:left; padding:0 20px; }
.produit_pie_chart .vc_pie_chart_value { font-size:150%; }
.produit-chart .vc_round-chart-canvas { height:200px; width:500px; margin:30px 0; }
@media only screen and (max-width: 778px) { /* Taille des menus de tri des grilles produits Tous IR IS IFI RF */
ul.vcex-filter-links li { float: none !important; width: inherit !important; margin-left: 5px !important; }
}
@media only screen and (max-width: 540px) { 
.produit_pie_chart { width:50%; float:left; padding:0; }
}

/*--------------------------------------------------------------
- Simulation impot / capacite emprunt
--------------------------------------------------------------*/
.form_simulations .line {width:100%; padding: 0 1%;}
.form_simulations .table div.line:nth-of-type(n) {background-color: aliceblue; border-bottom: 1px solid #f7f7f7;}
.form_simulations .table { display: block; padding-bottom: 20px; margin-bottom: 20px; width: 100%;}
.form_simulations .line.twoin .col1 {width: 68%; float: left; padding-right: 2%; padding-left: 2%; padding-bottom: 8px; padding-top: 5px;}
.form_simulations .line.twoin .col2 {width: 28%; float: right; padding-bottom: 8px; padding-top: 5px; padding-right: 2%;}
.form_simulations .linetitle {padding-top: 2%; margin: 0; font-weight: 700;}
.form_simulations .linestitle {padding: 0; margin: 0; font-size: 0.8em;}
.form_simulations .montant input {width: 100%; float: right; padding-right: 30px; background: #f7f7f7 url("https://www.defiscalisation-impot.com/wp-content/themes/defiscalisation-impot/images/euro.png") right center no-repeat;}
.form_simulations .montantdemi input {width: 60%; float: right; padding-right: 30px; background: #f7f7f7 url("https://www.defiscalisation-impot.com/wp-content/themes/defiscalisation-impot/images/euro.png") right center no-repeat;}
.form_simulations .pourcent input {width: 60%; float: right; padding-right: 30px; background: #f7f7f7 url("https://www.defiscalisation-impot.com/wp-content/themes/defiscalisation-impot/images/pourcent.png") right center no-repeat;}
.form_simulations .annees input {width: 100%; float: right; padding-right: 30px; background: #f7f7f7 url("https://www.defiscalisation-impot.com/wp-content/themes/defiscalisation-impot/images/annees.png") right center no-repeat;}
.form_simulations label {width: 100%; font-size: 0.8em; display: table; clear: both; float: right; text-align: left;}
.form_simulations .dk-select {width: 100%; margin: 0; float: right;}
.form_simulations .selectnb .dk-select {width: 50%;}
.form_simulations .clearfix:after{content: ""; display: table; clear: both; padding-bottom: 10px;}
.form_simulations .conjoint {border-top: 8px solid transparent; display:inline-block;}
.form_simulations .credit {border-top: 8px solid transparent; display:inline-block;}
.form_simulations .hidden {display: none!important;}
.form_simulations input[type="submit"] { font-size:1.2em; width:100%; padding: 10px; text-align:center; }
.form_simulations .line.twoin .col2.submit, .form_simulations .line.twoin .col2.submit2 {float: right; width: 34%; }
.form_simulations .miniable-1, .form_simulations .miniable-2, .form_simulations .miniable-3, .form_simulations .miniable-4, .form_simulations .miniable-5 { cursor: pointer; }
.impot-result {margin: 40px 0; padding: 20px 2% 10px 2%; background-color: aliceblue; }
.impot-result div { padding-bottom: 40px; }
.impot-result div.leger { padding-bottom: 10px; }
.impot-result .col1 { display:inline-block; width:70%; }
.impot-result .col2 { display:inline-block; float: right; padding: 0; }
.impot-result .alert { color: #3b86b0; font-size: .9em; margin-top: -20px; }
.impot-result .col2.bleu { color: #3b86b0; font-size: 1.5em; }
.wpcf7 .wpcf7-mail-sent-ok { display:none; }
.texte-simulation-impot {padding-top: 50px; font-size: 0.8em;}
	
@media only screen and (max-width: 540px) {
	.form_simulations .line.twoin .col1 {width: 54%; float: left;}
	.form_simulations .line.twoin .col2 {width: 44%; float: right;}
	.form_simulations .selectnb .dk-select {width: 66%;}
    .form_simulations .pourcent input {width: 75%;}
    .form_simulations .montantdemi input {width: 75%;}
	.form_simulations label {width:100%;}
	.form_simulations .line.twoin .col2.submit { width: 100%; }
	.impot-result .col1 { display:inline-block; width:54%; padding-right: 2%; }
}


/*--------------------------------------------------------------
- Articles connexes ( YARPP )
--------------------------------------------------------------*/
.yarppsecous-thumbnails-horizontal .yarppsecous-thumbnail, .yarppsecous-thumbnail-default, .yarppsecous-thumbnail-title {
	display: inline-block;
	*display: inline;
	float: left;
}
.yarppsecous-thumbnails-horizontal .yarppsecous-thumbnail {
	width: 24%;
	margin-right: 1%;
	margin-bottom: 1%;
	vertical-align: top;
	padding: 0px;
}
.yarppsecous-thumbnails-horizontal .yarppsecous-thumbnail .overlay-parent {
    display: block;
}
.yarppsecous-thumbnails-horizontal .yarppsecous-thumbnail:last-child {
	margin-right: none;
}
.yarppsecous-thumbnails-horizontal .yarppsecous-thumbnail img, .yarppsecous-thumbnails-horizontal .yarppsecous-thumbnail-default {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0px;
	overflow: hidden;
}
.yarppsecous-thumbnails-horizontal .yarppsecous-thumbnail .yarppsecous-entry-details {
	background: #f7f7f7;
	border: 1px solid #eee;
	padding: 15px;
	width: 100%;
	min-height:80px;
	font-size: 1em;
	margin: 0;
	color: #222;
	font-weight: normal;
}
.yarppsecous-thumbnails-horizontal .yarppsecous-thumbnail .yarppsecous-entry-details a {
	font-size: 1em;
	color: #222;
	display:block;
	font-weight: normal;
}
.yarppsecous-thumbnails-horizontal .yarppsecous-thumbnail .yarppsecous-entry-details a:hover {
	font-size: 1em;
	color: #0081cc;
	font-weight: normal;
}
@media only screen and (max-width: 778px) {
.yarppsecous-thumbnails-horizontal .yarppsecous-thumbnail {
	width: 48%;
	margin-right: 2%;
	margin-bottom: 2%;
}
}
@media only screen and (max-width: 480px) {
.yarppsecous-thumbnails-horizontal .yarppsecous-thumbnail {
	width: 100%;
	margin-right: 0px;
	margin-bottom: 2%;
}
}
@media (min-width: 768px) {
.is_camembert .vc_col-sm-6 {
    width: 40%;
    margin: 0 5%;
}
}
/* Overlays > Plus Hover */
.overlay-plus-hover { visibility: hidden; opacity: 0; -moz-opacity: 0; -webkit-opacity: 0; }

/*--------------------------------------------------------------
- Footer
--------------------------------------------------------------*/
/* FooterCallout */
#footer-callout-wrap {
    background-color: #f7f7f7;
    padding: 30px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
#footer-callout {
    font-size: 1.385em;
    align-items: center;
}
#footer-callout-left, #footer-callout-right {
    display: block;
    float: left;
}
#footer-callout-left {
    width: 75%;
}
#footer-callout-right {
    width: 23%;
    margin-left: 2%;
}
.footer-callout-button a {
    -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.1), 2px 2px 2px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 0 1px rgba(0,0,0,.1), 2px 2px 2px rgba(0,0,0,.1);
    box-shadow: 0 0 0 1px rgba(0,0,0,.1), 2px 2px 2px rgba(0,0,0,.1);
}
#footer-callout .theme-button {
    margin: 0;
    width: 100%;
    text-align: center;
    font-size: .889em;
    padding: 15px 20px;
}
@media only screen and (max-width: 778px) {
    #footer-callout-left {
        width: 100%;
        text-align: center;
    }
    #footer-callout-right {
        width: 80%;
        margin: 20px 10%;
    }
}
/*Callout invisible sur page simulation*/
.page-id-304 #footer-callout-wrap { display:none; } 
/*Footer*/
#footer-builder .titre-footer {
	font-size: 1.5em;
	color: #bababa;
	font-weight:600;
	padding-bottom:20px;
}
#footer-builder .colgche {
	border-right: 1px #666 solid;
	padding-right:20px;
    min-height: 156px;
}
#footer-builder .colgche .iconsgche {
	padding-left:15px;
}
#footer-builder .colmid1 {
	border-right: 1px #666 solid;
	padding-left:20px;
    min-height: 156px;
}
#footer-builder .colmid2 {
	padding-left:20px;
    min-height: 156px;
}
#footer-builder .coldte {
	border-left: 1px #666 solid;
	padding-left:20px;
    min-height: 156px;
}
#footer-bottom {
	display: block;
	text-align: center;
	background-color: #333333;
}
#avis-footer {
	width: 270px;
	display: inline-block;
	margin-top: 20px;
    margin-bottom: 10px;
}
#avis-footer .avis-pagesjaunes-logo {
	float: left;
	background: url(https://www.defiscalisation-impot.com/wp-content/uploads/2017/11/logo-pagesjaunes-51x50.png) no-repeat;
	width: 50px;
	height: 51px;
	margin-right: 20px;
    color: transparent;
}
#avis-footer .avis-pagesjaunes-logo p {
	text-indent: -9999px;
	display: block;
	width: 51px;
	height: 50px;
    margin: 0!important;
}
#avis-footer .pages-jaunes-note {
	float: left;
    margin-right: 30px;
}
#avis-footer .pages-jaunes-note p {
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0!important;
    text-align: left;
}
#avis-footer .pages-jaunes-note p.pages-jaunes-etoiles span.star {
	display:inline;
	color: #fed443;
	padding-left:5px;
}
#avis-footer .total_avis, #avis-footer .reviewer {
	display: none;
}
@media only screen and (max-width: 778px) {
#footer-builder .colgche {
	border-right: none;
	width:50%;
	padding-left:20px;
}
#footer-builder .colmid1 {
	border-right: none;
	width:50%;
}
#footer-builder .colmid2 {
	margin-top:30px;
	width:50%;
}
#footer-builder .coldte {
	margin-top:30px;
	border-left: none;
	width:50%;
}
}
@media only screen and (max-width: 480px) {
#footer-builder .colgche {
	width:100%;
	padding-left:20px;
    min-height:inherit;
}
#footer-builder .colmid1 {
	width:100%;
	margin-top:20px;
    min-height:inherit;
}
#footer-builder .colmid2 {
	width:100%;
	margin-top:20px;
    min-height:inherit;
}
#footer-builder .coldte {
	width:100%;
	margin-top:20px;
    min-height:inherit;
}
}
/*--------------------------------------------------------------
- bbpress
--------------------------------------------------------------*/
.form-allowed-tags {
	display: none;
}
li.bbp-topic-voice-count {
	display: none;
}
li.bbp-topic-freshness {
	display: none;
}
li.bbp-topic-reply-count{
	float: right;
}
#bbpress-forums p.bbp-topic-meta .bbp-author-avatar img.avatar {
	display: none!important;
}

#bbpress-forums div.bbp-reply-author img.avatar {
	margin: 12px 0 0 0;
	display: block;
}
#bbpress-forums div.bbp-reply-author .bbp-author-name {
	margin: 0;
}
.bbp-topic-pagination a.page-numbers {
    display: inline-block;
}
.bbp-login-form label {
    width:auto!important;
}
.bbp-logged-in h4 {
    margin: 0 0 20px!important;
}
blockquote.bbpress-quote{
    font-size: 1em;
}
/*--------------------------------------------------------------
- recaptcha
--------------------------------------------------------------*/
.inv-recaptcha-holder {
    display:none;
}

/*--------------------------------------------------------------
- cookie notice
--------------------------------------------------------------*/
#cookie-notice .cn-button, .cn-close-icon {
    display: none;
}