/*
Theme Name: Humaneo Theme
Description: A theme for Humaneo
Template: Divi
Version: v1.0.0
Author: BeCreative
Author URI: https://be-creative.ch/
Text Domain: humaneo-theme
*/


body {
  font-family: 'Montserrat', sans-serif;
  line-height: 1.5;
}

button {
	cursor: pointer;
}
strong {
	font-weight: 600;
}

.et_pb_section h1,
.et_pb_text h1,
.et_pb_heading_container h1,
.et_pb_blurb .et_pb_module_header h1 {
  	font-size: 60px !important;
  	line-height: 1.5;
  	font-weight: 700;
	margin-bottom: 0;
	padding-bottom: 0;
}

.et_pb_section h2,
.et_pb_text h2,
.et_pb_heading_container h2,
.et_pb_blurb .et_pb_module_header h2 {
  	font-size: 48px !important;
  	line-height: 1.5;
  	font-weight: 700;
	margin-bottom: 0;
	padding-bottom: 0;
}

.et_pb_section h3,
.et_pb_text h3,
.et_pb_heading_container h3,
.et_pb_blurb .et_pb_module_header h3 {
  	font-size: 36px !important;
  	line-height: 1.5;
   	font-weight: 700;
	margin-bottom: 0;
	padding-bottom: 0;
}

.et_pb_section h4,
.et_pb_text h4,
.et_pb_heading_container h4,
.et_pb_blurb .et_pb_module_header h4 {
  	font-size: 30px !important;
  	line-height: 1.5;
   	font-weight: 700;
	margin-bottom: 0;
	padding-bottom: 0;
}

.et_pb_section h5,
.et_pb_text h5,
.et_pb_heading_container h5,
.et_pb_blurb .et_pb_module_header h5 {
  	font-size: 24px !important;
  	line-height: 1.5;
 	font-weight: 700;
	margin-bottom: 0;
	padding-bottom: 0;
}
.et_pb_section h6,
.et_pb_text h6,
.et_pb_heading_container h6,
.et_pb_blurb .et_pb_module_header h6 {
  	font-size: 20px !important;
  	line-height: 1.5;
 	font-weight: 700;
	margin-bottom: 0;
	padding-bottom: 0;
}
body, p, .et_pb_text p {
	  font-size: 16px;
	  line-height: 1.5;
}

.text-large {
  	font-size: 18px !important;
	line-height: 1.5;
	 font-weight: 400;
	margin-bottom: 0;
	padding-bottom: 0;
}

.white-text {
	color: #ffffff;
}
.text-sm {
  font-size: 12px !important;
}
@media (max-width: 980px) {
 .et_pb_section h1, .et_pb_text h1, .et_pb_heading_container h1, .et_pb_blurb .et_pb_module_header h1 { font-size: 42px !important; }
 .et_pb_section h2, .et_pb_text h2, .et_pb_heading_container h2, .et_pb_blurb .et_pb_module_header h2  { font-size: 36px !important; }
 .et_pb_section h3, .et_pb_text h3, .et_pb_heading_container h3, .et_pb_blurb .et_pb_module_header h3  { font-size: 30px !important; }
 .et_pb_section h4, .et_pb_text h4, .et_pb_heading_container h4, .et_pb_blurb .et_pb_module_header h4 { font-size: 26px !important; }
  .et_pb_section h5, .et_pb_text h5, .et_pb_heading_container h5, .et_pb_blurb .et_pb_module_header h5 { font-size: 22px !important;  }
  .et_pb_section h6, .et_pb_text h6, .et_pb_heading_container h6, .et_pb_blurb .et_pb_module_header h6 { font-size: 18px !important; }

  p, body { font-size: 15px; }
	.text-large {
  	font-size: 17px !important;
}
}

@media (max-width: 767px) {
  .et_pb_section h1, .et_pb_text h1, .et_pb_heading_container h1, .et_pb_blurb .et_pb_module_header h1  { font-size: 32px !important; }
  .et_pb_section h2, .et_pb_text h2, .et_pb_heading_container h2, .et_pb_blurb .et_pb_module_header h2  { font-size: 28px !important; }
  .et_pb_section h3, .et_pb_text h3, .et_pb_heading_container h3, .et_pb_blurb .et_pb_module_header h3  { font-size: 24px !important; }
  .et_pb_section h4, .et_pb_text h4, .et_pb_heading_container h4, .et_pb_blurb .et_pb_module_header h4  { font-size: 20px !important; }
  .et_pb_section h5, .et_pb_text h5, .et_pb_heading_container h5, .et_pb_blurb .et_pb_module_header h5  { font-size: 18px !important; }
  .et_pb_section h6, .et_pb_text h6, .et_pb_heading_container h6, .et_pb_blurb .et_pb_module_header h6  { font-size: 16px !important; }

  p, body { font-size: 14px; }
	.text-large {
  	font-size: 16px !important;
}
}

