@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,400;0,700;0,800;1,400;1,800&display=swap");
/* html5doctor.com Reset v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/) - http://cssreset.com */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #152d5d;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #152d5d;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

iframe {
  max-width: 100%;
}

p > a {
  color: #3366cc;
  text-decoration: none;
}
p > a:hover, p > a:focus, p > a:active {
  color: #3366cc;
  text-decoration: underline;
}

#global {
  position: relative;
  width: 100%;
  margin: 0 auto 0 auto;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
#global.filter::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.2509803922);
}
#global .tp-footer {
  max-width: 1280px;
  margin: 0 auto 50px;
}
@media only screen and (max-width: 1280px) {
  #global .tp-footer {
    max-width: 94%;
    width: 100%;
  }
}

.banner.banner-links .title {
  font-size: 28px;
  line-height: 32px;
}
.banner.banner-links .sub_link {
  max-width: 94%;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
@media only screen and (max-width: 769px) {
  .banner.banner-links {
    padding: 50px 15px;
  }
  .banner.banner-links .sub_link {
    max-width: 100% !important;
    grid-template-columns: repeat(2, 1fr) !important;
    grid-auto-columns: 1fr;
  }
  .banner.banner-links .sub_link > a {
    padding: 80px 10px 15px;
    min-width: 0;
    overflow-wrap: break-word;
  }
}

.content-wrap {
  flex-wrap: wrap;
}

.content-gap-lg {
  column-gap: 50px;
}

ol.breadcrumb.breadcrumb-lg {
  width: 100%;
  margin: 0 0 40px;
}

.content-main {
  width: calc(100% - 400px) !important;
  order: 2;
}
@media only screen and (max-width: 1024px) {
  .content-main {
    width: 100% !important;
    order: 2;
  }
}

.content-link-list {
  list-style: none;
  padding: 0;
  margin: 0 !important;
}
.content-link-list li {
  margin: 0 0 20px !important;
}
.content-link-list li:last-child {
  margin-bottom: 0;
}
.content-link-list li a {
  display: block;
  padding: 20px 40px 20px 26px;
  border: 1px solid #152d5d;
  font-weight: 600;
  text-decoration: none;
  border-radius: 12px;
  background: #ffffff url("../pics/ui/arrow.svg") center right 28px no-repeat;
  transition: all 150ms;
  color: #152d5d;
}
.content-link-list li a:hover, .content-link-list li a:focus, .content-link-list li a:active {
  background: #152d5d url("../pics/ui/arrow-right-white.svg") center right 20px no-repeat;
  color: #ffffff;
}

.page-sidebar {
  width: 350px;
  order: 1;
  position: sticky;
  top: 15%;
  height: fit-content;
  will-change: transform;
}
.page-sidebar .page-sidebar-box {
  background-color: #f5f5f5;
  padding: 30px;
  border-radius: 15px;
  margin: 0 0 30px;
}
.page-sidebar h4 {
  color: #152d5d !important;
  margin: 0 0 15px !important;
}
.page-sidebar p {
  font-size: 14px;
  line-height: 150%;
  color: #666A6A;
  margin: 0;
}
.page-sidebar .btn {
  width: 100%;
}
.page-sidebar .btn a {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .page-sidebar {
    display: none;
    width: 100%;
    order: 1;
  }
  .page-sidebar .btn {
    display: none;
  }
}

.content-fiche h2 {
  color: #152d5d !important;
  font-weight: 800;
  font-size: 28px;
  line-height: 32px;
  margin: 40px 0 20px;
}
.content-fiche h2 span {
  color: #152d5d !important;
}
.content-fiche h3 {
  font-size: 22px;
  line-height: 26px;
  margin: 0 0 16px;
  color: #71809d;
  font-weight: 800;
}
.content-fiche h3 span {
  color: #71809d;
}
.content-fiche h4 {
  font-size: 20px;
  line-height: 24px;
  color: #ccd2dd;
  font-weight: 800;
  margin: 0 0 16px;
}
.content-fiche h4 span {
  color: #ccd2dd;
}
.content-fiche li {
  color: #152d5d;
}
.content-fiche li::marker {
  color: #152d5d;
}
.content-fiche img.main-pic {
  margin: 0 0 30px 0;
  width: 100%;
  height: auto;
  border-radius: 16px;
}
.content-fiche .intro {
  background-color: #D3DDF4;
  padding: 30px;
  border-radius: 15px;
  margin: 0 0 30px;
}
.content-fiche .intro ul {
  line-height: 150%;
}
.content-fiche .intro h2 {
  margin: 0 0 30px !important;
}
.content-fiche .intro li:last-child,
.content-fiche .intro p:last-child {
  margin: 0 !important;
}
.content-fiche .intro a {
  color: #3366cc !important;
  text-decoration: none !important;
}
.content-fiche .intro a:hover, .content-fiche .intro a:focus, .content-fiche .intro a:active {
  text-decoration: underline !important;
}

#header {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  background-color: #fff;
  box-shadow: 0px 0px 5px -4px #152d5d;
}
#header #logo {
  line-height: unset;
  flex: 0 1 190px;
}
#header #logo img {
  width: 100%;
  height: auto;
}
#header #menu {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 1250px;
  padding: 10px 0;
  font-size: 15px;
  line-height: 150%;
  color: #152d5d;
  gap: 0 20px;
}
#header #menu > a {
  position: relative;
  padding: 16px 32px 16px 16px;
  font-weight: 800;
  text-decoration: none;
  border-radius: 12px;
  background: url("../pics/ui/arrow-down.svg") no-repeat right 12px center;
}
#header #menu > a.mobile_only {
  display: none;
}
#header #menu > a.active {
  color: white;
  background-color: black;
}
#header #menu .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  overflow: hidden;
  width: 100%;
  border-radius: 12px;
  background-color: white;
}
#header #menu .submenu.active {
  display: flex;
}
#header #menu .submenu .back {
  display: none;
  padding: 12px 30px 12px 50px;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  cursor: pointer;
  color: white;
  background: #081b42 url("../pics/ui/arrow-left-white.svg") no-repeat left 30px center;
}
#header #menu .submenu > div:not(.back) {
  display: flex;
}
#header #menu .submenu .title {
  display: none;
  font-size: 18px;
  font-weight: 800;
  line-height: 130%;
  text-decoration: none;
  color: white;
}
#header #menu .submenu nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px 0;
  flex: 1 1;
  gap: 12px 0;
}
#header #menu .submenu nav span {
  margin: 0 0 18px;
  font-size: 18px;
  font-weight: 800;
}
#header #menu .submenu nav a {
  font-weight: 400;
  text-decoration: none;
  background: none;
  text-underline-offset: 4px;
}
#header #menu .submenu nav a:hover, #header #menu .submenu nav a:focus, #header #menu .submenu nav a:active {
  text-decoration: underline;
  background: none;
}
#header #menu .submenu .side {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: auto;
  padding: 50px 24px 30px;
  background-color: #e1e1e1;
  flex: 0 1 350px;
}
#header #menu .submenu .side > p:first-of-type {
  display: flex;
  flex-direction: column;
  margin: 0 0 30px;
  font-weight: 800;
  text-align: center;
  gap: 10px 0;
}
#header #menu .submenu .side .taux {
  display: inline-block;
  font-size: 40px;
  font-weight: 800;
  line-height: 130%;
  text-align: center;
}
#header #menu .submenu .side .time {
  display: inline-block;
  font-size: 22px;
  font-weight: 800;
  line-height: 130%;
}
#header #menu .submenu .side .color_link {
  display: inline-block;
  margin: 0 0 30px;
  padding-right: 18px;
  font-weight: 800;
  transition: all 150ms ease-in-out;
  text-decoration: none;
  color: #ff8139;
  background: url("../pics/ui/arrow-orange.svg") no-repeat right 6px center;
}
#header #menu .submenu .side .color_link:hover, #header #menu .submenu .side .color_link:focus, #header #menu .submenu .side .color_link:active {
  background-position: right 0 center;
}
#header #menu .submenu .side .btn {
  width: 100%;
}
#header #menu .submenu .side .btn a {
  width: 100%;
}
#header #menu .submenu .submenu_links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 50px 20px 30px;
  gap: 0 40px;
  flex: 1;
}
#header #menu .submenu .contact {
  width: 100%;
  margin: 30px 0 0;
  padding: 16px 40px 16px 50px;
  border-radius: 12px;
  background-color: #e1e1e1;
}
#header #menu .submenu .contact > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 10px;
}
#header #menu .submenu .contact p {
  font-weight: 400;
}
#header #menu .submenu .contact .tel {
  font-size: 18px;
  font-weight: 800;
  line-height: 130%;
}
#header #menu .submenu .contact .call {
  display: inline-block;
  padding: 16px 44px 16px 24px;
  font-weight: 700;
  transition: all 150ms ease-in-out;
  text-decoration: none;
  border: 1px solid #152d5d;
  border-radius: 12px;
  background: url("../pics/ui/arrow.svg") no-repeat right 24px center;
}
#header #menu .submenu .contact .call:hover, #header #menu .submenu .contact .call:focus, #header #menu .submenu .contact .call:active {
  background-position: right 20px center;
}
#header #second_nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 1 190px;
  gap: 0 15px;
  flex-shrink: 0;
}
#header #second_nav > a {
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  text-decoration: none;
  color: black;
}
#header #second_nav > a:first-child {
  padding-right: 15px;
  border-right: 1px solid black;
}
#header .mobile_login {
  display: none;
  width: 34px;
  height: 34px;
  cursor: pointer;
  background: url("../pics/ui/login.svg") no-repeat center center;
}
#header #burger {
  display: none;
  width: 34px;
  height: 34px;
  cursor: pointer;
  background: url("../pics/ui/burger.svg") no-repeat center center;
}
#header #burger.active {
  background: url("../pics/ui/close.svg") no-repeat center center;
}
#header.center {
  justify-content: center !important;
}
#header.blue, .get_banner #header, .guides #header, .actualites #header {
  background: linear-gradient(94.06deg, #142b5a 3.8%, #1c3b78 92.9%);
}
#header.blue #logo .st1, .get_banner #header #logo .st1, .guides #header #logo .st1, .actualites #header #logo .st1 {
  fill: #fff;
}
#header.blue #menu > a, .get_banner #header #menu > a, .guides #header #menu > a, .actualites #header #menu > a {
  color: #fff;
  background: url("../pics/ui/arrow-down-white.svg") no-repeat right 12px center;
}
#header.blue #menu > a.active, .get_banner #header #menu > a.active, .guides #header #menu > a.active, .actualites #header #menu > a.active {
  color: #152d5d;
  background-color: #fff;
  background-image: url("../pics/ui/arrow-up.svg");
}
#header.blue #second_nav > a, .get_banner #header #second_nav > a, .guides #header #second_nav > a, .actualites #header #second_nav > a {
  color: #fff;
}
#header.blue #second_nav > a:first-child, .get_banner #header #second_nav > a:first-child, .guides #header #second_nav > a:first-child, .actualites #header #second_nav > a:first-child {
  border-right: 1px solid #fff;
}
#header.blue #burger, .get_banner #header #burger, .guides #header #burger, .actualites #header #burger {
  background: url("../pics/ui/burger-white.svg") no-repeat center center;
}
#header.blue #burger.active, .get_banner #header #burger.active, .guides #header #burger.active, .actualites #header #burger.active {
  background: url("../pics/ui/close-white.svg") no-repeat center center;
}
#header.blue .mobile_login, .get_banner #header .mobile_login, .guides #header .mobile_login, .actualites #header .mobile_login {
  background: url("../pics/ui/login-white.svg") no-repeat center center;
}
#header.formulaires {
  justify-content: space-between;
  padding: 20px 100px 20px 36px;
}
#header.formulaires .btn {
  padding: 16px 45px 16px 50px;
  font-weight: 800;
  transition: 150ms;
  text-decoration: none;
  color: #152d5d;
  border-radius: 12px;
  background-color: #65ed49;
  background-image: url("../pics/ui/phone.svg"), url("../pics/ui/arrow.svg");
  background-repeat: no-repeat;
  background-position: left 25px center, right 25px center;
}
#header.formulaires .btn:hover, #header.formulaires .btn:focus, #header.formulaires .btn:active {
  background-color: #73ff56;
  background-position: left 25px center, right 18px center;
}
#header.formulaires .tel_wrapper {
  display: flex;
  flex-direction: column;
  gap: 4px 0;
  align-items: center;
}
#header.formulaires .tel_wrapper .tel {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  color: #ffffff;
  gap: 10px;
}
#header.formulaires .tel_wrapper p {
  font-weight: 400;
  color: #ffffff;
  font-size: 12px;
  line-height: 130%;
}
@media only screen and (max-width: 1560px) {
  #header {
    position: relative;
    justify-content: space-between;
    padding: 30px;
  }
  #header #logo {
    flex: unset;
  }
  #header #menu {
    position: absolute;
    z-index: 5;
    top: 54px;
    left: 0;
    display: none;
    width: 100%;
    height: 100vh;
    padding: 20px 0 70px;
    font-weight: 800;
    background: white;
  }
  #header #menu.active {
    position: fixed;
    display: block;
  }
  #header #menu > a {
    display: block;
    padding: 20px 12px;
    border-bottom: 1px solid #081b42;
    border-radius: 0;
    background: none;
  }
  #header #menu > a.mobile_only {
    display: block;
  }
  #header #menu > a:first-child {
    border-top: 1px solid #081b42;
  }
  #header #menu > a:hover, #header #menu > a:focus, #header #menu > a:active {
    background: unset;
  }
  #header #menu .submenu {
    z-index: 5;
    top: 20px;
    left: 0;
    display: flex;
    flex-direction: column;
    height: 100vh;
    transition: all 150ms ease-in-out;
    transform: translateX(100%);
    border-radius: unset;
    background-color: #152d5d;
    gap: 30px 0;
  }
  #header #menu .submenu.active {
    transform: translateX(0);
  }
  #header #menu .submenu .back {
    display: block;
  }
  #header #menu .submenu > div:not(.back) {
    display: flex;
    overflow: auto;
    flex-direction: column;
    height: calc(100vh - 48px);
    padding: 0 30px 180px;
    gap: 30px 0;
  }
  #header #menu .submenu .title {
    display: block;
  }
  #header #menu .submenu nav a,
  #header #menu .submenu nav span {
    color: white;
  }
  #header #menu .submenu .submenu_links {
    padding: 0;
    gap: 30px 0;
  }
  #header #menu .submenu .side {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    border-radius: 12px;
    background-color: white;
  }
  #header #menu .submenu .side .btn {
    text-align: center;
  }
  #header #menu .submenu .contact {
    margin: 0;
    background-color: #f5f5f5;
  }
  #header #second_nav {
    display: none;
  }
  #header #burger,
  #header .mobile_login {
    display: block;
  }
  #header.blue #menu, .get_banner #header #menu {
    background: linear-gradient(94.06deg, #142b5a 3.8%, #1c3b78 92.9%);
  }
  #header.blue #menu > a, .get_banner #header #menu > a {
    color: #fff;
    background: none;
  }
  #header.blue #menu > a:hover, #header.blue #menu > a:focus, #header.blue #menu > a:active, .get_banner #header #menu > a:hover, .get_banner #header #menu > a:focus, .get_banner #header #menu > a:active {
    color: white;
    background: unset;
  }
  #header.form #burger {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  #header.formulaires {
    padding: 20px 36px;
  }
}
@media only screen and (max-width: 769px) {
  #header #logo {
    margin: 0;
  }
  #header #logo svg {
    width: 180px;
    vertical-align: middle;
  }
  #header.form form {
    position: absolute;
    top: 74px;
    left: 0;
    display: none;
    width: 100%;
    max-width: 100%;
    margin: 0 !important;
    padding: 25px;
    background: linear-gradient(94.06deg, #142b5a 3.8%, #1c3b78 92.9%);
  }
  #header.form form.active {
    display: block;
  }
  #header.form #burger {
    display: block;
  }
  #header.formulaires {
    padding: 15px 20px;
  }
  #header.formulaires .btn {
    width: 20px;
    height: 20px;
    padding: 0;
    font-size: 0;
    line-height: 0;
    background: url("../pics/ui/contact.svg") no-repeat center center;
    background-size: cover;
  }
  #header.formulaires .btn:hover, #header.formulaires .btn:focus, #header.formulaires .btn:active {
    background-color: noen;
    background-position: unset;
  }
  #header.formulaires .tel_wrapper .tel {
    font-size: 0;
    line-height: 0;
  }
  #header.formulaires .tel_wrapper .tel img {
    width: 20px;
    height: 20px;
  }
  #header.formulaires .tel_wrapper p {
    display: none;
  }
  #header #menu .submenu .submenu_links {
    flex-direction: column;
  }
  #header #menu .submenu .contact > div {
    flex-direction: column;
    text-align: center;
    gap: 0;
  }
  #header #menu .submenu .contact > div p {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 150%;
  }
  #header #menu .submenu .contact > div strong {
    display: block;
    margin-bottom: 5px;
    font-size: 18px;
  }
  #header #menu .submenu .contact > div .tel {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 550px) {
  #header {
    padding: 15px 10px;
  }
  #header #menu {
    top: 64px;
  }
  #header.formulaires .trustpilot-widget {
    display: none;
  }
}

.sticky_header {
  position: fixed;
  z-index: 9;
  top: -1px;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 2rem;
  opacity: 0;
  background: linear-gradient(94.06deg, #142b5a 3.8%, #1c3b78 92.9%);
}
.sticky_header.active {
  opacity: 1;
}
.sticky_header #logo {
  position: absolute;
  left: 32px;
}
.sticky_header #logo .st1 {
  fill: #fff;
}
.sticky_header form {
  margin: 0 auto;
}
.sticky_header form .input_wrapper {
  justify-content: space-between;
  width: auto;
  border-radius: 12px;
  background: #fff;
}
.sticky_header form .input_wrapper > div {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.5rem;
}
.sticky_header form .input_wrapper select {
  width: 100%;
  padding: 4px 48px 4px 8px;
  font-size: 16px !important;
  line-height: 150% !important;
  border: none;
  background: transparent;
  background: url("../pics/ui/arrow-down.svg") no-repeat right 12px center;
  appearance: none;
  flex: 1 1 auto;
}
.sticky_header form .input_wrapper button {
  padding: 12px 32px 12px 16px;
  font-size: 16px;
  font-weight: 800;
  line-height: 20px;
  cursor: pointer;
  transition: 150ms;
  color: #152d5d;
  border: none;
  border-radius: 12px;
  background: #65ed49 url("../pics/ui/arrow.svg") no-repeat right 14px center;
  appearance: none;
  flex: 1 0 auto;
}
.sticky_header form .input_wrapper button:hover, .sticky_header form .input_wrapper button:focus, .sticky_header form .input_wrapper button:active {
  background: #73ff56 url("../pics/ui/arrow.svg") no-repeat right 10px center;
}
@media only screen and (max-width: 769px) {
  .sticky_header {
    align-items: stretch;
    padding: 10px;
  }
  .sticky_header #logo {
    display: none;
  }
  .sticky_header form {
    width: 100%;
  }
  .sticky_header form .input_wrapper > div {
    padding: 0.25rem;
  }
  .sticky_header form .input_wrapper > div select {
    padding: 0.5rem 2rem 0.5rem 0.5rem;
    font-size: 14px;
    line-height: 18px;
  }
  .sticky_header form .input_wrapper > div button {
    padding: 1.5rem;
    font-size: 0;
    line-height: 0;
    background-position: center center;
  }
  .sticky_header form .input_wrapper > div button:hover, .sticky_header form .input_wrapper > div button:focus, .sticky_header form .input_wrapper > div button:active {
    background-position: center center;
  }
}

#subfooter {
  background: #152d5d;
  padding: 0 25px;
  color: #fff;
}
#subfooter .subfooter_wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 0 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#subfooter .subfooter_wrapper > div {
  max-width: 40%;
}
#subfooter .subfooter_wrapper > div p:first-of-type {
  margin: 0 0 40px;
}
#subfooter .subfooter_wrapper > div .input_wrapper {
  margin: 0 0 30px;
}
#subfooter .subfooter_wrapper .title {
  font-size: 22px;
  font-weight: 800;
  line-height: 130%;
}
#subfooter .subfooter_wrapper p {
  opacity: 0.7;
  font-size: 16px;
  line-height: 150%;
}
#subfooter .subfooter_wrapper .legal {
  font-size: 11px;
  line-height: 150%;
  opacity: 0.7;
}
#subfooter .subfooter_wrapper .legal a {
  line-height: 150%;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  #subfooter .subfooter_wrapper {
    justify-content: flex-start;
  }
  #subfooter .subfooter_wrapper > div:first-of-type {
    margin-right: 20px;
  }
  #subfooter .subfooter_wrapper > div:last-of-type {
    flex: 1;
    max-width: unset;
  }
}
@media only screen and (max-width: 769px) {
  #subfooter {
    padding: 0;
  }
  #subfooter .subfooter_wrapper {
    padding: 50px 25px;
  }
  #subfooter .subfooter_wrapper > div {
    max-width: 100%;
    width: 100%;
  }
  #subfooter .subfooter_wrapper > div:first-of-type {
    margin: 0 0 40px;
  }
  #subfooter .subfooter_wrapper > div .input_wrapper {
    margin: 0 0 20px;
  }
}

#footer-wrapper {
  padding: 100px 0 60px;
  background: #00181b;
  position: relative;
}
#footer-wrapper .wrap {
  display: flex;
  flex-direction: column;
  max-width: 1280px;
  width: 96%;
  margin: 0 auto;
}
#footer-wrapper .logo {
  max-width: 340px;
  margin: 0 auto 50px;
}
#footer-wrapper .logo img {
  display: block;
  height: auto;
}
#footer-wrapper #rs {
  order: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 0 0 50px;
}
#footer-wrapper #footer-annotations {
  padding: 0 0 100px;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2rem;
  margin: 0 0 80px;
  text-transform: uppercase;
  color: #fff;
  order: 2;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
#footer-wrapper #footer-links-wrapper {
  max-width: 80%;
  order: 3;
  display: flex;
  overflow: hidden;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 0 80px;
  margin: 0 auto;
  text-align: center;
  row-gap: 80px;
}
#footer-wrapper #footer-links-wrapper .footer-links {
  flex: 0 1 31%;
  margin: 0;
  padding: 10px 0;
  text-align: left;
  color: #fff;
}
#footer-wrapper #footer-links-wrapper .footer-links h2 {
  text-align: left;
  margin: 0 0 40px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  color: #fff;
}
#footer-wrapper #footer-links-wrapper .footer-links nav {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}
#footer-wrapper #footer-links-wrapper .footer-links nav a {
  margin: 0 0 30px;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
  color: #e1e1e1;
}
#footer-wrapper #footer-links-wrapper .footer-links nav a:hover {
  color: #ff8139;
}
#footer-wrapper #footer {
  text-align: center;
  order: 4;
  padding-block: 60px;
  margin-bottom: 60px;
  border-block: 1px solid rgba(255, 255, 255, 0.5);
}
#footer-wrapper #footer a {
  display: inline-block;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 37px;
  text-decoration: none;
  color: #fff;
}
#footer-wrapper #footer a span {
  display: inline-block;
  padding: 0 12px;
  line-height: 24px;
}
#footer-wrapper #footer a span:hover {
  color: #ff8139;
}
#footer-wrapper #disclaimer_wrapper {
  padding: 25px 25px;
  color: #e1e1e1;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
  order: 5;
}
#footer-wrapper #disclaimer_wrapper p {
  font-size: 14px;
  line-height: 1.5rem;
}
#footer-wrapper #disclaimer_wrapper p strong {
  color: #ff8139;
}
#footer-wrapper #disclaimer_wrapper a {
  color: #e1e1e1;
}
#footer-wrapper .tp-footer {
  font-size: 14px;
  padding-top: 10px;
  order: 6;
  text-align: center;
}
#footer-wrapper .tp-footer a {
  color: inherit;
  text-decoration: underline;
}
#footer-wrapper .tp-footer span.rating-wrapper {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  margin-top: 6px;
}
#footer-wrapper .tp-footer .tp-rating {
  display: inline-block;
  height: 20px;
  line-height: 20px;
}
#footer-wrapper .tp-footer .tp-rating.st-1 {
  background-position: 0 -22px;
}
#footer-wrapper .tp-footer .tp-rating.st-2 {
  background-position: 0 -41px;
}
#footer-wrapper .tp-footer .tp-rating.st-3 {
  background-position: 0 -61px;
}
#footer-wrapper .tp-footer .tp-rating.st-4 {
  background-position: 0 -81px;
}
#footer-wrapper .tp-footer .tp-rating.st-5 {
  background-position: 0 -100px;
}
#footer-wrapper .footer_quote {
  font-size: 12px;
  line-height: 18px !important;
  color: #fff;
  order: 7;
  margin-top: 50px;
}
@media only screen and (max-width: 1024px) {
  #footer-wrapper #footer-links-wrapper {
    row-gap: 30px;
  }
  #footer-wrapper #footer-links-wrapper .footer-links {
    flex: 0 1 48%;
    padding: 10px 0;
  }
}
@media only screen and (max-width: 769px) {
  #footer-wrapper {
    padding: 50px 0;
  }
  #footer-wrapper .logo {
    max-width: 100%;
    margin: 0 auto 40px;
  }
  #footer-wrapper .logo img {
    max-width: 100%;
  }
  #footer-wrapper #rs {
    margin: 0 0 40px;
  }
  #footer-wrapper #footer-annotations {
    padding: 0 0 50px;
    margin: 0 0 50px;
    font-size: 12px;
    line-height: 18px;
  }
  #footer-wrapper #footer {
    padding: 50px 0;
    margin: 0 0 50px;
    text-align: left;
  }
  #footer-wrapper #footer a {
    display: block;
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 30px;
  }
  #footer-wrapper #footer a:last-child {
    margin: 0;
  }
  #footer-wrapper #footer-links-wrapper {
    padding: 0 0 50px;
    width: 100%;
    max-width: unset;
    gap: 0;
  }
  #footer-wrapper #footer-links-wrapper .footer-links {
    flex: 0 1 100%;
    padding: 0;
  }
  #footer-wrapper #footer-links-wrapper .footer-links h2 {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    background: url("../pics/ui/arrow-down-white-alt.svg") no-repeat right center;
    margin-bottom: 30px;
  }
  #footer-wrapper #footer-links-wrapper .footer-links h2.opened {
    background-image: url("../pics/ui/arrow-up-white.svg");
  }
  #footer-wrapper #footer-links-wrapper .footer-links .slide_toggle {
    display: none;
  }
  #footer-wrapper #footer-links-wrapper .footer-links nav {
    margin: 0 0 20px;
  }
  #footer-wrapper #footer-links-wrapper .footer-links nav a {
    margin: 0 0 20px;
    font-size: 14px;
    line-height: 18px;
  }
  #footer-wrapper #footer-links-wrapper .footer-links nav a:hover {
    color: #e1e1e1;
  }
}

#actualites-page h1, #actualites-page #article-fiche h1 {
  font-size: 40px;
  font-weight: 800;
  line-height: 125%;
  color: #152d5d;
}
@media only screen and (max-width: 769px) {
  #actualites-page h1, #actualites-page #article-fiche h1 {
    font-size: 28px;
    line-height: 32px;
  }
}
#actualites-page .actu-card {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none;
  color: #152d5d;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
#actualites-page .actu-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}
#actualites-page .actu-card .actu-card-image {
  overflow: hidden;
  width: 100%;
}
#actualites-page .actu-card .actu-card-image img {
  display: block;
  width: 100%;
  height: auto;
}
#actualites-page .actu-card .actu-card-content {
  display: flex;
  flex-direction: column;
  padding: 20px;
  flex-grow: 1;
}
#actualites-page .actu-card .actu-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  gap: 10px;
}
#actualites-page .actu-card .actu-card-category {
  padding: 5px;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
  color: #152d5d;
  border: 1px solid #152d5d;
  border-radius: 5px;
  background-color: #E8ECF6;
}
#actualites-page .actu-card .actu-card-date {
  font-size: 14px;
  white-space: nowrap;
  color: #152d5d;
}
#actualites-page .actu-card .actu-card-title {
  display: -webkit-box;
  overflow: hidden;
  margin: 0 0 12px 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  transition: color 0.3s ease;
  text-overflow: ellipsis;
  color: #152d5d;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#actualites-page .actu-card .actu-card-description {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  text-overflow: ellipsis;
  color: #6d6e71;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#actualites-page .actualites-content-section {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 15px 20px 70px 20px;
}
#actualites-page .actualites-content-section .heading_actu {
  margin: 0 0 80px;
}
@media only screen and (max-width: 769px) {
  #actualites-page .actualites-content-section .heading_actu {
    margin: 0 0 40px;
  }
}
#actualites-page .actualites-content-section .heading_actu h1 {
  margin: 0 0 80px;
  font-weight: 800;
  text-align: center;
}
#actualites-page .actualites-content-section .heading_actu h1:has(+ p) {
  margin: 0 0 60px;
}
#actualites-page .actualites-content-section .heading_actu .intro {
  margin: 0 0 80px;
}
@media only screen and (max-width: 769px) {
  #actualites-page .actualites-content-section .heading_actu .intro {
    margin: 0 0 40px;
  }
}
#actualites-page .actualites-content-section .heading_actu .nav-sscats {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  gap: 20px;
}
#actualites-page .actualites-content-section .heading_actu .nav-sscats li {
  transition: all 150ms ease;
  white-space: nowrap;
}
#actualites-page .actualites-content-section .heading_actu .nav-sscats li::after {
  display: none;
}
#actualites-page .actualites-content-section .heading_actu .nav-sscats li:hover a, #actualites-page .actualites-content-section .heading_actu .nav-sscats li:focus a, #actualites-page .actualites-content-section .heading_actu .nav-sscats li:active a {
  color: #ffffff;
  background-color: #152d5d;
  text-decoration: none;
}
#actualites-page .actualites-content-section .heading_actu .nav-sscats a {
  display: block;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  border: 1px solid #152d5d;
  border-radius: 12px;
}
@media only screen and (max-width: 769px) {
  #actualites-page .actualites-content-section .heading_actu .nav-sscats {
    overflow-x: auto;
    flex-wrap: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  #actualites-page .actualites-content-section .heading_actu .nav-sscats::-webkit-scrollbar {
    display: none;
  }
}
#actualites-page .actualites-content-section .actualites-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 1280px) {
  #actualites-page .actualites-content-section .actualites-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  #actualites-page .actualites-content-section .actualites-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 570px) {
  #actualites-page .actualites-content-section .actualites-wrapper {
    grid-template-columns: 1fr;
  }
}
#actualites-page .actualites-content-section .actualites-wrapper.actualites-slider {
  display: block;
  margin-bottom: 60px;
}
@media only screen and (max-width: 769px) {
  #actualites-page .actualites-content-section .actualites-wrapper.actualites-slider {
    margin-bottom: 40px;
  }
}
#actualites-page .actualites-content-section .actualites-wrapper.actualites-slider .slick-track {
  display: flex !important;
  padding: 10px 0;
}
#actualites-page .actualites-content-section .actualites-wrapper.actualites-slider .slick-slide {
  display: flex !important;
  height: auto !important;
  margin: 0 10px;
}
#actualites-page .actualites-content-section .actualites-wrapper.actualites-slider .slick-slide > a {
  width: 100%;
  height: 100%;
}
#actualites-page .actualites-content-section .actualites-wrapper.actualites-slider .slick-list {
  margin: 0 -10px;
}
#actualites-page .actualites-content-section .actualites-wrapper.actualites-slider .slick-dots {
  bottom: -50px;
}
#actualites-page .actualites-content-section .actualites-wrapper.actualites-slider .slick-dots li button::before {
  font-size: 12px;
  color: #152d5d;
  opacity: 0.3;
}
#actualites-page .actualites-content-section .actualites-wrapper.actualites-slider .slick-dots li.slick-active button::before {
  color: #ff8139;
  opacity: 1;
}
#actualites-page .actualites-content-section .actualites-wrapper + .controls span {
  display: inline-block;
  padding: 25px;
  cursor: pointer;
  transition: 150ms;
  border: 1px solid #152d5d;
  border-radius: 12px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 11px;
}
#actualites-page .actualites-content-section .actualites-wrapper + .controls span.actus_prev {
  background-image: url("../pics/ui/arrow-left.svg");
}
#actualites-page .actualites-content-section .actualites-wrapper + .controls span.actus_next {
  background-image: url("../pics/ui/arrow.svg");
}
#actualites-page .actualites-content-section .actualites-wrapper + .controls span:hover, #actualites-page .actualites-content-section .actualites-wrapper + .controls span:focus, #actualites-page .actualites-content-section .actualites-wrapper + .controls span:active {
  background-color: #152d5d;
}
#actualites-page .actualites-content-section .actualites-wrapper + .controls span:hover.actus_prev, #actualites-page .actualites-content-section .actualites-wrapper + .controls span:focus.actus_prev, #actualites-page .actualites-content-section .actualites-wrapper + .controls span:active.actus_prev {
  background-image: url("../pics/ui/arrow-left-white.svg");
}
#actualites-page .actualites-content-section .actualites-wrapper + .controls span:hover.actus_next, #actualites-page .actualites-content-section .actualites-wrapper + .controls span:focus.actus_next, #actualites-page .actualites-content-section .actualites-wrapper + .controls span:active.actus_next {
  background-image: url("../pics/ui/arrow-white.svg");
}
@media only screen and (max-width: 769px) {
  #actualites-page .actualites-content-section .actualites-wrapper + .controls {
    margin-top: 40px;
  }
}
#actualites-page .actualites-content-section .actu-link-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#actualites-page .actualites-content-section .actu-link {
  position: relative;
  display: block;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  text-decoration: none;
  color: #6d6e71;
  border-radius: 16px;
  background: #f5f5f5;
}
#actualites-page .actualites-content-section .actu-link:nth-child(3n+2) {
  margin-right: 0;
}
#actualites-page .actualites-content-section .actu-link img {
  width: 100%;
  height: auto;
  margin-bottom: 25px;
}
#actualites-page .actualites-content-section .actu-link h2 {
  margin: 0 !important;
  padding: 0 25px 15px !important;
  font-size: 16px !important;
}
#actualites-page .actualites-content-section .actu-link p {
  padding: 0 25px 25px;
  font-size: 15px;
  line-height: 20px;
}
#actualites-page .actualites-content-section .actu-link:hover h2, #actualites-page .actualites-content-section .actu-link:focus h2, #actualites-page .actualites-content-section .actu-link:active h2 {
  color: #ff8139 !important;
}
@media only screen and (max-width: 1280px) {
  #actualites-page .actualites-content-section .actu-link {
    width: 48%;
  }
}
@media only screen and (max-width: 570px) {
  #actualites-page .actualites-content-section .actu-link {
    width: 100%;
  }
}
#actualites-page .actualites-content-section .actu-link-first span,
#actualites-page .actualites-content-section .actu-link span {
  position: absolute;
  top: 8px;
  right: 8px;
  display: inline-block;
  padding: 5px;
  font-size: 15px;
  line-height: 18px;
  color: #152d5d;
  border-radius: 6px;
  background: #73ff56;
}
#actualites-page .actualites-content-section .home-actus-cat {
  margin: 10px 0 20px 0;
  padding: 30px 0 0 0;
  font-size: 15px;
}
#actualites-page .actualites-content-section .home-actus-cat h2 {
  margin: 0 0 15px !important;
}
#actualites-page .actualites-content-section .home-actus-cat h2 a {
  text-decoration: none;
  color: inherit;
}
#actualites-page .actualites-content-section .home-actus-cat p {
  margin: 0 0 15px 0;
}
#actualites-page .actualites-content-section .home-actus-cat ul.home-actus-links {
  list-style: none;
}
#actualites-page .actualites-content-section .home-actus-cat ul.home-actus-links li {
  display: inline-block;
  width: 150px;
  margin: 0 10px;
  line-height: 12px;
  vertical-align: top;
}
#actualites-page .actualites-content-section .home-actus-cat ul.home-actus-links li:first-of-type {
  margin-left: 0;
}
#actualites-page .actualites-content-section .home-actus-cat ul.home-actus-links li img {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}
#actualites-page .actualites-content-section .home-actus-cat ul.home-actus-links li a {
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
  color: inherit;
}
#actualites-page .actualites-content-section .home-actus-cat ul.home-actus-links li:hover a, #actualites-page .actualites-content-section .home-actus-cat ul.home-actus-links li:focus a, #actualites-page .actualites-content-section .home-actus-cat ul.home-actus-links li:active a {
  color: #ff8139;
}
@media only screen and (max-width: 769px) {
  #actualites-page .actualites-content-section .home-actus-cat ul.home-actus-links {
    text-align: center;
  }
  #actualites-page .actualites-content-section .home-actus-cat ul.home-actus-links li {
    margin: 0 0 30px !important;
  }
}
#actualites-page .actualites-content-section .home-actus-cat ul.home-actus-sscat-links {
  display: inline-block;
  padding: 30px 0 0 0;
  list-style: none;
}
#actualites-page .actualites-content-section .home-actus-cat ul.home-actus-sscat-links li {
  display: inline;
  line-height: 18px;
}
#actualites-page .actualites-content-section .home-actus-cat ul.home-actus-sscat-links li:after {
  content: " | ";
  vertical-align: middle;
}
#actualites-page .actualites-content-section .home-actus-cat ul.home-actus-sscat-links li:last-child:after {
  display: none;
  content: "";
}
#actualites-page .actualites-content-section .home-actus-cat ul.home-actus-sscat-links li a {
  font-size: 14px;
  text-decoration: none;
  color: inherit;
}
#actualites-page .actualites-content-section .home-actus-cat ul.home-actus-sscat-links li a:hover {
  text-decoration: underline;
}
#actualites-page .actualites-content-section .home-actus-maillage {
  overflow: hidden;
  box-sizing: border-box;
  margin: 10px 0 20px 0;
  padding: 30px 0 0 0;
  font-size: 15px;
}
#actualites-page .actualites-content-section .home-actus-maillage h2 {
  margin-bottom: 15px !important;
}
#actualites-page .actualites-content-section .home-actus-maillage h2 a {
  text-decoration: none;
  color: inherit;
}
#actualites-page .actualites-content-section .home-actus-maillage ul {
  float: left;
  box-sizing: border-box;
  width: 33%;
  padding: 0 20px 0 0;
  list-style: none;
  vertical-align: top;
}
#actualites-page .actualites-content-section .home-actus-maillage ul li {
  margin: 0 0 10px 0;
  vertical-align: top;
}
#actualites-page .actualites-content-section .home-actus-maillage ul li a {
  text-decoration: none;
  color: inherit;
}
#actualites-page .actualites-content-section .home-actus-maillage ul li a:hover {
  text-decoration: underline;
}
#actualites-page .actualites-content-section ul.nav-sscats {
  display: inline-block;
  padding: 0 0 30px 0;
  list-style: none;
}
#actualites-page .actualites-content-section ul.nav-sscats li {
  display: inline;
  line-height: 18px;
}
#actualites-page .actualites-content-section ul.nav-sscats li:after {
  content: " | ";
  vertical-align: middle;
}
#actualites-page .actualites-content-section ul.nav-sscats li:last-child:after {
  display: none;
  content: "";
}
#actualites-page .actualites-content-section ul.nav-sscats li a {
  font-size: 14px;
  text-decoration: none;
  color: inherit;
}
#actualites-page .actualites-content-section ul.nav-sscats li a:hover {
  text-decoration: underline;
}
#actualites-page .actualites-content-section #actualites-footer {
  overflow: hidden;
  margin: 30px 0 0 0;
  padding: 7px 0 0 0;
}
#actualites-page .actualites-content-section #actualites-footer div {
  float: left;
  overflow: hidden;
  width: 140px;
}
#actualites-page .actualites-content-section #actualites-footer div h3 {
  margin: 0 0 10px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  color: #ff8139;
}
#actualites-page .actualites-content-section #actualites-footer div h3 a {
  display: inline;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  color: #ff8139;
}
#actualites-page .actualites-content-section #actualites-footer div a {
  display: block;
  margin: 0 0 5px 0;
  font-size: 14px;
  text-decoration: none;
  color: #7c7c7c;
}
#actualites-page .actualites-content-section #actualites-footer div a.active, #actualites-page .actualites-content-section #actualites-footer div a:hover {
  color: #ff8139;
}
@media only screen and (max-width: 550px) {
  #actualites-page .actualites-content-section #actualites-footer {
    display: flex;
    flex-wrap: wrap;
  }
  #actualites-page .actualites-content-section #actualites-footer h2 {
    width: 100%;
  }
  #actualites-page .actualites-content-section #actualites-footer div {
    float: unset;
    width: 50%;
    margin-bottom: 20px;
  }
}
#actualites-page .actualites-content-section .pagingNav {
  float: right;
  text-align: center;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
