body {
  background-color: #EBEFF2;
}

.errors-pages {
  display: flex;
  /* contexte sur le parent */
  flex-direction: column;
  /* direction d'affichage verticale */
  /*justify-content: center; /* alignement vertical */
  margin: 0 auto;
  padding: 0 15px 20px;
  text-align: center;
}

@media (min-width: 480px) {
  .errors-pages {
    padding: 0;
    width: 355px;
  }
}

.errors-pages__id {
  position: relative;
  text-align: center;
  margin-bottom: 48px;
}

.errors-pages__id-logo {
  height: 60px;
  margin: auto;
  width: 60px;
  display: block;
  max-width: 100%;
}

.errors-pages__id-logo.sitecp {
  background: #EBEFF2 url(../img/logo-edf.png) no-repeat scroll 0 center;
  background-size: contain;
}

.errors-pages section {
  background-color: #fff;
  padding: 20px;
}

@media (min-width: 480px) {
  .errors-pages section {
    padding: 30px 40px 40px;
  }
}

.errors-pages__header {
  box-shadow: none;
  border: 0 none;
  padding: 0;
}

.errors-pages__content h1 {
  color: #09357A;
  line-height: 30px;
  margin-bottom: 20px;
  font-family: "EDF2020W05-Bold";
  font-size: 20px !important;
  font-size: 1.25rem !important;
  font-weight: 700;
}

@media (min-width: 480px) {
  .errors-pages__content h1 {
    font-family: "EDF2020W05-Bold";
    font-size: 24px !important;
    font-size: 1.5rem !important;
    font-weight: 700;
  }
}

.errors-pages__content p {
  color: #09357A;
  line-height: 18px;
  margin-bottom: 30px;
  font-family: "EDF2020W05-Regular";
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
}

.errors-pages__content p.alert-information {
  margin-bottom: 0;
  font-family: "EDF2020W05-Bold";
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
}

.errors-pages a {
  text-decoration: none;
}

.hide {
  display: none !important;
}

/************ CUSTOM ************/

.errors-pages__content h1 {
  letter-spacing: 0 !important;
}

/********************************/

#section {
  position: fixed;
  height: 100%;
  left: 0;
  top: 0;
  width: 380px;
  background-color: #001A70;
  min-height: 728px;
}

.section-logo {
  margin: 40px;
  height: 136px;
  width: 300px;
  content: url(../img/desktop_zone1_default.svg);
}

.section-img {
  height: 380px;
  width: 380px;
  position: absolute;
  bottom: 0;
}

.section-title {
  color: #FFFFFF;
  font-family: "EDF2020W05-Light";
  font-style: normal;
  font-weight: 400;
  font-size: 40px !important;
  line-height: 44px;
  letter-spacing: unset !important;
  margin: 0 36px;
}

.broken-zone1 {
  margin: 40px;
  height: 136px;
  width: 300px;
  content: url(../img/desktop_zone1_default.svg);
}

@media screen and (max-width: 768px) and (min-width: 481px) {
  #section {
    min-height: 152px;
    width: 100%;
    padding: 0 20px;
    background-color: #001A70;
    overflow: auto;
    position: unset;
  }

  .section-title {
    margin: 0 0 24px 0;
  }
}

@media screen and (max-width: 480px) {
  #section {
    min-height: 176px;
    width: 100%;
    padding: 0 20px;
    background-color: #001A70;
    overflow: auto;
    position: unset;
  }

  .section-title {
    margin: 0 0 16px 0;
  }

  .errors-pages__id {
    position: relative;
    text-align: center;
    margin-bottom: 24px;
  }
}

@media screen and (min-width: 769px) {
  #content {
    width: calc(100% - 380px);
    float: right;
  }
}

@media screen and (max-width: 768px) {
  .section-logo{
    margin: 16px auto 0 auto;
    height: 80px;
    width: 180px;
    content: url(../img/mobile_zone1_default.svg);
  }

  .section-img {
    display: none;
  }

  .section-title {
    text-align: center;
    color: #FFFFFF;
    font-family: "EDF2020W05-Light";
    font-style: normal;
    font-weight: 400;
    font-size: 24px !important;
    line-height: 32px;
    letter-spacing: unset !important;
  }

  .broken-zone1 {
    margin: 16px auto 0 auto;
    height: 80px;
    width: 180px;
    content: url(../img/mobile_zone1_default.svg);
  }
}