/* see https://github.com/georchestra/georchestra/issues/147 for missing http protocol */
@import url(//fonts.googleapis.com/css?family=Yanone+Kaffeesatz);
body{
  --georchestra-primary: #000;
}

header {
  --georchestra-header-primary: #000;
  --georchestra-header-secondary: #000;
  --georchestra-header-primary-light: white;
  --georchestra-header-secondary-light: #000;
}

.admin-dropdown > li.active {
  background-color: black;
  color: white;
}

.flex.justify-center.items-center.mx-6 > a {
  display: none;
}

html,body {
  padding: 0;
  margin: 0;
  background: #fff;
}

#go_head {
  padding: 0;
  margin: 0;
  /*font-family: 'Open Sans', sans-serif;*/
  font-family: 'Yanone Kaffeesatz', arial, verdana, helvetica;
  background: #fff;
}

#go_home {
  float: left;
  margin: 10px 0 0 10px;
}

#go_home img {
  border: none;
}

#go_head ul {
  float: left;
  list-style: none;
  margin: 10px 0 0 10px;
  padding: 0;
  font-size: 18px;
  display: inline;
}
#go_head li {
  right      : 100%;
  left       : 0;
  margin     : 0;
  padding    : 0;
  position   : relative;
  display    : inline-block;
  transition : right .3s ease, left .3s ease, background .3s ease;
  background : transparent;
}
#go_head li a {
  width: 130px;
  text-align: center;
  color: #666;
  display: inline-block;
  background: #fff;
  padding: 0 0.3em;
  margin: 0 0.1em;
  border-bottom: 1px dotted #ddd;
  height: 52px;
  line-height: 52px;
  text-decoration: none;
  border-radius: .3em .3em 0 0;
  transition: background .3s ease-in;
  transition-property: background, color, border-radius;
}
#go_head li a:hover {
  background-color: #8CC8C8;
  color: #fff;
  border-radius: 0.3em;
  border-bottom: none;
}
#go_head ul li.active a {
  background-color: rgb(94, 97, 167);
  padding: 0 0.6em;
  border-radius: 0.3em;
  color: #fff;
  border: 0;
}
#go_head .logged {
  margin: 10px 15px 0 0;
  border: 1px dotted #ddd;
  border-radius: 0.3em;
  padding: 0 0.6em;
  width: auto;
  float: right;
  height: 52px;
  line-height: 52px;
  font-size: 16px;
}
#go_head .logged span {
  color: #000;
}
#go_head .logged span.light {
  color: #ddd;
}
#go_head .logged {
  position: relative;
}
#go_head .logged div {
  position: absolute;
  top: 16px;
  right: 10px;
}
#go_head .logged a {
  text-decoration: underline;
  color: rgb(84, 0, 105);
}
#go_head ul ul {
  display: none;
}
#go_head li li {
  right: auto;
}
#go_head .expanded {
  position    : absolute;
  right       : 0;
  left        : 150px;
  top         : 10px;
  background  : white;
  z-index     : 1;
  min-width   : 20em;
}
#go_head .expanded ul{
  display: block;
}
#go_head .expanded > a,
#go_head .expanded ul{
  margin-top: 0;
  float: right;
}
#go_head .expanded > a {
  color: white;
  background: #666;
}
#go_head .group > a:after {
  content: 'Â Â»';
}
#go_head .expanded > a:before {
  content: 'Â« ';
}
#go_head .expanded > a:after {
  content: '';
}

#go_head_news {
  position: relative;
  float: left;
  width: 100%;
  padding-left: 10px;
  padding-top: 4px;
  height:25px;
  background-color:rgb(87, 90, 150);
  color:#fff;
  text-decoration: none;
}

.go_head_news-title{
  float: left;
  width: 136px;
}

.news{
  color: #fff;
  display: none;
  text-decoration: none;
}

.news:hover{
  text-decoration:underline;
}

.visibleNews {
  display: block;
  -webkit-animation: displayNews 10s ease-in 0 1 normal forwards;
  -moz-animation: displayNews 10s ease-in 0 1 normal forwards;
  animation: displayNews 10s ease-in 0 1 normal forwards;
}

@keyframes displayNews {
  0% {	opacity: 0; }
  15%	{	opacity: 1; }
  75%	{	opacity: 1; }
  100%{	opacity: 0; }
}

@-webkit-keyframes displayNews  {
  0% {	opacity: 0; }
  15%	{	opacity: 1; }
  75%	{	opacity: 1; }
  100%{	opacity: 0; }
}

@-moz-keyframes displayNews  {
  0% {	opacity: 0; }
  15%	{	opacity: 1; }
  75%	{	opacity: 1; }
  100%{	opacity: 0; }
}

#welcome {
  clear: both;
  padding: 30px;
  text-align: center;

  /*font-family: Tahoma,Arial,Verdana,Helvetica;*/
  font-family: "VistaSansOT","Roboto",verdana,sans-serif;
  font-size: 1.0em;
}

#welcome h2 {
  margin-top: 70px;
}

/* pb : les liens vers les actus prennent ces rÃ©galges et sont donc invisibles pour les liens visitÃ©s
#welcome a:link, a:visited {
  color: #575A96;
  text-decoration: none;
}
#welcome a:hover {
  color: #CC2A02;
  text-decoration: none;
}
*/

#legal {
  clear: both;
  padding-left: 30px;
  padding-right: 30 px;
  text-align: left;
  font-size: 0.9em;
}

#alerte {
  margin: 30px;
  border: 3px solid red;
  background-color: lightyellow;
  font-size: 110%;
  font-style: normal;
  font-weight: bold;
}

