.grid-item {
    /*width: 460px;*/
    width: 300px;
    /*height: 120px;*/
    float: left;
    margin-top: 20px;
  }

  .grid-item * .tile-img {
    height: 320px;
  }
  
  .grid-item2 {
    width: 300px;
    margin-top: 20px;
  }
  
  .grid-item2 * .tile-img {
    height: 660px;
  }
  
  .grid-item3 {
    width: 630px;
    height: auto;
    z-index: 100;
  }

  .grid-item3 * .tile-img {
    height: 500px;
  }


  .titre {
    /*font-weight: 700;*/
    /*font-size: 1.2rem;*/
    font-weight: 800;
    color: #222222;
    font-family: 'Open Sans';
  }
  

  
  .grid-item4 {
    width:630px;
    margin-top: 20px;
    /*height: 400px;*/
  }
  
  .grid-item4 * .tile-img {
    height: 320px;
    width:630px;
  }
  
  .titre {
    /*font-weight: 700;*/
    /*font-size: 1.2rem;*/
    font-weight: 800;
    color: #222222;
    font-family: 'Open Sans';
  }
  
  .gray-hover {
    transform: translate(-50%,-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #953600;
    z-index: 100;
    opacity: 0;
    transition: all 0.5s linear;
  }
  
  .gray-hover:hover .titre {
    color: #fff;
  }
  
  .desc {
    font-family: 'Open Sans';
    font-size: 12px;
    font-weight: 400;
    color: #73736E;
    margin-top: 10px;
    /*visibility: hidden;*/
    transition: all 0.2s linear;
  }
  
  .SPL:hover .illustration {
    transform: scale(1.1,1.1);
    transition: all .45s linear;
  }
  
  .illustration {
    transition: all .5s linear;
    transform: scale(1,1);
  }
  
  .SPL:hover .gray-hover {
    transition: all 0.5s linear;
    opacity: 0.2;
  }
  
  .montitre {
    color: #5e5e5e;
    font-size: 5vw;
    font-family: 'Open Sans';
    font-weight: 100;
  }
  
  #bigone:after {
    content: "";
    position: absolute;
    z-index: -1;
    background-size: cover;
    background-image: url("kuhn.JPG");
    opacity: 0.2;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-position: center;
  }
    
  .block-txt2 {
    padding: 20px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    border-style: solid;
    border-width: 01px 0px 0px 0px;
    background-color: #404040;
    border-color: #169b00;
    z-index: 150;
    height: 100px;
    transition: all 0.2s linear;
  }
  
  .block-txt {
    padding: 20px;
    position: absolute;
    bottom: 0px;
    /*height: 150px;*/
    width: 100%;
    background-color: #fff;
    z-index: 150;
    transition: all 0.2s linear;
  }
  
  .SPL:hover .block-txt {
    height: 160px;
    transition: all 0.2s linear;
  }
  
  .SPL:hover .desc {
    transition: all 0.2s linear;
  }
  
  .top-block {
    position: absolute;
    top: 0;
    left: 0;
    height: 0px;
    background-color: #5e5e5e;
    width: 100%;
    z-index: 200000;
    display: block;
    transition: all 0.2s linear;
  }
  
  .SPL:hover .top-block {
    height: 5px;
    /*transition: all 0.2s linear;*/
  }
  
  .custom-file-label::after {
    content: "Choisir...";
  }
  
  .SPL {
    transition: all 0.2s linear;
  }

/*slider*/

