/*
Theme Name:		 chicdressing
Theme URI:		 http://childtheme-generator.com/
Description:	 chicdressing is a child theme of Ashe, created by ChildTheme-Generator.com
Author:			 Chic Dressing
Author URI:		 http://childtheme-generator.com/
Template:		 ashe
Version:		 1.0.0
Text Domain:	 chicdressing
*/


/*
    Add your custom styles here
*/


body .page-content, .page-content select, .page-content input, .page-content textarea, .page-content .post-author a, .page-content .ashe-widget a, .page-content .comment-author {
    color: #333333;
    font-size: 14px;
}


body .header-logo a{
    color: white;
    text-shadow: 2px 3px 5px #d0527a;
    transform: rotate(-9deg);
}
.text-center{
    text-align:center;
}

.chic-bouton{
    color: #ffffff;
    background-color: #333333;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 12px;
    border: none;
    cursor: pointer;
    padding: 12px;
    font-size: 14px;
}

#featured-slider{
    margin-bottom:30px;
}
#chic-products{
    padding:0 40px;
}
.chic-title{
    font-family: 'Kalam';
    font-size: 52px;
    text-decoration: inherit;
    text-transform: uppercase;
    transform: rotate(-2deg);
    margin:30px 40px;
    text-align:center;
    color: #9d4c64 !important;
    line-height: 48px;
}
#chic-products ul.products li.product{
    background: #f6f6f6;
    padding-bottom: 20px;
}

/* Déclaration des polices */
@font-face {
  font-family: 'Playfair Display';
  src: url('assets/fonts/PlayfairDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Playfair Display';
  src: url('assets/fonts/PlayfairDisplay-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('assets/fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('assets/fonts/OpenSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url('assets/fonts/OpenSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Kalam';
  src: url('assets/fonts/Kalam-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
} 

/* Contraste */
body .page-content,
body .page-content select,
body .page-content input,
body .page-content textarea,
body .page-content .post-author a,
body .page-content .ashe-widget a,
body .page-content .comment-author,
body .main-content p,
body .main-content a,
body .main-content span.post-date,
body .main-content .post-categories,
body .main-content .post-categories a,
body .main-content .rpwwt-post-categories,
body .main-content .rpwwt-post-categories a {
    color: #333333;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    color: #333333;
    background: #ffffff;
    border: 1px solid #333333;
}

body .main-content a.more-link,
body .main-content a.read-more,
body .main-content .read-more a {
    color: #333333;
    border-color: #333333;
}

.woocommerce ul.products li.product a.button,
.woocommerce a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    color: #333333 !important;
    background-color: #ffffff !important;
    border: 1px solid #333333 !important;
}