@charset "UTF-8";
/*----------------   COLORS   ----------------*/
.white {
  color: #FFFFFF; }

.green {
  color: #7A9B21; }

.pale-green {
  color: #F1F7E4; }

.purple {
  color: #993E8B; }

.grey {
  color: #848383; }

.black {
  color: #3C3C3C; }

.deep-black {
  color: #261C15; }

/*----------------   FONT SIZE CALIBRATION   ----------------*/
html {
  font-size: 62.5%; }

/*----------------   ICONS   ----------------*/
@font-face {
  font-family: 'urbamonde';
  src: url("../fonts/urbamonde.eot?3i9gb9");
  src: url("../fonts/urbamonde.eot?3i9gb9#iefix") format("embedded-opentype"), url("../fonts/urbamonde.ttf?3i9gb9") format("truetype"), url("../fonts/urbamonde.woff?3i9gb9") format("woff"), url("../fonts/urbamonde.svg?3i9gb9#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'urbamonde' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-twitter:before {
  content: "\e900"; }

.icon-instagram:before {
  content: "\e901"; }

.icon-facebook:before {
  content: "\e902"; }

.icon-linkedin:before {
  content: "\e903"; }

.icon-arrow:before {
  content: "\e904"; }

.icon-caret:before {
  content: "\e905"; }

.icon-plus:before {
  content: "\e906"; }

.icon-hand:before {
  content: "\e907"; }

.icon-house:before {
  content: "\e908"; }

.icon-trowel:before {
  content: "\e90a"; }

.icon-people:before {
  content: "\e910"; }

.icon-heart:before {
  content: "\e911"; }

.icon-group:before {
  content: "\e912"; }

.icon-file:before {
  content: "\e913"; }

.icon-quote:before {
  content: "\e914"; }

/*----------------   HACKS   ----------------*/
*:focus {
  outline: 0 !important; }

.row.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .row.no-gutters > [class^="col-"], .row.no-gutters > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0; }

/*----------------   GENERIC STYLES   ----------------*/
body {
  font-family: 'Roboto', sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-size: 1.8rem;
  font-weight: 400;
  color: #3C3C3C;
  overflow-x: hidden; }

.h1,
h1 {
  font-size: 5.4rem;
  font-weight: 700; }

.h2,
h2 {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.1; }

.h3,
h3 {
  font-size: 3.8rem;
  font-weight: 700; }

.h4,
h4 {
  font-size: 2.8rem;
  font-weight: 700; }

.h5,
h5 {
  font-size: 2.4rem;
  font-weight: 700;
  text-transform: uppercase; }

.small,
small {
  font-size: 1.8;
  font-weight: 400; }

b,
strong {
  font-weight: 700 !important; }

main a {
  color: #7A9B21;
  text-decoration: none; }
  main a:hover, main a:focus {
    color: #7A9B21; }

figcaption {color: #19484B;font-size: 1.35rem;   line-height: normal;   font-style: italic;padding: 0.5rem 0 1rem; }

/*----------------   BUTTONS   ----------------*/
button,
.button {
  font-family: 'Roboto', sans-serif;
  display: inline-block;
  color: #FFFFFF;
  background-color: #7A9B21;
  font-size: 2rem;
  font-weight: 700;
  border: 0;
  text-align: center;
  border-radius: 6rem;
  padding: 1rem 3.5rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  button:hover, button:focus,
  .button:hover,
  .button:focus {
    color: #FFFFFF;
    text-decoration: none !important; }

.module-projects button:hover, .module-projects button:focus,
.module-projects .button:hover,
.module-projects .button:focus,
.hero-slider button:hover,
.hero-slider button:focus,
.hero-slider .button:hover,
.hero-slider .button:focus {
  background-color: #FFFFFF !important;
  color: #7A9B21 !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.news button:hover, .news button:focus,
.news .button:hover,
.news .button:focus {
  background-color: #993E8B !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  
.news .card:hover h2.card-title{color: #0b0908;}


.s-card button:hover, .s-card button:focus,
.s-card .button:hover,
.s-card .button:focus {
  background-color: #3C3C3C !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.donate.active, .act.active {
  display: none; }

.donate-container, .act-container {
  display: none; }
  .donate-container.active, .act-container.active {
    display: block; }
  .donate-container .button, .act-container .button {
    display: table;
    margin: 1.5rem auto; }

/*----------------   PRELOADER   ----------------*/
/*body > :not(.pace),
body:before,
body:after {
  opacity: 1; }

body:not(.pace-done) > :not(.pace),
body:not(.pace-done):before,
body:not(.pace-done):after {
  opacity: 0; }

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translate3d(0, -50px, 0);
  -ms-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);
  -webkit-transition: -webkit-transform 0.5s ease-out;
  -ms-transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out; }

.pace.pace-active {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.pace .pace-progress {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 4px;
  background-color: #100069;
  pointer-events: none; }*/

/*----------------   HERO   ----------------*/
.hero-slider .hero-slide {
  height: calc(100vh - 150px);
  min-height: 600px;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .hero-slider .hero-slide::before {
    content: '';
    background: linear-gradient(90deg, rgba(60, 60, 60, 0.89) 0%, rgba(255, 255, 255, 0) 100%);
    mix-blend-mode: multiply;
    opacity: 0.8;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    width: 100%;
    min-height: 100%;
    position: absolute; }
  .hero-slider .hero-slide .hero-slide-infos {
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    position: absolute;
    height: 100%;
    color: #FFF;
    font-size: 7rem; }
    .hero-slider .hero-slide .hero-slide-infos .ask {
      max-width: 65%;
      font-size: 6rem;
      font-weight: 700;
      line-height: 1;
      padding-top: 3rem; }
    .hero-slider .hero-slide .hero-slide-infos h2 {
      font-size: 3.6rem;
      font-weight: 400;
      max-width: 65%;
      font-size: 4rem;
      padding-top: 3rem; }
    .hero-slider .hero-slide .hero-slide-infos .button {
      margin-top: 3rem;
      margin-bottom: 6rem; }
  .hero-slider .hero-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

/*----------------   SLIDER DOTS   ----------------*/
.owl-dots {
  position: absolute;
  bottom: 3rem;
  left: 0;
  width: 100%;
  text-align: center; }
  .owl-dots .owl-dot {
    background-color: #FFFFFF !important;
    height: 2.2rem;
    width: 2.2rem;
    border-radius: 50%;
    border: 0 !important;
    margin: 7.5px;
    opacity: 0.5; }
    .owl-dots .owl-dot.active {
      background: #FFFFFF !important;
      opacity: 1; }

/*----------------   CARD FILTERS  ----------------*/
.keyword-filter {
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  margin-bottom: 3rem; }
.keyword-filter span {
    font-size: 2.4rem;
    line-height: 1;
    font-weight: bold; }
.keyword-filter::before {
    content: "";
    flex: 0 0 30px;
    margin-right: 1.5rem;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #3C3C3C; }
  .keyword-filter.active,.keyword-filter:hover{
    color: #993E8B; }
.keyword-filter.active::before {
      background-color: #993E8B; }

/*----------------   CARD   ----------------*/
.s-card {
  background-color: #FFFFFF;
  margin-bottom: 3rem;
  border: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 4rem 6rem 4rem 3rem; }
  .s-card .s-card-content {
    display: flex;
    flex-direction: row;
    align-items: center; }
    .s-card .s-card-content .s-card-icon {
      flex: 4;
      display: flex;
      justify-content: center; }
      .s-card .s-card-content .s-card-icon > div {
        border-radius: 50%;
        background-color: #993E8B;
        width: 10rem;
        height: 10rem;
        display: flex;
        justify-content: center;
        align-items: center; }
        .s-card .s-card-content .s-card-icon > div [class^="icon-"],
        .s-card .s-card-content .s-card-icon > div [class*=" icon-"] {
          font-size: 5rem;
          color: #FFFFFF; }
    .s-card .s-card-content .s-card-text {
      flex: 16; }
      .s-card .s-card-content .s-card-text h2 {
        font-size: 3.8rem;
        color: #993E8B; }
      .s-card .s-card-content .s-card-text p {
        padding-top: 2rem;
        font-size: 2.4rem; }
  .s-card .s-card-button {
    padding-top: 2rem;
    text-align: center; }
    .s-card .s-card-button .button {
      background-color: #993E8B; }

.c-link {
  display: flex;
  border: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 9rem 3rem 9rem 0;
  align-items: center;
  height: calc(100% - 3rem); }
  .c-link [class^="icon-"],
  .c-link [class*=" icon-"] {
    flex: 3;
    font-size: 8rem;
    text-align: center;
    vertical-align: middle; }
  .c-link h2 {
    font-size: 2.8rem;
    color: #3C3C3C;
    flex: 7; }
  .c-link:hover, .c-link:focus {
    text-decoration: none;
    background-color: #993E8B;
    color: #FFFFFF; }
    .c-link:hover h2, .c-link:focus h2 {
      color: #FFFFFF; }

.card {
  border: 0;
  margin-bottom: 3rem;
  box-shadow: 0 3px 5px rgba(60, 60, 60, 0.16);
  border-radius: 0 0 10px 10px;
  height: calc(100% - 3rem); }
  .card .card-tag {
    display: block;
    color: #848383;
    font-style: italic; }
    .card .card-tag::before {
      content: "+ "; }
  .card .card-tag:first-child::before {
    content: ""; }
  .card .card-title {
    font-size: 2.4rem; }
  .card .card-link {
    font-size: 1.6rem;
    font-weight: 700;
    color: #3C3C3C; }
    .card .card-link::before {
      margin-right: 0.75rem;
      font-family: 'urbamonde';
      content: "\e904";
      vertical-align: middle; }
  .card .card-body {
    padding: 1.75rem 2.5rem;
    color: #3C3C3C; }
    .card .card-body:hover, .card .card-body:focus {
      text-decoration: none; }
  .card .card-footer {
    padding: 1.75rem 2.5rem;
    background-color: transparent;
    border-top: 0; }
  .card:hover .card-link, .card:focus .card-link {
    color: #993E8B !important; }
	
	
.card-holder img{
/*opacity:1;*/}

.card-holder:hover img{
/*opacity:0.8;*/
transition: 1s ease;
filter: contrast(125%);}

.card-holder:hover h2.card-title{color: #0b0908;}

/*----------------   HEADER   ----------------*/
header {
  position: relative;
  z-index: 2;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2); }
  header .header-container .navbar {
    padding: 0; }
    header .header-container .navbar .navbar-opener {
      width: 100%;
      min-height: 150px;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center; }
    header .header-container .navbar .logo img {
      height: 90px; }
    header .header-container .navbar .navbar-toggle {
      height: 5rem;
      width: 5rem;
      padding: 0;
      background-color: transparent !important;
      border: none; }
      header .header-container .navbar .navbar-toggle .icon-bar {
        display: block;
        margin: auto;
        width: 5rem;
        height: 0.2rem;
        border-radius: 0;
        background-color: #3C3C3C;
        transition: all 0.2s ease-in-out; }
      header .header-container .navbar .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 1rem; }
      header .header-container .navbar .navbar-toggle[aria-expanded="true"] .icon-bar:nth-child {
        background-color: #FFFFFF !important; }
      header .header-container .navbar .navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(1) {
        width: 5rem;
        -webkit-transform: translate(0, 0.25rem) rotate(45deg);
        -ms-transform: translate(0, 0.25rem) rotate(45deg);
        -o-transform: translate(0, 0.25rem) rotate(45deg);
        transform: translate(0, 0.25rem) rotate(45deg);
        background-color: #FFFFFF; }
      header .header-container .navbar .navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(2) {
        display: none; }
      header .header-container .navbar .navbar-toggle[aria-expanded="true"] .icon-bar:nth-child(3) {
        width: 5rem;
        -webkit-transform: translate(0, -1rem) rotate(-45deg);
        -ms-transform: translate(0, -1rem) rotate(-45deg);
        -o-transform: translate(0, -1rem) rotate(-45deg);
        transform: translate(0, -1rem) rotate(-45deg);
        background-color: #FFFFFF; }
  header .lgsel {
    position: absolute;
    top: 0;
    right: 0; }

header .header-container .navbar .navbar-collapse a {
  display: none; }
header .header-container .navbar .navbar-collapse.show .main-menu-link-container {
  margin: 0;
  height: calc(100vh - 152px);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding-bottom: 150px; }
header .header-container .navbar .navbar-collapse.show .main-menu-link {
  display: block;
  color: #FFFFFF;
  font-size: 5.6rem;
  font-weight: 700; }
  header .header-container .navbar .navbar-collapse.show .main-menu-link.active {
    content: "— "; }
  header .header-container .navbar .navbar-collapse.show .main-menu-link:hover, header .header-container .navbar .navbar-collapse.show .main-menu-link:focus {
    text-decoration: none;
    opacity: 0.7;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.lgsel span {
  display: block;
  line-height: 48px;
  background-color: #F1F7E4;
  text-align: center;
  width: 50px;
  height: 48px;
  margin-bottom: 3px;
  text-transform: uppercase;
  cursor: pointer; }
  .lgsel span.active {
    color: #FFFFFF;
    background-color: #7A9B21; }

header.active {
  background-color: #993E8B;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 4;
  overflow-y: scroll; }
  header.active .logo {
    visibility: hidden; }

body.active {
  overflow-y: hidden; }
  body.active .lgsel {
    top: auto;
    right: auto;
    left: 0;
    bottom: 0;
    display: none; }
    body.active .lgsel span {
      margin-left: 3px;
      color: #FFFFFF;
      background-color: rgba(255, 255, 255, 0.25); }
      body.active .lgsel span.active {
        color: #993E8B;
        background-color: #FFFFFF; }

/*----------------   SECTIONS   ----------------*/
.commitments,
.news,
.projects-list,
.partners {
  padding-top: 10rem;
  padding-bottom: 10rem; }

.partners .logo-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center; }
  .partners .logo-container .img-fluid {
    margin-bottom: 3rem;
    max-height: 115px; }

.team {
  border-top: 6px solid #F3F6F0;
  padding-top: 10rem;
  padding-bottom: 10rem; }
  .team .team-pole::after {
    content: "";
    display: block;
    position: relative;
    left: 15px;
    width: calc(100% - 30px);
    height: 1px;
    background-color: #7A9B21;
    margin-top: 4rem;
    margin-bottom: 7rem; }
  .team .team-pole:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0; }
    .team .team-pole:last-child::after {
      display: none; }
  .team h2 {
    font-size: 3.6rem;
    color: #7A9B21;
    margin-bottom: 3rem; }

.person {
  display: block;
  box-shadow: 0 3px 5px rgba(60, 60, 60, 0.16);
  border-radius: 0 0 10px 10px;
  margin-bottom: 3rem;
  cursor: pointer; }
  .person .person-id {
    padding: 3rem;
    display: flex;
    align-items: center; }
    .person .person-id > div {
      flex: 9;
      padding-right: 10px; }
    .person .person-id::after {
      flex: 1;
      font-family: 'urbamonde';
      content: "\e906";
      font-weight: normal;
      font-size: 2.4rem;
      color: #B7B7B7;
      text-align: right;
      display: inline-block;
      -webkit-transform: perspective(1px) translateZ(0);
      transform: perspective(1px) translateZ(0);
      -webkit-transition-duration: 0.25s;
      transition-duration: 0.25s;
      -webkit-transition-property: transform;
      transition-property: transform;
      cursor: pointer; }
  .person:hover, .person:focus, .person:active {
    text-decoration: none; }
    .person:hover .person-id::after, .person:focus .person-id::after, .person:active .person-id::after {
      -webkit-transform: scale(1.25);
      transform: scale(1.25);
      color: #3C3C3C; }
  .person .person-desc {
    display: none; }
  .person .img-fluid {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%); }
    .person .img-fluid:hover, .person .img-fluid:focus {
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      filter: none;
      -webkit-filter: none;
      -moz-filter: none;
      -ms-filter: none;
      -o-filter: none; }
  .person h2,
  .person h3 {
    font-size: 1.8rem; }
  .person h3 {
    font-weight: normal; }

.module-projects,
.article-header {
  height: calc(100vh - 150px);
  min-height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative; }
  .module-projects::before,
  .article-header::before {
    content: '';
    background: linear-gradient(90deg, rgba(60, 60, 60, 0.89) 0%, rgba(255, 255, 255, 0) 100%);
    mix-blend-mode: multiply;
    opacity: 0.8;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    width: 100%;
    height: 100%;
    position: absolute; }
  .module-projects .module-projects-infos,
  .module-projects .article-header-infos,
  .article-header .module-projects-infos,
  .article-header .article-header-infos {
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #FFF;
    font-size: 7rem; }
    .module-projects .module-projects-infos .ask,
    .module-projects .article-header-infos .ask,
    .article-header .module-projects-infos .ask,
    .article-header .article-header-infos .ask {
      max-width: 65%;
      font-size: 6rem;
      font-weight: 700;
      line-height: 1;
      padding-top: 3rem; }
    .module-projects .module-projects-infos .linkrub,
    .module-projects .article-header-infos .linkrub,
    .article-header .module-projects-infos .linkrub,
    .article-header .article-header-infos .linkrub {
      display: inline-block;
      font-size: 2.8rem;
      text-decoration: underline;
      font-weight: bold;
      margin-bottom: 3rem;
      color: #FFFFFF; }
    .module-projects .module-projects-infos .subtitle,
    .module-projects .article-header-infos .subtitle,
    .article-header .module-projects-infos .subtitle,
    .article-header .article-header-infos .subtitle {
      font-size: 2.8rem;
      display: block;
      margin-bottom: 1.5rem; }
      .module-projects .module-projects-infos .subtitle::before,
      .module-projects .article-header-infos .subtitle::before,
      .article-header .module-projects-infos .subtitle::before,
      .article-header .article-header-infos .subtitle::before {
        content: "+ "; }
      .module-projects .module-projects-infos .subtitle:first-child::before,
      .module-projects .article-header-infos .subtitle:first-child::before,
      .article-header .module-projects-infos .subtitle:first-child::before,
      .article-header .article-header-infos .subtitle:first-child::before {
        content: ""; }
    .module-projects .module-projects-infos h1,
    .module-projects .article-header-infos h1,
    .article-header .module-projects-infos h1,
    .article-header .article-header-infos h1 {
      font-size: 4.8rem;
      max-width: 65%;
      margin: 0; }
    .module-projects .module-projects-infos h2,
    .module-projects .article-header-infos h2,
    .article-header .module-projects-infos h2,
    .article-header .article-header-infos h2 {
      font-size: 3.6rem;
      font-weight: 400;
      max-width: 65%;
      font-size: 4rem;
      padding-top: 3rem; }
    .module-projects .module-projects-infos .button,
    .module-projects .article-header-infos .button,
    .article-header .module-projects-infos .button,
    .article-header .article-header-infos .button {
      margin-top: 3rem;
      margin-bottom: 6rem; }

.module-support {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #7A9B21; }

.presentation {
  margin-bottom: 3rem;
  margin-bottom: 6rem; }
  .presentation h1 {
    font-size: 5.6rem;
    color: #7A9B21; }
  .presentation p {
    font-size: 2.4rem;
    font-style: italic;
    line-height: 1.3; }

.about {
  padding-top: 10rem;
  padding-bottom: 10rem; }
  .about h1 {
    font-size: 5.6rem;
    color: #7A9B21; }
  .about .chapeau {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 3.2rem;
    margin-bottom: 3rem;
    margin-top: 1.7rem;}
  .about p {
    font-size: 1.8rem; }
	.about h2{color: #993E8B;
	font-size: 3.5rem;
    margin-top: 3rem;
    margin-bottom: 1.7rem;}
	.about hr{margin:2.5rem 0}

.commitments-list {
  background-color: #F1F7E4;
  padding-top: 10rem;
  padding-bottom: 10rem; }

.accordion .accordion-item {
  background-color: #FFFFFF;
  padding-top: 5rem;
  padding-bottom: 4.5rem;
  margin-bottom: 3rem;
  border-radius: 15px;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15); }
  .accordion .accordion-item .accordion-body {
    padding-top: 3rem; }
  .accordion .accordion-item [class^="icon-"],
  .accordion .accordion-item [class*=" icon-"] {
    color: #7A9B21;
    font-size: 7rem;
    display: inline-block;
    margin-top: -2rem; }
  .accordion .accordion-item h3 {
    color: #3C3C3C;
    font-size: 3.6rem;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .accordion .accordion-item h3::after {
    color: #B7B7B7;
    font-family: 'urbamonde';
    content: "\e905";
    font-weight: normal;
    margin-right: 10rem; }
  .accordion .accordion-item[aria-expanded="true"] h3 {
    color: #3C3C3C; }
  .accordion .accordion-item[aria-expanded="true"] h3::after {
    transform: rotate(90deg); }

.article-header {
  line-height: 1; }

.article-body {
  font-size: 1.8rem; }
  .article-body .article-left {
    padding-top: 3rem;
    padding-bottom: 3rem; }
    .article-body .article-left .article-chapeau {
      font-size: 3.2rem;
      line-height: 1.25;
      padding-bottom: 1.5rem; }
    .article-body .article-left h2 {
      font-size: 3.4rem;
      color: #7A9B21;
      padding-top: 1.5rem;
      padding-bottom: 1.5rem; }
    .article-body .article-left blockquote {
      color: #993E8B;
      font-size: 2rem;
	  font-weight: bold;
      display: flex;
      padding: 3rem 3rem 0 3rem; 
	  margin-bottom:30px}
	  .article-body .article-left blockquote p{padding-bottom:0}
	  
      .article-body .article-left blockquote::before {
        font-family: "urbamonde";
        content: "\e914";
        font-size: 5rem;
        margin-right: 1.5rem;
        margin-top: -3rem; }
    .article-body .article-left .spip_doc_inner img {
      max-width: 100%;
      height: auto; }
    .article-body .article-left p {
      padding-bottom: 1.5rem; }
	  
 .article-body .article-left ul.spip li:first-child{
	  padding-top:0.5rem;  }
	
	  
  .article-body .article-left ul.spip li{
	  padding:0.4rem 0;  }
    .article-body .article-left ul.spip li:last-child{
	  padding-bottom:1.2rem;  }
  
  .article-body .article-right {
    padding-top: 3rem; }
.article-body .article-left .encadre{
background-color:#993e8b;color:#fff;padding:19px;box-shadow:inset 2px 2px 2px 10px rgb(91 26 118 / 10%);}

.article-body .article-left .encadre a{color:#fff;text-decoration:underline}

.article-nav {
  display: none;
  background-color: #7A9B21;
  padding-top: 6rem;
  padding-bottom: 6rem; }
  .article-nav .article-nav-prev,
  .article-nav .article-nav-next,
  .article-nav .article-nav-parent {
    height: 100%;
    display: block;
    padding: 3rem;
    background-color: #F1F7E4; }
  .article-nav a {
    display: inline-block;
    margin-top: 1rem;
    color: #7A9B21;
    line-height: 1.25; }
    .article-nav a:hover, .article-nav a:focus {
      color: #7A9B21; }

.article-id,
.article-ress {
  font-size: 1.6rem;
  box-shadow: 0 3px 5px rgba(60, 60, 60, 0.16);
  border-radius: 10px;
  padding: 2.5rem;
  margin-bottom: 5rem; }
  .article-id h3,
  .article-ress h3 {
    font-size: 2.4rem;
    color: #7A9B21;
margin-bottom: 1.4rem;	}

.article-id .technical > div {
  display: flex; }
  .article-id .technical > div strong {
    flex: 1; 
	line-height: 3.6rem;}
  .article-id .technical > div span {
    flex: 1; }

.article-ress h3 {
  margin-bottom: 3rem; }
.article-ress .ress-link {
  display: flex;
  color: #3C3C3C;
  border-bottom: 1px solid rgba(60, 60, 60, 0.2);
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: transform;
  transition-property: transform; }
  .article-ress .ress-link::before {
    font-family: 'urbamonde';
    content: "\e913";
    font-size: 3.3rem;
    margin-right: 1rem;
    color: #848383; }
  .article-ress .ress-link:hover, .article-ress .ress-link:focus {
    text-decoration: none; }
    .article-ress .ress-link:hover::before,
    .article-ress .ress-link:hover div, .article-ress .ress-link:focus::before,
    .article-ress .ress-link:focus div {
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      color: #7A9B21; }
  .article-ress .ress-link:first-child {
    margin-top: 10rem; }
  .article-ress .ress-link:last-child {
    border-bottom: none;
    margin-bottom: 0; }
  .article-ress .ress-link div strong,
  .article-ress .ress-link div span {
    display: block;
    line-height: 1.2;
    margin-bottom: 1rem; }
  .article-ress .ress-link div span:last-child {
    text-transform: uppercase;
    font-size: 1.3rem; }

/*----------------   newsletter   ----------------*/
.newsletter {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #F1F7E4; }
  .newsletter .newsletter-infos {
    font-size: 2.1rem;
    font-weight: bold; }
  .newsletter .newsletter-form input[type="email"] {
    height: 50px;
    border: 0;
    background-color: #FFFFFF;
    padding-left: 15px;
    padding-right: 5px;
    width: 70%; }
  .newsletter .newsletter-form input[type="submit"] {
    font-size: 2.1rem;
    width: 30%;
    height: 50px;
    border: 0;
    color: #FFFFFF;
    background-color: #3C3C3C; }
    .newsletter .newsletter-form input[type="submit"]:hover, .newsletter .newsletter-form input[type="submit"]:focus {
      background-color: #993E8B; }

/*----------------   Social links   ----------------*/
/*----------------   FOOTER   ----------------*/
footer {
  font-size: 2.1rem;
  background-color: #261C15;
  color: #F1F7E4; }
  footer a {
    color: #F1F7E4; }
    footer a:hover, footer a:focus {
      color: #F1F7E4; }
  footer .footer-container {
    padding-top: 12rem;
    padding-bottom: 12rem; }
  footer .footer-legal {
    padding-top: 8rem;
    padding-bottom: 12rem; }

.social-links a {
  display: inline-block;
  border: none;
  font-size: 0;
  margin: 0 5px; }
  .social-links a:hover, .social-links a:focus {
    text-decoration: none; }
  .social-links a::before {
    font-family: 'urbamonde';
    font-size: 5.2rem;
    color: #F1F7E4;
    line-height: 1; }

.link-tw::before {
  content: "\e900"; }

.link-ig::before {
  content: "\e901"; }

.link-fb::before {
  content: "\e902"; }

.link-lk::before {
  content: "\e903"; }

/*----------------   MODALS   ----------------*/
#modaliframe,
#modaliframe2 {
  width: 100% !important; }

.modal-backdrop {
  opacity: 1 !important;
  background-color: #993E8B; }

.modal-dialog {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1110px; }

.modal-content {
  border: none;
  min-height: 100vh; }

.modal-header {
  border: none;
  color: #FFFFFF;
  background-color: #993E8B;
  padding-top: 5rem;
  padding-bottom: 5rem; }
  .modal-header .modal-close {
    cursor: pointer;
    font-size: 7rem;
    font-weight: 700;
    float: right;
    height: 3.6rem;
    width: 3.6rem;
    background-image: url("../images/close.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center; }

.modal-body {
  color: #FFFFFF;
  background-color: #993E8B;
  padding: 0 0 12rem;
  margin: 0;
  font-size: 2.4rem; }
  .modal-body h2,
  .modal-body h3 {
    font-size: 3.6rem; }
  .modal-body h3 {
    font-weight: normal; }
  .modal-body .modal-text {
    margin-top: 3rem; }
  .modal-body img {
    max-width: 350px;
    margin-bottom: 3rem; }
  .modal-body a {
    color: #FFFFFF;
    font-weight: bold; }

/*----------------   FORM   ----------------*/
.modal {
  padding: 0 !important; }

#modaliframe {
  height: 100%;
  width: 100%;
  padding-bottom: 3rem;
  border: 0; }

.formulaire_formidable {
  padding: 6rem 0;
  background: #993E8B; }
  .formulaire_formidable label {
    color: #FFFFFF; }

.formulaire_formidable label.label {
  display: none; }

.formulaire_formidable .erreur_message {
  display: none; }

.formulaire_formidable input {
  border-radius: 6rem;
  margin-bottom: 3rem;
  width: 100%;
  padding: 1rem 1.5rem;
  border: 0; }

.formulaire_formidable .erreur_message + input {
  background: orange;
  color: #FFFFFF; }

.formulaire_formidable .reponse_formulaire_erreur {
  color: orange; }

.formulaire_formidable .choix {
  display: flex;
  flex-direction: row;
  margin: 1.5rem 0; }

.formulaire_formidable .choix input[type="checkbox"] {
  width: auto;
  cursor: pointer; }

.formulaire_formidable .choix label {
  font-size: 1.8rem;
  line-height: 1.1;
  margin-left: 1.5rem;
  cursor: pointer; }

.formulaire_formidable .erreur_message + .choix label {
  color: orange; }

.formulaire_formidable textarea {
  border-radius: 30px;
  width: 100%;
  padding: 1rem 1.5rem; }

.formulaire_formidable button[type="submit"] {
  background-color: #FFFFFF;
  color: #3C3C3C;
  border-radius: 6rem;
  font-size: 1.8rem;
  font-weight: bold;
  text-transform: uppercase;
  display: table;
  width: 33%;
  padding: 1rem 0;
  margin: 3rem auto 0; }

.reponse_formulaire {
  color: #FFFFFF;
  font-size: 2.4rem; }

/*----------------   ANIMATIONS   ----------------*/
.animated {
  animation-duration: 0.5s; }

.hvr-grow {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: transform;
  transition-property: transform; }

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

.hvr-minigrow {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.55s;
  transition-duration: 0.55s;
  -webkit-transition-property: transform;
  transition-property: transform; }

.hvr-minigrow:hover,
.hvr-minigrow:focus,
.hvr-minigrow:active {
  -webkit-transform: scale(1.035);
  transform: scale(1.035); }

.hvr-float {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-float:active,
.hvr-float:focus,
.hvr-float:hover {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px); }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1); } }
@keyframes pulse {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }
/*----------------   CMS ADMIN BTN   ----------------*/
.spip-admin-bloc,
.spip-admin-float {
  left: 1.5rem;
  right: auto !important; }

.spip-admin-boutons {
  color: #FFFFFF !important;
  background-color: #7A9B21 !important;
  opacity: 1 !important;
  font-family: 'Roboto', sans-serif;
  font-size: 1.6rem; }

/*----------------   RESPONSIVE LAYOUT   ----------------*/
@media only screen and (max-width: 1440px) {
  header .header-container .navbar .navbar-toggle {
    margin-right: 50px; } }
@media only screen and (max-width: 1199px) {
  header .header-container .navbar .navbar-toggle {
    margin-right: 75px; }

  .ask {
    max-width: 85% !important; }

  .hero-slide-infos h2,
  .module-projects-infos h2 {
    max-width: 70%; } }
@media only screen and (max-width: 991px) {
  .s-card {
    padding: 4rem; }
    .s-card .s-card-content .s-card-icon {
      display: none; }

  .newsletter .newsletter-infos {
    margin-bottom: 3rem; } }
@media only screen and (max-width: 767px) {
  .lgsel {
    display: none; }

  body.active {
    overflow-y: hidden; }
    body.active .lgsel {
      display: flex; }

  header .header-container .navbar .navbar-toggle {
    margin-right: 0; }

  .ask {
    max-width: 100% !important;
    font-size: 5rem !important; }

  .hero-slide-infos h2,
  .module-projects-infos h2 {
    font-size: 3.4rem !important; }

  .accordion .accordion-item h3 {
    font-size: 3.2rem; }
    .accordion .accordion-item h3::after {
      margin-right: 6rem; }
  .accordion .accordion-item [class^="icon-"],
  .accordion .accordion-item [class*=" icon-"] {
    font-size: 6rem; }
  .accordion .accordion-item .accordion-body {
    padding: 3rem 3rem 0; } }
@media only screen and (max-width: 575px) {
  .accordion .accordion-item {
    padding-top: 3rem;
    padding-bottom: 2.5rem; }
    .accordion .accordion-item .accordion-body {
      padding: 1.5rem 1.5rem 0.5rem; }

  .presentation h1 {
    font-size: 4rem; }

  header .header-container .navbar .logo img {
    max-width: 100%;
    height: 60px; }

  header .header-container .navbar .navbar-collapse.show .main-menu-link {
    max-width: 100% !important;
    font-size: 3.8rem !important; }

  .ask {
    font-size: 4rem !important; }

  .article-header-infos h1 {
    font-size: 4rem !important;
    max-width: 100% !important; }

  .about h1 {
    font-size: 4rem !important; }

  .subtitle,
  .linkrub,
  .article-chapeau {
    font-size: 2.4rem !important; }

  .article-body .article-left h2 {
    font-size: 2.4rem !important; }
	
 

  .article-body .article-left blockquote {
    padding: 1.5rem;
    font-size: 2.4rem !important; }
    .article-body .article-left blockquote::before {
      font-family: "urbamonde";
      content: "\e914";
      font-size: 4rem;
      margin-right: 1rem;
      margin-top: -1.75rem; }

  .hero-slide-infos h2,
  .module-projects-infos h2 {
    font-size: 2.4rem !important;
    max-width: 100% !important; }

  .s-card .s-card-content .s-card-text p {
    font-size: 1.8rem; }

  .c-link h2 {
    font-size: 2.4rem; }

  .c-link [class^="icon-"],
  .c-link [class*=" icon-"] {
    font-size: 6rem; }

  .newsletter .newsletter-infos {
    font-size: 1.8rem; }

  .newsletter .newsletter-form input[type="email"] {
    width: 60%; }

  .newsletter .newsletter-form input[type="submit"] {
    font-size: 1.8rem;
    width: 40%; }

  .accordion .accordion-item h3 {
    font-size: 2.4rem;
    margin-left: 1.5rem; }
    .accordion .accordion-item h3::after {
      margin-right: 3rem; }
  .accordion .accordion-item [class^="icon-"],
  .accordion .accordion-item [class*=" icon-"] {
    display: none; }

  .modal-body {
    padding: 0 0 3rem 0; }
    .modal-body h3, .modal-body h2 {
      font-size: 2.4rem; }
    .modal-body img {
      max-width: 100%; }
    .modal-body .modal-text {
      font-size: 1.8rem; } }
/*........Mailchimp..........*/
#mc_embed_signup form {
  display: block;
  position: relative;
  text-align: left;
  padding: 0;
  color: #3C3C3C; }

#mc_embed_signup input[type="radio"] {
  -webkit-appearance: radio; }

#mc_embed_signup .small-meta {
  font-size: 11px; }

#mc_embed_signup .nowrap {
  white-space: nowrap; }

#mc_embed_signup .mc-field-group {
  clear: left;
  position: relative; }

#mc_embed_signup .mc-field-group label {
  display: block;
  margin-bottom: 3px; }

#mc_embed_signup .clear {
  clear: both; }

#mc_embed_signup .mc-field-group.input-group ul {
  margin: 0;
  padding: 0;
  list-style: none; }

#mc_embed_signup .mc-field-group.input-group ul li {
  display: block;
  padding: 0;
  margin: 0; }

#mc_embed_signup .mc-field-group.input-group label {
  display: inline; }

#mc_embed_signup .mc-field-group.input-group input {
  display: inline;
  width: auto;
  border: none; }

#mc_embed_signup div.response {
  margin: 1rem 0; }

#mc_embed_signup div.response a {
  color: #3C3C3C;
  text-decoration: underline; }

#mc_embed_signup #mce-error-response {
  display: none; }

#mc_embed_signup #mce-success-response {
  color: #3C3C3C;
  letter-spacing: -1px;
  display: none; }

#mc_embed_signup label.error {
  display: block;
  float: none;
  width: auto;
  margin-left: 1.05em;
  text-align: left;
  padding: 0.5em 0; }

#mc_embed_signup #num-subscribers {
  font-size: 1.1em; }

#mc_embed_signup #num-subscribers span {
  padding: 0.5em;
  margin-right: 0.5em;
  font-weight: bold; }

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  display: block;
  width: 100%;
  padding: 5px 0 0;
  background-color: transparent;
  font-size: 1.6rem;
  font-weight: normal;
  z-index: 1;
  color: #993E8B; }

#mc_embed_signup ul li:before {
  content: ""; }

#mc_embed_signup .custom-checkbox {
  position: relative;
  margin-top: 1.5rem !important; }

#mc_embed_signup .custom-checkbox label.inner {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #3C3C3C;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
  position: absolute;
  top: 5px;
  left: 0;
  z-index: 1; }

#mc_embed_signup .custom-checkbox label.outer {
  margin-left: 1.5rem;
  font-size: 1.6rem;
  color: #3C3C3C; }

#mc_embed_signup .custom-checkbox input[type="checkbox"] {
  visibility: hidden; }

#mc_embed_signup .custom-checkbox input[type="checkbox"]:checked + label.inner {
  background: #3C3C3C; }

/*........Cookies Banner..........*/
#tarteaucitron * {
  zoom: 1; }
#tac_title {
    display: none;
}
#tarteaucitronRoot div#tarteaucitron {
  left: 0;
  right: 0;
  margin: auto; }

#tarteaucitronRoot button#tarteaucitronBack {
  background: #FFFFFF;
  border-radius: 0;
}

#tarteaucitron .clear {
  clear: both; }

#tarteaucitron a {
  color: #babdbc;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none; }

#tarteaucitronRoot button {
  background: #7A9B21;
  border: 0; }

#tarteaucitronAlertBig strong,
#tarteaucitronAlertSmall strong,
#tarteaucitronAlertBig a,
#tarteaucitronAlertSmall a {
  color: #FFFFFF; }

#tarteaucitron strong {
  font-size: 22px;
  font-weight: 500; }

#tarteaucitron ul {
  padding: 0; }

#tarteaucitron .tarteaucitronH1,
#tarteaucitron .tarteaucitronH2,
#tarteaucitron .tarteaucitronH3,
#tarteaucitron .tarteaucitronH4,
#tarteaucitron .tarteaucitronH5,
#tarteaucitron .tarteaucitronH6 {
  display: block; }

.cookie-list {
  list-style: none;
  padding: 0;
  margin: 0; }

/***
 * Root div added just before </body>
 */
#tarteaucitronRoot {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%; }

#tarteaucitronRoot * {
  box-sizing: initial;
  color: #FFF;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: normal;
  vertical-align: initial; }

#tarteaucitronRoot .tarteaucitronH1 {
  font-size: 1.5em;
  text-align: center;
  color: #FFFFFF;
  margin: 15px 0 28px; }

#tarteaucitronRoot .tarteaucitronH2 {
  display: inline-block;
  margin: 12px 0 0 10px;
  color: #FFFFFF; }

#tarteaucitronCookiesNumberBis.tarteaucitronH2 {
  margin-left: 0; }

/***
 * Control panel
 */
#tarteaucitronBack {
  background: #FFFFFF;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0.9;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2147483646; }

#tarteaucitron {
  display: none;
  max-height: 1000%;
  left: 50%;
  margin: 0 auto 0 -430px;
  padding: 0;
  position: fixed;
  top: 6%;
  width: 95%;
  height: 100vh;
  z-index: 2147483647; }

#tarteaucitron .tarteaucitronBorder {
  background: #FFFFFF;
  border: 2px solid #000;
  border-top: 0;
  height: auto;
  overflow: auto; }

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronClosePanelCookie,
#tarteaucitron #tarteaucitronClosePanel {
  background: #261C15;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  padding: 4px 0;
  position: absolute;
  right: 0;
  text-align: center;
  width: 70px; }

#tarteaucitron #tarteaucitronDisclaimer {
  color: #babdbc;
  font-size: 12px;
  margin: 15px auto 0;
  width: 80%; }

.tarteaucitronSelfLink,
#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronHidden,
#tarteaucitron #tarteaucitronServices .tarteaucitronHidden {
  background: rgba(51, 51, 51, 0.07); }

a.tarteaucitronSelfLink {
  text-align: center !important;
  display: block;
  padding: 7px !important; }

#tarteaucitron #tarteaucitronServices .tarteaucitronHidden {
  display: none;
  position: relative; }

#tarteaucitronCookiesList .tarteaucitronH3.tarteaucitronTitle {
  width: 100%;
  box-sizing: border-box; }

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle button,
#tarteaucitron #tarteaucitronInfo,
#tarteaucitron #tarteaucitronServices .tarteaucitronDetails {
  color: #FFFFFF;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin: 20px 0 0;
  padding: 5px 20px;
  text-align: left;
  width: auto;
  background: #261C15; }

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle a {
  color: #FFFFFF;
  font-weight: 500; }

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a:hover,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle a:hover {
  text-decoration: none !important; }

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName a {
  font-size: 22px; }

#tarteaucitron #tarteaucitronServices .tarteaucitronTitle a {
  font-size: 14px; }

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle {
  padding: 5px 10px;
  margin: 0; }

#tarteaucitron #tarteaucitronInfo,
#tarteaucitron #tarteaucitronServices .tarteaucitronDetails {
  color: #FFFFFF;
  display: none;
  font-size: 12px;
  font-weight: 500;
  margin-top: 0;
  max-width: 270px;
  padding: 20px;
  position: absolute;
  z-index: 2147483647; }

#tarteaucitron #tarteaucitronInfo a {
  color: #FFFFFF;
  text-decoration: underline; }

#tarteaucitron #tarteaucitronServices .tarteaucitronLine:hover {
  /*background: $deep-black;*/ }

#tarteaucitron #tarteaucitronServices .tarteaucitronLine {
  background: rgba(51, 51, 51, 0.1);
  border-left: 5px solid transparent;
  margin: 0;
  overflow: hidden; }

#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsAllowed {
  border-color: #7A9B21; }

#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsDenied {
  border-color: #993E8B; }

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine {
  background: #261C15;
  border: 3px solid #261C15;
  border-left: 9px solid #261C15;
  border-top: 5px solid #261C15;
  margin-bottom: 0;
  margin-top: 21px;
  position: relative; }


#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine:hover {
  background: #261C15; }

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName {
  margin-left: 15px;
  margin-top: 2px; }

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronName button {
  color: #FFFFFF; }

#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine .tarteaucitronAsk {
  margin-top: 0 !important; }

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName {
  display: inline-block;
  float: left;
  margin-left: 10px;
  text-align: left;
  width: 50%; }

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName a:hover {
  text-decoration: underline; }

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk {
  display: inline-block;
  float: right;
  margin: 7px 15px 0;
  text-align: right; }

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow,
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny,
.tac_activate .tarteaucitronAllow {
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  padding: 4px 10px;
  text-align: center;
  text-decoration: none;
  width: auto;
  border: 0;
  margin: 5px; }

#tarteaucitron #tarteaucitronServices #tarteaucitronAllAllowed.tarteaucitronIsSelected {
  background-color: #7A9B21;
  opacity: 1; }

