/*
#@0
#@1
#@2
#@3
#@4
*/
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap");
@font-face {
  font-family: "AppleGaramondLightItalic";
  src: url('https://felice.events/plugins/felice/v.1.0.1/css/fonts/AppleGaramondLightItalic.eot');
  src: url('https://felice.events/plugins/felice/v.1.0.1/css/fonts/AppleGaramondLightItalic.eot') format("embedded-opentype"), url('https://felice.events/plugins/felice/v.1.0.1/css/fonts/AppleGaramondLightItalic.woff2') format("woff2"), url('https://felice.events/plugins/felice/v.1.0.1/css/fonts/AppleGaramondLightItalic.woff') format("woff"), url('https://felice.events/plugins/felice/v.1.0.1/css/fonts/AppleGaramondLightItalic.ttf') format("truetype"), url('https://felice.events/plugins/felice/v.1.0.1/css/fonts/AppleGaramondLightItalic.svg#AppleGaramondLightItalic') format("svg");
}
@font-face {
  font-family: "BelgianoSerif";
  src: url('https://felice.events/plugins/felice/v.1.0.1/css/fonts/BelgianoSerif.eot');
  src: url('https://felice.events/plugins/felice/v.1.0.1/css/fonts/BelgianoSerif.eot') format("embedded-opentype"), url('https://felice.events/plugins/felice/v.1.0.1/css/fonts/BelgianoSerif.woff2') format("woff2"), url('https://felice.events/plugins/felice/v.1.0.1/css/fonts/BelgianoSerif.woff') format("woff"), url('https://felice.events/plugins/felice/v.1.0.1/css/fonts/BelgianoSerif.ttf') format("truetype"), url('https://felice.events/plugins/felice/v.1.0.1/css/fonts/BelgianoSerif.svg#BelgianoSerif') format("svg");
}
@font-face {
  font-family: "Majel";
  src: url('https://felice.events/plugins/felice/v.1.0.1/css/fonts/Majel.eot');
  src: url('https://felice.events/plugins/felice/v.1.0.1/css/fonts/Majel.eot') format("embedded-opentype"), url('https://felice.events/plugins/felice/v.1.0.1/css/fonts/Majel.woff2') format("woff2"), url('https://felice.events/plugins/felice/v.1.0.1/css/fonts/Majel.woff') format("woff"), url('https://felice.events/plugins/felice/v.1.0.1/css/fonts/Majel.ttf') format("truetype"), url('https://felice.events/plugins/felice/v.1.0.1/css/fonts/Majel.svg#Majel') format("svg");
}
body {
  min-width: 300px;
}
body.landing #page-wrapper {
  background-color: #242c33;
  color: #fff;
}
body.landing #footer, body.is-mobile.landing #footer {
  background-color: rgba(36, 44, 51, 0.9);
}
body, input, select, textarea {
  font-family: "Montserrat", sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.225em;
  text-align: center;
  color: #e3003f !important;
  /*text-align: left; color: $couleur_typo_team; text-transform: none;*/
  text-indent: 0;
}
.txt {
  font-family: "AppleGaramondLightItalic";
  text-align: justify;
  text-indent: 1em;
}
.notes_webmaster {
  font-size: 80%;
  color: #999;
  font-style: italic;
}
h1 {
  font-size: 2.2em;
}
h2 {
  font-size: 1.7em;
}
h3 {
  font-size: 1.2em;
}
h4.blocs_titre, h4.blocs_replie, div.blocs_titre, div.blocs_replie {
  background: transparent none;
  padding: 0;
}
.red {
  color: #e3003f;
}
.texte {
  text-align: justify;
  text-indent: 1em;
  font-size: 1.1em;
  letter-spacing: 0;
}
/*.texte h2 { }*/
a {
  border-bottom: none;
}
.texte a {
  color: #e3003f !important;
}
.texte a:hover {
  color: #e33200 !important;
}
.chapo p {
  font-size: 1em;
  line-height: 1.4em;
  letter-spacing: 0.225em;
  opacity: 1;
  outline: 0;
  text-align: center;
  text-transform: uppercase;
}
.suite {
  color: #e3003f;
  font-style: italic;
  font-weight: 100;
  font-size: 90%;
}
.soustitre {
  font-size: 1.6rem;
  font-variant: all-small-caps;
  color: #e36b00;
  font-weight: 500;
}
/*@media (max-width: 736px) {
	.texte { text-align: left}
}*/
small {
  font-size: 85%;
  color: #777;
}
.row {
  display: flex;
  flex-wrap: wrap;
}
#logo {
  -moz-transition: -moz-transform 0.5s ease, opacity 0.5s ease;
  -webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
  -ms-transition: -ms-transform 0.5s ease, opacity 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease;
  -moz-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 980px) {
  .wrapper > .inner {
    /**/
    width: 90%;
  }
}
#menu {
  background-color: #21b2a6;
}
#menu ul > li > a, #menu {
  color: #fff;
}
#menu ul > li > a {
  text-transform: normal;
}
#menu ul > li:first-child {
  border-top: solid 1px rgba(0, 0, 0, 0.125) !important;
  margin-top: 0.5em !important;
  padding-top: 0.5em !important;
}
#menu > ul > li:first-child {
  border-top: 0 !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}
