/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/

  .table-bordered > thead > tr > th {
    border: 1px solid #dadada;
  }
  .table-bordered > thead > tr > td {
    border: 1px solid #dadada;
  }
  
  /* ajout thème URCA */
/* ======== Correction fond gris Vanilla ======== */

/* Header et zones supérieures */
header.top-container,
.outerframe,
.top-container,
.survey-wrapper,
.ls-main-body
},
body {
  background-color: #ffffff !important;   /* fond blanc partout */
  background-image: none !important;      /* pas d’image grise */
  box-shadow: none !important;            /* supprime les ombres grises */
  border: none !important;
}

/* Le header intérieur */
.header-inner {
  background-color: #ffffff !important;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 20px;
  margin: 0 auto;
  max-width: 1200px;
}

/* Le logo */
.survey-logo {
 /* height: px;
  width: auto;
  object-fit: contain;
  display: block;/*
   width: 100%;          /* prend toute la largeur disponible */
  height: auto;         /* conserve les proportions originales */
  max-height: 250px;    /* limite la hauteur si l’image est trop grande */
  object-fit: contain;  /* ne rogne pas l’image */
  display: block;
  margin: 0 auto;       /* centrée horizontalement */
}

/* Supprime la barre grise supérieure (si Vanilla ajoute une navbar) */
.navbar,
.navbar-default,
.navbar-fixed-top {
  background-color: #ffffff !important;
  background-image: none !important;
  border: none !important;
  box-shadow: none !important;
}

.logo-container > img,
.survey-logo {
  max-height: none !important;  /* supprime la limite à 90px */
  height: auto !important;      /* garde les proportions de l’image */
  width: 100% !important;       /* s’étend sur toute la largeur */
  padding: 0 !important;        /* enlève les marges autour */
  object-fit: contain;          /* ne rogne pas */
  display: block;
  background-color: #ffffff;    /* fond blanc sous l’image */
}
