/* @override 
	http://utopsie.com/work/oic/wp-content/themes/oic/assets/styles/style.css?*
	https://utopsie.com/work/oic/wp-content/themes/oic/assets/styles/style.css?*
	https://observatoire-ivanhoe-cambridge.umontreal.ca/wp-content/themes/oic/assets/styles/style.css?* */

* {
	/*border: 1px solid rgba(255, 0, 0, 0.16);*/
}

/************************************************

Main

*************************************************/
@font-face {
    font-family: 'CooperHewitt';
    src: url('../fonts/cooperhewitt-medium-webfont.woff2') format('woff2'),
         url('../fonts/cooperhewitt-medium-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'CooperHewitt';
    src: url('../fonts/cooperhewitt-mediumitalic-webfont.woff2') format('woff2'),
         url('../fonts/cooperhewitt-mediumitalic-webfont.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'CooperHewitt';
    src: url('../fonts/cooperhewitt-book-webfont.woff2') format('woff2'),
         url('../fonts/cooperhewitt-book-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'CooperHewitt';
    src: url('../fonts/cooperhewitt-bookitalic-webfont.woff2') format('woff2'),
         url('../fonts/cooperhewitt-bookitalic-webfont.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'CooperHewitt';
    src: url('../fonts/cooperhewitt-bold-webfont.woff2') format('woff2'),
         url('../fonts/cooperhewitt-bold-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'CooperHewitt';
    src: url('../fonts/cooperhewitt-bolditalic-webfont.woff2') format('woff2'),
         url('../fonts/cooperhewitt-bolditalic-webfont.woff') format('woff');
    font-weight: 600;
    font-style: italic;
}
body {
	font-family: 'CooperHewitt', "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
	font-weight: 300;
	font-size: 0.875rem;
	color: rgba(0, 0, 0, 0.9);
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: 'CooperHewitt', "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
	
}
.h1, h1 {
	font-size: 2rem;
	/*background-color: rgba(244, 169, 0, 0.16);*/
}
h2 {
	font-size: 1.5rem;
	margin-bottom: 2rem;
	margin-top: 2rem;
	/*margin-bottom: 1rem;	*/
	/*background-color: rgba(175, 255, 7, 0.14);*/
}
.h3, h3 {
	font-size: 1.125rem;
	margin-top: 2rem;
	margin-bottom: 1rem;
}
h4 {
	font-size: 1.125rem;
	margin-bottom: .25rem;
}
h5 {
	font-size: 0.875rem;
	font-weight: 300;
}
a {
	color: #A2032B;
}
a:hover {
	color: #D24059;
}
li {
	margin-bottom: .5rem;
}
p {
	color: rgba(0, 0, 0, 0.75);
	/*line-height: 1.6;*/
}
/********************
ITEM FOCUS ISSUES
*********************/

:focus {
    outline: none;
    outline-color: -webkit-focus-ring-color;
    outline-style: none;
    outline-width: 0;
}

/*********************
PAGES
*********************/
.subpages {
	margin-top: 3rem;
	padding-top: 1rem;
	border-top: 1px solid rgba(0,0,0,0.25);
	/*background-color: rgba(254, 255, 0, 0.3);*/
}
.subpages .article {
	margin-bottom: 1rem;
}
.subpages h4 a {
	font-weight: 400; 
	line-height: 1.4;
}
.section {
	margin-top: 2rem;
	margin-bottom: 3rem;
	padding-bottom: 2rem;
	border-bottom: 1px solid rgba(0,0,0,0.25);
}
.section:last-of-type {
	padding-bottom: 0;
	border-bottom: none;
}
/************************************************

Stylesheet: Global Stylesheet

*************************************************/
.show-for-medium {
	width: 100%;
}
.grid-container {
	width: 100%;
}
.off-canvas-content {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	min-height: 100vh;
}
.off-canvas-content>.header {
	/*background-color: red;*/
	z-index: 5;
	position: absolute;
	width: 100%;
	pointer-events: none;
}
.off-canvas-content .footer {
	/*background-color: orange;*/
}
.off-canvas-content .content {
	/*background-color: yellow;*/
	margin-top: 10rem;
	transition: all 250ms ease-in-out 0s;
}
.scroll .off-canvas-content .content {
	margin-top: 5rem;
}
.page-accueil .off-canvas-content .content {
	/*background-color: yellow;*/
	margin-top: 0;
}
.off-canvas-content .header,
.off-canvas-content .footer {
	flex-grow: 0;
}
.off-canvas-content .content {
	flex-grow: 10;
}
.top-bar {
	padding: 0;
	flex-direction: column;
	pointer-events: none;
}
.top-bar, .top-bar ul {
background-color: transparent;
}
.top-bar li {
	margin: 0;
}
.top-bar .top-bar-left.show-for-medium .homelink {
	transition: all 250ms ease-in-out 100ms;
	opacity: 1;
	/*background-color: red;*/
	background-image: url(../images/logo_head.png);
	background-size: contain;
	background-position: top left;
	background-repeat: no-repeat;
	height: 3rem;
	width: 30rem;
	font-size: 0;
	margin-bottom: 1rem;
	margin-top: 1rem;
	margin-left: .5rem;
}
.top-bar .top-bar-right .homelink {
	/*display: none;*/
	opacity: 0;
	width: 0;
	transition: all 250ms ease-in-out 100ms;
	position: relative;
}
.top-bar .top-bar-right .homelink a {
	font-size: 0;
	position: relative;
	background-image: url(../images/logo_blanc.png);
	background-size: 35px 30px;
	background-repeat: no-repeat;
	background-position: 	60% center;
	height: 100%;
	width: 3.25rem;
	z-index: 1;
	padding: 0;
}
.top-bar .top-bar-right .homelink a:hover {
	font-size: 0;
	/*background-color: red;*/
	background-image: url(../images/logo_rdark.png);
	background-size: 35px 30px;
	background-repeat: no-repeat;
	background-position: 	60% center;
	height: 100%;
	width: 3.25rem;
}
.top-bar .top-bar-right .homelink a:hover:before {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(255, 255, 255, 0.25);
	position: absolute;
	top: 0;
	z-index: 0;
}
.top-bar .is-stuck .top-bar-right .homelink {
	display: block;
}
.top-bar-frame {
	display: flex;
	flex-direction: column;
	background-color: white;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3), 0 1px 20px rgba(0, 0, 0, 0.19);
}
.top-bar, .top-bar ul {
/*background-color: rgba(230, 230, 230, 0.23);*/
}
.top-bar {
	/*height: 8rem;*/
	margin-top: 0;
	margin-bottom: 2rem;
	
}
.top-cell {
	display: flex;
	justify-content: space-between;
}
.top-bar .top-bar-left a {
	/*font-weight: bold;*/
	padding-left: 0;
}
.top-bar .top-bar-right {
	margin-left: 0	;
	background-color: #D24059;
	text-transform: uppercase;
}

.top-bar .top-bar-right a {
	font-size: .75rem;
	color: white;
	line-height: normal;
	min-height: 2.375rem;
}
.top-bar ul {
	background-color: transparent;
}
.top-bar ul ul {
	background-color: #D24059;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3), 0 3px 20px rgba(0, 0, 0, 0.19);
}

/*****/
.top-bar .top-bar-left,
.top-bar .top-bar-right,
.top-bar .sidebar {
	pointer-events: auto;
}
/*****/

.top-bar-right>ul {
	/*background-color: red;*/
	/*position: relative;*/
}
.top-bar li.astm-search-menu {
	/*background-color: purple;*/
	margin-left: auto;
	width: 50px;
	/*background-color: #D24059;*/
	position: relative;
}
.top-bar li.astm-search-menu a {
	width: 3.125rem;
	padding: .6rem 1rem .4rem;
	position: relative;
	background-color: #D24059 !important;
	/*background-color: orange!important;*/
	/*display: block;	*/
	z-index: 10;
	right: 0;
	margin-right: 0;
}
.top-bar li.astm-search-menu.open a {
	/*display: none;*/
}
.top-bar li.astm-search-menu form {
	z-index: 9;
	min-width: unset;
}
.top-bar svg.search-icon {
	width: 18px;
	height: 18px;
}
.top-bar .is-form-style.is-form-style-3 label {
	width: calc(100% - 50px)!important;
}
.is-form-style button.is-search-submit {
	background: 0 0;
	border: 0;
	box-shadow: none!important;
	opacity: 1;
	padding: 0!important;
	margin: 0;
	line-height: 0;
	outline: 0;
	vertical-align: middle;
	width: unset;
}
.is-form-style button.is-search-submit .is-search-icon {
	padding: 1rem .875rem .4rem;
	width: unset;
}
.is-search-icon {
	background: transparent;
	box-shadow: none!important;
	outline: 0;
	margin: 1px 0 0;
	border: none;
	border-radius: 0;
	line-height: 1;
	/*opacity: .5;*/
}
.is-search-icon:hover, form.is-form-style input.is-search-submit:hover {
	background: transparent;
}
.is-search-icon svg {
	width: 22px;
	height: 22px;
}
.is-form-style .is-search-submit path {
	fill: transparent;
}
.off-canvas .is-menu path.search-icon-path { 
	fill: #A2032B;
} 

/*****/

.menu button:hover,
.top-bar-right .menu a:hover {
	background: rgba(255, 255, 255, 0.25);
	color: #A2032B;
}
.menu .active>a,
.menu .is-active>a {
	background: rgba(255, 255, 255, 0.5);
	color: #A2032B;
}
.menu .homelink.active>a, 
.top-bar-right .menu .homelink a:hover {
	background-color: transparent;
} 
.dropdown.menu>li.is-active>a {
	background: 0 0;
	color: white;
}
.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 4px;
	content: '';
	border-bottom-width: 0;
	border-top-style: solid;
	border-color: #A2032B transparent transparent;
	right: 5px;
	left: auto;
	margin-top: -3px;
}
.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent.is-active>a::after {
	border-color:  white transparent transparent;
}
.is-dropdown-submenu {
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 1;
	display: none;
	min-width: 200px;
	border: none;
	background: #fefefe;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>a::after {
	display: block;
	width: 0;
	height: 0;
	border: inset 4px;
	content: '';
	border-right-width: 0;
	border-left-style: solid;
	border-color: transparent transparent transparent white;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right.is-active>a::after {
	border-color: transparent transparent transparent #A2032B;
}

.menu button {
	padding: .75rem 1rem;
	color: #ffffff;
	text-transform: uppercase;
}
.menu .active button {
	background: rgba(255, 255, 255, 0.51);
	color: #A2032B;
}

/****************
SCROLL MENU
****************/
.scroll .top-bar .top-bar-right {
	margin-left: 0	;
	/*background-color: #3f43d2;*/
	text-transform: uppercase;
}
.scroll .top-bar .top-bar-left .homelink {
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.scroll .top-bar .top-bar-right .homelink {
	/*display: block;*/
	opacity: 1;
	width: 3.25rem;
}
.scrolldown .widget_subpages {
	/*margin-top: 6rem;*/
}
/****************/

.widget_subpages ul ul {
	padding-left: 0;
	margin-bottom: .5rem;
	background-color: transparent;
	box-shadow: none;
	padding-left: .5rem;
}
.widget_subpages ul ul li {
	font-size: .75rem;
	line-height: 1.4;
	margin-top: .125rem;
	margin-bottom: .125rem;
}
.liste-actualites .article {
	margin-bottom: 1rem;
}
.widget_recent_entries li {
	margin-bottom: .5rem;
}
.shailan-subpages-widget {
	margin-bottom: 1rem;
}


.article-header {
	margin-bottom: 3rem;
	margin-top: 1rem;
}
/*********************
SIDEBAR
*********************/
.sidebar {
	margin-top: 4rem;
	transition: all 250ms ease-in-out;
	position: relative;
}
.sidebar:before {
	content: '';
	display: block;
	background-color: rgba(255, 255, 255, 0.64);
	position: absolute;
	top: 0;
	left: -1rem;
	right: -1rem;
	bottom: -1rem;
	z-index: -1;
}
.scroll .sidebar {
	margin-top: 2rem;
}
.widgettitle {
	margin-bottom: 1rem;
	font-size: 1rem;
}
.page-parent .widgettitle {
	display: none;
}
.page-parent.page-child .widgettitle,
.page-parent .widget_recent_entries .widgettitle  {
	display: block;
}
.sidebar .post-date {
	display: block;
	font-size: .75rem;
	margin-bottom: .5rem;
	opacity: .5;
}
/*********************
ACCUEIL
*********************/
.page-accueil .entete {
	height: 35rem;
	margin-bottom: 1rem;
	position: relative;
	z-index: 1;
}

/*********************
SWIPER
*********************/
.page-accueil .entete .cadre {
	background-color: rgb(230, 230, 230);
	position: absolute;
	/*margin-top: -10rem;*/
	/*background-color: yellow;*/
	width: 100%;
	height: 35rem;
	z-index: 2;
	overflow: hidden;
	opacity: .8;
}
.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
	height: 100%;
}
.swiper-container:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 66%, rgba(0, 0, 0, 0.23) 100%);
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 66%, rgba(0, 0, 0, 0.23) 100%);
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 66%, rgba(0, 0, 0, 0.23) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 66%, rgba(0, 0, 0, 0.23) 100%);
	z-index: 1;
}
.swiper-container .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
}
.swiper-container .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 2rem;
    right:auto
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 2rem;
    left:auto
}
.swiper-button-prev,
.swiper-button-next {
	text-shadow: 0 1px 3px rgba(0,0,0,0.5),0 0px 6px rgba(0,0,0,0.5);
}
/*********************
TABS
*********************/
.page-accueil .sidebar {
	display: none;
} 
.page-accueil .entete .encadre {
	z-index: 3;
	background-color: white;
	width: 45rem;
	height: 12rem;
	margin: 25rem auto 0;
	box-shadow: 0 1px 20px rgba(0, 0, 0, 0.17);
	display: flex;
    flex-direction: column;
}
.page-accueil .entete .encadre .titresection {
	padding: .5rem 1rem;
	background-color: #D24059;
}
.page-accueil .entete .encadre .tabs {
	border: none;
	background-color: #D24059;
	display: flex;
	flex-wrap: nowrap;
	align-items: stretch;
}
.page-accueil .entete .encadre .tabs-title {
	margin-bottom: 0;
	flex-grow: 1;
}
.page-accueil .entete .encadre .tabs-title>a {
	line-height: inherit;
	display: block;
	padding: 0;
	text-align: center;
	justify-content: center;
	line-height: 1.4;
}
.page-accueil .entete .encadre .tabs-title.is-active .titresection,
.page-accueil .entete .encadre .tabs-title.is-active:hover .titresection {
	color: #A2032B;
	background-color: white;
	display: flex;
}
.page-accueil .entete .encadre .tabs-title:hover .titresection {
	background: rgba(210, 64, 89, 0.5);
	color: #A2032B;
}
.page-accueil .entete .encadre .tabs-content {
	position: relative;
	border: none;
	color: rgba(0, 0, 0, 0.75);
	flex-grow: 1;
}
.page-accueil .entete .encadre .tabs-content .tabs-panel {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    /*background-color: yellow;*/
}
.page-accueil .entete .encadre h2 {
	font-size: 1.25rem;
	margin: 0;
	margin-bottom: .5rem;
}
.page-accueil .entete .encadre h3 {
	margin-top: 0;
}
.page-accueil .actualites {
	/*border: 1px solid rgba(0, 0, 0, 0.06);*/
	/*height: 25rem;*/
	margin-bottom: 2rem;
}
.page-accueil .actualites .liste {
	margin: 1rem 0;
}
.page-accueil .actualites .liste .thumb {
	margin-bottom: 1rem;
	transition: all 150ms ease-in-out;
}
.page-accueil .actualites .liste.first .thumb {
	height: 15rem;
}
.page-accueil .actualites .liste.first .article {
	/*padding-bottom: .5rem;*/
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}
.page-accueil .actualites .liste.first .excerpt {
	padding-bottom: 1px;
}
.page-accueil .actualites .liste .thumb img {
	min-width: 100%;
	height: 100%;
	object-fit: cover;
	/*display: none;*/
}
.page-accueil .actualites .liste a:hover .thumb {
	opacity: .5;
}
.page-accueil .actualites .liste .date {
	opacity: .5;
	color: black;
	font-size: .75rem;
	margin-bottom: .5rem;
}
.page-accueil .actualites .liste.suivant .article {
	/*display:  flex;*/
}
.page-accueil .actualites .liste.suivant h4 {
	font-size: .875rem;
}
.page-accueil .actualites .liste.suivant .excerpt p {
	font-size: .75rem;
}
.page-accueil .actualites .liste.suivant .thumb {
	/*width: 30%;*/
	height: 6rem;
	display: block;
	margin-right: 1rem;
}
.page-accueil .actualites .liste.suivant .details {
	/*width: 70%;*/
}
.page-accueil .nouvelles .suite {
 /*background-color: yellow; */
font-size: .75rem;
display: inherit;
padding-top: .5rem;
/*margin: 1rem 1rem -0.25rem;*/
border-top: 1px solid rgba(0, 0, 0, 0.1);
padding-bottom: .5rem;
border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.page-accueil .editorial {
	position: relative;
	/*height: 12rem;*/
	background-color: rgba(0, 0, 0, 0.05);
	margin-bottom: 1rem;
	margin-top: 1rem;
	/*overflow: hidden;*/
}
.page-accueil .editorial .entete {
	height: 12rem;
	position: relative;
	/*background-color: aqua;*/
	overflow: hidden;
	margin-bottom: 0;
	background-color: #;
	background-image: -webkit-linear-gradient(-50deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.19) 100%);
	background-image: -moz-linear-gradient(-50deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.19) 100%);
	background-image: -ms-linear-gradient(-50deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.19) 100%);
	background-image: linear-gradient(140deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.19) 100%);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}
