/*!
Theme Name: Inserm PPRA
Theme URI: http://underscores.me/
Author: Emmanuel Auchet (MLCOM)
Author URI: https://mlcom.fr
Description: Thème pour la plateforme du programme prioritaire de recherche antibiorésistance.
Version: 1.3.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ppra-inserm
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Inserm PPRA is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Variables
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Grids
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Icon
# Shortcodes

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
body {
	--main-color-orange: #FD8321;
	--main-color-anthracite: #557187;
	--main-color-anthracitelight: #bfcbd4;
	--main-color-pink: #FFF0E6;
	--main-color-pinkdark: #fddabc;
	--main-color-red: #E83F13;

	--main-color-reddark: #c20f2f;
	--main-color-blue: #36b4e5;
	--main-color-green: #b7be11;
	--main-color-violet: #93358d;

	--main-color-greylight: #ECECEC;

	
}


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	overflow-x: hidden;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}


/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}


/**
 * WordPress Blocks : Button override
 */

 .wp-block-button__link{
	font-size: 13px;
    line-height: 14px;
    padding: 10px 20px !important;
 }

 .is-style-outline .wp-block-button__link{
	border-width: 1px !important;
 }


/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	
}


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}



/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
	margin-top: 0;
	margin-block-start: 0;
	margin-block-end: 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

