@charset "UTF-8";
/**
Theme Name: emc
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: emc
Template: astra
*/
/* Background */
/* Color */
/* Font */
/* divers */
.wp-block-image {
  margin: 0;
}

.wp-block-image .alignleft {
  margin: 0;
}

.wp-block-image .alignright {
  margin: 0;
}

figure.wp-block-image {
  margin: 0;
}

.tb-fields-and-text p,
.tb-field p {
  margin-bottom: 0;
}

.wp-block-image p {
  margin: 0;
}

/* ****************************************************************
GENERAL STYLES
**************************************************************** */
#wpadminbar {
  display: none !important;
}

b,
strong {
  font-weight: 700;
}

#primary {
  margin: 0;
}

button:hover,
button:focus {
  background: #24185d;
}

a.button:hover,
a.button:focus {
  background: #24185d;
}

.button {
  pointer-events: auto;
  cursor: pointer;
  background: #24185d;
  border: none;
  padding: 16px 34px;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  position: relative;
  display: inline-block;
}

.button::before,
.button::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.button--hyperion {
  font-size: 24px;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  font-weight: 500;
  overflow: hidden;
  color: #fff;
  border-radius: 10px;
}
@media screen and (min-width: 990px) {
  .button--hyperion {
    padding: 16px 34px;
  }
}

.button--hyperion span {
  display: block;
  position: relative;
}

.button--hyperion > span {
  overflow: hidden;
}

.button--hyperion > span > span {
  overflow: hidden;
}

.button--hyperion:hover > span > span {
  animation: MoveUpInitial 0.2s forwards, MoveUpEnd 0.2s forwards 0.2s;
}

@keyframes MoveUpInitial {
  to {
    transform: translate3d(0, -105%, 0);
  }
}
@keyframes MoveUpEnd {
  from {
    transform: translate3d(0, 100%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.button--hyperion::before {
  content: "";
  background: #cba773;
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
  transform-origin: 100% 50%;
}

.button--hyperion:hover::before {
  transform: scale3d(0, 1, 1);
  transform-origin: 0% 50%;
}

/**********************************
    header-site // Commun
**********************************/
.header-site,
.menu-mobile {
  display: flex;
  margin: 0 20px 0 20px;
  flex-direction: column;
  list-style: none;
}
@media (min-width: 990px) {
  .header-site,
.menu-mobile {
    flex-direction: row;
    height: 124px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1404px;
    padding: 0 20px;
  }
}
@media (min-width: 990px) {
  .header-site-logo,
.menu-mobile-logo {
    margin-top: 50px;
    flex: 0 0 322px;
    margin-top: 0;
  }
}
.header-site-logo a,
.menu-mobile-logo a {
  display: block;
  margin-top: 20px;
  text-align: left;
}
@media (min-width: 990px) {
  .header-site-logo a,
.menu-mobile-logo a {
    flex-direction: row;
  }
}
.header-site-logo a img,
.menu-mobile-logo a img {
  width: 280px;
}
@media (min-width: 990px) {
  .header-site-logo a img,
.menu-mobile-logo a img {
    width: 322px;
  }
}
.header-site-navigation,
.menu-mobile-navigation {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 12px;
}
@media (min-width: 990px) {
  .header-site-navigation,
.menu-mobile-navigation {
    align-items: flex-end;
  }
}
.header-site-actions span,
.menu-mobile-actions span {
  padding-right: 20px;
  display: block;
}
@media (min-width: 700px) {
  .header-site-actions span,
.menu-mobile-actions span {
    display: inline;
  }
}
.header-site-actions img,
.menu-mobile-actions img {
  margin-right: 1px;
  margin-bottom: 5px;
  position: relative;
}
.header-site-actions a,
.menu-mobile-actions a {
  font-size: 16px;
  line-height: 29px;
  color: #cba773;
  font-weight: 600;
}
.header-site-actions a:hover,
.menu-mobile-actions a:hover {
  color: #24185d;
}
.header-site-menu,
.menu-mobile-menu {
  text-align: right;
  margin-top: 13px;
}

.mobile-espace-client {
  margin-bottom: 30px !important;
}
.mobile-espace-client a {
  font-size: 19px;
  line-height: 29px;
  color: #cba773;
  font-weight: 600;
}
.mobile-espace-client a:hover {
  color: #24185d;
}

#responsive-menu-pro li {
  padding: 0 20px;
}
#responsive-menu-pro li a {
  font-weight: 300;
  padding: 0 !important;
  position: relative;
}
#responsive-menu-pro li a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #cba773;
  bottom: 0;
  left: 0;
  pointer-events: none;
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s;
  z-index: 100;
}
@media (min-width: 990px) {
  #responsive-menu-pro li a::before {
    height: 5px;
    top: 100%;
    bottom: inherit;
  }
}
#responsive-menu-pro li a::after {
  position: absolute;
  width: 100%;
  height: 1px;
  background: currentColor;
  top: 100%;
  left: 0;
  pointer-events: none;
}
#responsive-menu-pro li a:hover::before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
}
@media screen and (min-width: 991px) {
  #responsive-menu-pro li.responsive-menu-pro-item-current-parent::after {
    content: "";
    display: block;
    width: 84%;
    height: 1px;
    background-color: #d5d4ce;
    margin: 0;
    position: relative;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
#responsive-menu-pro li.btn a {
  display: block;
  border-radius: 5px;
  padding: 0 14px;
  color: #fff;
  background-color: #24185d;
}
#responsive-menu-pro li.btn a:hover {
  color: #fff;
  background-color: #cba773;
}
#responsive-menu-pro li.btn a::after {
  content: none;
}

