@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

#customer-boulanger-landing-page {
  font-family: "Lato", sans-serif;
  background-color: #ffffff;
}
#customer-boulanger-landing-page .show-desktop-cblp {
  display: block;
}
@media screen and (max-width: 768px) {
  #customer-boulanger-landing-page .show-desktop-cblp {
    display: none;
  }
}
#customer-boulanger-landing-page .show-mobile-cblp {
  display: none;
}
@media screen and (max-width: 768px) {
  #customer-boulanger-landing-page .show-mobile-cblp {
    display: block;
  }
}
#customer-boulanger-landing-page .link-cblp {
  color: #0000ff;
  text-decoration: none;
}
#customer-boulanger-landing-page .link-cblp:hover {
  text-decoration: underline;
}
#customer-boulanger-landing-page .cta-cblp {
  font-family: "Lato", sans-serif;
  color: #ffffff;
  text-decoration: none;
  background-color: #0d5c91;
  display: inline-block;
  border-radius: 5px;
  padding: 15px 35px;
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #customer-boulanger-landing-page .cta-cblp {
    font-size: 4.2vw;
    padding: 4vw 9.33vw;
  }
}
#customer-boulanger-landing-page .sub-cblp {
  font-size: 0.65em;
}
#customer-boulanger-landing-page .heading-3-cblp {
  font-family: "Lato", sans-serif;
  font-size: 48px;
  line-height: 1.25;
  color: #000000;
  margin: 0;
  padding: 0 0 45px 0;
}
@media screen and (max-width: 1366px) {
  #customer-boulanger-landing-page .heading-3-cblp {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  #customer-boulanger-landing-page .heading-3-cblp {
    padding: 0 0 7.56vw 0;
    font-size: 7.56vw;
  }
}
#customer-boulanger-landing-page .default-text-cblp {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  margin: 0;
  padding: 15px 0 15px 0;
}
#customer-boulanger-landing-page .default-text-cblp:last-of-type {
  padding: 15px 0 0 0;
}
@media screen and (max-width: 768px) {
  #customer-boulanger-landing-page .default-text-cblp:last-of-type {
    padding: 4vw 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  #customer-boulanger-landing-page .default-text-cblp {
    padding: 4vw 0 4vw 0;
    font-size: 4.26vw;
  }
}
#customer-boulanger-landing-page .default-text-cblp.default-titile-text-cblp {
  font-size: 18px;
  font-weight: bold;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #customer-boulanger-landing-page .default-text-cblp.default-titile-text-cblp {
    font-size: 5.6vw;
  }
}
#customer-boulanger-landing-page .default-text-cblp.color-blue-cblp {
  color: #0000ff;
}
#customer-boulanger-landing-page .section-cblp.section-header-cblp {
  position: relative;
  max-width: 100%;
  overflow: hidden;
  min-height: 1080px;
}
@media screen and (max-width: 1366px) {
  #customer-boulanger-landing-page .section-cblp.section-header-cblp {
    min-height: 760px;
  }
}
@media screen and (max-width: 768px) {
  #customer-boulanger-landing-page .section-cblp.section-header-cblp {
    min-height: 350vw;
  }
}
#customer-boulanger-landing-page .section-cblp.section-header-cblp .header-banner-cblp {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: cover;
  max-width: 100%;
  min-height: 1080px;
}
@media screen and (max-width: 1366px) {
  #customer-boulanger-landing-page .section-cblp.section-header-cblp .header-banner-cblp {
    min-height: 760px;
  }
}
@media screen and (max-width: 768px) {
  #customer-boulanger-landing-page .section-cblp.section-header-cblp .header-banner-cblp {
    min-height: 350vw;
  }
}
#customer-boulanger-landing-page .section-cblp.section-header-cblp .header-content-cblp {
  position: relative;
  z-index: 2;
  padding-top: 9%;
  margin-left: 15%;
  max-width: 990px;
}
@media screen and (max-width: 1600px) {
  #customer-boulanger-landing-page .section-cblp.section-header-cblp .header-content-cblp {
    margin-left: 8%;
  }
}
@media screen and (max-width: 1366px) {
  #customer-boulanger-landing-page .section-cblp.section-header-cblp .header-content-cblp {
    padding-top: 6%;
    max-width: 48%;
    min-height: 720px;
  }
}
@media screen and (max-width: 1200px) {
  #customer-boulanger-landing-page .section-cblp.section-header-cblp .header-content-cblp {
    max-width: 64%;
  }
}
@media screen and (max-width: 768px) {
  #customer-boulanger-landing-page .section-cblp.section-header-cblp .header-content-cblp {
    max-width: 100%;
    padding-top: 21.33vw;
    margin-left: 10%;
    margin-right: 10%;
  }
}
#customer-boulanger-landing-page .section-cblp.section-header-cblp .header-content-cblp .intro-headline-cblp {
  font-family: "Lato", sans-serif;
  margin: 0;
  padding: 0 0 25px;
  font-size: 56px;
  line-height: 1.3;
  color: #000000;
  font-weight: bold;
}
@media screen and (max-width: 1366px) {
  #customer-boulanger-landing-page .section-cblp.section-header-cblp .header-content-cblp .intro-headline-cblp {
    font-size: 37px;
    padding: 0 0 35px;
  }
}
@media screen and (max-width: 768px) {
  #customer-boulanger-landing-page .section-cblp.section-header-cblp .header-content-cblp .intro-headline-cblp {
    padding: 0 0 5.25vw;
    font-size: 8.5vw;
  }
}
#customer-boulanger-landing-page .section-cblp.section-header-cblp .header-content-cblp .intro-description-cblp {
  font-family: "Lato", sans-serif;
  font-size: 24px;
  line-height: 1.3;
  color: #000000;
  margin: 0;
  padding: 0;
  font-weight: normal;
  padding-bottom: 40px;
}
@media screen and (max-width: 1366px) {
  #customer-boulanger-landing-page .section-cblp.section-header-cblp .header-content-cblp .intro-description-cblp {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #customer-boulanger-landing-page .section-cblp.section-header-cblp .header-content-cblp .intro-description-cblp {
    font-size: 5.33vw;
    padding-bottom: 7.5vw;
  }
}
#customer-boulanger-landing-page .section-cblp.section-title-cblp {
  padding: 100px 15%;
}
@media screen and (max-width: 1600px) {
  #customer-boulanger-landing-page .section-cblp.section-title-cblp {
    padding: 100px 8%;
  }
}
@media screen and (max-width: 768px) {
  #customer-boulanger-landing-page .section-cblp.section-title-cblp {
    padding: 17.33vw 10%;
  }
}
#customer-boulanger-landing-page .section-cblp.section-title-cblp .highlight-title-cblp {
  font-family: "Lato", sans-serif;
  font-size: 56px;
  line-height: 1.1;
  margin: 0;
  padding: 0;
  color: #000000;
  font-weight: bold;
  text-align: center;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 1366px) {
  #customer-boulanger-landing-page .section-cblp.section-title-cblp .highlight-title-cblp {
    font-size: 37px;
  }
}
@media screen and (max-width: 768px) {
  #customer-boulanger-landing-page .section-cblp.section-title-cblp .highlight-title-cblp {
    font-size: 7.46vw;
  }
}
#customer-boulanger-landing-page .section-cblp.section-image-text-cblp {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #customer-boulanger-landing-page .section-cblp.section-image-text-cblp {
    flex-direction: column;
  }
}
#customer-boulanger-landing-page .section-cblp.section-image-text-cblp .column-cblp {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #customer-boulanger-landing-page .section-cblp.section-image-text-cblp .column-cblp {
    width: 100%;
  }
}
#customer-boulanger-landing-page .section-cblp.section-image-text-cblp .column-cblp.column-text-cblp {
  padding: 40px 7% 40px 15%;
  background-image: url("../images/gradient-bg.png");
  background-size: cover;
  background-position: right;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-self: stretch;
}
@media screen and (max-width: 1600px) {
  #customer-boulanger-landing-page .section-cblp.section-image-text-cblp .column-cblp.column-text-cblp {
    padding: 40px 8% 40px 8%;
  }
}
@media screen and (max-width: 768px) {
  #customer-boulanger-landing-page .section-cblp.section-image-text-cblp .column-cblp.column-text-cblp {
    padding: 19vw 10% 19vw 10%;
    background-image: url("../images/gradient-bg-mobile.png");
  }
}
#customer-boulanger-landing-page .section-cblp.section-image-text-cblp .column-cblp.column-text-cblp .heading-3-cblp,
#customer-boulanger-landing-page .section-cblp.section-image-text-cblp .column-cblp.column-text-cblp .default-text-cblp {
  color: #ffffff;
}
#customer-boulanger-landing-page .section-cblp.section-image-text-cblp .column-cblp.column-text-cblp .default-text-cblp:last-of-type {
  padding: 15px 0 0 0;
}
@media screen and (max-width: 768px) {
  #customer-boulanger-landing-page .section-cblp.section-image-text-cblp .column-cblp.column-text-cblp .default-text-cblp:last-of-type {
    padding: 4vw 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  #customer-boulanger-landing-page .section-cblp.section-image-text-cblp .column-cblp.column-text-cblp .default-text-cblp {
    padding: 4vw 0 4vw 0;
    font-size: 4.26vw;
  }
}
#customer-boulanger-landing-page .section-cblp.section-image-text-cblp .column-cblp.column-image-cblp img {
  width: 100%;
  height: 720px;
  display: block;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  #customer-boulanger-landing-page .section-cblp.section-image-text-cblp .column-cblp.column-image-cblp img {
    height: 96vw;
  }
}
#customer-boulanger-landing-page .section-cblp.section-features-cblp {
  padding: 100px 15%;
  background-image: url("../images/shapes.png"), url("../images/shapes-gradient.png");
  background-position: center top, center top;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, cover;
}
@media screen and (max-width: 1600px) {
  #customer-boulanger-landing-page .section-cblp.section-features-cblp {
    padding: 100px 8%;
  }
}
@media screen and (max-width: 768px) {
  #customer-boulanger-landing-page .section-cblp.section-features-cblp {
    background-image: url("../images/shapes-gradient.png");
    padding: 17.33vw 10%;
  }
}
#customer-boulanger-landing-page .section-cblp.section-features-cblp .heading-3-cblp {
  text-align: center;
}
#customer-boulanger-landing-page .section-cblp.section-features-cblp .feature-boxes-cblp {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
#customer-boulanger-landing-page .section-cblp.section-features-cblp .feature-boxes-cblp .feature-box-cblp {
  flex: 0 0 calc(33.33% - 20px);
  margin: 10px;
  padding: 20px;
  text-align: center;
}
@media screen and (max-width: 964px) {
  #customer-boulanger-landing-page .section-cblp.section-features-cblp .feature-boxes-cblp .feature-box-cblp {
    flex: 0 0 calc(50% - 20px);
  }
}
@media screen and (max-width: 768px) {
  #customer-boulanger-landing-page .section-cblp.section-features-cblp .feature-boxes-cblp .feature-box-cblp {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
    flex: 0 0 100%;
    margin: 4vw 0;
    padding: 0;
  }
}
#customer-boulanger-landing-page .section-cblp.section-features-cblp .feature-boxes-cblp .feature-box-cblp .feature-box-icon-cblp {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  width: 64px;
  height: 64px;
}
@media screen and (max-width: 768px) {
  #customer-boulanger-landing-page .section-cblp.section-features-cblp .feature-boxes-cblp .feature-box-cblp .feature-box-icon-cblp {
    width: 17vw;
    height: 17vw;
  }
}
@media screen and (max-width: 768px) {
  #customer-boulanger-landing-page .section-cblp.section-features-cblp .feature-boxes-cblp .feature-box-text-cblp {
    text-align: left;
    margin-left: 4.66vw;
  }
}
#customer-boulanger-landing-page .section-cblp.section-features-cblp .feature-boxes-cblp .feature-box-text-cblp .default-text-cblp {
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #customer-boulanger-landing-page .section-cblp.section-features-cblp .feature-boxes-cblp .feature-box-text-cblp .default-text-cblp {
    padding: 0;
  }
}
#customer-boulanger-landing-page .section-cblp.section-document-cblp {
  padding: 100px 15%;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 1600px) {
  #customer-boulanger-landing-page .section-cblp.section-document-cblp {
    padding: 100px 8%;
  }
}
@media screen and (max-width: 768px) {
  #customer-boulanger-landing-page .section-cblp.section-document-cblp {
    padding: 17.33vw 10%;
    flex-direction: column;
  }
}
#customer-boulanger-landing-page .section-cblp.section-document-cblp .col-doc-cblp.col-doc-text-cblp {
  width: 55%;
}
@media screen and (max-width: 768px) {
  #customer-boulanger-landing-page .section-cblp.section-document-cblp .col-doc-cblp.col-doc-text-cblp {
    width: 100%;
  }
}
#customer-boulanger-landing-page .section-cblp.section-document-cblp .col-doc-cblp.col-doc-text-cblp .default-text-cblp {
  max-width: 72%;
}
@media screen and (max-width: 768px) {
  #customer-boulanger-landing-page .section-cblp.section-document-cblp .col-doc-cblp.col-doc-text-cblp .default-text-cblp {
    max-width: 100%;
  }
}
#customer-boulanger-landing-page .section-cblp.section-document-cblp .col-doc-cblp.col-doc-thumbnail-cblp {
  width: 45%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  height: fit-content;
}
@media screen and (max-width: 768px) {
  #customer-boulanger-landing-page .section-cblp.section-document-cblp .col-doc-cblp.col-doc-thumbnail-cblp {
    margin-top: 10.66vw;
    width: 100%;
    max-width: 71vw;
  }
}
#customer-boulanger-landing-page .section-cblp.section-document-cblp .col-doc-cblp.col-doc-thumbnail-cblp .doc-container-cblp {
  position: relative;
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  #customer-boulanger-landing-page .section-cblp.section-document-cblp .col-doc-cblp.col-doc-thumbnail-cblp .doc-container-cblp {
    margin-left: unset;
    margin-right: auto;
  }
}
#customer-boulanger-landing-page .section-cblp.section-document-cblp .col-doc-cblp.col-doc-thumbnail-cblp .doc-container-cblp img {
  width: 100%;
  height: auto;
}
#customer-boulanger-landing-page .section-cblp.section-document-cblp .col-doc-cblp.col-doc-thumbnail-cblp .doc-cta-box-cblp {
  bottom: 0;
  left: 0;
  position: absolute;
  padding: 20px 40px 40px 40px;
  background-color: #ffffff;
  transform: translate(10%, 10%);
  width: 100%;
  -webkit-box-shadow: 5px 10px 15px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 10px 15px 2px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  #customer-boulanger-landing-page .section-cblp.section-document-cblp .col-doc-cblp.col-doc-thumbnail-cblp .doc-cta-box-cblp {
    padding: 2.15vw 5.33vw 5.33vw 5.33vw;
  }
}
#customer-boulanger-landing-page .section-cblp.section-document-cblp .col-doc-cblp.col-doc-thumbnail-cblp .doc-cta-box-cblp .doc-text-cblp {
  display: block;
  font-family: "Lato", sans-serif;
  color: #000000;
  font-size: 32px;
  line-height: 1.5;
}
@media screen and (max-width: 1200px) {
  #customer-boulanger-landing-page .section-cblp.section-document-cblp .col-doc-cblp.col-doc-thumbnail-cblp .doc-cta-box-cblp .doc-text-cblp {
    font-size: 24px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 768px) {
  #customer-boulanger-landing-page .section-cblp.section-document-cblp .col-doc-cblp.col-doc-thumbnail-cblp .doc-cta-box-cblp .doc-text-cblp {
    line-height: 1.5;
    font-size: 5.33vw;
  }
}
#customer-boulanger-landing-page .section-cblp.section-document-cblp .col-doc-cblp.col-doc-thumbnail-cblp .doc-cta-box-cblp .show-doc-cta-cblp {
  display: flex;
  align-items: center;
  margin-top: 15px;
  font-weight: 900;
  font-family: "Lato", sans-serif;
  color: #07598f;
  text-decoration: none;
  font-size: 19px;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  #customer-boulanger-landing-page .section-cblp.section-document-cblp .col-doc-cblp.col-doc-thumbnail-cblp .doc-cta-box-cblp .show-doc-cta-cblp {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #customer-boulanger-landing-page .section-cblp.section-document-cblp .col-doc-cblp.col-doc-thumbnail-cblp .doc-cta-box-cblp .show-doc-cta-cblp {
    font-size: 4.8vw;
  }
}
#customer-boulanger-landing-page .section-cblp.section-document-cblp .col-doc-cblp.col-doc-thumbnail-cblp .doc-cta-box-cblp .show-doc-cta-cblp .doc-cta-arrow {
  font-family: "Lato", sans-serif;
  font-size: 32px;
  position: relative;
  top: -2px;
}
@media screen and (max-width: 1200px) {
  #customer-boulanger-landing-page .section-cblp.section-document-cblp .col-doc-cblp.col-doc-thumbnail-cblp .doc-cta-box-cblp .show-doc-cta-cblp .doc-cta-arrow {
    top: -1px;
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  #customer-boulanger-landing-page .section-cblp.section-document-cblp .col-doc-cblp.col-doc-thumbnail-cblp .doc-cta-box-cblp .show-doc-cta-cblp .doc-cta-arrow {
    top: -0.2vw;
    font-size: 6.8vw;
  }
}
#customer-boulanger-landing-page .section-cblp.section-video-cblp {
  padding: 100px 0;
  background-image: url("../images/video-background.png");
  background-size: cover;
  background-position: bottom center;
}
@media screen and (max-width: 1600px) {
  #customer-boulanger-landing-page .section-cblp.section-video-cblp {
    padding: 100px 0;
  }
}
@media screen and (max-width: 768px) {
  #customer-boulanger-landing-page .section-cblp.section-video-cblp {
    background-image: url("../images/video-background-mobile.png");
    padding: 17.33vw 0;
  }
}
#customer-boulanger-landing-page .section-cblp.section-video-cblp .video-content-cblp {
  max-width: 1060px;
  margin: 0 auto;
}
#customer-boulanger-landing-page .section-cblp.section-video-cblp .video-content-cblp .heading-3-cblp,
#customer-boulanger-landing-page .section-cblp.section-video-cblp .video-content-cblp .default-text-cblp {
  text-align: center;
  color: #ffffff;
}
#customer-boulanger-landing-page .section-cblp.section-video-cblp .video-content-cblp .video-content-text-cblp {
  padding: 0 10%;
}
#customer-boulanger-landing-page .section-cblp.section-video-cblp .video-content-cblp .cta-cblp {
  display: table;
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  #customer-boulanger-landing-page .section-cblp.section-video-cblp .video-content-cblp .cta-cblp {
    margin: 13.33vw auto 0;
  }
}
#customer-boulanger-landing-page .section-cblp.section-footer-cblp {
  padding: 80px 15%;
}
@media screen and (max-width: 1600px) {
  #customer-boulanger-landing-page .section-cblp.section-footer-cblp {
    padding: 80px 8%;
  }
}
@media screen and (max-width: 768px) {
  #customer-boulanger-landing-page .section-cblp.section-footer-cblp {
    padding: 17.33vw 10%;
  }
}/*# sourceMappingURL=styles.css.map */