:root{
	/*Couleur*/
	--white: #fff;
	--color1: #eee;
	--color1-darker: #ddd;
	--color1-lighter: #fefefe;
	--color2: #333;
	--color2-darker: #212121;
	--color2-lighter: #494949;
	--contrast1: #0099bc;
	--contrast1-darker: #015d72;
	--contrast1-lighter: #14b8de;
	--contrast2: #40b146;
	--contrast2-darker: #266629;
	--contrast2-lighter: #60dc67;
	/*Padding / Margin*/
	--padding: 4px 6px;
	--padding-small: 2px 4px;
	--padding-large: 6px 8px;
	--margin: 4px 6px;
	--margin-small: 2px 4px;
	--margin-large: 6px 8px;
	/*FONT*/
	--font-family: 'open-sans', sans-serif;
	--font-size: 14px;
	--font-weight: 300;
	--title1-font-family: 'open-sans', sans-serif;
	--title1-font-size: 2em;
	--title1-font-weight: 300;
	--title2-font-family: 'open-sans', sans-serif;
	--title2-font-size: 1.8em;
	--title2-font-weight: 300;
	--title3-font-family: 'open-sans', sans-serif;
	--title3-font-size: 1.6em;
	--title3-font-weight: 300;
	--title4-font-family: 'open-sans', sans-serif;
	--title4-font-size: 1.4em;
	--title4-font-weight: 300;
}




/*  --  Regroupement de class utile  --  */


.fakeTextarea{
	border: 1px solid #ddd;
	border-radius: 2px;
	padding: 5px;
	font: 400 13.3333px Arial;
	min-height: 60px;
	background: #fff;
	overflow: auto;
}

