@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

body {
  background: #fff;
  color: #484848;
  font: normal 112.5%/1.5 "corbel", Arial, "Helvetica Neue", Helvetica, "Bitstream Vera Sans", sans-serif;
  overflow-x: hidden;
  margin: 0 auto;
  position: relative;
  -webkit-backface-visibility: hidden;
}

::-moz-selection {
  color: #fff;
}

::-webkit-selection {
  color: #fff;
}

::selection {
  color: #fff;
}

abbr {
  border-bottom: 1px dotted;
  cursor: help;
}

dfn {
  font-style: italic;
}

img,
embed {
  max-width: 100%;
}

h1, .h1,
h2, .h2,
h3, .h3, #encadres [class*="encadre__titre"],
h4, .h4,
h5, .h5,
h6, .h6 {
  color: #000;
  display: block;
  margin: 0 0 .25em;
}

h1,
.h1 {
  font: 400 1.872em/1.2 "montserratlight", Cambria, georgia, times, "times new roman", serif;
  margin: 0 0 1.284em;
}

h2,
.h2 {
  font: 400 1.333em/1.2 "Montserrat", Cambria, georgia, times, "times new roman", serif;
  margin-bottom: 0;
  padding-bottom: 1.917em;
  position: relative;
}
h2::after,
.h2::after {
  bottom: 0.875em;
  content: "";
  height: 0.292em;
  left: 0;
  position: absolute;
  width: 5em;
}

h3,
.h3,
#encadres [class*="encadre__titre"] {
  font: 400 1.25em/1 "Montserrat", Cambria, georgia, times, "times new roman", serif;
}

h4,
.h4 {
  font: 400 1em "Montserrat", Cambria, georgia, times, "times new roman", serif;
}

h5,
.h5 {
  font: 400 1em "Montserrat", Cambria, georgia, times, "times new roman", serif;
  font-style: italic;
}

h6,
.h6 {
  font: 400 1em "Montserrat", Cambria, georgia, times, "times new roman", serif;
}

sup {
  font-size: 75%;
  vertical-align: super;
}

p {
  margin: 0 0 1.5em;
}
p:last-child {
  margin-bottom: 0;
}

code {
  font-family: monospace;
  font-size: 1em;
}

ul,
ol {
  margin: 0 0 1.5em;
  padding: 0 0 0 1.5em;
}

ul {
  list-style: none;
  overflow: hidden;
}
ul li::before {
  content: "\BB";
  font-family: Verdana, "corbel", Arial, "Helvetica Neue", Helvetica, "Bitstream Vera Sans", sans-serif;
  position: relative;
  top: 2px;
  font-size: 1.3em;
  padding-right: 0.5em;
}
ul ul {
  list-style: none;
}

ol {
  list-style: decimal;
  overflow: hidden;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 0 1.5em .5em;
}

q {
  font-style: normal;
}

input[type="submit"],
input[type="reset"],
input[type="button"] {
  cursor: pointer;
}

b,
strong,
caption,
legend {
  font-weight: 700;
}

em {
  font-style: italic;
}

cite {
  font-style: italic;
}

pre {
  background: #f5f5f5;
  margin: 0 0 1.5em;
  overflow-x: scroll;
  padding: 1em 0;
}

a, .a {
  background: transparent;
  text-decoration: none;
}
a:focus, .a:focus {
  color: #000;
  text-decoration: none;
}
a:hover, .a:hover {
  color: #000 !important;
  text-decoration: none;
}
a:hover > .icon, a:hover span, a:hover h3, .a:hover > .icon, .a:hover span, .a:hover h3 {
  color: #000 !important;
}

a img,
a:link img,
a:visited img {
  vertical-align: middle;
}

.style_bouton {
  padding: 0;
}

.style_bouton .lien_externe,
.style_bouton .lien_interne {
  color: #fff;
  border-radius: 6px;
  padding: .5em 2em;
  cursor: pointer;
}

.lien_externe .style_bouton,
.lien_interne .style_bouton {
  color: #fff;
  border-radius: 6px;
  padding: .5em 2em;
}

.style_bouton .lien_externe:hover,
.style_bouton .lien_interne:hover {
  color: #fff !important;
}

.lien_externe:hover .style_bouton,
.lien_interne:hover .style_bouton {
  color: #fff !important;
}

acronym {
  cursor: help;
}

blockquote {
  margin: 4.5em 0;
  padding: 0 2em;
  position: relative;
}
blockquote:before {
  color: #b6b6b6;
  content: "\00AB";
  font-size: 4em;
  font-style: italic;
  left: 0;
  position: absolute;
  top: -90px;
}
blockquote:after {
  color: #b6b6b6;
  content: "\00BB";
  font-size: 4em;
  font-style: italic;
  position: absolute;
  right: 0;
}

iframe {
  max-width: 100%;
}

th {
  border: 2px solid #999;
  font-weight: 700;
  padding: .5em;
  text-align: left;
  vertical-align: top;
}

td {
  border: 2px solid #ddd;
  padding: .5em;
  vertical-align: top;
}

fieldset,
.fieldset {
  background: #f8fafa;
  margin-bottom: 1rem;
  padding: 3rem 1rem 1rem;
}
fieldset legend,
fieldset .legend,
.fieldset legend,
.fieldset .legend {
  position: relative;
  top: 1.5rem;
}

label,
.label {
  cursor: pointer;
  font-weight: 700;
}

select,
textarea,
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="password"],
input[type="text"],
input[type="email"],
input[readonly],
button,
.button,
.js .plier-deplier__bouton,
.toggle-topics,
.search__button,
.topic__see-more,
.topic__see-less {
  box-sizing: border-box;
  border: 2px solid #b5b5b5;
  font: 500 1em "corbel", Arial, "Helvetica Neue", Helvetica, "Bitstream Vera Sans", sans-serif;
  max-width: 100%;
  padding: .25em;
  text-decoration: none;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
.submit,
.reset,
.button,
.js .plier-deplier__bouton,
button,
.toggle-topics,
.search__button,
.topic__see-more,
.topic__see-less,
.search-homesection__button-submit {
  border: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
}

input[type="checkbox"],
input[type="radio"] {
  vertical-align: baseline;
}

button,
.button,
.js .plier-deplier__bouton,
.toggle-topics,
.search__button,
.topic__see-more,
.topic__see-less {
  border: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
}

input[type="button"],
.button,
.js .plier-deplier__bouton,
.button:hover,
.js .plier-deplier__bouton:hover,
.toggle-topics,
.search__button,
.topic__see-more,
.topic__see-less {
  cursor: pointer;
}

input[readonly],
.readonly {
  background: #eee;
  color: inherit;
}
input[readonly]:focus, input[readonly]:active,
.readonly:focus,
.readonly:active {
  border-color: #999;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

img, a img {
  border-style: solid;
  border-color: #000000;
  border-width: 0;
}

.couleur-primaire-secondaire .style_bouton .lien_externe:hover,
.couleur-primaire-secondaire .style_bouton .lien_interne:hover {
  background-color: #ffffff !important;
}

#acces_direct {
  display: block;
  text-align: center;
}

.js #acces_direct {
  display: none;
}

#bandeau_outils {
  *zoom: 1;
  background: #ecf0f1;
  border-bottom: 1px solid #d9d6ca;
  border-top: 1px solid #d9d6ca;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  position: relative;
}
#bandeau_outils:after {
  content: "";
  display: table;
  clear: both;
}
.no-js #bandeau_outils {
  height: auto;
  text-align: right;
}
#bandeau_outils > div {
  margin: 0 auto;
  max-width: 62.889em;
  position: relative;
}
#bandeau_outils > div > p {
  font-size: 1.25em;
}
#bandeau_outils > div > div {
  padding: 0.4em 0.5em 0.5em;
  vertical-align: top;
}
#bandeau_outils > div > div .plier-deplier__bouton {
  background: transparent;
}

.js #bandeau_outils {
  text-align: right;
}

#page {
  display: block;
  margin: 0 auto;
  max-width: 62.889em;
  width: 100%;
}

.bandeau_formation {
  display: none;
}

#bandeau_wrapper {
  height: 12.944em;
  margin: 1.500em 0 2.222em 0;
}
#bandeau_wrapper #bandeau {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 12.944em;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
}

#no_bandeau_wrapper {
  margin: 1.500em 0 2.222em 0;
}

#bandeau_outils #recherche-simple {
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1000;
}
#bandeau_outils #recherche-simple .plier-deplier__bouton {
  padding: 0 0.25em;
}
#bandeau_outils #recherche-simple .plier-deplier__bouton .icon {
  color: #fff;
  font-family: "icomoon";
  font-size: 1.8em;
  line-height: 1.5em;
  margin: 0;
  padding: 0 0.2em;
}
#bandeau_outils #recherche-simple .icon-libelle {
  display: none;
}

.js #recherche-simple {
  float: right;
}
.js #recherche-simple label {
  display: none;
}
.js #recherche-simple input[type="text"] {
  margin: 0 0 .5em;
}
.js #recherche-simple .plier-deplier__bouton {
  display: inline-block;
}
.js #recherche-simple .plier-deplier__contenu {
  left: auto;
  right: 0;
  text-align: center;
}

#connexion {
  margin: 0 auto;
  max-width: 62.889em;
}
#connexion ul {
  list-style: none;
  padding: 0;
}

.js #connexion .plier-deplier__contenu {
  min-width: 20em;
}

#acces-directs {
  display: inline-block;
  line-height: 2.1em;
  margin: 0;
}
#acces-directs ul {
  list-style: none;
  padding: 0;
}
#acces-directs > .plier-deplier {
  font-size: 0.778em;
  line-height: 2.75em;
  padding: 0;
  position: static;
}
#acces-directs > .plier-deplier .icon-libelle {
  font-family: "Montserrat", Cambria, georgia, times, "times new roman", serif;
  text-transform: uppercase;
}
#acces-directs > .plier-deplier > .plier-deplier__bouton {
  border-bottom: 1px solid #d9d6ca;
  border-left: 1px solid #ecf0f1;
  border-right: 1px solid #ecf0f1;
  border-top: 1px solid #d9d6ca;
  height: 3.2em;
  font-size: 87.5%;
  padding: 0 0.4em;
  background-color: #ffffff;
}
@media screen and (min-width: 67.5em) {
  #acces-directs > .plier-deplier > .plier-deplier__bouton {
    font-size: 100%;
    height: 2.857em;
  }
}
#acces-directs > .plier-deplier > .plier-deplier__bouton[aria-expanded=true] {
  background: #fff;
  border-left: 1px solid #d9d6ca;
  border-right: 1px solid #d9d6ca;
  color: #484848;
  outline: none;
}
#acces-directs > .plier-deplier > .plier-deplier__bouton[aria-expanded=true] > span {
  color: #484848 !important;
}
#acces-directs > .plier-deplier > .plier-deplier__bouton::after {
  content: "\25bc";
  display: inline-block;
  font-size: 0.85em;
  padding: 0 0 0 1em;
}
#acces-directs > .plier-deplier > .plier-deplier__bouton:hover {
  color: #484848 !important;
}
#acces-directs > .plier-deplier > .plier-deplier__contenu {
  background: #fff;
  border-bottom: 1px solid #d9d6ca;
  border-left: 1px solid #d9d6ca;
  border-right: 1px solid #d9d6ca;
  left: 0;
  margin-top: 0;
  right: 0;
}
#acces-directs > .plier-deplier > .plier-deplier__contenu .colonne {
  box-sizing: border-box;
}
#acces-directs > .plier-deplier > .plier-deplier__contenu .colonne.has_colonne {
  width: 50%;
}
#acces-directs > .plier-deplier > .plier-deplier__contenu .colonne .type_rubrique_n2 {
  font-size: 1.143em;
}
#acces-directs > .plier-deplier > .plier-deplier__contenu .colonne .type_rubrique_n2::before {
  font-size: 1.6em;
  padding-right: 0.2em;
}
#acces-directs > .plier-deplier > .plier-deplier__contenu .colonne .type_rubrique_n2 span {
  font-family: "Montserrat", Cambria, georgia, times, "times new roman", serif;
}
#acces-directs > .plier-deplier > .plier-deplier__contenu .colonne .type_rubrique_n2 ul {
  margin-bottom: 0;
}
#acces-directs > .plier-deplier > .plier-deplier__contenu .colonne .type_rubrique_n2 ul .type_rubrique_n3 {
  font-family: "montserratlight", Cambria, georgia, times, "times new roman", serif;
  line-height: 1.5em;
  padding: 0 0 0.2em 3.250em;
}
#acces-directs > .plier-deplier > .plier-deplier__contenu .colonne .type_rubrique_n2 ul .type_rubrique_n3::before {
  display: none;
}
#acces-directs > .plier-deplier > .plier-deplier__contenu .colonne .type_rubrique_n2 ul .type_rubrique_n3 a:hover {
  color: #000;
}

#connexion .plier-deplier__bouton,
#acces-directs .plier-deplier__bouton,
#versions .plier-deplier__bouton,
#profil_uvsq .plier-deplier__bouton,
#recherche-simple .plier-deplier__bouton {
  border: 0;
}
#connexion .plier-deplier__bouton, #connexion .plier-deplier__bouton span, #connexion .direct-link,
#acces-directs .plier-deplier__bouton,
#acces-directs .plier-deplier__bouton span,
#acces-directs .direct-link,
#versions .plier-deplier__bouton,
#versions .plier-deplier__bouton span,
#versions .direct-link,
#profil_uvsq .plier-deplier__bouton,
#profil_uvsq .plier-deplier__bouton span,
#profil_uvsq .direct-link,
#recherche-simple .plier-deplier__bouton,
#recherche-simple .plier-deplier__bouton span,
#recherche-simple .direct-link {
  font-family: "Montserrat", Cambria, georgia, times, "times new roman", serif;
  font-weight: normal;
  text-transform: uppercase;
}

#connexion .plier-deplier__contenu,
#acces-directs .plier-deplier__contenu,
#versions .plier-deplier__contenu,
#profil_uvsq .plier-deplier__contenu,
#recherche-simple .plier-deplier__contenu {
  background: #fff;
  min-width: initial;
  padding: 1em;
}

#body #versions, #body #profil_uvsq, #body #recherche-simple {
  box-sizing: border-box;
  font-size: 0.778em;
  height: 2.74em;
}
#body #versions .plier-deplier__contenu, #body #profil_uvsq .plier-deplier__contenu, #body #recherche-simple .plier-deplier__contenu {
  border: 1px solid #d9d6ca;
  left: 0;
  right: -15em;
  text-align: left;
  top: 2.74em;
}
#body #versions .plier-deplier__contenu ul, #body #profil_uvsq .plier-deplier__contenu ul, #body #recherche-simple .plier-deplier__contenu ul {
  margin: 0;
  padding: 0;
}
#body #recherche-simple .plier-deplier__contenu {
  left: -15em;
  right: 0;
}

.no-js #body #versions, .no-js #body #profil_uvsq, .no-js #body #recherche-simple {
  height: auto;
}

.acces-direct__intranet {
  position: relative;
  left: 8em;
  display: flex;
  align-items: center;
  padding-top: 0.3em;
}

.acces-direct__intranet_link {
  display: flex;
  align-items: center;
  font-size: .8em;
  font-weight: bold;
  text-transform: uppercase;
  color: #60133b;
  margin-left: 0.5em;
}
.acces-direct__intranet_link img {
  margin-right: .3em;
  margin-left: .5em;
  padding-bottom: 0.2em;
}
.acces-direct__intranet_link:visited, .acces-direct__intranet_link:focus {
  color: #60133b;
}

#versions {
  display: inline-block;
  font-size: 0.889em;
}
#versions ul {
  padding-top: 0.2em;
}
#versions ul li {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  z-index: 1000;
}
#versions ul li::before {
  display: none;
}
#versions ul li::after {
  content: "|";
}
#versions ul li:last-child::after {
  display: none;
}
#versions ul li a {
  color: #000000;
  background: transparent;
}

#bandeau_outils .font-size {
  display: none;
}
#bandeau_outils #profil_uvsq {
  display: inline-block;
  padding: 0 0 0.2em;
  position: relative;
  z-index: 1000;
}
#bandeau_outils #profil_uvsq .plier-deplier__bouton, #bandeau_outils #profil_uvsq .direct-link {
  display: block;
}
#bandeau_outils #profil_uvsq .plier-deplier__bouton img, #bandeau_outils #profil_uvsq .direct-link img {
  margin-right: 0.5em;
  position: relative;
  top: 0.25em;
}
#bandeau_outils #profil_uvsq a.plier-deplier__bouton, #bandeau_outils #profil_uvsq .direct-link {
  padding-top: 0.5em;
}
#bandeau_outils #profil_uvsq a.plier-deplier__bouton img, #bandeau_outils #profil_uvsq .direct-link img {
  top: -0.25em;
}
#bandeau_outils #profil_uvsq button.plier-deplier__bouton img {
  float: left;
}
#bandeau_outils #profil_uvsq button.plier-deplier__bouton span {
  background-color: transparent;
  background-position: 0 center;
  background-repeat: no-repeat;
  display: inline-block;
  padding-left: 1em;
  padding-top: 0.23em;
}
#bandeau_outils #profil_uvsq button.plier-deplier__bouton span.has_bg {
  padding-left: 2em;
}
#bandeau_outils #profil_uvsq button.plier-deplier__bouton::after {
  content: "\25bc";
  display: inline-block;
  font-size: 0.7em;
  padding: 0 0 0 1em;
}
#bandeau_outils #profil_uvsq li > a, #bandeau_outils #profil_uvsq li > span {
  font-size: 1.143em;
}

#menu {
  box-sizing: border-box;
  color: #fff;
  height: 2.500em;
}
@media screen and (min-width: 61.25em) {
  #menu {
    margin: 0;
    position: relative;
    width: auto;
    z-index: 10;
  }
}
#menu.plier-deplier__contenu--clos {
  display: block;
}

#menu-principal-bouton {
  display: none;
}

#menu_principal {
  list-style: none;
  overflow: visible;
  padding: 0;
}
#menu_principal ul {
  padding: 0;
}
#menu_principal ul li {
  display: inline;
  padding: 0;
}
#menu_principal ul a, #menu_principal ul span {
  display: block;
  text-decoration: none;
}
#menu_principal ul a:hover {
  color: #484848 !important;
}
#menu_principal em {
  font-style: normal;
}
#menu_principal button {
  font-family: "Montserrat", Cambria, georgia, times, "times new roman", serif;
  line-height: 3em;
  margin: 0;
}
#menu_principal > li > a,
#menu_principal > li > em a,
#menu_principal > li > button,
#menu_principal > li > em button {
  background-color: transparent;
  color: #fff;
  display: block;
  padding: 0 1.1em;
  text-decoration: none;
}

@media screen and (min-width: 61.25em) {
  #menu_principal {
    margin: 0 auto;
    max-width: 62.889em;
  }
  #menu_principal > li {
    position: relative;
  }

  .no-js #menu_principal li:hover ul {
    display: block;
  }

  .js #menu_principal > li ul.plier-deplier__contenu--ouvert {
    display: block;
  }
}
#page_deco {
  margin: 0 auto;
  padding: 0 0 1em;
}
#page_deco:before, #page_deco:after {
  content: "";
  display: table;
}
#page_deco:after {
  clear: both;
}

#navigation > h2 {
  display: block;
}
@media screen and (min-width: 42.66667em) {
  #navigation {
    float: left;
    width: 25%;
    margin-left: 0%;
    margin-right: -25%;
    padding-left: 0.5em;
    padding-right: 0.5em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  #navigation > h2 {
    display: none;
  }
}

#services select {
  width: 80%;
}

#menu_secondaire {
  background: #ebebeb;
  list-style: none;
  margin: 0 0 1em;
  padding: 1em;
}
#menu_secondaire > li {
  border-bottom: 2px dotted #fff;
  padding: .25em 0;
}
#menu_secondaire > li:last-child {
  border: 0;
  padding-bottom: 0;
}
#menu_secondaire ul {
  list-style: circle outside none;
  margin: 0;
}
#menu_secondaire a {
  text-decoration: none;
}
#menu_secondaire a:hover {
  text-decoration: underline;
}
#menu_secondaire .menu_secondaire-actif {
  font-weight: 700;
}
#menu_secondaire .sousmenu_secondaire-actif {
  font-weight: 700;
}

.contenu {
  margin-top: -1.15em;
  padding-top: 2.222em;
  position: relative;
}

#fil_ariane, .actions-fiche {
  box-sizing: border-box;
  font-size: 0.833em;
  line-height: 1.2em;
  position: absolute;
  top: -0.6em;
}

#fil_ariane {
  left: 0.5em;
  max-width: 100%;
  padding-right: 1em;
}
#fil_ariane::before {
  content: "\e600";
  font-family: "icomoon";
  margin-left: 0.5em;
}
#fil_ariane a {
  color: #484848;
  vertical-align: 0.1em;
}
#fil_ariane a::before {
  content: ">";
  display: inline-block;
  font-size: 0.8em;
  padding: 0 0.4em;
}
#fil_ariane > span {
  display: inline-block;
  text-indent: -1000em;
  width: 1px;
}

@media screen and (min-width: 42.66667em) {
  .contenu {
    min-height: 15em;
  }

  #avec_nav_avec_encadres,
  #avec_nav_sans_encadres {
    float: left;
    width: 75%;
    margin-left: 25%;
    margin-right: -100%;
    padding-left: 0.5em;
    padding-right: 0.5em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }

  #sans_nav_avec_encadres {
    float: left;
    width: 66.66667%;
    margin-left: 0%;
    margin-right: -66.66667%;
    padding-left: 0.5em;
    padding-right: 0.5em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  #sans_nav_avec_encadres + #encadres {
    clear: none;
    float: left;
    width: 33.33333%;
    margin-left: 66.66667%;
    margin-right: -100%;
    padding-left: 0.5em;
    padding-right: 0.5em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
}
@media screen and (min-width: 61.25em) {
  #avec_nav_avec_encadres {
    float: left;
    width: 41.66667%;
    margin-left: 25%;
    margin-right: -66.66667%;
    padding-left: 0.5em;
    padding-right: 0.5em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }

  #avec_nav_sans_encadres {
    float: left;
    width: 75%;
    margin-left: 25%;
    margin-right: -100%;
    padding-left: 0.5em;
    padding-right: 0.5em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }

  #sans_nav_avec_encadres {
    float: left;
    width: 66.66667%;
    margin-left: 0%;
    margin-right: -66.66667%;
    padding-left: 0.5em;
    padding-right: 0.5em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }

  #sans_nav_sans_encadres {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 0.5em;
    padding-right: 0.5em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
}
@media screen and (min-width: 61.25em) {
  #redacteur-date-impression {
    clear: both;
    float: left;
    width: 66.66667%;
    margin-left: 0%;
    margin-right: -66.66667%;
    padding-left: 0.5em;
    padding-right: 0.5em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
}
@media screen and (min-width: 42.66667em) {
  [class^="ligne"] {
    clear: left;
    margin: 0 0 1.5em;
    padding: 0;
  }

  [class^="colonne"] {
    float: left;
  }
  [class^="colonne"]:first-child .colonne_deco {
    border: 0;
    padding-left: 0;
  }
  [class^="colonne"]:last-child .colonne_deco {
    margin-right: 0;
  }

  .colonne_deco {
    border-left: 1px solid #ddd;
    float: none;
    margin-right: 1em;
    padding: 0 0 0 1em;
  }
}
.js #pied_outils {
  height: 2.222em;
  left: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.js #pied_outils > div {
  margin: 0 auto;
  max-width: 62.889em;
  position: relative;
  width: 100%;
}
.js #pied_outils > div > p {
  margin: 0;
}
.js #pied_outils .acces-rapide {
  display: flex;
  align-items: center;
}

.js #haut_page a {
  text-decoration: none;
}
.js #haut_page a:focus {
  background: none;
}

@media screen and (min-width: 42.66667em) {
  #contenu-encadres {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 0.5em;
    padding-right: 0.5em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    padding: 0;
  }
}
@media screen and (min-width: 50em) {
  #body .contenu[id$="avec_encadres"] {
    padding-right: 1.5em;
  }
}
@media screen and (min-width: 42.66667em) {
  #encadres {
    clear: both;
    float: left;
    width: 75%;
    margin-left: 25%;
    margin-right: -100%;
    padding-left: 0.5em;
    padding-right: 0.5em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
}
@media screen and (min-width: 61.25em) {
  #encadres {
    clear: none;
    float: left;
    width: 33.33333%;
    margin-left: 66.66667%;
    margin-right: -100%;
    padding-left: 0.5em;
    padding-right: 0.5em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
}

.actions-fiche {
  background: none;
  font-size: 0.867em;
  list-style: none;
  max-width: 50%;
  padding-left: 0;
  right: 0;
}
.actions-fiche li {
  margin-right: 0;
}
.actions-fiche li::before {
  display: none;
}
.actions-fiche li a, .actions-fiche li button {
  color: #484848;
  padding: 0 0.16em;
}
.actions-fiche li a .icon, .actions-fiche li button .icon {
  color: #484848;
  margin: 0;
  padding: 0;
}
.actions-fiche .actions-fiche-libelle {
  bottom: 0.2em;
  font-family: "montserratlight", Cambria, georgia, times, "times new roman", serif;
  font-size: 0.835em;
  position: relative;
}
.actions-fiche .actions-fiche__separateur {
  border-right: 1px solid #484848;
  margin: 0 0.3em;
  padding: 0.5em 0;
}
[id$=avec_encadres] .actions-fiche {
  right: -50%;
}
@media screen and (min-width: 42.66667em) {
  .actions-fiche {
    margin: 0;
  }
}
.actions-fiche > * {
  display: inline-block;
  margin-right: .5em;
}
.actions-fiche > * a {
  text-decoration: none;
}
.actions-fiche > * a:focus, .actions-fiche > * a:active {
  background: none;
}
.actions-fiche button {
  background: transparent !important;
  border: 0;
  font-weight: 500;
  padding: 0;
}
.actions-fiche button:focus, .actions-fiche button:active {
  background: none;
}
.actions-fiche .actions-fiche__item div {
  background: #ded2c8;
  min-width: 14rem;
}
.actions-fiche .actions-fiche__item ul {
  margin: 0;
  min-width: 0;
  padding: .25em;
  text-align: center;
  width: 100%;
}
.actions-fiche .actions-fiche__item ul li {
  font-size: 1.125em;
}
.actions-fiche .actions-fiche__item .icon {
  margin: 0;
}
.actions-fiche .actions-fiche__libelle {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute !important;
}
.actions-fiche .partage-reseauxsociaux__item--x a .icon-twitter-x {
  background-color: #484848;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' width='50px' height='50px'%3E%3Cpath fill='%23484848' d='M 6.9199219 6 L 21.136719 26.726562 L 6.2285156 44 L 9.40625 44 L 22.544922 28.777344 L 32.986328 44 L 43 44 L 28.123047 22.3125 L 42.203125 6 L 39.027344 6 L 26.716797 20.261719 L 16.933594 6 L 6.9199219 6 z'/%3E%3C/svg%3E");
  mask-position: center 2px;
  mask-repeat: no-repeat;
  mask-size: 100%;
  display: inline-block;
  height: 18px;
  width: 18px;
}
.actions-fiche .partage-reseauxsociaux__item--x a:hover .icon-twitter-x {
  background-color: #000000;
}

