/****** PLACE YOUR CUSTOM STYLES HERE ******/
html {
  scroll-behavior: smooth;
}


.sub-bold {
  font-size: 42px !important;
  font-weight: 600;
  color: #ffffff;
}

.image {
  max-height: 290px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media (max-width:1200px){
  .image {
    max-height: 310px;}
}

@media (max-width:768px){
  .image {
    height: 360px;
  }
  .disappear {
    display: none;
  }
}

.img {
  height: 780px;
}
@media (max-width:426px){
  .image {
    margin-bottom: 24px;
  }
}

@media (min-width: 1200px){
.container-bis {
  height:350px;
}
.top-modified {
  top:55%;
}}
@media (min-width: 992px){
  .container-bis {
    height:350px;
  }
  .top-modified {
    top:55%;
  }}

@media (max-width:769px) {
  .mb64 {
    margin-bottom: 0;
  }
}

@media (min-width:1600px) {
  .col-xl-push-1 {
    left: 19%;
  }
}

@media (max-width:769px) and (min-width:568px) {
  .p0-sm-bis {
    padding: 0 10% 10% 10%;
  }
}

@media (max-width:767.5px) {
  .disappear-small{
    display: none;
  }
}

@media (min-width:768px) {
  .disappear-large{
    display: none;
  }
}

@media (min-width: 992px) {
  .double-width {
    width:200%;
  }
}

@media (max-width:992px) and (min-width:769px) {
  .center-img {
    width: 50%;
    margin: 0 auto;
    padding-bottom: 64px;
  }
  .center-img-bis {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 64px;
  }
}

h1, h2 {
  font-weight: 800 !important;
  color: black;
  -webkit-text-fill-color: white; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
}

.display-size {
  height:300px;
  width: auto;
}
@media (max-width:992px) {
  .center-img-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

#slideshow2 { 
  position: relative; 
  width: 33%; 
  height: 240px; 
}

#slideshow2 > div { 
  position: absolute; 
  left: 0;
  right: 0;
  margin: auto
}

#slideshow3 { 
  position: relative; 
  width: 100%; 
  height: 240px; 
}

#slideshow3 > div { 
  position: absolute; 
  left: 0;
  right: 0;
  margin: auto
}

@media (max-width: 767px){
  .center-small {
  text-align: center;
}
  .padding-box{
    padding: 0 30px;
  }
}