#tarteaucitron #tarteaucitronServices #tarteaucitronAllDenied.tarteaucitronIsSelected {
  background-color: #993E8B;
  opacity: 1; }

#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsAllowed .tarteaucitronAllow {
  background-color: #7A9B21; }

#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsDenied .tarteaucitronDeny {
  background-color: #993E8B; }

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName .tarteaucitronListCookies {
  color: #261C15;
  font-size: 12px; }

#tarteaucitron .tarteaucitronH3 {
  font-size: 18px;
}
#tarteaucitron .tarteaucitronH3, #tarteaucitron .tacCurrentStatus {
 color: #261C15;
}



#tarteaucitron #tarteaucitronMainLineOffset .tarteaucitronName {
  width: auto !important;
  margin-left: 0 !important;
  font-size: 14px; }

/***
 * Big alert
 */
.tarteaucitronAlertBigTop {
  top: 0; }

.tarteaucitronAlertBigBottom {
  bottom: 0; }

#tarteaucitronRoot #tarteaucitronAlertBig {
  background: #261C15;
  color: #FFFFFF;
  display: none;
  font-size: 15px !important;
  left: 0;
  position: fixed;
  box-sizing: content-box;
  z-index: 2147483645;
  text-align: center;
  padding: 2rem 0;
  margin: auto;
  width: 100%; }