.page-accueil .editorial .entete .auteur {
	position: relative;
	font-size: .75rem;
	font-weight: 400;
	margin-left: 1rem;
	padding-top: .53rem;
	padding-bottom: .6rem;
	border-top: 1px solid rgba(0, 0, 0, 0.3);
	/*width: calc(100% - 2rem);*/
	z-index: 2;
}
.page-accueil .editorial .article {
	display: flex;
	flex-direction: column;
	padding: 1rem;
	/*background-color: yellow;*/
}

.page-accueil .editorial .thumb {
	width: 15rem;
	height: 11.5rem;
	position: relative;
	/*margin-right: 1rem;*/
	/*margin-top: -2rem;*/
	position: absolute;
	bottom: 0;
	right: -2rem;
	/*background-color: red;*/
	z-index: 3;
}
.page-accueil .editorial .thumb img {
	width: 100%;
	height: 100%;
	object-fit:cover;
	object-position: center top;
	filter: saturate(0) contrast(.9) brightness(1.125);
}
.page-accueil .editorial .thumb:after {
	display: none;
}
.page-accueil .editorial h4 {
	font-size: .875rem;
	width: calc(100% - 2rem);
	/*color: white;*/
	/*background-color: #ADABAB;*/
	padding: .5rem 0 .75rem;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	margin: 0.5rem 1rem 0;
	align-self: stretch;
}
.page-accueil .editorial h5 {
	font-size: 1.375rem;
	/*font-weight: 500;*/
	/*color: white;*/
	/*background-color: #ADABAB;*/
	padding: 0;
    margin: 0 1rem;
	width: 50%;
}
.page-accueil .editorial .entete a {
	color: rgba(0, 0, 0, 0.9);
}
.page-accueil .editorial .entete a:hover {
	color: #A2032B;
}
.page-accueil .editorial .excerpt p {
	/*font-weight: 400;*/
}
.page-accueil .editorial .excerpt p:first-child:first-letter {
  /*color: #903;*/
  float: left;
	font-weight: 300;
  /*font-family: Georgia;  */
  font-size: 75px;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 4px;
  padding-left: 3px;
}
.page-accueil .editorial .suite a {
	/*background-color: yellow;*/
	font-size: .75rem;
	display: inherit;
	padding-top: .5rem;
	margin-bottom: -0.25rem;
	border-top: 1px solid rgba(0, 0, 0, 0.25);
}



