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

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

@media(min-width: 1025px) {

	/*-----------------*/
	/* HEADER */
	/*-----------------*/
	#navprimary .navigmenu .naviglink.lvl-0.item-logo {
		margin: 0 10px 0 0;
	}

	#header-coordonnees {
		background-color: var(--title-color);
		padding: 10px 20px;
	}

	#header-coordonnees>div br {
		display: none;
	}

	#header-coordonnees>div span:after {
		content: ":";
		margin-left: 5px;
	}


	/*-------------------- MOT -------------------*/



	#headerHome-wrapper {
		width: 100%;
	}


	/*-----------------*/
	/* INTRO / CONTENT */
	/*-----------------*/
	.titleWrap {
		padding: 30px 0;
		margin-top: -30px;
		--left: 40px;
		padding-left: var(--left);
	}

	/*-----------------*/
	/* ACTU */
	/*-----------------*/
	#news {
		padding-left: 30px;
		padding-right: 30px;
	}

	/*-----------------*/
	/* HEADERHOME */
	/*-----------------*/

	#headerHome-content {
		padding-top: 160px;
	}




	/*-----------------*/
	/* PRESTATIONS */
	/*-----------------*/
	#prestations {
		padding: 60px 30px 150px;
	}

	/*-------------------- GALLERY -------------------*/
	#galleryHome .swiper-pagination
	{
		top: initial!important;
		bottom: 100px!important;
	}
	

	/*-----------------*/
	/* SECTIONS */
	/*-----------------*/
	#sections .section_title {
		/* margin-bottom: 80px; */
		padding: 0 60px;
	}

	#sections .section_title .title {
		padding: 0;
		margin: 0;
	}

	.sectionsbloc .section_thumb .blocthumb {
		height: 80%;
		top: 10%;
	}

	#sections .section_title p {
		margin: 0;
	}

	#sections .section_title .title:after {
		height: 100%;
		width: 1px;
		left: auto;
		right: -50px;
		background: rgb(255 255 255 / 33%);
	}

	#sections {
		padding: 100px 70px;
	}

	#sections .section_txt {
		padding: 40px 40px 0px 0;
	}

	.sectionsbloc {
		padding: 70px 0 0;
	}

	.section_txt {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	.section_txt .specialthumb {
		order: -1;
		overflow: hidden;
		position: relative;
	}

	.sectionsbloc .wrap-text {
		padding: 40px;
	}

	.section_txt .specialthumb img
	{
		position: absolute;
		--size:100%;
		width: var(--size);
		height: var(--size);
		left: 0;
		top: 0;
	}
	/*-------------------- PARTENAIRES -------------------*/
	#partenaires
	{
		margin-top: 100px;
		padding: 0;
	}
	#partenaires .title small
	{
		font-size: 12px;
	}
	#partenaires .wrapElemParent
	{
		padding: 100px 50px;
		--pos: 100px;
	}
	#partenaires .confianceOnly
	{
		margin-top: var(--pos);
	}
	#partenaires .partenairesOnly
	{
		margin-bottom: var(--pos);
	}
	/*------------------- REASSURANCES ---------------------*/
  #reassurances
  {
    padding: 120px 40px;
  }


  #img-reassurance {
    width: 75%;
    height: 100%;
    position: absolute;
    right: -39%;
    z-index: -1
  }

  #reassurances .title h2 {
    position: relative;
    font-size: 2.3em;
    line-height: 1;
    text-shadow: 0 0 7px var(--black)
  }

  #reassurances .right {
    padding: 50px 0 50px 18%
  }

  .home #reassurances {
    margin-top: 100Px;
    padding-top: 100Px;
    z-index: 2;
    margin-bottom: 100px;
  }


  #reassurances::before,
  #reassurances .overlay {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%, 45% 85%, 0 85%);
    width: 50%;
  }

  .home #reassurances .title {
    margin-top: -100px;
  }
	/*-----------------*/
	/* FOOTER */
	/*-----------------*/
	body:not(.template-contact-php) #footer:before {
		background: url(../images/home-bg3.jpg);
		background-position: center;
	}

	body:not(.template-contact-php) #footer:before {
		height: 500px;
		top: 110px;
	}

	#footer:after {
		background: var(--white);
		z-index: -2;
		top: 60px;
		height: calc(100% - 60px);
	}

	body.template-contact-php #footer:after {
		top: 0;
		height: 100%;
	}

	.wrapperFooter {
		padding: 50px;
		width: 94%
	}
}

