@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);
  }
  
  /*-----------------*/
  /* FOOTER */
  /*-----------------*/
	#footer-coordonnees{border-top: solid 1px #ffffff30;}
	#footer-coordonnees .wrappercontent > div:not(:last-of-type) {border-right: solid 1px #ffffff30;}

  /*---------------------------------*/
	/* SECTIONS */
	/*---------------------------------*/
	#sections .sectionsbloc.section_num2 .wp-block-columns,
	#sections .sectionsbloc.section_num3 .wp-block-columns {
		flex-wrap: nowrap !important;
	}
}

@media(min-width: 1025px) {
  /*------------------- HEADER ---------------------*/
  #header-coordonnees
  {
    padding: 10px;
    border-bottom: 1Px solid #00000032;
  }
  #header-coordonnees,#header-coordonnees .left
  {
    gap: 20px;
  }
  .navigtoogleLogo::before {
    content: '';
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    --size: 100%;
    width: var(--size);
    height: var(--size);
    z-index: -1;
    background: var(--background-color);
    border: 1Px solid #00000012;
    border-top: 0;
    box-sizing: border-box;
  }
  #headerHome::after {
    background: url(../images/pattern.svg);
    width: 40%;
    height: 40%;
    z-index: -2;
    left: 50%;
    top: -100px;
    transform: translateX(-50%);
  }
  .navigtoogleLogo {
    --size: 200px;
    width: var(--size);
    margin: 0 20px;
    margin-top: -90px;
  }
  /*------------------- HEADERHOME ---------------------*/
  #headerHome
  {
    height: calc(100vh + 200px);
    min-height: 1000px;
    margin-top: -40px;
  }
  #headerHome::before, .moreShape::before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url(../images/shapeMore.svg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  /*-------------------CONTACT MORE-----------------------*/
	#contactMore {
		margin: 150px auto;
	}
	
	#galleryWrap
	{
		position: relative;
		z-index: 2;
	}
  /*------------------- GALLERYHOME ---------------------*/
  #galleryHome
	{
		box-sizing: border-box;
		padding-bottom: 250px;
		margin-bottom: 100px;
		z-index: 1;
	}
	#galleryHome .gallery .gallery-item:first-of-type{
		grid-row: span 2;
	}
  #galleryHome .gallery .gallery-item:first-of-type .gallery-icon{
    height: 50%;
		top: 50%;
	}
  #galleryHome .gallery .gallery-item
  {
    position: relative;
  }
	
	#galleryHome .gallery .gallery-item:nth-child(2) {
		top: 735px;
	}
	#galleryHome .gallery .gallery-item:nth-child(4){
		top: -202px;
	}
	#galleryHome .gallery .gallery-item:nth-child(5) {
		top: 0px;
	}
	#galleryHome .gallery .gallery-item:nth-child(6){
		top: -202px;
	}
  #galleryHome .gallery
  {
      grid-auto-rows: 450px;
  }
  /*------------------- CERTIFICATIONS ---------------------*/
  .widget_certifications
  {
    justify-content: center;
    max-width: 300px;
    width: 100%;
    margin: 0 auto!important;
    margin-top: 20px!important;
  }
  /*------------------- NEWS / ACTUS ---------------------*/
  #news
  {
    padding: 150px 0px;
    padding-right: 100Px;
    z-index: 2;
  }
  #news::before
  {
    background: var(--tertiary-color);
    top: 55%;
    transform:translateY(-50%);
    height: 40%;
    width: 40%;
  }
  #news .thumbnail_slider
  {
    height: 500px;
  }
	#news .wrapper_slider:nth-of-type(2) .thumbnail_slider
	{	
		height: 750px;
	}
  #news .thumbnail_slider:before {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
		z-index: 0;
		background: var(--overlay-color);
	}
	#news .wrapper_inner_slider .content_slider {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateX(-50%) translateY(-50%);
		padding: 20px;
		width: 100%;
		z-index: 1;
	}
	.home .wrapper_slider
	{
		clip-path: polygon(1% 5%, 99% 0%, 96% 100%, 3% 96%);
	}
	#news .wrapper_slider:nth-of-type(1)
	{
		margin-top: -300px;
		margin-bottom: -400px;
		transform: translateX(100Px) translateY(100px);
		z-index: 2;
	}
	#news .wrapper_slider:nth-of-type(3)
	{
		margin-top: -300px;
		transform: translateX(-60Px);
		margin-left: auto;
		z-index: 1;
	}
	#news .wrapper_slider:nth-of-type(2) .img_thumbnail_slider
	{
		height: 800Px;
	}
	#news .wrapper_slider:not(:nth-of-type(2)) .wrapper_inner_slider
	{
		max-width: 33%;
		margin-left: auto;
		box-sizing: border-box;
	}
	.wrapper_slider:not(:nth-of-type(2)) .title_link_slider,.wrapper_slider:not(:nth-of-type(2)) .text_slider
	{
		color: var(--background-color);
		text-shadow: 0 0 8px rgb(0 0 0 / 50%);
	}
	#news .wrapper_slider:nth-of-type(2) .content_slider
	{
		background: var(--background-color);
		max-width: 400px;
		left: 100px;
		top: 50%;
		transform: translateY(-50%);
		padding: 30px;
		z-index: 1;
	}
	.wrapTextSlider,.title_link_slider
	{
		text-align: left;
	}
  /*-----------------*/
	/* PRESTATIONS */
	/*-----------------*/
	#prestations .prestations-img {height: 600px;}
	#prestations .prestations-txt{height: 150px;}
	#prestations .prestations-content{padding: 50px 30px;}
	#prestations .prestations-title:after {
		top: -170px;
		height: 150px;
	}
	#prestations .prestations-title{
		padding-top: 70px;
		transform: translateY(160px);
	}
  .nohome #prestations
  {
    margin: 0 auto;
    width: 100%;
    max-width: 1400Px;
    margin-bottom: 100px;
  }
  .nohome #prestations .widget_parentpage
  {
    gap:10px;
  }
  .nohome.template-parent-page-php #content
  {
    padding-bottom: 0;
  }
  /*-----------------*/
	/* SECTIONS */
	/*-----------------*/
	#sections .sectionsbloc .section_thumb>div {
		height: 74%;
	}

	#sections .sectionsbloc .section_thumb .blocthumb {
		position: relative;
		top: 100px;
		overflow: hidden;
	}

	#sections .sectionsbloc .section_txt .wrap-text {
		max-width: 900px;
	}

	#sections .sectionsbloc.even .section_txt .wrap-text {
		margin-left: auto;
	}

	.sectionsbloc.section_num1 {
		padding-top: 0;
	}

	#sections .sectionsbloc.even:not(:first-child) {
		margin-top: -60Px;
	}

	#sections .sectionsbloc.even .specialthumb {
		animation: 4s floating infinite ease-in-out;
	}

	@keyframes floating {
		0% {
			-webkit-transform: translateY(0);
			transform: translateY(0);
		}

		50% {
			-webkit-transform: translateY(16px);
			transform: translateY(16px);
		}

		100% {
			-webkit-transform: translateY(0);
			transform: translateY(0);
		}
	}

	#sections .sectionsbloc.even.section_num2 .specialthumb {
		right: 10%;
		left: initial;
		z-index: 1;
		bottom: -160Px;
	}

	.sectionsbloc.sectionsbloc.even {
		z-index: 2;
	}

	#sections .sectionsbloc.even>* {
		pointer-events: all;
	}

	#sections .sectionsbloc.even .section_txt {
		width: 60%;
	}

	#sections .sectionsbloc.even .section_txt .wrap-text {
		padding: 100px 40px 100px 120px;
		max-width: 1000px;
		margin-left: auto;
	}

	#sections .sectionsbloc.even .section_thumb {
		width: 40%;
		display: initial;
		position: static;
	}

	#sections .sectionsbloc.even .specialthumb {
		position: absolute;
		height: 700px;
		z-index: 1;
		top: auto;
		--size: 200Px;
		width: var(--size);
		height: var(--size);
		left: 72%;
		position: absolute;
		bottom: -140px;
	}

	#sections .sectionsbloc.even .section_thumb .blocthumb {
		height: calc(100% + 200px);
		z-index: 1;
		/* box-shadow: 0 0 20px rgb(0 0 0 / 20%); */
		top: initial;
		bottom: 100px;
	}

	#sections .sectionsbloc.odd .section_txt {
		padding-top: 280px;
		padding-bottom: 80px;
	}

	#sections .sectionsbloc.odd .section_txt:before,
	#sections .sectionsbloc.odd .section_txt:after {
		content: "";
		position: absolute;
		right: 0;
		top: 180px;
		width: 120%;
		height: calc(100% - 180px);
		background-color: var(--black);
		z-index: -1;
	}

	#sections .sectionsbloc.odd .section_txt .title h2,
	#sections .sectionsbloc.odd .section_txt,
	#sections .sectionsbloc.odd .has-medium-font-size,
	#sections .sectionsbloc.odd blockquote p {
		color: var(--white);
	}

	#sections .sectionsbloc.odd a:not([class*="button"]),
	#sections .sectionsbloc.odd a:not([class*="button"]) strong {
		background-image: linear-gradient(to bottom, transparent 20%, var(--white) 21%);
	}


	#sections .sectionsbloc.odd .section_thumb .blocthumb {
		top: 200px;
	}

	#sections .sectionsbloc.odd .section_thumb .specialthumb {
		top: 0
	}

	.sectionsbloc.section_num3 {
		margin-bottom: 40Px;
	}

	.sectionsbloc {
		padding: 50px 0Px;
	}

	.section_txt {
		position: relative;
		z-index: 2;
	}

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

	.sectionsbloc.even .wrap-text h2 {
		max-width: 600px;
	}

	#sections {
		padding-bottom: 200px;
	}
  /*------------------- 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;
  }
  /*------------------- PARTENAIRES ---------------------*/
  #partenaires
  {
    border-top: 1px solid #00000012;
  }
}

