@font-face {
  font-family: Roboto;
  src: local("Roboto-Regular"),
       local("Roboto Regular"),
       local("Roboto"),
       url(../fonts/Roboto-Regular.ttf) format('truetype');
}
body{
    overflow-y:hidden;
    overflow-x:hidden;
    background-color: #282e38;
    color: #fff;
}
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;
}
html {
    font-family: Roboto,Helvetica,Arial,sans-serif !important;
    font-size: 14px;
    font-weight: 300;
    color: #282e38;
}
body {
    font-family: Roboto,Helvetica,Arial,sans-serif !important;
    font-size: 14px;
    font-weight: 300;
    color: #282e38;
}
.explicationpreview {
  font-family: Roboto,Helvetica,Arial,sans-serif !important;
  font-size: 10px;
  font-style:italic;
  font-weight: 300;
  color: #fff;

}
.autourboutontop {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.boutontop {
    cursor: pointer;
    padding: 8px 24px;
    margin: 0;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-family: Roboto,Helvetica,Arial,sans-serif;
    font-weight: 300;
    color: #2b80f7;
    border: 1px solid #2b80f7;
    outline: none;
    background-color: #fff;
    border-radius: 50px;
    -webkit-transition: .2s;
    transition: .2s;
}
.placeholder{
    background-image:url(../images/thumb_drag.png);
    background-repeat:no-repeat;
    background-size:100px;
    background-position:center;
}
.dropzone2{
    z-index: 1;
}
.dropzone3{
    height: 100px;
    width: 50%;
    border: dashed 1px;
    z-index: 1;
    margin-left:auto;
    margin-right:auto;
    
}
.bandeau-haut{
    position: relative;
    background: #485365;
    border-bottom: solid 1px;
    border-color:black;
    color:#fff;
    padding-left:5px;
    padding-top:5px;
    
}
.ul-bandeau-haut{
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style-type: none;
    padding-left: 5px;
    padding-right:5px;
}
.li-bandeau-haut{
    cursor: pointer;
    padding-top: 6.4px;
    padding-right: 19.2px;
    padding-bottom: 6.4px;
    padding-left: 19.2px;
    border-color: #085acd;
    background: #5d6b83;
    border-radius:10px;
    border: 1px solid #FFF;    
}
.li-bandeau-haut:hover{
    cursor: pointer;
    padding-top: 6.4px;
    padding-right: 19.2px;
    padding-bottom: 6.4px;
    padding-left: 19.2px;
    background: #282E38;
    border-radius:10px;
    border: 1px solid #FFF;
}
.li-bandeau-haut-sauvegarder{
    cursor: pointer;
    padding-top: 6.4px;
    padding-right: 19.2px;
    padding-bottom: 6.4px;
    padding-left: 19.2px;
    border-color: #085acd;
    background: #FF6464;
    border-radius:10px;
    border: 1px solid #FFF;    
}
.li-bandeau-haut-sauvegarder:hover{
    cursor: pointer;
    padding-top: 6.4px;
    padding-right: 19.2px;
    padding-bottom: 6.4px;
    padding-left: 19.2px;
    background: #FF0000;
    border-radius:10px;
    border: 1px solid #FFF;
}
.icone-tabcontainer{
    text-align:center;
}
.icone-li-bandeau-haut{
    margin-right:5px;
}
.texte-tabcontainer{
    text-align:center;
    font-size:14px;
}
.tabelement{
    padding-top:20px;
    padding-bottom:20px;
    margin-top:20px;
    margin-bottom:20px;
}
.tabelement:hover{
    background-color: #6d7b93;
}
.tabcontainer{
    position: absolute;
    z-index:1;
    left: 0;
    width: 92px;
    height: 100vh;
    background-color:#485365;
    color: #fff;
}

.tabcontainer-item-selected{
    background-color: #6d7b93;
    padding-top:20px;
    padding-bottom:20px;
}
.tabcontainer-margin{
    margin-top:25px;
}
.panneau-gauche-item{
    display:none;
    height:100vh;
    width:350px;
    overflow-y:auto;
    
}
.panneau-gauche-select{
    font-family: Roboto,Helvetica,Arial,sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #282e38;
    background: #fff;
    border: 1px solid #c0c7d2;
    border-top-color: rgb(192, 199, 210);
    border-right-color: rgb(192, 199, 210);
    border-bottom-color: rgb(192, 199, 210);
    border-left-color: rgb(192, 199, 210);
    border-radius: 8px;
    height: 32px;
    padding: 0 8px;
    cursor: pointer;
    -webkit-appearance: none;
    outline: none;
    width: 100%;
    margin-left:5px;
    margin-right:5px;
}
.dropzone{
    height: 4px;
    padding-top: -2px;
    margin-top: -2px;
    padding-bottom:-2px;
    margin-bottom:-2px;
    position: relative;
    z-index: 1;
}
.dropzonelast{
    min-height:100%;
    height:100%;
}
.lignept{
    border: none;
    position:relative;
}
.crossfermeture{
    position:absolute;
}
.panneau-droite{
    max-height:90vh;
    overflow-y:auto;
    color: #fff;
    margin-top:25px;
    margin-left:auto;
}
.panneau-droite button select{
    color: #000;
}
.contenu{
    /*display:inline-block;
    z-index: 999;*/
    width 80px; 
    height: 110px;
    background: #485365;
    color: #c0c7d2;
    background-repeat: no-repeat;
}
.contenant{
    padding-top:12px;
    padding-bottom:12px;
    border: 1px solid #ddd;
    text-align:center;
    margin-top:0px;
    box-sizing: border-box;
    direction: ltr;
    line-height:48px;
    min-height:48px;
    font-size:14px;
}
.contenant2{
    background-color:#9f9f9f;
    height:24px;
    color:#fff;
    font-size:14px;
    line-height:24px;
    font-weight:bold;
    text-align:center;
    direction:ltr;
}
.placeholder{
    border: dashed 1px;
}
.col1{
    display:inline-block;
    width:100%;
    height:100%;
    vertical-align:top;
}
.col2{
    display:inline-block;
    height:100%;
    width:50%;
    vertical-align:top;
}
.col3{
    display:inline-block;
    height:100%;
    width:33.33%;
    vertical-align:top;
}
.row{
    margin-left:0px;
    margin-right:0px; 
}
#root{
    height:100vh;
    
}
.conteneurglobal{
    /*background-color: #babab9;*/
}
.pgptpd{
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow-y:hidden;
    overflow-x:hidden;
    height:100%;
    margin-left:92px;
    padding-left:0px;
}

