@charset "UTF-8";

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0;
}

optgroup {
  font-weight: bold;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}
summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}
* {
  box-sizing: border-box; }
  *::after, *::before {
    box-sizing: border-box; }
  * body {
    -webkit-font-smoothing: antialiased; }

p, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0; }

html {
  font-size: .625em;
  font-size: calc(1em * .625); }

.cms_bloc {
  clear: both; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: ' ';
    display: table; }
  .clearfix:after {
    clear: both; }

.lazyload,
.lazyloading,
.swiper-lazy {
  opacity: 0; }

.lazyloaded, .swiper-lazy-loaded {
  opacity: 1;
  transition: opacity 300ms; }

.cms_bloc_text ol {
  list-style-position: inside; }

.cms_bloc_text ul {
  list-style-type: none; }

.cms_bloc_text li {
  padding-left: 2.3rem; }

.cms_bloc_text ol li {
  padding-left: .7rem; }

.cms_bloc_form .cms_bloc_form_container {
  width: 80%; }

.cms_bloc_form .cms_bloc_form_field {
  margin: .4rem 0; }
  .cms_bloc_form .cms_bloc_form_field > .label {
    display: inline-block;
    vertical-align: top;
    width: 40%;
    padding-right: 2rem; }
  .cms_bloc_form .cms_bloc_form_field > .value {
    display: inline-block;
    vertical-align: top;
    width: 60%; }
    .cms_bloc_form .cms_bloc_form_field > .value input, .cms_bloc_form .cms_bloc_form_field > .value select, .cms_bloc_form .cms_bloc_form_field > .value textarea {
      width: 100%;
      max-width: 100%;
      border-radius: .2rem;
      border: 1px solid #bbb;
      border: 1px solid rgba(0, 0, 0, 0.25);
      padding: 0.4em 0.2em; }
    .cms_bloc_form .cms_bloc_form_field > .value textarea {
      min-height: 10rem;
      resize: vertical; }
  .cms_bloc_form .cms_bloc_form_field.cms_bloc_form_field_file input {
    border: none; }
  .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: 40%;
    display: inline-block;
    vertical-align: top; }
  .cms_bloc_form .cms_bloc_form_field.cms_bloc_form_field_checkbox > .value input, .cms_bloc_form .cms_bloc_form_field.cms_bloc_form_field_radio > .value input {
    width: auto; }
  .cms_bloc_form .cms_bloc_form_field.cms_bloc_form_field_antispam > .label {
    text-align: right; }
    .cms_bloc_form .cms_bloc_form_field.cms_bloc_form_field_antispam > .label img {
      border: 1px solid #555; }
  .cms_bloc_form .cms_bloc_form_field.cms_bloc_form_field_antispam > .value input {
    width: 60%; }
  .cms_bloc_form .cms_bloc_form_field.cms_bloc_form_field_submit {
    padding-left: 40%; }
    .cms_bloc_form .cms_bloc_form_field.cms_bloc_form_field_submit button[type="submit"] {
      background: #e0e0e0;
      box-shadow: none;
      cursor: pointer;
      border: 1px solid rgba(0, 0, 0, 0.25);
      border-radius: 0.2rem;
      padding: 0.6em 1.4em;
      font-weight: 600;
      color: inherit; }
      .cms_bloc_form .cms_bloc_form_field.cms_bloc_form_field_submit button[type="submit"]:hover {
        background: white; }

.cms_bloc_form .cms_bloc_form_error {
  color: #F00;
  padding-bottom: 1rem; }

.cms_bloc_form .cms_bloc_form_message {
  font-weight: bold; }

.cms_bloc_form .cms_bloc_form_field_content {
  text-align: justify; }

.cms_bloc_media {
  text-align: center; }
  .cms_bloc_media * {
    border: 0;
    margin: 0 auto; }
  .cms_bloc_media img {
    max-width: 100%; }

.mediaImagemap {
  max-width: 100%;
  height: auto; }
  .mediaImagemap .mediaImagemap-shape {
    stroke: none;
    fill: transparent;
    transition: fill .2s linear; }
  .mediaImagemap text {
    font-size: 2vw;
    fill: white;
    font-weight: bold;
    opacity: 0;
    transition: .4s ease-out; }
  .mediaImagemap .mediaImagemap-link {
    cursor: pointer;
    text-decoration: none !important; }
    .mediaImagemap .mediaImagemap-link:hover .mediaImagemap-shape {
      fill: rgba(0, 0, 0, 0.2); }
    .mediaImagemap .mediaImagemap-link:hover text {
      opacity: 1; }

.cms_bloc_map .mm_carte {
  margin: auto; }

.cms_bloc_map .mm_carte .mm_info_photo {
  float: left;
  padding: 0 .5rem .5rem 0; }

.cms_bloc_map .mm_carte .mm_info_titre {
  font-weight: bold; }

.cms_bloc_text table {
  width: 100%; }
  .cms_bloc_text table td {
    vertical-align: top; }

.cms_bloc_text .cms_bloc_text_media_gauche .cms_bloc_media {
  position: relative;
  z-index: 2;
  padding: 0;
  margin: 0;
  float: left;
  padding: 0 1.5rem 1.5rem 0; }

.cms_bloc_text .cms_bloc_text_media_droite .cms_bloc_media {
  position: relative;
  z-index: 2;
  padding: 0;
  margin: 0;
  float: right;
  padding: 0 0 1.5rem 1.5rem; }

.cms_bloc_text .cms_bloc_text_media_gauche .cms_bloc_media,
.cms_bloc_text .cms_bloc_text_media_droite .cms_bloc_media {
  max-width: 100%; }

.cms_bloc_text .cms_bloc_text_media_centre {
  text-align: center; }

.cms_bloc_text .cms_bloc_text_two_columns > div {
  display: inline-block;
  vertical-align: top;
  width: 48%; }
  .cms_bloc_text .cms_bloc_text_two_columns > div.cms_bloc_text_gauche {
    margin-right: 2%; }
  .cms_bloc_text .cms_bloc_text_two_columns > div.cms_bloc_text_droite {
    margin-left: 2%; }

#breadCrumb ol {
  padding: 0;
  margin: 0;
  list-style-type: none; }
  #breadCrumb ol li {
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: baseline; }
    #breadCrumb ol li ~ li::before {
      display: inline-block;
      vertical-align: baseline;
      content: '>';
      margin-left: 0.4rem;
      margin-right: 0.4rem;
      line-height: 1; }
  #breadCrumb ol a {
    display: inline-block;
    vertical-align: baseline; }

.csCols {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .csCols li {
    list-style-type: none; }
  .csCols.csCols-aifs {
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .csCols.csCols-aic {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .csCols.csCols-jcsa {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
  .csCols.csCols-jcsb {
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .csCols.csCols-rowReverse {
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .csCols.csCols-columnReverse {
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .csCols-col {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%; }
    .csCols-col-3 {
      -webkit-flex-basis: 33.33%;
          -ms-flex-preferred-size: 33.33%;
              flex-basis: 33.33%;
      max-width: 33.33%; }
    .csCols-col-4 {
      -webkit-flex-basis: 25%;
          -ms-flex-preferred-size: 25%;
              flex-basis: 25%;
      max-width: 25%; }
    .csCols-col-5 {
      -webkit-flex-basis: 20%;
          -ms-flex-preferred-size: 20%;
              flex-basis: 20%;
      max-width: 20%; }
    .csCols-col-6 {
      -webkit-flex-basis: 16.667%;
          -ms-flex-preferred-size: 16.667%;
              flex-basis: 16.667%;
      max-width: 16.667%; }
    .csCols-col-7 {
      -webkit-flex-basis: 14.28%;
          -ms-flex-preferred-size: 14.28%;
              flex-basis: 14.28%;
      max-width: 14.28%; }
    .csCols-col-8 {
      -webkit-flex-basis: 12.5%;
          -ms-flex-preferred-size: 12.5%;
              flex-basis: 12.5%;
      max-width: 12.5%; }

@media screen and (max-width: 1200px) {
  .csCols-col-5 {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    max-width: 25%; }
  .csCols-col-6 {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    max-width: 25%; }
  .csCols-col-7 {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    max-width: 25%; }
  .csCols-col-8 {
    -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
    max-width: 25%; } }

@media screen and (max-width: 900px) {
  .csCols-col-3, .csCols-col-4, .csCols-col-5, .csCols-col-6, .csCols-col-7, .csCols-col-8 {
    -webkit-flex-basis: 33%;
        -ms-flex-preferred-size: 33%;
            flex-basis: 33%;
    max-width: 33%; } }

@media screen and (max-width: 768px) {
  .csCols-col-3, .csCols-col-4, .csCols-col-5, .csCols-col-6, .csCols-col-7, .csCols-col-8 {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%; } }

@media screen and (max-width: 440px) {
  .csCols-col-3, .csCols-col-4, .csCols-col-5, .csCols-col-6, .csCols-col-7, .csCols-col-8 {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%; } }

.csComponent {
  /* Anchor will cover the whole item by default */
  /* For some effects it will show as a button */ }
  .csComponent:hover img,
  .csComponent:hover p {
    opacity: 1; }
  .csComponent:hover img,
  .csComponent:hover h2,
  .csComponent:hover p {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
  .csComponent:hover p {
    transition-delay: 0.05s;
    transition-duration: 0.35s; }
  .csComponent img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8; }
  .csComponent .content {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .csComponent .content::before,
  .csComponent .content::after {
    pointer-events: none; }
  .csComponent .content,
  .csComponent .content > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .csComponent .content > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0; }
  .csComponent h2 {
    word-spacing: -0.15em;
    font-size: 2.4rem;
    font-weight: 200; }
  .csComponent h2 span {
    font-weight: 800; }
  .csComponent h2, .csComponent p {
    margin: 0; }
  .csComponent p {
    letter-spacing: .1rem;
    font-size: 68.5%; }

.socialButton {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .socialButton.has-no-label .socialButton__icon {
    margin-right: 0; }
  .socialButton a.socialButton__item {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 0.2rem;
    padding-left: 1em;
    padding-right: 1em; }
  .socialButton__icon {
    vertical-align: middle;
    display: block;
    margin-right: 0.3em; }
    .socialButton__icon svg {
      position: relative;
      top: -1px;
      height: 1.25em;
      width: 1.25em;
      fill: currentColor;
      vertical-align: middle; }
  .socialButton__item--linkedin svg {
    top: -2px; }

#breadCrumb li:last-child {
    pointer-events: none;
}
#cookieChoiceInfo {
  line-height: 20px;
  padding: 7px !important;
  font-size: 12px;
  background: #f8f6de !important;
  border-bottom: 1px solid #f3e497;
  color: #5b5b5b;
  top: inherit !important;
  bottom: 0 !important; }
  #cookieChoiceInfo span, #cookieChoiceInfo a {
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
    font-family: 'Arial', 'sans-serif'; }
  #cookieChoiceInfo span {
    display: inline; }
  #cookieChoiceInfo a {
    color: #2c6bb8; }

#cookieChoiceDismiss {
  background: #00a651;
  color: white !important;
  display: inline-block;
  padding: 0 10px;
  text-decoration: none;
  height: 24px;
  line-height: 24px;
  border-radius: 3px;
  margin: 0 0 0 10px !important; }
  #cookieChoiceDismiss:hover {
    background: #008442; }

.cs-copyright {
  /* colors */
  --copyrightColorText: #ffffff;
  --copyrightColorLink: var(--copyrightColorText);
  --copyrightColorSeparator: var(--copyrightColorText);
  --copyrightColorSvg: var(--copyrightColorText);
  --copyrightTooltipBackground: #000000;
  --copyrightTooltipColor: var(--copyrightColorText);
  /* size */
  --copyrightFontSize: 11px;
  --copyrightSizeSvg: 15px;
  --copyrightSizeSeparator: 11px;
  --copyrightSizeSeparatorIcon: 10px;
  /* position, direction */
  --copyrightAlignPosition: center;
  /* flex-start, center, flex-end */
  --copyrightPosition: center;
  /* flex-start, center, flex-end, space-between */
  --copyrightDirection: column;
  /* row, column */
  /* padding */
  --copyrightTooltipPadding: 10px 0 15px;
  position: relative;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: var(--copyrightAlignPosition);
      -ms-flex-align: var(--copyrightAlignPosition);
          align-items: var(--copyrightAlignPosition);
  -webkit-justify-content: var(--copyrightPosition);
      -ms-flex-pack: var(--copyrightPosition);
          justify-content: var(--copyrightPosition);
  -webkit-flex-direction: var(--copyrightDirection);
      -ms-flex-direction: var(--copyrightDirection);
          flex-direction: var(--copyrightDirection);
  padding: var(--copyrightTooltipPadding);
  z-index: 7; }
  @media screen and (max-width: 990px) {
    .cs-copyright {
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }
  .cs-copyright .cs-copyright-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 3px;
    margin-right: 20px;
    margin-bottom: 3px;
    margin-left: 20px; }
    @media screen and (max-width: 650px) {
      .cs-copyright .cs-copyright-row {
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-bottom: 3px; } }
    @media screen and (max-width: 650px) {
      .cs-copyright .cs-copyright-row .cs-copyright-col:not(:nth-child(2)) p {
        display: none; }
      .cs-copyright .cs-copyright-row .cs-copyright-col:nth-child(2) p:last-child {
        display: none; } }
  .cs-copyright .cs-copyright-col {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .cs-copyright .cs-copyright-col.div_copyright_icon {
      margin-left: 10px; }
      @media screen and (max-width: 650px) {
        .cs-copyright .cs-copyright-col.div_copyright_icon {
          margin-left: 0; } }
  .cs-copyright_element {
    color: var(--copyrightColorText);
    font-size: var(--copyrightFontSize); }
    @media screen and (max-width: 650px) {
      .cs-copyright_element {
        margin-bottom: 5px; } }
    .cs-copyright_element a {
      color: var(--copyrightColorLink);
      font-size: var(--copyrightFontSize);
      text-decoration: none;
      transition: opacity .3s ease; }
      .cs-copyright_element a:hover {
        opacity: .5; }
  .cs-copyright_separator, .cs-copyright_icons_separator {
    color: var(--copyrightColorSeparator);
    margin: -1px 3px 0; }
  .cs-copyright_separator {
    font-size: var(--copyrightSizeSeparator); }
  .cs-copyright_icons_separator {
    font-size: var(--copyrightSizeSeparatorIcon); }
  .cs-copyright_icon {
    position: relative;
    cursor: pointer;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: var(--copyrightSizeSvg);
    height: var(--copyrightSizeSvg); }
    .cs-copyright_icon a {
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      height: 100%; }
    .cs-copyright_icon svg {
      pointer-events: none;
      width: var(--copyrightSizeSvg);
      height: var(--copyrightSizeSvg);
      fill: var(--copyrightColorSvg); }
    .cs-copyright_icon:hover .cs-copyright_tooltip {
      opacity: 1;
      z-index: 99;
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); }
  .cs-copyright_tooltip {
    position: absolute;
    bottom: 30px;
    right: 0;
    width: 200px;
    display: block;
    text-align: center;
    z-index: -99;
    font-size: 11px;
    padding: 10px;
    border-radius: 3px;
    -webkit-transform: translateX(-5px);
        -ms-transform: translateX(-5px);
            transform: translateX(-5px);
    opacity: 0;
    transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: transform .3s ease, opacity .3s ease;
    transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    background: var(--copyrightTooltipBackground);
    color: var(--copyrightTooltipColor);
    pointer-events: none; }
    .cs-copyright_tooltip::after {
      content: '';
      position: absolute;
      bottom: -10px;
      right: 10px;
      border-left: 7px solid transparent;
      border-right: 3px solid transparent;
      border-top: 10px solid var(--copyrightTooltipBackground); }

p, dl, ol, ul {
    margin-bottom: 0;
}

ol, ul {
    padding: 0;
}

img, svg {
    vertical-align: inherit;
}
#buorg {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  border-bottom: 1px solid #aaaaaa;
  background: #aa162a;
  color: #ffffff;
  text-align: left;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  cursor: default; }
  #buorg div {
    padding: 5px 36px;
    text-align: center; }
  #buorg a {
    color: #ffffff;
    cursor: pointer;
    text-decoration: underline; }
    #buorg a:hover {
      text-decoration: none; }
  #buorg #buorgclose {
    position: absolute;
    right: .5em;
    top: .2em;
    height: 16px;
    line-height: 16px;
    width: 16px;
    padding: 0;
    cursor: pointer;
    text-indent: -1000px;
    overflow: hidden; }
    #buorg #buorgclose:before, #buorg #buorgclose:after {
      position: absolute;
      left: 7px;
      content: ' ';
      height: 16px;
      width: 2px;
      background-color: #eaeaea; }
    #buorg #buorgclose:before {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    #buorg #buorgclose:after {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    #buorg #buorgclose:hover:before, #buorg #buorgclose:hover:after {
      background-color: #ffffff; }


