/*
@import url("http://fonts.googleapis.com/css?family=Droid+Sans:regular,bold|Droid+Serif:regular,italic,bold,bolditalic&subset=latin");
*/
/*
Theme Name:Professional Theme
Theme URL:http://www.devsaran.com/theme/professional/
Description: Premium theme released by devsaran.com
Author:Pradeep Saran
Author URI:www.devsaran.com
*/
html, body, div, span, applet, object, iframe,
fouih1, h2, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
  padding-left: 17px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

li {
  list-style-type: square;
}

/*
  Clear Floated Elements
  */

  .clear {
    clear:both;
    display:block;
    overflow:hidden;
    visibility:hidden;
    width:0;
    height:0;
  }

  .clear:after {
    clear:both;
    content:' ';
    display:block;
    font-size:0;
    line-height:0;
    visibility:hidden;
    width:0;
    height:0;
  }

  .tcenter {
    text-align: center;
  }

  .fd-undl {
    text-decoration: underline;
  }

  .sr-res-col {
    color:#424242;
  }

  * html .clear {
    height:1%;
  }

/*
  Style HTML Tags
  */


  body {
    background:#fff; 
    color: #333;
    font-family: Verdana;
    font-size: 12px;
    line-height:1.62em;
  }

  a {
    color:#bd9b08;
    text-decoration:none;
  }

  a:hover {
    color:#bd9b08;
  }
  #block-system-main a {
    color:#bd9b08;
    text-decoration:none;
  }

  #share-menu li,
  #share-menu-bottom li {
    list-style-type: none;
  }

  #share-menu,
  #share-menu-bottom {
    list-style-type:none;
    margin-bottom:0px;
  }
  .slides li {
    list-style-type: none;
  }

  #slider ol, 
  #slider ul {
    padding-left: 0px;
    list-style-type: none;
  }

  h1{
    font-family: 'FrutigerLTW01-45Light';
    font-size: 30px;
    font-weight: normal;
  }

  h2{
    font-family: 'FrutigerLTW01-45Light';
    font-size: 24px;
    font-weight: normal;
  }


  h3{
    font-family: 'FrutigerLTW01-45Light';
    font-size: 21px;
    font-weight: normal;
    color:#333333;
  }

  h4{
    font-family: 'Frutiger LT W01 65 Bold';
    font-size: 16px;
    font-weight: normal;
  }

  h5{
    font-family: 'Frutiger LT W01 65 Bold';
    font-size: 12px;
    font-weight: normal;
  }

  p {
    margin-bottom:18px;
  }

  table {
    border-collapse:collapse;
    border-spacing:0;
    margin-bottom: 15px;
    width: 100%;
  }

  th, tr, td {
    vertical-align: middle;
  }

  .sticky-header th, .sticky-table th {
    border-bottom: 3px solid #f2f2f2;
    padding-right: 1em;
    text-align: left;
  }


  table {
  }

  th {
    background: #dbdbdb;
    padding: 5px 4px;
    text-shadow: 1px 1px #fff;
    border-right: 1px solid #c8c7c7;
    color:#333;
  }

  td {
    text-align: left;
    padding-left: 4px;
  }

  code {
    background: #d8d8d8;
    text-shadow: 1px 1px #fff;
    border: 1px solid #bbbbbb;
    display: block;
    padding: 7px;
    margin: 5px 0;
    border-radius: 7px;
  }

  mark {
    background-color:#fdfc9b;
    font-style:italic;
    font-weight:bold;
  }

  del {
    text-decoration: line-through;
  }

  hr {
    background: url(images/ui-components/separators/hr.jpg) repeat-x center;
    border:none;
    width: 100%;
  }

  .hr-home-last {
    margin-top: 10px;
  }

  .hr-home-bot {
    margin-bottom: 10px;
  }

  .vr {
    background: url(images/vr.jpg) repeat-y;
    width: 1px;
    height: 230px;
    float: left;
  }

  .vr-home-fix {
    margin-left: 25px;
    margin-top: 50px;
  }

  .vr-bottom {
    height: 100px;
    margin: 0px 15px 0px 15px;
  }

  .vr-botright {
    position: absolute;
    top: 1275px;
    right: 315px;
  }

  .vr-epv {
    height: 265px;
    margin: 0px 10px 0px 10px;
  }

  .epv-hr-fix {
    margin-bottom: 25px;
  }

  div.footer-col hr {
    color: #505050;
    background: #505050;
    height: 1px;
  }
  
  div.footer-col a {
    color:#505050;
  }
  
  div.body-comm-bot a {
    color:#505050;
  }

  dt {
    font-weight:bold;
    margin-bottom:24px;
  }

  dd {
    margin-left:30px;
    margin-bottom:24px;
  }

  ul {
    list-style-type:disc;
    margin-left:15px;
    margin-bottom:12px;
  }

  ul li {
    margin-top:4px;
  }

  ul ul {
    list-style-type:square;
    margin-bottom:0;
  }

  ul ul ul {
    list-style-type:circle;
  }

  ol {
    list-style-type:decimal;
    margin-left:30px;
    margin-bottom:24px;
  }

  ol ol {
    list-style: upper-alpha;
    margin-bottom:0
  }

  ol ol ol {
    list-style: lower-roman;
  }

  ol ol ol ol {
    list-style: lower-alpha;
  }

  abbr,
  acronym {
    border-bottom:#999 1px dotted;
    cursor:help;
  }

  big {
    font-size:1.3em;
  }

  cite,
  em {
    font-style:italic;
  }

  ins {
    background-color:#fdfc9b;
    text-decoration:none;
  }

  pre {
    background: #d8d8d8;
    text-shadow: 1px 1px #fff;
    border: 1px solid #bbbbbb;
    padding: 7px;
    margin: 5px 0;
    border-radius: 7px;
  }

  blockquote, q {
    quotes:none;
    border: 1px solid #bbbbbb;
    background: #d8d8d8 url(images/quote.png) no-repeat;
    padding: 10px 5px 5px 47px;
    text-shadow: 1px 1px #fff;
    margin: 5px 0;
    border-radius: 7px;
  }

  blockquote:before, blockquote:after,
  q:before, q:after {
    content:'';
    content:none;
  }

  strong {
    font-weight:bold;
  }

  sup,
  sub {
    height:0;
    line-height:1;
    vertical-align:baseline;
    position:relative;
    font-size:10px;
  }

  sup {
    bottom:1ex;
  }

  sub {
    top:.5ex;
  }

  video {
    max-width:100%;
    height:auto;
  }

  video {
    display:block;
  }

  audio {
    max-width:100%;
  }

  .content a img {
 /* padding:5px;
  box-shadow:0 0 3px #EEE;
  background:#FFF;
  border:#EEE 1px solid;
  */
}

.content a:hover img {
  background:#fff;
}

/*
  Theme Design, Layout and Typography
  */

  #wrapper {
    position:relative;
    /*max-width:980px;*/
    width: 949px;
    margin:0 auto;

    background:#fff;
    overflow:hidden;
  }

  #header {
    margin:0;
  }

  #logo {
    float:left;
    margin:10px 10px 10px 0px;
    padding-top: 19px;
    overflow:hidden;
  }
  #logo #logo-left {
    float:left;
    width:92px;
  }
  #logo #logo-right {
    float:left;
    margin:0;
    padding:0;
    overflow:hidden;
  }

  #logo-baseline{
    margin-top:-5px;
  }
  #logo-texte{
    padding:0;
    margin:0;
  }
  img
  {
    margin:0;
    padding:0;
    border:0;
  }

  #site-title a,
  #site-description {
    color:#333;
  }

  #site-title,
  #site-description {
    float:left;
    line-height:100px;
  }

  #site-title {
    margin:0;
    font-size:28px;
    font-weight:bold;
    height: 30px;
  }

  #site-description {
    margin-left:20px;
    font-size:12px;
    font-weight:normal;
  }
  #logo-header-left {
    float:left;
  }

  #text-header-right {
    float:right;
    width:60%;
    text-align: right;
    /* padding-top: 15px;*/
    /*overflow:auto;*/
  }

  #social-menu
  {
    margin-top:0px;
    float:right;
  }
  .social-icon
  {
    float:left;
    width:32px;
    text-align:left;
  }
  .social-text
  {
    float:left;
    color:#bd9b08;
    font-size:10px;
    padding-right:10px;
  }

  #link_as_submit-resp {
    position: absolute;
    right:0;   
    border: 0;   
    height: 30px;  
    width: 34px;  
    cursor: pointer;
    text-indent: -9999px; 
    border-color: #e4e4e4 #d2d2d2 #b4b4b4; 
    background: url(images/ui-components/buttons/button-icon-search-resp.jpg) no-repeat center top; 
    overflow: hidden;
    padding: 0;
  }

  #link_as_submit {
    margin-left: 0;
    border:0; 
    margin-right: 0; 
    height: 100%; 
    width: 34px; 
    cursor: pointer;
    text-indent: -9999px; 
    border-color: #e4e4e4 #d2d2d2 #b4b4b4; 
    background: url(images/ui-components/buttons/button-icon-search.jpg) no-repeat center top; 
    overflow: hidden;
    padding: 0;
  }





  /*********** MAIN MENU ************/
  #main-menu {   
  /* min-height:41px;*/
   border-top: 1px solid #D6D6D6;
   border-bottom: 1px solid #D6D6D6;
}
#main-menu .menu li, #main-menu-head .menu li, .nav-toggle-head{
  position:relative;
  background-color:#FFF !important;
  z-index:80;
}

  #main-menu li:hover > ul,
  #main-menu li li:hover > ul,
  #main-menu li li li:hover > ul,
  #main-menu-head li:hover > ul,
  #main-menu-head li li:hover > ul,
  #main-menu-head li li li:hover > ul {
    display:block;
  }



  #main-menu .nav-toggle, #main-menu-head .nav-toggle{
    display:none;
  }

  #main-menu ul li.leaf, #main-menu ul li.expanded, #main-menu ul li.collapsed,
  #main-menu-head ul li.leaf, #main-menu-head ul li.expanded, #main-menu-head ul li.collapsed {
    list-style:none;
  }
  
 ul.menu li {
    margin: 0;

  }

  #main-menu li.expanded, #main-menu li.collapsed, #main-menu li.leaf {
    margin: 0;
    padding: 0;
  }


  #main-menu ul {
    float:left;
    padding-top: 10px;
    margin:0;
    max-width:80%;
    list-style:none;
    font-family: 'FrutigerLTW01-45Light';
    font-size:16px;

    margin-left:0px;


  }

  #main-menu li {
    position:relative;
    float:left;
    /*padding:10px;*/
    height: 21px;
    margin-top: 50px;
    border-left: 1px solid #d6d6d6;
    line-height:22px;
  }

  #main-menu ul li:first-child {
    margin-left:-20px;
    border-left: 0px solid #bd9b08;
  }

  #main-menu a {
    display:block;
    padding:0 15px;
    color:#bd9b08;
    text-align:center;
    text-decoration:none;
  }

  #main-menu a:hover, #main-menu-head a:hover,
  #main-menu li > a.active, #main-menu-head li > a.active {

    color:#000;
    text-decoration:none;
  }
  /*>> MENU ACTIF */
  #main-menu li > a.active, #main-menu-head li > a.active {
    color: #000;
  }

  #main-menu li > a.active-trail, #main-menu-head li > a.active-trail
  {
    color:#000;
  }

  #main-menu li > span.active-arrow, #main-menu-head li > span.active-arrow{
    background: url(images/menu-curseur.jpg) no-repeat bottom center;
  /*  bottom: -17px;
    position: absolute;
    */
    width: 12px;
    height: 6px;
    /* left: 50%;*/
  }

  #main-menu-head .nav-toggle-head{
    display: none;
  }

#button-search-menu {
  background-image: url(images/ui-components/buttons/button-icon-search.jpg);
  background-repeat:no-repeat;
  background-color:#FFF;
  border-left: none;
  border-right: 1px solid #ccc;
  text-indent: -99999px;
  width: 28px;
  height: 25px;
  border:0;
  margin-top: 0px;
}

/************* SECOND MENU *******************/


#submenu-root {
  text-align:center;
  margin-top:-2px;
  height:30px;
  overflow:auto;
  border-top: 1px solid #D6D6D6;

}
#submenu-root .separator
{
  float:left;

  background-image:url(images/menu-separator.jpg);
  background-size: 1px 15px;
  background-repeat: no-repeat;  
  background-position: center center;

  margin-top:6px;
  display:block;
  
  width:25px;
}
#submenu-root #open-page
{
  float:left;

}
#submenu-root #open-page a
{
  margin-top:6px;
  display:block;
  color:#000;
}

#open-page-picto {
  position:absolute;
  margin-top:-8px;
}


#submenu-root .other-page
{
  float:left;
  
}
#submenu-root .other-page a
{
  margin-top:6px;
  display:block;
  color:#bd9b08;
}

#secondary-menu {
  border-bottom: 1px solid #d6d6d6;
  background-color: #F7F7F7;
  font-family: 'FrutigerLTW01-45Light';
}

#secondary-menu a:hover,
#secondary-menu li > a.active {

  color:#000;
  text-decoration:none;
}
/*>> MENU ACTIF */
#secondary-menu li > a.active {
  color: #000;
}






.drop-down-toggle {
  position:absolute;
  top:2px;
  right:16px;
  display:none;
  width:20px;
  height:20px;
}
.drop-down-arrow {
  display:block;
  width:0;
  height:0;
  margin:8px 0 0 5px;
  border-top:5px solid #aaa;
  border-left:transparent 5px solid;
  border-right:transparent 5px solid;
}





#submenu-mobile {
  position: absolute;
  visibility: hidden;
}



#container {

  border:0px solid #EEE;
}
/*
>>----------------SLIDER------------
*/
#slider {
  position:relative;
  margin:0 0 1.83%;
  height:400px;

  /*background-color:#f2f2f2;*/
 /* background:-moz-linear-gradient(#ddd,#bbb);
  background:-webkit-linear-gradient(#ddd,#bbb);
  background:-o-linear-gradient(#ddd,#bbb);
  background:-ms-linear-gradient(#ddd,#bbb);
  background:linear-gradient(#ddd,#bbb);*/
}

#slider a:active {
  outline:none;
}

.slides,
.flex-control-nav {
  margin:auto;
  padding:0;
  list-style:none;
  
}

.slides {
  width:100%;
  overflow:hidden;
}

#slider .slides > li {
  display:none;
  position:relative;
  margin:0;
}

#slider .slides li:first-child {
  display:list-item;
}

.flex-pauseplay span {
  text-transform:capitalize;
}

.slides:after {
  content:".";
  display:block;
  clear:both;
  visibility:hidden;
  line-height:0;
  height:0;
}

