/*'est Miscellaneous useful HTML classes */
.left         { float: left !important; }
.right        { float: right !important; }
.text-left    { text-align: left !important; }
.text-right   { text-align: right !important; }
.text-center  { text-align: center !important; }
.text-justify { text-align: justify !important; }
.hide         { display: none; }

body {
  font-family: 'Roboto Slab', serif; 
}

article {margin-bottom: 25px;}

h1 { 
  font-family: 'Roboto Slab', serif; 
  font-weight: 700;
  font-size: 41px; 
  line-height:1.41em; 
  color: #e91e13; 
  margin-bottom: 17px; 
}

h2, 
article h2 { 
  font-family: 'Roboto Slab', serif; 
  font-weight: 400; 
  font-size: 18px; 
  line-height: 27px; 
  color: #000000;
  margin-bottom: 15px; 
}

h3, 
article h3 { 
  font-family: 'Roboto', Arial, sans-serif; 
  font-weight: 400; 
  font-size: 21px; 
  color:#e91e13; 
  margin-bottom: 0;
}

h3 img {
  margin-bottom: 0; 
  margin-right: 5px; 
}

h4, 
article h4,
span.news-date {
  font-family: 'Roboto', Arial, sans-serif; 
  font-weight: 400; 
  font-size: 14px; 
  color:#231f20;  
  text-transform: uppercase;
}

.europa h1 {
  color: #00adef;
}

.europa .news-list-item {
  padding-top: 0;
}

.europa .newsContent h2 {
  line-height: 18px;
}

.europa aside ul.side-nav.sidebar li {
  background: #00adef;
}

.europa aside ul.side-nav.sidebar li a {
  padding: 15px;
}

.africa h1 {
  color: #248c3d;
}

.africa aside ul.side-nav.sidebar li {
  background: #248c3d;
}

.africa aside ul.side-nav.sidebar li a {
  padding: 15px;
}

.america h1 {
  color: #165204;
}

.america aside ul.side-nav.sidebar li {
  background: #165204;
}

.america aside ul.side-nav.sidebar li a {
  padding: 15px;
}

.arab_world aside ul.side-nav.sidebar li {
  background: #5c5d5c;
}

.arab_world aside ul.side-nav.sidebar li a {
  padding: 15px;
}

.asia h1 {
  color: #e52420;
}

.asia aside ul.side-nav.sidebar li {
  background: #e52420;
}

.asia aside ul.side-nav.sidebar li a {
  padding: 15px;
}

.africa h3,
.europa h3,
.america h3,
.east h3,
.asia h3,
.arab_world h3 {
  margin-top:60px;
}

.africa h3 a,
.europa h3 a,
.america h3 a,
.east h3 a,
.asia h3 a,
.arab_world h3 a {
  color:#e91e13; 
  text-decoration: none
}


a {
  text-decoration: none;
}

article a { 
  color: #000000; 
  text-decoration: underline;
  line-height: 1.41em;
}

article a:hover { 
  text-decoration: underline;
  color:#e91e13;  
}

a:visited,
article a:visited {
  color: #b04f4a;
}

p,
article p, 
span { 
  font-family: 'Roboto', Arial, sans-serif; 
  font-size:14px; 
  font-weight: 400; 
  color: #231f20; 
  text-align: justify; 
}

ul,
article ul {
  list-style-type: square;
}

article ul {
  list-style-position: outside;
  padding-left: 17px;
}

ol,
article ol {
  list-style-position: inside;
}

ul li,
ol li,
article ul li,
article ol li {
  font-size: 14px;
}

article img {
  padding-right: 5px;
}

span,
article span { 
  line-height: 20px; 
}

/*basic typo3 content align*/
.align-right { text-align: right; }
.align-left { text-align: left; }
.align-center { text-align: center; }
.align-justify { text-align: justify; }

article { min-height: 1px; }

section.banner { 
  padding: 15px 0 15px 0; 
  border-bottom: solid 1px; 
  background: url("../img/banner.png") no-repeat scroll 40% 40% transparent;
}

section.banner h1 { 
  font-family: 'Roboto Slab', serif; 
  font-weight: 700; 
  font-size: 32px; 
  color: #E91E13; 
  margin-top: 60px; 
  margin-bottom: 0; 
}

section.banner h2 { 
  font-family: 'Signika', sans-serif; 
  font-weight: 600; 
  font-size: 19px; 
  text-align: right; 
  float: left; 
  margin-left: 310px; 
  margin-top: 0; 
}

span.legend { 
  font-family: 'Roboto', Arial, sans-serif; 
  font-size:14px; 
  font-weight: 200; 
  color: #231f20; 
  margin-bottom: 15px; 
}

.large-4.columns blockquote.bigBlockquote {
  display: none;
}

.reveal-modal {
  width: 70%;
  left: 50%;

}


blockquote { 
  font-family: 'Roboto', Arial, sans-serif; 
  font-size:17px; 
  color:#000000; 
  border:none; 
  background: #d1d3d4; 
  margin: 1.5em 0 1.5em;
  padding: 0 1em 0 2.5em;
  position:relative;
  clear: both;
  margin-bottom: 1.25em;
}

blockquote:before {
  color: #e91e13;
  content: "\275D";
  font-size: 2em;
  position:absolute;
  left:5px;
  top: 0.4em;
  line-height: 0.1em;
}

blockquote:after {
  color: #e91e13;
  content: "\275E";
  font-size: 2em;
  position:absolute;
  right:3px;
  bottom: 0.4em;
  line-height: 0.1em;
}

blockquote p {
  display: inline;
}

table {
  font-family: 'Roboto', Arial, sans-serif; 
  border: solid 1px #a7a9ac;
}

table tr th {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
}

table tr:nth-child(even) {
  background: #f1f2f2;
}

table thead {
  background: #f1f2f2;
}

table tbody tr td,
table tr td {
  font-size: 12px;
  line-height: 1.525em;
}

.button { 
  background: #e91e13; 
  border: none; 
  font-family: 'Roboto', Arial, sans-serif; 
  text-transform: uppercase; 
  width: 100%; 
  padding-bottom: 10px; 
  padding-top: 10px; 
}