@font-face {
  font-family: "wgfont";
  font-weight: normal;
  font-style: normal;
  src: url("https://www.assur-tous-risques.com/lib/CMS/fonts/wgfont/wgfont.eot");
  src: url("https://www.assur-tous-risques.com/lib/CMS/fonts/wgfont/wgfont.woff") format("woff"), url("https://www.assur-tous-risques.com/lib/CMS/fonts/wgfont/wgfont.ttf") format("truetype"), url("https://www.assur-tous-risques.com/lib/CMS/fonts/wgfont/wgfont.eot?#iefix") format("embedded-opentype"), url("https://www.assur-tous-risques.com/lib/CMS/fonts/wgfont/wgfont.svg#wgfont") format("svg"); }

.wgf[class^="wgf-"],
.wgf[class*=" wgf-"] {
  display: inline-block;
  font-family: 'wgfont';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.wgf-arrow-back::before {
  content: ""; }

.wgf-arrow-forward::before {
  content: ""; }

.wgf-clear::before {
  content: ""; }

.wgf-done::before {
  content: ""; }

.wgf-email::before {
  content: ""; }

.wgf-facebook-square::before {
  content: ""; }

.wgf-facebook::before {
  content: ""; }

.wgf-feed::before {
  content: ""; }

.wgf-feed2::before {
  content: ""; }

.wgf-feed3::before {
  content: ""; }

.wgf-google-plus-square::before {
  content: ""; }

.wgf-google-plus::before {
  content: ""; }

.wgf-google-plus2::before {
  content: ""; }

.wgf-home::before {
  content: ""; }

.wgf-instagram::before {
  content: ""; }

.wgf-keyboard-arrow-down::before {
  content: ""; }

.wgf-keyboard-arrow-left::before {
  content: ""; }

.wgf-keyboard-arrow-right::before {
  content: ""; }

.wgf-keyboard-arrow-up::before {
  content: ""; }

.wgf-linkedin-square::before {
  content: ""; }

.wgf-linkedin::before {
  content: ""; }

.wgf-mobile::before {
  content: ""; }

.wgf-phone::before {
  content: ""; }

.wgf-pinterest-square::before {
  content: ""; }

.wgf-pinterest::before {
  content: ""; }

.wgf-pinterest2::before {
  content: ""; }

.wgf-print::before {
  content: ""; }

.wgf-search::before {
  content: ""; }

.wgf-send::before {
  content: ""; }

.wgf-sitemap::before {
  content: ""; }

.wgf-twitter-square::before {
  content: ""; }

.wgf-twitter::before {
  content: ""; }

.wgf-viadeo::before {
  content: ""; }

.wgf-youtube-play::before {
  content: ""; }

.wgf-youtube-square::before {
  content: ""; }

.wgf-youtube::before {
  content: ""; }

.menu ul, .menu li {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.menu--horizontal.menu--flex .menu-list,
.menu--horizontal.menu--table .menu-list,
.menu--horizontal.menu--inline .menu-list {
  position: absolute; }

.menu--horizontal.menu--flex .menu-list--niv2,
.menu--horizontal.menu--table .menu-list--niv2,
.menu--horizontal.menu--inline .menu-list--niv2 {
  left: 0;
  top: -1000rem; }
  .menu--horizontal.menu--flex .menu-list--niv2.menu-list--reverse,
  .menu--horizontal.menu--table .menu-list--niv2.menu-list--reverse,
  .menu--horizontal.menu--inline .menu-list--niv2.menu-list--reverse {
    left: initial;
    right: 0; }

.menu--horizontal.menu--flex .menu-list--niv2 .menu-list,
.menu--horizontal.menu--table .menu-list--niv2 .menu-list,
.menu--horizontal.menu--inline .menu-list--niv2 .menu-list {
  top: 0;
  left: -1000rem; }
  .menu--horizontal.menu--flex .menu-list--niv2 .menu-list.menu-list--reverse,
  .menu--horizontal.menu--table .menu-list--niv2 .menu-list.menu-list--reverse,
  .menu--horizontal.menu--inline .menu-list--niv2 .menu-list.menu-list--reverse {
    left: initial;
    right: 1000rem; }

.menu--horizontal.menu--flex .menu-item,
.menu--horizontal.menu--table .menu-item,
.menu--horizontal.menu--inline .menu-item {
  position: relative; }

.menu--horizontal.menu--flex .menu-item--niv1.menu-item--reverse .menu-list--niv2,
.menu--horizontal.menu--table .menu-item--niv1.menu-item--reverse .menu-list--niv2,
.menu--horizontal.menu--inline .menu-item--niv1.menu-item--reverse .menu-list--niv2 {
  left: initial;
  right: 0; }

.menu--horizontal.menu--flex .menu-item--niv1.menu-item--reverse .menu-list--niv2 .menu-list,
.menu--horizontal.menu--table .menu-item--niv1.menu-item--reverse .menu-list--niv2 .menu-list,
.menu--horizontal.menu--inline .menu-item--niv1.menu-item--reverse .menu-list--niv2 .menu-list {
  left: initial;
  right: 1000rem; }

.menu--horizontal.menu--flex .menu-item--niv1:hover > .menu-list,
.menu--horizontal.menu--table .menu-item--niv1:hover > .menu-list,
.menu--horizontal.menu--inline .menu-item--niv1:hover > .menu-list {
  top: 100%; }

.menu--horizontal.menu--flex .menu-item--niv1:not(.menu-item--reverse) .menu-item:hover > .menu-list,
.menu--horizontal.menu--table .menu-item--niv1:not(.menu-item--reverse) .menu-item:hover > .menu-list,
.menu--horizontal.menu--inline .menu-item--niv1:not(.menu-item--reverse) .menu-item:hover > .menu-list {
  left: 100%; }

.menu--horizontal.menu--flex .menu-item--niv1.menu-item--reverse .menu-item:hover > .menu-list,
.menu--horizontal.menu--table .menu-item--niv1.menu-item--reverse .menu-item:hover > .menu-list,
.menu--horizontal.menu--inline .menu-item--niv1.menu-item--reverse .menu-item:hover > .menu-list {
  right: 100%; }

.menu--horizontal.menu--flex .menu-link,
.menu--horizontal.menu--table .menu-link,
.menu--horizontal.menu--inline .menu-link {
  position: relative;
  display: block; }
  .menu--horizontal.menu--flex .menu-link--home svg,
  .menu--horizontal.menu--table .menu-link--home svg,
  .menu--horizontal.menu--inline .menu-link--home svg {
    fill: currentColor;
    width: 1.4em;
    height: 1.4em; }

.menu--horizontal.menu--flex .menu-link--niv1,
.menu--horizontal.menu--table .menu-link--niv1,
.menu--horizontal.menu--inline .menu-link--niv1 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  text-align: center; }
  .menu--horizontal.menu--flex .menu-link--niv1--toggleSubMenu,
  .menu--horizontal.menu--table .menu-link--niv1--toggleSubMenu,
  .menu--horizontal.menu--inline .menu-link--niv1--toggleSubMenu {
    display: block; }

.menu--horizontal.menu--table .menu-list--niv1 {
  display: table;
  position: relative;
  width: 100%; }

.menu--horizontal.menu--table .menu-item--niv1 {
  height: 100%;
  display: table-cell; }

.menu--horizontal.menu--flex .menu-list--niv1 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%; }

.menu--horizontal.menu--flex .menu-item--niv1 {
  height: 100%;
  display: block;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }

.menu--horizontal.menu--inline .menu-item--niv1 {
  display: inline-block;
  vertical-align: top; }

body {
  font-family: "Muli", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #737373;
  background-image: url("https://www.assur-tous-risques.com/default/CMS/css/common/../../images/assurtousrisque/pattern.png"); }

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

.confiance {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start; }
  .confiance-img {
    position: relative;
    display: block;
    width: 33.33%;
    margin-bottom: 3rem; }
    .confiance-img img {
      max-width: 100%;
      height: auto;
      vertical-align: middle;
      margin: 10px 0;
      padding: 0 10px; }

svg #aim path, svg #man2 path, svg #chat path {
  fill: #b41c27; }

a.bouton_1:hover {
  background: #a9a9a9; }

a.bouton_2:hover {
  background: #9b162b;
  color: #ffffff; }

#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; }

.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%; }

.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; }
.cms_bloc_form .cms_bloc_form_field.cms_bloc_form_field_antispam > .value input {
  width: 100%; }
.cms_bloc_form .cms_bloc_form_field > .value textarea {
  min-height: 16rem; }
.cms_bloc_form .cms_bloc_form_field_radio_value .label,
.cms_bloc_form .cms_bloc_form_field_checkbox_value .label {
  margin-left: .4em; }

.content ul, .content ol {
  position: relative;
  padding: .5rem 0; }
.content ul, .content ol {
  list-style-type: none; }
.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; }
  .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: .4rem solid transparent;
    border-bottom: .4rem solid transparent;
    border-left: 0.4rem solid #b41c27;
    position: relative;
    left: -1.2rem;
    top: 0;
    margin: 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: 2.3rem;
  position: relative; }
  .content .cms_bloc.cms_bloc_text ol li:before {
    counter-increment: section;
    content: counters(section,".") ".";
    color: #9e1922;
    position: absolute;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    padding-right: 5px; }
.content a {
  color: #2f2f2f;
  font-weight: inherit;
  text-decoration: underline; }
  .content a:hover {
    text-decoration: none; }