@media (min-width: 981px) and (max-width: 2100px) {
  .imageDiapo{
    -webkit-mask-image: url(../images/shapeCurve.svg);
    mask-image: url(../images/shapeCurve.svg);
    mask-position: center;
    -webkit-mask-position: center;
  }
}

@media(min-width: 1281px) {
  /*------------------- HEADER ---------------------*/
  .navigtoogleLogo {
    --size: 200px;
    width: calc(var(--size) * 1.5);
  }
  /*------------------- HEADERHOME ---------------------*/
  #headerHome
  {
    margin-top: -160px;
    min-height: 1200px;
  }
  /*-----------------*/
	/* 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;
  }
  /*------------------- NEWS ---------------------*/
  #news
  {
    padding: 150px 100px;
    padding-right: 200px;
  }
  #news .wrapper_inner_slider .content_slider
  {
    padding: 30px;
  }
  .home #news .wrapper_slider:nth-of-type(2) .content_slider
	{
		max-width: 500px;
		padding: 50px;
	}
	#news .wrapper_inner_slider .content_slider
	{
		width: 100%;
		padding: 50px;
	}
  /*-----------------*/
	/* SECTIONS */
	/*-----------------*/
	#sections .sectionsbloc.even .section_txt .wrap-text {
		padding: 100px 120px 100px 120px;
	}

	.sectionsbloc.section_num0 .wrap-text {
		padding-top: 200Px;
	}

	#sections .sectionsbloc.even .specialthumb {
		bottom: 50px;
		left: 55%;
		--size: 300Px;
	}

	.sectionsbloc.section_num0::before {
		top: 51%;
		height: calc(100% - 400px);
	}
  /*------------------- &&& ---------------------*/
  body:not(.fixHead) .navigtoogleLogo {
    margin-top: -90Px;
    margin-bottom: -10px;
  }
  .navigtoogleLogo
  {
    margin: 0 40px;
  }
}