.flex-control-nav2 {
  position:absolute;
  right:4%;
  bottom:-0.3%;
  text-align:center;
  background-repeat:no-repeat;
  background-image:url("images/carousel-grey.png");
}

.flex-control-nav li {
  display:inline-block;
  margin:0 0 0 5px;
  background-repeat:no-repeat;
  background-image:url("images/carousel-grey.png");
}

.flex-control-nav li:first-child {
  margin:0;
  background-repeat:no-repeat;
  background-image:url("images/carousel-grey.png");
}

.flex-control-nav li a {
  display:block;
  width:15px;
  height:15px;
  cursor:pointer;
  color:#333;
  font-weight:bold;
  line-height:24px;
  background-repeat:no-repeat;
  background-image:url("images/carousel-grey.png");
}

.flex-control-nav li a.active,
.flex-control-nav li a:hover {
  background-repeat:no-repeat;
  background-image:url("images/carousel-pink.png");
}

.flex-control-nav2 li {
  display:inline-block;
  margin:0 0 0 15px;
  background-repeat:no-repeat;
  background-image:url("images/carousel-grey.png");
}

.flex-control-nav2 li:first-child {
  margin:0;
  background-repeat:no-repeat;
  background-image:url("images/carousel-grey.png");
}

.flex-control-nav2 li a {
  display:block;
  width:15px;
  height:15px;
  cursor:pointer;
  color:#333;
  font-weight:bold;
  line-height:24px;
  background-repeat:no-repeat;
  background-image:url("images/carousel-grey.png");
}

.flex-control-nav2 li a.active,
.flex-control-nav2 li a:hover {
  background-repeat:no-repeat;
  background-image:url("images/carousel-pink.png");
}



#slider .post {
  padding:1.83%;
  margin:0;
  box-shadow:none;
  background:none;
}

#slider .entry-container {
  float:left;
  max-width:50%;
  width:48%;
}

#slider .entry-header,
#slider .entry-summary {
  margin-left:5%;
}


#slider .entry-title{
  margin-left:0;
  line-height: 1.2em;
}

#slider .slide-image {
  max-width:49%;
  padding:0.47%;
  float:right;
  /*background:#FFF;*/
}

/*--------SLIDER HOME ------*/

#home-slider {
  position:relative;
  /*margin:0 0 1.83%;*/
  min-height:280px;
  margin-bottom:20px;
  

}

#home-slider a:active {
  outline:none;
}


#home-slider .flex-control-nav {
  position:relative; 
  width:100%;
  margin:auto;
  margin-top:0px;
  padding:0;
  list-style:none;
  text-align: center; 

  
}

#home-slider .home-slides {
  width:100%;
  overflow:hidden;
}

#home-slider .slides > li {
  display:none;
  position:relative;
  margin:0;
}

#home-slider .slides li:first-child {
  display:list-item;
}

#home-slider .home-slider-post {
  margin:0;
  box-shadow:none;
  background:none;
  position: relative;
 
}

#home-slider .home-slider-container {
  min-height: 90px;
}
#home-slider .home-slider-image-div{
  min-height: 200px;
}
#home-slider .home-slider-image {
  max-width:100%;
  

}


#home-slider .home-slider-header {
  margin-top: 0px;
  margin-left: 0px;
  
}
#home-slider h2.home-slider-title, #home-slider h2.home-slider-title   a{
  font-size:18px;
  /*font-family: verdana, sans-serif;*/
  font-family: 'FrutigerLTW01-45Light';
  
  
}
#home-slider .home-slider-summary{
  margin-top: 5px;
  margin-left: 0;

  overflow:auto;
  line-height: auto;
  font-size:14px;
  text-align: justify;
  font-family: verdana, sans-serif;
  width:100%;
  
}

/*--------SLIDER HOME ------*/

/*-----RESPONSIVE CLASS BY SAM--------*/
.vg-container{
  overflow: hidden;
  width:100%;
  margin:auto;
  height:auto;
  text-align: left;
}

.vg-col-25,
.vg-col-27,
.vg-col-33,
.vg-col-50,
.vg-col-66,
.vg-col-40,
.vg-col-60,
.vg-col-100{
  float:left;
}
.vg-col-25{
  width:24%; 

}
.vg-col-33{
  width:32.666%; 

}
.vg-col-27{
  width:28%; 
}
.vg-col-40{
  width:39%; 
}
.vg-col-60{
  width:59%; 
}

.vg-col-66{
  width:65.332%;  
}
.vg-col-100{
  width:100%;  
}
.vg-col-50{
  width:49.5%;  
}
.vg-margin-left{
  margin-left: 1%;
}
.vg-margin-right{
  margin-right: 1%;
}
.vg-margin-left-right{
  margin-right: 0.5%;
  margin-left: 0.5%;
}

.vg-img-responsive{
  display: block;
  max-width: 100%;
  width:auto;
  height: auto;
  margin:auto;
}

.vg-tabcell-mode{
  float:none;
  display: table-cell;
  max-width: 100%;
}

.vg-dashed{
  background-image: url("images/dashed.png");
  background-repeat :repeat-x;
  height:1px;
  width:100%;

}
.vg-dashed-bottom{
  /*border-bottom:1px dashed #d8d8d8;*/
  background-image: url("images/dashed.png");
  background-repeat :repeat-x;
  height:1px;
}
.vg-dashed-left{
  /*border-left:1px dashed #d8d8d8;*/
  background-image: url("images/dashed-down.png");
  background-repeat :repeat-y;
  width:1px;
  height:250px;

}
.vg-align-center{
  text-align: center;
}
.vg-padding-10{
  padding:10px;
}
.vg-padding-15{
  padding:15px;
}
.vg-margin-15{
  margin:15px;
}
.vg-display-block{
  display: block;
}
.vg-display-inline{
  display: inline-block;
}
/*----MOBILE MODE--------*/
@media screen and (max-width: 949px) {
  .vg-container{
    /*padding: 1%;*/
    width: 98% !important;
    /*text-align: center;*/
  }
  .vg-col-25,.vg-col-27,.vg-col-33,.vg-col-40,.vg-col-60,.vg-col-50,.vg-col-66,.vg-col-100,.vg-tabcell-mode,
  .vg-home-col-1,.vg-home-col-2
  {
    position: relative;
    display: block;
    float:none;
    clear:both;
    width:100% !important; 
    margin-left:auto;
    margin-right:auto;
  }
  .vg-margin-left{
    margin:auto;
  }
  .vg-float-left, .vg-float-right{
    clear:both;
  }

  .vg-mobile-hide{
    display: none;
  }

  .vg-dashed-bottom,
  .vg-dashed-left
  {
    border:0px;
  }

  #home-bouton{
    background-image: none;    
    height: auto;
    line-height: auto;

  }
  
  #home-bouton .vg-col-33{
    margin-bottom: 10px;
  }

  #social-menu-footer{
    display: block;
    text-align: center;
    width:100%;
    overflow: auto;
  }

  .footer-whitebox{
    min-height: 200px !important;
    padding:0;
    margin-top: 30px;
  }
  .footer-whitebox-text{
    width: 90% !important;
    margin:auto;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 950px) {
  /*-- on cache les liens sociaux en footer en mode web*/
  #social-menu-footer{display: none}
}

@media screen and (min-width: 950px) {
  #home-bouton{
    background-image: url(images/home-bouton-bg.jpg);
    background-repeat: repeat-x;
    height: 70px;
    line-height: 70px;
  }
}



#home-bouton-2{
  clear: both;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  
  
}

.vg-float-right{
  float:right;
}
.vg-float-left{
  float:left;
}

/*-----RESPONSIVE END--------*/
/*-----NEW HOME -----------*/
.vg-home-col-1{
  /*float:left;
  width: 650px;
  display: block;*/
}
.vg-home-col-2{
  float:right;
  width: 294px;
}

#home-search{
  text-align: center;
  
}
#home-search #block-vg-block-search-block-vg-search{
  padding-top: 10px;
  height:310px;
}

#home-top-container,#home-content{
  margin-top:10px;
  margin-bottom:10px;

}



.home-content-title, .home-content-title a{
  color:#bd9b08;
  /*font-family: verdana,sans-serif;*/
  font-family: 'FrutigerLTW01-45Light';
  font-size: 14px;
  margin-top:8px;
}

.home-content-text, .home-content-text a{
  color:#252425;
  font-family: verdana,sans-serif;
  font-size: 12px
}

#home-colonne{
	background-color: #f3f3f4;
}

.home-col-block{
  width:100%;
  background-color: #f3f3f4;
  color:#252425;
  font-size: 12px;
}

.home-col-titre{  
  color: #242424;
  background-color: #dcdcdc;
  font-family: verdana;
  font-size: 18px;
  font-family: 'FrutigerLTW01-45Light';
  height:40px;
  line-height:40px;
  vertical-align: middle;
  width:100%;
  padding:0px 10px;
}
.home-col-content{ 
  margin:10px;
}

/*----NEW AND RECENT-----------*/
#view-and-recent{
  background-color:#f2f2f2;
  font-family: verdana,sans-serif;
  font-size: 12px;
  padding:0;
  height: 320px;
  overflow: hidden;


}
#view-and-recent-onglet{
  width:100%;
  line-height:28px; 
  text-align: center;
  font-size: 16px;
  color:#000;
  cursor:default;
  overflow: auto;
  font-family: 'FrutigerLTW01-45Light';
  
}

.view-and-recent-onglet{
  width:50%;
  display: table-cell;
  float:left;
}
.view-and-recent-onglet-off{
  background-color:#dcdcdc;
  color:#bd9b08;
  cursor:pointer;cursor:hand;
}

.view-and-recent-content{margin-top:15px;display:block;}
#view-and-recent-content-recent{}
#view-and-recent-content-view{}
.view-and-recent-content-off{
  display:none;
}
.view-and-recent-content{  
  margin: 12px 15px 15px 15px;
  max-height: 266px;
  overflow: hidden;
}
.view-and-recent-content a{
  color:#000;  
}
.view-and-recent-content .item-link{
  display: block;  
   margin-bottom: 3px;
   margin-top: 3px;
   height:20px;
   overflow: hidden;

}
.view-and-recent-content  .item-link-id{
 /* width:26px;*/
}
.view-and-recent-content  .item-link-one-line{}
.view-and-recent-content .item-list .item-link{}
.view-and-recent-content .item-list .item-link .item-link-title{}
.view-and-recent-content .item-list .item-link div{
  display: table-cell; 
  
}
.view-and-recent-content h3{
  display: none;
}

#recent-roll{
  position: absolute;
  width:300px;
  background: #ececec; /* Old browsers */
  background: -moz-linear-gradient(top, #ececec 0%, #ffffff 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ececec 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ececec 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
  border:1px solid #CCC;
  font-family: verdana, sans-serif;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding:10px;
}
#recent-roll-img{
  display: inline-block;
  vertical-align: top;
  width:50px;  
  text-align: left;
}
#recent-roll-text{
  display: inline-block;
  vertical-align: middle;
  width:250px;  
  font-size:12px; 

}

/*-----RESEAUX SOC-----------*/
.social-onglet{
  display: inline-block;
  border-left:1px solid #CCC;
  vertical-align: middle;
  height:30px;
  line-height: 30px;
}
.social-onglet:first-child{
  border: none;
}
.social-onglet.off{
  cursor:pointer;cursor:hand;
}

.social-onglet-content{
  display: block;
  text-align: center;
  min-height: 500px;
}
.social-onglet-content.off{
  display: none;
}


/*
//----------------SLIDER------------
*/
#content-full-width {
}
.content-sidebar-wrap {
  float:left;
  width:100%;
}

.content-sidebar-wrap #content {
  background:#fff;
  display: inline;
  margin-bottom: 2.7%;
  /*margin-right:10px;*/
  float:right;
  width:100%;

}
#block-system-main
{
  width:100%;
}
#block-system-main .content
{
  width:100%;
}

#sidebar-first {
  float: right;
  overflow:auto;
  margin-top:25px;
}
/* TAILLE DES 2 COLONNES DANS LE CAS CLASSIQUE */
.content-sidebar-wrap {
  width: 65%;

}

#content {
  width: 100%;
}

#sidebar-first {
  width: 31%;
}

/* 3 columns */
/*
body.two-sidebars .content-sidebar-wrap {
  width:80%;
}

body.two-sidebars #content {
  width:75%;
}

body.two-sidebars #sidebar-first {
  width: 24%;
}

body.two-sidebars #sidebar-second {
  width: 19%;
}
*/
/* 2 columns: sidebar-first */
/*
body.sidebar-first .content-sidebar-wrap {
  width: 100%;
}

body.sidebar-first #content {
  width: 80%;
}

body.sidebar-first #sidebar-first {
  width: 19%;
}
*/
/* 2 columns: sidebar-second */
/*
body.sidebar-second .content-sidebar-wrap {
  width: 80%;
}

body.sidebar-second #content {
  width: 100%;
}

body.sidebar-second #sidebar-second {
  width: 19%;
}
*/
#post-content {
  padding: 0 0px;
}
#breadcrumbs
{
  overflow:auto;
  margin:0 0px;
  font-size:11px;
}
#breadcrumb-title
{
  float:left;
}
.breadcrumb {
  float:left;
  font-size:11px;
}

/*#head, #content, */

#sidebar-second, #sidebar-first {
  margin-top: 52px;
}

/*#head, #content*/

#sidebar-second, #sidebar-first2,#sidebar-first3 {
  margin-top:0px;
  float:right;
  overflow:hidden;
  width:31%;
}

.node {
  margin:20px 0;
}

.node h2.title {
  margin-left:20px;
  margin-top:10px;
  margin-bottom:20px;

}

.page-title {
  margin-top:25px;
  margin-bottom:25px;
  width: 100%;
  line-height: 1.4em;
}

.node h2.title a{
  color: #000;
}

.block {
  margin-bottom:1.5em;
}

/*--titre block filtres sur etudes-**/
.block h5{
  font-family: verdana/*'FrutigerLTW01-45Light'*/;
  font-weight: normal;
  color: #bd9b08;
  margin:7px;
  font-size: 24px;
}
/*--titre blocks recherche-**/
.block-vg-block-search h5{  
  /*
  font-family:  verdana,sans-serif;
  font-weight: bold;
  */
  font-family: 'Frutiger LT W01 65 Bold';
  
  color: #a24c97;
  font-size: 18px;
  margin-top: 0px;

}

.bloc-colonne h2{
  font-family: Verdana;
  font-size: 14px;
  font-weight: normal;
  color: #bd9b08;
  margin:0;
}

.block h2{
  font-weight: normal;
  color: #bd9b08;
  margin:7px;
}

