/*
Theme Name: Divi enfant
Description: Theme enfant de Divi 3
Author: e-novea
Author URI: https://www.e-novea.fr
Template: Divi 
Version: 1.0.0
*/

#main-content-404 {
	padding-top: 100px;
	background-color: #fff;
	text-align: center;
	color: #fff;
	background-image: url(/wp-content/uploads/2017/03/fond_1.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size: cover;
	height: 900px;
}

#main-content-404 h1{
color:#fff;
font-weight: bold;
}

@media only screen and (max-width: 980px) {
#logo {
	min-height: 120px;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
	border-radius: 0 0 10px 10px;
}
}
@media only screen and (min-width: 981px) {
#logo {
	min-height: 230px;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
	border-radius: 0 0 15px 15px;
}
}

/** Barre menu RWD **/
.mobile_menu_bar:before {
	color: #fff;
}

#main-header .et_mobile_menu {
	width: 70%;
	left: 40%;
	border-top: 3px solid #0097be;
}

.et_mobile_menu li a {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

/** Fin barre menu RWD **/

h2{
font-size: 36px;
}

h5{
margin-top: 20px;
margin-bottom: 0px;
line-height: 1.5em;}

.description h5{
margin-top: 0px;
}

/** FLECHES QTY WOOCOMMERCE **/

.woocommerce input[type=number]::-webkit-inner-spin-button,
.woocommerce input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

.woocommerce input[type=number].qty {
    -moz-appearance: textfield;
}

.woocommerce-page div.product form.cart div.quantity {
    border-radius: 0px!important;
}

@media only screen and (max-width: 800px) {
	.woocommerce-page div.product form.cart div.quantity, .woocommerce div.product form.cart div.quantity {
	margin-bottom: 20px!important;
}
}

.woocommerce .quantity {
    border: 0px solid #d48159!important;
    width: 130px!important;
	display:inline-block;
}

.woocommerce .quantity input.qty, .woocommerce .quantity .minus, .woocommerce .quantity .plus {
    line-height: 16px;
    height: 40px!important;
    background-color: #fff!important;
    color: inherit!important;
    padding:0!important;
    float:left;
    border-radius: 0px!important;
}

.woocommerce .quantity .minus, .woocommerce .quantity .plus {
    border:none!important;
    cursor: pointer;
    width: 40px!important;
}

.woocommerce .quantity .minus:hover, .woocommerce .quantity .plus:hover {
    background-color: #eee!important;
}

.woocommerce .quantity input.qty {
    border-left: 2px solid #eee!important;
    border-right: 2px solid #eee!important;
    width: 44px!important;
}

div.quantity.hidden {
  border:none!important;
}

/** FIN FLECHE QTY WOOCOMMERCE **/


/** FLECHE CONDITIONNEMENT **/

.et-db #et-boc .et-l .et_pb_wc_add_to_cart form.cart .variations td.value span:after {
    border-top-color: #343549;
}

/** FIN FLECHE CONDITIONNEMENT **/

/** PRIX CAFE DANS CHAQUE PRODUIT **/

#cafe_prix .price {
	color: #0097be;
	line-height: 3em;
	font-weight : bold;
}

/** FIN PRIX CAFE DANS CHAQUE PRODUIT **/

/** GESTION BOUTONS PANIER **/

.woocommerce .cart .button {
	background-color:#d48159;
	color: #fff;
	border-radius: 30px;
}

.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled] {
	background-color:#d48159;
	color: #fff;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}

.woocommerce button.button:hover {
	background-color:#d48159;
	color: #fff;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}

.woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover {
	background-color:#d48159;
	color: #fff;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}

#panier a {
	color: #d48159;
	font-weight: bold;
}

#panier .woocommerce a.button {
	color: #fff;
	font-weight : 500;
	background-color: #d48159;
	border-radius: 30px; 
}

#panier a.button.alt {
	color: #fff;
	font-weight : 500;
	background-color: #d48159;
	border-radius: 30px; 
}

#panier .woocommerce-message {
	background-color: #d48159;
	color: #fff;
}

#panier .woocommerce-message a{
	color: #fff;
}

