/*
Custom
*/
.contenu-static__wrapper {
  padding: 60px;
}

.contenu-static__wrapper .section-title {
  margin-top: 0px;
}

.contenu-static p,
.contenu-static li {
  line-height: 1.75em;
}

.contenu-static h2,
.contenu-static h3,
.contenu-static h4,
.contenu-static h5,
.contenu-static h6 {
  font-weight: bold;
}

.contenu-static h2:not(.title-2nd):not(.title-1st) {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 1.25em;
}

.contenu-static h3 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 1.125em;
}

.contenu-static h4, .contenu-static h5, .contenu-static h6 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 1em;
}

.contenu-static ul,
.contenu-static ul ul,
.contenu-static ol,
.contenu-static ol ol {
  font-size: 0.875em;
}

.contenu-static ul.list-std,
.contenu-static ul ul.list-std,
.contenu-static ol,
.contenu-static ol ol {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 60px;
}

.contenu-static .link {
  color: #922743;
  font-weight: bold;
  text-decoration: underline;
}

.contenu-static .introduction-picture img {
  margin-left: 30px;
  margin-bottom: 30px;
}

.contenu-static .title--ico .icon {
  margin-left: -15px;
}

.contenu-static .title--fra {
  color: #922743;
}

.contenu-static .title--fra.title--ico .icon {
  color: #3f3b36;
}

.contenu-static .title--under {
  padding-bottom: 15px;
  border-bottom: 1px solid #f2eae5;
  font-weight: 600;
}

@media only screen and (max-width: 600px) {
  table td {
    width: 100%;
    display: block;
  }
  .contenu-static__wrapper {
    padding: 30px;
  }
  .introduction-picture {
    float: none !important;
    margin: 0 auto;
    text-align: center;
  }
  .introduction-picture img {
    margin: 0;
  }
}

/*
* Contact
*/
#contact-details .btn,
#contact-us .btn {
  white-space: normal !important;
}

#contact-details #contact-us .col-wrapper,
#contact-details #clients-services .col-wrapper {
  border: 1px solid #d2c6bf;
  padding: 30px;
}

#contact-details #contact-us h2,
#contact-details #clients-services h2 {
  margin-top: 0px;
}

#contact-pro {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
}

.bl-contact-pro .bl-contact-pro__wrapper {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 5px solid #FFFFFF;
  padding: 30px 25px;
  height: 100%;
  word-wrap: break-word;
}

.bl-contact-pro .bl-contact-pro__wrapper:hover {
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 45px 0px;
  -ms-box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 45px 0px;
  -o-box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 45px 0px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 45px 0px;
  border: 5px solid #d2c6bf;
}

.bl-contact-pro .bl-contact-pro__wrapper:hover .contact__icon {
  color: #922743;
}

.bl-contact-pro .contact__icon {
  color: #f2eae5;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
  font-size: 3em;
}

.bl-contact-pro .contact__title .title {
  font-size: 1.25em;
  font-weight: bold;
}

.bl-contact-pro .contact__desc .link-mailto {
  font-size: 0.875em;
}

a.link-mailto {
  color: #922743;
  font-weight: bold;
  text-decoration: none;
}

/*
* Specialistes
*/
.content-specialiste .title-2nd {
  font-size: 1.5em;
}

.content-specialiste[data-style="v2"] .spc_content--desc {
  text-align: justify;
}

.content-specialiste[data-style="v2"] .spc_content--desti li,
.content-specialiste[data-style="v2"] .spc_content--desc {
  font-size: 12px;
}

.content-specialiste[data-style="v2"] .spc_readmore {
  color: #922743;
  text-align: right;
}

.content-specialiste[data-style="v2"] .bl-specialiste .bl-specialiste__inner {
  border: 1px solid #f2eae5;
}

.content-specialiste[data-style="v2"] .bl-specialiste .bl-specialiste__wrapper .spc_readmore {
  color: #922743;
  font-weight: bold;
  font-size: 0.8125em;
}

.content-specialiste .bl-specialiste .bl-specialiste__wrapper {
  border-radius: 10px;
}

.content-specialiste .bl-specialiste .bl-specialiste__wrapper .spc_readmore {
  color: #922743;
  font-weight: bold;
  font-size: 0.8125em;
}

.content-specialiste .spc_content--name {
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
}

.content-specialiste .spc_content--desc {
  text-align: justify;
}

