.contacter {
	position: fixed;
	left: -253px;
	top: 32% /*146px*/;
	width: 250px;
	background: #000;
	z-index: 10001;
	padding: 0;
    padding-bottom: 8px;
    border: 1px solid #FFF;
    border-left: none;
}


#contact {
    width: 90%;
    margin: 0 auto;
    background: transparent !important;
}


.contacter-btn {
    
    cursor: pointer;
    position: absolute;
    right: -41px;
    top: -0.6px;
    z-index: 20000;
    background: url(../images/bubble.svg) no-repeat;
    background-size: 26px;
    background-position: center 10px;
    background-color: #000000;
    color: #ffffff;
    border: 1px solid #fff;
    border-left: none;
    width: 40px;
    height: 192px;

}





.contacter-btn.anim-on {
    -webkit-animation: shockwaveJump 1s ease-out infinite;
    animation: shockwaveJump 1s ease-out infinite;
}


.vertical-text {
	/* Safari */

	-webkit-transform: rotate(-90deg);
	/* Firefox */

	-moz-transform: rotate(-90deg);
	/* IE */

	-ms-transform: rotate(-90deg);
	/* Opera */

	-o-transform: rotate(-90deg);
	/* Internet Explorer */

	filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
	height: 20px;
	position: absolute;
	left: -83px;
	width: 200px;
	top: 127px;
	font-size: 24px;
}


.contacter-btn-text {
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    position: absolute;
    top: 51%;
    left: -80px;
    line-height: 1em;
}

a.contacter-btn:hover {
    /*color: #010101 !important;*/
}


#contact .wpcf7-form-control-wrap .your-message { height: 50px; }

#contact .wpcf7-form textarea { height: 80px; }

#contact ::-webkit-input-placeholder { /* WebKit browsers */
	font-size: 15px;
}

#contact :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	font-size: 15px;
}

#contact ::-moz-placeholder { /* Mozilla Firefox 19+ */
	font-size: 15px;
}

#contact :-ms-input-placeholder { /* Internet Explorer 10+ */
	font-size: 15px;
}



.contacter-btn.contacter-btn--meeting {
    top: 115px;
    background-position: center 10px;
    background-color: #7daa39;
    background-image: url(../images/meeting.svg) !important;
    background-size: 42px;
}


.contacter-btn.contacter-btn--meeting .contacter-btn-text {
    top: 74%;
    left: 25%;
}



.form-container .cf-col-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}


.form-container .img-col {
    display: none;
}

.form-container .cf-col-6.phone-col {
    margin-bottom: 10px;
}

.form-container .margin-bottom-30 {
    margin-bottom: 0;
}


.form-container .cf-container {
    margin-top: 15px;
}


.form-container .cf-container .submit-button {
    margin-bottom: 10px;
}


.form-container .cf-container .wpcf7-response-output {
    color: #fff;
}

/* Custom WOKI */




/*------------------------------
          Responsive
------------------------------*/


@media (max-width: 767px) {
    
    .contacter {
        display: none !important;
    }
	
	input,
	textarea {
  		font-size: 16px;
  		max-height: 100%;
  		-webkit-text-size-adjust: none;
	    touch-action: manipulation;
	}


    
        
}/* 767 */





/* Anim */

@-webkit-keyframes shockwaveJump {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
            box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), inset 0 0 1px rgba(0, 0, 0, 0.15);
  }
  40% {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  50% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
  55% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  60% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
            box-shadow: 0 0 50px rgba(0, 0, 0, 0), inset 0 0 30px rgba(0, 0, 0, 0);
  }
}


@keyframes shockwaveJump {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
            box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), inset 0 0 1px rgba(0, 0, 0, 0.15);
  }
  40% {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  50% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
  55% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  60% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
            box-shadow: 0 0 50px rgba(0, 0, 0, 0), inset 0 0 30px rgba(0, 0, 0, 0);
  }
}



@media (min-width: 768px) {

	nav.lp-mobile-sticky-buttons {
		display: none;
	}
}


nav.lp-mobile-sticky-buttons {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #0D3D61;
  z-index: 99999;
}


.mobile-sticky-buttons__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  max-width: 768px;
  margin: 0 auto;
  padding: 0 20px;
}


.lp-mobile-sticky-buttons .btn-meeting,
.lp-mobile-sticky-buttons .btn-email {
    display: block;
    width: 40%;
    padding: 10px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    border: none;
    border-radius: 5px;
    background-color: #8ABB3F;
    font-size: 4vw;
    font-weight: bold;
}


.lp-mobile-sticky-buttons .btn-email {
    background: #6DBDD9;
}


.lp-mobile-sticky-buttons i {
    margin-right: 6px;
}

.lp-mobile-sticky-buttons #contact2 {
    padding: 0 20px;
	
    display: none;
}

.lp-mobile-sticky-buttons #contact2 .form-cross-form {
    max-width: 100%;
}

.lp-mobile-sticky-buttons #contact2 .form-cross-form .wpcf7-form-control {
    width: 100%;
}