#actualites-page .actualites-content-section .pagingNav li {
  display: inline;
}
#actualites-page .actualites-content-section .pagingNav a {
  display: block;
  float: left;
  width: 30px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  color: rgb(16.3026315789, 34.9342105263, 72.1973684211);
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
#actualites-page .actualites-content-section .pagingNav a.active {
  color: #fff;
  background: rgb(16.3026315789, 34.9342105263, 72.1973684211);
}
#actualites-page #article-fiche {
  width: 100% !important;
  box-sizing: border-box;
}
#actualites-page #article-fiche h1 {
  margin: 0 0 30px;
}
@media screen and (max-width: 769px) {
  #actualites-page #article-fiche h1 {
    font-size: 28px;
    line-height: 32px;
  }
}
#actualites-page #article-fiche .author {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0 0 30px;
}
@media screen and (min-width: 769px) {
  #actualites-page #article-fiche .author br {
    display: none;
  }
}
#actualites-page #article-fiche .author img {
  border-radius: 50%;
  flex-shrink: 0;
}
#actualites-page #article-fiche .author p {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #152d5d;
}
#actualites-page #article-fiche .author p a {
  color: #3366cc;
  text-decoration: none;
}
#actualites-page #article-fiche .author p a:hover, #actualites-page #article-fiche .author p a:focus, #actualites-page #article-fiche .author p a:active {
  text-decoration: underline;
}
#actualites-page #article-fiche p {
  margin: 0 0 20px 0;
  font-size: 16px;
  line-height: 150%;
  color: #152d5d;
}
#actualites-page #article-fiche p.author {
  font-size: 14px;
  line-height: 1.5rem;
}
#actualites-page #article-fiche p a {
  color: #3366cc;
  text-decoration: none;
}
#actualites-page #article-fiche p a:hover, #actualites-page #article-fiche p a:focus, #actualites-page #article-fiche p a:active {
  color: #3366cc;
  text-decoration: underline;
}
#actualites-page #article-fiche p img {
  border-radius: 12px;
}
#actualites-page #article-fiche p strong {
  font-weight: 700;
}
#actualites-page #article-fiche p.chapeau {
  position: relative;
  background-color: #D3DDF4;
  padding: 30px;
  border-radius: 15px;
  margin: 0 0 30px;
  font-size: 16px;
  line-height: 150%;
}
#actualites-page #article-fiche .to_summarized {
  margin: 0 0 60px;
}
@media screen and (max-width: 1024px) {
  #actualites-page #article-fiche .to_summarized {
    margin-bottom: 0;
  }
}
#actualites-page #article-fiche .btn a {
  display: inline-block;
}
#actualites-page #article-fiche p:has(iframe) {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
#actualites-page #article-fiche p:has(iframe) iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#actualites-page #article-fiche ul,
#actualites-page #article-fiche ol {
  margin: 0 0 20px 30px;
}
#actualites-page #article-fiche ul li,
#actualites-page #article-fiche ol li {
  margin: 0 0 10px 0;
  font-size: 16px;
  line-height: 150%;
}
#actualites-page #article-fiche ul li a,
#actualites-page #article-fiche ol li a {
  color: #3366cc;
  text-decoration: none;
}
#actualites-page #article-fiche ul li a:hover, #actualites-page #article-fiche ul li a:focus, #actualites-page #article-fiche ul li a:active,
#actualites-page #article-fiche ol li a:hover,
#actualites-page #article-fiche ol li a:focus,
#actualites-page #article-fiche ol li a:active {
  color: #3366cc;
  text-decoration: underline;
}
#actualites-page #article-fiche ul:has(a) li a {
  text-decoration: none;
}
#actualites-page #article-fiche ul:has(a) li a:hover, #actualites-page #article-fiche ul:has(a) li a:focus, #actualites-page #article-fiche ul:has(a) li a:active {
  color: #3366cc;
  text-decoration: underline;
}
#actualites-page #article-fiche img {
  max-width: 100%;
  height: auto;
}
#actualites-page #article-fiche div.citation {
  margin-bottom: 20px;
  padding: 0 0 0 27px;
  color: #4a4a49;
  border-left: 1px solid #d2d2d2;
}
#actualites-page #article-fiche div.citation p {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 26px;
  color: #4a4a49;
}
#actualites-page #article-fiche div.citation p:first-child:before {
  content: "“";
}
#actualites-page #article-fiche div.citation p:first-child:after {
  content: "”";
}
#actualites-page #article-fiche div.citation .citation-auteur {
  font-size: 12px;
  line-height: 18px;
}
#actualites-page #article-fiche span.actu-legende {
  display: block;
  padding-left: 5px;
  font-size: 10px;
  text-align: left;
}
#actualites-page #article-fiche #article-nav {
  margin: 6rem 0 0 0;
}
#actualites-page #article-fiche #article-nav > p {
  font-size: 24px;
  line-height: 1.5rem;
  color: #4a4a49;
}
#actualites-page #article-fiche #article-nav #article-nav-links-wrapper {
  display: flex;
  overflow: hidden;
  justify-content: space-between;
  margin: 1rem 0 3rem;
  padding: 20px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
#actualites-page #article-fiche #article-nav #article-nav-links-wrapper a {
  position: relative;
  display: block;
  font-size: 16px;
  text-decoration: none;
  color: #7c7c7c;
}
#actualites-page #article-fiche #article-nav #article-nav-links-wrapper a::before {
  position: absolute;
  top: 5px;
  width: 16px;
  height: 16px;
  content: "";
  background: url("../pics/ui/arrow.svg") no-repeat;
  background-position: center;
}
#actualites-page #article-fiche #article-nav #article-nav-links-wrapper a.prev {
  padding-left: 20px;
}
#actualites-page #article-fiche #article-nav #article-nav-links-wrapper a.prev::before {
  left: 0;
  transform: rotate(180deg);
}
#actualites-page #article-fiche #article-nav #article-nav-links-wrapper a.next {
  padding-right: 20px;
}
#actualites-page #article-fiche #article-nav #article-nav-links-wrapper a.next::before {
  right: 0;
}
#actualites-page #article-fiche #article-nav #article-nav-links-wrapper a strong {
  display: none;
}
#actualites-page #article-fiche #article-nav #article-nav-label {
  display: none;
}
#actualites-page .actualites-archive-section {
  padding: 80px 0 100px;
  background-color: #e8ecf6;
}
#actualites-page .actualites-archive-section h2 {
  margin: 0 0 80px;
}
#actualites-page .pagination-wrapper {
  display: flex;
  justify-content: center;
  margin: 60px 0 40px;
}
@media only screen and (max-width: 769px) {
  #actualites-page .pagination-wrapper {
    margin: 40px 0 20px;
  }
}
#actualites-page .pagination {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  list-style: none;
}
#actualites-page .pagination li::after {
  display: none;
}
#actualites-page .pagination a, #actualites-page .pagination span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  color: #152d5d;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #ffffff;
  transition: all 0.2s;
}
#actualites-page .pagination a:hover:not(.disabled):not(.active), #actualites-page .pagination span:hover:not(.disabled):not(.active) {
  color: #ffffff;
  border-color: #152d5d;
  background: #152d5d;
}
#actualites-page .pagination a.active, #actualites-page .pagination span.active {
  color: #ffffff;
  border-color: #ff8139;
  background: #ff8139;
}
#actualites-page .pagination a.disabled, #actualites-page .pagination span.disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
#actualites-page .pagination .pagination-prev,
#actualites-page .pagination .pagination-next {
  background: url("../pics/ui/arrow-left.svg") center/16px no-repeat #ffffff;
}
#actualites-page .pagination .pagination-prev.pagination-next,
#actualites-page .pagination .pagination-next.pagination-next {
  background-image: url("../pics/ui/arrow.svg");
}
#actualites-page .pagination .pagination-prev:hover:not(.disabled),
#actualites-page .pagination .pagination-next:hover:not(.disabled) {
  background-color: #152d5d;
}
#actualites-page .pagination .pagination-prev:hover:not(.disabled).pagination-prev,
#actualites-page .pagination .pagination-next:hover:not(.disabled).pagination-prev {
  background: url("../pics/ui/arrow-left-white.svg") center/16px no-repeat #152d5d;
}
#actualites-page .pagination .pagination-prev:hover:not(.disabled).pagination-next,
#actualites-page .pagination .pagination-next:hover:not(.disabled).pagination-next {
  background: url("../pics/ui/arrow-white.svg") center/16px no-repeat #152d5d;
}
#actualites-page .pagination .pagination-jump-input {
  width: 50px;
  height: 40px;
  padding: 0 8px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #152d5d;
  border: 1px solid #ddd;
  border-radius: 8px;
  transition: border-color 0.2s;
}
#actualites-page .pagination .pagination-jump-input:focus {
  outline: none;
  border-color: #ff8139;
}
#actualites-page .pagination .pagination-jump-input::placeholder {
  color: #999;
  font-weight: 700;
}
#actualites-page .pagination .pagination-jump-input::-webkit-outer-spin-button, #actualites-page .pagination .pagination-jump-input::-webkit-inner-spin-button {
  display: none;
}
#actualites-page .pagination .mobile-ellipsis {
  display: none;
}
@media only screen and (max-width: 769px) {
  #actualites-page .pagination {
    gap: 4px;
  }
  #actualites-page .pagination a, #actualites-page .pagination span {
    width: 36px;
    height: 36px;
    font-size: 13px;
  }
  #actualites-page .pagination .pagination-prev,
  #actualites-page .pagination .pagination-next {
    background-size: 14px;
  }
  #actualites-page .pagination .pagination-jump-input {
    width: 45px;
    height: 36px;
    font-size: 13px;
    padding: 0 6px;
  }
  #actualites-page .pagination .hide-mobile {
    display: none;
  }
  #actualites-page .pagination .mobile-ellipsis {
    display: flex;
  }
}
#actualites-page .autres-actualites-section {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 30px;
}
@media only screen and (max-width: 1280px) {
  #actualites-page .autres-actualites-section {
    padding: 0 0 20px 20px;
    max-width: 900px;
  }
}
#actualites-page .autres-actualites-section h2 {
  font-size: 32px;
  font-weight: 800;
  line-height: 125%;
  color: #152d5d;
  text-align: center;
  margin: 0 0 60px;
}
#actualites-page .autres-actualites-section .actualites-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 1280px) {
  #actualites-page .autres-actualites-section .actualites-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 570px) {
  #actualites-page .autres-actualites-section .actualites-wrapper {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 770px) {
  #actualites-page .autres-actualites-section .actualites-wrapper.autres-actualites-slider {
    display: grid;
  }
}
@media only screen and (max-width: 769px) {
  #actualites-page .autres-actualites-section .actualites-wrapper.autres-actualites-slider {
    display: block;
  }
  #actualites-page .autres-actualites-section .actualites-wrapper.autres-actualites-slider .slick-track {
    display: flex !important;
    padding: 10px 0;
  }
  #actualites-page .autres-actualites-section .actualites-wrapper.autres-actualites-slider .slick-slide {
    display: flex !important;
    height: auto !important;
    margin: 0 10px;
  }
  #actualites-page .autres-actualites-section .actualites-wrapper.autres-actualites-slider .slick-slide > a {
    width: 100%;
    height: 100%;
  }
  #actualites-page .autres-actualites-section .actualites-wrapper.autres-actualites-slider .slick-list {
    height: max-content !important;
    padding-block: 12px;
    margin: 0 -10px;
  }
  #actualites-page .autres-actualites-section .actualites-wrapper.autres-actualites-slider .slick-dots {
    bottom: -50px;
  }
  #actualites-page .autres-actualites-section .actualites-wrapper.autres-actualites-slider .slick-dots li button::before {
    font-size: 12px;
    color: #152d5d;
    opacity: 0.3;
  }
  #actualites-page .autres-actualites-section .actualites-wrapper.autres-actualites-slider .slick-dots li.slick-active button::before {
    color: #ff8139;
    opacity: 1;
  }
}
#actualites-page .autres-actualites-section .controls {
  display: none;
}
@media only screen and (max-width: 769px) {
  #actualites-page .autres-actualites-section .controls {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
  }
}
#actualites-page .autres-actualites-section .controls span {
  display: inline-block;
  padding: 25px;
  cursor: pointer;
  transition: 150ms;
  border: 1px solid #152d5d;
  border-radius: 12px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 11px;
}
#actualites-page .autres-actualites-section .controls span.autres_actus_prev {
  background-image: url("../pics/ui/arrow-left.svg");
}
#actualites-page .autres-actualites-section .controls span.autres_actus_next {
  background-image: url("../pics/ui/arrow.svg");
}
#actualites-page .autres-actualites-section .controls span:hover, #actualites-page .autres-actualites-section .controls span:focus, #actualites-page .autres-actualites-section .controls span:active {
  background-color: #152d5d;
}
#actualites-page .autres-actualites-section .controls span:hover.autres_actus_prev, #actualites-page .autres-actualites-section .controls span:focus.autres_actus_prev, #actualites-page .autres-actualites-section .controls span:active.autres_actus_prev {
  background-image: url("../pics/ui/arrow-left-white.svg");
}
#actualites-page .autres-actualites-section .controls span:hover.autres_actus_next, #actualites-page .autres-actualites-section .controls span:focus.autres_actus_next, #actualites-page .autres-actualites-section .controls span:active.autres_actus_next {
  background-image: url("../pics/ui/arrow-white.svg");
}
@media only screen and (max-width: 769px) {
  #actualites-page .autres-actualites-section {
    margin: 0 auto 40px;
  }
  #actualites-page .autres-actualites-section h2 {
    font-size: 28px;
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 1024px) {
  #actualites-page.actualite-fiche #article-fiche h1 {
    font-size: 34px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 1024px) {
  #actualites-page.actualite-fiche #article-fiche h1 {
    font-size: 28px;
    line-height: 32px;
  }
  #actualites-page.actualite-fiche #article-fiche .intro {
    padding: 15px;
  }
  #actualites-page.actualite-fiche #article-fiche .intro h2 {
    margin: 0 0 20px;
  }
  #actualites-page.actualite-fiche #article-fiche h2 {
    margin: 15px 0 15px;
  }
  #actualites-page.actualite-fiche #article-fiche p.chapeau {
    padding: 20px;
    margin: 0 0 20px;
  }
}

.pb {
  width: 120px;
  position: absolute;
  top: 229px;
}
.pb.pb-left {
  left: -125px;
}
.pb.pb-left.pb-result {
  left: -170px;
}
.pb.pb-right {
  right: -135px;
}

@media only screen and (max-width: 680px) {
  .pb {
    display: none;
  }
}
#assurance-wrapper #assurance-sidebar {
  float: left;
  width: 200px;
  padding: 0 20px 0 0;
}
#assurance-wrapper #assurance-sidebar h1 {
  color: #ff8139;
  font-family: "ProximaNova-Regular", sans-serif;
  font-size: 22px;
  line-height: 24px;
  margin: 0 0 10px 0;
}
#assurance-wrapper #assurance-sidebar p {
  font-size: 12px;
  margin: 0 0 5px 0;
  color: #706F6F;
}
#assurance-wrapper #assurance-sidebar p span {
  display: block;
  float: left;
  color: #ff8139;
  font-size: 30px;
  font-weight: 700;
  margin-right: 15px;
}
#assurance-wrapper #assurance-sidebar p span.nd {
  margin-bottom: 10px;
  margin-right: 6px;
}
#assurance-wrapper #assurance-sidebar p span.rd {
  margin-bottom: 40px;
  margin-right: 6px;
}
#assurance-wrapper #assurance-content {
  float: left;
  width: 740px;
}
#assurance-wrapper #assurance-content #assurance-loader {
  background: url(../pics/charte/waiting-assurance.gif) 50px 0 no-repeat;
  min-height: 70px;
  padding: 15px 0 0 135px;
}
#assurance-wrapper #assurance-content #assurance-loader p {
  font-size: 15px;
}
#assurance-wrapper #assurance-content #assurance-loader p span {
  display: block;
  font-size: 19px;
  margin-bottom: 5px;
}
#assurance-wrapper #assurance-content h2.assurance-table {
  background: #B3B2B2;
  color: #FFF;
  font-size: 24px;
  line-height: 28px;
  padding: 0 0 0 25px;
  font-weight: 700;
  margin-bottom: 1px;
}
#assurance-wrapper #assurance-content table#assurance-waiting {
  width: 100%;
}
#assurance-wrapper #assurance-content table#assurance-waiting tr.entete td {
  position: static;
  background: #B3B2B2;
  text-align: center;
  color: #FFF !important;
  font-size: 13px !important;
  font-weight: 700;
  text-transform: uppercase;
  height: 40px;
  border-bottom: none;
  padding: 0;
}
#assurance-wrapper #assurance-content table#assurance-waiting tr.entete td.compagnies {
  border-right: 1px solid #FFF;
}
#assurance-wrapper #assurance-content table#assurance-waiting tr.entete td.taux-moyen {
  border-right: 1px solid #FFF;
}
#assurance-wrapper #assurance-content table#assurance-waiting tr.entete td.cout-total {
  border-right: 1px solid #FFF;
}
#assurance-wrapper #assurance-content table#assurance-waiting tr td {
  position: relative;
  padding: 5px 0 5px 0;
  text-align: center;
  vertical-align: middle;
  border-bottom: 2px solid #B3B2B2;
  box-sizing: border-box;
  height: 83px;
  font-weight: 700;
}
#assurance-wrapper #assurance-content table#assurance-waiting tr td div.hide-table {
  position: absolute;
  top: 0;
  left: 0;
  width: 740px;
  height: 84px;
  background: #FFF;
  opacity: 0.5;
  z-index: 5;
}
#assurance-wrapper #assurance-content table#assurance-waiting tr td.compagnies {
  width: 173px;
}
#assurance-wrapper #assurance-content table#assurance-waiting tr td.taux-moyen {
  width: 148px;
  font-size: 19px;
  color: #ff8139;
}
#assurance-wrapper #assurance-content table#assurance-waiting tr td.cout-total {
  width: 146px;
  font-size: 15px;
  color: #949494;
}
#assurance-wrapper #assurance-content table#assurance-waiting tr td.dwd-docs {
  width: 270px;
}
#assurance-wrapper #assurance-content table#assurance-waiting tr td.dwd-docs a {
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 70px;
  height: 65px;
  font-size: 11px;
  color: #706F6F;
  text-decoration: none;
}
#assurance-wrapper #assurance-content table#assurance-waiting tr td.dwd-docs a.dwd-green {
  background: url(../pics/charte/bg-dwd-green.png) center bottom no-repeat;
}
#assurance-wrapper #assurance-content table#assurance-waiting tr td.dwd-docs a.dwd-red {
  background: url(../pics/charte/bg-dwd-red.png) center bottom no-repeat;
}
#assurance-wrapper #assurance-content #assurance-selection {
  display: none;
  margin-bottom: 55px;
  box-shadow: 3px 4px 2px 0px rgba(0, 0, 0, 0.12);
}
#assurance-wrapper #assurance-content #assurance-selection h2 {
  position: relative;
  line-height: 63px;
  color: #FFF;
  font-size: 30px;
  background: #65ed49;
  padding: 0 0 0 20px;
  font-family: "ProximaNova-Regular", sans-serif;
  margin-bottom: 1px;
}
#assurance-wrapper #assurance-content #assurance-selection h2 span {
  display: block;
  position: absolute;
  top: -10px;
  right: 30px;
  width: 151px;
  height: 67px;
  background: url(../pics/charte/bg-h2-assurance-selection.png) 0 0 no-repeat;
}
#assurance-wrapper #assurance-content #assurance-selection h3 {
  line-height: 45px;
  color: #ff8139;
  font-family: "ProximaNova-Regular", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  padding: 0 0 0 23px;
}
#assurance-wrapper #assurance-content #assurance-selection table#assurance-sel {
  width: 100%;
}
#assurance-wrapper #assurance-content #assurance-selection table#assurance-sel tr.entete td {
  background: #65ed49;
  text-align: center;
  color: #FFF !important;
  font-size: 13px !important;
  font-weight: 700;
  text-transform: uppercase;
  height: 40px;
  border-bottom: none;
  padding: 0;
}
#assurance-wrapper #assurance-content #assurance-selection table#assurance-sel tr.entete td.compagnies {
  border-right: 1px solid #FFF;
}
#assurance-wrapper #assurance-content #assurance-selection table#assurance-sel tr.entete td.taux-moyen {
  border-right: 1px solid #FFF;
}
#assurance-wrapper #assurance-content #assurance-selection table#assurance-sel tr.entete td.cout-total {
  border-right: 1px solid #FFF;
}
#assurance-wrapper #assurance-content #assurance-selection table#assurance-sel tr td {
  padding: 5px 0 5px 0;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
  height: 61px;
  font-weight: 700;
  background: #DFDFDF;
  border-right: 1px solid #FFF;
}
#assurance-wrapper #assurance-content #assurance-selection table#assurance-sel tr td div.hide-table {
  position: absolute;
  top: 0;
  left: 0;
  width: 740px;
  height: 84px;
  background: #FFF;
  opacity: 0.5;
  z-index: 5;
}
#assurance-wrapper #assurance-content #assurance-selection table#assurance-sel tr td.compagnies {
  width: 173px;
}
#assurance-wrapper #assurance-content #assurance-selection table#assurance-sel tr td.taux-moyen {
  width: 148px;
  font-size: 19px;
  color: #ff8139;
}
#assurance-wrapper #assurance-content #assurance-selection table#assurance-sel tr td.cout-total {
  width: 146px;
  font-size: 19px;
  color: #ff8139;
}
#assurance-wrapper #assurance-content #assurance-selection table#assurance-sel tr td.eco {
  width: 270px;
  font-size: 19px;
  color: #ff8139;
  border-right: none;
}
#assurance-wrapper #assurance-content #assurance-selection table#assurance-sel tr td.annotations {
  font-size: 10px;
  font-family: "ProximaNova-Regular", sans-serif;
  text-align: left;
  padding-left: 25px;
  height: 40px;
  border-right: none;
}
#assurance-wrapper #assurance-content #assurance-selection table#dwd-docs {
  width: 100%;
}
#assurance-wrapper #assurance-content #assurance-selection table#dwd-docs td {
  background: #65ed49;
  color: #FFF;
  font-size: 16px;
  height: 103px;
  vertical-align: middle;
}
#assurance-wrapper #assurance-content #assurance-selection table#dwd-docs td a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
  height: 62px;
  padding: 15px 0 0 54px;
  box-sizing: border-box;
}
#assurance-wrapper #assurance-content #assurance-selection table#dwd-docs td.info1 {
  font-size: 14px;
  width: 147px;
  text-transform: uppercase;
  padding-left: 26px;
}
#assurance-wrapper #assurance-content #assurance-selection table#dwd-docs td.med {
  width: 152px;
}
#assurance-wrapper #assurance-content #assurance-selection table#dwd-docs td.med a {
  background: url(../pics/charte/bg-big-dwd-green.png) 0 0 no-repeat;
}
#assurance-wrapper #assurance-content #assurance-selection table#dwd-docs td.cg {
  width: 162px;
  border-right: 3px solid #FFF;
}
#assurance-wrapper #assurance-content #assurance-selection table#dwd-docs td.cg a {
  background: url(../pics/charte/bg-big-dwd-green.png) 0 0 no-repeat;
}
#assurance-wrapper #assurance-content #assurance-selection table#dwd-docs td.info2 {
  width: 120px;
  background: #ff8139;
  text-transform: uppercase;
  font-size: 14px;
  padding-left: 15px;
}
#assurance-wrapper #assurance-content #assurance-selection table#dwd-docs td.ba {
  background: #ff8139;
  font-size: 15px;
  padding-right: 10px;
}
#assurance-wrapper #assurance-content #assurance-selection table#dwd-docs td.ba a {
  background: url(../pics/charte/bg-big-dwd-orange.png) 0 0 no-repeat;
}

.calculette-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  gap: 40px;
}
.calculette-wrapper h1 {
  width: 100%;
  margin: 0 0 20px 0;
  font-size: 31px;
  font-weight: 700;
}
.calculette-wrapper #article {
  width: calc(100% - 400px) !important;
  margin: 0 0 50px 0;
}
.calculette-wrapper #article p {
  margin: 0 0 20px 0;
}
.calculette-wrapper #article .btn {
  margin: 0;
}
.calculette-wrapper ul.secondary {
  width: 100%;
  margin: 0 0 50px 0 !important;
  list-style: none;
}
.calculette-wrapper ul.secondary li {
  display: inline-block;
  margin: 0;
  font-size: 12px !important;
  line-height: normal;
}
.calculette-wrapper ul.secondary li:after {
  content: " | ";
}
.calculette-wrapper ul.secondary li a {
  text-decoration: none;
  color: inherit;
}
.calculette-wrapper ul.secondary li a:hover {
  text-decoration: underline;
}
.calculette-wrapper ul.secondary li:last-child:after {
  display: none;
}
@media only screen and (max-width: 769px) {
  .calculette-wrapper ul.secondary {
    margin: 0 0 30px !important;
  }
}
.calculette-wrapper #calculette-left {
  width: auto;
  padding: 0 0 20px 0;
  flex: 1;
}
.calculette-wrapper #calculette-left #calculette-home {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.calculette-wrapper #calculette-left #calculette-home a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  box-sizing: border-box;
  height: auto;
  padding: 20px;
  text-decoration: none;
  border-radius: 16px;
  background: #f5f5f5;
}
.calculette-wrapper #calculette-left #calculette-home a h2 {
  margin: 0 0 15px;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
}
.calculette-wrapper #calculette-left #calculette-home a p {
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 18px;
  color: #494949;
}
.calculette-wrapper #calculette-left #calculette-home a .btn {
  margin: auto 0 0;
}
.calculette-wrapper #calculette-left #calculette-home a .btn span {
  display: block;
}
.calculette-wrapper #calculette-left #calculette-form-wrapper {
  overflow: hidden;
  padding: 0 0 0 0;
}
.calculette-wrapper #calculette-left #calculette-form-wrapper #calculette-header {
  height: auto;
  min-height: 83px;
  margin-bottom: 18px;
}
.calculette-wrapper #calculette-left #calculette-form-wrapper #calculette-header h1 {
  margin-bottom: 3px;
  font-size: 29px;
  font-weight: 700;
}
.calculette-wrapper #calculette-left #calculette-form-wrapper #calculette-header h1 span {
  font-size: 10px;
}
.calculette-wrapper #calculette-left #calculette-form-wrapper #calculette-header p {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 18px;
}
.calculette-wrapper #calculette-left #calculette-form-wrapper h2 {
  margin: 0 0 20px 0;
  font-size: 26px;
  color: #152d5d;
}
.calculette-wrapper #calculette-left #calculette-form-wrapper h3 {
  clear: both;
  margin: 0 0 12px 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: #152d5d;
  border-bottom: 1px solid #ebebeb;
}
.calculette-wrapper #calculette-left #calculette-form-wrapper form .separator {
  padding-top: 20px;
  border-top: 1px solid #ebebeb;
  background: none;
}
.calculette-wrapper #calculette-left #calculette-form-wrapper form .inputs-wrapper {
  margin: 0 0 30px 0;
}
.calculette-wrapper #calculette-left #calculette-form-wrapper form .inputs-wrapper p label {
  width: 250px;
  padding: 0 0 0 0;
}
.calculette-wrapper #calculette-left #calculette-form-wrapper form .inputs-wrapper p input {
  width: 125px;
}
.calculette-wrapper #calculette-left #calculette-form-wrapper form .inputs-wrapper p .selectric-wrapper {
  width: 100px;
  margin-bottom: 0;
}
.calculette-wrapper #calculette-left #calculette-form-wrapper form .inputs-wrapper p .big-select .selectric-wrapper {
  width: 245px;
}
.calculette-wrapper #calculette-left #calculette-form-wrapper form .inputs-epargne p {
  float: left;
  width: 270px;
}
.calculette-wrapper #calculette-left #calculette-form-wrapper form .inputs-epargne p label {
  width: 165px !important;
}
.calculette-wrapper #calculette-left #calculette-form-wrapper form .inputs-epargne p input {
  width: 65px;
}
.calculette-wrapper #calculette-left #calculette-form-wrapper form p {
  min-height: 20px;
  margin: 0 0 5px 0;
  padding-left: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #797979;
}
.calculette-wrapper #calculette-left #calculette-form-wrapper form p.standalone {
  margin-bottom: 15px;
}
.calculette-wrapper #calculette-left #calculette-form-wrapper form p .annotations {
  font-size: 11px;
  color: #999;
}
.calculette-wrapper #calculette-left #calculette-form-wrapper form p.annotations {
  padding: 5px 0 0 10px;
  font-size: 11px;
  color: #999;
}
.calculette-wrapper #calculette-left #calculette-form-wrapper form p .annotations {
  display: block;
  padding: 5px 0 0 0;
}
.calculette-wrapper #calculette-left #calculette-form-wrapper form p strong {
  font-weight: 700;
}
.calculette-wrapper #calculette-left #calculette-form-wrapper form label {
  display: block;
  float: left;
  padding: 0 15px 0 0;
}
.calculette-wrapper #calculette-left #calculette-form-wrapper form label.inline {
  display: inline-block;
  float: none;
  width: auto !important;
}
.calculette-wrapper #calculette-left #calculette-form-wrapper form label span {
  font-size: 10px;
}
.calculette-wrapper #calculette-left #calculette-form-wrapper form .selectric-wrapper {
  display: inline-block;
  width: 220px;
  margin-bottom: 0;
  vertical-align: middle;
}
.calculette-wrapper #calculette-left #calculette-form-wrapper form .selectric-wrapper .selectric .label {
  min-height: 22px;
  margin: 0 22px 0 0;
  padding: 0 6px;
  font-size: 12px;
  line-height: 22px !important;
  color: #7e7e7e;
}
.calculette-wrapper #calculette-left #calculette-form-wrapper form .selectric-wrapper .selectric .button {
  width: 20px;
  height: 22px;
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}
.calculette-wrapper #calculette-left #calculette-form-wrapper form input {
  padding: 0 8px;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #7e7e7e;
  border: 1px solid #ccc;
  background: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.calculette-wrapper #calculette-left #calculette-form-wrapper form .slider-form-wrapper {
  padding: 40px 10px 0 10px;
  /* min-height: 50px; */
  font-size: 14px;
  font-family: "ProximaNova-Semibold", sans-serif;
  color: #797979;
}
.calculette-wrapper #calculette-left #calculette-form-wrapper form .slider-form-wrapper .slider-wrapper {
  display: inline-block;
  width: 380px;
  vertical-align: middle;
}
.calculette-wrapper #calculette-left #calculette-form-wrapper form .slider-form-wrapper input {
  width: 80px;
  margin-left: 20px;
}
.calculette-wrapper #calculette-left #calculette-form-wrapper form .btn-wrapper {
  display: flex;
  align-items: center;
  margin: 1rem 0 0;
  padding: 0;
  text-align: left;
  gap: 15px;
}
.calculette-wrapper #calculette-left #calculette-form-wrapper form button.btn {
  display: block;
  padding: 1rem 2.75rem 1rem 2rem;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  cursor: pointer;
  -webkit-transition: 150ms;
  transition: 150ms;
  text-align: center;
  border: none;
  border-radius: 16px;
  background: #65ed49 url(../pics/ui/arrow.svg) no-repeat center right 24px;
}
.calculette-wrapper #calculette-left #calculette-form-wrapper form button.btn:hover {
  background-color: #73ff56;
  background-position: center right 18px;
}
.calculette-wrapper #calculette-left #calculette-form-wrapper form a.back {
  position: relative;
  display: block;
  float: left;
  margin-top: 4px;
  padding: 16px 32px 16px 44px;
  font-size: 18px;
  font-family: "Mulish", sans-serif;
  line-height: 23px;
  cursor: pointer;
  transition: 150ms;
  text-align: center;
  text-decoration: none;
  color: #152d5d;
  border: none;
  background: #f3f3f3 url(../pics/ui/arrow.svg) no-repeat center left 24px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
}
.calculette-wrapper #calculette-left #calculette-form-wrapper form a.back:hover, .calculette-wrapper #calculette-left #calculette-form-wrapper form a.back:focus, .calculette-wrapper #calculette-left #calculette-form-wrapper form a.back:active {
  background-color: #f3f3f3;
  background-position: center left 18px;
}
.calculette-wrapper #calculette-left #calculette-form-wrapper form #type-credit-wrapper p {
  margin-bottom: 10px;
  line-height: 20px;
}
.calculette-wrapper #calculette-left #calculette-form-wrapper form #type-credit-wrapper .selectric p {
  margin-bottom: 0;
}
.calculette-wrapper #calculette-left #calculette-form-wrapper form #type-credit-wrapper .type-credit-left {
  float: left;
  width: 250px;
}
.calculette-wrapper #calculette-left #calculette-form-wrapper form #type-credit-wrapper .type-credit-left span {
  display: inline-block;
  width: 15px;
}
.calculette-wrapper #calculette-left #calculette-form-wrapper form #type-credit-wrapper .type-credit-left .selectric-wrapper {
  width: 180px;
}
.calculette-wrapper #calculette-left #calculette-form-wrapper form #type-credit-wrapper .type-credit-right {
  float: left;
  width: 300px;
}
.calculette-wrapper #calculette-left #calculette-form-wrapper form #type-credit-wrapper .type-credit-right label {
  margin-right: 10px;
}
.calculette-wrapper #calculette-left #calculette-form-wrapper #calculette-results {
  position: relative;
  overflow: hidden;
  margin-top: 30px;
  padding: 15px 0 0 0;
  background: #d0d0d0;
}
.calculette-wrapper #calculette-left #calculette-form-wrapper #calculette-results h2 {
  position: relative;
  margin: 0 0 0 0 !important;
  padding: 0 0 0 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
  color: #fff;
}
.calculette-wrapper #calculette-left #calculette-form-wrapper #calculette-results h2 span {
  position: absolute;
  top: 50%;
  right: 59px;
  display: block;
  height: 28px;
  margin-top: -14px;
  padding: 0 25px 0 25px;
  font-size: 23px;
  font-weight: 700;
  line-height: 28px;
  text-transform: none;
  color: #e14416;
  background: #fff;
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.2) inset;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.calculette-wrapper #calculette-left #calculette-form-wrapper #calculette-results p.nocontract {
  padding: 0 0 10px 20px;
  font-size: 11px;
  color: #fff;
}
.calculette-wrapper #calculette-left #calculette-form-wrapper #calculette-results #calculette-results-description {
  overflow: hidden;
  margin-bottom: -20px;
  padding: 10px 0 20px 0;
  background: #eaeaea;
}
.calculette-wrapper #calculette-left #calculette-form-wrapper #calculette-results #calculette-results-description.white {
  background: #fff;
}
.calculette-wrapper #calculette-left #calculette-form-wrapper #calculette-results #calculette-results-description.white p {
  margin-bottom: 5px;
  font-size: 11px;
  font-style: normal;
  color: #999;
}
.calculette-wrapper #calculette-left #calculette-form-wrapper #calculette-results #calculette-results-description p {
  margin: 0 0 10px 0;
  padding: 0 20px 0 20px;
  font-size: 12px;
  font-style: italic;
}
.calculette-wrapper #calculette-left #calculette-form-wrapper #calculette-results #calculette-results-description h3 {
  padding-left: 20px;
  border-bottom: none;
}
.calculette-wrapper #calculette-left #calculette-form-wrapper #calculette-results #calculette-results-description .separator {
  margin: 20px 20px 0 20px;
  padding: 20px 0 0 0;
  border-top: 1px solid #ebebeb;
  background: none;
}
.calculette-wrapper #calculette-left #calculette-form-wrapper #calculette-results #calculette-results-description .separator h3 {
  padding-left: 0;
}
.calculette-wrapper #calculette-left #calculette-form-wrapper #calculette-results #calculette-results-description .chart-wrapper {
  padding: 40px 0 40px 0;
  text-align: center;
}
.calculette-wrapper #calculette-left #calculette-form-wrapper #calculette-results #slider-result-wrapper {
  width: 395px;
  margin: 0 auto 0 auto;
  padding: 40px 0 0 0;
}
.calculette-wrapper #calculette-left #calculette-form-wrapper #calculette-results #slider-result-wrapper .noUi-base {
  background: #b6e1a1;
}
.calculette-wrapper #calculette-left #calculette-form-wrapper #calculette-results #slider-result-wrapper .noUi-base .noUi-origin {
  background: #65ed49;
}
.calculette-wrapper #calculette-left #calculette-form-wrapper #calculette-results #slider-result-wrapper .noUi-base .noUi-handle {
  background: #65ed49 !important;
}
.calculette-wrapper #calculette-sidebar {
  max-width: 320px;
}
.calculette-wrapper #calculette-sidebar img {
  margin-bottom: 15px;
}
.calculette-wrapper #calculette-sidebar #calculette-ssmenu {
  margin-bottom: 15px;
}
.calculette-wrapper #calculette-sidebar #calculette-ssmenu a {
  display: block;
  max-width: 435px;
  margin: 0 0 10px;
  padding: 0 30px 10px 0;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
  text-transform: uppercase;
  color: #152d5d;
  border-bottom: 1px solid #dddddd;
  background: url(../pics/ui/arrow.svg) no-repeat;
  background-position: top 5px right 5px;
}
.calculette-wrapper #calculette-sidebar #calculette-ssmenu a.bg {
  color: #ff8139;
}
.calculette-wrapper #calculette-sidebar #calculette-ssmenu a:hover {
  color: #ff8139;
  background-position: top 5px right 0;
}

.banner h1 .mobile-title {
  display: none;
}
.banner h1 .desktop-title {
  display: block;
}