figcaption {
	font-size: 11px;
	line-height: 14px;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

body {
	background: #fff;
}

hr,
.ppra-page-content hr.wp-block-separator {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
	margin-top: 1.5em;
}

/*
ul,
ol {
	margin: 0 0 5px 0px;
	padding: 0 0px 0 17px;
}


ul,
ul > li {
	list-style: initial;
	list-style: none;
}
*/

ol {
	list-style: decimal;
}

.ppra-page-content div > ul > li,
.ppra-page-intro div > ul > li{
	list-style: none;
}
.ppra-page-content div:not(.clean-list) > div > ul > li::before,
.ppra-page-intro div:not(.clean-list) > div > ul > li::before{  
	content: "\2022";
    color: var(--main-color-orange);
    font-weight: bold;
    display: inline-block;
    width: 0.8em;
    margin-left: -0.8em;
    font-size: 20px;
    line-height: 1;
    vertical-align: middle;
}

.ppra-page-content div:not(.clean-list) ul li,
.ppra-page-intro div:not(.clean-list) ul li {
	margin-top: 4px;
	margin-bottom: 4px;
}
.ppra-page-content div:not(.clean-list) ul ul ul li,
.ppra-page-intro div:not(.clean-list) ul ul ul li{
	list-style: circle;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

figure {
	margin: 1em 0;
}

table {
	/*margin: 0 0 1.5em;*/
	width: 100%;
}


/*Text Info*/
.info-text{
	font-size: 12px;
    font-style: italic;
    color: #888;
    display: inline-block;
    line-height: 13px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 15px;
}
	.info-text:before{
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		content: "\f129";
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		font-style: normal;
		font-size: 7px;
		font-variant: normal;
		text-rendering: auto;
		margin-right: 3px;
		vertical-align: middle;
		opacity: 0.5;
		border: 1px solid #333;
		padding: 0px 0px;
		border-radius: 50%;
		width: 12px;
		height: 12px;
		text-align: center;
		margin-top: -2px;
		line-height: 10px;
	}
	.info-text:hover{
		cursor: help;
	}

.info-text.warning{
	color: var(--main-color-orange);
	font-weight: 600;
}
	.info-text.warning::before{
		border-color: var(--main-color-orange);
		opacity: 1;
	}

/*Bubble Info*/
.info{
	position: relative;
}
i.info-b{
	position: absolute;
    background-color: #fff;
    box-shadow: 2px 2px 7px rgba(0,0,0,0.1);
    border-radius: 5px;
    border: 1px solid var(--main-color-anthracite);
    padding: 6px 10px;
    max-width: 50vw;
    font-size: 12px;
    z-index: 9;
    color: var(--main-color-anthracite);
    display: none;
    width: 290px;
    font-style: initial;
    left: 10px;
}
.info:hover > i.info-b,
i.info-b:hover{
	display: block;
	cursor: help;
}
.info::after{
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f129";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-size: 6px;
    font-variant: normal;
    text-rendering: auto;
    margin-left: -2px;
    vertical-align: top;
    opacity: 0.5;
    border: 1px solid #333;
    padding: 0px 0px;
    border-radius: 50%;
    width: 10px;
    height: 10px;
	text-align: center;
	line-height: 8px;
}
.info:hover{
	cursor: help;
}

/*Title Popup (Data-Title) */

[data-title]:hover:after {
	opacity: 1;
	transition: all 0.1s ease 0.5s;
	visibility: visible;
}
[data-title]:after {
	content: attr(data-title);
	background-color: #ffffff;
	color: #666666;
	font-size: 100%;
	position: absolute;
	padding: 3px 7px 4px 7px;
	bottom: -1.6em;
	left: 0;
	white-space: nowrap;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
	opacity: 0;
	border: 1px solid rgba(0,0,0,0.1);
	z-index: 9;
	visibility: hidden;
}
[data-title] {
	position: relative;
}

/*Accordion*/
.ppra-page-content .accord-container,
.ppra-page-content .c-accordion__item
{
	padding-left: 25px;
}
	.ppra-page-content div:not(.accord-group) > div > .c-accordion__item > h2.c-accordion__title:before{
		content: "\2022";
		color: var(--main-color-orange);
		font-weight: bold;
		display: block;
		width: 1em;
		left: -28px;
		font-size: 30px;
		top: 1px;
		position: absolute;
	}
	.ppra-page-content div:not(.accord-group) > div > .c-accordion__item > h2.c-accordion__title{
		margin: 10px 0 15px 0;
	}

	.c-accordion__content{
		padding: 10px 0px;
	}
	
	/*Columns*/
	.ppra-page-content .c-accordion__content .wp-block-columns,
	.ppra-page-content .c-accordion__content .wp-block-columns .wp-block-column{
		margin: 0 !important;
	}
	.ppra-page-content .c-accordion__content .wp-block-columns .wp-block-column:first-of-type{
		padding-right: 3px;
	}

	/*Titles*/
	.ppra-page-content .c-accordion__item h1{ font-size: 30px;}
	.ppra-page-content .c-accordion__item h2{ font-size: 24px; margin: 10px 0 2px 0;}
	.ppra-page-content .c-accordion__item h3{ font-size: 14px;}
	.ppra-page-content .c-accordion__item h4{ font-size: 14px;}

	/*Arrow Icon*/

	.c-accordion__title:after,
	.is-open .c-accordion__title:after{
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		content: "\f054";
		border-radius: 50%;
		border: 2px solid;
		line-height: 1;
	}

	.is-open > .c-accordion__title:after,
	.accord-group .is-open > .c-accordion__title:after {
		content: "\f13a";
		padding: 0px 0px !important;
		font-size: 150%;
		border: 0;
	}

	h2.c-accordion__title:after{
		color: var(--main-color-orange);
		border-color: var(--main-color-orange);
		right: 0;
		font-size: 80%;
		padding: 5px 8px 5px 11px;
	}

	.accord-group h2.c-accordion__title:after{
		color: #fff;
		border-color: #fff;
		right: 15px;
		font-size: 90%;
		padding: 3px 5px 3px 7px;
	}
	h3.c-accordion__title:after{
		color: #fff;
		border-color: #fff;
		right: 15px;
		font-size: 90%;
		padding: 3px 5px 2px 5px;
	}
	h4.c-accordion__title:after{
		color: var(--main-color-orange);
		border-color: var(--main-color-orange);
		right: 15px;
		font-size: 90%;
		padding: 3px 4px 2px 5px;
	}

	.ppra-page-content .c-accordion__content p,
	.ppra-page-content .c-accordion__content ul{
		margin-bottom: 15px;
	}

	/*Group*/
	.ppra-page-content .accord-group{
		/*padding-left: 25px;*/
	}
		.accord-group .c-accordion__item{
			padding-left: 0;
		}

		.accord-group .c-accordion__content .c-accordion__content{
			padding:10px 10px;
			background-color: var(--main-color-pink);
		}
		.accord-group > div > .c-accordion__item > .c-accordion__title{
			color: #fff;
			font-size: 18px;
			padding: 20px 55px 20px 15px;
			font-weight: 600;
		}
		.c-accordion__item.accord-color-blue > .c-accordion__title{ background-color: var(--main-color-blue); }
		.c-accordion__item.accord-color-red > .c-accordion__title{ background-color: var(--main-color-reddark); }
		.c-accordion__item.accord-color-violet > .c-accordion__title{ background-color: var(--main-color-violet); }
		.c-accordion__item.accord-color-green > .c-accordion__title{ background-color: var(--main-color-green); }
		
		/*Sub Group*/
		.ppra-page-content .accord-group .accord-group{
			padding-left: 0px;
		}
		
		.accord-group .accord-group .c-accordion__content{
			padding:10px 10px;
			background-color: transparent;
		}

		.accord-group .accord-group > div > .c-accordion__item > .c-accordion__title{
			color: #000;
			font-size: 14px;
		}

		/*Group Title*/
		.accord-group .c-accordion__item h3.c-accordion__title,
		.accord-group .c-accordion__item h3{ 
			background-color: var(--main-color-orange);
			padding: 8px 50px 8px 10px;
			margin: 3px 0;
			color: #fff;
			font-weight: 600;
		}
		.accord-group .c-accordion__item h4.c-accordion__title{ 
			background-color: var(--main-color-pink);
			padding: 8px 50px 8px 10px;
			margin: 2px 0;
			color: #000;
			font-weight: 600;
		}



	/* FaceWP Form
	============================================================================ */
.ppra-form .facetwp-facet{
	margin: 0;
}

/*sf-field-subgroup*/
.ppra-form .sf-fields-subgroup{
	margin-top: 1%;
	margin-bottom: 1%;
}
/*on TABLET + PC*/
@media(min-width:768px){
	.ppra-form .sf-field-subgroup{
		width: 24.25%;
		display: inline-block;
		margin-right: 0.5%;
		margin-left: 0.5%;
		float: left;
	}

	.ppra-form .sf-field-subgroup.x2{
		width: 49.50%;
	}
	.ppra-form .sf-field-subgroup:first-of-type,
	.ppra-form .sf-field-subgroup:nth-of-type(4n+1){
		margin-left: 0;
	}
	.ppra-form .sf-field-subgroup:last-of-type,
	.ppra-form .sf-field-subgroup:nth-of-type(4n){
		margin-right: 0;
	}
}
/*on MOBILE*/
@media(max-width:767px){
	.ppra-form .sf-field-subgroup{
		width: 100%;
		margin-right: 0%;
		margin-left: 0%;
		display: inline-block;
	}
	.ppra-form .sf-field-subgroup:first-of-type,
	.ppra-form .sf-field-subgroup:nth-of-type(odd){
		margin-left: 0;
	}
	.ppra-form .sf-field-subgroup:last-of-type,
	.ppra-form .sf-field-subgroup:nth-of-type(even){
		margin-right: 0;
	}
	
}



/*facetwp-search-wrap*/
/*
.ppra-form .facetwp-search-wrap{

}*/
	.ppra-form .facetwp-search-wrap input.facetwp-search{
		border: none;
		width: 100%;
		padding: 8px 5px 8px 35px;
		font-size: 15px;
		color: #333;
		border-radius: 0;
	}
		.ppra-form .facetwp-search-wrap input.facetwp-search::placeholder {
			color: #CCC;
			font-style: italic;
		}

	.ppra-form .facetwp-search-wrap .facetwp-btn{
		right: initial;
		left: 9px;
		opacity: 1;
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		font-style: normal;
		font-size: 130%;
		top: 1px;
		color: var(--main-color-orange);
	}
		.ppra-form .facetwp-search-wrap .facetwp-btn::before{
			content: "\f002";
			background: none transparent;
			width: auto;
			height: auto;
		}

/*elementor-widget-accordion*/

/*on TABLET + PC*/
@media(min-width:768px){
	.ppra-form .elementor-tab-title{
		width: 49.5%;
	}
}
/****/

/*on MOBILE*/
@media(max-width:767px){
	.ppra-form .elementor-tab-title{
		width: 100%;
	}
}
/****/
	.ppra-form .elementor-accordion-icon-closed i,
	.ppra-form .elementor-accordion-icon-opened i{
		border: 2px solid var(--main-color-orange);
		border-radius: 50%;
		width: 25px;
		height: 25px;
		text-align: center;
		padding: 4px 2px 4px 4px;
		font-size: 14px;
	}
	.ppra-form .elementor-accordion-icon-opened i{
		padding: 4px 2px 4px 3px;
		background-color: var(--main-color-orange);
	}
	/*Grey Mode Color :*/
	.ppra-form .sf-field-color-grey .elementor-accordion-icon-closed i,
	.ppra-form .sf-field-color-grey .elementor-accordion-icon-opened i{
		border-color: #fff;
	}
	.ppra-form .sf-field-color-grey .elementor-accordion-icon-opened i{
		background-color: #fff;
	}
	/*****/
		
	.ppra-form span.elementor-accordion-icon {
		margin-top: -4px;
		margin-right: -8px;
	}

/*facetwp-type-checkboxes*/
.ppra-form .facetwp-type-checkboxes{
	margin-top: 1%;
	margin-bottom: 1%;
	margin-left: -0.5%;
    margin-right: -0.5%;
}
	.ppra-form .facetwp-type-checkboxes .facetwp-checkbox{
		display: inline-block;
		padding: 12px 5px 12px 28px;
		height: 39px;
		background-image: none;
		background-color: #fff;
		font-size: 14px;
		color: #333;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		line-height: 14px;
		margin-right: 0.5%;
		margin-left: 0.5%;
		margin-bottom: 1%;

		-webkit-touch-callout: none; /* iOS Safari */
		-webkit-user-select: none; /* Safari */
		 -khtml-user-select: none; /* Konqueror HTML */
		   -moz-user-select: none; /* Old versions of Firefox */
			-ms-user-select: none; /* Internet Explorer/Edge */
				user-select: none; /* Non-prefixed version, currently
									  supported by Chrome, Edge, Opera and Firefox */
	}

		/*Hover*/
		.ppra-form .facetwp-type-checkboxes .facetwp-checkbox:hover {
			/*
			z-index: 5;
			text-overflow: initial;
			overflow: visible;
			contain: layout;
			*/
		}

	/*on TABLET + PC*/
	@media(min-width:768px){
		.ppra-form .facetwp-type-checkboxes .facetwp-checkbox{
			width: 24%;
		}
		
	}
	/*on MOBILE*/
	@media(max-width:767px){
		.ppra-form .facetwp-type-checkboxes .facetwp-checkbox{
			width: 49%;
		}
	}

	/*Checked*/
	.ppra-form .facetwp-type-checkboxes .facetwp-checkbox.checked{
		background-color: var(--main-color-orange);	
		color: #fff;
		/*white-space: normal;*/
	}
	.ppra-form .sf-field-color-grey .facetwp-type-checkboxes .facetwp-checkbox.checked{
		background-color: var(--main-color-anthracite);	
	}

		/*Checkbox*/
		.ppra-form .facetwp-type-checkboxes .facetwp-checkbox::before{
			font-family: "Font Awesome 5 Free";
			font-weight: 900;
			content: " ";
			-webkit-font-smoothing: antialiased;
			display: block;
			font-style: normal;
			font-size: 13px;
			font-variant: normal;
			text-rendering: auto;
			line-height: 15px;
			color: #333;
			width: 15px;
			height: 15px;
			border: 1px solid #333;
			margin-left: -21px;
			float: left;
		}

		/*Checkbox checked*/
		.ppra-form .facetwp-type-checkboxes .facetwp-checkbox.checked::before{
			content: "\f00c";
			border-color: #fff;
			color: #fff;
		}

	/*Checkbox with Expend child*/
	.ppra-form .facetwp-type-checkboxes .facetwp-depth {
		/*position: absolute;*/
		z-index: 9;
		background-color: #fffffff0;
		padding: 20px;
		margin: 0;
		box-shadow: 2px 3px 4px -2px rgba(0,0,0,0.2);
		margin-top: 1px;
		margin-bottom: 15px;
	}
	
	.ppra-form .facetwp-type-checkboxes span.facetwp-expand {
		display: block;
		text-align: center;
		margin-top: 0px;
		position: absolute;
		margin-left: calc(10% - 20px);
		background-color: #fff;
		padding: 6px 0px;
		border-radius: 0 0 50% 50%;
		box-shadow: 0px 1px 0px rgba(0,0,0,0.2);
		width: 30px;
		height: 24px;
		color: #555;
		font-size: 12px;
		letter-spacing: 2px;
	}

		/*Checked*/
		.ppra-form .facetwp-type-checkboxes .facetwp-checkbox.checked span.facetwp-expand{
			background-color: var(--main-color-orange);
			color: #fff;
		}

		


/*facetwp-type-fselect*/
.ppra-form .facetwp-type-fselect{
	
}
	.ppra-form .facetwp-type-fselect .fs-wrap,
	.ppra-form .facetwp-type-fselect .fs-label-wrap{
		width: 100%;
		
	}
	.ppra-form .facetwp-type-fselect .fs-wrap:hover,
	.ppra-form .facetwp-type-fselect .fs-label-wrap:hover{
		cursor: pointer;
	}
	.ppra-form .fs-wrap .fs-label{
		padding: 12px 18px 12px 10px;
		background-color: var(--main-color-anthracite);
		color: #fff;
	}
	.ppra-form .fs-wrap .fs-arrow{
		border-top-color: #fff;
	}

		.ppra-form .fs-options .fs-option{
			color: var(--main-color-anthracite);
		}
		.ppra-form .fs-wrap.multiple .fs-option .fs-checkbox i,
		.ppra-form .fs-wrap.multiple .fs-option.selected .fs-checkbox i{
			background-color: transparent;
			background-image: none;
			border: 1px solid  var(--main-color-anthracite);
			border-radius: 0;
		}
		.ppra-form .fs-options .fs-option.selected .fs-checkbox i::before{
			font-family: "Font Awesome 5 Free";
			font-weight: 900;
			content: "\f00c";
			-webkit-font-smoothing: antialiased;
			display: block;
			font-style: normal;
			font-size: 12px;
			font-variant: normal;
			text-rendering: auto;
			line-height: 13px;
			color: var(--main-color-anthracite);
			margin-left: 0px;
			position: absolute;
		}

		/*fs-dropdown*/
		.ppra-form .facetwp-type-fselect .fs-dropdown{
			width: 24%;
			min-width: 230px; 
		}
		.ppra-form .x2 .facetwp-type-fselect .fs-dropdown{
			width: 49.5%;
		}
		/*on MOBILE*/
		@media(max-width:767px){ .ppra-form .facetwp-type-fselect .fs-dropdown{ width: 100%; } }

/*facetwp-type-pager*/
/*.ppra-form .facetwp-type-pager{

}*/
	.ppra-form .facetwp-pager{
		text-align: center;
	}
	.ppra-form .facetwp-pager a.facetwp-page {
		background-color: #fff;
		padding: 8px 10px;
		color: var(--main-color-anthracite);
	}
	.ppra-form .facetwp-pager a.facetwp-page.active,
	.ppra-form .facetwp-pager a.facetwp-page:hover {
		background-color: var(--main-color-orange);
		color: #fff;
	}


/*ppra-form-extra*/

.ppra-form .ppra-form-stats{

}
	.ppra-form .ppra-form-stats label{
		color: var(--main-color-orange);
    	font-size: 14px;
	}
	
	.ppra-form .ppra-form-stats .facetwp-facet{
		font-weight: bold;
		display: inline-block;
	}


.ppra-form .ppra-form-perpage{

}
	.ppra-form .ppra-form-perpage label{
		color: var(--main-color-orange);
		font-size: 12px;
		margin-right: 5px;
	}
	
	.ppra-form .ppra-form-perpage .facetwp-facet{
		display: inline-block;
	}
		.ppra-form .ppra-form-perpage .facetwp-facet select{
			background-color: var(--main-color-orange);
			color: #fff;
			border: none;
			padding: 4px 6px;
		}

/*ppra-form-sort*/
.ppra-form .ppra-form-sort{

}
	/* Radio */
	.ppra-form .ppra-form-sort .sf-wrap-sort:hover,
	.ppra-form .ppra-form-sort .sf-wrap-sort:hover label{
		cursor: pointer;
	}
	.ppra-form .ppra-form-sort .selected{
		text-decoration: underline;
	}
	.ppra-form .ppra-form-sort input[type="radio"] {
		background-color: transparent;
		background-image: none;
		box-shadow: none;
		cursor: pointer;
		display: inline-block;
		height: 14px;
		position: relative;
		width: 14px;
		-webkit-appearance: none;
		color: #fff;
		border: 1px solid #fff;
		border-radius: 50%;
		margin-bottom: -2px;
		padding: 1px 0px;
		text-align: left;
		margin-left: 4px;
	}
	.ppra-form .ppra-form-sort input[type="radio"]:after {
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		content: "\f105";
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		font-style: normal;
		font-size: 11px;
		font-variant: normal;
		text-rendering: auto;
		line-height: 10px;
		position: absolute;
		width: 100%;
    	text-align: center;
	}
	.ppra-form .ppra-form-sort input[type="radio"]:checked{
		display: inline-block !important;
		background-color: #fff;
		color: var(--main-color-orange);
	}
	.ppra-form .ppra-form-sort input[data-order="asc"]:checked:after {
		content: "\f107";
	}
	.ppra-form .ppra-form-sort input[data-order="desc"]:checked:after {
		content: "\f106";
	}


/* FaceWP Form Results
	============================================================================ */


/*ppra-form-result*/
.ppra-form-result{

}
	.ppra-form-result-content{

	}
		.ppra-form-result-item{
			padding: 25px 0 15px 0;
    		border-bottom: 1px solid #ccc;
		}
		.ppra-form-result-content .ppra-form-result-item:last-of-type{
			border-bottom: none;
		}


/*
* ppra-form-result 
* Table
*/
table.ppra-form-result-content{
	width: calc(100% + 8px);
    border-collapse: separate;
    border-spacing: 4px;
    padding: 0;
    margin: 0px -4px 0 -4px;
}

/*
* ppra-form-result 
* Table Header
*/
@media(max-width:767px){
	thead.ppra-form-result-header{
		display: none;
	}
}

thead.ppra-form-result-header tr{
    padding: 0;
    margin: 0;
}    
thead.ppra-form-result-header tr th{
    background-color: var(--main-color-orange);
    padding: 8px 15px;
    text-align: left;
    font-size: 12px;
	line-height: 15px;
    font-weight: normal;
    color: #fff;
}

/*
* ppra-form-result 
* Table Body
*/
tbody.ppra-form-result-items tr:nth-child(odd) > td{
    background: var(--main-color-pink);
}

tbody.ppra-form-result-items tr td{
    font-size: 12px;
	color: #000; 
	padding: 8px 15px;
	vertical-align: top;
}

tbody.ppra-form-result-items tr.ppra-form-result-subitem td{
	padding: 15px 15px 20px 15px;
    vertical-align: top;
    background-color: #bfcbd47d;
    font-size: 12px;
    line-height: 17px;
    border-bottom: 20px solid #fff;
	color: var(--main-color-anthracite);
}

tbody.ppra-form-result-items tr td a{
    color: #000;
}
tbody.ppra-form-result-items tr td a:hover{
    color: #fff;
    text-decoration: underline;
}

tbody.ppra-form-result-items tr:hover td.st-col-link{
	background: var(--main-color-anthracitelight);
}
tbody.ppra-form-result-items tr:hover td.st-col-link,
tbody.ppra-form-result-items tr:hover td.st-col-link a{
    color: #fff;
}
tbody.ppra-form-result-items tr:hover td.st-col-link{
    cursor: pointer;
} 

tbody.ppra-form-result-items td .scientific_team_region{
	font-weight: bold;
	display: inline-block;
    margin-bottom: 4px;
}

tbody.ppra-form-result-items td .scientific_team_structure_cat{
	font-weight: bold;
	display: inline-block;
    margin-bottom: 4px;
}

tbody.ppra-form-result-items td .scientific_team_name{
    font-weight: bold;
	text-decoration: underline;
	display: inline-block;
    margin-bottom: 4px;
}

tbody.ppra-form-result-items td .scientific_team_members{
    font-weight: bold;
	display: inline-block;
    margin-bottom: 4px;
}

tbody.ppra-form-result-items td .scientific_team_intervention.niv_0{
	font-weight: bold;
	display: inline-block;
    margin-bottom: 4px;
}

tbody.ppra-form-result-items td .scientific_team_intervention a{
	display: inline-block;
	line-height: 12px;
}


/*On Mobile*/
@media(max-width:767px){
    tbody.ppra-form-result-items td.st-col-intervention{
        display: none;
    }
    
    tbody.ppra-form-result-items tr.ppra-form-result-item,
	tbody.ppra-form-result-items tr.ppra-form-result-subitem{
		display: block;
		padding: 5px 0 5px 0;
    }
    tbody.ppra-form-result-items td{
        display: inline-block;
        max-width: 100% !important;
        width: 100% !important;
        padding: 10px 5px !important;
        margin: 0;
        border-bottom: 2px solid #fff;
	}
}

/* Supported Projects Archive/List
	============================================================================ */

.supported_project_map{

}

	.supported_project_map svg #projets g:hover{
		cursor: pointer;
		opacity: 0.8;
	}


.supported_project_list{
	line-height: 15px;
}

	.supported_project_list tbody.ppra-form-result-items tr td{
		padding: 15px 15px;
	}

	.spp-col-project{

	}
		.spp_acronym{
			display: block;
			font-weight: bold;
			font-size: 12px;
			text-transform: uppercase;
			color: var(--main-color-anthracite);
			margin-bottom: 10px;
		}

		.spp_title_en{
			display: block;
			font-style: italic;
			margin-bottom: 5px;
			line-height: 15px;
		}

		.spp_title_fr{
			display: block;
			font-weight: 600;
			line-height: 15px;
		}
	
	.supported_project_list tbody.ppra-form-result-items .spp-col-contact a{
		color: var(--main-color-anthracite);
		text-decoration: underline;
		cursor: pointer;
	}


	.spp-col-resume{

	}

		.supported_project_list tbody.ppra-form-result-items .resume_link a{
			font-weight: 500;
			font-size: 12px;
			padding: 5px 10px;
			color: var(--main-color-anthracite);
			border: 1px solid var(--main-color-anthracite);
		}

			.supported_project_list tbody.ppra-form-result-items .resume_link a:hover,
			.supported_project_list tbody.ppra-form-result-items .resume_link a.link-open{
				color: var(--main-color-orange);
				border: 1px solid var(--main-color-orange);
				text-decoration: none;
			}

		
		.resume_container{
			padding: 10px;
			margin-top: 15px;
		}

			.spp_challenges{
				margin-bottom: 10px;
				display: block;
			}

			.spp_time{
				margin-bottom: 10px;
				display: block;
			}

			.spp_resume{

			}







/* Emails Subscribers
============================================================================ */
.es-field-wrap {
    margin-bottom: 20px;
}

.es_submit_button{
	margin-top: 20px;
}


	

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	fill: var( --main-color-orange );
    color: var( --main-color-orange );
    background-color: transparent;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var( --main-color-orange );
    padding: 10px 15px 10px 15px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	fill: #fff;
    color: #fff;
    background-color: var( --main-color-orange );
	border-color: var( --main-color-orange );
	cursor: pointer;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	fill: #fff;
    color: #fff;
    background-color: var( --main-color-orange );
	border-color: var( --main-color-orange );
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	
	border: 1px solid #ECECEC;
    width: 100%;
    padding: 8px 10px 8px 10px;
    font-size: 15px;
    color: #333;
    border-radius: 0;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	width: 15px;
    height: 15px;
    margin-right: 10px;
	
}