textarea{
    color: #000;
    background-color: #fff;
}
button{
    padding-top: 6.4px;
    padding-right: 19.2px;
    padding-bottom: 6.4px;
    padding-left: 19.2px;
    border-color: #085acd;
    background: #5d6b83;
    border-radius:10px;
}
select{
    color: #000;
    background-color: #fff;
    padding: 10px;    
    margin: 5px;    
}
input{
    color: #000;
    background-color: #fff;
    padding: 10px;
}
input[type="range"]{
    padding: 0px;
    -webkit-appearance: none;
    width: 100%;
    height: 7px;
    border: 1px solid #5d6b83;
    border-radius: 5px;
    background-color: #5d6b83;
}
.contextmenu{
    position:relative;
}
.scroll-up-arrow{
    color: #FFF;
    position: absolute;
    left: 50%;
    width:20px;
    height:20px;
    margin-left: -227px;
    top: 0px;
}
.scroll-down-arrow{
    color: #FFF;
    position: absolute;
    left: 50%;
    width:20px;
    height:20px;
    margin-left: -227px;
    bottom: -20px;
}
.panneau-gauche{ 
    color:#fff;
    background-color: #6d7b93;
}
.planche-travail{
    margin-top: auto;
    margin-bottom:auto;
    width:414px;
    height:80vh;
    margin-left:auto;
    margin-right:auto;
    z-index:1;
}
.wrapper-planche-travail2{
    margin-top:20px;
    overflow-y:auto;
    width:434px;
    margin-left:auto;
    margin-right:auto;
    
}
.drop-zone-overlay{
    position: absolute;
    height: 20px;
    width: 20px;
    color: #00F;
    background-color: #FFF;
    margin-left: -8px;
    margin-top: -8px;
    left: 50%;
    z-index: 998;
    text-align: center;
    border-color: #FFF;
    border-radius: 15px;
    border-style: solid;
    border-width: 1px;

}
.drop-zone-overlay2{
    left: 50%;
    margin-top:10px;
    position: absolute;
    margin-left: -170px;
    z-index:1000;
}
.drop-zone-overlay3-m{
  left: 50%;
  top:50%;
  margin-top:30px;
  position: absolute;
  margin-left: -170px;
  z-index:1000;
}
.drop-zone-overlay3-g{
  top: 50%;
  left:0;
  margin-top:10px;
  position: absolute;
  margin-left: -170px;
  z-index:1000;
}
.drop-zone-overlay3-d{
  top: 50%;
  right:0;
  margin-top:10px;
  position: absolute;
  margin-right: -170px;
  z-index:1000;
}
.wrapper-contenu{
    display: inline-grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 110px;
    background: #282e38;
    border-radius: 8px;
    padding:5px;
    grid-gap:3px;
    margin-left:5px;
    margin-top:5px;
}
.overlay-move-item{
    position: absolute;
    top:50%;
    margin-top:-18px;
    background-color:rgb(0, 0, 0,0.25);
    margin-left:21px;
    margin-right:7px;
    width:14px;
    height:36px;
    color:#fff;
    border-color:#fff;
    border-right: dotted 4px;
    border-left: dotted 4px;
    touch-action: none;
    user-select: none;
}
.container-overlay-ajout-g{
  position: absolute;
  height: 20px;
  width: 20px;
  top:50%;
  margin-top:-10px;
  left:-8px;
  color: #00F;
  background-color: #FFF;
  margin-left: 0px;
  z-index: 998;
  text-align: center;
  border-color: #FFF;
  border-radius: 15px;
  border-style: solid;
  border-width: 1px;
  cursor:default;
}
.container-overlay-ajout-d{
  position: absolute;
  height: 20px;
  width: 20px;
  top:50%;
  margin-top:-10px;
  right:-8px;
  color: #00F;
  background-color: #FFF;
  margin-right: 0px;
  z-index: 998;
  text-align: center;
  border-color: #FFF;
  border-radius: 15px;
  border-style: solid;
  border-width: 1px;
  cursor:default;
}
.container-overlay-ajout-m{
  position: absolute;
  height: 20px;
  width: 20px;
  top:50%;
  right:50%;
  margin-top:-10px;
  color: #00F;
  background-color: #FFF;
  margin-right: -10px;
  z-index: 998;
  text-align: center;
  border-color: #FFF;
  border-radius: 15px;
  border-style: solid;
  border-width: 1px;
  cursor:default;
}
.overlay-edit-item{
  position: absolute;
  top:50%;
  margin-top:-61px;
  background-color:rgb(0, 0, 0,0.5);
  margin-left:14px;
  width:28px;
  height:28px;
  color:#fff;
}
.container-overlay-top-right{
      position:absolute;
      right: 5px;
      top: 2px;
      z-index: 1000;
}
.container-overlay-top-right2{
      position:absolute;
      right: 5px;
      top: 2px;
      z-index: 1000;
}

