/* Global */
body { 
    font-family: 'Open Sans', sans-serif;
    color:#000;
    overflow-x:hidden;
}
h2 {
    line-height:1.25em;
}
.navbar-nav, .e-navigation strong, .carousel-caption h2, .carousel-indicators li, .carousel-caption a, .form-submit, .footer .colophon li, .block-info table, .block-info h2, .page-header, .region-content h2, .region-content h3, .region-sidebar-second h3, .partage strong, .page-node-type-bibliotheque .page time, .page-node-type-bibliotheque .page .content p strong, .sujet .consultation a span, .pagination-bibliotheque, .liste-habitants h2, .navigation-laterale h3, .navigation-laterale h4, .navigation-laterale .panel-body a, .voir-aussi h2, .voir-aussi h3, #commission .membres li a, #commission .specifique li a, #commission .panel-body a {
    font-family: 'Oswald', sans-serif;
}
.navbar-nav, .e-navigation strong, .carousel-caption h2, .carousel-indicators li, .carousel-caption a, .form-submit, .footer .colophon li, .block-info table, .block-info h2, .region-content h3, .region-sidebar-second h3, .partage strong, .page-node-type-bibliotheque .page .content p strong, .sujet .consultation a span, .pagination-bibliotheque, .liste-habitants h2, .navigation-laterale h3, .navigation-laterale h4, .navigation-laterale .panel-body a, .voir-aussi h2, .voir-aussi h3, #commission .membres li a, #commission .specifique li a, #commission .panel-body a {
    text-transform:uppercase;
}
a {
    color:#00519a;
}
a:hover {
    color:#162736;
    text-decoration:none;
}
p a {
    text-decoration:underline;
}

/* Navigation principale */
.navbar {
    margin-bottom: 0;
    border: none;
}
#navbar {
    border-radius:0;
    background-color:transparent;
    z-index:300;
}
.navbar-header, .navbar-nav, #block-bootstrap-main-menu li {
    float:none;
}
.navbar-header h1 {
    margin:0;
}
.navbar-header .region-navigation {
    margin:20px auto 27px auto;
}
.navbar-default .navbar-nav > li > a {
    padding-top: 30px;
    padding-bottom: 30px;
}
.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}
.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:active, .navbar-default .navbar-nav > li > a:focus,  .navbar-default .navbar-nav > li > a.active {
    color:#fff;
    opacity:.8;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a.active {
    opacity:1;
}
#block-bootstrap-main-menu .navbar-nav > li > a:hover:before, .navbar-default .navbar-nav > li > a:focus:before, .navbar-default .navbar-nav > li > a.active:before {
    content:'';
    width:100%;
    height:5px;
    background-color:rgba(255,255,255,.5);
    display:block;
    position:absolute;
    top:-5px;
    left:0;
}
.navbar-default .nav > li > a {
    padding-left: 14px;
    padding-right: 14px;
}
#block-bootstrap-main-menu li{
    display:inline-block;
    font-size:15px;
}
#block-bootstrap-main-menu {
    width:700px;
    margin:auto;
    border-top: 1px solid rgba(255,255,255,.5);
}
#block-bootstrap-account-menu {
    position:absolute;
    right:30px;
    top:10px;
    font-size:12px;
}
.nav > li > a:focus, .nav > li > a:hover {
    background-color: transparent;
}

/* Navigation toggle */
.navbar-toggle {
    position: absolute;
    top:0;
    border: none;
    border-radius: 0;
}
#navbar .navbar-toggle:hover {
    background-color:transparent;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
    opacity:.8;
}
.navbar-default .navbar-toggle:hover .icon-bar {
    opacity:1;
}