@media(min-width: 1281px) {

	/*-----------------*/
	/* HEADER */
	/*-----------------*/
	#header-coordonnees>div span {
		display: inline-block;
		padding: 0 2px 0 0;
	}

	.navigmenu .naviglink.lvl-0 {
		font-size: 15px;
	}
	.home #navprimary {
		padding-right: 100px;
	}

	#navprimary.fixed-header .navigmenu .naviglink.lvl-0.item-logo span {
		height: 70px;
		width: 130px;
	}
	/*-----------------*/
	/* NAVPRIMARY */
	/*-----------------*/
	#navprimary .navigmenu .naviglink.lvl-0.item-logo {
		margin: 0 30px 0 0;
	}
	/*-------------------- MOT -------------------*/
	#headerHome-certifications {
		width: 100px;
		z-index: 2;
		border-radius: 0 0 100px 100px;
		height: calc(100% + 50px);
	}

	#headerHome-certifications .widget_certifications {
		position: absolute;
		right: 0;
		bottom: 70px;
		left: 0;
	}


	#headerHome-wrapper {
		width: calc(100% - 100px);
	}


	/*-----------------*/
	/* INTRO / CONTENT */
	/*-----------------*/
	#content-wrapper .content-body .title {
		left: -25%;
		width: 120%;
		margin-bottom: 80px;
	}

	#content-img .specialthumb {
		right: 50Px;
		width: 350px;
	}



}

@media(min-width: 1481px) {

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

	/*-----------------*/
	/* SECTIONS */
	/*-----------------*/
	#choixSections .linkSections:not(:last-of-type) {
		margin-right: 10px;
	}

	#sections .section_txt .tertiarythumb {
		left: 14%;
		--size: 195px;
		width: 275px;
	}
}

@media(min-width: 1681px) {

	/*-----------------*/
	/* SECTIONS */
	/*-----------------*/
	#sections .section_txt .tertiarythumb {
		left: 14%;
		--size: 225px;
	}
}

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

@media(max-width: 1480px) {

	/*-----------------*/
	/* NAVPRIMARY */
	/*-----------------*/
	#header-coordonnees
	{
		display: grid;
		grid-template-columns: repeat(2,1fr);
		gap:10px;
	}
}

@media(max-width: 1280px) {


	/*-------------------- HEADERHOME -------------------*/
	#headerHome {
        flex-direction: column;
    }
	#headerHome-wrapper {	
        height: 100%;
    }
	/*------------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 25px 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
	}

	/*-----------------*/
	/* PRESTATIONS */
	/*-----------------*/
	.prestations-img {
		--size: 23.5rem;
	}

	.prestations-content :is(h2, h3) {
		font-size: 22px;
	}

	/*-------------------- SECTIONS -------------------*/
	.section_txt .wp-block-columns {
		display: block;
	}
}

@media(max-width: 1024px) {

	/*-----------------*/
	/* LOADER */
	/*-----------------*/
	#loader-wrapper svg {
		width: 150px;
	}
	/*-----------------*/
	/* NAVPRIMARY */
	/*-----------------*/
	#header-coordonnees
	{
		display: grid;
		grid-template-columns: repeat(1,1fr);
		gap:10px;
	}
	.ckmenu
	{
		position: relative;
		z-index: 1000;
	}

	/*-----------------*/
	/* NAVPRIMARY */
	/*-----------------*/
	.navigmenu .naviglink.lvl-0 {
		padding: 10px 16px;
	}

	/*-----------------*/
	/* HEADERHOME */
	/*-----------------*/
	#headerHome {
		flex-direction: column;
	}

	#headerHome-wrapper {
		height: 100%;
	}

	#headerHome-content {
		padding-top: 100px;
	}

	/*-----------------INTRO / CONTENT------------------------*/
	.home #content .wrappercontent {
		max-width: 700Px;
		margin: 0 auto;
	}

	.imgContent {
		max-height: 400Px;
	}

	/*-----------------*/
	/* PRESTATIONS */
	/*-----------------*/
	.prestations-img {
		--size: 21.5rem;
		margin: 0 auto;
	}

	.prestations-content {
		right: 0;
		max-width: 21.5rem;
		margin: 0 auto;
	}
	/*-------------------- CERTIFICATIONS -------------------*/
	.widget_certifications
	{	
		justify-content: center;
	}