.cms_bloc_title h2 {
  color: #2f2f2f;
  margin: .6em 0;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.15; }

.cms_bloc_text .citation_1 {
  position: relative;
  padding-left: 6rem;
  display: inline-block; }
  .cms_bloc_text .citation_1:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 4.5rem;
    width: 4rem;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("https://www.assur-tous-risques.com/default/CMS/css/common/../../images/assurtousrisque/svgs/guillemet.svg"); }

body #tarteaucitronRoot div#tarteaucitronAlertBig {
  display: block;
  max-width: 60rem;
  box-shadow: 0 0 3rem 0 rgba(0, 0, 0, 0.2) !important; }
  body #tarteaucitronRoot div#tarteaucitronAlertBig::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0.1rem solid #b41c27 !important;
    background: white !important; }
  body #tarteaucitronRoot div#tarteaucitronAlertBig > * {
    z-index: 5;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 3.5rem;
    width: calc(33.33% - 5rem);
    height: 3rem; }
    @media (max-width: 1158px) {
      body #tarteaucitronRoot div#tarteaucitronAlertBig > * {
        font-size: 1.5rem !important; } }
    @media (max-width: 1024px) {
      body #tarteaucitronRoot div#tarteaucitronAlertBig > * {
        width: calc(100% - 3.5rem * 2);
        font-size: 1.5rem !important;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); } }
    body #tarteaucitronRoot div#tarteaucitronAlertBig > * span {
      margin-right: 0.5rem; }
  body #tarteaucitronRoot div#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert {
    position: relative;
    display: block;
    bottom: 0;
    width: 100%;
    height: auto;
    margin: 0 auto 6.25rem !important;
    padding: 0;
    max-width: 40rem;
    color: #737373 !important;
    font-size: 1.7rem;
    background: transparent !important;
    order: 1; }
    @media (max-width: 1158px) {
      body #tarteaucitronRoot div#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert {
        font-size: 1.6rem !important; } }
    @media (max-width: 1024px) {
      body #tarteaucitronRoot div#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert {
        left: 0;
        margin: 0 auto calc(3.5rem * 3 + 1.5rem * 4) !important;
        font-size: 1.5rem !important;
        -webkit-transform: none;
                transform: none; } }
  body #tarteaucitronRoot div#tarteaucitronAlertBig .tarteaucitronAllow {
    left: 2.5rem;
    margin: 0 !important;
    border: 0.1rem solid #b41c27;
    color: #ffffff !important;
    background-color: #b41c27 !important; }
    @media (max-width: 1024px) {
      body #tarteaucitronRoot div#tarteaucitronAlertBig .tarteaucitronAllow {
        bottom: calc(3.5rem * 3 + 1.5rem * 2);
        left: 50%; } }
    body #tarteaucitronRoot div#tarteaucitronAlertBig .tarteaucitronAllow:hover {
      border: 0.1rem solid #353535 !important;
      color: #ffffff !important;
      background: #353535 !important; }
      body #tarteaucitronRoot div#tarteaucitronAlertBig .tarteaucitronAllow:hover span::before {
        color: #ffffff !important; }
    body #tarteaucitronRoot div#tarteaucitronAlertBig .tarteaucitronAllow span::before {
      color: #ffffff !important; }
  body #tarteaucitronRoot div#tarteaucitronAlertBig .tarteaucitronDeny {
    left: 50%;
    margin: 0 !important;
    border: 0.1rem solid #b41c27;
    color: #b41c27 !important;
    background-color: transparent !important;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
    @media (max-width: 1024px) {
      body #tarteaucitronRoot div#tarteaucitronAlertBig .tarteaucitronDeny {
        bottom: calc(3.5rem * 2 + 1.5rem); } }
    body #tarteaucitronRoot div#tarteaucitronAlertBig .tarteaucitronDeny:hover {
      border: 0.1rem solid #353535 !important;
      color: #ffffff !important;
      background: #353535 !important; }
      body #tarteaucitronRoot div#tarteaucitronAlertBig .tarteaucitronDeny:hover span::before {
        color: #ffffff !important; }
    body #tarteaucitronRoot div#tarteaucitronAlertBig .tarteaucitronDeny span::before {
      color: #b41c27 !important; }
  body #tarteaucitronRoot div#tarteaucitronAlertBig #tarteaucitronCloseAlert {
    right: 2.5rem;
    margin: 0 !important;
    border: 0.1rem solid #b41c27;
    color: #b41c27 !important;
    background-color: transparent !important; }
    @media (max-width: 1024px) {
      body #tarteaucitronRoot div#tarteaucitronAlertBig #tarteaucitronCloseAlert {
        right: auto;
        left: 50%; } }
    body #tarteaucitronRoot div#tarteaucitronAlertBig #tarteaucitronCloseAlert:hover {
      border: 0.1rem solid #353535 !important;
      color: #ffffff !important;
      background: #353535 !important; }
      body #tarteaucitronRoot div#tarteaucitronAlertBig #tarteaucitronCloseAlert:hover span::before {
        color: #ffffff !important; }

#zone-header {
  position: relative;
  z-index: 100; }
  #zone-header:before {
    content: '';
    position: absolute;
    width: 100%;
    background-color: #f6f6f6;
    height: 4rem;
    top: 0;
    left: 0;
    z-index: -1; }
  #zone-header:after {
    content: '';
    position: absolute;
    width: 100%;
    background-color: #ffffff;
    height: 10rem;
    top: 4rem;
    left: 0;
    z-index: -2; }
  #zone-header h1 {
    font-size: 1.1rem;
    font-weight: normal;
    line-height: 1.2;
    padding: 0.84rem 0;
    color: #8d8d8d;
    flex: 1 1 auto;
    text-align: right;
    padding-right: 1rem; }
  #zone-header > .u-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    top: -4rem;
    z-index: -1; }
    #zone-header > .u-wrapper #contactBar {
      display: flex;
      justify-content: space-between;
      width: 31.5rem;
      text-decoration: none;
      margin-top: 2rem; }
      @media (max-width: 1158px) {
        #zone-header > .u-wrapper #contactBar {
          flex-direction: column;
          justify-content: center;
          align-items: center; } }
      #zone-header > .u-wrapper #contactBar .phone {
        font-size: 1.8rem;
        font-weight: 700;
        text-transform: uppercase;
        color: #b41c27;
        padding: 0 1rem 0 0;
        text-align: left;
        transition: 0.4s ease-out;
        margin-right: 1rem;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 19rem; }
        @media (max-width: 1158px) {
          #zone-header > .u-wrapper #contactBar .phone {
            padding: 1rem; } }
        #zone-header > .u-wrapper #contactBar .phone svg {
          height: 2rem;
          width: 2rem;
          fill: #b41c27;
          margin-right: 0.5rem;
          transition: 0.4s ease-out; }
        #zone-header > .u-wrapper #contactBar .phone:hover {
          color: #525252; }
          #zone-header > .u-wrapper #contactBar .phone:hover svg {
            fill: #525252; }
      #zone-header > .u-wrapper #contactBar .devis {
        font-size: 1rem;
        text-transform: uppercase;
        color: white;
        background: #525252;
        padding: 1rem 0;
        text-align: center;
        width: 13rem;
        font-weight: 800;
        transition: 0.4s ease-out; }
        #zone-header > .u-wrapper #contactBar .devis:hover {
          background: #b41c27; }
  #zone-header .subHeader {
    height: 4rem;
    position: initial;
    justify-content: flex-end; }
    #zone-header .subHeader .links {
      display: flex;
      align-items: center;
      justify-content: space-between;
      height: 100%;
      width: 44rem; }
      #zone-header .subHeader .links a {
        color: #232323;
        text-decoration: none;
        font-size: 0.9rem;
        text-transform: uppercase;
        font-weight: 800;
        transition: 0.4s ease-out;
        padding: 0.5rem 1.25rem;
        color: #ffffff; }
        #zone-header .subHeader .links a:nth-child(1) {
          background-color: #b41c27; }
        #zone-header .subHeader .links a:nth-child(2) {
          background-color: #ffffff;
          color: #525252; }
        #zone-header .subHeader .links a:nth-child(3) {
          background-color: #b41c27; }
        #zone-header .subHeader .links a:hover {
          color: #ffffff;
          background-color: #525252; }
  #zone-header .logo {
    vertical-align: middle;
    z-index: 5;
    transition: all 0.2s ease-in-out;
    background-color: #ffffff;
    width: 17rem;
    height: 15.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5); }
    #zone-header .logo img {
      display: block;
      max-height: 100%;
      width: 13rem; }
    #zone-header .logo:hover {
      -webkit-transform: translateX(0.4rem);
              transform: translateX(0.4rem); }

#zone-diaporama {
  position: relative;
  top: -5.5rem; }
  #zone-diaporama.empty {
    height: 0 !important; }
  .pageHome #zone-diaporama {
    height: 58rem; }
  .pageType #zone-diaporama {
    height: 35rem; }
  #zone-diaporama .cms_bloc_media {
    height: 100%; }
    #zone-diaporama .cms_bloc_media .diaporama-item {
      height: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      position: relative;
      z-index: 5; }
      .pageType #zone-diaporama .cms_bloc_media .diaporama-item {
        background-position: center center; }
      #zone-diaporama .cms_bloc_media .diaporama-item::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 h2 {
        color: white;
        font-size: 3.5em;
        letter-spacing: 0.02em;
        font-weight: 400;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%); }

#breadCrumb {
  width: 100%; }
  #breadCrumb ol {
    width: 100%;
    display: block; }
  #breadCrumb li:last-of-type a {
    text-decoration: none;
    color: #737373;
    font-weight: 600; }
  #breadCrumb a {
    color: #b41c27; }

.pageHome #zone-page, .pageType #zone-page {
  position: relative;
  z-index: 60;
  padding-top: 0;
  padding-bottom: 12rem;
  margin-bottom: 6rem;
  background: transparent; }
  .pageHome #zone-page > div:nth-child(1), .pageType #zone-page > div:nth-child(1) {
    z-index: -1;
    position: absolute;
    top: -7rem;
    left: 0;
    width: 67%;
    -webkit-filter: saturate(0);
            filter: saturate(0); }
    .pageHome #zone-page > div:nth-child(1) .diaporama-item, .pageType #zone-page > div:nth-child(1) .diaporama-item {
      height: 50rem;
      background-size: cover; }
  .pageHome #zone-page #breadCrumb, .pageHome #zone-page #breadcrumb, .pageType #zone-page #breadCrumb, .pageType #zone-page #breadcrumb {
    font-size: .9em; }
  .pageHome #zone-page .u-wrapper, .pageType #zone-page .u-wrapper {
    margin: 0 auto;
    padding: 0;
    justify-content: flex-end;
    position: relative !important; }
  .pageHome #zone-page .page, .pageType #zone-page .page {
    max-width: 75%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    z-index: 2;
    position: relative;
    left: 25%;
    top: 0; }
  .pageHome #zone-page main, .pageType #zone-page main {
    position: relative;
    flex: 1 1 100%;
    order: 1;
    padding: 10rem 11rem !important;
    box-shadow: 0 0 5rem 0 rgba(0, 0, 0, 0.12);
    background-color: #ffffff; }
    .pageHome #zone-page main .cms_bloc_title, .pageType #zone-page main .cms_bloc_title {
      background: none !important;
      margin: 0 !important;
      text-align: left !important; }
    .pageHome #zone-page main:after, .pageType #zone-page main:after {
      content: '';
      position: absolute;
      bottom: -4rem;
      left: 0;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 4rem 5rem 0 0;
      border-color: #ffffff transparent transparent transparent; }
  .pageHome #zone-page aside, .pageType #zone-page aside {
    flex: 0 0 auto;
    order: 2; }
    .pageHome #zone-page aside:not(:empty), .pageType #zone-page aside:not(:empty) {
      width: 30rem;
      margin-left: 3rem; }
      .pageHome #zone-page aside:not(:empty) + main, .pageType #zone-page aside:not(:empty) + main {
        width: calc(100% - 30rem - 3rem); }
    .pageHome #zone-page aside:empty + main, .pageType #zone-page aside:empty + main {
      width: 100%; }

