/*Ne pas afficher le titre de la page*/
/*.wp-block-post-title {
		display:none;}*/

/*Enlever top padding du header*/
.wp-block-group.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained{ 
padding-top: 0px !important;
		margin-block-start: 0px !important;
}

/*couleur icone recherche*/
#wpforo #wpforo-wrap .wpf-search i {
    color: #f07a13;
}

		
.header_cadre {/*border:1px blue solid; */}
/*mettre l'image du header collée à gauche*/
.header_image {position:absolute; left:0px; bottom:0px;}

/*Customiser la police du titre principal*/
.wp-block-site-title{
		color: #f07a13;
    text-shadow: 3px 3px 5px #000, -0.6px -0.6px 1px #000;
}
/*Forme pyramidal du titre*/
.wp-block-site-title {
    text-transform: uppercase;
   /* text-align: center;*/
    /*display: inline-block;*/
/* Donne l'impression que le mot se réduit vers le bas */
    transform: perspective(500px) rotateX(35deg);
    /*text-shadow: 0 -1px 0 #555, 0 -2px 1px rgba(0, 0, 0, 0.2),
                 0 -3px 2px rgba(0, 0, 0, 0.2), 0 -4px 3px rgba(0, 0, 0, 0.1);*/
}

/*slogan*/
.has-text-align-center.wp-block-site-tagline {
color: #dd2525;
text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
font-weight: bold;	
}

/*background du site*/
html, body {
background: url(https://motoscopie.motopartsplace.com/wp-content/uploads/2024/11/background3.png) !important;
		    background-repeat: repeat; /* Répète l'image horizontalement et verticalement */
    background-size: auto;    /* L'image garde ses dimensions d'origine */
    background-position: top left;
}