/*
 Theme Name:   Gratech Child  
 Theme URI:    https://wordpress.onertheme.com/gratech/
 Description:  This is a child theme for Gratech - WordPress Theme
 Author:       OnerTheme
 Author URI:   https://themeforest.net/user/onertheme
 Template:     gratech
 Version:      1.0
 Tags:         two-columns, three-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, theme-options, editor-style, featured-images, microformats, post-formats,  sticky-post, threaded-comments, translation-ready
 Text Domain:  gratech-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */    
/* SUPPRIMER LE BLEU DU HEADER */
.header-area::after {
	display: none;
}

/* MODIFIER LA BANNIERE */
.banner-area .banner__content {
	max-width: 100%;
    display: flex;
    flex-direction: column;
}

.banner-area .banner__content h1 {
	min-height: 270px;
}

.banner-area .banner__content a.btn-one {
	max-width: fit-content;
}

.banner__inner-page::before {
	background: linear-gradient(270.07deg, #547F96 0.07%, #7BB5D5 99.95%);
}

/* Elements bleus */
.banner-area .banner__shape-left1, .banner-area .banner__line, .banner-area .banner__shape-right1 {
	display: none;
}

/* CAPITALIZE SUR LES BOUTONS */
.btn-one {
	text-transform: unset;
}

/* SUPPRIMER LES ELEMENTS BLEUS */
.circle-shape, .banner__shape-right2, .footer__shape-regular-right, .footer__shape-solid-left, .offer__shape-left, .offer__shape-right, h5 img, .service-shape, .shape-bottom, .shape-top, .brand__shape, .counter__shape, .about__shape, .shape1, .shape2, .about-two__shape, .footer__shadow-shape, .sub-title  img, .shape, .faq__shape {
	display : none;
}

.testimonial__item .coma path, h5 svg path, .testimonial-three__image svg path, .contact__left-item svg path {
	fill: #547F96;
}

.blog-info svg path, h5 svg rect {
	stroke: #547F96;
}

.case-two__item::after {
	background: -webkit-gradient(linear, left bottom, left top, from(#547F96), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(0deg, #547F96 0%, rgba(0, 0, 0, 0) 100%);
}