/*
Theme Name: Univ Montpellier
*/
:root {
	--c6i-text-shadow: 2px 3px 9px rgba(0, 0, 0, 0.69);
	--c6i-decalage: 15px;
}
@media screen and (min-width:768px){
	:root {
	--c6i-marge: calc( calc( 100% - 720px ) / 2 );
	}
}
@media screen and (min-width:992px){
	:root {
	--c6i-marge: calc( calc( 100% - 960px ) / 2 );
	--c6i-decalage: calc( var(--c6i-marge) + 15px );
	}
}
@media screen and (min-width:1200px){
	:root {
	--c6i-marge: calc( calc( 100% - 1140px ) / 2 );
	}
}

body {
	max-width: 1920px;
	margin: 0 auto;
	font-family: "Open Sans", sans-serif;
	color: var(--wp--preset--color--noir);
	line-height: 1.2;
}

.fake-link {
	cursor: pointer;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance:none;
}

@media (min-width: 1400px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1140px;
	}
}

html { 
	font-size: 20px;
}
body {
	font-size: .7rem !important;
}
@media screen and (min-width:576px){
	body {
		font-size: .8rem !important;
	}
}
@media screen and (min-width:992px){
	body {
		font-size: 1rem !important;
	}
}

abbr[title] { text-decoration: none; }

.nowrap {
	white-space: nowrap;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section,
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
h1,h2,h3,h4,h5,h6 {
	margin-top: 0;
}
button,
button::before,
button::after,
a,
a::before,
a::after {
    transition: all .2s ease-in-out;
}
button {
	border: 0;
	background: #fff;
}

a, a:hover {
	color: inherit;
}
img {
	max-width: 100%;
	height: auto;
}

body.admin-bar .modal-dialog {
	margin-top: 32px; /* décale la popup si admin bar active */
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
.skip-link:focus {
  background-color: var(--wp--preset--color--gris-c);
  border-radius: 3px;
  display: block;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  position: absolute;
  top: 5px;left: 5px;
  width: auto;height: auto;
  z-index: 100000;
}

/*----------------------------FLASH INFO -----------------------------*/
.flash-infos {
	background-color: var(--wp--preset--color--noir);
	color: var(--wp--preset--color--blanc);
	padding: 16px
}
.flash-infos > div > * {
	font-size: 16px;
}
.flash-infos h2{
	flex-shrink: 0;
}
.flash-infos h2 a{
	margin-right: 1em;
}
.flash-infos ul{
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.flash-infos .info-lien{
	display: inline-block;
	background-color: var(--wp--preset--color--rouge);
	font-weight: 700;
	text-decoration: none;
	padding: 2px 4px;
}
@media screen and (min-width:768px){
	.flash-infos ul{
		padding-left: 20px;
	}
}

/*--------------------------------- HEADER -----------------------------*/
#site-header {
	background-color: #fff;
/*  position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;*/
    box-shadow: 0 0.5em 1em rgb(0 0 0 / 5%);
}
#site-header .navbar {
	padding: 0;
}

#site-header .navbar h2 {
    color: var(--wp--preset--color--blanc);
    background: var(--wp--preset--color--bleu);
    text-align: center;
    padding: 6px;
	margin-bottom: 0;
	font-size: 1.25em;
}

.navbar-brand {
	display: inline-flex;
	padding: 8px;
	margin:0;
}
	.custom-logo-link {
		display: inline-flex;
		width: 120px;
	}
	.navbar-brand img {
		vertical-align: unset;
	}
	
	.menu-toggle {
		display: inline-block;
		position: relative;
		width: 24px;
		height: 24px;
		margin-left: 10px;
		margin-right: 20px;
		padding: 0;
		border: 0;
    	background: transparent;
	}
	.menu-toggle:focus, .menu-toggle:hover {
		background: transparent;
	}
	.menu-toggle i {
	  display: block;
	  width: 100%;
	  margin: 0 auto;
	  height: 3px;
	  background: #000;
	  transition: 350ms ease all;
	}
	.menu-toggle i:before, .menu-toggle i:after {
	  content: " ";
	  position: absolute;
	  left: 0;
	  width: 100%;
	  height: 3px;
	  background: #000;
	  transition: 350ms ease all;
	}
	.menu-toggle i:before {
	  margin: -8px 0 0 0;
	}
	.menu-toggle i:after {
	  margin: 8px 0 0 0;
	}
	
	.menu-toggle:not(.collapsed) i {
	  background-color: transparent;
	}
	.menu-toggle:not(.collapsed) i:before, .menu-toggle:not(.collapsed) i:after {
	  margin: 0;
	}
	.menu-toggle:not(.collapsed) i:before {
	  transform: rotate(135deg);
	}
	.menu-toggle:not(.collapsed) i:after {
	  transform: rotate(-135deg);
	}
	
	.weglot-flags {
		display: inline-flex;
		align-items: center;
	}
	.weglot-flags a {
		filter: grayscale(1);
		display: inline-flex;
	}
	.weglot-flags a:hover, a:active {
		filter: grayscale(0);
	}


@media screen and (min-width:992px){

	.navbar-expand-lg .navbar-toggle {
		display: none;
	}
	.navbar-brand {
		padding: 20px;
	}
	.custom-logo-link {
    	width: 200px;
	}
}



/*----------------------------MENU PRINCIPAL -----------------------------*/

.navbar-nav {
	padding: 20px;
}
button#open-menu-top {
	display: none;
}
.menu-top {
	background-color: var(--wp--preset--color--noir);
}
.menu-top .nav-link {
	font-size: 14px;
	color: var(--wp--preset--color--blanc);
	padding-top: 0.25em;
	padding-bottom: 0.25em;
}

.menu-principal {
	background-color: var(--wp--preset--color--blanc);
	font-family: "Oswald";
}
.navbar-nav > .menu-item:not(:last-child) {
	margin-bottom: 12px;
}
.menu-principal > .menu-item > .nav-link  {
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	white-space: pre-wrap;
	font-size: 16px;
	font-weight: 400;
	color: var(--wp--preset--color--noir);
	/* pour les boutons */
	width: 100%;
	border: none;
	background-color: transparent;
}
body:not(.contrast) .menu-principal > .menu-item.current > .nav-link,
body:not(.contrast) .menu-principal > .menu-item > .nav-link:hover {
	color: var(--wp--preset--color--rouge);
	background-image:repeating-linear-gradient(-45deg,#e8e6e6 0px,#e8e6e6 2px, transparent 3px , transparent 4px );
	background-position: bottom;
	background-size: 100% 10px;
    background-repeat: no-repeat;
}
@media screen and (min-width:992px){
	.navbar-brand {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 130px;
		padding: 0 20px;
	}
	.navbar-nav {
		align-items: center;
	}
	button#open-menu-top {
		display: inline-block;
		font-size: 14px;
		padding: calc(.25em + 4px) 12px;
		background-color: var(--wp--preset--color--rouge);
		color: var(--wp--preset--color--blanc);
	}
	button#close-menu-top {
    	width: 32px;
    	height: 32px;
		background-color: var(--wp--preset--color--rouge);
		color: var(--wp--preset--color--blanc);
	}
	#acces-rapide {
		overflow: hidden;
		height: 32px;
	}
	.menu-top {
		display: inline-block;
	}
	.menu-top .navbar-nav {
		padding: 4px;
	}
	.menu-principal {
		height: 98px;
	}
	.navbar-nav > .menu-item:not(:last-child) {
		margin-bottom: 0;
	}
	.menu-principal > .menu-item {
		margin-right: 1em;
	}
	.menu-principal > .menu-item > .nav-link {
		font-size: 1.1em;
	}

	.menu-principal > .menu-item > .nav-link:hover,
	.menu-principal > .menu-item > .nav-link.show {
		position: relative;
	}

	.menu-principal > .menu-item > .nav-link.show:before {
	}

}

/*---------------------------- ENTETE IMAGE /TITRE -----------------------------*/

.page-header {
	position: relative;
	display: flex;
	align-items: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 250px;
}

#home-slider .page-header {
	height: 350px;
}

