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

@media(min-width: 768px) {
    /*-----------------*/
  /* ELEMENTS */
  /*-----------------*/
  .linkTurn {
    bottom: -130px;
    position: absolute;
  }
  /*-----------------*/
  /* PRESTATIONS */
  /*-----------------*/
	#prestations .bloc_prestations {border-right: 1px solid transparent;}
	#prestations .bloc_prestations:not(:last-child) {border-right-color: #00000026;}
	.home #prestations .bloc_prestations:not(:last-child) {border-right-color: #ffffff26;}
	.prestations-content {padding: 20px 20px 30px;}

}

@media(min-width: 1025px) {
  /*-----------------*/
  /* ELEMENTS */
  /*-----------------*/
  .linkTurn {
    left: 50px;
    bottom: 50%;
    --size: 11rem;
  }
  /*------------------- HEADERHOME ---------------------*/
   #headerHome
  {
    padding-bottom: 100px;
    overflow: hidden;
  }
  #headerHome .overlay
  {
    background: linear-gradient(to bottom, var(--black),#00000026);
    opacity: 0.8;
  }
  body .vegas-container {
    clip-path: polygon(100% 0, 100% 60%, 50% 100%, 0 60%, 0 0);
  }
  #headerHome:before, #headerHome:after {
    content: "";
    position: absolute;
    background: var(--primary-color);
    z-index: -1;
    --size: 600px;
    width: var(--size);
    height: var(--size);
    left: -100px;
    top: auto;
    bottom: 110px;
    transform: rotate(75deg);
  }
  #headerHome:after {
    left: initial;
    right: -100px;
    transform: rotate(-75deg);
  }
  /*------------------- &&& ---------------------*/
  .home #prestations
  {
    z-index: 2;
  }
  /*------------------- SECTIONS ---------------------*/
  #sections
  {
    margin-top: -50px;
    z-index: 1;
  }
  .sectionsbloc.odd
  {
    position: relative;
    z-index: 2;
  }
  #sections .sectionsbloc.odd .section_thumb .blocthumb
  {
    height: calc(100% + 130px);
    top: 50%;
    transform:translateY(-50%);
  }
  .sectionsbloc.even::before
  {
    top: 50%;
    transform:translateY(-50%);
    left: initial;
    right: 0;
    width:70%;
    height: calc(100% + 350px);
  }
  .sectionsbloc .specialthumb::before
  {
    content: "";
    position: absolute;
    bottom: -5px;
    left: -2px;
    width: calc(100% - 8px);
    height: 50%;
    border:6px solid var(--primary-color);
    border-right: none;
    border-top: none;
    z-index: 1;
  }
  .sectionsbloc .specialthumb img
  {
    clip-path: polygon(50% 0%, 100% 38%, 100% 100%, 0 100%, 0% 38%);
  }
   /*-----------------INTRO / CONTENT-----------------------*/
  .home h1 {
    max-width: 650Px;
    margin: 0 auto;
    padding-bottom: 20px;
  }

  .home #content blockquote {
    margin-top: 0 !important;
  }

  .grid-img .wp-block-image img {
    border-radius: 30px;
  }

  .grid-img {
    gap: 3em;
  }

  .grid-img .first .wp-block-image {
    height: 440px;
    -webkit-mask: url(../images/shape2.svg);
    mask: url(../images/shape2.svg);
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    margin-top: -50px;
  }

  .grid-img .second .wp-block-image {
    height: 299px
  }

  .grid-img .third .wp-block-image {
    margin-top: -2.5rem;
    height: 299px
  }

  .grid-img .fourth .wp-block-image {
    height: 440px;
    -webkit-mask: url(../images/shape.svg);
    mask: url(../images/shape.svg);
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    margin-top: 20px;
    margin-bottom: -50px;
  }

  .intro-txt {
    max-width: 500px;
    margin: 0 auto 0 18% !important;
    padding-right: 20px
  }

  .intro-img {
    margin: 0 15% 0 auto !important
  }

  .intro-img .wp-block-image {
    width: 160%;
    height: 300px
  }
  /*-----------------*/
	/* PRESTATIONS */
	/*-----------------*/
	#prestations .prestations-wrapper .liresuite {
	    position: absolute;
	    left: 50%;
	    transform: translateX(-50%);
	    bottom: 120px;
	}

	.prestations-content {padding: 20px 30px 60px;}
	.prestations-img {
		align-self: flex-end;
	    opacity: 0;
	    transform: scale(.85) translateX(0);
	    -webkit-transition: all .3s cubic-bezier(.65,.05,.36,1);
	    z-index: 1;
	    transition: all .3s cubic-bezier(.65,.05,.36,1);
	}
	.bloc_prestations:hover .prestations-img {
	    opacity: 1;
	    transform: scale(1) translateX(0);
	}
  /*------------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;
  }
}

@media(min-width: 1281px) {
  /*-----------------*/
	/* PRESTATIONS */
	/*-----------------*/
	.prestations-content {padding: 20px 70px 80px;}
}

@media(min-width: 1481px) {
   /*-----------------*/
  /* ELEMENT */
  /*-----------------*/
  .linkTurn {
    left: 7%;
    --size: 12rem;
    bottom: 40%;
  }
  /*------------------- PRESTATIONS ---------------------*/
  .home #prestations {
    clip-path: polygon(1% 5%, 99% 0%, 96% 100%, 3% 96%);
  }
}

@media(min-width: 1681px) {
}
@media(min-width: 1800px) {
  .grid-img {
    margin-bottom: -60px;
  }

  .linkTurn,
  .home .linkTurn {
    left: 12%;
    bottom: 40%;
  }
}

@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%);
  }
  /*-------------------INTRO / CONTENT-----------------------*/
  .home #content {
    background: var(--light-color);
    padding: 50px 20px;
  }

  .home #content .is-layout-flex {
    gap: 10px;
  }
}

@media(max-width: 767px) {
  /*-----------------*/
	/* PRESTATIONS */
	/*-----------------*/
	.prestations-img {height: 250px;}
}

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