
* { margin: 0; padding: 0; }

.fontSelect {
  background: none repeat scroll 0 0 #ffffff;
  border: 1px solid #cecece;
  cursor: pointer;
  display: block;
  float: left;
  height: auto;

  margin: 10px 0;
  padding: 3px;
  text-align: justify;
  width: 100%;
  z-index: 5;
  /*position:relative*/
}

.sizeSelector, .fontSelector, .colorSelector, .alignSelector, .concavMeSelector, .convexMeSelector, .applatMeSelector, .strokeSelector {
	font-size: 14px !important;
	margin: 0 10px;
	display: inline-block;
	line-height: 40px;
}

.sizeSelector::after, .fontSelector::after, .colorSelector::after, .strokeSelector::after {
	content: "\f078";
	display: inline-block;
	float: right;
	font-family: "FontAwesome";
	font-size: 10px;
	padding: 0;
	font-weight: lighter;
	line-height: 40px;
	margin-left: 3px;
}

.alignSelector {
	/* line-height: 30px; */
	float: right;
}

.alignSelector i{
  font-size: 20px!important;
  margin-right:5px
}

.fontSelect span {
	overflow: hidden;
	margin-left: 5px;
}

.fontSelect .arrow-down {
	position: absolute;
	right: 10px;
	top: 14px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;

	border-top: 6px solid #AAA;
}

.fontSelectUl, .fontSizeSelectUl, .fontColorSelectUl, .strokeColorSelectUl {
	list-style: outside none none;
	width: auto;
	position: absolute;
	left: auto;
	top: auto;
	padding: 10px;
	z-index: 5;
	background: #F5F5F5;
	border: 1px solid #dedede;
	box-shadow: 0px 0px 7px #ccc;
}

.fontSelectUl li, .fontSizeSelectUl li, .fontColorSelectUl li, .strokeColorSelectUl li {
  cursor: pointer;
  font-size: 14px;
  height: auto;
  line-height: 1.2em;
  overflow: hidden;
  padding: 0 10px;
}

.fontSelectUl li:last-child , .fontSizeSelectUl li:last-child , .fontColorSelectUl li:last-child, .strokeColorSelectUl li:last-child{
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;

	border-bottom: 1px solid #EEEEEE;
}

.fontSelectUl li:hover , .fontSizeSelectUl li:hover, .fontColorSelectUl li:hover, strokeColorSelectUl li:hover {
	background: #DDD;
}

.applatMeSelector{
	border: 1px solid transparent;
	height: 18px;
	margin-top: 8px;
	padding: 0;
	text-indent: -5000px;
	vertical-align: top;
	width: 18px;
	background: #666;
	margin-right:3px
}

.concavMeSelector {
  border: 1px solid transparent;
  height: 20px;
  margin-top: 8px;
  padding: 0;
  text-indent: -5000px;
  vertical-align: top;
  width: 20px;
  background: url('../img/concav.png') no-repeat 100% 100%;
  margin-right:3px
  }
 
 .convexMeSelector {
  border: 1px solid transparent;
   height: 20px;
   margin-top: 8px;
   padding: 0;
   text-indent: -5000px;
   vertical-align: top;
   width: 20px;
   background: url('../img/convex.png') no-repeat 100% 100%;
   margin-right:3px
   }
 
 .concavMeSelector, .convexMeSelector, .applatMeSelector{
 	padding:3px
 }
 .concavMeSelector.active, .convexMeSelector.active, .applatMeSelector.active{
 	border-color:#333
 }

