/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/
/*.pch-dsgn-gradient-txt {background:linear-gradient(90deg,#ce55b0,#f34dac 12%,#f48e66 27%,#f0b832 38%,#b2ce37 54%,#63d7af 70%,#1cc2df 84%,#0580e6 94%,#ce55b0); -webkit-background-clip:text;-webkit-text-fill-color:transparent;}*/

.current-menu-item { font-weight: 600; color: #fc5158; }

nav .w-nav-list {text-align: center;}

.pch-dsgn-gradient-txt {
    font-style: normal;
    display: inline-block;
    background: linear-gradient(90deg, #FF3C51 12%, #FFB6B9 27%, #FFBF06 42%, #6DE6AF 58%, #6C99FF 72%, #3048E9 85%, #FF3C51 92%, #FF3C51);
    background-size: 500px;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: gradientMove 7s linear infinite;
    line-height: 1.1;
    padding-bottom: 5px;
}



@keyframes gradientMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 1000px 0;
    }
}


@keyframes gradientMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 1000px 0;
    }
}


.pcd-tags .w-btn .w-btn-label::before,.pcd-tags .w-btn-label::before {
  content: "#";
}

body h1 { margin-bottom: inherit !important;}
.pcd-portfolio-cat a {color: #fff !important;}
.pcd-portfolio-cat a:hover { color: #fc5158 !important;}

/* MENU */
/*nav .w-nav-control.active { display: none !important;}*/
.w-nav-close:before {
	position: absolute !important;
    content: "";
	top: 40px;
	right: 75px;
    width: 35px !important;
    height: 115px !important;
    background-image: url('https://pcd.poischichedesign.com/wp-content/uploads/2024/10/croix-close.svg') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    vertical-align: top !important;
}
div.w-nav-icon {display: none;}
.w-nav-control:before  {
	position: absolute !important;
    content: "";
	right: 10px;
    width: 115px !important;
    height: 50px !important;
    background-image: url('https://pcd.poischichedesign.com/wp-content/uploads/2024/10/menu.svg');
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    vertical-align: top !important;
	transition: 0.5s;
}
.w-nav-control.menu-bleu::before {
    background-image: url('https://pcd.poischichedesign.com/wp-content/uploads/2024/10/menu-bleu.svg');
	transition: 0.5s;
}
.pcd-services h4 {font-weight: 400 !important;}

.pcd-checked .fal.fa-check, .pcd-team h3, .pcd-services .fal { color: #5794ff; }
.pcd-numbers .w-counter-value { font-size: 50px !important; }
.pcd-numbers h3 { font-size: 30px !important; }
pcd-team h3 { font-size: 20px !important; }

/* ARRAY */
/*.pcd-array ul {margin-left: 0rem !important; list-style-type: none;}

.pcd-array li::before {background-image: url(https://pcd.poischichedesign.com/wp-content/uploads/2024/10/pupuce.svg); background-size: cover; background-position: center; background-repeat: no-repeat; display: inline-block; content: ''; position: relative; left: 0; top: 0; margin-right: 8px; width: 15px; height: 15px; }*/

.pcd-array ul li {
    list-style: none; 
    position: relative;
    padding-left: 30px;
    text-align: left;
}

.pcd-array ul li:before {
	background-image: url(https://pcd.poischichedesign.com/wp-content/uploads/2024/10/pupuce.svg); background-size: cover; background-position: center; background-repeat: no-repeat;
    content: ""; margin-right: 8px; width: 15px; height: 15px;
    position: absolute;
    left: 0;
    top: 5px;
}

.pcd-array ul {
    padding-left: 0; /* Enlève le padding de la liste */
    margin-left: 0;
}

.w-iconbox.iconpos_left { align-items: flex-start !important; padding-top: 5px !important;}
.w-iconbox-icon {padding-top: 5px !important;}
.w-iconbox.iconpos_left .w-iconbox-icon {margin-right: 10px !important;}

.pcd-projects-little article h3.post_title {font-size: 20px !important;}

.pcd-test { text-indent: -9999px; /* Déplace le texte hors de l'écran */
  overflow: hidden; /* Empêche tout débordement */
  display: inline-block; /* Assure le bon rendu pour un bouton */
  width: 50px; /* Fixez la largeur de votre bouton */
  height: 50px; /* Fixez la hauteur de votre bouton */
  text-decoration: none; /* Supprime le soulignement */}

.pcd-test::before { content: ""; /* Nécessaire pour afficher le pseudo-élément */
    position: absolute;
    top: 0;
    left: 0;
	right: 0;
    height: 100px;
    background-image: url('https://pcd.poischichedesign.com/wp-content/uploads/2024/10/erreur-404.gif'); /* Remplacez par le chemin de l'image */
    background-size: contain; /* Affiche l'image dans ses dimensions normales */
    background-position: center; /* Centrer l'image */
    background-repeat: no-repeat; /* Pas de répétition */
    z-index: 99; /* Même niveau que le contenu pour cacher le texte */ }