.page-title {
	font-family: "Oswald";
    font-size: 3em;
    color: var( --wp--preset--color--blanc ); 
    font-weight: 700;
    line-height: 1;
	text-transform: uppercase;
	margin-bottom: 0;
	text-shadow: 2px 3px 9px rgb(0 0 0 / 69%);
}
.home .page-title {
	text-shadow: none;
}
.home .page-title span {
	color: var( --wp--preset--color--rouge );
    background-color: var( --wp--preset--color--blanc );
    display: inline-block;
    padding: 0 0.1em 0.1em 0.1em;
}
.home .page-header .desc {
	background-color: var( --wp--preset--color--blanc );
    display: inline-block;
    padding: 0 0.4em 0.4em 0.4em;
}
@media screen and (min-width:576px){
	.page-title {
		font-size: 4em;
	}
}
@media screen and (min-width:992px){
	.page-header .desc {
		max-width: 75%;
	}
}

/*---------------------------- MENU THEMATHIQUE -----------------------------*/
body.page #content {
	position: relative;
}

#menu-thematique {
    position: absolute;
    top: 0;
	left: 78px;
	z-index: 999;
	font-family: 'Oswald';
    color: #fff;
	width: 100%;
	transform :translateX( -100% );
    height: 100%;
	z-index: 999;
	transition: left .5s;
	display: flex;
}

#menu-thematique.show {
	left: 100%;
	/*padding-right: 0;*/
}

.menu-thematique-toggler {
	order: 2;
	background-color: var(--wp--preset--color--rouge);
	width: 78px;
	flex: 0 0 78px;
	padding: 1.5em 0;
	text-align: center;
}

#sidebarCollapse {
    background-color: transparent;
    font-size: 2em;
}
#sidebarCollapse span {
	color: var(--wp--preset--color--blanc);
	font-weight: 200;
	text-transform: uppercase;
	writing-mode: vertical-rl;
    text-orientation: upright;
	font-size: .75em;
}

#menu-thematique .menu-liste {
	padding: 1em 3em;
	background-color: #c42c42;
	color: var(--wp--preset--color--blanc);
	font-size: 1.2em;
    height: 100%;
	width: 100%;
	border-left: 50px solid var(--wp--preset--color--rouge);
}


#menu-thematique .menu-liste ul{
	list-style: none;
	font-weight: 200;
	display: grid;
    grid-template-columns: repeat( auto-fit, minmax(250px, 1fr) );
    grid-gap: 20px;
}

#menu-thematique .menu-liste a{
	display: inline-block;
	margin-bottom: 8px;
	text-decoration: none;
}
#menu-thematique .menu-liste a:hover{
	text-decoration: underline;
}

.overlay {
    display: none;
    position: fixed;
	top: 0;
	left: 0;
    /* full screen */
    width: 100vw;
    height: 100vh;
    /* transparent black */
    background: rgba(0, 0, 0, 0.7);
    /* middle layer, i.e. appears below the sidebar */
    z-index: 998;
    opacity: 0;
    /* animate the transition */
    transition: all 0.5s ease-in-out;
}
/* display .overlay when it has the .active class */
.overlay.active {
    display: block;
    opacity: 1;
}

#menu-thematique .jspHorizontalBar {
	display:none;
}
#menu-thematique .jspVerticalBar {
	bottom: 0;
	width: 11px;
	background: transparent;
}
#menu-thematique .jspTrack {
	background: transparent;
}

#menu-thematique .jspVerticalBar .jspDrag {
	background: rgba(255,255,255,.6);
	left: 3px;
	width: 5px;
	border-radius:5px;
}


@media screen and (min-width: 992px) {
	#menu-thematique {
		/*position: fixed;*/
		left: 78px;
		overflow: hidden;
		width: 100%;
		transform :translateX( -100% );
	}
	#menu-thematique.show {
		left: 100%;
	}
}


/*---------------------------- FIL D'ARIANE  ET PARTAGE -----------------------------*/
.fil-ariane {
	padding: 1em 0;
}
.breadcrumb {
	margin: 0;
}
.breadcrumb-item+.breadcrumb-item::before { /* separateur */
	content: '/';
	color: var(--wp--preset--color--gris-f);
}
.breadcrumb li {
	font-weight: 500;
	color: var(--wp--preset--color--gris-f);
	padding: 4px 0;
}
.breadcrumb a {
	text-decoration: none;
	color: inherit;
}
.breadcrumb a:hover {
	text-decoration: underline;
	color: var(--wp--preset--color--noir);
}
.breadcrumb-item.active {
	display: none;
}

.partage ul > li{
	display: inline-block;
}

.partage ul > li > button, .partage ul > li > a {
	color: var(--wp--preset--color--noir);
	padding: .25em .5em;
	font-size: 1.5em;
}
.partage ul > li button:hover, .partage ul > li a:hover {
	color: var(--wp--preset--color--noir);
}
@media screen and (min-width:992px){
	.fil-ariane {
		position: relative;
	}
	.fil-ariane::after {
		content: "";
		position: absolute;
		top: -6px;
		left: 0;
		width: 132px;
		height: 12px;
		background-color: var(--wp--preset--color--rouge);
	}
}
		
@media screen and (min-width:992px){
	.fil-ariane {
		font-size: .8em;
		
	}
	.breadcrumb li { padding: 0; }
/*	.breadcrumb-item.active {
		display: list-item;
		color: var(--wp--preset--color--noir);
	}*/
	.breadcrumb-item.active span {
/*		display: inline-block;
		max-width: 24em;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;*/
	}
	.partage ul > li > button, .partage ul > li > a {
		font-size: 1em;
	}
}

/*----------------------------RECHERCHE -----------------------------*/
@media (min-width: 576px) {
	#searchModal .modal-dialog {
		max-width: 800px;
	}
}

.home-search {
	margin-top: 2em;
}

.recherche .tab-title .nav-link {
	background-color: var( --wp--preset--color--rouge);
	color: var( --wp--preset--color--blanc);
	position: relative;
}

body.home:not(.contrast) .recherche .tab-title .nav-link::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 28px;
	top: -28px;
	left: 0;
	background-image:repeating-linear-gradient(-45deg,#e8e6e6 0px,#e8e6e6 4px, transparent 5px , transparent 8px );
}
.recherche .tab-web  .nav-link{
	background-color: var( --wp--preset--color--rouge);
	color: var( --wp--preset--color--blanc);
}
.recherche .tab-formation .nav-link {
	background-color: var( --wp--preset--color--gris-c);
	color: var( --wp--preset--color--noir);
}


#open-recherche {
	font-size: 20px;
	margin-right: 20px;
}
div.recherche-site {
    background-color: var( --wp--preset--color--rouge);
	color: var( --wp--preset--color--blanc);
	padding: 1.5em;
	box-shadow: 0px 0px 1.9em 0px rgba(0, 0, 0, 0.2);
}
div.recherche-formation {
	background-color: var( --wp--preset--color--gris-c);
	padding: 1.5em;
	box-shadow: 0px 0px 1.9em 0px rgba(0, 0, 0, 0.2);
}
.search-form {
	max-width: 480px;
	margin: 0 auto;
}
.recherche-site .search-form {
	color: var( --wp--preset--color--blanc);
}
.search-form h2 {
	font-family: "Oswald" !important;
	font-weight: 400 !important;
	font-size: 1.5em !important;
}
.search-form .input-group {
	border-bottom: 1px solid #fff;
}
.recherche-formation .search-form .input-group {
	border-bottom: 1px solid #000;
}
.search-form .form-control {
	border: none;
	border-radius: 0;
	font-size: 1em;
	background-color: var( --wp--preset--color--rouge);
	color: var( --wp--preset--color--blanc);
}
.recherche-formation .search-form .form-control {
	background-color: transparent;
	color: var( --wp--preset--color--noir);
}
input::placeholder { color:inherit;  font-weight: 400; opacity: 0.5 }
input::-webkit-input-placeholder { color:inherit;  font-weight: 400; opacity: 0.5 }
input:-ms-input-placeholder {color:inherit; font-weight: 400; opacity: 0.5}
input:-moz-placeholder { color:inherit; font-weight: 400; opacity: 0.5}

