/** Scroll **/
html {
  scroll-behavior: smooth;
}

/** Body police **/
body {
  font-family: "Noto Sans", sans-serif !important;
  /** background-image: url("../images/general/img_jack_explorateur.png");
  background-repeat: repeat; **/
}

/** Selection **/
::selection {
  background: #ff891e;
  color: white;
}

/** Card image  **/
.card-img-top {
  width: 100%;
  height: 20vmin;
  object-fit: cover;
}

/** Badge **/
.badge {
  z-index: 1;
  font-size: 1.2em;
}

/** Card badge prix **/
.card .card-badge {
  top: 170px;
  left: 125px;
  padding: 5px;
  background: #ffffff;
  color: black;
  border-radius: 20px;
}

/** Card image article animation **/
.card-img-wrap {
  overflow: hidden;
  position: relative;
}
.card-img-wrap:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.3);
  opacity: 0;
  transition: opacity 0.9s;
}
.card-img-wrap img {
  transition: transform 0.9s;
  width: 100%;
}
.card-img-wrap:hover img {
  transform: scale(1.2);
}
.card-img-wrap:hover:after {
  opacity: 1;
}

/** Card image offre  **/
.card-img-offer-wrap {
  overflow: hidden;
  position: relative;
}
.card-img-offer-wrap img {
  width: 100%;
}

/** Login label **/
p.login-label {
  font-size: 0.7rem;
}

/** Header **/
header.parallax-image {
  background-image: url("../images/general/img_header.png");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  height: 500px;
}

/** Soulignage texte **/
mark {
  background-color: #ff891e;
  display: inline-block;
  line-height: 0em;
  padding-bottom: 0.5em; 
}

.bg-blue {
  background-color: #f7f7f7cc !important;
}

/** Divideur **/
.custom-shape-divider-bottom-1641391066 {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1641391066 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 191px;
}

.custom-shape-divider-bottom-1641391066 .shape-fill {
  fill: #2F2F80;
}

/** Special font **/
.font-title {
  font-family: 'Crete Round', serif !important;
  letter-spacing: 5px;
}

nav > .font-nav {
  font-family: 'Raleway', sans-serif !important;
  letter-spacing: 3px;
}

.font-title-article {
  font-family: 'Crete Round', serif !important;
  font-style: bold;
  font-size: 40px;
}

blockquote > .fs-blockquote {
  font-size: 15px;
}

/** Special button **/
.btn-download {
  font-size: 2rem;
  letter-spacing: 3px;
  transition: all 0.5s;
  position: relative;
}

.btn-download:hover{
  color: #ff891e;

}

.btn-circle {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  padding: 0;
  border-radius: 50%;
}

.btn-circle i {
  position: relative;
  top: -1px;
}

.btn-circle-sm {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 0.9rem;
}

.btn-circle-lg {
  width: 55px;
  height: 55px;
  line-height: 55px;
  font-size: 1.1rem;
}

.btn-circle-xl {
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 1.3rem;
}

hr.underline {
  height: 3px;
  background-color: #ff891e;
}

hr.underline_article {
  background-color: #ff891e;
}

hr.underline_table_admin {
  background-color: #6c7293 !important;
  opacity: 30%;
}

hr.white {
  background-color: #ffffff !important;
  height: 1px;
}

/** Article image  **/
.img-article {
  width: 100%;
  height: 45vmin;
  object-fit: cover;
}

/** Font title offre **/
.font-title-offre {
  font-size: 18px !important;
}

.map-responsive {
  overflow:hidden;
  padding-bottom:35.25%;
  position:relative;
}

.map-responsive iframe{
  left:0;
  top:0;
  position:absolute;
}

.video-responsive {
  overflow:hidden;
  padding-bottom:56.25%;
  position:relative;
}

.video-responsive iframe {
  left:0;
  top:0;
  position:absolute;
}

.mark-warning {
  padding:.2em;
  background-color: #ff891e;
}

.text-responsive {
  font-size: 2rem;
}

/* under 360px (landscape phones, 360px and down) */
@media (max-width: 360px) {  
  mark {
    line-height: 1em;
  }
}
/* Small devices (landscape phones, 360px and up) */
@media (min-width: 360px) {  
    .text-responsive {
      font-size: 1rem;
    }
  }
  
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {  
  .text-responsive {
    font-size: 1.5rem;
  }
}
 
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {  
  .text-responsive {
    font-size: 2rem;
  }
}
 
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
  .text-responsive {
    font-size: 2.5rem;
  }
}
 
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  
  .text-responsive {
    font-size: 3.5rem;
  }
}