
.panel-front-page { 
/*  overflow: hidden;  */
  margin-top: 0;
  padding-top: 0;
}

.panel-front-page .panel-col-top,
.panel-front-page .panel-col-middle,
.panel-front-page .panel-col-bottom { 
  width: 99.9%; 
  clear: both;
}

.panel-front-page .panel-col-top .inside,
.panel-front-page .panel-col-middle .inside {
  margin-bottom: .5em;
}

.panel-front-page .panel-col-first { 
  float: left; 
}
.panel-front-page .top-center-wrapper .panel-col-first { 
  float: left; 
}
.panel-front-page .top-center-wrapper .panel-col-last { 
  float: right; 
}
.panel-front-page .middle-center-wrapper .panel-col-first { 
  float: left; 
}
.panel-front-page .middle-center-wrapper .panel-col-last { 
  float: right; 
}


.panel-front-page .panel-col-first .inside { 
  margin: 0 .5em .5em 0;
}

.panel-front-page .panel-col-last { 
  float: left; 
}

.panel-front-page .panel-col-last .inside { 
  margin: 0 0 .5em .5em;
}

.panel-front-page .panel-separator {
  margin: 0 0 1em 0;
}



/* Move down content because we have a fixed navbar that is 50px tall */
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,900|Open+Sans+Condensed:300,700);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,900);
@import url(https://fonts.googleapis.com/css?family=Source+Serif+Pro:400,600,700);
@import url(https://fonts.googleapis.com/css?family=Bitter:400,400italic,700);
.navbar {
  min-height: 0;
}
a {
  color: #034e84;
  transition: ease all 0.2s;
}
a:hover {
  text-decoration: none;
  color: #023b64;
}

p.align-right {
  text-align: right;
}
h3 {
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
}

.nav-logo {
  background: #fff;
  height: 90px;
  border: none; 
}

.nav-menu {
  background: #fff;
  border-bottom: 1px solid #ddd; 
  margin-bottom: 0;
}
.jumbotron {
    background: #034e84;
    background: -webkit-gradient(linear,left bottom,right top,color-stop(0,#034e84),color-stop(100%,#75c1ff));
    background: -webkit-linear-gradient(90deg,#034e84,#75c1ff);
    background: linear-gradient(90deg,#034e84,#75c1ff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#034e84',endColorstr='#75c1ff',GradientType=0);
    min-height: 80px;
    position: relative;
    margin-top: 60px;
    padding-bottom: 10px;
}
.jumbotron.map {
    background: #ddd;
    background: -webkit-gradient(linear,left bottom,right top,color-stop(0,#ddd),color-stop(100%,#eee));
    background: -webkit-linear-gradient(45deg,#ddd,#eee);
    background: linear-gradient(45deg,#ddd,#eee);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ddd',endColorstr='#eee',GradientType=0);
    min-height: 80px;
    position: relative;
    margin-top: 0;
    padding-bottom: 0;
}
.jumbotron.map li a {
  transition: all ease-out 0.3s;
}
.jumbotron.map li a:hover {
  color: #023b64;
}
.container.page {
  margin-top: 20px;
  margin-bottom: 40px;
}
.container.slide {
  margin-top: 40px;
  margin-bottom: 40px;
}
.center h3 {
  margin-top: 0;
}
h3.une {
  color: #034e84;
  margin: 0;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  text-align: center;
  vertical-align: middle;
  height: 48px;
  padding-top: 13px;
}
.alaune .desc-date {
  display: block;
  color: #888;
}
.alaune ul {
  list-style: none;
  margin: 0;
  padding: 0; 
}
.alaune li {
  background: #fafafa;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  height: 50px;
  vertical-align: middle;
  padding: 5px;
  transition: all ease-out 0.3s;
  padding-left: 12px;
}
.btn-fill {
  text-align: right;
}
.alaune li:hover {
  cursor: pointer;
  background: #eee;
  border-left: 5px solid #ff0050;
}
.alaune .card {
  height: 150px;
  border-radius: 0;
  margin-bottom: 0;
}
.alaune .card h4 {
  line-height: 14px!important;
}
.alaune .card h4 a{
  font-size: 16px!important;
}
.alaune .card .content {
  padding-top: 5px;
}
.alaune .card-box {
  padding-left: 0;
  padding-right: 0;
}
.alaune .card .header {
  height: 35px;
}
.alaune .card .category {
}
.alaune .card .label-danger {
  background: #ff0050;
  font-family: "Raleway";
}
.alaune .card .footer {
  position: absolute;
  bottom: 5px;
  left: 50%;
}
.alaune .card .footer .btn {
  padding: 3px 12px!important;
}

.alaune .card[data-background="image"] .filter {
  opacity: 0.50;
  filter: alpha(opacity=50.0);
  border-radius: 0;
}
.carousel {
  box-shadow: 0 0 40px #ddd;
}
.carousel-caption {
  background: rgba(255,255,255, 0.85);
  left: 0;
  right: 0;
  bottom: 0;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  color: #555;
  text-shadow: none;
}
.carousel-indicators li {
  border-color: #bbb;
}
.carousel-indicators li.active {
  border:none;
  background: #aaa;
}
.carousel-caption h3 {
  font-size: 40px;
  color: #034e84;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  text-shadow: none;
}
.carousel-indicators {
    bottom: -5px;
}
.slide .list-group-item {
    background: rgba(255,255,255, 0.9);
    background: -webkit-gradient(linear,left bottom,right top,color-stop(0,rgba(255,255,255, 0.9)),color-stop(100%,rgba(255,255,255, 0.1)));
    background: -webkit-linear-gradient(45deg,rgba(255,255,255, 0.9),rgba(255,255,255, 0.1));
    background: linear-gradient(45deg,rgba(255,255,255, 0.9),rgba(255,255,255, 0.1));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255,255,255, 0.9)',endColorstr='rgba(255,255,255, 0.1)',GradientType=0);
  border-radius: 0;
  padding: 6px 10px;
}
.slide .list-group-item img {
  padding-right: 10px;
}
.slide .list-group-item a {
  color: #777;
}
.slide .list-group {
  margin-top: 0;
  background: url(../img/sayagata-400px.png);
}
.jumbotron {
  z-index: auto;
}
.jumbotron h3 {
  color: #fff;
}
.jumbotron .list-group-item {
  background: none;
  border: none;
}
.jumbotron .list-group-item a {
  color: #FFFFFF;
}
.map .list-group-item a {
  color: #555;
}

.nav.nav-pills {
  margin-bottom: 18px;
}
.nav.nav-pills a:hover {
  background: #337ab7;
}

.nav.nav-pills .active a{
  border: 1px solid #fff;
  background: none;
}
.nav.nav-pills a{
  transition: ease all 0.2s;
  color: #ffffff;
}

.thumbnail {
  transition: all 0.2s ease-in-out;
}
.thumbnail:hover {
  cursor: pointer;
  transform:translateY(-2px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.slide .list-group-item {
  transition: ease all 0.2s;
}
.slide .list-group-item:hover {
  cursor: pointer;
  box-shadow: 0 0 20px #ccc;
}

.thumbnail .caption .date {
  color: #AAA;
}
.thumbnail .caption {
  height: 100px;
  vertical-align: middle;
  display:table-cell;
}
.thumbnail .caption p {
  font-size: 15px;
  font-weight: bold;
  margin: 0;
  line-height: 18px;
  color: #666666;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
}

.media {
  border: none;
  margin-top: 5px; 
  padding: 8px;
  border-radius: 5px;
  transition: ease all 0.2s;
}
.media:hover {
  background: rgba(255,255,255, 0.1);
  cursor: pointer;
  transform:translateX(10px);
}
.media a {
  color: #ffffff;
  font-size: 17px;
}
.media a:hover {
  text-decoration: none; 
}
.media .media-body {
  vertical-align: middle;
  padding-left: 10px;
}
.media img {
  border-radius: 5px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
}

.activites h1 {
    font-family: 'Lato', sans-serif;
    letter-spacing: -0.02em;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 34px;
    color: #555;
}
.aprestitre {
    position: absolute!important;
    top: -12px!important;
    margin: 0;
    display: block!important;
    height: 30px!important;
    z-index: auto!important;
    line-height: auto!important;
}
.aprestitre.green .fond1 {
    border-color: transparent #ad1a46 transparent transparent;
}

.aprestitre.green p {
    background: #ff0050 ;
    font-size: 21px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
}
.aprestitre.black .fond1 {
    border-color: transparent #000 transparent transparent;
}

.aprestitre.black p {
    background: #555 ;
    font-size: 21px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
}
.aprestitre.truegreen .fond1 {
    border-color: transparent #177a2d transparent transparent;
}

.aprestitre.truegreen p {
    background: #38c96b;
    font-size: 21px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
}
.aprestitre.blue .fond1 {
    border-color: transparent #010e40 transparent transparent;
}

.aprestitre.blue p {
    background: #034e84;
    font-size: 21px;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
}
.aprestitre p {
    margin: 0;
    display: table;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    padding: 8px 12px 8px;
    background: #0ca3b0;
    line-height: 14px;
}
.fond1 {
    border-color: transparent #067882 transparent transparent;
    border-style: solid;
    border-width: 14px;
    height: 0;
    left: -28px;
    position: relative;
    top: -14px;
    width: 0;
    z-index: -10;
}
.cover-default {
    background-image: url(../img/square_bg_@2x.png);
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    top:0;
}
.nav-menu ul li a {
  color: #666;
  text-transform: uppercase;
  padding: 18px 25px 35px 25px;
  border-bottom: 1px solid #ffffff;
  font-size: 13px;
  /*font-weight: bold;*/
  text-align: center;
  height: 40px;
  transition: 0.3s ease all;
  position: relative;
  font-family: 'Lato', sans-serif;
}
.nav-menu ul li a.active {
  background: #eee;
}
.nav-menu ul li a:after {
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 3px;
  background-color: #034e84;
  content: "";
  transition: width 0.2s;
}
.nav-menu ul li a.active:after {
  height: 0;
}
.nav-menu .dropdown-menu a:after {
  height: 0;
  bottom: 0;
  transition: none;
  display: block;
  background-color: none;
  transition: none;
}
.nav-menu .open a {
  border:none;
}
.nav-menu ul li a:hover:after {
  width: 100%;
}
.nav-menu ul li a.active:after {
  width: 100%;
}
.nav-menu ul li a.breaking-line {
  padding-top: 8px;
  padding-bottom: 45px;
}

.navbar-inverse {
  background-color: #034e84;
  border-color: #034e84;
  height: 45px;
  min-height: 45px;
}
.navbar-inverse .navbar {
  height: 45px;
}
.navbar-inverse .dropdown a {
  height: 45px;
}
.navbar-inverse .dropdown.open a {
  background-color: transparent!important;
}
.navbar-inverse .dropdown a:hover {
  background-color: transparent!important;
}
.navbar-inverse .dropdown .dropdown-menu {
  background: #034e84!important;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
  padding-bottom: 10px;
  margin-top: -5px!important;
  border: none;
}

.navbar-inverse .dropdown.open .dropdown-menu li {
  height: 30px;
}

.navbar-inverse .dropdown.open .dropdown-menu li a {
  height: 30px;
}

.navbar-static-top ul li a {
  color: #fff!important;
  font-size: 12px;
  padding-top: 13px;
}
.navbar-static-top ul li a:hover {
  color: #ccc!important;
}

/* FIGURE */

figure.effect-goliath {
  background: #2582c4;
}

figure.effect-goliath img,
figure.effect-goliath h2 {
  -ms-transition: -webkit-transform 0.35s;
  -o-transition: -webkit-transform 0.35s;
  -moz-transition: -webkit-transform 0.35s;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

figure.effect-goliath img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  -ms-transition: opacity 0.35s, -webkit-transform 0.35s;
  -o-transition: opacity 0.35s, -webkit-transform 0.35s;
  -moz-transition: opacity 0.35s, -webkit-transform 0.35s;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
}

figure.effect-goliath h2,
figure.effect-goliath p {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
}

figure.effect-goliath p {
  text-transform: none;
  font-size: 90%;
  opacity: 0;
  -moz-transition: opacity 0.35s, -webkit-transform 0.35s;
  -o-transition: opacity 0.35s, -webkit-transform 0.35s;
  -ms-transition: opacity 0.35s, -webkit-transform 0.35s;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -moz-transform: translate3d(0,50px,0);
  -ms-transform: translate3d(0,50px,0);
  -o-transform: translate3d(0,50px,0);
  -webkit-transform: translate3d(0,50px,0);
  transform: translate3d(0,50px,0);
}

figure.effect-goliath:hover img {
  -moz-transform: translate3d(0,-80px,0);
  -ms-transform: translate3d(0,-80px,0);
  -o-transform: translate3d(0,-80px,0);
  -webkit-transform: translate3d(0,-80px,0);
  transform: translate3d(0,-80px,0);
  opacity: 0.9;
}

figure.effect-goliath:hover h2 {
  -moz-transform: translate3d(0,-100px,0);
  -ms-transform: translate3d(0,-100px,0);
  -o-transform: translate3d(0,-100px,0);
  -webkit-transform: translate3d(0,-100px,0);
  transform: translate3d(0,-100px,0);
}

figure.effect-goliath:hover p {
  opacity: 1;
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

/* Common style */
figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 350px;
  max-width: 480px;
  max-height: 360px;
  width: 48%;
  height: auto;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
}

figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.6;
}

figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 1px 1px 7px #000;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

figure figcaption::before,
figure figcaption::after {
  pointer-events: none;
}

figure figcaption,
figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

figure h2 {
  font-weight: bold;
  font-family: 'Lato', sans-serif;
}

figure h2 span {
  font-weight: 800;
}

figure h2,
figure p {
  margin: 0;
  width: 100%;
}

figure p {
  font-size: 68.5%;
  text-shadow: none;
}

.navbar.footer {
  margin: 40px 0 0 0;
  border-radius: 0;
  height: 150px;
  background: #555;
  border-color: #555;
}
.navbar.footer a {
  color: #fff!important;
}

.smartphone {

  height: 300px;
  width: 300px;
}

.lang-search select {
  margin-left: 20px;
}

.lang-search input {
  margin-left: 20px;
}

/* EDV */
.entete-title{
  height: 125px;
  overflow: hidden;
  padding: 0;
  text-align: center;
}
.entete-title img{
  height: 125px;
  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  -ms-filter: blur(4px);
  -o-filter: blur(4px);
  filter: blur(4px);
}
.entete-title .photo-bg {
  position: absolute;
  width: 100%;
  height: 125px;
  overflow: hidden;
  z-index: 10;
}
.entete-title .color-overlay {
  background-color: rgba(0,0,0,0.4);
  z-index: 20;
  position: absolute;
  height: 125px;
  width: 100%;
  overflow: hidden;
}
.edv h1 {
  text-transform: uppercase;
  font-family: 'Lato';
  font-weight: bold;
  font-size: 40px;
  color: #fff;
  position: relative;
  z-index: 30;
  padding: 0;
  margin: 0;
  line-height: 125px;
}
.entete {
  height: 125px;
  overflow: hidden;
  padding: 0;
}
.entete-bg {
  z-index: 10;
  position: absolute;
  height: 125px;
  width: 100%;
  overflow: hidden;
}
.entete .col-logo {
  overflow: hidden;
  z-index: 40;
  margin-left: 15px;
}
.entete-bg img {
  width: 130%;
  margin-top: -110px;
  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  -ms-filter: blur(4px);
  -o-filter: blur(4px);
  filter: blur(4px);
}
.entete .col-extrait {
  margin-top: 20px;
  padding-left: 10px;
  color: #ffffff;
  z-index: 30;
}
.entete .color-overlay {
  background-color: rgba(0,70,146,0.7);
  z-index: 20;
  position: absolute;
  height: 125px;
  width: 100%;
  overflow: hidden;
}

.entete .container {
  padding: 0;
}
.edv .carousel img {
  width: 100%;
  height: 300px;
}
.edv .carousel h3 {
  font-family: 'Lato';
  font-size: 28px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.edv .carousel-caption {
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */  left: 0;
  right: 0;
  bottom: 0;
  text-align: left;
  padding-top: 8%;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
  text-shadow: none;
  height: 100%;
}
.edv .carousel-content {
  right: 0;
  bottom: 0;
}
.edv .carousel-caption .more {
  padding-top: 10px;
  margin-bottom: 70px;
  text-align: center;
}
.edv .carousel-caption .more .btn {
  text-transform: uppercase;
  background: none;
  color: #fff;
  transition: ease all 0.3s;
}
.edv .carousel-caption .more .btn:hover {
  background: #fff;
  color: #000;
}
.edv .carousel-indicators li {
  border-color: #bbb;
}
.edv .theme .glyphicon {
  color: #034e84;
  font-size: 20px;
}


.list-group.menu {
  border-right: 1px solid #ddd;
  margin-bottom: 0;
  padding-bottom: 20px;
}
.edv .col-md-3 h3 {
  font-family: 'Bitter';
}


.edv .slide .col-md-3 {
  padding-right: 0;
}

.breadcrumb a {
  color: #777;
}
.breadcrumb>.active {
  color: #888;
}

.bread {
    background: #eeeeee;
    background: -webkit-linear-gradient(#eeeeee, #ffffff); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#eeeeee, #ffffff); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#eeeeee, #ffffff); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#eeeeee, #ffffff); /* Standard syntax (must be last) */
    margin-left: -30px;
    padding-top: 10px;
  }

.edv .inside .menu {
  background: none;
}
.edv h3.theme {
  margin-top: 0;
  font-size: 30px;
  font-weight: bold;
  text-align: left!important;
  color: #333;
}
.edv .inside .menu li {
  border: none;
  font-size: 16px;
  text-transform: uppercase;
  vertical-align: middle;
  padding-top: 13px;
  transition: ease all 0.3s;
  border-bottom: 1px solid #eee;
  background:none;
  border-radius: 0;
}
.edv .inside .menu li:last-child {
  border-bottom: none;
}
.edv .inside .menu li:hover {
  box-shadow: none;
}
.edv .inside .menu li a {
  transition: ease all 0.3s;
  display: inline-block;
  color: #555;
  font-family: 'Lato';
}
.edv .inside .menu li:not(.active):hover{
  border-left: 10px solid #ff0050;
}
.edv .inside .menu li:hover:not(.active) a{
  transform:translateX(10px);
  color: #ff0050;
  text-decoration: none;
}
.edv .inside .menu li.active {
  background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.05) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.05) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.05) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4d000000',GradientType=1 ); /* IE6-9 */
  border-right: 2px solid #ff0050;
}
.edv .inside .menu li.active:hover {
  border-bottom: none;
}
.edv .inside .menu li.active a{
  color: #ff0050;
}

.edv .inside .submenu {
  margin-top: 15px;
  margin-left: -20px;
}

.edv .inside .submenu a {
  color: #333!important;
  text-transform: initial;
}

.edv .inside .submenu li:not(.active):hover{
  border:none;
  transform:initial!important;
}

.edv .inside .submenu li:not(.active):hover a {
  color: #ff0050!important;
}
.edv .inside .submenu li:hover:not(.active) span{
  transition: ease all 0.3s;
  transform:translateX(5px);
  color: #ff0050!important;
  text-decoration: none;
}
.edv .inside .submenu a span {
  color: #aaa!important;
}

.edv h3 {
  font-size: 26px;
  color: #034e84;
}
.edv .questions {
  padding-right: 10px;
}
.edv .questions .label {
  font-size: 12px;
  padding-top: 4px;
  text-align: center;
}
.edv .media-heading {
  color: #333;
  font-weight: bold;
  font-size: 18px;
}
.edv .col-md-3 .media-heading {
  font-weight: normal;
  font-size: 16px;
}
.edv .media-body {
  color: #555;
}
.edv .questions a.question {
  color: #333;
  font-weight: bold;
}
.edv .questions p {
  margin-top: 10px;
  color: #555;
}
.edv .questions .question {
  font-size: 18px;
  margin-left: 5px;
}
.edv .questions .center {
  text-align: center;
}
.edv .questions button {
  border: 1px solid #034e84;
  color: #034e84;
  transition: ease all 0.3s;
  margin-top: 20px;
}
.edv .questions button:hover {
  background: #034e84;
  color: #fff;
}

.edv .center {
  padding-left: 25px;
}
.edv .right {
  padding-left: 10px;
  padding-right: 0;
}
.edv .right h3 {
  text-align: center;
  margin-top: 0;
  color: #333;
  font-family: 'Bitter';
  font-size: 20px;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  padding-top: 10px;
  padding-bottom: 10px;
}

.edv .right button {
  border: 1px solid #333;
  color: #333;
  transition: ease all 0.3s;
}
.edv .right button:hover {
  background: #333;
  color: #fff;
}

.edv .right ul {
  padding-left: 0;
}
.edv .right li {
  list-style: none;
  padding-top: 10px;
  padding-bottom: 10px;
}
.edv .right li:not(:first-child) {
  list-style: none;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #eee;
}
.edv .abonnes {
  border-right: 2px solid #034e84;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 10px 20px 30px 0;
}
.edv .abonnes button {
  border: 1px solid #034e84;
  color: #034e84;
  transition: ease all 0.3s;
}
.edv .abonnes button:hover {
  background: #034e84;
  color: #fff;
}

.edv .abonnes h3 {
  color:#034e84;
  font-size: 22px;
}
.edv .chiffres-cles {
  border-right: 2px solid #38c96b;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 10px 20px 30px 0;
  font-size: 16px;
  color:#555;
}
.edv .chiffres-cles h3 {
  color:#38c96b;
  font-size: 22px;
}
.edv .col-sm-6  h4 {
  font-size: 22px;
  border-bottom: 1px dotted #aaa;
  display: inline-block;
  padding-bottom: 4px;
}
.edv .chiffres-cles h4 {
  padding-top: 15px;
  font-size:  16px;
  font-family: 'Lato';
}
.edv .chiffres-cles p:first-child {
  padding-top: 22px; 
}
.edv .chiffres-cles p {
  padding-bottom: 10px; 
  line-height: 15px;
  padding-top: 10px;
  padding-left: 10px;
  display: inline-block;
  width: 140px;
}
.edv .chiffres-cles span {
  font-size: 35px;
  font-weight: bold;
  font-family: 'Bitter';
  margin-top: -4px;
}
.edv .a-telecharger {
  border-right: 2px solid #034e84;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 10px 20px 30px 0;
  font-size: 16px;
  color: #555!important;
}
.edv .a-telecharger h3 {
  color:#034e84;
  font-size: 22px;
}

.edv .prochaines-formations {
  border-right: 2px solid #F29400;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 10px 20px 30px 0;
  font-size: 16px;
}
.edv .prochaines-formations h3 {
  color:#F29400;
  font-size: 22px;
}
.edv .prochaines-formations ul {
  list-style: none;
  padding: 0;
}
.edv .prochaines-formations ul li {
  padding: 15px 0;
  border-top: 1px solid #eee;
}
.edv .prochaines-formations ul li a {
  color: #555;
}
.edv .prochaines-formations ul li:first-child {
  border-top: none;
}

.edv .right .read-more {
  color: #555;
}

.edv .abonnez  {
  text-align: right; 
}

.edv .abonnez .call-action {
  font-weight: bold;
  font-size: 16px;
  font-style: italic;
  background: #034e84;
  border-color: #034e84;
  color: #fff;
}

.edv .pourquoi {
  font-size: 14px;
  margin-left: 70px;
  color: #034e84;
  margin-top: 10px;
  display: inline-block;
}

.edv .lettre {
  background: #CDEEAA;
  margin: 30px 0;
  box-shadow: 6px 6px 0 #53960c;
}
.edv .lettre .call {
  padding-left: 15px;
}
.edv .lettre form {
  padding: 10px;
}
.edv .lettre form a {
  color: #53960c;
}
.edv .lettre h3 {
  padding: 10px 0;
  border-top: none;
  border-bottom: 1px solid #70CF0D;
  color: #53960c;
}
.edv .lettre button {
  border: 1px solid #53960c;
  background: #53960c;
  color: #fff;
  transition: ease all 0.3s;
}
.edv .lettre button:hover {
  border: 1px solid #70CF0D;
  background: #70CF0D;
  color: #fff;
}
.edv .media img {
  border-radius: 0;
  box-shadow: none;
  height: 95px;
  width:70px;
  box-shadow: 4px 4px 0 #bbb;
}
.edv button.blue {
  border: 1px solid #034e84;
  background: #034e84;
  color: #fff;
  transition: ease all 0.3s;
}
.edv button.blue:hover {
  border: 1px solid #38c96b;
  background: #38c96b;
  color: #fff;
}

.edv .question-button {
  float:right;
  margin-top: -60px;
}
.edv .question-button .btn-success {
  border: 1px solid #034e84;
  background: #034e84;
  color: #fff;
  transition: ease all 0.3s;
}
.edv .question-button .btn-success:hover {
  border: 1px solid #034e84;
  background: #fff;
  color: #034e84;
  transition: ease all 0.3s;
}
/* MENU */
.open > .dropdown-menu {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.open > .dropdown-menu li a {
  color: #000;  
}
.dropdown-menu li a{
  color: #fff;
  text-align: left!important;
  font-size: 12px!important;
  border: none!important;
}
.dropdown-menu li{
  border: none!important;
  height: 40px;
}
.dropdown-menu li a {
  padding: 12px!important;
}
.dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  min-width: 200px;
  margin-top: 1px!important;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-animation-fill-mode: forwards;  
  animation-fill-mode: forwards; 
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  display: block;
  background: #034e84;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}
.dropdown-menu a {
  color: #ffffff!important;
}

.dropdown-submenu {
    position: relative;
}
.dropdown:not(.dropdown-submenu) > .dropdown-menu > li > a:hover {
  background: #010e40;
}
.dropdown-submenu>.dropdown-menu {
    top: -2px;
    left: 100%;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
  background: #010e40;
}
.dropdown-submenu>.dropdown-menu a:hover {
  background: #010e40;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    content: "";
    position: absolute;
    left: auto!important;
    right: 20px!important;
    bottom: 15px!important;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #fff;
}
.dropdown-submenu>a:hover:after {width: auto!important;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.nav-menu .dropdown-submenu.open a {
  background: #010e40;
  color: #fff!important;
  border:none!important;
}
.nav-menu .dropdown-submenu a:hover {
  background: #000722;
  color: #fff!important;
  border:none!important;
}
.nav-menu .dropdown-submenu a:after {
  background: none;
}
.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  font-family: "Helvetica Neue", sans-serif;
  line-height: 1.1em;
}
.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
  text-align: center;
}




.actus-evenements {
  background: #eee;
  border: 1px solid #ddd;
  min-height: 80px;
  position: relative;
  margin-top: 75px;
}
.actus-evenements h1 {
  left: 30px;
  font-weight: normal;
}
.actus-evenements .fond1 {
  top: -55px;
}
.actus-evenements .tab-pane {
  padding-top: 20px;
}
.actus-evenements .row:first-child {
  padding: 15px 20px;
}
.actus-evenements .row {
  padding: 0 20px;
}
.actus-evenements .row img {
  width: 400px;
}

.form-search-formation {
  background: #eee;
  padding: 20px 20px 25px 20px; 
  height: 300px;
  border-radius: 0 10px 10px 0;
}
.form-search-formation p {
  font-size: 13px;
  margin-bottom: 20px;
}

.form-search-formation label {
  font-size: 19px;
  text-transform: uppercase;
  color: #034e84;
  font-family: "Lato";
  margin-top: 50px;
}

.form-search-formation button {
  background: #034e84;
  border-color: #034e84;
}

.form-search-document {
  background: #eee;
  padding: 20px 20px 25px 20px; 
}
.form-search-document p {
  font-size: 13px;
  margin-bottom: 20px;
}

.form-search-document label {
  font-size: 19px;
  text-transform: uppercase;
  color: #034e84;
  font-family: "Lato";
}
.form-search-document button {
  background: #034e84;
  border-color: #034e84;
}


#mapMonde_content {
  float: right;
  margin-top: -55px;
}
.card:hover {
  cursor:pointer;
}
.card .content {
  right: 0;
  display: block;
  position: absolute;
}

.card h4 {
  border: none;
}

.card h4 a {
  font-size: 36px;
}

.card .label-danger {
  background: red;
}
.sommaireContMiddle {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  min-height: 130px;
}
.sommaireContMiddle:last-child {
  border-bottom: none;
}
.sommaireContMiddleForm {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  min-height: 170px;
}
.sommaireContMiddleForm:last-child {
  border-bottom: none;
}
.sommaireContMidImg {
  float:left;
  margin-right: 15px;
}
.sommaireContMidHead {
  color: #333;
  font-family: 'Bitter';
}
.sommaireContMidDate {
  color: #999;
}
.read-more-sm {
  float: right;
}

.assai .col-sm-6 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.news .title-uppercase a {
  font-size: 17px!important;
}
.news .title-uppercase {
  line-height: 15px!important;
  margin-bottom: 10px!important;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.7)!important;
}

.news .card {
  height: 170px;
}
.news .description {
 font-family: "Lato";
  font-size: 15px!important;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.7)!important;
}
.btn-round {
  border-radius: 20px;
}
.btn-success {
  background: #38c96b;
}
.news .card .content {
  padding-top: 5px;
}
.news .card-box {
  padding-left: 0;
  padding-right: 0;
}
.news .card .header {
  height: auto;
}
.news .card .footer {
  position: absolute;
  bottom: 5px;
  left: 30%;
}

.news .card[data-background="image"] .filter {
  opacity: 0.50;
  filter: alpha(opacity=50.0);
}

.btn-border {
  border: 1px solid #fff;
  color: #ffffff;
}
.btn-border:hover {
  background: #fff;
  color: #000000!important;
}
.btn-large {
  padding: 10px 20px;
  font-size: 17px;
}
.btn-fill {
  text-transform: uppercase;
  font-family: "Helvetica Neue", 'Lato', "Arial"!important;
}

.btn-right {
  border: none;
  float: right;
}

h3.crimson {
  background: #ff0050;
  display: inline-block;
  padding: 5px 10px;
  font-size: 21px;
  margin-bottom: 0;
}

h4.crimson-subtitle {
  background: #ddd;
  display: inline-block;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: normal;
  color: #333;
  font-family: 'Bitter';
  font-style: italic;
  margin-top: 0;
}

.news svg {
  left: 50%;
}

.phototheque .item {
  transition: all ease-out 0.3s;
}
.phototheque .item:hover {
  opacity: 0.50;
  filter: alpha(opacity=50.0);
  cursor:pointer;
}
.phototheque .btn-xlarge {
  width: 98%;
  text-align: center;
  border: 1px solid #aaa;
  color:#666;
  margin: 10px 10px 10px 5px;
  font-size: 17px;
}
.phototheque .btn-xlarge:hover {
  background: #ff0050;
  color: #fff!important;
  border-color: #ff0050;
}

.accestheme li {
  padding-top: 0!important;
  padding-bottom: 15px!important;
  padding-left: 0!important;
}



.edv-banner-subs a img {
  width: 100%;
}

.top-center-wrapper .panel-panel {
  padding-left: 0px;
  padding-right: 0px;
}