.js .actions-fiche .plier-deplier__bouton {
  border: 0;
  padding: 0;
}
.js .actions-fiche .plier-deplier__contenu {
  text-align: center;
  width: 14rem;
}
.js .actions-fiche .plier-deplier__contenu.partage-reseauxsociaux {
  left: auto;
  right: 0;
}
@media screen and (min-width: 42.66667em) {
  .js .actions-fiche .plier-deplier__contenu.partage-reseauxsociaux {
    right: -.5em;
  }
}
.js .actions-fiche .plier-deplier__contenu li {
  display: inline-block;
  margin: 0 0 0 .5em;
}
.js .actions-fiche .plier-deplier__contenu li:first-child {
  margin: 0;
}

@media screen and (min-width: 42.66667em) {
  #pied_page #pied_geant {
    position: relative;
    width: 100%;
    clear: both;
    max-width: 62.889em;
    margin: 0 auto;
    padding: .5em 0 5.556em 0;
  }
  #pied_page #pied_geant li::before {
    display: none;
  }
  #pied_page #pied_geant > li {
    display: inline-block;
    float: left;
    width: 25%;
  }
  #pied_page #pied_geant > li > span {
    color: #fff;
    font-weight: bold;
    font-family: "Montserrat", Cambria, georgia, times, "times new roman", serif;
    text-transform: uppercase;
  }
  #pied_page #pied_geant > li ul {
    margin: 0;
    padding: 0.5em 0 0 0;
  }
  #pied_page #pied_geant > li ul li {
    font-size: 0.944em;
    line-height: 1.4em;
  }
  #pied_page #pied_geant > li ul li span, #pied_page #pied_geant > li ul li a {
    color: #fff;
  }
  #pied_page #pied_geant > li ul li a:hover {
    filter: contrast(0.01);
  }
  #pied_page #pied_geant .logo-footer {
    display: flex;
    align-items: center;
  }

  #pied_page_complement {
    padding: 0;
    background: #fff;
  }
  #pied_page_complement .pied_page_complement__contenu {
    display: block;
    width: 100%;
    margin: 0 auto;
    max-width: 62.889em;
  }
  #pied_page_complement .pied_page_complement__contenu ul {
    font-size: 0.889em;
    margin: 0.3em 0;
    padding: 0;
    text-align: right;
  }
  #pied_page_complement .pied_page_complement__contenu ul li {
    display: inline-block;
    padding: 0 0.5em;
  }
  #pied_page_complement .pied_page_complement__contenu ul li::before {
    display: none;
  }
  #pied_page_complement .pied_page_complement__contenu ul li.adresse {
    float: left;
    max-width: 48%;
    padding: 0;
    text-align: left;
  }
  #pied_page_complement .pied_page_complement__contenu ul li:last-child {
    padding-right: 0;
  }

  .js #haut_page {
    bottom: 0.5em;
    display: inline-block;
    font-size: 1.5em;
    left: 0.5em;
    min-height: 2.5em;
    min-width: 2.5em;
    opacity: 0;
    position: fixed;
  }
  .js #haut_page .icon {
    margin: 0;
    vertical-align: text-bottom;
  }

  #menu_pied_page {
    color: #ccc;
    list-style: none;
    padding: 0;
    text-align: center;
  }
  #menu_pied_page li {
    border-left: 1px solid;
    display: inline;
    margin: 0 1em 0 0;
    padding: 0 0 0 1em;
  }
  #menu_pied_page li:first-child {
    border-left: 0;
    padding: 0;
  }
}
#pied_page {
  background-color: #999;
}

#pied_page.pied-page__site-principal {
  background-color: #69043c;
}
#pied_page.pied-page__site-principal #pied_geant {
  padding-left: .5em;
}
#pied_page.pied-page__site-principal #pied_geant li img {
  margin-left: 2rem;
}
#pied_page.pied-page__site-principal #pied_geant > li {
  min-height: 280px;
}
#pied_page.pied-page__site-principal #pied_geant > li ul li a:hover {
  filter: contrast(0.01);
}
#pied_page.pied-page__site-principal .icon {
  color: #000;
  background-color: #fff;
  border-radius: 50%;
  border: solid 4px #FFF;
}

.url-fiche {
  display: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

a.evitement {
  display: inline-block;
  color: #555;
  background: #fff;
  padding: .5em;
  position: absolute;
  top: -100px;
  z-index: 100000;
  transition: top .5s ease-out;
}
a.evitement:focus {
  top: 0;
  transition: top 0s;
}

#msg-alerte,
#msg-erreur,
#msg-confirmation,
[id*="msg"] {
  border: 2px solid;
  float: none;
  font-weight: 700;
  padding: 0.5em;
  width: auto;
}

#msg-alerte {
  color: #ffb622;
}

#msg-erreur {
  color: #f11b03;
}

#msg-confirmation {
  color: #72aa06;
}

#msg-alerte a,
#msg-erreur a,
#msg-confirmation a {
  color: #fff;
}

.erreur {
  color: red;
  font-style: normal;
  font-weight: 700;
}

.retour {
  cursor: pointer;
}

.bloc-info {
  background: url(img/pictos/information.svg) no-repeat 0 2.5%;
  background-size: 4em;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 1em 0 1em 15%;
}

.icon {
  margin: 0 .5em 0 0;
}

hr.separateur_sections_page,
#divsts {
  display: none;
}

.hide {
  position: absolute;
  visibility: hidden;
}

.masquer {
  display: none;
}

span.highlight {
  font-weight: 700;
}

.separateur {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  width: 100%;
}

@media screen and (min-width: 42.66667em) {
  .colonne__pas2 {
    box-sizing: border-box;
    width: 50%;
    float: none;
  }

  .colonne__pas3 {
    box-sizing: border-box;
    width: 33.33333333%;
  }
}
.liste_ligne, .zone-sociale__liste {
  list-style: none;
  padding: 0;
}
.liste_ligne li, .zone-sociale__liste li {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.cleft {
  clear: left;
}

.cright {
  clear: right;
}

.cboth {
  clear: both;
}

.sans_puce {
  list-style: none;
  padding: 0;
}

.plan-site > * {
  margin-bottom: 1em;
}

.plan-site__rubrique {
  display: inline-block;
}

.plan-site__1,
.plan-site__2 {
  list-style: none;
  padding: 0;
}

.plan-site__1 > * > .plan-site__rubrique {
  font: 700 1.55556em/1 "Montserrat", Cambria, georgia, times, "times new roman", serif;
  margin: 0 0 1em;
}

.plan-site__2 > * > .plan-site__rubrique {
  font: 700 1.25em/1 "Montserrat", Cambria, georgia, times, "times new roman", serif;
  margin: 0 0 .5em;
}

.plan-site__3 {
  list-style-image: url(img/puce.svg);
}

.plier-deplier__bouton {
  background: none;
  color: inherit;
}

.plier-deplier__contenu {
  box-sizing: border-box;
}

.js .plier-deplier {
  display: inline-block;
  position: relative;
}
.js .plier-deplier__bouton {
  background: #fff;
  color: #666;
  margin: 0;
  padding: .25em .5em;
  text-decoration: none;
}
.js .plier-deplier__bouton:hover {
  background-color: #fff;
}
.js .plier-deplier__contenu {
  left: 0;
  position: absolute;
  z-index: 1000;
}
@media screen and (min-width: 42.66667em) {
  .js .plier-deplier__contenu {
    min-width: 25em;
  }
}
.js .plier-deplier__contenu--clos {
  display: none;
}
.js .plier-deplier__contenu--ouvert {
  display: block;
}
.js .plier-deplier__contenu--relatif {
  position: relative;
}

.toolbox address {
  background: url(img/address.png) no-repeat 1em 1em;
  border: 2px solid #ddd;
  font-style: normal;
  margin: 0 0 1.5em;
  padding: 1em 1em 1em 50px;
}

.recherche-fulltext label,
#recherche_avancee label {
  float: left;
  font-weight: 700;
  padding-left: 5px;
  padding-right: 5px;
  width: 125px;
}
.recherche-fulltext label.no_float,
#recherche_avancee label.no_float {
  float: none;
}
.recherche-fulltext .ChampSaisie,
#recherche_avancee .ChampSaisie {
  max-width: 360px;
}

.recherche-fulltext label {
  width: 25%;
}

.recherche-fulltext__validation {
  margin: 0;
  text-align: right;
}
.recherche-fulltext__validation input {
  display: inline-block;
}

#precisions_resultats {
  font-weight: 700;
}

#liste_resultats .highlight {
  display: inline;
  font-weight: 700;
}
#liste_resultats li > a {
  font-size: 1.3em;
}
#liste_resultats .pertinence {
  font-weight: 700;
}
#liste_resultats .liste_resultats-site > a {
  text-transform: uppercase;
}

#resultats_recherche_navigation > a {
  margin: 0 1.5em 0 0;
  text-decoration: none;
}
#resultats_recherche_navigation > a .icon {
  margin: 0;
}
#resultats_recherche_navigation > strong {
  margin: 0 1.5em 0 0;
}

ul.objets, ul#liste_resultats {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.objets li, ul#liste_resultats li {
  border-top: 0;
  clear: left;
  list-style-type: none;
  margin-top: 0.8em;
  padding: 0.8em 0.3em 0 0;
}
ul.objets li:first-child, ul#liste_resultats li:first-child {
  border: 0;
  margin: 0;
  padding: 0;
}
ul.objets li::before, ul#liste_resultats li::before {
  display: none;
}
ul.objets li .date, ul#liste_resultats li .date, ul.objets li .resume, ul#liste_resultats li .resume {
  color: #484848;
}
ul.objets li strong, ul#liste_resultats li strong {
  font-family: "Montserrat", Cambria, georgia, times, "times new roman", serif;
  font-weight: normal;
  text-transform: uppercase;
}
ul.objets li .resume, ul#liste_resultats li .resume {
  font-size: 0.889em;
}
ul.objets > li.style_accueil, ul#liste_resultats > li.style_accueil {
  border-top: 1px solid;
  margin-top: 0.8em;
  padding: 0.8em 0.3em 0 0;
}
ul.objets > li.style_accueil:first-child, ul#liste_resultats > li.style_accueil:first-child {
  border-top: 0;
  padding-top: 0;
}
ul.objets > li.style_accueil::before, ul#liste_resultats > li.style_accueil::before {
  display: none;
}
ul.objets > li.style_accueil .date, ul#liste_resultats > li.style_accueil .date, ul.objets > li.style_accueil .resume, ul#liste_resultats > li.style_accueil .resume {
  color: #484848;
  display: inline;
}
ul.objets > li.style_accueil .date + .resume::before, ul#liste_resultats > li.style_accueil .date + .resume::before {
  content: " - ";
}
ul.objets > li.style_agenda, ul#liste_resultats > li.style_agenda {
  border-top: 1px solid;
  margin-top: 0.8em;
  padding: 0.8em 0.3em 0 0;
}
ul.objets > li.style_agenda:first-child, ul#liste_resultats > li.style_agenda:first-child {
  border-top: 0;
  padding-top: 0;
}
ul.objets > li.style_agenda::before, ul#liste_resultats > li.style_agenda::before {
  display: none;
}
ul.objets > li.style_agenda .date-debut, ul#liste_resultats > li.style_agenda .date-debut, ul.objets > li.style_agenda .date-fin, ul#liste_resultats > li.style_agenda .date-fin {
  display: inline-block;
}
ul.objets > li.style_agenda .date-agenda, ul#liste_resultats > li.style_agenda .date-agenda {
  color: #fff;
}
ul.objets .soustitre, ul#liste_resultats .soustitre {
  font-weight: 700;
}
ul.fichiers-joints .fichiers-joints__item::before {
  display: none;
}
ul.bloc-info li::before, ul.sans_puce li::before {
  display: none;
}
ul.documents a.telecharger-fichiers {
  display: block;
}
ul.articles .redacteur {
  font-style: italic;
}
ul.fluxrss .vignette_deco {
  max-width: 12em;
}
ul.pardefaut {
  margin: 0 0 1.5em;
}
ul#telecharger li, ul.telecharger li {
  background-position: left 0.6em;
}
ul#telecharger li > span, ul.telecharger li > span {
  bottom: 0;
}
ul#telecharger li .extension-poids-fichiers, ul.telecharger li .extension-poids-fichiers {
  font-size: 0.8em;
  padding-left: 0.2em;
}

@media screen and (min-width: 61.25em) {
  #body .objets.actualites .avec_vignette .vignette_deco img, #body .actualites#liste_resultats .avec_vignette .vignette_deco img {
    height: auto;
    max-width: 100%;
    padding: 0;
    width: 13.333em;
  }
}
@media screen and (max-width: 61.25em) {
  #body .objets.actualites .avec_vignette .vignette_deco, #body .actualites#liste_resultats .avec_vignette .vignette_deco {
    width: 25% !important;
  }
  #body .objets.actualites .avec_vignette .vignette_deco a, #body .actualites#liste_resultats .avec_vignette .vignette_deco a {
    display: block;
  }
  #body .objets.actualites .avec_vignette .vignette_deco img, #body .actualites#liste_resultats .avec_vignette .vignette_deco img {
    max-width: 100%;
    width: 100%;
  }
  #body .objets.actualites .vignette_deco2 strong, #body .actualites#liste_resultats .vignette_deco2 strong {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 61.25em) and (min-width: 50em) {
  #body .objets.actualites .vignette_deco2 strong, #body .actualites#liste_resultats .vignette_deco2 strong {
    font-size: 0.9em;
  }
}

#body #page .multicolonne .vignette_multicolonne {
  clear: none;
  display: block;
  float: left;
  margin: 0 1.333330% 0 0;
  padding: 0;
  width: 24%;
}
#body #page .multicolonne .vignette_multicolonne:nth-child(4n) {
  margin-right: 0;
}
#body #page .multicolonne .vignette_multicolonne:nth-child(4n+1) {
  clear: left;
}
#body #page .multicolonne .vignette_multicolonne .vignette {
  border: 0;
  height: 9.278em;
  margin: 0;
  max-width: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}
#body #page .multicolonne .vignette_multicolonne .vignette a {
  background-color: #fff;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  -ms-filter: "prodig:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  /* transition pour Firefox */
  -o-transition: opacity 0.5s ease-in-out;
  /* transition pour Opéra */
  -webkit-transition: opacity 0.5s ease-in-out;
  /* transition pour Chrome et Safari */
}
#body #page .multicolonne .vignette_multicolonne .vignette a:hover {
  -ms-filter: "prodig:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  opacity: 0.6;
}
#body #page .multicolonne .vignette_multicolonne .date {
  bottom: 0;
  color: #fff;
  display: block;
  font-size: 0.778em;
  line-height: 1.4em;
  padding: 0 0.3em 0.1em;
  position: absolute;
  right: 0;
}
#body #page .multicolonne .vignette_multicolonne .contenu {
  min-height: 0;
  padding: 0.889em 1.278em 1.389em;
}
#body #page .multicolonne .vignette_multicolonne .contenu h3 {
  font-size: 0.944em;
  line-height: 1.4em;
  margin: 0.5em 0;
}
#body #page .multicolonne .vignette_multicolonne .contenu .resume {
  display: block;
  font-size: 0.889em;
  line-height: 1.3em;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 42.66667em) and (max-width: 50em) {
  #body #page .multicolonne .vignette_multicolonne {
    margin: 0 2% 0 0;
    width: 49%;
  }
  #body #page .multicolonne .vignette_multicolonne:nth-child(2n) {
    margin-right: 0;
  }
  #body #page .multicolonne .vignette_multicolonne:nth-child(2n+1) {
    clear: left;
  }
}

@media screen and (max-width: 42.66667em) {
  #body #page .multicolonne .vignette_multicolonne {
    clear: left;
    margin: 0;
    width: 100%;
  }
}

#body table.liste-fiche .liste-fiche-image {
  width: 7.778em;
}
#body table.liste-fiche .liste-fiche-image img {
  height: auto;
  width: 7.778em;
}

li.avec_vignette {
  overflow: hidden;
}

div.vignette_deco {
  display: block;
  float: left;
  margin: 0 1em 0 0;
}
div.vignette_deco2 {
  float: left;
}

.vignette {
  border: 1px solid #ccc;
  display: inline-block;
  margin: 0;
  max-width: 12em;
  padding: 2px;
}

#encadres .vignette_deco {
  width: auto !important;
}
#encadres .vignette_deco2 {
  overflow: visible;
}

.element_deco {
  clear: both;
  margin: 0 0 1.5em;
}

[class*="paragraphe--"] {
  clear: both;
  margin-bottom: 1.5em;
  padding: 0;
}

.paragraphe--2 .paragraphe__titre--2 {
  color: #fff;
  display: inline-block;
  font-family: "montserratlight", Cambria, georgia, times, "times new roman", serif;
  margin-bottom: 1.083em;
  padding: 0.475em 0.8em;
}
.paragraphe--2 .paragraphe__titre--2::after {
  display: none;
}
.paragraphe--2 .paragraphe__titre--2 a {
  color: #fff;
}

#body .paragraphe--3,
#body .encadre--3 {
  margin: 1.2em 0;
  padding: 1.3em;
  overflow: visible;
  transform: rotate(357deg) scale(1) skew(-3deg) translate(0px);
  -webkit-transform: rotate(357deg) scale(1) skew(-3deg) translate(0px);
  -moz-transform: rotate(357deg) scale(1) skew(-3deg) translate(0px);
  -o-transform: rotate(357deg) scale(1) skew(-3deg) translate(0px);
  -ms-transform: rotate(357deg) scale(1) skew(-3deg) translate(0px);
  -webkit-transform-origin: 50% 51%;
  color: #fff;
  font-size: 1.033em;
  margin-bottom: 1.8em;
}
#body .paragraphe--3 *,
#body .encadre--3 * {
  color: #fff;
}
#body .paragraphe--3 .encadre__titre, #body .paragraphe--3 .encadre__contenu,
#body .paragraphe--3 .paragraphe__titre--3, #body .paragraphe--3 .paragraphe__contenu--3,
#body .encadre--3 .encadre__titre,
#body .encadre--3 .encadre__contenu,
#body .encadre--3 .paragraphe__titre--3,
#body .encadre--3 .paragraphe__contenu--3 {
  transform: rotate(3deg) scale(1) skew(3deg) translate(0px);
  -webkit-transform: rotate(3deg) scale(1) skew(3deg) translate(0px);
  -moz-transform: rotate(3deg) scale(1) skew(3deg) translate(0px);
  -o-transform: rotate(3deg) scale(1) skew(3deg) translate(0px);
  -ms-transform: rotate(3deg) scale(1) skew(3deg) translate(0px);
  -webkit-transform-origin: 50% 51%;
}
#body .paragraphe--3 .encadre__titre,
#body .paragraphe--3 .paragraphe__titre--3,
#body .encadre--3 .encadre__titre,
#body .encadre--3 .paragraphe__titre--3 {
  font-size: 1.201em;
  margin-top: 0.8em;
  padding-bottom: 1.1em;
  text-transform: uppercase;
  font-familly: "montserratlight", Cambria, georgia, times, "times new roman", serif;
}
#body .paragraphe--3 .encadre__titre::after,
#body .paragraphe--3 .paragraphe__titre--3::after,
#body .encadre--3 .encadre__titre::after,
#body .encadre--3 .paragraphe__titre--3::after {
  display: none;
}
#body .paragraphe--3 h3, #body .paragraphe--3 .h3, #body .paragraphe--3 #encadres [class*="encadre__titre"], #encadres #body .paragraphe--3 [class*="encadre__titre"],
#body .encadre--3 h3,
#body .encadre--3 .h3,
#body .encadre--3 #encadres [class*="encadre__titre"],
#encadres #body .encadre--3 [class*="encadre__titre"] {
  font-size: 1.150em;
}
#body .paragraphe--3 h4, #body .paragraphe--3 .h4,
#body .encadre--3 h4,
#body .encadre--3 .h4 {
  font-size: 1.10em;
}
#body .paragraphe--3 h5, #body .paragraphe--3 .h5,
#body .encadre--3 h5,
#body .encadre--3 .h5 {
  font-size: 1.05em;
}
#body .paragraphe--3 h6, #body .paragraphe--3 .h6,
#body .encadre--3 h6,
#body .encadre--3 .h6 {
  font-size: 1.05em;
}
#body .paragraphe--3 .isLink::before,
#body .encadre--3 .isLink::before {
  color: #fff;
}
#body .paragraphe--3 a,
#body .encadre--3 a {
  text-decoration: underline;
}
#body .paragraphe--3 a:hover,
#body .encadre--3 a:hover {
  color: #fff !important;
  text-decoration: none;
}
#body .paragraphe--3 a:hover > .icon, #body .paragraphe--3 a:hover span, #body .paragraphe--3 a:hover h3,
#body .encadre--3 a:hover > .icon,
#body .encadre--3 a:hover span,
#body .encadre--3 a:hover h3 {
  color: #fff !important;
}

#complements {
  font-size: 0.944em;
}
#complements .complements__titre {
  color: #fff;
  font-family: "montserratlight", Cambria, georgia, times, "times new roman", serif;
  font-size: 1.333em;
  margin-bottom: 0;
  padding: 0.4em 0.8em;
  text-transform: uppercase;
}
#complements .complements__titre::after {
  display: none;
}
#complements .complements__texte {
  background: #ecf0f1;
  font-family: "Montserrat";
  font-weight: normal;
  padding: 1.111em 1.389em;
}
#complements .complements__texte .liste-definitions {
  padding-top: 1em;
}
#complements .complements__texte .liste-definitions__terme--colonne {
  color: #484848;
  font-family: "Montserrat";
  font-size: 1em;
  padding-left: 0;
  padding-top: 0;
  text-transform: none;
}
#complements .complements__texte .liste-definitions__definition--colonne {
  font-size: 1em;
}

.fiche .surtitre {
  border-bottom: 1px solid #eee;
  display: none;
  margin: 0 0 .5em;
  padding: 0 0 .5em;
}
.fiche .surtitre ul {
  margin: 0;
  padding: 0;
}
.fiche .surtitre ul li {
  border-left: 1px solid;
  display: inline;
  padding: 0 .25em;
}
.fiche .surtitre ul li:first-child {
  border: 0;
  padding-left: 0;
}
.fiche .surtitre ul li span {
  display: none;
}
.fiche #soustitre {
  font-size: 1.3em;
  margin: 0.5em 0;
}
@media screen and (min-width: 42.66667em) {
  .fiche .photo {
    margin: 0 0 1em;
  }
}
.fiche .photo img {
  border: 1px solid;
  display: block;
}
.fiche .legende {
  color: #666;
  margin: .5em 0 1em;
}
.fiche #date_deco {
  border-bottom: 1px solid #eee;
  margin: 0 0 1em;
  padding: 0 0 1em;
}
.fiche #date {
  font-weight: 700;
  margin: 0;
}
.fiche #resume {
  font-weight: 700;
}
.fiche #description {
  margin-bottom: 1.5em;
}
.fiche.annuaire #fonction {
  margin: 0 0 1.5em;
  overflow: auto;
}
.fiche.defaultstructureksup #sans_nav_avec_encadres .defaultstructureksup__infos, .fiche.defaultstructureksup #avec_nav_sans_encadres .defaultstructureksup__infos, .fiche.defaultstructureksup #sans_nav_sans_encadres .defaultstructureksup__infos {
  margin-bottom: 1em;
}
.fiche .style0004 td,
.fiche .style0005 td,
.fiche .style0010 td {
  border-width: 0;
  border-bottom: 2px solid #ddd;
}

.fiche.defaultstructureksup #encadres .encadre_auto_fiche.adresse dl.type_1 dt {
  margin-left: 0;
  padding-left: 0;
  width: 30%;
}

.url-lien {
  display: block;
  font-size: .62857em;
}

#auteurs,
#referenceisdn {
  border-bottom: 1px solid #eee;
  padding-bottom: 1em;
}

#complements {
  clear: left;
  margin: 0 0 1.5em;
}

.liste-definition, [class^="liste-definitions"], .type_1, dl.type_1, #demande_mot_passe dt, .fiche .contenu > table tr {
  list-style: none;
  margin-bottom: 1em;
}

.liste-definition-terme, [class^="liste-definitions__terme"], .type_1 dt, #demande_mot_passe dt dt,
.type_1 .type-1__terme,
#demande_mot_passe dt .type-1__terme,
.type-1 dt,
.type-1 .type-1__terme, .fiche .contenu > table tr th {
  box-sizing: border-box;
  font-family: "montserratlight", Cambria, georgia, times, "times new roman", serif;
  font-size: 0.667em;
  font-weight: 400;
  padding-left: 3em;
  text-transform: uppercase;
}
@media screen and (max-width: 42.66667em) {
  .liste-definition-terme, [class^="liste-definitions__terme"], .type_1 dt, #demande_mot_passe dt dt,
  .type_1 .type-1__terme,
  #demande_mot_passe dt .type-1__terme,
  .type-1 dt,
  .type-1 .type-1__terme, .fiche .contenu > table tr th {
    font-size: 1em;
    padding-left: 0;
  }
}

.liste-definitions__definition, [class^="liste-definitions__definition"], .type_1 dd, #demande_mot_passe dt dd,
.type_1 .type-1__definition,
#demande_mot_passe dt .type-1__definition,
.type-1 dd,
.type-1 .type-1__definition, .fiche .contenu > table tr td {
  font-size: 0.889em;
  margin: 0 0 .5em;
}

@media screen and (min-width: 42.66667em) {
  #page .liste-definitions__terme--colonne, #page .liste-definitions__terme, #page .type_1 dt, #page #demande_mot_passe dt dt, #demande_mot_passe #page dt dt {
    display: inline-block;
    padding-top: 0.4em;
    vertical-align: top;
    width: 34%;
  }
  #page .liste-definitions__definition--colonne, #page .liste-definitions__definition, #page [class^="liste-definitions__definition"], #page .type_1 dd, .type_1 #page dd, #page #demande_mot_passe dt dd, #demande_mot_passe dt #page dd,
  #page .type_1 .type-1__definition,
  .type_1 #page .type-1__definition,
  #page #demande_mot_passe dt .type-1__definition,
  #demande_mot_passe dt #page .type-1__definition,
  #page .type-1 dd,
  .type-1 #page dd,
  #page .type-1 .type-1__definition,
  .type-1 #page .type-1__definition, #page .fiche .contenu > table tr td, .fiche .contenu > table tr #page td, #page .type_1 dd, #page #demande_mot_passe dt dd, #demande_mot_passe #page dt dd {
    display: inline-block;
    vertical-align: top;
    width: 65%;
  }
}
.type_2, dl.type_2,
.type-2 {
  background: #eee;
  clear: both;
  margin: 0 0 1.5em;
  position: relative;
}
.type_2 > *, dl.type_2 > *,
.type-2 > * {
  display: inline-block;
  padding: 0 1% 1em;
  vertical-align: top;
}
.type_2 dt,
.type_2 .type-2__terme,
.type-2 dt,
.type-2 .type-2__terme {
  text-align: right;
  width: 18%;
}
.type_2 dd,
.type_2 .type-2__definition,
.type-2 dd,
.type-2 .type-2__definition {
  background: #fff;
  margin: 0 0 0 3%;
  overflow: auto;
  width: 75%;
}

