/* css du body */
body, li, td > a {
  font-family: 'Source Sans Pro', sans-serif;
}

html, body {
  /* Couleur du fond de la page */
  background-color: #fff;
}
.bsbb {
  /*pour calculer plus facilement la taille des boites*/
  box-sizing: border-box;
}

/* css de l'entête */
/* Entête avec logo en haut à gauche */
/*body.frontpage-logo {
  background-image: url('../pics/custom_logo.png');
  background-repeat: no-repeat;
}*/
/* Ajout d'un second logo sur page description vacabulaire */
/*.service-en, .service-fr {
  display: inline-block;
  width: 465px;
  height: 50px;
  background-image: url('../pics/custom_logo.png');
  background-repeat: no-repeat;
  background-size: 289.5px 80px;
}*/
/* cacher le menu de navigation topbar*/
/*.topbar #navigation {
  display: none;
}*/

.topbar {
  /* Ajuster hauteur de l'entête */
  height: auto;
  margin-bottom: auto;
}


.header {
  max-width: 1240px;
  margin: 0 auto;
  height: 100px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 5px 10px 15px 10px;
}

.header img {
  max-height: 80px;
  /*align-self: center;*/
}

.header h1 {
  display: none;
}

#headerLine {
  width: 100%;
  height: 10px;
  background-color: #e3e3e3;
}

.instituteLinks {
  list-style-type: none;
  text-align: right;
  margin: 0;
}

.instituteLinks li {
  display: inline-block;
}

.instituteLinks a {
  color: #383838;
  font-size: 1.6rem;
}

.instituteLinks li:not(:last-child)::after {
  font-size: 1.6rem;
  content: " | ";
  color: #383838;
}

/* css du Bandeau de fond sur zone de recherche */
.headerbar {
  background-image: url("../pics/image-principale4.jpg");
  background-repeat: no-repeat;
}

.headerbar-coloured {
  background-color: transparent;
}

.header-left > h1 {
  background-color: transparent;
}

.picto-explorer > h1 {
  color: #ffffff;
  height: 50px;
  overflow: hidden;
  /*margin-left: 80px;*/
}

.picto-explorer > #picto-explorer {
  background-image: url("../pics/picto-explorer.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 50px;
  height: 40px;
  margin: 7px;
}

/*.picto-explorer > img {
  width: 50px;
  height: auto;
  margin: 7px;
}*/

.picto-explorer {
    display: flex;
}

/* Zone de recherche */
#search-all-button,
#lang-dropdown-toggle,
.multiselect,
.multiselect .dropdown-toggle,
.dropdown-toggle:hover,
.btn.dropdown-toggle:focus,
.open > .dropdown-toggle.btn-default, #send-feedback {
  background-color: #599c95;
}

/* Adapter la longueur de l'image du bandeau à celle du headerbar:
Au delà du viewport de taille 1520px, on limite la taille du headerbar à 1200px */
@media (min-width: 1520px) {
  .main-container, .headerbar, .topbar {
    width: 1200px;
  }
}

/* Ajustement pour texte du bouton recherche */
#search-all-button {
  width: auto;
}

/* Couleur de fond champ "Langue des données" */
.search-vocab-text {
  background-color: #56a29a;
}

/* Ajustement pour navigateur Chrome */
#search-all-button.disabled, #search-all-button[disabled], fieldset[disabled] #search-all-button, #search-all-button.disabled:hover, #search-all-button[disabled]:hover, fieldset[disabled] #search-all-button:hover, #search-all-button.disabled:focus, #search-all-button[disabled]:focus, fieldset[disabled] #search-all-button:focus, #search-all-button.disabled:active, #search-all-button[disabled]:active, fieldset[disabled] #search-all-button:active, #search-all-button.disabled.active, #search-all-button.active[disabled], fieldset[disabled] #search-all-button.active {
   background-color: #599c95;
   color: #FFFFFF;
}

/* Ajustement marges zone de recherche pour min-width >= 700px */
@media (min-width: 700px) {
  .frontpage-spacing > .header-float {
    margin: 5px 0px 19px 5px;
  }
}

/* css du Fil d'ariane (breadcrumbs) */
#breadcrumbs {
    margin-bottom: 15px;
    margin-top: 25px;
    padding-left: 10px;
    background-color: #f5f5f5;
    max-width: 1200px;
}

#breadcrumbs a {
    color: #383838;
    font-size: 1.6rem;
}

.breads {
     color: #383838;
    font-style: italic;
    font-size: 1.6rem;
}

#language {
  height: auto;
  line-height: normal;
}

#navi4 {
  height: auto;
  line-height: normal;
  float: right;
}


/* Zone vocabulary-list */
.topbar a.navigation-font, .topbar span {
  color: #834F00;
}

.welcome-box, .right-box, #vocabulary-list {
  border: 3px solid #92bac5;
  border-radius: 10px;
}

a, a.versal, .jstree-node > .jstree-anchor {
  color: #004983;
}

/* logo pour l'entête de la zone vocabulary-list */
/*.logo-header {
  background-image: url('../pics/custom_logo.png');
  width: 85px;
  height: 85px;
  margin-bottom: 10px;
}*/


/* css du footer*/
#footerLine {
  height: 10px;
  background-color: #e3e3e3;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 15px;
}

footer {
  max-width: 1240px;
  margin: 0 auto;
}

footer ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 330px;
}

footer ul li a, footer ul li a:visited, footer ul li a:focus, footer ul li a:hover {
  color: #696969;
  font-size: 1.6rem;
  text-decoration: none;
  line-height: 70px;
  text-transform: uppercase;
}

footer ul li img {
  margin-top: 10px;
  margin-left: 20px;
}

footer ul li:not(:nth-last-child(-n+2))::after {
  font-size: 1.6rem;
  content: " | ";
  color: #696969;
}

.alert-notice {
  background-color: #fff;
  border: 2px solid #ed0d6c;
}

.alert-notice > h2 {
  color: #474b4f;
}

/* css des fonts google 'Source Sans Pro' */
/* cyrillic-ext */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(../fonts/woff/SourceSansPro-Regular-cyrillic-ext.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(../fonts/woff/SourceSansPro-Regular-cyrillic.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(../fonts/woff/SourceSansPro-Regular-greek-ext.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(../fonts/woff/SourceSansPro-Regular-greek.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(../fonts/woff/SourceSansPro-Regular-vietnamese.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(../fonts/woff/SourceSansPro-Regular-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(../fonts/woff/SourceSansPro-Regular-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
