#div-prop{
	min-height:400px;
}
.carte-guide{
	margin-top: 0;
	margin-bottom: 16px;
}
.carte-line{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 12px;
	width: 96%;
	margin: 0 auto 15px auto;
	padding: 7px 10px;
	border: 1px solid #d4dde6;
	border-radius: 5px;
	background: #f9fbfd;
	box-sizing: border-box;
}
.carte-line-input,
.carte-line-toggle{
	float: none !important;
	padding-left: 5px;
	padding-right: 5px;
}
.carte-line-input{
	flex: 1 1 auto;
	width: auto !important;
	max-width: none !important;
	min-width: 0;
}
.carte-line-toggle{
	display: block;
	flex: 0 0 120px;
	width: 120px !important;
	max-width: 120px !important;
}
.carte-line-input input[type="text"]{
	width: 100%;
	height: 30px;
	padding: 5px 9px;
	border: 1px solid #bfc9d3;
	border-radius: 4px;
	box-sizing: border-box;
}
.carte-options-btn.btn{
	width: 100%;
	height: 30px;
	min-height: 30px;
	padding: 0;
	border: 1px solid #0a9eb3;
	border-radius: 5px;
	background: #fff;
	color: #007c8d;
	font-weight: bold;
}
.carte-options-btn.btn:hover,
.carte-options-btn.btn:focus{
	background: #eafcff;
	color: #005f6b;
}
.carte-preview-jump{
	display: none;
	width: 100%;
	height: 22px;
	margin: 6px 0 0 0;
	padding: 0;
	border: 1px solid #d6dce4;
	border-radius: 5px;
	background: #f6f8fb;
	color: #2b2f3a;
	font-weight: bold;
	line-height: 20px;
}
.carte-line-options{
	display: none;
	clear: both;
	padding-top: 10px;
}
.carte-line.is-open{
	border-color: #f2c94c;
	background: #fffdf3;
}
.carte-line.is-open .carte-line-options{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}
.carte-line-options > div{
	float: none;
	padding-left: 6px;
	padding-right: 6px;
	margin-bottom: 5px;
	box-sizing: border-box;
}
.carte-line-options > div:nth-child(1),
.carte-line-options > div:nth-child(2){
	flex: 1 1 23%;
	max-width: 26%;
}
.carte-line-options > div:nth-child(3){
	flex: 0 1 15%;
	max-width: 16%;
}
.carte-line-options > div:nth-child(4){
	flex: 1 1 16%;
	max-width: 18%;
}
.carte-line-options > div:nth-child(5){
	flex: 1 1 16%;
	max-width: 18%;
}
.carte-line-options select{
	width: 100%;
	height: 30px;
}
.carte-line-options #div-style{
	width: auto;
	padding-top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	white-space: nowrap;
	min-height: 30px;
}
.carte-line-options #div-style #chbx-st{
	width: 14px;
	height: 14px;
	margin: 0;
	vertical-align: middle;
}
.carte-line-options .checkbox-inline,
.carte-line-options label{
	margin: 0 5px 0 0;
	vertical-align: middle;
}
.carte-move-buttons{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 3px;
	text-align: center;
	white-space: nowrap;
	min-height: 30px;
}
.carte-move-buttons .btn{
	margin: 0;
	vertical-align: middle;
}
#crea-col-2-carte #type-plq{
	width: 92%;
	margin: 0 auto 18px auto;
}
#crea-col-2-carte #prop_plq{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px 12px;
	width: 100%;
	padding: 12px;
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.84);
	box-sizing: border-box;
}
#crea-col-2-carte #prop_plq select,
#crea-col-2-carte #prop_plq input{
	flex: 1 1 30%;
	max-width: 32%;
	min-width: 150px;
	height: 34px;
	margin: 0;
	box-sizing: border-box;
}
#crea-col-2-carte #lg-modif-logo{
	width: 92%;
	min-height: 0;
	margin: 12px auto 10px auto;
	padding: 10px;
	box-sizing: border-box;
	float: none;
	border: 1px solid #d6dce4;
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.86);
	text-align: center;
}
#crea-col-2-carte #div-up-img{
	width: 100%;
	padding: 0;
	float: none;
	text-align: center;
}
#crea-col-2-carte #div-inp-up-img{
	width: 1px;
	height: 1px;
	overflow: hidden;
	position: absolute;
	left: -9999px;
}
#crea-col-2-carte #div-move-img{
	display: none;
	width: 100%;
	min-height: 0;
	height: auto;
	margin-top: 8px;
	padding: 8px 0 0 0;
	float: none;
	border-left: none;
	border-top: 1px solid #e1e5eb;
	text-align: center;
}
#crea-col-2-carte #div-move-img.is-open{
	display: block;
}
#crea-col-2-carte #lg-btn-carte{
	float: none;
	width: 100%;
	padding: 0;
	text-align: center;
}
#crea-col-2-carte .logo-control-group{
	width: auto;
	min-width: 200px;
}
#crea-col-2-carte #del-img-up p{
	margin: 4px 0 0 0;
	padding: 0;
}
#crea-col-2-carte .upload-help{
	margin: 6px 0 0 0;
	padding: 0;
	color: #555;
	font-size: 0.95em;
	font-weight: bold;
}
.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;
}
#div-gen{
    background: #eccf6c;
}
#div-item{
	background:white;
}
#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%;
}
#lignes-carte{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
    color: #000;
    padding: 0 2%;
}
#lignes-carte div[id^="lg-carte-"]{
	cursor: pointer;
}
.div-lg-row{
    border-bottom: 1px dashed black;
		padding-bottom: 1%;
		padding-top: 2%;
}
#lg-carte-1{
            font-size: 1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: 18px;
            white-space: pre;
            width:96%;
            position: absolute;
            top:135px; left:5.4px; text-align: center; color: black;
        }
        #lg-carte-2{
            font-size: 1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: 18px;
            white-space: pre;
            width:96%;
            position: absolute;
            top:177px; left:5.4px; text-align: left; color: white;
        }
        #lg-carte-3{
            font-size: 1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: 18px;
            white-space: pre;
            width:96%;
            position: absolute;
            top:206px; left:5.4px; text-align: left; color: white;
        }
        #lg-carte-4{
            font-size: 1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: 18px;
            white-space: pre;
            width:96%;
            position: absolute;
            top:237px; left:5.4px; text-align: left; color: white;
        }
        #lg-carte-5{
            font-size: 1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: 18px;
            white-space: pre;
            width:96%;
            position: absolute;
            top:289px; left:5.4px; text-align: center; color: white;
        }
        #lg-carte-6{
            font-size: 1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: 18px;
            white-space: pre;
            width:96%;
            position: absolute;
            top:315px; left:5.4px; text-align: center; color: white;
        }
        #lg-carte-7{
            font-size: 1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: 18px;
            white-space: pre;
            width:96%;
            position: absolute;
            top:341px; left:5.4px; text-align: center; color: white;
        }
        #lg-carte-8{
            font-size: 1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: 18px;
            white-space: pre;
            width:96%;
            position: absolute;
            top:390px; left:5.4px; text-align: center; color: white;
        }
        #lg-carte-9{
            font-size: 1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: 18px;
            white-space: pre;
            width:96%;
            position: absolute;
            display:none;
        }
        #lg-carte-10{
            font-size: 1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: 18px;
            white-space: pre;
            width:96%;
            position: absolute;
            display:none;
        }
		#plan-crea-cli{
			background: rgba(255, 255, 255, 0.4);
			margin-top:6%;
			box-shadow: 0px 0px 5px #222;
			position: relative;
			overflow: hidden;
			width: 270px;
			height: 425px;
		}
		#img-plan-crea-cli{
			width: 270px;
			height: 425px;
		}
		.md-carte-cli{
			width: 270px;
		}
