.selector-for-some-widget {
  box-sizing: content-box;
}

a {
  text-decoration: none !important;
}

.blanc,
.blanc:hover {
  color: #fff;
}

.bg-blanc {
  background-color: #fff;
}

.bg-blanc-transp_bb, .bg-blanc-transp_dd {
  background-color: #ffffffbb;
  transition: background 0.5s;
}
.bg-blanc-transp_bb {
  background-color: #ffffffbb;
}
.bg-blanc-transp_dd {
  background-color: #ffffffdd;
}

.bg-blanc-transp_bb:hover, .bg-blanc-transp_dd:hover {
  background-color: #fff;
}

.bleu,
.bleu:hover {
  color: #00A2CA;
}

.bg-bleu {
  background-color: #00A2CA;
}

.jaune,
.jaune:hover {
  color: #FFE83F;
}

.bg-jaune {
  background-color: #FFE83F;
}

.bleu-fonce,
.bleu-fonce:hover {
  color: #15667A;
}

.bg-bleu-fonce {
  background-color: #15667A;
}

.noir,
.noir:hover {
  color: #2A2A2A;
}

.bg-noir {
  background-color: #2A2A2A;
}

.orange,
.orange:hover {
  color: #435E79;
}

.orange-important,
.orange-important:hover {
  color: #435E79 !important;
}

.bg-orange {
  background-color: #435E79;
}

.orange-clair,
.orange-clair:hover {
  color: #FBF5F3;
}

.bg-orange-clair {
  background-color: #FBF5F3;
}

.gris-clair,
.gris-clair:hover {
  color: #F2F2F2;
}

.bg-gris-clair {
  background-color: #F2F2F2;
}

img.bg-gris-clair {
	padding:4px;
	border:1px solid #d1d1d1;
}

.gris,
.gris:hover {
  color: #6E7375;
}

.bg-gris {
  background-color: #6E7375;
}

.rouge,
.rouge:hover {
  color: #C42847;
}

.erreur{
	color: #C42847;
}

.bg-rouge {
  background-color: #C42847;
}

.blanc,
.blanc:hover {
  color: #fff;
}

.bg-blanc {
  background-color: #fff;
}

.accordion-button:not(.collapsed) {
  color: #35506B !important;
}

.br-3 {
  border-radius: 3px;
}

.br-5 {
  border-radius: 5px;
}

.br-10 {
  border-radius: 10px;
}

.br-15 {
  border-radius: 15px;
}

.br-20 {
  border-radius: 20px;
}

.col-2_4,
.col-sm-2_4,
.col-md-2_4,
.col-lg-2_4,
.col-xl-2_4 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-2_4 {
  flex: 0 0 20%;
  max-width: 20%;
}

/* gestion des logo AAA */
.intro-home .title-for-aaa h2{
    color: #000;
}
.intro-home .content{
    font-size: 12pt;
}
.intro-home .title-for-aaa h2 span{
    width: 100%;
}
.btn-aaa{
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: 700;
}
.btn-aaa:hover{
    background-color: #fff;
}
.btn-aaa span{
    color: #fff!important;
}
.btn-aaa:hover span{
    color: #000!important;
}

img.aaa-confiance{
    position: absolute;
    top: -50px;
    right: -50px;
}

.mini-site header .head-two nav a {
    font-size: 9pt!important;
}
.aaa-header-minisite{
    position: absolute;
    top: 250px;
    right: 200px;
}
.aaa-header-site{
    position: absolute;
    top: 40px !important;
    right: 400px !important;
    width: 200px !important;
    height: auto !important;
}
.logo-aaa-aside{
    display: block;
    margin: 30px auto;
}

/* ajout logo aaa sur certain popup */
.from-modal{
	position: absolute;
	bottom: 20px;
	left: 50px;
}

/* FIN gestion des logo AAA */

/* Page tripleA */

.page-aaa-content-gen{
    padding: 1px 0!important;
}

.intro-aaa{
    margin-top: 100px;
}
.intro-aaa h1{
    color: #fff;
    text-transform: uppercase;
    font-size: 45px;
    font-weight: 700;
    line-height: 150%;
}
.intro-aaa p{
    color: #fff;
    font-size: 31px;
    border-bottom: 2px dashed #fff;
    padding-bottom: 30px;
}

.contenu-page-aaa{
    margin-top: 100px;
    border-radius: 10px;
    position: relative;
    padding-top: 100px!important;
    padding-bottom: 0!important;
}
.contenu-page-aaa > h2{
    width: 70%;
    margin: 0 auto;
    font-size: 30pt;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 50px;
    padding-bottom: 30px;
    background: url(images/sep-aa.png) bottom center no-repeat;
}
.contenu-page-aaa > p{
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-size: 15pt;
    line-height: 150%;
}
.contenu-page-aaa > ul{
    list-style: none;
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
}
.contenu-page-aaa > ul li,
.plus-immo-aaa{
    display: inline-block;
    padding: 15px 30px;
    border-radius: 5px;
    background-color: #C2D7D4;
    font-size: 25px;
    font-weight: 700;
    color: #000;
}
.contenu-page-aaa > ul li span,
.plus-immo-aaa span
{
    padding-right: 10px;
}
.contenu-page-aaa > hr{
    margin: 75px 0;
}
.content-aaa-page{
    margin-top: 30px;
}
.content-aaa-page h3{
    text-transform: uppercase;
    color: #435E79;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
}
.content-aaa-page p{
    font-size: 16px;
    color: #000;
    line-height: 150%;
    margin-bottom: 35px;
    margin-left: 35px;
}

.contenu-label-aaa{
    margin: 75px auto;
    position: relative;
}
.contenu-label-aaa > img{
    position: absolute;
    bottom: -20px;
    left: 40%;
}
.contenu-label-aaa .row > div p{
    margin-left: 25px;
    margin-right: 25px;
}
.contenu-label-aaa .row > div:first-child p{
    display: flex;
    font-size: 24px;
    font-style: italic;
    font-weight: 700;
}
.contenu-label-aaa .row > div:first-child p b{
    margin-right: 10px;
    font-size: 31px;
    position: relative;
    top: -15px;
}
.contenu-label-aaa .row > div:last-child p{
    font-size: 19px;
    font-style: italic;
    line-height: 150%;
}

.immofinance-def-aaa{
    position: relative;
}
.immofinance-def-aaa > img{
    position: absolute;
    top: 42%;
    left: 20%;
}
.immofinance-def-aaa .row > div:first-child p{
    display: flex;
    font-size: 24px;
    font-style: italic;
    font-weight: 700;
}
.immofinance-def-aaa .row > div:first-child p b{
    margin-right: 10px;
    font-size: 31px;
    position: relative;
    top: -15px;
}
.immofinance-def-aaa .row > div p.mb-3{
    font-size: 17px!important;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    height: 55px;
    background: url(/2023/media/pictos/pic-aaa-immo.png) left center no-repeat;
    background-size: contain!important;
}
.immofinance-def-aaa .row > div p.mb-3 span{
    display: inline-block;
    margin-left: 100px;
    line-height: 55px;
}
.immofinance-def-aaa .row > div p.immo-assu{
    background: url(/2023/media/pictos/pic-aaa-assu.png) left center no-repeat;
}
.immofinance-def-aaa .row > div p.immo-rachat{
    background: url(/2023/media/pictos/pic-aaa-rachat.png) left center no-repeat;
}
.immofinance-def-aaa .row > div p.immo-pro {
    background: url(/2023/media/pictos/pic-aaa-pro.png) left center no-repeat;
}
.immofinance-def-aaa .row > div p.immo-remere{
    background: url(/2023/media/pictos/pic-aaa-remere.png) left center no-repeat;
}
/* FIN Page tripleA */


