.body {
  overflow: visible;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #333;
}

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
    display: none !important;
}

.originalText {
    color: #bcbcbc;
    font-size:8px;
    line-height: 13px;
}

td {
    padding: 0;
    vertical-align: top;
    min-height: 11px;
}

table {
    text-align: left;
}

#zoneVisuel {
    display: inline-block;
    width: 600px;
    border: 1px solid grey;
    min-height: 1300px;
}

#visuel {
    display:inline-block;
    width: 100%;
    margin : 0px;
    padding: 0px;
    border-collapse : collapse;
    background-color:white;
    min-height:1300px;
    text-align: left;
    table-layout: fixed
}

#zoneVisuelTablette {
    display: none;
    width: 480px;
    border: 1px solid grey;
    min-height: 1300px;
}

#visuelTablette {
    display:inline-block;
    width: 100%;
    margin : 0px;
    padding: 0px;
    border-collapse : collapse;
    background-color:white;
    min-height: 1300px;
    text-align: left;
}

#zoneVisuelMobile {
    display: none;
    width: 320px;
    border: 1px solid grey;
    min-height: 1300px;
}

#visuelMobile {
    display:inline-block;
    width: 100%;
    margin : 0px;
    padding: 0px;
    border-collapse : collapse;
    background-color:white;
    min-height:1300px;
    text-align: left;
}

#zoneCode {
    font-family: Courier, Arial;
    display: inline-block;
    width: 100%;
    padding: 15px;
    padding-top: 10px;
    min-height: 100px;
    border: 1px solid #333; 
    background-color: white;
}

.l1, .l2, .l3, .l4, .l5, .l6, .l7, .l8, .l9, .l10, .l11, .l12, .l13, .l14, .l15, .l16, .l17, .l18, .l19, .l20 {
    display:block;
}
.l2 {
    padding-left: 20px;
}
.l3 {
    padding-left: 40px;
}
.l4 {
    padding-left: 60px; 
}
.l5 {
    padding-left: 80px;
}
.l6 {
    padding-left: 100px;
}
.l7 {
    padding-left: 120px;
}
.l8 {
    padding-left: 140px;
}
.l9 {
    padding-left: 160px;
}
.l10 {
    padding-left: 180px;
}
.l11 {
    padding-left: 200px;
}
.l12 {
    padding-left: 220px;
}
.l13 {
    padding-left: 240px;
}
.l14 {
    padding-left: 260px;
}
.l15 {
    padding-left: 280px;
}
.l16 {
    padding-left: 300px;
}
.l17 {
    padding-left: 320px;
}
.l18 {
    padding-left: 340px;
}
.l19 {
    padding-left: 360px;
}
.l20 {
    padding-left: 380px;
}

