/* ************************************************************************** */
/*                                                                            */
/*                                                 ___ ___ ______   ___ ___   */
/*   style.css                                    |   Y   |   _  \ |   Y   |  */
/*                                                |   1   |.  |   \|.  |   |  */
/*   By: victor <victor@youdemus.fr>               \_   _/|.  |    |.  |   |  */
/*                                                  |:  | |:  1    |:  1   |  */
/*   Created: 2019/10/22 16:21:26 by victor         |::.| |::.. . /|::.. . |  */
/*   Updated: 2019/10/22 18:12:59 by victor         `---' `------' `-------'  */
/*                                                                            */
/* ************************************************************************** */

.navbar.fixed {
	border-bottom: 1px solid #003154;
}

/************************************************* OUTIL BROKER */

.ydu_ob_ca_bureau,
.ydu_ob_ca_commerce,
.ydu_ob_ca_activites-et-logistiques,
.ydu_ob_ca_hotel-et-residence-geree,
.ydu_ob_ca_logement {
	margin-bottom: 15px;
}

.container_outil_broker_filter::before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: -1;
	content: "";
	background: linear-gradient(to top, white 5%, transparent 100%);
}

.container_outil_broker_filter {
	/*background-image: url("/wp-content/uploads/2023/06/batiment-vert-1.svg"), url("/wp-content/uploads/2023/06/batiment-vert-flip.svg");
	background-size: auto 85%, auto 85%;
	background-repeat: no-repeat;
	background-position: 104% 120%, -10% 350%;*/
	z-index: 1;
	position: relative;
	background-attachment: fixed;
	padding-bottom: 150px;
}

.ydu_ob_header_title {
	text-align: center;
	line-height: 1.2;
	margin-top: 100px;
}

.ydu_ob_header_title * {
	color: #cb552d;
}

.ydu_ob_header_title_1 {
	display: block;
	font-size: 1.1em;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.ydu_ob_header_title_2 {
	font-weight: normal;
	letter-spacing: 1px;
	font-size: 0.6em;
}

.ydu_ob_filters_wrapper {
	background: #c7c8d1;
}

.ydu_ob_filters_wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 0 50px;
}

.term_tree, .ydu_ob_footnotes {
	margin-left: 12px;
	color: #003154;
}

.term_tree_inside > div {
	margin-left: 25px;
}

.ydu_ob_submit {
	text-align: center;
	margin: 30px 0;
}

.ydu_ob_submit_button {
	border-radius: 0;
	background: #003154;
	padding: 10px 25px;
	color: white;
	font-size: 1.2em;
	border:none;
	transition: all .5s ease;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.ydu_ob_submit_button:focus {
	transform: translateY(-8px);
	box-shadow: 2px 8px 2px rgba(0, 0, 0, .25);
}

.filter_title {
	margin-top: 50px;
	margin-bottom: 25px;
}

.filter_title .filter_title_inside {
	background: #003154;
	color: white;
	padding: 10px 15px;
	text-transform: uppercase;
	font-size: 1.2em;
	display: inline-block;
}

.filter_title:not(:first-child){
	border-top: 1px solid #003154;
	margin-top: 25px;
	padding-top: 25px;
}

.container_outil_broker label[for] {
	cursor: pointer;
	margin-bottom: 0;
	position: relative;
	background: linear-gradient(to top, white 0% 1px, transparent 1.1px 100%);
	background-clip: content-box;
	background-size: 0%;
	background-position: bottom left;
	background-repeat: no-repeat;
	transition: .2s ease all;
	display: inline;
}


.ydu_ob_top_checkbox_label {
	text-transform: uppercase;
	color: #003154;
	font-size: 1.2em;
	position: relative;
	padding-left: 35px;
	letter-spacing: -.2px;
}

.ydu_ob_top_checkbox_label::before {
	position: absolute;
	height: 23px;
	width: 23px;
	background: white;
	content: "";
	left: 0;
	top: 3px;
	border: 1px solid white;
}

.term_tree_inside > label {
	position: relative;
	padding-left: 25px;
	margin-left: 0;
}

.term_tree_inside > label::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-40%);
	height: 10px;
	width: 10px;
	border: 1px solid white;
	background: white;
	/* border-radius: 100%; */
}

.container_outil_broker input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	z-index: -1;
}


.container_outil_broker input:focus + label[for] {
	background: linear-gradient(to top, white 0% 1px, transparent 1.1px 100%);
	background-clip: content-box;
	background-size: 100%;
	background-position: bottom left;
	background-repeat: no-repeat;
	transition: .2s ease all;
	display: inline;
}

