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

@media(min-width: 768px){
    /*-----------------*/
	/* 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: 48px;
        text-shadow: 0 0 8px var(--black);
        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: 18px;
    }


}

@media(min-width: 1025px){
	/*-----------------*/
	/* HEADER */
	/*-----------------*/
    #header-coordonnees:after {
        width: 300%;
        height: 200vh;
        left: -30px;
        top: -75vh;
        background: var(--background-color);
        border-left: 1px solid var(--primary-color);
    }
	.ckmenu{display: none;}
    
    /*-----------------*/
	/* HEADER NAV */
	/*-----------------*/
	  #navprimary .navigmenu .navdown{
        display: block!important;
        position: relative;
        background: none;
        height: auto!important;
        margin: 0!important;
        padding: 0!important;
        box-shadow: none;
        top: 0;
    }
    #navprimary .navigmenu{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        align-items: flex-start;
        gap: 0 20px;
    }
    #navprimary .navigtoogle.has-child .naviglink.lvl-0:after{display: none;}
	
	#header-nav{
	    position: absolute;
	    top: 140px;
	    right: 0;
	    width: 100%;
	    background: var(--secondary-color);
	    overflow: hidden;
	    z-index: 9998;
	    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
	    transition: clip-path 0.5s cubic-bezier(1, 0, 0.55, 1);
	}
	#header-nav .wrappercontent{
	    padding: 0 50px 50px;
	    height: 100%;
	}
	
	#navprimary .navigtoogle{
	    transform: translateY(50px);
	    transition: all .4s;
	    opacity: 0;
	    margin-top: 20px;
	}
	
	#header-coordonnees{padding-top: 58px;}
	#header-coordonnees .title h2{font-size: 34px;}

	#header-coordonnees > div:not(.title){
	
		margin: 20px 0;
		z-index: 2;
	}
	
	#header-coordonnees > div,
	#header-coordonnees #header-social{
	    transform: translateY(100px);
	    opacity: 0;
	    transition: all .7s;
	}
	.nav-text{
	    position: relative;
	    height: 100%;
	}
	.nav-text .text{
	    position: absolute;
	    right: 0;
	    top: 50%;
	    transform: translateY(-50%);
	    z-index: 2;
	    opacity: 0;
	    transition: all .4s;
	}
	.nav-text .text p{
	    writing-mode: vertical-rl;
	    transform: rotate(180deg);
	    font-size: 10vw;
	    font-weight: 800;
	    line-height: 1;
	    text-transform: uppercase;
	    opacity: .05;
	    color: var(--white);
	    font-family: var(--font-bold);
	}
	body.is-toggle-open  #header-nav{clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);}
	body.is-toggle-open  #navprimary .navigtoogle{
	    transform: translateY(0);
	    opacity: 1;
	    transition-delay: 1.4s;
	}
	
	body.is-toggle-open  #navprimary .navigtoogle:nth-child(2) { transition-delay: 0.4s; }
	body.is-toggle-open  #navprimary .navigtoogle:nth-child(3) { transition-delay: 0.6s; }
	body.is-toggle-open  #navprimary .navigtoogle:nth-child(4) { transition-delay: 0.8s; }
	body.is-toggle-open  #navprimary .navigtoogle:nth-child(5) { transition-delay: 1s; }
	body.is-toggle-open  #navprimary .navigtoogle:nth-child(6) { transition-delay: 1.2s; }
	body.is-toggle-open  #navprimary .navigtoogle:nth-child(7) { transition-delay: 1.4s; }
	body.is-toggle-open  #navprimary .navigtoogle:nth-child(8) { transition-delay: 1.6s; }
	body.is-toggle-open  #navprimary .navigtoogle:nth-child(9) { transition-delay: 1.8s; }
	body.is-toggle-open  #navprimary .navigtoogle:nth-child(10) { transition-delay: 2s; }
	body.is-toggle-open  #navprimary .navigtoogle:nth-child(11) { transition-delay: 2.2s; }
	body.is-toggle-open  #navprimary .navigtoogle:nth-child(12) { transition-delay: 2.4s; }
	body.is-toggle-open  #navprimary .navigtoogle:nth-child(13) { transition-delay: 2.6s; }
	
	body.is-toggle-open #header-coordonnees   > div,
	body.is-toggle-open #header-coordonnees #header-social{
	    transform: translateY(0);
	    opacity: 1;
	    transition-delay: 1s;
	}
	body.is-toggle-open  #header-coordonnees  > div:nth-child(1) { transition-delay: 0.4s; }
	body.is-toggle-open  #header-coordonnees  > div:nth-child(2) { transition-delay: 0.6s; }
	body.is-toggle-open  #header-coordonnees  > div:nth-child(3) { transition-delay: 0.8s; }
	body.is-toggle-open  #header-coordonnees  > div:nth-child(4) { transition-delay: 1s; }
	body.is-toggle-open  #header-coordonnees #header-social { transition-delay: 1.2s; }
	
	body.is-toggle-open .nav-text .text{
	    opacity: 1;
	    transition-delay: 1s;
	}
    /*-----------------*/
	/* NAVPRIMARY / NAVSECONDARY */
	/*-----------------*/
	#navsecondary{padding: 10px 10px;}
	
    #navsecondary .navigmenu .naviglink:not(.item-home) {
        font-size: 30px;
        padding: 6px 14px;
    }

     .navigtoogleLogo{
        width: 200px;
        margin: 0 auto;
    }
    .navsecondary-left,
    .navsecondary-right{width: calc(100% / 2 - 200px / 2);}
     .navsecondary-right{justify-content: end;padding-right: 120px;}
   
	/*-----------------*/
	/* HEADER NAV */
	/*-----------------*/
	#header-nav {top: 130px;}
	#navprimary .navigtoogle{margin-top: 50px;}
	#navprimary .navigmenu{grid-template-columns: repeat(3, 1fr);}

		/*-----------------*/
	/* CONTENT */
	/*-----------------*/
	.home #content .blocthumb {
        position: absolute;
        left: 0;
        top: 0;
        width: 65.9%;
        height: 85%;
    }
	.home #content .wrap-text {
        padding: 0;
        max-width: 57%;
        margin-left: auto;
        background: var(--background-color);
        position: relative;
        z-index: 1;
        padding: 30px;
    }
	.home #content .content_txt{padding-top: 100px;}
	.home #content .content_title .title{max-width: 55%;margin-bottom: 60px;}
	.home #content .content_thumb .specialthumb{
	    position: absolute;
	    width: 284px;
	    height: 284px;
	    z-index: 1;
	    top: -285px;
	    left: -100px;
	}
	.home #content .content_thumb .tertiarythumb{
		height: 80%;
		position: relative;
		top: -15%;
	}
	.home #content .content_thumb .tertiarythumb img{object-position: right;}
	.home #content .content_thumb{padding-left: 30px;}
	.home #content{
		padding-top: 180px;
		padding-bottom: 120px;
	}


	/*-----------------*/
	/* GALLERY HOME */
	/*-----------------*/
	#galleryHome .fashion-slider-button{
	    top: auto;
	    transform: none;
	    bottom: 50px;
	}
	#galleryHome .fashion-slider-button-prev{left: 40%;}
	#galleryHome .fashion-slider-button-next{right: 40%;}

	
	/*-----------------*/
	/* MATCHS */
	/*-----------------*/
	#matchs .title h2{font-size: 55px;}
	#matchs .title h2 span{font-size: 90px;line-height: 0.5;}

	/*-----------------*/
	/* SECTIONS */
	/*-----------------*/
	#sections{padding: 100px 0 150px;}
    .section_thumb {width: 38%;}
	.section_txt {width: 62%;}
	.section_title{
		width: 100%;
		margin-bottom: 20px;
		padding: 0 30px;
		max-width: 1400px;
	}
	.sectionsbloc{
		padding: 70px 0 0;
		width: 100%;
		flex-wrap: wrap;
	}
    .section_thumb .blocthumb {
        height: 100%;
        width: 81%;
    }
    .section_thumb .specialthumb {
        position: absolute;
        bottom: -80px;
        right: 5%;
        width: 35%;
        height: 300px;
        border: solid var(--background-color) 10px;
    }
    .section_txt .wrap-text{
        padding: 50px 50px 20px;
        width: 80%;
        margin-left: auto;
        max-width: 770px;
    }
    .sectionsbloc .section_txt .wrap-content {
        padding-left: 70px;
        padding-right: 0;
    }
    .sectionsbloc .section_txt .tertiarythumb {
        position: absolute;
        left: -30%;
        bottom: 70px;
        width: 38%;
        height: 50%;
    }
	.buttons-wrap{align-items: flex-start;	}

	/*-----------------*/
    /* ACTU */
    /*-----------------*/
	#news{padding: 150px 30px 160px;}

	/*-----------------*/
	/* PARTENAIRES */
	/*-----------------*/
	#partenaires #partenaires-header .title small{max-width: 470px;}
}