@media screen and (max-width: 990px) {
  #responsive-menu-pro-container #responsive-menu-pro-title {
    padding-top: 100px !important;
  }
}
#responsive-menu-pro-container .btn-menu {
  display: inline-block;
  cursor: pointer;
  margin-top: 0;
  margin-bottom: 30px;
  background-color: #24185d;
  color: #fff;
  border-radius: 5px;
  padding: 0 14px;
  font-size: 14px;
  line-height: 18px;
  height: 32px;
  line-height: 32px;
}
#responsive-menu-pro-container .btn-menu a {
  color: #fff;
}
#responsive-menu-pro-container .btn-menu a:hover {
  background-color: #cba773;
  color: #fff;
}
#responsive-menu-pro-container #responsive-menu-pro-additional-content {
  padding-top: 40px;
}
#responsive-menu-pro-container #responsive-menu-pro-additional-content .menu-mentions {
  margin-top: 20px;
}
#responsive-menu-pro-container #responsive-menu-pro-additional-content .menu-mentions a {
  color: #000;
  font-size: 16px;
}
#responsive-menu-pro-container a.button--hyperion {
  padding: 14px 14px !important;
  letter-spacing: 0;
  margin-bottom: 40px;
  font-size: 16px;
}

/**********************************
    Footer
**********************************/
.footer {
  padding: 30px;
  height: 452px;
  background: url(../img/bg-footer.jpg) 50% 50%;
  background-size: cover;
  display: flex;
}
.footer-container {
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  margin: auto;
  text-align: center;
}
.footer-logo p {
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  margin-top: 20px;
}
.footer-mentions {
  max-width: 1364px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  text-align: center;
}
.footer-mentions p {
  font-size: 16px;
  line-height: 26px;
  color: #505050;
}
.footer-mentions p a {
  color: #505050;
}
.footer-mentions p a:hover {
  color: #24185d;
  text-decoration: underline;
}

