@media not all and (min-resolution:.001dpcm) { 
	@media {
    /*
      MEDIA QUERIES POUR CIBLER SAFARI UNIQUEMENT
     */   
    
    }
}
@media(min-width: 481px){}

@media(min-width: 768px){
	/*-----------------*/
    /* REASSURANCES */
    /*-----------------*/
    .picto-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
	/*-----------------*/
	/* ACTU */
	/*-----------------*/
	#news .wrapper_slider:first-of-type {
        grid-column:span 2;
        grid-row: span 3
    }
    #news .wrapper_slider:first-of-type .content_slider .title {
        min-width: 600px;
        position: relative;
        z-index: 2
    }
    #news .wrapper_slider:first-of-type .title_slider {
        font-size: 55px;
        text-shadow: 0 0 8px var(--black);
        line-height: 1.1;
        margin-bottom: 15px!important;
    }
    #news .wrapper_slider:first-of-type .wrapper_inner_slider { display: flex   }
    #news .wrapper_slider:first-of-type .thumbnail_slider {
        order: 2;
        height: 650px;
        width: 50%
    }
    #news .wrapper_slider:first-of-type .content_slider {
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end
	}
    #news .wrapper_slider:first-of-type .text_slider,
	#news .wrapper_slider:first-of-type .text_slider a {
        max-width: 80%;
        font-size: 16px;
    }
}
@media(min-width: 782px){
	/*-----------------*/
    /* SECTIONS */
    /*-----------------*/
	.sectionsbloc .wp-block-columns.video-colHome :is(.wp-block-image, .wp-block-image a){height: 100%;}
	
	.sectionsbloc .wp-block-columns.video-colHome .wp-block-image img{
	    object-fit: cover;
	    height: 100%;
	}
}
@media(min-width: 1025px){
	/*-----------------*/
    /* HEADER */
    /*-----------------*/
	
    #infoadresse {order: -1}
	#header.fixed-header #infoadresse br{display: none;}
    #logoCoordonnees {
        grid-row: span 2;
        margin: -22px 50px;
    }

    #logoCoordonnees img {width: 190px;}

    #header-coordonnees {margin: 25px auto;}

    #header-coordonnees>:nth-child(1), 
    #header-coordonnees>:nth-child(4) {
        padding: 0 24px 0 0;
        text-align: right
    }
    #header-coordonnees>:nth-child(1) span, 
    #header-coordonnees>:nth-child(4) span {text-align: right}

    #header-coordonnees>:nth-child(1):before, 
    #header-coordonnees>:nth-child(4):before {
        right: 0;
        left: auto
    }

	#header.fixed-header #header-coordonnees{
	    grid-gap: 10px 20px;
	    margin: 14px auto;
	}
	

    /*-----------------*/
    /* NAVPRIMARY */
    /*-----------------*/
    #navprimary {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        border-bottom: 1px solid rgb(255 255 255 / 40%);
        border-top: 1px solid rgb(255 255 255 / 40%);
    }
	#header.fixed-header #navprimary{
	    background: var(--black);
	    border: none;
	    position: relative;
	}
	
	/*-----------------*/
	/* HEADERHOME */
	/*-----------------*/
	#headerHome-content{padding-top: 80px;}
	
    /*-----------------*/
    /* CONTENT */
    /*-----------------*/
	.home #content:before {
	    background: var(--light-color);
	    --size: 30em;
	    width: var(--size);
	    height: var(--size);
	    top: 15em;
	}
	.home #content .textContent .wp-block-columns{gap: 100px;}
    .contentButton {top: 10px;}

	.textContent {
	    padding: 80px;
	    padding-top: 180px;
	    width: 95%;
	    max-width: 1100px;
	    background: var(--title-color);
	    background: url(../images/dark-pattern.jpg);
	}

    .nameContent {
	    top: 80px;
	    left: 60px;
	}

	.imgContent img {height: 500px;}

	.home #content {
		margin-top: -200px;
		z-index: 3;
		padding: 0;
	}
	.nameContent {
		font-size: 40px;
		left: 30px;
		min-width: 140%;
		text-align: left;
		top: 80px;
	}
	.contentButton>a{font-size: 1.3em;}

	/*-----------------*/
	/* GALLERY HOME */
	/*-----------------*/
	#galleryHome {
	    height: 900px;
	    overflow: visible;
	    z-index: 2;
	    margin-bottom: -150px;
	}
	#galleryHome .gallery-item {position: absolute;}

    #galleryHome .gallery-item:nth-child(1) {
	    width: 25em;
	    height: 15em;
	    left: -8em;
	    top: 0;
    }

    #galleryHome .gallery-item:nth-child(2) {
	    width: 15em;
	    height: 15em;
	    left: 2em;
	    bottom: 20em;
    }

    #galleryHome .gallery-item:nth-child(3) {
	    width: 17em;
	    height: 20em;
	    left: 50%;
	    transform: translateX(-50%);
	    bottom: 5em;
    }

    #galleryHome .gallery-item:nth-child(4) {
	    width: 15em;
	    height: 15em;
	    right: 2em;
	    bottom: 18em;
    }

    #galleryHome .gallery-item:nth-child(5) {
	    width: 20em;
	    height: 10em;
	    right: -7em;
	    top: 3em;
    }

    #galleryHome .gallery-item:nth-child(6) {
	    width: 22em;
	    height: 30em;
	    left: 50%;
	    transform: translateX(-50%);
	    top: -3em;
    }

	/*-----------------*/
    /* REASSURANCES */
    /*-----------------*/
    #reassurances {
		padding-top: 0;
		margin-top: -130px;
		z-index: 2;
	}
	#reassurances .title{
	    min-width: 270px;
	}
    .imgRea {height: 500Px;}

    .picto-container {
        grid-template-columns: repeat(4, 1fr);
        position: relative;
    }

    .picto-container::before {
        content: '';
        position: absolute;
        top: calc(100% + 40px);
        left: 0;
        width: 100%;
        height: 1px;
        z-index: -1;
        border-bottom: 1Px solid var(--primary-color);
    }

    .picto-container li {
        padding: 30Px;
        margin-top: -50Px;
        border-radius: 10px;
        background: var(--background-color);
        box-shadow: -10px -10px 20px #0000000f;
        position: relative;
        z-index: 1;
    }

    .picto-container li::before {
        content: '';
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        width: 1px;
        height: 57px;
        z-index: -1;
        border-right: 1Px solid var(--primary-color);
    }

    .picto-container li::after {
        content: '';
        position: absolute;
        top: calc(100% - 1px);
        left: 50.25%;
        transform: translateX(-50%);
        --size: 10px;
        width: var(--size);
        height: var(--size);
        z-index: -1;
        background: var(--primary-color);
        clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    }

    .nohome #reassurances {padding-bottom: 0;margin: 0;}

	/*-----------------*/
    /* SECTIONS */
    /*-----------------*/
	#sections{padding-top: 100px;}
	 .sectionsbloc.odd {padding-bottom: 100px}
    .sectionsbloc.even {z-index: 2}
    .sectionsbloc {gap: 0 30px}

	.sectionsbloc:last-child.even{padding-bottom: 80px;}

    .sectionsbloc.even .section_thumb .blocthumb {
        position: relative;
        top: 250px;
        height: 90%;
        margin-right: -200px;
        border: 10px solid var(--white);
        border-left: initial;
        border-top: initial
    }

    .sectionsbloc.odd .section_thumb,
    .sectionsbloc.odd .section_txt {grid-column: span 9}

    .sectionsbloc.odd .secondary_thumb {display: none}

    .sectionsbloc.odd .section_thumb {
        height: 700px;
        margin-top: -105px;
        filter: brightness(.5);
        order: inherit;
    }

    .sectionsbloc.odd .section_txt {
        max-width: 1300px;
        margin: 0 auto;
        margin-top: -280px;
        width: 95%;
        background: var(--title-color);
        background: url(../images/dark-pattern.jpg);
    }

    .sectionsbloc.odd .section_txt,
    .sectionsbloc.odd .section_txt :is(h2, h3, h4, h5, h6) {color: var(--white)}

    .sectionsbloc .specialthumb {
        height: 70%;
        margin-left: -300px;
        border: 10px solid var(--background-color)
    }

    .sectionsbloc.odd:not(.section_num3) .wrap-text {
        column-count: 2;
        column-gap: 80px;
    }
	.sectionsbloc .section_thumb .blocthumb img{height: 120%;}

	.sectionsbloc.even.buttons-empty .section_txt{padding-bottom: 150px;}
	.sectionsbloc .wp-block-columns.video-colHome{gap: 100px;}

	 /*-----------------*/
    /* ACTU */
    /*-----------------*/
	#news{padding: 220px 30px 280px;}
	#news .wrapper_slider:first-of-type .text_slider a {
        line-height: 1.4;
        font-size: 19px;
    }

	/*-----------------*/
    /* FOOTER */
    /*-----------------*/
	#footer:before{
	    height: 500px;
	    top: 35px;
	}
	.wrapperContact{width: 90%;}

	#wrapperForm .title {
        position: absolute;
        top: 0;
        left: 0px;
        background: var(--primary-color);
        padding: 10px 15px;
        margin: 0;
    }
	#wrapperForm .title h2 {
        color: var(--white);
        text-transform: uppercase;
        font-size: 20px;
        letter-spacing: 2px;
    }

    #wrapperForm .title::after {
        display: none
    }
	#footer{margin-top: 35px;}
}

