@charset 'UTF-8';
/*
Theme Name: PRH 2020 - BASE
Author: Emmanuel Mutel
Author URI: http://www.sanpan.com
*/
/* 18.01.2022 */
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------
// BASE 
//--------------------------------------------------------------*/
:root {
  --type-title-base: calc(1.6em + .25vw + .25vh);
  --type-base: calc(1em + .12vw + .13vh);
}

@media (min-width: 576px) {
  :root {
    --type-base: calc(.9em + .1vw + .1vh);
  }
}

@media (min-width: 1200px) {
  :root {
    --type-base: calc(1em);
  }
}

body {
  font-size: var(--type-base);
  font-weight: 400;
  padding-top: 0;
  color: #2d2d2b;
}

a:not(.btn) {
  color: #161615;
}

a:not(.btn).underlined {
  text-decoration: underline;
}

a:not(.btn) [class*='fa-'] {
  color: #2d2d2b;
}

a:not(.btn) [class*='fa-']::before {
  color: #2d2d2b;
}

a,
button,
.button,
.btn,
input,
::before,
::after {
  -webkit-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}

/*--------------------------------------------------------------
// TYPOS
//--------------------------------------------------------------*/
h1,
.h1 {
  font-size: calc(var(--type-title-base) + 45%);
}

h2,
.h2 {
  font-size: 20px;
  font-size: calc(var(--type-title-base));
}

.home h2,
.home .h2 {
  font-size: 24px;
  font-size: calc(var(--type-title-base) + 20%);
}

h3,
.h3 {
  font-size: calc(var(--type-title-base) - 45%);
}

.home h3,
.home .h3 {
  font-size: calc(var(--type-title-base) - 25%);
}

h4,
.h4 {
  font-size: calc(var(--type-title-base) - 65%);
}

h5,
.h5 {
  font-size: calc(var(--type-title-base) - 80%);
}

h6,
.h6 {
  font-size: calc(var(--type-title-base) - 100%);
  font-weight: 600;
}

body:not(.home) h2,
body:not(.home) .h2 {
  margin-top: 2.5rem;
}

body:not(.home) h3,
body:not(.home) .h3 {
  margin-top: 1.25rem;
  margin-bottom: .25rem;
}

body:not(.home) h4,
body:not(.home) .h4,
body:not(.home) h5,
body:not(.home) .h5,
body:not(.home) h6,
body:not(.home) .h6 {
  margin-top: 1.25rem;
  margin-bottom: .2rem;
}

body:not(.home) [class*='my-'] h2,
body:not(.home) [class*='my-'] .h2,
body:not(.home) [class*='my-'] h3,
body:not(.home) [class*='my-'] .h3,
body:not(.home) [class*='my-'] h4,
body:not(.home) [class*='my-'] .h4,
body:not(.home) [class*='my-'] h5,
body:not(.home) [class*='my-'] .h5,
body:not(.home) [class*='my-'] h6,
body:not(.home) [class*='my-'] .h6 {
  margin-top: 0;
}

body.home h2,
body.home .h2 {
  margin-bottom: 1rem;
}

@media (min-width: 768px) and (max-height: 760px) {
  body.home h2,
    body.home .h2 {
    font-size: 18px;
    font-size: calc(var(--type-title-base) - 10%);
  }
}

.home .heading-subtitle,
.heading-subtitle {
  font-size: calc(var(--type-title-base) - 80%);
  line-height: normal;
  margin-top: .5rem;
  margin-bottom: .1rem;
}

section:not(.jumbotron) .heading-subtitle {
  margin-bottom: 2rem;
}

.display-5 {
  line-height: 2.6em;
}

.lead {
  line-height: 22px;
  line-height: 1.375em;
}

/*--------------------------------------------------------------
// COLORS BASE
//--------------------------------------------------------------*/
.text-muted {
  color: #727272 !important;
}

.bg-light .text-muted {
  color: #464644 !important;
}

.grey-100 {
  color: #f8f9fa;
}

.grey-200 {
  color: #f3f3f2;
}

.grey-300 {
  color: #e9e9e4;
}

.grey-400 {
  color: #ccccca;
}

.grey-500 {
  color: #a4a4a1;
}

.grey-600 {
  color: #727272;
}

.grey-700 {
  color: #464644;
}

.grey-800 {
  color: #2d2d2b;
}

.grey-900 {
  color: #161615;
}

.bg-grey-100 {
  background-color: #f8f9fa;
}

.bg-grey-200 {
  background-color: #f3f3f2;
}

.bg-grey-300 {
  background-color: #e9e9e4;
}

.bg-grey-400 {
  background-color: #ccccca;
}

.bg-grey-500 {
  background-color: #a4a4a1;
}

.bg-grey-600 {
  background-color: #727272;
}

.bg-grey-700 {
  background-color: #464644;
}

.bg-grey-800 {
  background-color: #2d2d2b;
}

.bg-grey-900 {
  background-color: #161615;
}

/*--------------------------------------------------------------
// ALIGN
//--------------------------------------------------------------*/
.float-left {
  float: left;
  margin-right: 20px;
}

.float-right {
  float: right;
  margin-left: 20px;
}

.float-none {
  float: none;
  clear: both;
}

/*--------------------------------------------------------------
// BOUTONS
//--------------------------------------------------------------*/
.btn {
  padding: .375em 1em;
}

.btn-lg {
  padding: .5em 1em;
}

.btn-primary {
  background-color: #161615;
}

.btn-primary:hover,
.btn-primary:focus {
  text-decoration: none;
  color: #010101;
  border-color: #010101;
  background-color: white;
}

.btn-secondary {
  background-color: white;
}

.btn-secondary:hover,
.btn-secondary:focus {
  text-decoration: none !important;
  color: white;
  border-color: #313130;
  background-color: #313130;
}

.btn-outline {
  border-width: 2px;
}

.btn-outline-primary {
  color: #161615;
  border-color: #161615;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
  text-decoration: none;
  border-color: #010101;
  background-color: #010101;
}

.btn-outline-secondary {
  color: #161615;
  border-color: #464644;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus {
  text-decoration: none;
  border-color: #313130;
  background-color: #313130;
}

.btn-outline-dark {
  color: #161615;
  border-color: #2d2d2b;
}

.btn-outline-dark:hover,
.btn-outline-dark:focus {
  text-decoration: none !important;
  color: white !important;
  border-color: #2d2d2b;
  background-color: #2d2d2b;
}

.btn-dark {
  color: white !important;
  background-color: #2d2d2b;
}

.btn-dark:hover,
.btn-dark:focus {
  text-decoration: none !important;
  color: #161615 !important;
  border-color: #2d2d2b;
  background-color: white;
}

.btn [class*='fa-'] {
  margin-right: .5rem;
}

/*--------------------------------------------------------------
// LAYOUT
//--------------------------------------------------------------*/
.container-fluid {
  max-width: 1480px;
}

