* {
    box-sizing: border-box;
  }
  
  .item {
    width: 200px;
    height: 200px;
    margin: 50px auto;
    padding-top: 75px;
    background: #ccc;
    text-align: center;
    color: #FFF;
    font-size: 3em;
  }


  @font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.woff2') format('woff2'),
         url('../fonts/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  }
  

  @font-face {
    font-family: 'TT_Norms_Pro_Medium';
    src: url('../fonts/TT-Norms-Pro-Medium.woff2') format('woff2'),
         url('../fonts/TT-Norms-Pro-Medium.woff') format('woff');
    font-weight: bold;
    font-style: normal;
  }
  
  
  

body { background-color: #ffffff;
    font-family: "Roboto", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; 
}

p {
    font-family: "Roboto", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; 
    font-size: 13pt;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .barre-EnSavoirPlus, .btn, #menu ul {
    font-family: "TT_Norms_Pro_Medium", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; 
}



.hero .heading {
  font-size: 2.5rem;
  font-weight: 600;
}

@media (max-width: 700px){
  h1, .h1, .hero .heading {
      font-size: 32px;
  }
}

h3, .h3 {
    font-size: 32px;
  }
@media (max-width: 700px){
  h3, .h3 {
      font-size: 30px;
    }
  }
  h2, .h2 {
      font-size: 40px;
    }
    @media (max-width: 700px){
      h2, .h2 {
          font-size: 36px;
        }
      } 
      
  .fit-cover{
    object-fit: cover;
  }
  
.description-section{
  font-size: 20px;
  line-height: 170%;
}
@media (max-width: 700px){
  .description-section{
    font-size: 20px;
  }
}
.card-content{
  padding: 91.5px 68px;
  background-color: #f7f8fa;
}
@media (max-width: 700px){
  .card-content{
    padding: 60px 32px;
  }
}
.card-content p{
  font-size: 18px;
  line-height: 170%;
}
.text-blue-underline{
  color: #006ce1;
  text-decoration: underline;
}
.link-show-more{
  font-size: 1.125rem;
  line-height: 120%;
  color: #006ce1;
  text-decoration: none !important;
  font-weight: 600;
}
.w-900{
  max-width: 900px;
}
/***********************************************/
.hero {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background: #03253c;
    background: -webkit-linear-gradient(140deg, #03253c 0%, #08213f 100%);
    background: -o-linear-gradient(140deg, #03253c 0%, #08213f 100%);
    background: linear-gradient(140deg, #03253c 0%, #082841 100%);
    overflow: hidden; 
  }
    .hero .blob {
      position: absolute;
      right: 4%;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 529px; 
      opacity: 0.8;
    }
    .hero .img-wrap img {
      -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1); }
    .hero, .hero > .container > .row {
      min-height: 530px; }
      @media (max-width: 991.98px) {
        .hero, .hero > .container > .row {
          height: auto;
          padding-top: 2rem;
          padding-bottom: 4rem; } }
    .hero.inner-page, .hero.inner-page > .container > .row {
      height: 50vh;
      min-height: 450px; }
      @media (max-width: 991.98px) {
        .hero.inner-page, .hero.inner-page > .container > .row {
          height: auto;
          padding-top: 4rem;
          padding-bottom: 4rem; } }
    .hero.overlay {
      position: relative; }
      .hero.overlay:before {
        display: none;
        background-color: rgba(0, 0, 0, 0.4);
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        z-index: 1; }
    .hero > .container {
      position: relative;
      z-index: 2; }

    .hero p {
      font-size: 24px;
      font-family: "Roboto", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; 
      color: rgba(255, 255, 255, 0.8) !important; }

      img.banner{
        border-radius: 30px;
      }

.text-blue{
  color: #60baff;
}      

@media (max-width:700px) {
  .hero .blob {
    opacity: 0.3 !important;
  }
  .hero p {
    font-size: 18px;
  }
}

/******************   bouton du header   *****************************/


.btn.btn-outline-white-reverse {
    background-color: #fff;
    border-color: #fff;
    color: #03253c;
}

.btn {
    padding: 6px 24px;
    border-radius: 8px;
    font-size: 1.125rem;
    font-weight: 400;
    min-height: 40px;
    line-height: 120%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn.btn-outline-white-reverse:hover {
    background: transparent;
    border-color: #fff;
    color: #fff;
}

.btn.btn-video {
    background: transparent;
    border-color: #fff;
    color: #fff;
}

.btn.btn-video:hover {
    background-color: #fff;
    border-color: #fff;
    color: #03253c;
}





/******************   axe asus   *****************************/


.axe-asus {
    font-size: 24px;
    text-align: center;
    font-family: "TT_Norms_Pro_Medium", "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; 
    padding: 15px 60px;
    border-radius: 4px;
    border-color: none;
    font-weight: 600;

}

@media (max-width: 700px){
  .axe-asus {
      font-size: 20px;
    }
  }

.nav-tabs {
    border-bottom: 1px solid #ecf3f2;
    margin-bottom: 40px;
    justify-content: center;
  }
  
  .nav-tabs .nav-link {
    border-radius: 0;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    color: var(--p-color);
    font-family: var(--title-font-family);
    font-size: var(--btn-font-size);
    font-weight: var(--font-weight-medium);
    padding: 15px 25px;
    transition: all 0.3s;
  }
  
  
  .nav-tabs .nav-item.show .nav-link, 
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-link:focus, 
  .nav-tabs .nav-link:hover {
    border-bottom-color: var(--primary-color);
    color: var(--primary-color);
  }

  
  .nav-tabs .nav-link:first-child {
    /*margin-right: 50px;*/
  }

  .nav-tabs .nav-link {
    font-size: var(--copyright-font-size);
    padding: 10px;
  }


  /******************   bouton axe asus   *****************************/

.btn_2 {
    padding: 15px 20px;
    border-radius: 4px;
    border-color: none;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: .1rem;
    text-transform: uppercase;
    text-decoration: none;
}

.btn_2.btn-brochure {
    background-color: #006799;
    border-color: #006799;
    color: #fff;
}


.btn_2.btn-brochure:hover {
    background: #008FD3;
    border-color: #008FD3;
    color: #fff;
}


  /******************  inline KSP   *****************************/

  .sec-features, .barre-EnSavoirPlus {
    background-color: #03253c;
    background: #03253c;
    background: -webkit-linear-gradient(310deg, #03253c 0%, #006799 100%);
    background: -o-linear-gradient(310deg, #03253c 0%, #006799 100%);
    background: linear-gradient(140deg, #03253c 0%, #006799 100%);
    overflow: hidden;
}

.section {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.sec-features .feature [class^="bi-"] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    font-size: 40px;
    position: relative;
    margin-right: 10px;
}


.icon-axe {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  position: relative;
  margin-right: 30px;  
}


  /******************  services *****************************/

.sec-services {
    background: #f5f5f5;
}


.service {
    padding: 40px;
    margin-bottom: 48px;
    border-radius: 12px;
    background: #fff;
}

.service p {
  font-size: 18px;
  line-height: 170%;
}


.btn-enSavoirPlus {
  color: #fff;
  background-color: #006799;
  border: none;
  min-height: 52px;
  min-width: 80%;
  position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
}


.btn-enSavoirPlus:hover {
  background: #006799;
  border-color: #006799;
  color: #fff;
}


 /******************  offers *****************************/


.card-offers {
    padding: 15px;
    margin-bottom: 25px;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.05);
}

.ksp {
  text-align: left;
  line-height: 20px;
}
.border-l-1-grey {
  border-left: 1px solid #666;
}
footer{
  background-color: #f5f5f5;
  border-top: 1px solid #ccc;
}
footer a {
  color: #4d4d4d;
  margin: 0 12px;
}
footer p {
  font-size: 13px;
  color: #666;
}

#btn-back-to-top {
  position: fixed;
  bottom: 14px;
  right: 3px;
  display: none;
  transition: opacity 0.8s ease-in-out;
}

#cookiebanner .modal-dialog{
  max-width: 712px;
}
#cookiebanner .modal-body{
  padding-top: 0; padding-bottom: 0;
}
#cookiebanner button{
  font-size: 1.063rem; border-radius: 4px;
}

#cookiebanner .modal-body a{
  color: #000;
}

@media (max-width:700px) {
  .text-footer {
    display: block;
    margin-bottom: 8px;
  }
  #solutions ul{
    line-height: 2;
    overflow: auto;
    white-space: nowrap;
    display: inline-block;
  }
  #solutions li{
    display: inline-block;
  }
  #menu ul{
    margin-top: 1.6rem;
  }
}

