@media(min-width: 481px) {}

@media(min-width: 768px) {
}

@media(min-width: 1025px) {
   /*------------------- NEWS / ACTUS ---------------------*/
  .home #prestations
  {
    /* padding-top: 200px!important; */
  }
  #news .wrapper_slider:nth-child(2) .thumbnail_slider {
    height: 270px;
  }

  #news .wrapper_slider:nth-child(3) .thumbnail_slider {
    height: 390px;
  }

  #news .wrapper_slider:last-child .thumbnail_slider {
    height: 220px;
  }
  /*------------------- GALLERYHOME ---------------------*/
  .swiper-slide-active
  {
    height: 140%;
    margin-top: -50px;
  }

  /*------------------- SECTIONS ---------------------*/
  .sectionsbloc.odd::before
  {
    width: 58%;
    top: 50%;
    transform:translateY(-50%);
    height: calc(100% + 350px);
  }
  .sectionsbloc.even
  {
    z-index: 2;
  }
}

@media(min-width: 1281px) {
}

@media(min-width: 1481px) {
}

@media(min-width: 1681px) {
}


@media(max-width: 1680px) {

}

@media(max-width: 1480px) {

}
@media(max-width: 1280px) {
  
}

@media(max-width: 1024px) {

  /*---------------HEADER---------------------*/
  body:not(.is-toggle-open) #header .ckmenu {
    position: relative;
    z-index: 1000
  }

  .logoParent {
    display: none;
  }

  #header .ckmenu-nav {
    top: 0;
    padding-top: 50px
  }

  #headerGrid {
    align-items: start;
  }

  /*-------------------MDTAC---------------------*/
  .md-tac {
    text-align: center;
  }

  .title.md-tac:not(.no-after):after {
    left: 50%;
    transform: translateX(-50%);
  }
  /*------------------- GALLERYHOME ---------------------*/
  #galleryHome .swiperGallery
  {
    padding-bottom: 50px;
  }

}

@media(max-width: 767px) {
  /*-----------------*/
	/* NEWS / ACTU */
	/*-----------------*/
	.thumbnail_slider {
	  width: 100%;
	  height: 250px;
	}

	#news .title_slider {
	  font-size: 13px;
	}
}

@media(max-width: 480px) {}