/*
Theme Name: Omni-child
Theme URI: http://crumina.net/omni/
Author: Crumina Team
Author URI: http://crumina.net/
Description: Powerful one and multi page app theme
Version: 1
Template:omni
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: omni
Tags: white, pink, light, one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
*/

/*****************************************************************
Add Custom styles below 
******************************************************************/




/*-----------------------------------*\
				FONT
\*-----------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Poppins:400,600,700');



/*-----------------------------------*\
			LANDING PAGE
\*-----------------------------------*/


body{
  color: #565154;
  padding-top: 104px;
}
.h1, .h2, .h4, h1, h2, h4 {
    font-family: 'poppins';
    text-transform: uppercase;
    color: #565154;
    font-weight: 700;
}

/*h2{
	font-size:42px;
}*/

h3{
	font-size: 21px;
	line-height: 15px;
}

/*.wpb_single_image.vc_align_left{
	text-align: center;
}*/

ul li{
	font-size:16px;
	color: #565154;
}

#sidebar-footer h3{
	color: #ffffff;
	margin-left:15px !important;
}

/***************TITRES******************/

.spanvert h2{
	color: #222222;
}

.spanvert h2 span{
	color: #ffffff !important;
	background-color: #1eacaa;
	display: inline-block;
	padding:10px;
}

.spanvert h2 span.titel-line{
	padding:0px;
}

.wpb_content_element.bloc_texte{
margin-bottom:20px !important;
}


.bloc_texte h3{
	color:#1EACAA;
}

.title-green h1{
color:#1eacaa;
    font-size: 35px;
    line-height: 40px;
}

/*************ICONES*****************/

icon-text-description-entry{}

.icon_left_title i, .icon_left i {
	margin-right: 30px;
	margin-bottom: 30px;
	line-height: 16px !important;
}

.icon_left_title .info-box-title{
	font-size:16px;
	font-family: 'bold', "Arial Black", Arial Bold, Gadget, sans-serif;
}

/*--------------HEADER---------------*/

.wpml-ls-legacy-list-horizontal{
	padding:0;
	padding-right: 45px;
	padding-top:5px;
}

@media (max-width: 1199px){
	.wpml-ls-legacy-list-horizontal{
		padding:0;
		padding-right: 10px;
	}
}

.wpml-ls-legacy-list-horizontal .wpml-ls-item{
	list-style-type: none;
}

.wpml-ls-legacy-list-horizontal .wpml-ls-item::after{
	content: normal !important;
}

.wpml-ls-legacy-list-horizontal a span{
	font-size:14px !important;
}


/* MENU */
#header{
	background: #fff !important;
	min-height: 104px;
}

#nav{
	padding-right:30px;
}


#nav #menu-menu-demmos{
	width: 100%;
	margin-top: 30px;
}
#nav a.act{
  color: #fff !important;
}

/* Logo */
#logo {
    margin-left: 30px;
    margin-top: 28px;
    width: 180px;
}

#header.act #logo {
	margin-top: 28px;
}

.mob-icon{
	position: absolute;
	top: 17px;
	right: 10px;
}

@media (max-width: 1199px){
	#logo {
		margin-left: 30px;
		margin-top: 0px;
		width: 180px;
	}
}

/**************NEW BLOCK************/

.new-block{
padding-bottom:0;
	padding-top:40px;
}

/*******BLOCKS CONTAINER*******/

.blocks-container{
	padding-top:0;
}

/************BT CONTACT*************/

.bt_contact button.vc_btn3.vc_btn3-color-info.vc_btn3-style-flat{
	background-color: #1eacaa;
	color: #ffffff;
	text-transform: uppercase;
	font-size:18px;
	font-weight: 900;
}

/*********PAGE *********/


.numbers:before{
/*	height:128px;*/
}

.numbers{
		height:125px;
}

.numbers .num{
	color: #ffffff;
	font-size:20px;
}

.numbers .num-text{
/*	min-height:128px;*/
	text-transform: inherit;
	color: #ffffff;
	opacity:0;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
	line-height: 20px;
	padding: 10px;
}

.numbers:hover .num-text{
	opacity:1;
}

.swiper-pagination-bullet-active{
	background-color: #1eacaa;
}