.page-accueil .medias {
	height: 12rem;
	background-color: rgba(0, 0, 0, 0.05);
	margin-bottom: 1rem;
}
.page-accueil .medias h4 {
	font-size: .875rem;
	color: white;
	background-color: #424242;
	padding: .5rem;
	text-transform: uppercase;
}

.page-accueil .balados {
	/*height: 12rem;*/
	background-color: rgba(0, 0, 0, 0.05);
	margin-bottom: 1rem;
	padding-bottom: .8rem;
}
.page-accueil .balados h4 {
	font-size: .875rem;
	color: white;
	background-color: #424242;
	padding: .5rem;
	text-transform: uppercase;
}
.page-accueil .balados .item {
	padding: 1rem 1rem 0 1rem;
	margin-bottom: 0;
}
.page-accueil .balados .item a {
	display: flex;
}
.page-accueil .balados .item .thumb {
	width: 25%;
	margin-right: 1rem;
	border: 1px solid rgba(0,0,0,0.125);
}
.page-accueil .balados .item .title {
	width: 70%;
	/*font-size: .75rem;*/
	/*line-height: normal;*/
	font-weight: 400;
}
.page-accueil .balados .suite a {
/* background-color: yellow; */
font-size: .75rem;
display: inherit;
padding-top: .6rem;
margin: 1rem 1rem -0.15rem;
border-top: 1px solid rgba(0, 0, 0, 0.1);
}