/* Sous-navigation toggle */
.submenu {
    position:absolute;
    z-index:300;
    background-color:#eef1f2;
    -moz-border-radius: 50% 50% 0 0 / 30px 30px 0 0;
    -webkit-border-radius: 50% 50% 0 0 / 30px 30px 0 0;
    border-radius: 50% 50% 0 0 / 30px 30px 0 0;
    text-align:left;
    overflow:hidden;
}
.submenu .row {
    max-width:1200px;
    margin:auto;
}
.submenu img {
    width:100%;
}
.submenu ul {
    padding:0;
}
#block-bootstrap-main-menu .submenu li ul li, #block-bootstrap-main-menu .submenu p {
    float:none;
    text-transform:none;
    font-family: 'Open Sans', sans-serif;
}
#block-bootstrap-main-menu .submenu li ul li, .submenu strong {
    display:block;
}
#block-bootstrap-main-menu .submenu li ul {
    padding-bottom:15px;
    border-bottom:1px solid #d0d9dc;
}
.submenu strong {
    font-weight:normal;
    padding:15px 0 5px 0;
}
.submenu .qui-sommes-nous {
    background-color: #d0d9dc;
    padding:40px;
}
.submenu .rubriques {
    padding:25px 40px 40px 40px;
    columns: 2;
    column-gap : 40px;
    break-inside: column;
    -moz-columns: 2;
    -moz-column-gap : 40px;
    -moz-break-inside: column;
    -webkit-columns: 2;
    -webkit-column-gap : 40px;
    -webkit-break-inside: column;
}

/* Recherche */
.button.glyphicon {
    background:transparent;
    border:none;
    color:#fff;
    font-size:20px;
    opacity:.8;
}
.button.glyphicon:hover {
    opacity:1;
}
.search-menu {
    max-width:768px;
    margin:auto;
    position:relative;
    top:-90px;
}
.search-block-form {
    max-width:700px;
    margin:auto;
}
.search-block-form .form-control {
    border:1px solid #fff;
}
.search-block-form .row {
    width:100%;
    margin-left:0;
}
.search-block-form .row div:first-child {
    width:calc(100% - 125px);
}
.search-block-form .form-submit {
    text-align:center;
    min-width:110px;
    margin-left:15px;
}

/* Formulaires */
.form-control {
    border-radius:0;
    border:1px solid #162736;
    background-color:#fff;
}
.form-submit {
    border-radius:4px;
    border:1px solid #162736;
    background-color:#162736;
    height: 34px;
    padding: 6px 16px;
    font-size: 14px;
}
.form-submit:hover {
    background-color:#00519a;
}
.form-submit, .form-submit:hover {
    color:#fff;
}

/* Navigation latérale */
.navigation-laterale {
    position:absolute;
    z-index:700;
    width:344px;
    right:0;
    top:235px;
    border-left:12px solid #fff;
    border-top:12px solid #fff;
    border-right:12px solid #fff;
    background-color:#fff;
    -webkit-box-shadow: 10px 10px 20px #000;
    -moz-box-shadow: 10px 10px 20px #000;
    box-shadow: 10px 10px 20px #000;
    height:100%;
}
.navigation-laterale ul {
    list-style:none;
    padding:0;
    margin:0;
    border:none;
}
.navigation-laterale .block-info li {
    background-color:#0d5a9f;
}
.navigation-laterale h3 {
   font-size:18px;
}
.navigation-laterale h4 {
   font-size:14px;
}

/* Accordéon latéral */
.navigation-laterale .panel-default > .panel-heading {
    background-color:#00172c;
    border:1px solid #00172c;
}
.panel-group .panel {
    margin-bottom: 0;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
}
.navigation-laterale .panel-default > .panel-heading, .panel-group .panel {
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}
.navigation-laterale .panel-heading {
    padding:15px;
}
.navigation-laterale .panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel  {
    border:none;
}
.block-rendez-vous strong {
    text-transform:uppercase;
}
.block-rendez-vous a strong {
    color:#000;
}
.block-rendez-vous a {
    background-color:#f2f5f5;
    margin-bottom:5px;
    padding:15px;
}
.block-rendez-vous strong, .block-rendez-vous a, .panel-title a {
    display:block;
}
.navigation-laterale .panel-default > .panel-heading, .panel-title a:hover {
    color:#fff;
}
.panel-title a:focus {
    text-decoration:none;
}
.block-rendez-vous a {
    background-image:url('../images/svg/picto_fleche_dossier.svg');
    background-repeat:no-repeat;
    background-position:left 15px top 0px;
    background-size:33px 8px;
}
.navigation-laterale .panel-body a {
    display:block;
    padding:15px;
    border-bottom:1px solid #e5e5e5;
}
.commande-laterale {
    position:absolute;
    margin-left:-50px;
    margin-top:40px;
    font-size:24px;
}

/* PAGE */