#head .block > h2,
#foot .block > h2 {
  color:#333;
}

#footer-area .block > h2 {
  color:#ddd;
}

#footer-area ul.menu li a.active{
  color:#ddd;
}

/*
D�but Derniere ligne du footer : lien + copyright
*/
#footer-menu
{
  margin-top:25px;
  width:100%;
  border:0px solid #000;
  overflow: auto;
  font-family: tahoma,sans-serif;
  
}

#footer-menu #footer-menu-links
{
  float:left;
  display: inline-block;
  color:#bd9b08;  
  width:67%;
}
#footer-menu #footer-menu-links a{
  font-size:10px;

}

#footer-menu #footer-menu-copyright
{
  /*display: inline-block;*/
  float:left;
  font-size:9px;
  color:#a6a6a6;
  text-align:right;
  width:33%;
}
#footer-menu #footer-menu-copyright a
{
  color:#a6a6a6;
}
/*
Fin Derniere ligne du footer : lien + copyright
*/


/*
Block menu-haut-de-page
*/
#header-menu-links
{
  float:right;
  overflow:auto;
}
#block-menu-menu-menu-haut-de-page ul
{
  color:#bd9b08;
  font-size:10px;
  padding:0;
  margin:0;
  overflow:hidden;

}
#block-menu-menu-menu-haut-de-page li
{
  float:left;
  padding-left:10px;
  padding-right:10px;
  padding-top:0;
  border-left:1px solid #CCC;
  list-style: none;
}
#block-menu-menu-menu-haut-de-page li a
{
  color:#717171;
}
#block-menu-menu-menu-haut-de-page li.first
{
  border-left:0px;
}
#block-menu-menu-menu-haut-de-page li.last
{
  padding-right:0px;
}

/*
Block menu-bas-de-page
*/
#block-menu-menu-menu-bas-de-page ul
{

  color:#bd9b08;
  font-size:10px;
  padding:0;
  margin:0;
  overflow:auto;

}
#block-menu-menu-menu-bas-de-page li
{
  float:left;
  padding-left:5px;
  padding-right:5px;
  margin:0;
  border-left:1px solid #CCC;
  list-style: none;
}
#block-menu-menu-menu-bas-de-page li a
{
  color:#bd9b08;
}
#block-menu-menu-menu-bas-de-page li.first
{
  border-left:0px;
  padding-left:0px;
}



.submitted {
  background: #dfdddd;
  padding: 4px 9px;
  border-radius: 4px;
  color: #383838;
  text-shadow: 1px 1px #fff;
  clear: both;
  display: block;
  margin-bottom: 2px;
}

.links {
  color: #000;
  margin-top: 10px;
  font-size: 14px;
}

ul.links {
  margin:0;
}

.links li a {
  background-color: #E7E5E3;
  color: #100100;
  padding: 4px 5px;
  border-radius: 4px;
  text-shadow: 1px 1px #fff;
  font-weight: normal;
}

.links li a:hover {
  background-color: #D7D5D3;
  color: #100101;
}


/*-------------------------------------------*
/* Fix CKEditor style
/*-------------------------------------------*/
table.cke_editor {
  background: transparent;
  border: 0;
}
table.cke_editor td {
  background: transparent;
  padding: 0;
  border: 0;
}

/*-------------------------------------------*
/* Poll, Buttons, Form
/*-------------------------------------------*/
.poll .vote-form .choices .title {
  font-size: 14px;
  font-weight: normal;
  line-height: 2;
}

.poll .vote-form .choices {
  margin: 0;
}

.form-submit{
  cursor: pointer;
  margin:5px;
}

input.form-checkbox, input.form-radio {
  vertical-align: baseline;
}

.form-text {
  padding: 4px 5px;
}

/*-------------------------------------------*
/* Menus and item lists 
/*-------------------------------------------*/
.item-list ul {
  margin: 0;
  padding: 0 0 0 1.5385em;
}

.item-list ul li {
  margin: 0;
  padding: 0;
}

ul.menu li {
  margin: 0;
  padding: 0;
}

ul.inline {
  clear: both;
}

ul.inline li {
  margin: 0;
  padding: 0;
}

/*-------------------------------------------*
/* Admin Tabs
/*-------------------------------------------*/
.tabs-wrapper {
  border-bottom: 1px solid #b7b7b7;
  margin: 0 0 5px 0;
}

ul.primary {
  border: none;
  margin: 0;
  padding: 0;
}

ul.primary li a {
  background: none;
  border: none;
  display: block;
  float: left;
  line-height: 1.5385em;
  margin: 0;
  padding: 0 1em;
  border-radius: 4px 4px 0 0;
  margin-right: 5px;
}

ul.primary li a:hover, ul.primary li a.active {
  background: #666;
  border: none;
  color: #fff;
}

ul.primary li a:hover {
  background: #888;
  text-decoration: none;
}

ul.secondary {
  background: #666;
  border-bottom: none;
  clear: both;
  margin: 0;
  padding: 0;
}

ul.secondary li {
  border-right: none;
}

ul.secondary li a, ul.secondary li a:link {
  border: none;
  color: #f2f2f2;
  display: block;
  float: left;
  line-height: 1.5385em;
  padding: 0 1em;
}

ul.secondary li a:hover, ul.secondary li a.active {
  background: #888;
  color: #fff;
  text-decoration: none;
}

ul.secondary a.active {
  border-bottom: none;
}

/*-------------------------------------------*
/* Tabs and Tags
/*-------------------------------------------*/
.field-name-field-tags {
  margin: 0 0 10px 0;
}

.field-name-field-tags a{
  display: inline-block;
  background: url(images/tag.png) no-repeat;
  padding: 0px 8px 0 16px;
  height: 22px;
  text-shadow: 1px 1px #fff;
  border-radius: 2px;
  font-size: 12px;
}

.field-name-field-tags a:hover{
}

.field-name-field-tags .field-item {
  margin: 0 1em 0 0;
}

.field-name-field-tags div {
  display: inline;
}

#content-container .field-label{
}

#content-container .field-items .field-item{
}

/*-------------------------------------------*
/* Profile
/*-------------------------------------------*/
.profile {
  margin: 1.5385em 0;
}

.profile dd {
  margin-bottom: 1.5385em;
}

.profile h3 {
  border: none;
}

.profile dt {
  margin-bottom: 0;
}

.password-parent {
  width: 36em;
}

/*-------------------------------------------*
/* Navigation
/*-------------------------------------------*/
.item-list .pager {
}

.item-list .pager li {
  background: #cfcfcf;
  border-radius: 3px;
  margin-right: 4px;
  text-shadow: 1px 1px #fff;
}

/*-------------------------------------------*
/* Forum
/*-------------------------------------------*/
.field-name-taxonomy-forums div {
  display: inline;
  margin-top: 4px;
}

.field-name-taxonomy-forums .field-items {
}

#forum .title {
  font-size: 16px;
}

#forum .submitted {
  font-size: 12px;
  font-family: verdana, arial, tahoma, sans-serif;
  background: transparent;
  padding: 0;
}

#forum .container {
  background: #a1a1a1;
  color: #fff;
}

#forum .container a {
  color: #000;
  font-weight: bold;
}

#forum div.indent {
  margin-left: 2px;
}

.forum-starter-picture {
  float: left;
  padding: 4px;
  border: 1px solid #d9d9d9;
  margin: 5px 7px 5px 0;
}

#forum th {
  background: #434343;
  text-shadow: none;
  color: #fff;
}

#forum th a {
  color: #fff;
}

#forum td.forum .icon, #forum .icon div {
  background: url(images/no-new-posts.png) no-repeat;
  width: 35px;
  height: 35px;
}

#forum .name a{ 
  font-size: 16px;
}

/* Images */

img { outline: 0; }

img.scale-with-grid { max-width: 100%; height: auto; }

/* Comments */

.comment h2.title { margin-bottom: 1em; }

.comment div.user-picture img { margin-left: 0; }

.comment { margin-bottom: 20px; display: table; vertical-align: top; }

.comment .attribution { display: table-cell; padding: 0 35px 0 0; vertical-align: top; overflow: hidden; }

.comment .attribution img { margin: 0; border: 1px solid #d3d7d9; }

.comment .attribution .username { white-space: nowrap; }

.comment .comment-submitted p { margin: 4px 0; font-size: 1.071em; line-height: 1.2; }

.comment .comment-submitted .comment-time { font-size: 0.786em; }

.comment .comment-submitted .comment-permalink { font-size: 0.786em; text-transform: lowercase; }

.comment .content { font-size: 0.929em; line-height: 1.6; }

.comment .comment-arrow { background: url(images/comment-arrow.gif) no-repeat 0 center transparent;
  border-left: 1px solid; border-right: 1px solid; height: 40px; margin-left: -36px; margin-top: 15px; position: absolute; width: 20px; }

  .comment .comment-text { padding: 0 25px 10px 35px; display: table-cell; vertical-align: top; position: relative; width: 100%; border-left: 1px solid #d3d7d9; }

  .comment .indented { margin-left: 40px; }

  .comment-unpublished { margin-right: 5px; padding: 5px 2px 5px 5px; }

  .comment .comment-text .comment-arrow { border-left: 1px solid #ffffff; border-right: 1px solid #ffffff; }

  /* -------------- Form Elements   ------------- */

  fieldset { background: #ffffff; border: 1px solid #f2f2f2f2f2f2; margin-top: 10px; margin-bottom: 32px;
    padding: 0 0 10px; position: relative; top: 12px; /* Offsets the negative margin of legends */
    -khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

    .fieldset-wrapper { margin-top: 25px; }

    .node-form .vertical-tabs .fieldset-wrapper { margin-top: 0; }

    .filter-wrapper { top: 0; padding: 1em 0 0.2em;
      -khtml-border-radius-topright: 0; -khtml-border-radius-topleft: 0; -moz-border-radius-topright: 0; -moz-border-radius-topleft: 0;
      -webkit-border-top-left-radius: 0; -webkit-border-top-right-radius: 0; border-top-left-radius: 0; border-top-right-radius: 0; }

      .filter-help a { font-size: 0.857em; padding: 2px 20px 0; }

      .filter-wrapper .form-item label { margin-right: 10px; }

      .filter-wrapper .form-item { padding: 0 0 0.5em 0.5em; }

      .filter-guidelines { padding: 0 1.5em 0 0.5em; }

      fieldset.collapsed { background: transparent; -khtml-border-radius: 0; -moz-border-radius: 0;  -webkit-border-radius: 0; border-radius: 0; }

      fieldset legend { background: #dbdbdb; border: 1px solid #f2f2f2; border-bottom: none; display: block; height: 2em;
        left: -1px; line-height: 2; padding: 0; position: absolute; text-indent: 10px; text-shadow: 0 1px 0 #fff; top: -12px; width: 100%;
        -khtml-border-radius-topleft: 4px; -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; 
        -khtml-border-radius-topright: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }

        fieldset.collapsed legend { -khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }

        fieldset .fieldset-wrapper { padding: 0 10px; }

        fieldset .fieldset-description { margin-top: 5px; margin-bottom: 1em; line-height: 1.4; font-style: italic; }



        input, textarea {  font-size: 0.929em; }

        textarea { line-height: 1.5; }

        textarea.form-textarea, select.form-select { padding: 4px; }

        input.form-text, textarea.form-textarea, select.form-select { border: 1px solid #f2f2f2; }

        .password-suggestions ul li { margin-left: 1.2em; }

        .form-item { margin-bottom: 1em; margin-top: 2px; }

        .form-item label { font-size: 0.929em; }

        .form-type-radio label, .form-type-checkbox label { margin-left: 4px; }

        .form-type-radio .description, .form-type-checkbox .description { margin-left: 2px; }

        .form-actions { padding-top: 10px; }



        #block-search-form { padding-bottom: 7px; }

        #block-search-form .content { margin-top: 0; }

        #search-form input#edit-keys,
        #block-search-form .form-item-search-block-form input { float: left; font-size: 1em; height: 1.143em; margin-right: 5px; width: 9em; }

        #search-block-form input.form-submit,
        #search-form input.form-submit { margin-left: 0; border:0; margin-right: 0; height: 25px; width: 34px; padding: 0; cursor: pointer;
          text-indent: -9999px; border-color: #e4e4e4 #d2d2d2 #b4b4b4; background: url(images/ui-components/buttons/button-icon-search.jpg) no-repeat center top; overflow: hidden; }

          #search-block-form input.form-submit:hover,
          #search-block-form input.form-submit:focus,
          #search-form input.form-submit:hover,
          #search-form input.form-submit:focus { background-position: center bottom; }

          #search-form .form-item-keys label { display: block; }

          ol.search-results { padding-left: 0; }

          .search-results li { border-bottom: 1px solid #d3d7d9; padding-bottom: 0.4285em; margin-bottom: 0.5em; }

          .search-results li:last-child { border-bottom: none; padding-bottom: none; margin-bottom: 1em; }

          .search-results .search-snippet-info { padding-left: 0; }


          #footer {
            clear:both;

          }

          #footer-area {
            
            
            /*box-shadow:0 0 3px #999;*/
            background:#dedede;
            margin-top:25px;
 /*
  background:-moz-linear-gradient(#444, #333);
  background:-webkit-linear-gradient(#444, #333);
  background:-o-linear-gradient(#444, #333);
  background:-ms-linear-gradient(#444, #333);
  background:linear-gradient(#444, #333);*/
  color:#999;
}

#footer-area .column {
  float:left;
  width:25%;
  margin:0 0 1.9% 3.8%;
}

#footer-area .column:first-child {
  margin-left:0;
  display:none;
}

#footer-area .column-title {
  color:#e0e0e0;
}

#footer-area li {
  border-bottom:#555 1px dashed;
}

/*
Zone de footer grise colonne menu
*/
#footer-area .column ul 
{
  list-style: none;
  color:#000;
}
#footer-area .column li  a
{
  color:#000;
}


#copyright {
  clear:both;    
  padding:0 20px;
  /* box-shadow:0 -1px 3px #f2f2f2;*/
  background:#dedede;
  /*
  background:-moz-linear-gradient(#e3e3e3, #ddd);
  background:-webkit-linear-gradient(#e3e3e3, #ddd);
  background:-o-linear-gradient(#e3e3e3, #ddd);
  background:-ms-linear-gradient(#e3e3e3, #ddd);
  background:linear-gradient(#e3e3e3, #ddd);
  */
  color:#999;
  line-height:40px;
}

.copyright {
  float:left;
  max-width:728px;
}

.credits {
  float:right;
  max-width:370px;
  margin-right:12px;
  text-align:right;
}

#copyright p {
  margin:0;
}

#copyright a {
  color:#7799aa;
  text-decoration:none;
}

