@charset "UTF-8";

.cs-copyright {
  /* variables edition ligne copyright */
  /* colors */
  --copyrightColorText: #828282;
  --copyrightColorLink: var(--copyrightColorText);
  --copyrightColorSeparator: #828282;
  --copyrightColorSvg: var(--copyrightColorText);
  --copyrightTooltipBackground: #1f1f1f;
  --copyrightTooltipColor: #ffffff;
  /* size */
  --copyrightFontSize: 11px;
  --copyrightSizeSvg: 15px;
  --copyrightSizeSeparator: 8px;
  --copyrightSizeSeparatorIcon: 8px;
  /* position, direction */
  --copyrightPosition: space-between;
  /* flex-start, center, flex-end, space-between */
  --copyrightDirection: row;
  /* row, column */
  /* padding */
  --copyrightTooltipPadding: 0; }

html {
  scroll-behavior: smooth; }

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto; } }
body,
td,
pre,
input[type='text'],
textarea,
select {
  font-family: "Sora", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  font-size: 1.6rem;
  line-height: 1.45;
  color: #616161;
  font-weight: 300; }
  @media (max-width: 600px) {
    body,
    td,
    pre,
    input[type='text'],
    textarea,
    select {
      font-size: 1.6rem; } }

@media (min-width: 2301px) {
  body {
    overflow-x: hidden; } }
@media (max-width: 1024px) {
  body {
    margin-top: 6rem; } }

.u-wrapper {
  margin: 0 auto;
  max-width: 100rem;
  text-align: left;
  width: 100%; }
  @media (max-width: 1300px) {
    .u-wrapper {
      max-width: 94%; } }

#cookieChoiceInfo {
  line-height: 20px;
  padding: 4px !important;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.8) !important;
  border-bottom: none !important;
  color: #dddddd;
  top: inherit !important;
  bottom: 0 !important; }
  #cookieChoiceInfo a {
    color: #b1b1b1; }
  #cookieChoiceInfo #cookieChoiceDismiss {
    background: #777; }
    #cookieChoiceInfo #cookieChoiceDismiss:hover {
      background: #5e5e5e; }

.svgSprite svg symbol circle,
.svgSprite svg symbol path {
  fill: inherit;
  stroke: inherit;
  overflow: visible; }

a[href^='tel'] {
  color: inherit;
  text-decoration: none; }

.cms_bloc_text > *:first-child,
.cms_bloc_text_media_droite > *:first-child,
.cms_bloc_text_media_gauche > *:first-child,
.cms_bloc_text_gauche > *:first-child,
.cms_bloc_text_droite > *:first-child,
.cms_bloc_text_haut > *:first-child,
.cms_bloc_text_bas > *:first-child {
  margin-top: 0; }
.cms_bloc_text > *:nth-child(2),
.cms_bloc_text_media_droite > *:nth-child(2),
.cms_bloc_text_media_gauche > *:nth-child(2),
.cms_bloc_text_gauche > *:nth-child(2),
.cms_bloc_text_droite > *:nth-child(2),
.cms_bloc_text_haut > *:nth-child(2),
.cms_bloc_text_bas > *:nth-child(2) {
  margin-top: 0; }
.cms_bloc_text > *:last-child,
.cms_bloc_text_media_droite > *:last-child,
.cms_bloc_text_media_gauche > *:last-child,
.cms_bloc_text_gauche > *:last-child,
.cms_bloc_text_droite > *:last-child,
.cms_bloc_text_haut > *:last-child,
.cms_bloc_text_bas > *:last-child {
  margin-bottom: 0; }

.cms_bloc_text {
  letter-spacing: -0.005rem; }
  .pageHome .cms_bloc_text:not(:last-child) {
    margin-bottom: 6.5rem; }
  .cms_bloc_text .cms_bloc_text_media_centre {
    margin: 2rem auto; }
  .cms_bloc_text .cms_bloc_media img {
    display: block; }
  .cms_bloc_text .cms_bloc_text_media_gauche,
  .cms_bloc_text .cms_bloc_text_media_droite {
    display: inline-block;
    margin-bottom: -3rem; }
    .cms_bloc_text .cms_bloc_text_media_gauche .cms_bloc_media,
    .cms_bloc_text .cms_bloc_text_media_droite .cms_bloc_media {
      max-width: 50%;
      padding: 0 0 3rem 0;
      margin-right: 5rem; }
      @media (max-width: 750px) {
        .cms_bloc_text .cms_bloc_text_media_gauche .cms_bloc_media,
        .cms_bloc_text .cms_bloc_text_media_droite .cms_bloc_media {
          float: none;
          max-width: 100%;
          padding: 0;
          margin-right: 0;
          margin-bottom: 2rem; } }
  .cms_bloc_text .cms_bloc_text_media_droite .cms_bloc_media {
    padding: 0 0 3rem 0;
    margin-right: 0;
    margin-left: 5rem; }
    @media (max-width: 750px) {
      .cms_bloc_text .cms_bloc_text_media_droite .cms_bloc_media {
        padding: 0;
        margin-left: 0; } }
  @media (max-width: 750px) {
    .cms_bloc_text .cms_bloc_text_two_columns > div.cms_bloc_text_gauche,
    .cms_bloc_text .cms_bloc_text_two_columns > div.cms_bloc_text_droite {
      margin: 0;
      width: 100%;
      display: block; }
    .cms_bloc_text .cms_bloc_text_two_columns > div.cms_bloc_text_gauche {
      margin-bottom: 3rem; } }

.cms_bloc_form .cms_bloc_form_error.paddingTop {
  padding-top: 15em;
  margin-top: -15em; }
.cms_bloc_form .cms_bloc_form_container {
  width: 100%; }
.cms_bloc_form .cms_bloc_form_field > .label,
.cms_bloc_form .cms_bloc_form_field > .value {
  width: 100%; }
.cms_bloc_form .cms_bloc_form_field.cms_bloc_form_field_antispam > .label {
  text-align: left;
  padding-right: 0; }
.cms_bloc_form .cms_bloc_form_field.cms_bloc_form_field_submit {
  padding-left: 0;
  text-align: center; }
  @media (max-width: 440px) {
    .cms_bloc_form .cms_bloc_form_field.cms_bloc_form_field_submit button[type='submit'] {
      padding-left: 2.2em;
      padding-right: 2.2em;
      max-width: 100%; } }
.cms_bloc_form .cms_bloc_form_field.cms_bloc_form_field_antispam > .value input {
  width: 100%; }
@media (max-width: 600px) {
  .cms_bloc_form .cms_bloc_form_field.cms_bloc_form_field_checkbox > p,
  .cms_bloc_form .cms_bloc_form_field.cms_bloc_form_field_radio > p {
    width: 100%;
    display: block; } }