.calculator_tool {
  display: grid;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px;
  grid-template-columns: 1fr 440px;
  gap: 20px;
}
.calculator_tool .field_wrapper {
  padding: 20px;
  border-radius: 15px;
  background-color: #f5f5f5;
}
.calculator_tool .field_wrapper > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 10px;
  gap: 24px;
}
.calculator_tool .field_wrapper > div p {
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  color: #152d5d;
  flex-shrink: 0;
}
.calculator_tool .field_wrapper .advice {
  color: #152d5d;
}
.calculator_tool .field_wrapper input[type=range] {
  height: 10px;
}
.calculator_tool .field_wrapper .field {
  display: flex;
  overflow: hidden;
  width: 100%;
  max-height: 60px;
  max-width: 280px;
  border-radius: 12px;
  background-color: #ffffff;
  border: 1px solid #CCD2DD;
}
.calculator_tool .field_wrapper .field .unit {
  width: 80px;
  padding: 16px 0;
  font-weight: 800;
  text-align: center;
  color: #152d5d;
  background-color: #ccd2dd;
  flex-shrink: 0;
}
.calculator_tool .field_wrapper .field #montant_credit, .calculator_tool .field_wrapper .field #duree_credit, .calculator_tool .field_wrapper .field #taux_interet {
  font-family: "Mulish", sans-serif;
}
.calculator_tool .field_wrapper .advice {
  padding-left: 22px;
  font-size: 14px;
  line-height: 150%;
  background: url("../pics/ui/info.svg") no-repeat center left;
}
.calculator_tool .field_wrapper input[type=text] {
  width: 100%;
  padding: 20px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  border: none;
}
.calculator_tool .field_wrapper input::-webkit-outer-spin-button,
.calculator_tool .field_wrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.calculator_tool .field_wrapper input[type=range] {
  margin: 0 0 15px;
  appearance: initial;
}
.calculator_tool .result_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px;
  border-radius: 15px;
  background-color: #f5f5f5;
  grid-area: 1/2/4/3;
  gap: 45px;
}
.calculator_tool .result_wrapper > p:not(.result) {
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
  color: #152d5d;
}
.calculator_tool .result_wrapper .result {
  font-size: 60px;
  font-weight: 700;
  line-height: 150%;
  color: #24ad79;
}
.calculator_tool .result_wrapper .details {
  width: 80%;
}
.calculator_tool .result_wrapper .details > p:not(.btn) {
  display: flex;
  justify-content: space-between;
  margin: 0 0 30px;
  line-height: 150%;
  color: #152d5d;
  border-bottom: 1px solid #ccd2dd;
  gap: 20px;
}
.calculator_tool .result_wrapper .details .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 0 20px;
}
.calculator_tool .result_wrapper .details .btn a {
  width: 90%;
  font-weight: 800;
}
.calculator_tool .result_wrapper .details .advantages {
  display: flex;
  justify-content: center;
  gap: 10px 30px;
}
.calculator_tool .result_wrapper .details .advantages span {
  font-style: italic;
  color: #152d5d;
  padding: 0 0 0 32px;
  font-weight: 700;
  line-height: 150%;
  background: url("../pics/ui/validate.svg") no-repeat center left;
}

/************************************************************/
/************************************************************/
/************************************************************/
@media only screen and (max-width: 1024px) {
  .calculette-wrapper {
    gap: 30px;
  }
  .calculette-wrapper .breadcrumb {
    margin: 0;
  }
  .calculette-wrapper #article {
    width: 100% !important;
  }
  .calculette-wrapper .timeline_wrapper .timeline {
    margin: 0;
  }
  .calculette-wrapper #calculette-left {
    width: 100%;
  }
  .calculette-wrapper #calculette-left #calculette-form-wrapper h2 {
    font-size: 22px;
    line-height: 26px;
  }
  .calculette-wrapper #calculette-sidebar {
    width: 100%;
    max-width: 100%;
  }
  .calculette-wrapper #calculette-sidebar #calculette-ssmenu a {
    max-width: 100%;
  }
  .calculator_tool {
    grid-template-columns: repeat(2, 1fr);
  }
  .calculator_tool .field_wrapper > div p {
    font-size: 18px;
    flex-shrink: 0.5;
  }
  .calculator_tool .field_wrapper .field .unit {
    width: 80px;
    padding: 20px 0;
    font-weight: 800;
    text-align: center;
    color: #152d5d;
    background-color: #ccd2dd;
  }
  .calculator_tool .result_wrapper {
    padding: 24px;
  }
  .calculator_tool .result_wrapper > p:not(.result) {
    font-size: 18px;
    font-weight: 700;
    line-height: 150%;
    color: #152d5d;
  }
  .calculator_tool .result_wrapper .result {
    font-size: 60px;
    margin-block: 20px;
  }
}
@media only screen and (max-width: 769px) {
  .banner h1 .desktop-title {
    display: none;
  }
  .banner h1 .mobile-title {
    display: block;
  }
  .calculette-wrapper #calculette-left #calculette-home {
    grid-template-columns: repeat(2, 1fr);
  }
  .calculette-wrapper #calculette-left #calculette-form-wrapper #calculette-header h1 {
    margin: 0 0 20px;
    text-align: center;
  }
  .calculator_tool {
    grid-template-columns: 1fr;
    padding: 0;
  }
  .calculator_tool .field_wrapper > div {
    margin: 0 0 20px;
    gap: 10px;
  }
  .calculator_tool .field_wrapper .field {
    min-width: 140px;
    max-height: 50px;
    max-width: 50%;
    margin: 0;
  }
  .calculator_tool .field_wrapper .field .unit {
    padding: 10px 0;
    width: 75px;
  }
  .calculator_tool .field_wrapper .field #montant_credit, .calculator_tool .field_wrapper .field #duree_credit, .calculator_tool .field_wrapper .field #taux_interet {
    padding: 6px;
  }
  .calculator_tool .field_wrapper input[type=number] {
    padding: 10px;
  }
  .calculator_tool .result_wrapper {
    grid-area: 4/1/4/2;
    gap: 20px;
  }
  .calculator_tool .result_wrapper .details .btn a {
    width: 100%;
    font-size: 18px;
  }
  .calculator_tool .result_wrapper .details p:not(.btn) {
    gap: 8px;
  }
  .calculator_tool .result_wrapper .details .interets span, .calculator_tool .result_wrapper .details .total span {
    white-space: nowrap;
    align-self: flex-end;
  }
}
@media only screen and (max-width: 540px) {
  .calculette-wrapper h1 {
    text-align: center;
  }
  .calculette-wrapper .secondary {
    overflow-y: scroll;
    margin: 0 0 30px !important;
    white-space: nowrap;
  }
  .calculette-wrapper .secondary li a {
    display: inline-block;
    margin: 0 0 10px;
  }
  .calculette-wrapper #calculette-left #calculette-home {
    grid-template-columns: 1fr;
  }
  .calculette-wrapper #calculette-left #calculette-form-wrapper h2 {
    font-size: 18px;
    line-height: 24px;
  }
  .calculette-wrapper #calculette-left #calculette-form-wrapper form p,
  .calculette-wrapper #calculette-left #calculette-form-wrapper form label {
    width: 100%;
    margin: 0 0 10px;
  }
  .calculette-wrapper #calculette-left #calculette-form-wrapper form .inputs-wrapper label {
    width: 100% !important;
  }
  .calculette-wrapper #calculette-left #calculette-form-wrapper form .slider-wrapper {
    width: 92% !important;
    margin: 0 0 15px;
  }
}
#contact-wrapper {
  color: #00181b;
  width: 100%;
}
#contact-wrapper p {
  font-size: 17px;
}
#contact-wrapper .separator {
  padding-top: 7px;
  background-position: -740px 0;
}
#contact-wrapper #contact-callus {
  overflow: hidden;
  padding: 7px 0 0 0;
}
#contact-wrapper #contact-callus p {
  margin: 0 0 10px 0;
}
#contact-wrapper #contact-callus p.contact-phone {
  color: #ff8139;
  font-weight: 700;
  font-size: 37px;
  line-height: 26px;
}
#contact-wrapper #contact-callus p.contact-phone span {
  display: block;
  color: #00181b;
  font-family: "Mulish", sans-serif;
  font-size: 12px;
  line-height: 14px;
  margin-top: 10px;
}
#contact-wrapper #contact-desc {
  max-width: 600px;
}
#contact-wrapper #contact-desc h2 {
  margin: 0 0 10px 0;
}
#contact-wrapper #contact-desc p {
  font-size: 17px;
  line-height: 22px;
}
#contact-wrapper #contact-map {
  min-height: 220px;
  padding: 8px 0 0 240px;
  background: url(../pics/charte/bg-contact-map.png) 0 8px no-repeat;
}
#contact-wrapper #contact-map h3 {
  font-size: 24px;
  margin: 0 0 23px 0;
}
#contact-wrapper #contact-map p {
  margin: 0 0 15px 0;
  font-size: 20px;
  line-height: 25px;
}
#contact-wrapper #contact-socials {
  padding: 40px 0 0 0;
}
#contact-wrapper #contact-socials p {
  line-height: 40px !important;
  vertical-align: middle;
}
#contact-wrapper #contact-socials a {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-indent: -10000px;
  line-height: 0;
  font-size: 0;
  text-decoration: none;
  vertical-align: middle;
}
#contact-wrapper #contact-socials a#contact-twitter {
  background: url(../pics/charte/contact-twitter.png) 0 0 no-repeat;
  margin: 0 20px 0 20px;
}
#contact-wrapper #contact-socials a#contact-fb {
  background: url(../pics/charte/contact-facebook.png) 0 0 no-repeat;
}

form.contact-form {
  position: relative;
  max-width: 790px;
  margin: 0 auto;
}
form.contact-form p {
  margin: 0 0 30px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  color: #888;
}
form.contact-form p label {
  display: block;
  margin: 0 0 10px 0;
  font-size: 16px;
  line-height: 20px;
  color: #152d5d;
}
form.contact-form p.form-optin {
  font-size: 14px !important;
  line-height: 20px;
}
form.contact-form input,
form.contact-form textarea,
form.contact-form select {
  background: #fff;
  width: 100%;
  border-radius: 12px;
  padding: 0 8px;
  border: 1px solid #152d5d;
  font-size: 14px;
  color: #00181b;
  padding: 15px 20px;
}
form.contact-form input {
  line-height: 22px;
  margin-bottom: 10px;
}
form.contact-form .selectric-wrapper {
  width: 100%;
}
form.contact-form .selectric {
  padding: 15px 20px;
  width: 100%;
  background-color: #fff;
  border-radius: 12px;
  border-color: #152d5d;
}
form.contact-form .selectric .label {
  text-align: left;
  font-size: 14px;
  margin: 0;
  padding: 0;
  background: url("../pics/ui/arrow-down-black.svg") no-repeat center right;
}
form.contact-form .selectric .button {
  display: none;
}
form.contact-form textarea {
  resize: none;
  height: 180px;
  padding: 15px 20px;
  margin-bottom: 10px;
}
form.contact-form .selectricWrapper {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  margin-bottom: 0;
  background: #fff;
}
form.contact-form .selectricWrapper .selectric {
  background: #fff;
}
form.contact-form .selectricWrapper .selectric .label {
  margin: 0 22px 0 0;
  padding: 0 6px;
  font-size: 14px;
  min-height: 22px;
  line-height: 22px !important;
  color: #00181b;
  font-family: "Mulish", sans-serif;
}
form.contact-form .selectricWrapper .selectric .button {
  width: 24px;
  height: 22px;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-left: 1px solid #acacac;
  background: #f1f2f2;
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.34) inset;
}
form.contact-form .selectricWrapper li {
  font-family: "Mulish", sans-serif;
}
form.contact-form p.button-wrapper {
  width: auto;
  text-align: center;
}
form.contact-form p.button-wrapper button {
  padding: 1rem 2.75rem 1rem 2rem;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  transition: 150ms;
  text-align: center;
  color: #fff;
  border-radius: 16px;
  border: none;
  background: #ff8139 url("../pics/ui/arrow-white.svg") no-repeat center right 24px;
  cursor: pointer;
}
form.contact-form p.button-wrapper button:hover, form.contact-form p.button-wrapper button:focus, form.contact-form p.button-wrapper button:active {
  background-position: center right 18px;
}
form.contact-form .g-recaptcha {
  margin-bottom: 80px;
}

.contact_encart {
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 15px 24px;
  padding: 18px 32px;
  border-radius: 12px;
  background-color: #fff;
  margin: 0 auto;
}
.contact_encart > span {
  color: #152d5d;
  font-size: 18px;
  line-height: 22px;
  font-weight: 800;
}

/************************************************************/
/************************************************************/
/************************************************************/
/************************************************************/
@media only screen and (max-width: 680px) {
  #contact-wrapper {
    text-align: center;
    color: #00181b;
  }
  #contact-wrapper #contact-map {
    min-height: 220px;
    padding: 240px 0 0 0;
    background: url(../pics/charte/bg-contact-map.png) no-repeat center top;
  }
  #contact-wrapper #contact-map h3 {
    font-size: 24px;
    margin: 0 0 23px 0;
  }
  #contact-wrapper #contact-map p {
    margin: 0 0 15px 0;
    font-size: 20px;
    line-height: 25px;
  }
  form.contact-form {
    position: relative;
  }
  form.contact-form p {
    margin-bottom: 15px;
  }
  form.contact-form label {
    width: 100%;
    margin-bottom: 10px;
  }
  form.contact-form input,
  form.contact-form textarea,
  form.contact-form select {
    box-sizing: border-box;
    width: 100%;
  }
  form.contact-form input {
    line-height: 22px;
  }
  form.contact-form textarea {
    resize: none;
    padding-top: 3px;
  }
  form.contact-form .g-recaptcha {
    margin: 0 0 40px;
  }
}
.callback_sticky {
  position: fixed;
  z-index: 100;
  right: 15px;
  bottom: 15px;
  max-width: 330px;
}
.callback_sticky #callback_form {
  display: none;
  overflow: hidden;
  height: 510px;
  padding: 0;
  border-radius: 12px;
  background: #fff;
  box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.callback_sticky #callback_form header {
  position: relative;
  padding: 10px 25px;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  color: #fff;
  background: #152d5d;
}
.callback_sticky #callback_form header .close_form {
  display: none;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 15px;
  height: 15px;
  background: url("../pics/ui/close-white.svg") no-repeat center center;
  background-size: contain;
  cursor: pointer;
}
.callback_sticky #callback_form form {
  height: calc(100% - 65px);
  padding: 20px 25px 20px 25px;
}
.callback_sticky #callback_form form button {
  margin: 0 auto !important;
}
.callback_sticky #callback_form .time_slots {
  max-height: 340px;
}
.callback_sticky > button {
  display: flex;
  align-items: center;
  height: 50px;
  margin: 15px 0 0 auto;
  padding: 13px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  text-align: center;
  color: #152d5d;
  border: none;
  border-radius: 12px;
  background: #65ed49;
  appearance: none;
  gap: 8px;
}
.callback_sticky > button img {
  width: 24px;
  height: 24px;
}
.callback_sticky > button.active {
  width: 50px;
  font-size: 0;
  line-height: 0;
  background: #65ed49 url(../pics/ui/close.svg) no-repeat center center;
}
.callback_sticky > button.active img {
  display: none;
}
@media only screen and (max-width: 680px) {
  .callback_sticky {
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .callback_sticky.active {
    height: 100dvh;
  }
  .callback_sticky #callback_form {
    border-radius: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
  }
  .callback_sticky #callback_form header {
    padding: 15px 42px;
  }
  .callback_sticky #callback_form header .close_form {
    display: block;
  }
  .callback_sticky > button {
    margin: 0 15px 15px 0;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 0;
    line-height: 0;
    gap: 0;
  }
  .callback_sticky > button.active {
    display: none;
  }
}

#callback {
  background-color: #ccd2dd;
}
#callback section {
  padding: 80px 0;
}
#callback h1 {
  margin: 0 0 80px;
  font-size: 28px;
  font-weight: 800;
  line-height: 130%;
  text-align: center;
  color: #152d5d;
}
#callback .col_2 {
  display: flex;
  justify-content: space-evenly;
  gap: 0 80px;
}
#callback .content {
  max-width: 620px;
  flex: 1;
}
#callback .content > div {
  margin: 0 0 60px;
}
#callback .content > div > div {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
  gap: 25px;
}
#callback .content > div > div p {
  font-size: 18px;
}
#callback .content > div:last-child {
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  #callback section {
    padding: 60px 0;
  }
  #callback h1 {
    margin-bottom: 60px;
  }
  #callback .col_2 {
    gap: 0 40px;
  }
  #callback .content {
    margin: 0 0 40px;
  }
  #callback .content > div {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 900px) {
  #callback section {
    padding: 30px 0;
  }
  #callback h1 {
    display: none;
  }
  #callback .col_2 {
    flex-direction: column;
    gap: 40px 0;
  }
  #callback .content > div {
    margin-bottom: 50px;
  }
  #callback .content > div > div {
    gap: 15px;
  }
  #callback .content > div p {
    font-size: 14px;
  }
  #callback .content > div:last-child {
    margin: 0;
  }
}

#callback_form {
  overflow: hidden;
  width: 100%;
  max-width: 380px;
  height: 520px;
  padding: 25px;
  border-radius: 12px;
  background-color: #ffffff;
  flex-shrink: 0;
}
#callback_form .step {
  display: none;
}
#callback_form .step_1 {
  display: block;
}
#callback_form .step_3 h2 {
  margin: 0 0 30px;
}
#callback_form h2 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 800;
  line-height: 130%;
  text-align: left;
  color: #152d5d;
}
#callback_form p {
  margin: 0 0 30px;
  color: #152d5d;
}
#callback_form .day_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  gap: 20px;
}
#callback_form .day_container .prev_day,
#callback_form .day_container .next_day,
#callback_form .day_container > span {
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
}
#callback_form .day_container .prev_day {
  background-image: url("../pics/ui/arrow-left.svg");
}
#callback_form .day_container .next_day {
  background-image: url("../pics/ui/arrow.svg");
}
#callback_form .select_day {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
  text-align: center;
  color: #152d5d;
}
#callback_form .time_slots {
  display: grid;
  overflow-y: auto;
  justify-content: center;
  width: 100%;
  height: auto;
  max-height: 420px;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
#callback_form .hour {
  max-height: 60px;
  padding: 21px 18px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  color: #152d5d;
  border: 1px solid #152d5d;
  border-radius: 12px;
}
#callback_form .hour label {
  cursor: pointer;
}
#callback_form .hour input {
  display: none;
}
#callback_form .hour:hover {
  color: white;
  background-color: #152d5d;
}
#callback_form legend {
  margin: 0 0 10px;
  font-weight: 700;
  color: #152d5d;
}
#callback_form .selectric-wrapper {
  width: 100%;
}
#callback_form .selectric {
  margin: 0 0 30px;
  padding: 15px 20px 15px 10px;
  border: 1px solid #152d5d;
  border-radius: 12px;
}
#callback_form .selectric .label {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 130%;
  color: #152d5d;
}
#callback_form .selectric .button {
  right: 20px;
  background: transparent url("../pics/ui/arrow-down-black.svg") no-repeat right center;
  background-size: 12px;
}
#callback_form .selectric .button::after {
  display: none;
}
#callback_form .selectric-open .selectric {
  background: #ffffff;
}
#callback_form .radio_wrapper {
  display: flex;
  align-items: center;
  margin: 0 0 10px;
  padding: 20px;
  cursor: pointer;
  border: 1px solid #152d5d;
  border-radius: 12px;
  gap: 0 20px;
}
#callback_form .radio_wrapper:last-child {
  margin: 0;
}
#callback_form .radio_wrapper input {
  display: none;
}
#callback_form .radio_wrapper input:checked + .radio::after {
  display: block;
}
#callback_form .radio_wrapper .radio {
  position: relative;
  width: 20px;
  height: 20px;
  padding: 6px;
  border: 1px solid #152d5d;
  border-radius: 50%;
}
#callback_form .radio_wrapper .radio::after {
  position: absolute;
  top: 3px;
  left: 3px;
  display: none;
  width: 12px;
  height: 12px;
  content: "";
  border-radius: 50%;
  background-color: #152d5d;
}
#callback_form input[type=text] {
  width: 100%;
  padding: 15px 20px 15px 15px;
  border: 1px solid #152d5d;
  border-radius: 12px;
}
#callback_form button {
  padding: 14px 24px;
  font-size: 16px;
  cursor: pointer;
  color: #ffffff;
  border: none;
  border-radius: 12px;
  background-color: #ff8139;
  appearance: none;
}
@media only screen and (max-width: 900px) {
  #callback_form {
    margin: 0 auto;
    order: -1;
  }
}

.faq_list {
  display: block;
}
.home .faq_list .wrap > div {
  border: 1px solid #152d5d;
}
.faq_list .wrap > div {
  width: 790px;
  max-width: 100%;
  margin: 0 auto 16px;
  background-color: white;
  border-radius: 16px;
}
.faq_list .wrap > div:last-child {
  margin-bottom: 0;
}
.faq_list .wrap > div:has(+ p) {
  margin-bottom: 40px;
}
.faq_list .wrap > div h3 {
  padding: 20px 40px 20px 20px;
  font-size: 18px;
  font-weight: 800;
  line-height: 150%;
  cursor: pointer;
  color: #152d5d;
  background: url("../pics/ui/arrow-down-black.svg") no-repeat right 20px center;
  background-size: 16px;
}
.faq_list .wrap > div h4 {
  margin: 0 0 5px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  color: #152d5d;
}
.faq_list .wrap > div ul li {
  line-height: 24px;
}
.faq_list .wrap > div .more {
  text-decoration: none;
  padding-right: 24px;
  background: url("../pics/ui/arrow.svg") no-repeat right 8px center;
  transition: all 150ms ease;
}
.faq_list .wrap > div .more:hover, .faq_list .wrap > div .more:focus, .faq_list .wrap > div .more:active {
  background-position: right 4px center;
}
.faq_list .wrap > div div {
  display: none;
  padding: 0 40px 20px 20px;
}
.faq_list .wrap > div div p,
.faq_list .wrap > div div li,
.faq_list .wrap > div div a {
  margin-bottom: 20px !important;
  font-size: 16px;
  color: #152d5d;
}
.faq_list .wrap > div div ul {
  margin-bottom: 20px;
  padding-left: 20px;
}
.faq_list .wrap > div div ul:last-child {
  margin-bottom: 0;
}
.faq_list .wrap > div div ul li {
  margin: 0 0 20px;
}
.faq_list .wrap > div div ul li:last-child {
  margin-bottom: 0;
}
.faq_list .wrap > div .active {
  background-image: url("../pics/ui/arrow-up-black.svg");
}
@media only screen and (max-width: 769px) {
  .faq_list {
    display: block;
  }
  .faq_list .wrap > div {
    width: 790px;
    max-width: 100%;
    margin: 0 auto 16px;
    border: 1px solid #152d5d;
    border-radius: 16px;
  }
  .faq_list .wrap > div:last-child {
    margin-bottom: 0;
  }
  .faq_list .wrap > div h3 {
    font-size: 16px;
  }
}

#faq_page .faq-content-section {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 15px 20px 30px 20px;
}
@media only screen and (max-width: 769px) {
  #faq_page .faq-content-section {
    padding: 15px 15px 0 15px;
  }
}
#faq_page .faq-home-header {
  text-align: left;
  margin: 0 0 40px;
}
#faq_page .faq-home-header h1 {
  font-size: 40px;
  font-weight: 800;
  line-height: 125%;
  color: #152d5d;
  margin: 0 0 30px;
}
#faq_page .faq-home-header .intro {
  margin: 0;
  text-align: left;
  font-size: 16px;
  line-height: 150%;
  color: #152d5d;
}
@media only screen and (max-width: 769px) {
  #faq_page .faq-home-header {
    margin: 0 0 40px;
  }
  #faq_page .faq-home-header h1 {
    font-size: 28px;
    line-height: 32px;
  }
  #faq_page .faq-home-header .intro {
    font-size: 14px;
  }
}
#faq_page .faq-fiche {
  width: 100% !important;
  box-sizing: border-box;
}
#faq_page .faq-fiche h1 {
  margin: 0 0 30px;
  font-size: 40px;
  line-height: 50px;
  font-weight: 800;
  color: #152d5d;
}
#faq_page .faq-fiche p,
#faq_page .faq-fiche li,
#faq_page .faq-fiche span {
  color: #152d5d;
  font-size: 16px;
  line-height: 150%;
}
#faq_page .faq-fiche .to_summarized {
  margin: 0 0 80px;
}
@media only screen and (max-width: 1024px) {
  #faq_page .faq-fiche h1 {
    font-size: 34px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 769px) {
  #faq_page .faq-fiche h1 {
    font-size: 28px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 540px) {
  #faq_page .faq-fiche h1 {
    font-size: 22px;
    line-height: 28px;
  }
}

#other-questions > p,
#other-questions > h2 {
  margin: 0 0 20px;
  font-size: 28px;
  line-height: 32px;
  font-weight: 800;
  color: #152d5d;
}

.formulaire-wrapper {
  position: relative;
  width: 100%;
}
.formulaire-wrapper h1 {
  margin: 0 0 30px !important;
  font-size: 28px !important;
  line-height: 32px !important;
  text-align: center;
  color: #152d5d !important;
}
.formulaire-wrapper #form-wrapper {
  position: relative;
  width: 100%;
  margin: 0 0 25px;
}
.formulaire-wrapper #form-wrapper form {
  position: relative;
  padding: 50px;
  border-radius: 16px;
  background: #f2f2f2;
}
.formulaire-wrapper #form-wrapper img {
  position: absolute;
  right: 0;
  bottom: 93px;
}
.formulaire-wrapper #form-wrapper img.fixed {
  top: 188px;
  bottom: auto;
}
.formulaire-wrapper #form-wrapper #form-slides-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: auto !important;
}
.formulaire-wrapper #form-wrapper #form-slides-wrapper .form-slide {
  box-sizing: border-box;
  width: 500px;
  max-width: 100%;
  margin: 0 0 20px;
}
.formulaire-wrapper #form-wrapper #form-slides-wrapper .form-slide h2,
.formulaire-wrapper #form-wrapper #form-slides-wrapper .form-slide h1 {
  margin: 0 0 30px;
  text-align: center;
}
.formulaire-wrapper #form-wrapper #form-slides-wrapper .form-slide .title {
  margin-bottom: 30px;
  font-size: 22px;
  line-height: 26px;
  color: #152d5d;
}
.formulaire-wrapper #form-wrapper #form-slides-wrapper .form-slide a.help {
  position: absolute;
  top: -4px;
  right: -25px;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 5px;
  cursor: help;
  text-decoration: none;
  text-transform: none;
  border-radius: 50px;
  background-color: #e1e1e1;
}
.formulaire-wrapper #form-wrapper #form-slides-wrapper .form-slide a.help::after {
  position: absolute;
  top: 1px;
  left: 6.5px;
  font-size: 14px;
  font-weight: 800;
  line-height: 16px;
  content: "i";
}
.formulaire-wrapper #form-wrapper #form-slides-wrapper .form-slide a.help span {
  position: absolute;
  z-index: 5;
  top: -5px;
  left: 20px;
  display: none;
  width: 150px;
  padding: 5px 7px;
  font-size: 10px;
  color: #646464;
  border: 1px solid #dfdfdf;
  background: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.formulaire-wrapper #form-wrapper #form-slides-wrapper .form-slide a.help span.hidden {
  display: none;
}
.formulaire-wrapper #form-wrapper #form-slides-wrapper .form-slide a.help span strong {
  display: block;
}
.formulaire-wrapper #form-wrapper #form-slides-wrapper .form-slide p.input-helper-wrapper {
  position: relative;
}
.formulaire-wrapper #form-wrapper #form-slides-wrapper .form-slide p.input-helper-wrapper span.input-helper {
  position: absolute;
  z-index: 5;
  top: 100%;
  left: 215px;
  display: block;
  display: none;
  margin-top: 5px;
  padding: 5px 7px;
  font-size: 10px;
  line-height: 14px;
  color: #646464;
  border: 1px solid #dfdfdf;
  background: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.formulaire-wrapper #form-wrapper #form-slides-wrapper .form-slide p.input-helper-wrapper span.input-helper.hidden {
  display: none;
}
.formulaire-wrapper #form-wrapper #form-slides-wrapper .form-slide p.input-helper-wrapper span.input-helper strong {
  display: block;
}
.formulaire-wrapper #form-wrapper #form-slides-wrapper .form-slide p.input-helper-wrapper span.input-helper a.close-input-helper {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 11px;
  text-decoration: none;
  color: #646464;
}
.formulaire-wrapper #form-wrapper #form-slides-wrapper .form-slide#form-conclusion {
  position: relative !important;
  padding-bottom: 0 !important;
}
.formulaire-wrapper #form-wrapper #form-slides-wrapper .form-slide#form-conclusion p {
  line-height: 24px;
  color: #3c3c3b;
}
.formulaire-wrapper #form-wrapper #form-slides-wrapper .form-slide p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 0 20px 0;
  font-size: 16px;
  font-weight: 700;
  color: #152d5d;
}
.formulaire-wrapper #form-wrapper #form-slides-wrapper .form-slide p.nodisplay {
  display: none !important;
}
.formulaire-wrapper #form-wrapper #form-slides-wrapper .form-slide p label {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  color: #152d5d;
}
.formulaire-wrapper #form-wrapper #form-slides-wrapper .form-slide p label span {
  display: block;
  font-size: 12px;
  line-height: 14px;
  text-transform: none;
}
.formulaire-wrapper #form-wrapper #form-slides-wrapper .form-slide p span.label {
  display: block;
  width: 100%;
  max-width: fit-content;
  margin: 0 0 15px;
  padding: 0 15px 0 0;
  font-size: 16px;
  line-height: 20px;
  color: #152d5d;
}
.formulaire-wrapper #form-wrapper #form-slides-wrapper .form-slide p span.label a {
  line-height: normal !important;
}
.formulaire-wrapper #form-wrapper #form-slides-wrapper .form-slide p input {
  margin-right: 10px;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  border: 1px solid #e1e1e1;
  border-radius: 12px;
  background: #fff;
  flex: 1 0;
}
.formulaire-wrapper #form-wrapper #form-slides-wrapper .form-slide p.radio-replacements {
  position: relative;
  width: fit-content;
  margin: 0 auto 10px;
  text-align: center;
}
.formulaire-wrapper #form-wrapper #form-slides-wrapper .form-slide p.radio-replacements.small {
  width: 100%;
}
.formulaire-wrapper #form-wrapper #form-slides-wrapper .form-slide p.radio-replacements.small strong {
  color: #152d5d;
}
.formulaire-wrapper #form-wrapper #form-slides-wrapper .form-slide p.radio-replacements.small .label {
  max-width: 100% !important;
  font-weight: normal !important;
  flex: unset;
}
.formulaire-wrapper #form-wrapper #form-slides-wrapper .form-slide p.radio-replacements.small .bg-hover {
  width: 48%;
}
.formulaire-wrapper #form-wrapper #form-slides-wrapper .form-slide p.radio-replacements.small .bg-hover:hover, .formulaire-wrapper #form-wrapper #form-slides-wrapper .form-slide p.radio-replacements.small .bg-hover:has(.checked) {
  color: #fff !important;
  background-color: #ff8139 !important;
}
.formulaire-wrapper #form-wrapper #form-slides-wrapper .form-slide p.radio-replacements .bg-hover > div {
  display: none !important;
}
.formulaire-wrapper #form-wrapper #form-slides-wrapper .form-slide p.radio-replacements .bg-hover input {
  display: none !important;
}
.formulaire-wrapper #form-wrapper #form-slides-wrapper .form-slide p.radio-replacements .bg-hover:has(.checked) {
  color: #fff !important;
  background-color: #ff8139 !important;
}
.formulaire-wrapper #form-wrapper #form-slides-wrapper .form-slide p.radio-replacements strong {
  width: 100%;
  margin: 0 0 10px;
}
.formulaire-wrapper #form-wrapper #form-slides-wrapper .form-slide p.radio-replacements input {
  width: auto;
  line-height: normal;
  vertical-align: top;
}
.formulaire-wrapper #form-wrapper #form-slides-wrapper .form-slide p.radio-replacements label {
  display: flex;
  width: 220px;
  max-width: unset !important;
  min-height: 110px;
  margin: 0 auto 15px;
  padding: 32px;
  font-family: "Mulish", sans-serif;
  font-weight: normal !important;
  cursor: pointer;
  transition: 150ms ease-in-out;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  color: #152d5d;
  border: 1px solid #e1e1e1;
  border-radius: 16px;
  background: #fff;
}
.formulaire-wrapper #form-wrapper #form-slides-wrapper .form-slide p.radio-replacements label:hover, .formulaire-wrapper #form-wrapper #form-slides-wrapper .form-slide p.radio-replacements label:focus, .formulaire-wrapper #form-wrapper #form-slides-wrapper .form-slide p.radio-replacements label:active {
  color: #fff;
  background-color: #ff8139;
}
.formulaire-wrapper #form-wrapper #form-slides-wrapper .form-slide p.radio-replacements label span {
  display: inline;
  margin: auto;
  font-size: 16px;
  line-height: 20px;
}
.formulaire-wrapper #form-wrapper #form-slides-wrapper .form-slide p.inline > input,
.formulaire-wrapper #form-wrapper #form-slides-wrapper .form-slide p.inline > .selectric-wrapper,
.formulaire-wrapper #form-wrapper #form-slides-wrapper .form-slide p.inline .small-select {
  width: 40% !important;
  flex: unset;
}
.formulaire-wrapper #form-wrapper #form-slides-wrapper .form-slide p.inline > .selectric-wrapper,
.formulaire-wrapper #form-wrapper #form-slides-wrapper .form-slide p.inline .small-select {
  margin: 0 0 0 20px;
}
.formulaire-wrapper #form-wrapper #form-slides-wrapper .form-slide p > span {
  flex: 1 0;
}
.formulaire-wrapper #form-wrapper #form-slides-wrapper .form-slide p > span:has(> .selectric-wrapper) {
  margin-right: 10px;
}
.formulaire-wrapper #form-wrapper #form-slides-wrapper .form-slide p > span.month-year-select {
  align-self: flex-start;
  width: 48%;
}
.formulaire-wrapper #form-wrapper #form-slides-wrapper .form-slide p .selectric-wrapper {
  display: inline-block;
  width: 100%;
  margin: 0 10px 0 0;
  vertical-align: middle;
}
.formulaire-wrapper #form-wrapper #form-slides-wrapper .form-slide p .selectric-wrapper .selectric {
  text-align: center;
  border-radius: 12px !important;
  background: #fff;
}
.formulaire-wrapper #form-wrapper #form-slides-wrapper .form-slide p .selectric-wrapper .selectric .label {
  max-width: unset;
  height: auto;
  margin: 0 22px 0 0;
  padding: 10px 15px;
  font-size: 16px;
  line-height: 20px !important;
  text-transform: unset;
  color: #152d5d;
  border-radius: 12px;
}
.formulaire-wrapper #form-wrapper #form-slides-wrapper .form-slide p .selectric-wrapper .selectric .button {
  width: 24px;
  height: 22px;
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #fff;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}
.formulaire-wrapper #form-wrapper #form-slides-wrapper .form-slide p .selectric-wrapper .selectric p {
  width: auto;
}
.formulaire-wrapper #form-wrapper #form-slides-wrapper .form-slide p.form-optin {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  /* display: inline-block; */
  width: 510px;
  font-size: 13px;
  font-weight: 400;
  color: #6a6b6a;
  gap: 10px;
}
.formulaire-wrapper #form-wrapper #form-slides-wrapper .form-slide p.form-optin.with_input .iradio_minimal {
  flex-basis: 20px;
  width: 20px;
  height: 16px;
  flex-grow: 0;
  flex-shrink: 0;
}
.formulaire-wrapper #form-wrapper #form-slides-wrapper .form-slide p.form-optin .spacer_optin {
  display: block;
  flex-basis: 20px;
  width: 20px;
  flex-grow: 0;
  flex-shrink: 0;
}
.formulaire-wrapper #form-wrapper #form-slides-wrapper .form-slide p.form-optin.full {
  width: auto;
  margin-right: 20px;
}
.formulaire-wrapper #form-wrapper #form-slides-wrapper .step-wrapper {
  position: absolute;
  top: 35%;
  right: 123px;
}
.formulaire-wrapper #form-wrapper #form-slides-wrapper .step-wrapper p {
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  text-transform: none;
  color: #152d5d;
}
.formulaire-wrapper #form-wrapper #form-slides-wrapper .step-wrapper p.stp {
  margin: 0 0 10px 0;
  font-size: 30px;
  line-height: 36px;
  color: #ff8139;
}
.formulaire-wrapper #form-wrapper #form-slides-wrapper #form-nav {
  width: 100%;
  margin: 25px;
}
.formulaire-wrapper #form-wrapper #form-slides-wrapper #form-nav p {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  color: #6a6b6a;
}
.formulaire-wrapper #form-wrapper #form-slides-wrapper #form-nav #form-progress-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.formulaire-wrapper #form-wrapper #form-slides-wrapper #form-nav #form-progress-wrapper .prev {
  padding: 15px 25px 15px 45px;
  color: #152d5d;
  border: 1px solid #152d5d;
  background: transparent url("../pics/ui/arrow-left.svg") no-repeat left 25px center;
}
.formulaire-wrapper #form-wrapper #form-slides-wrapper #form-nav #form-progress-wrapper .prev:hover, .formulaire-wrapper #form-wrapper #form-slides-wrapper #form-nav #form-progress-wrapper .prev:focus, .formulaire-wrapper #form-wrapper #form-slides-wrapper #form-nav #form-progress-wrapper .prev:active {
  background: url("../pics/ui/arrow-left.svg") no-repeat left 18px center;
}
.formulaire-wrapper #form-wrapper #form-slides-wrapper #form-nav #form-progress-wrapper a {
  display: block;
  padding: 15px 45px 15px 25px;
  font-size: 14px;
  line-height: 18px;
  transition: 150ms ease-in-out;
  text-decoration: none;
  color: #fff;
  border-radius: 6px;
  background: #ff8139 url("../pics/ui/arrow-white.svg") no-repeat right 25px center;
}
.formulaire-wrapper #form-wrapper #form-slides-wrapper #form-nav #form-progress-wrapper a:hover, .formulaire-wrapper #form-wrapper #form-slides-wrapper #form-nav #form-progress-wrapper a:focus, .formulaire-wrapper #form-wrapper #form-slides-wrapper #form-nav #form-progress-wrapper a:active {
  background: #ef722b url("../pics/ui/arrow-white.svg") no-repeat right 18px center;
}
.formulaire-wrapper #form-wrapper #form-slides-wrapper #form-nav #form-progress-wrapper > div {
  position: relative;
  margin-inline: 20px 0;
}
.formulaire-wrapper #form-wrapper #form-slides-wrapper #form-nav #form-progress-wrapper > div span {
  font-size: 11px;
  font-family: "Mulish", sans-serif;
  text-transform: uppercase;
  color: #6a6b6a;
}
.formulaire-wrapper #form-wrapper #form-slides-wrapper #form-nav #form-progress-wrapper > div span.etape {
  margin-right: 35px;
}
.formulaire-wrapper #form-wrapper #form-slides-wrapper #form-nav #form-progress-wrapper > div span.perc_25 {
  margin-right: 75px;
}
.formulaire-wrapper #form-wrapper #form-slides-wrapper #form-nav #form-progress-wrapper > div span.perc_50 {
  margin-right: 65px;
}
.formulaire-wrapper #form-wrapper #form-slides-wrapper #form-nav #form-progress-wrapper > div span.perc_75 {
  margin-right: 65px;
}
.formulaire-wrapper #form-wrapper #form-slides-wrapper #form-nav #form-progress-wrapper > div span.perc_100 {
  margin-right: 30px;
}
.formulaire-wrapper #form-wrapper #form-slides-wrapper #form-nav #form-progress-wrapper > div span strong {
  font-family: "ProximaNova-Regular", sans-serif;
}
.formulaire-wrapper #form-wrapper #form-slides-wrapper #form-nav #form-progress-wrapper #form-progress {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 385px;
  height: 13px;
  line-height: 7px;
  border: 3px solid #9d9d9c;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
}
.formulaire-wrapper #form-wrapper #form-slides-wrapper #form-nav #form-progress-wrapper #form-progress #progress {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  height: 7px;
  background: #ff8139;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.formulaire-wrapper #form-wrapper #form-slides-wrapper .g-recaptcha {
  clear: both;
}
.formulaire-wrapper #form-desc {
  max-width: 700px;
  margin: 20px auto 0;
}
.formulaire-wrapper #form-desc h2 {
  margin: 0 0 15px;
  font-size: 22px;
  font-weight: 800;
  line-height: 28px;
  color: #152d5d;
}
.formulaire-wrapper #form-desc h3 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 15px;
  text-align: left;
  color: #71809d;
}
.formulaire-wrapper #form-desc > div {
  margin: 0 0 30px;
}
.formulaire-wrapper #form-desc > div:last-of-type {
  margin-bottom: 0;
}
.formulaire-wrapper #form-desc ol li {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 24px;
  color: #152d5d;
}
.formulaire-wrapper #form-desc ul {
  margin: 0 0 20px 20px;
}
.formulaire-wrapper #form-desc ul li {
  margin: 0 0 5px;
  color: #152d5d;
}
.formulaire-wrapper #form-desc p {
  margin: 0 0 20px 0;
  font-size: 16px;
  line-height: 24px;
  color: #152d5d;
}

