@media(min-width: 481px) {
   /*------------------- REASSURANCES ---------------------*/
  .picto-container
  {
    display: grid;
    grid-template-columns: repeat(2,1fr);
  }
}

@media(min-width: 768px) {
  /*-----------------*/
  /* INTRO / CONTENT */
  /*-----------------*/
  .titleWrap
  {
    padding: 30px 0;
    margin-top: -30px;
    --left:40px;
    padding-left: var(--left);
  }
  /*-----------------*/
	/* PRESTATIONS */
	/*-----------------*/

	.home #prestations {
		z-index: 2;
	}

	#prestations .bloc_prestations {
		padding: 10px;
	}

	#prestations .prestations-wrapper {
		height: 500px;
	}

	#prestations .prestations-content {
		padding: 50px 20px;
	}

	#prestations .prestations-txt .liresuite {
		margin-top: 50px;
	}
}

@media(min-width: 1025px) {
  /*------------------- HEADER ---------------------*/
  .coordHead>*
  {
    display: flex;
    align-items: center;
    align-content: center;
    gap: 10px;
  }
  .coordHead>* span
  {
    padding: 0;
  }
  .navigmenu .naviglink.lvl-3
  {
    text-align: left;
  }
  .navigmenu .naviglink.lvl-3:before, .navigmenu .naviglink.lvl-1:before {
    content: "";
    position: absolute;
    left: 15px;
    top: 50%;
    width: 6px;
    height: 6px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--primary-color);
    margin-top: -3px;
  }
  /*------------------- HEADERHOME ---------------------*/
  #headerHome-accroche
  {
    max-width: 700px;
    margin: 0 auto;
    width: 100%;
  }
  #headerHome-title
  {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 0;
    padding-left: 10px;
    margin-bottom: 20Px;
  }
  /*------------------- SECTIONS ---------------------*/
  .sectionsbloc {
    margin: 100px 0;
  }
  /*-----------------*/
	/* PRESTATIONS */
	/*-----------------*/

	#prestations .prestations-txt .tc_excerpt {
		display: block;
	}

	#prestations .prestations-content {
		padding: 60px 30px;
	}

	#prestations .prestations-title h3 {
		font-size: 20px;
	}
  /*------------------- REASSURANCES ---------------------*/
  .home #reassurances
  {
    position: absolute;
    top: -250px;
    right: 2%;
    z-index: 1;
    max-width: 400px;
  }
  .nohome #reassurances
  {
    padding: 0;
  }
  .nohome #reassurances .picto-container 
  {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
  }
  .nohome #reassurances
  {
    padding: 100px 20px;
  }
  .nohome .picto-container .picto-bloc
  {
    background: #fff0!important;
  }
  /*------------------- NEWS / ACTUS ---------------------*/
  .home .content_slider
  {
    background: var(--background-color);
    position: absolute;
    top: 50%;
    transform:translateY(-50%);
    left: 0;
    z-index: 1;
    max-width: 40%;
  }
   .home .thumbnail_slider
  {
    height: 600Px;
    margin-left: auto;
    width: 90%;
  }
  /*------------------- PRESTATIONS ---------------------*/
  #prestations
  {
    box-shadow: inset 0 0 30px rgb(0 0 0 / 20%);
  }
  /*-----------------*/
	/* FOOTER */
	/*-----------------*/
	#footer:before,
	#footer:after {
		height: 500px;
		top: 100px;
	}

	.wrapperContact {
		width: 90%;
	}
}

@media(min-width: 1281px) {
  /*------------------- HEADER ---------------------*/
  .navigmenu .naviglink.lvl-0 {
    font-size: 14px;
  }
   /*-----------------*/
	/* INTRO / CONTENT */
	/*-----------------*/

  #content-wrapper .content-body .title {
    left: -25%;
    width: 120%;
    margin-bottom: 90px;
  }
  #content-img .specialthumb
  {
    right: 50Px;
    width: 350px;
    bottom: -70px;
  }
  .home #reassurances
  {
    max-width: 500Px;
  }
}

@media(min-width: 1481px) {
  /*------------------- HEADER ---------------------*/
  .navigmenu .naviglink.lvl-0 {
    padding: 20px 14px;
    font-size: 15px;
  }

  /*-----------------*/
  /* INTRO / CONTENT */
  /*-----------------*/
  .home #content .title {
    margin-left: -30Px;
  }
}

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


@media(max-width: 1680px) {

}

@media(max-width: 1480px) {

}

