/* ----------------------------------------------------------------
    Header
-----------------------------------------------------------------*/
#logo{
	height: auto;
	line-height: 0;
}
#logo img {
    display: block;
    max-width: 100%;
    max-height: 120px;
}
#espace-press{
	float: right;
}
#espace-press li {
    float: left;
    position: relative;
    margin-left: 10px;
    height: 40px;
    text-shadow: 1px 1px 1px #FFF;
}
#espace-press li.top-menu-em a {
    position: relative;
    top: -1px;
    padding: 1px 6px;
    background-color: #043b74;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
#espace-press li a, #espace-press li span {
    display: block;
    float: left;
    position: relative;
    line-height: 20px;
    margin-top: 10px;
    color: #777;
}
/* ----------------------------------------------------------------
    Menu 
-----------------------------------------------------------------*/
#primary-menu li a,
.sticky-menu-wrap li a {
    color: #043b74; 
}

.pager li > a:hover, 
.pager li > a:focus {
    text-decoration: none;
    background-color: #043b74;
}

.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #043b74;
    border: none;
    border-radius: 15px;
    color: #fff;
}
/* ----------------------------------------------------------------
    Flex Slider
-----------------------------------------------------------------*/


.flexsliderhome a:active  { outline: none; border: none; }


.flexsliderhome {position: relative;margin: 0; padding: 0;}
.flexsliderhome .slider-wrap > .slide {display: none; -webkit-backface-visibility: hidden;}
.flexsliderhome .slider-wrap img {width: 100%; display: block;}

/* ----------------------------------------------------------------
    Portfolio Image
-----------------------------------------------------------------*/
#portfolio {
    position: relative;
    margin: 0 -12px -12px 0;
}

.portfolio-item {
    position: relative;
    float: left;
    margin: 0 24px 24px 0;
    width: 170px;
}

.portfolio-item .portfolio-image,
.portfolio-item .portfolio-image a {
    display: block;
    position: relative;
    height: 140px;
	width: 170px; 
    margin: 0 auto;
}
.portfolio-item .portfolio-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%); 
}

#clients-scroller li img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%); 
}
/* ----------------------------------------------------------------
    CdCF
-----------------------------------------------------------------*/
.gris{
	color: #777;
}
.grisFonce{
	color: #444;
}
.orange{
	color:#e8a010;
}
.bleu{
	color: #043b74;
}

.team-image, .team-image img {
    display: block;
    width: auto;
}
.entry_title h2 {
	color: #043b74;
	font-weight: bold;
}
.entry_content a {
	font-weight: bold;
}

.small-posts .entry_image {
    float: left;
    width: 298px;
	height: 200px;
    margin: 0;
	border: 1px solid #b4b4b4; 
}
.entry_image img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
	vertical-align: middle;
   /*border: 1px solid #b4b4b4;*/
}
#footer .entry {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
#footer .entry_content ul{
	margin-bottom: 0;
}
#footer .entry_content ul{
	list-style-type: none;
}
#footer .entry_content a {
    font-weight: normal;
}
hr {
    display: block;
    clear: both;
    height: 0;
    margin: 20px 0 20px;
    padding: 0;
    border: 1px solid #b4b4b4;
    font-family: arial;
    text-align: center;
    font-size: 60px;
    line-height: 1;
}

/* ----------------------------------------------------------------
    Go To Top
-----------------------------------------------------------------*/


#gotoTop {
    display: none;
    position: fixed;
    width: 40px;
    height: 40px;
    background-color: #444;
    font-size: 24px;
    line-height: 35px !important;
    text-align: center;
    color: #FFF;
    top: auto;
    left: auto;
    right: 30px;
    bottom: 80px;
    cursor: pointer;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    -webkit-transition: background-color .2s linear;
    -ms-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
	z-index: 1;
}



/* ----------------------------------------------------------------
    Go To Bottom
-----------------------------------------------------------------*/


#gotoBottom {
    display: none;
    position: fixed;
    width: 40px;
    height: 40px;
    background-color: #444;
    font-size: 24px;
    line-height: 35px !important;
    text-align: center;
    color: #FFF;
    top: auto;
    left: auto;
    right: 30px;
    bottom: 30px;
    cursor: pointer;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    -webkit-transition: background-color .2s linear;
    -ms-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
	z-index: 1;
}

