/*
#@0
#@1
#@2
#@3
#@4
*/
@charset "UTF-8";
/* #PRODUIRE{fond=css/vars_spip.scss}
   md5:98199e4518d242221ef629270e9a7425 */
.hide, .bugajaxie {
  display: none;
}
#header {
  padding-right: 125px;
  height: auto;
}
#header .accueil {
  display: inline-block;
}
#header .accueil .spip_logo, #header .accueil .adapt-img-wrapper {
  margin-right: 1em;
  border-radius: 100%;
  vertical-align: middle;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
#header .accueil .spip_logo .spip_logo, #header .accueil .adapt-img-wrapper .spip_logo {
  margin: 0;
}
#header .breadcrumb {
  display: inline-block;
}
#header .breadcrumb > span, #header .breadcrumb > a {
  position: relative;
  display: inline-block;
  /* positionner correctement &:before qui est en position:absolute; */
  margin-left: 1.3em;
  border: 0;
}
#header .breadcrumb > span:before, #header .breadcrumb > a:before {
  content: "❯";
  color: #ffffff;
  opacity: 0.7;
  position: absolute;
  left: -1em;
}
#header .breadcrumb > span strong.on, #header .breadcrumb > a strong.on {
  font-weight: normal;
}
#header .menu_lang {
  margin-right: 10em;
  line-height: 1.5em;
  margin-top: 0.7em;
}
#header .menu_lang a {
  border-bottom: dotted 1px rgba(255, 255, 255, 0.35);
  padding: 0;
  text-transform: none;
  opacity: 0.8;
}
#header .menu_lang a:hover, #header .menu_lang a:active {
  opacity: 1;
  border-color: #ffffff;
}
#header .menu_lang a.on {
  opacity: 1;
}
#header .menu_lang a + a {
  margin-left: 1em;
}
@media screen and (max-width: 640px) {
  #header .menu_lang {
    margin-right: 4em;
  }
}
#banner p {
  text-transform: none;
  font-size: 1.2em;
  line-height: 1.75;
}
#banner .inner .presentation {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-align-items: start;
  -webkit-align-items: start;
  -ms-align-items: start;
  align-items: start;
  -moz-flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
#banner .inner .presentation .logo {
  margin: 0 3em 2em 0;
  width: 22em;
  overflow: hidden;
  -ms-flex: 1;
  border-radius: 100%;
}
#banner .inner .presentation .logo img, #banner .inner .presentation .logo .adapt-img-wrapper {
  width: 100%;
  max-height: 100%;
  vertical-align: top;
}
#banner .inner .presentation .content {
  width: 100%;
  -ms-flex: 2;
}
#banner .inner .presentation .content h1 {
  margin-top: 2em;
}
#banner .inner .presentation .content .surtitre {
  font-size: 1.5em;
  margin-bottom: 0.2em;
  margin-top: 1em;
}
#banner .inner .presentation .content .surtitre + h1 {
  margin-top: 0;
}
#banner .inner .presentation .content .soustitre {
  font-size: 1.5em;
  margin-top: -0.8em;
  margin-bottom: 1em;
}
@media screen and (max-width: 640px) {
  #banner .inner .presentation {
    display: block;
  }
  #banner .inner .presentation .logo {
    margin: 0 auto 1em auto !important;
    max-width: 85%;
    width: 12em;
    text-align: center;
  }
}
#wrapper .inner .content .surtitre {
  font-size: 1.5em;
  margin-bottom: 0.2em;
  margin-top: 1em;
}
#wrapper .inner .content .surtitre + h1 {
  margin-top: 0;
}
#wrapper .inner .content .soustitre {
  font-size: 1.5em;
  margin-top: -0.8em;
  margin-bottom: 1em;
}
#wrapper .inner .chapo {
  font-size: 1.2em;
  letter-spacing: 0.1em;
}
#wrapper .inner .ps, #wrapper .inner .notes {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  margin: 1em auto 0 0;
  padding-top: 1em;
  font-size: 0.9em;
  clear: both;
}
#wrapper .inner .notes {
  width: 60%;
}
#wrapper .inner blockquote {
  padding-top: 0;
  padding-bottom: 0;
}
#wrapper .colonne .inner {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-align-items: start;
  -webkit-align-items: start;
  -ms-align-items: start;
  align-items: start;
  -moz-flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
#wrapper .colonne .inner .image {
  width: 18em;
  -ms-flex: 1;
  padding-right: 2em;
}
#wrapper .colonne .inner .image img {
  float: none;
  max-width: 100%;
  height: auto;
}
#wrapper .colonne .inner .content {
  width: 100%;
  -ms-flex: 2;
}
@media screen and (max-width: 736px) {
  #wrapper .colonne .inner {
    flex-direction: column;
  }
  #wrapper .colonne .inner .image {
    width: 100%;
  }
  #wrapper .colonne .inner .image img {
    margin: 0 auto 1em auto !important;
  }
}
.features.petit article {
  display: inline-block;
  width: calc(32% - 1.5em);
}
.features.petit article:nth-child(3n) {
  margin-right: 0 !important;
}
.features.petit article:nth-child(2n) {
  margin-right: 3em;
}
@media screen and (max-width: 980px) {
  .features.petit article {
    width: calc(32% - 1em);
  }
  .features.petit article:nth-child(2n) {
    margin-right: 2em;
  }
  .features.petit article:nth-child(3n) {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 736px) {
  .features.petit article {
    width: calc(50% - 0.875em - 1px);
  }
  .features.petit article:nth-child(3n) {
    margin-right: 1.75em !important;
  }
  .features.petit article:nth-child(2n) {
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 640px) {
  .features.petit {
    display: block;
  }
  .features.petit article {
    width: 100%;
    margin: 0 0 2em 0 !important;
  }
}
.citation {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  margin: 5em auto 3em;
  font-size: 2em;
  position: relative;
}
.citation blockquote {
  width: auto;
  border: none;
  margin: 0;
  padding: 0;
  max-width: 15em;
}
@media screen and (max-width: 640px) {
  .citation {
    font-size: 1.5em;
  }
}
#banner .citation {
  font-size: 1.25em;
  margin: 1em 0 0;
}
#banner .citation blockquote {
  max-width: 100%;
}
q::before {
  content: open-quote;
}
q::after {
  content: close-quote;
}
:lang(fr) > q {
  quotes: "« " " »" "“" "”" "‘" "’";
}
q {
  quotes: "“" "”" "‘" "’";
}
dl, dt {
  clear: both;
}
.liste.documents_portfolio {
  margin-top: 2em;
}
.liste.documents_joints .liste-items {
  padding-left: 0;
}
/** admin */
#spip-admin.spip-admin-bloc, #spip-admin.spip-admin-float {
  z-index: 10001;
  right: 10px;
  top: 4.1em;
}
#spip-admin.spip-admin-bloc .spip-admin-boutons, #spip-admin.spip-admin-float .spip-admin-boutons {
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: inherit;
}
@media screen and (max-width: 640px) {
  #spip-admin.spip-admin-bloc a, #spip-admin.spip-admin-float a {
    display: block;
    margin-bottom: 0.5em;
    padding: 0.2em 0.5em;
    text-align: right;
  }
}
@media (max-width: 640px) {
  #header {
    padding-right: 50px;
  }
}