input[type=range] {
  width: 100%;
  height: 7px;
  transition: background 450ms ease-in;
  border-radius: 8px;
  outline: none;
  background: linear-gradient(to right, #65ed49 0%, #65ed49 50%, #ccd2dd 50%, #ccd2dd 100%);
  -webkit-appearance: none;
}
input[type=range]::-webkit-slider-thumb {
  width: 16px;
  height: 16px;
  cursor: pointer;
  border-radius: 50%;
  background: #65ed49;
  -webkit-appearance: none;
}

/************************************************************/
/************************************************************/
@media only screen and (max-width: 1024px) {
  .formulaire-wrapper h1 {
    font-size: 24px;
    line-height: 28px;
  }
  .formulaire-wrapper #form-wrapper {
    width: 100%;
    margin: 0 0 30px;
  }
}
@media only screen and (max-width: 769px) {
  .formulaire-wrapper h1 {
    font-size: 20px;
    line-height: 24px;
  }
  .formulaire-wrapper #form-wrapper form {
    padding: 25px;
  }
  .formulaire-wrapper #form-wrapper #form-slides-wrapper {
    height: auto !important;
  }
  .formulaire-wrapper #form-wrapper #form-slides-wrapper > div {
    width: 100%;
  }
  .formulaire-wrapper #form-wrapper #form-slides-wrapper .form-slide {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 0;
  }
  .formulaire-wrapper #form-wrapper #form-slides-wrapper .form-slide p.radio-replacements {
    width: 80%;
  }
  .formulaire-wrapper #form-wrapper #form-slides-wrapper .form-slide p.radio-replacements .bg-hover {
    width: 100%;
    min-height: unset;
    padding: 25px;
  }
  .formulaire-wrapper #form-wrapper #form-slides-wrapper .form-slide p.form-optin {
    width: 100%;
  }
  .formulaire-wrapper #form-wrapper #form-slides-wrapper .form-slide .title {
    font-size: 18px;
    line-height: 24px;
  }
  .formulaire-wrapper #form-wrapper #form-slides-wrapper .step-wrapper {
    position: relative;
    top: unset;
    right: unset;
    left: unset;
    width: auto;
    height: auto;
    margin: 0 0 10px;
    order: -1;
  }
  .formulaire-wrapper #form-wrapper #form-slides-wrapper .step-wrapper p.stp {
    font-size: 22px;
    line-height: 26px;
  }
  .formulaire-wrapper #form-wrapper #form-slides-wrapper #form-nav #form-progress-wrapper {
    gap: 50px;
  }
  .formulaire-wrapper #form-wrapper #form-slides-wrapper #form-nav #form-progress-wrapper > div {
    display: none;
    margin: 20px 0;
  }
  .formulaire-wrapper #form-wrapper #form-slides-wrapper #form-nav #form-progress-wrapper > div span.etape {
    margin-right: 20px;
  }
  .formulaire-wrapper #form-wrapper #form-slides-wrapper #form-nav #form-progress-wrapper > div span.perc_25,
  .formulaire-wrapper #form-wrapper #form-slides-wrapper #form-nav #form-progress-wrapper > div span.perc_50,
  .formulaire-wrapper #form-wrapper #form-slides-wrapper #form-nav #form-progress-wrapper > div span.perc_75 {
    margin-right: 30px;
    margin-left: 0;
  }
  .formulaire-wrapper #form-wrapper #form-slides-wrapper #form-nav #form-progress-wrapper #form-progress {
    display: none;
  }
  .formulaire-wrapper #form-desc {
    width: 100%;
    padding-inline: 15px !important;
  }
}
@media only screen and (max-width: 450px) {
  .formulaire-wrapper #form-wrapper #form-slides-wrapper .form-slide p.radio-replacements {
    width: 100%;
  }
  .formulaire-wrapper #form-wrapper #form-slides-wrapper .form-slide p.form-optin {
    width: 100%;
  }
  .formulaire-wrapper #form-wrapper #form-slides-wrapper #form-nav #form-progress-wrapper {
    gap: 20px;
  }
}
.lead_form_optins {
  font-size: 14px;
}
.lead_form_optins > div {
  margin-bottom: 20px;
}
.lead_form_optins > div:last-of-type {
  margin-bottom: 0;
}
.lead_form_optins p {
  display: block !important;
  text-align: left !important;
  line-height: 24px;
  margin-bottom: 0 !important;
}
.lead_form_optins ul {
  margin: 0 0 0 30px;
}
.lead_form_optins ul li {
  line-height: 24px;
}
.lead_form_optins .lead_form_optin_item {
  display: flex;
  gap: 20px;
}
.lead_form_optins .lead_form_optin_item label {
  flex-grow: 1;
}
.lead_form_optins .iradio_minimal {
  margin-top: 4px;
  flex-shrink: 0;
  border-radius: 4px;
}

#guide_page {
  /************************************************************/
  /************************************************************/
}
#guide_page #guides-wrapper {
  margin: 0 0 30px 0;
  background: #fff;
}
#guide_page #guides-wrapper h1 {
  font-size: 24px !important;
  line-height: 28px !important;
  letter-spacing: 0.25px;
}
#guide_page #guides-wrapper ul.guides-links {
  font-size: 18px;
  line-height: 18px;
  list-style: none;
  color: #5e5e5e;
}
#guide_page #guides-wrapper ul.guides-links > li {
  margin: 0 30px 15px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #ccc;
}
#guide_page #guides-wrapper ul.guides-links > li:hover > a, #guide_page #guides-wrapper ul.guides-links > li:focus > a, #guide_page #guides-wrapper ul.guides-links > li:active > a {
  color: #ff8139;
}
#guide_page #guides-wrapper ul.guides-links > li > a {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0;
  text-decoration: none;
  color: inherit;
}
#guide_page #guides-wrapper ul.guides-links > li > a::after {
  content: "+";
  font-weight: 800;
  position: relative;
  float: right;
  color: #152d5d !important;
  transition: 150ms;
}
#guide_page #guides-wrapper ul.guides-links > li > a.opened {
  margin: 0 0 20px;
}
#guide_page #guides-wrapper ul.guides-links > li > a.opened::after {
  content: "-";
}
#guide_page #guides-wrapper ul.guides-links > li ul {
  display: none;
  list-style: none;
  margin: 10px 0 10px 10px;
}
#guide_page #guides-wrapper ul.guides-links > li ul li {
  margin: 0 0 15px 0;
}
#guide_page #guides-wrapper ul.guides-links > li ul li a {
  font-size: 15px;
  line-height: 18px;
  display: block;
  margin: 0 0 10px;
}
#guide_page #guides-wrapper ul.guides-links > li ul li a:hover, #guide_page #guides-wrapper ul.guides-links > li ul li a:focus, #guide_page #guides-wrapper ul.guides-links > li ul li a:active {
  color: #ff8139;
}
#guide_page .guide-fiche {
  width: 100% !important;
  box-sizing: border-box;
}
#guide_page .guide-fiche h1 {
  margin: 0 0 30px;
  font-weight: 800;
}
#guide_page .guide-fiche p,
#guide_page .guide-fiche li,
#guide_page .guide-fiche span {
  color: #152d5d;
}
#guide_page .guide-fiche .content {
  margin: 0 0 60px;
}
#guide_page .timeline_wrapper {
  width: 350px;
}
@media only screen and (max-width: 1024px) {
  #guide_page .timeline_wrapper {
    width: 100%;
  }
  #guide_page .timeline_wrapper .timeline {
    margin: 0 0 40px;
  }
}
#guide_page .other_guides {
  margin: 0 0 80px;
}
#guide_page .other_guides:last-child {
  margin: 0;
}
#guide_page .other_guides h2 {
  color: #152d5d !important;
}
@media only screen and (max-width: 1024px) {
  #guide_page .guide-fiche h1 {
    font-size: 34px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 769px) {
  #guide_page .guide-fiche h1 {
    font-size: 28px;
    line-height: 32px;
  }
  #guide_page .guide-fiche .intro {
    padding: 15px;
  }
  #guide_page .guide-fiche .intro h2 {
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 680px) {
  #guide_page #guides-wrapper ul.guides-links > li {
    margin-right: 0;
  }
  #guide_page #guides-wrapper ul.guides-links > li:hover > a, #guide_page #guides-wrapper ul.guides-links > li:focus > a, #guide_page #guides-wrapper ul.guides-links > li:active > a {
    color: inherit;
  }
}

#content-categorie {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1280px;
  margin: 2.5rem auto 4rem;
}
#content-categorie .form-optin {
  display: unset;
  width: 100%;
  min-height: 300px;
  font-size: 14px !important;
  position: relative;
  margin: 0 0 2rem;
  background-color: #f5f5f5;
  padding: 30px;
  border-radius: 12px;
  overflow: hidden;
}
#content-categorie .form-optin span {
  display: none;
}
#content-categorie .form-optin h2 {
  margin: 0 0 2rem 0;
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  color: #152d5d;
}
#content-categorie .form-optin p {
  margin: 0 0 20px;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: #706f6f;
}
#content-categorie .form-optin #form-optin-explanation {
  width: 680px;
  font-size: 20px;
  line-height: 26px;
  color: #152d5d;
}
#content-categorie .form-optin img {
  position: absolute;
  right: 0;
  bottom: 0;
}
#content-categorie .form-optin img.credit {
  transform: scale(-1, 1);
}
#content-categorie #article,
#content-categorie .article {
  width: 70%;
}
#content-categorie #article h2,
#content-categorie #article h3,
#content-categorie .article h2,
#content-categorie .article h3 {
  margin: 0 0 23px 0 !important;
  font-weight: 700;
  font-size: 19px;
  line-height: 20px;
  color: #717171;
}
#content-categorie #article #partenaires,
#content-categorie .article #partenaires {
  display: none;
}
#content-categorie #article #labels,
#content-categorie .article #labels {
  display: none;
}
#content-categorie #article #trustpilot,
#content-categorie .article #trustpilot {
  margin: 0 0 0 0;
  padding: 10px 0 10px 0;
}
#content-categorie #article #trustpilot iframe,
#content-categorie .article #trustpilot iframe {
  margin: 0;
}
#content-categorie #article #expert,
#content-categorie .article #expert {
  position: relative;
  min-height: 300px;
  margin-right: 25px;
  padding-left: 205px;
}
#content-categorie #article #expert h2,
#content-categorie .article #expert h2 {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 26px;
  line-height: 27px;
}
#content-categorie #article #expert p,
#content-categorie .article #expert p {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.1px;
  color: #878787;
}
#content-categorie #article #expert a,
#content-categorie .article #expert a {
  display: inline-block;
  font-size: 13px;
  padding-right: 24px;
  line-height: 24px;
  transition: 150ms;
  text-decoration: none;
  background: url("../pics/ui/arrow.svg") no-repeat right 8px center;
}
#content-categorie #article #expert a:hover, #content-categorie #article #expert a:focus, #content-categorie #article #expert a:active,
#content-categorie .article #expert a:hover,
#content-categorie .article #expert a:focus,
#content-categorie .article #expert a:active {
  color: #ff8139;
  background: url("../pics/ui/arrow-orange.svg") no-repeat right 3px center;
}
#content-categorie #article #expert img,
#content-categorie .article #expert img {
  position: absolute;
  top: 0;
  left: 0;
}
#content-categorie #article #expert #expert-footer,
#content-categorie .article #expert #expert-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 0 0 5px;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
}
#content-categorie #article #definition,
#content-categorie .article #definition {
  margin: 2rem 0;
}
#content-categorie #article #definition h2,
#content-categorie #article #definition h3,
#content-categorie .article #definition h2,
#content-categorie .article #definition h3 {
  margin: 4rem 0 1rem 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
  color: #152d5d;
}
#content-categorie #article #definition > p,
#content-categorie .article #definition > p {
  margin: 0 0 20px 0;
  font-size: 16px;
  line-height: 24px;
}
#content-categorie #article #definition > p a:hover,
#content-categorie #article #definition > p a:focus,
#content-categorie #article #definition > p a:active,
#content-categorie .article #definition > p a:hover,
#content-categorie .article #definition > p a:focus,
#content-categorie .article #definition > p a:active {
  color: #ff8139;
}
#content-categorie #article #definition img,
#content-categorie .article #definition img {
  max-width: 100%;
  height: auto;
}
#content-categorie #article #definition ul,
#content-categorie #article #definition ol,
#content-categorie .article #definition ul,
#content-categorie .article #definition ol {
  margin: 0 0 20px 30px;
  font-size: 16px;
  line-height: 24px;
}
#content-categorie #article #definition ul li,
#content-categorie #article #definition ol li,
#content-categorie .article #definition ul li,
#content-categorie .article #definition ol li {
  margin: 0 0 10px 0;
}
#content-categorie #article #definition ul:has(a) li a,
#content-categorie .article #definition ul:has(a) li a {
  text-decoration: none;
}
#content-categorie #article #definition ul:has(a) li a:hover, #content-categorie #article #definition ul:has(a) li a:focus, #content-categorie #article #definition ul:has(a) li a:active,
#content-categorie .article #definition ul:has(a) li a:hover,
#content-categorie .article #definition ul:has(a) li a:focus,
#content-categorie .article #definition ul:has(a) li a:active {
  color: #ff8139 !important;
}
#content-categorie #article #definition .new-btn-benchmark-long,
#content-categorie .article #definition .new-btn-benchmark-long {
  clear: both;
}
#content-categorie #article #definition #actus-in-content,
#content-categorie .article #definition #actus-in-content {
  float: right;
  width: 280px;
  margin: 0 0 20px 60px;
}
#content-categorie #article #definition #actus-in-content h3,
#content-categorie .article #definition #actus-in-content h3 {
  margin: 0 0 8px 20px !important;
  color: #152d5d;
}
#content-categorie #article #definition #actus-in-content .encart-actu,
#content-categorie .article #definition #actus-in-content .encart-actu {
  font-size: 14px;
  line-height: 18px;
}
#content-categorie #article #definition #actus-in-content .encart-actu-link,
#content-categorie .article #definition #actus-in-content .encart-actu-link {
  margin: 20px 20px 0;
}
@media only screen and (max-width: 1280px) {
  #content-categorie {
    max-width: 94%;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  #content-categorie {
    max-width: 94%;
    width: 100%;
  }
  #content-categorie .form-optin h2 {
    font-size: 34px;
    line-height: 40px;
  }
  #content-categorie .form-optin img {
    display: none;
  }
  #content-categorie #article,
  #content-categorie .article {
    width: 100%;
    flex: unset;
  }
}
@media only screen and (max-width: 768px) {
  #content-categorie .form-optin {
    order: 1;
  }
  #content-categorie .form-optin h2 {
    font-size: 26px;
    line-height: 32px;
  }
  #content-categorie #article,
  #content-categorie .article {
    order: 2;
  }
  #content-categorie #article #expert,
  #content-categorie .article #expert {
    min-height: auto;
    padding: 20px 0;
  }
  #content-categorie #article #expert h2,
  #content-categorie .article #expert h2 {
    padding: 0;
    font-size: 22px;
    line-height: 28px;
  }
  #content-categorie #article #expert img,
  #content-categorie .article #expert img {
    display: none;
    position: relative;
    bottom: 20px;
    left: 0;
  }
  #content-categorie #article #expert #expert-footer,
  #content-categorie .article #expert #expert-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 0 0 5px;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
  }
  #content-categorie #article #definition h2,
  #content-categorie .article #definition h2 {
    font-size: 20px;
    line-height: 24px;
  }
  #content-categorie #article #definition #actus-in-content,
  #content-categorie .article #definition #actus-in-content {
    max-width: 100%;
    float: none;
    margin: 0 auto;
  }
  #content-categorie .sidebar {
    order: 3;
  }
}

body.home #global .banner {
  padding: 100px 0 140px;
}
body.home #global .banner > div {
  width: 100%;
  max-width: 1320px !important;
  margin: 0 auto;
  padding: 20px 32px;
}
body.home #global .banner > div > div.sub_link {
  grid-template-columns: repeat(3, 220px) !important;
}

/************************************************************/
@media only screen and (max-width: 1280px) {
  body.home #global .banner {
    padding: 120px 0 160px;
  }
  body.home #global .banner > div > div.sub_link {
    grid-template-columns: repeat(2, 220px) !important;
  }
}
@media only screen and (max-width: 1024px) {
  body.home #global .banner {
    padding: 80px 0 180px;
  }
}
@media only screen and (max-width: 769px) {
  body.home #global .banner {
    margin-bottom: 0;
    padding: 25px 20px 30px;
  }
  body.home #global .banner > div > div.sub_link {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  body.home #global .banner > div > div.sub_link br {
    display: block;
  }
}
@font-face {
  font-family: "bdc";
  src: url("../fonts/bdc.eot");
  src: url("../fonts/bdc.eot?#iefix") format("embedded-opentype"), url("../fonts/bdc.woff") format("woff"), url("../fonts/bdc.ttf") format("truetype"), url("../fonts/bdc.svg#bdc") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: "bdc" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "bdc" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-angle-down:before {
  content: "a";
}

.icon-angle-left:before {
  content: "b";
}

.icon-angle-right:before {
  content: "c";
}

.icon-angle-up:before {
  content: "d";
}

.icon-in:before {
  content: "e";
}

.icon-arrow-circle-2-down:before {
  content: "f";
}

.icon-chevron-circle-down:before {
  content: "k";
}

.icon-chevron-circle-left:before {
  content: "l";
}

.icon-chevron-circle-right:before {
  content: "m";
}

.icon-chevron-circle-up:before {
  content: "n";
}

.icon-arrow-circle-1-up:before {
  content: "g";
}

.icon-arrow-circle-1-right:before {
  content: "h";
}

.icon-arrow-circle-1-left:before {
  content: "i";
}

.icon-arrow-circle-1-down:before {
  content: "j";
}

/*! jQuery UI - v1.11.2 - 2014-12-21
* http://jqueryui.com
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
#ui-datepicker-div {
  font-size: 12px;
  z-index: 10000 !important;
}

.ui-autocomplete {
  font-size: 12px !important;
  border-top: none;
  color: #7E7E7E;
}

.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
}

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  min-height: 0;
  font-size: 100%;
}

.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: 0.5em;
  top: 50%;
  margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
}

.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
  text-decoration: none;
}

.ui-button-icon-only {
  width: 2.2em;
}

button.ui-button-icon-only {
  width: 2.4em;
}

.ui-button-icons-only {
  width: 3.4em;
}

button.ui-button-icons-only {
  width: 3.7em;
}

.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}

.ui-button-text-only .ui-button-text {
  padding: 0.4em 1em;
}

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
  padding: 0.4em;
  text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: 0.4em 1em 0.4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: 0.4em 2.1em 0.4em 1em;
}

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}

input.ui-button {
  padding: 0.4em 1em;
}

.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
  left: 0.5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
  right: 0.5em;
}

.ui-buttonset {
  margin-right: 7px;
}

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}

input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px 0.4em;
  cursor: pointer;
  min-height: 0;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
  margin: -1px;
}

.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item {
  padding-left: 2em;
}

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}

.ui-selectmenu-button span.ui-icon {
  right: 0.5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}

.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 0.4em 2.1em 0.4em 1em;
  display: block;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 22px;
}

.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}

.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

.ui-spinner .ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-tabs {
  position: relative;
  padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
}

body .ui-tooltip {
  border-width: 2px;
}

/*! jQuery UI - v1.11.2 - 2014-12-23
* http://jqueryui.com
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
.ui-widget {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #aaa;
  background: #fff url("../pics/charte/jquery-ui/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
  color: #222;
}

.ui-widget-content a {
  color: #222;
}

.ui-widget-header {
  border: 1px solid #aaa;
  background: #ccc url("../pics/charte/jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
  color: #222;
  font-weight: bold;
}

.ui-widget-header a {
  color: #222;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url("../pics/charte/jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #555;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #555;
  text-decoration: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  border: 1px solid #999;
  background: #dadada url("../pics/charte/jquery-ui/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited {
  color: #212121;
  text-decoration: none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #aaa;
  background: #fff url("../pics/charte/jquery-ui/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url("../pics/charte/jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
  color: #363636;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #363636;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url("../pics/charte/jquery-ui/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
  color: #cd0a0a;
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon, .ui-widget-content .ui-icon {
  background-image: url("../pics/charte/jquery-ui/ui-icons_222222_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("../pics/charte/jquery-ui/ui-icons_222222_256x240.png");
}

.ui-state-default .ui-icon {
  background-image: url("../pics/charte/jquery-ui/ui-icons_888888_256x240.png");
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
  background-image: url("../pics/charte/jquery-ui/ui-icons_454545_256x240.png");
}

.ui-state-active .ui-icon {
  background-image: url("../pics/charte/jquery-ui/ui-icons_454545_256x240.png");
}

.ui-state-highlight .ui-icon {
  background-image: url("../pics/charte/jquery-ui/ui-icons_2e83ff_256x240.png");
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url("../pics/charte/jquery-ui/ui-icons_cd0a0a_256x240.png");
}

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 4px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 4px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 4px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 4px;
}

.ui-widget-overlay {
  background: #aaa url("../pics/charte/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaa url("../pics/charte/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
  border-radius: 8px;
}

/*! jQuery UI - v1.11.2 - 2014-12-23
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, menu.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
}

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  min-height: 0;
  font-size: 100%;
}

.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: 0.5em;
  top: 50%;
  margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
}

.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
  text-decoration: none;
}

.ui-button-icon-only {
  width: 2.2em;
}

button.ui-button-icon-only {
  width: 2.4em;
}

.ui-button-icons-only {
  width: 3.4em;
}

button.ui-button-icons-only {
  width: 3.7em;
}

.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}

.ui-button-text-only .ui-button-text {
  padding: 0.4em 1em;
}

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
  padding: 0.4em;
  text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: 0.4em 1em 0.4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: 0.4em 2.1em 0.4em 1em;
}

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}

input.ui-button {
  padding: 0.4em 1em;
}

.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
  left: 0.5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
  right: 0.5em;
}

.ui-buttonset {
  margin-right: 7px;
}

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}

input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px 0.4em;
  cursor: pointer;
  min-height: 0;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
  margin: -1px;
}

.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item {
  padding-left: 2em;
}

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}

.ui-selectmenu-button span.ui-icon {
  right: 0.5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}

.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 0.4em 2.1em 0.4em 1em;
  display: block;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 22px;
}

.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}

.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

.ui-spinner .ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-tabs {
  position: relative;
  padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
}

body .ui-tooltip {
  border-width: 2px;
}

.ui-widget {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #aaa;
  background: #fff url("../pics/charte/jquery-ui/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
  color: #222;
}

.ui-widget-content a {
  color: #222;
}

.ui-widget-header {
  border: 1px solid #aaa;
  background: #ccc url("../pics/charte/jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
  color: #222;
  font-weight: bold;
}

.ui-widget-header a {
  color: #222;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url("../pics/charte/jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #555;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #555;
  text-decoration: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  border: 1px solid #999;
  background: #dadada url("../pics/charte/jquery-ui/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited {
  color: #212121;
  text-decoration: none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #aaa;
  background: #fff url("../pics/charte/jquery-ui/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url("../pics/charte/jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
  color: #363636;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #363636;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url("../pics/charte/jquery-ui/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
  color: #cd0a0a;
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon, .ui-widget-content .ui-icon {
  background-image: url("../pics/charte/jquery-ui/ui-icons_222222_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("../pics/charte/jquery-ui/ui-icons_222222_256x240.png");
}

.ui-state-default .ui-icon {
  background-image: url("../pics/charte/jquery-ui/ui-icons_888888_256x240.png");
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
  background-image: url("../pics/charte/jquery-ui/ui-icons_454545_256x240.png");
}

.ui-state-active .ui-icon {
  background-image: url("../pics/charte/jquery-ui/ui-icons_454545_256x240.png");
}

.ui-state-highlight .ui-icon {
  background-image: url("../pics/charte/jquery-ui/ui-icons_2e83ff_256x240.png");
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url("../pics/charte/jquery-ui/ui-icons_cd0a0a_256x240.png");
}

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 4px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 4px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 4px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 4px;
}

.ui-widget-overlay {
  background: #aaa url("../pics/charte/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaa url("../pics/charte/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
  border-radius: 8px;
}

/* iCheck plugin Minimal skin
----------------------------------- */
.icheckbox_minimal,
.iradio_minimal {
  vertical-align: middle;
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 16px;
  height: 16px;
  border: none;
  cursor: pointer;
  background: transparent;
  border: 1px solid #90887d;
  border-radius: 6px;
  background: transparent;
}
.icheckbox_minimal input,
.iradio_minimal input {
  padding: 0 !important;
  margin: 0 !important;
}

.icheckbox_minimal {
  background-position: 0 0;
}

.icheckbox_minimal.hover {
  background-position: 0 0;
}

.icheckbox_minimal.checked {
  background-position: -16px 0;
}

.icheckbox_minimal.disabled {
  background-position: 0 0;
  cursor: default;
}

.icheckbox_minimal.checked.disabled {
  background-position: 0 0;
}

.iradio_minimal {
  background-position: 0 0;
}

.iradio_minimal.hover {
  background-position: 0 0;
}

.iradio_minimal.checked {
  background: #ff8139 url("../pics/ui/check.svg") no-repeat center center;
  background-size: cover;
}

.iradio_minimal.disabled {
  background-position: 0 0;
  cursor: default;
}

.iradio_minimal.checked.disabled {
  background-position: 0 0;
}

/* iCheck plugin pour les lead formulaire
----------------------------------- */
.icheckbox_forms,
.iradio_forms {
  display: none;
  display: inline;
  vertical-align: middle;
  margin: 0 5px 0 0;
  padding: 0;
  width: 16px;
  height: 15px;
  background: url(../pics/charte/calculettes/minimal.png) no-repeat;
  border: none;
  cursor: pointer;
}

.icheckbox_forms {
  background-position: 0 0;
}

.icheckbox_forms.hover {
  background-position: 0 0;
}

.icheckbox_forms.checked {
  background-position: -16px 0;
}

.icheckbox_forms.disabled {
  background-position: 0 0;
  cursor: default;
}

.icheckbox_forms.checked.disabled {
  background-position: 0 0;
}

.iradio_forms {
  background-position: 0 0;
}

.iradio_forms.hover {
  background-position: 0 0;
}

.iradio_forms.checked {
  background-position: -16px 0;
}

.iradio_forms.disabled {
  background-position: 0 0;
  cursor: default;
}

.iradio_forms.checked.disabled {
  background-position: 0 0;
}

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
     its values is > 50%. */
  z-index: 10;
}

.noUi-stacking + .noUi-origin {
  /* Fix stacking order in IE7, which incorrectly
     creates a new context for the origins. */
  *z-index: -1;
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 9px;
  cursor: pointer;
}

.noUi-horizontal .noUi-handle {
  width: 8px;
  height: 13px;
  left: -4px;
  top: -1px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}

/* Styling;
 */
.noUi-background {
  background: #FAFAFA;
  box-shadow: inset 0 1px 1px #f0f0f0;
}

.noUi-connect {
  background: #3FB8AF;
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

.noUi-origin {
  border-radius: 2px;
}

.noUi-target {
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-target.noUi-connect {
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45), 0 3px 6px -5px #BBB;
}

/* Handles and cursors;
 */
.noUi-dragable {
  cursor: w-resize;
}

.noUi-vertical .noUi-dragable {
  cursor: n-resize;
}

.noUi-handle {
  /* border: 1px solid #D9D9D9; */
  border-radius: 3px;
  background: #ff8139;
  cursor: w-resize;
  /* box-shadow: inset 0 0 1px #FFF,
  			inset 0 1px 7px #EBEBEB,
  			0 3px 6px -3px #BBB; */
}

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: none;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

/* Disabled state;
 */
[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  font: 400 12px Arial;
  color: #999;
}

/* Values;
 *
 */
.noUi-value {
  width: 40px;
  position: absolute;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
  display: none;
}

.noUi-marker-sub {
  background: #AAA;
}

.noUi-marker-large {
  background: #AAA;
  display: block;
  top: 32px;
}

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 50px;
  bottom: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  margin-left: -20px;
  /* padding-top: 20px; */
  padding-top: 0;
}

.noUi-value-horizontal.noUi-value-sub {
  padding-top: 15px;
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 5px;
}

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  width: 15px;
  margin-left: 20px;
  margin-top: -5px;
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

div.label {
  margin-bottom: 10px;
  width: 100%;
}
div.label h2 {
  color: #6D6E71;
  font-size: 16px !important;
  font-weight: 700;
}
div.label img {
  margin: 15px 15px 15px 0;
}
div.label p {
  font-size: 16px;
  color: #6D6E71;
  margin: 0 0 15px 0;
  line-height: 20px;
}
div.label ul {
  list-style: inside;
  margin-bottom: 15px;
}
div.label ul li {
  font-size: 16px;
  color: #6D6E71;
  line-height: 20px;
  margin-bottom: 10px;
}
div.label a {
  color: #ff8139;
  text-decoration: none;
}

/************************************************************/
/************************************************************/
/************************************************************/
/************************************************************/
@media only screen and (max-width: 680px) {
  .garanty h1 {
    text-align: center;
  }
  div.label {
    width: 100%;
    margin-bottom: 50px;
  }
  div.label h2 {
    text-align: center;
  }
  div.label img {
    margin: 0 auto;
    display: block;
    width: 215px;
    height: auto;
  }
}
#sidebar .sidebar-callback {
  margin-bottom: 25px;
}
#sidebar .sidebar-callback p {
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  color: #ff8139;
}
#sidebar .sidebar-callback p.sidebar-callback-phone {
  margin-top: 5px;
  font-weight: 800;
}
#sidebar .sidebar-callback p span {
  display: block;
  font-size: 8px;
  line-height: 10px;
  text-transform: uppercase;
  color: #6d6e71;
}

/* Lexique */
#lexique_page .lexique-content-section {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 15px 20px 0 20px;
}
@media only screen and (max-width: 769px) {
  #lexique_page .lexique-content-section {
    padding: 15px 15px 0 15px;
  }
}
#lexique_page .lexique-home-header,
#lexique_page .lexique-letter-header {
  text-align: center;
  margin: 0 0 60px;
}
#lexique_page .lexique-home-header h1,
#lexique_page .lexique-letter-header h1 {
  font-size: 40px;
  font-weight: 800;
  line-height: 125%;
  color: #152d5d;
  margin: 0 0 60px;
}
#lexique_page .lexique-home-header .intro,
#lexique_page .lexique-letter-header .intro {
  margin: 0 auto 60px;
  text-align: start;
  font-size: 16px;
  line-height: 150%;
  color: #152d5d;
}
#lexique_page .lexique-home-header .alphabet-wrapper,
#lexique_page .lexique-letter-header .alphabet-wrapper {
  display: flex;
  justify-content: center;
  margin: 0;
}
#lexique_page .lexique-home-header .alphabet-wrapper ul,
#lexique_page .lexique-letter-header .alphabet-wrapper ul {
  justify-content: space-between;
  width: 100%;
  font-size: 26px;
  font-weight: 800;
}
@media only screen and (max-width: 769px) {
  #lexique_page .lexique-home-header,
  #lexique_page .lexique-letter-header {
    margin: 0 0 40px;
  }
  #lexique_page .lexique-home-header h1,
  #lexique_page .lexique-letter-header h1 {
    font-size: 28px;
    line-height: 32px;
  }
  #lexique_page .lexique-home-header .intro,
  #lexique_page .lexique-letter-header .intro {
    font-size: 14px;
  }
}
#lexique_page #lexique-wrapper {
  margin: 0;
  background: #fff;
}
#lexique_page #lexique-wrapper h1 {
  font-size: 40px !important;
  line-height: 50px !important;
  font-weight: 700;
  letter-spacing: 0.25px;
  margin: 0 0 30px;
  color: #152d5d;
}
#lexique_page .lexique-fiche {
  width: 100% !important;
  box-sizing: border-box;
}
#lexique_page .lexique-fiche h1 {
  margin: 0 0 30px;
  font-size: 40px;
  line-height: 50px;
  font-weight: 800;
}
#lexique_page .lexique-fiche p,
#lexique_page .lexique-fiche li,
#lexique_page .lexique-fiche span {
  color: #152d5d;
  font-size: 16px;
  line-height: 150%;
}
@media only screen and (max-width: 1024px) {
  #lexique_page #lexique-wrapper h1 {
    font-size: 34px !important;
    line-height: 38px !important;
  }
  #lexique_page .lexique-fiche h1 {
    font-size: 34px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 769px) {
  #lexique_page #lexique-wrapper h1 {
    font-size: 28px !important;
    line-height: 32px !important;
  }
  #lexique_page .lexique-fiche h1 {
    font-size: 28px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 540px) {
  #lexique_page #lexique-wrapper h1 {
    font-size: 22px !important;
    line-height: 28px !important;
  }
  #lexique_page .lexique-fiche h1 {
    font-size: 22px;
    line-height: 28px;
  }
}

.alphabet-wrapper {
  width: 100%;
  overflow: hidden;
  padding: 10px 0 10px 0;
  margin: 0 0 40px 0;
}
.alphabet-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  list-style: none;
  text-transform: uppercase;
}
.alphabet-wrapper ul li::after {
  display: none;
}
.alphabet-wrapper a {
  text-decoration: none;
  color: #152d5d;
  font-size: 30px;
  transition: color 150ms;
}
.alphabet-wrapper a:hover, .alphabet-wrapper a.active {
  color: #ff8139;
}
.alphabet-wrapper span {
  vertical-align: baseline;
  line-height: 24px;
  text-decoration: none;
  text-transform: uppercase;
  color: #E1E1E1;
  font-size: 30px;
}

.lexique-content {
  margin: 0 0 40px 0;
}
.lexique-content h2 {
  color: #152d5d;
  font-weight: 800;
  font-size: 28px;
  line-height: 32px;
  margin: 0 0 20px;
}
.lexique-content p {
  margin: 0 0 10px 0;
  font-size: 16px;
  line-height: 150%;
  color: #152d5d;
}

#lexique-links-wrapper {
  margin-bottom: 40px;
  overflow: hidden;
}
#lexique-links-wrapper a {
  display: block;
  color: #58595b;
  float: left;
  width: 30%;
  padding: 12px 0 10px 0;
  margin: 0 3% 15px 0;
  text-decoration: none;
  font-size: 17px;
  font-weight: 700;
  transition: all 150ms;
}
#lexique-links-wrapper a:hover, #lexique-links-wrapper a.active {
  color: #ff8139;
}
#lexique-links-wrapper a.lexique-links-nav {
  display: inline-block;
  width: 156px;
  color: #e24315;
  line-height: 35px;
  height: auto;
  padding: 0 12px 0 12px;
  margin-right: 60px;
  background: #ebebeb;
  box-shadow: 2px 3px 0px 0px rgba(0, 0, 0, 0.18);
}
#lexique-links-wrapper a.lexique-links-nav span {
  display: inline-block;
  font-size: 25px;
  vertical-align: middle;
}
#lexique-links-wrapper a.lexique-links-nav#lexique-links-prev span {
  margin-right: 5px;
}
#lexique-links-wrapper a.lexique-links-nav#lexique-links-next {
  margin-top: 5px;
}
#lexique-links-wrapper a.lexique-links-nav#lexique-links-next span {
  margin-left: 5px;
}

.lexique-definition h1 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  color: #152d5d;
}
.lexique-definition h2 {
  color: #152d5d !important;
  font-weight: 800;
  font-size: 28px;
  line-height: 32px;
  margin: 40px 0 20px;
}
.lexique-definition p {
  font-size: 16px;
  line-height: 150%;
  color: #152d5d;
  margin: 0 0 16px;
}
@media only screen and (max-width: 1024px) {
  .lexique-definition h1 {
    font-size: 32px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 769px) {
  .lexique-definition h1 {
    font-size: 26px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 540px) {
  .lexique-definition h1 {
    font-size: 22px;
    line-height: 28px;
  }
}

.top-search-wrapper {
  margin: 0 0 68px;
}
.top-search-wrapper > h2 {
  color: #152d5d !important;
  font-size: 28px;
  line-height: 32px;
  font-weight: 800;
  margin: 0 0 20px;
  text-align: left;
}
.top-search-wrapper .top-search {
  margin: 0 0 80px;
}
.top-search-wrapper .top-search:last-child {
  margin: 0;
}
.top-search-wrapper .top-search a {
  text-decoration: none;
}
.top-search-wrapper .top-search ul li::after {
  display: none;
}

body#lp-rachat #content {
  padding-top: 0;
}
body#lp-rachat .formulaire-wrapper #form-sidebar h3 {
  color: #ff8139;
  font-weight: 400;
  font-size: 17px;
  line-height: 18px;
  margin: 0 0 30px 0;
}
body#lp-rachat .formulaire-wrapper #form-sidebar h4 {
  font-size: 23px;
  line-height: 22px;
  font-weight: 600;
  margin: 0 0 5px 0;
}
body#lp-rachat .formulaire-wrapper #form-sidebar.lp-form-gif-sidebar {
  background: none;
  padding: 0;
  width: 170px;
}