/* Header */
.path-node .navbar-header {
    background-color:#00172c;
    background-repeat:no-repeat;
    background-size: cover;
    height:260px;
}
.path-node .navbar-default:after {
    content:'';
    position:absolute;
    left:0;
    bottom:-1px;
    display:block;
    height:21px;
    width:100%;
    background-image:url('../images/svg/courbe_footer.svg');
    background-repeat:no-repeat;
    background-color:transparent;
    background-size:100%;
    background-position:bottom;
}
.page-node-type-espace-elus .navbar-header {
    background-image:linear-gradient(to bottom,  rgba(0,81,154,1) 0%, rgba(0,81,154,0) 100%);
}
.page-node-type-page .navbar-header {
    background-image:linear-gradient(to bottom,  rgba(0,81,154,1) 0%, rgba(0,81,154,0) 100%), url('../images/jpg/page_360.jpg');
}
.page-node-type-accueil .navbar-header {
    background-image:linear-gradient(to bottom,  rgba(0,81,154,1) 0%, rgba(0,81,154,0) 100%);
}
.page-node-type-bibliotheque .navbar-header {
    background-image:linear-gradient(to bottom,  rgba(0,81,154,1) 0%, rgba(0,81,154,0) 100%);
}
.page-node-type-rubrique .navbar-header {
    background-image:linear-gradient(to bottom,  rgba(0,81,154,1) 0%, rgba(0,81,154,0) 100%);
}
.path-node .footer {
    background-color:#f2f5f5;
    padding-top:15px;
    padding-bottom:30px;
}
.path-node .region-footer {
    margin:auto;
}

/* Bloc titre */
.ariane {
    font-size:12px;
    color:#999;
}
.page-header {
    padding-bottom: 0;
    margin: 40px 0 20px;
    border-bottom: none;
    font-size:50px;
}
.region-header {
    text-align:center; 
    padding-bottom:60px;
    margin-bottom:0;
}
.region-header strong {
    font-weight:normal;
    font-size:20px;
}
.spacer {
    height:3px;
    background-color:#e1e7e9;
    margin:0 15px;
}
.page-node-type-accueil div[role=heading], .page-node-type-accueil .ariane {
    position:absolute;
    top:-999999px;
    left:-999999px;
    z-index:-1;
}

/* Bloc contenu */
.region-content, .region-sidebar-second {
    padding-bottom:60px;
    padding-top:30px;
}
.region-content h2 {
    font-size:36px;
    color:#0c599e;
}
.region-content p {
    font-size:16px;
}
.region-sidebar-second h3, .region-content h3, .partage strong {
    font-size: 18px;
}
.page-node-type-accueil .content ul, .page-node-type-rubrique .content ul, .page-node-type-rubrique .voir-aussi ol, .page-node-type-espace-elus .content ul {
    list-style:none;
    padding: 0;
    margin:0;
}
.liste-habitants h2 {
    font-size:30px;
}
.page-node-type-rubrique .content li, .page-node-type-espace-elus .content li {
    margin-bottom:30px;
}
.page-node-type-rubrique .content li h2, .page-node-type-espace-elus .content li h2  {
    color:#fff;
    font-size:24px;
    margin-top:0;
    font-weight:300;
}
.page-node-type-rubrique .content li a, .page-node-type-espace-elus .content li a {
    background-color:#00172c;
    color:#fff;
    height:250px;
    display:block;
    padding:30px;
}
.page-node-type-espace-elus .content li a {
    height:150px;
}
.page-node-type-rubrique .content li a:hover {
    background-color:#2f84b3;
}
.page-node-type-rubrique .content li a:before, .page-node-type-espace-elus .content li a:before {
    content:'';
    height:8px;
    width:33px;
    display:block;
    background-image:url('../images/svg/picto_fleche_dossier.svg');
    background-repeat:no-repeat;
    position:absolute;
    top:0;
    left:45px;
}

.page-node-type-espace-elus .content li.comite a {
    background-color:#49bcde;
}
.page-node-type-espace-elus .content li a {
    background-color:#2f84b3;
}
.page-node-type-espace-elus .content li.groupe a {
    background-color:#0c599e;
}
.page-node-type-espace-elus .content li a:hover {
    background-color:#00172c;
}

/*nth-child(kn)*/
.voir-aussi {
    background-color:#006783;
    color:#fff;
    padding-top:30px;
    padding-bottom:30px;
}
.voir-aussi ol li a {
    height:105px;
    display:block;
    color:#fff;
}
.voir-aussi h2 {
    font-size:24px;
    opacity:.3;
    margin-top:0;
}
.voir-aussi h3 {
    font-size:18px;
}
.voir-aussi p, .voir-aussi h2 {
    margin-bottom:0;
}

