			/* Main Menu & Footer Color / default: #1c1c1f */
			.footer,
			.header .main-menu,
			.header .main-menu .wrapper > ul > li > ul.sub-menu {
				background-color: #1C1C1F;
			}
			.header .main-menu .wrapper > ul > li > a {
				box-shadow: inset 0 63px 0 #1C1C1F;
			}
			.header .main-menu .wrapper > ul > li:hover > a {
			  box-shadow: inset 0 0 40px -40px #1C1C1F!important;
			}
			
			/* Breadcrumbs color / default: #2e2f33 */
			.breadcrumbs, .head-slider {
				background-color: #2E2F33;
			}

			/* Footer links hover color / default: #2980b9 */
			.footer a:hover {
				color: #2980B9;
			}

			/* Main color / default: #2980b9 */
			.widget .w-popular-articles .item .num, .widget .w-popular-articles .item:before, .button {
				background-color: #2980B9;
			}


			.about-author .author-content .read-more,
			#comments .comment-block > .comment-text .reply-button,
			.photo-gallery-items .item .item-content .item-category,
			.photo-gallery-items .item .item-content h3,
			.w-fixed-menu li.active a,
			.w-fixed-menu li:hover a,
			.big-message-inner p a,
			.big-message-inner .back-button {
				color: #2980B9;
			}



		/* Background Color/Texture/Image */
		body {
			 
				background: url(https://labasesecrete.fr/wp-content/themes/tresor-theme/images/background-texture-1.jpg);
			
		}

					/* Main body font size, font, color / default: 16px, Arial, #5e5e5e */
		body {
			font-size: 16px;
			font-family: "Open Sans", sans-serif;
			color: #5E5E5E;
		}

		/* Titles Font / default: "Oswald" */
		h1, h2, h3, h4, h5, h6, .breadcrumbs ul, .photo-gallery-items .item .item-content .item-category, #comments .comment-block > .comment-text .user-nick, #comments .comment-block > .comment-text .time-stamp, .review-verdict .review-score, .main-block .article-layout-default .item .item-content > .item-meta, .article-header .header-photo-meta, .header-photo .header-photo-meta, .article-header .comments-tag, .header-photo .comments-tag {
			font-family: "Oswald", sans-serif;
		}

