/* ===================================================================================

* Theme Name: Gilroy Child
* Theme URI: https://themexriver.com/wp/gilroy-wp
* Author: LaSignerie
* Author URI: https://lasignerie.fr
* Description: Site web de la Signerie
* Version: 1.0.6
* Template: gilroy
* Text Domain: gilroy-child
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of gilroy updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */
.gly-hero-4-slider-item-shape {
  display: inline-block;
  width: 640px;
  height: 1375px;
  position: absolute;
  bottom: -1325px;
  left: -40px;
  border-radius: 500px 500px 0 0;
  background: linear-gradient(90deg, rgb(193 139 230) 0%, rgb(193 139 230) 100%)!important;
  transform: rotate(39deg);
  z-index: -1;
  transition: 1000ms var(--cube-1);
}

.justify-content-end {
    justify-content: flex-start !important;
}

.gly-header-3-top-content {
    background: var(--gly-pr-2);
    display: flex !important;
;
    align-items: center;
    gap: 45px;
    padding: 8px 30px;
    /* border-radius: 0 40px 0 0; */
}
.gly-header-3-bottom-content {
    display: flex !important;
    border-radius: 0 0 0 0px !important;
}
.tx-header .tx-logo img {
    max-width: 100px !important;
	padding: 10px !important;
}