/* 
Theme Name: Licence4 Courtage
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

@media(min-width: 1080px){
    .home-contact_section {
        position: absolute;
        top: 60px;   
    }   
}
h2 {
  color: #1C2454;
}
h3 {
  color: #1C2454;
}
a {
  color: inherit;
}
.elementor-widget-text-editor ul {
  padding-left: 20px;
}
.elementor-widget-text-editor ul li::marker {
  color:#BF800A;
  font-size: 20px;
}
.elementor-widget-text-editor a {
  text-decoration: underline;
}

.title-separator::after {
  content: "";
  width: 57px;
  height: 1px;
  background-color: rgba(100, 100, 100, 0.5);
  display: block; 
  margin: 5px auto 0;
}

.info-header-mobile {
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  border: 0.25px solid rgba(255, 255, 255, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.header-icons {
  display: flex;
  flex-direction: row;
}

.header-icon {
  margin-right: 10px;
}

.google-icon {
  width: 40px !important;
  height: 40px !important;
}

.google-icon circle {
  fill: #ff5733;
}

.google-icon path {
  fill: #ffffff;
}

.linkedin-icon {
  width: 40px !important;
  height: 40px !important;
}

.linkedin-icon circle {
  fill: #0077b5;
}

.linkedin-icon path {
  fill: #ffffff;
}


/* MOBILE MENU */
#showMobileMenu {
  cursor: pointer;
}
#showMobileMenu.opened {
  background:#1C2454;
}
#showMobileMenu.opened .elementor-icon svg {
  display: none;
}
#showMobileMenu.opened .elementor-icon::after {
  content: "";
  background-image: url('./assets/img/icon-close.svg');
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 16px;
  width: 16px;
}
.mobilemenu-wrap {
  opacity: 0;
  height: 0;
  transition: ease 0.3s;
  position: relative;
  z-index: 99999999
}
.mobilemenu-wrap.opened {
  height: auto;
  opacity: 1;
}
.mobilemenu {
  position: absolute;
  top: -100%;
}
.mobilemenu-wrap.opened .mobilemenu {
  top: 0;
}
.mobilemenu-wrap .mobilemenu .elementor-item {
  justify-content: center;
}
.mobilemenu-wrap .mobilemenu .has-submenu .sub-arrow {
  position: absolute;
  right: 15px;
}
.mobilemenu-wrap .mobilemenu .has-submenu .sub-arrow::after {
  background-image: url('./assets/img/icon-plus.svg');
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  background-size: contain;
  background-repeat: repeat;
}
.mobilemenu-wrap .mobilemenu .has-submenu.highlighted .sub-arrow::after {
  background-image: url('./assets/img/icon-minus.svg');
}
.mobilemenu-wrap .mobilemenu .has-submenu svg {
  display:none;
}

.mobilemenu-wrap .mobilemenu .sub-menu {
  background: rgba(150, 150, 150, 0.1) !important;
}
.mobilemenu-wrap .mobilemenu .elementor-sub-item {
  justify-content: center;
}