@media(min-width: 1281px){
	/*-----------------*/
    /* HEADER */
    /*-----------------*/
	#logoCoordonnees img {width: 220px;}
	#header-coordonnees {margin: 40px auto;}

	/*-----------------*/
	/* HEADERHOME */
	/*-----------------*/
	#headerHome-content{padding-top: 110px;}
	
    /*-----------------*/
    /* CONTENT */
    /*-----------------*/
    .contentButton a{font-size: 2em;}
	.nameContent{font-size: 3em;}

	/*-----------------*/
    /* GALLERY HOME */
    /*-----------------*/
    #galleryHome .gallery-item:nth-child(1) {
	    height: 25em;
	    top: -15em;
	    left: -5em;
    }

    #galleryHome .gallery-item:nth-child(5) {
	    height: 20em;
	    top: -15em;
	    width: 25em;
	}

	/*-----------------*/
    /* REASSURANCES */
    /*-----------------*/
    .picto-container li{
        border-radius: 50%;
        --size: 200px;
        width: var(--size);
        height: var(--size);
        display: grid;
        align-items: center;
        justify-items: center;
        align-content: center;
        padding: 40px 32px 60px;
    }
    .picto-container li p{margin-top: 10px;}
    .picto-container li::after{
        all: initial;
        content: "";
        position: absolute;
        --size: 110%;
        width: var(--size);
        height: calc(var(--size) - 2%);
        background: url(../images/border.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        z-index: 2;
        top: 46%;
        left: 48.5%;
        filter: drop-shadow(1Px 0Px var(--primary-color));
        pointer-events: none;
        transform: translate(-50%, -50%) rotate(var(--rotate));
    }

	/*-----------------*/
    /* SECTIONS */
    /*-----------------*/
    .sectionsbloc.odd .section_thumb {margin-top: -125px;}
}

