@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:wght@600&family=Open+Sans:wght@400;600;700&family=Satisfy&family=Poppins:wght@600&family=EB+Garamond:ital,wght@1,500&display=swap');
.idcom-page-locked #wp-admin-bar-so_live_editor,
.idcom-page-locked #wp-admin-bar-edit {
  display: none !important;
}
h1 {
  font-size: 3.5rem;
}
h2 {
  font-size: 2.5rem;
  display: inline-block;
  margin-bottom: 2rem;
}
h3 {
  font-size: 1.2rem;
}
h4 {
  font-size: 1rem;
}
h1,
h2,
h3,
h4,
p,
a,
li {
  line-height: 1.2;
}
h1,
h2 {
  font-family: 'Crimson Text', serif;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
}
h3,
h4 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
p,
a,
li,
div {
  font-family: 'Open Sans', sans-serif;
}
p,
a {
  display: inline-block;
}
a {
  text-decoration: none;
  color: #fff;
}
b {
  font-weight: 700;
}
img {
  max-width: 100% !important;
}
.jumbotron {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #000000;
  background-color: transparent;
  padding: 0;
}
.jumbotron.cta-jumbotron {
  position: relative;
  padding-right: 14rem;
}
.jumbotron.cta-jumbotron > a.btn {
  position: absolute;
  right: 0;
  top: 0;
}
.text-violet {
  color: #a2195b;
}
.lb-image {
  max-width: inherit !important;
}
a:hover,
a:focus {
  color: #cccccc;
}
.btn {
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -o-border-radius: 0px !important;
  font-weight: 700;
  font-size: .8rem;
}
.btn.cta {
  background-color: #a2195b;
  color: #fff !important;
}
.btn.btn-secondary {
  color: #fff !important;
}
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center,ellipse,rgba(0,0,0,0.35) 0%,transparent 80%);
  background: radial-gradient(ellipse at center,rgba(0,0,0,0.35) 0%,transparent 80%);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.hvr-float-shadow:hover,
.hvr-float-shadow:focus,
.hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.hvr-float-shadow:hover:before,
.hvr-float-shadow:focus:before,
.hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
.fix-me:after {
  content: "";
  display: block;
  clear: both;
}
.full-height {
  height: 100%;
}
.full-width {
  width: 100%;
}
.table-me {
  display: table;
}
.table-cell-me {
  display: table-cell;
  vertical-align: middle;
}
.no-padding {
  padding: 0 !important;
}
.text-green {
  color: #34b3a7;
}
.fa-ul {
  list-style-type: none !important;
  margin-left: 0 !important;
}
.fa-ul li {
  position: relative;
  padding-left: 1.5rem;
  list-style-type: none !important;
}
.fa-ul li i {
  position: absolute;
  left: 0;
  color: #000000;
}
html {
  font-size: 16px;
}
body {
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #000000;
}
body header {
  position: relative;
  z-index: 50;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
  -o-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
}
body header .navbar-brand {
  margin: 0;
}
body header #supheader {
  padding: .8rem 0;
}
body header #supheader a {
  color: #000000;
  text-decoration: none;
}
body header #supheader #coordonnees #header-address,
body header #supheader #coordonnees #header-tel {
  position: relative;
  padding-left: 1.2rem;
  font-size: .85rem;
}
body header #supheader #coordonnees #header-address i,
body header #supheader #coordonnees #header-tel i {
  position: absolute;
  top: .1rem;
  left: 0;
  color: #a2195b;
}
body header #supheader #cta-header #socials {
  font-size: 1.7rem;
}
body header #supheader #cta-header #socials .facebook-icon {
  color: #3b5999;
}
body header #supheader #cta-header #socials .google-icon {
  background-color: #34b3a7;
  color: #fff;
  padding: .32rem .5rem;
  font-size: .8rem;
  line-height: 1.4;
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -o-border-radius: 5px !important;
}
body header #supheader #cta-header #socials .google-icon i {
  margin-right: .3rem;
  line-height: 1;
}
body header #supheader #cta-header #socials > * {
  margin-right: .5rem;
}
body header #supheader #cta-header #socials > *:last-child {
  margin-right: 0;
}
body header #supheader .navbar-brand {
  transition: all .3s ease-in-out !important;
  -webkit-transition: all .3s ease-in-out !important;
  -moz-transition: all .3s ease-in-out !important;
  -o-transition: all .3s ease-in-out !important;
}
body header #supheader .navbar-brand:hover,
body header #supheader .navbar-brand:focus {
  transform: scale(1.08);
  -moz-transform: scale(1.08);
  -webkit-transform: scale(1.08);
}
body header #supheader .btn {
  color: #fff;
  margin-top: .5rem;
  text-transform: uppercase;
  transition: all .3s ease-in-out !important;
  -webkit-transition: all .3s ease-in-out !important;
  -moz-transition: all .3s ease-in-out !important;
  -o-transition: all .3s ease-in-out !important;
}
body header #supheader .btn:hover,
body header #supheader .btn:focus {
  background-color: #575756;
}
body header #supheader .btn.made-in-courtage {
  background-color: transparent;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