body {
    font-family: "Roboto", -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 {
    /*color: #b3b3b3;*/
    /*font-weight: 300;*/
  }
  
  h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Roboto", -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";
  }
  
  a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
  }
  
  a, a:hover {
    text-decoration: none !important;
  }
  
  .content {
    padding: 7rem 0;
  }
  
  h2 {
    font-size: 20px;
  }
  
  /* Carousel 4 */
  
  .testimony-29101 .image {
    width: 40%;
    background-size: cover;
    background-position: center center;
  }
  
  @media (max-width: 991.98px) {
    .testimony-29101 .image {
      height: 300px;
    }
  }
  
  .testimony-29101 .text {
    width: 60%;
    padding: 7rem 4rem;
    background: #f8f9fa;
  }
  
  .testimony-29101 .text blockquote {
    position: relative;
    padding-bottom: 50px;
    font-size: 18px;
  }
  
  .testimony-29101 .text blockquote .author {
    font-size: 14px;
    position: absolute;
    bottom: 0;
  }
  
  @media (max-width: 991.98px) {
    .testimony-29101 .image, .testimony-29101 .text {
      width: 100%;
      display: block !important;
    }
  }
  
  @media (max-width: 991.98px) {
    .slide-one-item .owl-nav {
      display: none;
    }
  }
  
  .slide-one-item .owl-nav .owl-prev, .slide-one-item .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #000;
  }
  
  .slide-one-item .owl-nav .owl-prev span, .slide-one-item .owl-nav .owl-next span {
    font-size: 30px;
  }
  
  .slide-one-item .owl-nav .owl-prev:hover, .slide-one-item .owl-nav .owl-next:hover {
    color: #000;
  }
  
  .slide-one-item .owl-nav .owl-prev:active, .slide-one-item .owl-nav .owl-prev:focus, .slide-one-item .owl-nav .owl-next:active, .slide-one-item .owl-nav .owl-next:focus {
    outline: none;
  }
  
  .slide-one-item .owl-nav .owl-prev {
    left: 20px;
  }
  
  .slide-one-item .owl-nav .owl-next {
    right: 20px;
  }
  
  .slide-one-item .owl-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    z-index: 2;
  }
  
  .slide-one-item .owl-dots .owl-dot {
    display: inline-block;
  }
  
  .slide-one-item .owl-dots .owl-dot > span {
    -webkit-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
    -o-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
    transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
    display: inline-block;
    width: 15px;
    height: 3px;
    background: rgba(0, 123, 255, 0.4);
    margin: 3px;
  }
  
  .slide-one-item .owl-dots .owl-dot.active > span {
    width: 15px;
    background: #007bff;
  }

  /*btns */
  .btn-intranet {
    background-color: #ffb800 !important;
  }
  
  .btn-intranet {
    color: #eee;
  }
  
/* mega menu */
.dropdown-menu a {
    text-decoration: none;
    color: #000000;
  }
  .dropdown-menu a .d-flex {
    transition: all 0.5s;
  }
  .dropdown-menu .col-sm-6:nth-child(1) a:hover .d-flex {
    background-color: var(--bs-warning-bg-subtle);
  }
  .dropdown-menu .col-sm-6:nth-child(2) a:hover .d-flex {
    background-color: var(--bs-danger-bg-subtle);
  }
  .dropdown-menu .col-sm-6:nth-child(3) a:hover .d-flex {
    background-color: var(--bs-success-bg-subtle);
  }
  .dropdown-menu .col-sm-6:nth-child(4) a:hover .d-flex {
    background-color: var(--bs-secondary-bg-subtle);
  }
  .dropdown-menu .col-sm-6:nth-child(5) a:hover .d-flex {
    background-color: var(--bs-tertiary-bg);
  }
  .dropdown-menu .col-sm-6:nth-child(6) a:hover .d-flex {
    background-color: var(--bs-info-bg-subtle);
  }
  @media only screen and (min-width: 992px) {
    .dropdown-menu {
      width: 40vw;
    }
    .dropdown:hover .dropdown-menu {
      display: flex;
    }
    .dropdown-menu.show {
      display: flex;
    }
  }  

  /* tile style */

.tile:hover {
  transform: scale(1.05);
  z-index: 10;
  background-color: rgba(255,255,255,0.8);
}

.tile:hover .tile-img {
  transform: scale(1.1);
  opacity: 0.5;
  /*transition: opacity 1s;*/
}

.card:hover .card-body {
  transform: scale(2.5);
}

.tile {
  overflow: hidden;
  transition: transform 0.3s;
}

.tile-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition-property: opacity, transform, scale;
  transition-duration: 1s, 0.3s, 0.3s;
}

.tile-sub {
  color: #6f6f6f;
  font-weight: 300;
  font-family: "Roboto", -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: 1.1rem;
  line-height: 2rem;
  margin-bottom: 5px;
}

.tile-title{
  font-weight: 700;
  font-size: 1.25rem;
}