@charset "utf-8";

.header_wrapper {
    position: fixed;
    top: 0;
    width: 100%;
    height: 0;
    left: 0;
    display: block;
    z-index: 100;
}

.banniere_block {
	display: block;
	width: 100%;
	background-color: #8181811f;
}
.banniere {
    background-image: url(../../_uploads/Bannieres/pub_deaflympics.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
	max-width: 1200px;
	aspect-ratio: 2396 / 313;
	margin: 0 auto;
	margin-top : 8px;
}

.header
/* ,.header.scroll_direction.scroll_down:hover  */
{
	background: var(--background_color_header);
	background-color: var(--background_color);
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
	transition: var(--transition_medium);
	backdrop-filter: blur(5px);
}

.desktop_menu.header::before {
    content: '';
    height: 1px;
    position: absolute;
    background-color: #5555;
    bottom: 3.4em;
    width: 100%;
    z-index: 0;
}

.top_user_display_bandeau {
    text-align: center;
    font-size: .8em;
}

.top_user_display_bandeau .bt {
    padding: .2em .4em;
    margin: .2em;
}


.desktop_menu .dropdown_bt {
    display: none;
}

.header.scroll_direction.scroll_down 
{
	top: -6.1em;
}

.header:after,
.mobile_menu .menu_wrapper::before 
{
	content: '';
	background: linear-gradient(to right, #26828E 0%, #26828E 69%, #DE2554 80%, #DE2554 100%);
	width: 100%;
	height: 8px;
	display: block;
}

.menu_link 
{
	display: inline-block;
	position: relative;
	font-family: 'Outfit','poppins_mediumregular', sans-serif;
	height: auto;
	line-height: 1.4em;
	/* padding: 0.5em 0px; */
}

.menu_link a {
    padding: 0.5em 0.3em;
}

a.home.fi-sr-home {
    margin-right: 0.3em;
    margin-left: 0.5em;
}

.menu_link.parent_menu {
    z-index: 2;
}

.menu_link.parent_menu a {
    padding-right: 1em;
}

.desktop_menu 
 .menu_link.parent_menu > a::after {
    content: '▼';
    color: #878787de;
    font-size: 0.8em;
    margin-right: 0em;
    position: absolute;
    right: 0.1em;
    top: 0.7em;
    content: '\f12d';
    font-family: 'uicons-solid-rounded' !important;
}

.menu_link label ,
.header a 
{
	/* white-space: nowrap; */
	font-family: 'Outfit','poppins_mediumregular', sans-serif;
	height: 100%;
	display: inline-block;
	line-height: 1.9em;
}

.header a:hover 
{
	/* text-decoration: none; */
	text-decoration: underline !important;
}

.header a:hover label {
    text-decoration: underline;
}

.sous_menu_wrapper 
{
	transition: var(--transition_medium);
	/* opacity: 0; */
	box-shadow: 0 0 0 transparent;
	border-left: 1px solid var(--turquoise);
	background-color: var(--background_color);
	max-height: 0;
	transition: max-height 0.15s ease-out;
}

.desktop_menu .menu_link .sous_menu_wrapper
{
	display: flex;
	/* background-color: var(--background_color); */
	position: absolute;
	flex-direction: column;
	border: 1px solid var(--turquoise);
	border-top-width: 0;
	opacity: 1;
	/* max-height: calc(100% - 20em); */
	/* 	max-height: calc(100vh - 15em); */
	max-height: 0;
	max-width: 18em;
	width: 100%;
	min-width: 11em;
	overflow-y: auto;
	top: 2.8em;
	box-shadow: var(--box_shadow);
	/* padding-top: 2em; */
	/* top: 0; */
	/* z-index: -1; */
	opacity: 0;
	overflow: hidden;
	transition: var(--transition_medium);
}

/* .desktop_menu .menu_link .sous_menu_wrapper .menu_link {
    padding: 0.6em .8em;
} */

/* .desktop_menu .menu_link .sous_menu_wrapper .menu_link::after {} */

/* .desktop_menu .parent_menu:hover .sous_menu_wrapper */
.desktop_menu .parent_menu.open .sous_menu_wrapper
{
	max-height: calc(100vh - 15em);
	opacity: 1;
	overflow-y: auto;
}

.sous_menu_wrapper a 
{
	display: block;
	/* padding: .4em; */
	background-color: var(--background_color);
	color: var(--text_color);
	transition: var(--transition_medium);
	/* width: 100%; */
	/* max-width: 16em; */
	white-space: break-spaces;
	line-height: 1em;
	position: relative;
	padding: 0.6em 0.8em;
}

.desktop_menu .menu_link .sous_menu_wrapper .menu_link::after 
{
	content: '';
	height: 1px;
	width: 90%;
	background-color: var(--turquoise);
	display: block;
	position: absolute;
	bottom: 0;
	opacity: .2;
	margin: 0 5%;
}

.sous_menu_wrapper a:hover 
{
	color: white;
	background-color: var(--turquoise);
}

.header .menu_bandeau a::before 
{
	margin-left: 0.1em;
	margin-right: 0.1em;
}

a.home.fi-sr-home:before 
{
	color: var(--text_color) !important;
}

.top_bandeau 
{
	height: 2.06em;
	display: block;
	text-align: right;
}

/* .top_bandeau 
{} */

.top_bandeau_element 
{
	margin: 0 0.6em;
	/* font-weight: bold; */
	font-size: 0.9em;
	display: inline-block;
	/* padding: .4em 0; */
	position: relative;
}

.top_bandeau_element.bright_dark_mode_menu_wrapper {
    width: auto;
    top: 3px;
}

/* .top_bandeau_element.bright_dark_mode_menu_wrapper .bright_dark_mode_menu_relative_wrapper {} */

/* span.fi-sr-envelope 
{} */

.header .logo_bandeau 
{
	/* border: var(--gris_moyen) 1px solid; */
	border-width: 1px 0;
}
.header .bt.bt_parrainer.fi-sr-handshake {
    border-color: var(--turquoise);
    font-size: 1em;
}

.logo_bandeau .page_width_wrapper 
{
	position: relative;
	/* padding-bottom: 0.8em; */
}

.header .logo_MPI 
{
	display: inline-block;
	font-size: 3em;
	width: 4.1em;
	padding-top: 15.8%;
	vertical-align: middle;
	/* background-position: left -0.3em center; */
	/* background-color: red; */
}

.bright_mode .logo_MPI {
    background-image: url(../../_theme/Jess_boroy_V1/Logo/Logo-Fond-clair.png);
}

.dark_mode .logo_MPI {
    background-image: url(../../_theme/Jess_boroy_V1/Logo/Logo-Fond-sombre.png);
}

.header .burger_menu .logo_MPI {
    font-size: 1em;
    display: none;
}

.header .slogan,
.header .slogan * 
{
	font-family: 'Brandon_Grotesque', sans-serif;
	font-weight: 100;
	font-style: normal;
	text-transform: uppercase;
	line-height: 1em;
	/* display: inline-block; */
}

.header .slogan 
{
	display: inline-block;
	font-size: 1.2em;
	vertical-align: middle;
	margin-left: -2%;
}
.header_right_wrapper {
    display: block;
    width: 20em;
    float: right;
}
.header .action_bt 
{
	text-align: center;
	width: calc( 100% - 42.2em);
	width: auto;
	text-align: right;
	font-size: .8em;
	padding-top: 0;
	right: 0;
	display: inline-flex;
	flex-direction: row-reverse;
}
span.IP_connect_avatar {
    /* font-size: .6em !important; */
    width: 10em;
    text-align: center;
    display: block;
    line-height: 1em;
    font-style: italic;
    float: left;
    /* height: 3em; */
    background-color: var(--turquoise);
    /* margin: 1em; */
    padding: .4em;
    color: white;
    border-radius: var(--border_radius);
    margin: 0 .4em;
}

.desktop_menu .action_bt > a, .desktop_menu .action_bt > .bt 
{
	margin: 0 .4em;
	float: right;
	vertical-align: top;
	line-height: 1.2em;
	font-size: 1.2em;
}

.desktop_menu .action_bt > a::before, .desktop_menu .action_bt > .bt::before {
    margin-left: 0;
}

.action_bt .bt_mon_compte span 
{
	margin-right: .4em !important;
	display: inline-block;
}

.header .menu_bandeau 
{
	font-family: 'Outfit','poppins_mediumregular', sans-serif;
	height: 46px;
}

.header .menu_bandeau .burger_menu 
{
	display: inline-block;
	vertical-align: top;
	font-weight: bolder;
	cursor: pointer;
	margin: 0 .4em;
	padding: 0.6em 0;
}

.header .menu_bandeau .left_part 
{
	display: inline-block;
	vertical-align: top;
	position: relative;
	/*     background: red; */
	/* width: calc(100% - 16em); */
	/* max-width: 54em; */
	border: var(--gris_moyen) 1px solid;
	border-width: 0 1px;
}

/* .header .menu_bandeau .left_part > .menu_link {} */
/* .header .menu_bandeau .left_part a:before 
{
	color: var(--turquoise);
} */

.header .menu_bandeau .left_part a.gratuit:before 
{
	color: var(--jaune);
	font-size: 1.5em;
	line-height: 0.2em;
	width: 1em;
	padding: 0 0em;
	margin: 0.1em;
}

/*monde_lsf*/
a.fi-sr-earth-europa:before
{
	color: var(--violet) !important;
}

/* pi sourd */
a.fi-sr-eye:before
{
	color: var(--turquoise) !important;
}

/*editions-speciale*/
a.fi-sr-bahai:before
{
	color: var(--jaune) !important;
}

.header .menu_bandeau .left_part .action_bts 
{
	display: inline-block;
	text-align: right;
	width: 11.6em;
    padding-right: 1em;
}

.header .menu_bandeau .left_part .action_bts > * {
    width: 1.6em;
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.header .menu_bandeau .left_part a.search_bt.icon-search::before {
    position: relative;
}

/* .desktop_menu .search_bt.icon-search, .left_part .search_bt.fi-sr-search 
{
	display: inline-block;
	float: right;
	position: absolute;
	position: relative;
	right: 0.3em;
	padding: .4em;
} */

.desktop_menu .search_bt.icon-search, .left_part .search_bt.fi-sr-search::before 
{
    position: relative;
}


.desktop_menu  .notification_bt.fi-sr-bell {
    display: inline-block;
    opacity: 0.3;
    top: 3px;
    position: relative;
}
.header .menu_bandeau .left_part .action_bts .bright_dark_mode_bt label 
{
	display: none;
}

.header .menu_bandeau .page_width_wrapper {
    display: flex;

 
}



.header .menu_bandeau .right_part a {
    display: flex;           /* icône + texte alignés */
    align-items: center;     /* vertical centré */
    white-space: nowrap;     /* empêche le texte de passer à la ligne */
              /* espace entre icône et texte */
}



.header .menu_bandeau .right_part {
    display: flex;
}


.header .menu_bandeau .right_part a {
    padding: 0.5em 0;
    margin-right: 0.9em;
}

.header .menu_bandeau .right_part a::before {
    margin-right: .4em;
}

.header .menu_bandeau .right_part a:before 
{
	color: var(--rose);
}

/* header_user_nav _______________________________ */
.header .user_nav {
    display: inline-block;
    position: relative;
    top: -0.5em;
    /* float: right; */
    margin-bottom: -1em;
}

/* .header .user_nav .user_avatar {} */

.header .user_nav .user_nav_drop_down {
    display: inline-block;
    text-align: center;
    transform-origin: top left;
    opacity: 0;
    width: 20em;
    position: absolute;
    right: 0;
    background-color: var(--noir_antracite);
    top: 0;
    border-radius: var(--border_radius);
    /* padding: .4em; */
    color: white !important;
    box-shadow: var(--box_shadow);
    z-index: 10;
    left: 50%;
    transform: scale(0) translateX(-50%);
    transition: var(--transition_medium);
}


.header .user_nav:hover .user_nav_drop_down {
    transform: scale(1) translateX(-50%);
    opacity: 1;
}

.header .desktop_menu .user_nav .user_nav_drop_down {
    overflow: hidden;
    text-align: center;
    transform-origin: top left;
}

.header .user_nav .user_nav_drop_down a {
    margin: 0;
}

.header .user_nav .user_avatar {
    margin: .4em;
    margin-bottom: 0;
}

.user_nav .user_avatar {
    border: 2px solid var(--turquoise);
	
}

/* .header .user_nav .user_name {} */

/* .header .user_nav .role_menu {} */

.header .user_nav .role_menu a {
    text-align: center;
    width: 100%;
    background-color: var(--turquoise);
    padding: .4em 0;
    margin: 0;
}

a.backoffice_bt.bt {
    color: white !important;
}

.header .user_nav .role_wrapper {
    color: white !important;
    text-align: center;
}

/* .header .user_nav .role {} */

/* .header .user_nav .input_wrapper.role_display.type_select.role_display {} */

.header .user_nav select.role_display {
    border: 1px solid white;
    border-radius: var(--border_radius);
    background-color: var(--noir_antracite);
    color: white;
}

.header .user_nav a.my_account_user_menu_link {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: .4em 0;
}

.header .user_nav a.my_account_user_menu_link:hover {
    background-color: var(--turquoise);
}

.header .user_nav .disconnect_bt {
    width: 100%;
    text-align: center;
    padding: .4em 0;
}

.disconnect_bt {
    cursor: pointer;
}

.header .user_nav .disconnect_bt:hover {
    background-color: var(--error_background);
    display: inline-block;
}
.bt.del_bt.disconnect_user_display {
    border-color: var(--error_background);
    color: var(--error_background);
}

.bt.del_bt.disconnect_user_display:hover {
    background-color: var(--error_background);
    color: white;
}
/* header_user_nav _______________________________ */

/* DESKTOP MENU ========================================================= */
/* MOBILE MENU ========================================================= */
/* .mobile_menu .menu_wrapper 
{} */

.mobile_menu .overflow_wrapper 
{
    height: calc(100vh  - 4em);
    overflow-y: auto;
    overflow-x: hidden;
    /* background-color: #ff000030; */
    padding-bottom: 2em;
}

.mobile_menu .separator_wrapper {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #5555;
    border-width: 1px 0;
}

.mobile_menu 
{
	position: fixed;
	top: 0;
	left: 0;
	width: 20em;
	height: 100vh;
	background-color: var(--background_color_header);
	background-color: var(--background_color);
	z-index: 100;
	backdrop-filter: blur(12px);
	text-align: center;
	box-shadow: transparent 0 0 0;
	transform: translateX(-100%);
	transition: var(--transition_medium);
	z-index: 102;
	font-family: 'Outfit','poppins_mediumregular', sans-serif;
}

.mobile_menu * {	font-family: 'Outfit','poppins_mediumregular', sans-serif;
}

.mobile_menu .dropdown_bt {
    float: right;
    vertical-align: middle;
    position: relative;
    top: 0.2em;
    /* background-color: red; */
    padding: 0 .4em;
    transform: rotate(90deg);
    transition: var(--transition_medium);
    cursor: n-resize;
}

span.fi-sr-angle-small-down.dropdown_bt.dropdowned {
    transform: rotate(0deg);
    cursor: n-resize;
    top: 0em;
}

.mobile_menu * {
    	font-family: 'Outfit','poppins_mediumregular', sans-serif;

}

.mobile_menu 
 .sous_menu_wrapper {
    display: none;
    height: auto;
    max-height: none;
}

.mobile_menu a:hover {
    text-decoration: none;
}

.open_mobile_menu .mobile_menu 
{
	/* box-shadow: #000 0 0 4em, var(--background_color_header) 0 0 100vw 100vw; */
	/* left: -5em; */
	transform: translateX(0);
}

.open_mobile_menu body {
    /* transform: translateX(5em); */
    margin-left: 8em;
}

body {
    transition: margin-left .8s ease;
}


.mobile_menu .close_bt {
	position: absolute;
	top: 0.3em;
	right: 0em;
	z-index: 2;
	color: white;
	transition: var(--transition_medium);
	height: 1em;
	width: 1em;
	/* background-color: red; */
}

.mobile_menu .close_bt::before {
    font-size: 1em;
}
.open_mobile_menu .mobile_menu .close_bt 
{
	transform: scale(1.5) rotate( 720deg );
	cursor:pointer;
	right: 0.4em;
	text-align: center;

}

.open_mobile_menu .mobile_menu .close_bt::before {
    display: block;
}
.open_mobile_menu .mobile_menu .close_bt:hover 
{
	transform: scale(1.5) rotate( 900deg );
}



.mobile_menu_background 
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	/* background-color: red; */
	z-index: 101;
	cursor: pointer;
	backdrop-filter: blur(3px);
	background-color: #303030a3;
}

/* .mobile_menu_background {} */

.mobile_menu a.logo_wrapper 
{
	background-color: var(--noir_antracite);
	padding: .4em 1em;
	color: white;
	display: block;
}

.mobile_menu .logo_MPI 
{
	font-size: 2em;
	text-align: left;
	height: 2em;
	background-image: url(../../_theme/Jess_boroy_V1/Logo/Logo-Fond-sombre.png);
}

.mobile_menu .action_bt 
{
	display: inline-block;
	padding: 1em 0;
	font-size: 0.9em;
	width: 100%;
	/* display: block; */
}
.mobile_menu .user_nav {
    text-align: center;
    /* float: unset; */
    /* width: 100%; */
    /* background-color: red; */
    display: inline-block;
    margin: .4em 0;
    vertical-align: middle;
}

.mobile_menu .user_nav a {
    float: unset;
}

.mobile_menu .menu_link 
{
	display: block;
	text-align: left;
	transition: var(--transition_medium);
	border: transparent 0 solid;
	cursor: pointer;
	height: auto;
	margin: .2em 0;
}

.mobile_menu .menu_link:hover {
	background-color: var(--turquoise);
	color:white;
}
.mobile_menu .menu_link:hover *:before {
	color:white;
}

.mobile_menu .menu_link:hover {border-left: 2px solid var(--turquoise);/* border-left: 2px solid white; */}

.dark_mode .mobile_menu .menu_link:hover {
    border-left: 2px solid var(--turquoise);
/* 	border-left: 8px solid white; */
}

.mobile_menu .menu_link>a 
{
	display: block;
	width: 100%;
	display: inline-block;
	height: auto;
	padding: .4em 1em;
	transition: var(--transition_quick);
	margin: 0;
}

.mobile_menu .menu_link a:hover {
    text-decoration: none;
}

.mobile_menu .menu_link>a::before 
{
	color: var(--turquoise);
	margin-right: 0.6em;
}

.mobile_menu .sous_menu_wrapper a 
{
    background-color: var(--background_color);
    color: var(--text_color) !important;
}

/* .mobile_menu .sous_menu_wrapper a 
{} */

/* MOBILE MENU ========================================================= */


/* RESPONSIVE ====================================================================================*/

@media screen and (max-width: 1200px) 
{
	
/*   .header .action_bt, */
	.header .left_part,
	.header .right_part
	{
		display:none  !important;
	}
	.burger_menu.fi-sr-menu-burger {
    width: 100%;
	}
}

@media screen and (max-width: 935px) 
{
	.banniere_block {
        margin-top: -8px;
    }

    .desktop_menu.header.scroll_direction.scroll_down 
    {
        top: 0;
    }
    .top_bandeau,
    .header .logo_bandeau,	
    .desktop_menu .action_bt
    {
        display:none !important;
    }

    .burger_menu.fi-sr-menu-burger 
    {
        width: 100%;
        font-size: 2em;
        line-height: 0.5em;
        height: 1.5em !important;
        display: inline-block;
        padding: 0 !important;
    }

    .burger_menu.fi-sr-menu-burger::before
    {
        position: absolute;
        top: 0.2em;
    }

    .header .burger_menu .logo_MPI
    {
        font-size: 1em;
        display: inline-block;
        padding: 0;
        height: 1.4em;
        position: absolute;
        left: 1em;
        top: -0.1em;
        left: 50%;
        transform: translateX(-50%);
        /* right: 0; */
        /* left: unset; */
        /* transform: none; */
    }
}

@media screen and (max-width: 768px)
{
	.banniere_block {
        padding: 15px;
    }
    .banniere {
        background-image: url(../../_uploads/Bannieres/pub_deaflympics_carre.png);
		aspect-ratio: 750 / 750;
		margin-top: -8px;
    }
}
/* RESPONSIVE ====================================================================================*/



.menu_link label {

    display: inline; /* Empêcher les sauts de ligne */
}


