/**
Theme Name: krisken-for-irass
Author: Krisken
Author URI: http://krisken.fr
Description: Thème enfant de ASTRA conçu par Brainforce, étendu par krisken pour les besoins du site irass.org.
Template: astra
*/

html{
	scroll-behavior: smooth;
}
body{
	background-color: #fff !important;
}
ul, ol,
.entry-content ul, .entry-content ol{
	margin: 0 0 1.6em 0;
	padding: 0;
	list-style: none;
}
.entry-content ol li{
	counter-increment: section;
	list-style-type: none;
}
.entry-content ol li:before{
	content : counter(section, decimal) "-";
	margin-right: 3px;
	font-weight: bold;
	color: #9a8cce;
}
.entry-content ol{list-style: numeric;}
.entry-content ul:not(.wp-block-latest-posts__list) li:before{
	content: url(img/li-before.svg);
	display: block;
	width: 1em;
	margin-right: 10px;
	height: 1em;
	float: left;
	margin-top: 3px;
}
.entry-content ul.wp-block-social-links li:before{display: none;}
.entry-content .wp-block-columns:first-of-type{padding-top: 40px;}
.entry-content li a{
	background-color: #3D4788;
	border-radius: 32px;
	color: #fff;
	padding: 3px 5px
}
.entry-content li a:hover{
	opacity: 0.6;
}
.alignfull{
	margin-left: calc((-50vw + 50%) + 55px) !important;
	margin-right: calc((-50vw + 50%) + 55px) !important;
	width: calc(100vw - 110px) !important;
}

/* Bibliographie et sitogrpahie */
#bibliographie-et-sitographie{font-size: 0.85em;}
#bibliographie-et-sitographie ul li{margin-bottom: 1em}
#bibliographie-et-sitographie h3{color: #3D4788;}
#bibliographie-et-sitographie .bib h3:before,
#bibliographie-et-sitographie .web h3:before,
#bibliographie-et-sitographie .publi h3:before{
	content: url(img/bib.svg);
	display: block;
	width: 60px;
	height: 60px;
	margin-bottom: 15px;
}
#bibliographie-et-sitographie .web h3:before{content: url(img/site.svg);}
#bibliographie-et-sitographie .publi h3:before{content: url(img/publi.svg);}
.wp-block-uagb-info-box .wp-block-button{margin-bottom: -22px;}

h2,
h2 strong{
	position: relative;
	z-index: 2;
}
strong{font-weight: 700;}
h2 strong{
	background: url(img/strong-before.svg);
	background-repeat: no-repeat;
	background-position: center bottom 10px;
	z-index: -1;
}

button,
button:focus,
a,
a:focus{
	outline: 0 !important;
}
a:not(.wp-block-button__link){font-weight: bold;}

.entry-content a:not(.wp-block-button__link):hover,
.entry-content a:not(.wp-block-button__link):focus{
	color: #1a1a1a;
}
.entry-content > h2,
.entry-content > h3,
.entry-content > h4,
.entry-content > p,
.entry-content > blockquote,
.wp-block-pullquote,
.entry-content > ul,
.entry-content > ol{
	max-width: 900px !important;
	margin: 0 auto;
}
.entry-content h3{
	margin-bottom: 1em !important;
}
.entry-content p.chapo{
	font-size: 1.2em;
}
.wp-block-quote:not(.has-text-align-right):not(.has-text-align-center){
	border-left: 5px solid #320f73;
	margin: 3em auto;
	max-width: 960px;
}
blockquote,
.has-text-align-left > blockquote,
blockquote.has-text-align-left{border-left: 5px solid #320f73;}
blockquote.wp-block-quote p{
	font-size: 1.2em;
	font-style: italic;
	line-height: 1.5;
}
.wp-block-pullquote{padding: 1em 20px;}

.alignwide{
	width: 100%;
	max-width: 920px !important;
	margin-left: auto !important;
	margin-right: auto !important;
	gap: 0;
}
.alignwide > *{padding: 0 40px !important;}
.alignwide > .wp-block-column{padding: 40px !important;}
.bggrey{
	background-color: #f6f6f6;
	padding: 40px !important;
}

.hidden-lg{display: none;}
.hidden-xs{display: block;}

#page{
	margin-left: 110px;
	overflow: hidden;
}
#primary{
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	position: relative;
}