@media(min-width: 1481px){
    /*-----------------*/
    /* GALLERY HOME */
    /*-----------------*/
    #galleryHome .gallery-item:nth-child(1) {
	    left: 2em;
	    top: -15em;
	    width: 30em;
    }

    #galleryHome .gallery-item:nth-child(2) {
	    width: 20em;
	    left: 10em;
	    bottom: 20em;
    }

    #galleryHome .gallery-item:nth-child(4) {
	    width: 20em;
	    right: 10em;
	    bottom: 18em;
   }

    #galleryHome .gallery-item:nth-child(5) {
	    width: 30em;
	    right: 3em;
	    top: -15em;
    }

	/*-----------------*/
    /* REASSURANCES */
    /*-----------------*/
	#reassurances .title{
	    left: -20%;
	    min-width: 120%;
	}
	
	/*-----------------*/
    /* SECTIONS */
    /*-----------------*/
     .sectionsbloc.odd .section_thumb .blocthumb {
        width:calc(100% - 100px);
        margin-left: auto
    }
	.sectionsbloc .wrap-text {padding: 100px 120px}
	
}

@media(min-width: 1681px){
    /*-----------------*/
    /* GALERY HOME */
    /*-----------------*/
    #galleryHome .gallery-item:nth-child(1) {
	    left: 2em;
	    top: -15em;
    }

    #galleryHome .gallery-item:nth-child(2) {
	    left: 20em;
	    bottom: 20em;
    }

    #galleryHome .gallery-item:nth-child(4) {
	    right: 20em;
	    bottom: 18em;
    }

    #galleryHome .gallery-item:nth-child(5) {
	    right: 3em;
	    top: -15em;
    }
}

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

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

@media(max-width: 1280px){
	/*-----------------*/
    /* HEADER */
    /*-----------------*/
	html[lang=de] .navigmenu .naviglink.lvl-0{padding: 20px 9px;}
}

