/* Copyright (C) YOOtheme GmbH, https://www.gnu.org/licenses/gpl.html GNU/GPL */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
/* Custom CSS by Antoine*/

em {
	color: #11b14d;
}

/* title h5*/
.jevbootstrap h5 {
	color: #11b14d;
}

/* read more */
.uk-button-primary{
  background-color: #0c4c89;    
  border-bottom: none;
}
.uk-button-primary:hover {
  background-color: #0c4c89;
  border-bottom: none;
}
/* bas de page */
.tm-content > ul{
  display: inline-flex;
  list-style-type: none;
}
.tm-content > ul > li{
  padding-left: 20px;
}
/* end */
/* auto slide partener */
@keyframes AutoSlide {
  0%{
    left: 0px;
  }
0%{
    left: 0px;
  }
5%{
    left: -150px;
  }
5%{
    left: -150px;
  }
  10%{
    left: -300px;
  }
10%{
    left: -300px;
  }
  15%{
    left: -450px;
  }
15%{
    left: -450px;
  }
  20%{
    left: -600px;
  }
20%{
    left: -600px;
  }
  25%{
    left: -750px;
  }
25%{
    left: -750px;
  }
  30%{
    left: -900px;
  }
30%{
    left: -900px;
  }
  35%{
    left: -1050px;
  }
35%{
    left: -1050px;
  }
  40%{
    left: -1200px;
  }
40%{
    left: -1200px;
  }
  45%{
    left: -1350px;
  }
45%{
    left: -1350px;
  }
  50%{
    left: -1500px;
  }
50%{
    left: -1500px;
  }
  55%{
    left: -1650px;
  }
55%{
    left: -1650px;
  }
  60%{
    left: -1800px;
  }
60%{
    left: -1800px;
  }
  65%{
    left: -1950px;
  }
65%{
    left: -1950px;
  }
  70%{
    left: -2100px;
  }
70%{
    left: -2100px;
  }
  75%{
    left: -2250px;
  }
75%{
    left: -2250px;
  }
  80%{
    left: -2400px;
  }
80%{
    left: -2400px;
  }
  85%{
    left: -2550px;
  }
85%{
    left: -2550px;
  }
  90%{
    left: -2700px;
  }
90%{
    left: -2700px;
  }
  95%{
    left: -2850px;
  }
95%{
    left: -2850px;
  }
  100%{
    left: -3000px;
  }
100%{
    left: -3000px;
  }
}
#slideshow {
    position: relative;
    width: 150px;
    height: 150px;
    margin:  20px auto;
    overflow: hidden;
}
#sContent li > img{
  width: 146px;
  max-height: 146px;
}
#sContent li {
    display: inline;
}
#sContent {
    position: absolute;
    top: 0;
    left: 0;
    width: 3000px;
    margin: 0;            
    padding: 0;
    
    /*CSS3 keyframes animation*/
    animation-name: AutoSlide;
    animation-duration: 127s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
/* title h3 */
h3, .uk-h3 {
  line-height: 20px;
  margin-top: 0px;
}
/* social innovation formular */
.bfClearfix{
  background-color: #fff;
    padding: 5px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.3);
    padding: 1% 2%;
    border-radius: .5em;

}
/* members gallery */
.image-gallery {
  display: inline;
}
.image-gallery > img {
  width: 16%;
  margin-right: 2px;
}
.image-gallery > a > img {
  width: 16%;
  margin-right: 2px;
}