/* DISPLAY */
.hidden, [hidden]{
	display: none !important;
}
.block{
	display: block;
}
.inline{
	display: inline;
}
/* FLOAT */
.float-left{
	float: left;
}
.float-right{
	float: right !important;
}
.clear{
	clear: both;
}
.clear-left{
	clear: left;
}
.clear-right{
	clear: right;
}
/* POSITION */
.relative{
    position: relative;
}
.absolute{
    position: absolute;
}
.fixed{
    position: fixed;
}
/* CENTRAGE IMAGE */
.helper{
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.cover{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.link{
    cursor: pointer;
}

.contain{

    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* GRID */

.grid{
    display: block;
    text-align: center;
    font-size: 0;
	padding: 0 5px 5px 0;
}
.grid.left{
	text-align: left;
}
.grid.right{
	text-align: right;
}
.grid > .tuile{
    display: inline-block;
    min-height: 50px;
    font-size: 1.4rem;
    width: 100%;
    padding: 5px 0 0 5px;
	position: relative;
}
.grid.noMarge > .tuile{
    padding: 0;
}
.grid.noMarge .grid{
    padding: 0;
}
@media all and (min-width: 430px){
    .grid > .t1{
        width: 50%;
    }
    .g1 > .t1{
        width: 100%;
    }
    .grid > .t2, .grid > .t3, .grid > .t4, .grid > .t5, .grid > .t6, .grid > .t7, .grid > .t8, .grid > .t9,.grid > .t10{
        width: 100%;
    }
}
@media all and (min-width: 640px){
    .g3 > .t1, .g4 > .t1, .g5 > .t1, .g6 > .t1, .g7 > .t1, .g8 > .t1, .g9 > .t1, .g10 > .t1{
        width: 33.33%;
    }
    .g3 > .t2, .g4 > .t2, .g5 > .t2, .g6 > .t2, .g7 > .t2, .g8 > .t2, .g9 > .t2, .g10 > .t2{
        width: 66.66%;
    }
}
@media all and (min-width: 850px){
    .g4 > .t1, .g5 > .t1, .g6 > .t1, .g7 > .t1, .g8 > .t1, .g9 > .t1, .g10 > .t1{
        width: 25%;
    }
    .g4 > .t2, .g5 > .t2, .g6 > .t2, .g7 > .t2, .g8 > .t2, .g9 > .t2, .g10 > .t2{
        width: 50%;
    }
    .g4 > .t3, .g5 > .t3, .g6 > .t3, .g7 > .t3, .g8 > .t3, .g9 > .t3, .g10 > .t3{
        width: 75%;
    }
}
@media all and (min-width: 1060px){
    .g5 > .t1, .g6 > .t1, .g7 > .t1, .g8 > .t1, .g9 > .t1, .g10 > .t1{
        width: 20%;
    }
    .g5 > .t2, .g6 > .t2, .g7 > .t2, .g8 > .t2, .g9 > .t2, .g10 > .t2{
        width: 40%;
    }
    .g5 > .t3, .g6 > .t3, .g7 > .t3, .g8 > .t3, .g9 > .t3, .g10 > .t3{
        width: 60%;
    }
    .g5 > .t4, .g6 > .t4, .g7 > .t4, .g8 > .t4, .g9 > .t4, .g10 > .t4{
        width: 80%;
    }
}
@media all and (min-width: 1270px){
    .g6 > .t1, .g7 > .t1, .g8 > .t1, .g9 > .t1, .g10 > .t1{
        width: 16.66%;
    }

    .g6 > .t2, .g7 > .t2, .g8 > .t2, .g9 > .t2, .g10 > .t2{
        width: 33.32%;
    }
    .g6 > .t3, .g7 > .t3, .g8 > .t3, .g9 > .t3, .g10 > .t3{
        width: 49.98%;
    }
    .g6 > .t4, .g7 > .t4, .g8 > .t4, .g9 > .t4, .g10 > .t4{
        width: 66.64%;
    }
    .g6 > .t5, .g7 > .t5, .g8 > .t5, .g9 > .t5, .g10 > .t5{
        width: 83.3%;
    }
}
@media all and (min-width: 1480px){
    .g7 > .t1, .g8 > .t1, .g9 > .t1, .g10 > .t1{
        width: 14.286%;
    }
    .g7 > .t2, .g8 > .t2, .g9 > .t2, .g10 > .t2{
        width: 28.572%;
    }
    .g7 > .t3, .g8 > .t3, .g9 > .t3, .g10 > .t3{
        width: 42.858%;
    }
    .g7 > .t4, .g8 > .t4, .g9 > .t4, .g10 > .t4{
        width: 57.144%;
    }
    .g7 > .t5, .g8 > .t5, .g9 > .t5, .g10 > .t5{
        width: 71.43%;
    }
    .g7 > .t6, .g8 > .t6, .g9 > .t6, .g10 > .t6{
        width: 83.3%;
    }


}
@media all and (min-width: 1690px){
    .g8 > .t1, .g9 > .t1, .g10 > .t1{
        width: 12.5%;
    }
    .g8 > .t2, .g9 > .t2, .g10 > .t2{
        width: 25%;
    }
    .g8 > .t3, .g9 > .t3, .g10 > .t3{
        width: 37.5%;
    }
    .g8 > .t4, .g9 > .t4, .g10 > .t4{
        width: 50%;
    }
    .g8 > .t5, .g9 > .t5, .g10 > .t5{
        width: 62.5%;
    }
    .g8 > .t6, .g9 > .t6, .g10 > .t6{
        width: 75%;
    }
    .g8 > .t7, .g9 > .t7, .g10 > .t7{
        width: 83.3%;
    }
}
@media all and (min-width: 1900px){
    .g9 > .t1, .g10 > .t1{
        width: 11.11%;
    }
    .g9 > .t2, .g10 > .t2{
        width: 22.22%;
    }
    .g9 > .t3, .g10 > .t3{
        width: 33.33%;
    }
    .g9 > .t4, .g10 > .t4{
        width: 44.44%;
    }
    .g9 > .t5, .g10 > .t5{
        width: 55.55%;
    }
    .g9 > .t6, .g10 > .t6{
        width: 66.66%;
    }
    .g9 > .t7, .g10 > .t7{
        width: 77.77%;
    }
    .g9 > .t8, .g10 > .t8{
        width: 88.88%;
    }
}
@media all and (min-width: 2110px){
    .g10 > .t1{
        width: 10%;
    }
    .g10 > .t2{
        width: 20%;
    }
    .g10 > .t3{
        width: 30%;
    }
    .g10 > .t4{
        width: 40%;
    }
    .g10 > .t5{
        width: 50%;
    }
    .g10 > .t6{
        width: 60%;
    }
    .g10 > .t7{
        width: 70%;
    }
    .g10 > .t8{
        width: 80%;
    }
    .g10 > .t9{
        width: 90%;
    }
}

.mybo-editor [data-myid]:hover,
.mybo-editor [data-myid]:focus,
.mybo-editor [data-edit]:hover,
.mybo-editor [data-edit]:focus,
.mybo-editor [data-store]:hover,
.mybo-editor [data-store]:focus,
.mybo-editor [data-date]:hover,
.mybo-editor [data-date]:focus,
.mybo-outline:hover,
.mybo-outline:focus
{
	box-shadow: 0 0 1px 2px rgba(0, 168, 255, 0.65);
	outline: none;

}
.mybo-editor [data-myid]:empty,
.mybo-editor [data-myid]:empty,
.mybo-editor [data-edit]:empty,
.mybo-editor [data-edit]:empty,
.mybo-editor [data-store]:empty,
.mybo-editor [data-store]:empty,
.mybo-editor [data-date]:empty,
.mybo-editor [data-date]:empty
{
	/*pointer-events: none;*/
	min-height: 15px;
}


.noInteraction{
	pointer-events: none;
}
/*    ====     Mybo Mate     ====     */
.mybo-mate{
	height: 70px;
	width: 70px;
	border-radius: 600px;
	position: fixed;
	z-index: 10000000000;
	top: 10000px;
	left: 10000px;
	transition-duration: .5s;
}
.mybo-mate-bulle{
	background: #1c94c4;
	height: 70px;
	width: 70px;
	border-radius: 40px;
	box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.37);
	text-align: center;
	line-height: 70px;
	font-size: 28px;
	color: #fff;
	font-weight: 100;
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -35px 0 0 -35px;
	z-index: 10;
	transition-duration: .2s;
}
.mybo-mate-bulle.warning{
	background: #c47b2b;
}
.mybo-mate-bulle.error{
	background: #c4250c;
}
.mybo-mate-bulle.success{
	background: #40a921 url("/mybo/clientside/image/mate-check.png") no-repeat center;
	font-size: 0;
}
.mybo-mate-btn-wrapper{
	position: absolute;
	top: 35px;
	left: 35px;
	bottom: 35px;
	right: 35px;
	pointer-events: none;
	display: none;
}
.mybo-mate-btn{
	position: absolute;
	cursor: pointer;
	width: 32px;
	height: 32px;
	background: #1c94c4 no-repeat center;
	top: 0;
	left: 0;
	pointer-events: all;
	border-radius: 16px;
	color: #fff;
	text-align: center;
	line-height: 34px;
	box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.37);
}
.mybo-mate-plugin{
	position: absolute;
	top: -160px;
	right: -160px;
	height: 200px;
	width: 300px;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.28);
	display: none;
	flex-wrap: wrap;
}
.mybo-mate-tile-plugin{
	flex-basis: 33.33%;
	height: 70px;
	text-align: center;
	font-size: 12px;
}
.mybo-mate-plugin .mybo-mate-btn{
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 5px auto;
}
.mybo-mate[data-set="start"] .mybo-mate-btn-wrapper{
	display: none;
}
.mybo-mate[data-set="start"] .mybo-mate-btn-plugin{
	display: none;
}
/***************** pLUGIN ***********/
.mPlugin{
    height: 100%;
    background: #fff;
    color: #333;
    position: relative;
}
.mPlugin-titre{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 30px;
    background: #0099bc;
    color: #fff;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    padding: 10px 0;
    line-height: 30px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 900;
}
.mPlugin-main{
    height: 100%;
    padding: 0 0 0 30px;
}
.mPlugin-content{
    height: 100%;
    position: relative;
}
.mPlugin-tab{
    height: 100%;
}
.mPlugin-subnav{
    height: 100%;
}
.mPlugin-close{
    position: absolute;
    top: 5px;
    right: 5px;
    background: url("../images/close.png");
    height: 24px;
    width: 24px;
    cursor: pointer;
}
.mPlugin-gridview{
    height: 100%;
    position: relative;
}
.mPlugin-grid{
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    width: 260px;
    background: #fefefe;
    border-right: 1px solid #ddd;
}
.mPlugin-viewside{
    height: 100%;
    padding: 0 0 0 260px;
}
.mPlugin-view{
    height: 100%;
    position: relative;
}


