﻿body {
    font-family: Georgia;
}
.nav > li > a { 
    color: #979797;
    background: white;
    padding-top: 40px;
}
.nav .active { 
    color: white;
    background: #7e5c88;
}
.trait-entete{
    height: 5px;
    background: #7e5c88;
}
.icon-bar{
    background: #7e5c88;
}
.footer{
    display: block;
    text-align: center;
    color: #7e5c88;
    font-size: 1.15em;
    background: url(../../images/footer.png) no-repeat center -15px;
    padding-top: 20px;
    margin-top: 50px;
}
.titre-accueil{
    color: #7e5c88;
    margin-bottom: 20px;
    font-size: 1.8em;
}
.acceuil-text{
    width: 80%;
    margin-left: 10%;
    margin-bottom: 20px;
}
.carousel-accueuil-cadre{
    bottom: 0;
    left: -20px;
    position: absolute;
    top: -16px;
}
.carousel-accueil{
    height: 335px;
    width: 365px;
    margin-left: 10%;
}
.carousel-inner-accueil{
    height: 320px;
}
.animations-text{
    width: 80%;
    margin-left: 10%;
    margin-top: 30px;
}
.carousel-animations{
    height: 475px;
    width: 79% ;
    margin:auto;
    background: url(../../images/carrousel-animations.png) no-repeat;
    -webkit-background-size: cover; /* pour Chrome et Safari */
  -moz-background-size: cover; /* pour Firefox */
  -o-background-size: cover; /* pour Opera */
  background-size: cover; /* version standardisée */
}
.carousel-inner-animations{
    height: 410px;
    left: 15%;
    top: 35px;
    width: 70%;
} 
.carousel-inner-animations > .item > img, .carousel-inner-animations > .item > a > img {
    margin: auto;
    height: 410px;
}
.carousel-control.left, .carousel-control.right{
    background-color: transparent;
    background: none;
    background-image: none;
}
a:active {outline: none;}
a:focus { outline:none;}
.carousel-inner-equipe{
   /* height: 430px; */
   
}
.equipe-image{
    height: 430px;
    width : 426px;
    overflow: hidden;
    margin: auto;
    text-align: center; 
}
.equipe-image img{
    height: 429px;
}
.carousel-equipe-cadre{
/*    bottom: 0;
    left: 77px;
    position: absolute;
    top:0px;*/

    text-align: center;
    margin-top: -430px;
}
.control-equipe{
    top:-50%;
}
.navbar-nav > li {
    margin-right: 40px;
}
.nomprenom-equipe{
    font-size: 3em;
}
.role-equipe{
    font-size: 1.8em;
    margin-top: 10px;
}
.description-equipe{
    color: #979797;
    margin-top: 30px;
}
.descriptions-equipe{
    width: 70%;
    margin: auto;
}
.col-sm-10{
    margin-bottom: 15px;
}
.question{
    font-family: sans-serif;
}
.form-group{
    clear: both;
}
/*.container{
    width: 1170px;
}*/
#flash-message {
    top:10%;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1030;
}
@media screen and (max-width: 500px) {
  .equipe-image{
        width : 100%; 
    }
    .equipe-image img{
        width: 100%;
    }
    .carousel-equipe-cadre{
        width: 100%;
    }
    .carousel-equipe-cadre img{
        width: 100%;
    }
    .carousel-accueil{
        width: 100%;
    }
    .carousel-accueuil-cadre{
        width: 90%;
        height : 92%;
    }
    .carousel-inner-accueil{
        width: 80%;
        height: 80%;
    }
    .carousel-control.left {
        left: 2%;
    }
    .carousel-control.right {
        left: 62%;
    }
}