/*
Theme Name:  	Etiq'Azur
Description: 	Thème enfant sur-mesure pour Etiq'Azur
Version: 		1.0
Author:      	Julien & Théo
Author URI:  	https://etiqazur.com
Template:    	Divi
*/



/* ----------------------------------------------------------------------------------
 * STRUCTURE RESPONSIVE
 * -------------------------------------------------------------------------------- */
.colonne-horizontale {
  display: flex;
  flex-direction: row;
  gap: 10%;
  justify-content: center;
}

@media screen and (max-width: 980px) {
    .inverse {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}



/* ----------------------------------------------------------------------------------
 * TEXTE + SLASH
 * -------------------------------------------------------------------------------- */
.slash:before {
    content: "/";
    font-weight: 700;
    font-size: 1em;
    line-height: inherit;
    color: #f3c62b;
    font-style: italic;
    vertical-align: baseline;
    margin-right: 0.45em;
    position: relative;
}
.slashslider .item-title::before {
    content: "/";
    font-weight: 700;
    font-size: 1em;
    color: #f3c62b;
    letter-spacing: 16px;
    position: relative;
    font-style: italic;
	vertical-align: middle;
}

b,
strong {
  font-weight: 500 !important;
  font-family: inherit;
}
.fin {
  font-weight: 400 !important;
}
.underline-hover a:hover {
    text-decoration: underline;
}

.titre-footer {
  font-family: 'Satoshi', sans-serif;
  font-size: 1.15rem !important;
  font-weight: 600 !important;
  line-height: 1.18 !important;
}
.sous-titre-footer {
  font-family: 'Satoshi', sans-serif;
  font-size: 1rem !important;
  font-weight: 600 !important;
  line-height: 1.22 !important;
}
@media (max-width: 700px) {
  .titre-footer {
    font-size: 1rem !important;
    line-height: 1.15 !important;
  }
  .sous-titre-footer {
    font-size: 0.96rem !important;
    line-height: 1.18 !important;
  }
}



/* ----------------------------------------------------------------------------------
 * BOUTONS
 * -------------------------------------------------------------------------------- */
.bouton-bleu {
  display: inline-block;
  font-family: 'Satoshi', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  background-color: #0f182e;
  text-align: center;
  text-decoration: none;
  padding: 12px 34px;
  border: none;
  border-radius: 0;
  position: relative;
  overflow: hidden;
  transition: background-color 0.3s, color 0.3s;
  letter-spacing: 0;
}
.bouton-bleu::before,
.bouton-bleu::after {
  content: '';
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  box-sizing: border-box;
  transition: 0.35s ease-in-out;
  z-index: 1;
  pointer-events: none;
}
.bouton-bleu::before {
  left: -50px;
  border-left: 50px solid transparent;
  border-bottom: 52px solid #182136;
  transform: translateX(100%);
}
.bouton-bleu::after {
  right: -50px;
  border-right: 50px solid transparent;
  border-top: 52px solid #182136;
  transform: translateX(-100%);
}
.bouton-bleu:hover::before {
  transform: translateX(49%);
}
.bouton-bleu:hover::after {
  transform: translateX(-49%);
}
.bouton-bleu .texte-bouton {
  position: relative;
  z-index: 2;
  color: #fff;
}
.bouton-blanc {
  display: inline-block;
  font-family: 'Satoshi', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #212529;
  background-color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 12px 34px;
  border: 2px solid #f6f6f7;
  border-radius: 0;
  position: relative;
  overflow: hidden;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  letter-spacing: 0;
}
.bouton-blanc::before,
.bouton-blanc::after {
  content: '';
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  box-sizing: border-box;
  transition: 0.35s ease-in-out;
  z-index: 1;
  pointer-events: none;
}
.bouton-blanc::before {
  left: -50px;
  border-left: 50px solid transparent;
  border-bottom: 52px solid #f6f6f7;
  transform: translateX(100%);
}
.bouton-blanc::after {
  right: -50px;
  border-right: 50px solid transparent;
  border-top: 52px solid #f6f6f7;
  transform: translateX(-100%);
}
.bouton-blanc:hover::before {
  transform: translateX(49%);
}
.bouton-blanc:hover::after {
  transform: translateX(-49%);
}
.bouton-blanc .texte-bouton {
  position: relative;
  z-index: 2;
  color: #212529;
}



/* ----------------------------------------------------------------------------------
 * FAQ
 * -------------------------------------------------------------------------------- */
.faq .faq-section {
  margin-bottom: 60px !important;
  margin-top: 60px !important;
}
.faq .faq-title {
  font-size: 2.7rem !important;
  font-weight: 700 !important;
  margin-bottom: 30px !important;
  padding-bottom: 10px !important;
  letter-spacing: 0.02em !important;
}
.faq .faq-item {
  margin-bottom: 38px !important;
}
.faq .faq-question {
  font-size: 2rem !important;
  font-weight: 600 !important;
  margin-top: 40px !important;
  margin-bottom: 10px !important;
  color: #212529 !important;
  letter-spacing: 0.01em !important;
}
.faq .faq-answer {
  font-size: 1.5rem !important;
  line-height: 1.7 !important;
  color: #373737 !important;
  margin-bottom: 8px !important;
}
.faq .faq-divider {
  border: none !important;
  border-top: 1px solid #e3e3e3 !important;
  margin: 45px 0 !important;
}



/* ----------------------------------------------------------------------------------
 * TABLEAU COMPARATIF
 * -------------------------------------------------------------------------------- */
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  font-family: 'Satoshi', sans-serif;
}
.table-responsive::-webkit-scrollbar { display: none; }
.comparative-table {
  border-collapse: separate;
  table-layout: fixed;
  width: 100%;
  border-spacing: 0;
  border: none !important;
  font-family: inherit;
  color: #212529;
  background: transparent;
}
.comparative-table th,
.comparative-table td {
  padding: 15px;
  vertical-align: middle;
  white-space: normal;
  color: #212529;
  border-radius: 0 !important;
}
.col-feature-title {
  width: 50%;
  min-width: 200px;
  text-align: left;
  padding-left: 24px;
}
.col-other {
  width: 16.66%;
  min-width: 120px;
  text-align: center;
  vertical-align: middle;
}
.col-other > div {
  font-size: 1.4rem;
  color: #212529;
  text-align: center;
  font-family: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.18;
}
.col-other > div:first-child { font-weight: 600; }
.col-other > div:nth-child(2) { font-weight: 400; }
.comparative-table th:nth-child(2) {
  border-top: 1px #7dbd8b solid;
  border-left: 1px #7dbd8b solid;
  border-right: 1px #7dbd8b solid;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.comparative-table td:nth-child(2) {
  border-left: 1px solid #7dbd8b;
  border-right: 1px solid #7dbd8b;
}
.comparative-table tbody tr:last-child td.blank-space:nth-child(2) {
  border-bottom: 1px solid #7dbd8b;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.comparative-table td.feature {
  background-color: #f7f7f7;
  padding-top: 20px;
  padding-bottom: 14px;
}
.feature-title h4 {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1.22;
  color: #212529;
}
.feature-title .feature-text {
  display: inline-flex;
  align-items: center;
  color: #212529;
  gap: 0.20em;
}
.feature-title .main-text {
  font-weight: 600;
  color: #212529;
}
.feature-title .sub-text {
  font-weight: 400;
  color: #212529;
}
.feature-text .main-text,
.feature-text .sub-text,
.col-other > div {
  font-family: inherit;
}
.brand-logo { max-height:60px; border-radius:8px; padding-top:10px; }
.checkmark, .crossmark { width:22px; height:22px; }
.feature.feature-value img { display:block; margin:0 auto; vertical-align:middle; }
.entry-content tr td { border-top: none !important; }

