<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Montserrat:900');
@import url('https://fonts.googleapis.com/css?family=Caveat');

@import url('https://maxcdn.icons8.com/fonts/line-awesome/1.1/css/line-awesome-font-awesome.min.css');

.shadow	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
.shadow-md	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12),
            0 2px 4px 0 rgba(0,0,0,0.08);
.shadow-lg	box-shadow: 0 15px 30px 0 rgba(0,0,0,0.11),
            0 5px 15px 0 rgba(0,0,0,0.08);
.shadow-inner	box-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.06);
.shadow-outline	box-shadow: 0 0 0 3px rgba(52,144,220,0.5);
.shadow-none	box-shadow: none;


/* .bulle-info{
    position: fixed;
    bottom: 5%;
    right: 1%;
    width: 35%;
	outline: none;
	z-index: 1000;
}
@media screen and (min-width: 67em)
.bulle-info {
    width: 15%;
}
@media screen and (min-width: 48em)
.bulle-info {
    width: 25%;
}
 */
body{
    background: #e8ecf3;
}
.App-content{
  background: transparent;
  border-top: 0px;
}
.App{
    background: #e8ecf3;
    background-image: url(img/carreaux.jpg);
    /* background-repeat: repeat-y; */
    background-position: center;
    /*width: 85%;*/
    margin: auto;
}

.navigation-top .current-menu-item &gt; a,
.navigation-top .current_page_item &gt; a {
	color: #767676;
}

.main-navigation a .la {
    font-family: LineAwesome;
    color: white;
}

.App-header{
  position: relative!important;
}
.TagsLabel, .WelcomeHero{
  display: none;
}
.TagHero{
  background: transparent!important;
  color: #ec008c!important; /*black!important;*/
  font-family: 'Caveat';
}
.TagHero .Hero-title{
  font-size: 45px;
}
.Hero .container{
  padding-top: 15px;
  padding-bottom: 8px;
}
.Header-title{
  font-family: 'Caveat';
  font-size: 45px;
}
.DiscussionHero--colored{
  /*background: linear-gradient(to right,#844aa6 0%,#5a7fee 100%);*/
  background: transparent!important;
}
.DiscussionHero-items li {
  display:  inline-block;
  float: left;
  line-height: 36px;
}
.DiscussionHero-items .item-tags{

}
.DiscussionHero-items .item-title{
  font-family: 'Caveat';
  color: #ec008c!important;
  margin-top: 0px;
}
.container{
  width: 100%!important;
  max-width: 1200px;
}
.tableau{
  position: relative;
  background-image: url(img/header-jerem-3.jpg);
  /* background-repeat: repeat; */
  background-position: center 80%;
  background-size: cover;
  width: 70%;
  margin: auto;
  height: 25vw;
  width: 100%;
}
.portrait-jerem {
    position: absolute;
    bottom: 0;
    /* transform: translate(5%,14%); */
    z-index: 50;
    width: 20%;
}
.portrait-jerem img{
  width: 110%;
}
.DiscussionListItem{
  margin: 6px 0px;
  background: white;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
}
.DiscussionListItem:hover {
    border: 1px solid lightgrey;
}
.DiscussionHero-title{
  font-size: 36px!important;
  line-height: 36px!important;
}
.Post{
  background: white;
  margin: 6px 0px;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
}
.navigation-top {
    /* bottom: 0; */
    background: transparent;
    font-size: 2.5rem;
    width: 100%;
    z-index: 10;
}

.main-navigation ul, .main-navigation ul ul, .main-navigation &gt; div &gt; ul {
    display: block;
    display: flex!important;
    justify-content: space-around;
}
.main-navigation ul {
    list-style: none;
    margin: 0;
    /*padding: 0 1.5em;*/
    text-align: left;
}
.main-navigation li {
    border: 0;
    display: inline-block;
    text-align: center;
}
.main-navigation a {
    font-family: 'Montserrat', 'Phosphate', sans-serif;
    letter-spacing: 3px;
    display: block;
    padding: 1em;
    text-decoration: none;
    color: white;
    text-transform: uppercase;
}

.navigation-top {
  display: none;
}

.IndexPage-nav .item-nav{
  display: none;
}



@media screen and (max-width: 1420px){
  .main-navigation a {
    padding: 0.2em;
    /*font-size: 1em;*/
    font-size: 1.2vw;
  }
}

@media screen and (max-width: 1024px){
  .main-navigation a {
    padding: 0.5em;
    font-size: 0.5em;
  }
}


@media screen and (min-width: 48em){
  .hide-desktop{ display: none!important;}

  .Search.focused input{
    width: 250px!important;
  }

  .Search.focused{
    margin-left: -250px;
  }


  .navigation-top {
      /* bottom: 0; */
      background: transparent;
      /*font-size: 1.6em;*/
      font-size: 1.2vw;
      width: 100%;
      z-index: 10;
      display: block;
  }
  .tableau{
    height: 20vw;
  }
  .App{
    width: 70%;
    padding-top: 0;
  }
  .App:before{ height: 0;}
  .portrait-jerem{
    transform: translate(5%,14%);
  }

}
</pre></body></html>