@media(min-width: 1481px) {

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

	#sections .sectionsbloc.odd .section_txt:before,
	#sections .sectionsbloc.odd .section_txt:after {
		height: calc(100% - 90px);
	}

	#sections .sectionsbloc.odd .section_txt:after {
		top: 65%;
		left: 50%;
		transform: translate(-50%, -50%) rotate(15deg);
		--size: 30vw;
		width: var(--size);
		height: var(--size);
		background-image: linear-gradient(to right, #ececec 1px, transparent 1px), linear-gradient(to bottom, #ececec 1px, transparent 1px);
		background-position: 0 0;
		background-size: calc(100vw / 16) calc(100vw / 16);
		opacity: .075;
	}
}

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

@media(min-width: 2100px) {
    .imageDiapo {
      -webkit-mask-image: url(../images/shapeFull.svg);
      mask-image: url(../images/shapeFull.svg);
      mask-size: cover;
      mask-position: top center;
      -webkit-mask-position: top center;
    }
}


@media(max-width: 1680px) {

}

@media(max-width: 1480px) {
  /*-----------------*/
	/* SECTIONS */
	/*-----------------*/
	.sectionsbloc .wrap-text {
		padding: 80px 60px;
	}
}
@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: 200px;
    width: 50%;
    top: 0 !important;
    left: 0 !important;
    margin-bottom: 2px;
  }

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

  #content-wrapper .tertiarythumb {
    padding-left: 1px
  }
  #content-wrapper .content-body .title
  {
    padding-right: 100px;
  }
  /*------------------- &&& ---------------------*/
  .sectionsbloc .wp-block-columns
  {
    display: grid;
  }
}

