/*
Theme Name: Limopro
Description: Thème limopro héritant du thème Avada
Author: Nimbly
Author URI: https://nimbly.fr
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

@import url(main.css);

/* select2 */

.select2-selection {
	line-height: 1.2rem;
}
.select2-selection__choice__remove {
	line-height:1.8rem;
	font-size:1.5rem;
}

.select2-selection__choice {
	line-height:1.8rem;
}

.select2-dropdown {
	max-width:100%!important;
}
.select2-container--default .select2-selection--multiple {
	border-radius:0;
}

.select2-container .select2-search--inline .select2-search__field {
	font-size: 1rem!important;
	vertical-align: middle!important;
}

.select2-results__option span.level2 {
	padding-left: 1rem;
	box-decoration-break: clone;
	-webkit-box-decoration-break:clone;
}
.select2-results__option span.level3 {
	padding-left: 2rem;
	box-decoration-break: clone;
	-webkit-box-decoration-break:clone;
}

/* Recherche Geo & SIREN */
.geo-search-form label::before, .siren-search-form label::before {
	content: "";
    vertical-align: middle;
    width: 29px;
    height: 29px;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    margin-right: 0.5rem;
}


.geo-search-form .naf-select{
	height:3rem;
}

.select2-search__field{
	height: auto!important;
}

.siren-number-error{
	background:white;
	color:red;
}