/* color box */
.box-blue {
    /*background: #00a1de;*/
    background-image: linear-gradient(35deg,#00a1de 50%,#1aabe1 50%);
    background-image: -o-linear-gradient(35deg,#00a1de 50%,#1aabe1 50%);
    background-image: -moz-linear-gradient(35deg,#00a1de 50%,#1aabe1 50%);
    background-image: -webkit-linear-gradient(35deg,#00a1de 50%,#1aabe1 50%);
    background-image: -ms-linear-gradient(35deg,#00a1de 50%,#1aabe1 50%);
}
.uk-panel.uk-panel-box.get-involved {
	border-style: dotted;
	border-color: #11b14d;
	border-width: 2px;
	box-shadow: none;
	/*margin-right: 15px;*/
}
.newsletter{
	background: #1db556;
    background-image: linear-gradient(35deg,#1db556 50%,#34bd68 50%);
    background-image: -o-linear-gradient(35deg,#1db556 50%,#34bd68 50%);
    background-image: -moz-linear-gradient(35deg,#1db556 50%,#34bd68 50%);
    background-image: -webkit-linear-gradient(35deg,#1db556 50%,#34bd68 50%);
    background-image: -ms-linear-gradient(35deg,#1db556 50%,#34bd68 50%);
}
.uk-panel.uk-panel-box.newsletter > h3 {
	color: ;
}
.acymailing_mootoolsbutton > p > a:hover {
	color: #fff;
}
.uk-panel.uk-panel-box.login-box.uk-scrollspy-init-inview.uk-scrollspy-inview {
	background: #0298cb;
    background-image: linear-gradient(35deg,#0298cb 50%,#149fcf 50%);
    background-image: -o-linear-gradient(35deg,#0298cb 50%,#149fcf 50%);
    background-image: -moz-linear-gradient(35deg,#0298cb 50%,#149fcf 50%);
    background-image: -webkit-linear-gradient(35deg,#0298cb 50%,#149fcf 50%);
    background-image: -ms-linear-gradient(35deg,#0298cb 50%,#149fcf 50%);
	box-shadow: none;
	/*margin-right: 15px;*/
}
.login{
	background-color: #fff;
    padding: 5px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.3);
    padding: 1% 2%;
    border-radius: .5em;
}
.btn-primary:hover, .btn-info:hover, .btn-inverse:hover{
	background-color: #0c4c89;
}
.btn-primary, .btn-info, .btn-inverse{
	background-color: #0c4c89;
}
.nav-stacked{
	background-color: #fff;
}

/* menu */
.uk-navbar-nav>li:hover>a, .uk-navbar-nav>li>a:focus, .uk-navbar-nav>li.uk-open>a {
 color: #11b14d;
}
.uk-navbar-nav>li>a:after, h3.uk-panel-title:after, .uk-nav-navbar>li>a:hover, .uk-nav-navbar>li>a:focus{
	background-color: #11b14d;
}
.uk-navbar-nav>li.uk-active>a{
	color: #11b14d;
	font-size: 12px;
}

.uk-nav > li > a:hover {
	color: #11b14d;
}
/* text and pict cote à cote */
.pict-right{
  float: right;
  width:20%;
  padding: 1%;
  height: auto;
  margin-left:1%;
  margin-bottom:2%;
  display: inline-block;
}
.text-left{
  float:left;
  width: 75%;
}
/* latest news */
.latest-news > ul > li {
	border-bottom: dotted;
    border-width: 2px;
    border-color: #1db556;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.latest-news > ul > li > a {
	font-weight: 600;
    margin-bottom: 5px;
}
.latest-news-slide {
	max-height: 340px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.latest-news-slide > h3 {
	font-size: 14px;
	font-weight: 600;
}

.uk-list-line>li:nth-child(n){
	border: none;
	border-bottom: dotted;
    border-width: 2px;
    border-color: #1db556;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
section.tm-main-top.uk-grid {
	padding-bottom: 15px;
    padding-left: 3%;
}
@media (min-width: 1220px){
  .uk-grid {
     padding-left: 3%;
  }
  .tm-middle{
    padding-top: 10px;
  }
}
/* slider 
div#klixoSlider_146, div#moduleSlideShow146{
	width: 80%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
div#moduleSlideShow146 {
	width: 80%;
}*/
/* article */
.uk-article+.uk-article {
	margin-top: 10px;
}
.uk-grid:not(.uk-grid-preserve)>*{
	padding-left: 15px;
}
/* A side */
.uk-grid:not(.uk-grid-preserve)>*>.uk-panel+.uk-panel{
	margin-top: 10px;
}
/* event */
#jevents {
	background-color: #fff;
    padding: 5px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.3);
    padding: 1% 2%;
    border-radius: .5em;
}
.jevbootstrap h2{
	font-size: 14px;
	font-weight: 600;
}
#jevents_body .nav-items > div a:hover{
	color: #0c4c89;
	font-size: 14px;
}
#jevents_body .nav-items > div a{
	color: #0c4c89;
	font-size: 14px;
}
.underline-event {
    border-bottom: dotted;
    border-width: 2px;
    border-color: #1db556;
    margin-bottom: 5px;
    margin-top: 5px;
}
[class^="icon-"]:before, [class*=" icon-"]:before{
	color: red;
}

/* event cote a cote */
.date-event{
  float: left;
  width:15%;
  text-align: center;
  display: inline-block;
}
.text-event{
  float:right;
  width: 80%;
  margin-top: -20px;
  max-height: 40px;
  overflow: auto;
}
.event-day {
  color: #1db556;
  font-weight: 600;
  font-size: 22px;
  
}
.event-month{
  margin-top: -20px;
  color: #838689;
  font-size: 19px;
}
/* publication */
#phoca-dl-category-box {
	background-color: #fff;
    padding: 5px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.3);
    padding: 1% 2%;
    border-radius: .5em;
}
#phoca-dl-category-box .pd-category h3, #phoca-dl-file-box .pd-file h3, #phoca-dl-download-box .pd-file h3 {
	margin: 0;
    padding: 0px;
    background: #fff;
    border: none;
    margin-bottom: 0px;
	font-size: 14px;
	font-weight: 600;
}
/* box positions */
.uk-panel.uk-panel-box {
    background-color: #fff;
    padding: 5px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.3);
    padding: 1% 2%;
    border-radius: .5em;
}

.contact-category-partners{
	background-color: #fff;
    padding: 5px;
    box-shadow: 0 2px 2px rgba(0,0,0,0.3);
    padding: 1% 2%;
    border-radius: .5em;
}
.category-desc > img {
	max-width: 355px;
}
h2{
	font-size: 14px;
	font-weight: 600;
}

h3.uk-panel-title:after {
    content: none;
}

.tm-leading-article .uk-article{
	padding-bottom: 0px;
}
@media (min-width: 1220px){
.uk-grid:not(.uk-grid-preserve)+.uk-grid {
    margin-top: 20px;
}}
.uk-panel-title {
	font-size: 14px;
}
.uk-article-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
h3.uk-panel-title {
    border-bottom: none;
}

/* emminences */
.uk-panel.uk-panel-box.jmoddiv{
  background-color: #fff;
  padding: 5px;
  box-shadow: 0 2px 2px rgba(0,0,0,0.3);
  padding: 3% 7%;
  border-radius: .5em;  
  
}

/* Mes Services */
/* slider */
div#klixoSlider_106, div#moduleSlideShow106{  
  margin:auto;
}

/* masquer menu */
.moduletable.jmoddiv{
  display:none;
}

/* tm-main */
.tm-main.uk-width-medium-1-2.uk-push-1-4{
padding-left: 0px;
}

#device-display{
    display: none;
}

/* iphone 6 */
@media only screen 
and (min-device-width : 375px)
and (max-device-width : 667px)
and (orientation:landscape){
  	.navigation li.item-163 > ul{
      width: 604px;
  }
  	#device-display{
    	display: block;
  }
    #computer-display{
    display:none;
  }
    iframe, svg{
    width: 584px;
  }
}
@media only screen 
and (min-device-width : 375px)
and (max-device-width : 667px)
and (orientation: portrait){
	.navigation li.item-163 > ul{
      width: 312px;
  }
  #device-display{
    	display: block;
  }
  #computer-display{
    display:none;
  }
  iframe, svg{
    width: 292px;
  }
}

/* ipad */
@media only screen 
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation:landscape){
  	.navigation li.item-163 > ul{
      width: 960px;
  }
  #device-display{
    	display: block;
  }
  #computer-display{
    display:none;
  }
  iframe, svg{
    width: 940px;
  }
}
@media only screen 
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation: portrait){
	.navigation li.item-163 > ul{
      width: 744px;
  }
  #device-display{
    	display: block;
  }
  #computer-display{
    display:none;
  }
  iframe, svg{
    width: 724px;
  }
}
/* end */
/* end */