.cs-copyright {
  /* variables edition ligne copyright */
  /* colors */
  --copyrightColorText: #a9a9a9;
  --copyrightColorLink: var(--copyrightColorText);
  --copyrightColorSeparator: rgba(#a9a9a9, .5);
  --copyrightColorSvg: var(--copyrightColorText);
  --copyrightTooltipBackground: #000000;
  --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: 10px 0 35px; }

#zone-footer {
  background: #353535;
  position: relative;
  z-index: 5;
  padding: 2rem 0;
  padding-top: 12rem;
  margin-top: 10rem;
  background-image: url("https://www.assur-tous-risques.com/default/CMS/css/common/../../images/assurtousrisque/footer_fond.png");
  background-position: bottom right;
  background-size: 30%;
  background-repeat: no-repeat; }
  #zone-footer:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 10rem;
    background-color: #ffffff;
    left: 0;
    top: -10rem; }
  #zone-footer .nl {
    position: absolute;
    left: 0;
    top: -4.5rem;
    width: 70%;
    height: 14rem;
    background-color: #b41c27;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 5rem;
    box-shadow: 0 0.3rem 0.2rem 0 rgba(0, 0, 0, 0.2);
    background-image: url("https://www.assur-tous-risques.com/default/CMS/css/common/../../images/assurtousrisque/news.png");
    background-repeat: no-repeat;
    background-position: center left 30%;
    background-size: contain; }
    @media (max-width: 1385px) {
      #zone-footer .nl {
        width: 80%; } }
    @media (max-width: 1158px) {
      #zone-footer .nl {
        width: 95%; } }
    #zone-footer .nl:after {
      content: '';
      position: absolute;
      right: 0;
      bottom: -4rem;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 5rem 4rem 0;
      border-color: transparent #b41c27 transparent transparent; }
    #zone-footer .nl #error {
      position: absolute;
      top: 2.5rem;
      right: 5rem;
      color: #ffffff;
      font-size: 1.2rem; }
    #zone-footer .nl form div {
      display: flex;
      align-items: center;
      justify-content: flex-end; }
    #zone-footer .nl .title {
      color: #ffffff;
      margin-bottom: 2rem;
      font-family: "Gotham Bold", Arial, Tahoma, Verdana, Helvetica, sans-serif;
      font-size: 2.5rem;
      font-weight: 700;
      padding-right: 5rem; }
    #zone-footer .nl input:not(:last-child), #zone-footer .nl select {
      width: 100%;
      background: #ffffff;
      border: none;
      padding: .8rem 1.2rem;
      color: #8c8c8c;
      font-size: 1.3rem; }
    #zone-footer .nl select {
      height: 4.5rem;
      width: 20rem;
      /*for firefox*/
      -moz-appearance: none;
      /*for chrome*/
      -webkit-appearance: none;
      border-right: 1px solid #a9a9a9; }
      #zone-footer .nl select::-ms-expand {
        display: none; }
    #zone-footer .nl input[type="submit"] {
      display: block;
      background: #232323;
      color: #ffffff;
      font-weight: 800;
      text-transform: capitalize;
      font-size: 1.3rem;
      height: 4.5rem;
      width: 14rem;
      border: none;
      cursor: pointer;
      transition: .4s ease-out; }
      #zone-footer .nl input[type="submit"]:hover {
        background: #b41c27;
        border: 1px solid #ffffff; }
    #zone-footer .nl input[type="email"] {
      width: 20rem;
      height: 4.5rem; }
  #zone-footer .u-wrapper {
    padding: 5.5rem 0;
    display: flex;
    justify-content: space-between; }
    #zone-footer .u-wrapper .preFooter-title {
      font-size: 1.4rem;
      color: #b41c27;
      font-family: "Gotham Bold", Arial, Tahoma, Verdana, Helvetica, sans-serif;
      text-transform: uppercase;
      font-weight: 700; }
    @media (max-width: 1255px) {
      #zone-footer .u-wrapper {
        padding: 2rem 2rem 4.5rem 2rem; } }
  #zone-footer .copy {
    text-align: center;
    margin-top: 2.5rem;
    display: flex;
    justify-content: space-between;
    max-width: 120rem;
    margin: 0 auto;
    padding: 2rem 0 4.5rem 0;
    border-top: 1px solid #232323; }
    @media (max-width: 1255px) {
      #zone-footer .copy {
        padding: 2rem 2rem 4.5rem 2rem; } }
  #zone-footer .sitemap-print a {
    text-decoration: none;
    display: inline-block;
    color: #a9a9a9;
    font-size: 1.1rem;
    transition: .3s; }
    #zone-footer .sitemap-print a:hover {
      color: #ffffff; }
  #zone-footer .copyright {
    text-decoration: none;
    display: inline-block;
    color: #a9a9a9;
    font-size: 1.1rem;
    transition: .3s; }
    #zone-footer .copyright a {
      text-decoration: none;
      color: #a9a9a9; }
    #zone-footer .copyright img {
      margin-bottom: -2.2px; }
  #zone-footer .lastUpdate {
    color: #a9a9a9;
    font-size: 1.1rem; }

#zone-comment {
  padding: 8rem 0; }
  .cms_bloc_html #zone-comment .u-wrapper .encarts {
    width: 100%; }
    .cms_bloc_html #zone-comment .u-wrapper .encarts ul {
      align-items: flex-start; }
  .cms_bloc_html #zone-comment .u-wrapper li:nth-child(2)::after {
    top: 52%; }
  .cms_bloc_html #zone-comment .u-wrapper li p {
    font-size: 1.4rem; }
  .cms_bloc_html #zone-comment .u-wrapper p.baseline {
    width: 100%; }
  .cms_bloc_html #zone-comment .u-wrapper p.title::before {
    width: 91rem;
    left: -80%; }
  #zone-comment > .u-wrapper {
    position: relative; }
  #zone-comment p.baseline {
    text-align: center;
    color: #272727;
    font-weight: normal;
    font-size: 1.6rem;
    margin-top: 1rem; }
  #zone-comment p.title {
    color: #686868;
    font-size: 3.4rem;
    font-weight: 300;
    width: 35rem;
    display: block;
    margin: auto;
    background: white;
    z-index: 10;
    position: relative;
    text-align: center; }
    #zone-comment p.title::before {
      content: "";
      height: .1rem;
      width: 99rem;
      background: #a9a9a9;
      position: absolute;
      z-index: -2;
      left: -91%;
      top: 2.7rem; }
    #zone-comment p.title::after {
      width: 100%;
      height: 100%;
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      z-index: -1;
      background: white; }
  #zone-comment a.encarts {
    display: block;
    margin-top: 5rem;
    text-decoration: none;
    color: #686868; }
    #zone-comment a.encarts:hover .svg-wrapper {
      -webkit-transform: scale(1.2);
              transform: scale(1.2); }
    #zone-comment a.encarts:hover li:nth-child(2) .svg-wrapper {
      -webkit-transform: scale(1.1) rotate(360deg);
              transform: scale(1.1) rotate(360deg); }
    #zone-comment a.encarts p {
      color: #686868;
      margin-top: 2rem;
      font-size: 1.6rem;
      font-weight: normal; }
    #zone-comment a.encarts ul {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      #zone-comment a.encarts ul li {
        flex-grow: 1;
        text-align: center;
        list-style-type: none; }
        #zone-comment a.encarts ul li:first-child::after, #zone-comment a.encarts ul li:nth-child(2)::after {
          content: "";
          border-top: 0.2rem solid #b41c27;
          border-right: 0.2rem solid #b41c27;
          height: 5rem;
          width: 5.5rem;
          position: absolute;
          -webkit-transform: rotate(58deg) skew(28deg) translateY(-50%);
                  transform: rotate(58deg) skew(28deg) translateY(-50%);
          right: -1rem;
          top: 57%; }
        #zone-comment a.encarts ul li .svg-wrapper {
          -webkit-transform-origin: center center;
                  transform-origin: center center;
          transition: .5s ease-out; }
          #zone-comment a.encarts ul li .svg-wrapper svg {
            position: relative;
            z-index: 5;
            fill: #b41c27; }
        #zone-comment a.encarts ul li {
          position: relative; }
          #zone-comment a.encarts ul li::before {
            content: "";
            width: 15.5rem;
            height: 15.5rem;
            background: #eeeeee;
            position: absolute;
            left: 50%;
            top: -.5rem;
            border-radius: 50%;
            -webkit-transform: translateX(-50%);
                    transform: translateX(-50%);
            z-index: 0; }
        #zone-comment a.encarts ul li .icon-chat {
          width: 8rem; }
        #zone-comment a.encarts ul li .icon-aim {
          width: 7.5rem; }
        #zone-comment a.encarts ul li .icon-man2 {
          width: 7rem; }
  #zone-comment a.devis {
    font-size: 2.4rem;
    color: white;
    font-weight: 900;
    background: linear-gradient(to bottom, #dd2633 0%, #9e1922 100%);
    border-radius: .4rem;
    width: 31rem;
    height: 5.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    text-decoration: none;
    margin-top: 4rem;
    border: 0.1rem solid #b41c27;
    transition: .4s ease-out; }
    #zone-comment a.devis:hover {
      -webkit-transform: scale(1.05);
              transform: scale(1.05); }

#zone-pourquoi-choisir {
  height: 37rem;
  background-image: url("https://www.assur-tous-risques.com/default/CMS/css/common/../../images/assurtousrisque/femme-reunion.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 95rem;
  background-color: #b41c27; }
  #zone-pourquoi-choisir .lien-pourquoi {
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%; }
    #zone-pourquoi-choisir .lien-pourquoi:hover p.baseline {
      margin-top: 3rem !important; }
    #zone-pourquoi-choisir .lien-pourquoi:hover ul {
      height: 30rem !important; }
  #zone-pourquoi-choisir .u-wrapper {
    display: flex;
    height: 100%; }
    #zone-pourquoi-choisir .u-wrapper .col1 {
      flex-grow: 1;
      display: flex;
      align-items: center;
      height: 100%;
      width: 50%; }
      #zone-pourquoi-choisir .u-wrapper .col1 .content {
        text-align: center; }
      #zone-pourquoi-choisir .u-wrapper .col1 p.title {
        font-size: 3.3rem;
        color: white;
        font-weight: bold;
        line-height: 3.5rem; }
      #zone-pourquoi-choisir .u-wrapper .col1 p.baseline {
        color: white;
        font-size: 2.2rem;
        font-weight: 300;
        background: #b41c27;
        line-height: 2rem;
        padding: .5rem 0;
        width: 21rem;
        margin: auto;
        margin-top: 1.5rem;
        transition: .4s ease-out; }
      #zone-pourquoi-choisir .u-wrapper .col1 ul li {
        list-style-type: none; }
      #zone-pourquoi-choisir .u-wrapper .col1:last-child {
        position: relative;
        padding: 5rem;
        padding-top: 9rem;
        background: #b41c27; }
        #zone-pourquoi-choisir .u-wrapper .col1:last-child ul {
          height: 28rem;
          display: flex;
          flex-direction: column;
          transition: .4s ease-out; }
        #zone-pourquoi-choisir .u-wrapper .col1:last-child li {
          color: white;
          font-size: 1.9rem;
          font-weight: bold;
          flex-grow: 1;
          height: 33%;
          position: relative; }
          #zone-pourquoi-choisir .u-wrapper .col1:last-child li:not(:last-child)::after {
            content: "";
            width: 40rem;
            height: .1rem;
            background: rgba(255, 255, 255, 0.4);
            position: absolute;
            left: 5rem;
            bottom: 1.5rem; }
          #zone-pourquoi-choisir .u-wrapper .col1:last-child li p {
            display: inline-block;
            vertical-align: middle; }
          #zone-pourquoi-choisir .u-wrapper .col1:last-child li::before {
            content: "";
            background-image: url("https://www.assur-tous-risques.com/default/CMS/css/common/../../images/assurtousrisque/svgs/check.svg");
            background-repeat: no-repeat;
            background-size: cover;
            height: 4.3rem;
            width: 4.3rem;
            background-position: center;
            display: inline-block;
            margin-right: 1rem;
            vertical-align: middle;
            margin-right: 2.7rem; }
        #zone-pourquoi-choisir .u-wrapper .col1:last-child::before {
          content: "";
          border-right: 2.6rem solid #b41c27;
          border-top: 5rem solid transparent;
          border-bottom: 5rem solid transparent;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          left: -2.6rem; }