#tarteaucitronAlertBig #tarteaucitronPrivacyUrl,
#tarteaucitronAlertBig #tarteaucitronPrivacyUrlDialog,
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert,
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong {
  font: 15px verdana;
  color: #FFFFFF; }

#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong {
  font-weight: 700; }

#tarteaucitronAlertBig #tarteaucitronPrivacyUrl,
#tarteaucitronAlertBig #tarteaucitronPrivacyUrlDialog {
  cursor: pointer; }

#tarteaucitronAlertBig #tarteaucitronCloseAlert,
#tarteaucitronAlertBig #tarteaucitronPersonalize,
.tarteaucitronCTAButton,
#tarteaucitron #tarteaucitronPrivacyUrl,
#tarteaucitron #tarteaucitronPrivacyUrlDialog,
#tarteaucitronRoot .tarteaucitronDeny {
  background: #7A9B21;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 15px !important;
  line-height: 1.2;
  padding: 4px 10px;
  text-decoration: none;
  margin-left: 7px; }

#tarteaucitronRoot .tarteaucitronDeny {
  background: #993E8B; }

#tarteaucitronAlertBig #tarteaucitronCloseAlert,
#tarteaucitron #tarteaucitronPrivacyUrl,
#tarteaucitron #tarteaucitronPrivacyUrlDialog {
  background: #848383;
  color: #FFF;
  font-size: 13px;
  margin-bottom: 3px;
  margin-left: 7px;
  padding: 4px 10px; }

