/*
Theme Name: Theme enfant pour Ocean par be com Studio
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

.menu-principal-container {
	text-align:right;
}

.menuprincip li {
	display:inline;
	color:black;
	font-weight:700;
	font-size:20px;
	padding-right:25px;
}

.menumobile {
	padding-top:1em;
}

.menumobile li {
	font-weight:700;
	font-size:20px;
	text-align:center;
	list-style:none;
}

.menufooter ul {
	margin:0;
}

.menufooter li{
	list-style: none;
}

/* bouton Cookie Notice */

.cn-button.bootstrap {
    padding: 8px 20px;
	background: #000;
}

.cn-button.bootstrap:hover {
	background:#dc5041;
}