.flip-container {
  /*perspective: 1000px;*/
  position: absolute;
}
/* flip the pane when hovered */
.flip-container:hover .flipper,
.flip-container.hover .flipper {
  transform: rotateY(180deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flip-container,
.front,
.back {
  width: 100%;
  height: 100%;
}
/* flip speed goes here */
.flipper {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}
/* hide back of pane during swap */
.front,
.back {
	
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}


/* front pane, placed above back */
.front {
  z-index: 2;
  /* for firefox 31 */
  /ransform: rotateY(0deg);
  /*	transform: perspective(1000px) rotateY(0deg);*/
}
/* back, initially hidden pane */
.back {
  	/*transform: perspective(1000px) rotateY(180deg);*/
  transform: rotateY(180deg);
}
.square {
  position: relative;
  width: 100%;
  margin: 0px;
}
.square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.brouge {
  border: 1px solid #f00;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none;
  /* Prevent inheritence from `body` */
  background-color: #fff;
  border: 1px solid #fff;
}
.panel {
  background-color: rgba(255, 255, 255, 0.7);
}
/*
* Base structure
*/
html,
body {
  height: 100%;
  background-color: #FEFEFE;
  font-family: arial;
  background-image: url(/images_2016/fond_v1.jpg);
  background-attachment: fixed;
  background-size: cover;
}
body {
  color: #262626;
  text-align: left;
  /* text-shadow: 0 1px 3px rgba(0,0,0,.5);
	box-shadow: inset 0 0 100px rgba(0,0,0,.5);*/
}
/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%;
  /* For at least Firefox */
  min-height: 100%;
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
  /* border:1px solid red;*/
}
/*
* Header
*/
.pays {
  font-weight: bold;
  color: #5a5a5a;
}
.text-blanc {
  color: white;
}
@media (max-width: 768px) {
  .masthead {
    position: absolute;
    top: 0;
  }
  .navbar-text {
    margin: 0px 16px 0 16px;
    font-weight: bold;
    color: #5a5a5a;
  }
  .inner {
    padding: 20px 20px 20px 20px;
    height: 100%;
  }
  .cover {
    padding: 20px 20px 20px 20px;
    position: relative;
    margin: 0 auto 100px auto;
    max-width: 990px;
  }
  .mastfoot {
    position: fixed;
    bottom: 0;
    height: 65px;
  }
  .ui-accordion .ui-accordion-content {
    padding: 10px  0px;
  }
  .navbar .navbar-nav > li > a {
    color: #fffffd;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
  }
  .aag5,
  .aag750,
  .aag10,
  .aag125,
  .aag15,
  .aag175,
  .aag20,
  .aag225,
  .aag25,
  .aag33,
  .aag50,
  .aag66,
  .aag75,
  .aad5,
  .aad750,
  .aad10,
  .aad125,
  .aad15,
  .aad175,
  .aad20,
  .aad225,
  .aad25,
  .aad33,
  .aad50,
  .aad66,
  .aad75,
  .c100 {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }
  .c10 {
    width: 10%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }
  .c20 {
    width: 20%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }
  .c25 {
    width: 25%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }
  .c33 {
    width: 33%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }
  .c50 {
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }
  .c66 {
    width: 66%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }
  .c75 {
    width: 75%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }
}
.navbar-default {
  background-color: #000;
}
.navbar-collapse {
  background-color: #000;
}
.mCS_no_scrollbar {
  height: 100%;
}
@media (min-width: 768px) {
	
	
	
	@media(orientation:landscape)
	{
	  .navbar {
    position: absolute;
    left: 00px;
    top: 30px;
    width: 100%;
    margin: 0px 0 0 0;
  }
  .nav {
    position: absolute;
    left: 280px;
    margin: 0px 0 0 0;
  }
}

	@media(orientation:portrait)
	{
	  .navbar {
    position: absolute;
    left: 0px;
    top: 0;
    width: 100%;
    margin: 0px 0 0 0;
  }
}
  .masthead {
    position: fixed;
    top: 0;
  }
  .navbar-text {
    float: right;
    margin: 16px 16px 0 16px;
    font-weight: bold;
    color: #fffffc;
  }
  .mastfoot {
    position: fixed;
    bottom: 0;
    height: 65px;
  }
  .inner {
    padding: 5px;
    height: 100%;
  }
  .cover {
    position: relative;
    margin: 0 auto  0 auto;
    max-width: 100%;
  }
  .navbar .navbar-nav > li > a {
    color: #fffffd;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 9px;
    padding: 15px 5px;
  }
}

.xsva {display:none;}
@media (max-width: 460px) {

.xsv{display:none;}

.xsva {;display:block;position:fixed;bottom:60px;background-color:#222;width:100%;height:48px;z-index:81}
}
@media (min-width: 980px) {
	
	@media(orientation:landscape)
	{
	  .navbar {
    position: absolute;
    left: 00px;
    top: 30px;
    width: 100%;
    margin: 0px 0 0 0;
  }
  .nav {
    position: absolute;
    left: 280px;
    margin: 0px 0 0 0;
  }
}

	@media(orientation:portrait)
	{
	  .navbar {
    position: absolute;
    left: 0px;
    top: 0;
    width: 100%;
    margin: 0px 0 0 0;
  }
}
  .cover {
    position: relative;
    margin: 0 auto 0px auto;
    max-width: 1280px;
  }
  .navbar .navbar-nav > li > a {
    color: #fffffd;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
    padding: 15px 12px;
  }
}
@media (min-width: 1200px) {
	
	
	@media(orientation:landscape)
	{
	  .navbar {
    position: absolute;
    left: 00px;
    top: 30px;
    width: 100%;
    margin: 0px 0 0 0;
  }
  .nav {
    position: absolute;
    left: 280px;
    margin: 0px 0 0 0;
  }
}

	@media(orientation:portrait)
	{
	  .navbar {
    position: absolute;
    left: 0px;
    top: 0;
    width: 100%;
    margin: 0px 0 0 0;
  }
}
  .masthead,
  .navbar {
    height: 50px;
  }
  .inner {
    padding: 35px 45px 45px 45px;
    height: 100%;
  }
  .cover {
    position: relative;
    left: 00px;
    margin: 0 auto 0px auto;
    max-width: 1024px;
  }
  .navbar .navbar-nav > li > a {
    color: #fffffd;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    padding: 15px 15px;
  }
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*.navbar-default{	background-color:#000;
	opacity:60;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	background-color: rgba(0,0,0,0.9);

}*/
.navbar-brand {
  padding: 0;
}
/*
* Cover
*/
.actub {
  position: absolute;
  bottom: 95px;
  height: 80px;
  right: 0;
  line-height: 20px;
  width: 100%;
  overflow: hidden;
  padding-left: 20px;
}
.facebook {
  background-image: url(/images_2014/facebook_in.png);
}
.facebook:hover {
  background-image: url(/images_2014/facebook_ac.png);
}
.twitter {
  background-image: url(/images_2014/twitter_in.png);
}
.twitter:hover {
  background-image: url(/images_2014/twitter_ac.png);
}
.inscription {
  background-image: url(/images_2014/inscription_in.png);
}
.inscription:hover {
  background-image: url(/images_2014/inscription_ac.png);
}
.blanc {
  background-color: #fff;
  opacity: 60;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  background-color: rgba(255, 255, 255, 0);
  text-align: justify;
  padding: 20px;
  margin: 40px 0 ;
}
.noir {
  background-color: #000;
  opacity: 60;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  background-color: rgba(0, 0, 0, 0.9);
  color: white;
}
.cover .btn-lg {
  padding: 10px 20px;
  font-weight: bold;
}
/*.content{margin:40px; width:260px; height:500px; padding:20px; overflow:auto; background:#333; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;}*/
/*
* Footer
*/
.mastfoot {
  background-color: #000;
  /* IE8 proofing */
  background-color: rgba(0, 0, 0, 0.9);
}
/*.fond {
background: #fff url('/fond1.jpg') no-repeat left top;
width:100%;
height:100%;
background-size: cover;
position:fixed;
background-position: 0 -50px;
background-position:right bottom;

}*/
/*
* Affix and center
*/
.masthead,
.mastfoot,
.cover-container {
  max-width: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  /* Pull out the header and footer */
  /* Start the vertical centering */
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%;
    /* Must be percentage or pixels for horizontal alignment */
  }
  .navbar-wrapper {
    margin-top: 0px;
  }
}
.navbar {
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
}
.picto {
  margin: 0 5px 0 5px;
}
.dropdown-toggle:hover {
  background-color: rgba(0, 0, 0, 0.9);
  color: #fffffe;
  border: 0px solid #5a5a5a;
}
.dropdown:hover {
  background-color: rgba(0, 0, 0, 0.9);
  color: #fffffe;
  border: 0px solid #5a5a5a;
}
.navbar .navbar-nav > li > a:hover {
  color: #fffffe;
  border: 0px solid #5a5a5a;
}
.navbar .navbar-nav > .open > a,
.navbar .navbar-nav > .open > a:hover,
.navbar .navbar-nav > .open > a:focus {
  background-color: rgba(0, 0, 0, 0.9);
  color: #10C9FE;
  border: 0px solid #5a5a5a;
}
.dropdown-menu {
  box-shadow: 0 0 0 0 white;
  min-width: 200px;
  border: 0px solid #5a5a5a;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 0;
}
.dropdown-menu > li > a {
  color: #fffffe;
  border: 0px solid #5a5a5a;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #10C9FE;
  background-color: rgba(0, 0, 0, 0.9);
  text-decoration: underline;
  border: 0px solid #5a5a5a;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: rgba(0, 0, 0, 0.9);
  color: #10C9FE;
  border: 0px solid #5a5a5a;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #10C9FE;
  background-color: rgba(0, 0, 0, 0.9);
  text-decoration: underline;
  border: 0px solid #5a5a5a;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  padding-left: 0px;
  padding-right: 0px;
}
.row {
  margin-left: 0px;
  margin-right: 0px;
}