.uk-search {
  background-color: #e5f6fc;
  /*left: 0px;
  position: absolute;
  top: 35px;*/
}
.uk-search:before {
	color: #0e59a0;
}
input.uk-search-field {
color: #0e59a0;
}

.uk-search-field:focus, .uk-search.uk-active .uk-search-field {
	width: 120px;
}

#search-form{
  background-color: #fff;
  padding: 5px;
  box-shadow: 0 2px 2px rgba(0,0,0,0.3);
  padding: 3% 7%;
  border-radius: .5em;  
  margin-top:20px;
}

li.uk-parent img{
  width: 100%;
}

/* header smaller screen */

@media (max-width: 1220px){
	a.tm-logo {
	  display: none;
	}
	.uk-hidden-small{
		display:block;
	}
	.uk-navbar-nav>li>a{
		font-size: 11px;
	}
	
}
.tm-sidebar-a.uk-width-medium-1-4 {
	padding-left:0px;
}
.uk-navbar-nav>li>a{
	font-size: 12px;
}
/* article size for iphone */
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : landscape) {
	.uk-width-medium-1-1 {
	  width: 100%;
	}
	.uk-width-medium-1-3, .uk-width-medium-2-6 {
		width: 33.333%;
	}
}

/* Modifier: masquer alert
 ========================================================================== */