@media (min-width: 540px) {
  .col-sm-2_4 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 720px) {
  .col-md-2_4 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 960px) {
  .col-lg-2_4 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 1140px) {
  .col-xl-2_4 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
* {
  font-family: "Montserrat", sans-serif;
}

body {
  color: #2A2A2A;
  font-size: 15pt;
}
body p {
  margin: 0;
}

.container {
  width: 1600px;
  max-width: 95%;
}

main {
  margin-top: 100px;
}

/* header one : head bleu */
header {
  z-index: 999;
  position: relative;
}

.head-one .suivez-nous {
  color: #fff;
  font-size: 10pt;
  font-weight: 700;
  text-transform: uppercase;
}
.head-one .suivez-nous a {
  display: inline-block;
  margin: 0 5px;
}
.head-one ul.menu-haut li {
  border-right: 1px solid #6E7375;
}
.head-one ul.menu-haut li a {
  color: #fff;
  font-weight: 700;
  font-size: 10pt;
  text-transform: uppercase;
  padding: 10px 17px;
  display: flex;
}
.head-one ul.menu-haut li a img {
  margin: 0 5px 0 0;
}
.head-one ul.menu-haut li a span {
  margin-left: 5px;
}
.head-one ul.menu-haut li:hover {
  border-right: 1px solid #fff;
  background-color: #15667A;
}
.head-one ul.menu-haut li.bg-bleu-fonce:hover {
  background-color: #435E79;
}

.head-two {
  padding: 10px 0;
  background-color: #fff;
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
}
.head-two nav a {
  text-transform: uppercase;
  color: #2A2A2A;
  font-size: 11pt;
  font-weight: 700;
  border-bottom: 3px solid #fff;
  margin-right: 1px;
}
.head-two nav a:hover,
.head-two nav a.active {
  color: #435E79;
  border-bottom: 3px solid #435E79;
}
.head-two .navbar-toggler {
  color: #2c2c2c;
}
.head-two .navbar-toggler span {
  color: #2c2c2c;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.head-two .navbar-toggler:focus {
  box-shadow: 0 0 0 0.05rem;
  /*span{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }*/
}

/* gestion footer */
footer {
  background-color: #383838;
}

.pre-footer {
  padding: 30px 0;
  background-color: #2A2A2A;
  border-bottom: 1px solid #656565;
}

.footer {
  padding: 50px 0;
}
.footer .list-link figure {
  margin-bottom: 30px;
}
.footer .list-link ul {
  margin-left: 15px;
}
.footer .list-link ul li,
.footer .list-link ul a {
  font-size: 10pt;
  color: #2A2A2A;
  padding-left: 0;
}
.footer .list-link ul a {
  display: inline-block;
  padding: 5px 0;
  color: #fff;
}
.footer .list-link ul a:hover {
  color: #35506B;
}
.footer .list-link ul li {
  list-style: disc;
  color: #fff;
}
.footer .footer-forum .titre-bloc {
  margin-left: 30px;
  font-size: 14pt;
  font-weight: 700;
  padding: 20px 0 20px;
  position: relative;
}
.footer .footer-forum .titre-bloc:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 7px;
  background-color: #435E79;
}
.footer .footer-forum .nav-pills {
  width: 35%;
}
.footer .footer-forum .tab-content {
  width: 65%;
}
.footer .footer-forum .nav-pills .nav-link {
  background-color: #2A2A2A;
  border-radius: 0;
  text-align: left;
  font-size: 8pt;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding: 15px 15px !important;
}
.footer .footer-forum .nav-pills .nav-link.active {
  background-color: #35506B;
}
.footer .footer-forum .tab-content > .tab-pane {
  font-size: 8pt;
  color: #808080;
  padding: 0 20px 20px 0 !important;
  line-height: 175%;
}

.content-simulateur {
  position: relative;
  padding: 10px 0 30px;
  border-radius: 7px;
  margin-top: -160px;
  border: 1px solid #fff;
  background: #435E79; /* Old browsers */
}
.content-simulateur p {
  text-align: center;
  font-size: 11pt;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
.content-simulateur p:nth-child(2) {
  font-size: 16pt;
}
.content-simulateur p:last-child {
  font-size: 13pt;
  line-height: 150%;
  /*margin-top: 30px;*/
}
.content-simulateur p:last-child img {
  display: block;
  margin: 15px auto 0;
}
.content-simulateur .foxsim {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 20px 10px;
}
.content-simulateur .foxsim img {
  width: 70px;
  margin-right: 10px;
}
.content-simulateur .foxsim p {
  color: #2A2A2A;
  font-size: 11pt;
  font-weight: 700;
  text-transform: uppercase;
}
.content-simulateur .foxsim p span {
  font-size: 16pt;
}
.content-simulateur .foxsim p a {
  color: #2A2A2A;
  font-size: 10pt;
  font-weight: 700;
}
.content-simulateur .offre-fratuit {
  text-align: center;
  padding: 15px 0;
  background-color: #2A2A2A;
}
.content-simulateur .offre-fratuit span {
  color: #fff;
  font-weight: 700;
  font-size: 18pt;
}

.newsletter {
  padding-top: 20px;
  margin-top: 0px;
  border-top: 2px dashed #E6E6E6;
  margin-bottom: 20px;
}
.newsletter .titre-bloc {
  margin-bottom: 10px;
  font-size: 13pt;
}
.newsletter input {
  background-color: #F2F2F2;
  border: 1px solid #F2F2F2;
  font-size: 10pt;
  color: #2A2A2A;
  padding: 8px 15px;
  margin-right: 10px;
  width: 300px;
}
.newsletter input:focus,
.newsletter input:active {
  border-color: #35506B;
}
.newsletter button {
  background-color: #35506B;
  border: 1px solid #35506B;
  font-size: 13pt;
  color: #2A2A2A;
  padding: 5px 30px;
  border-radius: 5px;
  text-transform: uppercase;
  color: #fff;
}
.newsletter button:hover {
  background-color: #2c2c2c;
  border-color: #2c2c2c;
}

.copyright {
  margin-top: 30px !important;
  font-size: 9pt;
  text-align: center;
}

.pagination {
  text-align: right;
  align-items: center;
  justify-content: end;
  padding-top: 30px;
  margin-top: 10px;
  border-top: 2px solid #E5E5E5;
}
.pagination a {
  padding: 5px 10px;
  font-size: 11pt;
  font-weight: 700;
  color: #2A2A2A;
  margin: 0 5px;
}
.pagination a.active,
.pagination a:hover {
  background-color: #C42847;
  color: #fff;
}
.pagination a.disabled {
  color: #E5E5E5;
}

#navbarToggleExternalContent nav {
  padding: 10px 0;
}
#navbarToggleExternalContent nav a {
  display: block;
  font-size: 13pt;
  font-weight: 700;
  padding: 10px 0;
  margin: 0 auto;
  color: #fff;
  width: 80%;
  text-align: right;
  text-transform: uppercase;
}
#navbarToggleExternalContent nav a.active,
#navbarToggleExternalContent nav a:focus,
#navbarToggleExternalContent nav a:hover {
  color: #35506B;
}

/* gestion page d'accueil */
.pop-home {
  border-radius: 5px;
  width: 75%;
  position: relative;
  display: flex;
  align-items: center;
}
.pop-home figure {
  background: no-repeat center center url(/2023/media/images/fond-1-br.png);
  background-size: contain;
  margin: 0;
  padding: 5px 15px;
}
.pop-home figure img {
  margin: 10px 0;
  filter: brightness(0) invert(1);
}
.pop-home p {
  font-size: 10pt;
  color: #262626;
  font-weight: 700;
  line-height: 110%;
  margin-left: 10px;
}

.pop-home:before {
  content: "";
  display: block;
  position: absolute;
  top: 47%;
  height: 3px;
  width: 9px;
  left: 0%;
  background-color: #435E79;
}

.pop-home:hover {
  background-color: #435E79;
}
.pop-home:hover p {
  color: #fff;
}
.pop-home:hover figure {
  background: url(/2023/media/images/fond-1-bc.png) no-repeat center center;
}
.pop-home:hover figure img {
  filter: brightness(1) invert(0);
}