.wrapper-planche-travail{
    position:absolute;
    width:100%;
    margin-left:-92px;
}
.context-menu{
    margin-left:72px;
}
.liste-contenant{
    width: 100%;
    margin-top:15px;
}
.liste-contenant:hover{
    border: solid 1px;
    width: 100%;
}
.item{
  touch-action: none;
  user-select: none;
}
.item2{
  touch-action: none;
  user-select: none;
}
.can-drop{
  background-color: rgb(0,192,0,1) !important;;
}
.zone-dropable{
  border: double 6px rgb(0,127,0,1)!important;
  background-color: rgb(0,255,0,1) !important;
  opacity: 0.5;
}
.dropzoneactive{
  min-height:80px !important;
  border: dashed 3px green !important;
  margin-top:5px;
  margin-bottom:5px;
}
.transparence{
  opacity:0.25 !important;
}
.neutral{
  background-color:#000000;
}
.cannot-drop{
}
.imgboutonenligne{
    display:inline-block;
    margin: 5px;
}
.cerclage-bouton-top-right{
    display: inline-block;
    position: relative;
    color:#FFFFFF;
    background-color: rgba(0,0,0,1);
    border-radius: 15px;
    border-style: solid;
    border-width:1px;
    border-color: #000000;
    margin-left:2px;
    margin-right:2px;
}