.button:hover { 
  background: #6d6e71;
  border: none; 
}

aside div.panel.search.subpage { 
  margin-bottom: 0; 
  border-left:solid 1px;
  border-right: solid 1px;
  padding: 40px 15px;
}
/* SIDE NAV ________________________________________*/
  aside ul.side-nav.sidebar { 
    background: #6d6e71; 
    padding-bottom: 0; 
    padding-top:0;
    border:solid 1px; 
  }

  aside ul.side-nav.sidebar li { 
/*    padding: 40px 15px; */
    border-top: solid 1px #929497; 
    border-bottom: solid 1px #414042; 
    margin-bottom: 0; 
  }

  aside ul.side-nav.sidebar li a  {
     padding: 40px 15px;
  }
  aside ul.side-nav.sidebar li:hover  {
    background: #d1d3d4;
  }

  aside ul.side-nav.sidebar li:last-child { 
    border-bottom: none;
  }  

  aside ul.side-nav.sidebar li a { 
    font-family: 'Roboto', Arial, sans-serif; 
    text-transform: normal; 
    font-size: 18px; 
    color: #FFFFFF; 
  }

  aside ul.side-nav.sidebar li a:hover { 
    color: #231F20;
  }

  ul.legend {
    margin: 0;
    padding: 0;
  }

  ul.legend li {
    list-style-type: none;
  }

.europa .regionMenu {
  margin-top: 60px;
  margin-left: 38px;
}

/*.europa #c1 a img {
  display: none;
}

.europa #c1 a {
  background: url(../img/EFJlogo.jpg) no-repeat;
  display: block;
  width: 167px;
  height: 183px;
}

.europa #c2 h1 {
  text-indent: -9999px;
  display: none;
}

.europa #c2 {
  margin-top: 65px;
}

.europa #c2:before {
  content: "European Federation of Journalists";
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  font-size: 32px;
  color: #00adef;
  margin-top: 60px;
  margin-bottom: 0;
}*/

#c250 p {
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  font-size: 32px;
  color: #00adef;
  margin-top: 60px;
  margin-bottom: 0;
  
}
  /*SUB MENU*/
    aside ul.side-nav.sidebar li ul { 
      list-style-type: none; 
      margin: 0; 
      padding: 0; 
    }

    aside ul.side-nav.sidebar li ul li { 
      border: none; 
      padding: 0 0 0 0; 
      margin: 0 0 0 0 ;
      border-top: solid 1px #929497; 
      border-bottom: solid 1px #414042; 
      line-height: 1.3em;
      padding-left: 1em;
    }
    aside ul.side-nav.sidebar li ul li a {
      padding:  20px 1em 1em 1em;
     }
    .side-nav li.active {
      background-color: rgb(209, 211, 212);
    }
    .side-nav li.active > a:first-child {
      background-color: rgb(209, 211, 212);
     }

article img { 
  /*margin-bottom: 15px;*/
}

article p:last-of-type { 
  /*padding-bottom: 25px;*/ 
   
}

.csc-frame-rulerAfter {
  border-bottom: solid 1px #bdbec0;
  margin-bottom: 15px;
  padding-bottom: 15px;
}


form label { 
  font-family: 'Roboto', Arial, sans-serif; 
}

form input[type="text"] {
  margin-bottom: 0;
}

section.first-header {
  background: #000000;
    padding: 10px 0 10px 0; 
}

select, input[type="text"]{
	background: #FFF;
	border: 1px solid #D1D3D4;
	padding: 10px;
	
}
select{ 
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent url("../img/arrowDown.png") no-repeat 96.5% center;
     text-indent: 3.01px;
	 text-overflow: "";
    } 
option{}


header { 

}

header p, 
header ul.inline-list { 
  margin-bottom: 0; 
  text-transform: uppercase; 
}

header p a, 
header ul.inline-list li, 
header ul.inline-list li a { 
  font-family: 'Roboto', Arial, sans-serif; 
  font-weight: 400; 
  color: #FFF; 
}

header ul.inline-list > li { 
  margin-left: 0.375em; 
}

header ul.inline-list li.active a {
 color: #E91E13; 
}

header p a:hover,
header ul.inline-list li a:hover {
 color: #E91E13; 
} 

section.main-nav { 
  border-bottom: solid 10px; 
  border-top: solid 1px #929497; 
}

section.main-nav, 
section.main-nav .top-bar { 
  background: #6D6E71; 
}

section.main-nav .top-bar-section ul { 
  width: 100%; 
  background: #6D6E71; 
}

section.main-nav .top-bar-section ul li > a { 
  font-family: 'Roboto', Arial, sans-serif; 
  font-weight:400; 
  font-size: 18px; 
  text-transform: uppercase; 
}

section.main-nav .top-bar-section ul li:last-child { 
  border: none; 
}

section.main-nav .top-bar-section ul li.active > a, 
section.main-nav .top-bar-section li a:not(.button):hover { 
  background: #231F20 !important; 
}

section.main-nav .top-bar-section li a:not(.button)  { 
  background: #6D6E71; 
} 

section.main-nav .top-bar-section > ul > .divider { 
  border-right:solid 1px #929497;
  border-left:solid 1px #414042; 
}

section.main-nav .top-bar-section li a:not(.button) { 
  padding: 0 29.39px; 
}

section.main-nav .top-bar-section li a[href^="fr"] {
  padding:0 13.8px;
}

section.main-nav .top-bar-section li a[href^="es"] {
  padding: 0 11.5px;
}



section.main-nav .contain-to-grid { 
  background:rgb(109, 110, 113); 
}

section.main-nav .top-bar-section .dropdown li a { 
  padding: 7px 15px; 
}

section.main-nav .top-bar-section .has-dropdown.hover > .dropdown { 
  width: 100%; 
}


section.main-nav .top-bar-section ul { 
  width: auto; 
}

a.orbit-next, 
a.orbit-prev, 
div.orbit-slide-number { 
  display: none; 
}