.uk-alert {
	display: none;
}
/* Modifier: masquer page header
 ========================================================================== */
.page-header {
	display:none;
}

.tm-main > :nth-child(n+2) {
  margin-top: 0px;
}
.tm-content {
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  margin: 0 0 0 0px;
}
 
/* articles into boxes */
.uk-article{
	background-color:#fff;	
	padding: 5px;
	box-shadow: 0 2px 2px rgba(0,0,0,0.3);
	padding: 1% 2%;
	border-radius: .5em;  
}
.tm-article-content {
	padding: 1% 2%;
}

.article-colored-blue{
	background-color: #f0fbff;
}

/* home sections */
div#home-div section{
  display: inline;
}

div#home-div section a > img{
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  border-radius: 5px;
  margin-left:1%;
  margin-bottom:2%;
}
div#home-div section a > img:hover{
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.4);
  box-shadow: 0 5px 10px rgba(0,0,0,0.4);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
}
/* info accueil */
#menu-info ul {
 margin:0;
 padding:0;
 list-style-type:none;
 text-align:center;
 }
#menu-info li {
 float:left;
 margin:auto;
 padding:0;
 }
#menu-info li img {
 display:block;
 width:100%;
 text-decoration:none;
 }

#menu-info li ul {
  position: fixed;
  left: 0px;
  bottom: 0px;
  background-color: #f0fbff;
  width: 100%;
 }
 #menu-info li ul p {
  color:#004a94;
  color: #004a94;
  margin-bottom: 20px;
  margin-top: 10px;
  margin-left: 15px;
 }
#menu-info ul li ul {
 display:none;
 }
#menu-info ul  li:hover ul{
 display:block;
 -webkit-animation: uk-slide-bottom-fixed 0.5s ease-in-out;
  animation: uk-slide-bottom-fixed 0.5s ease-in-out;
 }
#menu-info li:hover ul li {
 float:none;
 }

/* Line Menu*/

.uk-dropdown {
padding:0px;
}

.uk-navbar-nav > li > a {
  display: block;
  -moz-box-sizing: border-box;
  text-decoration: none;
  height: 50px;
  
  position: relative;
  padding: 0;
  text-transform: uppercase;
}
.uk-navbar-nav > li > a:after {
  content: "";
  position: absolute;
  top: 34%;
  right: 0;
  left: 0;
  max-width: 0;
  height: 2px;
  margin-top: 12px;
  -webkit-transition: max-width 0.4s;
  transition: max-width 0.4s;
}
.uk-navbar-nav > li:hover > a:after,
.uk-navbar-nav > li > a:focus:after
 {
 max-width: 99%;
}
.uk-navbar-nav > li.uk-active > a:after {
  max-width: 99%;

}

.uk-navbar-nav > li > a { 
margin-right: 12px;
color: #fff;
}
.uk-nav-navbar > li > a:hover { 
padding-left:10px;
background-color: #00a1de;
}
.uk-nav-navbar p {
color:#fff;
padding-top:1.5%;
}
.uk-nav > li > a > img {
	border-radius:18px;
	box-shadow: 0 2px 2px rgba(0,0,0,0.3);
	width: 65px;
}
.uk-nav > li > a {
	background-color: rgba(245, 245, 245, 0);
}
.uk-nav > li > a:hover {
	background-color: rgba(245, 245, 245, 0);
}

.uk-nav > li > a > img:hover {
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.4);
	box-shadow: 0 5px 10px rgba(0,0,0,0.4);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
}

.uk-dropdown{
/*top:74px;
position:fixed;
width:100%;*/
	border-radius: 8px;
	border-color: #1db556;
	border-style: solid;
}
.uk-dropdown .uk-nav{
	/*display: flex;*/
	margin-left: 10px;
}
.uk-dropdown-grid:before, .uk-dropdown-grid:after, {
	content: '';
    display: block;
    position: absolute;
    top: -21px;
    right: 85%;
    width: 0;
    height: 0;
    border-color: transparent transparent #1db556 transparent;
    border-style: solid;
    border-width: 10px;
}

.readon{
border-radius:3px;
padding:7px 8px ;
background: #444;
color: #ffffff;
border-bottom: 3px solid #323232;
display:table;
margin:12px;

}