@media (max-width: 1024px) {
  .col-feature-title { width: 46%; }
  .col-other { width: 27%; }
}
@media (max-width:768px) {
  .comparative-table th,
  .comparative-table td { padding:12px; }
  .brand-logo { max-height:26px; }
  .feature-title h4 { font-size: 1rem; }
  .feature-title { font-size:16px; }
  .feature-text .main-text,
  .col-other > div:first-child { font-size:1rem; }
  .feature-text .sub-text { display:none!important; }
  .comparative-table {
    table-layout:auto;
    width:max-content;
    white-space:nowrap;
  }
}



/* ----------------------------------------------------------------------------------
 * MENU
 * -------------------------------------------------------------------------------- */



/* ----------------------------------------------------------------------------------
 * ????
 * -------------------------------------------------------------------------------- */

/* Hover sur les pictos */
.upandshadow img:hover {
    transform: translate(0px, -8px);
}




/* Dots */
.swiper-pagination-bullet {
    padding: 5.5px;
    border: none !important;
}



/* Caroussels témoignages et logos clients */
.dica_divi_carouselitem .et_pb_module_inner {
    height: 100%;
}



#modalOpen:target {
    display: flex;
}
#page-container {
    overflow: hidden !important;
}
#main-content .container:before {
    width: 0;
}
.clearboth {
    clear: both;
}
code {
    font-stretch: 30% !important;
    line-height: 0;
    margin-bottom: 0;
    font-family: Arial;
}
hr {
    clear: both;
    border: 0;
}
.soulignement {
    border-bottom: 4px solid;
    display: inline-block;
    margin-bottom: 12px;
}
.kbd {
    border: solid 1px;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em;
    padding: 0 .25em;
}



