.show_desktop_hide_mobile {
	display: block;
}

.show_mobile_hide_desktop {
	display: none;
}

.logo_desktop {
	display: inline-block;
}

.popup_menu {
	display: none;
}

.btn_search_link {
	display: inline-flex;
}

.btn_search_link span {
	align-self: center;
}

.tooltip_menu {
	min-width: 250px;
	background-color: #f4f4f4;
	position: absolute;
	padding-bottom: 20px;
	top: 88px;
	right: 0px;
}

.links_container {
	padding: 0px 10px;
	text-align: left;
}

.format_wrapper_mobile {
	margin: 0;
}

.format_boutons_mobile {
	padding: 0 20px;
}

.format_bt_horizontal_mobile,
.format_bt_vertical_mobile {
	border-radius: 6px;
}

.format_bt_horizontal_mobile .bouton_format,
.format_bt_vertical_mobile .bouton_format {
	height: 48px;
}

.format_name {
	text-align: left;
}

/*.button_container {
	padding      : 10px 0;
	border-bottom: 1px solid #000;
	text-align   : left;
}*/

.close_tooltip_menu {
	text-align: right;
	padding   : 10px 10px 0 10px;
}

span.switch_format_container {
	display        : inline-flex !important;
	width          : 42px;
	height         : 42px;
	vertical-align : middle;
	justify-content: center;
	align-items    : center;
	border-radius  : 8px;
	margin-right   : 20px !important;
	margin-left    : 0 !important;
}

.swipper_nav_container {
	display    : flex;
	align-items: center;
}

@media screen and (min-width: 1200px) {
	.format_wrapper_mobile {
		display: none;
	}
}

@media screen and (max-width: 500px) {
	.format_boutons_mobile {
		text-align: center !important;
	}
	.format_wrapper_mobile {
		padding: 0;
		margin : 0;
	}
	.btn_download_link {
		display: none;
	}
	.tooltip_menu {
		right: 0px;
	}
}

@media screen and (max-width: 1400px) {
	.logo_top {
		display: none;
	}
	.desktop_only {
		display: none;
	}
	.swiper-pagination-bullet {
		width       : 14px;
		height      : 28px;
		margin-right: 2px;
		margin-left : 2px;
	}
}

@media screen and (max-width: 1020px) {
	.show_desktop_hide_mobile {
		display: none;
	}
	.show_mobile_hide_desktop {
		display: block;
	}
	.logo_desktop {
		display: none;
	}
}