@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;
  }
  /*-------------------MDTAC---------------------*/
  .md-tac {
    text-align: center;
  }

  .title.md-tac:not(.no-after):after {
    left: 50%;
    transform: translateX(-50%);
  }
  /*------------------- 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%;
  }
  /*------------------- CERTIFICATIONS ---------------------*/
  .widget_certifications
  {
    margin-top: 30px!important;
  }
  /*------------------- CONTACTMORE ---------------------*/
  #contactMore
  {
    margin: 40px 0;
  }
  /*------------------- NEWS ---------------------*/
  #news
  {
    padding: 50px 20px;
  }
  /*------------------- &&& ---------------------*/
  .gallery-item:last-child
  {
    grid-column: span 2;
  }
  /*------------------SECTIONS-----------------*/
	.wrap-text {
		max-width: 700Px;
		margin: 0px auto;
	}

	#sections .section_thumb {
		grid-gap: 0;
	}

	#sections .section_thumb img {
		transform: none !important;
	}

	.certifications {
		display: flex;
		align-items: center;
		gap: 10px;
	}

	.sectionsbloc .wrap-text {
		padding: 80px 25px;
	}

	.circleDegrade::after {
		display: none;
	}
  /*------------------- 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-coordonnees .wrappercontent > div{padding: 45px 10px 20px 10px;	}
	
	#footer #footerbloc {
	    grid-template-areas:
    	    "footerlogo"
    	    "footerLinks";
	    grid-template-columns: 1fr;
	    justify-items: center;
	    grid-row-gap: 0;
	}
}

@media(max-width: 767px) {
  /*-----------------*/
  /* PRESTATIONS */
  /*-----------------*/
	#prestations .prestations-content .tc_excerpt{display: none;}
  /*-----------------*/
	/* SECTIONS */
	/*-----------------*/
	.sectionsbloc .wrap-text {
		padding: 50px 25px;
	}
   /*-----------------*/
	/* FOOTER */
	/*-----------------*/
	#footerForm {padding: 60px 15px;}

  #footerForm #wrapperForm {
      padding: 40px 20px;
      max-width: 600px
  }

  #footer-coordonnees {bottom: 20px}
	#footer-coordonnees > .wrappercontent {flex-direction: column;}

	#footer-coordonnees .wrappercontent > div {
	    border: none;
	    max-width: 190px;
	    margin: 0 auto;
	    text-align: left;
	    padding: 10px 0 10px 24px;
	    align-items: flex-start;
	}
	#footer-coordonnees .wrappercontent > div:before {
	    left: 0;
	    top: 50%;
	    transform: translateY(-50%);
	}
}

@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;
  }
}