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

@media(min-width: 768px){

	/*-----------------*/
    /* CONTENT */
    /*-----------------*/
    .home #content .icons-item .wp-block-media-text {
        max-width: 350px;
        grid-template-columns: 100px 1fr !important;
        margin: 0;
        text-align: left;
    }
	.home #content .icons-item{flex-wrap: nowrap!important;}

	/*-----------------*/
    /* REASSURNCES */
    /*-----------------*/
	#reassurances{padding: 120px 15px;}

	/*-----------------*/
	/* FOOTER */
	/*-----------------*/
	#footerLinks{border-top: solid 1px #ffffff42;}
	
}

@media(min-width: 1025px){
    /*-----------------*/
	/* HEADER */
	/*-----------------*/
    #logo{margin: 20px 0}
    #autotraduction{border-left: solid 1px #ffffff4d;}
    #header-social{
        display: flex;
        border-right: solid 1px #ffffff4d;
    }
    #header-social .sociblock .share-buttons a{--size: 40px;}

	#header.fixed-header #logo{margin: 10px 0;}
	#header.fixed-header #logoheader{width: 130px;}
	#header.fixed-header #headerGrid{grid-template-columns: 200px 1fr 180px;}

    /*-----------------*/
	/* NAVPRIMARY */
	/*-----------------*/
    #navprimary{
        width: 100%;
        border-bottom: solid 1px #ffffff4d;
        border-top: solid 1px #ffffff4d;
    }
	#header.fixed-header #navprimary{border-bottom: 0;}
	html[lang=de] .navigmenu .naviglink.lvl-0{
    padding: 20px 10px;
    font-size: 14px;
}

	/*-----------------*/
	/* HEADERHOME */
	/*-----------------*/
	#headerHome-content{padding-top: 210px;}
	
    /*-----------------*/
    /* EVENEMENTS */
    /*-----------------*/
	#evenements{padding: 150px 15px;}
	#evenements:before{
		content: "";
		width: calc(50% - 85px);
		height: 70%;
		position: absolute;
		top: calc(50% - 5px);
		left: 0;
		background-color: var(--light-color);
		border-radius: 0 150px 150px 0;
		z-index: -2;
		transform: translateY(-50%);
	}
	.nohome #evenements:before{background: var(--white);}

	/*-----------------*/
	/* REASSURANCES */
	/*-----------------*/
	.home #reassurances{padding: 120px 30px;}
	#reassurances .wrappercontent > div:first-child{min-width: 380px;}
	
	/*-----------------*/
    /* CONTENT */
    /*-----------------*/
    .home  #content .imgContentWrap {
        display: grid;
        height: 100%;
    }
    .home #content .contentBottom .tc_content{padding: 40px 0 30px 40px;}
	.home #content .contentBottom .tc_content p{margin-bottom: 20px;}

    .home #content .wrapperContentHome {gap: 60px;}

    .home #content .imgContent img {
        border-radius: 20px;
        overflow: hidden;
    }

    .home #content .specialthumb {grid-row: span 2;}

	.home #content .specialthumb img {
        top: 55%;
        transform: translateY(-50%);
        height: 70%;
    }

   .home #content .quaternarythumb {
        position: absolute;
        top: -5%;
        left: initial;
        right: 1%;
        width: 40%;
        height: 20%;
        overflow: hidden;
    }
	.home #content .textContent{padding: 0 0px 80px;}

	/*-----------------*/
    /* ACTU */
    /*-----------------*/
	#news .title_slider{font-size: 20px;}
    #news {
        margin-top: -90px;
        padding-bottom: 40px;
    }
	#news-bottom{
	    position: absolute;
	    bottom: 0;
	    left: 40px;
	}
	#news .wrapper_slider:first-child{ margin-top: -100px;}


	/*-----------------*/
	/* SECTIONS */
	/*-----------------*/
	#sections{padding: 100px 0 0;}
	.section_txt { z-index: 2}
	.sectionsbloc .wrap-text{
		width: 100%;
	    margin: 0 auto;
	    max-width: 900px;
	}
	.sectionsbloc .specialthumb{
		position: relative;
		left: -200px;
		width: calc(100% + 100px);
		margin-bottom: 90px;
		height: 450px;
		border-radius: 10px;
		overflow: hidden;
	}
	.sectionsbloc.odd .specialthumb {left: 200px;}
	.sectionsbloc.odd:before {
		top: 400px;
		height: calc(100% - 400px);
	}
	
	.sectionsbloc {padding: 100px 0;}
	.sectionsbloc:first-child {padding-top: 0;}

	/*-----------------*/
    /* FOOTER */
    /*-----------------*/
	.wrapperFooter {
        padding: 50px;
        width: 94%
    }
	html[lang=de] #footer #footerNav a{
    padding: 6px 15px;
    letter-spacing: 0.2px;
}
}