.fiche .contenu > table {
  width: 100% !important;
}
.fiche .contenu > table tr th {
  border: 0;
  padding-top: 1.2em;
  width: 34% !important;
}
.fiche .contenu > table tr td {
  border: 0;
}

.onglets {
  border-bottom: 2px solid #ddd;
  display: none;
  list-style: none;
  margin: 0 0 1.5em;
  overflow: visible;
  padding: 0;
}
@media screen and (min-width: 42.66667em) {
  .onglets {
    display: block;
  }
}
.onglets a {
  display: inline-block;
  padding: .5em;
  text-decoration: none;
}
.onglets a:hover,
.onglets #actif a {
  background: #fff;
}

.onglets__item {
  background: #ddd;
  border: 2px solid #ddd;
  border-bottom: 0;
  bottom: -2px;
  display: inline-block;
  font-weight: 700;
  margin: 0 .2em 0 0;
  position: relative;
}

.onglets__item--actif {
  background: #fff;
  border-bottom-color: #fff;
}

.onglets-section {
  display: block;
}
@media screen and (min-width: 42.66667em) {
  .onglets-section {
    display: none;
  }
  .onglets-section.onglets-section--actif {
    display: block;
  }
}

.onglets-section__bouton {
  color: #333;
  display: block;
  position: relative;
  text-align: left;
  width: 100%;
}
@media screen and (min-width: 42.66667em) {
  .onglets-section__bouton {
    display: none;
  }
}
.onglets-section__bouton:hover {
  color: #fff;
}
.onglets-section__bouton::after {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #aaa;
  content: "";
  font-size: 0;
  line-height: 0;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 0;
}

.onglets-section--actif > .onglets-section__bouton {
  border: 0;
  color: #fff;
}
.onglets-section--actif > .onglets-section__bouton::after {
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: none;
}

.js .onglets-section > .onglets-section__contenu {
  display: none;
}
.js .onglets-section__bouton {
  border: 0;
  display: block;
}
@media screen and (min-width: 42.66667em) {
  .js .onglets-section__bouton {
    display: none;
  }
}
.js .onglets-section--actif > .onglets-section__contenu {
  display: block;
}

form.formulaire_redacteur {
  margin: 0 0 1.5em;
  overflow: auto;
  padding: 1em;
}
form.formulaire_redacteur p.obligatoire label {
  color: red;
}
form.formulaire_redacteur p.obligatoire input,
form.formulaire_redacteur p.obligatoire textarea,
form.formulaire_redacteur p.obligatoire select {
  border-color: #ff4500;
}
form.formulaire_redacteur label.radio,
form.formulaire_redacteur label.checkbox {
  display: inline;
  font-weight: 500;
  margin-right: 1em;
}
form.formulaire_redacteur span.historyBack {
  cursor: pointer;
  font-weight: 700;
}
form.disposition2 span.captcha {
  display: block;
  overflow: auto;
}

#encadres form.formulaire_redacteur input.radio,
#encadres form.formulaire_redacteur input.checkbox,
#encadres form.formulaire_redacteur p.validation input {
  width: auto;
}

form.disposition1 label,
form.disposition1 .label {
  display: block;
  font-weight: 700;
  margin: 0 0 0.5em;
}

form.disposition2 label,
form.disposition2 .label {
  display: block;
  float: left;
  font-weight: 700;
  vertical-align: top;
  width: 25%;
}
form.disposition2 input,
form.disposition2 select,
form.disposition2 textarea {
  max-width: 75%;
}
form.disposition2 span.radio,
form.disposition2 span.checkbox {
  display: inline-block;
  overflow: auto;
  vertical-align: top;
  width: 75%;
}
form.disposition2 label.radio,
form.disposition2 label.checkbox {
  display: inline-block;
  float: none;
  width: auto;
}

span.captcha span {
  display: block;
  padding: 0.5em 0 0;
}
span.captcha img {
  display: block;
  margin: 0.5em 0;
}
span.captcha a {
  background-image: url(img/pictos/hautparleur.png);
  background-position: 0 50%;
  background-repeat: no-repeat;
  margin-left: 5px;
  padding-left: 18px;
}

#redacteur,
#date_modification,
#contact_rubrique {
  clear: both;
  margin: 0;
  text-align: right;
}

#encadres {
  margin-bottom: 1em;
  margin-top: 0;
  padding: 1.4em 0 1em;
}
#encadres > div {
  margin-bottom: 1.5em;
}
#encadres > .encadre_recherche > h2 {
  padding-bottom: 0.5em;
}
#encadres > .encadre_recherche > h2::before {
  background: transparent url("/jsp/styles/img/loupe.png") no-repeat left top;
  content: "";
  display: inline-block;
  float: left;
  height: 35px;
  margin-top: -0.05em;
  padding-right: 0.8em;
  width: 31px;
}
#encadres > .encadre_recherche > h2::after {
  display: none;
}
#encadres > .encadre_recherche fieldset {
  background: transparent;
  border: 0;
  padding: 0;
}
#encadres > .encadre_recherche legend {
  display: none;
}
#encadres > .encadre_recherche label {
  display: block;
}
#encadres > .encadre_recherche input[type="text"],
#encadres > .encadre_recherche select {
  width: 100%;
}
#encadres > .encadre_recherche p.parcourir {
  *zoom: 1;
}
#encadres > .encadre_recherche p.parcourir .button_wrapper {
  float: right;
}
#encadres > .encadre_recherche p.parcourir:after {
  content: "";
  display: table;
  clear: both;
}
#encadres > .encadre_recherche p {
  margin-bottom: 0.5em;
}
#encadres .encadre_auto_fiche {
  margin-bottom: 1.5em;
}
#encadres .encadre_fiche {
  margin-bottom: 2.111em;
}
#encadres .encadre_fiche.encadre--1 .encadre__titre,
#encadres .encadre_fiche.encadre--1 .formation_pdf {
  color: #fff;
  font-family: "Montserrat", Cambria, georgia, times, "times new roman", serif;
  font-size: 1.111em;
  margin-bottom: 0;
  padding: 1em 1.25em;
}
#encadres .encadre_fiche.encadre--1 .encadre__titre::after,
#encadres .encadre_fiche.encadre--1 .formation_pdf::after {
  display: none;
}
#encadres .encadre_fiche.encadre--1 .encadre__contenu {
  background: #ecf0f1;
  padding: 1.111em 1.389em;
}
#encadres .encadre_fiche.encadre--2 .encadre__titre {
  background: #ecf0f1;
  font-size: 1.111em;
  margin-bottom: 0.75em;
  padding: 0.475em 0.8em;
}
#encadres .encadre_fiche.encadre--2 .encadre__titre::after {
  content: none;
  display: none;
}

#telecharger,
.telecharger {
  padding: 0;
}
#telecharger li,
.telecharger li {
  background: transparent url(img/pictos/defaut.png) no-repeat 0 0.3em;
  display: block;
  list-style-image: none;
  list-style-type: none;
  margin: 0;
  padding: 5px 0 5px 20px;
  position: relative;
}
#telecharger li::before,
.telecharger li::before {
  display: none;
}
#telecharger li > span,
.telecharger li > span {
  bottom: 0.4em;
  position: relative;
}
#telecharger li.pdf,
.telecharger li.pdf {
  background-image: url(img/pictos/pdf.png);
}
#telecharger li.swf,
.telecharger li.swf {
  background-image: url(img/pictos/swf.png);
}
#telecharger li.flv,
.telecharger li.flv {
  background-image: url(img/pictos/flv.png);
}
#telecharger li.mp3,
.telecharger li.mp3 {
  background-image: url(img/pictos/mp3.png);
}
#telecharger li.txt,
.telecharger li.txt {
  background-image: url(img/pictos/txt.png);
}
#telecharger li.zip,
.telecharger li.zip {
  background-image: url(img/pictos/zip.png);
}
#telecharger li.doc,
.telecharger li.doc {
  background-image: url(img/pictos/msword.png);
}
#telecharger li.xls,
.telecharger li.xls {
  background-image: url(img/pictos/msexcel.png);
}
#telecharger li.ppt,
.telecharger li.ppt {
  background-image: url(img/pictos/mspowerpoint.png);
}
#telecharger li.sxw,
.telecharger li.sxw {
  background-image: url(img/pictos/ooo_texte.png);
}
#telecharger li.sxc,
.telecharger li.sxc {
  background-image: url(img/pictos/ooo_classeur.png);
}
#telecharger li.sxi,
.telecharger li.sxi {
  background-image: url(img/pictos/ooo_presentation.png);
}
#telecharger li.image,
.telecharger li.image {
  background-image: url(img/pictos/image.png);
}
#telecharger li.defaut,
.telecharger li.defaut {
  background-image: url(img/pictos/defaut.png);
}

.fichiers-joints {
  border: 1px solid #ddd;
  list-style: none;
  padding: 0;
}
.fichiers-joints > *:first-child {
  border: 0;
}

.fichiers-joints__item {
  background: url(img/pictos/telecharger.svg) no-repeat 95% 50%;
  background-size: 2em;
  border-top: 1px solid #ddd;
}
.fichiers-joints__item > * {
  background: rgba(255, 255, 255, 0.8) url(img/pictos/defaut.svg) no-repeat 0.75em 50%;
  background-size: 1.5em;
  display: block;
  padding: .5em 4em .5em 3em;
  text-decoration: none;
}
.fichiers-joints__item > *:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

.fichiers-joints__type-poids {
  color: #484848;
  font: 500 0.75em Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif, Arial, "Helvetica Neue", Helvetica, "Bitstream Vera Sans", sans-serif;
}

.video-container {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.video-container > iframe,
.video-container > object,
.video-container > embed,
.video-container > video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.css-icon-menu {
  background: #886a52;
  display: inline-block;
  height: 3px;
  position: relative;
  top: -7px;
  transition: .2s all .5s;
  width: 30px;
}
.css-icon-menu::before, .css-icon-menu::after {
  background: #886a52;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  transition: .2s all .5s;
}
.css-icon-menu::before {
  top: -10px;
}
.css-icon-menu::after {
  bottom: -10px;
}

.ok_check {
  background: transparent url("/jsp/styles/img/check_ok.png") no-repeat top left;
  display: block;
  height: 19px;
  margin-bottom: 0.5em;
  width: 19px;
}

.collapsed .css-icon-menu {
  background: rgba(255, 255, 255, 0);
}
.collapsed .css-icon-menu::before {
  transform: translateY(10px) rotate(-45deg);
}
.collapsed .css-icon-menu::after {
  transform: translateY(-10px) rotate(45deg);
}

.layout__slot--2x0,
.layout__slot--2x1,
.layout__slot--2x2,
.layout__slot--2x3,
.layout__slot--3x0,
.layout__slot--3x2 {
  margin-bottom: 1em;
}

@media screen and (min-width: 42.66667em) {
  .layout__slot--2x0,
  .layout__slot--2x1,
  .layout__slot--2x2,
  .layout__slot--2x3 {
    float: left;
    margin-bottom: 0;
    min-height: 1px;
    width: 25%;
  }

  .layout__slot--3x0,
  .layout__slot--3x2 {
    float: left;
    margin-bottom: 0;
    min-height: 1px;
    width: 50%;
  }
}
.tag-formation-selecteur .tag-formation {
  background: #f8fafa;
  border: 1px solid #d9d6ca;
  margin: 1em;
  padding: 0.5em;
}
.tag-formation-selecteur .tag-formation p {
  display: inline-block;
  margin: 0 2% 0.5em 0;
  width: 47%;
}
.tag-formation-selecteur .tag-formation p label, .tag-formation-selecteur .tag-formation p input, .tag-formation-selecteur .tag-formation p select {
  display: inline-block;
  width: 49%;
}
.tag-formation-selecteur .tag-formation .tag-formation--action {
  margin-right: 2%;
  text-align: right;
}
.tag-formation-selecteur h3 {
  margin: 1em 0 0.5em 2em;
}
.tag-formation-selecteur .detailFormation {
  margin-left: 4em;
}
.tag-formation-selecteur .detailFormation td {
  color: #484848;
}
.tag-formation-selecteur .detailFormation tr, .tag-formation-selecteur .detailFormation th, .tag-formation-selecteur .detailFormation td {
  border-bottom: 1px solid #d9d6ca;
}
.tag-formation-selecteur .detailFormation tr:last-child {
  border-bottom: 0;
}
.tag-formation-selecteur .detailFormation tr:last-child th, .tag-formation-selecteur .detailFormation tr:last-child td {
  border-bottom: 0;
}
.tag-formation-selecteur #rechercheFormationCard_libelle {
  left: -4px;
  position: relative;
}

input#test_email {
  display: none;
}

/** FORMATION **/
.formation__lmd__domaine--pdf {
  display: none;
}

.formation__lmd__domaine {
  color: #fff;
  font-weight: bold;
  margin-bottom: 1em;
  padding: 0.5em;
  text-transform: uppercase;
}

.validation_saisie_honeypot {
  left: -999rem;
  position: absolute;
}

@media screen and (max-width: 42.66667em) {
  .accueil .flex-caption {
    display: none;
  }

  #body header #bandeau_outils #profil_uvsq .plier-deplier__contenu,
  #body header #bandeau_outils #recherche-simple .plier-deplier__contenu {
    left: 0;
    right: 0;
  }

  #body header {
    margin-top: 0;
    padding-top: 0;
  }
  #body #bandeau_outils {
    border-top: 0;
    height: auto;
  }

  #logo img {
    max-height: 5em;
    max-width: 5em;
  }

  .js #fil_ariane {
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    position: absolute !important;
  }

  #body header .cartouche {
    margin-left: auto;
    margin-right: auto;
    width: 98%;
  }
  #body .banniere {
    padding: 0.5em 0;
  }
  #body .banniere .banniere_baseline_reseaux {
    font-size: 0.9em;
  }
  #body .banniere .banniere__logos, #body .banniere .banniere_baseline_reseaux {
    float: none;
    text-align: center;
    width: 100%;
  }
  #body .banniere .zone-sociale {
    margin-top: 0.8em;
    text-align: right;
  }
  #body .banniere .zone-sociale ul {
    margin-bottom: 0.2em;
  }
  #body #pied_page {
    background-position: left top;
    background-size: cover;
    -webkit-background-size: cover;
  }
  #body #pied_page #pied_geant ul {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #body #pied_page #pied_geant li a, #body #pied_page #pied_geant li span {
    color: #fff;
  }
  #body #pied_page #pied_geant li ul {
    font-size: 0.9em;
    line-height: 1.2em;
    padding: 0;
  }
  #body #pied_page #pied_geant li::before {
    display: none;
  }
  #body #pied_page #pied_geant > li {
    margin-top: 0.5em;
  }
  #body #pied_page #pied_geant > li > span {
    color: #d9d6ca;
    text-transform: uppercase;
  }
  #body #pied_page #pied_page_complement {
    background: #fff;
    padding-top: 0.5em;
  }
  #body #pied_page #pied_page_complement ul {
    font-size: 0.9em;
    line-height: 1em;
    margin-bottom: 0;
  }
  #body #pied_page #pied_page_complement ul li {
    padding-bottom: 0.3em;
  }
  #body #pied_page #pied_page_complement ul li::before {
    display: none;
  }
  #body #pied_page #haut_page {
    background: #fff;
    display: block;
  }
  #body #pied_page #haut_page .icon {
    padding: 0.5em 0 0 1.2em;
  }
  #body #bandeau_wrapper {
    margin-bottom: 0;
  }
  #body .contenu {
    margin-top: 0;
    padding-top: 1em;
  }
  #body .contenu #fil_ariane, #body .contenu .actions-fiche {
    font-size: 0.95em;
    position: static !important;
    width: 100%;
  }
  #body .contenu .actions-fiche {
    max-width: 100%;
  }
  #body .contenu .actions-fiche::after {
    *zoom: 1;
  }
  #body .contenu .actions-fiche::after:after {
    content: "";
    display: table;
    clear: both;
  }

  #boutons_actions li {
    display: none;
  }

  .js #recherche-simple {
    position: static;
  }
  .js #recherche-simple .plier-deplier__bouton {
    display: inline-block;
    position: relative;
    z-index: 1000;
  }
  .js #recherche-simple .plier-deplier__contenu {
    padding: 1em;
  }
}
@media screen and (min-width: 42.66667em) and (max-width: 61.25em) {
  #body header .cartouche .banniere__baseline {
    font-size: 1em;
    line-height: 1em;
  }
  #body header .cartouche .banniere__baseline__complement {
    font-size: 0.8em;
    line-height: 1em;
  }
}
@media screen and (max-width: 61.25em) {
  .actions-fiche .actions-fiche__item--print,
  .actions-fiche .actions-fiche__item--edit,
  .actions-fiche .actions-fiche__item--dashboard {
    display: none;
  }

  #acces-directs {
    display: block;
  }
  #acces-directs > .plier-deplier {
    display: block;
    position: relative;
  }
  #acces-directs > .plier-deplier > button.plier-deplier__bouton::after {
    display: none;
  }
  #acces-directs > .plier-deplier .plier-deplier__bouton {
    display: block;
    font-size: 1em;
    width: 100%;
  }
  #acces-directs > .plier-deplier .plier-deplier__bouton .icon-libelle {
    position: static;
  }
  #acces-directs > .plier-deplier:last-child .plier-deplier__bouton {
    border-bottom: 1px solid #d9d6ca;
  }
  #acces-directs > .plier-deplier > .plier-deplier__contenu .colonne.has_colonne {
    width: 100%;
  }

  #pied_outils {
    top: 0;
  }
  #pied_outils #acces-directs .plier-deplier__bouton {
    box-sizing: border-box;
    height: 2.857em;
    padding: 0 0.2em 0;
  }
  #pied_outils #acces-directs .plier-deplier__bouton::after {
    padding-left: 0.3em;
  }
  #pied_outils #acces-directs .plier-deplier__contenu {
    top: 2.7em;
  }
  #pied_outils #acces-directs .icon-libelle {
    display: inline-block;
    max-width: 15em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
  }

  .js {
    /*.icon-libelle {
        margin: 1.5em 0 0;
        position: absolute;
        text-indent: -1000em;
    }*/
  }
  .js #menu-principal-bouton {
    border: 0;
    display: block;
    float: left;
    padding: 0.25em 0.5em;
  }
  .js .mobile-menu__level-close-button {
    color: #fff;
  }
  .js #pied_outils > div {
    width: 96%;
  }
  .js .icon {
    margin: 0;
  }
  .js #menu {
    left: 0;
    position: absolute;
    top: 4.375em;
  }
  .js #menu.plier-deplier__contenu--clos {
    display: none;
  }
  .js .plier-deplier {
    position: relative;
  }
  .js .plier-deplier__bouton {
    font-size: 1.5em;
  }
  .js .plier-deplier__contenu {
    width: 100%;
  }

  #body #pied_outils {
    display: none;
  }
  #body #versions,
  #body #recherche-simple {
    padding: 0;
    position: static;
  }
  #body #versions .plier-deplier__contenu,
  #body #versions .direct-link,
  #body #recherche-simple .plier-deplier__contenu,
  #body #recherche-simple .direct-link {
    font-size: 1.3em;
    left: 50%;
    right: 0;
    text-align: left;
    top: 3.4em;
  }
  #body #recherche-simple {
    font-size: 0.6em;
    height: 4.4em;
  }
  #body #profil_uvsq {
    display: none;
  }
  #body #versions {
    font-size: 0.8em;
    padding: 0.7em 0.5em;
  }
  #body #versions ul {
    margin-bottom: 0;
  }
  #body #page {
    margin-left: auto;
    margin-right: auto;
    width: 98%;
  }
  #body #menu_principal {
    overflow-y: auto;
    height: 100%;
  }
  #body #menu_principal li {
    width: 100%;
  }
  #body #menu_principal li a, #body #menu_principal li span {
    border: 0;
    color: #484848;
  }
  #body #menu_principal li a.type_rubrique_UVSQNEWS span, #body #menu_principal li a.type_rubrique_VIECAMPUS span {
    color: #ffffff;
  }
  #body #menu_principal li .type_rubrique_intranet {
    font-size: .8em;
    font-weight: bold;
    color: #60133b;
    text-transform: uppercase;
    padding: 0.2em .5em 0 .5em;
  }
  #body #menu_principal li.uvsq_news > a > span {
    padding: 0;
  }
  #body #menu_principal button {
    border: 0;
  }
}
@media screen and (min-width: 61.25em) {
  #body #bandeau_outils #profil_uvsq {
    background-color: #fff;
    left: 0;
    position: absolute;
  }
  #body #bandeau_outils #profil_uvsq button.plier-deplier__bouton:focus,
  #body #bandeau_outils #profil_uvsq button.plier-deplier__bouton:hover {
    color: #484848 !important;
  }

  #body #pied_outils #acces-directs {
    left: 8em;
    position: relative;
  }
  #body #pied_outils #acces-directs button.plier-deplier__bouton:focus,
  #body #pied_outils #acces-directs button.plier-deplier__bouton:hover {
    color: #484848 !important;
  }

  #bandeau_outils .font-size {
    display: inline-block;
    padding: 0;
    position: absolute;
    right: 6em;
    z-index: 1;
  }
  #bandeau_outils .font-size button {
    background-color: transparent;
    border: none;
    color: #000000 !important;
    padding-left: 0.25em;
    padding-right: 0.25em;
  }
  #bandeau_outils .font-size [data-font-size="100"] {
    font-size: 87.5%;
  }
  #bandeau_outils .font-size [data-font-size="120"] {
    font-size: 93.75%;
  }
  #bandeau_outils .font-size [data-font-size="140"] {
    font-size: 112.5%;
  }
}
footer .plan-site__1 > * {
  display: inline-block;
  vertical-align: text-top;
  width: 50%;
}
@media screen and (max-width: 42.66667em) {
  footer .plan-site__1 > * {
    display: none;
  }
}
footer .plan-site__1 > * > .plan-site__rubrique {
  font: 700 1em "corbel", Arial, "Helvetica Neue", Helvetica, "Bitstream Vera Sans", sans-serif;
  margin: 0;
}
footer .plan-site__2 {
  margin-left: 1em;
}
footer .plan-site__2 > * > .plan-site__rubrique {
  font: 500 1em "corbel", Arial, "Helvetica Neue", Helvetica, "Bitstream Vera Sans", sans-serif;
  margin: 0;
}

#pied_page {
  padding-top: 0;
}
#pied_page > div {
  padding: 1em;
}
@media screen and (min-width: 42.66667em) {
  #pied_page > div > div {
    display: inline-block;
    padding: 0;
    vertical-align: text-top;
    width: 50%;
  }
}

@media screen and (min-width: 42.66667em) {
  .cartouche {
    height: 9.222em;
  }
  .cartouche > div {
    margin: 0 auto;
    max-width: 62.889em;
    position: relative;
    width: 100%;
  }
}
.cartouche .zone-sociale .zone-sociale__libelle {
  display: none;
}
.cartouche .zone-sociale .zone-sociale__liste li {
  vertical-align: bottom;
}
.cartouche .zone-sociale .zone-sociale__liste li::before {
  display: none;
}
.cartouche .zone-sociale .zone-sociale__liste li span {
  display: inline-block;
  line-height: 1em;
}
.cartouche .zone-sociale .zone-sociale__liste li span img {
  max-height: 1.611em;
}

@media screen and (max-width: 42.66667em) {
  header .cartouche {
    border-bottom: 4px solid;
    margin-bottom: 0.5em;
  }
}
header .cartouche .banniere .banniere__logos .banniere__logo {
  max-width: 100%;
}
header .cartouche .banniere .banniere__logos__2 .banniere__logo {
  max-width: 50%;
}
header .cartouche .banniere .banniere__logos__3 .banniere__logo {
  max-width: 33.33%;
}
header .cartouche .banniere .banniere__logo a {
  max-width: 100%;
}
@media screen and (max-width: 42.66667em) {
  header .cartouche .banniere .banniere__logo__desktop {
    display: none;
  }
}
@media screen and (min-width: 42.66667em) {
  header .cartouche .banniere .banniere__logo__mobile {
    display: none;
  }
}

.banniere {
  box-sizing: border-box;
  overflow: hidden;
  padding: 1.2em 0;
  position: relative;
}
.banniere .banniere__logos {
  width: 45%;
}
.banniere .banniere__logos .banniere__logo {
  display: inline-block;
  vertical-align: middle;
}
.banniere .banniere__logos .banniere__logo a {
  display: block;
}
.banniere .banniere__logos .banniere__logo img {
  max-height: 6.822em;
}
.banniere .banniere_baseline_reseaux {
  text-align: right;
  width: 55%;
}
.banniere .banniere_baseline_reseaux .banniere__baselines {
  font-family: "montserratlight", Cambria, georgia, times, "times new roman", serif;
  font-weight: 400;
}
.banniere .banniere_baseline_reseaux .banniere__baselines .banniere__baseline {
  font-size: 1.111em;
  line-height: 1em;
  margin: 0;
  text-transform: uppercase;
}
.banniere .banniere_baseline_reseaux .banniere__baselines .banniere__baseline__complement {
  font-size: 0.889em;
  line-height: 0.8em;
  line-height: 1em;
}
.banniere .banniere_baseline_reseaux .zone-sociale .zone-sociale__item {
  margin-right: 0.556em;
}
.banniere .banniere_baseline_reseaux .zone-sociale .zone-sociale__item:last-child {
  margin-right: 0;
}
.banniere .banniere_baseline_reseaux .zone-sociale .zone-sociale__item .zone-sociale__item__libelle {
  color: #fff;
  font-size: 0.778em;
  padding: 0.55em;
  text-transform: uppercase;
}
@media screen and (min-width: 42.66667em) {
  .banniere .banniere_baseline_reseaux .banniere__baselines {
    padding-bottom: 3.167em;
  }
  .banniere .banniere_baseline_reseaux .zone-sociale {
    bottom: 0;
    max-height: 3.167em;
    overflow: hidden;
    position: absolute;
    right: 0;
  }
}
.banniere .banniere__logos, .banniere .banniere_baseline_reseaux {
  box-sizing: border-box;
  display: block;
  float: left;
}

.banniere__nom {
  margin: 0;
}

footer .banniere {
  margin-bottom: 1em;
}
footer .banniere__nom {
  font-weight: 700;
  margin: 0;
}

header {
  background: #fff;
  margin-top: 0;
  padding-top: 0;
}

footer .zone-sociale {
  text-align: center;
}
footer .zone-sociale__item {
  margin: 0 .25em;
}

.zone-sociale__libelle {
  display: inline-block;
  font-weight: 700;
}

#versions [hreflang]:before {
  display: none;
}

.pictureCard.title--middle {
  position: relative;
}
.pictureCard.title--middle h2 {
  left: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 100%;
}

