/*
	Vert - Parcelle : rgb(132, 189, 0)
	Orange - Community : rgba(252, 129, 84)
*/

@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');

:root {
    --abo-color:rgb(247, 82, 30);
}

*{
	font-family: 'Titillium Web', sans-serif;
	color:rgb(39, 39, 39);
	font-weight:400;
}

html {
  scroll-behavior: smooth;
}

/* Sélectionne tous les éléments dont l’id commence par parcelle- (parcelle-1, parcelle-42, parcelle-9999, etc.).
   scroll-margin-top: 80px; → applique le décalage de 80px pour tous ces éléments. */
[id^="parcelle-"] {
  scroll-margin-top: 70px;
}

/* Material Symbols Outlined */
@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 400;
  src: url('google-material-symbols.woff') format('woff');
}

.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;x
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.text-primary{
	color:rgb(30, 144, 255) !important;
}
.btn-primary{
	background-color:rgba(16,134,218,1);
	border-radius:5px;
	padding:6px 12px;
	border:0;
	color:white;
}
.btn-primary:hover{
	background-color:rgba(16,134,218,.8);
}

/* Hack for input date in safari */
input::-webkit-date-and-time-value {
  	text-align: left;
}

html{
	background-color: #F8F8F8;
}

.offcanvas-body{
	padding-bottom:100px;
}
.offcanvas-footer{
	padding:20px;
	color:#999;
}

.carousel-control-next:hover, .carousel-control-prev:hover {
    background-color: transparent;
}

@media screen and (max-width: 667px) {
    body {
        overflow-x: hidden !important;
    }
    .container {
        max-width: 100% !important;
        overflow-x: hidden !important;
    }||
}

a{
	cursor:pointer;
}

main, .left-panel, .right-panel{
	margin-top: 65px !important;
}
.left-panel{
	padding:20px;
}
.right-panel{
	padding:20px;
}
@media (min-width: 992px) {
  .bg-lg-white {
    background-color: #fff !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 10px 0px;
    border-radius: 10px;
  }
}

.navbar-desktop .container-fluid{
	position: relative; 
	top: 2px;
}
.navbar-desktop .btn-orange, .btn.btn-orange {
  background-color: #fc4c02 !important;
  border:1px solid #dc2c00 !important;
  color: white !important;
}
.navbar-desktop .btn-orange:hover,  .btn.btn-orange:hover {
  background-color: #ff6c22 !important;
  color: white;
}
.navbar-desktop .nav-link{
	border-bottom: 4px solid transparent;	
}
.navbar-desktop .nav-link.active {
  	border-bottom: 4px solid rgb(30, 144, 255);
  	font-weight: 600;
}

.evo-calendar{
	font-family: 'Titillium Web', sans-serif;
	box-shadow: none;
	-webkit-box-shadow: none;	
}
.evo-calendar > *{
	box-shadow: none;
	-webkit-box-shadow: none;	
}
#calendar{
	padding:0 ;
	border-radius: 10px;
	background-color: white;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.calendar-sidebar, .calendar-sidebar>span#sidebarToggler, #eventListToggler{
	background-color: transparent;
}
.calendar-sidebar, .calendar-sidebar>.calendar-year{
	background-color:rgb(30, 144, 255);
}
.calendar-sidebar>.month-list>.calendar-months>li.active-month {
    background-color:rgba(30, 144, 255, 1);
}
.calendar-sidebar>.month-list>.calendar-months>li:hover {
    background-color:rgb(60, 174, 255);
}
.calendar-inner{
	padding:10px;
}
.calendar-inner th[colspan="7"]{
	display:none;
}
.calendar-sidebar, .calendar-sidebar>span#sidebarToggler, #eventListToggler{
	box-shadow: none;
	-webkit-box-shadow: none;	
}
button.icon-button>span.chevron-arrow-right{
	border-color: rgb(30, 144, 255);
}
button.icon-button>span.bars, button.icon-button>span.bars:after, button.icon-button>span.bars:before{
	background-color:rgb(30, 144, 255);
}
tr.calendar-header .calendar-header-day{
	font-weight:300;
	font-size:1rem;
	color:#999;
}

.calendar-events{
	padding:10px 10px 10px 0;
	width:75%;
}

.event-indicator{
	top:150%;
}
.event-container>.event-icon{
	padding: 20px 20px 20px;
}
.event-indicator > .type-bullet{
	float: left;
	width: 50%;
}
#dashboard .event-container>.event-info>p.event-title{
	font-size: 1.1rem;
    color: #333;
    font-weight: 400;
    margin-top: 0;
    padding-left:0;
}
#dashboard .event-container>.event-info>p.event-desc{
	font-size: .9rem;
    color: #999;
    font-weight: 400;
    margin-top: 0;
    padding-left:0;
}
#dashboard .event-container>.event-info>p.event-desc .quantite{
	font-size: 1.1rem;
    color: #333;
    font-weight: 500;
    margin-right:10px;
}
#dashboard .event-container>.event-info>p.event-desc .unite{
	font-size: .8rem;
}
.event-container:hover {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
 }
.event-indicator>.type-bullet>div{
	width:10px;
	height:10px;
}
#dashboard .calendar-events > .event-list{
	margin-top:0;
}
#dashboard .event-header{
	visibility:hidden;
}
#dashboard .calendar-sidebar p{
	padding-left:0;
	color:white;
	font-size:1.2rem;
}
.calendar-sidebar>span#sidebarToggler{
	top:10px;
	right:-10px;
}
tr.calendar-body .calendar-day .day.calendar-active, tr.calendar-body .calendar-day .day.calendar-active:hover{
	border:0;
}

#dashboard #calendar_menu .btn-left, #dashboard #calendar_menu .btn-right{
	padding:0;
	font-size:2rem;
	color:#333;
	cursor:pointer;
	
}
#dashboard #calendar_menu .btn-left span, #dashboard #calendar_menu .btn-right span{
	background-color:#DDD;
	border-radius: 50px;
	padding:5px;
}
#dashboard #calendar_menu .calendar_menu .btn-left{
	text-align: left;
}
#dashboard #calendar_menu .btn-right{
	text-align: right;
}
#dashboard #calendar_menu .title{
	text-align: center;
	font-size: 1.2rem;
    color: #333;
    font-weight: 600;
	padding-top:10px;
}
#dashboard.stat-invoice .menu-header{
	padding-bottom:0 !important;
}
#dashboard.stat-invoice .menu-header .nav-tabs .nav-item{
	padding-bottom:0;
}
#dashboard.stat-invoice .menu-header .nav .nav-item:hover {
	background-color: transparent;
}
#dashboard.stat-invoice .menu-header .nav-link{
	color:rgb(39, 39, 39);
	background-color: transparent;
	border-color:transparent;
	
}
#dashboard.stat-invoice .menu-header .nav-link.active{
	color:rgba(16, 134, 218, 1);
	border-bottom:3px solid rgba(16, 134, 218, 1);
}
#dashboard.stat-invoice .card p{
	margin-bottom:0;
}
#dashboard.stat-invoice .card .card-title{
	border-bottom:1px solid #CCC;
	padding-bottom:8px;
}
#dashboard.stat-invoice .card .card-number{
	font-weight:700;
	font-size:34px;
	padding:10px !important;
}
#dashboard.stat-invoice .card .evolution{
	font-weight:400;
	font-size:20px;
}
#dashboard.stat-invoice .card .evolution-text{
	font-weight:300;
	font-size:14px;
}
#dashboard.stat-invoice .card .card-unite{
	font-weight:300px;
	font-size:14px;
	padding-left:10px;
}
#dashboard.stat-invoice .listing .row{
	border-bottom:1px solid #EEE; 
	margin:0px;
	padding-bottom:10px;
}
#dashboard.stat-invoice .listing .row .col, #dashboard.stat-invoice .listing .row .col-auto{
	padding:2px 0 2px 0;
}
#dashboard.stat-invoice .listing td .date{
	color:gray;
	margin-left:5px;
	font-size:14px;
}
#dashboard.stat-invoice .listing td .category{
	font-weight:400;
}
#dashboard.stat-invoice .listing td .sujet{
	font-style:italic;
	font-weight:300;
}
#dashboard.stat-invoice .listing input[name=search]{
	position:relative;
	top:-6px;
	right:-3px;
	border-radius:4px 4px 0 0;
	border:1px solid #CCC;
}

