@font-face {
  font-family: 'PlusJakartaSans';
  src: url(../fonts/PlusJakartaSans-Light.ttf) format('truetype');
  font-weight: 300;
}
@font-face {
  font-family: 'PlusJakartaSans';
  src: url(../fonts/PlusJakartaSans-Regular.ttf) format('truetype');
  font-weight: normal;
}
@font-face {
  font-family: 'PlusJakartaSans';
  src: url(../fonts/PlusJakartaSans-Medium.ttf) format('truetype');
  font-weight: 500;
}
@font-face {
  font-family: 'PlusJakartaSans';
  src: url(../fonts/PlusJakartaSans-MediumItalic.ttf) format('truetype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'PlusJakartaSans';
  src: url(../fonts/PlusJakartaSans-SemiBold.ttf) format('truetype');
  font-weight: 600;
}
@font-face {
  font-family: 'PlusJakartaSans';
  src: url(../fonts/PlusJakartaSans-Bold.ttf) format('truetype');
  font-weight: bold;
}
@font-face {
  font-family: 'PlusJakartaSans';
  src: url(../fonts/PlusJakartaSans-ExtraBold.ttf) format('truetype');
  font-weight: 800;
}
body.single-agence >main section.fiche-agence {
  padding-bottom: 70px;
}
body.single-agence >main section.fiche-agence .visuel .photo {
  border-radius: 30px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
body.single-agence >main section.fiche-agence .visuel .photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
body.single-agence >main section.fiche-agence .visuel .photo iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 991px) {
  body.single-agence >main section.fiche-agence .visuel {
    height: 400px;
    margin-top: 40px;
  }
}
body.single-agence >main section.fiche-agence .textuel .nom-agence {
  margin-bottom: 50px;
  margin-left: 0;
}
body.single-agence >main section.fiche-agence .textuel .texte {
  margin-bottom: 50px;
}
body.single-agence >main section.fiche-agence .textuel .horaires {
  margin-bottom: 50px;
  font-weight: 600;
}
body.single-agence >main section.fiche-agence .textuel .horaires .intitule-h {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.313rem;
  color: #0023EA;
  margin-bottom: 20px;
}
body.single-agence >main section.fiche-agence .textuel .horaires .bouton {
  padding: 1rem;
  border: 2px solid blue;
  width: fit-content;
  border-radius: 2rem;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  transition: none !important;
  font-size: 1rem;
}
@media screen and (max-width: 767.98px) {
  body.single-agence >main section.fiche-agence .textuel .horaires .bouton {
    font-size: 0.85rem;
  }
}
body.single-agence >main section.fiche-agence .textuel .horaires .bouton svg {
  margin-right: 10px;
  width: 25px;
}
body.single-agence >main section.fiche-agence .textuel .horaires .bouton:hover {
  background-color: #0023EA;
  color: #FFFFFF;
}
body.single-agence >main section.fiche-agence .textuel .horaires .bouton:hover svg path {
  stroke: #FFFFFF;
}
body.single-agence >main section.fiche-agence .textuel .demande-devis a {
  background-color: #0023EA;
  padding: 13px 27px;
  border-radius: 25px;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: #FFFFFF;
  display: inline-block;
}
body.single-agence >main section.fiche-agence .textuel .demande-devis a:after {
  content: "\203A";
  font-size: 16px;
  margin-left: 20px;
}
body.single-agence >main section.fiche-agence .textuel .demande-devis a:hover {
  background-color: #042CB1;
}
body.single-agence >main section.trouver-agence {
  padding: 70px 0;
}
@media screen and (max-width: 991px) {
  body.single-agence >main section.trouver-agence {
    padding: 40px 0;
  }
}
@media screen and (max-width: 767.98px) {
  body.single-agence >main section.trouver-agence {
    padding: 0;
  }
}
body.single-agence >main section.trouver-agence .container {
  position: relative;
}
body.single-agence >main section.trouver-agence .container .visuel {
  width: 100%;
  height: 570px;
}
body.single-agence >main section.trouver-agence .container .visuel img {
  width: 100%;
  border-radius: 30px;
  height: 570px;
  object-fit: cover;
}
@media screen and (max-width: 991px) {
  body.single-agence >main section.trouver-agence .container .visuel {
    display: none;
  }
}
body.single-agence >main section.trouver-agence .container .zone-agence {
  position: absolute;
  left: 0;
  top: 0;
  padding: 3rem 7rem;
  width: fit-content;
  border-radius: 30px;
  background-color: #FFFFFF;
  margin-top: 50px;
  margin-left: 8rem;
  height: 470px;
  -webkit-box-shadow: 0px 0px 31px 0px rgba(0,0,0,0.47);
  -moz-box-shadow: 0px 0px 31px 0px rgba(0,0,0,0.47);
  box-shadow: 0px 0px 31px 0px rgba(0,0,0,0.47);
}
@media screen and (max-width: 991px) {
  body.single-agence >main section.trouver-agence .container .zone-agence {
    position: relative;
    margin: unset;
    padding: 2rem 1.5rem;
    height: auto;
    width: 100%;
  }
}
@media screen and (max-width: 767.98px) {
  body.single-agence >main section.trouver-agence .container .zone-agence {
    box-shadow: none;
    padding: 0 1.5rem;
  }
}
body.single-agence >main section.trouver-agence .container .zone-agence .coordonnees {
  position: relative;
}
body.single-agence >main section.trouver-agence .container .zone-agence .coordonnees .titre {
  text-align: left;
  margin-bottom: 48px;
  margin-left: 0;
}
body.single-agence >main section.trouver-agence .container .zone-agence .coordonnees .liste .coordonnee {
  text-align: center;
  margin-bottom: 40px;
  display: flex;
}
body.single-agence >main section.trouver-agence .container .zone-agence .coordonnees .liste .coordonnee .icone {
  height: 48px;
  line-height: 48px;
  font-size: 0;
  margin-bottom: 0;
}
body.single-agence >main section.trouver-agence .container .zone-agence .coordonnees .liste .coordonnee .icone img {
  max-height: 100%;
  width: auto;
}
body.single-agence >main section.trouver-agence .container .zone-agence .coordonnees .liste .coordonnee .intitule {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 600;
  margin-bottom: 5px;
  color: #0023EA;
}
body.single-agence >main section.trouver-agence .container .zone-agence .coordonnees .liste .coordonnee .valeur {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 500;
  margin-left: 25px;
}
@media screen and (max-width: 767.98px) {
  body.single-agence >main section.trouver-agence .container .zone-agence .coordonnees .liste .coordonnee .valeur {
    font-size: 0.9rem;
  }
}
body.single-agence >main section.trouver-agence .container .zone-agence .coordonnees .liste .coordonnee .valeur h3 {
  text-align: left;
}
body.single-agence >main section.trouver-agence .container .zone-agence .coordonnees .liste .coordonnee .valeur a {
  color: #333333;
}
body.single-agence >main section.trouver-agence .container .zone-agence .coordonnees .liste .coordonnee .valeur a:hover {
  color: #FFD1C5;
}
body.single-agence >main section.trouver-agence .container .zone-agence .carte {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
body.single-agence >main section.trouver-agence .container .zone-agence .carte iframe {
  height: 300px;
  width: 100%;
  border-radius: 30px;
}
body.single-agence >main section.trouver-agence .container .zone-agence .reseaux-sociaux {
  margin-top: 25px;
}
body.single-agence >main section.trouver-agence .container .zone-agence .reseaux-sociaux span {
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #0023EA;
  margin-right: 33px;
}
body.single-agence >main section.trouver-agence .container .zone-agence .reseaux-sociaux .liste {
  display: inline-block;
  vertical-align: middle;
}
body.single-agence >main section.trouver-agence .container .zone-agence .reseaux-sociaux .liste ul {
  margin: 0;
  padding: 0;
  font-size: 0;
  list-style-type: none;
}
body.single-agence >main section.trouver-agence .container .zone-agence .reseaux-sociaux .liste ul li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}
body.single-agence >main section.trouver-agence .container .zone-agence .reseaux-sociaux .liste ul li:last-child {
  margin-right: 0;
}
body.single-agence >main section.trouver-agence .container .zone-agence .reseaux-sociaux .liste ul li a svg {
  fill: #FFD1C5;
  height: 30px;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.single-agence >main section.trouver-agence .container .zone-agence .reseaux-sociaux .liste ul li a svg:hover {
  fill: #0023EA;
}
body.single-agence >main section.expertises {
  padding-top: 68px;
}
body.single-agence >main section.expertises .container {
  max-width: 1137px;
}
body.single-agence >main section.expertises .titre {
  text-align: center;
  margin-bottom: 40px;
}
body.single-agence >main section.expertises .liste .expertise {
  margin-bottom: 69px;
}
body.single-agence >main section.expertises .liste .expertise a {
  color: #0023EA;
  text-align: center;
}
body.single-agence >main section.expertises .liste .expertise a:hover {
  color: #FFD1C5;
}
body.single-agence >main section.expertises .liste .expertise a:hover .icone .zone-ccl .bordure .cercle:after {
  bottom: 0;
}
body.single-agence >main section.expertises .liste .expertise a .icone {
  margin-bottom: 30px;
}
body.single-agence >main section.expertises .liste .expertise a .icone .zone-ccl {
  max-width: 164px;
  margin: auto;
}
body.single-agence >main section.expertises .liste .expertise a .icone .zone-ccl .bordure {
  padding-bottom: 100%;
  border-radius: 100%;
  background-color: #F7F7F7;
  -webkit-box-shadow: #ffffff -5px -5px 8px 0px, 5px 5px 10px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: #ffffff -5px -5px 8px 0px, 5px 5px 10px 0px rgba(0,0,0,0.2);
  box-shadow: #ffffff -5px -5px 8px 0px, 5px 5px 10px 0px rgba(0,0,0,0.2);
  position: relative;
}
body.single-agence >main section.expertises .liste .expertise a .icone .zone-ccl .bordure .cercle {
  background-color: #0023EA;
  position: absolute;
  width: 85.37%;
  height: 85.37%;
  border-radius: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  overflow: hidden;
}
body.single-agence >main section.expertises .liste .expertise a .icone .zone-ccl .bordure .cercle:after {
  content: "";
  width: 148.03px;
  height: 177.42px;
  background-image: url(../img/expertise-vague-v1.svg);
  background-size: contain;
  background-position: bottom center;
  position: absolute;
  bottom: -150%;
  left: 50%;
  transform: translate(-50%,0);
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body.single-agence >main section.expertises .liste .expertise a .icone .zone-ccl .bordure img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
body.single-agence >main section.expertises .liste .expertise a .intitule {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 600;
  margin: 0;
  white-space: nowrap;
}
body.single-agence >main section.avis-google {
  margin-bottom: 70px;
}
body.single-agence >main section.avis-google .zone {
  background-color: #FAFAFA;
  border-radius: 30px;
  padding: 68px 104px 70px;
}
body.single-agence >main section.avis-google .zone .titre {
  text-align: center;
  margin-bottom: 46px;
}
body.single-agence >main section.avis-google .zone .wpac .grw-row {
  display: block !important;
}
body.single-agence >main section.avis-google .zone .wpac .wp-google-right div {
  display: inline-block;
}
body.single-agence >main section.avis-google .zone .wpac .wp-google-right .wp-google-name {
  display: block;
}
body.single-agence >main section.avis-google .zone .wpac .wp-google-right .wp-google-wr {
  display: block;
}
body.single-agence >main section.avis-google .zone .wpac .wp-google-right .wp-google-powered + .wp-google-powered {
  display: block;
}
body.single-agence >main section.avis-google .zone .wpac .grw-review-inner {
  background-color: #FFFFFF !important;
}
body.single-agence >main section.autres-agences {
  margin-bottom: 70px;
}
body.single-agence >main section.autres-agences:before,
body.single-agence >main section.autres-agences:after {
  content: "";
  width: 100%;
  background-size: cover;
  padding-bottom: 9.5%;
  display: block;
}
body.single-agence >main section.autres-agences:before {
  background-image: url(../img/vague-bleu-v1.svg);
  background-position: top center;
}
body.single-agence >main section.autres-agences:after {
  background-image: url(../img/vague-bleu-v1.svg);
  background-position: bottom center;
}
body.single-agence >main section.autres-agences .container {
  max-width: 1184px;
}
body.single-agence >main section.autres-agences .zone-contenu-section {
  background-color: #0228CE;
  position: relative;
}
body.single-agence >main section.autres-agences .zone-contenu-section:before,
body.single-agence >main section.autres-agences .zone-contenu-section:after {
  content: "";
  top: 0;
  height: 100%;
  width: 18px;
  position: absolute;
}
body.single-agence >main section.autres-agences .zone-contenu-section:before {
  background: linear-gradient(90deg,rgba(0,19,125,0.5) 0%,rgba(0,19,125,0) 100%);
  left: 0;
}
body.single-agence >main section.autres-agences .zone-contenu-section:after {
  background: linear-gradient(270deg,rgba(0,19,125,0.5) 0%,rgba(0,19,125,0) 100%);
  right: 0;
}
body.single-agence >main section.autres-agences .zone-contenu-section .titre {
  color: #FFFFFF;
  margin-top: 21px;
  margin-bottom: 50px;
}
body.single-agence >main section.autres-agences .zone-contenu-section .titre span {
  box-shadow: inset 0 -0.6em 0 #6A86F5;
}
body.single-agence >main section.autres-agences .zone-contenu-section .titre span:before {
  background-color: #6A86F5;
}
body.single-agence >main section.autres-agences .zone-contenu-section .liste-agences {
  max-width: 565px;
}
body.single-agence >main section.autres-agences .zone-contenu-section .liste-agences >.row {
  margin-left: -29px;
  margin-right: -29px;
}
body.single-agence >main section.autres-agences .zone-contenu-section .liste-agences .agence {
  padding-left: 29px;
  padding-right: 29px;
  margin-bottom: 51px;
}
body.single-agence >main section.autres-agences .zone-contenu-section .liste-agences .agence a {
  color: #FFD1C5;
  border: 1px solid #FFFFFF;
  width: 100%;
  display: block;
  border-radius: 25px;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.5rem;
  padding: 11px;
  font-weight: 600;
}
body.single-agence >main section.autres-agences .zone-contenu-section .liste-agences .agence a:hover {
  background-color: #FFFFFF;
  color: #0228CE;
}
body.single-agence >main section.autres-agences .zone-contenu-section .liste-agences .agence.contacter a {
  background-color: #FFFFFF;
  color: #0228CE;
}
body.single-agence >main section.autres-agences .zone-contenu-section .liste-agences .agence.contacter a:hover {
  background-color: transparent;
  color: #FFFFFF;
}
@media screen and (max-width: 767.98px) {
  body.single-agence >main section.autres-agences .zone-contenu-section .carte {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
}
body.single-agence >main section.autres-agences .zone-contenu-section .carte img {
  float: right;
}
@media screen and (max-width: 991px) {
  body.single-agence >main section.autres-agences .zone-contenu-section .carte img {
    width: 100%;
  }
}
@media screen and (max-width: 767.98px) {
  body.single-agence >main section.autres-agences .zone-contenu-section .carte img {
    max-width: 400px;
  }
}
body.single-agence >main section.bloc-seo .titre {
  text-align: center;
  margin-bottom: 3rem;
}
body.single-agence >main section.bloc-seo .valeur .bloc-texte {
  line-height: 2rem;
}
body.single-agence >main section.bloc-seo .valeur .bloc-texte p a {
  color: #333333;
}
body.single-agence >main section.contactez-nous .container {
  max-width: 1184px;
}
body.single-agence >main section.contactez-nous .titre-contact-agence {
  font-size: 2.125rem;
  line-height: 2.875rem;
  color: #0023EA;
  font-weight: 800;
  margin-bottom: 79px;
}
@media screen and (max-width: 1199px) {
  body.single-agence >main section.expertises .liste .expertise a .icone {
    margin-bottom: 20px;
  }
  body.single-agence >main section.expertises .liste .expertise a .icone .zone-ccl {
    max-width: 120px;
  }
  body.single-agence >main section.expertises .liste .expertise a .icone .zone-ccl .bordure img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100px;
    max-height: 100px;
  }
  body.single-agence >main section.expertises .liste .expertise a .icone .zone-ccl .bordure .cercle:after {
    bottom: -200%;
  }
  body.single-agence >main section.expertises .liste .expertise a .intitule {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  body.single-agence >main section.trouver-agence .zone-agence .coordonnees .liste .coordonnee .intitule {
    font-size: 1rem;
    line-height: 1.25rem;
  }
  body.single-agence >main section.trouver-agence .zone-agence .coordonnees .liste .coordonnee .valeur {
    font-size: .875rem;
  }
  body.single-agence >main section.avis-google .zone {
    padding: 30px;
  }
  body.single-agence >main section.avis-google .zone .wp-gr .wp-google-text {
    font-size: 14px !important;
  }
  body.single-agence >main section.autres-agences .zone-contenu-section .liste-agences >.row {
    margin-left: -12px;
    margin-right: -12px;
  }
  body.single-agence >main section.autres-agences .zone-contenu-section .liste-agences .agence {
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 24px;
  }
  body.single-agence >main section.autres-agences .zone-contenu-section .liste-agences .agence a {
    font-size: 1rem;
  }
  body.single-agence >main section.contactez-nous .titre-contact-agence {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 30px;
  }
}
