* { 
	margin:0;
	padding:0;
}
main {
    background-color: #000;
    margin: 0 0 100px 0;
}
body{
    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(#menuItem8) {
	animation: animationSelectionMenu 0.5s ease;
	animation-fill-mode: forwards;
}

#menuTopSmall .menuItem li a:hover:not(#menuItem8) {
	animation: animationSelectionMenu 0.5s ease;
	animation-fill-mode: forwards;
	border-bottom: 5px solid #000;
}

#imagePresentation {
    display: inline-block;
    vertical-align:middle;
    text-align: center;
}
#secPartIndex {
    margin: 5% 10%;
    color: white;
}
#secPartIndex a {
    color: #3377d6;
    font-size: calc(10px + 1.1vw);
    line-height: 30px;
}
#secPartIndex h1 {
    padding-top: 30px;
}
#pictLogoIric img {
	float: right;
	margin: 10px 10px 0px 10px;
    height: 35px;
}

h2 {
    font-weight: bold;
    color:#FFF;
    margin: 0 5%;
}

@media screen and (max-width: 700px) {
	#symbolSmallMenu {display: block;}
	#menuTop {display:none;}
	#imagePresentation {width: 60%;margin:2% auto;}
	#imagePresentation img {width:70%;}
	#textHome1 {display: block;width: 90%;padding: 0 5%;}
    #pictTop img {width: 100%; height: 200px; padding-top: 0px; object-fit: cover;}
    #pictContact {display: inline-block; width: 80%; padding: 40px 0 30px 0;}
    #nameContact {display: inline-block; width: 95%; vertical-align: top; margin: 0 0 60px 20px;}
}

@media screen and (min-width: 700px) {
	#symbolSmallMenu {display: none;}
	#blockTop {display:none;}
	#imagePresentation {width: 38%;margin:2%;}
	#imagePresentation img {width:100%;}
	#textHome1 {display: inline-block;width: 60%;}
    #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;}
    #pictContact {display: inline-block; margin: auto; width: 45%; padding: 0 0 70px 0;}
    #nameContact {display: inline-block; width: 42%; vertical-align: top; margin: 0 0 0 60px;}
}
	
@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;}
    #pictContact {display: inline-block; margin: auto; width: 35%; padding: 0 0 50px 0;}
    #nameContact {display: inline-block; width: 45%; vertical-align: top; margin: 60px 0 0 60px;}
}



/* 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*/


#contact {
	margin:5%;
	font-size: calc(7px + 1.2vw);
	color: #737373;
    vertical-align: middle;
}
#contact img {
    width: 100%;
}
#contact h3 {
    color: white;
}
#contact a {
    color: #3377d6;
}

/*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;
}