.page-accueil .activites {
	/*height: 30rem;*/
}
.page-accueil .activites .cell {
	/*border: 1px solid #333;*/
	background-color: rgba(0, 0, 0, 0.05);
}
.page-accueil .activites h4 {
	font-size: .75rem;
	line-height: 1.4;
	padding: 0 .5rem;
	color: rgba(0, 0, 0, 0.5);
}
.page-accueil .activites a:hover h4 {
	color: #A2032B;
}
.page-accueil .activites h5 {
	font-size: .875rem;
	color: white;
	background-color: #899DA6;
	padding: .5rem;
	text-transform: uppercase;
}
.page-accueil .activites .item {
	margin-bottom: .75rem;
	padding-bottom: .75rem;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	margin-left: .5rem;
	margin-right: .5rem;
	
}
.page-accueil .activites .item:last-of-type {
	border-bottom: none;
	padding-bottom: 0;
}
.page-accueil .activites .item a {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.page-accueil .activites .thumb {
	width: 40%;
	display: table;
	/*margin-right: .5rem;*/
}
.page-accueil .activites h4 {
	width: calc(65% - 1rem);
}
.page-accueil .activites .activitesdesmembres .auteur {
	width: 40%;
}
.page-accueil .activites .activitesdesmembres .thumb {
	width: 100%;
	margin-bottom: .25rem;
	flex: 1;
}
.page-accueil .activites .activitesdesmembres .nom {
	font-size: .65rem;
}
.page-accueil .activites .activitesdesmembres a .nom {
	color: rgba(0, 0, 0, 0.5);
}
.page-accueil .activites .activitesdesmembres a:hover .nom {
	color: inherit;
}
.page-accueil .activites .activitesdesmembres h4 {
	/*width: 100%;*/
}
.page-accueil .titresection {
	font-size: .875rem;
	color: white;
	/*background-color: #ADABAB;*/
	background-color: #899DA6;
	padding: .5rem;
	text-transform: uppercase;
}
.page-accueil .titresection a {
	color: white;
}
.page-accueil .titresection a:hover {
	opacity: .7;
}
/*********************
PAGE CONTACT
*********************/
.page-contact h2 {
	margin-bottom: .5rem;
}
/*********************
CONTENUS
*********************/
.item {
	position: relative;
	margin-bottom: 1rem;
}
.thumbsizer {
	margin-bottom: 1rem;
	
}
.thumb {
	position: relative;
}
.thumb img {
	position: relative;
}
.thumb.haute {
	width: 80%;
}
.thumb::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	/*	width: 100%;
		height: 100%;*/
	position: absolute;
	box-shadow: inset 0 0 24px rgba(0, 0, 0, 0.12);
}

