body {
    background-image: url(../img/back.jpg);
    background-repeat: repeat-y;
    background-position: center;
    background-color: #F4F8E7;
    margin: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.8em;
}
h2 {
    border-bottom: 1px dotted #999999;
    font-family: "Times New Roman", Times, serif;
    font-size: 1.4em;
    letter-spacing: 0.2em;
    font-weight: normal;
    padding: 0 0 5px 10px;
    margin-top: 60px !important;
    margin-top: 5px;
}
#h2-first {
    margin-bottom: 0;
}
#h2-second {
    margin-top: 0px !important;
}
#h2-third {
    margin-top: 30px !important;
}
h3 {
    font-family: "Times New Roman", Times, serif;
    font-size: 1.3em;
    letter-spacing: 0.1em;
    font-weight: normal;
    padding: 0 0 5px 0;
    margin-top: 0;
    color: #394D11;
    border-bottom: 1px dotted #CCCCCC;
}
.h3-second {
    margin-top: 40px;
}
.h3-second-2 {
    margin-top: 40px;
}
h5 {
    margin-left: 10px;
    margin-bottom: 0;
}
.h5-no_left-margin {
    margin-left: 2px;
}
.clear {
    clear: both;
    height: 1px;
    overflow: hidden;
}
#topBanner {
    width: 100%;
    background-color: #394D11;
    font-weight: bold;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    box-sizing: border-box;
    padding: 30px;
    text-align: center;
    margin-bottom: 10px;
	display: none;
	visibility: hidden;
}
#topBanner a {
    color: #fff;
}
#container {
    width: 760px;
    margin: auto;
}
#top {
    width: 760px;
    height: 165px;
    background-image: url("../img/top-banner-bg.jpg");
	background-repeat: no-repeat;
    margin: auto;
    text-align: right;
    /*padding: 142px 20px 0 0;*/
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    position: relative;
}
#top h1{
	font-family: "EB Garamond", serif;
	font-weight: 400;
	color: #ffffff;
	text-shadow: 2px 2px 5px #103d70;
	font-size: 4.2em;
    position: absolute;
    top: 13px;
    right: 72px;
    margin: 0;
}
#top a {
    color: #000000;
}

#top #socialNetworks{
    position: absolute;
    bottom: 50px;
    right: 76px;
}
#top #socialNetworks .socialIcon{
    width: 25px;
    margin-left: 15px;
}
#top #usersButtons{
    position: absolute;
    bottom: 11px;
    right: 10px;
}
#top #fleurMobile{
	display: none;
}
a {
    color: #34688F;
}
.error {
    color: #CC0000;
    font-size: 0.9em;
    margin-bottom: 200px;
}
.error2 {
    color: #CC0000;
    margin-bottom: 200px;
}
.error3 {
    color: #CC0000;
}
.x-small {
    font-size: 0.8em;
}
/***************************************************************************************/
/***** MENU *****/
/***************************************************************************************/
#menu {
    float: left;
    width: 100%;
    font-size: 100%;
    line-height: normal;
    border-bottom: 3px solid #394D11;
}
#menu ul {
    margin: 1px 0;
    padding: 10px 10px 0 0;
    list-style: none;
}
#menu li {
    display: inline;
    margin: 0;
    padding: 0;
}
#menu a {
    float: left;
    background: url(../img/menu/tableftC.gif) no-repeat left top;
    margin: 0;
    padding: 0 0 0 4px;
    text-decoration: none;
}
#menu a span {
    float: left;
    display: block;
    background: url(../img/menu/tabrightC-2.gif) no-repeat right top;
    padding: 8px 15px 5px 6px;
    color: #000;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a span {
    float: none;
}
/* End IE5-Mac hack */
#menu a:hover span {
    color: #FFF;
}
#menu a:hover {
    background-position: 0% -42px;
}
#menu a:hover span {
    background-position: 100% -42px;
}
#menu #current a {
    background-position: 0% -42px;
    color: #FFFFFF;
}
#menu #vacances a {
    background-position: 0% -84px;
    color: #000;
}
#menu #current a span {
    background-position: 100% -42px;
    color: #FFFFFF;
}
#menu #vacances a span {
    background-position: 100% -84px;
    color: #000;
}

