/**
Theme Name: infohunter
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: infohunter
Template: astra
*/

/*figer le header pour qu'il soit toujours visible*/
#masthead, .site-header, .main-navigation {
    position: fixed;
    top: 0;
	height:60px;
    width: 100%;
    z-index: 9999;
    background-color: white;
}

/*bouton un peu plus allongé que par défaut et moins épais*/
.elementor-button-link {
    padding: 7px 35px!important;
}

/**home page*/
/*zone jaune sous certains titre*/ 
.underline-yellow{
	position:relative;
	 z-index: 1;
}
.underline-yellow::after {
content: "";
    border-bottom: 18px solid #fff009;
    margin-top: 26px;
    margin-left: -85%;
    width: 90%;
    position: absolute;
    z-index: -1;
}

h1 span.underline-yellow::after {
	margin-top: 40px;
}

/*zone rouge sous certains titre*/
.underline-red{
	position:relative;
	 z-index: 1;
}
.underline-red::after {
content: "";
    border-bottom: 18px solid #ec184f;
    margin-top: 26px;
    margin-left: -95%;
    width: 95%;
    position: absolute;
    z-index: -1;
}

/*chevron ancre*/
#chevron-down{ 
  width: 40px;
  height: 40px;
}

.chevron-icon {
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  animation: fadeInDown 2s ease-in-out infinite 3s;
  opacity: 0.2;
  fill: rgba(140, 140, 140, 1);
}

@keyframes fadeInDown {
  0% {
    opacity: 0.2;
    transform: translateY(-50px);
    fill: rgba(140, 140, 140, 1);
  }
  50% {
    opacity: 0.6;
    transform: translateY(0);
    fill: rgba(179, 179, 179, 1);
  }
  100% {
    opacity: 1;
    transform: translateY(0); 
     fill: rgba(217, 217, 217, 1);
  }
}

/*ressource iframe page*/
.badge{
  display: inline-block;
  color: #fff;
  background-color: #007bff;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
/*iframe*/
.embed-responsive-item{
  border: solid 2px black !important;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
}

.iframe-container .e-con-inner{
	display:block!important;
}

.iframe-container .elementor-element{
	display: block!important;
}

.iframe-container .elementor-element .elementor-widget-container{
  position: relative;
  max-width: 1140px;
  display: block;
  width: 100%;
  padding: 0!important;
  overflow: hidden;
}
.iframe-container .elementor-element .elementor-widget-container::before{
  padding-top: 56.25%;
  display: block;
  content: "";
}

/**footer**/
.site-primary-footer-wrap{
  background-color: #000000!important;
  margin-top: 0;
  padding: 10px 0 10px 0;
}

.infohunter footer{
	background-color: #000000;
    margin-top: 0;
}

.site-primary-footer-wrap .menu-link{
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  font-family: GilroyBold,sans-serif;
}

.site-primary-footer-wrap .menu-link::before {
    content: '';
    width: 5px; 
    height: 5px;
    background-color: #ec184f;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

#ast-scroll-top{
	background-color:#ec184f!important;
	border-radius:50%;
	color: black!important;
}



/**footer grossi si pas de contenu**/
.site-footer{
	display: flex!important;
    flex: 1!important;
}

.site-primary-footer-wrap{
  display: flex!important;
  justify-content: center!important;
  align-items: flex-start!important;
}

/**contact**/
.contact-submit{
	font-size:16;
	font-weight: 500;
	display: flex;
	margin: auto;
	border-radius: 40px;
    border: 2px solid #000;
    box-shadow: none;
    line-height: 27px;
    padding: 0 45px;
    transition: all .2s ease-in;
    background: #000;
    color: #fff009;
}

.contact-submit:hover{
	font-size:16;
	font-weight: 500;
	display: flex;
	margin: auto;
	border-radius: 40px;
    border: 2px solid #fff009;
    box-shadow: none;
    line-height: 27px;
    padding: 0 45px;
    transition: all .2s ease-in;
    background:#fff009;
    color: #000;
}

/**header**/

@media (max-width: 450px) {
	/*see menu on little device*/	
	.ast-builder-grid-row.ast-grid-center-col-layout {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	}
	.ast-builder-grid-row {
    	grid-column-gap: 1px;
    	overflow-wrap: anywhere;
	}
	.ast-grid-section-center {
		justify-content: flex-end!important;
	}
	
}

@media (max-width: 921px){
    .ast-builder-menu-mobile .main-navigation .main-header-menu .menu-item.menu-item-767 > .menu-link {
        background: black;
        color: #fff009;
        width: fit-content !important;
        border-radius: 15px;
        margin-top: 3px;
		margin-bottom: 3px;
		margin-left: 15px;
	}
}

header .site-primary-header-wrap, header .ast-primary-header-bar{
    border-bottom: none;
    box-shadow: none;
}

header .site-primary-header-wrap{
	margin-left:0;
}

header .menu-item, header .ast-builder-menu-1 .menu-item.current-menu-item > .menu-link {
	font-family: GilroyBold, sans-serif;
    font-size: 14px;
    color: #3f3d56;
    font-weight: 700;
    line-height: 21px;
}

header .ast-builder-menu-1 .menu-item:hover > .menu-link, header .ast-builder-menu-1 .menu-item.current-menu-item > .menu-link:hover {
	opacity:0.8;
	color: #3f3d56;
}
/**surlignage du menu courrament selectionné**/
header .ast-builder-menu-1 .menu-item.current-menu-item a::after {
    content: '';
    border-bottom: 7px solid #fff009;
    margin-top: 15px;
    width: 75%;
    position: absolute;
    z-index: -1;
}

#masthead, .site-header, .main-navigation {
	position:relative;
}

