.morph-content .content-style-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-content: flex-end;
      -ms-flex-line-pack: end;
          align-content: flex-end;
	
}

/*.content-style-form {
position:relative;width:100%;margin:0 auto;max-width:1040px;min-width:740px; background:LimeGreen;
}

.morph-content h2 {
  margin: 30px;
  text-align: center;
  font-size: 30px;
}
.morph-content p {
  font-size: 14px;
  margin: 0;
  text-align: center;
}
.morph-content p.upline {
  margin-bottom: 15px;
}
.morph-content p.subline {
  margin-top: 10px;
}
*/

/* Morph Button: Default Styles */
.morph-buttonNoAnim {
  position: relative;
  display: block;
  margin: 0 auto;
}
.morph-buttonNoAnim > button {
  position: relative;
 /* padding: 0 1em;*/
  border: none;
  background-color:transparent;
  /*color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 25px;
  font-weight: 700;
  lin*/overflow: hidden;
  outline-style: none;
   border:3px solid limegreen;
   border-radius:12px;
   box-shadow:#333 0px 0px 8px; 
}
.morph-buttonNoAnim.open > button {
  pointer-events: none;
}

.morph-content {
  pointer-events: none;
}

.morph-buttonNoAnim.open .morph-content {
  pointer-events: auto;
}

/* Common styles for overlay and modal type (fixed morph) */
.morph-buttonNoAnim-fixed, .morph-buttonNoAnim-fixed .morph-content {
  width: 180px;
  height: 180px;

}
.morph-buttonNoAnim-fixed > button {
  z-index: 1000;
  width: 96%;
  height: 96%;
  -webkit-transition: opacity 0.1s 0.5s;
  transition: opacity 0.1s 0.5s;
}
.morph-buttonNoAnim-fixed.open > button {
  opacity: 0;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
}
.morph-buttonNoAnim-fixed .morph-content {
  position: fixed;
  z-index: 900;
  opacity: 0;
  /*
 -webkit-transition: opacity 0.3s 0.5s, width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s, margin 0.4s 0.1s;
  transition: opacity 0.3s 0.5s, width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s, margin 0.4s 0.1s;
*/
-moz-transition: opacity 0s 0s, width 0s 0s, height 0s 0s, top 0s 0s, left 0s 0s, margin 0s 0s;
-ms-transition: opacity 0s 0s, width 0s 0s, height 0s 0s, top 0s 0s, left 0s 0s, margin 0s 0s;
-webkit-transition: opacity 0s 0s, width 0s 0s, height 0s 0s, top 0s 0s, left 0s 0s, margin 0s 0s;
  transition: opacity 0s 0s, width 0s 0s, height 0s 0s, top 0s 0s, left 0s 0s, margin 0s 0s;

}

.morph-buttonNoAnim-fixed.open .morph-content {
  opacity: 0;
}

/* fermeture div bouton et cie */
.morph-buttonNoAnim-fixed .morph-content > div {
  visibility: hidden;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.1s, visibility 0s 0.1s, height 0s 0.1s;
  transition: opacity 0.1s, visibility 0s 0.1s, height 0s 0.1s;
}

/* ouverture div bouton et cie */
.morph-buttonNoAnim-fixed.open .morph-content > div {
  visibility:hidden;
  height: auto;
  opacity: 0;
 -webkit-transition: opacity 0.3s 0.5s;
  transition: opacity 0.3s 0.5s;
}

.morph-buttonNoAnim-fixed.active > button {
  z-index: 2000;
}
.morph-buttonNoAnim-fixed.active .morph-content {
  z-index: 1900;
}

/* Morph Button Style: Modal */
.morph-buttonNoAnim-modal::before {
  position: relative; /* avant fixe */
  top:0;
  left: 0;
  z-index: 800;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 255,1);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
  pointer-events: none;
  
}

.morph-buttonNoAnim-modal.open::before {
  opacity: 1;
  pointer-events: auto;
}

.morph-buttonNoAnim-modal.active::before {
  z-index: 1800;
}

.morph-buttonNoAnim-modal .morph-content {
  overflow: hidden; 
  -webkit-transition: opacity 0.3s 0.5s, width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s, margin 0.4s 0.1s, background-color .5s ease;
  transition: opacity 0.3s 0.5s, width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s, margin 0.4s 0.1s, background-color .5s ease;

}