/*--------------FOOTER---------------*/

#site-footer{
  color: #fff;
}
.foot{
  padding-top: 35px;
}


/* logos */
.img-footer img{
  margin-bottom: 10px;
}
.img-footer{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* menu */
#site-footer a{
  color: #fff;
}
.footer-linck li{
  padding: 2px 0px;
  text-transform: uppercase;
}
.footer-linck li{
	text-transform: none;
}

/* news */
#site-footer .subscribe form input[type="email"] {
  width: 100%;
  background: #3c3b3c;
  color: #fff;
}
.subscribe{
  border-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0;
}
#site-footer form{
  width: 100%;
}
.sidebar-wrapper{
	padding-top: 0;
}
.subscribe-text{
	font-family: 'poppins';
	text-transform: none;
	padding-bottom: 15px;
	font-weight: 600;
}
.fa-envelope-o{
	color: #1eacaa !important;
}

::-webkit-input-placeholder {
   color: #565154;
}

:-moz-placeholder { /* Firefox 18- */
   color: #565154;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #565154;  
}

:-ms-input-placeholder {  
   color: #565154;  
}
.form-popup-content{
	border: 10px #1eacaa solid;
}

/* reseaux */
.reseaux-footer p{
  	color: #fff;
  	font-size: 16px;
  	font-weight: bold;
}

.reseaux-footer{
  	display: flex;
flex-direction: column;
          	align-items: center;
    margin-bottom: 20px;
	justify-content: center;
}

.reseaux-footer .icone{
  display: inline-block;
  width: 40px;
  height: 40px;
}
.reseaux-footer .fb{
  background: url('https://demmos.fr/wp-content/uploads/2017/01/sprite-reseaux.png') no-repeat;
}
.reseaux-footer .in{
  background: url('https://demmos.fr/wp-content/uploads/2017/01/sprite-reseaux.png') -45px 0px no-repeat;
}

.tags-title{
	margin-right:10px;
}

/*--------------SLIDE---------------*/


#home-welcome-banner{
  height: 435px;
}
.bloc-slide{
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
  	-ms-flex-wrap: wrap;
  	    flex-wrap: wrap;
  	position: relative;
/*  	left: 225px;
  	top: 70px; */
  	padding: 30px 15px;
	height: 268px;
  	width: 268px;
  	background: #1eacaa;
  	color: #fff;
  	z-index: 1;
}
.bloc-slide h3{
	font-size: 22px;
  	color: #fff;
}
.col{
  	position: relative;
}
.rangee{
  	width: 100%;
}
.txt{
  	position: absolute;
  	left: 65px;
}
.txt p{
  	font-family: 'roboto';
  	font-size: 22px;
  	margin: 0;
}
.esperluette{
	font-size: 60px;
  	font-family: 'roboto';
  	position: absolute;
  	top: 15px;
}
.icoDown{
  	width: 100%;
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
  	-webkit-box-pack: center;
  	    -ms-flex-pack: center;
  	        justify-content: center;
  	-webkit-box-align: center;
  	    -ms-flex-align: center;
  	        align-items: center;
  	height: 38px;
  	width: 38px;
  	border: 1px solid #fff;
  	border-radius: 25px;
  	position: relative;
  	top: 10px;
}
.icoDown p{
  font-family: 'poppins';
	font-weight:400;
  position: absolute;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.centrer{
  	display: flex;
  	justify-content: center;
}
.wpb_revslider_element{
  margin-bottom: 0px;
}
.hephaistos .tp-bullet:hover, .hephaistos .tp-bullet.selected{
	background: #1eacaa;
	border: 0px;
}
.hephaistos .tp-bullet{
	background: #fff;
	height: 15px;
	width: 15px;
	border: 0px;
}

/* Call to Action */
.vc_general.vc_cta3.vc_cta3-style-classic, .vc_general.vc_cta3.vc_cta3-style-custom{
	background-color: transparent;
	border: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.vc_cta3-container{
	margin-bottom: 0;
}

/* bouton call to action */
.vc_btn3.vc_btn3-color-white, .vc_btn3.vc_btn3-color-white.vc_btn3-style-flat{
	background-color: transparent;
	border: 1px solid #fff;
}
.vc_btn3.vc_btn3-color-white, .vc_btn3.vc_btn3-color-white.vc_btn3-style-flat{
	color: #fff;
	font-size: 18px;
}

#contact_demmos .vc_btn3.vc_btn3-color-info, #contact_demmos .vc_btn3.vc_btn3-color-info.vc_btn3-style-flat{
	background-color: #1EACAA;
}

/* texte call to action */ 
.vc_cta3-content p{
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	line-height: 12px;
	text-transform: uppercase;
}


/* bloc lucelie */
.bloc-lucelie{
  	position: absolute;
    left: -20px;
    top: 160px;
  	padding: 20px;
	height: 300px;
  	width: 300px;
  	background: #1eacaa;
  	color: #fff;
  	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-radius: 10px;
}

@media (min-width:768px) and (max-width:991px){
	.bloc-lucelie{
    left: 20px;
}

}

.bloc-lucelie .button-ghost{
	position: absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	z-index: 500;
}

.bloc-lucelie  .button-ghost span{
visibility: hidden;
	text-indent: -999999px;
}

.bloc-lucelie p{
  line-height: 1;
}

.bloc-lucelie h2{
	color: #ffffff;
	line-height:38px;
	font-family: 'poppins';
	font-size: 30px;
	font-weight: 700;
}

.bloc-lucelie h3{
	color: #fff !important;
	font-size:20px !important;
	line-heigt: 45px
}

.bg-demo-cwr{
	background:url('http://demmos.fr/wp-content/uploads/2015/11/concept.png') no-repeat center center;
	background-size:cover;
	min-height:610px;
}


#about-welcome-banner h3{
	font-family: 'poppins';
	font-size: 26px;
	color: #565154;
	font-size: 30px;
	line-height: 30px;
	text-transform: initial;
	margin-bottom: 20px !important;
}

