/*--------------------------------------------------------------------- 
	Not logged 
----------------------------------------------------------------------*/

.distributor_area_not_logged_in {
	display: flex;
	justify-content: space-between;
	gap: 40px;
	padding: 50px 0;
	flex-wrap: wrap;
	max-width: 1000px;
    margin: auto;
}

.distributor_area_not_logged_in_text {
	margin-bottom: 70px;
}

.puce_icon {
	display: block;
	width: 50px;
	height: 50px;
	background-image: url(/wp-content/uploads/2022/12/picto_infos.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 25px;
    right: 25px;
}

.distributor_area_login_forms,
.distributor_area_contact_cta {
	width: calc(50% - 20px);
	overflow: hidden;
	background-color: white;
}

.distributor_area_login_forms {
	text-align: center;
}

.distributor_area_contact_cta {
	text-align: left;
	color: #999999;
	padding: 70px 45px;
	font-family: Ubuntu;
	font-weight: 500;
    display: flex;
    flex-direction: column;
	justify-content: center;
	position: relative;
}

.distributor_area_contact_cta_link {
	width: max-content;
}

.distributor_area_login_form_subtitle {
	margin-bottom: 35px;
}

.distributor_area_contact_cta_title {
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-bottom: 0;
}

.distributor_area_contact_cta_content {
	height: calc(100% - 70px);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	padding: 30px 10px 40px 10px;
}

.distributor_area_login_form_submit {
	border: none;
	cursor: pointer;
	margin: auto;
	margin-top: 20px;
}

.distributor_area_login_form_forgot_pass,
.distributor_area_login_form_return {
	font-size: .85em;
	cursor: pointer;
	text-decoration: underline;
}

.distributor_area_login_form_forgot_pass svg {
	transform: rotate(180deg);
}

.distributor_area_login_forms .floating_label input {
	background: #fff;
	width: 100%;
	transition: all 0.2s linear;

	-webkit-appearance: none;
	outline: 0;
}

.distributor_area_login_forms .floating_label {
	position: relative;
	width: 100%;
	max-width: 350px;
	margin: auto;
	overflow: hidden;
	border: 1px solid #dbdbdb;
	height: 52px;
}

.distributor_area_login_forms .floating_label label {
	position: absolute;
	top: calc(50% - 10px);
	left: 14px;
	opacity: 0;
	transition: all 0.3s ease;
	color: #999999;
	font-family: Ubuntu;
}

.distributor_area_login_forms .floating_label input {
	display: flex;
	min-height: 50px;
	border: none;
	padding: 0 16px;
}

.distributor_area_login_forms .floating_label input:not(:placeholder-shown) {
	padding: 20px 15px 12px 15px;
}

.distributor_area_login_forms .floating_label input:not(:placeholder-shown)+label {
	transform: translateY(-10px);
	opacity: 0.7;
	font-size: 12px;
}

.distributor_area_login_form_error {
	font-size: 12px;
	position: absolute;
	top: calc(100% + 12px);
	left: 50%;
	transform: translateX(-50%);
	width: max-content;
}

.distributor_area_login_forms form {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 15px;
	align-items: center;
}

.distributor_area_login_form_blocks {
	display: flex;
	flex-direction: row;
	gap: 50px;
	transition: transform 1s ease;
	align-items: center;
}

.distributor_area_login_form_blocks.reset_password {
	transform: translateX(calc(-100% - 50px));
}

.distributor_area_login_form_block {
	min-width: 100%;
	padding: 50px 45px 50px 45px;
}

.distributor_area_contact_cta_text {
	padding: 0 50px;
}

.floating_label input::placeholder {
	color: #999999;
	font-family: Ubuntu;
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	font-size: 14px;
	opacity: 1;
	/* Firefox */
}

.floating_label input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	font-size: 14px;
}

@media screen and (max-width: 991px) {
	.distributor_area_contact_cta_text {
		padding: 0 20px;
	}
}

@media screen and (max-width: 767px) {
	.distributor_area_not_logged_in {
		flex-direction: column;
		max-width: 500px;
		margin: auto;
	}

	.distributor_area_login_forms,
	.distributor_area_contact_cta {
		width: 100%;
	}

	.distributor_area_contact_cta_content {
		padding: 35px 0;
		gap: 25px;
	}
}

/* ------------------------------------------------------------------------
	Logged in 
--------------------------------------------------------------------------*/

/* Sidebar */

.sidebar_archive_filter .wpgb-facet .wpgb-facet-title {
	font-size: 1em;
	line-height: 1.3;
	font-weight: 600;
	margin-bottom: 15px;
}

.sidebar_archive_filter .wpgb-facet .wpgb-checkbox-facet .wpgb-checkbox {
	align-items: center;
}

.sidebar_archive_filter .wpgb-facet .wpgb-checkbox-facet .wpgb-checkbox-control {
	border: 1px solid #03316c;
	border-radius: 0;
	width: 13px;
	height: 13px;
}

.sidebar_archive_filter .wpgb-facet .wpgb-checkbox-label {
	font-size: 0.9em;
}

.sidebar_archive_filter .wpgb-search-facet .wpgb-input {
	border: none !important;

	border-radius: 0 !important;
	height: 35px !important;
	min-height: 35px !important;
}