/************************************************************/
/************************************************************/
/************************************************************/
@media only screen and (max-width: 1024px) {
  body#lp-rachat h2 {
    font-size: 26px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 769px) {
  body#lp-rachat h1 {
    padding-top: 15px;
  }
  body#lp-rachat h2 {
    font-size: 22px;
    line-height: 26px;
  }
  body#lp-rachat .formulaire-wrapper {
    flex-direction: column;
    width: 100%;
  }
  body#lp-rachat .formulaire-wrapper #form-wrapper h2 {
    padding: 3px 30px 3px 6px;
    font-size: 20px;
    line-height: 22px;
    background: none;
  }
}
#content,
.content-categorie {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 1280px;
  width: 100%;
  margin: 2.5rem auto 2rem;
  column-gap: 50px;
  flex-grow: 1;
}
#content.with_summary #article,
.content-categorie.with_summary #article {
  width: calc(100% - 400px) !important;
}
#lp-rachat #content,
#lp-rachat .content-categorie {
  flex-wrap: wrap;
}
#content .separator,
.content-categorie .separator {
  margin-bottom: 25px;
  padding: 6px 0 0 0;
}
#content h1,
.content-categorie h1 {
  margin: 0 0 20px 0;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  color: #152d5d;
}
#content h2,
.content-categorie h2 {
  font-size: 28px;
  line-height: 150%;
  font-weight: 800;
  margin: 48px 0 24px;
  color: #152d5d;
}
#content h2 + h3,
.content-categorie h2 + h3 {
  margin-top: 16px;
}
@media only screen and (max-width: 769px) {
  #content h2,
  .content-categorie h2 {
    font-size: 24px;
  }
}
#content h3,
.content-categorie h3 {
  font-size: 22px;
  line-height: 150%;
  color: #71809d;
  font-weight: 800;
  margin: 32px 0 16px;
}
@media only screen and (max-width: 769px) {
  #content h3,
  .content-categorie h3 {
    font-size: 20px;
  }
}
#content h4,
.content-categorie h4 {
  font-size: 20px;
  line-height: 150%;
  color: #ccd2dd;
  font-weight: 800;
  margin: 40px 0 15px;
}
@media only screen and (max-width: 769px) {
  #content h4,
  .content-categorie h4 {
    font-size: 18px;
  }
}
#content .article_box,
.content-categorie .article_box {
  border-radius: 12px;
  border: 1px solid #D3DDF4;
  padding: 0;
  margin-bottom: 60px;
  padding-bottom: 30px;
  overflow: hidden;
}
#content .article_box h2,
.content-categorie .article_box h2 {
  padding: 20px 50px;
  margin: 0 0 24px;
  background-color: #d3ddf4;
}
#content .article_box h3,
.content-categorie .article_box h3 {
  margin: 32px 0 16px;
  color: #152d5d;
}
#content .article_box h4,
.content-categorie .article_box h4 {
  color: #4A6FA5;
}
#content .article_box h3, #content .article_box h4, #content .article_box h5, #content .article_box p:not(li p), #content .article_box ul, #content .article_box ol, #content .article_box .mobile_table_scroll,
.content-categorie .article_box h3,
.content-categorie .article_box h4,
.content-categorie .article_box h5,
.content-categorie .article_box p:not(li p),
.content-categorie .article_box ul,
.content-categorie .article_box ol,
.content-categorie .article_box .mobile_table_scroll {
  padding: 0 50px;
}
#content .article_box h3:last-child, #content .article_box h4:last-child, #content .article_box h5:last-child, #content .article_box p:not(li p):last-child, #content .article_box ul:last-child, #content .article_box ol:last-child, #content .article_box .mobile_table_scroll:last-child,
.content-categorie .article_box h3:last-child,
.content-categorie .article_box h4:last-child,
.content-categorie .article_box h5:last-child,
.content-categorie .article_box p:not(li p):last-child,
.content-categorie .article_box ul:last-child,
.content-categorie .article_box ol:last-child,
.content-categorie .article_box .mobile_table_scroll:last-child {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 769px) {
  #content .article_box,
  .content-categorie .article_box {
    margin-bottom: 40px;
  }
  #content .article_box h2,
  .content-categorie .article_box h2 {
    padding: 20px;
  }
  #content .article_box h3, #content .article_box h4, #content .article_box h5, #content .article_box p:not(li p), #content .article_box ul, #content .article_box ol, #content .article_box .mobile_table_scroll,
  .content-categorie .article_box h3,
  .content-categorie .article_box h4,
  .content-categorie .article_box h5,
  .content-categorie .article_box p:not(li p),
  .content-categorie .article_box ul,
  .content-categorie .article_box ol,
  .content-categorie .article_box .mobile_table_scroll {
    padding: 0 20px;
  }
}
#content #article,
.content-categorie #article {
  width: 70%;
}
#content #article p,
.content-categorie #article p {
  margin: 0 0 16px;
}
#content #article p:has(+ ul, + ol),
.content-categorie #article p:has(+ ul, + ol) {
  margin-bottom: 8px;
}
#content #article p:last-child,
.content-categorie #article p:last-child {
  margin-bottom: 0;
}
#content #article ul,
#content #article ol,
.content-categorie #article ul,
.content-categorie #article ol {
  margin: 0 0 16px 32px;
}
#content #article ul li,
#content #article ol li,
.content-categorie #article ul li,
.content-categorie #article ol li {
  margin: 0 0 16px;
}
#content #article ul li a,
#content #article ol li a,
.content-categorie #article ul li a,
.content-categorie #article ol li a {
  color: #3366cc;
  text-decoration: none;
}
#content #article ul li a:hover, #content #article ul li a:focus, #content #article ul li a:active,
#content #article ol li a:hover,
#content #article ol li a:focus,
#content #article ol li a:active,
.content-categorie #article ul li a:hover,
.content-categorie #article ul li a:focus,
.content-categorie #article ul li a:active,
.content-categorie #article ol li a:hover,
.content-categorie #article ol li a:focus,
.content-categorie #article ol li a:active {
  color: #3366cc;
  text-decoration: underline;
}
#content #article ul li:last-child,
#content #article ol li:last-child,
.content-categorie #article ul li:last-child,
.content-categorie #article ol li:last-child {
  margin-bottom: 0;
}
#content #article ul ul, #content #article ul ol,
#content #article ol ul,
#content #article ol ol,
.content-categorie #article ul ul,
.content-categorie #article ul ol,
.content-categorie #article ol ul,
.content-categorie #article ol ol {
  margin: 0 0 0 24px;
  padding: 0;
}
#content #article ul ul li, #content #article ul ul p, #content #article ul ol li, #content #article ul ol p,
#content #article ol ul li,
#content #article ol ul p,
#content #article ol ol li,
#content #article ol ol p,
.content-categorie #article ul ul li,
.content-categorie #article ul ul p,
.content-categorie #article ul ol li,
.content-categorie #article ul ol p,
.content-categorie #article ol ul li,
.content-categorie #article ol ul p,
.content-categorie #article ol ol li,
.content-categorie #article ol ol p {
  margin: 0 0 10px;
}
#content #article ul ul li:last-child, #content #article ul ul p:last-child, #content #article ul ol li:last-child, #content #article ul ol p:last-child,
#content #article ol ul li:last-child,
#content #article ol ul p:last-child,
#content #article ol ol li:last-child,
#content #article ol ol p:last-child,
.content-categorie #article ul ul li:last-child,
.content-categorie #article ul ul p:last-child,
.content-categorie #article ul ol li:last-child,
.content-categorie #article ul ol p:last-child,
.content-categorie #article ol ul li:last-child,
.content-categorie #article ol ul p:last-child,
.content-categorie #article ol ol li:last-child,
.content-categorie #article ol ol p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 769px) {
  #content #article ul,
  #content #article ol,
  .content-categorie #article ul,
  .content-categorie #article ol {
    margin: 0 0 16px 28px;
  }
}
#content #article.customers,
.content-categorie #article.customers {
  margin: 0 auto;
}
#contact #content #article,
#contact .content-categorie #article {
  margin: 0 0 0 auto;
}
#sitemap #content #article,
#sitemap .content-categorie #article {
  width: 100%;
}
#content #article ul.secondary,
.content-categorie #article ul.secondary {
  margin: 0 0 20px 0 !important;
  list-style: none;
}
#content #article ul.secondary li,
.content-categorie #article ul.secondary li {
  display: inline-block;
  margin: 0;
  font-size: 12px !important;
  line-height: normal;
}
#content #article ul.secondary li:after,
.content-categorie #article ul.secondary li:after {
  content: " | ";
}
#content #article ul.secondary li a,
.content-categorie #article ul.secondary li a {
  text-decoration: none;
  color: #58595b !important;
}
#content #article ul.secondary li:last-child:after,
.content-categorie #article ul.secondary li:last-child:after {
  display: none;
}
#content #classic-content,
.content-categorie #classic-content {
  padding: 0;
  color: #152d5d;
}
#content #classic-content h1,
.content-categorie #classic-content h1 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
}
#content #classic-content h2,
.content-categorie #classic-content h2 {
  font-size: 28px;
  font-weight: 700;
  color: #152d5d;
}
#content #classic-content p,
.content-categorie #classic-content p {
  margin: 0 0 20px 0;
  font-size: 16px;
  line-height: 24px;
}
#content #classic-content p.author,
.content-categorie #classic-content p.author {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
#content #classic-content p.author a,
.content-categorie #classic-content p.author a {
  color: #152d5d !important;
  text-decoration: none;
}
#content #classic-content p.author a:hover,
.content-categorie #classic-content p.author a:hover {
  color: #152d5d !important;
  text-decoration: underline;
}
#content #classic-content p.baro-lgd,
.content-categorie #classic-content p.baro-lgd {
  font-size: 80%;
}
#content #classic-content p.chapeau,
.content-categorie #classic-content p.chapeau {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}
#content #classic-content p strong,
.content-categorie #classic-content p strong {
  font-weight: 700;
}
#content #classic-content ul,
.content-categorie #classic-content ul {
  margin: 0 0 20px 30px;
  font-size: 16px;
  line-height: 24px;
}
#content #classic-content ul li,
.content-categorie #classic-content ul li {
  margin: 0 0 10px 0;
}
#content #classic-content div.citation,
.content-categorie #classic-content div.citation {
  margin-bottom: 20px;
  padding: 0 0 0 27px;
  color: #4a4a49;
  border-left: 1px solid #d2d2d2;
}
#content #classic-content div.citation p,
.content-categorie #classic-content div.citation p {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 26px;
  color: #4a4a49;
}
#content #classic-content div.citation p:before,
.content-categorie #classic-content div.citation p:before {
  content: "“";
}
#content #classic-content div.citation p:after,
.content-categorie #classic-content div.citation p:after {
  content: "”";
}
#content #classic-content div.citation .citation-auteur,
.content-categorie #classic-content div.citation .citation-auteur {
  font-size: 12px;
  line-height: 18px;
}
#content #classic-content #barometre-wrapper,
.content-categorie #classic-content #barometre-wrapper {
  margin: 2rem 0 2rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
#content #classic-content #barometre-wrapper .highlight,
.content-categorie #classic-content #barometre-wrapper .highlight {
  margin: 0 40px 0 0;
  flex: 0 1 180px;
  padding: 0;
  font-size: 17px;
  line-height: 24px;
  color: #152d5d;
}
#content #classic-content #barometre-wrapper .highlight span,
.content-categorie #classic-content #barometre-wrapper .highlight span {
  display: block;
  font-size: 40px;
  font-weight: 700;
  line-height: 41px;
}
#content #classic-content #barometre-wrapper table.barometre,
.content-categorie #classic-content #barometre-wrapper table.barometre {
  margin: 0;
  flex: 1 1 50%;
}
#content #classic-content #barometre-wrapper table.barometre tr td,
.content-categorie #classic-content #barometre-wrapper table.barometre tr td {
  padding: 8px 0 8px 0;
  text-align: center;
  font-size: 17px;
  border-right: 1px solid #c0c0c1;
}
#content #classic-content #barometre-wrapper table.barometre tr td.last,
.content-categorie #classic-content #barometre-wrapper table.barometre tr td.last {
  border-right: none;
}
#content #classic-content #barometre-wrapper table.barometre tr td.lgd,
.content-categorie #classic-content #barometre-wrapper table.barometre tr td.lgd {
  font-weight: 700;
  border-bottom: 1px solid #c0c0c1;
}
#content #classic-content #barometre-wrapper table.barometre tr td span,
.content-categorie #classic-content #barometre-wrapper table.barometre tr td span {
  font-size: 14px;
  font-weight: 700;
}
#content #classic-content #barometre-wrapper #barometre-legend,
.content-categorie #classic-content #barometre-wrapper #barometre-legend {
  margin: 1rem 0 0;
}
#content #classic-content #barometre-wrapper #barometre-legend p,
.content-categorie #classic-content #barometre-wrapper #barometre-legend p {
  font-size: 9px;
  line-height: 11px;
}
#content #classic-content #barometre-alone-wrapper,
.content-categorie #classic-content #barometre-alone-wrapper {
  margin: 0 0 25px 0;
}
#content #classic-content #barometre-alone-wrapper .highlight p,
.content-categorie #classic-content #barometre-alone-wrapper .highlight p {
  display: inline-block;
  font-size: 21px;
  line-height: 57px;
  vertical-align: top;
  color: #ff8139;
}
#content #classic-content #barometre-alone-wrapper .highlight span,
.content-categorie #classic-content #barometre-alone-wrapper .highlight span {
  display: inline-block;
  width: 115px;
  height: 57px;
  margin: 0 15px 0 0;
  text-align: center;
  font-size: 33px;
  font-weight: 700;
  line-height: 57px;
  color: #fff;
  background: #ff8139;
}
#content #classic-content #barometre-alone-wrapper table.barometre,
.content-categorie #classic-content #barometre-alone-wrapper table.barometre {
  width: 100%;
  margin: 0 80px 20px 0;
}
#content #classic-content #barometre-alone-wrapper table.barometre tr.entete td,
.content-categorie #classic-content #barometre-alone-wrapper table.barometre tr.entete td {
  vertical-align: middle;
}
#content #classic-content #barometre-alone-wrapper table.barometre tr td,
.content-categorie #classic-content #barometre-alone-wrapper table.barometre tr td {
  padding: 8px 0 8px 0;
  text-align: center;
  font-size: 16px;
  border-right: 1px solid #c0c0c1;
}
#content #classic-content #barometre-alone-wrapper table.barometre tr td.last,
.content-categorie #classic-content #barometre-alone-wrapper table.barometre tr td.last {
  border-right: none;
}
#content #classic-content #barometre-alone-wrapper table.barometre tr td.lgd,
.content-categorie #classic-content #barometre-alone-wrapper table.barometre tr td.lgd {
  font-weight: 700;
  border-bottom: 1px solid #c0c0c1;
}
#content #classic-content #barometre-alone-wrapper table.barometre tr td.lgd.first,
.content-categorie #classic-content #barometre-alone-wrapper table.barometre tr td.lgd.first {
  width: 90px;
}
#content #classic-content #barometre-alone-wrapper table.barometre tr td span,
.content-categorie #classic-content #barometre-alone-wrapper table.barometre tr td span {
  font-size: 14px;
  font-weight: 700;
}
#content #classic-content #barometre-alone-wrapper #barometre-legend,
.content-categorie #classic-content #barometre-alone-wrapper #barometre-legend {
  position: relative;
  width: 100%;
}
#content #classic-content #barometre-alone-wrapper #barometre-legend p,
.content-categorie #classic-content #barometre-alone-wrapper #barometre-legend p {
  width: 315px;
  font-size: 9px;
  line-height: 11px;
}
#content #classic-content #barometre-alone-wrapper #barometre-legend a,
.content-categorie #classic-content #barometre-alone-wrapper #barometre-legend a {
  display: inline-block;
  text-decoration: none;
  padding: 1rem 2.75rem 1rem 2rem;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  -webkit-transition: 150ms;
  transition: 150ms;
  text-align: center;
  border-radius: 16px;
  background: #65ed49 url(../pics/ui/arrow.svg) no-repeat center right 24px;
}
@media only screen and (max-width: 1024px) {
  #content #classic-content h1,
  .content-categorie #classic-content h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 769px) {
  #content #classic-content h1,
  .content-categorie #classic-content h1 {
    font-size: 32px;
    line-height: 38px;
  }
  #content #classic-content > a img,
  .content-categorie #classic-content > a img {
    max-width: 100%;
    height: auto;
  }
}
#content.bg_blue,
.content-categorie.bg_blue {
  background-color: #ccd2dd !important;
  margin: 0;
  display: block;
  max-width: 100%;
  padding: 50px;
}
#content.bg_blue h1,
.content-categorie.bg_blue h1 {
  font-size: 28px;
  line-height: 130%;
  font-weight: 800;
  margin: 0 0 50px;
}
@media only screen and (max-width: 1280px) {
  #content,
  .content-categorie {
    max-width: 94%;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  #content,
  .content-categorie {
    flex-wrap: wrap;
  }
  #content.with_summary #article,
  .content-categorie.with_summary #article {
    width: 100% !important;
  }
  #content h1,
  .content-categorie h1 {
    font-size: 32px;
    line-height: 38px;
  }
  #content #article,
  .content-categorie #article {
    margin: 0 0 30px;
    width: 100%;
  }
  #content #classic-content h1,
  .content-categorie #classic-content h1 {
    font-size: 32px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 769px) {
  #content h1,
  .content-categorie h1 {
    font-size: 26px;
    line-height: 34px;
  }
  #content #article .secondary,
  .content-categorie #article .secondary {
    white-space: nowrap;
    overflow-y: scroll;
  }
  #content #article .secondary li a,
  .content-categorie #article .secondary li a {
    display: inline-block;
    margin-bottom: 10px;
  }
  #content #classic-content h1,
  .content-categorie #classic-content h1 {
    font-size: 26px;
    line-height: 34px;
  }
  #content #classic-content #barometre-wrapper,
  .content-categorie #classic-content #barometre-wrapper {
    flex-direction: column;
    align-items: center;
  }
  #content #classic-content #barometre-wrapper .highlight,
  .content-categorie #classic-content #barometre-wrapper .highlight {
    text-align: center;
    margin: 0 0 30px;
    flex: unset;
  }
  #content #classic-content #barometre-wrapper #barometre-legend .btn,
  .content-categorie #classic-content #barometre-wrapper #barometre-legend .btn {
    text-align: center;
  }
  #content.bg_blue,
  .content-categorie.bg_blue {
    padding: 50px 30px;
  }
  #content.bg_blue h1,
  .content-categorie.bg_blue h1 {
    font-size: 24px;
    margin: 0 0 30px;
  }
}
@media only screen and (max-width: 540px) {
  #content h1,
  .content-categorie h1 {
    font-size: 22px;
    line-height: 28px;
  }
  #content #classic-content h1,
  .content-categorie #classic-content h1 {
    font-size: 22px;
    line-height: 28px;
  }
}

.sitemap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sitemap h1 {
  width: 100%;
  margin-bottom: 0 !important;
}
.sitemap .plan {
  width: 48%;
}
.sitemap .plan h2 {
  color: #ff8139 !important;
  margin: 30px 0 10px !important;
}
.sitemap .plan ul {
  margin: 0 !important;
  list-style: none;
  column-count: 2;
}
.sitemap .plan ul li a {
  text-decoration: none;
}
.sitemap .plan ul li a:hover, .sitemap .plan ul li a:focus, .sitemap .plan ul li a:active {
  text-decoration: underline;
}
@media only screen and (max-width: 680px) {
  .sitemap .plan {
    width: 100%;
  }
  .sitemap .plan ul {
    column-count: 1;
  }
}

#socials {
  position: absolute;
  top: 240px;
  left: -50px;
  width: 46px;
  height: 181px;
  background: url(../pics/charte/bg-socials.png) 0 0 no-repeat;
}
#socials a {
  position: absolute;
  left: 7px;
  display: block;
  width: 27px;
  height: 27px;
}
#socials a#socials-fb {
  top: 15px;
}
#socials a#socials-twitter {
  top: 55px;
}
#socials a#socials-linkedin {
  top: 96px;
}
#socials a#socials-gplus {
  top: 138px;
}

.icone-link {
  display: inline-block;
  width: 23px;
  height: 23px;
  background: url(../pics/charte/sprite-icones-lettres-presse.png) 0 0 no-repeat;
}

.icone-share {
  display: inline-block;
  width: 23px;
  height: 23px;
  background: url(../pics/charte/sprite-icones-lettres-presse.png) -23px 0 no-repeat;
}

.icone-dwd {
  display: inline-block;
  width: 23px;
  height: 23px;
  background: url(../pics/charte/sprite-icones-lettres-presse.png) -46px 0 no-repeat;
}

#partenaires-wrapper {
  padding: 20px 0 100px !important;
}
#partenaires-wrapper .breadcrumb {
  margin: 0 0 40px;
}
#partenaires-wrapper p.intro {
  width: 100%;
  margin-bottom: 60px !important;
  color: #666a6a !important;
}
#partenaires-wrapper .partenaire {
  display: block;
  margin: 0 0 20px;
  padding: 24px;
  text-decoration: none;
  border-radius: 12px;
  background-color: #e1e1e1;
}
#partenaires-wrapper .partenaire:last-child {
  margin-bottom: 0;
}
#partenaires-wrapper .partenaire .partenaire-img {
  margin-bottom: 30px;
  text-align: center;
}
#partenaires-wrapper .partenaire h2 {
  margin: 0 0 20px;
  color: #152d5d !important;
}
#partenaires-wrapper .partenaire p {
  margin: 0 0 10px 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  color: #666a6a !important;
}
#partenaires-wrapper .partenaire p.know-more {
  display: inline-block;
  padding-right: 44px;
  font-weight: 800 !important;
  transition: 150ms;
  color: #152d5d !important;
  background: url("../pics/ui/arrow.svg") no-repeat center right 24px;
}
#partenaires-wrapper .partenaire p.know-more:hover, #partenaires-wrapper .partenaire p.know-more:focus, #partenaires-wrapper .partenaire p.know-more:active {
  color: #ff8139 !important;
  background: url("../pics/ui/arrow-orange.svg") no-repeat center right 18px;
}

#partenaire-fiche {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 0 75px;
  padding: 0 0 0 0;
  color: #152d5d;
}
#partenaire-fiche .partenaire-content {
  width: calc(100% - 300px);
  max-width: 770px;
  flex-shrink: 1;
}
#partenaire-fiche h2 {
  text-align: left;
  color: #152d5d;
  margin: 40px 0 30px;
}
#partenaire-fiche h3 {
  font-size: 22px;
  line-height: 26px;
  font-weight: bold;
  color: #71809d;
}
#partenaire-fiche h4 {
  font-size: 20px;
  line-height: 24px;
  color: #ccd2dd;
}
#partenaire-fiche p:not(.btn, .btn_wrapper > p, .timeline_wrapper > .timeline > p) {
  margin: 0 0 20px 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  color: #666a6a;
}
#partenaire-fiche p:not(.btn, .btn_wrapper > p, .timeline_wrapper > .timeline > p).chapo {
  position: relative;
}
#partenaire-fiche p:not(.btn, .btn_wrapper > p, .timeline_wrapper > .timeline > p).chapo::before {
  content: "";
  position: absolute;
  top: 0;
  left: -15px;
  width: 4px;
  height: 100%;
  border-radius: 4px;
  background: #152d5d;
}
#partenaire-fiche p:not(.btn, .btn_wrapper > p, .timeline_wrapper > .timeline > p) a {
  text-decoration: underline;
  color: inherit;
}
#partenaire-fiche p:not(.btn, .btn_wrapper > p, .timeline_wrapper > .timeline > p) span.ss_chapeau {
  font-size: 12px;
  line-height: 20px;
}
#partenaire-fiche p:not(.btn, .btn_wrapper > p, .timeline_wrapper > .timeline > p) strong {
  font-weight: 700;
}
#partenaire-fiche ul {
  margin: 0 0 20px 15px;
}
#partenaire-fiche ul li {
  margin: 0 0 10px 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  color: #666a6a;
}
#partenaire-fiche ul li a {
  text-decoration: underline;
  color: inherit;
}
#partenaire-fiche > .btn {
  display: none;
}

#sidebar > div {
  margin: 0 0 4rem;
}
#sidebar > div:last-of-type {
  margin-bottom: 0;
}
#sidebar .partenaires_desc {
  padding-top: 15px !important;
}
#sidebar .partenaires_desc p {
  margin: 0 0 10px 0;
  padding: 0 8px 0 8px !important;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
}
#sidebar .partenaires_desc p.title {
  margin: 0 0 5px 0;
  font-size: 16px;
  font-weight: 700;
}
#sidebar .partenaires_menu {
  margin: 0 0 20px;
  padding: 25px;
  border-radius: 16px;
  background: #f5f5f5;
}
#sidebar .partenaires_menu h3 {
  margin: 0 0 20px 0;
  line-height: 18px;
  text-transform: none !important;
  color: #152d5d;
}
#sidebar .partenaires_menu a {
  display: block;
  margin: 0 0 10px 0;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
  color: #737373;
}
#sidebar .partenaires_menu a:hover, #sidebar .partenaires_menu a:focus, #sidebar .partenaires_menu a:active {
  color: #ff8139;
}

/************************************************************/
/************************************************************/
/************************************************************/
/************************************************************/
@media only screen and (max-width: 1024px) {
  #partenaire-fiche {
    flex-direction: column;
  }
  #partenaire-fiche .partenaire-content {
    width: 100%;
  }
}
@media only screen and (max-width: 769px) {
  #sidebar > div {
    margin: 0 auto;
  }
  #partenaires-wrapper {
    padding: 20px 0 50px !important;
  }
  #partenaires-wrapper .breadcrumb {
    margin-bottom: 30px;
  }
  #partenaires-wrapper p.intro {
    margin-bottom: 30px !important;
  }
  #partenaires-wrapper .partenaire {
    width: 100%;
  }
  #partenaires-wrapper .partenaire .partenaire-img {
    width: auto;
    margin-bottom: 30px;
  }
  #partenaires-wrapper .partenaire h2 {
    margin-bottom: 30px !important;
  }
  #partenaires-wrapper .partenaire p {
    margin: 0 0 10px 0;
    font-size: 16px;
    font-weight: 300;
  }
  #partenaires-wrapper .partenaire p.chapeau span.ss_chapeau {
    font-size: 12px;
  }
  #partenaires-wrapper .partenaire p.know-more {
    font-weight: 700 !important;
  }
  #partenaire-fiche {
    width: 100%;
    padding: 0 0 0 0;
  }
  #partenaire-fiche h2 {
    font-size: 28px;
    line-height: 32px;
  }
  #partenaire-fiche h3 {
    font-size: 22px;
    line-height: 26px;
  }
  #partenaire-fiche h4 {
    font-size: 20px;
    line-height: 24px;
  }
  #partenaire-fiche p:not(.btn, .btn_wrapper > p, .timeline_wrapper > .timeline > p) {
    font-size: 16px;
    line-height: 20px;
  }
  #partenaire-fiche ul {
    margin: 0 0 20px 15px;
  }
  #partenaire-fiche ul li {
    font-size: 16px;
    line-height: 20px;
  }
}
body.home #global .banner,
body.subsectors #global .banner {
  padding: 50px 0 30px;
}
body.home #global .banner > div,
body.subsectors #global .banner > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  gap: 80px 60px;
}
body.home #global .banner > div > div:first-of-type,
body.subsectors #global .banner > div > div:first-of-type {
  width: 30%;
  flex-grow: 1;
}
body.home #global .banner > div > div:first-of-type h1,
body.subsectors #global .banner > div > div:first-of-type h1 {
  margin: 0 0 55px;
}
body.home #global .banner > div > div:first-of-type p,
body.subsectors #global .banner > div > div:first-of-type p {
  margin: 0 0 30px !important;
  font-size: 22px;
  font-weight: 700;
  color: white;
}
body.home #global .banner > div > div:first-of-type p:has(+ a),
body.subsectors #global .banner > div > div:first-of-type p:has(+ a) {
  margin: 0 0 10px !important;
}
body.home #global .banner > div > div:first-of-type p span,
body.subsectors #global .banner > div > div:first-of-type p span {
  font-size: 11px;
  font-weight: 800;
}
body.home #global .banner > div > div:first-of-type .colored_link,
body.subsectors #global .banner > div > div:first-of-type .colored_link {
  display: inline-block;
  margin: 0 0 30px;
  padding-right: 18px;
  font-weight: 800;
  transition: all 150ms ease-in-out;
  text-decoration: none;
  color: #ff8139;
  background: url("../pics/ui/arrow-orange.svg") no-repeat right 4px center;
}
body.home #global .banner > div > div:first-of-type .colored_link:hover, body.home #global .banner > div > div:first-of-type .colored_link:focus, body.home #global .banner > div > div:first-of-type .colored_link:active,
body.subsectors #global .banner > div > div:first-of-type .colored_link:hover,
body.subsectors #global .banner > div > div:first-of-type .colored_link:focus,
body.subsectors #global .banner > div > div:first-of-type .colored_link:active {
  background-position: right center;
}
body.home #global .banner > div div.second_nav,
body.subsectors #global .banner > div div.second_nav {
  width: 100%;
  margin: 0 auto;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1647058824);
}
body.home #global .banner > div div.second_nav ul,
body.subsectors #global .banner > div div.second_nav ul {
  display: flex;
  justify-content: center;
  list-style: none;
}
body.home #global .banner > div div.second_nav ul li,
body.subsectors #global .banner > div div.second_nav ul li {
  margin: 0 10px 5px 0;
}
body.home #global .banner > div div.second_nav ul li a,
body.subsectors #global .banner > div div.second_nav ul li a {
  display: block;
  padding-right: 25px;
  font-size: 12px;
  line-height: 16px !important;
  transition: 150ms;
  text-decoration: none;
  color: #fff;
  background: url("../pics/ui/arrow-white.svg") no-repeat right 10px center;
}
body.home #global .banner > div div.second_nav ul li a:hover, body.home #global .banner > div div.second_nav ul li a:focus, body.home #global .banner > div div.second_nav ul li a:active,
body.subsectors #global .banner > div div.second_nav ul li a:hover,
body.subsectors #global .banner > div div.second_nav ul li a:focus,
body.subsectors #global .banner > div div.second_nav ul li a:active {
  background: url("../pics/ui/arrow-white.svg") no-repeat right 5px center;
}
body.home #global .banner .breadcrumb,
body.subsectors #global .banner .breadcrumb {
  display: none;
}
@media only screen and (max-width: 1280px) {
  body.home #global .banner > div,
  body.subsectors #global .banner > div {
    padding-inline: 50px;
  }
  body.home #global .banner > div > div:first-of-type,
  body.subsectors #global .banner > div > div:first-of-type {
    flex: 1 0;
  }
}
@media only screen and (max-width: 1024px) {
  body.home #global .banner > div > div:first-of-type,
  body.subsectors #global .banner > div > div:first-of-type {
    width: 100%;
    margin: 0 0 50px;
    flex: unset;
  }
  body.home #global .banner > div div.second_nav,
  body.subsectors #global .banner > div div.second_nav {
    overflow: scroll;
  }
  body.home #global .banner > div div.second_nav ul,
  body.subsectors #global .banner > div div.second_nav ul {
    justify-content: start;
  }
  body.home #global .banner > div div.second_nav ul li a,
  body.subsectors #global .banner > div div.second_nav ul li a {
    white-space: nowrap;
  }
}
@media only screen and (max-width: 769px) {
  body.home #global .banner,
  body.subsectors #global .banner {
    padding: 25px 20px 30px;
  }
  body.home #global .banner > div,
  body.subsectors #global .banner > div {
    padding-inline: 0;
    gap: 0;
  }
  body.home #global .banner > div:first-of-type h1,
  body.subsectors #global .banner > div:first-of-type h1 {
    max-width: 100% !important;
    margin: 0 0 30px !important;
    font-size: 28px;
    line-height: 32px;
    text-align: center;
  }
  body.home #global .banner > div:first-of-type p,
  body.subsectors #global .banner > div:first-of-type p {
    text-align: center;
  }
  body.home #global .banner > div:first-of-type p:last-of-type,
  body.subsectors #global .banner > div:first-of-type p:last-of-type {
    margin: 0 0 30px !important;
  }
  body.home #global .banner > div > div:first-of-type,
  body.subsectors #global .banner > div > div:first-of-type {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0 45px;
  }
  body.home #global .banner > div div.second_nav,
  body.subsectors #global .banner > div div.second_nav {
    margin-top: 30px;
    padding-top: 30px;
  }
}

.mt_lg {
  margin-top: 80px;
}

.mt_md {
  margin-top: 40px;
}

.mt_sm {
  margin-top: 20px;
}