#menu > ul > li > ul > li:first-child {
  border-top: 0 !important;
}
#menu > ul > li > a, #menu > ul > li > span {
  text-transform: uppercase;
}
#menu > ul > li {
  border-top: solid 1px rgba(0, 0, 0, 0.125);
}
/*#menu > ul > li > ul { text-align: right}*/
#menu > ul > li > ul > li {
  border-top: none;
  margin: 0.5em 0 0 0 !important;
  padding: 0.5em 0 0 0 !important;
  text-indent: 2em;
}
#header, #banner:after {
  background-color: #242c33;
}
#header, #header h1, #header nav > ul > li > a.menuToggle {
  color: #fff;
}
#header nav > ul > li > a.menuToggle:after {
  height: 3.8em;
}
#header p {
  top: 0;
  color: #fff;
}
#header a {
  border-bottom: none;
  text-transform: uppercase;
  margin-left: 1em;
  /*font-family: 'BelgianoSerif';*/
}
#banner, body.is-mobile.landing #banner, #main > header {
  background-color: transparent;
}
#banner, #banner .more, #banner h2 {
  color: #fff;
}
#banner h2:before, #banner h2:after {
  background-color: #fff;
}
#banner .inner {
  margin: auto;
  max-width: 1200px;
}
#banner #slogan:before {
  position: absolute;
  left: 25%;
  right: 20%;
  display: block;
  content: "";
  height: 2px;
  background: #fff;
  transition-duration: 0.85s ease;
  transition-delay: 0.25s;
  animation: slidein 5s;
}
#banner p span {
  font-family: "AppleGaramondLightItalic";
  margin-left: 5%;
  line-height: 1em;
  text-transform: none;
  letter-spacing: 0.1em;
  transition-duration: 0.85s ease;
  transition-delay: 0.25s;
  animation: reveal 5s;
}
#banner p {
  position: relative;
}
@keyframes slidein {
  0% {
    width: 0px;
  }
  100% {
    width: 55%;
  }
}
@media (min-width: 500px) {
  #banner #slogan:before {
    position: absolute;
    top: -20px;
    left: 25%;
    right: 20%;
    display: block;
    content: "";
    height: 2px;
    background: #fff;
    transition-duration: 0.85s ease;
    transition-delay: 0.25s;
    animation: slidein 5s;
  }
  #banner p span {
    font-family: "AppleGaramondLightItalic";
    font-size: 1.9em;
    margin-left: 5%;
    line-height: 1em;
    text-transform: none;
    letter-spacing: 0.1em;
    transition-duration: 0.85s ease;
    transition-delay: 0.25s;
    animation: reveal 5s;
  }
  @keyframes reveal {
    0% {
      opacity: 0;
      font-size: 0.8em;
    }
    100% {
      opacity: 1;
      font-size: 1.9em;
    }
  }
  #header a {
    font-size: 0.9em;
  }
}
@media (max-width: 499px) {
  #banner #slogan:before {
    position: absolute;
    top: -15px;
    left: 25%;
    right: 20%;
    display: block;
    content: "";
    height: 2px;
    background: #fff;
    transition-duration: 0.85s ease;
    transition-delay: 0.25s;
    animation: slidein 5s;
  }
  #banner p {
    position: relative;
  }
  #banner p span {
    font-family: "AppleGaramondLightItalic";
    font-size: 1.4em;
    margin-left: 5%;
    line-height: 1em;
    text-transform: none;
    letter-spacing: 0.1em;
    transition-duration: 0.85s ease;
    transition-delay: 0.25s;
    animation: reveal 5s;
  }
  @keyframes reveal {
    0% {
      opacity: 0;
      font-size: 0.4em;
    }
    100% {
      opacity: 1;
      font-size: 1.4em;
    }
  }
  #header a {
    font-size: 0.8em;
  }
}
.wrapper {
  padding: 4em 0;
}
.wrapper.style1, .wrapper.style1 strong {
  color: #fff;
  background-color: #21b2a6;
}
/*.wrapper.style1 h2 { color: $rouge $couleur_typo_team;}*/
.wrapper.style2 {
  background-color: #fff;
  color: #423736;
  padding: 0;
}
.wrapper.style2 > section {
  padding: 4em 0;
}
body.is-mobile.landing #banner, body.is-mobile.landing .wrapper.style3 {
  background-image: none;
}
.wrapper.style3, .wrapper.style3 h2, .wrapper.style3 h3, .wrapper.style3 h4, .wrapper.style3 h5, .wrapper.style3 h6, .wrapper.style3 header.major p, .wrapper.style3 strong {
  color: #212529;
}
.wrapper.style3 {
  color: #212529;
  background-color: #f8f9fa;
}
/* couleur accent */
.features li.icon:before, input[type="submit"].primary, input[type="reset"].primary, input[type="button"].primary, button.primary, .button.primary {
  color: #e33200;
}
.recherche input[type="search"]:focus, .recherche button:hover {
  box-shadow: 0 0 0 2px #e33200 !important;
}
.recherche button:hover {
  color: #e33200 !important;
}
/* Rubrique features */
.features ul.actions li {
  background-color: transparent;
}
.features i.fa-icon {
  position: absolute;
  left: 1.75em;
  top: 2.75em;
  font-size: 1.5em;
}
.adapt-img-wrapper {
  vertical-align: top;
}
/* cf https://github.com/nursit/AdaptiveImages/issues/13 */
figure.spip_doc_inner a {
  border: none;
}
/* Les modèles bouton et icone */
a.icone {
  display: inline-block;
  border: 0;
}
a.icone .icon {
  width: 100%;
  height: auto;
}
.icon {
  width: 2em;
  height: 2em;
}
.icon::before {
  font-weight: 900;
}
.fa, .fab, .fal, .far, .fas {
  font-size: 1em;
  line-height: 1em;
}
.generator a {
  border: 0;
}
.arbo {
  text-align: left;
}
.arbo, .arbo a, .arbo strong {
  color: rgba(255, 255, 255, 0.5) !important;
}
#page-wrapper .more, #page-wrapper .less {
  -moz-transition: -moz-transform 0.75s ease, opacity 0.75s ease;
  -webkit-transition: -webkit-transform 0.75s ease, opacity 0.75s ease;
  -ms-transition: -ms-transform 0.75s ease, opacity 0.75s ease;
  transition: transform 0.75s ease, opacity 0.75s ease;
  -moz-transition-delay: 3.5s;
  -webkit-transition-delay: 3.5s;
  -ms-transition-delay: 3.5s;
  transition-delay: 3.5s;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  border: none;
  bottom: 0;
  /*color: inherit;*/
  font-size: 1em;
  /*height: 8.5em;*/
  left: 0;
  letter-spacing: 0.225em;
  margin: 1em auto 0;
  opacity: 1;
  outline: 0;
  padding-left: 0.225em;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 16em;
  z-index: 1;
}
#page-wrapper .more:after, #page-wrapper .less:after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  height: 1.5em;
  left: 0;
  margin: 0 auto;
  position: relative;
  width: 1.5em;
  margin-bottom: 2em;
}
#page-wrapper .back, #page-wrapper .front {
  -moz-transition: -moz-transform 0.75s ease, opacity 0.75s ease;
  -webkit-transition: -webkit-transform 0.75s ease, opacity 0.75s ease;
  -ms-transition: -ms-transform 0.75s ease, opacity 0.75s ease;
  transition: transform 0.75s ease, opacity 0.75s ease;
  -moz-transition-delay: 3.5s;
  -webkit-transition-delay: 3.5s;
  -ms-transition-delay: 3.5s;
  transition-delay: 3.5s;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  position: relative;
  align-items: center;
  display: flex;
}
#page-wrapper .back:before, #page-wrapper .front:before {
  align-items: center;
  display: flex;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 1.5em;
  margin: 0 0.5rem 0 0;
  width: 1.5rem;
  margin-bottom: 0;
}
@media {
  .more {
    display: block !important;
  }
}
#page-wrapper .more:after {
  background-image: url('https://felice.events/plugins/felice/v.1.0.1/css/images/angle-double-down-solid-blanc.svg');
}
#page-wrapper .less:after {
  background-image: url('https://felice.events/plugins/felice/v.1.0.1/css/images/angle-double-up-solid-blanc.svg');
}
#page-wrapper .back:before {
  background-image: url('https://felice.events/plugins/felice/v.1.0.1/css/images/angle-double-left-solid-blanc.svg');
}
#page-wrapper .front:after {
  background-image: url('https://felice.events/plugins/felice/v.1.0.1/css/images/angle-double-right-solid-blanc.svg');
}
#page-wrapper .more p {
  font-size: 0.7em;
  font-weight: 500;
}
#page-wrapper .more.date p {
  font-size: 1em;
}
#page-wrapper .more.red:after {
  background-image: url('https://felice.events/plugins/felice/v.1.0.1/css/images/angle-double-down-solid-red.svg');
}
#page-wrapper .less.red:after {
  background-image: url('https://felice.events/plugins/felice/v.1.0.1/css/images/angle-double-up-solid-red.svg');
}
#page-wrapper .back.red:before {
  background-image: url('https://felice.events/plugins/felice/v.1.0.1/css/images/angle-double-left-solid-red.svg');
}
#page-wrapper .front.red:after {
  background-image: url('https://felice.events/plugins/felice/v.1.0.1/css/images/angle-double-right-solid-red.svg');
}
#page-wrapper .blocs_titre .more::after {
  height: 1.1em;
}
#page-wrapper .blocs_titre.blocs_replie .more::after {
  background-image: url('https://felice.events/plugins/felice/v.1.0.1/css/images/angle-double-right-solid-blanc.svg');
}
#page-wrapper .blocs_replie .more.red::after {
  background-image: url('https://felice.events/plugins/felice/v.1.0.1/css/images/angle-double-right-solid-red.svg');
}
#page-wrapper #banner .more {
  font-size: 1em;
  text-transform: none;
  line-height: 2.5em;
  letter-spacing: 0.4em;
  margin-top: 0;
}
section#video {
  text-align: center;
}
#carrousel {
  height: 250px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: end;
}
#carrousel .col-sm-9 {
  margin-bottom: 0;
  /*height: 14rem;*/
  align-items: center;
  display: flex;
}
#carrousel blockquote {
  border-left: 0;
  margin: 0;
  padding: 0;
}
#carrousel .citation {
  line-height: 1.5rem;
  font-style: italic;
  color: #423736;
  font-size: 0.9rem;
  text-align: justify;
  text-indent: 3rem;
}
#carrousel .signature {
  text-align: right;
  color: #e3003f;
  font-variant: all-small-caps;
}
#carrousel .citation span {
  background-color: #90d8d2;
}
#carrousel .fa-chevron-right:before, #carrousel .fa-chevron-left:before {
  color: #e3003f;
}
#carrousel .carousel-control.right, #carrousel .carousel-control.left {
  align-items: center;
  display: flex;
  justify-content: center;
  background-image: none;
}
@media screen and (max-width: 768px) {
  #carrousel .citation {
    line-height: 1rem;
  }
}
@media screen and (max-width: 480px) {
  #carrousel {
    height: 500px;
  }
}
.wrapper.art_debut, .wrapper.art_fin {
  padding: 1em;
}
.wrapper.art_debut {
  background-color: rgba(227, 164, 0, 0.1);
}
.wrapper.art_fin {
  background-color: rgba(227, 221, 0, 0.1);
}
.spotlight {
  background-color: transparent !important;
}
.spotlight .image img {
  border: solid 10px white;
  border-radius: 15px;
}
@media screen and (min-width: 981px) {
  .spotlight .image {
    width: 45%;
  }
  .spotlight .content {
    width: 55%;
  }
  .spotlight:nth-child(2n+1) .content {
    padding: 1em 0 1em 4em;
    text-align: left;
  }
  .spotlight:nth-child(2n) .content {
    padding: 1em 4em 1em 0;
    text-align: right;
  }
  .spotlight .content h3 {
    margin-bottom: 0.2em;
  }
  .spotlight:nth-child(2n+1) .content h3 {
    text-align: left;
  }
  .spotlight:nth-child(2n) .content h3 {
    text-align: right;
  }
}
@media screen and (min-width: 737px) and (max-width: 980px) {
  .spotlight {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: normal;
  }
  .spotlight .image {
    width: 45%;
  }
  .spotlight .content {
    width: 55%;
  }
  .spotlight:nth-child(2n+1) .content {
    padding: 1em 0 1em 1em;
    text-align: left;
  }
  .spotlight:nth-child(2n) .content {
    padding: 1em 1em 1em 0;
    text-align: right;
  }
  .spotlight .content h3 {
    margin-bottom: 0.2em;
  }
  .spotlight:nth-child(2n+1) .content h3 {
    text-align: left;
  }
  .spotlight:nth-child(2n) .content h3 {
    text-align: right;
  }
}
@media screen and (max-width: 736px) {
  .spotlight .image {
    width: 100%;
    text-align: center;
    padding: 0 4em;
  }
  .spotlight .content {
    width: 100%;
    text-align: left;
    padding: 1em 2em 4em 2em;
  }
}
@media screen and (max-width: 480px) {
  .spotlight .image {
    padding: 0;
  }
}
.tags_list {
  display: flex;
  flex-wrap: wrap;
  /*font-size: 1.3em; justify-content: space-between;*/
}
.tags_list .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  /*background-color: #fff;*/
  margin-bottom: 0.5rem;
}
.inner > .tags_list .item {
  margin-right: 1em;
}
.inner > .tags_list .name {
  margin-left: 0.2em;
}
.tags_list.mot .item {
  width: 100%;
}
.tags_list .fas::before {
  vertical-align: middle;
}
.tags_list .icon-meta {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  background-color: rgba(227, 164, 0, 0.7);
  margin-bottom: 0.3em;
  padding: 0.3em 0.6em;
  margin: 0.1em;
}
.tags_list .item_on .icon-meta, .tags_list .icon-meta:hover, .tags_list .icon-meta:active {
  color: white !important;
  background-color: #e36b00 !important;
}
.tags_list .icon {
  width: auto;
  height: auto;
  font-size: 1rem;
  line-height: 1em;
  text-align: center;
}
.tags_list.mot .icon {
  width: 40px;
}
.tags_list .name {
  width: auto;
  font-weight: 500;
  text-transform: lowercase;
  line-height: 1em;
  margin-left: 0.4em;
}
.tags_list .name, .tags_list .icon {
  color: #e36b00;
}
.page_article .tags_list {
  margin-bottom: 1rem;
}
.timeline.tags_list .name, .timeline.tags_list .icon {
  color: white;
  font-size: 1rem;
}
.timeline-footer .tags_list {
  justify-content: end;
  border-top: 1px solid #e36b00;
  padding-top: 0.4em;
  letter-spacing: 0;
  font-size: 1em;
}
.timeline-footer .tags_list .item {
  margin-left: 1em;
}
.timeline .timeline-body strong, .timeline .timeline-body b {
  color: #423736;
}
@media screen and (max-width: 768px) {
  .inner > .tags_list {
    margin: 2em 0;
  }
}
.timeline {
  position: relative;
  padding: 0;
  list-style: none;
}
ul.timeline:before {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 7px;
  margin-left: -3px;
  content: "";
  background-color: rgba(227, 164, 0, 0.6);
}
.timeline > li {
  position: relative;
  /*min-height: 50px; margin-bottom: 50px;*/
}
.timeline > li:after, .timeline > li:before {
  display: table;
  content: " ";
}
.timeline > li:after {
  clear: both;
}
.timeline > li .timeline-panel {
  position: relative;
  float: right;
  width: 100%;
  padding: 0 20px 0 100px;
  text-align: left;
}
.timeline > li .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.timeline > li .timeline-image {
  position: absolute;
  z-index: 100;
  left: 0;
  width: 80px;
  height: 80px;
  margin-left: 0;
  text-align: center;
  border: 7px solid rgba(227, 164, 0, 0.6);
  border-radius: 100%;
  background-color: #fff;
  overflow: hidden;
}
.timeline > li .timeline-image.small {
  width: 30px;
  height: 30px;
  margin: 28px 0 0 -15px;
}
.timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
  font-size: 10px;
  line-height: 14px;
  margin-top: 12px;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  padding: 0 20px 0 100px;
  text-align: left;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.timeline > li:last-child {
  margin-bottom: 0;
}
.timeline > li .timeline-heading h4 {
  margin: 0;
  padding: 0.1em 0;
  color: inherit;
  border-bottom: 1px solid #e3003f;
  border-top: 1px solid #e3003f;
  letter-spacing: 0.1em;
}
.timeline > li .timeline-jour {
  display: block;
  overflow: hidden;
  background-color: white;
  border-top: solid 2px rgba(227, 164, 0, 0.6);
  border-bottom: solid 2px rgba(227, 164, 0, 0.6);
  width: fit-content;
  width: -webkit-fit-content;
  text-align: center;
  margin: 0px auto;
  margin-top: 1em;
  margin-bottom: 1em;
}
.timeline > li .timeline-jour h3 {
  color: #e36b00;
  /*font-weight: bold;*/
  width: fit-content;
  width: -webkit-fit-content;
  text-align: center;
  margin: 0px auto;
  padding: 2em;
}
.timeline > li:first-child .timeline-jour h3, .timeline > li:first-child .timeline-jour {
  border-top: none;
  margin-top: 0;
}
.timeline > li .timeline-heading strong {
  color: #423736;
}
.timeline > li .timeline-body > ul, .timeline > li .timeline-body > p {
  margin-bottom: 0;
  text-align: justify;
  letter-spacing: 0;
  line-height: normal;
}
.timeline > li .timeline-body > p {
  margin: 0.4em 0;
}
.timeline > li .timeline-footer {
  font-style: italic;
  font-size: 0.9em;
  color: #e36b00;
}
@media (max-width: 767px) {
  .page_rubrique ul.timeline:before, .page_sommaire ul.timeline:before {
    margin-left: 36.5px;
  }
  .timeline > li {
    margin-bottom: 1.5em;
  }
  .timeline > li .timeline-image.small {
    margin: 25px 0 0 24.5px;
  }
  .timeline > li .timeline-jour {
    margin: 0 0 1em;
  }
  .timeline > li .timeline-heading h4 {
    text-align: left;
  }
}
@media (min-width: 768px) {
  ul.timeline:before {
    left: 50%;
  }
  .timeline > li .timeline-panel {
    width: 40%;
    padding: 0;
  }
  .timeline > li .timeline-panel.big {
    width: 40%;
  }
  .timeline > li .timeline-panel.small {
    width: 46%;
  }
  .timeline > li:nth-child(2n+1) .timeline-panel {
    float: left;
    text-align: left;
  }
  .timeline > li:nth-child(2n) .timeline-panel {
    float: right;
    text-align: left;
  }
  .timeline > li:nth-child(2n+1) .timeline-panel h4, .timeline > li:nth-child(2n) .timeline-footer, .timeline > li:nth-child(2n+1) .timeline-panel {
    text-align: right;
  }
  .timeline > li:nth-child(2n) .timeline-panel h4, .timeline > li:nth-child(2n+1) .timeline-footer, .timeline > li:nth-child(2n) .timeline-panel {
    text-align: left;
  }
  .timeline > li .timeline-image {
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
    font-size: 13px;
    line-height: 18px;
    margin-top: 16px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left;
  }
  .timeline > li:nth-child(2n+1) .timeline-body > p {
    text-align: right;
  }
  .timeline > li:nth-child(2n) .timeline-body > p {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    text-align: justify;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 30px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}
@media (min-width: 1200px) {
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  .timeline > li .timeline-panel.big {
    margin-top: 45px;
    min-height: calc(170px - 45px);
  }
  .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
    margin-top: 0;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}
#team .team-member {
  margin: 1.5rem auto;
  text-align: center;
  letter-spacing: 0;
  width: 200px;
}
#team .team-member .foto {
  display: inline-block;
  max-width: 100%;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  line-height: 1px;
  overflow: hidden;
}
#team .team-member img {
  width: 7rem;
  height: 7rem;
  border: 0.5rem solid rgba(0, 0, 0, 0.1);
  border-radius: 50% !important;
  margin: 0;
}
#team .foto.lien img:hover, #team .foto.lien img:active {
  border-color: rgba(227, 164, 0, 0.6);
}
#team .team-member h4, #team .team-member .h4 {
  text-align: center;
  letter-spacing: 0;
}
#team .team-member > .text-muted, #team .team-member > p  {
  font-style: italic;
  font-size: 0.8em;
  line-height: 1.4em;
  margin: 0;
}
#team .libraires h3 {
  margin-top: 2em;
}
@media (min-width: 992px) {
  #team .col-lg-4 {
    flex: 0 0 auto;
    width: 25%;
    overflow: hidden;
  }
}
@media (min-width: 481px) and (max-width: 991px) {
  #team .col-lg-4 {
    flex: 0 0 auto;
    width: 33%;
    overflow: hidden;
  }
}
@media (max-width: 736px) {
  #team .col-lg-4 {
    flex: 0 0 auto;
    width: 50%;
    overflow: hidden;
  }
}
@media (max-width: 480px) {
  #team .row {
    margin: 0;
  }
  #team .row > * {
    padding: 0;
  }
  #team .team-member {
    width: 8rem;
    margin: 1.5rem auto;
  }
  #team .team-member img {
    width: 6rem;
    height: 6rem;
    border: 0.4rem solid rgba(0, 0, 0, 0.1);
    border-radius: 50% !important;
    margin: 0;
  }
}
section#ancre0.wrapper {
  background-color: #fff;
  background-image: none;
}
section#ancre1.wrapper {
  background-color: #90d8d2;
  background-image: none;
}
section#ancre2.wrapper {
  background-color: #74cfc7;
  background-image: none;
}
section#ancre3.wrapper {
  background-color: #59c5bc;
  background-image: none;
  overflow: hidden;
}
section#ancre4.wrapper {
  background-color: #3dbcb1;
  background-image: none;
}
section#four .festival17 .chapo {
  display: flex;
  flex-flow: wrap;
  overflow: hidden;
}
section#four .festival17 .chapo p {
  display: flex;
  flex-flow: wrap;
}
@media (min-width: 992px) {
  section#four .festival17 .chapo p span, section#four .festival17 .chapo dl {
    flex: 0 0 auto;
    width: 25%;
    overflow: hidden;
  }
}
@media (min-width: 481px) and (max-width: 991px) {
  section#four .festival17 .chapo p span, section#four .festival17 .chapo dl {
    flex: 0 0 auto;
    width: 33%;
    overflow: hidden;
  }
}
@media (max-width: 736px) {
  section#four .festival17 .chapo p span, section#four .festival17 .chapo dl {
    flex: 0 0 auto;
    width: 50%;
    overflow: hidden;
  }
}
.formulaire_spip {
  font-size: 0.9em;
}
.formulaire_spip .editer {
  text-indent: 0;
}
.formulaire_spip label {
  display: inline-block;
  width: 140px;
  margin: 0 10px 0 0;
  color: #fff;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
  text-align: right;
  vertical-align: middle;
}
.formulaire_spip .saisie_textarea label {
  vertical-align: top;
}
.formulaire_spip input, .formulaire_spip textarea, .formulaire_spip select {
  display: inline-block;
  width: calc(99% - 152px);
}
/*.formulaire_spip .saisie_destinataires label { text-align: left; color: $rouge_neutre_2; padding-left: 40px}
.formulaire_spip .saisie_destinataires > label { ; width: 100%}
.formulaire_spip .saisie_destinataires .choix input {width: 200px}*/
input[type="checkbox"] + label:before, input[type="radio"] + label:before, input[type="text"], input[type="password"], input[type="email"], select, textarea {
  background-color: #fff;
  color: #282828;
}
input[type="submit"], input[type="reset"], input[type="button"], button, .button {
  letter-spacing: normal;
}
.formulaire_spip .editer {
  padding: 0;
}
.formulaire_spip label .obligatoire {
  display: none;
}
.formulaire_newsletter_subscribe label {
  width: 148px;
}
@media (max-width: 480px) {
  .formulaire_spip label, .formulaire_newsletter_subscribe label {
    width: auto;
    text-align: left;
  }
  .formulaire_spip input, .formulaire_spip textarea, .formulaire_spip select {
    width: 99%;
  }
}
#footer .copyright, #footer .copyright li a, #footer .copyright li a:hover {
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 736px) {
  #footer .copyright li {
    border-left: 0;
    padding: 0;
    margin: 0;
    display: block;
    line-height: inherit;
    text-align: center;
  }
}
#footer .sociaux {
  margin-bottom: 1em;
}
#footer .sociaux li {
  padding: 0;
}
#footer .sociaux .socicon {
  font-size: 1.2em;
  color: rgba(255, 255, 255, 0.5);
  background: transparent;
  transition: color 0.2s;
}
#footer .sociaux a:hover .socicon, #footer .sociaux a:active .socicon, #footer .sociaux a:focus .socicon {
  color: #fff;
}
#footer section {
  width: 60em;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  #footer section {
    width: 90%;
  }
}
@media (max-width: 980px) {
  #footer section {
    width: 100%;
  }
}
.page_article #main > header {
  /*height: 240px;*/
  background-attachment: initial;
  padding: 2rem;
}
.page_article #main > header #logo {
  color: transparent;
  width: 370px;
  height: 150px;
  float: none;
  margin: 0;
  padding: 0;
}
.page_article #main > header #slogan {
  font-family: "AppleGaramondLightItalic";
  font-size: 1.2em;
  margin-left: 80px;
  margin-top: -15px;
  line-height: 1em;
  text-transform: none;
  letter-spacing: 0.1em;
}
/* bloc */
.page_article #article {
  position: relative;
  overflow: hidden;
  background-color: #F8F7F3;
}
/*#article .bloc { background-color: transparent;}
#article .bloc_logo { margin-bottom: 2em; }*/
#article .bloc_papier {
  background: url('https://felice.events/plugins/felice/v.1.0.1/css/images/papier.png') repeat scroll 0% 0% #FFF;
  overflow: hidden;
  padding: 2rem;
}
/* styles */
#article nav.retour {
  position: absolute;
  left: 2rem;
  background-color: rgba(227, 164, 0, 0.6);
  padding: 0.2em 0.5em;
  border-radius: 0.3em;
}
#article nav.haut {
  top: 1.5rem;
}
#article nav.bas {
  top: 1.5rem;
}
nav.retour a {
  color: white !important;
  font-weight: 800;
}
#article h1 {
  border-bottom: 1px solid #e3003f;
  border-top: 1px solid #e3003f;
  margin-top: 1rem;
  padding: 1rem;
}
#article .signature {
  justify-content: end;
  color: #e36b00;
}
#article h2 {
  width: fit-content;
  text-align: left;
  font-size: 1.2em;
  color: #e36b00 !important;
  border-bottom: 1px solid #e36b00;
}
#article h2, #article ul li {
  clear: left;
}
#evenements .intertitre {
  font-family: "BelgianoSerif";
  font-size: 2em;
  text-transform: none;
  font-style: italic;
  letter-spacing: -0.4px;
  text-align: center;
  color: #4b6599;
  line-height: 1em;
  padding: 15px 0;
  margin-right: 2px;
  margin-left: 2px;
}
#evenements .timeline > li.evenement {
  padding: 0 0 0 30px;
}
#evenements .timeline > li .timeline-image.small {
  margin: 0 0 0 -15px;
}
#evenements .timeline > li .timeline-heading h4 {
  text-align: left;
}
#evenements .timeline-body .item {
  margin: 1rem 0;
  background-color: transparent;
}
#evenements .timeline-body .eve_date {
  font-family: "BelgianoSerif";
  font-size: 1.2em;
  font-variant: lowercase;
}
#article #evenements .tags_list .name {
  font-family: "BelgianoSerif";
  font-size: 1.3em;
}
#article #evenements .tags_list {
  margin-bottom: 0;
}
#article #evenements .tags_list .item {
  justify-content: left;
}
#article #evenements .eve_detail {
  text-align: right;
  font-size: 0.9rem;
  color: gray;
  line-height: 1rem;
}
#article #evenements .eve_detail a {
  text-decoration: underline;
  color: #e36b00;
  font-style: italic;
}
#evenements .eve_resa .formulaire_spip {
  width: 100%;
}
#evenements .eve_resa .formulaire_spip label, #evenements .eve_resa .formulaire_spip input, #evenements .eve_resa .formulaire_spip textarea, #evenements .eve_resa .formulaire_spip select {
  width: 100%;
  margin: 0;
}
#evenements .eve_resa .formulaire_spip label {
  text-align: left;
}
#evenements .eve_resa .formulaire_spip input.submit {
  margin-top: 1.5em;
}
@media (min-width: 769px) {
  #article .bloc {
    display: block;
    float: right;
    margin: 0 0 1rem 2rem;
    width: 30%;
    /*background-color: white*/
  }
  #evenements ul.timeline:before {
    left: 3.5px;
  }
  #evenements .timeline > li .timeline-image {
    left: 4px;
  }
}
@media (min-width: 1281px) {
  #article .bloc {
    margin: 0 0 1rem 2rem;
    width: 40%;
  }
}
@media (max-width: 480px) {
  .page_article #main > header #logo {
    width: 267px;
    height: 126.3px;
  }
  .page_article #main > header #slogan {
    font-size: 1em;
    margin-left: 50px;
    margin-top: -25px;
  }
}
.documents_portfolio {
  overflow: hidden;
}
.documents_portfolio .row.gtr-50.gtr-uniform > * {
  width: auto;
}
#breve {
  position: relative;
  overflow: hidden;
  background-color: #F8F7F3;
}
#breve nav.retour {
  position: absolute;
  left: 2rem;
  background-color: rgba(227, 164, 0, 0.6);
  padding: 0.2em 0.5em;
  border-radius: 0.3em;
}
#breve nav.haut {
  top: 1.5rem;
}
#breve nav.bas {
  bottom: 1.5rem;
}
#breve .bloc_logo {
  max-width: 20%;
  min-width: 250px;
}
#breve .formulaire_spip .choix input {
  width: 0px;
}
#breve .formulaire_spip label {
  text-align: left;
  padding-left: 3em;
  width: auto;
}
/*
#breve .formulaire_spip label {
	width: calc(100% - 50px);
}
#breve .formulaire_spip label::before {
	width: 50px;
}
#breve .formulaire_spip input.radio {
	width: calc(100% - 220px);
}
*/
#breve .formulaire_spip fieldset, #breve .formulaire_spip .editer_message, #breve .formulaire_spip .editer_email {
  margin-top: 2em;
}
#breve .formulaire_spip fieldset legend, #breve .formulaire_spip .editer_email > label, #breve .formulaire_spip .editer_message > label {
  width: 100%;
  background-color: rgba(227, 164, 0, 0.6);
  font-weight: bold;
  padding: 0.2em 0.5em;
  border-radius: 0.3em;
  text-align: left;
  margin-bottom: 0.5em;
}
#breve .formulaire_spip .editer_email > input, #breve .formulaire_spip .editer_message textarea {
  margin-top: 2em;
  width: 100%;
}
#breve .formulaire_spip .editer_email > input, #breve .formulaire_spip .editer_message textarea, #breve .formulaire_spip .choix label::before {
  border: solid 1px #777;
}
@media (max-width: 768px) {
  #breve nav.retour, #breve .bloc {
    display: none;
  }
}
.spip_documents_left {
  float: left;
  margin-right: 1.5em;
  max-width: 100%;
}
.spip_documents_right {
  float: right;
  margin-left: 1.5em;
  max-width: 100%;
}