#zone-pourquoi-comment {
  min-height: 53rem;
  position: relative;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.09);
  background-color: #ffffff; }
  #zone-pourquoi-comment .lien-pourquoi {
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%; }
    #zone-pourquoi-comment .lien-pourquoi:hover p.baseline {
      margin-top: 3rem !important; }
    #zone-pourquoi-comment .lien-pourquoi:hover ul {
      height: 30rem !important; }
  #zone-pourquoi-comment .u-wrapper {
    display: flex;
    height: 100%; }
    @media (max-width: 1255px) {
      #zone-pourquoi-comment .u-wrapper {
        padding: 0; } }
    #zone-pourquoi-comment .u-wrapper .col1 {
      flex-grow: 1;
      display: flex;
      align-items: center;
      height: 100%;
      width: 50%;
      flex-direction: column;
      justify-content: center; }
      #zone-pourquoi-comment .u-wrapper .col1.conseiller .col2 {
        text-align: center; }
      #zone-pourquoi-comment .u-wrapper .col1.conseiller .content {
        display: flex;
        justify-content: center;
        align-items: center;
        justify-content: space-around;
        flex-wrap: wrap; }
        #zone-pourquoi-comment .u-wrapper .col1.conseiller .content .col2 {
          max-width: 50%;
          width: 100%; }
      #zone-pourquoi-comment .u-wrapper .col1 > .content {
        width: 100%; }
      #zone-pourquoi-comment .u-wrapper .col1:first-child {
        padding-top: 6rem; }
        #zone-pourquoi-comment .u-wrapper .col1:first-child p.baseline {
          text-align: center;
          color: #272727;
          font-weight: normal;
          font-size: 1.6rem;
          margin-top: 1rem; }
        #zone-pourquoi-comment .u-wrapper .col1:first-child p.title {
          color: #686868;
          font-size: 3.2rem;
          font-weight: 300;
          width: 35rem;
          display: block;
          margin: auto;
          background: white;
          z-index: 10;
          position: relative;
          text-align: center; }
          #zone-pourquoi-comment .u-wrapper .col1:first-child p.title::before {
            content: "";
            height: .1rem;
            width: 46.5rem;
            background: #a9a9a9;
            position: absolute;
            z-index: -2;
            left: -6rem;
            top: 2.7rem; }
          #zone-pourquoi-comment .u-wrapper .col1:first-child p.title::after {
            width: 100%;
            height: 100%;
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            z-index: -1;
            background: white; }
        #zone-pourquoi-comment .u-wrapper .col1:first-child a.encarts {
          display: block;
          margin-top: 5rem;
          text-decoration: none;
          color: #686868; }
          #zone-pourquoi-comment .u-wrapper .col1:first-child a.encarts:hover .icon-container {
            -webkit-transform: scale(1.2);
                    transform: scale(1.2); }
          #zone-pourquoi-comment .u-wrapper .col1:first-child a.encarts:hover li:nth-child(2) .icon-container {
            -webkit-transform: scale(1.1) rotate(360deg);
                    transform: scale(1.1) rotate(360deg); }
          #zone-pourquoi-comment .u-wrapper .col1:first-child a.encarts p {
            color: #686868;
            margin: auto;
            margin-top: 2rem;
            font-size: 1.4rem;
            font-weight: normal;
            width: 13rem; }
          #zone-pourquoi-comment .u-wrapper .col1:first-child a.encarts ul {
            display: flex;
            justify-content: space-between;
            align-items: flex-start; }
            #zone-pourquoi-comment .u-wrapper .col1:first-child a.encarts ul li {
              flex-grow: 1;
              text-align: center;
              list-style-type: none;
              width: 33%; }
              #zone-pourquoi-comment .u-wrapper .col1:first-child a.encarts ul li:first-child::after, #zone-pourquoi-comment .u-wrapper .col1:first-child a.encarts ul li:nth-child(2)::after {
                content: "";
                border-top: 0.2rem solid #b41c27;
                border-right: 0.2rem solid #b41c27;
                height: 2.2rem;
                width: 2.5rem;
                position: absolute;
                -webkit-transform: rotate(58deg) skew(28deg) translateY(-50%);
                        transform: rotate(58deg) skew(28deg) translateY(-50%);
                right: 0;
                top: 13rem; }
              #zone-pourquoi-comment .u-wrapper .col1:first-child a.encarts ul li .icon-container {
                transition: .5s ease-out; }
              #zone-pourquoi-comment .u-wrapper .col1:first-child a.encarts ul li .icon-container {
                transition: .5s ease-out;
                position: relative;
                z-index: 5; }
              #zone-pourquoi-comment .u-wrapper .col1:first-child a.encarts ul li {
                position: relative; }
                #zone-pourquoi-comment .u-wrapper .col1:first-child a.encarts ul li::before {
                  content: "";
                  width: 11.5rem;
                  height: 11.5rem;
                  background: #eeeeee;
                  position: absolute;
                  left: 50%;
                  top: -.5rem;
                  border-radius: 50%;
                  -webkit-transform: translateX(-50%);
                          transform: translateX(-50%);
                  z-index: 0; }
              #zone-pourquoi-comment .u-wrapper .col1:first-child a.encarts ul li svg {
                fill: #b41c27; }
              #zone-pourquoi-comment .u-wrapper .col1:first-child a.encarts ul li .icon-chat {
                width: 7rem;
                height: 11rem; }
              #zone-pourquoi-comment .u-wrapper .col1:first-child a.encarts ul li .icon-aim {
                width: 6.5rem;
                height: 11rem; }
              #zone-pourquoi-comment .u-wrapper .col1:first-child a.encarts ul li .icon-man2 {
                width: 6rem;
                height: 10rem; }
              #zone-pourquoi-comment .u-wrapper .col1:first-child a.encarts ul li:last-child p {
                margin-top: 3rem; }
        #zone-pourquoi-comment .u-wrapper .col1:first-child a.devis {
          font-size: 2.4rem;
          color: white;
          font-weight: 900;
          background: linear-gradient(to bottom, #bd2c44 0%, #9b162b 100%);
          border-radius: .4rem;
          width: 31rem;
          height: 5.4rem;
          display: flex;
          align-items: center;
          justify-content: center;
          margin: auto;
          text-decoration: none;
          margin-top: 4rem;
          border: 0.1rem solid #b41c27;
          transition: .4s ease-out; }
          #zone-pourquoi-comment .u-wrapper .col1:first-child a.devis:hover {
            -webkit-transform: scale(1.05);
                    transform: scale(1.05); }
      #zone-pourquoi-comment .u-wrapper .col1:last-child {
        padding: 5rem;
        padding-top: 3.1rem;
        background: #b41c27; }
        #zone-pourquoi-comment .u-wrapper .col1:last-child::after {
          content: "";
          height: 100%;
          width: 50%;
          right: 0;
          background: #b41c27;
          position: absolute;
          background: #b41c27;
          z-index: -1;
          top: 0; }
        #zone-pourquoi-comment .u-wrapper .col1:last-child p.title {
          color: white;
          font-size: 3.2rem;
          font-weight: 300;
          width: 28rem;
          display: block;
          margin: auto;
          background: white;
          z-index: 10;
          position: relative;
          text-align: center; }
          #zone-pourquoi-comment .u-wrapper .col1:last-child p.title::before {
            content: "";
            height: .1rem;
            width: 46rem;
            background: #a9a9a9;
            position: absolute;
            z-index: -2;
            left: -9rem;
            top: 50%; }
          #zone-pourquoi-comment .u-wrapper .col1:last-child p.title::after {
            width: 100%;
            height: 100%;
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            z-index: -1;
            background: #b41c27; }
        #zone-pourquoi-comment .u-wrapper .col1:last-child ul {
          height: 28rem;
          display: flex;
          flex-direction: column;
          transition: .4s ease-out; }
        #zone-pourquoi-comment .u-wrapper .col1:last-child li {
          color: white;
          font-size: 1.9rem;
          font-weight: bold;
          flex-grow: 1;
          height: 33%;
          position: relative;
          list-style-type: none; }
          #zone-pourquoi-comment .u-wrapper .col1:last-child li:not(:last-child)::after {
            content: "";
            width: 39rem;
            height: .1rem;
            background: rgba(255, 255, 255, 0.4);
            position: absolute;
            left: 0rem;
            bottom: 2.5rem; }
          #zone-pourquoi-comment .u-wrapper .col1:last-child li p {
            display: inline-block;
            vertical-align: middle; }
          #zone-pourquoi-comment .u-wrapper .col1:last-child li::before {
            content: "";
            background-image: url("https://www.assur-tous-risques.com/default/CMS/css/common/../../images/assurtousrisque/svgs/check.svg");
            background-repeat: no-repeat;
            background-size: cover;
            height: 4.3rem;
            width: 4.3rem;
            background-position: center;
            display: inline-block;
            margin-right: 1rem;
            vertical-align: middle;
            margin-right: 2.7rem; }

#zone-pourquoi-comment .col1.conseiller p.title {
  font-size: 2.6rem !important;
  margin: 0 auto !important; }
#zone-pourquoi-comment .col1.conseiller p.name {
  font-size: 2.1rem;
  font-weight: bold;
  color: white;
  margin: 2rem 0; }
#zone-pourquoi-comment .col1.conseiller p.baseline {
  color: white;
  text-align: center; }
#zone-pourquoi-comment .col1.conseiller p.phoneNumber {
  font-size: 2.6rem;
  color: white;
  margin: 2rem 0;
  font-weight: bold;
  letter-spacing: .1rem; }
  #zone-pourquoi-comment .col1.conseiller p.phoneNumber::before {
    content: "";
    width: 2.6rem;
    height: 2.6rem;
    display: inline-block;
    vertical-align: middle;
    background-image: url("https://www.assur-tous-risques.com/default/CMS/css/common/../../images/assurtousrisque/picto-tel.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: .5rem; }
#zone-pourquoi-comment .col1.conseiller a.button {
  color: #b41c27;
  background: white;
  padding: 1rem 2rem;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  border-radius: .4rem;
  transition: .4s ease-out; }
  #zone-pourquoi-comment .col1.conseiller a.button:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
#zone-pourquoi-comment .col1.conseiller span.photo img {
  max-width: 100%;
  max-height: 12rem;
  border-radius: .5rem; }

#zone-demande-devis {
  min-height: 65rem;
  background-image: url("https://www.assur-tous-risques.com/default/CMS/css/common/../../images/assurtousrisque/texture-ronde.jpg");
  padding: 8rem 0rem; }
  #zone-demande-devis .cms_bloc_form_container {
    width: 100%;
    display: flex; }
    #zone-demande-devis .cms_bloc_form_container .col2 {
      width: 50%;
      position: relative; }
      #zone-demande-devis .cms_bloc_form_container .col2 label {
        color: #636363;
        font-size: 1.3rem;
        font-weight: normal; }
      #zone-demande-devis .cms_bloc_form_container .col2:first-child {
        padding-right: 5rem; }
      #zone-demande-devis .cms_bloc_form_container .col2 .cms_bloc_form_field_submit {
        text-align: right; }
        #zone-demande-devis .cms_bloc_form_container .col2 .cms_bloc_form_field_submit button {
          font-size: 1.6rem;
          color: white;
          font-weight: 900;
          background: linear-gradient(to bottom, #bd2c44 0%, #9b162b 100%);
          border-radius: .4rem;
          width: 16rem;
          height: 5rem;
          display: flex;
          align-items: center;
          justify-content: center;
          text-decoration: none;
          margin-top: 4rem;
          border: 0.1rem solid #b41c27;
          transition: .4s ease-out;
          float: right; }
          #zone-demande-devis .cms_bloc_form_container .col2 .cms_bloc_form_field_submit button:hover {
            -webkit-transform: scale(1.05);
                    transform: scale(1.05); }
      #zone-demande-devis .cms_bloc_form_container .col2 .cms_bloc_form_field_content {
        margin-bottom: 2rem; }
  #zone-demande-devis .cms_bloc_title h2 {
    font-size: 3.4rem;
    color: #535353;
    font-weight: 300;
    text-align: center;
    position: relative;
    margin-bottom: 2rem; }
    #zone-demande-devis .cms_bloc_title h2::before {
      content: "";
      height: .1rem;
      background: #c3c3c3;
      position: absolute;
      width: 36%;
      left: 0;
      top: 57%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    #zone-demande-devis .cms_bloc_title h2::after {
      content: "";
      height: .1rem;
      background: #c3c3c3;
      position: absolute;
      width: 36%;
      right: 0;
      top: 57%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
  #zone-demande-devis .cms_bloc_form .cms_bloc_form_field > .value textarea {
    min-height: 5rem; }

#zone-actualites {
  background-image: url("https://www.assur-tous-risques.com/default/CMS/css/common/../../images/assurtousrisque/texture-ronde.jpg");
  padding-top: 9rem;
  padding-bottom: 14rem; }
  #zone-actualites > .u-wrapper {
    position: relative; }
  #zone-actualites .bx-wrapper {
    margin: 0 auto; }

#zone-entries {
  position: absolute;
  bottom: 14rem;
  width: 100%;
  z-index: 101; }
  #zone-entries .u-wrapper ul {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: auto; }
    #zone-entries .u-wrapper ul li {
      width: 12.5rem;
      height: 11.5rem;
      list-style-type: none;
      margin: 0 1.4rem; }
      #zone-entries .u-wrapper ul li a {
        display: flex;
        padding: 1rem;
        flex-direction: column;
        align-items: center;
        padding: 1.5rem 0;
        justify-content: space-around;
        height: 100%;
        width: 100%;
        text-align: center;
        text-decoration: none;
        color: white;
        background: rgba(255, 255, 255, 0.35);
        transition: .4s ease-out; }
        #zone-entries .u-wrapper ul li a:hover {
          background: #b41c27; }
        #zone-entries .u-wrapper ul li a p {
          font-size: 1.5rem; }
      #zone-entries .u-wrapper ul li:first-child a {
        background: #b41c27; }
        #zone-entries .u-wrapper ul li:first-child a:hover:first-child {
          background: #fff;
          color: #b41c27; }
        #zone-entries .u-wrapper ul li:first-child a p {
          text-transform: uppercase;
          font-weight: 700;
          font-size: 1.7rem; }
        #zone-entries .u-wrapper ul li:first-child a span {
          padding-top: 1rem;
          display: inline-block;
          text-transform: none;
          font-weight: 400;
          font-size: 1.5rem; }
      #zone-entries .u-wrapper ul li:nth-child(2) svg {
        width: 5rem;
        height: 5rem; }
      #zone-entries .u-wrapper ul li:nth-child(3) svg {
        width: 5.4rem;
        height: 5.5rem; }
      #zone-entries .u-wrapper ul li:nth-child(4) svg {
        width: 4.2rem;
        height: 5rem; }
      #zone-entries .u-wrapper ul li:last-child svg {
        width: 3.7rem;
        height: 5rem; }