/* HEADER */
body.home header#masthead{
	position: relative;
	height: 100vh;
	padding: 0;
	background-color: #320f73;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
	header#masthead .site-branding{
		padding: 30px 120px 30px 10px;
		transition: all .2s ease;
		display: grid;
		grid-template-columns: 382px auto;
		justify-content: space-between;
		align-items: start;
	}
		
	header#masthead .site-branding span.site-title{
		color: #fff;
		font-size: 60px;
		line-height: 42px;
		text-shadow: 0 0 3px #0000001a;
		font-family: 'Montserrat', sans-serif;
	}
	header#masthead .site-branding p.site-description{
		color: #fff;
		font-size: 20px;
		position: relative;
		margin-top: 1em;
		font-weight: 300;
		line-height: 1.2;
	}
	header#masthead .site-branding p.site-description:before,
	a.decouvrir:before{
		content: '';
		display: inline-block;
		width: 5em;
		height: 1px;
		background-color: #fff;
	}
	/* Masthead.top */
	header#masthead.top .site-branding{
		position: fixed;
		top: 0;
		z-index: 9;
    left: 110px;
		right: 0;
		padding: 20px 100px 20px 10px;
		background-color: #320f73;
		box-shadow: inset 0 -1px 0 rgba(0,0,0,.1);
	}
	header#masthead.top .site-branding .site-title{font-size: 2.5em;}
	header#masthead.top .site-branding .site-description{font-size: 0.9em;}

/* NAVIGATION */
nav.site-navigation.fixed{
	position: fixed;
	z-index: 9;
	right: 0;
	top: 0;
}

/* BOUTON MENU-TOGGLE */
button#toggler{
	padding: 10px;
	border: 0;
	border-radius: 32px;
	position: fixed;
	display: block;
	z-index: 999;
	top: 32px;
	left: auto;
	right: 30px;
	width: 60px;
	height: 60px;
	overflow: hidden;
	box-shadow: none;
	background-color: transparent;
	transition: all .2s ease;
}
	button#toggler .bar-top,
	button#toggler .bar-middle,
	button#toggler .bar-bottom{
		display: block;
		position: absolute;
		left: 10px;
		height: 2px;
		width: 40px;
		background-color: #FFF;
		box-shadow: 1px 1px 0 #00000080;
	}
	button#toggler .bar-top{
		top: 14px;
		transition: all .35s ease;
	}
	button#toggler .bar-middle{
		top: 50%;
		margin-top: -1px;
	}
	button#toggler .bar-bottom{
		bottom: 14px;
		transition: all .35s ease;
	}
	
	/* MENU FERMÉ */
	button#toggler.active .bar-top,
	button#toggler.active .bar-bottom {
		transform: rotate(45deg);
		transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
		top: 50%;
		margin-top: -2px;
	}
	button#toggler.active .bar-bottom {transform: rotate(-45deg);}
	button#toggler.active .bar-middle {display: none;}

/* MENU IRASS */
#menu-irass{
	position: absolute;
	z-index: 999;
	right: 20px;
	top: -100vh;
	padding: 20px;
	transition: all 0.3s linear;
	box-sizing: border-box;
}
#menu-irass.open{top: 80px;}
#menu-irass nav ul{
	cursor: pointer;
	margin-bottom: 5px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: flex-start;
	transition: all 0.3s ease;
}
#menu-irass nav ul li{
	margin: 5px 0 0;
	padding: 1em 10px;
	background-color: #fff;
	box-shadow: 0 0 12px rgba(0, 0, 0, .3);
	border-radius: 5px;
	width: 100%;
}
#menu-irass nav ul li a{
	padding: 8px;
	color: #1a1a1a;
	font-size: 14px;
	transition: all .2s linear;
}
#menu-irass nav ul li a:after{
	content: '';
	display: block;
	position: absolute;
	bottom: 10px;
	left: 45px;
	width: 0;
	height: 1px;
	background: #FFFFFF80;
	transition: all 0.2s linear;
}
#menu-irass nav ul li a:hover:after{
	width: calc(100% - 51px);
}
#menu-irass nav ul li a:before{
	content: '';
	display: block;
	align-content: center;
	text-align: center;
	width: 60px;
	height: 60px;
	margin-right: 5px;
	position: relative;
	left: 0;
	border-radius: 40px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50px;
	transition: all 0.2s linear;
}
#menu-irass nav ul li.nez{color: #1b1464;}
#menu-irass nav ul li.bouche{color: #3D4788;}
#menu-irass nav ul li.main{color: #67005a;}
#menu-irass nav ul li.oreille{color: #9a8cce;}
#menu-irass nav ul li.nez a:before{
	background-image: url(./img/signe-nez.svg);
	background-color: #1b1464;
}
#menu-irass nav ul li.bouche a:before{
	background-image: url(./img/signe-bouche.svg);
	background-color: #3D4788;
}
#menu-irass nav ul li.main a:before{
	background-image: url(./img/signe-main.svg);
	background-color: #67005a;
}
#menu-irass nav ul li.oreille a:before{
	background-image: url(./img/signe-oreille.svg);
	background-color: #9a8cce;
}