/* Bloc focus */
.focus {
    background-color:#666;
    margin:50px 0 30px;
}
.focus, .focus a {
    color:#666;
}
.focus .poster {
    padding:0;
}
.focus div:nth-child(2) {
    padding:30px;
}
.focus div:nth-child(2) img {
    margin:15px 15px 15px -15px;
}
.focus div:nth-child(2) p {
    margin:20px 15px 15px 0;
}

/* Bloc aside */
.partage {
    margin:-15px -15px 0 0;
    background-color:#fff;
    height:60px;
    cursor:pointer;
    position:relative;
    z-index:10;
}
.region-sidebar-second .partage {
    margin-top:-45px;
}
.partage strong {
    background-image:url("../images/svg/picto_partage.svg");
    background-repeat:no-repeat;
    background-size:24px;
    background-position: bottom center;
    padding:0 0 30px 15px;
    opacity:.3;
}
.partage strong:hover {
    opacity:1;
}
.partage strong {
    font-weight: normal;
    color:#597a83;
}
.region-sidebar-second .lien, .telechargement {
    color: #0c599e;
}
.telechargement .glyphicon.glyphicon-upload {
    font-size:30px;
    padding-bottom:10px;
}
.region-sidebar-second .lien {
    background-color:#f2f5f5;
    padding:15px 15px 30px 15px;
    margin-top:30px;
}
.telechargement {
    margin-top:30px;
    padding:15px 15px 20px 15px;
    border:1px solid #0c599e;
}
.telechargement a {
    text-decoration:none;
}
.page-node-type-accueil .region-content, .page-node-type-accueil .region-sidebar-second {
    padding-bottom: 0;
    padding-top: 0;
}

/* Bloc pagination */
.pagination-bibliotheque {
    border-top:1px solid #b2b9bf;
    border-bottom:1px solid #b2b9bf;
    padding:15px 0;
    margin:30px 0;
}
.pagination-bibliotheque li, .pagination-bibliotheque .resultats, .pagination-bibliotheque .tri, .pagination-bibliotheque .prev, .pagination-bibliotheque .next, .pagination-bibliotheque ol {
    display:inline-block;
}
.pagination-bibliotheque .resultats {
    padding-right:15px;
    margin-right:15px;
    border-right:1px solid #00172c;
}

/* BIBLIOTHÈQUE */
.page-node-type-bibliotheque .page ul, .page-node-type-bibliotheque .page ol {
    list-style:none;
    padding:0;
    margin:0;
}
.page-node-type-bibliotheque .page h2 {
    margin-top:0;
    text-transform:uppercase;
    font-size:24px;
    color:#00172c;
    font-weight:normal;
}
.page-node-type-bibliotheque .page a, .page-node-type-bibliotheque .page time {
    color:#008bb0;
    text-decoration:none;
}
.page-node-type-bibliotheque .page time {
   font-size:20px;
}
.page-node-type-bibliotheque .sujet {
    padding:15px 0;
    border-bottom: 1px solid #b2b9bf;
}
.page-node-type-bibliotheque .content .sujet:last-child {
    border-bottom: none;
}
.sujet .consultation a {
    background-color:#e5f3f7;
    display:block;
    padding:15px;
    margin-bottom:4px;
    min-height:5em;
}
.page-node-type-bibliotheque .content .sujet:last-child {
    border-bottom: none;
}
.page-node-type-bibliotheque .introduction {
    height: 100%;
}
.sujet article {
    border-left:5px solid #008bb0;
    margin-left:0;
}
.formulaire-tri .mots-cles.row {
    margin:15px 0;
}
.pagination-bibliotheque .tri a, .pagination-bibliotheque .prev a, .pagination-bibliotheque .next a {
    font-size:16px;
}
.pagination-bibliotheque a {
    padding:0 5px;
}
.page-node-type-espace-elus .formulaire-tri ul {
    list-style:none;
}
.page-node-type-espace-elus .formulaire-tri li {
    margin:15px 0;
}
.page-node-type-espace-elus .formulaire-tri li:first-child {
    position:relative;
    top:6px;
}

.page-node-type-commission-elus .formulaire-tri ul, .page-node-type-commission-elus .content ul {
    list-style:none;
}
.page-node-type-commission-elus .formulaire-tri li {
    margin:15px 0;
}
.page-node-type-commission-elus .formulaire-tri li:first-child {
    position:relative;
    top:6px;
}