#header_top{
	position: relative;
	height: 50px;
	text-align: center;
	display: none;
}

.toggle-menu {
	width: 40px;
	height: 38px;
	display: none;
	position: relative;
	/*top: 7px;
	right: 11px;*/
	z-index:50;
	background: #ffffff;
}
.toggle-menu i {
	position: absolute;
	display: block;
	height: 3px;
	background-color:#394D11;
	width: 23px;
	right: 8px;
	-webkit-transition: all .3s;
	        transition: all .3s;
}
.toggle-menu i:nth-child(1) { top: 11px; }
.toggle-menu i:nth-child(2) { top: 18px; }
.toggle-menu i:nth-child(3) { top: 25px; }
.open-menu i:nth-child(1) {
	top: 18px;
	-webkit-transform: rotateZ(45deg);
	        transform: rotateZ(45deg);
}
.open-menu i:nth-child(2) { background: transparent; }
.open-menu i:nth-child(3) { 
	top: 18px;
	-webkit-transform: rotateZ(-45deg);
	        transform: rotateZ(-45deg);
}


#mobileMenu{
	background:#ffffff;
	width:100%;
	height:  calc(100% - 165px);
	z-index:40;
	top:165px; left:0;
	position:fixed;
	display:none;
	overflow-y: scroll;}
#mobileMenu #mob_header{
	z-index:2;
	width:100%;
	margin:0 auto;
	margin-top:50px;
	position:relative;
	text-align:center;}
#mobileMenu #mob_menu{
	text-align:left;
	position:relative;
	font-family: "OfficinaSerITCStd-Bold", Times, "Times New Roman", serif;
	font-weight:700;
	font-size:22px;
	list-style:none;
	width:100%;
	left:0px;
	top:0;
	line-height:25px;
padding:0;}
#mobileMenu #mob_menu li{
text-align: center;}
#mobileMenu #mob_menu a{
    color: #394D11;
	text-decoration:none;
	display: block;
	padding: 10px 17px;
	font-weight:500;}
#mobileMenu #mob_menu li.mzSubMenu a{background: none;}
#mobileMenu #mob_menu .subMenu, #mobileMenu #mob_menu .subMenu2{
	color:#394D11;
	font-size:16px;
	padding-top:5px;
	font-weight:400;
	list-style:none;
	background:#ffffff;
margin-bottom: 9px;}
#mobileMenu #mob_menu .subMenu li, #mobileMenu #mob_menu .subMenu2 li{
	background:none;}
#mobileMenu #mob_menu .subMenu a, #mobileMenu #mob_menu .subMenu2 a{
	background:none;
	color:#394D11;
	font-size:16px;
	padding: 0px 5px;
	font-weight:400;
	list-style:none;
border: none;}
#mobileMenu #mob_menu a:hover,#menu a.active{
	font-weight:600;}
#mobileMenu #headerLogo{
    margin-top: 10px;
}