.pictureCard h2 {
  background-color: inherit;
  color: inherit;
}

.encadre_fiche .formation_pdf {
  color: #ffffff;
  background-color: #ccc;
  font-size: 1.111em;
  font-family: "Montserrat", Cambria, georgia, times, "times new roman", serif;
  margin-bottom: 0.75em;
  padding: 1em 0em 1em 3.7em;
  position: relative;
  display: block;
}
.encadre_fiche .formation_pdf .pdf-file {
  background: url("/jsp/styles/img/pdf-file.png") no-repeat;
  height: 100%;
  left: 1.2em;
  position: absolute;
  top: 0.5em;
  width: 2em;
}
.encadre_fiche .formation_pdf .formation_pdf--deco {
  display: inline-block;
  height: 0;
  width: 0;
  border-top: 20px solid #ffffff;
  border-left: 20px solid transparent;
  position: absolute;
  top: 0;
  right: 0;
}

.kmultiselect-ltl {
  width: 100% !important;
}

#cookie-banner {
  bottom: 0;
  width: 100%;
  z-index: 10000;
}
@media screen and (min-width: 42.66667em) {
  #cookie-banner {
    position: fixed;
  }
}

.banner_cookie, .banner_cookie__refused, .banner_cookie__accepted {
  background: black;
  background: rgba(0, 0, 0, 0.75);
  bottom: 0;
  color: #fff;
  overflow: hidden;
  padding: .25em 2%;
  width: 96%;
}

.banner_cookie__button, [class*="cookie__button--refuse"], [class*="cookie__button--accept"] {
  color: #fff;
  display: inline-block;
  margin: 0 .25em;
  padding: 0 1em;
  text-decoration: none;
}

[class*="cookie__button--refuse"] {
  background: #c50202;
  background: rgba(197, 2, 2, 0.7);
  border: 1px solid #ff0303;
}
[class*="cookie__button--refuse"]:hover {
  background: #c50202;
}

[class*="cookie__button--accept"] {
  background: #009b06;
  background: rgba(0, 155, 6, 0.7);
  border: 1px solid #00b307;
}
[class*="cookie__button--accept"]:hover {
  background: #009b06;
}

button[class*="cookie__button--accept"], button[class*="cookie__button--refuse"] {
  float: none;
}

.banner_cookie__close {
  cursor: pointer;
  float: right;
  margin: .25em 2em;
}

input[type="submit"], input[type="reset"], input[type="button"], button, .button, .js .plier-deplier__bouton, select, select:focus, select:active,
textarea, textarea:focus, textarea:active, input[type="password"], input[type="text"], input[type="email"] {
  font-family: "corbel", Arial, "Helvetica Neue", Helvetica, "Bitstream Vera Sans", sans-serif;
}

input[type="submit"], input[type="reset"], input[type="button"], button, .button, .js .plier-deplier__bouton,
.topic__see-less, .topic__see-more, .search__button {
  background: #fff;
  border-style: solid;
  border-width: 1px;
  padding: 0.5em 0.8em;
  text-decoration: none !important;
  text-transform: uppercase;
}
input[type="submit"]:focus, input[type="submit"]:active, input[type="submit"]:hover, input[type="reset"]:focus, input[type="reset"]:active, input[type="reset"]:hover, input[type="button"]:focus, input[type="button"]:active, input[type="button"]:hover, button:focus, button:active, button:hover, .button:focus, .js .plier-deplier__bouton:focus, .button:active, .js .plier-deplier__bouton:active, .button:hover, .js .plier-deplier__bouton:hover,
.topic__see-less:focus,
.topic__see-less:active,
.topic__see-less:hover, .topic__see-more:focus, .topic__see-more:active, .topic__see-more:hover, .search__button:focus, .search__button:active, .search__button:hover {
  color: #fff !important;
}

select, select:focus, select:active,
textarea, textarea:focus, textarea:active,
input[type="password"],
input[type="text"], input[type="text"]:focus, input[type="email"], .styledSelect::after {
  background: #ecf0f1;
  border-color: #ecf0f1;
  box-sizing: border-box;
  color: #484848;
  height: 2.2em;
  outline: none;
  padding: 0.12em 0.45em;
  width: 100%;
}
select:hover, select:focus:hover, select:active:hover,
textarea:hover, textarea:focus:hover, textarea:active:hover,
input[type="password"]:hover,
input[type="text"]:hover, input[type="text"]:focus:hover, input[type="email"]:hover, .styledSelect::after:hover {
  background-color: #cfd9db;
  color: #484848;
}
select:focus, select:active, select:focus:focus, select:focus:active, select:active:focus, select:active:active,
textarea:focus,
textarea:active, textarea:focus:focus, textarea:focus:active, textarea:active:focus, textarea:active:active,
input[type="password"]:focus,
input[type="password"]:active,
input[type="text"]:focus,
input[type="text"]:active, input[type="text"]:focus:focus, input[type="text"]:focus:active, input[type="email"]:focus, input[type="email"]:active, .styledSelect::after:focus, .styledSelect::after:active {
  background-color: #cfd9db;
  color: #484848;
}
.encadre_fiche.paragraphe--1 select, #recherche_avancee select, .encadre_fiche.paragraphe--1 select:focus, #recherche_avancee select:focus, .encadre_fiche.paragraphe--1 select:active, #recherche_avancee select:active, .encadre_fiche.paragraphe--1
textarea, #recherche_avancee
textarea, .encadre_fiche.paragraphe--1 textarea:focus, #recherche_avancee textarea:focus, .encadre_fiche.paragraphe--1 textarea:active, #recherche_avancee textarea:active, .encadre_fiche.paragraphe--1
input[type="password"], #recherche_avancee
input[type="password"], .encadre_fiche.paragraphe--1
input[type="text"], #recherche_avancee
input[type="text"], .encadre_fiche.paragraphe--1 input[type="text"]:focus, #recherche_avancee input[type="text"]:focus, .encadre_fiche.paragraphe--1 input[type="email"], #recherche_avancee input[type="email"], .encadre_fiche.paragraphe--1 .styledSelect::after, #recherche_avancee .styledSelect::after {
  background-color: #fff;
}

input[readonly], input[readonly]:focus, input[readonly]:active {
  color: #626262;
}

input[type="password"],
input[type="text"], input[type="email"] {
  padding-left: 0.8em;
}

#body .edition_fiche__photo input[type="text"] {
  width: 35%;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #484848;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #484848;
  opacity: 1;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #484848;
  opacity: 1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #484848;
}

.ui-widget-content .ui-state-hover,
.ui-widget-content .ui-state-active,
.ui-widget-content .ui-state-focus {
  background-image: none !important;
  color: #fff !important;
}

textarea {
  min-height: 5em;
}

form > p {
  margin-bottom: 0.5em;
}

#body .button_wrapper {
  margin: 1.2em 0;
  padding: 1.3em;
  overflow: visible;
  transform: rotate(357deg) scale(1) skew(-3deg) translate(0px);
  -webkit-transform: rotate(357deg) scale(1) skew(-3deg) translate(0px);
  -moz-transform: rotate(357deg) scale(1) skew(-3deg) translate(0px);
  -o-transform: rotate(357deg) scale(1) skew(-3deg) translate(0px);
  -ms-transform: rotate(357deg) scale(1) skew(-3deg) translate(0px);
  -webkit-transform-origin: 50% 51%;
  display: inline-block;
  margin: 0.7em 0 0.4em;
  padding: 0.3em 1em;
}
#body .button_wrapper input[type="button"], #body .button_wrapper input[type="submit"], #body .button_wrapper input[type="reset"], #body .button_wrapper .button, #body .button_wrapper .js .plier-deplier__bouton, .js #body .button_wrapper .plier-deplier__bouton, #body .button_wrapper .reset, #body .button_wrapper .submit, #body .button_wrapper button.plier-deplier__bouton {
  transform: rotate(3deg) scale(1) skew(3deg) translate(0px);
  -webkit-transform: rotate(3deg) scale(1) skew(3deg) translate(0px);
  -moz-transform: rotate(3deg) scale(1) skew(3deg) translate(0px);
  -o-transform: rotate(3deg) scale(1) skew(3deg) translate(0px);
  -ms-transform: rotate(3deg) scale(1) skew(3deg) translate(0px);
  -webkit-transform-origin: 50% 51%;
  background: transparent;
  border: 0;
  color: #fff;
  margin: 0;
  min-width: 5em;
  padding: 0;
}
#body .encadre_recherche label {
  display: inline-block;
}
#body .encadre_recherche input[type="radio"], #body .encadre_recherche input[type="checkbox"] {
  display: inline-block;
}
#body input#increment {
  width: auto;
}

.kscrollable li::before {
  display: none;
}
.kscrollable .kmultiselect-parent-list-row:hover span, .kscrollable .kmultiselect-composition-list-row:hover span {
  color: #fff;
}

@media screen and (min-width: 42.66667em) {
  select, select:active, select:focus {
    background: #ecf0f1 url("/jsp/styles/img/select_arrow_down_black.png") no-repeat 96% center;
    text-indent: 1px;
    text-overflow: '';
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  select::-ms-expand, select:active::-ms-expand, select:focus::-ms-expand {
    display: none;
  }
}
#body #page .paragraphe--3 input, #body #page .paragraphe--3 select, #body #page .paragraphe--3 textarea, #body #page .paragraphe--3 option {
  border: 0 !important;
  color: #484848;
}
#body #page .paragraphe--3 .validation {
  margin-bottom: 0.4em;
}
#body #page .paragraphe--3 .validation .button_wrapper {
  background: #ecf0f1;
}
@media screen and (min-width: 42.66667em) {
  #body #page .paragraphe--3 select, #body #page .paragraphe--3 select:active, #body #page .paragraphe--3 select:focus {
    background: #ecf0f1 url("/jsp/styles/img/select_arrow_down_black.png") no-repeat 96% center;
  }
}

@media screen and (min-width: 42.66667em) {
  form.disposition2:after {
    content: "";
    display: table;
    clear: both;
  }
  form.disposition2 > p {
    display: block;
    float: left;
    margin-bottom: 1em;
    margin-right: 2%;
    text-align: left;
    width: 48%;
  }
  form.disposition2 > p label {
    clear: left;
    float: none;
    width: auto;
  }
}
.edition_fiche input[type="text"], .edition_fiche textarea, .edition_fiche select, .edition_fiche input[type="password"] {
  width: 50%;
}
.edition_fiche .pwdStrength {
  display: block;
  margin-bottom: 0.5em;
}
.edition_fiche .error-list {
  margin: 0;
  padding: 0;
}

#body .ui-state-hover, #body .ui-widget-content .ui-state-hover, #body .ui-widget-header .ui-state-hover, #body .ui-state-focus, #body .ui-widget-content .ui-state-focus, #body .ui-widget-header .ui-state-focus {
  outline: none;
}

#iframePopin input[type="button"],
#iframePopin .button,
#iframePopin .js .plier-deplier__bouton,
.js #iframePopin .plier-deplier__bouton,
#iframePopin .button:hover,
#iframePopin .js .plier-deplier__bouton:hover,
.js #iframePopin .plier-deplier__bouton:hover {
  background-color: #0091b5;
  cursor: pointer;
}

.fiche.formation .informations-generales {
  background: none;
  padding: 0;
}
.fiche.formation .colonne__pas1 {
  display: none;
}
.fiche.formation .colonne__pas2 {
  width: 100%;
}
.fiche.formation .onglets {
  border-bottom: 0;
  margin-bottom: 0;
}
.fiche.formation .onglets li {
  border: 0;
  bottom: 0;
  font-family: "Montserrat", Cambria, georgia, times, "times new roman", serif;
  font-size: 0.778em;
  margin-right: 1px;
  padding: 0.2em 0.5em;
  text-transform: uppercase;
}
.fiche.formation .onglets li::before {
  display: none;
}
.fiche.formation .onglets li a {
  color: #fff;
  font-weight: normal;
}
.fiche.formation .onglets-section {
  background: #ecf0f1;
  padding: 1.4em;
}
.fiche.formation .only-print {
  display: none !important;
}
.fiche.actualite .bloc_photo {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 2.222em;
  min-height: 18em;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.fiche.actualite .bloc_photo .bloc_photo__date_complement {
  background: rgba(236, 240, 241, 0.95);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
}
.fiche.actualite .bloc_photo .bloc_photo__date_complement .bloc_photo__date_complement_wrapper {
  font-family: "Montserrat", Cambria, georgia, times, "times new roman", serif;
  font-size: 0.778em;
  font-weight: normal;
  padding: 1.286em;
}
.fiche.actualite .bloc_photo .bloc_photo__date_complement .bloc_photo__date_complement_wrapper .bloc_photo__date {
  overflow: hidden;
  width: 59%;
}
.fiche.actualite .bloc_photo .bloc_photo__date_complement .bloc_photo__date_complement_wrapper .bloc_photo__date::before {
  content: "\e64e";
}
.fiche.actualite .bloc_photo .bloc_photo__date_complement .bloc_photo__date_complement_wrapper .bloc_photo__date #date {
  display: none;
}
.fiche.actualite .bloc_photo .bloc_photo__date_complement .bloc_photo__date_complement_wrapper .bloc_photo__complement {
  overflow: hidden;
  width: 40%;
}
.fiche.actualite .bloc_photo .bloc_photo__date_complement .bloc_photo__date_complement_wrapper .bloc_photo__complement::before {
  content: "\e642";
}
@media screen and (max-width: 42.66667em) {
  .fiche.actualite .bloc_photo .bloc_photo__date_complement .bloc_photo__date_complement_wrapper .bloc_photo__complement {
    margin-top: 0.5em;
  }
}
.fiche.actualite .bloc_photo .bloc_photo__date_complement .bloc_photo__date_complement_wrapper .bloc_photo__date, .fiche.actualite .bloc_photo .bloc_photo__date_complement .bloc_photo__date_complement_wrapper .bloc_photo__complement {
  box-sizing: border-box;
  display: inline-block;
  padding-left: 2em;
  position: relative;
  vertical-align: top;
}
.fiche.actualite .bloc_photo .bloc_photo__date_complement .bloc_photo__date_complement_wrapper .bloc_photo__date::before, .fiche.actualite .bloc_photo .bloc_photo__date_complement .bloc_photo__date_complement_wrapper .bloc_photo__complement::before {
  font-family: icomoon;
  font-size: 1.3em;
  left: 0;
  position: absolute;
}
@media screen and (max-width: 42.66667em) {
  .fiche.actualite .bloc_photo .bloc_photo__date_complement .bloc_photo__date_complement_wrapper .bloc_photo__date, .fiche.actualite .bloc_photo .bloc_photo__date_complement .bloc_photo__date_complement_wrapper .bloc_photo__complement {
    width: 100%;
  }
}
.fiche.actualite .bloc_photo .bloc_photo__date_complement .bloc_photo__date_complement_wrapper #date {
  font-weight: normal;
}
.fiche.actualite .bloc_photo.noPhoto {
  background-image: none !important;
  min-height: 0;
}
.fiche.actualite .bloc_photo.noPhoto .bloc_photo__date_complement {
  position: static;
}
.fiche.actualite .bloc_photo.mediumPhoto {
  float: left;
  margin-bottom: 1.66em;
  margin-right: 1.66em;
  min-height: 22.222em;
  width: 45%;
}
.fiche.actualite .bloc_photo.mediumPhoto .bloc_photo__date_complement .bloc_photo__date_complement_wrapper .bloc_photo__date, .fiche.actualite .bloc_photo.mediumPhoto .bloc_photo__date_complement .bloc_photo__date_complement_wrapper .bloc_photo__complement {
  width: 100%;
}
.fiche.actualite .bloc_photo.mediumPhoto .bloc_photo__date_complement .bloc_photo__date_complement_wrapper .bloc_photo__complement {
  margin-top: 0.5em;
}
@media screen and (max-width: 42.66667em) {
  .fiche.actualite .bloc_photo.mediumPhoto {
    float: none;
    width: 100%;
  }
}
.fiche.annuaireksup .contenu .photo {
  margin-bottom: 1em;
}
.fiche.annuaireksup .contenu .structure a:after {
  content: '>';
  padding: 0 .5em;
}
.fiche.annuaireksup .contenu .structure a:last-of-type:after {
  content: none;
}
.fiche.annuaireksup .contenu .structure .structure-rattachement {
  margin-top: .5em;
}
.fiche.annuaireksup .contenu .structure .structure-rattachement a {
  display: block;
}
.fiche.annuaireksup .contenu .structure .structure-rattachement a:after {
  content: none;
}
.fiche.annuaireksup .contenu .ficheannuaire-adresse {
  display: block;
  margin-right: 26%;
}
@media screen and (min-width: 42.66667em) {
  .fiche.annuaireksup .contenu .ficheannuaire-adresse {
    display: inline-block;
  }
}
.fiche .leaflet-maps .leaflet-container h1 {
  font-size: 1.5em;
  margin-bottom: .8em;
}
.fiche .leaflet-maps .leaflet-container h1 a {
  white-space: normal;
}

.menu_principal__colonne {
  box-sizing: border-box;
  display: none;
  float: left;
  padding: .5em;
}

.js .menu_principal__colonne {
  display: block;
}
.js .menu_principal__accroche {
  display: none;
}