body {
	font-family: 'Titillium Web', sans-serif !important;
	touch-action: pan-x pan-y;
	margin-bottom:140px;
	background-color: transparent;
}
body.admin {
	margin-bottom:0px;
}
body > .container-fluid{
	padding:0px;
}

.form-control{
	width:min-intrinsic;
}
.container-fluid{
	padding:0;
}
.row{
	padding:8px 25px;
}

h1,h2,h3,h4,h5,h6{
	font-weight:600;
	color:rgb(0,0,40);
}
h4{
	font-size:1.1rem;
}
h6{
	font-size:1rem;
}
.offcanvas-header .btn-close:hover, .offcanvas-header .btn-close:hover{
	background-color: transparent;
}
input[type=date], input::-webkit-date-and-time-value {
/* 	text-align: left; */
}
.msgempty{
	color:#666;
	text-align: center;
	padding:20px;
}
.msgempty img{
	margin-top:10px;width:80px;
}
.msgempty .btn{
	position: relative;
    top: -3px;
    left:10px;
    background-color: rgb(30, 144, 255);
    border-radius: 5px;
    border:0;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.aboProTestLink{
	background-color: transparent;
    font-size: 1rem;
    font-weight: 600;
    color: var(--abo-color);
}

/*******************
	HEADER INFO
*******************/
.menu-header{	
	color:#333;
	margin:0;
	padding:16px 10px 10px 10px !important;	
	position: fixed;
    top: -1px;
    z-index:999;
    width:100%;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
	/*border-bottom:1px solid #CCC;*/
}
.menu-header .menu-title{
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	padding:0;
	margin:16px 0 0 0;
	text-align:center;
	font-size:1.5rem;
	font-weight:600;
	color:rgb(39,39,39);
	text-decoration: none;
	z-index:999;
}
.menu-header .button-left, .menu-header .button-right{
	z-index:1000;
}
.menu-header .menu-title:focus {
	outline:0;
}
.menu-header .menu-title .agent{
	color:gray;
	font-size:15px;
	margin-right:4px;
	position:relative;
	top:-1px;
}
.btn-menu-right{
	float:right;
}
.btn-menu-right:focus, .btn-menu-right:active{
	border-color: transparent;
}
.dropdown-item{
	cursor:pointer;
}
.dropdown-menu .material-symbols-outlined{
	position:relative;
	top:6px;
	margin-right:10px;
	cursor:pointer;
}
.dropdown-menu .explain{
	color:gray;
	font-size:13px;
	padding-left:5px;
}
.dropdown-menu .badge{
	float:right;
	position:relative;
	top:3px;
	color:#DC143C;
	background-color: transparent;
	border-radius:100px;
	font-size:18px;
	padding:8px 12px;
}
.menu-header .button-left button.btn-top, .menu-header .button-right button.btn-top{
	float:right;
	position:relative;
	z-index:999;	
	font-size: 30px;
	background-color: transparent;
	padding:0;
	text-align: right;
	margin-top:5px;
	margin-left:15px;
}	
.menu-header .button-left button.btn-top:hover, .menu-header .button-right button.btn-top:hover{
	background-color: transparent;
}
.menu-header .button-left button.btn-top, .menu-header .button-left .btn{
	float:left;
	margin-top:5px;
	margin-left:5px;
	margin-right:15px;	
	padding:0;
	height:24px;
}
.menu-header button .material-symbols-outlined{
	float:right;
}
.btn-notification:hover .material-symbols-outlined{
	color:#fc4c02;
}
.btn-notification .badge{
	float:right;
	position:relative;
	top:-5px;
	left:-5px;
	color:white;
	background-color: #fc4c02;
	border-radius:100px;
	font-size:12px;
	padding:3px 5px;
	font-weight:300;
}
.menu-header .nav .nav-item{
	margin-top:5px;
	padding:2px 10px 8px 10px;
	border-radius:8px;
	cursor:pointer;
}
.menu-header .nav .nav-item:hover{
	background-color: #DDD;
}
.menu-header .nav .nav-item .material-symbols-outlined{
	position:relative;
	top:6px;
}
.menu-header .nav .nav-item a{
	text-decoration:none;
}
.menu-header .nav .nav-item .text{
	padding-left:10px;
	font-size:16px;
	font-weight:500;
}

/***********************
	MAIN BOTTOM MENU
***********************/
.mobile-nav {
  background: #FFF;
  position: fixed;
  bottom: 0;
  height: 75px;
  width: 100%;
  display: flex;
  justify-content: space-around;
  z-index:10000;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  padding-bottom:16px;
}

.mobile-nav a {
  	justify-content: center;
  	align-items: center;
  	text-align:center;
  	text-decoration: none;
  	margin-top:10px;
}
.mobile-nav a span {
  	width: 30px;
}
.mobile-nav a .text{
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
	font-size:0.6rem;
	font-weight:300;
	color:rgb(108, 117, 125);
}
.mobile-nav .bloc-main{
	position:relative;
	top:-30px;
	background-color:rgb(30,144,255);
	padding:8px 10px 8px 14px;
	height: 55px;
	border-radius:5px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.mobile-nav .bloc-main span{
	color:white !important;
}
.mobile-nav .bloc-main .text{
	position:relative;
	top:-4px;	
}
.mobile-nav a span.selected {
	font-variation-settings: 'FILL' 1; 
	color:rgb(30, 144, 255);
}
.mobile-nav a span.selected + .text{
	color:rgb(30, 144, 255);
}

/* PRO 
.mobile-nav.pro .bloc-main {
	background-color:var(--abo-color);
}
.mobile-nav.pro a span.selected {
	color:var(--abo-color);
}
.mobile-nav.pro a span.selected + .text{
	color:var(--abo-color);
}

/* RUMEXEXPERTS 
.mobile-nav.rumexperts .bloc-main {
	background-color:rgb(46, 172, 128);
}
.mobile-nav.rumexperts a span.selected {
	color:rgb(46, 172, 128);
}
.mobile-nav.rumexperts a span.selected + .text{
	color:rgb(46, 172, 128);
}
*/

/*****************
	DISCUSSION
******************/

#discussion .conversation{
	margin-bottom:30px; 
	/*margin-top:70px;*/
	padding-right:10px;
	padding-left:10px;
	
}
@media (min-width: 992px) {
	html, body, #discussion .container-fluid, #discussion .container-fluid > .row{
		height: 100% !important;
	}
	#discussion main{
	 background-color: white;
	 
	}
  #discussion .conversation{
    
    padding-bottom:170px;
   /* border-left: 1px solid rgb(222, 226, 230);*/
    margin-top:0px;
    margin-bottom:50px; 
  }
}
#discussion .conversation h4.date{
	color:#999;
	text-align: center;
	font-size:12px;	
	margin:20px 0 10px 0;
}
#discuss-box{
	position: fixed;
    bottom: 0;
    left: auto;
    right: auto;
    width: inherit;    /* prend la même largeur que <main> */
    max-width: inherit;
    background-color: white;
    margin: 0 !important;
    padding: 0 !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

/* Text Box */
#discuss-box .text-box{
	border-radius:12px 12px 0 0;
	padding:0;
	background-color: white;
	border-bottom: 1px solid rgb(222, 226, 230);
	border-top: 1px solid rgb(222, 226, 230);
}
#discuss-box .text-box.wait{
	background-color: #EFEFEF;	
	margin-bottom: 26px;
}
/* Message on footer */
#discuss-box p.message{
	border-radius:12px 12px 0 0;
	font-size:14px;	
	text-align: center;
	color:rgba(16, 134, 218, 1);
	padding:6px 0 0px 0;
	line-height: 14px;
	margin:0;
	/*border-bottom:1px solid rgba(16, 134, 218, .7);*/
	/*background-color:rgba(16, 134, 218, .7);*/
}
#discuss-box p.message.danger{
	color:rgb(220, 53, 69);
	border-bottom:1px solid rgba(220, 53, 69, .7);
	padding-bottom:6px;
}
#discuss-box p.message.warning{
	color:rgb(255, 193, 7);
	border-bottom:1px solid rgba(255, 193, 7, .7);
	padding-bottom:6px;
}