.page-accueil .activites .cell .thumb::after {
	box-shadow: inset 0 0 24px rgba(0, 0, 0, 0.17);
}
.nomauteur {
	display: inline-block;
}
.nomauteur::after {
	content: ',';
}
.nomauteur:last-of-type::after {
	content: '';
}
/*********************
SINGLE EDITORIAL
*********************/
.single-editorial .top-bar .menu .menu_actualites a {
	background: rgba(255, 255, 255, 0.51);
	color: #A2032B;
}
.single-editorial .thumb {
	margin-bottom: 1rem;
	position: relative;
	height: 0;
	padding-bottom: 100%;
}
.single-editorial .thumb img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center top;
}
.single-editorial .auteur {
	font-weight: 400;
}
.single-editorial .thumb img {
	filter: saturate(0) contrast(.9) brightness(1.125);
}
.single-editorial .entry-content p:first-of-type {
	font-size: 1.125rem;
}
/*********************
SINGLE CHERCHEUR
*********************/
.single-chercheur .top-bar .menu .menu_recherche button {
	background: rgba(255, 255, 255, 0.51);
	color: #A2032B;
}
.single-chercheur .thumb {
	margin-bottom: 1rem;
}
.single-chercheur .projets.encours .projets.encours h2 {
	display: none;
}
.single-chercheur .projets.encours .section.projets.encours {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0.5rem;
}
.single-chercheur .section.publications .thumb img {
	/*min-height: 10rem;
	width: 100%;*/
}
/*********************
SINGLE PROJET
*********************/
.single-projet .top-bar .menu .menu_recherche button {
	background: rgba(255, 255, 255, 0.51);
	color: #A2032B;
}
.single-projet .entry-content .auteur {
	margin-bottom: 2rem;
}
.single-projet .entry-content .auteur .thumb {
	margin-bottom: 1rem;
}
.single-projet .entry-content img {
	width: 100%;
}
/*********************
BOURSES
*********************/
.page-bourses .suite {
margin-top: 1.5rem;
padding-top: .5rem;	
border-top: 1px solid rgba(0, 0, 0, 0.1);
}
/*********************
SINGLE BOURSE
*********************/
.single-bourse .top-bar .menu .menu_bourse button,
.parent-pageid-508 .top-bar .menu .menu_bourse button {
	background: rgba(255, 255, 255, 0.51);
	color: #A2032B;
}
.parent-pageid-9 .subpages {
	padding: 0;
	margin: 0;
}
.subpages .sub {
	margin-top: 2rem;
}
/*********************
PRIX
*********************/
.prix h2 {
	margin-bottom: 2rem;
}

.page-prix .finissants h4,
.page-prix-des-finissants .item h4 {
	margin-bottom: 2rem;
}

/*********************
SINGLE PRIX
*********************/
.single-cpt_prix .top-bar .menu .menu_prix button {
	background: rgba(255, 255, 255, 0.51);
	color: #A2032B;
}
.single-cpt_prix .entry-content .auteur {
	margin-bottom: 2rem;
}
.single-cpt_prix .entry-content .auteur .thumb {
	margin-bottom: 1rem;
}
.single-cpt_prix .entry-content img {
	width: 100%;
}
.page-concours-kgp h2 {
	display: none;
}

/*********************
PUBLICATIONS
*********************/
.publications.ouvrages,
.publications.cahiers {
	margin-bottom: 4rem;
}
.publications h2 {
	margin-bottom: 2rem;
}
.publications h4,
.ouvrages-des-membres h4 {
	font-size: 1rem;
}
.publications .suite {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin-top: 1rem;
	padding-top: .5rem;
}
.ouvrages-des-membres .cell {
	/*padding-bottom: 3rem;*/
}
.page-publications .item,
.parent-pageid-13 .item {
	margin-bottom: 3rem;
}
/*********************
SINGLE PUBLICATION
*********************/
.single-publication .top-bar .menu .menu_publications button {
	background: rgba(255, 255, 255, 0.51);
	color: #A2032B;
}
.single-publication .entry-content img {
	width: 100%;
}
.single-publication .thumb {
	margin-bottom: 1rem;
}
/*********************
ACTIVITES
*********************/
.activites h2 {
	margin-bottom: 2rem;
}
.activites .suite {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin-top: 1rem;
	padding-top: .5rem;
}
.activites.balados .suite {
	margin-top: 2rem;
}
/*********************
SINGLE ACTIVITE
*********************/
.single-evenement .top-bar .menu .menu_activites button {
	background: rgba(255, 255, 255, 0.51);
	color: #A2032B;
}
/*********************
PAGE ACTIVITES OIC
*********************/
.page-activites-oic .thumb {
	/*width: 30%;*/
}
.page-activites-oic .subpages .article {
	/*display: flex;*/
}
.page-activites-oic .subpages .activites.conferences .thumb,
.page-activites-oic .subpages .activites.grandesconferences .thumb,
.page-activites-oic .subpages .activites.seminaires .thumb {
	/*width: 30%;*/
}
.page-activites-oic .subpages .activites.conferences h4,
.page-activites-oic .subpages .activites.grandesconferences h4,
.page-activites-oic .subpages .activites.seminaires h4 {
	/*width: calc(65% - 1rem);*/
}
/*********************
BALADOS
*********************/
.page-balados .section a {
	display: block;
	border-bottom: none;
	margin-bottom: 1rem;
}
/*********************
PAGE BALADO
*********************/
.parent-pageid-156  {
	/*background-color: yellow;*/
}
.parent-pageid-156 .article-header {
	margin-bottom: 1rem;
}
.parent-pageid-156 h2 {
	margin-bottom: 2rem;
}
.parent-pageid-156 .thumb {
	margin-top: 3rem;
}
.parent-pageid-156 .balados h2 {
	margin-top: 3rem;
}
.parent-pageid-156 .balados .item {
	margin-bottom: 3rem;
}
.parent-pageid-156 .balados .item .infos p:first-child {
	margin-bottom: 0;
}
.parent-pageid-156 .balados .item .infos .lien {
	margin-bottom: 1rem;
}