.content-specialiste .spc_content--desti li,
.content-specialiste .spc_content--desc {
  font-size: 12px;
}

.content-specialiste .spc__thumbnail {
  padding: 30px 30px 0 30px;
}

.content-specialiste .spc__thumbnail img {
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  border: 1px solid #FFFFFF;
}

.bl-specialiste .bl-specialiste__wrapper .spc__content {
  padding: 20px;
}

.bl-specialiste .bl-specialiste__wrapper .spc_content--desti .title {
  font-weight: bold;
  color: #27507e;
}

.bl-specialiste .bl-specialiste__wrapper .spc_content--name {
  margin-top: 0 !important;
}

.bl-specialiste .bl-specialiste__wrapper .spc__thumbnail .spc_thumb {
  margin: 0 auto;
}

.modal .bl-specialiste__wrapper .spc__content {
  padding: 0 30px;
}

.modal .bl-specialiste__wrapper .spc__content .spc_content--name {
  margin-bottom: 15px;
  margin-top: 15px;
  font-weight: bold;
}

.modal .bl-specialiste__wrapper .spc__content .spc_content--desc {
  line-height: 1.75em;
}

.modal .bl-specialiste__wrapper .spc__content .spc_content--desti {
  font-size: 0.875em;
}

.modal .bl-specialiste__wrapper .spc__content .spc_content--desti .title {
  color: #27507e;
  font-weight: bold;
}

.modal .bl-specialiste__wrapper[data-style="v3"] .spc_content--desti {
  margin-top: 15px;
  font-size: 0.875em;
}

.modal .bl-specialiste__wrapper[data-style="v3"] .spc_content--desti .title {
  color: #27507e;
  font-weight: bold;
}

/*
* Destination specialistes
 */
#destination-specialistes .bl-specialiste .col-cell {
  vertical-align: top;
}

#destination-specialistes .bl-specialiste .col-thumbnail {
  width: 260px;
}

#destination-specialistes .bl-specialiste .spc__name {
  font-size: 1.375em;
  margin-bottom: 5px;
  margin-top: 0px;
}

#destination-specialistes .bl-specialiste .spc__mail {
  font-style: italic;
  color: #3f3b36;
}

#destination-specialistes .bl-specialiste .spc__thumbnail {
  margin: 0 auto;
}

/*
* Agences
*/
.agences-wrapper .col_agence-thumb {
  vertical-align: middle;
  text-align: center;
  position: relative;
  overflow: hidden;
  min-height: 300px;
}

.agences-wrapper .col_agence-thumb:hover .thumb-overlay {
  height: 60%;
}

.agences-wrapper .col_agence-thumb:hover .thumb-full-overlay {
  opacity: 0.6;
}

.agences-wrapper .col_agence-thumb:hover .thumb-full-overlay + .thumb-picto {
  opacity: 1;
}

.agences-wrapper .col_agence-thumb:hover .thumb-bg {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.agences-wrapper .col_agence-thumb:hover .thumb-title {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.agences-wrapper .col_agence-thumb .thumb-title {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 200;
}

.agences-wrapper .col_agence-thumb .thumb-bg {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.agences-wrapper .col_agence-thumb .thumb-title,
.agences-wrapper .col_agence-thumb .thumb-bg,
.agences-wrapper .col_agence-thumb .thumb-overlay,
.agences-wrapper .col_agence-thumb .thumb-picto,
.agences-wrapper .col_agence-thumb .thumb-full-overlay {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.agences-wrapper .col_agence-thumb .thumb-overlay {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.9)), to(transparent));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9), transparent);
  width: 100%;
  position: absolute;
  height: 50%;
  left: 0;
  bottom: 0;
}

.agences-wrapper .col_agence-thumb .thumb-full-overlay {
  background: #1b3858;
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  bottom: 0;
  opacity: 0;
}

.agences-wrapper .col_agence-thumb .thumb-full-overlay + .thumb-picto {
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  font-size: 3em;
  color: #FFFFFF;
  margin-left: -35px;
  margin-top: -35px;
}

.agences-wrapper .col_agence-thumb .thumb-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.agences-wrapper .col_agence-thumb .thumb-bg[data-agence="paris"] {
  background-image: url("../../images/staticPages/agence_paris.jpg");
}