#menu-irass nav ul li a:hover:before{transform: rotate(45deg);}
	
	/* MENU-IRASS sous-menu */
	#menu-irass nav ul li > ul.sub-menu{
		height: 0;
		overflow: hidden;
		background: none;
		border: 0;
		width: 100%;
		min-width: 300px;
	}
	#menu-irass nav ul li:hover > ul.sub-menu{
		height: 100%;
		min-height: 100px;
		overflow: visible;
	}
	#menu-irass nav ul.sub-menu li{
		margin-bottom: 0;
	}
	
	/* MENU FIXED */
	#menu-irass.sticky{
		position: fixed;
	}

/* References */
.refs h3{
	font-size: 1em !important;
	line-height: 1;
	text-transform: uppercase;
}
.refs p{
	font-size: 0.85em !important;
	margin-bottom: 1em;
	line-height: 1.2;
}
.refs .bib h3:before{
	content: url(img/bib.svg);
	display: block;
	width: 60px;
	height: 60px;
	margin-bottom: 15px;
}
.refs .web h3:before{
	content: url(img/site.svg);
	display: block;
	width: 60px;
	height: 60px;
	margin-bottom: 15px;
}
.refs .film h3:before{
	content: url(img/film.svg);
	display: block;
	width: 60px;
	height: 60px;
	margin-bottom: 15px;
}

/* SIDEBAR-LEFT FIXE */
#sidebar-left{
	position: fixed;
	left: 0;
	top: 0;
	width: 110px;
	height: 100vh;
	box-sizing: border-box;
	z-index: 999;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background-color: #1a1a1a;
	padding: 30px 15px;
}

	#sidebar-left nav{
		width: 40px;
		margin: 0 auto;
	}
	#menu-social:before{
		content: 'Nos réseaux';
		position: absolute;
		color: #fff;
		width: 100px;
		transform: rotate(-90deg);
		transform-origin: top left;
		margin-top: -15px;
		line-height: 42px;
	}
	#menu-social li{
		overflow: hidden;
		display: inline-flex;
		align-items: center;
		width: 40px;
		height: 40px;
		margin: 0 0 1em;
		background-size: 40px;
		transition: all 0.3s ease;
		background-position: left center;
		background-repeat: no-repeat;
		color: #fff;
		font-size: 0.85em;
		font-style: italic;
	}
	#menu-social li.facebook{background-image: url(img/facebook.svg);}
	#menu-social li.youtube{background-image: url(img/youtube.svg);}
	#menu-social li.linkedin{background-image: url(img/linkedin.svg);}
	#menu-social li a{
		text-indent: 50px;
		color: #fff;
		text-shadow: 1px 1px 0 #000;
	}
	#menu-social li:hover{
		width: 150px;
		transition: all 0.3s ease;
	}
	#menu-social li.facebook:hover{background-image: url(img/facebook-on.svg);}
	#menu-social li.youtube:hover{background-image: url(img/youtube-on.svg);}
	#menu-social li.linkedin:hover{background-image: url(img/linkedin-on.svg);}

/* PAGES */
body:not(.home) header#masthead{
	position: relative;
	height: auto;
	padding: 0;
	background-color: #3D4788;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
body:not(.home, .archive) article{
	padding: 0 20px;
	max-width: 1320px;
	margin: 0 auto;
}
article header.entry-header{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	background-color: #ced5ec;
	min-height: 20vh;
	padding: 60px 20px 40px;
	margin-top: 0 !important;
	margin-left: calc((-50vw + 50%) + 55px) !important;
	width: calc(100vw - 110px) !important;
	max-width: none !important;
}
article header.entry-header .ast-breadcrumbs-wrapper{
	position: absolute;
	left: 20px;
	top: 20px;
}
article header.entry-header .trail-begin,
article header.entry-header .trail-begin span{
	font-weight: 700;
	color: #3D4788;
}
article header.entry-header .trail-items li:after{
	content: '/';
	font-weight: 300;
}
article header.entry-header h1{
	color: #fff;
	margin-bottom: 0 !important;
	max-width: 1320px;
	padding-left: 45px;
	margin: 0 auto;
}