.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li {
	padding: 10px;
	margin-top: 0;
	
}
.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li>a {
	padding-bottom: 0;
}
.et_pb_menu__menu>nav>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center !important;
	align-items: center;
}
.et_pb_menu .et-menu {
	margin-left: 0;
	margin-right: 0;
}
#header_col-hero {
	display: flex;
    align-items: center;
    justify-content: space-between;
	gap: 20px;
}
@media (max-width: 1520px) {
	#header_col-hero {
		flex-direction: column;
	}
	.et_pb_button_module_wrapper.et_pb_button_0_tb_header_wrapper {
    display: none !important;
  }
}
@media (max-width: 980px) {
	#header_col-hero {
		flex-direction: row;
	}

}
.header_logo {
	margin: 0;
}
/* === Footer Contact Style === */
#menu-footer-menu {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start;
  gap: 8px;
}
.et_mobile_menu {
	border-top: 0;
    width: 300px;
    left: -265px;
}
.et_pb_menu_0_tb_header.et_pb_menu ul li.current-menu-item a {
    font-weight: 700;
}
.section-hero_grid {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
/* home page */
.section-row_grid-classic {
	display: flex;
}
.section-row_grid-classic .et_pb_column {
    margin-right: 32px;
    flex: 1 1 auto;
    height: auto;
}
@media(max-width: 980px) {
	.section-row_grid-classic .et_pb_column {
		margin-right: 32px;
		flex: 1 1 auto;
		height: auto;
		 margin-bottom: 0;
	}
	.et_pb_column {
        margin-bottom: 32px;
    }
}
@media(max-width: 767px) {
	.section-row_grid-classic {
		flex-direction: column;
	}
	.section-row_grid-classic .et_pb_column {
		margin-right: 0;
		margin-bottom: 32px;
		
	}
}
.glass-button {
  display: inline-block;
  padding: 12px 24px;
  width: 246px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  border-radius: 999px;
  cursor: pointer;
  background: rgba(180, 118, 19, 0.2);
  position: relative;
  backdrop-filter: blur(6px);
  transition: all 0.3s ease;
	border: none;
}

.glass-button::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 999px;
  padding: 1px;
  background: linear-gradient(
    249.77deg,
    #47280a 0%,
    rgba(234, 215, 186, 0.5) 11%,
    rgba(234, 215, 186, 0.5) 87%,
    #47280a 100%
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.glass-button:hover {
	background: rgba(180, 118, 19, 0.4);
}
.ensuisse-btn:hover {
	background: rgba(253, 248, 243, 1);
    border-radius: 999px;
}
.ensuisse-btn:active {
	color:rgba(255, 255, 255, 1);
	background: rgba(200, 146, 71, 1);
	box-shadow: 0px 0px 2px 2px rgba(180, 118, 19, 0.3);
    border-radius: 999px;
}
.ensuisse-btn:active path {
  stroke: rgba(255, 255, 255, 1);
}
.aletranger-btn {
  background: #552D0B;
	border: none;
  color: #ffffff;
  padding: 12px 24px;
  border-radius: 999px;
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
  margin: auto
}
.aletranger-btn:active {
	background: rgba(200, 146, 71, 1);
	box-shadow: 0px 0px 2px 2px rgba(180, 118, 19, 0.3);
}
.aletranger-btn:hover {
  background: rgba(200, 146, 71, 1);
  color: #ffffff;
   stroke: #ffffff;
}
.aletranger-btn:hover path {
  stroke: #ffffff;
}
.svg-list {
	list-style: none !important;
	margin: 0;
	list-style-type: none !important;
    padding: 0 20px !important;
    line-height: 1.5 !important;
}

.svg-list li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 8px;
}

.svg-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 8px;
  height: 8px;
  background-color: #EAB32F;
  border-radius: 50%;
}

