/*
Theme Name:   Impeka Child
Theme URI:    https://themeforest.net/user/greatives
Description:  Impeka Child Theme
Version:      2.0.0
Author:       Greatives Team
Author URI:   https://greatives.eu
Template:     impeka
*/


@import url("https://use.typekit.net/usa8zmd.css");

#grve-blog-title .grve-title, #grve-search-page-title .grve-title, #grve-portfolio-tax-title .grve-title{
	font-family: "amandine" !important; 
	color: white !important;
}
h1.grve-page-title{
	  font-family: "amandine", sans-serif;
}

.grve-with-title.grve-bg-black{
	background-color: #ff5800 !important;
}


.grve-section.grve-fullwidth .grve-row.grve-columns-gap-default .grve-column{
	padding: 1px !important;
}

#grve-main-header .grve-logo a{
	  transition: all 0.5s ease-in-out;
}

.grve-h3{
	
	font-size: 2rem; line-height: 2.5rem !important;
	font-weight: 500;
}
.grve-h5{
	font-size: 1.2rem !important; line-height: 1rem !important;
	font-weight: 700;
}

.grve-h6{
	font-size: 1.4rem !important; line-height: 1.6rem !important;
	font-weight: 600;
}

.grve-first-title-text.grve-first-title, .grve-second-title-text.grve-second-title{
	font-size: 1.5rem !important; line-height: 1.8rem !important;
	font-family: "greycliff-cf", sans-serif !important;
}


.grve-h3, .grve-h5, .grve-h6, p{
	font-family: "greycliff-cf", sans-serif !important;

}


#grve-feature-section .grve-feature-title, .value, .prefix, .suffix, .home h3{
	font-family: "amandine", sans-serif;
}

.grve-inner-section.grve-with-bg-transparent{
	margin-bottom: 0 !important;
}

#grve-feature-section{
	background-image: url(bg.jpg);
	background-size: cover;
	background-position: left bottom;
	background-repeat: no-repeat;
}
.home h2{
	    font-family: "amandine", sans-serif;
}
:where(.wp-block-columns.is-layout-flex){
	gap: 8vw !important;
}
.home mark{
	color: white !important;
	padding: 0px 7px;
}
.home strong mark:first-child{
	display: inline-block;
	margin-bottom: 2px;
}
.home mark em{
	font-style: normal !important;
	font-size: 25px !important;
}


	
#grve-footer{
	border-top: 1px solid white;
}

#grve-sliding-area, #grve-sliding-area .grve-search-results{
	background-color: #FF5800 !important;
}
.grve-socials-bar-title{
	text-transform: lowercase;
}

.grve-sticky-header{
	background-color: rgba(0, 0, 0, 0.50) !important;
}
.grve-social-bar.grve-layout-1{
	z-index: 2000 !important;
}

#grve-main-content .grve-main-content-wrapper, #grve-sidebar{
	padding-top: 1px !important;
}

.grve-social-share-twitter{
	content: "insta.svg";
	position: absolute;
	width: 10px;
	height: 10px;
	display: block;
}

.icon{ 
	fill: white !important;
}

.grve-skin-light .icon{
	fill: white !important;
}

.grve-skin-default .icon{
	fill: black !important;
}

.grve-social-bar.grve-layout-1 .grve-socials-wrapper{
	margin-top: inherit!important;
}

.linkedin svg{ 
	transform: rotate(180deg);
}
.twitter svg{
	transform: rotate(180deg);
}
.pinterest svg{
	transform: rotate(180deg);
}

#grve-intro{
	background: url(bg.jpg) center center no-repeat;
	background-size: cover;
}


/* ==========================================================================
   Header : logo à gauche, menu centré
   ========================================================================== */
   
#grve-main-header.grve-layout-default.grve-style-2 .grve-header-row{
	margin-left: 0 !important;
}   
   
   
@media (min-width: 960px) {
    .grve-header-row {
        position: relative;
    }

    #grve-main-menu.grve-header-menu {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        margin: 0;
    }
}
@media only screen and (max-width: 1200px) {
   
}

/* Portfolio — zoom léger au rollover */
.grve-isotope-item-inner .grve-thumbnail-wrapper {
    overflow: hidden;
}
.grve-isotope-item-inner .grve-thumbnail-wrapper img {
    transition: transform 0.8s ease;
}
.grve-isotope-item-inner:hover .grve-thumbnail-wrapper img {
    transform: scale(1.03);
}