.btn-appliquer {
    background: #5d6b83;
    border: 1px solid #FFF;/* plus simple pour nav tabs mais a revoir… */
}	
.btn-appliquer,
.btn-appliquer:hover,
.btn-appliquer:visited,
.btn-appliquer:focus { color:#fff; }
.btn-appliquer:hover{ background: #282E38; }

.titreRubrique{
    font-size:20px;    
}
.sousTitreRubrique{
    font-size:16px;    
}

hr {
  margin: 10px;
  clear: both;
}

.paddingT10{
    padding-top:10px;
}
.paddingB10{
    padding-bottom:10px;
}
.paddingL10{
    padding-left:10px;
}
.paddingR10{
    padding-right:10px;
}

.marginT10{
    margin-top:10px;
}
.marginB10{
    margin-bottom:10px;
}
.marginL10{
    margin-left:10px;
}
.marginR10{
    margin-right:10px;
}

/* .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { */
.nav-tabs > li:not(.active) > a:not(:hover){
    color: #fff;
}
.nav-tabs > li:not(.active) > a:hover{
    color: #000;
}



.marker {
  color: black;
  background-color: white;
  border: solid 1px black;
/*   font-weight: 900; */
  padding: 4px;
  top: -8px;
  width: 100px;

}

.marker::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0%);
  border: solid 8px transparent;
  border-top-color: black;
}