section {
  position: relative;
  z-index: 2;
  padding: 100px 0;
}
section.bg_light_grey {
  background-color: #f5f5f5;
}
section.bg_grey {
  background-color: #e1e1e1;
}
section.no_pb {
  padding-bottom: 0 !important;
}
section.small_padding {
  padding: 50px 0;
}
section h2,
section .h2 {
  margin-bottom: 40px;
  font-size: 28px;
  font-weight: 900;
  line-height: 32px;
  color: #152d5d;
}
section h2.mb_lg,
section .h2.mb_lg {
  margin-bottom: 80px;
}
section h2.big,
section .h2.big {
  font-size: 40px;
  line-height: 130%;
}
section p {
  color: #152d5d;
}
section .flex_center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  gap: 60px;
}
section .mobile_only {
  display: none;
}
section .by_2 {
  display: grid;
  max-width: 720px;
  margin: 0 auto;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
section .by_2.small_pad a {
  padding: 14px 30px 14px 20px;
}
section .by_2.with_picto a:hover,
section .by_2.with_picto a:focus,
section .by_2.with_picto a:active {
  color: #152d5d;
  background: white url("../pics/ui/arrow.svg") no-repeat right 18px center;
}
section .by_2 + .btn {
  margin-top: 80px;
}
section .by_2 a {
  display: flex;
  align-items: center;
  padding: 30px 45px 20px 20px;
  font-weight: bold;
  transition: 150ms;
  text-decoration: none;
  border-radius: 12px;
  background: #fff url("../pics/ui/arrow.svg") no-repeat right 25px center;
  gap: 0 18px;
}
section .by_2 a:hover, section .by_2 a:focus, section .by_2 a:active {
  color: #fff;
  background: #152d5d url("../pics/ui/arrow-white.svg") no-repeat right 18px center;
}
section .by_3 {
  display: grid;
  max-width: 1024px;
  margin: 0 auto;
  list-style: none;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
section .by_3.small_pad a {
  padding: 14px 30px 14px 20px;
}
section .by_3.with_picto img {
  width: 35px;
  height: 35px;
  object-fit: contain;
}
section .by_3.with_picto a:hover,
section .by_3.with_picto a:focus,
section .by_3.with_picto a:active {
  color: #152d5d;
  background: white url("../pics/ui/arrow.svg") no-repeat right 18px center;
}
section .by_3.gap_lg {
  gap: 40px 60px;
}
section .by_3 + .btn {
  margin-top: 80px;
}
section .by_3.bordered a {
  border: 1px solid #152d5d;
}
section .by_3 a {
  display: flex;
  align-items: center;
  padding: 20px 45px 20px 20px;
  padding-right: 20px;
  font-weight: bold;
  transition: 150ms;
  text-decoration: none;
  border-radius: 12px;
  background: #fff url("../pics/ui/arrow.svg") no-repeat right 25px center;
  gap: 0 18px;
}
section .by_3 a:hover, section .by_3 a:focus, section .by_3 a:active {
  color: #fff;
  background: #152d5d url("../pics/ui/arrow-white.svg") no-repeat right 18px center;
}
section .by_3 p {
  margin: 0 0 20px;
}
section .by_3 p:last-of-type {
  margin-bottom: 0;
}
section .by_4 {
  display: grid;
  max-width: 1024px;
  margin: 0 auto;
  list-style: none;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
section .by_4.with_picto img {
  width: 35px;
  height: 35px;
  object-fit: contain;
}
section .by_4.with_picto a:hover,
section .by_4.with_picto a:focus,
section .by_4.with_picto a:active {
  color: #152d5d;
  background: white url("../pics/ui/arrow.svg") no-repeat right 18px center;
}
section .by_4.gap_lg {
  gap: 40px 60px;
}
section .by_4 + .btn {
  margin-top: 80px;
}
section .by_4 a {
  display: flex;
  align-items: center;
  padding: 20px 45px 20px 20px;
  padding-right: 20px;
  font-weight: bold;
  transition: 150ms;
  text-decoration: none;
  border-radius: 12px;
  background: #fff url("../pics/ui/arrow.svg") no-repeat right 25px center;
  gap: 0 18px;
}
section .by_4 a:hover, section .by_4 a:focus, section .by_4 a:active {
  color: #fff;
  background: #152d5d url("../pics/ui/arrow-white.svg") no-repeat right 18px center;
}
section .by_4 p {
  margin: 0 0 20px;
}
section .by_4 p:last-of-type {
  margin-bottom: 0;
}
section .icon_txt {
  display: flex;
  align-items: center;
  margin: 0 0 40px;
  gap: 15px;
}
section .icon_txt.center {
  justify-content: center;
}
section .icon_txt p {
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
}
section .controls {
  display: flex;
  justify-content: center;
  margin-top: 80px;
  margin-bottom: 30px;
  gap: 8px;
}
section .controls span {
  display: inline-block;
  padding: 25px;
  cursor: pointer;
  transition: 150ms;
  border: 1px solid #152d5d;
  border-radius: 12px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 11px;
}
section .controls span.prev_arrow, section .controls span.trust_prev, section .controls span.news_prev {
  background-image: url("../pics/ui/arrow-left.svg");
}
section .controls span.next_arrow, section .controls span.trust_next, section .controls span.news_next {
  background-image: url("../pics/ui/arrow.svg");
}
section .controls span:hover, section .controls span:focus, section .controls span:active {
  background-color: #152d5d;
}
section .controls span:hover.prev_arrow, section .controls span:hover.trust_prev, section .controls span:hover.news_prev, section .controls span:focus.prev_arrow, section .controls span:focus.trust_prev, section .controls span:focus.news_prev, section .controls span:active.prev_arrow, section .controls span:active.trust_prev, section .controls span:active.news_prev {
  background-image: url("../pics/ui/arrow-left-white.svg");
}
section .controls span:hover.next_arrow, section .controls span:hover.trust_next, section .controls span:hover.news_next, section .controls span:focus.next_arrow, section .controls span:focus.trust_next, section .controls span:focus.news_next, section .controls span:active.next_arrow, section .controls span:active.trust_next, section .controls span:active.news_next {
  background-image: url("../pics/ui/arrow-white.svg");
}
@media only screen and (max-width: 1024px) {
  section {
    padding: 75px 0;
  }
  section h2 {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 28px;
    color: #152d5d;
  }
  section h2.mb_lg {
    margin-bottom: 50px;
  }
  section .flex_center {
    gap: 40px;
  }
  section .by_3 {
    grid-template-columns: repeat(2, 1fr);
  }
  section .by_3 + .btn {
    margin-top: 60px;
  }
  section .by_4 {
    grid-template-columns: repeat(2, 1fr);
  }
  section .by_4 + .btn {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 769px) {
  section {
    padding: 50px 0;
  }
  section.small_padding {
    padding: 20px 0 50px;
  }
  section .grid_center {
    gap: 32px 16px;
  }
  section .by_3,
  section .by_2,
  section .by_4 {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  section .by_3 + .btn,
  section .by_2 + .btn,
  section .by_4 + .btn {
    margin-top: 40px;
  }
  section .by_3 a:hover,
  section .by_3 a:focus,
  section .by_3 a:active,
  section .by_2 a:hover,
  section .by_2 a:focus,
  section .by_2 a:active,
  section .by_4 a:hover,
  section .by_4 a:focus,
  section .by_4 a:active {
    color: initial;
    background: white url("../pics/ui/arrow.svg") no-repeat right 25px center;
  }
  section .icon_txt {
    margin: 0 0 20px;
  }
  section .controls {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 450px) {
  section .flex_center {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  section .flex_center img {
    margin: 0 auto;
  }
  section .mobile_only {
    display: block;
    width: 100%;
    margin: 50px 0 0;
  }
  section .not_in_mobile {
    display: none;
  }
}

.select_us {
  padding: 55px 0 75px;
  background-color: #f5f5f5;
}
.select_us .wrap > div {
  display: flex;
  align-items: center;
  margin: 0 auto;
  gap: 56px;
}
.select_us .wrap > div h2 {
  margin-bottom: 0;
  flex: 1 0 auto;
}
.select_us .wrap .avantages {
  display: flex;
  justify-content: center;
  gap: 25px 35px;
}
.select_us .wrap .avantages div {
  display: flex;
  align-items: flex-start;
  font-size: 18px;
  line-height: 28px;
  gap: 20px 40px;
  flex: 1;
}
.select_us .wrap .avantages div p {
  font-size: 16px;
  line-height: 150%;
}
.select_us .wrap .avantages div strong {
  display: block;
  margin: 0 0 10px;
  font-size: 18px;
}
@media only screen and (max-width: 1024px) {
  .select_us .wrap .avantages {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
  }
  .select_us .wrap .avantages div {
    gap: 20px;
  }
}
@media only screen and (max-width: 769px) {
  .select_us {
    padding: 55px 0 92px;
  }
  .select_us .wrap > div {
    flex-direction: column;
    gap: 40px 0;
  }
  .select_us .wrap .avantages {
    grid-template-columns: 1fr;
    gap: 60px 0;
  }
  .select_us .wrap .avantages div {
    gap: 20px;
  }
}

.estimate {
  padding: 65px 0 80px;
}
.estimate .wrap.flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0 70px;
}
.estimate .wrap.flex > div {
  width: 500px;
  margin: 0;
}
.estimate .wrap.flex > .btn {
  width: 100%;
  margin-top: 80px;
}
.estimate .wrap > div {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 42px;
  border-radius: 15px;
  background-color: #e1e1e1;
}
.estimate h3,
.estimate .h3 {
  width: 100%;
  margin: 0 0 40px;
  font-size: 22px;
  font-weight: 800;
  line-height: 26px;
  text-align: center;
  color: #152d5d;
}
.estimate .label {
  font-size: 18px;
}
.estimate .radio_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px 10px;
}
.estimate .radio_wrap + .btn {
  margin-top: 80px;
}
.estimate .radio_wrap > *:not(h3, .btn) {
  width: 32%;
}
.estimate .radio_wrap > a,
.estimate .radio_wrap > p:not(.btn) {
  padding: 15px 20px;
  font-weight: 800;
  cursor: pointer;
  transition: 150ms;
  text-align: center;
  text-decoration: none;
  border-radius: 10px;
  background-color: white;
}
.estimate .radio_wrap > a.active, .estimate .radio_wrap > a:hover, .estimate .radio_wrap > a:focus, .estimate .radio_wrap > a:active,
.estimate .radio_wrap > p:not(.btn).active,
.estimate .radio_wrap > p:not(.btn):hover,
.estimate .radio_wrap > p:not(.btn):focus,
.estimate .radio_wrap > p:not(.btn):active {
  color: white;
  background-color: #152d5d;
}
.estimate .radio_wrap .btn {
  width: 100% !important;
  margin-top: 25px;
}
.estimate .radio_wrap > div {
  text-align: center;
}
.estimate .radio_wrap > div p {
  margin: 0 0 20px;
  font-size: 18px;
}
.estimate .radio_wrap .quantities {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 12px 20px;
  font-weight: 800;
  border-radius: 10px;
  background-color: white;
  gap: 20px;
}
.estimate .radio_wrap .quantities p {
  margin: 0;
}
.estimate .radio_wrap .quantities span {
  cursor: pointer;
}
.estimate .range_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 15px 0 30px;
  gap: 1rem;
}
.estimate .range_wrap > * {
  width: 48%;
}
.estimate .range_wrap .value {
  padding: 15px 20px;
  font-weight: 800;
  text-align: center;
  color: #152d5d;
  border-radius: 12px;
  background-color: white;
}
.estimate .by_age {
  display: flex;
  flex-direction: column;
  padding: 0 !important;
  background-color: transparent !important;
  gap: 20px;
}
.estimate .by_age > div {
  border-radius: 15px;
  background-color: #e1e1e1;
}
.estimate .by_age .nav {
  display: flex;
  justify-content: center;
  padding: 5px;
  gap: 20px;
}
.estimate .by_age .nav p {
  width: calc(33.3333333333% - 10px);
  padding: 15px 20px;
  cursor: pointer;
  text-align: center;
  border-radius: 12px;
}
.estimate .by_age .nav p.active {
  font-weight: 800;
  color: white;
  background-color: #152d5d;
}
.estimate .by_age .content {
  display: none;
  padding: 45px;
}
.estimate .by_age .content p {
  text-align: center;
}
.estimate .by_age .content .mensu_moyenne {
  font-size: 18px;
}
.estimate .by_age .content .mensu_moyenne strong {
  display: block;
  margin: 10px 0 50px;
  font-size: 28px;
  font-weight: 800;
  line-height: 32px;
}
.estimate .by_age .content .tooltip {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  vertical-align: middle;
  background: url("../pics/ui/tooltip.svg") no-repeat center center;
}
.estimate .by_age .content .tooltip span {
  display: none;
}
.estimate .by_age .details {
  display: none;
  padding: 20px;
}
.estimate .by_age .details .more_details {
  position: relative;
  font-weight: 800;
  cursor: pointer;
  text-align: center;
}
.estimate .by_age .details .more_details::after {
  position: relative;
  top: 2px;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  content: "";
  background: url("../pics/ui/arrow-down-black.svg") no-repeat center center;
}
.estimate .by_age .details .more_details.active::after {
  background-image: url("../pics/ui/arrow-up-black.svg");
}
.estimate .by_age .details .accordeon {
  display: none;
  margin-top: 15px;
}
.estimate .by_age .details .accordeon > p {
  margin: 0 0 10px;
  text-align: center;
}
.estimate .by_age .details .accordeon > p:last-of-type {
  margin-bottom: 35px;
}
.estimate .by_age .details .accordeon > p span {
  display: inline-block;
  margin-left: 10px;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
}
.estimate .by_age .details .accordeon > div {
  margin: 0 0 16px;
  padding: 12px 24px;
  cursor: pointer;
  border-radius: 12px;
  background-color: white;
  background-image: url("../pics/ui/plus.svg");
  background-repeat: no-repeat;
  background-position: right 20px top 15px;
}
.estimate .by_age .details .accordeon > div.validated span {
  background-image: url("../pics/ui/validated.svg");
}
.estimate .by_age .details .accordeon > div.rejected span {
  background-image: url("../pics/ui/rejected.svg");
}
.estimate .by_age .details .accordeon > div.opened {
  background-image: url("../pics/ui/moins.svg");
}
.estimate .by_age .details .accordeon > div > span {
  display: inline-block;
  min-height: 24px;
  margin-right: 30px;
  padding-right: 32px;
  line-height: 24px;
  color: #152d5d;
  background-repeat: no-repeat;
  background-position: right top 2px;
}
.estimate .by_age .details .accordeon > div > p {
  display: none;
  margin-top: 16px;
  font-size: 14px;
  line-height: 20px;
}
.estimate .by_age .details .accordeon > div:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 1280px) {
  .estimate .wrap.flex {
    gap: 0 40px;
  }
  .estimate .wrap.flex > div {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 1024px) {
  .estimate .wrap.flex {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px 0;
  }
  .estimate .wrap.flex > div {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  .estimate .wrap.flex > .btn {
    margin-top: 10px;
  }
  .estimate .range_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 15px 0 30px;
  }
  .estimate .range_wrap > * {
    width: 48%;
  }
  .estimate .range_wrap .value {
    padding: 15px 20px;
    font-weight: 800;
    text-align: center;
    color: #152d5d;
    border-radius: 12px;
    background-color: white;
  }
}
@media only screen and (max-width: 769px) {
  .estimate {
    padding: 30px 0 40px !important;
  }
  .estimate .wrap > div {
    padding: 35px;
  }
  .estimate .radio_wrap h3 {
    margin-bottom: 20px;
  }
  .estimate .radio_wrap + .btn {
    margin-top: 40px;
  }
  .estimate .radio_wrap > * {
    width: 100% !important;
  }
  .estimate .radio_wrap .btn {
    margin-top: 20px;
  }
  .estimate .radio_wrap > p:not(.btn) {
    padding: 15px 20px;
    border-radius: 10px;
  }
  .estimate .radio_wrap > div {
    margin: 10px 0 0;
  }
  .estimate .radio_wrap .quantities {
    padding: 12px 20px;
    gap: 20px;
  }
  .estimate .by_age .content {
    padding: 35px;
  }
  .estimate .by_age .content .mensu_moyenne strong {
    margin: 30px 0 35px;
  }
}

.partners {
  padding-block: 100px 80px;
}
.partners .logo_slider .slick-track {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  margin: 0 -20px;
}
.partners .logo_slider .slick-track .slick-slide {
  width: auto;
  height: 80px;
  margin: 0 20px;
  object-fit: contain;
}
@media only screen and (max-width: 1024px) {
  .partners {
    padding: 75px 0;
  }
}
@media only screen and (max-width: 769px) {
  .partners {
    padding: 50px 0;
  }
}

.trustpilot .slider_truspilot {
  max-width: 1550px;
  margin-left: auto;
  padding-left: 50px;
}
.trustpilot .slide {
  width: 335px;
  margin-right: 60px;
}
.trustpilot .slide.first .title {
  font-size: 20px;
  font-weight: 800;
  line-height: 26px;
  text-align: center;
  color: #152d5d;
}
.trustpilot .slide.first .container-stars {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 30px;
  flex-flow: row wrap;
}
.trustpilot .slide.first .container-stars .star {
  position: relative;
  width: 52px;
  height: 52px;
  background-color: #24ad79;
  margin-inline: 5px;
}
.trustpilot .slide.first .container-stars .star img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  transform: translate(-50%, -50%);
}
.trustpilot .slide.first p {
  margin-top: 42px;
  text-align: center;
}
.trustpilot .slide.first .logo {
  display: block;
  margin-top: 20px;
  text-align: center;
}
.trustpilot .slide.first .logo img {
  display: inline;
  width: 215px;
}
.trustpilot .slide:not(:first-child) {
  position: relative;
  height: 290px;
  border-bottom: 1px solid #d8d9db;
}
.trustpilot .slide:not(:first-child) .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: row wrap;
}
.trustpilot .slide:not(:first-child) .head .container-stars {
  display: flex;
  flex-flow: row wrap;
}
.trustpilot .slide:not(:first-child) .head .container-stars .star {
  position: relative;
  width: 32px;
  height: 32px;
  background-color: #24ad79;
}
.trustpilot .slide:not(:first-child) .head .container-stars .star:not(:last-child) {
  margin-right: 4px;
}
.trustpilot .slide:not(:first-child) .head .container-stars .star img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  transform: translate(-50%, -50%);
}
.trustpilot .slide:not(:first-child) .head .time {
  text-align: center;
  color: #152d5d;
  flex: 1;
}
.trustpilot .slide:not(:first-child) .text {
  margin-top: 40px;
}
.trustpilot .slide:not(:first-child) .text .title {
  display: block;
  display: -webkit-box;
  overflow: hidden;
  margin: 0 0 25px;
  font-size: 18px;
  font-weight: 800;
  line-height: 26px;
  text-overflow: ellipsis;
  color: #152d5d;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.trustpilot .slide:not(:first-child) .text p {
  display: block;
  display: -webkit-box;
  overflow: hidden;
  margin: 0 0 40px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.trustpilot .slide:not(:first-child) .text .name {
  position: absolute;
  bottom: 0;
  left: 30px;
  margin: 0 0 35px;
  color: #152d5d;
}
@media only screen and (max-width: 1024px) {
  .trustpilot .slider_truspilot {
    margin-left: 30px;
    padding-left: 0;
  }
}
@media only screen and (max-width: 450px) {
  .trustpilot .slide {
    width: auto;
  }
  .trustpilot .slide.first .container-stars .star {
    position: relative;
    width: 32px;
    height: 32px;
    background-color: #24ad79;
    margin-inline: 5px;
  }
  .trustpilot .slide.first .container-stars .star img {
    width: 20px;
  }
}

.purchasing_power .improve ul {
  display: grid;
  justify-content: center;
  list-style: none;
  grid-template-columns: repeat(3, 260px);
  gap: 30px;
}
.purchasing_power .improve ul a {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  border-radius: 14px;
  background-color: white;
  gap: 15px;
}
.purchasing_power .improve ul a p {
  color: #152d5d;
}
.purchasing_power .improve ul a p:first-of-type {
  font-weight: 800;
  color: #152d5d;
}
.purchasing_power .improve ul a strong {
  font-weight: 800;
  color: #ff8139;
}
.purchasing_power .improve ul a sup {
  font-size: 11px;
}
.purchasing_power .improve ul a .btn {
  margin-top: auto;
  padding: 14px 32px 14px 24px;
  font-weight: 700;
  transition: 150ms;
  text-decoration: none;
  color: #152d5d;
  border: 1px solid #152d5d;
  border-radius: 12px;
  background: #fff url("../pics/ui/arrow.svg") no-repeat right 14px center;
}
.purchasing_power .improve ul a:hover .btn, .purchasing_power .improve ul a:focus .btn, .purchasing_power .improve ul a:active .btn {
  color: white;
  background: #152d5d url("../pics/ui/arrow-white.svg") no-repeat right 10px center;
}
@media only screen and (max-width: 769px) {
  .purchasing_power .improve ul {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .purchasing_power .improve > div {
    max-width: 250px;
    margin: 0 auto;
    padding: 30px 20px;
    gap: 20px;
  }
}

.human .wrap > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 120px;
}
.human .wrap > div p {
  margin-bottom: 30px;
  padding-left: 32px;
  background: url("../pics/ui/rounded-check.svg") no-repeat left top;
}
.human .wrap > div p:last-of-type {
  margin-bottom: 0;
}
.human .human_mobile {
  display: none;
}
@media only screen and (max-width: 1280px) {
  .human .wrap > div {
    gap: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  .human .wrap > div {
    gap: 60px;
  }
  .human .wrap > div img {
    width: 40%;
  }
}
@media only screen and (max-width: 769px) {
  .human .wrap > div {
    flex-direction: column-reverse;
    gap: 40px;
  }
  .human .wrap > div img {
    width: auto;
  }
}
@media only screen and (max-width: 450px) {
  .human {
    padding: 50px 0 0 !important;
  }
  .human .wrap > div {
    margin: 0 0 40px;
  }
  .human .wrap > div img {
    display: none;
  }
  .human .human_mobile {
    display: block;
    width: 100%;
  }
}

.environmental .img_txt {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px 60px;
}
.environmental .img_txt img {
  flex-shrink: 1;
  max-width: 50%;
}
@media only screen and (max-width: 1024px) {
  .environmental .img_txt {
    flex-direction: column-reverse;
    gap: 30px;
  }
  .environmental .img_txt > p {
    text-align: center;
  }
  .environmental .img_txt img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 450px) {
  .environmental {
    padding-bottom: 0;
  }
  .environmental .img_txt > p {
    text-align: left;
  }
}

.toolbox .categories {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px 100px;
}
.toolbox .categories .category {
  display: flex;
  align-items: center;
  margin: 0 0 40px;
  padding: 20px 25px;
  text-decoration: none;
  border-radius: 16px;
  background: #fff;
  gap: 10px;
}
.toolbox .categories .category h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  color: #152d5d;
}
.toolbox .categories ul {
  padding: 0;
  list-style: none;
}
.toolbox .categories ul li {
  margin-bottom: 35px;
}
.toolbox .categories ul li:last-child {
  margin-bottom: 0;
}
.toolbox .categories ul li a {
  padding-right: 20px;
  font-size: 16px;
  font-weight: bold;
  transition: 150ms;
  text-decoration: none;
  color: #152d5d;
  background: url("../pics/ui/arrow.svg") no-repeat right 5px center;
}
.toolbox .categories ul li:hover a, .toolbox .categories ul li:focus a, .toolbox .categories ul li:active a {
  background-position: right 0 center;
}
@media only screen and (max-width: 1024px) {
  .toolbox .categories {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 40px;
  }
  .toolbox .categories ul li {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 769px) {
  .toolbox .categories {
    grid-template-columns: 1fr;
    gap: 50px 0;
  }
  .toolbox .categories .category {
    margin-bottom: 20px;
  }
  .toolbox .categories .category h3 {
    font-size: 16px;
  }
  .toolbox .categories ul li {
    margin-bottom: 20px;
  }
  .toolbox .categories ul li a {
    font-size: 14px;
  }
}

.key_numbers .by_4 > div p {
  text-align: center;
  color: #152d5d;
}
.key_numbers .by_4 > div p:first-child {
  font-size: 46px;
  font-weight: 800;
  line-height: 130%;
  color: #152d5d;
}
.key_numbers .by_4 > div p span {
  color: #ff8139;
}
@media only screen and (max-width: 769px) {
  .key_numbers .by_4 > div p {
    text-align: center;
    color: #666a6a;
  }
  .key_numbers .by_4 > div p:first-child {
    font-size: 46px;
    font-weight: 800;
    line-height: 130%;
    color: black;
  }
  .key_numbers .by_4 > div p span {
    color: #ff8139;
  }
}

.how .wrap > div,
.why .wrap > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 64px;
}
.how .wrap > div + .btn,
.why .wrap > div + .btn {
  margin-top: 80px;
}
.how .wrap > div p,
.why .wrap > div p {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 240px;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  gap: 25px;
}
@media only screen and (max-width: 769px) {
  .how .wrap > div,
  .why .wrap > div {
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 40px;
  }
  .how .wrap > div + .btn,
  .why .wrap > div + .btn {
    margin-top: 40px;
  }
  .how .wrap > div p,
  .why .wrap > div p {
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    gap: 12px;
  }
}

.why {
  padding: 100px 0 80px;
}
@media only screen and (max-width: 769px) {
  .why {
    padding: 50px 0;
  }
}

.parcours_guide .container_steps {
  margin: 0 0 80px;
}
.parcours_guide .step {
  display: grid;
  width: 100%;
  grid-template-columns: 40% 60%;
}
.parcours_guide .step:last-of-type::after {
  display: none !important;
}
.parcours_guide .step:last-of-type .content,
.parcours_guide .step:last-of-type .illu {
  border: none !important;
}
.parcours_guide .step::after {
  grid-column: 2;
  width: 90%;
  height: 5rem;
  content: "";
  border-bottom: 0.1rem dashed #152d5d;
  border-radius: 0 0 0 40px;
}
.parcours_guide .step:nth-child(odd)::after {
  border-left: 0.1rem dashed #152d5d;
}
.parcours_guide .step:nth-child(odd):not(:first-of-type)::before {
  position: relative;
  top: -1.5px;
  grid-column: 2;
  width: 9.5%;
  height: 80px;
  content: "";
  border-top: 0.1rem dashed #152d5d;
  border-left: 0.1rem dashed #152d5d;
  border-radius: 40px 0 0;
}
.parcours_guide .step:nth-child(even)::before {
  position: relative;
  top: -1.5px;
  grid-column: 2;
  width: 10%;
  height: 5rem;
  margin-left: auto;
  content: "";
  border-top: 0.1rem dashed #152d5d;
  border-right: 0.1rem dashed #152d5d;
  border-radius: 0 40px 0 0;
}
.parcours_guide .step:nth-child(even)::after {
  margin-left: auto;
  border-right: 0.1rem dashed #152d5d;
  border-radius: 0 0 40px 0;
}
.parcours_guide .step:nth-child(even) .content {
  margin-left: 80px;
  padding-right: 40px;
  border-right: 0.1rem dashed #152d5d;
}
.parcours_guide .step:nth-child(even) .illu {
  margin-left: 0;
  border: none;
}
.parcours_guide .step .content {
  position: relative;
  padding-right: 56px;
}
.parcours_guide .step .content::after {
  position: absolute;
  z-index: 10;
  top: 12px;
  right: -38px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  font-size: 40px;
  content: attr(data-step);
  transform: translateY(-50%);
  color: #fff;
  border-radius: 50%;
  background: #ff8139;
}
.parcours_guide .step .content p {
  position: relative;
  display: inline-block;
  margin: 0 0 25px;
  font-size: 22px;
  line-height: 26px;
}
.parcours_guide .step .content a {
  font-weight: 800;
  text-decoration: none;
}
.parcours_guide .step .content ul {
  list-style: none;
}
.parcours_guide .step .content ul li {
  max-width: 320px;
  margin: 0 0 20px;
  transition: 150ms;
  border-radius: 12px;
  background-color: white;
}
.parcours_guide .step .content ul li:last-of-type {
  margin-bottom: 0;
}
.parcours_guide .step .content ul li a {
  display: block;
  padding: 12px 24px;
  transition: 150ms;
  background: url("../pics/ui/arrow.svg") no-repeat right 25px center;
}
.parcours_guide .step .content ul li:hover, .parcours_guide .step .content ul li:focus, .parcours_guide .step .content ul li:active {
  background-color: #152d5d;
}
.parcours_guide .step .content ul li:hover a, .parcours_guide .step .content ul li:focus a, .parcours_guide .step .content ul li:active a {
  color: white;
  background: url("../pics/ui/arrow-white.svg") no-repeat right 18px center;
}
.parcours_guide .step .illu {
  position: relative;
  display: flex;
  border-left: 0.1rem dashed #152d5d;
}
.parcours_guide .step .illu img {
  margin: auto;
}
@media only screen and (max-width: 1280px) {
  .parcours_guide .wrap {
    padding-inline: 40px;
  }
}
@media only screen and (max-width: 769px) {
  .parcours_guide .wrap {
    padding-inline: 27px;
  }
  .parcours_guide .container_steps {
    margin: 0 0 40px;
  }
  .parcours_guide .step {
    border: none !important;
    grid-template-columns: 1fr;
  }
  .parcours_guide .step::before, .parcours_guide .step::after {
    display: none !important;
  }
  .parcours_guide .step .content {
    margin: 0 0 30px !important;
    padding: 45px 14px !important;
    border: none !important;
    border-radius: 12px;
    background-color: white;
  }
  .parcours_guide .step .content::before, .parcours_guide .step .content::after {
    display: none !important;
  }
  .parcours_guide .step .content > p {
    display: block;
    margin: 0;
    padding-right: 20px;
    background: url("../pics/ui/arrow.svg") no-repeat right 6px center;
  }
  .parcours_guide .step .content > p a {
    font-size: 18px;
    line-height: 130%;
  }
  .parcours_guide .step .content ul {
    display: none;
    margin: 25px 0 0 20px;
    list-style: disc;
  }
  .parcours_guide .step .content ul.opened {
    display: block;
  }
  .parcours_guide .step .content ul li {
    max-width: 100%;
    margin: 0 0 5px;
    border-radius: 0;
    background-color: unset;
  }
  .parcours_guide .step .content ul li a {
    display: inline-block;
    padding: 0;
    background: unset;
  }
  .parcours_guide .step .content ul li:hover, .parcours_guide .step .content ul li:focus, .parcours_guide .step .content ul li:active {
    background-color: unset;
  }
  .parcours_guide .step .content ul li:hover a, .parcours_guide .step .content ul li:focus a, .parcours_guide .step .content ul li:active a {
    color: black;
    background: unset;
  }
  .parcours_guide .step .illu {
    position: relative;
    z-index: 2;
    margin: 0 0 -30px;
    border: none !important;
    order: -1;
  }
  .parcours_guide .step .illu img {
    width: 100px;
    height: auto;
  }
}

.description .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.description .wrap h2 {
  margin: 0 0 20px;
  font-size: 28px;
  font-weight: 800;
  line-height: 32px;
  color: #152d5d;
  width: 100%;
  text-align: left;
}
.description .wrap h3 {
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  color: #71809d;
}
.description .wrap > div:last-of-type {
  position: sticky;
  top: 15%;
  width: 20%;
  height: fit-content;
}
.description .wrap .content {
  width: 45%;
}
.description .wrap .content p {
  margin: 0 0 20px;
  color: #152d5d;
}
.description .wrap .content a {
  color: #3366cc;
  text-decoration: none;
}
.description .wrap .content a:hover, .description .wrap .content a:focus, .description .wrap .content a:active {
  text-decoration: underline;
}
.description .wrap .content ul,
.description .wrap .content ol {
  margin: 0 0 20px 20px;
}
.description .wrap .content ul li,
.description .wrap .content ol li {
  margin: 0 0 5px;
  line-height: 24px;
  color: #152d5d;
}
.description .wrap .content img {
  margin: 0 0 20px;
}
.description .wrap > div:last-of-type img {
  margin: 0 auto 50px;
}
@media only screen and (max-width: 1024px) {
  .description .wrap h2 {
    font-size: 26px;
    line-height: 30px;
  }
  .description .wrap > div:last-of-type {
    display: none;
  }
  .description .wrap .content {
    width: 100%;
  }
}
@media only screen and (max-width: 769px) {
  .description .wrap h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .description .wrap h3 {
    font-size: 22px;
    line-height: 26px;
  }
}

.help_tools {
  background-color: #CCD2DD;
}
.help_tools.alt {
  background-color: #E1E1E1;
}
.help_tools.alt h2 {
  color: #152d5d !important;
  margin: 0 0 20px;
}
.help_tools.light {
  background-color: #E8ECF6;
}
.help_tools h2 {
  font-size: 28px;
  line-height: 32px;
  margin: 0 0 40px;
}
.help_tools .subtitle {
  max-width: 1280px;
  margin: 0 auto 50px !important;
  font-size: 16px;
  line-height: 150%;
  color: #152d5d;
  text-align: center;
}

.img_lightbox {
  display: block;
}
.img_lightbox img {
  width: 100%;
}

.news .wrap {
  max-width: 1240px;
}
.news .list_news {
  display: block;
  margin-bottom: 60px;
}
@media only screen and (max-width: 769px) {
  .news .list_news {
    margin-bottom: 40px;
  }
}
.news .list_news .slick-track {
  display: flex !important;
  padding: 10px 0;
}
.news .list_news .slick-slide {
  display: flex !important;
  height: auto !important;
  margin: 0 10px;
}
.news .list_news .slick-slide > a {
  display: flex !important;
  width: 100%;
  height: 100%;
}
.news .list_news .slick-list {
  margin: 0 -10px;
}
.news .list_news .slick-dots {
  bottom: -50px;
}
.news .list_news .slick-dots li button::before {
  font-size: 12px;
  color: #152d5d;
  opacity: 0.3;
}
.news .list_news .slick-dots li.slick-active button::before {
  color: #ff8139;
  opacity: 1;
}
.news .list_news .actu-card {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none;
  color: #152d5d;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.news .list_news .actu-card:hover, .news .list_news .actu-card:focus, .news .list_news .actu-card:active {
  transform: translateY(-4px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}
.news .list_news .actu-card .actu-card-image {
  display: block;
  overflow: hidden;
  width: 100%;
  flex-shrink: 0;
}
.news .list_news .actu-card .actu-card-image img {
  display: block;
  width: 100%;
  height: auto;
}
.news .list_news .actu-card .actu-card-content {
  display: flex;
  flex-direction: column;
  padding: 20px;
  flex-grow: 1;
}
.news .list_news .actu-card .actu-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  gap: 10px;
}
.news .list_news .actu-card .actu-card-category {
  padding: 5px;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
  color: #152d5d;
  border: 1px solid #152d5d;
  border-radius: 5px;
  background-color: #E8ECF6;
}
.news .list_news .actu-card .actu-card-date {
  font-size: 14px;
  white-space: nowrap;
  color: #152d5d;
}
.news .list_news .actu-card .actu-card-title {
  display: -webkit-box;
  overflow: hidden;
  margin: 0 0 12px 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  transition: color 0.3s ease;
  text-overflow: ellipsis;
  color: #152d5d;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news .list_news .actu-card .actu-card-description {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  text-overflow: ellipsis;
  color: #6d6e71;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news .controls {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 80px;
  margin-bottom: 30px;
}
.news .controls + .btn {
  margin-top: 30px;
}
.news .controls span {
  display: inline-block;
  padding: 25px;
  cursor: pointer;
  transition: 150ms;
  border: 1px solid #152d5d;
  border-radius: 12px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 11px;
}
.news .controls span.news_prev {
  background-image: url("../pics/ui/arrow-left.svg");
}
.news .controls span.news_next {
  background-image: url("../pics/ui/arrow.svg");
}
.news .controls span:hover, .news .controls span:focus, .news .controls span:active {
  background-color: #152d5d;
}
.news .controls span:hover.news_prev, .news .controls span:focus.news_prev, .news .controls span:active.news_prev {
  background-image: url("../pics/ui/arrow-left-white.svg");
}
.news .controls span:hover.news_next, .news .controls span:focus.news_next, .news .controls span:active.news_next {
  background-image: url("../pics/ui/arrow-white.svg");
}
@media only screen and (max-width: 769px) {
  .news .controls {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .news .list_news + .btn {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 769px) {
  .news .list_news + .btn {
    margin-top: 40px;
  }
}

.actualites-content-section {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 15px 20px 70px 20px;
}
.actualites-content-section .actualites-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 1280px) {
  .actualites-content-section .actualites-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .actualites-content-section .actualites-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 570px) {
  .actualites-content-section .actualites-wrapper {
    grid-template-columns: 1fr;
  }
}
.actualites-content-section .actu-card {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none;
  color: #152d5d;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.actualites-content-section .actu-card:hover, .actualites-content-section .actu-card:focus, .actualites-content-section .actu-card:active {
  transform: translateY(-4px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}
.actualites-content-section .actu-card .actu-card-image {
  display: block;
  overflow: hidden;
  width: 100%;
  flex-shrink: 0;
}
.actualites-content-section .actu-card .actu-card-image img {
  display: block;
  width: 100%;
  height: auto;
}
.actualites-content-section .actu-card .actu-card-content {
  display: flex;
  flex-direction: column;
  padding: 20px;
  flex-grow: 1;
}
.actualites-content-section .actu-card .actu-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  gap: 10px;
}
.actualites-content-section .actu-card .actu-card-category {
  padding: 5px;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
  color: #152d5d;
  border: 1px solid #152d5d;
  border-radius: 5px;
  background-color: #E8ECF6;
}
.actualites-content-section .actu-card .actu-card-date {
  font-size: 14px;
  white-space: nowrap;
  color: #152d5d;
}
.actualites-content-section .actu-card .actu-card-title {
  display: -webkit-box;
  overflow: hidden;
  margin: 0 0 12px 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  transition: color 0.3s ease;
  text-overflow: ellipsis;
  color: #152d5d;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.actualites-content-section .actu-card .actu-card-description {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  text-overflow: ellipsis;
  color: #6d6e71;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

p,
a, li {
  line-height: 1.6;
}

.wrap {
  max-width: 1360px;
  margin-inline: auto;
  padding-inline: 20px;
}
.wrap.small {
  max-width: 1024px;
}
.wrap.xs {
  max-width: 960px;
}
.wrap h2 {
  text-align: center;
}
.wrap > p.subtitle {
  margin-bottom: 60px;
  font-size: 18px !important;
  line-height: 24px !important;
  text-align: center;
}
@media only screen and (max-width: 769px) {
  .wrap.xs {
    padding: 0;
  }
  .wrap > p.subtitle {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 20px;
  }
}

ol.breadcrumb {
  display: flex;
  width: 100%;
  margin: 0 0 20px 0;
  font-size: 13px;
  line-height: 16px;
  list-style: none;
  color: #58595b;
}
ol.breadcrumb.mb_md {
  margin-bottom: 40px;
}
ol.breadcrumb li {
  display: inline-block;
  padding-right: 20px;
  background: url("../pics/ui/arrow.svg") no-repeat right 4px center;
}
ol.breadcrumb li:last-of-type {
  padding-right: 0;
  background: none;
}
ol.breadcrumb a {
  text-decoration: none;
  color: #152d5d;
}
ol.breadcrumb a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 769px) {
  ol.breadcrumb li:nth-last-child(-n+2) {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.banner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  min-height: 160px;
  background: linear-gradient(94.06deg, #142b5a 3.8%, #1c3b78 92.9%);
  padding-block: 50px;
}
.banner.banner_weak {
  padding: 100px 0 30px;
}
.banner.column {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 50px 0;
}
.banner.pb_lg {
  padding-block: 100px 110px;
}
.banner .breadcrumb {
  position: absolute;
  top: 0;
  left: 262px;
  width: auto;
  color: #fff;
}
.banner .breadcrumb li {
  display: inline-block;
  padding-right: 20px;
  background: url("../pics/ui/arrow-right-white.svg") no-repeat right 4px center;
}
.banner .breadcrumb li:last-of-type {
  padding-right: 0;
  background: none;
}
.banner .breadcrumb a {
  color: #fff;
}
.banner h1,
.banner p.title {
  margin: auto;
  font-size: 40px;
  font-weight: 800;
  line-height: 50px;
  color: #fff;
}
.banner .sub_link {
  display: grid;
  justify-content: center;
  max-width: 700px;
  cursor: pointer;
  grid-template-columns: repeat(2, 220px);
  gap: 20px;
}
#actualites-page .banner .sub_link {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  max-width: 94%;
}
.banner .sub_link > a {
  position: relative;
  bottom: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 160px;
  margin: 0 0 0 auto;
  padding: 80px 25px 25px;
  transition: 150ms;
  text-align: center;
  text-decoration: none;
  color: #152d5d;
  border-radius: 16px;
  background-color: #f5f5f5;
  background-repeat: no-repeat;
  background-position: center top 30px;
  background-size: 40px;
}
.banner .sub_link > a:hover, .banner .sub_link > a:focus, .banner .sub_link > a:active {
  bottom: -4px;
}
.banner .sub_link > a > span {
  margin: auto 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.35px;
}
.banner .sub_link > a p {
  font-size: 17px;
  font-family: "Mulish", sans-serif;
}
.home .banner .sub_link {
  max-width: 940px;
}
.banner > .trustpilot-widget {
  width: 100%;
  margin: 42px 0 0;
}
.banner .scroll_links {
  width: 100%;
  overflow: scroll;
  margin-top: 42px;
}
.banner .scroll_links.mt_lg {
  margin-top: 125px;
}
.banner .scroll_links::-webkit-scrollbar {
  display: none;
}
.banner .other_links {
  display: flex;
  justify-content: center;
  padding: 0 20px;
  width: 100%;
  gap: 10px 40px;
  padding: 0 0 10px;
}
.banner .other_links a {
  position: relative;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  white-space: nowrap;
}
.banner .other_links a::after {
  position: absolute;
  top: 0;
  right: -20px;
  width: 1px;
  height: 100%;
  content: "";
  background: #fff;
}
.banner .other_links a:last-of-type::after {
  display: none;
}
.banner > .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  gap: 20px;
  padding: 0 40px;
}
.banner > .flex img {
  flex-shrink: 0;
}
.banner > .flex h1 {
  flex-shrink: 1;
  margin: 0;
}
.banner .author {
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0 35px;
}
.banner .author h1 {
  font-size: 40px;
  line-height: 50px;
  margin: 0 0 18px;
  text-align: left;
}
.banner .author h1 span {
  display: block;
  font-size: 22px;
  line-height: 26px;
  margin: 5px 0 0;
}
.banner .author .lk {
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: url("../pics/ui/lk-white.svg") no-repeat center;
}
.banner .breadcrumb {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .banner {
    background: linear-gradient(94.06deg, #142b5a 3.8%, #1c3b78 92.9%);
  }
  .banner .breadcrumb {
    left: 32px;
  }
  .banner h1 {
    font-size: 36px;
    line-height: 42px;
  }
  .banner h1 br {
    display: none;
  }
  .banner .sub_link {
    justify-content: center;
    margin: 0;
    flex: unset;
  }
  .banner .sub_link div > span {
    font-size: 16px;
    line-height: 20px;
  }
  .banner .author h1 {
    font-size: 32px;
    line-height: 40px;
  }
  .banner .author h1 span {
    font-size: 18px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 769px) {
  .banner {
    padding: 45px 25px 30px;
  }
  .banner.banner_weak {
    padding: 50px 25px 30px;
  }
  .banner.pb_lg {
    padding: 50px 25px 50px;
  }
  .banner .flex {
    flex-direction: column;
  }
  .banner .breadcrumb {
    left: 32px;
  }
  .banner h1 {
    font-size: 30px;
    line-height: 36px;
    text-align: center;
  }
  .banner > .trustpilot-widget {
    margin: 15px 0 0;
  }
  .banner .scroll_links {
    margin-top: 15px;
  }
  .banner .scroll_links.mt_lg {
    margin-top: 50px;
  }
  .banner .sub_link {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    flex: 1;
  }
  .banner .sub_link > a {
    min-height: unset;
  }
  .banner .sub_link > a > span {
    margin: 0 !important;
  }
  .banner .sub_link > a br {
    display: none;
  }
  .home .banner .sub_link {
    grid-template-columns: repeat(2, 1fr);
  }
  .home .banner .sub_link > a {
    min-height: unset;
    padding: 65px 12px 12px;
    background-position: center top 12px;
  }
  .home .banner .sub_link > a h2 {
    text-align: center !important;
  }
  .home .banner .sub_link div:hover, .home .banner .sub_link div:focus, .home .banner .sub_link div:active {
    bottom: 0;
  }
  .banner .other_links {
    gap: 10px 20px;
    justify-content: flex-start;
  }
  .banner .other_links a {
    border: 1px solid #fff;
    padding: 14px 24px;
    border-radius: 12px;
  }
  .banner .other_links a::after {
    display: none;
  }
}
@media only screen and (max-width: 450px) {
  .banner h1 {
    font-size: 24px;
    line-height: 30px;
  }
  .banner .author {
    flex-direction: column;
    align-items: center;
    gap: 10px 0;
  }
  .banner .author img {
    width: 90px;
    height: 90px;
  }
  .banner .author h1 {
    text-align: center;
    font-size: 28px;
    line-height: 34px;
  }
  .banner .author h1 span {
    font-size: 16px;
    line-height: 20px;
  }
  .banner .author .lk {
    margin: 0 auto;
  }
  .banner .breadcrumb {
    left: 10px;
  }
}

.btn_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #152d5d;
  padding: 30px 12px 30px 12px;
  border-radius: 15px;
  font-weight: 600;
  letter-spacing: 0;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
}
.btn_wrapper p {
  color: #fff;
  font-size: 18px;
}
.btn_wrapper p:not(.btn) {
  margin: 0 0 30px;
}
.btn_wrapper .btn, .btn_wrapper .btn a {
  width: fit-content !important;
}
@media only screen and (max-width: 1024px) {
  .btn_wrapper {
    display: none;
  }
}

.timeline_wrapper {
  position: sticky;
  top: 12%;
  width: 350px;
  height: fit-content;
  will-change: transform;
}
.timeline_wrapper .timeline {
  margin: 0 auto 30px;
  max-height: 600px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-block: 16px;
  text-align: center;
  scrollbar-gutter: stable;
  scrollbar-width: thin;
  scrollbar-color: transparent transparent;
}
.timeline_wrapper .timeline:hover {
  scrollbar-color: #152d5d transparent;
}
.timeline_wrapper .timeline.bg_grey {
  flex-shrink: 0;
  padding: 20px 50px 30px 50px;
  border: 1px solid #152d5d;
  border-radius: 15px;
}
.timeline_wrapper .timeline.bg_grey a {
  padding: 0 0 16px;
  display: flex;
  justify-content: start;
  align-items: start;
}
.timeline_wrapper .timeline > div {
  position: relative;
}
.timeline_wrapper .timeline > div > span {
  display: none;
}
.timeline_wrapper .timeline > p {
  text-align: center;
  font-size: 24px;
  margin: 0 auto 20px auto;
  font-weight: 800;
  color: #152d5d;
}
@media only screen and (max-width: 1024px) {
  .timeline_wrapper .timeline > p {
    background: url("../pics/ui/chevron-down.svg") no-repeat right 10px center;
  }
}
.timeline_wrapper .timeline a {
  color: #152d5d;
  font-size: 14px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0 25px;
  text-decoration: none;
  gap: 8px;
}
.timeline_wrapper .timeline a:only-child {
  height: auto !important;
}
.timeline_wrapper .timeline a:last-of-type {
  padding-bottom: 0;
  border: none;
}
.timeline_wrapper .timeline a.active {
  font-weight: inherit;
}
.timeline_wrapper .timeline .timeline-text {
  display: inline-block;
  line-height: 150%;
  text-align: left;
}
.timeline_wrapper .timeline a.active .timeline-text {
  -webkit-text-stroke: 0.5px #152d5d;
}
.timeline_wrapper .timeline a.active .timeline-text::before {
  position: absolute;
  left: -30px;
  top: 0;
  width: 10px;
  height: 10px;
}
.timeline_wrapper .timeline .timeline-progress {
  width: 100%;
  height: 4px;
  border-radius: 999px;
  background: #f5f5f5;
  overflow: hidden;
}
.timeline_wrapper .timeline .timeline-progress__fill {
  display: block;
  border-radius: 999px;
  width: 0;
  height: 100%;
  background: #152d5d;
  transition: width 120ms ease-out;
}
.timeline_wrapper .timeline.timeline-has-fallback {
  display: none;
}
.timeline_wrapper .timeline.timeline-has-fallback > div:not(.timeline-fallback) {
  display: none;
}
.timeline_wrapper .timeline .timeline-fallback {
  display: block;
}
.timeline_wrapper .timeline .timeline-fallback h4 {
  margin: 0 0 12px !important;
  color: #152d5d !important;
}
.timeline_wrapper .timeline .timeline-fallback p {
  color: #666a6a !important;
}
.timeline_wrapper .timeline::-webkit-scrollbar {
  width: 8px;
}
.timeline_wrapper .timeline::-webkit-scrollbar-track {
  background: transparent;
}
.timeline_wrapper .timeline::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background-color: transparent;
}
.timeline_wrapper .timeline:hover::-webkit-scrollbar {
  width: 8px;
}
.timeline_wrapper .timeline:hover::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background-color: #152d5d;
}
.timeline_wrapper .btn {
  width: 100%;
}
.timeline_wrapper .btn a {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .timeline_wrapper {
    position: relative;
    width: 100%;
    top: unset;
  }
  .timeline_wrapper .timeline {
    max-height: unset;
    margin: 0 0 20px;
    padding: 18px 8px 12px !important;
    border: 1px solid #90887d;
    border-radius: 12px;
    text-align: center;
  }
  .timeline_wrapper .timeline.bg_grey a {
    padding: 0;
  }
  .timeline_wrapper .timeline.bg_grey a.active .timeline-text {
    -webkit-text-stroke: 0 !important;
  }
  .timeline_wrapper .timeline > div > span {
    display: none;
  }
  .timeline_wrapper .timeline > p {
    display: block;
    padding: 0 10px;
    margin: 0 auto 10px auto;
  }
  .timeline_wrapper .timeline > div {
    display: none;
    margin-top: 20px;
  }
  .timeline_wrapper .timeline a {
    margin: 0 0 15px !important;
    padding: 0;
  }
  .timeline_wrapper .timeline.timeline-has-fallback > p {
    display: none;
  }
  .timeline_wrapper .timeline.bg_grey {
    min-width: unset;
  }
  .timeline_wrapper .timeline .timeline-progress {
    display: none;
  }
  .timeline_wrapper .btn {
    display: none;
  }
}
@media only screen and (max-width: 769px) {
  .timeline_wrapper {
    position: relative;
    top: unset;
    width: 100%;
  }
}

.author {
  display: flex;
  align-items: center;
  gap: 0 20px;
  margin: 0 0 30px;
}
.author p {
  margin: 0 !important;
  font-size: 16px;
  line-height: 20px;
}
.author p strong {
  font-size: 18px;
  line-height: 22px;
}
.author a {
  color: #152d5d !important;
  text-decoration: none !important;
}
.author a:hover, .author a:focus, .author a:active {
  color: #152d5d !important;
  text-decoration: underline !important;
}
@media only screen and (max-width: 769px) {
  .author p {
    font-size: 18px;
    line-height: 22px;
  }
}

#sidebarNewsletter .input_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: auto;
  margin: 1rem 0;
  padding: 0.5rem 0.5rem;
  border-radius: 12px;
  background: #fff;
}
#sidebarNewsletter .input_wrapper input {
  width: 100%;
  padding: 0.5rem 1rem;
  font-size: 16px;
  line-height: 150%;
  border: none;
  background: transparent;
  appearance: none;
  flex: 1 1 auto;
}
#sidebarNewsletter .input_wrapper button {
  padding: 1rem 2.5rem 1rem 1rem;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  transition: 150ms;
  color: #fff;
  border: none;
  border-radius: 12px;
  background: #ff8139 url("../pics/ui/arrow-white.svg") no-repeat right 24px center;
  appearance: none;
  flex: 1 0 auto;
}
#sidebarNewsletter .input_wrapper button:hover, #sidebarNewsletter .input_wrapper button:focus, #sidebarNewsletter .input_wrapper button:active {
  background: #ef722b url("../pics/ui/arrow-white.svg") no-repeat right 18px center;
}
#header #sidebarNewsletter {
  max-width: 380px;
  margin: 0 0 0 50px;
}
#header #sidebarNewsletter > label {
  color: #fff;
}
#header #sidebarNewsletter .input_wrapper input {
  padding: 0 0.5rem;
}
@media only screen and (max-width: 769px) {
  #header #sidebarNewsletter {
    max-width: calc(100% - 50px);
  }
}
@media only screen and (max-width: 600px) {
  #header #sidebarNewsletter .input_wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    background: transparent;
  }
  #header #sidebarNewsletter .input_wrapper input {
    width: calc(100% - 32px);
    margin: 0 0 10px;
    padding: 0.5rem 1rem !important;
    line-height: 20px;
    border-radius: 6px;
    background: #fff;
    appearance: none;
  }
  #header #sidebarNewsletter .input_wrapper button {
    padding: 0.5rem 1rem;
  }
}