/* Content */

.ytx_distributor_area_container {
	margin-left: 70px;
}

.ytx_distributor_area_table {
	width: 100%;
	border-collapse: collapse;
}

.ytx_distributor_area_table_header {
	border-bottom: 3px solid #d9d9d9;
}

.ytx_distributor_area_table_head_item {
	padding: 0 15px 15px;
	text-transform: uppercase;
}

.ytx_distributor_area_table_item_row {
	border-bottom: 1px solid #d9d9d9;
}

.ytx_distributor_area_table_item_row td {
	padding: 10px;
	font-weight: 500;
	font-size: 0.9em;
}

.ytx_distributor_area_table_item_row:first-child td {
	padding-top: 25px;
}

.ytx_distributor_area_table_item_name {
	display: flex !important;
	align-items: center;
}

.ytx_distributor_area_table_item_category_icon {
	display: inline-block;
	width: 35px;
	height: 35px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 25px;
}

.ytx_distributor_area_table_item_category_datasheet_icon {
	background-image: url(/wp-content/uploads/2022/01/PICTO_Datasheet.svg);
}

.ytx_distributor_area_table_item_category_use-case_icon {
	background-image: url(/wp-content/uploads/2022/01/PICTO_Cas-Client.svg);
}

.ytx_distributor_area_table_item_category_white-paper_icon {
	background-image: url(/wp-content/uploads/2022/01/PICTO_Livre-Balnc.svg);
}

.ytx_distributor_area_table_item_category {
	text-align: center;
}

summary.ytx_distributor_area_table_item_download_dropdown_toggle,
.ytx_distributor_area_table_item_download_item_single {
	font-size: 0;
	display: block;
	width: 30px;
	height: 30px;
	background-image: url(/wp-content/uploads/2022/01/PICTO_Download.svg);
	margin: auto;
	cursor: pointer;
}

.ytx_distributor_area_table_item_download_dropdown {
	position: relative;
}

.ytx_distributor_area_table_item_download_list {
	width: 200px;
	box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 20%);
	border-radius: 10px;
	position: absolute;
	left: calc(50% - 28px);
	z-index: 9999;
}

.ytx_distributor_area_table_item_download_list .ytx_distributor_area_table_item_download_item {
	display: block;
	padding: 10px 20px;
	font-size: 0.9em;
	border-bottom: 1px solid #ededed;
	position: relative;
}

.ytx_distributor_area_table_item_download_list .ytx_distributor_area_table_item_download_item::before {
	content: "";
	width: 0%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transition: all 0.5s;
	opacity: 0;
}

.ytx_distributor_area_table_item_download_list .ytx_distributor_area_table_item_download_item:hover::before {
	width: 100%;
	opacity: 1;
}

/* Pagination */

.wpgb-pagination-facet {
	margin-left: 70px;
	display: flex;
	justify-content: center;
}

.wpgb-pagination-facet .wpgb-page {
	border-right: 1px solid #d9d9d9 !important;
	height: auto !important;
	margin: 0 !important;
}

.wpgb-pagination-facet .wpgb-page:last-child {
	border-right: none !important;
}

.wpgb-pagination-facet .wpgb-page a,
.wpgb-pagination-facet .wpgb-dots-page {
	line-height: 1 !important;
	padding: 0 !important;
}

/* Responsisve */

@media screen and (max-width: 1250px) {

	.ytx_distributor_area_container {
		margin-left: 30px;
	}

	.ytx_distributor_area_table_item_download_list {
		left: auto;
		right: 0;
	}

}

@media screen and (max-width: 992px) {

	.sidebar_archive_filter.filter_open {
		transform: translate(0%);
	}

	.ytx_distributor_area_container {
		margin-left: 0;
	}

}

@media screen and (max-width: 767px) {

	.ytx_distributor_area_table_header {
		display: none !important;
	}

	.ytx_distributor_area_table_body {
		display: block !important;
	}

	.ytx_distributor_area_table_item_row {
		display: flex !important;
		align-items: center;
		justify-content: space-between;
		padding: 10px 0;
	}

	.ytx_distributor_area_table_item_category::before {
		content: attr(data-table_title) " :";
	}

	.ytx_distributor_area_table_item_category_icon {
		margin-right: 15px;
	}

	.ytx_distributor_area_table_item_row td {
		padding-top: 0;
		padding-bottom: 0;
	}

	.ytx_distributor_area_table_item_row:first-child td {
		padding-top: 0;
	}

}

@media screen and (max-width: 480px) {

	.ytx_distributor_area_table_item_row {
		flex-wrap: wrap;
		position: relative;
		padding-right: 50px;
	}

	.ytx_distributor_area_table_item_name {
		padding-left: 0 !important;
	}

	.ytx_distributor_area_table_item_category {
		width: 100%;
		text-align: left;
		padding-left: 40px !important;
	}

	.ytx_distributor_area_table_item_download {
		position: absolute;
		right: 0px;
	}

	.ytx_distributor_area_table_item_category_icon {
		width: 30px;
		height: 30px;
		margin-right: 10px;
	}

}