/*********************
SINGLE BALADO
*********************/
.parent-pageid-156  .top-bar .menu .menu_activites button {
	background: rgba(255, 255, 255, 0.51);
	color: #A2032B;
}
.single-balado .thumb {
	margin-bottom: 2rem;
}
/*********************
PAGE NOUVELLES
*********************/
.page-actualites .sidebar {
	display: none;
}
.page-actualites  .subpages {
	margin-top: 3rem;
	padding-top: 1rem;
	border-top: none;
	/*border-top: 1px solid rgba(0,0,0,0.25);*/
	/* background-color: rgba(254, 255, 0, 0.3); */
}
.page-actualites .thumb .thumb img {
	width: 100%;
}
.page-actualites .liste-nouvelles.dernieresnouvelles {
	border-top: 1px solid rgba(0,0,0,0.25);
} 
.page-actualites .liste-nouvelles.medias {
	padding: 0.01rem 1rem 0;
	background-color: rgba(0, 0, 0, 0.05);
	margin-bottom: 1rem;
}

.page-actualites .subpages .article {
	margin-bottom: 2rem;
	padding-bottom: 2rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.page-actualites .subpages .medias .article {
	padding-bottom: 1rem;
}
.page-actualites .subpages .medias .article:last-of-type {
	border-bottom: none;
	padding-bottom: 1rem;
}
.page-actualites .subpages .article .date {
	color: rgba(0,0,0,0.5);
	margin-bottom: .5rem;
}
.page-actualites .subpages .article p,
.page-actualites .subpages .article ul {
	color: black;
}
.page-actualites .editorial {
	position: relative;
	/*height: 12rem;*/
	background-color: rgba(0, 0, 0, 0.05);
	margin-bottom: 1rem;
	/*margin-top: 1rem;*/
	/*overflow: hidden;*/
}
.page-actualites .editorial .entete {
	height: 12rem;
	position: relative;
	/*background-color: aqua;*/
	overflow: hidden;
	margin-bottom: 0;
	background-color: #;
	background-image: -webkit-linear-gradient(-50deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.19) 100%);
	background-image: -moz-linear-gradient(-50deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.19) 100%);
	background-image: -ms-linear-gradient(-50deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.19) 100%);
	background-image: linear-gradient(140deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.19) 100%);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}
.page-actualites .editorial .entete .auteur {
	position: relative;
	font-size: .75rem;
	font-weight: 400;
	margin-left: 1rem;
	padding-top: .53rem;
	width: calc(100% - 2rem);
	/*padding-right: 19rem;*/
	padding-bottom: .6rem;
	border-top: 1px solid rgba(0, 0, 0, 0.3);
	/*width: calc(100% - 2rem);*/
	z-index: 2;
}
.page-actualites .editorial .article {
	display: flex;
	flex-direction: column;
	padding: 1rem;
	border-bottom: none;
	/*background-color: yellow;*/
}

.page-actualites .editorial .thumb {
	width: 15rem;
	height: 11.5rem;
	position: relative;
	/*margin-right: 1rem;*/
	/*margin-top: -2rem;*/
	position: absolute;
	bottom: 0;
	right: -2rem;
	/*background-color: red;*/
	z-index: 3;
}
.page-actualites .editorial .thumb img {
	width: 100%;
	height: 100%;
	object-fit:cover;
	object-position: center top;
	filter: saturate(0) contrast(.9) brightness(1.125);
}
.page-actualites .editorial .thumb:after {
	display: none;
}
.page-actualites .editorial h4 {
	font-size: .875rem;
	width: calc(100% - 2rem);
	/*color: white;*/
	/*background-color: #ADABAB;*/
	padding: .5rem 0 .75rem;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	margin: 0.5rem 1rem 0;
	align-self: stretch;
}
.page-actualites .editorial h5 {
	font-size: 1.375rem;
	/*font-weight: 500;*/
	/*color: white;*/
	/*background-color: #ADABAB;*/
	padding: 0;
    margin: 0 1rem 2rem;
	/*width: 50%;*/
}
.page-actualites .editorial .entete a {
	color: rgba(0, 0, 0, 0.9);
}
.page-actualites .editorial .entete a:hover {
	color: #A2032B;
}
.page-actualites .editorial .excerpt p {
	/*font-weight: 400;*/
}
.page-actualites .editorial .excerpt p:first-child:first-letter {
  /*color: #903;*/
  float: left;
	font-weight: 300;
  /*font-family: Georgia;  */
  font-size: 75px;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 4px;
  padding-left: 3px;
}
.page-actualites .editorial .suite a {
	/*background-color: yellow;*/
	font-size: .75rem;
	display: inherit;
	padding-top: .5rem;
	margin-bottom: -0.25rem;
	border-top: 1px solid rgba(0, 0, 0, 0.25);
}
/*********************
DANS LES MÉDIAS
*********************/
.medias h2 {
	margin-bottom: 2rem;
}