#actelo-espace-client {
  width: 1280px;
  max-width: 100%;
  margin: 0 0 20px;
}

.mobile_table_scroll {
  overflow-x: auto;
  width: 100%;
  margin: 0 0 20px;
}
.mobile_table_scroll table {
  min-width: 600px;
}

table {
  width: 100%;
  margin: 0 0 20px;
  border-collapse: collapse;
}
table thead th {
  color: #fff;
  background: #152d5d;
}
table th,
table td {
  padding: 10px;
  border: 1px solid black;
}
table th {
  color: #fff;
  background-color: #152d5d;
}
table td {
  text-align: center;
}
table .color_green {
  color: #65ed49;
}

.btn + p {
  margin-top: 15px;
}
.btn.alt span,
.btn.alt a {
  border: 1px solid #152d5d;
  background: transparent url("../pics/ui/arrow.svg") no-repeat center right 24px;
}
.btn.alt span:hover, .btn.alt span:focus, .btn.alt span:active,
.btn.alt a:hover,
.btn.alt a:focus,
.btn.alt a:active {
  color: white !important;
  background: #152d5d url("../pics/ui/arrow-white.svg") no-repeat center right 18px;
}
.btn span,
.btn a {
  display: inline-block;
  padding: 1rem 2.75rem 1rem 2rem;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  transition: 150ms;
  text-align: center;
  text-decoration: none !important;
  color: #152d5d !important;
  border-radius: 16px;
  background: #65ed49 url("../pics/ui/arrow.svg") no-repeat center right 24px;
}
.btn span:hover, .btn span:focus, .btn span:active,
.btn a:hover,
.btn a:focus,
.btn a:active {
  background-color: #73ff56;
  background-position: center right 18px;
}

.successful_request_form {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px;
  border-radius: 12px;
  background-color: #fff;
}
.successful_request_form h2 {
  margin: 0 0 50px !important;
  font-size: 28px !important;
  font-weight: 800 !important;
  line-height: 130% !important;
}
.successful_request_form .by_3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 30px;
}
.successful_request_form .by_3 div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}
.successful_request_form .by_3 div p {
  line-height: 150%;
  color: #666a6a;
}
.successful_request_form .by_3:has(+ *) {
  margin-bottom: 50px;
}
@media only screen and (max-width: 850px) {
  .successful_request_form {
    padding: 30px;
  }
  .successful_request_form h2 {
    margin: 0 0 30px !important;
    font-size: 24px !important;
  }
  .successful_request_form .by_3 {
    grid-template-columns: 1fr;
    gap: 40px 30px;
  }
  .successful_request_form .by_3 p {
    width: 100%;
    max-width: 250px;
    text-align: center;
  }
  .successful_request_form .by_3:has(+ *) {
    margin-bottom: 30px;
  }
}

.banner_contact {
  display: flex;
  justify-content: center;
  padding: 32px 24px;
  border-radius: 12px;
  background-color: #e1e1e1;
}
.banner_contact p {
  position: relative;
  line-height: 150%;
  color: #152d5d;
}
.banner_contact p::before {
  position: relative;
  top: 5px;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 20px;
  content: "";
  background: url("../pics/ui/phone.svg") no-repeat;
}
.banner_contact strong {
  font-weight: 800;
}
@media only screen and (max-width: 850px) {
  .banner_contact p::before {
    margin-right: 8px;
  }
}

.btn-benchmark {
  display: block;
  width: 205px;
  height: 59px;
  padding: 25px 25px;
  font-size: 29px;
  font-weight: 700;
  text-decoration: none;
  color: #152d5d;
  border-radius: 16px;
  background: #f5f5f5;
}
.btn-benchmark span {
  display: block;
  margin-top: 2px;
  font-size: 13px;
}

.btn-benchmark-long {
  display: block;
  height: 48px;
  padding: 25px 25px;
  font-size: 29px;
  font-weight: 700;
  line-height: 48px;
  text-decoration: none;
  color: #152d5d;
  border-radius: 16px;
  background: #f5f5f5;
}
.btn-benchmark-long span {
  display: block;
  margin-top: 2px;
  font-size: 26px;
}

.btn-benchmark-big {
  display: block;
  padding: 25px 25px;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
  color: #152d5d;
  border-radius: 16px;
  background: #f5f5f5;
}
.btn-benchmark-big span {
  display: block;
  margin-top: 2px;
  font-size: 22px;
  line-height: 28px;
}
@media only screen and (max-width: 769px) {
  .btn-benchmark-big {
    font-size: 18px;
    line-height: 24px;
  }
  .btn-benchmark-big span {
    font-size: 18px;
    line-height: 24px;
  }
}

.new-btn-benchmark-long {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin: 20px 0 20px 0;
  padding: 25px 25px;
  font-size: 21px;
  font-weight: 700;
  line-height: 130%;
  transition: 150ms;
  text-align: center;
  text-decoration: none;
  color: #152d5d;
  border-radius: 16px;
  background: #65ed49;
}
.new-btn-benchmark-long:hover, .new-btn-benchmark-long:focus, .new-btn-benchmark-long:active {
  background-color: #73ff56;
}
.new-btn-benchmark-long i {
  display: none;
}
@media only screen and (max-width: 769px) {
  .new-btn-benchmark-long {
    font-size: 18px;
    line-height: 24px;
  }
}

.new-btn-benchmark {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 25px 25px;
  font-size: 24px;
  font-weight: 700;
  line-height: 27px;
  text-decoration: none;
  color: #152d5d;
  border-radius: 16px;
  background: #f5f5f5;
}
.new-btn-benchmark br {
  display: none;
}
.new-btn-benchmark i {
  display: none;
}
.new-btn-benchmark span {
  display: block;
  margin: 1rem 0 0;
  padding: 1rem 2.75rem 1rem 2rem;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  transition: 150ms;
  text-align: center;
  border-radius: 16px;
  background: #65ed49 url("../pics/ui/arrow.svg") no-repeat center right 24px;
}
.new-btn-benchmark span:hover, .new-btn-benchmark span:focus, .new-btn-benchmark span:active {
  background-color: #73ff56;
  background-position: center right 18px;
}
@media only screen and (max-width: 1024px) {
  .new-btn-benchmark {
    max-width: 320px;
    margin: 0 0 20px !important;
    font-size: 22px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 769px) {
  .new-btn-benchmark {
    display: none;
    font-size: 18px;
    line-height: 24px;
  }
}

.overlay {
  position: fixed;
  z-index: 1000;
  display: flex;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2509803922);
  inset: 0;
}
.overlay > div {
  width: 700px;
  height: auto;
  margin: auto;
  padding: 20px;
  padding: 40px 20px;
  background-color: white;
}
.overlay > div p {
  font-size: 18px;
  line-height: 24px;
  color: #152d5d;
}
.overlay > div ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  gap: 16px;
}
.overlay > div ul li {
  padding-bottom: 20px;
  text-align: center;
  background: url("../pics/ui/arrow-down-black.svg") no-repeat center bottom;
}
.overlay > div ul li:last-of-type {
  padding-bottom: 0;
  background: none;
}
.overlay > div ul li a {
  text-decoration: none;
}

#sidebar,
.sidebar {
  width: 320px;
}
#content-categorie #sidebar,
#content-categorie .sidebar {
  padding-top: 0;
}
#sidebar h3,
.sidebar h3 {
  margin: 0 0 0.5rem 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #152d5d;
}
#sidebar ul.secondary,
.sidebar ul.secondary {
  margin-bottom: 30px;
  padding: 0 0 0 20px;
  font-size: 14px;
  list-style: none;
  color: #152d5d;
  border-left: 2px solid #f5f5f5;
}
#sidebar ul.secondary li,
.sidebar ul.secondary li {
  margin: 0 0 10px 0;
}
#sidebar ul.secondary li a,
.sidebar ul.secondary li a {
  text-decoration: none;
}
#sidebar ul.secondary li:hover a,
.sidebar ul.secondary li:hover a {
  color: #ff8139;
}
#sidebar .sidebar-encart,
.sidebar .sidebar-encart {
  margin-bottom: 30px;
}
#sidebar .sidebar-encart a,
.sidebar .sidebar-encart a {
  display: block;
  padding: 5px 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  color: #152d5d;
  border-left: 2px solid #f5f5f5;
}
#sidebar .sidebar-encart a:first-of-type,
.sidebar .sidebar-encart a:first-of-type {
  margin-top: 20px;
  padding-top: 0;
}
#sidebar .sidebar-encart a:last-of-type,
.sidebar .sidebar-encart a:last-of-type {
  padding-bottom: 0;
}
#sidebar .sidebar-encart a:hover,
.sidebar .sidebar-encart a:hover {
  color: #ff8139;
}
#sidebar .sidebar-encart a.links-guide,
.sidebar .sidebar-encart a.links-guide {
  display: block;
  margin: 1rem 20px 1rem;
  padding: 1rem 2.5rem 1rem 1rem;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  transition: 150ms;
  text-align: center;
  text-decoration: none;
  color: #152d5d;
  border: 1px solid #152d5d;
  border-radius: 12px;
  background: transparent url("../pics/ui/arrow.svg") no-repeat center right 24px;
}
#sidebar .sidebar-encart a.links-guide:hover, #sidebar .sidebar-encart a.links-guide:focus, #sidebar .sidebar-encart a.links-guide:active,
.sidebar .sidebar-encart a.links-guide:hover,
.sidebar .sidebar-encart a.links-guide:focus,
.sidebar .sidebar-encart a.links-guide:active {
  color: #fff;
  background: #152d5d url("../pics/ui/arrow-white.svg") no-repeat center right 18px;
}
#sidebar .btn-benchmark,
#sidebar .new-btn-benchmark,
.sidebar .btn-benchmark,
.sidebar .new-btn-benchmark {
  margin: 0 auto 20px auto;
}
#sidebar a.all-guides,
.sidebar a.all-guides {
  position: relative;
  display: block;
  margin-bottom: 20px;
  padding: 10px 6px 10px 6px;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  text-decoration: none;
  text-transform: uppercase;
  border: 2px solid #8ab9a7;
}
#sidebar a.all-guides i,
.sidebar a.all-guides i {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 36px;
  transition: right 150ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
#sidebar a.all-guides:hover i,
.sidebar a.all-guides:hover i {
  right: 10px;
}
@media only screen and (max-width: 1024px) {
  #sidebar,
  .sidebar {
    width: 100%;
    max-width: 100%;
    flex: unset;
  }
  #sidebar h3,
  .sidebar h3 {
    margin: 2.5rem 0 0.5rem 20px;
    font-size: 20px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 769px) {
  #sidebar h3,
  .sidebar h3 {
    margin: 1.5rem 0 0.5rem 20px;
    font-size: 18px;
    line-height: 22px;
  }
}

#newsletter {
  margin: 0 0 20px 0;
}
#newsletter form {
  display: flex;
  flex-direction: column;
  padding: 20px;
  border-radius: 16px;
  background: #f5f5f5;
}
#newsletter form label {
  display: block;
  width: 100%;
  margin: 0 0 15px 0;
  font-weight: 700;
  line-height: 18px;
  color: #152d5d;
}
#newsletter form input {
  margin: 0 0 10px;
  padding: 0.75rem 1.25rem;
  font-size: 14px;
  line-height: 28px;
  color: #666a6a;
  border: none;
  border-radius: 12px;
  background: #fff;
  flex: 1;
}
#newsletter form button {
  padding: 0.75rem 1.5rem;
  font-size: 14px;
  font-weight: 800;
  line-height: 18px;
  cursor: pointer;
  vertical-align: middle;
  color: #fff;
  border: none;
  border-radius: 12px;
  background: #ff8139;
}

.socials .addthis_custom_follow .addthis_toolbox {
  text-align: center;
}
.socials .addthis_custom_follow .addthis_toolbox a {
  float: none;
  margin: 0 5px;
}

.encart-actualites-wrapper {
  max-width: 305px;
  margin: 0 0 15px 0;
}
.encart-actualites-wrapper .encart-actualites .encarts-actualites-list-wrapper {
  position: relative;
  padding: 0 0 20px;
  border-radius: 16px;
  background: #f5f5f5;
}
.encart-actualites-wrapper .encart-actualites .encarts-actualites-list-wrapper .encart-actu-first img,
.encart-actualites-wrapper .encart-actualites .encarts-actualites-list-wrapper .encart-actu img {
  width: 100%;
  height: auto;
  margin: 0 0 1rem 0;
  border-radius: 12px 12px 0 0;
}
.encart-actualites-wrapper .encart-actualites .encarts-actualites-list-wrapper .encart-actu-first p,
.encart-actualites-wrapper .encart-actualites .encarts-actualites-list-wrapper .encart-actu p {
  margin-bottom: 0 !important;
  margin-inline: 20px !important;
}
.encart-actualites-wrapper .encart-actualites .encarts-actualites-list-wrapper .encart-actu-first .encart-actu-img,
.encart-actualites-wrapper .encart-actualites .encarts-actualites-list-wrapper .encart-actu .encart-actu-img {
  display: none;
}
.encart-actualites-wrapper .encart-actualites .encarts-actualites-list-wrapper .encart-actu-first a,
.encart-actualites-wrapper .encart-actualites .encarts-actualites-list-wrapper .encart-actu a {
  display: block;
  margin: 0 0 1.5rem;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
}
.encart-actualites-wrapper .encart-actualites .encarts-actualites-list-wrapper .encart-actu-first a:hover, .encart-actualites-wrapper .encart-actualites .encarts-actualites-list-wrapper .encart-actu-first a:focus, .encart-actualites-wrapper .encart-actualites .encarts-actualites-list-wrapper .encart-actu-first a:active,
.encart-actualites-wrapper .encart-actualites .encarts-actualites-list-wrapper .encart-actu a:hover,
.encart-actualites-wrapper .encart-actualites .encarts-actualites-list-wrapper .encart-actu a:focus,
.encart-actualites-wrapper .encart-actualites .encarts-actualites-list-wrapper .encart-actu a:active {
  color: #ff8139;
}
.encart-actualites-wrapper .encart-actualites .encarts-actualites-list-wrapper .encart-actu-first span,
.encart-actualites-wrapper .encart-actualites .encarts-actualites-list-wrapper .encart-actu span {
  display: block;
  margin: 0.25rem 20px 0;
  font-size: 12px;
}
.encart-actualites-wrapper .encart-actualites .encarts-actualites-list-wrapper .encart-actu-link {
  display: block;
  margin: 1rem 20px 1rem;
  padding: 1rem 1rem;
  font-size: 14px !important;
  font-weight: 700;
  line-height: 18px !important;
  transition: 150ms;
  text-align: center;
  text-decoration: none;
  border: 1px solid #152d5d;
  border-radius: 12px;
  background: transparent url("../pics/ui/arrow.svg") no-repeat center right 24px;
}
.encart-actualites-wrapper .encart-actualites .encarts-actualites-list-wrapper .encart-actu-link:hover, .encart-actualites-wrapper .encart-actualites .encarts-actualites-list-wrapper .encart-actu-link:focus, .encart-actualites-wrapper .encart-actualites .encarts-actualites-list-wrapper .encart-actu-link:active {
  color: #fff;
  background: #152d5d url("../pics/ui/arrow-white.svg") no-repeat center right 18px;
}
.encart-actualites-wrapper .encart-actualites .encarts-actualites-list-wrapper .encart-actu-nav {
  display: flex;
  justify-content: center;
}
.encart-actualites-wrapper .encart-actualites .encarts-actualites-list-wrapper .encart-actu-nav .encart-actu-dots span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 0.5rem 0 0;
  cursor: pointer;
  background: #959595;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.encart-actualites-wrapper .encart-actualites .encarts-actualites-list-wrapper .encart-actu-nav .encart-actu-dots span.active {
  background: #ff8139;
}
.encart-actualites-wrapper .encart-actualites .encarts-actualites-list-wrapper .encart-actu-nav .encart-actu-arrows {
  display: none;
}
@media only screen and (max-width: 769px) {
  .encart-actualites-wrapper {
    margin: 0 auto 30px;
  }
}

.encart-articles-wrapper {
  margin: 0 0 15px 0;
}
.encart-articles-wrapper .encart-articles .encart-articles-tabs {
  height: 24px;
}
.encart-articles-wrapper .encart-articles .encart-articles-tabs a {
  position: relative;
  z-index: 10;
  display: block;
  float: left;
  height: 24px;
  margin-right: 1px;
  font-size: 13px;
  font-family: "ProximaNova-Bold", sans-serif;
  text-align: center;
  text-decoration: none;
  color: #717171;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background: #ccc;
}
.encart-articles-wrapper .encart-articles .encart-articles-tabs a:hover, .encart-articles-wrapper .encart-articles .encart-articles-tabs a.active {
  margin-top: -1px;
  border-top: 1px solid #ccc;
  background: #fff;
}
.encart-articles-wrapper .encart-articles .encart-articles-tabs a.tabs-most-read {
  width: 78px;
}
.encart-articles-wrapper .encart-articles .encart-articles-tabs a.tabs-most-shared {
  width: 137px;
  margin-right: 0;
}
.encart-articles-wrapper .encart-articles .encarts-articles-list-wrapper .encarts-articles-list {
  margin: 1.5rem 0 0;
  padding: 0 0 0 20px;
  border-left: 2px solid #f5f5f5;
}
.encart-articles-wrapper .encart-articles .encarts-articles-list-wrapper .encarts-articles-list .encart-article {
  overflow: hidden;
  margin-bottom: 10px;
}
.encart-articles-wrapper .encart-articles .encarts-articles-list-wrapper .encarts-articles-list .encart-article a {
  display: block;
  margin: 0 0 0.5rem 0;
  text-decoration: none;
}
.encart-articles-wrapper .encart-articles .encarts-articles-list-wrapper .encarts-articles-list .encart-article a:hover, .encart-articles-wrapper .encart-articles .encarts-articles-list-wrapper .encarts-articles-list .encart-article a:focus, .encart-articles-wrapper .encart-articles .encarts-articles-list-wrapper .encarts-articles-list .encart-article a:active {
  color: #ff8139;
}
.encart-articles-wrapper .encart-articles .encarts-articles-list-wrapper .encarts-articles-list .encart-article .encart-article-title p {
  font-size: 14px;
  line-height: 18px;
}
.encart-articles-wrapper .encart-articles .encarts-articles-list-wrapper .encarts-articles-list .encart-article .encart-article-title span {
  display: block;
  margin: 0.25rem 0 0;
  font-size: 12px;
}
@media only screen and (max-width: 1024px) {
  .encart-articles-wrapper {
    max-width: 320px;
  }
}

#overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(../pics/charte/bg-overlay.png) 0 0 repeat;
  z-index: 20000;
}
#overlay #optin-newsletter {
  display: none;
  position: relative;
  top: 50%;
  margin: -177px auto 0 auto;
  width: 600px;
  height: 355px;
  background: #fff url(../pics/charte/animation-optin-newsletter.gif) right bottom no-repeat;
}
#overlay #optin-newsletter h3 {
  padding: 13px 0 13px 23px;
  background: #ff8139;
  color: #fff;
  font-size: 23px;
  font-family: "ProximaNova-Bold", sans-serif;
}
#overlay #optin-newsletter h3 span {
  display: block;
  font-weight: 300;
  font-size: 21px;
}
#overlay #optin-newsletter p {
  color: #ff8139;
  font-size: 22px;
  line-height: 25px;
  font-family: "ProximaNova-Bold", sans-serif;
  padding: 26px 0 0 23px;
}
#overlay #optin-newsletter form {
  padding: 55px 0 0 23px;
}
#overlay #optin-newsletter form input {
  background: #e3e3e3;
  border: none;
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
  line-height: 33px;
  width: 253px;
  box-sizing: border-box;
  padding: 0 10px 0 10px;
}
#overlay #optin-newsletter form button {
  border: none;
  background: #ff8139;
  line-height: 33px;
  height: 33px;
  vertical-align: bottom;
  margin-left: 1px;
  color: #fff;
  font-family: "ProximaNova-Bold", sans-serif;
  font-size: 18px;
  cursor: pointer;
}
#overlay #optin-newsletter a#close-splash-popin {
  background: url(../pics/charte/bg-close-splash-popin.png) 0 0 no-repeat;
  width: 19px;
  height: 18px;
  position: absolute;
  top: 16px;
  right: 15px;
}
@media only screen and (max-width: 768px) {
  #overlay {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url(../pics/charte/bg-overlay.png) 0 0 repeat;
    z-index: 20000;
  }
  #overlay #optin-newsletter {
    display: none;
    position: relative;
    top: 50px;
    margin: 0 auto 0 auto;
    width: 80%;
    height: auto;
    background: #fff;
  }
  #overlay #optin-newsletter h3 {
    padding: 13px 40px 13px 10px;
    background: #ff8139;
    color: #fff;
    font-size: 14px;
    font-family: "ProximaNova-Bold", sans-serif;
  }
  #overlay #optin-newsletter h3 span {
    display: inline;
    font-family: "ProximaNova-Bold", sans-serif;
    font-size: 14px;
  }
  #overlay #optin-newsletter p {
    font-size: 14px;
    line-height: normal;
    font-weight: 400;
    padding: 10px 10px 0 10px;
  }
  #overlay #optin-newsletter p br {
    display: none;
  }
  #overlay #optin-newsletter form {
    padding: 10px;
  }
  #overlay #optin-newsletter form input {
    box-sizing: border-box;
    font-size: 14px;
    line-height: 33px;
    width: 100%;
    padding: 0 10px 0 10px;
  }
  #overlay #optin-newsletter form button {
    display: block;
    margin: 10px auto 0 auto;
  }
  #overlay #optin-newsletter a#close-splash-popin {
    background: url(../pics/charte/bg-close-splash-popin.png) 0 0 no-repeat;
    width: 19px;
    height: 18px;
    position: absolute;
    top: 16px;
    right: 15px;
  }
}

#bdc_popin_overlay {
  box-sizing: border-box;
  position: fixed;
  overflow: auto;
  background-color: rgba(51, 51, 51, 0.8);
  z-index: 2147483648;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#bdc_popin_overlay > div {
  box-sizing: border-box;
  min-width: 300px;
  max-width: 600px;
  width: 50%;
  padding: 130px 30px 20px;
  background-color: #fff;
  background: #fff url(../pics/charte/logo-bourse-des-credits.png) center 20px no-repeat;
  background-size: 240px 78px;
  position: relative;
}
#bdc_popin_overlay > div p {
  margin: 0 0 20px 0;
  line-height: 1.3em;
}
#bdc_popin_overlay > div span {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ff8139;
  text-align: center;
  line-height: 40px;
  color: #fff;
  right: -20px;
  top: -20px;
  cursor: pointer;
}

#relation-presse-intro {
  padding: 0 0 295px 0;
  background: url(../pics/charte/bg-relation-presse-intro.jpg) center bottom no-repeat;
  margin: 0 0 15px 0;
}
#relation-presse-intro p {
  font-size: 17px;
  line-height: 20px;
  margin: 0 0 20px 0;
  font-weight: 400;
}
#relation-presse-intro p a {
  color: #ff8139;
  text-decoration: none;
}

#presse-ssmenu {
  margin-bottom: 15px;
  border-radius: 16px;
  background: #F5F5F5;
  padding: 25px;
}
#presse-ssmenu a {
  position: relative;
  display: block;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  padding: 10px 0 10px 8px;
  margin-bottom: 1px;
  border-bottom: 1px solid #e0e0e0;
  background: url("../pics/ui/arrow.svg") no-repeat center right 6px;
  transition: 150ms;
}
#presse-ssmenu a.bg {
  color: #FF8139 !important;
}
#presse-ssmenu a:hover {
  background-position: center right 0;
}

#presses-wrapper {
  padding: 0 0 0 17px;
}
#presses-wrapper h2 {
  width: 450px;
  padding: 10px 0 0 0 !important;
  font-size: 26px;
}
#presses-wrapper .communique {
  min-height: 120px;
  height: auto !important;
  padding: 0 0 40px 0;
}
#presses-wrapper .presse {
  overflow: hidden;
  position: relative;
  margin: 0 0 50px 0;
}
#presses-wrapper .presse .presse-img {
  display: table-row;
  width: 155px;
}
#presses-wrapper .presse .presse-img .presse-img-wrapper {
  display: table-cell;
  height: 160px;
  vertical-align: middle;
}
#presses-wrapper .presse .presse-img .presse-img-wrapper img {
  vertical-align: middle;
}
#presses-wrapper .presse .img-communique {
  text-align: center;
}
#presses-wrapper .presse .presse-desc {
  width: 520px;
}
#presses-wrapper .presse h3 {
  color: #ff8139;
  font-size: 19px;
  font-weight: 700;
}
#presses-wrapper .presse h4 {
  font-weight: 700;
  font-size: 20px;
  color: #58595B;
  margin-bottom: 5px;
}
#presses-wrapper .presse p {
  color: #58595B;
  line-height: 22px;
}
#presses-wrapper .presse .actions-wrapper {
  left: 155px;
}

#form-relations h3 {
  color: #6D6E71;
  padding: 15px 0 15px 0;
}

/************************************************************/
/************************************************************/
/************************************************************/
/************************************************************/
@media only screen and (max-width: 680px) {
  #presses-wrapper {
    padding: 0;
  }
  #presses-wrapper h2 {
    width: 100%;
    font-size: 18px;
    margin-bottom: 10px !important;
  }
  #presses-wrapper .presse {
    height: auto;
    margin: 0 0 50px 0;
  }
  #presses-wrapper .presse .presse-img {
    display: block;
    float: none;
    width: 100%;
    height: auto;
  }
  #presses-wrapper .presse .presse-img .presse-img-wrapper {
    display: block;
    width: 100%;
    text-align: center;
    height: auto;
    margin-bottom: 10px;
  }
  #presses-wrapper .presse .img-communique {
    text-align: center;
  }
  #presses-wrapper .presse .presse-desc {
    float: none;
    width: 100%;
  }
  #presses-wrapper .presse h3 {
    font-size: 16px;
  }
  #presses-wrapper .presse h4 {
    font-weight: 700;
    font-size: 17px;
    color: #58595B;
    margin-bottom: 5px;
  }
  #presses-wrapper .presse p {
    font-size: 14px;
    line-height: 18px;
    color: #58595B;
  }
  #presses-wrapper .presse .actions-wrapper {
    text-align: center;
    position: static;
    bottom: 0;
    left: 0;
    margin-top: 11px;
  }
}
.qc-cmp-button {
  background-color: #e24315 !important;
  border-color: #e24315 !important;
}

.qc-cmp-button:hover {
  text-decoration: underline !important;
}

.qc-cmp-alt-action,
.qc-cmp-link {
  color: #e24315 !important;
}

.qc-cmp-button {
  color: #fff !important;
}

.qc-cmp-button.qc-cmp-secondary-button {
  color: #706f6f !important;
}

.qc-cmp-button.qc-cmp-button.qc-cmp-secondary-button:hover {
  color: #fff !important;
}

.qc-cmp-button.qc-cmp-secondary-button {
  border-color: #20a7c5 !important;
  background-color: transparent !important;
}

.qc-cmp-button.qc-cmp-secondary-button:hover {
  background-color: #20a7c5 !important;
}

.qc-cmp-ui,
.qc-cmp-ui .qc-cmp-beta-messaging,
.qc-cmp-ui .qc-cmp-main-messaging,
.qc-cmp-ui .qc-cmp-messaging,
.qc-cmp-ui .qc-cmp-purpose-info,
.qc-cmp-ui .qc-cmp-sub-title,
.qc-cmp-ui .qc-cmp-table,
.qc-cmp-ui .qc-cmp-table-header,
.qc-cmp-ui .qc-cmp-title,
.qc-cmp-ui .qc-cmp-vendor-list,
.qc-cmp-ui .qc-cmp-vendor-list-title {
  color: #706f6f !important;
}

.qc-cmp-ui .qc-cmp-alt-action,
.qc-cmp-ui a {
  color: #e24315 !important;
}

.qc-cmp-ui {
  background-color: #fff !important;
}

.qc-cmp-publisher-purposes-table .qc-cmp-table-header {
  background-color: #fafafa !important;
}

.qc-cmp-publisher-purposes-table .qc-cmp-table-row {
  background-color: #fff !important;
}

.qc-cmp-small-toggle.qc-cmp-toggle-on,
.qc-cmp-toggle.qc-cmp-toggle-on {
  background-color: #20a7c5 !important;
  border-color: #20a7c5 !important;
}

.qc-cmp-small-toggle.qc-cmp-toggle-off,
.qc-cmp-toggle.qc-cmp-toggle-off {
  background-color: #999 !important;
  border-color: #999 !important;
}

.authors {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 50px 100px;
  justify-content: center;
}
.authors > div {
  display: flex;
  gap: 36px;
  max-width: 375px;
  text-decoration: none;
}
.authors > div a {
  text-decoration: none;
}
.authors > div a:first-child {
  font-size: 18px;
  line-height: 22px;
}
.authors > div p {
  margin: 0 0 10px;
}
.authors > div p:first-child {
  font-size: 18px;
  line-height: 22px;
  margin: 0;
}
.authors > div .lk {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: url("../pics/ui/lk-footer.svg") no-repeat center;
  background-size: contain;
}

.authors_desc {
  padding: 20px 0 0;
}
.authors_desc .breadcrumb {
  margin: 0 0 40px;
}
.authors_desc p {
  margin: 0 auto 20px;
  max-width: 960px;
  color: #152d5d;
}
.authors_desc p:last-child {
  margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
  .authors {
    gap: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .authors {
    grid-template-columns: auto;
    gap: 50px;
  }
  .authors > div {
    gap: 16px;
  }
  .authors > div > img {
    width: 90px;
    height: 90px;
  }
}
#rejoindre-wrapper {
  color: #152d5d;
}
#rejoindre-wrapper #rejoindre-intro {
  box-sizing: border-box;
  height: 375px;
  padding: 25px 335px 0 30px;
  margin: 0 0 35px 0;
  border-radius: 16px;
  background: #f5f5f5 url(../pics/charte/bg-rejoindre-intro.jpg) right top no-repeat;
}
#rejoindre-wrapper #rejoindre-intro h1 {
  color: #ff8139;
  font-size: 33px;
  line-height: 36px;
}
#rejoindre-wrapper #rejoindre-intro p {
  font-weight: 300;
  color: #58595b;
  font-size: 17px;
  line-height: 23px;
}
#rejoindre-wrapper h2 {
  font-size: 29px;
  font-weight: 700;
  margin: 0 0 15px 0;
}
#rejoindre-wrapper ul {
  font-size: 19px;
  font-weight: 300;
  color: #6d6e71;
  margin: 0 0 0 30px;
}
#rejoindre-wrapper ul li {
  line-height: 30px;
}
#rejoindre-wrapper p {
  font-size: 17px;
}
#rejoindre-wrapper .separator {
  padding-top: 7px;
  background-position: -740px 0;
}

form#rejoindre-form {
  position: relative;
}
form#rejoindre-form h3 {
  color: #ff8139;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  margin: 0 0 14px 0;
}
form#rejoindre-form p {
  margin: 0 0 10px 0;
  font-size: 18px;
  font-weight: 700;
  color: #888;
  line-height: 25px;
  display: flex;
  flex-wrap: wrap;
}
form#rejoindre-form p.form-optin {
  font-size: 14px;
  line-height: 18px;
}
form#rejoindre-form p label {
  display: block;
  width: 200px;
  color: #152d5d;
}
form#rejoindre-form p span.custom-file-info {
  display: block;
  width: 100%;
  margin: 0 0 10px 200px;
  line-height: 10px;
  font-weight: 300;
  font-size: 10px;
  font-style: italic;
}
form#rejoindre-form input,
form#rejoindre-form textarea,
form#rejoindre-form select {
  background: #fff;
  width: 286px;
  border-radius: 12px;
  padding: 0 8px;
  border: 1px solid #e1e1e1;
  font-size: 12px;
  color: #152d5d;
  padding: 8px 20px;
}
form#rejoindre-form input {
  line-height: 22px;
  margin-bottom: 10px;
}
form#rejoindre-form .selectric {
  width: 328px;
  background-color: #fff;
  border-radius: 12px;
}
form#rejoindre-form .selectric .label {
  height: auto;
  text-align: left;
  padding: 8px 20px;
  margin: 0;
  background: url("../pics/ui/arrow-down-black.svg") no-repeat center right 18px;
}
form#rejoindre-form .selectric .button {
  display: none;
}
form#rejoindre-form textarea {
  resize: none;
  height: 97px;
  padding-top: 3px;
  margin-bottom: 10px;
}
form#rejoindre-form .selectric-scroll ul {
  margin: 0 !important;
}
form#rejoindre-form .custom-file {
  overflow: hidden !important;
  margin-bottom: 10px;
}
form#rejoindre-form .custom-file .NFI-button {
  cursor: pointer;
  position: relative;
  background: #fff;
  color: #152d5d;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  padding: 10px 15px;
  margin-right: 10px;
  border: 1px solid #e1e1e1;
  border-radius: 12px;
}
form#rejoindre-form .custom-file .NFI-filename {
  background: #fff !important;
  border: none;
  height: unset;
  width: unset;
}
form#rejoindre-form p.button-wrapper {
  text-align: right;
  width: 500px;
}
form#rejoindre-form p.button-wrapper button {
  margin: 1rem 0 0 auto;
  padding: 1rem 2.75rem 1rem 2rem;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  transition: 150ms;
  text-align: center;
  color: #fff;
  border-radius: 16px;
  border: none;
  background: #ff8139 url("../pics/ui/arrow-white.svg") no-repeat center right 24px;
  cursor: pointer;
}
form#rejoindre-form p.button-wrapper button:hover, form#rejoindre-form p.button-wrapper button:focus, form#rejoindre-form p.button-wrapper button:active {
  background-position: center right 18px;
}
form#rejoindre-form .g-recaptcha {
  padding-left: 200px;
  margin-bottom: 10px;
}

