.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;
	
}



/*contenu global apres ouverture */
.morph-button-modal .morph-content {
	position:fixed;
  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;
 -moz-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:hidden;
	/*border:3px solid limegreen;
	border-radius:12px;
   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-button-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;
  -moz-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-button-modal.open .morph-content .apparition{
 animation: opacity 0.8s 1;
}

.morph-button-modal.open .morph-content .apparition button{
	background-size:cover;
	width:100%;
	min-height:106px;
}


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

.morph-button-modal-3 .morph-content {
  background-color: #FFFFFF;
  color: #666;
  /*border:2px solid limegreen;
  padding: 25px;*/
  box-sizing: border-box;
}
/*.morph-button-modal-3.open .morph-content {
  background-color: #FFFFFF;
  margin: -310px 0 0 -300px;
  width: 600px;
  height: 620px;
}
*/
.morph-button-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-button .morph-content,
.morph-button.open .morph-content,
.morph-button-modal-4 .morph-clone {
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -moz-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-button-overlay.scroll .morph-content {
  overflow-y: scroll;
}

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

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

.no-js .morph-button,
.no-js .morph-button .morph-content,
.no-js .morph-button .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-button .morph-content .icon-close {
  display: none;
}

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



/* Media Queries 
@media screen and (max-width: 600px) {
  .morph-button-modal.open .morph-content {
    top: 0% !important;
    left: 0% !important;
    margin:0 auto;
    width: 100%;
    height: 100%;
    overflow-y: hidden;
   -webkit-transition: width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s, background-color .5s ease;
    transition: width 0.4s 0.1s, height 0.4s 0.1s, top 0.4s 0.1s, left 0.4s 0.1s, background-color .5s ease;
  }

}
@media screen and (max-width: 400px) {
  .morph-button-fixed, .morph-button-fixed .morph-content {
    width: 80px;
    height: 80px;
  }
  .morph-button-fixed > button {
    font-size: 75%;
  }

}

*/
/* CLOSE ICON */
.icon-close {
   /* 
  display: inline-block;*/
  position: relative;
  float: right;
  right:0;
  top:0;
  width: 100%;
  height: 40px;
  overflow: hidden;
  /*border:2px solid White;
  box-shadow:LimeGreen 0 0 8px;
  border-radius:180px;
  */
  background:White;
  z-index:200;
}

.icon-close:hover {
	cursor:pointer;
}


.icon-close:hover::before, .icon-close:hover::after {
  -webkit-transition: 1s ease ease;
  transition: 1s ease ease;
}
.icon-close::before, .icon-close::after {
  /*content: '';
  position: relative;
  height: 1px;
  width: 100%;
  top: 50%;
   float:right;
  margin-top: -1px;
  background: Black;
  */
}
.icon-close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.icon-close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