input[type="checkbox"]:hover,
input[type="radio"]:hover {
	cursor: pointer;
}

label{
	font-weight: 600;
}


select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

/*
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}
*/

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Grids
--------------------------------------------------------------*/
.col-1{min-width: 1%; max-width: 1%;}
.col-2{min-width: 2%; max-width: 2%;}
.col-3{min-width: 3%; max-width: 3%;}
.col-4{min-width: 4%; max-width: 4%;}
.col-5{min-width: 5%; max-width: 5%;}
.col-6{min-width: 6%; max-width: 6%;}
.col-7{min-width: 7%; max-width: 7%;}
.col-8{min-width: 8%; max-width: 8%;}
.col-9{min-width: 9%; max-width: 9%;}
.col-10{min-width: 10%; max-width: 10%;}
.col-11{min-width: 11%; max-width: 11%;}
.col-12{min-width: 12%; max-width: 12%;}
.col-13{min-width: 13%; max-width: 13%;}
.col-14{min-width: 14%; max-width: 14%;}
.col-15{min-width: 15%; max-width: 15%;}
.col-16{min-width: 16%; max-width: 16%;}
.col-17{min-width: 17%; max-width: 17%;}
.col-18{min-width: 18%; max-width: 18%;}
.col-19{min-width: 19%; max-width: 19%;}
.col-20{min-width: 20%; max-width: 20%;}
.col-21{min-width: 21%; max-width: 21%;}
.col-22{min-width: 22%; max-width: 22%;}
.col-23{min-width: 23%; max-width: 23%;}
.col-24{min-width: 24%; max-width: 24%;}
.col-25{min-width: 25%; max-width: 25%;}
.col-26{min-width: 26%; max-width: 26%;}
.col-27{min-width: 27%; max-width: 27%;}
.col-28{min-width: 28%; max-width: 28%;}
.col-29{min-width: 29%; max-width: 29%;}
.col-30{min-width: 30%; max-width: 30%;}
.col-31{min-width: 31%; max-width: 31%;}
.col-32{min-width: 32%; max-width: 32%;}
.col-33{min-width: 33%; max-width: 33%;}
.col-34{min-width: 34%; max-width: 34%;}
.col-35{min-width: 35%; max-width: 35%;}
.col-36{min-width: 36%; max-width: 36%;}
.col-37{min-width: 37%; max-width: 37%;}
.col-38{min-width: 38%; max-width: 38%;}
.col-39{min-width: 39%; max-width: 39%;}
.col-40{min-width: 40%; max-width: 40%;}
.col-41{min-width: 41%; max-width: 41%;}
.col-42{min-width: 42%; max-width: 42%;}
.col-43{min-width: 43%; max-width: 43%;}
.col-44{min-width: 44%; max-width: 44%;}
.col-45{min-width: 45%; max-width: 45%;}
.col-46{min-width: 46%; max-width: 46%;}
.col-47{min-width: 47%; max-width: 47%;}
.col-48{min-width: 48%; max-width: 48%;}
.col-49{min-width: 49%; max-width: 49%;}
.col-50{min-width: 50%; max-width: 50%;}
.col-51{min-width: 51%; max-width: 51%;}
.col-52{min-width: 52%; max-width: 52%;}
.col-53{min-width: 53%; max-width: 53%;}
.col-54{min-width: 54%; max-width: 54%;}
.col-55{min-width: 55%; max-width: 55%;}
.col-56{min-width: 56%; max-width: 56%;}
.col-57{min-width: 57%; max-width: 57%;}
.col-58{min-width: 58%; max-width: 58%;}
.col-59{min-width: 59%; max-width: 59%;}
.col-60{min-width: 60%; max-width: 60%;}
.col-61{min-width: 61%; max-width: 61%;}
.col-62{min-width: 62%; max-width: 62%;}
.col-63{min-width: 63%; max-width: 63%;}
.col-64{min-width: 64%; max-width: 64%;}
.col-65{min-width: 65%; max-width: 65%;}
.col-66{min-width: 66%; max-width: 66%;}
.col-67{min-width: 67%; max-width: 67%;}
.col-68{min-width: 68%; max-width: 68%;}
.col-69{min-width: 69%; max-width: 69%;}
.col-70{min-width: 70%; max-width: 70%;}
.col-71{min-width: 71%; max-width: 71%;}
.col-72{min-width: 72%; max-width: 72%;}
.col-73{min-width: 73%; max-width: 73%;}
.col-74{min-width: 74%; max-width: 74%;}
.col-75{min-width: 75%; max-width: 75%;}
.col-76{min-width: 76%; max-width: 76%;}
.col-77{min-width: 77%; max-width: 77%;}
.col-78{min-width: 78%; max-width: 78%;}
.col-79{min-width: 79%; max-width: 79%;}
.col-80{min-width: 80%; max-width: 80%;}
.col-81{min-width: 81%; max-width: 81%;}
.col-82{min-width: 82%; max-width: 82%;}
.col-83{min-width: 83%; max-width: 83%;}
.col-84{min-width: 84%; max-width: 84%;}
.col-85{min-width: 85%; max-width: 85%;}
.col-86{min-width: 86%; max-width: 86%;}
.col-87{min-width: 87%; max-width: 87%;}
.col-88{min-width: 88%; max-width: 88%;}
.col-89{min-width: 89%; max-width: 89%;}
.col-90{min-width: 90%; max-width: 90%;}
.col-91{min-width: 91%; max-width: 91%;}
.col-92{min-width: 92%; max-width: 92%;}
.col-93{min-width: 93%; max-width: 93%;}
.col-94{min-width: 94%; max-width: 94%;}
.col-95{min-width: 95%; max-width: 95%;}
.col-96{min-width: 96%; max-width: 96%;}
.col-97{min-width: 97%; max-width: 97%;}
.col-98{min-width: 98%; max-width: 98%;}
.col-99{min-width: 99%; max-width: 99%;}
.col-100{min-width: 100%; max-width: 100%;}