.cms_bloc_form .cms_bloc_form_field > .value textarea {
  min-height: 16rem; }
  @media (max-width: 750px) {
    .cms_bloc_form .cms_bloc_form_field > .value textarea {
      min-height: 14rem; } }
  @media (max-width: 600px) {
    .cms_bloc_form .cms_bloc_form_field > .value textarea {
      min-height: 12rem; } }
  @media (max-width: 440px) {
    .cms_bloc_form .cms_bloc_form_field > .value textarea {
      min-height: 10rem; } }
.cms_bloc_form .cms_bloc_form_field_radio_value .label,
.cms_bloc_form .cms_bloc_form_field_checkbox_value .label {
  margin-left: 0.4em; }

.content ul,
.content ol {
  position: relative;
  padding: 0.5rem 0; }
.content ul,
.content ol {
  list-style-type: none; }
.content .cms_bloc .cms_bloc_html img {
  max-width: 100%; }
.content .cms_bloc .cms_bloc_media .jwplayer {
  max-width: 100%; }
.content .cms_bloc .cms_bloc_map .mm_carte {
  max-width: 100%; }
.content .cms_bloc ul.sitemap li, .content .cms_bloc.cms_bloc_form .cms_bloc_form_field_content ul li, .content .cms_bloc.cms_bloc_module .bl-product-long-description ul li, .content .cms_bloc.cms_bloc_text ul li {
  text-align: left;
  line-height: 1.4;
  padding-left: 2.4rem;
  padding-top: 2px;
  padding-bottom: 2px;
  overflow: auto; }
  .content .cms_bloc ul.sitemap li:before, .content .cms_bloc.cms_bloc_form .cms_bloc_form_field_content ul li:before, .content .cms_bloc.cms_bloc_module .bl-product-long-description ul li:before, .content .cms_bloc.cms_bloc_text ul li:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 0.4rem solid transparent;
    border-bottom: 0.4rem solid transparent;
    border-left: 0.4rem solid #b91d29;
    position: relative;
    left: -1.2rem;
    top: 0;
    margin: 0 -0.4rem 0 0; }
.content .cms_bloc.cms_bloc_text ol {
  counter-reset: section; }
.content .cms_bloc.cms_bloc_text ol li {
  text-align: left;
  line-height: 1.4;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 1.5rem;
  position: relative;
  overflow: auto; }
  .content .cms_bloc.cms_bloc_text ol li:before {
    counter-increment: section;
    content: counters(section,".") ".";
    color: #a31a24;
    display: inline-block; }
.content .cms_bloc.cms_bloc_media img {
  height: auto; }
.content a {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip: ink; }
.content a:not(.bouton_1) {
  color: #b91d29;
  font-weight: inherit;
  text-decoration: underline; }
  .content a:not(.bouton_1):hover {
    text-decoration: none; }