@media (min-width: 1600px) {

	/*-----------------*/
	/* PRESTATIONS */
	/*-----------------*/
	#prestations .prestations-content {
		/* padding: 60px 40px; */
	}

	#prestations .bloc_prestations {
	}
}

@media(max-width: 1280px) {
  /*------------INTRO / CONTENT--------------------------*/
  .home #content {
    padding: 100px 20px
  }

  #content-wrapper {
    padding: 0 0px 0 0;
    display: flex;
    flex-wrap: wrap
  }

  #content-wrapper .content-body {
    max-width: none;
    order: -1;
    padding: 0 5px 30px;
  }

  #content-wrapper .tertiarythumb,
  #content-wrapper .quaternarythumb {
    position: relative;
    height: 250px;
    width: 50%;
    top: 0 !important;
    left: 0 !important
  }

  #content-wrapper .quaternarythumb {
    padding-right: 1px
  }

  #content-wrapper .tertiarythumb {
    padding-left: 1px
  }
  #content-wrapper .content-body .title
  {
    padding-right: 100px;
  }
  
}

@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;
  }
  #logo
  {
    padding: 10px; 
  }
  #header-coordonnees>.flex
  {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
  #header-coordonnees
  {
    background: #fff0;
    border: none;
  }
  /*-------------------MDTAC---------------------*/
  .md-tac {
    text-align: center;
  }

  .title.md-tac:not(.no-after):after {
    left: 50%;
    transform: translateX(-50%);
  }
  .wrap-text
  {
    max-width: 800px;
    margin: 0 auto;
  }
  /*------------------- HEADERHOME ---------------------*/
  #headerHome
  {
    padding-bottom: 50px;
  }
  #macaron
  {
    width: 100px;
  }
  /*------------------- INTRO / CONTENT ---------------------*/
  .home #content
  {
    display: grid;
    grid-template-columns: 2fr 1fr;
    padding: 20px;
  }
  .home #content #content-img .specialthumb
  {
    display: none;
  }

  #content-wrapper .content-body .title {
    padding-right: 0px;
  }
  .home #content #reassurances
  {
    grid-column: span 2;
    padding-top: 0;
  }
  #content-wrapper,#content-img
  {
    width: 100%;
  }
  /*------------------PRESTATIONS-----------------------*/
	#prestations {
		padding-bottom: 30Px;
	}
  /*------------------- NEWS / ACTUS ---------------------*/
  .home #news :is(.text_slider,.title_link_slider)
  {
    color: var(--white);
  }
  /*------------------- REASSURANCES ---------------------*/
  .home #reassurances
  {
    margin-bottom: 30px;
  }
  #reassurances
  {
    padding: 0;
  }
  .home .picto-container
  {
    display: grid;
    grid-template-columns: repeat(2,1fr);
  }
  .home .picto-container .picto-bloc
  {
    padding: 30px 10px;
  }
  /*-----------------*/
	/* FOOTER */
	/*-----------------*/
	#footer:before,
	#footer:after {
		content: none;
	}

	.imgContact {
		height: auto;
	}

	#logoCoordonneesFooter {
		margin-bottom: 15px;
		width: 220px;
	}

	#footerLinks {
		padding: 20px 10px;
		font-size: 13px;
	}
}

@media(max-width: 767px) {
  /*-----------------*/
	/* PRESTATIONS */
	/*-----------------*/
	#prestations .bloc_prestations {
		padding: 10px;
	}

	#prestations .prestations-wrapper {
		height: 340px;
	}

	#prestations .prestations-content {
		padding: 50px 20px;
	}

	#prestations .prestations-txt .liresuite {
		margin-top: 50px;
	}

	.prestations-content {
		padding: 30px 10px;
	}

	#prestations .widget_parentpage {
		grid-gap: 10px;
	}

	.prestations-content {
		padding: 30px 10px;
	}

	#prestations .widget_parentpage {
		grid-gap: 10px;
	}
  /*-----------------*/
	/* FOOTER */
	/*-----------------*/
	#wrapperForm {
		max-width: 600px;
		padding: 40px 20px;
	}

	.imgContact_content img {
		width: 230px;
	}
}

@media(max-width: 480px) {
  /*------------------- INTRO / CONTENT ---------------------*/
  .home #content
  {
    display: grid;
    grid-template-columns: 1fr;
  }
  .home #content #reassurances
  {
    grid-column: span 1;
  }
  #content-img>.blocthumb
  {
    width: 100%;
    margin-top: 2px;
  }
}