@font-face {
font-family: Helvetica-Condensed;
src: url("Helvetica-Condensed.otf") format("opentype");
}
.soc-ico a {
    transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
}

#header #top-bar {
    background: none repeat scroll 0 0 #fff;
}

.dt-fancy-title {
    border-bottom: 3px solid #0D9247;
    margin-bottom: 15px;
}

.sub-nav a {
 padding-right: 0 !important; 
}

.sub-nav ul {
 width: 250px !important; 
}

.page-title .wf-container-title div, .page-title .wf-container-title h1 {
    font-family: Helvetica-Condensed;
}
.dt-fancy-title {
    font-family: Helvetica-Condensed !important; 
    font-weight: bold;
}
.page-title h1, #page .page-title .entry-title {
    font-size: 22px;
}

#responsive-form{
	margin:0 auto;
        width:100%;
}
.form-row{
	width: 100%;
}
.column-half, .column-full{
	float: left;
	position: relative;
	padding: 0.65rem;
	width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
	.column-half{
		width: 50%;
	}
}

#responsive-form .wpcf7 input[type="text"], #responsive-form .wpcf7 input[type="email"], #responsive-form .wpcf7 textarea {
	width: 100%;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	      box-sizing: border-box
}
#responsive-form .wpcf7 input[type="text"]:focus{
	background: #fff;
}
#responsive-form .wpcf7-submit{
	float: right;
	background: #77787B;
	color: #fff;
	text-transform: uppercase;
	border: none;
	padding: 8px 20px;
	cursor: pointer;
}
#responsive-form .wpcf7-submit:hover{
	background: #0D9247;
}
#responsive-form span.wpcf7-not-valid-tip{
	text-shadow: none;
	font-size: 12px;
	color: #fff;
	background: #ff0000;
	padding: 5px;
}
#responsive-form div.wpcf7-validation-errors { 
	text-shadow: none;
	border: transparent;
	background: #f9cd00;
	padding: 5px;
	color: #9C6533;
	text-align: center;
	margin: 0;
	font-size: 12px;
}
#responsive-form div.wpcf7-mail-sent-ok{
	text-align: center;
	text-shadow: none;
	padding: 5px;
	font-size: 12px;
	background: #59a80f;
	border-color: #59a80f;
	color: #fff;
	margin: 0;
}
//-------------------------------------------------------------------------------

.grid-products {
	position: relative;
	clear: both;
	margin: 0 auto;
	padding: 1em 0 4em;
	max-width: 1000px;
	list-style: none;
	text-align: center;
	font-weight: 400;
	font-size: 1em;
	font-family: 'Raleway', Arial, sans-serif;
}

/* Common style */
.grid-products figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 2% 1% 0%;
	min-width: 320px;
	max-width: 480px;
	max-height: 150px;
    min-height: 155px;
	width: 48%;
	height: auto;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid-products figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid-products figure figcaption {
	padding: 0.5em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid-products figure figcaption::before,
.grid-products figure figcaption::after {
	pointer-events: none;
}

.grid-products figure figcaption,
.grid-products figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid-products figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid-products figure h2 {
	font-weight: 300;
}

.grid-products figure h2 span {
	font-weight: 800;
}

.grid-products figure h2,
.grid-products figure p {
	margin: 0;
}

.grid-products figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/*-----------------*/
/***** Apollo *****/
/*-----------------*/

figure.effect-apollo {
	background: #0D9247;
}

figure.effect-apollo img {
	opacity: 0.95;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}

figure.effect-apollo figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	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);
    z-index: 10;
}

figure.effect-apollo p {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 2em;
	padding: 0 1em;
	max-width: 150px;
	border-right: 4px solid #fff;
	text-align: right;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-apollo h2 {
    background-color: #d6d6d6;
    bottom: 17px;
    color: #000;
    font-size: 15px;
    line-height: 38px;
    margin-left: -10px;
    margin-top: 10px;
    padding-left: 12px;
    padding-right: 11px;
    position: absolute;
    text-align: left;
    width: 100%;
      transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
}
figure.effect-apollo:hover h2 {
    background-color: #0d9247 !important;
  color: #fff;
      transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
}

figure.effect-apollo:hover img {
	opacity: 0.6;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

figure.effect-apollo:hover figcaption::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);
}

