@charset "UTF-8";

body {
  font-family: "Marianne", arial, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1.5rem;
  overflow-wrap: break-word;
  background-color: var(--background-default-grey);
  --idle: transparent;
  --hover: var(--background-default-grey-hover);
  --active: var(--background-default-grey-active);
  color: var(--text-default-grey);
}

* {
  box-sizing: border-box;
}
ul {
  padding: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}

.img-right a {
  text-decoration: none;
}
#bandeauSuperieur {
  display: flex;
  height: 12em;
  margin : 20px;
  align-content : center
}

.group-heading {
  padding: 10px 15px;
  border: 1px solid #e7e7e7;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #dbdbdb;
  background-image: linear-gradient(180deg, #ffffffd7 0, #dbdbdb);
}
.group-body {
  padding: 10px 15px;
  border: 1px solid #e7e7e7;
  border-top: none;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  margin-bottom: 2em;
}

.button-insee {
  border: 2px transparent;
  border-radius: 4px;
  padding: 4px 12px;
  background-color: #ffc400;
  font-weight: bold;
  color: #0f417a;
}
.button-insee:hover {
  background-color: #0f417a;
  color: #ffc400;
}
.img-right img {
  max-width: 30%;
  max-height: 9em;
  margin: 1em;
}
.img-left img {
  width: auto;
  max-height: 9em;
  margin: 1em;
}

.img-right,
.img-left {
  text-align: center;
  padding : 20px
}

.bandeau-img {
  margin: auto;
  display: block;
  max-width: 100%;
  height: auto;
  z-index: -10;
}

#bandeauSuperieur h1 {
  margin-top: 0.5em;
  display: inline-block;
  font-size: 2.5em;
  align-content: center;
}
/*** Bandeau superieur ***/

/*pour bandeau cookie*/
.centrer {
  text-align: center;
}

/*** Titre ***/

#titrePortail {
  margin: 0px 0px 0px 0px;
}

#nomappli {
  font-size: 75%;
}

#urlappli {
  font-size: 60%;
}

#contenu div.flex-contenu {
  display: flex;
  justify-content: space-between;
  margin-right: 16%;
  margin-left: 16%;
  margin-bottom: 80px;
}

/* Contenant */
div.group.panel-default {
  display: inline-block;
  vertical-align: top;
  width: 44%;
  height: fit-content;
}
#content {
  width: 54%;
}

/*Alert en rouge*/
.alert {
  margin-top: 1em;
  margin-bottom: 0.5em;
}

div.form-group-login {
  margin-bottom: 1em;
}
div.form-group-login label {
  margin-top: 0.5em;
}

/*** Pied de page ***/
#piedPage {
  color: #404040;
  background-color: #f8f8f8;
  background-image: linear-gradient(180deg, #fff 0, #f8f8f8);
  border: 1px solid;
  border-color: #e7e7e7;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  height: 4em;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

#piedPage li {
  margin-left: 2em;
  margin-right: 2em;
  display: inline;
  list-style: none;
}

#piedPage a {
  color: #777;
  text-decoration: none;
}
#piedPage a:hover,
#piedPage a:focus {
  color: black;
  text-decoration: none;
}

/* Lien vers le portail */
.link-portail span:nth-child(2) {
  margin-left: 2em;
}

/* Password policy */
.svg-password {
  width: 35px;
  display: block;
}

.validate-password {
  display: none;
  width: 24px;
  height: 24px;
}


.password-policy {
  font-size: 1.1em;
  margin-top: 1em;
  margin-bottom: 1em;
  color: #6b5e2b;
  padding: 1em;
  border-radius: 5px;
  background-color: #efe8a2;
  border: 1px solid #ada92a;
}
.password-policy ul {
  margin-left: 2em;
}

.eye-right {
  float: right;
  margin-top: -27px;
  margin-right: 5px;
  z-index: 5;
  position: relative;
}

@media (max-width: 1250px) {
  #contenu div.flex-contenu {
    margin-right: 8%;
    margin-left: 8%;
  }
}
@media (max-width: 1060px) {
  #bandeauSuperieur {
    height: auto;
  }
  #bandeauSuperieur h1 {
    font-size: 2em;
    width: auto;
  }
  .img-left img {
    max-width: 100%;
    height: auto;
    width: auto;
    margin: 1em;
  }

  .img-right img {
    max-width: 100%;
    height: auto;
    width: 32%;
    margin: 5px;
  }
}

@media (max-width: 990px) {
  #bandeauSuperieur {
    margin-right: 5px;
    margin-left: 5px;
  }
  #contenu div.flex-contenu {
    margin-right: 0;
    margin-left: 0;
  }

  #contenu {
    margin-right: 5px;
    margin-left: 5px;
  }
  #bandeauSuperieur h1 {
    margin: 0.5em;
    margin-left: 1em;
  }
}
@media (max-width: 750px) {
  .img-left {
    width: 35%;
  }
  .img-right {
    width: 32%;
  }

  #bandeauSuperieur h1 {
    font-size: 1.5em;
    margin: 0.5em;
    margin-left: 1em;
  }

  #piedPage {
    display: none;
  }

  #contenu div.flex-contenu {
    flex-direction: column-reverse;
  }

  div.group.panel-default {
    display: block;
    width: 100%;
  }
  #content {
    width: 100%;
  }
}

@media (max-width: 460px) {
  #bandeauSuperieur h1 {
    font-size: 1.2em;
  }
  .link-portail span {
    display: block;
  }
  .link-portail span:nth-child(2) {
    margin-left: 0em;
  }
}
@media (max-width: 330px) {
  .img-right img {
    width: 45%;
  }
}
