/* Menu générique*/
#minheadrest *, li.headrest *{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#minheadrest{/*height: 80px;*/}
#minheadrest #headrest {position: relative;height: 48px;}
#minheadrest #headrest .height{line-height:48px;font-size:0;}
#minheadrest #headrest .title {position: relative;display: inline-block;z-index: 100;letter-spacing: 1px;margin: 0 10px;vertical-align: middle;}
#minheadrest #headrest img{vertical-align: middle;max-width: 100%;}
#container-blocks li.headrest .headrest_menu_wrapper,
#minheadrest .headrest_menu_wrapper{width: 100%;position:  relative;}
#container-blocks li.headrest .headrest_menu_wrapper{position: absolute;bottom: 0;left:0; right:0; width:auto;}
#minheadrest #headrest_connect{float: left;z-index: 1;margin-bottom: 0;}
.headrest_menu_wrapper:after {content: " ";clear: both;display: block;}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('/https/commulysse.angers.fr/bootstrap3/fonts/glyphicons-halflings-regular.eot');
  src: url('/https/commulysse.angers.fr/bootstrap3/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
       url('/https/commulysse.angers.fr/bootstrap3/fonts/glyphicons-halflings-regular.woff') format('woff'),
       url('/https/commulysse.angers.fr/bootstrap3/fonts/glyphicons-halflings-regular.ttf') format('truetype'),
       url('/https/commulysse.angers.fr/bootstrap3/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.headrestmenu { padding: 0; font-size:0; display:block; text-align:right; }

.headrestmenu a, .headrestmenu label {
    display:inline-block;
    height: 32px;
    line-height: 32px;
    margin: 0;
    padding: 0 8px;
    vertical-align: middle;
    font-size: 13px;
    color:inherit;
    font-weight: inherit;
    text-align: center;
    text-decoration: none;
}

.content_headrest span.lheight:not(.title) {
  display: block !important;
}

.headrestmenu a:focus,
.headrestmenu a:active,
.headrestmenu a:hover,
.headrestmenu a:visited,
.headrestmenu label:hover {
  text-decoration:none;
  color: inherit;
  box-shadow: none;
}

.headrestmenu .disabled{
    opacity:0.5;
}

.headrestmenu a > span {
    display:inline-block;
}


@media (max-width: 743px) {
    #container-blocks li.headrest.grid3-3 {overflow: inherit;}
    #container-blocks li.headrest .headrest_menu_wrapper {
      position:inherit;
      bottom:auto;
      left:auto;
    }
    #container-blocks li.headrest .content_headrest {
      height:auto;
    }
    #container-blocks li.headrest {
      height:auto !important;
    }
}

@media (max-width: 399px) {
  #menu.headrestmenu a {
    display: block;
    text-align:center;
    font-size:16px;
    line-height:40px;
    height:40px;
  }
}

/*Fin Menu Générique*/

/* Menu principale */


body.admin #headrest {
    display: none;
}
#container:not(.admin) #minheadrest{
    margin-top: inherit!important;
}

/* bloc connexion dans le header*/
.headrest_menu_wrapper.headrestmenu {
    padding: 0;
}

#headrest_connect{
    float: left;
}

#headrest_connect li{
    color:inherit;
}

#headrest_connect img.avatar {
  width:32px;
  max-height: 32px;
  vertical-align: top;
}
#headrest_connect span.connect_link{font-size: 10px!important; font-weight:bold;cursor:pointer;white-space:nowrap;}

#headrest_connect li.user.logged span.name{
    line-height: 32px;
    padding-left: 4px;
    min-width: 10px;
    max-width: 160px;
    text-overflow: ellipsis;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
}
#headrest_connect li.user.logged a:first-child{
    padding-left: 0px;
}

#headrest_connect span.user .css-arrow-down{
    display:inline-block;
    float:right;
    margin-top:-8px;
}
#headrest_connect a:hover li{
    cursor:pointer;
}
/*Debut Icone logout*/

#ico-logout>img{
    width: 18px;
    height: 18px;
    vertical-align: -3px;
}

.text-danger, .text-danger:before, .text-danger:after {
  /*color: #a94442;*/
}

#actions_layout_admin {
    margin-right: 110px;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
}

#actions_layout_admin > li > a{
    padding: 1em 5px;
}

#bar-action {
  background-color: white;
  left: auto;
  right: 150px;
  top: 6px;
}