input:checked + .ydu_ob_top_checkbox_label::before,
.term_tree_inside >  input:checked + label::before{
	background: #003154 !important;
}


.term_has_child > .term_tree_inside::before {
	content: unset;
}

.term_has_child > .term_tree_inside {
	padding-left: 0;
	display: flex;
}

.term_tree_inside > div {
	padding-left: 15px;
	position: relative;
	margin-bottom: 0;
}

.term_tree_inside > div::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 10px;
	width: 10px;
	border: 1px solid white;
	background: white;
	/* border-radius: 100%; */
}

/**** Below removes the up/down arrows for "number" inputs*/

.ydu_ob_filters_wrapper inputinput[type="number"]::-webkit-outer-spin-button,
.ydu_ob_filters_wrapper inputinput[type="number"]::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.ydu_ob_filters_wrapper input[type="number"] {
    -moz-appearance:textfield; /* Firefox */
}

.ydu_ob_filters_wrapper input[type="number"],
.ydu_ob_filters_wrapper input[type="text"] {
	border: none;
	width: 10ch;
	margin: 0 1ch 0 0;
}

.ydu_ob_verbose_input input[type="number"],
.ydu_ob_verbose_input input[type="text"]{
	margin: 0 1ch;
}

.fourchette_label:not(:last-child) {
	margin-right: 5px;
}

#investisseursFiltresForm label {
	color: #003154;
}

/***************************************************************** RESULTS*/

#archiveFicheInvestisseurResults[data-numberposts="0"]::before {
	content: attr(data-empty_msg);
	display: block;
	color: white;
	text-align: center;
}

.container_outil_broker_results {
	background-color: #8dc7a9;
	/* padding-top: 150px;
	padding-bottom: 150px; */
}
.ydu_results_container {
	background: #8dc7a9;;
}
.classe_header .ydu_results_container {
	padding: 0 !important;
	width: 100% !important;
}
.ydu_results_wrapper {
	padding-bottom: 30px;
}
.ydu_results_header_inside > * {
	color: #003154;
	letter-spacing: 3px;
	line-height: 1.3;
	text-align: center;
}

.ydu_results_header_inside {
	padding-top: 80px;
	padding-left: 15%;
	padding-right: 15%;
	margin-bottom: 60px;
}

.ydu_results_header_inside_1 {
	font-size: 3.2em;
	text-transform: uppercase;
	font-weight: 800;
}

.ydu_results_header_inside_2 {
	text-transform: uppercase;
	font-size: 2.2em;
}

.ydu_results_header_inside_3 {
	margin-top: 40px;
	font-size: 1.8em;
}

.ydu_results_listing_container {
	padding: 0 90px !important;
    border-spacing: 0 10px;
}

.ydu_results_listing_item {
	background: white;
	height: 75px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}

.ydu_results_listing_nom {
	margin: 0 25px;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.3em;
}

.ydu_results_listing_nom_inside {
	color: #003154;
	font-weight: bold;
	margin-right: 5px;
}

.ydu_results_listing_complement_inside {
	color: #003154;
}

.ydu_results_listing_complement_inside::before {
	content: " - ";
	color: #003154;
}

.ydu_results_listing_more {
	height: 100%;
	background: #dbeee6;
	text-transform: uppercase;
	font-size: 1.3em;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 35px;
}

.ydu_results_listing_more .ydu_results_listing_more_inside {
	color: #003154;
}

/******************************** SKELETON */

.empty_skel::after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 40%;
	animation: skel_loading 2s ease infinite;
	background: linear-gradient(to right, transparent 0%, white 50%, transparent 100%);
	opacity: .5;
	z-index: 1;
}


@keyframes skel_loading {
	0% {
		right: 140%;
		opacity: .4;
	}
	100% {
		right: -40%;
		opacity: .2;
	}
}


.empty_skel *:not(.ydu_results_listing_nom) {
	background-color: rgba(0, 0, 0, .07) !important;
	color: transparent !important;
}

.ydu_results_listing_item.empty_skel .ydu_results_listing_nom_inside,
.ydu_results_listing_item.empty_skel .ydu_results_listing_complement_inside{
	width: 170px;
	height: 1.7em;
}

.empty_skel .ydu_results_listing_complement_inside::before { /* retire le tiret entre nom/complement */
	content: none;
}

.ydu_results_listing_item.empty_skel .ydu_results_listing_more_inside {
	height: 1.7em;
	width: 110px;
}

.ydu_results_listing_item.empty_skel {
	background: #eaeaea;
	overflow: hidden;
	position: relative;
}