.readon:hover{
border-radius:3px;
background: #323232;
color: #ccc;
text-decoration: none;
border-radius:3px;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a{
border-bottom: 3px solid #323232;
background: #444;

}


.sprocket-strips-c-readon{
border-radius:3px;
padding:6px 12px 6px;
background: #444;
color: #ffffff;
border-bottom: 3px solid #323232;
}


.sprocket-strips-c-readon:hover{
border-radius:3px;
background: #323232;
color: #ccc;
text-decoration: none;	
}

/*Button Slider*/

.custom-buttom {
    background: #444;
    color: #ffffff;
    border-bottom: 3px solid #323232;
    letter-spacing: 1px;
    padding: 13px 19px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
	text-transform: uppercase;
    transition: all 300ms linear 0s;
    font-family: inherit;
	border-radius:3px;
}

.custom-buttom:hover
{
border-radius:3px;
    background: #323232;
	color: #c91032;
	text-decoration: none;
}


/*Backgrounds*/
.tm-toolbar-bg{
color: #8b8b8b;
font-size:12px;
line-height: 16px;
height:43px;
}

.menu-fixed {
  position: fixed;
  z-index: 999;
  opacity: 0.97;
  top: 0;
  width: 100%;
}

.tm-block-bottom-a{
padding:0px;
}


.uk-icon-button:hover{
color:#fff;
}

.tm-block-bottom-b .uk-icon-button
{
    background: none;
    border-radius: 0%;
	border: 1px solid #666666;
	color: #cccccc;
}

.tm-block-bottom-b .uk-panel-box {
    background: none;
	
}

.tm-block-top-a .uk-panel-box{
background:none;
}


/*wk-slideshow*/

.wk-slideshow .next, .wk-slideshow .prev {
text-align:center;
z-index: 6;
color:#fff;
}
.home-slide .wk-slideshow .caption 
{
background: none;
bottom: 40%;
position: absolute;
z-index: 5;
}

.wk-slideshow-default > div:hover .prev:after,
.wk-slideshow-default > div:hover .next:after
 {
font-family: "FontAwesome";
font-size: 50px;
line-height: 60px;
font-weight: bold;
}

.wk-slideshow-default > div:hover .prev,
.wk-slideshow-default > div:hover .next
{
background:  none;
transition: all 300ms linear 0s;
height: 60px;
width: 60px;
}
.wk-slideshow-default > div:hover .prev:hover,
.wk-slideshow-default > div:hover .next:hover
{
    
}

.wk-slideshow-default > div:hover .prev:after{
 content: "\f104";
}
	
.wk-slideshow-default > div:hover .next:after{
 content: "\f105";
}

.home-slide .wk-slideshow .caption a
{
 text-decoration: none;
}
.wk-slideshow .caption a{

text-decoration:none;
}


/*bold*/

.bold1,
.bold2,
.border
{
display: inline-block;
color: #ffffff;
font-weight: bold;
text-transform: uppercase;
}

.border{
padding: 5px 10px;
border: 1px solid #ffffff;
}

/*Fonts*/

.font23{
font-size: 23px;
line-height: 25px;
}
.font52{
font-size: 52px;
line-height: 51px;
color:fff;
font-weight:bold;
}
.font52{
color:#ffffff;
}

/*Line*/
.border-line
{
position:relative;
}
.border-line:before
{
background: #ffffff;
bottom: -13px;
content: "";
display: block;
height: 2px;
position: absolute;
width: 130px;
}
.border-line:before
{
left: 50%;
margin-left: -60px;
}

/*Headerbar */

.tm-headerbar-bg{

height:0px;
border-bottom: 2px solid #11b14d;
}

#tm-headerbar .uk-container .tm-navbar{
	position: absolute;
	top: 11px;
	right: 3%;
}

/* ipad */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
	#tm-headerbar .uk-container .tm-navbar{
	position: fixed;
	top: 0px;
	/*left: 150px;*/
	font-size:10px;
	}
	.uk-navbar-nav>li.uk-active>a {
		font-size: 10px;
	}
	.uk-search {
	display:none;
	}
}

div.tm-headerbar-bg{
  min-height: 72px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 1000;
/*height: 50px;
padding: 1em 2%;
/*-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;*/
}

div.tm-headerbar-bg.sticky{
min-height: 60px; 
position: fixed;
z-index: 1000;
width: 100%;
}
.tm-toolbar {border: 0px solid #444; margin:10px 0px;}
.tm-headerbar {border: 0px solid #444;}

#tm-headerbar .uk-container{
position: relative;
border: 0px solid #444;
}