#copyright a:hover {
  color:#bd9b08;
  text-decoration:underline;
}



#slogan-title {
  float:left;
  clear:both;
}



.submenu-box {
  text-align: center;
  font-size: 12px;
  margin-left : 10px;
  padding-left: 10px;
  border-left: 1px solid #d6d6d6;
  padding-top: 1px;
}

#submenu-box-first {
  border-left: 0;
  padding-left:0;
  text-align: center;
}


/* =Links
-------------------------------------------------------------- */
a.link.text{
  font-size: 12px;
}

a.link.text.expand{
  background: url(images/ui-components/buttons/button-link-text-expand-spritesheet.jpg) no-repeat top right;
  padding-right: 20px;
}

a.link.text.expand:hover{
  background-position: right -15px;
  color: #000;
}

a.link.text.expand.expanded{
  background-position: right -30px;
}

a.link.text.expand.expanded:hover{
  background-position: right -45px;
}

#share-menu a.link.rss-feed{
  background: url(images/ui-components/buttons/button-subscribe-rss-feed-spritesheet.jpg) no-repeat right 2px;
  font-family: 'FrutigerLTW01-45Light';
  font-size: 15px;
  height: 16px;
  padding: 0 15px;
}

a.link.send-feed:hover{
  background-position: right -15px;
}


a.link.print-feed{
  background: url(images/ui-components/buttons/button-subscribe-print-feed-spritesheet.jpg) no-repeat right 2px;
  font-family: 'FrutigerLTW01-45Light';
  font-size: 15px;
  height: 16px;
  padding-right: 20px
}

a.link.print-feed:hover{
  background-position: right -15px;
}


a.link.send-feed{
  background: url(images/ui-components/buttons/button-subscribe-mail-feed-spritesheet.jpg) no-repeat right 2px;
  font-family: 'FrutigerLTW01-45Light';
  font-size: 15px;
  height: 16px;
  padding-right: 20px
}

a.link.rss-feed:hover{
  background-position: right -15px;
}  

a.link.download{
  background: url(images/ui-components/buttons/button-link-download-spritesheet.jpg) no-repeat top left;
  padding-left: 20px
}

a.link.download:hover{
  background-position: left -15px;
}

a.link.edit{
  background: url(images/ui-components/buttons/button-edit-spritesheet.jpg) no-repeat right 2px;
  padding-right: 23px
}

a.link.edit:hover{
  background-position: right -13px;
}

.header-tns-content {
  width:100%;
}

/*
SHARE BOX 
*/
/* =Page Header List Share Box
-------------------------------------------------------------- */
/*
Menu Share / RSS / Print...
*/
#share-menu
{
  float:right;
  margin-top:-30px;
}

#share-menu-bottom {
  float:right;
}

#share-menu ul,
#share-menu-bottom ul {
  float:left;
  margin:0; 
  list-style:none;
  font-size:13px;
}

#share-menu li,
#share-menu-bottom li {
  position:relative;
  float:left;
}

#share-menu a,
#share-menu-bottom a {
  display:block;
  color:#bd9b08;
  text-align:center;
  text-decoration:none;
}

#share-menu a.nosocial,
#share-menu-bottom a.nosocial {
  margin: 5px;
}

#share-menu ul li.share-box{
  position: relative;
  padding-left: 89px;

}

#share-menu ul li.share-box a.share{
  background: url(images/ui-components/buttons/button-link-share-icon.jpg) no-repeat right center;
  color: #bd9b08;
  cursor: default;
  padding-right: 17px;
  position: absolute;
  right: 0;
  z-index: 2;
}

#share-menu ul li.share-box div.box{
  -webkit-box-shadow: 2px 2px 6px rgba( 1, 1, 1, .2);
  box-shadow: 2px 2px 6px rgba( 1, 1, 1, .2);
  background: #fff;
  border: 1px solid #f4f4f4;
  display: none;
  position: absolute;
  top: -10px;
  right: -11px;
  width: 260px;
  padding: 10px;
  z-index: 1;
}

#share-menu ul li.share-box div.box.open{
  display: block;
}

#share-menu ul li.share-box div.box h3{
  font-size: 15px;
  margin: 0;
}

#share-menu ul li.share-box div.box span.message{
  font-family: 'FrutigerLTW01-45Light';
}

#share-menu ul li.share-box div.box ul.share-links{
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

#share-menu ul li.share-box div.box ul.share-links li{
  display: inline-block;
  margin-left: 4px;
  height: 19px;
  width: 19px;  
}

#share-menu ul li.share-box div.box ul.share-links li a{
  display: block;
  height: 19px;
  width: 18px;    
}

#share-menu ul li.share-box div.box ul.share-links li a.email{
  background: url(images/ui-components/social/social-links-share-box-spritesheet.jpg) no-repeat;
}

#share-menu ul li.share-box div.box ul.share-links li a.email:hover{
 background-position: 0 -19px;
}

#share-menu ul li.share-box div.box ul.share-links li a.stumble-upon{
  background: url(images/ui-components/social/social-links-share-box-spritesheet.jpg) no-repeat;
  background-position: -22px 0;

}

#share-menu ul li.share-box div.box ul.share-links li a.stumble-upon:hover{
 background-position: -22px -19px;
}

li a.linked-in{
  background: url(images/ui-components/social/social-links-share-box-spritesheet.jpg) no-repeat;
  background-position: -44px 0;
  height: 19px;
  width: 22px;
}

li a.linked-in:hover{
 background-position: -44px -19px;
}

li a.twitter{
  background: url(images/ui-components/social/social-links-share-box-spritesheet.jpg) no-repeat;
  background-position: -66px 0;
  height: 19px;
  width: 22px;
}

li a.twitter:hover{
 background-position: -66px -19px;
}

li a.facebook{
  background: url(images/ui-components/social/social-links-share-box-spritesheet.jpg) no-repeat;
  background-position: -88px 0px;
  height: 19px;
  width: 22px;
}

li a.facebook:hover{
 background-position: -88px -19px;
}

li a.gplus{
  background: url(images/ui-components/social/gplustotal.jpg) no-repeat;
  height: 19px;
  width: 22px;
}

li a.gplus:hover{
 background-position: 0px -19px;
}

#share-menu ul li.share-box div.box ul.share-links li a.digg{
  background: url(images/ui-components/social/social-links-share-box-spritesheet.jpg) no-repeat;
  background-position: -110px 0;
}

#share-menu ul li.share-box div.box ul.share-links li a.digg:hover{
 background-position: -110px -19px;
}

#share-menu ul li.share-box div.box ul.share-links li a.reddit{
  background: url(images/ui-components/social/social-links-share-box-spritesheet.jpg) no-repeat;
  background-position: -132px 0;
}

#share-menu ul li.share-box div.box ul.share-links li a.reddit:hover{
  background-position: -132px -19px;
}


/* =Button Expand Large
-------------------------------------------------------------- */
#container a.button{
  cursor: pointer;
  display: inline-block;
  font-family: 'FrutigerLTW01-45Light';
  text-decoration: none;
}
#container a.button.expand-large{
  background: url(images/ui-components/buttons/button-link-text-expand-large-spritesheet.png) no-repeat top right;
  width: 29px;
  height: 29px;    

}

#container a.button.expand-large:hover{
  background-position: 0 -29px;
  color: #000;
}

#container a.button.expand-large.expanded{
  background-position: 0 -58px;
}

#container a.button.expand-large.expanded:hover{
  background-position: 0 -87px;
}

/* =Button Expand
-------------------------------------------------------------- */
#container a.button.expand{
  background: url(images/ui-components/buttons/button-link-text-expand-spritesheet.png) no-repeat top right;
  padding-right: 20px;
  margin-top: 5px;
  width: 15px;
  height: 15px;   
}
#container a.button.expand.expand-hover{
  background-position: right -15px;
  color: #000;
}

#container a.button.expand:hover{
  background-position: right -15px;
  color: #000;
}

#container a.button.expand.expanded{
  background-position: right -30px;
}

#container a.button.expand.expanded:hover{
  background-position: right -45px;
}
#container a.button.expand.expanded.expand-hover{
  background-position: right -45px;
}


/*
>>--------------Template g�n�rique
*/
#generic-pdf-haut,#generic-pdf-bas {
  margin-top: 10px;
  color: #909090;
  font-size: 12px;
  font-weight:bold; 
}
#generic-pdf-bas {
  margin-top: 20px;
  text-align: right;
}

#generic-pdf-lien{
  
  margin-right: 8px;  
  display:inline-block;
  vertical-align: middle;

}
#generic-pdf-btn{
  display:inline-block;
  vertical-align: middle;
}


.generic-intro {
  font-family: 'FrutigerLTW01-45Light';
  font-size: 22px;
  line-height: 1.2em;
  margin: 0;
  margin-top: 5px;
  text-align: left;
}

.generic-intro-fix-carriere {
  font-family: 'FrutigerLTW01-45Light';
  font-size: 20px;
  line-height: 1.2em;
  margin: 0;
  margin-top: 8px;
  text-align: left;
  width: 80%;
  line-height: 1.2em;
  float: left;
  margin-left:10px;
}

#generic-intro
{
  font-family: 'FrutigerLTW01-45Light';
  font-size: 22px;
  line-height: 30px;
  margin: 0;
  margin-top:10px;
  text-align:left;
}

#generic-image
{
  margin-top:20px;
  margin-bottom:20px;
  text-align: center;
}
#generic-video
{
  margin-top:20px;
  margin-bottom:20px;
  
}
#generic-texte
{
  font-size:12px;
  text-align:justify;
  
}
/*
//--------------TEMPLATE Rencherche
*/
.search_result{
  margin-bottom:30px;
}
.search_result_titre{
  /*font-weight: bold;*/
  font-size: 13px;
}
.search_result_date{
  margin-top: 0px;
  margin-bottom: 0px;
  cursor:pointer;cursor:hand;
}
.search_result_texte{
  margin-top: 0px;
  cursor:pointer;cursor:hand;
}
.search_result_titre b,.search_result_date b,.search_result_texte b{
  font-weight: bold;
  }


/*
//--------------Template g�n�rique
*/
/*
>>------------Field Collection Accordeon
*/

/* 1- Accordeon */

.field_accordeon_content_margin{
  margin:10px;
}

.field_accordeon_home{
  margin-top: 20px;
  border-style: solid;
  border-width: 1px 0px 0px;
  -moz-border-image: url(images/ui-components/separators/hr.jpg) 1 0 0 repeat round;
  -webkit-border-image: url(images/ui-components/separators/hr.jpg) 1 0 0 repeat round;
  -o-border-image: url(images/ui-components/separators/hr.jpg) 1 0 0 repeat round;
  border-image: url(images/ui-components/separators/hr.jpg) 1 0 0 fill repeat round;
  behavior: url(http://ubuntuvg1/TNS_2013-SiteFranceResponsive/sites/all/themes/tns_theme/css/PIE/PIE.htc);
}

.field_accordeon_home .accordeon_header{
  overflow:auto;
  min-height:45px;
  
}
.field_accordeon_titre{
  float:left;
  margin-top:10px;
  margin-left:10px;
  width:85%;
  overflow:hidden;
  
}
.field_accordeon_titre b{
  font-weight: bold;
}
h3.field_accordeon_titre{

  color:#bd9b08;
  font-size:24px;
  line-height: 26px;
  

}
a.field_accordeon_titre:hover{
  text-decoration: underline;
}

.field_accordeon_button{
  float:right;
  margin-top:6px;
  margin-right:15px;
}

.field_accordeon_content
{
 /* margin-left:10px;*/
}
.field_accordeon_texte{
  text-align:justify;

  
}
.field_accordeon_image{
  float:left;
  padding-top:4px;
  padding-right:12px;
  padding-bottom:12px;
  margin-left:10px;
}
.field_accordeon_video{

}
.field_accordeon_lien a{
  font-size:12px;
  color:#bd9b08;
  text-decoration:underline;
}
.field_accordeon_home .accordeon_open
{
  height:auto;
  
}
.field_accordeon_home .accordeon_close
{
  height:26px;
  overflow:hidden;
  
}

/*
----------------
*/
.field_accordeon_page{

  margin-top: 20px;
}

.field_accordeon_page .accordeon_header{
  background-color:#F2F2F2;
  border-top:1px solid #E8E8E8;
  border-left:1px solid #E8E8E8;
  border-right:1px solid #E8E8E8;
  min-height:40px;
  font-size:12px;
  color:#bd9b08;
  overflow:auto;
}
.field_accordeon_page .expanded{
  background-color:#FFF;
}

.field_accordeon_page .accordeon_header:hover{
  background-color:#bd9b08;
  border-top:1px solid #bd9b08;
  border-left:1px solid #bd9b08;
  border-right:1px solid #bd9b08;
  min-height:40px;
  font-size: :12px;
  color:#FFF;
  cursor:pointer;
  overflow:auto;
}
.field_accordeon_page .accordeon_open
{
  height:auto; 
}

.field_accordeon_page .accordeon_close
{
  height:0px;  
  overflow:hidden;  
}
.field_accordeon_page .field_accordeon_content{
  margin:0;
  padding:0;
  border-bottom:1px solid #E8E8E8;
  border-left:1px solid #E8E8E8;
  border-right:1px solid #E8E8E8;  
  overflow:hidden;


}

.field_accordeon_page .field_accordeon_hover,
.field_accordeon_page .field_accordeon_dataviz_hover{
  color:white;
  font-size: 10px;
  margin-left: 10px;
  margin-right: 50px;
  text-align: justify;
}

.field_accordeon_page .field_accordeon_dataviz_hover{
    color:white;
    font-size: 12px;
    margin-left: 10px;
    margin-right: 50px;
    text-align: justify;
  }

.field_accordeon_page .field_accordeon_subtitle,
.field_accordeon_page .field_accordeon_dataviz_subtitle{
  color: black;
  margin-left: 10px;
  margin-right: 50px;
  text-align: justify;
}

.field_accordeon_page .field_accordeon_dataviz_subtitle{
  color: #333;
  font-size: 12px;
}

.field_accordeon_page .field_accordeon_subtitle {
  font-size: 10px;
}

.field_accordeon_dataviz_select{
  background-color: white;
}

/*
//------------Field Collection Accordeon
*/

/*
>>------------Template Happy Shoppers
*/
#content h2.introduction {
font-size: 22px;
margin: 0;
font-family: 'FrutigerLTW01-45Light';
color: #333;
text-align: justify;
}
#container .grid-12 {
  max-width: 100%;
}


#container .grid-4 {
 width: 26%;
 /*margin: 1%;*/
 padding:2%;
 margin:1%;
 margin-top:2em;
 display: inline-block;