/*Grids Width Forced */
.col-w-1{width: 1%;}
.col-w-2{width: 2%;}
.col-w-3{width: 3%;}
.col-w-4{width: 4%;}
.col-w-5{width: 5%;}
.col-w-6{width: 6%;}
.col-w-7{width: 7%;}
.col-w-8{width: 8%;}
.col-w-9{width: 9%;}
.col-w-10{width: 10%;}
.col-w-11{width: 11%;}
.col-w-12{width: 12%;}
.col-w-13{width: 13%;}
.col-w-14{width: 14%;}
.col-w-15{width: 15%;}
.col-w-16{width: 16%;}
.col-w-17{width: 17%;}
.col-w-18{width: 18%;}
.col-w-19{width: 19%;}
.col-w-20{width: 20%;}
.col-w-21{width: 21%;}
.col-w-22{width: 22%;}
.col-w-23{width: 23%;}
.col-w-24{width: 24%;}
.col-w-25{width: 25%;}
.col-w-26{width: 26%;}
.col-w-27{width: 27%;}
.col-w-28{width: 28%;}
.col-w-29{width: 29%;}
.col-w-30{width: 30%;}
.col-w-31{width: 31%;}
.col-w-32{width: 32%;}
.col-w-33{width: 33%;}
.col-w-34{width: 34%;}
.col-w-35{width: 35%;}
.col-w-36{width: 36%;}
.col-w-37{width: 37%;}
.col-w-38{width: 38%;}
.col-w-39{width: 39%;}
.col-w-40{width: 40%;}
.col-w-41{width: 41%;}
.col-w-42{width: 42%;}
.col-w-43{width: 43%;}
.col-w-44{width: 44%;}
.col-w-45{width: 45%;}
.col-w-46{width: 46%;}
.col-w-47{width: 47%;}
.col-w-48{width: 48%;}
.col-w-49{width: 49%;}
.col-w-50{width: 50%;}
.col-w-51{width: 51%;}
.col-w-52{width: 52%;}
.col-w-53{width: 53%;}
.col-w-54{width: 54%;}
.col-w-55{width: 55%;}
.col-w-56{width: 56%;}
.col-w-57{width: 57%;}
.col-w-58{width: 58%;}
.col-w-59{width: 59%;}
.col-w-60{width: 60%;}
.col-w-61{width: 61%;}
.col-w-62{width: 62%;}
.col-w-63{width: 63%;}
.col-w-64{width: 64%;}
.col-w-65{width: 65%;}
.col-w-66{width: 66%;}
.col-w-67{width: 67%;}
.col-w-68{width: 68%;}
.col-w-69{width: 69%;}
.col-w-70{width: 70%;}
.col-w-71{width: 71%;}
.col-w-72{width: 72%;}
.col-w-73{width: 73%;}
.col-w-74{width: 74%;}
.col-w-75{width: 75%;}
.col-w-76{width: 76%;}
.col-w-77{width: 77%;}
.col-w-78{width: 78%;}
.col-w-79{width: 79%;}
.col-w-80{width: 80%;}
.col-w-81{width: 81%;}
.col-w-82{width: 82%;}
.col-w-83{width: 83%;}
.col-w-84{width: 84%;}
.col-w-85{width: 85%;}
.col-w-86{width: 86%;}
.col-w-87{width: 87%;}
.col-w-88{width: 88%;}
.col-w-89{width: 89%;}
.col-w-90{width: 90%;}
.col-w-91{width: 91%;}
.col-w-92{width: 92%;}
.col-w-93{width: 93%;}
.col-w-94{width: 94%;}
.col-w-95{width: 95%;}
.col-w-96{width: 96%;}
.col-w-97{width: 97%;}
.col-w-98{width: 98%;}
.col-w-99{width: 99%;}
.col-w-100{width: 100%;}

