div#wrapper {
  background-color:transparent;
}

div#wrapper div#global {
  background-repeat: no-repeat;
  background-size: 1080px 1080px;
  background-position: center 50%;
  min-height: 520px;
  padding-bottom:20px;
  display:flex;
  justify-content:center;
  align-content:center;
  flex-direction:column;
}

div#wrapper.content-start div#global {
  justify-content:flex-start;
}

@supports (background-size: cover) {
  div#wrapper div#global {
    background-size: cover;
  }
}

/* content styles */
div#wrapper div#phantom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex:1;
  height:auto;
}
div#wrapper div#content {
  background-color:#fff;
  width: 90%;
  max-width: 520px;
  border-radius:15px;
  border:1px solid #f2f2f2;
  text-align:center;
  color:#000;
  font-size:2rem;
  padding:30px 20px;
  position:relative;
  margin:20px auto;
}
div#wrapper.annexe div#content {
  padding:20px;
}
div#wrapper.annexe div#content #chapter-num {
  font-weight:bold;
  font-size:1.7rem;
}
div#wrapper div#content #chapter-barre {
  background-color: #ffdd00;
  width:100px;
  height:2px;
  margin:25px auto;
}
div#wrapper.chapter div#content #chapter-title {
  font-weight:bold;
  font-size:2.1rem;
  margin:30px auto;
  line-height:2.5rem;
}
div#wrapper.annexe div#content #chapter-title {
  font-weight:normal;
  font-size:1.3rem;
}
div#wrapper div#content #chapter-button {
  margin-top:40px;
}
div#wrapper.annexe div#content #chapter-button {
  margin-top:30px;
}
div#wrapper div#content #chapter-button .btns {
  padding:7px 15px 12px 15px !important;
  font-size:1.7rem; 
  min-height:52px;
}
div#wrapper div#content #chapter-button a.btns {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 225px;
  margin: auto;
}


/* picto on chapter page */
div#wrapper #chapter-logo.chapter-large {
  position: absolute;
  left: 90%;
  bottom: 70%;
}
div#wrapper #chapter-logo img {
  width:125px;
  height:125px;
}
div#wrapper #chapter-logo.chapter-small {
  display:none;
}


/* input text for enter login on login page */
div#wrapper.annexe #chapter-login {
  margin-top:15px;
  margin-bottom:20px;
}
div#wrapper.annexe #chapter-login input[type='text'] {
  border: 1px solid #ffdd00;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  color: #000;
  background-color: #fef7fc;
  width: 180px;
  padding: 5px 10px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 4px;
  text-align: center;
}
div#wrapper.annexe #chapter-login input[type='text']:focus {
  outline:5px auto Highlight;
  outline: 5px auto -webkit-focus-ring-color;
}


/* welcome style (big title) */
div#wrapper.annexe div#welcome {
  text-align:left;
  font-size:1.5rem;
  color:#fff;
  align-self: start;
  border-left:2px solid #ffdd00;
  padding-left:10px;
  font-weight:bold;
  margin-bottom:10px;
  line-height:1.7rem;
}


/* goblk styles */
div#wrapper.goblk div#global {
  background-color:#c6017f;
}
div#wrapper.goblk div#content {
  width: 100%;
  max-width:100%;
  padding-top:10px;
  padding-bottom:10px;
  text-align:justify;
  font-size:0.9rem;
  line-height:1rem;
  margin-bottom:0px;
}
div#wrapper.goblk .notice {
  font-style:italic;
  font-weight:300;
  font-size:0.8rem;
}
div#wrapper.goblk a {
  color:#00a7df;
}


/* responsive */
@media screen and (max-width: 720px) {
  div#wrapper #chapter-logo img {
    width:100px;
    height:100px;
  }
}
@media screen and (max-width: 620px) {
  div#wrapper div#global {
    padding-top:10px;
    min-height:420px;
  }
  div#wrapper div#content {
    margin-top:5px;
  }
  div#wrapper #chapter-logo.chapter-large {
    display:none;
  }
  div#wrapper #chapter-logo.chapter-small {
    display:block;
    text-align:center;
  }
  div#wrapper #chapter-logo img {
    width:85px;
    height:85px;
  }
}

div#wrapper.annexe-rgpd .contact1,
div#wrapper.annexe-privacy .contact1 {
  margin: 10px auto 3px auto;
  max-width: 280px;
  border: 1px solid #f2f2f2;
  border-radius: 4px;
  padding: 10px;
}
div#wrapper.annexe-rgpd .contact2,
div#wrapper.annexe-privacy .contact2 {
  margin: 3px auto;
  max-width: 280px;
  display: inline-block;
  text-align: left;
  border: 1px solid #f2f2f2;
  border-radius: 4px;
  padding: 10px;
}
div#wrapper.annexe-rgpd .title,
div#wrapper.annexe-privacy .title {
  font-weight:bold;
  font-size:120%;
  padding-top:15px;
  padding-bottom:5px;
}
div#wrapper.annexe-privacy,
div#wrapper.annexe-rgpd p {
  margin-top:8px;
  margin-bottom:8px;
}

div#wrapper.annexe-rgpd table.rgpd-logos {
  width:100%;
}
div#wrapper.annexe-rgpd table.rgpd-logos img {
  width:100px;
}
div#wrapper.annexe-rgpd table.rgpd-logos td.rgpd-logos-right img {
  width:90px;
}
