/**
 * @file
 * Page Styling
 *
 * Style the markup found in page.tpl.php. Also includes some styling of
 * miscellaneous Drupal elements that appear in the $content variable, such as
 * ul.links, .pager, .more-link, etc.
 */
 

@font-face {
	font-family: "ocraext";
	src: url('../fonts/ocraext.ttf');
}
@font-face {
	font-family: "variations";
	src: url('../fonts/variations.ttf');
}
@font-face {
	font-family: "StrangeTales";
	src: url('../fonts/Strange_Tales.ttf');
}
/*
	@font-face {
	font-family: "vifargent";
	src: url('../fonts/vifargent.ttf');
}
*/

/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */



/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
       -o-transition: none;
          transition: none;
}



#overlay {
	padding-top: 1em;
}
/*
 * Body
 */
body {
  margin: 0;
  padding: 0;
  padding: 20px 0;
  font-family: Helvetica, Arial;  
  background: url('../images/fond3.jpg');
  background-color: black;
  background-size: cover;
  color: #FFF;  
  min-width: 1034px;
}

#page-wrapper {
}

#page {
}

/*
 * The skip-link link will be completely hidden until a user tabs to the link.
 * See the element-focusable rule in system.base.css.
 */
#skip-link a,
#skip-link a:visited {
  display: block;
  width: 100%;
  padding: 2px 0 3px 0;
  text-align: center;
  background-color: #666;
  color: #fff;
}
a {
	outline: none;
	text-decoration: none;
	color: #a5aaae;
	font-weight: bold;
}

/*
 * Header
 */
#header {
}

#header .section {
}

#logo /* Wrapping link for logo */ {
  float: left; /* LTR */
  margin: 0;
  padding: 0;
}

#logo img {
  vertical-align: bottom;
}

#name-and-slogan /* Wrapper for website name and slogan */ {
  float: left;
}

h1#site-name,
div#site-name /* The name of the website */ {
  margin: 0;
  font-size: 2em;
  line-height: 1.5em;
}

#site-name a:link,
#site-name a:visited {
  color: #000;
  text-decoration: none;
}

#site-name a:hover,
#site-name a:focus {
  text-decoration: underline;
}

#site-slogan /* The slogan (or tagline) of a website */ {
}

.region-header /* Wrapper for any blocks placed in the header region */ {
  clear: both; /* Clear the logo */
}

/*
 * Main (container for everything else)
 */
#main-wrapper {
}

#main {
}

/*
 * Content
 */
#content {
}

#content .section {
}

.region-highlighted {
}

.breadcrumb /* The path to the current page in the form of a list of links */ {
  padding-bottom: 0; /* Undo system.css */
}

h1.title, /* The title of the page */
h2.node-title, /* Title of a piece of content when it is given in a list of content */
h2.block-title, /* Block title */
h2.title, /* Comment section heading */
h2.comment-form, /* Comment form heading */
h3.title /* Comment title */ {
  margin: 0;
}

tr.even /* Some tables have rows marked even or odd. */ {
  /* background-color: #eee; */ /* Drupal core uses a #eee background */
}

tr.odd {
  /* background-color: #eee; */ /* Drupal core uses a #eee background */
}

div.messages /* Important messages (status, warning, and error) for the user. See also the declarations in messages.css. */ {
  margin: 1.5em 0; /* Drupal core uses "6px 0" margin */
}

div.messages ul {
  margin-top: 0;
  margin-bottom: 0;
}

div.status /* Normal priority messages */ {
}

div.warning,
tr.warning /* Medium priority messages */ {
  /* border: 1px solid #f0c020; */ /* Drupal core uses: 1px solid #f0c020 */
}

div.error,
tr.error /* High priority messages. See also the .error declaration below. */ {
}

.error /* Errors that are separate from div.messages status messages. */ {
  /* color: #e55; */ /* Drupal core uses a #e55 background */
}

.warning /* Warnings that are separate from div.messages status messages. */ {
  /* color: #e09010; */ /* Drupal core uses a #e09010 background */
}

div.tabs /* See also the tabs.css file. */ {
}

.region-help /* Help text on a page */ {
}