.loader {
  width: 100%;
  height: 2px;
  display: inline-block;
  position: relative;
  background: rgba(30, 144, 255, 0.2);
  overflow: hidden;
}
.loader::after {
  content: '';
  width: 25%;
  height: 4px;
  background: rgba(30, 144, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  animation: animloader 3s linear infinite;
}

@keyframes animloader {
  0% {
    left: 0;
    transform: translateX(-100%);
  }
  100% {
    left: 100%;
    transform: translateX(0%);
  }
}


#discuss-box .text-box .col-12{
	padding:10px;	
}
/* Files */
#discuss-box .text-box .file{
	padding:3px 6px;
	background-color:#EEE;
	border:1px solid #CCC;
	border-radius:10px;
	font-size:16px;
	margin:15px 5px 0 0;
}
#discuss-box .text-box .file .material-symbols-outlined{
	font-size:16px;
	position:relative;
	top:2px;
}

/* Textarea */
#discuss-box .textarea {
	display: block;
	width: 100%;
	overflow: hidden;
	resize: both;
	min-height: 40px;
	line-height: 20px; 
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	padding:6px;
	resize: none;
	background-color: transparent;
	margin-bottom:4px;
	border:0;
}	
#discuss-box .textarea[contenteditable]:empty::before {
	color: gray;
} 
#discuss-box .textarea:focus{
    outline: none;
}
/* Suggestions */
.autocomplete-suggestions {
  	background: #EEE;
  	border: 0;
  	overflow: auto;
  	white-space: nowrap;
  	border-radius: 8px;
  	min-width: 100px;
}

.autocomplete-suggestions div {
  	padding: 6px 12px;
  	cursor: pointer;
  	color: rgb(39, 39, 39);
  	border-right:1px solid #CCC;
  	display: inline-block;
}

.autocomplete-suggestions div:hover,
.autocomplete-suggestions .active {
  	background: #333;
  	color: white;
}

.autocomplete-suggestions .material-symbols-outlined{
  	font-size:1rem;
  	line-height: 20px;
  	color:gray;
  	position:relative;
  	top:2px;
}

/* Boutons bar */
#discuss-box .btn-bar #btn-add,
#discuss-box .btn-bar #btn-speech{
	float:left;
	padding-bottom:15px !important;
}
#discuss-box .btn-bar #btn-add .material-symbols-outlined,
#discuss-box .btn-bar #btn-speech .material-symbols-outlined{
	width:24px;
	margin:5px;
}
#discuss-box .btn-bar #btn-add .dropdown-item{
	padding:8px 16px;
}
#discussion .btn-bar .upload{
	position:relative;
	top:5px;
	left:5px;
	float:left;
	margin:0 5px;
}
#discussion .btn-bar .material-symbols-outlined{
	cursor: pointer;
}

/* Bouton Send */
#discuss-box #btn-send{
	background-color:rgba(16,134,218,.2);
	border-radius:5px;
	padding:6px 12px;
	border:0;
	color:white;
	float:right;
	position:relative;
	top:-5px;
	left:-10px;
}
#discuss-box #btn-send .material-symbols-outlined{
	font-size:18px;	
	color:white;
	position:relative;
	top:4px;
	left:2px;
}	
#discuss-box #btn-send.active{
	background-color:rgba(16,134,218,1);
}
#discuss-box #btn-send.active:hover{
	background-color:rgba(16,134,218,.8);
}




/*
#discussion.pro .inputtextsection button{
	background-color:rgba(247, 82, 30, .2);
}
#discussion.pro .inputtextsection button.active{
	background-color:rgb(247, 82, 30);
}
#discussion.rumexperts .inputtextsection button{
	background-color:rgba(46, 172, 128, .2);
}
#discussion.rumexperts .inputtextsection button.active{
	background-color:rgb(46, 172, 128);
}
*/
#discussion .inputtextsection button span{
	color:white;	
}
#discussion .inputtextsection label{
	color:rgb(30, 144, 255);
	border:0;	
	border-radius:20px;
}
#discussion .inputtextsection .btn-check:checked+.btn{
	background-color:rgb(30, 144, 255);
	color:white;
}
#discussion #wait img{
	margin:4px 0px 0px 0px;
	width:80px;
	filter: grayscale(50%);
}

/* Message */	
.msg{
	width: auto;
	max-width:80%;
    background-color: #EEE;
    border-radius: 0px 20px 20px;
    padding:10px;
    margin:10px 0px 0px 0px;
    overflow-wrap: break-word;
}
@media (min-width: 992px) {
	.msg{
		background-color: #EFEFEF;
    }
}
form.msg{
	margin-bottom:10px;
}
.msg.like{
	height:70px;
	background-color:transparent;
	border-bottom:1px solid #EEE;
	border-radius:0;
	width:100%;
	max-width:none;
}
.msg.like .user{
	padding-top:10px;
	padding-left:80px;
	font-weight:500;
	font-size:1.1rem
}
.conversation audio{
    margin:10px 20px 0 20px;
}
.msg a.changeAbo{
	background-color: var(--abo-color);
    color: white;
	padding:8px 12px;
	border-radius:4px;
	text-decoration: none;
	margin:10px 0 5px;
	display:block;
	float:right;
	width:50vw;
}
.msg a.link{
	color: rgba(16, 134, 218, 1);
	
    text-decoration: none;
}
.msg label{
	color:#999;
	font-weight:200;	
	margin-top:10px;
	font-size:0.9rem !important;
}
.msg label.form-check-label{
	margin-top:0;
	position:relative;
	top:-2px;
}
.msg label.add {
	background-color:transparent;
	border:1px solid #CCC;
	color:#999;
	font-weight:600;
	border-radius:50px;
	padding:0px 3px 2px 3px;
	text-align: center;
	cursor: pointer;
}
.msg .input-group-text{
	color:#666;
	border:0;
	background-color: transparent;
	border-radius: 0;
}
.msg .input-group input, .msg .input-group select{
	background-color: #FFF;
	border:1px solid #CCC;
	/*border-bottom:1px solid #CCC;*/
	border-radius: 0;
	transition: border-color 0.1s ease;
	box-sizing: border-box;
	font-size: 1rem;
	height: 34px;
	background-color: #fff;
	border: 1px solid #dfdfe8;
	color: #333;
	line-height: 1.4em;
}
.msg .input-group input + input {
    border-left: none; /* enlève la séparation doublée */
}
.msg.parcelles{
	border:2px solid rgb(50,226,148);
	background-color: rgba(50,226,148,0.1);
}
.msg.parcelles .btn-success{
	background-color: rgba(50,226,148,1);
	color:white;
}
.msg.animaux{
	border:2px solid rgb(151,73,251);
	background-color: rgba(151,73,251,0.1);
}
.msg.user{
	background-color: rgba(30, 144, 255, 1);
	color:white;
	border-radius: 20px 0px 20px 20px;
	align-self: flex-end !important;
}
.msg.user.file{
	background-color:transparent;
	color: rgba(30, 144, 255, 1);
	padding:0;
}
.msg.user.file .material-symbols-outlined{
	color: rgba(30, 144, 255, 1);
	position:relative;
	top:5px;
}
.msg.assistant{
	align-self: flex-start !important;
}
.msg.view_element{
	margin-bottom: 10px;
}
.msg.view_element form{
	width:100% !important;	
	padding-top:0;
	padding-bottom:0;
}
.msg.view_element form *{
	background-color:#EEE;
}
@media (min-width: 992px) {
	.msg.view_element form *{
		background-color: #EFEFEF;
	}
}
.msg.view_element form .form-check-input:checked{
	background-color: #0d6efd;
}
.examples{
	display: flex;
	margin:10px 0 0 0;
}
.examples .msg{
	border:1px solid #CCC;
	color:#666;
	border-radius:8px;
	background-color: transparent;
	float:left;
	text-align: center;
	margin:0 10px 0 0;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
}
.examples .msg:last-of-type {
  	margin:0;
}

