header div.conteneur {
  margin-bottom: 44px !important;
}

.main.conteneur {
  width: 100% !important;
  max-width: 100%;
}

.col-main {
  background: #fff;
}

.fil-ariane {
  display: none;
}

.page.topic-page {
  max-width: 100% !important;
  width: 100% !important;
}

#page_dossier {
  max-width: inherit !important;
}

#page_dossier #ldgDrive p {
  font-weight: 500;
}

#ldgDrive {
  background: #f4f4f6 url("images/background.jpg") no-repeat left top;
  padding: 0;
  position: relative;
}
@media only screen and (max-width: 980px) {
  #ldgDrive {
    background-position: -150px top;
  }
}
@media only screen and (max-width: 767px) {
  #ldgDrive {
    background: #f4f4f6 url("images/background-mobile.jpg") no-repeat left top;
  }
}
#ldgDrive * {
  box-sizing: border-box;
  color: #383838;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#ldgDrive .ldg-corner {
  height: 100%;
  left: 0;
  position: absolute;
  text-decoration: none;
  top: 0;
  width: 100%;
}
#ldgDrive .ldg-cta {
  background: #7bb0d1;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  padding: 0 30px;
  text-decoration: none;
  transition: background 0.1s linear;
}
#ldgDrive .ldg-cta:hover, #ldgDrive .ldg-cta:focus {
  background: rgba(123, 176, 209, 0.75);
}
#ldgDrive .ldg-cta:active {
  transform: translateY(2px);
}
#ldgDrive .ldg-picto {
  display: inline-block;
  height: 100px;
  width: 100px;
}
#ldgDrive .ldg-picto.ldg-picto--attestation {
  background: url("images/pictos.svg#attestation") no-repeat center center;
}
#ldgDrive .ldg-picto.ldg-picto--security {
  background: url("images/pictos.svg#security") no-repeat center center;
}
#ldgDrive .ldg-picto.ldg-picto--arrow {
  background: url("images/pictos.svg#arrow") no-repeat center center;
}
#ldgDrive .ldg-picto.ldg-picto--step-01 {
  background: url("images/pictos.svg#step-01") no-repeat center center;
}
#ldgDrive .ldg-picto.ldg-picto--step-02 {
  background: url("images/pictos.svg#step-02") no-repeat center center;
}
#ldgDrive .ldg-picto.ldg-picto--step-03 {
  background: url("images/pictos.svg#step-03") no-repeat center center;
}
#ldgDrive .ldg-picto.ldg-picto--step-04 {
  background: url("images/pictos.svg#step-04") no-repeat center center;
}
@media only screen and (max-width: 480px) {
  #ldgDrive .ldg-desktop {
    display: none;
  }
}
@media only screen and (min-width: 481px) {
  #ldgDrive .ldg-mobile {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  #ldgDrive .ldg-tablet {
    display: none;
  }
}

#ldgDrive .ldg-header {
  margin: 0 auto;
  max-width: 855px;
  text-align: center;
  width: 100%;
}
#ldgDrive .ldg-header h1 {
  color: #0d3981;
  font-size: 34px;
  font-weight: 600;
  line-height: 37px;
  padding-top: 35px;
}
#ldgDrive .ldg-header h1 span {
  color: #f49302;
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
#ldgDrive .ldg-header h1 strong {
  color: #0d3981;
  display: block;
  font-size: 37px;
  font-weight: 600;
  line-height: 37px;
  text-transform: uppercase;
}
#ldgDrive .ldg-header p {
  line-height: 24px;
  margin: 20px auto 30px;
  max-width: 400px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #ldgDrive .ldg-header h1 {
    font-size: 27px;
    line-height: 32px;
    padding-top: 25px;
  }
  #ldgDrive .ldg-header h1 span {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 20px;
  }
  #ldgDrive .ldg-header h1 strong {
    font-size: 30px;
    line-height: 26px;
  }
  #ldgDrive .ldg-header p {
    font-size: 13px;
    max-width: 208px;
  }
}

