.control-group {
    margin-bottom: 4px;
}

.formcontactsimple.controls_table{
	padding-top:40px;
	display:block;
}
.formcontactsimple .control-group {
    width: 49%;
	padding:0 !important;
	    display: inline-block;
}

.formcontactsimple .control-group.message{
	width:100% !important;
	clear:both;
}
.formcontactsimple label{
	width: 100%; 
    color: #646363;
    font-size: 17px ;
    padding: 10px 0;
    font-weight: normal ;
	display:none;
}

.formcontactsimple div.controls{
	width: 100%;
	display:  block;
	float: left;
}
.formcontactsimple input[type='text'], .formcontactsimple input[type='email'], .formcontactsimple .control-group select  {
	background: #f6e4c0  !important;
	color: #000;
	border: 0; 
	width: 90%;
  padding: 14px 22px;
height: 50px;
}
.formcontactsimple .control-group .controls textarea,  .formcontactsimple   .control-group.uploadfile{
	width:96%;
    background: #f6e4c0 ;
	color: #000;
	border: 0; 
}

 
body.itemid-122 .formcontactsimple .control-group:nth-child(3) {
    width: 100%;
}
body.itemid-122 .formcontactsimple .control-group:nth-child(3) input {
    width: 94%;
} 
body.itemid-122 .formcontactsimple .control-group:nth-child(4) {
    width: 98%;
}
/*
input::-webkit-input-placeholder {  
  color: #000;
}
input::-moz-placeholder {  
  color: #000;
}
input:-ms-input-placeholder {  
  color: #000;
}
input:-moz-placeholder {  
  color: #000;
}
*/
.formcontactsimple > .control-group:nth-child(5){
	width:98%;
}
.itemid-122 .formcontactsimple > .control-group:nth-child(5){
	/* width: 49%; !important;*/
	 width: 98%; !important;
}

 .formcontactsimple span{
	font-size: 14px;
    line-height: 14px;
    text-align: left;
    display: block;
 }
.formcontactsimple input[type="file"] {
    height: 40px;
    width: 94%;
    background: #f6e4c0;
    padding: 8px 15px;
    margin-bottom: 20px;
    margin-top: -25px;
}
.captcha span{
    padding:  20px;
    display: inline-block;
    margin-bottom: 20px;
    color: #337ab7;
}
.captcha span.textcaptcha{
    padding: 0 20px;
}
.submitform {
	margin:20px 0;
}
 
.formcontactsimple .captcha input {
    max-width: 215px;
    clear: both;
    display: block;
}

.blockrejoindre  label {
    width: 100%!important;
    color: #e9e9e9!important;
}
.blockrejoindre .formcontactsimple .control-group{
	 width: 100%!important;
}
.blockrejoindre .formcontactsimple .control-group textarea{
	 width: 91%!important;
}
.blockrejoindre .captcha span.textcaptcha {
    padding: 0 20px;
    color: #fff;
}

 
input.send, .formcontactsimple input[type="submit"]{
	background:url(../images/details.jpg) repeat top center;
	font-family: 'CenturyGothic-Bold';
	text-decoration:none;
	padding: 10px 50px 10px 60px;
	font-size:12px;
	display:inline-block;
	color:#fff;
	text-transform:uppercase;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	border:0;
	position:relative;
	margin-bottom:20px;
}
input.send:after, .formcontactsimple input[type="submit"]:after{
	content:'';
	position:absolute;
	background: url(../images/fleche.png) no-repeat center left;
	left: 33px;
	top:15px;
	width: 15px;
	height: 8px;
}
.reset{
	display:none !important;
}
.blockcoordonnee{
	background: #f6a300;
	padding: 30px 28px 20px;
	display: block;
	color: #fff;
	margin-top: 0;
	min-height: 400px;
}
.blockcoordonnee h2{
	font-family: 'CenturyGothic-Bold';
	font-weight:normal;
	text-transform: uppercase; 
	font-size: 28px;
	margin: 0;
	color: #fff;
	text-align: left;
	padding: 24px 0 15px;
	display: block;
}
.blockcoordonnee a{
	color:#fff;
	text-decoration:underline;
}
 .blockcoordonnee a:hover{
	color:#fff;
	text-decoration:none;
}
/********************************* Animation *************/
 

/**************/
*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.custom a:hover,
.custom a:focus {
	outline: none;
	text-decoration:none;
}
/* Effect 16: fall down */