.orbit-container { 
  border-bottom: solid 4px #E91E13; 
}

.orbit-container .orbit-slides-container > * .orbit-caption { 
  top:0; 
  width: 35%; 
  height: 100%; 
}

.orbit-container h1 { 
  font-family: 'Roboto', Arial, sans-serif; 
  color:#FFF; 
  font-size: 27px; 
  font-weight: 400; 
}

.orbit-container a,
.orbit-container a:hover {
  text-decoration: none;
}



.orbit-container h2, 
span.details { 
  font-family: 'Signika', sans-serif; 
  font-size: 18px; 
  font-weight: 400; 
  color:#FFF; 
}

.orbit-container p { 
  font-family: 'Roboto', Arial, sans-serif; 
  color:#FFF; 
  font-size: 14px; 
  margin-top: 20px; 
}

.orbit-container a.more { 
  font-family: 'Roboto', Arial, sans-serif; 
  color:#FFF; 
  font-size: 12px; 
}

.orbit-container a.more:hover { 
  text-decoration: underline; 
} 

.orbit-container .orbit-slides-container > * .orbit-caption { 
  background-color: rgba(0, 0, 0, 1);
}

.orbit-container .orbit-prev {
  left:86%;/*ben modif*/

}

.orbit-container .orbit-next {
  right: 5%;
}

.orbit-container .orbit-prev,
.orbit-container .orbit-next {
  display: block;
  top: 90%;
  background-color: rgba(233,30,19,0.8);
}

#c34 form label {
  float: left;
  display: inline-block;
  margin-right: 10px;
  margin-top: 1px;
}

/*
#c34 input#option-3,
#c34 input#option-6,
#c34 input#option-9,
#c34 input#option-12,
#c34 input#option-15,
#c34 input#option-18,
#c34 input#option-21,
#c34 input#option-24,
#c34 input#option-27,
#c34 input#option-30,
#c34 input#option-33,
#c34 input#option-36,
#c34 input#option-39
 {
  margin-bottom: 25px;
}
*/
/*
#option-6,
#option-10
{
  margin-bottom: 25px;
}
*/
div.large-9.columns.orbit, 
div.large-6.columns.map { 
  padding-right: 0; 
}

div.large-3.columns.panels { 
  padding-left: 0; 
}

div.panel { 
  margin-bottom: 0; 
  border: none; 
  height: 104px; 
}

div.panel a { 
  font-family: 'Roboto', Arial, sans-serif; 
  font-size:/*18px*/15px;
  color:#FFF;  
}

div.panel.search form input { 
  /*background: url("../img/search.png") no-repeat #FFF 96%; */

    /* ben modif */
  background: url("../img/search.png") no-repeat scroll 95% center rgb(255, 255, 255);
  height: 39px;
}

div.panel.search { 
  background: #231F20; 
}

div.panel.search.subpage { 
  margin-top: -56px; 
  margin-bottom: 25px; 
  background: #6d6e71; 
  height: auto; 
}

div.panel.subscribe { 
  background: url("../img/subscribe.jpg") no-repeat; 
  padding-top: 42px; 
}

div.panel.ctn { 
  background: url("../img/counter.jpg") no-repeat; 
/*  padding-top: 35px; */
}

  .panel.ctn.es {
    padding-top: 18px;
  }


div.panel.highlight { 
  background: url("../img/highlight.jpg") no-repeat; 
  padding-top: 35px; 
}

div.panel.calendar { 
  background: url("../img/events.jpg") no-repeat; 
  padding-top: 42px; 
}

.subscribe a:hover, 
.ctn a:hover, 
.highlight a:hover, 
.calendar a:hover { 
  text-decoration: underline; 
}

 div.panel.subscribe.fr {
    padding-top:0;
  }

  div.panel.subscribe.es  {
    padding-top: 20px;
  }

a.button { 
  width:175px; 
  margin-bottom: 0; 
  border: none; 
  box-shadow: none; 
  font-family: 'Roboto', Arial, sans-serif; 
  font-size:17px; 
  color:#FFF; 
  font-weight: 400; 
  color: #FFFFFF; 
  text-align: right; 
  height: 100px; 
}

a.button.addMoreFile {
  height: auto;
  text-align: center;
}

a.removeFile {
  background: none;
  color: red;
  height: auto;
  width: auto;
}

a.africa { 
  background: url("../img/africa.png") no-repeat #651F1C 10%; 
}
a.africa:hover { 
  background: url("../img/africa-hover.png") no-repeat #a7a9ac 10%; 
}
a.asia { 
  background: url("../img/asia.png") no-repeat #7B1F1A 10%; 
}
a.asia:hover { 
  background: url("../img/asia-hover.png") no-repeat #a7a9ac 10%; 
}
a.europe { 
  background: url("../img/europe.png") no-repeat #A71E17 10%; 
}
a.europe:hover { 
  background:url("../img/europe-hover.png") no-repeat #a7a9ac 10%; 
}
a.america { 
  background: url("../img/latin.png") no-repeat #D31E14 10%; 
}
a.america:hover { 
  background: url("../img/latin-hover.png") no-repeat #a7a9ac 10%; 
}
a.middle { 
  background: url("../img/middle.png") no-repeat #E91E13 10%; 
} 
a.middle:hover { 
  background: url("../img/middle-hover.png") no-repeat #a7a9ac 10%; 
}
a.africa, 
a.asia, 
a.europe, 
a.america, 
a.middle { 
  padding-right: 10px; 
  color: #bcbec0; 
  margin-bottom: 10px; 
}