#tarteaucitronPercentage {
  background: #7A9B21 !important;
  box-shadow: 0 0 2px #FFFFFF, 0 1px 2px #babdbc;
  height: 5px;
  left: 0;
  position: fixed;
  width: 0;
  z-index: 2147483644; }

/***
 * Small alert
 */
.tarteaucitronAlertSmallTop,
.tarteaucitronAlertSmallBottom {
  bottom: 0; }

#tarteaucitronAlertSmall {
  background: #261C15;
  display: none;
  padding: 0;
  position: fixed;
  right: 0;
  text-align: center;
  width: auto;
  z-index: 2147483646; }

#tarteaucitronAlertSmall #tarteaucitronManager {
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: 11px !important;
  padding: 8px 10px; }

#tarteaucitronAlertSmall #tarteaucitronManager:hover {
  background: rgba(255, 255, 255, 0.05); }

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot {
  background-color: #babdbc;
  display: block;
  height: 8px;
  margin-bottom: 1px;
  margin-top: 5px;
  overflow: hidden;
  width: 100%; }

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotGreen,
#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotYellow,
#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotRed {
  display: block;
  float: left;
  height: 100%;
  width: 0; }

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotGreen {
  background-color: #7A9B21; }

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotYellow {
  background-color: #e0bf00; }

#tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot #tarteaucitronDotRed {
  background-color: #993E8B; }

#tarteaucitronAlertSmall #tarteaucitronCookiesNumber {
  background: rgba(255, 255, 255, 0.2);
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: 30px;
  padding: 0 10px;
  vertical-align: top; }

#tarteaucitronAlertSmall #tarteaucitronCookiesNumber:hover {
  background: rgba(255, 255, 255, 0.3); }

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer {
  display: none;
  max-height: 70%;
  max-width: 500px;
  position: fixed;
  right: 0;
  width: 100%; }

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList {
  background: #FFFFFF;
  border: 2px solid #000;
  color: #261C15;
  font-size: 11px;
  height: auto;
  overflow: auto;
  text-align: left; }

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList strong {
  color: #261C15; }

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesTitle {
  background: #261C15;
  margin-top: 21px;
  padding: 13px 0 9px 13px;
  text-align: left; }

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesTitle strong {
  color: #FFFFFF;
  font-size: 16px; }

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain {
  background: rgba(51, 51, 51, 0.1);
  padding: 7px 5px 10px;
  word-wrap: break-word; }

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain:hover {
  background: rgba(51, 51, 51, 0.2); }

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain a {
  color: #261C15;
  text-decoration: none; }

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListLeft {
  display: inline-block;
  width: 50%; }

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListLeft a strong {
  color: #993E8B; }

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain .tarteaucitronCookiesListRight {
  color: #261C15;
  display: inline-block;
  font-size: 11px;
  margin-left: 10%;
  vertical-align: top;
  width: 30%; }

/***
 * Fallback activate link
 */
.tac_activate {
  background: #261C15;
  color: #FFFFFF;
  display: table;
  font-size: 12px;
  height: 100%;
  line-height: initial;
  margin: auto;
  text-align: center;
  width: 100%; }

.tac_float {
  display: table-cell;
  text-align: center;
  vertical-align: middle; }

.tac_activate .tac_float strong {
  color: #FFFFFF; }

.tac_activate .tac_float .tarteaucitronAllow {
  background-color: #7A9B21;
  display: inline-block; }

/***
 * CSS for services
 */
ins.ferank-publicite,
ins.adsbygoogle {
  text-decoration: none; }

div.amazon_product {
  height: 240px;
  width: 120px; }

.tarteaucitronIsAllowed .tarteaucitronDeny {
  opacity: 0.4 !important; }

.tarteaucitronIsDenied .tarteaucitronAllow {
  opacity: 0.4 !important; }

.tarteaucitronIsAllowed .tarteaucitronAllow {
  opacity: 1 !important; }

.tarteaucitronIsDenied .tarteaucitronDeny {
  opacity: 1 !important; }

.tarteaucitronLine .tarteaucitronAllow,
.tarteaucitronLine .tarteaucitronDeny {
  /*opacity: 0.4;*/ }

div#tarteaucitronInfo {
  display: block !important;
  position: relative !important;
  text-align: center !important;
  max-width: 80% !important;
  padding: 15px 0 !important;
  margin: -10px auto 40px !important;
  font-size: 1em !important;
  border-bottom: 1px solid;
  border-top: 1px solid;
  border-color: #FFFFFF; }

a.tarteaucitronSelfLink {
  position: absolute;
  left: 0;
  right: 0;
  padding-top: 13px !important;
  display: block;
  text-shadow: 0 0 14px white;
  text-transform: uppercase; }

.tarteaucitronMainLine .tarteaucitronH2 {
  font-size: 1.2em !important;
  margin-top: 4px !important; }

span.tarteaucitronTitle.tarteaucitronH3 {
  margin-top: 12px !important; }

button#tarteaucitronClosePanel,
.tarteaucitronTitle button {
  border-radius: 0; }