/***************************************************************************************/
/***** MAIN CONTENT *****/
/***************************************************************************************/
.main {
    width: 760px;
    margin: auto;
    margin-top: 10px;
}
.index-main-left {
    width: 360px;
    float: left;
    margin: 0 15px 10px 10px !important;
    margin: 0 15px 10px 5px;
    line-height: 1.5em;
    text-align: justify;
}
.index-main-left img {
    margin-top: 30px;
}
.index-main-right {
    width: 315px;
    float: right;
    margin: 0 20px 10px 10px;
    text-align: right;
}
.index-main-right img {
    border: 1px solid #394D11;
    padding: 2px;
}
.magasin-main-top {
    width: 740px;
    margin: 0 15px 10px 10px;
    line-height: 1.5em;
    text-align: justify;
}
.magasin-main-left {
    width: 320px;
    float: left;
    margin: 10px 15px 10px 10px;
    line-height: 1.5em;
    text-align: justify;
}
.magasin-main-left img {
    border: 1px solid #394D11;
    padding: 2px;
    margin-left: 15px;
    margin-bottom: 10px;
}
.magasin-main-right {
    width: 360px;
    float: right;
    margin: 10px 20px 10px 10px;
    text-align: center;
}
.magasin-main-right img {
    border: 1px solid #394D11;
    padding: 2px;
}
.informations-main-top {
    width: 740px;
    margin: 0 15px 10px 10px;
    line-height: 1.5em;
    text-align: justify;
}
.info-left {
    width: 300px;
    float: left;
    min-height: 100px;
    margin-left: 10px;
    margin-bottom: 10px;
}
.info-left h4 {
    margin: 0;
    /*font-size: 1em;*/
}
.info-right {
    width: 400px;
    float: right;
    min-height: 100px;
    margin-right: 10px;
}
.info-right h4 {
    margin-top: 0;
}
#googleMapsiFrame{
	width: 400px;
	height: 300px;
}
.commander-breadcrumb {
    width: 740px;
    margin: 40px 0 -40px 0 !important;
    margin: -2px 0 0 0;
    background-color: #394D11;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    letter-spacing: normal;
    color: #999999;
    padding: 6px 10px;
}
.commander-breadcrumb a {
    color: #FFFFFF;
    text-decoration: none;
}
.commander-breadcrumb a:hover {
    text-decoration: underline;
}
#breadcrumb-gris {
    color: #CCCCCC;
}
#breadcrumb-current {
    text-decoration: underline;
}
#commande-1_gauche {
    width: 385px;
    float: left;
    border-right: 1px dotted #CCCCCC;
    margin: 15px 0 25px 0;
}
#commande-1_gauche h3 {
    text-align: center;
    border: none;
}
#commande-1_gauche_creer-compte {
    border-top: 1px dotted #CCCCCC;
    margin: 40px 0 0 0;
    padding: 30px 0 10px 0;
}
#commande-1_droite {
    width: 330px;
    float: right;
    margin: 15px 15px 0 0 !important;
    margin: 15px 0 0 0;
}
#commande-1_droite h3 {
    text-align: center;
}
#commande-1_droite p {
    font-size: 0.8em;
}
#commande-1_droite_center {
    background-color: #F5F5EF;
    border: 1px solid #394D11;
    margin: 0 15px 0 0;
    width: 298px;
    padding: 15px
}
#commande-1_droite_pass {
    margin-top: 15px;
    text-align: center;
}
.commande-1-paragraphe {
    margin: 10px auto 30px;
    font-size: 0.9em;
    line-height: 1.5em;
    width: 500px;
    color: #333;
    background-color: #EBE9ED;
    padding: 10px 5px 10px 80px;
    background-image: url(../img/page_commander-1/world.gif);
    background-repeat: no-repeat;
    background-position: center left;
}
.commande-2-main-top {
    width: 740px;
    margin: 0 15px 10px 10px;
    line-height: 1.5em;
    text-align: justify;
}
.commande-2-main-top p {
    margin: 5px 0 0 0;
}
#commande-2-main-top-p2 {
    margin: 15px 0 0 0;
    border-top: 1px dotted #999999;
    padding-top: 15px;
}
.commande-2-main-top img {
    margin: 20px 10px 20px 110px;
	width: 200px;
	height: 129px;
}
.commande-2-main-top img#commande-2-main-top-img-bottom{
		width: 464px; height: 129px;
	}