.recherche-site .search-form input::placeholder { color:#fff; opacity: 0.75; font-family: "Oswald"; font-weight: 400; text-transform: uppercase; }
.recherche-site .search-form input::-webkit-input-placeholder { color:#fff; opacity: 0.75; font-family: "Oswald"; font-weight: 400; text-transform: uppercase; }
.recherche-site .search-form input:-ms-input-placeholder { color:#fff; opacity: 0.75; font-family: "Oswald"; font-weight: 400; text-transform: uppercase; }
.recherche-site .search-form input:-moz-placeholder { color:#fff; opacity: 0.75; font-family: "Oswald"; font-weight: 400; text-transform: uppercase; }

.recherche-formation .search-form input::placeholder { opacity: 0.9; font-family: "Oswald"; font-weight: 400; text-transform: uppercase; }
.recherche-formation .search-form input::-webkit-input-placeholder { opacity: 0.9; font-family: "Oswald"; font-weight: 400; text-transform: uppercase; }
.recherche-formation .search-form input:-ms-input-placeholder { opacity: 0.9; font-family: "Oswald"; font-weight: 400; text-transform: uppercase; }
.recherche-formation .search-form input:-moz-placeholder { opacity: 0.9; font-family: "Oswald"; font-weight: 400; text-transform: uppercase; }

.search-form .btn-submit {
	border: 0;
	padding: 0 .75em;
}
.recherche-site .search-form .btn-submit {
    background-color: var( --wp--preset--color--rouge);
    color: var(--wp--preset--color--blanc);
}
.recherche-formation .search-form .btn-submit {
    background-color: transparent;
    color: var(--wp--preset--color--noir);
}
.search-form .btn {
	background: #c92b41;
	color: var(--wp--preset--color--blanc);
	border: 0;
	border-radius: 18px;
	font-size: 15px;
	line-height: 1;
	padding: 10px 15px;
	margin-bottom: 10px;
}
/*---------------- FOOTER ----------------*/

#scroll-to-top {
	font-size: 18px;
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    line-height: 1.8;
    width: 36px;
    height: 36px;
    background: var(--wp--preset--color--noir);
    color: var(--wp--preset--color--rouge);
    text-align: center;
    cursor: pointer;
}

#scroll-to-top:hover {
	opacity: .75;
}

#scroll-to-top.fixe {
	display: flex;
    justify-content: center;
    align-items: flex-start;
}
@media screen and (min-width:1200px){
	#scroll-to-top {
		font-size: 24px;
		width: 48px;
		height: 48px;
	}
}