a.middle {color: #e3e3e3 !important;}

a.africa, 
a.europe,
a.asia, 
a.america, 
a.middle  { 
  padding-top: 35px; 
}

section.map { 
  background: #bcbec0; 
  padding-top: 10px; 
}
section.map h1 { 
  background:#231f20; 
  text-transform: 
  uppercase; 
  color: #FFFFFF; 
  width: 270px; 
  padding-left: 40px; 
}

section.map img { 
  padding-bottom: 17px; 
}

section.video { 
  background: #000000; 
  padding: 1.125em; 
}

section.video h1 { 
  margin-top: 0; 
}

section.map h1,
section.video h1 { 
  color: #FFFFFF; 
  font-size: 26px; 
  text-transform: uppercase; 
  font-weight: 400; 
}

section.video h2 { 
  font-family: 'Signika', sans-serif; 
  font-size: 18px; 
  font-weight: 400; 
  color:#FFF; 
}

section.video p { 
  font-family: 'Roboto', Arial, sans-serif; 
  color:#FFF; 
  font-size: 13px; 
  margin-top: 20px; 
  text-align: justify; 
}

section.links { 
  background: #e91e13; 
  text-align: center; 
  padding: 15px 0 15px 0; 
  margin-top: 10px; 
  margin-bottom: 10px;
}

section.links ul { 
  margin-bottom: 0; 
}

section.links ul li { 
  display: inline; 
  color: #FFFFFF; 
}

section.links ul li:nth-child(2), 
section.links ul li:nth-child(4),
section.links ul li:nth-child(6)
{ 
  margin:0 40px 0 40px; 
}

section.links ul li a { 
  color: #FFFFFF; 
  text-transform: uppercase; 
  font-family: 'Roboto', Arial, sans-serif; 
  font-size: 18px; 
}

section.links ul li a:hover { 
  color: #231f20; 
}

ul.breadcrumbs { 
  background: none; 
  border: none; 
  padding-left: 0; 
  max-width: 75%;
}

ul.breadcrumbs > *:before { 
  content: ">"; 
}

ul.breadcrumbs li a { 
  font-family: 'Roboto', Arial, sans-serif; 
  color: #808285; 
}

section.relatedNews h2 { 
  margin-bottom: 0; 
}

section.relatedNews p a {
  color: #231f20;
  font-size: 14px;
  text-transform: normal;
  font-weight: 700;
}

section.relatedNews hr:last-of-type {
  display: none;
}

section.news-elsewhere { margin-bottom: 25px; }

section.news-elsewhere a { 
  font-family: 'Roboto', Arial, sans-serif; 
  color: #FFFFFF; 
  text-align: right; 
  width: 100%; 
  padding-right: 5px; 
}

section.news-elsewhere a.news-africa { 
  background: url("../img/africa-news.png") no-repeat #e91e13 10%; 
}

section.news-elsewhere a.news-africa:hover { 
  background: url("../img/africa-news.png") no-repeat #d1d3d4 10%; 
  color:#e91e13; 
  font-weight: 700; 
}

section.news-elsewhere a.news-asia { 
  background: url("../img/asia-news.png") no-repeat #e91e13 10%; 
}

section.news-elsewhere a.news-asia:hover { 
  background: url("../img/asia-news.png") no-repeat #d1d3d4 10%; 
  color:#e91e13; 
  font-weight: 700; 
}

section.news-elsewhere a.news-europe { 
  background: url("../img/europe-news.png") no-repeat #e91e13 10%; 
}

section.news-elsewhere a.news-europe:hover { 
  background: url("../img/europe-news.png") no-repeat #d1d3d4 10%; 
  color:#e91e13; 
  font-weight: 700; 
}

section.news-elsewhere a.news-middle { 
  background: url("../img/middle-news.png") no-repeat #e91e13 10%; 
}

section.news-elsewhere a.news-middle:hover { 
  background: url("../img/middle-news.png") no-repeat #d1d3d4 10%; 
  color:#e91e13; 
  font-weight: 700; 
}

footer { 
  background: #231f20; 
  padding: 0; 
}

footer h1 { 
  font-family: 'Roboto', Arial, sans-serif; 
  color:#FFF; 
  font-size: 29px; 
  color: #FFFFFF; 
  text-transform: uppercase; 
}

footer p, 
footer a { 
  font-family: 'Roboto', Arial, sans-serif; 
  color:#FFF; 
  font-size: 14px; 
  color: #FFFFFF; 
  text-align: left; 
}

footer a:hover { 
  color:#FFFFFF; 
  text-decoration: underline; 
} 

footer ul.social,.first-header ul.social{ 
  /*padding-top: 55px;*/
  margin-bottom: 0; 
}

footer ul.social li,.first-header ul.social li { 
  display: inline; 
  margin-right: 46.3px; 
}

footer ul.social li a:hover,.first-header ul.social li a:hover {
	-webkit-filter: invert(100%);
-moz-filter: invert(100%) !important;
-o-filter: invert(100%);
-ms-filter: invert(100%);
	  -webkit-filter: invert(100%);
    filter: invert(100%) ;
}

footer ul.social li:last-child,.first-header ul.social li:last-child { 
  margin-right: 0; 
}

.social.fr li {
  margin-right: 32px;
}

.social.es li {
  margin-right: 26px;
}

footer ul.side-nav { 
  margin-bottom: 0; 
  padding-top: 0; 
  padding-bottom: 0; 
}

footer ul.side-nav li:first-child, 
footer ul.side-nav li:last-child { 
  margin-right: 0; 
}

footer ul.side-nav li a { 
  font-family: 'Roboto', Arial, sans-serif; 
  color:#bcbec0; 
  font-size: 18px;
  text-transform: uppercase; 
}

footer ul.side-nav li ul { 
  margin-bottom: 0; 
}
footer ul.side-nav li ul li a { 
  
}

section.footer-links { 
  background: #e91e13; 
  text-align: center; 
  padding: 15px 0 15px 0; 
  margin-top: 20px;
}

section.footer-links ul { 
  margin-bottom: 0; 
}

section.footer-links ul li { 
  display: inline; 
}

section.footer-links p a { 
  color: #FFFFFF; 
}

section.footer-links p a:hover { 
  text-decoration: underline; 
}

section.footer-links ul li:first-child { 
  margin-left:115px; 
}

section.footer-links ul li, 
section.footer-links ul li a, 
footer ul.social li { 
  color: #FFFFFF; 
  text-transform: uppercase; 
  font-family: 'Roboto', Arial, sans-serif; 
  color:#FFF; 
  font-size: 18px; 
}

section.footer-links ul li a:hover { 
  color: #231f20; 
}

section.footer-links p { 
  color: #FFFFFF; 
  font-family: 'Roboto', Arial, sans-serif; 
  color:#FFF; 
  font-size: 14px; 
  margin-bottom: 0; 
  margin-top: 10px; 
} 

ul.tags { 
  border-bottom: solid 1px #dddddd; 
  padding-bottom: 10px; 
  list-style-type: none; 
}

ul.tags li { 
  display: inline; 
}

ul.tags li:first-child img {
 margin-right: 10px; 
}

ul.tags li a { 
  font-family: 'Roboto', Arial, sans-serif; 
  text-transform: uppercase; 
  color:#231f20; 
  font-size: 14px; 
}

ul.tags li a:hover { 
  color:#e91e13; 
}

ul.tags:last-child { 
  border-bottom: none; 
}

ul.related-content { 
  padding-top: 0; 
  width: 60%;
}

ul.related-content li { 
  background: #d1d3d4;
  clear: both; 
  padding: 5px;
}

ul.related-content li img { 
  float: left; 
  margin-top: 7px;
}

ul.related-content li a { 
  font-family: 'Roboto', Arial, sans-serif; 
  /*padding: 10px;*/
  color: #414042; 
  text-decoration: none;
  float: left;
  margin-right: 5px;
}

ul.share {
  padding-left: 0;
}

ul.share li { 
  display: inline; 
  margin-right: 20px; 
}


::-webkit-input-placeholder { font-family: 'Roboto', Arial, sans-serif; }
::-moz-placeholder { font-family: 'Roboto', Arial, sans-serif;; } /* firefox 19+ */
:-ms-input-placeholder { font-family: 'Roboto', Arial, sans-serif; } /* ie */
input:-moz-placeholder { font-family: 'Roboto', Arial, sans-serif; }





/**TYPO3 CSS**/
.news-catmenu { 
  padding: 10px 0px 10px 1px; 
}

.news-catmenu select {
  width: 50%; 
  float: right;
}

.news-catmenu select option[value="/our-work/?tx_ttnews%5Bcat%5D=2&cHash=551e5b2e346725b06b21ae24b7ba6fa6"],
.news-catmenu select option[value="/our-work/?tx_ttnews%5Bcat%5D=4&cHash=d1ec62a476fc0f03608596627513461b"],
.news-catmenu select option[value="/our-work/?tx_ttnews%5Bcat%5D=34&cHash=33f1ab18802ee52be21ee18c0d345eba"],
.news-catmenu select option[value="/our-work/?tx_ttnews%5Bcat%5D=5&cHash=6324b03bd76d5764a7b4bee02290143f"],
.news-catmenu select option[value="/our-work/?tx_ttnews%5Bcat%5D=3&cHash=c26a5aa84fe5c4f1df980afb13d3bf9d"],
.news-catmenu select option[value="/our-work/?tx_ttnews%5Bcat%5D=41&cHash=2a8f234e0afc1f14a057544e67826d0d"],
.news-catmenu select option[value="/our-work/?tx_ttnews%5Bcat%5D=42&cHash=ef5021dac3c4377eddca8dd92b8afae5"],
.news-catmenu select option[value="/our-work/?tx_ttnews%5Bcat%5D=49&cHash=a456e3bb75c90e659936e1a14a68bada"],
.news-catmenu select option[value="/our-work/?tx_ttnews%5Bcat%5D=74&cHash=0ad3965136ef22dc3d06453ab55a0e73"]
 {
  font-weight: 700 !important;
  color: #E91E13;
}

.news-catmenu:before {
	content: "PLEASE SELECT AN ISSUE";
	font-family: 'Roboto';
	font-size: 14px;
	position: relative;
	font-weight: 300;
  top: 12px;
}

#c328 .news-catmenu:before,
#c14 .news-catmenu:before,
#c55 .news-catmenu:before,
#c59 .news-catmenu:before,
#c194 .news-catmenu:before, 
#c55 .news-catmenu:before,
#c336 .news-catmenu:before,
#c335 .news-catmenu:before,
#c334 .news-catmenu:before,
#c333 .news-catmenu:before {
  content: "PLEASE SELECT A CATEGORY";
  font-family: 'Roboto';
  font-size: 14px;
  position: relative;
  font-weight: 300;
  top: 12px;
}