/* @import "_partners"; */
.partenaires {
  height: 60rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center; }
  .partenaires .u-wrapper {
    position: relative;
    text-align: center;
    padding: 0 0 3rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .partenaires .u-wrapper h2 {
      font-family: "Gotham Bold", Arial, Tahoma, Verdana, Helvetica, sans-serif;
      font-size: 4.2rem;
      color: #3c3c3c;
      font-weight: 700;
      margin: 0 0 3.4rem 0; }
  .partenaires-list {
    width: 95%;
    height: 27rem;
    background-color: #ffffff;
    box-shadow: 0 1rem 2.5rem 0 rgba(0, 0, 0, 0.1);
    padding: 4rem 0; }
    .partenaires-list--container {
      max-width: 80%; }
  .partenaires-item {
    text-align: center;
    height: 20rem;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden; }
    .partenaires-item img {
      max-width: 90%;
      -webkit-filter: saturate(0) brightness(100%);
              filter: saturate(0) brightness(100%); }
  .partenaires .swiper-wrapper {
    margin: 0 auto; }
  .partenaires .partenaires-button-next, .partenaires .partenaires-button-prev {
    background-color: #e9e9e9;
    height: 9rem;
    width: 3rem;
    opacity: 1;
    background-image: none;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-size: 40%; }
  .partenaires .partenaires-button-next {
    background-image: url("https://www.assur-tous-risques.com/default/CMS/css/common/../../images/assurtousrisque/Fleche-1.png"); }
  .partenaires .partenaires-button-prev {
    background-image: url("https://www.assur-tous-risques.com/default/CMS/css/common/../../images/assurtousrisque/Fleche.png"); }
  .partenaires .link-partenaires {
    position: absolute;
    bottom: 0;
    width: 21rem;
    height: 5rem;
    left: calc(50% - 10.5rem);
    background-color: #b41c27;
    display: flex;
    z-index: 3;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 700;
    text-decoration: none;
    transition: .5s; }
    .partenaires .link-partenaires:hover {
      -webkit-transform: scale(1.1);
              transform: scale(1.1);
      box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.5); }