.msg-btn{
	
}
.msg-btn .material-symbols-outlined{
	margin:8px 5px;
	font-size:15px;
	color:rgb(247, 81, 30);
	cursor: pointer;
	filter: grayscale(100%);
    transition: filter 500ms ease;
}
.msg-btn .material-symbols-outlined:hover{
	color:rgba(39, 39, 39, .5);
}
.msg-btn .material-symbols-outlined.clicked{
	filter: grayscale(0%);
	transform: scale(1.4);
}

#popupThanksComment{
	top: 70px;
	z-index: 10040;
	overflow: auto;
	overflow-y: auto;
}
#popupThanksComment .modal-header{
	border-bottom:0;
}
#popupThanksComment .modal-title{
	font-size:17px;
	color:rgb(39,39,39);
}
/*
.pro .msg.user{
	background-color: var(--abo-color);
}
.farmforgood .msg.user{
	background-color: rgb(44, 148, 61);
}
.rumexperts .msg.user{
	background-color: rgb(46, 172, 128);
}
*/
.msg .input-group{
	margin-top:5px;
}
.msg .input-group-text{
	border-right:0;
}
.msg .result_photos img{
	max-height:50px;
	margin:5px;
	border-radius:4px;
}
.msg .result_photos .wrapperphoto {
  position: relative;
  display: inline-block;
}
.msg .result_photos .close:before {
  content: 'x';
}
.msg .result_photos .close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: hand;
  cursor: pointer;
  background-color: #b02a37;
  color:white;
  border-radius: 100px;
  padding:1px 8px 5px 8px;
  line-height: 15px;
}

/*****************
	LISTING
******************/

.btn-text-clear{
	color:rgb(222, 226, 230);
	border-color:rgb(222, 226, 230);
	background-color: white;
}
.btn-text-clear.btn-text-clear-actived{
	color:#dc3545;
	font-weigth:bold;
}
.btn-text-clear.actived:hover{
	background-color:rgba(220, 53, 69,.2);	
}
#listing .search{
	padding:10px 20px;
	margin-top:0px !important;
}
#listing ul.list-result input[type=text]{
	border-radius:8px;
	font-size:18px;
	padding:5px 10px;
	background-color:#FFF;
}
#listing .list-result h4{
	margin:0px 0 10px 24px;
}
#listing .list-result li{
	background-color:#FFF;
	padding:0px;
	border-bottom:1px solid #CCC;
	border-top:1px solid #CCC;
	padding:0px;
	overflow-y: hidden;
	margin:0 0 10px 0;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
	cursor:pointer;
}
@media (min-width: 992px) {
	#listing .list-result li{
		border-radius:10px;	
	}
}
#listing .row.element{
	padding:20px;
	width:100%;
}

#listing .list-result li[type=parcelle], #dashboard .card[parcelle]{
	border-left: 10px solid rgba(132, 189, 0, 1);
}
#listing .list-result li[type=animal], #dashboard .card[animal] {
	border-left: 10px solid rgba(26,63,159, 1);
}
#listing .list-result li[type=invoice], #dashboard .card[invoice] {
	border-left: 10px solid rgba(242, 47, 70, 1);
}
#listing .list-result li[type=message] {
	border: 2px solid rgba(252, 129, 84, 1);
	border-left: 10px solid rgba(252, 129, 84, 1);
	background-color: rgba(252, 129, 84, .1);
}
#listing .list-result li[type=social] {
	border: 0;
	border-left: 0px solid transparent;
	background-color: white;
	margin:10px 20px 20px 20px;
	border-radius: 10px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
#listing .list-result li[type=social] h2 {
	font-size: 1.3rem;
    font-weight: 600;
}
#listing .list-result li[type=social] p {
	font-size: 1rem;
    color: #333;
    font-weight: 500;
}
#listing .list-result li[type=social] .btn {
    background-color: rgb(252, 76, 2);
    color:white;
}
#listing .list-result li[type=social] .btn:hover {
    background-color: rgba(252, 76, 2, .8);
}
#listing .messageinfo{
	border-bottom: 1px solid rgba(252, 129, 84, 1);
	padding-bottom:8px;
	margin-bottom:12px;
}
#listing .list-result li[type=message]:has(div.farmforgood){
	border: 2px solid rgba(44, 148, 61, 1);
	border-left: 10px solid rgba(44, 148, 61, 1);
	background-color: rgba(44, 148, 61, .1);
}
#listing .list-result li[type=message]:has(div.farmforgood) .messageinfo{
	border-bottom: 1px solid rgba(44, 148, 61, 1);
}
#listing .list-result li[type=message]:has(div.rumexperts){
	border: 2px solid rgb(46, 172, 128);
	border-left: 10px solid rgb(46, 172, 128);
	background-color: rgba(46, 172, 128, .1);
}
#listing .list-result li[type=message]:has(div.rumexperts) .messageinfo{
	border-bottom: 1px solid rgb(46, 172, 128);
}
#listing li[type=parcelle] .commentaire{
	border:1px solid rgba(132, 189, 0, 1);
	background-color: rgba(132, 189, 0, .1);
	color:#333;
	font-size:1rem;
}
#listing li[type=animal] .commentaire{
	border:1px solid rgba(26,63,159,1);
	background-color: rgba(26,63,159,.1);
	color:#333;
	font-size:1rem;
}
#listing ul .row{
	padding:0;
	color:#333;
	font-size:1rem;
}
#listing ul .row.social_part{
	margin-top:10px;
	padding:10px 0 10px 0;
	border-top:1px solid #EEE;
}
#listing ul .row.social_part .private{
	padding:0 0 5px 0;	
	color:#666;
}
#listing ul .row.social_part .private .material-symbols-outlined{
	position:relative;
	top:5px;
	left:-5px;
	color:#666;
}

