#carte{
	padding:0 0 2em;
}	
#carte section{
	padding:2em 0 1em;
}	
#carte h2 {
    font-size: 24px;
    margin: 0.8em auto 0.5em;
    text-align: center;
    width: max-content;
    position: relative;
}
#carte h2:after {
    content: url(https://signelecocq.fr/wp-content/themes/MB_AEB/images/stitle-carte.png);
    position: absolute;
    top: -1.1em;
    right: -1em;
}
#carte hr {
    background: url(https://signelecocq.fr/wp-content/themes/MB_AEB/images/element-hr.png) no-repeat center center;
    padding: 1em 0;
    margin: 2em 0 1em;
    border: none;
}
.formule h3{
    font-weight: 300;
    font-size: 20px;
    text-align: center;
}		
.formule p{
    text-align: center;
}		
.formule p strong{
    color: #B5864E;
    font-size: 26px;
    font-weight: 600;
}
.entree h3, .plat h3, .dessert h3 {
    text-align: center;
    font-weight: 400;
    margin: 0.5em 0;
    font-size: 18px;
}
#carte h3 strong{
    color: #B5864E;
    font-weight: 700;
    font-size: 20px;
}	
@media only screen and (min-width: 800px) {
.formus {
    margin: auto;
    max-width: 880px;
}
.formule{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
}
.formule div {
    border: 2px solid #B5864E;
    max-width: 270px;
    margin: auto;
    padding: 1em;
	position:relative;
}
#formul1:before {
    position: absolute;
    content: url(https://signelecocq.fr/wp-content/themes/MB_AEB/images/deco-menu.jpg);
    top: -1.7em;
    left: 0.4em;
}
#formul3:before {
    position: absolute;
    content: url(https://signelecocq.fr/wp-content/themes/MB_AEB/images/deco-menu2.jpg);
    bottom: -1.7em;
    right: 0.4em;
}
}
@media only screen and (max-width: 799px) {
.formule div {
    border: 2px solid #B5864E;
    max-width: 270px;
    margin: auto;
    padding: 1em;
	position:relative;
}
#formul1 {
    border-bottom: none;
}
#formul3 {
    border-top: none;
}
#formul1:before {
    position: absolute;
    content: url(https://signelecocq.fr/wp-content/themes/MB_AEB/images/deco-menu.jpg);
    top: -1.7em;
    left: 0.4em;
}
#formul3:before {
    position: absolute;
    content: url(https://signelecocq.fr/wp-content/themes/MB_AEB/images/deco-menu2.jpg);
    bottom: -1.7em;
    right: 0.4em;
}
}