/*********************
SINGLE NOUVELLE
*********************/
.single-post .top-bar .menu .menu_actualites a {
	background: rgba(255, 255, 255, 0.51);
	color: #A2032B;
}
.single-post .main {
	min-height: 60vh;
}
/*********************
RÉSULTATS DE RECHERCHE
*********************/
.search-results .article-header .result {
	display: inline-block;
	opacity: .5;
}
.search-results article {
	margin-bottom: 2rem;
	padding-bottom: 2rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.pagination .current {
padding: .1875rem .625rem;
background: #A2032B;
color: #fefefe;
cursor: default;
}

/*********************
POSTS & CONTENT STYLES
*********************/
.page-title .vcard {
  border: 0px;
  padding: 0px; }

.byline {
  color: #999; }

.entry-content img {
  max-width: 100%;
  height: auto; }

.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.post-password-form input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background-color: #14679e;
    color: #fefefe; }

/*********************
IMAGE GALLERY STYLES
*********************/
.gallery {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-right: -15px;
  margin-left: -15px; }

.gallery::before, .gallery::after {
  content: ' ';
  display: table; }

.gallery::after {
  clear: both; }

.gallery.gallery-columns-1 > dl {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-1 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-1 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-2 > dl {
  width: 50%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-2 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-2 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-3 > dl {
  width: 33.33333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-3 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-3 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-4 > dl {
  width: 25%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-4 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-4 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-5 > dl {
  width: 20%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-5 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-5 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-6 > dl {
  width: 16.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-6 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-6 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-7 > dl {
  width: 14.28571%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-7 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-7 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-8 > dl {
  width: 12.5%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-8 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-8 > dl:last-child:not(:first-child) {
    float: right; }

.gallery dl {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.gallery dl:last-child:not(:first-child) {
  float: right; }

/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem; }

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px; }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  float: right; }

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar li {
  list-style: none; 
	margin-bottom: .25rem;
}

.widget ul {
  margin: 0; }

/*********************
FORMULAIRES
*********************/
.wpcf7-submit {
	border: none;
	padding: .5rem 1rem;
	background-color: #D24059;
	color: white;
	text-transform: uppercase;
}
.wpcf7-submit:hover {
	color:#D24059;
	background-color: #e9a6b2;
}
.wpcf7-not-valid-tip {
color: #dc3232;
font-size: 1em;
font-weight: normal;
display: block;
margin-top: -1rem;
}
.wpcf7-not-valid {
	border: 1px solid #D24059;
}

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  margin-top: 3em; 
	font-size: .75rem;
		background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.9) 100%);
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.9) 100%);
	background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.9) 100%);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.9) 100%);
}
.footer .header {
	border-bottom: 1px solid rgba(255,255,255,0.25);
	padding-bottom: 1.25rem;
	margin-bottom: 1.5rem;
}
.footer .header .homelink {
	display: block;
	/*background-color: red;*/
	background-image: url(../images/logo_foot.png);
	/*background-color: blue;*/
	background-size: contain;
	background-position: top left;
	background-repeat: no-repeat;
	height: 3rem;
	width: auto;
	font-size: 0;
	/*margin-bottom: 1rem;*/
	margin-top: .25rem;
	margin-left: .5rem;
}
.footer .header .faclink {
	display: block;
	/*background-color: red;*/
	background-image: url(../images/logo_udem.png);
	/*background-color: blue;*/
	background-size: contain;
	background-position: top left;
	background-repeat: no-repeat;
	height: 2.25rem;
	width: auto;
	font-size: 0;
	/*margin-bottom: 1rem;*/
	margin-top: .5rem;
	margin-left: .5rem;
}
.footer nav {
	border-bottom: 1px solid rgba(255,255,255,0.25);
	margin-bottom: 1.5rem;
}
.inner-footer {
	/*background-color: rgba(0,0,0,0.9);*/
	padding:1rem 1rem 4rem;
	color: white;
}
.inner-footer p {
	color: white;
}
.footer ul.menu {
	margin-bottom: 2rem;
}
.footer ul.menu a {
	color: white;
}
.footer ul.menu li {
	margin: 0;
}
.footer ul.menu>li {
	padding-bottom: 2rem;
}
.footer ul.sub-menu {
	list-style: none;
	margin: 0;
}
.footer ul.menu a {
	padding: .5rem;
	/*background-color: red;*/
	font-weight: 500;
	text-transform: uppercase;
}
.footer ul.sub-menu a {
	font-size: .75rem;
	font-weight: 300;
	/*padding: 1rem;*/
	text-transform: none;
}
.footer .autre ul.sub-menu  a {
	font-weight: 500;
	text-transform: uppercase;
}
.footer .menu .active>a {
	background-color: transparent;
}

/*********************
VISUAL EDITOR STYLES
*********************/
body#tinymce {
  margin: 20px; }

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }

/* Small screens */

@media only screen {
	
} /* Define mobile styles */

