.thecolordarks
{
  background-color: #f2f2f2;
}

.h1echantillons
{
  color: black;
  font-weight: bold;
  padding-top: 30px;
  padding-bottom: 15px;
}

.boutonechantillon
{
  border-radius: 5px;
  background-color: #104672;
  padding: 9px;
  color: white;
}

.boutonechantillon:hover
{
  transition: 1s;
  color: white;
  background-color: #161714;
}





.h2impressions
{
  font-weight: bold;
  color: black;
}

.h1bestseller
{
  font-weight: bold;
  text-align: center;
  color: #104672;
}

.bestsellerimg
{
  border-radius: 12px;
}

.h5bestseller
{
  text-align: center;
  padding-bottom: 20px;

}

.bestsellerh6img
{
  padding-top: 6px;
  font-weight: bold;
  color: #104672;
}




.mailcolorsmonaco
{
  color: #104672;
  font-weight: bold;
}

.partcenters {
                display: flex;
                justify-content: center;
                align-items: center;
            }

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.services-list .service-item .icon i {
  font-size: 32px;
  line-height: 0;
  margin-right: 20px;
  color: #38618e;
}

.services-list .service-item .title a {
  color: #1b2f45;
}

.section-header {
  text-align: center;
  padding-bottom: 30px;
}

.section-header h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}


.section-header h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 2px;
  background: var(--color-primary);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

*, ::after, ::before {
  box-sizing: border-box;
}

.services-list .service-item .title {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
}

.services-list .service-item .title a {
  color: var(--color-secondary);
}

.services-list .service-item .description {
  line-height: 24px;
  font-size: 14px;
}


      
.heroxs {
  background-attachment: fixed;
}
.heroxs {
  width: 100%;
  min-height: 100vh;
  background: url("assets/img/hero-bg.jpg") top center;
    background-attachment: scroll;
    background-size: auto;
  background-size: cover;
  position: relative;
  padding: 120px 0;
  z-index: 3;
}

.heroxs::before {
  position: absolute;
  content: "";
  background: rgba(27, 47, 69, 0.6);
  inset: 0;
}

.heroxs h2 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}

.heroxs blockquote {
  color: #fff;
  padding-left: 20px;
  font-size: 15px;
  font-family: var(--font-default);
  border-left: 2px solid #56b8e6;
  margin: 40px 0;
}

.heroxs .btn-get-started {
  font-family: var(--font-secondary);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: var(--color-primary);
}

.heroxs .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
}

.heroxs .btn-watch-video i {
  color: var(--color-primary);
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}

.heroxs .btn-watch-video {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
}

  @media (min-width: 1034px) 
  {

.heroxs::after {
  position: absolute;
  content: "";
  width: 40%;
  background: #1b2f45;
  top: 0;
  bottom: 0;
}
  }

    @media (min-width: 1365px)
    {
      .heroxs {
  background-attachment: fixed;
}
    }









.breadcrumbs .page-header {
  padding: 140px 0 80px 0;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


.breadcrumbs .page-header::before {
  content: "";
  background-color: rgba(14, 29, 52, 0.8);
  position: absolute;
  inset: 0;
}


.breadcrumbs .page-header h2 {
  font-size: 56px;
  font-weight: 600;
  color: #fff;
  font-family: var(--font-secondary);
}


.breadcrumbs .page-header p {
  color: rgba(255, 255, 255, 0.8);
}






.abouts .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(var(--color-primary) 50%, rgba(13, 66, 255, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}


.abouts .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
    animation-iteration-count: 1;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(13, 66, 255, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}


.abouts .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}


.abouts .content h3 {
  font-weight: 700;
  font-size: 32px;
  font-family: var(--font-secondary);
  color: #263e65;
}


.a   .content ul {
  list-style: none;
  padding: 0;
}


.abouts .content ul li {
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
}


.abouts .content ul i {
  flex-shrink: 0;
  font-size: 48px;
  color: #263e65;;
  margin-right: 20px;
  line-height: 0;
}


.abouts .content ul h5 {
  font-size: 18px;
  font-weight: 700;
  color: #19335c;
}


.abouts .content ul p {
  font-size: 15px;
}








  @media (min-width: 1365px)
  {
    .call-to-action {
  background-attachment: fixed;
}
  }



.call-to-action {
  background: linear-gradient(rgba(27, 47, 69, 0.8), rgba(27, 47, 69, 0.8)), url("assets/img/cta-bg.jpg") center center;
    background-attachment: scroll, scroll;
    background-size: auto, auto;
  background-size: cover;
  padding: 100px 0;
}


.call-to-action h3 {
  color: #fff;
  font-size: 28px;
  margin-bottom: 25px;
  font-weight: 700;
}


.call-to-action p {
  color: #fff;
  margin-bottom: 25px;
}


.call-to-action .cta-btn {
  font-family: var(--font-default);
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #2aa5df;
}







  @media (min-width: 1365px)
  {
    .herohe {
          background-attachment: fixed;
       }
  } 

.herohe {
  width: 100%;
  min-height: 100vh;
  background: url("assets/img/hero-bg.jpg") top center;
    background-attachment: scroll;
    background-size: auto;
  background-size: cover;
  position: relative;
  padding: 120px 0;
  z-index: 3;
}

.herohe::before {
  position: absolute;
  content: "";
  background: rgba(27, 47, 69, 0.6);
  inset: 0;
}

.herohe .container {
  z-index: 1;
}


.herohe h2 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  font-family: var(--font-secondary);
}


.herohe blockquote {
  color: #fff;
  padding-left: 20px;
  font-size: 15px;
  font-family: var(--font-default);
  border-left: 2px solid var(--color-primary);
  margin: 40px 0;
}


.herohe .btn-get-started {
  font-family: var(--font-secondary);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: var(--color-primary);
}


.herohe a {
  color: var(--color-primary);
  text-decoration: none;
  transition: 0.3s;
}


.herohe .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
}


.herohe .btn-watch-video i {
  color: #56b8e6;
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}

.herohe .btn-watch-video {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
}

  @media (min-width: 1034px)
  {
    .herohe::after {
  position: absolute;
  content: "";
  width: 40%;
  background: var(--color-secondary);
  top: 0;
  bottom: 0;
}
  }


.herohe blockquote {
  color: #fff;
  padding-left: 20px;
  font-size: 15px;
  font-family: var(--font-default);
  border-left: 2px solid var(--color-primary);
  margin: 40px 0;
}

.herohe .btn-get-started {
  font-family: var(--font-secondary);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: #104672;
}








.btn-get-startedcaisse {
  font-family: var(--font-secondary);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: #104672;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}