.cms_bloc_title h2 {
  color: #b91d29;
  margin: 0.8em 0;
  font-weight: bold;
  line-height: 1.15;
  overflow: hidden;
  font-size: 3.6rem;
  position: relative;
  text-align: left; }
  @media (max-width: 1024px) {
    .cms_bloc_title h2 {
      font-size: 3.1rem; } }
  @media (max-width: 900px) {
    .cms_bloc_title h2 {
      font-size: 3rem; } }
  @media (max-width: 750px) {
    .cms_bloc_title h2 {
      font-size: 2.9rem; } }
  @media (max-width: 600px) {
    .cms_bloc_title h2 {
      font-size: 2.8rem; } }
  @media (max-width: 440px) {
    .cms_bloc_title h2 {
      font-size: 2.6rem; } }
  .cms_bloc_title h2::after {
    content: '';
    display: block;
    margin: 0.8rem 0 0 0;
    width: 3.8rem;
    border-bottom: 0.4rem solid #b91d29; }

a.bouton_1 {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  background: none;
  border: 0;
  outline: none;
  cursor: pointer;
  margin: 0;
  font-weight: 600;
  font-size: 1.4rem;
  text-decoration: none;
  padding: 1rem 4.4rem;
  display: inline-block;
  transition: 0.3s ease;
  background: #b91d29;
  border: 0.1rem solid #b91d29;
  color: #fff;
  border-radius: 0.4rem; }
  a.bouton_1:hover {
    color: #b91d29;
    background: transparent;
    border-color: #b91d29; }
  @media (max-width: 750px) {
    a.bouton_1 {
      padding: 1.2rem 2.4rem; } }
  @media (max-width: 600px) {
    a.bouton_1 {
      padding: 1rem 2rem;
      font-size: 1.2rem; } }

button.bouton_1 {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  background: none;
  border: 0;
  outline: none;
  cursor: pointer;
  margin: 0;
  font-weight: 600;
  font-size: 1.4rem;
  text-decoration: none;
  padding: 1rem 4.4rem;
  display: inline-block;
  transition: 0.3s ease;
  background: #b91d29;
  border: 0.1rem solid #b91d29;
  color: #fff;
  border-radius: 0.4rem; }
  button.bouton_1:hover {
    color: #b91d29;
    background: transparent;
    border-color: #b91d29; }
  @media (max-width: 750px) {
    button.bouton_1 {
      padding: 1.2rem 2.4rem; } }
  @media (max-width: 600px) {
    button.bouton_1 {
      padding: 1rem 2rem;
      font-size: 1.2rem; } }

h2.Titre_H2 {
  color: #b91d29;
  margin: 0.8em 0;
  font-weight: bold;
  line-height: 1.15;
  overflow: hidden;
  position: relative;
  text-align: left; }
  @media (max-width: 1024px) {
    h2.Titre_H2 {
      font-size: 3.1rem; } }
  @media (max-width: 900px) {
    h2.Titre_H2 {
      font-size: 3rem; } }
  @media (max-width: 750px) {
    h2.Titre_H2 {
      font-size: 2.9rem; } }
  @media (max-width: 600px) {
    h2.Titre_H2 {
      font-size: 2.8rem; } }
  @media (max-width: 440px) {
    h2.Titre_H2 {
      font-size: 2.6rem; } }
  h2.Titre_H2::after {
    content: '';
    display: block;
    margin: 0.8rem 0 0 0;
    width: 3.8rem;
    border-bottom: 0.4rem solid #b91d29; }

h2.Titre_H2 {
  color: #b91d29;
  margin: 0.8em 0;
  font-weight: bold;
  line-height: 1.15;
  overflow: hidden;
  font-size: 3.2rem; }
  @media (max-width: 1024px) {
    h2.Titre_H2 {
      font-size: 3.1rem; } }
  @media (max-width: 900px) {
    h2.Titre_H2 {
      font-size: 3rem; } }
  @media (max-width: 750px) {
    h2.Titre_H2 {
      font-size: 2.9rem; } }
  @media (max-width: 600px) {
    h2.Titre_H2 {
      font-size: 2.8rem; } }
  @media (max-width: 440px) {
    h2.Titre_H2 {
      font-size: 2.6rem; } }

h3.Titre_H3 {
  line-height: 1.2em;
  color: #7d131b;
  margin: 0.4em 0;
  font-weight: normal;
  overflow: hidden;
  font-size: 3rem; }
  @media (max-width: 750px) {
    h3.Titre_H3 {
      font-size: 2.8rem; } }
  @media (max-width: 600px) {
    h3.Titre_H3 {
      font-size: 2.4rem; } }

h4.Titre_H4 {
  line-height: 1.2em;
  color: #7d131b;
  margin: 0.4em 0;
  font-weight: normal;
  overflow: hidden;
  font-size: 2.4rem; }
  @media (max-width: 750px) {
    h4.Titre_H4 {
      font-size: 2.2rem; } }
  @media (max-width: 600px) {
    h4.Titre_H4 {
      font-size: 2rem; } }

h5.Titre_H5 {
  text-transform: uppercase;
  line-height: 1.2em;
  color: #7d131b;
  margin: 0.4em 0;
  font-weight: 600;
  overflow: hidden;
  font-size: 1.8rem; }
  @media (max-width: 750px) {
    h5.Titre_H5 {
      font-size: 1.7rem; } }
  @media (max-width: 600px) {
    h5.Titre_H5 {
      font-size: 1.6rem; } }

strong.accroche {
  font-weight: 600;
  font-size: 1.8rem; }
  @media (max-width: 750px) {
    strong.accroche {
      font-size: 1.7rem; } }
  @media (max-width: 600px) {
    strong.accroche {
      font-size: 1.6rem; } }

strong.mise_en_avant_1 {
  font-weight: bold;
  color: #7d131b; }

strong.mise_en_avant_2 {
  font-weight: bold;
  color: #9b1822; }

span.legende {
  font-style: italic;
  font-size: 1.4rem; }
  @media (max-width: 600px) {
    span.legende {
      font-size: 1.2rem; } }

blockquote.citation {
  margin: 1em 0;
  padding: 0.4em 1em;
  border-left: 0.4rem solid #7d131b;
  background: rgba(0, 0, 0, 0.04);
  overflow: hidden; }
  @media (max-width: 600px) {
    blockquote.citation {
      margin-left: 0;
      margin-right: 0; } }

.header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
  transition: 0.4s ease-out;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
  background-color: #fff; }
  @media (max-width: 1024px) {
    .header {
      height: 6rem; } }
  @media (min-width: 1025px) {
    .header.onScrollHeader {
      -webkit-transform: translateY(-4rem);
              transform: translateY(-4rem); }
      .header.onScrollHeader .header-sup-logo {
        width: 10rem;
        height: 10rem;
        margin-top: 0; }
        .header.onScrollHeader .header-sup-logo img {
          width: 8rem; } }
  .header-top {
    background-color: #f6f6f6;
    height: 4rem;
    transition: 0.5s; }
    @media (max-width: 1024px) {
      .header-top {
        display: none; } }
    .header-top .u-wrapper {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      height: 100%; }
    .header-top h1 {
      flex: 1 1 auto;
      max-width: 50%;
      overflow: hidden;
      text-align: right;
      text-overflow: ellipsis;
      font-size: 1.1rem;
      font-weight: normal;
      line-height: 1.2;
      white-space: nowrap;
      color: #8d8d8d; }
  .header-sup {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 120rem;
    height: 10rem; }
    @media (max-width: 1300px) {
      .header-sup {
        max-width: 94%; } }
    @media (max-width: 1024px) {
      .header-sup {
        height: auto; } }
    .header-sup-logo {
      display: flex;
      z-index: 5;
      position: relative;
      align-items: center;
      justify-content: center;
      width: 17rem;
      height: 15.5rem;
      margin-top: -4rem;
      margin-bottom: -1.7rem;
      vertical-align: middle;
      background-color: #fff;
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
      transition: all 0.5s ease-in-out; }
      @media (max-width: 1024px) {
        .header-sup-logo {
          height: 6rem;
          width: auto;
          box-shadow: none;
          margin-top: 0;
          background-color: transparent; } }
      .header-sup-logo img {
        display: block;
        width: 13rem;
        max-height: 100%;
        transition: all 0.5s ease-in-out; }
        @media (max-width: 1024px) {
          .header-sup-logo img.desktop {
            display: none; } }
        .header-sup-logo img.mobile {
          display: none; }
          @media (max-width: 1024px) {
            .header-sup-logo img.mobile {
              display: block;
              width: auto;
              max-height: calc(6rem - 1rem); } }
      .header-sup-logo:hover {
        -webkit-transform: translateX(0.4rem);
                transform: translateX(0.4rem); }

#zone-diaporama {
  position: relative;
  overflow: hidden;
  z-index: 1; }
  .pageHome #zone-diaporama {
    height: 50rem; }
  .pageType #zone-diaporama {
    height: 40rem; }
  #zone-diaporama .cms_bloc_media {
    height: 100%; }
    #zone-diaporama .cms_bloc_media .diaporama-item {
      height: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      position: relative;
      z-index: 5; }
      #zone-diaporama .cms_bloc_media .diaporama-item--hasContent::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.2);
        z-index: 0; }
      #zone-diaporama .cms_bloc_media .diaporama-item .u-wrapper {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%);
        max-height: 100%; }
      #zone-diaporama .cms_bloc_media .diaporama-item h2 {
        color: white;
        font-size: 4rem;
        font-weight: 400; }
  #zone-diaporama .cms_bloc_text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    max-height: 100%;
    z-index: 5; }

#breadCrumb {
  width: 100%;
  font-size: 1.2rem;
  margin-bottom: 1em; }
  #breadCrumb ol {
    width: 100%;
    display: block; }
  #breadCrumb li:last-of-type a {
    text-decoration: none;
    color: #616161;
    font-weight: 600; }
  #breadCrumb a {
    color: #7d131b; }

