/*
 Theme Name:     Divi Ceramaret
 Theme URI:      https://alpagraph.ch
 Description:    Template pour CREAMARET
 Author:         Alpagraph
 Author URI:     https://www.alpagraph.ch
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");


html, body {
  height: 100%;
  margin: 0;
}

#page-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#et-main-area {
  flex: 1 0 auto;
}


.et_pb_button,
.et_pb_button:before,
.mobile_menu_bar::before,
.mobile_menu_bar::after,
.et_pb_more_button,
.et_pb_pricing_table_button,
.et_pb_promo_button,
input[type="submit"],
.woocommerce a.button,
.et_pb_widget h4 {
  color: #52599f !important;
}

/* Menu : seulement l'état actif et le survol, pas tous les liens */
#top-menu li.current-menu-ancestor > a,
#top-menu li.current-menu-item > a,
#top-menu li a:hover {
  color: #52599f !important;
}

.et_pb_button:hover,
input[type="submit"]:hover {
  background-color: #52599f !important;
  border-color: #52599f !important;
}

#footer-bottom {
 display:none;
 }

#main-footer {
  background-color: #3d4278;
  height: 200px;
  display: flex;
  align-items: center;
}

#footer-widgets .footer-widget-area-1,
#footer-widgets .footer-widget-area-2,
#footer-widgets .footer-widget-area-3,
#footer-widgets .footer-widget-area-4 {
  width: 25%;
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding:0;
}

/* Texte blanc partout dans le footer */
#main-footer,
#main-footer h4,
#main-footer p,
#main-footer li,
#main-footer a {
  color: #ffffff !important;
}


#footer-widgets {
  padding: 20px 0 0;
  width: 100%;
}

.footer-social-icons a {
  font-family: "ETmodules" !important;
  font-weight: normal;
  font-size: 24px;
  color: #ffffff;
  text-decoration: none;
  margin-right: 15px;
  display: inline-block;
}

.footer-social-icons a.icon-facebook:before {
  content: "\e093";
}

.footer-social-icons a.icon-instagram:before {
  content: "\e09a";
}

.footer-social-icons a.icon-linkedin:before {
  content: "\e09d";
}

.footer-social-icons a:hover {
  color: #52599f;
}