#listing .avatar{
	width:50px;	
	float:left;
	border-radius:100px;
	padding:5px;
}
#listing .ouvrier{
	margin-top:3px;
	font-size:1.1rem;
	font-weight:500;	
}
#listing .date{
	font-size:.8rem;
	color:#999;
	font-weight:300;
	padding-right:10px;	
}
#listing .distance{
	font-size:.8rem;
	color:#999;
	font-weight:300;
	padding-left:5px;	
	margin-left:5px;	
}
#listing .distance .material-symbols-outlined{
	font-size:1.1rem;
	color:#999;
	position:relative;
	top:4px;
}
#listing .message-title{
	margin:5px 0 0 0;
	font-size:1.3rem;
	font-weight:600;	
}
#listing .message-text{
	margin:5px 0 0 0;
	font-size:1rem;
	font-weight:400;	
}
#listing .message-text a{
	color:rgb(39, 39, 39);
}
#listing .btn-read-more{
	color:rgba(252, 129, 84, 1);
}
#listing .action{
	margin:5px 0 0 0;
	font-size:1.3rem;
	font-weight:600;	
}
#listing .map{
	width:100%;
	height:250px;
	margin: 15px 20px 0 15px;	
	border:1px solid #999;
}
#listing .header{
	font-size:0.8rem;
	font-weight:300;
	color:#999;
	margin-top:5px;
	margin-bottom:5px;
}
#listing ul label{
	font-size:0.7rem;
	text-transform: uppercase;
	color:#999;
	margin-left:10px;
	margin-top:5px;
	padding-left:1px;
}
#listing .row .quantite, #listing .row .animal, #listing .row .invoice{
	font-size:2rem;
	color:#333;
	font-weight:500;
	display: inline-block;
	width: auto;
	padding-left:15px;
	margin: 5px 0;
}
#listing .row .animal{
	float:left;
}
#listing .row > .quantite ~ .quantite, #listing .row > .animal ~ .animal{
	border-left:1px solid #CCC;
}
#listing li[type=invoice] .montant-label{
	color:#999;
	padding-top:3px;
}
#listing li[type=invoice] .montant-quantite{
	font-size:1.3rem;
}
#listing .row .quantite .unite{
	font-size:1.5rem;
	color:#333;
	font-weight:500;
}
#listing .parcelle, #listing .produit, #listing .info{
	font-size:1rem;
	color:#333;
	font-weight:500;	
}
#listing .subinfo{
	color:#666;
	font-weight:500;
}
#listing .info.key{
	font-weight:300;
}
#listing .info.value{
	font-weight:500;
}
#listing .parcelle span, #listing .produit span{
	font-size:1.2rem;
	padding-top:4px;
	color:#999;
	font-weight:400;	
}
#listing .commentaire{
	width: fit-content;
    border-radius: 0px 20px 0 20px;
    padding:10px;	
    font-size:0.9rem;
    margin:10px 10px 5px 10px;
	padding:5px 15px;
	color:#666;
	font-weight:300;
}
#listing img.photo{
	float:left;
	max-height:80px;
	margin-right:10px;
	width:auto;
	border:1px solid #EEE;
	border-radius:4px;
}
#listing .carousel-inner img.photo{
	max-height:200px;
	object-fit: cover;
	border:0;
	border-radius:0;
}
#listing .carousel-control-prev;
#listing .carousel-control-next{
	z-index:2000;
}
#listing .metadata{
	font-size:0.8rem;
	color:#999;
	font-weight:300;
}
#listing.community .list-group button{
	border-radius:0;
	padding:10px 0;	
	border:0;
}
#listing.community .social{
	color:#999;
	padding:10px 20px 30px 20px;
	text-align:end;
	display:block;
	font-weight: 300;
	min-height:60px;
}
#listing.community .social button{
	width:auto;
	float:left;
	padding:0;
	color:#999;
	min-width:50px;
}
#listing.community .social button.active{
	color:rgba(252, 129, 84, 1);
}
#listing.community .social span{
	width:auto;
	cursor: pointer;
}
/*
#listing.community .list-group button span{
	font-weight: 300;
}
#listing.community .list-group button.active{
	
}
#listing.community .list-group button .material-symbols-outlined{
	color:#999;
	position:relative;
	top:4px;
}
#listing.community .list-group  button.active .material-symbols-outlined{
	color:rgba(252, 129, 84, 1);
}
#listing.community .list-group  button .number{
	position:relative;
	top:-4px;
	margin-left:10px;
	border-radius:20px;
	color:#999;
	font-weight:200;
}
#listing.community .list-group  button.active *{
	color:rgba(252, 129, 84, 1);
}
*/
#listing.community .list-group .tag{
	padding:5px;
	margin:20px;
	background-color:rgb(252,129,84);
	border-radius:5px;
	width:75px;
	font-weight:300;
	font-size:0.8rem;
	color:white;
}
#listing .btn_super_agent{
	float:right;
	width:auto; 
	display:inline-flex; 
	align-items:center; 
	justify-content:center; 
	border-radius:8px; 
	background-color:transparent; 
	color: rgb(30, 144, 255); 
	border:1px solid rgb(10, 124, 235); 
	padding:4px 8px;
}
#listing .btn_super_agent:hover{
	background-color:rgba(30, 144, 255, .1); 
}
#listing .btn_super_agent .material-symbols-outlined{
	color: rgb(30, 144, 255);
}

/****************
	COMMENT
***************/
#offComment .msg{
	width: 100%;
	max-width: 100%;
    background-color: rgb(243, 244, 246);
    border-radius: 0px 20px 20px;
    padding:10px;
    margin:10px 0 0 0;
}
#offComment .msg .user{
	font-weight:500;
	font-size:0.8rem;
	color:#666;
}
#offComment .msg .text{
	
}
/****************
	NOTIFICATIONS
***************/
.offcanvas.notifications{
	padding:0;
}
.offcanvas.notifications .offcanvas-header{
	padding:32px;
}
.offcanvas.notifications .offcanvas-body{
	padding:0;
}
.offcanvas.notifications .offcanvas-body ul .row{
padding: 0;
}
.offcanvas.notifications .offcanvas-body ul li{
	border:0;
	border-bottom: 1px solid #EEE;
	padding:10px 32px;
	cursor:pointer;
}
.offcanvas.notifications .offcanvas-body ul li.active{
	background-color: rgba(255, 59, 20, .1);
}
.offcanvas.notifications .offcanvas-body ul:first-child li{
	/*border-top: 1px solid #EEE;*/
}
.offcanvas.notifications .offcanvas-body li{
	border-top: 1px solid #EEE;
}
.offcanvas.notifications .offcanvas-body li.read_0{
	background-color: #EEE;
}
.offcanvas.notifications .offcanvas-body li .avatar{
	width:50px;	
	float:left;
	border-radius:100px;
	padding:5px;
}
.offcanvas.notifications .offcanvas-body li .avatar.farm{
	background-color: #EEE;
	margin-top:10px;	
}
.offcanvas.notifications .offcanvas-body li .text{
	margin-top:3px;
	font-size:1rem;
	font-weight:500;	
}
.offcanvas.notifications .offcanvas-body li .date{
	font-size:.8rem;
	color:#999;
	font-weight:300;
	padding-right:10px;
}
.offcanvas.notifications .offcanvas-body li .material-symbols-outlined{
	font-size:1.1rem;
	position:relative;
	top:3px;
}
.offcanvas.notifications .offcanvas-body li .text a{
	color:rgb(30, 144, 255);
	text-decoration: none;
}
/* Active */
.offcanvas.notifications .offcanvas-body ul li.active{
	background-color: rgba(30, 144, 255, .2);
}
.offcanvas.notifications .offcanvas-body li.active .avatar.farm {
	/*filter: invert(1);*/
	background-color: rgba(0,0,0,0);
}
.offcanvas.notifications .offcanvas-body ul li.active .date{
	color:#333;
}
.offcanvas.notifications .offcanvas-body .btn{
	border:1px solid rgb(30, 144, 255) !important;
	border-radius:4px !important;
	margin-top:4px;
	padding:5px 10px !important;
	color: rgb(30, 144, 255);
	width:100%;
}
.offcanvas.notifications .offcanvas-body .btn:hover{
	background-color: rgb(30, 144, 255);
	color:white;
}
.offcanvas.notifications .offcanvas-body .btn-danger{
	background-color: rgb(220, 53, 69);
	border:0 !important;
}
.offcanvas.notifications .offcanvas-body .btn-danger:hover{
	background-color: rgb(220, 53, 69);
}
.offcanvas.notifications .offcanvas-body .btn .material-symbols-outlined{
	float:left;
	color:rgb(30, 144, 255);
}

/***************
	ABONNEMENT
****************/
#offSettingAbonnement span{
	background-color: var(--abo-color);
	color:#FFF;
	font-size:0.8rem;
	padding: 2px 4px;
	position:relative;
	top:-3px;
	left:10px;
}
#offSettingAbonnement input[type="radio"]{
	font-size:1.5rem;
	border-color: var(--abo-color);
	position:relative;
	top:-5px;
}
#offSettingAbonnement input[type="radio"]:checked{
	background-color: var(--abo-color);
}
#offSettingAbonnement button.try{
	background-color: var(--abo-color);
	width:100%;
	border-radius:4px;
}
#offSettingAbonnement p{
	font-size:.95rem;
	color:#333;
}
/**********************
	ABONNEMENT
*********************/
#btnSettingAbonnementWeb, #btnSettingAbonnementApple{
	display:none
}
#abonnementAppleYes{
	display:none;
}
#abonnementAppleStart, #abonnementAppleEnd{
	font-weight: bold;
}
#abonnementAppleNo a{
	color:#999;
	text-decoration: none;
}
#btnAboApple{
	background-color: rgb(247, 81, 30); 
	color: rgb(255, 255, 255); 
	width:100%;
	font-size: 1.25rem;
	font-weight:600;
}
#btnAboApple.inactive{
	background-color: rgb(247, 81, 30, .5); 
}
.eco{
	color:gray;
	font-size:14px;
}
.abo_type{
	background-color: rgb(30, 144, 255);
	color:#FFF;
	border-radius:5px; 
	padding: 4px 8px; 
	float:right;
}