.home-projet {
  background: center center no-repeat url(/2023/media/images/bg-home.jpg);
  margin-top: 100px;
}
.home-projet h1 {
  background-size: auto 100%;
  margin: 150px 0;
}
.home-projet h1 strong {
  font-size: 48pt;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
}
.home-projet h1 strong:last-child {
  text-align: right;
}
.home-projet h1 span {
  display: block;
  font-size: 21pt;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 75px;
}
.home-projet > .container {
  position: relative;
}
.home-projet > .container .deco-homme-femme {
  position: absolute;
  right: 0;
  top: 0;
}
.home-projet .pop-home {
  width: 75%;
  display: inherit;
  text-align: center;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.home-projet .pop-home figure {
  margin-bottom: 15px;
}
.home-projet .pop-home p {
  margin-bottom: 15px;
}
.home-projet .pop-home:before {
  display: none;
}
.home-projet .pop-home:after {
  content: "";
  display: block;
  width: 50%;
  height: 3px;
  background-color: #35506B;
  margin: 0 auto;
  position: relative;
  bottom: -4px;
}
.home-projet .pop-home:hover figure img {
  filter: brightness(1) invert(1);
}

footer .pop-home:hover {
  background-color: #435E79;
}

.intro-home {
  margin: 75px 0 !important;
  border-radius: 5px;
  position: relative;
  background: linear-gradient(to right, #262626 0%, #262626 40%, #ffffff 40%, #ffffff 99%, #262626 99%, #262626 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.intro-home .content {
  line-height: 150%;
  font-size: 13pt;
  margin: 30px 0;
}
.intro-home .content a {
  color: #435E79;
}
.intro-home .content a:hover {
  text-decoration: underline !important;
}
.intro-home h2 {
  font-size: 32pt;
  font-weight: 700;
  color: #fff;
}
.intro-home h2 span {
  display: block;
  line-height: 130%;
  max-width: 70%;
}
.intro-home h2 span, .intro-home h2 span strong {
  font-size: 19pt;
  font-weight: 400;
}

.intro-home::before {
  content: "";
  display: block;
  height: 10px;
  background-color: #435E79;
  width: 300px;
  top: 0;
  left: 10px;
}

.btn-type-one {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  margin-top: 20px;
}
.btn-type-one figure {
  padding: 13px;
  border-radius: 5px 0 0 5px;
  margin: 0;
}
.btn-type-one span {
  font-size: 13pt;
  color: #2A2A2A;
  margin: 0 20px;
}

.btn-type-one:hover {
  background-color: #435E79;
}
.btn-type-one:hover span {
  color: #fff;
}

.courtier-left {
  background: url(/2023/media/images/femme-sur-chaise.png) 12% center no-repeat;
}
.courtier-left h2,
.courtier-left p {
  width: 455px;
  max-width: 90%;
}
.courtier-left h2 {
  font-size: 25pt;
  font-weight: 700;
  margin: 100px 0 50px;
}
.courtier-left p {
  font-size: 13pt;
  margin-bottom: 50px;
}

.liste-coutier-connecter {
  width: 455px;
  max-width: 90%;
  margin-bottom: 50px;
}

.courtier-left .col-6 {
  position: relative;
}

.courtier-left .col-6:before {
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  background-color: #435E79;
  width: 300px;
  top: 30px;
  left: 0;
}

.liste-coutier-connecter {
  border-radius: 5px;
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
}
.liste-coutier-connecter h3 {
  font-size: 12pt;
  font-weight: 700;
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.liste-coutier-connecter h3 img {
  margin-right: 7px;
}
.liste-coutier-connecter .avis-region {
  display: flex;
  margin: 8px 0;
}
.liste-coutier-connecter .avis-region span {
  display: flex;
  align-items: center;
  font-size: 12pt;
  margin-right: 30px;
}
.liste-coutier-connecter .avis-region span img {
  margin-right: 7px;
}
.liste-coutier-connecter div.avis {
  font-size: 9pt;
  line-height: 140%;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #808080;
}
.liste-coutier-connecter p a {
  font-size: 8pt;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #2A2A2A;
  font-weight: 700;
}
.liste-coutier-connecter p a img {
  margin-right: 7px;
}
.liste-coutier-connecter p a:hover {
  color: #C42847;
}
.liste-coutier-connecter figure {
  position: relative;
  height: 230px;
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid #fff;
}
.liste-coutier-connecter figure img {
  border-radius: 5px;
  min-height: 230px;
}
.liste-coutier-connecter .detail-avis > * {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.tous-les-avis {
  text-align: right;
  max-width: 90%;
  width: 455px;
}
.tous-les-avis img {
  margin-right: 10px;
}
.tous-les-avis a {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}
.tous-les-avis a:hover {
  text-decoration: underline !important;
  color: #435E79;
}

.courtier {
  margin: 0 0 120px;
}
.courtier > .container {
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
}
.courtier h2 {
  font-size: 25pt;
  font-weight: 700;
}
.courtier .sous-titre {
  font-size: 13pt;
  margin-bottom: 30px;
}
.courtier ul li {
  padding: 3px 10px;
}
.courtier ul li img {
  margin-right: 10px;
}
.courtier ul li a {
  font-size: 10pt;
  color: #2A2A2A;
}
.courtier ul li:nth-child(even) {
  background-color: #fff;
}
.courtier ul li:hover {
  background-color: #2A2A2A;
}
.courtier ul li:hover a {
  color: #fff;
}

.triple-a {
  background: center center no-repeat url(/2023/media/images/bg-tripe-a.jpg);
}
.triple-a h2 {
  text-align: center;
  font-size: 14pt;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.triple-a .liste-triple-a {
  background-color: rgba(255, 255, 255, 0.8);
}
.triple-a .liste-triple-a > div {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px dashed #262626;
}
.triple-a .liste-triple-a > div:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.triple-a .bd-highlight {
  font-size: 28pt;
  font-weight: 700;
  color: #fff;
}
.triple-a .detail-a-bleu,
.triple-a .detail-a-jaune,
.triple-a .detail-a-orange {
  margin-left: 10px;
}
.triple-a .detail-a-bleu h3,
.triple-a .detail-a-jaune h3,
.triple-a .detail-a-orange h3 {
  font-size: 15pt;
  font-weight: 700;
  text-transform: uppercase;
}
.triple-a .detail-a-bleu p,
.triple-a .detail-a-jaune p,
.triple-a .detail-a-orange p {
  color: #262626;
  font-size: 12pt;
  font-weight: 700;
  line-height: 130%;
}

.liste-simulateur h2 {
  font-size: 25pt;
  font-weight: 700;
  margin-bottom: 40px;
  margin-top: 40px;
}
.liste-simulateur ul li {
  padding: 10px 0;
  border-bottom: 1px dashed #808080;
  display: flex;
  width: 75%;
}
.liste-simulateur ul li a {
  font-size: 9pt;
  color: #2A2A2A;
}
.liste-simulateur ul li a b {
  font-weight: 700;
  font-size: 11pt;
  color: #2A2A2A;
}
.liste-simulateur ul li:last-child {
  border-bottom: 0;
}
.liste-simulateur ul li:hover {
  background-color: #F2F2F2;
}
.liste-simulateur ul li:hover a b {
  color: #435E79;
}

.credit-obtenu h2 {
  font-size: 25pt;
  font-weight: 700;
  margin-bottom: 60px;
  text-align: center;
}

.simulateur-credit {
  position: relative;
}

.owl-carousel {
  position: relative;
}

.owl-carousel .owl-item {
  opacity: 1;
}

.owl-carousel .owl-item.active {
  opacity: 1;
}

.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  transform: translateY(-50%);
  margin-top: -60px;
  color: rgba(0, 0, 0, 0.1) !important;
  transition: 0.7s;
  opacity: 0;
}

@media (prefers-reduced-motion: reduce) {
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next {
    transition: none;
  }
}
.owl-carousel .owl-nav .owl-prev span:before,
.owl-carousel .owl-nav .owl-next span:before {
  font-size: 30px;
}

.owl-carousel .owl-nav .owl-prev {
  left: 0;
}

.owl-carousel .owl-nav .owl-next {
  right: 0;
}

.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 30px;
}

.owl-carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
  background: #2A2A2A;
  position: relative;
}

.owl-carousel .owl-dots .owl-dot:hover, .owl-carousel .owl-dots .owl-dot:focus {
  outline: none !important;
}

.owl-carousel .owl-dots .owl-dot.active {
  background: #435E79;
}

.owl-carousel:hover .owl-nav .owl-prev,
.owl-carousel:hover .owl-nav .owl-next {
  opacity: 1;
}

.owl-carousel:hover .owl-nav .owl-prev {
  left: -25px;
}

.owl-carousel:hover .owl-nav .owl-next {
  right: -25px;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
}

.work {
  width: 100%;
  border: 1px solid #E6E6E6;
  border-radius: 5px;
  padding: 20px 20px;
}
.work p {
  font-size: 10pt;
  font-weight: 700;
  padding: 13px;
  border-bottom: 1px dashed #E6E6E6;
  display: flex;
}
.work p img {
  width: 18px !important;
  height: auto;
  margin-right: 15px;
}
.work > a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  font-size: 9pt;
  color: #fff;
  font-weight: 700;
  border-radius: 5px;
  margin-top: 15px;
}
.work > a:hover {
  background-color: #2A2A2A;
  color: #E6E6E6;
}

.work:hover {
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
}

.homme-calculette {
  position: absolute;
  top: -10px;
  left: 41%;
}

.derniers-actualite {
  margin-top: 100px;
  background: 150px 0px repeat-y url(/2023/media/images/trait-gris.png), bottom right no-repeat url(/2023/media/images/coin-noir.png);
  background-size: auto, 35%;
  padding: 50px 0;
}

.liste-actualite-home h2 {
  font-size: 22pt;
  font-weight: 700;
  margin-bottom: 60px;
  margin-right: 100px;
}
.liste-actualite-home ul {
  padding: 5px 0 15px 70px;
  border-left: 10px solid #2A2A2A;
  margin-right: 100px;
}
.liste-actualite-home ul li {
  margin: 15px 0;
}
.liste-actualite-home ul li a {
  font-size: 11pt;
  color: #2A2A2A;
  font-weight: 700;
}
.liste-actualite-home ul li a img {
  margin-right: 10px;
}
.liste-actualite-home ul li div {
  padding: 20px 30px;
  border: 1px solid #E6E6E6;
  border-radius: 5px;
  font-size: 11pt;
  background-color: #fff;
}
.liste-actualite-home ul li:hover div {
  background-color: #FBF5F3;
}
.liste-actualite-home p {
  text-align: right;
}
.liste-actualite-home p a {
  font-size: 10pt;
  font-weight: 700;
  color: #35506B;
  margin: 10px 75px 0 0;
}
.liste-actualite-home p a img {
  margin-right: 10px;
}
.liste-actualite-home p a:hover {
  color: #2c2c2c;
}

.lien-rapide-home ul {
  margin-right: 65px;
}
.lien-rapide-home ul li {
  margin: 25px 0;
  height: 140px;
  text-align: center;
  display: flex;
  justify-content: right;
  align-items: center;
  border: 1xp solid #fff;
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  position: relative;
}
.lien-rapide-home ul li a {
  display: inline-block;
  width: 65%;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 10pt;
  position: relative;
  text-align: right;
  color: #fff;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.74) 74%, rgb(0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border-right: 5px solid #35506B;
}
.lien-rapide-home ul li:nth-child(1) {
  background: url(/2023/media/images/nous-contacter.jpg) center center no-repeat;
  background-size: cover;
}
.lien-rapide-home ul li:nth-child(2) {
  background: url(/2023/media/images/appel-immediat.jpg) center center no-repeat;
  background-size: cover;
}
.lien-rapide-home ul li:nth-child(3) {
  background: url(/2023/media/images/etude-gratuit.jpg) center center no-repeat;
  background-size: cover;
}

.avis-et-donner {
  margin-top: 150px;
  background: url(/2023/media/images/maison-cles.png) bottom right no-repeat, linear-gradient(to right, #2A2A2A 0%, #2A2A2A 38%, #fff 38%, #fff 100%);
  padding: 5rem 3rem !important;
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
}

.avis-et-donner > .container {
  position: relative;
}

.donner-avis {
  padding: 0 0 50px !important;
  border-bottom: 10px solid #435E79;
}
.donner-avis > * {
  padding-left: 20px !important;
  padding-right: 30px !important;
}
.donner-avis h2 {
  display: flex;
  color: #fff;
  font-weight: 700;
  font-size: 18pt;
  align-items: center;
  padding-right: 40px;
  padding: 20px auto;
  background-color: #4F4F4F;
  margin-bottom: 40px;
}
.donner-avis h2 figure {
  padding: 25px 5px;
  margin: 0;
  background-color: #35506B;
  margin-right: 10px;
}
.donner-avis h2 img {
  margin-right: 20px;
}
.donner-avis p {
  font-size: 12pt;
  color: #fff;
  line-height: 150%;
  padding-right: 40px;
}
.donner-avis h3 {
  font-weight: 700;
  color: #fff;
  font-size: 15pt;
  margin: 40px 0 20px;
  padding-right: 40px;
}
.donner-avis ul {
  padding-right: 40px;
}
.donner-avis ul li {
  padding: 10px;
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
}
.donner-avis ul li a {
  font-size: 8pt;
  color: #2A2A2A;
  font-weight: 700;
}
.donner-avis ul li a img {
  margin-bottom: 10px;
}
.donner-avis ul li:hover {
  background-color: #FBF5F3;
}
.donner-avis ul li:hover a,
.donner-avis ul li:hover a:hover {
  color: #435E79;
}

.avis-client {
  padding: 50px 5px 0 !important;
  margin-top: 75px !important;
}
.avis-client .link-to {
  margin-left: 50px;
  font-size: 10pt;
  text-transform: uppercase;
  color: #35506B;
}
.avis-client .link-to img {
  display: inline-block;
  margin-right: 10px;
}
.avis-client .link-to a {
  color: #435E79;
  font-weight: 700;
}
.avis-client .link-to a:hover {
  text-decoration: underline !important;
}
.avis-client h2 {
  color: #2A2A2A;
  padding: 0 20px 0 30px;
  position: relative;
  top: -80px;
  display: inline-block;
  display: flex;
  align-items: center;
}
.avis-client h2 figure {
  margin-right: 20px;
  margin-bottom: 0;
}
.avis-client h2 p {
  line-height: 150%;
  color: #262626;
  font-size: 12pt;
  line-height: 130%;
  display: inline-block;
}
.avis-client h2 p strong {
  font-weight: 700;
  font-size: 19pt;
  display: block;
  margin-bottom: 10px;
}
.avis-client > .row {
  width: 90%;
  margin: 0 auto;
}
.avis-client > .row > div {
  background-color: #FBF5F3;
  border: 1px dotted #FBF5F3;
}
.avis-client .row.justify-content-between > .col-5 {
  width: 47% !important;
}

.detail-avis-client .photo-avis-client figure {
  width: 100%;
  height: 150px;
  overflow: hidden;
  height: 130px;
  width: auto;
  position: relative;
  margin-top: -40px;
  border: 1px solid #fff;
  border-radius: 5px;
}
.detail-avis-client .photo-avis-client figure img {
  border-radius: 5px;
}
.detail-avis-client .detail-avis-client > * {
  margin-left: 10px;
}
.detail-avis-client .detail-avis-client p {
  font-size: 11pt;
  font-weight: 700;
  margin-bottom: 5px;
}
.detail-avis-client .detail-avis-client div {
  margin-bottom: 7px;
}
.detail-avis-client .detail-avis-client div span {
  font-size: 9pt;
  display: inline-block;
  margin-right: 10px;
}
.detail-avis-client .texte-avis-client {
  font-size: 9pt;
  line-height: 180%;
}

.actu-liste {
  background: top center no-repeat url(/2023/media/images/bg-actu.png);
  background-size: 100% 100%;
}
.actu-liste h2 {
  font-size: 22pt;
  font-weight: 700;
  text-align: center;
  margin: 50px 0 50px;
}
.actu-liste .actu-1 {
  position: relative;
}
.actu-liste .actu-1 figure img {
  width: 100%;
  height: auto;
}
.actu-liste .actu-1 div {
  position: absolute;
  width: 90%;
  left: 5%;
  bottom: 15px;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 15px 25px;
  color: #fff;
  font-size: 18pt;
}
.actu-liste .actu-1 div:after {
  content: "";
  display: block;
  height: 5px;
  width: 150px;
  background-color: #435E79;
  position: absolute;
  bottom: 0;
  left: 25px;
}

.liste-actu-1 ul {
  border-radius: 8px;
  border: 1px dotted #E5E5E5;
  margin: 0 20px;
}
.liste-actu-1 ul li {
  padding: 25px;
  border-bottom: 1px dotted #E5E5E5;
}
.liste-actu-1 ul li h3 {
  font-size: 13pt;
  font-weight: 700;
  margin-bottom: 20px;
}
.liste-actu-1 ul li p img {
  margin-right: 7px;
}
.liste-actu-1 ul li p a {
  font-size: 10pt;
  color: #C42847;
}
.liste-actu-1 ul li:hover {
  background-color: #2A2A2A;
}
.liste-actu-1 ul li:hover h3 {
  color: #fff;
}
.liste-actu-1 ul li:hover p a,
.liste-actu-1 ul li:hover p a:hover {
  color: #fff;
}
.liste-actu-1 .link-liste-actu-1 {
  margin: 40px 20px 0;
}
.liste-actu-1 .link-liste-actu-1 a {
  display: inline-block;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  background-color: #435E79;
  border-radius: 5px;
  color: #fff;
  font-weight: 700;
  font-size: 11pt;
}
.liste-actu-1 .link-liste-actu-1 a:hover {
  background-color: #2A2A2A;
}

/* gestion page liste partenaire */
.avertisement-versement {
  padding: 7px 0;
  background-color: rgba(255, 255, 255, 0.5);
  font-size: 9pt;
  color: #000;
}

.intro-site-avec-img {
  margin-top: 150px;
  border-radius: 5px;
  position: relative;
}
.intro-site-avec-img h1 {
  font-size: 26pt;
  font-weight: 700;
  margin-bottom: 40px;
}

.intro-site-avec-img:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 30px;
  width: 200px;
  height: 10px;
  background-color: #435E79;
}

.mea-texte {
  width: 35%;
}
.mea-texte p {
  font-size: 14pt;
  font-weight: 700;
  line-height: 100%;
}
.mea-texte p strong {
  font-size: 70pt;
  line-height: 100%;
}

.text-seo {
  line-height: 170%;
  font-size: 11pt;
}
.text-seo .link-to {
  margin-top: 20px;
}
.text-seo .link-to a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #afafaf;
  padding-right: 20px;
  font-size: 10pt;
  color: #2A2A2A;
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
  font-weight: 700;
}
.text-seo .link-to a span {
  padding: 7px 14px;
  margin-right: 20px;
  border-radius: 4px 0 0 4px;
}
.text-seo .link-to a:hover {
  background-color: #00A2CA;
  color: #fff;
  border-color: #fff;
}
.text-seo .link-to a:hover span {
  background-color: #2A2A2A;
}