/*------------------- REASSURANCES ---------------------*/
  #reassurances .left
  {
    display: grid;
  }
  .picto-container li p
  {
    color: var(--white);
  }
  .picto-container .picto-bloc
  {
    display: grid;
    align-items: center;
    justify-items: center;
    margin: 25px 0;
  }
  .picto-container .picto-bloc:first-of-type
  {
    margin-top: -20px;
  }
  .picto-container li:before
  {
    top: 20px;
    left: 50%;
    transform:translateX(-50%) rotate(45deg);
  }
  .picto-container .picto-bloc p
  {
    margin: 0 auto;
    max-width: 300px;
    text-align: center;
    margin-top: 40px;
  }
	/*-----------------*/
	/* ACTU */
	/*-----------------*/
	#news {
		padding: 80px 30px;
	}

	#news .next_slider {
		width: 140px;
	}

	.title_slider {
		font-size: 22px
	}

	.newsdate .day {
		font-size: 30px
	}

	.newsdate .month {
		font-size: 17px
	}

	.newsdate {
		padding: 20px 20px;
		height: calc(100% - 140px);
		top: 50px;
		left: -60px;
		min-height: 150px
	}

	#news .content_slider {
		padding: 50px 0 50px 80px;
	}

	.thumbnail_slider {
		height: 300px;
	}

	#news-title {
		flex-direction: column;
		justify-content: center;
		text-align: center;
		border: none;
		padding-bottom: 0;
		margin-bottom: 30px;
	}

	#news-title .title {
		margin-bottom: 10px
	}


	/*-----------------*/
	/* SECTIONS */
	/*-----------------*/
	#choixSections:before {
		left: 30px;
	}

	#choixSections:after {
		left: 20px;
	}

	#choixSections {
		display: none;
	}

	#sections .sectionsbloc {
		flex-direction: column;
		display: flex;
	}

	#sections .sectionsbloc>*:not(.section_thumb) {
		max-width: 700Px;
		margin: 0 auto;
		width: 100%;
	}

	#sections .section_txt {
		display: grid;
		align-items: stretch;
		/* grid-template-columns: repeat(2, 1fr); */
		gap: 10px;
		margin-bottom: 10px !important;
	}


	#sections .section_txt :is(.tertiarythumb, .specialthumb) {
		height: 400px;
	}

	#sections .section_title {
		gap: 0;
		padding: 60px 30px 10px;
	}

	.sectionsbloc :is(.specialthumb, .tertiarythumb) {
		order: -1;
	}

	/*-----------------*/
	/* FOOTER */
	/*-----------------*/
	.wrapperFooter {
		padding: 70px 25px;
		grid-gap: 70px !important;
	}

	#footerLinks {
		padding: 20px 10px;
	}

	.imgFooter {
		height: 300px;
		margin: 0 -25px -70px;
	}

	#logoCoordonneesFooter img {
		width: 160px;
	}

	#footer {
		background: var(--white);
	}
}

@media(max-width: 767px) {

	/*-----------------*/
	/* LOADER */
	/*-----------------*/
	#loader-wrapper svg {
		width: 120px;
	}

	/*-------------------INTRO / CONTENT-------------------*/
	.home #content {
		padding: 0;
		flex-direction: column;
	}

	#content-wrapper {
		width: 100%;
		padding: 40px 0 0;
	}

	#content-img {
		width: 100%;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 2px;
		padding-top: 2px;
		grid-template-rows: 250px auto;
	}

	#content-img .specialthumb,
	#content-img .blocthumb {
		position: relative;
		bottom: auto;
		left: 0;
		width: 100%;
		height: 100%
	}

	/*-----------------*/
	/* PRESTATIONS */
	/*-----------------*/
	.prestations-img {
		--size: 18.5rem;
	}

	.bloc_prestations,
	.widget_parentpage {
		margin: 0;
	}

	.prestations-content :is(h2, h3) {
		font-size: 20px;
		max-width: 18.5rem;
		margin: 0 auto;
		padding: 0 20px;
	}

	/*-----------------*/
	/* HEADERHOME */
	/*-----------------*/
	#headerHome-content {
		padding-top: 70px;
	}

	#headerHome-certifications .bloc_certifications {
		padding: 10px !important;
	}


	/*-----------------*/
	/* ACTU */
	/*-----------------*/
	.thumbnail_slider {
		height: 250px;
	}

	#news {
		padding: 50px 15px
	}

	#news .content_slider {
		padding: 40px 0 20px
	}

	.text_slider,
	.text_slider a {
		font-size: 14px;
	}

	.newsdate {
		left: 20px;
		top: -40px;
		height: auto;
		padding: 10px 15px;
		min-height: auto
	}

	.newsdate .month {
		font-size: 14px;
	}

	.newsdate .day {
		font-size: 20px;
	}

	.title_slider {
		font-size: 20px
	}

	#news .next_slider {
		justify-content: flex-start;
		width: auto;
	}

	/*-----------------*/
	/* SECTIONS */
	/*-----------------*/
	#sections .section_txt :is(.tertiarythumb, .specialthumb) {
		height: 300px;
	}

	#sections .section_title {
		padding: 50px 20px 0;
	}

	/*-----------------*/
	/* FOOTER */
	/*-----------------*/
	.wrapperFooter {
		padding: 40px 15px;
		grid-gap: 50px !important;
	}

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

	.imgFooter {
		margin: 0 -15px -40px;
	}
}

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