@media screen and (max-width: 61.25em) {
  #menu #menu_principal.menu_principal--riche > li .menu_n1_desktop {
    display: none;
  }
}
@media screen and (min-width: 61.25em) {
  #menu #menu_principal.menu_principal--riche {
    position: relative;
  }
  #menu #menu_principal.menu_principal--riche li {
    line-height: 1.55;
  }
  #menu #menu_principal.menu_principal--riche li.mobile-menu__level__titre {
    display: none;
  }
  #menu #menu_principal.menu_principal--riche > li::before {
    display: none;
  }
  #menu #menu_principal.menu_principal--riche > li,
  #menu #menu_principal.menu_principal--riche > li.VIECAMPUS,
  #menu #menu_principal.menu_principal--riche > li.UVSQNEWS {
    display: inline-block;
    font-family: "Montserrat", Cambria, georgia, times, "times new roman", serif;
    font-size: 1.161em;
    padding: 0;
    position: static;
    text-transform: uppercase;
    vertical-align: top;
  }
  #menu #menu_principal.menu_principal--riche > li:first-child,
  #menu #menu_principal.menu_principal--riche > li.VIECAMPUS:first-child,
  #menu #menu_principal.menu_principal--riche > li.UVSQNEWS:first-child {
    border: none;
  }
  #menu #menu_principal.menu_principal--riche > li > a, #menu #menu_principal.menu_principal--riche > li > span,
  #menu #menu_principal.menu_principal--riche > li.VIECAMPUS > a,
  #menu #menu_principal.menu_principal--riche > li.VIECAMPUS > span,
  #menu #menu_principal.menu_principal--riche > li.UVSQNEWS > a,
  #menu #menu_principal.menu_principal--riche > li.UVSQNEWS > span {
    font-weight: normal;
    margin: 0 0.125em;
    padding: 0.37em 0.28em 0.25em;
  }
}
@media screen and (min-width: 61.25em) and (min-width: 67.5em) {
  #menu #menu_principal.menu_principal--riche > li > a, #menu #menu_principal.menu_principal--riche > li > span,
  #menu #menu_principal.menu_principal--riche > li.VIECAMPUS > a,
  #menu #menu_principal.menu_principal--riche > li.VIECAMPUS > span,
  #menu #menu_principal.menu_principal--riche > li.UVSQNEWS > a,
  #menu #menu_principal.menu_principal--riche > li.UVSQNEWS > span {
    margin: 0 0.5em;
  }
}
@media screen and (min-width: 61.25em) {
  #menu #menu_principal.menu_principal--riche > li.menu_principal--ouvert, #menu #menu_principal.menu_principal--riche > li:hover, #menu #menu_principal.menu_principal--riche > li.menu_principal-actif,
  #menu #menu_principal.menu_principal--riche > li.VIECAMPUS.menu_principal--ouvert,
  #menu #menu_principal.menu_principal--riche > li.VIECAMPUS:hover,
  #menu #menu_principal.menu_principal--riche > li.VIECAMPUS.menu_principal-actif,
  #menu #menu_principal.menu_principal--riche > li.UVSQNEWS.menu_principal--ouvert,
  #menu #menu_principal.menu_principal--riche > li.UVSQNEWS:hover,
  #menu #menu_principal.menu_principal--riche > li.UVSQNEWS.menu_principal-actif {
    outline: none;
  }
  #menu #menu_principal.menu_principal--riche > li.menu_principal--ouvert,
  #menu #menu_principal.menu_principal--riche > li.VIECAMPUS.menu_principal--ouvert,
  #menu #menu_principal.menu_principal--riche > li.UVSQNEWS.menu_principal--ouvert {
    background-color: #fff;
  }
  #menu #menu_principal.menu_principal--riche > li.menu_principal--ouvert .item__control-level-0,
  #menu #menu_principal.menu_principal--riche > li.VIECAMPUS.menu_principal--ouvert .item__control-level-0,
  #menu #menu_principal.menu_principal--riche > li.UVSQNEWS.menu_principal--ouvert .item__control-level-0 {
    font-weight: bold;
  }
  #menu #menu_principal.menu_principal--riche > li .plier-deplier__contenu--ouvert,
  #menu #menu_principal.menu_principal--riche > li.VIECAMPUS .plier-deplier__contenu--ouvert,
  #menu #menu_principal.menu_principal--riche > li.UVSQNEWS .plier-deplier__contenu--ouvert {
    border-radius: 0;
    border: 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
    padding: 0;
  }
  #menu #menu_principal.menu_principal--riche > li .type_rubrique_nav,
  #menu #menu_principal.menu_principal--riche > li.VIECAMPUS .type_rubrique_nav,
  #menu #menu_principal.menu_principal--riche > li.UVSQNEWS .type_rubrique_nav {
    color: #fff;
  }
  #menu #menu_principal.menu_principal--riche > li .menu_n1_mobile,
  #menu #menu_principal.menu_principal--riche > li.VIECAMPUS .menu_n1_mobile,
  #menu #menu_principal.menu_principal--riche > li.UVSQNEWS .menu_n1_mobile {
    display: none !important;
  }
  #menu #menu_principal.menu_principal--riche > li .menu_principal__accroche,
  #menu #menu_principal.menu_principal--riche > li.VIECAMPUS .menu_principal__accroche,
  #menu #menu_principal.menu_principal--riche > li.UVSQNEWS .menu_principal__accroche {
    font-size: 0.766em;
    margin-top: 0.8em;
    overflow: hidden;
  }
  #menu #menu_principal.menu_principal--riche > li .menu_principal__accroche .vignette_deco2 a,
  #menu #menu_principal.menu_principal--riche > li.VIECAMPUS .menu_principal__accroche .vignette_deco2 a,
  #menu #menu_principal.menu_principal--riche > li.UVSQNEWS .menu_principal__accroche .vignette_deco2 a {
    font-size: 0.899em;
  }
  #menu #menu_principal.menu_principal--riche > li .menu_principal__accroche img,
  #menu #menu_principal.menu_principal--riche > li.VIECAMPUS .menu_principal__accroche img,
  #menu #menu_principal.menu_principal--riche > li.UVSQNEWS .menu_principal__accroche img {
    max-width: 9em;
  }
  #menu #menu_principal.menu_principal--riche > li .menu_principal__accroche strong,
  #menu #menu_principal.menu_principal--riche > li.VIECAMPUS .menu_principal__accroche strong,
  #menu #menu_principal.menu_principal--riche > li.UVSQNEWS .menu_principal__accroche strong {
    text-transform: none;
  }
  #menu #menu_principal.menu_principal--riche > li .menu_principal__accroche li,
  #menu #menu_principal.menu_principal--riche > li.VIECAMPUS .menu_principal__accroche li,
  #menu #menu_principal.menu_principal--riche > li.UVSQNEWS .menu_principal__accroche li {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-bottom: 0.7em;
  }
  #menu #menu_principal.menu_principal--riche > li .menu_principal__accroche li .date,
  #menu #menu_principal.menu_principal--riche > li.VIECAMPUS .menu_principal__accroche li .date,
  #menu #menu_principal.menu_principal--riche > li.UVSQNEWS .menu_principal__accroche li .date {
    font-size: 0.9em;
    padding: 0.3em 0;
  }
  #menu #menu_principal.menu_principal--riche > li .menu_principal__accroche li.avec_vignette, #menu #menu_principal.menu_principal--riche > li .menu_principal__accroche div.vignette_deco2,
  #menu #menu_principal.menu_principal--riche > li.VIECAMPUS .menu_principal__accroche li.avec_vignette,
  #menu #menu_principal.menu_principal--riche > li.VIECAMPUS .menu_principal__accroche div.vignette_deco2,
  #menu #menu_principal.menu_principal--riche > li.UVSQNEWS .menu_principal__accroche li.avec_vignette,
  #menu #menu_principal.menu_principal--riche > li.UVSQNEWS .menu_principal__accroche div.vignette_deco2 {
    overflow: visible;
  }
  #menu #menu_principal.menu_principal--riche > li.UVSQNEWS:hover, #menu #menu_principal.menu_principal--riche > li.UVSQNEWS.menu_principal--ouvert, #menu #menu_principal.menu_principal--riche > li.UVSQNEWS.menu_principal-actif, #menu #menu_principal.menu_principal--riche > li.VIECAMPUS:hover, #menu #menu_principal.menu_principal--riche > li.VIECAMPUS.menu_principal--ouvert, #menu #menu_principal.menu_principal--riche > li.VIECAMPUS.menu_principal-actif,
  #menu #menu_principal.menu_principal--riche > li.VIECAMPUS.UVSQNEWS:hover,
  #menu #menu_principal.menu_principal--riche > li.VIECAMPUS.UVSQNEWS.menu_principal--ouvert,
  #menu #menu_principal.menu_principal--riche > li.VIECAMPUS.UVSQNEWS.menu_principal-actif,
  #menu #menu_principal.menu_principal--riche > li.VIECAMPUS.VIECAMPUS:hover,
  #menu #menu_principal.menu_principal--riche > li.VIECAMPUS.VIECAMPUS.menu_principal--ouvert,
  #menu #menu_principal.menu_principal--riche > li.VIECAMPUS.VIECAMPUS.menu_principal-actif,
  #menu #menu_principal.menu_principal--riche > li.UVSQNEWS.UVSQNEWS:hover,
  #menu #menu_principal.menu_principal--riche > li.UVSQNEWS.UVSQNEWS.menu_principal--ouvert,
  #menu #menu_principal.menu_principal--riche > li.UVSQNEWS.UVSQNEWS.menu_principal-actif,
  #menu #menu_principal.menu_principal--riche > li.UVSQNEWS.VIECAMPUS:hover,
  #menu #menu_principal.menu_principal--riche > li.UVSQNEWS.VIECAMPUS.menu_principal--ouvert,
  #menu #menu_principal.menu_principal--riche > li.UVSQNEWS.VIECAMPUS.menu_principal-actif {
    background: transparent;
  }
  #menu #menu_principal.menu_principal--riche > li.UVSQNEWS:hover > a, #menu #menu_principal.menu_principal--riche > li.UVSQNEWS.menu_principal--ouvert > a, #menu #menu_principal.menu_principal--riche > li.UVSQNEWS.menu_principal-actif > a, #menu #menu_principal.menu_principal--riche > li.VIECAMPUS:hover > a, #menu #menu_principal.menu_principal--riche > li.VIECAMPUS.menu_principal--ouvert > a, #menu #menu_principal.menu_principal--riche > li.VIECAMPUS.menu_principal-actif > a,
  #menu #menu_principal.menu_principal--riche > li.VIECAMPUS.UVSQNEWS:hover > a,
  #menu #menu_principal.menu_principal--riche > li.VIECAMPUS.UVSQNEWS.menu_principal--ouvert > a,
  #menu #menu_principal.menu_principal--riche > li.VIECAMPUS.UVSQNEWS.menu_principal-actif > a,
  #menu #menu_principal.menu_principal--riche > li.VIECAMPUS.VIECAMPUS:hover > a,
  #menu #menu_principal.menu_principal--riche > li.VIECAMPUS.VIECAMPUS.menu_principal--ouvert > a,
  #menu #menu_principal.menu_principal--riche > li.VIECAMPUS.VIECAMPUS.menu_principal-actif > a,
  #menu #menu_principal.menu_principal--riche > li.UVSQNEWS.UVSQNEWS:hover > a,
  #menu #menu_principal.menu_principal--riche > li.UVSQNEWS.UVSQNEWS.menu_principal--ouvert > a,
  #menu #menu_principal.menu_principal--riche > li.UVSQNEWS.UVSQNEWS.menu_principal-actif > a,
  #menu #menu_principal.menu_principal--riche > li.UVSQNEWS.VIECAMPUS:hover > a,
  #menu #menu_principal.menu_principal--riche > li.UVSQNEWS.VIECAMPUS.menu_principal--ouvert > a,
  #menu #menu_principal.menu_principal--riche > li.UVSQNEWS.VIECAMPUS.menu_principal-actif > a {
    background: #7f7f7f;
    color: #ffffff !important;
  }
  #menu #menu_principal.menu_principal--riche > li.UVSQNEWS:hover > a, #menu #menu_principal.menu_principal--riche > li.VIECAMPUS:hover > a,
  #menu #menu_principal.menu_principal--riche > li.VIECAMPUS.UVSQNEWS:hover > a,
  #menu #menu_principal.menu_principal--riche > li.VIECAMPUS.VIECAMPUS:hover > a,
  #menu #menu_principal.menu_principal--riche > li.UVSQNEWS.UVSQNEWS:hover > a,
  #menu #menu_principal.menu_principal--riche > li.UVSQNEWS.VIECAMPUS:hover > a {
    background: #ecf0f1;
  }
  #menu #menu_principal.menu_principal--riche > li.UVSQNEWS > a.type_rubrique_VIECAMPUS,
  #menu #menu_principal.menu_principal--riche > li.UVSQNEWS > a.type_rubrique_UVSQNEWS, #menu #menu_principal.menu_principal--riche > li.VIECAMPUS > a.type_rubrique_VIECAMPUS,
  #menu #menu_principal.menu_principal--riche > li.VIECAMPUS > a.type_rubrique_UVSQNEWS,
  #menu #menu_principal.menu_principal--riche > li.VIECAMPUS.UVSQNEWS > a.type_rubrique_VIECAMPUS,
  #menu #menu_principal.menu_principal--riche > li.VIECAMPUS.UVSQNEWS > a.type_rubrique_UVSQNEWS,
  #menu #menu_principal.menu_principal--riche > li.VIECAMPUS.VIECAMPUS > a.type_rubrique_VIECAMPUS,
  #menu #menu_principal.menu_principal--riche > li.VIECAMPUS.VIECAMPUS > a.type_rubrique_UVSQNEWS,
  #menu #menu_principal.menu_principal--riche > li.UVSQNEWS.UVSQNEWS > a.type_rubrique_VIECAMPUS,
  #menu #menu_principal.menu_principal--riche > li.UVSQNEWS.UVSQNEWS > a.type_rubrique_UVSQNEWS,
  #menu #menu_principal.menu_principal--riche > li.UVSQNEWS.VIECAMPUS > a.type_rubrique_VIECAMPUS,
  #menu #menu_principal.menu_principal--riche > li.UVSQNEWS.VIECAMPUS > a.type_rubrique_UVSQNEWS {
    margin: 1.2em 0;
    padding: 1.3em;
    overflow: visible;
    transform: rotate(355deg) scale(1) skew(-5deg) translate(0px);
    -webkit-transform: rotate(355deg) scale(1) skew(-5deg) translate(0px);
    -moz-transform: rotate(355deg) scale(1) skew(-5deg) translate(0px);
    -o-transform: rotate(355deg) scale(1) skew(-5deg) translate(0px);
    -ms-transform: rotate(355deg) scale(1) skew(-5deg) translate(0px);
    -webkit-transform-origin: 50% 51%;
    display: block;
    margin: 0 0.45em 0 0;
    padding: 0.37em 0.2em 0.22em;
  }
  #menu #menu_principal.menu_principal--riche > li.UVSQNEWS > a.type_rubrique_VIECAMPUS span,
  #menu #menu_principal.menu_principal--riche > li.UVSQNEWS > a.type_rubrique_UVSQNEWS span, #menu #menu_principal.menu_principal--riche > li.VIECAMPUS > a.type_rubrique_VIECAMPUS span,
  #menu #menu_principal.menu_principal--riche > li.VIECAMPUS > a.type_rubrique_UVSQNEWS span,
  #menu #menu_principal.menu_principal--riche > li.VIECAMPUS.UVSQNEWS > a.type_rubrique_VIECAMPUS span,
  #menu #menu_principal.menu_principal--riche > li.VIECAMPUS.UVSQNEWS > a.type_rubrique_UVSQNEWS span,
  #menu #menu_principal.menu_principal--riche > li.VIECAMPUS.VIECAMPUS > a.type_rubrique_VIECAMPUS span,
  #menu #menu_principal.menu_principal--riche > li.VIECAMPUS.VIECAMPUS > a.type_rubrique_UVSQNEWS span,
  #menu #menu_principal.menu_principal--riche > li.UVSQNEWS.UVSQNEWS > a.type_rubrique_VIECAMPUS span,
  #menu #menu_principal.menu_principal--riche > li.UVSQNEWS.UVSQNEWS > a.type_rubrique_UVSQNEWS span,
  #menu #menu_principal.menu_principal--riche > li.UVSQNEWS.VIECAMPUS > a.type_rubrique_VIECAMPUS span,
  #menu #menu_principal.menu_principal--riche > li.UVSQNEWS.VIECAMPUS > a.type_rubrique_UVSQNEWS span {
    transform: rotate(5deg) scale(1) skew(5deg) translate(0px);
    -webkit-transform: rotate(5deg) scale(1) skew(5deg) translate(0px);
    -moz-transform: rotate(5deg) scale(1) skew(5deg) translate(0px);
    -o-transform: rotate(5deg) scale(1) skew(5deg) translate(0px);
    -ms-transform: rotate(5deg) scale(1) skew(5deg) translate(0px);
    -webkit-transform-origin: 50% 51%;
    display: block;
    padding: 0 0.3em;
  }
  #menu #menu_principal.menu_principal--riche > li.UVSQNEWS > a.type_rubrique_VIECAMPUS b,
  #menu #menu_principal.menu_principal--riche > li.UVSQNEWS > a.type_rubrique_VIECAMPUS strong,
  #menu #menu_principal.menu_principal--riche > li.UVSQNEWS > a.type_rubrique_UVSQNEWS b,
  #menu #menu_principal.menu_principal--riche > li.UVSQNEWS > a.type_rubrique_UVSQNEWS strong, #menu #menu_principal.menu_principal--riche > li.VIECAMPUS > a.type_rubrique_VIECAMPUS b,
  #menu #menu_principal.menu_principal--riche > li.VIECAMPUS > a.type_rubrique_VIECAMPUS strong,
  #menu #menu_principal.menu_principal--riche > li.VIECAMPUS > a.type_rubrique_UVSQNEWS b,
  #menu #menu_principal.menu_principal--riche > li.VIECAMPUS > a.type_rubrique_UVSQNEWS strong,
  #menu #menu_principal.menu_principal--riche > li.VIECAMPUS.UVSQNEWS > a.type_rubrique_VIECAMPUS b,
  #menu #menu_principal.menu_principal--riche > li.VIECAMPUS.UVSQNEWS > a.type_rubrique_VIECAMPUS strong,
  #menu #menu_principal.menu_principal--riche > li.VIECAMPUS.UVSQNEWS > a.type_rubrique_UVSQNEWS b,
  #menu #menu_principal.menu_principal--riche > li.VIECAMPUS.UVSQNEWS > a.type_rubrique_UVSQNEWS strong,
  #menu #menu_principal.menu_principal--riche > li.VIECAMPUS.VIECAMPUS > a.type_rubrique_VIECAMPUS b,
  #menu #menu_principal.menu_principal--riche > li.VIECAMPUS.VIECAMPUS > a.type_rubrique_VIECAMPUS strong,
  #menu #menu_principal.menu_principal--riche > li.VIECAMPUS.VIECAMPUS > a.type_rubrique_UVSQNEWS b,
  #menu #menu_principal.menu_principal--riche > li.VIECAMPUS.VIECAMPUS > a.type_rubrique_UVSQNEWS strong,
  #menu #menu_principal.menu_principal--riche > li.UVSQNEWS.UVSQNEWS > a.type_rubrique_VIECAMPUS b,
  #menu #menu_principal.menu_principal--riche > li.UVSQNEWS.UVSQNEWS > a.type_rubrique_VIECAMPUS strong,
  #menu #menu_principal.menu_principal--riche > li.UVSQNEWS.UVSQNEWS > a.type_rubrique_UVSQNEWS b,
  #menu #menu_principal.menu_principal--riche > li.UVSQNEWS.UVSQNEWS > a.type_rubrique_UVSQNEWS strong,
  #menu #menu_principal.menu_principal--riche > li.UVSQNEWS.VIECAMPUS > a.type_rubrique_VIECAMPUS b,
  #menu #menu_principal.menu_principal--riche > li.UVSQNEWS.VIECAMPUS > a.type_rubrique_VIECAMPUS strong,
  #menu #menu_principal.menu_principal--riche > li.UVSQNEWS.VIECAMPUS > a.type_rubrique_UVSQNEWS b,
  #menu #menu_principal.menu_principal--riche > li.UVSQNEWS.VIECAMPUS > a.type_rubrique_UVSQNEWS strong {
    font-family: "montserratlight", Cambria, georgia, times, "times new roman", serif;
    font-size: 0.733em;
    font-weight: normal;
  }
  #menu #menu_principal.menu_principal--riche > li.UVSQNEWS > a.type_rubrique_VIECAMPUS:hover, #menu #menu_principal.menu_principal--riche > li.UVSQNEWS > a.type_rubrique_VIECAMPUS span:hover, #menu #menu_principal.menu_principal--riche > li.UVSQNEWS > a.type_rubrique_VIECAMPUS:hover span,
  #menu #menu_principal.menu_principal--riche > li.UVSQNEWS > a.type_rubrique_UVSQNEWS:hover,
  #menu #menu_principal.menu_principal--riche > li.UVSQNEWS > a.type_rubrique_UVSQNEWS span:hover,
  #menu #menu_principal.menu_principal--riche > li.UVSQNEWS > a.type_rubrique_UVSQNEWS:hover span, #menu #menu_principal.menu_principal--riche > li.VIECAMPUS > a.type_rubrique_VIECAMPUS:hover, #menu #menu_principal.menu_principal--riche > li.VIECAMPUS > a.type_rubrique_VIECAMPUS span:hover, #menu #menu_principal.menu_principal--riche > li.VIECAMPUS > a.type_rubrique_VIECAMPUS:hover span,
  #menu #menu_principal.menu_principal--riche > li.VIECAMPUS > a.type_rubrique_UVSQNEWS:hover,
  #menu #menu_principal.menu_principal--riche > li.VIECAMPUS > a.type_rubrique_UVSQNEWS span:hover,
  #menu #menu_principal.menu_principal--riche > li.VIECAMPUS > a.type_rubrique_UVSQNEWS:hover span,
  #menu #menu_principal.menu_principal--riche > li.VIECAMPUS.UVSQNEWS > a.type_rubrique_VIECAMPUS:hover,
  #menu #menu_principal.menu_principal--riche > li.VIECAMPUS.UVSQNEWS > a.type_rubrique_VIECAMPUS span:hover,
  #menu #menu_principal.menu_principal--riche > li.VIECAMPUS.UVSQNEWS > a.type_rubrique_VIECAMPUS:hover span,
  #menu #menu_principal.menu_principal--riche > li.VIECAMPUS.UVSQNEWS > a.type_rubrique_UVSQNEWS:hover,
  #menu #menu_principal.menu_principal--riche > li.VIECAMPUS.UVSQNEWS > a.type_rubrique_UVSQNEWS span:hover,
  #menu #menu_principal.menu_principal--riche > li.VIECAMPUS.UVSQNEWS > a.type_rubrique_UVSQNEWS:hover span,
  #menu #menu_principal.menu_principal--riche > li.VIECAMPUS.VIECAMPUS > a.type_rubrique_VIECAMPUS:hover,
  #menu #menu_principal.menu_principal--riche > li.VIECAMPUS.VIECAMPUS > a.type_rubrique_VIECAMPUS span:hover,
  #menu #menu_principal.menu_principal--riche > li.VIECAMPUS.VIECAMPUS > a.type_rubrique_VIECAMPUS:hover span,
  #menu #menu_principal.menu_principal--riche > li.VIECAMPUS.VIECAMPUS > a.type_rubrique_UVSQNEWS:hover,
  #menu #menu_principal.menu_principal--riche > li.VIECAMPUS.VIECAMPUS > a.type_rubrique_UVSQNEWS span:hover,
  #menu #menu_principal.menu_principal--riche > li.VIECAMPUS.VIECAMPUS > a.type_rubrique_UVSQNEWS:hover span,
  #menu #menu_principal.menu_principal--riche > li.UVSQNEWS.UVSQNEWS > a.type_rubrique_VIECAMPUS:hover,
  #menu #menu_principal.menu_principal--riche > li.UVSQNEWS.UVSQNEWS > a.type_rubrique_VIECAMPUS span:hover,
  #menu #menu_principal.menu_principal--riche > li.UVSQNEWS.UVSQNEWS > a.type_rubrique_VIECAMPUS:hover span,
  #menu #menu_principal.menu_principal--riche > li.UVSQNEWS.UVSQNEWS > a.type_rubrique_UVSQNEWS:hover,
  #menu #menu_principal.menu_principal--riche > li.UVSQNEWS.UVSQNEWS > a.type_rubrique_UVSQNEWS span:hover,
  #menu #menu_principal.menu_principal--riche > li.UVSQNEWS.UVSQNEWS > a.type_rubrique_UVSQNEWS:hover span,
  #menu #menu_principal.menu_principal--riche > li.UVSQNEWS.VIECAMPUS > a.type_rubrique_VIECAMPUS:hover,
  #menu #menu_principal.menu_principal--riche > li.UVSQNEWS.VIECAMPUS > a.type_rubrique_VIECAMPUS span:hover,
  #menu #menu_principal.menu_principal--riche > li.UVSQNEWS.VIECAMPUS > a.type_rubrique_VIECAMPUS:hover span,
  #menu #menu_principal.menu_principal--riche > li.UVSQNEWS.VIECAMPUS > a.type_rubrique_UVSQNEWS:hover,
  #menu #menu_principal.menu_principal--riche > li.UVSQNEWS.VIECAMPUS > a.type_rubrique_UVSQNEWS span:hover,
  #menu #menu_principal.menu_principal--riche > li.UVSQNEWS.VIECAMPUS > a.type_rubrique_UVSQNEWS:hover span {
    color: #ffffff !important;
    font-weight: bold;
  }
  #menu #menu_principal.menu_principal--riche > li .icon-chevron-right,
  #menu #menu_principal.menu_principal--riche > li.VIECAMPUS .icon-chevron-right,
  #menu #menu_principal.menu_principal--riche > li.UVSQNEWS .icon-chevron-right {
    display: none;
  }
  #menu #menu_principal.menu_principal--riche > li > div,
  #menu #menu_principal.menu_principal--riche > li.VIECAMPUS > div,
  #menu #menu_principal.menu_principal--riche > li.UVSQNEWS > div {
    background: #fff;
    box-sizing: border-box;
    color: #484848;
    line-height: normal;
    margin: 0;
    max-width: 62.889em;
    padding-bottom: 1em;
    text-transform: none;
    width: 100%;
  }
  #menu #menu_principal.menu_principal--riche > li > div > div > ul,
  #menu #menu_principal.menu_principal--riche > li.VIECAMPUS > div > div > ul,
  #menu #menu_principal.menu_principal--riche > li.UVSQNEWS > div > div > ul {
    display: block;
    margin: 0;
    position: static;
    width: 100%;
  }
  #menu #menu_principal.menu_principal--riche > li > div > div > ul li::before,
  #menu #menu_principal.menu_principal--riche > li.VIECAMPUS > div > div > ul li::before,
  #menu #menu_principal.menu_principal--riche > li.UVSQNEWS > div > div > ul li::before {
    display: none;
  }
  #menu #menu_principal.menu_principal--riche > li > div > div > ul > li,
  #menu #menu_principal.menu_principal--riche > li.VIECAMPUS > div > div > ul > li,
  #menu #menu_principal.menu_principal--riche > li.UVSQNEWS > div > div > ul > li {
    display: inline-block;
    width: 100%;
  }
  #menu #menu_principal.menu_principal--riche > li > div > div > ul > li > a,
  #menu #menu_principal.menu_principal--riche > li > div > div > ul > li > span,
  #menu #menu_principal.menu_principal--riche > li.VIECAMPUS > div > div > ul > li > a,
  #menu #menu_principal.menu_principal--riche > li.VIECAMPUS > div > div > ul > li > span,
  #menu #menu_principal.menu_principal--riche > li.UVSQNEWS > div > div > ul > li > a,
  #menu #menu_principal.menu_principal--riche > li.UVSQNEWS > div > div > ul > li > span {
    display: inline-block;
    font-family: "Montserrat", Cambria, georgia, times, "times new roman", serif;
    font-size: 0.766em;
    font-weight: normal;
  }
  #menu #menu_principal.menu_principal--riche > li > div > div > ul > li > a::before,
  #menu #menu_principal.menu_principal--riche > li > div > div > ul > li > span::before,
  #menu #menu_principal.menu_principal--riche > li.VIECAMPUS > div > div > ul > li > a::before,
  #menu #menu_principal.menu_principal--riche > li.VIECAMPUS > div > div > ul > li > span::before,
  #menu #menu_principal.menu_principal--riche > li.UVSQNEWS > div > div > ul > li > a::before,
  #menu #menu_principal.menu_principal--riche > li.UVSQNEWS > div > div > ul > li > span::before {
    content: "\BB";
    font-family: Verdana, "corbel", Arial, "Helvetica Neue", Helvetica, "Bitstream Vera Sans", sans-serif;
    position: relative;
    top: 2px;
    display: inline-block;
    font-size: 1.7em;
    padding: 0 0.4em 0 0.7em;
    position: relative;
    top: 0.1em;
  }
  #menu #menu_principal.menu_principal--riche > li > div > div > ul > li.mobile-menu__level__titre,
  #menu #menu_principal.menu_principal--riche > li.VIECAMPUS > div > div > ul > li.mobile-menu__level__titre,
  #menu #menu_principal.menu_principal--riche > li.UVSQNEWS > div > div > ul > li.mobile-menu__level__titre {
    display: none;
  }
  #menu #menu_principal.menu_principal--riche > li > div > div > ul > li ul,
  #menu #menu_principal.menu_principal--riche > li.VIECAMPUS > div > div > ul > li ul,
  #menu #menu_principal.menu_principal--riche > li.UVSQNEWS > div > div > ul > li ul {
    margin: 0 0 0 3.7em;
  }
  #menu #menu_principal.menu_principal--riche > li > div > div > ul > li ul a, #menu #menu_principal.menu_principal--riche > li > div > div > ul > li ul span,
  #menu #menu_principal.menu_principal--riche > li.VIECAMPUS > div > div > ul > li ul a,
  #menu #menu_principal.menu_principal--riche > li.VIECAMPUS > div > div > ul > li ul span,
  #menu #menu_principal.menu_principal--riche > li.UVSQNEWS > div > div > ul > li ul a,
  #menu #menu_principal.menu_principal--riche > li.UVSQNEWS > div > div > ul > li ul span {
    font-family: "montserratlight", Cambria, georgia, times, "times new roman", serif;
    font-size: 0.67em;
    font-weight: 400;
    padding: 0;
  }
  #menu #menu_principal.menu_principal--riche > li > div > div > ul > li ul a::before, #menu #menu_principal.menu_principal--riche > li > div > div > ul > li ul span::before,
  #menu #menu_principal.menu_principal--riche > li.VIECAMPUS > div > div > ul > li ul a::before,
  #menu #menu_principal.menu_principal--riche > li.VIECAMPUS > div > div > ul > li ul span::before,
  #menu #menu_principal.menu_principal--riche > li.UVSQNEWS > div > div > ul > li ul a::before,
  #menu #menu_principal.menu_principal--riche > li.UVSQNEWS > div > div > ul > li ul span::before {
    content: none;
  }
  #menu #menu_principal.menu_principal--riche .content-link-menu--mobile {
    background: none;
  }
  #menu #menu_principal.menu_principal--riche .mobile-menu__item--intranet,
  #menu #menu_principal.menu_principal--riche .mobile-menu__item--acces,
  #menu #menu_principal.menu_principal--riche .mobile-menu__item--profuvsq {
    display: none;
  }

  .menu_principal__colonne {
    width: 50%;
  }

  .no-js #menu_principal.menu_principal--riche [class^="colonne"] {
    float: none;
  }
  .no-js #menu_principal.menu_principal--riche > li {
    width: 100%;
  }
}
@media screen and (min-width: 61.25em) and (min-width: 50em) {
  .no-js #menu_principal.menu_principal--riche > li {
    width: auto;
  }
}
@media screen and (min-width: 61.25em) {
  .no-js #menu_principal.menu_principal--riche > li > div {
    width: 100%;
  }
}
@media screen and (min-width: 61.25em) {
  .js .menu_principal__accroche {
    display: block;
  }
  .js .menu_principal__colonne {
    width: 33.333333%;
  }
}
@media screen and (max-width: 61.25em) {
  body {
    -moz-transition: left 0.5s, right 0.5s, margin-left 0.5s, -moz-transform 0.5s;
    -o-transition: left 0.5s, right 0.5s, margin-left 0.5s, -o-transform 0.5s;
    -webkit-transition: left 0.5s, right 0.5s, margin-left 0.5s, -webkit-transform 0.5s;
    transition: left 0.5s, right 0.5s, margin-left 0.5s, transform 0.5s;
    bottom: 0;
    left: 0;
    overflow: auto;
    /*position: absolute;*/
    top: 0;
  }
  body #profil_uvsq {
    display: none;
  }
  body #menu_principal {
    line-height: 1.5;
  }
  body #menu_principal li {
    position: relative;
  }
  body #menu_principal li.mobile-menu__item--nav + .mobile-menu__item--acces {
    margin-top: 1em;
  }
  body #menu_principal li.mobile-menu__item--acces + .mobile-menu__item--profuvsq {
    margin-top: 1em;
  }
  body #menu_principal li::before {
    display: none;
  }
  body.collapsed {
    height: 100%;
    left: -60px;
    right: 0;
    position: fixed;
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  body.expanded {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .js #menu {
    background: #323232;
    height: 100%;
    -moz-transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    right: 60px;
    -moz-transition: -moz-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
  }
  .js #menu ul {
    margin-bottom: 0 !important;
  }
  .js #menu.plier-deplier__contenu--clos {
    display: block;
    top: 0;
  }
  .js #menu .menu_principal__colonne {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .js #menu .menu_principal__colonne .mobile-menu__level__titre {
    display: none;
  }
  .js #menu .menu_principal__colonne .icon-chevron-right.sub-chevron {
    transform: none !important;
  }
  .js #menu .menu_principal__colonne ul {
    border-left: 0.4rem solid;
  }
  .js #menu .menu_principal__colonne .second-menu {
    overflow-y: hidden;
    width: 100% !important;
  }
  .js #menu .menu_principal__colonne .mobile-menu__item.active-submenu .second-menu {
    display: block !important;
  }
  .js #menu .menu_principal__colonne .mobile-menu__item.active-submenu .icon-chevron-right {
    transform: rotate(90deg) !important;
  }
  .js #menu .plier-deplier__contenu--clos .mobile-menu__level-close-button {
    background: none;
    width: 20px;
  }
  .js #menu .mobile-menu__level-close-button {
    text-align: left;
    width: 100%;
  }
  .js #menu .mobile-menu__level-close-button .icon {
    background: transparent;
    border: none;
    color: #fff;
    float: right;
    font-size: 1.5em;
    margin-top: .45em;
    padding: 0;
  }
  .js #menu .mobile-menu__item > a, .js #menu .mobile-menu__item > span, .js #menu .mobile-menu__item > button {
    color: #484848;
    box-sizing: border-box;
    padding: 0 1em;
    text-align: left;
    text-transform: none;
    width: 100%;
  }
  .js #menu .mobile-menu__item a.type_rubrique_acces {
    font-size: 1.2em;
    padding-left: 1em;
  }
  .js #menu .mobile-menu__item .align-chevron {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .js #menu .mobile-menu__item .type_rubrique_0001 {
    padding: 0 1em;
  }
  .js #menu .mobile-menu__item .type_rubrique_0001:focus {
    border: solid 2px #484848;
  }
  .js #menu .mobile-menu__item--nav .menu__level--1 {
    font-size: .8em;
  }
  .js #menu .mobile-menu__item--VIECAMPUS .menu__level--1 {
    font-size: .8em;
  }
  .js #menu .mobile-menu__item--acces {
    font-size: .8em;
  }
  .js #menu .mobile-menu__item--acces .item__control-level-0 {
    text-transform: uppercase;
  }
  .js #menu .mobile-menu__item--intranet {
    display: flex;
    align-items: center;
    margin: .3em 0;
  }
  .js #menu .mobile-menu__item--intranet img {
    padding-left: 1em;
  }
  .js #menu .mobile-menu__item--profuvsq .menu__level--1 {
    font-size: .8em;
  }
  .js #menu .mobile-menu__item--profuvsq button {
    font-size: .8em;
  }
  .js #menu .mobile-menu__level {
    background: #ddd;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    -moz-transition: left 0.5s, right 0.5s, margin-left 0.5s, -moz-transform 0.5s;
    -o-transition: left 0.5s, right 0.5s, margin-left 0.5s, -o-transform 0.5s;
    -webkit-transition: left 0.5s, right 0.5s, margin-left 0.5s, -webkit-transform 0.5s;
    transition: left 0.5s, right 0.5s, margin-left 0.5s, transform 0.5s;
  }
  .js #menu .mobile-menu__level .mobile-menu__level {
    left: 0;
    right: 10px;
    width: auto;
  }
  .js #menu .mobile-menu__level .mobile-menu__level__titre a {
    font-weight: bold;
    padding: 1rem 1.5em;
    text-transform: uppercase;
  }
  .js #menu .mobile-menu__level li button.item__control-level-0 {
    padding: 0 1.2em;
    line-height: 2em;
    background: none !important;
  }
  .js #menu .mobile-menu__level li.mobile-menu__item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .js #menu .mobile-menu__level li.mobile-menu__item:focus .item__control-level-0 {
    color: #484848 !important;
  }
  .js #menu .mobile-menu__level li.mobile-menu__item .item__control-level-0 {
    width: 80%;
    flex: 1;
  }
  .js #menu .mobile-menu__level li.mobile-menu__item .type_rubrique_UVSQNEWS, .js #menu .mobile-menu__level li.mobile-menu__item .type_rubrique_VIECAMPUS {
    margin-right: 33%;
  }
}
@media screen and (max-width: 61.25em) and (min-width: 18.75em) {
  .js #menu .mobile-menu__level li.mobile-menu__item .type_rubrique_UVSQNEWS, .js #menu .mobile-menu__level li.mobile-menu__item .type_rubrique_VIECAMPUS {
    margin-right: 50%;
  }
}
@media screen and (max-width: 61.25em) and (min-width: 37.5em) {
  .js #menu .mobile-menu__level li.mobile-menu__item .type_rubrique_UVSQNEWS, .js #menu .mobile-menu__level li.mobile-menu__item .type_rubrique_VIECAMPUS {
    margin-right: 70%;
  }
}
@media screen and (max-width: 61.25em) {
  .js #menu .mobile-menu__level li.mobile-menu__item .item__control-level-1 {
    width: 80%;
    flex: 1;
  }
  .js #menu .mobile-menu__level li.mobile-menu__item .icon-chevron-right {
    width: 24px;
    padding: 0 1rem;
    cursor: pointer;
    transition: all .2s ease-in-out;
  }
  .js #menu .mobile-menu__level li.mobile-menu__item > a {
    color: white;
  }
  .js #menu .mobile-menu__level li.mobile-menu__item.mobile-menu__item--intranet .icon-chevron-right {
    display: none;
  }
  .js #menu .mobile-menu__level li.mobile-menu__item.open .dropdown-menu {
    display: block;
    position: relative;
    width: 100%;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
  }
  .js #menu .mobile-menu__level li.mobile-menu__item.open .icon-chevron-right {
    transform: rotate(90deg);
  }
  .js #menu .mobile-menu__level li.mobile-menu__item--profuvsq:first-of-type {
    margin-top: .5em;
  }
  .js #menu .mobile-menu__level a {
    color: #333;
    font-weight: normal;
    -moz-transition: margin 0.5s;
    -o-transition: margin 0.5s;
    -webkit-transition: margin 0.5s;
    transition: margin 0.5s;
  }
  .js #menu .mobile-menu__level a:hover, .js #menu .mobile-menu__level a:focus {
    color: #fff;
  }
  .js #menu .mobile-menu__level ul {
    display: block;
    margin: 0;
    padding: 0;
  }
  .js #menu .mobile-menu__level {
    position: relative;
  }

  .check-media {
    display: none;
  }
}
#body .galerieSimple {
  position: relative;
  width: 100%;
}
#body .galerieSimple .visionneuse_pagination .lanceur_media {
  display: block;
  margin: 0;
}
#body .galerieSimple .visionneuse_pagination .pagination_contenu {
  display: block;
  margin: 0;
  width: 100%;
}
#body .galerieSimple .visionneuse_pagination [class*=media_vignette] {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}
#body .galerieSimple .visionneuse_pagination [class*=media_vignette] img {
  max-width: 100%;
}
#body .galerieSimple .visionneuse_pagination .pagination_gauche, #body .galerieSimple .visionneuse_pagination .pagination_droite {
  background-position: 0.7em center;
  background-repeat: no-repeat;
  bottom: 1.167em;
  cursor: pointer;
  display: block;
  height: 3em;
  position: absolute;
  width: 3em;
  z-index: 1;
}
#body .galerieSimple .visionneuse_pagination .pagination_gauche img, #body .galerieSimple .visionneuse_pagination .pagination_droite img {
  display: none;
}
#body .galerieSimple .visionneuse_pagination .pagination_gauche {
  background-image: url("/jsp/styles/img/slider_fleche_gauche.png");
  right: 4.616em;
}
#body .galerieSimple .visionneuse_pagination .pagination_droite {
  background-image: url("/jsp/styles/img/slider_fleche_droite.png");
  background-position: 0.9em center;
  right: 0.56em;
}
#body figcaption .mfp-title {
  min-width: 15em;
}
#body .owl-controls {
  font-size: 1em;
  left: 0;
  right: 0;
  top: 27.4em;
}
#body .owl-controls .owl-controls-wrapper {
  margin: 0 auto;
  max-width: 62.889em;
  padding-bottom: 3.5em;
  position: relative;
}
#body .owl-controls .owl-controls-wrapper .owl-prev, #body .owl-controls .owl-controls-wrapper .owl-next {
  background-position: center center;
  background-repeat: no-repeat;
  bottom: 0.25em;
  height: 3em;
  position: absolute;
  width: 3em;
}
#body .owl-controls .owl-controls-wrapper button {
  border: 0;
}
#body .owl-controls .owl-controls-wrapper .owl-prev {
  background-image: url("/jsp/styles/img/slider_fleche_gauche.png");
  right: 4em;
}
#body .owl-controls .owl-controls-wrapper .owl-next {
  background-image: url("/jsp/styles/img/slider_fleche_droite.png");
  right: 0.5em;
}