@media(min-width: 1281px){
	/*-----------------*/
    /* CONTENT */
    /*-----------------*/
	.home #content{padding: 100px 60px;}
	.home #content .textContent{ padding: 100px 20px;}
	.home #content .icons-item{flex-wrap: nowrap!important;flex-direction: row;}

	/*-----------------*/
    /* ACTU */
    /*-----------------*/
	#news-bottom{left: 80px;}
}

@media(min-width: 1481px){
	/*-----------------*/
    /* CONTENT */
    /*-----------------*/
	.home #content{padding: 180px 100px;}
    .home .textContent .title {margin-left: -50px;}

    .home #content::before {
        background: var(--primary-color);
        width: 70Px;
        height: 68%;
        border-bottom-left-radius: 150Px;
        left: initial;
        right: 0;
        top: 0;
    }

}

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

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

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

@media(max-width: 1280px){
	/*-----------------*/
    /* FOOTER */
    /*-----------------*/
	.wrapperFooter{grid-gap: 30px !important;}
}

@media(max-width: 1024px){
	/*-----------------*/
    /* LOADER */
    /*-----------------*/
	#loader-wrapper svg{width: 200px;}

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

	/*-----------------*/
    /* ELEMENTS */
    /*-----------------*/
	#content .eb-flipbox-container :is(.eb-flipbox-back-title, .eb-flipbox-front-title) {font-size: 22px;}
	
	/*-----------------*/
    /* CONTENT */
    /*-----------------*/
    .home #content :is(.textContent, .contentBottom .tc_content){
        max-width: 700Px;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding: 0;
    }
	.home #content .imgContent{height: 150px;}
	.home #content .imgContentWrapChild{grid-gap: 5px;margin-top: 50px;}

	.home #content .textContent p:last-of-type{padding: 0;}
	.home #content .contentBottom {
		margin-top: 30px;
		display: flex;
		flex-direction: column-reverse;
	}
	.home #news #news-bottom{
	    text-align: center;
	    margin-top: 20px;
	}
	.imgContentWrapChild:before{
		left: -20px;
		--size: 140px;
		font-size: 13px;
	}

	/*-----------------*/
	/* TEMOIGNAGES */
	/*-----------------*/
	.home #temoignages .widget_temoignages{align-items: flex-start;}
	.home #temoignages .widget_temoignages .bloc_temoignages{padding: 10px;}
	.home #temoignages .widget_temoignages .bloc_temoignages .wrap-element{min-height: auto;padding: 40px;margin: 0;}

	/*-----------------*/
	/* CHIFFRES */
	/*-----------------*/
	#chiffres .wp-block-columns{flex-wrap: wrap!important;}
	#chiffres .wp-block-column{flex-basis: 100% !important;}
	#chiffres .chiffres-header p{text-align: center;}
	
	/*-----------------*/
	/* REASSURANCES */
	/*-----------------*/
	#reassurances .linkTurn{margin-top: 20px;}
	
	/*-----------------*/
    /* ACTU */
    /*-----------------*/
	#news{padding: 40px 0 0;}
	#news .wrapper_slider{padding: 10px 10px;}
	.content_slider {padding: 20px 0;}

	/*-----------------*/
	/* SECTIONS */
	/*-----------------*/
	#sections .sectionsbloc .section_thumb{width: 50%;}
	#sections .sectionsbloc .specialthumb{
		right: 0;
		width: 50%;
		position: absolute;
		bottom: 0;
		height: 450px;
	}

	/*-----------------*/
	/* FOOTER */
	/*-----------------*/
	#footer #footerNav a{
	    font-size: 11px;
	    padding: 6px 10px;
	    letter-spacing: 0;
	}
	#footer #footerNav .menu-item:not(:last-of-type):after{top: calc(50% + 2px);}
	.wrapperFooter{
		grid-gap: 0 !important;
		max-width: 650px;
	}
	
	
}

