:root {
  --main-bg-color: #32394d;
}
body {
        --ck-z-default: 100;
        --ck-z-modal: calc( var(--ck-z-default) + 999 );
    }
#infosComplementaires, #ajoutSociete, .hidden {
	display:none;
}

#nbDestinataires {
	text-align:center;
}

#editor .tools {
	display:none;
	position: absolute;
	left:15px;
}

#editor .tools p {
	display: inline-block;
}

#editor .template:hover .tools {
	display:inline-block;
}

.wyswiyg p {
	padding:0px !important;
}

#imageManager div.col-md-2 {
	margin-bottom: 10px;
}
#imageManager img {
	max-width: 100%;
	max-height: 200px;
}
header#page-topbar {
	background-color:#000000;
	color:#FFF;
}

.formError {
	border:2px solid #FF0000;
}
.vehicule {
	color: #FF0000;
	font-weight: bold;
}
.hide {
	display:none;
}

.interventionFaite {
	color: green;
	font-weight: bold;
}
.fc-view-agendaDay .fc-event-container {
	width: 100% !important;
}
.fc-view-agendaDay .fc-event {
	width: 20% !important;
}
.fc-view-agendaDay .fc-event-time {
	font-size: 18px !important;
	font-weight: bold;
}
.fc-view-agendaDay .fc-event-time .noDay {
	display: none !important;
}
.fc-view-agendaWeek .fc-event-time {
/*	font-size: 18px !important;*/
	font-weight: bold;
}
.provisoire:after {
   background-image: url('/assets/images/fond_option.png');
    background-size: 100% 100%;
    display: inline-block;
	position: absolute;
	top:0px;
	left:0px;
	width: 100%; 
    height: 100%;
	opacity: 0.25;
    content:"";
}

.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #fff;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.table-nowrap td.wrap {
	white-space: normal;
}

.nav-tabs {
	border-bottom: 0px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	border-color: #e2e5e8;
}
.nav-tabs .nav-link:hover {
	border-color: transparent;
}

.tab-content {
	margin-top:15px;
}

.card-title {
	padding: 10px; 
	background-color:var(--main-bg-color);
	color:#ffffff; 
	border-radius:5px 5px 0px 0px
}
.card-title h5 {
	color:#FFFFFF; display: inline-block; margin:0px;
	font-size: 16px;
}

.card-title .rightButton {
	float:right; cursor: pointer;
}

.center {
	text-align: center;
}

textarea {
	height:200px;
}

.topnav {
	background-color: #32394d;
}

.navbar-light .navbar-nav .nav-link {
	color: #FFFFFF;
}
.blue-border {
	border-color: var(--main-bg-color) !important;
}

.list-unstyled li label {
	width:200px;
}

.select2-container {
  /* min-width: 200px; */
  width : 100% !important;
}

.select2-search__field {
  min-width: 200px;
}
.select2-selection{
  border: 1px solid #e2e5e8  !important;
  
}

.select2-dropdown {
  z-index: 9999 !important;
}

.late {
	background-color: #ffc8c8;
}

.switch {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 22px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 1px;
    bottom: 1px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 22px;
}

.slider.round:before {
  border-radius: 50%;
}

.arrow{
  clip-path: polygon(90% 0%, 100% 50%, 90% 100%, 0% 100%, 10% 50%, 0% 0%);
}
.arrow-r{
  clip-path: polygon(90% 0%, 100% 50%, 90% 100%, 0% 100%, 0% 50%, 0% 0%);
}
.arrow-l{
  clip-path: polygon(100% 0%, 100% 100%, 90% 100%, 0% 100%, 10% 50%, 0% 0%);
}



.bg-transparent{
  background: transparent; 
  border: none;
  border-radius: 0;
}

.pointer{
  cursor: pointer;
}

#excelLike table { border-collapse: collapse; width: 100%; }
#excelLike td { background: #fff; padding: 8px 16px; text-align: center;}
#excelLike th { text-align: center; vertical-align: middle;}


#excelLike {
  overflow: auto;
  height: 600px;
}

#excelLike thead th {
  position: sticky;
  z-index: 10;
  top: 0;
}

.overflow-y{
  overflow-y: scroll;
}

.overflow-x{
  overflow-y: scroll;
}


.circle{
  width: 1.5rem; 
  height: 1.5rem; 
  border-radius: 50%; 
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.disable-div{
  pointer-events: none;
  opacity: 0.5;
}


.disable-col{
  pointer-events: none;
  background-color: #f5f6f8 !important;
}

.disable-colT{
  pointer-events: none;
  background-color: #7bafb85e !important;
}




        .partenaire {
            justify-content: center;
			padding-bottom:50px;
        }

        .agoraTitle h2, .agoraTitle h4, .agoraTitle h6 {
            display: flex;
            align-items: center;
            justify-content: left;
            position: relative;
            height: 40px;
            padding-left: 60px;
            margin-bottom: 15px;
			font-weight: bold;
			font-size:18px;
        }

        .agoraTitle h2::before, .agoraTitle h4::before, .agoraTitle h6::before {
            content: '';
            background-image: url('http://www.agoramanagers.fr/wp-content/uploads/2025/06/agoraTitle.png');
            background-size: contain;
            background-repeat: no-repeat;
            width: 40px;
            height: 40px;
            display: block;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            /* Centre l'image verticalement */
        }
		#listePartenaires .partenaire {
    display: grid
;
    gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(240px, 240px));
}
#listePartenaires .partenaire a {
    display: flex
;
    padding: 30px;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    /* width: 20%; */
    margin-left: 20px;
    height: 130px;
}
#listePartenaires .partenaire a img {
    display: inline;
    margin: auto;
    max-height: 80px;
}