#body.ficheaccueil {
  background: #ecf0f1;
}
#body.ficheaccueil .contenu {
  margin-top: 0;
  padding-top: 0;
  position: static;
}
#body.ficheaccueil h1, #body.ficheaccueil .actions-fiche {
  display: none;
}
#body.ficheaccueil .layout .layout__slot {
  margin-top: 0.8em;
  width: 100%;
}
@media screen and (min-width: 42.66667em) {
  #body.ficheaccueil .layout .layout__slot {
    float: left;
    margin-top: 2.333em;
    margin-right: 2.4%;
    width: 48.8%;
  }
}
@media screen and (min-width: 61.25em) {
  #body.ficheaccueil .layout .layout__slot {
    width: 23.2%;
  }
}
#body.ficheaccueil .layout .layout__slot:first-child {
  margin-top: 0;
}
#body.ficheaccueil .layout .layout__simple-grid--siteCom .layout__slot--0x0, #body.ficheaccueil .layout .layout__simple-grid--siteCom .layout__slot--9x0, #body.ficheaccueil .layout .layout__simple-grid--siteCom .layout__slot--10x0, #body.ficheaccueil .layout .layout__simple-grid--siteCom .layout__slot--4x0, #body.ficheaccueil .layout .layout__simple-grid--siteCom .layout__slot--6x0, #body.ficheaccueil .layout .layout__simple-grid--siteCom .layout__slot--8x0 {
  width: 100%;
}
#body.ficheaccueil .layout .layout__simple-grid--siteCom .layout__slot--2x0, #body.ficheaccueil .layout .layout__simple-grid--siteCom .layout__slot--11x0, #body.ficheaccueil .layout .layout__simple-grid--siteCom .layout__slot--11x2 {
  width: 100%;
}
@media screen and (min-width: 61.25em) {
  #body.ficheaccueil .layout .layout__simple-grid--siteCom .layout__slot--2x0, #body.ficheaccueil .layout .layout__simple-grid--siteCom .layout__slot--11x0, #body.ficheaccueil .layout .layout__simple-grid--siteCom .layout__slot--11x2 {
    width: 48.8%;
  }
}
#body.ficheaccueil .layout .layout__simple-grid--siteCom .layout__slot--0x0, #body.ficheaccueil .layout .layout__simple-grid--siteCom .layout__slot--10x0, #body.ficheaccueil .layout .layout__simple-grid--siteCom .layout__slot--4x0, #body.ficheaccueil .layout .layout__simple-grid--siteCom .layout__slot--6x0, #body.ficheaccueil .layout .layout__simple-grid--siteCom .layout__slot--8x0, #body.ficheaccueil .layout .layout__simple-grid--siteCom .layout__slot--11x2 {
  margin-right: 0;
}
#body.ficheaccueil .layout .layout__simple-grid--siteCom .layout__slot--0x0 + div, #body.ficheaccueil .layout .layout__simple-grid--siteCom .layout__slot--10x0 + div, #body.ficheaccueil .layout .layout__simple-grid--siteCom .layout__slot--4x0 + div, #body.ficheaccueil .layout .layout__simple-grid--siteCom .layout__slot--6x0 + div, #body.ficheaccueil .layout .layout__simple-grid--siteCom .layout__slot--8x0 + div, #body.ficheaccueil .layout .layout__simple-grid--siteCom .layout__slot--11x2 + div {
  clear: left;
}
@media screen and (min-width: 42.66667em) {
  #body.ficheaccueil .layout .layout__simple-grid--siteCom .layout__slot--2x1, #body.ficheaccueil .layout .layout__simple-grid--siteCom .layout__slot--2x3, #body.ficheaccueil .layout .layout__simple-grid--siteCom .layout__slot--3x1, #body.ficheaccueil .layout .layout__simple-grid--siteCom .layout__slot--3x3, #body.ficheaccueil .layout .layout__simple-grid--siteCom .layout__slot--5x1, #body.ficheaccueil .layout .layout__simple-grid--siteCom .layout__slot--5x3, #body.ficheaccueil .layout .layout__simple-grid--siteCom .layout__slot--7x3 {
    margin-right: 0;
  }
  #body.ficheaccueil .layout .layout__simple-grid--siteCom .layout__slot--2x1 + div, #body.ficheaccueil .layout .layout__simple-grid--siteCom .layout__slot--2x3 + div, #body.ficheaccueil .layout .layout__simple-grid--siteCom .layout__slot--3x1 + div, #body.ficheaccueil .layout .layout__simple-grid--siteCom .layout__slot--3x3 + div, #body.ficheaccueil .layout .layout__simple-grid--siteCom .layout__slot--5x1 + div, #body.ficheaccueil .layout .layout__simple-grid--siteCom .layout__slot--5x3 + div, #body.ficheaccueil .layout .layout__simple-grid--siteCom .layout__slot--7x3 + div {
    clear: left;
  }
}
@media screen and (min-width: 61.25em) {
  #body.ficheaccueil .layout .layout__simple-grid--siteCom .layout__slot--2x1, #body.ficheaccueil .layout .layout__simple-grid--siteCom .layout__slot--3x1, #body.ficheaccueil .layout .layout__simple-grid--siteCom .layout__slot--5x1 {
    margin-right: 2.4%;
  }
  #body.ficheaccueil .layout .layout__simple-grid--siteCom .layout__slot--2x1 + div, #body.ficheaccueil .layout .layout__simple-grid--siteCom .layout__slot--3x1 + div, #body.ficheaccueil .layout .layout__simple-grid--siteCom .layout__slot--5x1 + div {
    clear: none;
  }
}
#body.ficheaccueil .layout .layout__simple-grid--siteUvsq .layout__slot--0x0, #body.ficheaccueil .layout .layout__simple-grid--siteUvsq .layout__slot--4x0, #body.ficheaccueil .layout .layout__simple-grid--siteUvsq .layout__slot--5x0 {
  width: 100%;
}
#body.ficheaccueil .layout .layout__simple-grid--siteUvsq .layout__slot--6x0, #body.ficheaccueil .layout .layout__simple-grid--siteUvsq .layout__slot--6x2 {
  width: 100%;
}
@media screen and (min-width: 61.25em) {
  #body.ficheaccueil .layout .layout__simple-grid--siteUvsq .layout__slot--6x0, #body.ficheaccueil .layout .layout__simple-grid--siteUvsq .layout__slot--6x2 {
    width: 48.6%;
  }
}
#body.ficheaccueil .layout .layout__simple-grid--siteUvsq .layout__slot--0x0, #body.ficheaccueil .layout .layout__simple-grid--siteUvsq .layout__slot--6x2 {
  margin-right: 0;
}
#body.ficheaccueil .layout .layout__simple-grid--siteUvsq .layout__slot--0x0 + div, #body.ficheaccueil .layout .layout__simple-grid--siteUvsq .layout__slot--6x2 + div {
  clear: left;
}
@media screen and (min-width: 42.66667em) {
  #body.ficheaccueil .layout .layout__simple-grid--siteUvsq .layout__slot--2x1, #body.ficheaccueil .layout .layout__simple-grid--siteUvsq .layout__slot--2x3, #body.ficheaccueil .layout .layout__simple-grid--siteUvsq .layout__slot--3x1, #body.ficheaccueil .layout .layout__simple-grid--siteUvsq .layout__slot--3x3 {
    margin-right: 0;
  }
  #body.ficheaccueil .layout .layout__simple-grid--siteUvsq .layout__slot--2x1 + div, #body.ficheaccueil .layout .layout__simple-grid--siteUvsq .layout__slot--2x3 + div, #body.ficheaccueil .layout .layout__simple-grid--siteUvsq .layout__slot--3x1 + div, #body.ficheaccueil .layout .layout__simple-grid--siteUvsq .layout__slot--3x3 + div {
    clear: left;
  }
}
@media screen and (min-width: 61.25em) {
  #body.ficheaccueil .layout .layout__simple-grid--siteUvsq .layout__slot--2x1, #body.ficheaccueil .layout .layout__simple-grid--siteUvsq .layout__slot--3x1 {
    margin-right: 2.4%;
  }
  #body.ficheaccueil .layout .layout__simple-grid--siteUvsq .layout__slot--2x1 + div, #body.ficheaccueil .layout .layout__simple-grid--siteUvsq .layout__slot--3x1 + div {
    clear: none;
  }
}
#body.ficheaccueil .layout .layout__simple-grid--siteUvsqAccueil .layout__gridSlot {
  width: 23.2%;
  height: 21.125rem;
}
@media screen and (max-width: 61.25em) {
  #body.ficheaccueil .layout .layout__simple-grid--siteUvsqAccueil .layout__gridSlot {
    width: 100%;
  }
}
#body.ficheaccueil .layout .layout__simple-grid--siteUvsqAccueil .layout__slot--columnspan2 {
  width: 48.6%;
}
@media screen and (max-width: 61.25em) {
  #body.ficheaccueil .layout .layout__simple-grid--siteUvsqAccueil .layout__slot--columnspan2 {
    width: 100%;
  }
}
#body.ficheaccueil .layout .layout__simple-grid--siteUvsqAccueil .layout__slot--columnspan4 {
  width: 100%;
}
@media screen and (max-width: 61.25em) {
  #body.ficheaccueil .layout .layout__simple-grid--siteUvsqAccueil .layout__slot--columnspan4 {
    width: 100%;
  }
}
#body.ficheaccueil .layout .layout__simple-grid--siteUvsqAccueil .layout__slot--0x0 .card, #body.ficheaccueil .layout .layout__simple-grid--siteUvsqAccueil .layout__slot--3x0 .card {
  height: 21.125rem;
  position: absolute;
  width: 100%;
  left: 0;
}
#body.ficheaccueil .layout .layout__simple-grid--siteUvsqAccueil .layout__slot--1x3, #body.ficheaccueil .layout .layout__simple-grid--siteUvsqAccueil .layout__slot--2x2, #body.ficheaccueil .layout .layout__simple-grid--siteUvsqAccueil .layout__slot--4x2, #body.ficheaccueil .layout .layout__simple-grid--siteUvsqAccueil .layout__slot--5x2 {
  margin-right: 0;
}
#body.ficheaccueil .layout .layout__simple-grid--siteUvsqAccueil .layout__slot--1x0 .card, #body.ficheaccueil .layout .layout__simple-grid--siteUvsqAccueil .layout__slot--1x1 .card, #body.ficheaccueil .layout .layout__simple-grid--siteUvsqAccueil .layout__slot--1x3 .card {
  height: 21.125rem;
  background-color: white;
}
#body.ficheaccueil .layout .layout__simple-grid--siteUvsqAccueil .layout__slot--1x0 .carrousel, #body.ficheaccueil .layout .layout__simple-grid--siteUvsqAccueil .layout__slot--1x1 .carrousel, #body.ficheaccueil .layout .layout__simple-grid--siteUvsqAccueil .layout__slot--1x3 .carrousel {
  height: 21.125rem;
}
#body.ficheaccueil .layout .layout__simple-grid--siteUvsqAccueil .layout__slot--1x0 .carrousel .carrousel--contenu, #body.ficheaccueil .layout .layout__simple-grid--siteUvsqAccueil .layout__slot--1x1 .carrousel .carrousel--contenu, #body.ficheaccueil .layout .layout__simple-grid--siteUvsqAccueil .layout__slot--1x3 .carrousel .carrousel--contenu {
  height: 21.125rem;
}
#body.ficheaccueil .layout .layout__simple-grid--siteUvsqAccueil .layout__slot--1x0 .carrousel .carrousel--contenu .carrousel-deco, #body.ficheaccueil .layout .layout__simple-grid--siteUvsqAccueil .layout__slot--1x1 .carrousel .carrousel--contenu .carrousel-deco, #body.ficheaccueil .layout .layout__simple-grid--siteUvsqAccueil .layout__slot--1x3 .carrousel .carrousel--contenu .carrousel-deco {
  height: 21.125rem;
}
#body.ficheaccueil .layout .layout__simple-grid--siteUvsqAccueil .layout__slot--2x0, #body.ficheaccueil .layout .layout__simple-grid--siteUvsqAccueil .layout__slot--2x2, #body.ficheaccueil .layout .layout__simple-grid--siteUvsqAccueil .layout__slot--4x0, #body.ficheaccueil .layout .layout__simple-grid--siteUvsqAccueil .layout__slot--4x2, #body.ficheaccueil .layout .layout__simple-grid--siteUvsqAccueil .layout__slot--5x0, #body.ficheaccueil .layout .layout__simple-grid--siteUvsqAccueil .layout__slot--5x2 {
  background-color: white;
  min-height: 30rem;
  overflow: hidden;
  height: auto;
}
#body.ficheaccueil .layout .layout__simple-grid--siteUvsqAccueil .layout__slot--3x0 {
  height: 30rem;
}
#body.ficheaccueil .layout .layout__simple-grid--siteUvsqAccueil .layout__slot--3x0 .card {
  height: 30rem;
}
#body.ficheaccueil .layout .layout__simple-grid--siteUvsqAccueil .layout__slot--empty {
  display: none;
}
#body.ficheaccueil .card_titre {
  color: #fff;
  font-family: "montserratlight", Cambria, georgia, times, "times new roman", serif;
  font-size: 1.05em;
  padding: 0.4em 0.65em;
}
#body.ficheaccueil .card_titre a {
  color: #fff;
}
#body.ficheaccueil .card_titre b, #body.ficheaccueil .card_titre strong {
  font-family: "Montserrat", Cambria, georgia, times, "times new roman", serif;
  font-weight: normal;
}
#body.ficheaccueil .card_titre::after {
  display: none;
}
#body.ficheaccueil h3 {
  font-size: 0.944em;
  line-height: 1.4em;
}
#body.ficheaccueil .card_lien {
  font-size: 0.944em;
  padding: 0 0.65em;
  position: relative;
  text-align: center;
}
#body.ficheaccueil .card_lien a {
  border-bottom: 1px solid currentColor;
  box-sizing: border-box;
  display: inline-block;
  line-height: 1;
  padding: 0.5rem 0 0;
  vertical-align: top;
}
#body.ficheaccueil .card_lien a::before {
  content: "\203A\203A";
  display: inline-block;
  font-family: "Montserrat", Cambria, georgia, times, "times new roman", serif;
  font-size: 110%;
  font-weight: bold;
  margin-right: 0.5rem;
  padding: 0;
}
#body.ficheaccueil .carrousel {
  height: 24.444em;
  margin-bottom: 3em;
}
#body.ficheaccueil .carrousel .carrousel--titre {
  display: none;
}
#body.ficheaccueil .carrousel .owl-controls .owl-controls-wrapper {
  padding-bottom: 0;
}
#body.ficheaccueil .carrousel .owl-controls .owl-controls-wrapper .owl-prev, #body.ficheaccueil .carrousel .owl-controls .owl-controls-wrapper .owl-next {
  bottom: 1.167em;
}
#body.ficheaccueil .carrousel .owl-controls .owl-controls-wrapper .owl-prev {
  right: 4.616em;
}
#body.ficheaccueil .carrousel .owl-controls .owl-controls-wrapper .owl-next {
  right: 0.56em;
}
#body.ficheaccueil .carrousel .carrousel--contenu {
  height: 24.444em;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
}
#body.ficheaccueil .carrousel .carrousel--contenu .bandeau .owl-controls {
  display: none;
}
#body.ficheaccueil .carrousel .carrousel--contenu .owl-item {
  position: relative;
}
#body.ficheaccueil .carrousel .carrousel--contenu .owl-item .item .img {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 24.444em;
  width: 100%;
}
#body.ficheaccueil .carrousel .carrousel--contenu .owl-item .carrousel-deco {
  height: 24.444em;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
#body.ficheaccueil .carrousel .carrousel--contenu .owl-item .carrousel-deco .infos {
  height: 100%;
  margin: 0 auto;
  max-width: 62.889em;
  position: relative;
}
#body.ficheaccueil .carrousel .carrousel--contenu .owl-item .carrousel-deco .infos .infos-wrapper {
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  text-align: center;
}
@media screen and (min-width: 50em) {
  #body.ficheaccueil .carrousel .carrousel--contenu .owl-item .carrousel-deco .infos .infos-wrapper {
    bottom: 1.167em;
    left: 50%;
    transform: translateX(-50%);
  }
}
#body.ficheaccueil .carrousel .carrousel--contenu .owl-item .carrousel-deco .infos .infos-wrapper .infos-wrapper2 h2 {
  color: #484848;
  font-family: "Montserrat", Cambria, georgia, times, "times new roman", serif;
  font-size: 1.166667em;
  font-weight: normal;
  line-height: 1em;
  margin-bottom: 0;
  padding-bottom: 0;
  text-transform: uppercase;
}
#body.ficheaccueil .carrousel .carrousel--contenu .owl-item .carrousel-deco .infos .infos-wrapper .infos-wrapper2 h2:after {
  content: none;
}
#body.ficheaccueil .carrousel .carrousel--contenu .owl-item .carrousel-deco .infos .infos-wrapper .infos-wrapper2 h2 a {
  color: #fff;
  display: inline-block;
  padding: 0.3em 1.833em 0.425em;
}
#body.ficheaccueil .carrousel .carrousel--contenu .owl-item .carrousel-deco .infos .infos-wrapper .infos-wrapper2 h2 a:hover, #body.ficheaccueil .carrousel .carrousel--contenu .owl-item .carrousel-deco .infos .infos-wrapper .infos-wrapper2 h2 a:focus {
  color: #fff !important;
}
@media screen and (max-width: 61.25em) {
  #body.ficheaccueil #page .carrousel {
    height: 17.778em;
    margin-bottom: 2em;
  }
  #body.ficheaccueil #page .carrousel .carrousel--contenu, #body.ficheaccueil #page .carrousel .carrousel--contenu .owl-item .item .img, #body.ficheaccueil #page .carrousel .carrousel--contenu .owl-item .carrousel-deco {
    height: 17.778em;
  }
  #body.ficheaccueil #page .carrousel .infos-wrapper, #body.ficheaccueil #page .carrousel .infos-wrapper2 {
    transform: none;
  }
  #body.ficheaccueil #page .carrousel .owl-controls .owl-controls-wrapper .owl-prev, #body.ficheaccueil #page .carrousel .owl-controls .owl-controls-wrapper .owl-next {
    bottom: 14.2em;
  }
  #body.ficheaccueil #page .carrousel .carrousel_resume {
    display: none;
  }
  #body.ficheaccueil #page .carrousel .infos-wrapper {
    bottom: 0;
    left: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    right: 0;
    width: auto;
  }
  #body.ficheaccueil #page .carrousel .infos-wrapper2 {
    max-height: none;
    padding: 0.5em 1.889em;
  }
  #body.ficheaccueil #page .carrousel .infos-wrapper2 h2 {
    font-size: 1.166667em;
    line-height: 1.3em;
  }
}
#body.ficheaccueil .videoCard .videoCard_video {
  width: 100%;
}
#body.ficheaccueil .videoCard .videoCard_video > .mejs-video, #body.ficheaccueil .videoCard .videoCard_video > object, #body.ficheaccueil .videoCard .videoCard_video .mejs-layers, #body.ficheaccueil .videoCard .videoCard_video .mejs-layers > div {
  max-width: 100% !important;
  width: 100% !important;
}
#body.ficheaccueil .videoCard .videoCard_video > .mejs-video video, #body.ficheaccueil .videoCard .videoCard_video > object video, #body.ficheaccueil .videoCard .videoCard_video .mejs-layers video, #body.ficheaccueil .videoCard .videoCard_video .mejs-layers > div video {
  max-width: 100% !important;
  width: 100% !important;
}
#body.ficheaccueil .videoCard .videoCard_video > .mejs-video, #body.ficheaccueil .videoCard .videoCard_video > object {
  background: #000;
}
#body.ficheaccueil .videoCard .videoCard_video.video_externe {
  height: 18.778em;
}
#body.ficheaccueil .videoCard .videoCard_video iframe {
  height: 18.778em;
  width: 100%;
}
#body.ficheaccueil .agendaCard .agendaCard__title.card_titre {
  font-size: 1.05em;
}
#body.ficheaccueil .agendaCard .bloc_agenda {
  background: #fff;
  border: 1px solid #d9d6ca;
  font-size: 0.889em;
  margin-bottom: 0;
  padding: 0.438em;
}
#body.ficheaccueil .agendaCard .bloc_agenda li {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding: 0.750em 0.5em;
}
#body.ficheaccueil .agendaCard .bloc_agenda li:first-child {
  padding-top: 0;
}
#body.ficheaccueil .agendaCard .bloc_agenda li:last-child {
  border-bottom: 0;
}
#body.ficheaccueil .agendaCard .bloc_agenda li::before {
  display: none;
}
#body.ficheaccueil .agendaCard .bloc_agenda li .bloc_agenda-item {
  align-content: center;
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#body.ficheaccueil .agendaCard .bloc_agenda li .bloc_agenda-titre {
  width: 100%;
}
#body.ficheaccueil .agendaCard .bloc_agenda li .date-big {
  display: block;
  line-height: 1;
  margin-right: 1rem;
  text-align: center;
}
#body.ficheaccueil .agendaCard .bloc_agenda li .date-big__date {
  display: block;
  font-family: "Montserrat", Cambria, georgia, times, "times new roman", serif;
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 0.125rem;
}
#body.ficheaccueil .agendaCard .bloc_agenda li .date-big__month {
  display: block;
  font-family: "Montserrat", Cambria, georgia, times, "times new roman", serif;
  font-size: 0.875em;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#body.ficheaccueil .agendaCard .bloc_agenda li .titreEvnt {
  color: #484848;
  display: block;
}
#body.ficheaccueil .agendaCard .bloc_agenda li .thematiqueEvnt {
  display: none;
}
#body.ficheaccueil .focusCard {
  background: #fff;
}
#body.ficheaccueil .focusCard .focuscard_header {
  height: 11.5em;
  overflow: hidden;
  position: relative;
}
#body.ficheaccueil .focusCard .focuscard_header .focuscard__titre.card_titre {
  font-size: 0.85em;
}
#body.ficheaccueil .focusCard .focuscard_header .focuscard_image {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
}
#body.ficheaccueil .focusCard .focuscard_header .focuscard_image img {
  display: none;
}
#body.ficheaccueil .focusCard .focuscard_header .focuscard_image span {
  display: none;
}
#body.ficheaccueil .focusCard .focuscard_header .focuscard_image::after {
  margin: 1.2em 0;
  padding: 1.3em;
  overflow: visible;
  transform: rotate(357deg) scale(1) skew(-3deg) translate(0px);
  -webkit-transform: rotate(357deg) scale(1) skew(-3deg) translate(0px);
  -moz-transform: rotate(357deg) scale(1) skew(-3deg) translate(0px);
  -o-transform: rotate(357deg) scale(1) skew(-3deg) translate(0px);
  -ms-transform: rotate(357deg) scale(1) skew(-3deg) translate(0px);
  -webkit-transform-origin: 50% 51%;
  background-color: #fff;
  bottom: -1em;
  content: '';
  height: 0;
  left: -1px;
  position: absolute;
  right: -1px;
}
#body.ficheaccueil .focusCard .focuscard_content {
  height: 9em;
  padding: 0 0.7em 5.2em;
  position: relative;
}
#body.ficheaccueil .focusCard .focuscard_content .focuscard__sous-titre {
  color: #484848;
  font-family: "Montserrat", Cambria, georgia, times, "times new roman", serif;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