@media only screen and (max-width: 40em) {
	.h1, h1 {
		font-size: 1.75rem;
		line-height: normal;
	}
	h2 {
		margin-top: 0;
		margin-bottom: 0;
	}
	.grid-container {
		padding-right: 1.5rem;
		padding-left: 1.5rem;
	}
	.top-bar {
		height: 5rem;
		padding: 0;
	}
		.top-bar-frame {
		flex-direction: row;
	}
	.top-bar .top-bar-left {
		-webkit-box-flex: 0;
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		max-width: 100%;
	}
	
	.top-bar .top-bar-left.show-for-small-only .homelink {
		background-image: url(../images/logo_side.svg);
		background-position-y: center;
		background-size: contain;
		background-repeat: no-repeat;
		height: 5rem;
		flex: 1 1 18rem;
		font-size: 0;
		margin-bottom: 0;
		margin-top: .75rem;
		margin-left: .5rem;
		margin-bottom: .25rem;
	}
	.top-bar .top-bar-left li {
		width: 100%;
	}
	.top-bar .top-bar-right.show-for-small-only {
		background-color: transparent;
		-webkit-flex: 0 1 100%;
		-ms-flex: 0 1 100%;
		flex: 1 1 4rem;
		width: 4rem;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.top-bar .top-bar-right ul.menu {
		width: 4rem;
	}
	.top-bar .top-bar-right a {
	  color: #A2032B;
	  font-weight: 400;
	}
	.page-accueil .entete {
		height: 31rem;
		margin-bottom: 2rem;
	}
	.page-accueil .entete .cadre {
		height: 30rem;
	}
	.page-accueil .entete .encadre {
	  width: calc(100% - 3rem);
	  height: unset;
	  min-height: 15.5rem;
	  margin: 20rem auto 0;
	}
	.page-accueil .entete .encadre .tabs-title > a {
	  display: flex;
	  justify-content: space-around;
	  align-items: center;
	  height: 100%;
		width: 100%;
	}
	.page-accueil .entete .encadre .titresection {
		font-size: .75rem;
		font-weight: 400;
		padding: .5rem .5rem;
		flex: 0 1 100%;
		text-align: center;
	}
	.page-accueil .entete .encadre .tabs-title.is-active .titresection {
	  color: #A2032B;
	  background-color: white;
	  height: 100%;
	  /*display: flex;*/
	  /*align-items: center;*/
	}
	.page-accueil .entete .encadre p {
		font-size: .75rem;
		line-height: 1.4;
	}
	.h3, h3 {
		font-size: 1.25rem;
		line-height: 1.4;
	}
	.swiper-button-next, .swiper-button-prev {
		top: 58%;
	}
	.page-accueil .actualites {
		margin-top: 6rem;
	}
	.page-accueil .actualites .liste.suivant .article {
	    /* display: flex; */
	    display: flex;
	    margin-bottom: 1rem;
	    margin-top: 1rem;
	}
	.page-accueil .actualites .liste.suivant .thumb {
	    /* width: 30%; */
	    height: unset;
	    width: 30%;
	    /* height: 12rem; */
	    /* width: 22rem; */
	    display: block;
	    margin-right: 1rem;
	}
	.page-accueil .actualites .liste.suivant .details {
	    /* width: 70%; */
	    width: 70%;
	}
	.page-accueil .activites .cell {
		margin-bottom: .75rem;
	}
	.page-accueil .activites .thumb {
	    width: 30%;
	}
	.page-accueil .activites h4 {
	    width: calc(75% - 1rem);
			font-size: .875rem;
	}
	
	article {
		padding: 0 .75rem;
	}
	
	.page-accueil article {
		padding: 0;
	}
	.page-publications .item,
	.parent-pageid-13 .item {
		margin-bottom: 3rem;
	}
	.parent-pageid-156 .balados .item {
		margin-bottom: 1rem;
	}
	.page-actualites h2 {
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
	.page-actualites .article .thumb {
		margin-bottom: 1rem;
	}
	.page-actualites .editorial .entete {
		height: 12rem;
	}
	.page-actualites .editorial h5 {
		margin-bottom: 0;
	}
	.page-actualites .editorial .thumb {
		display: none;
	}
	.off-canvas .menu .homelink a {
		/*background-color: yellow;*/
		background-image: url(../images/logo_side.svg);
		background-size: 11rem;
		background-repeat: no-repeat;
		background-position-x: 1rem;
		background-position-y: 1.25rem;
		height: 5rem;
		font-size: 0;
	}
	.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a {
		text-transform: uppercase;
	}
	.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after {
			display: block;
			width: 0;
			height: 0;
			border: inset 5px;
			content: '';
			border-bottom-width: 0;
			border-top-style: solid;
			border-color: #A2032B transparent transparent;
			position: absolute;
			top: 50%;
			margin-top: -3px;
			right: 2rem;
		}
		.accordion-menu a {
	padding: .7rem 2rem;
	}
	.accordion-menu .is-accordion-submenu a {
	padding: .7rem 2.5rem;
	}
	.accordion-menu .menu {
		padding-bottom: 1rem;
	}
	.off-canvas .sidefooter {
		border-top: 1px solid rgba(0, 0, 0, 0.25);
		margin: 2rem 1.75rem;
		padding-top: 2rem;
	}
	.off-canvas .faclink {
		opacity: .8;
		display: block;
		/*background-color: red;*/
		background-image: url(../images/logo_udem_k.png);
		/*background-color: blue;*/
		background-size: 11rem;
		background-position: top left;
		background-repeat: no-repeat;
		height: 2rem;
		width: auto;
		font-size: 0;
		/*margin-bottom: 1rem;*/
		
		margin-left: .5rem;
		margin-bottom: 2rem;
	}
	.off-canvas .sidefooter p {
		font-size: .65rem;
	}
	
	.widget {
		padding: 0 .75rem;
	}
	.footer ul.sub-menu {
	list-style: none;
	margin-bottom: 1rem;
	}
	.footer ul.menu li {
		margin: 0;
		min-width: 50%;
	}
	.thumb img {
		min-width: 100%;
	}
} /* max-width 640px, mobile-only styles, use when QAing mobile issues */

/* Medium screens */

@media only screen and (min-width: 40.063em) {
	
} /* min-width 641px, medium screens */

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	.top-bar .top-bar-right {
		margin-left: 0;
		/*background-color: #D24059;*/
		/*background-color: red;*/
	}
	.menu button {
		padding: .75rem .5rem;
		font-size: .75rem;
		line-height: 1.3;
	}
	.scroll .top-bar .top-bar-right .homelink {
		/* display: block; */
		opacity: 1;
		width: 2.75rem;
	}
	.is-menu form {
		left: unset;
	}
	.top-bar li.astm-search-menu {
		/*background-color: purple;*/
		margin-left: auto;
		width: 50px;
		/*background-color: #D24059;*/
		/*position: relative;*/
	}
	.top-bar li.astm-search-menu a {
		/*width: 2.75rem;*/
		/*padding: .6rem 1rem .4rem;*/
		/*position: relative;*/
		/*background-color: #D24059 !important;*/
		/*background-color: orange!important;*/
		/*display: block;	*/
		z-index: 10;
		right: 0;
		margin-right: 0;
	}
	.page-accueil .editorial .entete {
		height: 10.5rem;
	}
	.page-accueil .editorial .entete .auteur {
		z-index: 4;
		text-shadow: 0 0 2px #ffffff;
	}
	.page-accueil .editorial .thumb {
		width: 11rem;
		height: 9rem;
		right: -1.5rem;
		z-index: 3;
	}
	.footer ul.menu li {
		margin-bottom: .5rem;
	}
	.footer ul.menu>li {
		margin: 0;
		padding-right: 1rem;
	}
} /* min-width 641px and max-width 1024px, use when QAing tablet-only issues */

/* Large screens */

@media only screen and (min-width: 64.063em) {
	
} /* min-width 1025px, large screens */

@media only screen and (min-width: 64.063em) and (max-width: 90em) {
	
} /* min-width 1025px and max-width 1440px, use when QAing large screen-only issues */

/* XLarge screens */

@media only screen and (min-width: 90.063em) {
	
} /* min-width 1441px, xlarge screens */

@media only screen and (min-width: 90.063em) and (max-width: 120em) {
	
} /* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */

/* XXLarge screens */

@media only screen and (min-width: 120.063em) {
	
} /* min-width 1921px, xxlarge screens */