/* display:table-cell;*/
 vertical-align: top;
 border-left:1px dashed #CCC;

}

#container .grid-4.grid-left {
  border-left:0px dashed #CCC;
}

@media screen and (max-width: 980px) {
  #container .grid-4 {
    width: 100%;  
    border-left:0;
    border-bottom:1px dashed #CCC;
  }
  .grid-separator{
    display: none;
  }
  #container .grid-12 img{
    width:100%;
  }

}

div#container div.a-feature {
color: #333;
margin: 0px;
margin-top: 15px;
margin-bottom: 15px;
max-width: 100%;
}
/*
#youtube-happycontainer {

padding: 0px 0px 0px 0px;
height: 534px;
width: 100%;

margin-bottom: 15px;
}*/
.videocontainer{
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.videocontainer.r1{
  padding-bottom: 100%;
}
.videocontainer iframe, .videocontainer embed, .videocontainer object{
  width: 100%!important; height: 100%!important;
  position: absolute;
  top: 0; left: 0;
}



div#container div.c-feature.whitepaper {
/*position: relative;*/
}
div#container div.c-feature {
color: #333;
/*background-color:#CCC;*/
/*float:left;*/
/*position: relative;*/
text-align: justify;
}

div#container div.c-feature form div.form-item input {
margin-bottom: 2px;
/*width: 265px;*/
}
div#container div.c-feature form div.form-item {
  margin: 0px;
}
div#container div.c-feature div.form-item input {
background: url(/assets/images/global/ui-components/forms/form-input-background.jpg) repeat-x;
border: 1px solid #d5d5d5;
padding: 6px 8px;
}

span.happyquotes-author {
    background: url("images/c-feature-icon-quotation-marks.jpg") no-repeat scroll left bottom rgba(0, 0, 0, 0);
}
div#container div.c-feature.whitepaper h3 {
font-family: 'Frutiger LT W01 65 Bold';
font-size: 16px;
margin-top: 0;
margin-bottom: 
}
div#container div.c-feature.staticimage h3 {
font-family: 'Frutiger LT W01 65 Bold';
font-size: 16px;
margin-top: 0;
}
#webform-client-form-197 .form-actions {
  margin: 0px;
  padding: 0px;
}
#webform-client-form-197 .form-actions input {
margin: 0px;
margin-top: 5px;
position: static;
}
div#container div.c-feature input[type="submit"] {
color: #bd9b08;
}
div#container div.c-feature input[type="submit"], button.component, div#container a.button.component {
background: #fbfbfb;
background-image: url(/assets/images/global/ui-components/buttons/ie-button-component-background-spritesheet.jpg);
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#fbfbfb), to(#f0f0f0));
background: -webkit-linear-gradient(#fbfbfb, #f0f0f0);
background: -moz-linear-gradient(#fbfbfb, #f0f0f0);
background: -ms-linear-gradient(#fbfbfb, #f0f0f0);
background: -o-linear-gradient(#fbfbfb, #f0f0f0);
background: linear-gradient(#fbfbfb, #f0f0f0);
border: 1px solid #d5d5d5;
font-family: 'FrutigerLTW01-45Light';
padding: 6px 8px;
}
div#container div.c-feature.whitepaper img {
margin-bottom: 10px;
max-width: 99%;
/*max-height: 200px;*/
}
div#container div.c-feature.left div.happyvr {
right: -15px;
}
div#container div.c-feature.right div.happyvr {
left: -15px;
}
div#container div.c-feature div.happyvr {
/*position: absolute;
top: 0;*/
}
div.happyvr {
background: url(images/vr.jpg) repeat-y;
width: 1px;
height: 100%;
}
/*
//--------------Template Happy Shoppers
*/

/*
>>--------- BLOCK COLONNE-------
*/
.bloc-colonne {
  background-color: #f2f2f2;
  margin-bottom: 20px;
  overflow:auto;
}
.bloc-colonne .content{
  margin:10px;
  overflow:auto;
  font-family: Verdana;
}
.bloc-colonne .content h2{
  font-size: 14px;
  color:#bd9b08;
  margin-bottom:10px;
}
.bloc-colonne .content p{
  font-size: 12px;
}
.bloc-colonne #colonne-droite img {
  max-width: 274px;
}

.bloc-colonne #colonne-droite,.bloc-colonne #colonne-droite a {
  color: #000;
}
/*
//--------- BLOCK COLONNE-------
*/

/*
>>--------- BLOCK CONTACT-------
*/
.bloc-contact {
  background-color: #f2f2f2;
  margin-bottom: 20px;
  overflow:auto;
  text-align: left;
  /* border:1px solid #F00;*/
}
.contact-info{
  overflow:auto;
  margin:10px 10px 0px 10px;
  /* border:1px solid #F00;*/
}
.contact-title {
  line-height:2.0;
}
.contact-nom{
  font-weight:bold;
}
.contact-info-text-2{
  width:100%%;
}
.contact-info-text{
  float:left;
  width:75%;
}
.contact-info-img{
  float:right;
}
contact-info-img-left{
  align:left;
}
.contact-info-img img{
  
  width:60px;
  height:60px;
  
  
}
.contact-link{
  overflow:auto;
  margin:0px 10px 10px auto;
}
/*
//--------- BLOCK CONTACT-------
*/
/*
>>--------- BOUTON------
*/
.TNSbouton {
  background: url(images/button-bg-repeat.jpg) repeat-x;
  color: #bd9b08;
  min-height: 25px;
  font-size: 12px;
  border: 1px solid #c2c2c2;
  overflow:hidden;
  cursor:pointer;

}
.TNSbouton button{
  height: auto;
  display:block;

}
.TNSbouton .link
{
  float:left;
  color:#bd9b08;
  font-size:11px;
  cursor:pointer;
}

.TNSbouton .linkprofile
{
  float:left;
  color:#bd9b08;
  font-size:11px;
  cursor:pointer;
  width: 60%;
  font-size: 14px;
}

.TNSbouton .flecheprofile{
  float:left;
  background-image: url(images/button-fleche.png);
  background-repeat: no-repeat;
  width:15px;
  height:auto;
  margin-right: 5px;
  background-position: center center;
  margin-left: 20px;
}


.TNSbouton .fleche{
  float:left;
  background-image: url(images/button-fleche.png);
  background-repeat: no-repeat;
  width:15px;
  height:auto;
  margin-right: 5px;
  background-position: center center;
}

.TNSbouton .fleche-bleu{
  float:left;
  background-image: url(images/button-fleche-bleu.png);
  background-repeat: no-repeat;
  width:15px;
  height:auto;
  margin-right: 5px;
  margin-left:10px;
  background-position: center center;
}

.TNSbouton .mail{
  float:left;
  background-image: url(images/button-mail.jpg);
  background-repeat: no-repeat;
  width:16px;
  height:8px;
  margin:3px;
  
}
.TNSbouton .refresh{
  float:left;
  background-image: url(images/button-refresh.png);
  background-repeat: no-repeat;
  width:16px;
  height:auto;
  background-position: center center;
  margin-left:10px;
  
}
.TNSbouton .none{
  float:left;
  width:10px;

}

.TNSbouton a{
  color:#bd9b08;
  font-weight:normal;
}

.TNSbouton .link-marged {
  margin: 5px;
}
/*
//--------- BOUTON------
*/


#slidehome .flex-control-nav {
  bottom: 40.3%;
}


/*
>>---------TEMPLATE MANAGERS ----------
*/

.managers
{
  width:100%;
  overflow:auto;
  margin-top:34px;
  
}


.management{

  height:280px;
  width:185px;
  margin-left:20px;
  margin-bottom:20px;
  background-color:#f2f2f2;
  float:left;
}

.management-content
{
  margin-top:12px;
  margin-left:10px;
  margin-right:10px;
}
.management-content a.management-link{
  text-decoration:underline;
}
.management-content a.management-link:hover{
  text-decoration:none;
}

.management-title {
  font-size:13px;
  color:#bd9b08;
  text-decoration:none;
}
.management-title a:hover{
  text-decoration:none;
}

.management-type{
  font-size:11px;
  color:#333333;
  height:40px;
  overflow:hidden;
  text-decoration:none; 
}

.management-type a:hover{
  text-decoration:none;
}

.management-img{
  width:168px;
  height:168px;
  margin:auto;
}
.management-link {
  margin-top:18px;
  text-align:left;
  font-size:12px;
  color:#bd9b08;
  text-decoration:none;
}
.management-more a:hover{
  text-decoration:none;
}

#secondary-managers
{
  margin-top:20px;
  display:none;
}
/*
//---------TEMPLATE MANAGERS ----------
*/
/*
>>---------TEMPLATE MANAGERS FICHE ----------
*/
#manager-main-informations
{
  overflow:auto;
  margin-top:40px;
  margin-left:10px;
}
#manager-photo {
  float: left;
  width:140px;
}
#manager-photo img{
 /* border: 3px solid #bd9b08;*/
 width:115px;
 height:115px;
}

#manager-name {
  margin-top: 30px;
  margin-left: 25px;
  font-size: 17px;
}
#manager-fonction {
  color: #bd9b08;
  font-size: 15px;
}
#manager-description {
  background-color: #f2f2f2;
  margin-top:15px;
  font-size: 12px;
  overflow:auto
}
#manager-description #manager-description-content{
  margin:15px 10px;
  text-align:justify;
}

/*
//---------TEMPLATE MANAGERS FICHE ----------
*/

/*
>>---------TEMPLATE SECTEURS--------------
*/
#secteurs-intro{
  margin-top:30px;
  
  font-family: 'FrutigerLTW01-45Light';
  font-size: 22px;
  margin: 0;
  
}

#secteurs-vignettes{
  margin-top:30px;
  width:100%;
  background-color:#f2f2f2;
  overflow:hidden;
}


.secteur-info{
  float:left;
  background-color:#FFFFFF; 
  width:250px; 
  height:88px;
  margin:10px 0px 10px 40px;
}
.secteur-info-content{
  float:left;
  margin:6px 10px;
  height:76px;
}
.secteur-info-image{
  float:left;
  width:76px;
}
.secteur-info-texte{
  float:left;
  margin-left: 7px;
  margin-top:5px;
}
.secteur-info-nom{
  font-size:18px;
  width:140px;
  height:50px;
  color:#505050;
}
.secteur-info-link{
  font-size:12px;
  text-decoration:underline;
  color:#505050;
  margin-top: 5px;
}
.secteur-info-image-on{
  display:block;
}
.secteur-info-image-off{
  display:none;
}
/*
//---------TEMPLATE SECTEURS--------------
*/

/*
>>---------TEMPLATE 1 ETUDE--------------
*/
#etude-date{  
  font-size:12px;
  margin-left:10px;
}

#etude-image{
  margin-top:20px;
  margin-bottom:20px;
  text-align: center;
}
#etude-video{
  margin-top:20px;
  margin-bottom:20px;
  text-align: center;
}
#etude-texte{
  font-size:12px;
  text-align:justify;
  margin-top:20px;
}
#etude-texte h2 {
  margin-bottom: 20px;
  margin-top: 30px;
  margin-left: 0px;
}

#etude-texte .h2Gris{
   font-family: 'FrutigerLTW01-45Light';
    font-size: 21px;
    font-weight: normal;
    color:#333333;   
}
#etude-sribd{
  margin-top:20px;
  margin-bottom:20px;
  
}
#etude-technique{
  background-color:#f2f2f2;
  font-size:12px;
  text-align:justify;
  margin-top:20px;
  overflow:auto;
}
#etude-technique-texte{
  margin:10px 20px;
}
#etude-logos{
  margin-top:20px;
  margin-bottom:20px;
  overflow:auto;
}
.etude-logo{
  float:left;
  margin-right:10px;
}
#etude-resultats h2{
  margin-left:10px;
}
/*
//---------TEMPLATE 1 ETUDE--------------
*/
/*
>>---------TEMPLATE ETUDES--------------
*/
#epv-list{
 overflow:auto;
}
.epv-right{
  width:48%;
  height: 290px;
  float:left;
  overflow:hidden;
  
  /* border:1px solid #0F0;*/
}

.epv-left{
  width:48%;
  height: 290px;
  float:left;/*
  border-right:1px dashed #b4b4b4;*/
  overflow:hidden;
  /*border:1px solid #F00;*/
}

.epv-right h2,
.epv-left h2 {
  line-height: 1.2;
  color: #bd9b08;
  font-size: 14px;
  margin-bottom: 10px;
  clear:both;
  margin-left:0px;
  height:63px;
  overflow:hidden;
}

.epv-right p,
.epv-left p {
  color: #333333;
  font-size: 12px;
  margin: 0;
  padding: 0;
}

#epv-plus-hr{
  overflow:auto;
  width:100%;
  margin-top:10px;
}

#epv-plus{
  position:relative;
  margin-top:-40px;
}

#event-plus {
  position:relative;
  margin-top:-25px;
}

#epv-btn-plus{
  width:105px;
  margin:auto;
  height:30px;
  display:block;
}
#epv-btn-plus .link{
 margin-top:1px;
}
.margin-epv {
  margin: 10px 10px 10px 10px;
}

.margin-epv1 {
  margin: 10px 10px 10px 20px;
}

.epv-more-info {
  clear:both;
}

.epv-more-info p {
  display: inline;
  margin: 5px;
}

.epv-date-pub {
  margin-right: 10px;
}

.epv-text{
  text-align: justify;
  margin: 15px 0px 10px 0px;
  height:94px;
  overflow:hidden;
}

.epv-img {
  float:left;
  width: 20%;
  margin: 10px 0px 0px 0px;
}

.epv-type {
  font-weight: bold;
  color: #333333;
}

.epv-btn-fix {

}

/*
>>LES FILTRES EPV
*/

#epv-filtre{
  width:100%;
  background-color:#f2f2f2;
  overflow:auto;
}

#epv-filtre-content {
  margin:10px;
}

.epv-check {
  overflow:auto;
}
.epv-check  .epv-label{
  float:left;
  width: 210px;
}
.epv-check .ez-checkbox{
  float:left;
  margin-left: 2px;
}
#epv-filtre-1{

}

.epv-cb-alike {
  background: url(images/checkbox-red.png) no-repeat;
  width: 15px;
  height: 17px;
  background-position: 0px 0px;
  float: left;
  margin: 3px 4px 3px 3px;
}

.epv-cb-active {
  background-position: 0px -20px;
}

.epv-filter-text {
  color: #333;
}

/*
//---------TEMPLATE ETUDES--------------
*/

/*
>>---------TEMPLATE CONTACTEZ NOUS--------------
*/
#contacteznous-intro{
  margin-top:30px;
  margin-left:10px;
  font-family: 'FrutigerLTW01-45Light';
  font-size: 22px;
  margin: 0;
  background-color:#f2f2f2;
  height:29px;
  padding-top:10px;
}