#sidebar .encart-offres-wrapper {
  margin: 0 0 15px 0;
  background: #f5f5f5;
  padding: 25px;
  border-radius: 16px;
  margin-bottom: 25px;
}
#sidebar .encart-offres-wrapper h2 {
  text-transform: none !important;
  margin-top: 0;
}
#sidebar .encart-offres-wrapper ul {
  margin: 0 0 0 20px;
}
#sidebar .encart-offres-wrapper ul li {
  font-size: 16px;
  line-height: 21px;
  margin: 0 0 10px 0;
}
#sidebar .encart-offres-wrapper ul li a {
  text-decoration: none;
  color: #152d5d;
}
#sidebar .encart-offres-wrapper ul li:hover a, #sidebar .encart-offres-wrapper ul li:focus a, #sidebar .encart-offres-wrapper ul li:active a {
  color: #ff8139;
}
#sidebar #engagements img {
  margin: 0 0 15px 0;
}
#sidebar #engagements p {
  font-size: 12px;
  line-height: 16px;
  margin: 0 0 20px 0;
}
#sidebar #engagements a {
  text-decoration: none;
  color: inherit;
}
#sidebar #engagements a.label-knowmore {
  display: block;
  font-size: 14px;
  text-align: right;
  padding-right: 44px;
  color: #152d5d;
  transition: 150ms;
  background: url("../pics/ui/arrow.svg") no-repeat center right 24px;
}
#sidebar #engagements a.label-knowmore:hover, #sidebar #engagements a.label-knowmore:focus, #sidebar #engagements a.label-knowmore:active {
  background: url("../pics/ui/arrow-orange.svg") no-repeat center right 18px;
  color: #ff8139;
}

#rejoindre-fiche-wrapper p {
  font-size: 16px;
  font-weight: 300;
  margin: 0 0 15px 0;
  line-height: 21px;
}
#rejoindre-fiche-wrapper strong {
  font-weight: 600;
}
#rejoindre-fiche-wrapper h2 {
  margin-top: 30px !important;
  margin-bottom: 15px !important;
}
#rejoindre-fiche-wrapper ul {
  color: #152d5d;
  list-style: inside;
}
#rejoindre-fiche-wrapper ul li {
  font-size: 16px;
  font-weight: 300;
  margin: 0 0 15px 0;
}

#offre-resume {
  background: #f7f7f7;
  padding: 25px;
  margin-bottom: 25px;
  border-radius: 16px;
}
#offre-resume p.title {
  color: #ff8139;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
#offre-resume ul {
  font-size: 15px;
  margin: 0 0 0 13px;
}
#offre-resume ul li {
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 19px;
}
#offre-resume ul li strong {
  display: block;
  color: #152d5d;
  font-weight: 700;
  line-height: 23px;
}

/************************************************************/
/************************************************************/
/************************************************************/
/************************************************************/
@media only screen and (max-width: 680px) {
  #rejoindre-wrapper {
    width: 100%;
  }
  #rejoindre-wrapper #rejoindre-intro {
    height: auto;
    padding: 25px;
    margin: 0 0 20px 0;
    background: #f9f9f9;
  }
  #rejoindre-wrapper #rejoindre-intro h1 {
    color: #ff8139;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
  }
  #rejoindre-wrapper #rejoindre-intro h1 br {
    display: none;
  }
  #rejoindre-wrapper #rejoindre-intro p {
    font-size: 12px;
  }
  #rejoindre-wrapper h2 {
    font-size: 16px;
    margin-bottom: 10px;
    margin-left: 0;
  }
  #rejoindre-wrapper ul {
    font-size: 12px;
    font-weight: 300;
    color: #6d6e71;
    margin: 0 0 10px 10px;
  }
  #rejoindre-wrapper ul li {
    line-height: 14px;
    margin: 0 0 10px 0;
  }
  #rejoindre-wrapper p {
    font-size: 17px;
  }
  #rejoindre-wrapper .separator {
    padding-top: 7px;
    background-position: -740px 0;
  }
  form#rejoindre-form h3 {
    font-size: 16px !important;
    line-height: 18px;
    margin: 0 0 10px 0;
  }
  form#rejoindre-form p {
    font-size: 12px;
    flex-direction: column;
  }
  form#rejoindre-form p label {
    float: none;
    font-size: 12px;
  }
  form#rejoindre-form p span.custom-file-info {
    display: block;
    line-height: 10px;
    margin: 0 0 0 0;
    font-weight: 300;
    font-size: 10px;
    font-style: italic;
  }
  form#rejoindre-form input,
  form#rejoindre-form textarea,
  form#rejoindre-form select {
    box-sizing: border-box;
    width: 100%;
  }
  form#rejoindre-form input {
    line-height: 22px;
  }
  form#rejoindre-form .selectric-wrapper {
    width: 100%;
  }
  form#rejoindre-form .selectric-wrapper .selectric {
    width: 100%;
  }
  form#rejoindre-form textarea {
    resize: none;
    height: 97px;
    padding-top: 3px;
  }
  form#rejoindre-form .selectricWrapper {
    width: 100%;
  }
  form#rejoindre-form .custom-file {
    background: none;
  }
  form#rejoindre-form .custom-file .NFI-filename {
    width: 180px;
  }
  form#rejoindre-form p.button-wrapper {
    text-align: center;
    width: 100%;
  }
  form#rejoindre-form p.button-wrapper button {
    margin: 1rem auto 0 0;
  }
  form#rejoindre-form .g-recaptcha {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding-left: 0;
    margin-bottom: 10px;
  }
  #sidebar > div {
    margin: 0 auto;
  }
  #sidebar > div h3,
  #sidebar > div h2 {
    margin: 0 0 20px;
    text-align: center;
  }
  #sidebar > div p {
    text-align: center;
  }
}
#content #banque-resultat {
  position: relative;
  padding: 0 0 0 0;
}
#content #banque-resultat .mdevice {
  display: none;
}
#content #banque-resultat a.help {
  display: inline-block;
  position: relative;
  text-decoration: none;
  width: 11px;
  height: 11px;
  margin-left: 2px;
  background: url(../pics/charte/formulaires/bg-help.png) 0 0 no-repeat;
  cursor: help;
  text-transform: none;
}
#content #banque-resultat a.help span {
  position: absolute;
  top: -5px;
  left: 20px;
  z-index: 5;
  display: none;
  width: 140px;
  padding: 5px 7px;
  border: 1px solid #dfdfdf;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  background: #fff;
  font-size: 10px;
  color: #646464;
}
#content #banque-resultat a.help span.hidden {
  display: none;
}
#content #banque-resultat a.help span strong {
  display: block;
  font-weight: 400;
}
@media only screen and (max-width: 680px) {
  #content #banque-resultat a.help {
    display: none;
  }
}
#content #banque-resultat #loader {
  position: absolute;
  background: #fff url(../pics/charte/loader.gif) 70px 100px no-repeat;
  width: 100%;
  height: 100%;
  top: 30px;
  left: -44px;
  padding-right: 59px;
  padding-bottom: 15px;
  z-index: 1000;
}
#content #banque-resultat #loader p {
  color: #6d6e71;
  font-size: 37px;
  font-weight: 700;
  padding: 123px 0 0 270px;
}
#content #banque-resultat #loader p span {
  display: block;
  font-size: 29px;
}
#content #banque-resultat h1 {
  color: #152d5d;
  font-weight: 700;
  font-size: 24px;
  margin: -10px 0 20px 0;
}
#content #banque-resultat h2 {
  display: block;
  color: #fff;
  font-size: 25px;
  height: 39px;
  padding: 0 0 0 15px;
  margin: 0;
  font-weight: 400;
  background: #152d5d;
  line-height: 39px;
}
#content #banque-resultat .banque-result {
  width: 100%;
}
#content #banque-resultat .banque-result tr.entete td {
  font-size: 12px;
  color: #acacac;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #e5e5e5;
  background: #f4f4f4;
  color: #6d6e71;
}
#content #banque-resultat .banque-result tr.entete td.intr {
  color: #fff !important;
  background-color: #9d9d9d !important;
}
#content #banque-resultat .banque-result tr.entete td.intr.highlight {
  background: #ff8139 !important;
}
#content #banque-resultat .banque-result td {
  color: #6d6e71;
  text-align: left;
  padding: 13px 10px;
  vertical-align: middle;
  border-right: 1px solid #e5e5e5;
}
#content #banque-resultat .banque-result td.banque_en_ligne {
  width: 115px;
  border-bottom: 2px solid #b3b2b2;
  position: relative;
  box-sizing: border-box;
}
#content #banque-resultat .banque-result td.cout_annuel {
  width: 110px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 16px;
  vertical-align: middle;
}
@media only screen and (min-width: 1240px) {
  #content #banque-resultat .banque-result td.cout_annuel {
    width: 135px;
  }
}
#content #banque-resultat .banque-result td.spread {
  width: 330px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 16px;
  vertical-align: middle;
}
#content #banque-resultat .banque-result td.cout_premier {
  width: 140px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 16px;
  vertical-align: middle;
}
@media only screen and (min-width: 1240px) {
  #content #banque-resultat .banque-result td.cout_premier {
    width: 140px;
  }
}
#content #banque-resultat .banque-result td.levier_financier {
  width: 400px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 16px;
  vertical-align: middle;
}
#content #banque-resultat .banque-result td.min_ouverture {
  width: 112px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 16px;
  vertical-align: middle;
}
#content #banque-resultat .banque-result td.cb {
  width: 120px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 16px;
  vertical-align: middle;
}
#content #banque-resultat .banque-result td.avis {
  font-size: 12px;
  border-bottom: 2px solid #b3b2b2;
}
#content #banque-resultat .banque-result td.offre {
  width: 185px;
  font-size: 15px;
  border-bottom: 2px solid #b3b2b2;
}
#content #banque-resultat .banque-result td.offrePea {
  width: 198px;
  font-size: 15px;
  border-bottom: 2px solid #b3b2b2;
  vertical-align: middle;
}
#content #banque-resultat .banque-result td.frais_uc {
  width: 185px;
  font-size: 15px;
  border-bottom: 1px solid #e5e5e5;
}
#content #banque-resultat .banque-result td.link {
  border-bottom: 2px solid #b3b2b2;
  border-right: none;
}
#content #banque-resultat .banque-result td.intr {
  background: #c0c0c0;
  color: #fff !important;
  width: 80px;
}
#content #banque-resultat .banque-result td.intr.highlight {
  color: #ff8139 !important;
}
#content #banque-resultat .banque-result td a.know-more {
  display: inline-block;
  position: relative;
  z-index: 2;
  font-size: 15px;
  text-decoration: none;
  padding: 8px 45px 8px 16px;
  background: #65ed49 url(../pics/ui/arrow.svg) no-repeat right 24px center;
  line-height: 37px;
  color: #152d5d;
  text-align: center;
  vertical-align: middle;
  border-radius: 12px;
  transition: 150ms ease-in-out;
}
#content #banque-resultat .banque-result td a.know-more:hover {
  background-color: #73ff56;
  background-position: right 18px center;
}
#content #banque-resultat .banque-result td a.profitez {
  display: inline-block;
  position: relative;
  z-index: 2;
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none;
  background: #ff8139;
  height: 30px;
  padding: 7px 0 0 0;
  width: 115px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
#content #banque-resultat .banque-result .offre-flash {
  position: absolute;
  top: -2px;
  left: -59px;
  height: 100%;
  border: 3px solid #e24315;
  border-right: none;
}
#content #banque-resultat .banque-result .offre-flash span {
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  width: 53px;
  height: 100%;
  background: #ff8139 url(../pics/charte/bg-offre-flash.png) 0 center no-repeat;
}
#content #banque-resultat .banque-result#banque-selection, #content #banque-resultat .banque-result#banque-selection-mdevice {
  background: #e0e0e0 url(../pics/charte/bg-selection-banque.png) 0 0 repeat-x;
}
#content #banque-resultat .banque-result#banque-selection tr.entete td, #content #banque-resultat .banque-result#banque-selection-mdevice tr.entete td {
  background: none;
  border-bottom: none;
}
#content #banque-resultat .banque-result#banque-selection tr td.cout_annuel, #content #banque-resultat .banque-result#banque-selection tr td.cout_premier, #content #banque-resultat .banque-result#banque-selection tr td.min_ouverture, #content #banque-resultat .banque-result#banque-selection tr td.cb, #content #banque-resultat .banque-result#banque-selection-mdevice tr td.cout_annuel, #content #banque-resultat .banque-result#banque-selection-mdevice tr td.cout_premier, #content #banque-resultat .banque-result#banque-selection-mdevice tr td.min_ouverture, #content #banque-resultat .banque-result#banque-selection-mdevice tr td.cb {
  font-weight: 700;
  color: #6d6e71;
  font-size: 19px;
}
#content #banque-resultat .banque-result#banque-selection tr td.offre, #content #banque-resultat .banque-result#banque-selection-mdevice tr td.offre {
  border-bottom: none;
}
#content #banque-resultat .banque-result#banque-selection tr td.banque_en_ligne, #content #banque-resultat .banque-result#banque-selection tr td.avis, #content #banque-resultat .banque-result#banque-selection tr td.link, #content #banque-resultat .banque-result#banque-selection-mdevice tr td.banque_en_ligne, #content #banque-resultat .banque-result#banque-selection-mdevice tr td.avis, #content #banque-resultat .banque-result#banque-selection-mdevice tr td.link {
  border-bottom: none;
}
#content #banque-resultat .banque-result#banque-selection tr td.avis, #content #banque-resultat .banque-result#banque-selection-mdevice tr td.avis {
  border: none;
}
#content #banque-resultat .banque-result.conso-result tr td.cb {
  font-size: 14px !important;
}
#content #banque-resultat .banque-result.conso-result tr td.cout_annuel {
  font-size: 14px !important;
}
#content #banque-resultat .banque-result.conso-result tr td.cout_premier {
  font-size: 14px !important;
}
#content #banque-resultat .banque-result.conso-result tr td.min_ouverture {
  font-size: 14px !important;
}
#content #banque-resultat #form-desc {
  padding-top: 20px;
}
#content #banque-resultat #form-desc h2 {
  background: none;
  color: #152d5d;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  height: auto;
  padding: 0;
  margin: 0 0 20px;
}
#content #banque-resultat #form-desc p {
  font-size: 14px;
  line-height: 18px;
  text-align: justify;
  margin: 0 0 5px 0;
  color: #152d5d;
}
#content #banque-resultat #finish-result {
  height: 48px;
  background: #b3b2b2;
  position: relative;
  z-index: 10;
  margin-top: -2px;
}
#content #calculate-results {
  margin-bottom: 30px;
  color: rgba(0, 0, 17, 0);
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
#content #calculate-results h3 {
  width: 100%;
  font-size: 22px;
  color: #152d5d;
  font-weight: 400;
  margin-bottom: 20px;
}
#content #calculate-results p {
  font-size: 21px;
  color: #152d5d;
}
#content #calculate-results p input {
  width: 140px;
  font-size: 18px;
  color: #152d5d;
  border: 1px solid #152d5d;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  line-height: 32px;
  box-sizing: border-box;
  padding: 0 10px 0 15px;
}
#content #calculate-results p span {
  display: inline-block;
  margin-right: 50px;
}
#content #calculate-results button {
  display: block;
  padding: 1rem 2.75rem 1rem 2rem;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  transition: 150ms;
  text-align: center;
  border-radius: 16px;
  border: none;
  background: #65ed49 url("../pics/ui/arrow.svg") no-repeat center right 24px;
}
#content #calculate-results button:hover, #content #calculate-results button:focus, #content #calculate-results button:active {
  background-color: #73ff56;
  background-position: center right 18px;
}

/************************************************************/
/************************************************************/
/************************************************************/
/************************************************************/
@media only screen and (max-width: 1024px) {
  #content #calculate-results p span {
    margin-right: 25px;
  }
}
@media only screen and (max-width: 769px) {
  #content #banque-resultat {
    position: relative;
  }
  #content #banque-resultat .mdevice {
    display: block;
  }
  #content #banque-resultat .desktop {
    display: none !important;
  }
  #content #banque-resultat #loader {
    position: fixed;
    background: #fff url(../pics/charte/loader.gif) top center no-repeat;
    top: 0;
    left: 0;
    padding-right: 0;
    padding-bottom: 15px;
  }
  #content #banque-resultat #loader p {
    font-size: 15px;
    padding: 180px 0 0 0;
    text-align: center;
  }
  #content #banque-resultat #loader p span {
    font-size: 15px;
  }
  #content #banque-resultat h1 {
    font-size: 22px;
  }
  #content #banque-resultat h2 {
    font-size: 17px;
    height: auto;
    padding: 0 10px 0 10px;
    line-height: normal;
  }
  #content #banque-resultat #calculate-results-mdevice {
    height: auto;
    margin-bottom: 20px;
    padding: 20px;
    background: #e6e6e6 !important;
    position: relative;
  }
  #content #banque-resultat #calculate-results-mdevice h3 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
    color: #152d5d;
  }
  #content #banque-resultat #calculate-results-mdevice p {
    font-size: 16px;
    color: #152d5d;
  }
  #content #banque-resultat #calculate-results-mdevice p input {
    width: 140px !important;
    font-size: 18px;
    color: #152d5d;
    border-width: 1px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    line-height: 22px;
    box-sizing: border-box;
    padding: 10px 15px;
  }
  #content #banque-resultat #calculate-results-mdevice p input#montant-mdevice {
    width: 80px;
  }
  #content #banque-resultat #calculate-results-mdevice p input#duree-mdevice {
    width: 40px;
  }
  #content #banque-resultat #calculate-results-mdevice p span.euro {
    display: inline;
    margin-right: 0;
  }
  #content #banque-resultat #calculate-results-mdevice button {
    border-width: 1px;
    font-size: 16px;
    line-height: 20px;
    vertical-align: middle;
    margin-left: 10px;
    padding: 8px 12px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
  }
  #content #banque-resultat .banque-result {
    overflow-x: auto;
    display: block;
  }
  #content #banque-resultat .banque-result#banque-selection-mdevice tr td {
    padding-top: 6px;
  }
  #content #banque-resultat .banque-result tr.offre-flash-header td {
    border-top: 3px solid #ff8139 !important;
  }
  #content #banque-resultat .banque-result tr.offre-flash-header td.banque_en_ligne span.offre-flash-mdevice {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 12px;
    text-align: center;
    height: 16px;
    line-height: 16px;
    padding: 0 5px;
    background: #ff8139;
  }
  #content #banque-resultat .banque-result tr.offre-flash-footer td {
    border-bottom: 3px solid #ff8139 !important;
  }
  #content #banque-resultat .banque-result td {
    color: #6d6e71;
    text-align: left;
    padding: 6px 10px;
    vertical-align: middle;
    border: none !important;
  }
  #content #banque-resultat .banque-result td.banque_en_ligne {
    width: 115px;
    padding-top: 20px;
  }
  #content #banque-resultat .banque-result td.offre {
    font-size: 18px;
    line-height: 20px;
    width: auto;
    text-align: center;
    padding-top: 20px;
  }
  #content #banque-resultat .banque-result td.avis {
    font-size: 12px;
    width: auto;
    line-height: 15px;
    border-bottom: 1px solid #e0e0e0 !important;
    padding-bottom: 15px;
  }
  #content #banque-resultat .banque-result td.taux {
    font-size: 11px;
    text-transform: uppercase;
    width: 100%;
  }
  #content #banque-resultat .banque-result td.taux strong {
    display: inline-block;
    font-size: 55px;
  }
  #content #banque-resultat .banque-result td.intr {
    font-size: 11px;
    text-transform: uppercase;
    width: 100%;
    background: none;
    color: #6d6e71 !important;
  }
  #content #banque-resultat .banque-result td.intr strong {
    display: inline-block;
    font-size: 42px;
  }
  #content #banque-resultat .banque-result td.other_infos table {
    width: 100%;
  }
  #content #banque-resultat .banque-result td.other_infos table tr td {
    border: none !important;
  }
  #content #banque-resultat .banque-result td.other_infos table tr.titles td {
    vertical-align: top;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    border: none !important;
  }
  #content #banque-resultat .banque-result td a.know-more,
  #content #banque-resultat .banque-result td a.profitez {
    display: block;
    margin: 10px 0 0 0;
    float: right;
  }
  #content #banque-resultat .banque-result td a.profitez {
    background: #ff8139;
    height: 37px;
    font-size: 13px;
  }
  #content #banque-resultat .banque-result#banque-selection {
    background: #e0e0e0 url(../pics/charte/bg-selection-banque.png) 0 0 repeat-x;
  }
  #content #banque-resultat .banque-result#banque-selection tr.entete td {
    background: none;
    border-bottom: none;
  }
  #content #banque-resultat .banque-result#banque-selection tr td.cout_annuel, #content #banque-resultat .banque-result#banque-selection tr td.cout_premier, #content #banque-resultat .banque-result#banque-selection tr td.min_ouverture, #content #banque-resultat .banque-result#banque-selection tr td.cb {
    font-weight: 700;
    color: #6d6e71;
    font-size: 19px;
  }
  #content #banque-resultat .banque-result#banque-selection tr td.offre {
    border-bottom: none;
  }
  #content #banque-resultat .banque-result#banque-selection tr td.banque_en_ligne, #content #banque-resultat .banque-result#banque-selection tr td.avis, #content #banque-resultat .banque-result#banque-selection tr td.link {
    border-bottom: none;
  }
  #content #banque-resultat .banque-result#banque-selection tr td.avis {
    border: none;
  }
  #content #banque-resultat .banque-result.conso-result tr td.cb {
    font-size: 14px !important;
  }
  #content #banque-resultat .banque-result.conso-result tr td.cout_annuel {
    font-size: 14px !important;
  }
  #content #banque-resultat .banque-result.conso-result tr td.cout_premier {
    font-size: 14px !important;
  }
  #content #banque-resultat .banque-result.conso-result tr td.min_ouverture {
    font-size: 14px !important;
  }
  #content #banque-resultat #form-desc {
    padding-top: 20px;
  }
  #content #banque-resultat #form-desc h2 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  #content #banque-resultat #form-desc p {
    font-size: 12px;
    text-align: justify;
    margin: 0 0 5px 0;
  }
}
/*======================================================================
  Selectric
======================================================================*/
.selectric-wrapper {
  position: relative;
  margin: 0 0 10px;
  width: 300px;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 0px solid #A2A2A2;
  background: #EBEBEB;
  position: relative;
  border-radius: 6px;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 22px 0 0;
  padding: 6px 6px;
  font-size: 12px;
  line-height: 10px;
  color: #444444;
  min-height: 10px;
}

.selectric .button {
  background: #EBEBEB;
  border-radius: 0px;
  display: block;
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 24px;
  color: #58595B;
  text-align: center;
  font: 0/0 a;
  /* IE Fix */
  *font: 24px/24px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #58595B;
  border-bottom: none;
}

.selectric-hover .selectric {
  border-color: #898989;
}

.selectric-hover .selectric .button {
  color: #898989;
}

.selectric-hover .selectric .button:after {
  border-top-color: #898989;
}

.selectric-open {
  z-index: 5;
}

.selectric-open .selectric {
  border-color: #898989;
  background: #d2d2d2;
}

.selectricOpen .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
  display: none;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectricTempShow {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F9F9F9;
  border: 1px solid #CCC;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectricAbove .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}

.selectric-items li {
  display: block;
  padding: 5px;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #EEE;
  color: #666;
  cursor: pointer;
}

.selectric-items li.selected {
  background: #EFEFEF;
  color: #444;
  border-top-color: #E0E0E0;
}

.selectric-items li:hover {
  background: #F0F0F0;
  color: #444;
}

.selectric-items li.disabled {
  background: #F5F5F5;
  color: #BBB;
  border-top-color: #FAFAFA;
  cursor: default;
}

.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #ddd;
  border-radius: 0px;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 20px 0 10px;
  font-size: 12px;
  line-height: 20px;
  color: #444;
  height: 20px;
  user-select: none;
}
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: #f8f8f8;
  color: #bbb;
  text-align: center;
  font: 0/0 a;
  *font: 20px/20px Lucida Sans Unicode, Arial Unicode MS, Arial;
}
.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #bbb;
  border-bottom: none;
}

.selectric-focus .selectric {
  border-color: #aaaaaa;
}

.selectric-hover .selectric {
  border-color: rgb(195.5, 195.5, 195.5);
}
.selectric-hover .selectric .button {
  color: rgb(161.5, 161.5, 161.5);
}
.selectric-hover .selectric .button:after {
  border-top-color: rgb(161.5, 161.5, 161.5);
}

.selectric-open {
  z-index: 5;
}
.selectric-open .selectric {
  border-color: rgb(195.5, 195.5, 195.5);
}
.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
}
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid rgb(195.5, 195.5, 195.5);
  z-index: -1;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items ul,
.selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}
.selectric-items li {
  display: block;
  padding: 10px;
  color: #444;
  cursor: pointer;
}
.selectric-items li.selected {
  background: #e0e0e0;
  color: #444;
}
.selectric-items li.highlighted {
  background: #1967d2;
  color: #fff;
}
.selectric-items li:hover {
  background: #1967d2;
  color: #fff;
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: 700;
  padding-left: 10px;
  cursor: default;
  user-select: none;
  background: none;
  color: #444;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

#white-book-wrapper {
  text-align: center;
}
#white-book-wrapper #white-book-intro {
  margin: 0 0 25px 0;
}
#white-book-wrapper #white-book-intro h1 {
  font-size: 42px;
  font-weight: 400;
  color: #ff8139;
  margin: 0 0 10px 0;
}
#white-book-wrapper #white-book-intro h2 {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 15px 0;
}
#white-book-wrapper #white-book-intro p {
  color: #989898;
  font-size: 20px;
  line-height: 25px;
}
#white-book-wrapper #white-book-actions {
  margin: 0 0 50px 0;
}
#white-book-wrapper #white-book-actions p {
  color: #706F6F;
  font-size: 20px;
  text-transform: uppercase;
  margin: 0 0 15px 0;
}
#white-book-wrapper #white-book-actions a {
  display: inline-block;
  line-height: 43px;
  padding: 0 50px 0 50px;
  background: #ff8139;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  color: #FFF;
  font-size: 21px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}
#white-book-wrapper #white-book-actions a:hover {
  background: rgb(255, 96.5454545455, 6);
}
#white-book-wrapper #white-book-actions a i {
  line-height: 43px;
}
#white-book-wrapper #white-book-actions a i:before {
  display: inline-block;
  font-size: 29px;
  vertical-align: top;
  margin: 7px 0 0 10px;
}
#white-book-wrapper #white-book-content-wrapper {
  overflow: hidden;
  margin: 0 0 30px 0;
  background: #ecf0f4; /* Old browsers */
  background: -moz-linear-gradient(left, #ecf0f4 0%, #ffffff 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ecf0f4 0%, #ffffff 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ecf0f4 0%, #ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ecf0f4", endColorstr="#ffffff",GradientType=1 ); /* IE6-9 */
}
#white-book-wrapper #white-book-content-wrapper #white-book-img {
  width: 540px;
  float: left;
}
#white-book-wrapper #white-book-content-wrapper #white-book-content {
  width: 420px;
  padding: 35px 0 0 0;
  float: left;
  text-align: left;
  color: #848484;
  font-size: 20px;
}
#white-book-wrapper #white-book-content-wrapper #white-book-content p {
  margin: 0 0 15px 0;
}
#white-book-wrapper #white-book-content-wrapper #white-book-content ul {
  margin: 0 0 0 19px;
}
#white-book-wrapper #white-book-content-wrapper #white-book-content ul li {
  margin: 0 0 15px 0;
}
#white-book-wrapper #white-book-form {
  color: #989898;
}
#white-book-wrapper #white-book-form #white-book-input-wrapper {
  width: 430px;
  margin: 0 auto;
}
#white-book-wrapper #white-book-form p {
  font-size: 20px;
  margin: 0 0 25px 0;
}
#white-book-wrapper #white-book-form p.annotations {
  text-align: justify;
  font-size: 15px;
  font-weight: 300;
  color: #979797;
}
#white-book-wrapper #white-book-form input, #white-book-wrapper #white-book-form textarea, #white-book-wrapper #white-book-form select {
  background: #FFFFFF;
  width: 404px;
  padding: 6px 8px 6px 8px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  border: none;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.34) inset;
  font-size: 16px;
  color: #989898;
}
#white-book-wrapper #white-book-form input::-webkit-input-placeholder, #white-book-wrapper #white-book-form textarea::-webkit-input-placeholder, #white-book-wrapper #white-book-form select::-webkit-input-placeholder {
  opacity: 1;
}
#white-book-wrapper #white-book-form input::-moz-placeholder, #white-book-wrapper #white-book-form textarea::-moz-placeholder, #white-book-wrapper #white-book-form select::-moz-placeholder {
  opacity: 1;
}
#white-book-wrapper #white-book-form input:-ms-input-placeholder, #white-book-wrapper #white-book-form textarea:-ms-input-placeholder, #white-book-wrapper #white-book-form select:-ms-input-placeholder {
  opacity: 1;
}
#white-book-wrapper #white-book-form input:-moz-placeholder, #white-book-wrapper #white-book-form textarea:-moz-placeholder, #white-book-wrapper #white-book-form select:-moz-placeholder {
  opacity: 1;
}
#white-book-wrapper #white-book-form .selectricWrapper {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  width: 420px;
  margin-bottom: 0;
  background: #FFF;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
#white-book-wrapper #white-book-form .selectricWrapper .selectric {
  background: #FFFFFF;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.34) inset;
}
#white-book-wrapper #white-book-form .selectricWrapper .selectric .label {
  margin: 0 22px 0 0;
  padding: 0 6px;
  font-size: 16px;
  line-height: 33px !important;
  color: #989898;
  min-height: 33px;
  font-weight: 400 !important;
}
#white-book-wrapper #white-book-form .selectricWrapper .selectric .button {
  width: 35px;
  height: 33px;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-left: 1px solid #ACACAC;
  background: #FFFFFF;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.34) inset;
}
#white-book-wrapper #white-book-form .selectricWrapper .selectric p {
  float: none;
}
#white-book-wrapper #white-book-form .selectricWrapper ul {
  margin: 0;
}
#white-book-wrapper #white-book-form .selectricWrapper ul li {
  font-weight: 400 !important;
  line-height: normal;
}
#white-book-wrapper #white-book-form .g-recaptcha {
  display: inline-block;
  margin: 0 0 25px 0;
}
#white-book-wrapper #white-book-form .button-wrapper button {
  display: inline-block;
  line-height: 43px;
  padding: 0 50px 0 50px;
  cursor: pointer;
  background: #ff8139;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  border: none;
  color: #FFF;
  font-size: 21px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}
#white-book-wrapper #white-book-form .button-wrapper button:hover {
  background: rgb(255, 96.5454545455, 6);
}
#white-book-wrapper #white-book-form .button-wrapper button i {
  line-height: 43px;
}
#white-book-wrapper #white-book-form .button-wrapper button i:before {
  display: inline-block;
  font-size: 25px;
  vertical-align: top;
  margin: 7px 0 0 10px;
}
#white-book-wrapper #white-book-footer {
  text-align: justify;
}
#white-book-wrapper #white-book-footer p {
  font-size: 11px;
  font-weight: 300;
  color: #979797;
  line-height: 14px;
}

#white-book-envoi {
  background: url(../pics/charte/bg-white-book-envoi.png) 215px 56px no-repeat;
  padding: 40px 0 0 405px;
}
#white-book-envoi h1 {
  color: #ff8139;
  font-size: 42px;
  font-weight: 400;
  margin: 0 0 5px 0;
}
#white-book-envoi h2 {
  color: #848484;
  font-weight: 600;
  font-size: 24px;
  line-height: 26px;
  margin: 0 0 10px 0;
}
#white-book-envoi p {
  font-size: 20px;
  line-height: 22px;
  margin: 0 0 15px 0;
}

/************************************************************/
/************************************************************/
/************************************************************/
@media only screen and (max-width: 680px) {
  #white-book-wrapper {
    text-align: center;
  }
  #white-book-wrapper #white-book-intro h2 {
    line-height: 28px;
  }
  #white-book-wrapper #white-book-actions a {
    font-size: 15px;
    padding: 0 20px 0 20px;
  }
  #white-book-wrapper #white-book-actions a i:before {
    font-size: 24px;
    margin: 7px 0 0 7px;
  }
  #white-book-wrapper #white-book-content-wrapper #white-book-img {
    width: 100%;
    float: none;
  }
  #white-book-wrapper #white-book-content-wrapper #white-book-img img {
    width: 100%;
    height: auto;
  }
  #white-book-wrapper #white-book-content-wrapper #white-book-content {
    box-sizing: border-box;
    width: 100%;
    float: none;
    padding: 0 10px 0 10px;
    font-size: 15px;
  }
  #white-book-wrapper #white-book-form {
    color: #989898;
  }
  #white-book-wrapper #white-book-form #white-book-input-wrapper {
    width: 100%;
    margin: 0 auto;
  }
  #white-book-wrapper #white-book-form p {
    font-size: 20px;
    margin: 0 0 25px 0;
  }
  #white-book-wrapper #white-book-form p.annotations {
    font-size: 15px;
  }
  #white-book-wrapper #white-book-form input, #white-book-wrapper #white-book-form textarea, #white-book-wrapper #white-book-form select {
    box-sizing: border-box;
    width: 100%;
    font-size: 16px;
  }
  #white-book-wrapper #white-book-form .selectricWrapper {
    width: 100%;
  }
  #white-book-wrapper #white-book-form .button-wrapper button {
    padding: 0 20px 0 20px;
    font-size: 15px;
  }
  #white-book-wrapper #white-book-form .button-wrapper button i:before {
    font-size: 19px;
    margin: 7px 0 0 7px;
  }
  #white-book-envoi {
    background: none;
    padding: 40px 20px 0 0;
  }
  #white-book-envoi h1 {
    font-size: 38px;
  }
  #white-book-envoi h2 {
    font-size: 22px;
    line-height: 24px;
  }
  #white-book-envoi p {
    font-size: 18px;
    line-height: 20px;
  }
}
#content .error_page {
  margin: 60px auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
#content .error_page img {
  margin: 0 auto;
}
#content .error_page h1 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
}
#content .error_page p {
  text-align: center;
  margin-bottom: 15px;
  font-size: 17px;
}
#content .error_page .menus {
  display: grid;
  justify-content: end;
  cursor: pointer;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  flex-grow: 1;
}
#content .error_page .menus > a {
  width: 100%;
  min-height: 160px;
  margin: 0 0 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 80px 25px 25px;
  background-repeat: no-repeat;
  background-position: center top 25px;
  text-decoration: none;
  color: #152d5d;
  border-radius: 16px;
  background-color: #f5f5f5;
  transition: 150ms;
  bottom: 0;
  text-align: center;
}
#content .error_page .menus > a:hover, #content .error_page .menus > a:focus, #content .error_page .menus > a:active {
  bottom: -4px;
}
#content .error_page .menus > a h2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.35px;
}
#content .error_page .menus > a p {
  font-size: 17px;
  font-family: "Mulish", sans-serif;
}
@media only screen and (max-width: 769px) {
  #content .error_page .menus {
    grid-template-columns: 1fr;
  }
  #content .error_page .menus > a {
    min-height: unset;
    padding: 20px 25px 20px 80px;
    text-align: left;
    background-position: center left 18px;
  }
  #content .error_page .menus > a h2 {
    text-align: left !important;
    margin: 0 !important;
  }
  #content .error_page .menus > a br {
    display: none;
  }
  #content .error_page .menus > a:hover, #content .error_page .menus > a:focus, #content .error_page .menus > a:active {
    bottom: 0;
  }
}

.actualites-loading-indicator {
  display: none;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  margin: 20px 0;
}
.actualites-loading-indicator.is-loading {
  display: flex;
}
.actualites-loading-indicator .spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #152d5d;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
* {
  box-sizing: border-box;
}

body {
  font-family: "Mulish", sans-serif;
  color: #152d5d;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-weight: 400;
}
body.no_scroll {
  overflow: hidden;
}

h1,
h2,
h3,
h4 {
  font-weight: normal;
}

strong {
  font-family: "Mulish", sans-serif;
  font-weight: 700;
}

*:focus {
  outline: 0;
}

form * {
  font-family: "Mulish", sans-serif;
}

input,
textarea {
  webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

a {
  color: #152d5d;
}

a img {
  border: none;
  outline: none;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  top: -0.2em;
}

.spacer {
  display: none !important;
}

.clear-left {
  clear: left;
}

.center {
  text-align: center !important;
}

.imgLeft {
  float: left;
  margin: 0 10px 10px 0;
}

.imgRight {
  float: right;
  margin: 0 0 10px 10px;
}

.blue {
  color: #152d5d !important;
}

.violet {
  color: #9b8cbc !important;
}

.orange {
  color: #ff8139 !important;
}

.green {
  color: #65ed49 !important;
}

.verdigris {
  color: #8ab9a7 !important;
}

.grey {
  color: #90887d !important;
}

.bg-blue {
  background-color: #152d5d !important;
}

.bg-violet {
  background-color: #9b8cbc !important;
}

.bg-orange {
  background-color: #ff8139 !important;
}

.bg-green {
  background-color: #65ed49 !important;
}

.bg-verdigris {
  background-color: #8ab9a7 !important;
}

.bg-grey {
  background-color: #90887d !important;
}

#alert_msg {
  display: none;
}

#cookPolicy-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 56px;
  border-top: 1px solid #bbb;
  background: #f2f2f2;
  z-index: 10001;
}
#cookPolicy-wrapper #cookPolicy {
  position: relative;
  width: 960px;
  height: 56px;
  margin: 0 auto 0 auto;
  background: url(../pics/charte/logo-bdc-cookies-disclaimer.png) 5px 12px no-repeat;
  padding: 11px 35px 0 50px;
  box-sizing: border-box;
}
#cookPolicy-wrapper #cookPolicy p {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}
#cookPolicy-wrapper #cookPolicy p a {
  color: #ff8139;
  text-decoration: none;
}
#cookPolicy-wrapper #cookPolicy a#closeCook {
  position: absolute;
  top: 9px;
  right: 10px;
  text-decoration: none;
  font-size: 15px;
  color: #6d6e71;
  font-family: "ProximaNova-Bold", sans-serif;
}

#scrollUp {
  bottom: 15px;
  left: 15px;
  background: #152d5d url("../pics/ui/arrow-up-white.svg") no-repeat center center;
  width: 56px;
  height: 56px;
  border-radius: 50px;
  z-index: 5 !important;
}

#social-icons {
  display: flex;
}
#social-icons a {
  display: inline-block;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  background-size: cover;
  margin: 0 15px 0 0;
  background-repeat: no-repeat;
}
#social-icons a.fb {
  background-image: url("../pics/ui/fb.svg");
}
#social-icons a.tw {
  background-image: url("../pics/ui/tw.svg");
}
#social-icons a.yt {
  background-image: url("../pics/ui/yt.svg");
}
#social-icons a.lk {
  background-image: url("../pics/ui/lk.svg");
}
@media only screen and (max-width: 680px) {
  #social-icons {
    justify-content: center;
  }
}

.editor-wrapper table {
  width: 100%;
  border-top: 1px solid #7d7d7d;
  border-left: 1px solid #7d7d7d;
  margin: 0 0 20px 0;
}
.editor-wrapper table td,
.editor-wrapper table th {
  padding: 10px;
  border-bottom: 1px solid #7d7d7d;
  border-right: 1px solid #7d7d7d;
}

.table_wrapper {
  overflow-x: auto;
}

.table {
  border: none;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin: 0 0 20px;
}
.table tr td {
  padding: 10px;
  border: none;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.table tr td * {
  font-size: 0.9rem !important;
}
.table tr th {
  padding: 10px;
  border: none;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-weight: normal;
  font-size: 0.9rem !important;
  text-align: left;
}

/************************************************************/
/************************************************************/
@media only screen and (max-width: 680px) {
  #scrollUp {
    display: none !important;
  }
}