.agences-wrapper .col_agence-thumb .thumb-bg[data-agence="lyon"] {
  background-image: url("../../images/staticPages/agence_lyon.jpg");
}

.agences-wrapper .col_agence-thumb .title_location {
  font-size: 2.25em;
  color: #FFFFFF;
  text-transform: uppercase;
  position: relative;
  z-index: 20;
  letter-spacing: 5px;
  padding: 15px 0;
}

.agences-wrapper .col_agence-thumb .title_location:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 40px;
  left: 50%;
  margin-left: -20px;
  background-color: #FFFFFF;
}

.agences-wrapper .col_agence-thumb .title_location:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  width: 50px;
  left: 50%;
  margin-left: -25px;
  background-color: #FFFFFF;
}

.agences-wrapper .col_agence-infos h2 {
  font-weight: bold;
  position: relative;
  font-size: 1.75em !important;
  margin: 0 0 30px 0 !important;
  text-transform: uppercase;
}

.agences-wrapper .col_agence-infos .bl-infos {
  margin-bottom: 15px;
}

.agences-wrapper .col_agence-infos .bl-infos .infos__icon {
  color: #27507e;
  width: 60px;
  vertical-align: middle;
  font-size: 1.375em;
}

.agences-wrapper .col_agence-infos .bl-infos .infos__text .etage {
  color: #85827f;
  font-style: italic;
  font-style: 0.75em;
}

#agence-paris #details-agence,
#agence-lyon #details-agence {
  height: 100%;
}

#agence-paris #details-agence .bl-info__agence.col-cell,
#agence-lyon #details-agence .bl-info__agence.col-cell {
  vertical-align: top;
  height: 100%;
}

#agence-paris #details-agence .bl-info__agence .bl-agence__wrapper,
#agence-lyon #details-agence .bl-info__agence .bl-agence__wrapper {
  height: 100%;
}

#agence-paris #details-agence .col-info .infos__icon,
#agence-lyon #details-agence .col-info .infos__icon {
  width: 60px;
  font-size: 1.5em;
  color: #922743;
  vertical-align: middle;
}

#agence-paris #details-agence .col-info .line-info,
#agence-lyon #details-agence .col-info .line-info {
  padding: 15px 0;
}

#agence-paris #slide-map,
#agence-lyon #slide-map {
  min-height: 300px;
}

#agence-paris .content-specialiste .spc_content--name,
#agence-lyon .content-specialiste .spc_content--name {
  margin-bottom: 0px;
}

#agence-paris .content-specialiste .specialistes__wrapper .bl-specialiste:nth-child(1),
#agence-lyon .content-specialiste .specialistes__wrapper .bl-specialiste:nth-child(1) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

#agence-paris .content-specialiste .specialistes__wrapper .bl-specialiste:nth-child(2),
#agence-lyon .content-specialiste .specialistes__wrapper .bl-specialiste:nth-child(2) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

#agence-paris .content-specialiste .specialistes__wrapper .bl-specialiste:nth-child(3),
#agence-lyon .content-specialiste .specialistes__wrapper .bl-specialiste:nth-child(3) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

#agence-paris .content-specialiste .specialistes__wrapper .bl-specialiste:nth-child(4),
#agence-lyon .content-specialiste .specialistes__wrapper .bl-specialiste:nth-child(4) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

#agence-paris .content-specialiste .specialistes__wrapper .bl-specialiste:nth-child(5),
#agence-lyon .content-specialiste .specialistes__wrapper .bl-specialiste:nth-child(5) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

#agence-paris .content-specialiste .specialistes__wrapper .bl-specialiste:nth-child(6),
#agence-lyon .content-specialiste .specialistes__wrapper .bl-specialiste:nth-child(6) {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

/*
* Parrainage
*/
#parrainage .form-control {
  border: 1px solid #d2c6bf;
  -webkit-transition: border 0.3s linear;
  transition: border 0.3s linear;
}

#parrainage .form-control:focus, #parrainage .form-control:hover {
  border-color: #922743;
}

#parrainage .col-form h2,
#parrainage .col-desc h2 {
  color: #27507e;
  font-family: "Lora", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 2em;
  padding-bottom: 15px;
  margin-top: 0px;
  border-bottom: 1px solid #d2c6bf;
}

#parrainage .col__schema h3 {
  color: #922743;
  margin-bottom: 30px;
  font-size: 1em;
}