/*contenu global apres ouverture */
.morph-buttonNoAnim-modal.open .morph-content {
  top: 0 !important;
  left:0 !important;
 /* margin: -210px 0 0 -300px;*/
  width: 100%;
  height: 100%;
   padding-left:1%;
  padding-right:1%;
  padding-top:0;
 -webkit-transition: width 0.8s 0.1s, height 0.8s 0.1s, top 0.8s 0.1s, left 0.8s 0.1s, margin 0.8s 0.1s,  background-color .5s ease;
  transition: width 0.8s 0.1s, height 0.8s 0.1s, top 0.8s 0.1s, left 0.8s 0.1s, margin 0.8s 0.1s, background-color .5s ease;
  /*
   -webkit-transition: width 0.8s 0.1s, height 0s 0s, top 0s 0s, left 0s 0s, margin 0s 0s,  background-color .5s ease;
  transition: width 0s 0s, height 0s 0s, top 0s 0s, left 0s 0s, margin 0s 0s, background-color .5s ease;
   */  
	overflow:scroll;
	border:1px solid limegreen;
   /*border-color 0.8s 1s, border-radius 0.8s 1s, box-shadow 0.8s 1s,
   border-radius:0px;
   box-shadow:#333 0px 0px 0px;*/}

/*contenu global apres ouverture */
.morph-buttonNoAnim-modal .morph-content .lala{ 
	
  -webkit-transition: width 0.8s 0.1s, height 0.8s 0.1s, top 0.8s 0.1s, left 0.8s 0.1s, margin 0.8s 0.1s, background-color .5s ease;
  transition: width 0.8s 0.1s, height 0.8s 0.1s, top 0.8s 0.1s, left 0.8s 0.1s, margin 0.8s 0.1s, background-color .5s ease;
}


.morph-buttonNoAnim-modal.open .morph-content .apparition{
 animation: opacity 0.8s 1;
}

.morph-buttonNoAnim-modal.open .morph-content .apparition button{
	background-size:cover;
	width:100%;
	min-height:106px;
}
@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
    80% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
  }
@keyframes opacity {
  0% {
    opacity: 0;
  }
    80% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
  }
  /*
.morph-buttonNoAnim-modal.open .morph-content .parigoLogo{
 animation: disparition 1s 1;
} 
  @keyframes disparition {
  0% {
    opacity: 100%;
  }
  100% {
    opacity: 0;
  }
  }
  */
/* Colors and sizes for individual modals */
.morph-buttonNoAnim.morph-buttonNoAnim-modal-3 {
  display: inline-block;
  /*margin: 10px 15px;*/
}

.morph-buttonNoAnim-modal-3 .morph-content {
  background-color: #FFFFFF;
  color: #000000;
  /*border:2px solid limegreen;
  padding: 25px;*/
  box-sizing: border-box;
}
/*.morph-buttonNoAnim-modal-3.open .morph-content {
  background-color: #FFFFFF;
  margin: -310px 0 0 -300px;
  width: 600px;
  height: 620px;
}
*/
.morph-buttonNoAnim-modal-3.open .morph-content > div {
  -webkit-transition: opacity 0.3s 0.3s;
  transition: opacity 0.3s 0.3s;
}


.morph-content > div {
	max-width:1040px;
	margin:0 auto;
}

/* Let's add some nice easing for all cases */
.morph-buttonNoAnim .morph-content,
.morph-buttonNoAnim.open .morph-content,
.morph-buttonNoAnim-modal-4 .morph-clone {
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

/* Helper classes */
.noscroll {
  overflow: hidden;
}

.morph-buttonNoAnim-overlay.scroll .morph-content {
  overflow-y: hidden;
}

/* No JS fallback: let's hide the button and show the content */
.no-js .morph-buttonNoAnim > button {
  display: none;
}

.no-js .morph-buttonNoAnim {
  margin: 10px 0;
  float: none;
}

.no-js .morph-buttonNoAnim,
.no-js .morph-buttonNoAnim .morph-content,
.no-js .morph-buttonNoAnim .morph-content > div {
  position: relative;
  width: auto;
  height: auto;
  opacity: 1;
  visibility: visible;
  top: auto;
  left: auto;
  -webkit-transform: none;
  transform: none;
  pointer-events: auto;
}

.no-js .morph-buttonNoAnim .morph-content .icon-close {
  display: none;
}

.no-transition {
  -webkit-transition: none !important;
  transition: none !important;
}