/* Contenus */
.box, .boxes > div{
	max-width: 100%;
	flex-wrap: wrap !important;
	margin-bottom: -80px !important;
	box-sizing: border-box;
	padding: 40px 20px !important;
	border: 1px solid #67005a;
	border-radius: 1em;
	box-shadow: 0 5px 16px rgba(0,0,0,.15);
	background: #fff;
	position: relative;
	z-index: 9;
}
.box .uagb-ifb-desc{
	text-align: left;
}
.wp-block-uagb-info-box a.uagb-infobox-cta-link{
	border-radius: 32px 32px 0 32px !important;
	border: 2px solid #67005a !important;
}
.box + div{
	position: relative;
	z-index: 1;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
body .is-layout-flex.box{
	flex-wrap: nowrap;
	flex-direction: row;
}
ul.slick-dots li:before{display: none;}
.cours em{font-weight: bold;}

/* ACCUEIL - HOME PAGE */
a.decouvrir{
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	border-radius: 32px 32px 0 32px;
	padding: 0.5em;
	border: 1px solid #fff !important;
	position: absolute;
	z-index: 999;
	bottom: 80px;
	left: 85px;
}
a.decouvrir:hover{
	background-color: #3D478880;
}
a.decouvrir:before{
	position: absolute;
	left: -85px;
	margin-top: 12px;
}

body.home #content{position: relative;}
body.home h1.entry-title{
	display: block;
	max-width: 900px;
	color: #fff;
	font-size: 3.2em;
	font-weight: 900;
	text-shadow: 0 0 10px #00000080;
	line-height: 1;
	position: relative;
	margin-top: 40px;
}
body.home .entry-header{display: none;}
body.home #masthead p.chapo{
	color: #fff;
	padding: 0 15px;
	font-size: 1.2em;
	max-width: 900px;
}

	#services .wp-block-buttons{
		position: absolute;
		bottom: -22px;
	}
	.semiotique-pratique-professionnelle{
		position: relative;
		padding: 80px 20px !important;
	}
	.semiotique-pratique-professionnelle .wp-block-columns > div{
		min-height: 350px;
		align-content: center;
		position: relative;
		z-index: 9;
	}
	.semiotique-pratique-professionnelle:before,
	.semiotique-pratique-professionnelle:after{
		content: '';
		display: block;
		width: 250px;
		height: 230px;
		position: absolute;
		left: 2%;
		top: 20px;
		opacity: 0.1;
		background: url(./img/signe-semiotique.webp) no-repeat center/contain;
	}
	.semiotique-pratique-professionnelle:after{
		width: 300px;
		height: 150px;	
		left: auto;
		right: 2%;
		top: auto;
		bottom: 20px;
		background: url(./img/signe-pratique-pros.webp) no-repeat center/contain;
	}

	/* Boite infos */
	.wp-block-uagb-info-box svg{max-width: 30px !important;}

body.home #ils-me-font-confiance .metaslider .flexslider{margin-bottom: 0;}
body.home #ils-me-font-confiance .metaslider ol.flex-control-nav{visibility: hidden;}


/* SINGLES */
body.single article{
	padding: 0 20px;
	max-width: 1200px;
	margin: 0 auto;
}
body.single article .entry-content :where(h1,h2,h3,h4,h5,h6){
	margin-top: 0;
	margin-bottom: 0 !important;
}
body.single .boxes{
	padding: 0 40px;
	margin-top: -80px;
}
body.single .boxes > div{
	margin-bottom: -40px !important;
	max-width: 900px;
}
body.single .boxes > div:last-of-type{
	margin-bottom: 40px !important;
}
body.single .box .uagb-ifb-desc{
	text-align: inherit;
}
body.single nav.navigation{display: none;}

	.egalite-professionnelle{
		position: relative;
		background: #ddbdd9 url(img/irass-egalite-professionnelle.png) no-repeat bottom right/30%;
	}
	.egalite-professionnelle.femme{
		background: #ddbdd9 url(img/egalite-femme-pro.png) no-repeat bottom 10px right 10px/30%;
	}
	.egalite-professionnelle:before,
	.egalite-professionnelle:after{
		content: '';
		display: block;
		width: 100%;
		left: 0;
		position: absolute;
	}
	.egalite-professionnelle:before{
		border-top: 6px dotted #fff;
		top: -3px;
	}
	.egalite-professionnelle:after{
		border-bottom: 6px dotted #fff;
		bottom: -3px;
	}
	.egalite-professionnelle h2,
	.egalite-professionnelle strong{color: #fff;}

/* ARCHIVE */
body.archive #content .ast-container{
	padding: 0;
}
body.archive .ast-archive-description{
	position: relative;
	max-width: 100%;
	background: #f6f6f6;
	padding: 40px;
}
body.archive .ast-archive-description .ast-archive-title{
	text-transform: uppercase;
	font-size: 2em;
	color: #3d4788;
	margin: 0;
}
body.archive .ast-archive-description p{
	color: #1a1a1a;
}