@media(min-width: 1281px){
	/*-----------------*/
    /* CONTENT */
    /*-----------------*/
	.home #content .content_thumb .specialthumb{
	    width: 334px;
	    height: 394px;
	    top: -355px;
	}
	.home #content{padding: 160px 0 100px;}
	.home #content .wrap-text{
		padding: 50px;
		max-width: 47%;
	}

	/*-----------------*/
    /* MATCHS */
    /*-----------------*/
	#matchs .wrappercontent{padding: 40px 50px;}
	#matchs .title h2{font-size: 60px;}
	
	/*-----------------*/
	/* SECTIONS */
	/*-----------------*/
	#sections{padding: 100px 0 250px;}
	.section_thumb {width: 40%;}
    .section_txt {width: 58%;}

	/*-----------------*/
    /* ACTU */
    /*-----------------*/
	#news{padding: 150px 30px 200px;}
	#news .wrapper_slider:first-of-type .text_slider a {
        line-height: 1.4;
        font-size: 19px;
    }
	#listarticles{column-gap: 50px;}
}

@media(min-width: 1481px){
	/*-----------------*/
	/* SECTIONS */
	/*-----------------*/
	.section_txt .wrap-text {padding: 60px 70px 0;}
}

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

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

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

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

@media(max-width: 1024px){
	/*-----------------*/
	/* LODAER */
	/*-----------------*/
	#loader-wrapper svg{width: 180px;}
	
	/*-----------------*/
	/* HEADER */
	/*-----------------*/
	#header-nav .wrappercontent{
	    padding: 0;
	    grid-gap: 0;
	}

	#header-coordonnees {
		position: fixed;
		top: 0;
		height: 100%;
		min-height: 100%;
		background: var(--tertiary-color);
		background-position: center;
		background-size: cover;
		overflow: hidden;
		visibility: hidden;
		overflow: scroll;
		z-index: 9998;
		transition: all .6s cubic-bezier(.77, 0, .175, 1);
		text-align: left;
		box-shadow: 0 0 30px #00000057;
		right: -210px;
		width: 210px;
		padding: 65px 20px 65px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	#header-coordonnees .title h2{font-size: 30px;}
	#header-coordonnees .title{
	    padding-bottom: 15px;
	    margin-bottom: 30px;
	}
	#info-toogle_name,
	#info-toogle_inner{display: none;}
	#info-toogle{
		background-color: var(--primary-color);
		width: var(--size);
		padding: 0;
		justify-content: center;
		position: relative;
		top: auto;
		right: auto;
	}
	#info-toogle:before {
		--size:24px;
	    content: "";
	    background-image: url(../images/icons/mail-white.svg);
	    background-size: contain;
	    background-position: center center;
	    background-repeat: no-repeat;
	    display: block;
	    width: var(--size);
	    height: var(--size);
	    z-index: 1;
	}
	.is-toggle-open #header #info-toogle:before {
	    background-image: url(../images/icons/close-white.svg);
		--size:20px;
	}
	
	/*-----------------*/
	/* NAVPRIMARY */
	/*-----------------*/
	.principal-item .navdown{
		display: block!important;
		padding: 0!important;
		background: none;
		box-shadow: none;
	}
	.ckmenu {
		display: flex;
		flex-wrap: nowrap;
		justify-content: flex-end;
		x-end;
		position: relative;
		z-index: 10;
	}
	.navigmenu .navdown{padding: 4px 0;}
	.ckmenu-toogle {
		--size: 45px;
		padding: 10px;
		flex: 0 1 auto;
		align-self: auto;
		position: relative;
		background-color: var(--primary-color);
		width: var(--size);
		height: var(--size);
		display: block;
		border-radius: 100px;
	}
	.navigmenu .navigtoogle:not(.principal-item) .naviglink.lvl-1{
	    font-size: 16px;
	    padding: 8px 10px;
	    text-align: center;
	}

	/*-----------------*/
	/* HEADERHOME */
	/*-----------------*/
	#headerHome-content{padding-bottom: 60px;}

	/*-----------------*/
	/* MATCHS */
	/*-----------------*/
	#matchs{padding: 25px 15px;}
	#matchs .wrappercontent{padding: 30px 20px;}
	#matchs .wrappercontent .title{
	    text-align: center;
	    margin-bottom: 30px;
	}
	#matchs .match-date-text{padding-bottom: 20px;}
	
	/*-----------------*/
	/* CONTENT */
	/*-----------------*/
	.home #content {
	    flex-direction: column;
	    display: flex;
	    padding-top: 40px;
	}
	.home #content .content_thumb  {
		display: grid;
		align-items: stretch;
		grid-template-columns: repeat(2,1fr);
		grid-auto-rows: 200px;
		gap: 5px;
	}
	.home #content .content_thumb > div{height: 100%;}
	.home #content .content_txt .wrap-text{grid-column: span 2;margin-bottom: 50px;}
	.home #content .content_txt .blocthumb {height: 400px;margin-bottom: 5px;}
	.home #content .content_title{padding: 0;}

	.home #content .linkTurn{
	    --size: 9rem;
	    position: absolute;
	    top: -70px;
	    margin: 0 auto;
	    right: 0;
	}
	
	/*-----------------*/
	/* ORGANNIGRAMME SPORTIF */
	/*-----------------*/
	ul.organigramme-sportif span.node-card {font-size: 16px;}

	/*-----------------*/
    /* SECTIONS */
    /*-----------------*/
    #sections .sectionsbloc {
	    flex-direction: column;
	    display: flex;
	}
	.section_thumb {
        height: 450px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-auto-rows: 450px;
    }
	#sections .tertiarythumb{
	    margin-top: 50px;
	    height: 300px;
	}
	#sections .section_title {
        gap: 0;
        padding: 60px 30px 10px;
    }

	/*-----------------*/
	/* PARTENAIRES */
	/*-----------------*/
	#partenaires {padding: 120px 25px 140px;}

	/*-----------------*/
	/* REASSURANCES */
	/*-----------------*/
	#reassurances{
		height: 150px;
		margin-bottom: -30px;
		margin-top: -50px;
	}
	.home #reassurances{
    margin-bottom: -20px;
    margin-top: -90px;
}
	#reassurances-container{
		padding: 10px 10px;
		width: calc(100% + 10px);
		max-width: calc(100% + 10px);
		left: -5px;
	}
	#reassurances .picto-container li p{font-size: 34px;	}

	/*-----------------*/
	/* BANNER TEXT */
	/*-----------------*/
	.nohome #bannerText{margin-top: 0;}
	.scrolling{font-size: 60px;}

	/*-----------------*/
	/* CHIFFRES */
	/*-----------------*/
	*:is(#content, #chiffres) .chiffres-wrapper{grid-template-columns: repeat(3, minmax(0, 1fr));}
	*:is(#content, #chiffres) .chiffres-wrapper .uagb-post__inner-wrap{
	    padding: 30px 25px;
	    margin: 45px 0 0px;
	}
	*:is(#content, #chiffres) .chiffres-wrapper .uagb-post__image{
	    margin: -70px auto 15px;
	    --size: 80px;
	    padding: 20px;
	}
	*:is(#content, #chiffres) .chiffres-wrapper .uagb-post__title{font-size: 50px;}
	*:is(#content, #chiffres) .chiffres-wrapper .uagb-post__excerpt{
	    font-size: 16px;
	    letter-spacing: 0;
	}

	/*-----------------*/
	/* ACTU */
	/*-----------------*/
	
	#news .content-news {grid-gap: 0 30px}
	#news:after{content: none;}
	#news {
		padding: 120px 15px 190px;
		margin: 0;
	}
	#news .wrapper_slider{
	    padding-bottom: 20px;
	    margin-bottom: 20px;
	}
	#news .title_slider{font-size: 20px;}
    #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: 32px;}

	/*-----------------*/
	/* FOOTER */
	/*-----------------*/
	#menu-footer-nav{justify-content: space-around;}
	
	#footermenu{
	    border-top: solid 1px #ffffff5c;
	    padding-top: 30px;
	    margin-top: 15px;
	}
}