body header #subheader {
  border-top: 1px solid #f2f2f2;
  background-color: #fff;
}
body header #subheader #entete {
  padding: 0;
}
body.home #bandeau-top h1 {
  font-family: 'Satisfy', cursive;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 2rem;
}
body.home #bandeau-top #barometre-table {
  position: relative;
  display: inline-block;
}
body.home #bandeau-top #barometre-table #pastille {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-50%,-50%) rotate(-10deg);
  background-color: #a2195b;
  color: #fff;
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  font-size: .9rem;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  padding: 1rem;
}
body main #depot_dossier {
  padding: 1rem 2rem;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #a2195b;
  border: 1px solid #fff;
  position: fixed;
  bottom: 0;
  right: 4rem;
  transform: translateY(1px);
}
body main #depot_dossier i {
  margin-right: .4rem;
}
body main #bandeau-top {
  position: relative;
  background-image: url(../img/equipe-la-cle-du-credit-macon.jpg);
  background-size: cover;
  background-position: center;
  margin-bottom: 4rem;
  padding-bottom: 10rem;
}
body main #bandeau-top h1 {
  text-align: center;
  margin-top: 6rem;
  line-height: 1.3;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  max-width: 415px;
  margin-left: auto;
  margin-right: auto;
}
body main #bandeau-top h1 span {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: .8rem;
  text-transform: uppercase;
  color: #a2195b;
  margin-bottom: .2rem;
  font-weight: 700;
}
body main #bandeau-top #prestations-presentation {
  position: absolute;
  bottom: 0;
  left: 0;
}
body main #bandeau-top #prestations-presentation .prestation-item {
  padding: 2rem;
  background-color: rgba(255,255,255,0.7);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transition: all .3s ease-in-out !important;
  -webkit-transition: all .3s ease-in-out !important;
  -moz-transition: all .3s ease-in-out !important;
  -o-transition: all .3s ease-in-out !important;
}
body main #bandeau-top #prestations-presentation .prestation-item h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
  border-bottom: 0;
  color: #dc2180;
}
body main #bandeau-top #prestations-presentation .prestation-item:last-of-type {
  border-right: 0;
}
body main #bandeau-top #prestations-presentation .prestation-item:hover,
body main #bandeau-top #prestations-presentation .prestation-item:focus {
  padding: 3rem;
  transition: all .3s ease-in-out !important;
  -webkit-transition: all .3s ease-in-out !important;
  -moz-transition: all .3s ease-in-out !important;
  -o-transition: all .3s ease-in-out !important;
}
body main #bandeau-top table.table {
  display: inline-table;
  width: auto;
  padding: 1rem;
  background-color: rgba(255,255,255,0.5);
}
body main #bandeau-top table.table thead th {
  border-top: 0;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1rem;
  padding: 1rem 2rem;
  color: #a2195b;
}
body main #bandeau-top table.table thead th span {
  display: block;
  font-weight: 400;
  color: #000000;
}
body main #bandeau-top table.table thead th small {
  display: block;
  max-width: 200px;
  font-size: .6rem;
}
body main #bandeau-top table.table thead .sub-header th {
  padding: 1rem;
}
body main #bandeau-top table.table thead .sub-header th small {
  color: #000000;
}
body main #bandeau-top table.table tbody tr td:nth-child(1) {
  font-weight: 700;
  text-transform: uppercase;
  font-size: .9rem;
}
body main #bandeau-top table.table tbody tr td:nth-child(3) {
  font-weight: 700;
  color: #a2195b;
}
body main #bandeau-top table.table tfoot td {
  font-size: .6rem;
  font-style: italic;
  width: 300px;
  max-width: 100%;
  line-height: 1.2;
}
body main #bandeau-top table.table tfoot td span {
  display: block;
  font-size: .8rem;
}
body main #taux-wrapper #valeurs-list .valeur-item h2 {
  border-bottom: 0;
  font-size: 5.5rem;
  color: #a2195b;
}
body main #taux-wrapper #valeurs-list .valeur-item h2 span.year {
  font-family: "Open Sans", arial;
  display: block;
  color: #575756;
  font-size: .8rem;
  color: #000000;
  line-height: 1;
  font-weight: 700;
}
body main #taux-wrapper #valeurs-list .valeur-item h2 span.percent {
  display: inline-block;
  font-size: 2.4rem;
  transform: translateY(-1.4rem) translateX(.4rem);
  font-weight: 700;
}
body main #home-actus {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
body main #home-actus .actualite-item figure {
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center;
  padding: 0;
}
body main #home-actus .actualite-item .actu-desc {
  position: relative;
  padding: 2.5rem 1.5rem;
  background-color: #a2195b;
  color: #fff;
}
body main #home-actus .actualite-item .actu-desc:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  background-color: #a2195b;
  width: 2000px;
  height: 100%;
}
body main #home-actus .actualite-item .actu-desc h4 {
  text-transform: uppercase;
  color: #fff;
  opacity: 0.6;
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  font-weight: 700;
}
body main #home-actus .actualite-item .actu-desc .btn {
  margin-top: 1rem;
  background-color: #fff;
}
body main #home-actus .actualite-item:nth-child(2) > a {
  order: 1;
}
body main #home-actus .actualite-item:nth-child(2) figure {
  order: 2;
}
body main #home-actus .actualite-item:nth-child(2) .actu-desc:after {
  right: 100%;
  left: auto;
}
body main #valeurs-wrapper {
  margin-bottom: 6rem;
}
body main #valeurs-list .valeur-item {
  text-align: center;
}
body main #valeurs-list .valeur-item:hover h3,
body main #valeurs-list .valeur-item:focus h3 {
  color: #34b3a7;
  transition: all .3s ease-in-out !important;
  -webkit-transition: all .3s ease-in-out !important;
  -moz-transition: all .3s ease-in-out !important;
  -o-transition: all .3s ease-in-out !important;
}
body main #valeurs-list .valeur-item figure {
  padding: 2rem;
  padding-bottom: 1rem;
}
body main #valeurs-list .valeur-item h3 {
  margin-top: 1rem;
}
body main #simulateurs-list {
  margin-bottom: 3rem;
}
body main #simulateurs-list .simulateur-item a {
  background-color: #a2195b;
  text-transform: uppercase;
  color: #fff;
  font-size: 1.2rem;
  border: 10px solid #e6e6e6;
  transition: all .3s ease-in-out !important;
  -webkit-transition: all .3s ease-in-out !important;
  -moz-transition: all .3s ease-in-out !important;
  -o-transition: all .3s ease-in-out !important;
  padding: 0;
}
body main #simulateurs-list .simulateur-item a span {
  display: inline-block;
  padding: 3rem .5rem;
  text-shadow: #921752 1px 1px, #921752 2px 2px, #921752 3px 3px, #921752 4px 4px, #921752 5px 5px, #921752 6px 6px, #921752 7px 7px, #921752 8px 8px, #921752 9px 9px, #921752 10px 10px, #921752 11px 11px, #921752 12px 12px, #921752 13px 13px, #921752 14px 14px, #921752 15px 15px, #921752 16px 16px, #921752 17px 17px, #921752 18px 18px, #921752 19px 19px, #921752 20px 20px, #921752 21px 21px, #921752 22px 22px, #921752 23px 23px, #921752 24px 24px, #921752 25px 25px, #921752 26px 26px, #921752 27px 27px, #921752 28px 28px, #921752 29px 29px, #921752 30px 30px, #921752 31px 31px, #921752 32px 32px, #921752 33px 33px, #921752 34px 34px, #921752 35px 35px, #921752 36px 36px, #921752 37px 37px, #921752 38px 38px, #921752 39px 39px, #921752 40px 40px, #931752 41px 41px, #931752 42px 42px, #931752 43px 43px, #941753 44px 44px, #941753 45px 45px, #941753 46px 46px, #941753 47px 47px, #951753 48px 48px, #951753 49px 49px, #951754 50px 50px, #961754 51px 51px, #961754 52px 52px, #961754 53px 53px, #961754 54px 54px, #971754 55px 55px, #971755 56px 56px, #971755 57px 57px, #981755 58px 58px, #981755 59px 59px, #981755 60px 60px, #981755 61px 61px, #991756 62px 62px, #991756 63px 63px, #991756 64px 64px, #9a1856 65px 65px, #9a1856 66px 66px, #9a1856 67px 67px, #9a1856 68px 68px, #9b1857 69px 69px, #9b1857 70px 70px, #9b1857 71px 71px, #9c1857 72px 72px, #9c1857 73px 73px, #9c1857 74px 74px, #9c1858 75px 75px, #9d1858 76px 76px, #9d1858 77px 77px, #9d1858 78px 78px, #9e1858 79px 79px, #9e1858 80px 80px, #9e1859 81px 81px, #9e1859 82px 82px, #9f1859 83px 83px, #9f1859 84px 84px, #9f1859 85px 85px, #a01859 86px 86px, #a0185a 87px 87px, #a0185a 88px 88px, #a0185a 89px 89px, #a1185a 90px 90px, #a1185a 91px 91px, #a1185a 92px 92px, #a2195b 93px 93px;
  overflow: hidden;
  width: 100%;
}
body main #simulateurs-list .simulateur-item a:hover,
body main #simulateurs-list .simulateur-item a:focus {
  border-width: 1px;
  border-color: #a2195b;
  transition: all .3s ease-in-out !important;
  -webkit-transition: all .3s ease-in-out !important;
  -moz-transition: all .3s ease-in-out !important;
  -o-transition: all .3s ease-in-out !important;
}
body main #simulateurs-list .simulateur-item a:before {
  top: 110% !important;
}
body main #prestations-wrapper {
  background: url('../img/fond.jpg') center no-repeat;
  background-size: 100%;
  margin-bottom: 4rem;
}
body main #prestations-wrapper #accordionPrestations .card {
  border-bottom: 0;
  margin-bottom: 1rem;
  border-radius: 0;
}
body main #prestations-wrapper #accordionPrestations .card .card-header {
  padding: 0;
  border-radius: 0;
}
body main #prestations-wrapper #accordionPrestations .card .card-header h2 {
  position: relative;
  margin: 0;
  padding: 1rem;
  font-family: "Open Sans", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  border-bottom: 0;
  padding-bottom: 1rem;
  display: block;
  color: #ffffff;
  padding-right: 5rem;
}
body main #prestations-wrapper #accordionPrestations .card .card-header h2:after {
  content: "+";
  font-size: 1.6rem;
  position: absolute;
  right: 1.3rem;
  top: 50%;
  padding: .23rem .7rem;
  border: 1px solid #fff;
  color: #fff;
  transform: rotate(0deg) translateY(-50%);
  -moz-transform: rotate(0deg) translateY(-50%);
  -webkit-transform: rotate(0deg) translateY(-50%);
  transform-origin: center top;
  -moz-transform-origin: center top;
  -webkit-transform-origin: center top;
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  transition: all .3s ease-in-out !important;
  -webkit-transition: all .3s ease-in-out !important;
  -moz-transition: all .3s ease-in-out !important;
  -o-transition: all .3s ease-in-out !important;
}
body main #prestations-wrapper #accordionPrestations .card .card-header h2[aria-expanded="true"]:after {
  transform: rotate(360deg) translateY(-50%);
  -moz-transform: rotate(360deg) translateY(-50%);
  -webkit-transform: rotate(360deg) translateY(-50%);
  transform-origin: center top;
  -moz-transform-origin: center top;
  -webkit-transform-origin: center top;
}
body main #prestations-wrapper #accordionPrestations .card .card-header:hover,
body main #prestations-wrapper #accordionPrestations .card .card-header:focus {
  cursor: pointer;
}
body main #prestations-wrapper #accordionPrestations .card .card-body {
  border-bottom: 1px solid rgba(0,0,0,0.125);
}
body main #prestations-wrapper #accordionPrestations .card .card-body b,
body main #prestations-wrapper #accordionPrestations .card .card-body strong {
  color: var(--bold-color);
}
body main #home-team {
  position: relative;
  background-color: #a2195b;
}
body main #home-team figure {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
body main #home-team figure > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  object-position: center;
  min-height: 100%;
}
body main #home-team > .container {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #fff;
}
body main #home-team > .container h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 2px solid #fff;
  padding-bottom: 1rem;
  color: #fff;
}
body main #home-team > .container .contenu {
  font-size: 1.2rem;
  line-height: 1.4;
}
body main #home-team > .container .btn {
  background-color: #fff;
  font-size: 1rem;
  margin-top: 1.5rem;
}
body main #partners-owl {
  position: relative;
  padding-left: 2rem;
  padding-right: 2rem;
}
body main #partners-owl .owl-stage-outer .owl-stage {
  display: flex;
  align-items: center;
}
body main #partners-owl .owl-stage-outer .owl-stage .owl-item {
  text-align: center;
}
body main #partners-owl .owl-stage-outer .owl-stage .partenaire-item {
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 1.5rem;
  height: 180px;
  width: 180px;
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  border: 2px solid #f2f2f2;
  overflow: hidden;
  background-color: #fff;
}
body main #partners-owl .owl-stage-outer .owl-stage .partenaire-item:hover,
body main #partners-owl .owl-stage-outer .owl-stage .partenaire-item:focus {
  border: 2px solid #a2195b;
}
body main #partners-owl .owl-nav .owl-prev,
body main #partners-owl .owl-nav .owl-next {
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -1.5rem;
  line-height: 1;
  font-size: 2rem;
}
body main #partners-owl .owl-nav .owl-prev:focus,
body main #partners-owl .owl-nav .owl-prev:hover,
body main #partners-owl .owl-nav .owl-next:focus,
body main #partners-owl .owl-nav .owl-next:hover {
  outline: none;
}
body main #partners-owl .owl-nav .owl-prev span,
body main #partners-owl .owl-nav .owl-next span {
  display: inline-block;
  line-height: 1;
  color: #575756;
}
body main #partners-owl .owl-nav .owl-prev span:focus,
body main #partners-owl .owl-nav .owl-prev span:hover,
body main #partners-owl .owl-nav .owl-next span:focus,
body main #partners-owl .owl-nav .owl-next span:hover {
  color: #a2195b;
}
body main #partners-owl .owl-nav .owl-prev {
  left: 0;
}
body main #partners-owl .owl-nav .owl-next {
  right: 0;
}
body main #bandeau-top.p-int {
  position: relative;
  padding: 9rem 1rem;
  text-align: center;
  height: auto;
  margin-bottom: 0;
  background-size: 100%;
  background-position: left center;
  background-repeat: no-repeat;
  background-position: center top;
}
body main #bandeau-top.p-int h1 {
  font-size: 3.5rem;
  margin: 0;
  position: relative;
  max-width: 100%;
  color: #000000 !important;
}
body main .nf-before-form-content,
body main .nf-after-form-content {
  display: none;
}
body main .nf-form-content nf-field .nf-field-label {
  text-transform: uppercase;
  font-size: 1rem;
  margin-bottom: .3rem;
}
body main .nf-form-content nf-field .nf-field-label .ninja-forms-req-symbol {
  color: #a2195b;
}
body main .nf-form-content nf-field .nf-field-element input,
body main .nf-form-content nf-field .nf-field-element select {
  padding: .5rem;
}
body main .nf-form-content nf-field #nf-field-4 {
  font-size: 1.1rem !important;
  padding: .7rem 1.5rem;
}
body main .nf-form-content nf-field #nf-field-4:hover,
body main .nf-form-content nf-field #nf-field-4:focus {
  cursor: pointer;
}
body main .grey-background {
  padding: 2rem;
  background-color: #e6e6e6;
}
body main #main-content {
  padding: 4rem 0rem;
}
body main #main-content * {
  line-height: 1.4 !important;
}
body main #main-content p {
  margin-bottom: 1.5rem;
}
body main #main-content ul {
  margin-left: 2rem;
}
body main #main-content ul li {
  list-style-type: disc;
  margin-bottom: .2rem;
}
body main #main-content strong,
body main #main-content b {
  font-weight: 700;
}
body main #main-content blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #e6e6e6;
  color: #a2195b;
}
body main #main-content blockquote p:last-of-type {
  margin: 0;
}
body main #main-content .widget-title {
  font-size: 1.6rem;
  color: #34b3a7;
}
body main #go-back-btn {
  margin-bottom: 2rem;
}
body main #simulateursTab {
  margin: 0;
  margin-left: 0 !important;
  margin-bottom: 2rem;
  border: 0;
  list-style-type: none !important;
}
body main #simulateursTab li {
  list-style-type: none !important;
}
body main #simulateursTab li a {
  border: 0;
  padding: 1rem 1.7rem;
  color: #000000;
}
body main #simulateursTab li a:hover,
body main #simulateursTab li a:focus,
body main #simulateursTab li a.active {
  border-bottom: 2px solid #a2195b;
  color: #a2195b;
  font-weight: 700;
}
body main #calc-result {
  font-size: 2rem;
  color: #a2195b;
}
body main #simulateur-result {
  font-size: 1.2rem;
  cursor: pointer;
}
body main .texte-deux-colonnes {
  columns: 2;
  column-gap: 2rem;
  column-fill: balance;
}
body main #team-desc {
  position: relative;
  font-size: 1.2rem;
  margin-bottom: 4rem;
}
body main #team-desc #pastille {
  position: absolute;
  left: 50%;
  top: -5rem;
  margin-top: -70px;
  margin-left: -70px;
  background-color: #a2195b;
  color: #fff;
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  font-size: .9rem;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  padding: 1rem;
}
body main #team .team-member {
  min-height: 450px;
  padding-top: 1rem;
  margin-bottom: 3rem;
  border: 1px solid #dddddd;
  transition: all .3s ease-in-out !important;
  -webkit-transition: all .3s ease-in-out !important;
  -moz-transition: all .3s ease-in-out !important;
  -o-transition: all .3s ease-in-out !important;
}
body main #team .team-member figure {
  position: relative;
  text-align: center;
  margin: 0;
  transition: all .3s ease-in-out !important;
  -webkit-transition: all .3s ease-in-out !important;
  -moz-transition: all .3s ease-in-out !important;
  -o-transition: all .3s ease-in-out !important;
}
body main #team .team-member figure span {
  display: inline-block;
  height: 200px;
  width: 200px;
  overflow: hidden;
  border: 6px solid #a2195b;
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -o-border-radius: 50% !important;
}
body main #team .team-member figure:before {
  pointer-events: none;
  position: absolute;
  z-index: 1;
  content: '';
  top: 100%;
  left: 25%;
  height: 10px;
  width: 50%;
  opacity: .4;
  background: -webkit-radial-gradient(center,ellipse,rgba(0,0,0,0.35) 0%,transparent 80%);
  background: radial-gradient(ellipse at center,rgba(0,0,0,0.35) 0%,transparent 80%);
  transition: all .3s ease-in-out !important;
  -webkit-transition: all .3s ease-in-out !important;
  -moz-transition: all .3s ease-in-out !important;
  -o-transition: all .3s ease-in-out !important;
}
body main #team .team-member figure img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  min-height: 100%;
}
body main #team .team-member .team-member-infos {
  width: 100%;
  padding: 1rem 1rem 0 1rem;
}
body main #team .team-member .team-member-infos .title {
  text-align: center;
  margin-bottom: 1rem;
  padding-bottom: .5rem;
  border-bottom: 1px solid #dddddd;
}
body main #team .team-member .team-member-infos .title h2 {
  font-family: "Crimson Text", serif;
  text-transform: none;
  font-size: 1.6rem;
  font-weight: 700;
  border: 0;
  margin: 0;
  color: #a2195b;
}
body main #team .team-member .team-member-infos .title h3 {
  font-weight: 400;
}
body main #team .team-member .team-member-infos .coordonnees .phone,
body main #team .team-member .team-member-infos .coordonnees .email {
  text-align: center;
}
body main #team .team-member .team-member-infos .coordonnees .phone > div,
body main #team .team-member .team-member-infos .coordonnees .email > div {
  position: relative;
  padding-left: 1.7rem;
  font-size: 1.3rem;
}
body main #team .team-member .team-member-infos .coordonnees .phone i,
body main #team .team-member .team-member-infos .coordonnees .email i {
  position: absolute;
  top: 0;
  left: 0;
}
body main #team .team-member .team-member-infos .coordonnees .phone i {
  left: 3px;
}
body main #team .team-member:hover,
body main #team .team-member:focus {
  border: 1px solid #575756;
}
body main #team .team-member:hover figure,
body main #team .team-member:focus figure {
  transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
}
body main #team .team-member:hover figure:before,
body main #team .team-member:focus figure:before {
  transform: translateY(10px);
  -moz-transform: translateY(10px);
  -webkit-transform: translateY(10px);
}
body main #press-list .card {
  transition: all .3s ease-in-out !important;
  -webkit-transition: all .3s ease-in-out !important;
  -moz-transition: all .3s ease-in-out !important;
  -o-transition: all .3s ease-in-out !important;
}
body main #press-list .card .card-header {
  text-align: center;
  width: 100%;
  background-color: #a2195b;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
}
body main #press-list .card:hover,
body main #press-list .card:focus {
  border: 1px solid #a2195b;
}
body main #main-content #actualites-list .actualite-item {
  margin-bottom: 2rem;
}
body main #main-content #actualites-list .actualite-item:last-of-type {
  margin-bottom: 0;
}
body main #main-content #actualites-list .actualite-item figure {
  height: 100%;
  background-size: cover;
  background-position: center;
  padding: 0;
}
body main #main-content #actualites-list .actualite-item .actu-desc {
  position: relative;
  padding: 2.5rem 1.5rem;
  background-color: #a2195b;
  color: #fff;
}
body main #main-content #actualites-list .actualite-item .actu-desc h4 {
  text-transform: uppercase;
  color: #fff;
  opacity: 0.6;
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  font-weight: 700;
}
body main #main-content #actualites-list .actualite-item .actu-desc .btn {
  margin-top: 1rem;
  background-color: #fff;
}
body main #main-content #main-nav {
  padding-top: 3rem;
}
body main #main-content #main-nav .pages {
  display: none;
}
body main #main-content #main-nav .page,
body main #main-content #main-nav .nextpostslink,
body main #main-content #main-nav .previouspostslink {
  border: 1px solid #f2f2f2;
  color: #000000;
}
body main #main-content #main-nav .page:hover,
body main #main-content #main-nav .page:focus,
body main #main-content #main-nav .nextpostslink:hover,
body main #main-content #main-nav .nextpostslink:focus,
body main #main-content #main-nav .previouspostslink:hover,
body main #main-content #main-nav .previouspostslink:focus {
  border: 1px solid #575756;
  color: #a2195b;
}
body main #main-content #main-nav .current {
  border: 1px solid #575756;
  color: #a2195b;
}
body main #main-content #main-nav .wp-pagenavi a,
body main #main-content #main-nav .wp-pagenavi span {
  padding: 3px 10px;
}
body main #main-actualite-visu {
  margin-bottom: 4rem;
}
body main #main-actualite-visu figure {
  display: inline-block;
  position: relative;
}
body main #main-actualite-visu figure img {
  position: relative;
  margin-bottom: -12px;
  z-index: 1;
}
body main #main-actualite-visu figure:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 32px;
  top: 100%;
  left: 0;
  background-image: url(../img/ombre-main-visu-left.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
}
body main #main-actualite-visu figure:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 32px;
  top: 100%;
  right: 0;
  background-image: url(../img/ombre-main-visu-right.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  transform: translateY(5px);
}
body main .parrainage form {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #dddddd;
}
body main .parrainage form .html-container {
  margin-bottom: 1rem;
}
body main .parrainage form h3 {
  font-size: 1.4rem;
  color: #34b3a7;
  margin-bottom: 0;
}
body main .parrainage form input[type="submit"],
body main .parrainage form input[type="button"] {
  background-color: #a2195b;
  color: #fff;
  padding: .7rem 1rem;
  border: 0;
}
body main .parrainage form input[type="submit"]:hover,
body main .parrainage form input[type="submit"]:focus,
body main .parrainage form input[type="button"]:hover,
body main .parrainage form input[type="button"]:focus {
  cursor: pointer;
}
body main #review-list .card {
  margin: 0;
  margin-bottom: 1.5rem;
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
  -o-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
  transition: all .3s ease-in-out !important;
  -webkit-transition: all .3s ease-in-out !important;
  -moz-transition: all .3s ease-in-out !important;
  -o-transition: all .3s ease-in-out !important;
}
body main #review-list .card:hover,
body main #review-list .card:focus {
  box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
  -o-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
  transition: all .3s ease-in-out !important;
  -webkit-transition: all .3s ease-in-out !important;
  -moz-transition: all .3s ease-in-out !important;
  -o-transition: all .3s ease-in-out !important;
}
body main #review-list .card blockquote.card-body {
  border-left: 0;
}
body main #review-list .card .blockquote-footer {
  background-color: transparent;
  border-bottom: 0;
  font-style: italic;
}
body main #review-list .card:nth-child(3n+1) {
  background-color: #a2195b;
  color: #fff !important;
}
body main #review-list .card:nth-child(3n+1) .blockquote {
  color: #fff !important;
}
body main #review-list .card:nth-child(3n+1) .blockquote-footer {
  color: #fff !important;
  opacity: 0.6;
}
body main #review-list .card:nth-child(3n+1) .blockquote-footer small {
  color: #fff !important;
}
body main #review-list .card:nth-child(6n+2) {
  background-color: #f2f2f2;
  color: #fff !important;
}
body main #review-list .card:nth-child(6n+2) .blockquote {
  color: #000000 !important;
}
body main #review-list .card:nth-child(6n+2) .blockquote-footer {
  color: #000000 !important;
  opacity: 0.6;
}
body main #review-list .card:nth-child(6n+2) .blockquote-footer small {
  color: #000000 !important;
}
body main #mixit-controls {
  padding-bottom: 3rem;
}
body main #mixit-controls a {
  font-size: 1rem;
}
body main #mixit-controls a.mixitup-control-active {
  background-color: #000000;
}
body main #mixit-controls a:hover,
body main #mixit-controls a:focus {
  cursor: pointer;
}
body main #partenaires-list .mix a {
  display: inline-block;
  text-align: center;
}
body main #partenaires-list .mix a img {
  max-height: 80%;
  max-width: 80% !important;
}
body main .acf-map {
  width: 100%;
  height: 400px;
  margin: 20px 0;
}
body main .acf-map img {
  max-width: inherit !important;
}
body main form .rgpd label {
  font-size: .8rem;
  text-transform: none;
  font-weight: 400;
}
body main #contact-infos h3 {
  font-size: 1rem;
  text-transform: uppercase;
  color: #a2195b;
  margin-bottom: 1.2rem;
}
body main #nf-field-27-wrap .nf-field-element > ul li {
  display: inline-block;
  margin-right: 1rem !important;
}
body main #nf-field-48-wrap .nf-help:before {
  content: "" !important;
}
body #texte-confidentialite h2 {
  font-family: 'Open Sans', sans-serif;
  color: #a2195b;
}
body #texte-confidentialite a {
  color: #a2195b;
}
body #conseillerModal .modal-header {
  text-align: center;
  font-weight: 700;
}
body #conseillerModal .modal-header h5 {
  width: 100%;
}
body #conseillerModal #modal-team .team-member {
  margin-bottom: 2rem;
}
body #conseillerModal #modal-team .team-member figure {
  position: relative;
  text-align: center;
  margin: 0;
}
body #conseillerModal #modal-team .team-member figure span {
  display: inline-block;
  height: 90px;
  width: 90px;
  overflow: hidden;
  border: 3px solid #a2195b;
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -o-border-radius: 50% !important;
}
body #conseillerModal #modal-team .team-member figure:before {
  pointer-events: none;
  position: absolute;
  z-index: 1;
  content: '';
  top: 100%;
  left: 25%;
  height: 10px;
  width: 50%;
  opacity: .4;
  background: -webkit-radial-gradient(center,ellipse,rgba(0,0,0,0.35) 0%,transparent 80%);
  background: radial-gradient(ellipse at center,rgba(0,0,0,0.35) 0%,transparent 80%);
}
body #conseillerModal #modal-team .team-member figure img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  min-height: 100%;
}
body #conseillerModal #modal-team .team-member .team-member-infos {
  width: 100%;
  padding: 1rem 0rem 0rem 0;
}
body #conseillerModal #modal-team .team-member .team-member-infos .title {
  margin-bottom: 1rem;
  padding-bottom: .2rem;
  border-bottom: 1px solid #dddddd;
}
body #conseillerModal #modal-team .team-member .team-member-infos .title h2 {
  font-family: "Crimson Text", serif;
  text-transform: none;
  font-size: 1.6rem;
  font-weight: 700;
  border: 0;
  margin: 0;
  color: #a2195b;
  margin-bottom: .2rem;
}
body #conseillerModal #modal-team .team-member .team-member-infos .title h3 {
  color: #575756;
  font-size: 1rem;
  font-weight: 400;
}
body #conseillerModal #modal-team .team-member .team-member-infos .coordonnees .phone,
body #conseillerModal #modal-team .team-member .team-member-infos .coordonnees .email {
  position: relative;
  padding-left: 1.5rem;
}
body #conseillerModal #modal-team .team-member .team-member-infos .coordonnees .phone > i,
body #conseillerModal #modal-team .team-member .team-member-infos .coordonnees .email > i {
  position: absolute;
  top: 3px;
  left: 0;
  color: #575756;
}
body #conseillerModal #modal-team .team-member .team-member-infos .coordonnees .phone a {
  color: #575756;
}
body #conseillerModal #modal-team .team-member .team-member-infos .coordonnees .phone > i {
  left: 2px;
}
body #conseillerModal #modal-team .team-member .team-member-infos .coordonnees .email a {
  color: #575756;
}
body footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #cccccc;
  background-color: #e6e6e6;
  font-size: .8rem;
}
body #subfooter {
  background-color: #e6e6e6;
  padding-top: .8rem;
  padding-bottom: 1.5rem;
}
@media (max-width: 767px) {
  body main .jumbotron.cta-jumbotron {
    position: relative;
    padding-right: 0;
    padding-bottom: 3rem;
  }
  body main .jumbotron.cta-jumbotron > a.btn {
    position: absolute;
    right: 0;
    top: auto;
    bottom: 0;
  }
  body main #bandeau-top {
    height: auto;
    padding-bottom: 0;
  }
  body main #bandeau-top h1 {
    margin-top: 2rem;
  }
  body main #bandeau-top > div {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  body main #bandeau-top #prestations-presentation {
    position: relative;
    bottom: auto;
    left: auto;
  }
  body main #bandeau-top #prestations-presentation >a.prestation-item {
    padding: 1rem;
  }
  body main #bandeau-top #prestations-presentation >a.prestation-item h2 {
    font-size: 1.2rem;
  }
  body main #bandeau-top.p-int {
    background-position: center center;
    padding: 3rem 1rem;
  }
  body main #simulateurs-list .simulateur-item {
    margin-bottom: .5rem;
  }
  body main #actualites-list .actualite-item {
    margin-bottom: 1rem;
  }
  body main #actualites-list .actualite-item:nth-child(2) > a {
    order: 1;
  }
  body main #actualites-list .actualite-item:nth-child(2) .actu-desc {
    order: 2;
  }
  body main #actualites-list .actualite-item figure {
    height: 15rem !important;
  }
  body main #actualites-list .actualite-item .actu-desc:after {
    width: 0;
    height: 0;
  }
  body main #home-team figure {
    position: relative;
    height: 20rem;
  }
  header #supheader {
    position: relative;
    padding-top: 0 !important;
  }
  header #supheader #coordonnees {
    position: relative;
    max-height: 0;
    opacity: 0;
    transition: all .3s ease-in-out !important;
    -webkit-transition: all .3s ease-in-out !important;
    -moz-transition: all .3s ease-in-out !important;
    -o-transition: all .3s ease-in-out !important;
  }
  header #supheader #coordonnees > * {
    position: absolute !important;
    top: 0;
    left: 0;
    max-height: 0;
    margin: 0;
    opacity: 0;
    transition: all .3s ease-in-out !important;
    -webkit-transition: all .3s ease-in-out !important;
    -moz-transition: all .3s ease-in-out !important;
    -o-transition: all .3s ease-in-out !important;
    z-index: 100;
  }
  header #supheader #coordonnees > * >i {
    color: #fff !important;
    z-index: 101;
    top: .7rem !important;
    left: .5rem !important;
  }
  header #supheader #coordonnees #header-tel,
  header #supheader #coordonnees #header-address {
    display: inline-block;
    margin: 0;
    background-color: #a2195b;
    color: #fff !important;
  }
  header #supheader #coordonnees.tel-active {
    opacity: 1;
    transition: all .3s ease-in-out !important;
    -webkit-transition: all .3s ease-in-out !important;
    -moz-transition: all .3s ease-in-out !important;
    -o-transition: all .3s ease-in-out !important;
  }
  header #supheader #coordonnees.tel-active #header-tel {
    max-height: none;
    opacity: 1;
    padding: .6rem .8rem .6rem 1.8rem;
    margin: 0;
    color: #fff;
    transition: all .3s ease-in-out !important;
    -webkit-transition: all .3s ease-in-out !important;
    -moz-transition: all .3s ease-in-out !important;
    -o-transition: all .3s ease-in-out !important;
  }
  header #supheader #coordonnees.tel-active #header-tel > a {
    color: #fff;
  }
  header #supheader #coordonnees.address-active {
    opacity: 1;
    transition: all .3s ease-in-out !important;
    -webkit-transition: all .3s ease-in-out !important;
    -moz-transition: all .3s ease-in-out !important;
    -o-transition: all .3s ease-in-out !important;
  }
  header #supheader #coordonnees.address-active #header-address {
    max-height: none;
    opacity: 1;
    padding: .6rem .8rem .6rem 1.2rem;
    transition: all .3s ease-in-out !important;
    -webkit-transition: all .3s ease-in-out !important;
    -moz-transition: all .3s ease-in-out !important;
    -o-transition: all .3s ease-in-out !important;
  }
  header #supheader #responsive-header {
    order: 2;
    top: calc(117%);
    position: absolute;
    left: 1rem;
    text-align: left !important;
    width: auto !important;
    z-index: 5;
  }
  header #supheader #responsive-header > a {
    background-color: #a2195b;
  }
  header #supheader #responsive-header > a.btn {
    margin-top: 0;
  }
  header #supheader #coordonnees {
    order: 1;
  }
  header #supheader .navbar-brand {
    order: 3;
  }
}
@media (max-width: 991px) {
  header #subheader #menu-md-toggler {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  header #subheader #menu-menu_principal li {
    flex-grow: 1;
    display: block;
    width: 100%;
    text-align: left;
  }
  header #subheader #menu-menu_principal li a {
    position: relative;
    padding: .9rem 1.5rem;
    padding-left: 2rem;
    text-transform: uppercase;
  }
  header #subheader #menu-menu_principal li a:hover,
  header #subheader #menu-menu_principal li a:focus,
  header #subheader #menu-menu_principal li a.active {
    background-color: #a2195b;
    color: #fff;
    transition: all .3s ease-in-out !important;
    -webkit-transition: all .3s ease-in-out !important;
    -moz-transition: all .3s ease-in-out !important;
    -o-transition: all .3s ease-in-out !important;
  }
  header #subheader #menu-menu_principal li.current-menu-item a {
    background-color: #a2195b;
    color: #fff;
    transition: all .3s ease-in-out !important;
    -webkit-transition: all .3s ease-in-out !important;
    -moz-transition: all .3s ease-in-out !important;
    -o-transition: all .3s ease-in-out !important;
  }
  header #subheader #menu-menu_principal li.double {
    flex-grow: 2;
  }
  header #subheader #menu-menu_principal li .dropdown-menu {
    margin: 0;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    padding: 0;
  }
  header #subheader #menu-menu_principal li .dropdown-menu:after {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    width: .7rem;
    height: 100%;
    background-color: #551333;
  }
  header #subheader #menu-menu_principal >li {
    position: relative;
    z-index: 2;
  }
  header #subheader #menu-menu_principal >li.current-menu-item + li {
    z-index: 1;
  }
}
@media (min-width: 992px) {
  header #subheader #menu-menu_principal li {
    flex-grow: 1;
  }
  header #subheader #menu-menu_principal li a {
    position: relative;
    padding: .9rem 1rem;
    padding-left: 1rem;
    text-transform: uppercase;
  }
  header #subheader #menu-menu_principal li a:hover,
  header #subheader #menu-menu_principal li a:focus,
  header #subheader #menu-menu_principal li a.active {
    background-color: #a2195b;
    color: #fff;
    transition: all .3s ease-in-out !important;
    -webkit-transition: all .3s ease-in-out !important;
    -moz-transition: all .3s ease-in-out !important;
    -o-transition: all .3s ease-in-out !important;
  }
  header #subheader #menu-menu_principal li.current-menu-item a {
    background-color: #a2195b;
    color: #fff;
    transition: all .3s ease-in-out !important;
    -webkit-transition: all .3s ease-in-out !important;
    -moz-transition: all .3s ease-in-out !important;
    -o-transition: all .3s ease-in-out !important;
  }
  header #subheader #menu-menu_principal li.double {
    flex-grow: 2;
  }
  header #subheader #menu-menu_principal li .dropdown-menu {
    margin: 0;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    padding: 0;
  }
  header #subheader #menu-menu_principal li .dropdown-menu:after {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    width: .7rem;
    height: 100%;
    background-color: #551333;
  }
  header #subheader #menu-menu_principal >li {
    position: relative;
    z-index: 2;
  }
  header #subheader #menu-menu_principal >li.current-menu-item + li {
    z-index: 1;
  }
  header #subheader #menu-menu_principal >li >a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: .7rem;
    top: 100%;
    left: 0;
    background-color: transparent;
    transition: all .3s ease-in-out !important;
    -webkit-transition: all .3s ease-in-out !important;
    -moz-transition: all .3s ease-in-out !important;
    -o-transition: all .3s ease-in-out !important;
  }
  header #subheader #menu-menu_principal >li >a:after {
    content: "";
    position: absolute;
    top: 100%;
    right: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px .7rem 0;
    border-color: transparent transparent transparent transparent;
    transition: all .3s ease-in-out !important;
    -webkit-transition: all .3s ease-in-out !important;
    -moz-transition: all .3s ease-in-out !important;
    -o-transition: all .3s ease-in-out !important;
  }
  header #subheader #menu-menu_principal >li >a:hover,
  header #subheader #menu-menu_principal >li >a:focus,
  header #subheader #menu-menu_principal >li >a.active {
    background-color: #a2195b;
    color: #fff;
    transition: all .3s ease-in-out !important;
    -webkit-transition: all .3s ease-in-out !important;
    -moz-transition: all .3s ease-in-out !important;
    -o-transition: all .3s ease-in-out !important;
  }
  header #subheader #menu-menu_principal >li >a:hover:before,
  header #subheader #menu-menu_principal >li >a:focus:before,
  header #subheader #menu-menu_principal >li >a.active:before {
    background-color: #a2195b;
    transition: all .3s ease-in-out !important;
    -webkit-transition: all .3s ease-in-out !important;
    -moz-transition: all .3s ease-in-out !important;
    -o-transition: all .3s ease-in-out !important;
  }
  header #subheader #menu-menu_principal >li >a:hover:after,
  header #subheader #menu-menu_principal >li >a:focus:after,
  header #subheader #menu-menu_principal >li >a.active:after {
    border-color: transparent #551333 transparent transparent;
    transition: all .3s ease-in-out !important;
    -webkit-transition: all .3s ease-in-out !important;
    -moz-transition: all .3s ease-in-out !important;
    -o-transition: all .3s ease-in-out !important;
  }
}
@media (max-width: 575px) {
  body main #depot_dossier {
    right: 2rem;
    font-size: .8rem;
  }
  body main #bandeau-top .table thead .sub-header th {
    padding: .5rem;
    font-size: .9rem;
  }
  body main #bandeau-top .table tbody tr td:first-child {
    min-width: 105px;
  }
  body main #home-team figure {
    height: 13rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #review-list.card-columns {
    column-count: 2 !important;
  }
}
.simulateur-modal form button#simulateur-result {
  margin: auto;
  background-color: #a2195b;
  color: #fff;
  text-transform: uppercase;
  white-space: normal;
  font-size: 1rem;
  padding: .5rem 1rem;
  border: 0;
}
.simulateur-modal #calc-result {
  font-size: 1.2rem;
  margin-top: 2rem;
  color: #000000;
}
.simulateur-modal #calc-result span {
  display: block;
  font-size: 2rem;
  color: #a2195b;
  font-weight: 700;
}
.simulateur-modal #calc-result .alert {
  font-size: 1rem;
}
.secteur-geograhique,
.fonction {
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#modal-team .secteur-geograhique,
#modal-team .fonction {
  display: block;
  text-align: left;
  height: auto;
}
@media (max-width: 767.98px) {
  body main #prestations-wrapper #accordionPrestations .card .card-header h2 {
    font-size: 1.2rem;
    background: none;
    background-color: transparent;
  }
  body main #press-list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  body main #team-desc #pastille {
    position: relative;
    left: auto;
    top: auto;
    transform: translate(0,0);
    background-color: #a2195b;
    color: #fff;
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -o-border-radius: 10px !important;
    font-size: 1.2rem;
    line-height: 1.2;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    padding: 1rem;
    margin-bottom: 1rem;
  }
  body main form .cta {
    white-space: normal;
  }
  body main #simulateursTab {
    display: none;
  }
  body main #simulateur-mobile-select {
    max-width: 100%;
    padding: .5rem;
    margin-bottom: 1rem;
  }
  body main .texte-deux-colonnes {
    columns: 1;
  }
}
@media (max-width: 575px) {
  body.home #bandeau-top #barometre-table #pastille {
    position: relative;
    width: 100%;
    padding: 1rem 2rem;
    transform: translate(0,0) rotate(0deg);
    height: auto;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -o-border-radius: 0 !important;
  }
  body main #press-list {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body main #simulateursTab li a {
    padding: 1rem .5rem;
  }
  body main #simulateursTab li a:hover,
  body main #simulateursTab li a:focus,
  body main #simulateursTab li a.active {
    font-weight: 700;
  }
}