body.archive #main{
	height: 100%;
	position: relative;
	padding: 40px;
}
body.archive #main > .ast-row{gap: 20px;}
body.archive #main > .ast-row article{
	padding: 20px;
	border: 1px solid #ccc;
	position: relative;
	width: calc(33.33% - (40px / 3));
}
body.archive #main > .ast-row article:hover{
	background-color: #F6F6F6;
}
body.archive #main > .ast-row article:before{
	content: '';
	display: block;
	position: absolute;
	left: -1em;
	top: -1em;
	width: 48px;
	height: 48px;
	background: #fff url(img/ico-title-article-archive.svg) no-repeat center/40px;
}
body.archive #main > .ast-row article > div{box-shadow: none;}
body.archive #main > .ast-row article .ast-excerpt-container{font-size: 0.85em;}
body.archive #main > .ast-row article h2 a:hover{color: #3d4788;}

	.archive .entry-title, .blog .entry-title, .search .entry-title{
		line-height: 1;
		margin-top: 20px;
	}
	.archive article > div{padding-bottom: 0;}
	.archive article .entry-meta{color: #FFF;}
	.archive article.category-actualite:not(.category-formation-et-sensibilisation-pro) .entry-meta{
		display: none;
	}
	.archive article .entry-meta span.cat-links{
		display: flex;
		flex-wrap: wrap;
		line-height: 32px;
	}
	.archive article .entry-meta span.cat-links a{
		display: flex;
		align-items: center;
		color: #8f2482 !important;
		text-transform: uppercase;
		font-weight: normal;
		font-size: 0.85em;
		line-height: 1;
		max-width: 70%;
	}
	.archive article .entry-meta span.cat-links a:first-of-type:before{
		content: '';
		background: url(img/ico-paper.svg) no-repeat center left/32px;
    width: 24px;
		height: 32px;
    display: inline-block;
		border-right: 2px solid #8f2482;
		margin-right: 10px;
	}
	.archive article .entry-meta span.cat-links a:hover{color: #1a1a1a;}
	.archive article .ast-blog-featured-section.post-thumb{display: none;}
	.archive article .entry-content p{
		padding-left: 35px;
		font-size: 0.85em;
		font-style: italic;
		line-height: 1.2;
	}
	p.read-more a{
		display: inline-flex;
		align-items: center;
		color: #320f73 !important;
		line-height: 16px;
		border-radius: 18px;
		padding: 8px 1em;
		transition: all 0.2s ease;
	}
	body.archive.category-ateliers-egalite article .entry-content p.read-more a{background: #9a8cce;}
	body.archive.category-formation-et-sensibilisation-pro article .entry-content p.read-more a{
		background: #320f73;
		color: #fff !important;
	}
	.archive article .entry-content p.read-more a:hover{
		background-color: #1a1a1a;
		color: #fff;
	}
	.archive article .entry-content p.read-more a:before{
		content: '';
		display: inline-block;
		background-image: url(img/dir-before-blanc.svg);
		background-repeat: no-repeat;
		background-size: 16px;
		transition: all 0.2s ease;
		width: 0;
		height: 16px;
	}
	.archive article .entry-content p.read-more a:hover:before{
		width: 20px;
		height: 16px;
	}

/* ARCHIVE EVENEMENTS */
body.post-type-archive-tribe_events *{font-family: 'Montserrat',sans-serif !important;}
body.post-type-archive-tribe_events .tribe-events-header__events-bar{display: none;}
body.post-type-archive-tribe_events .tribe-common-l-container{padding-bottom: 0 !important;}
body.post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events header.tribe-events-header{
	padding-top: 160px;
	margin-bottom: 20px;
}
body.post-type-archive-tribe_events .tribe-events-c-top-bar__datepicker button{
	font-size: 2.5em !important;
	font-weight: 800 !important;
	line-height: 0.8 !important;
	color: #320f73b3;
}
body.post-type-archive-tribe_events .tribe-common--breakpoint-medium.tribe-events header.tribe-events-header:before{
	content: '';
	position: absolute;
	z-index: -1;
	width: 200%;
	height: 100%;
	left: -50%;
	right: -50%;
	top: 0;
	background: #f5f3fa;
}
body.post-type-archive-tribe_events .tribe-events-calendar-list .tribe-events-calendar-list__event-row{
	background: url(img/ticket-event.svg) no-repeat 130px -40px/33%;
}

body.post-type-archive-tribe_events .tribe-events-calendar-list .tribe-events-calendar-list__event-row:nth-child(odd){
	border-top: 1px solid #320f7333;
	border-bottom: 1px solid #320f7333;
	padding: 48px 0;
	background: #f5f3fa;
}
body.post-type-archive-tribe_events .tribe-events .tribe-events-calendar-list__event-featured-image{
	border-radius: 12px;
}
	ul.tribe-events-c-nav__list li a svg,
	ul.tribe-events-sub-nav li a svg,
	ul.tribe-events-sub-nav li a:after{display: none !important;}
	ul.tribe-events-c-nav__list li.tribe-events-c-nav__list-item--prev a,
	ul.tribe-events-c-nav__list li.tribe-events-c-nav__list-item--next a,
	ul.tribe-events-sub-nav li.tribe-events-nav-previous a,
	ul.tribe-events-sub-nav li.tribe-events-nav-next a{
		display: block;
		color: #1a1a1a !important;
		text-transform: uppercase;
		font-size: 12px !important;
		font-weight: bold;
	}
	ul.tribe-events-c-nav__list li.tribe-events-c-nav__list-item--prev a:before,
	ul.tribe-events-c-nav__list li.tribe-events-c-nav__list-item--next a:before,
	ul.tribe-events-sub-nav li.tribe-events-nav-previous a:before,
	ul.tribe-events-sub-nav li.tribe-events-nav-next a:before{
		content: url(img/nav-archive.svg) !important;
    transform: rotate(-90deg);
    display: block !important;
    width: 60px !important;
    height: 60px !important;
    margin: 0 auto 20px 0 !important;
		background: none !important;
	}
	ul.tribe-events-c-nav__list li.tribe-events-c-nav__list-item--next a:before,
	ul.tribe-events-sub-nav li.tribe-events-nav-next a:before{
	  margin-right: 0 !important;
    margin-left: auto !important;
		transform: rotate(90deg);
	}
	div.tribe-events-c-subscribe-dropdown__container,
	p.tribe-events-promo{display: none !important;}

	/* Expo corse */
	body.post-type-archive article a:hover{opacity: 0.5;}
	body.post-type-archive article .ast-blog-featured-section.post-thumb{
		display: block;
		margin-bottom: 1em;
		padding: 30px 0 0 0;
	}
	body.post-type-archive article .post-content{
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	body.post-type-archive article .post-content > .post-thumb{
		width: 50%;
		aspect-ratio: 1 / 1.2;
		overflow: hidden;
	}
	body.post-type-archive article .post-content > h2{
		width: 60%;
		margin-left: -10%;
		background: #fff;
		padding: 15px;
	}

/* FOOTER */
#colophon{
	position: relative;
	background-color: #fff;
}
#colophon{
	background-image: url(./img/bg-footer.svg);
	background-position: center 100px;
	background-repeat: no-repeat;
	background-size: cover;
}

#colophon a.return-top{
	font-weight: lighter;
	text-align: center;
	color: #8f2482 !important;
}
#colophon a.return-top:before{
	content: url(img/return-top.svg);
	display: block;
	width: 60px;
	height: 60px;
	margin: 0 auto 20px;
}
#colophon a.return-top:hover{opacity: 0.5;}

