/*
Theme Name: Beaver
Description: Theme enfant de Divi
Author: Laurent Holdrinet
Author URI: https://laurentholdrinet.com/
Template: Divi 
Version: 1.0
*/


/*	TYPO	*/
h2 {
	color: #ff0045;
}
p {
	font-weight: 300;
}
strong {
    font-weight: 500;
}



/*	LISTS */
/*li {
	font-weight: 300;
	border-bottom: 1px solid #f0e9da;
    padding: 6px 12px;
}
/*.entry-content ul {
	list-style-type: disc;
	padding: 0 0 23px 0;
	/*border-top: 1px solid #d1bc91;*/
	/*margin-top: 12px;
}*/


/*	liste unordered	RED square	--- from MTHD css	*/

ul.lightlist {
  list-style: none !important; /* Remove default bullets */
  padding-top: 6px;
}
/*ul.lightlist {
   padding-left: 22px;
}*/
ul.lightlist li {
	font-weight: 300;
	line-height: 1.4em;
	border-bottom: 1px solid #f0e9da;
    padding: 6px 12px 6px 0;*/
}
ul.lightlist li::before {
	content: "\203A";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
	/*font-weight: bold;*/
	display: inline-block; /* Needed to add space between the bullet and the text */
	width: 1em; /* Also needed for space (tweak if needed) */
	margin-left: -1em; /* Also needed for space (tweak if needed) */
	color: #b39047; /* Change the color */
}

/*	SONDEKLA	*/
/*btn back to top*/
.et_pb_scroll_top.et-pb-icon {
  padding: 12px;
  font-size: 22px;
  border-radius: 50px;
  background: #ff0045;
  right: 20px;
  bottom: 80px;
}

/*	MOB ONLY - Garder 2/3 colonnes	*/
/*	https://joshhall.co/how-to-keep-columns-on-mobile-in-divi/	*/
@media only screen and (max-width: 980px) {

	.mob2col .et_pb_column {
		width: 50% !important;
	}
	.mob3col .et_pb_column {
		width: 33% !important;
	}
	.mob23col .et_pb_column {
		width: 66% !important; 
	}

}

/*
@media (max-width: 980px) {
	/*	Fixer menu sur mobile	*/
	/*.et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header, .et_fixed_nav #main-header, .et_fixed_nav #top-header {
		position: fixed;
	}
	.et_mobile_menu {
		overflow: scroll !important;
		max-height: 83vh;
	}
	/*	logo menu different sur mobile	*/
	/*#logo {
		content: url(https://www.castor.audio/wp-content/themes/ruchappy_theme/items/RUCHAPPY_typo_solo.svg);
	}
	.et_header_style_left #logo {
		max-height: 22px !important;
	}
	/*.mobile_menu_bar:before {
		top: 15px !important;
	}*/
/*}*/