#contacteznous-form{
  margin-top:30px;
  width:100%;
  background-color:#f2f2f2;
  overflow:hidden;
}

#contacteznous-form p{
  margin-top:7px;
  margin-bottom:0px;
}

.contacteznous-label{
  float:left;
  width:200px;
  text-align:right;
  margin-right:10px;
  font-weight:bold;
  line-height:20px;
}

.oblig{
  font-weight:normal;
  text-decoration:underline;
}

.contacteznous-input{
  border:solid 1px #dbdbdb ;
  height:20px;
  width:157px;
  font-size:14px;
}


/*
//---------TEMPLATE VISIOM--------------
*/

/*
>>---------TEMPLATE VISION PAGE--------------
*/
.visionpage-text {
  margin: 20px 0px 40px 0px;
}

.visionpage-intro h2 {
  font-family: 'FrutigerLTW01-45Light';
  font-size: 24px;
  font-weight: normal;
  line-height: 1.4;
  color: #333;
  padding: 0;
  margin: 0;
  -webkit-margin-before: 0.83em;
  -webkit-margin-after: 0.83em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}

.visionpage-text p {
  font-family: Verdana;
  font-size: 12px;
}

.block-vg-visionpage {
  background-color: #f2f2f2;
  border: 0px solid #000;
  overflow: auto;
  color: #333333;
  margin: 1.5em 0em 1.5em 0em;
  text-align: left;
}

.vision-img-align {
  text-align: center;
  overflow: hidden;
  padding: 10px;
}

.block-vg-visionpage img {
  width: 167px;
  margin: 0 auto;
}

.block-vg-visionpage ul {
  list-style: none;
}

.vision-separator {
  background: url(images/ui-components/separators/hr.jpg) repeat-x center;
  padding: 5px 0;
}

.block-vg-visionpage a,
.block-vg-visionpage a:hover {
  text-align: left;
  font-size: 14px;
  color: #bd9b08;
}

.block-vg-visionpage a.active,
.block-vg-visionpage a.active:hover {
  text-align: left;
  font-size: 14px;
  color: #000;
}

.field_accordeon_titre_visionpage {
  float: left;
  margin-top: 10px;
  color: #bd9b08;
  font-size: 18px;
  margin-left: 10px;
}


.active-arrow{
  background: url(/images/menu-curseur.jpg) no-repeat bottom center;
  bottom: -15px;
  position: absolute;
  width: 12px;
  height: 6px;
  left: 50%;
}


#top-compresse {
  margin-top: 10px;
  color: #909090;
  font-size: 10px;
}
#bottom-compresse {
  float: right;
  color: #909090;
  font-size: 10px;
} 
.compresse-top {
  margin-top: 4px;
  margin-right: 8px;
}
#dl-com {
  color: #bd9b08;
  font-weight: bold;
  font-size: 12px;
  margin-top: 0px;
}
#separator {
  font-size: 16px;
  font-weight: normal;
  color: #909090;
}
.left {
  float: left;
}
.space {
  height: 35px;

}
#presse-cp {
  margin-top: 10px;
  margin-left: 8px;
  color: #bd9b08;
}
#presse-title {
  margin-top: 12px;
  color: #000;
}
#presse-date {
  font-size: 15px;
}
.into-top {
  margin-top: 15px;
}
.black {
  color: #000;
}

div.pict-front-right img {
  margin-right: 15px;
}

#comm-font{
  font-family: 'FrutigerLTW01-45Light';
  font-size: 25px;
  margin-bottom: 15px;
  line-height: 1.2em;
}

#comm-font-pink{
  color:#bd9b08;
  text-decoration:none;
}

.comm-font2{
  font-family: 'FrutigerLTW01-45Light';
  font-size: 25px;
  margin-bottom: 15px;
  margin-left:0px;
  line-height: 1.1em;
}

#comm-resume{
  width:100%;
  height:76px;
  overflow:hidden;
}

#comms-list-content{

}

#main-comms{
  height:auto;
}

.dashed-main{
  border-bottom: 1px dashed grey;
  clear:both;
  margin-top:15px;
  height:198px;
}

.dashed-bot{
  border-bottom:1px dashed grey;
  border-top:0px;
  margin-bottom:15px;
}

.button-comms{
 float:left;
 clear:both; 
 margin-left:10px;
 margin-top:15px;
}

#comms-btn-voir{
  width:73px;
  margin:auto;
  height:27px;
  display:block;
}

.black{
  color:#000000;
}

#comms-btn-plus{
  width:197px;
  margin:auto;
  height:30px;
  display:block;
  margin-top:-14px;
}

.event-see-more {
  border-bottom: 1px dashed #b4b4b4;
}

.invalid-mail-addr {
  height: 20px;
  visibility: visible;
  width: 100%;
}

.tns-text-color {
  color:#bd9b08;
}

.event-nodisplay {
  display:none;
}

.error-text {
  color:#a52d22;
}

.left-td{
  float:left; 
  width:200px; 
  margin-left:-50px;
  }

.carriere-img{
  float:left;
}

.carriere-txt{
  margin-top:12px;
}

.carriere-btn{
  margin-top:23px;
}

.carriere-btn-bg {
  background-color: #fff;
  overflow: hidden;
  height: 35px;
  position: absolute;
  margin-top: 5px;
}

.carriere-btn-text {
  color:#bd9b08;
  float: left;
  margin: 7px 0px 0px 10px;
}

.carriere-btn-arrow {
  background-image: url('images/arrow-little-right.png');
  height: 13px;
  width: 13px;
  float: right;
  margin: 11px 10px 0px 15px;
}

#grey-back-pink-txt{
  background-color:#f2f2f2;
  color:#bd9b08;
  font-weight:bold;
  margin-left:10px;
  cursor:pointer;
  margin-top:15px;
  padding-top:10px;
}

#grey-back-pink-txt2{
  background-color:#FFF;
  color:#000;
  font-weight:bold;
}

#grey-back-pink-txt3{
  background-color:#f2f2f2;
  color:#bd9b08;
  font-weight:bold;
  margin-left:10px;
  cursor:pointer;

}

/* Page template Offres d'emploi/de Stage */

.emploi-criteria-block h3 {
  margin-left: 10px;
  font-family: 'FrutigerLTW01-45Light';
  color: #bd9b08;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}

.emploi-criteria-form {
  width: 100%;
  background-color: #f2f2f2;
  margin: 0;
  padding: 10px 10px 10px 10px;
}

.emploi-check-container p,
.emploi-select-container p {
  font-weight: bold;
  display:inline;
}

.emploi-checkboxes label{
  display: inline;
}

#offer-sector-label {
  margin-right: 20%;
}

.emploi-check-container,
.emploi-select-container {
  width:100%;
  display:block;
  overflow:auto;
}

.emploi-select-container select {
  width: 150px;
  /*position: */
}

#emploi-btn-plus {
  width: 115px;
  height: 30px;
  display: block;
  margin-left: 30%;
  font-weight: bold;
}

.emploi-checkboxes,
.emploi-select {
  float: left;
  width: 30%;
}

.emploi-checkboxes-label {
  float: left;
  width: 30%;
}

.emploi-clear {
  clear: both;
}

.offre-btn-more {
  text-align: center;
  background-image: url(images/ui-components/separators/hr.jpg);
  background-repeat: repeat-x;
}

.emploi-offre-container {
  padding-top: 15px;
  width:100%;
  margin: 20px 20px 20px 20px;
  border-style: solid;
  border-width: 1px 0px 0px;
  -moz-border-image: url(images/ui-components/separators/hr.jpg) 1 0 0 repeat round;
  -webkit-border-image: url(images/ui-components/separators/hr.jpg) 1 0 0 repeat round;
  -o-border-image: url(images/ui-components/separators/hr.jpg) 1 0 0 repeat round;
  border-image: url(images/ui-components/separators/hr.jpg) 1 0 0 fill repeat round;
  behavior: url(http://ubuntuvg1/TNS_2013-SiteFranceResponsive/sites/all/themes/tns_theme/css/PIE/PIE.htc);
}

.emploi-offre-date, 
.emploi-offre-detail {
  float:left;
}

.emploi-offre-detail {
  line-height: 2.5em;
  margin-left: 40px;
  max-width:485px;
  width:100%;
}

.emploi-offre-date p {
  color: #bd9b08;
}

.offre-detail-link {
  width: 33%;
  background-color: #f2f2f2;
  margin-bottom: 15px;
}

.offre-detail-link-coms {
  width: 17%;
  height: 30px;
  background-color: #f2f2f2;
  margin-bottom: 15px;
  clear: both;
  margin-left: 5px;
}

.offre-detail-link a {
  margin-left: 5px;
}

.grey-background{
  background-color:#f2f2f2;
  width:285px;
  height:198px;
  float:left;
  margin-left:13px;
  margin-top:13px;
  padding:5px;
}

/*Page "resultats de recherche" */

#SearchFilterBlock {
  width: 100%;
  background-color: #f2f2f2;
  margin: 0;
  padding: 10px 10px 10px 10px;
}

#SearchFilterBlock h2 {
  font-family: 'FrutigerLTW01-45Light';
  color: #bd9b08;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}

#SearchFilterBlock h1 {
  font-family: 'FrutigerLTW01-45Light';
  color: #000;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}

.search-inside-block {
  float: left;
  width: 40%; 
  margin-left:20px;
}

.search-inner-container {
  border-top: 1px dotted #d5d5d5;
}

.search-inner-container p {
  display: inline;
  width: 80%;
}

.search-filter-container {
  width: 90%;
  height: 100px;
  border: 1px solid #e2e2e2;
  background-color: #FFF;
  overflow: auto;
}

.search-filter-container label {
  display: inline;
}
.search-filter-container input {
  float: left;
  margin-right: 0.4em;
}

.search-container {
  width: 90%;
  margin: 0 auto;
}

#SearchFooter {
  margin-top: 10px;
  padding: 10px;
}

#search-previous-pages p,
#search-next-pages p {
  font-weight: bold;
  margin: 0px 0px 0px 0px;
}

#search-next-pages p:hover,
#search-previous-pages p:hover {
  background-color: #bd9b08;
}

#search-previous-pages {
  float: left; 
  width: 15%;
  text-align: center;
  border: 1px solid #d5d5d5;
}

#search-next-pages {
  float: right;
  width: 15%;
  text-align: center;
  border: 1px solid #d5d5d5;
}

#search-list-pages {
  width: 69%;
  float: left;
  text-align: center;
}

.body-comm-bot a:hover{
  text-decoration:none;
}

.footer-col a:hover{
  text-decoration:none;
}

.content-text-box.content-border a .content-text-description{
  color:#000;
}

.content-text-box a .content-text-description{
  color:#000;
}

#SearchFooter a.actual-search-page,
#SearchFooter a:hover {
  background-color: #bd9b08;
  color: white;
}

.page-s-link {
  padding: 5px;
  border: 1px solid #d5d5d5;
  line-height: 28px;
}

#SearchFooter a {
  color:black;
}

#search-previous-pages .search-inactive-link p:hover,
#search-next-pages .search-inactive-link p:hover {
 background-color: #d2d2d2;
 color:black;
}

#events-bloc {
  height : 100%;
  margin-left: -0px;
  margin-top: 25px;
  min-height : 100px;
}

#events-rencontres {
  float: left;
  width: 49%;
  padding-right: 1%;
  min-height: 100px;
  border-right: 1px dashed #aaa;
}

#events-forums {

  float: right;
  width: 49%;
  min-height: 100px;
}

/************* EVENTS **************/
.events-event {
  margin-right: auto;
  margin-left: auto;
  width: 98%;
  clear: both;
  border-bottom: 1px dashed #aaa;
  height: 90px;
  margin-bottom: 5px;
}

.events-event .infos {
  margin-top: 15px;
  font-size: 11px;
  margin-left: 8px;
}

.events-event .date {
  float: left;
  color: #bd9b08;
}

.events-event .ville {
  float: left;
  margin-left: 30px;
}

.events-event .link {
  color: #000;
  font-size: 11px;
}

.events-event .title {
  clear: both;
  float: left;
  margin-top: 14px;
  font-weight: bold;
}
/************* !EVENTS! *************/

.events-title-top {
  float: left;
  font-size: 16px;
  margin-left: 11px;
  margin-bottom: 15px;
  color: #bd9b08;
}

#events-end {

  height: 20px;
  clear: both;
}

#all-name{
  width:50%;
  float:left;
}

#all-input{
  width:50%;
  float:right;
}

#candid{
  background-color:#f2f2f2;
  margin-bottom:20px;
  height:39px;

}

#form-candid {
  visibility: hidden;
  width:90%;
  height:90%;
  background-color:#f2f2f2;
  position:absolute;
  margin:auto;
}

#aff-tel {
  visibility: hidden;
  width:95%;
  height:90%;
  background-color:#f2f2f2;
  position:absolute;
  margin:auto;
}


#tel-categ {
  background-color:#f2f2f2;

  height:29px;
  padding-top:10px;

}

#tel-categ {
  background-color:#f2f2f2;
  height:29px;
  padding-top:10px;
}


.right-form {
  text-align: right;
}

.right {
  float:right;
}

#grey-color{
  background-color:#f2f2f2;
  height:29px;
  padding-top:10px;
}

.field_accordeon_content li {
  list-style-type: square;
  padding-top: 5px;
}
.field_accordeon_content ul {
  padding-left: 17px;
}

.popin-tns {
  background-color: #f2f2f2;
}

.tns-epv-scrollable {
  overflow: auto;
  background-color: #fff;
  border: 1px solid #c2c2c2;
  max-height: 430px;
}

.epv-scrollable-small {
  max-height: 140px;
}

.epv-scrollable-tall {
  max-height: 350px;
}

.more-arrow-right {
  background-image: url('images/arrow-little-right.png');
  height: 13px;
  width: 13px;
  float: left;
  margin-top: 9px;
  margin-left: 10%;
}

.arrow-fix-coms {
  margin-right: 15px;
}

.tns-left-adjust {
  float:left;
}

.tns-left-adjust-coms {
  float:left;
  margin: 5px 5px 5px 10px; 
}

.space10 {
  height: 7px;
  padding: 0;
  margin: 0;
}

