/** INTERVENANTS **/

/** NAVIGATION NEXT/PREV/RETOUR **/
.intervenants div.nav {width:100%;margin-bottom:10px;}
.intervenants div.nav:last-child {margin-bottom:0px;}
.intervenants .nav ul { padding:0; margin:0; list-style:none; display:block;}
.intervenants .nav li.prev {float:left; display:inline-block;}
.intervenants .nav li.next {float:right; display:inline-block;}
.intervenants .nav li a {display:inline-block;width:100%;line-height:2rem;padding-top:-5px;}
.intervenants .nav li.prev a {text-align:left;height:20px;}
.intervenants .nav li.back a {text-align:center;margin:0;padding:0;color:#0a8bcf;text-transform:uppercase;}
.intervenants .nav li.next a {text-align:right;height:20px;}
.intervenants .nav li a.inactive i {color:#EEEEEE;visibility:hidden;}


.intervenants .next 
{
    width:20px;height:20px;
    background-image:url('../img/theme/sncf/icon-next.png');
    background-size:20px 20px;
    background-repeat:no-repeat;
    background-position:right top;
    /*display:block;*/
}

.intervenants .prev 
{
  width:20px;height:20px;
  background-image:url('../img/theme/sncf/icon-prev.png');
  background-size:20px 20px;
  background-repeat:no-repeat;
  /*display:block;*/
}




.intervenants .participants-list { margin-top:20px; }

.intervenants .item-participant .photo
{ 
    text-transform:lowercase; display:inline-block;
    float:left;
}
.intervenants .item-participant img 
{
    width:80px;
    height:auto;
    padding:5px;
    border-style: solid;
    border-width: 1px;
    border-color:#FF00FF;
}

.intervenants .item-participant h3 { margin:0; padding:0; }
.intervenants .item-participant .cartouche 
{
    margin-left:110px;
    padding:0;
    width:auto;
    float:none;
}

.intervenants h1 
{
    display:inline;
    float:left;
    text-decoration:none;
    border-bottom:none;
    margin-bottom:1rem;
    text-transform: uppercase;
}




.intervenants .profil h1 {text-transform: none;}
.intervenants .profil h4 {text-transform:none;font-size:1.7rem;}

.intervenants .cartouche p {line-height:1.5rem;}
.intervenants .cartouche p:first-child { margin-top:.3rem; }
.interveannts .cartouche p.chapeau {font-size:1.1rem;}
.intervenants .cartouche p a.participant 
{
    text-transform:none!important;
    line-height:1.5rem;
    margin-bottom:.5rem;
    display:block;
    float:none;
}



.intervenants .item-participant { width:100%; margin-bottom:20px;}

/** A REFAIRE ! **/
.intervenants p a, .intervenants p a:active, .intervenants p a:visited, .intervenants p a:link 
{
    border-bottom:none;
}






ul.wall-menu {float:right; margin:0; display:inline;} 
ul.wall-menu li:first-child { padding-left:20px; }
ul.wall-menu li:last-child {border-right:none;margin-right:0;padding-right:0;}
ul.wall-menu li 
{
   float:left;display:inline-block; padding-right:20px; padding-left:20px; 
   border-right:solid; border-right-width:1px; border-right-color:#CCCCCC;
}





/** DESKTOP **/
@media only screen and (min-width: 1024px)
{
  .intervenants .item-participant { width:45%; margin-bottom:20px;float:left;display:inline-block;}
  .intervenants .item-participant .cartouche { padding-right:3rem; }

    /** on affiche par défaut la recherche **/
    .whoswho .search-container { display:block; }
}