/* ----------------------------------------------------------------------------------
 * BLOG
 * -------------------------------------------------------------------------------- */
/* Blog Pagination */
.wp-pagenavi span.current {
    border: 1px solid var(--maincolor) !important;
    border-radius: 15px;
    padding: 1px 7px;
    position: relative;
    top: 1px;
    background: var(--maincolor);
    color: white !important;
}
.wp-pagenavi a:hover {
    color: var(--maincolor) !important;
}



/* Customisation d'affichage des liens de categories sur la page blog "page-id-5875" */
li.cat-item {
    background-color: #efefef;
    display: inline-block;
    padding: 2px 10px;
    border-radius: 7px;
}
li.categories {
    display: none;
}
.meta-author .et_pb_image_wrap {
    margin-top: -2px;
}
.meta-date .et_pb_image_wrap {
    margin: -1px 0 0 5px;
}
.meta-cat .et_pb_image_wrap {
    margin: 0 0 0 5px;
}



/* ----------------------------------------------------------------------------------
 * WOOCOMMERCE
 * -------------------------------------------------------------------------------- */
/* Produits */
p.woocommerce-result-count {
    font-weight: 500;
    font-size: 15px;
    color: #212529;
}
.woocommerce-ordering,
.woocommerce button[name="update_cart"],
.woocommerce-product-gallery__trigger {
    display: none !important;
}
[aria-label="arrow_down"] {
    display: flex;
    align-items: center;
}
.show-4-products li img:hover {
    transform: scale(1.05);
}



.et_shop_image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}
@media screen and (max-width: 500px) {
    .et_shop_image img {
        width: 100% !important;
        height: 100% !important;
    }
}



/* Product-tabs */
.product-tabs {
    background: transparent;
    border: none !important;
}
.product-tabs .et_pb_all_tabs {
    background: transparent !important;
}
.product-tabs .et_pb_tab_active {
    border-bottom: 2px solid #f3c62b;
}
.product-tabs .et_pb_tabs_controls {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 15px;
    background: transparent !important;
}
.product-tabs .et_pb_tabs_controls li {
    border-right: none !important;
    border-left: none !important;
}
.product-tabs .et_pb_tabs_controls li a {
    padding: 0 !important;
}
.product-tabs .et_pb_all_tabs .et_pb_tab {
    padding: 0 !important;
    margin-top: 20px;
}
@media screen and (max-width: 430px) {
    .product-tabs h2 {
        font-size: 20px;
    }
}



/* Vidéos */
.et_pb_section_video_bg {
    filter: brightness(0.3);
}
.videos {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 30px;
}
.videos p {
    width: 100%;
    flex: 1;
}



/* Avantages */
.product-tags table {
    width: 100%;
    border-collapse: collapse;
}
.product-tags th,
.product-tags td {
    padding: 6px;
    text-align: left;
}
.product-tags th {
    font-weight: 600;
    font-size: 14px;
}
.product-tags td {
    font-size: 14px;
}
.product-tags tr:nth-child(odd) {
    background-color: #f9f9f9;
}



/* Types d'application étiqueteuses */
.products-types {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-start;
}
.products-types img {
    max-width: 50px;
    display: block;
}



/* Caractéristiques */
.product-attributes table {
    width: 100%;
    border-collapse: collapse;
}
.product-attributes th,
.product-attributes td {
    padding: 16px;
    text-align: left;
}
.product-attributes th {
    font-weight: 600;
}
.product-attributes tr:nth-child(odd) {
    background-color: #f9f9f9;
}



/* ----------------------------------------------------------------------------------
 * LEXIQUE
 * -------------------------------------------------------------------------------- */
.all_alphabets {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 10px;
    list-style-type: none !important;
    padding: 0 !important;
}
.all_alphabets li a {
    color: #000;
    transition: .3s;
}
.all_alphabets li a:hover {
    color: var(--maincolor);
}
.lexique {
    margin-top: 20px;
    list-style-type: none !important;
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.lexique li {
    border-bottom: 1px solid #aaa;
    padding: 0 0 10px;
}
.lexique li h3 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 700;
}