/* .qui-sommes-nous */
.ancre-qsn
{
    position :absolute;
    top: -100px;
}
.qui-sommes-nous h2
{
    text-transform: none;
    font-weight: bold;
    margin: 0;
    font-size: 22px;
    line-height: 30px;
}
.qui-sommes-nous hr
{
    border: 3px solid #006EAB;
    border-top: 0;
    margin: 2px 0 8px 0;
}
.qui-sommes-nous p
{
    font-size: 14px;
    line-height: 21px;
}
.qui-sommes-nous .description p
{
    padding: 25px 0 15px 0;
}
.qui-sommes-nous .listes_speciales ol,
.qui-sommes-nous .listes_speciales ul
{
    padding: 0;
    font-size: 14px;
}
.qui-sommes-nous .listes_speciales li
{
    display: inline-block;
    box-shadow: inset 5px 0 0 #006EAB;
    padding: 0 0 0 10px;
    margin: 0 0 5px 0;
    width: 100%;
}
/*.entete*/
.qui-sommes-nous .entete
{
    height: 38px;
    padding-top: 4px;
    background-color: #D9D9D9;
    padding-right: 10px;
}
/* .menu-quisommesnous */
.menu-quisommesnous
{
}
.menu-quisommesnous ul
{
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #e35b49;
}
.menu-quisommesnous li
{
    text-transform: uppercase;
    border-bottom: 1px solid #eb8375;

}
.menu-quisommesnous li:nth-child(5)
{
    line-height: 15px;
}
.menu-quisommesnous li:hover
{
    background-color: #ad4836;
}
.menu-quisommesnous li:last-child
{
    border-bottom: 0;
}
.menu-quisommesnous li.active
{
    background-color: #303030;
    border-bottom: 0;
}
.menu-quisommesnous a
{
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    display: block;
    padding: 7px 0 7px 12px;
}
/*.menu-qsn-responsive*/
.menu-qsn-responsive
{
    display:none;
}
.menu-qsn-responsive i.fa.fa-bars
{
    position: absolute;
    left: 13px;
    font-size: 24px;
    top: 5px;
}
.menu-qsn-responsive button,
.menu-qsn-responsive ul
{
    width: 100%;
    text-align: center;
    background-color: #E95E40 !important;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: bold;
}
.menu-qsn-responsive button:active,
.menu-qsn-responsive button:focus,
.menu-qsn-responsive button:hover,
.menu-qsn-responsive ul li a:hover
{
    background-color: #ad4836 !important;
    color: #fff !important;
    display: block !important;
}
.menu-qsn-responsive ul li
{
    height: 34px;
}
.menu-qsn-responsive ul li a
{
    font-weight: bold;
    display: block !important;
    color: #fff;
}
/* .notre-siege */
.notre-siege
{
    height: 880px;
}
.notre-siege .coordonnees
{
    padding-left: 0px;
    padding-right: 0;
    height: 252px;
    background-color: #999997;
}
.notre-siege .coordonnees p
{
    margin: 0;
    line-height: 16px;
    font-size: 12px;
    padding: 5px 2px 5px 9px;
}
.notre-siege.coordonnees strong,
.notre-siege.coordonnees span
{
    text-transform: uppercase;
}
.notre-siege .head
{
    background-color: #696969;
    text-transform: uppercase;
    margin-bottom: 3px;
}
.notre-siege .head h3
{
    font-size: 20px;
    margin-top: 0;
    text-align: left;
    color: #fff;
    padding: 11px;
    height: 60px;
    margin: 0;
}
.notre-siege .photos
{
    padding-right: 0;
    padding-left:0;
}
.notre-siege .photos ul
{
    margin: 0;
    padding: 0;
}
.notre-siege .photos li
{
    padding: 0;
    border: 1px solid #1e6ca8;
    display: inline-block;
    list-style:none;
    margin: 0 33px 34px 0px;
    position: relative;
    z-index: 100;
    height: 252px;
}
.notre-siege .photos li img
{
    z-index: 10;
}
.notre-siege .photos li:nth-child(3),
.notre-siege .photos li:nth-child(6),
.notre-siege .photos li:nth-child(9),
.notre-siege .photos li:nth-child(12)
{
    margin-right: 0;
}
.notre-siege .photos li:first-child,
.notre-siege .photos li:nth-child(4),
.notre-siege .photos li:nth-child(7),
.notre-siege .photos li:nth-child(10),
.notre-siege .photos li:nth-child(13)
{
    margin: 0 33px 34px 29px;
}
.notre-siege .photos .reseaux-sociaux
{
    position: relative;
}
.notre-siege .photos .reseaux-sociaux a
{
    position: absolute;
    right: 0;
    top: -11px;
    color: #FFF;
    margin-right: 5px;
}
.notre-siege .texte
{
    background-color: #1e6ca8;
    position: absolute;
    bottom: 0;
    padding-left: 5px;
    width: 100%;
    height: 54px;
    text-transform: uppercase;
}
.notre-siege .texte p
{
    color:  #fff;
    line-height: 15px;
    margin-top: 7px;
}
.notre-siege .photos li:hover .texte
{
    background-color: rgba(30,108,168,.7);
    height: 100%;
}
.notre-siege .texte p.fonction
{
    display: none;
    text-transform: initial;
    color: #fff;
}
.notre-siege .photos li:hover .texte p.fonction
{
    display: initial;
}
/*.menu-conseil-administration*/
li.menu-conseil-administration:first-child
{
    margin-right: 35px;
    background-color: #006DAA;
}
li.menu-conseil-administration a
{
    color: #FFF;
}
li.menu-conseil-administration.active a
{
    color: #E95E40;
}
.conseil-administration ul
{
    padding: 0;
    border: 0;
}
.conseil-administration .liste
{
    display: inline-block;
    font-weight: bold;
    width: 48%;
    text-transform: uppercase;
    background-color: #604A9D;
    font-size: 12px;
    padding: 5px 0 5px 0;
}
a.lien_ca
{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}
.nav-tabs > li > a
{
    border: 0;
    line-height: 0;
    border-radius: 0;
}
.nav-tabs > li > a:hover
{
    border: 0;
    opacity: 1;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus
{
    background-color: transparent;
    border: 0;
    color: #fff;
}
.conseil-administration h3 a
{
    color: #FFF;
}
li.media.mini-members-items
{
    background-color: #006DAA;
    color: #fff;
    border-color: #006DAA;
    width: 22%;
    margin-right: 33px;
    position: relative;
    display: inline-block;
}
li.media.mini-members-items:nth-child(4),
li.media.mini-members-items:nth-child(8),
li.media.mini-members-items:nth-child(12),
li.media.mini-members-items:nth-child(16)
{
    margin-right: 0;
}
.organisateurs li.media.mini-members-items
{
    background-color: #604A9D;
    border-color: #604A9D;
}
.organisateurs img.media-object.pull-left
{
    border-color: #604A9D;
}
img.media-object.pull-left
{
    border: 1px solid #006DAA;
    margin-right: 0;
}
.conseil-administration h4.media-heading
{
    font-size: 10px;
    margin: 10px 0 0 10px;
    width: 133px;
    text-transform: uppercase;
}
.conseil-administration p
{
    font-size: 9px;
    margin:0 0 0 10px;
    text-transform: uppercase;
    line-height: 12px;
    font-weight: bold;
}
.conseil-administration .description p
{
    font-size: 14px;
    line-height: 21px;
    font-weight: normal;
    text-transform: initial;
    margin: 0 0 20px 0;
    padding: 0;
}
/*.notre-vocation / .notre_expertise*/
.notre_vocation,
.notre_expertise,
.notre-siege,
.conseil-administration,
.adherer_association
{
    position: relative;
}
/*.historique*/
.historique
{
    margin: 5px 0 34px 0;
    height: 350px;
    position: relative;
}
.historique .carousel ol
{
    background-color: #1e6ca8;
    position: relative;
    left: auto;
    bottom: auto;
    z-index: auto;
    width: 100%;
    height: 34px;
    line-height: 34px;
    margin: 0;
    list-style: none inside none;
    display: inline-block;
    padding: 0 5px;
}
.historique .carousel ol li
{
    display: inline-block;
    width: 13.5%;
    height: 32px;
    font-size: 22px;
    color: #fff;
    text-indent: 0px;
    border: 0px;
    border-radius: 0px;
    padding: 0 10px;
    margin: 1px 0;
}
.historique .carousel ol li a
{
    color: #fff;
    display: block;
}
.historique .carousel ol li.active
{
    background-color: #cee2ed;
}
.historique .carousel ol li.active a,
.historique .carousel ol li:hover a
{
    color: #1e6ca8;
}
.historique .carousel ol li:hover
{
    background-color: #cee2ed;
    color: #1e6ca8;
}
.historique .carousel .contenu
{
    padding: 12px 0 0 0;
}
.historique .carousel .contenu h3
{
    font-size: 20px;
    font-weight: normal;
    color: #8F8F8C;
    padding: 0px;
    margin: 0px;
}
.historique .carousel .contenu h4
{
    font-size: 12px;
    font-weight: bold;
    color: #006EAB;
    padding: 0px;
    margin: 0px;
}
.historique .carousel .contenu p
{
    font-size: 14px;
    padding: 5px 0px;
    margin: 0px;
}
/*transitions*/
.menu-quisommesnous li,
.menu-quisommesnous li:hover,
.notre-siege .texte,
.notre-siege .photos li:hover .texte,
.notre-siege .photos li:hover .texte p.fonction
{
	-webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
	transition: all 200ms ease;
}