@media (min-width: 650px) and (max-width: 767px) {
  .tb-image.img-post-header img {
    padding-left: 140px !important;
    padding-right: 140px !important;
  }
}
@media (min-width: 500px) and (max-width: 649px) {
  .tb-image.img-post-header img {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
}
h1 {
  word-break: normal !important;
  overflow-wrap: normal;
}
h1::after {
  content: "";
  display: block;
  position: relative;
  width: 177px;
  height: 5px;
  background-color: #cba773;
  left: 50%;
  transform: translate(-50%);
  margin-top: 40px;
}

h2 {
  font-size: 60px;
  line-height: 60px;
  word-break: normal !important;
  overflow-wrap: normal;
}
h2::after {
  content: "";
  display: block;
  position: relative;
  width: 177px;
  height: 5px;
  background-color: #cba773;
  left: 50%;
  transform: translate(-50%);
  margin-top: 40px;
}

h3 {
  word-break: normal !important;
  overflow-wrap: normal;
}

.astra-advanced-hook-284 {
  position: fixed;
  height: 145px;
  width: 100%;
  background: white;
  top: 0;
}
@media (min-width: 990px) {
  .astra-advanced-hook-284 {
    position: inherit;
    height: inherit;
    width: inherit;
    background: inherit;
    top: inherit;
  }
}

.ast-container {
  margin-top: 145px;
}
@media (min-width: 990px) {
  .ast-container {
    margin-top: inherit;
  }
}

/***************************
  # Home // Qui sommes nous
****************************/
.qui-sommes-nous {
  text-align: center;
  margin-top: -220px;
}
@media (min-width: 990px) {
  .qui-sommes-nous {
    text-align: inherit;
  }
}
.qui-sommes-nous strong {
  font-weight: 600;
}
.qui-sommes-nous .laurent-beauvier img {
  padding-bottom: 17px;
  background-color: #cba773;
}
.qui-sommes-nous-title {
  text-align: center;
  word-break: normal !important;
  overflow-wrap: normal;
}
@media (min-width: 990px) {
  .qui-sommes-nous-title {
    text-align: inherit;
  }
}
.qui-sommes-nous-title::after {
  content: "";
  display: block;
  width: 65px;
  height: 4px;
  background-color: #cba773;
  margin-top: 20px;
  margin-bottom: 30px;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
}
@media (min-width: 990px) {
  .qui-sommes-nous-title::after {
    left: inherit;
    transform: inherit;
  }
}
.qui-sommes-nous .signature p {
  font-style: italic;
  line-height: 22px;
}
.qui-sommes-nous .signature p strong {
  font-weight: 700;
}

p.qui-sommes-nous-title {
  margin-bottom: 0;
}

/***************************
  # Home // Emc gestion privée
****************************/
.emc-gestion-privee h2::after {
  content: none;
}
.emc-gestion-privee .piliers p::after {
  content: "";
  display: block;
  position: relative;
  width: 65px;
  height: 4px;
  background-color: #cba773;
  left: 50%;
  transform: translate(-50%);
  margin-top: 40px;
}
.emc-gestion-privee strong {
  font-weight: 600;
}

/***************************
  # Home // Nos prestations
****************************/
.nos-prestations {
  margin-top: -260px;
}
.nos-prestations-item strong {
  font-weight: 600;
}
.nos-prestations-item-texte {
  text-align: center;
  order: 2;
}
@media (min-width: 990px) {
  .nos-prestations-item-texte {
    order: inherit;
    text-align: left;
  }
}
.nos-prestations-item-img {
  order: 1;
}
@media (min-width: 990px) {
  .nos-prestations-item-img {
    order: inherit;
  }
}
.nos-prestations-item h3 {
  text-align: center;
}
@media (min-width: 990px) {
  .nos-prestations-item h3 {
    text-align: inherit;
  }
}
.nos-prestations-item h3::after {
  content: "";
  display: block;
  width: 130px;
  height: 3px;
  background-color: #cba773;
  margin-top: 20px;
  margin-bottom: 30px;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
}
@media (min-width: 990px) {
  .nos-prestations-item h3::after {
    left: inherit;
    transform: inherit;
  }
}
.nos-prestations-item2 h3::after {
  margin-top: 30px;
}
.nos-prestations-item2 .alignright {
  margin: 0;
}
.nos-prestations-item ul {
  list-style: outside;
  list-style-type: none;
}
.nos-prestations-item ul li::before {
  content: "•";
  font-size: 32px;
  display: inline-block;
  vertical-align: text-top;
  position: relative;
  left: -18px;
  margin-left: -10px;
}
.nos-prestations-item figure img {
  padding-bottom: 17px;
  background-color: #cba773;
}

/***************************
  # Home // Nos valeurs
****************************/
.nos-valeurs h3::after {
  content: "";
  display: block;
  position: relative;
  width: 130px;
  height: 3px;
  background-color: #cba773;
  margin-bottom: 30px;
  left: 50%;
  transform: translate(-50%);
  margin-top: 20px;
}

/***************************
  # Home // Votre contact
****************************/
.votre-contact p strong {
  font-weight: 600;
}
.votre-contact p a {
  color: #000;
  font-weight: 500;
}
.votre-contact p a:hover {
  color: #cba773;
  text-decoration: underline;
}

/***************************
  # page Générique
****************************/
.generique-content {
  margin-top: -220px;
}
.generique-content h1::after {
  content: "";
  display: block;
  position: relative;
  width: 177px;
  height: 5px;
  background-color: #cba773;
  left: 50%;
  transform: translate(-50%);
  margin-top: 40px;
}
.generique-content h2::after {
  content: "";
  display: block;
  position: relative;
  width: 130px;
  height: 3px;
  background-color: #cba773;
  margin-bottom: 30px;
  margin-top: 20px;
  text-align: left;
  left: inherit;
  transform: inherit;
}

/***************************
  # utils
****************************/
.no-break {
  word-break: normal !important;
  overflow-wrap: normal;
}
.no-break p {
  word-break: normal !important;
  overflow-wrap: normal;
}