.newsletter {
	background-color: var(--wp--preset--color--rouge);
	color: var(--wp--preset--color--blanc);
}
.newsletter {
	background-image: repeating-linear-gradient(-45deg,#fff 0px,#fff 4px, transparent 5px , transparent 8px );
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 100% 1.25em;
}
.newsletter-title {
	font-family: "Oswald";
	font-size: 2.5em;
	font-weight: 300;
	text-transform: uppercase;
	padding: 1em 0 1em 0;
	line-height: 1;
	display: inline-block;
	margin: 0;
}
body.contrast .newsletter {
	background: none;
}

.newsletter-title strong {
	font-weight: 700;
}

.newsletter .newsletter-link {
	color: var(--wp--preset--color--noir);
	padding-bottom: 2.75em;
}
.newsletter .newsletter-link a {
	background-color: #f4f4f4;
	color: var(--wp--preset--color--noir);
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    border: 0;
    text-transform: uppercase;
    padding: 0.75em 1em;
	margin-left: auto;
	text-decoration: none;
}
.newsletter .newsletter-link a:hover {
	background-color: #fff;
}
@media screen and (min-width:768px){
	.newsletter {
		background-image: none;
	}
	.newsletter-title {
		padding: 1em 0 1.5em 0;
		background-image: repeating-linear-gradient(-45deg,#fff 0px,#fff 4px, transparent 5px , transparent 8px );
		background-repeat: no-repeat;
		background-position: bottom center;
		background-size: 100% .5em;
	}
	body.contrast .newsletter-title {
		background: none;
	}
}

#footer {
	background-color: var(--wp--preset--color--noir);
	color: var(--wp--preset--color--blanc);
	padding: 3em 0;
}


/* widgets pied de page */
.footer-widgets section {
	margin-bottom: 3em;
}
.footer-widgets .univ {
	font-size: 18px;
}
.footer-widgets .univ figure {
	align-self: auto;
}
.footer-widgets .univ a {
	text-decoration: none;
}
.widget_nav_menu .nav {
    flex-direction: column;
}
.widget_nav_menu li {
	text-align: center;
}
.widget_nav_menu .nav-link {
	display: inline-block;
	background-color: var(--wp--preset--color--gris-c);
    color: var(--wp--preset--color--noir);
	font-size: 16px;
	font-weight: 700;
    text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	min-width: 12.5em;
	line-height:1;
	padding: .5em;
}
.widget_nav_menu .nav-link:hover {
	background-color: var(--wp--preset--color--blanc);
}

.nos-reseaux {
	justify-content: center;
}

.nos-reseaux a {
    width: 36px;
    height: 36px;
    color: #000;
    background-color: #fff;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
	margin: 0 6px;
}

/* menu pied de page */
.footer-menus li {
	text-align: center;
}
.widget_nav_menu li:not(:last-child),
.footer-menus li:not(:last-child) {
	margin-bottom: 12px;
}

.footer-menus a{
	display: inline-block;
	color: var(--wp--preset--color--gris-f);
	text-decoration: none;
	padding: .25em 0;
	border-bottom: 1px solid transparent;
}
.footer-menus a:hover{
	color: var(--wp--preset--color--blanc);
	border-bottom: 1px solid var(--wp--preset--color--blanc);
}

@media screen and (min-width:576px){
	.nos-reseaux {
		max-width: 150px;
		margin-left: auto;
		margin-right: auto;
	}
	.nos-reseaux a {
		margin: 0 6px 12px 6px;
	}
}
@media screen and (min-width:768px){
	.footer-menus a {
		padding: 0;
	}
	.footer-menus li:after {
		content: '-';
		color: var(--wp--preset--color--gris-f);
		display: inline-block;
		padding: 0 .5em;
	}
	.footer-menus li:last-of-type:after {
		display: none;
	}
}

@media screen and (min-width:992px){
	.footer-menus li:not(:last-child) {
		margin-bottom: 0;
	}
	.footer-menus a {
		font-size: 18px;
	}
}
@media screen and (min-width:1200px){
	
}
/*------------------------------------------------------------ CONTENU ---------------------*/
.alignfull {
    width: 100%;
}

.page-content {
	clear: both;
	margin-top: 2.5em;
	margin-bottom: 2.5em;
}

@media screen and (min-width:992px){
	.page-content, .entry-content {
		font-size: .9rem;
	}
}

/* espace entre les éléments de premier niveau */

.singular .entry-content > * {
	margin-bottom: 1.25em;
}

/*-- TITRES --*/
h1:not(.page-title) {
	font-family: "Oswald";
	font-size: 2.5em !important;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: .5em;
}
.entry-content h1 {
	font-size: 2.777778em;
}
h2.section-title,
.entry-content h2,
h2.sidebar-title {
	font-family: "Oswald";
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: .5em;
}
.entry-content h2 {
	font-size: 2.222223em;
}


h2.section-title {
	font-size: 2em;
	color: var(--wp--preset--color--rouge);
	line-height: 1;margin-bottom: .75em;
}
h2.section-title > * {
	position: relative;
	text-decoration: none;
	display: block;
	background-image:repeating-linear-gradient(-45deg,#e8e6e6 0px,#e8e6e6 2px, transparent 3px , transparent 4px );
	background-position: bottom;
	background-size: 100% .85em;
    background-repeat: no-repeat;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: .425em;
	
}
body.contrast h2.section-title > * {
	background: none;
}

h2.section-title i {
	position: absolute;
    height: 1.7em;
    width: 1.7em;
    bottom: 0;
    right: 0;
    background: var(--wp--preset--color--rouge);
    color: var(--wp--preset--color--blanc);
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .5em;
}

h2.sidebar-title {
	font-size: 2em;
	color: var(--wp--preset--color--rouge);
	position: relative;
	line-height: 1;
	background-image:repeating-linear-gradient(-45deg,#e8e6e6 0px,#e8e6e6 2px, transparent 3px , transparent 4px );
	background-position: bottom;
	background-size: 100% .85em;
    background-repeat: no-repeat;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: .425em;
	margin-bottom: .75em;
}
body.contrast h2.sidebar-title {
	background: none;
}

@media screen and (min-width:576px){
	h2.section-title {
		font-size: 45px;
		display: inline-block;
	}
	h2.section-title > * {
		padding-right: 3em;
	}
}
.entry-content h3 {
	font-size: 1.3888888em;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: .5em;
}

.entry-content h4 {
	font-size: 1.111111em;
	font-weight: 700;
	margin-bottom: .5em;
}

.entry-content * + h3,
.entry-content * + h2 {
	margin-top: 1.5em;
}




/* légendes des images / galeries */
.wp-block-image .aligncenter,
.wp-block-image.aligncenter {
	margin-left: auto;
	margin-right: auto;
}
.wp-block-image.alignright,
img.alignright {
	float: right;
	margin: 0.5em 0 0.5em 1em;
}
.wp-block-image.alignleft,
img.alignleft {
	float: left;
    margin: 0.5em 1em 0.5em 0;
}
.wp-block-image figcaption,
.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
	padding: 6px;
	font-size: .9em;
	font-weight: 400;
	text-align: left;
}

/*-- LIEN --*/

.entry-content p a,
.entry-content li a {
	color: var(--wp--preset--color--rouge) ;
	font-weight: 700;
	/*display: inline-block;*/
	overflow-wrap: anywhere;
}
.hall-of-fame .entry-content p a,
.hall-of-fame .entry-content li a {
	color: var(--wp--preset--color--blanc) ;
}
/*.entry-content p a:hover, .entry-content p a:focus,
.entry-content li a:hover, .entry-content li a:focus {
	text-decoration: underline;
}*/

/* Citations */

.wp-block-pullquote{
	border-left: 0 !important;
	border-right: 0 !important;
	padding: 0;
	text-align: left;
}

.wp-block-pullquote blockquote {
	padding: 20px 0;
	margin: 0;
}

.wp-block-pullquote p{
	margin-bottom: 0;
	font-size: 1.5em;
	font-weight: 700;
	font-style: italic;
	line-height: 1.2;
}

.wp-block-pullquote cite{
    display: inline-block;
    margin-top: 1em;
}

.tmce blockquote,
.wp-block-quote {
	text-align: center;
	padding: 20px 0;
}
.tmce blockquote p,
.wp-block-quote p{
	text-align: center;
	font-weight: 700;
	font-size: 1.25em;
}
.wp-block-quote cite{
	font-size: 14px;
	font-weight: 400;
}


/* Listes */
.tmce ul, .tmce ol,
.wp-block-list {
	list-style: none;
    padding-left: 0; 
    margin-bottom: 1.25em;
}
.tmce ul ul, .tmce ol ol,
.wp-block-list .wp-block-list {
    margin-bottom: 0;
}
.tmce li,
.wp-block-list li {
 	margin: .5em 0;
	position: relative;
	padding-left: 1em;
}
.tmce ol,
ol.wp-block-list {
	counter-reset: li; /* Initiate a counter */
}
.tmce ol > li,
ol.wp-block-list > li {
	counter-increment: li;
	padding-left: 2.5em;
	margin: 1em 0;
}

.tmce li::after,
.wp-block-list li::after {
	content: '•';
	position: absolute;
	left: 0;
	top: 0;
    display: inline-block;
	font-size: 2em;
	line-height: .65;
}
.tmce ol > li::after,
ol.wp-block-list > li::after {
	content: counter(li);
	text-align: center;
	font-size: .888889em;
    line-height: 2;
    font-weight: 700;
	width: 2em;
	height: 2em;
	color: var(--wp--preset--color--blanc);
	background-color: var(--wp--preset--color--rouge);
    top: -.4em;
}
.tmce ul ul li,
.wp-block-list ul li {
	padding-left: 1em;
	list-style: none;
}
/*.tmce ul ul li::after;
.wp-block-list ul li::after {
	left: 0;
	top: .3em;
	background-size: 60%;
}*/


/* boutons */

.entry-content a.wp-block-button__link{
	color: var(--wp--preset--color--blanc);
	font-weight: 700;
	background: var(--wp--preset--color--rouge);
	max-width: none;
	border: 0;
    padding: .8em 1em;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}

.entry-content a.wp-block-button__link:hover {
	color: var(--wp--preset--color--blanc);
}


/* Bouton télécharger
div.wp-block-file
	object.wp-block-file__embed // optionnel
	a
	a.wp-block-file__button // optionnel
*/

.wp-block-file {
	border: 2px solid #000;
}
.wp-block-file.showdownload {
	display: flex;	
    justify-content: space-between;
	align-items: center;
	
}
.wp-block-file.showpreview.showdownload {
	flex-wrap: wrap;
}
.wp-block-file .wp-block-file__embed {
	flex: 0 0 100%;
	margin-bottom: 0;
	order: 1;
}
.wp-block-file > a:not(.wp-block-file__button){
	display: block;
	font-size: 1em;
	padding: 1em;
	font-weight: 700;
	text-decoration: none;
	flex: 1;
	order: 3;
}

.wp-block-file .doc-info {
	font-weight: 400;
}
.wp-block-file .wp-block-file__button {
	background: var(--wp--preset--color--rouge);
    font-size: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 33px;
    width: 33px;
    border-radius: 16px;
	margin-left: 20px;
}
.wp-block-file .wp-block-file__button::before {
	content: "\e80e";
	font-family: "icones";
	font-size: 20px;
	line-height: 1;
	font-weight: 700;
}

.wp-block-file > a:focus,
.wp-block-file > a:active,
.wp-block-file > a:hover {
	text-decoration: none;
	color: inherit;
}

.blocks-gallery-caption, .wp-block-gallery figcaption,
.wp-block-embed figcaption {
    margin-top: 1em;
    text-align: center;
    font-size: inherit;
	font-weight: 400;
	color: inherit;
}


/*------------------ SLICK SLIDER CONTENU --------------------------- */

/*.blocks-gallery-grid{
	max-width: 95%;
}

.blocks-gallery-grid .blocks-gallery-item figure{
	justify-content: center;
}

.blocks-gallery-grid .blocks-gallery-item figcaption{
	text-shadow: 1px 1px #000;
	background: none;
}

.wp-block-media-text__media img, .wp-block-media-text__media video {
	max-width: fit-content;
}
*/

/*------ BLOC ACCORDEON ------------------------*/
.advgb-accordion-header h2, .advgb-accordion-header h3, .advgb-accordion-header h4 {
	line-height: 1 !important;
}
.advgb-accordion-header, .advgb-accordion-header.ui-accordion-header.ui-state-default {
    align-items: center;
    display: flex;
    justify-content: space-between;
	padding: 15px 18px !important;
}
span.advgb-accordion-header-icon {
	float: none;
    margin-right: 0;
    order: 2;
}
.advgb-accordion-header[aria-expanded="true"] .advgb-accordion-header-icon {
	display: block !important;
	transform: rotate( 180deg );
	transform-origin: center center;
}
.advgb-accordion-body { padding: 1.5em !important; box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.15); }
.advgb-accordion-body > :last-child { margin-bottom: 0 }
/*------ TABLEAU ------------------------*/
.wp-block-table table{
}
.wp-block-table thead {
	border: none;
}
.wp-block-table td, .wp-block-table th {
	border: 1px solid var(--wp--preset--color--rouge);
	padding: 1em;
}
.wp-block-table thead th {
	background: var(--wp--preset--color--rouge);
	color: var(--wp--preset--color--blanc);
	font-weight: 700;
	text-align: center;
}

.wp-block-table.is-style-stripes table{
	background: var(--wp--preset--color--gris-c);
}
.wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {
	border: 1px solid var(--wp--preset--color--blanc);
}

.wp-block-table figcaption{
	margin-top: 15px;
}

/*------------------------------ FORMULAIRES GRAVITY FORMS------------------------*/

.gform_wrapper{
}

.gform_wrapper .gsection{

}

.gform_wrapper .gform_title,
.gform_wrapper .gsection_title{

}

.gform_wrapper .gform_description{

}

.gform_wrapper .gform_footer{

}
.page-content input[type=submit] {
	display: block;
	margin: 0 auto;
	color: var(--wp--preset--color--blanc);
	border: 0;
	border-radius: 2em;
	/**/
	font-weight: 700;
	text-transform: uppercase;
	padding: 1em 2.5em;
}

.page-content input[type=submit]:hover {
}


/*-------------------------------------------------- FORMULAIRE RECHERCHE ---------------------------- */


.form-archive{
	margin-bottom: 24px;
}
.form-archive > * {
	width: 100%
}
.form-input,
.custom-select,
.selectric {
	box-sizing: border-box;
	padding: .5em 1em;
	position: relative;
    display: block;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border: none;
}
.form-archive .form-input {
	border-bottom: 1px solid var(--wp--preset--color--noir);
}
.selectric {
	padding: .5em 3em .5em 1em;
	background-color: var(--wp--preset--color--noir);
	color: var(--wp--preset--color--blanc);
}

.selectric:focus-visible,
.custom-select:focus-visible,
.form-input:focus-visible {
	outline-color: rgba(0,0,0,.4);
}

.form-archive button[type=submit] {
	background-color: var(--wp--preset--color--rouge);
	border: 1px solid var(--wp--preset--color--rouge);
	color: var(--wp--preset--color--blanc);
	font-weight: 700;
	display: inline-block;
	margin: 0;
	border-radius: 0;
    padding: .5em 1em;
    text-transform: uppercase;
}

.btn-init{
    display: inline-block;
    font-size: 1.2em;
	transition: all 0.2s ease-in-out;
}

.btn-init:focus,
.btn-init:hover{
	text-decoration: none;
	transform: rotate(180deg);
}

/* agenda*/
.choix-date {
	flex-direction: column;
	width: max-content;
	margin: 0 auto 2em;
}
.choix-date li {
	margin: 0 0 2px 0;
}
.choix-date a {
    text-transform: uppercase;
    color: var(--wp--preset--color--blanc);
    font-size: 16px;
    display: inline-block;
    background-color: var(--wp--preset--color--noir);
    text-decoration: none;
    line-height: 1;
    padding: 10px 20px;
	width: 100%;
	text-align: center;
}

.choix-date a.active,  .choix-date a:hover {
	background-color: var(--wp--preset--color--rouge);
}

@media screen and (min-width:480px)  {
	.choix-date {
		flex-direction: row;
		width: auto;
		margin: 0 0 2em;
	}
	.choix-date li {
		margin: 0 2px 0 0;
	}
}

@media screen and (min-width:768px)  {
	.form-archive {
		margin-bottom: 45px;
	}
	.agenda .form-archive {
		margin-bottom: 24px;
	}
	
	.form-archive > * {
		width: auto
	}
	.btn-init {
		margin-left: 20px;
	}
}

@media screen and (min-width:1200px)  {

}
/*--------------------------------------------------------- ARCHIVES ----------------------------------*/



/*--- PAGINATION ----------------------------------------- */

.pagination{
	width: 100%;
	margin: 3em 0;
}

.pagination .page-numbers {
    display: inline-block;
    font-size: 1em;
    font-weight: 400;
    margin-left:.5em;
	margin-right:.5em;
    text-align: center;
	text-decoration: none;
}

.pagination .page-numbers:first-child:not(.prev) {
	margin-left: auto;
}
.pagination .page-numbers:last-child:not(.next) {
	margin-right: auto;
}

.pagination a.page-numbers:hover {
    text-decoration: none;
}

.pagination .next, .pagination .prev {
	width: auto;
	text-decoration: none;
    transition: all .5s ease-in-out;
	margin-top: 0;
}
.pagination .prev::before,
.pagination .next::before {
	font-family: "icones";
}
.pagination .prev::before {
	content: "\E80C";
}
.pagination .next::before {
	content: "\E80D";
}
.pagination .current {
	color: var(--wp--preset--color--rouge);
	font-weight: 700;
}
.pagination .prev {
	margin-left: auto;
	margin-right: 30px;
    text-align: left;
}
.pagination .next {
	margin-left: 30px;
	margin-right: auto;
	text-align: right;
}
@media screen and (min-width: 768px) {
	.pagination .prev {
		margin-right: 40px;
	}
	.pagination .next {
		margin-left: 40px;
	}
}

/** jquery autocomplete */
.ui-front {
    z-index: 1000;
}
.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
	max-width:30em;
}
.ui-autocomplete-loading { background:url('assets/jquery-ui/images/ui-anim_basic_16x16.gif') no-repeat right 10px center }
.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0;
}
.ui-widget.ui-widget-content {
    background: var(--c6i-gris);
}
.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
}
.ui-menu .ui-menu-item-wrapper {
    position: relative;
	display: block;
    padding: 8px 1em 8px 1em;
	text-decoration: none;
}
.ui-menu .ui-menu-item-wrapper:hover {
	background-color: var(--c6i-bleuf);
	color: var(--wp--preset--color--blanc);
}