#c16 { 
  margin-top: 50px;
}

.news-list-container .news-list-category {
  display: none;
}

.tags .news-list-category {
 
}

.news-list-item {
    display: inline-block;
    /*height: auto;
    min-height: 95px;
    padding: 18px 0 10px;*/

    width: 100%;
    position: relative;
    border-top: 1px solid #CECECE;
}

.news-list-item:first-child {
  border-top: none;
}

.news-list-date {
  margin-top: 5px;
  float: none;
  padding-left: 0;
  font-size: 12px;
}

.news-list-morelink a {
  color: #FFFFFF;
}

.news-list-morelink a:hover {
  text-decoration: underline;
}

.news-list-morelink a:after {
  content:">";
  margin-left: 5px;
}


.news-list-item:last-child { 
  /*margin-bottom: 80px;*/ 
  border-bottom: 1px solid #CECECE;
}

.newsContent {
  width: 78%;
}

.clearer {
    clear: both;
 
}

.news-list-item div.newsContent div.news-list-category {position: absolute; bottom: 5px;	}


ul.news-cat-nav {
  list-style-type: none;
  margin-top: 40px;
}

ul.news-cat-nav li {
  margin-bottom: 10px;
}

ul.news-cat-nav li a {
  text-transform: uppercase;
  font-size: 14px;
  color: #231f20;
  font-family: 'Roboto';
   font-weight: 300;
  font-style: italic;
}

span.tagImg {
  margin-right: 15px;
}

span.newsCatImg {
  margin-right: 10px;
  margin-top: -5px;
}

span.newsCatImg img {
  margin-top: -5px;
  margin-left: -28px;
}

.news-list-item a img {
  float: left;
  padding-top: 8px;
  margin-right: 20px;
  margin-bottom: 10px;
}

