.bg_etimoc{
  opacity: 1;
  background-color: white;
}
/* @media (prefers-color-scheme: dark) {
  :root {
    --background_card_color : #2e2e2e;
    --background_modal_color : #1f1f1f;
    --background_body_color : #131313;
    --texte_color : #e4e4e4;
  }
  .logo_cse{
    mix-blend-mode: color;
  }
  body {
    background: var(--background_body_color) none repeat scroll 0 0;
    color: var(--texte_color);
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
  }

  h1, h2, h3, h4, h5, h6 {
      color: var(--texte_color);
      font-family: 'Roboto';
  }
  .bg_etimoc{
    opacity: 1;
    background-color: var(--background_card_color);
  }
  .text-dark{
    color: white;
  }
  p{
    color: var(--texte_color);
  }
  .header_wrap:not([class*="bg_"]):not([class*="bg-"]){
    background-color: #202325;
  }
  a {
    color: var(--texte_color);
  }
  a:not([href]):not([class]), a:not([href]):not([class]):hover{
    color: var(--texte_color);
  }
  .nav-link {
    color: var(--texte_color);
  }
  .navbar-toggler {
    color: var(--texte_color);
  }
  .modal-content {
    background-color: var(--background_modal_color);
  }
} */
#main_content{
  min-height: 32rem;
}
.fond_blur_sature{
  background:none;
  /* backdrop-filter: blur(3em) saturate(1.1); */
}
.nav-fixed{
  background-color: white;
}
.btn{
  text-transform: initial;
}
.logo_cse{
  height: 4rem;
  width: auto;
}
.theme-btn {
  width: 3em;
  height: 3em;
  padding: 0.5em;
  border-radius: 50%;
  cursor: pointer;
  border: none;
  background-color: transparent;
}

.theme-btn img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

[v-cloak] { display: none; }
.radius_etimoc{
  border-radius: 1rem;
}
/* DEBUT BLOG */
.blog_post{
  border-radius: 1rem;
  cursor: pointer;
}
.blog_img img{
  border-radius: 1rem 1rem 0rem 0rem;
}
.date_articles{
  float: right!important;
}
.modal-info{
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.blog_content{
  border-radius: 0rem 0rem 1rem 1rem;
}
.blog_title{
  height: 2.7rem;
}
.blog_meta li a i {
    margin-right: 1px;
}
.blog_text p {
    height: 7rem;
}
.blog_style1:hover .blog_img img, .blog_style2:hover .blog_img img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transform: scale(1.1) rotate(1deg);
    transform: scale(1.1) rotate(1deg);
}
/* FIN BLOG */
.center{
  text-align: center;
}
.page{
  background-color: white;
  padding: 1rem;
  border-radius: 1rem;
}
.btn{
  border-radius: 1rem;
}

@media only screen and (max-width: 991px){
  #navCatContent {
    z-index: 9999;
  }
}
@media only screen and (max-width: 1199px){
  .section {
      padding: 10px 0;
  }
}
@media only screen and (max-width: 575px){
  .categories_btn {
      width: 100%;
  }
}
@media only screen and (max-width: 575px){
  .categories_btn span {
      display: block;
  }
}
.margin-1{
  margin-top: 1rem;
}
.margin-2{
  margin-top: 2rem;
}
.margin-3{
  margin-top: 3rem;
}
.skeleton {
  animation: skeleton-loading 1s linear infinite alternate;
}
@keyframes skeleton-loading {
  0% {
    background-color: hsl(200, 20%, 80%);
  }
  100% {
    background-color: hsl(200, 20%, 95%);
  }
}

.skeleton-text {
  width: 100%;
  height: 2rem;
  margin-bottom: 5px;
  margin-top: 5px;
  border-radius: 0px;
}
.skeleton-img {
  width: 100%;
  height: 10rem;
  border-radius: 0px;
}

.skeleton-text__body {
  width: 75%;
}