.woocommerce-button button woocommerce-form-login__submit {
	color: #fff;
	font-weight : 500;
	background-color: #d48159;
	border-radius: 30px; 
}

/** FIN GESTION BOUTONS PANIER **/

/** PAGE FACTURATION **/

#order_review_heading {
	padding-top: 50px;
	padding-bottom: 20px;
	color: #d48159;
	font-weight: bold;
}

#facturation a {
	color: #d48159;
	font-weight: bold;
}

#facturation h3 {
	color: #d48159;
	font-weight: bold;
}

#facturation h4 {
	margin-bottom: 30px;
}

#facturation h1 {
	margin-bottom: 20px;
}

#facturation .woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
	background-color: #d48159;
    color: #fff;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    border-radius: 30px;
}

/** FIN PAGE FACTURATION **/

/**
.woocommerce-page a.button, .woocommerce a.button {
	background-color:#d48159;
	color: #fff;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	border-radius: 30px;
}**/

/** MESSAGES ALERTE/ERREUR **/

.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
    background: #d48159;
}

/** FIN MESSAGES ALERTE/ERREUR **/

/** PAGE BOUTIQUE **/

#boutique .price {
	position: absolute;
	bottom: 5px;
	background-color: #d48159!important;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	text-align: center;
	border-radius: 10px;
}

@media only screen and (max-width: 1024px) {
	#boutique li.product {
	min-height: 265px;
}
}

@media only screen and (min-width: 1025px) {
#boutique li.product {
	min-height: 290px;
}
}

@media only screen and (max-width: 766px) {
#boutique li.product {
	min-height: 250px;
}
}

@media only screen and (min-width: 767px) and (max-width: 1023px) {
#boutique li.product {
	min-height: 390px;
}
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
#boutique li.product {
	min-height: 245px;
}
}

@media only screen and (min-width: 1201px) and (max-width: 1366px) {
#boutique li.product {
	min-height: 265px;
}
}

@media only screen and (min-width: 1367px) {
#boutique li.product {
	min-height: 315px;
}
}

/*@media only screen and (max-width: 766px) {
#boutique li.product {
	min-height: 250px;
}
}

@media only screen and (min-width: 767px) and (max-width: 1023px) {
#boutique li.product {
	min-height: 390px;
}
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
#boutique li.product {
	min-height: 245px;
}
}

@media only screen and (min-width: 1201px) and (max-width: 1366px) {
#boutique li.product {
	min-height: 265px;
}
}

@media only screen and (min-width: 1367px) {
#boutique li.product {
	min-height: 315px;
}
}*/

/** FIN PAGE BOUTIQUE **/

/** PAGE MON COMPTE **/

#client .woocommerce-MyAccount-navigation a {
	color: #d48159;
	font-weight: bold;
	font-size: 20px;
	line-height: 32px;
}

#client .woocommerce-MyAccount-navigation  {
	color: #d48159;
	font-weight: bold;
	font-size: 20px;	
	line-height: 32px;
	border-right: 2px solid #d48159;
}

#client .woocommerce-MyAccount-navigation  ul {
	padding-bottom: 0px;
}


#client  .woocommerce-MyAccount-content {
	color: #0097be;
	line-height: 24px;
	font-size: 16px;
	padding-left: 50px;
}

#client  .woocommerce-MyAccount-content a {
	color: #0097be;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
}

@media only screen and (max-width: 1024px) {
#client  .woocommerce-MyAccount-content {
	padding-left: 0px;
	padding-top: 40px;
	}
}

/** FIN PAGE MON COMPTE **/
	
#top-menu li li a{
   font-size: 18px;
}

/** BOUTON METTRE A JOUR LIVRAISON **/
.woocommerce button.button, .woocommerce button.button.alt, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:hover {
	color: #fff;
	font-weight : 500;
	background-color: #d48159;
	border-radius: 30px; 
}
/** FIN BOUTON METTRE A JOUR LIVRAISON **/

/* SUPRRESSION AFFICHAGE DESTINATION PANIER **/
.woocommerce-shipping-destination {
	display: none;
}