#commande-2-main-top-plantes {
    margin: 20px auto;
    margin-right: 25px;
}
#commande-2-main-top-img-bottom {
    margin: 20px 10px;
}
.commande-3-main-top {
    width: 740px;
    margin: 0 15px 10px 10px;
    line-height: 1.5em;
    text-align: justify;
}
.commande-3-main-top-2 {
    width: 740px;
    margin: 0 15px 30px 10px;
    line-height: 1.5em;
    text-align: justify;
}
.commande-3-main-top h3 {
    font-size: 1.3em;
    margin-bottom: 5px;
}
.commande-3-main-top p {
    margin: 5px 0 0 0;
}
#commande-3_select {
    margin: 10px 10px 0 10px;
}
#commande-3_submit {
    /*	border: 1px solid #026603; */
    border: none;
    height: 30px;
    width: 130px;
    background-color: #FFFFFF;
    padding: 3px;
    background-image: url(../img/boutons/suivant.gif);
    background-repeat: no-repeat;
    background-color: #F5F5EF;
    font-size: 1em;
    float: right;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 0;
    color: #FFFFFF;
    padding: 0 15px 2px 0;
}
#commande-3-radio-plantes {
    width: 189px;
    height: 31px;
    float: left;
    margin: 20px 10px 10px 50px;
    padding: 69px 15px 15px 80px;
    background-image: url(../img/page_commander-3/montage-plantes.jpg);
}
#commande-3-radio-fleurs {
    width: 254px;
    height: 85px;
    float: left;
    margin: 20px 10px 10px 50px;
    padding: 15px;
    background-image: url(../img/page_commander-3/montage-fleurs.jpg);
}
.commande-3-main-left {
    width: 420px;
    float: left;
    margin: 0 15px 10px 10px;
    line-height: 1.5em;
    text-align: justify;
}
.commande-3-main-left-mortuaire {
    width: 300px;
    float: left;
    margin: 20px 15px 10px 10px;
    line-height: 1.5em;
    text-align: justify;
}
.commande-3-main-left img {
    border: 1px solid #394D11;
    padding: 2px;
    margin: 0 5px 5px 5px;
}
.commande-3-main-left-mortuaire img {
    border: 1px solid #394D11;
    padding: 2px;
    margin: 0 5px 5px 5px;
}
.commande-3-main-right {
    width: 360px;
    float: right;
    margin: 27px 0 5px 30px;
    text-align: center;
    background-color: #FFFFFF;
}
.commande-3-main-right-2 {
    width: 300px;
    float: right;
    margin: 0 0 5px 10px;
    text-align: center;
    background-color: #FFFFFF;
}
.commande-3-main-right img {
    border: 1px solid #394D11;
    padding: 2px;
}
.commande-3-main-right-2 img {
    border: 1px solid #394D11;
    padding: 2px;
}
.commande-3-main-texte {
    padding: 15px 5px;
    font-weight: bold;
}
.commande-4-main-top {
    width: 740px;
    margin: 0 15px 10px 10px;
    line-height: 1.5em;
    text-align: justify;
}
.commande-4-main-top img {
    margin-bottom: 5px;
}
.commande-4-main-top h3 {
    font-size: 1.3em;
    margin-bottom: 5px;
}
.commande-4-main-left {
    width: 320px;
    float: left;
    margin: 10px 15px 10px 10px;
    line-height: 1.5em;
    text-align: justify;
}
.commande-4-main-left img {
    border: 1px solid #394D11;
    padding: 2px;
    margin: 0 20px 10px 5px;
}
.commande-4-main-right {
    width: 360px;
    float: right;
    margin: 25px 20px 5px 10px !important;
    margin: 12px 0px 5px 10px;
    text-align: center;
}
.commande-4-main-right img {
    border: 1px solid #394D11;
    padding: 2px;
}
.commande-4-main-ruban {
    height: 25px;
    padding: 17px 35px 12px 35px;
    background-color: #E3E4D6;
    margin-top: 40px;
    margin-bottom: 40px;
    background-image: url(../img/page_commander-4/mortuaire-back.gif);
}
.commande-4-main-ruban input {
    color: #717430;
    text-align: center;
    border: 1px solid #fff;
}
.commande-4-main-ruban-left {
    float: left;
}
.commande-4-main-ruban-right {
    float: right;
}
.commande-4-radio {
    margin-left: -10px;
    margin-bottom: 0 !important;
    margin-bottom: 20px;
}
.commande-5-main-top {
    width: 740px;
    margin: 0 15px 10px 10px;
    line-height: 1.5em;
    text-align: justify;
}
.commande-5-main-top-img {
    float: left;
    margin-right: 10px;
}
#commande-5_form_gauche {
    width: 385px;
    float: left;
    border-right: 1px dashed #CCCCCC;
    margin: 0 40px 0 0;
}
#commande-5_form_droite {
    width: 290px;
    float: right;
    margin: 0 15px 0 0;
}
#commande-5_terms {
    font-size: 0.8em;
    margin-bottom: 25px;
}
#commande-5_submit {
    border: none;
    height: 30px;
    width: 220px;
    padding: 3px;
    background-image: url(../img/boutons/calculer.gif);
    background-repeat: repeat-x;
    background-color: #F5F5EF;
    float: right;
    margin-right: 5px;
    margin-bottom: 0;
    color: #FFFFFF;
    padding: 5px 10px 7px 10px;
}
.inscription-main-top {
    width: 740px;
    margin: 0 15px 10px 10px;
    line-height: 1.5em;
    text-align: justify;
}
#inscription_submit {
    border: none;
    height: 30px;
    width: 150px;
    background-image: url(../img/boutons/calculer.gif);
    background-repeat: repeat-x;
    background-color: #F5F5EF;
    color: #FFFFFF;
    padding: 5px 10px 7px 10px;
}
#commande-6_form_gauche {
    width: 365px;
    float: left;
    border-right: 1px dashed #CCCCCC;
    margin: 0 40px 0 0;
}
#commande-6_form_droite {
    width: 300px;
    float: right;
    margin: 0 15px 0 0;
}
.commander-6-data-left {
    margin: 0 auto;
    padding: 3px 5px;
    border-collapse: collapse;
    border-left: 1px solid #EBEBEB;
    border-right: 1px solid #EBEBEB;
    border-bottom: 1px solid #999;
}
.commander-6-data-left-top {
    margin: 0 auto;
    padding: 3px 5px;
    border-collapse: collapse;
    border-left: 1px solid #EBEBEB;
    border-right: 1px solid #EBEBEB;
    border-bottom: 1px solid #999;
    border-top: 1px solid #999;
}
.commander-6-data-left-bottom {
    margin: 0 auto;
    padding: 5px 5px;
    border-collapse: collapse;
    border-left: 1px solid #EBEBEB;
    border-right: 1px solid #EBEBEB;
    border-bottom: 1px solid #999;
    border-top: 2px solid #999;
    font-weight: bold;
}
.commander-6-data {
    margin: 0 auto;
    padding: 3px 5px;
    border-collapse: collapse;
    border-right: 1px solid #EBEBEB;
    border-bottom: 1px solid #999;
}
.commander-6-data-top {
    margin: 0 auto;
    padding: 3px 5px;
    border-collapse: collapse;
    border-right: 1px solid #EBEBEB;
    border-bottom: 1px solid #999;
    border-top: 1px solid #999;
}
.commander-6-data-bottom {
    margin: 0 auto;
    padding: 3px 5px;
    border-collapse: collapse;
    border-top: 2px solid #999;
    border-right: 1px solid #EBEBEB;
    border-bottom: 1px solid #999;
    text-align: right;
    font-weight: bold;
}
#commander-7-main {
    border: 1px solid #3C4B12;
    padding: 25px 15px;
}
#commander-7-main h2 {
    margin-top: 0 !important;
    font-size: 1.5em;
}
#commander-7-main h3 {
    margin-top: 40px !important;
    padding-left: 10px;
}
#commander-7-main p {
    margin-left: 10px;
}
/***************************************************************************************/
/***** FOOTER *****/
/***************************************************************************************/
.footer {
    width: 750px;
    margin: auto;
    margin-top: 10px;
    background-color: #EAF5D3;
    padding: 5px;
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.8em;
}
.footer p {
    margin-top: 10px;
}
.footer a {
    color: #34688F;
}
/***************************************************************************************/
/***** LEGAL *****/
/***************************************************************************************/
.plan {
    float: left;
    width: 350px;
    margin: 15px !important;
    margin: 15px 15px 15px 5px;
}
.plan h3 {
    padding-top: 0;
}
.plan ul {
    list-style: square;
    padding-left: 25px !important;
    padding-left: 0;
}
.plan li {
    padding-bottom: 5px !important;
    padding-bottom: 7px;
}
p.legal {
    margin: 15px 10px;
    line-height: 1.4em;
}
@media print {
    body {
        margin: 0;
    }
    #commander-7-main {
        width: 85%;
        border: 1px solid #3C4B12;
        padding: 15px;
    }
}
@media (max-width: 772px) {
	*,body,html{
		box-sizing: border-box;
	}
	body{
		width: 100%;
		margin: 0;
		background-color: #fff;
	}
    #container, #top, .main, .footer, .commander-breadcrumb, #commande-1_gauche, #commande-1_droite, .magasin-main-top, .informations-main-top, .info-left, .info-right, .inscription-main-top {
        width: 100%;
    }
	#top #fleurMobile{
		width: 62px;
		height: 134px;
		position: absolute;
		display: block;
		right: 0; top: 0;
		background-image: url("../img/fleur.jpg");
		background-repeat: no-repeat;
}
	#menu{
		display: none;
	}
	#header_top{display: block;}
	.toggle-menu {
		display: inline-block;
	}
	.commander-breadcrumb{
		margin: 0 !important;
	}
	h2{
		margin-top: 15px !important;
	}
	.index-main-left{
		width: 100%;
		margin: 0 !important;
    	padding: 10px;
	}
	.index-main-right{
		width: 100%; text-align: center; margin: 20px 0;
	}
	.magasin-main-top {
		margin: 0; padding: 10px;
	}
	.magasin-main-right,.magasin-main-left {
		margin: 15px 0;
		width: 100%;
	}
	.informations-main-top, .inscription-main-top{
		margin: 0;
		padding: 15px;
	}
	.info-right, .info-left, #commande-2-main-top-img-bottom{
		margin: 0;
	}
	#googleMapsiFrame{
		width: 100%
	}

	#commande-1_droite_center{
		margin: 0 auto; width: 330px;
	}
	.commande-1-paragraphe{
		margin: 15px 0 0 0; width: 100%;
	}
	.commande-2-main-top, .commande-3-main-top, .commande-3-main-top-2, .commande-3-main-right-2, .commande-3-main-left, .commande-3-main-left-mortuaire, .commande-3-main-right, .commande-4-main-top, #commande-5_form_gauche, #commande-5_form_droite, .commande-5-main-top{
		width: 100%;
		margin: 0;
		padding: 10px;
	}
	.commande-2-main-top{
		text-align: center;
	}
	.commande-2-main-top img{
		margin: 5px;
	}
	.commande-4-main-ruban{
		background-image: none;
		height: auto;
		
	}
	.commande-4-main-ruban input{
		width: 100%;
		margin-bottom: 10px;
		padding: 10px 0;
	}
	
}

@media (max-width: 630px) {
	#top h1{
		font-size: 7vw;
		position: relative;
		right: auto;
		margin: 0;
		display: block;
		width: 100%;
		text-align: center;
	}
}

@media (max-width: 440px) {
	#top h1{
		width: calc(100% - 60px);
		
	}
	
	.commande-2-main-top img{
		width: calc(50% - 10px);
		height: auto;
	}
	.commande-2-main-top img#commande-2-main-top-img-bottom{
		width: 100%; height: auto; margin: 0;
	}
}


@media (max-width: 310px) {
	.index-main-right img{ width: 100%; height: auto; }
	.boutonCommandeIndex{ width: 100%; height: auto; }
}