﻿.menuitem
{
}

.mainmenuitem-notcollapsed			/* item principal du menu étendu */
{
	border: 2px solid black;
	border-radius: 10px;
	background-color: #b388ff;
	padding-left: 15px;
	padding-right: 15px;
}

.mainmenuitem-collapsed			/* item principal du menu réduit */
{
	display: block;
	border: 2px solid black;
	border-radius: 10px;
	background-color: #b388ff;
	padding-left: 15px;
	padding-right: 15px;
	min-width: 100%;
	width: 100%;
}

.navbar
{
	background-color: ghostwhite !important;
	border-top-width: 5px !important;
	border-top-style: solid !important;
	border-top-color: black !important;
	border-bottom-width: 10px !important;
	border-bottom-style: solid !important;
	border-bottom-color: darkgrey !important;
}

.navbar-toggler-pc		/*	bouton d'activation du menu minimisé */
{
	border: 2px solid #b388ff !important;
	background-color: #ccff90 !important;
	border-radius: 10px !important;
}

.navbar-notcollapsed-pc		/* barre de menu étendue */
{
	border: 2px solid #b388ff !important;
	background-color: #ccff90 !important;
	border-radius: 25px !important;
}

.navbar-collapsed-pc		/* barre de menu réduite */
{
	text-align: center;
}

.navbar-nav > li.active > a		/* couleur d'un item principal actif du menu étendu */
{	
    color: black !important;
}

.navbar-nav > li > a			/* couleur d'un item principal non actif du menu étendu */
{
    color: white !important;
}

.footer-pc
{
	background-color: ghostwhite !important;
	border-top-width: 1px !important;
	border-top-style: solid !important;
	border-top-color: black !important;
}

.partner-image
{
	border: 1px solid #ddd;
	border-radius: 4px;

}

.contact-image
{
	border: 3px solid #b388ff;
	border-radius: 20px;
}

.contact-image-small
{
	border: 3px solid #b388ff;
	border-radius: 20px;
	max-width: 184px;
	max-height: 206px;
	width: 100%;
	height: 100%;
}

.contact-image-large
{
	border: 3px solid #b388ff;
	border-radius: 20px;
	max-width: 368px;
	max-height: 412px;
	width: 100%;
	height: 100%;
}

.presentation-grande-image
{
	border: 3px solid #b388ff;
	border-radius: 20px;
}

.nutrition-grande-image
{
	border: 3px solid #b388ff;
	border-radius: 20px;
}

.testimony-notcollapsed
{
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.testimony-collapsed
{
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.testimony-pict-collapsed
{
	text-align: center;
	padding-bottom: 25px;
}

.testimony-pict-notcollapsed
{
	text-align: center;
	max-width: 300px !important;
}

.testimony-text-collapsed
{
	text-align: left;
	border-radius: 10px;
	background-color: white;
}

.testimony-text-notcollapsed
{
	text-align: left;
	border-radius: 10px;
	background-color: white;
}