@media (min-width: 992px) {
  .container-fluid {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

main {
  padding-bottom: 0rem;
}

main .content-wrapper .jumbotron.hero-header {
  margin-top: 0;
}

section {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

section .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

section section {
  margin-top: 0;
}

.home section {
  margin-top: 2rem;
  margin-bottom: 4rem;
}

@media (min-width: 768px) {
  .home section {
    margin-top: 6rem;
    margin-bottom: 4rem;
  }
}

@media (min-width: 768px) and (max-height: 760px) {
  .home section {
    margin-top: 3rem;
    margin-bottom: 2rem;
  }
}

.aside-wrapper section:first-child {
  margin-top: 0;
}

.aside-wrapper section:first-child .section-heading {
  margin-top: 0;
}

.aside-wrapper section .section-heading {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-size: calc(var(--type-title-base) - 75%);
  font-weight: 600;
  margin-bottom: 1rem;
  letter-spacing: -1px;
  color: #8b7155;
}

header .btn {
  padding: .375em .75em;
}

.navbar {
  padding-right: 0;
  padding-left: 0;
}

.navbar .navbar-toggler {
  border-color: transparent;
}

.navbar .navbar-toggler .navbar-toggler-icon {
  font-family: 'Font Awesome 5 Free';
  font-size: calc(var(--type-base) + 40%);
  font-weight: 900;
  position: relative;
  width: 1.35em;
  color: #464644;
  background: none;
}

.navbar .navbar-toggler .navbar-toggler-icon::before {
  position: absolute;
  top: 8px;
  left: 7px;
  content: '\f0c9';
}

.navbar .navbar-toggler[aria-expanded='true'] .navbar-toggler-icon::before {
  content: '\f00d';
}

.navbar-account {
  font-size: calc(var(--type-base) - 10%);
  z-index: 10;
  padding-top: 1em;
  padding-bottom: 0;
}

@media (min-width: 420px) {
  .navbar-account {
    min-height: 37px;
  }
}

@media (max-width: 991px) {
  .navbar-account {
    font-size: calc(var(--type-base) + 10%);
  }
}

@media (max-width: 575px) {
  .navbar-account {
    min-height: 30px;
  }
}

@media (max-width: 419px) {
  .navbar-account {
    margin-top: .5rem;
    margin-bottom: .25rem;
    padding-top: 0;
  }
}

@media (min-width: 576px) {
  .navbar-account .nav-item {
    margin-left: .875rem;
  }
}

@media (max-width: 575px) {
  .navbar-account .nav-item {
    margin-top: 0;
    margin-bottom: .25rem;
  }
}

.navbar-account [class*='fa-'] {
  position: relative;
  top: .1rem;
  margin-left: .15em;
}

.navbar-account [class*='fa-']::before {
  font-size: calc(var(--type-base) + 40%);
  color: #2d2d2b;
}

@media (max-width: 991px) {
  .navbar-account [class*='fa-'] {
    width: 1.5em;
    margin-right: 0;
  }
}

@media (max-width: 575px) {
  .navbar-account [class*='fa-'] {
    margin-left: .25em;
  }
}

.navbar-account a {
  text-decoration: none;
  color: #2d2d2b;
}

.navbar-account a:focus,
.navbar-account a:hover {
  text-decoration: underline;
  color: var(--theme-color, #161615);
}

.navbar-account a:focus [class*='fa-'],
.navbar-account a:hover [class*='fa-'] {
  color: var(--theme-color, #161615);
}

.navbar-account a:focus [class*='fa-']::before,
.navbar-account a:hover [class*='fa-']::before {
  color: var(--theme-color, #161615);
}

@media (max-width: 575px) {
  .navbar-account a.btn {
    margin-bottom: 0;
    padding: .25rem;
  }
}

@media (max-width: 575px) {
  .navbar-account a:not(.btn) span {
    position: absolute;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
  }
}

.navbar-identity {
  z-index: 1;
}

@media (min-width: 576px) {
  .navbar-identity {
    margin-top: -1em;
  }
}

@media (min-width: 992px) {
  .navbar-identity {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media (max-width: 575px) {
  .navbar-identity {
    margin-top: -10px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media (max-width: 575px) {
  .navbar-identity {
    min-height: 80px;
  }
}

.navbar-identity .btn {
  border-radius: 2px;
}

@media (min-width: 992px) {
  .navbar-identity .btn {
    margin-right: 1em;
  }
}

@media (max-width: 991px) {
  .navbar-identity .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-bottom: .5em;
  }
}

.navbar-identity .btn:last-child {
  margin-right: 0;
}

.navbar-identity .navbar-nav .btn [class*='fa-'] {
  margin-right: .5em;
}

.navbar-identity .navbar-nav .btn [class*='fa-']::before {
  font-size: calc(var(--type-base) + 40%);
}

@media (max-width: 991px) {
  .navbar-identity .navbar-nav .btn {
    font-size: calc(var(--type-base) + 10%);
    margin: .5em 0 0 0;
    padding: 0;
    color: #2d2d2b;
    border: none;
    background: none;
  }

  .navbar-identity .navbar-nav .btn:hover span,
    .navbar-identity .navbar-nav .btn:focus span {
    text-decoration: underline;
  }

  .navbar-identity .navbar-nav .btn [class*='fa-'] {
    width: 1.5em;
    margin-right: 0;
    margin-left: .5em;
  }
}

@media (max-width: 575px) {
  .navbar-identity .navbar-nav .btn span {
    position: absolute;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
  }

  .navbar-identity .navbar-nav .btn:hover [class*='fa-'],
    .navbar-identity .navbar-nav .btn:focus [class*='fa-'] {
    color: var(--theme-color, #161615);
  }

  .navbar-identity .navbar-nav .btn:hover [class*='fa-']::before,
    .navbar-identity .navbar-nav .btn:focus [class*='fa-']::before {
    color: var(--theme-color, #161615);
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .navbar-identity .navbar-nav {
    margin-top: 1em;
  }
}

.navbar-brand {
  padding: 0;
}

.navbar-brand img {
  max-width: 280px;
  max-height: 100px;
}

@media (min-width: 992px) and (max-height: 760px) {
  .navbar-brand img {
    min-height: 65px;
    max-height: 12vh;
  }
}

@media (max-width: 575px) {
  .navbar-brand {
    margin-top: -1em;
  }

  .navbar-brand img {
    max-width: 280px;
    max-height: 120px;
  }
}

@media (max-width: 419px) {
  .navbar-brand img {
    max-width: 220px;
    max-height: 90px;
  }
}

.navbar-main {
  margin-top: 1.25em;
  padding-top: 0;
  padding-bottom: 0;
  border-top: 3px solid #464644;
  border-bottom: 3px solid #464644;
}

.navbar-main .main-menu .navbar-nav .nav-item .nav-link {
  padding: 1rem;
}

@media (max-width: 991px) {
  .navbar-main .main-menu .navbar-nav .nav-item .nav-link {
    position: relative;
    padding: .65rem;
  }
}

@media (min-width: 992px) and (max-height: 760px) {
  .navbar-main .main-menu .navbar-nav .nav-item .nav-link {
    padding: .5rem 1rem;
  }
}

.navbar-main .main-menu .navbar-nav .nav-item .nav-link.dropdown-toggle:after {
  position: absolute;
  top: 47%;
  border-top-width: .35em;
  border-right-width: .35em;
  border-left-width: .35em;
}

.navbar-main .main-menu .navbar-nav .nav-item .nav-link.dropdown-toggle[aria-expanded='true']:before,
.navbar-main .main-menu .navbar-nav .nav-item .nav-link.dropdown-toggle[aria-expanded='true']:after {
  position: absolute;
  top: 43%;
  right: 5px;
  width: 2px;
  height: 12px;
  content: ' ';
  border: none;
  background-color: #2d2d2b;
}

.navbar-main .main-menu .navbar-nav .nav-item .nav-link.dropdown-toggle[aria-expanded='true']:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.navbar-main .main-menu .navbar-nav .nav-item .nav-link.dropdown-toggle[aria-expanded='true']:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media (max-width: 991px) {
  .navbar-main .main-menu .navbar-nav .nav-item .nav-link.dropdown-toggle[aria-expanded='true']:before,
    .navbar-main .main-menu .navbar-nav .nav-item .nav-link.dropdown-toggle[aria-expanded='true']:after {
    top: 30%;
    right: 10px;
    width: 3px;
    height: 18px;
  }
}

@media (min-width: 992px) {
  .navbar-main .main-menu .navbar-nav .nav-item:first-child .nav-link {
    padding-left: 0;
  }
}

.navbar-main .main-menu .navbar-nav .dropdown-menu {
  padding-top: 0;
}

@media (max-width: 991px) {
  .navbar-main .main-menu .navbar-nav .dropdown-menu {
    margin-bottom: 1rem;
    padding-bottom: 0;
  }
}

@media (max-width: 991px) {
  .navbar-main .main-menu .navbar-nav .dropdown-menu .dropdown-item {
    padding: 1rem;
  }
}

.navbar-main .main-menu #header-search {
  display: block;
  padding: .875rem;
}

@media (max-width: 991px) {
  .navbar-main .main-menu #header-search {
    border-top: 3px solid #e9e9e4;
  }
}

@media (min-width: 992px) and (max-height: 760px) {
  .navbar-main .main-menu #header-search {
    padding: .5rem .875rem;
  }
}

.navbar.navbar-light .navbar-nav .nav-link {
  color: #464644;
}

@media (max-width: 575px) {
  body.professionnels .navbar .nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: -2rem;
  }
}

footer .footer-wrapper {
  padding-top: 2.5rem;
  padding-right: 20px;
  padding-bottom: 2rem;
  padding-left: 20px;
  background-color: #e9e9e4;
}

@media (max-width: 991px) {
  footer ul {
    padding-left: 0;
  }
}

footer ul li {
  display: inline-block;
  margin-right: 0;
}

@media (max-width: 767px) {
  footer ul li {
    display: block;
  }
}

footer ul li a {
  padding-right: .5rem;
  padding-left: .5rem;
  border-right: 1px solid #a4a4a1;
}

@media (max-width: 767px) {
  footer ul li a {
    display: block;
    padding: .5rem 0;
    border: none;
  }
}

footer ul li:last-child a {
  border-right: none;
}

@media (max-width: 991px) {
  header.container,
    header.container-fluid,
    main.container,
    main.container-fluid,
    footer.container,
    footer.container-fluid {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media (max-width: 575px) {
  header.container,
    header.container-fluid,
    main.container,
    main.container-fluid,
    footer.container,
    footer.container-fluid {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.breadcrumb {
  padding: .75rem 1.25rem;
}

@media (min-width: 576px) and (max-width: 991px) {
  .breadcrumb {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

.breadcrumb .breadcrumb-item.active {
  color: #464644;
}

/*--------------------------------------------------------------
// CONTENU STANDARD
//--------------------------------------------------------------*/
table caption {
  font-size: calc(var(--type-title-base) - 70%);
  line-height: normal;
  margin-bottom: .5rem;
  padding-bottom: 0;
  caption-side: top;
  color: #464644;
}

table thead th a {
  position: relative;
  display: inline-block;
  padding-right: 15px;
}

table thead th [class*='fa-'] {
  font-size: 14px;
  font-size: .875em;
  position: absolute;
  bottom: 3px;
  margin: 0 0 0 5px;
}

table thead th .fa-sort-up {
  bottom: 0;
}

table thead th .fa-sort-down {
  bottom: 6px;
}

table thead.thead-dark th {
  font-weight: normal;
}

table thead.thead-dark a,
table thead.thead-dark [class*='fa-'] {
  color: white;
}

table thead.thead-dark a:before,
table thead.thead-dark [class*='fa-']:before {
  color: white;
}

table thead.thead-dark a:hover,
table thead.thead-dark a:focus,
table thead.thead-dark [class*='fa-']:hover,
table thead.thead-dark [class*='fa-']:focus {
  color: white;
}

table thead.thead-dark a:hover:before,
table thead.thead-dark a:focus:before,
table thead.thead-dark [class*='fa-']:hover:before,
table thead.thead-dark [class*='fa-']:focus:before {
  color: white;
}

table thead.thead-dark a:hover [class*='fa-'],
table thead.thead-dark a:focus [class*='fa-'],
table thead.thead-dark [class*='fa-']:hover [class*='fa-'],
table thead.thead-dark [class*='fa-']:focus [class*='fa-'] {
  color: white;
}

table thead.thead-dark a:hover [class*='fa-']:before,
table thead.thead-dark a:focus [class*='fa-']:before,
table thead.thead-dark [class*='fa-']:hover [class*='fa-']:before,
table thead.thead-dark [class*='fa-']:focus [class*='fa-']:before {
  color: white;
}

table tbody tr:last-child td,
table tbody tr:last-child th {
  border-bottom: 1px solid #e9e9e4;
}

table tfoot tr:last-child td,
table tfoot tr:last-child th {
  font-weight: 600;
  border-top: 2px solid white;
  border-bottom: 1px solid #e9e9e4;
  background-color: #f4f0ec;
}

table.table-expandable-row tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

table.table-expandable-row td,
table.table-expandable-row th {
  display: block;
  padding: .5rem;
  text-align: left;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

table.table-expandable-row th {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

table.table-expandable-row th:last-child {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  width: 1px;
  height: 1px;
}

table.table-expandable-row td:last-child[hidden] {
  display: none;
}

table.table-expandable-row td:last-child {
  background: #e9e9e4;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

table.table-expandable-row button {
  position: relative;
  padding: 0 .25rem;
}

table.table-expandable-row button::before {
  font-family: 'Font Awesome 5 Free';
  font-size: calc(var(--type-base));
  font-weight: 900;
  position: relative;
  left: 0;
  display: inline-block;
  width: 1em;
  height: 100%;
  content: '\f077';
}

table.table-expandable-row button[aria-expanded='false']::before {
  content: '\f078';
}

table.table-expandable-row button [class*='fa-'] {
  position: relative;
  z-index: 0;
}

table.table-collapsable-row th,
table.table-collapsable-row td {
  padding: .5rem;
}

table.table-collapsable-row tbody tr.collapsable-row {
  background-color: #f8f9fa;
}

table.table-collapsable-row tbody tr.collapsable-row td {
  padding: 1rem;
}

table.table-collapsable-row.table-striped tbody tr {
  background-color: white;
}

table.table-collapsable-row.table-striped tbody tr.collapsable-row {
  background-color: #f8f9fa;
}

table.table-collapsable-row.table-striped tbody tr:nth-of-type(4n-1) {
  background-color: rgba(0, 0, 0, .05);
}

table.table-collapsable-row button {
  position: relative;
  padding: 0 .25rem;
}

table.table-collapsable-row button::before {
  font-family: 'Font Awesome 5 Free';
  font-size: calc(var(--type-base));
  font-weight: 900;
  position: relative;
  left: 0;
  display: inline-block;
  width: 1em;
  height: 100%;
  content: '\f077';
}

table.table-collapsable-row button[aria-expanded='false']::before {
  content: '\f078';
}

table.table-collapsable-row button [class*='fa-'] {
  position: relative;
  z-index: 0;
}

table.table-tooltipable-row th,
table.table-tooltipable-row td {
  padding: .5rem;
}

table.table-tooltipable-row button {
  position: relative;
  padding: 0 .25rem;
}

table.table-tooltipable-row button::before {
  font-family: 'Font Awesome 5 Free';
  font-size: calc(var(--type-base));
  font-weight: 900;
  position: relative;
  left: 0;
  display: inline-block;
  width: 1em;
  height: 100%;
  content: '\f067';
}

table.table-tooltipable-row button [class*='fa-'] {
  position: relative;
  z-index: 0;
}

table.table-tooltipable-row button#js-tooltip-close::before {
  content: '\f00d';
}

table.table-tooltipable-row #js-dialogtooltip {
  padding-top: .75rem;
  padding-left: 1rem;
}

table.table-tooltipable-row #js-tooltip-content {
  margin-top: 2rem;
}

dl.d-table {
  width: 100%;
  margin: 0;
}

dl.d-table dt {
  float: left;
  clear: both;
  width: 10rem;
  margin: 0;
  padding: .5rem;
  border-top: 1px solid #ccccca;
}

dl.d-table dt:first-child {
  border-top: none;
}

dl.d-table dt:first-child + dd {
  border-top: none;
}

dl.d-table dd {
  float: left;
  width: calc(100% - 10rem);
  margin: 0;
  padding: .5rem;
  border-top: 1px solid #ccccca;
}

blockquote {
  font-style: oblique;
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
  quotes: '“' '”' '‘' '’';
  border-top: 2px solid #ccccca;
  border-bottom: 2px solid #ccccca;
}

blockquote:before,
blockquote:after {
  font-size: 4rem;
  line-height: .1rem;
  margin-right: .25em;
  content: open-quote;
  vertical-align: -.4em;
  color: #ccccca;
}

blockquote:after {
  position: absolute;
  right: .25rem;
  bottom: .25rem;
  content: '”';
}

.tooltip {
  text-align: left;
}

.tooltip .tooltip-inner {
  padding: 20px;
  text-align: left;
}

.bg-image {
  background-color: #f3f3f2;
}

main ul li {
  margin-bottom: .55rem;
}

main ul li.list-group-item {
  margin-bottom: 0;
}

form legend,
form .legend {
  font-size: calc(var(--type-title-base) - 80%);
  width: 100%;
  max-width: 100%;
  margin-bottom: .5rem;
  padding-top: 1rem;
  color: #464644;
}

form small {
  line-height: 1.2;
  display: inline-block;
  margin-top: .25rem;
}

.form-control {
  color: #464644;
}

.form-control:focus {
  color: #464644;
  border-color: #a4a4a1;
  background-color: #fff;
  -webkit-box-shadow: 0 0 1px .2rem rgba(125, 125, 125, .25);
          box-shadow: 0 0 1px .2rem rgba(125, 125, 125, .25);
}

.form-control.is-invalid,
.form-control.was-validated .form-control:invalid {
  border-color: #d02024 !important;
}

.form-row > .col,
.form-row > [class*='col-'] {
  padding-right: 8px;
  padding-left: 8px;
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-group .form-group {
  margin-bottom: .5rem;
}

.form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-check.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

label:not(.form-check-label),
.col-form-label,
.label {
  font-weight: 600;
  line-height: 1.1rem;
  margin-bottom: .45em !important;
  color: #2d2d2b;
}

.label {
  font-size: 16px;
  font-size: 1em;
  line-height: 1.5;
  margin-top: 0 !important;
  padding-top: 0;
}

.col-form-label {
  padding-bottom: calc(.175rem + 1px);
}

.form-inline label,
.form-inline .label {
  margin-right: .5rem;
}

legend ~ label,
.label ~ .label,
.label ~ label,
.label ~ div .label,
.col-form-label ~ .label,
.col-form-label ~ div .label {
  font-weight: normal;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: .25rem !important;
  margin-bottom: .25rem !important;
}

input[type='radio'],
input[type='checkbox'] {
  position: relative;
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
  margin-right: 1px;
  cursor: pointer;
  -webkit-transition: .2s all ease-in-out;
  -o-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
  border: 3px solid #a4a4a1;
  border-radius: 50%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type='radio']:focus,
input[type='checkbox']:focus {
  border-color: #727272;
}

input[type='radio'] + label,
input[type='checkbox'] + label {
  padding: 0 .15em;
  cursor: pointer;
  border: 1px dotted transparent;
}

.form-check-inline input[type='radio'],
.form-check-inline input[type='checkbox'] {
  margin-right: 1px;
}

input[type='checkbox'] {
  border-radius: 0;
}

input[type='radio']:checked,
input[type='checkbox']:checked {
  border: 5px solid #727272;
  background-color: black;
}

input[type='radio']:checked + label,
input[type='checkbox']:checked + label {
  border-color: #ccccca;
}

input[type='file'] {
  padding-top: .3rem;
}

input[type='file'] + small {
  display: block;
  width: 100%;
  margin: 0;
  padding: .5rem .875rem .5rem;
  border: 1px solid #ccccca;
  border-top: none;
}

input[type='file'] + small + .invalid-feedback {
  margin-top: -1px !important;
  padding: .5rem .875rem;
  border: 1px solid #ccccca;
  border-top: none;
  background-color: #f4f0ec;
}

input[type='file'] + small + .custom-file-loader-infos,
input[type='file'] + small + div + .custom-file-loader-infos {
  margin-top: -1px;
  background-color: #f4f0ec;
}

.btn.collapse-more [class*='fa-'] {
  min-width: 15px;
}

.btn.collapse-more[aria-expanded='true'] [class*='fa-']::before {
  content: '\f00d';
}

.custom-control.custom-switch {
  min-height: 1.25rem;
}

.custom-control.custom-switch .custom-control-label {
  font-size: 14px;
  font-size: .875em;
  font-weight: normal;
  padding: 0;
  border: none;
}

.custom-control.custom-switch .custom-control-label::before {
  top: 0;
  width: 2rem;
  height: 1.25rem;
  border-color: #a4a4a1;
  border-radius: .8rem;
}

.custom-control.custom-switch .custom-control-label::after {
  top: calc(0rem + 2px);
  width: calc(1.25rem - 4px);
  height: calc(1.25rem - 4px);
  background-color: #a4a4a1;
}

.custom-control.custom-switch .custom-control-input {
  position: absolute;
  width: 1rem;
  height: 1.25rem;
}

.custom-control.custom-switch .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #464644;
  background-color: #464644;
}

.custom-control.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  -webkit-transform: translateX(.75rem);
      -ms-transform: translateX(.75rem);
          transform: translateX(.75rem);
}

.custom-control.custom-switch .custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 .2rem rgba(97, 126, 0, .25);
          box-shadow: 0 0 0 .2rem rgba(97, 126, 0, .25);
}

:lang(fr) .custom-file-label::after {
  content: 'parcourir...';
}

.input-group-append {
  font-size: 16px;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 0;
  padding: .375rem .75rem;
  text-align: center;
  white-space: nowrap;
  color: #161615;
  border: 1px solid #ccccca;
  border-radius: 0;
  background-color: #e9e9e4;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main .custom-file-loader-infos {
  padding: .875rem;
  border: 1px solid #ccccca;
  border-top: none;
}

.main .custom-file-loader-caption {
  font-size: 14px;
  font-size: .875em;
  font-weight: normal;
  display: inline-block;
  padding: .375rem .5rem;
  color: black;
  border: 1px solid #ccccca;
  border-bottom: none;
  background-color: #ccccca;
}

.main .custom-file-loader-details {
  margin: 0;
  padding: .5rem 0;
  border: 1px solid #ccccca;
}

.main .custom-file-loader-details + .custom-file-loader-details {
  border-top: none;
}

.main .custom-file-loader-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main .custom-file-loader-file [class*='fa-'] {
  font-size: 18px;
  font-size: 1.125em;
  color: #464644;
}

@media (max-width: 767px) {
  .main .custom-file-loader-file {
    margin-top: .5rem;
    margin-bottom: .875rem;
  }
}

.main .custom-file-loader-actions {
  padding: 0 .5rem;
}

.main .custom-file-loader-inputfile {
  margin-right: 0;
  margin-left: 0;
}

.main .custom-file-loader-inputfile .form-group {
  margin: 0;
  padding: 0 .3rem;
}

.main .custom-file-loader-inputinfo {
  margin: 0;
  padding: .5rem .375rem;
  border-right: 1px solid #ccccca;
  border-left: 1px solid #ccccca;
}

.main .custom-file-loader .btn-sm {
  line-height: .75rem;
  margin: .25rem;
  padding: .5rem;
}

@media (min-width: 768px) {
  .main .custom-file-loader .btn {
    margin: .5rem 0 .5rem .5rem;
  }
}

@media (max-width: 767px) {
  .main .custom-file-loader .btn {
    margin: 0 0 .5rem 0;
  }
}

.form-check-inline-tags {
  margin: .25rem 0 1rem 2rem;
  padding: 0 .875rem;
  border-left: 3px solid #ccccca;
}

.form-check-inline-caption {
  font-size: 14px;
  font-size: .875em;
  font-weight: normal;
  display: block;
  margin: .5rem 0 0 0;
}

.checkbox-cards.form-check-inline {
  padding: .5rem .5rem .2rem .5rem;
  background-color: white;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.checkbox-cards .form-check {
  padding-right: .5rem;
  padding-left: 0;
}

.checkbox-cards .form-check:last-child {
  padding-right: 0;
}

.checkbox-cards [type='checkbox']:checked,
.checkbox-cards [type='checkbox']:not(:checked),
.checkbox-cards [type='radio']:checked,
.checkbox-cards [type='radio']:not(:checked) {
  position: absolute;
  z-index: 1;
  top: 5px;
  left: 45%;
  width: 0;
  height: 0;
}

.checkbox-cards [type='checkbox']:checked:hover,
.checkbox-cards [type='checkbox']:checked:focus,
.checkbox-cards [type='checkbox']:not(:checked):hover,
.checkbox-cards [type='checkbox']:not(:checked):focus,
.checkbox-cards [type='radio']:checked:hover,
.checkbox-cards [type='radio']:checked:focus,
.checkbox-cards [type='radio']:not(:checked):hover,
.checkbox-cards [type='radio']:not(:checked):focus {
  cursor: pointer;
  -webkit-box-shadow: 0 0 1px .2rem rgba(125, 125, 125, .55);
          box-shadow: 0 0 1px .2rem rgba(125, 125, 125, .55);
}

.checkbox-cards input[type='radio'].checkbox-card + label,
.checkbox-cards input[type='checkbox'].checkbox-card + label {
  font-size: 13px;
  font-size: .8125em;
  line-height: 1.55;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: .375rem;
  padding: .25rem 1.25rem .25rem .5rem;
  -webkit-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  color: #464644;
  border-color: transparent;
  border-radius: 2px;
  background-color: #f8f9fa;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .25);
          box-shadow: 0 0 2px rgba(0, 0, 0, .25);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.checkbox-cards input[type='radio'].checkbox-card + label::after,
.checkbox-cards input[type='checkbox'].checkbox-card + label::after {
  font-size: 13px;
  font-size: .8125em;
  position: absolute;
  top: 7px;
  right: 4px;
  width: 12px;
  height: 12px;
}

.checkbox-cards input[type='radio'].checkbox-card + label [class*='fa-'],
.checkbox-cards input[type='checkbox'].checkbox-card + label [class*='fa-'] {
  font-size: 16px;
  font-size: 1em;
}

.checkbox-cards input[type='radio'].checkbox-card + label:hover,
.checkbox-cards input[type='radio'].checkbox-card + label:focus,
.checkbox-cards input[type='checkbox'].checkbox-card + label:hover,
.checkbox-cards input[type='checkbox'].checkbox-card + label:focus {
  cursor: pointer;
  -webkit-box-shadow: 0 0 1px .2rem rgba(125, 125, 125, .55);
          box-shadow: 0 0 1px .2rem rgba(125, 125, 125, .55);
}

.checkbox-cards input[type='radio'].checkbox-card:checked + label,
.checkbox-cards input[type='checkbox'].checkbox-card:checked + label {
  color: white;
  background-color: #2d2d2b;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .65);
          box-shadow: 0 0 2px rgba(0, 0, 0, .65);
}

.checkbox-cards input[type='radio'].checkbox-card:checked + label [class*='fa-'],
.checkbox-cards input[type='checkbox'].checkbox-card:checked + label [class*='fa-'] {
  color: white;
}

.checkbox-cards input[type='radio'].checkbox-card:focus + label,
.checkbox-cards input[type='radio'].checkbox-card:checked:focus + label,
.checkbox-cards input[type='checkbox'].checkbox-card:focus + label,
.checkbox-cards input[type='checkbox'].checkbox-card:checked:focus + label {
  -webkit-box-shadow: 0 0 1px .2rem rgba(125, 125, 125, .55);
          box-shadow: 0 0 1px .2rem rgba(125, 125, 125, .55);
}

.checkbox-cards.checkbox-card-tag input[type='radio'].checkbox-card + label {
  width: auto;
  height: auto;
}

body .autocomplete__hint,
body .autocomplete__input {
  font-size: 1rem;
  line-height: 1.5;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  border-radius: 0rem;
}

/*--------------------------------------------------------------
// MODULES et COMPOSANTS
//--------------------------------------------------------------*/
.external-link {
  position: relative;
  padding-right: .25rem;
}

.external-link::after {
  font-family: 'Font Awesome 5 Free';
  font-size: 13px;
  font-size: .8125em;
  font-weight: 900;
  position: relative;
  top: 0;
  right: 0;
  display: inline-block;
  margin-left: .25rem;
  content: '\f35d';
}

.file-link span {
  font-size: calc(var(--type-base) - 20%);
  display: inline-block;
  margin-left: .25rem;
  text-decoration: none;
  color: #727272;
}

.file-link:hover span,
.file-link:focus span {
  color: inherit;
}

.link-list .link-list-title {
  font-size: calc(var(--type-title-base) - 45%);
  margin: .5rem 0 .5rem 0;
  color: var(--theme-color, #161615);
}

.link-list .list-group-item {
  padding: 0;
}

.link-list .list-group-item a {
  position: relative;
  display: block;
  padding: .75rem 1.25rem .75rem .75rem;
}

.link-list .list-group-item a::before {
  font-family: 'Font Awesome 5 Free';
  font-size: calc(var(--type-base) - 20%);
  font-weight: 900;
  position: relative;
  left: 0;
  display: inline-block;
  width: 1em;
  height: 100%;
  margin-right: .5em;
  content: '\f054';
}

.link-list .list-group-item a:hover,
.link-list .list-group-item a:focus {
  color: var(--theme-color, #161615);
  background-color: #f3f3f2;
}

.link-list .list-group-item a:hover::before,
.link-list .list-group-item a:focus::before {
  left: .25rem;
}

.link-list .list-group-item a.file-link::before {
  display: none;
}

.link-list .list-group-item a.file-link span {
  margin-left: 1rem;
  padding-left: .5rem;
  border-left: .5px solid #e9e9e4;
}

.badge {
  font-weight: normal;
}

.badge-circle {
  font-size: 14px;
  font-size: .875em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 1.75rem;
  min-height: 1.75rem;
  padding: .3rem;
  text-align: center;
  color: white;
  border-radius: 100px;
  background-color: #464644;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.intro {
  margin-bottom: 3rem;
}

body:not(.home) .jumbotron {
  margin: 4rem 0;
}

body:not(.home) .aside-wrapper .jumbotron {
  margin: 2rem 0;
}

main .jumbotron section {
  margin: 1rem 0;
}

main .jumbotron section section {
  margin: 0;
}

main .jumbotron h2,
main .jumbotron .h2 {
  margin-top: inherit;
}

main .jumbotron h3,
main .jumbotron .h3 {
  margin-top: 1.5rem;
  margin-bottom: .1rem;
}

main .jumbotron h4,
main .jumbotron .h4,
main .jumbotron h5,
main .jumbotron .h5,
main .jumbotron h6,
main .jumbotron .h6 {
  margin-top: 1.25rem;
  margin-bottom: .1rem;
}

.image-gallery {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}

@media (min-width: 992px) {
  .image-gallery {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
  }
}

@media (max-width: 575px) {
  .image-gallery {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }

  .image-gallery figure {
    margin-bottom: 2rem;
  }
}

.nav-tabs {
  margin-bottom: 2rem;
}

.nav-tabs .nav-item .nav-link {
  position: relative;
  padding-bottom: 10px;
  border: none;
}

.nav-tabs .nav-item .nav-link:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  display: block;
  width: 100%;
  height: 5px;
  content: '';
  background-color: transparent;
}

.nav-tabs .nav-item .nav-link:hover:after,
.nav-tabs .nav-item .nav-link:focus:after {
  background-color: #ccccca;
}

.nav-tabs .nav-item .nav-link.current:after,
.nav-tabs .nav-item .nav-link.active:after {
  background-color: #464644;
}

.pagination {
  margin: 1rem 0 2rem;
}

.pagination .page-item.active .page-link {
  color: #2d2d2b;
  border-color: #e9e9e4;
  background-color: #f3f3f2;
}

.pagination .page-item.active .page-link:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 4px;
  content: '';
  background-color: var(--theme-color, #161615);
}

.pagination .page-item .page-link {
  position: relative;
}

.pagination .page-item .page-link:hover,
.pagination .page-item .page-link:focus {
  color: #2d2d2b;
}

.pagination .page-item .page-link:hover:after,
.pagination .page-item .page-link:focus:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 4px;
  content: '';
  background-color: #2d2d2b;
}

.spinner-loader {
  font-size: 38px;
  font-size: 2.375em;
  display: inline-block;
  width: 38px;
  height: 38px;
  -webkit-animation: spinner-border .75s linear infinite;
          animation: spinner-border .75s linear infinite;
  vertical-align: middle;
  color: #464644;
}

body .card {
  border: none;
}

@media (min-width: 576px) {
  body .card {
    height: 100%;
  }
}

body .card .card-title {
  font-size: calc(var(--type-title-base) - 45%);
  line-height: 1;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@media (max-width: 767px) {
  body .card .card-title {
    font-size: calc(var(--type-title-base) - 25%);
  }
}

body .card .card-title.h5,
body .card .card-title.h6 {
  font-size: 20px;
  font-size: 1.25em;
  font-weight: 400;
  margin-top: 1rem;
  padding-bottom: .5rem;
}

body .card .card-text {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

body .card .card-body {
  position: relative;
  margin-bottom: 2rem;
  padding: 0 1rem;
  border: 1px solid rgba(0, 0, 0, .125);
}

@media (max-width: 767px) {
  body .card .card-body {
    margin-bottom: 4rem;
  }
}

body .card .card-body img {
  margin-top: 1rem;
}

body .card .card-body.bg-light {
  margin-bottom: 2rem;
  padding-top: 1.5rem;
}

body .card .card-body.bg-light:after {
  position: absolute;
  right: 5%;
  bottom: -8px;
  left: 5%;
  width: 90%;
  height: 8px;
  content: ' ';
  background-color: #464644;
}

body .card .card-body.bg-light .card-title {
  margin-top: 0;
}

body .card .card-body.bg-light img + .card-title {
  margin-top: 1.5rem;
}

body .card .card-body .btn {
  font-size: calc(var(--type-base) + 10%);
  line-height: normal;
  left: 10%;
  max-width: 80%;
  margin: 0;
}

@media (min-width: 576px) and (max-width: 767px) {
  body .card .card-body .btn {
    left: 25%;
    max-width: 50%;
  }
}

body .card.border-0 .card-body {
  border: none;
}

body .card.border-0 .card-body img {
  margin-top: 0rem;
}

body .card.card-img .card-body .card-title {
  font-size: 20px;
  font-size: 1.25em;
  font-weight: 400;
  margin-top: 1rem;
  padding-bottom: .5rem;
}

body .card.border-0 .card-body:not(.bg-light) {
  padding-right: 0;
  padding-left: 0;
}

body .card.card-btn .card-body {
  margin-bottom: 4rem;
  padding-bottom: 2rem;
}

body .card.card-btn .card-body:after {
  content: none;
}

body .card.card-btn .btn {
  position: absolute;
  top: 92%;
}

body .card .card-link,
body .card > a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  margin-bottom: 2rem;
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, .125);
}

body .card .card-link .card-body,
body .card > a .card-body {
  position: initial;
  margin-bottom: 0;
  border: none;
}

body .card.border-0 .card-link,
body .card.border-0 > a {
  border: none;
}

body .card.border-0 .card-link img,
body .card.border-0 > a img {
  margin-top: 1rem;
}

body .card.border-0 .card-link .card-body,
body .card.border-0 > a .card-body {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

body .card.card-sticker .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1rem .875rem;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body .card.card-sticker .card-body .card-title {
  font-size: calc(var(--type-title-base) - 75%);
  margin: 1rem 0;
}

@media (max-width: 767px) {
  body .card.card-sticker .card-body .card-title {
    font-size: calc(var(--type-title-base) - 45%);
  }
}

body .card.card-sticker .card-body.bg-light .card-title {
  margin: 1rem 0;
}

body .card.card-sticker .card-body img + .card-title {
  font-size: calc(var(--type-title-base) - 45%);
}

body .card.card-sticker > .card-body {
  margin-bottom: 4rem;
}

body .col-lg-4 .card.border-0 .card-body:not(.bg-light) {
  padding-right: 0;
  padding-left: 0;
}

@media (min-width: 992px) {
  body .col-lg-4 .card.border-0 .card-body:not(.bg-light) {
    width: 100%;
    max-width: 320px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 992px) {
  body .col-lg-4 .card.card-img .card-body:not(.bg-light) {
    max-width: none;
  }
}

@media (min-width: 768px) {
  body .card-deck .card {
    height: auto;
  }
}

body:not(.home) .renoplatformbase_cardset section {
  margin-top: 0;
  margin-bottom: 0;
}

body:not(.home) .renoplatformbase_cardset section h2:not(.card-title),
body:not(.home) .renoplatformbase_cardset section .h2:not(.card-title),
body:not(.home) .renoplatformbase_cardset section h3:not(.card-title),
body:not(.home) .renoplatformbase_cardset section .h3:not(.card-title),
body:not(.home) .renoplatformbase_cardset section h4:not(.card-title),
body:not(.home) .renoplatformbase_cardset section .h4:not(.card-title),
body:not(.home) .renoplatformbase_cardset section h5:not(.card-title),
body:not(.home) .renoplatformbase_cardset section .h5:not(.card-title),
body:not(.home) .renoplatformbase_cardset section h6:not(.card-title),
body:not(.home) .renoplatformbase_cardset section .h6:not(.card-title) {
  margin-top: 0;
}

body .highlight {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

body .highlight .card .card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: .5em;
  padding-bottom: .5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .highlight .card .card-header .card-title {
  font-size: calc(var(--type-title-base) - 45%);
  margin: .25rem .25rem .25rem .25rem;
}

body .highlight .card .card-header img {
  max-width: 40px;
  max-height: 40px;
  margin-right: .75rem;
}

body .highlight .card .card-body {
  margin: 0;
  padding: 1.25rem;
  background-color: #f8f8f8;
}

body .highlight .card .card-body::after {
  display: none;
}

body .highlight .card .card-body ul {
  padding-left: 1rem;
}

body .highlight .card .card-body ul.list-group {
  padding-left: 0;
}

body .highlight .card::after {
  position: absolute;
  top: 5%;
  left: -8px;
  display: block;
  width: 8px;
  height: 90%;
  content: '';
}

body .highlight-success .card .card-header {
  background-color: #dfe5cc;
}

body .highlight-info .card .card-header {
  background-color: #cce8f8;
}

body .highlight-info .card::after {
  background-color: #008edb;
}

body .highlight-warning .card .card-header {
  background-color: #fce4d1;
}

body .highlight-warning .card::after {
  background-color: #ee771a;
}

body .highlight-danger .card .card-header {
  background-color: #ea9d9f;
}

body .highlight-danger .card::after {
  background-color: #d02024;
}

main .cta {
  width: 100%;
}

main .cta .cta-title {
  font-size: calc(var(--type-title-base) + 10%);
  margin-top: 1rem;
  color: #2d2d2b;
}

main .cta .btn {
  margin-top: 1rem;
  margin-right: auto;
  margin-bottom: 1rem;
  margin-left: auto;
}

main .cta.layout1 {
  padding: 0rem 2rem;
}

main .cta.layout1.bg-light {
  padding: 2rem;
}

main .cta.layout1 [class*='col-']:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

main .cta.layout1 [class*='col-']:last-child {
  text-align: center;
  -ms-flex-item-align: center;
      align-self: center;
}

@media (max-width: 991px) {
  main .cta.layout1 [class*='col-']:first-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

main .cta.layout1 [class*='col-'] img {
  width: 100%;
  max-width: 125px;
}

main .cta.layout1 [class*='col-'] figure {
  width: 85%;
  max-width: 125px;
  margin: 0;
  margin-right: 2rem;
  padding: 1.5rem;
  border-radius: 100px;
  background: white;
  -ms-flex-item-align: center;
      align-self: center;
}

@media (min-width: 992px) and (max-width: 1199px) {
  main .cta.layout1 .cta-title {
    font-size: calc(var(--type-title-base) - 10%);
  }
}

@media (max-width: 991px) {
  main .cta.layout1 {
    text-align: center;
  }
}

main .cta.layout2 {
  text-align: center;
}

main .cta.layout2 figure {
  margin-top: 1rem;
}

@media (max-width: 991px) {
  main .cta.layout2 {
    text-align: center;
  }
}

@media (min-width: 992px) {
  main .cta.layout2 [class*='col-'] {
    max-width: 992px;
    margin-right: auto;
    margin-left: auto;
  }
}

main .cta.layout2.bg-light {
  padding: 2rem 1rem;
}

main .cta.layout2 .btn {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

main .aside-wrapper .cta.layout1,
main .aside-wrapper .cta.layout2 {
  padding-right: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  text-align: center;
  border: 1px solid #f4f0ec;
}

main .aside-wrapper .cta.layout1.bg-light,
main .aside-wrapper .cta.layout2.bg-light {
  padding: 1rem;
}

main .aside-wrapper .cta.layout1 [class*='col-'],
main .aside-wrapper .cta.layout2 [class*='col-'] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

main .aside-wrapper .cta.layout1 .cta-title,
main .aside-wrapper .cta.layout2 .cta-title {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-size: calc(var(--type-title-base) - 75%);
  font-weight: 600;
  letter-spacing: -.5px;
}

main .aside-wrapper .cta .btn {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  main .aside-wrapper .cta .btn {
    display: inline-block;
  }
}

main .aside-wrapper .cta.layout1 figure {
  max-width: 100px;
  margin: .5rem 0 0 0;
}

main .aside-wrapper .cta.layout2 img {
  width: 100%;
  max-width: 85px;
}

main .aside-wrapper .cta.layout2 figure {
  width: 85%;
  max-width: 85px;
  margin: 1rem auto 0;
}

body:not(.home) main .cta {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

body:not(.home) .aside-wrapper .cta {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

main .alert,
.privateuserlist-export .alert {
  width: 100%;
  padding: 1rem;
}

@media (max-width: 767px) {
  main .alert,
  .privateuserlist-export .alert  {
    text-align: center;
  }
}

main .alert .alert-title {
  margin-top: 1rem;
}

main .alert .btn {
  margin-top: 1rem;
  margin-right: auto;
  margin-bottom: 1rem;
  margin-left: auto;
}

main .alert [class*='fa-'],
.privateuserlist-export .alert [class*='fa-'] {
  font-size: calc(var(--type-title-base));
  color: #464644;
  -ms-flex-item-align: center;
      align-self: center;
}

@media (min-width: 992px) {
  main .alert [class*='fa-'] {
    margin-right: 1rem;
  }
}

main .alert img {
  width: 100%;
  max-width: 80px;
}

main .alert figure {
  width: 60%;
  max-width: 80px;
  max-height: 80px;
  padding: 1rem;
  border-radius: 80px;
  background-color: white;
}

@media (min-width: 992px) {
  main .alert figure {
    margin-right: 1rem;
  }
}

main .alert ul {
  margin-top: .25rem;
  padding-left: 1rem;
}

main .alert ul.list-group {
  margin: .5rem 0;
  padding-left: 0;
}

main .alert ul.list-group .list-group-item {
  margin-bottom: 0;
  padding: .25rem 0;
  list-style: disc;
  border: none;
  background: transparent;
}

main .alert.layout1 {
  background-color: #f3f3f2;
}

@media (max-width: 991px) {
  main .alert.layout1 {
    text-align: center;
  }
}

main .alert.layout1 [class*='col-']:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

main .alert.layout1 [class*='col-']:last-child {
  text-align: center;
  -ms-flex-item-align: center;
      align-self: center;
}

@media (max-width: 991px) {
  main .alert.layout1 [class*='col-']:first-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

main .alert.layout1 .alert-title {
  font-family: var(--type-base);
  font-size: calc(var(--type-title-base) - 40%);
  margin-top: .5rem;
  margin-bottom: 0;
}

main .alert.layout2 {
  background-color: #f3f3f2;
}

main .alert.layout2 [class*='fa-'] {
  margin-top: .25rem;
}

@media (min-width: 768px) {
  main .alert.layout2 [class*='fa-'] {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}

@media (min-width: 768px) {
  main .alert.layout2 [class*='fa-'] {
    margin-right: 1rem;
  }
}

@media (max-width: 767px) {
  main .alert.layout2 [class*='fa-'] {
    margin-top: .5rem;
    margin-right: .5rem;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}

main .alert.layout2 [class*='col-']:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 767px) {
  main .alert.layout2 [class*='col-'] {
    text-align: left;
  }

  main .alert.layout2 [class*='col-']:first-child {
    -webkit-box-align: left;
        -ms-flex-align: left;
            align-items: left;
  }
}

main .alert.layout2 .alert-title {
  font-family: var(--type-base);
  font-size: calc(var(--type-title-base) - 60%);
  line-height: normal;
  margin-top: 0rem;
  margin-bottom: 0;
  color: #464644;
}

main .alert.layout2 p {
  margin-bottom: 0;
}

main .alert.layout2 p + p {
  margin-top: .5rem;
}

main .bg-light .alert.layout1,
main .bg-light .alert.layout2 {
  background-color: white;
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, .15);
          box-shadow: 0 0 0 3px rgba(0, 0, 0, .15);
}

main .alert .alert-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

main .alert p {
  margin-bottom: .5rem;
}

main .alert p:last-child {
  margin-bottom: 0;
}

main .alert ul li {
  margin-bottom: .25rem;
}

main .alert.alert-success,
main .alert.alert-danger,
.privateuserlist-export .alert.alert-danger,
main .alert.alert-warning,
main .alert.alert-info,
main .alert.alert-light,
main .alert.alert-dark {
  text-align: left;
  border-width: 0;
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-radius: 2px;
}

main .alert.alert-success .alert-title,
main .alert.alert-danger .alert-title,
main .alert.alert-warning .alert-title,
main .alert.alert-info .alert-title,
main .alert.alert-light .alert-title,
main .alert.alert-dark .alert-title {
  font-family: var(--type-base);
  font-size: calc(var(--type-title-base) - 70%);
  display: block;
  margin: 0;
  color: inherit;
}

main .alert.alert-success [class*='fa-'],
main .alert.alert-danger [class*='fa-'],
.privateuserlist-export .alert.alert-danger [class*='fa-'],
main .alert.alert-warning [class*='fa-'],
main .alert.alert-info [class*='fa-'],
main .alert.alert-light [class*='fa-'],
main .alert.alert-dark [class*='fa-'] {
  float: left;
  margin-top: -5px;
  margin-right: .875rem;
}

main .alert.alert-success [class*='fa-'] + p,
main .alert.alert-danger [class*='fa-'] + p,
.privateuserlist-export .alert.alert-danger [class*='fa-'] + p,
main .alert.alert-warning [class*='fa-'] + p,
main .alert.alert-info [class*='fa-'] + p,
main .alert.alert-light [class*='fa-'] + p,
main .alert.alert-dark [class*='fa-'] + p {
  padding-top: .25rem;
}

main .alert.alert-success [class*='fa-'] + .alert-title,
main .alert.alert-danger [class*='fa-'] + .alert-title,
main .alert.alert-warning [class*='fa-'] + .alert-title,
main .alert.alert-info [class*='fa-'] + .alert-title,
main .alert.alert-light [class*='fa-'] + .alert-title,
main .alert.alert-dark [class*='fa-'] + .alert-title {
  padding-top: 0;
}

main .alert.alert-success.layout2 .alert-title,
main .alert.alert-danger.layout2 .alert-title,
main .alert.alert-warning.layout2 .alert-title,
main .alert.alert-info.layout2 .alert-title,
main .alert.alert-light.layout2 .alert-title,
main .alert.alert-dark.layout2 .alert-title {
  margin-top: .25rem;
}

main .alert.alert-light {
  border-color: #e9e9e4;
}

body .alert-IE {
  font-size: 16px;
  font-size: 1em;
  line-height: 19px;
  line-height: 1.1875em;
  color: white;
  background-color: #d02024;
}

body .alert-IE .lead {
  font-weight: bold;
}

body .alert-IE p {
  margin-bottom: .5rem;
}

main .hero-acteurs {
  margin-bottom: 0;
}

main .hero-acteurs .hero--heading {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

main .hero-acteurs .hero--heading .heading-title {
  margin-bottom: 1rem;
}

main .hero-acteurs .hero--content {
  max-width: 1140px;
  margin-top: 2rem;
  margin-right: auto;
  margin-left: auto;
}

main .hero-acteurs .hero--content h3,
main .hero-acteurs .hero--content .h3,
main .hero-acteurs .hero--content h4,
main .hero-acteurs .hero--content .h4,
main .hero-acteurs .hero--content .list-title {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-size: calc(var(--type-title-base) - 35%);
  font-weight: 600;
  line-height: normal;
  margin-top: 0rem;
  margin-bottom: 1rem;
}

main .hero-acteurs .hero--content img {
  width: 150px;
  max-height: 100px;
  margin-right: 1.5rem;
  margin-bottom: 1.5em;
}

@media (min-width: 768px) {
  main .hero-acteurs .hero--content [class*='col-']:first-child {
    border-right: 1px solid #ab977f;
  }
}

@media (min-width: 992px) {
  main .hero-acteurs .hero--content [class*='col-']:first-child img {
    width: 200px;
    max-height: 120px;
  }
}

@media (min-width: 768px) {
  main .hero-acteurs .hero--content [class*='col-']:last-child {
    padding-left: 4rem;
  }
}

main .hero-header {
  margin-bottom: 8rem;
  padding-top: 3rem;
  padding-bottom: 0;
  text-align: center;
}

@media (min-width: 576px) and (max-height: 760px) {
  main .hero-header {
    margin-bottom: 6.5rem;
    padding-top: 1.5rem;
  }
}

@media (max-width: 767px) {
  main .hero-header {
    margin-bottom: 4rem;
  }
}

@media (max-width: 575px) {
  main .hero-header {
    padding-top: 2rem;
  }
}

main .hero-header .hero--heading {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

main .hero-header .hero--heading .heading-title {
  font-size: calc(var(--type-title-base) + 45%);
  line-height: normal;
  margin: 0 auto 1rem auto;
}

@media (min-width: 576px) and (max-height: 760px) {
  main .hero-header .hero--heading .heading-title {
    margin-bottom: 0;
  }
}

@media (max-width: 575px) {
  main .hero-header .hero--heading .heading-title {
    font-size: calc(var(--type-title-base) - 10%);
  }
}

main .hero-header .hero--heading .heading-subtitle {
  margin-bottom: 0;
}

main .hero-header .hero--heading .heading-subtitle span {
  display: block;
}

@media (max-width: 575px) {
  main .hero-header .hero--heading .heading-subtitle span {
    display: inline;
  }
}

main .hero-header .hero--content {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 2rem;
  padding-bottom: 0rem;
}

@media (min-width: 576px) and (max-height: 760px) {
  main .hero-header .hero--content {
    padding-top: .5rem;
  }
}

main .hero-header .hero--content .container {
  max-width: 960px;
}

main .hero-header .hero--content .card {
  height: 100%;
  margin-bottom: 0;
  padding: 0;
  border-color: transparent;
  background-color: transparent;
}

@media (min-width: 768px) {
  main .hero-header .hero--content .card {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  main .hero-header .hero--content .card {
    margin-bottom: 0rem;
  }
}

@media (max-width: 575px) {
  main .hero-header .hero--content .card {
    margin-bottom: 2rem;
  }
}

main .hero-header .hero--content .card .card-img,
main .hero-header .hero--content .card img,
main .hero-header .hero--content .card figure {
  margin: 0 auto;
}

@media (min-width: 768px) {
  main .hero-header .hero--content .card .card-img,
    main .hero-header .hero--content .card img,
    main .hero-header .hero--content .card figure {
    max-width: 300px;
  }
}

@media (min-width: 768px) and (max-height: 760px) {
  main .hero-header .hero--content .card .card-img,
    main .hero-header .hero--content .card img,
    main .hero-header .hero--content .card figure {
    max-width: 200px;
  }
}

@media (min-width: 768px) and (max-height: 650px) {
  main .hero-header .hero--content .card .card-img,
    main .hero-header .hero--content .card img,
    main .hero-header .hero--content .card figure {
    max-width: 150px;
  }
}

main .hero-header .hero--content .card .card-title {
  font-size: calc(var(--type-title-base) - 40%);
  margin-bottom: .5rem;
  padding-bottom: 0;
}

@media (min-width: 576px) {
  main .hero-header .hero--content .card .card-title {
    letter-spacing: -.5px;
  }
}

main .hero-header .hero--content .card .card-title span {
  display: block;
}

@media (max-width: 575px) {
  main .hero-header .hero--content .card .card-title span {
    display: inline;
  }
}

@media (min-width: 768px) and (max-height: 760px) {
  main .hero-header .hero--content .card .card-title span {
    display: inline;
  }
}

main .hero-header .hero--content .card .card-text {
  max-width: 340px;
  margin: .5rem auto 1.5rem;
}

@media (max-width: 575px) {
  main .hero-header .hero--content .card .card-text {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) and (max-height: 760px) {
  main .hero-header .hero--content .card .card-text {
    margin-bottom: .5rem;
  }
}

main .hero-header .hero--content .card .card-body {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 4rem;
}

@media (min-width: 576px) {
  main .hero-header .hero--content .card .card-body {
    padding-right: 0;
    padding-left: 0;
  }
}

main .hero-header .hero--content .card .btn {
  font-size: calc(var(--type-base) + 40%);
  line-height: normal;
  position: absolute;
  top: auto;
  right: 10%;
  bottom: -1rem;
  left: 10%;
  max-width: 280px;
  margin: 1rem auto -1rem auto;
  padding: 1rem;
  color: #2d2d2b;
  border: none;
  background-color: white;
  -webkit-box-shadow: 0 -10px 15px rgba(0, 0, 0, .12);
          box-shadow: 0 -10px 15px rgba(0, 0, 0, .12);
}

@media (min-width: 576px) {
  main .hero-header .hero--content .card .btn {
    letter-spacing: -.5px;
  }
}

@media (max-width: 767px) {
  main .hero-header .hero--content .card .btn {
    right: 0;
    left: 0;
    max-width: none;
  }
}

@media (max-width: 575px) {
  main .hero-header .hero--content .card .btn {
    line-height: 1;
    position: relative;
    margin-top: 0;
  }
}

main .hero-header .hero--content .card .btn:after {
  position: absolute;
  right: 5%;
  bottom: -8px;
  left: 5%;
  width: 90%;
  height: 8px;
  content: ' ';
  background-color: #464644;
}

main .hero-header .hero--content .card .btn:hover,
main .hero-header .hero--content .card .btn:focus {
  -webkit-box-shadow: 0 -2px 3px rgba(0, 0, 0, .08);
          box-shadow: 0 -2px 3px rgba(0, 0, 0, .08);
}

@media (max-width: 767px) {
  main .hero-header .hero--content .card .btn:hover,
    main .hero-header .hero--content .card .btn:focus {
    max-width: none;
  }
}

main .hero-header .hero--content .card .btn:hover:after,
main .hero-header .hero--content .card .btn:focus:after {
  right: 50%;
  left: 50%;
  width: 0;
}

main .hero-header.particuliers,
main .hero-header.professionnels {
  margin-bottom: 4rem;
}

@media (min-width: 768px) {
  main .hero-header.particuliers,
    main .hero-header.professionnels {
    text-align: left;
  }
}

@media (max-width: 767px) {
  main .hero-header.particuliers,
    main .hero-header.professionnels {
    padding-top: 2rem;
  }
}

main .hero-header.particuliers .hero--heading,
main .hero-header.professionnels .hero--heading {
  padding-bottom: 2rem;
}

@media (min-width: 768px) {
  main .hero-header.particuliers .hero--heading,
    main .hero-header.professionnels .hero--heading {
    text-align: left;
  }
}

main .hero-header.particuliers .heading-title,
main .hero-header.professionnels .heading-title {
  font-size: calc(var(--type-title-base) + 75%);
}

@media (min-width: 768px) {
  main .hero-header.particuliers .heading-title,
    main .hero-header.professionnels .heading-title {
    margin-left: -2rem;
    text-align: left;
  }
}

@media (max-width: 767px) {
  main .hero-header.particuliers .heading-title,
    main .hero-header.professionnels .heading-title {
    font-size: calc(var(--type-title-base) + 25%);
    margin-bottom: 2rem;
    text-align: center;
  }
}

@media (min-width: 768px) and (max-height: 760px) {
  main .hero-header.particuliers .heading-title,
    main .hero-header.professionnels .heading-title {
    font-size: calc(var(--type-title-base));
    margin-top: 1rem;
    margin-bottom: 0rem;
  }
}

main .hero-header.particuliers .heading-subtitle,
main .hero-header.professionnels .heading-subtitle {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  main .hero-header.particuliers .heading-subtitle,
    main .hero-header.professionnels .heading-subtitle {
    margin-left: -2rem;
  }
}

@media (min-width: 1200px) and (max-height: 760px) {
  main .hero-header.particuliers .heading-subtitle,
    main .hero-header.professionnels .heading-subtitle {
    margin-right: 10rem;
  }
}

@media (max-width: 767px) {
  main .hero-header.particuliers .heading-subtitle,
    main .hero-header.professionnels .heading-subtitle {
    text-align: center;
  }
}

main .hero-header.particuliers .heading-subtitle span,
main .hero-header.professionnels .heading-subtitle span {
  display: inline;
}

main .hero-header.particuliers .hero--content,
main .hero-header.professionnels .hero--content {
  padding-top: 0;
  padding-bottom: 2rem;
}

main .hero-header.particuliers figure,
main .hero-header.professionnels figure {
  margin: 0 auto;
  text-align: center;
}

@media (min-width: 768px) {
  main .hero-header.particuliers .card-img,
    main .hero-header.particuliers img,
    main .hero-header.particuliers figure,
    main .hero-header.professionnels .card-img,
    main .hero-header.professionnels img,
    main .hero-header.professionnels figure {
    width: 100%;
    max-width: 260px;
    margin: 0 auto;
  }
}

@media (min-width: 992px) {
  main .hero-header.particuliers .card-img,
    main .hero-header.particuliers img,
    main .hero-header.particuliers figure,
    main .hero-header.professionnels .card-img,
    main .hero-header.professionnels img,
    main .hero-header.professionnels figure {
    margin-top: -.5rem;
  }
}

@media (max-width: 767px) {
  main .hero-header.particuliers .card-img,
    main .hero-header.particuliers img,
    main .hero-header.particuliers figure,
    main .hero-header.professionnels .card-img,
    main .hero-header.professionnels img,
    main .hero-header.professionnels figure {
    width: 100%;
    max-width: 300px;
  }
}

@media (min-width: 768px) and (max-height: 760px) {
  main .hero-header.particuliers .card-img,
    main .hero-header.particuliers img,
    main .hero-header.particuliers figure,
    main .hero-header.professionnels .card-img,
    main .hero-header.professionnels img,
    main .hero-header.professionnels figure {
    max-width: 160px;
    margin-top: 0rem;
    margin-right: 1.5rem;
  }
}

.hero-local-access figure {
  margin: 0 auto;
}

@media (max-width: 767px) {
  .hero-local-access {
    text-align: center;
  }

  .hero-local-access figure {
    margin-bottom: 2rem;
  }
}

.hero-local-access .heading-title {
  line-height: 1;
}

@media (min-width: 992px) {
  .hero-local-access .heading-title {
    font-size: calc(var(--type-title-base) - 20%);
  }
}

.hero-local-access small {
  font-size: calc(var(--type-base) - 10%);
  line-height: 1.2;
  display: inline-block;
}

.hero-local-access small.text-muted {
  color: #464644 !important;
}

.hero-local-access .alert {
  margin-top: 2rem;
  background: white !important;
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, .15);
          box-shadow: 0 0 0 3px rgba(0, 0, 0, .15);
}

.hero-local-access .alert a {
  color: inherit;
}

.hero-local-access .alert [class*='fa-'] {
  margin-top: .25rem;
}

.hero-local-access .alert .alert-title {
  margin-top: 0;
  margin-bottom: .5rem;
}

.hero-local-access .local-access-form {
  margin-top: .5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 767px) {
  .hero-local-access .local-access-form {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.hero-local-access .local-access-form .form-control,
.hero-local-access .local-access-form #tx-renoconnect-actorsearch-form-city {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
  display: inline-block;
  height: calc(1.5em + 1rem + 10px);
  margin: 0 1rem 1rem 0;
  padding: .5rem 1rem;
  border: 1px solid white;
  border-radius: 0rem;
}

.hero-local-access .local-access-form .form-control:focus,
.hero-local-access .local-access-form #tx-renoconnect-actorsearch-form-city:focus {
  -webkit-box-shadow: 0 0 1px .2rem rgba(125, 125, 125, .25);
          box-shadow: 0 0 1px .2rem rgba(125, 125, 125, .25);
}

@media (min-width: 992px) {
  .hero-local-access .local-access-form .form-control,
    .hero-local-access .local-access-form #tx-renoconnect-actorsearch-form-city {
    min-width: 325px;
  }
}

@media (max-width: 767px) {
  .hero-local-access .local-access-form .form-control,
    .hero-local-access .local-access-form #tx-renoconnect-actorsearch-form-city {
    min-width: 80vw;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .hero-local-access .local-access-form.form-inline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .hero-local-access .local-access-form.form-inline .form-control,
    .hero-local-access .local-access-form.form-inline #tx-renoconnect-actorsearch-form-city {
    width: 100%;
    margin-top: 1rem;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}

.home .hero-local-access .local-access-form .form-control,
.home .hero-local-access .local-access-form #tx-renoconnect-actorsearch-form-city {
  font-size: 1.25rem;
  height: calc(1.5em + 1rem + 6px);
}

@media (min-width: 992px) {
  .home .hero-local-access .local-access-form .form-control,
    .home .hero-local-access .local-access-form #tx-renoconnect-actorsearch-form-city {
    min-width: 400px;
  }
}

.idcard section {
  margin-top: 0;
  margin-bottom: 0;
}

.idcard .hero--heading {
  margin-top: 0;
  margin-bottom: 1rem;
}

.idcard .hero--heading figure img {
  max-width: 100px;
  height: auto;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .idcard .hero--heading .heading-subtitle {
    max-width: 75%;
    margin: 0 auto;
  }
}

.idcard .hero--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem 1.25rem;
  text-align: left;
  background-color: #f4f0ec;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
}

@media (min-width: 1200px) {
  .idcard .hero--content {
    padding: 1.5rem 5rem;
  }
}

@media (max-width: 991px) {
  .idcard .hero--content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}

.idcard .hero--content .heading-subtitle {
  font-weight: 600;
  margin-bottom: .1rem;
}

.idcard .hero--content .local-agency-details p {
  margin-bottom: .25rem;
}

.idcard .hero--content .local-agency-logo {
  max-width: 180px;
  margin: 0;
  -ms-flex-item-align: center;
      align-self: center;
}

.idcard .hero--content .local-agency-btn {
  -ms-flex-item-align: center;
      align-self: center;
}

@media (max-width: 991px) {
  .idcard .hero--content .local-agency-btn {
    margin-top: 2rem;
  }
}

.menu-pages {
  position: relative;
  padding: 1rem 20px;
}

.menu-pages:before {
  position: absolute;
  z-index: 2;
  top: 5%;
  left: -5px;
  display: block;
  width: 5px;
  height: 90%;
  content: ' ';
  background-color: transparent;
}

.menu-pages .section-heading {
  margin-top: 0;
}

.menu-pages .media-body .section-heading {
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.menu-pages nav {
  width: 100%;
}

.menu-pages nav .list-group-item {
  padding-left: 1rem;
  border-right: none;
  border-left: none;
}

.menu-pages ul {
  padding: 0;
  list-style: none;
}

.menu-pages ul li {
  margin-bottom: 0;
  list-style: none;
}

.menu-pages ul li.media {
  margin-left: -5px;
}

.menu-pages ul li.media img {
  max-width: 40px;
  margin-top: .35rem;
  margin-right: .5rem;
  color: #464644;
}

.menu-pages ul .list-group-item {
  text-decoration: underline;
}

.menu-pages ul .list-group-item.active,
.menu-pages ul .list-group-item:hover,
.menu-pages ul .list-group-item:focus {
  text-decoration: none;
  color: #161615;
  border-color: #f8f6f4;
  background-color: white;
}

.menu-subpages nav {
  border-bottom: 1px solid #ddd4ca;
}

.menu-subpages nav ul {
  list-style: none;
}

.menu-subpages nav ul li {
  margin-bottom: 0;
  list-style: none;
}

.menu-subpages nav .list-group-item {
  position: relative;
  padding-left: .25rem;
  border: none;
  border-top: 1px solid #ddd4ca;
}

.menu-subpages nav .list-group-item:after,
.menu-subpages nav .list-group-item:before {
  position: absolute;
  z-index: 2;
  top: -1px;
  left: 0;
  display: block;
  width: 0;
  height: 4px;
  content: ' ';
  background-color: transparent;
}

.menu-subpages nav .list-group-item:after {
  top: auto;
  bottom: -3px;
}

.menu-subpages nav .list-group-item.active {
  color: #161615;
  background: transparent;
}

.menu-subpages nav .list-group-item.active:before,
.menu-subpages nav .list-group-item.active:after {
  width: 100%;
  background-color: #ab977f;
}

.menu-subpages nav .list-group-item:hover,
.menu-subpages nav .list-group-item:focus {
  background-color: transparent;
}

.menu-subpages nav .list-group-item:hover:after,
.menu-subpages nav .list-group-item:focus:after {
  z-index: 3;
  width: 100%;
  background-color: #ab977f;
}

.menu-subpages nav .list-group-item:hover + .active:before,
.menu-subpages nav .list-group-item:focus + .active:before {
  width: 0;
}

.dialogue-page-question {
  margin: 3rem 0;
}

.dialogue-page-question .form-group {
  margin-bottom: 0;
}

.dialogue-page-question .dialogue-question {
  font-size: calc(var(--type-title-base) - 45%);
  display: block;
  width: 100%;
  margin: 0 0 .75rem 0;
  text-align: left;
}

.dialogue-page-question .dialogue-answers {
  position: relative;
  top: 0;
  left: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0rem;
}

@media (max-width: 575px) {
  .dialogue-page-question .dialogue-answers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.dialogue-page-question .checkbox-cards {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

@media (max-width: 991px) {
  .dialogue-page-question .checkbox-cards {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.dialogue-page-question .checkbox-cards.form-check-inline {
  background-color: white;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 575px) {
  .dialogue-page-question .checkbox-cards.form-check-inline {
    display: block;
  }
}

.dialogue-page-question .checkbox-cards .form-check {
  max-width: 200px;
  margin: .75rem;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 150px;
          flex: 1 1 150px;
}

@media (min-width: 992px) {
  .dialogue-page-question .checkbox-cards .form-check:first-child {
    margin-left: 0;
  }
}

@media (max-width: 575px) {
  .dialogue-page-question .checkbox-cards .form-check {
    display: block;
    width: 100%;
    max-width: none;
    margin-right: 0;
    margin-left: 0;
  }
}

.dialogue-page-question .checkbox-cards [type='checkbox']:checked,
.dialogue-page-question .checkbox-cards [type='checkbox']:not(:checked),
.dialogue-page-question .checkbox-cards [type='radio']:checked,
.dialogue-page-question .checkbox-cards [type='radio']:not(:checked) {
  top: 45%;
}

.dialogue-page-question .checkbox-cards [type='checkbox']:checked:hover,
.dialogue-page-question .checkbox-cards [type='checkbox']:checked:focus,
.dialogue-page-question .checkbox-cards [type='checkbox']:not(:checked):hover,
.dialogue-page-question .checkbox-cards [type='checkbox']:not(:checked):focus,
.dialogue-page-question .checkbox-cards [type='radio']:checked:hover,
.dialogue-page-question .checkbox-cards [type='radio']:checked:focus,
.dialogue-page-question .checkbox-cards [type='radio']:not(:checked):hover,
.dialogue-page-question .checkbox-cards [type='radio']:not(:checked):focus {
  cursor: pointer;
  -webkit-box-shadow: 0 0 1px .2rem rgba(125, 125, 125, .55);
          box-shadow: 0 0 1px .2rem rgba(125, 125, 125, .55);
}

.dialogue-page-question .checkbox-cards input[type='radio'].checkbox-card + label,
.dialogue-page-question .checkbox-cards input[type='checkbox'].checkbox-card + label {
  font-size: 16px;
  font-size: 1em;
  line-height: normal;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem .75rem;
  text-align: center;
  color: #464644;
  background-color: #f8f6f4;
}

.dialogue-page-question .checkbox-cards input[type='radio'].checkbox-card + label::after,
.dialogue-page-question .checkbox-cards input[type='checkbox'].checkbox-card + label::after {
  font-size: 18px;
  font-size: 1.125em;
  top: .35rem;
  right: auto;
  width: 20px;
  height: 20px;
}

.dialogue-page-question .checkbox-cards input[type='radio'].checkbox-card + label:hover,
.dialogue-page-question .checkbox-cards input[type='radio'].checkbox-card + label:focus,
.dialogue-page-question .checkbox-cards input[type='checkbox'].checkbox-card + label:hover,
.dialogue-page-question .checkbox-cards input[type='checkbox'].checkbox-card + label:focus {
  cursor: pointer;
  -webkit-box-shadow: 0 0 1px .2rem rgba(139, 116, 85, .45);
          box-shadow: 0 0 1px .2rem rgba(139, 116, 85, .45);
}

.dialogue-page-question .checkbox-cards input[type='radio'].checkbox-card + label [class*='fa-'],
.dialogue-page-question .checkbox-cards input[type='checkbox'].checkbox-card + label [class*='fa-'] {
  font-size: 18px;
  font-size: 1.125em;
}

.dialogue-page-question .checkbox-cards input[type='radio'].checkbox-card:checked + label,
.dialogue-page-question .checkbox-cards input[type='checkbox'].checkbox-card:checked + label {
  color: white;
  background-color: #464644;
}

.dialogue-page-question .checkbox-cards input[type='radio'].checkbox-card:checked + label [class*='fa-'],
.dialogue-page-question .checkbox-cards input[type='checkbox'].checkbox-card:checked + label [class*='fa-'] {
  color: white;
}

.dialogue-page-content {
  position: relative;
  margin: 2rem 0 2rem 0;
}

.dialogue-page-content .alert {
  margin: 2rem 0;
}

.dialogue-page-content:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.dialogue-page-content + .dialogue-page-question {
  padding-top: 2rem;
  border-top: 3px solid #f4f0ec;
}

.dialogue-page-question .form-check-inline:checked + .dialogue-page-content {
  display: block;
}

.dialogue [id*='tx-renoplatformbase-dialogue-content-container-'] + [id*='tx-renoplatformbase-dialogue-question-container-'] {
  margin-top: 3rem;
  border-top: 3px solid #f4f0ec;
}

body .news-filters-btn .btn {
  padding: .375em .375em;
}

body .news-filters-btn .btn [class*='fa-'] {
  margin-right: 0;
}

body .news-filters {
  margin-top: -1.5rem;
  margin-bottom: 2rem;
}

body .news-list {
  margin-top: 2rem;
}

body .news-list .card .card-link {
  margin-bottom: 3rem;
}

body .news-list .card-body .badge-category {
  font-size: 14px;
  font-size: .875em;
  position: absolute;
  top: -.75rem;
  left: 1rem;
  padding: .375rem .5rem;
  color: white;
  border-radius: 2px;
}

@media (max-width: 575px) {
  body .news-list .card-body .badge-category {
    font-size: 1rem;
  }
}

body .news-list .card-body .card-text {
  font-size: 14px;
  font-size: .875em;
}

body .news-list .card-footer {
  font-size: 14px;
  font-size: .875em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: .5rem 1rem;
  background-color: #f4f0ec;
}

body .news-list .card-footer [class*='fa-'] {
  width: 15px;
  margin-right: .25rem;
  text-align: center;
}

body .news-list .card-footer [class*='fa-']::before {
  color: #464644;
}

body .news-list .card.news-title-only .card-body .card-title {
  border-bottom-width: 0;
}

body .news-list .card .card-body .badge + .card-title {
  margin-top: 2rem;
}

body .news-list .card .card-link img + .card-body .card-title {
  margin-top: 1rem;
}

body .news-list .tx-passrenohabitat-pagination {
  display: block;
  width: 100%;
  max-width: none;
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
}

body .news-detail {
  padding-bottom: 3rem;
}

body .news-detail .badge-category {
  font-size: 16px;
  font-size: 1em;
  margin-bottom: 1rem;
  padding: .375rem .5rem;
  color: white;
  border-radius: 2px;
}

@media (max-width: 575px) {
  body .news-detail .badge-category {
    font-size: 1rem;
  }
}

body .news-detail .news-sub {
  margin-bottom: 1rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

body .news-detail .news-sub .badge {
  margin-bottom: 0;
}

body .news-detail .intro {
  margin-bottom: 1rem;
}

body .news-detail .news-meta {
  font-size: 16px;
  font-size: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: .5rem 1rem;
  background-color: #f4f0ec;
}

@media (max-width: 767px) {
  body .news-detail .news-meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 768px) {
  body .news-detail .news-meta [class*='news-'] {
    margin-right: 1rem;
    padding-left: 1rem;
    border-left: 1px solid #ccccca;
  }
}

@media (min-width: 768px) {
  body .news-detail .news-meta [class*='news-']:first-child {
    padding-left: 0rem;
    border-left: none;
  }
}

body .news-detail .news-meta [class*='fa-'] {
  font-size: 18px;
  font-size: 1.125em;
  width: 15px;
  margin-right: .5rem;
  text-align: center;
}

body .news-detail .news-meta [class*='fa-']::before {
  color: #464644;
}

body aside .news-list .section-heading {
  margin-bottom: 1rem;
}

body aside .news-list .card .card-link {
  margin-bottom: 1.5rem;
}

/*--------------------------------------------------------------
// PRINT
//--------------------------------------------------------------*/
@page {
  size: a4;
}

/*--------------------------------------------------------------
// Composants Accessibles https://van11y.net/
//--------------------------------------------------------------*/
.vany11-invisible {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.vany11-hidden {
  display: none;
}

/* needed for old browsers */
dialog {
  display: block;
  border: 0;
}

/* --------------- styles for TABS -----------------------*/
.van11y-tabs-tabs__list {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ccccca;
}

.van11y-tabs-tabs__item {
  display: inline-block;
}

a.van11y-tabs-tabs__link {
  position: relative;
  bottom: -1px;
  display: inline-block;
  padding: .5em 1em;
  cursor: pointer;
  color: #464644;
  border: 1px solid #e9e9e4;
  border-bottom: none;
  background: none;
}

a[aria-selected='true'].van11y-tabs-tabs__link {
  position: relative;
  bottom: -1px;
  text-decoration: none;
  color: black;
  border-color: #ccccca;
  background: #f8f9fa;
}

.van11y-tabs-tabs__content {
  position: relative;
  z-index: 0;
  padding: 1em;
  background: #f8f9fa;
}

[aria-hidden='true'].van11y-tabs-tabs__content {
  display: none;
}

/* --------------- styles for ACCORDION -----------------------*/
.myAccordion-accordion__panel[aria-hidden=true] {
  display: none;
}

.myAccordion-accordion__title {
  margin: 0 0 .5rem 0 !important;
}

.myAccordion-accordion__header {
    /** fix typo inputs **/
  font-family: inherit;
  font-size: 18px;
  font-size: 1.125em;
  display: block;
  width: 100%;
  margin: 0;
  padding: .25em 0;
  cursor: pointer;
  text-align: left;
  border: 0;
  background: none;
}

.myAccordion-accordion__header:focus {
  outline: 1px dotted;
}

.myAccordion-accordion__header::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
  width: .75em;
  height: .75em;
  margin-right: .25em;
  content: '\f054';
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

[aria-expanded='true'].myAccordion-accordion__header::before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: 40% 75%;
      -ms-transform-origin: 40% 75%;
          transform-origin: 40% 75%;
}

.myAccordion-accordion__panel {
  display: block;
    /* magic number for max-height = enough height */
  visibility: visible;
  overflow: hidden;
  max-height: 100em;
  margin: 0;
  padding: 0;
  -webkit-transition: visibility 0s ease, max-height 1s ease, opacity 1s ease;
  -o-transition: visibility 0s ease, max-height 1s ease, opacity 1s ease;
  transition: visibility 0s ease, max-height 1s ease, opacity 1s ease;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 1;
}

/* This is the hidden state */
[aria-hidden=true].myAccordion-accordion__panel {
  display: block;
  visibility: hidden;
  max-height: 0;
  margin: 0;
  padding: 0;
  -webkit-transition-delay: 1s, 0s, 0s;
       -o-transition-delay: 1s, 0s, 0s;
          transition-delay: 1s, 0s, 0s;
  opacity: 0;
}

/* --------------- styles for Tooltip -----------------------*/
.simpletooltip[aria-hidden='true'] {
  display: none;
}

.js-simple-tooltip:hover,
.js-simple-tooltip:focus {
  cursor: help;
}

/* position relative for containers */
.simpletooltip_container {
  position: relative;
}

/* tooltip styles */
.simpletooltip {
  font-size: 14px;
  font-size: .875em;
  font-weight: normal;
  line-height: 1.3;
  position: absolute;
  z-index: 666;
  right: auto;
  left: 100%;
  width: auto;
  min-width: 18em;
  margin-left: .5em;
  padding: .875em;
  text-align: left;
  color: white;
  border-radius: 3px;
  background: #2d2d2b;
    /* used pseudo-element to make arrows */
}

.simpletooltip::before {
  position: absolute;
  z-index: 666;
  top: .5em;
  left: -10px;
  width: 10px;
  height: 10px;
  margin-left: -10px;
  content: '';
  pointer-events: none;
  border: 10px solid transparent;
  border-right: 10px solid #2d2d2b;
  speak: none;
}

.simpletooltip p,
.simpletooltip span {
  font-size: 1em;
  display: block;
  margin-bottom: .5rem;
}

.simpletooltip p:last-child,
.simpletooltip span:last-child {
  margin-bottom: 0;
}

.simpletooltip img {
  margin-bottom: .5rem;
}

@media (max-width: 767px) {
  .simpletooltip {
    top: 100%;
    right: 0;
    left: 50%;
    margin: 0;
    margin-top: .7em;
    margin-left: -5em;
  }

  .simpletooltip::before {
    top: -10px;
    right: auto;
    left: 50%;
    margin-top: -10px;
    margin-left: -5px;
    border: 10px solid transparent;
    border-bottom: 10px solid #2d2d2b;
  }
}

/* --------------- styles for TOOLTIPS MODAL -----------------------*/
.van11y-ttip-hidden {
  display: none;
}

.js-tooltip:hover,
.js-tooltip:focus {
  cursor: help;
}

.van11y-ttip-container,
.van11y-ttip-left-tooltip-container {
  position: relative;
}

.van11y-ttip-tooltip {
  font-size: 14px;
  font-size: .875em;
  font-weight: normal;
  position: absolute;
  z-index: 666;
  top: -40%;
  left: 200%;
  min-width: 18em;
  padding: 0;
  text-align: left;
  border: 1px solid #464644;
  border-radius: 3px 0 3px 3px;
  background: white;
  background: rgba 255, 255, 255, .9;
}

.van11y-ttip-tooltip::before {
  position: absolute;
  z-index: 666;
  top: .5em;
  left: -10px;
  width: 10px;
  height: 10px;
  margin-left: -10px;
  content: '';
  pointer-events: none;
  border: 10px solid transparent;
  border-right: 10px solid #2d2d2b;
}

.van11y-ttip-tooltip .van11y-ttip-tooltip__wrapper {
  position: relative;
  padding: 1em;
}

.van11y-ttip-tooltip p,
.van11y-ttip-tooltip span {
  font-size: 1em;
  display: block;
  margin-bottom: .5rem;
}

.van11y-ttip-tooltip p:last-child,
.van11y-ttip-tooltip span:last-child {
  margin-bottom: 0;
}

.van11y-ttip-tooltip img {
  margin-bottom: 1rem;
}

.van11y-ttip-tooltip__content {
  clear: both;
}

.van11y-ttip-tooltip__title {
  line-height: 1;
  margin: 0;
}

.van11y-ttip-tooltip__close {
    /** fix typo inputs **/
  font-family: inherit;
  font-size: .85em;
  position: absolute;
  top: -20px;
  right: -1px;
  margin: 0 0 5px 0;
  color: white;
  border: 0;
  border-radius: 3px 3px 0 0;
  background: #2d2d2b;
}

.van11y-ttip-tooltip__close:focus,
.van11y-ttip-tooltip__close:hover,
.van11y-ttip-tooltip__close:active {
  outline: 1px dotted white;
}

.van11y-ttip-tooltip__close:hover,
.van11y-ttip-tooltip__close:active {
  color: #161615;
  background: #f3f3f2;
}

/* tooltip modal */
.van11y-ttip-left-tooltip-tooltip {
  font-size: 1em;
  position: fixed;
  z-index: 667;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 25em;
  max-width: 100%;
  height: 100%;
  padding: .5em;
  -webkit-animation: fromleft .3s linear;
          animation: fromleft .3s linear;
  border: 0;
  background: #f3f3f2;
    /* fallback IE9 */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(3em, #464644), color-stop(3em, #f8f9fa));
  background-image: -o-linear-gradient(top, #464644 3em, #f8f9fa 3em);
  background-image: linear-gradient(to bottom, #464644 3em, #f8f9fa 3em);
}

.van11y-ttip-left-tooltip-tooltip__close {
  float: right;
  color: white;
  border: 0;
  background: transparent;
}

.van11y-ttip-left-tooltip-tooltip__title {
  font-size: 1.2em;
  font-weight: normal;
  margin: 0;
  color: white;
}

@-webkit-keyframes fromleft {
  0% {
    width: 0;
  }

  100% {
    width: 25em;
  }
}

@keyframes fromleft {
  0% {
    width: 0;
  }

  100% {
    width: 25em;
  }
}

/* --------------- styles for MODAL -----------------------*/
.van11y-mdl-hidden {
  display: none;
}

/* emoves scroll when modal is opened */
.no-scroll {
  overflow: hidden;
}

/* overlay covers everything */
.van11y-mdl-modal-overlay,
.van11y-mdl-animated-modal-overlay,
.van11y-mdl-animatedtransform-modal-overlay {
  position: fixed;
  z-index: 666;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  opacity: .75;
  background: #161615;
}

.van11y-mdl-modal-overlay[data-background-click='disabled'],
.van11y-mdl-animated-modal-overlay[data-background-click='disabled'],
.van11y-mdl-animatedtransform-modal-overlay[data-background-click='disabled'],
.van11y-mdl-left-modal-overlay[data-background-click='disabled'] {
  cursor: auto;
}

.van11y-mdl-animated-modal-overlay,
.van11y-mdl-animatedtransform-modal-overlay {
  -webkit-animation: fadewhite ease .5s 1 normal;
          animation: fadewhite ease .5s 1 normal;
}

@-webkit-keyframes fadewhite {
  0% {
    opacity: 0;
  }

  100% {
    opacity: .8;
  }
}

@keyframes fadewhite {
  0% {
    opacity: 0;
  }

  100% {
    opacity: .8;
  }
}

/* modal */
.van11y-mdl-modal,
.van11y-mdl-animated-modal,
.van11y-mdl-animatedtransform-modal {
  position: fixed;
  z-index: 667;
  top: 5vh;
  right: auto;
  left: 15%;
  overflow: auto;
  width: 70%;
  max-height: 90vh;
  padding: 1em 2em 2em;
    /*
  If you have problems with vh units 
  top: 5%;
  max-height: 90%;
  */
  border: 1px solid #2d2d2b;
  border-radius: 4px;
  background: white;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .65);
          box-shadow: 0 0 10px rgba(0, 0, 0, .65);
}

.van11y-mdl-modal.van11y-mdl-sm,
.van11y-mdl-animated-modal.van11y-mdl-sm,
.van11y-mdl-animatedtransform-modal.van11y-mdl-sm {
  left: 35%;
  width: 30%;
}

@media (max-width: 1439px) {
  .van11y-mdl-modal.van11y-mdl-sm,
    .van11y-mdl-animated-modal.van11y-mdl-sm,
    .van11y-mdl-animatedtransform-modal.van11y-mdl-sm {
    left: 25%;
    width: 50%;
  }
}

@media (max-width: 991px) {
  .van11y-mdl-modal.van11y-mdl-sm,
    .van11y-mdl-animated-modal.van11y-mdl-sm,
    .van11y-mdl-animatedtransform-modal.van11y-mdl-sm {
    left: 15%;
    width: 70%;
  }
}

.van11y-mdl-modal.van11y-mdl-md,
.van11y-mdl-animated-modal.van11y-mdl-md,
.van11y-mdl-animatedtransform-modal.van11y-mdl-md {
  left: 25%;
  width: 50%;
}

@media (max-width: 1199px) {
  .van11y-mdl-modal.van11y-mdl-md,
    .van11y-mdl-animated-modal.van11y-mdl-md,
    .van11y-mdl-animatedtransform-modal.van11y-mdl-md {
    left: 20%;
    width: 60%;
  }
}

@media (max-width: 991px) {
  .van11y-mdl-modal.van11y-mdl-md,
    .van11y-mdl-animated-modal.van11y-mdl-md,
    .van11y-mdl-animatedtransform-modal.van11y-mdl-md {
    left: 10%;
    width: 80%;
  }
}

.van11y-mdl-modal-close,
.van11y-mdl-animated-modal-close,
.van11y-mdl-animatedtransform-modal-close {
  font: inherit;
  position: relative;
  right: 0;
  float: right;
  margin-right: 0;
  margin-bottom: .75rem;
  padding: .25em .5em;
  cursor: pointer;
  color: white;
  border: 0;
  border-radius: 3px;
  background: #727272;
}

.van11y-mdl-modal-close::before,
.van11y-mdl-animated-modal-close::before,
.van11y-mdl-animatedtransform-modal-close::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
  width: .75em;
  height: .75em;
  margin-right: .25em;
  content: '\f00d';
}

.van11y-mdl-modal-close:active,
.van11y-mdl-animated-modal-close:active,
.van11y-mdl-animatedtransform-modal-close:active {
  outline: 1px dotted #2d2d2b;
}

.van11y-mdl-modal-close:focus,
.van11y-mdl-animated-modal-close:focus,
.van11y-mdl-animatedtransform-modal-close:focus {
  outline: 1px dotted #2d2d2b;
}

.van11y-mdl-modal-close:hover,
.van11y-mdl-animated-modal-close:hover,
.van11y-mdl-animatedtransform-modal-close:hover {
  outline: 1px dotted #2d2d2b;
}

.van11y-mdl-modal-close:focus,
.van11y-mdl-modal-close:hover,
.van11y-mdl-animated-modal-close:focus,
.van11y-mdl-animated-modal-close:hover,
.van11y-mdl-animatedtransform-modal-close:focus,
.van11y-mdl-animatedtransform-modal-close:hover {
  color: white;
  background-color: #2d2d2b;
}

#js-modal #modal-title {
  font-size: calc(var(--type-title-base) - 40%);
  clear: both;
  margin-bottom: 1.5rem;
  padding: .5rem .75rem;
  background-color: #f4f0ec;
}

#js-modal.mdl-success #modal-title::before,
#js-modal.mdl-info #modal-title::before,
#js-modal.mdl-warning #modal-title::before,
#js-modal.mdl-danger #modal-title::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  display: inline-block;
  width: .75em;
  height: .75em;
  margin-right: .5em;
}

#js-modal.mdl-success #modal-title {
  color: #617e00;
}

#js-modal.mdl-success #modal-title::before {
  content: '\f058';
  color: #617e00;
}

#js-modal.mdl-info #modal-title {
  color: #008edb;
}

#js-modal.mdl-info #modal-title::before {
  content: '\f05a';
  color: #008edb;
}

#js-modal.mdl-warning #modal-title {
  color: #ee771a;
}

#js-modal.mdl-warning #modal-title::before {
  content: '\f06a';
  color: #ee771a;
}

#js-modal.mdl-danger #modal-title {
  color: #d02024;
}

#js-modal.mdl-danger #modal-title::before {
  content: '\f071';
  color: #d02024;
}

.van11y-mdl-animated-modal {
  -webkit-animation: apparition ease .5s 1 normal;
          animation: apparition ease .5s 1 normal;
}

.van11y-mdl-animatedtransform-modal {
  -webkit-animation: pop ease .5s 1 normal;
          animation: pop ease .5s 1 normal;
}

@-webkit-keyframes apparition {
  0% {
    left: 50%;
    width: 0;
    max-height: 0;
    opacity: 0;
  }

  100% {
    left: 15%;
    width: 70%;
    max-height: 100%;
    opacity: 1;
  }
}

@keyframes apparition {
  0% {
    left: 50%;
    width: 0;
    max-height: 0;
    opacity: 0;
  }

  100% {
    left: 15%;
    width: 70%;
    max-height: 100%;
    opacity: 1;
  }
}

@-webkit-keyframes pop {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  }

  100% {
    left: 15%;
    width: 70%;
    max-height: 100%;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  }
}

@keyframes pop {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  }

  100% {
    left: 15%;
    width: 70%;
    max-height: 100%;
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  }
}

/* another modal styling example */
/* tooltip modal for it’s easy button */
.van11y-mdl-left-modal-overlay {
  position: fixed;
  z-index: 666;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  opacity: .8;
  background: rgba(0, 0, 0, .8);
}

.van11y-mdl-left-modal {
  font-size: 1em;
  position: fixed;
  z-index: 667;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  overflow: auto;
  width: 40em;
  max-width: 100%;
  height: 100%;
  padding: 0 1em 1em 1em;
  border: 0;
  background-color: #e9e9e4;
    /* fallback IE9 */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(3em, #464644), color-stop(3em, #f8f9fa));
  background-image: -o-linear-gradient(top, #464644 3em, #f8f9fa 3em);
  background-image: linear-gradient(to bottom, #464644 3em, #f8f9fa 3em);
  background-attachment: local;
}

.van11y-mdl-left-modal-close {
  position: absolute;
  top: .5em;
  right: 0;
  cursor: pointer;
  color: white;
  border: 0;
  background: transparent;
}

.van11y-mdl-left-modal-title {
  font-size: 1.5em;
  color: white;
}

/* it can be easily adapted in media-queries for tablets/mobile */
/* for this example: tablets */
@media (max-width: 55.625em) {
  .van11y-mdl-modal,
    .van11y-mdl-animated-modal {
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
  }
}

/* for this example: mobile */
@media (max-width: 44.375em) {
  .van11y-mdl-modal,
    .van11y-mdl-animated-modal,
    .van11y-mdl-animatedtransform-modal {
    top: 5%;
    left: 1%;
    width: 98%;
    height: 98%;
  }
}

/* it can be easily adapted in media-queries for tablets/mobile */
/* for this example: tablets */
@media (max-width: 55.625em) {
  .van11y-ttip-container {
    position: static;
  }

  .van11y-ttip-tooltip {
    position: static;
    width: auto;
    margin-top: 1em;
  }
}

/* --------------------- */
.nav-protos {
  position: absolute;
  z-index: 100;
}

/* FIN */
/*test fonction autoprefixer*/
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 2dppx) {
  .image-test {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-image: url(image@2x.png);
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
