/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/


/* =Theme customization starts here
------------------------------------------------------- */
.woocommerce nav.woocommerce-pagination ul {
    border: 0px solid #cfc8d8 !important;
}
p.tile-slider {
font-family: 'Cormorant Garamond', Georgia, "Times New Roman", serif !important;
    font-weight: 700 !important;
    font-size: 55px !important;
    line-height: 1.2em !important;
}
p {
    font-weight: 400 !important;
}
.nav li ul {
    border-top: 0px solid #2ea3f2 !important;
}
#top-menu li li a {
    padding: 6px 0px !important;
}
.nav ul li a:hover {
    background-color: rgb(0 0 0 / 0%);
    opacity: 1 !important;
	color: #bf04b6 !important;
}
.class-titre .et_pb_text_inner h2 {
    font-size: 32px;
}
.page.page-id-16 span.et_shop_image img {
    width: 200px !important;
    height: 170px !important;
    object-fit: contain;
}
.mobile_menu_bar:before, .mobile_menu_bar:after, #top-menu li.current-menu-ancestor>a, #top-menu li.current-menu-item>a {
    color: #de7eda !important;
}
.et_mobile_menu {
    border-top: 0px solid #2ea3f2 !important;
}
@media (max-width: 767px) {
	h1 {
    font-size: 40px !important;
    line-height: 50px !important;
	}
h2 {
    font-size: 35px !important;
    line-height: 45px !important;
	}
.et_pb_slide_content p {
    font-size: 22px !important;
}
	p.tile-slider {
    font-size: 26px !important;
    line-height: 1.2em !important;
}
	h2.woocommerce-loop-product__title {
    font-size: 18px !important;
    line-height: 28px !important;
}
	.header-text .et_pb_text_inner {
    font-size: 40px !important;
    line-height: 50px !important;
}
}
@media (max-width: 767px) {
    .et_pb_slider.et_pb_module .et_pb_slides .et_pb_slide_description h2.et_pb_slide_title {
        font-size: 30px !important;
        line-height: 40px !important;
    }
	.et_pb_slide_content {
    font-size: 18px !important;
    line-height: 1.2em !important;
}
}
@media only screen and (max-width: 980px)
{
	.reverse {
    flex-direction: column-reverse;
	display : flex;	
}
}
    .et_right_sidebar #sidebar {
        width: 0px;
        padding-left: 0px !important;
        display: none;
    }
    #main-content .container:before {
        width: 0px !important;
    }
.et_right_sidebar #left-area {
        padding-right: 0 !important;
        width: 100% !important;
    }
#left-area .post-meta {
    display: none !important;
}
h2.entry-title {
	font-family: 'Cormorant Garamond', Georgia, "Times New Roman", serif !important;
}
a.entry-featured-image-url img {
    width: 200px;
    height: 200px;
    object-fit: cover;
}
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
    background: #c418bc !important;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    margin: 0 0 0px !important;
}
.woocommerce-message a.button.wc-forward {
    color: #22221c !important;
	border-radius: 0px !important;
}
.woocommerce button.button, .woocommerce-page button.button{
	font-size: 16px !important;
    padding: 10px 40px !important;
    line-height: 1.7em !important;
    background: #96c11f !important;
    border: 0px solid !important;
    border-radius: 0px !important;
    color: #fff !important;
}
.page-id-315 .woocommerce-message, .page-id-315.woocommerce-error, .page-id-315.woocommerce-info {
    font-size: 18px !important;
    color: #fff !important;
    padding: 15px 0px 15px 15px !important;
    margin-bottom: 30px !important;
}
.et_pb_bg_layout_dark .et_pb_slide_description {
    text-shadow: none !important;
}

@media only screen and (max-width: 980px)
{
.et_pb_section.reverse-row.et_pb_equal_columns.et_section_specialty .et_pb_row.et_pb_gutters3 {
    display: flex;
    flex-flow: column-reverse;
}
}

li.cat-item {
    margin-left: 0px !important;
}

.middle .et_pb_column{
    margin: auto;
}
@media (max-width: 980px) {
    .et_pb_column.et_pb_column_empty {
        display: block !important;
    }
}


.social-buttons {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 99999;
}

/* Square buttons with rounded left corners */
.square-btn {
  width: 48px;
  height: 48px;
  background: #96c11f;
  color: #fff;
  display: flex; /* must be visible by default */
  align-items: center;
  justify-content: center;
  font-size: 22px;
  text-decoration: none;

}

/* Hide on mobile only */
@media (max-width: 767px) {
  .square-btn {
    display: none;
  }
}


.buttons-wrapper {
    display: flex;
    gap: 16px;
    justify-content: center;
	    margin-top: 20px;
}

/* Base button style */
.btn {
    display: inline-block;
    color: #333333 !important;
    border-width: 0px !important;
    border-radius: 0px;
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    background-color: #FFFFFF;
    padding-top: 16px !important;
    padding-right: 40px !important;
    padding-bottom: 16px !important;
    padding-left: 40px !important;
    text-decoration: none;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
    transition: background-color 200ms ease, color 200ms ease, box-shadow 200ms ease;
}

/* Button 1 – primary */
.btn-primary {
    background-color: #FFFFFF;
    color: #333333 !important;
    box-shadow: 0px 0px 0px 1px #333333;
}

.btn-primary:hover {
    background-color: #FFFFFF;
    color: #333333 !important;
}

/* ============================
   DESKTOP ONLY (981px and up)
   ============================ */
@media (min-width: 981px) {
  .btn-row {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 16px;
  }

  .btn-row .et_pb_button {
    display: inline-block;
  }
}

/* ============================
   TABLET + MOBILE (980px down)
   ============================ */
@media (max-width: 980px) {
  .btn-row {
    display: block;
  }

  .btn-row .et_pb_button {
    display: inline-block;
    width: auto;
  }
}

/* Remove underline from all links */
a, a:visited, a:hover, a:active {
    text-decoration: none !important;
}

/* Optional: maintain link color on hover */
a:hover {
    color: inherit !important;
}
