/* cmsms stylesheet: CSS Catinat modified: lundi 22 septembre 2025 09:14:31 */
@import url(https://fonts.bunny.net/css?family=open-sans:300|oswald:400);
body {
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}
h1, h2, h3, h4 {
    font-family: 'Oswald', sans-serif;
    text-shadow: 1px 1px #000;
}
h2, h3 {
    text-align: center;
}
h3 {
    color: #fff;
}
#bg {
	background: #FFFFFF;
	box-shadow: 0 0 15px 0 #c6c6c6;
	background: -moz-linear-gradient(top,  #222222 0%, #444444 47%,#888888 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#222222), color-stop(47%,#444444), color-stop(100%,#888888)); 
	background: -webkit-linear-gradient(top,  #222222 0%,#444444 47%,#888888 100%);
	background: -o-linear-gradient(top,  #222222 0%,#444444 47%,#888888 100%); 
	background: -ms-linear-gradient(top,  #222222 0%,#444444 47%,#888888 100%);
	background: linear-gradient(to bottom,  #222222 0%,#444444 47%,#888888 100%); 
}
#content {
    margin-bottom: 20px;
}
#header, .full-line {
    border-bottom: 1px solid #999;
}
#bandeauphoto { 
    margin-left: -15px; 
    margin-right: -15px;
    background-color: #333;
    text-align: center;
}
.divheader { 
    position: relative;
}
.divheader img { 
    display: block;
    margin: 0 auto; 
}
@keyframes animslogan {
   from { bottom: 500px; }
    to {bottom: 20px; }
}
/* Chrome, Safari, Opera */
@-webkit-keyframes animslogan {
   from { bottom: 500px; }
    to {bottom: 20px; }
}
#slogan { 
    position: absolute;
    left: 70%;
    bottom: 20px; 
    padding: 10px 25px; 
    background-color: #0062AD; 
    font-size: 1.4em;
    box-shadow: 0 2px 10px #333;
    font-style: italic;
    -webkit-animation-duration: 1s; /* Chrome, Safari, Opera */
    animation-duration: 1s;
    -webkit-animation-name: animslogan; /* Chrome, Safari, Opera */
   animation-name: animslogan;
   -webkit-animation-iteration-count: 1; /* Chrome, Safari, Opera */
   animation-iteration-count: 1;
   -webkit-animation-timing-function: ease; /* Chrome, Safari, Opera */
   animation-timing-function: ease; 
}
.divheader a { 
   color: white;
}
.divheader #slogan:hover { 
   background-color: #666;
}
.rslink .bi { font-size: 2em;}
a.rslink { color:white;}
#liens {
    padding: 30px 0;
}
.coordonnees,#horaires { 
    padding: 0 10px 10px 10px; 
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #0062AD; 
    text-align: center;
    box-shadow: 0 2px 10px #333;
}
#content a, .breadcrumb a, #footer a {
    color: #70B5EA;
}
.coordonnees a {
    color: white !important;
}
.img {
    margin-bottom: 20px;
    box-shadow: 0 0 10px #333;
}
.img-link {
    display: block;
}
.bloc {
    width: 270px;
    height: 270px;
    box-shadow: 0 2px 10px #333;
    margin: 0 auto;
    margin-bottom: 20px;
    position: relative;
overflow:hidden;
    
}
.bloc span {
/*  background: rgba(237, 28, 36, 0.8) none repeat scroll 0 0;*/
    background-color: #0062AD; 
  bottom: 0;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  padding: 5px 2%;
  position: absolute;
  right: 0;
  width: 100%;
  z-index:12;
}
.bloc img {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.bloc:hover img {
    -webkit-transform:scale(1.1);
    transform:scale(1.1);
}
.breadcrumb {
    background-color: transparent;
    border-radius: 0px;
}
.navbar {
    background-color: #111111;
}
.navbar-brand {
	line-height: 40px;
}
a.navbar-brand {
    color: white;
}
.navbar-toggle .icon-bar {
	background-color: white;
}
.nav > li > a {
    color: white;
    background-color: #0062AD;
    padding-top : 8px;
    padding-bottom : 8px;
    text-transform: uppercase;
}
.nav > li > a:hover, .nav > li > a:focus {
    color: #0062AD;
}
.nav > li > a.active {
    background-color: #eee;
    color: #0062AD;
}
.nav > li.nobg > a {
    background-color: transparent;
    display: inline;
    line-height: 25px;
    padding-left: 5px;
    padding-right: 5px;
}
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus { background-color: #89a7cb; }
  .navbar-nav > li > .dropdown-menu { border-top-left-radius: 0; border-top-right-radius: 0; margin-top: 0; }
  .dropdown-menu {
      background-color: #666;
      text-transform: uppercase;
      color: white;
      border: none;
      border-radius: 0px;
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  }
  .dropdown-menu > li > a { color: white; }
  .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { background-color: #0062AD !important; color: white; }
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
      background-color: #333;
}
@media (min-width:993px) {
    .nav { margin: 20px 0; }
    .nav > li { margin: 0 5px;}
    .img-partenaire { max-width: 300px; }
}
@media (max-width:992px) {
    .coordonnees { background-color: #0062AD; }
}
@media (max-width:767px) {
.media-left, .media-right, .media-body {
    display: block;
    width: auto;
}
#slogan {    font-size: 0.9em;}
}
@media (min-width:768px) {
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus { background-color: #89a7cb; }
  .navbar-nav > li > .dropdown-menu { border-top-left-radius: 0; border-top-right-radius: 0; margin-top: 0; }
  .dropdown-menu {
      background-color: #666;
      text-transform: uppercase;
      color: white;
      border: none;
      border-radius: 0px;
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  }
  .dropdown-menu > li > a { color: white; }
  .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { background-color: #0062AD !important; color: white;}
}
img.carte {
    display: block;
    margin: 0 auto;
}
#myMap {
    margin-top: 20px;
    height: 340px;
}
#footer {
    border-top: 1px solid #888;
    margin-top: 20px;
}