.news-list-item h2 {
  margin-top: 0;
  margin-bottom: 8px;
}

.news-list-item h2 a {
  font-size: 14px;
  color: #231f20;
  font-weight: 700;
  text-decoration: none;
}



.news-list-item h2 a:hover,
.news-list-category a:hover,
ul.news-cat-nav li a:hover {
  color: #E91E13;
}

.news-list-category {
  /*margin-bottom: 8px;*/
}

.news-list-category a {
  font-size: 14px;
  font-weight: 200;
  text-decoration: none;
  font-style: italic;
 
  font-family: 'Roboto';
  line-height: 1.8em;
   font-weight: 300;
  color: #231f20;
}

.news-single-img {
  float: none;
  margin: 0;
}

.news-single-img a img {
  /*margin-right: 10px;*/
  padding-right: 0;
}

.news-single-backlink {
  font-size: 12px;
}

.news-single-item {
  border-bottom: solid 1px #cccccc;
}

p.news-single-imgcaption {
  padding-bottom: 0 !important;
  border-bottom: none !important;
}

.twitter-test {
  height: 100px;
}

.socialBts-vertical {
  position: fixed;
  top:60%;
  padding: 10px 0 10px 5px;
  background: black;
  border-right: solid 8px #bdbec0; 
  /*-webkit-box-shadow: 12px 0px 16px -8px rgba(0,0,0,0.59);
  -moz-box-shadow: 12px 0px 16px -8px rgba(0,0,0,0.59);
  box-shadow: 12px 0px 16px -8px rgba(0,0,0,0.59);*/
}

.socialBts-vertical h1 {
  display: none;
}

.socialBts-vertical ul li:first-child {
  display: none;
}

.socialBts-vertical ul li:last-child {
  margin-bottom: 0;
}

.socialBts-vertical ul {
  margin-bottom: 0;
  padding-right: 10px;
}

.socialBts-vertical ul li {
  margin-bottom: 15px;
}

span.tags a {
   display: inline-block;
    font-size: 12px;
    font-style: italic;
    font-weight: 200;
    line-height: 1.5em;
    padding-top: 7px;
    text-decoration: none;
    
}

div.news-single-item div.row div.large-4 h3 {padding-bottom: 10px;}

.top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
  margin-top: -11px;
}

a#submitBt {
  width: auto;
  text-align: center;
  height: auto;
  float: right;
}

a#submitBt:hover {
  text-decoration: none;
}

#c29.csc-default p.bodytext img { 
  padding-right: 21px !important;
}

#c154 {
  background: black;
  /*margin-top: -6px;*/
  padding: 5px 10px;

}

#c154 h2,
#c154 p {
  color: #FFFFFF;
  padding-bottom: 3px;
  
  
}
#c154 p {font-weight: normal; font-size: 12px; text-align: left;}

div#c8.csc-default div.embed-container iframe { padding-bottom: 10px;}

#c300 {
  background-color: #000;
}

#c300 h1 {
  margin: 0;
  margin-left: 10px;
  color: #FFFFFF;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 400;
  padding-top: 13px;
}


/**iPad in portrait & landscape**/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  { 

  footer ul.social li {
    margin-right: 20px;
  }

  section.banner h2 {
    margin-left: 0;
    text-align: left;
  }

  .socialBts-vertical {
    display: none;
  }

   ul.related-content { 
    width: 100% !important;
  }

  ul.share li {
    margin-right: 3px;
  }

  ul.news-cat-nav li a {
    font-size: 13px;
  }


}

/**iPad in landscape**/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) { 
  

  section.banner h1 {
    margin-top: 0;
  }

  #c250 p {
    
    font-size: 26px;
  }

  .orbit-container h1 {
    font-size: 20px;
  }

  .button-group .button {
    font-size: 14px;
  }


  section.main-nav .top-bar-section li a:not(.button) {
    padding: 0 14px;
  }

  section.main-nav .top-bar-section .dropdown li a {
    width: 100%;
    padding-bottom: 20px !important;
    padding-right: 40px !important;
  }

  section.main-nav .top-bar-section ul li > a {
    font-size: 16px;
  }


  ul.button-group {
    background: #E91E13;
  }

  a.button {
    width: 151.95px;
    padding-bottom: 0;
  }

  .panel.search {
    height: 57px;
  }

  .europa aside ul.side-nav.sidebar li a,
    .africa aside ul.side-nav.sidebar li a {
    font-size: 12px;
  }

  .europa h3 {
    margin-top: 0;
  }

  .europa .regionMenu {
    margin-left: 0;
  }


}

/**iPad in portrait**/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

   section.banner h1 {
    font-size: 28px;
    margin-bottom: 0;
    margin-top: 0;
  }

  section.banner h2 {
    margin-bottom: 0;
  }

  a.button {
    width: 113.95px;
    padding-bottom: 0;
  }

  .panel.search {
    height: 57px;
  }

  div.panel.search,
  div.panel.subscribe,
  div.panel.ctn,
  div.panel.highlight,
  div.panel.calendar { 
    background: red;
    height: 74.99px;
    border-bottom: solid 1px;
    padding-top: 10px;
  }




  div.panel a {
    font-size: 14px;
  }

   div.panel.calendar {
    height: 76px;
    border-bottom: none;
  }

  section.main-nav .top-bar-section ul {
    width: 100%;
  }

  blockquote {
    font-size: 13px;
    padding: 0 1em 0 1.8em
  }


}