.skeleton-footer {
  width: 30%;
}
.tab-style3 .nav-tabs .nav-item a.active {
  border-bottom-color: var(--color_primaire);
  color:  var(--color_primaire);
}
.btn-fill-out {
  border: 1px solid var(--color_primaire);
  color: var(--color_contrast);
}
.btn-fill-out::before, .btn-fill-out::after {
  background-color: var(--color_primaire);
}
.btn-fill-out:hover {
  color: var(--color_primaire)!important;
}
.nav-link:focus, .nav-link:hover {
  color: var(--color_primaire);
}
.img_block {
  background: #c9c9c9;
  display: block;
}
a {
  color: var(--color_primaire);
}
.order_complete i{
  color: var(--color_primaire);
}
.heading_s1 h1, .heading_s1 h2, .heading_s1 h3, .heading_s1 h4, .heading_s1 h5, .heading_s1 h6 {
  font-weight: 700;
  margin: 0;
  text-transform: inherit;
}

.order_animate__delay_0{
  -webkit-animation-duration: 250ms!important;
  animation-duration: 250ms!important;
  -webkit-animation-duration: 250ms!important;
  animation-duration: 250ms!important;
}
.order_animate__delay_1{
  -webkit-animation-duration:500ms!important;
  animation-duration: 500ms!important;
  -webkit-animation-duration: 500ms!important;
  animation-duration: 500ms!important;
}
.order_animate__delay_2{
  -webkit-animation-duration: 750ms!important;
  animation-duration: 750ms!important;
  -webkit-animation-duration: 750ms!important;
  animation-duration: 750ms!important;
}   
.order_animate__delay_3{
  -webkit-animation-duration: 1000ms!important;
  animation-duration: 1000ms!important;
  -webkit-animation-duration: 1000ms!important;
  animation-duration: 1000ms!important;
}
.order_animate__delay_4{
  -webkit-animation-duration: 1250ms!important;
  animation-duration: 1250ms!important;
  -webkit-animation-duration: 1250ms!important;
  animation-duration: 1250ms!important;
}
.order_animate__delay_5{
  -webkit-animation-duration: 1500ms!important;
  animation-duration: 1500ms!important;
  -webkit-animation-duration: 1500ms!important;
  animation-duration: 1500ms!important;
}
.order_animate__delay_6{
  -webkit-animation-duration: 1750ms!important;
  animation-duration: 1750ms!important;
  -webkit-animation-duration: 1750ms!important;
  animation-duration: 1750ms!important;
}
.order_animate__delay_7{
  -webkit-animation-duration: 2000ms!important;
  animation-duration: 2000ms!important;
  -webkit-animation-duration: 2000ms!important;
  animation-duration: 2000ms!important;
}
.order_animate__delay_8{
  -webkit-animation-duration: 2250ms!important;
  animation-duration: 2250ms!important;
  -webkit-animation-duration: 2250ms!important;
  animation-duration: 2250ms!important;
}
.order_animate__delay_9{
  -webkit-animation-duration: 2500ms!important;
  animation-duration: 2500ms!important;
  -webkit-animation-duration: 2500ms!important;
  animation-duration: 2500ms!important;
}
.order_animate__delay_10{
  -webkit-animation-duration: 2750ms!important;
  animation-duration: 2750ms!important;
  -webkit-animation-duration: 2750ms!important;
  animation-duration: 2750ms!important;
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #999999;
  border-color: #999999;
}
textarea{
  width: 100%;
}

.rotacion{
  animation: rotar 5s 1;
  -moz-animation: rotar 5s 1;
  -o-animation: rotar 5s 1;
  -webkit-animation: rotar 5s 1;
}
@keyframes rotar{
  from{
    transform: rotateZ(0deg);
  }
  to{
    transform: rotateZ(360deg);
  }
}
@-moz-keyframes rotar{
  from{
    -moz-transform: rotateZ(0deg);
  }
  to{
    -moz-transform: rotateZ(360deg);
  }
}
@-o-keyframes rotar{
  from{
    -o-transform: rotateZ(0deg);
  }
  to{
    -o-transform: rotateZ(360deg);
  }
}
@-webkit-keyframes rotar{
  from{
    -webkit-transform: rotateZ(0deg);
  }
  to{
    -webkit-transform: rotateZ(360deg);
  }
}

.btn-calendar {
  background-image: linear-gradient(to right, #FF512F 0%, #DD2476  51%, #FF512F  100%);
  margin: 16px 0px;
  padding: 5px 12px !important;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;            
  box-shadow: 0 0 20px #eee;
  border-radius: 10px;
  display: block;
}

.btn-calendar:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff !important;
  text-decoration: none;
}