#colophon .site-below-footer-wrap .ast-builder-footer-grid-columns{
	grid-template-columns: 72% 23%;
	column-gap: 5%;
}
#colophon nav ul#menu-menu-main-footer{
	display: grid;
	flex-direction: row;
	align-items: end;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 40px;
}
#colophon nav ul li a{font-weight: bold;}
#colophon nav ul li.first-link > a{font-size: 18px; text-transform: uppercase;}
#colophon nav ul li a:hover{opacity: 0.6;}
#colophon nav ul > li.first-link > a.menu-link{
	font-weight: bold;
	color: #9a8cce !important;	
}
#colophon nav ul ul.sub-menu li{padding-left: 0 !important;}
#colophon nav ul > li.first-link > a.menu-link span.blanc{display: none;}

#colophon figure.astronaute{margin-top: -16%;}
#colophon nav ul#astra-footer-menu li.link-expo a,
#colophon .site-below-footer-wrap .title-footer{
	display: block;
	width: 100%;
	font-family: 'Nunito', sans-serif;
	font-size: 3em;
	font-weight: 800;
	line-height: 1;
	color: #fff;
	padding-top: 40px;
	margin-bottom: 0;
}
#colophon nav ul#astra-footer-menu li.link-expo a span,
#colophon .site-below-footer-wrap .title-footer span{
	opacity: 0.7;
	display: block;
	font-size: 0.5em;
}
#colophon .footer-social-inner-wrap a{
	display: inline-flex;
	align-items: center;
	height: 44px;
}
#colophon .footer-social-inner-wrap a span.social-item-label{
	display: block;
	width: 0;
	padding: 0;
	opacity: 0;
	transition: all .2s ease;
}
#colophon .footer-social-inner-wrap a:hover span.social-item-label{
	width: 130px;
	opacity: 1;
}

