/* Login screen */
p.fusiondirectoryLoginWarning {
  text-align: center;
  color: #dd0000;
  font-weight: bold;
  font-size: 12px;
}
@media (max-width: 640px) {
  p.fusiondirectoryLoginWarning {
    margin-top: 0;
    margin-bottom: 0;
  }
}
html,
body {
  min-height: 100%;
  background: white;
  color: #013D82;
}

div#window-container {
  text-align: center;
  width: 100%;
  bottom: 0;
  top: 52px;
  position: absolute;
}
div#window-div {
  color:#013D82;
  margin: 0;
  min-width: 315px;
  max-width: 1500px;
  width: 60%;
  border: 1px solid #c0c2c3;
  background-color: white;
  display: inline-block;
  border-radius: 0.375rem;
  box-shadow: 0 4px 16px rgba(0,0,0,0.05);
  overflow: hidden;
}
div#window-div > form {
  margin: 0;
}
div#window-titlebar {
  display:flex;
  text-align: center;
  border-bottom: 1px solid #c0c2c3;
  padding: 1rem;
  background-color: white;
  align-content: center;
  align-items: center;
}
div#window-titlebar > img {
  float: left;
  height: 30px;
}
div.title > p {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: bold;
}

a:link,
a:visited {
  text-decoration: none;
  color: #2980b9;
}
div#window-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin: 2rem;
}
div#window-footer > div:nth-child(1) {
  color: #dd0000;
  font-weight: bold;
}
@media (max-width: 1240px){
  div#window-div{
    width: 80%;
  }
}
@media (max-width: 780px) {
  div#window-div {
    width: 70%;
    margin:0; 
  }
  div#window-footer {
    flex-direction: column-reverse;
  }
  div#window-footer > div {
    display: block;
    width: 100%;
    padding: 5px;
    text-align: center !important;
  }
  div#window-footer.plugbottom > div:nth-child(2) > input[type=submit] {
    width: 100% !important;
  }
  div.card-summary{
    grid-template-columns: auto !important;
    margin: 0;
  }

}
@media (max-width: 440px) {
  div.title {
    text-align:left;
  }
}

span.warning,
p.warning {
  color: #dd0000;
}
div.copynotice {
  position: fixed;
  bottom: 0;
  right: 5px;
  border: none;
}
div.copynotice a {
  color: #31363b;
}
.card:hover{
  color: #013D82;
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(16,24,40,0.08);
  border-color: #d1d5db;
}
.card:visited{
  color: #013D82;
}
div.card-img{
  height:100%;
}

img.card-avatar{
  height:100%;
}
.separator-container::before,
.separator-container::after{
  content: "";
  flex: 1;
  height: 1px;
  background: #ccc;
}
.separator-container{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem;
}
div.more-info{
  text-align:left;
  margin:1.5rem;
}
div.logo{
  width:10%;
  height:100%;
  flex: 0 0 100px;
}
div.title{
  width:80%;
  height:100%;
  flex: 1;
  min-width: 0;
  margin: 10px;
}

img.logo-inalco{
  width:100%;
  height:100%;
}
div.change-button{
  display:flex;
  justify-content: flex-end;
}

a.return-link:visited {
  color: white;   /* ta couleur de lien */
  text-decoration: none;
}