/* ACCUEIL */
.path-frontpage {
    background-color:#00172c;
}

/* Bloc informations */
.block-info ul {
    list-style: none;
    padding:0;
    color:#fff;
}
.block-info ul {
    min-width:320px;
}
.path-frontpage .block-info {
    position:absolute;
    right:7%;
}
.block-info ul, .block-info table, .block-info h2, .block-info p {
    margin-bottom:0;
    margin-top:0;
}
.block-info .table-responsive {
    border:none;
    /*margin-bottom:0;*/
}
.block-info th {
    font-weight:400;
}
.block-info h2 {
    margin-bottom:10px;
}
.block-info h2 {
    font-size:14px;
}
.block-info li {
    padding:15px;
    margin-bottom:2px;
}
.block-info li {
    background-color:#004b8e;
    background-color:rgba(0,81,154,.9);
}
.path-frontpage .block-info li:last-child {
    background-color:#00172c;
    background-color:rgba(0,23,44,.8);
}
.block-info .table > tbody > tr > td, .block-info .table > tbody > tr > th, .block-info .table > tfoot > tr > td, .block-info .table > tfoot > tr > th, .block-info .table > thead > tr > td, .block-info .table > thead > tr > th {
    border-top:none;
    padding-top:2px;
    padding-bottom:2px;
    padding-left:15px;
    padding-right:15px;
}
.block-info .table > thead > tr > th {
    border-bottom:none;
}
.block-info .table tr th:first-child {
    padding-left:0;
}
.block-info .table tr th, .marches-publiques a h2, .urgence h2 {
    opacity:.6;
}
.block-info .table tr:nth-child(1) th:nth-child(2), .block-info .table tr:nth-child(1) th:nth-child(3), .block-info .table tr td {
    border-left:1px solid #00172c;
}
.marches-publiques h2 {
    float:right;
    width:50%;
    text-align:center;
    top:15px;
    position:relative;
}
.marches-publiques img  {
    border:1px solid #fff;
}
.block-info li.marches-publiques  {
    padding:20px 15px;
}
.urgence p {
    font-size:2.5em;
    margin-top:-.2em;
    line-height: 1em;
}
.urgence {
    background-image:url('../images/svg/picto_telephone.svg');
    background-repeat:no-repeat;
    background-color:transparent;
    background-size:39px 39px;
    background-position:center right 15px;
}
.marches-publiques a h2 {
    color:#fff;
}
.marches-publiques a:hover h2 {
    opacity:1;
}

/* Footer */
.path-frontpage .footer:before {
    content:'';
    position:absolute;
    left:0;
    top:-20px;
    display:block;
    height:21px;
    width:100%;
    background-image:url('../images/svg/courbe_footer.svg');
    background-repeat:no-repeat;
    background-color:transparent;
    background-size:100%;
    background-position:bottom;
}
.path-frontpage .footer {
    position:fixed;
    bottom:0;
    width:100%;
}
.path-frontpage #block-bootstrap-footer, .path-frontpage .footer {
    background-color:#fff;
}
.region-footer {
    padding: 0;
    margin: 0;
}
.footer .region-footer li {
    display:inline-block;
}
#block-bootstrap-footer .menu.nav a {
    color:#666;
    font-size:12px;
    padding:0 10px;
    margin:15px 0;
    border-right:1px solid #666;
}
#block-bootstrap-footer .menu.nav li:last-child a {
    border-right:none;
}

.colophon-menu {
    width:calc(100% - 30px);
    position:absolute;
    text-align:center;
}
.colophon-menu button {
    width:47px;
    height:47px;
    margin:0;
    padding:0;
    position:relative;
    top:-30px;
    border:none;
    background-image:url('../images/svg/container_blanc.svg');
    background-repeat:no-repeat;
    background-color:transparent;
    background-size:100%;
    background-position:center;
}
.colophon-menu button img {
    position:relative;
    top:-10px;
}
.colophon-menu button:hover img, .colophon-menu button img.in {
    transform: rotate(180deg);
}
.colophon-menu button:hover img.in {
    transform: rotate(0deg);
}
.colophon div {
    padding:30px;
}
.colophon div:first-child {
    padding-right:0;
    padding-left:30px;
}
.colophon div:last-child {
    padding-left:0;
    padding-right:30px;
}
.footer .colophon ul {
    margin:0;
    padding:0;
}
.footer .colophon li {
    display:block;
    border-top:1px solid #ccc;
    padding:10px 10px 10px 20px;
    background-image:url('../images/svg/picto_fleche_liste_on.svg');
    background-repeat:no-repeat;
    background-color:transparent;
    background-size:8px 12px;
    background-position:center left;
}
.footer .colophon li:hover {
    background-image:url('../images/svg/picto_fleche_liste.svg');
}
.footer .colophon li:last-child {
    border-bottom:1px solid #ccc;
}

