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

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

@media(min-width: 1025px){
    /*-------------------- HEADERHOME -------------------*/
    #headerHome
    {
        padding-top: 150px;
    }
    #headerHome-accroche
    {
        max-width: 800px;
        margin: 0 auto;
    }
    /*-----------------*/
	/* CONTENT / INTRO */
	/*-----------------*/
	.home #content .blocthumb {
		position: absolute;
		left: 0;
		top: 0;
		width: 65.9%;
		height: 85%;
	}

	.home #content .wrap-text {
		padding: 0;
		max-width: 57%;
		margin-left: auto;
		background: var(--background-color);
		position: relative;
		z-index: 1;
		padding: 30px;
	}

	.home #content .content_txt {
		padding-top: 100px;
	}

	.home #content .content_title .title {
		max-width: 55%;
		margin-bottom: 90px;
	}

	.home #content .content_thumb .specialthumb {
		position: absolute;
		width: 284px;
		height: 284px;
		z-index: 1;
		top: -285px;
		left: -100px;
	}

	.home #content .content_thumb .tertiarythumb {
		height: 80%;
		position: relative;
		top: -15%;
	}

	.home #content .content_thumb .tertiarythumb img {
		object-position: right;
	}

	.home #content .content_thumb {
		padding-left: 30px;
	}

	.home #content {
		/* padding-top: 180px; */
		/* padding-bottom: 120px; */
	}
    /*-------------------- GALLERYHOME -------------------*/
    #galleryHome
    {
      margin-bottom: -100px;
    }
    #galleryHome .swiper-pagination
    {
      bottom: 100px;
    }
    /*-------------------- SECTIONS -------------------*/
    .sectionsbloc.odd blockquote p
    {
        color: var(--black);
    }
     /*------------NEWS / ACTUS--------*/
  #news .wrapper_slider {
    grid-column: span 2;
  }

  #news .wrapper_slider:first-of-type {
    order: 2;
    grid-column: span 3;
  }

  #news .wrapper_slider:first-of-type .thumbnail_slider {
    height: 680px;
  }

  #news .wrapper_slider:not(:first-of-type) .text_slider {
    display: none;
  }

  #news .wrapper_slider:first-of-type .thumbnail_slider:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: -moz-linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
    background-image: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
    background-image: -ms-linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
    opacity: .8;
    z-index: 1;
  }

  #news .wrapper_slider:first-of-type .content_slider {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    z-index: 1;
  }

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

  #news .wrapper_slider:first-of-type .title_slider {
    font-size: 26px;
    line-height: 1.3;
  }

  #news .wrapper_slider:first-of-type .button
  {
    color: var(--white);
  }

  #news .wrapper_slider:first-of-type .title_link_slider:hover {
    color: var(--primary-color);
  }

  #news .wrapper_slider:last-of-type {
    order: 3;
    margin: 55px 0 0;
  }

  #news .wrapper_slider:nth-child(2) {
    order: 1;
    margin: 100px 0 0;
  }
  .listedarticle,
.listedarticle .wrapper_inner_slider {
    height: 100%;
}


#news .wrapper_slider:nth-child(1) .title_link_slider,
#news .wrapper_slider:nth-child(1) .text_slider {
    color: var(--white);
}
}

@media(min-width: 1281px){
  /*-----------------*/
	/* CONTENT / INTRO */
	/*-----------------*/
	.home #content .content_thumb .specialthumb {
		width: 334px;
		height: 394px;
		top: -355px;
	}

	.home #content {
		/* padding: 200px 0 0px; */
	}

	.home #content .wrap-text {
		padding: 50px;
		max-width: 47%;
	}
}

@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: -10px;
    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%);
  }
  /*------------------- INTRO / CONTENT ---------------------*/
	.home #content .title.no-after
	{
		margin-bottom: 30px;
	}
	.home #content {
		flex-direction: column;
		display: flex;
	}

	.home #content .content_thumb {
		display: grid;
		align-items: stretch;
		grid-template-columns: repeat(2, 1fr);
		grid-auto-rows: 200px;
		gap: 10px;
		margin-top: 10px;
	}

	.home #content .content_thumb>div {
		height: 100%;
	}

	.home #content .content_txt .wrap-text {
		grid-column: span 2;
	}

	.home #content .content_txt .blocthumb {
		height: 400px;
	}

	.home #content .content_title {
		padding: 0;
	}

	.home #content .linkTurn {
		--size: 9rem;
		position: absolute;
		top: -70px;
		margin: 0 auto;
		right: 0;
	}
  /*-------------------- GALLERYHOME -------------------*/
  .swiperGallery>figure>figure:not(.swiper-slide-active)
  {
    top: -70px;
  }
}

@media(max-width: 767px){
  /*-----------------*/
	/* CONTENT / INTRO */
	/*-----------------*/
	.home #content .content_txt .blocthumb {
		height: 300px;
	}

	#content .eb-feature-list-item {
		margin-bottom: 20px;
	}
}

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