:root {

    --cassiopeia-color-primary: #00B2BA;
    --cassiopeia-color-link: #495057;
    --cassiopeia-color-hover: #495057;

    --cassiopeia-font-family-body: "Roboto", sans-serif;
    --cassiopeia-font-family-headings: "Roboto", sans-serif;
    --cassiopeia-font-weight-headings: 200;
    --cassiopeia-font-weight-normal: 200;

    --bleu-Asisa : #00b2ba;
    --blue: #0d6efd;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #d63384;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #198754;
    --teal: #20c997;
    --cyan: #0dcaf0;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --gray-100: #f8f9fa;
    --gray-200: #e9ecef;
    --gray-300: #dee2e6;
    --gray-400: #ced4da;
    --gray-500: #adb5bd;
    --gray-600: #6c757d;
    --gray-700: #495057;
    --gray-800: #343a40;
    --gray-900: #212529;
    --primary: #0d6efd;
    --secondary: #6c757d;
    --success: #198754;
    --info: #0dcaf0;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #212529;
    --primary-rgb: 13, 110, 253;
    --secondary-rgb: 108, 117, 125;
    --success-rgb: 25, 135, 84;
    --info-rgb: 13, 202, 240;
    --warning-rgb: 255, 193, 7;
    --danger-rgb: 220, 53, 69;
    --light-rgb: 248, 249, 250;
    --dark-rgb: 33, 37, 41;
    --white-rgb: 255, 255, 255;
    --black-rgb: 0, 0, 0;
    --body-color-rgb: 33, 37, 41;
    --body-bg-rgb: 255, 255, 255;
    --font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --body-font-family: var(--cassiopeia-font-family-body);
    --body-font-size: 15px;
    --body-line-height: 1.5;
    --body-color: #383838;
    --body-bg: #efefef;
}


/* police des titres d'articles */
h1 {
  font-size: 20px;
  font-weight: bold;
  text-decoration: underline;
}




/* ombre sous tous les cadres des modules*/
.card {
    box-shadow: 12px 4px 18px 0px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 12px 4px 18px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 12px 4px 18px 0px rgba(0, 0, 0, 0.35);
}

/* redimensionnement modules présents à droite */
.sidebar-right {
  width : 250px;
}



/* pour tous les articles - couleur de fond blanc*/
.site-grid{
      background: #fff;

}



/* dimensionnement de l'entête et de son logo */
.header {
  height: 225px;
}

div.grid-child img {
  max-height : 100%;
  width: auto;
}

.navbar-brand{
  height: 150px;
}



/* couleur de l'entête en dégradé */
.header {
    background: linear-gradient(90deg, rgba(255,255,255,0.5) 0%, rgba(0,178,186,1) 100%);
}


/* menu */
.metismenu.mod-menu {
    color: #495057;
    font-weight: bold;    
    font-size: 15px;
}
/*.navbar-collapse .show {
      background-color: #80D6DA;
}

.mm-collapse{
    background-color: #00b2ba;
}*/


.collapse.show{
      background-color: #80D6DA;
}






/* boutons */
.btn-primary {
  background: #00B2BA;
}


/* couleur du pied de page */
.footer {
      background: #00B2BA;
}