.e-navigation {
    padding:10px 0;
    text-align:right;
}
.e-navigation strong {
    position:relative;
    top:4px;
}
.e-navigation ul {
    margin:0;
    padding:0 25px;
}
.e-navigation strong {
    font-weight:400;
    padding-bottom: 10px;
}
.e-navigation ul, .e-navigation strong {
    display:inline-block;
}

/* Carousel */
#carousel-home {
    position:absolute;
    top:0;
    height:100%;
    z-index:-1;
}
/*#carousel-home:after {
    content:'';
    display:block;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:320px;
    background: -moz-linear-gradient(top,  rgba(0,81,154,1) 0%, rgba(0,81,154,0) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,81,154,1) 0%,rgba(0,81,154,0) 100%);
    background: linear-gradient(to bottom,  rgba(0,81,154,1) 0%,rgba(0,81,154,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00519a', endColorstr='#0000519a',GradientType=0 );
}*/
.carousel-caption {
    text-align:left;
    padding:0;
    top:52%;
    left:7%;
    max-width:600px;
    max-height:380px;
    /*overflow:hidden;*/
    z-index:50;
}
.carousel-indicators {
    bottom:auto;
    top:50%;
    text-align:left;
    left:7%;
    width:auto;
    margin:0;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    color:#fff;
}
.carousel-indicators li, .carousel-indicators .active {
    width:auto;
    height: auto;
    text-indent: 0;
    border:none;
    background-color:transparent;
}
.carousel-indicators li {
    opacity:.6;
    padding:0 5px;
}
.carousel-indicators .active, .carousel-indicators li:hover {
    opacity:1;
}
.carousel-control {
    width:16px;
    height:16px;
    top:50%;
    font-size: 1em;
}
.carousel-control.right, .carousel-control.left {
    background-image:none;
}
.carousel-caption p {
    font-size:16px;
}
.carousel-caption a {
    font-size:14px;
    color:#fff;
    opacity:.6;
}
.carousel-caption a:hover {
    text-decoration:none;
    opacity:1;
}
.carousel-caption a.plus, .carousel-caption a.video {
    background-repeat:no-repeat;
    background-color:transparent;
    background-size:37px 37px;
    background-position:left;
    padding:10px 45px;
    position:relative;
    top:15px;
}
.carousel-caption a.plus {
    background-image:url('../images/svg/picto_plus_blanc.svg');
}
.carousel-caption a.video {
    background-image:url('../images/svg/picto_play_blanc.svg');
}
.full-screen {
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

/* Commission */
#commission ul {
    margin:0;
    padding:0;
}
#commission .espace-travail {
    background-color: #f5f5f5;
    margin:30px -15px;
    padding:30px;
}
#commission .espace-travail strong {
    font-size:16px;
    padding-top:5px;
    display:inline-block;
}
#commission .panel-default>.panel-heading {
    background-color: #fff;
    border-color: #ddd;
}
#commission .panel-heading a {
    opacity:.5;
}
#commission .panel-heading a:hover {
    color: #0C599E;
    opacity:1;
}
#commission .panel-heading {
    border-bottom: 1px solid #ddd;
}
.block-dates .panel-body li {
    border-bottom: 1px solid #ddd;
    padding-bottom:10px;
}
.block-dates .panel-title .glyphicon {
    font-size:30px;
}
.block-dates .panel-collapse.in {
    border-top:none;
}
#commission .membres li, #commission .specifique li {
    border-bottom: 1px solid #ddd;
    padding-bottom:10px;
}
#commission .specifique li {
    margin-bottom:30px;
}
#commission .membres li a, #commission .specifique li a, #commission .panel-body a {
    background-color:#f2f5f5;
    color:#000;
    display:inline-block;
    padding:10px 15px;
    margin-top:10px;
}
#commission .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: none;
}
.page-node-type-commission-elus .formulaire-tri li:last-child button {
    margin-top:5px;
}