@media(max-width: 767px){
	/*-----------------*/
	/* LODAER */
	/*-----------------*/
	#loader-wrapper svg{width: 120px;}

	/*-----------------*/
	/* HEADERHOME */
	/*-----------------*/
	#headerHome-content{padding-top: 50px;}
	
	/*-----------------*/
	/* BANNER TEXT */
	/*-----------------*/
	.scrolling{font-size: 40px;}
	
	/*-----------------*/
	/* CONTENT */
	/*-----------------*/
	.home #content .content_txt .blocthumb{height: 300px;}
	#content .eb-team-wrapper .contents .name{font-size: 26px !important;}
	.tab-title-text{font-size: 20px !important;}
	.eb-tab-wrapper {padding: 40px 20px !important;}
	.wp-block-table thead th{font-size: 18px;}

	#content  .eb-flipbox-container .eb-flipbox-back-content, 
	#content  .eb-flipbox-container .eb-flipbox-front-content{font-size: 18px;}
	#content .eb-flipbox-container .eb-flipbox-front-title{font-size: 25px;}

	/*-----------------*/
	/* MATCHS */
	/*-----------------*/
	#matchs .wrappercontent{padding: 40px 25px;gap: 0;}

	#matchs .match-countdown{font-size: 70px;}
	
	/*-----------------*/
	/* ORGANNIGRAMME SPORTIF */
	/*-----------------*/
	ul.organigramme-sportif, 
	ul.organigramme-sportif ul {
	    flex-direction: column;
	    padding-top: 0;
	    padding-left: 0;
	}
	ul.organigramme-sportif ul{padding-left: 12px ;}
  
    ul.organigramme-sportif li {
	    align-items: flex-start ;
	    padding: 6px 0 6px 10% ;
    }
	ul.organigramme-sportif{
	    max-width: 600px;
	    margin: 0 auto;
	}
	ul.organigramme-sportif > li:first-child{padding-left: 15px;}
 
    ul.organigramme-sportif ul::before {display: none;}
	ul.organigramme-sportif li:last-child::before{border: none}
    ul.organigramme-sportif ul > li::before {
	    display: block!important;
	    left: 0 ;
	    bottom: 0 ;
	    width: 1px ;
	    height: 100% ;
	    background-color: var(--primary-color);
	}

    ul.organigramme-sportif ul > li::after {
	    top: 20px;
	    left: 0;
	    width: 10%;
	    height: 1px;
	    background-color: var(--primary-color);
	    border: none;
	}

    ul.organigramme-sportif span.node-card {
	    padding: 8px 12px;
	    font-size: 14px;
	}

	/*-----------------*/
	/* CHIFFRES */
	/*-----------------*/
	sup{font-size: 26px;}
	*:is(#content, #chiffres) .chiffres-wrapper .uagb-post__inner-wrap{
	    padding: 20px 15px;
	    margin: 35px 0 0px;
	    border-radius: 20px;
	}
	*:is(#content, #chiffres) .chiffres-wrapper .uagb-post__image{
	    margin: -55px auto 15px;
	    --size: 70px;
	    padding: 18px;
	}
	*:is(#content, #chiffres) .chiffres-wrapper .uagb-post__title{font-size: 40px;}
	*:is(#content, #chiffres) .chiffres-wrapper .uagb-post__excerpt{font-size: 14px;	}
	*:is(#content, #chiffres) .chiffres-wrapper{grid-template-columns: repeat(2, minmax(0, 1fr));}

	/*-----------------*/
	/* PARTENAIRES */
	/*-----------------*/
	#partenaires {padding: 80px 15px 90px;}
	#partenaires-header{
		grid-gap: 20px;
		margin-bottom: 40px;
	}
	#partenaires .widget_partenaires li{min-height: 130px;}

	/*-----------------*/
	/* REASSURANCES */
	/*-----------------*/
	#reassurances #reassurances-container{
	    padding: 15px 40px;
	    width: calc(100% + 20px);
	    max-width: calc(100% + 20px);
	    left: -10px;
	}
	#reassurances .picto-container{animation: marquee 20s linear infinite;}
	#reassurances .picto-container li p{
	    font-size: 24px;
	    margin: 0 0 0 16px;
	}
	.picto-container li :is(svg, img){ --size: 25px;}
	#reassurances .picto-container li{padding: 0 8px;}

	
	/*-----------------*/
	/* 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: 19px;}

    #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;}
	#listarticles{
		column-count: 2;
		column-gap: 20px;
	}
	#content  .wp-block-uagb-post-grid.newsGrid .uagb-post__title{font-size: 20px;}
	
    /*-----------------*/
	/* MATCHS */
	/*-----------------*/
	#matchs{padding: 25px 15px;margin-top: -80px;}
	#matchs .matchs-logos .versus-img{
	    font-size: 40px;
	    margin: 0 20px;
	}
	#matchs .match-date-text{font-size: 20px;}
	#matchs .match-countdown{font-size: 40px;}
	#matchs .matchs-logos > div img, #matchs .matchs-logos .club-img img{--size: 60px;}

	/*-----------------*/
	/* SECTIONS */
	/*-----------------*/
	#sections .section_title {padding: 50px 20px 0}
	.section_thumb{grid-auto-rows: 300px;}
	#sections .tertiarythumb{height: 200px;}
}

@media(max-width: 480px){
	/*-----------------*/
	/* ACTU */
	/*-----------------*/
	#listarticles{
		column-count: 1;
	    column-gap: 0;
	}
}