#body.ficheaccueil .focusCard .focuscard_content .focuscard__sous-titre > a {
  color: #484848;
}
#body.ficheaccueil .focusCard .focuscard_content .focuscard__sous-titre > a:hover, #body.ficheaccueil .focusCard .focuscard_content .focuscard__sous-titre > a:focus {
  color: #000000 !important;
}
#body.ficheaccueil .focusCard .focuscard_content .focuscard__resume {
  display: block;
  font-size: 0.9em;
  height: 9em;
  margin: 1em 0 1.5em;
  line-height: 1.3em;
  overflow: hidden;
  text-overflow: ellipsis;
}
#body.ficheaccueil .focusCard .focuscard_content .card_lien {
  bottom: 0.7em;
  left: 0;
  position: absolute;
  right: 0;
}
#body.ficheaccueil .rechercheFormationCard .rechercheFormationCard--block .rechercheFormationCard--info .card_titre {
  font-size: 1.05em;
}
#body.ficheaccueil .rechercheFormationCard h3 {
  color: #484848;
  font-size: 1.059em;
}
#body.ficheaccueil .rechercheFormationCard .rechercheFormationCard__voir_aussi {
  font-size: 0.944em;
  margin: 0;
  padding: 0;
}
#body.ficheaccueil .rechercheFormationCard .rechercheFormationCard__voir_aussi li {
  line-height: 1.2em;
}
#body.ficheaccueil .rechercheFormationCard .rechercheFormationCard__voir_aussi li::before {
  padding-right: 0.2em;
  position: relative;
  top: 0.1em;
}
#body.ficheaccueil .rechercheFormationCard .rechercheFormationCard--content {
  background: #fff;
  border: 1px solid #d9d6ca;
  padding: 0.438em 0.438em 0.338em;
}
#body.ficheaccueil .rechercheFormationCard .rechercheFormationCard--content form p {
  margin-top: 0.8em;
}
#body.ficheaccueil .rechercheFormationCard .rechercheFormationCard--content form p.recherche_formation_validation {
  margin-top: 0;
  text-align: right;
}
#body.ficheaccueil .layout__slot--columnspan2 .toolboxCard .toolboxCard__title,
#body.ficheaccueil .layout__slot--columnspan2 .grandeToolboxCard .toolboxCard__title {
  background-color: transparent;
  border-bottom: 3px solid;
  color: #484848;
  font-size: 24px;
  margin-bottom: 0.5rem;
  padding: 0 0 0.125rem;
}
#body.ficheaccueil .toolboxCard ul.objets, #body.ficheaccueil .toolboxCard ul#liste_resultats, #body.ficheaccueil .grandeToolboxCard ul.objets, #body.ficheaccueil .grandeToolboxCard ul#liste_resultats {
  margin: 0.2em 0 0 0;
}
#body.ficheaccueil .toolboxCard ul.objets > li, #body.ficheaccueil .toolboxCard ul#liste_resultats > li, #body.ficheaccueil .grandeToolboxCard ul.objets > li, #body.ficheaccueil .grandeToolboxCard ul#liste_resultats > li {
  border-top: 1px solid;
  margin-top: 0.8em;
  padding: 0.8em 0.3em 0 0;
}
#body.ficheaccueil .toolboxCard ul.objets > li:first-child, #body.ficheaccueil .toolboxCard ul#liste_resultats > li:first-child, #body.ficheaccueil .grandeToolboxCard ul.objets > li:first-child, #body.ficheaccueil .grandeToolboxCard ul#liste_resultats > li:first-child {
  border-top: 0;
  padding-top: 0;
}
#body.ficheaccueil .toolboxCard ul.objets > li::before, #body.ficheaccueil .toolboxCard ul#liste_resultats > li::before, #body.ficheaccueil .grandeToolboxCard ul.objets > li::before, #body.ficheaccueil .grandeToolboxCard ul#liste_resultats > li::before {
  display: none;
}
#body.ficheaccueil .toolboxCard ul.objets > li .date, #body.ficheaccueil .toolboxCard ul#liste_resultats > li .date, #body.ficheaccueil .toolboxCard ul.objets > li .resume, #body.ficheaccueil .toolboxCard ul#liste_resultats > li .resume, #body.ficheaccueil .grandeToolboxCard ul.objets > li .date, #body.ficheaccueil .grandeToolboxCard ul#liste_resultats > li .date, #body.ficheaccueil .grandeToolboxCard ul.objets > li .resume, #body.ficheaccueil .grandeToolboxCard ul#liste_resultats > li .resume {
  color: #484848;
  display: inline;
  font-size: 0.889em;
}
#body.ficheaccueil .toolboxCard ul.objets > li .date + .resume::before, #body.ficheaccueil .toolboxCard ul#liste_resultats > li .date + .resume::before, #body.ficheaccueil .grandeToolboxCard ul.objets > li .date + .resume::before, #body.ficheaccueil .grandeToolboxCard ul#liste_resultats > li .date + .resume::before {
  content: " - ";
}
#body.ficheaccueil .toolboxCard .toolboxCard__content, #body.ficheaccueil .grandeToolboxCard .toolboxCard__content {
  font-size: 0.889em;
  margin-bottom: 1em;
}
#body.ficheaccueil .toolboxCard .toolboxCard__content h3, #body.ficheaccueil .grandeToolboxCard .toolboxCard__content h3 {
  font-size: 1.0625em;
  line-height: 1.35em;
}
#body.ficheaccueil .toolboxCard .card_lien, #body.ficheaccueil .grandeToolboxCard .card_lien {
  margin-top: 0.8em;
}
#body.ficheaccueil .toolboxCard, #body.ficheaccueil .grandeToolboxCard {
  max-width: 100%;
  overflow: hidden;
  width: 100%;
}
#body.ficheaccueil .toolboxCard img, #body.ficheaccueil .grandeToolboxCard img {
  max-width: 100%;
}
#body.ficheaccueil .grandeToolboxCard {
  text-align: center;
}
#body.ficheaccueil .lienCard {
  font-size: 1.111em;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
}
#body.ficheaccueil .lienCard a {
  border-bottom: 2px solid #d9d6ca;
  border-top: 2px solid #d9d6ca;
  display: inline-block;
  line-height: 1em;
  padding: 0.750em 1.4em;
}
#body.ficheaccueil .recherche__focusCard {
  background: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#body.ficheaccueil .recherche__focusCard .recherche__focuscard_header {
  height: 9rem;
  overflow: hidden;
  position: relative;
}
#body.ficheaccueil .recherche__focusCard .recherche__focuscard_header .recherche__focuscard__titre.card_titre {
  font-size: 0.85em;
}
#body.ficheaccueil .recherche__focusCard .recherche__focuscard_content {
  height: calc(9rem + 3.125rem);
  position: relative;
}
#body.ficheaccueil .recherche__focusCard .recherche__focuscard_content form {
  height: 3.125rem;
  width: 50%;
  margin: 0 auto;
  padding: 0.3rem;
  background-color: white;
}
#body.ficheaccueil .recherche__focusCard .recherche__focuscard_content form #prm-search-bar-button {
  margin: 0;
  padding: 0;
  border: none;
  height: 3.125rem;
  width: 3.125rem;
}
#body.ficheaccueil .recherche__focusCard .recherche__focuscard_content form #primoQueryTemp {
  margin: 0;
  padding: 0;
  border: none;
  height: 3.125rem;
  width: calc(100% - 3.4375rem);
  vertical-align: top !important;
  font-size: 1.6rem;
}
#body.ficheaccueil .layout__simple-grid--siteUvsqAccueil .carrousel--contenu {
  position: relative;
}
#body.ficheaccueil .layout__simple-grid--siteUvsqAccueil .layout__slot--2x0 .toolboxCard .toolboxCard__title,
#body.ficheaccueil .layout__simple-grid--siteUvsqAccueil .layout__slot--2x0 .grandeToolboxCard .toolboxCard__title, #body.ficheaccueil .layout__simple-grid--siteUvsqAccueil .layout__slot--2x2 .toolboxCard .toolboxCard__title,
#body.ficheaccueil .layout__simple-grid--siteUvsqAccueil .layout__slot--2x2 .grandeToolboxCard .toolboxCard__title, #body.ficheaccueil .layout__simple-grid--siteUvsqAccueil .layout__slot--4x0 .toolboxCard .toolboxCard__title,
#body.ficheaccueil .layout__simple-grid--siteUvsqAccueil .layout__slot--4x0 .grandeToolboxCard .toolboxCard__title, #body.ficheaccueil .layout__simple-grid--siteUvsqAccueil .layout__slot--4x2 .toolboxCard .toolboxCard__title,
#body.ficheaccueil .layout__simple-grid--siteUvsqAccueil .layout__slot--4x2 .grandeToolboxCard .toolboxCard__title, #body.ficheaccueil .layout__simple-grid--siteUvsqAccueil .layout__slot--5x0 .toolboxCard .toolboxCard__title,
#body.ficheaccueil .layout__simple-grid--siteUvsqAccueil .layout__slot--5x0 .grandeToolboxCard .toolboxCard__title, #body.ficheaccueil .layout__simple-grid--siteUvsqAccueil .layout__slot--5x2 .toolboxCard .toolboxCard__title,
#body.ficheaccueil .layout__simple-grid--siteUvsqAccueil .layout__slot--5x2 .grandeToolboxCard .toolboxCard__title {
  background-color: transparent;
  border-bottom: 3px solid;
  color: #484848;
  font-size: 24px;
  margin-bottom: 0.5rem;
  padding: 1rem;
}
#body.ficheaccueil .layout__simple-grid--siteUvsqAccueil .layout__slot--2x0 .toolboxCard .toolboxCard__contenu2,
#body.ficheaccueil .layout__simple-grid--siteUvsqAccueil .layout__slot--2x0 .grandeToolboxCard .toolboxCard__contenu2, #body.ficheaccueil .layout__simple-grid--siteUvsqAccueil .layout__slot--2x2 .toolboxCard .toolboxCard__contenu2,
#body.ficheaccueil .layout__simple-grid--siteUvsqAccueil .layout__slot--2x2 .grandeToolboxCard .toolboxCard__contenu2, #body.ficheaccueil .layout__simple-grid--siteUvsqAccueil .layout__slot--4x0 .toolboxCard .toolboxCard__contenu2,
#body.ficheaccueil .layout__simple-grid--siteUvsqAccueil .layout__slot--4x0 .grandeToolboxCard .toolboxCard__contenu2, #body.ficheaccueil .layout__simple-grid--siteUvsqAccueil .layout__slot--4x2 .toolboxCard .toolboxCard__contenu2,
#body.ficheaccueil .layout__simple-grid--siteUvsqAccueil .layout__slot--4x2 .grandeToolboxCard .toolboxCard__contenu2, #body.ficheaccueil .layout__simple-grid--siteUvsqAccueil .layout__slot--5x0 .toolboxCard .toolboxCard__contenu2,
#body.ficheaccueil .layout__simple-grid--siteUvsqAccueil .layout__slot--5x0 .grandeToolboxCard .toolboxCard__contenu2, #body.ficheaccueil .layout__simple-grid--siteUvsqAccueil .layout__slot--5x2 .toolboxCard .toolboxCard__contenu2,
#body.ficheaccueil .layout__simple-grid--siteUvsqAccueil .layout__slot--5x2 .grandeToolboxCard .toolboxCard__contenu2 {
  padding: 1rem;
}
#body.ficheaccueil .layout__simple-grid--siteUvsqAccueil .agendaCard .bloc_agenda {
  border: none;
}
#body.ficheaccueil .layout__simple-grid--siteUvsqAccueil .owl-controls .owl-controls-wrapper .owl-prev {
  right: 4.3em;
  bottom: 6.85em;
}
#body.ficheaccueil .layout__simple-grid--siteUvsqAccueil .owl-controls .owl-controls-wrapper .owl-next {
  bottom: 6.85em;
}
#body.ficheaccueil .dernieresAcquisitionsCard > * {
  max-width: 62.889em;
  display: block;
  margin: auto;
}
#body.ficheaccueil .dernieresAcquisitionsCard .dernieresAcquisitionscard_header {
  padding: 1em;
  text-align: center;
  height: 2.2rem;
}
#body.ficheaccueil .dernieresAcquisitionsCard .dernieresAcquisitionscard_header .dernieresAcquisitionscard__titre {
  background-color: transparent;
}
#body.ficheaccueil .dernieresAcquisitionsCard .dernieresAcquisitionscard_content .nwscontainer {
  height: calc(30rem - 5.5rem);
  overflow: hidden;
  text-align: center;
  vertical-align: top;
  display: grid;
  grid-template-columns: 20px 1fr 20px;
  grid-template-rows: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 0;
  width: 80%;
  margin: 0 auto;
}
#body.ficheaccueil .dernieresAcquisitionsCard .dernieresAcquisitionscard_content .nwscontainer .defile {
  height: 100%;
  margin: 0;
  vertical-align: top;
  cursor: pointer;
}
#body.ficheaccueil .dernieresAcquisitionsCard .dernieresAcquisitionscard_content .nwscontainer .defile_bas {
  background: url("/adminsite/images/fleche-gauche.png") no-repeat center center;
}
#body.ficheaccueil .dernieresAcquisitionsCard .dernieresAcquisitionscard_content .nwscontainer .defile_haut {
  background: url("/adminsite/images/fleche-droite.png") no-repeat center center;
}
#body.ficheaccueil .dernieresAcquisitionsCard .dernieresAcquisitionscard_content .nwscontainer .nwswrapper {
  background-color: white;
  margin: 0;
  height: 100%;
  overflow: hidden;
}
#body.ficheaccueil .dernieresAcquisitionsCard .dernieresAcquisitionscard_content .nwscontainer .nwswrapper > div {
  height: 100%;
  position: relative;
  width: 400%;
}
@media screen and (min-width: 981px) {
  #body.ficheaccueil .dernieresAcquisitionsCard .dernieresAcquisitionscard_content .nwscontainer .nwswrapper > div {
    left: -25%;
  }
}
@media screen and (max-width: 980px) and (min-width: 560px) {
  #body.ficheaccueil .dernieresAcquisitionsCard .dernieresAcquisitionscard_content .nwscontainer .nwswrapper > div {
    left: -50%;
  }
}
@media screen and (max-width: 560px) {
  #body.ficheaccueil .dernieresAcquisitionsCard .dernieresAcquisitionscard_content .nwscontainer .nwswrapper > div {
    left: -100%;
  }
}
#body.ficheaccueil .dernieresAcquisitionsCard .dernieresAcquisitionscard_content .nwscontainer .item {
  display: inline-block;
  padding: 1rem;
  height: 100%;
  float: left;
  box-sizing: border-box;
}
@media screen and (min-width: 981px) {
  #body.ficheaccueil .dernieresAcquisitionsCard .dernieresAcquisitionscard_content .nwscontainer .item {
    width: calc(25% / 4);
  }
}
@media screen and (max-width: 980px) and (min-width: 560px) {
  #body.ficheaccueil .dernieresAcquisitionsCard .dernieresAcquisitionscard_content .nwscontainer .item {
    width: calc(50% / 4);
  }
}
@media screen and (max-width: 560px) {
  #body.ficheaccueil .dernieresAcquisitionsCard .dernieresAcquisitionscard_content .nwscontainer .item {
    width: calc(100% / 4);
  }
}
#body.ficheaccueil .dernieresAcquisitionsCard .dernieresAcquisitionscard_content .nwscontainer .item .img {
  width: 100%;
  display: inline-block;
  text-align: center;
}
#body.ficheaccueil .dernieresAcquisitionsCard .dernieresAcquisitionscard_content .nwscontainer .item .img img {
  -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
}
#body.ficheaccueil .dernieresAcquisitionsCard .dernieresAcquisitionscard_content .nwscontainer .item .desc {
  text-align: center;
  color: #000;
  font-size: 80%;
}
#body.ficheaccueil .dernieresAcquisitionsCard .dernieresAcquisitionscard_content .nwscontainer .item .desc a {
  font-size: 120%;
}
#body.ficheaccueil .dernieresAcquisitionsCard .dernieresAcquisitionscard_content .nwscontainer .item .desc br {
  height: 0;
}
#body.ficheaccueil .archivesHALCard .archivesHALcard_header .archivesHALcard__titre {
  background-color: transparent;
  border-bottom: 3px solid;
  color: #484848;
  font-size: 24px;
  margin-bottom: 0.5rem;
  padding: 1rem;
}
#body.ficheaccueil .archivesHALCard .archivesHALcard_header .archivesHALcard__titre {
  padding: 1rem;
}
#body.ficheaccueil .archivesHALCard .archivesHALcard_content {
  height: 25rem;
  display: table;
  vertical-align: middle;
}
#body.ficheaccueil .archivesHALCard .archivesHALcard_content .compteurHAL {
  vertical-align: middle;
  display: table-cell;
  width: 49%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
}
#body.ficheaccueil .archivesHALCard .archivesHALcard_content .compteurHAL #archivesOuvertesCard--hal__value {
  font-size: 3rem;
}
#body.ficheaccueil .archivesHALCard .archivesHALcard_content .compteurHAL p {
  padding: 0 2rem;
}
#body.ficheaccueil .archivesHALCard .archivesHALcard_content .logoHAL {
  vertical-align: middle;
  display: table-cell;
  width: 49%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
}
#body.ficheaccueil #redacteur-date-impression {
  display: none;
}
@media screen and (max-width: 42.66667em) {
  #body.ficheaccueil header #bandeau_outils #profil_uvsq .plier-deplier__contenu, #body.ficheaccueil header #bandeau_outils #recherche-simple .plier-deplier__contenu {
    left: 0;
    right: 0;
  }
  #body.ficheaccueil .carrousel {
    height: 18em;
  }
  #body.ficheaccueil .carrousel .carrousel--contenu {
    height: 18em;
  }
  #body.ficheaccueil .carrousel .carrousel--contenu .owl-item .item .img {
    height: 18em;
  }
  #body.ficheaccueil .carrousel .carrousel--contenu .owl-item .carrousel-deco {
    height: 18em;
  }
  #body.ficheaccueil .carrousel .carrousel--contenu .owl-item .carrousel-deco .infos .infos-wrapper .infos-wrapper2 {
    max-height: 10.5em;
    overflow: hidden;
  }
  #body.ficheaccueil .carrousel .carrousel--contenu .owl-item .carrousel-deco .infos .infos-wrapper .infos-wrapper2 h3 {
    font-size: 1em;
    margin-bottom: 0.25em;
  }
  #body.ficheaccueil .carrousel .carrousel--contenu .owl-item .carrousel-deco .infos .infos-wrapper .infos-wrapper2 p {
    font-size: 1em;
  }
  #body.ficheaccueil .videoCard .videoCard_video > .mejs-video, #body.ficheaccueil .videoCard .videoCard_video > object, #body.ficheaccueil .videoCard .videoCard_video .mejs-layers, #body.ficheaccueil .videoCard .videoCard_video .mejs-layers > div {
    max-height: 20em !important;
  }
  #body.ficheaccueil .videoCard .videoCard_video > .mejs-video video, #body.ficheaccueil .videoCard .videoCard_video > object video, #body.ficheaccueil .videoCard .videoCard_video .mejs-layers video, #body.ficheaccueil .videoCard .videoCard_video .mejs-layers > div video {
    max-height: 20em !important;
  }
  #body.ficheaccueil .focusCard .focuscard_content {
    height: auto;
    padding-bottom: 0.7em;
  }
  #body.ficheaccueil .focusCard .focuscard_content .focuscard__sous-titre,
  #body.ficheaccueil .focusCard .focuscard_content .focuscard__resume {
    height: auto;
  }
  #body.ficheaccueil .focusCard .focuscard_content .card_lien {
    position: static;
  }
  #body.ficheaccueil .toolboxCard .toolboxCard__content {
    margin-bottom: 0;
  }
}
#body.ficheaccueil .portraitsCard {
  padding: 1rem;
  position: relative;
}
#body.ficheaccueil .portraitsCard::before, #body.ficheaccueil .portraitsCard::after {
  bottom: 0;
  position: absolute;
  top: 0;
  width: 99rem;
}
#body.ficheaccueil .portraitsCard::before {
  right: 100%;
}
#body.ficheaccueil .portraitsCard::after {
  left: 100%;
}
@media screen and (min-width: 50em) {
  #body.ficheaccueil .portraitsCard {
    padding: 2rem 0;
  }
  #body.ficheaccueil .portraitsCard::before, #body.ficheaccueil .portraitsCard::after {
    content: '';
  }
}
#body.ficheaccueil .portraitsCard .portraitsCard-items {
  align-content: stretch;
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 50em) {
  #body.ficheaccueil .portraitsCard .portraitsCard-items {
    flex-wrap: nowrap;
  }
}
#body.ficheaccueil .portraitsCard .portraitsCard-lien {
  width: 100%;
}
#body.ficheaccueil .portraitsCard .portraitsCard-lien a {
  border: 1px solid transparent;
  color: #fff;
}
#body.ficheaccueil .portraitsCard .portraitsCard-lien a:hover, #body.ficheaccueil .portraitsCard .portraitsCard-lien a:focus {
  border-bottom: 1px solid currentColor;
  color: #fff !important;
}
#body.ficheaccueil .portraitsCard .portrait {
  align-items: stretch;
  align-content: stretch;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 2rem;
  padding: 0.8rem;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 50em) {
  #body.ficheaccueil .portraitsCard .portrait {
    margin-right: 2.4%;
    width: 50%;
  }
  #body.ficheaccueil .portraitsCard .portrait:last-of-type {
    margin-right: 0;
  }
}
#body.ficheaccueil .portraitsCard .portrait__lien {
  display: inline-block;
  margin-top: auto;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
#body.ficheaccueil .portraitsCard .portrait__image {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  width: 100%;
}
#body.ficheaccueil .portraitsCard .portrait__image::before {
  content: '';
  display: inline-block;
  height: 0;
  padding-top: 62%;
  vertical-align: top;
}
#body.ficheaccueil .portraitsCard .portrait__image::after {
  margin: 1.2em 0;
  padding: 1.3em;
  overflow: visible;
  transform: rotate(359deg) scale(1) skew(0) translate(0px);
  -webkit-transform: rotate(359deg) scale(1) skew(0) translate(0px);
  -moz-transform: rotate(359deg) scale(1) skew(0) translate(0px);
  -o-transform: rotate(359deg) scale(1) skew(0) translate(0px);
  -ms-transform: rotate(359deg) scale(1) skew(0) translate(0px);
  -webkit-transform-origin: 50% 51%;
  background-color: #fff;
  bottom: -3em;
  content: '';
  height: 0;
  left: -2px;
  position: absolute;
  right: -2px;
}
#body.ficheaccueil .portraitsCard .portrait__image__img {
  display: none;
}
#body.ficheaccueil .portraitsCard .portrait__titre {
  color: #484848;
  display: block;
  font-family: "Montserrat", Cambria, georgia, times, "times new roman", serif;
  font-size: 19px;
  font-weight: bold;
  padding: 0.5em 0 0;
}
#body.ficheaccueil .portraitsCard .portrait__resume {
  color: #484848;
  display: block;
  font-family: "corbel", Arial, "Helvetica Neue", Helvetica, "Bitstream Vera Sans", sans-serif;
  font-size: 19px;
  line-height: 1em;
}

#custom-pager {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

.cycle_button, .cycle_commands .pause_play {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background: #fff;
  color: #e20030;
  height: 1.625em;
  width: 1.625em;
}
.cycle_button:hover, .cycle_commands .pause_play:hover {
  background: #c0c0c0;
}
.cycle_button.icon, .cycle_commands .icon.pause_play {
  margin: 0;
}

.cycle_button__numero {
  font-family: "Montserrat", Cambria, georgia, times, "times new roman", serif;
  line-height: 1.07em;
}

.cycle_commands {
  font-size: 1.5em;
  text-align: center;
  z-index: 110;
}
.cycle_commands span {
  display: inline-block;
  position: absolute;
  text-indent: -1000em;
}