/* Effect 1: Brackets */
.cl-effect-1 a::before,
.cl-effect-1 a::after {
	display: inline-block;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
	color:#65aa00;
}

.cl-effect-1 a::before {
	margin-right: 5px;
	content: '[';
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px);
}

.cl-effect-1 a::after {
	margin-left: 5px;
	content: ']';
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);
}

.cl-effect-1 a:hover::before,
.cl-effect-1 a:hover::after,
.cl-effect-1 a:focus::before,
.cl-effect-1 a:focus::after,
.cl-effect-1 li.active > a::before,
.cl-effect-1 li.active >  a::after {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
}
 
 /*************/
 
 /* Underline From Center */
.hvr-underline-from-center li > a{
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-center li > a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #1171b4;
  height: 5px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center li > a:hover:before, .hvr-underline-from-center li > a:focus:before, .hvr-underline-from-center li > a:active:before, .hvr-underline-from-center li.active > a:before {
  /*left: 0;
  right: 0;*/
}
.header-menu ul.nav > li > a:hover, .header-menu ul.nav > li > a.active, .hvr-underline-from-center ul.nav > li.active > a, 
.container-header .mod-menu>li>span:hover, .container-header .mod-menu>li>span.active, 
.header-menu ul li.nav-item.divider.deeper.parent:hover, 
.header-menu ul#mod-menu1.mod-menu.mod-list.nav > li.nav-item.divider.deeper.parent.active button,
.header-menu ul#mod-menu1.mod-menu.mod-list.nav > li.nav-item.divider.deeper.parent button:hover{
    color: #fff !important;
    background: #ff6600 !important;
    border-radius: 10px;
}
.hvr-underline-from-center ul.nav-child > li > a:before {
	 background: #042a4c;
}
.header-menu ul.nav-child > li > a:hover, .header-menu ul.nav-child > li > a.active, .hvr-underline-from-center ul.nav-child > li.active > a{
    color: #042a4c;
}
/* Underline Reveal */
.hvr-underline-reveal  li > a{
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.hvr-underline-reveal li > a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1171b4;
  height: 3px;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-underline-reveal li > a:hover:before, .hvr-underline-reveal li > a:focus:before, .hvr-underline-reveal li > a:active:before, .hvr-underline-reveal li.active > a:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/************************************/
@media(max-width:1023px){
 	.blockcoordonnee h2 { 
    	font-size: 22px !important;
	}
    .blockcoordonnee { 
        display: block;
        width: 98%;
        clear: both;
        min-height: auto;
    }
	.jsn-row-container .control-label {
    	width: 100% !important;
	}
	.jsn-row-container div.controls {
    	width: 100% !important;
	}
	.jsn-master .jsn-bootstrap .form-actions, .jsn-master.ui-dialog-contentpane .jsn-bootstrap .form-actions, #recaptcha_area {
		margin-left: 0 !important;
	}
	.jsn-master .jsn-bootstrap .jsn-form-content .control-group {
		padding: 0 !important;
	}
}


/***************************************/ 

/*animation element sliding left*/

.animation-element.slide-left {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(-100px, 0px, 0px);
  -webkit-transform: translate3d(-100px, 0px, 0px);
  -o-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate3d(-100px, 0px, 0px);
}

.animation-element.slide-left.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
/*animation slide left styled for testimonials*/

.animation-element.slide-center {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d( 0px,100px, 0px);
  -webkit-transform: translate3d(0px, 100px, 0px);
  -o-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate3d( 0px,100px, 0px);
}

.animation-element.slide-center.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
/*********/
.animation-element.slide-right {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(100px  0px, 0px);
  -webkit-transform: translate3d(100px, 0px, 0px);
  -o-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate3d(100px, 0px, 0px);
}

.animation-element.slide-right.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
 
/*media queries for small devices*/
@media screen and (max-width: 678px){
  /*testimonials*/
  .animation-element.slide-left,
  .animation-element.slide-left:nth-of-type(odd),
  .animation-element.slide-left:nth-of-type(even){
    width: 100%;
    margin: 0px 0px 20px 0px;
  }
  .animation-element.slide-left .right,
  .animation-element.slide-left .left,
  .animation-element.slide-left .content,
  .animation-element.slide-left .rating{
    text-align: center;
    float: none;
  }
  .animation-element.slide-left img{
 
  }
  
}
.main-container.boxcenter.services {
    display: flex;
}
 