/*----------------------------------------------------------------------------------*/

.souspages .nav-link{
	font-size: .8em;
	font-weight: 700;
	line-height:1.1;
	text-transform: uppercase;
	color: var(--wp--preset--color--blanc);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 128px;
	padding: 1em;
	margin-bottom: 1em;
	text-decoration: none;
}

.souspages .nav-link:focus,
.souspages .nav-link:hover{
	color: var(--wp--preset--color--blanc);
	text-decoration: none;
	background: var(--wp--preset--color--rouge);
}


/*--------------ACTUALITES -----------------------------*/


.actu {
	position: relative;
	border-bottom: 8px solid #000;
	margin-bottom: 1.5em;
	height: 100%;
	/*background-color: var(--wp--preset--color--blanc);*/
}

body.search-results .article-img,
.actu .article-img {
	min-height: 30px;
	max-height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 0 0 auto;
	overflow: hidden;
	margin-bottom: 1em;
}
.actu img {
	height: 100%;
    width: 100%;
    object-fit: cover;
}
.actu h3 {
	font-size: 1em;
	font-weight: 700;
	text-transform: none;
}
.actu .post-link{
	text-decoration: none;
}
.actu .article-content {
	padding: 0;
}
.widget-actu .article-content {
    padding-bottom: 1.5em;
}

.actu .last-updated {
	font-size: 16px;
	font-style: italic;
	color: var(--wp--preset--color--rouge);
}

.article-cat {
	font-size: 15px;
	font-style: italic;
	line-height: 1;
	color: var(--wp--preset--color--blanc);
	background-color: var(--wp--preset--color--noir);
	position: absolute;
	top: 0;
	left: 0;
	padding: .5em 1em;
}

.blog .page-content {
	margin-bottom: 3em;
}
.blog .pagination .current {
	color: var(--wp--preset--color--bleu);
}

/*--------------EVENEMENT ------------------------------*/

.evenement {
	position: relative;
}