.socialLinks {
  display: flex; }
  .socialLinks, .socialLinks > li {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .socialLinks > li {
    margin: 0 .2rem;
    color: #fff; }
  .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; }
    .socialLinks a i {
      font-size: 2rem; }
    .socialLinks a.facebookLink:hover {
      background: #3c5a99; }
    .socialLinks a.twitterLink:hover {
      background: #5ea9dd; }
    .socialLinks a.googleLink:hover {
      background: #d74536; }
    .socialLinks a.youtubeLink:hover {
      background: #e62117; }
    .socialLinks a.pinterestLink:hover {
      background: #cb2026; }
    .socialLinks a.viadeoLink:hover {
      background: #f4982b; }
    .socialLinks a.linkedinLink:hover {
      background: #1a85bc; }
    .socialLinks a:hover {
      color: #fff; }

.imageDescription {
  width: 50%;
  display: flex; }
  .imageDescription .imageDescription-description {
    color: #a9a9a9;
    padding-left: 5.5rem;
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 1.8; }

.footerMenu-menu {
  position: relative;
  width: 43rem;
  -webkit-column-gap: 4rem;
          column-gap: 4rem;
  -webkit-columns: 2;
          columns: 2; }
.footerMenu li {
  position: relative;
  list-style-type: none;
  display: inline-block;
  width: 100%;
  padding: 1rem 0; }
  .footerMenu li a {
    display: block;
    color: #a9a9a9;
    text-decoration: none;
    transition: .4s ease-out;
    position: relative;
    padding-left: 2rem;
    text-transform: uppercase;
    font-size: 1.1rem; }
    .footerMenu li a::before {
      content: "";
      position: absolute;
      left: 0;
      top: calc(50% - 0.2rem);
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0.4rem 0 .4rem .8rem;
      border-color: transparent transparent transparent #ffffff; }
    .footerMenu li a:hover {
      color: #ffffff; }

.mcDiaporama {
  height: 100% !important; }
  .mcDiaporama .mcDiaporama-wrapper, .mcDiaporama .bx-wrapper, .mcDiaporama .bx-viewport, .mcDiaporama .mcDiaporama-list, .mcDiaporama .mcDiaporama-item {
    width: 100% !important;
    height: 100% !important; }
  .mcDiaporama .bx-window {
    width: 100% !important; }
  .mcDiaporama-list {
    margin: 0;
    padding: 0; }
  .mcDiaporama-item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 5;
    color: white; }
    .mcDiaporama-item::before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.3);
      z-index: 0; }
    .mcDiaporama-item > div, .mcDiaporama-item > a {
      display: block;
      position: relative;
      z-index: 10;
      width: 100%;
      height: 100%; }
    .mcDiaporama-item--hasLink a {
      text-decoration: none;
      color: inherit; }
  .mcDiaporama h2 {
    font-size: 3.6rem !important;
    font-weight: inherit !important;
    text-align: center;
    width: 49.5rem;
    margin: auto;
    background: rgba(0, 0, 0, 0.33);
    line-height: 4.4rem;
    padding: 1.6rem; }
  .mcDiaporama p {
    font-size: 2rem;
    width: 75%; }
  .mcDiaporama .button {
    display: inline-block;
    color: white;
    text-transform: uppercase;
    background: #a9a9a9;
    border: 0.15em solid #a9a9a9;
    text-decoration: none;
    margin: 0.5em 0;
    padding: 1em 2em;
    font-size: 1.6rem;
    border-radius: 0.3em;
    z-index: 1;
    transition: all .25s ease-out;
    transition-property: border, background, color; }
    .mcDiaporama .button:hover {
      background: rgba(169, 169, 169, 0.3);
      color: white; }
  .mcDiaporama .u-wrapper {
    max-height: 100%;
    position: absolute;
    top: 20.3rem;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%); }

/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInNjc3MvbWMtZGlhcG9yYW1hLnNjc3MiLCJzY3NzL19jb25mLnNjc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBRUE7RUFDQyx3QkFBdUIsRUFBQTtFQUV2QjtJQUNDLHVCQUFzQjtJQUN0Qix3QkFBdUIsRUFBQTtFQUd4QjtJQUNDLHVCQUFxQixFQUFBO0VBR3RCO0lBQ0MsVUFBUztJQUNULFdBQVUsRUFBQTtFQUdYO0lBQ0MsdUJBQXNCO0lBQ3RCLDZCQUE0QjtJQUM1QixtQ0FBa0M7SUFDbEMsbUJBQWtCO0lBQ2xCLFdBQVU7SUFDVixhQUFZLEVBQUE7SUFFWjtNQUNDLFlBQVc7TUFDWCxtQkFBa0I7TUFDbEIsWUFBVztNQUNYLGFBQVk7TUFDWixPQUFNO01BQ04sUUFBTztNQUNQLCtCQUEyQjtNQUMzQixXQUFVLEVBQUE7SUFHWDtNQUNDLGVBQWM7TUFDZCxtQkFBa0I7TUFDbEIsWUFBVztNQUNYLFlBQVc7TUFDWCxhQUFZLEVBQUE7SUFHYjtNQUNDLHNCQUFxQjtNQUNyQixlQUFjLEVBQUE7RUFJaEI7SUFDQyw2QkFBMkI7SUFDM0IsZ0NBQThCO0lBQzlCLG1CQUFrQjtJQUNsQixlQUFjO0lBQ2QsYUFBWTtJQUNaLGdDQUErQjtJQUMvQixvQkFBbUI7SUFDbkIsZ0JBQWMsRUFBQTtFQUdmO0lBQ0MsZ0JBQWU7SUFDZixXQUFVLEVBQUE7RUFHWDtJQUNDLHNCQUFxQjtJQUNyQixhQUFZO0lBQ1osMEJBQXlCO0lBQ3pCLG9CQy9EZ0I7SURnRWhCLDZCQUE0QjtJQUM1QixzQkFBcUI7SUFDckIsZ0JBQWU7SUFDZixpQkFBZ0I7SUFDaEIsa0JBQWlCO0lBQ2pCLHFCQUFvQjtJQUNwQixXQUFVO0lBQ1YsOEJBQTZCO0lBQzdCLCtDQUE4QyxFQUFBO0lBRTlDO01BQ0MscUNBQThCO01BQzlCLGFBQVksRUFBQTtFQUlkO0lBQ0MsaUJBQWdCO0lBQ2hCLG1CQUFrQjtJQUNsQixhQUFZO0lBQ1osVUFBUztJQUNULHFEQUE0QztZQUE1Qyw2Q0FBNEMsRUFBQSIsImZpbGUiOiJtYy1kaWFwb3JhbWEuY3NzIn0= */
.menu--horizontal.menu--flex,
.menu--horizontal.menu--inline,
.menu--horizontal.menu--table {
  height: 6rem;
  margin-top: 2rem;
  padding: 0;
  max-width: 72rem; }
  .menu--horizontal.menu--flex .menu-list,
  .menu--horizontal.menu--inline .menu-list,
  .menu--horizontal.menu--table .menu-list {
    width: 100%; }
    .menu--horizontal.menu--flex .menu-list--niv1,
    .menu--horizontal.menu--inline .menu-list--niv1,
    .menu--horizontal.menu--table .menu-list--niv1 {
      background: #ffffff; }
    .menu--horizontal.menu--flex .menu-list--niv2,
    .menu--horizontal.menu--inline .menu-list--niv2,
    .menu--horizontal.menu--table .menu-list--niv2 {
      background: #f0f0f0; }
    .menu--horizontal.menu--flex .menu-list--niv3,
    .menu--horizontal.menu--inline .menu-list--niv3,
    .menu--horizontal.menu--table .menu-list--niv3 {
      background: #e6e6e6; }
    .menu--horizontal.menu--flex .menu-list--niv1,
    .menu--horizontal.menu--inline .menu-list--niv1,
    .menu--horizontal.menu--table .menu-list--niv1 {
      height: 100%; }
    .menu--horizontal.menu--flex .menu-list--niv2,
    .menu--horizontal.menu--inline .menu-list--niv2,
    .menu--horizontal.menu--table .menu-list--niv2 {
      min-width: 20rem; }
    .menu--horizontal.menu--flex .menu-list--niv3,
    .menu--horizontal.menu--inline .menu-list--niv3,
    .menu--horizontal.menu--table .menu-list--niv3 {
      min-width: 18rem; }
  .menu--horizontal.menu--flex .menu-item--niv1,
  .menu--horizontal.menu--inline .menu-item--niv1,
  .menu--horizontal.menu--table .menu-item--niv1 {
    color: #525252; }
    .menu--horizontal.menu--flex .menu-item--niv1:hover,
    .menu--horizontal.menu--inline .menu-item--niv1:hover,
    .menu--horizontal.menu--table .menu-item--niv1:hover {
      background: #525252;
      color: #ffffff; }
      .menu--horizontal.menu--flex .menu-item--niv1:hover span,
      .menu--horizontal.menu--inline .menu-item--niv1:hover span,
      .menu--horizontal.menu--table .menu-item--niv1:hover span {
        color: #a9a9a9; }
    .menu--horizontal.menu--flex .menu-item--niv1.is-selected,
    .menu--horizontal.menu--inline .menu-item--niv1.is-selected,
    .menu--horizontal.menu--table .menu-item--niv1.is-selected {
      background: #525252;
      color: #ffffff; }
      .menu--horizontal.menu--flex .menu-item--niv1.is-selected span,
      .menu--horizontal.menu--inline .menu-item--niv1.is-selected span,
      .menu--horizontal.menu--table .menu-item--niv1.is-selected span {
        color: #a9a9a9; }
  .menu--horizontal.menu--flex .menu-item--niv2,
  .menu--horizontal.menu--inline .menu-item--niv2,
  .menu--horizontal.menu--table .menu-item--niv2 {
    color: #525252; }
    .menu--horizontal.menu--flex .menu-item--niv2:hover,
    .menu--horizontal.menu--inline .menu-item--niv2:hover,
    .menu--horizontal.menu--table .menu-item--niv2:hover {
      background: #525252;
      color: #ffffff; }
      .menu--horizontal.menu--flex .menu-item--niv2:hover span,
      .menu--horizontal.menu--inline .menu-item--niv2:hover span,
      .menu--horizontal.menu--table .menu-item--niv2:hover span {
        color: #a9a9a9; }
    .menu--horizontal.menu--flex .menu-item--niv2.is-selected,
    .menu--horizontal.menu--inline .menu-item--niv2.is-selected,
    .menu--horizontal.menu--table .menu-item--niv2.is-selected {
      background: #525252;
      color: #ffffff; }
      .menu--horizontal.menu--flex .menu-item--niv2.is-selected span,
      .menu--horizontal.menu--inline .menu-item--niv2.is-selected span,
      .menu--horizontal.menu--table .menu-item--niv2.is-selected span {
        color: #a9a9a9; }
  .menu--horizontal.menu--flex .menu-item--niv3,
  .menu--horizontal.menu--inline .menu-item--niv3,
  .menu--horizontal.menu--table .menu-item--niv3 {
    color: #525252; }
    .menu--horizontal.menu--flex .menu-item--niv3:hover,
    .menu--horizontal.menu--inline .menu-item--niv3:hover,
    .menu--horizontal.menu--table .menu-item--niv3:hover {
      background: #525252;
      color: #ffffff; }
      .menu--horizontal.menu--flex .menu-item--niv3:hover span,
      .menu--horizontal.menu--inline .menu-item--niv3:hover span,
      .menu--horizontal.menu--table .menu-item--niv3:hover span {
        color: #a9a9a9; }
    .menu--horizontal.menu--flex .menu-item--niv3.is-selected,
    .menu--horizontal.menu--inline .menu-item--niv3.is-selected,
    .menu--horizontal.menu--table .menu-item--niv3.is-selected {
      background: #525252;
      color: #ffffff; }
      .menu--horizontal.menu--flex .menu-item--niv3.is-selected span,
      .menu--horizontal.menu--inline .menu-item--niv3.is-selected span,
      .menu--horizontal.menu--table .menu-item--niv3.is-selected span {
        color: #a9a9a9; }
  .menu--horizontal.menu--flex .menu-item--niv1,
  .menu--horizontal.menu--inline .menu-item--niv1,
  .menu--horizontal.menu--table .menu-item--niv1 {
    border-right: 1px solid #a9a9a9; }
    .menu--horizontal.menu--flex .menu-item--niv1:last-child,
    .menu--horizontal.menu--inline .menu-item--niv1:last-child,
    .menu--horizontal.menu--table .menu-item--niv1:last-child {
      border: none; }
    .menu--horizontal.menu--flex .menu-item--niv1 > .menu-list,
    .menu--horizontal.menu--inline .menu-item--niv1 > .menu-list,
    .menu--horizontal.menu--table .menu-item--niv1 > .menu-list {
      -webkit-transform: translateY(-2rem);
              transform: translateY(-2rem);
      opacity: 0;
      transition: opacity 0.2s linear, top 0s linear 0.2s, -webkit-transform 0.2s ease-in-out;
      transition: opacity 0.2s linear, transform 0.2s ease-in-out, top 0s linear 0.2s;
      transition: opacity 0.2s linear, transform 0.2s ease-in-out, top 0s linear 0.2s, -webkit-transform 0.2s ease-in-out; }
    .menu--horizontal.menu--flex .menu-item--niv1:hover > .menu-list,
    .menu--horizontal.menu--inline .menu-item--niv1:hover > .menu-list,
    .menu--horizontal.menu--table .menu-item--niv1:hover > .menu-list {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
      transition: opacity 0.2s linear, top 0s linear 0s, -webkit-transform 0.2s ease-in-out;
      transition: opacity 0.2s linear, transform 0.2s ease-in-out, top 0s linear 0s;
      transition: opacity 0.2s linear, transform 0.2s ease-in-out, top 0s linear 0s, -webkit-transform 0.2s ease-in-out; }
    .menu--horizontal.menu--flex .menu-item--niv1:not(.menu-item--reverse) .menu-item > .menu-list,
    .menu--horizontal.menu--inline .menu-item--niv1:not(.menu-item--reverse) .menu-item > .menu-list,
    .menu--horizontal.menu--table .menu-item--niv1:not(.menu-item--reverse) .menu-item > .menu-list {
      -webkit-transform: translateX(-2rem);
              transform: translateX(-2rem);
      opacity: 0;
      transition: opacity 0.2s linear, left 0s linear 0.2s, -webkit-transform 0.2s ease-in-out;
      transition: opacity 0.2s linear, transform 0.2s ease-in-out, left 0s linear 0.2s;
      transition: opacity 0.2s linear, transform 0.2s ease-in-out, left 0s linear 0.2s, -webkit-transform 0.2s ease-in-out; }
    .menu--horizontal.menu--flex .menu-item--niv1:not(.menu-item--reverse) .menu-item:hover > .menu-list,
    .menu--horizontal.menu--inline .menu-item--niv1:not(.menu-item--reverse) .menu-item:hover > .menu-list,
    .menu--horizontal.menu--table .menu-item--niv1:not(.menu-item--reverse) .menu-item:hover > .menu-list {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
      transition: opacity 0.2s linear, left 0s linear 0s, -webkit-transform 0.2s ease-in-out;
      transition: opacity 0.2s linear, transform 0.2s ease-in-out, left 0s linear 0s;
      transition: opacity 0.2s linear, transform 0.2s ease-in-out, left 0s linear 0s, -webkit-transform 0.2s ease-in-out; }
    .menu--horizontal.menu--flex .menu-item--niv1.menu-item--reverse .menu-item > .menu-list,
    .menu--horizontal.menu--inline .menu-item--niv1.menu-item--reverse .menu-item > .menu-list,
    .menu--horizontal.menu--table .menu-item--niv1.menu-item--reverse .menu-item > .menu-list {
      -webkit-transform: translateX(2rem);
              transform: translateX(2rem);
      opacity: 0;
      transition: opacity 0.2s linear, right 0s linear 0.2s, -webkit-transform 0.2s ease-in-out;
      transition: opacity 0.2s linear, transform 0.2s ease-in-out, right 0s linear 0.2s;
      transition: opacity 0.2s linear, transform 0.2s ease-in-out, right 0s linear 0.2s, -webkit-transform 0.2s ease-in-out; }
    .menu--horizontal.menu--flex .menu-item--niv1.menu-item--reverse .menu-item:hover > .menu-list,
    .menu--horizontal.menu--inline .menu-item--niv1.menu-item--reverse .menu-item:hover > .menu-list,
    .menu--horizontal.menu--table .menu-item--niv1.menu-item--reverse .menu-item:hover > .menu-list {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
      transition: opacity 0.2s linear, right 0s linear 0s, -webkit-transform 0.2s ease-in-out;
      transition: opacity 0.2s linear, transform 0.2s ease-in-out, right 0s linear 0s;
      transition: opacity 0.2s linear, transform 0.2s ease-in-out, right 0s linear 0s, -webkit-transform 0.2s ease-in-out; }
  .menu--horizontal.menu--flex .menu-item--hasChildClickable > button,
  .menu--horizontal.menu--inline .menu-item--hasChildClickable > button,
  .menu--horizontal.menu--table .menu-item--hasChildClickable > button {
    display: none; }
  .menu--horizontal.menu--flex.is-on .menu-item--niv1,
  .menu--horizontal.menu--inline.is-on .menu-item--niv1,
  .menu--horizontal.menu--table.is-on .menu-item--niv1 {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
    .menu--horizontal.menu--flex.is-on .menu-item--niv1:nth-child(1),
    .menu--horizontal.menu--inline.is-on .menu-item--niv1:nth-child(1),
    .menu--horizontal.menu--table.is-on .menu-item--niv1:nth-child(1) {
      transition: opacity 0.2s linear 0.1933333333s, -webkit-transform 0.2s ease-in-out 0.1933333333s;
      transition: transform 0.2s ease-in-out 0.1933333333s, opacity 0.2s linear 0.1933333333s;
      transition: transform 0.2s ease-in-out 0.1933333333s, opacity 0.2s linear 0.1933333333s, -webkit-transform 0.2s ease-in-out 0.1933333333s; }
    .menu--horizontal.menu--flex.is-on .menu-item--niv1:nth-child(2),
    .menu--horizontal.menu--inline.is-on .menu-item--niv1:nth-child(2),
    .menu--horizontal.menu--table.is-on .menu-item--niv1:nth-child(2) {
      transition: opacity 0.2s linear 0.2533333333s, -webkit-transform 0.2s ease-in-out 0.2533333333s;
      transition: transform 0.2s ease-in-out 0.2533333333s, opacity 0.2s linear 0.2533333333s;
      transition: transform 0.2s ease-in-out 0.2533333333s, opacity 0.2s linear 0.2533333333s, -webkit-transform 0.2s ease-in-out 0.2533333333s; }
    .menu--horizontal.menu--flex.is-on .menu-item--niv1:nth-child(3),
    .menu--horizontal.menu--inline.is-on .menu-item--niv1:nth-child(3),
    .menu--horizontal.menu--table.is-on .menu-item--niv1:nth-child(3) {
      transition: opacity 0.2s linear 0.3133333333s, -webkit-transform 0.2s ease-in-out 0.3133333333s;
      transition: transform 0.2s ease-in-out 0.3133333333s, opacity 0.2s linear 0.3133333333s;
      transition: transform 0.2s ease-in-out 0.3133333333s, opacity 0.2s linear 0.3133333333s, -webkit-transform 0.2s ease-in-out 0.3133333333s; }
    .menu--horizontal.menu--flex.is-on .menu-item--niv1:nth-child(4),
    .menu--horizontal.menu--inline.is-on .menu-item--niv1:nth-child(4),
    .menu--horizontal.menu--table.is-on .menu-item--niv1:nth-child(4) {
      transition: opacity 0.2s linear 0.3733333333s, -webkit-transform 0.2s ease-in-out 0.3733333333s;
      transition: transform 0.2s ease-in-out 0.3733333333s, opacity 0.2s linear 0.3733333333s;
      transition: transform 0.2s ease-in-out 0.3733333333s, opacity 0.2s linear 0.3733333333s, -webkit-transform 0.2s ease-in-out 0.3733333333s; }
    .menu--horizontal.menu--flex.is-on .menu-item--niv1:nth-child(5),
    .menu--horizontal.menu--inline.is-on .menu-item--niv1:nth-child(5),
    .menu--horizontal.menu--table.is-on .menu-item--niv1:nth-child(5) {
      transition: opacity 0.2s linear 0.4333333333s, -webkit-transform 0.2s ease-in-out 0.4333333333s;
      transition: transform 0.2s ease-in-out 0.4333333333s, opacity 0.2s linear 0.4333333333s;
      transition: transform 0.2s ease-in-out 0.4333333333s, opacity 0.2s linear 0.4333333333s, -webkit-transform 0.2s ease-in-out 0.4333333333s; }
    .menu--horizontal.menu--flex.is-on .menu-item--niv1:nth-child(6),
    .menu--horizontal.menu--inline.is-on .menu-item--niv1:nth-child(6),
    .menu--horizontal.menu--table.is-on .menu-item--niv1:nth-child(6) {
      transition: opacity 0.2s linear 0.4933333333s, -webkit-transform 0.2s ease-in-out 0.4933333333s;
      transition: transform 0.2s ease-in-out 0.4933333333s, opacity 0.2s linear 0.4933333333s;
      transition: transform 0.2s ease-in-out 0.4933333333s, opacity 0.2s linear 0.4933333333s, -webkit-transform 0.2s ease-in-out 0.4933333333s; }
    .menu--horizontal.menu--flex.is-on .menu-item--niv1:nth-child(7),
    .menu--horizontal.menu--inline.is-on .menu-item--niv1:nth-child(7),
    .menu--horizontal.menu--table.is-on .menu-item--niv1:nth-child(7) {
      transition: opacity 0.2s linear 0.5533333333s, -webkit-transform 0.2s ease-in-out 0.5533333333s;
      transition: transform 0.2s ease-in-out 0.5533333333s, opacity 0.2s linear 0.5533333333s;
      transition: transform 0.2s ease-in-out 0.5533333333s, opacity 0.2s linear 0.5533333333s, -webkit-transform 0.2s ease-in-out 0.5533333333s; }
    .menu--horizontal.menu--flex.is-on .menu-item--niv1:nth-child(8),
    .menu--horizontal.menu--inline.is-on .menu-item--niv1:nth-child(8),
    .menu--horizontal.menu--table.is-on .menu-item--niv1:nth-child(8) {
      transition: opacity 0.2s linear 0.6133333333s, -webkit-transform 0.2s ease-in-out 0.6133333333s;
      transition: transform 0.2s ease-in-out 0.6133333333s, opacity 0.2s linear 0.6133333333s;
      transition: transform 0.2s ease-in-out 0.6133333333s, opacity 0.2s linear 0.6133333333s, -webkit-transform 0.2s ease-in-out 0.6133333333s; }
    .menu--horizontal.menu--flex.is-on .menu-item--niv1:nth-child(9),
    .menu--horizontal.menu--inline.is-on .menu-item--niv1:nth-child(9),
    .menu--horizontal.menu--table.is-on .menu-item--niv1:nth-child(9) {
      transition: opacity 0.2s linear 0.6733333333s, -webkit-transform 0.2s ease-in-out 0.6733333333s;
      transition: transform 0.2s ease-in-out 0.6733333333s, opacity 0.2s linear 0.6733333333s;
      transition: transform 0.2s ease-in-out 0.6733333333s, opacity 0.2s linear 0.6733333333s, -webkit-transform 0.2s ease-in-out 0.6733333333s; }
    .menu--horizontal.menu--flex.is-on .menu-item--niv1:nth-child(10),
    .menu--horizontal.menu--inline.is-on .menu-item--niv1:nth-child(10),
    .menu--horizontal.menu--table.is-on .menu-item--niv1:nth-child(10) {
      transition: opacity 0.2s linear 0.7333333333s, -webkit-transform 0.2s ease-in-out 0.7333333333s;
      transition: transform 0.2s ease-in-out 0.7333333333s, opacity 0.2s linear 0.7333333333s;
      transition: transform 0.2s ease-in-out 0.7333333333s, opacity 0.2s linear 0.7333333333s, -webkit-transform 0.2s ease-in-out 0.7333333333s; }
  .menu--horizontal.menu--flex .menu-link,
  .menu--horizontal.menu--inline .menu-link,
  .menu--horizontal.menu--table .menu-link {
    text-decoration: none;
    font-size: inherit;
    color: inherit;
    padding: 0 2.3rem;
    line-height: 1.2em; }
    .menu--horizontal.menu--flex .menu-link--niv1,
    .menu--horizontal.menu--inline .menu-link--niv1,
    .menu--horizontal.menu--table .menu-link--niv1 {
      text-align: left;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start; }
    .menu--horizontal.menu--flex .menu-link--niv1,
    .menu--horizontal.menu--inline .menu-link--niv1,
    .menu--horizontal.menu--table .menu-link--niv1 {
      font-size: 1.5rem; }
    .menu--horizontal.menu--flex .menu-link--niv2,
    .menu--horizontal.menu--inline .menu-link--niv2,
    .menu--horizontal.menu--table .menu-link--niv2 {
      font-size: 1.5rem; }
    .menu--horizontal.menu--flex .menu-link--niv3,
    .menu--horizontal.menu--inline .menu-link--niv3,
    .menu--horizontal.menu--table .menu-link--niv3 {
      font-size: 1.5rem; }
    .menu--horizontal.menu--flex .menu-link--niv2,
    .menu--horizontal.menu--inline .menu-link--niv2,
    .menu--horizontal.menu--table .menu-link--niv2 {
      padding: 0.5em 2.3rem;
      min-height: 3.4rem; }
    .menu--horizontal.menu--flex .menu-link--niv3,
    .menu--horizontal.menu--inline .menu-link--niv3,
    .menu--horizontal.menu--table .menu-link--niv3 {
      padding: 0.5em 2.3rem;
      min-height: 3.4rem; }
  .menu--horizontal.menu--flex .menu-link--toggleSubMenu,
  .menu--horizontal.menu--inline .menu-link--toggleSubMenu,
  .menu--horizontal.menu--table .menu-link--toggleSubMenu {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    color: inherit;
    outline: none;
    margin: 0;
    background: none;
    position: relative;
    text-align: inherit;
    color: inherit;
    width: 100%; }
    .menu--horizontal.menu--flex .menu-link--toggleSubMenu.menu-link--niv1 svg,
    .menu--horizontal.menu--inline .menu-link--toggleSubMenu.menu-link--niv1 svg,
    .menu--horizontal.menu--table .menu-link--toggleSubMenu.menu-link--niv1 svg {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
    .menu--horizontal.menu--flex .menu-link--toggleSubMenu:not(.menu-link--niv1),
    .menu--horizontal.menu--inline .menu-link--toggleSubMenu:not(.menu-link--niv1),
    .menu--horizontal.menu--table .menu-link--toggleSubMenu:not(.menu-link--niv1) {
      padding-right: 3rem; }
      .menu--horizontal.menu--flex .menu-link--toggleSubMenu:not(.menu-link--niv1) svg,
      .menu--horizontal.menu--inline .menu-link--toggleSubMenu:not(.menu-link--niv1) svg,
      .menu--horizontal.menu--table .menu-link--toggleSubMenu:not(.menu-link--niv1) svg {
        position: absolute;
        top: calc(50% - 0.6rem);
        right: 1rem; }
    .menu--horizontal.menu--flex .menu-link--toggleSubMenu svg,
    .menu--horizontal.menu--inline .menu-link--toggleSubMenu svg,
    .menu--horizontal.menu--table .menu-link--toggleSubMenu svg {
      color: inherit;
      stroke: currentColor;
      stroke-width: 1px;
      height: 1.2rem;
      width: 1.2rem;
      stroke-width: 1px;
      transition: -webkit-transform .2s ease-in-out;
      transition: transform .2s ease-in-out;
      transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
      margin-left: 1em; }
  .menu--horizontal.menu--flex a,
  .menu--horizontal.menu--inline a,
  .menu--horizontal.menu--table a {
    font-weight: 800; }
  .menu--horizontal.menu--flex span,
  .menu--horizontal.menu--inline span,
  .menu--horizontal.menu--table span {
    font-weight: 300;
    color: #b41c27; }

.maMain-title {
  font-size: 3.4rem;
  color: #535353;
  font-weight: 300;
  text-align: center;
  position: relative;
  margin-bottom: 7rem; }
  .maMain-title::before {
    content: "";
    height: .1rem;
    background: #c3c3c3;
    position: absolute;
    width: 40%;
    left: 0;
    top: 57%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .maMain-title::after {
    content: "";
    height: .1rem;
    background: #c3c3c3;
    position: absolute;
    width: 40%;
    right: 0;
    top: 57%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
> .maMain-list {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
> .maMain-news {
  width: calc(100% * 1/3); }
.maMain-date {
  font-size: 1rem;
  font-weight: normal;
  text-transform: uppercase; }
.maMain-newstitle, .maMain-newstitle a {
  font-size: 1.7rem;
  color: #b41c27;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 1.5rem; }
.maMain-knowmorelink {
  color: #24699c;
  font-size: 1.1rem;
  font-weight: bold;
  text-decoration: none; }
  .maMain-knowmorelink:hover {
    text-decoration: underline; }
.maMain-resume {
  font-size: 1.2rem;
  font-weight: normal; }
.maMain .bx-pager {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  width: 100%;
  bottom: -7rem;
  left: 0; }
  .maMain .bx-pager .bx-pager-item a {
    font-size: 0;
    width: 0.9rem;
    height: 0.9rem;
    border-radius: 50%;
    background: #d4d4d4;
    display: block;
    margin-right: .5rem; }
    .maMain .bx-pager .bx-pager-item a.active {
      background: #363636; }
.maMain-image {
  position: absolute;
  width: 9.3rem;
  height: 9.3rem;
  overflow: hidden;
  left: 0;
  top: 0; }
  .maMain-image img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    max-width: calc(100% * 2); }
.maMain-newsContent {
  padding-left: 11rem; }


/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiJDTVMvY3NzL3RwbDI2L3R5cGUuY3NzIiwic291cmNlc0NvbnRlbnQiOltdfQ== */

h2.Titre_H2 {
  font-family: "Gotham Bold", Arial, Tahoma, Verdana, Helvetica, sans-serif;
  font-size: 4.2rem;
  color: #3c3c3c;
  font-weight: 700; }

h3.soustitre_1 {
  line-height: 1.2em;
  color: #b41c27;
  font-size: 2.2rem;
  margin: .4em 0;
  font-weight: normal; }

h4.soustitre_2 {
  line-height: 1.2em;
  color: #b41c27;
  font-size: 2rem;
  margin: .4em 0;
  font-weight: normal; }

h5.intertitre {
  color: #686868;
  font-size: 3.4rem;
  font-weight: 300;
  display: flex;
  z-index: 10;
  position: relative;
  text-align: center;
  align-items: center; }
  h5.intertitre::before, h5.intertitre::after {
    content: "";
    height: 1px;
    display: flex;
    flex: 1 0 auto;
    background-color: darkgrey; }

p.titreform {
  line-height: 1.2em;
  color: #b41c27;
  font-size: 1.8rem;
  font-weight: bold; }

strong.accroche {
  font-size: 1.8rem;
  font-weight: 600; }

strong.accroche_2 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #000000; }

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

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

span.legende {
  font-size: 1.4rem;
  font-style: italic; }

blockquote.citation {
  margin: 1em 0;
  padding: .4em 1em;
  border-left: 0.4rem solid #b41c27;
  background: rgba(0, 0, 0, 0.04); }

strong.citation_1 {
  font-style: italic;
  font-size: 2.2rem;
  font-weight: 700;
  color: #b41c27;
  line-height: 1.7; }

a.bouton_1 {
  font-weight: 700;
  font-size: 1.4rem;
  color: #fff;
  text-decoration: none;
  padding: 1.4rem 3rem;
  background: #b41c27;
  display: inline-block;
  text-transform: uppercase;
  transition: background .2s linear; }

a.bouton_2 {
  font-weight: 700;
  font-size: 1.4rem;
  color: #353535;
  text-decoration: none;
  padding: 1.4rem 3rem;
  margin: 1rem .5rem;
  background: #eeeeee;
  display: inline-block;
  text-transform: uppercase;
  transition: background .2s linear; }

a.bouton_off {
  font-weight: 700;
  font-size: 1.4rem;
  color: #fff;
  text-decoration: none;
  padding: 1.4rem 3rem;
  margin: 1rem .5rem;
  background: #b41c27;
  display: inline-block;
  text-transform: uppercase;
  transition: background .2s linear; }

/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInNjc3MvdGlueV9tY2Uuc2NzcyIsInNjc3MvX3RpbnltY2Uuc2NzcyIsInNjc3MvX2NvbmYuc2NzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFHQTtFQ0FDLDBFQ3FCeUU7RURwQnhFLGtCQUFpQjtFQUNqQixlQ1VxQjtFRFRyQixpQkFBZ0IsRUFBQTs7QURDbEI7RUNHQyxtQkFBa0I7RUFDbEIsZUNPb0I7RUROcEIsa0JBQWlCO0VBQ2pCLGVBQWM7RUFDZCxvQkFBbUIsRUFBQTs7QURIcEI7RUNPQyxtQkFBa0I7RUFDbEIsZUNEb0I7RURFcEIsZ0JBQWU7RUFDZixlQUFjO0VBQ2Qsb0JBQW1CLEVBQUE7O0FEUHBCO0VDV0UsZUFBYztFQUNkLGtCQUFpQjtFQUNqQixpQkFBZ0I7RUFDaEIsY0FBYTtFQUNiLFlBQVc7RUFDWCxtQkFBa0I7RUFDbEIsbUJBQWtCO0VBQ2xCLG9CQUFtQixFQUFBO0VBRW5CO0lBQ0UsWUFBVztJQUNYLFlBQVc7SUFDWCxjQUFhO0lBQ2IsZUFBYztJQUNkLDJCQUEwQixFQUFBOztBRHJCOUI7RUMwQkMsbUJBQWtCO0VBQ2xCLGVDNUJvQjtFRDZCcEIsa0JBQWlCO0VBQ2pCLGtCQUFpQixFQUFBOztBRHpCbEI7RUM2QkMsa0JBQWlCO0VBQ2pCLGlCQUFnQixFQUFBOztBRDFCakI7RUM4QkMsa0JBQWlCO0VBQ2pCLGlCQUFnQjtFQUNoQixlQUFhLEVBQUE7O0FENUJkO0VDZ0NDLGtCQUFpQjtFQUNqQixlQzlDb0IsRUFBQTs7QUZpQnJCO0VDaUNDLGtCQUFpQjtFQUNqQixlQzVEaUIsRUFBQTs7QUY4QmxCO0VDd0VDLGtCQUFpQjtFQUNqQixtQkFBa0IsRUFBQTs7QURyRW5CO0VDeUVDLGNBQWE7RUFDYixrQkFBaUI7RUFDakIsa0NBQWdDO0VBQ2hDLGdDQUE0QixFQUFBOztBRHhFN0I7RUM0RUUsbUJBQWtCO0VBQ25CLGtCQUFpQjtFQUNqQixpQkFBZ0I7RUFDZixlQzVHbUI7RUQ2R25CLGlCQUFnQixFQUFBOztBRDVFbEI7RUNzQkksaUJBQWdCO0VBQ2hCLGtCQUFpQjtFQUNqQixZQUFXO0VBQ1gsc0JBQXFCO0VBQ3JCLHFCQUFvQjtFQUNwQixvQkM1RGlCO0VENkRqQixzQkFBcUI7RUFDckIsMEJBQXlCO0VBQ3pCLGtDQUFpQyxFQUFBOztBRDFCckM7RUM4QkksaUJBQWdCO0VBQ2hCLGtCQUFpQjtFQUNqQixlQUFjO0VBQ2Qsc0JBQXFCO0VBQ3JCLHFCQUFvQjtFQUNwQixtQkFBa0I7RUFDbEIsb0JBQW1CO0VBQ25CLHNCQUFxQjtFQUNyQiwwQkFBeUI7RUFDekIsa0NBQWlDLEVBQUE7O0FEbkNyQztFQ3VDSSxpQkFBZ0I7RUFDaEIsa0JBQWlCO0VBQ2pCLFlBQVc7RUFDWCxzQkFBcUI7RUFDckIscUJBQW9CO0VBQ3BCLG1CQUFrQjtFQUNsQixvQkN0RmlCO0VEdUZqQixzQkFBcUI7RUFDckIsMEJBQXlCO0VBQ3pCLGtDQUFpQyxFQUFBIiwiZmlsZSI6InRpbnlfbWNlLmNzcyJ9 */

/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiJDTVMvY3NzL3RwbDI2L2hvbWUuY3NzIiwic291cmNlc0NvbnRlbnQiOltdfQ== */