/* ------------------------------------ *\
  CONTENTS
\* ------------------------------------ */

/**
*
* CONTENT
* MAIN CONTENT
* TOOLBAR
* SEARCH
* BREADCRUMB
* FOOTER
* FOCUS
*
*/

/* ------------------------------------ *\
  ==MAIN CONTENT
\* ------------------------------------ */
@media only screen and (min-width: 1000px) {
  #main {
    min-height: 40rem;
  }
}

@media only screen and (min-width: 640px) and (max-width: 1000px) {
  #main {
    min-height: 30rem;
  }
}

/* ------------------------------------ *\
  ==TOOLBAR
\* ------------------------------------ */

.region-toolbar {
  background-color: #246d9a;
}

.url-pattern--intramu .region-toolbar {
  background-color: #538995;
}

/* ------------------------------------ *\
  ==SEARCH
\* ------------------------------------ */

.search {
  margin-bottom: 2rem;
  background: #687885;
}

/* ------------------------------------ *\
  ==BREADCRUMB
\* ------------------------------------ */
.breadcrumb {
  margin-bottom: 0;
  padding: 0;
  background-color: #f4f4f4;
}

.breadcrumb .cell.intramu {
  background-color: #f6f6f6;
}

.breadcrumb .cell.intramu .grid-container > div > * {
  display: flex;
  flex-basis: 100%;
  justify-content: center;
}

/* ------------------------------------ *\
  ==CARROUSEL
\* ------------------------------------ */

.block-blockcarrousel {
  margin: 0 auto 3.5rem;
}

/* ------------------------------------ *\
    ==CONTENT
\* ------------------------------------ */

/* Cache le contenu de la page actualité www|intramu|fr|en */
.node-25 .block-amu-www-content,
.node-999 .block-amu-www-content,
.node-1749 .block-amu-www-content {
  display: none;
}

.grid-container {
  max-width: 90rem;
}

.path-frontpage .content {
  margin-top: 0;
}

.content {
  margin-top: 20px;
}

/* ------------------------------------ *\
  ==PICTOS
\* ------------------------------------ */

.path-frontpage .block-pictoswww,
.path-frontpage .block-pictosintramu {
  margin-top: 20px;
}

/* ------------------------------------ *\
  ==FOOTER
\* ------------------------------------ */

.bottom_navigation {
  background: #f4f4f4;
}

.url-pattern--intramu .bottom_navigation a {
  color: #5398a9;
}

.footer {
  background: #00558a;
}

.url-pattern--intramu .footer {
  background: #5398a9;
}