body:not(.home) .evenement {
	background-image: repeating-linear-gradient(90deg,#f4f4f4 0%, #f4f4f4 100% );
    background-position: bottom left;
    background-size: 80% 8px;
    background-repeat: no-repeat;
    height: 100%;
	padding-bottom: 1em;
}

.widget-agenda .evenement,
.home .agenda .evenement {
	margin-bottom: 30px;
}

.widget-agenda .article-content {
    padding-bottom: 1.5em;
}

.evenement h3 {
	font-size: 1em;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: .4em;
	text-transform: none;
}
.evenement h3 a {
	text-decoration: none;
}

.event-meta {
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-style: italic;
	margin-bottom: 1em;
}
/*.event-meta li {
	margin-bottom: .5em;
}*/
.evenement .event-cat, .evenement .event-lieu {
	color: var(--wp--preset--color--rouge);
}
.evenement .event-lieu {
	font-weight: 500;
}
.evenement .event-dates {
	font-size: 1.5em;
	font-weight: 800;
	background-image: repeating-linear-gradient(0deg,#f4f4f4 0%,#f4f4f4 100% );
    background-position: bottom;
    background-size: 100% 0.5em;
    background-repeat: no-repeat;
    padding-bottom: 0.2em;
	margin-bottom: .5em;
}
.evenement .event-dates .an {
	font-size: .5em;
}
.home .evenement .event-dates .an {
	display: none;
}
body.contrast .evenement .event-dates {
	background: none;
}
.evenement .horaires {
	font-size: 16px;
	color: var(--wp--preset--color--gris-f);
}

.agenda-une {
    background-color: var(--wp--preset--color--gris-c);
    padding: 2em;
}

.agenda-une .section-title span{
	color: var(--wp--preset--color--noir);
	background-image: repeating-linear-gradient(-45deg,#fff 0px,#fff 2px, transparent 3px , transparent 4px )
}

body.contrast .agenda-une .section-title span{
	background-image: none;
}

/*.search-results .evenement {
    padding-top: 36px;
}*/
/*--------------------------------------------------------- PRESSE ------------------------*/
.choix-type li {
	text-align: center;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: .5em;
}
.choix-type li.current-cat {
	color: var(--wp--preset--color--blanc);
	background: var(--wp--preset--color--rouge);
}
.choix-type li:not(.current-cat) {
	color: rgba( 137,137,137,.5);
	background: #cdcdcd;
}
.choix-type li:not(.current-cat):hover {
	color: rgba( 137,137,137, 1);
}

.choix-type li a{
	display: block;
	text-decoration: none;
	padding: .5em;
}

.presse {
	margin-bottom: 30px;
	outline: 0px solid var(--wp--preset--color--rouge);
	background: var(--wp--preset--color--blanc);
	transition: all .2s;
}
.presse:hover {
	outline: 8px solid var(--wp--preset--color--rouge);
	box-shadow: 0px 0px 1.5em 0px rgba(0, 0, 0, 0.56);
}
.presse .article-content {
	padding: 15px;
	position: relative;
}
.presse .article-cat {
	font-size: 15px;
	color: var(--wp--preset--color--rouge);
}
.presse h3 {
	font-size: 18px;
	font-weight: 700;
}
.presse h3 a {
	text-decoration: none;
}
.presse .article-meta,
.presse .article-date {
	font-size: 12px;
	color: var(--wp--preset--color--gris-f);
}
.presse .article-meta {
	font-weight: 700;
	margin-right: 3em;
}
.presse .article-meta i {
    position: absolute;
    bottom: 0;
    right: 0;
    background: var(--wp--preset--color--rouge);
    color: var(--wp--preset--color--blanc);
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    text-align: center;
    font-size: 1.5em;
}
	
@media screen and (min-width: 576px) {
	.choix-type li {
		flex: 0 0 auto;
		width: 50%;
		margin-bottom: 0;
	}
	.choix-type li:first-of-type {
		border-right: 1px solid var(--wp--preset--color--blanc);
	}
}

@media screen and (min-width: 768px) {
	.presse .article-cat {
		font-size: 20px;
	}
	.presse h3 {
		font-size: 22px;
	}
	.presse .article-meta,
	.presse .article-date {
		font-size: 15px;
	}
}

/*------------------ RESULTATS DE RECHERCHE --------------------------- */

body.search h3 > a {
	color: var(--wp--preset--color--rouge);
	text-decoration: none;
}
body.search h3 > a:hover {
	text-decoration: underline;
}
body.search h3 > small {
	background-color: var(--wp--preset--color--rouge);
	color: var(--wp--preset--color--blanc);
	padding: .1em .2em;
	margin-left: .5em;
}

/*------------------ SIDEBAR --------------------------- */

.sidebar-section {
	margin-bottom: 3.5em;
}
.widget-page > ul {
	padding: 0;
}
.widget-page > ul > li:not(:last-child) {
    margin-bottom: 4px;
}
.widget-page ul.children {
/*	padding-left: 1em;
	list-style: inside;*/
	background-color: var(--wp--preset--color--noir);
	color: var(--wp--preset--color--blanc);
}

.widget-page > ul > li > a {
    display: flex;
    justify-content: space-between;
	align-items: center;
    background: var(--wp--preset--color--noir);
    color: var(--wp--preset--color--blanc);
    text-decoration: none;
    font-size: 1em; /* 18px */
    font-weight: 700;
    padding: .5em .75em;
}
.widget-page > ul > li > a:after {
	content:'\e80d';
	font-family: "icones";
	font-size: .66667em;
}

.widget-page ul.children a {
	display: inline-block;
	color: var(--wp--preset--color--blanc);
	text-decoration: none;
    font-size: 1em;
	margin-bottom: 0.5em;
}

.widget-infos .entry-content {
	background-color: var(--wp--preset--color--gris-c);
	padding: 1em;
}
.widget-infos .entry-content > :last-child {
	margin-bottom: 0;
}

.sidebar .lien-archive {
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    background-color: var(--wp--preset--color--rouge);
    color: var(--wp--preset--color--blanc);
    text-transform: uppercase;
    text-align: center;
    display: block;
    padding: 6px 1em;
}


.widget-presse .presse {
	margin-bottom: 0;
	outline: none;
	border: 8px solid var(--wp--preset--color--gris-c);
}
.widget-presse .presse:hover {
	border: 8px solid var(--wp--preset--color--rouge);
	box-shadow: none;
}
.widget-agenda header,
.widget-presse header {
	margin-bottom: 1em;
}

.widget-presse .presse .article-content{
	background-color: var(--wp--preset--color--gris-c);
	padding: 1em;
}

.actus-par-cat {
	background-color: var(--wp--preset--color--gris-c);
	padding: 80px 0;
}
.actus-par-cat h2 {
	font-size: 1.5em;
	font-family: "Oswald";
	font-weight: 200;
	text-transform: uppercase;
	margin-bottom: 2em;
}
.actus-par-cat h2 a {
	text-decoration: none;
	display: flex;
	align-items: center;
}
.actus-par-cat h2 i {
	line-height: .9;
	color: var(--wp--preset--color--rouge);
	margin-right: .7em;
}
@media screen and (min-width: 992px) {
	.page-content .sidebar {
		max-width: 320px;
		margin-left: auto;
	}
}
@media screen and (min-width: 1260px) {
	.actus-par-cat h2 {
		transform: translateX( -1.7em );
	}
}
/*--------------------------------ACCUEIL --------------------------*/

.home-section {
	padding-top: 3em;
	padding-bottom: 3em;
}

.home-section.actus {
	border-bottom: 1px dashed var(--wp--preset--color--rouge);
	padding-top: 0;
}

.actus-grid .actu {
	border-bottom: none;
	height: auto;
	margin-bottom: 2rem;
	background-color: #fff;
}
.actus-grid .actu .article-cat {
    position: static;
    background: none;
    padding: 0;
    color: var(--wp--preset--color--rouge);
    margin-top: 1em;
}
.actus-grid .actu .last-updated {
    color: var(--wp--preset--color--gris-f);
	margin-top: .25em;
}
.actus-grid .actu .entry-content {
	display: none;
}
.actus-grid .actu::after{
	content: '+';
    z-index: -1;
	font-size : 1rem;
	font-weight: 700;
	line-height: 1;
	position: absolute;
	top: calc( 100% - 1.4rem );
	right: 0;
	background-color: var(--wp--preset--color--rouge);
	color: var(--wp--preset--color--blanc);
	padding: 0.4rem 1.3rem;
	transition: all .2s;
}
.actus-grid .actu:hover::after{
	top: 100%;
}
.agenda-une .evenement .event-dates,
.home .evenement .event-dates {
	font-size: 2em;
	padding-bottom: 0;
	background: none;
	line-height: .8;
}
.agenda-une .evenement .event-date,
.home .evenement .event-date {
    font-style: normal;
	text-transform: lowercase;
	letter-spacing: -.06em;
	
}
.agenda-une .evenement .event-date .jour,
.home .evenement .event-date .jour {
	font-size: 1.6em;
}
.home .evenement .event-date .mois {
	font-style: italic;
}
.agenda-une .evenement .event-multi .event-date,
.home .evenement .event-multi .event-date {
	font-size: 1.08em;
}
.agenda-une .event-date-sep,
.home .event-date-sep {
    display: block;
    visibility: hidden;
    font-size: 0;
}

.home .evenement .event-cat {
	font-style: italic;
	font-size: 16px;
}
.home .evenement h3 {
	font-size: 18px;
	margin-bottom: 0;
}
.home .evenement .article-content {
    background-image: repeating-linear-gradient(0deg,#f4f4f4 0%,#f4f4f4 100% );
    background-position: bottom left;
    background-size: 40% 8px;
    background-repeat: no-repeat;
	padding-bottom: 1em;
	padding-left:.5em;
}

body.contrast .home .evenement .article-content {
    background: none;
}

@media screen and (min-width: 420px) {
	.actus-grid {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(2, 1fr);
		grid-column-gap: 30px;
		grid-row-gap: 30px;
	}

	.actus-grid .actu:nth-child(1) { grid-area: 1 / 1 / 2 / 3; }
	.actus-grid .actu:nth-child(2) { grid-area: 2 / 1 / 3 / 2; }
	.actus-grid .actu:nth-child(3) { grid-area: 2 / 2 / 3 / 3; }
	
	.actus-grid .actu .article-content { padding: 1em; }
	.actus-grid .actu:hover { box-shadow: 0px 0px 2.5em 0px rgba(0, 0, 0, 0.17); }
	.actus-grid .actu:nth-child(1) {
		background-color: var(--wp--preset--color--gris-c);
		display: flex;
	}
	.actus-grid .actu:nth-child(1) h3 { font-size: 1.25em }
	.actus-grid .actu:nth-child(1) .article-img {
		flex: 0 0 auto;
		width: 47%;
		display: flex;
		align-items: center;
		justify-content: center;
		max-height: none;
		height: auto;
		margin-bottom: 0;
	}
	.actus-grid .actu:nth-child(1) img {
		height: 100%;
		width: 100%;
		max-height: none;
		max-width: none;
		object-fit: cover;
		flex-grow: 0;
	}
	.actus-grid .actu:nth-child(1) .article-content { flex: 0 0 auto; width: 53%; }
}
@media screen and (min-width: 576px) {
	.agenda-une .evenement .event-dates,
	.home .evenement .event-dates {
		font-size: 2.5em;
	}
}
@media screen and (min-width: 768px) {
	.actus-grid {
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(2, 1fr);
		grid-column-gap: 30px;
		grid-row-gap: 30px;
	}
	.actus-grid .actu { margin-bottom: 0; }
	.actus-grid .actu:nth-child(1) { grid-area: 1 / 1 / 3 / 2; align-self: center }
	.actus-grid .actu:nth-child(2) { grid-area: 1 / 2 / 2 / 3; align-self: start }
	.actus-grid .actu:nth-child(3) { grid-area: 2 / 2 / 3 / 3; align-self: end }
}
@media screen and (min-width: 992px) {
	.actus-grid {
		grid-template-columns: 2fr repeat(2, 1fr);
		grid-template-rows: 1fr;
		grid-row-gap: 0px;
	}
	.actus-grid .actu { margin-bottom: 0; }
	.actus-grid .actu:nth-child(1) { grid-area: 1 / 1 / 2 / 2; align-self: end }
	.actus-grid .actu:nth-child(2) { grid-area: 1 / 2 / 2 / 3; align-self: start }
	.actus-grid .actu:nth-child(3) { grid-area: 1 / 3 / 2 / 4; align-self: end }
	
	.agenda-une .evenement .event-dates {
		font-size: 4em;
	}
}
@media screen and (min-width: 1200px) {
	.actus-grid .actu:nth-child(1) .article-content { padding: 1.5em; }
}

.hall-of-fame {
	background-color: var(--wp--preset--color--bleu);
	color: var(--wp--preset--color--blanc);
	padding: 0;
}
.hall-of-fame h2.section-title a{
	color: var(--wp--preset--color--blanc);
	background-image: repeating-linear-gradient(-45deg,#499d9b 0px,#499d9b 2px, transparent 3px , transparent 4px );
}
body.contrast .hall-of-fame h2.section-title a{
	background: none;
}

.hall-of-fame h2.section-title i {
	background: var(--wp--preset--color--blanc);
	color: var(--wp--preset--color--bleu);
}

.hall-of-fame .marge-gauche {
/*	padding-left: var(--c6i-decalage);
	padding-right: 15px;*/
	padding-top: 3em;
    padding-bottom: 3em;
}
.hall-of-fame h3, .hall-of-fame h3 + div,
.hall-of-fame .h3, .hall-of-fame .h3 + div {
	font-size: .9em;
	text-transform: none;
}
.home .hall-of-fame h3 a {
	color: #fff !important;
}
.hall-of-fame .hof-image {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.hall-of-fame .hof-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hall-of-fame .hof-image::after {
	content: "";
	position: absolute;
	top: 2.5em;
	bottom: 2.5em;
	left: 2.5em;
	right: 2.5em;
	border: 1.5em solid var(--wp--preset--color--bleu);
}

.archive .hall-of-fame {
	padding: 1em 0;
}
.archive .hall-of-fame h2 {
	text-transform:  none;
}
.archive .hall-of-fame h2 > a {
	text-decoration: none;
}
.archive .hall-of-fame h2 > a:hover {
	text-decoration: underline;
}
.archive .hall-of-fame:nth-of-type(even) {
	background-color: var(--wp--preset--color--blanc);
	color: var(--wp--preset--color--bleu);
}
.archive .hall-of-fame .hof-image::after {
	top: 1.5em;
	bottom: 1.5em;
	left: 1.5em;
	right: 1.5em;
	border: 1em solid var(--wp--preset--color--bleu);
}
.archive .hall-of-fame:nth-of-type(even) .entry-content p a,
.archive .hall-of-fame:nth-of-type(even) .entry-content li a {
	color: var(--wp--preset--color--bleu);
}
@media screen and (min-width: 768px) {
.archive .hall-of-fame:nth-of-type(even) .marge-gauche {
	order: 2;
}
}
/* ------- PAGE ACCUEIL CARTO SVG -------*/

.carte svg #Calque_2 path:focus,
.carte svg #Calque_2 path:hover{
	fill: #f2f2f2;
}

.carte svg {
	display: block;
    max-height: 80vh;
    margin: 0 auto;
}

.sb-carto-container{
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(255,255,255,0.9);
	z-index: 10000;
}

.sb-carto{
	position: relative;
	padding: 16px;
	box-shadow: 0px 0px 1.9em 0px rgba(0, 0, 0, 0.2);
	background: #f5f5f5;
	min-width: 300px;
}
.sb-carto::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    background-color: var(--wp--preset--color--rouge);
    width: 66px;
	height: 10px;
}
.sb-carto a.close-button{
	position: absolute;
	display: inline-block;
	top: -20px;
	right: -12px;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}

.sb-carto a.close-button:before{
	content: "\e80f";
	font-family: 'icones';
	color: #000;
	font-size: 1.6rem;
}

.sb-carto a.close-button:focus:before,
.sb-carto a.close-button:hover:before{
	color: var(--wp--preset--color--rouge);
}

.sb-carto h3 {
	font-family: "Oswald";
	font-size: 1.25rem;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: .5em;
	text-transform: uppercase;
}

.sb-carto ul{
	margin-bottom: 0;
}

.sb-carto ul li{
	font-size: 16px;
	margin-bottom: 6px;
}

.sb-carto ul li:last-of-type{
	margin-bottom: 0;
}

.sb-carto ul li a{
	font-family: "Oswald";
	color: var(--wp--preset--color--rouge);
	transition: all 0.2s ease-in-out;
}

.sb-carto ul li a:focus,
.sb-carto ul li a:hover{
	color: var(--wp--preset--color--bleu);
	text-decoration: none;
}

.sb-carto-container.on{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}



/* ------- PAGE ACCUEIL THEMATIQUE -------*/

.sous-pages, .zoom-sur {
	background-color: var(--wp--preset--color--gris-c);
}

.zoom-sur h2.section-title span{
	background-image: repeating-linear-gradient(-45deg,#fff 0px,#fff 2px, transparent 3px , transparent 4px )
}
body.contrast .zoom-sur h2.section-title span{
	background: none;
}

.sous-pages {
	padding-top: 1.2em;
	padding-bottom: 1.2em;
}

.sous-pages ul {
/*	list-style: none;
	display: grid;
    grid-template-columns: repeat( auto-fit, minmax(200px, 1fr) );
	grid-auto-rows: minmax(3em, auto);
    grid-gap: 20px;
	justify-content: center;
	align-content: center;*/
	margin: 0;
	padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}
.sous-pages ul li {
	display: block;
	margin: .5em;
}
.sous-pages a {
	display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-decoration: none;
    text-align: center;
    font-size: 1em;
    font-weight: 700;
    line-height: 1.1;
    padding: 0.5em 1em;
    background: #c92b41;
    color: var(--wp--preset--color--blanc);
    border: 0;
    border-radius: 1.6em;
}

.sous-pages ul ul li a:hover {
	color: var(--wp--preset--color--blanc);
	background-color: var(--wp--preset--color--rouge) !important;
}
/*@media screen and (min-width: 768px) {
	.sous-pages ul ul {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (min-width: 992px) {
	.sous-pages ul ul {
		grid-template-columns: repeat(3, 1fr);
	}
}*/

.page-child .actus {
	background-color: var(--wp--preset--color--gris-c);
}

.actus .section-title {
	margin-top: .75em;
	transition: all .2s;
}
.section-title a:hover i{
	transition: all .2s;
	transform: scale(1.1);
}

.actus .search-filter-results {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.actus .search-filter-results>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}


/* twitter */
section.twitter .entry-content {
	max-height: 600px;
    overflow-y: auto;
}

#ctf .ctf-corner-logo {
	color: var(--wp--preset--color--gris-m);
}
#ctf .ctf-author-box {
    margin-left: 56px;
    position: relative;
}
#ctf .ctf-corner-logo {
	position: absolute;
    left: -56px;
    top: 0;
	font-size: 48px;
}

.access .btn {
    padding-top: 0;
    padding-bottom: 0;
}

#filebird-document-library div.fbdl-listview-container .fbdl-list table.fbdl-table tr td.fbdl-list-first-item .fbdl-list-item-title>div {
    overflow: hidden;
    max-width: 35ch;
    text-overflow: ellipsis;
}

#filebird-document-library div.fbdl-gridview-container .fbdl-grid {
	width: 100%;
}