.colorSelector {
  border: 1px solid #ccc;
  height: 25px;
  margin-top: 8px;
  padding: 0;
  text-indent: -5000px;
  vertical-align: top;
  width: 25px;
  background: rgb(20,95,201); /* Old browsers */
  background: -moz-linear-gradient(45deg,  rgba(20,95,201,1) 0%, rgba(82,188,67,1) 29%, rgba(234,222,49,1) 63%, rgba(239,0,23,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(20,95,201,1)), color-stop(29%,rgba(82,188,67,1)), color-stop(63%,rgba(234,222,49,1)), color-stop(100%,rgba(239,0,23,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(45deg,  rgba(20,95,201,1) 0%,rgba(82,188,67,1) 29%,rgba(234,222,49,1) 63%,rgba(239,0,23,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(45deg,  rgba(20,95,201,1) 0%,rgba(82,188,67,1) 29%,rgba(234,222,49,1) 63%,rgba(239,0,23,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(45deg,  rgba(20,95,201,1) 0%,rgba(82,188,67,1) 29%,rgba(234,222,49,1) 63%,rgba(239,0,23,1) 100%); /* IE10+ */
  background: linear-gradient(45deg,  rgba(20,95,201,1) 0%,rgba(82,188,67,1) 29%,rgba(234,222,49,1) 63%,rgba(239,0,23,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#145fc9', endColorstr='#ef0017',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  
}

.strokeSelector {
  border: 1px solid #ccc;
  height: 25px;
  margin-top: 8px;
  padding: 0;
  text-indent: -5000px;
  vertical-align: top;
  width: 25px;
  background: transparent  
}


.fontColorSelectUl > li, .strokeColorSelectUl > li {
	text-indent: -5000px;
	display: inline-block;
	border: 1px solid #CCC;
	margin: 2px;
	width: 15px;
	height: 15px;
	float: left;
	padding: 0;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

.texteditor {
  border:1px solid #F5F5F5;
  /*background:url("../img/zone.png") repeat;*/
  clear: both;
  float: left;
  height: auto;
  line-height: 1.1em;
  margin: 0 !important;
  position: relative;
  text-align: center;
  width: 100% !important;
}



.texteditor > input{
	border:none;
	background:transparent;
	width:50%;
	height:100%;
	text-align:center;
	color: inherit;
}

.textzone{
	display:none
}

.textarea {
	display: inline-block !important;
	float: none;
	height: auto;
	padding: 5px;
	width: auto;
	background: #FFF;
	margin: auto !important;
	max-width: 100%;
	/*min-height: 2em;*/
}

.arcText {
  max-width: 120px;
  margin-top: 5px;
}
.arcSelector {
  display: none;
  max-width: 120px;
  text-align: center;
  vertical-align: bottom;
  font-size:18px!important;
  
}

.fontSelect span.submitText, .fontSelect span.submitTextItem , .submitCSText{
	background: #FFF;
	color: #333;
	/* background: #ccc; */
	font-family: arial;
	padding: 5px;
	position: relative;
	top: 0;
	float: right;
	display: inline-block;
	margin: 3px;
	/* clear: both; */
	line-height: 20px;
	border: 1px solid #DEDEDE;
	font-size: 10px;
	text-transform: uppercase;
}

.clear.clearfix.toolSeparate {
	margin: 0;
	/*border-top: 1px solid #ccc;*/
}

.ndkcsfields-block .icon,.ndkcsfields-block [class^="icon-"] {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
}

.ndkcsfields-block .icon-align-left::before {
	content: "";
}

.ndkcsfields-block .icon-align-center::before {
	content: "";
}

.ndkcsfields-block .icon-align-right::before {
	content: "";
}
/**
 *  Tous droits réservés NDKDESIGN
 *
 *  @author Hendrik Masson <postmaster@ndk-design.fr>
 *  @copyright Copyright 2013 - 2014 Hendrik Masson
 *  @license   Tous droits réservés
*/

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;

  -webkit-perspective: 12rem;
  -moz-perspective: 12rem;
  -ms-perspective: 12rem;
  -o-perspective: 12rem;
  perspective: 12rem;

  z-index: 20000;
  position: fixed;
  height: 12rem;
  width: 12rem;
  margin: auto!important;
  top: 25px;
  left: 0!important;
  right: 0!important;
  display:none
}

.ndkcfLoaded .pace{
	display:block
}

.pace.pace-inactive .pace-progress {
  display: none;
}

.pace .pace-progress {
  position: fixed;
  z-index: 20000;
  display: block;
  position: absolute;
  left: -12rem;
  top: 0;
  height: 12rem;
  width: 12rem !important;
  line-height: 12rem;
  font-size: 4rem;
  border-radius: 50%;
  background: #333;
  color: #fff;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 100;
  text-align: center;
  transform: translate3d(100%, 0px, 0px)!important;
  -moz-transform: translate3d(100%, 0px, 0px)!important;
  -o-transform: translate3d(100%, 0px, 0px)!important;
  -webkit-transform: translate3d(100%, 0px, 0px)!important;

  /*-webkit-animation: pace-theme-center-circle-spin linear infinite 2s;
  -moz-animation: pace-theme-center-circle-spin linear infinite 2s;
  -ms-animation: pace-theme-center-circle-spin linear infinite 2s;
  -o-animation: pace-theme-center-circle-spin linear infinite 2s;
  animation: pace-theme-center-circle-spin linear infinite 2s;*/

  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.pace .pace-progress:after {
  content: attr(data-progress-text);
  display: block;
}

@-webkit-keyframes pace-theme-center-circle-spin {
  from { -webkit-transform: rotateY(0deg) }
  to { -webkit-transform: rotateY(360deg) }
}

@-moz-keyframes pace-theme-center-circle-spin {
  from { -moz-transform: rotateY(0deg) }
  to { -moz-transform: rotateY(360deg) }
}

@-ms-keyframes pace-theme-center-circle-spin {
  from { -ms-transform: rotateY(0deg) }
  to { -ms-transform: rotateY(360deg) }
}

@-o-keyframes pace-theme-center-circle-spin {
  from { -o-transform: rotateY(0deg) }
  to { -o-transform: rotateY(360deg) }
}

@keyframes pace-theme-center-circle-spin {
  from { transform: rotateY(0deg) }
  to { transform: rotateY(360deg) }
}



#ndkloader{
	position:fixed;
	top: 0;
	left:0;
	bottom:0;
	right:0;
	width:100%;
	height:100%;
	z-index:99999;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,cecece+100&amp;0+0,1+100 */
	background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,0) 30%, rgba(206,206,206,1) 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,0) 30%,rgba(206,206,206,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center,  rgba(255,255,255,0) 30%,rgba(206,206,206,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#cecece',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
		
}

#saved {
  background: none repeat scroll 0 0 #bfd36e;
  bottom: 0;
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  height: 100%;
  left: 0;
  opacity: 0.8;
  padding: 50% 10%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  vertical-align: middle;
  width: 100%;
  z-index: 99;
}
#saved span{
	margin:50% auto;
	position:relative;
	top: 50%;
}



.sk-folding-cube {
  margin: 20px auto;
  width: 120px;
  height: 120px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); 
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s; 
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  } 
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  }
}



#ndkloader h4 {
	text-align: center;
	width: 100%;
}

#ndkloader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}




.reveal-text,
.reveal-text::after {
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-duration: 2500ms;
            animation-duration: 2500ms;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    -webkit-animation-timing-function: cubic-bezier(0.0, 0.0, 0.2, 1);
            animation-timing-function: cubic-bezier(0.0, 0.0, 0.2, 1);
}

.reveal-text {
    position: relative;
    font-size: 3vw;
    display: block;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-animation-name: reveal-text;
            animation-name: reveal-text;
    color: #333;
    white-space: nowrap;
    cursor: default;
        line-height: initial;
    
}

.reveal-text::after {
    content: "";
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
    pointer-events: none;
    -webkit-animation-name: revealer-text;
            animation-name: revealer-text;
}


@-webkit-keyframes reveal-text {
    from {
        -webkit-clip-path: inset(0 100% 0 0);
                clip-path: inset(0 100% 0 0);
    }
    to {
        -webkit-clip-path: inset(0 0 0 0);
                clip-path: inset(0 0 0 0);
    }
}


@keyframes reveal-text {
    from {
        -webkit-clip-path: inset(0 100% 0 0);
                clip-path: inset(0 100% 0 0);
    }
    to {
        -webkit-clip-path: inset(0 0 0 0);
                clip-path: inset(0 0 0 0);
    }
}


@-webkit-keyframes revealer-text {
    
    0%, 50% {
        -webkit-transform-origin: 0 50%;
                transform-origin: 0 50%;
    }
    
    60%, 100% {
        -webkit-transform-origin: 100% 50%;
                transform-origin: 100% 50%;     
    }

    
    60% {
        -webkit-transform: scaleX(1);
                transform: scaleX(1);
    }
    
    100% {
        -webkit-transform: scaleX(0);
                transform: scaleX(0);
    }
}


@keyframes revealer-text {
    
    0%, 50% {
        -webkit-transform-origin: 0 50%;
                transform-origin: 0 50%;
    }
    
    60%, 100% {
        -webkit-transform-origin: 100% 50%;
                transform-origin: 100% 50%;     
    }

    
    60% {
        -webkit-transform: scaleX(1);
                transform: scaleX(1);
    }
    
    100% {
        -webkit-transform: scaleX(0);
                transform: scaleX(0);
    }
}