/*=================================================*/
/*                MEDIA QUERIES                    */
/*=================================================*/
@media screen and (max-width: 768px) {
	#div-style{
		width:42%;
	}
	.carte-line{
		width: 94%;
		padding: 8px;
	}
	.carte-line-toggle{
		display: flex;
		align-items: center;
		flex: 1 1 100%;
		width: 100% !important;
		max-width: none !important;
		gap: 8px;
		margin-top: 7px;
	}
	.carte-options-btn.btn,
	.carte-preview-jump{
		flex: 1 1 0;
		height: 30px;
		min-height: 30px;
		margin: 0;
		line-height: 28px;
	}
	.carte-preview-jump{
		display: inline-block;
	}
	.carte-line-options{
		padding-top: 8px;
	}
	.carte-line.is-open .carte-line-options{
		align-items: flex-start;
		gap: 8px 2%;
	}
	.carte-line-options > div{
		flex: none;
		max-width: none;
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 0;
	}
	.carte-line-options > div:nth-child(1),
	.carte-line-options > div:nth-child(2){
		flex: none;
		max-width: none;
		width: 31%;
	}
	.carte-line-options > div:nth-child(3){
		flex: none;
		max-width: none;
		width: 20%;
	}
	.carte-line-options > div:nth-child(4),
	.carte-line-options > div:nth-child(5){
		flex: none;
		max-width: none;
		width: 100%;
	}
	.carte-line-options #div-style{
		width: 100%;
		justify-content: flex-start;
		gap: 7px;
		min-height: 24px;
		padding-left: 2px;
	}
	.carte-move-buttons{
		justify-content: center;
		padding-top: 2px;
	}
	.div-lg-row{
		border-bottom: 1px dashed black;
		padding-bottom: 4%;
		padding-top: 6%;
	}
	#lg-carte-1{
            font-size: 1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: 18px;
            white-space: pre;
            width:96%;
            position: absolute;
            top:135px; left:5.4px; text-align: center; color: black;
        }
        #lg-carte-2{
            font-size: 1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: 18px;
            white-space: pre;
            width:96%;
            position: absolute;
            top:177px; left:5.4px; text-align: left; color: white;
        }
        #lg-carte-3{
            font-size: 1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: 18px;
            white-space: pre;
            width:96%;
            position: absolute;
            top:206px; left:5.4px; text-align: left; color: white;
        }
        #lg-carte-4{
            font-size: 1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: 18px;
            white-space: pre;
            width:96%;
            position: absolute;
            top:237px; left:5.4px; text-align: left; color: white;
        }
        #lg-carte-5{
            font-size: 1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: 18px;
            white-space: pre;
            width:96%;
            position: absolute;
            top:289px; left:5.4px; text-align: center; color: white;
        }
        #lg-carte-6{
            font-size: 1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: 18px;
            white-space: pre;
            width:96%;
            position: absolute;
            top:315px; left:5.4px; text-align: center; color: white;
        }
        #lg-carte-7{
            font-size: 1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: 18px;
            white-space: pre;
            width:96%;
            position: absolute;
            top:341px; left:5.4px; text-align: center; color: white;
        }
        #lg-carte-8{
            font-size: 1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: 18px;
            white-space: pre;
            width:96%;
            position: absolute;
            top:390px; left:5.4px; text-align: center; color: white;
        }
        #lg-carte-9{
            font-size: 1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: 18px;
            white-space: pre;
            width:96%;
            position: absolute;
            display:none;
        }
        #lg-carte-10{
            font-size: 1em;
            font-family: 'Arial', 'Helvetica', sans-serif;
            letter-spacing: normal;
            line-height: 18px;
            white-space: pre;
            width:96%;
            position: absolute;
            display:none;
        }
		#plan-crea-cli{
			background: rgba(255, 255, 255, 0.4);
			margin-top:6%;
			box-shadow: 0px 0px 5px #222;
			position: relative;
			overflow: hidden;
			width: 270px;
			height: 425px;
		}
		#img-plan-crea-cli{
			width: 270px;
			height: 425px;
		}
		.md-carte-cli{
			width: 270px;
		}}