#ldgDrive .ldg-howto {
  margin: 0 auto;
  max-width: 855px;
  text-align: center;
  width: 100%;
}
#ldgDrive .ldg-howto .ldg-howto--head {
  position: relative;
}
#ldgDrive .ldg-howto .ldg-howto--head h2 {
  color: #495ea7;
  font-size: 24px;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: 30px;
  padding: 0 20px;
}
#ldgDrive .ldg-howto .ldg-howto--head .ldg-howto--security {
  background: #495ea7;
  display: inline-flex;
}
#ldgDrive .ldg-howto .ldg-howto--head .ldg-howto--security a,
#ldgDrive .ldg-howto .ldg-howto--head .ldg-howto--security strong {
  color: #fff;
  font-weight: 600;
}
#ldgDrive .ldg-howto .ldg-howto--head .ldg-howto--security p {
  color: #fff;
  font-weight: 500;
}
@media only screen and (max-width: 1090px) {
  #ldgDrive .ldg-howto .ldg-howto--head .ldg-howto--security {
    align-items: center;
    border-radius: 5px;
    cursor: pointer;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 20px;
    max-width: 340px;
    padding: 10px;
    width: calc(100% - 50px);
  }
  #ldgDrive .ldg-howto .ldg-howto--head .ldg-howto--security .ldg-picto {
    height: 30px;
    width: 30px;
  }
  #ldgDrive .ldg-howto .ldg-howto--head .ldg-howto--security strong {
    display: inline-block;
    flex: 1;
    font-size: 12px;
    font-weight: 500;
    position: relative;
  }
  #ldgDrive .ldg-howto .ldg-howto--head .ldg-howto--security strong:after {
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    content: "";
    display: inline-block;
    height: 8px;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    transition: transform 0.1s linear;
    width: 8px;
  }
  #ldgDrive .ldg-howto .ldg-howto--head .ldg-howto--security p {
    display: none;
    font-size: 12px;
    margin-top: 10px;
    width: 100%;
  }
  #ldgDrive .ldg-howto .ldg-howto--head .ldg-howto--security.open strong:after {
    transform: translateY(-50%) rotate(-135deg);
  }
  #ldgDrive .ldg-howto .ldg-howto--head .ldg-howto--security.open p {
    display: block;
  }
}
@media only screen and (min-width: 1090px) {
  #ldgDrive .ldg-howto .ldg-howto--head .ldg-howto--security {
    align-items: center;
    border-radius: 50%;
    flex-direction: column;
    height: 295px;
    justify-content: center;
    width: 295px;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translate(45%, 45%);
  }
  #ldgDrive .ldg-howto .ldg-howto--head .ldg-howto--security .ldg-picto {
    height: 60px;
    margin-bottom: 10px;
    width: 60px;
  }
  #ldgDrive .ldg-howto .ldg-howto--head .ldg-howto--security strong {
    display: block;
    font-size: 18px;
  }
  #ldgDrive .ldg-howto .ldg-howto--head .ldg-howto--security p {
    font-size: 12px;
  }
}
#ldgDrive .ldg-howto .ldg-howto--head .ldg-picto--arrow {
  height: 18px;
  position: relative;
  transform: translateY(20px);
  width: 18px;
  z-index: 1;
}
#ldgDrive .ldg-howto .ldg-howto--head:after {
  content: "";
  background-color: #495ea7;
  border-radius: 50%;
  bottom: 0;
  display: inline-block;
  height: 55px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 55px;
}
@media only screen and (max-width: 767px) {
  #ldgDrive .ldg-howto .ldg-howto--head h2 {
    line-height: 24px;
    margin-bottom: 20px;
  }
  #ldgDrive .ldg-howto .ldg-howto--head .ldg-picto--arrow {
    height: 14px;
    transform: translateY(17px);
    width: 14px;
  }
  #ldgDrive .ldg-howto .ldg-howto--head:after {
    height: 42px;
    width: 42px;
  }
}
#ldgDrive .ldg-howto ol {
  background: #FFF;
  padding: 0 1px;
}
#ldgDrive .ldg-howto ol li {
  align-items: flex-start;
  display: flex;
  padding: 50px 60px;
}
#ldgDrive .ldg-howto ol li:not(:last-child) {
  border-bottom: 4px solid #f4f4f6;
}
#ldgDrive .ldg-howto ol li .ldg-howto--count {
  display: flex;
  padding-right: 90px;
  width: 260px;
}
#ldgDrive .ldg-howto ol li .ldg-howto--count span:not(.ldg-picto) {
  align-items: center;
  background: #495ea7;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-size: 60px;
  font-weight: 600;
  height: 83px;
  min-width: 83px;
  justify-content: center;
  width: 83px;
}
#ldgDrive .ldg-howto ol li .ldg-howto--count .ldg-picto--step-01 {
  height: 103px;
  width: 103px;
  margin-top: 19px;
  margin-left: -17px;
}
#ldgDrive .ldg-howto ol li .ldg-howto--count .ldg-picto--step-02 {
  height: 119px;
  width: 119px;
  margin-top: 15px;
  margin-left: -8px;
}
#ldgDrive .ldg-howto ol li .ldg-howto--count .ldg-picto--step-03 {
  height: 99px;
  width: 99px;
  margin-top: 27px;
  margin-left: -13px;
}
#ldgDrive .ldg-howto ol li .ldg-howto--count .ldg-picto--step-04 {
  height: 95px;
  width: 95px;
  margin-top: 27px;
  margin-left: -12px;
}
#ldgDrive .ldg-howto ol li .ldg-howto--desc {
  text-align: left;
}
#ldgDrive .ldg-howto ol li .ldg-howto--desc strong {
  font-weight: 700;
  color: #383838;
}
#ldgDrive .ldg-howto ol li .ldg-howto--desc h3 {
  color: #495ea7;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 10px;
  max-width: 405px;
}
#ldgDrive .ldg-howto ol li .ldg-howto--desc h3 span {
  color: #f49302;
  font-size: 30px;
  font-weight: 600;
}
#ldgDrive .ldg-howto ol li .ldg-howto--desc p {
  line-height: 24px;
  max-width: 430px;
}
#ldgDrive .ldg-howto ol li .ldg-howto--desc p span {
  color: #f49302;
  font-size: 14px;
  font-weight: 400;
}
#ldgDrive .ldg-howto ol li .ldg-howto--desc small {
  display: block;
  font-size: 11px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 20px;
  max-width: 430px;
}
@media only screen and (max-width: 767px) {
  #ldgDrive .ldg-howto ol {
    padding: 25px 0;
  }
  #ldgDrive .ldg-howto ol li {
    align-items: center;
    flex-direction: column;
    padding: 25px;
  }
  #ldgDrive .ldg-howto ol li .ldg-howto--count {
    justify-content: center;
    margin-bottom: 35px;
    padding-right: 0;
    width: 100%;
  }
  #ldgDrive .ldg-howto ol li .ldg-howto--desc h3 {
    font-size: 24px;
    line-height: 27px;
    margin-bottom: 15px;
  }
  #ldgDrive .ldg-howto ol li .ldg-howto--desc h3 span {
    font-size: 24px;
  }
  #ldgDrive .ldg-howto ol li .ldg-howto--desc small {
    margin-top: 25px;
  }
}

