section #rubrique{
	width: 100%;
	Height: 340px;
	background-image: url(img/expeditions.jpg);
	background-position: center;
	background-size: 100%;
}

canvas {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 80px;
	position: absolute;
}

#liste_expes  {
	margin-top: 30px;
}

#liste_expes h3, #liste_expes h4 {
	display: inline;
	color: #f29520;
}

#liste_expes h3 {
	font-weight: 600;
	text-transform: lowercase;
	font-variant: small-caps;
	font-size: 20px;
}

#liste_expes h4 {
	font-weight: normal;
	font-size: 15px;
}

#liste_expes span {
	margin-left: 15px;
	margin-right: 15px;
}

#liste_expes #photo {
	margin-left: 12px;
	margin-bottom: -1px;
	vertical-align: baseline;
	width: 20px;
	opacity: 0.3;	
}

#liste_expes a {
	float: right;
	color: #00aeef;
	font-style: italic;
	font-size: 15px;
	margin-top: 5px;
}

#liste_expes p {
	font-style: italic;
	color: #708090;
	font-size: 14px;
}

#content .tabl {
	display: table;
	width: 100%;
	margin-bottom: 5px;
}

#content .cell, .cell1 {
	display: table-cell;
}

#content .cell1 {
	width: 100%;
	/* text-align: center; */
}

#content .cell1 {
	width: 120px;
	text-align: center;
}

 /*-----------------
    Filtre expé
-----------------*/

#filtre {
	margin-top: 40px;
}

#filtre h3 {
	text-align: center;
	color: #f29520;
	font-size: 20px;
	font-weight: 600;
	background-color: white;
	margin-bottom: 30px;
	margin-top: -33px;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}

#filtre .ligne {
	border-top: 4px solid #f29520;
}

.styled-select {
	background: url(img/ico/fleche_bas.png) no-repeat 96% 50%;
	background-color: #f5ac51;
	height: 29px;
	overflow: hidden;
      -webkit-border-radius: 7px;
   -moz-border-radius: 7px;
   border-radius: 7px;
   border: 1px solid #f29520;
   display: inline-block;
   margin-right: 2px;
}

.styled-select select {
   background: transparent;
   border: none;
   color: white;
   font-size: 14px;
   height: 29px;
   padding: 5px; /* If you add too much padding here, the options won't show in IE */
   -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
}

.styled-select select option{
   background-color: #f7be77;
}

.styled-select #année {
	width: 110px;
}

.styled-select #destination {
	width: 140px;
}

.styled-select #programme {
	width: 190px;
}

.styled-select #participant {
	width: 210px;
}

#filtre img {
	width: 28px;
	cursor: pointer;
}

#filtre img:hover {
	filter: grayscale(4);
}

#filtre button {
	float: right;
	color: #f29520;
	font-size: 14px;
	height: 31px;
	background-color: white;
	padding-right: 10px;	
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 2px solid #f29520;
	border-radius: 7px;
	vertical-align: top;
	cursor: pointer;
}

/*-----------------
    Retour haut de page
-----------------*/
a#cRetour{
  border-radius:3px;
  padding:10px;
  font-size:15px;
  text-align:center;
  color:#f29520;
  background:rgba(0, 0, 0, 0.25);
  position:fixed;
  right:20px;
  opacity:1;
  z-index:99999;
  transition:all ease-in 0.2s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  text-decoration: none;
}
a#cRetour:before{ content: "\25b2"; }
a#cRetour:hover{
  background:rgba(0, 0, 0, 0.75);
  transition:all ease-in 0.2s;
}
a#cRetour.cInvisible{
  bottom:-35px;
  opacity:0;
  transition:all ease-in 0.5s;
}

a#cRetour.cVisible{
  bottom:20px;
  opacity:1;
}

 /*-----------------
    Détail expé
-----------------*/

#expe_detail h3 {
	display: inline-block;
	background-color: #f29520;
	color: white;
	padding : 10px;
	border-radius: 6px;
}

#expe_detail #fin_float{
	clear: both;
}

#expe_detail h4 {
	color: #f29520;
	font-variant: small-caps;
	font-size: 18px;
	margin-top: 30px;
	margin-bottom: 5px;
}

#expe_detail span {
	color: #f29520;
	font-size: 15px;
}


#expe_detail strong {
	font-weight: 600;
}

#expe_detail .site {
	margin: 0;
	color: #00aeef;
	font-weight: 600;
	font-style: italic;
	/* margin-top: 20px; */
}

#expe_detail ul {
	margin-left: -40px;
	margin-top: 5px;
	vertical-align: middle;
}

#expe_detail li {
	text-decoration: none;
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	/* height: 18px; */
	/* margin-top: 0; */
	margin-bottom: 5px;
}

#expe_detail li a{
	color: #f29520;
}

#expe_detail li span{
	color: black;
	font-size: 14px;
}

#expe_detail li:nth-child(1){
	/* margin-left: 0; */
}

#expe_detail li:nth-child(n+2){
	border-left: solid 2px black;
}

#expe_detail #galerie {
	padding-bottom: 40px;
}

#expe_detail #galerie .photo {
	/* display: inline-block; */
	/* padding-right: 5px; */
}

#expe_detail #galerie img {
/* 	display: inline-block;
	max-width: 217px;
	max-height: 130px;
	margin-right: 5px;
	max-height: 100px; */
	width: 173px;
}

/*===========================Globe===========================*/
.cesium-viewer .cesium-widget-credits{
	display: none;
}	
	
.cesium-infoBox  {
  border-style: solid;
  border-width: 2px;
  border-color: #f29520;
  border-radius: 8px;
  font-size:10px;
  width: 190px;
  margin-right: 5px;
  }
  
.cesium-infoBox-title {
	display: none;
}
	
button.cesium-infoBox-camera {
    display: none;
}
	
  
.cesium-infoBox-description h3 {
	color: #f29520;
	text-transform: lowercase;
	font-variant: small-caps;
	font-size: 16px;
	margin: 0;
}
  
.cesium-infoBox-description h4 {
	color: #00aeef;
	font-weight: 600;
	margin: 0;
	margin-top: 3px;
	margin-bottom: 20px;
}
  
.cesium-infoBox-description p {
	margin-bottom: 5px;
}
 
  
.cesium-infoBox-description a {
	display: inline;
	text-decoration: none;
	margin: 0;
}
 
.cesium-infoBox-description a:after {
	content: "|";
	margin-left: 2px;
	margin-right: 5px;
	font-weight: 600;
	color: #f29520;
}
 
.cesium-infoBox-description a:last-child:after {
	content: "";
}
  
  
  
/*===========================Lightbox===========================*/
/* Preload images */
body:after {
  /* content: url(ico/close.png) url(ico/loading.gif) url(ico/prev.png) url(ico/next.png); */
  /* display: none; */
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(img/ico/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(img/ico/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(img/ico/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(img/ico/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}