#parrainage .schema__footer .legend {
  color: #922743;
  font-size: 0.875em;
  font-style: normal;
}

#parrainage .schema__content {
  background-image: url("../../images/static/parrainage/motif.png");
  background-repeat: repeat;
}

#parrainage .schema__content .bl-img {
  padding-left: 15px;
  padding-right: 15px;
}

#parrainage .schema__content .bl-img img {
  max-width: 334px;
  width: 100%;
}

#parrainage #captcha-field label {
  font-size: 11px;
  vertical-align: top;
}

#parrainage #captcha-field input#captcha {
  height: 27px;
}

div.wysiwyg div.toolbar-wrap {
  display: none;
}

.no-flexbox #contact-pro {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.no-flexbox #contact-pro .bl-contact-pro {
  display: table-cell;
  max-width: 100%;
  width: 100%;
}

.no-flexbox #contact-pro .bl-contact-pro .bl-contact-pro__wrapper {
  min-height: 240px;
}

@media only screen and (max-width: 992px) {
  #contact-pro .bl-contact-pro {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 15px;
  }
  .modal .bl-specialiste__wrapper .spc__thumbnail img {
    margin: 0 auto;
  }
  .modal .bl-specialiste__wrapper .spc_content--name {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .modal .bl-specialiste__wrapper .spc__thumbnail,
  .modal .bl-specialiste__wrapper .spc__content,
  .modal .bl-specialiste__wrapper .spc__desti.col-cell {
    display: block;
    width: 100%;
  }
  .modal .bl-specialiste__wrapper .spc__desti.col-cell {
    padding: 15px 30px;
    margin-top: 15px;
    border-top: 1px solid #f2eae5;
    font-size: 0.875em;
    line-height: 1.75em;
  }
}

@media only screen and (max-width: 991px) {
  #destination-specialistes .bl-specialiste .col-cell {
    display: block;
    width: 100%;
  }
  #destination-specialistes .bl-specialiste .spc__thumbnail img {
    max-height: 230px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 768px) {
  .content-specialiste .bl-specialiste .spc__thumbnail img {
    max-height: 230px;
    margin-top: 15px;
  }
  .content-specialiste .bl-specialiste .bl-specialiste__wrapper {
    text-align: center;
  }
  .content-specialiste .bl-specialiste .bl-specialiste__wrapper .bl-specialiste__inner {
    display: inline-block;
  }
  .content-specialiste .bl-specialiste .bl-specialiste__wrapper .bl-specialiste__inner .spc__thumbnail img {
    margin-top: 0px;
  }
  .content-specialiste .specialistes__wrapper {
    display: block;
  }
  #details-agence .bl-info__agence {
    display: block;
    width: 100%;
    height: auto !important;
  }
  #details-agence .bl-info__agence:not(:last-child) {
    margin-bottom: 30px;
  }
  #contact-pro .bl-contact-pro {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .no-flexbox #contact-pro .bl-contact-pro {
    display: block;
    max-width: 100%;
    width: 100%;
  }
  .no-flexbox #contact-pro .bl-contact-pro .bl-contact-pro__wrapper {
    min-height: auto;
  }
}

@media only screen and (max-width: 600px) {
  .content-specialiste .bl-specialiste {
    border-top: 1px solid #f2eae5;
  }
  #contact .contenu-static__wrapper {
    padding: 15px;
  }
  #contact .contenu-static__wrapper #clients-services .title--3rd,
  #contact .contenu-static__wrapper #contact-us .title--3rd {
    text-align: center;
  }
  #contact .contenu-static__wrapper #clients-services .title--3rd .icon,
  #contact .contenu-static__wrapper #contact-us .title--3rd .icon {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  #contact-pro .bl-contact-pro {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  #destination-specialistes .bl-specialiste .spc__thumbnail .spc_thumb {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: 1px solid #FFFFFF;
  }
  #destination-specialistes .bl-specialiste:hover .spc__thumbnail .spc_thumb {
    border: 5px solid #922743;
  }
  #destination-specialistes .bl-specialiste .col-desc {
    padding-left: 60px;
  }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
  #parrainage .schema__content {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  #parrainage .schema__content .bl-img {
    display: table-cell;
    vertical-align: top;
  }
}

