* { 
	margin:0;
	padding:0;
}
body, main {
    background-color: #000;
}

#logoKBMenu {
	width:70px;
	height:70px;
	float: left;
	margin: -10px 10px 10px 10px;
}
#blockTop {
    width:100%;
    position: relative;
    height:50px;
    background-color: white;
    z-index: 20;
}
#menuTop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 20px;
    z-index: 20;
    transition: all 0.2s ease-in-out;
    height: auto;
	background-color: #000;
	opacity: 0.8;
    text-align: center;
    line-height: 40px;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
}
#menuTopSmall {
	display: none;
    position: fixed;
    top: 0;
    left: 70px;
    padding: 0;
    z-index: 20;
    transition: all 0.2s ease-in-out;
    height: auto;
	background-color: #000;
    text-align: center;
    line-height: 40px;
}
#symbolSmallMenu {
	position: relative;
	float: left;
	height:30px;
	background-color: white;
	width: 50px;
	margin: auto;
    top: 10;
    left: 10;
    padding: 10px;
    z-index: 20;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}
#symbolSmallMenu:hover {
	color: #FFF;
	background-color: #000;
}
.menuItem {
    margin: -10px 0;
}

#menuTop .menuItem li {
	list-style-type: none;
	display: inline;
	padding: 0 0.35em;
    letter-spacing: -1.0px;
}
#menuTopSmall .menuItem li {
	list-style-type: none;
	padding: 0 1em;
	font-family: "Muli", sans-serif;
	text-align: left;
}

#menuTop .menuItem li a,#menuTopSmall .menuItem li a  {
	text-decoration: none;
	color: white;
	font-weight: bold;
	font-size: calc(7px + 1.1vw);
}
@keyframes animationSelectionMenu {
	0% {color: black;}
	100% {color: #3377d6;border-bottom: 5px solid #3377d6;}
}
#menuTop .menuItem li a:hover:not(#menuItem2) {
	animation: animationSelectionMenu 0.5s ease;
	animation-fill-mode: forwards;
}

#menuTopSmall .menuItem li a:hover:not(#menuItem2) {
	animation: animationSelectionMenu 0.5s ease;
	animation-fill-mode: forwards;
	border-bottom: 5px solid #000;
}

#secPartIndex, #secPartIndexInv {
    margin: 0 1% 5% 1%;
    display: flex;
}
#title h1 {
    padding-top: 30px;
}
#title {
    margin: 5% 10%;
    color: white;
}
h3 {
    font-weight: bold;
    color:#FFF;
}
#title2 {
    padding-left: 5%;
    font-weight: bold;
	font-size: calc(8px + 1.1vw);
    color: #88BBEB;
}
#pictLogoIric img {
	float: right;
	margin: 10px 10px 0px 10px;
    height: 35px;
}


@media screen and (max-width: 700px) {
	#symbolSmallMenu {display: block;}
	#menuTop {display:none;}
	#imagePresentation {width: 70%; margin:0 auto 10% auto;}
	#imagePresentation img {width:100%;}
	#textProj {width: 90%; padding: 0 5%;}
    #pictTop img {width: 100%; height: 200px; padding-top: 0px; object-fit: cover;}
    #secPartIndexInv {flex-direction: column-reverse;}
    #secPartIndex {flex-direction: column;}
}

@media screen and (min-width: 700px) {
	#symbolSmallMenu {display: none;}
	#blockTop {display:none;}
	#imagePresentation {width: 38%; margin: auto 2%;}
	#imagePresentation img {width:100%;}
	#textProj {width: 58%;}
    #pictTop img {width: 100%; height: 300px; padding-top: 90px; object-fit: cover;}
    #pictTop {position: sticky; position: -webkit-sticky; top: 0; z-index: -10;}
    #menuTopSmall {display: none;}
}
	
@media screen and (min-width: 900px) {
	#menuTop .menuItem li {padding: 0 0.7em;}
}
@media screen and (min-width: 1100px) {
	#menuTop .menuItem li {padding: 0 1em;}
}




/* keyframes #anim_titles */
@-webkit-keyframes anim_titles {
    0% {
        left:40%;
        opacity:0;
	    -webkit-animation-timing-function: ease-out;
    }
    5% {
        left:10%;
        opacity:1;
    }
    20% {
        left:10%;
        opacity:1;
    }
    25% {
        left:25%;
        opacity:0;
    }
    100% {
        left:100%;
        opacity:0;
    }
}
@-moz-keyframes anim_titles {
    0% {
        left:100%;
        opacity:0;
    }
    5% {
        left:10%;
        opacity:1;
    }
    20% {
        left:10%;
        opacity:1;
    }
    25% {
        left:50%;
        opacity:0;
    }
    100% {
        left:100%;
        opacity:0;
    }
}

/*Mise en forme de la partie Description de la patisserie*/


#textProj {
	margin:2% 0;
	font-family: 'Muli', sans-serif;
	font-size: calc(8px + 1.2vw);
	text-align: justify;
	color: #737373;
    vertical-align: middle;
}
#textProj p {
    margin: 20px 0px;
}
#textProj ul {
    margin-left: 20px;
}

/*Mise en forme de la partie photos Amuse-Gueules, Desserts et commande*/

@media screen and (min-width: 700px) {
}
@media screen and (max-width: 700px) {
	#symbolSmallMenu {display: block;}
}
footer {
    position: relative;
    width:100%;
    height: calc(90px + 2vw);
    background-color: #AAA;
}
.logoFooter {
    display: inline-block;
	width: 30%;
	padding: 10px;
}
.logoFooter img {
    width:70px;
    height:70px;
}

.contact {
    position: absolute;
    top: 5%;
	left: 37%;
    display: inline-block;
}
.contact p {
    text-align: center;
    font-family: "Muli", sans-serif;
    font-size: calc(8px + 1.1vw);
    padding-bottom: 7%;
}
.contact a {
    text-decoration: none;
    color: black;
}
h5 {
    font-size: calc(9px + 0.3vw);
}
.reseaux {
    position: absolute;
    float: right;
    top: 10%;
	left: 82%;
    display: inline-block;
}
.reseaux p {
    text-align: center;
    font-family: "Muli", sans-serif;
    font-size: calc(6px + 1.1vw);
}
.reseaux p img {
    width: calc(30px + 0.05vw);
    height: auto;
}