.boutonitineraire {
    background: linear-gradient(#ffffff, #cccccc);
    border: 1px solid #000000;
    border-radius: 5px;
    box-shadow: 1px 1px #cd1719;
    padding: 8px 20px;
    color: #000;
    display: inline-block;
    font: normal normal 14px/1 'Calibri', sans-serif;
    text-align: center;
    text-decoration: none !important;
    margin:5px;
}
.boutonitineraire > a:hover{
    text-decoration:none !important;
}
.contenantboutonitineraire {
    text-align:center;
}
/*sliders*/
.slider-scroll-content {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  margin-top: -1px;
  padding-top: 1px;
  margin-bottom: -1px;
  width: auto;
  height: auto;
}
.slider-scroll {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.pf-slider-mouse-event-off > * {
  pointer-events: none;
}

.pf-slider-inner {
  width: 100%;
  overflow: hidden;
  display: block;
  position: relative;
}

.pf-slider-slide {
  will-change: contents;
  width: 100%;
  position: absolute !important;
  transform: translate3d(100%, 0, 0);
  top: 0;
}

.pf-slider-wrapper {
  overflow: hidden;
  position: relative;
}

.pf-slider-nav {
  position: absolute;
  z-index: 999;
  display: block;
  text-decoration: none;
  font-size: 18px;
  cursor: pointer;
}

.pf-slider-nav:focus {
  text-decoration: none;
}

.pf-slider-nav.nav-style-1::before,
.pf-slider-nav.nav-style-2::before,
.pf-slider-nav.nav-style-3::before,
.pf-slider-nav.nav-style-4::before,
.pf-slider-nav.nav-style-5::before {
  font-size: 14px;
  color: #fff;
  font-family: FontAwesome;
}

.pf-slider-nav.nav-style-1,
.pf-slider-nav.nav-style-2,
.pf-slider-nav.nav-style-3,
.pf-slider-nav.nav-style-4{
  top: 50%;
  transform: translateY(-50%);
}

/* Arrow Style 1 */
.pf-slider-nav.nav-style-1 {
  width: 43px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #171717;
  opacity: 0.5;
  border-radius: 100%;
  transition: all .3s;
}
.pf-prev-nav.nav-style-1:hover,
.pf-next-nav.nav-style-1:hover {
  opacity: 1;
  text-decoration: none;
}
.pf-prev-nav.nav-style-1::before {
  content: "\f0d9";
}
.pf-next-nav.nav-style-1::before {
  content: "\f0da";
}
.pf-prev-nav.nav-style-1 {
  left: 20px;
}
.pf-next-nav.nav-style-1 {
  right: 20px;
}

/* Arrow style 2 */
.pf-slider-nav.nav-style-2 {
  width: 46px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 43px;
  background-color: #030303;
  color: #fff;
  transition: all .3s;
  border-radius: 3px;
}
.pf-prev-nav.nav-style-2:hover,
.pf-next-nav.nav-style-2:hover {
  text-decoration: none;
  color: #fff;
  background-color: #171717;
}
.pf-prev-nav.nav-style-2:before {
  content: "\f104";
}
.pf-next-nav.nav-style-2:before {
  content: "\f105";
}
.pf-prev-nav.nav-style-2 {
  left: -46px;
  opacity: 0;
}
.pf-next-nav.nav-style-2 {
  right: -46px;
  opacity: 0;
}
.pf-slider-wrapper:hover .pf-prev-nav.nav-style-2 {
  left: 20px;
  opacity: 1;
}
.pf-slider-wrapper:hover .pf-next-nav.nav-style-2 {
  right: 20px;
  opacity: 1;
}

/* Arrow style 3 */
.pf-slider-nav.nav-style-3 {
  color: #fff;
  padding: 20px;
  text-shadow: 0 0 1px #000;
  transition: all .3s;
}
.pf-prev-nav.nav-style-3:hover,
.pf-next-nav.nav-style-3:hover {
  text-decoration: none;
}
.pf-prev-nav.nav-style-3:before {
  content: "\f104";
  font-size: 24px;
}
.pf-next-nav.nav-style-3:before {
  content: "\f105";
  font-size: 24px;
}
.pf-prev-nav.nav-style-3 {
  left: 40px;
  opacity: 0;
}
.pf-next-nav.nav-style-3 {
  right: 40px;
  opacity: 0;
}
.pf-slider-wrapper:hover .pf-prev-nav.nav-style-3 {
  left: 0;
  opacity: 1;
}
.pf-slider-wrapper:hover .pf-next-nav.nav-style-3 {
  right: 0;
  opacity: 1;
}

/* Arrow style 4 */
.pf-slider-nav.nav-style-4 {
  width: 46px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 43px;
  background-color: #030303;
  color: #fff;
  transition: all .3s;
  border-radius: 3px;
}
.pf-prev-nav.nav-style-4:hover,
.pf-next-nav.nav-style-4:hover {
  text-decoration: none;
  color: #fff;
  background-color: #171717;
}
.pf-prev-nav.nav-style-4:before {
  content: "\f177";
}
.pf-next-nav.nav-style-4:before {
  content: "\f178";
}
.pf-prev-nav.nav-style-4 {
  left: -46px;
  opacity: 0;
}
.pf-next-nav.nav-style-4 {
  right: -46px;
  opacity: 0;
}
.pf-slider-wrapper:hover .pf-prev-nav.nav-style-4 {
  left: 20px;
  opacity: 1;
}
.pf-slider-wrapper:hover .pf-next-nav.nav-style-4 {
  right: 20px;
  opacity: 1;
}

/* Arrow style 5 */
.pf-slider-nav.nav-style-5 {
  width: 46px;
  height: 43px;
  bottom: 5%;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 43px;
  background-color: #030303;
  color: #fff;
  transition: all .3s;
}
.pf-prev-nav.nav-style-5:hover,
.pf-next-nav.nav-style-5:hover {
  text-decoration: none;
  color: #fff;
  background-color: #171717;
}
.pf-prev-nav.nav-style-5:before {
  content: "\f177";
}
.pf-next-nav.nav-style-5:before {
  content: "\f178";
}
.pf-prev-nav.nav-style-5 {
  right: 67px;
  border-radius: 3px 0 0 3px;
}
.pf-next-nav.nav-style-5 {
  border-radius: 0 3px 3px 0;
}

.pf-slider-nav-disabled {
  pointer-events: none;
}


/* Pagination */
.pf-slider-pagination {
  position: absolute;
  bottom: 5%;
  left: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
  z-index: 1;
}
.pf-slider-pagination:hover {
  cursor: pointer;
}
.pf-slider-pagination li {
  display: inline-block;
  margin: 0 5px !important;
  width: 10px !important;
  height: 10px !important;
  border-radius: 50%;
  background: #bbb;
  opacity: 1;
  transition: all .3s;
  border: 0;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  cursor: pointer;
  padding: 0;
  -webkit-appearance: none;
}
.pf-slider-pagination li:hover {
  background: #212121;
}
.pf-slider-pagination li.active {
  background: #212121;
}

/* Pagination style 1 */
.pf-slider-pagination.pagination-style-1 li {
  width: 20px !important;
  height: 5px !important;
  border-radius: 0px;
}

/* Pagination style 2 */
.pf-slider-pagination.pagination-style-2 li {
  position: relative;
  width: 8px !important;
  height: 8px !important;
  margin: 0 6px !important;
  background: transparent;
}
.pf-slider-pagination.pagination-style-2 li.active,
.pf-slider-pagination.pagination-style-2 li:hover {
  background-color: #212121;
}
.pf-slider-pagination.pagination-style-2 li:after {
  transition: all .3s;
  width: 0;
  height: 0;
}
.pf-slider-pagination.pagination-style-2 li:after {
  position: absolute;
  content: '';
  left: -2px;
  top: -2px;
  width: 12px;
  height: 12px;
  background: transparent;
  border: 1px solid #212121;
  border-radius: 50%;
}

/* Pagination style 3 */
.pf-slider-pagination.pagination-style-3 li {
  position: relative;
  width: 16px !important;
  height: 16px !important;
  margin: 0 5px !important;
  border: 2px solid #ffffff;
  background: transparent;
}
.pf-slider-pagination.pagination-style-3 li.active:after {
  position: absolute;
  content: '';
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  width: 6px;
  border: #fff solid 2px;
  border-radius: 100%;
}
.full-image{
    width:100%;
}
.double-image-l{
    width:200%;
}
.double-image-r{
    width:200%;
    margin-left:-100%;
}
.catalogue-image{
    width:50%;
}
.notiftmp-ctn{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    /**/
    width: 25%;
    height: 25%;
    min-width:    300px;
    max-width:    600px;
    min-height:   300px;
    max-height:   600px;
    margin-top:   350px;
    margin-left:  auto;
    margin-right: auto;
    /**/
    font-size: 16px;
    font-style: normal !important;
}
.notiftmp-ctn2{
    
    z-index: 1045;
    position:relative
}
.notiftmp-ctn3{
    position: relative;
    background-color: rgba(255,255,255,0.9);
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.5);
    border-radius: 6px;
    outline: 0;
}
.notiftmp-header{
    color:rgba(255,0,0,0.5);
    text-align:center;
    font-size: 20px;    
    margin-top:10px;
    margin-bottom:5px;    
}
.notiftmp-body{
    color:rgba(0,0,0,0.9);
    text-align:center;
}

/*popup confirmation*/
.popupconfirm-ctn{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    /**/
    width: 25%;
    height: 25%;
    min-width:    300px;
    max-width:    600px;
    min-height:   300px;
    max-height:   600px;
    margin-top:   350px;
    margin-left:  auto;
    margin-right: auto;
    /**/
    font-size: 16px;
    font-style: normal !important;
}
.popupconfirm-ctn2{
    z-index: 1045;
    position:relative
}
.popupconfirm-ctn3{
    position: relative;
    background-color: rgba(255,255,255,0.9);
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.5);
    border-radius: 6px;
    outline: 0;position: relative;
    background-color: rgba(255,255,255,0.9);
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.5);
    border-radius: 6px;
    outline: 0;
}
.popupconfirm-header{
    color:rgba(255,0,0,0.5);
    text-align:center;
    font-size: 20px;    
    margin-top:10px;
    margin-bottom:5px;
}
.popupconfirm-body{
    color:rgba(0,0,0,0.9);
    text-align:center;
}
/*fin popup confirmation*/
.fade {
  opacity: 0;
  -webkit-transition: opacity .6s linear;
  -o-transition: opacity .6s linear;
  transition: opacity .6s linear;
}