.filtre {
  background: linear-gradient(to bottom, rgb(236, 123, 53) 0%, rgb(236, 123, 53) 10%, rgb(242, 242, 242) 10%, rgb(242, 242, 242) 90%, rgb(236, 123, 53) 90%, rgb(236, 123, 53) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.filtre p.text-center {
  font-size: 13pt;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin: 10px 0 5px;
}
.filtre > .form {
  padding: 50px auto !important;
  position: relative;
  margin-bottom: 30px;
}
.filtre > .form p {
  margin: 10px 10px 20px;
  margin-bottom: 20px;
}
.filtre > .form p label {
  display: block;
  font-size: 11pt;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.filtre > .form p input[type=text],
.filtre > .form p select {
  padding: 8px;
  font-size: 10pt;
  background-color: #F2F2F2;
  display: block;
  border: none;
  width: 100%;
}
.filtre > .form p option {
  font-size: 10pt;
  padding: 8px 10px;
}
.filtre > .form p option:hover {
  background-color: #00A2CA;
  color: #fff;
}
.filtre > .form p select {
  height: -moz-fit-content;
  height: fit-content;
}
.filtre > .form p input[type=submit] {
  padding: 8px;
  font-size: 10pt;
  border: none;
  width: 70%;
  margin: 0 auto;
  left: 15%;
  position: absolute;
  background-color: #2c2c2c;
  border-radius: 5px;
  text-transform: uppercase;
  color: #fff;
  font-size: 11pt;
  font-weight: 700;
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
}
.filtre > .form p input[type=submit]:hover {
  background-color: #2A2A2A;
}
.filtre > .form span {
  display: inline-flex;
  font-size: 11pt;
  text-transform: uppercase;
  margin: 7px 0 7px 15px;
}
.filtre > .form span input[type=checkbox] {
  margin-right: 15px;
}

.liste-partenaire {
  border: 1px solid #E5E5E5;
  width: 46% !important;
  background-color: #fff;
}
.liste-partenaire figure {
  height: 125px;
  overflow: hidden;
  text-align: center;
}
.liste-partenaire figure img {
  min-height: 125px;
  width: auto;
}
.liste-partenaire h2 {
  display: flex;
  font-size: 10pt;
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 10px;
}
h2.titre_actu {
  margin-bottom: 10px;
  font-size: 13pt;
}

.liste-partenaire h2 img {
  margin-right: 18px;
}
.liste-partenaire div p {
  display: flex;
  font-size: 8pt;
}
.liste-partenaire div p img {
  margin-right: 10px;
}

.liste-partenaire:hover {
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
  background-color: #FBF5F3;
}

.liste-collaborateurs {
  border: 1px solid #E5E5E5;
  width: 46% !important;
}
.liste-collaborateurs figure {
  height: 200px;
  overflow: hidden;
  text-align: center;
}
.liste-collaborateurs figure img {
  min-height: 200px;
  width: auto;
}
.liste-collaborateurs h2 {
  display: flex;
  font-size: 10pt;
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 10px;
}
.liste-collaborateurs h2 img {
  margin-right: 18px;
}
.liste-collaborateurs div p {
  display: flex;
  font-size: 8pt;
}
.liste-collaborateurs div p img {
  margin-right: 10px;
}

.liste-collaborateurs:hover {
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
  background-color: #FBF5F3;
}

/* gestion page avis liste */
.liste-avis {
  border-bottom: 2px solid #F2F2F2;
}

.liste-avis:nth-last-child(3) {
  border: none;
}

.liste-avis .row > .col-4.text-center a:hover img {
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
}
.liste-avis .row > .col-4.text-center a img {
  height: 100%;
  width: auto;
}
.liste-avis .row .detail-avis-profil > div:first-child p {
  display: flex;
  margin-bottom: 5px;
}
.liste-avis .row .detail-avis-profil > div:first-child p img {
  margin-right: 10px;
}
.liste-avis .row .detail-avis-profil > div:first-child p span {
  font-size: 10pt;
  display: inline-block;
  margin-right: 15px;
}
.liste-avis .row .detail-avis-profil > div:first-child p:first-child {
  font-size: 11pt;
  font-weight: 700;
}
.liste-avis .row .detail-avis-profil div {
  text-align: right;
}
.liste-avis .row .detail-avis-profil div a.bg-orange {
  padding: 5px 10px;
  font-size: 11pt;
  color: #fff;
}
.liste-avis .row .detail-avis-profil div a.bg-orange img {
  margin-right: 5px;
}
.liste-avis .row .detail-avis-profil div a.bg-orange:hover {
  background-color: #00A2CA;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.liste-avis .row .detail-avis-profil .detail-profil {
  margin-top: 20px;
  border-left: 5px solid #F2F2F2;
}
.liste-avis .row .detail-avis-profil .detail-profil div:first-child p {
  display: flex;
  font-size: 10pt;
  font-weight: 700;
  margin-bottom: 10px;
}
.liste-avis .row .detail-avis-profil .detail-profil div:first-child p img {
  margin-right: 10px;
}
.liste-avis .row .detail-avis-profil .detail-profil div.avis {
  margin-top: 20px;
  font-size: 11pt;
  color: #4D4D4D;
  line-height: 150%;
}

/* gestion depot avis */
.titre-top {
  font-size: 23pt;
  color: #fff;
  font-weight: 700;
  margin: 50px 0;
  text-shadow: 1px 1px 3px #000;
}

.intro-site-depot-avis {
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
  position: relative;
}

/*
.intro-site-depot-avis:before{
  content: '';
  display: block;
  width: 516px;
  height: 886px;
  background: center center no-repeat url(/2023/media/images/femme-depot-avis.png);
  position:absolute;
  bottom: 0;
  left: 0;
}
*/
.intro-site-depot-avis {
  background: url(/2023/media/images/contactez.jpg) left center no-repeat #fff;
  background-size: contain;
}

.depot-avis p label {
  font-size: 11pt;
  text-transform: uppercase;
}
.depot-avis p input[type=text],
.depot-avis p textarea {
  border: none;
  background-color: #F2F2F2;
  font-size: 11pt;
  padding: 5px 10px;
}
.depot-avis p input[type=submit] {
  border: none;
  background-color: #35506B;
  font-size: 11pt;
  padding: 10px 10px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 5px;
}

.avis-client-trio {
  margin-top: 100px;
  border-bottom: 10px solid #35506B;
}
.avis-client-trio > .container {
  position: relative;
}
.avis-client-trio > .container:before {
  position: absolute;
  content: "";
  display: block;
  top: -48px;
  left: -15px;
  width: 200px;
  height: 10px;
  background-color: #35506B;
}
.avis-client-trio h2 {
  font-weight: 700;
  font-size: 19pt;
  color: #2A2A2A;
  padding: 10px 20px 10px 90px;
  background: left center no-repeat url(/2023/media/pictos/avis-profil.svg);
  position: relative;
  display: inline-block;
}
.avis-client-trio h2 span {
  font-size: 14pt;
  color: #2A2A2A;
  font-weight: 400;
}
.avis-client-trio h2 span b {
  font-weight: 400;
}
.avis-client-trio a.bg-orange {
  display: inline-block;
  padding: 10px 0;
  text-align: center;
  font-size: 10pt;
  color: #fff;
}
.avis-client-trio a.bg-orange img {
  margin-right: 10px;
}
.avis-client-trio a.col-2:hover {
  background-color: #2A2A2A;
}

.liste-trio-avis {
  margin: 70px 0 !important;
}
.liste-trio-avis > div {
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
}

/* gestion page lemoine */
.lemoine h1 {
  font-size: 31pt;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 100%;
  background: 48% 0 no-repeat url(/2023/media/pictos/bg-lemoine-titre.svg);
  background-size: auto 78%;
  text-shadow: rgb(255, 255, 255) 3px 0px 0px, rgb(255, 255, 255) 2.83487px 0.981584px 0px, rgb(255, 255, 255) 2.35766px 1.85511px 0px, rgb(255, 255, 255) 1.62091px 2.52441px 0px, rgb(255, 255, 255) 0.705713px 2.91581px 0px, rgb(255, 255, 255) -0.287171px 2.98622px 0px, rgb(255, 255, 255) -1.24844px 2.72789px 0px, rgb(255, 255, 255) -2.07227px 2.16926px 0px, rgb(255, 255, 255) -2.66798px 1.37182px 0px, rgb(255, 255, 255) -2.96998px 0.42336px 0px, rgb(255, 255, 255) -2.94502px -0.571704px 0px, rgb(255, 255, 255) -2.59586px -1.50383px 0px, rgb(255, 255, 255) -1.96093px -2.27041px 0px, rgb(255, 255, 255) -1.11013px -2.78704px 0px, rgb(255, 255, 255) -0.137119px -2.99686px 0px, rgb(255, 255, 255) 0.850987px -2.87677px 0px, rgb(255, 255, 255) 1.74541px -2.43999px 0px, rgb(255, 255, 255) 2.44769px -1.73459px 0px, rgb(255, 255, 255) 2.88051px -0.838247px 0px;
}
.lemoine h1 strong {
  font-size: 20pt;
}
.lemoine h1 img {
  margin-bottom: 40px;
}

.intro-lemoine {
  border-radius: 10px 10px 0 0;
  position: relative;
}
.intro-lemoine .reprise-lemoine h2 {
  font-size: 20pt;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.intro-lemoine .reprise-lemoine > p {
  font-size: 12pt;
}
.intro-lemoine .reprise-lemoine > .sous-titre {
  font-size: 14pt;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 50px;
}
.intro-lemoine .reprise-lemoine ul li {
  display: flex;
  align-items: center;
}
.intro-lemoine .reprise-lemoine ul li span {
  width: 50px;
  height: 50px;
  text-align: center;
  background: center center no-repeat url(/2023/media/pictos/losange-orange-claire.svg);
  font-size: 18pt;
  font-weight: 700;
  color: #C42847;
  line-height: 50px;
  margin: 0 5px;
  flex-shrink: 0;
}
.intro-lemoine .reprise-lemoine ul li a {
  font-size: 7.5pt;
  color: #fff;
  font-weight: 700;
}
.intro-lemoine .reprise-lemoine ul li a strong {
  color: #35506B;
}
.intro-lemoine .reprise-lemoine ul li:hover {
  background-color: #35506B;
}
.intro-lemoine .reprise-lemoine ul li:hover strong {
  color: #2A2A2A;
}
.intro-lemoine .reprise-lemoine .lemoine-detail-1 {
  padding: 20px 0;
  background: top center no-repeat url(/2023/media/images/bg-lemoine-detail-1.jpg);
  background-size: cover;
}
.intro-lemoine .reprise-lemoine .lemoine-detail-1 > div:first-child p {
  width: 100%;
  background-color: #000;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 18pt;
}
.intro-lemoine .reprise-lemoine .lemoine-detail-1 > div:last-child p {
  color: #fff;
  font-size: 10pt;
  font-weight: 700;
  text-transform: uppercase;
}
.intro-lemoine .reprise-lemoine .lemoine-detail-1 > div:last-child div {
  margin-top: 20px;
  text-transform: uppercase;
  font-size: 16pt;
  font-weight: 700;
  color: #fff;
}

.intro-lemoine:before {
  content: "";
  display: block;
  width: 200px;
  height: 15px;
  background-color: #435E79;
  position: absolute;
  top: 0;
  left: 50px;
}

.lemoine-a-verifier {
  background: url(/2023/media/images/fond-2.png) left bottom no-repeat, linear-gradient(to right, #262626 0%, #262626 50%, #1B434D 50%, #1B434D 100%);
}
.lemoine-a-verifier > .container {
  position: relative;
}
.lemoine-a-verifier > .container::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 250px;
  height: 15px;
  background-color: #35506B;
  display: block;
  content: "";
}
.lemoine-a-verifier .left-a-verifier .sous-titre {
  color: #fff;
  font-size: 18pt;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.lemoine-a-verifier .left-a-verifier > div {
  background-color: #000;
}
.lemoine-a-verifier .left-a-verifier > div p {
  color: #fff;
  font-size: 10pt;
  line-height: 150%;
}
.lemoine-a-verifier .left-a-verifier > div p strong {
  font-weight: 700;
  font-size: 12pt;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 10px;
}
.lemoine-a-verifier .left-a-verifier > .pour-parrain {
  background-color: rgba(0, 0, 0, 0.2);
}
.lemoine-a-verifier .right-a-verifier h2 {
  font-size: 22pt;
  font-weight: 700;
  color: #fff;
}
.lemoine-a-verifier .right-a-verifier ul li {
  list-style: none;
  display: flex;
  margin-bottom: 50px;
}
.lemoine-a-verifier .right-a-verifier ul li figure {
  width: 65px;
  margin-right: 30px;
}
.lemoine-a-verifier .right-a-verifier ul li figure img {
  width: 100%;
  height: auto;
}
.lemoine-a-verifier .right-a-verifier ul li div {
  width: -moz-fit-content;
  width: fit-content;
}
.lemoine-a-verifier .right-a-verifier ul li div h3 {
  font-size: 13pt;
  font-weight: 700;
}
.lemoine-a-verifier .right-a-verifier ul li div p {
  color: #fff;
  font-size: 10pt;
  line-height: 150%;
}

.benefice-lemoine {
  margin: 150px 0 0;
}
.benefice-lemoine .sous-titre {
  font-size: 19pt;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 120%;
  padding-right: 20px;
}
.benefice-lemoine nav button {
  border: none;
  padding: 15px;
  cursor: pointer;
  text-align: left;
  font-size: 10pt;
  font-weight: 700;
  color: #262626;
  background-color: #fff;
  border-bottom: 1px solid #fff;
  display: flex;
  align-items: center;
}
.benefice-lemoine nav button img {
  margin-right: 20px;
}
.benefice-lemoine nav button:hover,
.benefice-lemoine nav button.active {
  background-color: #435E79;
  color: #fff;
}
.benefice-lemoine .benefice-tab-right {
  border-left: 5px solid #435E79;
}
.benefice-lemoine .benefice-tab-right ul {
  padding-right: 30%;
  background: right center url(/2023/media/images/homme-fleche.jpg) no-repeat;
  background-size: contain;
}
.benefice-lemoine .benefice-tab-right li {
  padding-left: 15px;
  background: 0px 5px no-repeat url(/2023/media/pictos/fleche-rouge.svg);
  background-size: auto 11px;
  list-style: none;
  margin: 15px 0;
  line-height: 150%;
  font-size: 12pt;
}
.benefice-lemoine .benefice-tab-right .accordion-button {
  font-weight: 700;
}
.benefice-lemoine .benefice-tab-right .accordion-body {
  padding-left: 50px;
  font-size: 12pt;
  line-height: 150%;
}
.benefice-lemoine .benefice-tab-right .accordion-body .note {
  font-weight: 700;
  color: #C42847;
  font-size: 9pt;
  font-style: italic;
  margin-top: 25px;
  padding-top: 10px;
  border-top: 1px dashed #afafaf;
  text-align: right;
}

.benefice-lemoine.for-parainage nav {
  margin-bottom: 20px;
}
.benefice-lemoine.for-parainage nav button {
  font-size: 12pt;
  background-color: #262626;
  color: #fff;
}
.benefice-lemoine.for-parainage nav button:hover,
.benefice-lemoine.for-parainage nav button.active {
  background-color: #35506B;
}
.benefice-lemoine.for-parainage .tab-pane {
  position: relative;
  width: 90%;
}
.benefice-lemoine.for-parainage .tab-pane::before {
  position: absolute;
  display: block;
  right: -10%;
  top: 0;
  font-size: 70pt;
  color: rgba(235, 130, 44, 0.5);
  font-weight: 700;
  line-height: 100%;
}
.benefice-lemoine.for-parainage #nav-et-un::before {
  content: "1";
}
.benefice-lemoine.for-parainage #nav-et-deux::before {
  content: "2";
}
.benefice-lemoine.for-parainage #nav-et-trois::before {
  content: "3";
}
.benefice-lemoine.for-parainage #nav-et-quatre::before {
  content: "4";
}

.actu-liste .intro-site-depot-avis {
  margin: 200px auto 50px;
  background: url(/2023/media/images/contactez.jpg) left center no-repeat #fff;
  background-size: contain;
}
.actu-liste p.sous-titre {
  position: absolute;
  top: -80px;
  left: 0;
  font-size: 20pt;
  font-weight: 700;
  text-align: right;
  width: 100%;
  text-align: center;
}
.actu-liste p.sous-titre:after {
  width: 200px;
  height: 10px;
  background-color: #435E79;
  display: block;
  content: "";
  position: relative;
  bottom: -30px;
  margin: 0 auto;
}

/* page parainage */
.parainage-ingredient {
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
}
.parainage-ingredient > .row > div:first-child {
  background: url(/2023/media/images/parrainage.jpg) center 70% no-repeat;
  background-size: 95% auto;
}
.parainage-ingredient h1 {
  font-size: 26pt;
  font-weight: 700;
  margin: 10px auto;
}
.parainage-ingredient ul li {
  list-style: none;
  align-items: flex-start;
  margin-bottom: 50px;
}
.parainage-ingredient ul li figure {
  width: 70px;
  margin-top: 20px;
  margin-right: 30px;
}
.parainage-ingredient ul li figure img {
  width: 100%;
  height: auto;
}
.parainage-ingredient ul li div {
  padding: 20px 30px;
  border-left: 3px solid #35506B;
}
.parainage-ingredient ul li div h2 {
  font-size: 16pt;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.parainage-ingredient ul li div p {
  font-size: 11pt;
  line-height: 170%;
}

.gagner-cheque-cadeaux {
  position: relative;
}
.gagner-cheque-cadeaux > div.row:first-child {
  background: url(/2023/media/images/cheque-cadeaux.jpg) right bottom no-repeat;
  background-size: contain;
}
.gagner-cheque-cadeaux h2 {
  font-size: 19pt;
  font-weight: 700;
}
.gagner-cheque-cadeaux p {
  font-size: 12pt;
  line-height: 170%;
  margin-bottom: 10px;
}

.gagner-cheque-cadeaux::before {
  content: "";
  display: block;
  width: 200px;
  height: 10px;
  position: absolute;
  top: 0;
  left: -10px;
  background-color: #35506B;
}

.devenir-parain {
  position: relative;
}
.devenir-parain h2 {
  font-size: 19pt;
  font-weight: 700;
}
.devenir-parain div {
  width: 75%;
  margin: 0 auto;
}
.devenir-parain div p {
  font-size: 11pt;
  line-height: 170%;
  margin: 10px 0;
}
.devenir-parain > p {
  margin-top: 20px;
}
.devenir-parain > p a {
  color: #fff;
  font-size: 12pt;
  display: inline-block;
  padding: 10px 20px;
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
}
.devenir-parain > p a img {
  margin-right: 10px;
}
.devenir-parain > p a:hover {
  background-color: #2A2A2A;
}

.devenir-parain::before {
  content: "";
  display: inline-block;
  height: 10px;
  width: 200px;
  margin: 0 auto;
  background-color: #262626;
  position: relative;
  top: -50px;
}

.reglement-parrainage {
  border-bottom: 10px solid #35506B;
}
.reglement-parrainage h2 {
  font-size: 18pt;
  font-weight: 700;
  color: #2A2A2A;
  margin: 40px 0 70px;
  padding: 10px 0 10px 75px;
  background: url(/2023/media/pictos/operation.svg) left center no-repeat;
}
.reglement-parrainage .row > div p {
  font-size: 11pt;
  line-height: 190%;
  margin-bottom: 15px;
}
.reglement-parrainage .container {
  position: relative;
}
.reglement-parrainage .container:before {
  content: "";
  display: block;
  width: 200px;
  height: 10px;
  background-color: #35506B;
  position: absolute;
  left: -40px;
  top: -88px;
}

.faq-parrainage {
  background: url(/2023/media/images/bg-actu.png) bottom center no-repeat;
}
.faq-parrainage h2 {
  font-size: 19pt;
  font-weight: 700;
}
.faq-parrainage .row {
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
}
.faq-parrainage .row p {
  font-size: 10pt;
  margin-bottom: 10px;
  line-height: 170%;
}
.faq-parrainage .row p .orange {
  text-transform: uppercase;
}
.faq-parrainage .container > p {
  margin-top: 20px;
}
.faq-parrainage .container > p a {
  color: #fff;
  font-size: 12pt;
  display: inline-block;
  padding: 10px 20px;
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
}
.faq-parrainage .container > p a img {
  margin-right: 10px;
}
.faq-parrainage .container > p a:hover {
  background-color: #2A2A2A;
}

/* gestion newsletter */
.newsletter-footer{
    margin-top: 40px;
}
.newsletter-footer .titre-bloc{
    color: #fff;
}
.newsletter-footer .form_newsletter{
    margin-left: 30px;
}
.newsletter-footer .form_newsletter input[type=email],
.newsletter-footer .form_newsletter input[type=text]
{
    padding: 8px 15px;
    font-size:14px;
    width: 30%;
    border: 1px solid #fff;
}
.newsletter-footer .form_newsletter input[type=submit]{
    padding: 8px 15px;
    font-size:14px;
    text-transform: uppercase;
    background-color: #435E79;
    color: #fff;
    font-weight: 700;
    border: 1px solid #435E79;
}
.newsletter-footer .form_newsletter input[type=submit]:hover{
    background-color: #000;
}


/* gestion responsive */
@media (max-width: 1400px) {
  .intro-home h2 {
    font-size: 29pt;
  }
  .liste-simulateur h2 {
    font-size: 21pt;
  }
  .credit-obtenu h2 {
    font-size: 20pt;
  }
  .intro-home h2 span, .intro-home h2 span strong {
    font-size: 15pt;
  }
  .triple-a .detail-a-bleu h3, .triple-a .detail-a-jaune h3, .triple-a .detail-a-orange h3,
  .content-simulateur .foxsim p span {
    font-size: 13pt;
  }
  .intro-home .content,
  .triple-a .detail-a-bleu p, .triple-a .detail-a-jaune p, .triple-a .detail-a-orange p,
  .liste-actu-1 ul li h3 {
    font-size: 11pt;
  }
  .head-two nav a {
    font-size: 10pt;
  }
  .head-one ul.menu-haut li a,
  .work p,
  .content-simulateur .foxsim p,
  .liste-partenaire h2,
  .liste-collaborateurs h2 {
    font-size: 9pt;
  }
  .footer .footer-forum .tab-content > .tab-pane,
  .liste-partenaire div p,
  .liste-collaborateurs div p {
    font-size: 7pt;
  }
  .home-projet .pop-home {
    width: 85%;
  }
  .nav-link {
    padding: 0.5rem 0.5rem !important;
  }
  .lien-rapide-home ul {
    margin-right: 18px;
  }
  .liste-actualite-home h2 {
    margin-bottom: 18px;
  }
  .liste-actu-1 ul li h3 {
    margin-bottom: 10px;
  }
  .pop-home {
    width: 90%;
  }
}
@media (max-width: 1200px) {
  .head-two nav a {
    font-size: 9pt;
  }
  .home-projet h1 strong {
    font-size: 34pt;
  }
  .intro-home h2 {
    font-size: 26pt;
  }

/* gestion des logo AAA */
    .aaa-header-minisite{
        position: absolute;
        top: 30%;
        right: 5%;
    }
    .page-aaa-content-gen{
        background-size: auto 30%!important;
    }
    .contenu-page-aaa > h2{
        width: 90%;
    }

/* FIN gestion des logo AAA */
}
@media (max-width: 992px) {
  .home-projet {
    background-position: top center;
  }
  .home-projet h1 {
    margin: 50px 0 20px;
  }
  .home-projet h1 strong {
    font-size: 22pt;
    text-align: center;
  }
  .home-projet h1 strong:last-child {
    text-align: center;
  }
  .home-projet h1 span {
    text-align: center;
    margin: 0;
  }
  .home-projet .pop-home {
    margin: 20px auto !important;
    width: 95%;
  }
  .home-projet .pop-home p {
    margin-left: 0;
    font-size: 11pt;
  }
  .intro-home {
    background: linear-gradient(to bottom, #262626 0%, #262626 30%, #ffffff 30%, #ffffff 99%, #262626 99%, #262626 100%);
  }
  .intro-home h2 {
    font-size: 23pt;
  }
  .intro-home h2 span {
    max-width: 100%;
    font-size: 15pt;
  }
  .intro-home .btn-type-one {
    margin-bottom: 40px;
  }
  .intro-home .btn-type-one span {
    font-size: 12pt;
    font-weight: 700;
  }
  .intro-home .content {
    font-size: 12pt;
  }
  .courtier-left {
    background-position: top left;
    background-size: 30%;
  }
  .courtier-left h2 {
    text-align: right;
    font-size: 21pt;
    margin: 0 0 50px;
  }
  .courtier-left p {
    max-width: 100%;
    font-weight: 700;
  }
  .liste-coutier-connecter {
    max-width: 100%;
  }
  .liste-coutier-connecter .avis-region span {
    margin-right: 10px;
    font-size: 10pt;
  }
  .liste-coutier-connecter div.avis {
    font-size: 8pt;
  }
  .courtier {
    margin-bottom: 40px;
  }
  .avis-et-donner {
    margin-top: 40px;
    background: url(/2023/media/images/maison-cles.png) bottom right no-repeat, linear-gradient(to bottom, #2A2A2A 0%, #2A2A2A 36%, #fff 36%, #fff 100%);
    padding: 5rem 1rem !important;
  }
  .avis-et-donner ul li a {
    font-size: 10pt;
    padding: 0;
  }
  .avis-et-donner ul li a img {
    width: 35px;
  }
  .avis-client h2 {
    padding: 0;
  }
  .derniers-actualite {
    padding-top: 0;
    margin-top: 50px;
  }
  .derniers-actualite .lien-rapide-home ul {
    margin-right: 0;
  }
  .derniers-actualite .liste-actualite-home {
    margin-top: 50px;
  }
  .derniers-actualite .liste-actualite-home ul {
    padding: 5px 0 15px 10px;
    margin-right: 0;
  }
  .liste-simulateur .nav li {
    width: 100%;
  }
  .actu-liste .actu-1 div {
    position: inherit;
    width: 100%;
    left: 0;
    font-size: 15pt;
    font-weight: 700;
  }
  .liste-actu-1 ul {
    margin: 0;
  }
  .liste-actu-1 .link-liste-actu-1 {
    margin: 40px 0 0;
  }
  .pop-home {
    width: 100%;
    margin-bottom: 10px;
  }
  .pop-home p {
    font-size: 15pt;
  }
  .footer .list-link {
    margin-bottom: 30px;
  }
  .footer .footer-simulateur {
    --bs-gutter-y:0;
    --bs-gutter-x:0;
  }
  .footer .footer-simulateur .content-simulateur {
    margin-top: 30px;
  }
  .newsletter .d-flex {
    flex-wrap: wrap;
  }
  .newsletter .d-flex input {
    margin: 7px 0;
  }
  main {
    background-size: auto 5% !important;
  }
  .avertisement-versement {
    background-color: rgba(255, 255, 255, 0.9);
    font-weight: 700;
  }
  .depot-avis p label {
    font-weight: 700;
  }
  .avis-client-trio h2 {
    background-size: 90px auto;
    background-position: top left;
  }
  .mea-texte {
    width: 100%;
  }
  .text-seo {
    font-size: 10pt;
  }
  .liste-avis .row {
    margin: 0 !important;
  }
  .liste-avis .row .col-12 {
    padding: 0;
    border: none;
    background-color: #F2F2F2;
    margin: 0;
  }
  .liste-avis .row .col-12 a img.img-profil {
    width: 100%;
  }
  .detail-avis-profil {
    margin: 0 !important;
    padding: 20px;
  }
  .detail-avis-profil > div:first-child p:first-child {
    font-size: 14pt !important;
  }
  .detail-avis-profil > div:nth-child(2) {
    text-align: left !important;
    margin-top: 20px !important;
  }
  .liste-partenaire
  , .liste-collaborateurs  {
    width: auto !important;
  }
  .parainage-ingredient > .row > div:first-child {
    background: none;
  }
  .parainage-ingredient ul {
    padding: 0;
  }
  .parainage-ingredient ul li figure {
    margin-left: 30px;
  }
  .devenir-parain div {
    width: 95%;
  }
  .reglement-parrainage h2 {
    font-size: 14pt;
  }
  .lemoine h1 {
    font-size: 24pt;
    background-size: auto 67%;
    background-position: 40% 17px;
  }
  .lemoine h1 img {
    width: 50px;
    margin-bottom: 15px;
  }
  .lemoine h1 strong {
    font-size: 14pt;
  }
  .intro-lemoine .reprise-lemoine ul li {
    margin: 8px 0;
  }
  .intro-lemoine .reprise-lemoine ul li a {
    font-size: 9.5pt;
  }
  .benefice-lemoine {
    margin: 50px 0 0;
  }
  .benefice-lemoine .benefice-tab-right ul {
    padding: 0;
    background: none;
    margin: 0;
  }
  .actu-liste .intro-site-depot-avis {
    margin: 100px 0 50px;
    max-width: 100%;
  }
  .actu-liste p.sous-titre {
    top: -100px;
  }  

/* gestion des logo AAA */
    img.aaa-confiance{
        width: 189px;
        height: auto;
        top: -100px;
        right: 20px;
    } 
    .aaa-header-minisite{
        position: inherit;
        display: block;
        margin: 0 auto;
        width: 150px;
    }

    .page-aaa-content-gen{
        background-size: auto 40%!important;
    }
    .contenu-page-aaa > ul li, .plus-immo-aaa{
        margin-bottom: 20px;
        width: 75%;
    }
    .content-aaa-page > *{
        text-align: center;
    }

/* FIN gestion des logo AAA */

}

/* gestion des logo AAA */
@media (max-width: 576px){
    img.aaa-confiance{
        width: 120px;
        height: auto;
        top: -110px;
        right: 0px;
    } 
    .aaa-header-minisite{
        position: inherit;
        display: block;
        margin: 0 auto;
    }
    .page-aaa-content-gen{
        background-size: auto 20%!important;
    }
    .intro-aaa h1{
        font-size: 31px;
        text-align: center;
    }
    .intro-aaa p {
        font-size: 21px;
        text-align: center;
    }
    .contenu-page-aaa > h2{
        font-size: 19pt;
    }
    .contenu-page-aaa > ul li, .plus-immo-aaa{
        margin-bottom: 15px;
        width: 100%;
    }
    .contenu-label-aaa > img,
    .immofinance-def-aaa > img{
        display: none;
    }
    .immofinance-def-aaa .row > div p.mb-3 span{
        margin-left: 67px;
    }
    .immofinance-def-aaa .row > div p.mb-3{
        font-size: 16px;
    }
    .intro-aaa img{
        width: 60%;
        margin-top: 20px;
    }
}
/* FIN gestion des logo AAA */

/* GESTION FORMULAIRE */
.erreur {
  color: #435E79;
}

.titre_dossier{
	display:inline-block;
	background-color: #fffd;
	border-radius: 8px;
	padding: 8px 24px;
	margin: 8px;
	border: 2px solid #fff;
}
/*# sourceMappingURL=main.css.map */