/*****************
	OFF CANVAS 
*****************/
/* OFF MENU */
#offMenu, #offElement, #offFilter, #offComment{
	z-index:10001;
}
#offMenu{
	background-color: rgb(255,255,255);
	border-right: 1px solid rgb(227, 227, 227);
	max-width:250px;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
	padding:0 10px 0 10px;
}
#offMenu img.offcanvas-title{
	/*max-height:35px;
	max-width:200px;*/
	padding:5px;
	height:35px;
	width:102px;
}
#offMenu .message{
	font-size:13px;
	letter-spacing: -0.5px;
	color:#999;	
}
#modalDelete{
	z-index:10002;
}

#offMenu a[role=button]{
	border-radius:100px;padding:5px 8px;margin-right:10px;position:relative;top:-5px;
}
#offMenu a[role=button] span{
	font-size:24px;color:white;position:relative;top:3px;
}
#offMenu .list-group-item{
	font-weight:300;
	font-size:18px;
	color:#333;
}
#offElement.parcelle{
	background-color: white !important;
	border-left:10px solid rgb(132, 189, 0); /* green */
}
#offElement.animal{
	background-color: white !important;
	border-left:10px solid rgba(26, 63, 159, 1);; /* bleu */
}
#offElement #btnModify, #offElement #btnDelete, #offElement #btnConfirmDelete{
	color:white;	
}
#offElement #btnModify span, #offElement #btnDelete span{
	color:white;	
}
#offComment{
	border-left:10px solid rgba(252, 129, 84,1); /* orange */
}
#offComment #btn-comment{
	background-color:rgba(252, 129, 84,.2);
	border:1px solid rgba(252, 129, 84,1);
	border-radius:0 15px 15px 0;
	padding:12px 10px 8px 10px;
	min-width:50px;
	margin-left:0px;
}
#offComment input[type=text] {
    border-radius: 15px 0 0 15px;
    padding: 6px 15px 6px 15px;
    border:1px solid rgba(252, 129, 84,1);
    border-right:0;
}

#offComment .inputtextsection button.active{
	background-color:rgba(252, 129, 84, 1) !important;
}
#offComment .inputtextsection button span{
	color:white;	
}
#offComment .result .comment{
	width: fit-content;
    background-color: rgb(243, 244, 246);
    border-radius: 0px 20px 20px;
    padding:10px;
    margin:10px 0 0 0;	
}
#modal-image .modal-content{
	border-radius:4px;	
}
#modal-image .modal-body{
	padding:0;
}
#modal-image .modal-image-preview{
	border-radius:4px;	
}

/*************
	BUTTONS
*************/

button{
    font-weight: 500;
    font-size: 0.9375rem;
    line-height: 1.75;
    letter-spacing: 0.02857em;
    
    padding: 9px 22px;
    border-radius: 4px;
    color: rgb(255, 255, 255);
    background-color: rgb(105, 192, 40);
    box-shadow: none;
    text-transform: inherit;
    border:0;
}
button:hover{
	background-color: rgb(125, 212, 60);
}
button[aria-label=Close]{
	font-size: 1.2rem;
}
.btn-fixed{
	position:fixed;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	padding-top:10px;
	background-color:#FFF;
}
.btn-fixed.btn-top-left{
	top:20px;
	left:20px;
}
.btn-fixed.btn-bottom-left{
	bottom:30px;
	left:30px;
}
.btn-fixed.btn-bottom-right{
	bottom:30px;
	right:30px;
}
.btn-fixed.btn-rounded{
	border-radius:50px;
	padding: 18px 18px 12px 18px;
}
.btn-fixed span{
	color:white;
}
.btn-main-menu{
	z-index:1000;
	background-color: rgba(63,204,251,.7);
	
}
.btn-main-menu span{
	color:white !important;
}



/*****************
	CONNNEXION
*****************/
#connexion{
	/*background-color: white;
	/*background:
        linear-gradient(
          rgba(255,255,255, .9), 
          rgba(255,255,255, .9)
        ),
        url("../img/bg-login.jpg") no-repeat center center;*/
	/*background-size:cover;*/
	color:#333;
	margin:0;
}
.background-image {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 0;
  display: block;
  background-color: white;
  width: 100%;
  height: 100%;
  /*filter: grayscale(100%) opacity(15%);*/
  filter: opacity(35%);
}
#connexion *{
	z-index:1;	
}
#connexion input, #connexion select{
	background-color: white !important;	
	margin-bottom:10px;
}
#connexion input:-webkit-autofill,
#connexion input:-webkit-autofill:hover, 
#connexion input:-webkit-autofill:focus, 
#connexion input:-webkit-autofill:active,
#connexion select:-webkit-autofill,
#connexion select:-webkit-autofill:hover, 
#connexion select:-webkit-autofill:focus, 
#connexion select:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 25px white inset !important;
}

#connexion .navbar-brand img{
	width:120px;	
	margin:50px 0 30px 0;
}
#connexion .row{
	padding:0px;	
}
#connexion h1{
	font-size:1.8rem;
	margin-bottom:20px;
	font-weight: 600;	
	color:#333;
	text-align:center;
	text-shadow: 1px 1px 10px rgba(255, 255, 255, 1); 
}
#connexion h2{
	font-size:1.1rem;
	margin:0 0 30px 0;
	font-weight: 400;	
	text-shadow: 0px 0px 10px rgba(255, 255, 255, 1); 
}
#connexion p{
	font-size:1rem;
	padding:20px 0;
	/*border-top:1px solid #CCC;*/
	text-shadow: 0px 0px 5px rgba(255, 255, 255, 1); 
}
#connexion iframe{
	padding:0px;
	border-radius:10px;
	border:4px solid #000;	
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	background-color: white;
	min-height:70vh;
}
#connexion form{
	padding:50px;
	border-radius:4px;	
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	background-color: white;
}
#connexion label{
	color:#666;	
	margin-bottom:5px;
}
#connexion form .text-footer{
	font-size:1rem;
	border-top:1px solid #EEE;
	margin-top:50px;
	padding:20px;
	text-align: center;
	color:#666;
	position:relative;
}
#connexion form .span-right-input{
	margin-bottom:10px;
}
#connexion form .material-symbols-outlined{
	color:rgb(30, 144, 255);
	position:relative;
	top:6px;	
}
#connexion a{
	color:rgb(30, 144, 255);
	text-decoration: none;
}
#connexion .btn-primary {
  background-color: rgb(30, 144, 255) !important;
  color: #fff !important;
  border: none;                          /* look plus propre */
  border-radius: 8px;                    /* coins arrondis modernes */
  padding: 12px 18px;                    /* meilleure ergonomie */
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.3px;
  box-shadow: 0 4px 8px rgba(30, 144, 255, 0.3);
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  width: 100%;   
  margin-top:15px;                        
}

/* Effet au survol */
#connexion .btn-primary:hover {
  background-color: rgb(50, 164, 255) !important;   /* teinte plus claire au hover */
  box-shadow: 0 6px 12px rgba(30, 144, 255, 0.4);
  transform: translateY(-2px);            /* petit effet "lift" */
}

/* Effet clic (active) */
#connexion .btn-primary:active {
  transform: translateY(0);               /* revient à plat */
  box-shadow: 0 3px 6px rgba(30, 144, 255, 0.3);
}

#connexion .bottom{
	font-size:0.8rem;
	padding:40px 20px;
}
#connexion .bottom a{
	color:#333;
}
#connexion .checkok{
	color:rgb(30, 144, 255);
	font-size:5rem;
	margin-bottom:40px;
	padding-left:10px;
}
#connexion select[name="language"]{
	border:0;
	text-align:right;
}
#connexion input[type="text"],
#connexion select,
#connexion input[type="email"],
#connexion input[type="password"] {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 15px;
  outline: none;
  transition: all 0.2s ease-in-out;
}

/* Effet au focus (quand on clique dedans) */
#connexion input[type="text"]:focus,
#connexion select:focus,
#connexion input[type="email"]:focus,
#connexion input[type="password"]:focus {
  border-color: #ff7b00;
  box-shadow: 0 0 6px rgba(255, 123, 0, 0.3);
}

#connexion input[name="password"]{
	border-radius: 8px 0 0 8px;
}

/*******************
	DASHBOARD
*****************/

