.horaire:hover{
  cursor: hand;
}
body
{
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 14px;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.text-bold p {
  font-weight: bold;
}

body p{
  font-size: 16px;
  font-weight: 500;
}
h1,h2,h3,h4,h5,h6
{
  font-family: 'Droid Serif', serif;

}

hr{
  border-color: #425871;
}
/*Navar barssssss */
.navbar-toggle span{
  color: black;
}

.navbar{
  margin: 15px 0;
}

.nav>li>a {
  padding: 15px 12px;
}

@media (max-width: 767px) {
  .navbar-nav{
    margin: 0px 0px;
  }

}

/*@media (min-width: 767px) {
  .navbar li a:last-child{
    padding-right: 0px;
  }
  .collapse.navbar-collapse.navbar-right{
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
}*/


.navbar a
{
  color:#EE2724;
  font-family: 'PT Sans', sans-serif;
  -webkit-transition: all .25s ease;
     -moz-transition: all .25s ease;
      -ms-transition: all .25s ease;
       -o-transition: all .25s ease;
          transition: all .25s ease;
}

.nav.navbar-nav li a:hover, .dropdown-toggle:hover{
  background-color: white;
  color: black;
}



.social-gauche
{
    padding: 0;
    display: block;
    overflow: hidden;
    height: 27px;
}

.social span a
{
    /*border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;*/
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    display: block;
    float: right;
    padding-left: 3px;
    padding-right: 3px;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
}

.social-gauche span a
{
  padding-top: 7px;
  /*border-left: 1px solid #f2f2f2;*/
  font-size: 14px;
  text-align: center;
  width: 28px;
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  display: block;
  float: left;
  font
  -webkit-transition: all .25s ease;
     -moz-transition: all .25s ease;
      -ms-transition: all .25s ease;
       -o-transition: all .25s ease;
          transition: all .25s ease;
}.

.gauche-div{
  height: 27px;
}


.navbar-toggle .icon-bar {background-color:black;}
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
  .social-gauche span a
  {
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .social-gauche{
    height: 40px;
  }
  .gauche-div{
    height: 40px !important;
  }

  .top-div{
    height: 40px;
  }

  .top-bar{
    height: 40px !important;
  }

  .social{
    height: 40px !important;
  }

  .social span a{
    font-size: 14px;
    height: 40px;
    line-height: 40px;
  }
}


.social-gauche span a:hover, .social span a:hover{
  background-color: white;
  color: #F03E34;
  text-decoration: none;
}


.dernier{
    /*border-right: 1px solid #f2f2f2;*/
}

.top-bar {
  border-bottom: 1px solid #f2f2f2;
  background: #ffffff;
  line-height: 28px;
  height: 28px;
}

.top-bar a {
  color: #fff;

}
.social{
  text-align: right;
  height: 28px;
}

.social-share{
 display: inline-block;
 list-style: none;
 padding: 0;
 margin: 0;
}


/*header*/

header{
  background-image: url('../img/header3.jpg');
  height: 450px;
  position: relative;
  width: 100%;
  text-align: center;
  color: #fff;
  background-repeat:no-repeat;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size:cover;
  background-position:center center;
  display:table;
  text-transform: uppercase;
}

@media screen and (max-width: 992px) {
  header {
    height:297px;
  }

  header h1
  {
    font-size: 5em !important;
    font-weight: 550;
  }
}


@media screen and (max-width: 767px) {
  header {
    height:241px;
  }


  header h1
  {
    font-size: 4em !important;
    font-weight: 400;
  }
}

@media screen and (max-width: 500px) {
  header {
    height:186px;
  }


  header h1
  {
    font-size: 3.5em !important;
    font-weight: 350;

  }
}

header h1
{
  font-family: 'Dense-Regular', sans-serif;
  font-size: 5em;
  color:white;
  text-shadow:#000 .1em .1em .2em;
  text-align: center;
}

header h4
{
  font-family: 'Dense-Regular', sans-serif;
  font-size: 2em;
  color:white;
}

.contenu-header {
  display: table-cell;
  vertical-align: middle;
}


/* fin header*/

/* footer */


html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
footer{
  margin-top: 30px;
}
footer hr{
  margin-top: 5px;
  margin-bottom: 5px;
}

footer p{
  color:#425871;
  font-weight: 400;
}

.text-muted.small{
  margin-top: 0px;
}

/* fin footer */


/* contact */

#map
{
  height: 320px;
}

    .header {
        background-color: #F5F5F5;
        color: #36A0FF;
        height: 70px;
        font-size: 27px;
        padding: 10px;
    }


.form-control
{
  border: 1px solid;
}

/* contact fin */

/* form contact */

.form-group > input , .form-group>textarea , .form-group select
{
  border: 1px solid #5C5C5C;
  border-radius: 0px;
}

label{
  font-size: 18px;
}
.form-group > input:focus, .form-group>textarea:focus
{
  border: 1px solid red;
  -webkit-box-shadow: none;
         box-shadow: none;
}

.btn.btn-default
{
  border-radius: 0px;
  border: 1px solid #5C5C5C;
}
/* form contact */

#flipbook  {
  margin: auto;
}


.previous a , .next a
{
  border-radius: 0px !important;
  border: 1px solid #5C5C5C !important;
}

.table td,
.table th {
  border-top-color: red !important;
  color: black !important;
}


#main_menu{
    text-transform: uppercase;
    margin: 0px;
}

#main_menu.navbar-default {
    font-size: 17px;
    background-color: #fff;
    border-width: 0px;
    border-radius: 0px;
}

#main_menu.navbar-default .navbar-nav{
     float:none;
        margin: 0 auto;
        display: table;
        table-layout: fixed;
}

#main_menu.navbar-default .navbar-nav > li{
    color: red;
    text-align: center;
}

#main_menu.navbar-default .navbar-nav>li>a {
    font-stretch: expanded;
    font-size: 16px;
    font-family: "Lighter-Font";
    color: #f03e34;
    background-color: rgba(248, 248, 248, 0);
    line-height: 35px;

}
#main_menu.navbar-default .navbar-nav>li>a:hover,
#main_menu.navbar-default .navbar-nav>li>a:focus {
    color: #fff;
    background-color: #f03e34;
}
#main_menu.navbar-default .navbar-nav>.active>a,
#main_menu.navbar-default .navbar-nav>.active>a:hover,
#main_menu.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #f03e34;
    border-radius: 5px 5px 0px 0px;
}
#main_menu.navbar-default .navbar-toggle {
    border-color: #5eb4ff;
}
#main_menu.navbar-default .navbar-toggle:hover,
#main_menu.navbar-default .navbar-toggle:focus {
    background-color: #5eb4ff;
}
#main_menu.navbar-default .navbar-toggle .icon-bar {
    background-color: #5eb4ff;
}
#main_menu.navbar-default .navbar-toggle:hover .icon-bar,
#main_menu.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #000000;
}

@media screen and (max-width: 768px) {
  .navbar-collapse {
    padding: 0;
  }

  #main_menu.navbar-default .navbar-nav {
    margin: 0;
    width: 100%;
  }

  #main_menu.navbar-default .navbar-nav li{
    display:block;
    width: 100%;
  }
}

.custom-border {
  background-color:#ebebed;
  box-shadow: inset 0 0 7px 5px rgba(0, 0, 0, 0.07);
  height: 160px;
  margin-bottom: 15px;
}