.TNSbouton-ok {
  cursor: pointer;
  color: #bd9b08;
  height: 28px;
  width: 23%;
  font-size: 17px;
  border: 1px solid #a8a8a8;
  text-align: right;

  background: #fff;
  background: url(images/arrow-button-ok.png) no-repeat 5px center; /* fallback */
  background: url(images/arrow-button-ok.png) no-repeat 5px center, -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f2f2f2)); /* Saf4+, Chrome */
  background: url(images/arrow-button-ok.png) no-repeat 5px center, -webkit-linear-gradient(top, #ffffff, #f2f2f2); /* Chrome 10+, Saf5.1+ */
  background: url(images/arrow-button-ok.png) no-repeat 5px center,    -moz-linear-gradient(top, #ffffff, #f2f2f2); /* FF3.6+ */
  background: url(images/arrow-button-ok.png) no-repeat 5px center,     -ms-linear-gradient(top, #ffffff, #f2f2f2); /* IE10 */
  background: url(images/arrow-button-ok.png) no-repeat 5px center,      -o-linear-gradient(top, #ffffff, #f2f2f2); /* Opera 11.10+ */
  background: url(images/arrow-button-ok.png) no-repeat 5px center,         linear-gradient(top, #ffffff, #f2f2f2);
}

.TNSbouton-ok-blue {
  cursor: pointer; 
  color: #7a2289;
  height: 28px;
  width: 35px;  
  font-size: 15px;
  border: 1px solid #a8a8a8;
  text-align: center;
  font-family: verdana;
  background: #fff;
  /*background: url(images/arrow-ok-purple.png) no-repeat 5px center;*/
  -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f2f2f2)); /* Saf4+, Chrome */
  -webkit-linear-gradient(top, #ffffff, #f2f2f2); /* Chrome 10+, Saf5.1+ */
  -moz-linear-gradient(top, #ffffff, #f2f2f2); /* FF3.6+ */
  -ms-linear-gradient(top, #ffffff, #f2f2f2); /* IE10 */
  -o-linear-gradient(top, #ffffff, #f2f2f2); /* Opera 11.10+ */
  linear-gradient(top, #ffffff, #f2f2f2);
}
.TNSbouton-purple{
  cursor: pointer; 
  color: #FFF;
  height: 33px;
  width: 100%;
  font-size: 15px;
  border: 1px solid #a8a8a8;
  text-align: center;
  /*font-family: verdana;
  font-weight: bold;*/
  background: #9843a7;
  background: url(images/btn-purple.jpg) repeat-x;
  font-family: 'Frutiger LT W01 65 Bold';
 
}

.spaced {
  margin: 5px 0px 5px 0px;
}

#body-face-to-face
{
  width:109.5%;
  background-color:white; 
  margin-left:-31px; 
  margin-top:-27px;
  padding-left:10px;
}

#bold-front{
  font-weight: bold;
}

#candid-spont{
  margin:10px;
  float:left;
}

#float-right{
  float:right;
  color:#bd9b08;
  font-weight: bold;
}

#img-candid-spont{
  float:left;
  margin-left:5px;
  margin-top:6px;
  width: 20%;
  margin-right: 5px;
}

#title-candid-spont{
  float:left;
  margin-top: -43px;
  margin-left: 29px;
  width: 79%;
}

div#title-candid-spont h3 {
  color:#000;
  margin-left: 10px;
  font-size: 18px;
  font-weight: bold;
}

.footer-col{ 
  color:#333;
  font-size:10px;
  line-height:1.4;
}

.title-font-color-size{
  color:#bd9b08;
  font-size:16px;
  /*font-family: verdana,sans-serif;*/
  font-family: 'FrutigerLTW01-45Light';
  margin-top:15px;
  margin-bottom:15px;
  font-size:15px;
}

#title-font-color-size2{
  /*font-weight:bold;*/
  font-family: 'FrutigerLTW01-45Light';
  color:#333;
  margin-bottom:20px;
  font-size:16px;
}


#footer{
  padding:1%;
  background-color: #DEDEDE;
  
  font-size: 11px;
  color:#464345;
}
#footer a{
  color:#464345;
  font-size: 11px;
  font-family: verdana,sans-serif;
}
.footer-whitebox{
  background-color:#f2f2f2;
  min-height:500px;
  float:left;
}
.footer-whitebox-text{
  margin-top:20px;
  width:90%;
  margin-left:auto;
  margin-right:auto;
  font-size:12px;
}
.footer-whitebox-title{
  color:#bd9b08;
  font-size:14px;
  font-family: verdana,sans-serif;
  margin-top:34px;
}


.body-comm-bot{
  color:#333;
}

#pink-my-date{
  color:#bd9b08;
}

#pink-my-date h2{
  font-family: 'FrutigerLTW01-45Light';
  font-size: 18px;
}

.front-blocks{
  width:32%;
  height:136px;
  background-color:#f2f2f2;
  float:left;
 /* display: inline-block;*/
  vertical-align: top;
  margin: 0;
}

.front-blocks2{
  width:32%;
  height:136px;
  background-color:#f2f2f2;
  float:left;
/*  display: inline-block;*/
  vertical-align: top;
  margin-left:2%;
}
/*
.front-blocks3{
  width:100%;
  height:136px;
  background-color:#f2f2f2;
  float:left;
  margin-top:8px;
}
*/
.white-front-blocks{
  width:80%;
  margin-left:13px;
  height:41px;
  background-color:#fff;
  margin-top:86px;
}

#pink-my-date2{
  color:#bd9b08;;
  margin-left:10px;
  padding-top:10px;
}

#generic-intro2
{
  font-family: 'FrutigerLTW01-45Light';
  font-size: 22px;
  line-height: 30px;
  margin: 0;
  margin-top:10px;
  float:left;
  text-align:justify;
  margin-left:10px;
  width:70%;

}

#generic-intro3
{
  font-family: 'FrutigerLTW01-45Light';
  font-size: 22px;
  line-height: 30px;
  margin: 0;
  margin-top:20px;
  float:left;
  text-align:justify;
  margin-left:10px;

}

.pict-front{
  float:left;
  margin-left:13px;
  margin-top:7px;
}

.four-blocks-front{
  margin-top:48px;
  float:left;
  height:250px;
  width:45.8%;
}

.four-blocks-front-left{
  margin-left:21px;
}

.four-blocks-front a,
.four-blocks-front a:hover{
  text-decoration: none;
  color:#000;
}
.four-blocks-front img{
  max-width: 196px;max-height: 96px;
}
/*
.four-blocks-front .TNSbouton{
  margin-top:10px !important;
  max-width:80px !important;
  text-align: center !important;
}*/

#hr-dashed-front{
  border-left: 1px dashed grey;
  height:198px;
  width:1px;
  float:left;
  margin-left:22px;
  margin-top:30px;
}

.bold-font{
  font-weight: bold;
}

.resum-text-front,.resum-text-front a{
  font-weight: normal;
  color:#000;
}


.front-blocks-others{
  width:31%;
  height:100px;
  background-color:#f2f2f2;
  float:left;
  
}

.front-blocks-others h2{
  font-family: verdana, sans-serif;
  font-size: 16px;
}


.resum-blocks-others-bottom{
  font-weight:normal;
  font-size: 12px;
  font-family: verdana, sans-serif;
  text-align: left;
  line-height:1;
}

#block-social-front{
  width:100%;
  background-color:#f2f2f2;
 
}

#merge-block-social-front{
  width:95%;
  height:577px;
  margin-left:auto;
  margin-right:auto;
  
}

#comm-font a {
  color: #000;
}

#hr-dashed-social{
  margin-top:20px;
}

#hr-solid-social{
  margin-top:10px;
}

#top-top-front{
  padding-top:10px;
}



.esp-heightfix {
  line-height: 1.0
}

.disable-a-style {
  font-family: 'FrutigerLTW01-45Light';
  font-size: 30px;
  font-weight: normal;
  text-decoration: none;
  color: #000;
}

.bouton-contactnous{
  width:25.7%;
  float:left;
  height:35px;
}

.bouton-contactnous2{
  float:left;
  height:35px;
}

.bouton-contactnous38{
  width:38%;
  float:left;
  height:35px;
}

.bouton-contactnouswidth{
  width:130px;
  float:left;
  height:35px;
}

#contact-filter {
  background-color:#F2F2F2;
  border:1px solid #E8E8E8;
  min-height:40px;
  font-size:12px;
  color:#bd9b08;
}

#contact-type label {
  margin-top:-2px;
}

#contact-type {
  clear: both;
  color: #000;
  margin-top: 20px;
}

#select-tid {
  margin-top:10px;
  margin-left: 8px;
  float: left;
}

#btn-recherche {
  margin-top: 29px;
  cursor: pointer;
  margin-left: 20px;
  float:left;
}

#res-contacts {
  margin-top: 10px;
  margin-left: 0px;
  width: 350px;
}

#tids {
  width: 200px;
}

.space15 {
  height: 15px;
  width: 100%;
}

#search-year-div {
  visibility: hidden;
  display: none;
}

a.vision-link:hover {
  text-decoration: underline;
}

div.content.block-vg-visionpage li {
  list-style-type: none;
  padding-left: 0;
}

div.content.block-vg-visionpage ul {
  list-style-type: none;
  margin-left: 0;
}

.epv-title {
  float:left;
  width: 70%;
}

#generic-texte ul li strong a{
  color:#000;
}

#main-enquete{
  margin-top:20px;
}

div.bloc-colonne h2 {
  margin:0;
}

div.content h2 a:hover {
  text-decoration: underline;
}

/*
  TNS Sofres de A a Z
  */

  div#tns-az-intro h2 {
    color: #000;
    line-height: 1.1em;
  }

  div#tns-az-panel-wrapper {
    width: 100%;
    text-align: center;
    border: none;
    margin: 10px 0px 10px 0px;
    padding: 0;
  }

  div#tns-az-panel {
    width: 80%;
    background-color: #f2f2f2;
    height: auto;
    margin: 0 auto;
    padding: 20px;
  }

/*div.tns-az-letter {
  color: #bd9b08;
  }*/

  div.tns-az-letter p {
    font-size: 20px;
    margin-top: 8px;
  }

  div.tns-az-letter {
    display: inline-block;
    height: 38px;
    width: 40px;
    border: 1px solid #c3c3c3;
    text-align: center;
    margin: 5px;
  }

  div.tns-az-letter.active {
    border: 1px solid #fff;
    background-color: #fff;
    color: #bd9b08;
  }

  div.tns-az-letter.active:hover {
    border: 1px solid #bd9b08;
    background-color: #bd9b08;
    color: #fff;
    cursor: pointer;
  }

  div.tns-az-letter.active a p:hover {
    color: #fff;
    cursor: pointer;
  }

  .tns-az-arrow {
    color: #000;
  }

  .tns-az-arrow:hover {
    text-decoration: underline;
  }

  #oe-title {
    font-size: 18px;
    margin-top: 15px;
  }
  #oe-date {
    color: #bd9b08;
    margin-top: 5px;
    margin-left: 5px;
    font-size: 11px;
  }
  #oe-dept {
    margin-top: 5px;
    font-weight: bold;
  }
  #oe-ref {
    margin-left: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #000;
  }
  #oe-ref a {
    color: #000;
  }

  .ct-etude-img {
    float:left;
    margin-top: 9px;
    margin-left: 10px;
  }

  .ct-etude-title {
    float:left;
  }

  div.ct-etude-dl-text a {
    margin:0 12px;
    font-size: 15px;
    font-weight: bold;
    color: #000;
    display: block;
  }

  #syndic-dl {
    background-color: #f2f2f2;
    padding: 5px;
  }

.ct-etude-dl-text {
  padding:10px;
}

div#theme-seach-base {
  width: 95%;
  background-color: #f2f2f2;
  height: auto;
  margin: 0 auto;
  padding: 10px;
}

.theme-search-wrapper {
  border: 1px solid #c3c3c3;
  text-align: center;
  padding: 5px;
}

.theme-search-wrapper:hover,
td.theme-search-wrapper.active
 {
  background-color: #fff;
  text-align: center;
  padding: 5px;
  cursor: pointer;
  font-weight: bold;
}

table.themes-search-wrapper {
  margin-top: 10px;
}

.ct-etude-dl-text {
    padding:10px;
}

  #pink-text-grey-color{
    background-color:#f2f2f2;
    height:20px;
    padding:10px;
    color:#bd9b08;
    font-weight:bold;
  }

  #syndique-grey-back-main{
   background-color:#f2f2f2;
   height:260px;
 }

 #eat-some-space{
  height:15px;
 }

#vg-block-search-filter-known div.link {
  font-size: 13px;
  color: #fff;
  margin-left: 15px;
}

#vg-block-search-filter-known {
  background: url(images/button-bg-repeat-pink.jpg) repeat-x;
  border: 1px solid #fff;
}

.TNSbouton .fleche-blanc {
  float: left;
  background-image: url(images/button-fleche-blanc.png);
  background-repeat: no-repeat;
  width: 15px;
  height: auto;
  margin-right: 5px;
  margin-left: 10px;
  background-position: center center;
}

#custom-text-search{
  outline: none;
}

.btn-enquete-fix {
  width: 17%;
  float:right;
}

#load-ajax-container {
  text-align: center;
}

#load-ajax-container div {
  width: 32px;
  margin: 0 auto;
}

#epv-loaderAjax {
  width: 32px;
  float:left;
}

#epv-loaderAjax img {
  margin-top: 8px;
}

#epv-filtre h2 {
  float: left;
}

.vgb-white-space{
  height: 5px;
  width: 100%;
  padding:0;
  margin: 0;
  background: #fff;
}
.vgb-dashed-space{
  display: block;
  height: 1px;  
  padding:0;
  margin:10px 15px;
  background-image:url('images/spacer-dashed.jpg');
  background-repeat: repeat-x;
}

.block-vg-block-search .content {
  margin: 0;
}

#vg-wrap-search {
  margin: 10px 10px 0px 10px;
}

/*#vg-wrap-nletter {
  margin: 10px;
}*/

#vg-wrap-profil {
  margin: 10px;
}

#vg-wrap-search li .select2-highlighted {
  background-color: #7a2289;
  color: #fff;
}

#sch-pub {
  width: 40%
}

#sch-syndic , #sch-pdv {
  width: 30%
}

#content h2 {
  text-align: left;
  margin-bottom: 20px;
  margin-top: 30px;
  margin-left: 0px;
  line-height: 1.2em;
}

#content .epv-title h2 {
  margin: 5px;
}



#generic-texte .etude-img-only,
#etude-texte .etude-img-only ,
.field_accordeon_texte .etude-img-only
{
  display: block;
  text-align: center;
}

#etude-texte .etude-img-only-right,
#generic-texte .etude-img-only-right,
.field_accordeon_texte .etude-img-only-right
{
  float:right;
  margin : 0 0 10px 25px;
}

#etude-texte .etude-img-only-left, 
#generic-texte .etude-img-only-left,
.field_accordeon_texte .etude-img-only-left 
{
  float:left;
  margin : 0 25px 10px 0;
}

