/******* Animation et contact  **************/
.cl-effect-4 a {
	padding: 0;
	position:relative;
	text-decoration:none;
}

.cl-effect-4 a::after, .cl-effect-4 .current.active a::after  {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #d0021b;
	content: '';
	opacity: 0;
	-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: height 0.3s, opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

.cl-effect-4 a:hover::after,
.cl-effect-4 a:focus::after, .cl-effect-4 .current.active a::after {
	height: 3px;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}
/* Underline From Left */
.hvr-underline-from-left a{
	position:relative;
}



.hvr-underline-from-left a{
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-left a:after  {
  content: "";
  position: absolute;
  z-index: -1;
  left: 15px;
  right: 100%;
  bottom: 0;
  background: #d0021b;
  height: 5px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-left a:hover:after, .hvr-underline-from-left a:focus:after, .hvr-underline-from-left a:active:after, .blockmenu .nav li.active.current a:after {
  right: 0;
}

/********/
.hvr-bubble-float-left, .lienhome, .lienpage, .jsn-form-submit, .lienhome:hover {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  font-size: 16px;
  text-transform: uppercase;
  color: #666f84;
  padding-right: 70px;
}

.hvr-bubble-float-left:hover, .hvr-bubble-float-left:focus, .hvr-bubble-float-left:active, .lienhome:hover, .lienhome:focus, .lienhome:active, .lienpage:hover, .lienpage:focus, .lienpage:active, .jsn-form-submit:hover, .jsn-form-submit:focus, .jsn-form-submit:active, .lienhome:after {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
  color: #d0021b;
}

 
.zoom{ 
	display:block; 
	cursor:pointer;
	position:relative;
	overflow:hidden;
}
.zoom img {
	opacity: 0.95;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);

}
.zoom:hover img { 
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
	opacity: 1;
} 
.zoom.zoom-1:hover img { 
	-webkit-transform: scale3d(1.015,1.015,1);
	transform: scale3d(1.015,1.015,1);
} 
.zoom .bg_overlay::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 137%;
	height: 100%;
	background: rgba(238, 190, 111, 0.1);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}
 
.zoom:hover .bg_overlay::before  {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
	transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}
.hvr-underline-from-left a.btn-navbar::after, .blockmenu .nav li.active.current a.btn-navbar::after { 
    left: 0;
}

/************** jsn ********************/


.jsn-master .jsn-bootstrap form {
    margin: 0 20px 30px;
}
.jsn-uniform form .jsn-row-container label {
    display: inline-block !important;
    margin-bottom: 5px !important;
    float: left !important;
    width: 25% !important;
    color:#5b5b5b !important;
    font-weight:normal !important;
    padding: 11px 10px 0 0;
    text-align: right;
}
.jsn-uniform form .jsn-row-container .controls {
    display: inline-block;
    max-width: 100%;
    float: left;
    width: 75%;
    position: relative;
}
.jsn-uniform form .jsn-row-container .controls input, .jsn-uniform form .jsn-row-container .controls textarea {
background: rgba(176, 177, 181, 0.1)!important;
    width: 96%;
    border: 0;
    border: none;
    height: 40px !important;
    margin: 0 !important;
    padding: 0 2%;
    border-radius: 5px;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.35);
}
.dropdown-required  .jsn-input-medium-fluid{
	width:100% !important;
	font-size:11px !important;
}
.select2-container .select2-choice{
	background: rgba(176, 177, 181, 0.1)!important; 
    border: 0;
    border: none;
    height: 40px !important;
    margin: 0 !important;
    padding: 7px 10px 2px;
    border-radius: 5px;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.35);
 
}
.select3-drop ul li{
	font-size:15px !important;
}

.jsn-master .jsn-bootstrap input[type="file"]{width: 100% !important;}
.jsn-uniform.jsn-master .jsn-row-container .control-group .controls textarea {
    height: 150px !important;padding-top:10px
}
#jsn_form_1.jsn-master .jsn-bootstrap .jsn-form-content .control-group.ui-state-highlight {
    background-color:none !important;
    border-color:none !important;
}

.jsn-uniform form .jsn-row-container .controls input[type="file"]{
	padding: 9px 2% 4px !important;
}
.jsn-uniform.jsn-master .jsn-bootstrap .jsn-form-content .control-group.g-recaptcha{
	margin:0 auto !important;
	text-align:center;
	float: none;
}
.jsn-uniform.jsn-master .jsn-bootstrap .jsn-form-content .control-group.g-recaptcha >div{
	margin:0 auto !important;
}


#recaptcha_area, #recaptcha_table { 
    float: right;
}
.jsn-uniform .btn-toolbar .btn  {
    float: right;
}
.jsn-text-center{
	display:none;
}
.jsn-master .jsn-bootstrap .form-actions, .jsn-master.ui-dialog-contentpane .jsn-bootstrap .form-actions {
    margin:  0;
    padding: 0 15px 0;
    background: none;
    border: none;
}
.jsn-form-submit{
    font-size: 19px !important;
    padding: 8px 30px 5px !important;
    margin-top: 20px;
    color: #203a76 !important;
    border: 2px solid rgba(32, 58, 118, 0)!important;
    position: relative;
    display: block !important;
    cursor: pointer !important;
    height: 43px;
    background-color: #dfdfdf8c !important;
    text-transform: uppercase;
    z-index: 1;
    float: right !important;
    border-radius: 4px;
    box-shadow: -1px 0px 2px 1px rgba(0, 0, 0, 0.09);
}
#jsn_form_1.jsn-master .jsn-bootstrap .jsn-form-content .control-group .label-important, #jsn_form_1.jsn-master .jsn-bootstrap .jsn-form-content .control-group .label-important .badge-important {
    background-color: #203a76 !important;
}
#jsn_form_1.jsn-master .jsn-bootstrap .jsn-form-content .control-group.ui-state-highlight {
    background-color: none !important; 
} 
.jsn-form-submit:hover{
	text-decoration:none; color:#fff
}
.jsn-form-submit:before{
	content:'';
	left:0;
	top:0;
	width: 0;
	height: 100%;
	
	position: absolute;z-index:-1
}
.jsn-master .jsn-narrow .jsn-row-container label { 
    float: left !important;
}
.jsn-form-submit:focus, .jsn-form-submit:hover{
    color: #000!important;
    outline: none !important;
}
.jsn-form-submit:hover:before{
  width:100%
}
#jsn_form_1.jsn-master .jsn-bootstrap .jsn-form-content .control-group.ui-state-highlight {
    background-color: rgba(251, 238, 213, 0) !important
    border-color: rgba(251, 238, 213, 0) !important
}