@media(max-width: 767px){
	/*-----------------*/
    /* ELEMENTS */
    /*-----------------*/
	*:not(.wp-block-button__link, .button, .wp-block-separator).has-background{
		padding: 20px !important;
	}
	#content .eb-flipbox-container :is(.eb-flipbox-back-title, .eb-flipbox-front-title) {font-size: 20px;}
	#content .hover-effect figure h2{font-size: 20px;}


	/*-----------------*/
    /* HEADERHOME */
    /*-----------------*/
	#headerHome-content{padding-top: 110px;}
	
	/*-----------------*/
    /* LOADER */
    /*-----------------*/
	#loader-wrapper svg{width: 150px;}

	/*-----------------*/
    /* CHIFFRES */
    /*-----------------*/
	#chiffres .chiffres-wrapper{
	    grid-gap: 10px;
	    grid-template-columns: repeat(2, 1fr);
	}
	#chiffres .eb-counter-wrapper{padding: 12px;}
	#chiffres .eb-counter-number{font-size: 25px;}
	#chiffres .eb-counter-title{font-size: 14px;}
	#chiffres .eb-icon{
	    --size: 40px;
	    padding: 8px 10px 15px 16px;
	}
	#chiffres .eb-icon span{
	    --size: 15px;
	    font-size: var(--size);
	    height: var(--size);
	    width: var(--size);
	}

	/*-----------------*/
    /* EVENEMENTS */
    /*-----------------*/
	.event-title h2{font-size: 18px;}
	.event-meta-bottom{
	    flex-direction: column;
	    align-items: flex-start!important;
	}
	.event-info-bar{
		flex-direction: column;
		gap: 10px;
	}

	/*-----------------*/
	/* TEMOIGNAGES */
	/*-----------------*/
	.nohome #temoignages .widget_temoignages{
		column-count: 2;
        column-gap: 20px;
	}
	.home #temoignages .widget_temoignages .bloc_temoignages .wrap-element{
	    padding: 25px 20px;
	}
	#temoignages .bloc_temoignages h3{font-size: 18px;}
	#temoignages .bloc_temoignages p{font-size: 14px;}

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

	
	/*-----------------*/
	/* FORMULAIRE ADHESION */
	/*-----------------*/
	#formulaire-adhesion{
	    padding: 40px 15px;
	    margin: 50px 0;
	}

	/*-----------------*/
	/* SECTIONS */
	/*-----------------*/
	#sections .sectionsbloc .specialthumb{
		height: 300px;
	}

	/*-----------------*/
	/* REASSURANCES */
	/*-----------------*/
	.picto-container{grid-template-columns: repeat(1, 1fr);}
	
	.picto-container li p{font-size: 15px;}
	.picto-container li p strong{font-size: 12px;}

	.picto-container li:nth-child(3){border-bottom: none;}

	.picto-container li{padding: 40px 20px;}

}

@media(max-width: 480px){
	/*-----------------*/
    /* HEADER */
    /*-----------------*/
	#autotraduction{
	    background: var(--tertiary-color);
	    padding: 10px;
	    margin: -10px -10px 10px;
	    width: stretch;
	}
	/*-----------------*/
	/* TEMOIGNAGES */
	/*-----------------*/
	.nohome #temoignages .widget_temoignages{
		column-count: 1;
	    column-gap: 0;
	}
}