figure.effect-apollo:hover p {
	opacity: 1;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

/* Media queries */
@media screen and (max-width: 50em) {
	.grid-products figure {
		display: inline-block;
		float: none;
		margin: 10px auto;
		width: 100%;
	}
}
.widget-title {
    border-bottom: 3px solid #0d9247;
    color: #77787b !important;
    font-family: Helvetica-Condensed !important;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.wf-container-title h1 {
    text-transform: uppercase;
}

.widget_wysija input {
    width: 100%;
}

.custom-nav li:first-child a {
    padding-top: 0;
}
.custom-nav li a {
    border-bottom: 1px solid #e7e7e7;
    padding-top: 10px;
}

.breadcrumbs.text-normal li:first-child a::after {
    content: "Accueil";
    font-size: 13px;
}

.breadcrumbs.text-normal li:first-child a {
    font-size: 0;
}

.ult-carousel-wrapper .slick-next {
    right: -20px;
}

.ult-carousel-wrapper .slick-prev {
    left: -20px;
}

.ult-carousel-wrapper .slick-slide {
    margin: 0 !important;
}

.ult-carousel-wrapper .slick-slide img {
    width: 100%;
}

section#wysija-2 {
  margin-top: 35px;
}

section.instagram-photos {
  margin-top: 35px;
}

.widget_wysija_cont .wysija-submit {
    background-color: #77787b;
  transition: all 0.1s linear 0s;
}
.widget_wysija_cont .wysija-submit:hover {
    background-color: #0D9247;
}

@media screen and (max-width: 1024px){
   .gallery .gallery-item {
    width: 25% !important;
}
  .gallery br {
    display: none !important; 
}
}
@media screen and (max-width: 980px){
    
.gallery .gallery-item {
    width: 33% !important; 
}
  .gallery br {
    display: none !important; 
}
}
@media screen and (max-width: 900px){
    
  .page-title .wf-container-title {
    padding: 0 !important;
}
  .page-title .wf-container-title .wf-td.hgroup {
    padding-bottom: 0;
}
}
@media screen and (max-width: 650px) { 
.responsive tr {
 display:block; 
 border-bottom: 1px solid #333;
}
.responsive td { 
 display:block;
 position:relative; 
 padding-left:50%; 
} 
.responsive td:before { 
 content: attr(data-label); 
 position:absolute; 
 width:45%; 
 padding-right:5%;
 white-space:nowrap;
 left:8px;
 top:8px;
 font-weight:bold; 
}
.responsive thead tr { 
 position:absolute; 
 left:-9999px; 
}
}
@media screen and (max-width: 640px){
   .gallery .gallery-item {
    width: 40% !important; 
}
  .gallery br {
    display: none !important; 
}
}
@media screen and (max-width: 385px){
  .gallery .gallery-item {
    width: 50% !important; 
}
  .gallery br {
    display: none !important; 
}
}
@media screen and (max-width: 360px){
  .gallery .gallery-item {
    width: 48% !important; 
}
  .gallery br {
    display: none !important; 
}
}
@media screen and (max-width: 320px){
  .gallery .gallery-item {
    width: 100% !important; 
}
  .gallery br {
    display: none !important; 
}
}
.mfp-title {
    display: none;
}
.wf-container-title .wf-td {
    padding-top: 7px;
}

.shortcode-banner-inside h2 {
    color: #d8d8d8 !important;
    font-family: custom-two;
}

table tr, table td, table {
    border: 1px solid #c8c9cc !important;
  font-family: custom-two;
}
.table-head{
  text-align: center; 
  color: #ffffff; 
  background: none repeat scroll 0px 0px #77787b;
}

.shortcode-banner-inside.wf-table.text-big:hover {
    background-color: rgba(2, 2, 2, 0.41) !important;
  -webkit-transition: all 0.4s ease 0s;
   -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
     -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
}
.rollover-video .video-icon::before, .rollover-video:hover .video-icon::before{
   background-color: transparent !important;
}

.custom-h2 {
    border-left: 3px solid;
    color: #ed1c24;
    font-family: Helvetica-Condensed;
    font-size: 20px;
    font-weight: bold;
    padding-left: 10px;
}
.custom-h3 {
    color: #0d9247;
    font-family: Helvetica-Condensed;
    font-size: 19px;
    font-weight: bold;
}
.wpb_tabs_nav li a {
    font-family: helvetica;
    font-weight: bold !important;
}

#main {
    padding: 30px 0 !important;
}
#bottom-bar .wf-table {
    height: 45px;
}

.ult-ib-effect-style5 .ult-new-ib-desc {
    background-color: #77787b !important;
}
.ult-ib-effect-style5 h2.ult-new-ib-title {
    font-family: helvetica-condensed;
    font-size: 15px;
}

#footer {
    margin-top: 30px;
}
#main-nav li a {
    font-family: Helvetica-Condensed;
    font-weight: bold;
}
html:not(.mobile-true) #main img:not(.animate-element,.ls-s-1), html:not(.mobile-true) #header img, html:not(.mobile-true) #bottom-bar img {
    opacity: 1;
}