/* CSS Document */
.bg-home-op, .bg-primary-dark-op, .bg-primary{background: #3575d4;}
.bg-home-op2{background-color: rgba(0, 0, 0, 0.1);background-position: center;}
.bg-primary-dark-op2 {
    background-color: rgba(62, 74, 89, 0.83);
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #3575d4;
}
.nav-main-header a.inscription {color: #f3b760;}
.nav-pills2{line-height:1.2;}
.text-enavant{color:#FFFF00;}
.partenaires{font-size:10px;}
.bg-hauteur{min-height:500px;}
.bg-hauteur .content.content-full{padding-top:100px}
.text-1{color:#FFFF00}
.visible_form { display: none; }
.select2-references{max-width:100%;}
.annuaire_bloc .bloc{padding:15px; box-shadow: 0px 0px 6px #ccc; margin-bottom:20px;width: 200px; display: inline-block; height: auto; text-align: center;
                     vertical-align: top; margin-right:20px;background-color:#fff; border-radius:5px;}
.annuaire_bloc .bloc:hover { box-shadow: 0px 0px 10px #999; -webkit-transition: all 0.1s ease-in-out; -moz-transition: all 0.1s ease-in-out; -o-transition: all 0.1s ease-in-out; transition: all 0.1s ease-in-out; }
.annuaire_bloc .bloc h3{font-size:16px; margin-top:5px;}
.annuaire_bloc .bloc .description{font-size:11px; color:#666; margin-bottom:5px}
.annuaire_bloc .bloc .departement{font-size:12px;  margin-bottom:5px}

.nav-main-header{background: #fff}
.header-navbar-fixed #header-navbar {

    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.nav-main-header a {
    color: #000;
    border: solid 1px transparent;
}
.nav-main-header .visible-xs a {
    color: #000;
    border: solid 1px #999;
}
.nav-main-header a:hover, .nav-main-header a:focus, .nav-main-header a.active {
    color: #fff;
    border: solid 1px #3575d4;
    border-radius: 20px;
    background: #3575d4;
    box-shadow: #ddd 1px 1px 2px;
}

.btn-inscription{  color: #fff;
                   border: solid 1px #3575d4;
                   border-radius: 20px;
                   background: #3575d4;
                   box-shadow: #ddd 1px 1px 2px;}
.btn-inscription:hover{    color: #fff;
                           color: #fff;
                           border: solid 1px #2355A0;
                           border-radius: 20px;
                           background: #3575d4;
                           box-shadow: #3575d4 1px 1px 5px;}

.btn-inscription2{    color: #000;
                      border: solid 1px #999;
                      border-radius: 20px;
                      background: #fff70b;
                      box-shadow: #ddd 1px 1px 2px;}
.btn-inscription2:hover{   color: #000;
                           border: solid 1px #000;
                           border-radius: 20px;
                           background: #fff70b;
                           box-shadow: #999 1px 1px 5px;}

.btn-connexion{  color: #000;
                 border: solid 1px #999;
                 border-radius: 20px;
                 background: #fff;
                 box-shadow: #ddd 1px 1px 2px;}
.btn-connexion:hover{    color: #000;
                         border: solid 1px #999;
                         border-radius: 20px;
                         background: #f5f5f5;
                         box-shadow: #999 1px 1px 5px;}
.switch-warning input:checked + span {
    background-color: #fff70b;
}
.btn.btn-essai{padding:8px 16px;box-shadow: none;}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {

    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}