iframe {
  display: block;       /* iframes are inline by default */
  background: #000;
  border: none;         /* Reset default border */
  height: 85vh;        /* Viewport-relative units */
  width: 90vw;
}

/* Mapstore */
.geOrchestra[data-ms2-container="ms2"] {
    --georchestra-ms-primary: var(--georchestra-primary);
    --georchestra-ms-main-variant-color: rgb(29 29 29);

    --georchestra-ms-button-color: var(--georchestra-primary);
    --georchestra-ms-link-color:color-mix(in srgb,var(--georchestra-primary),#fff 30%);
    --georchestra-ms-link-hover-color:color-mix(in srgb,var(--georchestra-primary),#fff 50%);
    --georchestra-ms-loader-primary-color: var(--georchestra-primary);
    --georchestra-ms-loader-primary-fade-color: color-mix(in srgb,var(--georchestra-primary),#fff 75%);
    --georchestra-ms-focus-color: color-mix(in srgb,var(--georchestra-primary),#fff 90%);

    --georchestra-ms-button-bg: #fff;
    --georchestra-ms-button-border-color: #fff;
    --georchestra-ms-button-hover-color: color-mix(in srgb,var(--georchestra-primary),#fff 30%);
    --georchestra-ms-button-hover-bg: color-mix(in srgb,var(--georchestra-ms-button-bg),#000 15%);
    --georchestra-ms-button-hover-border-color: color-mix(in srgb,var(--georchestra-ms-button-bg),#000 15%);
    --georchestra-ms-button-disabled-bg: color-mix(in srgb,var(--georchestra-ms-button-bg),#fff 30%);
    --georchestra-ms-button-disabled-border-color: color-mix(in srgb,var(--georchestra-ms-button-bg),#fff 30%);
    --georchestra-ms-button-active-hover-bg: color-mix(in srgb,var(--georchestra-ms-button-bg),#000 30%);
    --georchestra-ms-button-active-border-color: color-mix(in srgb,var(--georchestra-primary),#000 30%);
    --georchestra-ms-button-active-color: color-mix(in srgb,var(--georchestra-primary),#fff 30%);
    --georchestra-ms-button-focus-border-color: color-mix(in srgb,var(--georchestra-primary),#000 30%);
    --georchestra-ms-button-active-hover-border-color: color-mix(in srgb,var(--georchestra-primary),#000 30%);
    --georchestra-ms-button-active-hover-color: color-mix(in srgb,var(--georchestra-primary),#000 30%);
    --georchestra-ms-button-focus-color: color-mix(in srgb,var(--georchestra-primary),#fff 30%);


    --georchestra-ms-button-primary-bg: var(--georchestra-primary);
    --georchestra-ms-button-primary-border-color: var(--georchestra-primary);
    --georchestra-ms-button-primary-hover-bg: color-mix(in srgb,var(--georchestra-ms-button-primary-bg),#000 15%);
    --georchestra-ms-button-primary-hover-border-color: color-mix(in srgb,var(--georchestra-ms-button-primary-bg),#000 15%);
    --georchestra-ms-button-primary-disabled-bg: color-mix(in srgb,var(--georchestra-ms-button-primary-bg),#fff 30%);
    --georchestra-ms-button-primary-disabled-border-color: color-mix(in srgb,var(--georchestra-ms-button-primary-bg),#fff 30%);
    --georchestra-ms-button-primary-active-hover-bg: color-mix(in srgb,var(--georchestra-ms-button-primary-bg),#000 30%);
    --georchestra-ms-button-primary-active-border-color: color-mix(in srgb,var(--georchestra-ms-button-primary-bg),#000 30%);
    --georchestra-ms-button-primary-active-bg: color-mix(in srgb,var(--georchestra-ms-button-primary-bg),#000 30%);
    --georchestra-ms-button-primary-focus-hover-bg: color-mix(in srgb,var(--georchestra-ms-button-primary-bg),#000 30%);
    --georchestra-ms-button-primary-focus-border-color: color-mix(in srgb,var(--georchestra-ms-button-primary-bg),#000 30%);
    --georchestra-ms-button-primary-focus-bg: color-mix(in srgb,var(--georchestra-ms-button-primary-bg),#000 30%);

    --georchestra-ms-button-success-bg: var(--georchestra-secondary);
    --georchestra-ms-button-success-border-color: var(--georchestra-secondary);
    --georchestra-ms-button-success-hover-bg: color-mix(in srgb,var(--georchestra-ms-button-success-bg),#000 15%);
    --georchestra-ms-button-success-hover-border-color: color-mix(in srgb,var(--georchestra-ms-button-success-bg),#000 15%);
    --georchestra-ms-button-success-disabled-bg: color-mix(in srgb,var(--georchestra-ms-button-success-bg),#fff 30%);
    --georchestra-ms-button-success-disabled-border-color: color-mix(in srgb,var(--georchestra-ms-button-success-bg),#fff 30%);
    --georchestra-ms-button-success-active-bg: var(--georchestra-secondary);
    --georchestra-ms-button-success-active-border-color: var(--georchestra-secondary);
    --georchestra-ms-button-success-active-hover-bg: color-mix(in srgb,var(--georchestra-ms-button-success-bg),#000 30%);
    --georchestra-ms-button-success-active-hover-border-color: color-mix(in srgb,var(--georchestra-ms-button-success-bg),#000 30%);
    --georchestra-ms-button-success-focus-hover-bg: color-mix(in srgb,var(--georchestra-ms-button-success-bg),#000 30%);
    --georchestra-ms-button-success-focus-border-color: color-mix(in srgb,var(--georchestra-ms-button-success-bg),#000 30%);
    --georchestra-ms-button-success-focus-bg: color-mix(in srgb,var(--georchestra-secondary),#000 30%);
}