#mode-switcher {
    background: #4970EC;
    color: white;
    opacity:0.7;
    position:fixed;
    right: 0;
    top: 0;
    display: block;
    z-index: 2000;
    font-weight: bold;
    padding: 6px 15px;
    text-align: center;
    text-decoration: none;
}
#mode-switcher.in-admin { padding:7px 15px 8px; }
#mode-switcher:hover{ opacity: 1; }
#mode-switcher p {
    margin:0;
    font-weight: bold;
    font-size: 13px;
    line-height:18px;
}

#dashbord_tules{}
#dashbord_tules .row-fluid{margin-bottom:32px;}
#dashbord_tules a{text-decoration: none;margin-top: 20px;}
#dashbord_tules .btn-group a{margin-top: 0;}
#dashbord_tules .content{
  text-align: center;
  position: relative;
  background-color: white;
  overflow: hidden;
  color: #333;
}

#dashbord_tules .content .tule-title{ z-index: 30;}
#dashbord_tules .content .tule-title .illu{
  font-size: 112px;
  line-height: 112px;
  /*text-shadow: #000 0px 0px 2px, #000 0px 0px 2px, #000 0px 0px 2px, #000 0px 0px 2px;*/
  padding: 18px;
  /*height: 124px;*/
}

.icon-superpose {
  position: relative;
  height: 158px;
  margin: 0;
  width: 100%;
}

#dashbord_tules .content .tule-title .icon-superpose .illu {
  position: absolute;
  height: 112px;
  width: 100%;
  right: 0;
  margin: 0;
  padding: 18px 0!important;
}

.illu.icon-oaipmh{
  background: url("/https/commulysse.angers.fr/theme/admin/img/icon/oaipmh.png") no-repeat scroll -399px 26px transparent;
}
.illu.icon-oaipmh:hover{
}

#dashbord_tules .content .tule-desc{
  position: absolute;
  /*text-align: left;*/
  background-color: rgba(0,0,0,0.75);
  z-index: 40;
  top:0px;
  opacity: 0;
  line-height: 200px;
  height: 200px;
  padding: 2px 0;
  width: 100%;
  -webkit-transition: opacity 0.2s linear;
  -webkit-animation-delay:20s, 20s;
  -moz-transition: opacity 0.2s linear;
  -moz-animation-delay:20s, 20s;
  transition: opacity 0.2s linear;
  animation-delay:20s, 20s;
}

#dashbord_tules .content .tule-desc .tule-desc-content{
  color: white;
  line-height: 20px;
  vertical-align: middle;
  display: inline-block;
  padding: 0 5px;
}

#dashbord_tules .content:hover .tule-title .illu{
  color: #999;
}

#dashbord_tules .content:hover .tule-title{
  color: #000;
}

#dashbord_tules .content:hover .tule-desc{
  opacity: 1;
}

.form-group .slider {
  width:100% !important;
}

#browser-update {
  border: 0;
  background: transparent;
  color: #4A71ED;
}

#browser-update:focus {
  outline: none;
}

#browser-update:hover {
  text-decoration: underline;
}

.browser-update {
    position: relative;
    background: #fff;
    border-bottom: 1px solid #ccc;
    font-size: 12px;
}

.browser-update-alert {
    text-align: center;
    padding: 10px;
    padding-top: 15px;
    margin-bottom: 5px;
}

.browser-update-choice ul {
    display: table;
    padding: 0;
    margin: 0 auto;
    min-width: 50%;
}

.browser-update-choice li {
    display: table-cell;
    text-align: center;
}

.browser-update-choice li div {
    display: inline-block;
    text-align: left;
}

.browser-update-choice span {
    display: block;
}