p.footer-author{
	width: 100%;
	margin-bottom: 0;
	background: #1a1a1a;
	color: #fff;
	line-height: 1;
	font-style: italic;
	font-size: 0.85em;
	text-align: center;
	padding: 2em 0;
}
p.footer-author a{
	color: #9a8cce;
	font-weight: normal;
}
.grecaptcha-badge{visibility: hidden;}

/* FORMULAIRE */
.entry-content form h2{
	font-size: 24px;
	color: #fff;
	line-height: 1;
	font-family: 'Montserrat',sans-serif;
	font-weight: 400;
}
.entry-content form h2 strong{
	display: block;
	font-family: 'Nunito', sans-serif;
	font-size: 38px;
	color: #8F2482;
}
#colophon form textarea{line-height: 1;}
#colophon form input[type="submit"]{
	float: right;
	background-color: #3d4788;
	border-color: #3d4788;
}
#colophon form input[type="submit"]:hover,
#colophon form input[type="submit"]:focus{
	background-color: #000;
	border-color: #000;
	color: #fff;
}

.wpcf7 input:not([type=submit]), .wpcf7 select, .wpcf7 textarea{padding: 5px;}
form p.confidentialite span.wpcf7-form-control-wrap{display: inline;}
form p.confidentialite span.wpcf7-form-control-wrap + a{color: #8f2482 !important;}
form p.confidentialite span.wpcf7-form-control-wrap + a:hover{color: #000 !important;}

h2.mailpoet-heading{margin-bottom: 30px;}
form.mailpoet_form .mailpoet_form_column{margin: 0 !important;}
#colophon form.mailpoet_form input[type="email"]{
	border-radius: 22px 0 0 22px;
}
#colophon form.mailpoet_form input[type="submit"]{
	border-radius: 0 22px 22px 0;
	min-width: 150px;
}

/* RESPONSIVE */
@media (max-width: 1201px) {
	header#masthead .site-branding,
	header#masthead .site-branding > a{
		display: block;
	}
	header#masthead .site-branding #menu-irass nav ul{
		padding: 1.2em 0 0;
		justify-content: center;
		background: none;
	}
	header#masthead .site-branding span.site-title{font-size: 44px;}

	article header.entry-header h1{
		max-width: 100%;
		padding: 20px 20px 0 !important;
	}	
	body.page article header.entry-header,
	body.single article header.entry-header{
		margin-left: -40px !important;
		margin-right: -40px !important;
		width: auto !important;
		max-width: none !important;
	}

	.ast-separate-container .ast-article-post,
	.ast-separate-container .ast-article-single,
	.ast-separate-container .ast-author-box,
	.ast-separate-container .ast-404-layout-1,
	.ast-separate-container .no-results,
	.entry-content > .wp-block-group,
	.entry-content > .wp-block-cover,
	.entry-content > .wp-block-columns{
		padding-left: 0 !important;
		padding-right: 0 !important;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.entry-content > .wp-block-group.alignfull,
	.entry-content > #idees-recues{
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.ast-separate-container .ast-article-single{padding-top: 0;}
	#actu-irass .wp-block-columns{
		padding-left: 0 !important;
		padding-right: 0 !important;
		flex-direction: column;
	}
	.wp-block-buttons>.wp-block-button.bouton-agenda{margin: 0 auto;}
	
	#contact-generique{padding-left: 15px; padding-right: 15px;}
	body.archive .ast-archive-description .ast-archive-title:after{display: none;}
}