@media (min-width: 922px) {
    .ast-container {
        max-width: 100%!important;
    }
}

@media (max-width: 921px) {
	.ast-builder-menu-mobile .main-navigation .menu-item.current-menu-item > .menu-link{
		color: #3f3d56;	
	}
	
	[data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
		fill: #3f3d56;
	}
}


/**menu tralalere**/
.site-header-primary-section-right .menu-item-34 > .menu-link::before, .site-header-primary-section-right .menu-item-59 > .menu-link::before,.menu-item-59 > .menu-link::before, .menu-item-34 > .menu-link::before{
  content: "";
  background-image: url("/wp-content/uploads/2025/03/logo-tralalere.svg");
  height: 48px;
  width: 130px;
  display: block;
}

.site-header-primary-section-right .ast-header-navigation-arrow .icon-arrow {
	display: none;
	padding:0;
}

.ast-header-break-point .ast-mobile-header-wrap .ast-flex.inline-on-mobile .menu-item.menu-item-has-children{
	margin-right:0;
}

@media (max-width: 921px) {
    .ast-header-break-point .ast-builder-menu-2 .menu-item.menu-item-has-children > .ast-menu-toggle {
		width:100%;
		height:100%;
	}
	
	.ast-header-break-point .ast-builder-menu-2 .menu-item.menu-item-has-children > .ast-menu-toggle span svg{
		fill:transparent;
	}
	
	.ast-builder-menu-2 .menu-item > .menu-link {
		align-content: center;
	}
	
	.ast-header-break-point .ast-mobile-header-wrap .ast-flex.inline-on-mobile .menu-item.ast-submenu-expanded > .sub-menu {
		border:none;
	}
	
	.ast-header-break-point .ast-mobile-header-wrap .ast-flex.inline-on-mobile .menu-item-34.menu-item.ast-submenu-expanded > .sub-menu {
		display:flex!important;
		justify-content: center;
		flex-direction:column;
	}
	
	.ast-header-break-point .main-navigation ul .menu-item .menu-link .icon-arrow:first-of-type svg{
		fill:transparent;
	}
	
	   .ast-header-break-point .ast-mobile-header-wrap .ast-flex.inline-on-mobile .menu-item-36.menu-item.ast-submenu-expanded > .sub-menu {
		 display: flex!important;
		 width:auto;
	}
}

.ast-builder-menu-2 .sub-menu{
	border-color:white;
}

.ast-desktop .ast-builder-menu-2 .menu-item .sub-menu{
    padding-top: 24px;
    border-radius: 5px;
    width: max-content;
    background: transparent;
	border:none!important;
}

.sub-menu li:first-child a {
    border-radius: 10px 10px 0 0;
}

.sub-menu li:last-child a {
    border-radius: 0 0 10px 10px;
}

.menu-item-36-en a, .menu-item-58-fr a{
	border-radius: 10px!important;
}

.ast-builder-menu-2 .menu-item > .menu-link {
	background: white;
}

header .sub-menu.menu-item{
	background: white; 
}

.ast-builder-menu-2 .menu-item > .menu-link{
  font-family: Gilroy;
  font-size: 10px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.ast-builder-menu-2 .menu-item:not(.menu-item-has-children):hover > .menu-link{
  color: #334155;
  background: #ebeaeb;
}