/* Copyright 2014 Mozilla Foundation
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
.textLayer {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  opacity: 0.2;
  line-height: 1.0;
}

.textLayer > div {
  color: transparent;
  position: absolute;
  white-space: pre;
  cursor: text;
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

.textLayer .highlight {
  margin: -1px;
  padding: 1px;
  background-color: #b400aa;
  border-radius: 4px;
}

.textLayer .highlight.begin {
  border-radius: 4px 0px 0px 4px;
}

.textLayer .highlight.end {
  border-radius: 0px 4px 4px 0px;
}

.textLayer .highlight.middle {
  border-radius: 0px;
}

.textLayer .highlight.selected {
  background-color: darkgreen;
}

.textLayer ::selection {
  background: blue;
}

.textLayer ::-moz-selection {
  background: blue;
}

.textLayer .endOfContent {
  display: block;
  position: absolute;
  left: 0px;
  top: 100%;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  cursor: default;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}

.textLayer .endOfContent.active {
  top: 0px;
}

.annotationLayer section {
  position: absolute;
}

.annotationLayer .linkAnnotation > a,
.annotationLayer .buttonWidgetAnnotation.pushButton > a {
  position: absolute;
  font-size: 1em;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.annotationLayer .linkAnnotation > a {
  background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7") 0 0 repeat;
}

.annotationLayer .buttonWidgetAnnotation.pushButton > a {
  background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7") 0 0 repeat;
}

.annotationLayer .linkAnnotation > a:hover,
.annotationLayer .buttonWidgetAnnotation.pushButton > a:hover {
  opacity: 0.2;
  background: #ff0;
  box-shadow: 0px 2px 10px #ff0;
}

.annotationLayer .textAnnotation img {
  position: absolute;
  cursor: pointer;
}

.annotationLayer .textWidgetAnnotation input,
.annotationLayer .textWidgetAnnotation textarea,
.annotationLayer .choiceWidgetAnnotation select,
.annotationLayer .buttonWidgetAnnotation.checkBox input,
.annotationLayer .buttonWidgetAnnotation.radioButton input {
  background-color: rgba(0, 54, 255, 0.13);
  border: 1px solid transparent;
  box-sizing: border-box;
  font-size: 9px;
  height: 100%;
  margin: 0;
  padding: 0 3px;
  vertical-align: top;
  width: 100%;
}

.annotationLayer .choiceWidgetAnnotation select option {
  padding: 0;
}

.annotationLayer .buttonWidgetAnnotation.radioButton input {
  border-radius: 50%;
}

.annotationLayer .textWidgetAnnotation textarea {
  font: message-box;
  font-size: 9px;
  resize: none;
}

.annotationLayer .textWidgetAnnotation input[disabled],
.annotationLayer .textWidgetAnnotation textarea[disabled],
.annotationLayer .choiceWidgetAnnotation select[disabled],
.annotationLayer .buttonWidgetAnnotation.checkBox input[disabled],
.annotationLayer .buttonWidgetAnnotation.radioButton input[disabled] {
  background: none;
  border: 1px solid transparent;
  cursor: not-allowed;
}

.annotationLayer .textWidgetAnnotation input:hover,
.annotationLayer .textWidgetAnnotation textarea:hover,
.annotationLayer .choiceWidgetAnnotation select:hover,
.annotationLayer .buttonWidgetAnnotation.checkBox input:hover,
.annotationLayer .buttonWidgetAnnotation.radioButton input:hover {
  border: 1px solid #000;
}

.annotationLayer .textWidgetAnnotation input:focus,
.annotationLayer .textWidgetAnnotation textarea:focus,
.annotationLayer .choiceWidgetAnnotation select:focus {
  background: none;
  border: 1px solid transparent;
}

.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,
.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,
.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before {
  background-color: #000;
  content: '';
  display: block;
  position: absolute;
}

.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,
.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after {
  height: 80%;
  left: 45%;
  width: 1px;
}

.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before {
  transform: rotate(45deg);
}

.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after {
  transform: rotate(-45deg);
}

.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before {
  border-radius: 50%;
  height: 50%;
  left: 30%;
  top: 20%;
  width: 50%;
}

.annotationLayer .textWidgetAnnotation input.comb {
  font-family: monospace;
  padding-left: 2px;
  padding-right: 0;
}

.annotationLayer .textWidgetAnnotation input.comb:focus {
  /*
   * Letter spacing is placed on the right side of each character. Hence, the
   * letter spacing of the last character may be placed outside the visible
   * area, causing horizontal scrolling. We avoid this by extending the width
   * when the element has focus and revert this when it loses focus.
   */
  width: 115%;
}

.annotationLayer .buttonWidgetAnnotation.checkBox input,
.annotationLayer .buttonWidgetAnnotation.radioButton input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  padding: 0;
}

.annotationLayer .popupWrapper {
  position: absolute;
  width: 20em;
}

.annotationLayer .popup {
  position: absolute;
  z-index: 200;
  max-width: 20em;
  background-color: #FFFF99;
  box-shadow: 0px 2px 5px #333;
  border-radius: 2px;
  padding: 0.6em;
  margin-left: 5px;
  cursor: pointer;
  font: message-box;
  word-wrap: break-word;
}

.annotationLayer .popup h1 {
  font-size: 1em;
  border-bottom: 1px solid #000000;
  margin: 0;
  padding-bottom: 0.2em;
}

.annotationLayer .popup p {
  margin: 0;
  padding-top: 0.2em;
}

.annotationLayer .highlightAnnotation,
.annotationLayer .underlineAnnotation,
.annotationLayer .squigglyAnnotation,
.annotationLayer .strikeoutAnnotation,
.annotationLayer .lineAnnotation svg line,
.annotationLayer .squareAnnotation svg rect,
.annotationLayer .circleAnnotation svg ellipse,
.annotationLayer .polylineAnnotation svg polyline,
.annotationLayer .polygonAnnotation svg polygon,
.annotationLayer .stampAnnotation,
.annotationLayer .fileAttachmentAnnotation {
  cursor: pointer;
}

.pdfViewer .canvasWrapper {
  overflow: hidden;
}

.pdfViewer .page {
  direction: ltr;
  width: 816px;
  height: 1056px;
  margin: 1px auto -8px auto;
  position: relative;
  overflow: visible;
  border: 9px solid transparent;
  background-clip: content-box;
  border-image: url(images/shadow.png) 9 9 repeat;
  background-color: white;
}

.pdfViewer.removePageBorders .page {
  margin: 0px auto 10px auto;
  border: none;
}

.pdfViewer.singlePageView {
  display: inline-block;
}

.pdfViewer.singlePageView .page {
  margin: 0;
  border: none;
}

.pdfViewer .page canvas {
  margin: 0;
  display: block;
}

.pdfViewer .page canvas[hidden] {
  display: none;
}

.pdfViewer .page .loadingIcon {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url("images/loading-icon.gif") center no-repeat;
}

.pdfPresentationMode:-webkit-full-screen .pdfViewer .page {
  margin-bottom: 100%;
  border: 0;
}

.pdfPresentationMode:-moz-full-screen .pdfViewer .page {
  margin-bottom: 100%;
  border: 0;
}

.pdfPresentationMode:-ms-fullscreen .pdfViewer .page {
  margin-bottom: 100% !important;
  border: 0;
}

.pdfPresentationMode:fullscreen .pdfViewer .page {
  margin-bottom: 100%;
  border: 0;
}

.toybox {
  padding: 0.5rem 0.25rem 0.25rem 0.5rem;
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  box-shadow: 0 0 0 1px #d7dee2;
  text-decoration: none;
}

.toybox__btn.toybox__btn {
  margin-right: 0.25rem;
  padding: 0.25rem;
  transition: all .15s;
}
.toybox__btn.toybox__btn:hover, .toybox__btn.toybox__btn:focus {
  border-color: currentColor;
  color: #484848 !important;
}

span.toybox__btn {
  border: 1px solid #d7dee2;
}

a.toybox__btn.toybox__btn {
  border: 1px solid currentColor;
  display: flex;
  align-content: center;
  align-items: center;
}

.toybox__btn:last-child {
  margin-right: 0;
}

.toybox__group {
  display: flex;
  margin-right: 0.5rem;
}

.pdf-viewer {
  background-color: #999;
}

.pdf-viewer__content {
  padding: 1rem;
  display: flex;
  justify-content: center;
  overflow-x: auto;
  overflow-y: hidden;
}

.pdf-viewer__page {
  position: relative;
  padding-bottom: 1rem;
}

.pdf-viewer__page-input {
  text-align: center;
  border: 0;
  height: 100%;
  padding: 0;
  background: transparent;
  -moz-appearance: textfield;
}
.pdf-viewer__page-input + span {
  position: relative;
  top: 3px;
}

.pdf-viewer__page-input::-webkit-outer-spin-button,
.pdf-viewer__page-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  left: -999em;
}

.icon.icon--minus, .icon.icon--plus, .icon.icon--rot-cw-primary, .icon.icon--rot-ccw-primary, .icon.icon--less-than-primary, .icon.icon--greater-than-primary, .icon.icon--download-primary {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  display: inline-block;
  height: 1rem;
  vertical-align: -3px;
  width: 1rem;
  margin: 0;
}

.icon--sm {
  height: .75rem;
  vertical-align: -1px;
  width: .75rem;
}

.icon.icon--minus {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='3 7 16 16' fill='%23444444'%3E%3Cpath fill-rule='inherit' d='M6 14h10v2H6'/%3E%3C/svg%3E");
}

.icon.icon--plus {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23444444'%3E%3Cg fill-rule='inherit'%3E%3Cpath d='M7 3h2v10H7z'/%3E%3Cpath d='M3 7h10v2H3z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon.icon--rot-cw-primary {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23444444'%3E%3Cpath fill='inherit' d='M2.23 2.44A7.68 7.68 0 0 0 0 7.99c0 2.17.78 4.05 2.35 5.62A7.68 7.68 0 0 0 8 15.96c2.18 0 4.06-.78 5.62-2.34a7.67 7.67 0 0 0 2.35-5.63 7.7 7.7 0 0 0-1.9-5.17l-.87.7A6.64 6.64 0 0 1 14.84 8a6.6 6.6 0 0 1-2.02 4.83A6.6 6.6 0 0 1 8 14.84a6.6 6.6 0 0 1-4.84-2.02A6.6 6.6 0 0 1 1.13 8a6.7 6.7 0 0 1 1.9-4.75l1.01 2.24L5.5 0 .03 1.46l2.2.98z'/%3E%3C/svg%3E");
}

.icon.icon--rot-ccw-primary {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23444444'%3E%3Cpath fill='inherit' d='M13.73 2.44a7.68 7.68 0 0 1 2.23 5.55c0 2.17-.78 4.05-2.35 5.62a7.68 7.68 0 0 1-5.64 2.35 7.68 7.68 0 0 1-5.62-2.34A7.67 7.67 0 0 1 0 7.99a7.7 7.7 0 0 1 1.9-5.17l.87.7A6.64 6.64 0 0 0 1.12 8c0 1.87.67 3.49 2.02 4.83a6.6 6.6 0 0 0 4.83 2.02 6.6 6.6 0 0 0 4.84-2.02A6.6 6.6 0 0 0 14.83 8a6.7 6.7 0 0 0-1.9-4.75l-1.01 2.24L10.46 0l5.47 1.46-2.2.98z'/%3E%3C/svg%3E");
}

.icon.icon--less-than-primary {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23444444'%3E%3Cpath fill-rule='inherit' d='M12.5 1.25L11.15 0 3.5 8l7.65 8 1.325-1.25-6-6.75L12.5 1.25z'/%3E%3C/svg%3E");
}

.icon.icon--greater-than-primary {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23444444'%3E%3Cpath fill-rule='inherit' d='M3.5 14.75L4.825 16 12.5 8 4.8 0 3.5 1.25 9.5 8l-6 6.75z'/%3E%3C/svg%3E");
}

.icon.icon--download-primary {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23444444'%3E%3Cpath fill-rule='inherit' d='M7 6V0h2v6h4l-5 6-5-6h4zm-5 8h12V8h2v8H0V8h2v6z'/%3E%3C/svg%3E");
}

.panel--shadow-sm {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12), 0 6px 6px rgba(0, 0, 0, 0.24);
}

#search_query_input li::before {
  content: none;
}

.recherche-fulltext label,
#recherche_avancee label {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  font-weight: bold;
  padding: 0.5rem;
  width: 100%;
}
@media screen and (min-width: 42.66667em) {
  .recherche-fulltext label,
  #recherche_avancee label {
    width: 20%;
  }
}
.recherche-fulltext label.no_float,
#recherche_avancee label.no_float {
  float: none;
}
.recherche-fulltext p,
#recherche_avancee p {
  margin-bottom: 0;
}
@media screen and (min-width: 42.66667em) {
  .recherche-fulltext p,
  #recherche_avancee p {
    margin-bottom: 2.4rem;
  }
}
.recherche-fulltext input[type=checkbox],
#recherche_avancee input[type=checkbox] {
  float: left;
}
.recherche-fulltext input[type=checkbox] + label,
#recherche_avancee input[type=checkbox] + label {
  max-width: 100%;
  width: auto;
}
.recherche-fulltext .ChampSaisie,
#recherche_avancee .ChampSaisie {
  max-width: 36.0rem;
}

.recherche-fulltext label {
  width: 100%;
}
@media screen and (min-width: 50em) {
  .recherche-fulltext label {
    width: 25%;
  }
}

.recherche-fulltext__validation {
  text-align: right;
  margin: 0;
}
.recherche-fulltext__validation input {
  display: inline-block;
}

#precisions_resultats {
  font-weight: bold;
}

#liste_resultats .highlight {
  display: inline;
  font-weight: bold;
}
#liste_resultats li {
  margin-bottom: 1.6rem;
}
#liste_resultats li:after {
  content: "";
  display: table;
  clear: both;
}
#liste_resultats li > a {
  font-size: 2.2rem;
}
#liste_resultats li [class^="colonne"] {
  float: none;
}
#liste_resultats .pertinence {
  font-weight: bold;
}
#liste_resultats .liste_resultats-site > a {
  text-transform: uppercase;
}

#resultats_recherche_navigation > a {
  margin: 0 2.4rem 0 0;
  text-decoration: none;
}
#resultats_recherche_navigation > a svg {
  vertical-align: middle;
}
#resultats_recherche_navigation > strong {
  margin: 0 2.4rem 0 0;
}

.resultatFormation #resultatSelecteur_length,
.resultatFormation #resultatSelecteur_filter,
.resultatFormation #resultatSelecteur_info {
  display: none;
}

#resultatSelecteur thead {
  display: none;
}
@media screen and (min-width: 50em) {
  #resultatSelecteur thead {
    display: table-header-group;
  }
}
#resultatSelecteur th {
  cursor: pointer;
  display: block;
  position: relative;
}
@media screen and (min-width: 50em) {
  #resultatSelecteur th {
    display: table-cell;
  }
}
#resultatSelecteur th .DataTables_sort_icon {
  position: absolute;
  right: 0;
  top: 0;
}
#resultatSelecteur tbody td {
  border-bottom: none;
  display: block;
}
@media screen and (min-width: 50em) {
  #resultatSelecteur tbody td {
    display: table-cell;
  }
}
#resultatSelecteur tbody td + td {
  margin-left: 1.6rem;
}
@media screen and (min-width: 50em) {
  #resultatSelecteur tbody td + td {
    margin-left: 0;
  }
}

#resultatSelecteur_paginate a {
  padding: 1.6rem;
}

.contenu .search-aggregation__aggregation-list li::before,
.contenu .search-result__result-list li::before {
  display: none;
}

.search-aggregation__aggregation-list {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.aggregation-item__aggregation-name {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 1.2rem;
  padding: 0 1.6rem 0.4rem 0;
  position: relative;
  width: 100%;
}
.aggregation-item__aggregation-name::after {
  color: transparent;
  content: '\2795\fe0e';
  position: absolute;
  right: 0;
  text-shadow: 0 0 0 #484848;
}
.search-aggregation__aggregation-list__item--visible .aggregation-item__aggregation-name::after {
  content: '\2796\fe0e';
}
@media screen and (min-width: 640px) {
  .aggregation-item__aggregation-name {
    cursor: default;
  }
  .aggregation-item__aggregation-name::after, .search-aggregation__aggregation-list__item--visible .aggregation-item__aggregation-name::after {
    content: none;
    display: none;
  }
}

@media screen and (min-width: 640px) {
  .search-aggregation__aggregation-list > li {
    margin-bottom: 3.2rem;
  }
}
.search-aggregation__aggregation-list label {
  font-weight: normal;
}

.contenu ul.term-aggregation__item-list {
  list-style: none;
  padding-left: 0;
}
.contenu ul.term-aggregation__item-list > li {
  margin-bottom: 1.6rem;
  padding-left: 0;
}

.search-result__result-list {
  list-style: none;
  padding-left: 0;
}

.search-aggregation {
  width: 100%;
}
@media screen and (min-width: 640px) {
  .search-aggregation {
    float: left;
    width: 25%;
  }
}

.search-result {
  padding: 1.6rem;
}
@media screen and (min-width: 640px) {
  .search-result {
    margin-left: calc(25% + 1.6rem);
    padding: 0;
  }
}

.search-aggregation__aggregation-list > li .aggregation-item__aggregation-name + * {
  display: none;
}
.search-aggregation__aggregation-list > li.search-aggregation__aggregation-list__item--visible .aggregation-item__aggregation-name + * {
  display: block;
}
@media screen and (min-width: 640px) {
  .search-aggregation__aggregation-list > li .aggregation-item__aggregation-name + * {
    display: block;
  }
}

.search-metadata__search-input input {
  width: 80%;
}

ul.search-result__result-list li {
  margin-top: 2.4rem;
  padding-left: 0;
}

.range-filter__from label,
.range-filter__to label {
  display: inline-block;
  width: 4.0rem;
}

.aggregation-item__range-filter input {
  width: 12.0rem;
}

.item-list__hidden {
  display: none;
}

.item-list__show-less {
  display: none;
}

.search-result__item-footer {
  opacity: 0.5;
}

.search-filter__filter-selected {
  display: inline-block;
  margin: 0 0.8rem 0.8rem 0;
  padding: 0.4rem;
}
.search-filter__filter-selected a {
  text-decoration: none;
}

@media screen and (min-width: 640px) {
  .aggregation-toggle {
    display: none;
  }
}

.search-metadata__search-filter {
  margin-top: 1.6rem;
  min-height: 4.0rem;
}

#aggregation_search {
  background: #fff;
  border: 0.1rem solid rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  padding: 0.8rem;
  position: absolute;
  right: 0;
  z-index: 10;
}
#aggregation_search.aggregation_search--visible {
  display: block;
}
@media screen and (min-width: 640px) {
  #aggregation_search {
    display: block;
    background-color: transparent;
    border: none;
    position: static;
  }
}

.autocomplete-suggestions {
  background: #fff;
  border: 0.1rem solid rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.autocomplete-suggestions .autocomplete-suggestion {
  padding: 0.4rem 0.8rem;
}
.autocomplete-suggestions .autocomplete-suggestion.autocomplete-selected {
  background: rgba(0, 0, 0, 0.1);
}

/**
  Layout
*/
.all-topics {
  box-shadow: 0.5em 0.5em 1em rgba(0, 0, 0, 0.2);
  max-width: 90vw;
  padding: 3vw;
  position: relative;
  top: -1em;
}

.toggle-topics {
  margin-bottom: 1em;
}

@media (min-width: 70rem) {
  .flex-container {
    display: flex;
  }

  .page {
    max-width: 80rem;
    margin: 0 auto;
  }

  .all-topics {
    width: 27%;
    margin-right: 2%;
    padding: 0;
    position: static;
    max-width: none;
    box-shadow: none;
  }
}
/**
  Search
*/
.search {
  background-color: #eee;
  padding: 2rem;
  margin-bottom: 2rem;
}

.search__field {
  display: flex;
  flex-wrap: wrap;
}

.search__autocomplete-wrapper-elastic {
  flex: 6 0 0;
  min-width: 200px;
}

.search__result-feedback {
  margin-bottom: 0;
}

/**
  Autocomplete
  Surcharge de Source modifiée de https://github.com/alphagov/accessible-autocomplete
  Les répétitions de déclaration sont là pour surcharger
  les déclarations globales du produit (styles sur tout les inputs)
*/
.search__wrapper,
.header-search__wrapper {
  position: relative;
}

.search__input.search__input,
.header-search__input.header-search__input {
  appearance: none;
  -webkit-appearance: none;
  max-width: 100%;
  border: 2px #aaa solid;
  font-size: 1rem;
}

.search__input.search__input {
  height: 100% !important;
  padding: 1rem !important;
  width: 100%;
}

.search__input--focused {
  border-color: #444 !important;
}

.search__button {
  flex-grow: 1;
}

.search__menu {
  width: calc(100% - 4px);
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #fff;
  border: 2px solid #444;
  border-top: 0;
  height: 30vh;
  overflow: auto;
}

.search__menu--overlay {
  position: absolute;
  top: 100%;
  z-index: 1;
}

.search__menu--visible {
  display: block;
}

.search__menu--hidden {
  display: none;
}

.search__option {
  padding: .2rem .5rem;
}

.search__option:hover,
.search__option:focus,
.search__option--focused {
  background-color: #444;
  color: #fff;
  cursor: default;
}

/* .autocomplete__input {
  background-color: #fff;
}

.autocomplete__input--default.autocomplete__input--default {
  padding: 1rem;
  border-color: #aaa
}

.autocomplete__input--focused.autocomplete__input--focused.autocomplete__input--focused {
  outline: 3px solid #2869a9;
  border-color: #2869a9
} */
/**
  Topic
*/
.topic {
  padding: 0;
  border: 0;
  margin-bottom: 1rem;
  background-color: #fff;
}

.topic__title {
  font-weight: bold;
  display: block;
  width: 100%;
  padding-bottom: .5rem;
  margin-bottom: .5rem;
  border-bottom: 1px #ddd solid;
}

.topic__title--collapsed,
.topic__title--opened {
  cursor: default;
}

.topic__title--opened:after,
.topic__title--collapsed:after {
  float: right;
}

.topic__title--collapsed:after {
  content: "+";
}

.topic__title--opened:after {
  content: "-";
}

.topic__title--collapsed ~ * {
  display: none;
}

.topic__title--collapsed.topic__title--opened ~ * {
  display: block;
}

.topic__list {
  list-style: none;
  margin-bottom: .5rem;
  padding: 0;
  padding-top: 1em;
}

ul.topic__list ul.topic__list {
  margin-left: 1rem;
}

.topic__list label {
  font-weight: normal;
}

.topic__list input {
  vertical-align: text-bottom;
}

/**
  Results
*/
@media (min-width: 70rem) {
  .results {
    width: 73%;
  }
}
.results__list {
  list-style: none;
  padding: 0;
}

.results__list-item {
  margin-bottom: 2rem;
}

.results__list-item-link {
  font-weight: bold;
  font-size: 1.3rem;
}

.results__list-item-description {
  margin-bottom: 0.5rem;
}

.results__list-item-meta {
  list-style: none;
  padding: 0;
  font-size: .9rem;
}

.results__list-item-meta li {
  display: inline-block;
}

/* Recherche annuaire ================= */
.results-annuaire__list-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /* background-color: #eee; */
  padding: .5rem;
}
@media screen and (min-width: 640px) {
  .results-annuaire__list-item {
    flex-direction: row;
  }
}

.results-annuaire__photo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  margin-bottom: 0.5rem;
  padding-top: 70%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 640px) {
  .results-annuaire__photo {
    max-width: 25%;
    min-width: 25%;
    margin-right: 1rem;
    padding-top: 30%;
  }
}

.results-annuaire__items-com {
  display: flex;
}

.results-annuaire__item-com::before {
  content: '|';
  color: #484848;
  margin: 0 .3rem;
}
.results-annuaire__item-com:first-child::before {
  content: none;
}

.results-annuaire__list-item-meta {
  padding: 0;
}

/**
  Pager
*/
.pager__list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.pager__list-item {
  padding: 0.25rem 0.75rem;
}

/**
  Tags
*/
.tags {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: .5rem;
}

.tag {
  display: inline-block;
  background-color: #fff;
  font-size: .9rem;
  line-height: 1.5;
  padding-top: .2rem;
  padding-right: .5rem;
  padding-bottom: .2rem;
  padding-left: .5rem;
  margin-bottom: .2rem;
}

.tag__close {
  /*Reset*/
  border: 0;
  padding: 0;
  text-decoration: none;
}

/**
    Utils
    sr-only and sr-only-focusable (from Bootstrap)
*/
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:focus,
.sr-only-focusable:active {
  clip: auto !important;
  -webkit-clip-path: none !important;
  clip-path: none !important;
  height: auto !important;
  overflow: visible !important;
  width: auto !important;
  white-space: normal !important;
}

/**
  Permet de cacher complètement un élément
  y compris des lecteurs d'écrans
*/
.hide {
  display: none;
}

.iti__flag {
  background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.8/img/flags.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.8/img/flags@2x.png");
  }
}
.edition_fiche .iti input[type="text"] {
  width: 250px;
}
.edition_fiche .iti input[type="text"].valid {
  border-color: green;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(52, 199, 104, 0.6);
}
.edition_fiche .iti input[type="text"].valid.error {
  border-color: red;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(199, 52, 86, 0.6);
}
.edition_fiche .iti input[type="text"]::placeholder {
  opacity: .3;
}

.tel__message {
  border: 0;
  margin-left: 30%;
}
@media screen and (min-width: 640px) {
  .tel__message {
    margin-left: 0;
  }
}

.telephone1__valid-msg {
  color: green;
}

.telephone1__error-msg {
  color: red;
}

.telecopie1__valid-msg {
  color: green;
}

.telecopie1__error-msg {
  color: red;
}

/**
  Topic
*/
.topic {
  padding: 0;
  border: 0;
  margin-bottom: 1rem;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

ul.topic__list {
  margin-bottom: 0;
}

.topic__see-more {
  margin-left: 1rem;
  font-size: 0.9em;
  margin-bottom: .5rem;
  order: 999;
}
.topic__see-more::before {
  content: "+";
  margin-right: 0.4em;
}

.topic__see-more-open::before {
  content: "-";
}

/**
  Recherche accueil rubrique
*/
.search-homesection__form {
  font-family: "Montserrat", Cambria, georgia, times, "times new roman", serif;
  padding: 1em;
  background-color: #ededed;
}

.search-homesection__headings {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}

.search-homesection__title-keywords {
  font-size: 1em;
}

.search-homesection__main-input,
.search-homesection__button-submit {
  height: 2.5em;
}

input[type="text"].search-homesection__main-input {
  width: 100%;
  border: 0;
}

.search-homesection__button-submit {
  font-family: "Montserrat", Cambria, georgia, times, "times new roman", serif;
}

.search-homesection__select {
  width: 100%;
  margin-bottom: 1em;
}

.search-homesection__select-option {
  font-family: "Montserrat", Cambria, georgia, times, "times new roman", serif;
  width: 100%;
  height: 2.5em;
  border: 0;
}

.search-homesection__fieldset {
  background-color: #ffffffe6;
}

.search-homesection__label {
  font-weight: normal;
}

.search-homesection__list {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.search-homesection__list-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: .5em;
}

.search-homesection__checkbox-input {
  position: relative;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  color: #000;
  border: 1px solid gray;
  border-radius: 4px;
  cursor: pointer;
  transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
}
.search-homesection__checkbox-input::before {
  position: absolute;
  content: '';
  display: block;
  top: 3px;
  left: 7px;
  width: 5px;
  height: 10px;
  border-style: solid;
  border-color: #fff;
  border-width: 0 1px 1px 0;
  margin-right: .5em;
  transform: rotate(45deg);
  opacity: 0;
}
.search-homesection__checkbox-input:checked {
  color: #fff;
  border-color: #999;
  background-color: #999;
}
.search-homesection__checkbox-input:checked::before {
  opacity: 1;
}

.search-homesection__checkbox-label {
  font-weight: 400;
  line-height: 1;
  padding-top: 3px;
}

/*# sourceMappingURL=screen.css.map */
