
@font-face {
    font-family: 'Galano';
    src: url("/fonts/GalanoGrotesqueRegular.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Galano';
    src: url("/fonts/GalanoGrotesqueBold.otf") format("opentype");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Galano';
    src: url("/fonts/GalanoGrotesqueBoldItalic.otf") format("opentype");
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'Galano';
    src: url("/fonts/GalanoGrotesqueItalic.otf") format("opentype");
    font-weight: italic;
    font-style: normal;
}

html {
    height: auto;
    min-height: 100%;
}
body {
    height: auto;
    min-height: 100%;
    padding: 70px;
    font: 14px  "Lucida Grande", Helvetica, Arial, sans-serif;
    /*background-color: #F3F3F3;  Old browsers */
    background: -moz-linear-gradient(#FFFFFF,#F3F3F3); /* FF3.6+ */
    background: -webkit-gradient(#FFFFFF,#F3F3F3); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(#FFFFFF,#F3F3F3); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(#FFFFFF,#F3F3F3); /* Opera 11.10+ */
    background: -ms-linear-gradient(#FFFFFF,#F3F3F3); /* IE10+ */
    background: linear-gradient(#FFFFFF,#F3F3F3); /* W3C */	
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#F3F3F3',GradientType=0 ); /* IE6-9 */
    background: url("/images/background.jpg") no-repeat center center fixed;
    background-size: cover;
}
[data-letters]:before {
  content:attr(data-letters);
  display:inline-block;
  font-size:1em;
  width:2.5em;
  height:2.5em;
  line-height:2.5em;
  text-align:center;
  border-radius:50%;
  background:#17a2b8;
  vertical-align:middle;
  color:white;
  }
/* Overlay plein écran */
#overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    }

    /* Simple spinner CSS */
    .spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    }

    @keyframes spin {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
    }
@media (min-width: 980px) {
  body {
    padding-top: 70px;
    padding-bottom: 42px;
  }
}
@media (max-width: 1328px){
	a.navbar-brand{
		display: none;
	}
	ul.navbar-nav > li.nav-item > a.nav-link {
		font-size: 14px !important;
	}
}
a {
  color: #138496;
}

hr{
    color:red !important;  
    background-color: red;
}
.red{
    color:red !important;
}
.bgred{
    color:red !important;
}
.vert, .green{
    color:#218838 !important;
}
.gauche{
    text-align: left !important;
}
.droite{
    text-align: right !important;
}

.centre{
    text-align: center !important;
}
.blue-cnc{
    background-color: #384359 !important;
}
.container, .container-fluid{
    background-color: #FFF !important;
    padding:15px;
    opacity: 0.97;
    border-radius:.25rem;
}
.hidden{
    display: none !important;
}
.row {
    margin-right: 0 !important; 
    margin-left: 0 !important; 
}
.tab-content {
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-radius: .25rem;
}
h1, h2, h3, h4, h5 {
    color :#384359;
}
/*
 * Sidebar
 */

.sidebar {
  position: fixed;
  top: 51px;
  bottom: 0;
  right: 0;
  z-index: 1000;
  padding: 20px;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
  border-right: 1px solid #eee;
  background-color: aliceblue;
}

/* Sidebar navigation */
.sidebar {
  padding-left: 0;
  padding-right: 0;
}

.sidebar .nav {
  margin-bottom: 20px;
}

.nav {
  flex-wrap: inherit !important;
}

.sidebar .nav-item {
  width: 100%;
}

.sidebar .nav-item + .nav-item {
  margin-right: 0;
}

.sidebar .nav-link {
  border-radius: 0;
}


ul.navbar-nav > li.nav-item > a.nav-link{
    font-family: "brandon-grotesque",serif;
    font-size: 1.2em;
    font-weight: 600;
    text-transform: uppercase;
    color:rgb(255,255,255,0.9);
}
.navbar-dark .navbar-nav .show>.nav-link{
    color: rgba(255,255,255,.75);
}

.nav-logo {
    width: 1%;
    margin-right:30px;
    position: relative;
}
/*
*	Modal recherche d'une adhérent    
*/
.charts-container {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 20px;
  }

  .chart-wrapper {
    flex: 1; /* prend toute la largeur dispo */
    max-width: 100%; /* évite de dépasser */
    text-align: center;
  }

  canvas {
    width: 100% !important;
    height: auto !important;
  }
  .tdCodeNC8, .tdLibNC8{
    cursor: pointer;

  }

#modal-recherche-adherent > .modal-dialog {
    max-width: 98% !important;
    width: 100%;
    height: 80%;
    /*margin: 2%;*/
    padding: 0;
}

#modal-recherche-adherent > .modal-content {
    height: auto;
    min-height: 100%;
    border: 0 none;
    border-radius: 0;
}

#modal-recherche-adherent > .modal-open #modal-recherche-adherent > .modal {
    overflow-x: hidden;
    /*overflow-y: hidden;*/
}
@media (max-width: 1400px){
	#dropdownProfil {
		display: none;
	}
}


