@charset "utf-8";
@import url('//cdn.sfdermato.org/webfont/fontawesome/4.7.0/font-awesome.min.css');
@font-face {
  font-display: swap;
  font-family: 'Alegreya Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Alegreya Sans Regular'), local('AlegreyaSans-Regular'), url('//cdn.sfdermato.org/webfont/alegreyasans/regular.woff2') format('woff2'), url('//cdn.sfdermato.org/webfont/alegreyasans/regular.woff') format('woff');
}
@font-face {
  font-display: swap;
  font-family: 'Alegreya Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Alegreya Sans Italic'), local('AlegreyaSans-Italic'), url('//cdn.sfdermato.org/webfont/alegreyasans/italic.woff2') format('woff2'), url('//cdn.sfdermato.org/webfont/alegreyasans/italic.woff') format('woff');
}
@font-face {
  font-display: swap;
  font-family: 'Alegreya Sans';
  font-style: normal;
  font-weight: 500;
  src: local('Alegreya Sans Medium'), local('AlegreyaSans-Medium'), url('//cdn.sfdermato.org/webfont/alegreyasans/500.woff2') format('woff2'), url('//cdn.sfdermato.org/webfont/alegreyasans/500.woff') format('woff');
}
@font-face {
  font-display: swap;
  font-family: 'Alegreya Sans';
  font-style: italic;
  font-weight: 500;
  src: local('Alegreya Sans Medium Italic'), local('AlegreyaSans-MediumItalic'), url('//cdn.sfdermato.org/webfont/alegreyasans/500italic.woff2') format('woff2'), url('//cdn.sfdermato.org/webfont/alegreyasans/500italic.woff') format('woff');
}
@font-face {
  font-display: swap;
  font-family: 'Alegreya Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Alegreya Sans Bold'), local('AlegreyaSans-Bold'), url('//cdn.sfdermato.org/webfont/alegreyasans/700.woff2') format('woff2'), url('//cdn.sfdermato.org/webfont/alegreyasans/700.woff') format('woff');
}
@font-face {
  font-display: swap;
  font-family: 'Alegreya Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Alegreya Sans Bold Italic'), local('AlegreyaSans-BoldItalic'), url('//cdn.sfdermato.org/webfont/alegreyasans/700italic.woff2') format('woff2'), url('//cdn.sfdermato.org/webfont/alegreyasans/700italic.woff') format('woff');
}
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url('//cdn.sfdermato.org/webfont/montserrat/700.woff2') format('woff2'), url('//cdn.sfdermato.org/webfont/montserrat/700.woff') format('woff');
}
@font-face {
  font-display: swap;
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 400;
  src: local('Caveat Regular'), local('Caveat-Regular'), url('//cdn.sfdermato.org/webfont/caveat/regular.woff2') format('woff2'), url('//cdn.sfdermato.org/webfont/caveat/regular.woff') format('woff');
}
.hyphenate {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.paragraph {
  margin: 0 0 .75em 0;
  font-size: 15px;
  line-height: 1.4em;
  color: #525252;
  text-align: justify;
}
.cap {
  text-transform: uppercase;
}
.nocap {
  text-transform: none !important;
}
.waiting {
  cursor: wait;
}
.pointer {
  cursor: pointer;
}
.sep {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px dotted #FFF;
}
.contain 	img,
img.contain {
  object-position: center;
  object-fit: contain;
}
.cover 		img,
img.cover {
  object-position: center;
  object-fit: cover;
}
.scale 		img,
img.scale {
  object-position: center;
  object-fit: scale-down;
}
.fill 		img,
img.fill {
  object-position: center;
  object-fit: fill;
}
video.player {
  width: 100%;
  height: auto;
  margin: 2em auto;
  border-top: 3px solid #666;
  border-bottom: 3px solid #666;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin: 2em auto 0;
  box-shadow: 0 0 1em rgba(0,0,0,0.25);
  border-radius: 3px;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #EEE;
}
.embed-container + .caption {
  text-align: center;
  margin: .5em 0 2em;
}
vcard,
#authorship {
  display: none;
}
warning {
  display: block;
  padding: 1em 1.5em;
  border: 1px solid red;
  border-radius: 3px;
  margin-bottom: 2em;
}
warning p b {
  color: red;
}
warning p.more {
  line-height: 1;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  30% {
    opacity: .2;
  }
  50% {
    opacity: .8;
  }
  60% {
    opacity: .9;
  }
  100% {
    opacity: 1;
  }
}
figure.logo {
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
  background: none !important;
  box-shadow: none !important;
  justify-content: center;
  align-items: center;
}
figure.logo a {
  display: inline-block;
  width: 100%;
  max-width: 200px;
}
figure.logo a img {
  width: 100%;
  max-width: 100%;
  box-shadow: none !important;
}
* {
  box-sizing: border-box;
  text-decoration: none;
  margin: 0;
  padding: 0;
  outline: none;
}
html {
  width: 100%;
  height: 100%;
  font-family: "Alegreya Sans", "Roboto", Futura, Arial, sans-serif, sans-serif;
  font-size: 16px;
  background-color: #FFF;
  -webkit-font-smoothing: antialiased;
  scrollbar-gutter: stable;
  scrollbar-width: thin;
  scrollbar-color: rebeccapurple #ddd;
}
body {
  width: 100%;
  min-height: 100vh;
}
a {
  color: inherit;
  text-decoration: none;
}
a img,
img {
  display: block;
  outline: none;
  border: none;
}
p,
li p,
blockquote p {
  margin: 0 0 .5em 0;
}
blockquote,
q {
  font-size: 0.9em;
  font-style: italic;
}
address {
  font-style: normal;
}
sup,
sub {
  line-height: 0;
  font-size: 75%;
  display: inline-block !important;
}
ol,
ul {
  overflow: hidden;
}
:not(article) ul,
:not(article) ol,
:not(article) li {
  list-style: none;
}
img,
input[type="image"],
video {
  aspect-ratio: attr(width) / attr(height);
}
pre {
  margin: 2em 0;
  padding: 2em;
  border-top: 1px dashed red;
  border-bottom: 1px dashed red;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.btn {
  display: inline-block;
  height: auto;
  width: auto;
  padding: .33em .7em .25em .7em;
  line-height: 1.2em;
  font-family: "Alegreya Sans", "Roboto", Futura, Arial, sans-serif;
  border: none;
  border-radius: .2em;
  cursor: pointer;
  text-transform: uppercase;
  transition: all .3s ease-in-out;
  color: #FFF;
  background: #0092ac;
}
.btn:hover {
  background: #525252;
  color: #FFF;
}
.btn:focus {
  background-color: #2a2a2a;
}
.btn.saving,
.btn:disabled,
.btn.do {
  background-color: #525252;
  color: #bbb;
}
.btn.ok {
  background-color: green;
  color: #FFF;
}
.btn.fail,
.btn.ko {
  background-color: red;
  color: #FFF;
}
.btn.high {
  background-color: #F6801A;
  color: #FFF;
}
.btn.invert {
  background: transparent;
  border: 1px solid #525252;
  color: #525252;
}
.btn.invert:hover {
  background: #525252;
  color: #FFF;
}
.btn.max {
  font-size: 2em;
  font-weight: bold;
}
.btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: .33em;
}
.form {
  font-size: 1rem;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.form label {
  padding: 0;
}
.form input[type="password"],
.form input[type="email"],
.form input[type="file"],
.form input[type="text"],
.form textarea {
  width: 100%;
  margin: .25em 0 .5em 0;
  padding: .5em .7em;
  border: 1px solid #525252;
  border-radius: .3rem;
}
.form input[type="password"]:disabled,
.form input[type="email"]:disabled,
.form input[type="file"]:disabled,
.form input[type="text"]:disabled,
.form textarea:disabled {
  border-color: #666;
  background: #DDD;
  color: #999;
}
.form input[type="password"]:focus,
.form input[type="email"]:focus,
.form input[type="file"]:focus,
.form input[type="text"]:focus,
.form textarea:focus {
  border-color: #2a2a2a;
  background: #FEFEFE;
}
.form input[type="password"]:valid,
.form input[type="email"]:valid,
.form input[type="file"]:valid,
.form input[type="text"]:valid,
.form textarea:valid {
  border-color: green;
}
.form input[type="password"].error,
.form input[type="email"].error,
.form input[type="file"].error,
.form input[type="text"].error,
.form textarea.error {
  border-color: red !important;
  background-color: #ECE3DF !important;
}
.form ::placeholder {
  color: #999;
  font-style: italic;
}
.form textarea {
  min-height: 5em;
  line-height: 1.25em;
}
.form input[type="checkbox"],
.form input[type="radio"] {
  height: auto;
  width: auto;
}
#subscribe button:focus {
  background-color: #2a2a2a;
}
#subscribe button.saving,
#subscribe button:disabled,
#subscribe button.do {
  background-color: #666;
  color: #bbb;
}
#subscribe button.ok {
  background-color: green;
  color: #FFF;
}
#subscribe button.fail,
#subscribe button.ko {
  background-color: red;
  color: #FFF;
}
body > header {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 80px 0 0;
  color: #FFF;
  background: #003b49;
}
body > header slides {
  display: block;
  width: 100%;
  max-width: 100%;
  height: calc(100vh - 240px);
  background: #b8d0da url('//media.sfdermato.org/fondsdedotation/content/header/girl.wide.jpg') no-repeat center 0;
  background-size: cover;
  animation: fadeIn ease 1s;
}
body > header slides slide {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  position: relative;
  width: 100%;
  max-width: 1080px;
  height: auto;
  margin: 0 auto;
  padding-top: 120px;
}
body > header slides > a {
  font-size: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: calc(100vh - 160px);
  z-index: 1;
  display: none;
  padding: 0 2.5vh;
  overflow-y: hidden;
  color: #00515d;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
}
body > header slides > a:first-child {
  display: block;
}
body > header slides > a logo {
  display: block;
  height: 80px;
  width: 360px;
  max-width: 100%;
  margin: 120px 0 40px;
  background: url('//cdn.sfdermato.org/img/logo/fdd.svg') no-repeat left top;
  background-size: contain;
  transition: all .3s ease-in-out;
}
body > header slides > a div {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1rem;
  height: calc(100vh - 360px);
}
body > header slides > a h2,
body > header slides > a h3,
body > header slides > a p {
  margin: 0;
  text-align: right;
}
body > header slides > a h2 {
  font-size: 3em;
  line-height: 1.1;
}
body > header slides > a h3 {
  font-size: 2.4em;
  margin: 2rem 0 0 0;
}
body > header slides > a p {
  font-size: 1.5em;
}
@media screen and (max-width: 1024px) {
  body > header slides a slide div {
    font-size: .66rem;
  }
}
@media screen and (max-width: 640px) and (orientation: portrait) {
  body > header slides a slide {
    flex-direction: column;
    justify-content: flex-start;
  }
  body > header slides a slide logo {
    margin-top: 0;
  }
  body > header slides a slide div {
    justify-content: center;
  }
  body > header slides + prevnext {
    text-align: center;
  }
}
@media screen and (max-width: 580px) {
  body > header slides {
    background-position: 58% center;
    background-image: url('//media.sfdermato.org/fondsdedotation/content/header/girl-responsive.jpg') !important;
  }
  body > header slides a div {
    width: 100%;
  }
  body > header logo {
    max-width: 80%;
    margin: 0 auto;
  }
}
body > header prevnext {
  height: auto;
  width: 100%;
}
body > header prevnext div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1px;
  height: auto;
  width: auto;
  max-width: 1280px;
  margin: -37px auto 0 auto;
  z-index: 9;
  transition: all .3s ease-in-out;
}
body > header prevnext div i {
  padding: .66em .77em;
  cursor: pointer;
  color: rgba(255,255,255,0.85);
  background: rgba(0,131,165,0.33);
  transition: all .3s ease-in-out;
}
body > header prevnext div i:hover {
  color: #FFF;
}
body > header prevnext div i.on {
  background: #0092ac;
  color: #FFF;
}
body > header prevnext div i.fa-arrow-right {
  background: white;
  color: #0092ac;
}
body > header prevnext div i.fa-arrow-right:hover {
  color: #F6801A;
}
body > header prevnext div:hover i {
  color: rgba(255,255,255,100);
}
body[data-template="main"] > nav {
  float: none;
}
body[data-template="main"] > header {
  display: none;
}
body[data-template="main"] > header + section {
  margin-top: -80px;
}
body[data-template="main"] search {
  padding: 120px 2em 20px;
  min-height: 160px;
}
nav {
  font-size: 1rem;
  position: sticky;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  float: left;
  flex-direction: column;
}
nav a[rel="payment"] {
  text-align: right;
  color: #FFF;
  background: #ff942e;
  transition: color .3s ease-in-out;
}
nav > div:first-child {
  font-family: "Montserrat";
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  height: 80px;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0;
  background: #FFF;
  box-shadow: 0 0 4em rgba(0,0,0,0.33);
}
nav > div:first-child > img:first-child {
  display: block;
  height: 48px;
  width: auto;
  margin: 0 1em 0 135px;
  padding-right: 1em;
  border-right: 3px solid #a91a32;
}
nav > div:first-child h1 {
  flex: 1;
  color: #017e8f;
  font-size: .8em;
  font-weight: 700;
}
nav > div:first-child h1 strong {
  display: block;
  color: #a91a32;
  font-size: 1.6em;
}
nav > div:first-child a[rel="payment"] {
  height: 100%;
  padding: 0 .8em;
  font-size: 2em;
  line-height: 80px;
  transition: background .3s ease-in-out;
}
nav > div:first-child a[rel="payment"]:hover {
  background: #ed7610;
}
nav > div:first-child a[rel="payment"]::before {
  content: "➜ FAIRE UN ";
}
@media screen and (max-width: 720px) {
  nav > div:first-child a[rel="payment"]::before {
    content: "➜ ";
  }
  nav > div:first-child a[rel="payment"]::after {
    content: "NER";
  }
}
@media screen and (max-width: 640px) {
  nav > div:first-child a[rel="payment"]::before {
    content: "➜ ";
  }
  nav > div:first-child a[rel="payment"]::after {
    content: "";
  }
}
@media screen and (max-width: 540px) {
  nav > div:first-child a[rel="payment"]::before {
    content: "";
  }
}
@media screen and (max-width: 500px) {
  nav > div:first-child a[rel="payment"] {
    display: none;
  }
}
nav > div:first-child i {
  font-size: 2.3em;
  font-style: normal;
  color: #EEE;
}
nav > div:first-child > a[href="#sitesearch"],
nav > div:first-child > a[href="#navigation"] {
  width: 70px;
  height: 70px;
  background: #a91a32;
  border-radius: 5px;
  margin: 0 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all .3s ease-in-out;
}
nav > div:first-child > a[href="#sitesearch"]:hover,
nav > div:first-child > a[href="#navigation"]:hover {
  background: #017e8f;
}
nav > div:first-child > a[href="#sitesearch"] {
  background: transparent;
  transition: all .3s ease-in-out;
}
nav > div:first-child > a[href="#sitesearch"] i {
  color: #888;
  transition: all .3s ease-in-out;
}
nav > div:first-child > a[href="#sitesearch"]:hover {
  background: #888;
}
nav > div:first-child > a[href="#sitesearch"]:hover i {
  color: #FFF;
}
nav > div + div {
  display: none;
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
  flex-wrap: wrap;
  flex-direction: row;
  flex-direction: column;
  background: #3d6973;
  padding-bottom: 2vh;
}
nav > div + div a {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  width: 100%;
  max-width: 69ch;
  margin: 0 auto;
  padding: .75em 1em;
  text-align: left;
  color: #FFF;
  transition: all .3s ease-in-out;
}
nav > div + div a:first-child {
  justify-content: flex-end;
  height: 80px;
}
nav > div + div a:first-child:hover {
  background: none;
  color: #111;
}
nav > div + div a::first-letter {
  text-transform: uppercase;
}
nav > div + div a:hover {
  background: #366069;
}
nav > div + div a:active {
  background: #366069;
}
nav > div + div a + a + a {
  border-top: 1px dotted rgba(255,255,255,0.2);
}
@media screen and (max-width: 1440px) {
  nav > div:first-child > img:first-child {
    margin-left: 1em;
  }
}
@media screen and (max-width: 960px) {
  nav h1 {
    display: none;
  }
  nav h1 + a {
    flex: 1;
    text-align: center;
  }
  nav img {
    border: none !important;
    margin-right: 0;
  }
}
#navigation:target ~ ss360,
#navigation:target ~ header,
#navigation:target ~ prevnext,
#navigation:target ~ main,
#navigation:target ~ section,
#navigation:target ~ aside,
#navigation:target ~ a,
#navigation:target ~ footer,
#navigation:target ~ nav div {
  display: none;
}
#navigation:target ~ nav > div:last-child {
  display: flex;
}
body ss360 {
  display: none;
  position: sticky;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  background: #FFF;
  z-index: 100;
}
body ss360 > input {
  flex: 1;
  padding: 1em 2em;
  font-size: 1.2rem;
}
body ss360 > a {
  width: 80px;
  height: 80px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
body ss360 .unibox {
  max-width: 100%;
  border-radius: 0;
  box-shadow: 0 0 1rem rgba(88,107,137,0.61);
  padding: 1.25vh;
}
body.ss360 > nav {
  display: none;
}
body.ss360 ss360 {
  display: flex;
}
main {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  min-height: calc(100vh - 0px);
  margin: -80px auto 0;
}
main search {
  font-size: 1rem;
  padding: 4em 2.5vh;
  text-align: center;
  color: #FFF;
}
main search p {
  font-size: 2em;
}
main search select {
  font: normal 1.4rem/1 "Alegreya Sans", "Roboto", Futura, Arial, sans-serif;
  margin: 0;
  padding: .7em 1.25em .6em;
  appearance: none;
  color: rgba(255,255,255,0.75);
  background: transparent url('//media.sfdermato.org/fondsdedotation/template/arrow_white.svg') no-repeat right 1ch center;
  background-size: 1ch;
  border-radius: .3em;
  border: 1px solid #FFF;
  cursor: pointer;
  transition: all .3s ease-in-out;
}
main search select * {
  color: #111;
}
main search select optgroup {
  padding-top: .5em;
}
main search select option {
  text-transform: none;
  padding-right: 1em;
}
main search select[data-state].show {
  background-color: #77b3b5;
  color: #FFF;
}
main search select[data-cat="all"] {
  background-color: #F6801A;
  color: #FFF;
}
@media screen and (max-width: 880px) {
  main search {
    padding: 2em 2.5vh;
  }
  main search select {
    flex: 1;
    margin-left: 0;
  }
  main search p span {
    font-size: .5em;
    width: 100%;
    padding-bottom: 1em;
  }
}
@media screen and (max-width: 640px) {
  main search select {
    width: 100%;
    margin: .5em 0;
    font-size: 1.2rem;
  }
}
main content {
  display: block;
  color: #525252;
  width: 100%;
  margin: 0 auto 2.5vh;
}
main content description {
  line-height: 1.66em;
  text-align: justify;
}
main content ul.slide > li {
  font-size: 1rem;
  margin: 1em;
  padding: 2.5vh;
  background: #FEFEFE;
  box-shadow: 0 0 1em rgba(0,0,0,0.33);
}
main content ul.slide > li h2 {
  font-size: 1.4em;
  color: #666;
}
main content ul.slide > li h3 {
  font-size: 1.2em;
}
main content ul.slide > li p,
main content ul.slide > li ul {
  font-size: 1em;
}
main content ul.slide > li li {
  list-style: none;
}
main content ul.menu li {
  margin-bottom: 1px;
  background: #EEE;
}
main content ul.menu li a {
  padding: 1rem;
  font-size: 1.4em;
  display: block;
  transition: all .3s ease-in-out;
}
main content ul.menu li a:hover {
  background: rgba(0,146,172,0.2);
}
main content ul.menu *::first-letter {
  text-transform: uppercase;
}
main content ul.menu + h2 {
  margin: 1.5em 0 .33rem;
}
main content h2 + ul.menu {
  margin-top: .4rem;
}
main .same {
  clear: both;
  margin: 5em 0;
  padding-top: 3em;
  border-top-color: #666;
  text-align: right;
}
main MedicalStudy {
  width: 100%;
  border-top: 1px dotted #a91a32;
  padding: 2em 0;
}
main MedicalStudy h1 {
  text-align: center;
  color: #a91a32;
}
main MedicalStudy a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
main MedicalStudy img {
  display: block;
  margin: 2em 0;
  width: 100%;
  max-width: 22vw;
}
@media screen and (max-width: 1294px) {
  main MedicalStudy img {
    max-width: 40vw;
  }
}
@media screen and (max-width: 800px) {
  main MedicalStudy img {
    max-width: 80vw;
  }
}
main article {
  display: block;
  position: relative;
  font-size: 1.125rem;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 3rem;
}
@media screen and (max-width: 640px) {
  main article {
    padding: 2.5vh;
    max-width: calc(100% - 2em);
  }
}
main article + article {
  margin-top: 2.5vh;
  border-top: 1px solid #BBB;
}
main article ShareAction {
  float: right;
  margin: 0 0 2em 8ch;
  text-align: right;
}
main article ShareAction .facebook,
main article ShareAction .twitter {
  font-size: 11px;
  font-family: Helvetica, Arial, sans-serif;
  display: inline-block;
  padding: 0 1em 0 2.2em;
  height: 20px;
  line-height: 20px;
  color: white;
  border-radius: 3px;
  font-weight: bold;
  background-repeat: no-repeat;
  background-position: 4px center;
  background-size: 16px;
}
main article ShareAction .facebook {
  background-color: #3B5998;
  background-image: url('//media.sfdermato.org/fondsdedotation/template/social/facebook.svg');
}
main article ShareAction .twitter {
  background-color: #1DA1F2;
  background-image: url('//media.sfdermato.org/fondsdedotation/template/social/twitter.svg');
  background-size: 14px;
}
main article header {
  margin: 2.5vh 0;
}
main article header h1 ~ p,
main article header time {
  color: #898989;
}
main article header figure {
  background: none;
  margin: .2em 0;
  padding: 0 !important;
}
main article header figure a {
  display: flex;
  gap: 1rem;
  padding: 1rem 0;
}
main article header figure img {
  background: #bbb;
  height: 8ch;
  width: 8ch;
  object-fit: cover;
}
main article header figure h1 {
  text-transform: none;
  color: #666;
  font-size: 1rem;
}
main article header figure h1 + p:first-letter {
  text-transform: capitalize;
}
main article header p.type {
  margin: .3em 0;
  display: flex;
  align-items: center;
  gap: .5ch;
}
main article header p.type img {
  width: 1em;
  vertical-align: middle;
  margin-right: .25em;
}
main article header p.type span {
  display: inline-block;
}
main article header p.type span a {
  display: inline-block;
  padding: .2em 1em;
  background: #EEE;
  border-radius: .75em;
  margin-top: .1em;
}
main article header p.type span a:first-child::before {
  content: "catégorie ";
  font-style: normal;
}
main article header + content {
  margin-top: 2.5vh;
}
main article img,
main article figure,
main article figure img {
  font-size: 1rem;
  max-width: 100%;
}
main article .icono {
  margin: 2em 0;
  text-align: center;
}
main article .icono img,
main article img.icono,
main article figure.shadow img,
main article img.shadow {
  box-shadow: 0 0 .5rem rgba(0,0,0,0.33);
  border-radius: 6px;
}
main article figure {
  margin: 5vh 0;
  padding: 2.5vh 0 !important;
  border-radius: 3px;
  text-align: center;
}
main article figure:not(.entity):not(.portrait):not(.cartoon):not(.donut):not([itemprop="author"]) {
  background: #525252;
  box-shadow: inset 0 0 10em rgba(0,0,0,0.5);
}
main article figure:not(.entity):not(.portrait):not(.cartoon):not(.donut):not([itemprop="author"]) img {
  box-shadow: 0 0 1em rgba(0,0,0,0.5);
}
main article figure:not(.entity):not(.portrait):not(.cartoon):not(.donut):not([itemprop="author"]) figcaption {
  color: #FFF;
}
main article figure[itemprop="author"] {
  text-align: left;
}
main article figure img {
  object-fit: contain;
  max-height: 50vh;
  max-width: calc(100% - 4rem);
  border-radius: 3px;
  display: inline-block;
}
main article figure figcaption {
  display: block;
  width: 100%;
  margin: 0;
  padding-top: .5ch;
  font-size: 1rem;
  color: #525252;
}
main article figure figcaption * {
  color: inherit;
}
main article figure.portrait {
  margin: 2em 0;
}
main article figure.portrait img {
  max-height: 50vh;
  border-radius: 3px;
  box-shadow: 0 0 .25em rgba(0,0,0,0.25);
}
main article figure.cartoon {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  background: none;
  border: 0 !important;
  margin-bottom: 2rem;
}
main article figure.cartoon img {
  max-height: 90vh;
}
main article figure.entity {
  background: none;
  display: flex;
  justify-content: center;
  gap: 10%;
}
main article figure.entity img {
  width: 80%;
  height: auto;
  max-width: 20%;
  max-height: 300px;
  object-fit: contain;
}
main article vcard figure {
  background: none;
  box-shadow: none;
}
main article vcard figure figcaption {
  box-shadow: none;
  color: #525252;
}
main article .zoomable figcaption:before {
  content: "\f00e";
  font-family: "fontawesome";
  margin-right: 1ch;
  color: #FFF;
}
main article .zoomable:target img {
  width: 100%;
  height: auto;
  max-height: 100%;
}
main article organization {
  display: block;
  margin: 2.5vh 0;
  text-align: center;
}
main article organization img {
  max-width: 30%;
}
main article .panel {
  background: #E6E2D7;
  padding: 0;
  margin: 2.5vh 0;
}
main article .panel > div {
  padding: 2.5vh;
}
main article .post {
  border: 5px purple dashed;
  background: pink;
  padding: 2.5vh;
  font-family: courrier;
  color: black !important;
  position: relative;
  margin: 3.75vh 0;
  max-width: 100%;
}
main article .post * {
  max-width: 100% !important;
}
main article .post::before {
  content: 'Texte site JSP à incorporer ?';
  color: purple;
  position: absolute;
  margin-top: -4em;
}
main article a.underline {
  border-bottom: 1px dotted #0092ac;
}
main article a:hover {
  color: #0092ac;
}
main article p 	a:target {
  color: white;
  background: red;
}
main article p {
  font-size: 1em !important;
  line-height: 1.4em;
}
main article p.next {
  margin: 2.5vh 0;
  text-align: right;
}
main article p.next img {
  display: inline-block;
}
main article p:last-of-type {
  margin: 0 0 .5em 0;
}
main article li {
  line-height: 1.4em;
}
main article hr {
  height: 0;
  margin: 2.5vh 0;
  color: transparent;
  border-bottom: 1px solid #bbb;
}
main article h1 {
  color: #0086a3;
  font: bold 2em/1em "Alegreya Sans", "Roboto", Futura, Arial, sans-serif, sans-serif;
  text-align: left;
}
main article h1 small {
  display: block;
  color: #59b8b7;
  text-transform: none;
  font-size: 75%;
  font-weight: 400;
  line-height: 1;
  margin: .2em 0 .3em 0;
}
main article h2 {
  font-size: 2em;
  line-height: 1.1;
  font-weight: 400;
  text-transform: none;
  color: #59b8b7;
  margin: 1.5em 0 .5em 0;
}
main article h2 + p,
main article h2 + dl {
  margin-top: .5em;
}
main article h3 {
  font-weight: 500;
  font-size: 1.2em;
  color: #525252;
  margin: 1em 0 .5em 0;
  text-transform: uppercase;
}
main article h4 {
  font-weight: 500;
  font-size: 20px;
  color: #525252;
  margin: 2em 0 .5em 0;
}
main article dl {
  padding-left: 1em;
}
main article dt {
  color: #202020;
  font-variant: small-caps;
}
main article ul.people li,
main article ul.list li {
  margin: 0 0 .75em 0;
  font-size: 15px;
  line-height: 1.4em;
  color: #525252;
  text-align: justify;
  margin: 0;
  padding-left: 1em;
  font-size: 18px;
  color: black;
}
main article ul.list 	li {
  margin-bottom: .5em;
}
main article ul.people 	li {
  color: inherit;
}
main article ul.bullet {
  margin: .25em 0 1em .5em;
  padding-left: 1em;
  color: inherit;
}
main article ul.bullet li {
  list-style: disc outside none;
  margin: 0 0 .25em 0;
}
main article ul.bullet li::first-letter {
  text-transform: uppercase;
}
main article verbatim {
  display: block;
  margin: 3.6rem;
  padding: 2.5vh 0;
  line-height: .9em;
  font-weight: bold;
  border-top: 1px dotted #848484;
  border-bottom: 1px dotted #848484;
  font-size: 3.6em;
  font-family: "Caveat";
  color: #0092ac;
}
@media screen and (max-width: 640px) {
  main article verbatim {
    font-size: 2em;
  }
}
main article references {
  font-size: 90%;
  padding: 1em;
  display: block;
  margin: 2.5vh 0 1em 0;
  border: 1px solid #BBB;
}
main article references::before {
  content: 'Références';
  font-variant: small-caps;
  font-weight: bold;
  color: #F6801A;
  font-size: 1.25rem;
  margin-bottom: .2em;
}
main article references li {
  list-style: none;
  margin-bottom: .2em;
}
main article .encart {
  width: 100%;
  padding: 2.5vh;
  background: #EEE;
  margin: 2.5vh auto;
  border-left: 3px solid #999;
}
main article .encart h2 {
  font-size: 1em;
  color: red;
}
main article .encart figure {
  float: right;
  max-width: 30%;
  margin: 0 0 0 2.5vh !important;
}
main article .encart strong {
  font-weight: bold;
}
main article ul.encart {
  display: flex;
  margin-top: 5vh;
  background: #59b8b733;
}
main article ul.encart > li {
  width: 50%;
  padding-right: 2.5vh;
}
main article ul.encart em {
  font-size: 80%;
  display: block;
  line-height: 1;
  padding-bottom: 1em;
}
main article ul.encart h4 {
  margin-top: 1em;
}
@media screen and (max-width: 800px) {
  main article ul.encart {
    flex-wrap: wrap;
  }
  main article ul.encart > li {
    width: 100%;
  }
}
main article table.project {
  width: 100%;
  text-align: left;
}
main article table.project td {
  background: rgba(0,0,0,0.05);
  margin: .1em 0 0 .1em;
  padding: 1rem;
  vertical-align: top;
}
main article table.project tr:nth-child(odd) td {
  background: rgba(0,0,0,0.085);
}
main article table.project td:first-child {
  width: 22%;
  font-variant: all-small-caps;
  font-weight: bold;
}
main article table.project td:last-child {
  padding: 1rem 2rem;
}
main article table.project caption {
  display: none;
}
@media screen and (max-width: 880px) {
  main article table.project tr {
    display: flex;
    flex-wrap: wrap;
  }
  main article table.project td {
    width: 100% !important;
    padding: 1rem;
    margin: 0;
  }
  main article table.project td:first-child {
    background: rgba(0,0,0,0.085) !important;
    border-top: 2px solid #fff;
  }
  main article table.project td:last-child {
    background: rgba(0,0,0,0.05) !important;
  }
}
main article sponsors {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 2em 0;
  gap: 4rem;
}
main article sponsors.start {
  justify-content: flex-start;
}
main article sponsors a {
  padding: 0;
  display: flex;
  width: 15%;
  height: 120px;
  justify-content: center;
  align-items: center;
}
main article sponsors img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
main article sponsors.major 	a {
  width: 100%;
  height: 300px;
}
main article sponsors.major 	a img {
  border: 1px solid #ddd;
}
@media screen and (max-width: 800px) {
  main article sponsors a {
    max-width: 50%;
  }
}
@media screen and (max-width: 480px) {
  main article sponsors a {
    max-width: 100%;
  }
  main article sponsors a + a {
    border-top: 1px dotted #CCC;
    border-left: 0;
  }
}
main article ul.aocs {
  margin-top: 1em;
  background: #0086a3;
}
main article ul.aocs li {
  padding: 1rem 2rem 2rem 2rem;
  margin: 1px 0 0 0;
}
main article ul.aocs li:nth-child(2) {
  background-color: #59b8b7;
}
main article ul.aocs h3 {
  color: white;
}
main article ul.aocs team,
main article ul.aocs lab {
  display: block;
}
main article ul.aocs team b,
main article ul.aocs lab b {
  font-weight: normal;
}
main article lab + br {
  height: .5em;
  display: block;
  margin-top: .5em;
}
main article table.laureate {
  counter-reset: bourse;
  width: 100%;
  margin: 1em 0;
  border-collapse: collapse;
  background: #FFF;
}
main article table.laureate td {
  border: 1px solid #666;
  padding: .5em;
}
main article table.laureate td label {
  background: #666;
  color: #FFF;
  border-radius: 3px;
  padding: 0 .5em;
  line-height: 1.4em;
  height: 1.4em;
  margin-bottom: .5em;
  font-size: .8em;
  display: inline-block;
}
main article table.laureate td em {
  margin: .2em 0;
  display: inline-block;
}
main article table.laureate td a {
  padding: .5em;
  display: block;
}
main article table.laureate td:first-child::before {
  counter-increment: bourse;
  content: counter(bourse);
}
main article table.laureate td:last-child {
  text-align: right;
}
main article table.laureate tr.amountable td {
  background: #c7ecb4;
}
main article table.laureate + sponsors {
  margin: 0;
  justify-content: flex-start;
}
main article ul.actors {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1em;
}
main article ul.actors li {
  min-width: 49%;
  margin: 0 .1em .1em 0;
  padding: .3em 1em;
  background: rgba(0,0,0,0.05);
}
@media screen and (max-width: 480px) {
  main {
    box-sizing: border-box;
  }
  main article {
    width: 100%;
    padding-left: 1.25vh;
    padding-right: 1.25vh;
  }
}
aside {
  margin-top: 12vh;
  background: url('//media.sfdermato.org/fondsdedotation/template/trame_reseau.svg') no-repeat 0 0;
  background-size: 66%;
}
aside figure.map {
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 2.5vh;
}
aside figure.map h2 {
  color: #3b5998;
  font-size: 5em;
  line-height: 1;
}
aside figure.map p {
  font-size: .8em;
  color: #0784a8;
}
aside figure.map ul {
  margin-top: 1em;
  display: flex;
}
aside figure.map li {
  padding-left: 1.25em;
  margin-bottom: .5em;
}
aside figure.map li:first-child {
  padding: 0 3em;
}
aside figure.map li:last-child a {
  display: block;
}
aside figure.map li:last-child a img {
  display: inline;
  height: .8em;
  width: auto;
  margin-right: .33em;
}
aside figure.map li:last-child a:last-child	img {
  height: .6em;
  padding: .1em;
}
aside figure.map img {
  display: block;
  width: 488px;
  height: 570px;
  margin-left: 2em;
  margin-top: -70px;
}
@media screen and (max-width: 1080px) {
  aside figure.map {
    flex-wrap: wrap;
  }
  aside figure.map li:first-child {
    padding: 0;
  }
  aside figure.map h2 {
    font-size: 4em;
  }
  aside figure.map img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 1em auto 0 auto;
  }
}
@media screen and (max-width: 840px) {
  aside figure.map {
    flex-direction: column-reverse;
  }
  aside figure.map figcaption {
    width: 100%;
  }
  aside figure.map h2 {
    font-size: 3em;
  }
}
@media screen and (max-width: 600px) {
  aside figure.map ul {
    flex-wrap: wrap;
  }
}
aside calltoaction {
  display: flex;
  width: 100%;
  height: auto;
  height: 330px;
  background: #A91A32 url('//media.sfdermato.org/fondsdedotation/template/pour-la-peau.svg') no-repeat center -30%;
  background-size: 100%;
  font-size: 1rem;
  border-radius: .3em;
  max-width: 1280px;
  margin: 0 auto;
  transition: all .3s ease-in-out;
}
aside calltoaction a {
  display: block;
  width: 100%;
  background: url('//media.sfdermato.org/fondsdedotation/template/mains_don.svg') no-repeat 2.5vh 40px;
  padding: 100px 2.5vh 0 60%;
  color: #FFF;
  text-shadow: 0 0 .5em #A91A32;
}
aside calltoaction a p {
  line-height: 1;
}
aside calltoaction a p b {
  font-size: 3em;
}
aside calltoaction a p span {
  font-size: 1.20em;
  display: inline-block;
  margin-left: .8em;
}
aside calltoaction a button {
  font-size: 1.25em;
  height: 2.75em;
  width: auto;
  padding: 0 2.5em;
  font-family: "Alegreya Sans", "Roboto", Futura, Arial, sans-serif;
  font-weight: bold;
  background: #F6801A url('//media.sfdermato.org/fondsdedotation/template/arrow_1.svg') no-repeat .75em center;
  background-size: 1em;
  color: inherit;
  border-radius: .3em;
  border: 1px solid transparent;
  transition: all .3s ease-in-out;
}
aside calltoaction:hover {
  background-color: #F6801A;
}
aside calltoaction:hover a button {
  cursor: pointer;
  background-color: #A91A32;
  background-position: 1em center;
}
@media screen and (max-width: 1470px) {
  aside calltoaction a {
    padding-left: 50%;
  }
}
@media screen and (max-width: 1320px) {
  aside calltoaction {
    border-radius: 0;
  }
}
@media screen and (max-width: 1280px) {
  aside calltoaction a {
    padding-left: 55%;
  }
}
@media screen and (max-width: 980px) {
  aside calltoaction a {
    padding-left: 60%;
  }
}
@media screen and (max-width: 840px) {
  aside calltoaction a {
    background-position: right center;
    background-size: 50%;
    padding-left: 0%;
    width: 70%;
    margin: 0 auto;
  }
}
aside relatedLink {
  font-size: 1rem;
  width: 100%;
  padding: 3em 2.5vh;
  text-align: center;
  color: #0092ac;
}
aside relatedLink h2 {
  font-size: 2em;
}
aside relatedLink span {
  display: inline-block;
}
aside relatedLink i {
  margin-left: .33em;
}
aside relatedLink h2 a:nth-child(1) {
  color: #3b5998;
}
aside relatedLink h2 a:nth-child(2) {
  color: #1da1f2;
}
aside relatedLink h2 a:nth-child(3) {
  color: #0a66c2;
}
aside significantlinks {
  font-size: 1rem;
  display: block;
  width: 100%;
  height: auto;
  padding: 2.5em 2.5vh 4em;
  background: #0093ad url('//media.sfdermato.org/fondsdedotation/template/eyes.jpg') no-repeat center 0;
  background-size: cover;
  color: #FFF;
  text-transform: uppercase;
}
aside significantlinks a {
  color: inherit;
}
aside significantlinks h1 {
  max-width: 1170px;
  margin: 0 auto 1.5em;
  padding: 0 0 1em;
  border-bottom: 1px solid rgba(255,255,255,0.4);
}
aside significantlinks ul {
  display: flex;
  justify-content: space-between;
  max-width: 1080px;
  margin: 0 auto;
}
aside significantlinks li {
  padding-left: 2.5%;
  background: url('//media.sfdermato.org/fondsdedotation/template/arrow_2.svg') no-repeat 0 .4em;
  background-size: 1em;
}
aside significantlinks li a {
  line-height: 1;
}
aside significantlinks li b {
  font-size: 2em;
}
@media screen and (max-width: 1280px) {
  aside significantlinks ul {
    flex-wrap: wrap;
    gap: 1em;
  }
  aside significantlinks ul li {
    width: calc(50% - 1.5em);
    max-width: calc(50% - 1.5em);
    padding-left: 1.5em;
    background-size: .75em;
  }
}
@media screen and (max-width: 640px) {
  aside significantlinks ul {
    flex-direction: column;
  }
  aside significantlinks ul li {
    width: 100%;
    max-width: 100%;
    padding-left: 1.5em;
    background-size: .75em;
  }
}
aside + a {
  display: block;
  box-sizing: border-box;
  font: 500 1rem/1em "Alegreya Sans", "Roboto", Futura, Arial, sans-serif;
  height: 80px;
  width: 120px;
  margin: 2.5vh auto 3em;
  padding: 0 2.5vh;
  text-align: center;
  color: #30add0;
  background: url('//media.sfdermato.org/fondsdedotation/template/totop.png') no-repeat center bottom;
  transition: all .3s ease-in-out;
}
aside + a:hover {
  color: #0784a8;
  background-position: center 1.5em;
}
#totop {
  position: fixed;
  top: auto;
  right: 0;
  bottom: 0;
  font-size: 1rem;
  width: 3em;
  height: 3em;
  line-height: 3em;
  display: block;
  color: white;
  text-align: center;
  background: #7fc2d1;
  z-index: 1000000;
  transition: all .3s ease-in-out;
}
#totop:hover {
  background-color: rgba(0,0,0,0.2);
}
@media screen and (max-width: 640px) {
  #totop {
    display: none;
  }
}
footer {
  box-sizing: border-box;
  width: 100%;
  min-height: 118px;
  margin: 0 auto;
  padding: 0;
  color: #525252;
  text-align: left;
  font-size: 1rem;
}
footer > ul {
  display: flex;
  width: 100%;
  margin: 0 auto;
  padding: 0 2em;
  height: auto;
}
footer .street-address b {
  font-weight: normal;
}
footer > ul:first-child {
  justify-content: space-between;
  max-width: 1234px;
  margin: 0 auto 4em;
}
footer > ul:first-child > li {
  width: 25%;
  padding: 0;
}
footer > ul:first-child > li:first-child img {
  height: 4em;
}
footer > ul:first-child > li:nth-child(2) subscribeAction {
  display: flex;
  align-items: center;
  background: #E6E6E6;
  border: .5em solid #E6E6E6;
  border-radius: .3em;
  padding: 0;
  margin: .3em 0 1em 0;
}
footer > ul:first-child > li:nth-child(2) subscribeAction input {
  -webkit-flex: 1;
  flex: 1;
  background: transparent;
  border: none;
}
footer > ul:first-child > li:nth-child(2) subscribeAction input:focus {
  background: none;
}
footer > ul:first-child > li:nth-child(2) subscribeAction button {
  display: block;
  height: 3em;
  width: 3em;
  border: none;
  border-radius: inherit;
  background: #F6801A url('//media.sfdermato.org/fondsdedotation/template/arrow_1.svg') no-repeat center center;
  background-size: 60%;
  cursor: pointer;
  transition: all .3s ease-in-out;
}
footer > ul:first-child > li:nth-child(2) subscribeAction button:hover {
  background-size: 50%;
}
footer > ul:first-child > li:nth-child(2) label {
  display: block;
  width: 100%;
  transition: all .3s ease-in-out;
}
footer > ul:first-child > li:nth-child(2) label:hover {
  color: #017e8f;
  cursor: pointer;
}
footer > ul:first-child > li:nth-child(2) label input {
  margin-right: 3px;
}
footer > ul:first-child > li:nth-child(2) label.notification {
  color: red;
}
footer > ul:first-child > li:last-child ul {
  max-width: 200px;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 1.2rem;
}
footer > ul:first-child > li:last-child ul li {
  width: 40%;
}
footer > ul:first-child h3 {
  color: grey;
  text-transform: uppercase;
  font-size: 1.5em;
  line-height: 1;
  min-height: 2.5em;
  margin-bottom: .5em;
}
footer > ul:first-child vcard {
  display: block;
  color: #525252;
}
footer > ul:first-child vcard a:first-child {
  width: 100%;
  display: block;
  margin-bottom: .5em;
}
footer > ul:first-child vcard a:first-child img {
  max-width: 80%;
}
footer > ul:first-child vcard .fn {
  font-weight: bold;
  text-transform: uppercase;
}
footer > ul:first-child vcard .type,
footer > ul:first-child vcard .region {
  display: none;
}
footer > ul:first-child vcard .country-name {
  display: inline-block;
}
footer > ul:first-child vcard .tel {
  display: none;
}
footer > ul:first-child ul {
  width: 100%;
}
footer > ul:first-child ul li {
  display: inline-block;
  height: 4em;
  max-width: 100px;
}
footer > ul:first-child ul li img {
  display: inline-block;
  max-width: 100%;
  margin: 0;
  max-height: 4em;
}
@media screen and (max-width: 980px) {
  footer > ul:first-child {
    flex-wrap: wrap;
  }
  footer > ul:first-child > li {
    width: 50% !important;
  }
  footer > ul:first-child > li:last-child {
    width: 100% !important;
    text-align: center;
    padding-top: 2em;
    margin-top: 2em;
    border-top: 1px dotted #999;
  }
  footer > ul:first-child > li:last-child ul {
    max-width: 100%;
    justify-content: center;
  }
}
@media screen and (max-width: 740px) {
  footer > ul:first-child > li {
    width: 100% !important;
    text-align: center;
    padding-top: 2em !important;
    margin-top: 2em !important;
    border-top: 1px dotted #999;
  }
}
footer > ul:last-child {
  justify-content: center;
  padding: .9em 2.5vh;
  background: #0784a8;
  color: rgba(255,255,255,0.25);
}
footer > ul:last-child li + li {
  border-left: 1px solid rgba(255,255,255,0.2);
}
footer > ul:last-child a {
  display: inline;
  padding: 0 1em;
  color: #FFF;
  color: rgba(255,255,255,0.5);
  transition: all .3s ease-in-out;
}
footer > ul:last-child a:first-letter {
  text-transform: uppercase;
}
footer > ul:last-child a:hover {
  color: #FFF;
}
@media screen and (max-width: 740px) {
  footer > ul:last-child {
    flex-direction: column;
    text-align: center;
  }
  footer > ul:last-child li {
    padding: 1em;
    font-size: 1.4em;
    color: transparent;
  }
  footer > ul:last-child li + li {
    border-left: none;
    border-top: 1px solid rgba(255,255,255,0.5);
  }
  footer > ul:last-child li a {
    display: block;
  }
}
#footmap {
  padding: 2em;
  width: 100%;
  max-width: 1234px;
  margin: 1em auto;
}
#footmap > h2 {
  text-align: center;
  color: #666;
  font-size: .8em;
}
#footmap ul {
  display: none;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1em 3em;
  margin: 2em auto 3em;
  font-family: Sans-Serif;
  font-size: .8em;
}
#footmap li {
  width: calc(25% - 2.3em);
}
#footmap a:hover {
  color: #30add0;
  text-decoration: underline;
}
#footmap:target	ul {
  display: flex;
}
body#home main {
  min-height: 800px;
  padding-bottom: 2.5vh;
  background-image: url('//media.sfdermato.org/fondsdedotation/template/empreinte.png'), url('//media.sfdermato.org/fondsdedotation/template/square_0784a8.png');
  background-repeat: no-repeat, no-repeat;
  background-position: 0 0, 0 0;
  background-size: auto auto, 100% 450px;
  background-color: #ECEDED;
  margin: 0 auto;
}
body#home main headlines {
  padding: 0 2.5vh;
}
body#home main headlines figure img {
  max-width: 3em;
}
body#home main headlines h2 {
  text-transform: uppercase;
  color: #9ddadf;
}
body#home main headlines > ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  max-width: 1824px;
  margin: 0 auto;
}
body#home main headlines > ul > li {
  width: 22%;
  max-width: 396px;
}
body#home main headlines > ul > li figure {
  display: flex;
  flex-direction: row;
}
body#home main headlines > ul > li figure img {
  height: 3em;
  margin-right: .66em;
}
body#home main headlines > ul > li figure figcaption {
  flex: 1;
  color: #BBB;
  font-size: .8em;
  text-transform: uppercase;
}
body#home main headlines > ul > li > div {
  width: 100%;
  height: 474px;
  margin: .33em 0 2em;
  background: #BBB url('') no-repeat center center;
  background-size: cover;
  box-shadow: .5em .5em 0 rgba(0,0,0,0.2);
}
body#home main headlines > ul > li > div div {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 100%;
  width: 80%;
  background: rgba(0,0,0,0.8);
  margin: 0;
  padding: 1.6rem;
  color: #FFF;
  transition: all .3s ease-in-out;
}
body#home main headlines > ul > li > div div figcaption {
  color: #b0c8c8;
}
body#home main headlines > ul > li > div div h3 {
  flex: 1;
  font-size: 1.6em;
  color: #FFF;
  text-transform: uppercase;
  transition: all .3s ease-in-out;
}
body#home main headlines > ul > li > div div h3 span {
  color: #FFF;
  text-transform: none;
}
body#home main headlines > ul > li > div div h3 a {
  color: inherit;
  display: block;
  height: 100%;
}
body#home main headlines > ul > li > div div > a:first-child {
  height: 6em;
}
body#home main headlines > ul > li > div div > a:last-child {
  align-self: flex-start;
  width: auto;
}
body#home main headlines > ul > li > div div > a:last-child:hover {
  background: #525252 !important;
}
body#home main headlines > ul > li > div div:hover {
  background-color: rgba(0,0,0,0) !important;
}
body#home main headlines > ul > li > div div:hover h3 {
  opacity: 0;
}
body#home main headlines > ul > li > div + a {
  font-size: 1.4em;
  font-family: 'Montserrat';
  padding: 1em;
  display: inline-block;
}
body#home main headlines > ul > li > div + a:after {
  font-family: "fontawesome";
  content: "\f138";
  margin-left: .33em;
  color: #999;
}
body#home main headlines > ul > li:last-child a {
  color: #FFF;
}
body#home main headlines > ul > li:nth-child(1) > div div {
  background-color: rgba(9,63,76,0.95);
}
body#home main headlines > ul > li:nth-child(1) > div div > a.btn {
  background: #0092ac;
}
body#home main headlines > ul > li:nth-child(2) > div div {
  background-color: rgba(62,91,153,0.95);
}
body#home main headlines > ul > li:nth-child(2) > div div > a.btn {
  background: #3eb9de;
}
body#home main headlines > ul > li:nth-child(3) > div div {
  background-color: rgba(169,26,50,0.95);
}
body#home main headlines > ul > li:nth-child(3) > div div > a.btn {
  background: #F6801A;
}
body#home main headlines > ul > li.ao div {
  margin: 1em 0;
  height: 13rem;
  background: none;
  border: none;
  box-shadow: none;
}
body#home main headlines > ul > li.ao div p {
  color: #FFF;
  font-size: 2em;
  padding-left: 2.33rem;
}
body#home main headlines > ul > li.ao div p a {
  color: inherit;
}
body#home main headlines > ul > li.ao div p + p a {
  font-size: 1rem;
  border: 1px solid #FFF;
}
body#home main headlines > ul > li.ao div p small {
  display: block;
}
body#home main headlines > ul > li.ao ul {
  font-size: 1.3em;
  font-weight: 600;
  height: auto;
  padding-top: 1rem;
  padding-left: 1em;
  overflow-x: visible;
}
body#home main headlines > ul > li.ao ul > li {
  padding: 0 0 .5em .66em;
  list-style-position: outside;
}
body#home main headlines > ul > li.ao ul > li a {
  color: #0092ac;
}
body#home main headlines > ul > li.ao ul > li::marker {
  font-family: "fontawesome";
  content: "\f061";
  font-size: .9em;
  color: #0092ac;
}
@media screen and (max-width: 1840px) {
  body#home main headlines > ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 4em;
  }
  body#home main headlines > ul > li {
    width: 50%;
  }
  body#home main headlines > ul > li:nth-child(4) h2,
  body#home main headlines > ul > li:last-child li a,
  body#home main headlines > ul > li.ao * {
    color: #0092ac !important;
  }
  body#home main headlines > ul > li.ao div {
    height: auto;
  }
  body#home main headlines > ul > li.ao .btn {
    color: #FFF !important;
  }
  body#home main headlines > ul > li.ao ul {
    height: auto;
    padding-bottom: 1em;
  }
}
@media screen and (min-width: 1397px) and (max-width: 1840px) {
  body#home main headlines > ul > li:not(.ao) div {
    margin-bottom: .66em;
  }
  body#home main headlines > ul > li:not(.ao) div + a {
    display: block;
    text-align: center;
  }
  body#home main headlines > ul > li:last-child {
    width: 100%;
    max-width: 1316px;
    margin: 0 auto;
  }
  body#home main headlines > ul > li:last-child ul {
    width: 100%;
  }
}
@media screen and (max-width: 1396px) {
  body#home main headlines > ul > li:nth-child(3) h2 {
    color: #0092ac;
  }
}
@media screen and (max-width: 948px) {
  body#home main headlines > ul > li:not(.ao) div {
    margin-bottom: .66em;
  }
  body#home main headlines > ul > li:not(.ao) div div {
    width: 66%;
  }
  body#home main headlines > ul > li:not(.ao) div + a {
    display: block;
    text-align: center;
  }
  body#home main headlines > ul > li:nth-child(2) h2 {
    color: #0092ac;
  }
  body#home main headlines > ul > li {
    width: 100%;
    max-width: 100%;
  }
}
body:not(#home) search {
  background: #0784a8;
}
body#contact .cross:hover {
  cursor: pointer;
}
body#contact .error {
  color: red;
}
body#contact file {
  display: block;
}
body#contact article table {
  width: 100%;
  color: #525252;
  margin-bottom: 80px;
}
body#contact article table td {
  padding: 0 0 15px 0;
  vertical-align: top;
}
body#contact article table td + td {
  padding-left: 15px;
  width: 75%;
}
body#contact article table label {
  width: 100%;
  display: block;
  padding: 0 0 3px 0;
  font-size: 18px;
}
body#contact article table input + label {
  margin-top: 15px;
}
body#contact article table input,
body#contact article table textarea {
  border: 1px solid #525252;
  font: normal 18px/1em "Alegreya Sans", "Roboto", Futura, Arial, sans-serif;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  width: 100%;
  box-sizing: border-box;
}
body#contact article table textarea {
  height: 200px;
  line-height: 1.2em;
  padding: .5em 13px;
}
body#contact article table input[type=submit] {
  float: right;
  width: auto;
  padding: 0 33px;
  height: 30px;
  line-height: 30px;
  color: #FFF;
  background: #525252;
  border: none;
  cursor: pointer;
  transition: all .3s ease-in-out;
}
body#contact article table input[type=submit]:hover {
  background: #525252;
}
body#contact article table input[type=submit].do {
  background: #525252;
}
body#contact article table input[type=submit].ok {
  background: green;
}
body#contact article table input[type=submit].ko {
  background: red;
}
body#contact article table label[for="f_submit"] {
  font-size: .8em;
}
@media screen and (max-width: 1040px) {
  body#contact article table tr {
    display: flex;
    flex-direction: column-reverse;
  }
  body#contact article table tr td + td {
    padding-left: 0;
    width: 100%;
  }
}
body#datagraphy article figure {
  background: none;
}
body#project article content sponsors a {
  max-width: 50%;
}
body#project article content sponsors img {
  max-height: 25vh;
}
body.solo section blockquote.high {
  background: #f07f07;
  color: white;
  margin: 1em 0 1em 3em;
  padding: 1em;
  font-size: 2em;
  line-height: 1;
}
body.solo section blockquote.high p {
  line-height: 1.2;
}
body.solo section blockquote.high img {
  float: left;
  margin: 0 1em 1.33em -3em;
  max-width: 30%;
}
@media screen and (max-width: 1024px) {
  body.solo section blockquote.high {
    margin: 1em 0;
  }
  body.solo section blockquote.high img {
    float: none;
    margin: 0 auto 1em;
    max-width: 100%;
  }
}
body.solo section ul.column {
  display: flex;
  justify-content: space-between;
  margin: 1em 0;
}
body.solo section ul.column * {
  color: white !important;
}
body.solo section ul.column > li {
  width: 48%;
  padding: 1em 1.5em;
  margin: 0;
  background: #EEE;
  background: #6ba1ad;
}
body.solo section ul.column .well {
  padding: .5em .75em;
  background: #168292;
}
@media screen and (max-width: 1024px) {
  body.solo section ul.column {
    flex-direction: column;
  }
  body.solo section ul.column > li {
    width: 100%;
  }
}
body.solo content figure {
  margin: 2em 0;
  padding: 1em 0;
  border-top: 1px dotted #CCC;
  border-bottom: 1px dotted #CCC;
  text-align: center;
}
body.list main div.article {
  display: flex;
  -ms-flex: none !important;
  flex-direction: column;
  flex: 1;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 3rem 3rem 6rem;
}
@media screen and (max-width: 640px) {
  body.list main div.article {
    padding: 2.5vh 2.5vh 6rem;
  }
}
body.list main div.article > header,
body.list main div.article > article {
  max-width: 1160px;
  max-width: calc(1140px - 6rem);
}
body.list main div.article > header {
  font-size: 1.125rem;
  width: 100%;
  margin: 2.5vh auto;
}
body.list main div.article > header h1 {
  font: bold 2em/1em "Alegreya Sans", "Roboto", Futura, Arial, sans-serif;
  text-align: left;
  color: #0086a3;
}
body.list main div.article > header h1 small {
  display: block;
  margin: .2em 0 .3em 0;
  color: #59b8b7;
  text-transform: none;
  font-size: 75%;
  font-weight: 400;
  line-height: 1;
}
body.list main div.article > header p.form {
  margin: 2.5vh 0 0;
}
body.list main div.article > header p.form input {
  font-size: 1.2em;
}
body.list main div.article > article {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  background: #EEE;
}
@media screen and (max-width: 640px) {
  body.list main div.article > article {
    max-width: 100%;
  }
}
body.list main div.article > article header {
  margin: 0;
  padding: 3rem;
  display: flex;
  flex-direction: column;
}
body.list main div.article > article header h1 + p {
  margin: .5em 0 2em;
  color: #666;
}
body.list main div.article > article header div {
  flex: 1;
}
body.list main div.article > article header > a + div + p {
  text-align: right;
}
body.list main div.article > article header [itemprop="genre"] a {
  display: inline-block;
  padding: .2em 1em;
  background: white;
  border-radius: .75em;
  margin-top: .5em;
  color: #525252;
  text-decoration: none;
  font-size: .8em;
}
body.list main div.article > article figure {
  margin-bottom: .5em;
}
body.list main div.article > article figure img {
  width: 3ch;
  object-fit: contain;
  margin-bottom: .5em;
}
body.list main div.article > article figure figcaption {
  display: inline-block;
  vertical-align: super;
  margin: -0.1em 0 0 .33em;
}
body.list main div.article > article p.detail {
  color: #333;
  display: flex;
  gap: 1ch;
}
body.list main div.article > article p.detail i {
  margin-right: 1ch;
}
body.list main div.article > article p.detail * {
  color: inherit;
}
body.list main div.article > article p.detail a:first-child {
  text-transform: uppercase;
}
body.list main div.article > article[data-display] {
  width: calc(1140px - 6rem);
}
body.list main div.article > article[data-display] > a img {
  width: calc(60% + 3rem);
}
body.list main div.article > article[data-display] > a img.TL {
  object-position: top left;
}
body.list main div.article > article[data-display] > a img.TC {
  object-position: top center;
}
body.list main div.article > article[data-display] > a img.TR {
  object-position: top right;
}
body.list main div.article > article[data-display] > a img.CL {
  object-position: center left;
}
body.list main div.article > article[data-display] > a img.CC {
  object-position: center center;
}
body.list main div.article > article[data-display] > a img.CR {
  object-position: center right;
}
body.list main div.article > article[data-display] > a img.BL {
  object-position: bottom left;
}
body.list main div.article > article[data-display] > a img.BC {
  object-position: bottom center;
}
body.list main div.article > article[data-display] > a img.BR {
  object-position: bottom right;
}
body.list main div.article > article[data-display] .detail {
  margin-top: .5ch;
}
body.list main div.article > article[data-display="1"] {
  width: 100%;
  max-width: 1140px;
  background: none !important;
}
body.list main div.article > article[data-display="1"] > a.visual {
  display: block;
  width: 100%;
}
body.list main div.article > article[data-display="1"] > a.visual img {
  display: block;
  width: 100%;
  height: 50vh;
  object-fit: cover;
}
body.list main div.article > article[data-display="1"] header {
  position: relative;
  display: block;
  margin: -12vh 3rem 3rem;
  background: #EEE;
  box-shadow: 0 0 .75rem rgba(0,0,0,0.33);
}
body.list main div.article > article[data-display="1"] header h1,
body.list main div.article > article[data-display="1"] header h1 + p {
  text-align: center;
}
body.list main div.article > article[data-display="1"] .detail {
  justify-content: center;
}
body.list main div.article > article[data-display="1"] .category {
  text-align: center;
}
body.list main div.article > article[data-display="2"],
body.list main div.article > article[data-display="3"] {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
body.list main div.article > article[data-display="2"] > a,
body.list main div.article > article[data-display="3"] > a {
  display: block;
  width: 40%;
  height: 100%;
  padding: 0;
}
body.list main div.article > article[data-display="2"] > a img,
body.list main div.article > article[data-display="3"] > a img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 370px;
  object-fit: cover;
}
body.list main div.article > article[data-display="2"] > a img:after,
body.list main div.article > article[data-display="3"] > a img:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
body.list main div.article > article[data-display="2"] header,
body.list main div.article > article[data-display="3"] header {
  flex: 1;
}
body.list main div.article > article[data-display="2"] header {
  padding-right: 0;
}
body.list main div.article > article[data-display="2"] > a {
  order: 2;
  padding-left: 3rem;
}
body.list main div.article > article[data-display="3"] header {
  padding-left: 0;
}
body.list main div.article > article[data-display="3"] > a {
  order: 0;
  padding-right: 3rem;
}
body.list main div.article > article[data-display="4"] > a img {
  width: 100%;
}
body.list main div.article > article[data-type="5"] {
  background: rgba(0,146,172,0.2);
  color: white;
}
body.list main div.article > article[data-type="5"] h1 small,
body.list main div.article > article[data-type="5"] time {
  color: #0092ac;
}
h2.people {
  display: block;
  width: 100%;
  margin: 7rem 0 0;
  font-size: 2em;
  color: #0086a3;
  text-align: center;
}
h2.people + div {
  max-width: calc(1140px - 6rem);
  margin: 3rem auto 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3rem;
}
h2.people + div vcard {
  display: block;
  width: 200px;
}
h2.people + div vcard img {
  background: #EEE;
  width: 200px;
  height: 200px;
  object-fit: cover;
  object-position: center;
}
h2.people + div vcard figcaption {
  text-align: center;
  padding: .5em;
}