.search-results article .entry-content{
	overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   line-height: 1.2;     /* fallback */
   max-height: 4.8em;      /* fallback */
   -webkit-line-clamp: 4; /* number of lines to show */
   -webkit-box-orient: vertical;
}
#partenaires-slider {
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 25px;
	margin-right: 25px;
}

#partenaires-slider .slick-track{
  display: flex;
  align-items: center;
}
#partenaires-slider .slick-slide{
  position: relative;
  margin: 0 12px;
  max-width: 200px;
}
#partenaires-slider .slick-slide img{
  margin: auto;
}
@media screen and (min-width: 992px) {
	#partenaires-slider {
		margin-left: 0;
		margin-right: 0;
	}
}
#acces-rapide-offcanvas {
    background-color: var(--wp--preset--color--noir);
    position: static;
    visibility: visible;
    width: 100%;
    transform: none
}

#acces-rapide-offcanvas .offcanvas-header {
    display: none
}

#acces-rapide-offcanvas .offcanvas-body {
    padding: 0
}

@media screen and (min-width: 992px) {
    #acces-rapide-offcanvas {
        position:fixed;
        visibility: hidden;
        width: auto;
        background-color: var(--wp--preset--color--noir);
        bottom: auto;
        transform: translateX(100%)
    }

    #acces-rapide-offcanvas.show {
        transform: none
    }

    body.admin-bar #acces-rapide-offcanvas {
        top: 32px
    }

    #acces-rapide-offcanvas .offcanvas-header {
        display: flex;
        background-color: var(--wp--preset--color--rouge);
        color: #fff;
        padding: 3px 1rem
    }

    #acces-rapide-offcanvas .offcanvas-header>.offcanvas-title {
        font-size: 14px;
        line-height: 1
    }

    #acces-rapide-offcanvas .offcanvas-header>button {
        background-color: var(--wp--preset--color--rouge);
        color: #fff
    }

    .menu-top {
        display: block
    }

    .menu-top .navbar-nav {
        align-items: start;
        flex-direction: column;
        padding: 10px
    }

    .menu-top .menu-item {
        margin: 4px 0
    }
}