.cont {
  margin-top: 80px;
  display: block;
  width: 1200px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.visuel {
  position: relative;
  display: block;
  width: auto;
  height: 800px;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  border: 1px solid #333;
  background-color: hsla(0, 0%, 100%, .7);
}

.boutons {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 3;
  width: 100%;
  height: 80px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #333333;
}

.code {
  overflow: scroll;
  width: 100%;
  max-width: 600px;
  height: 800px;
  float: right;
  border: 1px solid #333;
  background-color: #fff;
  font-size: 12px;
  line-height: 13px;
}

.ligne_structure {
  display: block;
  width: auto;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px;
  padding-left: 0px;
  background-color: transparent;
  text-align: left;
}

.ligne_miseenforme {
  display: block;
  width: auto;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  text-align: left;
}

.bouton {
  position: relative;
  width: 30px;
  height: 30px;
  margin-right: 6px;
  border-radius: 2px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d6d6d6), to(#fff));
  background-image: linear-gradient(180deg, #d6d6d6, #fff);
}

.viderimages {
  text-decoration: none;
  color: #000000;
  width: 130px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bouton:hover {
  background-color: #fff;
  background-image: none;
}

.bouton.nouvelleligne {
  background-image: url('../images/nouvelle_ligne.png'), -webkit-gradient(linear, left top, left bottom, from(#d6d6d6), to(#fff));
  background-image: url('../images/nouvelle_ligne.png'), linear-gradient(180deg, #d6d6d6, #fff);
  background-position: 0px 0px, 0px 0px;
  background-size: contain, auto;
}

.bouton.table {
  background-image: url('../images/table.png'), -webkit-gradient(linear, left top, left bottom, from(#d6d6d6), to(#fff));
  background-image: url('../images/table.png'), linear-gradient(180deg, #d6d6d6, #fff);
  background-position: 0px 0px, 0px 0px;
  background-size: contain, auto;
}

.bouton.espace {
  background-image: url('../images/vider.png'), -webkit-gradient(linear, left top, left bottom, from(#d6d6d6), to(#fff));
  background-image: url('../images/vider.png'), linear-gradient(180deg, #d6d6d6, #fff);
  background-position: 0px 0px, 0px 0px;
  background-size: contain, auto;
}

.bouton.dimensions {
  background-image: url('../images/nouvelle_ligne.png'), url('../images/dimensions.png'), -webkit-gradient(linear, left top, left bottom, from(#d6d6d6), to(#fff));
  background-image: url('../images/nouvelle_ligne.png'), url('../images/dimensions.png'), linear-gradient(180deg, #d6d6d6, #fff);
  background-position: 0px 0px, 0px 0px, 0px 0px;
  background-size: cover, cover, auto;
}

.bouton.displayblock {
  background-image: url('../images/displayblock.png'), -webkit-gradient(linear, left top, left bottom, from(#d6d6d6), to(#fff));
  background-image: url('../images/displayblock.png'), linear-gradient(180deg, #d6d6d6, #fff);
  background-position: 0px 0px, 0px 0px;
  background-size: cover, auto;
}

.bouton.displayhidden {
  background-image: url('../images/hidden.png'), -webkit-gradient(linear, left top, left bottom, from(#d6d6d6), to(#fff));
  background-image: url('../images/hidden.png'), linear-gradient(180deg, #d6d6d6, #fff);
  background-position: 0px 0px, 0px 0px;
  background-size: cover, auto;
}

.bouton.lien {
  background-image: url('../images/lien.png'), -webkit-gradient(linear, left top, left bottom, from(#d6d6d6), to(#fff));
  background-image: url('../images/lien.png'), linear-gradient(180deg, #d6d6d6, #fff);
  background-position: 0px 0px, 0px 0px;
  background-size: cover, auto;
}

.bouton.image {
  background-image: url('../images/image.png'), -webkit-gradient(linear, left top, left bottom, from(#d6d6d6), to(#fff));
  background-image: url('../images/image.png'), linear-gradient(180deg, #d6d6d6, #fff);
  background-position: 0px 0px, 0px 0px;
  background-size: cover, auto;
}

.bouton.repeat {
  background-image: url('../images/repeat.png'), -webkit-gradient(linear, left top, left bottom, from(#d6d6d6), to(#fff));
  background-image: url('../images/repeat.png'), linear-gradient(180deg, #d6d6d6, #fff);
  background-position: 0px 0px, 0px 0px;
  background-size: cover, auto;
}

.bouton.size {
  background-image: url('../images/size.png'), -webkit-gradient(linear, left top, left bottom, from(#d6d6d6), to(#fff));
  background-image: url('../images/size.png'), linear-gradient(180deg, #d6d6d6, #fff);
  background-position: 0px 0px, 0px 0px;
  background-size: cover, auto;
}

.bouton.image.supprimer {
  background-image: url('../images/vider.png'), url('../images/image.png'), -webkit-gradient(linear, left top, left bottom, from(#d6d6d6), to(#fff));
  background-image: url('../images/vider.png'), url('../images/image.png'), linear-gradient(180deg, #d6d6d6, #fff);
  background-position: 50% 50%, 0px 0px, 0px 0px;
  background-size: 40px, cover, auto;
}

.bouton.supprimer {
  background-image: url('../images/supprimer.png'), -webkit-gradient(linear, left top, left bottom, from(#d6d6d6), to(#fff));
  background-image: url('../images/supprimer.png'), linear-gradient(180deg, #d6d6d6, #fff);
  background-position: 0px 0px, 0px 0px;
  background-size: cover, auto;
}

.bouton.triple {
  display: inline-block;
  width: 110px;
  text-align: center;
}

.bouton.triple.background {
  background-image: url('../images/image.png'), -webkit-gradient(linear, left top, left bottom, from(#d6d6d6), to(#fff));
  background-image: url('../images/image.png'), linear-gradient(180deg, #d6d6d6, #fff);
  background-position: 100% 50%, 0px 0px;
  background-size: 25px, auto;
  background-repeat: no-repeat, repeat;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 700;
}

.bouton.triple.background.color {
  background-image: url('../images/couleur.png'), -webkit-gradient(linear, left top, left bottom, from(#d6d6d6), to(#fff));
  background-image: url('../images/couleur.png'), linear-gradient(180deg, #d6d6d6, #fff);
  background-size: 25px, auto;
}

.bouton.valigntop {
  background-image: url('../images/valigntop.png'), -webkit-gradient(linear, left top, left bottom, from(#d6d6d6), to(#fff));
  background-image: url('../images/valigntop.png'), linear-gradient(180deg, #d6d6d6, #fff);
  background-position: 0px 0px, 0px 0px;
  background-size: cover, auto;
}

.bouton.valignmiddle {
  background-image: url('../images/valignmiddle.png'), -webkit-gradient(linear, left top, left bottom, from(#d6d6d6), to(#fff));
  background-image: url('../images/valignmiddle.png'), linear-gradient(180deg, #d6d6d6, #fff);
  background-position: 0px 0px, 0px 0px;
  background-size: cover, auto;
}

.bouton.valignbottom {
  background-image: url('../images/valignbottom.png'), -webkit-gradient(linear, left top, left bottom, from(#d6d6d6), to(#fff));
  background-image: url('../images/valignbottom.png'), linear-gradient(180deg, #d6d6d6, #fff);
  background-position: 0px 0px, 0px 0px;
  background-size: cover, auto;
}

.bouton.alignleft {
  background-image: url('../images/alignleft.png'), -webkit-gradient(linear, left top, left bottom, from(#d6d6d6), to(#fff));
  background-image: url('../images/alignleft.png'), linear-gradient(180deg, #d6d6d6, #fff);
  background-position: 0px 0px, 0px 0px;
  background-size: cover, auto;
}

.bouton.aligncenter {
  background-image: url('../images/aligncenter.png'), -webkit-gradient(linear, left top, left bottom, from(#d6d6d6), to(#fff));
  background-image: url('../images/aligncenter.png'), linear-gradient(180deg, #d6d6d6, #fff);
  background-position: 0px 0px, 0px 0px;
  background-size: cover, auto;
}

.bouton.alignright {
  background-image: url('../images/alignright.png'), -webkit-gradient(linear, left top, left bottom, from(#d6d6d6), to(#fff));
  background-image: url('../images/alignright.png'), linear-gradient(180deg, #d6d6d6, #fff);
  background-position: 0px 0px, 0px 0px;
  background-size: cover, auto;
}

.bouton.sizeup {
  background-image: url('../images/sizeup.png'), -webkit-gradient(linear, left top, left bottom, from(#d6d6d6), to(#fff));
  background-image: url('../images/sizeup.png'), linear-gradient(180deg, #d6d6d6, #fff);
  background-position: 0px 0px, 0px 0px;
  background-size: cover, auto;
}

.bouton.sizedown {
  background-image: url('../images/sizedown.png'), -webkit-gradient(linear, left top, left bottom, from(#d6d6d6), to(#fff));
  background-image: url('../images/sizedown.png'), linear-gradient(180deg, #d6d6d6, #fff);
  background-position: 0px 0px, 0px 0px;
  background-size: cover, auto;
}

.bouton.couleur {
  background-image: url('../images/couleur.png'), -webkit-gradient(linear, left top, left bottom, from(#d6d6d6), to(#fff));
  background-image: url('../images/couleur.png'), linear-gradient(180deg, #d6d6d6, #fff);
  background-position: 0px 0px, 0px 0px;
  background-size: cover, auto;
}

.bouton.gras {
  background-image: url('../images/gras.png'), -webkit-gradient(linear, left top, left bottom, from(#d6d6d6), to(#fff));
  background-image: url('../images/gras.png'), linear-gradient(180deg, #d6d6d6, #fff);
  background-position: 0px 0px, 0px 0px;
  background-size: cover, auto;
}

.bouton.italique {
  background-image: url('../images/italic.png'), -webkit-gradient(linear, left top, left bottom, from(#d6d6d6), to(#fff));
  background-image: url('../images/italic.png'), linear-gradient(180deg, #d6d6d6, #fff);
  background-position: 0px 0px, 0px 0px;
  background-size: cover, auto;
}

.bouton.souligne {
  background-image: url('../images/souligne.png'), -webkit-gradient(linear, left top, left bottom, from(#d6d6d6), to(#fff));
  background-image: url('../images/souligne.png'), linear-gradient(180deg, #d6d6d6, #fff);
  background-position: 0px 0px, 0px 0px;
  background-size: cover, auto;
}

.bouton.majuscule {
  background-image: url('../images/majuscule.png'), -webkit-gradient(linear, left top, left bottom, from(#d6d6d6), to(#fff));
  background-image: url('../images/majuscule.png'), linear-gradient(180deg, #d6d6d6, #fff);
  background-position: 0px 0px, 0px 0px;
  background-size: cover, auto;
}

.bouton.ombre {
  background-image: url('../images/ombre.png'), -webkit-gradient(linear, left top, left bottom, from(#d6d6d6), to(#fff));
  background-image: url('../images/ombre.png'), linear-gradient(180deg, #d6d6d6, #fff);
  background-position: 0px 0px, 0px 0px;
  background-size: contain, auto;
}

.bouton.desktop {
  background-image: url('../images/desktop.png'), -webkit-gradient(linear, left top, left bottom, from(#d6d6d6), to(#fff));
  background-image: url('../images/desktop.png'), linear-gradient(180deg, #d6d6d6, #fff);
  background-position: 0px 0px, 0px 0px;
  background-size: cover, auto;
}

.bouton.tablet {
  background-image: url('../images/tablet.png'), -webkit-gradient(linear, left top, left bottom, from(#d6d6d6), to(#fff));
  background-image: url('../images/tablet.png'), linear-gradient(180deg, #d6d6d6, #fff);
  background-position: 0px 0px, 0px 0px;
  background-size: cover, auto;
}

.bouton.mobile {
  background-image: url('../images/mobile.png'), -webkit-gradient(linear, left top, left bottom, from(#d6d6d6), to(#fff));
  background-image: url('../images/mobile.png'), linear-gradient(180deg, #d6d6d6, #fff);
  background-position: 0px 0px, 0px 0px;
  background-size: cover, auto;
}

.bouton.sansimg {
  background-image: url('../images/sansimg.png'), -webkit-gradient(linear, left top, left bottom, from(#d6d6d6), to(#fff));
  background-image: url('../images/sansimg.png'), linear-gradient(180deg, #d6d6d6, #fff);
  background-position: 0px 0px, 0px 0px;
  background-size: contain, auto;
}

.bouton.tel_maquette {
  background-image: url('../images/tel_maquette1.png'), -webkit-gradient(linear, left top, left bottom, from(#d6d6d6), to(#fff));
  background-image: url('../images/tel_maquette1.png'), linear-gradient(180deg, #d6d6d6, #fff);
  background-position: 0px 0px, 0px 0px;
  background-size: contain, auto;
}

.bouton.cta {
  background-image: url('../images/valigntop.png'), url('../images/espace.png'), url('../images/nouvelle_ligne.png'), -webkit-gradient(linear, left top, left bottom, from(#d6d6d6), to(#fff));
  background-image: url('../images/valigntop.png'), url('../images/espace.png'), url('../images/nouvelle_ligne.png'), linear-gradient(180deg, #d6d6d6, #fff);
  background-position: 50% 25%, 50% 62%, 50% 50%, 0px 0px;
  background-size: 18px, 18px, 30px, auto;
  background-repeat: no-repeat, no-repeat, repeat, repeat;
}

.bouton.position {
  background-image: url('../images/dimensions.png'), -webkit-gradient(linear, left top, left bottom, from(#d6d6d6), to(#fff));
  background-image: url('../images/dimensions.png'), linear-gradient(180deg, #d6d6d6, #fff);
  background-position: 0px 0px, 0px 0px;
  background-size: cover, auto;
}

.bouton.arial {
  width: 70px;
  background-image: url('../images/majuscule.png'), -webkit-gradient(linear, left top, left bottom, from(#d6d6d6), to(#fff));
  background-image: url('../images/majuscule.png'), linear-gradient(180deg, #d6d6d6, #fff);
  background-position: 2px 51%, 0px 0px;
  background-size: 30px, auto;
  background-repeat: no-repeat, repeat;
}

.espacebouton {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 6px;
}

.contenu_bouton {
  display: inline-block;
  height: auto;
  margin: 0px auto;
  padding-top: 6px;
  padding-bottom: 0px;
  padding-left: 9px;
  float: left;
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 13px;
  line-height: 19px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.contenu_bouton.arial {
  padding-left: 35px;
}

.formwrapper {
  display: block;
  width: 1200px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.select {
  position: relative;
  top: -6px;
  display: inline-block;
  width: 110px;
  height: 30px;
  margin-right: 7px;
  padding: 0px 5px;
  float: none;
  border-radius: 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d6d6d6), to(#fff));
  background-image: linear-gradient(180deg, #d6d6d6, #fff);
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.select:hover {
  box-shadow: 0 0 3px 2px #fff;
}

.select.bouton {
  font-weight: 600;
}

.select.bouton:hover {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d6d6d6), to(#fff));
  background-image: linear-gradient(180deg, #d6d6d6, #fff);
  box-shadow: none;
  font-weight: 600;
}

.bg_general {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: none;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  background-color: rgba(51, 51, 51, .65);
}

.bg_general.bg_table {
  display: block;
}

.bg_general.bg_background {
  display: block;
}

.bg_general.bg_dimensions {
  display: block;
}

.popup_general {
  width: 500px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
  background-color: #f0f0f0;
}

.popup_general.popup_editer {
  width: 900px;
  padding-right: 25px;
  padding-left: 25px;
}

.x {
  float: right;
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 22px;
  line-height: 14px;
  text-decoration: none;
  text-transform: lowercase;
}

.x:hover {
  color: red;
}

.h1 {
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}

.h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.h2.alerte {
  margin-top: 15px;
  color: #e60000;
  font-style: italic;
  text-align: center;
}

.field {
  border-radius: 3px;
  background-color: #fff;
  line-height: 18px;
}

.field.field_edit {
  overflow: scroll;
  height: 400px;
}

.cta_general {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #640064;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 25px;
  text-decoration: none;
}

.cta_general:hover {
  background-color: #410041;
}

.cta_general.cta_prendredimimages {
  width: 200px;
  margin-top: 5px;
  margin-bottom: 15px;
  background-color: #c800c8;
  font-size: 18px;
}

.cta_general.cta_prendredimimages:hover {
  background-color: #a700a7;
}

.bg_table.bg_general {
  display: none;
}

.x_table.x {
  text-transform: lowercase;
}

.bg_background.bg_general {
  display: none;
}

.x_background.x {
  text-transform: lowercase;
}

.bg_dimensions.bg_general {
  display: none;
}

.x_dimensions.x {
  text-transform: lowercase;
}

.bg_supprimer.bg_general {
  display: none;
}

.x_supprimer.x {
  text-transform: lowercase;
}

.bg_image.bg_general {
  display: none;
}

.x_image.x {
  text-transform: lowercase;
}

.bg_lien.bg_general {
  display: none;
}

.bg_2liens.bg_general {
  display: none;
}

.visuel_bloc {
  display: block;
  width: 600px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  float: none;
}

.bg_ombre.bg_general {
  display: none;
}

.bg_couleur.bg_general {
  display: none;
}

.bg_save.bg_general {
  display: none;
}

.bg_telecharger.bg_general {
  display: none;
}

.checkbox_supprimer {
  font-family: 'Open Sans', sans-serif;
}

.bg_upload.bg_general {
  display: none;
}

.bg_editer.bg_general {
  display: none;
  padding-top: 20px;
}

.visuel_pourcenter {
  width: 600px;
  float: left;
  text-align: center;
}

.contmain {
  position: static;
  top: 80px;
  padding-bottom: 0px;
  float: none;
}

.text-block {
  position: absolute;
  bottom: -1px;
  width: 30px;
  height: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/sizeup.png');
  background-position: 50% 100%;
  background-size: 20px;
  background-repeat: no-repeat;
  color: #000;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.text-block.heightdown {
  background-image: url('../images/sizedown.png');
}

.bg_position.bg_general {
  display: none;
}

.bg_background_image.bg_general {
  display: none;
}

.bg_cta.bg_general {
  display: none;
}

.div-block {
  display: block;
  width: 20px;
  height: 20px;
  margin-top: 5px;
  margin-right: auto;
  margin-left: auto;
  border: 2px solid #000;
  border-radius: 5px;
}

.div-block.border {
  border-width: 3px;
  border-color: #000;
  border-radius: 0px;
  background-color: #8f8f8f;
}

.link_cta {
  display: block;
  width: 180px;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  text-decoration: none;
}

.bg_spprimerimage.bg_general {
  display: none;
}

.bg_radius.bg_general {
  display: none;
}

.bg_border.bg_general {
  display: none;
}