/*Grids on Tablet*/
@media(max-width:999px){
	.col-m-1{min-width: 1%; max-width: 1%;}
	.col-m-2{min-width: 2%; max-width: 2%;}
	.col-m-3{min-width: 3%; max-width: 3%;}
	.col-m-4{min-width: 4%; max-width: 4%;}
	.col-m-5{min-width: 5%; max-width: 5%;}
	.col-m-6{min-width: 6%; max-width: 6%;}
	.col-m-7{min-width: 7%; max-width: 7%;}
	.col-m-8{min-width: 8%; max-width: 8%;}
	.col-m-9{min-width: 9%; max-width: 9%;}
	.col-m-10{min-width: 10%; max-width: 10%;}
	.col-m-11{min-width: 11%; max-width: 11%;}
	.col-m-12{min-width: 12%; max-width: 12%;}
	.col-m-13{min-width: 13%; max-width: 13%;}
	.col-m-14{min-width: 14%; max-width: 14%;}
	.col-m-15{min-width: 15%; max-width: 15%;}
	.col-m-16{min-width: 16%; max-width: 16%;}
	.col-m-17{min-width: 17%; max-width: 17%;}
	.col-m-18{min-width: 18%; max-width: 18%;}
	.col-m-19{min-width: 19%; max-width: 19%;}
	.col-m-20{min-width: 20%; max-width: 20%;}
	.col-m-21{min-width: 21%; max-width: 21%;}
	.col-m-22{min-width: 22%; max-width: 22%;}
	.col-m-23{min-width: 23%; max-width: 23%;}
	.col-m-24{min-width: 24%; max-width: 24%;}
	.col-m-25{min-width: 25%; max-width: 25%;}
	.col-m-26{min-width: 26%; max-width: 26%;}
	.col-m-27{min-width: 27%; max-width: 27%;}
	.col-m-28{min-width: 28%; max-width: 28%;}
	.col-m-29{min-width: 29%; max-width: 29%;}
	.col-m-30{min-width: 30%; max-width: 30%;}
	.col-m-31{min-width: 31%; max-width: 31%;}
	.col-m-32{min-width: 32%; max-width: 32%;}
	.col-m-33{min-width: 33%; max-width: 33%;}
	.col-m-34{min-width: 34%; max-width: 34%;}
	.col-m-35{min-width: 35%; max-width: 35%;}
	.col-m-36{min-width: 36%; max-width: 36%;}
	.col-m-37{min-width: 37%; max-width: 37%;}
	.col-m-38{min-width: 38%; max-width: 38%;}
	.col-m-39{min-width: 39%; max-width: 39%;}
	.col-m-40{min-width: 40%; max-width: 40%;}
	.col-m-41{min-width: 41%; max-width: 41%;}
	.col-m-42{min-width: 42%; max-width: 42%;}
	.col-m-43{min-width: 43%; max-width: 43%;}
	.col-m-44{min-width: 44%; max-width: 44%;}
	.col-m-45{min-width: 45%; max-width: 45%;}
	.col-m-46{min-width: 46%; max-width: 46%;}
	.col-m-47{min-width: 47%; max-width: 47%;}
	.col-m-48{min-width: 48%; max-width: 48%;}
	.col-m-49{min-width: 49%; max-width: 49%;}
	.col-m-50{min-width: 50%; max-width: 50%;}
	.col-m-51{min-width: 51%; max-width: 51%;}
	.col-m-52{min-width: 52%; max-width: 52%;}
	.col-m-53{min-width: 53%; max-width: 53%;}
	.col-m-54{min-width: 54%; max-width: 54%;}
	.col-m-55{min-width: 55%; max-width: 55%;}
	.col-m-56{min-width: 56%; max-width: 56%;}
	.col-m-57{min-width: 57%; max-width: 57%;}
	.col-m-58{min-width: 58%; max-width: 58%;}
	.col-m-59{min-width: 59%; max-width: 59%;}
	.col-m-60{min-width: 60%; max-width: 60%;}
	.col-m-61{min-width: 61%; max-width: 61%;}
	.col-m-62{min-width: 62%; max-width: 62%;}
	.col-m-63{min-width: 63%; max-width: 63%;}
	.col-m-64{min-width: 64%; max-width: 64%;}
	.col-m-65{min-width: 65%; max-width: 65%;}
	.col-m-66{min-width: 66%; max-width: 66%;}
	.col-m-67{min-width: 67%; max-width: 67%;}
	.col-m-68{min-width: 68%; max-width: 68%;}
	.col-m-69{min-width: 69%; max-width: 69%;}
	.col-m-70{min-width: 70%; max-width: 70%;}
	.col-m-71{min-width: 71%; max-width: 71%;}
	.col-m-72{min-width: 72%; max-width: 72%;}
	.col-m-73{min-width: 73%; max-width: 73%;}
	.col-m-74{min-width: 74%; max-width: 74%;}
	.col-m-75{min-width: 75%; max-width: 75%;}
	.col-m-76{min-width: 76%; max-width: 76%;}
	.col-m-77{min-width: 77%; max-width: 77%;}
	.col-m-78{min-width: 78%; max-width: 78%;}
	.col-m-79{min-width: 79%; max-width: 79%;}
	.col-m-80{min-width: 80%; max-width: 80%;}
	.col-m-81{min-width: 81%; max-width: 81%;}
	.col-m-82{min-width: 82%; max-width: 82%;}
	.col-m-83{min-width: 83%; max-width: 83%;}
	.col-m-84{min-width: 84%; max-width: 84%;}
	.col-m-85{min-width: 85%; max-width: 85%;}
	.col-m-86{min-width: 86%; max-width: 86%;}
	.col-m-87{min-width: 87%; max-width: 87%;}
	.col-m-88{min-width: 88%; max-width: 88%;}
	.col-m-89{min-width: 89%; max-width: 89%;}
	.col-m-90{min-width: 90%; max-width: 90%;}
	.col-m-91{min-width: 91%; max-width: 91%;}
	.col-m-92{min-width: 92%; max-width: 92%;}
	.col-m-93{min-width: 93%; max-width: 93%;}
	.col-m-94{min-width: 94%; max-width: 94%;}
	.col-m-95{min-width: 95%; max-width: 95%;}
	.col-m-96{min-width: 96%; max-width: 96%;}
	.col-m-97{min-width: 97%; max-width: 97%;}
	.col-m-98{min-width: 98%; max-width: 98%;}
	.col-m-99{min-width: 99%; max-width: 99%;}
	.col-m-100{min-width: 100%; max-width: 100%;}

}