.nav-thematique {
	margin-bottom: 3em;
}
.nav-thematique > div > a {
	display: block;
	text-decoration: none;
	font-size: 1em;
	font-weight: 700;
	margin-bottom: .5em;
}
.nav-thematique ul {
	list-style: none;
	padding-left: 0;
}
.nav-thematique li {
	font-size: .8em;
	margin-bottom: .5em;
}
.nav-thematique li a{
	text-decoration: none;
}
.nav-thematique li a:hover{
	text-decoration: underline;
}

/* chiffres clés */
.chiffres-cles {
	list-style: none;
    font-family: "Oswald";
    font-size: 1.2em;
    padding-left: 0;
	font-size: 1em;
	display: grid; 
	grid-template-columns: repeat(2, minmax(0, 1fr));; 
	grid-template-rows: 1fr 1fr 1fr 1fr 1fr; 
	gap: 1em 1em; 
	grid-template-areas: 
	"groupe-1-1 groupe-1-2"
	"groupe-1-3 groupe-2-1"
	"groupe-2-2 groupe-2-4"
	"groupe-2-3 groupe-2-5"
	"groupe-3 groupe-3"; 
}

.groupe-1-1 { grid-area: groupe-1-1; }
.groupe-1-2 { grid-area: groupe-1-2; }
.groupe-1-3 { grid-area: groupe-1-3; }
.groupe-2-1 { grid-area: groupe-2-1; }
.groupe-2-2 { grid-area: groupe-2-2; }
.groupe-2-3 { grid-area: groupe-2-3; }
.groupe-2-4 { grid-area: groupe-2-4; }
.groupe-2-5 { grid-area: groupe-2-5; }
.groupe-3 { grid-area: groupe-3; }

.chiffres-cles li{
	margin: 0;
	display: block;
}
.chiffres-cles a {
	display: flex;
	align-items: end;
	height: 100%;
	color: var(--wp--preset--color--blanc);
    letter-spacing: -0.05em;
	border: .33333em solid transparent;
    text-decoration: none;
    padding: .66667em;
    line-height: 1;
}

.chiffres-cles .groupe-1 a {
	background-color: var(--wp--preset--color--rouge);
}
.chiffres-cles .groupe-2 a {
	background-color: #a39f9f;
}
.chiffres-cles .groupe-3 a {
	background-color: var(--wp--preset--color--noir);
}

.chiffres-cles a .nb {
	font-size: 3.2em;
	font-weight: 700;
}
.chiffres-cles a .nb small {
	font-size: .33333em;
}
.chiffres-cles a strong {
	font-size: 1.5em;
}
.chiffres-cles a:hover {
	position: relative;
	color: var(--wp--preset--color--gris-f);
	border: .33333em solid #fff;
    border-radius: .166667em;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
}
.chiffres-cles a:hover::after {
	content:"\e813";
    font-family: "icones";
    color: #fff;
	font-size: 2.5em;
    font-weight: 700;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate( -50%, -50% );
}
    
.chiffres-cles .icon-student {
	font-size: 3.8em;
}

.chiffres-cles .icon-planet {
	font-size: 3em;
}

@media screen and (min-width: 576px) {
	.chiffres-cles {
    	font-size: 1.1em;
		grid-template-columns: repeat(3, minmax(0, 1fr));; 
		grid-template-rows: 1fr 1fr 1fr 1fr; 
		grid-template-areas: 
		"groupe-1-1 groupe-1-1 groupe-2-1"
		"groupe-1-2 groupe-1-3 groupe-2-2"
        "groupe-2-3 groupe-2-4 groupe-2-5"
		"groupe-3 groupe-3 groupe-3"; 
	}
}
@media screen and (min-width: 992px) {
	.chiffres-cles {
    	font-size: 1.2em;
		grid-template-columns: repeat(4, minmax(0, 1fr));; 
		grid-template-rows: 1fr 1fr 1fr; 
		grid-template-areas: 
		"groupe-1-1 groupe-1-1 groupe-2-1 groupe-2-3"
		"groupe-1-2 groupe-1-3 groupe-2-2 groupe-2-4"
		"groupe-3 groupe-3 groupe-3 groupe-2-5"; 
	}
}
@media screen and (min-width: 1200px) {
	.chiffres-cles {
    	font-size: 1.4em;
    }
}