#dashboard h1{
	font-size:1.2rem;
	color:#333;
	font-weight:600;
	text-align: left;
	padding:20px 0 10px 20px;
}
#dashboard h6{
	font-size:1rem;
	color:#999;
	font-weight:200;
	text-align: left;
	padding:0px 0 0 0px;
	border-bottom:1px solid #CCC;
	text-align: left;
}
#dashboard p{
	font-size:1rem;
	color:#333;
	font-weight:300;
	text-align: left;
	padding-left:20px;
}
#dashboard hr{
	margin:10px 20px;	
}
#dashboard .icon{
	float:left;
	margin-right:10px;
	border-radius:100px;
	width:20px;
	height:20px;
}
#dashboard .flex-row{
	padding:10px 16px 15px 16px;
	overflow: auto;
}
#dashboard .card{
	min-height: 150px;
    min-width:70vw;
    margin-right: 20px;
    border-radius: 10px;
    cursor:pointer;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 10px 0px;
}
@media (min-width: 992px) {
	#dashboard .card{
	    margin-right: 0px;
	    min-height:inherit;
		min-width:inherit;
	}
	#dashboard .right-panel .card{
	    background-color: transparent !important;
	    box-shadow: none;
	}
}
#dashboard .card a{
	text-decoration: none;
}
#dashboard .card_parcelles h1, #dashboard .card_animaux h1, #dashboard .card_invoices h1{
	margin-bottom:10px;
	padding-bottom:0;
}
#dashboard .card_calendrier{
	margin:20px;
}
#dashboard .card-title{
	font-size:1.2rem;
	font-weight:500;
}
#dashboard .card-number{
	font-size:2rem;
	font-weight:500;
	padding:20px 0 20px 0 !important;
	text-align: center;
}
#dashboard .card:hover{
	/*background-color: rgba(187,207,67,.1);*/
}
#dashboard .card p{
	padding-left:0;	
}
#dashboard .card .row{
	padding:0;
}
#dashboard .card .row .date{
	font-size:.9rem;
	color:#333;
	font-weight:300;
}
#dashboard .card .row .action{
	font-size:.9rem;
	color:#333;
	font-weight:400;
	margin-top:0;
}
#dashboard .chart{
	padding:30px;
}
#dashboard .number{
	width:100%;
	text-align: center;	
	font-size:2rem;
	color:#333;
	font-weight:800;
}

#dashboard .infos_day .dicton{
	font-style:italic;
	margin:0;
}
#dashboard .infos_day .dicton b{
	font-style:normal;
	font-weight: 600;
}
#dashboard .infos_day .dicton .icon{
	font-size:20px;
}

/*****************
	SETTINGS
*****************/
.settings section.menu{
	
}
.settings .menu-header{
	/*background-color: transparent !important;*/
}
.settings section.head{
	height:182px;
}
.settings .msg_abonnement{
	background-color: #EEE;
	border:1px solid #CCC;
	border-radius:4px;
	padding:20px;
}
.settings .msg_abonnement .material-symbols-outlined{
	color:rgb(105,200,160);
	font-size:3rem;
}

.settings .background-image {
	position:absolute;
 	z-index: 0;
 	display: block;
 	background-color: white;
 	width: 100%;
 	height: 175px;
 	filter: opacity(25%);
 	top:60px;
}
.settings .head .avatar{
	object-fit: cover;
	width:100px ;
	height:100px;	
	border-radius:100px;
	position:relative;
	top:130px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
.settings form .avatar{
	width:50px !important;	
	height:50px !important;	
	border-radius:100px !important;
	position: inherit;
	float:right !important;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
	padding:0 !important;
}
.settings section.body{
	padding-top:70px;	
	background-color:#FFF;
}
.settings section.body .name{
	font-weight:600;	
	font-size:1.5rem;
	margin-bottom:20px;
}
.settings section.body .number{
	font-weight:600;
	font-size:1.2rem;
}
.settings section.body .explain{
	font-weight:300;	
	font-size:0.8rem;
}
.settings section.body ul{
	list-style: none;
	text-align: left;
	font-weight:300;	
	font-size:1.1rem;
	padding:0;
	margin-top:20px;
}
.settings section.body li:first-child{
	border-top:1px solid #CCC;
}
.settings section.body li{
	border-bottom:1px solid #CCC;
	padding:12px 20px 18px 20px;
}
.settings section.body li .material-symbols-outlined{
	position:relative;
	top:4px;
	margin-right:10px;	
}
.settings .disconnect{
	width:100%;
	text-align: center;
	display:block;
	background-color: transparent;
	font-size:1rem;
	font-weight: 600;
	margin-top:30px;
	text-decoration: none;
	color:rgb(30, 144, 255);
}
.settings form{
	padding:16px !important;
}
.settings form.row{
	padding:0;
}
.settings form button[type="submit"]{
	background-color: rgb(30, 144, 255);
	color:white;
}
.settings form button[type="button"]{
	background-color: rgb(30, 144, 255);
	color:white;
}
.settings form h5{
	padding:0 0 10px 0;
	/*border-bottom: 3px solid rgb(30, 144, 255);*/	
}
.settings form .line{
	margin-bottom:10px;	
	padding:0;
	/*border-bottom:1px solid #CCC;*/
}
.settings form label{
	font-weight:300;	
	font-size:0.9rem;
	float:left;
	padding-top:10px;
}
.settings form .form-check-label{
	padding-top:0;
	padding-bottom:10px;
}
.settings form .form-check-input {
    border: 1px solid rgb(30, 144, 255);
    background-color: #EEE;
}
.settings form .form-check-input:checked {
    background-color: rgb(30, 144, 255);
}
.settings form input, .settings form select, .settings form textarea{
	font-weight: 600;
    font-size: 1.2rem;
    border-radius: 8px;
    padding: 5px 10px;
    float:right;
    text-align: right;
    border:0;
    width:auto;
    background-color: transparent;
    -webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
	outline: none;
	background-color: #FFF;
	border:1px solid #CCC;
	/*border-bottom:1px solid #CCC;*/
	border-radius: 0;
	transition: border-color 0.1s ease;
	box-sizing: border-box;
	font-size: 1rem;
	background-color: #fff;
	border: 1px solid #dfdfe8;
	color: #333;
	line-height: 1.4em;
}
 .settings form textarea{
	 font-weight: 400;
	 font-size: 1rem;
	 text-align: left;
	 padding: 8px;
 }
.settings form input:focus-visible, .settings form select:focus-visible{
	outline: none;	
}
#formSettingsInfo .row{
	border-bottom: 1px solid #EEE;
}



/* PAGE STRAM */
.stream ul#activities_details {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;            /* Alignement horizontal */
    flex-wrap: wrap;          /* Retour à la ligne si trop long */
    gap: 5px;                 /* Espace entre les éléments */
}

.stream ul#activities_details li {
    border: 1px solid #FC4C02;  /* Orange Strava */
    color: #FC4C02;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 14px;
    white-space: nowrap;
}

/* À partir de lg (≥992px), largeur automatique */
@media (min-width: 992px) {
  .sub-menu .nav-item-responsive {
    	width: auto !important;
  }
}
.sub-menu.nav-tabs .nav-item{
	
}
.sub-menu.nav-tabs .nav-link{
	font-weight:600;
	color:#666;
	border-radius:0;
	text-align: center;
	width:100%;
	border:0;	
}
.sub-menu.nav-tabs .nav-link:hover{
	border:0;	
}
.sub-menu.nav-tabs .nav-link.active{
	background-color: transparent;
	color:#000;
	border:0;
	border-bottom:2px solid rgb(30, 144, 255);;
}

.tab-pane .search{
	/*padding:10px !important;*/
}
.tab-pane .search input{
	background-color: #EEE;
	border-radius: 20px;
}
.tab-pane .search button{
	background-color: #EEE;
	color:#333;
	font-weight:600;
	border-radius: 20px;
	border-left:0;
	min-width:50px;
}
.tab-pane .search button:hover{
	background-color: #dc3545;
	color:#FFF;
}

/* Community */
@keyframes animlike {
  from {color: black;}
  to {color: rgba(252,129,84,1); font-variation-settings: 'FILL' 1;}
}
.stream .like span{
	animation-name: animlike;
	animation-duration: 1s;
	animation-iteration-count: 1;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	transform: rotate(-10deg);
}
.stream.preload .like span {
	animation-duration: 0s;
}

