/**
Theme Name: Classic Car Marque
Author: Aurélien Vita - Laurent Millet
Author URI: https://terri-dev.fr
Description: Thème adapté à un site vitrine de garage
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: classic-car
Template: astra
*/

.height-min-par {
min-height :165px;}
.blck-acceuil {
    background-color: var(--ast-global-color-0);
}
button#insert-media-button.button.insert-media.add-media {display: none;}
.wp-block-button.is-style-outline .wp-block-button__link,.ast-outline-button {
/*button#wpforms-submit-4857 {*/
    border-width: 2px; 
    border-color: #584d66; 
}
button.product-right {
	border-width: 2px; 
    border-color: #584d66; 	
}
input#wpforms-4857 {
	max-width:100%;
}
button#wpforms-submit-4857 {
    border-width: 2px;
    border-color: #584d66;
}
button#wpforms-submit-4857 :hover {
	color: #584d66;
}
.TDpost-title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: calc(1.3em* 3);
	width: 350px;
}

/*.TDpost-title :hover {
  overflow: visible;
  text-overflow: clip;
  max-height: none;
  line-height: initial; /* reset line-height to default */
.lim-larg {
	width:350px;
}
.strong-price {
color: var(--ast-global-color-3);
	font-size:1.9rem;
}
.accueil-shadow {
    box-shadow: 5px 10px 12px 0px rgb(21 14 41 / 82%); 
    margin: 10px;;
    overflow: hidden;

}
.wp-block-column.is-vertically-aligned-stretch.eplus-wrapper.is-layout-flow.wp-block-column-is-layout-flow {
    box-shadow: 5px 10px 12px 0px rgb(21 14 41 / 82%); 
    overflow: hidden;
    margin: 10px;
  }
  .has-text-align-center p {

min-height: 190px;
}
.news-shadow {
    box-shadow: 5px 10px 12px 0px rgb(21 14 41 / 82%);
    overflow: hidden;
    margin: 10px;
}
.social-share-icons {
    display: flex;
    align-items: center;
    justify-content: center; /* Centrer les icônes */
    gap: 10px; /* Espace entre les icônes */
}

.social-share-icons a {
    display: inline-block;
    color: inherit; /* Adopte la couleur de texte parente, modifiable */
}

.social-share-icons svg {
    fill: currentColor; /* Les icônes adoptent la couleur de texte de leur lien */
    width: 24px; /* Taille des icônes */
    height: 24px;
}