.more-help-link /* Link to more help */ {
}

.region-content /* Wrapper for the actual page content */ {
}

ul.links /* List of links */ {
}

ul.links.inline {
  display: block; /* Let the links be inline, but the container be a block. */
}

ul.links li {
  padding: 0 1em 0 0; /* LTR */
}

.item-list .pager /* A list of page numbers when more than 1 page of content is available */ {
  padding: 0;
}

.item-list .pager li /* Each page number in the pager list */ {
  padding: 0 0.5em;
}

.feed-icon /* The link to the RSS or Atom feed for the current list of content */ {
}

.more-link /* Aggregator, blog, and forum more link */ {
}

/*
 * First sidebar (on left in LTR languages, on right in RTL)
 *
 * Remember to NOT add padding or margin to your .region-sidebar-first
 * (see the layout.css file.)
 */
.mobile .region-sidebar-first {
	display: block;
}

.region-sidebar-first .section {
}

/*
 * Second sidebar (on right in LTR languages, on left in RTL)
 *
 * Remember to NOT add padding or margin to your .region-sidebar-second
 * (see the layout.css file.)
 */
.region-sidebar-second {
}

.region-sidebar-second .section {
}

/*
 * Footer
 */
.region-footer {
	margin-left: 10px;
	margin-bottom: 30px;
	color: black;
	text-shadow: 1px 1px 1px white;
	z-index: 20;
	font-size: 11px;
	position: fixed;
	left: 10px;
	bottom: -40px;
}

/*
 * Page bottom
 */
.region-bottom /* Wrapper for any blocks placed in the page bottom region */ {
}

.flex-control-nav {
	top: 0;
}

a.button {
	background-color: #36373B;
	border-radius: 6px;
	padding: 6px 12px;
	color: #fff;
	text-decoration: none;
	font-family: Arial;
	font-weight: bold;
  background-image: -moz-linear-gradient( -90deg, 
    hsla( 0, 0%, 100%, 0.3 ) , 
    hsla( 0, 0%, 100%, 0.0 ) 
  );
  background-image: -webkit-gradient(linear, 0 top, 0 bottom, 
    from( hsla( 0, 0%, 100%, 0.3 ) ), 
    to(   hsla( 0, 0%, 100%, 0.0 ) )
  );
  background-image: -o-linear-gradient( -90deg, 
    hsla( 0, 0%, 100%, 0.3 ) , 
    hsla( 0, 0%, 100%, 0.0 ) 
  );
	text-shadow: 2px 2px 1px #222;
	box-shadow: 2px 2px 6px #666;
}
a.button:hover {
	background-color: #545F66;
}

#cboxLoadedContent {
	background: none;
}
#cboxTitle {
	top: initial;
	bottom: -21px;
	font-family: Verdana;
	font-size: 12px;
	color: #23282e;
	text-shadow: #a5aaae 1px 1px 1px;
}

.isotope-options ul {
	padding-left: .5em;
	margin: 0;
}
.isotope-options li {
	font-family: "StrangeTales";
	font-size: 18px;
	list-style-type: none;
	list-style-image: none;
	margin-bottom: .5em;
	line-height: 1.5em;
}
.isotope-options li:before {
	content: '#';
}
.isotope-options li.nodeco:before {
	content: '';
}
.isotope-options li a {
	color: #fff;
}
.isotope-options li a.selected,
.isotope-options li a:hover {
	color: black;
	text-shadow: 1px 1px 1px white;
}
#menu-left #mentions-legales {
	margin-top: 30px;
}
#menu-top .isotope-options {
	float: left;
}
#menu-top li {
	float: left;
	padding-right: 1em;
	margin-top: 60px;
}
#menu-top li.nodeco {
	margin: 0;
	margin-right: 70px;
	margin-left: 0px;
}
#menu-top #menu-agenda {
	margin-left: 35px;
}
#random {
	width: 190px;
}
#header #social {
	float: right;
	margin-right: 50px;
	margin-top: 45px;
}
.mobile #header #social {
	margin-top: -110px;
  margin-right: 15px;
}
#header #social img {
	width: 40px;
}