#ldgDrive .ldg-footer {
  margin: 0 auto;
  max-width: 855px;
  padding-bottom: 100px;
  text-align: center;
  width: 100%;
}
#ldgDrive .ldg-footer .ldg-footer--attestation {
  align-items: center;
  background: #7bb0d1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px 30px 32px 145px;
  position: relative;
}
#ldgDrive .ldg-footer .ldg-footer--attestation .ldg-picto {
  height: 60px;
  float: left;
  width: 60px;
  min-width: 60px;
  left: 63px;
  position: absolute;
  top: 52px;
}
#ldgDrive .ldg-footer .ldg-footer--attestation strong {
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: left;
  width: 100%;
}
#ldgDrive .ldg-footer .ldg-footer--attestation p {
  color: #fff;
  text-align: left;
  padding-right: 30px;
}
#ldgDrive .ldg-footer h4 {
  color: #495ea7;
  font-size: 36px;
  font-weight: 600;
  line-height: 30px;
  margin: 50px auto 40px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #ldgDrive .ldg-footer {
    padding-bottom: 45px;
  }
  #ldgDrive .ldg-footer .ldg-footer--attestation {
    padding: 30px 25px;
  }
  #ldgDrive .ldg-footer .ldg-footer--attestation .ldg-picto {
    left: calc(50% - 130px);
    top: 40px;
  }
  #ldgDrive .ldg-footer .ldg-footer--attestation strong {
    font-size: 15px;
    margin-bottom: 25px;
    margin-left: 85px;
    max-width: 190px;
  }
  #ldgDrive .ldg-footer .ldg-footer--attestation p {
    padding-right: 0;
  }
  #ldgDrive .ldg-footer h4 {
    font-size: 30px;
    line-height: 40px;
    margin: 35px auto 40px;
  }
}