body {
  font-family: 'Roboto', sans-serif;

}

h1,
.h1 {
  font-size: 36px;
  text-align: center;
  font-size: 5em;
  color: #404041;
}

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}



/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

.navbar {
    margin-bottom: 0px;
    border:none;
}

.navbar-nav>li>.dropdown-menu {

  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.navbar-default .navbar-nav>li>a {
/*  width: 200px;
  font-weight: bold;*/
  font-size:18px;
  font-variant:small-caps;
}

.navbar-collapse {
  background-color: white;
}

.mega-dropdown {
  position: static !important;
/*  width: 210px;*/
}

.mega-dropdown-menu {
  background-color: gainsboro;
  padding: 20px 0px;
  width: 100%;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.mega-dropdown-menu:before {
  content: "";
  /*border-bottom: 15px solid #fff;*/
  border-right: 17px solid transparent;
  border-left: 17px solid transparent;
  position: absolute;
  top: -15px;
  left: 550px;
  z-index: 10;
}

.mega-dropdown-menu:after {
  content: "";
  /*border-bottom: 17px solid #ccc;*/
  border-right: 19px solid transparent;
  border-left: 19px solid transparent;
  position: absolute;
  top: -17px;
  left: 283px;
  z-index: 8;
}

.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}

.mega-dropdown-menu > li > ul > li {
  list-style: none;
}

.mega-dropdown-menu > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #999;
  white-space: normal;
}

.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
  color: #444;
  background-color: #f5f5f5;
}

.mega-dropdown-menu .dropdown-header {
  color: #428bca;
  font-size: 14px;
  font-weight: bold;
}

.mega-dropdown-menu form {
  margin: 3px 20px;
}

.mega-dropdown-menu .form-group {
  margin-bottom: 3px;
}

/* 
class et id de la page sommaire -------------------------------------------------------------------------------------------------------------------------------------------------------------
*/

.sliderpanel {
  margin-right:-31px;
  border:none
}

.imgslider {
    overflow: hidden;
    margin: 10px;
    position: relative;
}

.slider-fit_cover {
    width:760px;
  height: 428px;
  object-fit: cover;
}

.imgslider figure {
  position: relative;
}

.imgslider figcaption{
  padding:10px 10px 10px 10px;
  height: 250px;
  width : 150px;
  position:absolute;
  margin:0 0 0 10px;
  font-size:18px;
  font-variant:small-caps;
  top:170px;
  right: 80px;
}

.voirplus a {
   position:absolute;
   right: 5px;
   bottom: 5px;
  color:white;
  width : 140px;
  text-align: center;
  padding: 10px 25px 10px 25px;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cards__item {
  display: flex;
  padding: 1rem;
}

@media (min-width: 40rem) {
  .cards__item {
    width: 50%;
  }
}

@media (min-width: 56rem) {
  .cards__item {
    width: 50%;
  }
}

.card {
  background-color: white;
  border-radius: 0.25rem;
  box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.card:hover .card__image {
  -webkit-filter: contrast(100%);
          filter: contrast(100%);
}

.card__content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 1rem;
}

.card__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  -webkit-filter: contrast(70%);
          filter: contrast(70%);
  overflow: hidden;
  position: relative;
  transition: -webkit-filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91);
  transition: filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91);
  transition: filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91), -webkit-filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91);
}

.card__image::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

@media (min-width: 40rem) {
  .card__image::before {
    padding-top: 66.6%;
  }
}

.card__title {
  color: #696969;
  font-size: 1.25rem;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.card__text {
  flex: 1 1 auto;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;
}

.btn {
  background-color: white;
  border: 1px solid #cccccc;
  color: #696969;
  padding: 0.5rem;
  text-transform: lowercase;
}

.btn--block {
  display: block;
  width: 100%;
}




/* 
class et id de la page inc-entete -----------------------------------------------------------------------------------------------------------------------------------------------------------
*/

.conexbar-container-fluid {
  padding: 0 0 0 0;
}

.conexbar {
	background-color:black;
	text-align:right;
	padding-right:20px;
}

.conexbar a {
	color:white;
}

.conexbar a:hover {
	text-decoration:none;
	font-weight:bold;
}

.banner-well {
	background-color: white;
	border:none;  
	margin-bottom:-1px
}

.banner-well h1 {
   margin:25px 0 0 0;
}

.logo {
  text-align:right
}

.breadcrumb-panel {
  margin-bottom:-1px;
  border:none;
  background-color: white;
}

.breadcrumb-panel-body {
  padding:0px
}

.my-breadcrumb {
  margin-bottom:0px
}

.recherche-panel {
  margin-bottom:-1px;
  border:none;
}

.recherche-panel-body {
  padding-top:10px;
}

.recherche-input-group {
  padding-top:10px
}




/* 
class et id de la page inc-menu -----------------------------------------------------------------------------------------------------------------------------------------------------------
Les selecteurs particuliers de cette page se trouvent tous dans inc-header 
*/




/* 
class et id de la page inc-pied -----------------------------------------------------------------------------------------------------------------------------------------------------------
*/
.bottom-links {
  text-align:right;
  }




/* 
class et id de la page inc-ac-guyane-alaune -----------------------------------------------------------------------------------------------------------------------------------------------------------
*/

.alaune-container {
  margin-top: 20px;
  height: 200px;
}

.alaune-container h3{
  margin-top: 0px;
}

.slideracad {
  height: 110px
}

.spip_logos {
  float:left;
  margin-top:46px;
  position:relative;
}

.alaune-img {
  float:left;
}

.alaune-text {
  float:left;
  padding-left: 10px;
  width:450px
}

.alaune-titre {
  font-size:16px;
  font-weight: 500;
  color:white;
}

.alaune-descriptif {
  padding-top: 10px;
}




/* 
class et id de la page  -----------------------------------------------------------------------------------------------------------------------------------------------------------
*/




.articles-accueil img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
