@charset "UTF-8";
.bg-white {
  background-color: #ffffff !important;
}

.bg-blue1 {
  background-color: #2244b7 !important;
}

.bg-blue2 {
  background-color: #2b4392 !important;
}

.bg-blue3 {
  background-color: #c3ccdd !important;
}

.bg-blue4 {
  background-color: #5975b3 !important;
}

.bg-blue5 {
  background-color: #999cb6 !important;
}

.bg-green1 {
  background-color: #006400 !important;
}

.bg-green2 {
  background-color: #01A56b !important;
}

.bg-red1 {
  background-color: #b50707 !important;
}

.bg-orange1 {
  background-color: #eb8421 !important;
}

.bg-gray1 {
  background-color: #898992 !important;
}

.bg-gray2 {
  background-color: #37373c !important;
}

.bg-gray3 {
  background-color: #e9ecef !important;
}

.bg-gray4 {
  background-color: #44455a !important;
}

.bg-gray5 {
  background-color: #333333 !important;
}

.bg-gray6 {
  background-color: #ced3df !important;
}

.bg-gray7 {
  background-color: #e9eaf1 !important;
}

.bg-gray8 {
  background-color: #6a747d !important;
}

.bg-gray9 {
  background-color: #d5d5d5 !important;
}

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

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.marge-1 {
  margin: 15px 0;
}

.marge-2 {
  margin: 25px 0;
}

.marge-3 {
  margin: 40px 0;
}

.marge-haut-1 {
  margin-top: 15px;
}

.marge-haut-2 {
  margin-top: 25px;
}

.marge-haut-3 {
  margin-top: 40px;
}

.marge-bas-1 {
  margin-bottom: 15px;
}

.marge-bas-2 {
  margin-bottom: 25px;
}

.marge-bas-3 {
  margin-bottom: 40px;
}