label.naf-label::before {
	background-image: url(https://limopro.alwaysdata.net/wp-content/uploads/2021/04/search_home_icon.png);
}
label.period-label::before {
	background-image: url(https://limopro.alwaysdata.net/wp-content/uploads/2021/04/search_calendar_icon.png);
}
label.locality-label::before {
	background-image: url(https://limopro.alwaysdata.net/wp-content/uploads/2021/04/search_marker_icon.png);
}
label.siren-label::before {
	background-image: url(https://limopro.alwaysdata.net/wp-content/uploads/2021/04/search_home_icon.png);
}

div.address-result-item {
	font-size: 1rem;
	padding:0.3rem;
}

div.address-result-item-label {
	font-weight: 600;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: #9b3576;
}

/* Geo search form */
.geo-search-form label, .siren-search-form label {
	width: 7rem;
    display: inline-block;
}

.geo-search-form, .siren-search-form {
	display: flex;
	flex-wrap : wrap;
}

.geo-search-form p.search-item-wrapper, .siren-search-form p.search-item-wrapper {
	width: 33rem;
    flex-direction: row;
    line-height: 2.5rem;
    justify-content: stretch;
	display: flex;
	align-items: start;
	flex-wrap: wrap;
}

.geo-search-form span.input-wrapper, .siren-search-form span.input-wrapper {
    max-width: 26rem;
    display: inline-block;
}
.siren-search-form p.search-item-submit-wrapper,
.geo-search-form p.search-item-submit-wrapper {
	width:10rem;
}
 
.siren-search-form .siren-select {
	border-radius: 0;
	padding: 5px;
	width:24rem;
	height:37px;
	font-size: 1rem;
}

.geo-search-form span.input-wrapper span.select2-container--default {
	width:24rem!important;

}

.geo-search-form .select2-container--default .select2-selection--multiple .select2-selection__choice {
	margin-left:0;
}

.geo-search-form  .select2-container--default .select2-selection--single, .geo-search-form  .select2-container--default .select2-selection--multiple {
	border-radius: 0;
	padding: 5px;
	max-width:24rem;
}
.geo-searchform .select2-container {
	width:24rem;
}

.geo-search-form .select2-container .select2-selection--single {
	height:37px;
}

.geo-search-form  .select2-container--default .select2-selection--single .select2-selection__rendered {
	height: 37px;
	font-size: 1rem;
}

.geo-search-form .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 35px;
}

.geo-search-form input[type=month]{
	height: 37px;
	border: 1px solid #aaa;
	color: black;
	font-size: 1rem;
	padding: 0.6rem;
}



input[type=submit]:disabled,
button:disabled {
	background-color: rgb(204, 204, 204);
    color: rgb(102, 102, 102);
}
.unavailableChoiceText {
	display: block;
    margin: 0.5rem;
    color: red;
    padding: 0;
    line-height: 1.1rem;
    font-size: 1rem;
    white-space: normal;
    width: 100%;
}

/* Resultat SIREN*/
.title_center h2 {
	text-align: center;
	margin-top: 60px;
	margin-bottom: 60px;
}

.info-societe-card {
	width : 95%;
	margin: 0 auto;
	display : flex;
	flex-direction: row;
	justify-content:space-evenly;
	flex-wrap: wrap;
}

.info-societe-container {
	width : 30%;
	box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.2);
	min-width: 18rem;
    margin: 0.5rem;
}

.info-societe-container h3 {
	color: #9A3875;
	font-weight : 600;
	font-size : 29px;
	text-align: center;
	margin-bottom: 50px;
}

.info-societe-container p {
	padding-left : 10%;
	padding-right : 10%;
	text-align: center;
	font-size : 21px;
	overflow-wrap: break-word;
}

/* Datatable*/

#table_siren, #table-etablissement {
	border-spacing: 4px;
}

.dataTable thead .seller {
	background-color: #C34D62;
	color : #FFF;
}

.dataTable thead .buyer {
	background-color: #808080;
	color : #FFF;
}

.dataTable tbody tr:nth-child(odd) td.buyer {
	background-color:rgba(204, 204, 204, 0.2);
	color : #000;
}

.dataTable tbody tr:nth-child(even) td.buyer {
	background-color: #FFF;
	color : #000;
}

.dataTable tbody tr:nth-child(odd) td.seller {
	background-color: rgba(195, 77, 98, 0.2);
	color : #000;
}

.dataTable tbody tr:nth-child(even) td.seller {
	background-color:rgba(195, 77, 98, 0.05);
	color : #000;
}


/* découpage fluide */

.map-card {
	height: 32rem;
	margin: 1rem;
}
.limopro-indicators h2 {
    text-align: center;
    padding: 3rem 0 0 0;
}

.limopro-indicators h3 {
    text-align: center;
    color: black;
    font-size: 2rem!important;
    background: transparent;
    margin: 0.3rem 1rem;
}

.limopro-flex-row {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.limopro-flex-column{
	flex-direction: column;
	flex:1;
}
.limopro-indicator-column .limopro-indicator-value{
	background-color:#C34D62;
	text-align: center;
}

.limopro-indicator-row:nth-child(1) .limopro-indicator-column:nth-child(2) .limopro-indicator-value{
	background-color:#FF8F86;
}
.limopro-indicator-row:nth-child(1) .limopro-indicator-column:nth-child(3) .limopro-indicator-value{
	background-color:#8673E9;
}
.limopro-indicator-row:nth-child(2) .limopro-indicator-column:nth-child(1) .limopro-indicator-value{
	background-color:#F4BE60;
}

.limopro-indicator-row:nth-child(2) .limopro-indicator-column:nth-child(2) .limopro-indicator-value{
	background-color:#6CB1A9;
}
.limopro-indicator-row:nth-child(2) .limopro-indicator-column:nth-child(3) .limopro-indicator-value{
	background-color:#72838D;
}

.limopro-chart {
	/*height: 400px;*/
	margin: 0.3rem 1rem 1rem;
}

.limopro-indicator-column {
	display: flex;
	flex:1;
	background: white;
	margin: 1rem;
	flex-direction: row;
}

.limopro-indicator-value {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding:1rem;
	color: white;
	font-size: 2rem;
	font-family: 'Montserrat';
}


.limopro-indicator-label {
	flex:2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding:1rem;
	min-height: 6rem;
}

.limopro-indicator-label span {
	text-align:center;
}

.keur-unity::after {
	content:"k€";
	margin-left: 0.6rem;
}

/* Masquer l'UGS des pages produits */
.product .sku_wrapper {
	display: none;
}

.single-product div.product .product_meta {
    display: none;
}

/* delete image for product*/
/*.woocommerce-page #content div.product div.summary { width:100%; }
.woocommerce table.cart .product-thumbnail { display:none; }
.fusion-product-wrapper .product-images  { display:none; }*/

/* Augmentation de la taille du texte dans les blocs d'évolution du marché*/
.evo_marche_box_homepage p{
	font-size : 25px;
}

/* Augmentation de la taille du texte dans les blocs de fonctionnalités*/
.func_box_homepage p {
	font-size : 25px;
}

/* Réduction de la taille des bloc content*/
.fusion-content-boxes .content-wrapper-background {
    padding: 35px 35px 0px 35px;
}

/* Suppression du panier dans le menu*/
.fusion-menu .fusion-main-menu-cart {
	display: none;
}

/* Ajout du bandeau de flou dans les tableaux */
tr.not-enabled-line {
	position: relative;
}
  
tr.not-enabled-line td {
	filter:blur(8px);  
	z-index: 1;
}
  
.not-enabled-line::after{
	content : "🔒 Information non disponible dans le cadre de votre abonnement. Vous pouvez le modifier à tout moment dans votre compte.";
	text-align: center;
	z-index: 9999;
	display: block;
	position:absolute;
	width:100%;
	height: auto;
	background-color: #FFFFFF10;
	color : #000000;
	filter: none;
	margin-left: -100%;
	font-weight: 600;
	padding-top: 0.5rem;
  }

.info-societe-container h3 {
	font-size : 18px;
}

/*  Chiffre clefs */
.limopro-key-numbers {
	padding: 0 20%;
	background: no-repeat url('/wp-content/uploads/2021/04/Header-HP-2.png');
}


.limopro-key-numbers h3 {
	color: white;
}

.key-number-label {
	color: #000000;
}

h3.key-number-period {
	font-size: 1rem;
}

.key-number-value {
	background: #68AFC1;
    flex: 1;
    margin: 0.2rem 0 0;
}

.limopro-key-numbers  h2 {
	color:white;
}

.key-numbers-row {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
	flex-wrap: wrap;
}

.key-numbers-column {
	display: flex;
	flex-flow: column;
	min-width: 10rem;
	padding: 1.1rem 1rem;
	flex: 1;
}

.key-number-block {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
}

.key-number-label {
    background: white;
    text-align: center;
    padding: 0.2rem 0.9rem;
}

span.key-number-highlight {
    color: #9a3875;
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
}

.key-number-value {
    background: #9a3875;
    flex: 1;
    margin: 0.2rem 0 0;
    text-align: center;
    color: white;
    vertical-align: middle;
    display: flex;
    flex-direction: column;
	justify-content: center;
	padding: 0.5rem;
	font-size: 1.2rem;
}

.rank1 {
	background-color: #491b37;
}
.rank2 {
	background-color: #7c2e5e;
}

/* Bouton et mise en page du site*/
.fusion-text li {
    list-style: none;
    line-height: 1rem;
}

.fusion-text li:before {
content: "•";
    font-size: 60px;
    vertical-align: text-bottom;
    line-height: 2.5rem;
    color: #9A3875;
    padding-right: 10px;
}


 /*.fusion-main-menu>ul>li>a {
    color: #9A3875;
}

.fusion-is-sticky ul>li>a {
    color: #9A3875;
}*/

.fusion-toggle-heading {
    color:#9A3875;
}


.fusion-accordian .panel-title a .fa-fusion-box:before {
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    font-style: normal;
    line-height: normal;
    font-size: 13px;
    display: grid;
}

.fusion-accordian .panel-title .active .fa-fusion-box:before {
    content: "\f077";
}

/* fix probleme du menu deroulant */
.fusion-header .fusion-main-menu .sub-menu, .fusion-sticky-shadow .fusion-main-menu .sub-menu {
margin-top: -35px !important;
}
 

/* Page tarif */

.big_tarif {
    color : #FFFFFF;
    font-size: 55px;
}

.whitetext {
    color : #FFFFFF;
}

.button_tarif_dep .fusion-button-text {
    color: #9A3875;
}

.button_tarif_france .fusion-button-text {
    color: #C34D62;
}

.button_tarif_dep, .button_tarif_france  {
    background-color:#FFFFFF;
    border-color : #FFFFFF;    
}

.button_tarif_dep:hover, .button_tarif_france:hover {
    background-color:#FFFFFF;
    border-color : #000000; 
}

.button_tarif_dep:hover .fusion-button-text {
    color: #9A3875;
}

.button_tarif_france:hover .fusion-button-text {
    color: #C34D62;
}


.fusion-button.fusion-button-default-size {
    width: 193px!important;
    height: 48px!important;
    padding: 13px 9px!important;
}


.functionality-block {
    font-size: 25px!important;
}


.fusion-text ul {
    padding-left: 0;
}

.big_tarif sup {
    font-size: 1.4rem;
    display: inline-block;
    margin-left: 0.5rem;
    width: 0;
}

/* Menu account*/
.icon-account-menu {
	width:90%;
	margin-left: 5%!important;
	margin-right: 5%!important;
	border-radius: 50%!important;
	align-self: center;
}

/* Tooltip for Changement d'administration*/

td.buyer {
	position: relative
}

.circle {
	width: 1em;
	height: 1em;
	line-height: 1em;
	border-radius: 50%;
	font-size: 18px;
	color: #000;
	text-align: center;
	font-weight: bold;  
	background: #EBABAE;
	position: absolute;
	top : 0;
	right:0;
  }
  
  /* Tooltip text */
  .circle .tooltiptext {
	text-align: left;
    visibility: hidden;
    min-width: 250px;
    height: auto;
    background-color: #EBABAE;
    color: #000000;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    font-weight: normal;
    padding-left: 0.5rem;
    z-index: 999999;
    right: 0px;
    max-width: 88%;
    display: block;
    top: 0px;
  }
  
  /* Show the tooltip text when you mouse over the tooltip container */
  .circle:hover .tooltiptext {
	visibility: visible;
  }

  /* Taille bloc de recherche */
 input.siren-select {
	  font-size: 1.0rem;
  }

/* Page produit*/
.single-product .woocommerce-container {
	margin-top: 4rem;
}


.post-content .woocommerce {
	margin-top: 4rem;
}


/* account admin */
/* bad password message */
.woocommerce-password-strength.bad, .woocommerce-password-strength.short {
	color:red;
}


/* on vire les options de tri de la Fiche produit*/
div.catalog-ordering {
	display: none; 
}

h3 .fusion-woocommerce-tab-title .fusion-responsive-typography-calculated {
	display: none;
}

/* Centrer les produits*/
section ul.products {
	justify-content: center;
}

section.related ul.products {
	justify-content: flex-start;
}

/* Virer le choix des options et les details du produit*/
div.product-buttons-container {
	display:none;
}


/* suppression de la fleche à coté sélecteur de variation*/
.avada-select-parent div.select-arrow {
	display :none;
}

/* remise à gauche pour le reset deu choix des variations*/
a.reset_variations {
	left:0;
}

.single-product .woocommerce-product-gallery {
	justify-content: center;
}

/* suppression du cart loading tout le temps*/
div.cart-loading {
	display:none!important;
}

/* Séparation entre Annuler et Modifier le paiment*/
a.change_payment_method {
	margin-left: 10%;
}

.loading-overlay {
	height: 100%;
    left: 0;
    background: rgba(255,255,255,0.7);
    display: block;
   
    position: absolute;
    text-align: center;
   
    align-items: center;
    align-content: center;
    flex-direction: column;
  z-index: 99;
    padding: 10rem;
    right: 0;
}

/*Processing message datatable*/
#table-etablissement_processing {
	/*position: absolute;
	top: 30%;
	left: 50%;
	width: 30%;
	height: 40px;
	margin-left: -20%;*/
	margin-top: -25px;
	padding-top: 8px;
	text-align: center;
	font-size: 1.2em;
	/*background:none;*/
}


.select2-container.select2-container--default.select2-container--open {
width:67%;
}


/* Responsive for small device */ 
@media only screen and (max-width: 640px) {
	.not-enabled-line::after{	  
		content : "🔒 Information non disponible";
		}
		.geo-search-form  .select2-container--default .select2-selection--single, .geo-search-form  .select2-container--default .select2-selection--multiple {
			border-radius: 0;
			padding: 5px;
			/* width:80%; */
		}	

		/*.fusion-flex-container .fusion-row .fusion-flex-column .fusion-column-wrapper:not(.fusion-flex-column-wrapper-legacy) {
			display: flex;
			justify-content: flex-start;
			align-items: center;
		}

		.fusion-flex-container .fusion-row .fusion-flex-column .fusion-column-wrapper:not(.fusion-flex-column-wrapper-legacy).fusion-content-layout-column {
			flex-direction: initial;
		}*/

		.siren-search-form .siren-select {
			width: 110%;
		}

		.woocommerce table.shop_table thead {
			display: none;
		}
		.woocommerce table.shop_table td {
			display: block;
			text-align: right!important;
		}

		.woocommerce table td.subscription-next-payment {
			display: none;
		}
		
		.woocommerce table.shop_table td::before {
			content: attr(data-title);
			font-weight: 700;
			float: left;
		}		

		.woocommerce .shop_table td {
			padding: 7px 0;
		}

		.fusion-body .fusion-flex-container.fusion-builder-row-1 {
			padding-top: 0em!important; 
			margin-top: 0rem!important; 
			padding-right: 1rem!important;
			padding-bottom: 1rem!important;
			margin-bottom: 1rem!important;
			padding-left: 1rem!important;
		}

		.geo-search-form span.input-wrapper span.select2-container--default {
			max-width: 67%!important;
		}
		.geo-search-form span.input-wrapper, .siren-search-form span.input-wrapper {
			max-width: 89%;
		}
}

.button-xlarge {
	padding: 10px 40px!important;
}

.woocommerce-error {
    list-style: none;
    padding: 2rem 0;
}