/*Grids on Mobile*/
@media(max-width:767px){
	.col-s-1{min-width: 1%; max-width: 1%;}
	.col-s-2{min-width: 2%; max-width: 2%;}
	.col-s-3{min-width: 3%; max-width: 3%;}
	.col-s-4{min-width: 4%; max-width: 4%;}
	.col-s-5{min-width: 5%; max-width: 5%;}
	.col-s-6{min-width: 6%; max-width: 6%;}
	.col-s-7{min-width: 7%; max-width: 7%;}
	.col-s-8{min-width: 8%; max-width: 8%;}
	.col-s-9{min-width: 9%; max-width: 9%;}
	.col-s-10{min-width: 10%; max-width: 10%;}
	.col-s-11{min-width: 11%; max-width: 11%;}
	.col-s-12{min-width: 12%; max-width: 12%;}
	.col-s-13{min-width: 13%; max-width: 13%;}
	.col-s-14{min-width: 14%; max-width: 14%;}
	.col-s-15{min-width: 15%; max-width: 15%;}
	.col-s-16{min-width: 16%; max-width: 16%;}
	.col-s-17{min-width: 17%; max-width: 17%;}
	.col-s-18{min-width: 18%; max-width: 18%;}
	.col-s-19{min-width: 19%; max-width: 19%;}
	.col-s-20{min-width: 20%; max-width: 20%;}
	.col-s-21{min-width: 21%; max-width: 21%;}
	.col-s-22{min-width: 22%; max-width: 22%;}
	.col-s-23{min-width: 23%; max-width: 23%;}
	.col-s-24{min-width: 24%; max-width: 24%;}
	.col-s-25{min-width: 25%; max-width: 25%;}
	.col-s-26{min-width: 26%; max-width: 26%;}
	.col-s-27{min-width: 27%; max-width: 27%;}
	.col-s-28{min-width: 28%; max-width: 28%;}
	.col-s-29{min-width: 29%; max-width: 29%;}
	.col-s-30{min-width: 30%; max-width: 30%;}
	.col-s-31{min-width: 31%; max-width: 31%;}
	.col-s-32{min-width: 32%; max-width: 32%;}
	.col-s-33{min-width: 33%; max-width: 33%;}
	.col-s-34{min-width: 34%; max-width: 34%;}
	.col-s-35{min-width: 35%; max-width: 35%;}
	.col-s-36{min-width: 36%; max-width: 36%;}
	.col-s-37{min-width: 37%; max-width: 37%;}
	.col-s-38{min-width: 38%; max-width: 38%;}
	.col-s-39{min-width: 39%; max-width: 39%;}
	.col-s-40{min-width: 40%; max-width: 40%;}
	.col-s-41{min-width: 41%; max-width: 41%;}
	.col-s-42{min-width: 42%; max-width: 42%;}
	.col-s-43{min-width: 43%; max-width: 43%;}
	.col-s-44{min-width: 44%; max-width: 44%;}
	.col-s-45{min-width: 45%; max-width: 45%;}
	.col-s-46{min-width: 46%; max-width: 46%;}
	.col-s-47{min-width: 47%; max-width: 47%;}
	.col-s-48{min-width: 48%; max-width: 48%;}
	.col-s-49{min-width: 49%; max-width: 49%;}
	.col-s-50{min-width: 50%; max-width: 50%;}
	.col-s-51{min-width: 51%; max-width: 51%;}
	.col-s-52{min-width: 52%; max-width: 52%;}
	.col-s-53{min-width: 53%; max-width: 53%;}
	.col-s-54{min-width: 54%; max-width: 54%;}
	.col-s-55{min-width: 55%; max-width: 55%;}
	.col-s-56{min-width: 56%; max-width: 56%;}
	.col-s-57{min-width: 57%; max-width: 57%;}
	.col-s-58{min-width: 58%; max-width: 58%;}
	.col-s-59{min-width: 59%; max-width: 59%;}
	.col-s-60{min-width: 60%; max-width: 60%;}
	.col-s-61{min-width: 61%; max-width: 61%;}
	.col-s-62{min-width: 62%; max-width: 62%;}
	.col-s-63{min-width: 63%; max-width: 63%;}
	.col-s-64{min-width: 64%; max-width: 64%;}
	.col-s-65{min-width: 65%; max-width: 65%;}
	.col-s-66{min-width: 66%; max-width: 66%;}
	.col-s-67{min-width: 67%; max-width: 67%;}
	.col-s-68{min-width: 68%; max-width: 68%;}
	.col-s-69{min-width: 69%; max-width: 69%;}
	.col-s-70{min-width: 70%; max-width: 70%;}
	.col-s-71{min-width: 71%; max-width: 71%;}
	.col-s-72{min-width: 72%; max-width: 72%;}
	.col-s-73{min-width: 73%; max-width: 73%;}
	.col-s-74{min-width: 74%; max-width: 74%;}
	.col-s-75{min-width: 75%; max-width: 75%;}
	.col-s-76{min-width: 76%; max-width: 76%;}
	.col-s-77{min-width: 77%; max-width: 77%;}
	.col-s-78{min-width: 78%; max-width: 78%;}
	.col-s-79{min-width: 79%; max-width: 79%;}
	.col-s-80{min-width: 80%; max-width: 80%;}
	.col-s-81{min-width: 81%; max-width: 81%;}
	.col-s-82{min-width: 82%; max-width: 82%;}
	.col-s-83{min-width: 83%; max-width: 83%;}
	.col-s-84{min-width: 84%; max-width: 84%;}
	.col-s-85{min-width: 85%; max-width: 85%;}
	.col-s-86{min-width: 86%; max-width: 86%;}
	.col-s-87{min-width: 87%; max-width: 87%;}
	.col-s-88{min-width: 88%; max-width: 88%;}
	.col-s-89{min-width: 89%; max-width: 89%;}
	.col-s-90{min-width: 90%; max-width: 90%;}
	.col-s-91{min-width: 91%; max-width: 91%;}
	.col-s-92{min-width: 92%; max-width: 92%;}
	.col-s-93{min-width: 93%; max-width: 93%;}
	.col-s-94{min-width: 94%; max-width: 94%;}
	.col-s-95{min-width: 95%; max-width: 95%;}
	.col-s-96{min-width: 96%; max-width: 96%;}
	.col-s-97{min-width: 97%; max-width: 97%;}
	.col-s-98{min-width: 98%; max-width: 98%;}
	.col-s-99{min-width: 99%; max-width: 99%;}
	.col-s-100{min-width: 100%; max-width: 100%;}
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	/*margin: 0 0 1.5em;*/
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------
# Icons
--------------------------------------------------------------*/

/* Icon White */
.dce-wrapper:hover .ppra-icon.icon-w .icon-bg,
.ppra-icon.icon-w:hover .icon-bg{
	fill: #fff !important;
}

.dce-wrapper:hover .ppra-icon.icon-w *:not(.icon-bg),
.ppra-icon.icon-w:hover *:not(.icon-bg){
	fill: var(--main-color-anthracite) !important;
}

/* Icon Orange */
.dce-wrapper:hover .ppra-icon.icon-o .icon-bg,
.dce-wrapper:hover .ppra-icon.icon-o .icon-border,
.ppra-icon.icon-o:hover .icon-bg,
.ppra-icon.icon-o:hover .icon-border{
	fill: var(--main-color-orange) !important;
}

.dce-wrapper:hover .ppra-icon.icon-o *:not(.icon-bg):not(.icon-border),
.ppra-icon.icon-o:hover *:not(.icon-bg):not(.icon-border){
	fill: #fff !important;
	filter: brightness(2)!important;
}


/*--------------------------------------------------------------
# Shortcodes
--------------------------------------------------------------*/

/*ppra_cartozoom shortcode*/
.cartozoom_ct{
	border: 1px solid #000;
	margin: 25px 0px;
	background-image: url(assets/img/ppra-loader-1.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: initial;
	overflow: hidden;
}

.cartozoom_ct img.cartozoom_img_orig{
	max-width: initial;
}

.cartozoom_ct_zoomed{
	position: relative;
	background-image: url(assets/img/ppra-loader-1.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: initial;
}

.cartozoom_btn_back{
	display: block;
    z-index: 10;
    width: 50px;
    height: 50px;
    background-color: var(--main-color-orange);
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 50%;
    text-align: center;
    padding: 15px 0;
}

.cartozoom_btn_back:hover{
	background-color: var(--main-color-anthracite);
	cursor: pointer;
}


/*PPRA Single Scientifique Team shortcode*/
.st_single table{
	border-spacing: 10px 5px;
	border: 0;
}

	.st_single td.st_single_label{
		vertical-align: top;
		text-align: start;
	}

		.st_single td.st_single_label h2{
			color: var(--main-color-orange);
			font-size: 14px;
			margin: 0;
			line-height: normal;

		}

	.st_single td.st_single_value{
		vertical-align: top;
	}

		.st_single .st_single_value a{
			color: #333333;
		}
		.st_single .st_single_value a:hover{
			text-decoration: underline;
			color: #333333;
		}

	.st_single tr.st_single_row_parent td{
		padding-top: 20px;
	}

	.st_single .scientific_team_members .st_single_label h2,
	.st_single .scientific_team_members .st_single_value,
	.st_single .scientific_team_intervention .st_single_label h2,
	.st_single .scientific_team_intervention .st_single_value .niv_0,
	.st_single .scientific_team_unite_name .st_single_label h2,
	.st_single .scientific_team_structure_type .st_single_label h2,
	.st_single .scientific_team_structure_type .st_single_value,
	.st_single .scientific_team_structure_name .st_single_label h2,
	.st_single .scientific_team_structure_name .st_single_value{
		font-weight: 600;
	}

	.st_single footer .group-buttons{
		position: absolute;
		bottom: -70px;
		left: 0;
		right: 0;
		text-align: right;
		width: 100%;
	}
		.st_single footer .group-buttons button.btn-back{
			background-color: var(--main-color-orange);
			background-image: url(./assets/img/btn-arrow-back.svg);
			background-repeat: no-repeat;
			background-size: 15px;
			background-position: 90% 56%;
			color: #fff;
			padding: 10px 30px 10px 15px;
			text-align: left;
			font-size: 14px;
			font-weight: 600;
			border: none;
		}
		.st_single footer .group-buttons button.btn-back:hover{
			background-color: var(--main-color-anthracite);
			cursor: pointer;
		}

	/*On Mobile*/
@media(max-width:767px){
    
    .st_single table tr{
		display: block;
		padding: 5px 0 5px 0;
    }
    .st_single table td{
        display: inline-block;
        max-width: 100% !important;
        width: 100% !important;
        padding: 4px 5px !important;
        margin: 0;
	}
}

/* PPRA Shortcode Widget translation button */
.ppra-widget-translation-container{
	text-align: right;
}
.ppra-widget-translation-btn{


	display: inline-flex;
	height: 50px;
	max-width: 250px;
	background-color: var(--main-color-orange);
    /*background-image: linear-gradient(0deg, #00000055 -20%, transparent 20%);*/
    color: #fff !important;
    padding: 12px 10px 5px 10px;
	z-index: 5;

	vertical-align: middle;
    align-items: flex-start;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: center;
	
}
	.ppra-widget-translation-btn:hover{
		background-color: var(--main-color-anthracite);
		opacity: 1;
	}

	.ppra-widget-translation-btn .widget-btn-title{
		font-size: 14px;
		margin-right: 10px;
	}
	
	.ppra-widget-translation-btn .widget-btn-icon{
		width: 80px;
	}

	.ppra-widget-translation-btn .widget-btn-icon svg{
		width: 100%;
		height: auto;
	}
	.ppra-widget-translation-btn .widget-btn-icon svg *{
		fill: #fff !important;
	}

	@media(max-width:768px){

		.ppra-widget-translation-container{
			text-align: left;
		}

		.ppra-widget-translation-btn{
			height: 40px;
			padding: 10px 10px 4px 10px;
		}
		.ppra-widget-translation-btn .widget-btn-title{
			font-size: 12px;
		}
		
		.ppra-widget-translation-btn .widget-btn-icon{
			width: 60px;
		}
	}


/*--------------------------------------------------------------
# Newsletter
--------------------------------------------------------------*/
.ppra-newsletter{
	padding-top: 2em;
	padding-bottom: 2em;
}

.ppra-newsletter .page-header{
	margin: 4em auto 2em auto;
	text-align: center;
}

.ppra-newsletter .page-header .page-title{
	font-size: 20px;
}

.ppra-newsletter-body{
	margin-bottom: 4em;
}

.ppra-newsletter-copy{
	margin-top: 4em;
}