.ydu_results_listing_item.empty_skel *{
	background-color: rgba(0, 0, 0, .01);
	color: transparent;
}

.operations_list_inside:not(.empty_skel) * {
	transition: .5s ease all;
}

/************************************************ PAGINATION */

#yduPagination {
	display: inline-flex;
}

.ydu_results_pagination {
	text-align: center;
}

.first_page,
.last_page {
	display: inline-block;
	opacity: .2;
	pointer-events: none;
	border: none;
	padding: 5px;
	background: transparent;
}

.last_page::before, .first_page::before {
	content: "";
	position: relative;
	display: block;
	height: 1.7em;
	width: 1.7em;
	border-bottom: 2px solid #c7c8d1;
}
.first_page::before {
	transform: rotate(45deg);
	border-left: 2px solid #c7c8d1;
}
.last_page::before {
	border-right: 2px solid #c7c8d1;
	transform: rotate(-45deg);
}

.last_page::before, .first_page::before {
	content: "";
	position: relative;
	height: .7em;
	width: .7em;
}

.first_page.visible_navigation,
.last_page.visible_navigation {
	opacity: 1;
	pointer-events: auto;
}


.page_link[data-page=""] {
	opacity: 0;
	pointer-events: none;
}

.page_link::before {
	content: attr(data-page);
	line-height: 1;
	display: block;
	font-weight: 900;
	font-size: 1.3em;
	position: absolute;
	top: 3px;
	left: 50%;
	transform: translateX(-50%);
	height: 100%;
}

.page_link {
	border: none;
	padding: 5px;
	width: 1.7em;
	height: 1.7em;
	position: relative;
	background:#003154;
	color: #c7c8d1;
}

.page_link.current_page{
	background: #c7c8d1;
	color: #003154;
	pointer-events: none;
	cursor: default;
}

.page_link.blocked, .ydu_ob_submit_button.blocked, .first_page.blocked, .last_page.blocked {
	pointer-events: none;
	cursor: not-allowed;
}


/*************************************************************************************************************************** SINGLE INVESTISSEUR*/

.single_fiche_investisseur_body::before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: -1;
	content: "";
	background: linear-gradient(to top, white 5%, transparent 100%);
}

.single_fiche_investisseur_body {
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: 100% -8%;
	z-index: 1;
	position: relative;
	padding-bottom: 150px;
}

.single_fiche_investisseur_head {
	margin-top: 100px;
	margin-bottom: 60px;
	color: #cb552d;
	text-align: center;
	letter-spacing: 2px;
	line-height: 1.3;
	position: relative;
}

.single_fiche_investisseur_title {
	text-align: center;
	color: #003154;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.5em;
	margin-bottom: 60px;
}

.single_fiche_investisseur_head_top {
	font-size: 3.1em;
	text-transform: uppercase;
	font-weight: 900;
}

.single_fiche_investisseur_head_bot {
	text-transform: uppercase;
	font-size: 2.3em;
}

#fiche_go_back_to_search {
	position: absolute;
	left: 0;
	top: 0;
	background: #003154;
	padding: 5px 10px;
	color: white;
	z-index: 2;
	font-weight: 600;
}

.fiche_go_back_to_search_top {
	font-size: 1.2em;
}

.fiche_go_back_to_search_bot {
	font-size: .9em;
}

.fiche_go_back_to_search_top, .fiche_go_back_to_search_bot {
	color: white;
}

.single_fiche_investisseur_desc {
	background: #003154;
	color: white;
	padding: 50px 10%;
	margin-bottom: 30px;
}

.single_fiche_investisseur_desc_title {
	font-size: 1.3em;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

.single_fiche_investisseur_desc_content {
	line-height: 1.4;
	font-size: 1.3em;
}

.single_fiche_investisseur_operations_head, #fiche_investisseur_operation_listing {
	background-color: #c7c8d1;
}

.single_fiche_investisseur_operations_head {
	padding: 30px 0;
	color: #003154;
}

.single_fiche_investisseur_operations_head_content {
	font-size: 2em;
	text-align: center;
	line-height: 1.2;
}

.operations_list_inside {
	margin: 0 10% 10px;
	background-color: white;
	margin-bottom: 10px;
	background-clip: content-box;
}

.operations_list_top_row {
	display: flex;
	justify-content: space-between;
	padding-bottom: 10px;
}

.operations_list_top_row_title {
	margin: 10px 25px;
	color: #003154;
	font-weight: bold;
	font-size: 1.2em;
}

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

.operations_list_top_row_loc_wrapper {
	margin: 5px 15px;
	color: #cb552d;
	text-transform: uppercase;
	font-size: 1.2em;
	display: flex;
	align-items: center;
}