.browser-update-choice a {
    text-decoration: none;
    display: inline-block;
    text-align: left;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD4AAAESCAMAAACSBpaPAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAASBQTFRF+tAL1E4m86OZGCRUsCUm42sm++mT+vPvCEyJMHWq+eBi7i4kHHW17FRK8L4X6o8kFYzHR6xHmtn1R4e56EZA5js3sJ2c5K5mx8/G+czHTLZJea7aoNOhyD4mpWRh+/HC3l4mWlVeMrXl7aohTLvqVpLC8YN+CKHWm0g2f9D0On2xrZgyDjtylqdsm7fM7mBWQ6RFyev6KpHJaZE63yIn/uAI4Kwa0JM0gndCLKTYy5QcicSH4Sst650b1W1K8cEvF2Wi4+XidTE4Ga/h/uQ+RqbYvs7c0LRAJmyiRilE4CYqzh8kcbpyZZ7NQJxEWImkvk81W6pf4zIyS6FQ3S4zDVyaZsPtxb4b73NovjEnWalBWr1YLy1PjbUu5Xsm////y3CxGAAAAGB0Uk5T//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8Ac23kQwAACa9JREFUeNrs24tX2kgXAHASSUahEK08EioG5DOwVkEsIK7lMRaf9d3aQtfF//+/+O7kOTN5iKfnfOd8u7lnu0vQ3703yWSYpGzi5bci8Q/kmmi00na0DFF7C0dGLs1FzkALcmSkA2OqLcDDMImADjiu5dMRkdeiucjsrwjVkMgcBzGKG0GtsrtjhPOw34vwiZDOW/QvZUL797jGHCXmIIX/yOWIOeZTdhenzPFHAdwIL86XN/yc/YU8f37zIckd3kpHnB6+txbPETu8+NHBnpV0GnGcG+m+wamlg7tLBO1b2n9ppYOPTSIoecvPM8HtJYJ6D+Ct4O4TQblFP+eOXYbh6bfyNM21t3MtggfMaloEF9/OxX8xn/5T9v03h81vDtrfvGT4C9Z44wX7+nQxjZoutODc4bMNO1m95F6bKtm5NPfGiRpFT9SvfUxo0R8TXPlXPqQM32cciv6IzAQXX/ADGr32AR29PDBeXR5ELU7Y1Frw0sgIHXjhS6tE2PExQsZ7JnRdh4I9q1H4qpL15qL0RWtFaG5Ni6b8IpibX9ErC3IxakUtvn47oGXCcEZb6GZEzAXhnLjwrZA2XehOJPxOCmlGyz5s+ZahoX/TXWTMYx7zmMc85jGPObswarff/2HH+3YbvYkT+oMOSIEW5KhN7H/YgAzthZ5Rt98TurW1RWHY+vE+JAG7IAd8erq1xXDYODr6AV29R6Fc00npPwAfHR19+fKFSkCSHR2cYkjQ1oIX5EiBNWv7x+npAYl63fNbVhwdHJzpqF1Q9CBenBeJBrq6ulqv752PjrecgF6+QEsH7zaIn+t+juaSVCB6lcRerzbaM+vbuF4/Mr0q66gwT/m4JlUE4e7gHYnVw0Ete17/4ka9Xl9dPTg4bd+syDLChbnM8yLosrA5n8+VHujaCHa/7mng4D+g9gfwaDjSOW4I5bIgSRLxChTfqzNB9gj6+oCQnJJ1fDjheGVWrkg2Hwxqg7t6oG8jlErputqVWS7MJIni881Vnwa+s46QPpF1eTLhqkseh+bnwubd+vbOjmet6u+aZvvypKvTXJN4XpEURWlUV1dpDPWRrptcprnCcakskH7uqzSFGI9VXYfyk+6E4tqc5YNKsjwcDouFC0aPIe50WU7pk26X4qR4xeHEzytFUdPFOweP7Xh6upAJT9Fch+IVhg+koSEWdqiqIMmf5WXQcOq6XYQcLhJdYbpXKsO7C6rpJzuau8UUcNTtirrDiyZnyx9ejN9RR+yJFIZAd+ekOpp0h7LD56bm+Hjs7fDT2MLA0Z5Omk8lGsUg7npa26V3l5cxkvXUhPATlysWt8sL5Vmj2u8/uWEXXt6FUOG8TSZw6s+rXnWgguPLyVm5Cr/M6V0rinIKhgwc/Y/VlMMlh1csLSzzsevE+QROeQpy9PssFwSTAxYq1RC9tPSzKycSqcmkW63JFBcEy1dmAhnt1SC+BJFN6KMEDNnEIc0Fl8O1Anxe3d0lrtr/+LFvcYKfn7NZedSFyNZq7rAxbC5Yx8A8e8MqxOGATHujqoWXlqrF2ihFdCI7qLljXqx43joC5tmH008GAHi7+FI/NciChRgoRe+KI7rstF9xJj0SErwvHTrN/+wqWagMoSjUg1aD8HLZ9c7UVRHKyeTl0pJd/LnbnUNl0LW5Ql3voqldb2eBN2fJkyUv+omEArhWqylzkeK4wvqKuTUD/EzppR5Q+GcwGMwlmr8MLe16SWpcQiwx0a+NoHBtAAdUume45nDKs/by+VKpjaCwosABbTQYjsx2ZzOqf6nSaHjlT6TGXIF9Voie318KGvMxIQpEO95N4JRuwGw4h8rmuZQqz40htzwYWpz1MNM3Tk4a1kAgha3zedIQRI5rNp+V6QTOACDDyNRmynth6FsaGbQvCwIzhuwhaM9KgoD9C7Ohzb0G+B6sKwLeDXpKjO5BJvkOqC7MKQX+3GuBy0KNlE/SCegMzqvyMOwxr0ZxJ4GdwnlVLkd890C9p72XwckDl1Ah4jEvVjeTJChPJZmdnCQ31QiOVLWQtGPGx8kl0ThqRY1VtbmZDMmQnBX8mluQq9CAl4COzYIaoPnbAWhAbRYajGw0iFUxWuReBpEMaqFQ2NwkrlBokm2M0cJ3UghjM4cVOIzGN6Exj3nMYx7zmMf8f8U10Zi2rDAivkkcyDWjlYFoOQEvDW3Rx7xiK5fLZDxvvc61tEW4mMnnco73wnzv1a8io2k+b3I2gfVOPj+N/iqymH/Muz7H4pz5EzGCG58fH03vJKDCfBt+bITy6dVn4oMSOPjx8+ewryJPO1fg3Qa8FPaWpa+upoF82um43suQpyxg0J1O0PdtxI4ZXoJHzjoYQvRx7XvH8SSBncGLzya2dOfRdxf5MOu4YWdwc1gbLoZocVzd73/tMAmcFA696tDB3kGjb/trja8dNq7c6PjikfmS2Mb+2tqnr7zPTQ2xWCSPOnyhMI95H4BDedp/NzRM7kkQ1lMJLrLZ7Iji6j7w0q8Z5VsYnzU/kGieYX3kT6B7/Nrkpf5X1xv47IMXZ9jfQMrjt6T3Uqk0c7yBmzc3rr658fts1uXYKl4qwdEzfQs3t29cD6+2z3BY9wk47jYvNUz/HZ9tE35jY+DbZzLP3aeF1y7/RfhXA29vW94OsoknHB85/MHlVnncXF+nPbxeX+fKU/zW4+TkZTD89rrTAPkv2b7B/KkP4OTkGXhnx/Z2wNbOOtt9CIeTJ57tmH7dw+vwDnvuwvgn4Cu2dwO2V84W4qUGcOJ3aLyzsrJY9dIvA1+sWAncgO0Vft97LncGrRV7eJ34FQZfbKNECH9gy/+FmxcXZgI3YLuph533a5aXVHxhhmfhNXfRZLPuA/YNjkP58fiCjvHYV9wb85jb+dIG3jb/WsKmEE3ED/mee8W9fOPKQ/t3T/RfjTT56z2b9Z6QvxybnPVN969yni6a+Ng32VGzjXrLly8dI9zcMfFdE+Prn4mQ3q2Z1le+9NcGJrPlGfz7eO1X5EzrlGd8qXS9AXF8De/7imeZeT6ovB3w7trf4cXtz7jbMA9v+lvv6dwn7HWYf6W4zTE59wE+sHjN/11is33i13j+k8N0697aZiPQc62bWg5cWR27fo0unmVxtpcKWddZ3kpgp9jf/9s0jvVpelUJ/dMJIPZ/9bJ09NjOuTWt+s3yTob924+9Ho17euSKGl/fOglI3H7qMVF89X/uUx9uvQy3H/+k8Lm+yM2IlcCMT39COFhe9F5GPf5m8T+d6BX1N91J4Y3rh9u+Sc+Lsh7fhMY85jGPecxjHvP/E/5fAQYAEtf0ql4R/GgAAAAASUVORK5CYII=');
    background-repeat: no-repeat;
    padding: 25px;
    padding-top: 15px;
    padding-left: 74px;
    color: inherit;
}

.browser-update-choice.hidden {
  display: none;
}

.browser-update-choice a:hover .browser-dl {
    text-decoration: underline;
}

.browser-update-choice a:hover .browser-name {
    color: #000;
}


.browser-update-choice .browser-firefox {
    background-position: 0 -88px;
}

.browser-update-choice .browser-chrome {
    background-position: 0 -178px;
}

.browser-update-choice .browser-opera {
    background-position: 0 2px;
}

.browser-update-choice .browser-name {
    font-size: 1.3em;
    color: #696969;
}

.browser-update-choice .browser-dl {
    color: #4A71ED;
}

@keyframes cookie-choice-enter {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

#cookieChoiceInfo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1999;
  -webkit-animation: cookie-choice-enter 0.2s ease-out 1;
          animation: cookie-choice-enter 0.2s ease-out 1;
}

#container-blocks {
  margin: 0;
  padding: 0;
  list-style: none;
}

#container-blocks div.content{position:relative;height:100%;width:100%;}

.rgpd {
    text-align: center;
    margin-top: 3%;
    display: inline-block;
    max-width: 500px;
}