/*
 Theme Name:     Divi Child TemplateNIOU
 Description:    Child Theme pour TemplateNIOU
 Author:         elegantenthusiast.com
 Template:       Divi
 (optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
 */
.woocommerce-MyAccount-navigation a, .woocommerce-MyAccount-content a {
  color: #078C9C !important;
}
#customer_details {
  margin-top: 30px !important;
}
#order_review_heading {
  margin-top: 50px !important;
}
.woocommerce form .form-row textarea {
  height: 150px !important;
}
.products {
  display: flex !important;
  flex-flow: row wrap !important;
  justify-content: center !important;
}
.products .product {
  text-align: center;
  border-radius: 5px;
  width: 180px !important;
  max-width: 180px !important;
  margin: 20px !important;
}
.et_pb_menu--style-inline_centered_logo .et_pb_menu__logo-wrap {
  margin: auto !important;
}
/*
.et_pb_sticky  .et_pb_menu--style-inline_centered_logo .et_pb_menu__logo-wrap
{
	max-width: 50px !important;
}
*/
.wooco-alert {
  background-color: #e15554 !important;
  color: #fff !important;
  line-height: 18px !important;
}
.woocommerce ul.products {
  display: flex;
  justify-content: center;
}
abbr[title] {
  text-decoration: none !important;
}
.et_pb_wc_price .amount {
  word-break: break-all;
  display: none;
}
.wooco_total {
  font-size: 24px !important;
}
.wooco_total del {
  display: none;
}
.wooco_component_product_selection_grid_item_image {
  display: none;
}
.woocommerce-Price-amount amount {
  display: none !important;
  visibility: hidden !important;
}
.wooco_component_desc {
  color: #058c9c;
  font-size: 16px !important;
  font-weight: bold;
}
.wooco_component_1 .wooco_component_product_selection_grid_item_qty, .wooco_component_1 .woocommerce-Price-amount, .wooco_component_1 .wooco_component_name, .wooco_component_2 .wooco_component_product_selection_grid_item_qty, .wooco_component_2 .woocommerce-Price-amount, .wooco_component_2 .wooco_component_name, .wooco_component_3 .wooco_component_product_selection_grid_item_qty, .wooco_component_3 .woocommerce-Price-amount, .wooco_component_3 .wooco_component_name, .wooco_component_4 .wooco_component_product_selection_grid_item_qty, .wooco_component_4 .woocommerce-Price-amount, .wooco_component_4 .wooco_component_name, .wooco_component_5 .wooco_component_product_selection_grid_item_qty, .wooco_component_5 .woocommerce-Price-amount, .wooco_component_5 .wooco_component_name {
  display: none;
}
.et_pb_wc_add_to_cart_0_tb_body input, .et_pb_wc_add_to_cart_0_tb_body select, .et_pb_wc_add_to_cart_0_tb_body .quantity input.qty, .et_pb_wc_add_to_cart_0_tb_body .input::placeholder :focus {
  color: #fff !important;
}
.postid-700 .wooco_component_5 .woocommerce-Price-amount {
  display: block !important;
}
.postid-1138 .wooco_component_4 .woocommerce-Price-amount {
  display: block !important;
}
.wooco_component_product_selection_grid_item.wooco_item_selected {
  border: 1px #058c9c solid;
}
.wooco_component_product_selection_grid > div {
  width: calc(100% / 10 - 10px) !important;
  min-width: 130px !important;
  font-size: 12px !important;
  padding: 6px 2px !important;
  margin: 4px !important;
  line-height: 15px !important;
}
.postid-700 .wooco_component_1 .wooco_component_product_selection_grid > div {
  min-width: 230px !important;
}
.wooco_component_product_selection_grid_item:before {
  display: none !important;
}
.wooco_component_product_selection_grid_item.wooco_item_selected {
  color: #ffffff;
  background-color: #058c9c !important;
}
.wooco-price-700, .wooco-price-1138, .wooco-price-1142 {
  display: none;
}
/*** Responsive Styles Large Desktop And Above ***/
/*** Responsive Styles Standard Desktop Only ***/
/*** Responsive Styles Tablet And Below ***/
/*** Responsive Styles Tablet Only ***/
/*** Responsive Styles Smartphone Only ***/
@media (max-width: 767px) {
  .wooco_component_product_selection_grid > div {
    width: calc(100% / 2 - 20px) !important;
  }
}
/*** Responsive Styles Smartphone Portrait ***/
@media (max-width: 479px) {
  .wooco_component_product_selection_grid > div {
    width: calc(100% / 2 - 20px) !important;
  }
}
/*** Change Mobile Columns By DiviMundo.com ***/
/* 2 Columns Mobile */
@media (max-width: 767px) {
  .two-col-mob .et_pb_column {
    width: 47.25% !important;
  }
  .two-col-mob .et_pb_column:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  .two-col-mob .et_pb_column:not(:nth-child(2n)) {
    margin-right: 5.5% !important;
  }
}
/* 3 Columns Mobile */
@media (max-width: 767px) {
  .three-col-mob .et_pb_column {
    width: 29.6667% !important;
  }
  .three-col-mob .et_pb_column:nth-last-child(-n+3) {
    margin-bottom: 0;
  }
  .three-col-mob .et_pb_column:not(:nth-child(3n)) {
    margin-right: 5.5% !important;
  }
}
/* 4 Columns Mobile */
@media (max-width: 767px) {
  .four-col-mob .et_pb_column {
    width: 20.875% !important;
  }
  .four-col-mob .et_pb_column:nth-last-child(-n+4) {
    margin-bottom: 0;
  }
  .four-col-mob .et_pb_column:not(:nth-child(4n)) {
    margin-right: 5.5% !important;
  }
}
/* 5 Columns Mobile */
@media (max-width: 767px) {
  .five-col-mob .et_pb_column {
    width: 15.6% !important;
  }
  .five-col-mob .et_pb_column:nth-last-child(-n+5) {
    margin-bottom: 0;
  }
  .five-col-mob .et_pb_column:not(:nth-child(5n)) {
    margin-right: 5.5% !important;
  }
}
/* 6 Columns Mobile */
@media (max-width: 767px) {
  .six-col-mob .et_pb_column {
    width: 12.083% !important;
  }
  .six-col-mob .et_pb_column:nth-last-child(-n+6) {
    margin-bottom: 0;
  }
  .six-col-mob .et_pb_column:not(:nth-child(6n)) {
    margin-right: 5.5% !important;
  }
}
/*** Change Tablet Columns By DiviMundo.com ***/
/* 1 Column Tablet */
@media (min-width: 768px) and (max-width: 980px) {
  .one-col-tab .et_pb_column {
    margin-right: 0 !important;
    width: 100% !important;
  }
  .one-col-tab .et_pb_column:not(:last-child) {
    margin-bottom: 30px !important;
  }
}
/* 2 Columns Tablet */
@media (min-width: 768px) and (max-width: 980px) {
  .two-col-tab .et_pb_column {
    width: 47.25% !important;
  }
  .two-col-tab .et_pb_column:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  .two-col-tab .et_pb_column:not(:nth-child(2n)) {
    margin-right: 5.5% !important;
  }
}
/* 3 Columns Tablet */
@media (min-width: 768px) and (max-width: 980px) {
  .three-col-tab .et_pb_column {
    width: 29.6667% !important;
  }
  .three-col-tab .et_pb_column:nth-last-child(-n+3) {
    margin-bottom: 0;
  }
  .three-col-tab .et_pb_column:not(:nth-child(3n)) {
    margin-right: 5.5% !important;
  }
}
/* 4 Columns Tablet */
@media (min-width: 768px) and (max-width: 980px) {
  .four-col-tab .et_pb_column {
    width: 20.875% !important;
  }
  .four-col-tab .et_pb_column:nth-last-child(-n+4) {
    margin-bottom: 0;
  }
  .four-col-tab .et_pb_column:not(:nth-child(4n)) {
    margin-right: 5.5% !important;
  }
}
/* 5 Columns Tablet */
@media (min-width: 768px) and (max-width: 980px) {
  .five-col-tab .et_pb_column {
    width: 15.6% !important;
  }
  .five-col-mob .et_pb_column:nth-last-child(-n+5) {
    margin-bottom: 0;
  }
  .five-col-tab .et_pb_column:not(:nth-child(5n)) {
    margin-right: 5.5% !important;
  }
}
/* 6 Columns Tablet */
@media (min-width: 768px) and (max-width: 980px) {
  .six-col-tab .et_pb_column {
    width: 12.083% !important;
  }
  .six-col-tab .et_pb_column:nth-last-child(-n+6) {
    margin-bottom: 0;
  }
  .six-col-tab .et_pb_column:not(:nth-child(6n)) {
    margin-right: 5.5% !important;
  }
}
/*-------------------------------------------------------

	CSS ADMIN
	
*/
#wp-admin-bar-perso {
  background-color: #1C8D9D !important;
}
#wp-admin-bar-perso a {
  font-weight: bold !important;
}
#admin-main-nav {
  background-color: #1C8D9D !important;
}
#admin-main-nav .et_pb_menu_0.et_pb_menu {
  background-color: transparent !important;
}
#admin-main-nav ul {
  list-style: none;
  display: flex;
  padding: 0px !important;
  margin-left: 5px !important;
}
#admin-main-nav ul li {
  padding: 7px 10px !important;
  display: inline-flex;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  margin-right: 2px;
  color: #fff !important;
}
#admin-main-nav ul li a {
  color: #fff !important;
}
#admin-main-nav ul li:hover {
  background-color: #fff;
}
#admin-main-nav ul li:hover a {
  color: #1C8D9D !important;
}
#admin-main-nav ul .current-menu-item {
  background-color: #fff;
}
#admin-main-nav ul .current-menu-item a {
  color: #1C8D9D !important;
}
#admin-main-content {
  padding-top: 40px !important;
}
#admin-main-content .btn {
  padding: 2px 4px;
  border-radius: 4px;
  background-color: #1C8D9D;
  color: #fff !important;
  border: 1px transparent solid;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 9px !important;
  line-height: 11px;
}
#admin-main-content .btn:hover {
  background-color: #fff;
  color: #1C8D9D !important;
  border: 1px #1C8D9D solid;
}
#admin-main-content h3 {
  font-size: 18px;
  text-transform: uppercase;
  color: #1C8D9D !important;
  font-weight: bold;
  border-top: 0px !important;
}
#admin-main-content ul.ligne-titre {
  list-style: none;
  display: flex;
  justify-content: space-between;
  padding: 0px !important;
}
#admin-main-content li {
  margin-left: 5px;
  margin-right: 5px;
}
#admin-main-content h3 {
  font-weight: bold;
  line-height: 24px;
}
#admin-main-content .quicksearch {
  width: 75px !important;
  height: 20px;
  border: 1px #ededed solid;
}
#admin-main-content .quicksearch::placeholder {
  color: #aaaaaa !important;
}
#admin-main-content .elements {
  margin-top: 5px !important;
  background-color: #f9f9f9 !important;
  padding: 0px;
  border: 1px #e1e1e1 solid;
  border-radius: 10px;
  margin-bottom: 25px !important;
}
#admin-main-content .elements .element {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px #d0cccc solid;
  font-size: 14px !important;
  line-height: 20px !important;
  color: #000;
  font-weight: 600 !important;
  width: 100% !important;
}
#admin-main-content .elements .element .on .dashicons {
  color: green !important;
}
#admin-main-content .elements .element .off .dashicons {
  color: red !important;
}
#admin-main-content .elements .element:first-child {
  padding-top: 10px !important;
  border-top: 0px #d0cccc solid !important;
}
#admin-main-content .elements .element:last-child {
  padding-bottom: 10px !important;
}
#admin-main-content .elements .element:hover {
  background-color: #1C8D9D !important;
  color: #fff !important;
  cursor: pointer;
}
#admin-main-content .elements .element:hover a {
  color: #fff !important;
}
#admin-main-content .elements .liste {
  clear: both !important;
}
#admin-main-content .elements a {
  color: #000 !important;
}
#admin-main-content .elements .badge {
  clear: both;
  border-radius: 4px !important;
  background-color: #dedede !important;
  color: #000;
  font-weight: 400 !important;
  margin-left: 2px !important;
  margin-top: 4px;
  margin-bottom: 2px;
  border: 1px #888 solid;
  font-size: 9px;
  padding: 1px 2px !important;
}
#admin-main-content .elements .badge.alert {
  background-color: red !important;
}
#admin-main-content .et_pb_column_2, #admin-main-content .et_pb_column_3_4 {
  margin-top: 0px !important;
  padding: 20px;
  border: 1px #dedede solid;
  border-radius: 10px;
  margin-bottom: 25px !important;
}
#admin-main-content .et_pb_column_2 .delete a, #admin-main-content .et_pb_column_3_4 .delete a {
  border: 1px #ff0000 solid;
  padding: 5px 10px;
  background-color: red;
  color: #fff !important;
  border-radius: 5px;
  color: #fff;
}
#admin-main-content .et_pb_column_2 .delete:hover a, #admin-main-content .et_pb_column_3_4 .delete:hover a {
  background-color: #fff;
  color: red !important;
}
#admin-main-content .et_pb_column_2 .frm_section_heading, #admin-main-content .et_pb_column_3_4 .frm_section_heading {
  background-color: #f7f7f7;
  border-radius: 5px;
  padding: 20px;
  margin-top: 0px;
  margin-bottom: 20px;
}
