/**
* 2007-2021 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2021 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
.nav-menu{
	display: none;
	margin: 0;
	background-color: #f6f6f6;
}
#index .nav-menu{display: block;}
.nav-home,
.ss-nav-elec,
.ss-nav-musc{
    width: 100%;
    overflow: hidden;
}
.ss-nav-elec,
.ss-nav-musc{
	display: none;
	flex-direction: row;
	flex-wrap: wrap;
}
.nav-menu .nav-home div,
.nav-menu .return_main,
.nav-menu a{
	cursor: pointer;
	margin: 5px 0;
	padding: 0 5px;
}
.nav-menu .nav-home div > picture,
.nav-menu .nav-home div > picture source,
.nav-menu .nav-home div > picture img,
.nav-menu a > picture,
.nav-menu a > picture source,
.nav-menu a > picture img{
	max-width: 100%;
	height: auto;
}
.nav-menu .return_main,
.nav-menu .nav-home div .overlay,
.nav-menu .nav-home div .overlay strong,
.nav-menu a .overlay,
.nav-menu a .overlay strong{
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
}
.nav-menu .nav-home div .overlay,
.nav-menu a .overlay{
	width: calc(100% - 10px);
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 5px;
	background-color: rgba(0, 0, 0, 0.35);
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	align-content: center;
}
	.nav-menu a .overlay .logo_partenaire{
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		width: 80%;
		margin: auto auto;
	}
	.nav-menu .return_main {
		color: #aaa;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		font-size: 1.4em;
		background-color: rgba(100,100,100,0.1);
	}
	.nav-menu .return_main:hover {
		color: #000;
		font-size: 1.6em;
		background-color: rgba(100,100,100,0.3);
	}
	.nav-menu .nav-home div .overlay strong,
	.nav-menu a .overlay strong{
		position: relative;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		color: white;
		margin: auto auto;
		font-size: 1.3em;
		line-height: 1em;
		font-family: 'galano_bi', sans-serif;
		text-align: center;
	}
	.nav-menu .nav-home div:hover .overlay,
	.nav-menu a:hover .overlay{
		background-color: rgba(0, 0, 0, 0.6);
	}
	.nav-menu .nav-home div:hover .overlay strong,
	.nav-menu a:hover .overlay strong{
		font-size: 1.5em;
	}
span.nav_m2{
	border: 3px solid #fff;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 7px 13px;
    margin: -20px 10px 20px 10px;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: bolder;
}
@media screen and (min-width: 576px){
	.nav-menu .nav-home div .overlay strong,
	.nav-menu a .overlay strong{
		font-size: 2em;
	}
	.nav-menu .nav-home div:hover .overlay strong,
	.nav-menu a:hover .overlay strong{
		font-size: 2.2em;
	}

}
@media screen and (min-width: 768px){
	.nav-menu .nav-home div .overlay strong,
	.nav-menu a .overlay strong{
		font-size: 1.3em;
	}
	.nav-menu .nav-home div:hover .overlay strong,
	.nav-menu a:hover .overlay strong{
		font-size: 1.5em;
	}
	span.nav_m2{
		border: 3px solid #fff;
		background-color: rgba(0, 0, 0, 0.6);
		padding: 5px 10px;
		margin: -20px 10px 20px 10px;
		border-radius: 10px;
		text-transform: uppercase;
		font-weight: bolder;
		font-size: 0.8em;
	}
}
@media screen and (min-width: 1200px){
	.nav-menu .nav-home div .overlay strong,
	.nav-menu a .overlay strong{
		font-size: 2em;
	}
	.nav-menu .nav-home div:hover .overlay strong,
	.nav-menu a:hover .overlay strong{
		font-size: 2.2em;
	}
	span.nav_m2{
		border: 4px solid #fff;
		background-color: rgba(0, 0, 0, 0.8);
		padding: 10px 15px;
		margin-bottom: 70px;
		margin-top: -74px;
		border-radius: 10px;
		text-transform: uppercase;
		font-weight: bolder;
		font-size: 1em;
	}

}