/**iPhone 2G, 3G, 4, 4S Media Queries**/
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) { 
.first-header .large-1.columns {
    width: 50%;
  }

  .first-header .large-2.large-offset-2.columns {
    width: 50%;
  }

  .first-header .large-2.large-offset-2.columns .inline-list {
    float: right;
  }

  header ul.inline-list > li:first-child {
    margin-left: 21px;
  }

  header .large-7.columns ul.inline-list {
    float: left!important;
  }
  

  .banner .large-2.columns img {
    width: 65px !important;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .banner .large-2.columns img:last-child {
    margin-bottom: 0; 
  }
  
  #c2 h1 {
    margin-top: 0;
    font-size: 22px;
    text-align: center;
  }

  #c2 h2 {
    margin-left: 0;
    margin-bottom: 0;
    text-align: left;
    font-size: 15px;
    text-align: center !important;
  }

  #c7 {
    display: none; /* hidden slideshow*/
  }

  #c154 {
    margin-top: -2px !important;
    padding-bottom: 10px !important;
  }
  
  .button-group > * {
    float: none;
  }
  
  .large-3.columns,
  .large-9.columns.orbit,
  .large-6.columns.map {
    padding-left: 0;
  }

  footer .large-3.columns {
    padding-left: 15px;
  }

  
  .large-3.columns.panels,
  .large-3.columns {
    padding-right: 0;
  }

  .button-group > *:first-child {
    margin-left: -1px;
  }

  .button-group li span .button {
    width: 100%;
    margin-bottom: 0;
  }

  .panel.subscribe {
    background: #2c1819 !important;
  }

  .panel.ctn {
    background: #4d1715 !important;
  }

  .panel.highlight {
    background: #8f1812 !important;
  }
  
  .panel.calendar {
    background: #b71e16 !important;
  }

  .links ul li {
    list-style: none;
  }

  .links ul li a {
    display: block;
    font-size: 13px !important;
  }

  section.links ul li:nth-child(2), 
  section.links ul li:nth-child(4),
  #c13 ul li:nth-child(2) {
    display: none;
  }

  footer ul.side-nav li a {
    font-size: 14px;
  }
  footer ul.social li {
    margin-right: 7px;
  }

  section.footer-links ul li:first-child {
    margin-left: 0;
  }
  
  #c13 ul li {
    display: block;
    list-style: none;
    text-align: left;
  }

  #c13 ul li a.right {
    float: none !important;
  }
  

  #c13 p {
    font-size: 12px;
  }

}

@media only screen and (max-width : 420px) {

  .first-header .large-1.columns {
    width: 50%;
  }

  .first-header .large-2.large-offset-2.columns {
    width: 50%;
  }

  .first-header .large-2.large-offset-2.columns .inline-list {
    float: right;
  }

  header ul.inline-list > li:first-child {
    margin-left: 21px;
  }

  header .large-7.columns ul.inline-list {
    float: left!important;
  }
  
  .panel.search.subpage {
    margin-top: 0 !important;
  }

  aside ul.side-nav.sidebar li a {
    padding: 15px;
  }

  .banner .large-2.columns img {
    width: 65px !important;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .banner .large-2.columns img:last-child {
    margin-bottom: 0; 
  }
  
  #c2 h1 {
    margin-top: 0;
    font-size: 22px;
    text-align: center;
  }

  #c2 h2 {
    margin-left: 0;
    margin-bottom: 0;
    text-align: left;
    font-size: 16px;
    text-align: center !important;
  }

  #c7 {
    display: none; /* hidden slideshow*/
  }

  #c154 {
    margin-top: -2px !important;
    padding-bottom: 10px !important;
  }
  
  .button-group > * {
    float: none;
  }
  
  .large-3.columns,
  .large-9.columns.orbit,
  .large-6.columns.map {
    padding-left: 0;
  }

  footer .large-3.columns {
    padding-left: 15px;
  }

  
  .large-3.columns.panels,
  .large-3.columns {
    padding-right: 0;
  }

  .button-group > *:first-child {
    margin-left: -1px;
  }

  .button-group li span .button {
    width: 100%;
    margin-bottom: 0;
  }

  .panel.subscribe {
    background: #2c1819 !important;
  }

  .panel.ctn {
    background: #4d1715 !important;
  }

  .panel.highlight {
    background: #8f1812 !important;
  }
  
  .panel.calendar {
    background: #b71e16 !important;
  }

  .links ul li {
    list-style: none;
  }

  .links ul li a {
    display: block;
    font-size: 13px !important;
  }

  section.links ul li:nth-child(2), 
  section.links ul li:nth-child(4),
  #c13 ul li:nth-child(2) {
    display: none;
  }

  footer ul.side-nav li a {
    font-size: 14px;
  }
  footer ul.social li {
    margin-right: 7px;
  }

  section.footer-links ul li:first-child {
    margin-left: 0;
  }

  .links {
    margin-top: 0;
  }
  
  #c13 ul li {
    display: block;
    list-style: none;
    text-align: left;
  }

  #c13 ul li a.right {
    float: none !important;
  }
  

  #c13 p {
    font-size: 12px;
  }
  
  #c9 {
    background: #000;
  }

  section.main-nav .top-bar-section ul { 
    width: 100%; 
  }
}


@media only screen and (max-width : 765px) {

  .first-header .large-1.columns {
    width: 50%;
  }

  .first-header .large-2.large-offset-2.columns {
    width: 50%;
  }

  .first-header .large-2.large-offset-2.columns .inline-list {
    float: right;
  }

  header ul.inline-list > li:first-child {
    margin-left: 21px;
  }

  header .large-7.columns ul.inline-list {
    float: left!important;
  }
  

  .banner .large-2.columns img {
    width: 65px !important;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .banner .large-2.columns img:last-child {
    margin-bottom: 0; 
  }
  
  #c2 h1 {
    margin-top: 0;
    font-size: 22px;
    text-align: center;
  }

  #c2 h2 {
    margin-left: 0;
    margin-bottom: 0;
    text-align: left;
    font-size: 15px;
    text-align: center !important;
  }

  #c7 {
    display: none; /* hidden slideshow*/
  }

  #c154 {
    margin-top: -2px !important;
    padding-bottom: 10px !important;
  }
  
  .button-group > * {
    float: none;
  }
  
  .large-3.columns,
  .large-9.columns.orbit,
  .large-6.columns.map {
    padding-left: 0;
  }

  footer .large-3.columns {
    padding-left: 15px;
  }

  
  .large-3.columns.panels,
  .large-3.columns {
    padding-right: 0;
  }

  .button-group > *:first-child {
    margin-left: -1px;
  }

  .button-group li span .button {
    width: 100%;
    margin-bottom: 0;
  }

  .panel.subscribe {
    background: #2c1819 !important;
  }

  .panel.ctn {
    background: #4d1715 !important;
  }

  .panel.highlight {
    background: #8f1812 !important;
  }
  
  .panel.calendar {
    background: #b71e16 !important;
  }

  .links ul li {
    list-style: none;
  }

  .links ul li a {
    display: block;
    font-size: 13px !important;
  }

  section.links ul li:nth-child(2), 
  section.links ul li:nth-child(4),
  #c13 ul li:nth-child(2) {
    display: none;
  }

  footer ul.side-nav li a {
    font-size: 14px;
  }
  footer ul.social li {
    margin-right: 7px;
  }

  section.footer-links ul li:first-child {
    margin-left: 0;
  }

  .links {
    margin-top: 0;
  }
  
  #c13 ul li {
    display: block;
    list-style: none;
    text-align: left;
  }

  #c13 ul li a.right {
    float: none !important;
  }
  

  #c13 p {
    font-size: 12px;
  }
  
  #c9 {
    background: #000;
  }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) {
  

}