@media (max-width: 921px) {
	.ast-separate-container .ast-article-single:not(.ast-related-post), .ast-separate-container .comments-area .comment-respond, .ast-separate-container .comments-area .ast-comment-list li, .woocommerce.ast-separate-container .ast-woocommerce-container, .ast-separate-container .error-404, .ast-separate-container .no-results, .single.ast-separate-container .site-main .ast-author-meta, .ast-separate-container .related-posts-title-wrapper, .ast-separate-container .comments-count-wrapper, .ast-box-layout.ast-plain-container .site-content, .ast-padded-layout.ast-plain-container .site-content, .ast-separate-container .comments-area .comments-title, .ast-separate-container .ast-archive-description{background: transparent;}
	#contact-generique, #contact-generique > *{flex-direction: column; width: 100%; margin-bottom: 40px;}
	#colophon .site-below-footer-wrap .ast-builder-footer-grid-columns{grid-template-columns: 47.5% 47.5%;}
	#astra-footer-menu .menu-item > a{padding: 0.5em 0;}
	#colophon .site-above-footer-inner-wrap,
	#colophon nav ul#menu-menu-main-footer{grid-template-columns: 1fr;}
	#astra-footer-menu{justify-content: flex-start;}
	#colophon form input[type="submit"]{float: none; margin: 0 auto; display: block;}

	body.archive #main > .ast-row{grid-template-columns: 1fr;}
	
	/* NAVIGATION */
	header#masthead .site-branding #menu-irass nav ul{
		justify-content: space-between;
		padding-top: 0;
	}
	#menu-irass nav ul li a{
		display: flex;
		flex-direction: row;
		border: 0;
	}
	#nav.toggled-on #menu-irass nav ul{
		background: none;
		height: 100vh;
		top: 0;
		background-color: #320f73;
	}
	#nav.toggled-on #menu-irass nav ul li{margin: 10px 0;}
	#nav.toggled-on #menu-irass nav ul li a{
		color: #fff;
		font-size: 1.2em;
		padding: 5px 0;
	}
}

@media (max-width: 768px){
	.hidden-lg{display: block;}
	.hidden-xs{display: none;}
	.alignfull{
		margin-left: -20px !important;
		margin-right: -20px !important;
		width: 100vw !important;
	}
	.bggrey{
		background-color: transparent;
		padding: 0 !important;
	}
	.box, .boxes > div{
		margin: 0 20px !important;
	}
	
	body article{padding: 0 0 !important;}
	
	/* HEADER */
	#sidebar-left{display: none;}
	#page,
	header#masthead.top .site-branding{
		margin-left: 0;
		left: 0;
		min-height: 70px;
	}

	body.page article header.entry-header,
	body.single article header.entry-header{
		margin-left: -20px !important;
		margin-right: -20px !important;
	}
	
	/* PAGES */
	.column-reverse .wp-block-columns{flex-direction: column-reverse;}
	.semiotique-pratique-professionnelle .wp-block-columns > div{min-height: auto;}
	#services .wp-block-buttons{position: static;}
	
	/* FOOTER */
	#colophon .site-footer-above-section-2 > *{padding: 0 30px;}
	#colophon .site-footer-above-section-2 section{padding: 15px 0;}
	#colophon .mailpoet_form .mailpoet-heading{font-size: 3em !important;}
	#colophon form.mailpoet_form input{border-radius: 22px !important;}
	
	#colophon nav ul#astra-footer-menu li.link-expo a,
	#colophon .site-below-footer-wrap .title-footer{text-align: center;}
	#colophon .site-below-footer-wrap .site-footer-below-section-1{display: none;}
	#colophon .site-below-footer-wrap .site-footer-below-section-2{
		display: grid;
		grid-template-columns: 1fr;
		align-items: center;
	}
	#colophon .site-below-footer-wrap .ast-builder-footer-grid-columns{grid-template-columns: 1fr;}
	#astra-footer-menu{justify-content: center;}
	#colophon .site-below-footer-wrap aside,
	.egalite-professionnelle .wp-block-spacer:last-of-type{display: none;}
}

@media (max-width: 544px){
	#masthead.top #nav-expo{top: 80px;}
	a.decouvrir{display: none;}	
	.ast-separate-container #content .ast-container {
    padding-left: 20px;
    padding-right: 20px;
	}
	.alignwide > *,
	.alignwide > .wp-block-column,
	.alignfull > .wp-block-columns:not(.alignwide){
		padding: 0 15px !important;
		gap: 15px;
	}
	.alignwide > .pdfemb-viewer{max-width: 100%;}
	body.home h1.entry-title{font-size: 36px;}
	#colophon .site-primary-footer-inner-wrap{
		display: flex;
		flex-direction: column-reverse;
	}
}