.btn {
  display: inline-block;
  width: auto;
  font-size: 14px;
  margin: 10px;
  padding: 10px 20px;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.btn:hover, .btn:focus {
  text-decoration: none;
  cursor: pointer;
  outline: none;
  box-shadow: none;
}
.btn:focus-visible {
  outline: 2px solid #003FA6 !important;
}
.btn:before {
  display: none;
  content: none;
}
.btn.btn-sag-inverted-white {
  display: inline-block;
  width: auto;
  font-size: 14px;
  margin: 10px;
  padding: 10px 20px;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  color: #ffffff;
  font-weight: 700;
  background-color: transparent;
  /* si gradient non supporté (IE9) */
  border: 3px solid #ffffff;
  text-decoration: none;
}
.btn.btn-sag-inverted-white:hover, .btn.btn-sag-inverted-white:focus {
  text-decoration: none;
  cursor: pointer;
  outline: none;
  box-shadow: none;
}
.btn.btn-sag-inverted-white:focus-visible {
  outline: 2px solid #003FA6 !important;
}
.btn.btn-sag-inverted-white:before {
  display: none;
  content: none;
}
.btn.btn-sag-inverted-white:hover, .btn.btn-sag-inverted-white:active, .btn.btn-sag-inverted-white:focus {
  background-color: transparent;
  outline: 2px solid #ffffff !important;
  outline-offset: 2px;
}
.btn.btn-sag-inverted-white:focus-visible {
  outline: 2px solid #ffffff !important;
  outline-offset: 2px;
}
.btn.btn-more-content {
  display: inline-block;
  width: auto;
  font-size: 14px;
  margin: 10px;
  padding: 10px 20px;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  background-color: transparent;
  margin-top: 30px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 10px;
  color: #5975b3;
  font-size: 16px;
  width: 100%;
  text-align: left;
  border-radius: 0;
  border-top: 1px solid rgba(233, 236, 239, 0.8);
}
.btn.btn-more-content:hover, .btn.btn-more-content:focus {
  text-decoration: none;
  cursor: pointer;
  outline: none;
  box-shadow: none;
}
.btn.btn-more-content:focus-visible {
  outline: 2px solid #003FA6 !important;
}
.btn.btn-more-content:before {
  display: none;
  content: none;
}
@media (min-device-width: 768px) {
  .btn.btn-more-content {
    font-size: 16px;
  }
}
.btn.btn-more-content:after {
  display: inline-block;
  content: "›";
  font-weight: normal;
  margin-left: 10px;
  transform: rotate(90deg);
}
.btn.btn-scroll-down {
  display: inline-block;
  width: auto;
  font-size: 14px;
  margin: 10px;
  padding: 10px 20px;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  display: block;
  width: 70px;
  height: 43px;
  margin: auto;
  background-color: transparent;
  border: 0;
  color: #44455a;
  background-image: url(../modules/jahia-mma-sag-template/css/../images/scroll-down.png);
  background-repeat: no-repeat;
}
.btn.btn-scroll-down:hover, .btn.btn-scroll-down:focus {
  text-decoration: none;
  cursor: pointer;
  outline: none;
  box-shadow: none;
}
.btn.btn-scroll-down:focus-visible {
  outline: 2px solid #003FA6 !important;
}
.btn.btn-scroll-down:before {
  display: none;
  content: none;
}
.btn.btn-info {
  display: inline-block;
  width: auto;
  font-size: 14px;
  margin: 10px;
  padding: 10px 20px;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  color: #5975b3;
  font-weight: 700;
  border: 1px solid #a0a9cf;
}
.btn.btn-info:hover, .btn.btn-info:focus {
  text-decoration: none;
  cursor: pointer;
  outline: none;
  box-shadow: none;
}
.btn.btn-info:focus-visible {
  outline: 2px solid #003FA6 !important;
}
.btn.btn-info:before {
  display: none;
  content: none;
}

.btn-group {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding-left: 0;
}

/* Inversion du chevron lorsqu'un contenu est ouvert avec le btn-more-content */
.block-content.open .btn-more-content:after {
  transform: rotate(270deg);
}

.link {
  color: #2244b7;
  font-size: 16px;
  text-decoration: none;
  width: fit-content;
}
.link:hover, .link:focus {
  text-decoration: underline;
  cursor: pointer;
}
.link:focus-visible {
  outline: 2px solid #003FA6 !important;
}

.link-chevron {
  color: #2244b7;
  font-size: 16px;
  text-decoration: none;
  width: fit-content;
}
.link-chevron:hover, .link-chevron:focus {
  text-decoration: underline;
  cursor: pointer;
}
.link-chevron:focus-visible {
  outline: 2px solid #003FA6 !important;
}
.link-chevron:before {
  display: inline-block;
  content: "\e042";
  font-family: "Font Awesome Kit";
  color: #2244b7;
  font-weight: 700;
  margin-right: 0;
}

.link-with-icon {
  display: inline-flex;
  align-items: center;
  color: #333333;
  font-weight: 600;
  margin-top: 1rem;
}
.link-with-icon .picto {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  flex-grow: 0;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-color: #333333;
  background-position: center;
  background-size: 30px;
  margin-right: 10px;
}
.link-with-icon::before {
  content: none;
}
.link-with-icon.vertical {
  display: flex;
  flex-direction: column;
}
.link-with-icon.vertical .picto {
  margin-right: 0;
  margin-bottom: 5px;
}

.link-seo {
  color: #898992;
}
.link-seo:before {
  content: none;
}

.list.list-links {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.list.list-links li {
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.list.list-links li a:not(.ds-btn) {
  width: fit-content;
}
.list.list-links li a:not(.ds-btn):hover, .list.list-links li a:not(.ds-btn):focus {
  text-decoration: underline;
  cursor: pointer;
}
.list.list-links li a:not(.ds-btn):focus-visible {
  outline: 2px solid #003FA6 !important;
}
.list.list-links li .btn {
  display: inline-block;
  width: auto;
  font-size: 14px;
  margin: 10px;
  padding: 10px 20px;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.list.list-links li .btn:hover, .list.list-links li .btn:focus {
  text-decoration: none;
  cursor: pointer;
  outline: none;
  box-shadow: none;
}
.list.list-links li .btn:focus-visible {
  outline: 2px solid #003FA6 !important;
}
.list.list-links li .btn:before {
  display: none;
  content: none;
}
@media (max-device-width: 767.98px) {
  .list.list-links {
    font-size: 14px;
    padding-left: 0;
  }
}
.list.list-links-chevron {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.list.list-links-chevron li {
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.list.list-links-chevron li a:not(.ds-btn) {
  width: fit-content;
}
.list.list-links-chevron li a:not(.ds-btn):hover, .list.list-links-chevron li a:not(.ds-btn):focus {
  text-decoration: underline;
  cursor: pointer;
}
.list.list-links-chevron li a:not(.ds-btn):focus-visible {
  outline: 2px solid #003FA6 !important;
}
.list.list-links-chevron li .btn {
  display: inline-block;
  width: auto;
  font-size: 14px;
  margin: 10px;
  padding: 10px 20px;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.list.list-links-chevron li .btn:hover, .list.list-links-chevron li .btn:focus {
  text-decoration: none;
  cursor: pointer;
  outline: none;
  box-shadow: none;
}
.list.list-links-chevron li .btn:focus-visible {
  outline: 2px solid #003FA6 !important;
}
.list.list-links-chevron li .btn:before {
  display: none;
  content: none;
}
@media (max-device-width: 767.98px) {
  .list.list-links-chevron {
    font-size: 14px;
    padding-left: 0;
  }
}
.list.list-links-chevron li a {
  color: #2244b7;
  font-size: 16px;
  text-decoration: none;
  width: fit-content;
}
.list.list-links-chevron li a:hover, .list.list-links-chevron li a:focus {
  text-decoration: underline;
  cursor: pointer;
}
.list.list-links-chevron li a:focus-visible {
  outline: 2px solid #003FA6 !important;
}
.list.list-links-chevron li a:before {
  display: inline-block;
  content: "\e042";
  font-family: "Font Awesome Kit";
  color: #2244b7;
  font-weight: 700;
  margin-right: 0;
}
.list.list-horizontal {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: row;
}
@media (max-device-width: 767.98px) {
  .list.list-horizontal {
    flex-direction: column;
  }
}
.list.list-vertical {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
}
@media (max-device-width: 767.98px) {
  .list.list-vertical {
    flex-direction: column;
  }
}
.list.sub-list {
  list-style: none;
  padding-left: 0;
  list-style: none;
}
.list.sub-list > .title {
  font-size: 16px;
  font-weight: 700;
  color: #2b4392;
}
.list.sub-list > .title::before {
  content: none;
}
.list.sub-list > .title + .list {
  margin-top: 10px;
}
.list.list-1c, .list.list-2c, .list.list-3c, .list.list-4c {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 0 10px;
}
.list.list-1c > li, .list.list-2c > li, .list.list-3c > li, .list.list-4c > li {
  display: inline-block;
  width: 100%;
  padding: 0;
  margin-bottom: 15px;
}
@media (min-device-width: 768px) {
  .list.list-2c, .list.list-3c, .list.list-4c {
    margin-left: -1%;
  }
}
@media (min-device-width: 768px) {
  .list.list-2c > li, .list.list-3c > li, .list.list-4c > li {
    margin-left: 1%;
    margin-right: 1%;
  }
}
@media (min-device-width: 768px) {
  .list.list-1c > li {
    width: 100%;
  }
}
@media (min-device-width: 768px) {
  .list.list-2c > li {
    width: 48%;
  }
}
@media (min-device-width: 768px) {
  .list.list-3c > li {
    width: 31.33%;
  }
}
@media (min-device-width: 768px) {
  .list.list-4c > li {
    width: 23%;
  }
}
.list.list-images {
  margin-top: 15px;
  margin-bottom: 15px;
}
.list.list-team-members {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-items: center;
}
.list.list-team-members .team-member {
  width: 100%;
}
@media (min-device-width: 768px) {
  .list.list-team-members .team-member {
    width: 50%;
  }
}
@media (min-device-width: 768px) {
  .list.list-team-members .team-member.details {
    width: 100%;
  }
}
.list.list-team-members .team-member figure {
  margin: 0;
}
.list.list-agency {
  list-style: none;
  display: block;
  width: 100%;
  margin-top: 0;
  padding-left: 0;
}
.list.list-agency .agency {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 1rem;
}
@media (min-device-width: 768px) {
  .list.list-agency .agency {
    flex-direction: row;
  }
}
.list.list-agency .agency .title, .list.list-agency .agency address {
  width: 100%;
}
@media (min-device-width: 768px) {
  .list.list-agency .agency .title, .list.list-agency .agency address {
    width: 33%;
  }
}
.list.list-agency .agency .title {
  color: #2b4392;
  margin-bottom: 1rem;
  font-weight: bold;
}
@media (min-device-width: 768px) {
  .list.list-agency .agency .title {
    margin-bottom: 0;
  }
}
.list.list-agency .agency address {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1rem;
}
@media (min-device-width: 768px) {
  .list.list-agency .agency address {
    padding-left: 0;
    margin-bottom: 0;
  }
}
.list.list-agency .agency address:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 14px;
  height: 21px;
  content: " ";
  background-image: url("../modules/jahia-mma-sag-template/css/../images/icon-map.png");
  background-repeat: no-repeat;
}
@media (min-device-width: 768px) {
  .list.list-agency .agency address:before {
    left: -25px;
  }
}
.list.list-agency .agency address .street {
  display: block;
}
.list.list-agency .agency + .agency {
  border-top: 1px solid #ced3df;
}

.picto, span.picto {
  display: inline-block;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  flex-grow: 0;
  flex-shrink: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  border: 2px solid #333333;
  background-color: #333333;
  background-position: center;
  background-size: 30px;
}
.picto.promo, span.picto.promo {
  position: relative;
}
.picto.promo::after, span.picto.promo::after {
  background-color: #ef4646;
  overflow: hidden;
  white-space: nowrap;
  /* top right corner */
  position: absolute;
  top: 10px;
  right: -22px;
  width: 100px;
  z-index: 400;
  /* 45 deg rotation */
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  transform: rotate(20deg);
  /* shadow */
  -webkit-box-shadow: 0 0 10px #333;
  -moz-box-shadow: 0 0 10px #333;
  box-shadow: 0 0 10px #333;
  content: "PROMOTION";
  border: none;
  color: #fff;
  display: block;
  font: bold 8px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 1px;
  text-align: center;
  text-decoration: none;
  /* shadow */
  text-shadow: 0 0 5px #444;
}
@media (max-device-width: 767.98px) {
  .picto.promo::after, span.picto.promo::after {
    top: 8px;
    right: -27px;
    font-size: 6px;
  }
}
.picto.picto-sante, span.picto.picto-sante {
  background-image: url(../modules/jahia-mma-sag-template/css/../images/picto/malettesante.svg);
}
.picto.picto-complementaire-sante, span.picto.picto-complementaire-sante {
  background-image: url(../modules/jahia-mma-sag-template/css/../images/picto/malettesante.svg);
}
.picto.picto-auto, span.picto.picto-auto {
  background-image: url(../modules/jahia-mma-sag-template/css/../images/picto/voiture.svg);
}
.picto.picto-voiture, span.picto.picto-voiture {
  background-image: url(../modules/jahia-mma-sag-template/css/../images/picto/voiture.svg);
}
.picto.picto-habitation1, span.picto.picto-habitation1 {
  background-image: url(../modules/jahia-mma-sag-template/css/../images/picto/habitation1.svg);
}
.picto.picto-habitation2, span.picto.picto-habitation2 {
  background-image: url(../modules/jahia-mma-sag-template/css/../images/picto/habitation2.svg);
}
.picto.picto-justice, span.picto.picto-justice {
  background-image: url(../modules/jahia-mma-sag-template/css/../images/picto/justice.svg);
}
.picto.picto-scolaire, span.picto.picto-scolaire {
  background-image: url(../modules/jahia-mma-sag-template/css/../images/picto/scolaire.svg);
}
.picto.picto-parapluie, span.picto.picto-parapluie {
  background-image: url(../modules/jahia-mma-sag-template/css/../images/picto/parapluie.svg);
}
.picto.picto-chasse, span.picto.picto-chasse {
  background-image: url(../modules/jahia-mma-sag-template/css/../images/picto/chasse.svg);
}
.picto.picto-animaldecompagnie, span.picto.picto-animaldecompagnie {
  background-image: url(../modules/jahia-mma-sag-template/css/../images/picto/animaldecompagnie.svg);
}
.picto.picto-avion, span.picto.picto-avion {
  background-image: url(../modules/jahia-mma-sag-template/css/../images/picto/avion.svg);
}
.picto.picto-bateau, span.picto.picto-bateau {
  background-image: url(../modules/jahia-mma-sag-template/css/../images/picto/bateau.svg);
}
.picto.picto-batiments, span.picto.picto-batiments {
  background-image: url(../modules/jahia-mma-sag-template/css/../images/picto/batiments.svg);
}
.picto.picto-bicyclette, span.picto.picto-bicyclette {
  background-image: url(../modules/jahia-mma-sag-template/css/../images/picto/bicyclette.svg);
}
.picto.picto-ble, span.picto.picto-ble {
  background-image: url(../modules/jahia-mma-sag-template/css/../images/picto/ble.svg);
}
.picto.picto-businessman, span.picto.picto-businessman {
  background-image: url(../modules/jahia-mma-sag-template/css/../images/picto/businessman.svg);
}
.picto.picto-camion, span.picto.picto-camion {
  background-image: url(../modules/jahia-mma-sag-template/css/../images/picto/camion.svg);
}
.picto.picto-campingcar, span.picto.picto-campingcar {
  background-image: url(../modules/jahia-mma-sag-template/css/../images/picto/campingcar.svg);
}
.picto.picto-caravane, span.picto.picto-caravane {
  background-image: url(../modules/jahia-mma-sag-template/css/../images/picto/caravane.svg);
}
.picto.picto-casque, span.picto.picto-casque {
  background-image: url(../modules/jahia-mma-sag-template/css/../images/picto/casque.svg);
}
.picto.picto-chien, span.picto.picto-chien {
  background-image: url(../modules/jahia-mma-sag-template/css/../images/picto/chien.svg);
}
.picto.picto-epargne, span.picto.picto-epargne {
  background-image: url(../modules/jahia-mma-sag-template/css/../images/picto/epargne.svg);
}
.picto.picto-epible, span.picto.picto-epible {
  background-image: url(../modules/jahia-mma-sag-template/css/../images/picto/epible.svg);
}
.picto.picto-equitation, span.picto.picto-equitation {
  background-image: url(../modules/jahia-mma-sag-template/css/../images/picto/equitation.svg);
}
.picto.picto-flotte, span.picto.picto-flotte {
  background-image: url(../modules/jahia-mma-sag-template/css/../images/picto/flotte.svg);
}
.picto.picto-folder, span.picto.picto-folder {
  background-image: url(../modules/jahia-mma-sag-template/css/../images/picto/folder.svg);
}
.picto.picto-fusil, span.picto.picto-fusil {
  background-image: url(../modules/jahia-mma-sag-template/css/../images/picto/fusil.svg);
}
.picto.picto-moto, span.picto.picto-moto {
  background-image: url(../modules/jahia-mma-sag-template/css/../images/picto/moto.svg);
}
.picto.picto-outils, span.picto.picto-outils {
  background-image: url(../modules/jahia-mma-sag-template/css/../images/picto/outils.svg);
}
.picto.picto-ouvrier, span.picto.picto-ouvrier {
  background-image: url(../modules/jahia-mma-sag-template/css/../images/picto/ouvrier.svg);
}
.picto.picto-plaisance, span.picto.picto-plaisance {
  background-image: url(../modules/jahia-mma-sag-template/css/../images/picto/plaisance.svg);
}
.picto.picto-pro, span.picto.picto-pro {
  background-image: url(../modules/jahia-mma-sag-template/css/../images/picto/pro.svg);
}
.picto.picto-remorque, span.picto.picto-remorque {
  background-image: url(../modules/jahia-mma-sag-template/css/../images/picto/remorque.svg);
}
.picto.picto-tracteur, span.picto.picto-tracteur {
  background-image: url(../modules/jahia-mma-sag-template/css/../images/picto/tracteur.svg);
}
.picto.picto-usine, span.picto.picto-usine {
  background-image: url(../modules/jahia-mma-sag-template/css/../images/picto/usine.svg);
}
.picto.picto-velo, span.picto.picto-velo {
  background-image: url(../modules/jahia-mma-sag-template/css/../images/picto/velo.svg);
}

@media (max-device-width: 767.98px) {
  .mobile-hidden {
    display: none !important;
  }
}

@media (min-device-width: 768px) {
  .desktop-hidden {
    display: none !important;
  }
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-10 {
  margin-top: 10px;
}

.mb-20 {
  margin-top: 20px;
}

.mb-30 {
  margin-top: 30px;
}

.mb-40 {
  margin-top: 40px;
}

.ml-10 {
  margin-top: 10px;
}

.ml-20 {
  margin-top: 20px;
}

.ml-30 {
  margin-top: 30px;
}

.ml-40 {
  margin-top: 40px;
}

.mr-10 {
  margin-top: 10px;
}

.mr-20 {
  margin-top: 20px;
}

.mr-30 {
  margin-top: 30px;
}

.mr-40 {
  margin-top: 40px;
}

.flex-row {
  display: flex;
  flex-direction: row !important;
}

.flex-column {
  display: flex;
  flex-direction: column !important;
}

.sm-flex-row {
  display: flex;
  flex-direction: row;
}
@media (max-device-width: 767.98px) {
  .sm-flex-row {
    flex-direction: column;
  }
}

.sm-flex-column {
  display: flex;
  flex-direction: column;
}

@media (max-device-width: 767.98px) {
  .align-self-start-mobile {
    align-self: flex-start !important;
  }
}

@media (min-device-width: 768px) {
  .align-self-end-desktop {
    align-self: flex-end !important;
  }
}

html, body {
  margin: 0;
  padding: 0;
}

.bodywrapper {
  background-color: #ecedf2;
}
.bodywrapper .page-content {
  margin-top: 0;
}
.bodywrapper .custom-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .bodywrapper .custom-container {
    max-width: 997px;
  }
}
.bodywrapper.page-decouvrir > .page-content.immersive .custom-container .panel-content-full .contenu-bloc-devis_decouvrir, .bodywrapper.page-mentions-legales > .page-content.immersive .custom-container .panel-content-full .contenu-bloc-devis_decouvrir, .bodywrapper.page-simple-fil-ariane > .page-content.immersive .custom-container .panel-content-full .contenu-bloc-devis_decouvrir {
  font-size: 16px;
}
.bodywrapper.page-decouvrir > .page-content.immersive .custom-container .panel-content-full .contenu-bloc-devis_decouvrir iframe,
.bodywrapper.page-decouvrir > .page-content.immersive .custom-container .panel-content-full .contenu-bloc-devis_decouvrir .iframe-disabled, .bodywrapper.page-mentions-legales > .page-content.immersive .custom-container .panel-content-full .contenu-bloc-devis_decouvrir iframe,
.bodywrapper.page-mentions-legales > .page-content.immersive .custom-container .panel-content-full .contenu-bloc-devis_decouvrir .iframe-disabled, .bodywrapper.page-simple-fil-ariane > .page-content.immersive .custom-container .panel-content-full .contenu-bloc-devis_decouvrir iframe,
.bodywrapper.page-simple-fil-ariane > .page-content.immersive .custom-container .panel-content-full .contenu-bloc-devis_decouvrir .iframe-disabled {
  border: 0;
}
@media (max-device-width: 767.98px) {
  .bodywrapper.page-decouvrir > .page-content.immersive .custom-container .panel-content-full .contenu-bloc-devis_decouvrir iframe,
.bodywrapper.page-decouvrir > .page-content.immersive .custom-container .panel-content-full .contenu-bloc-devis_decouvrir .iframe-disabled, .bodywrapper.page-mentions-legales > .page-content.immersive .custom-container .panel-content-full .contenu-bloc-devis_decouvrir iframe,
.bodywrapper.page-mentions-legales > .page-content.immersive .custom-container .panel-content-full .contenu-bloc-devis_decouvrir .iframe-disabled, .bodywrapper.page-simple-fil-ariane > .page-content.immersive .custom-container .panel-content-full .contenu-bloc-devis_decouvrir iframe,
.bodywrapper.page-simple-fil-ariane > .page-content.immersive .custom-container .panel-content-full .contenu-bloc-devis_decouvrir .iframe-disabled {
    max-width: 100%;
    width: 100%;
  }
}
.bodywrapper.page-agence .content-title, .bodywrapper.page-decouvrir .content-title {
  display: block;
  max-width: 997px;
  padding: 0 0 15px 0;
}
@media (min-device-width: 768px) {
  .bodywrapper.page-agence .content-title, .bodywrapper.page-decouvrir .content-title {
    position: absolute;
  }
}
@media (max-device-width: 767.98px) {
  .bodywrapper.page-agence .content-title, .bodywrapper.page-decouvrir .content-title {
    background-color: #ffffff;
    padding: 0 0 0px 0;
  }
}
.bodywrapper.page-agence .content-title h1, .bodywrapper.page-decouvrir .content-title h1 {
  display: block;
  width: fit-content;
  color: #003fa6;
  background-color: #ffffff;
  margin: 0;
  font-weight: 700;
  padding: 0 5px;
}
@media (min-device-width: 768px) {
  .bodywrapper.page-agence .content-title h1, .bodywrapper.page-decouvrir .content-title h1 {
    color: #ffffff;
    background-color: transparent;
  }
}
@media (max-device-width: 767.98px) {
  .bodywrapper.page-agence .content-title h1, .bodywrapper.page-decouvrir .content-title h1 {
    width: auto;
    padding: 15px 20px 5px 20px;
    margin-top: 10px;
    margin-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    font-size: 26px;
    font-weight: normal;
    line-height: 30px;
  }
}
@media (min-device-width: 1366px) {
  .bodywrapper.page-agence > #main-content, .bodywrapper.page-agence > .page-content, .bodywrapper.page-decouvrir > #main-content, .bodywrapper.page-decouvrir > .page-content {
    min-width: 1120px;
  }
}
@media (min-device-width: 768px) {
  .bodywrapper.page-agence > #main-content, .bodywrapper.page-agence > .page-content, .bodywrapper.page-decouvrir > #main-content, .bodywrapper.page-decouvrir > .page-content {
    padding-top: 0;
  }
}
.bodywrapper.page-agence > .page-content.immersive, .bodywrapper.page-decouvrir > .page-content.immersive {
  position: relative;
}
.bodywrapper.page-agence > .page-content.immersive::before, .bodywrapper.page-decouvrir > .page-content.immersive::before {
  background-color: transparent;
}
@media (min-device-width: 768px) {
  .bodywrapper.page-agence > .page-content.immersive::before, .bodywrapper.page-decouvrir > .page-content.immersive::before {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 450px;
    background: linear-gradient(#1432b6, #242a59);
  }
}
@media (max-device-width: 767.98px) {
  .bodywrapper.page-agence > .page-content.immersive, .bodywrapper.page-decouvrir > .page-content.immersive {
    background: none;
  }
}
.bodywrapper.page-agence > .page-content.immersive > .custom-container:first-child, .bodywrapper.page-decouvrir > .page-content.immersive > .custom-container:first-child {
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-device-width: 768px) {
  .bodywrapper.page-agence > .page-content.immersive > .custom-container:first-child, .bodywrapper.page-decouvrir > .page-content.immersive > .custom-container:first-child {
    padding-top: 130px;
    padding-bottom: 60px;
  }
}
.bodywrapper.page-assurance-accueil .panel .panel-content-full, .bodywrapper.page-assurance-region .panel .panel-content-full, .bodywrapper.page-assurance-departement .panel .panel-content-full, .bodywrapper.page-assurance-commune .panel .panel-content-full, .bodywrapper.page-assurance-ville-plus-de .panel .panel-content-full {
  padding: 5px 15px;
}
.bodywrapper.page-assurance-accueil .block + .block:before, .bodywrapper.page-assurance-region .block + .block:before, .bodywrapper.page-assurance-departement .block + .block:before, .bodywrapper.page-assurance-commune .block + .block:before, .bodywrapper.page-assurance-ville-plus-de .block + .block:before {
  content: " ";
  margin-top: 20px;
  margin-bottom: 40px;
  display: block;
  background: url(../modules/jahia-mma-sag-template/css/../images/shadow-bottom.png) no-repeat center bottom;
  height: 10px;
  width: 100%;
  background-size: 100% 20px;
  opacity: 0.5;
}
@media (max-device-width: 767.98px) {
  .bodywrapper.page-assurance-accueil .block + .block > .title, .bodywrapper.page-assurance-region .block + .block > .title, .bodywrapper.page-assurance-departement .block + .block > .title, .bodywrapper.page-assurance-commune .block + .block > .title, .bodywrapper.page-assurance-ville-plus-de .block + .block > .title {
    margin-top: 0;
  }
}
.bodywrapper.page-assurance-accueil .breadcrumb, .bodywrapper.page-assurance-region .breadcrumb, .bodywrapper.page-assurance-departement .breadcrumb, .bodywrapper.page-assurance-commune .breadcrumb, .bodywrapper.page-assurance-ville-plus-de .breadcrumb {
  padding: 15px 15px 5px 15px;
  max-width: 937px;
}
@media (max-device-width: 767.98px) {
  .bodywrapper.page-assurance-accueil .breadcrumb, .bodywrapper.page-assurance-region .breadcrumb, .bodywrapper.page-assurance-departement .breadcrumb, .bodywrapper.page-assurance-commune .breadcrumb, .bodywrapper.page-assurance-ville-plus-de .breadcrumb {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.bodywrapper.style-guide {
  background-color: #ffffff;
}
.bodywrapper.style-guide .container {
  width: 1050px;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-device-width: 767.98px) {
  .bodywrapper.style-guide .container {
    width: auto;
  }
}
.bodywrapper.style-guide .row {
  display: flex;
  flex-direction: row;
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-device-width: 767.98px) {
  .bodywrapper.style-guide .row {
    flex-direction: column;
  }
}
.bodywrapper.style-guide .col-md-1 {
  display: flex;
  flex-direction: column;
  width: 8.3333333333%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-device-width: 767.98px) {
  .bodywrapper.style-guide .col-md-1 {
    width: auto;
  }
}
.bodywrapper.style-guide .col-md-2 {
  display: flex;
  flex-direction: column;
  width: 16.6666666667%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-device-width: 767.98px) {
  .bodywrapper.style-guide .col-md-2 {
    width: auto;
  }
}
.bodywrapper.style-guide .col-md-3 {
  display: flex;
  flex-direction: column;
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-device-width: 767.98px) {
  .bodywrapper.style-guide .col-md-3 {
    width: auto;
  }
}
.bodywrapper.style-guide .col-md-4 {
  display: flex;
  flex-direction: column;
  width: 33.3333333333%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-device-width: 767.98px) {
  .bodywrapper.style-guide .col-md-4 {
    width: auto;
  }
}
.bodywrapper.style-guide .col-md-5 {
  display: flex;
  flex-direction: column;
  width: 41.6666666667%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-device-width: 767.98px) {
  .bodywrapper.style-guide .col-md-5 {
    width: auto;
  }
}
.bodywrapper.style-guide .col-md-6 {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-device-width: 767.98px) {
  .bodywrapper.style-guide .col-md-6 {
    width: auto;
  }
}
.bodywrapper.style-guide .col-md-7 {
  display: flex;
  flex-direction: column;
  width: 58.3333333333%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-device-width: 767.98px) {
  .bodywrapper.style-guide .col-md-7 {
    width: auto;
  }
}
.bodywrapper.style-guide .col-md-8 {
  display: flex;
  flex-direction: column;
  width: 66.6666666667%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-device-width: 767.98px) {
  .bodywrapper.style-guide .col-md-8 {
    width: auto;
  }
}
.bodywrapper.style-guide .col-md-9 {
  display: flex;
  flex-direction: column;
  width: 75%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-device-width: 767.98px) {
  .bodywrapper.style-guide .col-md-9 {
    width: auto;
  }
}
.bodywrapper.style-guide .col-md-10 {
  display: flex;
  flex-direction: column;
  width: 83.3333333333%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-device-width: 767.98px) {
  .bodywrapper.style-guide .col-md-10 {
    width: auto;
  }
}
.bodywrapper.style-guide .col-md-11 {
  display: flex;
  flex-direction: column;
  width: 91.6666666667%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-device-width: 767.98px) {
  .bodywrapper.style-guide .col-md-11 {
    width: auto;
  }
}
.bodywrapper.style-guide .col-md-12 {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-device-width: 767.98px) {
  .bodywrapper.style-guide .col-md-12 {
    width: auto;
  }
}
@media (max-device-width: 767.98px) {
  .bodywrapper.style-guide .header-transverse {
    width: auto;
  }
}
@media (max-device-width: 767.98px) {
  .bodywrapper.style-guide .header-transverse .container {
    width: auto;
  }
}
.bodywrapper.style-guide .page-content {
  margin-top: 50px;
  padding-bottom: 30px;
}
@media (max-device-width: 767.98px) {
  .bodywrapper.style-guide .page-content {
    margin-top: 20px;
  }
}
.bodywrapper.style-guide .ribbon {
  background-color: #228848;
}
.bodywrapper.style-guide #toaster {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  color: #2b4392;
  background-color: #f2f2f2;
  border: solid 1px #ced4da;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 0 0 5px 5px;
}
.bodywrapper.style-guide h2.style-guide {
  color: #2244b7;
  background-color: #e6e6e6;
  padding: 0.5rem 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.bodywrapper.style-guide h2.style-guide.first {
  margin-top: 0;
}
.bodywrapper.style-guide h3.style-guide {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 21px;
}
@media (max-device-width: 767.98px) {
  .bodywrapper.style-guide h3.style-guide {
    padding-left: 1rem;
  }
}
.bodywrapper.style-guide .sidebar {
  position: fixed;
  width: 270px;
}
@media (max-width: 1199.98px) {
  .bodywrapper.style-guide .sidebar {
    width: 200px;
  }
}
@media (max-width: 991.98px) {
  .bodywrapper.style-guide .sidebar {
    width: 150px;
  }
}
@media (max-device-width: 767.98px) {
  .bodywrapper.style-guide .sidebar {
    display: none;
  }
}
.bodywrapper.style-guide .sidebar > ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  border: solid 1px #ced4da;
  border-radius: 5px;
}
.bodywrapper.style-guide .sidebar > ul li a {
  display: block;
  padding: 0.5rem 1rem;
  font-size: 16px;
  font-weight: 400;
}
.bodywrapper.style-guide .sidebar > ul li a:hover, .bodywrapper.style-guide .sidebar > ul li a:focus {
  cursor: pointer;
  text-decoration: none;
  background-color: #f2f2f2;
}
.bodywrapper.style-guide .sidebar > ul li + li {
  border-top: solid 1px #ced4da;
}
.bodywrapper.style-guide .color-list {
  display: flex;
  flex-direction: row;
  justify-content: start;
  list-style: none;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0;
  margin: 0;
  margin-top: -1rem;
}
.bodywrapper.style-guide .color-list .colored-square {
  width: auto;
  margin: 1rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-device-width: 767.98px) {
  .bodywrapper.style-guide .color-list .colored-square {
    margin: 1rem;
  }
}
.bodywrapper.style-guide .color-list .colored-square > .title {
  display: block;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.bodywrapper.style-guide .color-list .colored-square:hover {
  cursor: pointer;
}
.bodywrapper.style-guide .color-list .colored-square > div {
  margin-top: 0.5rem;
  width: 150px;
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-device-width: 767.98px) {
  .bodywrapper.style-guide .color-list .colored-square > div {
    width: 100px;
    height: 100px;
  }
}
.bodywrapper.style-guide .btn-list {
  display: flex;
  flex-direction: row;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  flex-wrap: wrap;
  margin-top: 0;
}
@media (max-device-width: 767.98px) {
  .bodywrapper.style-guide .btn-list {
    flex-direction: column;
    margin-top: 15px;
  }
}
.bodywrapper.style-guide .btn-list li {
  margin-right: 15px;
}
.bodywrapper.preview-mode {
  /* CSS spécifique du block carousel/devis */
  /* CSS preview du block horaire */
}
.bodywrapper.preview-mode h1 {
  color: #333333;
}
.bodywrapper.preview-mode .form-switch {
  display: flex;
  flex-direction: row;
}
.bodywrapper.preview-mode .form-switch .form-switch-input:hover,
.bodywrapper.preview-mode .form-switch .form-switch-label:hover {
  cursor: pointer;
}
.bodywrapper.preview-mode .form-switch .form-switch-label {
  margin-top: 0;
  padding-left: 0;
}
.bodywrapper.preview-mode .form-switch .form-switch-input {
  position: relative;
  float: left;
  width: 3em;
  height: 1.5em;
  margin-top: 0;
  margin-left: 0.5em;
  margin-right: 0.5em;
  vertical-align: top;
  background-color: #01A56b;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #01A56b;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
  top: unset;
  left: unset;
}
.bodywrapper.preview-mode .form-switch .form-switch-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.bodywrapper.preview-mode .block.block-carousel .owl-carousel {
  background: white;
  z-index: auto;
}
.bodywrapper.preview-mode .block.block-carousel .owl-carousel .titreOnglet-preview {
  color: #333333;
  padding-left: 15px;
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
}
.bodywrapper.preview-mode .block.block-carousel .owl-carousel .item.item-mma::before {
  background-color: rgba(150, 150, 150, 0.75);
  content: "Non contribuable par l'agence";
  position: absolute;
  z-index: 10;
  color: #333333;
  font-size: 26px;
  font-weight: bold;
  padding: 92px 0;
  width: 100%;
  text-align: center;
}
.bodywrapper.preview-mode .block.block-carousel .owl-carousel .editable-block {
  padding: 0 10px;
}
.bodywrapper.preview-mode .block.block-carousel .owl-carousel .editable-block form {
  color: #333333;
}
.bodywrapper.preview-mode .block.block-carousel .owl-carousel .editable-block form input.titreDetailBlockDevis {
  width: 50%;
}
.bodywrapper.preview-mode .block.block-carousel .owl-carousel .editable-block form .editable-content.block-content {
  background: transparent;
}
.bodywrapper.preview-mode .block.block-carousel .owl-carousel .editable-block form .editable-content.block-content .blockDevis-editTxt {
  margin-left: 10px;
}
.bodywrapper.preview-mode .block.block-carousel .owl-carousel .editable-block .item-speciality .block-content .noContent {
  display: none;
}
.bodywrapper.preview-mode .block.block-carousel .owl-carousel .editable-block .item-speciality .block-content .block-column {
  height: 220px;
}
.bodywrapper.preview-mode .block.block-carousel .owl-carousel .editable-block .item-speciality .block-content .block-column .speciality-photo img {
  height: 220px;
}
.bodywrapper.preview-mode .block.block-carousel .owl-carousel .editable-block .item-speciality .block-content .block-column:last-child {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.bodywrapper.preview-mode .block.block-carousel .owl-carousel .editable-block .item-speciality .block-content .block-column .speciality-overflow-shadow {
  display: none;
}
.bodywrapper.preview-mode .block.block-carousel .owl-carousel .editable-block .item-speciality.detailBlockDevis_noContent .block-content .noContent {
  background-color: #7b8195;
  position: absolute;
  z-index: 10;
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  padding: 48px 0;
  width: 99%;
  text-align: center;
  display: block;
}
.bodywrapper.preview-mode .block.block-carousel .owl-carousel .editable-block .item-speciality .btn.btn-go-to-speciality {
  top: initial;
  position: absolute;
  bottom: 55px;
}
.bodywrapper.preview-mode .insurance-agency .col-2 {
  margin-bottom: 12px;
}
.bodywrapper.preview-mode .insurance-agency .col-2 .info .opening-hours .see-opening-hours .btn-content .today {
  font-size: 14px;
}
.bodywrapper.preview-mode .team-view-switcher {
  margin: 2rem 0 2rem 0;
}
.bodywrapper.preview-mode .team-view-switcher .radio-group-inline {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.bodywrapper.preview-mode .team-view-switcher .radio-group-inline .radio {
  display: inline-flex;
}
@media (min-device-width: 768px) {
  .bodywrapper.preview-mode .team-view-switcher .radio-group-inline .radio {
    width: 50%;
  }
}
.bodywrapper.preview-mode .team-view-switcher .radio-group-inline .radio label {
  cursor: pointer;
  width: 100%;
}
.bodywrapper.preview-mode .team-view-switcher .radio-group-inline .radio .radio-title {
  font-weight: bold;
}
.bodywrapper.preview-mode .team-view-switcher .radio-group-inline .radio ul {
  list-style: none;
  padding-left: 2rem;
  min-height: 100px;
}
.bodywrapper.preview-mode .team-view-switcher .radio-group-inline .radio ul li::before {
  content: "-";
  margin-right: 10px;
}
.bodywrapper.preview-mode .team-view-switcher .radio-group-inline .radio img {
  max-width: 100%;
}
.bodywrapper.preview-mode .team-view-switcher .radio-group-inline .radio:first-child img {
  padding-right: 2rem;
}
.bodywrapper.preview-mode .team-view-switcher input[type=radio] {
  display: inline-block;
  border: none;
  -webkit-appearance: radio;
  margin-right: 5px;
}
@media (min-device-width: 768px) {
  .bodywrapper.edit-mode .block.block-carousel .item {
    height: 240px;
  }
  .bodywrapper.edit-mode .block.block-carousel .block-content .block-column {
    min-height: 180px;
  }
}
.bodywrapper .block {
  margin: 20px 10px;
  display: flex;
  flex-direction: column;
}
@media (max-device-width: 767.98px) {
  .bodywrapper .block {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-device-width: 768px) {
  .bodywrapper .block > .title {
    margin-top: 0;
  }
}
.bodywrapper .block .block-content .sm-flex-row .block-column + .block-column {
  margin-top: 0;
}
@media (min-device-width: 768px) {
  .bodywrapper .block .block-content .sm-flex-row .block-column + .block-column {
    background: url(../modules/jahia-mma-sag-template/css/../images/separator_dotted.png) repeat-y 0% top;
  }
}
@media (max-device-width: 767.98px) {
  .bodywrapper .block .block-content .sm-flex-row .block-column + .block-column {
    background: url(../modules/jahia-mma-sag-template/css/../images/separator_dotted_horizontal.png) repeat-x 0% top;
  }
}
@media (min-device-width: 768px) {
  .bodywrapper .block .block-content .sm-flex-column {
    flex-grow: 1;
    flex-basis: 100%;
  }
}
.bodywrapper .block .block-content .sm-flex-column .block-column + .block-column {
  margin-top: 0;
  background: url(../modules/jahia-mma-sag-template/css/../images/separator_dotted_horizontal.png) repeat-x 0% top;
}
.bodywrapper .block .block-content .block-column {
  padding: 20px 10px;
  width: auto;
}
@media (min-device-width: 768px) {
  .bodywrapper .block .block-content .block-column {
    padding: 0rem 2.5rem;
  }
  .bodywrapper .block .block-content .block-column:first-child {
    padding-left: 0;
  }
  .bodywrapper .block .block-content .block-column:last-child {
    padding-right: 0;
  }
}
.bodywrapper .block.block-text {
  border: 3px solid #e9eaf1;
  border: none;
  border-radius: 0px;
  padding-top: 0;
  font-size: 16px;
}
@media (min-device-width: 768px) {
  .bodywrapper .block.block-text {
    font-size: 16px;
  }
}
.bodywrapper .block.block-text > .title {
  background-color: transparent;
  color: #2b4392;
  border-bottom: 1px solid #c3ccdd;
  font-size: 21px;
  margin: 0;
  padding: 10px 0;
}
@media (min-device-width: 768px) {
  .bodywrapper .block.block-text > .title {
    padding: 10px 0;
  }
}
.bodywrapper .block.block-text .block-content {
  padding: 15px 0;
}
@media (min-device-width: 768px) {
  .bodywrapper .block.block-text .block-content {
    padding: 20px 0;
  }
}
@media (min-device-width: 768px) {
  .bodywrapper .block.block-text .block-content .mrc-content:focus {
    outline: #003FA6 2px solid;
    outline-offset: -2px;
  }
}
.bodywrapper .block.block-text .block-content > :first-child {
  margin-top: 0;
}
.bodywrapper .block.block-text .block-content > :last-child {
  margin-bottom: 0;
}
.bodywrapper .block.block-text .block-content .block-image {
  max-width: 100%;
  float: right;
  margin-bottom: 2rem;
}
@media (min-device-width: 768px) {
  .bodywrapper .block.block-text .block-content .block-image {
    margin-bottom: 10px;
    margin-left: 10px;
  }
}
@media (min-device-width: 768px) {
  .bodywrapper .block.block-text .block-content .block-column {
    padding: 10px 0;
  }
}
.bodywrapper .block.block-text .block-content strong {
  font-size: 16px;
}
@media (min-device-width: 768px) {
  .bodywrapper .block.block-text .block-content .agence-about .block-image {
    max-width: 300px;
  }
  .bodywrapper .block.block-text .block-content .agence-about .presentation {
    min-height: 250px;
  }
  .bodywrapper .block.block-text .block-content .agence-about .list-images {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .bodywrapper .block.block-text .block-content .agence-about .list-images .list-item {
    margin-bottom: 2rem;
  }
}
.bodywrapper .block.block-more-content .block-content {
  overflow: hidden;
}
.bodywrapper .block.block-more-content .btn.btn-more-content {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.bodywrapper .block.block-more-content .more-content-shadow {
  pointer-events: none;
  position: absolute;
  height: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-15%, #fff), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, #fff -15%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(bottom, #fff -15%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, #fff -15%, rgba(255, 255, 255, 0) 100%);
}
.bodywrapper .block.block-tarifs.blue-mode {
  position: relative;
  margin-left: -10px;
  margin-right: -10px;
}
.bodywrapper .block.block-tarifs.blue-mode > .title {
  font-weight: normal;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 30px;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
@media (min-device-width: 768px) {
  .bodywrapper .block.block-tarifs.blue-mode > .title {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
.bodywrapper .block.block-tarifs.blue-mode > .block-content, .bodywrapper .block.block-tarifs.blue-mode > .title {
  color: #ffffff;
  z-index: 100;
}
.bodywrapper .block.block-tarifs.blue-mode::before {
  content: " ";
  background-color: #2b4392;
  opacity: 0.9;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.bodywrapper .block.block-tarifs.blue-mode .block-content {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 30px;
}
@media (min-device-width: 768px) {
  .bodywrapper .block.block-tarifs.blue-mode .block-content {
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 50px;
  }
}
.bodywrapper .block.block-tarifs.blue-mode .block-content .block-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  padding: 30px 15px;
}
@media (min-device-width: 768px) {
  .bodywrapper .block.block-tarifs.blue-mode .block-content .block-column {
    padding: 0 20px;
  }
}
.bodywrapper .block.block-tarifs.blue-mode .block-content .block-column .list.list-links {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-bottom: 25px;
  width: 100%;
}
.bodywrapper .block.block-tarifs.blue-mode .block-content .block-column .list.list-links .picto {
  width: 75px;
  height: 75px;
  background-size: 35px;
}
@media (max-device-width: 767.98px) {
  .bodywrapper .block.block-tarifs.blue-mode .block-content .block-column .list.list-links .picto {
    width: 66px;
    height: 66px;
  }
}
.bodywrapper .block.block-tarifs.blue-mode .block-content .block-column p + p {
  margin-top: 15px;
}
.bodywrapper .block.block-tarifs.blue-mode .block-content .block-column p + .btn {
  margin-top: 20px;
}
.bodywrapper .block.block-tarifs.blue-mode .block-content .block-column h3 {
  margin-bottom: 10px;
  color: #ffffff;
}
.bodywrapper .block.block-tarifs.blue-mode .block-content .block-column .btn.btn-sag-inverted-white {
  margin: 10px 0 0 0;
}
.bodywrapper .block.block-tarifs.blue-mode .link-with-icon {
  display: flex;
  flex-direction: column;
  width: 80px;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  margin-top: 0;
}
@media (min-device-width: 768px) {
  .bodywrapper .block.block-tarifs.blue-mode .link-with-icon {
    width: 90px;
  }
}
.bodywrapper .block.block-tarifs.blue-mode .link-with-icon .picto {
  margin-bottom: 10px;
  margin-right: 0;
  border: 3px solid #ffffff;
  background-color: transparent;
}
.bodywrapper .block.block-tarifs.blue-mode .link-with-icon:focus-visible {
  outline: 2px solid #ffffff !important;
  outline-offset: -2px;
}
.bodywrapper .block.block-tarifs.light-mode {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-device-width: 767.98px) {
  .bodywrapper .block.block-tarifs.light-mode {
    padding-top: 15px;
  }
}
.bodywrapper .block.block-tarifs.light-mode > .title {
  font-weight: bold;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
  color: #2b4392;
}
@media (min-device-width: 768px) {
  .bodywrapper .block.block-tarifs.light-mode > .title {
    padding-bottom: 30px;
  }
}
.bodywrapper .block.block-tarifs.light-mode > .block-content, .bodywrapper .block.block-tarifs.light-mode > .title {
  z-index: 100;
}
.bodywrapper .block.block-tarifs.light-mode .block-content {
  color: #333333;
}
.bodywrapper .block.block-tarifs.light-mode .block-content .block-column {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  padding: 30px 15px;
}
@media (min-device-width: 768px) {
  .bodywrapper .block.block-tarifs.light-mode .block-content .block-column {
    padding: 0 20px;
  }
}
.bodywrapper .block.block-tarifs.light-mode .block-content .block-column .list.list-links {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin-top: 25px;
  width: 100%;
}
.bodywrapper .block.block-tarifs.light-mode .block-content .block-column p {
  align-self: baseline;
}
.bodywrapper .block.block-tarifs.light-mode .block-content .block-column p + p {
  margin-top: 15px;
  text-align: left;
}
.bodywrapper .block.block-tarifs.light-mode .block-content .block-column p + .btn {
  margin-top: 20px;
}
.bodywrapper .block.block-tarifs.light-mode .block-content .block-column h3 {
  margin-bottom: 10px;
}
.bodywrapper .block.block-tarifs.light-mode .block-content .block-column .btn {
  align-self: flex-end;
  color: #2244b7;
  font-weight: normal;
  font-size: 16px;
}
@media (max-device-width: 767.98px) {
  .bodywrapper .block.block-tarifs.light-mode .block-content .block-column .btn {
    align-self: baseline;
    padding-left: 0;
  }
}
.bodywrapper .block.block-tarifs.light-mode .block-content .block-column .btn::before {
  display: inline-block;
  content: "\e042";
  font-family: "Font Awesome Kit";
  font-weight: 900;
  margin-right: 5px;
}
.bodywrapper .block.block-tarifs.light-mode .block-content .block-column .btn.btn-sag-inverted-white {
  margin: 10px 0 0 0;
}
.bodywrapper .block.block-tarifs.light-mode .block-content .block-column .btn.btn-sag-inverted-white:focus-visible {
  outline: 2px solid #003FA6 !important;
  outline-offset: 2px;
}
.bodywrapper .block.block-tarifs.light-mode .link-with-icon {
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  font-size: 16px;
  font-weight: normal;
  margin-top: 0;
  font-weight: bold;
  font-size: 18px;
}
.bodywrapper .block.block-tarifs.light-mode .link-with-icon .picto {
  margin-bottom: 10px;
  margin-right: 10px;
  border: 3px solid #333333;
  border: 3px solid #333333;
}
.bodywrapper .block.block-tarifs.light-mode .link-with-icon:focus-visible {
  outline: 2px solid #003FA6 !important;
  outline-offset: -2px;
}
.bodywrapper .block.block-carousel {
  display: block;
  width: auto;
  position: relative;
  color: #ffffff;
  background-color: #2b4392;
  margin-left: -10px;
  margin-right: -10px;
}
.bodywrapper .block.block-carousel .owl-theme .owl-dots {
  position: absolute;
  bottom: 5px;
  left: 10px;
}
@media (min-device-width: 768px) {
  .bodywrapper .block.block-carousel .owl-theme .owl-dots {
    bottom: 5px;
    right: calc(50% - 70px);
    left: auto;
  }
}
.bodywrapper .block.block-carousel .owl-theme .owl-dots .owl-dot {
  outline: none;
}
.bodywrapper .block.block-carousel .owl-theme .owl-dots .owl-dot:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: -4px;
}
.bodywrapper .block.block-carousel .owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  background-color: transparent;
  border: 1px solid #ffffff;
}
.bodywrapper .block.block-carousel .owl-theme .owl-dots .owl-dot.active span {
  background-color: #ffffff;
}
.bodywrapper .block.block-carousel .title {
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 26px;
  font-weight: normal;
}
@media (min-device-width: 768px) {
  .bodywrapper .block.block-carousel .title {
    font-size: 30px;
    padding-top: 20px;
    padding-bottom: 15px;
  }
}
.bodywrapper .block.block-carousel .block-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  font-size: 16px;
  background-color: #2b4392;
}
@media (min-device-width: 768px) {
  .bodywrapper .block.block-carousel .block-content {
    padding: 0;
    flex-direction: row;
  }
}
.bodywrapper .block.block-carousel .block-content .block-column {
  width: calc(100% - 30px);
  margin-left: 0;
  padding: 15px;
}
@media (min-device-width: 768px) {
  .bodywrapper .block.block-carousel .block-content .block-column {
    padding: 30px;
    min-height: 160px;
  }
}
.bodywrapper .block.block-carousel .block-content .block-column:first-child {
  background-color: rgba(43, 67, 146, 0.9);
}
@media (min-device-width: 768px) {
  .bodywrapper .block.block-carousel .block-content .block-column:first-child {
    padding-top: 0;
    min-height: 190px;
  }
}
.bodywrapper .block.block-carousel .block-content .block-column:first-child .list-links {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: auto;
  margin-top: 15px;
}
@media (min-device-width: 768px) {
  .bodywrapper .block.block-carousel .block-content .block-column:first-child .list-links {
    margin-top: 0;
  }
}
.bodywrapper .block.block-carousel .block-content .block-column:first-child .list-links li {
  width: auto;
}
.bodywrapper .block.block-carousel .block-content .block-column:first-child .list-links .link-with-icon {
  color: #ffffff;
  font-weight: normal;
  font-size: 15px;
  padding: 0;
  margin: 0;
}
@media (min-device-width: 768px) {
  .bodywrapper .block.block-carousel .block-content .block-column:first-child .list-links .link-with-icon {
    font-weight: 700;
    font-size: 16px;
  }
}
.bodywrapper .block.block-carousel .block-content .block-column:first-child .list-links .link-with-icon .picto {
  width: 60px;
  height: 60px;
  background-size: 30px;
  border-color: #ffffff;
  border-width: 3px;
}
@media (min-device-width: 768px) {
  .bodywrapper .block.block-carousel .block-content .block-column:first-child .list-links .link-with-icon .picto {
    width: 75px;
    height: 75px;
    background-size: 35px;
  }
}
.bodywrapper .block.block-carousel .block-content .block-column:first-child .list-links .link-with-icon:hover, .bodywrapper .block.block-carousel .block-content .block-column:first-child .list-links .link-with-icon:focus {
  text-decoration: none;
}
.bodywrapper .block.block-carousel .block-content .block-column:first-child .list-links .link-with-icon:focus-visible {
  outline: 2px solid #ffffff !important;
  outline-offset: -2px;
}
.bodywrapper .block.block-carousel .block-content .block-column:last-child {
  background-color: #2b4392;
  opacity: 1;
  font-size: 15px;
}
@media (min-device-width: 768px) {
  .bodywrapper .block.block-carousel .block-content .block-column:last-child {
    font-size: 16px;
  }
}
.bodywrapper .block.block-carousel .item {
  overflow: hidden;
}
@media (min-device-width: 768px) {
  .bodywrapper .block.block-carousel .item {
    height: 220px;
  }
}
.bodywrapper .block.block-carousel .item .block-content .block-column:last-child {
  height: 198px;
  min-height: 198px;
  max-height: 198px;
}
.bodywrapper .block.block-carousel .item.item-mma .block-content .block-column:first-child {
  border-right-width: 1px;
  border-right-color: #c3ccdd;
  border-right-style: dashed;
}
@media (max-device-width: 767.98px) {
  .bodywrapper .block.block-carousel .item.item-mma .block-content .block-column:first-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.bodywrapper .block.block-carousel .item.item-speciality .block-content .block-column:first-child {
  position: relative;
}
@media (max-device-width: 767.98px) {
  .bodywrapper .block.block-carousel .item.item-speciality .block-content .block-column:first-child {
    padding: 0;
    width: 100%;
  }
}
.bodywrapper .block.block-carousel .item.item-speciality .block-content .block-column:last-child {
  display: flex;
  flex-direction: column;
}
.bodywrapper .block.block-carousel .item.item-speciality .speciality-title {
  display: block;
  padding-bottom: 10px;
  font-weight: bold;
}
.bodywrapper .block.block-carousel .item.item-speciality .speciality-content {
  max-height: 100px;
  overflow: hidden;
}
@media (max-device-width: 767.98px) {
  .bodywrapper .block.block-carousel .item.item-speciality .speciality-content {
    height: 88px;
    margin-bottom: 40px;
  }
}
.bodywrapper .block.block-carousel .item.item-speciality .speciality-overflow-shadow {
  pointer-events: none;
  position: absolute;
  height: 28px;
  right: 0;
  bottom: 55px;
  z-index: 999;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-15%, #2b4392), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, #2b4392 -15%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(bottom, #2b4392 -15%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, #2b4392 -15%, rgba(43, 67, 146, 0) 100%);
}
@media (min-device-width: 768px) {
  .bodywrapper .block.block-carousel .item.item-speciality .speciality-overflow-shadow {
    left: 50%;
  }
}
@media (max-device-width: 767.98px) {
  .bodywrapper .block.block-carousel .item.item-speciality .speciality-overflow-shadow {
    width: 100%;
  }
}
.bodywrapper .block.block-carousel .item.item-speciality .speciality-photo {
  width: 100%;
}
@media (min-device-width: 768px) {
  .bodywrapper .block.block-carousel .item.item-speciality .speciality-photo {
    height: 220px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
  }
}
.bodywrapper .block.block-carousel .item.item-speciality .speciality-photo img {
  width: 100%;
  height: auto;
}
.bodywrapper .block.block-carousel .item.item-speciality .btn.btn-go-to-speciality {
  display: inline-block;
  width: auto;
  font-size: 14px;
  margin: 10px;
  padding: 10px 20px;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  color: #ffffff;
  font-weight: 700;
  background-color: transparent;
  /* si gradient non supporté (IE9) */
  border: 3px solid #ffffff;
  text-decoration: none;
  text-align: right;
  justify-content: right;
  align-self: flex-end;
  align-items: flex-start;
  position: fixed;
  top: 155px;
  min-width: 85px;
}
.bodywrapper .block.block-carousel .item.item-speciality .btn.btn-go-to-speciality:hover, .bodywrapper .block.block-carousel .item.item-speciality .btn.btn-go-to-speciality:focus {
  text-decoration: none;
  cursor: pointer;
  outline: none;
  box-shadow: none;
}
.bodywrapper .block.block-carousel .item.item-speciality .btn.btn-go-to-speciality:focus-visible {
  outline: 2px solid #003FA6 !important;
}
.bodywrapper .block.block-carousel .item.item-speciality .btn.btn-go-to-speciality:before {
  display: none;
  content: none;
}
.bodywrapper .block.block-carousel .item.item-speciality .btn.btn-go-to-speciality:hover, .bodywrapper .block.block-carousel .item.item-speciality .btn.btn-go-to-speciality:active, .bodywrapper .block.block-carousel .item.item-speciality .btn.btn-go-to-speciality:focus {
  background-color: transparent;
  outline: 2px solid #ffffff !important;
  outline-offset: 2px;
}
.bodywrapper .block.block-carousel .item.item-speciality .btn.btn-go-to-speciality:focus-visible {
  outline: 2px solid #ffffff !important;
  outline-offset: 2px;
}
@media (max-device-width: 767.98px) {
  .bodywrapper .block.block-carousel .item.item-speciality .btn.btn-go-to-speciality {
    top: initial;
    bottom: 0;
    right: 10px;
  }
}
.bodywrapper .block.block-carousel .item.item-speciality .btn.btn-go-to-speciality:focus-visible {
  outline: 2px solid #ffffff !important;
}
.bodywrapper .block.block-seo {
  margin: 0;
}
.bodywrapper .block.block-seo > .title {
  color: #6a747d;
  text-transform: uppercase;
  font-size: 1.5rem;
  margin: 0;
}
.bodywrapper .block.block-text.block-seo-bas {
  border-top: 1px solid #c3ccdd;
}
.bodywrapper .block.block-tarifs + .block.block-text.block-seo-bas {
  border-top: none !important;
}
.bodywrapper .block.block-tarifs + .clear + .block.block-text.block-seo-bas {
  border-top: none !important;
}
.bodywrapper .block.block-text.block-carousel + .block.block-text.block-seo-bas {
  border-top: none !important;
}
.bodywrapper .block.block-text.block-carousel + .clear + .block.block-text.block-seo-bas {
  border-top: none !important;
}
.bodywrapper .breadcrumb {
  list-style: none;
  font-size: 13px;
  margin: 0;
  background-color: #ffffff;
  padding: 10px 20px 10px 20px;
}
@media (min-device-width: 768px) {
  .bodywrapper .breadcrumb {
    width: auto;
    margin: 0;
    padding: 15px 15px 5px 15px;
    max-width: 997px;
  }
}
.bodywrapper .breadcrumb li {
  display: inline-block;
}
.bodywrapper .breadcrumb li a {
  color: #706D6D;
}
.bodywrapper .breadcrumb li a.link {
  display: inline;
  font-size: 13px;
}
.bodywrapper .breadcrumb li a.link:before {
  display: none;
  content: none;
}
.bodywrapper .breadcrumb li + li:before {
  color: #706D6D;
  content: "|";
  margin-left: 5px;
}
@media (max-device-width: 767.98px) {
  .bodywrapper .page-content.immersive .breadcrumb li + li:before {
    content: "|";
  }
}
.bodywrapper .content-title {
  max-width: 977px;
  margin: auto;
  padding: 10px;
}
.bodywrapper .content-title h1 {
  font-size: 32px;
  font-weight: 700;
  color: #44455a;
  margin-left: 0;
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 0;
}
@media (max-device-width: 767.98px) {
  .bodywrapper .content-title h1 {
    font-size: 26px;
  }
}
.bodywrapper .content-title .lead {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 10px;
}
.bodywrapper .header-transverse.sag > .container .navigation-desktop .list.list-links li {
  padding: 7px 1%;
  width: 48%;
}
.bodywrapper .header-transverse.sag .list-links li:before {
  content: none;
}
.bodywrapper .header-transverse.sag .list-links li a {
  font-size: 14px;
}
.bodywrapper .footer-global {
  background-color: #37373c;
  color: #d5d5d5;
  font-size: 14px;
  font-family: Arial, sans-serif;
}
.bodywrapper .footer-global ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: row;
  padding: 10px 0;
  margin: 0;
  justify-content: center;
}
@media (max-device-width: 767.98px) {
  .bodywrapper .footer-global ul {
    flex-direction: column;
  }
}
@media (max-device-width: 767.98px) {
  .bodywrapper .footer-global ul {
    align-items: center;
  }
}
.bodywrapper .footer-global li {
  padding: 3px 12px;
}
.bodywrapper .footer-global li + li {
  border-left: 1px solid #d5d5d5;
}
@media (max-device-width: 767.98px) {
  .bodywrapper .footer-global li + li {
    border: none;
  }
}
.bodywrapper .footer-global a {
  color: #d5d5d5;
  text-decoration: none;
}
.bodywrapper .footer-global a:hover, .bodywrapper .footer-global a:focus {
  cursor: pointer;
  text-decoration: underline;
}
.bodywrapper .insurance-agency {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
@media (min-device-width: 768px) {
  .bodywrapper .insurance-agency {
    flex-direction: row;
  }
}
.bodywrapper .insurance-agency .address + .link {
  display: inline-block;
  margin-top: 10px;
}
.bodywrapper .insurance-agency .agency-locator, .bodywrapper .insurance-agency .agency-photo, .bodywrapper .insurance-agency .agency-card {
  width: 100%;
}
@media (min-device-width: 768px) {
  .bodywrapper .insurance-agency .agency-locator, .bodywrapper .insurance-agency .agency-photo, .bodywrapper .insurance-agency .agency-card {
    width: 50%;
  }
}
@media (max-device-width: 767.98px) {
  .bodywrapper .insurance-agency .agency-locator, .bodywrapper .insurance-agency .agency-photo {
    text-align: center;
  }
}
.bodywrapper .insurance-agency .agency-locator img, .bodywrapper .insurance-agency .agency-photo img {
  max-width: 100%;
}
.bodywrapper .insurance-agency .agency-locator {
  background-color: #555555;
}
@media (min-device-width: 768px) {
  .bodywrapper .insurance-agency .agency-locator {
    height: 378px;
  }
}
.bodywrapper .insurance-agency .agency-locator .information-de-contact-plan {
  height: 100%;
}
@media (max-device-width: 767.98px) {
  .bodywrapper .insurance-agency .agency-locator .information-de-contact-plan {
    height: 350px;
  }
}
.bodywrapper .insurance-agency .agency-card {
  padding-left: 0;
  padding-bottom: 20px;
}
@media (min-device-width: 768px) {
  .bodywrapper .insurance-agency .agency-card {
    padding-left: 10px;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }
}
.bodywrapper .insurance-agency .agency-card > .title {
  margin-top: 10px;
  margin-bottom: 20px;
}
.bodywrapper .insurance-agency .col-2 {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
}
@media (min-device-width: 768px) {
  .bodywrapper .insurance-agency .col-2 {
    flex-direction: row;
    margin-top: 25px;
  }
}
.bodywrapper .insurance-agency .col-2 > .info {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: auto;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 20px;
  border: 1px solid #c3ccdd;
}
@media (min-device-width: 768px) {
  .bodywrapper .insurance-agency .col-2 > .info {
    margin-top: 0;
    margin-bottom: 0;
    width: 240px;
    text-align: left;
  }
}
@media screen and (min-device-width: 768px) and (max-width: 1024px) {
  .bodywrapper .insurance-agency .col-2 > .info {
    margin-right: 10px;
  }
}
.bodywrapper .insurance-agency .col-2 > .info .info-title {
  text-transform: uppercase;
  color: #2b4392;
  font-weight: 700;
  position: absolute;
  top: 25px;
}
.bodywrapper .insurance-agency .col-2 > .info .status {
  font-weight: 700;
}
.bodywrapper .insurance-agency .col-2 > .info .status.open {
  color: #00844F;
}
.bodywrapper .insurance-agency .col-2 > .info .status.close {
  color: #b50707;
}
.bodywrapper .insurance-agency .col-2 > .info .opening-hours {
  min-height: 100px;
}
.bodywrapper .insurance-agency .col-2 > .info .opening-hours #opening-hours-full {
  position: absolute;
  top: 132px;
  left: -1px;
  right: -1px;
  z-index: 1000;
  background-color: #ffffff;
  border: 1px solid #c3ccdd;
  margin-top: 0;
  display: none;
  padding: 20px;
  list-style: none;
}
.bodywrapper .insurance-agency .col-2 > .info .opening-hours #opening-hours-full .item {
  font-size: 16px;
  display: flex;
  flex-direction: column;
}
.bodywrapper .insurance-agency .col-2 > .info .opening-hours #opening-hours-full .item .day {
  display: flex;
  flex-direction: column;
  color: #2b4392;
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
}
.bodywrapper .insurance-agency .col-2 > .info .opening-hours #opening-hours-full > .item + .item {
  padding-top: 15px;
}
.bodywrapper .insurance-agency .col-2 > .info .opening-hours .see-opening-hours {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  display: flex;
  width: 100%;
  flex-direction: column;
  margin-top: 0;
  color: #000000;
  border: none;
  background: none;
  outline: none;
  font-size: 16px;
  font-weight: normal;
  padding: 0;
}
@media (min-device-width: 768px) {
  .bodywrapper .insurance-agency .col-2 > .info .opening-hours .see-opening-hours {
    font-size: 18px;
  }
}
.bodywrapper .insurance-agency .col-2 > .info .opening-hours .see-opening-hours:hover, .bodywrapper .insurance-agency .col-2 > .info .opening-hours .see-opening-hours:focus {
  cursor: pointer;
}
.bodywrapper .insurance-agency .col-2 > .info .opening-hours .see-opening-hours:focus-visible {
  outline: 2px solid #003FA6 !important;
}
.bodywrapper .insurance-agency .col-2 > .info .opening-hours .see-opening-hours .btn-content {
  display: flex;
  width: auto;
  flex-direction: row;
  justify-content: space-between;
  position: absolute;
  top: 65px;
  left: 20px;
  right: 20px;
}
.bodywrapper .insurance-agency .col-2 > .info .opening-hours .see-opening-hours .btn-content:after {
  display: inline-block;
  content: "\e06f";
  font-family: "Font Awesome Kit";
  font-size: 22px;
  font-weight: 600;
  margin-left: 2px;
  color: #c3ccdd;
}
.bodywrapper .insurance-agency .col-2 > .info .opening-hours .see-opening-hours .btn-content .today {
  display: flex;
  flex-direction: column;
  text-align: left;
  font-size: 16px;
}
.bodywrapper .insurance-agency .col-2 > .info .opening-hours .see-opening-hours[aria-expanded=true] .btn-content {
  align-items: flex-start;
}
.bodywrapper .insurance-agency .col-2 > .info .opening-hours .see-opening-hours[aria-expanded=true] .btn-content:after {
  transform: rotate(180deg);
}
.bodywrapper .insurance-agency .col-2 > .info .opening-hours .see-opening-hours[aria-expanded=true] + #opening-hours-full {
  display: block;
}
.bodywrapper .insurance-agency .col-2 .btn-group {
  padding-left: 0;
  position: relative;
  margin-top: 25px;
  margin-bottom: 0;
  justify-content: space-between;
}
@media (max-device-width: 767.98px) {
  .bodywrapper .insurance-agency .col-2 .btn-group {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-device-width: 768px) {
  .bodywrapper .insurance-agency .col-2 .btn-group {
    margin-top: 0;
  }
}
.bodywrapper .insurance-agency .col-2 .btn-group .ds-btn {
  margin: 0;
}
.bodywrapper .insurance-agency .col-2 .btn-group li {
  display: flex;
}
.bodywrapper .insurance-agency .col-2 .btn-group li .ds-btn {
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
}
@media (min-device-width: 768px) {
  .bodywrapper .insurance-agency .col-2 .btn-group li .ds-btn {
    justify-content: center;
    font-size: 14px;
  }
}
@media (max-device-width: 767.98px) {
  .bodywrapper .insurance-agency .col-2 .btn-group li .ds-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 14px;
    padding: 0;
  }
  .bodywrapper .insurance-agency .col-2 .btn-group li .ds-btn::before {
    content: none;
  }
}
@media (max-device-width: 575.98px) {
  .bodywrapper .insurance-agency .col-2 .btn-group li .ds-btn {
    width: 85px;
    height: 70px;
  }
}
@media (min-device-width: 320.02px) and (max-width: 767.98px) {
  .bodywrapper .insurance-agency .col-2 .btn-group li .ds-btn {
    width: 100px;
    height: 70px;
  }
}
.bodywrapper .insurance-agency .col-2 .btn-group li + li {
  margin-top: 10px;
}
@media (max-device-width: 767.98px) {
  .bodywrapper .insurance-agency .col-2 .btn-group li + li {
    margin: 0;
  }
}
.bodywrapper .panel {
  display: block;
  padding: 10px;
  border-radius: 0;
  background-color: #ffffff;
}
@media (max-device-width: 767.98px) {
  .bodywrapper .panel {
    border: none;
  }
}
.bodywrapper .panel .panel-content-full {
  padding: 0;
}
.bodywrapper .mmant-carte {
  --mmafr-outline-style: 2px solid;
  --mmafr-outline-focus-visible: var(--mmafr-outline-style) #003FA6 !important;
  --mmafr-icon-font-fontawesome: "Font Awesome 6 Pro";
  --mmafr-icons-default-font-family: var(--mmafr-icon-font-fontawesome);
}
@media (min-device-width: 768px) {
  .bodywrapper .mmant-carte {
    position: relative;
    height: 540px;
  }
}
.bodywrapper .mmant-carte .search-form {
  height: 38px;
  margin: 7px 0;
}
.bodywrapper .mmant-carte .search-form .form-content {
  display: flex;
  flex-direction: row;
  gap: 5px;
  width: 100%;
}
.bodywrapper .mmant-carte .search-form .searchInput {
  width: calc(100% - 45px);
  padding: 8px 4px 8px 8px;
  background: #ffffff;
  border: 1px solid #44455a;
  border-radius: 4px;
  appearance: none;
  -webkit-appearance: none;
}
.bodywrapper .mmant-carte .search-form .searchInput:focus-visible {
  outline: var(--mmafr-outline-focus-visible);
}
.bodywrapper .mmant-carte .search-form .searchButton {
  font-family: var(--mmafr-icons-default-font-family);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  font-size: 18px;
  color: #FFFFFF;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 4px;
  background-color: #00844F;
  cursor: pointer;
}
.bodywrapper .mmant-carte .search-form .searchButton:hover {
  background-color: #01693F;
}
.bodywrapper .mmant-carte .search-form .searchButton:focus-visible {
  outline: var(--mmafr-outline-focus-visible);
}
.bodywrapper .mmant-carte .form-error {
  padding: 0px 12px;
  color: #E11717;
  font-size: 12px;
  margin-bottom: 7px;
}
.bodywrapper .mmant-carte .form-error[aria-hidden=true] {
  display: none;
}
.bodywrapper .mmant-carte .search-and-result {
  background-color: #ededf0;
  width: 100%;
  font-family: "Open Sans";
  color: #44455a;
}
@media (min-device-width: 768px) {
  .bodywrapper .mmant-carte .search-and-result {
    background-color: #FFFFFF;
    position: absolute;
    top: 0;
    width: 415px;
    z-index: 1;
    font: 400 11px Roboto, Arial, sans-serif;
  }
}
.bodywrapper .mmant-carte .search-and-result .search-form {
  padding: 0 10px 0 10px;
  background-color: #e6e6e7;
  display: flex;
  justify-content: space-around;
}
@media (min-device-width: 768px) {
  .bodywrapper .mmant-carte .search-and-result .search-form {
    background-color: #FFFFFF;
  }
}
.bodywrapper .mmant-carte .search-and-result .map-tablist {
  display: flex;
}
@media (min-device-width: 768px) {
  .bodywrapper .mmant-carte .search-and-result .map-tablist {
    display: none;
  }
}
.bodywrapper .mmant-carte .search-and-result .map-tablist > button {
  width: 50%;
  text-transform: uppercase;
  font: 700 12px "Open Sans";
  color: #44455a;
  padding: 10px 0;
  margin: unset;
}
.bodywrapper .mmant-carte .search-and-result .map-tablist > button[aria-selected=true] {
  background-color: #ededf0;
  border-top: 1px solid #babac3;
  border-right: 1px solid #babac3;
  border-left: 1px solid #babac3;
  border-bottom: none;
}
.bodywrapper .mmant-carte .search-and-result .map-tablist > button[aria-selected=false] {
  background-color: #e6e6e7;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #babac3;
}
.bodywrapper .mmant-carte #liste-agences {
  overflow-y: auto;
  padding: 15px;
  margin: 0;
  list-style: none;
}
@media (min-device-width: 768px) {
  .bodywrapper .mmant-carte #liste-agences {
    height: 482px;
    padding: 0;
  }
}
.bodywrapper .mmant-carte #liste-agences .search-message {
  background-color: #ffffff;
  text-align: center;
  padding: 15px;
  margin-top: 15px;
  font-size: 12px;
}
.bodywrapper .mmant-carte #liste-agences .search-message .fa-map-marker-alt {
  color: #2b4392;
  position: relative;
}
.bodywrapper .mmant-carte #liste-agences .search-message .fa-map-marker-alt.searching::after {
  position: absolute;
  width: 41px;
  height: 41px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid;
  border-right: 5px solid;
  border-radius: 45px;
  content: "";
  top: -8px;
  left: -13px;
  animation: effect 1s infinite linear;
}
@keyframes effect {
  100% {
    transform: rotate(360deg);
  }
}
.bodywrapper .mmant-carte #liste-agences .search-message .search-message-title {
  font: 700 18px "Open Sans Condensed";
  color: #2b4392;
  border-bottom: 1px solid #ced3df;
  padding-bottom: 10px;
  margin-top: 10px;
  text-transform: uppercase;
}
.bodywrapper .mmant-carte #liste-agences .agence {
  border-radius: 2px;
  font-size: 12px;
}
@media (min-device-width: 768px) {
  .bodywrapper .mmant-carte #liste-agences .agence {
    padding: 10px 18px 10px 10px;
    display: flex;
    cursor: pointer;
  }
}
.bodywrapper .mmant-carte #liste-agences .agence .agence-button {
  width: 100%;
  border: none;
  padding: 1px;
  text-align: left;
  background: transparent;
}
@media (min-device-width: 768px) {
  .bodywrapper .mmant-carte #liste-agences .agence .agence-button {
    display: flex;
  }
}
.bodywrapper .mmant-carte #liste-agences .agence .agence-title {
  text-transform: uppercase;
  display: flex;
  align-items: center;
  font: 700 18px "Open Sans Condensed";
  margin-bottom: 5px;
}
@media (min-device-width: 768px) {
  .bodywrapper .mmant-carte #liste-agences .agence .agence-title {
    text-transform: none;
    font: 400 15px Roboto, Arial, sans-serif;
    display: unset;
  }
}
.bodywrapper .mmant-carte #liste-agences .agence .agence-title .number {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #44455a;
  color: #ffffff;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  font-size: 9px;
  text-align: center;
  margin-right: 10px;
}
.bodywrapper .mmant-carte #liste-agences .agence .agence-left, .bodywrapper .mmant-carte #liste-agences .agence .agence-right {
  padding: 15px;
  background-color: #ffffff;
}
@media (min-device-width: 768px) {
  .bodywrapper .mmant-carte #liste-agences .agence .agence-left, .bodywrapper .mmant-carte #liste-agences .agence .agence-right {
    padding: 0;
    display: block;
    float: left;
  }
}
.bodywrapper .mmant-carte #liste-agences .agence .opening-hours .label, .bodywrapper .mmant-carte #liste-agences .agence .distance .label {
  color: #2244b7;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 5px 5px 0;
}
.bodywrapper .mmant-carte #liste-agences .agence .opening-hours .today, .bodywrapper .mmant-carte #liste-agences .agence .distance .today {
  margin-top: 0;
}
@media (min-device-width: 768px) {
  .bodywrapper .mmant-carte #liste-agences .agence .opening-hours, .bodywrapper .mmant-carte #liste-agences .agence .distance {
    display: none;
  }
}
.bodywrapper .mmant-carte #liste-agences .agence .agence-left {
  width: auto;
  position: relative;
  padding-bottom: 10px;
  cursor: pointer;
}
@media (min-device-width: 768px) {
  .bodywrapper .mmant-carte #liste-agences .agence .agence-left {
    padding: 10px;
    width: 60%;
  }
}
.bodywrapper .mmant-carte #liste-agences .agence .agence-left .icon-go-to-agence {
  position: absolute;
  top: 23px;
  right: 10px;
}
.bodywrapper .mmant-carte #liste-agences .agence .agence-left .icon-go-to-agence:before {
  display: block;
  font-family: var(--ds-icon-font-kit);
  content: "\e132";
  font-weight: normal;
  font-size: 30px;
}
.bodywrapper .mmant-carte #liste-agences .agence .agence-left .icon-go-to-agence:hover, .bodywrapper .mmant-carte #liste-agences .agence .agence-left .icon-go-to-agence:focus {
  cursor: pointer;
}
@media (min-device-width: 768px) {
  .bodywrapper .mmant-carte #liste-agences .agence .agence-left .icon-go-to-agence {
    display: none;
  }
}
.bodywrapper .mmant-carte #liste-agences .agence .agence-left address {
  font-style: normal;
  font-size: 13px;
  padding-top: 15px;
  display: inline-block;
  color: rgba(0, 0, 0, 0.54);
}
.bodywrapper .mmant-carte #liste-agences .agence .agence-right {
  width: auto;
  position: relative;
  border-top: 1px solid #ced3df;
  padding-top: 10px;
}
@media (min-device-width: 768px) {
  .bodywrapper .mmant-carte #liste-agences .agence .agence-right {
    border-top: none;
    width: 40%;
    padding-top: 0;
  }
}
.bodywrapper .mmant-carte #liste-agences .agence .agence-right .btn-contact-us {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 11px 15px;
  font-weight: 700;
  background-color: #00a56b;
  color: #ffffff;
  border-radius: 6px;
}
.bodywrapper .mmant-carte #liste-agences .agence + .agence {
  margin-top: 15px;
  border-top: 1px solid #ced3df;
}
@media (min-device-width: 768px) {
  .bodywrapper .mmant-carte #liste-agences .agence + .agence {
    margin-top: 0;
  }
}
.bodywrapper .mmant-carte #liste-agences .agence-img {
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  width: 122px;
  height: 90px;
}
.bodywrapper .mmant-carte #liste-agences .agence-img.default-img {
  background-image: url("../modules/jahia-mma-sag-template/css/../images/AgenceDefault.png");
}
.bodywrapper .mmant-carte #detailsAgence {
  overflow-y: auto;
  height: 500px;
}
.bodywrapper .mmant-carte #detailsAgence .zoneActionAgence {
  height: 500px;
}
.bodywrapper .mmant-carte #detailsAgence .presentationAgence {
  position: relative;
}
.bodywrapper .mmant-carte #detailsAgence .presentationAgence .imageAgence {
  max-width: 100%;
  max-height: 311px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.bodywrapper .mmant-carte #detailsAgence .presentationAgence .btn-close-presentation-agence {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 5px;
  font-size: 20px;
  background-color: #2b4392;
  color: #ffffff;
  cursor: pointer;
  border: none;
}
.bodywrapper .mmant-carte #detailsAgence .presentationAgence .btn-close-presentation-agence::before {
  display: block;
  font-family: var(--ds-icon-font-kit);
  content: "\e048";
  font-weight: normal;
  font-size: 20px;
}
.bodywrapper .mmant-carte #detailsAgence .presentationAgence .btn-close-presentation-agence:focus-visible {
  outline: 2px solid #003FA6 !important;
  outline-offset: 2px;
}
.bodywrapper .mmant-carte #detailsAgence .zoneAdrAgence {
  height: 107px;
  background-color: #2b4392;
  padding: 5px 15px 20px;
  font-size: 18px;
  color: #fff;
  display: flex;
}
.bodywrapper .mmant-carte #detailsAgence .zoneAdrAgence .titleAgence {
  color: #ffffff;
  font-size: 18px;
  margin-top: 20px;
  width: 300px;
  font-weight: 700;
  font-family: "Open Sans", Verdana, sans-serif;
}
.bodywrapper .mmant-carte #detailsAgence .zoneAdrAgence .itineraireBloc {
  display: flex;
  flex-direction: column;
  padding: 4px;
  height: 80px;
  transform: translateY(40px);
  cursor: pointer;
  margin-left: auto;
  background-color: transparent;
  border: 0;
}
.bodywrapper .mmant-carte #detailsAgence .zoneAdrAgence .itineraireBloc:focus-visible {
  outline: 2px solid #ffffff !important;
}
.bodywrapper .mmant-carte #detailsAgence .zoneAdrAgence .itineraireBloc .circleItineraireMaps {
  width: 55px;
  height: 55px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
}
.bodywrapper .mmant-carte #detailsAgence .zoneAdrAgence .itineraireBloc .circleItineraireMaps:before {
  display: block;
  color: #2b4392;
  font-family: var(--ds-icon-font-kit);
  content: "\e132";
  font-weight: normal;
  font-size: 30px;
  margin: auto;
}
.bodywrapper .mmant-carte #detailsAgence .zoneAdrAgence .itineraireBloc .itineraireLegende {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  margin-top: 5px;
}
.bodywrapper .mmant-carte #detailsAgence .btn-group {
  display: flex;
  justify-content: space-evenly;
  list-style: none;
  padding-left: 0;
  flex-direction: row;
}
.bodywrapper .mmant-carte #detailsAgence .btn-group li {
  margin: 10px;
}
.bodywrapper .mmant-carte #detailsAgence .btn-group li .btn {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  justify-content: space-around;
  padding: 5px;
  margin: 0;
  border: 1px solid #2b4392;
  border-radius: 0.25rem;
  color: #2b4392;
  font-size: 9px;
  width: 90px;
  height: 82px;
  line-height: 10px;
  text-align: center;
  background-color: transparent;
  align-items: center;
  cursor: pointer;
}
.bodywrapper .mmant-carte #detailsAgence .btn-group li .btn .icon {
  font-size: 20px;
}
.bodywrapper .mmant-carte #detailsAgence .btn-group li .btn:hover, .bodywrapper .mmant-carte #detailsAgence .btn-group li .btn:focus {
  background-color: #2b4392;
  color: #fff;
}
.bodywrapper .mmant-carte #detailsAgence .btn-group li .btn:focus-visible {
  outline: 2px solid #003FA6 !important;
  background-color: #ffffff;
  color: #003FA6;
}
.bodywrapper .mmant-carte #detailsAgence .btn-group li .actionNum:before {
  display: block;
  font-family: var(--ds-icon-font-kit);
  content: "\e131";
  font-weight: normal;
  font-size: 24px;
}
.bodywrapper .mmant-carte #detailsAgence .btn-group li .actionMessage:before {
  display: block;
  font-family: var(--ds-icon-font-kit);
  content: "\e133";
  font-weight: normal;
  font-size: 24px;
}
.bodywrapper .mmant-carte #detailsAgence .btn-group li .actionDevis:before {
  display: block;
  font-family: var(--ds-icon-font-kit);
  content: "\e0de";
  font-weight: normal;
  font-size: 24px;
}
.bodywrapper .mmant-carte #detailsAgence .zoneInfosAgence {
  font-size: 13px;
  color: #333;
}
.bodywrapper .mmant-carte #detailsAgence .zoneInfosAgence > div {
  padding: 4px 24px;
  display: flex;
  align-items: center;
}
.bodywrapper .mmant-carte #detailsAgence .zoneInfosAgence > div .icon {
  font-size: 20px;
  padding-right: 24px;
  color: #2b4392;
}
.bodywrapper .mmant-carte #detailsAgence .zoneInfosAgence > div .icon.fa-map-marker-alt {
  padding-left: 3px;
}
.bodywrapper .mmant-carte #detailsAgence .zoneInfosAgence button.adrInfosAg {
  border: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  font: 400 13px Roboto, Arial, sans-serif;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 4px 24px;
  text-align: left;
}
.bodywrapper .mmant-carte #detailsAgence .zoneInfosAgence button.adrInfosAg:before {
  display: block;
  color: #2b4392;
  font-family: var(--ds-icon-font-kit);
  content: "\e134";
  font-weight: normal;
  font-size: 24px;
  padding-right: 24px;
}
.bodywrapper .mmant-carte #detailsAgence .zoneInfosAgence .siteInfosAg {
  color: #2244b7;
  background-color: transparent;
  cursor: pointer;
  border: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 4px 24px;
}
.bodywrapper .mmant-carte #detailsAgence .zoneInfosAgence .siteInfosAg:before {
  display: block;
  color: #2b4392;
  font-family: var(--ds-icon-font-kit);
  content: "\e135";
  font-weight: normal;
  font-size: 24px;
  padding-right: 24px;
}
.bodywrapper .mmant-carte #detailsAgence .zoneInfosAgence button.horaireToggle {
  border: none;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 4px 24px;
}
.bodywrapper .mmant-carte #detailsAgence .zoneInfosAgence button.horaireToggle:before {
  display: block;
  color: #2b4392;
  font-family: var(--ds-icon-font-kit);
  content: "\e136";
  font-weight: normal;
  font-size: 24px;
  padding-right: 24px;
}
.bodywrapper .mmant-carte #detailsAgence .zoneInfosAgence button.horaireToggle:after {
  display: block;
  color: #2b4392;
  font-family: var(--ds-icon-font-kit);
  content: "\e042";
  font-weight: normal;
  font-size: 24px;
  padding-left: 24px;
}
.bodywrapper .mmant-carte #detailsAgence .zoneInfosAgence button.horaireToggle[aria-expanded=true]:after {
  content: "\e06f";
}
.bodywrapper .mmant-carte #detailsAgence .zoneInfosAgence button.horaireToggle .horairesAg {
  font-weight: 600;
}
.bodywrapper .mmant-carte #detailsAgence .zoneInfosAgence button.horaireToggle .horaireOpen {
  font-weight: 600;
  padding-left: 24px;
}
.bodywrapper .mmant-carte #detailsAgence .zoneInfosAgence button.horaireToggle .horaireOpen.open {
  color: #006400;
}
.bodywrapper .mmant-carte #detailsAgence .zoneInfosAgence button.horaireToggle .horaireOpen.close {
  color: #b50707;
}
.bodywrapper .mmant-carte #detailsAgence .zoneInfosAgence #horairesDetailAg {
  display: none;
}
.bodywrapper .mmant-carte #detailsAgence .zoneInfosAgence #horairesDetailAg ul {
  margin: 0;
  padding-left: 45px;
  padding-bottom: 5px;
}
.bodywrapper .mmant-carte #detailsAgence .zoneInfosAgence #horairesDetailAg ul > li {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  height: 40px;
  align-items: center;
  padding-left: 10px;
}
.bodywrapper .mmant-carte #detailsAgence .zoneInfosAgence #horairesDetailAg ul > li .jourJ {
  font-weight: 700;
}
.bodywrapper .mmant-carte #detailsAgence .zoneInfosAgence #horairesDetailAg ul > li :first-child {
  width: 100px;
}
.bodywrapper .mmant-carte #detailsAgence .zoneInfosAgence #horairesDetailAg ul > :nth-child(odd) {
  background-color: #f2f3f4;
}
.bodywrapper .mmant-carte #detailsAgence .zoneInfosAgence #horairesDetailAg .mentionsSpe {
  padding-left: 45px;
}
.bodywrapper .mmant-carte #map {
  background-color: #555;
  color: #888;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  height: 400px;
}
@media (min-device-width: 768px) {
  .bodywrapper .mmant-carte #map {
    display: block;
    height: 100%;
  }
  .bodywrapper .mmant-carte #map.hasResult {
    margin-left: 415px;
  }
}
.bodywrapper .mmant-carte #map .numbering {
  color: #ffffff;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.bodywrapper .mmant-carte #map .gm-style .gm-style-iw.gm-style-iw-c {
  background-color: #44455a;
  padding: 12px !important;
  box-shadow: 0 0 4px #ced3df;
}
.bodywrapper .mmant-carte #map .gm-style .gm-style-iw.gm-style-iw-c button.gm-ui-hover-effect {
  top: -1px !important;
  right: -1px !important;
  width: 20px !important;
  height: 20px !important;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgdmlld0JveD0iMCAwIDI0IDI0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjx0aXRsZS8+PHBhdGggZD0iTTEyLDJBMTAsMTAsMCwxLDAsMjIsMTIsMTAsMTAsMCwwLDAsMTIsMlptMy4yMSwxMS43OWExLDEsMCwwLDEsMCwxLjQyLDEsMSwwLDAsMS0xLjQyLDBMMTIsMTMuNDFsLTEuNzksMS44YTEsMSwwLDAsMS0xLjQyLDAsMSwxLDAsMCwxLDAtMS40MkwxMC41OSwxMmwtMS44LTEuNzlhMSwxLDAsMCwxLDEuNDItMS40MkwxMiwxMC41OWwxLjc5LTEuOGExLDEsMCwwLDEsMS40MiwxLjQyTDEzLjQxLDEyWiIgZmlsbD0iIzQ2NDY0NiIvPjwvc3ZnPg==), radial-gradient(white, transparent) !important;
}
.bodywrapper .mmant-carte #map .gm-style .gm-style-iw.gm-style-iw-c button.gm-ui-hover-effect img {
  display: none !important;
  filter: invert(1);
}
.bodywrapper .mmant-carte #map .gm-style .gm-style-iw.gm-style-iw-c .gm-style-iw-d {
  overflow: auto !important;
}
.bodywrapper .mmant-carte #map .gm-style .gm-style-iw.gm-style-iw-c .infobull > div {
  color: #ffffff;
  font: 700 18px "Open Sans Condensed";
}
.bodywrapper .mmant-carte #map .gm-style .gm-style-iw.gm-style-iw-c .infobull > a {
  color: #898992;
  text-decoration: none;
  font: 500 12px "Open Sans";
}
.bodywrapper .mmant-carte #map .gm-style .gm-style-iw-t::after {
  background: #44455a;
}
.bodywrapper .team-member {
  margin-bottom: 20px;
}
.bodywrapper .team-member .member-photo {
  width: 100px;
  height: auto;
}
@media (min-device-width: 768px) {
  .bodywrapper .team-member .member-photo {
    width: 143px;
  }
}
.bodywrapper .team-member .member-name {
  font-size: 16px;
  margin-top: 0;
}
@media (min-device-width: 768px) {
  .bodywrapper .team-member .member-name {
    font-size: 16px;
    margin: 8px 0;
  }
}
@media (min-device-width: 768px) {
  .bodywrapper .team-member .member-data {
    width: 290px;
  }
}
.bodywrapper .team-member .member-data:last-child {
  padding: 0 15px;
}
@media (min-device-width: 768px) {
  .bodywrapper .team-member .member-data:last-child {
    padding: 0 20px;
  }
}
.bodywrapper .team-member .member-data .member-function {
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}
.bodywrapper .team-member .member-data .link-contact {
  display: inline-block;
  margin-top: 15px;
}
.bodywrapper .team-member.details {
  width: 100%;
  margin: 0;
}
.bodywrapper .team-member.details .member-photo {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media (min-device-width: 768px) {
  .bodywrapper .team-member.details .member-photo {
    margin-right: 20px;
    margin-bottom: 20px;
  }
}
.bodywrapper .team-member.details .member-data {
  width: auto;
  padding: 0;
}
.bodywrapper .seo-global {
  /* Commun : pour le detail de l'adresse agence & les liens d'agences proches */
  /* Adresse de l'agence */
  /* Agences les plus proches */
}
.bodywrapper .seo-global .agency-address,
.bodywrapper .seo-global .closest-agencies .agency-list .link.link-seo {
  color: #333333;
  font-size: 12px;
  padding: 5px 0 0 0;
}
.bodywrapper .seo-global .agency-address {
  flex-grow: 1;
  font-style: normal;
}
@media (max-device-width: 767.98px) {
  .bodywrapper .seo-global .agency-address {
    margin: 0 20px;
  }
}
.bodywrapper .seo-global .agency-address .agency-name {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 8px;
  margin-top: 0;
}
@media (max-device-width: 767.98px) {
  .bodywrapper .seo-global .agency-address .agency-name {
    font-size: 22px;
    line-height: 22px;
  }
}
.bodywrapper .seo-global .agency-address .address {
  color: #2b4392;
  font-size: 15px;
  margin: 5px 0;
}
@media (min-device-width: 768px) {
  .bodywrapper .seo-global .agency-address .address {
    display: flex;
  }
}
.bodywrapper .seo-global .agency-address .address span:not(:last-child) {
  margin-right: 5px;
}
.bodywrapper .seo-global .agency-address .seo-detail {
  display: flex;
}
.bodywrapper .seo-global .closest-agencies {
  align-self: center;
  width: 33%;
}
@media (max-device-width: 767.98px) {
  .bodywrapper .seo-global .closest-agencies {
    width: auto;
    margin: 30px 20px 0 20px;
    align-self: auto;
  }
}
.bodywrapper .seo-global .closest-agencies .agencies-title {
  color: #333333;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.bodywrapper .seo-global .closest-agencies .list.agency-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-items: center;
  gap: 5px;
}
.bodywrapper .seo-global .closest-agencies .list.agency-list .agency {
  width: 160px;
  color: #898992;
  font-size: 12px;
  padding: 0;
  margin: 0;
  white-space: normal;
}
.bodywrapper .seo-global .closest-agencies .list.agency-list .agency a {
  padding: 0;
  margin: 0;
}
.bodywrapper .seo-global .closest-agencies .list.agency-list .agency a:focus-visible {
  outline: 2px solid #003FA6 !important;
  outline-offset: -2px;
}
.bodywrapper .mentions-legales.mma-accordion ul {
  padding-left: 0;
}
.bodywrapper .mentions-legales.mma-accordion ul li.accordion-item {
  list-style-type: none;
}
.bodywrapper .mentions-legales.mma-accordion ul li.accordion-item:before {
  content: "​";
}
.bodywrapper .mentions-legales.mma-accordion ul li.accordion-item + .accordion-item {
  border-top: 1px solid #e9ecef;
}
.bodywrapper .mentions-legales.mma-accordion ul li.accordion-item.active .accordion-toggle:before {
  transform: rotate(90deg);
}
.bodywrapper .mentions-legales.mma-accordion ul li.accordion-item .accordion-toggle {
  cursor: pointer;
  padding: 10px 6px;
  font-size: 20px;
  margin: 5px 0;
  font-weight: bold;
  font-family: "Open Sans", Verdana, sans-serif;
  color: #2b4392;
  border: none;
  background-color: transparent;
  display: flex;
  align-items: center;
  text-align: left;
  width: 100%;
}
.bodywrapper .mentions-legales.mma-accordion ul li.accordion-item .accordion-toggle:focus-visible {
  outline: 2px solid black !important;
}
.bodywrapper .mentions-legales.mma-accordion ul li.accordion-item .accordion-toggle:before {
  display: inline-block;
  content: "\e042";
  font-family: "Font Awesome Kit";
  vertical-align: middle;
  font-size: 20px;
  color: #8598bd;
  margin-right: 2.5rem;
}
.bodywrapper .mentions-legales.mma-accordion ul li.accordion-item .accordion-toggle h3 {
  font-size: 20px;
}
.bodywrapper .mentions-legales.mma-accordion ul li.accordion-item .accordion-content {
  padding: 15px;
}
.bodywrapper .ribbon {
  background-color: #c03942;
  overflow: hidden;
  white-space: nowrap;
  /* top right corner */
  position: absolute;
  top: 57px;
  right: -90px;
  width: 350px;
  font-size: 14px;
  z-index: 400;
  /* 45 deg rotation */
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  /* shadow */
  -webkit-box-shadow: 0 0 10px #333;
  -moz-box-shadow: 0 0 10px #333;
  box-shadow: 0 0 10px #333;
}
@media (max-width: 1366px) {
  .bodywrapper .ribbon {
    display: none;
  }
}
.bodywrapper .ribbon a {
  border: 1px solid #eee;
  color: #fff;
  display: block;
  font: bold 13px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 1px 0;
  padding: 10px 50px;
  text-align: center;
  text-decoration: none;
  /* shadow */
  text-shadow: 0 0 5px #444;
}

body {
  margin-top: 0;
  font-family: Arial, sans-serif;
  font-size: 18px;
  word-break: break-word;
  color: #333333;
}
@media (min-device-width: 768px) {
  body {
    margin: 0;
  }
}
body h1, body h2, body h3 {
  font-family: "Open Sans", Verdana, sans-serif;
}
body h2 {
  font-size: 27px;
  color: #2b4392;
  margin-bottom: 30px;
}
@media (min-device-width: 320.02px) and (max-width: 767.98px) {
  body h2 {
    font-size: 24px;
  }
}
@media (max-device-width: 575.98px) {
  body h2 {
    font-size: 20px;
  }
}
body h3 {
  font-family: "Open Sans", Verdana, sans-serif;
  margin: 5px 0;
  color: #2b4392;
}
body p {
  margin-top: 0;
  margin-bottom: 0;
}
body p + p {
  margin-top: 10px;
}
body main a:not([class]) {
  color: var(--ds-default-link-color);
  outline: none;
}
body main a:not([class]):hover {
  color: var(--ds-default-link-color);
  position: relative;
  -webkit-text-stroke: 0.3px var(--ds-default-link-color);
  text-decoration: underline;
}
body main a:not([class]):focus {
  outline: 3px solid var(--ds-outline-focus-color, #003FA6);
  outline-offset: 2px;
}