@media(max-width: 1024px){
	/*-----------------*/
    /* HEADER */
    /*-----------------*/
	html[lang] .navigmenu .naviglink.lvl-0{
		padding: 10px 16px;
	}
	
	/*-----------------*/
    /* NAVPRIMARY */
    /*-----------------*/
	#navprimary .navigmenu .naviglink.lvl-0:not(.item-logo) span:after{
	    bottom: 0;
	    height: 2px;
	}
	/*-----------------*/
	/* HEADERHOME  */
	/*-----------------*/
	#headerHome-bigTxt{font-size: 40px;}
	#headerHome-content{padding-top: 170px;}
	#headerHome-content .wrappercontent{max-width: 670px;}
	
	
    /*-----------------*/
    /* CONTENT */
    /*-----------------*/
	.contentButton{
    max-width: 500px;
}
	.imgContent img{max-width: none;}
	.nameContent{
		top: 35px;
		font-size: 46px;
	}
	#content .wp-block-media-text.medium-break{grid-template-columns: 1fr !important;}
	#content .wp-block-media-text.medium-break .wp-block-media-text__media{
		grid-column: 1;
        grid-row: 1;
		height: 300px;
	}
	#content .wp-block-media-text.medium-break .wp-block-media-text__content{
		grid-column: 1;
		grid-row: 2;
		padding: 30px 0;
	}
    .home #content {
	    margin-top: 0;
	    padding: 30px 0px 0 0px;
	    background: var(--title-color);
	    background: url(../images/dark-pattern.jpg);
	}
	.contentButton>a{
		font-size: 19px;
		padding: 20px;
	}
	.imgContent .blocthumb{margin-bottom: -20px;}

	/*-----------------*/
    /* GALLERY HOME */
    /*-----------------*/
	#galleryHome .gallery {
	    display: grid;
	    grid-template-columns: repeat(3, 1fr);
	    grid-auto-rows: 150px;
    }

	/*-----------------*/
	/* REASSURANCES */
	/*-----------------*/
	#reassurances{
	    background: var(--light-color);
	    padding-top: 0;
	    margin-top: 50px;
	}
	.home #reassurances{
	    margin-top: 0;
	    z-index: 2;
	    padding-bottom: 30px;
	}
	.imgRea{
	    min-height: 200px;
	    margin-top: -50px;
	}
	.picto-container li{
		flex-direction: row;
		text-align: left;
		max-width: 245px;
		width: 100%;
		margin: 15px auto;
	}
	.picto-container li p{margin: 0 0 0 15px;}
	#reassurances .title{padding: 50px 10px 30px;}

	/*-----------------*/
    /* SECTIONS */
    /*-----------------*/
     .sectionsbloc .section_txt {
        max-width: 850px;
        margin: 0 auto;
        width: 100%
    }
    .sectionsbloc .specialthumb {height: 100%}
	.section_txt{order: -2}

	/*-----------------*/
	/* ACTU */
	/*-----------------*/
	#news .content-news {grid-gap: 0 30px}
	#news:after{content: none;}
	#news {
		padding: 80px 15px 190px;
		margin: 0;
	}
	#news .wrapper_slider{
	    padding-bottom: 20px;
	    margin-bottom: 20px;
	}
	#news .title_slider{font-size: 25px;}
    #news .wrapper_slider:first-of-type .text_slider,
	#news .wrapper_slider:first-of-type .text_slider a {line-height: 1.5;}
    #news .wrapper_slider:first-of-type .content_slider .title { min-width: 170%}
    #news .wrapper_slider:first-of-type .title_slider {font-size: 35px;}

	/*-----------------*/
	/* FOOTER */
	/*-----------------*/
	#footer:before{content: none;}
	.imgContact {height: 300px;}
	
	#wrapperForm{padding: 40px 20px;}

}

@media(max-width: 767px){

	/*-----------------*/
	/* HEADERHOME  */
	/*-----------------*/
	#headerHome-bigTxt{font-size: 20px;}
	#headerHome-content{padding-top: 150px;}
	
    /*-----------------*/
	/* CONTENT */
	/*-----------------*/
	.nameContent{
		top: 20px;
		font-size: 26px;
	}
	.textContent{padding: 50px 0 0;}
	#content-pattern:before{content: none;}
	
	/*-----------------*/
	/* ACTU */
	/*-----------------*/
	
    #news .wrapper_slider:first-of-type .wrapper_inner_slider {
        display: flex;
        flex-direction: column-reverse
    }
	#news .wrapper_slider:first-of-type .content_slider .title { min-width: auto}
	
    #news .title_slider,
	#news .wrapper_slider:first-of-type .title_slider {font-size: 24px;}

    #news .next_slider { margin-top: -10px   }

    #news .wrapper_slider:first-of-type .thumbnail_slider {
        height: 200px;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    #news .content-news {grid-gap: 20px 0;}
    #news {padding: 70px 15px 100px;}
}

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