@media only screen and (min-width: 768px) {
  .modal .bl-specialiste__wrapper {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .modal .spc__thumbnail,
  .modal .spc__content {
    display: table-cell;
    vertical-align: top;
  }
  .modal .spc__thumbnail {
    width: 340px;
  }
  .content-specialiste .bl-specialiste__wrapper:hover {
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 25px 0px;
    -ms-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 25px 0px;
    -o-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 25px 0px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 25px 0px;
  }
  .content-specialiste .bl-specialiste__wrapper:hover .spc__thumbnail img {
    border: 5px solid #922743;
  }
  .content-specialiste .specialistes__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .content-specialiste .no-flexbox .specialistes__wrapper {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
}

/****************************************************************************************************************/
/********************/
/* CSS for SEO page */
/********************/
#seo-content, .seo-filter-content {
  color: #333;
  font-size: 13px;
  line-height: 17px;
  padding: 0 40px 0 0;
  text-align: justify;
}

#seo-content h3 {
  color: #333;
  font-size: 12px;
  margin: 20px 0 10px 0;
}

#seo-content h4 {
  color: #333;
  font-size: 12px;
  font-weight: normal;
  text-decoration: underline;
  margin: 15px 0 5px 0;
}

.seo-button-link {
  float: right;
}

ul.seo-filter-link, ul.seo-intermediate-link {
  margin: 0 !important;
  padding: 0 !important;
}

ul.seo-filter-link li, ul.seo-intermediate-link li {
  display: block;
  float: left;
  font-size: 11px;
  list-style-type: none;
  width: 180px;
}

ul.seo-intermediate-link li {
  width: 360px;
}

ul.seo-filter-link li a:hover, ul.seo-intermediate-link li a:hover {
  font-weight: normal !important;
  text-decoration: underline;
}

/************************/
/* CSS for Partner page */
/************************/
.partner-esprit-content {
  width: 500px;
  color: #41403f;
  margin: 0 auto;
}

.partner-esprit-content p {
  text-align: center;
  font-size: 11px !important;
  margin: 0;
  padding: 0;
}

.partner-esprit-content ul li {
  margin: 0 0 0 25px;
  padding: 0 !important;
}

.partner-esprit-content ul {
  margin: 0 !important;
  padding: 0;
  font-size: 11px !important;
}

/*****************************/
/* CSS for Conciergerie page */
/*****************************/
.shading-block {
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  background: #FFF;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI3NCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZWZlZmVmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(74%, #ffffff), to(#efefef));
  background: linear-gradient(to bottom, #ffffff 74%, #efefef 100%);
  box-shadow: 0px 0px 0px #d0d0d0, inset 0 0 0 1px white;
  position: relative;
  transition: all .2s linear;
  width: 100%;
  -moz-border-radius: 10px;
  -moz-box-shadow: 0px 0px 0px #d0d0d0, inset 0 0 0 1px white;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  -webkit-border-radius: 10px;
  -webkit-box-shadow: 0px 0px 0px #d0d0d0, inset 0 0 0 1px white;
  -webkit-transition: all .2s linear;
}

.shading-block-title {
  padding: 10px 10px 5px;
  background-color: #FFF;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.shading-block-description {
  float: left;
  padding: 10px;
  width: 710px;
}

.shading-block-text-large {
  color: #444;
  float: left;
  font-size: 11px;
  line-height: 16px;
  padding: 0px;
  text-align: justify;
  text-decoration: none;
  width: 665px;
}

/****************************************************************************************************************/
#btn-scroll-top{margin-bottom:0}



/* Assurances */
.banniere-assurance {text-align: center;}
.banniere-assurance img {width:80%;}

.entete-assurance {display: flex;}
.entete-assurance p {
  width:70%;
  font-size: 22px;
  font-weight: bold;
  line-height: 27px !important;
}
.image-assurance img {width:50%;}

.sous-bloc-assurance {
  margin-bottom: 20px;
}

.sous-bloc-assurance a {
  text-decoration: underline;
  font-weight: bold;
}

.titre-assurance {
  background-color: #314396;
  color: white !important;
  font-weight: bold;
  padding-left: 10px;
}

@media only screen and (max-width: 991px) {
    .entete-assurance {
        display: block;
    }

    .entete-assurance p {
       width: 90%;
       font-size: 14px;
       line-height: 20px !important;
       text-align: center;
       margin: 15px auto;
    }

    .image-assurance {
       text-align: center;
       margin-bottom:15px;
    }

    .image-assurance img {
       width: 35%;
    }

}