/* FRIENDS */
#listingFriend .row{
	padding: 10px 0 !important;
}
#listingFriend .row .col-10{
	padding: 0 0 0 10px;
}
#listingFriend li[type=friend]{
	border-top:0 !important;
	box-shadow: none !important;	
	overflow-y: visible !important;
}
#listingFriend li[type=friend] .row.element{
	width:auto;	
}
#listingFriend .avatar{
	width:50px;	
	float:left;
	border-radius:100px;
	margin-top: 4px;
	padding:0;
}
#listingFriend .name{
	font-size: 1rem;
    font-weight: 500;
}
#listingFriend .adresse{
	font-size: 1rem;
    color: #666;
    font-weight: 300;
}
#listingFriend .adresse img{
	width:15px;
	margin-left:10px;
}
#listingFriend .follow{
	font-size: 1rem;
    color: #666;
    font-weight: 300;
    font-style:italic;
}
#listingFriend .btn{
	float:right;
	border:0;
	background-color: white;
    color: rgb(252, 76, 2);
    border-radius: 10px;
    font-weight:600;
    margin-top:0;
	padding:0;
}
#listingFriend .btn:hover{
	
}
#listingFriend .btn-follow {
    opacity: 0.8;
    background-color:rgba(252, 76, 2, .2);
	color: rgb(252, 76, 2);
	margin:4px 0 5px 5px;
	padding:6px 12px;
}
#listingFriend .btn-follow:hover {
	background-color: rgba(252, 76, 2, .4);
}
#listingFriend .btn .material-symbols-outlined{
	color:rgb(30, 144, 255);|
}
.invit-mail{
	margin-top:10px;
	padding-top:10px;
	border-top:1px solid #CCC;
	margin-bottom:80px;
}
.invit-mail p{|
	margin-top:5px;
}	
.invit-mail .btn{
	border:1px solid rgb(30, 144, 255);
	border-radius:4px;
	margin-top:4px;
	padding:5px 10px;
	color: rgb(30, 144, 255);
	width:100%;
}
.invit-mail .btn:hover{
	background-color: rgb(30, 144, 255);
	color:white;
}

/*
#dashboard .carousel{
	margin:30px;
	height:50vh;
}
#dashboard .carousel-inner{
	background-color: white;
	height:100%;	
	border-radius:10px;
	padding:10px;
}
#dashboard .carousel-indicators [data-bs-target] {
	width:10px;
	height:10px;
	line-height:2px;
	border-radius:100px;
	position:relative;
	top:60px;
	padding:0px;
	background-color:#999;
	background-clip:inherit;
	border:0;
	margin:5px;
}
#dashboard .carousel-indicators [data-bs-target].active {
	background-color:rgb(30, 144, 255);
}
#dashboard .widget{
	width:50%;
	height:50%;
	padding:10px 20px;
}
#dashboard .widget .icon{
	padding:10px 6px;
	background-color:#EEE;	
	float:left;
	line-height:1rem;
	margin-right:10px;
	border-radius:100px;
}
#dashboard .widget .icon span{
	font-size:1rem;
}
#dashboard .widget h1{
	text-align:left;
	font-size:1.1rem;
	font-weight:400;
	height:30px;
	overflow: hidden;
	margin:6px 0 6px 0;
}
#dashboard .widget p{
	display: block;
	text-align:left;
	font-size:0.7rem;
	font-weight:200;
}
#dashboard .widget .number{
	font-size:1.5rem;
	font-weight:600;
}
*/

.form-select{
	background-color: transparent;
	width:auto;
}

.btn-muted {
	color:#999;	
	margin:0 15px;
}
.btn-success {
	background-color: rgb(132, 189, 0);
	border:0;
	color:white;
}
.btn-success:hover {
	background-color: rgba(132, 189, 0, .5);
}


.modal-header .btn-close:hover{
	background-color: transparent !important;
	color:black !important;
}






/* offFilter */
#offFilter{
	background-color: #FFF;
    padding: 10px 20px !important;
    border-radius: 40px 40px 0 0;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
#offFilter input{
	background-color: #EFEFEF;
}

/* .CARD */
.card{
	border:0;
	box-shadow:0;
}
.card .material-symbols-outlined{
	font-size:18px;
	position:relative;
	top:3px;
}

/* Social Part in elements listing */
#listing.community .social {display:flex; min-height:unset;} 
#listing.community .social button{float:none;}
#listing.community .social {text-align:unset;}
#listing.community .social .nb-likes,
#listing.community .social .nb-comment{font-size:10px;font-weight:300;}
	

.story-title {
	margin:15px 10px 5px 35px;
	font-size: 1.3rem;
    font-weight: 600;
}
.story-carousel {
  display: flex;
  overflow-x: auto;
  padding: 10px;
  scrollbar-width: none; /* Firefox */
  margin: 0px 0px 20px 0px;
}
.story-carousel::-webkit-scrollbar {
  display: none; /* Chrome/Safari */
}
.story-card {
  flex: 0 0 auto;
  width: 150px;
  text-align: center;
  border-radius: 10px;
  background: white;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  overflow: hidden;
  margin-left:20px;
  padding-bottom: 55px;
  border:1px solid rgba(252, 76, 2, .2);
}
.story-card img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 100px;
  padding:20px;
}
.story-name {
  font-size: 1.1rem;
  font-weight: 500;
  margin: 0 0 5px 0;
  padding:0 6px;
}
.story-adresse {
  font-size: 1rem;
   color: #666;
   font-weight: 300;
   padding:0 6px;
}
.story-distance {
   font-size: 1rem;
   color: #666;
   font-weight: 300;
   padding:0 6px;s
}
.story-distance .material-symbols-outlined{
	color: #666;
	font-size:20px;
	position:relative;
	top:4px;
	left:-5px;
}
@media (min-width: 992px) {
	.story-distance .material-symbols-outlined{
		top:0;
	}
}
.story-btn {
	font-size: 16px;
	font-weight:600;
    border: 0;
    border-radius: 0;
    margin: 20px 10px 10px 10px;
    width: calc(100% - 20px);
    padding: 6px 12px;
    background-color: rgba(252, 76, 2, .2);
    color: rgb(252, 76, 2);
    border-radius: 10px;
}
.story-btn:hover {
	background-color: rgba(252, 76, 2, .4);
	color: rgb(252, 76, 2);
 }  
.right-panel .story-name {
	font-weight: bolder;
	color: rgb(39, 39, 39);
	font-weight:500;
	font-size:16px;
	font-weight:700;
}
.right-panel .story-adresse {
	font-size: 16px;
	font-weight:300;
}
.right-panel .story-distance {
	font-size: 14px;
	font-weight:400;
}
.right-panel .story-btn {
	padding: 2px 4px;
	background-color: transparent;
	border:2px solid rgba(252, 76, 2, .2);
	width:70%;
}
.right-panel .story-btn:hover {
	background-color: rgba(252, 76, 2, .8);
	color:white;
}

   
/*************************
	CARD LEFT-RIGHT PANEL
*************************/
section.card{
	background-color: #fff !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 10px 0px;
    border-radius: 10px;
    margin:20px;
    padding:16px;
    margin-bottom:20px;

}
@media (min-width: 992px) {
	section.card{
		margin:0px 0px 20px 0px;
	}
	
	section.card.bg-transparent{
		background-color: transparent !important;
		 box-shadow:none;
	}
}
section.card p{
	font-size: 1rem;
    color: #333;
    font-weight: 300;
}
section.card b{
	font-weight: 600;	
}
section.card h1 {
    font-size: 1.2rem;
    color: #333;
    font-weight: 600;
    text-align: left;
    padding: 10px !important;
    margin:0;
}
section.card .news{
	border-bottom:1px solid #EEE;
	padding-bottom:15px;
}
section.card .news a{
	color:#333;
	font-weight:500;
}

/*************************
	LIST PARCELLE OFFCANVAS PANEL
*************************/
#liste-parcelles .title span{
	font-weight: 700 !important;
	color:rgb(39, 39, 39);
	font-size:16px;
}