.four-blocks-front .bold-font,
.four-blocks-front-left .bold-font {
  height: 55px;
}

.pict-front-right-info{
  float:right;
  margin-top: 9px;
  margin-right: 5px;
}
.pict-front-right{
  float:right;
  margin-top:7px;
  margin-right: 15px;
}

.fb-color {
  color: #3b559f;
}

.twitter-color {
  color: #00acee;
}

.linked-color {
  color: #0173b2;
}

.social-wrapper {
  float: left;
  margin-bottom: 5px;s
}

#merge-block-social-front h3{
  float: left;
  margin: 6px 0px 0px 10px;
  font-size: 20px;
}

.join-us {
  color: #afafaf;
  font-family: 'FrutigerLTW01-45Light';
  font-size: 18px;
  margin-bottom: 10px;
}

#social-bot {
  margin: 16px 0px 10px 0px;
}

#merge-block-social-front button {
  margin-top: -5px;
  margin-bottom: 0px;
}

#digital-no-justify {
  text-align: left;
}

#title-table-Dataviz, #subtitle-table-Dataviz {
  font-family:'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
  width:100%;
  text-align:center;
  display: block;
}

#title-table-Dataviz {
  font-size:16px;
  color:#274b6d;
  fill:#274b6d;
}

#subtitle-table-Dataviz {
  font-size:12px;
  color:#4d759e;
  fill:#4d759e;
}

.table-cote, .table-cote-title, .table-cote-bold
{
  text-align: center;
}

.table-cote-title, .table-cote-bold
{
  font-weight: bold;
}

.table-cote-title
{
  background-color: #DEDEDE;
}

.title_dataviz_choose
{
  font-weight: bold;
  font-size: 14px;
}

.title_dataviz_choose td
{
  height: 30px;
  vertical-align: text-top;
}
.choose-dataviz-table
{
  margin-bottom: 20px;
}

.choose-dataviz-table hr
{
  margin-top: 10px;
  margin-bottom: 10px;
}

.dataviz-choose-left-col
{
  width: 48%;
}

.dataviz-choose-center-col
{
  text-align: center;
  vertical-align: middle;
  width: 4%;
}

.dataviz-choose-right-col
{
  width: 48%;
}

.vr-dataviz
{
  background: url(images/vr.jpg) repeat-y;
  width: 1px;
  height: 90px;
  margin-left: 50%;
}

#s2id_form-dataviz-periode-end, #s2id_form-dataviz-periode-start
{
  width: 20%;
}

.table-dataviz
{
  display: inline-table;
  margin: 10px;
}

.table-dataviz td
{
  padding: 0 4px;
}

.table-cote-border
{
  width: 1px;
  background: url(images/vr.jpg) repeat-y;
}

#datviz-pres, #datviz-pers, #datviz-part
{
  width: 33%;
}

#ajx-mail2 .fleche
{
  margin-left: 6px;
  margin-top: 2px;
}

#ajx-mail2 .link
{
  margin-top: 2px;
}

#epv-list-content h2 {
  line-height: 1.0em;
}

.accordion-ie-hr
{
  display: none;
}

ul.happybuttons {
    bottom: 0;
    left: 0;
    list-style: none outside none;
    margin: 0;
    padding-left: 0;
}

ul.happybuttons li {
    float: left;
    list-style: none outside none;
    padding-right: 10px;
}

span.happyquotes-author {
    display: block;
    font-family: 'Frutiger LT W01 65 Bold';
    font-size: 12px;
    padding-bottom: 50px;
}




#div-front-page-accueil {
   margin-top: 20px;
   width:66%;
   float:left;
}


/*SPRITE FROM http://spritegen.website-performance.org/*/
.sprite {
    background-image: url(images/spritesheet.png);
    background-repeat: no-repeat;
    display: block;
}

.sprite-arrow-button-ok {
    width: 18px;
    height: 13px;
    background-position: -5px -5px;
}

.sprite-arrow-ok-purple {
    width: 18px;
    height: 13px;
    background-position: -33px -5px;
}

.sprite-blue-pict {
    width: 61px;
    height: 61px;
    background-position: -61px -5px;
}

.sprite-bonhomme {
    width: 31px;
    height: 65px;
    background-position: -132px -5px;
}

.sprite-btn-ok-arrow-blue {
    width: 18px;
    height: 13px;
    background-position: -173px -5px;
}

.sprite-button-fleche {
    width: 15px;
    height: 13px;
    background-position: -201px -5px;
}

.sprite-button-fleche-blanc {
    width: 17px;
    height: 12px;
    background-position: -5px -28px;
}

.sprite-button-fleche-bleu {
    width: 17px;
    height: 12px;
    background-position: -32px -28px;
}

.sprite-button-fleche-down {
    width: 13px;
    height: 15px;
    background-position: -173px -28px;
}

.sprite-carousel-grey {
    width: 14px;
    height: 14px;
    background-position: -196px -28px;
}

.sprite-carousel-pink {
    width: 14px;
    height: 14px;
    background-position: -5px -52px;
}

.sprite-categorie-icone {
    width: 11px;
    height: 12px;
    background-position: -29px -52px;
}

.sprite-download {
    width: 30px;
    height: 30px;
    background-position: -173px -53px;
}

.sprite-fb-home {
    width: 34px;
    height: 34px;
    background-position: -5px -93px;
}

.sprite-commpress-picto {
    width: 17px;
    height: 14px;
    background-position: -49px -93px;
}
.sprite-evt-picto {
    width: 17px;
    height: 15px;
    background-position: -49px -112px;
}

.sprite-icone-infographies {
    width: 60px;
    height: 65px;
    background-position: -87px -93px;
}

.sprite-linkedin-home {
    width: 34px;
    height: 34px;
    background-position: -157px -93px;
}

.sprite-orange-pict {
    width: 61px;
    height: 61px;
    background-position: -5px -137px;
}

.sprite-picto-facebook {
    width: 22px;
    height: 22px;
    background-position: -201px -93px;
}

.sprite-picto-gplus {
    width: 22px;
    height: 22px;
    background-position: -201px -125px;
}

.sprite-picto-linkedin {
    width: 22px;
    height: 22px;
    background-position: -157px -157px;
}

.sprite-picto-mail {
    width: 15px;
    height: 14px;
    background-position: -189px -157px;
}

.sprite-picto-mobile-app {
    width: 22px;
    height: 22px;
    background-position: -76px -181px;
}

.sprite-picto-pinterest {
    width: 22px;
    height: 22px;
    background-position: -108px -181px;
}

.sprite-picto-rejoindre {
    width: 22px;
    height: 22px;
    background-position: -189px -181px;
}

.sprite-picto-soundcloud {
    width: 22px;
    height: 22px;
    background-position: -226px -5px;
}

.sprite-picto-twitter {
    width: 22px;
    height: 22px;
    background-position: -220px -37px;
}

.sprite-picto-youtube {
    width: 22px;
    height: 22px;
    background-position: -233px -69px;
}

.sprite-red-pict {
    width: 61px;
    height: 61px;
    background-position: -265px -5px;
}

.sprite-twitter-home {
    width: 34px;
    height: 34px;
    background-position: -265px -76px;
}

.sprite-valid-grey {
    width: 48px;
    height: 55px;
    background-position: -233px -120px;
}


/* 
PATCH : 
on modifie ici les callages pour le site par rapport au livrable du site de g�n�ration du sprite css
histoire de pourvoir re-copier-coller une nouvelle version si on ajoute un jour des images

*/
.sprite{
  display: inline-block;
}
.sprite-bonhomme {
    margin-top:5px;
    margin-right:5px;
}
.sprite-valid-grey {
    margin-top:8px;
    margin-right:8px;
}
.sprite-icone-infographies{
  margin-top:5px;
  margin-right:5px;
}


/* SPRITE PICTO ETUDE */
.pictos-etudes {
    background-image: url(images/pictos-etudes/spritesheet.png);
    background-repeat: no-repeat;
    display: block;
}

.pictos-etudes-automobile {
    width: 39px;
    height: 37px;
    background-position: -5px -5px;
}

.pictos-etudes-conjoncture {
    width: 37px;
    height: 28px;
    background-position: -54px -5px;
}

.pictos-etudes-consommation {
    width: 34px;
    height: 35px;
    background-position: -101px -5px;
}

.pictos-etudes-crise {
    width: 33px;
    height: 29px;
    background-position: -145px -5px;
}

.pictos-etudes-culture {
    width: 34px;
    height: 30px;
    background-position: -188px -5px;
}

.pictos-etudes-distribution {
    width: 36px;
    height: 33px;
    background-position: -54px -45px;
}

.pictos-etudes-e_business_internet {
    width: 36px;
    height: 28px;
    background-position: -145px -45px;
}

.pictos-etudes-education {
    width: 40px;
    height: 27px;
    background-position: -191px -45px;
}

.pictos-etudes-election {
    width: 35px;
    height: 37px;
    background-position: -5px -82px;
}

.pictos-etudes-energie {
    width: 35px;
    height: 38px;
    background-position: -100px -82px;
}

.pictos-etudes-environnement {
    width: 35px;
    height: 31px;
    background-position: -191px -82px;
}

.pictos-etudes-eurobarometre {
    width: 35px;
    height: 30px;
    background-position: -50px -123px;
}

.pictos-etudes-europe {
    width: 34px;
    height: 34px;
    background-position: -145px -123px;
}

.pictos-etudes-finance {
    width: 35px;
    height: 33px;
    background-position: -189px -123px;
}

.pictos-etudes-humanitaire {
    width: 28px;
    height: 35px;
    background-position: -5px -166px;
}

.pictos-etudes-immobilier {
    width: 38px;
    height: 34px;
    background-position: -43px -166px;
}

.pictos-etudes-industrie {
    width: 38px;
    height: 35px;
    background-position: -91px -166px;
}

.pictos-etudes-loisirs {
    width: 36px;
    height: 25px;
    background-position: -189px -166px;
}

.pictos-etudes-luxe {
    width: 31px;
    height: 38px;
    background-position: -139px -201px;
}

.pictos-etudes-management {
    width: 32px;
    height: 33px;
    background-position: -180px -201px;
}

.pictos-etudes-marketing {
    width: 32px;
    height: 36px;
    background-position: -222px -201px;
}

.pictos-etudes-media {
    width: 36px;
    height: 31px;
    background-position: -241px -5px;
}

.pictos-etudes-politique {
    width: 29px;
    height: 38px;
    background-position: -241px -46px;
}

.pictos-etudes-relation_client {
    width: 39px;
    height: 38px;
    background-position: -236px -94px;
}

.pictos-etudes-religion {
    width: 38px;
    height: 32px;
    background-position: -235px -142px;
}

.pictos-etudes-retail {
    width: 35px;
    height: 33px;
    background-position: -264px -184px;
}

.pictos-etudes-retraite_vieillesse {
    width: 30px;
    height: 38px;
    background-position: -5px -227px;
}

.pictos-etudes-sante {
    width: 33px;
    height: 38px;
    background-position: -45px -227px;
}

.pictos-etudes-science {
    width: 37px;
    height: 37px;
    background-position: -88px -227px;
}

.pictos-etudes-services {
    width: 38px;
    height: 20px;
    background-position: -264px -227px;
}

.pictos-etudes-services_public {
    width: 36px;
    height: 36px;
    background-position: -135px -257px;
}

.pictos-etudes-societe {
    width: 30px;
    height: 37px;
    background-position: -181px -257px;
}

.pictos-etudes-sport {
    width: 39px;
    height: 21px;
    background-position: -221px -257px;
}

.pictos-etudes-technologie {
    width: 23px;
    height: 35px;
    background-position: -280px -46px;
}

.pictos-etudes-tourisme {
    width: 37px;
    height: 33px;
    background-position: -313px -5px;
}

.pictos-etudes-transports {
    width: 29px;
    height: 38px;
    background-position: -313px -48px;
}




.home-icone {
    background-image: url(images/home-icone-4.png);
    background-repeat: no-repeat;
    /*display: block;*/
    display: inline-block;
    vertical-align: middle;
}


.home-icone-activite {
    width: 26px;
    height: 26px;
    background-position: -5px -5px;
}

.home-icone-facebook.off {
    width: 26px;
    height: 24px;
    background-position: -41px -8px;
}

.home-icone-facebook {
    width: 26px;
    height: 24px;
    background-position: -77px -8px;
}

.home-icone-linkedin.off {
    width: 26px;
    height: 24px;
    background-position: -5px -42px;
}

.home-icone-linkedin {
    width: 26px;
    height: 24px;
    background-position: -41px -42px;
}

.home-icone-problematique {
    width: 26px;
    height: 26px;
    background-position: -77px -39px;
}

.home-icone-solution {
    width: 26px;
    height: 26px;
    background-position: -77px -70px;
}

.home-icone-twitter.off {
    width: 26px;
    height: 24px;
    background-position: -113px -8px;
}

.home-icone-twitter {
    width: 26px;
    height: 24px;
    background-position: -113px -42px;
}
.home-icone-webzine-low {
    width: 15px;
    height: 14px;
    background-position: -113px -70px;
}
.home-icone-webzine {
    width: 26px;
    height: 24px;
    background-position: -5px -75px;
}

.home-icone-youtube {
    width: 26px;
    height: 24px;
    background-position: -41px -70px;
}

.home-icone-tns {
    width: 38px;
    height: 38px;
    background-position: -3px -100px;
}

.home-icone-blog {
    width: 38px;
    height: 38px;
    background-position: -47px -100px;
}

.home-icone-interne-index {
    width: 20px;
    height: 20px;
    background-position: -92px -100px;
    text-align: center;
    line-height: 16px;
    color:#FFF;
    font-size: 10px;
    vertical-align: top;
}

.home-icone-blog-index {
    width: 20px;
    height: 20px;
    background-position: -92px -120px;
    text-align: center;
    line-height: 16px;
    color:#FFF;
    font-size: 10px;
    vertical-align: top;
}


#home-box-problematique{
  background-color: #c69b08;
}
#home-box-activite{
  background-color: #c69b08;
}
#home-box-solution{
  background-color: #c69b08;
}

#home-box-problematique .home-icone,
#home-box-activite .home-icone,
#home-box-solution .home-icone{
  display: inline-block;
}
#home-box-problematique,
#home-box-activite,
#home-box-solution{
  height: 55px;
  line-height: 55px;
  text-align: center;
  width: 90%;
  margin:auto;
}

#home-box-problematique a,#home-box-activite a,#home-box-solution a{
  color:#FFF;
  text-decoration: none;
  /*font-family: verdana,sans-serif;*/
  /*font-weight: normal;*/
  font-family: 'Frutiger LT W01 65 Bold';
  font-size: 18px;
  vertical-align: middle;

}