/*
Theme Name: Obelisk Child
Author: ThemesCamp
Author URI:  http://themeforest.net/user/themescamp
Theme URI: http://themeforest.net/user/themescamp/portfolio
Template: obelisk
Description: This is child theme for Obelisk Theme.
Version: 1.0.0
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: obelisk-child
Tags: one-column, two-columns, right-sidebar,custom-colors,featured-images
*/
body.obelisk-dark-mode{
  /*background-color: #000;*/
}
.color-font-2 {
  background: linear-gradient(to right, var(--color-primary), #9faf21, #ffa500);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  text-shadow: 0px 0px transparent;
}
.white-header{
  background: transparent;
  box-shadow: none;
}
.navigation li a{
  padding-left: 10px;
  padding-right: 10px;
}
#top-menu-2 ul.elementor-nav-menu li{
  background-color: #55b5f1;
}
#top-menu-2 ul.elementor-nav-menu li.border-bleu{
  border-bottom: 6px solid #3d81e6;
}
#top-menu-2 ul.elementor-nav-menu li.border-orange{
  border-bottom: 6px solid #f6b821;
}
#top-menu-2 ul.elementor-nav-menu li.border-vert{
  border-bottom: 6px solid #cde528;
}
#top-menu-2 ul.elementor-nav-menu li.border-rouge{
  border-bottom: 6px solid #f43d3c;
}
#menu-langue-switcher .trp-flag-image{
  width: 33px;
}
.menu-item-object-language_switcher .trp-flag-image{
  width: 33px;
}
.wp-block-search__label{ color : #FFF;}
.wp-block-search__inside-wrapper input[type=search]{border: 1px solid #FFF;}
.obelisk-header.style-4 .pages-header{
	height: auto;
    padding-bottom: 20px;
}
[data-overlay-dark="5"]:before, [data-overlay-light="5"]:before {
    opacity: 0.7;
}
.obelisk-header.style-4 .pages-header .cont h1 {
    font-size: 45px;
}