.mynod-vp{
	height: 100%;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	align-content: space-around;
	flex-wrap: wrap;
}
.mynod-select {
	width: auto;
	max-width: 90%;
}
.mynod-tile {
	height: 200px;
	width: 200px;
	background: #fff;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
	font-size: 22px;
	text-align: center;
	font-weight: 300;
	cursor: pointer;
	margin: 5px;
}
.autotabpanel{
	height: 100%;
	position: relative;
}
.tabhead{
	display: flex;
	height: 40px;
	border-bottom: 2px solid var(--contrast1-darker);
	border-top: 2px solid transparent;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.tabtitle{
	height: 100%;
	display: flex;
	align-items: center;
	padding: 0 30px;
	cursor: pointer;
	background: var(--color1-darker);
	margin: 0 0 0 2px;
}
.tabtitle.selected{
	background: var(--contrast1-darker);
	color: var(--color1);
}
.padd-top{
	padding-top: 40px;
	height: 100%;
}
.tabbody{
	height: 100%;
	position: relative;
}
.tabcontent{
	display: none;
}
.tabcontent.selected{
	display: block;
	height: 100%;
}
.addtab{
	height: 26px;
	width: 26px;
	margin: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 19px;
	font-weight: 300;
	color: var(--color1);
	background: var(--contrast1-darker);
	cursor: pointer;
}
.mynod-gridview{
	height: 100%;
	position: relative;
}
.mynod-gridside{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 350px;
}
.padd-gridside{
	height: 100%;
	padding: 0 0 0 350px;
}
.mynod-viewside{
	height: 100%;
	position: relative;
}
.flexnode{
	height: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	align-content: flex-start;
	flex-wrap: wrap;
	padding: 10px 0 0 10px;
	overflow: auto;
}
.flexbox{
	padding: 0 10px 10px 0;
	width: 100%;
}
.mybo-edition-on .flexbox{
	outline: 1px dashed rgba(0, 153, 188, 0.31);
}

.mybo_render_code{
	position: relative;
}
.mydroit, .mydroit-body{
	height: 100%;
}
.libdrive-vp{
	height: 100%;
	position: relative;
}
.libdrive-main{
	height: 100%;
	padding-bottom: 50px;
}
.libdrive-content{
	height: 100%;
	position: relative;
	overflow: auto;
}
.libdrive-botbar{
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 0 20px;
}
.libdrive-center{
	margin: 0 auto;
	max-width: 700px;
	padding: 60px 0 0 0;
}
.libdrive-save{
	padding: 10px 35px;
	border-radius: 25px;
	background: var(--contrast1-lighter);
	color: var(--color1);
	cursor: pointer;
}
.libdrive-vp h2{
	text-align: center;
}
.libdrive-vp h4{
	height: 100%;
	display: flex;
	align-items: center;
}

@media screen and (min-width: 800px){
	.flexbox{
		width: 50%;
	}
	.flexbox.x2, .flexbox.x3, .flexbox.x4{
		width: 100%;
	}
}
@media screen and (min-width: 1200px){
	.flexbox{
		width: 33.33%;
	}
	.flexbox.x2{
		width: 66.66%;
	}
	.flexbox.x3, .flexbox.x4{
		width: 100%;
	}
}
@media screen and (min-width: 1900px){
	.flexbox{
		width: 25%;
	}
	.flexbox.x2{
		width: 50%;
	}
	.flexbox.x3{
		width: 75%;
	}
	.flexbox.x4{
		width: 100%;
	}
}