.rangee2 p{
    font-weight: 700;
    font-size: 31px;
    font-family: 'poppins';
	margin-bottom: 0;
	text-align: right;
}

/* liste concept */

.vc_custom_1483700515154{
	padding: 50px 0px 0px 50px;
}
.picto-concept{
/*	position: absolute;*/
	float: left;
  	width: 40px;

}
.picto-concept:before{
	position: absolute;
	content: "";
	width: 46px;
	height: 46px;
}
.picto-concept:after{
	position: absolute;
    top: 53px;
    left: 20px;
    content: "";
    width: 2px;
    height: 28px;
    background: #1eacaa;
}
.content-concept{
    margin-left: 60px;
    line-height: 46px;
}
.bloc-concept{
	margin-bottom: 47px;
/*	min-height: 46px;*/
	position: relative;
}

.concept1 .picto-concept:before{

}
.concept2 .picto-concept:before{

}
.concept3 .picto-concept:before{

}
.concept4 .picto-concept:before{

	border-radius: 25px;
}
.concept4 .picto-concept:after{
	display: none;
}


.logo_eu img{
	width:200px;
}



/* Partenaires */
.titre-partenaires{
	margin-bottom:0;
}

.titre-partenaires h4{
  color: #fff;
  font-weight: lighter;
  text-transform: none;
}

/* Programmes */
.txt-programme p{
  line-height: 1;
}
.logo-programme{
	margin-top: 25px;
}


.vc_grid-item-mini{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.post-recent h4{
	font-size: 20px;
	color: #1eacaa;
	margin-bottom: 0 !important;
	text-transform: none;
}
.post-recent p{
	margin-bottom: 0;
	font-size: 16px;
	line-height: 1;
}
.post-recent .vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat{
	display: none;
}

#bloc_ssmenu{
	background-color: rgba(255,255,255,0.7);
}


.num{
	color: #13ACAA !important;
}

.numbers{
	color: #13ACAA !important;
}

.numbers:hover .num{
	color: #13ACAA !important;
}


/****PAGE DEMMOS****/

/**SLIDE**/
.vc_custom_1494491623632{
	background-position: top !important;
}

/*------------------------*\
		RESPONSIVE
\*------------------------*/