#zone-page {
  position: relative;
  z-index: 5;
  padding: 3rem 0;
  background: #fff; }
  .pageHome #zone-page {
    padding: 4.5rem 0; }
    @media (max-width: 1024px) {
      .pageHome #zone-page {
        padding: 0 0 4rem; } }
  #zone-page #breadCrumb, #zone-page #breadcrumb {
    font-size: .9em; }
  #zone-page .u-wrapper {
    padding: 2rem 0;
    margin: 0 auto; }
  #zone-page .page {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
  #zone-page main {
    flex: 1 1 100%;
    order: 1; }
  #zone-page aside {
    flex: 0 0 auto;
    order: 2; }
    #zone-page aside:not(:empty) {
      width: 30rem;
      margin-left: 3rem; }
      #zone-page aside:not(:empty) + main {
        width: calc(100% - 30rem - 3rem); }
    #zone-page aside:empty + main {
      width: 100%; }

.prefooter {
  padding: 6.5rem 0 5.75rem;
  background: #353535; }
  @media (max-width: 1024px) {
    .prefooter {
      padding: 6rem 0 6rem; } }
  .prefooter-title {
    margin-bottom: 2rem;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
    text-transform: uppercase; }
  .prefooter .u-wrapper {
    display: flex;
    justify-content: space-between;
    max-width: 120rem; }
    @media (max-width: 1300px) {
      .prefooter .u-wrapper {
        max-width: 94%; } }
    @media (max-width: 1024px) {
      .prefooter .u-wrapper {
        flex-direction: column; } }
    .prefooter .u-wrapper > div {
      flex: 2; }
      @media (max-width: 1024px) {
        .prefooter .u-wrapper > div {
          flex: 1 !important; } }
      .prefooter .u-wrapper > div:first-child {
        flex: 3; }
      .prefooter .u-wrapper > div:last-child {
        flex: 1; }
  @media (max-width: 1024px) {
    .prefooter .footerMenu {
      margin: 0 0 2.5rem 0;
      padding: 0 0 2.5rem 0;
      border-bottom: 0.1rem solid #3f3f3f; } }
  .prefooter .footerMenu ul {
    position: relative;
    -webkit-columns: 2;
            columns: 2;
    -webkit-column-gap: 6rem;
            column-gap: 6rem;
    margin-top: -0.9rem; }
    @media (max-width: 600px) {
      .prefooter .footerMenu ul {
        -webkit-columns: 1;
                columns: 1;
        -webkit-column-gap: 0;
                column-gap: 0; } }
    .prefooter .footerMenu ul:before {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 0.2rem;
      background: #353535; }
  .prefooter .footerMenu li {
    list-style-type: none;
    border-bottom: 0.1rem solid #1f1f1f; }
    .prefooter .footerMenu li a {
      display: block;
      color: #828282;
      text-decoration: none;
      transition: 0.4s ease-out;
      position: relative;
      padding: 0.9rem 0 0.9rem 2rem;
      font-weight: 500;
      font-size: 1.2rem; }
      .prefooter .footerMenu li a::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 3px 0 3px 5.2px;
        border-color: transparent transparent transparent #b91d29;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
      .prefooter .footerMenu li a:hover {
        color: #fff; }
  .prefooter .footerContact-link {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 auto;
    max-width: 20rem;
    min-height: 8.6rem;
    text-align: center;
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: 500;
    color: #fff;
    background: #1f1f1f;
    transition: 0.3s ease; }
    @media (max-width: 1024px) {
      .prefooter .footerContact-link {
        max-width: 100%; } }
    .prefooter .footerContact-link:hover {
      background: #b91d29; }

#zone-footer {
  position: relative;
  background: #353535; }
  #zone-footer .u-wrapper {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
    padding: 2rem 0;
    max-width: 120rem;
    border-top: 0.1rem solid #1f1f1f;
    font-size: 1.1rem;
    font-weight: 500;
    color: #828282; }
    @media (max-width: 1300px) {
      #zone-footer .u-wrapper {
        max-width: 94%;
        flex-direction: column;
        justify-content: center; } }
    #zone-footer .u-wrapper a {
      position: relative;
      color: #828282;
      text-decoration: none;
      transition: 0.3s ease; }
      #zone-footer .u-wrapper a:hover {
        opacity: 0.5; }
  #zone-footer .copyright {
    text-align: center; }

.scrollToTop-link {
  position: fixed;
  bottom: 4rem;
  right: 3rem;
  transition: 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 1rem 0 0;
  padding: 0.25em;
  width: 5rem;
  height: 5rem;
  cursor: pointer;
  z-index: 1313;
  border-radius: 0rem;
  box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.3);
  background: #3f3f3f; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .scrollToTop-link {
      display: none; } }
  @media (max-width: 600px) {
    .scrollToTop-link {
      display: none; } }
  .scrollToTop-link::before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    border: 0 solid transparent;
    border-bottom: 0.8rem solid #fff;
    border-left-width: 0.8rem;
    border-right-width: 0.8rem;
    transition: 0.3s ease; }
  .scrollToTop-link:hover {
    background-color: #616161; }
  .scrollToTop-link.show {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  .scrollToTop-link.hide {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(0.8rem);
            transform: translateY(0.8rem); }

.socialLinks {
  display: flex; }
  .socialLinks, .socialLinks > li {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .socialLinks > li {
    margin: 0 .2rem; }
  .socialLinks a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.6rem;
    height: 3.6rem;
    text-align: center;
    overflow: hidden;
    font-size: 0;
    color: inherit;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    text-decoration: none;
    transition: 0.5s ease; }
    .socialLinks a.instagramLink {
      position: relative; }
      .socialLinks a.instagramLink::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        height: 100%;
        width: 100%;
        z-index: -1;
        opacity: 0;
        background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
        transition: 0.5s ease; }
    .socialLinks a svg {
      height: 2rem;
      width: 2rem;
      fill: currentColor; }
    .socialLinks a:hover {
      background: #b91d29;
      color: #fff; }
    .socialLinks a.facebookLink:hover {
      background: #3c5a99; }
    .socialLinks a.twitterLink:hover {
      background: #5ea9dd; }
    .socialLinks a.googleLink:hover {
      background: #d74536; }
    .socialLinks a.instagramLink:hover {
      background: transparent; }
      .socialLinks a.instagramLink:hover::before {
        opacity: 1; }
    .socialLinks a.youtubeLink:hover {
      background: #e62117; }
    .socialLinks a.pinterestLink:hover {
      background: #cb2026; }
    .socialLinks a.viadeoLink:hover {
      background: #f4982b; }
    .socialLinks a.linkedinLink:hover {
      background: #1a85bc; }

@font-face {
  font-family: 'Sora';
  src: url("https://negoce.assur-tous-risques.com/default/CMS/css/common/../../../../../../lib/CMS/fonts/googlefonts/Sora-Light.woff2") format("woff2"), url("https://negoce.assur-tous-risques.com/default/CMS/css/common/../../../../../../lib/CMS/fonts/googlefonts/Sora-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Sora';
  src: url("https://negoce.assur-tous-risques.com/default/CMS/css/common/../../../../../../lib/CMS/fonts/googlefonts/Sora-Regular.woff2") format("woff2"), url("https://negoce.assur-tous-risques.com/default/CMS/css/common/../../../../../../lib/CMS/fonts/googlefonts/Sora-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Sora';
  src: url("https://negoce.assur-tous-risques.com/default/CMS/css/common/../../../../../../lib/CMS/fonts/googlefonts/Sora-Medium.woff2") format("woff2"), url("https://negoce.assur-tous-risques.com/default/CMS/css/common/../../../../../../lib/CMS/fonts/googlefonts/Sora-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Sora';
  src: url("https://negoce.assur-tous-risques.com/default/CMS/css/common/../../../../../../lib/CMS/fonts/googlefonts/Sora-SemiBold.woff2") format("woff2"), url("https://negoce.assur-tous-risques.com/default/CMS/css/common/../../../../../../lib/CMS/fonts/googlefonts/Sora-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Sora';
  src: url("https://negoce.assur-tous-risques.com/default/CMS/css/common/../../../../../../lib/CMS/fonts/googlefonts/Sora-Bold.woff2") format("woff2"), url("https://negoce.assur-tous-risques.com/default/CMS/css/common/../../../../../../lib/CMS/fonts/googlefonts/Sora-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

.bandeauHome {
  position: relative;
  display: flex;
  padding-top: 14rem;
  background: #fff; }
  @media (min-width: 2301px) {
    .bandeauHome {
      max-width: 230rem;
      margin: 0 auto; } }
  @media (max-width: 1024px) {
    .bandeauHome {
      flex-direction: column;
      padding-top: 0; } }
  .bandeauHome-left {
    width: 50%;
    padding: 14rem 0 5.25rem;
    padding-left: calc((100% - 120rem) / 2);
    padding-right: 2rem; }
    .bandeauHome-left p {
      font-size: 1.4rem;
      font-weight: 500; }
    @media (max-width: 1300px) {
      .bandeauHome-left {
        padding-left: calc((100% - 94%) / 2);
        padding-right: 5rem; } }
    @media (max-width: 1024px) {
      .bandeauHome-left {
        width: 100%;
        padding-top: 6rem;
        padding-bottom: 6rem;
        padding-right: calc((100% - 94%) / 2); } }
    @media (max-width: 600px) {
      .bandeauHome-left {
        padding-top: 4rem;
        padding-bottom: 4rem; } }
    .bandeauHome-left-text-supTitle {
      font-size: 1.4rem;
      font-weight: 600;
      color: #b91d29; }
    .bandeauHome-left-text-title {
      margin: 0.5rem auto 1.5rem;
      font-size: 4rem;
      font-weight: bold;
      line-height: 1.15;
      color: #3f3f3f;
      position: relative;
      text-align: left; }
      .bandeauHome-left-text-title::after {
        content: '';
        display: block;
        margin: 0.8rem 0 0 0;
        width: 3.8rem;
        border-bottom: 0.4rem solid #b91d29; }
      @media (max-width: 1300px) {
        .bandeauHome-left-text-title {
          font-size: 3.8rem; } }
      @media (max-width: 1024px) {
        .bandeauHome-left-text-title {
          font-size: 3.6rem; } }
      @media (max-width: 900px) {
        .bandeauHome-left-text-title {
          font-size: 3.4rem; } }
      @media (max-width: 750px) {
        .bandeauHome-left-text-title {
          font-size: 3.2rem; } }
      @media (max-width: 600px) {
        .bandeauHome-left-text-title {
          font-size: 3rem; } }
      @media (max-width: 440px) {
        .bandeauHome-left-text-title {
          font-size: 2.8rem; } }
    @media (max-width: 600px) {
      .bandeauHome-left-text-description {
        font-size: 1.5rem; } }
    .bandeauHome-left-text-list {
      margin-top: 2.75rem;
      margin-bottom: 2.25rem; }
      @media (max-width: 1024px) {
        .bandeauHome-left-text-list {
          margin-bottom: 2.75rem; } }
      .bandeauHome-left-text-list-item {
        display: flex;
        align-items: center;
        margin-top: 0.5rem; }
        @media (max-width: 600px) {
          .bandeauHome-left-text-list-item {
            font-size: 1.5rem; } }
        @media (max-width: 440px) {
          .bandeauHome-left-text-list-item {
            font-size: 1.4rem; } }
        .bandeauHome-left-text-list-item svg {
          width: 1.7rem;
          height: 1.25rem;
          margin-right: 1.35rem;
          margin-bottom: 0.5rem;
          fill: #b91d29; }
        .bandeauHome-left-text-list-item span {
          padding-bottom: 0.5rem;
          border-bottom: 0.1rem solid #c7c7c7; }
  .bandeauHome-right {
    position: relative;
    width: 50%; }
    @media (max-width: 1024px) {
      .bandeauHome-right {
        width: 100%;
        height: 40rem; } }
    @media (max-width: 600px) {
      .bandeauHome-right {
        height: 35rem; } }
    .bandeauHome-right:before {
      content: '';
      z-index: 2;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.2); }
    .bandeauHome-right img {
      z-index: 1;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center;
      font-family: "object-fit: cover; object-position: center"; }

.partnersHome {
  background: #fff; }
  .partnersHome > .u-wrapper {
    padding: 14rem 0 6rem;
    max-width: 104rem; }
    @media (max-width: 1300px) {
      .partnersHome > .u-wrapper {
        max-width: 94%; } }
    @media (max-width: 1024px) {
      .partnersHome > .u-wrapper {
        padding: 6rem 0 3rem; } }
  .partnersHome h2.Titre_H2 {
    margin: 0;
    margin-bottom: 2.2rem;
    position: relative;
    text-align: center; }
    .partnersHome h2.Titre_H2::after {
      content: '';
      display: block;
      margin: 0.8rem 0 0 0;
      width: 3.8rem;
      border-bottom: 0.4rem solid #b91d29;
      margin: 0.8rem auto 0; }
  .partnersHome-description {
    text-align: center; }

.missions {
  background-color: #b91d29;
  background-image: url("https://negoce.assur-tous-risques.com/default/CMS/css/tpl5/../../images/dist/roue.jpg");
  background-position: bottom left;
  background-repeat: no-repeat; }
  .missions > .u-wrapper {
    padding: 9.8rem 0 12rem;
    transition: 0.3s ease; }
    @media (max-width: 900px) {
      .missions > .u-wrapper {
        padding: 6rem 0; } }
  .missions h2.Titre_H2 {
    margin: 0;
    text-align: center;
    color: #fff; }
    .missions h2.Titre_H2:after {
      content: none; }
  .missions-description {
    margin-top: 0.25rem;
    text-align: center;
    color: #f59aa5;
    position: relative;
    text-align: center; }
    .missions-description::after {
      content: '';
      display: block;
      margin: 0.8rem 0 0 0;
      width: 3.8rem;
      border-bottom: 0.4rem solid #b91d29;
      margin: 0.8rem auto 0; }
    .missions-description::after {
      border-color: #fff; }
    .missions-description span {
      opacity: 0.6; }
  .missions-link {
    display: block;
    text-decoration: none;
    transition: 0.3s ease; }
    .missions-link:hover .missions-list {
      background: #b91d29;
      box-shadow: 0 0 5rem 0 rgba(0, 0, 0, 0.2);
      -webkit-transform: translateY(-0.4rem);
              transform: translateY(-0.4rem); }
  .missions-list {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    margin: 2.5rem -4rem -1rem -4rem;
    padding: 1rem;
    list-style: none;
    transition: 0.3s ease; }
    @media (max-width: 1300px) {
      .missions-list {
        margin: 2.5rem -1rem -1rem -1rem; } }
    @media (max-width: 900px) {
      .missions-list {
        margin: 2.5rem 0 -1rem 0; } }
    .missions-list::before, .missions-list::after {
      content: '';
      position: absolute;
      top: 50%;
      left: 33.33%;
      width: 0.1rem;
      height: 80%;
      background: #7d131b;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .missions-list:before {
      left: 33.33%; }
      @media (max-width: 900px) {
        .missions-list:before {
          left: 50%; } }
      @media (max-width: 750px) {
        .missions-list:before {
          content: none; } }
    .missions-list::after {
      left: 66.66%; }
      @media (max-width: 900px) {
        .missions-list::after {
          content: none; } }
    .missions-list-item {
      display: flex;
      justify-content: space-between;
      width: 33.33%;
      padding: 3rem;
      padding-bottom: 1.5rem;
      border-top: 0.1rem solid #7d131b; }
      @media (max-width: 1024px) {
        .missions-list-item {
          flex-direction: column;
          justify-content: flex-start; } }
      @media (max-width: 900px) {
        .missions-list-item {
          width: 50%;
          border-top: 0.1rem solid #7d131b;
          border-bottom: 0.1rem solid #7d131b; }
          .missions-list-item:nth-child(-n + 2) {
            border-top: none;
            border-bottom: none; }
          .missions-list-item:nth-last-child(-n + 2) {
            border-top: none;
            border-bottom: none; } }
      @media (max-width: 750px) {
        .missions-list-item {
          width: 100%;
          flex-direction: row;
          align-items: center; }
          .missions-list-item:not(:last-child) {
            border-top: none;
            border-bottom: 0.1rem solid #7d131b; } }
      @media (max-width: 600px) {
        .missions-list-item {
          flex-direction: column;
          justify-content: flex-start; } }
      @media (min-width: 901px) {
        .missions-list-item:nth-child(-n + 3) {
          border-top: none; } }
      .missions-list-item-img {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 7.7rem;
        height: 7.7rem;
        border-radius: 50%;
        background: #fff; }
        .missions-list-item-img svg {
          display: flex;
          align-items: center;
          justify-content: center;
          max-height: 4rem;
          max-width: 4rem;
          fill: #9b1822; }
      .missions-list-item-text {
        margin-top: -0.5rem;
        max-width: calc(100% - 7.7rem - 2.4rem); }
        @media (max-width: 1024px) {
          .missions-list-item-text {
            margin-top: 2rem;
            max-width: 100%; } }
        @media (max-width: 750px) {
          .missions-list-item-text {
            margin-top: 0;
            margin-left: 2.4rem;
            max-width: calc(100% - 7.7rem - 2.4rem); } }
        @media (max-width: 600px) {
          .missions-list-item-text {
            margin-top: 2rem;
            margin-left: 0;
            max-width: 100%;
            text-align: center; } }
        .missions-list-item-text-title {
          margin-bottom: 1.5rem;
          font-size: 1.5rem;
          font-weight: 600;
          letter-spacing: -0.03rem;
          color: #fff; }
        .missions-list-item-text-description {
          color: #f28c93;
          font-size: 1.2rem; }

.demandeDeRappel > .u-wrapper {
  display: flex;
  transition: 0.3s ease;
  margin-top: -8rem; }
  @media (max-width: 1024px) {
    .demandeDeRappel > .u-wrapper {
      margin-top: -3.5rem;
      flex-direction: column; } }
.demandeDeRappel-text {
  display: flex;
  position: relative;
  align-items: center;
  padding: 3rem 3rem 3rem 4rem;
  background: #444444; }
  @media (min-width: 1025px) {
    .demandeDeRappel-text {
      width: 35%; } }
  @media (max-width: 1024px) {
    .demandeDeRappel-text {
      justify-content: center;
      width: 100%;
      padding: 3rem; } }
  .demandeDeRappel-text:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #444444;
    border-style: solid;
    border-width: calc(20.6rem / 2) 0 calc(20.6rem / 2) 20px;
    -webkit-transform: translate(99%, -50%);
            transform: translate(99%, -50%); }
    @media (max-width: 1024px) {
      .demandeDeRappel-text:after {
        width: 0;
        top: auto;
        right: auto;
        bottom: 0;
        left: 50%;
        height: 0;
        border-color: #444444 transparent transparent transparent;
        border-style: solid;
        border-width: 20px calc((90vw / 2)) 0 calc((90vw / 2));
        -webkit-transform: translate(-50%, 100%);
                transform: translate(-50%, 100%); } }
  .demandeDeRappel-text svg {
    width: 2.7rem;
    height: 4rem;
    margin-right: 1.5rem;
    fill: transparent;
    stroke: #fff; }
    @media (max-width: 600px) {
      .demandeDeRappel-text svg {
        display: none; } }
  .demandeDeRappel-text-title {
    font-size: 2rem;
    font-weight: 500;
    max-width: calc(100% - 4rem);
    color: #fff; }
.demandeDeRappel-form {
  padding: 3rem 5rem 3rem 6rem;
  background: #2d2d2d; }
  @media (min-width: 1025px) {
    .demandeDeRappel-form {
      width: 65%; } }
  @media (max-width: 1024px) {
    .demandeDeRappel-form {
      width: 100%;
      padding: 6rem 3rem 3rem 3rem; } }
  @media (min-width: 1025px) {
    .demandeDeRappel-form .cms_bloc_form .cms_bloc_form_container {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: flex-end; } }
  .demandeDeRappel-form .cms_bloc_form .cms_bloc_form_container .cms_bloc_form_field {
    display: flex;
    flex-direction: column;
    margin: 0 0 1.5rem 0;
    font-size: 1.2rem; }
    @media (min-width: 1025px) {
      .demandeDeRappel-form .cms_bloc_form .cms_bloc_form_container .cms_bloc_form_field {
        width: 48%; } }
    .demandeDeRappel-form .cms_bloc_form .cms_bloc_form_container .cms_bloc_form_field .cms_bloc_form_field_antispam_text {
      margin-bottom: 0.5rem;
      color: #fff; }
    .demandeDeRappel-form .cms_bloc_form .cms_bloc_form_container .cms_bloc_form_field label {
      margin-bottom: 0.8rem;
      color: #fff; }
      .demandeDeRappel-form .cms_bloc_form .cms_bloc_form_container .cms_bloc_form_field label img {
        display: block;
        opacity: 0.75; }
    .demandeDeRappel-form .cms_bloc_form .cms_bloc_form_container .cms_bloc_form_field input {
      display: flex;
      align-items: center;
      width: 100%;
      height: 3.8rem;
      padding: 0.5rem 1rem;
      border: none;
      border-radius: 0.6rem;
      font-size: 1.4rem;
      font-weight: bold; }
      .demandeDeRappel-form .cms_bloc_form .cms_bloc_form_container .cms_bloc_form_field input:focus {
        outline: none; }
  .demandeDeRappel-form .cms_bloc_form .cms_bloc_form_container .cms_bloc_form_field_submit {
    margin-bottom: 0;
    width: 100%; }
    .demandeDeRappel-form .cms_bloc_form .cms_bloc_form_container .cms_bloc_form_field_submit button {
      display: flex;
      align-items: center;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      height: 3.8rem;
      padding: 0.5rem 2.5rem;
      border: none;
      border-radius: 0.6rem;
      font-weight: bold;
      color: #fff;
      background: #b91d29;
      transition: 0.3s ease; }
      .demandeDeRappel-form .cms_bloc_form .cms_bloc_form_container .cms_bloc_form_field_submit button:hover {
        background: #7d131b; }

.avisClients {
  background: #fff; }
  .avisClients > .u-wrapper {
    padding: 6.75rem 0 6rem; }
    @media (max-width: 900px) {
      .avisClients > .u-wrapper {
        padding: 6rem 0; } }
  .avisClients-list {
    text-align: center; }
    .avisClients-list ul,
    .avisClients-list li {
      overflow: inherit;
      margin: 0;
      padding: 0;
      list-style-type: none; }
    .avisClients-list-item {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      height: auto; }
      .avisClients-list-item-comment {
        display: flex;
        position: relative;
        align-items: center;
        margin: 0 auto;
        padding: 0 12rem;
        max-width: 90rem;
        font-size: 2.2rem;
        font-weight: 500;
        color: #3f3f3f; }
        @media (max-width: 900px) {
          .avisClients-list-item-comment {
            font-size: 1.8rem; } }
        @media (max-width: 600px) {
          .avisClients-list-item-comment {
            font-size: 1.7rem;
            padding: 0 6rem; } }
        @media (max-width: 440px) {
          .avisClients-list-item-comment {
            padding: 0; } }
        .avisClients-list-item-comment:before {
          content: '';
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: 12rem;
          height: 3.8rem;
          background-image: url("https://negoce.assur-tous-risques.com/default/CMS/css/tpl5/../../images/dist/cote.svg");
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain; }
          @media (max-width: 900px) {
            .avisClients-list-item-comment:before {
              width: 6rem; } }
          @media (max-width: 440px) {
            .avisClients-list-item-comment:before {
              content: none; } }
        .avisClients-list-item-comment:after {
          content: '';
          display: block;
          position: absolute;
          right: 0;
          bottom: 0;
          width: 12rem;
          height: 3rem;
          background-image: url("https://negoce.assur-tous-risques.com/default/CMS/css/tpl5/../../images/dist/cote.svg");
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain;
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg); }
          @media (max-width: 900px) {
            .avisClients-list-item-comment:after {
              width: 6rem; } }
          @media (max-width: 440px) {
            .avisClients-list-item-comment:after {
              content: none; } }
      .avisClients-list-item-name {
        margin-top: 1rem;
        font-size: 1.3rem;
        font-weight: 500;
        color: #b91d29; }
        .avisClients-list-item-name span {
          color: #616161;
          text-transform: uppercase; }

.tarifs {
  background: #efefef;
  background-image: url("https://negoce.assur-tous-risques.com/default/CMS/css/tpl5/../../images/dist/route.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100%; }
  .tarifs > .u-wrapper {
    padding: 12rem 0 32rem; }
    @media (max-width: 1024px) {
      .tarifs > .u-wrapper {
        padding: 6rem 0 20rem; } }
  .tarifs h2.Titre_H2 {
    margin: 0;
    text-align: center; }
    .tarifs h2.Titre_H2:after {
      content: none; }
  .tarifs-description {
    margin-top: 0.25rem;
    text-align: center;
    position: relative;
    text-align: center; }
    .tarifs-description::after {
      content: '';
      display: block;
      margin: 0.8rem 0 0 0;
      width: 3.8rem;
      border-bottom: 0.4rem solid #b91d29;
      margin: 0.8rem auto 0; }
    .tarifs-description::after {
      border-color: #b91d29; }
    .tarifs-description span {
      opacity: 0.6; }
  .tarifs-link {
    display: block;
    margin-top: 8rem;
    text-decoration: none;
    color: #616161;
    transition: 0.3s ease; }
    .tarifs-link:hover {
      -webkit-transform: translateY(-0.4rem);
              transform: translateY(-0.4rem); }
      .tarifs-link:hover .tarifs-list-item-title:after {
        border-width: 3rem calc(31.4rem / 2) 0 calc(31.4rem / 2); }
        @media (max-width: 1024px) {
          .tarifs-link:hover .tarifs-list-item-title:after {
            border-width: 3rem calc((90vw / 2)) 0 calc((90vw / 2)); } }
      .tarifs-link:hover .tarifs-list-item-linkText {
        border-color: #b91d29;
        color: #b91d29;
        background: transparent; }
  .tarifs .tarifs-list {
    display: flex;
    justify-content: space-between;
    list-style: none; }
    @media (max-width: 1024px) {
      .tarifs .tarifs-list {
        flex-direction: column; } }
    .tarifs .tarifs-list-item {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-between;
      width: 33.33%;
      padding-bottom: 3rem;
      border-radius: 0.6rem;
      overflow: hidden;
      background: #fff;
      box-shadow: 0 3px 32px rgba(0, 0, 0, 0.3); }
      @media (max-width: 1024px) {
        .tarifs .tarifs-list-item {
          width: 100%; } }
      .tarifs .tarifs-list-item:not(:last-child) {
        margin: 0 3rem 0 0; }
        @media (max-width: 1024px) {
          .tarifs .tarifs-list-item:not(:last-child) {
            margin: 0 0 3rem 0; } }
      .tarifs .tarifs-list-item-title {
        display: flex;
        position: relative;
        flex-direction: column;
        align-items: center;
        width: 100%;
        padding: 2rem;
        min-height: 10rem;
        text-align: center;
        text-transform: uppercase;
        font-size: 2.8rem;
        font-weight: bold;
        background: #3f3f3f;
        color: #fff; }
        .tarifs .tarifs-list-item-title.essentiel {
          background: #4c4847; }
          .tarifs .tarifs-list-item-title.essentiel:after {
            border-color: #4c4847 transparent transparent transparent; }
        .tarifs .tarifs-list-item-title.confort {
          background: #3f3c3b; }
          .tarifs .tarifs-list-item-title.confort:after {
            border-color: #3f3c3b transparent transparent transparent; }
        .tarifs .tarifs-list-item-title.optimal {
          background: #322f2e; }
          .tarifs .tarifs-list-item-title.optimal:after {
            border-color: #322f2e transparent transparent transparent; }
        .tarifs .tarifs-list-item-title span {
          display: block;
          text-transform: none;
          font-size: 1.2rem;
          font-weight: 300;
          color: #828282; }
        .tarifs .tarifs-list-item-title:after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 15px calc(31.4rem / 2) 0 calc(31.4rem / 2);
          border-color: #3f3f3f transparent transparent transparent;
          transition: 0.3s ease;
          -webkit-transform: translateY(96%);
                  transform: translateY(96%); }
          @media (max-width: 1024px) {
            .tarifs .tarifs-list-item-title:after {
              border-width: 15px calc((90vw / 2)) 0 calc((90vw / 2)); } }
      .tarifs .tarifs-list-item-options {
        padding: 5rem 1rem;
        list-style: none; }
        .tarifs .tarifs-list-item-options li {
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 1.3rem;
          font-weight: 300; }
          .tarifs .tarifs-list-item-options li:not(:last-child) {
            margin-bottom: 1rem; }
          .tarifs .tarifs-list-item-options li svg {
            width: 1.2rem;
            height: 0.8rem;
            margin-right: 0.75rem;
            fill: #b91d29; }

.callToDevis {
  position: relative;
  margin-top: -20rem; }
  @media (max-width: 1024px) {
    .callToDevis {
      margin-top: -15rem; } }
  @media (max-width: 440px) {
    .callToDevis {
      margin-top: -17.5rem; } }
  .callToDevis:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 19.9rem);
    background: #353535; }
    @media (max-width: 1024px) {
      .callToDevis:before {
        height: calc(100% - 14.9rem); } }
  .callToDevis > .u-wrapper {
    max-width: 120rem; }
    @media (max-width: 1300px) {
      .callToDevis > .u-wrapper {
        max-width: 94%; } }
  .callToDevis .callToDevis-link {
    display: flex;
    z-index: 2;
    position: relative;
    align-items: center;
    justify-content: center;
    background: #b91d29;
    background-image: url("https://negoce.assur-tous-risques.com/default/CMS/css/tpl5/../../images/dist/contrat.jpg");
    min-height: 24.8rem;
    text-decoration: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.3s ease; }
    @media (max-width: 440px) {
      .callToDevis .callToDevis-link {
        min-height: auto; } }
    .callToDevis .callToDevis-link:hover {
      -webkit-transform: translateY(-0.4rem);
              transform: translateY(-0.4rem); }
      .callToDevis .callToDevis-link:hover .callToDevis-link-text {
        box-shadow: 0 0 8rem 0 rgba(0, 0, 0, 0.5); }
    .callToDevis .callToDevis-link-text {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      margin: 2rem auto;
      padding: 1.5rem;
      max-width: calc(100% - 6rem);
      min-height: 19.1rem;
      text-align: center;
      color: #fff;
      background: #b91d29;
      box-shadow: 0 0 5rem 0 rgba(0, 0, 0, 0.2);
      transition: 0.3s ease; }
      @media (max-width: 600px) {
        .callToDevis .callToDevis-link-text {
          max-width: calc(100% - 8%); } }
      @media (max-width: 440px) {
        .callToDevis .callToDevis-link-text {
          max-width: 100%;
          margin: 0; } }
      .callToDevis .callToDevis-link-text-title {
        font-size: 2.6rem;
        font-weight: bold; }
        @media (max-width: 600px) {
          .callToDevis .callToDevis-link-text-title {
            font-size: 2rem; } }
      .callToDevis .callToDevis-link-text-subTitle {
        font-size: 2rem;
        font-weight: 300; }
        @media (max-width: 600px) {
          .callToDevis .callToDevis-link-text-subTitle {
            font-size: 1.7rem; } }
      .callToDevis .callToDevis-link-text-linkText {
        margin-top: 2rem;
        border-color: #fff; }

.partners {
  position: relative;
  overflow: hidden;
  margin-top: -0.2rem; }
  .partners > div {
    width: 100%; }
  .partners-link {
    display: block;
    transition: 0.3s ease; }
    .partners-link:hover {
      -webkit-transform: translateY(-0.4rem);
              transform: translateY(-0.4rem); }
      .partners-link:hover .partners-list-item-img {
        -webkit-filter: saturate(1);
                filter: saturate(1); }
  .partners-list {
    margin: 0 auto;
    box-sizing: border-box;
    padding: 3rem 1rem; }
    @media (max-width: 600px) {
      .partners-list {
        padding: 3rem 0; } }
    .partners-list-item {
      padding: 0 1.25rem; }
      @media (max-width: 600px) {
        .partners-list-item {
          padding: 0; } }
      .partners-list-item > a,
      .partners-list-item > div {
        display: flex;
        width: 100%;
        height: 13.6rem;
        box-shadow: 0 0 2.75rem -1rem rgba(0, 0, 0, 0.3); }
      .partners-list-item-img {
        position: relative;
        background: #fff;
        width: 100%;
        height: 100%;
        transition: 0.3s ease;
        -webkit-filter: saturate(0);
                filter: saturate(0); }
        .partners-list-item-img img {
          position: relative;
          top: 50%;
          left: 50%;
          width: 90%;
          height: 90%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          -o-object-fit: contain;
          object-fit: contain;
          -o-object-position: center;
          object-position: center;
          font-family: "object-fit: contain; object-position: center"; }

body > div:target {
  padding-top: 14em;
  margin-top: -14em;
  background-clip: content-box; }