/*
	Theme Name: IpNuts Themes GOOD
	Theme URI: http://www.querylab.fr/
	Description: Theme Wordpress pour IPNuts
	Version: 1.0.0
	Author: Querylab
	Author URI: http://www.querylab.fr/
	Tags: HTML5, CSS3
*/

/*------------------------------------*\
    FONTS
\*------------------------------------*/


/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
*,
*:after,
*:before {
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
html {
	font-size:62.5%;
}
body {
	font:300 14px/1.4 'Metropolis', 'Roboto','Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
  background: #FDFDFD;
  font-weight: 300;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#0DD1BF;
	text-decoration:none;
  font-weight: 700;
}
a:hover {
	color:#0DD1BF;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
form.search {
  position: relative;
  margin-top: -5px;
  width: 120px;
}
.search-input {
  color: #939393;
  padding: 2px 20px 2px 2px;
  border: 0;
  border-bottom: 1px solid #322032;
  position: relative;
  font-family: "MetropolisLight", "Roboto", serif;
  outline: none;
  text-decoration: none;
  width: 100%;
}
.search-input:focus {
  outline: none!important;
  text-decoration: none!important;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
}
.search::after {
  content:'\f002';
  font-family: "Font Awesome 5 Free";
  font-size: 1.3rem;
  position: absolute;
  top: 0;
  right: -20px;
  display: block;
  font-weight: 900;
  color: #322032;
}
.ipn-nav-compte, .ipn-nav-panier {
  position: relative;
}
.ipn-nav-compte:after {
  position: absolute;
  content: '';
  top: -15px;
  background-color: #322032;
  -webkit-mask-image: url('img/compte.svg');
  mask-image: url('img/compte.svg');
  background-repeat: no-repeat;
  background-size: contain;
  width: 17px;
  height: 17px;
  right: 0;
  left: 0;
  margin: 0 auto;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.ipn-nav-panier:after {
  position: absolute;
  content: '';
  top: -15px;
  background-color: #322032;
  -webkit-mask-image: url('img/panier.svg');
  mask-image: url('img/panier.svg');
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  right: 0;
  left: 0;
  margin: 0 auto;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.menu-item.current_page_item a {
  font-weight: 700;
}
.menu-item a:hover {
  font-weight: 700;
}

.ipn-nav-panier:hover:after, .ipn-nav-compte:hover:after, .ipn-nav-compte.current_page_item:after, .ipn-nav-panier.current_page_item:after {
  background-color: #0DD1BF;
}

.elementor-widget-container .bootstrap-wrapper .form-control {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.elementor-widget-container .bootstrap-wrapper .form-horizontal .form-group.redNaoTwoColumnsDiv:first-child {
  margin-right: 1%!important;
  width: 49%;
}
.elementor-widget-container .bootstrap-wrapper .form-horizontal .form-group.redNaoTwoColumnsDiv:last-child {
  margin-left: 1%!important;
  width: 49%;
}
.elementor-widget-container .bootstrap-wrapper .form-group {
  position: relative;
  margin-bottom: 20px;
}
.elementor-widget-container .rednao_control_label,
.woocommerce-form-row label,
.woocommerce form .form-row label,
.elementor-row .bootstrap-wrapper.SfFormElementContainer .rednao-control-group .rednao_control_label {
  font-family: "Metropolis", "Roboto", sans-serif!important;
  font-weight: 300!important;
  font-size: 14px;
  color: #362232;
  margin-top: 10px;
}
.bootstrap-wrapper .sfRequired .rednao_control_label::after {
  color: #0DD1BF!important;
}
.redNaoInputCheckBox:checked + label.redNaoCheckBox,
.redNaoInputCheckBox:checked + label.redNaoCheckBox,
.redNaoInputRadio:checked + label.redNaoRadio,
.redNaoInputRadio:checked + label.redNaoRadio {
    color: #0DD1BF;
}
.bootstrap-wrapper .form-control.redNaoSelect {
  background: rgba(0,0,0,0.04);
}
.checkbox label {
  color: #707070;
}
.rednaomultiplecheckboxes .redNaoControls, .rednaomultipleradios .redNaoControls {
  margin-left: 15px;
}
.redNaoInputCheckBox:checked + .redNaoCheckBox:after, .redNaoInputCheckBox:checked + .redNaoCheckBox:before,
.redNaoInputRadio:checked + .redNaoRadio:after, .redNaoInputRadio:checked + .redNaoRadio:before {
  color: #00C3B1!important;
}
.elementor-widget-container .redNaoInputRadio:checked + .redNaoRadio:after {
  max-width: 15px!important;
}
.ipn-placeholder .redNaoControls {
  position: relative;
}
.ipn-placeholder .redNaoControls  {
  padding-right: 25px;
}
.ipn-ask {
  color: #00C3B1;
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
	z-index: 10;
}
#fieldNumCommande input {
	margin: 0 auto;
	text-align: center;
}
.woocommerce-ResetPassword {
	width: 100%;
}
.woocommerce-ResetPassword > p {
	text-align: center;
}
.woocommerce-ResetPassword > p.woocommerce-form-row  {
	float: none;
	margin: 0 auto;
}
.woocommerce-ResetPassword > p.woocommerce-form-row button.button  {
	float: none;
	margin: 15px auto;
}

.my-account.woocommerce-lost-password .elementor-widget-theme-post-content:after {
	content: none;
}
.woocommerce-message {
	border-top-color: #00C3B1;
}
.woocommerce-message::before {
	color: #00C3B1;
}
.ipn-ask:hover .ipn-ask-content {
  opacity: 1;
}
.cart  .woocommerce-Price-amount {
	font-size: 18px;
}
.ipnuts-message {
	position: absolute;
	top: -25px;
	text-align: center;
	max-width: 70%;
	margin: 0 auto;
	right: 0;
	left: 0;
	background: #fcfcfc;
	padding: 10px;
	border: 1px solid #362232;
	color: red;
}
.ipnuts-message > a {
	display: none;
}
.ipn-ask-content {
  opacity: 0;
  position: absolute;
  top: 40px;
  font-size: 11px;
  color: #707070;
  width: 200px;
  padding: 15px;
  background: #F9F9F9;
  border-top: 1px solid #00C3B1;
  left: -100%;
  transform: translateX(-60%);
  transition: all .4s;
}
.ipn-ask-content:before,
.ipn-ask-content:after {
  content: '';
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  right: 35px;
}
.ipn-ask-content::after {
    top: -15px;
    border-color: transparent transparent #F9F9F9 transparent;
    border-width: 0 18px 16px 18px;
}
.ipn-shadow {
  font-family: "Shadows Into Light", Sans-serif;
  font-size: 17px;
}
.woocommerce-thankyou-order-received {
	text-align: center;
	font-family: "Metropolis", "Roboto", sans-serif;
	font-weight: 700;
	font-size: 20px;
}
.woocommerce-order {
	text-align: center;
}
.woocommerce ul.order_details {
	padding: 0;
}
.woocommerce ul.order_details li {
	float:none;
	display: inline-block;
}

.woocommerce-MyAccount-orders .woocommerce-Price-amount {
	font-size: 13px;
}
.woocommerce-orders-table__cell-order-questionnaire {
	text-align: center;
}

/* this border color controlls the outside, thin border */
.ipn-ask-content:before {
    top: -16px;
    border-color: transparent transparent #00C3B1 transparent;
    border-width: 0 18px 16px 18px;
}
.elementor-widget-container .redNaoSubmitButton {
  width: 100%;
  padding: 10px!important;
  text-align: center;
  color: #fdfdfd;
  background-color: #00C3B1;
  border: 2px solid #fdfdfd;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  font-family: "Metropolis", "Roboto", sans-serif;
  font-weight: 700!important;
}
.woocommerce a.button.woocommerce-button,
.woocommerce button.button {
  margin-right: 5px;
  color: #fdfdfd;
  background-color: #00C3B1;
  font-family: "Metropolis", "Roboto", sans-serif;
  font-weight: 300!important;
  letter-spacing: 1px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  text-decoration: none!important;
  padding: 7px 15px;
  display: inline-block;
}
.woocommerce button.button {
  padding: 10px 20px;
}
.woocommerce a.button.woocommerce-button:hover,
.woocommerce button.button:hover {
  background-color: #362232;
  color: white!important;
}
.woocommerce button.button {
  float: right;
}
.woocommerce-info {
  border-top-color: #00C3B1;
}
.elementor-widget-container .redNaoSubmitButton:hover {
  border-color: #362232;
  background-color: #362232;
}
.elementor-widget-container .ladda-button,
.elementor-widget-container .ladda-button .ladda-label,
.elementor-widget-container .ladda-button .ladda-spinner {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.ipn-bloc-cta .elementor-container {
  position: relative;
}
.ipn-bloc-cta .elementor-container:after {
  position: absolute;
  content: '';
  display: block;
  height: calc(100% + 23px);
  right: 0;
  left: 0;
  margin: -20px auto;
  width: 90%;
  border: 3px solid rgba(52,33,50,0.3);
  z-index: 0;
  border-radius: 3px;
}
ul.products li.product:before {
  content: '';
  position: absolute;
  z-index: 1;
  background-color: rgba(52,33,50,0.8);
  height: 105%;
  top: 0;
  left: 30px;
  width: 60%;
}

ul.products li.product .woocommerce-loop-product__title {
  position: absolute;
  top: 25px;
  left: 40px;
  text-align: center;
  max-width: 50%;
  z-index: 2;
  padding: 0;
  margin: 0;
}
ul.products li.product .woocommerce-loop-product__title:after {
  content: '';
  width: 200px;
  max-width: 70%;
  margin: 10px 0;
  height: 4px;
  background-color: white;
  margin-left: 50%;
  display: block;
}
ul.products li.product .price {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}
.ipn-porduct-short-desc {
  position: absolute;
  top: 100px;
  left: 40px;
  text-align: center;
  max-width: 50%;
  z-index: 2;
  padding: 0;
  margin: 0;
  color: white;
  font-size: 12px;
	font-weight: 300;
}
.elementor-359 .elementor-element.elementor-element-97aba2c.elementor-wc-products ul.products li.product .price {
	padding: 5px;
	background: rgba(240,240,240,0.8);
	border-radius: 3px;
}
ul.products li.product .button {
  position: absolute;
  bottom: 20px;
  z-index: 2;
  right: 0;
  left: -15px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0 auto;
  width: 70px;
  text-align: center;
}
.woocommerce div.product.elementor .woocommerce-tabs .panel {
  border: 0;
  background-color: #fdfdfd;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background: transparent!important;
  border: 0;
}
.woocommerce .elementor-595 .elementor-element.elementor-element-adf7758 .woocommerce-tabs ul.wc-tabs {
  margin-left: 25px!important;
  margin-right: 25px!important;
  margin-bottom: -2px;
}
.woocommerce div.product.elementor .woocommerce-tabs .panel {
  padding: 20px 45px 40px!important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  border-bottom: 4px solid #00C3B1;
}
.sfsi_Sicons {
  float: none;
}
.elementor-595 .elementor-element.elementor-element-ed201c1.elementor-woo-meta--view-inline .product_meta .detail-container .detail-label {
  display: none;
}
.elementor-595 .elementor-element.elementor-element-ed201c1.elementor-woo-meta--view-inline .product_meta .detail-container .detail-content {
  padding: 5px 10px;
  background: #F9F9F9;
  border-radius: 3px;
  border: 1px solid #f9f9f9;
	font-family: "Metropolis", "Roboto";
	font-weight: 300;
}
.elementor-595 .elementor-element.elementor-element-ed201c1.elementor-woo-meta--view-inline .product_meta .detail-container .detail-content a {
  color: #A3A3A3;
}
.elementor-element.elementor-wc-products ul.products li.product a.woocommerce-loop-product__link {
  position: relative;
}
.elementor-element.elementor-wc-products ul.products li.product a.woocommerce-loop-product__link:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  background-color: #f9f9f9;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.ipn-bt-absolu {
  margin-bottom: -20px;
  z-index: 100;
}
.woocommerce a.button.checkout-button {
  background-color: #0DD1BF;
  border: 1px solid #0DD1BF;
  color: white;
  font-family: "Metropolis", "Century", "Roboto";
  font-size: 15px;
  font-weight: 700;
  display: inline-block;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  float: right;
}
.includes_tax {
  display: block;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  max-width: 330px;
}
.woocommerce .cart_totals table.shop_table {
  text-align: right;
}
.woocommerce button.button:disabled[disabled]{
  color: white;
}
.woocommerce a.button.checkout-button:hover {
  background-color: #322032;
  border: 1px solid #322032;
}
.woocommerce table.shop_table {
  border: 0;
}
.woocommerce table.shop_table th {
  font-family: "Metropolis", "Century", "Roboto";
  font-size: 15px;
  font-weight: 300;
  color: #A3A3A3;
}
.woocommerce table.shop_table tbody {
  margin-top: 35px;
}
.woocommerce-cart table.cart .product-thumbnail {
  max-width: 150px;
}
.woocommerce-cart table.cart .product-thumbnail img {
  width: 100%;
}
.woocommerce-cart table.cart td {
  padding-top: 25px;
}
.product-name a:first-child {
  font-family: "Metropolis", "Century", "Roboto";
  font-size: 15px;
  font-weight: 700;
  color: #291D33;
  margin-bottom:25px;
  display: block;
}
.woocommerce-Price-amount {
  font-family: "Metropolis", "Century", "Roboto";
  font-size: 24px;
  font-weight: 700;
  color: #0DD1BF;
}
.woocommerce-LoopProduct-link .woocommerce-Price-amount {
  font-size: 15px;
}
.woocommerce-cart .cart-collaterals .cart_totals table td {
  vertical-align: middle;
}
.woocommerce-cart .cart_totals table th {
  color: #291D33;
  text-transform: uppercase;
}


.woocommerce .cart_totals table.shop_table {
  /*width: auto;*/
}
.woocommerce .cart_totals h2 {
  display: none;
}

.woocommerce-Input--text,
.woocommerce-Input--email,
.woocommerce-Input--password,
.woocommerce form .form-row input.input-text {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.eael-entry-title:after {
  content: '';
  display: block;
  margin: 10px auto;
  text-align: center;
  height: 4px;
  width: 25px;
  background-color: #0DD1BF;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {
  position: relative;
	z-index: 1;
}
/* logo */
.logo {

}
.logo-img {
	max-width: 200px;
}
h1 {
  font-family: "Metropolis", "Century", "Roboto";
  font-size: 25px;
  font-weight: 700;
}
/* nav */

/* sidebar */
.sidebar {

}
/* footer */
.footer {

}
.ipn-footer-bottom-container > .elementor-container > .elementor-row {
  position: relative;
}
.ipn-footer-bottom-container > .elementor-container > .elementor-row:before {
  content: '';
  display: block;
  height: 125%;
  width: 60%;
  border: 5px solid rgba(255,255,255,0.5);
  top: -30px;
  left: -25px;
  position: absolute;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/
/* Home */
.ipn-home-bloc .ipn-move-top,
.ipn-home-bloc .ipn-home-bt {
  transition: all .4s;
}
.ipn-home-bloc:hover .ipn-move-top:first-child {
  margin-top: -35px;
}
.ipn-home-bloc:nth-child(2):hover .ipn-move-top:first-child {
  margin-top: -30px;
}
.ipn-home-bloc .ipn-home-bt {
  opacity: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.ipn-home-bloc:hover .ipn-home-bt {
  opacity: 1;
}
.ipn-bottom-bt {
  position: absolute!important;
  bottom: 5px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.ipn-titre-page H1 span, .ipn-custom-title span {
  position: relative;
    font-weight: 700;
}
.ipn-titre-page H1 span:last-child,
.ipn-custom-title span:last-child {
  font-size:22px;
  vertical-align: top;
  margin-top:2px;
  display: inline-block;
  margin-left: 15px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #707070;
}
.ipn-titre-page H1 span:first-child:before,
.ipn-custom-title span:first-child:before {
  content: '';
  display: block;
  width: 25px;
  height: 4px;
  background-color: #0DD1BF;
  position: absolute;
  bottom: -7px;
  left: 0;
}
.ipn-titre-sombre H1 span:first-child {
  color: #0DD1BF;
  text-transform: uppercase;
}
.ipn-titre-sombre H1 span:last-child {
  color: white;
  text-transform: uppercase;
}
.eael-accordion-header .fa {
  color: #0DD1BF;
  display: inline-block;
  float: left;
}
.eael-adv-accordion .eael-accordion-list .eael-accordion-content {
  border: 0;
}

.page-id-13 .woocommerce {
  min-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-id-13 .woocommerce .woocommerce-MyAccount-navigation {
  width: 20%;
  min-width: 250px;
}
.page-id-13 .woocommerce .woocommerce-MyAccount-navigation {
  width: 20%;
  min-width: 225px;
  background-color: #362232;
}
.page-id-13 .woocommerce .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 15px;
  margin: 0;
}
.page-id-13 .woocommerce .woocommerce-MyAccount-navigation ul li {
  margin: 20px 0;
}
.page-id-13 .woocommerce .woocommerce-MyAccount-navigation a {
  color: #FDFDFD;
  font-family: "Metropolis","Roboto", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  position: relative;
}
.page-id-13 .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #0DD1BF;
}
.page-id-13 .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a:after {
  content: '';
  width: 15px;
  height: 4px;
  background-color: #0DD1BF;
  left: 0;
  bottom: -8px;
  position: absolute;
}
.woocommerce-MyAccount-content {
  padding: 0 0 0 25px;
}
.woocommerce-MyAccount-content a {
  color: #0DD1BF;
  text-decoration: underline!important;
}

.elementor-widget-wrap .fuelux .wizard .steps-container > .steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align:end;
      -ms-flex-align:end;
          align-items:flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%!important;
  margin-bottom: 50px;
  position: relative;
}
.elementor-widget-wrap .fuelux .wizard .steps-container > .steps:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #A3A3A3;
  top: 20px;
  z-index: 1;
}
.elementor-widget-wrap .fuelux .wizard .steps-container > .steps li .chevron {
  display: none;
}
.elementor-widget-wrap .fuelux .wizard {
  border: 0;
  text-align: center;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.elementor-widget-wrap .fuelux .wizard .steps-container > .steps li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: transparent;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  color: #A3A3A3;
  font-family: "Metropolis", "Roboto", sans-serif;
  font-weight: 300;
  position: relative;
}
.elementor-widget-wrap .fuelux .wizard .steps-container > .steps li.active,
.elementor-widget-wrap .fuelux .wizard .steps-container > .steps li.complete:hover,
.elementor-widget-wrap .fuelux .wizard .steps-container > .steps li.complete {
  color: #0DD1BF;
  font-family: "Metropolis", "Roboto", sans-serif;
  font-weight: 700;
  background: transparent;
}
.elementor-widget-wrap .fuelux .wizard .steps-container > .steps li .badge {
  display: block;
  margin: 0 auto;
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  font-family: "Metropolis", "Roboto", sans-serif;
  font-weight: 700;
  border: 1px solid #A3A3A3;
  color: #A3A3A3;
  background-color: #fdfdfd;
  position: relative;
  z-index: 5;
}
.elementor-widget-wrap .fuelux .wizard .steps-container > .steps li.active .badge,
.elementor-widget-wrap .fuelux .wizard .steps-container > .steps li.complete:hover .badge,
.elementor-widget-wrap .fuelux .wizard .steps-container > .steps li.complete .badge{
  background-color: #0DD1BF;
  border: 1px solid #0DD1BF;
  color: white;
}
.elementor-widget-wrap .fuelux .wizard .steps-container > .steps li {
  height: auto;
  line-height: 15px;
  padding: 0;
}
.elementor-widget-wrap .fuelux .wizard .steps-container > .steps li:first-child {
  padding-left: 0;
}
.elementor-widget-wrap .fuelux .wizard .steps-container > .steps li:not(:first-child):not(:last-child):before {
  content: '';
  background: #FDFDFD;
  width: 80px;
  top: 20px;
  height: 1px;
  display: block;
  position: absolute;
  z-index: 3;
  right: 0;
  left:0;
  margin: 0 auto;
}
.elementor-widget-wrap .fuelux .wizard .steps-container > .steps li:first-child:before {
  content: '';
  background: #FDFDFD;
  width: calc(50% + 40px);
  top: 20px;
  height: 1px;
  display: block;
  position: absolute;
  z-index: 3;
  left: 0;
}
.elementor-widget-wrap .fuelux .wizard .steps-container > .steps li:last-child:before {
  content: '';
  background: #FDFDFD;
  width: calc(50% + 40px);
  top: 20px;
  height: 1px;
  display: block;
  position: absolute;
  z-index: 3;
  right: 0;
}
.elementor-widget-wrap .fuelux .wizard .step-content {
  padding: 15px 25px;
  border: 0;
  background: white;
  width: 60%;
  margin: 0 auto;
  display: inline-block;
  float: none;
  text-align: left;
  max-width: 600px;
  min-width: 400px;
}
.elementor-widget-wrap .fuelux .wizard .step-content .rednao_label_container {
  text-align: center;
}
.elementor-widget-wrap .bootstrap-wrapper legend {
  color: #0DD1BF;
  text-transform: uppercase;
  font-family: "Metropolis", "Roboto", sans-serif;
  font-weight: 700;
  border: 0;
  font-size: 15px;
  margin-top: 25px;
}
.elementor-widget-wrap .rednaolineseparator {
  margin: 0!important;
}
.elementor-widget-wrap .fuelux .wizard > .actions .btn,
.ipnuts-btn {
  color: white!important;
	text-decoration: none;
  background-color: #0DD1BF;
  border: 1px solid #0DD1BF;
  font-family: "Metropolis", "Roboto", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px!important;
  margin-right: 10px;
  padding: 10px 25px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
	border-radius: 3px;
}
.woocommerce-MyAccount-content a.ipnuts-btn {
	text-decoration: none!important;
	display: inline-block;
}
.woocommerce-order-received .woocommerce-table .ipnuts-btn {
	display: none;
}
.ipnuts-list-bt {
	list-style: none;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.ipnuts-list-bt li {
	margin: 10px;
}
.elementor-widget-wrap .fuelux .wizard > .actions .btn:disabled[disabled] {
  border: 1px solid #0DD1BF;
  color: #0DD1BF;
  background-color: transparent;
}
.elementor-widget-wrap .fuelux .wizard > .actions .btn:hover,
.ipnuts-btn:hover {
  border: 1px solid #362232;
  background-color: #362232;
	color: white;
}
.elementor-widget-wrap .fuelux .wizard > .actions .btn-prev {
  margin-right: 10px;
}
.elementor-widget-wrap .fuelux .wizard > .actions .btn > span {
  display: none;
}
.elementor-widget-wrap .actions {
  border: 0!important;
}
/*.elementor-widget-wrap .fuelux .wizard .steps-container > .steps li.active .badge:before,
.elementor-widget-wrap .fuelux .wizard .steps-container > .steps li.active .badge:after {
  content: '';
  background: #FDFDFD;
  width: 30px;
  height: 100%;
  display: inline-block;
}*/

.ipn-last-post .elementor-posts-container .elementor-post__thumbnail__link {
  position: absolute;
  right: 0;
  max-width: 55%;
}
.ipn-last-post .elementor-posts .elementor-post__card .elementor-post__text {
  padding-right: 57%;
}
.ipn-last-post .elementor-post__read-more {
  padding: 10px 15px;
  display: inline-block;
  background-color: #0DD1BF;
  border-radius: 3px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.ipn-last-post .elementor-post__read-more:hover {
  background-color: #322032;
}
.ipn-last-post .elementor-post__title:after {
  content: '';
  width: 25px;
  height: 4px;
  background-color: #0DD1BF;
  margin: 5px 0;
  display: block;
}
.elementor-widget-wp-widget-categories h5 {
  display: none;
}
.elementor-widget-wp-widget-categories ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.elementor-widget-wp-widget-categories ul li,
.elementor-post-info__terms-list {
  display: inline-block;
  margin: 0 5px;
  padding: 5px 10px;
  background: #F9F9F9;
  border: 1px solid #A3A3A3;
  border-radius: 3px;
}

.elementor-widget-wp-widget-categories ul li a {
  color: #A3A3A3;
	font-family: "Metropolis", "Roboto";
	font-weight: 300;
}

.ipn-top-cta-v1 > .elementor-container:after {
  content: '';
  position: absolute;
  top: -25px;
  width: 50%;
  height: 275px;
  background-image: url('https://ipnuts.fr/wp-content/uploads/2018/09/Estimation-indicative-en-ligne.jpg');
  background-repeat: no-repeat;
  border-radius: 3px;
  z-index: 0;
}

#breadcrumbs {
  border-bottom: 1px solid #A3A3A3;
}
#breadcrumbs a {
  color: #A3A3A3;
  font-weight: 300;
}
.breadcrumb_last {
  color: #0DD1BF;
  font-weight: 800;
}
.ipn-post-title h2 span, .elementor-post__title span {
  color: #0DD1BF;
}

.ipn-bottom-cta-v1 > .elementor-container:after {
  content: '';
  position: absolute;
  top: -25px;
  right: 0;
  width: 50%;
  height: 275px;
  background-image: url('https://ipnuts.fr/wp-content/uploads/2018/10/ipnuts-cta-right.png');
  background-repeat: no-repeat;
  border-radius: 3px;
  z-index: 0;
}
/*.elementor-price-table__feature-inner > span { display: none; }*/

.redNaoRadio:before, .redNaoRadio:after, .redNaoCheckBox:before, .redNaoCheckBox:after { top: -4px!important; }
.my-account .elementor-widget-theme-post-content {
	margin-top: 70px;
}
.my-account .elementor-widget-theme-post-content:after {
	content: '';
	width: 100%;
	height: 250px;
	background: #362232;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
}
.woocommerce form.login, .woocommerce form.register {
	border: 1px solid rgba(0,0,0,0.1);
	background: #FDFDFD;
	border-radius: 3px;
	width: 80%;
	margin: 0 auto;
}
.my-account .elementor-widget-theme-post-content h2 {
	text-align: center;
	font-family: "Metropolis", "serif";
	text-transform: uppercase;
	text-align: center;
	color: #0DD1BF;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	margin: 35px 0;
}
.woocommerce-account .woocommerce-MyAccount-content { width: 80%!important; background: #fdfdfd!important;  }
.ipn-top-header {overflow: hidden;}
.sfForm form { visibility: visible!important; }
.elementor-image .wp-caption {
	background: transparent;
	border: none;
	max-width: 100%;
	padding: 0;
}
.ipn-top-cta-v1 { margin-top: 25px; }
.ipn-top-cta-v1 .elementor-col-25:first-child { margin-left: 25%; }

.custom_price_services .elementor-price-table__integer-part{
  position: relative;
}

.custom_price_services .elementor-price-table__integer-part:after{
  content: 'HT';
  position: absolute;
  top: 0;
  right: -28px;
  font-size: 18px;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width:768px) and (min-width: 481px) {
	.ipn-cta-top { float: right; position: fixed!important; top: 0; z-index: 15; width: 50%!important; right: 0; background: #221b34; }
	.ipn-cta-top:first-child { float: left; position: fixed; top: 0; z-index: 15; width: 50%!important; left: 0; right: auto; background: #221b34; }
	.ipn-right-b-indicator:after, .ipn-right-w-indicator:after, .ipn-left-b-indicator:after, .ipn-left-w-indicator:after { display: none!important; }
	.ipn-footer-map { position: relative!important; }
	.ipn-footer-bottom-container > .elementor-container > .elementor-row:before { right: 0!important; left: 0!important; margin: 0 auto; }
	.ipn-footer-title:after { margin: -10px auto!important;	}
	.ipn-footer-icon-rs { float: none!important; display: inline-block; text-align: center; }
	.ipn-centered-mobile .elementor-widget-wrap { text-align: center; }
	form.search { width: 90%; }
	.ipn-list-pricing { display: none; }
	.elementor-price-table__feature-inner > span { display: inline-block; }
	ul.products li.product .woocommerce-loop-product__title:after { margin: 0!important; }
	.elementor-359 .elementor-element.elementor-element-97aba2c.elementor-wc-products ul.products li.product .button { bottom: -5px; }
	.ipn-pricing-table-bg { width: calc(100% + 10px)!important; }
	.ipn-last-post .elementor-posts-container .elementor-post__thumbnail__link { width: 100%!important; position: relative; max-width: 100%!important; }
	.ipn-last-post .elementor-posts .elementor-post__card .elementor-post__text { padding-right: 0; padding-left: 0!important; }
	.elementor-124 .elementor-element.elementor-element-8473729 .elementor-post__read-more { display: block; margin: 0 auto; width: 60px; }
	.ipn-home-carousel-products .swiper-button-next { right: 10px!important; }
	.ipn-home-carousel-products .swiper-button-prev { left: 10px!important; }
	.ipn-home-carousel-products { margin-left: 0!important; }
	.eael-post-carousel.swiper-container .swiper-slide { max-width: 100%; }
	.ipn-home-carousel-products .eael-grid-post-holder-inner:after,	#ipn-home-articles .swiper-button-prev, #ipn-home-articles .swiper-button-next { display: none!important; }
	.ipn-home-carousel-products .eael-entry-wrapper { left: 0!important; width: 90%!important; padding: 35px!important; }
	.ipn-porduct-short-desc { max-width: 73%!important; }
	ul.products li.product .woocommerce-loop-product__title { max-width: 73%!important; top: 35px!important; }
	ul.products li.product:before { width: 80%!important; }
	ul.products li.product .button { left: 68px!important; }
	.page-id-13 .woocommerce { flex-flow: column!important; }
	.page-id-13 .woocommerce .woocommerce-MyAccount-navigation { width: 100%!important; text-align: center; }
	.woocommerce-account .woocommerce-MyAccount-content { padding: 0!important; margin: 25px 0!important;  }
	.woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr { margin: 30px 0!important; }
	.woocommerce .woocommerce-MyAccount-content button.button { float: none!important; width: 100%!important; }
	.elementor-widget-wrap .fuelux .wizard .step-content { min-width: auto; width: 100%; padding: 15px 5px; }
	.ipn-ask-content { transform: translateX(-110%); }
	.elementor-widget-wrap .fuelux .wizard .steps-container > .steps:after { display: none; }
	.elementor-widget-wrap .fuelux .wizard .steps-container > .steps { align-items: self-end; }
	.fuelux .wizard .steps-container > .steps li { margin: 0 5px; }
	.redNaoControls { padding-left: 0!important; }
	.jq-ry-container { margin: 0 auto; }
	.ipn-home-bloc .ipn-home-bt { position: relative; opacity: 1; }
	.ipn-home-bloc .ipn-move-top:first-child { margin-top: -35px; }
	.ipn-home-bloc:nth-child(2) .ipn-move-top:first-child { margin-top: -30px; }
	.ipn-bottom-cta-v1 > .elementor-container:after, .ipn-top-cta-v1 > .elementor-container:after { top: -200px; width: 100%; }
	.elementor-796 .elementor-element.elementor-element-6b22f5a .elementor-image img { width: 35px!important; }
	.eael-post-carousel.swiper-container .swiper-slide { width: 50%!important; }
	.ipn-home-carousel-products .eael-post-carousel.swiper-container .swiper-slide { width: 100%!important; }
	.ipn-home-carousel-products .eael-entry-title:after { width: 50%!important; }
}
@media only screen and (max-width:480px) {

	body p { font-size: 15px!important; }
	h3 { font-size: 1.3em; }
	.elementor-298 .elementor-element.elementor-element-451c60b a.elementor-button, .elementor-298 .elementor-element.elementor-element-451c60b .elementor-button { height: 38px; }
	.elementor-298 .elementor-element.elementor-element-9b6de82 > .elementor-element-populated { background-color: transparent!important; }
	.ipn-cta-top { float: right; position: fixed!important; bottom: 0; z-index: 15; width: 50%!important; right: 0; background: #362232; }
	.ipn-cta-top:first-child { float: left; position: fixed; bottom: 0; z-index: 15; width: 50%!important; left: 0; right: auto; background: #362232; }
	.ipn-top-cta-v1 > .elementor-container:after, .ipn-bottom-cta-v1 > .elementor-container:after { width: 100%; top: -120px; }
	.ipn-top-cta-v1 .elementor-col-25:first-child { margin-left: 0; }
	.ipn-top-cta-v1 .wp-caption { padding-top: 15px; }
	.elementor-796 .elementor-element.elementor-element-6b22f5a .elementor-image img { width: 35px!important; }
	#cookie-law-info-again { display: none!important; }
	.ipn-cta-top .elementor-element { text-align: center; }
	.ipn-right-b-indicator:after, .ipn-right-w-indicator:after, .ipn-left-b-indicator:after, .ipn-left-w-indicator:after { display: none!important; }
	.ipn-footer-map { position: relative!important; }
	.ipn-footer-bottom-container > .elementor-container > .elementor-row:before { display: none;}
	.ipn-footer-title:after { margin: -10px auto!important;	}
	.ipn-footer-icon-rs { float: none!important; display: inline-block; text-align: center; }
	.ipn-centered-mobile .elementor-widget-wrap { text-align: center; }
	form.search { width: 90%; }
	.ipn-list-pricing { display: none; }
	.elementor-price-table__feature-inner > span { display: inline-block; }
	ul.products li.product .woocommerce-loop-product__title:after { margin: 0!important; }
	.elementor-359 .elementor-element.elementor-element-97aba2c.elementor-wc-products ul.products li.product .button { bottom: -5px; }
	.ipn-pricing-table-bg { width: calc(100% + 10px)!important; }
	.ipn-last-post .elementor-posts-container .elementor-post__thumbnail__link { width: 100%!important; position: relative; max-width: 100%!important; }
	.ipn-last-post .elementor-posts .elementor-post__card .elementor-post__text { padding-right: 0; padding-left: 0!important; }
	.elementor-124 .elementor-element.elementor-element-8473729 .elementor-post__read-more { display: block; margin: 0 auto; width: 60px; }
	.ipn-home-carousel-products .swiper-button-next { right: 10px!important; }
	.ipn-home-carousel-products .swiper-button-prev { left: 10px!important; }
	.ipn-home-carousel-products { margin-left: 0!important; }
	.eael-post-carousel.swiper-container .swiper-slide { max-width: 100%; }
	.ipn-home-carousel-products .eael-grid-post-holder-inner:after,	#ipn-home-articles .swiper-button-prev, #ipn-home-articles .swiper-button-next { display: none!important; }
	.ipn-home-carousel-products .eael-entry-wrapper { left: 0!important; width: 90%!important; padding: 35px!important; }
	.ipn-porduct-short-desc { max-width: 73%!important; }
	ul.products li.product .woocommerce-loop-product__title { max-width: 73%!important; top: 35px!important; }
	ul.products li.product:before { width: 80%!important; }
	ul.products li.product .button { left: 68px!important; }
	.page-id-13 .woocommerce { flex-flow: column!important; }
	.page-id-13 .woocommerce .woocommerce-MyAccount-navigation { width: 100%!important; text-align: center; }
	.woocommerce-account .woocommerce-MyAccount-content { padding: 0!important; margin: 25px 0!important;  }
	.woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr { margin: 30px 0!important; }
	.woocommerce .woocommerce-MyAccount-content button.button { float: none!important; width: 100%!important; }
	.elementor-widget-wrap .fuelux .wizard .step-content { min-width: auto; width: 100%; padding: 15px 5px; }
	.ipn-ask-content { transform: translateX(-110%); }
	.elementor-widget-wrap .fuelux .wizard .steps-container > .steps:after { display: none; }
	.elementor-widget-wrap .fuelux .wizard .steps-container > .steps { align-items: self-end; }
	.fuelux .wizard .steps-container > .steps li { margin: 0 5px; }
	.redNaoControls { padding-left: 0!important; }
	.jq-ry-container { margin: 0 auto; }
	.ipn-home-bloc .ipn-home-bt { position: relative; opacity: 1; }
	.ipn-home-bloc .ipn-move-top:first-child { margin-top: -35px; }
	.ipn-home-bloc:nth-child(2) .ipn-move-top:first-child { margin-top: -30px; }
}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (-o-min-device-pixel-ratio:3/2),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    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%;
	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 .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		-webkit-box-shadow:none !important;
		        box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