/**
*	DataTables
*/
/* Alignement des colonnes pour les tableaux des questionnaires */
table.tableQuestionnaire{
    table-layout: fixed !important; 
}
table.dataTable th { font-size: 12px; }
table.dataTable td { font-size: 11px; }
.border-gris{
    border-left:  1px solid #e9ecef !important;
    border-right:  1px solid #e9ecef !important;
    border-top:  1px solid #e9ecef !important;
    border-bottom:  1px solid #e9ecef !important;
}
table.dataTable.supercompact tbody th, table.dataTable.supercompact tbody td{
    padding:1px;
}
/**
*   Champ input text
*/
table.tableQuestionnaire tbody tr td input{
    max-width: 100% !important;
    border: 1px solid #695F58;  
}
textarea:focus:invalid, input:focus:invalid, input[type]:focus:invalid, .uneditable-input:focus:invalid {   
    border-color: rgba(229, 103, 23, 0.8);
    box-shadow: 0 1px 1px rgba(229, 103, 23, 0.075) inset, 0 0 8px rgba(229, 103, 23, 0.6);
    outline: 0 none;
}

textarea:focus, input:focus, input[type]:focus, .uneditable-input:focus {   
    border-color: rgba(6, 103, 220, 0.8);
    box-shadow: 0 1px 1px rgba(6, 103, 220, 0.075) inset, 0 0 8px rgba(6, 103, 220, 0.6);
    outline: 0 none;
}
input:required{    
    border-color: rgba(0, 0, 0, 0.5);
}
.border-orange{    
    border-color: rgb(255, 174, 0) !important;
}
.border-green{    
    border-color: rgba(0, 255, 0, 0.5) !important;
}
.erreur{    
    border-color: rgba(255, 0, 0, 0.5) !important;
}
.btn-info{
	white-space: initial !important;
}
.btn-warning{
	white-space: wrap !important;
}
.btn-success, .btn-secondary, .btn-info{
    cursor: pointer;
}
.form-control, .input-group-addon{
    font-size:1em !important;
}
/**
*   Menu déroulant
**/
.dropdown-menu {
    background-color: #384359;
}
.dropdown-header {
    color: #17a2b8 !important;
}
.dropdown-item, .dropdown-toggle {
    color: white;
}
a:not([href]):not([tabindex]).dropdown-item {
    color: white;
}
a:not([href]):not([tabindex]).dropdown-item:hover {
    color: black;
}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu a::after{
    transform: rotate(-90deg);
    position: absolute;
    right: 3px;
    top: 40%;
}
.dropdown-submenu:hover .dropdown-menu, .dropdown-submenu:focus .dropdown-menu{
    display: flex;
    flex-direction: column;
    position: absolute !important;
    margin-top: -30px;
    left: 100%;
    color:black;
    background-color: #384359;
}

@media (min-width: 768px){
    .dropdown-menu .dropdown-submenu {
        width: auto;
    }
    .justify-content-md-center > .input-group {
        -ms-flex-pack: center!important;
        justify-content: center!important;
    }
}

