@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//damascus-car.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.1.2") format("woff2");
}

:root {
	--wd-text-font: "Cairo", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(0,0,0);
	--wd-text-font-size: 16px;
	--wd-title-font: "Cairo", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 700;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Cairo", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 700;
	--wd-entities-title-color: rgb(221,51,51);
	--wd-entities-title-color-hover: rgb(20, 20, 20);
	--wd-alternative-font: "Cairo", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Cairo", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: rgb(221,51,51);
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Cairo", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: rgb(239,16,16);
	--wd-alternative-color: rgb(249,170,0);
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(15,145,227);
	--btn-accented-bgcolor-hover: rgb(14,132,207);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: rgb(255, 255, 255);
	background-image: url(https://damascus-car.com/wp-content/uploads/2021/09/corporate-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 800px;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: rgb(23, 150, 229);
	background-image: url(https://damascus-car.com/wp-content/uploads/2024/03/corporate-page-title2.png);
}
.wd-footer {
	background-color: rgb(56, 56, 56);
	background-image: none;
}
.wd-load-additional-fonts-700 {
	font-family: "Quicksand", Arial, Helvetica, sans-serif;
	font-weight: 700;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 5px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 12px;
}

@media (min-width: 1222px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.pages-titles-thumbnails {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px; /* Ajustez l'espace entre les éléments si nécessaire */
    margin-bottom: 80px; /* Marge en bas du shortcode de 80px */

    /* Pour les mobiles et tablettes */
    @media (max-width: 768px) {
        grid-template-columns: repeat(2, 1fr);
    }
}

.page-item {
    position: relative; /* Nécessaire pour positionner le titre */
}

.page-title .title
Specificity: (0,2,0)
 {
    font-size: 22px;
    line-height: 1.2;
}

.page-item a {
    display: block; /* Permet au lien de remplir tout l'espace du .page-item */
    text-decoration: none; /* Enlève le soulignement par défaut du lien */
}

.page-thumbnail {
    position: relative; /* Nécessaire pour superposer le titre */
    overflow: hidden; /* Cache le débordement de l'image */
}

.page-thumbnail img {
    width: 100%;
    height: auto; /* Permet de conserver les proportions de l'image */
    object-fit: cover; /* Ajuste l'image pour remplir complètement le conteneur */
    max-width: 100%; /* Assure que l'image ne dépasse pas la taille du conteneur */
    vertical-align: middle; /* Centre l'image verticalement */
}

.page-item h2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 10px;
    font-size: 16px;
    background-color: rgba(0, 0, 0, 0.7); /* Arrière-plan semi-transparent pour le titre */
    color: #ffffff; /* Couleur du texte pour le titre */
    box-sizing: border-box; /* Garantit que le padding est inclus dans la largeur */
    text-align: center; /* Centre le texte du titre */
}

/* Styles supplémentaires pour améliorer l'aspect visuel */
.page-item:hover .page-thumbnail img {
    transform: scale(1.1); /* Zoom sur l'image au survol */
}

.page-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