@media (max-width: 1199px){
	#nav{
		top: 100px;
	}
}
@media screen and (max-width: 600px){
	.transparent-header .blocks-container{
		padding-top: 0px !important;
	}
	#header{
		position: fixed;
	}
	.bloc-lucelie{
		left: 40px;
	}
}
@media (max-width: 640px){
	.vc_row.vc_row-no-padding .wpb_column{
		padding: 20px 15px !important;
	}
	.vc_gitem-animated-block{
		width: 100%;
	}
	.vc_gitem-zone-c{
		width: 100%;
	}
	.vc_grid-item-mini{
		flex-wrap: wrap-reverse;
	}
	.vc_cta3-content p{
		line-height: 1;
		margin-bottom: 25px !important;
	}
	.titre-post-recent{
		text-align: center;
	}
	.footer-linck{
		margin: 50px 0px;
	}
	.footer-linck li{
		text-align: center;
		padding: 10px;
	}
}
@media screen and (max-width: 991px){
	#crum-subscription-widget-2{
		padding: 0;
		width: 100%;
	}
	.img-footer{
		flex-direction: row;
		justify-content: space-around;
	}
	.img-footer img{
		padding: 10px;
	}
  .widget-entry{
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 641px) and (max-width: 991px){
	#menu-menu-demmos-1{
		display: flex;
    	justify-content: space-between;
    	width: 100%;
      padding: 50px 0px;
	}
}
@media screen and (max-width: 1199px){
	#nav{
		background: #fff;
	}
	#nav a{
		color: #000 !important;
    padding-left: 10px;
    font-size: 30px;
	}
}

@media screen and (min-width: 1200px){
	#nav a{
		color: #000;
		height: 27px;
		line-height: 27px;
		/*font-family: 'poppinslight';*/
	}
}


#about-welcome-banner .padding-80{
padding:80px 0 20px 0;
}

@media screen and (max-width: 767px) {
	#about-welcome-banner .padding-80 h2 {
		font-size: 25px;
	}
}

@media screen and (max-width: 1199px){
#about-welcome-banner .padding-80 h2{
font-size:30px;
}

}

@media screen and (min-width: 992px){
.padding-80,
#about-welcome-banner .padding-80{
padding:80px;
}

#about-welcome-banner .padding-80 .vc_column-inner {
justify-content:center;
}
}




.split-section{
display:flex;
flex-direction:column;
}

.split-section.reverse-section{
flex-direction:column-reverse !important;
}


@media screen and (min-width: 992px){
.split-section{
flex-direction:row;
}

.split-section.reverse-section{
flex-direction:row !important;
}


}


.img-section-responsive{
min-height:250px;
margin-bottom:40px;
}

@media screen and (min-width: 992px){
	
.img-section-responsive{
min-height:initial;
margin-bottom:0;
}

}





@font-face {
    font-family: 'space_ageregular';
    src: url('/wp-content/themes/omni-child/font/space_age.eot');
    src: url('/wp-content/themes/omni-child/font/pace_age.eot?#iefix') format('embedded-opentype'),
         url('/wp-content/themes/omni-child/font/space_age.woff2') format('woff2'),
         url('/wp-content/themes/omni-child/font/space_age.woff') format('woff'),
         url('/wp-content/themes/omni-child/font/space_age.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


.page-template-default:not(.home) h2{
    font-family: 'space_ageregular';
}

.h2-bottom-0.title-green h2{
	overflow-wrap: break-word;
	display: block;
	color: #1eacaa;
	font-size: 22px;
	line-height: 28px;
	margin-bottom:20px !important;
	-webkit-hyphens: manual;
	-ms-hyphens: manual;
	hyphens: manual;
}

@media (min-width: 768px){
	.h2-bottom-0.title-green h2{
		font-size: 36px;
	}
}



@media (min-width: 1200px){
	.h2-bottom-0.title-green h2{
		font-size: 40px;
	}
}


.h2-bottom-0{
margin-bottom:0;
font-size: 40px;
}


.bloc-texte + .h2-bottom-0{
margin-top:20px;
}



.slider-home h1{
	font-size: 40px;
	color: #ffffff;
	font-family: 'space_ageregular';
	margin-bottom: 60px;
	display: inline-block;
}