/* === ben modif === */
  blockquote{
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
  span.tags  a, .tags span  a, span.date{

    color: #454545;
  }
/* AHREF ICON LIST_______________________________________________________________________*/
  a span.csc-uploads-fileName{
    display: inline-block;
    line-height: 1.6em;
    margin-bottom: 0.2em;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-color: #a7a9ac;
    height: 38px;
    /*height: auto;*/
    width: 100%;
    padding-left: 2.2em;
    border: 6px solid #a7a9ac;
    color: #fafafa;
  } 
  li span.csc-uploads-description{color: #a7a9ac;}
  a[href$='.pdf'] span.csc-uploads-fileName {background-image: url(../img/icon-files/pdf.png); }
  a[href$='.doc'] span.csc-uploads-fileName,   a[href$='.docx'] span.csc-uploads-fileName  {background-image: url(../img/icon-files/word.png);}
  a[href$='.xls'] span.csc-uploads-fileName  {background-image: url(../img/icon-files/excel.png);}
  a[href$='.ppt'] span.csc-uploads-fileName  {background-image: url(../img/icon-files/ppt.png);}
  a[href$='.csv'] span.csc-uploads-fileName  {background-image: url(../img/icon-files/csv.png);}
  a[href$='.mpg'] span.csc-uploads-fileName  {background-image: url(../img/icon-files/mpg.png);}
  a[href$='.flv'] span.csc-uploads-fileName  {background-image: url(../img/icon-files/flv.png);}
  a[href$='.wma'] span.csc-uploads-fileName  {background-image: url(../img/icon-files/wma.png);}
  a[href$='.zip'] span.csc-uploads-fileName {background-image: url(../img/icon-files/zip.png);}
  a[href$='.rar'] span.csc-uploads-fileName  {background-image: url(../img/icon-files/rar.png);}
  a[href$='.exe'] span.csc-uploads-fileName {background-image: url(../img/icon-files/exe.png);}
  a[href$='.dmg'] span.csc-uploads-fileName  {background-image: url(../img/icon-files/dmg.png);}
  a[href$='.mov'] span.csc-uploads-fileName  {background-image: url(../img/icon-files/mov.png);}
  a[href$='.avi'] span.csc-uploads-fileName {background-image: url(../img/icon-files/avi.png); }
  a[href$='.psd'] span.csc-uploads-fileName  {background-image: url(../img/icon-files/psd.png); }
  a[href$='.ai'] span.csc-uploads-fileName   {background-image: url(../img/icon-files/ai.png);  }
  a[href$='.dll'] span.csc-uploads-fileName  {background-image: url(../img/icon-files/dll.png); }
  a[href$='.png'] span.csc-uploads-fileName  {background-image: url(../img/icon-files/png.png); }
  a[href$='.gif'] span.csc-uploads-fileName  {background-image: url(../img/icon-files/gif.png); }
  a[href$='.jpg'] span.csc-uploads-fileName  {background-image: url(../img/icon-files/jpg.png); }
/* END AHREF ICON LIST */ 


/* HOMEPAGE BLOCK NOIR */
  #c154 {
    background: none repeat scroll 0% 0% black;
    margin-top: -15px;
    min-height: 182px; /*100% *//*padding-bottom:19px;*/
    max-height: 219px; /* 100%*/
    overflow: scroll;
  }
/* ORBIT ___________________________________*/

  /*NEXT BTN*/

    .orbit-container .orbit-next > span {display: none!important;}/*cacher les btn par def*/
    .orbit-container .orbit-prev > span {display: none!important;}

    a.orbit-next {
      color: #fff;
      display: inline-block;
      padding: 0 0 0 0  ;
      position: relative;
      text-decoration: none;
      width: 36px !important;
      height: 36px !important;
    }
    a.orbit-next:before, a.orbit-next:after {
      border-right: 4px solid;
      content: '';
      display: block;
      height: 12px;
      margin-top: -10px;
      position: absolute;
      -moz-transform: rotate(135deg);
      -o-transform: rotate(135deg);
      -webkit-transform: rotate(135deg);
      transform: rotate(135deg);
      right: 15px;
      top: 50%;
      width: 0;
    }
    a.orbit-next:after {
      margin-top: -3px;
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
    }

    a.orbit-prev {
      color: #fff;
      display: inline-block;
      padding: 0 0 0 0  ;
      position: relative;
      text-decoration: none;
      width: 36px !important;
      height: 36px !important;
    }
    a.orbit-prev:before, a.orbit-prev:after {
      border-right: 4px solid;
      content: '';
      display: block;
      height: 12px;
      margin-top: -10px;
      position: absolute;
      -moz-transform: rotate(-135deg);
      -o-transform: rotate(-135deg);
      -webkit-transform: rotate(-135deg);
      transform: rotate(-135deg);
      right: 15px;
      top: 50%;
      width: 0;
    }
    a.orbit-prev:after {
      margin-top: -3px;
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }
.zesuperclass {
	display:none !important;
}
