.input-choix-md{
    width: 90%;
    border-radius: 5px;
    color: black;
	background:#93ffab;
    height: 30px;
    font-size: 1.2em;
    border: 1px solid silver;
}
.input-choix-md:hover{
	background:#24ff55;
}
.input-stat-md-oui{
    width: 90%;
    margin-top: 2%;
    border-radius: 5px;
    color: white;
    background: #909090;
    height: 23px;
    font-size: 1em;
}
.input-stat-md-non{
    width: 90%;
    margin-top: 2%;
    border-radius: 5px;
    color: white;
    background: red;
    height: 23px;
    font-size: 1em;
}
.input-stat-md-oui:hover, .input-stat-md-non:hover{
	opacity:0.85;
}
#div-gen{
    background: #eccf6c;
}
#div-item{
	background:white;
}
#div-item-adm{
	background:#b7a389;
}
#div-menu-gc{
	width:20%;
}
#menu-gauche{
    width: 80%;
    padding:0 0 8% 0;
    margin-top: 10%;
    background: #5087c1;
	text-align:center;
}
#select-style, #select-metier{
    height: 30px;
    width: 80%;
    border-radius: 5px;
	margin-top:10%;
}
#mot-clef{
    height: 30px;
    width: 80%;
    border-radius: 5px;
	margin-top:10%;
	margin-bottom:10%;
	padding-left:10px;
}
#select-size{
    height: 30px;
    width: 80%;
    border-radius: 5px;
	margin-top:10%;
	margin-bottom:10%;
	padding-left:10px;
}
#choix-tampon-1, #choix-tampon-2, #choix-tampon-3, #choix-tampon-4, #choix-tampon-5, #choix-tampon-6,
#choix-tampon-7, #choix-tampon-8, #choix-tampon-9, #choix-tampon-10, #choix-tampon-11, #choix-tampon-12,
#choix-tampon-13, #choix-tampon-14, #choix-tampon-15{
    background: #d2d2d2;
    margin: 1% 1% 1% 1%;
    text-align: center;
    width: 30%;
    padding-bottom: 0%;
    min-height: 585px;
}
#choix-tampon-1 h2, #choix-tampon-2 h2, #choix-tampon-3 h2, #choix-tampon-4 h2, #choix-tampon-5 h2, #choix-tampon-6 h2,
#choix-tampon-7 h2, #choix-tampon-8 h2, #choix-tampon-9 h2, #choix-tampon-10 h2, #choix-tampon-11 h2, #choix-tampon-12 h2,
#choix-tampon-13 h2, #choix-tampon-14 h2, #choix-tampon-15 h2{
    font-size: 1.2em;
	border-top: 1px dashed black;
	border-bottom: 1px dashed black;
	padding: 4px 0;
	margin: 4% 0 0 0;
}
#choix-tampon-1 p, #choix-tampon-2 p, #choix-tampon-3 p, #choix-tampon-4 p, #choix-tampon-5 p, #choix-tampon-6 p,
#choix-tampon-7 p, #choix-tampon-8 p, #choix-tampon-9 p, #choix-tampon-10 p, #choix-tampon-11 p, #choix-tampon-12 p,
#choix-tampon-13 p, #choix-tampon-14 p, #choix-tampon-15 p{
    min-height: 150px;
	background: #5087c1;
	color: white;
	width: 90%;
	padding: 2% 2%;
	margin: 1% 5% 5% 5%;
}
#size-tmp{
	float: left;
	width: 100%;
	padding-top: 10px;
	font-size: 1.1em;
	color: #8f8f8f;
	font-weight: bold;
}
#lignes-tampon-1, #lignes-tampon-2, #lignes-tampon-3, #lignes-tampon-4, #lignes-tampon-5,
#lignes-tampon-6, #lignes-tampon-7, #lignes-tampon-8, #lignes-tampon-9, #lignes-tampon-10{
    width: 100%;
    overflow: hidden;
    text-align: center;
    color: #000;
    padding: 0 2%;
}
.px-md-crt{
	font-style:italic;
	color:red;
	font-size:0.9em;
}
#titre-choix-tampon{
    border: 1px dashed silver;
    padding: 1%;
    font-size: 1.5em;
    margin: 1% 1% 0 1%;
    text-align: center;
}
#titre-choix-tampon-adm {
    border: 1px dashed white;
	color:white;
    padding: 1%;
    font-size: 1.5em;
    margin: 1% 1% 0 1%;
    text-align: center;
}
#div-menu-gc{
	width:20%;
}
#menu-gauche{
    width: 80%;
    padding: 22px 10px;
    margin: 10% auto 0 auto;
    background: #5087c1;
	text-align:center;
    box-sizing: border-box;
}
#select-size{
    height: 30px;
    width: 90%;
    border-radius: 5px;
	margin: 0 0 14px 0;
	padding-left:10px;
}
#menu-gauche #input-sv{
    width: 96%;
    min-height: 42px;
    margin: 0 auto;
    border: 0;
    border-radius: 4px;
    background: #217669;
    color: #fff;
    font-weight: bold;
}
#menu-gauche #input-sv:hover{
    background: #185f55;
}
#titre-choix-tampon{
    border: 1px dashed silver;
    padding: 1%;
    font-size: 1.8em;
    margin: 1% 1% 0 1%;
    text-align: center;
    line-height: 1em;
}
#tampons{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#tampons > div[id^="choix-tampon-"]{
    float: none;
    width: 30%;
    margin: 1%;
    padding: 12px 0 14px 0;
    box-sizing: border-box;
    background: #e1e1e1;
    text-align: center;
    min-height: 585px;
}
#tampons div[id^="plan-crea-tampon-"]{
    margin: 14px auto 12px auto;
    max-width: 92%;
    background: rgba(255, 255, 255, 0.4);
    box-shadow: 2px 2px 2px #555;
    position: relative;
    overflow: hidden;
}
#tampons img[class^="md-tampon-"]{
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
#tampons > div[id^="choix-tampon-"] h2{
    margin: 4% 0 0 0;
    padding: 4px 0;
    border-top: 1px dashed black;
    border-bottom: 1px dashed black;
    font-size: 1.2em;
}
#tampons > div[id^="choix-tampon-"] p{
    width: 90%;
    min-height: 130px;
    margin: 1% 5% 5% 5%;
    padding: 2%;
    background: #5087c1;
    color: white;
}
#tampons .input-choix-md{
    width: 90%;
    height: 30px;
    border: 1px solid silver;
    border-radius: 5px;
    background: #93ffab;
    color: black;
    font-size: 1.2em;
}
#tampons .input-choix-md:hover{
    background: #24ff55;
}
@media screen and (max-width: 768px) {
	#choix-tampon-1, #choix-tampon-2, #choix-tampon-3, #choix-tampon-4, #choix-tampon-5, #choix-tampon-6,
	#choix-tampon-7, #choix-tampon-8, #choix-tampon-9, #choix-tampon-10, #choix-tampon-11, #choix-tampon-12,
	#choix-tampon-13, #choix-tampon-14, #choix-tampon-15{
		background: #e1e1e1;
		margin: 1% 1% 1% 1%;
		text-align: center;
		width: 100%;
		padding-bottom: 0%;
		min-height: 585px;
	}
	#div-menu-gc{
		width:100%;
	}
	#menu-gauche {
		width: 90%;
		padding: 22px 10px;
		margin: 5% auto;
		background: #5087c1;
		text-align: center;
	}
}
#div1_lg_1{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            top:12px; left:4.46667px; text-align: ; color: black;
        }
        #div1_lg_2{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            top:35px; left:4.46667px; text-align: ; color: black;
        }
        #div1_lg_3{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            top:52px; left:4.46667px; text-align: ; color: black;
        }
        #div1_lg_4{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            top:69px; left:4.46667px; text-align: ; color: black;
        }
        #div1_lg_5{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            display:none;
        }
        #div1_lg_6{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            display:none;
        }
        #div1_lg_7{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            display:none;
        }
        #div1_lg_8{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            display:none;
        }
        #div1_lg_9{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            display:none;
        }
        #div1_lg_10{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            display:none;
        }
		#plan-crea-tampon-1{
			background: rgba(255, 255, 255, 0.4);
			width: 224px;
			box-shadow: 2px 2px 2px #555;
			position: relative;
			overflow: hidden;
			margin-top:13.8%; margin-bottom:14.5%;
		}
		.md-tampon-1{
			width: 224px;
		}#div2_lg_1{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            top:3px; left:4.46667px; text-align: ; color: black;
        }
        #div2_lg_2{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            top:18px; left:4.46667px; text-align: ; color: black;
        }
        #div2_lg_3{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            top:34px; left:4.46667px; text-align: ; color: black;
        }
        #div2_lg_4{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            top:50px; left:4.46667px; text-align: ; color: black;
        }
        #div2_lg_5{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            top:66px; left:4.46667px; text-align: ; color: black;
        }
        #div2_lg_6{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            display:none;
        }
        #div2_lg_7{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            display:none;
        }
        #div2_lg_8{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            display:none;
        }
        #div2_lg_9{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            display:none;
        }
        #div2_lg_10{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            display:none;
        }
		#plan-crea-tampon-2{
			background: rgba(255, 255, 255, 0.4);
			width: 224px;
			box-shadow: 2px 2px 2px #555;
			position: relative;
			overflow: hidden;
			margin-top:13.8%; margin-bottom:14.5%;
		}
		.md-tampon-2{
			width: 224px;
		}#div3_lg_1{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            top:6px; left:4.46667px; text-align: center; color: black;
        }
        #div3_lg_2{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            top:28px; left:4.46667px; text-align: center; color: black;
        }
        #div3_lg_3{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            top:47px; left:4.46667px; text-align: center; color: black;
        }
        #div3_lg_4{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            top:66px; left:4.46667px; text-align: ; color: black;
        }
        #div3_lg_5{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            display:none;
        }
        #div3_lg_6{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            display:none;
        }
        #div3_lg_7{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            display:none;
        }
        #div3_lg_8{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            display:none;
        }
        #div3_lg_9{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            display:none;
        }
        #div3_lg_10{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            display:none;
        }
		#plan-crea-tampon-3{
			background: rgba(255, 255, 255, 0.4);
			width: 224px;
			box-shadow: 2px 2px 2px #555;
			position: relative;
			overflow: hidden;
			margin-top:13.8%; margin-bottom:14.5%;
		}
		.md-tampon-3{
			width: 224px;
		}#div4_lg_1{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            top:0px; left:4.46667px; text-align: center; color: black;
        }
        #div4_lg_2{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            top:17px; left:4.46667px; text-align: center; color: black;
        }
        #div4_lg_3{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            top:34px; left:4.46667px; text-align: center; color: black;
        }
        #div4_lg_4{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            top:51px; left:4.46667px; text-align: center; color: black;
        }
        #div4_lg_5{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            top:68px; left:4.46667px; text-align: center; color: black;
        }
        #div4_lg_6{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            display:none;
        }
        #div4_lg_7{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            display:none;
        }
        #div4_lg_8{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            display:none;
        }
        #div4_lg_9{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            display:none;
        }
        #div4_lg_10{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            display:none;
        }
		#plan-crea-tampon-4{
			background: rgba(255, 255, 255, 0.4);
			width: 224px;
			box-shadow: 2px 2px 2px #555;
			position: relative;
			overflow: hidden;
			margin-top:13.8%; margin-bottom:14.5%;
		}
		.md-tampon-4{
			width: 224px;
		}#div5_lg_1{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            top:4px; left:4.46667px; text-align: center; color: black;
        }
        #div5_lg_2{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            top:25px; left:4.46667px; text-align: center; color: black;
        }
        #div5_lg_3{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            top:46px; left:4.46667px; text-align: center; color: black;
        }
        #div5_lg_4{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            top:67px; left:4.46667px; text-align: center; color: black;
        }
        #div5_lg_5{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            display:none;
        }
        #div5_lg_6{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            display:none;
        }
        #div5_lg_7{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            display:none;
        }
        #div5_lg_8{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            display:none;
        }
        #div5_lg_9{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            display:none;
        }
        #div5_lg_10{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            display:none;
        }
		#plan-crea-tampon-5{
			background: rgba(255, 255, 255, 0.4);
			width: 224px;
			box-shadow: 2px 2px 2px #555;
			position: relative;
			overflow: hidden;
			margin-top:13.8%; margin-bottom:14.5%;
		}
		.md-tampon-5{
			width: 224px;
		}#div6_lg_1{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            top:3px; left:4.46667px; text-align: center; color: black;
        }
        #div6_lg_2{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            top:25px; left:4.46667px; text-align: center; color: black;
        }
        #div6_lg_3{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            top:46px; left:4.46667px; text-align: center; color: black;
        }
        #div6_lg_4{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            top:67px; left:4.46667px; text-align: center; color: black;
        }
        #div6_lg_5{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            display:none;
        }
        #div6_lg_6{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            display:none;
        }
        #div6_lg_7{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            display:none;
        }
        #div6_lg_8{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            display:none;
        }
        #div6_lg_9{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            display:none;
        }
        #div6_lg_10{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            display:none;
        }
		#plan-crea-tampon-6{
			background: rgba(255, 255, 255, 0.4);
			width: 224px;
			box-shadow: 2px 2px 2px #555;
			position: relative;
			overflow: hidden;
			margin-top:13.8%; margin-bottom:14.5%;
		}
		.md-tampon-6{
			width: 224px;
		}#div7_lg_1{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            top:4px; left:4.46667px; text-align: center; color: black;
        }
        #div7_lg_2{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            top:24px; left:4.46667px; text-align: center; color: black;
        }
        #div7_lg_3{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            top:44px; left:4.46667px; text-align: center; color: black;
        }
        #div7_lg_4{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            top:64px; left:4.46667px; text-align: center; color: black;
        }
        #div7_lg_5{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            display:none;
        }
        #div7_lg_6{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            display:none;
        }
        #div7_lg_7{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            display:none;
        }
        #div7_lg_8{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            display:none;
        }
        #div7_lg_9{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            display:none;
        }
        #div7_lg_10{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            display:none;
        }
		#plan-crea-tampon-7{
			background: rgba(255, 255, 255, 0.4);
			width: 224px;
			box-shadow: 2px 2px 2px #555;
			position: relative;
			overflow: hidden;
			margin-top:13.8%; margin-bottom:14.5%;
		}
		.md-tampon-7{
			width: 224px;
		}#div8_lg_1{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            top:6px; left:45.4667px; text-align: center; color: black;
        }
        #div8_lg_2{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            top:29px; left:45.4667px; text-align: center; color: black;
        }
        #div8_lg_3{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            top:47px; left:45.4667px; text-align: center; color: black;
        }
        #div8_lg_4{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            top:65px; left:45.4667px; text-align: center; color: black;
        }
        #div8_lg_5{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            display:none;
        }
        #div8_lg_6{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            display:none;
        }
        #div8_lg_7{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            display:none;
        }
        #div8_lg_8{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            display:none;
        }
        #div8_lg_9{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            display:none;
        }
        #div8_lg_10{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            display:none;
        }
		#plan-crea-tampon-8{
			background: rgba(255, 255, 255, 0.4);
			width: 224px;
			box-shadow: 2px 2px 2px #555;
			position: relative;
			overflow: hidden;
			margin-top:13.8%; margin-bottom:14.5%;
		}
		.md-tampon-8{
			width: 224px;
		}#div9_lg_1{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            top:7px; left:4.46667px; text-align: center; color: black;
        }
        #div9_lg_2{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            top:28px; left:4.46667px; text-align: center; color: black;
        }
        #div9_lg_3{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            top:47px; left:4.46667px; text-align: center; color: black;
        }
        #div9_lg_4{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            top:66px; left:4.46667px; text-align: center; color: black;
        }
        #div9_lg_5{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            display:none;
        }
        #div9_lg_6{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            display:none;
        }
        #div9_lg_7{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            display:none;
        }
        #div9_lg_8{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            display:none;
        }
        #div9_lg_9{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            display:none;
        }
        #div9_lg_10{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            display:none;
        }
		#plan-crea-tampon-9{
			background: rgba(255, 255, 255, 0.4);
			width: 224px;
			box-shadow: 2px 2px 2px #555;
			position: relative;
			overflow: hidden;
			margin-top:13.8%; margin-bottom:14.5%;
		}
		.md-tampon-9{
			width: 224px;
		}#div10_lg_1{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            top:6px; left:4.46667px; text-align: ; color: black;
        }
        #div10_lg_2{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            top:25px; left:4.46667px; text-align: ; color: black;
        }
        #div10_lg_3{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            top:45px; left:4.46667px; text-align: ; color: black;
        }
        #div10_lg_4{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            top:65px; left:4.46667px; text-align: ; color: black;
        }
        #div10_lg_5{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            display:none;
        }
        #div10_lg_6{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            display:none;
        }
        #div10_lg_7{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            display:none;
        }
        #div10_lg_8{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            display:none;
        }
        #div10_lg_9{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            display:none;
        }
        #div10_lg_10{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            display:none;
        }
		#plan-crea-tampon-10{
			background: rgba(255, 255, 255, 0.4);
			width: 224px;
			box-shadow: 2px 2px 2px #555;
			position: relative;
			overflow: hidden;
			margin-top:13.8%; margin-bottom:14.5%;
		}
		.md-tampon-10{
			width: 224px;
		}#div11_lg_1{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            top:5px; left:45.4667px; text-align: center; color: black;
        }
        #div11_lg_2{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            top:24px; left:45.4667px; text-align: center; color: black;
        }
        #div11_lg_3{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            top:44px; left:45.4667px; text-align: center; color: black;
        }
        #div11_lg_4{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            top:64px; left:45.4667px; text-align: center; color: black;
        }
        #div11_lg_5{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            display:none;
        }
        #div11_lg_6{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            display:none;
        }
        #div11_lg_7{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            display:none;
        }
        #div11_lg_8{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            display:none;
        }
        #div11_lg_9{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            display:none;
        }
        #div11_lg_10{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            display:none;
        }
		#plan-crea-tampon-11{
			background: rgba(255, 255, 255, 0.4);
			width: 224px;
			box-shadow: 2px 2px 2px #555;
			position: relative;
			overflow: hidden;
			margin-top:13.8%; margin-bottom:14.5%;
		}
		.md-tampon-11{
			width: 224px;
		}#div12_lg_1{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            top:6px; left:4.46667px; text-align: center; color: black;
        }
        #div12_lg_2{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            top:27px; left:4.46667px; text-align: center; color: black;
        }
        #div12_lg_3{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            top:47px; left:4.46667px; text-align: center; color: black;
        }
        #div12_lg_4{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            top:66px; left:4.46667px; text-align: center; color: black;
        }
        #div12_lg_5{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            display:none;
        }
        #div12_lg_6{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            display:none;
        }
        #div12_lg_7{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            display:none;
        }
        #div12_lg_8{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            display:none;
        }
        #div12_lg_9{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            display:none;
        }
        #div12_lg_10{
            font-size: 1.1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: normal;
            white-space: pre;
            width:96%;
            position: absolute;
            display:none;
        }
		#plan-crea-tampon-12{
			background: rgba(255, 255, 255, 0.4);
			width: 224px;
			box-shadow: 2px 2px 2px #555;
			position: relative;
			overflow: hidden;
			margin-top:13.8%; margin-bottom:14.5%;
		}
		.md-tampon-12{
			width: 224px;
		}