.empty_skel .operations_list_top_row_loc {
	height: 1.7em;
}

.operations_list_top_row_date_wrapper {
	color: white;
	background: #CB552D;
	padding: 6px 25px;
	display: flex;
	align-items: center;
	height: 100%;
}

.operations_list_top_row_date {
	height: 1.7em;
}

.operations_list_bot_row {
	padding: 0 25px 15px;
	display: flex;
	flex-direction: row;
}

.operations_list_bot_row_image {
	width: 200px;
	height: 150px;
}

.operations_list_bot_row_image img {
	object-fit: cover;
	width: 200px;
	max-height: 150px;
}

.empty_skel .operations_list_bot_row_image {
	opacity: 0;
}

.operations_list_bot_row_text {
	margin: 0 15px;
	font-size: 1.3em;
	color: #003154;
}

.operations_list_inside:not(.empty_skel) .operations_list_bot_row_text
{
	margin-top: -0.5em
}


/************************************* SKELETON */

.single_fiche_investisseur_operations_list {
	position: relative;
}

.operations_list_inside.empty_skel {
	position: relative;
	overflow: hidden;
}

.empty_skel .operations_list_top_row_title {
	width: 32ch;
	height: 1.7em;
}

.empty_skel .operations_list_bot_row_image {
	height: 150px;
}

.empty_skel .operations_list_bot_row_text {
	width: calc(100% - 30px - 200px);
}
.empty_skel .operations_list_top_row_right {
	background-color: transparent !important;
}

.empty_skel .operations_list_top_row_loc_wrapper {
	width: 8ch;
	height: 1.7em;
}

.empty_skel .operations_list_top_row_date_wrapper {
	width: calc(6ch + 50px);
}

/************************************************ PAGINATION SINGLE */

.fiche_single_transaction {
	background: #c7c8d1;
	padding: 15px 0;
	text-align: center;
}

.fiche_single_transaction .last_page::before {
	border-right: 2px solid #003154;
}

.fiche_single_transaction .last_page::before, .fiche_single_transaction .first_page::before {
	border-bottom: 2px solid #003154;
}

.fiche_single_transaction .first_page::before {
	border-left: 2px solid #003154;
}

.fiche_single_transaction .page_link.current_page::before {
	content: attr(data-page);
	line-height: 1;
	display: block;
	font-weight: 900;
	font-size: 1.3em;
	position: absolute;
	top: 3px;
	left: 50%;
	transform: translateX(-50%);
	height: 100%;
}

.fiche_single_transaction .page_link {
	background: #c7c8d1;
	color: #003154;
}

.fiche_single_transaction .page_link.current_page{
	cursor: default;
	pointer-events: none;
	border: none;
	padding: 5px;
	width: 1.7em;
	height: 1.7em;
	position: relative;
	background:#003154;
	color: #c7c8d1;
}

.ydu_ob_top_checkbox_label::before,
input + label::before {
	transition: background .2s ease, border .5s linear;
}

.ydu_ob_top_checkbox_label:checked::before,
input:checked + label::before {
	transition: background .2s ease;
}

input:not(:checked).semi_selected + .ydu_ob_top_checkbox_label::before {
	border: 9px solid white;
	background: #003154 !important;
	transition: background .2s ease;
}

.term_has_child > input:not(:checked).semi_selected + label::before {
	border: 3px solid white;
	background: #003154 !important;
	transition: background .2s ease;
}

.formation_container {
    background-repeat: no-repeat;
    background-position: 104% 120%, -10% 350%;
    background-size: auto 85%, auto 85%;
    background-attachment: fixed;
}

.uppercase, .uppercase * {
	text-transform: uppercase;
} 

.flex {
    display: flex;
}

.icon_photo img {
	max-width: 50%;
	width: 300px;
}

.smile_icon_list_wrap.ult_info_list_container.ult-adjust-bottom-margin.annuaires_picto_contact {
    min-width: 70%;
}

.button_transaction {
	display: none;
}

.annuaire-spinner {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    border: 3px solid rgba(255,255,255,.3);
    border-top-color: #fff;
    border-radius: 50%;
    animation: annuaire-spin 0.8s linear infinite;
    vertical-align: middle;
}

@keyframes annuaire-spin {
    to { transform: rotate(360deg); }
}

.icon_list_icon {
    display: none;
}

body .entry-content p.annuaires_content {
    margin-left: 1.5em;
    font-size: 18px;
}

.annuaire_accordeon .vc_tta-panel-title a {
	color: #003154 !important;
}