/* Responsive */
@media screen and (max-width:1200px) {
	.colophon div, .colophon div:first-child, .colophon div:last-child {
        padding:15px 30px;
    }
}
@media screen and (max-width:996px) {
    .e-navigation, #block-bootstrap-footer .col-md-7 {
        display:inline-block;
    }
    .e-navigation {
        float:right;
    }
    .search-menu {
        width: auto;
        margin: auto;
        position: absolute;
        top: 10px;
        right:30px;
        padding:30px 14px;
    }
    #block-bootstrap-account-menu {
        right:100px;
    }
}
@media screen and (max-width:800px) {
	.e-navigation, #block-bootstrap-footer .menu.nav {
        text-align:center;
    }
    .e-navigation, #block-bootstrap-footer .col-md-7 {
        display:block;
    }
    .e-navigation {
        float:none;
    }
    #block-bootstrap-footer .menu.nav a {
        margin-bottom:0;
    }
}
@media screen and (max-width:767px) {
    #block-bootstrap-main-menu, .navbar-default .navbar-collapse {
        border:none;
        box-shadow:none;
    }
    #block-bootstrap-main-menu, #block-bootstrap-main-menu ul, #block-bootstrap-account-menu, #block-bootstrap-account-menu ul {
        width:100%;
        margin:0;
    }
    #block-bootstrap-main-menu li, #block-bootstrap-account-menu li {
        display:block;
        text-align:left;
        border-top:1px solid rgba(255,255,255,.1);
        background-color:rgba(0,23,44,.8);
    }
    #block-bootstrap-account-menu li:last-child {
        border-bottom:1px solid rgba(255,255,255,.1);
    }
    .navbar-default .navbar-nav > li > a {
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 15px;
        padding-right: 15px;
    }
    #block-bootstrap-account-menu {
        position:static;
        font-size: 15px;
    }
    .navbar-nav.navbar-right {
        float:none;
    }
    .navbar-toggle {
        margin:43px 15px;
        padding:0;
    }
    .navbar-toggle .icon-bar {
        width: 30px;
        height: 3px;
        border-radius: 1px;
    }
    #block-bootstrap-main-menu .navbar-nav > li > a:hover:before {
        background-color:rgba(255,255,255,0);
    }
    .navbar-default .navbar-nav > li > a:hover, #block-bootstrap-account-menu .global a:hover {
        background-color:rgba(0,23,44,1);
    }
    .search-menu {
        right:15px;
    }
    #carousel-home {
        height: 50%;
    }
    .path-frontpage .block-info {
        right: 0;
        /*margin-top:2px;*/
        width:100%;
    }
    .path-frontpage .block-info:before {
        content:'';
        position: absolute;
        left: 0;
        top: -20px;
        display: block;
        height: 21px;
        width: 100%;
        background-image: url('../images/svg/courbe_bleu.svg');
        background-repeat: no-repeat;
        background-color: transparent;
        background-size: 100%;
        background-position: bottom;
    }
    .path-frontpage .block-info table {
        width:290px;
    }
    .path-frontpage .block-info ul {
        width: 100%;
    }
    .path-frontpage .block-info li {
        background-color:#004b8e;
    }
    .path-frontpage .block-info li:last-child {
        background-color:#00172c;
    }
    .urgence {
        background-position: center left 266px;
    }
    .marches-publiques h2 {
        text-align:left;
        width:calc(100% - 166px);
    }
    .search-menu {
        padding: 30px 0;
    }
    .path-frontpage .footer {
        position: absolute;
    }
    .colophon div, .colophon div:first-child, .colophon div:last-child {
        padding: 15px;
    }
    #block-bootstrap-account-menu .global a {
        color:#fff;
        color:rgba(255,255,255,.8);
    }
    #block-bootstrap-account-menu .global a:hover {
        color:#fff;
    }
    .carousel-caption {
        left: 15px;
        right: 15px;
    }
}
@media screen and (max-width:599px) {
    #carousel-home h2 {
        font-size:18px;
        line-height:1.5em;
    }
    .carousel-caption p {
        font-size:14px;
        line-height:1.25em;
    }
    .carousel-caption {
        top: 34%;
    }
}
@media screen and (max-height:599px) {
    .carousel-caption p {
        display:none;
    }
}
@media screen and (max-width:479px) {
    .colophon .col-lg-3 img, .logo.navbar-btn img {
        width:190px;
    }
}