.fade.in {
  opacity: 1;
}
.fade.out {
  opacity: 0;
}
.tablepd {display:table;border-collapse:separate;border-spacing:5px;}
.rowpd {display:table-row;}
.cellpd {display:table-cell;padding:5px;border:1px none black;}
.rowform {display:table-row;border:1px solid black;}
.tableform {display:table;border-collapse:collapse;width:100%;margin-left:auto;margin-right:auto;}
.formcellg {display:table-cell;border-top:solid 1px black;border-bottom:solid 1px black;border-left:solid 1px black;padding:5px;}
.formcelld {display:table-cell;border-top:solid 1px black;border-bottom:solid 1px black;border-right:solid 1px black;padding:5px;min-width:30px;}
.back{backface-visibility: hidden; transform-style: preserve-3d; position: relative; z-index: 0; height: 100%; width: 100%; transform: rotateY(-180deg); transition: all 0.5s ease-out 0s;}
.contenu-texte{text-align:center;width:80px;}
.pdlienavertissement{background-color:red;color:white;font-size: 16px;padding:10px;width:fit-content;border-radius:10px;margin-top:16px;}
.pdlienvalide{background-color:green;color:white;font-size: 16px;padding:10px;width:fit-content;border-radius:10px;margin-top:16px;}
.pdcellheader{text-align:center;font-weight:bold;font-style:underline;}
.pdbloceditionform{padding-left:25px;background-color:rgb(142,142,142,0.5);margin-top:15px;margin-bottom:15px;padding-top:15px;padding-bottom:15px;}
.fermerblocedition{text-align:right;margin-right:15px;}
.listescratch{display:inline-block;margin:5px;padding:5px;border:solid 1px gray}
.elementsurfacegratter{display:inline-block;vertical-align:middle}
.elementsurfacegratterul{max-height:210px;overflow:hidden;max-width:80%;}
.bordurerouge{border:solid 3px #ff0000 !important}
.pdlistepromoul{}
.pdlistepromo{
    display:inline-block;
    width: 126px;
    height: 126px;
    border: 3px solid #ccc;
    text-align: center;
    color: #000;
    background-color:#fff;
    margin: 0 5px 0 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.txtcoupons {
  font-size: 80px;
  color: #333;
  text-align: center;
  font-weight: bold;
  line-height: 70px;
}
.txtremise {
  font-size: 15px;
  display: block;
  font-weight: bold;
  margin:15px;
}
.cke_contents{border:solid 1px #696969;background-color:red;}
.indication {
  margin-top:20px;
  margin-left:5px;
  margin-right:5px;
  font-size: 16px;
  color:white;
}
